lemon-project-template-glpk
diff deps/glpk/configure @ 9:33de93886c88
Import GLPK 4.47
author | Alpar Juttner <alpar@cs.elte.hu> |
---|---|
date | Sun, 06 Nov 2011 20:59:10 +0100 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/deps/glpk/configure Sun Nov 06 20:59:10 2011 +0100 1.3 @@ -0,0 +1,13297 @@ 1.4 +#! /bin/sh 1.5 +# Guess values for system-dependent variables and create Makefiles. 1.6 +# Generated by GNU Autoconf 2.65 for GLPK 4.47. 1.7 +# 1.8 +# Report bugs to <bug-glpk@gnu.org>. 1.9 +# 1.10 +# 1.11 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1.12 +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 1.13 +# Inc. 1.14 +# 1.15 +# 1.16 +# This configure script is free software; the Free Software Foundation 1.17 +# gives unlimited permission to copy, distribute and modify it. 1.18 +## -------------------- ## 1.19 +## M4sh Initialization. ## 1.20 +## -------------------- ## 1.21 + 1.22 +# Be more Bourne compatible 1.23 +DUALCASE=1; export DUALCASE # for MKS sh 1.24 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 1.25 + emulate sh 1.26 + NULLCMD=: 1.27 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 1.28 + # is contrary to our usage. Disable this feature. 1.29 + alias -g '${1+"$@"}'='"$@"' 1.30 + setopt NO_GLOB_SUBST 1.31 +else 1.32 + case `(set -o) 2>/dev/null` in #( 1.33 + *posix*) : 1.34 + set -o posix ;; #( 1.35 + *) : 1.36 + ;; 1.37 +esac 1.38 +fi 1.39 + 1.40 + 1.41 +as_nl=' 1.42 +' 1.43 +export as_nl 1.44 +# Printing a long string crashes Solaris 7 /usr/bin/printf. 1.45 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 1.46 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 1.47 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 1.48 +# Prefer a ksh shell builtin over an external printf program on Solaris, 1.49 +# but without wasting forks for bash or zsh. 1.50 +if test -z "$BASH_VERSION$ZSH_VERSION" \ 1.51 + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 1.52 + as_echo='print -r --' 1.53 + as_echo_n='print -rn --' 1.54 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 1.55 + as_echo='printf %s\n' 1.56 + as_echo_n='printf %s' 1.57 +else 1.58 + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 1.59 + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 1.60 + as_echo_n='/usr/ucb/echo -n' 1.61 + else 1.62 + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 1.63 + as_echo_n_body='eval 1.64 + arg=$1; 1.65 + case $arg in #( 1.66 + *"$as_nl"*) 1.67 + expr "X$arg" : "X\\(.*\\)$as_nl"; 1.68 + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 1.69 + esac; 1.70 + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 1.71 + ' 1.72 + export as_echo_n_body 1.73 + as_echo_n='sh -c $as_echo_n_body as_echo' 1.74 + fi 1.75 + export as_echo_body 1.76 + as_echo='sh -c $as_echo_body as_echo' 1.77 +fi 1.78 + 1.79 +# The user is always right. 1.80 +if test "${PATH_SEPARATOR+set}" != set; then 1.81 + PATH_SEPARATOR=: 1.82 + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 1.83 + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 1.84 + PATH_SEPARATOR=';' 1.85 + } 1.86 +fi 1.87 + 1.88 + 1.89 +# IFS 1.90 +# We need space, tab and new line, in precisely that order. Quoting is 1.91 +# there to prevent editors from complaining about space-tab. 1.92 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word 1.93 +# splitting by setting IFS to empty value.) 1.94 +IFS=" "" $as_nl" 1.95 + 1.96 +# Find who we are. Look in the path if we contain no directory separator. 1.97 +case $0 in #(( 1.98 + *[\\/]* ) as_myself=$0 ;; 1.99 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.100 +for as_dir in $PATH 1.101 +do 1.102 + IFS=$as_save_IFS 1.103 + test -z "$as_dir" && as_dir=. 1.104 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 1.105 + done 1.106 +IFS=$as_save_IFS 1.107 + 1.108 + ;; 1.109 +esac 1.110 +# We did not find ourselves, most probably we were run as `sh COMMAND' 1.111 +# in which case we are not to be found in the path. 1.112 +if test "x$as_myself" = x; then 1.113 + as_myself=$0 1.114 +fi 1.115 +if test ! -f "$as_myself"; then 1.116 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 1.117 + exit 1 1.118 +fi 1.119 + 1.120 +# Unset variables that we do not need and which cause bugs (e.g. in 1.121 +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 1.122 +# suppresses any "Segmentation fault" message there. '((' could 1.123 +# trigger a bug in pdksh 5.2.14. 1.124 +for as_var in BASH_ENV ENV MAIL MAILPATH 1.125 +do eval test x\${$as_var+set} = xset \ 1.126 + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 1.127 +done 1.128 +PS1='$ ' 1.129 +PS2='> ' 1.130 +PS4='+ ' 1.131 + 1.132 +# NLS nuisances. 1.133 +LC_ALL=C 1.134 +export LC_ALL 1.135 +LANGUAGE=C 1.136 +export LANGUAGE 1.137 + 1.138 +# CDPATH. 1.139 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 1.140 + 1.141 +if test "x$CONFIG_SHELL" = x; then 1.142 + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 1.143 + emulate sh 1.144 + NULLCMD=: 1.145 + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 1.146 + # is contrary to our usage. Disable this feature. 1.147 + alias -g '\${1+\"\$@\"}'='\"\$@\"' 1.148 + setopt NO_GLOB_SUBST 1.149 +else 1.150 + case \`(set -o) 2>/dev/null\` in #( 1.151 + *posix*) : 1.152 + set -o posix ;; #( 1.153 + *) : 1.154 + ;; 1.155 +esac 1.156 +fi 1.157 +" 1.158 + as_required="as_fn_return () { (exit \$1); } 1.159 +as_fn_success () { as_fn_return 0; } 1.160 +as_fn_failure () { as_fn_return 1; } 1.161 +as_fn_ret_success () { return 0; } 1.162 +as_fn_ret_failure () { return 1; } 1.163 + 1.164 +exitcode=0 1.165 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } 1.166 +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 1.167 +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 1.168 +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 1.169 +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 1.170 + 1.171 +else 1.172 + exitcode=1; echo positional parameters were not saved. 1.173 +fi 1.174 +test x\$exitcode = x0 || exit 1" 1.175 + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 1.176 + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 1.177 + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 1.178 + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 1.179 + 1.180 + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( 1.181 + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 1.182 + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO 1.183 + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO 1.184 + PATH=/empty FPATH=/empty; export PATH FPATH 1.185 + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ 1.186 + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 1.187 +test \$(( 1 + 1 )) = 2 || exit 1" 1.188 + if (eval "$as_required") 2>/dev/null; then : 1.189 + as_have_required=yes 1.190 +else 1.191 + as_have_required=no 1.192 +fi 1.193 + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 1.194 + 1.195 +else 1.196 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.197 +as_found=false 1.198 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 1.199 +do 1.200 + IFS=$as_save_IFS 1.201 + test -z "$as_dir" && as_dir=. 1.202 + as_found=: 1.203 + case $as_dir in #( 1.204 + /*) 1.205 + for as_base in sh bash ksh sh5; do 1.206 + # Try only shells that exist, to save several forks. 1.207 + as_shell=$as_dir/$as_base 1.208 + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 1.209 + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 1.210 + CONFIG_SHELL=$as_shell as_have_required=yes 1.211 + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : 1.212 + break 2 1.213 +fi 1.214 +fi 1.215 + done;; 1.216 + esac 1.217 + as_found=false 1.218 +done 1.219 +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 1.220 + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 1.221 + CONFIG_SHELL=$SHELL as_have_required=yes 1.222 +fi; } 1.223 +IFS=$as_save_IFS 1.224 + 1.225 + 1.226 + if test "x$CONFIG_SHELL" != x; then : 1.227 + # We cannot yet assume a decent shell, so we have to provide a 1.228 + # neutralization value for shells without unset; and this also 1.229 + # works around shells that cannot unset nonexistent variables. 1.230 + BASH_ENV=/dev/null 1.231 + ENV=/dev/null 1.232 + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 1.233 + export CONFIG_SHELL 1.234 + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 1.235 +fi 1.236 + 1.237 + if test x$as_have_required = xno; then : 1.238 + $as_echo "$0: This script requires a shell more modern than all" 1.239 + $as_echo "$0: the shells that I found on your system." 1.240 + if test x${ZSH_VERSION+set} = xset ; then 1.241 + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 1.242 + $as_echo "$0: be upgraded to zsh 4.3.4 or later." 1.243 + else 1.244 + $as_echo "$0: Please tell bug-autoconf@gnu.org and bug-glpk@gnu.org 1.245 +$0: about your system, including any error possibly output 1.246 +$0: before this message. Then install a modern shell, or 1.247 +$0: manually run the script under such a shell if you do 1.248 +$0: have one." 1.249 + fi 1.250 + exit 1 1.251 +fi 1.252 +fi 1.253 +fi 1.254 +SHELL=${CONFIG_SHELL-/bin/sh} 1.255 +export SHELL 1.256 +# Unset more variables known to interfere with behavior of common tools. 1.257 +CLICOLOR_FORCE= GREP_OPTIONS= 1.258 +unset CLICOLOR_FORCE GREP_OPTIONS 1.259 + 1.260 +## --------------------- ## 1.261 +## M4sh Shell Functions. ## 1.262 +## --------------------- ## 1.263 +# as_fn_unset VAR 1.264 +# --------------- 1.265 +# Portably unset VAR. 1.266 +as_fn_unset () 1.267 +{ 1.268 + { eval $1=; unset $1;} 1.269 +} 1.270 +as_unset=as_fn_unset 1.271 + 1.272 +# as_fn_set_status STATUS 1.273 +# ----------------------- 1.274 +# Set $? to STATUS, without forking. 1.275 +as_fn_set_status () 1.276 +{ 1.277 + return $1 1.278 +} # as_fn_set_status 1.279 + 1.280 +# as_fn_exit STATUS 1.281 +# ----------------- 1.282 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 1.283 +as_fn_exit () 1.284 +{ 1.285 + set +e 1.286 + as_fn_set_status $1 1.287 + exit $1 1.288 +} # as_fn_exit 1.289 + 1.290 +# as_fn_mkdir_p 1.291 +# ------------- 1.292 +# Create "$as_dir" as a directory, including parents if necessary. 1.293 +as_fn_mkdir_p () 1.294 +{ 1.295 + 1.296 + case $as_dir in #( 1.297 + -*) as_dir=./$as_dir;; 1.298 + esac 1.299 + test -d "$as_dir" || eval $as_mkdir_p || { 1.300 + as_dirs= 1.301 + while :; do 1.302 + case $as_dir in #( 1.303 + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 1.304 + *) as_qdir=$as_dir;; 1.305 + esac 1.306 + as_dirs="'$as_qdir' $as_dirs" 1.307 + as_dir=`$as_dirname -- "$as_dir" || 1.308 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.309 + X"$as_dir" : 'X\(//\)[^/]' \| \ 1.310 + X"$as_dir" : 'X\(//\)$' \| \ 1.311 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 1.312 +$as_echo X"$as_dir" | 1.313 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1.314 + s//\1/ 1.315 + q 1.316 + } 1.317 + /^X\(\/\/\)[^/].*/{ 1.318 + s//\1/ 1.319 + q 1.320 + } 1.321 + /^X\(\/\/\)$/{ 1.322 + s//\1/ 1.323 + q 1.324 + } 1.325 + /^X\(\/\).*/{ 1.326 + s//\1/ 1.327 + q 1.328 + } 1.329 + s/.*/./; q'` 1.330 + test -d "$as_dir" && break 1.331 + done 1.332 + test -z "$as_dirs" || eval "mkdir $as_dirs" 1.333 + } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 1.334 + 1.335 + 1.336 +} # as_fn_mkdir_p 1.337 +# as_fn_append VAR VALUE 1.338 +# ---------------------- 1.339 +# Append the text in VALUE to the end of the definition contained in VAR. Take 1.340 +# advantage of any shell optimizations that allow amortized linear growth over 1.341 +# repeated appends, instead of the typical quadratic growth present in naive 1.342 +# implementations. 1.343 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 1.344 + eval 'as_fn_append () 1.345 + { 1.346 + eval $1+=\$2 1.347 + }' 1.348 +else 1.349 + as_fn_append () 1.350 + { 1.351 + eval $1=\$$1\$2 1.352 + } 1.353 +fi # as_fn_append 1.354 + 1.355 +# as_fn_arith ARG... 1.356 +# ------------------ 1.357 +# Perform arithmetic evaluation on the ARGs, and store the result in the 1.358 +# global $as_val. Take advantage of shells that can avoid forks. The arguments 1.359 +# must be portable across $(()) and expr. 1.360 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 1.361 + eval 'as_fn_arith () 1.362 + { 1.363 + as_val=$(( $* )) 1.364 + }' 1.365 +else 1.366 + as_fn_arith () 1.367 + { 1.368 + as_val=`expr "$@" || test $? -eq 1` 1.369 + } 1.370 +fi # as_fn_arith 1.371 + 1.372 + 1.373 +# as_fn_error ERROR [LINENO LOG_FD] 1.374 +# --------------------------------- 1.375 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 1.376 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 1.377 +# script with status $?, using 1 if that was 0. 1.378 +as_fn_error () 1.379 +{ 1.380 + as_status=$?; test $as_status -eq 0 && as_status=1 1.381 + if test "$3"; then 1.382 + as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.383 + $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 1.384 + fi 1.385 + $as_echo "$as_me: error: $1" >&2 1.386 + as_fn_exit $as_status 1.387 +} # as_fn_error 1.388 + 1.389 +if expr a : '\(a\)' >/dev/null 2>&1 && 1.390 + test "X`expr 00001 : '.*\(...\)'`" = X001; then 1.391 + as_expr=expr 1.392 +else 1.393 + as_expr=false 1.394 +fi 1.395 + 1.396 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 1.397 + as_basename=basename 1.398 +else 1.399 + as_basename=false 1.400 +fi 1.401 + 1.402 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 1.403 + as_dirname=dirname 1.404 +else 1.405 + as_dirname=false 1.406 +fi 1.407 + 1.408 +as_me=`$as_basename -- "$0" || 1.409 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 1.410 + X"$0" : 'X\(//\)$' \| \ 1.411 + X"$0" : 'X\(/\)' \| . 2>/dev/null || 1.412 +$as_echo X/"$0" | 1.413 + sed '/^.*\/\([^/][^/]*\)\/*$/{ 1.414 + s//\1/ 1.415 + q 1.416 + } 1.417 + /^X\/\(\/\/\)$/{ 1.418 + s//\1/ 1.419 + q 1.420 + } 1.421 + /^X\/\(\/\).*/{ 1.422 + s//\1/ 1.423 + q 1.424 + } 1.425 + s/.*/./; q'` 1.426 + 1.427 +# Avoid depending upon Character Ranges. 1.428 +as_cr_letters='abcdefghijklmnopqrstuvwxyz' 1.429 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 1.430 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS 1.431 +as_cr_digits='0123456789' 1.432 +as_cr_alnum=$as_cr_Letters$as_cr_digits 1.433 + 1.434 + 1.435 + as_lineno_1=$LINENO as_lineno_1a=$LINENO 1.436 + as_lineno_2=$LINENO as_lineno_2a=$LINENO 1.437 + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 1.438 + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 1.439 + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 1.440 + sed -n ' 1.441 + p 1.442 + /[$]LINENO/= 1.443 + ' <$as_myself | 1.444 + sed ' 1.445 + s/[$]LINENO.*/&-/ 1.446 + t lineno 1.447 + b 1.448 + :lineno 1.449 + N 1.450 + :loop 1.451 + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 1.452 + t loop 1.453 + s/-\n.*// 1.454 + ' >$as_me.lineno && 1.455 + chmod +x "$as_me.lineno" || 1.456 + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 1.457 + 1.458 + # Don't try to exec as it changes $[0], causing all sort of problems 1.459 + # (the dirname of $[0] is not the place where we might find the 1.460 + # original and so on. Autoconf is especially sensitive to this). 1.461 + . "./$as_me.lineno" 1.462 + # Exit status is that of the last command. 1.463 + exit 1.464 +} 1.465 + 1.466 +ECHO_C= ECHO_N= ECHO_T= 1.467 +case `echo -n x` in #((((( 1.468 +-n*) 1.469 + case `echo 'xy\c'` in 1.470 + *c*) ECHO_T=' ';; # ECHO_T is single tab character. 1.471 + xy) ECHO_C='\c';; 1.472 + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 1.473 + ECHO_T=' ';; 1.474 + esac;; 1.475 +*) 1.476 + ECHO_N='-n';; 1.477 +esac 1.478 + 1.479 +rm -f conf$$ conf$$.exe conf$$.file 1.480 +if test -d conf$$.dir; then 1.481 + rm -f conf$$.dir/conf$$.file 1.482 +else 1.483 + rm -f conf$$.dir 1.484 + mkdir conf$$.dir 2>/dev/null 1.485 +fi 1.486 +if (echo >conf$$.file) 2>/dev/null; then 1.487 + if ln -s conf$$.file conf$$ 2>/dev/null; then 1.488 + as_ln_s='ln -s' 1.489 + # ... but there are two gotchas: 1.490 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 1.491 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 1.492 + # In both cases, we have to default to `cp -p'. 1.493 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 1.494 + as_ln_s='cp -p' 1.495 + elif ln conf$$.file conf$$ 2>/dev/null; then 1.496 + as_ln_s=ln 1.497 + else 1.498 + as_ln_s='cp -p' 1.499 + fi 1.500 +else 1.501 + as_ln_s='cp -p' 1.502 +fi 1.503 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 1.504 +rmdir conf$$.dir 2>/dev/null 1.505 + 1.506 +if mkdir -p . 2>/dev/null; then 1.507 + as_mkdir_p='mkdir -p "$as_dir"' 1.508 +else 1.509 + test -d ./-p && rmdir ./-p 1.510 + as_mkdir_p=false 1.511 +fi 1.512 + 1.513 +if test -x / >/dev/null 2>&1; then 1.514 + as_test_x='test -x' 1.515 +else 1.516 + if ls -dL / >/dev/null 2>&1; then 1.517 + as_ls_L_option=L 1.518 + else 1.519 + as_ls_L_option= 1.520 + fi 1.521 + as_test_x=' 1.522 + eval sh -c '\'' 1.523 + if test -d "$1"; then 1.524 + test -d "$1/."; 1.525 + else 1.526 + case $1 in #( 1.527 + -*)set "./$1";; 1.528 + esac; 1.529 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 1.530 + ???[sx]*):;;*)false;;esac;fi 1.531 + '\'' sh 1.532 + ' 1.533 +fi 1.534 +as_executable_p=$as_test_x 1.535 + 1.536 +# Sed expression to map a string onto a valid CPP name. 1.537 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 1.538 + 1.539 +# Sed expression to map a string onto a valid variable name. 1.540 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 1.541 + 1.542 +SHELL=${CONFIG_SHELL-/bin/sh} 1.543 + 1.544 + 1.545 +test -n "$DJDIR" || exec 7<&0 </dev/null 1.546 +exec 6>&1 1.547 + 1.548 +# Name of the host. 1.549 +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 1.550 +# so uname gets run too. 1.551 +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 1.552 + 1.553 +# 1.554 +# Initializations. 1.555 +# 1.556 +ac_default_prefix=/usr/local 1.557 +ac_clean_files= 1.558 +ac_config_libobj_dir=. 1.559 +LIBOBJS= 1.560 +cross_compiling=no 1.561 +subdirs= 1.562 +MFLAGS= 1.563 +MAKEFLAGS= 1.564 + 1.565 +# Identity of this package. 1.566 +PACKAGE_NAME='GLPK' 1.567 +PACKAGE_TARNAME='glpk' 1.568 +PACKAGE_VERSION='4.47' 1.569 +PACKAGE_STRING='GLPK 4.47' 1.570 +PACKAGE_BUGREPORT='bug-glpk@gnu.org' 1.571 +PACKAGE_URL='' 1.572 + 1.573 +ac_unique_file="src/glpk.h" 1.574 +# Factoring default headers for most tests. 1.575 +ac_includes_default="\ 1.576 +#include <stdio.h> 1.577 +#ifdef HAVE_SYS_TYPES_H 1.578 +# include <sys/types.h> 1.579 +#endif 1.580 +#ifdef HAVE_SYS_STAT_H 1.581 +# include <sys/stat.h> 1.582 +#endif 1.583 +#ifdef STDC_HEADERS 1.584 +# include <stdlib.h> 1.585 +# include <stddef.h> 1.586 +#else 1.587 +# ifdef HAVE_STDLIB_H 1.588 +# include <stdlib.h> 1.589 +# endif 1.590 +#endif 1.591 +#ifdef HAVE_STRING_H 1.592 +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H 1.593 +# include <memory.h> 1.594 +# endif 1.595 +# include <string.h> 1.596 +#endif 1.597 +#ifdef HAVE_STRINGS_H 1.598 +# include <strings.h> 1.599 +#endif 1.600 +#ifdef HAVE_INTTYPES_H 1.601 +# include <inttypes.h> 1.602 +#endif 1.603 +#ifdef HAVE_STDINT_H 1.604 +# include <stdint.h> 1.605 +#endif 1.606 +#ifdef HAVE_UNISTD_H 1.607 +# include <unistd.h> 1.608 +#endif" 1.609 + 1.610 +ac_subst_vars='am__EXEEXT_FALSE 1.611 +am__EXEEXT_TRUE 1.612 +LTLIBOBJS 1.613 +LIBOBJS 1.614 +CPP 1.615 +OTOOL64 1.616 +OTOOL 1.617 +LIPO 1.618 +NMEDIT 1.619 +DSYMUTIL 1.620 +RANLIB 1.621 +AR 1.622 +DLLTOOL 1.623 +OBJDUMP 1.624 +to_host_path_cmd 1.625 +LN_S 1.626 +NM 1.627 +ac_ct_DUMPBIN 1.628 +DUMPBIN 1.629 +LD 1.630 +FGREP 1.631 +EGREP 1.632 +GREP 1.633 +SED 1.634 +host_os 1.635 +host_vendor 1.636 +host_cpu 1.637 +host 1.638 +build_os 1.639 +build_vendor 1.640 +build_cpu 1.641 +build 1.642 +LIBTOOL 1.643 +am__fastdepCC_FALSE 1.644 +am__fastdepCC_TRUE 1.645 +CCDEPMODE 1.646 +AMDEPBACKSLASH 1.647 +AMDEP_FALSE 1.648 +AMDEP_TRUE 1.649 +am__quote 1.650 +am__include 1.651 +DEPDIR 1.652 +OBJEXT 1.653 +EXEEXT 1.654 +ac_ct_CC 1.655 +CPPFLAGS 1.656 +LDFLAGS 1.657 +CFLAGS 1.658 +CC 1.659 +am__untar 1.660 +am__tar 1.661 +AMTAR 1.662 +am__leading_dot 1.663 +SET_MAKE 1.664 +AWK 1.665 +mkdir_p 1.666 +MKDIR_P 1.667 +INSTALL_STRIP_PROGRAM 1.668 +STRIP 1.669 +install_sh 1.670 +MAKEINFO 1.671 +AUTOHEADER 1.672 +AUTOMAKE 1.673 +AUTOCONF 1.674 +ACLOCAL 1.675 +VERSION 1.676 +PACKAGE 1.677 +CYGPATH_W 1.678 +am__isrc 1.679 +INSTALL_DATA 1.680 +INSTALL_SCRIPT 1.681 +INSTALL_PROGRAM 1.682 +target_alias 1.683 +host_alias 1.684 +build_alias 1.685 +LIBS 1.686 +ECHO_T 1.687 +ECHO_N 1.688 +ECHO_C 1.689 +DEFS 1.690 +mandir 1.691 +localedir 1.692 +libdir 1.693 +psdir 1.694 +pdfdir 1.695 +dvidir 1.696 +htmldir 1.697 +infodir 1.698 +docdir 1.699 +oldincludedir 1.700 +includedir 1.701 +localstatedir 1.702 +sharedstatedir 1.703 +sysconfdir 1.704 +datadir 1.705 +datarootdir 1.706 +libexecdir 1.707 +sbindir 1.708 +bindir 1.709 +program_transform_name 1.710 +prefix 1.711 +exec_prefix 1.712 +PACKAGE_URL 1.713 +PACKAGE_BUGREPORT 1.714 +PACKAGE_STRING 1.715 +PACKAGE_VERSION 1.716 +PACKAGE_TARNAME 1.717 +PACKAGE_NAME 1.718 +PATH_SEPARATOR 1.719 +SHELL' 1.720 +ac_subst_files='' 1.721 +ac_user_opts=' 1.722 +enable_option_checking 1.723 +with_gmp 1.724 +enable_dl 1.725 +enable_odbc 1.726 +enable_mysql 1.727 +enable_dependency_tracking 1.728 +enable_shared 1.729 +enable_static 1.730 +with_pic 1.731 +enable_fast_install 1.732 +with_gnu_ld 1.733 +enable_libtool_lock 1.734 +' 1.735 + ac_precious_vars='build_alias 1.736 +host_alias 1.737 +target_alias 1.738 +CC 1.739 +CFLAGS 1.740 +LDFLAGS 1.741 +LIBS 1.742 +CPPFLAGS 1.743 +CPP' 1.744 + 1.745 + 1.746 +# Initialize some variables set by options. 1.747 +ac_init_help= 1.748 +ac_init_version=false 1.749 +ac_unrecognized_opts= 1.750 +ac_unrecognized_sep= 1.751 +# The variables have the same names as the options, with 1.752 +# dashes changed to underlines. 1.753 +cache_file=/dev/null 1.754 +exec_prefix=NONE 1.755 +no_create= 1.756 +no_recursion= 1.757 +prefix=NONE 1.758 +program_prefix=NONE 1.759 +program_suffix=NONE 1.760 +program_transform_name=s,x,x, 1.761 +silent= 1.762 +site= 1.763 +srcdir= 1.764 +verbose= 1.765 +x_includes=NONE 1.766 +x_libraries=NONE 1.767 + 1.768 +# Installation directory options. 1.769 +# These are left unexpanded so users can "make install exec_prefix=/foo" 1.770 +# and all the variables that are supposed to be based on exec_prefix 1.771 +# by default will actually change. 1.772 +# Use braces instead of parens because sh, perl, etc. also accept them. 1.773 +# (The list follows the same order as the GNU Coding Standards.) 1.774 +bindir='${exec_prefix}/bin' 1.775 +sbindir='${exec_prefix}/sbin' 1.776 +libexecdir='${exec_prefix}/libexec' 1.777 +datarootdir='${prefix}/share' 1.778 +datadir='${datarootdir}' 1.779 +sysconfdir='${prefix}/etc' 1.780 +sharedstatedir='${prefix}/com' 1.781 +localstatedir='${prefix}/var' 1.782 +includedir='${prefix}/include' 1.783 +oldincludedir='/usr/include' 1.784 +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 1.785 +infodir='${datarootdir}/info' 1.786 +htmldir='${docdir}' 1.787 +dvidir='${docdir}' 1.788 +pdfdir='${docdir}' 1.789 +psdir='${docdir}' 1.790 +libdir='${exec_prefix}/lib' 1.791 +localedir='${datarootdir}/locale' 1.792 +mandir='${datarootdir}/man' 1.793 + 1.794 +ac_prev= 1.795 +ac_dashdash= 1.796 +for ac_option 1.797 +do 1.798 + # If the previous option needs an argument, assign it. 1.799 + if test -n "$ac_prev"; then 1.800 + eval $ac_prev=\$ac_option 1.801 + ac_prev= 1.802 + continue 1.803 + fi 1.804 + 1.805 + case $ac_option in 1.806 + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 1.807 + *) ac_optarg=yes ;; 1.808 + esac 1.809 + 1.810 + # Accept the important Cygnus configure options, so we can diagnose typos. 1.811 + 1.812 + case $ac_dashdash$ac_option in 1.813 + --) 1.814 + ac_dashdash=yes ;; 1.815 + 1.816 + -bindir | --bindir | --bindi | --bind | --bin | --bi) 1.817 + ac_prev=bindir ;; 1.818 + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 1.819 + bindir=$ac_optarg ;; 1.820 + 1.821 + -build | --build | --buil | --bui | --bu) 1.822 + ac_prev=build_alias ;; 1.823 + -build=* | --build=* | --buil=* | --bui=* | --bu=*) 1.824 + build_alias=$ac_optarg ;; 1.825 + 1.826 + -cache-file | --cache-file | --cache-fil | --cache-fi \ 1.827 + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 1.828 + ac_prev=cache_file ;; 1.829 + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 1.830 + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 1.831 + cache_file=$ac_optarg ;; 1.832 + 1.833 + --config-cache | -C) 1.834 + cache_file=config.cache ;; 1.835 + 1.836 + -datadir | --datadir | --datadi | --datad) 1.837 + ac_prev=datadir ;; 1.838 + -datadir=* | --datadir=* | --datadi=* | --datad=*) 1.839 + datadir=$ac_optarg ;; 1.840 + 1.841 + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 1.842 + | --dataroo | --dataro | --datar) 1.843 + ac_prev=datarootdir ;; 1.844 + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 1.845 + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 1.846 + datarootdir=$ac_optarg ;; 1.847 + 1.848 + -disable-* | --disable-*) 1.849 + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 1.850 + # Reject names that are not valid shell variable names. 1.851 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1.852 + as_fn_error "invalid feature name: $ac_useropt" 1.853 + ac_useropt_orig=$ac_useropt 1.854 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1.855 + case $ac_user_opts in 1.856 + *" 1.857 +"enable_$ac_useropt" 1.858 +"*) ;; 1.859 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 1.860 + ac_unrecognized_sep=', ';; 1.861 + esac 1.862 + eval enable_$ac_useropt=no ;; 1.863 + 1.864 + -docdir | --docdir | --docdi | --doc | --do) 1.865 + ac_prev=docdir ;; 1.866 + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 1.867 + docdir=$ac_optarg ;; 1.868 + 1.869 + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 1.870 + ac_prev=dvidir ;; 1.871 + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 1.872 + dvidir=$ac_optarg ;; 1.873 + 1.874 + -enable-* | --enable-*) 1.875 + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1.876 + # Reject names that are not valid shell variable names. 1.877 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1.878 + as_fn_error "invalid feature name: $ac_useropt" 1.879 + ac_useropt_orig=$ac_useropt 1.880 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1.881 + case $ac_user_opts in 1.882 + *" 1.883 +"enable_$ac_useropt" 1.884 +"*) ;; 1.885 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 1.886 + ac_unrecognized_sep=', ';; 1.887 + esac 1.888 + eval enable_$ac_useropt=\$ac_optarg ;; 1.889 + 1.890 + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 1.891 + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 1.892 + | --exec | --exe | --ex) 1.893 + ac_prev=exec_prefix ;; 1.894 + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 1.895 + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 1.896 + | --exec=* | --exe=* | --ex=*) 1.897 + exec_prefix=$ac_optarg ;; 1.898 + 1.899 + -gas | --gas | --ga | --g) 1.900 + # Obsolete; use --with-gas. 1.901 + with_gas=yes ;; 1.902 + 1.903 + -help | --help | --hel | --he | -h) 1.904 + ac_init_help=long ;; 1.905 + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 1.906 + ac_init_help=recursive ;; 1.907 + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 1.908 + ac_init_help=short ;; 1.909 + 1.910 + -host | --host | --hos | --ho) 1.911 + ac_prev=host_alias ;; 1.912 + -host=* | --host=* | --hos=* | --ho=*) 1.913 + host_alias=$ac_optarg ;; 1.914 + 1.915 + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 1.916 + ac_prev=htmldir ;; 1.917 + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 1.918 + | --ht=*) 1.919 + htmldir=$ac_optarg ;; 1.920 + 1.921 + -includedir | --includedir | --includedi | --included | --include \ 1.922 + | --includ | --inclu | --incl | --inc) 1.923 + ac_prev=includedir ;; 1.924 + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 1.925 + | --includ=* | --inclu=* | --incl=* | --inc=*) 1.926 + includedir=$ac_optarg ;; 1.927 + 1.928 + -infodir | --infodir | --infodi | --infod | --info | --inf) 1.929 + ac_prev=infodir ;; 1.930 + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 1.931 + infodir=$ac_optarg ;; 1.932 + 1.933 + -libdir | --libdir | --libdi | --libd) 1.934 + ac_prev=libdir ;; 1.935 + -libdir=* | --libdir=* | --libdi=* | --libd=*) 1.936 + libdir=$ac_optarg ;; 1.937 + 1.938 + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 1.939 + | --libexe | --libex | --libe) 1.940 + ac_prev=libexecdir ;; 1.941 + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 1.942 + | --libexe=* | --libex=* | --libe=*) 1.943 + libexecdir=$ac_optarg ;; 1.944 + 1.945 + -localedir | --localedir | --localedi | --localed | --locale) 1.946 + ac_prev=localedir ;; 1.947 + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 1.948 + localedir=$ac_optarg ;; 1.949 + 1.950 + -localstatedir | --localstatedir | --localstatedi | --localstated \ 1.951 + | --localstate | --localstat | --localsta | --localst | --locals) 1.952 + ac_prev=localstatedir ;; 1.953 + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 1.954 + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 1.955 + localstatedir=$ac_optarg ;; 1.956 + 1.957 + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 1.958 + ac_prev=mandir ;; 1.959 + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 1.960 + mandir=$ac_optarg ;; 1.961 + 1.962 + -nfp | --nfp | --nf) 1.963 + # Obsolete; use --without-fp. 1.964 + with_fp=no ;; 1.965 + 1.966 + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 1.967 + | --no-cr | --no-c | -n) 1.968 + no_create=yes ;; 1.969 + 1.970 + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 1.971 + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 1.972 + no_recursion=yes ;; 1.973 + 1.974 + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 1.975 + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 1.976 + | --oldin | --oldi | --old | --ol | --o) 1.977 + ac_prev=oldincludedir ;; 1.978 + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 1.979 + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 1.980 + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 1.981 + oldincludedir=$ac_optarg ;; 1.982 + 1.983 + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 1.984 + ac_prev=prefix ;; 1.985 + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 1.986 + prefix=$ac_optarg ;; 1.987 + 1.988 + -program-prefix | --program-prefix | --program-prefi | --program-pref \ 1.989 + | --program-pre | --program-pr | --program-p) 1.990 + ac_prev=program_prefix ;; 1.991 + -program-prefix=* | --program-prefix=* | --program-prefi=* \ 1.992 + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 1.993 + program_prefix=$ac_optarg ;; 1.994 + 1.995 + -program-suffix | --program-suffix | --program-suffi | --program-suff \ 1.996 + | --program-suf | --program-su | --program-s) 1.997 + ac_prev=program_suffix ;; 1.998 + -program-suffix=* | --program-suffix=* | --program-suffi=* \ 1.999 + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 1.1000 + program_suffix=$ac_optarg ;; 1.1001 + 1.1002 + -program-transform-name | --program-transform-name \ 1.1003 + | --program-transform-nam | --program-transform-na \ 1.1004 + | --program-transform-n | --program-transform- \ 1.1005 + | --program-transform | --program-transfor \ 1.1006 + | --program-transfo | --program-transf \ 1.1007 + | --program-trans | --program-tran \ 1.1008 + | --progr-tra | --program-tr | --program-t) 1.1009 + ac_prev=program_transform_name ;; 1.1010 + -program-transform-name=* | --program-transform-name=* \ 1.1011 + | --program-transform-nam=* | --program-transform-na=* \ 1.1012 + | --program-transform-n=* | --program-transform-=* \ 1.1013 + | --program-transform=* | --program-transfor=* \ 1.1014 + | --program-transfo=* | --program-transf=* \ 1.1015 + | --program-trans=* | --program-tran=* \ 1.1016 + | --progr-tra=* | --program-tr=* | --program-t=*) 1.1017 + program_transform_name=$ac_optarg ;; 1.1018 + 1.1019 + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 1.1020 + ac_prev=pdfdir ;; 1.1021 + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 1.1022 + pdfdir=$ac_optarg ;; 1.1023 + 1.1024 + -psdir | --psdir | --psdi | --psd | --ps) 1.1025 + ac_prev=psdir ;; 1.1026 + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 1.1027 + psdir=$ac_optarg ;; 1.1028 + 1.1029 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1.1030 + | -silent | --silent | --silen | --sile | --sil) 1.1031 + silent=yes ;; 1.1032 + 1.1033 + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1.1034 + ac_prev=sbindir ;; 1.1035 + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 1.1036 + | --sbi=* | --sb=*) 1.1037 + sbindir=$ac_optarg ;; 1.1038 + 1.1039 + -sharedstatedir | --sharedstatedir | --sharedstatedi \ 1.1040 + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 1.1041 + | --sharedst | --shareds | --shared | --share | --shar \ 1.1042 + | --sha | --sh) 1.1043 + ac_prev=sharedstatedir ;; 1.1044 + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 1.1045 + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 1.1046 + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 1.1047 + | --sha=* | --sh=*) 1.1048 + sharedstatedir=$ac_optarg ;; 1.1049 + 1.1050 + -site | --site | --sit) 1.1051 + ac_prev=site ;; 1.1052 + -site=* | --site=* | --sit=*) 1.1053 + site=$ac_optarg ;; 1.1054 + 1.1055 + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 1.1056 + ac_prev=srcdir ;; 1.1057 + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 1.1058 + srcdir=$ac_optarg ;; 1.1059 + 1.1060 + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 1.1061 + | --syscon | --sysco | --sysc | --sys | --sy) 1.1062 + ac_prev=sysconfdir ;; 1.1063 + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 1.1064 + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 1.1065 + sysconfdir=$ac_optarg ;; 1.1066 + 1.1067 + -target | --target | --targe | --targ | --tar | --ta | --t) 1.1068 + ac_prev=target_alias ;; 1.1069 + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 1.1070 + target_alias=$ac_optarg ;; 1.1071 + 1.1072 + -v | -verbose | --verbose | --verbos | --verbo | --verb) 1.1073 + verbose=yes ;; 1.1074 + 1.1075 + -version | --version | --versio | --versi | --vers | -V) 1.1076 + ac_init_version=: ;; 1.1077 + 1.1078 + -with-* | --with-*) 1.1079 + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1.1080 + # Reject names that are not valid shell variable names. 1.1081 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1.1082 + as_fn_error "invalid package name: $ac_useropt" 1.1083 + ac_useropt_orig=$ac_useropt 1.1084 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1.1085 + case $ac_user_opts in 1.1086 + *" 1.1087 +"with_$ac_useropt" 1.1088 +"*) ;; 1.1089 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1.1090 + ac_unrecognized_sep=', ';; 1.1091 + esac 1.1092 + eval with_$ac_useropt=\$ac_optarg ;; 1.1093 + 1.1094 + -without-* | --without-*) 1.1095 + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1.1096 + # Reject names that are not valid shell variable names. 1.1097 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1.1098 + as_fn_error "invalid package name: $ac_useropt" 1.1099 + ac_useropt_orig=$ac_useropt 1.1100 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1.1101 + case $ac_user_opts in 1.1102 + *" 1.1103 +"with_$ac_useropt" 1.1104 +"*) ;; 1.1105 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1.1106 + ac_unrecognized_sep=', ';; 1.1107 + esac 1.1108 + eval with_$ac_useropt=no ;; 1.1109 + 1.1110 + --x) 1.1111 + # Obsolete; use --with-x. 1.1112 + with_x=yes ;; 1.1113 + 1.1114 + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 1.1115 + | --x-incl | --x-inc | --x-in | --x-i) 1.1116 + ac_prev=x_includes ;; 1.1117 + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 1.1118 + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 1.1119 + x_includes=$ac_optarg ;; 1.1120 + 1.1121 + -x-libraries | --x-libraries | --x-librarie | --x-librari \ 1.1122 + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 1.1123 + ac_prev=x_libraries ;; 1.1124 + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1.1125 + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1.1126 + x_libraries=$ac_optarg ;; 1.1127 + 1.1128 + -*) as_fn_error "unrecognized option: \`$ac_option' 1.1129 +Try \`$0 --help' for more information." 1.1130 + ;; 1.1131 + 1.1132 + *=*) 1.1133 + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1.1134 + # Reject names that are not valid shell variable names. 1.1135 + case $ac_envvar in #( 1.1136 + '' | [0-9]* | *[!_$as_cr_alnum]* ) 1.1137 + as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1.1138 + esac 1.1139 + eval $ac_envvar=\$ac_optarg 1.1140 + export $ac_envvar ;; 1.1141 + 1.1142 + *) 1.1143 + # FIXME: should be removed in autoconf 3.0. 1.1144 + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1.1145 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1.1146 + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1.1147 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1.1148 + ;; 1.1149 + 1.1150 + esac 1.1151 +done 1.1152 + 1.1153 +if test -n "$ac_prev"; then 1.1154 + ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1.1155 + as_fn_error "missing argument to $ac_option" 1.1156 +fi 1.1157 + 1.1158 +if test -n "$ac_unrecognized_opts"; then 1.1159 + case $enable_option_checking in 1.1160 + no) ;; 1.1161 + fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1.1162 + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1.1163 + esac 1.1164 +fi 1.1165 + 1.1166 +# Check all directory arguments for consistency. 1.1167 +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1.1168 + datadir sysconfdir sharedstatedir localstatedir includedir \ 1.1169 + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1.1170 + libdir localedir mandir 1.1171 +do 1.1172 + eval ac_val=\$$ac_var 1.1173 + # Remove trailing slashes. 1.1174 + case $ac_val in 1.1175 + */ ) 1.1176 + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1.1177 + eval $ac_var=\$ac_val;; 1.1178 + esac 1.1179 + # Be sure to have absolute directory names. 1.1180 + case $ac_val in 1.1181 + [\\/$]* | ?:[\\/]* ) continue;; 1.1182 + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1.1183 + esac 1.1184 + as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1.1185 +done 1.1186 + 1.1187 +# There might be people who depend on the old broken behavior: `$host' 1.1188 +# used to hold the argument of --host etc. 1.1189 +# FIXME: To remove some day. 1.1190 +build=$build_alias 1.1191 +host=$host_alias 1.1192 +target=$target_alias 1.1193 + 1.1194 +# FIXME: To remove some day. 1.1195 +if test "x$host_alias" != x; then 1.1196 + if test "x$build_alias" = x; then 1.1197 + cross_compiling=maybe 1.1198 + $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1.1199 + If a cross compiler is detected then cross compile mode will be used." >&2 1.1200 + elif test "x$build_alias" != "x$host_alias"; then 1.1201 + cross_compiling=yes 1.1202 + fi 1.1203 +fi 1.1204 + 1.1205 +ac_tool_prefix= 1.1206 +test -n "$host_alias" && ac_tool_prefix=$host_alias- 1.1207 + 1.1208 +test "$silent" = yes && exec 6>/dev/null 1.1209 + 1.1210 + 1.1211 +ac_pwd=`pwd` && test -n "$ac_pwd" && 1.1212 +ac_ls_di=`ls -di .` && 1.1213 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1.1214 + as_fn_error "working directory cannot be determined" 1.1215 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1.1216 + as_fn_error "pwd does not report name of working directory" 1.1217 + 1.1218 + 1.1219 +# Find the source files, if location was not specified. 1.1220 +if test -z "$srcdir"; then 1.1221 + ac_srcdir_defaulted=yes 1.1222 + # Try the directory containing this script, then the parent directory. 1.1223 + ac_confdir=`$as_dirname -- "$as_myself" || 1.1224 +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.1225 + X"$as_myself" : 'X\(//\)[^/]' \| \ 1.1226 + X"$as_myself" : 'X\(//\)$' \| \ 1.1227 + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1.1228 +$as_echo X"$as_myself" | 1.1229 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1.1230 + s//\1/ 1.1231 + q 1.1232 + } 1.1233 + /^X\(\/\/\)[^/].*/{ 1.1234 + s//\1/ 1.1235 + q 1.1236 + } 1.1237 + /^X\(\/\/\)$/{ 1.1238 + s//\1/ 1.1239 + q 1.1240 + } 1.1241 + /^X\(\/\).*/{ 1.1242 + s//\1/ 1.1243 + q 1.1244 + } 1.1245 + s/.*/./; q'` 1.1246 + srcdir=$ac_confdir 1.1247 + if test ! -r "$srcdir/$ac_unique_file"; then 1.1248 + srcdir=.. 1.1249 + fi 1.1250 +else 1.1251 + ac_srcdir_defaulted=no 1.1252 +fi 1.1253 +if test ! -r "$srcdir/$ac_unique_file"; then 1.1254 + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1.1255 + as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1.1256 +fi 1.1257 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1.1258 +ac_abs_confdir=`( 1.1259 + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1.1260 + pwd)` 1.1261 +# When building in place, set srcdir=. 1.1262 +if test "$ac_abs_confdir" = "$ac_pwd"; then 1.1263 + srcdir=. 1.1264 +fi 1.1265 +# Remove unnecessary trailing slashes from srcdir. 1.1266 +# Double slashes in file names in object file debugging info 1.1267 +# mess up M-x gdb in Emacs. 1.1268 +case $srcdir in 1.1269 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1.1270 +esac 1.1271 +for ac_var in $ac_precious_vars; do 1.1272 + eval ac_env_${ac_var}_set=\${${ac_var}+set} 1.1273 + eval ac_env_${ac_var}_value=\$${ac_var} 1.1274 + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1.1275 + eval ac_cv_env_${ac_var}_value=\$${ac_var} 1.1276 +done 1.1277 + 1.1278 +# 1.1279 +# Report the --help message. 1.1280 +# 1.1281 +if test "$ac_init_help" = "long"; then 1.1282 + # Omit some internal or obsolete options to make the list less imposing. 1.1283 + # This message is too long to be a string in the A/UX 3.1 sh. 1.1284 + cat <<_ACEOF 1.1285 +\`configure' configures GLPK 4.47 to adapt to many kinds of systems. 1.1286 + 1.1287 +Usage: $0 [OPTION]... [VAR=VALUE]... 1.1288 + 1.1289 +To assign environment variables (e.g., CC, CFLAGS...), specify them as 1.1290 +VAR=VALUE. See below for descriptions of some of the useful variables. 1.1291 + 1.1292 +Defaults for the options are specified in brackets. 1.1293 + 1.1294 +Configuration: 1.1295 + -h, --help display this help and exit 1.1296 + --help=short display options specific to this package 1.1297 + --help=recursive display the short help of all the included packages 1.1298 + -V, --version display version information and exit 1.1299 + -q, --quiet, --silent do not print \`checking...' messages 1.1300 + --cache-file=FILE cache test results in FILE [disabled] 1.1301 + -C, --config-cache alias for \`--cache-file=config.cache' 1.1302 + -n, --no-create do not create output files 1.1303 + --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1.1304 + 1.1305 +Installation directories: 1.1306 + --prefix=PREFIX install architecture-independent files in PREFIX 1.1307 + [$ac_default_prefix] 1.1308 + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1.1309 + [PREFIX] 1.1310 + 1.1311 +By default, \`make install' will install all the files in 1.1312 +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1.1313 +an installation prefix other than \`$ac_default_prefix' using \`--prefix', 1.1314 +for instance \`--prefix=\$HOME'. 1.1315 + 1.1316 +For better control, use the options below. 1.1317 + 1.1318 +Fine tuning of the installation directories: 1.1319 + --bindir=DIR user executables [EPREFIX/bin] 1.1320 + --sbindir=DIR system admin executables [EPREFIX/sbin] 1.1321 + --libexecdir=DIR program executables [EPREFIX/libexec] 1.1322 + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1.1323 + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1.1324 + --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1.1325 + --libdir=DIR object code libraries [EPREFIX/lib] 1.1326 + --includedir=DIR C header files [PREFIX/include] 1.1327 + --oldincludedir=DIR C header files for non-gcc [/usr/include] 1.1328 + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1.1329 + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1.1330 + --infodir=DIR info documentation [DATAROOTDIR/info] 1.1331 + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1.1332 + --mandir=DIR man documentation [DATAROOTDIR/man] 1.1333 + --docdir=DIR documentation root [DATAROOTDIR/doc/glpk] 1.1334 + --htmldir=DIR html documentation [DOCDIR] 1.1335 + --dvidir=DIR dvi documentation [DOCDIR] 1.1336 + --pdfdir=DIR pdf documentation [DOCDIR] 1.1337 + --psdir=DIR ps documentation [DOCDIR] 1.1338 +_ACEOF 1.1339 + 1.1340 + cat <<\_ACEOF 1.1341 + 1.1342 +Program names: 1.1343 + --program-prefix=PREFIX prepend PREFIX to installed program names 1.1344 + --program-suffix=SUFFIX append SUFFIX to installed program names 1.1345 + --program-transform-name=PROGRAM run sed PROGRAM on installed program names 1.1346 + 1.1347 +System types: 1.1348 + --build=BUILD configure for building on BUILD [guessed] 1.1349 + --host=HOST cross-compile to build programs to run on HOST [BUILD] 1.1350 +_ACEOF 1.1351 +fi 1.1352 + 1.1353 +if test -n "$ac_init_help"; then 1.1354 + case $ac_init_help in 1.1355 + short | recursive ) echo "Configuration of GLPK 4.47:";; 1.1356 + esac 1.1357 + cat <<\_ACEOF 1.1358 + 1.1359 +Optional Features: 1.1360 + --disable-option-checking ignore unrecognized --enable/--with options 1.1361 + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1.1362 + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1.1363 + --enable-dl enable shared library support [[default=no]] 1.1364 + --enable-odbc enable MathProg ODBC support [[default=no]] 1.1365 + --enable-mysql enable MathProg MySQL support [[default=no]] 1.1366 + --disable-dependency-tracking speeds up one-time build 1.1367 + --enable-dependency-tracking do not reject slow dependency extractors 1.1368 + --enable-shared[=PKGS] build shared libraries [default=yes] 1.1369 + --enable-static[=PKGS] build static libraries [default=yes] 1.1370 + --enable-fast-install[=PKGS] 1.1371 + optimize for fast installation [default=yes] 1.1372 + --disable-libtool-lock avoid locking (might break parallel builds) 1.1373 + 1.1374 +Optional Packages: 1.1375 + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1.1376 + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1.1377 + --with-gmp use GNU MP bignum library [[default=no]] 1.1378 + --with-pic try to use only PIC/non-PIC objects [default=use 1.1379 + both] 1.1380 + --with-gnu-ld assume the C compiler uses GNU ld [default=no] 1.1381 + 1.1382 +Some influential environment variables: 1.1383 + CC C compiler command 1.1384 + CFLAGS C compiler flags 1.1385 + LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1.1386 + nonstandard directory <lib dir> 1.1387 + LIBS libraries to pass to the linker, e.g. -l<library> 1.1388 + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if 1.1389 + you have headers in a nonstandard directory <include dir> 1.1390 + CPP C preprocessor 1.1391 + 1.1392 +Use these variables to override the choices made by `configure' or to help 1.1393 +it to find libraries and programs with nonstandard names/locations. 1.1394 + 1.1395 +Report bugs to <bug-glpk@gnu.org>. 1.1396 +_ACEOF 1.1397 +ac_status=$? 1.1398 +fi 1.1399 + 1.1400 +if test "$ac_init_help" = "recursive"; then 1.1401 + # If there are subdirs, report their specific --help. 1.1402 + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1.1403 + test -d "$ac_dir" || 1.1404 + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1.1405 + continue 1.1406 + ac_builddir=. 1.1407 + 1.1408 +case "$ac_dir" in 1.1409 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1.1410 +*) 1.1411 + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1.1412 + # A ".." for each directory in $ac_dir_suffix. 1.1413 + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1.1414 + case $ac_top_builddir_sub in 1.1415 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1.1416 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1.1417 + esac ;; 1.1418 +esac 1.1419 +ac_abs_top_builddir=$ac_pwd 1.1420 +ac_abs_builddir=$ac_pwd$ac_dir_suffix 1.1421 +# for backward compatibility: 1.1422 +ac_top_builddir=$ac_top_build_prefix 1.1423 + 1.1424 +case $srcdir in 1.1425 + .) # We are building in place. 1.1426 + ac_srcdir=. 1.1427 + ac_top_srcdir=$ac_top_builddir_sub 1.1428 + ac_abs_top_srcdir=$ac_pwd ;; 1.1429 + [\\/]* | ?:[\\/]* ) # Absolute name. 1.1430 + ac_srcdir=$srcdir$ac_dir_suffix; 1.1431 + ac_top_srcdir=$srcdir 1.1432 + ac_abs_top_srcdir=$srcdir ;; 1.1433 + *) # Relative name. 1.1434 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1.1435 + ac_top_srcdir=$ac_top_build_prefix$srcdir 1.1436 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1.1437 +esac 1.1438 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1.1439 + 1.1440 + cd "$ac_dir" || { ac_status=$?; continue; } 1.1441 + # Check for guested configure. 1.1442 + if test -f "$ac_srcdir/configure.gnu"; then 1.1443 + echo && 1.1444 + $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1.1445 + elif test -f "$ac_srcdir/configure"; then 1.1446 + echo && 1.1447 + $SHELL "$ac_srcdir/configure" --help=recursive 1.1448 + else 1.1449 + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1.1450 + fi || ac_status=$? 1.1451 + cd "$ac_pwd" || { ac_status=$?; break; } 1.1452 + done 1.1453 +fi 1.1454 + 1.1455 +test -n "$ac_init_help" && exit $ac_status 1.1456 +if $ac_init_version; then 1.1457 + cat <<\_ACEOF 1.1458 +GLPK configure 4.47 1.1459 +generated by GNU Autoconf 2.65 1.1460 + 1.1461 +Copyright (C) 2009 Free Software Foundation, Inc. 1.1462 +This configure script is free software; the Free Software Foundation 1.1463 +gives unlimited permission to copy, distribute and modify it. 1.1464 +_ACEOF 1.1465 + exit 1.1466 +fi 1.1467 + 1.1468 +## ------------------------ ## 1.1469 +## Autoconf initialization. ## 1.1470 +## ------------------------ ## 1.1471 + 1.1472 +# ac_fn_c_try_compile LINENO 1.1473 +# -------------------------- 1.1474 +# Try to compile conftest.$ac_ext, and return whether this succeeded. 1.1475 +ac_fn_c_try_compile () 1.1476 +{ 1.1477 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1478 + rm -f conftest.$ac_objext 1.1479 + if { { ac_try="$ac_compile" 1.1480 +case "(($ac_try" in 1.1481 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.1482 + *) ac_try_echo=$ac_try;; 1.1483 +esac 1.1484 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.1485 +$as_echo "$ac_try_echo"; } >&5 1.1486 + (eval "$ac_compile") 2>conftest.err 1.1487 + ac_status=$? 1.1488 + if test -s conftest.err; then 1.1489 + grep -v '^ *+' conftest.err >conftest.er1 1.1490 + cat conftest.er1 >&5 1.1491 + mv -f conftest.er1 conftest.err 1.1492 + fi 1.1493 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.1494 + test $ac_status = 0; } && { 1.1495 + test -z "$ac_c_werror_flag" || 1.1496 + test ! -s conftest.err 1.1497 + } && test -s conftest.$ac_objext; then : 1.1498 + ac_retval=0 1.1499 +else 1.1500 + $as_echo "$as_me: failed program was:" >&5 1.1501 +sed 's/^/| /' conftest.$ac_ext >&5 1.1502 + 1.1503 + ac_retval=1 1.1504 +fi 1.1505 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.1506 + as_fn_set_status $ac_retval 1.1507 + 1.1508 +} # ac_fn_c_try_compile 1.1509 + 1.1510 +# ac_fn_c_try_link LINENO 1.1511 +# ----------------------- 1.1512 +# Try to link conftest.$ac_ext, and return whether this succeeded. 1.1513 +ac_fn_c_try_link () 1.1514 +{ 1.1515 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1516 + rm -f conftest.$ac_objext conftest$ac_exeext 1.1517 + if { { ac_try="$ac_link" 1.1518 +case "(($ac_try" in 1.1519 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.1520 + *) ac_try_echo=$ac_try;; 1.1521 +esac 1.1522 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.1523 +$as_echo "$ac_try_echo"; } >&5 1.1524 + (eval "$ac_link") 2>conftest.err 1.1525 + ac_status=$? 1.1526 + if test -s conftest.err; then 1.1527 + grep -v '^ *+' conftest.err >conftest.er1 1.1528 + cat conftest.er1 >&5 1.1529 + mv -f conftest.er1 conftest.err 1.1530 + fi 1.1531 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.1532 + test $ac_status = 0; } && { 1.1533 + test -z "$ac_c_werror_flag" || 1.1534 + test ! -s conftest.err 1.1535 + } && test -s conftest$ac_exeext && { 1.1536 + test "$cross_compiling" = yes || 1.1537 + $as_test_x conftest$ac_exeext 1.1538 + }; then : 1.1539 + ac_retval=0 1.1540 +else 1.1541 + $as_echo "$as_me: failed program was:" >&5 1.1542 +sed 's/^/| /' conftest.$ac_ext >&5 1.1543 + 1.1544 + ac_retval=1 1.1545 +fi 1.1546 + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1.1547 + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1.1548 + # interfere with the next link command; also delete a directory that is 1.1549 + # left behind by Apple's compiler. We do this before executing the actions. 1.1550 + rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1.1551 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.1552 + as_fn_set_status $ac_retval 1.1553 + 1.1554 +} # ac_fn_c_try_link 1.1555 + 1.1556 +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1.1557 +# ------------------------------------------------------- 1.1558 +# Tests whether HEADER exists and can be compiled using the include files in 1.1559 +# INCLUDES, setting the cache variable VAR accordingly. 1.1560 +ac_fn_c_check_header_compile () 1.1561 +{ 1.1562 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1563 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1.1564 +$as_echo_n "checking for $2... " >&6; } 1.1565 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1.1566 + $as_echo_n "(cached) " >&6 1.1567 +else 1.1568 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.1569 +/* end confdefs.h. */ 1.1570 +$4 1.1571 +#include <$2> 1.1572 +_ACEOF 1.1573 +if ac_fn_c_try_compile "$LINENO"; then : 1.1574 + eval "$3=yes" 1.1575 +else 1.1576 + eval "$3=no" 1.1577 +fi 1.1578 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.1579 +fi 1.1580 +eval ac_res=\$$3 1.1581 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1.1582 +$as_echo "$ac_res" >&6; } 1.1583 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.1584 + 1.1585 +} # ac_fn_c_check_header_compile 1.1586 + 1.1587 +# ac_fn_c_try_cpp LINENO 1.1588 +# ---------------------- 1.1589 +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. 1.1590 +ac_fn_c_try_cpp () 1.1591 +{ 1.1592 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1593 + if { { ac_try="$ac_cpp conftest.$ac_ext" 1.1594 +case "(($ac_try" in 1.1595 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.1596 + *) ac_try_echo=$ac_try;; 1.1597 +esac 1.1598 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.1599 +$as_echo "$ac_try_echo"; } >&5 1.1600 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err 1.1601 + ac_status=$? 1.1602 + if test -s conftest.err; then 1.1603 + grep -v '^ *+' conftest.err >conftest.er1 1.1604 + cat conftest.er1 >&5 1.1605 + mv -f conftest.er1 conftest.err 1.1606 + fi 1.1607 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.1608 + test $ac_status = 0; } >/dev/null && { 1.1609 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1.1610 + test ! -s conftest.err 1.1611 + }; then : 1.1612 + ac_retval=0 1.1613 +else 1.1614 + $as_echo "$as_me: failed program was:" >&5 1.1615 +sed 's/^/| /' conftest.$ac_ext >&5 1.1616 + 1.1617 + ac_retval=1 1.1618 +fi 1.1619 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.1620 + as_fn_set_status $ac_retval 1.1621 + 1.1622 +} # ac_fn_c_try_cpp 1.1623 + 1.1624 +# ac_fn_c_try_run LINENO 1.1625 +# ---------------------- 1.1626 +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes 1.1627 +# that executables *can* be run. 1.1628 +ac_fn_c_try_run () 1.1629 +{ 1.1630 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1631 + if { { ac_try="$ac_link" 1.1632 +case "(($ac_try" in 1.1633 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.1634 + *) ac_try_echo=$ac_try;; 1.1635 +esac 1.1636 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.1637 +$as_echo "$ac_try_echo"; } >&5 1.1638 + (eval "$ac_link") 2>&5 1.1639 + ac_status=$? 1.1640 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.1641 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' 1.1642 + { { case "(($ac_try" in 1.1643 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.1644 + *) ac_try_echo=$ac_try;; 1.1645 +esac 1.1646 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.1647 +$as_echo "$ac_try_echo"; } >&5 1.1648 + (eval "$ac_try") 2>&5 1.1649 + ac_status=$? 1.1650 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.1651 + test $ac_status = 0; }; }; then : 1.1652 + ac_retval=0 1.1653 +else 1.1654 + $as_echo "$as_me: program exited with status $ac_status" >&5 1.1655 + $as_echo "$as_me: failed program was:" >&5 1.1656 +sed 's/^/| /' conftest.$ac_ext >&5 1.1657 + 1.1658 + ac_retval=$ac_status 1.1659 +fi 1.1660 + rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1.1661 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.1662 + as_fn_set_status $ac_retval 1.1663 + 1.1664 +} # ac_fn_c_try_run 1.1665 + 1.1666 +# ac_fn_c_check_func LINENO FUNC VAR 1.1667 +# ---------------------------------- 1.1668 +# Tests whether FUNC exists, setting the cache variable VAR accordingly 1.1669 +ac_fn_c_check_func () 1.1670 +{ 1.1671 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1672 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1.1673 +$as_echo_n "checking for $2... " >&6; } 1.1674 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1.1675 + $as_echo_n "(cached) " >&6 1.1676 +else 1.1677 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.1678 +/* end confdefs.h. */ 1.1679 +/* Define $2 to an innocuous variant, in case <limits.h> declares $2. 1.1680 + For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1.1681 +#define $2 innocuous_$2 1.1682 + 1.1683 +/* System header to define __stub macros and hopefully few prototypes, 1.1684 + which can conflict with char $2 (); below. 1.1685 + Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.1686 + <limits.h> exists even on freestanding compilers. */ 1.1687 + 1.1688 +#ifdef __STDC__ 1.1689 +# include <limits.h> 1.1690 +#else 1.1691 +# include <assert.h> 1.1692 +#endif 1.1693 + 1.1694 +#undef $2 1.1695 + 1.1696 +/* Override any GCC internal prototype to avoid an error. 1.1697 + Use char because int might match the return type of a GCC 1.1698 + builtin and then its argument prototype would still apply. */ 1.1699 +#ifdef __cplusplus 1.1700 +extern "C" 1.1701 +#endif 1.1702 +char $2 (); 1.1703 +/* The GNU C library defines this for functions which it implements 1.1704 + to always fail with ENOSYS. Some functions are actually named 1.1705 + something starting with __ and the normal name is an alias. */ 1.1706 +#if defined __stub_$2 || defined __stub___$2 1.1707 +choke me 1.1708 +#endif 1.1709 + 1.1710 +int 1.1711 +main () 1.1712 +{ 1.1713 +return $2 (); 1.1714 + ; 1.1715 + return 0; 1.1716 +} 1.1717 +_ACEOF 1.1718 +if ac_fn_c_try_link "$LINENO"; then : 1.1719 + eval "$3=yes" 1.1720 +else 1.1721 + eval "$3=no" 1.1722 +fi 1.1723 +rm -f core conftest.err conftest.$ac_objext \ 1.1724 + conftest$ac_exeext conftest.$ac_ext 1.1725 +fi 1.1726 +eval ac_res=\$$3 1.1727 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1.1728 +$as_echo "$ac_res" >&6; } 1.1729 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.1730 + 1.1731 +} # ac_fn_c_check_func 1.1732 + 1.1733 +# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 1.1734 +# ------------------------------------------------------- 1.1735 +# Tests whether HEADER exists, giving a warning if it cannot be compiled using 1.1736 +# the include files in INCLUDES and setting the cache variable VAR 1.1737 +# accordingly. 1.1738 +ac_fn_c_check_header_mongrel () 1.1739 +{ 1.1740 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1741 + if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1.1742 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1.1743 +$as_echo_n "checking for $2... " >&6; } 1.1744 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1.1745 + $as_echo_n "(cached) " >&6 1.1746 +fi 1.1747 +eval ac_res=\$$3 1.1748 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1.1749 +$as_echo "$ac_res" >&6; } 1.1750 +else 1.1751 + # Is the header compilable? 1.1752 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 1.1753 +$as_echo_n "checking $2 usability... " >&6; } 1.1754 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.1755 +/* end confdefs.h. */ 1.1756 +$4 1.1757 +#include <$2> 1.1758 +_ACEOF 1.1759 +if ac_fn_c_try_compile "$LINENO"; then : 1.1760 + ac_header_compiler=yes 1.1761 +else 1.1762 + ac_header_compiler=no 1.1763 +fi 1.1764 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.1765 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 1.1766 +$as_echo "$ac_header_compiler" >&6; } 1.1767 + 1.1768 +# Is the header present? 1.1769 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 1.1770 +$as_echo_n "checking $2 presence... " >&6; } 1.1771 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.1772 +/* end confdefs.h. */ 1.1773 +#include <$2> 1.1774 +_ACEOF 1.1775 +if ac_fn_c_try_cpp "$LINENO"; then : 1.1776 + ac_header_preproc=yes 1.1777 +else 1.1778 + ac_header_preproc=no 1.1779 +fi 1.1780 +rm -f conftest.err conftest.$ac_ext 1.1781 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1.1782 +$as_echo "$ac_header_preproc" >&6; } 1.1783 + 1.1784 +# So? What about this header? 1.1785 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( 1.1786 + yes:no: ) 1.1787 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 1.1788 +$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} 1.1789 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1.1790 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1.1791 + ;; 1.1792 + no:yes:* ) 1.1793 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 1.1794 +$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} 1.1795 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 1.1796 +$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} 1.1797 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 1.1798 +$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} 1.1799 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 1.1800 +$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 1.1801 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1.1802 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1.1803 +( cat <<\_ASBOX 1.1804 +## ------------------------------- ## 1.1805 +## Report this to bug-glpk@gnu.org ## 1.1806 +## ------------------------------- ## 1.1807 +_ASBOX 1.1808 + ) | sed "s/^/$as_me: WARNING: /" >&2 1.1809 + ;; 1.1810 +esac 1.1811 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1.1812 +$as_echo_n "checking for $2... " >&6; } 1.1813 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1.1814 + $as_echo_n "(cached) " >&6 1.1815 +else 1.1816 + eval "$3=\$ac_header_compiler" 1.1817 +fi 1.1818 +eval ac_res=\$$3 1.1819 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1.1820 +$as_echo "$ac_res" >&6; } 1.1821 +fi 1.1822 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1.1823 + 1.1824 +} # ac_fn_c_check_header_mongrel 1.1825 +cat >config.log <<_ACEOF 1.1826 +This file contains any messages produced by compilers while 1.1827 +running configure, to aid debugging if configure makes a mistake. 1.1828 + 1.1829 +It was created by GLPK $as_me 4.47, which was 1.1830 +generated by GNU Autoconf 2.65. Invocation command line was 1.1831 + 1.1832 + $ $0 $@ 1.1833 + 1.1834 +_ACEOF 1.1835 +exec 5>>config.log 1.1836 +{ 1.1837 +cat <<_ASUNAME 1.1838 +## --------- ## 1.1839 +## Platform. ## 1.1840 +## --------- ## 1.1841 + 1.1842 +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1.1843 +uname -m = `(uname -m) 2>/dev/null || echo unknown` 1.1844 +uname -r = `(uname -r) 2>/dev/null || echo unknown` 1.1845 +uname -s = `(uname -s) 2>/dev/null || echo unknown` 1.1846 +uname -v = `(uname -v) 2>/dev/null || echo unknown` 1.1847 + 1.1848 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 1.1849 +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1.1850 + 1.1851 +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1.1852 +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1.1853 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1.1854 +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1.1855 +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1.1856 +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1.1857 +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1.1858 + 1.1859 +_ASUNAME 1.1860 + 1.1861 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.1862 +for as_dir in $PATH 1.1863 +do 1.1864 + IFS=$as_save_IFS 1.1865 + test -z "$as_dir" && as_dir=. 1.1866 + $as_echo "PATH: $as_dir" 1.1867 + done 1.1868 +IFS=$as_save_IFS 1.1869 + 1.1870 +} >&5 1.1871 + 1.1872 +cat >&5 <<_ACEOF 1.1873 + 1.1874 + 1.1875 +## ----------- ## 1.1876 +## Core tests. ## 1.1877 +## ----------- ## 1.1878 + 1.1879 +_ACEOF 1.1880 + 1.1881 + 1.1882 +# Keep a trace of the command line. 1.1883 +# Strip out --no-create and --no-recursion so they do not pile up. 1.1884 +# Strip out --silent because we don't want to record it for future runs. 1.1885 +# Also quote any args containing shell meta-characters. 1.1886 +# Make two passes to allow for proper duplicate-argument suppression. 1.1887 +ac_configure_args= 1.1888 +ac_configure_args0= 1.1889 +ac_configure_args1= 1.1890 +ac_must_keep_next=false 1.1891 +for ac_pass in 1 2 1.1892 +do 1.1893 + for ac_arg 1.1894 + do 1.1895 + case $ac_arg in 1.1896 + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1.1897 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1.1898 + | -silent | --silent | --silen | --sile | --sil) 1.1899 + continue ;; 1.1900 + *\'*) 1.1901 + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1.1902 + esac 1.1903 + case $ac_pass in 1.1904 + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 1.1905 + 2) 1.1906 + as_fn_append ac_configure_args1 " '$ac_arg'" 1.1907 + if test $ac_must_keep_next = true; then 1.1908 + ac_must_keep_next=false # Got value, back to normal. 1.1909 + else 1.1910 + case $ac_arg in 1.1911 + *=* | --config-cache | -C | -disable-* | --disable-* \ 1.1912 + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1.1913 + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1.1914 + | -with-* | --with-* | -without-* | --without-* | --x) 1.1915 + case "$ac_configure_args0 " in 1.1916 + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1.1917 + esac 1.1918 + ;; 1.1919 + -* ) ac_must_keep_next=true ;; 1.1920 + esac 1.1921 + fi 1.1922 + as_fn_append ac_configure_args " '$ac_arg'" 1.1923 + ;; 1.1924 + esac 1.1925 + done 1.1926 +done 1.1927 +{ ac_configure_args0=; unset ac_configure_args0;} 1.1928 +{ ac_configure_args1=; unset ac_configure_args1;} 1.1929 + 1.1930 +# When interrupted or exit'd, cleanup temporary files, and complete 1.1931 +# config.log. We remove comments because anyway the quotes in there 1.1932 +# would cause problems or look ugly. 1.1933 +# WARNING: Use '\'' to represent an apostrophe within the trap. 1.1934 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1.1935 +trap 'exit_status=$? 1.1936 + # Save into config.log some information that might help in debugging. 1.1937 + { 1.1938 + echo 1.1939 + 1.1940 + cat <<\_ASBOX 1.1941 +## ---------------- ## 1.1942 +## Cache variables. ## 1.1943 +## ---------------- ## 1.1944 +_ASBOX 1.1945 + echo 1.1946 + # The following way of writing the cache mishandles newlines in values, 1.1947 +( 1.1948 + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1.1949 + eval ac_val=\$$ac_var 1.1950 + case $ac_val in #( 1.1951 + *${as_nl}*) 1.1952 + case $ac_var in #( 1.1953 + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1.1954 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1.1955 + esac 1.1956 + case $ac_var in #( 1.1957 + _ | IFS | as_nl) ;; #( 1.1958 + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1.1959 + *) { eval $ac_var=; unset $ac_var;} ;; 1.1960 + esac ;; 1.1961 + esac 1.1962 + done 1.1963 + (set) 2>&1 | 1.1964 + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1.1965 + *${as_nl}ac_space=\ *) 1.1966 + sed -n \ 1.1967 + "s/'\''/'\''\\\\'\'''\''/g; 1.1968 + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1.1969 + ;; #( 1.1970 + *) 1.1971 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1.1972 + ;; 1.1973 + esac | 1.1974 + sort 1.1975 +) 1.1976 + echo 1.1977 + 1.1978 + cat <<\_ASBOX 1.1979 +## ----------------- ## 1.1980 +## Output variables. ## 1.1981 +## ----------------- ## 1.1982 +_ASBOX 1.1983 + echo 1.1984 + for ac_var in $ac_subst_vars 1.1985 + do 1.1986 + eval ac_val=\$$ac_var 1.1987 + case $ac_val in 1.1988 + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1.1989 + esac 1.1990 + $as_echo "$ac_var='\''$ac_val'\''" 1.1991 + done | sort 1.1992 + echo 1.1993 + 1.1994 + if test -n "$ac_subst_files"; then 1.1995 + cat <<\_ASBOX 1.1996 +## ------------------- ## 1.1997 +## File substitutions. ## 1.1998 +## ------------------- ## 1.1999 +_ASBOX 1.2000 + echo 1.2001 + for ac_var in $ac_subst_files 1.2002 + do 1.2003 + eval ac_val=\$$ac_var 1.2004 + case $ac_val in 1.2005 + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1.2006 + esac 1.2007 + $as_echo "$ac_var='\''$ac_val'\''" 1.2008 + done | sort 1.2009 + echo 1.2010 + fi 1.2011 + 1.2012 + if test -s confdefs.h; then 1.2013 + cat <<\_ASBOX 1.2014 +## ----------- ## 1.2015 +## confdefs.h. ## 1.2016 +## ----------- ## 1.2017 +_ASBOX 1.2018 + echo 1.2019 + cat confdefs.h 1.2020 + echo 1.2021 + fi 1.2022 + test "$ac_signal" != 0 && 1.2023 + $as_echo "$as_me: caught signal $ac_signal" 1.2024 + $as_echo "$as_me: exit $exit_status" 1.2025 + } >&5 1.2026 + rm -f core *.core core.conftest.* && 1.2027 + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1.2028 + exit $exit_status 1.2029 +' 0 1.2030 +for ac_signal in 1 2 13 15; do 1.2031 + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal 1.2032 +done 1.2033 +ac_signal=0 1.2034 + 1.2035 +# confdefs.h avoids OS command line length limits that DEFS can exceed. 1.2036 +rm -f -r conftest* confdefs.h 1.2037 + 1.2038 +$as_echo "/* confdefs.h */" > confdefs.h 1.2039 + 1.2040 +# Predefined preprocessor variables. 1.2041 + 1.2042 +cat >>confdefs.h <<_ACEOF 1.2043 +#define PACKAGE_NAME "$PACKAGE_NAME" 1.2044 +_ACEOF 1.2045 + 1.2046 +cat >>confdefs.h <<_ACEOF 1.2047 +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1.2048 +_ACEOF 1.2049 + 1.2050 +cat >>confdefs.h <<_ACEOF 1.2051 +#define PACKAGE_VERSION "$PACKAGE_VERSION" 1.2052 +_ACEOF 1.2053 + 1.2054 +cat >>confdefs.h <<_ACEOF 1.2055 +#define PACKAGE_STRING "$PACKAGE_STRING" 1.2056 +_ACEOF 1.2057 + 1.2058 +cat >>confdefs.h <<_ACEOF 1.2059 +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1.2060 +_ACEOF 1.2061 + 1.2062 +cat >>confdefs.h <<_ACEOF 1.2063 +#define PACKAGE_URL "$PACKAGE_URL" 1.2064 +_ACEOF 1.2065 + 1.2066 + 1.2067 +# Let the site file select an alternate cache file if it wants to. 1.2068 +# Prefer an explicitly selected file to automatically selected ones. 1.2069 +ac_site_file1=NONE 1.2070 +ac_site_file2=NONE 1.2071 +if test -n "$CONFIG_SITE"; then 1.2072 + ac_site_file1=$CONFIG_SITE 1.2073 +elif test "x$prefix" != xNONE; then 1.2074 + ac_site_file1=$prefix/share/config.site 1.2075 + ac_site_file2=$prefix/etc/config.site 1.2076 +else 1.2077 + ac_site_file1=$ac_default_prefix/share/config.site 1.2078 + ac_site_file2=$ac_default_prefix/etc/config.site 1.2079 +fi 1.2080 +for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1.2081 +do 1.2082 + test "x$ac_site_file" = xNONE && continue 1.2083 + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 1.2084 + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 1.2085 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} 1.2086 + sed 's/^/| /' "$ac_site_file" >&5 1.2087 + . "$ac_site_file" 1.2088 + fi 1.2089 +done 1.2090 + 1.2091 +if test -r "$cache_file"; then 1.2092 + # Some versions of bash will fail to source /dev/null (special files 1.2093 + # actually), so we avoid doing that. DJGPP emulates it as a regular file. 1.2094 + if test /dev/null != "$cache_file" && test -f "$cache_file"; then 1.2095 + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 1.2096 +$as_echo "$as_me: loading cache $cache_file" >&6;} 1.2097 + case $cache_file in 1.2098 + [\\/]* | ?:[\\/]* ) . "$cache_file";; 1.2099 + *) . "./$cache_file";; 1.2100 + esac 1.2101 + fi 1.2102 +else 1.2103 + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 1.2104 +$as_echo "$as_me: creating cache $cache_file" >&6;} 1.2105 + >$cache_file 1.2106 +fi 1.2107 + 1.2108 +# Check that the precious variables saved in the cache have kept the same 1.2109 +# value. 1.2110 +ac_cache_corrupted=false 1.2111 +for ac_var in $ac_precious_vars; do 1.2112 + eval ac_old_set=\$ac_cv_env_${ac_var}_set 1.2113 + eval ac_new_set=\$ac_env_${ac_var}_set 1.2114 + eval ac_old_val=\$ac_cv_env_${ac_var}_value 1.2115 + eval ac_new_val=\$ac_env_${ac_var}_value 1.2116 + case $ac_old_set,$ac_new_set in 1.2117 + set,) 1.2118 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1.2119 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1.2120 + ac_cache_corrupted=: ;; 1.2121 + ,set) 1.2122 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 1.2123 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1.2124 + ac_cache_corrupted=: ;; 1.2125 + ,);; 1.2126 + *) 1.2127 + if test "x$ac_old_val" != "x$ac_new_val"; then 1.2128 + # differences in whitespace do not lead to failure. 1.2129 + ac_old_val_w=`echo x $ac_old_val` 1.2130 + ac_new_val_w=`echo x $ac_new_val` 1.2131 + if test "$ac_old_val_w" != "$ac_new_val_w"; then 1.2132 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 1.2133 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1.2134 + ac_cache_corrupted=: 1.2135 + else 1.2136 + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1.2137 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1.2138 + eval $ac_var=\$ac_old_val 1.2139 + fi 1.2140 + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 1.2141 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1.2142 + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 1.2143 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1.2144 + fi;; 1.2145 + esac 1.2146 + # Pass precious variables to config.status. 1.2147 + if test "$ac_new_set" = set; then 1.2148 + case $ac_new_val in 1.2149 + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1.2150 + *) ac_arg=$ac_var=$ac_new_val ;; 1.2151 + esac 1.2152 + case " $ac_configure_args " in 1.2153 + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1.2154 + *) as_fn_append ac_configure_args " '$ac_arg'" ;; 1.2155 + esac 1.2156 + fi 1.2157 +done 1.2158 +if $ac_cache_corrupted; then 1.2159 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.2160 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.2161 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 1.2162 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1.2163 + as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 1.2164 +fi 1.2165 +## -------------------- ## 1.2166 +## Main body of script. ## 1.2167 +## -------------------- ## 1.2168 + 1.2169 +ac_ext=c 1.2170 +ac_cpp='$CPP $CPPFLAGS' 1.2171 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.2172 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.2173 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.2174 + 1.2175 + 1.2176 + 1.2177 + 1.2178 + 1.2179 + 1.2180 + 1.2181 +am__api_version='1.11' 1.2182 + 1.2183 +ac_aux_dir= 1.2184 +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 1.2185 + for ac_t in install-sh install.sh shtool; do 1.2186 + if test -f "$ac_dir/$ac_t"; then 1.2187 + ac_aux_dir=$ac_dir 1.2188 + ac_install_sh="$ac_aux_dir/$ac_t -c" 1.2189 + break 2 1.2190 + fi 1.2191 + done 1.2192 +done 1.2193 +if test -z "$ac_aux_dir"; then 1.2194 + as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 1.2195 +fi 1.2196 + 1.2197 +# These three variables are undocumented and unsupported, 1.2198 +# and are intended to be withdrawn in a future Autoconf release. 1.2199 +# They can cause serious problems if a builder's source tree is in a directory 1.2200 +# whose full name contains unusual characters. 1.2201 +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 1.2202 +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 1.2203 +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 1.2204 + 1.2205 + 1.2206 +# Find a good install program. We prefer a C program (faster), 1.2207 +# so one script is as good as another. But avoid the broken or 1.2208 +# incompatible versions: 1.2209 +# SysV /etc/install, /usr/sbin/install 1.2210 +# SunOS /usr/etc/install 1.2211 +# IRIX /sbin/install 1.2212 +# AIX /bin/install 1.2213 +# AmigaOS /C/install, which installs bootblocks on floppy discs 1.2214 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1.2215 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1.2216 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1.2217 +# OS/2's system install, which has a completely different semantic 1.2218 +# ./install, which can be erroneously created by make from ./install.sh. 1.2219 +# Reject install programs that cannot install multiple files. 1.2220 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 1.2221 +$as_echo_n "checking for a BSD-compatible install... " >&6; } 1.2222 +if test -z "$INSTALL"; then 1.2223 +if test "${ac_cv_path_install+set}" = set; then : 1.2224 + $as_echo_n "(cached) " >&6 1.2225 +else 1.2226 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2227 +for as_dir in $PATH 1.2228 +do 1.2229 + IFS=$as_save_IFS 1.2230 + test -z "$as_dir" && as_dir=. 1.2231 + # Account for people who put trailing slashes in PATH elements. 1.2232 +case $as_dir/ in #(( 1.2233 + ./ | .// | /[cC]/* | \ 1.2234 + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1.2235 + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 1.2236 + /usr/ucb/* ) ;; 1.2237 + *) 1.2238 + # OSF1 and SCO ODT 3.0 have their own names for install. 1.2239 + # Don't use installbsd from OSF since it installs stuff as root 1.2240 + # by default. 1.2241 + for ac_prog in ginstall scoinst install; do 1.2242 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2243 + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 1.2244 + if test $ac_prog = install && 1.2245 + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1.2246 + # AIX install. It has an incompatible calling convention. 1.2247 + : 1.2248 + elif test $ac_prog = install && 1.2249 + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1.2250 + # program-specific install script used by HP pwplus--don't use. 1.2251 + : 1.2252 + else 1.2253 + rm -rf conftest.one conftest.two conftest.dir 1.2254 + echo one > conftest.one 1.2255 + echo two > conftest.two 1.2256 + mkdir conftest.dir 1.2257 + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 1.2258 + test -s conftest.one && test -s conftest.two && 1.2259 + test -s conftest.dir/conftest.one && 1.2260 + test -s conftest.dir/conftest.two 1.2261 + then 1.2262 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1.2263 + break 3 1.2264 + fi 1.2265 + fi 1.2266 + fi 1.2267 + done 1.2268 + done 1.2269 + ;; 1.2270 +esac 1.2271 + 1.2272 + done 1.2273 +IFS=$as_save_IFS 1.2274 + 1.2275 +rm -rf conftest.one conftest.two conftest.dir 1.2276 + 1.2277 +fi 1.2278 + if test "${ac_cv_path_install+set}" = set; then 1.2279 + INSTALL=$ac_cv_path_install 1.2280 + else 1.2281 + # As a last resort, use the slow shell script. Don't cache a 1.2282 + # value for INSTALL within a source directory, because that will 1.2283 + # break other packages using the cache if that directory is 1.2284 + # removed, or if the value is a relative name. 1.2285 + INSTALL=$ac_install_sh 1.2286 + fi 1.2287 +fi 1.2288 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 1.2289 +$as_echo "$INSTALL" >&6; } 1.2290 + 1.2291 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1.2292 +# It thinks the first close brace ends the variable substitution. 1.2293 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1.2294 + 1.2295 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1.2296 + 1.2297 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1.2298 + 1.2299 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 1.2300 +$as_echo_n "checking whether build environment is sane... " >&6; } 1.2301 +# Just in case 1.2302 +sleep 1 1.2303 +echo timestamp > conftest.file 1.2304 +# Reject unsafe characters in $srcdir or the absolute working directory 1.2305 +# name. Accept space and tab only in the latter. 1.2306 +am_lf=' 1.2307 +' 1.2308 +case `pwd` in 1.2309 + *[\\\"\#\$\&\'\`$am_lf]*) 1.2310 + as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; 1.2311 +esac 1.2312 +case $srcdir in 1.2313 + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 1.2314 + as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 1.2315 +esac 1.2316 + 1.2317 +# Do `set' in a subshell so we don't clobber the current shell's 1.2318 +# arguments. Must try -L first in case configure is actually a 1.2319 +# symlink; some systems play weird games with the mod time of symlinks 1.2320 +# (eg FreeBSD returns the mod time of the symlink's containing 1.2321 +# directory). 1.2322 +if ( 1.2323 + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 1.2324 + if test "$*" = "X"; then 1.2325 + # -L didn't work. 1.2326 + set X `ls -t "$srcdir/configure" conftest.file` 1.2327 + fi 1.2328 + rm -f conftest.file 1.2329 + if test "$*" != "X $srcdir/configure conftest.file" \ 1.2330 + && test "$*" != "X conftest.file $srcdir/configure"; then 1.2331 + 1.2332 + # If neither matched, then we have a broken ls. This can happen 1.2333 + # if, for instance, CONFIG_SHELL is bash and it inherits a 1.2334 + # broken ls alias from the environment. This has actually 1.2335 + # happened. Such a system could not be considered "sane". 1.2336 + as_fn_error "ls -t appears to fail. Make sure there is not a broken 1.2337 +alias in your environment" "$LINENO" 5 1.2338 + fi 1.2339 + 1.2340 + test "$2" = conftest.file 1.2341 + ) 1.2342 +then 1.2343 + # Ok. 1.2344 + : 1.2345 +else 1.2346 + as_fn_error "newly created file is older than distributed files! 1.2347 +Check your system clock" "$LINENO" 5 1.2348 +fi 1.2349 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.2350 +$as_echo "yes" >&6; } 1.2351 +test "$program_prefix" != NONE && 1.2352 + program_transform_name="s&^&$program_prefix&;$program_transform_name" 1.2353 +# Use a double $ so make ignores it. 1.2354 +test "$program_suffix" != NONE && 1.2355 + program_transform_name="s&\$&$program_suffix&;$program_transform_name" 1.2356 +# Double any \ or $. 1.2357 +# By default was `s,x,x', remove it if useless. 1.2358 +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 1.2359 +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 1.2360 + 1.2361 +# expand $ac_aux_dir to an absolute path 1.2362 +am_aux_dir=`cd $ac_aux_dir && pwd` 1.2363 + 1.2364 +if test x"${MISSING+set}" != xset; then 1.2365 + case $am_aux_dir in 1.2366 + *\ * | *\ *) 1.2367 + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 1.2368 + *) 1.2369 + MISSING="\${SHELL} $am_aux_dir/missing" ;; 1.2370 + esac 1.2371 +fi 1.2372 +# Use eval to expand $SHELL 1.2373 +if eval "$MISSING --run true"; then 1.2374 + am_missing_run="$MISSING --run " 1.2375 +else 1.2376 + am_missing_run= 1.2377 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 1.2378 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 1.2379 +fi 1.2380 + 1.2381 +if test x"${install_sh}" != xset; then 1.2382 + case $am_aux_dir in 1.2383 + *\ * | *\ *) 1.2384 + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 1.2385 + *) 1.2386 + install_sh="\${SHELL} $am_aux_dir/install-sh" 1.2387 + esac 1.2388 +fi 1.2389 + 1.2390 +# Installed binaries are usually stripped using `strip' when the user 1.2391 +# run `make install-strip'. However `strip' might not be the right 1.2392 +# tool to use in cross-compilation environments, therefore Automake 1.2393 +# will honor the `STRIP' environment variable to overrule this program. 1.2394 +if test "$cross_compiling" != no; then 1.2395 + if test -n "$ac_tool_prefix"; then 1.2396 + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 1.2397 +set dummy ${ac_tool_prefix}strip; ac_word=$2 1.2398 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2399 +$as_echo_n "checking for $ac_word... " >&6; } 1.2400 +if test "${ac_cv_prog_STRIP+set}" = set; then : 1.2401 + $as_echo_n "(cached) " >&6 1.2402 +else 1.2403 + if test -n "$STRIP"; then 1.2404 + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1.2405 +else 1.2406 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2407 +for as_dir in $PATH 1.2408 +do 1.2409 + IFS=$as_save_IFS 1.2410 + test -z "$as_dir" && as_dir=. 1.2411 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2412 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2413 + ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1.2414 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2415 + break 2 1.2416 + fi 1.2417 +done 1.2418 + done 1.2419 +IFS=$as_save_IFS 1.2420 + 1.2421 +fi 1.2422 +fi 1.2423 +STRIP=$ac_cv_prog_STRIP 1.2424 +if test -n "$STRIP"; then 1.2425 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 1.2426 +$as_echo "$STRIP" >&6; } 1.2427 +else 1.2428 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2429 +$as_echo "no" >&6; } 1.2430 +fi 1.2431 + 1.2432 + 1.2433 +fi 1.2434 +if test -z "$ac_cv_prog_STRIP"; then 1.2435 + ac_ct_STRIP=$STRIP 1.2436 + # Extract the first word of "strip", so it can be a program name with args. 1.2437 +set dummy strip; ac_word=$2 1.2438 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2439 +$as_echo_n "checking for $ac_word... " >&6; } 1.2440 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 1.2441 + $as_echo_n "(cached) " >&6 1.2442 +else 1.2443 + if test -n "$ac_ct_STRIP"; then 1.2444 + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 1.2445 +else 1.2446 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2447 +for as_dir in $PATH 1.2448 +do 1.2449 + IFS=$as_save_IFS 1.2450 + test -z "$as_dir" && as_dir=. 1.2451 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2452 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2453 + ac_cv_prog_ac_ct_STRIP="strip" 1.2454 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2455 + break 2 1.2456 + fi 1.2457 +done 1.2458 + done 1.2459 +IFS=$as_save_IFS 1.2460 + 1.2461 +fi 1.2462 +fi 1.2463 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 1.2464 +if test -n "$ac_ct_STRIP"; then 1.2465 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 1.2466 +$as_echo "$ac_ct_STRIP" >&6; } 1.2467 +else 1.2468 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2469 +$as_echo "no" >&6; } 1.2470 +fi 1.2471 + 1.2472 + if test "x$ac_ct_STRIP" = x; then 1.2473 + STRIP=":" 1.2474 + else 1.2475 + case $cross_compiling:$ac_tool_warned in 1.2476 +yes:) 1.2477 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.2478 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.2479 +ac_tool_warned=yes ;; 1.2480 +esac 1.2481 + STRIP=$ac_ct_STRIP 1.2482 + fi 1.2483 +else 1.2484 + STRIP="$ac_cv_prog_STRIP" 1.2485 +fi 1.2486 + 1.2487 +fi 1.2488 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 1.2489 + 1.2490 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 1.2491 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 1.2492 +if test -z "$MKDIR_P"; then 1.2493 + if test "${ac_cv_path_mkdir+set}" = set; then : 1.2494 + $as_echo_n "(cached) " >&6 1.2495 +else 1.2496 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2497 +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 1.2498 +do 1.2499 + IFS=$as_save_IFS 1.2500 + test -z "$as_dir" && as_dir=. 1.2501 + for ac_prog in mkdir gmkdir; do 1.2502 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2503 + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 1.2504 + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 1.2505 + 'mkdir (GNU coreutils) '* | \ 1.2506 + 'mkdir (coreutils) '* | \ 1.2507 + 'mkdir (fileutils) '4.1*) 1.2508 + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 1.2509 + break 3;; 1.2510 + esac 1.2511 + done 1.2512 + done 1.2513 + done 1.2514 +IFS=$as_save_IFS 1.2515 + 1.2516 +fi 1.2517 + 1.2518 + test -d ./--version && rmdir ./--version 1.2519 + if test "${ac_cv_path_mkdir+set}" = set; then 1.2520 + MKDIR_P="$ac_cv_path_mkdir -p" 1.2521 + else 1.2522 + # As a last resort, use the slow shell script. Don't cache a 1.2523 + # value for MKDIR_P within a source directory, because that will 1.2524 + # break other packages using the cache if that directory is 1.2525 + # removed, or if the value is a relative name. 1.2526 + MKDIR_P="$ac_install_sh -d" 1.2527 + fi 1.2528 +fi 1.2529 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 1.2530 +$as_echo "$MKDIR_P" >&6; } 1.2531 + 1.2532 +mkdir_p="$MKDIR_P" 1.2533 +case $mkdir_p in 1.2534 + [\\/$]* | ?:[\\/]*) ;; 1.2535 + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 1.2536 +esac 1.2537 + 1.2538 +for ac_prog in gawk mawk nawk awk 1.2539 +do 1.2540 + # Extract the first word of "$ac_prog", so it can be a program name with args. 1.2541 +set dummy $ac_prog; ac_word=$2 1.2542 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2543 +$as_echo_n "checking for $ac_word... " >&6; } 1.2544 +if test "${ac_cv_prog_AWK+set}" = set; then : 1.2545 + $as_echo_n "(cached) " >&6 1.2546 +else 1.2547 + if test -n "$AWK"; then 1.2548 + ac_cv_prog_AWK="$AWK" # Let the user override the test. 1.2549 +else 1.2550 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2551 +for as_dir in $PATH 1.2552 +do 1.2553 + IFS=$as_save_IFS 1.2554 + test -z "$as_dir" && as_dir=. 1.2555 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2556 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2557 + ac_cv_prog_AWK="$ac_prog" 1.2558 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2559 + break 2 1.2560 + fi 1.2561 +done 1.2562 + done 1.2563 +IFS=$as_save_IFS 1.2564 + 1.2565 +fi 1.2566 +fi 1.2567 +AWK=$ac_cv_prog_AWK 1.2568 +if test -n "$AWK"; then 1.2569 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 1.2570 +$as_echo "$AWK" >&6; } 1.2571 +else 1.2572 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2573 +$as_echo "no" >&6; } 1.2574 +fi 1.2575 + 1.2576 + 1.2577 + test -n "$AWK" && break 1.2578 +done 1.2579 + 1.2580 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1.2581 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 1.2582 +set x ${MAKE-make} 1.2583 +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 1.2584 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 1.2585 + $as_echo_n "(cached) " >&6 1.2586 +else 1.2587 + cat >conftest.make <<\_ACEOF 1.2588 +SHELL = /bin/sh 1.2589 +all: 1.2590 + @echo '@@@%%%=$(MAKE)=@@@%%%' 1.2591 +_ACEOF 1.2592 +# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 1.2593 +case `${MAKE-make} -f conftest.make 2>/dev/null` in 1.2594 + *@@@%%%=?*=@@@%%%*) 1.2595 + eval ac_cv_prog_make_${ac_make}_set=yes;; 1.2596 + *) 1.2597 + eval ac_cv_prog_make_${ac_make}_set=no;; 1.2598 +esac 1.2599 +rm -f conftest.make 1.2600 +fi 1.2601 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 1.2602 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.2603 +$as_echo "yes" >&6; } 1.2604 + SET_MAKE= 1.2605 +else 1.2606 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2607 +$as_echo "no" >&6; } 1.2608 + SET_MAKE="MAKE=${MAKE-make}" 1.2609 +fi 1.2610 + 1.2611 +rm -rf .tst 2>/dev/null 1.2612 +mkdir .tst 2>/dev/null 1.2613 +if test -d .tst; then 1.2614 + am__leading_dot=. 1.2615 +else 1.2616 + am__leading_dot=_ 1.2617 +fi 1.2618 +rmdir .tst 2>/dev/null 1.2619 + 1.2620 +if test "`cd $srcdir && pwd`" != "`pwd`"; then 1.2621 + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 1.2622 + # is not polluted with repeated "-I." 1.2623 + am__isrc=' -I$(srcdir)' 1.2624 + # test to see if srcdir already configured 1.2625 + if test -f $srcdir/config.status; then 1.2626 + as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 1.2627 + fi 1.2628 +fi 1.2629 + 1.2630 +# test whether we have cygpath 1.2631 +if test -z "$CYGPATH_W"; then 1.2632 + if (cygpath --version) >/dev/null 2>/dev/null; then 1.2633 + CYGPATH_W='cygpath -w' 1.2634 + else 1.2635 + CYGPATH_W=echo 1.2636 + fi 1.2637 +fi 1.2638 + 1.2639 + 1.2640 +# Define the identity of the package. 1.2641 + PACKAGE='glpk' 1.2642 + VERSION='4.47' 1.2643 + 1.2644 + 1.2645 +cat >>confdefs.h <<_ACEOF 1.2646 +#define PACKAGE "$PACKAGE" 1.2647 +_ACEOF 1.2648 + 1.2649 + 1.2650 +cat >>confdefs.h <<_ACEOF 1.2651 +#define VERSION "$VERSION" 1.2652 +_ACEOF 1.2653 + 1.2654 +# Some tools Automake needs. 1.2655 + 1.2656 +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 1.2657 + 1.2658 + 1.2659 +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 1.2660 + 1.2661 + 1.2662 +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 1.2663 + 1.2664 + 1.2665 +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 1.2666 + 1.2667 + 1.2668 +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 1.2669 + 1.2670 +# We need awk for the "check" target. The system "awk" is bad on 1.2671 +# some platforms. 1.2672 +# Always define AMTAR for backward compatibility. 1.2673 + 1.2674 +AMTAR=${AMTAR-"${am_missing_run}tar"} 1.2675 + 1.2676 +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' 1.2677 + 1.2678 + 1.2679 + 1.2680 + 1.2681 + 1.2682 + 1.2683 +ac_config_headers="$ac_config_headers config.h" 1.2684 + 1.2685 + 1.2686 + 1.2687 +# Check whether --with-gmp was given. 1.2688 +if test "${with_gmp+set}" = set; then : 1.2689 + withval=$with_gmp; case $withval in 1.2690 + yes | no) ;; 1.2691 + *) as_fn_error "invalid value \`$withval' for --with-gmp" "$LINENO" 5;; 1.2692 + esac 1.2693 +else 1.2694 + with_gmp=no 1.2695 +fi 1.2696 + 1.2697 + 1.2698 +# Check whether --enable-dl was given. 1.2699 +if test "${enable_dl+set}" = set; then : 1.2700 + enableval=$enable_dl; case $enableval in 1.2701 + yes | ltdl | dlfcn | no) ;; 1.2702 + *) as_fn_error "invalid value \`$enableval' for --enable-dl" "$LINENO" 5;; 1.2703 + esac 1.2704 +else 1.2705 + enable_dl=no 1.2706 +fi 1.2707 + 1.2708 + 1.2709 +# Check whether --enable-odbc was given. 1.2710 +if test "${enable_odbc+set}" = set; then : 1.2711 + enableval=$enable_odbc; case $enableval in 1.2712 + yes | unix | no) ;; 1.2713 + *) as_fn_error "invalid value \`$enableval' for --enable-odbc" "$LINENO" 5;; 1.2714 + esac 1.2715 +else 1.2716 + enable_odbc=no 1.2717 +fi 1.2718 + 1.2719 + 1.2720 +# Check whether --enable-mysql was given. 1.2721 +if test "${enable_mysql+set}" = set; then : 1.2722 + enableval=$enable_mysql; case $enableval in 1.2723 + yes | no) ;; 1.2724 + *) as_fn_error "invalid value \`$enableval' for --enable-mysql" "$LINENO" 5;; 1.2725 + esac 1.2726 +else 1.2727 + enable_mysql=no 1.2728 +fi 1.2729 + 1.2730 + 1.2731 + 1.2732 + 1.2733 + 1.2734 + 1.2735 +ac_ext=c 1.2736 +ac_cpp='$CPP $CPPFLAGS' 1.2737 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.2738 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.2739 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.2740 +if test -n "$ac_tool_prefix"; then 1.2741 + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1.2742 +set dummy ${ac_tool_prefix}gcc; ac_word=$2 1.2743 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2744 +$as_echo_n "checking for $ac_word... " >&6; } 1.2745 +if test "${ac_cv_prog_CC+set}" = set; then : 1.2746 + $as_echo_n "(cached) " >&6 1.2747 +else 1.2748 + if test -n "$CC"; then 1.2749 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.2750 +else 1.2751 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2752 +for as_dir in $PATH 1.2753 +do 1.2754 + IFS=$as_save_IFS 1.2755 + test -z "$as_dir" && as_dir=. 1.2756 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2757 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2758 + ac_cv_prog_CC="${ac_tool_prefix}gcc" 1.2759 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2760 + break 2 1.2761 + fi 1.2762 +done 1.2763 + done 1.2764 +IFS=$as_save_IFS 1.2765 + 1.2766 +fi 1.2767 +fi 1.2768 +CC=$ac_cv_prog_CC 1.2769 +if test -n "$CC"; then 1.2770 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 1.2771 +$as_echo "$CC" >&6; } 1.2772 +else 1.2773 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2774 +$as_echo "no" >&6; } 1.2775 +fi 1.2776 + 1.2777 + 1.2778 +fi 1.2779 +if test -z "$ac_cv_prog_CC"; then 1.2780 + ac_ct_CC=$CC 1.2781 + # Extract the first word of "gcc", so it can be a program name with args. 1.2782 +set dummy gcc; ac_word=$2 1.2783 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2784 +$as_echo_n "checking for $ac_word... " >&6; } 1.2785 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 1.2786 + $as_echo_n "(cached) " >&6 1.2787 +else 1.2788 + if test -n "$ac_ct_CC"; then 1.2789 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1.2790 +else 1.2791 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2792 +for as_dir in $PATH 1.2793 +do 1.2794 + IFS=$as_save_IFS 1.2795 + test -z "$as_dir" && as_dir=. 1.2796 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2797 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2798 + ac_cv_prog_ac_ct_CC="gcc" 1.2799 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2800 + break 2 1.2801 + fi 1.2802 +done 1.2803 + done 1.2804 +IFS=$as_save_IFS 1.2805 + 1.2806 +fi 1.2807 +fi 1.2808 +ac_ct_CC=$ac_cv_prog_ac_ct_CC 1.2809 +if test -n "$ac_ct_CC"; then 1.2810 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 1.2811 +$as_echo "$ac_ct_CC" >&6; } 1.2812 +else 1.2813 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2814 +$as_echo "no" >&6; } 1.2815 +fi 1.2816 + 1.2817 + if test "x$ac_ct_CC" = x; then 1.2818 + CC="" 1.2819 + else 1.2820 + case $cross_compiling:$ac_tool_warned in 1.2821 +yes:) 1.2822 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.2823 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.2824 +ac_tool_warned=yes ;; 1.2825 +esac 1.2826 + CC=$ac_ct_CC 1.2827 + fi 1.2828 +else 1.2829 + CC="$ac_cv_prog_CC" 1.2830 +fi 1.2831 + 1.2832 +if test -z "$CC"; then 1.2833 + if test -n "$ac_tool_prefix"; then 1.2834 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1.2835 +set dummy ${ac_tool_prefix}cc; ac_word=$2 1.2836 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2837 +$as_echo_n "checking for $ac_word... " >&6; } 1.2838 +if test "${ac_cv_prog_CC+set}" = set; then : 1.2839 + $as_echo_n "(cached) " >&6 1.2840 +else 1.2841 + if test -n "$CC"; then 1.2842 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.2843 +else 1.2844 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2845 +for as_dir in $PATH 1.2846 +do 1.2847 + IFS=$as_save_IFS 1.2848 + test -z "$as_dir" && as_dir=. 1.2849 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2850 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2851 + ac_cv_prog_CC="${ac_tool_prefix}cc" 1.2852 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2853 + break 2 1.2854 + fi 1.2855 +done 1.2856 + done 1.2857 +IFS=$as_save_IFS 1.2858 + 1.2859 +fi 1.2860 +fi 1.2861 +CC=$ac_cv_prog_CC 1.2862 +if test -n "$CC"; then 1.2863 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 1.2864 +$as_echo "$CC" >&6; } 1.2865 +else 1.2866 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2867 +$as_echo "no" >&6; } 1.2868 +fi 1.2869 + 1.2870 + 1.2871 + fi 1.2872 +fi 1.2873 +if test -z "$CC"; then 1.2874 + # Extract the first word of "cc", so it can be a program name with args. 1.2875 +set dummy cc; ac_word=$2 1.2876 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2877 +$as_echo_n "checking for $ac_word... " >&6; } 1.2878 +if test "${ac_cv_prog_CC+set}" = set; then : 1.2879 + $as_echo_n "(cached) " >&6 1.2880 +else 1.2881 + if test -n "$CC"; then 1.2882 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.2883 +else 1.2884 + ac_prog_rejected=no 1.2885 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2886 +for as_dir in $PATH 1.2887 +do 1.2888 + IFS=$as_save_IFS 1.2889 + test -z "$as_dir" && as_dir=. 1.2890 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2891 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2892 + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 1.2893 + ac_prog_rejected=yes 1.2894 + continue 1.2895 + fi 1.2896 + ac_cv_prog_CC="cc" 1.2897 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2898 + break 2 1.2899 + fi 1.2900 +done 1.2901 + done 1.2902 +IFS=$as_save_IFS 1.2903 + 1.2904 +if test $ac_prog_rejected = yes; then 1.2905 + # We found a bogon in the path, so make sure we never use it. 1.2906 + set dummy $ac_cv_prog_CC 1.2907 + shift 1.2908 + if test $# != 0; then 1.2909 + # We chose a different compiler from the bogus one. 1.2910 + # However, it has the same basename, so the bogon will be chosen 1.2911 + # first if we set CC to just the basename; use the full file name. 1.2912 + shift 1.2913 + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 1.2914 + fi 1.2915 +fi 1.2916 +fi 1.2917 +fi 1.2918 +CC=$ac_cv_prog_CC 1.2919 +if test -n "$CC"; then 1.2920 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 1.2921 +$as_echo "$CC" >&6; } 1.2922 +else 1.2923 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2924 +$as_echo "no" >&6; } 1.2925 +fi 1.2926 + 1.2927 + 1.2928 +fi 1.2929 +if test -z "$CC"; then 1.2930 + if test -n "$ac_tool_prefix"; then 1.2931 + for ac_prog in cl.exe 1.2932 + do 1.2933 + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1.2934 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1.2935 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2936 +$as_echo_n "checking for $ac_word... " >&6; } 1.2937 +if test "${ac_cv_prog_CC+set}" = set; then : 1.2938 + $as_echo_n "(cached) " >&6 1.2939 +else 1.2940 + if test -n "$CC"; then 1.2941 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.2942 +else 1.2943 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2944 +for as_dir in $PATH 1.2945 +do 1.2946 + IFS=$as_save_IFS 1.2947 + test -z "$as_dir" && as_dir=. 1.2948 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2949 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2950 + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1.2951 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2952 + break 2 1.2953 + fi 1.2954 +done 1.2955 + done 1.2956 +IFS=$as_save_IFS 1.2957 + 1.2958 +fi 1.2959 +fi 1.2960 +CC=$ac_cv_prog_CC 1.2961 +if test -n "$CC"; then 1.2962 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 1.2963 +$as_echo "$CC" >&6; } 1.2964 +else 1.2965 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2966 +$as_echo "no" >&6; } 1.2967 +fi 1.2968 + 1.2969 + 1.2970 + test -n "$CC" && break 1.2971 + done 1.2972 +fi 1.2973 +if test -z "$CC"; then 1.2974 + ac_ct_CC=$CC 1.2975 + for ac_prog in cl.exe 1.2976 +do 1.2977 + # Extract the first word of "$ac_prog", so it can be a program name with args. 1.2978 +set dummy $ac_prog; ac_word=$2 1.2979 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2980 +$as_echo_n "checking for $ac_word... " >&6; } 1.2981 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 1.2982 + $as_echo_n "(cached) " >&6 1.2983 +else 1.2984 + if test -n "$ac_ct_CC"; then 1.2985 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1.2986 +else 1.2987 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2988 +for as_dir in $PATH 1.2989 +do 1.2990 + IFS=$as_save_IFS 1.2991 + test -z "$as_dir" && as_dir=. 1.2992 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2993 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2994 + ac_cv_prog_ac_ct_CC="$ac_prog" 1.2995 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2996 + break 2 1.2997 + fi 1.2998 +done 1.2999 + done 1.3000 +IFS=$as_save_IFS 1.3001 + 1.3002 +fi 1.3003 +fi 1.3004 +ac_ct_CC=$ac_cv_prog_ac_ct_CC 1.3005 +if test -n "$ac_ct_CC"; then 1.3006 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 1.3007 +$as_echo "$ac_ct_CC" >&6; } 1.3008 +else 1.3009 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.3010 +$as_echo "no" >&6; } 1.3011 +fi 1.3012 + 1.3013 + 1.3014 + test -n "$ac_ct_CC" && break 1.3015 +done 1.3016 + 1.3017 + if test "x$ac_ct_CC" = x; then 1.3018 + CC="" 1.3019 + else 1.3020 + case $cross_compiling:$ac_tool_warned in 1.3021 +yes:) 1.3022 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.3023 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.3024 +ac_tool_warned=yes ;; 1.3025 +esac 1.3026 + CC=$ac_ct_CC 1.3027 + fi 1.3028 +fi 1.3029 + 1.3030 +fi 1.3031 + 1.3032 + 1.3033 +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.3034 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.3035 +as_fn_error "no acceptable C compiler found in \$PATH 1.3036 +See \`config.log' for more details." "$LINENO" 5; } 1.3037 + 1.3038 +# Provide some information about the compiler. 1.3039 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 1.3040 +set X $ac_compile 1.3041 +ac_compiler=$2 1.3042 +for ac_option in --version -v -V -qversion; do 1.3043 + { { ac_try="$ac_compiler $ac_option >&5" 1.3044 +case "(($ac_try" in 1.3045 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.3046 + *) ac_try_echo=$ac_try;; 1.3047 +esac 1.3048 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.3049 +$as_echo "$ac_try_echo"; } >&5 1.3050 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err 1.3051 + ac_status=$? 1.3052 + if test -s conftest.err; then 1.3053 + sed '10a\ 1.3054 +... rest of stderr output deleted ... 1.3055 + 10q' conftest.err >conftest.er1 1.3056 + cat conftest.er1 >&5 1.3057 + fi 1.3058 + rm -f conftest.er1 conftest.err 1.3059 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.3060 + test $ac_status = 0; } 1.3061 +done 1.3062 + 1.3063 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3064 +/* end confdefs.h. */ 1.3065 + 1.3066 +int 1.3067 +main () 1.3068 +{ 1.3069 + 1.3070 + ; 1.3071 + return 0; 1.3072 +} 1.3073 +_ACEOF 1.3074 +ac_clean_files_save=$ac_clean_files 1.3075 +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 1.3076 +# Try to create an executable without -o first, disregard a.out. 1.3077 +# It will help us diagnose broken compilers, and finding out an intuition 1.3078 +# of exeext. 1.3079 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 1.3080 +$as_echo_n "checking whether the C compiler works... " >&6; } 1.3081 +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1.3082 + 1.3083 +# The possible output files: 1.3084 +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 1.3085 + 1.3086 +ac_rmfiles= 1.3087 +for ac_file in $ac_files 1.3088 +do 1.3089 + case $ac_file in 1.3090 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 1.3091 + * ) ac_rmfiles="$ac_rmfiles $ac_file";; 1.3092 + esac 1.3093 +done 1.3094 +rm -f $ac_rmfiles 1.3095 + 1.3096 +if { { ac_try="$ac_link_default" 1.3097 +case "(($ac_try" in 1.3098 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.3099 + *) ac_try_echo=$ac_try;; 1.3100 +esac 1.3101 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.3102 +$as_echo "$ac_try_echo"; } >&5 1.3103 + (eval "$ac_link_default") 2>&5 1.3104 + ac_status=$? 1.3105 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.3106 + test $ac_status = 0; }; then : 1.3107 + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 1.3108 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 1.3109 +# in a Makefile. We should not override ac_cv_exeext if it was cached, 1.3110 +# so that the user can short-circuit this test for compilers unknown to 1.3111 +# Autoconf. 1.3112 +for ac_file in $ac_files '' 1.3113 +do 1.3114 + test -f "$ac_file" || continue 1.3115 + case $ac_file in 1.3116 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 1.3117 + ;; 1.3118 + [ab].out ) 1.3119 + # We found the default executable, but exeext='' is most 1.3120 + # certainly right. 1.3121 + break;; 1.3122 + *.* ) 1.3123 + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 1.3124 + then :; else 1.3125 + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1.3126 + fi 1.3127 + # We set ac_cv_exeext here because the later test for it is not 1.3128 + # safe: cross compilers may not add the suffix if given an `-o' 1.3129 + # argument, so we may need to know it at that point already. 1.3130 + # Even if this section looks crufty: it has the advantage of 1.3131 + # actually working. 1.3132 + break;; 1.3133 + * ) 1.3134 + break;; 1.3135 + esac 1.3136 +done 1.3137 +test "$ac_cv_exeext" = no && ac_cv_exeext= 1.3138 + 1.3139 +else 1.3140 + ac_file='' 1.3141 +fi 1.3142 +if test -z "$ac_file"; then : 1.3143 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.3144 +$as_echo "no" >&6; } 1.3145 +$as_echo "$as_me: failed program was:" >&5 1.3146 +sed 's/^/| /' conftest.$ac_ext >&5 1.3147 + 1.3148 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.3149 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.3150 +{ as_fn_set_status 77 1.3151 +as_fn_error "C compiler cannot create executables 1.3152 +See \`config.log' for more details." "$LINENO" 5; }; } 1.3153 +else 1.3154 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.3155 +$as_echo "yes" >&6; } 1.3156 +fi 1.3157 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 1.3158 +$as_echo_n "checking for C compiler default output file name... " >&6; } 1.3159 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 1.3160 +$as_echo "$ac_file" >&6; } 1.3161 +ac_exeext=$ac_cv_exeext 1.3162 + 1.3163 +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 1.3164 +ac_clean_files=$ac_clean_files_save 1.3165 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 1.3166 +$as_echo_n "checking for suffix of executables... " >&6; } 1.3167 +if { { ac_try="$ac_link" 1.3168 +case "(($ac_try" in 1.3169 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.3170 + *) ac_try_echo=$ac_try;; 1.3171 +esac 1.3172 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.3173 +$as_echo "$ac_try_echo"; } >&5 1.3174 + (eval "$ac_link") 2>&5 1.3175 + ac_status=$? 1.3176 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.3177 + test $ac_status = 0; }; then : 1.3178 + # If both `conftest.exe' and `conftest' are `present' (well, observable) 1.3179 +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 1.3180 +# work properly (i.e., refer to `conftest.exe'), while it won't with 1.3181 +# `rm'. 1.3182 +for ac_file in conftest.exe conftest conftest.*; do 1.3183 + test -f "$ac_file" || continue 1.3184 + case $ac_file in 1.3185 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 1.3186 + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1.3187 + break;; 1.3188 + * ) break;; 1.3189 + esac 1.3190 +done 1.3191 +else 1.3192 + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.3193 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.3194 +as_fn_error "cannot compute suffix of executables: cannot compile and link 1.3195 +See \`config.log' for more details." "$LINENO" 5; } 1.3196 +fi 1.3197 +rm -f conftest conftest$ac_cv_exeext 1.3198 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 1.3199 +$as_echo "$ac_cv_exeext" >&6; } 1.3200 + 1.3201 +rm -f conftest.$ac_ext 1.3202 +EXEEXT=$ac_cv_exeext 1.3203 +ac_exeext=$EXEEXT 1.3204 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3205 +/* end confdefs.h. */ 1.3206 +#include <stdio.h> 1.3207 +int 1.3208 +main () 1.3209 +{ 1.3210 +FILE *f = fopen ("conftest.out", "w"); 1.3211 + return ferror (f) || fclose (f) != 0; 1.3212 + 1.3213 + ; 1.3214 + return 0; 1.3215 +} 1.3216 +_ACEOF 1.3217 +ac_clean_files="$ac_clean_files conftest.out" 1.3218 +# Check that the compiler produces executables we can run. If not, either 1.3219 +# the compiler is broken, or we cross compile. 1.3220 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 1.3221 +$as_echo_n "checking whether we are cross compiling... " >&6; } 1.3222 +if test "$cross_compiling" != yes; then 1.3223 + { { ac_try="$ac_link" 1.3224 +case "(($ac_try" in 1.3225 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.3226 + *) ac_try_echo=$ac_try;; 1.3227 +esac 1.3228 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.3229 +$as_echo "$ac_try_echo"; } >&5 1.3230 + (eval "$ac_link") 2>&5 1.3231 + ac_status=$? 1.3232 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.3233 + test $ac_status = 0; } 1.3234 + if { ac_try='./conftest$ac_cv_exeext' 1.3235 + { { case "(($ac_try" in 1.3236 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.3237 + *) ac_try_echo=$ac_try;; 1.3238 +esac 1.3239 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.3240 +$as_echo "$ac_try_echo"; } >&5 1.3241 + (eval "$ac_try") 2>&5 1.3242 + ac_status=$? 1.3243 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.3244 + test $ac_status = 0; }; }; then 1.3245 + cross_compiling=no 1.3246 + else 1.3247 + if test "$cross_compiling" = maybe; then 1.3248 + cross_compiling=yes 1.3249 + else 1.3250 + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.3251 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.3252 +as_fn_error "cannot run C compiled programs. 1.3253 +If you meant to cross compile, use \`--host'. 1.3254 +See \`config.log' for more details." "$LINENO" 5; } 1.3255 + fi 1.3256 + fi 1.3257 +fi 1.3258 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 1.3259 +$as_echo "$cross_compiling" >&6; } 1.3260 + 1.3261 +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 1.3262 +ac_clean_files=$ac_clean_files_save 1.3263 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 1.3264 +$as_echo_n "checking for suffix of object files... " >&6; } 1.3265 +if test "${ac_cv_objext+set}" = set; then : 1.3266 + $as_echo_n "(cached) " >&6 1.3267 +else 1.3268 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3269 +/* end confdefs.h. */ 1.3270 + 1.3271 +int 1.3272 +main () 1.3273 +{ 1.3274 + 1.3275 + ; 1.3276 + return 0; 1.3277 +} 1.3278 +_ACEOF 1.3279 +rm -f conftest.o conftest.obj 1.3280 +if { { ac_try="$ac_compile" 1.3281 +case "(($ac_try" in 1.3282 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.3283 + *) ac_try_echo=$ac_try;; 1.3284 +esac 1.3285 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.3286 +$as_echo "$ac_try_echo"; } >&5 1.3287 + (eval "$ac_compile") 2>&5 1.3288 + ac_status=$? 1.3289 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.3290 + test $ac_status = 0; }; then : 1.3291 + for ac_file in conftest.o conftest.obj conftest.*; do 1.3292 + test -f "$ac_file" || continue; 1.3293 + case $ac_file in 1.3294 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 1.3295 + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 1.3296 + break;; 1.3297 + esac 1.3298 +done 1.3299 +else 1.3300 + $as_echo "$as_me: failed program was:" >&5 1.3301 +sed 's/^/| /' conftest.$ac_ext >&5 1.3302 + 1.3303 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.3304 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.3305 +as_fn_error "cannot compute suffix of object files: cannot compile 1.3306 +See \`config.log' for more details." "$LINENO" 5; } 1.3307 +fi 1.3308 +rm -f conftest.$ac_cv_objext conftest.$ac_ext 1.3309 +fi 1.3310 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 1.3311 +$as_echo "$ac_cv_objext" >&6; } 1.3312 +OBJEXT=$ac_cv_objext 1.3313 +ac_objext=$OBJEXT 1.3314 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 1.3315 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 1.3316 +if test "${ac_cv_c_compiler_gnu+set}" = set; then : 1.3317 + $as_echo_n "(cached) " >&6 1.3318 +else 1.3319 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3320 +/* end confdefs.h. */ 1.3321 + 1.3322 +int 1.3323 +main () 1.3324 +{ 1.3325 +#ifndef __GNUC__ 1.3326 + choke me 1.3327 +#endif 1.3328 + 1.3329 + ; 1.3330 + return 0; 1.3331 +} 1.3332 +_ACEOF 1.3333 +if ac_fn_c_try_compile "$LINENO"; then : 1.3334 + ac_compiler_gnu=yes 1.3335 +else 1.3336 + ac_compiler_gnu=no 1.3337 +fi 1.3338 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.3339 +ac_cv_c_compiler_gnu=$ac_compiler_gnu 1.3340 + 1.3341 +fi 1.3342 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 1.3343 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } 1.3344 +if test $ac_compiler_gnu = yes; then 1.3345 + GCC=yes 1.3346 +else 1.3347 + GCC= 1.3348 +fi 1.3349 +ac_test_CFLAGS=${CFLAGS+set} 1.3350 +ac_save_CFLAGS=$CFLAGS 1.3351 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 1.3352 +$as_echo_n "checking whether $CC accepts -g... " >&6; } 1.3353 +if test "${ac_cv_prog_cc_g+set}" = set; then : 1.3354 + $as_echo_n "(cached) " >&6 1.3355 +else 1.3356 + ac_save_c_werror_flag=$ac_c_werror_flag 1.3357 + ac_c_werror_flag=yes 1.3358 + ac_cv_prog_cc_g=no 1.3359 + CFLAGS="-g" 1.3360 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3361 +/* end confdefs.h. */ 1.3362 + 1.3363 +int 1.3364 +main () 1.3365 +{ 1.3366 + 1.3367 + ; 1.3368 + return 0; 1.3369 +} 1.3370 +_ACEOF 1.3371 +if ac_fn_c_try_compile "$LINENO"; then : 1.3372 + ac_cv_prog_cc_g=yes 1.3373 +else 1.3374 + CFLAGS="" 1.3375 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3376 +/* end confdefs.h. */ 1.3377 + 1.3378 +int 1.3379 +main () 1.3380 +{ 1.3381 + 1.3382 + ; 1.3383 + return 0; 1.3384 +} 1.3385 +_ACEOF 1.3386 +if ac_fn_c_try_compile "$LINENO"; then : 1.3387 + 1.3388 +else 1.3389 + ac_c_werror_flag=$ac_save_c_werror_flag 1.3390 + CFLAGS="-g" 1.3391 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3392 +/* end confdefs.h. */ 1.3393 + 1.3394 +int 1.3395 +main () 1.3396 +{ 1.3397 + 1.3398 + ; 1.3399 + return 0; 1.3400 +} 1.3401 +_ACEOF 1.3402 +if ac_fn_c_try_compile "$LINENO"; then : 1.3403 + ac_cv_prog_cc_g=yes 1.3404 +fi 1.3405 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.3406 +fi 1.3407 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.3408 +fi 1.3409 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.3410 + ac_c_werror_flag=$ac_save_c_werror_flag 1.3411 +fi 1.3412 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 1.3413 +$as_echo "$ac_cv_prog_cc_g" >&6; } 1.3414 +if test "$ac_test_CFLAGS" = set; then 1.3415 + CFLAGS=$ac_save_CFLAGS 1.3416 +elif test $ac_cv_prog_cc_g = yes; then 1.3417 + if test "$GCC" = yes; then 1.3418 + CFLAGS="-g -O2" 1.3419 + else 1.3420 + CFLAGS="-g" 1.3421 + fi 1.3422 +else 1.3423 + if test "$GCC" = yes; then 1.3424 + CFLAGS="-O2" 1.3425 + else 1.3426 + CFLAGS= 1.3427 + fi 1.3428 +fi 1.3429 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 1.3430 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 1.3431 +if test "${ac_cv_prog_cc_c89+set}" = set; then : 1.3432 + $as_echo_n "(cached) " >&6 1.3433 +else 1.3434 + ac_cv_prog_cc_c89=no 1.3435 +ac_save_CC=$CC 1.3436 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3437 +/* end confdefs.h. */ 1.3438 +#include <stdarg.h> 1.3439 +#include <stdio.h> 1.3440 +#include <sys/types.h> 1.3441 +#include <sys/stat.h> 1.3442 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 1.3443 +struct buf { int x; }; 1.3444 +FILE * (*rcsopen) (struct buf *, struct stat *, int); 1.3445 +static char *e (p, i) 1.3446 + char **p; 1.3447 + int i; 1.3448 +{ 1.3449 + return p[i]; 1.3450 +} 1.3451 +static char *f (char * (*g) (char **, int), char **p, ...) 1.3452 +{ 1.3453 + char *s; 1.3454 + va_list v; 1.3455 + va_start (v,p); 1.3456 + s = g (p, va_arg (v,int)); 1.3457 + va_end (v); 1.3458 + return s; 1.3459 +} 1.3460 + 1.3461 +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 1.3462 + function prototypes and stuff, but not '\xHH' hex character constants. 1.3463 + These don't provoke an error unfortunately, instead are silently treated 1.3464 + as 'x'. The following induces an error, until -std is added to get 1.3465 + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 1.3466 + array size at least. It's necessary to write '\x00'==0 to get something 1.3467 + that's true only with -std. */ 1.3468 +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 1.3469 + 1.3470 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 1.3471 + inside strings and character constants. */ 1.3472 +#define FOO(x) 'x' 1.3473 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 1.3474 + 1.3475 +int test (int i, double x); 1.3476 +struct s1 {int (*f) (int a);}; 1.3477 +struct s2 {int (*f) (double a);}; 1.3478 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 1.3479 +int argc; 1.3480 +char **argv; 1.3481 +int 1.3482 +main () 1.3483 +{ 1.3484 +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 1.3485 + ; 1.3486 + return 0; 1.3487 +} 1.3488 +_ACEOF 1.3489 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 1.3490 + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 1.3491 +do 1.3492 + CC="$ac_save_CC $ac_arg" 1.3493 + if ac_fn_c_try_compile "$LINENO"; then : 1.3494 + ac_cv_prog_cc_c89=$ac_arg 1.3495 +fi 1.3496 +rm -f core conftest.err conftest.$ac_objext 1.3497 + test "x$ac_cv_prog_cc_c89" != "xno" && break 1.3498 +done 1.3499 +rm -f conftest.$ac_ext 1.3500 +CC=$ac_save_CC 1.3501 + 1.3502 +fi 1.3503 +# AC_CACHE_VAL 1.3504 +case "x$ac_cv_prog_cc_c89" in 1.3505 + x) 1.3506 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 1.3507 +$as_echo "none needed" >&6; } ;; 1.3508 + xno) 1.3509 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 1.3510 +$as_echo "unsupported" >&6; } ;; 1.3511 + *) 1.3512 + CC="$CC $ac_cv_prog_cc_c89" 1.3513 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 1.3514 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 1.3515 +esac 1.3516 +if test "x$ac_cv_prog_cc_c89" != xno; then : 1.3517 + 1.3518 +fi 1.3519 + 1.3520 +ac_ext=c 1.3521 +ac_cpp='$CPP $CPPFLAGS' 1.3522 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.3523 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.3524 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.3525 +DEPDIR="${am__leading_dot}deps" 1.3526 + 1.3527 +ac_config_commands="$ac_config_commands depfiles" 1.3528 + 1.3529 + 1.3530 +am_make=${MAKE-make} 1.3531 +cat > confinc << 'END' 1.3532 +am__doit: 1.3533 + @echo this is the am__doit target 1.3534 +.PHONY: am__doit 1.3535 +END 1.3536 +# If we don't find an include directive, just comment out the code. 1.3537 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 1.3538 +$as_echo_n "checking for style of include used by $am_make... " >&6; } 1.3539 +am__include="#" 1.3540 +am__quote= 1.3541 +_am_result=none 1.3542 +# First try GNU make style include. 1.3543 +echo "include confinc" > confmf 1.3544 +# Ignore all kinds of additional output from `make'. 1.3545 +case `$am_make -s -f confmf 2> /dev/null` in #( 1.3546 +*the\ am__doit\ target*) 1.3547 + am__include=include 1.3548 + am__quote= 1.3549 + _am_result=GNU 1.3550 + ;; 1.3551 +esac 1.3552 +# Now try BSD make style include. 1.3553 +if test "$am__include" = "#"; then 1.3554 + echo '.include "confinc"' > confmf 1.3555 + case `$am_make -s -f confmf 2> /dev/null` in #( 1.3556 + *the\ am__doit\ target*) 1.3557 + am__include=.include 1.3558 + am__quote="\"" 1.3559 + _am_result=BSD 1.3560 + ;; 1.3561 + esac 1.3562 +fi 1.3563 + 1.3564 + 1.3565 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 1.3566 +$as_echo "$_am_result" >&6; } 1.3567 +rm -f confinc confmf 1.3568 + 1.3569 +# Check whether --enable-dependency-tracking was given. 1.3570 +if test "${enable_dependency_tracking+set}" = set; then : 1.3571 + enableval=$enable_dependency_tracking; 1.3572 +fi 1.3573 + 1.3574 +if test "x$enable_dependency_tracking" != xno; then 1.3575 + am_depcomp="$ac_aux_dir/depcomp" 1.3576 + AMDEPBACKSLASH='\' 1.3577 +fi 1.3578 + if test "x$enable_dependency_tracking" != xno; then 1.3579 + AMDEP_TRUE= 1.3580 + AMDEP_FALSE='#' 1.3581 +else 1.3582 + AMDEP_TRUE='#' 1.3583 + AMDEP_FALSE= 1.3584 +fi 1.3585 + 1.3586 + 1.3587 + 1.3588 +depcc="$CC" am_compiler_list= 1.3589 + 1.3590 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 1.3591 +$as_echo_n "checking dependency style of $depcc... " >&6; } 1.3592 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 1.3593 + $as_echo_n "(cached) " >&6 1.3594 +else 1.3595 + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 1.3596 + # We make a subdir and do the tests there. Otherwise we can end up 1.3597 + # making bogus files that we don't know about and never remove. For 1.3598 + # instance it was reported that on HP-UX the gcc test will end up 1.3599 + # making a dummy file named `D' -- because `-MD' means `put the output 1.3600 + # in D'. 1.3601 + mkdir conftest.dir 1.3602 + # Copy depcomp to subdir because otherwise we won't find it if we're 1.3603 + # using a relative directory. 1.3604 + cp "$am_depcomp" conftest.dir 1.3605 + cd conftest.dir 1.3606 + # We will build objects and dependencies in a subdirectory because 1.3607 + # it helps to detect inapplicable dependency modes. For instance 1.3608 + # both Tru64's cc and ICC support -MD to output dependencies as a 1.3609 + # side effect of compilation, but ICC will put the dependencies in 1.3610 + # the current directory while Tru64 will put them in the object 1.3611 + # directory. 1.3612 + mkdir sub 1.3613 + 1.3614 + am_cv_CC_dependencies_compiler_type=none 1.3615 + if test "$am_compiler_list" = ""; then 1.3616 + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 1.3617 + fi 1.3618 + am__universal=false 1.3619 + case " $depcc " in #( 1.3620 + *\ -arch\ *\ -arch\ *) am__universal=true ;; 1.3621 + esac 1.3622 + 1.3623 + for depmode in $am_compiler_list; do 1.3624 + # Setup a source with many dependencies, because some compilers 1.3625 + # like to wrap large dependency lists on column 80 (with \), and 1.3626 + # we should not choose a depcomp mode which is confused by this. 1.3627 + # 1.3628 + # We need to recreate these files for each test, as the compiler may 1.3629 + # overwrite some of them when testing with obscure command lines. 1.3630 + # This happens at least with the AIX C compiler. 1.3631 + : > sub/conftest.c 1.3632 + for i in 1 2 3 4 5 6; do 1.3633 + echo '#include "conftst'$i'.h"' >> sub/conftest.c 1.3634 + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 1.3635 + # Solaris 8's {/usr,}/bin/sh. 1.3636 + touch sub/conftst$i.h 1.3637 + done 1.3638 + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 1.3639 + 1.3640 + # We check with `-c' and `-o' for the sake of the "dashmstdout" 1.3641 + # mode. It turns out that the SunPro C++ compiler does not properly 1.3642 + # handle `-M -o', and we need to detect this. Also, some Intel 1.3643 + # versions had trouble with output in subdirs 1.3644 + am__obj=sub/conftest.${OBJEXT-o} 1.3645 + am__minus_obj="-o $am__obj" 1.3646 + case $depmode in 1.3647 + gcc) 1.3648 + # This depmode causes a compiler race in universal mode. 1.3649 + test "$am__universal" = false || continue 1.3650 + ;; 1.3651 + nosideeffect) 1.3652 + # after this tag, mechanisms are not by side-effect, so they'll 1.3653 + # only be used when explicitly requested 1.3654 + if test "x$enable_dependency_tracking" = xyes; then 1.3655 + continue 1.3656 + else 1.3657 + break 1.3658 + fi 1.3659 + ;; 1.3660 + msvisualcpp | msvcmsys) 1.3661 + # This compiler won't grok `-c -o', but also, the minuso test has 1.3662 + # not run yet. These depmodes are late enough in the game, and 1.3663 + # so weak that their functioning should not be impacted. 1.3664 + am__obj=conftest.${OBJEXT-o} 1.3665 + am__minus_obj= 1.3666 + ;; 1.3667 + none) break ;; 1.3668 + esac 1.3669 + if depmode=$depmode \ 1.3670 + source=sub/conftest.c object=$am__obj \ 1.3671 + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 1.3672 + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 1.3673 + >/dev/null 2>conftest.err && 1.3674 + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 1.3675 + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 1.3676 + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 1.3677 + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 1.3678 + # icc doesn't choke on unknown options, it will just issue warnings 1.3679 + # or remarks (even with -Werror). So we grep stderr for any message 1.3680 + # that says an option was ignored or not supported. 1.3681 + # When given -MP, icc 7.0 and 7.1 complain thusly: 1.3682 + # icc: Command line warning: ignoring option '-M'; no argument required 1.3683 + # The diagnosis changed in icc 8.0: 1.3684 + # icc: Command line remark: option '-MP' not supported 1.3685 + if (grep 'ignoring option' conftest.err || 1.3686 + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 1.3687 + am_cv_CC_dependencies_compiler_type=$depmode 1.3688 + break 1.3689 + fi 1.3690 + fi 1.3691 + done 1.3692 + 1.3693 + cd .. 1.3694 + rm -rf conftest.dir 1.3695 +else 1.3696 + am_cv_CC_dependencies_compiler_type=none 1.3697 +fi 1.3698 + 1.3699 +fi 1.3700 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 1.3701 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 1.3702 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 1.3703 + 1.3704 + if 1.3705 + test "x$enable_dependency_tracking" != xno \ 1.3706 + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 1.3707 + am__fastdepCC_TRUE= 1.3708 + am__fastdepCC_FALSE='#' 1.3709 +else 1.3710 + am__fastdepCC_TRUE='#' 1.3711 + am__fastdepCC_FALSE= 1.3712 +fi 1.3713 + 1.3714 + 1.3715 + 1.3716 +case `pwd` in 1.3717 + *\ * | *\ *) 1.3718 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 1.3719 +$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; 1.3720 +esac 1.3721 + 1.3722 + 1.3723 + 1.3724 +macro_version='2.2.7a' 1.3725 +macro_revision='1.3140' 1.3726 + 1.3727 + 1.3728 + 1.3729 + 1.3730 + 1.3731 + 1.3732 + 1.3733 + 1.3734 + 1.3735 + 1.3736 + 1.3737 + 1.3738 + 1.3739 +ltmain="$ac_aux_dir/ltmain.sh" 1.3740 + 1.3741 +# Make sure we can run config.sub. 1.3742 +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1.3743 + as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 1.3744 + 1.3745 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 1.3746 +$as_echo_n "checking build system type... " >&6; } 1.3747 +if test "${ac_cv_build+set}" = set; then : 1.3748 + $as_echo_n "(cached) " >&6 1.3749 +else 1.3750 + ac_build_alias=$build_alias 1.3751 +test "x$ac_build_alias" = x && 1.3752 + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1.3753 +test "x$ac_build_alias" = x && 1.3754 + as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 1.3755 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1.3756 + as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 1.3757 + 1.3758 +fi 1.3759 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 1.3760 +$as_echo "$ac_cv_build" >&6; } 1.3761 +case $ac_cv_build in 1.3762 +*-*-*) ;; 1.3763 +*) as_fn_error "invalid value of canonical build" "$LINENO" 5;; 1.3764 +esac 1.3765 +build=$ac_cv_build 1.3766 +ac_save_IFS=$IFS; IFS='-' 1.3767 +set x $ac_cv_build 1.3768 +shift 1.3769 +build_cpu=$1 1.3770 +build_vendor=$2 1.3771 +shift; shift 1.3772 +# Remember, the first character of IFS is used to create $*, 1.3773 +# except with old shells: 1.3774 +build_os=$* 1.3775 +IFS=$ac_save_IFS 1.3776 +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 1.3777 + 1.3778 + 1.3779 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 1.3780 +$as_echo_n "checking host system type... " >&6; } 1.3781 +if test "${ac_cv_host+set}" = set; then : 1.3782 + $as_echo_n "(cached) " >&6 1.3783 +else 1.3784 + if test "x$host_alias" = x; then 1.3785 + ac_cv_host=$ac_cv_build 1.3786 +else 1.3787 + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 1.3788 + as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 1.3789 +fi 1.3790 + 1.3791 +fi 1.3792 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 1.3793 +$as_echo "$ac_cv_host" >&6; } 1.3794 +case $ac_cv_host in 1.3795 +*-*-*) ;; 1.3796 +*) as_fn_error "invalid value of canonical host" "$LINENO" 5;; 1.3797 +esac 1.3798 +host=$ac_cv_host 1.3799 +ac_save_IFS=$IFS; IFS='-' 1.3800 +set x $ac_cv_host 1.3801 +shift 1.3802 +host_cpu=$1 1.3803 +host_vendor=$2 1.3804 +shift; shift 1.3805 +# Remember, the first character of IFS is used to create $*, 1.3806 +# except with old shells: 1.3807 +host_os=$* 1.3808 +IFS=$ac_save_IFS 1.3809 +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 1.3810 + 1.3811 + 1.3812 +# Backslashify metacharacters that are still active within 1.3813 +# double-quoted strings. 1.3814 +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' 1.3815 + 1.3816 +# Same as above, but do not quote variable references. 1.3817 +double_quote_subst='s/\(["`\\]\)/\\\1/g' 1.3818 + 1.3819 +# Sed substitution to delay expansion of an escaped shell variable in a 1.3820 +# double_quote_subst'ed string. 1.3821 +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' 1.3822 + 1.3823 +# Sed substitution to delay expansion of an escaped single quote. 1.3824 +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' 1.3825 + 1.3826 +# Sed substitution to avoid accidental globbing in evaled expressions 1.3827 +no_glob_subst='s/\*/\\\*/g' 1.3828 + 1.3829 +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 1.3830 +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO 1.3831 +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO 1.3832 + 1.3833 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 1.3834 +$as_echo_n "checking how to print strings... " >&6; } 1.3835 +# Test print first, because it will be a builtin if present. 1.3836 +if test "X`print -r -- -n 2>/dev/null`" = X-n && \ 1.3837 + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then 1.3838 + ECHO='print -r --' 1.3839 +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then 1.3840 + ECHO='printf %s\n' 1.3841 +else 1.3842 + # Use this function as a fallback that always works. 1.3843 + func_fallback_echo () 1.3844 + { 1.3845 + eval 'cat <<_LTECHO_EOF 1.3846 +$1 1.3847 +_LTECHO_EOF' 1.3848 + } 1.3849 + ECHO='func_fallback_echo' 1.3850 +fi 1.3851 + 1.3852 +# func_echo_all arg... 1.3853 +# Invoke $ECHO with all args, space-separated. 1.3854 +func_echo_all () 1.3855 +{ 1.3856 + $ECHO "" 1.3857 +} 1.3858 + 1.3859 +case "$ECHO" in 1.3860 + printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 1.3861 +$as_echo "printf" >&6; } ;; 1.3862 + print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 1.3863 +$as_echo "print -r" >&6; } ;; 1.3864 + *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 1.3865 +$as_echo "cat" >&6; } ;; 1.3866 +esac 1.3867 + 1.3868 + 1.3869 + 1.3870 + 1.3871 + 1.3872 + 1.3873 + 1.3874 + 1.3875 + 1.3876 + 1.3877 + 1.3878 + 1.3879 + 1.3880 + 1.3881 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 1.3882 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } 1.3883 +if test "${ac_cv_path_SED+set}" = set; then : 1.3884 + $as_echo_n "(cached) " >&6 1.3885 +else 1.3886 + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ 1.3887 + for ac_i in 1 2 3 4 5 6 7; do 1.3888 + ac_script="$ac_script$as_nl$ac_script" 1.3889 + done 1.3890 + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed 1.3891 + { ac_script=; unset ac_script;} 1.3892 + if test -z "$SED"; then 1.3893 + ac_path_SED_found=false 1.3894 + # Loop through the user's path and test for each of PROGNAME-LIST 1.3895 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.3896 +for as_dir in $PATH 1.3897 +do 1.3898 + IFS=$as_save_IFS 1.3899 + test -z "$as_dir" && as_dir=. 1.3900 + for ac_prog in sed gsed; do 1.3901 + for ac_exec_ext in '' $ac_executable_extensions; do 1.3902 + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" 1.3903 + { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue 1.3904 +# Check for GNU ac_path_SED and select it if it is found. 1.3905 + # Check for GNU $ac_path_SED 1.3906 +case `"$ac_path_SED" --version 2>&1` in 1.3907 +*GNU*) 1.3908 + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; 1.3909 +*) 1.3910 + ac_count=0 1.3911 + $as_echo_n 0123456789 >"conftest.in" 1.3912 + while : 1.3913 + do 1.3914 + cat "conftest.in" "conftest.in" >"conftest.tmp" 1.3915 + mv "conftest.tmp" "conftest.in" 1.3916 + cp "conftest.in" "conftest.nl" 1.3917 + $as_echo '' >> "conftest.nl" 1.3918 + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break 1.3919 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 1.3920 + as_fn_arith $ac_count + 1 && ac_count=$as_val 1.3921 + if test $ac_count -gt ${ac_path_SED_max-0}; then 1.3922 + # Best one so far, save it but keep looking for a better one 1.3923 + ac_cv_path_SED="$ac_path_SED" 1.3924 + ac_path_SED_max=$ac_count 1.3925 + fi 1.3926 + # 10*(2^10) chars as input seems more than enough 1.3927 + test $ac_count -gt 10 && break 1.3928 + done 1.3929 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 1.3930 +esac 1.3931 + 1.3932 + $ac_path_SED_found && break 3 1.3933 + done 1.3934 + done 1.3935 + done 1.3936 +IFS=$as_save_IFS 1.3937 + if test -z "$ac_cv_path_SED"; then 1.3938 + as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 1.3939 + fi 1.3940 +else 1.3941 + ac_cv_path_SED=$SED 1.3942 +fi 1.3943 + 1.3944 +fi 1.3945 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 1.3946 +$as_echo "$ac_cv_path_SED" >&6; } 1.3947 + SED="$ac_cv_path_SED" 1.3948 + rm -f conftest.sed 1.3949 + 1.3950 +test -z "$SED" && SED=sed 1.3951 +Xsed="$SED -e 1s/^X//" 1.3952 + 1.3953 + 1.3954 + 1.3955 + 1.3956 + 1.3957 + 1.3958 + 1.3959 + 1.3960 + 1.3961 + 1.3962 + 1.3963 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 1.3964 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 1.3965 +if test "${ac_cv_path_GREP+set}" = set; then : 1.3966 + $as_echo_n "(cached) " >&6 1.3967 +else 1.3968 + if test -z "$GREP"; then 1.3969 + ac_path_GREP_found=false 1.3970 + # Loop through the user's path and test for each of PROGNAME-LIST 1.3971 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.3972 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 1.3973 +do 1.3974 + IFS=$as_save_IFS 1.3975 + test -z "$as_dir" && as_dir=. 1.3976 + for ac_prog in grep ggrep; do 1.3977 + for ac_exec_ext in '' $ac_executable_extensions; do 1.3978 + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 1.3979 + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 1.3980 +# Check for GNU ac_path_GREP and select it if it is found. 1.3981 + # Check for GNU $ac_path_GREP 1.3982 +case `"$ac_path_GREP" --version 2>&1` in 1.3983 +*GNU*) 1.3984 + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 1.3985 +*) 1.3986 + ac_count=0 1.3987 + $as_echo_n 0123456789 >"conftest.in" 1.3988 + while : 1.3989 + do 1.3990 + cat "conftest.in" "conftest.in" >"conftest.tmp" 1.3991 + mv "conftest.tmp" "conftest.in" 1.3992 + cp "conftest.in" "conftest.nl" 1.3993 + $as_echo 'GREP' >> "conftest.nl" 1.3994 + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 1.3995 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 1.3996 + as_fn_arith $ac_count + 1 && ac_count=$as_val 1.3997 + if test $ac_count -gt ${ac_path_GREP_max-0}; then 1.3998 + # Best one so far, save it but keep looking for a better one 1.3999 + ac_cv_path_GREP="$ac_path_GREP" 1.4000 + ac_path_GREP_max=$ac_count 1.4001 + fi 1.4002 + # 10*(2^10) chars as input seems more than enough 1.4003 + test $ac_count -gt 10 && break 1.4004 + done 1.4005 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 1.4006 +esac 1.4007 + 1.4008 + $ac_path_GREP_found && break 3 1.4009 + done 1.4010 + done 1.4011 + done 1.4012 +IFS=$as_save_IFS 1.4013 + if test -z "$ac_cv_path_GREP"; then 1.4014 + as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 1.4015 + fi 1.4016 +else 1.4017 + ac_cv_path_GREP=$GREP 1.4018 +fi 1.4019 + 1.4020 +fi 1.4021 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 1.4022 +$as_echo "$ac_cv_path_GREP" >&6; } 1.4023 + GREP="$ac_cv_path_GREP" 1.4024 + 1.4025 + 1.4026 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 1.4027 +$as_echo_n "checking for egrep... " >&6; } 1.4028 +if test "${ac_cv_path_EGREP+set}" = set; then : 1.4029 + $as_echo_n "(cached) " >&6 1.4030 +else 1.4031 + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 1.4032 + then ac_cv_path_EGREP="$GREP -E" 1.4033 + else 1.4034 + if test -z "$EGREP"; then 1.4035 + ac_path_EGREP_found=false 1.4036 + # Loop through the user's path and test for each of PROGNAME-LIST 1.4037 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4038 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 1.4039 +do 1.4040 + IFS=$as_save_IFS 1.4041 + test -z "$as_dir" && as_dir=. 1.4042 + for ac_prog in egrep; do 1.4043 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4044 + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 1.4045 + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 1.4046 +# Check for GNU ac_path_EGREP and select it if it is found. 1.4047 + # Check for GNU $ac_path_EGREP 1.4048 +case `"$ac_path_EGREP" --version 2>&1` in 1.4049 +*GNU*) 1.4050 + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 1.4051 +*) 1.4052 + ac_count=0 1.4053 + $as_echo_n 0123456789 >"conftest.in" 1.4054 + while : 1.4055 + do 1.4056 + cat "conftest.in" "conftest.in" >"conftest.tmp" 1.4057 + mv "conftest.tmp" "conftest.in" 1.4058 + cp "conftest.in" "conftest.nl" 1.4059 + $as_echo 'EGREP' >> "conftest.nl" 1.4060 + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 1.4061 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 1.4062 + as_fn_arith $ac_count + 1 && ac_count=$as_val 1.4063 + if test $ac_count -gt ${ac_path_EGREP_max-0}; then 1.4064 + # Best one so far, save it but keep looking for a better one 1.4065 + ac_cv_path_EGREP="$ac_path_EGREP" 1.4066 + ac_path_EGREP_max=$ac_count 1.4067 + fi 1.4068 + # 10*(2^10) chars as input seems more than enough 1.4069 + test $ac_count -gt 10 && break 1.4070 + done 1.4071 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 1.4072 +esac 1.4073 + 1.4074 + $ac_path_EGREP_found && break 3 1.4075 + done 1.4076 + done 1.4077 + done 1.4078 +IFS=$as_save_IFS 1.4079 + if test -z "$ac_cv_path_EGREP"; then 1.4080 + as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 1.4081 + fi 1.4082 +else 1.4083 + ac_cv_path_EGREP=$EGREP 1.4084 +fi 1.4085 + 1.4086 + fi 1.4087 +fi 1.4088 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 1.4089 +$as_echo "$ac_cv_path_EGREP" >&6; } 1.4090 + EGREP="$ac_cv_path_EGREP" 1.4091 + 1.4092 + 1.4093 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 1.4094 +$as_echo_n "checking for fgrep... " >&6; } 1.4095 +if test "${ac_cv_path_FGREP+set}" = set; then : 1.4096 + $as_echo_n "(cached) " >&6 1.4097 +else 1.4098 + if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 1.4099 + then ac_cv_path_FGREP="$GREP -F" 1.4100 + else 1.4101 + if test -z "$FGREP"; then 1.4102 + ac_path_FGREP_found=false 1.4103 + # Loop through the user's path and test for each of PROGNAME-LIST 1.4104 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4105 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 1.4106 +do 1.4107 + IFS=$as_save_IFS 1.4108 + test -z "$as_dir" && as_dir=. 1.4109 + for ac_prog in fgrep; do 1.4110 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4111 + ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" 1.4112 + { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue 1.4113 +# Check for GNU ac_path_FGREP and select it if it is found. 1.4114 + # Check for GNU $ac_path_FGREP 1.4115 +case `"$ac_path_FGREP" --version 2>&1` in 1.4116 +*GNU*) 1.4117 + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; 1.4118 +*) 1.4119 + ac_count=0 1.4120 + $as_echo_n 0123456789 >"conftest.in" 1.4121 + while : 1.4122 + do 1.4123 + cat "conftest.in" "conftest.in" >"conftest.tmp" 1.4124 + mv "conftest.tmp" "conftest.in" 1.4125 + cp "conftest.in" "conftest.nl" 1.4126 + $as_echo 'FGREP' >> "conftest.nl" 1.4127 + "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break 1.4128 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 1.4129 + as_fn_arith $ac_count + 1 && ac_count=$as_val 1.4130 + if test $ac_count -gt ${ac_path_FGREP_max-0}; then 1.4131 + # Best one so far, save it but keep looking for a better one 1.4132 + ac_cv_path_FGREP="$ac_path_FGREP" 1.4133 + ac_path_FGREP_max=$ac_count 1.4134 + fi 1.4135 + # 10*(2^10) chars as input seems more than enough 1.4136 + test $ac_count -gt 10 && break 1.4137 + done 1.4138 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 1.4139 +esac 1.4140 + 1.4141 + $ac_path_FGREP_found && break 3 1.4142 + done 1.4143 + done 1.4144 + done 1.4145 +IFS=$as_save_IFS 1.4146 + if test -z "$ac_cv_path_FGREP"; then 1.4147 + as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 1.4148 + fi 1.4149 +else 1.4150 + ac_cv_path_FGREP=$FGREP 1.4151 +fi 1.4152 + 1.4153 + fi 1.4154 +fi 1.4155 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 1.4156 +$as_echo "$ac_cv_path_FGREP" >&6; } 1.4157 + FGREP="$ac_cv_path_FGREP" 1.4158 + 1.4159 + 1.4160 +test -z "$GREP" && GREP=grep 1.4161 + 1.4162 + 1.4163 + 1.4164 + 1.4165 + 1.4166 + 1.4167 + 1.4168 + 1.4169 + 1.4170 + 1.4171 + 1.4172 + 1.4173 + 1.4174 + 1.4175 + 1.4176 + 1.4177 + 1.4178 + 1.4179 + 1.4180 +# Check whether --with-gnu-ld was given. 1.4181 +if test "${with_gnu_ld+set}" = set; then : 1.4182 + withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes 1.4183 +else 1.4184 + with_gnu_ld=no 1.4185 +fi 1.4186 + 1.4187 +ac_prog=ld 1.4188 +if test "$GCC" = yes; then 1.4189 + # Check if gcc -print-prog-name=ld gives a path. 1.4190 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 1.4191 +$as_echo_n "checking for ld used by $CC... " >&6; } 1.4192 + case $host in 1.4193 + *-*-mingw*) 1.4194 + # gcc leaves a trailing carriage return which upsets mingw 1.4195 + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 1.4196 + *) 1.4197 + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 1.4198 + esac 1.4199 + case $ac_prog in 1.4200 + # Accept absolute paths. 1.4201 + [\\/]* | ?:[\\/]*) 1.4202 + re_direlt='/[^/][^/]*/\.\./' 1.4203 + # Canonicalize the pathname of ld 1.4204 + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` 1.4205 + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do 1.4206 + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` 1.4207 + done 1.4208 + test -z "$LD" && LD="$ac_prog" 1.4209 + ;; 1.4210 + "") 1.4211 + # If it fails, then pretend we aren't using GCC. 1.4212 + ac_prog=ld 1.4213 + ;; 1.4214 + *) 1.4215 + # If it is relative, then search for the first ld in PATH. 1.4216 + with_gnu_ld=unknown 1.4217 + ;; 1.4218 + esac 1.4219 +elif test "$with_gnu_ld" = yes; then 1.4220 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 1.4221 +$as_echo_n "checking for GNU ld... " >&6; } 1.4222 +else 1.4223 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 1.4224 +$as_echo_n "checking for non-GNU ld... " >&6; } 1.4225 +fi 1.4226 +if test "${lt_cv_path_LD+set}" = set; then : 1.4227 + $as_echo_n "(cached) " >&6 1.4228 +else 1.4229 + if test -z "$LD"; then 1.4230 + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 1.4231 + for ac_dir in $PATH; do 1.4232 + IFS="$lt_save_ifs" 1.4233 + test -z "$ac_dir" && ac_dir=. 1.4234 + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 1.4235 + lt_cv_path_LD="$ac_dir/$ac_prog" 1.4236 + # Check to see if the program is GNU ld. I'd rather use --version, 1.4237 + # but apparently some variants of GNU ld only accept -v. 1.4238 + # Break only if it was the GNU/non-GNU ld that we prefer. 1.4239 + case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in 1.4240 + *GNU* | *'with BFD'*) 1.4241 + test "$with_gnu_ld" != no && break 1.4242 + ;; 1.4243 + *) 1.4244 + test "$with_gnu_ld" != yes && break 1.4245 + ;; 1.4246 + esac 1.4247 + fi 1.4248 + done 1.4249 + IFS="$lt_save_ifs" 1.4250 +else 1.4251 + lt_cv_path_LD="$LD" # Let the user override the test with a path. 1.4252 +fi 1.4253 +fi 1.4254 + 1.4255 +LD="$lt_cv_path_LD" 1.4256 +if test -n "$LD"; then 1.4257 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 1.4258 +$as_echo "$LD" >&6; } 1.4259 +else 1.4260 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.4261 +$as_echo "no" >&6; } 1.4262 +fi 1.4263 +test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 1.4264 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 1.4265 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 1.4266 +if test "${lt_cv_prog_gnu_ld+set}" = set; then : 1.4267 + $as_echo_n "(cached) " >&6 1.4268 +else 1.4269 + # I'd rather use --version here, but apparently some GNU lds only accept -v. 1.4270 +case `$LD -v 2>&1 </dev/null` in 1.4271 +*GNU* | *'with BFD'*) 1.4272 + lt_cv_prog_gnu_ld=yes 1.4273 + ;; 1.4274 +*) 1.4275 + lt_cv_prog_gnu_ld=no 1.4276 + ;; 1.4277 +esac 1.4278 +fi 1.4279 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5 1.4280 +$as_echo "$lt_cv_prog_gnu_ld" >&6; } 1.4281 +with_gnu_ld=$lt_cv_prog_gnu_ld 1.4282 + 1.4283 + 1.4284 + 1.4285 + 1.4286 + 1.4287 + 1.4288 + 1.4289 + 1.4290 + 1.4291 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 1.4292 +$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 1.4293 +if test "${lt_cv_path_NM+set}" = set; then : 1.4294 + $as_echo_n "(cached) " >&6 1.4295 +else 1.4296 + if test -n "$NM"; then 1.4297 + # Let the user override the test. 1.4298 + lt_cv_path_NM="$NM" 1.4299 +else 1.4300 + lt_nm_to_check="${ac_tool_prefix}nm" 1.4301 + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then 1.4302 + lt_nm_to_check="$lt_nm_to_check nm" 1.4303 + fi 1.4304 + for lt_tmp_nm in $lt_nm_to_check; do 1.4305 + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 1.4306 + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do 1.4307 + IFS="$lt_save_ifs" 1.4308 + test -z "$ac_dir" && ac_dir=. 1.4309 + tmp_nm="$ac_dir/$lt_tmp_nm" 1.4310 + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then 1.4311 + # Check to see if the nm accepts a BSD-compat flag. 1.4312 + # Adding the `sed 1q' prevents false positives on HP-UX, which says: 1.4313 + # nm: unknown option "B" ignored 1.4314 + # Tru64's nm complains that /dev/null is an invalid object file 1.4315 + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in 1.4316 + */dev/null* | *'Invalid file or object type'*) 1.4317 + lt_cv_path_NM="$tmp_nm -B" 1.4318 + break 1.4319 + ;; 1.4320 + *) 1.4321 + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in 1.4322 + */dev/null*) 1.4323 + lt_cv_path_NM="$tmp_nm -p" 1.4324 + break 1.4325 + ;; 1.4326 + *) 1.4327 + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but 1.4328 + continue # so that we can try to find one that supports BSD flags 1.4329 + ;; 1.4330 + esac 1.4331 + ;; 1.4332 + esac 1.4333 + fi 1.4334 + done 1.4335 + IFS="$lt_save_ifs" 1.4336 + done 1.4337 + : ${lt_cv_path_NM=no} 1.4338 +fi 1.4339 +fi 1.4340 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 1.4341 +$as_echo "$lt_cv_path_NM" >&6; } 1.4342 +if test "$lt_cv_path_NM" != "no"; then 1.4343 + NM="$lt_cv_path_NM" 1.4344 +else 1.4345 + # Didn't find any BSD compatible name lister, look for dumpbin. 1.4346 + if test -n "$DUMPBIN"; then : 1.4347 + # Let the user override the test. 1.4348 + else 1.4349 + if test -n "$ac_tool_prefix"; then 1.4350 + for ac_prog in dumpbin "link -dump" 1.4351 + do 1.4352 + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1.4353 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1.4354 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.4355 +$as_echo_n "checking for $ac_word... " >&6; } 1.4356 +if test "${ac_cv_prog_DUMPBIN+set}" = set; then : 1.4357 + $as_echo_n "(cached) " >&6 1.4358 +else 1.4359 + if test -n "$DUMPBIN"; then 1.4360 + ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. 1.4361 +else 1.4362 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4363 +for as_dir in $PATH 1.4364 +do 1.4365 + IFS=$as_save_IFS 1.4366 + test -z "$as_dir" && as_dir=. 1.4367 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4368 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.4369 + ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" 1.4370 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.4371 + break 2 1.4372 + fi 1.4373 +done 1.4374 + done 1.4375 +IFS=$as_save_IFS 1.4376 + 1.4377 +fi 1.4378 +fi 1.4379 +DUMPBIN=$ac_cv_prog_DUMPBIN 1.4380 +if test -n "$DUMPBIN"; then 1.4381 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 1.4382 +$as_echo "$DUMPBIN" >&6; } 1.4383 +else 1.4384 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.4385 +$as_echo "no" >&6; } 1.4386 +fi 1.4387 + 1.4388 + 1.4389 + test -n "$DUMPBIN" && break 1.4390 + done 1.4391 +fi 1.4392 +if test -z "$DUMPBIN"; then 1.4393 + ac_ct_DUMPBIN=$DUMPBIN 1.4394 + for ac_prog in dumpbin "link -dump" 1.4395 +do 1.4396 + # Extract the first word of "$ac_prog", so it can be a program name with args. 1.4397 +set dummy $ac_prog; ac_word=$2 1.4398 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.4399 +$as_echo_n "checking for $ac_word... " >&6; } 1.4400 +if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : 1.4401 + $as_echo_n "(cached) " >&6 1.4402 +else 1.4403 + if test -n "$ac_ct_DUMPBIN"; then 1.4404 + ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. 1.4405 +else 1.4406 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4407 +for as_dir in $PATH 1.4408 +do 1.4409 + IFS=$as_save_IFS 1.4410 + test -z "$as_dir" && as_dir=. 1.4411 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4412 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.4413 + ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" 1.4414 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.4415 + break 2 1.4416 + fi 1.4417 +done 1.4418 + done 1.4419 +IFS=$as_save_IFS 1.4420 + 1.4421 +fi 1.4422 +fi 1.4423 +ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN 1.4424 +if test -n "$ac_ct_DUMPBIN"; then 1.4425 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 1.4426 +$as_echo "$ac_ct_DUMPBIN" >&6; } 1.4427 +else 1.4428 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.4429 +$as_echo "no" >&6; } 1.4430 +fi 1.4431 + 1.4432 + 1.4433 + test -n "$ac_ct_DUMPBIN" && break 1.4434 +done 1.4435 + 1.4436 + if test "x$ac_ct_DUMPBIN" = x; then 1.4437 + DUMPBIN=":" 1.4438 + else 1.4439 + case $cross_compiling:$ac_tool_warned in 1.4440 +yes:) 1.4441 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.4442 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.4443 +ac_tool_warned=yes ;; 1.4444 +esac 1.4445 + DUMPBIN=$ac_ct_DUMPBIN 1.4446 + fi 1.4447 +fi 1.4448 + 1.4449 + case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in 1.4450 + *COFF*) 1.4451 + DUMPBIN="$DUMPBIN -symbols" 1.4452 + ;; 1.4453 + *) 1.4454 + DUMPBIN=: 1.4455 + ;; 1.4456 + esac 1.4457 + fi 1.4458 + 1.4459 + if test "$DUMPBIN" != ":"; then 1.4460 + NM="$DUMPBIN" 1.4461 + fi 1.4462 +fi 1.4463 +test -z "$NM" && NM=nm 1.4464 + 1.4465 + 1.4466 + 1.4467 + 1.4468 + 1.4469 + 1.4470 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 1.4471 +$as_echo_n "checking the name lister ($NM) interface... " >&6; } 1.4472 +if test "${lt_cv_nm_interface+set}" = set; then : 1.4473 + $as_echo_n "(cached) " >&6 1.4474 +else 1.4475 + lt_cv_nm_interface="BSD nm" 1.4476 + echo "int some_variable = 0;" > conftest.$ac_ext 1.4477 + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) 1.4478 + (eval "$ac_compile" 2>conftest.err) 1.4479 + cat conftest.err >&5 1.4480 + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 1.4481 + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 1.4482 + cat conftest.err >&5 1.4483 + (eval echo "\"\$as_me:$LINENO: output\"" >&5) 1.4484 + cat conftest.out >&5 1.4485 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then 1.4486 + lt_cv_nm_interface="MS dumpbin" 1.4487 + fi 1.4488 + rm -f conftest* 1.4489 +fi 1.4490 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 1.4491 +$as_echo "$lt_cv_nm_interface" >&6; } 1.4492 + 1.4493 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 1.4494 +$as_echo_n "checking whether ln -s works... " >&6; } 1.4495 +LN_S=$as_ln_s 1.4496 +if test "$LN_S" = "ln -s"; then 1.4497 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.4498 +$as_echo "yes" >&6; } 1.4499 +else 1.4500 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 1.4501 +$as_echo "no, using $LN_S" >&6; } 1.4502 +fi 1.4503 + 1.4504 +# find the maximum length of command line arguments 1.4505 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 1.4506 +$as_echo_n "checking the maximum length of command line arguments... " >&6; } 1.4507 +if test "${lt_cv_sys_max_cmd_len+set}" = set; then : 1.4508 + $as_echo_n "(cached) " >&6 1.4509 +else 1.4510 + i=0 1.4511 + teststring="ABCD" 1.4512 + 1.4513 + case $build_os in 1.4514 + msdosdjgpp*) 1.4515 + # On DJGPP, this test can blow up pretty badly due to problems in libc 1.4516 + # (any single argument exceeding 2000 bytes causes a buffer overrun 1.4517 + # during glob expansion). Even if it were fixed, the result of this 1.4518 + # check would be larger than it should be. 1.4519 + lt_cv_sys_max_cmd_len=12288; # 12K is about right 1.4520 + ;; 1.4521 + 1.4522 + gnu*) 1.4523 + # Under GNU Hurd, this test is not required because there is 1.4524 + # no limit to the length of command line arguments. 1.4525 + # Libtool will interpret -1 as no limit whatsoever 1.4526 + lt_cv_sys_max_cmd_len=-1; 1.4527 + ;; 1.4528 + 1.4529 + cygwin* | mingw* | cegcc*) 1.4530 + # On Win9x/ME, this test blows up -- it succeeds, but takes 1.4531 + # about 5 minutes as the teststring grows exponentially. 1.4532 + # Worse, since 9x/ME are not pre-emptively multitasking, 1.4533 + # you end up with a "frozen" computer, even though with patience 1.4534 + # the test eventually succeeds (with a max line length of 256k). 1.4535 + # Instead, let's just punt: use the minimum linelength reported by 1.4536 + # all of the supported platforms: 8192 (on NT/2K/XP). 1.4537 + lt_cv_sys_max_cmd_len=8192; 1.4538 + ;; 1.4539 + 1.4540 + mint*) 1.4541 + # On MiNT this can take a long time and run out of memory. 1.4542 + lt_cv_sys_max_cmd_len=8192; 1.4543 + ;; 1.4544 + 1.4545 + amigaos*) 1.4546 + # On AmigaOS with pdksh, this test takes hours, literally. 1.4547 + # So we just punt and use a minimum line length of 8192. 1.4548 + lt_cv_sys_max_cmd_len=8192; 1.4549 + ;; 1.4550 + 1.4551 + netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) 1.4552 + # This has been around since 386BSD, at least. Likely further. 1.4553 + if test -x /sbin/sysctl; then 1.4554 + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` 1.4555 + elif test -x /usr/sbin/sysctl; then 1.4556 + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` 1.4557 + else 1.4558 + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs 1.4559 + fi 1.4560 + # And add a safety zone 1.4561 + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` 1.4562 + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` 1.4563 + ;; 1.4564 + 1.4565 + interix*) 1.4566 + # We know the value 262144 and hardcode it with a safety zone (like BSD) 1.4567 + lt_cv_sys_max_cmd_len=196608 1.4568 + ;; 1.4569 + 1.4570 + osf*) 1.4571 + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure 1.4572 + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not 1.4573 + # nice to cause kernel panics so lets avoid the loop below. 1.4574 + # First set a reasonable default. 1.4575 + lt_cv_sys_max_cmd_len=16384 1.4576 + # 1.4577 + if test -x /sbin/sysconfig; then 1.4578 + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in 1.4579 + *1*) lt_cv_sys_max_cmd_len=-1 ;; 1.4580 + esac 1.4581 + fi 1.4582 + ;; 1.4583 + sco3.2v5*) 1.4584 + lt_cv_sys_max_cmd_len=102400 1.4585 + ;; 1.4586 + sysv5* | sco5v6* | sysv4.2uw2*) 1.4587 + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` 1.4588 + if test -n "$kargmax"; then 1.4589 + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` 1.4590 + else 1.4591 + lt_cv_sys_max_cmd_len=32768 1.4592 + fi 1.4593 + ;; 1.4594 + *) 1.4595 + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` 1.4596 + if test -n "$lt_cv_sys_max_cmd_len"; then 1.4597 + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` 1.4598 + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` 1.4599 + else 1.4600 + # Make teststring a little bigger before we do anything with it. 1.4601 + # a 1K string should be a reasonable start. 1.4602 + for i in 1 2 3 4 5 6 7 8 ; do 1.4603 + teststring=$teststring$teststring 1.4604 + done 1.4605 + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} 1.4606 + # If test is not a shell built-in, we'll probably end up computing a 1.4607 + # maximum length that is only half of the actual maximum length, but 1.4608 + # we can't tell. 1.4609 + while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ 1.4610 + = "X$teststring$teststring"; } >/dev/null 2>&1 && 1.4611 + test $i != 17 # 1/2 MB should be enough 1.4612 + do 1.4613 + i=`expr $i + 1` 1.4614 + teststring=$teststring$teststring 1.4615 + done 1.4616 + # Only check the string length outside the loop. 1.4617 + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` 1.4618 + teststring= 1.4619 + # Add a significant safety factor because C++ compilers can tack on 1.4620 + # massive amounts of additional arguments before passing them to the 1.4621 + # linker. It appears as though 1/2 is a usable value. 1.4622 + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` 1.4623 + fi 1.4624 + ;; 1.4625 + esac 1.4626 + 1.4627 +fi 1.4628 + 1.4629 +if test -n $lt_cv_sys_max_cmd_len ; then 1.4630 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 1.4631 +$as_echo "$lt_cv_sys_max_cmd_len" >&6; } 1.4632 +else 1.4633 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 1.4634 +$as_echo "none" >&6; } 1.4635 +fi 1.4636 +max_cmd_len=$lt_cv_sys_max_cmd_len 1.4637 + 1.4638 + 1.4639 + 1.4640 + 1.4641 + 1.4642 + 1.4643 +: ${CP="cp -f"} 1.4644 +: ${MV="mv -f"} 1.4645 +: ${RM="rm -f"} 1.4646 + 1.4647 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 1.4648 +$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } 1.4649 +# Try some XSI features 1.4650 +xsi_shell=no 1.4651 +( _lt_dummy="a/b/c" 1.4652 + test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ 1.4653 + = c,a/b,, \ 1.4654 + && eval 'test $(( 1 + 1 )) -eq 2 \ 1.4655 + && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ 1.4656 + && xsi_shell=yes 1.4657 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 1.4658 +$as_echo "$xsi_shell" >&6; } 1.4659 + 1.4660 + 1.4661 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 1.4662 +$as_echo_n "checking whether the shell understands \"+=\"... " >&6; } 1.4663 +lt_shell_append=no 1.4664 +( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ 1.4665 + >/dev/null 2>&1 \ 1.4666 + && lt_shell_append=yes 1.4667 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 1.4668 +$as_echo "$lt_shell_append" >&6; } 1.4669 + 1.4670 + 1.4671 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 1.4672 + lt_unset=unset 1.4673 +else 1.4674 + lt_unset=false 1.4675 +fi 1.4676 + 1.4677 + 1.4678 + 1.4679 + 1.4680 + 1.4681 +# test EBCDIC or ASCII 1.4682 +case `echo X|tr X '\101'` in 1.4683 + A) # ASCII based system 1.4684 + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr 1.4685 + lt_SP2NL='tr \040 \012' 1.4686 + lt_NL2SP='tr \015\012 \040\040' 1.4687 + ;; 1.4688 + *) # EBCDIC based system 1.4689 + lt_SP2NL='tr \100 \n' 1.4690 + lt_NL2SP='tr \r\n \100\100' 1.4691 + ;; 1.4692 +esac 1.4693 + 1.4694 + 1.4695 + 1.4696 + 1.4697 + 1.4698 + 1.4699 + 1.4700 + 1.4701 + 1.4702 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build paths to $host format" >&5 1.4703 +$as_echo_n "checking how to convert $build paths to $host format... " >&6; } 1.4704 +if test "${lt_cv_to_host_path_cmd+set}" = set; then : 1.4705 + $as_echo_n "(cached) " >&6 1.4706 +else 1.4707 + case $host in 1.4708 + *mingw* ) 1.4709 + case $build in 1.4710 + *mingw* ) # actually msys 1.4711 + lt_cv_to_host_path_cmd=func_msys_to_mingw_path_convert 1.4712 + ;; 1.4713 + *cygwin* ) 1.4714 + lt_cv_to_host_path_cmd=func_cygwin_to_mingw_path_convert 1.4715 + ;; 1.4716 + * ) # otherwise, assume *nix 1.4717 + lt_cv_to_host_path_cmd=func_nix_to_mingw_path_convert 1.4718 + ;; 1.4719 + esac 1.4720 + ;; 1.4721 + *cygwin* ) 1.4722 + case $build in 1.4723 + *mingw* ) # actually msys 1.4724 + lt_cv_to_host_path_cmd=func_msys_to_cygwin_path_convert 1.4725 + ;; 1.4726 + *cygwin* ) 1.4727 + lt_cv_to_host_path_cmd=func_noop_path_convert 1.4728 + ;; 1.4729 + * ) # otherwise, assume *nix 1.4730 + lt_cv_to_host_path_cmd=func_nix_to_cygwin_path_convert 1.4731 + ;; 1.4732 + esac 1.4733 + ;; 1.4734 + * ) # unhandled hosts (and "normal" native builds) 1.4735 + lt_cv_to_host_path_cmd=func_noop_path_convert 1.4736 + ;; 1.4737 +esac 1.4738 + 1.4739 +fi 1.4740 + 1.4741 +to_host_path_cmd=$lt_cv_to_host_path_cmd 1.4742 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_path_cmd" >&5 1.4743 +$as_echo "$lt_cv_to_host_path_cmd" >&6; } 1.4744 + 1.4745 + 1.4746 + 1.4747 + 1.4748 + 1.4749 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 1.4750 +$as_echo_n "checking for $LD option to reload object files... " >&6; } 1.4751 +if test "${lt_cv_ld_reload_flag+set}" = set; then : 1.4752 + $as_echo_n "(cached) " >&6 1.4753 +else 1.4754 + lt_cv_ld_reload_flag='-r' 1.4755 +fi 1.4756 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 1.4757 +$as_echo "$lt_cv_ld_reload_flag" >&6; } 1.4758 +reload_flag=$lt_cv_ld_reload_flag 1.4759 +case $reload_flag in 1.4760 +"" | " "*) ;; 1.4761 +*) reload_flag=" $reload_flag" ;; 1.4762 +esac 1.4763 +reload_cmds='$LD$reload_flag -o $output$reload_objs' 1.4764 +case $host_os in 1.4765 + darwin*) 1.4766 + if test "$GCC" = yes; then 1.4767 + reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' 1.4768 + else 1.4769 + reload_cmds='$LD$reload_flag -o $output$reload_objs' 1.4770 + fi 1.4771 + ;; 1.4772 +esac 1.4773 + 1.4774 + 1.4775 + 1.4776 + 1.4777 + 1.4778 + 1.4779 + 1.4780 + 1.4781 + 1.4782 +if test -n "$ac_tool_prefix"; then 1.4783 + # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. 1.4784 +set dummy ${ac_tool_prefix}objdump; ac_word=$2 1.4785 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.4786 +$as_echo_n "checking for $ac_word... " >&6; } 1.4787 +if test "${ac_cv_prog_OBJDUMP+set}" = set; then : 1.4788 + $as_echo_n "(cached) " >&6 1.4789 +else 1.4790 + if test -n "$OBJDUMP"; then 1.4791 + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 1.4792 +else 1.4793 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4794 +for as_dir in $PATH 1.4795 +do 1.4796 + IFS=$as_save_IFS 1.4797 + test -z "$as_dir" && as_dir=. 1.4798 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4799 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.4800 + ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" 1.4801 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.4802 + break 2 1.4803 + fi 1.4804 +done 1.4805 + done 1.4806 +IFS=$as_save_IFS 1.4807 + 1.4808 +fi 1.4809 +fi 1.4810 +OBJDUMP=$ac_cv_prog_OBJDUMP 1.4811 +if test -n "$OBJDUMP"; then 1.4812 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 1.4813 +$as_echo "$OBJDUMP" >&6; } 1.4814 +else 1.4815 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.4816 +$as_echo "no" >&6; } 1.4817 +fi 1.4818 + 1.4819 + 1.4820 +fi 1.4821 +if test -z "$ac_cv_prog_OBJDUMP"; then 1.4822 + ac_ct_OBJDUMP=$OBJDUMP 1.4823 + # Extract the first word of "objdump", so it can be a program name with args. 1.4824 +set dummy objdump; ac_word=$2 1.4825 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.4826 +$as_echo_n "checking for $ac_word... " >&6; } 1.4827 +if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : 1.4828 + $as_echo_n "(cached) " >&6 1.4829 +else 1.4830 + if test -n "$ac_ct_OBJDUMP"; then 1.4831 + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. 1.4832 +else 1.4833 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4834 +for as_dir in $PATH 1.4835 +do 1.4836 + IFS=$as_save_IFS 1.4837 + test -z "$as_dir" && as_dir=. 1.4838 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4839 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.4840 + ac_cv_prog_ac_ct_OBJDUMP="objdump" 1.4841 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.4842 + break 2 1.4843 + fi 1.4844 +done 1.4845 + done 1.4846 +IFS=$as_save_IFS 1.4847 + 1.4848 +fi 1.4849 +fi 1.4850 +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP 1.4851 +if test -n "$ac_ct_OBJDUMP"; then 1.4852 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 1.4853 +$as_echo "$ac_ct_OBJDUMP" >&6; } 1.4854 +else 1.4855 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.4856 +$as_echo "no" >&6; } 1.4857 +fi 1.4858 + 1.4859 + if test "x$ac_ct_OBJDUMP" = x; then 1.4860 + OBJDUMP="false" 1.4861 + else 1.4862 + case $cross_compiling:$ac_tool_warned in 1.4863 +yes:) 1.4864 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.4865 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.4866 +ac_tool_warned=yes ;; 1.4867 +esac 1.4868 + OBJDUMP=$ac_ct_OBJDUMP 1.4869 + fi 1.4870 +else 1.4871 + OBJDUMP="$ac_cv_prog_OBJDUMP" 1.4872 +fi 1.4873 + 1.4874 +test -z "$OBJDUMP" && OBJDUMP=objdump 1.4875 + 1.4876 + 1.4877 + 1.4878 + 1.4879 + 1.4880 + 1.4881 + 1.4882 + 1.4883 + 1.4884 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 1.4885 +$as_echo_n "checking how to recognize dependent libraries... " >&6; } 1.4886 +if test "${lt_cv_deplibs_check_method+set}" = set; then : 1.4887 + $as_echo_n "(cached) " >&6 1.4888 +else 1.4889 + lt_cv_file_magic_cmd='$MAGIC_CMD' 1.4890 +lt_cv_file_magic_test_file= 1.4891 +lt_cv_deplibs_check_method='unknown' 1.4892 +# Need to set the preceding variable on all platforms that support 1.4893 +# interlibrary dependencies. 1.4894 +# 'none' -- dependencies not supported. 1.4895 +# `unknown' -- same as none, but documents that we really don't know. 1.4896 +# 'pass_all' -- all dependencies passed with no checks. 1.4897 +# 'test_compile' -- check by making test program. 1.4898 +# 'file_magic [[regex]]' -- check by looking for files in library path 1.4899 +# which responds to the $file_magic_cmd with a given extended regex. 1.4900 +# If you have `file' or equivalent on your system and you're not sure 1.4901 +# whether `pass_all' will *always* work, you probably want this one. 1.4902 + 1.4903 +case $host_os in 1.4904 +aix[4-9]*) 1.4905 + lt_cv_deplibs_check_method=pass_all 1.4906 + ;; 1.4907 + 1.4908 +beos*) 1.4909 + lt_cv_deplibs_check_method=pass_all 1.4910 + ;; 1.4911 + 1.4912 +bsdi[45]*) 1.4913 + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' 1.4914 + lt_cv_file_magic_cmd='/usr/bin/file -L' 1.4915 + lt_cv_file_magic_test_file=/shlib/libc.so 1.4916 + ;; 1.4917 + 1.4918 +cygwin*) 1.4919 + # func_win32_libid is a shell function defined in ltmain.sh 1.4920 + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' 1.4921 + lt_cv_file_magic_cmd='func_win32_libid' 1.4922 + ;; 1.4923 + 1.4924 +mingw* | pw32*) 1.4925 + # Base MSYS/MinGW do not provide the 'file' command needed by 1.4926 + # func_win32_libid shell function, so use a weaker test based on 'objdump', 1.4927 + # unless we find 'file', for example because we are cross-compiling. 1.4928 + # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. 1.4929 + if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then 1.4930 + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' 1.4931 + lt_cv_file_magic_cmd='func_win32_libid' 1.4932 + else 1.4933 + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' 1.4934 + lt_cv_file_magic_cmd='$OBJDUMP -f' 1.4935 + fi 1.4936 + ;; 1.4937 + 1.4938 +cegcc*) 1.4939 + # use the weaker test based on 'objdump'. See mingw*. 1.4940 + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' 1.4941 + lt_cv_file_magic_cmd='$OBJDUMP -f' 1.4942 + ;; 1.4943 + 1.4944 +darwin* | rhapsody*) 1.4945 + lt_cv_deplibs_check_method=pass_all 1.4946 + ;; 1.4947 + 1.4948 +freebsd* | dragonfly*) 1.4949 + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then 1.4950 + case $host_cpu in 1.4951 + i*86 ) 1.4952 + # Not sure whether the presence of OpenBSD here was a mistake. 1.4953 + # Let's accept both of them until this is cleared up. 1.4954 + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' 1.4955 + lt_cv_file_magic_cmd=/usr/bin/file 1.4956 + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 1.4957 + ;; 1.4958 + esac 1.4959 + else 1.4960 + lt_cv_deplibs_check_method=pass_all 1.4961 + fi 1.4962 + ;; 1.4963 + 1.4964 +gnu*) 1.4965 + lt_cv_deplibs_check_method=pass_all 1.4966 + ;; 1.4967 + 1.4968 +haiku*) 1.4969 + lt_cv_deplibs_check_method=pass_all 1.4970 + ;; 1.4971 + 1.4972 +hpux10.20* | hpux11*) 1.4973 + lt_cv_file_magic_cmd=/usr/bin/file 1.4974 + case $host_cpu in 1.4975 + ia64*) 1.4976 + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 1.4977 + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 1.4978 + ;; 1.4979 + hppa*64*) 1.4980 + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' 1.4981 + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl 1.4982 + ;; 1.4983 + *) 1.4984 + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' 1.4985 + lt_cv_file_magic_test_file=/usr/lib/libc.sl 1.4986 + ;; 1.4987 + esac 1.4988 + ;; 1.4989 + 1.4990 +interix[3-9]*) 1.4991 + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here 1.4992 + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' 1.4993 + ;; 1.4994 + 1.4995 +irix5* | irix6* | nonstopux*) 1.4996 + case $LD in 1.4997 + *-32|*"-32 ") libmagic=32-bit;; 1.4998 + *-n32|*"-n32 ") libmagic=N32;; 1.4999 + *-64|*"-64 ") libmagic=64-bit;; 1.5000 + *) libmagic=never-match;; 1.5001 + esac 1.5002 + lt_cv_deplibs_check_method=pass_all 1.5003 + ;; 1.5004 + 1.5005 +# This must be Linux ELF. 1.5006 +linux* | k*bsd*-gnu | kopensolaris*-gnu) 1.5007 + lt_cv_deplibs_check_method=pass_all 1.5008 + ;; 1.5009 + 1.5010 +netbsd*) 1.5011 + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then 1.5012 + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' 1.5013 + else 1.5014 + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' 1.5015 + fi 1.5016 + ;; 1.5017 + 1.5018 +newos6*) 1.5019 + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' 1.5020 + lt_cv_file_magic_cmd=/usr/bin/file 1.5021 + lt_cv_file_magic_test_file=/usr/lib/libnls.so 1.5022 + ;; 1.5023 + 1.5024 +*nto* | *qnx*) 1.5025 + lt_cv_deplibs_check_method=pass_all 1.5026 + ;; 1.5027 + 1.5028 +openbsd*) 1.5029 + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 1.5030 + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' 1.5031 + else 1.5032 + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' 1.5033 + fi 1.5034 + ;; 1.5035 + 1.5036 +osf3* | osf4* | osf5*) 1.5037 + lt_cv_deplibs_check_method=pass_all 1.5038 + ;; 1.5039 + 1.5040 +rdos*) 1.5041 + lt_cv_deplibs_check_method=pass_all 1.5042 + ;; 1.5043 + 1.5044 +solaris*) 1.5045 + lt_cv_deplibs_check_method=pass_all 1.5046 + ;; 1.5047 + 1.5048 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) 1.5049 + lt_cv_deplibs_check_method=pass_all 1.5050 + ;; 1.5051 + 1.5052 +sysv4 | sysv4.3*) 1.5053 + case $host_vendor in 1.5054 + motorola) 1.5055 + 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.5056 + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 1.5057 + ;; 1.5058 + ncr) 1.5059 + lt_cv_deplibs_check_method=pass_all 1.5060 + ;; 1.5061 + sequent) 1.5062 + lt_cv_file_magic_cmd='/bin/file' 1.5063 + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' 1.5064 + ;; 1.5065 + sni) 1.5066 + lt_cv_file_magic_cmd='/bin/file' 1.5067 + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" 1.5068 + lt_cv_file_magic_test_file=/lib/libc.so 1.5069 + ;; 1.5070 + siemens) 1.5071 + lt_cv_deplibs_check_method=pass_all 1.5072 + ;; 1.5073 + pc) 1.5074 + lt_cv_deplibs_check_method=pass_all 1.5075 + ;; 1.5076 + esac 1.5077 + ;; 1.5078 + 1.5079 +tpf*) 1.5080 + lt_cv_deplibs_check_method=pass_all 1.5081 + ;; 1.5082 +esac 1.5083 + 1.5084 +fi 1.5085 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 1.5086 +$as_echo "$lt_cv_deplibs_check_method" >&6; } 1.5087 +file_magic_cmd=$lt_cv_file_magic_cmd 1.5088 +deplibs_check_method=$lt_cv_deplibs_check_method 1.5089 +test -z "$deplibs_check_method" && deplibs_check_method=unknown 1.5090 + 1.5091 + 1.5092 + 1.5093 + 1.5094 + 1.5095 + 1.5096 + 1.5097 + 1.5098 + 1.5099 + 1.5100 + 1.5101 + 1.5102 +if test -n "$ac_tool_prefix"; then 1.5103 + # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. 1.5104 +set dummy ${ac_tool_prefix}dlltool; ac_word=$2 1.5105 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.5106 +$as_echo_n "checking for $ac_word... " >&6; } 1.5107 +if test "${ac_cv_prog_DLLTOOL+set}" = set; then : 1.5108 + $as_echo_n "(cached) " >&6 1.5109 +else 1.5110 + if test -n "$DLLTOOL"; then 1.5111 + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. 1.5112 +else 1.5113 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5114 +for as_dir in $PATH 1.5115 +do 1.5116 + IFS=$as_save_IFS 1.5117 + test -z "$as_dir" && as_dir=. 1.5118 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5119 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.5120 + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" 1.5121 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.5122 + break 2 1.5123 + fi 1.5124 +done 1.5125 + done 1.5126 +IFS=$as_save_IFS 1.5127 + 1.5128 +fi 1.5129 +fi 1.5130 +DLLTOOL=$ac_cv_prog_DLLTOOL 1.5131 +if test -n "$DLLTOOL"; then 1.5132 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 1.5133 +$as_echo "$DLLTOOL" >&6; } 1.5134 +else 1.5135 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.5136 +$as_echo "no" >&6; } 1.5137 +fi 1.5138 + 1.5139 + 1.5140 +fi 1.5141 +if test -z "$ac_cv_prog_DLLTOOL"; then 1.5142 + ac_ct_DLLTOOL=$DLLTOOL 1.5143 + # Extract the first word of "dlltool", so it can be a program name with args. 1.5144 +set dummy dlltool; ac_word=$2 1.5145 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.5146 +$as_echo_n "checking for $ac_word... " >&6; } 1.5147 +if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then : 1.5148 + $as_echo_n "(cached) " >&6 1.5149 +else 1.5150 + if test -n "$ac_ct_DLLTOOL"; then 1.5151 + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. 1.5152 +else 1.5153 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5154 +for as_dir in $PATH 1.5155 +do 1.5156 + IFS=$as_save_IFS 1.5157 + test -z "$as_dir" && as_dir=. 1.5158 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5159 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.5160 + ac_cv_prog_ac_ct_DLLTOOL="dlltool" 1.5161 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.5162 + break 2 1.5163 + fi 1.5164 +done 1.5165 + done 1.5166 +IFS=$as_save_IFS 1.5167 + 1.5168 +fi 1.5169 +fi 1.5170 +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL 1.5171 +if test -n "$ac_ct_DLLTOOL"; then 1.5172 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 1.5173 +$as_echo "$ac_ct_DLLTOOL" >&6; } 1.5174 +else 1.5175 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.5176 +$as_echo "no" >&6; } 1.5177 +fi 1.5178 + 1.5179 + if test "x$ac_ct_DLLTOOL" = x; then 1.5180 + DLLTOOL="false" 1.5181 + else 1.5182 + case $cross_compiling:$ac_tool_warned in 1.5183 +yes:) 1.5184 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.5185 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.5186 +ac_tool_warned=yes ;; 1.5187 +esac 1.5188 + DLLTOOL=$ac_ct_DLLTOOL 1.5189 + fi 1.5190 +else 1.5191 + DLLTOOL="$ac_cv_prog_DLLTOOL" 1.5192 +fi 1.5193 + 1.5194 +test -z "$DLLTOOL" && DLLTOOL=dlltool 1.5195 + 1.5196 + 1.5197 + 1.5198 + 1.5199 + 1.5200 + 1.5201 + 1.5202 + 1.5203 + 1.5204 + 1.5205 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 1.5206 +$as_echo_n "checking how to associate runtime and link libraries... " >&6; } 1.5207 +if test "${lt_cv_sharedlib_from_linklib_cmd+set}" = set; then : 1.5208 + $as_echo_n "(cached) " >&6 1.5209 +else 1.5210 + lt_cv_sharedlib_from_linklib_cmd='unknown' 1.5211 + 1.5212 +case $host_os in 1.5213 +cygwin* | mingw* | pw32* | cegcc*) 1.5214 + # two different shell functions defined in ltmain.sh 1.5215 + # decide which to use based on capabilities of $DLLTOOL 1.5216 + case `$DLLTOOL --help 2>&1` in 1.5217 + *--identify-strict*) 1.5218 + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib 1.5219 + ;; 1.5220 + *) 1.5221 + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback 1.5222 + ;; 1.5223 + esac 1.5224 + ;; 1.5225 +*) 1.5226 + # fallback: assume linklib IS sharedlib 1.5227 + lt_cv_sharedlib_from_linklib_cmd="$ECHO" 1.5228 + ;; 1.5229 +esac 1.5230 + 1.5231 +fi 1.5232 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 1.5233 +$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } 1.5234 +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd 1.5235 +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO 1.5236 + 1.5237 + 1.5238 + 1.5239 + 1.5240 + 1.5241 + 1.5242 + 1.5243 +if test -n "$ac_tool_prefix"; then 1.5244 + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 1.5245 +set dummy ${ac_tool_prefix}ar; ac_word=$2 1.5246 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.5247 +$as_echo_n "checking for $ac_word... " >&6; } 1.5248 +if test "${ac_cv_prog_AR+set}" = set; then : 1.5249 + $as_echo_n "(cached) " >&6 1.5250 +else 1.5251 + if test -n "$AR"; then 1.5252 + ac_cv_prog_AR="$AR" # Let the user override the test. 1.5253 +else 1.5254 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5255 +for as_dir in $PATH 1.5256 +do 1.5257 + IFS=$as_save_IFS 1.5258 + test -z "$as_dir" && as_dir=. 1.5259 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5260 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.5261 + ac_cv_prog_AR="${ac_tool_prefix}ar" 1.5262 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.5263 + break 2 1.5264 + fi 1.5265 +done 1.5266 + done 1.5267 +IFS=$as_save_IFS 1.5268 + 1.5269 +fi 1.5270 +fi 1.5271 +AR=$ac_cv_prog_AR 1.5272 +if test -n "$AR"; then 1.5273 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 1.5274 +$as_echo "$AR" >&6; } 1.5275 +else 1.5276 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.5277 +$as_echo "no" >&6; } 1.5278 +fi 1.5279 + 1.5280 + 1.5281 +fi 1.5282 +if test -z "$ac_cv_prog_AR"; then 1.5283 + ac_ct_AR=$AR 1.5284 + # Extract the first word of "ar", so it can be a program name with args. 1.5285 +set dummy ar; ac_word=$2 1.5286 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.5287 +$as_echo_n "checking for $ac_word... " >&6; } 1.5288 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : 1.5289 + $as_echo_n "(cached) " >&6 1.5290 +else 1.5291 + if test -n "$ac_ct_AR"; then 1.5292 + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 1.5293 +else 1.5294 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5295 +for as_dir in $PATH 1.5296 +do 1.5297 + IFS=$as_save_IFS 1.5298 + test -z "$as_dir" && as_dir=. 1.5299 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5300 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.5301 + ac_cv_prog_ac_ct_AR="ar" 1.5302 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.5303 + break 2 1.5304 + fi 1.5305 +done 1.5306 + done 1.5307 +IFS=$as_save_IFS 1.5308 + 1.5309 +fi 1.5310 +fi 1.5311 +ac_ct_AR=$ac_cv_prog_ac_ct_AR 1.5312 +if test -n "$ac_ct_AR"; then 1.5313 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 1.5314 +$as_echo "$ac_ct_AR" >&6; } 1.5315 +else 1.5316 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.5317 +$as_echo "no" >&6; } 1.5318 +fi 1.5319 + 1.5320 + if test "x$ac_ct_AR" = x; then 1.5321 + AR="false" 1.5322 + else 1.5323 + case $cross_compiling:$ac_tool_warned in 1.5324 +yes:) 1.5325 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.5326 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.5327 +ac_tool_warned=yes ;; 1.5328 +esac 1.5329 + AR=$ac_ct_AR 1.5330 + fi 1.5331 +else 1.5332 + AR="$ac_cv_prog_AR" 1.5333 +fi 1.5334 + 1.5335 +test -z "$AR" && AR=ar 1.5336 +test -z "$AR_FLAGS" && AR_FLAGS=cru 1.5337 + 1.5338 + 1.5339 + 1.5340 + 1.5341 + 1.5342 + 1.5343 + 1.5344 + 1.5345 + 1.5346 + 1.5347 + 1.5348 +if test -n "$ac_tool_prefix"; then 1.5349 + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 1.5350 +set dummy ${ac_tool_prefix}strip; ac_word=$2 1.5351 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.5352 +$as_echo_n "checking for $ac_word... " >&6; } 1.5353 +if test "${ac_cv_prog_STRIP+set}" = set; then : 1.5354 + $as_echo_n "(cached) " >&6 1.5355 +else 1.5356 + if test -n "$STRIP"; then 1.5357 + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1.5358 +else 1.5359 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5360 +for as_dir in $PATH 1.5361 +do 1.5362 + IFS=$as_save_IFS 1.5363 + test -z "$as_dir" && as_dir=. 1.5364 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5365 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.5366 + ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1.5367 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.5368 + break 2 1.5369 + fi 1.5370 +done 1.5371 + done 1.5372 +IFS=$as_save_IFS 1.5373 + 1.5374 +fi 1.5375 +fi 1.5376 +STRIP=$ac_cv_prog_STRIP 1.5377 +if test -n "$STRIP"; then 1.5378 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 1.5379 +$as_echo "$STRIP" >&6; } 1.5380 +else 1.5381 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.5382 +$as_echo "no" >&6; } 1.5383 +fi 1.5384 + 1.5385 + 1.5386 +fi 1.5387 +if test -z "$ac_cv_prog_STRIP"; then 1.5388 + ac_ct_STRIP=$STRIP 1.5389 + # Extract the first word of "strip", so it can be a program name with args. 1.5390 +set dummy strip; ac_word=$2 1.5391 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.5392 +$as_echo_n "checking for $ac_word... " >&6; } 1.5393 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 1.5394 + $as_echo_n "(cached) " >&6 1.5395 +else 1.5396 + if test -n "$ac_ct_STRIP"; then 1.5397 + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 1.5398 +else 1.5399 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5400 +for as_dir in $PATH 1.5401 +do 1.5402 + IFS=$as_save_IFS 1.5403 + test -z "$as_dir" && as_dir=. 1.5404 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5405 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.5406 + ac_cv_prog_ac_ct_STRIP="strip" 1.5407 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.5408 + break 2 1.5409 + fi 1.5410 +done 1.5411 + done 1.5412 +IFS=$as_save_IFS 1.5413 + 1.5414 +fi 1.5415 +fi 1.5416 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 1.5417 +if test -n "$ac_ct_STRIP"; then 1.5418 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 1.5419 +$as_echo "$ac_ct_STRIP" >&6; } 1.5420 +else 1.5421 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.5422 +$as_echo "no" >&6; } 1.5423 +fi 1.5424 + 1.5425 + if test "x$ac_ct_STRIP" = x; then 1.5426 + STRIP=":" 1.5427 + else 1.5428 + case $cross_compiling:$ac_tool_warned in 1.5429 +yes:) 1.5430 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.5431 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.5432 +ac_tool_warned=yes ;; 1.5433 +esac 1.5434 + STRIP=$ac_ct_STRIP 1.5435 + fi 1.5436 +else 1.5437 + STRIP="$ac_cv_prog_STRIP" 1.5438 +fi 1.5439 + 1.5440 +test -z "$STRIP" && STRIP=: 1.5441 + 1.5442 + 1.5443 + 1.5444 + 1.5445 + 1.5446 + 1.5447 +if test -n "$ac_tool_prefix"; then 1.5448 + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 1.5449 +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1.5450 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.5451 +$as_echo_n "checking for $ac_word... " >&6; } 1.5452 +if test "${ac_cv_prog_RANLIB+set}" = set; then : 1.5453 + $as_echo_n "(cached) " >&6 1.5454 +else 1.5455 + if test -n "$RANLIB"; then 1.5456 + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1.5457 +else 1.5458 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5459 +for as_dir in $PATH 1.5460 +do 1.5461 + IFS=$as_save_IFS 1.5462 + test -z "$as_dir" && as_dir=. 1.5463 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5464 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.5465 + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 1.5466 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.5467 + break 2 1.5468 + fi 1.5469 +done 1.5470 + done 1.5471 +IFS=$as_save_IFS 1.5472 + 1.5473 +fi 1.5474 +fi 1.5475 +RANLIB=$ac_cv_prog_RANLIB 1.5476 +if test -n "$RANLIB"; then 1.5477 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 1.5478 +$as_echo "$RANLIB" >&6; } 1.5479 +else 1.5480 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.5481 +$as_echo "no" >&6; } 1.5482 +fi 1.5483 + 1.5484 + 1.5485 +fi 1.5486 +if test -z "$ac_cv_prog_RANLIB"; then 1.5487 + ac_ct_RANLIB=$RANLIB 1.5488 + # Extract the first word of "ranlib", so it can be a program name with args. 1.5489 +set dummy ranlib; ac_word=$2 1.5490 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.5491 +$as_echo_n "checking for $ac_word... " >&6; } 1.5492 +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 1.5493 + $as_echo_n "(cached) " >&6 1.5494 +else 1.5495 + if test -n "$ac_ct_RANLIB"; then 1.5496 + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 1.5497 +else 1.5498 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5499 +for as_dir in $PATH 1.5500 +do 1.5501 + IFS=$as_save_IFS 1.5502 + test -z "$as_dir" && as_dir=. 1.5503 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5504 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.5505 + ac_cv_prog_ac_ct_RANLIB="ranlib" 1.5506 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.5507 + break 2 1.5508 + fi 1.5509 +done 1.5510 + done 1.5511 +IFS=$as_save_IFS 1.5512 + 1.5513 +fi 1.5514 +fi 1.5515 +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 1.5516 +if test -n "$ac_ct_RANLIB"; then 1.5517 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 1.5518 +$as_echo "$ac_ct_RANLIB" >&6; } 1.5519 +else 1.5520 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.5521 +$as_echo "no" >&6; } 1.5522 +fi 1.5523 + 1.5524 + if test "x$ac_ct_RANLIB" = x; then 1.5525 + RANLIB=":" 1.5526 + else 1.5527 + case $cross_compiling:$ac_tool_warned in 1.5528 +yes:) 1.5529 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.5530 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.5531 +ac_tool_warned=yes ;; 1.5532 +esac 1.5533 + RANLIB=$ac_ct_RANLIB 1.5534 + fi 1.5535 +else 1.5536 + RANLIB="$ac_cv_prog_RANLIB" 1.5537 +fi 1.5538 + 1.5539 +test -z "$RANLIB" && RANLIB=: 1.5540 + 1.5541 + 1.5542 + 1.5543 + 1.5544 + 1.5545 + 1.5546 +# Determine commands to create old-style static archives. 1.5547 +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' 1.5548 +old_postinstall_cmds='chmod 644 $oldlib' 1.5549 +old_postuninstall_cmds= 1.5550 + 1.5551 +if test -n "$RANLIB"; then 1.5552 + case $host_os in 1.5553 + openbsd*) 1.5554 + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" 1.5555 + ;; 1.5556 + *) 1.5557 + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" 1.5558 + ;; 1.5559 + esac 1.5560 + old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" 1.5561 +fi 1.5562 + 1.5563 +case $host_os in 1.5564 + darwin*) 1.5565 + lock_old_archive_extraction=yes ;; 1.5566 + *) 1.5567 + lock_old_archive_extraction=no ;; 1.5568 +esac 1.5569 + 1.5570 + 1.5571 + 1.5572 + 1.5573 + 1.5574 + 1.5575 + 1.5576 + 1.5577 + 1.5578 + 1.5579 + 1.5580 + 1.5581 + 1.5582 + 1.5583 + 1.5584 + 1.5585 + 1.5586 + 1.5587 + 1.5588 + 1.5589 + 1.5590 + 1.5591 + 1.5592 + 1.5593 + 1.5594 + 1.5595 + 1.5596 + 1.5597 + 1.5598 + 1.5599 + 1.5600 + 1.5601 + 1.5602 + 1.5603 + 1.5604 + 1.5605 + 1.5606 + 1.5607 + 1.5608 +# If no C compiler was specified, use CC. 1.5609 +LTCC=${LTCC-"$CC"} 1.5610 + 1.5611 +# If no C compiler flags were specified, use CFLAGS. 1.5612 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} 1.5613 + 1.5614 +# Allow CC to be a program name with arguments. 1.5615 +compiler=$CC 1.5616 + 1.5617 + 1.5618 +# Check for command to grab the raw symbol name followed by C symbol from nm. 1.5619 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 1.5620 +$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } 1.5621 +if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : 1.5622 + $as_echo_n "(cached) " >&6 1.5623 +else 1.5624 + 1.5625 +# These are sane defaults that work on at least a few old systems. 1.5626 +# [They come from Ultrix. What could be older than Ultrix?!! ;)] 1.5627 + 1.5628 +# Character class describing NM global symbol codes. 1.5629 +symcode='[BCDEGRST]' 1.5630 + 1.5631 +# Regexp to match symbols that can be accessed directly from C. 1.5632 +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' 1.5633 + 1.5634 +# Define system-specific variables. 1.5635 +case $host_os in 1.5636 +aix*) 1.5637 + symcode='[BCDT]' 1.5638 + ;; 1.5639 +cygwin* | mingw* | pw32* | cegcc*) 1.5640 + symcode='[ABCDGISTW]' 1.5641 + ;; 1.5642 +hpux*) 1.5643 + if test "$host_cpu" = ia64; then 1.5644 + symcode='[ABCDEGRST]' 1.5645 + fi 1.5646 + ;; 1.5647 +irix* | nonstopux*) 1.5648 + symcode='[BCDEGRST]' 1.5649 + ;; 1.5650 +osf*) 1.5651 + symcode='[BCDEGQRST]' 1.5652 + ;; 1.5653 +solaris*) 1.5654 + symcode='[BDRT]' 1.5655 + ;; 1.5656 +sco3.2v5*) 1.5657 + symcode='[DT]' 1.5658 + ;; 1.5659 +sysv4.2uw2*) 1.5660 + symcode='[DT]' 1.5661 + ;; 1.5662 +sysv5* | sco5v6* | unixware* | OpenUNIX*) 1.5663 + symcode='[ABDT]' 1.5664 + ;; 1.5665 +sysv4) 1.5666 + symcode='[DFNSTU]' 1.5667 + ;; 1.5668 +esac 1.5669 + 1.5670 +# If we're using GNU nm, then use its standard symbol codes. 1.5671 +case `$NM -V 2>&1` in 1.5672 +*GNU* | *'with BFD'*) 1.5673 + symcode='[ABCDGIRSTW]' ;; 1.5674 +esac 1.5675 + 1.5676 +# Transform an extracted symbol line into a proper C declaration. 1.5677 +# Some systems (esp. on ia64) link data and code symbols differently, 1.5678 +# so use this general approach. 1.5679 +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 1.5680 + 1.5681 +# Transform an extracted symbol line into symbol name and symbol address 1.5682 +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" 1.5683 +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" 1.5684 + 1.5685 +# Handle CRLF in mingw tool chain 1.5686 +opt_cr= 1.5687 +case $build_os in 1.5688 +mingw*) 1.5689 + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp 1.5690 + ;; 1.5691 +esac 1.5692 + 1.5693 +# Try without a prefix underscore, then with it. 1.5694 +for ac_symprfx in "" "_"; do 1.5695 + 1.5696 + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. 1.5697 + symxfrm="\\1 $ac_symprfx\\2 \\2" 1.5698 + 1.5699 + # Write the raw and C identifiers. 1.5700 + if test "$lt_cv_nm_interface" = "MS dumpbin"; then 1.5701 + # Fake it for dumpbin and say T for any non-static function 1.5702 + # and D for any global variable. 1.5703 + # Also find C++ and __fastcall symbols from MSVC++, 1.5704 + # which start with @ or ?. 1.5705 + lt_cv_sys_global_symbol_pipe="$AWK '"\ 1.5706 +" {last_section=section; section=\$ 3};"\ 1.5707 +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ 1.5708 +" \$ 0!~/External *\|/{next};"\ 1.5709 +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ 1.5710 +" {if(hide[section]) next};"\ 1.5711 +" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ 1.5712 +" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ 1.5713 +" s[1]~/^[@?]/{print s[1], s[1]; next};"\ 1.5714 +" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ 1.5715 +" ' prfx=^$ac_symprfx" 1.5716 + else 1.5717 + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" 1.5718 + fi 1.5719 + 1.5720 + # Check to see that the pipe works correctly. 1.5721 + pipe_works=no 1.5722 + 1.5723 + rm -f conftest* 1.5724 + cat > conftest.$ac_ext <<_LT_EOF 1.5725 +#ifdef __cplusplus 1.5726 +extern "C" { 1.5727 +#endif 1.5728 +char nm_test_var; 1.5729 +void nm_test_func(void); 1.5730 +void nm_test_func(void){} 1.5731 +#ifdef __cplusplus 1.5732 +} 1.5733 +#endif 1.5734 +int main(){nm_test_var='a';nm_test_func();return(0);} 1.5735 +_LT_EOF 1.5736 + 1.5737 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 1.5738 + (eval $ac_compile) 2>&5 1.5739 + ac_status=$? 1.5740 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.5741 + test $ac_status = 0; }; then 1.5742 + # Now try to grab the symbols. 1.5743 + nlist=conftest.nm 1.5744 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 1.5745 + (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 1.5746 + ac_status=$? 1.5747 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.5748 + test $ac_status = 0; } && test -s "$nlist"; then 1.5749 + # Try sorting and uniquifying the output. 1.5750 + if sort "$nlist" | uniq > "$nlist"T; then 1.5751 + mv -f "$nlist"T "$nlist" 1.5752 + else 1.5753 + rm -f "$nlist"T 1.5754 + fi 1.5755 + 1.5756 + # Make sure that we snagged all the symbols we need. 1.5757 + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then 1.5758 + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then 1.5759 + cat <<_LT_EOF > conftest.$ac_ext 1.5760 +#ifdef __cplusplus 1.5761 +extern "C" { 1.5762 +#endif 1.5763 + 1.5764 +_LT_EOF 1.5765 + # Now generate the symbol file. 1.5766 + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' 1.5767 + 1.5768 + cat <<_LT_EOF >> conftest.$ac_ext 1.5769 + 1.5770 +/* The mapping between symbol names and symbols. */ 1.5771 +const struct { 1.5772 + const char *name; 1.5773 + void *address; 1.5774 +} 1.5775 +lt__PROGRAM__LTX_preloaded_symbols[] = 1.5776 +{ 1.5777 + { "@PROGRAM@", (void *) 0 }, 1.5778 +_LT_EOF 1.5779 + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext 1.5780 + cat <<\_LT_EOF >> conftest.$ac_ext 1.5781 + {0, (void *) 0} 1.5782 +}; 1.5783 + 1.5784 +/* This works around a problem in FreeBSD linker */ 1.5785 +#ifdef FREEBSD_WORKAROUND 1.5786 +static const void *lt_preloaded_setup() { 1.5787 + return lt__PROGRAM__LTX_preloaded_symbols; 1.5788 +} 1.5789 +#endif 1.5790 + 1.5791 +#ifdef __cplusplus 1.5792 +} 1.5793 +#endif 1.5794 +_LT_EOF 1.5795 + # Now try linking the two files. 1.5796 + mv conftest.$ac_objext conftstm.$ac_objext 1.5797 + lt_save_LIBS="$LIBS" 1.5798 + lt_save_CFLAGS="$CFLAGS" 1.5799 + LIBS="conftstm.$ac_objext" 1.5800 + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" 1.5801 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 1.5802 + (eval $ac_link) 2>&5 1.5803 + ac_status=$? 1.5804 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.5805 + test $ac_status = 0; } && test -s conftest${ac_exeext}; then 1.5806 + pipe_works=yes 1.5807 + fi 1.5808 + LIBS="$lt_save_LIBS" 1.5809 + CFLAGS="$lt_save_CFLAGS" 1.5810 + else 1.5811 + echo "cannot find nm_test_func in $nlist" >&5 1.5812 + fi 1.5813 + else 1.5814 + echo "cannot find nm_test_var in $nlist" >&5 1.5815 + fi 1.5816 + else 1.5817 + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 1.5818 + fi 1.5819 + else 1.5820 + echo "$progname: failed program was:" >&5 1.5821 + cat conftest.$ac_ext >&5 1.5822 + fi 1.5823 + rm -rf conftest* conftst* 1.5824 + 1.5825 + # Do not use the global_symbol_pipe unless it works. 1.5826 + if test "$pipe_works" = yes; then 1.5827 + break 1.5828 + else 1.5829 + lt_cv_sys_global_symbol_pipe= 1.5830 + fi 1.5831 +done 1.5832 + 1.5833 +fi 1.5834 + 1.5835 +if test -z "$lt_cv_sys_global_symbol_pipe"; then 1.5836 + lt_cv_sys_global_symbol_to_cdecl= 1.5837 +fi 1.5838 +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then 1.5839 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 1.5840 +$as_echo "failed" >&6; } 1.5841 +else 1.5842 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 1.5843 +$as_echo "ok" >&6; } 1.5844 +fi 1.5845 + 1.5846 + 1.5847 + 1.5848 + 1.5849 + 1.5850 + 1.5851 + 1.5852 + 1.5853 + 1.5854 + 1.5855 + 1.5856 + 1.5857 + 1.5858 + 1.5859 + 1.5860 + 1.5861 + 1.5862 + 1.5863 + 1.5864 + 1.5865 + 1.5866 + 1.5867 + 1.5868 +# Check whether --enable-libtool-lock was given. 1.5869 +if test "${enable_libtool_lock+set}" = set; then : 1.5870 + enableval=$enable_libtool_lock; 1.5871 +fi 1.5872 + 1.5873 +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 1.5874 + 1.5875 +# Some flags need to be propagated to the compiler or linker for good 1.5876 +# libtool support. 1.5877 +case $host in 1.5878 +ia64-*-hpux*) 1.5879 + # Find out which ABI we are using. 1.5880 + echo 'int i;' > conftest.$ac_ext 1.5881 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 1.5882 + (eval $ac_compile) 2>&5 1.5883 + ac_status=$? 1.5884 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.5885 + test $ac_status = 0; }; then 1.5886 + case `/usr/bin/file conftest.$ac_objext` in 1.5887 + *ELF-32*) 1.5888 + HPUX_IA64_MODE="32" 1.5889 + ;; 1.5890 + *ELF-64*) 1.5891 + HPUX_IA64_MODE="64" 1.5892 + ;; 1.5893 + esac 1.5894 + fi 1.5895 + rm -rf conftest* 1.5896 + ;; 1.5897 +*-*-irix6*) 1.5898 + # Find out which ABI we are using. 1.5899 + echo '#line '$LINENO' "configure"' > conftest.$ac_ext 1.5900 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 1.5901 + (eval $ac_compile) 2>&5 1.5902 + ac_status=$? 1.5903 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.5904 + test $ac_status = 0; }; then 1.5905 + if test "$lt_cv_prog_gnu_ld" = yes; then 1.5906 + case `/usr/bin/file conftest.$ac_objext` in 1.5907 + *32-bit*) 1.5908 + LD="${LD-ld} -melf32bsmip" 1.5909 + ;; 1.5910 + *N32*) 1.5911 + LD="${LD-ld} -melf32bmipn32" 1.5912 + ;; 1.5913 + *64-bit*) 1.5914 + LD="${LD-ld} -melf64bmip" 1.5915 + ;; 1.5916 + esac 1.5917 + else 1.5918 + case `/usr/bin/file conftest.$ac_objext` in 1.5919 + *32-bit*) 1.5920 + LD="${LD-ld} -32" 1.5921 + ;; 1.5922 + *N32*) 1.5923 + LD="${LD-ld} -n32" 1.5924 + ;; 1.5925 + *64-bit*) 1.5926 + LD="${LD-ld} -64" 1.5927 + ;; 1.5928 + esac 1.5929 + fi 1.5930 + fi 1.5931 + rm -rf conftest* 1.5932 + ;; 1.5933 + 1.5934 +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ 1.5935 +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) 1.5936 + # Find out which ABI we are using. 1.5937 + echo 'int i;' > conftest.$ac_ext 1.5938 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 1.5939 + (eval $ac_compile) 2>&5 1.5940 + ac_status=$? 1.5941 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.5942 + test $ac_status = 0; }; then 1.5943 + case `/usr/bin/file conftest.o` in 1.5944 + *32-bit*) 1.5945 + case $host in 1.5946 + x86_64-*kfreebsd*-gnu) 1.5947 + LD="${LD-ld} -m elf_i386_fbsd" 1.5948 + ;; 1.5949 + x86_64-*linux*) 1.5950 + LD="${LD-ld} -m elf_i386" 1.5951 + ;; 1.5952 + ppc64-*linux*|powerpc64-*linux*) 1.5953 + LD="${LD-ld} -m elf32ppclinux" 1.5954 + ;; 1.5955 + s390x-*linux*) 1.5956 + LD="${LD-ld} -m elf_s390" 1.5957 + ;; 1.5958 + sparc64-*linux*) 1.5959 + LD="${LD-ld} -m elf32_sparc" 1.5960 + ;; 1.5961 + esac 1.5962 + ;; 1.5963 + *64-bit*) 1.5964 + case $host in 1.5965 + x86_64-*kfreebsd*-gnu) 1.5966 + LD="${LD-ld} -m elf_x86_64_fbsd" 1.5967 + ;; 1.5968 + x86_64-*linux*) 1.5969 + LD="${LD-ld} -m elf_x86_64" 1.5970 + ;; 1.5971 + ppc*-*linux*|powerpc*-*linux*) 1.5972 + LD="${LD-ld} -m elf64ppc" 1.5973 + ;; 1.5974 + s390*-*linux*|s390*-*tpf*) 1.5975 + LD="${LD-ld} -m elf64_s390" 1.5976 + ;; 1.5977 + sparc*-*linux*) 1.5978 + LD="${LD-ld} -m elf64_sparc" 1.5979 + ;; 1.5980 + esac 1.5981 + ;; 1.5982 + esac 1.5983 + fi 1.5984 + rm -rf conftest* 1.5985 + ;; 1.5986 + 1.5987 +*-*-sco3.2v5*) 1.5988 + # On SCO OpenServer 5, we need -belf to get full-featured binaries. 1.5989 + SAVE_CFLAGS="$CFLAGS" 1.5990 + CFLAGS="$CFLAGS -belf" 1.5991 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 1.5992 +$as_echo_n "checking whether the C compiler needs -belf... " >&6; } 1.5993 +if test "${lt_cv_cc_needs_belf+set}" = set; then : 1.5994 + $as_echo_n "(cached) " >&6 1.5995 +else 1.5996 + ac_ext=c 1.5997 +ac_cpp='$CPP $CPPFLAGS' 1.5998 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.5999 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.6000 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.6001 + 1.6002 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.6003 +/* end confdefs.h. */ 1.6004 + 1.6005 +int 1.6006 +main () 1.6007 +{ 1.6008 + 1.6009 + ; 1.6010 + return 0; 1.6011 +} 1.6012 +_ACEOF 1.6013 +if ac_fn_c_try_link "$LINENO"; then : 1.6014 + lt_cv_cc_needs_belf=yes 1.6015 +else 1.6016 + lt_cv_cc_needs_belf=no 1.6017 +fi 1.6018 +rm -f core conftest.err conftest.$ac_objext \ 1.6019 + conftest$ac_exeext conftest.$ac_ext 1.6020 + ac_ext=c 1.6021 +ac_cpp='$CPP $CPPFLAGS' 1.6022 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.6023 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.6024 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.6025 + 1.6026 +fi 1.6027 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 1.6028 +$as_echo "$lt_cv_cc_needs_belf" >&6; } 1.6029 + if test x"$lt_cv_cc_needs_belf" != x"yes"; then 1.6030 + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf 1.6031 + CFLAGS="$SAVE_CFLAGS" 1.6032 + fi 1.6033 + ;; 1.6034 +sparc*-*solaris*) 1.6035 + # Find out which ABI we are using. 1.6036 + echo 'int i;' > conftest.$ac_ext 1.6037 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 1.6038 + (eval $ac_compile) 2>&5 1.6039 + ac_status=$? 1.6040 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.6041 + test $ac_status = 0; }; then 1.6042 + case `/usr/bin/file conftest.o` in 1.6043 + *64-bit*) 1.6044 + case $lt_cv_prog_gnu_ld in 1.6045 + yes*) LD="${LD-ld} -m elf64_sparc" ;; 1.6046 + *) 1.6047 + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then 1.6048 + LD="${LD-ld} -64" 1.6049 + fi 1.6050 + ;; 1.6051 + esac 1.6052 + ;; 1.6053 + esac 1.6054 + fi 1.6055 + rm -rf conftest* 1.6056 + ;; 1.6057 +esac 1.6058 + 1.6059 +need_locks="$enable_libtool_lock" 1.6060 + 1.6061 + 1.6062 + case $host_os in 1.6063 + rhapsody* | darwin*) 1.6064 + if test -n "$ac_tool_prefix"; then 1.6065 + # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. 1.6066 +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 1.6067 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.6068 +$as_echo_n "checking for $ac_word... " >&6; } 1.6069 +if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : 1.6070 + $as_echo_n "(cached) " >&6 1.6071 +else 1.6072 + if test -n "$DSYMUTIL"; then 1.6073 + ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. 1.6074 +else 1.6075 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6076 +for as_dir in $PATH 1.6077 +do 1.6078 + IFS=$as_save_IFS 1.6079 + test -z "$as_dir" && as_dir=. 1.6080 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6081 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.6082 + ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" 1.6083 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6084 + break 2 1.6085 + fi 1.6086 +done 1.6087 + done 1.6088 +IFS=$as_save_IFS 1.6089 + 1.6090 +fi 1.6091 +fi 1.6092 +DSYMUTIL=$ac_cv_prog_DSYMUTIL 1.6093 +if test -n "$DSYMUTIL"; then 1.6094 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 1.6095 +$as_echo "$DSYMUTIL" >&6; } 1.6096 +else 1.6097 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.6098 +$as_echo "no" >&6; } 1.6099 +fi 1.6100 + 1.6101 + 1.6102 +fi 1.6103 +if test -z "$ac_cv_prog_DSYMUTIL"; then 1.6104 + ac_ct_DSYMUTIL=$DSYMUTIL 1.6105 + # Extract the first word of "dsymutil", so it can be a program name with args. 1.6106 +set dummy dsymutil; ac_word=$2 1.6107 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.6108 +$as_echo_n "checking for $ac_word... " >&6; } 1.6109 +if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : 1.6110 + $as_echo_n "(cached) " >&6 1.6111 +else 1.6112 + if test -n "$ac_ct_DSYMUTIL"; then 1.6113 + ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. 1.6114 +else 1.6115 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6116 +for as_dir in $PATH 1.6117 +do 1.6118 + IFS=$as_save_IFS 1.6119 + test -z "$as_dir" && as_dir=. 1.6120 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6121 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.6122 + ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" 1.6123 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6124 + break 2 1.6125 + fi 1.6126 +done 1.6127 + done 1.6128 +IFS=$as_save_IFS 1.6129 + 1.6130 +fi 1.6131 +fi 1.6132 +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL 1.6133 +if test -n "$ac_ct_DSYMUTIL"; then 1.6134 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 1.6135 +$as_echo "$ac_ct_DSYMUTIL" >&6; } 1.6136 +else 1.6137 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.6138 +$as_echo "no" >&6; } 1.6139 +fi 1.6140 + 1.6141 + if test "x$ac_ct_DSYMUTIL" = x; then 1.6142 + DSYMUTIL=":" 1.6143 + else 1.6144 + case $cross_compiling:$ac_tool_warned in 1.6145 +yes:) 1.6146 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.6147 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.6148 +ac_tool_warned=yes ;; 1.6149 +esac 1.6150 + DSYMUTIL=$ac_ct_DSYMUTIL 1.6151 + fi 1.6152 +else 1.6153 + DSYMUTIL="$ac_cv_prog_DSYMUTIL" 1.6154 +fi 1.6155 + 1.6156 + if test -n "$ac_tool_prefix"; then 1.6157 + # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. 1.6158 +set dummy ${ac_tool_prefix}nmedit; ac_word=$2 1.6159 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.6160 +$as_echo_n "checking for $ac_word... " >&6; } 1.6161 +if test "${ac_cv_prog_NMEDIT+set}" = set; then : 1.6162 + $as_echo_n "(cached) " >&6 1.6163 +else 1.6164 + if test -n "$NMEDIT"; then 1.6165 + ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. 1.6166 +else 1.6167 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6168 +for as_dir in $PATH 1.6169 +do 1.6170 + IFS=$as_save_IFS 1.6171 + test -z "$as_dir" && as_dir=. 1.6172 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6173 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.6174 + ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" 1.6175 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6176 + break 2 1.6177 + fi 1.6178 +done 1.6179 + done 1.6180 +IFS=$as_save_IFS 1.6181 + 1.6182 +fi 1.6183 +fi 1.6184 +NMEDIT=$ac_cv_prog_NMEDIT 1.6185 +if test -n "$NMEDIT"; then 1.6186 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 1.6187 +$as_echo "$NMEDIT" >&6; } 1.6188 +else 1.6189 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.6190 +$as_echo "no" >&6; } 1.6191 +fi 1.6192 + 1.6193 + 1.6194 +fi 1.6195 +if test -z "$ac_cv_prog_NMEDIT"; then 1.6196 + ac_ct_NMEDIT=$NMEDIT 1.6197 + # Extract the first word of "nmedit", so it can be a program name with args. 1.6198 +set dummy nmedit; ac_word=$2 1.6199 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.6200 +$as_echo_n "checking for $ac_word... " >&6; } 1.6201 +if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : 1.6202 + $as_echo_n "(cached) " >&6 1.6203 +else 1.6204 + if test -n "$ac_ct_NMEDIT"; then 1.6205 + ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. 1.6206 +else 1.6207 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6208 +for as_dir in $PATH 1.6209 +do 1.6210 + IFS=$as_save_IFS 1.6211 + test -z "$as_dir" && as_dir=. 1.6212 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6213 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.6214 + ac_cv_prog_ac_ct_NMEDIT="nmedit" 1.6215 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6216 + break 2 1.6217 + fi 1.6218 +done 1.6219 + done 1.6220 +IFS=$as_save_IFS 1.6221 + 1.6222 +fi 1.6223 +fi 1.6224 +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT 1.6225 +if test -n "$ac_ct_NMEDIT"; then 1.6226 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 1.6227 +$as_echo "$ac_ct_NMEDIT" >&6; } 1.6228 +else 1.6229 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.6230 +$as_echo "no" >&6; } 1.6231 +fi 1.6232 + 1.6233 + if test "x$ac_ct_NMEDIT" = x; then 1.6234 + NMEDIT=":" 1.6235 + else 1.6236 + case $cross_compiling:$ac_tool_warned in 1.6237 +yes:) 1.6238 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.6239 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.6240 +ac_tool_warned=yes ;; 1.6241 +esac 1.6242 + NMEDIT=$ac_ct_NMEDIT 1.6243 + fi 1.6244 +else 1.6245 + NMEDIT="$ac_cv_prog_NMEDIT" 1.6246 +fi 1.6247 + 1.6248 + if test -n "$ac_tool_prefix"; then 1.6249 + # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. 1.6250 +set dummy ${ac_tool_prefix}lipo; ac_word=$2 1.6251 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.6252 +$as_echo_n "checking for $ac_word... " >&6; } 1.6253 +if test "${ac_cv_prog_LIPO+set}" = set; then : 1.6254 + $as_echo_n "(cached) " >&6 1.6255 +else 1.6256 + if test -n "$LIPO"; then 1.6257 + ac_cv_prog_LIPO="$LIPO" # Let the user override the test. 1.6258 +else 1.6259 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6260 +for as_dir in $PATH 1.6261 +do 1.6262 + IFS=$as_save_IFS 1.6263 + test -z "$as_dir" && as_dir=. 1.6264 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6265 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.6266 + ac_cv_prog_LIPO="${ac_tool_prefix}lipo" 1.6267 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6268 + break 2 1.6269 + fi 1.6270 +done 1.6271 + done 1.6272 +IFS=$as_save_IFS 1.6273 + 1.6274 +fi 1.6275 +fi 1.6276 +LIPO=$ac_cv_prog_LIPO 1.6277 +if test -n "$LIPO"; then 1.6278 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 1.6279 +$as_echo "$LIPO" >&6; } 1.6280 +else 1.6281 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.6282 +$as_echo "no" >&6; } 1.6283 +fi 1.6284 + 1.6285 + 1.6286 +fi 1.6287 +if test -z "$ac_cv_prog_LIPO"; then 1.6288 + ac_ct_LIPO=$LIPO 1.6289 + # Extract the first word of "lipo", so it can be a program name with args. 1.6290 +set dummy lipo; ac_word=$2 1.6291 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.6292 +$as_echo_n "checking for $ac_word... " >&6; } 1.6293 +if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : 1.6294 + $as_echo_n "(cached) " >&6 1.6295 +else 1.6296 + if test -n "$ac_ct_LIPO"; then 1.6297 + ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. 1.6298 +else 1.6299 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6300 +for as_dir in $PATH 1.6301 +do 1.6302 + IFS=$as_save_IFS 1.6303 + test -z "$as_dir" && as_dir=. 1.6304 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6305 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.6306 + ac_cv_prog_ac_ct_LIPO="lipo" 1.6307 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6308 + break 2 1.6309 + fi 1.6310 +done 1.6311 + done 1.6312 +IFS=$as_save_IFS 1.6313 + 1.6314 +fi 1.6315 +fi 1.6316 +ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO 1.6317 +if test -n "$ac_ct_LIPO"; then 1.6318 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 1.6319 +$as_echo "$ac_ct_LIPO" >&6; } 1.6320 +else 1.6321 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.6322 +$as_echo "no" >&6; } 1.6323 +fi 1.6324 + 1.6325 + if test "x$ac_ct_LIPO" = x; then 1.6326 + LIPO=":" 1.6327 + else 1.6328 + case $cross_compiling:$ac_tool_warned in 1.6329 +yes:) 1.6330 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.6331 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.6332 +ac_tool_warned=yes ;; 1.6333 +esac 1.6334 + LIPO=$ac_ct_LIPO 1.6335 + fi 1.6336 +else 1.6337 + LIPO="$ac_cv_prog_LIPO" 1.6338 +fi 1.6339 + 1.6340 + if test -n "$ac_tool_prefix"; then 1.6341 + # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. 1.6342 +set dummy ${ac_tool_prefix}otool; ac_word=$2 1.6343 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.6344 +$as_echo_n "checking for $ac_word... " >&6; } 1.6345 +if test "${ac_cv_prog_OTOOL+set}" = set; then : 1.6346 + $as_echo_n "(cached) " >&6 1.6347 +else 1.6348 + if test -n "$OTOOL"; then 1.6349 + ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. 1.6350 +else 1.6351 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6352 +for as_dir in $PATH 1.6353 +do 1.6354 + IFS=$as_save_IFS 1.6355 + test -z "$as_dir" && as_dir=. 1.6356 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6357 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.6358 + ac_cv_prog_OTOOL="${ac_tool_prefix}otool" 1.6359 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6360 + break 2 1.6361 + fi 1.6362 +done 1.6363 + done 1.6364 +IFS=$as_save_IFS 1.6365 + 1.6366 +fi 1.6367 +fi 1.6368 +OTOOL=$ac_cv_prog_OTOOL 1.6369 +if test -n "$OTOOL"; then 1.6370 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 1.6371 +$as_echo "$OTOOL" >&6; } 1.6372 +else 1.6373 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.6374 +$as_echo "no" >&6; } 1.6375 +fi 1.6376 + 1.6377 + 1.6378 +fi 1.6379 +if test -z "$ac_cv_prog_OTOOL"; then 1.6380 + ac_ct_OTOOL=$OTOOL 1.6381 + # Extract the first word of "otool", so it can be a program name with args. 1.6382 +set dummy otool; ac_word=$2 1.6383 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.6384 +$as_echo_n "checking for $ac_word... " >&6; } 1.6385 +if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : 1.6386 + $as_echo_n "(cached) " >&6 1.6387 +else 1.6388 + if test -n "$ac_ct_OTOOL"; then 1.6389 + ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. 1.6390 +else 1.6391 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6392 +for as_dir in $PATH 1.6393 +do 1.6394 + IFS=$as_save_IFS 1.6395 + test -z "$as_dir" && as_dir=. 1.6396 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6397 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.6398 + ac_cv_prog_ac_ct_OTOOL="otool" 1.6399 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6400 + break 2 1.6401 + fi 1.6402 +done 1.6403 + done 1.6404 +IFS=$as_save_IFS 1.6405 + 1.6406 +fi 1.6407 +fi 1.6408 +ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL 1.6409 +if test -n "$ac_ct_OTOOL"; then 1.6410 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 1.6411 +$as_echo "$ac_ct_OTOOL" >&6; } 1.6412 +else 1.6413 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.6414 +$as_echo "no" >&6; } 1.6415 +fi 1.6416 + 1.6417 + if test "x$ac_ct_OTOOL" = x; then 1.6418 + OTOOL=":" 1.6419 + else 1.6420 + case $cross_compiling:$ac_tool_warned in 1.6421 +yes:) 1.6422 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.6423 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.6424 +ac_tool_warned=yes ;; 1.6425 +esac 1.6426 + OTOOL=$ac_ct_OTOOL 1.6427 + fi 1.6428 +else 1.6429 + OTOOL="$ac_cv_prog_OTOOL" 1.6430 +fi 1.6431 + 1.6432 + if test -n "$ac_tool_prefix"; then 1.6433 + # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. 1.6434 +set dummy ${ac_tool_prefix}otool64; ac_word=$2 1.6435 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.6436 +$as_echo_n "checking for $ac_word... " >&6; } 1.6437 +if test "${ac_cv_prog_OTOOL64+set}" = set; then : 1.6438 + $as_echo_n "(cached) " >&6 1.6439 +else 1.6440 + if test -n "$OTOOL64"; then 1.6441 + ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. 1.6442 +else 1.6443 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6444 +for as_dir in $PATH 1.6445 +do 1.6446 + IFS=$as_save_IFS 1.6447 + test -z "$as_dir" && as_dir=. 1.6448 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6449 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.6450 + ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" 1.6451 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6452 + break 2 1.6453 + fi 1.6454 +done 1.6455 + done 1.6456 +IFS=$as_save_IFS 1.6457 + 1.6458 +fi 1.6459 +fi 1.6460 +OTOOL64=$ac_cv_prog_OTOOL64 1.6461 +if test -n "$OTOOL64"; then 1.6462 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 1.6463 +$as_echo "$OTOOL64" >&6; } 1.6464 +else 1.6465 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.6466 +$as_echo "no" >&6; } 1.6467 +fi 1.6468 + 1.6469 + 1.6470 +fi 1.6471 +if test -z "$ac_cv_prog_OTOOL64"; then 1.6472 + ac_ct_OTOOL64=$OTOOL64 1.6473 + # Extract the first word of "otool64", so it can be a program name with args. 1.6474 +set dummy otool64; ac_word=$2 1.6475 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.6476 +$as_echo_n "checking for $ac_word... " >&6; } 1.6477 +if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : 1.6478 + $as_echo_n "(cached) " >&6 1.6479 +else 1.6480 + if test -n "$ac_ct_OTOOL64"; then 1.6481 + ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. 1.6482 +else 1.6483 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6484 +for as_dir in $PATH 1.6485 +do 1.6486 + IFS=$as_save_IFS 1.6487 + test -z "$as_dir" && as_dir=. 1.6488 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6489 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.6490 + ac_cv_prog_ac_ct_OTOOL64="otool64" 1.6491 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6492 + break 2 1.6493 + fi 1.6494 +done 1.6495 + done 1.6496 +IFS=$as_save_IFS 1.6497 + 1.6498 +fi 1.6499 +fi 1.6500 +ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 1.6501 +if test -n "$ac_ct_OTOOL64"; then 1.6502 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 1.6503 +$as_echo "$ac_ct_OTOOL64" >&6; } 1.6504 +else 1.6505 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.6506 +$as_echo "no" >&6; } 1.6507 +fi 1.6508 + 1.6509 + if test "x$ac_ct_OTOOL64" = x; then 1.6510 + OTOOL64=":" 1.6511 + else 1.6512 + case $cross_compiling:$ac_tool_warned in 1.6513 +yes:) 1.6514 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.6515 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.6516 +ac_tool_warned=yes ;; 1.6517 +esac 1.6518 + OTOOL64=$ac_ct_OTOOL64 1.6519 + fi 1.6520 +else 1.6521 + OTOOL64="$ac_cv_prog_OTOOL64" 1.6522 +fi 1.6523 + 1.6524 + 1.6525 + 1.6526 + 1.6527 + 1.6528 + 1.6529 + 1.6530 + 1.6531 + 1.6532 + 1.6533 + 1.6534 + 1.6535 + 1.6536 + 1.6537 + 1.6538 + 1.6539 + 1.6540 + 1.6541 + 1.6542 + 1.6543 + 1.6544 + 1.6545 + 1.6546 + 1.6547 + 1.6548 + 1.6549 + 1.6550 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 1.6551 +$as_echo_n "checking for -single_module linker flag... " >&6; } 1.6552 +if test "${lt_cv_apple_cc_single_mod+set}" = set; then : 1.6553 + $as_echo_n "(cached) " >&6 1.6554 +else 1.6555 + lt_cv_apple_cc_single_mod=no 1.6556 + if test -z "${LT_MULTI_MODULE}"; then 1.6557 + # By default we will add the -single_module flag. You can override 1.6558 + # by either setting the environment variable LT_MULTI_MODULE 1.6559 + # non-empty at configure time, or by adding -multi_module to the 1.6560 + # link flags. 1.6561 + rm -rf libconftest.dylib* 1.6562 + echo "int foo(void){return 1;}" > conftest.c 1.6563 + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ 1.6564 +-dynamiclib -Wl,-single_module conftest.c" >&5 1.6565 + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ 1.6566 + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err 1.6567 + _lt_result=$? 1.6568 + if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then 1.6569 + lt_cv_apple_cc_single_mod=yes 1.6570 + else 1.6571 + cat conftest.err >&5 1.6572 + fi 1.6573 + rm -rf libconftest.dylib* 1.6574 + rm -f conftest.* 1.6575 + fi 1.6576 +fi 1.6577 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 1.6578 +$as_echo "$lt_cv_apple_cc_single_mod" >&6; } 1.6579 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 1.6580 +$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } 1.6581 +if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : 1.6582 + $as_echo_n "(cached) " >&6 1.6583 +else 1.6584 + lt_cv_ld_exported_symbols_list=no 1.6585 + save_LDFLAGS=$LDFLAGS 1.6586 + echo "_main" > conftest.sym 1.6587 + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" 1.6588 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.6589 +/* end confdefs.h. */ 1.6590 + 1.6591 +int 1.6592 +main () 1.6593 +{ 1.6594 + 1.6595 + ; 1.6596 + return 0; 1.6597 +} 1.6598 +_ACEOF 1.6599 +if ac_fn_c_try_link "$LINENO"; then : 1.6600 + lt_cv_ld_exported_symbols_list=yes 1.6601 +else 1.6602 + lt_cv_ld_exported_symbols_list=no 1.6603 +fi 1.6604 +rm -f core conftest.err conftest.$ac_objext \ 1.6605 + conftest$ac_exeext conftest.$ac_ext 1.6606 + LDFLAGS="$save_LDFLAGS" 1.6607 + 1.6608 +fi 1.6609 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 1.6610 +$as_echo "$lt_cv_ld_exported_symbols_list" >&6; } 1.6611 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 1.6612 +$as_echo_n "checking for -force_load linker flag... " >&6; } 1.6613 +if test "${lt_cv_ld_force_load+set}" = set; then : 1.6614 + $as_echo_n "(cached) " >&6 1.6615 +else 1.6616 + lt_cv_ld_force_load=no 1.6617 + cat > conftest.c << _LT_EOF 1.6618 +int forced_loaded() { return 2;} 1.6619 +_LT_EOF 1.6620 + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 1.6621 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 1.6622 + echo "$AR cru libconftest.a conftest.o" >&5 1.6623 + $AR cru libconftest.a conftest.o 2>&5 1.6624 + cat > conftest.c << _LT_EOF 1.6625 +int main() { return 0;} 1.6626 +_LT_EOF 1.6627 + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 1.6628 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err 1.6629 + _lt_result=$? 1.6630 + if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then 1.6631 + lt_cv_ld_force_load=yes 1.6632 + else 1.6633 + cat conftest.err >&5 1.6634 + fi 1.6635 + rm -f conftest.err libconftest.a conftest conftest.c 1.6636 + rm -rf conftest.dSYM 1.6637 + 1.6638 +fi 1.6639 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 1.6640 +$as_echo "$lt_cv_ld_force_load" >&6; } 1.6641 + case $host_os in 1.6642 + rhapsody* | darwin1.[012]) 1.6643 + _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; 1.6644 + darwin1.*) 1.6645 + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 1.6646 + darwin*) # darwin 5.x on 1.6647 + # if running on 10.5 or later, the deployment target defaults 1.6648 + # to the OS version, if on x86, and 10.4, the deployment 1.6649 + # target defaults to 10.4. Don't you love it? 1.6650 + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 1.6651 + 10.0,*86*-darwin8*|10.0,*-darwin[91]*) 1.6652 + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 1.6653 + 10.[012]*) 1.6654 + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 1.6655 + 10.*) 1.6656 + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 1.6657 + esac 1.6658 + ;; 1.6659 + esac 1.6660 + if test "$lt_cv_apple_cc_single_mod" = "yes"; then 1.6661 + _lt_dar_single_mod='$single_module' 1.6662 + fi 1.6663 + if test "$lt_cv_ld_exported_symbols_list" = "yes"; then 1.6664 + _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' 1.6665 + else 1.6666 + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' 1.6667 + fi 1.6668 + if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then 1.6669 + _lt_dsymutil='~$DSYMUTIL $lib || :' 1.6670 + else 1.6671 + _lt_dsymutil= 1.6672 + fi 1.6673 + ;; 1.6674 + esac 1.6675 + 1.6676 +ac_ext=c 1.6677 +ac_cpp='$CPP $CPPFLAGS' 1.6678 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.6679 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.6680 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.6681 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 1.6682 +$as_echo_n "checking how to run the C preprocessor... " >&6; } 1.6683 +# On Suns, sometimes $CPP names a directory. 1.6684 +if test -n "$CPP" && test -d "$CPP"; then 1.6685 + CPP= 1.6686 +fi 1.6687 +if test -z "$CPP"; then 1.6688 + if test "${ac_cv_prog_CPP+set}" = set; then : 1.6689 + $as_echo_n "(cached) " >&6 1.6690 +else 1.6691 + # Double quotes because CPP needs to be expanded 1.6692 + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 1.6693 + do 1.6694 + ac_preproc_ok=false 1.6695 +for ac_c_preproc_warn_flag in '' yes 1.6696 +do 1.6697 + # Use a header file that comes with gcc, so configuring glibc 1.6698 + # with a fresh cross-compiler works. 1.6699 + # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.6700 + # <limits.h> exists even on freestanding compilers. 1.6701 + # On the NeXT, cc -E runs the code through the compiler's parser, 1.6702 + # not just through cpp. "Syntax error" is here to catch this case. 1.6703 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.6704 +/* end confdefs.h. */ 1.6705 +#ifdef __STDC__ 1.6706 +# include <limits.h> 1.6707 +#else 1.6708 +# include <assert.h> 1.6709 +#endif 1.6710 + Syntax error 1.6711 +_ACEOF 1.6712 +if ac_fn_c_try_cpp "$LINENO"; then : 1.6713 + 1.6714 +else 1.6715 + # Broken: fails on valid input. 1.6716 +continue 1.6717 +fi 1.6718 +rm -f conftest.err conftest.$ac_ext 1.6719 + 1.6720 + # OK, works on sane cases. Now check whether nonexistent headers 1.6721 + # can be detected and how. 1.6722 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.6723 +/* end confdefs.h. */ 1.6724 +#include <ac_nonexistent.h> 1.6725 +_ACEOF 1.6726 +if ac_fn_c_try_cpp "$LINENO"; then : 1.6727 + # Broken: success on invalid input. 1.6728 +continue 1.6729 +else 1.6730 + # Passes both tests. 1.6731 +ac_preproc_ok=: 1.6732 +break 1.6733 +fi 1.6734 +rm -f conftest.err conftest.$ac_ext 1.6735 + 1.6736 +done 1.6737 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1.6738 +rm -f conftest.err conftest.$ac_ext 1.6739 +if $ac_preproc_ok; then : 1.6740 + break 1.6741 +fi 1.6742 + 1.6743 + done 1.6744 + ac_cv_prog_CPP=$CPP 1.6745 + 1.6746 +fi 1.6747 + CPP=$ac_cv_prog_CPP 1.6748 +else 1.6749 + ac_cv_prog_CPP=$CPP 1.6750 +fi 1.6751 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 1.6752 +$as_echo "$CPP" >&6; } 1.6753 +ac_preproc_ok=false 1.6754 +for ac_c_preproc_warn_flag in '' yes 1.6755 +do 1.6756 + # Use a header file that comes with gcc, so configuring glibc 1.6757 + # with a fresh cross-compiler works. 1.6758 + # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.6759 + # <limits.h> exists even on freestanding compilers. 1.6760 + # On the NeXT, cc -E runs the code through the compiler's parser, 1.6761 + # not just through cpp. "Syntax error" is here to catch this case. 1.6762 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.6763 +/* end confdefs.h. */ 1.6764 +#ifdef __STDC__ 1.6765 +# include <limits.h> 1.6766 +#else 1.6767 +# include <assert.h> 1.6768 +#endif 1.6769 + Syntax error 1.6770 +_ACEOF 1.6771 +if ac_fn_c_try_cpp "$LINENO"; then : 1.6772 + 1.6773 +else 1.6774 + # Broken: fails on valid input. 1.6775 +continue 1.6776 +fi 1.6777 +rm -f conftest.err conftest.$ac_ext 1.6778 + 1.6779 + # OK, works on sane cases. Now check whether nonexistent headers 1.6780 + # can be detected and how. 1.6781 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.6782 +/* end confdefs.h. */ 1.6783 +#include <ac_nonexistent.h> 1.6784 +_ACEOF 1.6785 +if ac_fn_c_try_cpp "$LINENO"; then : 1.6786 + # Broken: success on invalid input. 1.6787 +continue 1.6788 +else 1.6789 + # Passes both tests. 1.6790 +ac_preproc_ok=: 1.6791 +break 1.6792 +fi 1.6793 +rm -f conftest.err conftest.$ac_ext 1.6794 + 1.6795 +done 1.6796 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1.6797 +rm -f conftest.err conftest.$ac_ext 1.6798 +if $ac_preproc_ok; then : 1.6799 + 1.6800 +else 1.6801 + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.6802 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.6803 +as_fn_error "C preprocessor \"$CPP\" fails sanity check 1.6804 +See \`config.log' for more details." "$LINENO" 5; } 1.6805 +fi 1.6806 + 1.6807 +ac_ext=c 1.6808 +ac_cpp='$CPP $CPPFLAGS' 1.6809 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.6810 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.6811 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.6812 + 1.6813 + 1.6814 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 1.6815 +$as_echo_n "checking for ANSI C header files... " >&6; } 1.6816 +if test "${ac_cv_header_stdc+set}" = set; then : 1.6817 + $as_echo_n "(cached) " >&6 1.6818 +else 1.6819 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.6820 +/* end confdefs.h. */ 1.6821 +#include <stdlib.h> 1.6822 +#include <stdarg.h> 1.6823 +#include <string.h> 1.6824 +#include <float.h> 1.6825 + 1.6826 +int 1.6827 +main () 1.6828 +{ 1.6829 + 1.6830 + ; 1.6831 + return 0; 1.6832 +} 1.6833 +_ACEOF 1.6834 +if ac_fn_c_try_compile "$LINENO"; then : 1.6835 + ac_cv_header_stdc=yes 1.6836 +else 1.6837 + ac_cv_header_stdc=no 1.6838 +fi 1.6839 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.6840 + 1.6841 +if test $ac_cv_header_stdc = yes; then 1.6842 + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1.6843 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.6844 +/* end confdefs.h. */ 1.6845 +#include <string.h> 1.6846 + 1.6847 +_ACEOF 1.6848 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1.6849 + $EGREP "memchr" >/dev/null 2>&1; then : 1.6850 + 1.6851 +else 1.6852 + ac_cv_header_stdc=no 1.6853 +fi 1.6854 +rm -f conftest* 1.6855 + 1.6856 +fi 1.6857 + 1.6858 +if test $ac_cv_header_stdc = yes; then 1.6859 + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1.6860 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.6861 +/* end confdefs.h. */ 1.6862 +#include <stdlib.h> 1.6863 + 1.6864 +_ACEOF 1.6865 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1.6866 + $EGREP "free" >/dev/null 2>&1; then : 1.6867 + 1.6868 +else 1.6869 + ac_cv_header_stdc=no 1.6870 +fi 1.6871 +rm -f conftest* 1.6872 + 1.6873 +fi 1.6874 + 1.6875 +if test $ac_cv_header_stdc = yes; then 1.6876 + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 1.6877 + if test "$cross_compiling" = yes; then : 1.6878 + : 1.6879 +else 1.6880 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.6881 +/* end confdefs.h. */ 1.6882 +#include <ctype.h> 1.6883 +#include <stdlib.h> 1.6884 +#if ((' ' & 0x0FF) == 0x020) 1.6885 +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 1.6886 +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 1.6887 +#else 1.6888 +# define ISLOWER(c) \ 1.6889 + (('a' <= (c) && (c) <= 'i') \ 1.6890 + || ('j' <= (c) && (c) <= 'r') \ 1.6891 + || ('s' <= (c) && (c) <= 'z')) 1.6892 +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 1.6893 +#endif 1.6894 + 1.6895 +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 1.6896 +int 1.6897 +main () 1.6898 +{ 1.6899 + int i; 1.6900 + for (i = 0; i < 256; i++) 1.6901 + if (XOR (islower (i), ISLOWER (i)) 1.6902 + || toupper (i) != TOUPPER (i)) 1.6903 + return 2; 1.6904 + return 0; 1.6905 +} 1.6906 +_ACEOF 1.6907 +if ac_fn_c_try_run "$LINENO"; then : 1.6908 + 1.6909 +else 1.6910 + ac_cv_header_stdc=no 1.6911 +fi 1.6912 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 1.6913 + conftest.$ac_objext conftest.beam conftest.$ac_ext 1.6914 +fi 1.6915 + 1.6916 +fi 1.6917 +fi 1.6918 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 1.6919 +$as_echo "$ac_cv_header_stdc" >&6; } 1.6920 +if test $ac_cv_header_stdc = yes; then 1.6921 + 1.6922 +$as_echo "#define STDC_HEADERS 1" >>confdefs.h 1.6923 + 1.6924 +fi 1.6925 + 1.6926 +# On IRIX 5.3, sys/types and inttypes.h are conflicting. 1.6927 +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 1.6928 + inttypes.h stdint.h unistd.h 1.6929 +do : 1.6930 + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 1.6931 +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 1.6932 +" 1.6933 +eval as_val=\$$as_ac_Header 1.6934 + if test "x$as_val" = x""yes; then : 1.6935 + cat >>confdefs.h <<_ACEOF 1.6936 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 1.6937 +_ACEOF 1.6938 + 1.6939 +fi 1.6940 + 1.6941 +done 1.6942 + 1.6943 + 1.6944 +for ac_header in dlfcn.h 1.6945 +do : 1.6946 + ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default 1.6947 +" 1.6948 +if test "x$ac_cv_header_dlfcn_h" = x""yes; then : 1.6949 + cat >>confdefs.h <<_ACEOF 1.6950 +#define HAVE_DLFCN_H 1 1.6951 +_ACEOF 1.6952 + 1.6953 +fi 1.6954 + 1.6955 +done 1.6956 + 1.6957 + 1.6958 + 1.6959 + 1.6960 + 1.6961 +# Set options 1.6962 + 1.6963 + 1.6964 + 1.6965 + enable_dlopen=no 1.6966 + 1.6967 + 1.6968 + enable_win32_dll=no 1.6969 + 1.6970 + 1.6971 + # Check whether --enable-shared was given. 1.6972 +if test "${enable_shared+set}" = set; then : 1.6973 + enableval=$enable_shared; p=${PACKAGE-default} 1.6974 + case $enableval in 1.6975 + yes) enable_shared=yes ;; 1.6976 + no) enable_shared=no ;; 1.6977 + *) 1.6978 + enable_shared=no 1.6979 + # Look at the argument we got. We use all the common list separators. 1.6980 + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 1.6981 + for pkg in $enableval; do 1.6982 + IFS="$lt_save_ifs" 1.6983 + if test "X$pkg" = "X$p"; then 1.6984 + enable_shared=yes 1.6985 + fi 1.6986 + done 1.6987 + IFS="$lt_save_ifs" 1.6988 + ;; 1.6989 + esac 1.6990 +else 1.6991 + enable_shared=yes 1.6992 +fi 1.6993 + 1.6994 + 1.6995 + 1.6996 + 1.6997 + 1.6998 + 1.6999 + 1.7000 + 1.7001 + 1.7002 + # Check whether --enable-static was given. 1.7003 +if test "${enable_static+set}" = set; then : 1.7004 + enableval=$enable_static; p=${PACKAGE-default} 1.7005 + case $enableval in 1.7006 + yes) enable_static=yes ;; 1.7007 + no) enable_static=no ;; 1.7008 + *) 1.7009 + enable_static=no 1.7010 + # Look at the argument we got. We use all the common list separators. 1.7011 + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 1.7012 + for pkg in $enableval; do 1.7013 + IFS="$lt_save_ifs" 1.7014 + if test "X$pkg" = "X$p"; then 1.7015 + enable_static=yes 1.7016 + fi 1.7017 + done 1.7018 + IFS="$lt_save_ifs" 1.7019 + ;; 1.7020 + esac 1.7021 +else 1.7022 + enable_static=yes 1.7023 +fi 1.7024 + 1.7025 + 1.7026 + 1.7027 + 1.7028 + 1.7029 + 1.7030 + 1.7031 + 1.7032 + 1.7033 + 1.7034 +# Check whether --with-pic was given. 1.7035 +if test "${with_pic+set}" = set; then : 1.7036 + withval=$with_pic; pic_mode="$withval" 1.7037 +else 1.7038 + pic_mode=default 1.7039 +fi 1.7040 + 1.7041 + 1.7042 +test -z "$pic_mode" && pic_mode=default 1.7043 + 1.7044 + 1.7045 + 1.7046 + 1.7047 + 1.7048 + 1.7049 + 1.7050 + # Check whether --enable-fast-install was given. 1.7051 +if test "${enable_fast_install+set}" = set; then : 1.7052 + enableval=$enable_fast_install; p=${PACKAGE-default} 1.7053 + case $enableval in 1.7054 + yes) enable_fast_install=yes ;; 1.7055 + no) enable_fast_install=no ;; 1.7056 + *) 1.7057 + enable_fast_install=no 1.7058 + # Look at the argument we got. We use all the common list separators. 1.7059 + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 1.7060 + for pkg in $enableval; do 1.7061 + IFS="$lt_save_ifs" 1.7062 + if test "X$pkg" = "X$p"; then 1.7063 + enable_fast_install=yes 1.7064 + fi 1.7065 + done 1.7066 + IFS="$lt_save_ifs" 1.7067 + ;; 1.7068 + esac 1.7069 +else 1.7070 + enable_fast_install=yes 1.7071 +fi 1.7072 + 1.7073 + 1.7074 + 1.7075 + 1.7076 + 1.7077 + 1.7078 + 1.7079 + 1.7080 + 1.7081 + 1.7082 + 1.7083 +# This can be used to rebuild libtool when needed 1.7084 +LIBTOOL_DEPS="$ltmain" 1.7085 + 1.7086 +# Always use our own libtool. 1.7087 +LIBTOOL='$(SHELL) $(top_builddir)/libtool' 1.7088 + 1.7089 + 1.7090 + 1.7091 + 1.7092 + 1.7093 + 1.7094 + 1.7095 + 1.7096 + 1.7097 + 1.7098 + 1.7099 + 1.7100 + 1.7101 + 1.7102 + 1.7103 + 1.7104 + 1.7105 + 1.7106 + 1.7107 + 1.7108 + 1.7109 + 1.7110 + 1.7111 + 1.7112 + 1.7113 + 1.7114 +test -z "$LN_S" && LN_S="ln -s" 1.7115 + 1.7116 + 1.7117 + 1.7118 + 1.7119 + 1.7120 + 1.7121 + 1.7122 + 1.7123 + 1.7124 + 1.7125 + 1.7126 + 1.7127 + 1.7128 + 1.7129 +if test -n "${ZSH_VERSION+set}" ; then 1.7130 + setopt NO_GLOB_SUBST 1.7131 +fi 1.7132 + 1.7133 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 1.7134 +$as_echo_n "checking for objdir... " >&6; } 1.7135 +if test "${lt_cv_objdir+set}" = set; then : 1.7136 + $as_echo_n "(cached) " >&6 1.7137 +else 1.7138 + rm -f .libs 2>/dev/null 1.7139 +mkdir .libs 2>/dev/null 1.7140 +if test -d .libs; then 1.7141 + lt_cv_objdir=.libs 1.7142 +else 1.7143 + # MS-DOS does not allow filenames that begin with a dot. 1.7144 + lt_cv_objdir=_libs 1.7145 +fi 1.7146 +rmdir .libs 2>/dev/null 1.7147 +fi 1.7148 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 1.7149 +$as_echo "$lt_cv_objdir" >&6; } 1.7150 +objdir=$lt_cv_objdir 1.7151 + 1.7152 + 1.7153 + 1.7154 + 1.7155 + 1.7156 +cat >>confdefs.h <<_ACEOF 1.7157 +#define LT_OBJDIR "$lt_cv_objdir/" 1.7158 +_ACEOF 1.7159 + 1.7160 + 1.7161 + 1.7162 + 1.7163 +case $host_os in 1.7164 +aix3*) 1.7165 + # AIX sometimes has problems with the GCC collect2 program. For some 1.7166 + # reason, if we set the COLLECT_NAMES environment variable, the problems 1.7167 + # vanish in a puff of smoke. 1.7168 + if test "X${COLLECT_NAMES+set}" != Xset; then 1.7169 + COLLECT_NAMES= 1.7170 + export COLLECT_NAMES 1.7171 + fi 1.7172 + ;; 1.7173 +esac 1.7174 + 1.7175 +# Global variables: 1.7176 +ofile=libtool 1.7177 +can_build_shared=yes 1.7178 + 1.7179 +# All known linkers require a `.a' archive for static linking (except MSVC, 1.7180 +# which needs '.lib'). 1.7181 +libext=a 1.7182 + 1.7183 +with_gnu_ld="$lt_cv_prog_gnu_ld" 1.7184 + 1.7185 +old_CC="$CC" 1.7186 +old_CFLAGS="$CFLAGS" 1.7187 + 1.7188 +# Set sane defaults for various variables 1.7189 +test -z "$CC" && CC=cc 1.7190 +test -z "$LTCC" && LTCC=$CC 1.7191 +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS 1.7192 +test -z "$LD" && LD=ld 1.7193 +test -z "$ac_objext" && ac_objext=o 1.7194 + 1.7195 +for cc_temp in $compiler""; do 1.7196 + case $cc_temp in 1.7197 + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 1.7198 + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 1.7199 + \-*) ;; 1.7200 + *) break;; 1.7201 + esac 1.7202 +done 1.7203 +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` 1.7204 + 1.7205 + 1.7206 +# Only perform the check for file, if the check method requires it 1.7207 +test -z "$MAGIC_CMD" && MAGIC_CMD=file 1.7208 +case $deplibs_check_method in 1.7209 +file_magic*) 1.7210 + if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1.7211 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 1.7212 +$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } 1.7213 +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 1.7214 + $as_echo_n "(cached) " >&6 1.7215 +else 1.7216 + case $MAGIC_CMD in 1.7217 +[\\/*] | ?:[\\/]*) 1.7218 + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 1.7219 + ;; 1.7220 +*) 1.7221 + lt_save_MAGIC_CMD="$MAGIC_CMD" 1.7222 + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 1.7223 + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" 1.7224 + for ac_dir in $ac_dummy; do 1.7225 + IFS="$lt_save_ifs" 1.7226 + test -z "$ac_dir" && ac_dir=. 1.7227 + if test -f $ac_dir/${ac_tool_prefix}file; then 1.7228 + lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" 1.7229 + if test -n "$file_magic_test_file"; then 1.7230 + case $deplibs_check_method in 1.7231 + "file_magic "*) 1.7232 + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` 1.7233 + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 1.7234 + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | 1.7235 + $EGREP "$file_magic_regex" > /dev/null; then 1.7236 + : 1.7237 + else 1.7238 + cat <<_LT_EOF 1>&2 1.7239 + 1.7240 +*** Warning: the command libtool uses to detect shared libraries, 1.7241 +*** $file_magic_cmd, produces output that libtool cannot recognize. 1.7242 +*** The result is that libtool may fail to recognize shared libraries 1.7243 +*** as such. This will affect the creation of libtool libraries that 1.7244 +*** depend on shared libraries, but programs linked with such libtool 1.7245 +*** libraries will work regardless of this problem. Nevertheless, you 1.7246 +*** may want to report the problem to your system manager and/or to 1.7247 +*** bug-libtool@gnu.org 1.7248 + 1.7249 +_LT_EOF 1.7250 + fi ;; 1.7251 + esac 1.7252 + fi 1.7253 + break 1.7254 + fi 1.7255 + done 1.7256 + IFS="$lt_save_ifs" 1.7257 + MAGIC_CMD="$lt_save_MAGIC_CMD" 1.7258 + ;; 1.7259 +esac 1.7260 +fi 1.7261 + 1.7262 +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 1.7263 +if test -n "$MAGIC_CMD"; then 1.7264 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 1.7265 +$as_echo "$MAGIC_CMD" >&6; } 1.7266 +else 1.7267 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.7268 +$as_echo "no" >&6; } 1.7269 +fi 1.7270 + 1.7271 + 1.7272 + 1.7273 + 1.7274 + 1.7275 +if test -z "$lt_cv_path_MAGIC_CMD"; then 1.7276 + if test -n "$ac_tool_prefix"; then 1.7277 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 1.7278 +$as_echo_n "checking for file... " >&6; } 1.7279 +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 1.7280 + $as_echo_n "(cached) " >&6 1.7281 +else 1.7282 + case $MAGIC_CMD in 1.7283 +[\\/*] | ?:[\\/]*) 1.7284 + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 1.7285 + ;; 1.7286 +*) 1.7287 + lt_save_MAGIC_CMD="$MAGIC_CMD" 1.7288 + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 1.7289 + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" 1.7290 + for ac_dir in $ac_dummy; do 1.7291 + IFS="$lt_save_ifs" 1.7292 + test -z "$ac_dir" && ac_dir=. 1.7293 + if test -f $ac_dir/file; then 1.7294 + lt_cv_path_MAGIC_CMD="$ac_dir/file" 1.7295 + if test -n "$file_magic_test_file"; then 1.7296 + case $deplibs_check_method in 1.7297 + "file_magic "*) 1.7298 + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` 1.7299 + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 1.7300 + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | 1.7301 + $EGREP "$file_magic_regex" > /dev/null; then 1.7302 + : 1.7303 + else 1.7304 + cat <<_LT_EOF 1>&2 1.7305 + 1.7306 +*** Warning: the command libtool uses to detect shared libraries, 1.7307 +*** $file_magic_cmd, produces output that libtool cannot recognize. 1.7308 +*** The result is that libtool may fail to recognize shared libraries 1.7309 +*** as such. This will affect the creation of libtool libraries that 1.7310 +*** depend on shared libraries, but programs linked with such libtool 1.7311 +*** libraries will work regardless of this problem. Nevertheless, you 1.7312 +*** may want to report the problem to your system manager and/or to 1.7313 +*** bug-libtool@gnu.org 1.7314 + 1.7315 +_LT_EOF 1.7316 + fi ;; 1.7317 + esac 1.7318 + fi 1.7319 + break 1.7320 + fi 1.7321 + done 1.7322 + IFS="$lt_save_ifs" 1.7323 + MAGIC_CMD="$lt_save_MAGIC_CMD" 1.7324 + ;; 1.7325 +esac 1.7326 +fi 1.7327 + 1.7328 +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 1.7329 +if test -n "$MAGIC_CMD"; then 1.7330 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 1.7331 +$as_echo "$MAGIC_CMD" >&6; } 1.7332 +else 1.7333 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.7334 +$as_echo "no" >&6; } 1.7335 +fi 1.7336 + 1.7337 + 1.7338 + else 1.7339 + MAGIC_CMD=: 1.7340 + fi 1.7341 +fi 1.7342 + 1.7343 + fi 1.7344 + ;; 1.7345 +esac 1.7346 + 1.7347 +# Use C for the default configuration in the libtool script 1.7348 + 1.7349 +lt_save_CC="$CC" 1.7350 +ac_ext=c 1.7351 +ac_cpp='$CPP $CPPFLAGS' 1.7352 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.7353 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.7354 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.7355 + 1.7356 + 1.7357 +# Source file extension for C test sources. 1.7358 +ac_ext=c 1.7359 + 1.7360 +# Object file extension for compiled C test sources. 1.7361 +objext=o 1.7362 +objext=$objext 1.7363 + 1.7364 +# Code to be used in simple compile tests 1.7365 +lt_simple_compile_test_code="int some_variable = 0;" 1.7366 + 1.7367 +# Code to be used in simple link tests 1.7368 +lt_simple_link_test_code='int main(){return(0);}' 1.7369 + 1.7370 + 1.7371 + 1.7372 + 1.7373 + 1.7374 + 1.7375 + 1.7376 +# If no C compiler was specified, use CC. 1.7377 +LTCC=${LTCC-"$CC"} 1.7378 + 1.7379 +# If no C compiler flags were specified, use CFLAGS. 1.7380 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} 1.7381 + 1.7382 +# Allow CC to be a program name with arguments. 1.7383 +compiler=$CC 1.7384 + 1.7385 +# Save the default compiler, since it gets overwritten when the other 1.7386 +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. 1.7387 +compiler_DEFAULT=$CC 1.7388 + 1.7389 +# save warnings/boilerplate of simple test code 1.7390 +ac_outfile=conftest.$ac_objext 1.7391 +echo "$lt_simple_compile_test_code" >conftest.$ac_ext 1.7392 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 1.7393 +_lt_compiler_boilerplate=`cat conftest.err` 1.7394 +$RM conftest* 1.7395 + 1.7396 +ac_outfile=conftest.$ac_objext 1.7397 +echo "$lt_simple_link_test_code" >conftest.$ac_ext 1.7398 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 1.7399 +_lt_linker_boilerplate=`cat conftest.err` 1.7400 +$RM -r conftest* 1.7401 + 1.7402 + 1.7403 +## CAVEAT EMPTOR: 1.7404 +## There is no encapsulation within the following macros, do not change 1.7405 +## the running order or otherwise move them around unless you know exactly 1.7406 +## what you are doing... 1.7407 +if test -n "$compiler"; then 1.7408 + 1.7409 +lt_prog_compiler_no_builtin_flag= 1.7410 + 1.7411 +if test "$GCC" = yes; then 1.7412 + case $cc_basename in 1.7413 + nvcc*) 1.7414 + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; 1.7415 + *) 1.7416 + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; 1.7417 + esac 1.7418 + 1.7419 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 1.7420 +$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } 1.7421 +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : 1.7422 + $as_echo_n "(cached) " >&6 1.7423 +else 1.7424 + lt_cv_prog_compiler_rtti_exceptions=no 1.7425 + ac_outfile=conftest.$ac_objext 1.7426 + echo "$lt_simple_compile_test_code" > conftest.$ac_ext 1.7427 + lt_compiler_flag="-fno-rtti -fno-exceptions" 1.7428 + # Insert the option either (1) after the last *FLAGS variable, or 1.7429 + # (2) before a word containing "conftest.", or (3) at the end. 1.7430 + # Note that $ac_compile itself does not contain backslashes and begins 1.7431 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.7432 + # The option is referenced via a variable to avoid confusing sed. 1.7433 + lt_compile=`echo "$ac_compile" | $SED \ 1.7434 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.7435 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.7436 + -e 's:$: $lt_compiler_flag:'` 1.7437 + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) 1.7438 + (eval "$lt_compile" 2>conftest.err) 1.7439 + ac_status=$? 1.7440 + cat conftest.err >&5 1.7441 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.7442 + if (exit $ac_status) && test -s "$ac_outfile"; then 1.7443 + # The compiler can only warn and ignore the option if not recognized 1.7444 + # So say no if there are warnings other than the usual output. 1.7445 + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp 1.7446 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.7447 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 1.7448 + lt_cv_prog_compiler_rtti_exceptions=yes 1.7449 + fi 1.7450 + fi 1.7451 + $RM conftest* 1.7452 + 1.7453 +fi 1.7454 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 1.7455 +$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } 1.7456 + 1.7457 +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then 1.7458 + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" 1.7459 +else 1.7460 + : 1.7461 +fi 1.7462 + 1.7463 +fi 1.7464 + 1.7465 + 1.7466 + 1.7467 + 1.7468 + 1.7469 + 1.7470 + lt_prog_compiler_wl= 1.7471 +lt_prog_compiler_pic= 1.7472 +lt_prog_compiler_static= 1.7473 + 1.7474 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 1.7475 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } 1.7476 + 1.7477 + if test "$GCC" = yes; then 1.7478 + lt_prog_compiler_wl='-Wl,' 1.7479 + lt_prog_compiler_static='-static' 1.7480 + 1.7481 + case $host_os in 1.7482 + aix*) 1.7483 + # All AIX code is PIC. 1.7484 + if test "$host_cpu" = ia64; then 1.7485 + # AIX 5 now supports IA64 processor 1.7486 + lt_prog_compiler_static='-Bstatic' 1.7487 + fi 1.7488 + ;; 1.7489 + 1.7490 + amigaos*) 1.7491 + case $host_cpu in 1.7492 + powerpc) 1.7493 + # see comment about AmigaOS4 .so support 1.7494 + lt_prog_compiler_pic='-fPIC' 1.7495 + ;; 1.7496 + m68k) 1.7497 + # FIXME: we need at least 68020 code to build shared libraries, but 1.7498 + # adding the `-m68020' flag to GCC prevents building anything better, 1.7499 + # like `-m68040'. 1.7500 + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' 1.7501 + ;; 1.7502 + esac 1.7503 + ;; 1.7504 + 1.7505 + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 1.7506 + # PIC is the default for these OSes. 1.7507 + ;; 1.7508 + 1.7509 + mingw* | cygwin* | pw32* | os2* | cegcc*) 1.7510 + # This hack is so that the source file can tell whether it is being 1.7511 + # built for inclusion in a dll (and should export symbols for example). 1.7512 + # Although the cygwin gcc ignores -fPIC, still need this for old-style 1.7513 + # (--disable-auto-import) libraries 1.7514 + lt_prog_compiler_pic='-DDLL_EXPORT' 1.7515 + ;; 1.7516 + 1.7517 + darwin* | rhapsody*) 1.7518 + # PIC is the default on this platform 1.7519 + # Common symbols not allowed in MH_DYLIB files 1.7520 + lt_prog_compiler_pic='-fno-common' 1.7521 + ;; 1.7522 + 1.7523 + haiku*) 1.7524 + # PIC is the default for Haiku. 1.7525 + # The "-static" flag exists, but is broken. 1.7526 + lt_prog_compiler_static= 1.7527 + ;; 1.7528 + 1.7529 + hpux*) 1.7530 + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit 1.7531 + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag 1.7532 + # sets the default TLS model and affects inlining. 1.7533 + case $host_cpu in 1.7534 + hppa*64*) 1.7535 + # +Z the default 1.7536 + ;; 1.7537 + *) 1.7538 + lt_prog_compiler_pic='-fPIC' 1.7539 + ;; 1.7540 + esac 1.7541 + ;; 1.7542 + 1.7543 + interix[3-9]*) 1.7544 + # Interix 3.x gcc -fpic/-fPIC options generate broken code. 1.7545 + # Instead, we relocate shared libraries at runtime. 1.7546 + ;; 1.7547 + 1.7548 + msdosdjgpp*) 1.7549 + # Just because we use GCC doesn't mean we suddenly get shared libraries 1.7550 + # on systems that don't support them. 1.7551 + lt_prog_compiler_can_build_shared=no 1.7552 + enable_shared=no 1.7553 + ;; 1.7554 + 1.7555 + *nto* | *qnx*) 1.7556 + # QNX uses GNU C++, but need to define -shared option too, otherwise 1.7557 + # it will coredump. 1.7558 + lt_prog_compiler_pic='-fPIC -shared' 1.7559 + ;; 1.7560 + 1.7561 + sysv4*MP*) 1.7562 + if test -d /usr/nec; then 1.7563 + lt_prog_compiler_pic=-Kconform_pic 1.7564 + fi 1.7565 + ;; 1.7566 + 1.7567 + *) 1.7568 + lt_prog_compiler_pic='-fPIC' 1.7569 + ;; 1.7570 + esac 1.7571 + 1.7572 + case $cc_basename in 1.7573 + nvcc*) # Cuda Compiler Driver 2.2 1.7574 + lt_prog_compiler_wl='-Xlinker ' 1.7575 + lt_prog_compiler_pic='-Xcompiler -fPIC' 1.7576 + ;; 1.7577 + esac 1.7578 + else 1.7579 + # PORTME Check for flag to pass linker flags through the system compiler. 1.7580 + case $host_os in 1.7581 + aix*) 1.7582 + lt_prog_compiler_wl='-Wl,' 1.7583 + if test "$host_cpu" = ia64; then 1.7584 + # AIX 5 now supports IA64 processor 1.7585 + lt_prog_compiler_static='-Bstatic' 1.7586 + else 1.7587 + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' 1.7588 + fi 1.7589 + ;; 1.7590 + 1.7591 + mingw* | cygwin* | pw32* | os2* | cegcc*) 1.7592 + # This hack is so that the source file can tell whether it is being 1.7593 + # built for inclusion in a dll (and should export symbols for example). 1.7594 + lt_prog_compiler_pic='-DDLL_EXPORT' 1.7595 + ;; 1.7596 + 1.7597 + hpux9* | hpux10* | hpux11*) 1.7598 + lt_prog_compiler_wl='-Wl,' 1.7599 + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 1.7600 + # not for PA HP-UX. 1.7601 + case $host_cpu in 1.7602 + hppa*64*|ia64*) 1.7603 + # +Z the default 1.7604 + ;; 1.7605 + *) 1.7606 + lt_prog_compiler_pic='+Z' 1.7607 + ;; 1.7608 + esac 1.7609 + # Is there a better lt_prog_compiler_static that works with the bundled CC? 1.7610 + lt_prog_compiler_static='${wl}-a ${wl}archive' 1.7611 + ;; 1.7612 + 1.7613 + irix5* | irix6* | nonstopux*) 1.7614 + lt_prog_compiler_wl='-Wl,' 1.7615 + # PIC (with -KPIC) is the default. 1.7616 + lt_prog_compiler_static='-non_shared' 1.7617 + ;; 1.7618 + 1.7619 + linux* | k*bsd*-gnu | kopensolaris*-gnu) 1.7620 + case $cc_basename in 1.7621 + # old Intel for x86_64 which still supported -KPIC. 1.7622 + ecc*) 1.7623 + lt_prog_compiler_wl='-Wl,' 1.7624 + lt_prog_compiler_pic='-KPIC' 1.7625 + lt_prog_compiler_static='-static' 1.7626 + ;; 1.7627 + # icc used to be incompatible with GCC. 1.7628 + # ICC 10 doesn't accept -KPIC any more. 1.7629 + icc* | ifort*) 1.7630 + lt_prog_compiler_wl='-Wl,' 1.7631 + lt_prog_compiler_pic='-fPIC' 1.7632 + lt_prog_compiler_static='-static' 1.7633 + ;; 1.7634 + # Lahey Fortran 8.1. 1.7635 + lf95*) 1.7636 + lt_prog_compiler_wl='-Wl,' 1.7637 + lt_prog_compiler_pic='--shared' 1.7638 + lt_prog_compiler_static='--static' 1.7639 + ;; 1.7640 + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) 1.7641 + # Portland Group compilers (*not* the Pentium gcc compiler, 1.7642 + # which looks to be a dead project) 1.7643 + lt_prog_compiler_wl='-Wl,' 1.7644 + lt_prog_compiler_pic='-fpic' 1.7645 + lt_prog_compiler_static='-Bstatic' 1.7646 + ;; 1.7647 + ccc*) 1.7648 + lt_prog_compiler_wl='-Wl,' 1.7649 + # All Alpha code is PIC. 1.7650 + lt_prog_compiler_static='-non_shared' 1.7651 + ;; 1.7652 + xl* | bgxl* | bgf* | mpixl*) 1.7653 + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene 1.7654 + lt_prog_compiler_wl='-Wl,' 1.7655 + lt_prog_compiler_pic='-qpic' 1.7656 + lt_prog_compiler_static='-qstaticlink' 1.7657 + ;; 1.7658 + *) 1.7659 + case `$CC -V 2>&1 | sed 5q` in 1.7660 + *Sun\ F* | *Sun*Fortran*) 1.7661 + # Sun Fortran 8.3 passes all unrecognized flags to the linker 1.7662 + lt_prog_compiler_pic='-KPIC' 1.7663 + lt_prog_compiler_static='-Bstatic' 1.7664 + lt_prog_compiler_wl='' 1.7665 + ;; 1.7666 + *Sun\ C*) 1.7667 + # Sun C 5.9 1.7668 + lt_prog_compiler_pic='-KPIC' 1.7669 + lt_prog_compiler_static='-Bstatic' 1.7670 + lt_prog_compiler_wl='-Wl,' 1.7671 + ;; 1.7672 + esac 1.7673 + ;; 1.7674 + esac 1.7675 + ;; 1.7676 + 1.7677 + newsos6) 1.7678 + lt_prog_compiler_pic='-KPIC' 1.7679 + lt_prog_compiler_static='-Bstatic' 1.7680 + ;; 1.7681 + 1.7682 + *nto* | *qnx*) 1.7683 + # QNX uses GNU C++, but need to define -shared option too, otherwise 1.7684 + # it will coredump. 1.7685 + lt_prog_compiler_pic='-fPIC -shared' 1.7686 + ;; 1.7687 + 1.7688 + osf3* | osf4* | osf5*) 1.7689 + lt_prog_compiler_wl='-Wl,' 1.7690 + # All OSF/1 code is PIC. 1.7691 + lt_prog_compiler_static='-non_shared' 1.7692 + ;; 1.7693 + 1.7694 + rdos*) 1.7695 + lt_prog_compiler_static='-non_shared' 1.7696 + ;; 1.7697 + 1.7698 + solaris*) 1.7699 + lt_prog_compiler_pic='-KPIC' 1.7700 + lt_prog_compiler_static='-Bstatic' 1.7701 + case $cc_basename in 1.7702 + f77* | f90* | f95*) 1.7703 + lt_prog_compiler_wl='-Qoption ld ';; 1.7704 + *) 1.7705 + lt_prog_compiler_wl='-Wl,';; 1.7706 + esac 1.7707 + ;; 1.7708 + 1.7709 + sunos4*) 1.7710 + lt_prog_compiler_wl='-Qoption ld ' 1.7711 + lt_prog_compiler_pic='-PIC' 1.7712 + lt_prog_compiler_static='-Bstatic' 1.7713 + ;; 1.7714 + 1.7715 + sysv4 | sysv4.2uw2* | sysv4.3*) 1.7716 + lt_prog_compiler_wl='-Wl,' 1.7717 + lt_prog_compiler_pic='-KPIC' 1.7718 + lt_prog_compiler_static='-Bstatic' 1.7719 + ;; 1.7720 + 1.7721 + sysv4*MP*) 1.7722 + if test -d /usr/nec ;then 1.7723 + lt_prog_compiler_pic='-Kconform_pic' 1.7724 + lt_prog_compiler_static='-Bstatic' 1.7725 + fi 1.7726 + ;; 1.7727 + 1.7728 + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) 1.7729 + lt_prog_compiler_wl='-Wl,' 1.7730 + lt_prog_compiler_pic='-KPIC' 1.7731 + lt_prog_compiler_static='-Bstatic' 1.7732 + ;; 1.7733 + 1.7734 + unicos*) 1.7735 + lt_prog_compiler_wl='-Wl,' 1.7736 + lt_prog_compiler_can_build_shared=no 1.7737 + ;; 1.7738 + 1.7739 + uts4*) 1.7740 + lt_prog_compiler_pic='-pic' 1.7741 + lt_prog_compiler_static='-Bstatic' 1.7742 + ;; 1.7743 + 1.7744 + *) 1.7745 + lt_prog_compiler_can_build_shared=no 1.7746 + ;; 1.7747 + esac 1.7748 + fi 1.7749 + 1.7750 +case $host_os in 1.7751 + # For platforms which do not support PIC, -DPIC is meaningless: 1.7752 + *djgpp*) 1.7753 + lt_prog_compiler_pic= 1.7754 + ;; 1.7755 + *) 1.7756 + lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" 1.7757 + ;; 1.7758 +esac 1.7759 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5 1.7760 +$as_echo "$lt_prog_compiler_pic" >&6; } 1.7761 + 1.7762 + 1.7763 + 1.7764 + 1.7765 + 1.7766 + 1.7767 +# 1.7768 +# Check to make sure the PIC flag actually works. 1.7769 +# 1.7770 +if test -n "$lt_prog_compiler_pic"; then 1.7771 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 1.7772 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } 1.7773 +if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : 1.7774 + $as_echo_n "(cached) " >&6 1.7775 +else 1.7776 + lt_cv_prog_compiler_pic_works=no 1.7777 + ac_outfile=conftest.$ac_objext 1.7778 + echo "$lt_simple_compile_test_code" > conftest.$ac_ext 1.7779 + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" 1.7780 + # Insert the option either (1) after the last *FLAGS variable, or 1.7781 + # (2) before a word containing "conftest.", or (3) at the end. 1.7782 + # Note that $ac_compile itself does not contain backslashes and begins 1.7783 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.7784 + # The option is referenced via a variable to avoid confusing sed. 1.7785 + lt_compile=`echo "$ac_compile" | $SED \ 1.7786 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.7787 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.7788 + -e 's:$: $lt_compiler_flag:'` 1.7789 + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) 1.7790 + (eval "$lt_compile" 2>conftest.err) 1.7791 + ac_status=$? 1.7792 + cat conftest.err >&5 1.7793 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.7794 + if (exit $ac_status) && test -s "$ac_outfile"; then 1.7795 + # The compiler can only warn and ignore the option if not recognized 1.7796 + # So say no if there are warnings other than the usual output. 1.7797 + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp 1.7798 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.7799 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 1.7800 + lt_cv_prog_compiler_pic_works=yes 1.7801 + fi 1.7802 + fi 1.7803 + $RM conftest* 1.7804 + 1.7805 +fi 1.7806 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 1.7807 +$as_echo "$lt_cv_prog_compiler_pic_works" >&6; } 1.7808 + 1.7809 +if test x"$lt_cv_prog_compiler_pic_works" = xyes; then 1.7810 + case $lt_prog_compiler_pic in 1.7811 + "" | " "*) ;; 1.7812 + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; 1.7813 + esac 1.7814 +else 1.7815 + lt_prog_compiler_pic= 1.7816 + lt_prog_compiler_can_build_shared=no 1.7817 +fi 1.7818 + 1.7819 +fi 1.7820 + 1.7821 + 1.7822 + 1.7823 + 1.7824 + 1.7825 + 1.7826 +# 1.7827 +# Check to make sure the static flag actually works. 1.7828 +# 1.7829 +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" 1.7830 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 1.7831 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 1.7832 +if test "${lt_cv_prog_compiler_static_works+set}" = set; then : 1.7833 + $as_echo_n "(cached) " >&6 1.7834 +else 1.7835 + lt_cv_prog_compiler_static_works=no 1.7836 + save_LDFLAGS="$LDFLAGS" 1.7837 + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 1.7838 + echo "$lt_simple_link_test_code" > conftest.$ac_ext 1.7839 + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then 1.7840 + # The linker can only warn and ignore the option if not recognized 1.7841 + # So say no if there are warnings 1.7842 + if test -s conftest.err; then 1.7843 + # Append any errors to the config.log. 1.7844 + cat conftest.err 1>&5 1.7845 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp 1.7846 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.7847 + if diff conftest.exp conftest.er2 >/dev/null; then 1.7848 + lt_cv_prog_compiler_static_works=yes 1.7849 + fi 1.7850 + else 1.7851 + lt_cv_prog_compiler_static_works=yes 1.7852 + fi 1.7853 + fi 1.7854 + $RM -r conftest* 1.7855 + LDFLAGS="$save_LDFLAGS" 1.7856 + 1.7857 +fi 1.7858 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 1.7859 +$as_echo "$lt_cv_prog_compiler_static_works" >&6; } 1.7860 + 1.7861 +if test x"$lt_cv_prog_compiler_static_works" = xyes; then 1.7862 + : 1.7863 +else 1.7864 + lt_prog_compiler_static= 1.7865 +fi 1.7866 + 1.7867 + 1.7868 + 1.7869 + 1.7870 + 1.7871 + 1.7872 + 1.7873 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 1.7874 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 1.7875 +if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 1.7876 + $as_echo_n "(cached) " >&6 1.7877 +else 1.7878 + lt_cv_prog_compiler_c_o=no 1.7879 + $RM -r conftest 2>/dev/null 1.7880 + mkdir conftest 1.7881 + cd conftest 1.7882 + mkdir out 1.7883 + echo "$lt_simple_compile_test_code" > conftest.$ac_ext 1.7884 + 1.7885 + lt_compiler_flag="-o out/conftest2.$ac_objext" 1.7886 + # Insert the option either (1) after the last *FLAGS variable, or 1.7887 + # (2) before a word containing "conftest.", or (3) at the end. 1.7888 + # Note that $ac_compile itself does not contain backslashes and begins 1.7889 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.7890 + lt_compile=`echo "$ac_compile" | $SED \ 1.7891 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.7892 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.7893 + -e 's:$: $lt_compiler_flag:'` 1.7894 + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) 1.7895 + (eval "$lt_compile" 2>out/conftest.err) 1.7896 + ac_status=$? 1.7897 + cat out/conftest.err >&5 1.7898 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.7899 + if (exit $ac_status) && test -s out/conftest2.$ac_objext 1.7900 + then 1.7901 + # The compiler can only warn and ignore the option if not recognized 1.7902 + # So say no if there are warnings 1.7903 + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp 1.7904 + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 1.7905 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then 1.7906 + lt_cv_prog_compiler_c_o=yes 1.7907 + fi 1.7908 + fi 1.7909 + chmod u+w . 2>&5 1.7910 + $RM conftest* 1.7911 + # SGI C++ compiler will create directory out/ii_files/ for 1.7912 + # template instantiation 1.7913 + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files 1.7914 + $RM out/* && rmdir out 1.7915 + cd .. 1.7916 + $RM -r conftest 1.7917 + $RM conftest* 1.7918 + 1.7919 +fi 1.7920 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 1.7921 +$as_echo "$lt_cv_prog_compiler_c_o" >&6; } 1.7922 + 1.7923 + 1.7924 + 1.7925 + 1.7926 + 1.7927 + 1.7928 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 1.7929 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 1.7930 +if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 1.7931 + $as_echo_n "(cached) " >&6 1.7932 +else 1.7933 + lt_cv_prog_compiler_c_o=no 1.7934 + $RM -r conftest 2>/dev/null 1.7935 + mkdir conftest 1.7936 + cd conftest 1.7937 + mkdir out 1.7938 + echo "$lt_simple_compile_test_code" > conftest.$ac_ext 1.7939 + 1.7940 + lt_compiler_flag="-o out/conftest2.$ac_objext" 1.7941 + # Insert the option either (1) after the last *FLAGS variable, or 1.7942 + # (2) before a word containing "conftest.", or (3) at the end. 1.7943 + # Note that $ac_compile itself does not contain backslashes and begins 1.7944 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.7945 + lt_compile=`echo "$ac_compile" | $SED \ 1.7946 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.7947 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.7948 + -e 's:$: $lt_compiler_flag:'` 1.7949 + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) 1.7950 + (eval "$lt_compile" 2>out/conftest.err) 1.7951 + ac_status=$? 1.7952 + cat out/conftest.err >&5 1.7953 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.7954 + if (exit $ac_status) && test -s out/conftest2.$ac_objext 1.7955 + then 1.7956 + # The compiler can only warn and ignore the option if not recognized 1.7957 + # So say no if there are warnings 1.7958 + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp 1.7959 + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 1.7960 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then 1.7961 + lt_cv_prog_compiler_c_o=yes 1.7962 + fi 1.7963 + fi 1.7964 + chmod u+w . 2>&5 1.7965 + $RM conftest* 1.7966 + # SGI C++ compiler will create directory out/ii_files/ for 1.7967 + # template instantiation 1.7968 + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files 1.7969 + $RM out/* && rmdir out 1.7970 + cd .. 1.7971 + $RM -r conftest 1.7972 + $RM conftest* 1.7973 + 1.7974 +fi 1.7975 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 1.7976 +$as_echo "$lt_cv_prog_compiler_c_o" >&6; } 1.7977 + 1.7978 + 1.7979 + 1.7980 + 1.7981 +hard_links="nottested" 1.7982 +if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then 1.7983 + # do not overwrite the value of need_locks provided by the user 1.7984 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 1.7985 +$as_echo_n "checking if we can lock with hard links... " >&6; } 1.7986 + hard_links=yes 1.7987 + $RM conftest* 1.7988 + ln conftest.a conftest.b 2>/dev/null && hard_links=no 1.7989 + touch conftest.a 1.7990 + ln conftest.a conftest.b 2>&5 || hard_links=no 1.7991 + ln conftest.a conftest.b 2>/dev/null && hard_links=no 1.7992 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 1.7993 +$as_echo "$hard_links" >&6; } 1.7994 + if test "$hard_links" = no; then 1.7995 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 1.7996 +$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 1.7997 + need_locks=warn 1.7998 + fi 1.7999 +else 1.8000 + need_locks=no 1.8001 +fi 1.8002 + 1.8003 + 1.8004 + 1.8005 + 1.8006 + 1.8007 + 1.8008 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 1.8009 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } 1.8010 + 1.8011 + runpath_var= 1.8012 + allow_undefined_flag= 1.8013 + always_export_symbols=no 1.8014 + archive_cmds= 1.8015 + archive_expsym_cmds= 1.8016 + compiler_needs_object=no 1.8017 + enable_shared_with_static_runtimes=no 1.8018 + export_dynamic_flag_spec= 1.8019 + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 1.8020 + hardcode_automatic=no 1.8021 + hardcode_direct=no 1.8022 + hardcode_direct_absolute=no 1.8023 + hardcode_libdir_flag_spec= 1.8024 + hardcode_libdir_flag_spec_ld= 1.8025 + hardcode_libdir_separator= 1.8026 + hardcode_minus_L=no 1.8027 + hardcode_shlibpath_var=unsupported 1.8028 + inherit_rpath=no 1.8029 + link_all_deplibs=unknown 1.8030 + module_cmds= 1.8031 + module_expsym_cmds= 1.8032 + old_archive_from_new_cmds= 1.8033 + old_archive_from_expsyms_cmds= 1.8034 + thread_safe_flag_spec= 1.8035 + whole_archive_flag_spec= 1.8036 + # include_expsyms should be a list of space-separated symbols to be *always* 1.8037 + # included in the symbol list 1.8038 + include_expsyms= 1.8039 + # exclude_expsyms can be an extended regexp of symbols to exclude 1.8040 + # it will be wrapped by ` (' and `)$', so one must not match beginning or 1.8041 + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', 1.8042 + # as well as any symbol that contains `d'. 1.8043 + exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' 1.8044 + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out 1.8045 + # platforms (ab)use it in PIC code, but their linkers get confused if 1.8046 + # the symbol is explicitly referenced. Since portable code cannot 1.8047 + # rely on this symbol name, it's probably fine to never include it in 1.8048 + # preloaded symbol tables. 1.8049 + # Exclude shared library initialization/finalization symbols. 1.8050 + extract_expsyms_cmds= 1.8051 + 1.8052 + case $host_os in 1.8053 + cygwin* | mingw* | pw32* | cegcc*) 1.8054 + # FIXME: the MSVC++ port hasn't been tested in a loooong time 1.8055 + # When not using gcc, we currently assume that we are using 1.8056 + # Microsoft Visual C++. 1.8057 + if test "$GCC" != yes; then 1.8058 + with_gnu_ld=no 1.8059 + fi 1.8060 + ;; 1.8061 + interix*) 1.8062 + # we just hope/assume this is gcc and not c89 (= MSVC++) 1.8063 + with_gnu_ld=yes 1.8064 + ;; 1.8065 + openbsd*) 1.8066 + with_gnu_ld=no 1.8067 + ;; 1.8068 + esac 1.8069 + 1.8070 + ld_shlibs=yes 1.8071 + 1.8072 + # On some targets, GNU ld is compatible enough with the native linker 1.8073 + # that we're better off using the native interface for both. 1.8074 + lt_use_gnu_ld_interface=no 1.8075 + if test "$with_gnu_ld" = yes; then 1.8076 + case $host_os in 1.8077 + aix*) 1.8078 + # The AIX port of GNU ld has always aspired to compatibility 1.8079 + # with the native linker. However, as the warning in the GNU ld 1.8080 + # block says, versions before 2.19.5* couldn't really create working 1.8081 + # shared libraries, regardless of the interface used. 1.8082 + case `$LD -v 2>&1` in 1.8083 + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; 1.8084 + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; 1.8085 + *\ \(GNU\ Binutils\)\ [3-9]*) ;; 1.8086 + *) 1.8087 + lt_use_gnu_ld_interface=yes 1.8088 + ;; 1.8089 + esac 1.8090 + ;; 1.8091 + *) 1.8092 + lt_use_gnu_ld_interface=yes 1.8093 + ;; 1.8094 + esac 1.8095 + fi 1.8096 + 1.8097 + if test "$lt_use_gnu_ld_interface" = yes; then 1.8098 + # If archive_cmds runs LD, not CC, wlarc should be empty 1.8099 + wlarc='${wl}' 1.8100 + 1.8101 + # Set some defaults for GNU ld with shared library support. These 1.8102 + # are reset later if shared libraries are not supported. Putting them 1.8103 + # here allows them to be overridden if necessary. 1.8104 + runpath_var=LD_RUN_PATH 1.8105 + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 1.8106 + export_dynamic_flag_spec='${wl}--export-dynamic' 1.8107 + # ancient GNU ld didn't support --whole-archive et. al. 1.8108 + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then 1.8109 + whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 1.8110 + else 1.8111 + whole_archive_flag_spec= 1.8112 + fi 1.8113 + supports_anon_versioning=no 1.8114 + case `$LD -v 2>&1` in 1.8115 + *GNU\ gold*) supports_anon_versioning=yes ;; 1.8116 + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 1.8117 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... 1.8118 + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... 1.8119 + *\ 2.11.*) ;; # other 2.11 versions 1.8120 + *) supports_anon_versioning=yes ;; 1.8121 + esac 1.8122 + 1.8123 + # See if GNU ld supports shared libraries. 1.8124 + case $host_os in 1.8125 + aix[3-9]*) 1.8126 + # On AIX/PPC, the GNU linker is very broken 1.8127 + if test "$host_cpu" != ia64; then 1.8128 + ld_shlibs=no 1.8129 + cat <<_LT_EOF 1>&2 1.8130 + 1.8131 +*** Warning: the GNU linker, at least up to release 2.19, is reported 1.8132 +*** to be unable to reliably create shared libraries on AIX. 1.8133 +*** Therefore, libtool is disabling shared libraries support. If you 1.8134 +*** really care for shared libraries, you may want to install binutils 1.8135 +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. 1.8136 +*** You will then need to restart the configuration process. 1.8137 + 1.8138 +_LT_EOF 1.8139 + fi 1.8140 + ;; 1.8141 + 1.8142 + amigaos*) 1.8143 + case $host_cpu in 1.8144 + powerpc) 1.8145 + # see comment about AmigaOS4 .so support 1.8146 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.8147 + archive_expsym_cmds='' 1.8148 + ;; 1.8149 + m68k) 1.8150 + 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.8151 + hardcode_libdir_flag_spec='-L$libdir' 1.8152 + hardcode_minus_L=yes 1.8153 + ;; 1.8154 + esac 1.8155 + ;; 1.8156 + 1.8157 + beos*) 1.8158 + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then 1.8159 + allow_undefined_flag=unsupported 1.8160 + # Joseph Beckenbach <jrb3@best.com> says some releases of gcc 1.8161 + # support --undefined. This deserves some investigation. FIXME 1.8162 + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.8163 + else 1.8164 + ld_shlibs=no 1.8165 + fi 1.8166 + ;; 1.8167 + 1.8168 + cygwin* | mingw* | pw32* | cegcc*) 1.8169 + # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, 1.8170 + # as there is no search path for DLLs. 1.8171 + hardcode_libdir_flag_spec='-L$libdir' 1.8172 + export_dynamic_flag_spec='${wl}--export-all-symbols' 1.8173 + allow_undefined_flag=unsupported 1.8174 + always_export_symbols=no 1.8175 + enable_shared_with_static_runtimes=yes 1.8176 + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' 1.8177 + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' 1.8178 + 1.8179 + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then 1.8180 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' 1.8181 + # If the export-symbols file already is a .def file (1st line 1.8182 + # is EXPORTS), use it as is; otherwise, prepend... 1.8183 + archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then 1.8184 + cp $export_symbols $output_objdir/$soname.def; 1.8185 + else 1.8186 + echo EXPORTS > $output_objdir/$soname.def; 1.8187 + cat $export_symbols >> $output_objdir/$soname.def; 1.8188 + fi~ 1.8189 + $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.8190 + else 1.8191 + ld_shlibs=no 1.8192 + fi 1.8193 + ;; 1.8194 + 1.8195 + haiku*) 1.8196 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.8197 + link_all_deplibs=yes 1.8198 + ;; 1.8199 + 1.8200 + interix[3-9]*) 1.8201 + hardcode_direct=no 1.8202 + hardcode_shlibpath_var=no 1.8203 + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 1.8204 + export_dynamic_flag_spec='${wl}-E' 1.8205 + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. 1.8206 + # Instead, shared libraries are loaded at an image base (0x10000000 by 1.8207 + # default) and relocated if they conflict, which is a slow very memory 1.8208 + # consuming and fragmenting process. To avoid this, we pick a random, 1.8209 + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link 1.8210 + # time. Moving up from 0x10000000 also allows more sbrk(2) space. 1.8211 + 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.8212 + 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.8213 + ;; 1.8214 + 1.8215 + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) 1.8216 + tmp_diet=no 1.8217 + if test "$host_os" = linux-dietlibc; then 1.8218 + case $cc_basename in 1.8219 + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) 1.8220 + esac 1.8221 + fi 1.8222 + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ 1.8223 + && test "$tmp_diet" = no 1.8224 + then 1.8225 + tmp_addflag= 1.8226 + tmp_sharedflag='-shared' 1.8227 + case $cc_basename,$host_cpu in 1.8228 + pgcc*) # Portland Group C compiler 1.8229 + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' 1.8230 + tmp_addflag=' $pic_flag' 1.8231 + ;; 1.8232 + pgf77* | pgf90* | pgf95* | pgfortran*) 1.8233 + # Portland Group f77 and f90 compilers 1.8234 + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' 1.8235 + tmp_addflag=' $pic_flag -Mnomain' ;; 1.8236 + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 1.8237 + tmp_addflag=' -i_dynamic' ;; 1.8238 + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 1.8239 + tmp_addflag=' -i_dynamic -nofor_main' ;; 1.8240 + ifc* | ifort*) # Intel Fortran compiler 1.8241 + tmp_addflag=' -nofor_main' ;; 1.8242 + lf95*) # Lahey Fortran 8.1 1.8243 + whole_archive_flag_spec= 1.8244 + tmp_sharedflag='--shared' ;; 1.8245 + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) 1.8246 + tmp_sharedflag='-qmkshrobj' 1.8247 + tmp_addflag= ;; 1.8248 + nvcc*) # Cuda Compiler Driver 2.2 1.8249 + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' 1.8250 + compiler_needs_object=yes 1.8251 + ;; 1.8252 + esac 1.8253 + case `$CC -V 2>&1 | sed 5q` in 1.8254 + *Sun\ C*) # Sun C 5.9 1.8255 + whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' 1.8256 + compiler_needs_object=yes 1.8257 + tmp_sharedflag='-G' ;; 1.8258 + *Sun\ F*) # Sun Fortran 8.3 1.8259 + tmp_sharedflag='-G' ;; 1.8260 + esac 1.8261 + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.8262 + 1.8263 + if test "x$supports_anon_versioning" = xyes; then 1.8264 + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ 1.8265 + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 1.8266 + echo "local: *; };" >> $output_objdir/$libname.ver~ 1.8267 + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 1.8268 + fi 1.8269 + 1.8270 + case $cc_basename in 1.8271 + xlf* | bgf* | bgxlf* | mpixlf*) 1.8272 + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself 1.8273 + whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' 1.8274 + hardcode_libdir_flag_spec= 1.8275 + hardcode_libdir_flag_spec_ld='-rpath $libdir' 1.8276 + archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' 1.8277 + if test "x$supports_anon_versioning" = xyes; then 1.8278 + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ 1.8279 + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 1.8280 + echo "local: *; };" >> $output_objdir/$libname.ver~ 1.8281 + $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' 1.8282 + fi 1.8283 + ;; 1.8284 + esac 1.8285 + else 1.8286 + ld_shlibs=no 1.8287 + fi 1.8288 + ;; 1.8289 + 1.8290 + netbsd*) 1.8291 + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then 1.8292 + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 1.8293 + wlarc= 1.8294 + else 1.8295 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.8296 + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 1.8297 + fi 1.8298 + ;; 1.8299 + 1.8300 + solaris*) 1.8301 + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then 1.8302 + ld_shlibs=no 1.8303 + cat <<_LT_EOF 1>&2 1.8304 + 1.8305 +*** Warning: The releases 2.8.* of the GNU linker cannot reliably 1.8306 +*** create shared libraries on Solaris systems. Therefore, libtool 1.8307 +*** is disabling shared libraries support. We urge you to upgrade GNU 1.8308 +*** binutils to release 2.9.1 or newer. Another option is to modify 1.8309 +*** your PATH or compiler configuration so that the native linker is 1.8310 +*** used, and then restart. 1.8311 + 1.8312 +_LT_EOF 1.8313 + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then 1.8314 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.8315 + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 1.8316 + else 1.8317 + ld_shlibs=no 1.8318 + fi 1.8319 + ;; 1.8320 + 1.8321 + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) 1.8322 + case `$LD -v 2>&1` in 1.8323 + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) 1.8324 + ld_shlibs=no 1.8325 + cat <<_LT_EOF 1>&2 1.8326 + 1.8327 +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not 1.8328 +*** reliably create shared libraries on SCO systems. Therefore, libtool 1.8329 +*** is disabling shared libraries support. We urge you to upgrade GNU 1.8330 +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify 1.8331 +*** your PATH or compiler configuration so that the native linker is 1.8332 +*** used, and then restart. 1.8333 + 1.8334 +_LT_EOF 1.8335 + ;; 1.8336 + *) 1.8337 + # For security reasons, it is highly recommended that you always 1.8338 + # use absolute paths for naming shared libraries, and exclude the 1.8339 + # DT_RUNPATH tag from executables and libraries. But doing so 1.8340 + # requires that you compile everything twice, which is a pain. 1.8341 + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then 1.8342 + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 1.8343 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.8344 + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 1.8345 + else 1.8346 + ld_shlibs=no 1.8347 + fi 1.8348 + ;; 1.8349 + esac 1.8350 + ;; 1.8351 + 1.8352 + sunos4*) 1.8353 + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' 1.8354 + wlarc= 1.8355 + hardcode_direct=yes 1.8356 + hardcode_shlibpath_var=no 1.8357 + ;; 1.8358 + 1.8359 + *) 1.8360 + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then 1.8361 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.8362 + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 1.8363 + else 1.8364 + ld_shlibs=no 1.8365 + fi 1.8366 + ;; 1.8367 + esac 1.8368 + 1.8369 + if test "$ld_shlibs" = no; then 1.8370 + runpath_var= 1.8371 + hardcode_libdir_flag_spec= 1.8372 + export_dynamic_flag_spec= 1.8373 + whole_archive_flag_spec= 1.8374 + fi 1.8375 + else 1.8376 + # PORTME fill in a description of your system's linker (not GNU ld) 1.8377 + case $host_os in 1.8378 + aix3*) 1.8379 + allow_undefined_flag=unsupported 1.8380 + always_export_symbols=yes 1.8381 + 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.8382 + # Note: this linker hardcodes the directories in LIBPATH if there 1.8383 + # are no directories specified by -L. 1.8384 + hardcode_minus_L=yes 1.8385 + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then 1.8386 + # Neither direct hardcoding nor static linking is supported with a 1.8387 + # broken collect2. 1.8388 + hardcode_direct=unsupported 1.8389 + fi 1.8390 + ;; 1.8391 + 1.8392 + aix[4-9]*) 1.8393 + if test "$host_cpu" = ia64; then 1.8394 + # On IA64, the linker does run time linking by default, so we don't 1.8395 + # have to do anything special. 1.8396 + aix_use_runtimelinking=no 1.8397 + exp_sym_flag='-Bexport' 1.8398 + no_entry_flag="" 1.8399 + else 1.8400 + # If we're using GNU nm, then we don't want the "-C" option. 1.8401 + # -C means demangle to AIX nm, but means don't demangle with GNU nm 1.8402 + # Also, AIX nm treats weak defined symbols like other global 1.8403 + # defined symbols, whereas GNU nm marks them as "W". 1.8404 + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then 1.8405 + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' 1.8406 + else 1.8407 + 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.8408 + fi 1.8409 + aix_use_runtimelinking=no 1.8410 + 1.8411 + # Test if we are trying to use run time linking or normal 1.8412 + # AIX style linking. If -brtl is somewhere in LDFLAGS, we 1.8413 + # need to do runtime linking. 1.8414 + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) 1.8415 + for ld_flag in $LDFLAGS; do 1.8416 + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 1.8417 + aix_use_runtimelinking=yes 1.8418 + break 1.8419 + fi 1.8420 + done 1.8421 + ;; 1.8422 + esac 1.8423 + 1.8424 + exp_sym_flag='-bexport' 1.8425 + no_entry_flag='-bnoentry' 1.8426 + fi 1.8427 + 1.8428 + # When large executables or shared objects are built, AIX ld can 1.8429 + # have problems creating the table of contents. If linking a library 1.8430 + # or program results in "error TOC overflow" add -mminimal-toc to 1.8431 + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not 1.8432 + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. 1.8433 + 1.8434 + archive_cmds='' 1.8435 + hardcode_direct=yes 1.8436 + hardcode_direct_absolute=yes 1.8437 + hardcode_libdir_separator=':' 1.8438 + link_all_deplibs=yes 1.8439 + file_list_spec='${wl}-f,' 1.8440 + 1.8441 + if test "$GCC" = yes; then 1.8442 + case $host_os in aix4.[012]|aix4.[012].*) 1.8443 + # We only want to do this on AIX 4.2 and lower, the check 1.8444 + # below for broken collect2 doesn't work under 4.3+ 1.8445 + collect2name=`${CC} -print-prog-name=collect2` 1.8446 + if test -f "$collect2name" && 1.8447 + strings "$collect2name" | $GREP resolve_lib_name >/dev/null 1.8448 + then 1.8449 + # We have reworked collect2 1.8450 + : 1.8451 + else 1.8452 + # We have old collect2 1.8453 + hardcode_direct=unsupported 1.8454 + # It fails to find uninstalled libraries when the uninstalled 1.8455 + # path is not listed in the libpath. Setting hardcode_minus_L 1.8456 + # to unsupported forces relinking 1.8457 + hardcode_minus_L=yes 1.8458 + hardcode_libdir_flag_spec='-L$libdir' 1.8459 + hardcode_libdir_separator= 1.8460 + fi 1.8461 + ;; 1.8462 + esac 1.8463 + shared_flag='-shared' 1.8464 + if test "$aix_use_runtimelinking" = yes; then 1.8465 + shared_flag="$shared_flag "'${wl}-G' 1.8466 + fi 1.8467 + else 1.8468 + # not using gcc 1.8469 + if test "$host_cpu" = ia64; then 1.8470 + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release 1.8471 + # chokes on -Wl,-G. The following line is correct: 1.8472 + shared_flag='-G' 1.8473 + else 1.8474 + if test "$aix_use_runtimelinking" = yes; then 1.8475 + shared_flag='${wl}-G' 1.8476 + else 1.8477 + shared_flag='${wl}-bM:SRE' 1.8478 + fi 1.8479 + fi 1.8480 + fi 1.8481 + 1.8482 + export_dynamic_flag_spec='${wl}-bexpall' 1.8483 + # It seems that -bexpall does not export symbols beginning with 1.8484 + # underscore (_), so it is better to generate a list of symbols to export. 1.8485 + always_export_symbols=yes 1.8486 + if test "$aix_use_runtimelinking" = yes; then 1.8487 + # Warning - without using the other runtime loading flags (-brtl), 1.8488 + # -berok will link without error, but may produce a broken library. 1.8489 + allow_undefined_flag='-berok' 1.8490 + # Determine the default libpath from the value encoded in an 1.8491 + # empty executable. 1.8492 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.8493 +/* end confdefs.h. */ 1.8494 + 1.8495 +int 1.8496 +main () 1.8497 +{ 1.8498 + 1.8499 + ; 1.8500 + return 0; 1.8501 +} 1.8502 +_ACEOF 1.8503 +if ac_fn_c_try_link "$LINENO"; then : 1.8504 + 1.8505 +lt_aix_libpath_sed=' 1.8506 + /Import File Strings/,/^$/ { 1.8507 + /^0/ { 1.8508 + s/^0 *\(.*\)$/\1/ 1.8509 + p 1.8510 + } 1.8511 + }' 1.8512 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` 1.8513 +# Check for a 64-bit object if we didn't find anything. 1.8514 +if test -z "$aix_libpath"; then 1.8515 + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` 1.8516 +fi 1.8517 +fi 1.8518 +rm -f core conftest.err conftest.$ac_objext \ 1.8519 + conftest$ac_exeext conftest.$ac_ext 1.8520 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 1.8521 + 1.8522 + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" 1.8523 + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" 1.8524 + else 1.8525 + if test "$host_cpu" = ia64; then 1.8526 + hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' 1.8527 + allow_undefined_flag="-z nodefs" 1.8528 + 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.8529 + else 1.8530 + # Determine the default libpath from the value encoded in an 1.8531 + # empty executable. 1.8532 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.8533 +/* end confdefs.h. */ 1.8534 + 1.8535 +int 1.8536 +main () 1.8537 +{ 1.8538 + 1.8539 + ; 1.8540 + return 0; 1.8541 +} 1.8542 +_ACEOF 1.8543 +if ac_fn_c_try_link "$LINENO"; then : 1.8544 + 1.8545 +lt_aix_libpath_sed=' 1.8546 + /Import File Strings/,/^$/ { 1.8547 + /^0/ { 1.8548 + s/^0 *\(.*\)$/\1/ 1.8549 + p 1.8550 + } 1.8551 + }' 1.8552 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` 1.8553 +# Check for a 64-bit object if we didn't find anything. 1.8554 +if test -z "$aix_libpath"; then 1.8555 + aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` 1.8556 +fi 1.8557 +fi 1.8558 +rm -f core conftest.err conftest.$ac_objext \ 1.8559 + conftest$ac_exeext conftest.$ac_ext 1.8560 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 1.8561 + 1.8562 + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" 1.8563 + # Warning - without using the other run time loading flags, 1.8564 + # -berok will link without error, but may produce a broken library. 1.8565 + no_undefined_flag=' ${wl}-bernotok' 1.8566 + allow_undefined_flag=' ${wl}-berok' 1.8567 + if test "$with_gnu_ld" = yes; then 1.8568 + # We only use this code for GNU lds that support --whole-archive. 1.8569 + whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' 1.8570 + else 1.8571 + # Exported symbols can be pulled into shared objects from archives 1.8572 + whole_archive_flag_spec='$convenience' 1.8573 + fi 1.8574 + archive_cmds_need_lc=yes 1.8575 + # This is similar to how AIX traditionally builds its shared libraries. 1.8576 + 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.8577 + fi 1.8578 + fi 1.8579 + ;; 1.8580 + 1.8581 + amigaos*) 1.8582 + case $host_cpu in 1.8583 + powerpc) 1.8584 + # see comment about AmigaOS4 .so support 1.8585 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.8586 + archive_expsym_cmds='' 1.8587 + ;; 1.8588 + m68k) 1.8589 + 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.8590 + hardcode_libdir_flag_spec='-L$libdir' 1.8591 + hardcode_minus_L=yes 1.8592 + ;; 1.8593 + esac 1.8594 + ;; 1.8595 + 1.8596 + bsdi[45]*) 1.8597 + export_dynamic_flag_spec=-rdynamic 1.8598 + ;; 1.8599 + 1.8600 + cygwin* | mingw* | pw32* | cegcc*) 1.8601 + # When not using gcc, we currently assume that we are using 1.8602 + # Microsoft Visual C++. 1.8603 + # hardcode_libdir_flag_spec is actually meaningless, as there is 1.8604 + # no search path for DLLs. 1.8605 + hardcode_libdir_flag_spec=' ' 1.8606 + allow_undefined_flag=unsupported 1.8607 + # Tell ltmain to make .lib files, not .a files. 1.8608 + libext=lib 1.8609 + # Tell ltmain to make .dll files, not .so files. 1.8610 + shrext_cmds=".dll" 1.8611 + # FIXME: Setting linknames here is a bad hack. 1.8612 + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' 1.8613 + # The linker will automatically build a .lib file if we build a DLL. 1.8614 + old_archive_from_new_cmds='true' 1.8615 + # FIXME: Should let the user specify the lib program. 1.8616 + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' 1.8617 + fix_srcfile_path='`cygpath -w "$srcfile"`' 1.8618 + enable_shared_with_static_runtimes=yes 1.8619 + ;; 1.8620 + 1.8621 + darwin* | rhapsody*) 1.8622 + 1.8623 + 1.8624 + archive_cmds_need_lc=no 1.8625 + hardcode_direct=no 1.8626 + hardcode_automatic=yes 1.8627 + hardcode_shlibpath_var=unsupported 1.8628 + if test "$lt_cv_ld_force_load" = "yes"; then 1.8629 + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' 1.8630 + else 1.8631 + whole_archive_flag_spec='' 1.8632 + fi 1.8633 + link_all_deplibs=yes 1.8634 + allow_undefined_flag="$_lt_dar_allow_undefined" 1.8635 + case $cc_basename in 1.8636 + ifort*) _lt_dar_can_shared=yes ;; 1.8637 + *) _lt_dar_can_shared=$GCC ;; 1.8638 + esac 1.8639 + if test "$_lt_dar_can_shared" = "yes"; then 1.8640 + output_verbose_link_cmd=func_echo_all 1.8641 + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" 1.8642 + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" 1.8643 + archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" 1.8644 + module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" 1.8645 + 1.8646 + else 1.8647 + ld_shlibs=no 1.8648 + fi 1.8649 + 1.8650 + ;; 1.8651 + 1.8652 + dgux*) 1.8653 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.8654 + hardcode_libdir_flag_spec='-L$libdir' 1.8655 + hardcode_shlibpath_var=no 1.8656 + ;; 1.8657 + 1.8658 + freebsd1*) 1.8659 + ld_shlibs=no 1.8660 + ;; 1.8661 + 1.8662 + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 1.8663 + # support. Future versions do this automatically, but an explicit c++rt0.o 1.8664 + # does not break anything, and helps significantly (at the cost of a little 1.8665 + # extra space). 1.8666 + freebsd2.2*) 1.8667 + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' 1.8668 + hardcode_libdir_flag_spec='-R$libdir' 1.8669 + hardcode_direct=yes 1.8670 + hardcode_shlibpath_var=no 1.8671 + ;; 1.8672 + 1.8673 + # Unfortunately, older versions of FreeBSD 2 do not have this feature. 1.8674 + freebsd2*) 1.8675 + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 1.8676 + hardcode_direct=yes 1.8677 + hardcode_minus_L=yes 1.8678 + hardcode_shlibpath_var=no 1.8679 + ;; 1.8680 + 1.8681 + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 1.8682 + freebsd* | dragonfly*) 1.8683 + archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 1.8684 + hardcode_libdir_flag_spec='-R$libdir' 1.8685 + hardcode_direct=yes 1.8686 + hardcode_shlibpath_var=no 1.8687 + ;; 1.8688 + 1.8689 + hpux9*) 1.8690 + if test "$GCC" = yes; then 1.8691 + 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.8692 + else 1.8693 + 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.8694 + fi 1.8695 + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 1.8696 + hardcode_libdir_separator=: 1.8697 + hardcode_direct=yes 1.8698 + 1.8699 + # hardcode_minus_L: Not really in the search PATH, 1.8700 + # but as the default location of the library. 1.8701 + hardcode_minus_L=yes 1.8702 + export_dynamic_flag_spec='${wl}-E' 1.8703 + ;; 1.8704 + 1.8705 + hpux10*) 1.8706 + if test "$GCC" = yes && test "$with_gnu_ld" = no; then 1.8707 + archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 1.8708 + else 1.8709 + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' 1.8710 + fi 1.8711 + if test "$with_gnu_ld" = no; then 1.8712 + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 1.8713 + hardcode_libdir_flag_spec_ld='+b $libdir' 1.8714 + hardcode_libdir_separator=: 1.8715 + hardcode_direct=yes 1.8716 + hardcode_direct_absolute=yes 1.8717 + export_dynamic_flag_spec='${wl}-E' 1.8718 + # hardcode_minus_L: Not really in the search PATH, 1.8719 + # but as the default location of the library. 1.8720 + hardcode_minus_L=yes 1.8721 + fi 1.8722 + ;; 1.8723 + 1.8724 + hpux11*) 1.8725 + if test "$GCC" = yes && test "$with_gnu_ld" = no; then 1.8726 + case $host_cpu in 1.8727 + hppa*64*) 1.8728 + archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.8729 + ;; 1.8730 + ia64*) 1.8731 + archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' 1.8732 + ;; 1.8733 + *) 1.8734 + archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 1.8735 + ;; 1.8736 + esac 1.8737 + else 1.8738 + case $host_cpu in 1.8739 + hppa*64*) 1.8740 + archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.8741 + ;; 1.8742 + ia64*) 1.8743 + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' 1.8744 + ;; 1.8745 + *) 1.8746 + 1.8747 + # Older versions of the 11.00 compiler do not understand -b yet 1.8748 + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) 1.8749 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 1.8750 +$as_echo_n "checking if $CC understands -b... " >&6; } 1.8751 +if test "${lt_cv_prog_compiler__b+set}" = set; then : 1.8752 + $as_echo_n "(cached) " >&6 1.8753 +else 1.8754 + lt_cv_prog_compiler__b=no 1.8755 + save_LDFLAGS="$LDFLAGS" 1.8756 + LDFLAGS="$LDFLAGS -b" 1.8757 + echo "$lt_simple_link_test_code" > conftest.$ac_ext 1.8758 + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then 1.8759 + # The linker can only warn and ignore the option if not recognized 1.8760 + # So say no if there are warnings 1.8761 + if test -s conftest.err; then 1.8762 + # Append any errors to the config.log. 1.8763 + cat conftest.err 1>&5 1.8764 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp 1.8765 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.8766 + if diff conftest.exp conftest.er2 >/dev/null; then 1.8767 + lt_cv_prog_compiler__b=yes 1.8768 + fi 1.8769 + else 1.8770 + lt_cv_prog_compiler__b=yes 1.8771 + fi 1.8772 + fi 1.8773 + $RM -r conftest* 1.8774 + LDFLAGS="$save_LDFLAGS" 1.8775 + 1.8776 +fi 1.8777 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 1.8778 +$as_echo "$lt_cv_prog_compiler__b" >&6; } 1.8779 + 1.8780 +if test x"$lt_cv_prog_compiler__b" = xyes; then 1.8781 + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 1.8782 +else 1.8783 + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' 1.8784 +fi 1.8785 + 1.8786 + ;; 1.8787 + esac 1.8788 + fi 1.8789 + if test "$with_gnu_ld" = no; then 1.8790 + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 1.8791 + hardcode_libdir_separator=: 1.8792 + 1.8793 + case $host_cpu in 1.8794 + hppa*64*|ia64*) 1.8795 + hardcode_direct=no 1.8796 + hardcode_shlibpath_var=no 1.8797 + ;; 1.8798 + *) 1.8799 + hardcode_direct=yes 1.8800 + hardcode_direct_absolute=yes 1.8801 + export_dynamic_flag_spec='${wl}-E' 1.8802 + 1.8803 + # hardcode_minus_L: Not really in the search PATH, 1.8804 + # but as the default location of the library. 1.8805 + hardcode_minus_L=yes 1.8806 + ;; 1.8807 + esac 1.8808 + fi 1.8809 + ;; 1.8810 + 1.8811 + irix5* | irix6* | nonstopux*) 1.8812 + if test "$GCC" = yes; then 1.8813 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 1.8814 + # Try to use the -exported_symbol ld option, if it does not 1.8815 + # work, assume that -exports_file does not work either and 1.8816 + # implicitly export all symbols. 1.8817 + save_LDFLAGS="$LDFLAGS" 1.8818 + LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" 1.8819 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.8820 +/* end confdefs.h. */ 1.8821 +int foo(void) {} 1.8822 +_ACEOF 1.8823 +if ac_fn_c_try_link "$LINENO"; then : 1.8824 + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' 1.8825 + 1.8826 +fi 1.8827 +rm -f core conftest.err conftest.$ac_objext \ 1.8828 + conftest$ac_exeext conftest.$ac_ext 1.8829 + LDFLAGS="$save_LDFLAGS" 1.8830 + else 1.8831 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' 1.8832 + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' 1.8833 + fi 1.8834 + archive_cmds_need_lc='no' 1.8835 + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 1.8836 + hardcode_libdir_separator=: 1.8837 + inherit_rpath=yes 1.8838 + link_all_deplibs=yes 1.8839 + ;; 1.8840 + 1.8841 + netbsd*) 1.8842 + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then 1.8843 + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 1.8844 + else 1.8845 + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF 1.8846 + fi 1.8847 + hardcode_libdir_flag_spec='-R$libdir' 1.8848 + hardcode_direct=yes 1.8849 + hardcode_shlibpath_var=no 1.8850 + ;; 1.8851 + 1.8852 + newsos6) 1.8853 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.8854 + hardcode_direct=yes 1.8855 + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 1.8856 + hardcode_libdir_separator=: 1.8857 + hardcode_shlibpath_var=no 1.8858 + ;; 1.8859 + 1.8860 + *nto* | *qnx*) 1.8861 + ;; 1.8862 + 1.8863 + openbsd*) 1.8864 + if test -f /usr/libexec/ld.so; then 1.8865 + hardcode_direct=yes 1.8866 + hardcode_shlibpath_var=no 1.8867 + hardcode_direct_absolute=yes 1.8868 + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 1.8869 + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 1.8870 + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' 1.8871 + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 1.8872 + export_dynamic_flag_spec='${wl}-E' 1.8873 + else 1.8874 + case $host_os in 1.8875 + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) 1.8876 + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 1.8877 + hardcode_libdir_flag_spec='-R$libdir' 1.8878 + ;; 1.8879 + *) 1.8880 + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 1.8881 + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 1.8882 + ;; 1.8883 + esac 1.8884 + fi 1.8885 + else 1.8886 + ld_shlibs=no 1.8887 + fi 1.8888 + ;; 1.8889 + 1.8890 + os2*) 1.8891 + hardcode_libdir_flag_spec='-L$libdir' 1.8892 + hardcode_minus_L=yes 1.8893 + allow_undefined_flag=unsupported 1.8894 + 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.8895 + old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' 1.8896 + ;; 1.8897 + 1.8898 + osf3*) 1.8899 + if test "$GCC" = yes; then 1.8900 + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' 1.8901 + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 1.8902 + else 1.8903 + allow_undefined_flag=' -expect_unresolved \*' 1.8904 + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' 1.8905 + fi 1.8906 + archive_cmds_need_lc='no' 1.8907 + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 1.8908 + hardcode_libdir_separator=: 1.8909 + ;; 1.8910 + 1.8911 + osf4* | osf5*) # as osf3* with the addition of -msym flag 1.8912 + if test "$GCC" = yes; then 1.8913 + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' 1.8914 + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' 1.8915 + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 1.8916 + else 1.8917 + allow_undefined_flag=' -expect_unresolved \*' 1.8918 + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' 1.8919 + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ 1.8920 + $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' 1.8921 + 1.8922 + # Both c and cxx compiler support -rpath directly 1.8923 + hardcode_libdir_flag_spec='-rpath $libdir' 1.8924 + fi 1.8925 + archive_cmds_need_lc='no' 1.8926 + hardcode_libdir_separator=: 1.8927 + ;; 1.8928 + 1.8929 + solaris*) 1.8930 + no_undefined_flag=' -z defs' 1.8931 + if test "$GCC" = yes; then 1.8932 + wlarc='${wl}' 1.8933 + archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.8934 + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ 1.8935 + $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' 1.8936 + else 1.8937 + case `$CC -V 2>&1` in 1.8938 + *"Compilers 5.0"*) 1.8939 + wlarc='' 1.8940 + archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.8941 + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ 1.8942 + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' 1.8943 + ;; 1.8944 + *) 1.8945 + wlarc='${wl}' 1.8946 + archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' 1.8947 + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ 1.8948 + $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' 1.8949 + ;; 1.8950 + esac 1.8951 + fi 1.8952 + hardcode_libdir_flag_spec='-R$libdir' 1.8953 + hardcode_shlibpath_var=no 1.8954 + case $host_os in 1.8955 + solaris2.[0-5] | solaris2.[0-5].*) ;; 1.8956 + *) 1.8957 + # The compiler driver will combine and reorder linker options, 1.8958 + # but understands `-z linker_flag'. GCC discards it without `$wl', 1.8959 + # but is careful enough not to reorder. 1.8960 + # Supported since Solaris 2.6 (maybe 2.5.1?) 1.8961 + if test "$GCC" = yes; then 1.8962 + whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' 1.8963 + else 1.8964 + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' 1.8965 + fi 1.8966 + ;; 1.8967 + esac 1.8968 + link_all_deplibs=yes 1.8969 + ;; 1.8970 + 1.8971 + sunos4*) 1.8972 + if test "x$host_vendor" = xsequent; then 1.8973 + # Use $CC to link under sequent, because it throws in some extra .o 1.8974 + # files that make .init and .fini sections work. 1.8975 + archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' 1.8976 + else 1.8977 + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' 1.8978 + fi 1.8979 + hardcode_libdir_flag_spec='-L$libdir' 1.8980 + hardcode_direct=yes 1.8981 + hardcode_minus_L=yes 1.8982 + hardcode_shlibpath_var=no 1.8983 + ;; 1.8984 + 1.8985 + sysv4) 1.8986 + case $host_vendor in 1.8987 + sni) 1.8988 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.8989 + hardcode_direct=yes # is this really true??? 1.8990 + ;; 1.8991 + siemens) 1.8992 + ## LD is ld it makes a PLAMLIB 1.8993 + ## CC just makes a GrossModule. 1.8994 + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' 1.8995 + reload_cmds='$CC -r -o $output$reload_objs' 1.8996 + hardcode_direct=no 1.8997 + ;; 1.8998 + motorola) 1.8999 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.9000 + hardcode_direct=no #Motorola manual says yes, but my tests say they lie 1.9001 + ;; 1.9002 + esac 1.9003 + runpath_var='LD_RUN_PATH' 1.9004 + hardcode_shlibpath_var=no 1.9005 + ;; 1.9006 + 1.9007 + sysv4.3*) 1.9008 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.9009 + hardcode_shlibpath_var=no 1.9010 + export_dynamic_flag_spec='-Bexport' 1.9011 + ;; 1.9012 + 1.9013 + sysv4*MP*) 1.9014 + if test -d /usr/nec; then 1.9015 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.9016 + hardcode_shlibpath_var=no 1.9017 + runpath_var=LD_RUN_PATH 1.9018 + hardcode_runpath_var=yes 1.9019 + ld_shlibs=yes 1.9020 + fi 1.9021 + ;; 1.9022 + 1.9023 + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) 1.9024 + no_undefined_flag='${wl}-z,text' 1.9025 + archive_cmds_need_lc=no 1.9026 + hardcode_shlibpath_var=no 1.9027 + runpath_var='LD_RUN_PATH' 1.9028 + 1.9029 + if test "$GCC" = yes; then 1.9030 + archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.9031 + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.9032 + else 1.9033 + archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.9034 + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.9035 + fi 1.9036 + ;; 1.9037 + 1.9038 + sysv5* | sco3.2v5* | sco5v6*) 1.9039 + # Note: We can NOT use -z defs as we might desire, because we do not 1.9040 + # link with -lc, and that would cause any symbols used from libc to 1.9041 + # always be unresolved, which means just about no library would 1.9042 + # ever link correctly. If we're not using GNU ld we use -z text 1.9043 + # though, which does catch some bad symbols but isn't as heavy-handed 1.9044 + # as -z defs. 1.9045 + no_undefined_flag='${wl}-z,text' 1.9046 + allow_undefined_flag='${wl}-z,nodefs' 1.9047 + archive_cmds_need_lc=no 1.9048 + hardcode_shlibpath_var=no 1.9049 + hardcode_libdir_flag_spec='${wl}-R,$libdir' 1.9050 + hardcode_libdir_separator=':' 1.9051 + link_all_deplibs=yes 1.9052 + export_dynamic_flag_spec='${wl}-Bexport' 1.9053 + runpath_var='LD_RUN_PATH' 1.9054 + 1.9055 + if test "$GCC" = yes; then 1.9056 + archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.9057 + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.9058 + else 1.9059 + archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.9060 + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.9061 + fi 1.9062 + ;; 1.9063 + 1.9064 + uts4*) 1.9065 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.9066 + hardcode_libdir_flag_spec='-L$libdir' 1.9067 + hardcode_shlibpath_var=no 1.9068 + ;; 1.9069 + 1.9070 + *) 1.9071 + ld_shlibs=no 1.9072 + ;; 1.9073 + esac 1.9074 + 1.9075 + if test x$host_vendor = xsni; then 1.9076 + case $host in 1.9077 + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 1.9078 + export_dynamic_flag_spec='${wl}-Blargedynsym' 1.9079 + ;; 1.9080 + esac 1.9081 + fi 1.9082 + fi 1.9083 + 1.9084 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 1.9085 +$as_echo "$ld_shlibs" >&6; } 1.9086 +test "$ld_shlibs" = no && can_build_shared=no 1.9087 + 1.9088 +with_gnu_ld=$with_gnu_ld 1.9089 + 1.9090 + 1.9091 + 1.9092 + 1.9093 + 1.9094 + 1.9095 + 1.9096 + 1.9097 + 1.9098 + 1.9099 + 1.9100 + 1.9101 + 1.9102 + 1.9103 + 1.9104 +# 1.9105 +# Do we need to explicitly link libc? 1.9106 +# 1.9107 +case "x$archive_cmds_need_lc" in 1.9108 +x|xyes) 1.9109 + # Assume -lc should be added 1.9110 + archive_cmds_need_lc=yes 1.9111 + 1.9112 + if test "$enable_shared" = yes && test "$GCC" = yes; then 1.9113 + case $archive_cmds in 1.9114 + *'~'*) 1.9115 + # FIXME: we may have to deal with multi-command sequences. 1.9116 + ;; 1.9117 + '$CC '*) 1.9118 + # Test whether the compiler implicitly links with -lc since on some 1.9119 + # systems, -lgcc has to come before -lc. If gcc already passes -lc 1.9120 + # to ld, don't add -lc before -lgcc. 1.9121 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 1.9122 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 1.9123 +if test "${lt_cv_archive_cmds_need_lc+set}" = set; then : 1.9124 + $as_echo_n "(cached) " >&6 1.9125 +else 1.9126 + $RM conftest* 1.9127 + echo "$lt_simple_compile_test_code" > conftest.$ac_ext 1.9128 + 1.9129 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 1.9130 + (eval $ac_compile) 2>&5 1.9131 + ac_status=$? 1.9132 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.9133 + test $ac_status = 0; } 2>conftest.err; then 1.9134 + soname=conftest 1.9135 + lib=conftest 1.9136 + libobjs=conftest.$ac_objext 1.9137 + deplibs= 1.9138 + wl=$lt_prog_compiler_wl 1.9139 + pic_flag=$lt_prog_compiler_pic 1.9140 + compiler_flags=-v 1.9141 + linker_flags=-v 1.9142 + verstring= 1.9143 + output_objdir=. 1.9144 + libname=conftest 1.9145 + lt_save_allow_undefined_flag=$allow_undefined_flag 1.9146 + allow_undefined_flag= 1.9147 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 1.9148 + (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 1.9149 + ac_status=$? 1.9150 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.9151 + test $ac_status = 0; } 1.9152 + then 1.9153 + lt_cv_archive_cmds_need_lc=no 1.9154 + else 1.9155 + lt_cv_archive_cmds_need_lc=yes 1.9156 + fi 1.9157 + allow_undefined_flag=$lt_save_allow_undefined_flag 1.9158 + else 1.9159 + cat conftest.err 1>&5 1.9160 + fi 1.9161 + $RM conftest* 1.9162 + 1.9163 +fi 1.9164 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 1.9165 +$as_echo "$lt_cv_archive_cmds_need_lc" >&6; } 1.9166 + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc 1.9167 + ;; 1.9168 + esac 1.9169 + fi 1.9170 + ;; 1.9171 +esac 1.9172 + 1.9173 + 1.9174 + 1.9175 + 1.9176 + 1.9177 + 1.9178 + 1.9179 + 1.9180 + 1.9181 + 1.9182 + 1.9183 + 1.9184 + 1.9185 + 1.9186 + 1.9187 + 1.9188 + 1.9189 + 1.9190 + 1.9191 + 1.9192 + 1.9193 + 1.9194 + 1.9195 + 1.9196 + 1.9197 + 1.9198 + 1.9199 + 1.9200 + 1.9201 + 1.9202 + 1.9203 + 1.9204 + 1.9205 + 1.9206 + 1.9207 + 1.9208 + 1.9209 + 1.9210 + 1.9211 + 1.9212 + 1.9213 + 1.9214 + 1.9215 + 1.9216 + 1.9217 + 1.9218 + 1.9219 + 1.9220 + 1.9221 + 1.9222 + 1.9223 + 1.9224 + 1.9225 + 1.9226 + 1.9227 + 1.9228 + 1.9229 + 1.9230 + 1.9231 + 1.9232 + 1.9233 + 1.9234 + 1.9235 + 1.9236 + 1.9237 + 1.9238 + 1.9239 + 1.9240 + 1.9241 + 1.9242 + 1.9243 + 1.9244 + 1.9245 + 1.9246 + 1.9247 + 1.9248 + 1.9249 + 1.9250 + 1.9251 + 1.9252 + 1.9253 + 1.9254 + 1.9255 + 1.9256 + 1.9257 + 1.9258 + 1.9259 + 1.9260 + 1.9261 + 1.9262 + 1.9263 + 1.9264 + 1.9265 + 1.9266 + 1.9267 + 1.9268 + 1.9269 + 1.9270 + 1.9271 + 1.9272 + 1.9273 + 1.9274 + 1.9275 + 1.9276 + 1.9277 + 1.9278 + 1.9279 + 1.9280 + 1.9281 + 1.9282 + 1.9283 + 1.9284 + 1.9285 + 1.9286 + 1.9287 + 1.9288 + 1.9289 + 1.9290 + 1.9291 + 1.9292 + 1.9293 + 1.9294 + 1.9295 + 1.9296 + 1.9297 + 1.9298 + 1.9299 + 1.9300 + 1.9301 + 1.9302 + 1.9303 + 1.9304 + 1.9305 + 1.9306 + 1.9307 + 1.9308 + 1.9309 + 1.9310 + 1.9311 + 1.9312 + 1.9313 + 1.9314 + 1.9315 + 1.9316 + 1.9317 + 1.9318 + 1.9319 + 1.9320 + 1.9321 + 1.9322 + 1.9323 + 1.9324 + 1.9325 + 1.9326 + 1.9327 + 1.9328 + 1.9329 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 1.9330 +$as_echo_n "checking dynamic linker characteristics... " >&6; } 1.9331 + 1.9332 +if test "$GCC" = yes; then 1.9333 + case $host_os in 1.9334 + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; 1.9335 + *) lt_awk_arg="/^libraries:/" ;; 1.9336 + esac 1.9337 + case $host_os in 1.9338 + mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; 1.9339 + *) lt_sed_strip_eq="s,=/,/,g" ;; 1.9340 + esac 1.9341 + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` 1.9342 + case $lt_search_path_spec in 1.9343 + *\;*) 1.9344 + # if the path contains ";" then we assume it to be the separator 1.9345 + # otherwise default to the standard path separator (i.e. ":") - it is 1.9346 + # assumed that no part of a normal pathname contains ";" but that should 1.9347 + # okay in the real world where ";" in dirpaths is itself problematic. 1.9348 + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` 1.9349 + ;; 1.9350 + *) 1.9351 + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` 1.9352 + ;; 1.9353 + esac 1.9354 + # Ok, now we have the path, separated by spaces, we can step through it 1.9355 + # and add multilib dir if necessary. 1.9356 + lt_tmp_lt_search_path_spec= 1.9357 + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` 1.9358 + for lt_sys_path in $lt_search_path_spec; do 1.9359 + if test -d "$lt_sys_path/$lt_multi_os_dir"; then 1.9360 + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" 1.9361 + else 1.9362 + test -d "$lt_sys_path" && \ 1.9363 + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" 1.9364 + fi 1.9365 + done 1.9366 + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' 1.9367 +BEGIN {RS=" "; FS="/|\n";} { 1.9368 + lt_foo=""; 1.9369 + lt_count=0; 1.9370 + for (lt_i = NF; lt_i > 0; lt_i--) { 1.9371 + if ($lt_i != "" && $lt_i != ".") { 1.9372 + if ($lt_i == "..") { 1.9373 + lt_count++; 1.9374 + } else { 1.9375 + if (lt_count == 0) { 1.9376 + lt_foo="/" $lt_i lt_foo; 1.9377 + } else { 1.9378 + lt_count--; 1.9379 + } 1.9380 + } 1.9381 + } 1.9382 + } 1.9383 + if (lt_foo != "") { lt_freq[lt_foo]++; } 1.9384 + if (lt_freq[lt_foo] == 1) { print lt_foo; } 1.9385 +}'` 1.9386 + # AWK program above erroneously prepends '/' to C:/dos/paths 1.9387 + # for these hosts. 1.9388 + case $host_os in 1.9389 + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ 1.9390 + $SED 's,/\([A-Za-z]:\),\1,g'` ;; 1.9391 + esac 1.9392 + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` 1.9393 +else 1.9394 + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" 1.9395 +fi 1.9396 +library_names_spec= 1.9397 +libname_spec='lib$name' 1.9398 +soname_spec= 1.9399 +shrext_cmds=".so" 1.9400 +postinstall_cmds= 1.9401 +postuninstall_cmds= 1.9402 +finish_cmds= 1.9403 +finish_eval= 1.9404 +shlibpath_var= 1.9405 +shlibpath_overrides_runpath=unknown 1.9406 +version_type=none 1.9407 +dynamic_linker="$host_os ld.so" 1.9408 +sys_lib_dlsearch_path_spec="/lib /usr/lib" 1.9409 +need_lib_prefix=unknown 1.9410 +hardcode_into_libs=no 1.9411 + 1.9412 +# when you set need_version to no, make sure it does not cause -set_version 1.9413 +# flags to be left without arguments 1.9414 +need_version=unknown 1.9415 + 1.9416 +case $host_os in 1.9417 +aix3*) 1.9418 + version_type=linux 1.9419 + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' 1.9420 + shlibpath_var=LIBPATH 1.9421 + 1.9422 + # AIX 3 has no versioning support, so we append a major version to the name. 1.9423 + soname_spec='${libname}${release}${shared_ext}$major' 1.9424 + ;; 1.9425 + 1.9426 +aix[4-9]*) 1.9427 + version_type=linux 1.9428 + need_lib_prefix=no 1.9429 + need_version=no 1.9430 + hardcode_into_libs=yes 1.9431 + if test "$host_cpu" = ia64; then 1.9432 + # AIX 5 supports IA64 1.9433 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' 1.9434 + shlibpath_var=LD_LIBRARY_PATH 1.9435 + else 1.9436 + # With GCC up to 2.95.x, collect2 would create an import file 1.9437 + # for dependence libraries. The import file would start with 1.9438 + # the line `#! .'. This would cause the generated library to 1.9439 + # depend on `.', always an invalid library. This was fixed in 1.9440 + # development snapshots of GCC prior to 3.0. 1.9441 + case $host_os in 1.9442 + aix4 | aix4.[01] | aix4.[01].*) 1.9443 + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' 1.9444 + echo ' yes ' 1.9445 + echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then 1.9446 + : 1.9447 + else 1.9448 + can_build_shared=no 1.9449 + fi 1.9450 + ;; 1.9451 + esac 1.9452 + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct 1.9453 + # soname into executable. Probably we can add versioning support to 1.9454 + # collect2, so additional links can be useful in future. 1.9455 + if test "$aix_use_runtimelinking" = yes; then 1.9456 + # If using run time linking (on AIX 4.2 or later) use lib<name>.so 1.9457 + # instead of lib<name>.a to let people know that these are not 1.9458 + # typical AIX shared libraries. 1.9459 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9460 + else 1.9461 + # We preserve .a as extension for shared libraries through AIX4.2 1.9462 + # and later when we are not doing run time linking. 1.9463 + library_names_spec='${libname}${release}.a $libname.a' 1.9464 + soname_spec='${libname}${release}${shared_ext}$major' 1.9465 + fi 1.9466 + shlibpath_var=LIBPATH 1.9467 + fi 1.9468 + ;; 1.9469 + 1.9470 +amigaos*) 1.9471 + case $host_cpu in 1.9472 + powerpc) 1.9473 + # Since July 2007 AmigaOS4 officially supports .so libraries. 1.9474 + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. 1.9475 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9476 + ;; 1.9477 + m68k) 1.9478 + library_names_spec='$libname.ixlibrary $libname.a' 1.9479 + # Create ${libname}_ixlibrary.a entries in /sys/libs. 1.9480 + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' 1.9481 + ;; 1.9482 + esac 1.9483 + ;; 1.9484 + 1.9485 +beos*) 1.9486 + library_names_spec='${libname}${shared_ext}' 1.9487 + dynamic_linker="$host_os ld.so" 1.9488 + shlibpath_var=LIBRARY_PATH 1.9489 + ;; 1.9490 + 1.9491 +bsdi[45]*) 1.9492 + version_type=linux 1.9493 + need_version=no 1.9494 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9495 + soname_spec='${libname}${release}${shared_ext}$major' 1.9496 + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 1.9497 + shlibpath_var=LD_LIBRARY_PATH 1.9498 + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" 1.9499 + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" 1.9500 + # the default ld.so.conf also contains /usr/contrib/lib and 1.9501 + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow 1.9502 + # libtool to hard-code these into programs 1.9503 + ;; 1.9504 + 1.9505 +cygwin* | mingw* | pw32* | cegcc*) 1.9506 + version_type=windows 1.9507 + shrext_cmds=".dll" 1.9508 + need_version=no 1.9509 + need_lib_prefix=no 1.9510 + 1.9511 + case $GCC,$host_os in 1.9512 + yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) 1.9513 + library_names_spec='$libname.dll.a' 1.9514 + # DLL is installed to $(libdir)/../bin by postinstall_cmds 1.9515 + postinstall_cmds='base_file=`basename \${file}`~ 1.9516 + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ 1.9517 + dldir=$destdir/`dirname \$dlpath`~ 1.9518 + test -d \$dldir || mkdir -p \$dldir~ 1.9519 + $install_prog $dir/$dlname \$dldir/$dlname~ 1.9520 + chmod a+x \$dldir/$dlname~ 1.9521 + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then 1.9522 + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; 1.9523 + fi' 1.9524 + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ 1.9525 + dlpath=$dir/\$dldll~ 1.9526 + $RM \$dlpath' 1.9527 + shlibpath_overrides_runpath=yes 1.9528 + 1.9529 + case $host_os in 1.9530 + cygwin*) 1.9531 + # Cygwin DLLs use 'cyg' prefix rather than 'lib' 1.9532 + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.9533 + 1.9534 + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" 1.9535 + ;; 1.9536 + mingw* | cegcc*) 1.9537 + # MinGW DLLs use traditional 'lib' prefix 1.9538 + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.9539 + ;; 1.9540 + pw32*) 1.9541 + # pw32 DLLs use 'pw' prefix rather than 'lib' 1.9542 + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.9543 + ;; 1.9544 + esac 1.9545 + ;; 1.9546 + 1.9547 + *) 1.9548 + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' 1.9549 + ;; 1.9550 + esac 1.9551 + dynamic_linker='Win32 ld.exe' 1.9552 + # FIXME: first we should search . and the directory the executable is in 1.9553 + shlibpath_var=PATH 1.9554 + ;; 1.9555 + 1.9556 +darwin* | rhapsody*) 1.9557 + dynamic_linker="$host_os dyld" 1.9558 + version_type=darwin 1.9559 + need_lib_prefix=no 1.9560 + need_version=no 1.9561 + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' 1.9562 + soname_spec='${libname}${release}${major}$shared_ext' 1.9563 + shlibpath_overrides_runpath=yes 1.9564 + shlibpath_var=DYLD_LIBRARY_PATH 1.9565 + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' 1.9566 + 1.9567 + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" 1.9568 + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' 1.9569 + ;; 1.9570 + 1.9571 +dgux*) 1.9572 + version_type=linux 1.9573 + need_lib_prefix=no 1.9574 + need_version=no 1.9575 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' 1.9576 + soname_spec='${libname}${release}${shared_ext}$major' 1.9577 + shlibpath_var=LD_LIBRARY_PATH 1.9578 + ;; 1.9579 + 1.9580 +freebsd1*) 1.9581 + dynamic_linker=no 1.9582 + ;; 1.9583 + 1.9584 +freebsd* | dragonfly*) 1.9585 + # DragonFly does not have aout. When/if they implement a new 1.9586 + # versioning mechanism, adjust this. 1.9587 + if test -x /usr/bin/objformat; then 1.9588 + objformat=`/usr/bin/objformat` 1.9589 + else 1.9590 + case $host_os in 1.9591 + freebsd[123]*) objformat=aout ;; 1.9592 + *) objformat=elf ;; 1.9593 + esac 1.9594 + fi 1.9595 + version_type=freebsd-$objformat 1.9596 + case $version_type in 1.9597 + freebsd-elf*) 1.9598 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 1.9599 + need_version=no 1.9600 + need_lib_prefix=no 1.9601 + ;; 1.9602 + freebsd-*) 1.9603 + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 1.9604 + need_version=yes 1.9605 + ;; 1.9606 + esac 1.9607 + shlibpath_var=LD_LIBRARY_PATH 1.9608 + case $host_os in 1.9609 + freebsd2*) 1.9610 + shlibpath_overrides_runpath=yes 1.9611 + ;; 1.9612 + freebsd3.[01]* | freebsdelf3.[01]*) 1.9613 + shlibpath_overrides_runpath=yes 1.9614 + hardcode_into_libs=yes 1.9615 + ;; 1.9616 + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ 1.9617 + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) 1.9618 + shlibpath_overrides_runpath=no 1.9619 + hardcode_into_libs=yes 1.9620 + ;; 1.9621 + *) # from 4.6 on, and DragonFly 1.9622 + shlibpath_overrides_runpath=yes 1.9623 + hardcode_into_libs=yes 1.9624 + ;; 1.9625 + esac 1.9626 + ;; 1.9627 + 1.9628 +gnu*) 1.9629 + version_type=linux 1.9630 + need_lib_prefix=no 1.9631 + need_version=no 1.9632 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 1.9633 + soname_spec='${libname}${release}${shared_ext}$major' 1.9634 + shlibpath_var=LD_LIBRARY_PATH 1.9635 + hardcode_into_libs=yes 1.9636 + ;; 1.9637 + 1.9638 +haiku*) 1.9639 + version_type=linux 1.9640 + need_lib_prefix=no 1.9641 + need_version=no 1.9642 + dynamic_linker="$host_os runtime_loader" 1.9643 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 1.9644 + soname_spec='${libname}${release}${shared_ext}$major' 1.9645 + shlibpath_var=LIBRARY_PATH 1.9646 + shlibpath_overrides_runpath=yes 1.9647 + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib' 1.9648 + hardcode_into_libs=yes 1.9649 + ;; 1.9650 + 1.9651 +hpux9* | hpux10* | hpux11*) 1.9652 + # Give a soname corresponding to the major version so that dld.sl refuses to 1.9653 + # link against other versions. 1.9654 + version_type=sunos 1.9655 + need_lib_prefix=no 1.9656 + need_version=no 1.9657 + case $host_cpu in 1.9658 + ia64*) 1.9659 + shrext_cmds='.so' 1.9660 + hardcode_into_libs=yes 1.9661 + dynamic_linker="$host_os dld.so" 1.9662 + shlibpath_var=LD_LIBRARY_PATH 1.9663 + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 1.9664 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9665 + soname_spec='${libname}${release}${shared_ext}$major' 1.9666 + if test "X$HPUX_IA64_MODE" = X32; then 1.9667 + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" 1.9668 + else 1.9669 + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" 1.9670 + fi 1.9671 + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 1.9672 + ;; 1.9673 + hppa*64*) 1.9674 + shrext_cmds='.sl' 1.9675 + hardcode_into_libs=yes 1.9676 + dynamic_linker="$host_os dld.sl" 1.9677 + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH 1.9678 + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 1.9679 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9680 + soname_spec='${libname}${release}${shared_ext}$major' 1.9681 + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 1.9682 + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 1.9683 + ;; 1.9684 + *) 1.9685 + shrext_cmds='.sl' 1.9686 + dynamic_linker="$host_os dld.sl" 1.9687 + shlibpath_var=SHLIB_PATH 1.9688 + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH 1.9689 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9690 + soname_spec='${libname}${release}${shared_ext}$major' 1.9691 + ;; 1.9692 + esac 1.9693 + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... 1.9694 + postinstall_cmds='chmod 555 $lib' 1.9695 + # or fails outright, so override atomically: 1.9696 + install_override_mode=555 1.9697 + ;; 1.9698 + 1.9699 +interix[3-9]*) 1.9700 + version_type=linux 1.9701 + need_lib_prefix=no 1.9702 + need_version=no 1.9703 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.9704 + soname_spec='${libname}${release}${shared_ext}$major' 1.9705 + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' 1.9706 + shlibpath_var=LD_LIBRARY_PATH 1.9707 + shlibpath_overrides_runpath=no 1.9708 + hardcode_into_libs=yes 1.9709 + ;; 1.9710 + 1.9711 +irix5* | irix6* | nonstopux*) 1.9712 + case $host_os in 1.9713 + nonstopux*) version_type=nonstopux ;; 1.9714 + *) 1.9715 + if test "$lt_cv_prog_gnu_ld" = yes; then 1.9716 + version_type=linux 1.9717 + else 1.9718 + version_type=irix 1.9719 + fi ;; 1.9720 + esac 1.9721 + need_lib_prefix=no 1.9722 + need_version=no 1.9723 + soname_spec='${libname}${release}${shared_ext}$major' 1.9724 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' 1.9725 + case $host_os in 1.9726 + irix5* | nonstopux*) 1.9727 + libsuff= shlibsuff= 1.9728 + ;; 1.9729 + *) 1.9730 + case $LD in # libtool.m4 will add one of these switches to LD 1.9731 + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") 1.9732 + libsuff= shlibsuff= libmagic=32-bit;; 1.9733 + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 1.9734 + libsuff=32 shlibsuff=N32 libmagic=N32;; 1.9735 + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") 1.9736 + libsuff=64 shlibsuff=64 libmagic=64-bit;; 1.9737 + *) libsuff= shlibsuff= libmagic=never-match;; 1.9738 + esac 1.9739 + ;; 1.9740 + esac 1.9741 + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH 1.9742 + shlibpath_overrides_runpath=no 1.9743 + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" 1.9744 + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" 1.9745 + hardcode_into_libs=yes 1.9746 + ;; 1.9747 + 1.9748 +# No shared lib support for Linux oldld, aout, or coff. 1.9749 +linux*oldld* | linux*aout* | linux*coff*) 1.9750 + dynamic_linker=no 1.9751 + ;; 1.9752 + 1.9753 +# This must be Linux ELF. 1.9754 +linux* | k*bsd*-gnu | kopensolaris*-gnu) 1.9755 + version_type=linux 1.9756 + need_lib_prefix=no 1.9757 + need_version=no 1.9758 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9759 + soname_spec='${libname}${release}${shared_ext}$major' 1.9760 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 1.9761 + shlibpath_var=LD_LIBRARY_PATH 1.9762 + shlibpath_overrides_runpath=no 1.9763 + 1.9764 + # Some binutils ld are patched to set DT_RUNPATH 1.9765 + if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then : 1.9766 + $as_echo_n "(cached) " >&6 1.9767 +else 1.9768 + lt_cv_shlibpath_overrides_runpath=no 1.9769 + save_LDFLAGS=$LDFLAGS 1.9770 + save_libdir=$libdir 1.9771 + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ 1.9772 + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" 1.9773 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.9774 +/* end confdefs.h. */ 1.9775 + 1.9776 +int 1.9777 +main () 1.9778 +{ 1.9779 + 1.9780 + ; 1.9781 + return 0; 1.9782 +} 1.9783 +_ACEOF 1.9784 +if ac_fn_c_try_link "$LINENO"; then : 1.9785 + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : 1.9786 + lt_cv_shlibpath_overrides_runpath=yes 1.9787 +fi 1.9788 +fi 1.9789 +rm -f core conftest.err conftest.$ac_objext \ 1.9790 + conftest$ac_exeext conftest.$ac_ext 1.9791 + LDFLAGS=$save_LDFLAGS 1.9792 + libdir=$save_libdir 1.9793 + 1.9794 +fi 1.9795 + 1.9796 + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath 1.9797 + 1.9798 + # This implies no fast_install, which is unacceptable. 1.9799 + # Some rework will be needed to allow for fast_install 1.9800 + # before this can be enabled. 1.9801 + hardcode_into_libs=yes 1.9802 + 1.9803 + # Append ld.so.conf contents to the search path 1.9804 + if test -f /etc/ld.so.conf; then 1.9805 + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` 1.9806 + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 1.9807 + fi 1.9808 + 1.9809 + # We used to test for /lib/ld.so.1 and disable shared libraries on 1.9810 + # powerpc, because MkLinux only supported shared libraries with the 1.9811 + # GNU dynamic linker. Since this was broken with cross compilers, 1.9812 + # most powerpc-linux boxes support dynamic linking these days and 1.9813 + # people can always --disable-shared, the test was removed, and we 1.9814 + # assume the GNU/Linux dynamic linker is in use. 1.9815 + dynamic_linker='GNU/Linux ld.so' 1.9816 + ;; 1.9817 + 1.9818 +netbsd*) 1.9819 + version_type=sunos 1.9820 + need_lib_prefix=no 1.9821 + need_version=no 1.9822 + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then 1.9823 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.9824 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1.9825 + dynamic_linker='NetBSD (a.out) ld.so' 1.9826 + else 1.9827 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.9828 + soname_spec='${libname}${release}${shared_ext}$major' 1.9829 + dynamic_linker='NetBSD ld.elf_so' 1.9830 + fi 1.9831 + shlibpath_var=LD_LIBRARY_PATH 1.9832 + shlibpath_overrides_runpath=yes 1.9833 + hardcode_into_libs=yes 1.9834 + ;; 1.9835 + 1.9836 +newsos6) 1.9837 + version_type=linux 1.9838 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9839 + shlibpath_var=LD_LIBRARY_PATH 1.9840 + shlibpath_overrides_runpath=yes 1.9841 + ;; 1.9842 + 1.9843 +*nto* | *qnx*) 1.9844 + version_type=qnx 1.9845 + need_lib_prefix=no 1.9846 + need_version=no 1.9847 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9848 + soname_spec='${libname}${release}${shared_ext}$major' 1.9849 + shlibpath_var=LD_LIBRARY_PATH 1.9850 + shlibpath_overrides_runpath=no 1.9851 + hardcode_into_libs=yes 1.9852 + dynamic_linker='ldqnx.so' 1.9853 + ;; 1.9854 + 1.9855 +openbsd*) 1.9856 + version_type=sunos 1.9857 + sys_lib_dlsearch_path_spec="/usr/lib" 1.9858 + need_lib_prefix=no 1.9859 + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. 1.9860 + case $host_os in 1.9861 + openbsd3.3 | openbsd3.3.*) need_version=yes ;; 1.9862 + *) need_version=no ;; 1.9863 + esac 1.9864 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.9865 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1.9866 + shlibpath_var=LD_LIBRARY_PATH 1.9867 + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 1.9868 + case $host_os in 1.9869 + openbsd2.[89] | openbsd2.[89].*) 1.9870 + shlibpath_overrides_runpath=no 1.9871 + ;; 1.9872 + *) 1.9873 + shlibpath_overrides_runpath=yes 1.9874 + ;; 1.9875 + esac 1.9876 + else 1.9877 + shlibpath_overrides_runpath=yes 1.9878 + fi 1.9879 + ;; 1.9880 + 1.9881 +os2*) 1.9882 + libname_spec='$name' 1.9883 + shrext_cmds=".dll" 1.9884 + need_lib_prefix=no 1.9885 + library_names_spec='$libname${shared_ext} $libname.a' 1.9886 + dynamic_linker='OS/2 ld.exe' 1.9887 + shlibpath_var=LIBPATH 1.9888 + ;; 1.9889 + 1.9890 +osf3* | osf4* | osf5*) 1.9891 + version_type=osf 1.9892 + need_lib_prefix=no 1.9893 + need_version=no 1.9894 + soname_spec='${libname}${release}${shared_ext}$major' 1.9895 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9896 + shlibpath_var=LD_LIBRARY_PATH 1.9897 + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 1.9898 + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 1.9899 + ;; 1.9900 + 1.9901 +rdos*) 1.9902 + dynamic_linker=no 1.9903 + ;; 1.9904 + 1.9905 +solaris*) 1.9906 + version_type=linux 1.9907 + need_lib_prefix=no 1.9908 + need_version=no 1.9909 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9910 + soname_spec='${libname}${release}${shared_ext}$major' 1.9911 + shlibpath_var=LD_LIBRARY_PATH 1.9912 + shlibpath_overrides_runpath=yes 1.9913 + hardcode_into_libs=yes 1.9914 + # ldd complains unless libraries are executable 1.9915 + postinstall_cmds='chmod +x $lib' 1.9916 + ;; 1.9917 + 1.9918 +sunos4*) 1.9919 + version_type=sunos 1.9920 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.9921 + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' 1.9922 + shlibpath_var=LD_LIBRARY_PATH 1.9923 + shlibpath_overrides_runpath=yes 1.9924 + if test "$with_gnu_ld" = yes; then 1.9925 + need_lib_prefix=no 1.9926 + fi 1.9927 + need_version=yes 1.9928 + ;; 1.9929 + 1.9930 +sysv4 | sysv4.3*) 1.9931 + version_type=linux 1.9932 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9933 + soname_spec='${libname}${release}${shared_ext}$major' 1.9934 + shlibpath_var=LD_LIBRARY_PATH 1.9935 + case $host_vendor in 1.9936 + sni) 1.9937 + shlibpath_overrides_runpath=no 1.9938 + need_lib_prefix=no 1.9939 + runpath_var=LD_RUN_PATH 1.9940 + ;; 1.9941 + siemens) 1.9942 + need_lib_prefix=no 1.9943 + ;; 1.9944 + motorola) 1.9945 + need_lib_prefix=no 1.9946 + need_version=no 1.9947 + shlibpath_overrides_runpath=no 1.9948 + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 1.9949 + ;; 1.9950 + esac 1.9951 + ;; 1.9952 + 1.9953 +sysv4*MP*) 1.9954 + if test -d /usr/nec ;then 1.9955 + version_type=linux 1.9956 + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' 1.9957 + soname_spec='$libname${shared_ext}.$major' 1.9958 + shlibpath_var=LD_LIBRARY_PATH 1.9959 + fi 1.9960 + ;; 1.9961 + 1.9962 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) 1.9963 + version_type=freebsd-elf 1.9964 + need_lib_prefix=no 1.9965 + need_version=no 1.9966 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 1.9967 + soname_spec='${libname}${release}${shared_ext}$major' 1.9968 + shlibpath_var=LD_LIBRARY_PATH 1.9969 + shlibpath_overrides_runpath=yes 1.9970 + hardcode_into_libs=yes 1.9971 + if test "$with_gnu_ld" = yes; then 1.9972 + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' 1.9973 + else 1.9974 + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' 1.9975 + case $host_os in 1.9976 + sco3.2v5*) 1.9977 + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" 1.9978 + ;; 1.9979 + esac 1.9980 + fi 1.9981 + sys_lib_dlsearch_path_spec='/usr/lib' 1.9982 + ;; 1.9983 + 1.9984 +tpf*) 1.9985 + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. 1.9986 + version_type=linux 1.9987 + need_lib_prefix=no 1.9988 + need_version=no 1.9989 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9990 + shlibpath_var=LD_LIBRARY_PATH 1.9991 + shlibpath_overrides_runpath=no 1.9992 + hardcode_into_libs=yes 1.9993 + ;; 1.9994 + 1.9995 +uts4*) 1.9996 + version_type=linux 1.9997 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.9998 + soname_spec='${libname}${release}${shared_ext}$major' 1.9999 + shlibpath_var=LD_LIBRARY_PATH 1.10000 + ;; 1.10001 + 1.10002 +*) 1.10003 + dynamic_linker=no 1.10004 + ;; 1.10005 +esac 1.10006 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 1.10007 +$as_echo "$dynamic_linker" >&6; } 1.10008 +test "$dynamic_linker" = no && can_build_shared=no 1.10009 + 1.10010 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 1.10011 +if test "$GCC" = yes; then 1.10012 + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 1.10013 +fi 1.10014 + 1.10015 +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then 1.10016 + sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 1.10017 +fi 1.10018 +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then 1.10019 + sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" 1.10020 +fi 1.10021 + 1.10022 + 1.10023 + 1.10024 + 1.10025 + 1.10026 + 1.10027 + 1.10028 + 1.10029 + 1.10030 + 1.10031 + 1.10032 + 1.10033 + 1.10034 + 1.10035 + 1.10036 + 1.10037 + 1.10038 + 1.10039 + 1.10040 + 1.10041 + 1.10042 + 1.10043 + 1.10044 + 1.10045 + 1.10046 + 1.10047 + 1.10048 + 1.10049 + 1.10050 + 1.10051 + 1.10052 + 1.10053 + 1.10054 + 1.10055 + 1.10056 + 1.10057 + 1.10058 + 1.10059 + 1.10060 + 1.10061 + 1.10062 + 1.10063 + 1.10064 + 1.10065 + 1.10066 + 1.10067 + 1.10068 + 1.10069 + 1.10070 + 1.10071 + 1.10072 + 1.10073 + 1.10074 + 1.10075 + 1.10076 + 1.10077 + 1.10078 + 1.10079 + 1.10080 + 1.10081 + 1.10082 + 1.10083 + 1.10084 + 1.10085 + 1.10086 + 1.10087 + 1.10088 + 1.10089 + 1.10090 + 1.10091 + 1.10092 + 1.10093 + 1.10094 + 1.10095 + 1.10096 + 1.10097 + 1.10098 + 1.10099 + 1.10100 + 1.10101 + 1.10102 + 1.10103 + 1.10104 + 1.10105 + 1.10106 + 1.10107 + 1.10108 + 1.10109 + 1.10110 + 1.10111 + 1.10112 + 1.10113 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 1.10114 +$as_echo_n "checking how to hardcode library paths into programs... " >&6; } 1.10115 +hardcode_action= 1.10116 +if test -n "$hardcode_libdir_flag_spec" || 1.10117 + test -n "$runpath_var" || 1.10118 + test "X$hardcode_automatic" = "Xyes" ; then 1.10119 + 1.10120 + # We can hardcode non-existent directories. 1.10121 + if test "$hardcode_direct" != no && 1.10122 + # If the only mechanism to avoid hardcoding is shlibpath_var, we 1.10123 + # have to relink, otherwise we might link with an installed library 1.10124 + # when we should be linking with a yet-to-be-installed one 1.10125 + ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && 1.10126 + test "$hardcode_minus_L" != no; then 1.10127 + # Linking always hardcodes the temporary library directory. 1.10128 + hardcode_action=relink 1.10129 + else 1.10130 + # We can link without hardcoding, and we can hardcode nonexisting dirs. 1.10131 + hardcode_action=immediate 1.10132 + fi 1.10133 +else 1.10134 + # We cannot hardcode anything, or else we can only hardcode existing 1.10135 + # directories. 1.10136 + hardcode_action=unsupported 1.10137 +fi 1.10138 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 1.10139 +$as_echo "$hardcode_action" >&6; } 1.10140 + 1.10141 +if test "$hardcode_action" = relink || 1.10142 + test "$inherit_rpath" = yes; then 1.10143 + # Fast installation is not supported 1.10144 + enable_fast_install=no 1.10145 +elif test "$shlibpath_overrides_runpath" = yes || 1.10146 + test "$enable_shared" = no; then 1.10147 + # Fast installation is not necessary 1.10148 + enable_fast_install=needless 1.10149 +fi 1.10150 + 1.10151 + 1.10152 + 1.10153 + 1.10154 + 1.10155 + 1.10156 + if test "x$enable_dlopen" != xyes; then 1.10157 + enable_dlopen=unknown 1.10158 + enable_dlopen_self=unknown 1.10159 + enable_dlopen_self_static=unknown 1.10160 +else 1.10161 + lt_cv_dlopen=no 1.10162 + lt_cv_dlopen_libs= 1.10163 + 1.10164 + case $host_os in 1.10165 + beos*) 1.10166 + lt_cv_dlopen="load_add_on" 1.10167 + lt_cv_dlopen_libs= 1.10168 + lt_cv_dlopen_self=yes 1.10169 + ;; 1.10170 + 1.10171 + mingw* | pw32* | cegcc*) 1.10172 + lt_cv_dlopen="LoadLibrary" 1.10173 + lt_cv_dlopen_libs= 1.10174 + ;; 1.10175 + 1.10176 + cygwin*) 1.10177 + lt_cv_dlopen="dlopen" 1.10178 + lt_cv_dlopen_libs= 1.10179 + ;; 1.10180 + 1.10181 + darwin*) 1.10182 + # if libdl is installed we need to link against it 1.10183 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 1.10184 +$as_echo_n "checking for dlopen in -ldl... " >&6; } 1.10185 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 1.10186 + $as_echo_n "(cached) " >&6 1.10187 +else 1.10188 + ac_check_lib_save_LIBS=$LIBS 1.10189 +LIBS="-ldl $LIBS" 1.10190 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.10191 +/* end confdefs.h. */ 1.10192 + 1.10193 +/* Override any GCC internal prototype to avoid an error. 1.10194 + Use char because int might match the return type of a GCC 1.10195 + builtin and then its argument prototype would still apply. */ 1.10196 +#ifdef __cplusplus 1.10197 +extern "C" 1.10198 +#endif 1.10199 +char dlopen (); 1.10200 +int 1.10201 +main () 1.10202 +{ 1.10203 +return dlopen (); 1.10204 + ; 1.10205 + return 0; 1.10206 +} 1.10207 +_ACEOF 1.10208 +if ac_fn_c_try_link "$LINENO"; then : 1.10209 + ac_cv_lib_dl_dlopen=yes 1.10210 +else 1.10211 + ac_cv_lib_dl_dlopen=no 1.10212 +fi 1.10213 +rm -f core conftest.err conftest.$ac_objext \ 1.10214 + conftest$ac_exeext conftest.$ac_ext 1.10215 +LIBS=$ac_check_lib_save_LIBS 1.10216 +fi 1.10217 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 1.10218 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } 1.10219 +if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 1.10220 + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 1.10221 +else 1.10222 + 1.10223 + lt_cv_dlopen="dyld" 1.10224 + lt_cv_dlopen_libs= 1.10225 + lt_cv_dlopen_self=yes 1.10226 + 1.10227 +fi 1.10228 + 1.10229 + ;; 1.10230 + 1.10231 + *) 1.10232 + ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" 1.10233 +if test "x$ac_cv_func_shl_load" = x""yes; then : 1.10234 + lt_cv_dlopen="shl_load" 1.10235 +else 1.10236 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 1.10237 +$as_echo_n "checking for shl_load in -ldld... " >&6; } 1.10238 +if test "${ac_cv_lib_dld_shl_load+set}" = set; then : 1.10239 + $as_echo_n "(cached) " >&6 1.10240 +else 1.10241 + ac_check_lib_save_LIBS=$LIBS 1.10242 +LIBS="-ldld $LIBS" 1.10243 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.10244 +/* end confdefs.h. */ 1.10245 + 1.10246 +/* Override any GCC internal prototype to avoid an error. 1.10247 + Use char because int might match the return type of a GCC 1.10248 + builtin and then its argument prototype would still apply. */ 1.10249 +#ifdef __cplusplus 1.10250 +extern "C" 1.10251 +#endif 1.10252 +char shl_load (); 1.10253 +int 1.10254 +main () 1.10255 +{ 1.10256 +return shl_load (); 1.10257 + ; 1.10258 + return 0; 1.10259 +} 1.10260 +_ACEOF 1.10261 +if ac_fn_c_try_link "$LINENO"; then : 1.10262 + ac_cv_lib_dld_shl_load=yes 1.10263 +else 1.10264 + ac_cv_lib_dld_shl_load=no 1.10265 +fi 1.10266 +rm -f core conftest.err conftest.$ac_objext \ 1.10267 + conftest$ac_exeext conftest.$ac_ext 1.10268 +LIBS=$ac_check_lib_save_LIBS 1.10269 +fi 1.10270 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 1.10271 +$as_echo "$ac_cv_lib_dld_shl_load" >&6; } 1.10272 +if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : 1.10273 + lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" 1.10274 +else 1.10275 + ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" 1.10276 +if test "x$ac_cv_func_dlopen" = x""yes; then : 1.10277 + lt_cv_dlopen="dlopen" 1.10278 +else 1.10279 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 1.10280 +$as_echo_n "checking for dlopen in -ldl... " >&6; } 1.10281 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 1.10282 + $as_echo_n "(cached) " >&6 1.10283 +else 1.10284 + ac_check_lib_save_LIBS=$LIBS 1.10285 +LIBS="-ldl $LIBS" 1.10286 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.10287 +/* end confdefs.h. */ 1.10288 + 1.10289 +/* Override any GCC internal prototype to avoid an error. 1.10290 + Use char because int might match the return type of a GCC 1.10291 + builtin and then its argument prototype would still apply. */ 1.10292 +#ifdef __cplusplus 1.10293 +extern "C" 1.10294 +#endif 1.10295 +char dlopen (); 1.10296 +int 1.10297 +main () 1.10298 +{ 1.10299 +return dlopen (); 1.10300 + ; 1.10301 + return 0; 1.10302 +} 1.10303 +_ACEOF 1.10304 +if ac_fn_c_try_link "$LINENO"; then : 1.10305 + ac_cv_lib_dl_dlopen=yes 1.10306 +else 1.10307 + ac_cv_lib_dl_dlopen=no 1.10308 +fi 1.10309 +rm -f core conftest.err conftest.$ac_objext \ 1.10310 + conftest$ac_exeext conftest.$ac_ext 1.10311 +LIBS=$ac_check_lib_save_LIBS 1.10312 +fi 1.10313 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 1.10314 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } 1.10315 +if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 1.10316 + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 1.10317 +else 1.10318 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 1.10319 +$as_echo_n "checking for dlopen in -lsvld... " >&6; } 1.10320 +if test "${ac_cv_lib_svld_dlopen+set}" = set; then : 1.10321 + $as_echo_n "(cached) " >&6 1.10322 +else 1.10323 + ac_check_lib_save_LIBS=$LIBS 1.10324 +LIBS="-lsvld $LIBS" 1.10325 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.10326 +/* end confdefs.h. */ 1.10327 + 1.10328 +/* Override any GCC internal prototype to avoid an error. 1.10329 + Use char because int might match the return type of a GCC 1.10330 + builtin and then its argument prototype would still apply. */ 1.10331 +#ifdef __cplusplus 1.10332 +extern "C" 1.10333 +#endif 1.10334 +char dlopen (); 1.10335 +int 1.10336 +main () 1.10337 +{ 1.10338 +return dlopen (); 1.10339 + ; 1.10340 + return 0; 1.10341 +} 1.10342 +_ACEOF 1.10343 +if ac_fn_c_try_link "$LINENO"; then : 1.10344 + ac_cv_lib_svld_dlopen=yes 1.10345 +else 1.10346 + ac_cv_lib_svld_dlopen=no 1.10347 +fi 1.10348 +rm -f core conftest.err conftest.$ac_objext \ 1.10349 + conftest$ac_exeext conftest.$ac_ext 1.10350 +LIBS=$ac_check_lib_save_LIBS 1.10351 +fi 1.10352 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 1.10353 +$as_echo "$ac_cv_lib_svld_dlopen" >&6; } 1.10354 +if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : 1.10355 + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 1.10356 +else 1.10357 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 1.10358 +$as_echo_n "checking for dld_link in -ldld... " >&6; } 1.10359 +if test "${ac_cv_lib_dld_dld_link+set}" = set; then : 1.10360 + $as_echo_n "(cached) " >&6 1.10361 +else 1.10362 + ac_check_lib_save_LIBS=$LIBS 1.10363 +LIBS="-ldld $LIBS" 1.10364 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.10365 +/* end confdefs.h. */ 1.10366 + 1.10367 +/* Override any GCC internal prototype to avoid an error. 1.10368 + Use char because int might match the return type of a GCC 1.10369 + builtin and then its argument prototype would still apply. */ 1.10370 +#ifdef __cplusplus 1.10371 +extern "C" 1.10372 +#endif 1.10373 +char dld_link (); 1.10374 +int 1.10375 +main () 1.10376 +{ 1.10377 +return dld_link (); 1.10378 + ; 1.10379 + return 0; 1.10380 +} 1.10381 +_ACEOF 1.10382 +if ac_fn_c_try_link "$LINENO"; then : 1.10383 + ac_cv_lib_dld_dld_link=yes 1.10384 +else 1.10385 + ac_cv_lib_dld_dld_link=no 1.10386 +fi 1.10387 +rm -f core conftest.err conftest.$ac_objext \ 1.10388 + conftest$ac_exeext conftest.$ac_ext 1.10389 +LIBS=$ac_check_lib_save_LIBS 1.10390 +fi 1.10391 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 1.10392 +$as_echo "$ac_cv_lib_dld_dld_link" >&6; } 1.10393 +if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : 1.10394 + lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" 1.10395 +fi 1.10396 + 1.10397 + 1.10398 +fi 1.10399 + 1.10400 + 1.10401 +fi 1.10402 + 1.10403 + 1.10404 +fi 1.10405 + 1.10406 + 1.10407 +fi 1.10408 + 1.10409 + 1.10410 +fi 1.10411 + 1.10412 + ;; 1.10413 + esac 1.10414 + 1.10415 + if test "x$lt_cv_dlopen" != xno; then 1.10416 + enable_dlopen=yes 1.10417 + else 1.10418 + enable_dlopen=no 1.10419 + fi 1.10420 + 1.10421 + case $lt_cv_dlopen in 1.10422 + dlopen) 1.10423 + save_CPPFLAGS="$CPPFLAGS" 1.10424 + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" 1.10425 + 1.10426 + save_LDFLAGS="$LDFLAGS" 1.10427 + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 1.10428 + 1.10429 + save_LIBS="$LIBS" 1.10430 + LIBS="$lt_cv_dlopen_libs $LIBS" 1.10431 + 1.10432 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 1.10433 +$as_echo_n "checking whether a program can dlopen itself... " >&6; } 1.10434 +if test "${lt_cv_dlopen_self+set}" = set; then : 1.10435 + $as_echo_n "(cached) " >&6 1.10436 +else 1.10437 + if test "$cross_compiling" = yes; then : 1.10438 + lt_cv_dlopen_self=cross 1.10439 +else 1.10440 + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 1.10441 + lt_status=$lt_dlunknown 1.10442 + cat > conftest.$ac_ext <<_LT_EOF 1.10443 +#line $LINENO "configure" 1.10444 +#include "confdefs.h" 1.10445 + 1.10446 +#if HAVE_DLFCN_H 1.10447 +#include <dlfcn.h> 1.10448 +#endif 1.10449 + 1.10450 +#include <stdio.h> 1.10451 + 1.10452 +#ifdef RTLD_GLOBAL 1.10453 +# define LT_DLGLOBAL RTLD_GLOBAL 1.10454 +#else 1.10455 +# ifdef DL_GLOBAL 1.10456 +# define LT_DLGLOBAL DL_GLOBAL 1.10457 +# else 1.10458 +# define LT_DLGLOBAL 0 1.10459 +# endif 1.10460 +#endif 1.10461 + 1.10462 +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we 1.10463 + find out it does not work in some platform. */ 1.10464 +#ifndef LT_DLLAZY_OR_NOW 1.10465 +# ifdef RTLD_LAZY 1.10466 +# define LT_DLLAZY_OR_NOW RTLD_LAZY 1.10467 +# else 1.10468 +# ifdef DL_LAZY 1.10469 +# define LT_DLLAZY_OR_NOW DL_LAZY 1.10470 +# else 1.10471 +# ifdef RTLD_NOW 1.10472 +# define LT_DLLAZY_OR_NOW RTLD_NOW 1.10473 +# else 1.10474 +# ifdef DL_NOW 1.10475 +# define LT_DLLAZY_OR_NOW DL_NOW 1.10476 +# else 1.10477 +# define LT_DLLAZY_OR_NOW 0 1.10478 +# endif 1.10479 +# endif 1.10480 +# endif 1.10481 +# endif 1.10482 +#endif 1.10483 + 1.10484 +/* When -fvisbility=hidden is used, assume the code has been annotated 1.10485 + correspondingly for the symbols needed. */ 1.10486 +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) 1.10487 +void fnord () __attribute__((visibility("default"))); 1.10488 +#endif 1.10489 + 1.10490 +void fnord () { int i=42; } 1.10491 +int main () 1.10492 +{ 1.10493 + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 1.10494 + int status = $lt_dlunknown; 1.10495 + 1.10496 + if (self) 1.10497 + { 1.10498 + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 1.10499 + else 1.10500 + { 1.10501 + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 1.10502 + else puts (dlerror ()); 1.10503 + } 1.10504 + /* dlclose (self); */ 1.10505 + } 1.10506 + else 1.10507 + puts (dlerror ()); 1.10508 + 1.10509 + return status; 1.10510 +} 1.10511 +_LT_EOF 1.10512 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 1.10513 + (eval $ac_link) 2>&5 1.10514 + ac_status=$? 1.10515 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.10516 + test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then 1.10517 + (./conftest; exit; ) >&5 2>/dev/null 1.10518 + lt_status=$? 1.10519 + case x$lt_status in 1.10520 + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 1.10521 + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 1.10522 + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; 1.10523 + esac 1.10524 + else : 1.10525 + # compilation failed 1.10526 + lt_cv_dlopen_self=no 1.10527 + fi 1.10528 +fi 1.10529 +rm -fr conftest* 1.10530 + 1.10531 + 1.10532 +fi 1.10533 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 1.10534 +$as_echo "$lt_cv_dlopen_self" >&6; } 1.10535 + 1.10536 + if test "x$lt_cv_dlopen_self" = xyes; then 1.10537 + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" 1.10538 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 1.10539 +$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } 1.10540 +if test "${lt_cv_dlopen_self_static+set}" = set; then : 1.10541 + $as_echo_n "(cached) " >&6 1.10542 +else 1.10543 + if test "$cross_compiling" = yes; then : 1.10544 + lt_cv_dlopen_self_static=cross 1.10545 +else 1.10546 + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 1.10547 + lt_status=$lt_dlunknown 1.10548 + cat > conftest.$ac_ext <<_LT_EOF 1.10549 +#line $LINENO "configure" 1.10550 +#include "confdefs.h" 1.10551 + 1.10552 +#if HAVE_DLFCN_H 1.10553 +#include <dlfcn.h> 1.10554 +#endif 1.10555 + 1.10556 +#include <stdio.h> 1.10557 + 1.10558 +#ifdef RTLD_GLOBAL 1.10559 +# define LT_DLGLOBAL RTLD_GLOBAL 1.10560 +#else 1.10561 +# ifdef DL_GLOBAL 1.10562 +# define LT_DLGLOBAL DL_GLOBAL 1.10563 +# else 1.10564 +# define LT_DLGLOBAL 0 1.10565 +# endif 1.10566 +#endif 1.10567 + 1.10568 +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we 1.10569 + find out it does not work in some platform. */ 1.10570 +#ifndef LT_DLLAZY_OR_NOW 1.10571 +# ifdef RTLD_LAZY 1.10572 +# define LT_DLLAZY_OR_NOW RTLD_LAZY 1.10573 +# else 1.10574 +# ifdef DL_LAZY 1.10575 +# define LT_DLLAZY_OR_NOW DL_LAZY 1.10576 +# else 1.10577 +# ifdef RTLD_NOW 1.10578 +# define LT_DLLAZY_OR_NOW RTLD_NOW 1.10579 +# else 1.10580 +# ifdef DL_NOW 1.10581 +# define LT_DLLAZY_OR_NOW DL_NOW 1.10582 +# else 1.10583 +# define LT_DLLAZY_OR_NOW 0 1.10584 +# endif 1.10585 +# endif 1.10586 +# endif 1.10587 +# endif 1.10588 +#endif 1.10589 + 1.10590 +/* When -fvisbility=hidden is used, assume the code has been annotated 1.10591 + correspondingly for the symbols needed. */ 1.10592 +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) 1.10593 +void fnord () __attribute__((visibility("default"))); 1.10594 +#endif 1.10595 + 1.10596 +void fnord () { int i=42; } 1.10597 +int main () 1.10598 +{ 1.10599 + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 1.10600 + int status = $lt_dlunknown; 1.10601 + 1.10602 + if (self) 1.10603 + { 1.10604 + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 1.10605 + else 1.10606 + { 1.10607 + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 1.10608 + else puts (dlerror ()); 1.10609 + } 1.10610 + /* dlclose (self); */ 1.10611 + } 1.10612 + else 1.10613 + puts (dlerror ()); 1.10614 + 1.10615 + return status; 1.10616 +} 1.10617 +_LT_EOF 1.10618 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 1.10619 + (eval $ac_link) 2>&5 1.10620 + ac_status=$? 1.10621 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.10622 + test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then 1.10623 + (./conftest; exit; ) >&5 2>/dev/null 1.10624 + lt_status=$? 1.10625 + case x$lt_status in 1.10626 + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; 1.10627 + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; 1.10628 + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; 1.10629 + esac 1.10630 + else : 1.10631 + # compilation failed 1.10632 + lt_cv_dlopen_self_static=no 1.10633 + fi 1.10634 +fi 1.10635 +rm -fr conftest* 1.10636 + 1.10637 + 1.10638 +fi 1.10639 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 1.10640 +$as_echo "$lt_cv_dlopen_self_static" >&6; } 1.10641 + fi 1.10642 + 1.10643 + CPPFLAGS="$save_CPPFLAGS" 1.10644 + LDFLAGS="$save_LDFLAGS" 1.10645 + LIBS="$save_LIBS" 1.10646 + ;; 1.10647 + esac 1.10648 + 1.10649 + case $lt_cv_dlopen_self in 1.10650 + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; 1.10651 + *) enable_dlopen_self=unknown ;; 1.10652 + esac 1.10653 + 1.10654 + case $lt_cv_dlopen_self_static in 1.10655 + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; 1.10656 + *) enable_dlopen_self_static=unknown ;; 1.10657 + esac 1.10658 +fi 1.10659 + 1.10660 + 1.10661 + 1.10662 + 1.10663 + 1.10664 + 1.10665 + 1.10666 + 1.10667 + 1.10668 + 1.10669 + 1.10670 + 1.10671 + 1.10672 + 1.10673 + 1.10674 + 1.10675 + 1.10676 +striplib= 1.10677 +old_striplib= 1.10678 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 1.10679 +$as_echo_n "checking whether stripping libraries is possible... " >&6; } 1.10680 +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then 1.10681 + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 1.10682 + test -z "$striplib" && striplib="$STRIP --strip-unneeded" 1.10683 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.10684 +$as_echo "yes" >&6; } 1.10685 +else 1.10686 +# FIXME - insert some real tests, host_os isn't really good enough 1.10687 + case $host_os in 1.10688 + darwin*) 1.10689 + if test -n "$STRIP" ; then 1.10690 + striplib="$STRIP -x" 1.10691 + old_striplib="$STRIP -S" 1.10692 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.10693 +$as_echo "yes" >&6; } 1.10694 + else 1.10695 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.10696 +$as_echo "no" >&6; } 1.10697 + fi 1.10698 + ;; 1.10699 + *) 1.10700 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.10701 +$as_echo "no" >&6; } 1.10702 + ;; 1.10703 + esac 1.10704 +fi 1.10705 + 1.10706 + 1.10707 + 1.10708 + 1.10709 + 1.10710 + 1.10711 + 1.10712 + 1.10713 + 1.10714 + 1.10715 + 1.10716 + 1.10717 + # Report which library types will actually be built 1.10718 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 1.10719 +$as_echo_n "checking if libtool supports shared libraries... " >&6; } 1.10720 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 1.10721 +$as_echo "$can_build_shared" >&6; } 1.10722 + 1.10723 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 1.10724 +$as_echo_n "checking whether to build shared libraries... " >&6; } 1.10725 + test "$can_build_shared" = "no" && enable_shared=no 1.10726 + 1.10727 + # On AIX, shared libraries and static libraries use the same namespace, and 1.10728 + # are all built from PIC. 1.10729 + case $host_os in 1.10730 + aix3*) 1.10731 + test "$enable_shared" = yes && enable_static=no 1.10732 + if test -n "$RANLIB"; then 1.10733 + archive_cmds="$archive_cmds~\$RANLIB \$lib" 1.10734 + postinstall_cmds='$RANLIB $lib' 1.10735 + fi 1.10736 + ;; 1.10737 + 1.10738 + aix[4-9]*) 1.10739 + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then 1.10740 + test "$enable_shared" = yes && enable_static=no 1.10741 + fi 1.10742 + ;; 1.10743 + esac 1.10744 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 1.10745 +$as_echo "$enable_shared" >&6; } 1.10746 + 1.10747 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 1.10748 +$as_echo_n "checking whether to build static libraries... " >&6; } 1.10749 + # Make sure either enable_shared or enable_static is yes. 1.10750 + test "$enable_shared" = yes || enable_static=yes 1.10751 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 1.10752 +$as_echo "$enable_static" >&6; } 1.10753 + 1.10754 + 1.10755 + 1.10756 + 1.10757 +fi 1.10758 +ac_ext=c 1.10759 +ac_cpp='$CPP $CPPFLAGS' 1.10760 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.10761 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.10762 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.10763 + 1.10764 +CC="$lt_save_CC" 1.10765 + 1.10766 + 1.10767 + 1.10768 + 1.10769 + 1.10770 + 1.10771 + 1.10772 + 1.10773 + 1.10774 + 1.10775 + 1.10776 + 1.10777 + 1.10778 + ac_config_commands="$ac_config_commands libtool" 1.10779 + 1.10780 + 1.10781 + 1.10782 + 1.10783 +# Only expand once: 1.10784 + 1.10785 + 1.10786 + 1.10787 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exp in -lm" >&5 1.10788 +$as_echo_n "checking for exp in -lm... " >&6; } 1.10789 +if test "${ac_cv_lib_m_exp+set}" = set; then : 1.10790 + $as_echo_n "(cached) " >&6 1.10791 +else 1.10792 + ac_check_lib_save_LIBS=$LIBS 1.10793 +LIBS="-lm $LIBS" 1.10794 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.10795 +/* end confdefs.h. */ 1.10796 + 1.10797 +/* Override any GCC internal prototype to avoid an error. 1.10798 + Use char because int might match the return type of a GCC 1.10799 + builtin and then its argument prototype would still apply. */ 1.10800 +#ifdef __cplusplus 1.10801 +extern "C" 1.10802 +#endif 1.10803 +char exp (); 1.10804 +int 1.10805 +main () 1.10806 +{ 1.10807 +return exp (); 1.10808 + ; 1.10809 + return 0; 1.10810 +} 1.10811 +_ACEOF 1.10812 +if ac_fn_c_try_link "$LINENO"; then : 1.10813 + ac_cv_lib_m_exp=yes 1.10814 +else 1.10815 + ac_cv_lib_m_exp=no 1.10816 +fi 1.10817 +rm -f core conftest.err conftest.$ac_objext \ 1.10818 + conftest$ac_exeext conftest.$ac_ext 1.10819 +LIBS=$ac_check_lib_save_LIBS 1.10820 +fi 1.10821 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_exp" >&5 1.10822 +$as_echo "$ac_cv_lib_m_exp" >&6; } 1.10823 +if test "x$ac_cv_lib_m_exp" = x""yes; then : 1.10824 + cat >>confdefs.h <<_ACEOF 1.10825 +#define HAVE_LIBM 1 1.10826 +_ACEOF 1.10827 + 1.10828 + LIBS="-lm $LIBS" 1.10829 + 1.10830 +fi 1.10831 + 1.10832 + 1.10833 +ac_fn_c_check_header_mongrel "$LINENO" "sys/time.h" "ac_cv_header_sys_time_h" "$ac_includes_default" 1.10834 +if test "x$ac_cv_header_sys_time_h" = x""yes; then : 1.10835 + 1.10836 +$as_echo "#define HAVE_SYS_TIME_H 1" >>confdefs.h 1.10837 + 1.10838 +fi 1.10839 + 1.10840 + 1.10841 + 1.10842 +ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" 1.10843 +if test "x$ac_cv_func_gettimeofday" = x""yes; then : 1.10844 + 1.10845 +$as_echo "#define HAVE_GETTIMEOFDAY 1" >>confdefs.h 1.10846 + 1.10847 +fi 1.10848 + 1.10849 + 1.10850 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use GNU MP bignum library" >&5 1.10851 +$as_echo_n "checking whether to use GNU MP bignum library... " >&6; } 1.10852 +if test "$with_gmp" = "yes"; then 1.10853 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.10854 +$as_echo "yes" >&6; } 1.10855 + 1.10856 +$as_echo "#define HAVE_GMP 1" >>confdefs.h 1.10857 + 1.10858 + LIBS="-lgmp $LIBS" 1.10859 +else 1.10860 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.10861 +$as_echo "no" >&6; } 1.10862 +fi 1.10863 + 1.10864 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable shared library support" >&5 1.10865 +$as_echo_n "checking whether to enable shared library support... " >&6; } 1.10866 +if test "$enable_dl" = "yes"; then 1.10867 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ltdl" >&5 1.10868 +$as_echo "ltdl" >&6; } 1.10869 + 1.10870 +$as_echo "#define HAVE_LTDL 1" >>confdefs.h 1.10871 + 1.10872 + LIBS="-lltdl $LIBS" 1.10873 +elif test "$enable_dl" = "ltdl"; then 1.10874 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ltdl" >&5 1.10875 +$as_echo "ltdl" >&6; } 1.10876 + 1.10877 +$as_echo "#define HAVE_LTDL 1" >>confdefs.h 1.10878 + 1.10879 + LIBS="-lltdl $LIBS" 1.10880 +elif test "$enable_dl" = "dlfcn"; then 1.10881 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: dlfcn" >&5 1.10882 +$as_echo "dlfcn" >&6; } 1.10883 + 1.10884 +$as_echo "#define HAVE_DLFCN 1" >>confdefs.h 1.10885 + 1.10886 +else 1.10887 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.10888 +$as_echo "no" >&6; } 1.10889 +fi 1.10890 + 1.10891 +case $host_os in 1.10892 + darwin* | macosx*) 1.10893 + LIBIODBC="libiodbc.dylib" 1.10894 + LIBODBC="libodbc.dylib" 1.10895 + LIBMYSQL="libmysqlclient.dylib" 1.10896 + ;; 1.10897 + *) 1.10898 + LIBIODBC="libiodbc.so" 1.10899 + LIBODBC="libodbc.so" 1.10900 + LIBMYSQL="libmysqlclient.so" 1.10901 + ;; 1.10902 +esac 1.10903 + 1.10904 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable MathProg ODBC support" >&5 1.10905 +$as_echo_n "checking whether to enable MathProg ODBC support... " >&6; } 1.10906 +if test "$enable_odbc" = "yes"; then 1.10907 + if test "$enable_dl" = "no"; then 1.10908 + as_fn_error "--enable-odbc requires --enable-dl" "$LINENO" 5 1.10909 + fi 1.10910 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.10911 +$as_echo "yes" >&6; } 1.10912 + 1.10913 +cat >>confdefs.h <<_ACEOF 1.10914 +#define ODBC_DLNAME "$LIBIODBC" 1.10915 +_ACEOF 1.10916 + 1.10917 +elif test "$enable_odbc" = "unix"; then 1.10918 + if test "$enable_dl" = "no"; then 1.10919 + as_fn_error "--enable-odbc requires --enable-dl" "$LINENO" 5 1.10920 + fi 1.10921 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unix" >&5 1.10922 +$as_echo "unix" >&6; } 1.10923 + 1.10924 +cat >>confdefs.h <<_ACEOF 1.10925 +#define ODBC_DLNAME "$LIBODBC" 1.10926 +_ACEOF 1.10927 + 1.10928 +else 1.10929 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.10930 +$as_echo "no" >&6; } 1.10931 +fi 1.10932 + 1.10933 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable MathProg MySQL support" >&5 1.10934 +$as_echo_n "checking whether to enable MathProg MySQL support... " >&6; } 1.10935 +if test "$enable_mysql" = "yes"; then 1.10936 + if test "$enable_dl" = "no"; then 1.10937 + as_fn_error "--enable-mysql requires --enable-dl" "$LINENO" 5 1.10938 + fi 1.10939 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.10940 +$as_echo "yes" >&6; } 1.10941 + CPPFLAGS="-I/usr/include/mysql $CPPFLAGS" 1.10942 + 1.10943 +cat >>confdefs.h <<_ACEOF 1.10944 +#define MYSQL_DLNAME "$LIBMYSQL" 1.10945 +_ACEOF 1.10946 + 1.10947 +else 1.10948 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.10949 +$as_echo "no" >&6; } 1.10950 +fi 1.10951 + 1.10952 +ac_config_files="$ac_config_files src/Makefile examples/Makefile Makefile" 1.10953 + 1.10954 +cat >confcache <<\_ACEOF 1.10955 +# This file is a shell script that caches the results of configure 1.10956 +# tests run on this system so they can be shared between configure 1.10957 +# scripts and configure runs, see configure's option --config-cache. 1.10958 +# It is not useful on other systems. If it contains results you don't 1.10959 +# want to keep, you may remove or edit it. 1.10960 +# 1.10961 +# config.status only pays attention to the cache file if you give it 1.10962 +# the --recheck option to rerun configure. 1.10963 +# 1.10964 +# `ac_cv_env_foo' variables (set or unset) will be overridden when 1.10965 +# loading this file, other *unset* `ac_cv_foo' will be assigned the 1.10966 +# following values. 1.10967 + 1.10968 +_ACEOF 1.10969 + 1.10970 +# The following way of writing the cache mishandles newlines in values, 1.10971 +# but we know of no workaround that is simple, portable, and efficient. 1.10972 +# So, we kill variables containing newlines. 1.10973 +# Ultrix sh set writes to stderr and can't be redirected directly, 1.10974 +# and sets the high bit in the cache file unless we assign to the vars. 1.10975 +( 1.10976 + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 1.10977 + eval ac_val=\$$ac_var 1.10978 + case $ac_val in #( 1.10979 + *${as_nl}*) 1.10980 + case $ac_var in #( 1.10981 + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1.10982 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1.10983 + esac 1.10984 + case $ac_var in #( 1.10985 + _ | IFS | as_nl) ;; #( 1.10986 + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1.10987 + *) { eval $ac_var=; unset $ac_var;} ;; 1.10988 + esac ;; 1.10989 + esac 1.10990 + done 1.10991 + 1.10992 + (set) 2>&1 | 1.10993 + case $as_nl`(ac_space=' '; set) 2>&1` in #( 1.10994 + *${as_nl}ac_space=\ *) 1.10995 + # `set' does not quote correctly, so add quotes: double-quote 1.10996 + # substitution turns \\\\ into \\, and sed turns \\ into \. 1.10997 + sed -n \ 1.10998 + "s/'/'\\\\''/g; 1.10999 + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 1.11000 + ;; #( 1.11001 + *) 1.11002 + # `set' quotes correctly as required by POSIX, so do not add quotes. 1.11003 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1.11004 + ;; 1.11005 + esac | 1.11006 + sort 1.11007 +) | 1.11008 + sed ' 1.11009 + /^ac_cv_env_/b end 1.11010 + t clear 1.11011 + :clear 1.11012 + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 1.11013 + t end 1.11014 + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 1.11015 + :end' >>confcache 1.11016 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 1.11017 + if test -w "$cache_file"; then 1.11018 + test "x$cache_file" != "x/dev/null" && 1.11019 + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 1.11020 +$as_echo "$as_me: updating cache $cache_file" >&6;} 1.11021 + cat confcache >$cache_file 1.11022 + else 1.11023 + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 1.11024 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 1.11025 + fi 1.11026 +fi 1.11027 +rm -f confcache 1.11028 + 1.11029 +test "x$prefix" = xNONE && prefix=$ac_default_prefix 1.11030 +# Let make expand exec_prefix. 1.11031 +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 1.11032 + 1.11033 +DEFS=-DHAVE_CONFIG_H 1.11034 + 1.11035 +ac_libobjs= 1.11036 +ac_ltlibobjs= 1.11037 +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 1.11038 + # 1. Remove the extension, and $U if already installed. 1.11039 + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 1.11040 + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 1.11041 + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 1.11042 + # will be set to the directory where LIBOBJS objects are built. 1.11043 + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" 1.11044 + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' 1.11045 +done 1.11046 +LIBOBJS=$ac_libobjs 1.11047 + 1.11048 +LTLIBOBJS=$ac_ltlibobjs 1.11049 + 1.11050 + 1.11051 + if test -n "$EXEEXT"; then 1.11052 + am__EXEEXT_TRUE= 1.11053 + am__EXEEXT_FALSE='#' 1.11054 +else 1.11055 + am__EXEEXT_TRUE='#' 1.11056 + am__EXEEXT_FALSE= 1.11057 +fi 1.11058 + 1.11059 +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 1.11060 + as_fn_error "conditional \"AMDEP\" was never defined. 1.11061 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.11062 +fi 1.11063 +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 1.11064 + as_fn_error "conditional \"am__fastdepCC\" was never defined. 1.11065 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.11066 +fi 1.11067 + 1.11068 +: ${CONFIG_STATUS=./config.status} 1.11069 +ac_write_fail=0 1.11070 +ac_clean_files_save=$ac_clean_files 1.11071 +ac_clean_files="$ac_clean_files $CONFIG_STATUS" 1.11072 +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 1.11073 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 1.11074 +as_write_fail=0 1.11075 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 1.11076 +#! $SHELL 1.11077 +# Generated by $as_me. 1.11078 +# Run this file to recreate the current configuration. 1.11079 +# Compiler output produced by configure, useful for debugging 1.11080 +# configure, is in config.log if it exists. 1.11081 + 1.11082 +debug=false 1.11083 +ac_cs_recheck=false 1.11084 +ac_cs_silent=false 1.11085 + 1.11086 +SHELL=\${CONFIG_SHELL-$SHELL} 1.11087 +export SHELL 1.11088 +_ASEOF 1.11089 +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 1.11090 +## -------------------- ## 1.11091 +## M4sh Initialization. ## 1.11092 +## -------------------- ## 1.11093 + 1.11094 +# Be more Bourne compatible 1.11095 +DUALCASE=1; export DUALCASE # for MKS sh 1.11096 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 1.11097 + emulate sh 1.11098 + NULLCMD=: 1.11099 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 1.11100 + # is contrary to our usage. Disable this feature. 1.11101 + alias -g '${1+"$@"}'='"$@"' 1.11102 + setopt NO_GLOB_SUBST 1.11103 +else 1.11104 + case `(set -o) 2>/dev/null` in #( 1.11105 + *posix*) : 1.11106 + set -o posix ;; #( 1.11107 + *) : 1.11108 + ;; 1.11109 +esac 1.11110 +fi 1.11111 + 1.11112 + 1.11113 +as_nl=' 1.11114 +' 1.11115 +export as_nl 1.11116 +# Printing a long string crashes Solaris 7 /usr/bin/printf. 1.11117 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 1.11118 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 1.11119 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 1.11120 +# Prefer a ksh shell builtin over an external printf program on Solaris, 1.11121 +# but without wasting forks for bash or zsh. 1.11122 +if test -z "$BASH_VERSION$ZSH_VERSION" \ 1.11123 + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 1.11124 + as_echo='print -r --' 1.11125 + as_echo_n='print -rn --' 1.11126 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 1.11127 + as_echo='printf %s\n' 1.11128 + as_echo_n='printf %s' 1.11129 +else 1.11130 + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 1.11131 + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 1.11132 + as_echo_n='/usr/ucb/echo -n' 1.11133 + else 1.11134 + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 1.11135 + as_echo_n_body='eval 1.11136 + arg=$1; 1.11137 + case $arg in #( 1.11138 + *"$as_nl"*) 1.11139 + expr "X$arg" : "X\\(.*\\)$as_nl"; 1.11140 + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 1.11141 + esac; 1.11142 + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 1.11143 + ' 1.11144 + export as_echo_n_body 1.11145 + as_echo_n='sh -c $as_echo_n_body as_echo' 1.11146 + fi 1.11147 + export as_echo_body 1.11148 + as_echo='sh -c $as_echo_body as_echo' 1.11149 +fi 1.11150 + 1.11151 +# The user is always right. 1.11152 +if test "${PATH_SEPARATOR+set}" != set; then 1.11153 + PATH_SEPARATOR=: 1.11154 + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 1.11155 + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 1.11156 + PATH_SEPARATOR=';' 1.11157 + } 1.11158 +fi 1.11159 + 1.11160 + 1.11161 +# IFS 1.11162 +# We need space, tab and new line, in precisely that order. Quoting is 1.11163 +# there to prevent editors from complaining about space-tab. 1.11164 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word 1.11165 +# splitting by setting IFS to empty value.) 1.11166 +IFS=" "" $as_nl" 1.11167 + 1.11168 +# Find who we are. Look in the path if we contain no directory separator. 1.11169 +case $0 in #(( 1.11170 + *[\\/]* ) as_myself=$0 ;; 1.11171 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.11172 +for as_dir in $PATH 1.11173 +do 1.11174 + IFS=$as_save_IFS 1.11175 + test -z "$as_dir" && as_dir=. 1.11176 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 1.11177 + done 1.11178 +IFS=$as_save_IFS 1.11179 + 1.11180 + ;; 1.11181 +esac 1.11182 +# We did not find ourselves, most probably we were run as `sh COMMAND' 1.11183 +# in which case we are not to be found in the path. 1.11184 +if test "x$as_myself" = x; then 1.11185 + as_myself=$0 1.11186 +fi 1.11187 +if test ! -f "$as_myself"; then 1.11188 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 1.11189 + exit 1 1.11190 +fi 1.11191 + 1.11192 +# Unset variables that we do not need and which cause bugs (e.g. in 1.11193 +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 1.11194 +# suppresses any "Segmentation fault" message there. '((' could 1.11195 +# trigger a bug in pdksh 5.2.14. 1.11196 +for as_var in BASH_ENV ENV MAIL MAILPATH 1.11197 +do eval test x\${$as_var+set} = xset \ 1.11198 + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 1.11199 +done 1.11200 +PS1='$ ' 1.11201 +PS2='> ' 1.11202 +PS4='+ ' 1.11203 + 1.11204 +# NLS nuisances. 1.11205 +LC_ALL=C 1.11206 +export LC_ALL 1.11207 +LANGUAGE=C 1.11208 +export LANGUAGE 1.11209 + 1.11210 +# CDPATH. 1.11211 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 1.11212 + 1.11213 + 1.11214 +# as_fn_error ERROR [LINENO LOG_FD] 1.11215 +# --------------------------------- 1.11216 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 1.11217 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 1.11218 +# script with status $?, using 1 if that was 0. 1.11219 +as_fn_error () 1.11220 +{ 1.11221 + as_status=$?; test $as_status -eq 0 && as_status=1 1.11222 + if test "$3"; then 1.11223 + as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.11224 + $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 1.11225 + fi 1.11226 + $as_echo "$as_me: error: $1" >&2 1.11227 + as_fn_exit $as_status 1.11228 +} # as_fn_error 1.11229 + 1.11230 + 1.11231 +# as_fn_set_status STATUS 1.11232 +# ----------------------- 1.11233 +# Set $? to STATUS, without forking. 1.11234 +as_fn_set_status () 1.11235 +{ 1.11236 + return $1 1.11237 +} # as_fn_set_status 1.11238 + 1.11239 +# as_fn_exit STATUS 1.11240 +# ----------------- 1.11241 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 1.11242 +as_fn_exit () 1.11243 +{ 1.11244 + set +e 1.11245 + as_fn_set_status $1 1.11246 + exit $1 1.11247 +} # as_fn_exit 1.11248 + 1.11249 +# as_fn_unset VAR 1.11250 +# --------------- 1.11251 +# Portably unset VAR. 1.11252 +as_fn_unset () 1.11253 +{ 1.11254 + { eval $1=; unset $1;} 1.11255 +} 1.11256 +as_unset=as_fn_unset 1.11257 +# as_fn_append VAR VALUE 1.11258 +# ---------------------- 1.11259 +# Append the text in VALUE to the end of the definition contained in VAR. Take 1.11260 +# advantage of any shell optimizations that allow amortized linear growth over 1.11261 +# repeated appends, instead of the typical quadratic growth present in naive 1.11262 +# implementations. 1.11263 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 1.11264 + eval 'as_fn_append () 1.11265 + { 1.11266 + eval $1+=\$2 1.11267 + }' 1.11268 +else 1.11269 + as_fn_append () 1.11270 + { 1.11271 + eval $1=\$$1\$2 1.11272 + } 1.11273 +fi # as_fn_append 1.11274 + 1.11275 +# as_fn_arith ARG... 1.11276 +# ------------------ 1.11277 +# Perform arithmetic evaluation on the ARGs, and store the result in the 1.11278 +# global $as_val. Take advantage of shells that can avoid forks. The arguments 1.11279 +# must be portable across $(()) and expr. 1.11280 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 1.11281 + eval 'as_fn_arith () 1.11282 + { 1.11283 + as_val=$(( $* )) 1.11284 + }' 1.11285 +else 1.11286 + as_fn_arith () 1.11287 + { 1.11288 + as_val=`expr "$@" || test $? -eq 1` 1.11289 + } 1.11290 +fi # as_fn_arith 1.11291 + 1.11292 + 1.11293 +if expr a : '\(a\)' >/dev/null 2>&1 && 1.11294 + test "X`expr 00001 : '.*\(...\)'`" = X001; then 1.11295 + as_expr=expr 1.11296 +else 1.11297 + as_expr=false 1.11298 +fi 1.11299 + 1.11300 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 1.11301 + as_basename=basename 1.11302 +else 1.11303 + as_basename=false 1.11304 +fi 1.11305 + 1.11306 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 1.11307 + as_dirname=dirname 1.11308 +else 1.11309 + as_dirname=false 1.11310 +fi 1.11311 + 1.11312 +as_me=`$as_basename -- "$0" || 1.11313 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 1.11314 + X"$0" : 'X\(//\)$' \| \ 1.11315 + X"$0" : 'X\(/\)' \| . 2>/dev/null || 1.11316 +$as_echo X/"$0" | 1.11317 + sed '/^.*\/\([^/][^/]*\)\/*$/{ 1.11318 + s//\1/ 1.11319 + q 1.11320 + } 1.11321 + /^X\/\(\/\/\)$/{ 1.11322 + s//\1/ 1.11323 + q 1.11324 + } 1.11325 + /^X\/\(\/\).*/{ 1.11326 + s//\1/ 1.11327 + q 1.11328 + } 1.11329 + s/.*/./; q'` 1.11330 + 1.11331 +# Avoid depending upon Character Ranges. 1.11332 +as_cr_letters='abcdefghijklmnopqrstuvwxyz' 1.11333 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 1.11334 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS 1.11335 +as_cr_digits='0123456789' 1.11336 +as_cr_alnum=$as_cr_Letters$as_cr_digits 1.11337 + 1.11338 +ECHO_C= ECHO_N= ECHO_T= 1.11339 +case `echo -n x` in #((((( 1.11340 +-n*) 1.11341 + case `echo 'xy\c'` in 1.11342 + *c*) ECHO_T=' ';; # ECHO_T is single tab character. 1.11343 + xy) ECHO_C='\c';; 1.11344 + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 1.11345 + ECHO_T=' ';; 1.11346 + esac;; 1.11347 +*) 1.11348 + ECHO_N='-n';; 1.11349 +esac 1.11350 + 1.11351 +rm -f conf$$ conf$$.exe conf$$.file 1.11352 +if test -d conf$$.dir; then 1.11353 + rm -f conf$$.dir/conf$$.file 1.11354 +else 1.11355 + rm -f conf$$.dir 1.11356 + mkdir conf$$.dir 2>/dev/null 1.11357 +fi 1.11358 +if (echo >conf$$.file) 2>/dev/null; then 1.11359 + if ln -s conf$$.file conf$$ 2>/dev/null; then 1.11360 + as_ln_s='ln -s' 1.11361 + # ... but there are two gotchas: 1.11362 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 1.11363 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 1.11364 + # In both cases, we have to default to `cp -p'. 1.11365 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 1.11366 + as_ln_s='cp -p' 1.11367 + elif ln conf$$.file conf$$ 2>/dev/null; then 1.11368 + as_ln_s=ln 1.11369 + else 1.11370 + as_ln_s='cp -p' 1.11371 + fi 1.11372 +else 1.11373 + as_ln_s='cp -p' 1.11374 +fi 1.11375 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 1.11376 +rmdir conf$$.dir 2>/dev/null 1.11377 + 1.11378 + 1.11379 +# as_fn_mkdir_p 1.11380 +# ------------- 1.11381 +# Create "$as_dir" as a directory, including parents if necessary. 1.11382 +as_fn_mkdir_p () 1.11383 +{ 1.11384 + 1.11385 + case $as_dir in #( 1.11386 + -*) as_dir=./$as_dir;; 1.11387 + esac 1.11388 + test -d "$as_dir" || eval $as_mkdir_p || { 1.11389 + as_dirs= 1.11390 + while :; do 1.11391 + case $as_dir in #( 1.11392 + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 1.11393 + *) as_qdir=$as_dir;; 1.11394 + esac 1.11395 + as_dirs="'$as_qdir' $as_dirs" 1.11396 + as_dir=`$as_dirname -- "$as_dir" || 1.11397 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.11398 + X"$as_dir" : 'X\(//\)[^/]' \| \ 1.11399 + X"$as_dir" : 'X\(//\)$' \| \ 1.11400 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 1.11401 +$as_echo X"$as_dir" | 1.11402 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1.11403 + s//\1/ 1.11404 + q 1.11405 + } 1.11406 + /^X\(\/\/\)[^/].*/{ 1.11407 + s//\1/ 1.11408 + q 1.11409 + } 1.11410 + /^X\(\/\/\)$/{ 1.11411 + s//\1/ 1.11412 + q 1.11413 + } 1.11414 + /^X\(\/\).*/{ 1.11415 + s//\1/ 1.11416 + q 1.11417 + } 1.11418 + s/.*/./; q'` 1.11419 + test -d "$as_dir" && break 1.11420 + done 1.11421 + test -z "$as_dirs" || eval "mkdir $as_dirs" 1.11422 + } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 1.11423 + 1.11424 + 1.11425 +} # as_fn_mkdir_p 1.11426 +if mkdir -p . 2>/dev/null; then 1.11427 + as_mkdir_p='mkdir -p "$as_dir"' 1.11428 +else 1.11429 + test -d ./-p && rmdir ./-p 1.11430 + as_mkdir_p=false 1.11431 +fi 1.11432 + 1.11433 +if test -x / >/dev/null 2>&1; then 1.11434 + as_test_x='test -x' 1.11435 +else 1.11436 + if ls -dL / >/dev/null 2>&1; then 1.11437 + as_ls_L_option=L 1.11438 + else 1.11439 + as_ls_L_option= 1.11440 + fi 1.11441 + as_test_x=' 1.11442 + eval sh -c '\'' 1.11443 + if test -d "$1"; then 1.11444 + test -d "$1/."; 1.11445 + else 1.11446 + case $1 in #( 1.11447 + -*)set "./$1";; 1.11448 + esac; 1.11449 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 1.11450 + ???[sx]*):;;*)false;;esac;fi 1.11451 + '\'' sh 1.11452 + ' 1.11453 +fi 1.11454 +as_executable_p=$as_test_x 1.11455 + 1.11456 +# Sed expression to map a string onto a valid CPP name. 1.11457 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 1.11458 + 1.11459 +# Sed expression to map a string onto a valid variable name. 1.11460 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 1.11461 + 1.11462 + 1.11463 +exec 6>&1 1.11464 +## ----------------------------------- ## 1.11465 +## Main body of $CONFIG_STATUS script. ## 1.11466 +## ----------------------------------- ## 1.11467 +_ASEOF 1.11468 +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 1.11469 + 1.11470 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.11471 +# Save the log message, to keep $0 and so on meaningful, and to 1.11472 +# report actual input values of CONFIG_FILES etc. instead of their 1.11473 +# values after options handling. 1.11474 +ac_log=" 1.11475 +This file was extended by GLPK $as_me 4.47, which was 1.11476 +generated by GNU Autoconf 2.65. Invocation command line was 1.11477 + 1.11478 + CONFIG_FILES = $CONFIG_FILES 1.11479 + CONFIG_HEADERS = $CONFIG_HEADERS 1.11480 + CONFIG_LINKS = $CONFIG_LINKS 1.11481 + CONFIG_COMMANDS = $CONFIG_COMMANDS 1.11482 + $ $0 $@ 1.11483 + 1.11484 +on `(hostname || uname -n) 2>/dev/null | sed 1q` 1.11485 +" 1.11486 + 1.11487 +_ACEOF 1.11488 + 1.11489 +case $ac_config_files in *" 1.11490 +"*) set x $ac_config_files; shift; ac_config_files=$*;; 1.11491 +esac 1.11492 + 1.11493 +case $ac_config_headers in *" 1.11494 +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; 1.11495 +esac 1.11496 + 1.11497 + 1.11498 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.11499 +# Files that config.status was made for. 1.11500 +config_files="$ac_config_files" 1.11501 +config_headers="$ac_config_headers" 1.11502 +config_commands="$ac_config_commands" 1.11503 + 1.11504 +_ACEOF 1.11505 + 1.11506 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.11507 +ac_cs_usage="\ 1.11508 +\`$as_me' instantiates files and other configuration actions 1.11509 +from templates according to the current configuration. Unless the files 1.11510 +and actions are specified as TAGs, all are instantiated by default. 1.11511 + 1.11512 +Usage: $0 [OPTION]... [TAG]... 1.11513 + 1.11514 + -h, --help print this help, then exit 1.11515 + -V, --version print version number and configuration settings, then exit 1.11516 + --config print configuration, then exit 1.11517 + -q, --quiet, --silent 1.11518 + do not print progress messages 1.11519 + -d, --debug don't remove temporary files 1.11520 + --recheck update $as_me by reconfiguring in the same conditions 1.11521 + --file=FILE[:TEMPLATE] 1.11522 + instantiate the configuration file FILE 1.11523 + --header=FILE[:TEMPLATE] 1.11524 + instantiate the configuration header FILE 1.11525 + 1.11526 +Configuration files: 1.11527 +$config_files 1.11528 + 1.11529 +Configuration headers: 1.11530 +$config_headers 1.11531 + 1.11532 +Configuration commands: 1.11533 +$config_commands 1.11534 + 1.11535 +Report bugs to <bug-glpk@gnu.org>." 1.11536 + 1.11537 +_ACEOF 1.11538 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.11539 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 1.11540 +ac_cs_version="\\ 1.11541 +GLPK config.status 4.47 1.11542 +configured by $0, generated by GNU Autoconf 2.65, 1.11543 + with options \\"\$ac_cs_config\\" 1.11544 + 1.11545 +Copyright (C) 2009 Free Software Foundation, Inc. 1.11546 +This config.status script is free software; the Free Software Foundation 1.11547 +gives unlimited permission to copy, distribute and modify it." 1.11548 + 1.11549 +ac_pwd='$ac_pwd' 1.11550 +srcdir='$srcdir' 1.11551 +INSTALL='$INSTALL' 1.11552 +MKDIR_P='$MKDIR_P' 1.11553 +AWK='$AWK' 1.11554 +test -n "\$AWK" || AWK=awk 1.11555 +_ACEOF 1.11556 + 1.11557 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.11558 +# The default lists apply if the user does not specify any file. 1.11559 +ac_need_defaults=: 1.11560 +while test $# != 0 1.11561 +do 1.11562 + case $1 in 1.11563 + --*=*) 1.11564 + ac_option=`expr "X$1" : 'X\([^=]*\)='` 1.11565 + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 1.11566 + ac_shift=: 1.11567 + ;; 1.11568 + *) 1.11569 + ac_option=$1 1.11570 + ac_optarg=$2 1.11571 + ac_shift=shift 1.11572 + ;; 1.11573 + esac 1.11574 + 1.11575 + case $ac_option in 1.11576 + # Handling of the options. 1.11577 + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 1.11578 + ac_cs_recheck=: ;; 1.11579 + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 1.11580 + $as_echo "$ac_cs_version"; exit ;; 1.11581 + --config | --confi | --conf | --con | --co | --c ) 1.11582 + $as_echo "$ac_cs_config"; exit ;; 1.11583 + --debug | --debu | --deb | --de | --d | -d ) 1.11584 + debug=: ;; 1.11585 + --file | --fil | --fi | --f ) 1.11586 + $ac_shift 1.11587 + case $ac_optarg in 1.11588 + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 1.11589 + esac 1.11590 + as_fn_append CONFIG_FILES " '$ac_optarg'" 1.11591 + ac_need_defaults=false;; 1.11592 + --header | --heade | --head | --hea ) 1.11593 + $ac_shift 1.11594 + case $ac_optarg in 1.11595 + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 1.11596 + esac 1.11597 + as_fn_append CONFIG_HEADERS " '$ac_optarg'" 1.11598 + ac_need_defaults=false;; 1.11599 + --he | --h) 1.11600 + # Conflict between --help and --header 1.11601 + as_fn_error "ambiguous option: \`$1' 1.11602 +Try \`$0 --help' for more information.";; 1.11603 + --help | --hel | -h ) 1.11604 + $as_echo "$ac_cs_usage"; exit ;; 1.11605 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1.11606 + | -silent | --silent | --silen | --sile | --sil | --si | --s) 1.11607 + ac_cs_silent=: ;; 1.11608 + 1.11609 + # This is an error. 1.11610 + -*) as_fn_error "unrecognized option: \`$1' 1.11611 +Try \`$0 --help' for more information." ;; 1.11612 + 1.11613 + *) as_fn_append ac_config_targets " $1" 1.11614 + ac_need_defaults=false ;; 1.11615 + 1.11616 + esac 1.11617 + shift 1.11618 +done 1.11619 + 1.11620 +ac_configure_extra_args= 1.11621 + 1.11622 +if $ac_cs_silent; then 1.11623 + exec 6>/dev/null 1.11624 + ac_configure_extra_args="$ac_configure_extra_args --silent" 1.11625 +fi 1.11626 + 1.11627 +_ACEOF 1.11628 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.11629 +if \$ac_cs_recheck; then 1.11630 + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 1.11631 + shift 1.11632 + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 1.11633 + CONFIG_SHELL='$SHELL' 1.11634 + export CONFIG_SHELL 1.11635 + exec "\$@" 1.11636 +fi 1.11637 + 1.11638 +_ACEOF 1.11639 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.11640 +exec 5>>config.log 1.11641 +{ 1.11642 + echo 1.11643 + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 1.11644 +## Running $as_me. ## 1.11645 +_ASBOX 1.11646 + $as_echo "$ac_log" 1.11647 +} >&5 1.11648 + 1.11649 +_ACEOF 1.11650 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.11651 +# 1.11652 +# INIT-COMMANDS 1.11653 +# 1.11654 +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 1.11655 + 1.11656 + 1.11657 +# The HP-UX ksh and POSIX shell print the target directory to stdout 1.11658 +# if CDPATH is set. 1.11659 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 1.11660 + 1.11661 +sed_quote_subst='$sed_quote_subst' 1.11662 +double_quote_subst='$double_quote_subst' 1.11663 +delay_variable_subst='$delay_variable_subst' 1.11664 +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' 1.11665 +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' 1.11666 +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' 1.11667 +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' 1.11668 +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' 1.11669 +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' 1.11670 +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' 1.11671 +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' 1.11672 +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' 1.11673 +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' 1.11674 +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' 1.11675 +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' 1.11676 +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' 1.11677 +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' 1.11678 +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' 1.11679 +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' 1.11680 +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' 1.11681 +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' 1.11682 +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' 1.11683 +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' 1.11684 +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' 1.11685 +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' 1.11686 +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' 1.11687 +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' 1.11688 +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' 1.11689 +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' 1.11690 +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' 1.11691 +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' 1.11692 +lt_cv_to_host_path_cmd='`$ECHO "$lt_cv_to_host_path_cmd" | $SED "$delay_single_quote_subst"`' 1.11693 +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' 1.11694 +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' 1.11695 +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' 1.11696 +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' 1.11697 +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' 1.11698 +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' 1.11699 +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' 1.11700 +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' 1.11701 +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' 1.11702 +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' 1.11703 +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' 1.11704 +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' 1.11705 +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' 1.11706 +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' 1.11707 +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' 1.11708 +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' 1.11709 +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' 1.11710 +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' 1.11711 +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' 1.11712 +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' 1.11713 +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' 1.11714 +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' 1.11715 +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' 1.11716 +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' 1.11717 +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' 1.11718 +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' 1.11719 +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' 1.11720 +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' 1.11721 +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' 1.11722 +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' 1.11723 +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' 1.11724 +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' 1.11725 +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' 1.11726 +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' 1.11727 +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' 1.11728 +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' 1.11729 +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' 1.11730 +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' 1.11731 +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' 1.11732 +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' 1.11733 +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' 1.11734 +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' 1.11735 +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' 1.11736 +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' 1.11737 +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' 1.11738 +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' 1.11739 +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' 1.11740 +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' 1.11741 +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' 1.11742 +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' 1.11743 +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' 1.11744 +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' 1.11745 +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' 1.11746 +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' 1.11747 +hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' 1.11748 +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' 1.11749 +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' 1.11750 +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' 1.11751 +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' 1.11752 +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' 1.11753 +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' 1.11754 +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' 1.11755 +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' 1.11756 +fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`' 1.11757 +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' 1.11758 +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' 1.11759 +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' 1.11760 +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' 1.11761 +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' 1.11762 +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' 1.11763 +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' 1.11764 +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' 1.11765 +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' 1.11766 +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' 1.11767 +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' 1.11768 +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' 1.11769 +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' 1.11770 +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' 1.11771 +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' 1.11772 +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' 1.11773 +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' 1.11774 +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' 1.11775 +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' 1.11776 +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' 1.11777 +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' 1.11778 +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' 1.11779 +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' 1.11780 +sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' 1.11781 +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' 1.11782 +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' 1.11783 +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' 1.11784 +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' 1.11785 +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' 1.11786 +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' 1.11787 + 1.11788 +LTCC='$LTCC' 1.11789 +LTCFLAGS='$LTCFLAGS' 1.11790 +compiler='$compiler_DEFAULT' 1.11791 + 1.11792 +# A function that is used when there is no print builtin or printf. 1.11793 +func_fallback_echo () 1.11794 +{ 1.11795 + eval 'cat <<_LTECHO_EOF 1.11796 +\$1 1.11797 +_LTECHO_EOF' 1.11798 +} 1.11799 + 1.11800 +# Quote evaled strings. 1.11801 +for var in SHELL \ 1.11802 +ECHO \ 1.11803 +SED \ 1.11804 +GREP \ 1.11805 +EGREP \ 1.11806 +FGREP \ 1.11807 +LD \ 1.11808 +NM \ 1.11809 +LN_S \ 1.11810 +lt_SP2NL \ 1.11811 +lt_NL2SP \ 1.11812 +reload_flag \ 1.11813 +OBJDUMP \ 1.11814 +deplibs_check_method \ 1.11815 +file_magic_cmd \ 1.11816 +DLLTOOL \ 1.11817 +sharedlib_from_linklib_cmd \ 1.11818 +AR \ 1.11819 +AR_FLAGS \ 1.11820 +STRIP \ 1.11821 +RANLIB \ 1.11822 +CC \ 1.11823 +CFLAGS \ 1.11824 +compiler \ 1.11825 +lt_cv_sys_global_symbol_pipe \ 1.11826 +lt_cv_sys_global_symbol_to_cdecl \ 1.11827 +lt_cv_sys_global_symbol_to_c_name_address \ 1.11828 +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ 1.11829 +lt_prog_compiler_no_builtin_flag \ 1.11830 +lt_prog_compiler_wl \ 1.11831 +lt_prog_compiler_pic \ 1.11832 +lt_prog_compiler_static \ 1.11833 +lt_cv_prog_compiler_c_o \ 1.11834 +need_locks \ 1.11835 +DSYMUTIL \ 1.11836 +NMEDIT \ 1.11837 +LIPO \ 1.11838 +OTOOL \ 1.11839 +OTOOL64 \ 1.11840 +shrext_cmds \ 1.11841 +export_dynamic_flag_spec \ 1.11842 +whole_archive_flag_spec \ 1.11843 +compiler_needs_object \ 1.11844 +with_gnu_ld \ 1.11845 +allow_undefined_flag \ 1.11846 +no_undefined_flag \ 1.11847 +hardcode_libdir_flag_spec \ 1.11848 +hardcode_libdir_flag_spec_ld \ 1.11849 +hardcode_libdir_separator \ 1.11850 +fix_srcfile_path \ 1.11851 +exclude_expsyms \ 1.11852 +include_expsyms \ 1.11853 +file_list_spec \ 1.11854 +variables_saved_for_relink \ 1.11855 +libname_spec \ 1.11856 +library_names_spec \ 1.11857 +soname_spec \ 1.11858 +install_override_mode \ 1.11859 +finish_eval \ 1.11860 +old_striplib \ 1.11861 +striplib; do 1.11862 + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in 1.11863 + *[\\\\\\\`\\"\\\$]*) 1.11864 + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" 1.11865 + ;; 1.11866 + *) 1.11867 + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" 1.11868 + ;; 1.11869 + esac 1.11870 +done 1.11871 + 1.11872 +# Double-quote double-evaled strings. 1.11873 +for var in reload_cmds \ 1.11874 +old_postinstall_cmds \ 1.11875 +old_postuninstall_cmds \ 1.11876 +old_archive_cmds \ 1.11877 +extract_expsyms_cmds \ 1.11878 +old_archive_from_new_cmds \ 1.11879 +old_archive_from_expsyms_cmds \ 1.11880 +archive_cmds \ 1.11881 +archive_expsym_cmds \ 1.11882 +module_cmds \ 1.11883 +module_expsym_cmds \ 1.11884 +export_symbols_cmds \ 1.11885 +prelink_cmds \ 1.11886 +postinstall_cmds \ 1.11887 +postuninstall_cmds \ 1.11888 +finish_cmds \ 1.11889 +sys_lib_search_path_spec \ 1.11890 +sys_lib_dlsearch_path_spec; do 1.11891 + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in 1.11892 + *[\\\\\\\`\\"\\\$]*) 1.11893 + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" 1.11894 + ;; 1.11895 + *) 1.11896 + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" 1.11897 + ;; 1.11898 + esac 1.11899 +done 1.11900 + 1.11901 +ac_aux_dir='$ac_aux_dir' 1.11902 +xsi_shell='$xsi_shell' 1.11903 +lt_shell_append='$lt_shell_append' 1.11904 + 1.11905 +# See if we are running on zsh, and set the options which allow our 1.11906 +# commands through without removal of \ escapes INIT. 1.11907 +if test -n "\${ZSH_VERSION+set}" ; then 1.11908 + setopt NO_GLOB_SUBST 1.11909 +fi 1.11910 + 1.11911 + 1.11912 + PACKAGE='$PACKAGE' 1.11913 + VERSION='$VERSION' 1.11914 + TIMESTAMP='$TIMESTAMP' 1.11915 + RM='$RM' 1.11916 + ofile='$ofile' 1.11917 + 1.11918 + 1.11919 + 1.11920 + 1.11921 +_ACEOF 1.11922 + 1.11923 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.11924 + 1.11925 +# Handling of arguments. 1.11926 +for ac_config_target in $ac_config_targets 1.11927 +do 1.11928 + case $ac_config_target in 1.11929 + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 1.11930 + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 1.11931 + "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; 1.11932 + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 1.11933 + "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; 1.11934 + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 1.11935 + 1.11936 + *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 1.11937 + esac 1.11938 +done 1.11939 + 1.11940 + 1.11941 +# If the user did not use the arguments to specify the items to instantiate, 1.11942 +# then the envvar interface is used. Set only those that are not. 1.11943 +# We use the long form for the default assignment because of an extremely 1.11944 +# bizarre bug on SunOS 4.1.3. 1.11945 +if $ac_need_defaults; then 1.11946 + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 1.11947 + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 1.11948 + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 1.11949 +fi 1.11950 + 1.11951 +# Have a temporary directory for convenience. Make it in the build tree 1.11952 +# simply because there is no reason against having it here, and in addition, 1.11953 +# creating and moving files from /tmp can sometimes cause problems. 1.11954 +# Hook for its removal unless debugging. 1.11955 +# Note that there is a small window in which the directory will not be cleaned: 1.11956 +# after its creation but before its name has been assigned to `$tmp'. 1.11957 +$debug || 1.11958 +{ 1.11959 + tmp= 1.11960 + trap 'exit_status=$? 1.11961 + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 1.11962 +' 0 1.11963 + trap 'as_fn_exit 1' 1 2 13 15 1.11964 +} 1.11965 +# Create a (secure) tmp directory for tmp files. 1.11966 + 1.11967 +{ 1.11968 + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 1.11969 + test -n "$tmp" && test -d "$tmp" 1.11970 +} || 1.11971 +{ 1.11972 + tmp=./conf$$-$RANDOM 1.11973 + (umask 077 && mkdir "$tmp") 1.11974 +} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 1.11975 + 1.11976 +# Set up the scripts for CONFIG_FILES section. 1.11977 +# No need to generate them if there are no CONFIG_FILES. 1.11978 +# This happens for instance with `./config.status config.h'. 1.11979 +if test -n "$CONFIG_FILES"; then 1.11980 + 1.11981 + 1.11982 +ac_cr=`echo X | tr X '\015'` 1.11983 +# On cygwin, bash can eat \r inside `` if the user requested igncr. 1.11984 +# But we know of no other shell where ac_cr would be empty at this 1.11985 +# point, so we can use a bashism as a fallback. 1.11986 +if test "x$ac_cr" = x; then 1.11987 + eval ac_cr=\$\'\\r\' 1.11988 +fi 1.11989 +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 1.11990 +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 1.11991 + ac_cs_awk_cr='\r' 1.11992 +else 1.11993 + ac_cs_awk_cr=$ac_cr 1.11994 +fi 1.11995 + 1.11996 +echo 'BEGIN {' >"$tmp/subs1.awk" && 1.11997 +_ACEOF 1.11998 + 1.11999 + 1.12000 +{ 1.12001 + echo "cat >conf$$subs.awk <<_ACEOF" && 1.12002 + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 1.12003 + echo "_ACEOF" 1.12004 +} >conf$$subs.sh || 1.12005 + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 1.12006 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 1.12007 +ac_delim='%!_!# ' 1.12008 +for ac_last_try in false false false false false :; do 1.12009 + . ./conf$$subs.sh || 1.12010 + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 1.12011 + 1.12012 + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 1.12013 + if test $ac_delim_n = $ac_delim_num; then 1.12014 + break 1.12015 + elif $ac_last_try; then 1.12016 + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 1.12017 + else 1.12018 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 1.12019 + fi 1.12020 +done 1.12021 +rm -f conf$$subs.sh 1.12022 + 1.12023 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.12024 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 1.12025 +_ACEOF 1.12026 +sed -n ' 1.12027 +h 1.12028 +s/^/S["/; s/!.*/"]=/ 1.12029 +p 1.12030 +g 1.12031 +s/^[^!]*!// 1.12032 +:repl 1.12033 +t repl 1.12034 +s/'"$ac_delim"'$// 1.12035 +t delim 1.12036 +:nl 1.12037 +h 1.12038 +s/\(.\{148\}\)..*/\1/ 1.12039 +t more1 1.12040 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 1.12041 +p 1.12042 +n 1.12043 +b repl 1.12044 +:more1 1.12045 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 1.12046 +p 1.12047 +g 1.12048 +s/.\{148\}// 1.12049 +t nl 1.12050 +:delim 1.12051 +h 1.12052 +s/\(.\{148\}\)..*/\1/ 1.12053 +t more2 1.12054 +s/["\\]/\\&/g; s/^/"/; s/$/"/ 1.12055 +p 1.12056 +b 1.12057 +:more2 1.12058 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 1.12059 +p 1.12060 +g 1.12061 +s/.\{148\}// 1.12062 +t delim 1.12063 +' <conf$$subs.awk | sed ' 1.12064 +/^[^""]/{ 1.12065 + N 1.12066 + s/\n// 1.12067 +} 1.12068 +' >>$CONFIG_STATUS || ac_write_fail=1 1.12069 +rm -f conf$$subs.awk 1.12070 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.12071 +_ACAWK 1.12072 +cat >>"\$tmp/subs1.awk" <<_ACAWK && 1.12073 + for (key in S) S_is_set[key] = 1 1.12074 + FS = "" 1.12075 + 1.12076 +} 1.12077 +{ 1.12078 + line = $ 0 1.12079 + nfields = split(line, field, "@") 1.12080 + substed = 0 1.12081 + len = length(field[1]) 1.12082 + for (i = 2; i < nfields; i++) { 1.12083 + key = field[i] 1.12084 + keylen = length(key) 1.12085 + if (S_is_set[key]) { 1.12086 + value = S[key] 1.12087 + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 1.12088 + len += length(value) + length(field[++i]) 1.12089 + substed = 1 1.12090 + } else 1.12091 + len += 1 + keylen 1.12092 + } 1.12093 + 1.12094 + print line 1.12095 +} 1.12096 + 1.12097 +_ACAWK 1.12098 +_ACEOF 1.12099 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.12100 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 1.12101 + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 1.12102 +else 1.12103 + cat 1.12104 +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 1.12105 + || as_fn_error "could not setup config files machinery" "$LINENO" 5 1.12106 +_ACEOF 1.12107 + 1.12108 +# VPATH may cause trouble with some makes, so we remove $(srcdir), 1.12109 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 1.12110 +# trailing colons and then remove the whole line if VPATH becomes empty 1.12111 +# (actually we leave an empty line to preserve line numbers). 1.12112 +if test "x$srcdir" = x.; then 1.12113 + ac_vpsub='/^[ ]*VPATH[ ]*=/{ 1.12114 +s/:*\$(srcdir):*/:/ 1.12115 +s/:*\${srcdir}:*/:/ 1.12116 +s/:*@srcdir@:*/:/ 1.12117 +s/^\([^=]*=[ ]*\):*/\1/ 1.12118 +s/:*$// 1.12119 +s/^[^=]*=[ ]*$// 1.12120 +}' 1.12121 +fi 1.12122 + 1.12123 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.12124 +fi # test -n "$CONFIG_FILES" 1.12125 + 1.12126 +# Set up the scripts for CONFIG_HEADERS section. 1.12127 +# No need to generate them if there are no CONFIG_HEADERS. 1.12128 +# This happens for instance with `./config.status Makefile'. 1.12129 +if test -n "$CONFIG_HEADERS"; then 1.12130 +cat >"$tmp/defines.awk" <<\_ACAWK || 1.12131 +BEGIN { 1.12132 +_ACEOF 1.12133 + 1.12134 +# Transform confdefs.h into an awk script `defines.awk', embedded as 1.12135 +# here-document in config.status, that substitutes the proper values into 1.12136 +# config.h.in to produce config.h. 1.12137 + 1.12138 +# Create a delimiter string that does not exist in confdefs.h, to ease 1.12139 +# handling of long lines. 1.12140 +ac_delim='%!_!# ' 1.12141 +for ac_last_try in false false :; do 1.12142 + ac_t=`sed -n "/$ac_delim/p" confdefs.h` 1.12143 + if test -z "$ac_t"; then 1.12144 + break 1.12145 + elif $ac_last_try; then 1.12146 + as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 1.12147 + else 1.12148 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 1.12149 + fi 1.12150 +done 1.12151 + 1.12152 +# For the awk script, D is an array of macro values keyed by name, 1.12153 +# likewise P contains macro parameters if any. Preserve backslash 1.12154 +# newline sequences. 1.12155 + 1.12156 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 1.12157 +sed -n ' 1.12158 +s/.\{148\}/&'"$ac_delim"'/g 1.12159 +t rset 1.12160 +:rset 1.12161 +s/^[ ]*#[ ]*define[ ][ ]*/ / 1.12162 +t def 1.12163 +d 1.12164 +:def 1.12165 +s/\\$// 1.12166 +t bsnl 1.12167 +s/["\\]/\\&/g 1.12168 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 1.12169 +D["\1"]=" \3"/p 1.12170 +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 1.12171 +d 1.12172 +:bsnl 1.12173 +s/["\\]/\\&/g 1.12174 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 1.12175 +D["\1"]=" \3\\\\\\n"\\/p 1.12176 +t cont 1.12177 +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 1.12178 +t cont 1.12179 +d 1.12180 +:cont 1.12181 +n 1.12182 +s/.\{148\}/&'"$ac_delim"'/g 1.12183 +t clear 1.12184 +:clear 1.12185 +s/\\$// 1.12186 +t bsnlc 1.12187 +s/["\\]/\\&/g; s/^/"/; s/$/"/p 1.12188 +d 1.12189 +:bsnlc 1.12190 +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 1.12191 +b cont 1.12192 +' <confdefs.h | sed ' 1.12193 +s/'"$ac_delim"'/"\\\ 1.12194 +"/g' >>$CONFIG_STATUS || ac_write_fail=1 1.12195 + 1.12196 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.12197 + for (key in D) D_is_set[key] = 1 1.12198 + FS = "" 1.12199 +} 1.12200 +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 1.12201 + line = \$ 0 1.12202 + split(line, arg, " ") 1.12203 + if (arg[1] == "#") { 1.12204 + defundef = arg[2] 1.12205 + mac1 = arg[3] 1.12206 + } else { 1.12207 + defundef = substr(arg[1], 2) 1.12208 + mac1 = arg[2] 1.12209 + } 1.12210 + split(mac1, mac2, "(") #) 1.12211 + macro = mac2[1] 1.12212 + prefix = substr(line, 1, index(line, defundef) - 1) 1.12213 + if (D_is_set[macro]) { 1.12214 + # Preserve the white space surrounding the "#". 1.12215 + print prefix "define", macro P[macro] D[macro] 1.12216 + next 1.12217 + } else { 1.12218 + # Replace #undef with comments. This is necessary, for example, 1.12219 + # in the case of _POSIX_SOURCE, which is predefined and required 1.12220 + # on some systems where configure will not decide to define it. 1.12221 + if (defundef == "undef") { 1.12222 + print "/*", prefix defundef, macro, "*/" 1.12223 + next 1.12224 + } 1.12225 + } 1.12226 +} 1.12227 +{ print } 1.12228 +_ACAWK 1.12229 +_ACEOF 1.12230 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.12231 + as_fn_error "could not setup config headers machinery" "$LINENO" 5 1.12232 +fi # test -n "$CONFIG_HEADERS" 1.12233 + 1.12234 + 1.12235 +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 1.12236 +shift 1.12237 +for ac_tag 1.12238 +do 1.12239 + case $ac_tag in 1.12240 + :[FHLC]) ac_mode=$ac_tag; continue;; 1.12241 + esac 1.12242 + case $ac_mode$ac_tag in 1.12243 + :[FHL]*:*);; 1.12244 + :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 1.12245 + :[FH]-) ac_tag=-:-;; 1.12246 + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 1.12247 + esac 1.12248 + ac_save_IFS=$IFS 1.12249 + IFS=: 1.12250 + set x $ac_tag 1.12251 + IFS=$ac_save_IFS 1.12252 + shift 1.12253 + ac_file=$1 1.12254 + shift 1.12255 + 1.12256 + case $ac_mode in 1.12257 + :L) ac_source=$1;; 1.12258 + :[FH]) 1.12259 + ac_file_inputs= 1.12260 + for ac_f 1.12261 + do 1.12262 + case $ac_f in 1.12263 + -) ac_f="$tmp/stdin";; 1.12264 + *) # Look for the file first in the build tree, then in the source tree 1.12265 + # (if the path is not absolute). The absolute path cannot be DOS-style, 1.12266 + # because $ac_f cannot contain `:'. 1.12267 + test -f "$ac_f" || 1.12268 + case $ac_f in 1.12269 + [\\/$]*) false;; 1.12270 + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 1.12271 + esac || 1.12272 + as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 1.12273 + esac 1.12274 + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 1.12275 + as_fn_append ac_file_inputs " '$ac_f'" 1.12276 + done 1.12277 + 1.12278 + # Let's still pretend it is `configure' which instantiates (i.e., don't 1.12279 + # use $as_me), people would be surprised to read: 1.12280 + # /* config.h. Generated by config.status. */ 1.12281 + configure_input='Generated from '` 1.12282 + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 1.12283 + `' by configure.' 1.12284 + if test x"$ac_file" != x-; then 1.12285 + configure_input="$ac_file. $configure_input" 1.12286 + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 1.12287 +$as_echo "$as_me: creating $ac_file" >&6;} 1.12288 + fi 1.12289 + # Neutralize special characters interpreted by sed in replacement strings. 1.12290 + case $configure_input in #( 1.12291 + *\&* | *\|* | *\\* ) 1.12292 + ac_sed_conf_input=`$as_echo "$configure_input" | 1.12293 + sed 's/[\\\\&|]/\\\\&/g'`;; #( 1.12294 + *) ac_sed_conf_input=$configure_input;; 1.12295 + esac 1.12296 + 1.12297 + case $ac_tag in 1.12298 + *:-:* | *:-) cat >"$tmp/stdin" \ 1.12299 + || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 1.12300 + esac 1.12301 + ;; 1.12302 + esac 1.12303 + 1.12304 + ac_dir=`$as_dirname -- "$ac_file" || 1.12305 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.12306 + X"$ac_file" : 'X\(//\)[^/]' \| \ 1.12307 + X"$ac_file" : 'X\(//\)$' \| \ 1.12308 + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 1.12309 +$as_echo X"$ac_file" | 1.12310 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1.12311 + s//\1/ 1.12312 + q 1.12313 + } 1.12314 + /^X\(\/\/\)[^/].*/{ 1.12315 + s//\1/ 1.12316 + q 1.12317 + } 1.12318 + /^X\(\/\/\)$/{ 1.12319 + s//\1/ 1.12320 + q 1.12321 + } 1.12322 + /^X\(\/\).*/{ 1.12323 + s//\1/ 1.12324 + q 1.12325 + } 1.12326 + s/.*/./; q'` 1.12327 + as_dir="$ac_dir"; as_fn_mkdir_p 1.12328 + ac_builddir=. 1.12329 + 1.12330 +case "$ac_dir" in 1.12331 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1.12332 +*) 1.12333 + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1.12334 + # A ".." for each directory in $ac_dir_suffix. 1.12335 + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1.12336 + case $ac_top_builddir_sub in 1.12337 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1.12338 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1.12339 + esac ;; 1.12340 +esac 1.12341 +ac_abs_top_builddir=$ac_pwd 1.12342 +ac_abs_builddir=$ac_pwd$ac_dir_suffix 1.12343 +# for backward compatibility: 1.12344 +ac_top_builddir=$ac_top_build_prefix 1.12345 + 1.12346 +case $srcdir in 1.12347 + .) # We are building in place. 1.12348 + ac_srcdir=. 1.12349 + ac_top_srcdir=$ac_top_builddir_sub 1.12350 + ac_abs_top_srcdir=$ac_pwd ;; 1.12351 + [\\/]* | ?:[\\/]* ) # Absolute name. 1.12352 + ac_srcdir=$srcdir$ac_dir_suffix; 1.12353 + ac_top_srcdir=$srcdir 1.12354 + ac_abs_top_srcdir=$srcdir ;; 1.12355 + *) # Relative name. 1.12356 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1.12357 + ac_top_srcdir=$ac_top_build_prefix$srcdir 1.12358 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1.12359 +esac 1.12360 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1.12361 + 1.12362 + 1.12363 + case $ac_mode in 1.12364 + :F) 1.12365 + # 1.12366 + # CONFIG_FILE 1.12367 + # 1.12368 + 1.12369 + case $INSTALL in 1.12370 + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 1.12371 + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 1.12372 + esac 1.12373 + ac_MKDIR_P=$MKDIR_P 1.12374 + case $MKDIR_P in 1.12375 + [\\/$]* | ?:[\\/]* ) ;; 1.12376 + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 1.12377 + esac 1.12378 +_ACEOF 1.12379 + 1.12380 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.12381 +# If the template does not know about datarootdir, expand it. 1.12382 +# FIXME: This hack should be removed a few years after 2.60. 1.12383 +ac_datarootdir_hack=; ac_datarootdir_seen= 1.12384 +ac_sed_dataroot=' 1.12385 +/datarootdir/ { 1.12386 + p 1.12387 + q 1.12388 +} 1.12389 +/@datadir@/p 1.12390 +/@docdir@/p 1.12391 +/@infodir@/p 1.12392 +/@localedir@/p 1.12393 +/@mandir@/p' 1.12394 +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 1.12395 +*datarootdir*) ac_datarootdir_seen=yes;; 1.12396 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 1.12397 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 1.12398 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 1.12399 +_ACEOF 1.12400 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.12401 + ac_datarootdir_hack=' 1.12402 + s&@datadir@&$datadir&g 1.12403 + s&@docdir@&$docdir&g 1.12404 + s&@infodir@&$infodir&g 1.12405 + s&@localedir@&$localedir&g 1.12406 + s&@mandir@&$mandir&g 1.12407 + s&\\\${datarootdir}&$datarootdir&g' ;; 1.12408 +esac 1.12409 +_ACEOF 1.12410 + 1.12411 +# Neutralize VPATH when `$srcdir' = `.'. 1.12412 +# Shell code in configure.ac might set extrasub. 1.12413 +# FIXME: do we really want to maintain this feature? 1.12414 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.12415 +ac_sed_extra="$ac_vpsub 1.12416 +$extrasub 1.12417 +_ACEOF 1.12418 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.12419 +:t 1.12420 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 1.12421 +s|@configure_input@|$ac_sed_conf_input|;t t 1.12422 +s&@top_builddir@&$ac_top_builddir_sub&;t t 1.12423 +s&@top_build_prefix@&$ac_top_build_prefix&;t t 1.12424 +s&@srcdir@&$ac_srcdir&;t t 1.12425 +s&@abs_srcdir@&$ac_abs_srcdir&;t t 1.12426 +s&@top_srcdir@&$ac_top_srcdir&;t t 1.12427 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 1.12428 +s&@builddir@&$ac_builddir&;t t 1.12429 +s&@abs_builddir@&$ac_abs_builddir&;t t 1.12430 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 1.12431 +s&@INSTALL@&$ac_INSTALL&;t t 1.12432 +s&@MKDIR_P@&$ac_MKDIR_P&;t t 1.12433 +$ac_datarootdir_hack 1.12434 +" 1.12435 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 1.12436 + || as_fn_error "could not create $ac_file" "$LINENO" 5 1.12437 + 1.12438 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 1.12439 + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 1.12440 + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 1.12441 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 1.12442 +which seems to be undefined. Please make sure it is defined." >&5 1.12443 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 1.12444 +which seems to be undefined. Please make sure it is defined." >&2;} 1.12445 + 1.12446 + rm -f "$tmp/stdin" 1.12447 + case $ac_file in 1.12448 + -) cat "$tmp/out" && rm -f "$tmp/out";; 1.12449 + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 1.12450 + esac \ 1.12451 + || as_fn_error "could not create $ac_file" "$LINENO" 5 1.12452 + ;; 1.12453 + :H) 1.12454 + # 1.12455 + # CONFIG_HEADER 1.12456 + # 1.12457 + if test x"$ac_file" != x-; then 1.12458 + { 1.12459 + $as_echo "/* $configure_input */" \ 1.12460 + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 1.12461 + } >"$tmp/config.h" \ 1.12462 + || as_fn_error "could not create $ac_file" "$LINENO" 5 1.12463 + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 1.12464 + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 1.12465 +$as_echo "$as_me: $ac_file is unchanged" >&6;} 1.12466 + else 1.12467 + rm -f "$ac_file" 1.12468 + mv "$tmp/config.h" "$ac_file" \ 1.12469 + || as_fn_error "could not create $ac_file" "$LINENO" 5 1.12470 + fi 1.12471 + else 1.12472 + $as_echo "/* $configure_input */" \ 1.12473 + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 1.12474 + || as_fn_error "could not create -" "$LINENO" 5 1.12475 + fi 1.12476 +# Compute "$ac_file"'s index in $config_headers. 1.12477 +_am_arg="$ac_file" 1.12478 +_am_stamp_count=1 1.12479 +for _am_header in $config_headers :; do 1.12480 + case $_am_header in 1.12481 + $_am_arg | $_am_arg:* ) 1.12482 + break ;; 1.12483 + * ) 1.12484 + _am_stamp_count=`expr $_am_stamp_count + 1` ;; 1.12485 + esac 1.12486 +done 1.12487 +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || 1.12488 +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.12489 + X"$_am_arg" : 'X\(//\)[^/]' \| \ 1.12490 + X"$_am_arg" : 'X\(//\)$' \| \ 1.12491 + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 1.12492 +$as_echo X"$_am_arg" | 1.12493 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1.12494 + s//\1/ 1.12495 + q 1.12496 + } 1.12497 + /^X\(\/\/\)[^/].*/{ 1.12498 + s//\1/ 1.12499 + q 1.12500 + } 1.12501 + /^X\(\/\/\)$/{ 1.12502 + s//\1/ 1.12503 + q 1.12504 + } 1.12505 + /^X\(\/\).*/{ 1.12506 + s//\1/ 1.12507 + q 1.12508 + } 1.12509 + s/.*/./; q'`/stamp-h$_am_stamp_count 1.12510 + ;; 1.12511 + 1.12512 + :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 1.12513 +$as_echo "$as_me: executing $ac_file commands" >&6;} 1.12514 + ;; 1.12515 + esac 1.12516 + 1.12517 + 1.12518 + case $ac_file$ac_mode in 1.12519 + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 1.12520 + # Autoconf 2.62 quotes --file arguments for eval, but not when files 1.12521 + # are listed without --file. Let's play safe and only enable the eval 1.12522 + # if we detect the quoting. 1.12523 + case $CONFIG_FILES in 1.12524 + *\'*) eval set x "$CONFIG_FILES" ;; 1.12525 + *) set x $CONFIG_FILES ;; 1.12526 + esac 1.12527 + shift 1.12528 + for mf 1.12529 + do 1.12530 + # Strip MF so we end up with the name of the file. 1.12531 + mf=`echo "$mf" | sed -e 's/:.*$//'` 1.12532 + # Check whether this is an Automake generated Makefile or not. 1.12533 + # We used to match only the files named `Makefile.in', but 1.12534 + # some people rename them; so instead we look at the file content. 1.12535 + # Grep'ing the first line is not enough: some people post-process 1.12536 + # each Makefile.in and add a new line on top of each file to say so. 1.12537 + # Grep'ing the whole file is not good either: AIX grep has a line 1.12538 + # limit of 2048, but all sed's we know have understand at least 4000. 1.12539 + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 1.12540 + dirpart=`$as_dirname -- "$mf" || 1.12541 +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.12542 + X"$mf" : 'X\(//\)[^/]' \| \ 1.12543 + X"$mf" : 'X\(//\)$' \| \ 1.12544 + X"$mf" : 'X\(/\)' \| . 2>/dev/null || 1.12545 +$as_echo X"$mf" | 1.12546 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1.12547 + s//\1/ 1.12548 + q 1.12549 + } 1.12550 + /^X\(\/\/\)[^/].*/{ 1.12551 + s//\1/ 1.12552 + q 1.12553 + } 1.12554 + /^X\(\/\/\)$/{ 1.12555 + s//\1/ 1.12556 + q 1.12557 + } 1.12558 + /^X\(\/\).*/{ 1.12559 + s//\1/ 1.12560 + q 1.12561 + } 1.12562 + s/.*/./; q'` 1.12563 + else 1.12564 + continue 1.12565 + fi 1.12566 + # Extract the definition of DEPDIR, am__include, and am__quote 1.12567 + # from the Makefile without running `make'. 1.12568 + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 1.12569 + test -z "$DEPDIR" && continue 1.12570 + am__include=`sed -n 's/^am__include = //p' < "$mf"` 1.12571 + test -z "am__include" && continue 1.12572 + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 1.12573 + # When using ansi2knr, U may be empty or an underscore; expand it 1.12574 + U=`sed -n 's/^U = //p' < "$mf"` 1.12575 + # Find all dependency output files, they are included files with 1.12576 + # $(DEPDIR) in their names. We invoke sed twice because it is the 1.12577 + # simplest approach to changing $(DEPDIR) to its actual value in the 1.12578 + # expansion. 1.12579 + for file in `sed -n " 1.12580 + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 1.12581 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 1.12582 + # Make sure the directory exists. 1.12583 + test -f "$dirpart/$file" && continue 1.12584 + fdir=`$as_dirname -- "$file" || 1.12585 +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.12586 + X"$file" : 'X\(//\)[^/]' \| \ 1.12587 + X"$file" : 'X\(//\)$' \| \ 1.12588 + X"$file" : 'X\(/\)' \| . 2>/dev/null || 1.12589 +$as_echo X"$file" | 1.12590 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1.12591 + s//\1/ 1.12592 + q 1.12593 + } 1.12594 + /^X\(\/\/\)[^/].*/{ 1.12595 + s//\1/ 1.12596 + q 1.12597 + } 1.12598 + /^X\(\/\/\)$/{ 1.12599 + s//\1/ 1.12600 + q 1.12601 + } 1.12602 + /^X\(\/\).*/{ 1.12603 + s//\1/ 1.12604 + q 1.12605 + } 1.12606 + s/.*/./; q'` 1.12607 + as_dir=$dirpart/$fdir; as_fn_mkdir_p 1.12608 + # echo "creating $dirpart/$file" 1.12609 + echo '# dummy' > "$dirpart/$file" 1.12610 + done 1.12611 + done 1.12612 +} 1.12613 + ;; 1.12614 + "libtool":C) 1.12615 + 1.12616 + # See if we are running on zsh, and set the options which allow our 1.12617 + # commands through without removal of \ escapes. 1.12618 + if test -n "${ZSH_VERSION+set}" ; then 1.12619 + setopt NO_GLOB_SUBST 1.12620 + fi 1.12621 + 1.12622 + cfgfile="${ofile}T" 1.12623 + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 1.12624 + $RM "$cfgfile" 1.12625 + 1.12626 + cat <<_LT_EOF >> "$cfgfile" 1.12627 +#! $SHELL 1.12628 + 1.12629 +# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. 1.12630 +# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION 1.12631 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 1.12632 +# NOTE: Changes made to this file will be lost: look at ltmain.sh. 1.12633 +# 1.12634 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 1.12635 +# 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 1.12636 +# Written by Gordon Matzigkeit, 1996 1.12637 +# 1.12638 +# This file is part of GNU Libtool. 1.12639 +# 1.12640 +# GNU Libtool is free software; you can redistribute it and/or 1.12641 +# modify it under the terms of the GNU General Public License as 1.12642 +# published by the Free Software Foundation; either version 2 of 1.12643 +# the License, or (at your option) any later version. 1.12644 +# 1.12645 +# As a special exception to the GNU General Public License, 1.12646 +# if you distribute this file as part of a program or library that 1.12647 +# is built using GNU Libtool, you may include this file under the 1.12648 +# same distribution terms that you use for the rest of that program. 1.12649 +# 1.12650 +# GNU Libtool is distributed in the hope that it will be useful, 1.12651 +# but WITHOUT ANY WARRANTY; without even the implied warranty of 1.12652 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1.12653 +# GNU General Public License for more details. 1.12654 +# 1.12655 +# You should have received a copy of the GNU General Public License 1.12656 +# along with GNU Libtool; see the file COPYING. If not, a copy 1.12657 +# can be downloaded from http://www.gnu.org/licenses/gpl.html, or 1.12658 +# obtained by writing to the Free Software Foundation, Inc., 1.12659 +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 1.12660 + 1.12661 + 1.12662 +# The names of the tagged configurations supported by this script. 1.12663 +available_tags="" 1.12664 + 1.12665 +# ### BEGIN LIBTOOL CONFIG 1.12666 + 1.12667 +# Which release of libtool.m4 was used? 1.12668 +macro_version=$macro_version 1.12669 +macro_revision=$macro_revision 1.12670 + 1.12671 +# Whether or not to build shared libraries. 1.12672 +build_libtool_libs=$enable_shared 1.12673 + 1.12674 +# Whether or not to build static libraries. 1.12675 +build_old_libs=$enable_static 1.12676 + 1.12677 +# What type of objects to build. 1.12678 +pic_mode=$pic_mode 1.12679 + 1.12680 +# Whether or not to optimize for fast installation. 1.12681 +fast_install=$enable_fast_install 1.12682 + 1.12683 +# Shell to use when invoking shell scripts. 1.12684 +SHELL=$lt_SHELL 1.12685 + 1.12686 +# An echo program that protects backslashes. 1.12687 +ECHO=$lt_ECHO 1.12688 + 1.12689 +# The host system. 1.12690 +host_alias=$host_alias 1.12691 +host=$host 1.12692 +host_os=$host_os 1.12693 + 1.12694 +# The build system. 1.12695 +build_alias=$build_alias 1.12696 +build=$build 1.12697 +build_os=$build_os 1.12698 + 1.12699 +# A sed program that does not truncate output. 1.12700 +SED=$lt_SED 1.12701 + 1.12702 +# Sed that helps us avoid accidentally triggering echo(1) options like -n. 1.12703 +Xsed="\$SED -e 1s/^X//" 1.12704 + 1.12705 +# A grep program that handles long lines. 1.12706 +GREP=$lt_GREP 1.12707 + 1.12708 +# An ERE matcher. 1.12709 +EGREP=$lt_EGREP 1.12710 + 1.12711 +# A literal string matcher. 1.12712 +FGREP=$lt_FGREP 1.12713 + 1.12714 +# A BSD- or MS-compatible name lister. 1.12715 +NM=$lt_NM 1.12716 + 1.12717 +# Whether we need soft or hard links. 1.12718 +LN_S=$lt_LN_S 1.12719 + 1.12720 +# What is the maximum length of a command? 1.12721 +max_cmd_len=$max_cmd_len 1.12722 + 1.12723 +# Object file suffix (normally "o"). 1.12724 +objext=$ac_objext 1.12725 + 1.12726 +# Executable file suffix (normally ""). 1.12727 +exeext=$exeext 1.12728 + 1.12729 +# whether the shell understands "unset". 1.12730 +lt_unset=$lt_unset 1.12731 + 1.12732 +# turn spaces into newlines. 1.12733 +SP2NL=$lt_lt_SP2NL 1.12734 + 1.12735 +# turn newlines into spaces. 1.12736 +NL2SP=$lt_lt_NL2SP 1.12737 + 1.12738 +# convert \$build paths to \$host format. 1.12739 +to_host_path_cmd=$lt_cv_to_host_path_cmd 1.12740 + 1.12741 +# An object symbol dumper. 1.12742 +OBJDUMP=$lt_OBJDUMP 1.12743 + 1.12744 +# Method to check whether dependent libraries are shared objects. 1.12745 +deplibs_check_method=$lt_deplibs_check_method 1.12746 + 1.12747 +# Command to use when deplibs_check_method == "file_magic". 1.12748 +file_magic_cmd=$lt_file_magic_cmd 1.12749 + 1.12750 +# DLL creation program. 1.12751 +DLLTOOL=$lt_DLLTOOL 1.12752 + 1.12753 +# Command to associate shared and link libraries. 1.12754 +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd 1.12755 + 1.12756 +# The archiver. 1.12757 +AR=$lt_AR 1.12758 +AR_FLAGS=$lt_AR_FLAGS 1.12759 + 1.12760 +# A symbol stripping program. 1.12761 +STRIP=$lt_STRIP 1.12762 + 1.12763 +# Commands used to install an old-style archive. 1.12764 +RANLIB=$lt_RANLIB 1.12765 +old_postinstall_cmds=$lt_old_postinstall_cmds 1.12766 +old_postuninstall_cmds=$lt_old_postuninstall_cmds 1.12767 + 1.12768 +# Whether to use a lock for old archive extraction. 1.12769 +lock_old_archive_extraction=$lock_old_archive_extraction 1.12770 + 1.12771 +# A C compiler. 1.12772 +LTCC=$lt_CC 1.12773 + 1.12774 +# LTCC compiler flags. 1.12775 +LTCFLAGS=$lt_CFLAGS 1.12776 + 1.12777 +# Take the output of nm and produce a listing of raw symbols and C names. 1.12778 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 1.12779 + 1.12780 +# Transform the output of nm in a proper C declaration. 1.12781 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 1.12782 + 1.12783 +# Transform the output of nm in a C name address pair. 1.12784 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 1.12785 + 1.12786 +# Transform the output of nm in a C name address pair when lib prefix is needed. 1.12787 +global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix 1.12788 + 1.12789 +# The name of the directory that contains temporary libtool files. 1.12790 +objdir=$objdir 1.12791 + 1.12792 +# Used to examine libraries when file_magic_cmd begins with "file". 1.12793 +MAGIC_CMD=$MAGIC_CMD 1.12794 + 1.12795 +# Must we lock files when doing compilation? 1.12796 +need_locks=$lt_need_locks 1.12797 + 1.12798 +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. 1.12799 +DSYMUTIL=$lt_DSYMUTIL 1.12800 + 1.12801 +# Tool to change global to local symbols on Mac OS X. 1.12802 +NMEDIT=$lt_NMEDIT 1.12803 + 1.12804 +# Tool to manipulate fat objects and archives on Mac OS X. 1.12805 +LIPO=$lt_LIPO 1.12806 + 1.12807 +# ldd/readelf like tool for Mach-O binaries on Mac OS X. 1.12808 +OTOOL=$lt_OTOOL 1.12809 + 1.12810 +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. 1.12811 +OTOOL64=$lt_OTOOL64 1.12812 + 1.12813 +# Old archive suffix (normally "a"). 1.12814 +libext=$libext 1.12815 + 1.12816 +# Shared library suffix (normally ".so"). 1.12817 +shrext_cmds=$lt_shrext_cmds 1.12818 + 1.12819 +# The commands to extract the exported symbol list from a shared archive. 1.12820 +extract_expsyms_cmds=$lt_extract_expsyms_cmds 1.12821 + 1.12822 +# Variables whose values should be saved in libtool wrapper scripts and 1.12823 +# restored at link time. 1.12824 +variables_saved_for_relink=$lt_variables_saved_for_relink 1.12825 + 1.12826 +# Do we need the "lib" prefix for modules? 1.12827 +need_lib_prefix=$need_lib_prefix 1.12828 + 1.12829 +# Do we need a version for libraries? 1.12830 +need_version=$need_version 1.12831 + 1.12832 +# Library versioning type. 1.12833 +version_type=$version_type 1.12834 + 1.12835 +# Shared library runtime path variable. 1.12836 +runpath_var=$runpath_var 1.12837 + 1.12838 +# Shared library path variable. 1.12839 +shlibpath_var=$shlibpath_var 1.12840 + 1.12841 +# Is shlibpath searched before the hard-coded library search path? 1.12842 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath 1.12843 + 1.12844 +# Format of library name prefix. 1.12845 +libname_spec=$lt_libname_spec 1.12846 + 1.12847 +# List of archive names. First name is the real one, the rest are links. 1.12848 +# The last name is the one that the linker finds with -lNAME 1.12849 +library_names_spec=$lt_library_names_spec 1.12850 + 1.12851 +# The coded name of the library, if different from the real name. 1.12852 +soname_spec=$lt_soname_spec 1.12853 + 1.12854 +# Permission mode override for installation of shared libraries. 1.12855 +install_override_mode=$lt_install_override_mode 1.12856 + 1.12857 +# Command to use after installation of a shared archive. 1.12858 +postinstall_cmds=$lt_postinstall_cmds 1.12859 + 1.12860 +# Command to use after uninstallation of a shared archive. 1.12861 +postuninstall_cmds=$lt_postuninstall_cmds 1.12862 + 1.12863 +# Commands used to finish a libtool library installation in a directory. 1.12864 +finish_cmds=$lt_finish_cmds 1.12865 + 1.12866 +# As "finish_cmds", except a single script fragment to be evaled but 1.12867 +# not shown. 1.12868 +finish_eval=$lt_finish_eval 1.12869 + 1.12870 +# Whether we should hardcode library paths into libraries. 1.12871 +hardcode_into_libs=$hardcode_into_libs 1.12872 + 1.12873 +# Compile-time system search path for libraries. 1.12874 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 1.12875 + 1.12876 +# Run-time system search path for libraries. 1.12877 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec 1.12878 + 1.12879 +# Whether dlopen is supported. 1.12880 +dlopen_support=$enable_dlopen 1.12881 + 1.12882 +# Whether dlopen of programs is supported. 1.12883 +dlopen_self=$enable_dlopen_self 1.12884 + 1.12885 +# Whether dlopen of statically linked programs is supported. 1.12886 +dlopen_self_static=$enable_dlopen_self_static 1.12887 + 1.12888 +# Commands to strip libraries. 1.12889 +old_striplib=$lt_old_striplib 1.12890 +striplib=$lt_striplib 1.12891 + 1.12892 + 1.12893 +# The linker used to build libraries. 1.12894 +LD=$lt_LD 1.12895 + 1.12896 +# How to create reloadable object files. 1.12897 +reload_flag=$lt_reload_flag 1.12898 +reload_cmds=$lt_reload_cmds 1.12899 + 1.12900 +# Commands used to build an old-style archive. 1.12901 +old_archive_cmds=$lt_old_archive_cmds 1.12902 + 1.12903 +# A language specific compiler. 1.12904 +CC=$lt_compiler 1.12905 + 1.12906 +# Is the compiler the GNU compiler? 1.12907 +with_gcc=$GCC 1.12908 + 1.12909 +# Compiler flag to turn off builtin functions. 1.12910 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag 1.12911 + 1.12912 +# How to pass a linker flag through the compiler. 1.12913 +wl=$lt_lt_prog_compiler_wl 1.12914 + 1.12915 +# Additional compiler flags for building library objects. 1.12916 +pic_flag=$lt_lt_prog_compiler_pic 1.12917 + 1.12918 +# Compiler flag to prevent dynamic linking. 1.12919 +link_static_flag=$lt_lt_prog_compiler_static 1.12920 + 1.12921 +# Does compiler simultaneously support -c and -o options? 1.12922 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o 1.12923 + 1.12924 +# Whether or not to add -lc for building shared libraries. 1.12925 +build_libtool_need_lc=$archive_cmds_need_lc 1.12926 + 1.12927 +# Whether or not to disallow shared libs when runtime libs are static. 1.12928 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes 1.12929 + 1.12930 +# Compiler flag to allow reflexive dlopens. 1.12931 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec 1.12932 + 1.12933 +# Compiler flag to generate shared objects directly from archives. 1.12934 +whole_archive_flag_spec=$lt_whole_archive_flag_spec 1.12935 + 1.12936 +# Whether the compiler copes with passing no objects directly. 1.12937 +compiler_needs_object=$lt_compiler_needs_object 1.12938 + 1.12939 +# Create an old-style archive from a shared archive. 1.12940 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds 1.12941 + 1.12942 +# Create a temporary old-style archive to link instead of a shared archive. 1.12943 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds 1.12944 + 1.12945 +# Commands used to build a shared archive. 1.12946 +archive_cmds=$lt_archive_cmds 1.12947 +archive_expsym_cmds=$lt_archive_expsym_cmds 1.12948 + 1.12949 +# Commands used to build a loadable module if different from building 1.12950 +# a shared archive. 1.12951 +module_cmds=$lt_module_cmds 1.12952 +module_expsym_cmds=$lt_module_expsym_cmds 1.12953 + 1.12954 +# Whether we are building with GNU ld or not. 1.12955 +with_gnu_ld=$lt_with_gnu_ld 1.12956 + 1.12957 +# Flag that allows shared libraries with undefined symbols to be built. 1.12958 +allow_undefined_flag=$lt_allow_undefined_flag 1.12959 + 1.12960 +# Flag that enforces no undefined symbols. 1.12961 +no_undefined_flag=$lt_no_undefined_flag 1.12962 + 1.12963 +# Flag to hardcode \$libdir into a binary during linking. 1.12964 +# This must work even if \$libdir does not exist 1.12965 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec 1.12966 + 1.12967 +# If ld is used when linking, flag to hardcode \$libdir into a binary 1.12968 +# during linking. This must work even if \$libdir does not exist. 1.12969 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld 1.12970 + 1.12971 +# Whether we need a single "-rpath" flag with a separated argument. 1.12972 +hardcode_libdir_separator=$lt_hardcode_libdir_separator 1.12973 + 1.12974 +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes 1.12975 +# DIR into the resulting binary. 1.12976 +hardcode_direct=$hardcode_direct 1.12977 + 1.12978 +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes 1.12979 +# DIR into the resulting binary and the resulting library dependency is 1.12980 +# "absolute",i.e impossible to change by setting \${shlibpath_var} if the 1.12981 +# library is relocated. 1.12982 +hardcode_direct_absolute=$hardcode_direct_absolute 1.12983 + 1.12984 +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR 1.12985 +# into the resulting binary. 1.12986 +hardcode_minus_L=$hardcode_minus_L 1.12987 + 1.12988 +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR 1.12989 +# into the resulting binary. 1.12990 +hardcode_shlibpath_var=$hardcode_shlibpath_var 1.12991 + 1.12992 +# Set to "yes" if building a shared library automatically hardcodes DIR 1.12993 +# into the library and all subsequent libraries and executables linked 1.12994 +# against it. 1.12995 +hardcode_automatic=$hardcode_automatic 1.12996 + 1.12997 +# Set to yes if linker adds runtime paths of dependent libraries 1.12998 +# to runtime path list. 1.12999 +inherit_rpath=$inherit_rpath 1.13000 + 1.13001 +# Whether libtool must link a program against all its dependency libraries. 1.13002 +link_all_deplibs=$link_all_deplibs 1.13003 + 1.13004 +# Fix the shell variable \$srcfile for the compiler. 1.13005 +fix_srcfile_path=$lt_fix_srcfile_path 1.13006 + 1.13007 +# Set to "yes" if exported symbols are required. 1.13008 +always_export_symbols=$always_export_symbols 1.13009 + 1.13010 +# The commands to list exported symbols. 1.13011 +export_symbols_cmds=$lt_export_symbols_cmds 1.13012 + 1.13013 +# Symbols that should not be listed in the preloaded symbols. 1.13014 +exclude_expsyms=$lt_exclude_expsyms 1.13015 + 1.13016 +# Symbols that must always be exported. 1.13017 +include_expsyms=$lt_include_expsyms 1.13018 + 1.13019 +# Commands necessary for linking programs (against libraries) with templates. 1.13020 +prelink_cmds=$lt_prelink_cmds 1.13021 + 1.13022 +# Specify filename containing input files. 1.13023 +file_list_spec=$lt_file_list_spec 1.13024 + 1.13025 +# How to hardcode a shared library path into an executable. 1.13026 +hardcode_action=$hardcode_action 1.13027 + 1.13028 +# ### END LIBTOOL CONFIG 1.13029 + 1.13030 +_LT_EOF 1.13031 + 1.13032 + case $host_os in 1.13033 + aix3*) 1.13034 + cat <<\_LT_EOF >> "$cfgfile" 1.13035 +# AIX sometimes has problems with the GCC collect2 program. For some 1.13036 +# reason, if we set the COLLECT_NAMES environment variable, the problems 1.13037 +# vanish in a puff of smoke. 1.13038 +if test "X${COLLECT_NAMES+set}" != Xset; then 1.13039 + COLLECT_NAMES= 1.13040 + export COLLECT_NAMES 1.13041 +fi 1.13042 +_LT_EOF 1.13043 + ;; 1.13044 + esac 1.13045 + 1.13046 + 1.13047 +ltmain="$ac_aux_dir/ltmain.sh" 1.13048 + 1.13049 + 1.13050 + # We use sed instead of cat because bash on DJGPP gets confused if 1.13051 + # if finds mixed CR/LF and LF-only lines. Since sed operates in 1.13052 + # text mode, it properly converts lines to CR/LF. This bash problem 1.13053 + # is reportedly fixed, but why not run on old versions too? 1.13054 + sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ 1.13055 + || (rm -f "$cfgfile"; exit 1) 1.13056 + 1.13057 + case $xsi_shell in 1.13058 + yes) 1.13059 + cat << \_LT_EOF >> "$cfgfile" 1.13060 + 1.13061 +# func_dirname file append nondir_replacement 1.13062 +# Compute the dirname of FILE. If nonempty, add APPEND to the result, 1.13063 +# otherwise set result to NONDIR_REPLACEMENT. 1.13064 +func_dirname () 1.13065 +{ 1.13066 + case ${1} in 1.13067 + */*) func_dirname_result="${1%/*}${2}" ;; 1.13068 + * ) func_dirname_result="${3}" ;; 1.13069 + esac 1.13070 +} 1.13071 + 1.13072 +# func_basename file 1.13073 +func_basename () 1.13074 +{ 1.13075 + func_basename_result="${1##*/}" 1.13076 +} 1.13077 + 1.13078 +# func_dirname_and_basename file append nondir_replacement 1.13079 +# perform func_basename and func_dirname in a single function 1.13080 +# call: 1.13081 +# dirname: Compute the dirname of FILE. If nonempty, 1.13082 +# add APPEND to the result, otherwise set result 1.13083 +# to NONDIR_REPLACEMENT. 1.13084 +# value returned in "$func_dirname_result" 1.13085 +# basename: Compute filename of FILE. 1.13086 +# value retuned in "$func_basename_result" 1.13087 +# Implementation must be kept synchronized with func_dirname 1.13088 +# and func_basename. For efficiency, we do not delegate to 1.13089 +# those functions but instead duplicate the functionality here. 1.13090 +func_dirname_and_basename () 1.13091 +{ 1.13092 + case ${1} in 1.13093 + */*) func_dirname_result="${1%/*}${2}" ;; 1.13094 + * ) func_dirname_result="${3}" ;; 1.13095 + esac 1.13096 + func_basename_result="${1##*/}" 1.13097 +} 1.13098 + 1.13099 +# func_stripname prefix suffix name 1.13100 +# strip PREFIX and SUFFIX off of NAME. 1.13101 +# PREFIX and SUFFIX must not contain globbing or regex special 1.13102 +# characters, hashes, percent signs, but SUFFIX may contain a leading 1.13103 +# dot (in which case that matches only a dot). 1.13104 +func_stripname () 1.13105 +{ 1.13106 + # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are 1.13107 + # positional parameters, so assign one to ordinary parameter first. 1.13108 + func_stripname_result=${3} 1.13109 + func_stripname_result=${func_stripname_result#"${1}"} 1.13110 + func_stripname_result=${func_stripname_result%"${2}"} 1.13111 +} 1.13112 + 1.13113 +# func_opt_split 1.13114 +func_opt_split () 1.13115 +{ 1.13116 + func_opt_split_opt=${1%%=*} 1.13117 + func_opt_split_arg=${1#*=} 1.13118 +} 1.13119 + 1.13120 +# func_lo2o object 1.13121 +func_lo2o () 1.13122 +{ 1.13123 + case ${1} in 1.13124 + *.lo) func_lo2o_result=${1%.lo}.${objext} ;; 1.13125 + *) func_lo2o_result=${1} ;; 1.13126 + esac 1.13127 +} 1.13128 + 1.13129 +# func_xform libobj-or-source 1.13130 +func_xform () 1.13131 +{ 1.13132 + func_xform_result=${1%.*}.lo 1.13133 +} 1.13134 + 1.13135 +# func_arith arithmetic-term... 1.13136 +func_arith () 1.13137 +{ 1.13138 + func_arith_result=$(( $* )) 1.13139 +} 1.13140 + 1.13141 +# func_len string 1.13142 +# STRING may not start with a hyphen. 1.13143 +func_len () 1.13144 +{ 1.13145 + func_len_result=${#1} 1.13146 +} 1.13147 + 1.13148 +_LT_EOF 1.13149 + ;; 1.13150 + *) # Bourne compatible functions. 1.13151 + cat << \_LT_EOF >> "$cfgfile" 1.13152 + 1.13153 +# func_dirname file append nondir_replacement 1.13154 +# Compute the dirname of FILE. If nonempty, add APPEND to the result, 1.13155 +# otherwise set result to NONDIR_REPLACEMENT. 1.13156 +func_dirname () 1.13157 +{ 1.13158 + # Extract subdirectory from the argument. 1.13159 + func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` 1.13160 + if test "X$func_dirname_result" = "X${1}"; then 1.13161 + func_dirname_result="${3}" 1.13162 + else 1.13163 + func_dirname_result="$func_dirname_result${2}" 1.13164 + fi 1.13165 +} 1.13166 + 1.13167 +# func_basename file 1.13168 +func_basename () 1.13169 +{ 1.13170 + func_basename_result=`$ECHO "${1}" | $SED "$basename"` 1.13171 +} 1.13172 + 1.13173 + 1.13174 +# func_stripname prefix suffix name 1.13175 +# strip PREFIX and SUFFIX off of NAME. 1.13176 +# PREFIX and SUFFIX must not contain globbing or regex special 1.13177 +# characters, hashes, percent signs, but SUFFIX may contain a leading 1.13178 +# dot (in which case that matches only a dot). 1.13179 +# func_strip_suffix prefix name 1.13180 +func_stripname () 1.13181 +{ 1.13182 + case ${2} in 1.13183 + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; 1.13184 + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; 1.13185 + esac 1.13186 +} 1.13187 + 1.13188 +# sed scripts: 1.13189 +my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q' 1.13190 +my_sed_long_arg='1s/^-[^=]*=//' 1.13191 + 1.13192 +# func_opt_split 1.13193 +func_opt_split () 1.13194 +{ 1.13195 + func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"` 1.13196 + func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"` 1.13197 +} 1.13198 + 1.13199 +# func_lo2o object 1.13200 +func_lo2o () 1.13201 +{ 1.13202 + func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` 1.13203 +} 1.13204 + 1.13205 +# func_xform libobj-or-source 1.13206 +func_xform () 1.13207 +{ 1.13208 + func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` 1.13209 +} 1.13210 + 1.13211 +# func_arith arithmetic-term... 1.13212 +func_arith () 1.13213 +{ 1.13214 + func_arith_result=`expr "$@"` 1.13215 +} 1.13216 + 1.13217 +# func_len string 1.13218 +# STRING may not start with a hyphen. 1.13219 +func_len () 1.13220 +{ 1.13221 + func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` 1.13222 +} 1.13223 + 1.13224 +_LT_EOF 1.13225 +esac 1.13226 + 1.13227 +case $lt_shell_append in 1.13228 + yes) 1.13229 + cat << \_LT_EOF >> "$cfgfile" 1.13230 + 1.13231 +# func_append var value 1.13232 +# Append VALUE to the end of shell variable VAR. 1.13233 +func_append () 1.13234 +{ 1.13235 + eval "$1+=\$2" 1.13236 +} 1.13237 +_LT_EOF 1.13238 + ;; 1.13239 + *) 1.13240 + cat << \_LT_EOF >> "$cfgfile" 1.13241 + 1.13242 +# func_append var value 1.13243 +# Append VALUE to the end of shell variable VAR. 1.13244 +func_append () 1.13245 +{ 1.13246 + eval "$1=\$$1\$2" 1.13247 +} 1.13248 + 1.13249 +_LT_EOF 1.13250 + ;; 1.13251 + esac 1.13252 + 1.13253 + 1.13254 + sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ 1.13255 + || (rm -f "$cfgfile"; exit 1) 1.13256 + 1.13257 + mv -f "$cfgfile" "$ofile" || 1.13258 + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 1.13259 + chmod +x "$ofile" 1.13260 + 1.13261 + ;; 1.13262 + 1.13263 + esac 1.13264 +done # for ac_tag 1.13265 + 1.13266 + 1.13267 +as_fn_exit 0 1.13268 +_ACEOF 1.13269 +ac_clean_files=$ac_clean_files_save 1.13270 + 1.13271 +test $ac_write_fail = 0 || 1.13272 + as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 1.13273 + 1.13274 + 1.13275 +# configure is writing to config.log, and then calls config.status. 1.13276 +# config.status does its own redirection, appending to config.log. 1.13277 +# Unfortunately, on DOS this fails, as config.log is still kept open 1.13278 +# by configure, so config.status won't be able to write to it; its 1.13279 +# output is simply discarded. So we exec the FD to /dev/null, 1.13280 +# effectively closing config.log, so it can be properly (re)opened and 1.13281 +# appended to by config.status. When coming back to configure, we 1.13282 +# need to make the FD available again. 1.13283 +if test "$no_create" != yes; then 1.13284 + ac_cs_success=: 1.13285 + ac_config_status_args= 1.13286 + test "$silent" = yes && 1.13287 + ac_config_status_args="$ac_config_status_args --quiet" 1.13288 + exec 5>/dev/null 1.13289 + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 1.13290 + exec 5>>config.log 1.13291 + # Use ||, not &&, to avoid exiting from the if with $? = 1, which 1.13292 + # would make configure fail if this is the last instruction. 1.13293 + $ac_cs_success || as_fn_exit $? 1.13294 +fi 1.13295 +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 1.13296 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 1.13297 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 1.13298 +fi 1.13299 + 1.13300 +