1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/crashreporter/google-breakpad/configure Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,7697 @@ 1.4 +#! /bin/sh 1.5 +# Guess values for system-dependent variables and create Makefiles. 1.6 +# Generated by GNU Autoconf 2.68 for breakpad 0.1. 1.7 +# 1.8 +# Report bugs to <google-breakpad-dev@googlegroups.com>. 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, 2010 Free Software 1.13 +# Foundation, 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 +as_myself= 1.98 +case $0 in #(( 1.99 + *[\\/]* ) as_myself=$0 ;; 1.100 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.101 +for as_dir in $PATH 1.102 +do 1.103 + IFS=$as_save_IFS 1.104 + test -z "$as_dir" && as_dir=. 1.105 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 1.106 + done 1.107 +IFS=$as_save_IFS 1.108 + 1.109 + ;; 1.110 +esac 1.111 +# We did not find ourselves, most probably we were run as `sh COMMAND' 1.112 +# in which case we are not to be found in the path. 1.113 +if test "x$as_myself" = x; then 1.114 + as_myself=$0 1.115 +fi 1.116 +if test ! -f "$as_myself"; then 1.117 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 1.118 + exit 1 1.119 +fi 1.120 + 1.121 +# Unset variables that we do not need and which cause bugs (e.g. in 1.122 +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 1.123 +# suppresses any "Segmentation fault" message there. '((' could 1.124 +# trigger a bug in pdksh 5.2.14. 1.125 +for as_var in BASH_ENV ENV MAIL MAILPATH 1.126 +do eval test x\${$as_var+set} = xset \ 1.127 + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 1.128 +done 1.129 +PS1='$ ' 1.130 +PS2='> ' 1.131 +PS4='+ ' 1.132 + 1.133 +# NLS nuisances. 1.134 +LC_ALL=C 1.135 +export LC_ALL 1.136 +LANGUAGE=C 1.137 +export LANGUAGE 1.138 + 1.139 +# CDPATH. 1.140 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 1.141 + 1.142 +if test "x$CONFIG_SHELL" = x; then 1.143 + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 1.144 + emulate sh 1.145 + NULLCMD=: 1.146 + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 1.147 + # is contrary to our usage. Disable this feature. 1.148 + alias -g '\${1+\"\$@\"}'='\"\$@\"' 1.149 + setopt NO_GLOB_SUBST 1.150 +else 1.151 + case \`(set -o) 2>/dev/null\` in #( 1.152 + *posix*) : 1.153 + set -o posix ;; #( 1.154 + *) : 1.155 + ;; 1.156 +esac 1.157 +fi 1.158 +" 1.159 + as_required="as_fn_return () { (exit \$1); } 1.160 +as_fn_success () { as_fn_return 0; } 1.161 +as_fn_failure () { as_fn_return 1; } 1.162 +as_fn_ret_success () { return 0; } 1.163 +as_fn_ret_failure () { return 1; } 1.164 + 1.165 +exitcode=0 1.166 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } 1.167 +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 1.168 +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 1.169 +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 1.170 +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 1.171 + 1.172 +else 1.173 + exitcode=1; echo positional parameters were not saved. 1.174 +fi 1.175 +test x\$exitcode = x0 || exit 1" 1.176 + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 1.177 + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 1.178 + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 1.179 + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 1.180 +test \$(( 1 + 1 )) = 2 || exit 1" 1.181 + if (eval "$as_required") 2>/dev/null; then : 1.182 + as_have_required=yes 1.183 +else 1.184 + as_have_required=no 1.185 +fi 1.186 + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 1.187 + 1.188 +else 1.189 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.190 +as_found=false 1.191 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 1.192 +do 1.193 + IFS=$as_save_IFS 1.194 + test -z "$as_dir" && as_dir=. 1.195 + as_found=: 1.196 + case $as_dir in #( 1.197 + /*) 1.198 + for as_base in sh bash ksh sh5; do 1.199 + # Try only shells that exist, to save several forks. 1.200 + as_shell=$as_dir/$as_base 1.201 + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 1.202 + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 1.203 + CONFIG_SHELL=$as_shell as_have_required=yes 1.204 + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : 1.205 + break 2 1.206 +fi 1.207 +fi 1.208 + done;; 1.209 + esac 1.210 + as_found=false 1.211 +done 1.212 +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 1.213 + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 1.214 + CONFIG_SHELL=$SHELL as_have_required=yes 1.215 +fi; } 1.216 +IFS=$as_save_IFS 1.217 + 1.218 + 1.219 + if test "x$CONFIG_SHELL" != x; then : 1.220 + # We cannot yet assume a decent shell, so we have to provide a 1.221 + # neutralization value for shells without unset; and this also 1.222 + # works around shells that cannot unset nonexistent variables. 1.223 + # Preserve -v and -x to the replacement shell. 1.224 + BASH_ENV=/dev/null 1.225 + ENV=/dev/null 1.226 + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 1.227 + export CONFIG_SHELL 1.228 + case $- in # (((( 1.229 + *v*x* | *x*v* ) as_opts=-vx ;; 1.230 + *v* ) as_opts=-v ;; 1.231 + *x* ) as_opts=-x ;; 1.232 + * ) as_opts= ;; 1.233 + esac 1.234 + exec "$CONFIG_SHELL" $as_opts "$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 1.245 +$0: google-breakpad-dev@googlegroups.com about your system, 1.246 +$0: including any error possibly output before this 1.247 +$0: message. Then install a modern shell, or manually run 1.248 +$0: the script under such a shell if you do 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 STATUS 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=$1; test $as_status -eq 0 && as_status=1 1.381 + if test "$4"; then 1.382 + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.383 + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 1.384 + fi 1.385 + $as_echo "$as_me: error: $2" >&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 + 1.543 +test -n "$DJDIR" || exec 7<&0 </dev/null 1.544 +exec 6>&1 1.545 + 1.546 +# Name of the host. 1.547 +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, 1.548 +# so uname gets run too. 1.549 +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 1.550 + 1.551 +# 1.552 +# Initializations. 1.553 +# 1.554 +ac_default_prefix=/usr/local 1.555 +ac_clean_files= 1.556 +ac_config_libobj_dir=. 1.557 +LIBOBJS= 1.558 +cross_compiling=no 1.559 +subdirs= 1.560 +MFLAGS= 1.561 +MAKEFLAGS= 1.562 + 1.563 +# Identity of this package. 1.564 +PACKAGE_NAME='breakpad' 1.565 +PACKAGE_TARNAME='breakpad' 1.566 +PACKAGE_VERSION='0.1' 1.567 +PACKAGE_STRING='breakpad 0.1' 1.568 +PACKAGE_BUGREPORT='google-breakpad-dev@googlegroups.com' 1.569 +PACKAGE_URL='' 1.570 + 1.571 +ac_unique_file="README" 1.572 +# Factoring default headers for most tests. 1.573 +ac_includes_default="\ 1.574 +#include <stdio.h> 1.575 +#ifdef HAVE_SYS_TYPES_H 1.576 +# include <sys/types.h> 1.577 +#endif 1.578 +#ifdef HAVE_SYS_STAT_H 1.579 +# include <sys/stat.h> 1.580 +#endif 1.581 +#ifdef STDC_HEADERS 1.582 +# include <stdlib.h> 1.583 +# include <stddef.h> 1.584 +#else 1.585 +# ifdef HAVE_STDLIB_H 1.586 +# include <stdlib.h> 1.587 +# endif 1.588 +#endif 1.589 +#ifdef HAVE_STRING_H 1.590 +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H 1.591 +# include <memory.h> 1.592 +# endif 1.593 +# include <string.h> 1.594 +#endif 1.595 +#ifdef HAVE_STRINGS_H 1.596 +# include <strings.h> 1.597 +#endif 1.598 +#ifdef HAVE_INTTYPES_H 1.599 +# include <inttypes.h> 1.600 +#endif 1.601 +#ifdef HAVE_STDINT_H 1.602 +# include <stdint.h> 1.603 +#endif 1.604 +#ifdef HAVE_UNISTD_H 1.605 +# include <unistd.h> 1.606 +#endif" 1.607 + 1.608 +ac_subst_vars='am__EXEEXT_FALSE 1.609 +am__EXEEXT_TRUE 1.610 +LTLIBOBJS 1.611 +LIBOBJS 1.612 +SELFTEST_FALSE 1.613 +SELFTEST_TRUE 1.614 +DISABLE_TOOLS_FALSE 1.615 +DISABLE_TOOLS_TRUE 1.616 +DISABLE_PROCESSOR_FALSE 1.617 +DISABLE_PROCESSOR_TRUE 1.618 +ANDROID_HOST_FALSE 1.619 +ANDROID_HOST_TRUE 1.620 +LINUX_HOST_FALSE 1.621 +LINUX_HOST_TRUE 1.622 +PTHREAD_CFLAGS 1.623 +PTHREAD_LIBS 1.624 +PTHREAD_CC 1.625 +ax_pthread_config 1.626 +EGREP 1.627 +GREP 1.628 +GCC_FALSE 1.629 +GCC_TRUE 1.630 +RANLIB 1.631 +am__fastdepCXX_FALSE 1.632 +am__fastdepCXX_TRUE 1.633 +CXXDEPMODE 1.634 +ac_ct_CXX 1.635 +CXXFLAGS 1.636 +CXX 1.637 +CPP 1.638 +am__fastdepCCAS_FALSE 1.639 +am__fastdepCCAS_TRUE 1.640 +CCASDEPMODE 1.641 +CCASFLAGS 1.642 +CCAS 1.643 +am__fastdepCC_FALSE 1.644 +am__fastdepCC_TRUE 1.645 +CCDEPMODE 1.646 +am__nodep 1.647 +AMDEPBACKSLASH 1.648 +AMDEP_FALSE 1.649 +AMDEP_TRUE 1.650 +am__quote 1.651 +am__include 1.652 +DEPDIR 1.653 +OBJEXT 1.654 +EXEEXT 1.655 +ac_ct_CC 1.656 +CPPFLAGS 1.657 +LDFLAGS 1.658 +CFLAGS 1.659 +CC 1.660 +am__untar 1.661 +am__tar 1.662 +AMTAR 1.663 +am__leading_dot 1.664 +SET_MAKE 1.665 +AWK 1.666 +mkdir_p 1.667 +MKDIR_P 1.668 +INSTALL_STRIP_PROGRAM 1.669 +STRIP 1.670 +install_sh 1.671 +MAKEINFO 1.672 +AUTOHEADER 1.673 +AUTOMAKE 1.674 +AUTOCONF 1.675 +ACLOCAL 1.676 +VERSION 1.677 +PACKAGE 1.678 +CYGPATH_W 1.679 +am__isrc 1.680 +INSTALL_DATA 1.681 +INSTALL_SCRIPT 1.682 +INSTALL_PROGRAM 1.683 +host_os 1.684 +host_vendor 1.685 +host_cpu 1.686 +host 1.687 +build_os 1.688 +build_vendor 1.689 +build_cpu 1.690 +build 1.691 +target_alias 1.692 +host_alias 1.693 +build_alias 1.694 +LIBS 1.695 +ECHO_T 1.696 +ECHO_N 1.697 +ECHO_C 1.698 +DEFS 1.699 +mandir 1.700 +localedir 1.701 +libdir 1.702 +psdir 1.703 +pdfdir 1.704 +dvidir 1.705 +htmldir 1.706 +infodir 1.707 +docdir 1.708 +oldincludedir 1.709 +includedir 1.710 +localstatedir 1.711 +sharedstatedir 1.712 +sysconfdir 1.713 +datadir 1.714 +datarootdir 1.715 +libexecdir 1.716 +sbindir 1.717 +bindir 1.718 +program_transform_name 1.719 +prefix 1.720 +exec_prefix 1.721 +PACKAGE_URL 1.722 +PACKAGE_BUGREPORT 1.723 +PACKAGE_STRING 1.724 +PACKAGE_VERSION 1.725 +PACKAGE_TARNAME 1.726 +PACKAGE_NAME 1.727 +PATH_SEPARATOR 1.728 +SHELL' 1.729 +ac_subst_files='' 1.730 +ac_user_opts=' 1.731 +enable_option_checking 1.732 +enable_dependency_tracking 1.733 +enable_m32 1.734 +enable_processor 1.735 +enable_tools 1.736 +enable_selftest 1.737 +' 1.738 + ac_precious_vars='build_alias 1.739 +host_alias 1.740 +target_alias 1.741 +CC 1.742 +CFLAGS 1.743 +LDFLAGS 1.744 +LIBS 1.745 +CPPFLAGS 1.746 +CCAS 1.747 +CCASFLAGS 1.748 +CPP 1.749 +CXX 1.750 +CXXFLAGS 1.751 +CCC' 1.752 + 1.753 + 1.754 +# Initialize some variables set by options. 1.755 +ac_init_help= 1.756 +ac_init_version=false 1.757 +ac_unrecognized_opts= 1.758 +ac_unrecognized_sep= 1.759 +# The variables have the same names as the options, with 1.760 +# dashes changed to underlines. 1.761 +cache_file=/dev/null 1.762 +exec_prefix=NONE 1.763 +no_create= 1.764 +no_recursion= 1.765 +prefix=NONE 1.766 +program_prefix=NONE 1.767 +program_suffix=NONE 1.768 +program_transform_name=s,x,x, 1.769 +silent= 1.770 +site= 1.771 +srcdir= 1.772 +verbose= 1.773 +x_includes=NONE 1.774 +x_libraries=NONE 1.775 + 1.776 +# Installation directory options. 1.777 +# These are left unexpanded so users can "make install exec_prefix=/foo" 1.778 +# and all the variables that are supposed to be based on exec_prefix 1.779 +# by default will actually change. 1.780 +# Use braces instead of parens because sh, perl, etc. also accept them. 1.781 +# (The list follows the same order as the GNU Coding Standards.) 1.782 +bindir='${exec_prefix}/bin' 1.783 +sbindir='${exec_prefix}/sbin' 1.784 +libexecdir='${exec_prefix}/libexec' 1.785 +datarootdir='${prefix}/share' 1.786 +datadir='${datarootdir}' 1.787 +sysconfdir='${prefix}/etc' 1.788 +sharedstatedir='${prefix}/com' 1.789 +localstatedir='${prefix}/var' 1.790 +includedir='${prefix}/include' 1.791 +oldincludedir='/usr/include' 1.792 +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 1.793 +infodir='${datarootdir}/info' 1.794 +htmldir='${docdir}' 1.795 +dvidir='${docdir}' 1.796 +pdfdir='${docdir}' 1.797 +psdir='${docdir}' 1.798 +libdir='${exec_prefix}/lib' 1.799 +localedir='${datarootdir}/locale' 1.800 +mandir='${datarootdir}/man' 1.801 + 1.802 +ac_prev= 1.803 +ac_dashdash= 1.804 +for ac_option 1.805 +do 1.806 + # If the previous option needs an argument, assign it. 1.807 + if test -n "$ac_prev"; then 1.808 + eval $ac_prev=\$ac_option 1.809 + ac_prev= 1.810 + continue 1.811 + fi 1.812 + 1.813 + case $ac_option in 1.814 + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 1.815 + *=) ac_optarg= ;; 1.816 + *) ac_optarg=yes ;; 1.817 + esac 1.818 + 1.819 + # Accept the important Cygnus configure options, so we can diagnose typos. 1.820 + 1.821 + case $ac_dashdash$ac_option in 1.822 + --) 1.823 + ac_dashdash=yes ;; 1.824 + 1.825 + -bindir | --bindir | --bindi | --bind | --bin | --bi) 1.826 + ac_prev=bindir ;; 1.827 + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 1.828 + bindir=$ac_optarg ;; 1.829 + 1.830 + -build | --build | --buil | --bui | --bu) 1.831 + ac_prev=build_alias ;; 1.832 + -build=* | --build=* | --buil=* | --bui=* | --bu=*) 1.833 + build_alias=$ac_optarg ;; 1.834 + 1.835 + -cache-file | --cache-file | --cache-fil | --cache-fi \ 1.836 + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 1.837 + ac_prev=cache_file ;; 1.838 + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 1.839 + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 1.840 + cache_file=$ac_optarg ;; 1.841 + 1.842 + --config-cache | -C) 1.843 + cache_file=config.cache ;; 1.844 + 1.845 + -datadir | --datadir | --datadi | --datad) 1.846 + ac_prev=datadir ;; 1.847 + -datadir=* | --datadir=* | --datadi=* | --datad=*) 1.848 + datadir=$ac_optarg ;; 1.849 + 1.850 + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 1.851 + | --dataroo | --dataro | --datar) 1.852 + ac_prev=datarootdir ;; 1.853 + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 1.854 + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 1.855 + datarootdir=$ac_optarg ;; 1.856 + 1.857 + -disable-* | --disable-*) 1.858 + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 1.859 + # Reject names that are not valid shell variable names. 1.860 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1.861 + as_fn_error $? "invalid feature name: $ac_useropt" 1.862 + ac_useropt_orig=$ac_useropt 1.863 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1.864 + case $ac_user_opts in 1.865 + *" 1.866 +"enable_$ac_useropt" 1.867 +"*) ;; 1.868 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 1.869 + ac_unrecognized_sep=', ';; 1.870 + esac 1.871 + eval enable_$ac_useropt=no ;; 1.872 + 1.873 + -docdir | --docdir | --docdi | --doc | --do) 1.874 + ac_prev=docdir ;; 1.875 + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 1.876 + docdir=$ac_optarg ;; 1.877 + 1.878 + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 1.879 + ac_prev=dvidir ;; 1.880 + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 1.881 + dvidir=$ac_optarg ;; 1.882 + 1.883 + -enable-* | --enable-*) 1.884 + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1.885 + # Reject names that are not valid shell variable names. 1.886 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1.887 + as_fn_error $? "invalid feature name: $ac_useropt" 1.888 + ac_useropt_orig=$ac_useropt 1.889 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1.890 + case $ac_user_opts in 1.891 + *" 1.892 +"enable_$ac_useropt" 1.893 +"*) ;; 1.894 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 1.895 + ac_unrecognized_sep=', ';; 1.896 + esac 1.897 + eval enable_$ac_useropt=\$ac_optarg ;; 1.898 + 1.899 + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 1.900 + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 1.901 + | --exec | --exe | --ex) 1.902 + ac_prev=exec_prefix ;; 1.903 + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 1.904 + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 1.905 + | --exec=* | --exe=* | --ex=*) 1.906 + exec_prefix=$ac_optarg ;; 1.907 + 1.908 + -gas | --gas | --ga | --g) 1.909 + # Obsolete; use --with-gas. 1.910 + with_gas=yes ;; 1.911 + 1.912 + -help | --help | --hel | --he | -h) 1.913 + ac_init_help=long ;; 1.914 + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 1.915 + ac_init_help=recursive ;; 1.916 + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 1.917 + ac_init_help=short ;; 1.918 + 1.919 + -host | --host | --hos | --ho) 1.920 + ac_prev=host_alias ;; 1.921 + -host=* | --host=* | --hos=* | --ho=*) 1.922 + host_alias=$ac_optarg ;; 1.923 + 1.924 + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 1.925 + ac_prev=htmldir ;; 1.926 + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 1.927 + | --ht=*) 1.928 + htmldir=$ac_optarg ;; 1.929 + 1.930 + -includedir | --includedir | --includedi | --included | --include \ 1.931 + | --includ | --inclu | --incl | --inc) 1.932 + ac_prev=includedir ;; 1.933 + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 1.934 + | --includ=* | --inclu=* | --incl=* | --inc=*) 1.935 + includedir=$ac_optarg ;; 1.936 + 1.937 + -infodir | --infodir | --infodi | --infod | --info | --inf) 1.938 + ac_prev=infodir ;; 1.939 + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 1.940 + infodir=$ac_optarg ;; 1.941 + 1.942 + -libdir | --libdir | --libdi | --libd) 1.943 + ac_prev=libdir ;; 1.944 + -libdir=* | --libdir=* | --libdi=* | --libd=*) 1.945 + libdir=$ac_optarg ;; 1.946 + 1.947 + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 1.948 + | --libexe | --libex | --libe) 1.949 + ac_prev=libexecdir ;; 1.950 + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 1.951 + | --libexe=* | --libex=* | --libe=*) 1.952 + libexecdir=$ac_optarg ;; 1.953 + 1.954 + -localedir | --localedir | --localedi | --localed | --locale) 1.955 + ac_prev=localedir ;; 1.956 + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 1.957 + localedir=$ac_optarg ;; 1.958 + 1.959 + -localstatedir | --localstatedir | --localstatedi | --localstated \ 1.960 + | --localstate | --localstat | --localsta | --localst | --locals) 1.961 + ac_prev=localstatedir ;; 1.962 + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 1.963 + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 1.964 + localstatedir=$ac_optarg ;; 1.965 + 1.966 + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 1.967 + ac_prev=mandir ;; 1.968 + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 1.969 + mandir=$ac_optarg ;; 1.970 + 1.971 + -nfp | --nfp | --nf) 1.972 + # Obsolete; use --without-fp. 1.973 + with_fp=no ;; 1.974 + 1.975 + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 1.976 + | --no-cr | --no-c | -n) 1.977 + no_create=yes ;; 1.978 + 1.979 + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 1.980 + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 1.981 + no_recursion=yes ;; 1.982 + 1.983 + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 1.984 + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 1.985 + | --oldin | --oldi | --old | --ol | --o) 1.986 + ac_prev=oldincludedir ;; 1.987 + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 1.988 + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 1.989 + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 1.990 + oldincludedir=$ac_optarg ;; 1.991 + 1.992 + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 1.993 + ac_prev=prefix ;; 1.994 + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 1.995 + prefix=$ac_optarg ;; 1.996 + 1.997 + -program-prefix | --program-prefix | --program-prefi | --program-pref \ 1.998 + | --program-pre | --program-pr | --program-p) 1.999 + ac_prev=program_prefix ;; 1.1000 + -program-prefix=* | --program-prefix=* | --program-prefi=* \ 1.1001 + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 1.1002 + program_prefix=$ac_optarg ;; 1.1003 + 1.1004 + -program-suffix | --program-suffix | --program-suffi | --program-suff \ 1.1005 + | --program-suf | --program-su | --program-s) 1.1006 + ac_prev=program_suffix ;; 1.1007 + -program-suffix=* | --program-suffix=* | --program-suffi=* \ 1.1008 + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 1.1009 + program_suffix=$ac_optarg ;; 1.1010 + 1.1011 + -program-transform-name | --program-transform-name \ 1.1012 + | --program-transform-nam | --program-transform-na \ 1.1013 + | --program-transform-n | --program-transform- \ 1.1014 + | --program-transform | --program-transfor \ 1.1015 + | --program-transfo | --program-transf \ 1.1016 + | --program-trans | --program-tran \ 1.1017 + | --progr-tra | --program-tr | --program-t) 1.1018 + ac_prev=program_transform_name ;; 1.1019 + -program-transform-name=* | --program-transform-name=* \ 1.1020 + | --program-transform-nam=* | --program-transform-na=* \ 1.1021 + | --program-transform-n=* | --program-transform-=* \ 1.1022 + | --program-transform=* | --program-transfor=* \ 1.1023 + | --program-transfo=* | --program-transf=* \ 1.1024 + | --program-trans=* | --program-tran=* \ 1.1025 + | --progr-tra=* | --program-tr=* | --program-t=*) 1.1026 + program_transform_name=$ac_optarg ;; 1.1027 + 1.1028 + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 1.1029 + ac_prev=pdfdir ;; 1.1030 + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 1.1031 + pdfdir=$ac_optarg ;; 1.1032 + 1.1033 + -psdir | --psdir | --psdi | --psd | --ps) 1.1034 + ac_prev=psdir ;; 1.1035 + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 1.1036 + psdir=$ac_optarg ;; 1.1037 + 1.1038 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1.1039 + | -silent | --silent | --silen | --sile | --sil) 1.1040 + silent=yes ;; 1.1041 + 1.1042 + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1.1043 + ac_prev=sbindir ;; 1.1044 + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 1.1045 + | --sbi=* | --sb=*) 1.1046 + sbindir=$ac_optarg ;; 1.1047 + 1.1048 + -sharedstatedir | --sharedstatedir | --sharedstatedi \ 1.1049 + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 1.1050 + | --sharedst | --shareds | --shared | --share | --shar \ 1.1051 + | --sha | --sh) 1.1052 + ac_prev=sharedstatedir ;; 1.1053 + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 1.1054 + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 1.1055 + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 1.1056 + | --sha=* | --sh=*) 1.1057 + sharedstatedir=$ac_optarg ;; 1.1058 + 1.1059 + -site | --site | --sit) 1.1060 + ac_prev=site ;; 1.1061 + -site=* | --site=* | --sit=*) 1.1062 + site=$ac_optarg ;; 1.1063 + 1.1064 + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 1.1065 + ac_prev=srcdir ;; 1.1066 + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 1.1067 + srcdir=$ac_optarg ;; 1.1068 + 1.1069 + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 1.1070 + | --syscon | --sysco | --sysc | --sys | --sy) 1.1071 + ac_prev=sysconfdir ;; 1.1072 + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 1.1073 + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 1.1074 + sysconfdir=$ac_optarg ;; 1.1075 + 1.1076 + -target | --target | --targe | --targ | --tar | --ta | --t) 1.1077 + ac_prev=target_alias ;; 1.1078 + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 1.1079 + target_alias=$ac_optarg ;; 1.1080 + 1.1081 + -v | -verbose | --verbose | --verbos | --verbo | --verb) 1.1082 + verbose=yes ;; 1.1083 + 1.1084 + -version | --version | --versio | --versi | --vers | -V) 1.1085 + ac_init_version=: ;; 1.1086 + 1.1087 + -with-* | --with-*) 1.1088 + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1.1089 + # Reject names that are not valid shell variable names. 1.1090 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1.1091 + as_fn_error $? "invalid package name: $ac_useropt" 1.1092 + ac_useropt_orig=$ac_useropt 1.1093 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1.1094 + case $ac_user_opts in 1.1095 + *" 1.1096 +"with_$ac_useropt" 1.1097 +"*) ;; 1.1098 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1.1099 + ac_unrecognized_sep=', ';; 1.1100 + esac 1.1101 + eval with_$ac_useropt=\$ac_optarg ;; 1.1102 + 1.1103 + -without-* | --without-*) 1.1104 + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1.1105 + # Reject names that are not valid shell variable names. 1.1106 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1.1107 + as_fn_error $? "invalid package name: $ac_useropt" 1.1108 + ac_useropt_orig=$ac_useropt 1.1109 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1.1110 + case $ac_user_opts in 1.1111 + *" 1.1112 +"with_$ac_useropt" 1.1113 +"*) ;; 1.1114 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1.1115 + ac_unrecognized_sep=', ';; 1.1116 + esac 1.1117 + eval with_$ac_useropt=no ;; 1.1118 + 1.1119 + --x) 1.1120 + # Obsolete; use --with-x. 1.1121 + with_x=yes ;; 1.1122 + 1.1123 + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 1.1124 + | --x-incl | --x-inc | --x-in | --x-i) 1.1125 + ac_prev=x_includes ;; 1.1126 + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 1.1127 + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 1.1128 + x_includes=$ac_optarg ;; 1.1129 + 1.1130 + -x-libraries | --x-libraries | --x-librarie | --x-librari \ 1.1131 + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 1.1132 + ac_prev=x_libraries ;; 1.1133 + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1.1134 + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1.1135 + x_libraries=$ac_optarg ;; 1.1136 + 1.1137 + -*) as_fn_error $? "unrecognized option: \`$ac_option' 1.1138 +Try \`$0 --help' for more information" 1.1139 + ;; 1.1140 + 1.1141 + *=*) 1.1142 + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1.1143 + # Reject names that are not valid shell variable names. 1.1144 + case $ac_envvar in #( 1.1145 + '' | [0-9]* | *[!_$as_cr_alnum]* ) 1.1146 + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; 1.1147 + esac 1.1148 + eval $ac_envvar=\$ac_optarg 1.1149 + export $ac_envvar ;; 1.1150 + 1.1151 + *) 1.1152 + # FIXME: should be removed in autoconf 3.0. 1.1153 + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1.1154 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1.1155 + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1.1156 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1.1157 + ;; 1.1158 + 1.1159 + esac 1.1160 +done 1.1161 + 1.1162 +if test -n "$ac_prev"; then 1.1163 + ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1.1164 + as_fn_error $? "missing argument to $ac_option" 1.1165 +fi 1.1166 + 1.1167 +if test -n "$ac_unrecognized_opts"; then 1.1168 + case $enable_option_checking in 1.1169 + no) ;; 1.1170 + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 1.1171 + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1.1172 + esac 1.1173 +fi 1.1174 + 1.1175 +# Check all directory arguments for consistency. 1.1176 +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1.1177 + datadir sysconfdir sharedstatedir localstatedir includedir \ 1.1178 + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1.1179 + libdir localedir mandir 1.1180 +do 1.1181 + eval ac_val=\$$ac_var 1.1182 + # Remove trailing slashes. 1.1183 + case $ac_val in 1.1184 + */ ) 1.1185 + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1.1186 + eval $ac_var=\$ac_val;; 1.1187 + esac 1.1188 + # Be sure to have absolute directory names. 1.1189 + case $ac_val in 1.1190 + [\\/$]* | ?:[\\/]* ) continue;; 1.1191 + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1.1192 + esac 1.1193 + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1.1194 +done 1.1195 + 1.1196 +# There might be people who depend on the old broken behavior: `$host' 1.1197 +# used to hold the argument of --host etc. 1.1198 +# FIXME: To remove some day. 1.1199 +build=$build_alias 1.1200 +host=$host_alias 1.1201 +target=$target_alias 1.1202 + 1.1203 +# FIXME: To remove some day. 1.1204 +if test "x$host_alias" != x; then 1.1205 + if test "x$build_alias" = x; then 1.1206 + cross_compiling=maybe 1.1207 + $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. 1.1208 + If a cross compiler is detected then cross compile mode will be used" >&2 1.1209 + elif test "x$build_alias" != "x$host_alias"; then 1.1210 + cross_compiling=yes 1.1211 + fi 1.1212 +fi 1.1213 + 1.1214 +ac_tool_prefix= 1.1215 +test -n "$host_alias" && ac_tool_prefix=$host_alias- 1.1216 + 1.1217 +test "$silent" = yes && exec 6>/dev/null 1.1218 + 1.1219 + 1.1220 +ac_pwd=`pwd` && test -n "$ac_pwd" && 1.1221 +ac_ls_di=`ls -di .` && 1.1222 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1.1223 + as_fn_error $? "working directory cannot be determined" 1.1224 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1.1225 + as_fn_error $? "pwd does not report name of working directory" 1.1226 + 1.1227 + 1.1228 +# Find the source files, if location was not specified. 1.1229 +if test -z "$srcdir"; then 1.1230 + ac_srcdir_defaulted=yes 1.1231 + # Try the directory containing this script, then the parent directory. 1.1232 + ac_confdir=`$as_dirname -- "$as_myself" || 1.1233 +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.1234 + X"$as_myself" : 'X\(//\)[^/]' \| \ 1.1235 + X"$as_myself" : 'X\(//\)$' \| \ 1.1236 + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1.1237 +$as_echo X"$as_myself" | 1.1238 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1.1239 + s//\1/ 1.1240 + q 1.1241 + } 1.1242 + /^X\(\/\/\)[^/].*/{ 1.1243 + s//\1/ 1.1244 + q 1.1245 + } 1.1246 + /^X\(\/\/\)$/{ 1.1247 + s//\1/ 1.1248 + q 1.1249 + } 1.1250 + /^X\(\/\).*/{ 1.1251 + s//\1/ 1.1252 + q 1.1253 + } 1.1254 + s/.*/./; q'` 1.1255 + srcdir=$ac_confdir 1.1256 + if test ! -r "$srcdir/$ac_unique_file"; then 1.1257 + srcdir=.. 1.1258 + fi 1.1259 +else 1.1260 + ac_srcdir_defaulted=no 1.1261 +fi 1.1262 +if test ! -r "$srcdir/$ac_unique_file"; then 1.1263 + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1.1264 + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1.1265 +fi 1.1266 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1.1267 +ac_abs_confdir=`( 1.1268 + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 1.1269 + pwd)` 1.1270 +# When building in place, set srcdir=. 1.1271 +if test "$ac_abs_confdir" = "$ac_pwd"; then 1.1272 + srcdir=. 1.1273 +fi 1.1274 +# Remove unnecessary trailing slashes from srcdir. 1.1275 +# Double slashes in file names in object file debugging info 1.1276 +# mess up M-x gdb in Emacs. 1.1277 +case $srcdir in 1.1278 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1.1279 +esac 1.1280 +for ac_var in $ac_precious_vars; do 1.1281 + eval ac_env_${ac_var}_set=\${${ac_var}+set} 1.1282 + eval ac_env_${ac_var}_value=\$${ac_var} 1.1283 + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1.1284 + eval ac_cv_env_${ac_var}_value=\$${ac_var} 1.1285 +done 1.1286 + 1.1287 +# 1.1288 +# Report the --help message. 1.1289 +# 1.1290 +if test "$ac_init_help" = "long"; then 1.1291 + # Omit some internal or obsolete options to make the list less imposing. 1.1292 + # This message is too long to be a string in the A/UX 3.1 sh. 1.1293 + cat <<_ACEOF 1.1294 +\`configure' configures breakpad 0.1 to adapt to many kinds of systems. 1.1295 + 1.1296 +Usage: $0 [OPTION]... [VAR=VALUE]... 1.1297 + 1.1298 +To assign environment variables (e.g., CC, CFLAGS...), specify them as 1.1299 +VAR=VALUE. See below for descriptions of some of the useful variables. 1.1300 + 1.1301 +Defaults for the options are specified in brackets. 1.1302 + 1.1303 +Configuration: 1.1304 + -h, --help display this help and exit 1.1305 + --help=short display options specific to this package 1.1306 + --help=recursive display the short help of all the included packages 1.1307 + -V, --version display version information and exit 1.1308 + -q, --quiet, --silent do not print \`checking ...' messages 1.1309 + --cache-file=FILE cache test results in FILE [disabled] 1.1310 + -C, --config-cache alias for \`--cache-file=config.cache' 1.1311 + -n, --no-create do not create output files 1.1312 + --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1.1313 + 1.1314 +Installation directories: 1.1315 + --prefix=PREFIX install architecture-independent files in PREFIX 1.1316 + [$ac_default_prefix] 1.1317 + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1.1318 + [PREFIX] 1.1319 + 1.1320 +By default, \`make install' will install all the files in 1.1321 +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1.1322 +an installation prefix other than \`$ac_default_prefix' using \`--prefix', 1.1323 +for instance \`--prefix=\$HOME'. 1.1324 + 1.1325 +For better control, use the options below. 1.1326 + 1.1327 +Fine tuning of the installation directories: 1.1328 + --bindir=DIR user executables [EPREFIX/bin] 1.1329 + --sbindir=DIR system admin executables [EPREFIX/sbin] 1.1330 + --libexecdir=DIR program executables [EPREFIX/libexec] 1.1331 + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1.1332 + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1.1333 + --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1.1334 + --libdir=DIR object code libraries [EPREFIX/lib] 1.1335 + --includedir=DIR C header files [PREFIX/include] 1.1336 + --oldincludedir=DIR C header files for non-gcc [/usr/include] 1.1337 + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1.1338 + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1.1339 + --infodir=DIR info documentation [DATAROOTDIR/info] 1.1340 + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1.1341 + --mandir=DIR man documentation [DATAROOTDIR/man] 1.1342 + --docdir=DIR documentation root [DATAROOTDIR/doc/breakpad] 1.1343 + --htmldir=DIR html documentation [DOCDIR] 1.1344 + --dvidir=DIR dvi documentation [DOCDIR] 1.1345 + --pdfdir=DIR pdf documentation [DOCDIR] 1.1346 + --psdir=DIR ps documentation [DOCDIR] 1.1347 +_ACEOF 1.1348 + 1.1349 + cat <<\_ACEOF 1.1350 + 1.1351 +Program names: 1.1352 + --program-prefix=PREFIX prepend PREFIX to installed program names 1.1353 + --program-suffix=SUFFIX append SUFFIX to installed program names 1.1354 + --program-transform-name=PROGRAM run sed PROGRAM on installed program names 1.1355 + 1.1356 +System types: 1.1357 + --build=BUILD configure for building on BUILD [guessed] 1.1358 + --host=HOST cross-compile to build programs to run on HOST [BUILD] 1.1359 +_ACEOF 1.1360 +fi 1.1361 + 1.1362 +if test -n "$ac_init_help"; then 1.1363 + case $ac_init_help in 1.1364 + short | recursive ) echo "Configuration of breakpad 0.1:";; 1.1365 + esac 1.1366 + cat <<\_ACEOF 1.1367 + 1.1368 +Optional Features: 1.1369 + --disable-option-checking ignore unrecognized --enable/--with options 1.1370 + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1.1371 + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1.1372 + --disable-dependency-tracking speeds up one-time build 1.1373 + --enable-dependency-tracking do not reject slow dependency extractors 1.1374 + --enable-m32 Compile/build with -m32 (default is no) 1.1375 + --disable-processor Don't build processor library (default is no) 1.1376 + --disable-tools Don't build tool binaries (default is no) 1.1377 + --enable-selftest Run extra tests with "make check" (may conflict with 1.1378 + optimizations) (default is no) 1.1379 + 1.1380 +Some influential environment variables: 1.1381 + CC C compiler command 1.1382 + CFLAGS C compiler flags 1.1383 + LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1.1384 + nonstandard directory <lib dir> 1.1385 + LIBS libraries to pass to the linker, e.g. -l<library> 1.1386 + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if 1.1387 + you have headers in a nonstandard directory <include dir> 1.1388 + CCAS assembler compiler command (defaults to CC) 1.1389 + CCASFLAGS assembler compiler flags (defaults to CFLAGS) 1.1390 + CPP C preprocessor 1.1391 + CXX C++ compiler command 1.1392 + CXXFLAGS C++ compiler flags 1.1393 + 1.1394 +Use these variables to override the choices made by `configure' or to help 1.1395 +it to find libraries and programs with nonstandard names/locations. 1.1396 + 1.1397 +Report bugs to <google-breakpad-dev@googlegroups.com>. 1.1398 +_ACEOF 1.1399 +ac_status=$? 1.1400 +fi 1.1401 + 1.1402 +if test "$ac_init_help" = "recursive"; then 1.1403 + # If there are subdirs, report their specific --help. 1.1404 + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1.1405 + test -d "$ac_dir" || 1.1406 + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1.1407 + continue 1.1408 + ac_builddir=. 1.1409 + 1.1410 +case "$ac_dir" in 1.1411 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1.1412 +*) 1.1413 + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1.1414 + # A ".." for each directory in $ac_dir_suffix. 1.1415 + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1.1416 + case $ac_top_builddir_sub in 1.1417 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1.1418 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1.1419 + esac ;; 1.1420 +esac 1.1421 +ac_abs_top_builddir=$ac_pwd 1.1422 +ac_abs_builddir=$ac_pwd$ac_dir_suffix 1.1423 +# for backward compatibility: 1.1424 +ac_top_builddir=$ac_top_build_prefix 1.1425 + 1.1426 +case $srcdir in 1.1427 + .) # We are building in place. 1.1428 + ac_srcdir=. 1.1429 + ac_top_srcdir=$ac_top_builddir_sub 1.1430 + ac_abs_top_srcdir=$ac_pwd ;; 1.1431 + [\\/]* | ?:[\\/]* ) # Absolute name. 1.1432 + ac_srcdir=$srcdir$ac_dir_suffix; 1.1433 + ac_top_srcdir=$srcdir 1.1434 + ac_abs_top_srcdir=$srcdir ;; 1.1435 + *) # Relative name. 1.1436 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1.1437 + ac_top_srcdir=$ac_top_build_prefix$srcdir 1.1438 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1.1439 +esac 1.1440 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1.1441 + 1.1442 + cd "$ac_dir" || { ac_status=$?; continue; } 1.1443 + # Check for guested configure. 1.1444 + if test -f "$ac_srcdir/configure.gnu"; then 1.1445 + echo && 1.1446 + $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1.1447 + elif test -f "$ac_srcdir/configure"; then 1.1448 + echo && 1.1449 + $SHELL "$ac_srcdir/configure" --help=recursive 1.1450 + else 1.1451 + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1.1452 + fi || ac_status=$? 1.1453 + cd "$ac_pwd" || { ac_status=$?; break; } 1.1454 + done 1.1455 +fi 1.1456 + 1.1457 +test -n "$ac_init_help" && exit $ac_status 1.1458 +if $ac_init_version; then 1.1459 + cat <<\_ACEOF 1.1460 +breakpad configure 0.1 1.1461 +generated by GNU Autoconf 2.68 1.1462 + 1.1463 +Copyright (C) 2010 Free Software Foundation, Inc. 1.1464 +This configure script is free software; the Free Software Foundation 1.1465 +gives unlimited permission to copy, distribute and modify it. 1.1466 +_ACEOF 1.1467 + exit 1.1468 +fi 1.1469 + 1.1470 +## ------------------------ ## 1.1471 +## Autoconf initialization. ## 1.1472 +## ------------------------ ## 1.1473 + 1.1474 +# ac_fn_c_try_compile LINENO 1.1475 +# -------------------------- 1.1476 +# Try to compile conftest.$ac_ext, and return whether this succeeded. 1.1477 +ac_fn_c_try_compile () 1.1478 +{ 1.1479 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1480 + rm -f conftest.$ac_objext 1.1481 + if { { ac_try="$ac_compile" 1.1482 +case "(($ac_try" in 1.1483 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.1484 + *) ac_try_echo=$ac_try;; 1.1485 +esac 1.1486 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.1487 +$as_echo "$ac_try_echo"; } >&5 1.1488 + (eval "$ac_compile") 2>conftest.err 1.1489 + ac_status=$? 1.1490 + if test -s conftest.err; then 1.1491 + grep -v '^ *+' conftest.err >conftest.er1 1.1492 + cat conftest.er1 >&5 1.1493 + mv -f conftest.er1 conftest.err 1.1494 + fi 1.1495 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.1496 + test $ac_status = 0; } && { 1.1497 + test -z "$ac_c_werror_flag" || 1.1498 + test ! -s conftest.err 1.1499 + } && test -s conftest.$ac_objext; then : 1.1500 + ac_retval=0 1.1501 +else 1.1502 + $as_echo "$as_me: failed program was:" >&5 1.1503 +sed 's/^/| /' conftest.$ac_ext >&5 1.1504 + 1.1505 + ac_retval=1 1.1506 +fi 1.1507 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.1508 + as_fn_set_status $ac_retval 1.1509 + 1.1510 +} # ac_fn_c_try_compile 1.1511 + 1.1512 +# ac_fn_c_try_cpp LINENO 1.1513 +# ---------------------- 1.1514 +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. 1.1515 +ac_fn_c_try_cpp () 1.1516 +{ 1.1517 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1518 + if { { ac_try="$ac_cpp conftest.$ac_ext" 1.1519 +case "(($ac_try" in 1.1520 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.1521 + *) ac_try_echo=$ac_try;; 1.1522 +esac 1.1523 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.1524 +$as_echo "$ac_try_echo"; } >&5 1.1525 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err 1.1526 + ac_status=$? 1.1527 + if test -s conftest.err; then 1.1528 + grep -v '^ *+' conftest.err >conftest.er1 1.1529 + cat conftest.er1 >&5 1.1530 + mv -f conftest.er1 conftest.err 1.1531 + fi 1.1532 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.1533 + test $ac_status = 0; } > conftest.i && { 1.1534 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1.1535 + test ! -s conftest.err 1.1536 + }; then : 1.1537 + ac_retval=0 1.1538 +else 1.1539 + $as_echo "$as_me: failed program was:" >&5 1.1540 +sed 's/^/| /' conftest.$ac_ext >&5 1.1541 + 1.1542 + ac_retval=1 1.1543 +fi 1.1544 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.1545 + as_fn_set_status $ac_retval 1.1546 + 1.1547 +} # ac_fn_c_try_cpp 1.1548 + 1.1549 +# ac_fn_cxx_try_compile LINENO 1.1550 +# ---------------------------- 1.1551 +# Try to compile conftest.$ac_ext, and return whether this succeeded. 1.1552 +ac_fn_cxx_try_compile () 1.1553 +{ 1.1554 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1555 + rm -f conftest.$ac_objext 1.1556 + if { { ac_try="$ac_compile" 1.1557 +case "(($ac_try" in 1.1558 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.1559 + *) ac_try_echo=$ac_try;; 1.1560 +esac 1.1561 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.1562 +$as_echo "$ac_try_echo"; } >&5 1.1563 + (eval "$ac_compile") 2>conftest.err 1.1564 + ac_status=$? 1.1565 + if test -s conftest.err; then 1.1566 + grep -v '^ *+' conftest.err >conftest.er1 1.1567 + cat conftest.er1 >&5 1.1568 + mv -f conftest.er1 conftest.err 1.1569 + fi 1.1570 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.1571 + test $ac_status = 0; } && { 1.1572 + test -z "$ac_cxx_werror_flag" || 1.1573 + test ! -s conftest.err 1.1574 + } && test -s conftest.$ac_objext; then : 1.1575 + ac_retval=0 1.1576 +else 1.1577 + $as_echo "$as_me: failed program was:" >&5 1.1578 +sed 's/^/| /' conftest.$ac_ext >&5 1.1579 + 1.1580 + ac_retval=1 1.1581 +fi 1.1582 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.1583 + as_fn_set_status $ac_retval 1.1584 + 1.1585 +} # ac_fn_cxx_try_compile 1.1586 + 1.1587 +# ac_fn_c_try_run LINENO 1.1588 +# ---------------------- 1.1589 +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes 1.1590 +# that executables *can* be run. 1.1591 +ac_fn_c_try_run () 1.1592 +{ 1.1593 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1594 + if { { ac_try="$ac_link" 1.1595 +case "(($ac_try" in 1.1596 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.1597 + *) ac_try_echo=$ac_try;; 1.1598 +esac 1.1599 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.1600 +$as_echo "$ac_try_echo"; } >&5 1.1601 + (eval "$ac_link") 2>&5 1.1602 + ac_status=$? 1.1603 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.1604 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' 1.1605 + { { case "(($ac_try" in 1.1606 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.1607 + *) ac_try_echo=$ac_try;; 1.1608 +esac 1.1609 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.1610 +$as_echo "$ac_try_echo"; } >&5 1.1611 + (eval "$ac_try") 2>&5 1.1612 + ac_status=$? 1.1613 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.1614 + test $ac_status = 0; }; }; then : 1.1615 + ac_retval=0 1.1616 +else 1.1617 + $as_echo "$as_me: program exited with status $ac_status" >&5 1.1618 + $as_echo "$as_me: failed program was:" >&5 1.1619 +sed 's/^/| /' conftest.$ac_ext >&5 1.1620 + 1.1621 + ac_retval=$ac_status 1.1622 +fi 1.1623 + rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1.1624 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.1625 + as_fn_set_status $ac_retval 1.1626 + 1.1627 +} # ac_fn_c_try_run 1.1628 + 1.1629 +# ac_fn_c_try_link LINENO 1.1630 +# ----------------------- 1.1631 +# Try to link conftest.$ac_ext, and return whether this succeeded. 1.1632 +ac_fn_c_try_link () 1.1633 +{ 1.1634 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1635 + rm -f conftest.$ac_objext conftest$ac_exeext 1.1636 + if { { ac_try="$ac_link" 1.1637 +case "(($ac_try" in 1.1638 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.1639 + *) ac_try_echo=$ac_try;; 1.1640 +esac 1.1641 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.1642 +$as_echo "$ac_try_echo"; } >&5 1.1643 + (eval "$ac_link") 2>conftest.err 1.1644 + ac_status=$? 1.1645 + if test -s conftest.err; then 1.1646 + grep -v '^ *+' conftest.err >conftest.er1 1.1647 + cat conftest.er1 >&5 1.1648 + mv -f conftest.er1 conftest.err 1.1649 + fi 1.1650 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.1651 + test $ac_status = 0; } && { 1.1652 + test -z "$ac_c_werror_flag" || 1.1653 + test ! -s conftest.err 1.1654 + } && test -s conftest$ac_exeext && { 1.1655 + test "$cross_compiling" = yes || 1.1656 + $as_test_x conftest$ac_exeext 1.1657 + }; then : 1.1658 + ac_retval=0 1.1659 +else 1.1660 + $as_echo "$as_me: failed program was:" >&5 1.1661 +sed 's/^/| /' conftest.$ac_ext >&5 1.1662 + 1.1663 + ac_retval=1 1.1664 +fi 1.1665 + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1.1666 + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1.1667 + # interfere with the next link command; also delete a directory that is 1.1668 + # left behind by Apple's compiler. We do this before executing the actions. 1.1669 + rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1.1670 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.1671 + as_fn_set_status $ac_retval 1.1672 + 1.1673 +} # ac_fn_c_try_link 1.1674 + 1.1675 +# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 1.1676 +# ------------------------------------------------------- 1.1677 +# Tests whether HEADER exists, giving a warning if it cannot be compiled using 1.1678 +# the include files in INCLUDES and setting the cache variable VAR 1.1679 +# accordingly. 1.1680 +ac_fn_c_check_header_mongrel () 1.1681 +{ 1.1682 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1683 + if eval \${$3+:} false; then : 1.1684 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1.1685 +$as_echo_n "checking for $2... " >&6; } 1.1686 +if eval \${$3+:} false; then : 1.1687 + $as_echo_n "(cached) " >&6 1.1688 +fi 1.1689 +eval ac_res=\$$3 1.1690 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1.1691 +$as_echo "$ac_res" >&6; } 1.1692 +else 1.1693 + # Is the header compilable? 1.1694 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 1.1695 +$as_echo_n "checking $2 usability... " >&6; } 1.1696 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.1697 +/* end confdefs.h. */ 1.1698 +$4 1.1699 +#include <$2> 1.1700 +_ACEOF 1.1701 +if ac_fn_c_try_compile "$LINENO"; then : 1.1702 + ac_header_compiler=yes 1.1703 +else 1.1704 + ac_header_compiler=no 1.1705 +fi 1.1706 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.1707 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 1.1708 +$as_echo "$ac_header_compiler" >&6; } 1.1709 + 1.1710 +# Is the header present? 1.1711 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 1.1712 +$as_echo_n "checking $2 presence... " >&6; } 1.1713 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.1714 +/* end confdefs.h. */ 1.1715 +#include <$2> 1.1716 +_ACEOF 1.1717 +if ac_fn_c_try_cpp "$LINENO"; then : 1.1718 + ac_header_preproc=yes 1.1719 +else 1.1720 + ac_header_preproc=no 1.1721 +fi 1.1722 +rm -f conftest.err conftest.i conftest.$ac_ext 1.1723 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1.1724 +$as_echo "$ac_header_preproc" >&6; } 1.1725 + 1.1726 +# So? What about this header? 1.1727 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( 1.1728 + yes:no: ) 1.1729 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 1.1730 +$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} 1.1731 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1.1732 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1.1733 + ;; 1.1734 + no:yes:* ) 1.1735 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 1.1736 +$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} 1.1737 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 1.1738 +$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} 1.1739 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 1.1740 +$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} 1.1741 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 1.1742 +$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 1.1743 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1.1744 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1.1745 +( $as_echo "## --------------------------------------------------- ## 1.1746 +## Report this to google-breakpad-dev@googlegroups.com ## 1.1747 +## --------------------------------------------------- ##" 1.1748 + ) | sed "s/^/$as_me: WARNING: /" >&2 1.1749 + ;; 1.1750 +esac 1.1751 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1.1752 +$as_echo_n "checking for $2... " >&6; } 1.1753 +if eval \${$3+:} false; then : 1.1754 + $as_echo_n "(cached) " >&6 1.1755 +else 1.1756 + eval "$3=\$ac_header_compiler" 1.1757 +fi 1.1758 +eval ac_res=\$$3 1.1759 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1.1760 +$as_echo "$ac_res" >&6; } 1.1761 +fi 1.1762 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.1763 + 1.1764 +} # ac_fn_c_check_header_mongrel 1.1765 + 1.1766 +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1.1767 +# ------------------------------------------------------- 1.1768 +# Tests whether HEADER exists and can be compiled using the include files in 1.1769 +# INCLUDES, setting the cache variable VAR accordingly. 1.1770 +ac_fn_c_check_header_compile () 1.1771 +{ 1.1772 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.1773 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1.1774 +$as_echo_n "checking for $2... " >&6; } 1.1775 +if eval \${$3+:} false; then : 1.1776 + $as_echo_n "(cached) " >&6 1.1777 +else 1.1778 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.1779 +/* end confdefs.h. */ 1.1780 +$4 1.1781 +#include <$2> 1.1782 +_ACEOF 1.1783 +if ac_fn_c_try_compile "$LINENO"; then : 1.1784 + eval "$3=yes" 1.1785 +else 1.1786 + eval "$3=no" 1.1787 +fi 1.1788 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.1789 +fi 1.1790 +eval ac_res=\$$3 1.1791 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1.1792 +$as_echo "$ac_res" >&6; } 1.1793 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1.1794 + 1.1795 +} # ac_fn_c_check_header_compile 1.1796 +cat >config.log <<_ACEOF 1.1797 +This file contains any messages produced by compilers while 1.1798 +running configure, to aid debugging if configure makes a mistake. 1.1799 + 1.1800 +It was created by breakpad $as_me 0.1, which was 1.1801 +generated by GNU Autoconf 2.68. Invocation command line was 1.1802 + 1.1803 + $ $0 $@ 1.1804 + 1.1805 +_ACEOF 1.1806 +exec 5>>config.log 1.1807 +{ 1.1808 +cat <<_ASUNAME 1.1809 +## --------- ## 1.1810 +## Platform. ## 1.1811 +## --------- ## 1.1812 + 1.1813 +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1.1814 +uname -m = `(uname -m) 2>/dev/null || echo unknown` 1.1815 +uname -r = `(uname -r) 2>/dev/null || echo unknown` 1.1816 +uname -s = `(uname -s) 2>/dev/null || echo unknown` 1.1817 +uname -v = `(uname -v) 2>/dev/null || echo unknown` 1.1818 + 1.1819 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 1.1820 +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1.1821 + 1.1822 +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1.1823 +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1.1824 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1.1825 +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1.1826 +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1.1827 +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1.1828 +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1.1829 + 1.1830 +_ASUNAME 1.1831 + 1.1832 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.1833 +for as_dir in $PATH 1.1834 +do 1.1835 + IFS=$as_save_IFS 1.1836 + test -z "$as_dir" && as_dir=. 1.1837 + $as_echo "PATH: $as_dir" 1.1838 + done 1.1839 +IFS=$as_save_IFS 1.1840 + 1.1841 +} >&5 1.1842 + 1.1843 +cat >&5 <<_ACEOF 1.1844 + 1.1845 + 1.1846 +## ----------- ## 1.1847 +## Core tests. ## 1.1848 +## ----------- ## 1.1849 + 1.1850 +_ACEOF 1.1851 + 1.1852 + 1.1853 +# Keep a trace of the command line. 1.1854 +# Strip out --no-create and --no-recursion so they do not pile up. 1.1855 +# Strip out --silent because we don't want to record it for future runs. 1.1856 +# Also quote any args containing shell meta-characters. 1.1857 +# Make two passes to allow for proper duplicate-argument suppression. 1.1858 +ac_configure_args= 1.1859 +ac_configure_args0= 1.1860 +ac_configure_args1= 1.1861 +ac_must_keep_next=false 1.1862 +for ac_pass in 1 2 1.1863 +do 1.1864 + for ac_arg 1.1865 + do 1.1866 + case $ac_arg in 1.1867 + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1.1868 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1.1869 + | -silent | --silent | --silen | --sile | --sil) 1.1870 + continue ;; 1.1871 + *\'*) 1.1872 + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1.1873 + esac 1.1874 + case $ac_pass in 1.1875 + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 1.1876 + 2) 1.1877 + as_fn_append ac_configure_args1 " '$ac_arg'" 1.1878 + if test $ac_must_keep_next = true; then 1.1879 + ac_must_keep_next=false # Got value, back to normal. 1.1880 + else 1.1881 + case $ac_arg in 1.1882 + *=* | --config-cache | -C | -disable-* | --disable-* \ 1.1883 + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1.1884 + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1.1885 + | -with-* | --with-* | -without-* | --without-* | --x) 1.1886 + case "$ac_configure_args0 " in 1.1887 + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1.1888 + esac 1.1889 + ;; 1.1890 + -* ) ac_must_keep_next=true ;; 1.1891 + esac 1.1892 + fi 1.1893 + as_fn_append ac_configure_args " '$ac_arg'" 1.1894 + ;; 1.1895 + esac 1.1896 + done 1.1897 +done 1.1898 +{ ac_configure_args0=; unset ac_configure_args0;} 1.1899 +{ ac_configure_args1=; unset ac_configure_args1;} 1.1900 + 1.1901 +# When interrupted or exit'd, cleanup temporary files, and complete 1.1902 +# config.log. We remove comments because anyway the quotes in there 1.1903 +# would cause problems or look ugly. 1.1904 +# WARNING: Use '\'' to represent an apostrophe within the trap. 1.1905 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1.1906 +trap 'exit_status=$? 1.1907 + # Save into config.log some information that might help in debugging. 1.1908 + { 1.1909 + echo 1.1910 + 1.1911 + $as_echo "## ---------------- ## 1.1912 +## Cache variables. ## 1.1913 +## ---------------- ##" 1.1914 + echo 1.1915 + # The following way of writing the cache mishandles newlines in values, 1.1916 +( 1.1917 + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1.1918 + eval ac_val=\$$ac_var 1.1919 + case $ac_val in #( 1.1920 + *${as_nl}*) 1.1921 + case $ac_var in #( 1.1922 + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1.1923 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1.1924 + esac 1.1925 + case $ac_var in #( 1.1926 + _ | IFS | as_nl) ;; #( 1.1927 + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1.1928 + *) { eval $ac_var=; unset $ac_var;} ;; 1.1929 + esac ;; 1.1930 + esac 1.1931 + done 1.1932 + (set) 2>&1 | 1.1933 + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1.1934 + *${as_nl}ac_space=\ *) 1.1935 + sed -n \ 1.1936 + "s/'\''/'\''\\\\'\'''\''/g; 1.1937 + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1.1938 + ;; #( 1.1939 + *) 1.1940 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1.1941 + ;; 1.1942 + esac | 1.1943 + sort 1.1944 +) 1.1945 + echo 1.1946 + 1.1947 + $as_echo "## ----------------- ## 1.1948 +## Output variables. ## 1.1949 +## ----------------- ##" 1.1950 + echo 1.1951 + for ac_var in $ac_subst_vars 1.1952 + do 1.1953 + eval ac_val=\$$ac_var 1.1954 + case $ac_val in 1.1955 + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1.1956 + esac 1.1957 + $as_echo "$ac_var='\''$ac_val'\''" 1.1958 + done | sort 1.1959 + echo 1.1960 + 1.1961 + if test -n "$ac_subst_files"; then 1.1962 + $as_echo "## ------------------- ## 1.1963 +## File substitutions. ## 1.1964 +## ------------------- ##" 1.1965 + echo 1.1966 + for ac_var in $ac_subst_files 1.1967 + do 1.1968 + eval ac_val=\$$ac_var 1.1969 + case $ac_val in 1.1970 + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1.1971 + esac 1.1972 + $as_echo "$ac_var='\''$ac_val'\''" 1.1973 + done | sort 1.1974 + echo 1.1975 + fi 1.1976 + 1.1977 + if test -s confdefs.h; then 1.1978 + $as_echo "## ----------- ## 1.1979 +## confdefs.h. ## 1.1980 +## ----------- ##" 1.1981 + echo 1.1982 + cat confdefs.h 1.1983 + echo 1.1984 + fi 1.1985 + test "$ac_signal" != 0 && 1.1986 + $as_echo "$as_me: caught signal $ac_signal" 1.1987 + $as_echo "$as_me: exit $exit_status" 1.1988 + } >&5 1.1989 + rm -f core *.core core.conftest.* && 1.1990 + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1.1991 + exit $exit_status 1.1992 +' 0 1.1993 +for ac_signal in 1 2 13 15; do 1.1994 + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal 1.1995 +done 1.1996 +ac_signal=0 1.1997 + 1.1998 +# confdefs.h avoids OS command line length limits that DEFS can exceed. 1.1999 +rm -f -r conftest* confdefs.h 1.2000 + 1.2001 +$as_echo "/* confdefs.h */" > confdefs.h 1.2002 + 1.2003 +# Predefined preprocessor variables. 1.2004 + 1.2005 +cat >>confdefs.h <<_ACEOF 1.2006 +#define PACKAGE_NAME "$PACKAGE_NAME" 1.2007 +_ACEOF 1.2008 + 1.2009 +cat >>confdefs.h <<_ACEOF 1.2010 +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1.2011 +_ACEOF 1.2012 + 1.2013 +cat >>confdefs.h <<_ACEOF 1.2014 +#define PACKAGE_VERSION "$PACKAGE_VERSION" 1.2015 +_ACEOF 1.2016 + 1.2017 +cat >>confdefs.h <<_ACEOF 1.2018 +#define PACKAGE_STRING "$PACKAGE_STRING" 1.2019 +_ACEOF 1.2020 + 1.2021 +cat >>confdefs.h <<_ACEOF 1.2022 +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1.2023 +_ACEOF 1.2024 + 1.2025 +cat >>confdefs.h <<_ACEOF 1.2026 +#define PACKAGE_URL "$PACKAGE_URL" 1.2027 +_ACEOF 1.2028 + 1.2029 + 1.2030 +# Let the site file select an alternate cache file if it wants to. 1.2031 +# Prefer an explicitly selected file to automatically selected ones. 1.2032 +ac_site_file1=NONE 1.2033 +ac_site_file2=NONE 1.2034 +if test -n "$CONFIG_SITE"; then 1.2035 + # We do not want a PATH search for config.site. 1.2036 + case $CONFIG_SITE in #(( 1.2037 + -*) ac_site_file1=./$CONFIG_SITE;; 1.2038 + */*) ac_site_file1=$CONFIG_SITE;; 1.2039 + *) ac_site_file1=./$CONFIG_SITE;; 1.2040 + esac 1.2041 +elif test "x$prefix" != xNONE; then 1.2042 + ac_site_file1=$prefix/share/config.site 1.2043 + ac_site_file2=$prefix/etc/config.site 1.2044 +else 1.2045 + ac_site_file1=$ac_default_prefix/share/config.site 1.2046 + ac_site_file2=$ac_default_prefix/etc/config.site 1.2047 +fi 1.2048 +for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1.2049 +do 1.2050 + test "x$ac_site_file" = xNONE && continue 1.2051 + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 1.2052 + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 1.2053 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} 1.2054 + sed 's/^/| /' "$ac_site_file" >&5 1.2055 + . "$ac_site_file" \ 1.2056 + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.2057 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.2058 +as_fn_error $? "failed to load site script $ac_site_file 1.2059 +See \`config.log' for more details" "$LINENO" 5; } 1.2060 + fi 1.2061 +done 1.2062 + 1.2063 +if test -r "$cache_file"; then 1.2064 + # Some versions of bash will fail to source /dev/null (special files 1.2065 + # actually), so we avoid doing that. DJGPP emulates it as a regular file. 1.2066 + if test /dev/null != "$cache_file" && test -f "$cache_file"; then 1.2067 + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 1.2068 +$as_echo "$as_me: loading cache $cache_file" >&6;} 1.2069 + case $cache_file in 1.2070 + [\\/]* | ?:[\\/]* ) . "$cache_file";; 1.2071 + *) . "./$cache_file";; 1.2072 + esac 1.2073 + fi 1.2074 +else 1.2075 + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 1.2076 +$as_echo "$as_me: creating cache $cache_file" >&6;} 1.2077 + >$cache_file 1.2078 +fi 1.2079 + 1.2080 +# Check that the precious variables saved in the cache have kept the same 1.2081 +# value. 1.2082 +ac_cache_corrupted=false 1.2083 +for ac_var in $ac_precious_vars; do 1.2084 + eval ac_old_set=\$ac_cv_env_${ac_var}_set 1.2085 + eval ac_new_set=\$ac_env_${ac_var}_set 1.2086 + eval ac_old_val=\$ac_cv_env_${ac_var}_value 1.2087 + eval ac_new_val=\$ac_env_${ac_var}_value 1.2088 + case $ac_old_set,$ac_new_set in 1.2089 + set,) 1.2090 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1.2091 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1.2092 + ac_cache_corrupted=: ;; 1.2093 + ,set) 1.2094 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 1.2095 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1.2096 + ac_cache_corrupted=: ;; 1.2097 + ,);; 1.2098 + *) 1.2099 + if test "x$ac_old_val" != "x$ac_new_val"; then 1.2100 + # differences in whitespace do not lead to failure. 1.2101 + ac_old_val_w=`echo x $ac_old_val` 1.2102 + ac_new_val_w=`echo x $ac_new_val` 1.2103 + if test "$ac_old_val_w" != "$ac_new_val_w"; then 1.2104 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 1.2105 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1.2106 + ac_cache_corrupted=: 1.2107 + else 1.2108 + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1.2109 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1.2110 + eval $ac_var=\$ac_old_val 1.2111 + fi 1.2112 + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 1.2113 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1.2114 + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 1.2115 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1.2116 + fi;; 1.2117 + esac 1.2118 + # Pass precious variables to config.status. 1.2119 + if test "$ac_new_set" = set; then 1.2120 + case $ac_new_val in 1.2121 + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1.2122 + *) ac_arg=$ac_var=$ac_new_val ;; 1.2123 + esac 1.2124 + case " $ac_configure_args " in 1.2125 + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1.2126 + *) as_fn_append ac_configure_args " '$ac_arg'" ;; 1.2127 + esac 1.2128 + fi 1.2129 +done 1.2130 +if $ac_cache_corrupted; then 1.2131 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.2132 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.2133 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 1.2134 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1.2135 + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 1.2136 +fi 1.2137 +## -------------------- ## 1.2138 +## Main body of script. ## 1.2139 +## -------------------- ## 1.2140 + 1.2141 +ac_ext=c 1.2142 +ac_cpp='$CPP $CPPFLAGS' 1.2143 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.2144 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.2145 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.2146 + 1.2147 + 1.2148 + 1.2149 +ac_aux_dir= 1.2150 +for ac_dir in autotools "$srcdir"/autotools; do 1.2151 + if test -f "$ac_dir/install-sh"; then 1.2152 + ac_aux_dir=$ac_dir 1.2153 + ac_install_sh="$ac_aux_dir/install-sh -c" 1.2154 + break 1.2155 + elif test -f "$ac_dir/install.sh"; then 1.2156 + ac_aux_dir=$ac_dir 1.2157 + ac_install_sh="$ac_aux_dir/install.sh -c" 1.2158 + break 1.2159 + elif test -f "$ac_dir/shtool"; then 1.2160 + ac_aux_dir=$ac_dir 1.2161 + ac_install_sh="$ac_aux_dir/shtool install -c" 1.2162 + break 1.2163 + fi 1.2164 +done 1.2165 +if test -z "$ac_aux_dir"; then 1.2166 + as_fn_error $? "cannot find install-sh, install.sh, or shtool in autotools \"$srcdir\"/autotools" "$LINENO" 5 1.2167 +fi 1.2168 + 1.2169 +# These three variables are undocumented and unsupported, 1.2170 +# and are intended to be withdrawn in a future Autoconf release. 1.2171 +# They can cause serious problems if a builder's source tree is in a directory 1.2172 +# whose full name contains unusual characters. 1.2173 +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 1.2174 +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 1.2175 +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 1.2176 + 1.2177 + 1.2178 + 1.2179 +# Make sure we can run config.sub. 1.2180 +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1.2181 + as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 1.2182 + 1.2183 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 1.2184 +$as_echo_n "checking build system type... " >&6; } 1.2185 +if ${ac_cv_build+:} false; then : 1.2186 + $as_echo_n "(cached) " >&6 1.2187 +else 1.2188 + ac_build_alias=$build_alias 1.2189 +test "x$ac_build_alias" = x && 1.2190 + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1.2191 +test "x$ac_build_alias" = x && 1.2192 + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 1.2193 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1.2194 + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 1.2195 + 1.2196 +fi 1.2197 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 1.2198 +$as_echo "$ac_cv_build" >&6; } 1.2199 +case $ac_cv_build in 1.2200 +*-*-*) ;; 1.2201 +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 1.2202 +esac 1.2203 +build=$ac_cv_build 1.2204 +ac_save_IFS=$IFS; IFS='-' 1.2205 +set x $ac_cv_build 1.2206 +shift 1.2207 +build_cpu=$1 1.2208 +build_vendor=$2 1.2209 +shift; shift 1.2210 +# Remember, the first character of IFS is used to create $*, 1.2211 +# except with old shells: 1.2212 +build_os=$* 1.2213 +IFS=$ac_save_IFS 1.2214 +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 1.2215 + 1.2216 + 1.2217 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 1.2218 +$as_echo_n "checking host system type... " >&6; } 1.2219 +if ${ac_cv_host+:} false; then : 1.2220 + $as_echo_n "(cached) " >&6 1.2221 +else 1.2222 + if test "x$host_alias" = x; then 1.2223 + ac_cv_host=$ac_cv_build 1.2224 +else 1.2225 + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 1.2226 + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 1.2227 +fi 1.2228 + 1.2229 +fi 1.2230 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 1.2231 +$as_echo "$ac_cv_host" >&6; } 1.2232 +case $ac_cv_host in 1.2233 +*-*-*) ;; 1.2234 +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 1.2235 +esac 1.2236 +host=$ac_cv_host 1.2237 +ac_save_IFS=$IFS; IFS='-' 1.2238 +set x $ac_cv_host 1.2239 +shift 1.2240 +host_cpu=$1 1.2241 +host_vendor=$2 1.2242 +shift; shift 1.2243 +# Remember, the first character of IFS is used to create $*, 1.2244 +# except with old shells: 1.2245 +host_os=$* 1.2246 +IFS=$ac_save_IFS 1.2247 +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 1.2248 + 1.2249 + 1.2250 + 1.2251 +am__api_version='1.11' 1.2252 + 1.2253 +# Find a good install program. We prefer a C program (faster), 1.2254 +# so one script is as good as another. But avoid the broken or 1.2255 +# incompatible versions: 1.2256 +# SysV /etc/install, /usr/sbin/install 1.2257 +# SunOS /usr/etc/install 1.2258 +# IRIX /sbin/install 1.2259 +# AIX /bin/install 1.2260 +# AmigaOS /C/install, which installs bootblocks on floppy discs 1.2261 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1.2262 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1.2263 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1.2264 +# OS/2's system install, which has a completely different semantic 1.2265 +# ./install, which can be erroneously created by make from ./install.sh. 1.2266 +# Reject install programs that cannot install multiple files. 1.2267 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 1.2268 +$as_echo_n "checking for a BSD-compatible install... " >&6; } 1.2269 +if test -z "$INSTALL"; then 1.2270 +if ${ac_cv_path_install+:} false; then : 1.2271 + $as_echo_n "(cached) " >&6 1.2272 +else 1.2273 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2274 +for as_dir in $PATH 1.2275 +do 1.2276 + IFS=$as_save_IFS 1.2277 + test -z "$as_dir" && as_dir=. 1.2278 + # Account for people who put trailing slashes in PATH elements. 1.2279 +case $as_dir/ in #(( 1.2280 + ./ | .// | /[cC]/* | \ 1.2281 + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1.2282 + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 1.2283 + /usr/ucb/* ) ;; 1.2284 + *) 1.2285 + # OSF1 and SCO ODT 3.0 have their own names for install. 1.2286 + # Don't use installbsd from OSF since it installs stuff as root 1.2287 + # by default. 1.2288 + for ac_prog in ginstall scoinst install; do 1.2289 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2290 + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 1.2291 + if test $ac_prog = install && 1.2292 + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1.2293 + # AIX install. It has an incompatible calling convention. 1.2294 + : 1.2295 + elif test $ac_prog = install && 1.2296 + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1.2297 + # program-specific install script used by HP pwplus--don't use. 1.2298 + : 1.2299 + else 1.2300 + rm -rf conftest.one conftest.two conftest.dir 1.2301 + echo one > conftest.one 1.2302 + echo two > conftest.two 1.2303 + mkdir conftest.dir 1.2304 + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 1.2305 + test -s conftest.one && test -s conftest.two && 1.2306 + test -s conftest.dir/conftest.one && 1.2307 + test -s conftest.dir/conftest.two 1.2308 + then 1.2309 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1.2310 + break 3 1.2311 + fi 1.2312 + fi 1.2313 + fi 1.2314 + done 1.2315 + done 1.2316 + ;; 1.2317 +esac 1.2318 + 1.2319 + done 1.2320 +IFS=$as_save_IFS 1.2321 + 1.2322 +rm -rf conftest.one conftest.two conftest.dir 1.2323 + 1.2324 +fi 1.2325 + if test "${ac_cv_path_install+set}" = set; then 1.2326 + INSTALL=$ac_cv_path_install 1.2327 + else 1.2328 + # As a last resort, use the slow shell script. Don't cache a 1.2329 + # value for INSTALL within a source directory, because that will 1.2330 + # break other packages using the cache if that directory is 1.2331 + # removed, or if the value is a relative name. 1.2332 + INSTALL=$ac_install_sh 1.2333 + fi 1.2334 +fi 1.2335 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 1.2336 +$as_echo "$INSTALL" >&6; } 1.2337 + 1.2338 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1.2339 +# It thinks the first close brace ends the variable substitution. 1.2340 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1.2341 + 1.2342 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1.2343 + 1.2344 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1.2345 + 1.2346 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 1.2347 +$as_echo_n "checking whether build environment is sane... " >&6; } 1.2348 +# Just in case 1.2349 +sleep 1 1.2350 +echo timestamp > conftest.file 1.2351 +# Reject unsafe characters in $srcdir or the absolute working directory 1.2352 +# name. Accept space and tab only in the latter. 1.2353 +am_lf=' 1.2354 +' 1.2355 +case `pwd` in 1.2356 + *[\\\"\#\$\&\'\`$am_lf]*) 1.2357 + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; 1.2358 +esac 1.2359 +case $srcdir in 1.2360 + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 1.2361 + as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 1.2362 +esac 1.2363 + 1.2364 +# Do `set' in a subshell so we don't clobber the current shell's 1.2365 +# arguments. Must try -L first in case configure is actually a 1.2366 +# symlink; some systems play weird games with the mod time of symlinks 1.2367 +# (eg FreeBSD returns the mod time of the symlink's containing 1.2368 +# directory). 1.2369 +if ( 1.2370 + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 1.2371 + if test "$*" = "X"; then 1.2372 + # -L didn't work. 1.2373 + set X `ls -t "$srcdir/configure" conftest.file` 1.2374 + fi 1.2375 + rm -f conftest.file 1.2376 + if test "$*" != "X $srcdir/configure conftest.file" \ 1.2377 + && test "$*" != "X conftest.file $srcdir/configure"; then 1.2378 + 1.2379 + # If neither matched, then we have a broken ls. This can happen 1.2380 + # if, for instance, CONFIG_SHELL is bash and it inherits a 1.2381 + # broken ls alias from the environment. This has actually 1.2382 + # happened. Such a system could not be considered "sane". 1.2383 + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 1.2384 +alias in your environment" "$LINENO" 5 1.2385 + fi 1.2386 + 1.2387 + test "$2" = conftest.file 1.2388 + ) 1.2389 +then 1.2390 + # Ok. 1.2391 + : 1.2392 +else 1.2393 + as_fn_error $? "newly created file is older than distributed files! 1.2394 +Check your system clock" "$LINENO" 5 1.2395 +fi 1.2396 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.2397 +$as_echo "yes" >&6; } 1.2398 +test "$program_prefix" != NONE && 1.2399 + program_transform_name="s&^&$program_prefix&;$program_transform_name" 1.2400 +# Use a double $ so make ignores it. 1.2401 +test "$program_suffix" != NONE && 1.2402 + program_transform_name="s&\$&$program_suffix&;$program_transform_name" 1.2403 +# Double any \ or $. 1.2404 +# By default was `s,x,x', remove it if useless. 1.2405 +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 1.2406 +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 1.2407 + 1.2408 +# expand $ac_aux_dir to an absolute path 1.2409 +am_aux_dir=`cd $ac_aux_dir && pwd` 1.2410 + 1.2411 +if test x"${MISSING+set}" != xset; then 1.2412 + case $am_aux_dir in 1.2413 + *\ * | *\ *) 1.2414 + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 1.2415 + *) 1.2416 + MISSING="\${SHELL} $am_aux_dir/missing" ;; 1.2417 + esac 1.2418 +fi 1.2419 +# Use eval to expand $SHELL 1.2420 +if eval "$MISSING --run true"; then 1.2421 + am_missing_run="$MISSING --run " 1.2422 +else 1.2423 + am_missing_run= 1.2424 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 1.2425 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 1.2426 +fi 1.2427 + 1.2428 +if test x"${install_sh}" != xset; then 1.2429 + case $am_aux_dir in 1.2430 + *\ * | *\ *) 1.2431 + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 1.2432 + *) 1.2433 + install_sh="\${SHELL} $am_aux_dir/install-sh" 1.2434 + esac 1.2435 +fi 1.2436 + 1.2437 +# Installed binaries are usually stripped using `strip' when the user 1.2438 +# run `make install-strip'. However `strip' might not be the right 1.2439 +# tool to use in cross-compilation environments, therefore Automake 1.2440 +# will honor the `STRIP' environment variable to overrule this program. 1.2441 +if test "$cross_compiling" != no; then 1.2442 + if test -n "$ac_tool_prefix"; then 1.2443 + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 1.2444 +set dummy ${ac_tool_prefix}strip; ac_word=$2 1.2445 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2446 +$as_echo_n "checking for $ac_word... " >&6; } 1.2447 +if ${ac_cv_prog_STRIP+:} false; then : 1.2448 + $as_echo_n "(cached) " >&6 1.2449 +else 1.2450 + if test -n "$STRIP"; then 1.2451 + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1.2452 +else 1.2453 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2454 +for as_dir in $PATH 1.2455 +do 1.2456 + IFS=$as_save_IFS 1.2457 + test -z "$as_dir" && as_dir=. 1.2458 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2459 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2460 + ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1.2461 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2462 + break 2 1.2463 + fi 1.2464 +done 1.2465 + done 1.2466 +IFS=$as_save_IFS 1.2467 + 1.2468 +fi 1.2469 +fi 1.2470 +STRIP=$ac_cv_prog_STRIP 1.2471 +if test -n "$STRIP"; then 1.2472 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 1.2473 +$as_echo "$STRIP" >&6; } 1.2474 +else 1.2475 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2476 +$as_echo "no" >&6; } 1.2477 +fi 1.2478 + 1.2479 + 1.2480 +fi 1.2481 +if test -z "$ac_cv_prog_STRIP"; then 1.2482 + ac_ct_STRIP=$STRIP 1.2483 + # Extract the first word of "strip", so it can be a program name with args. 1.2484 +set dummy strip; ac_word=$2 1.2485 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2486 +$as_echo_n "checking for $ac_word... " >&6; } 1.2487 +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : 1.2488 + $as_echo_n "(cached) " >&6 1.2489 +else 1.2490 + if test -n "$ac_ct_STRIP"; then 1.2491 + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 1.2492 +else 1.2493 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2494 +for as_dir in $PATH 1.2495 +do 1.2496 + IFS=$as_save_IFS 1.2497 + test -z "$as_dir" && as_dir=. 1.2498 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2499 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2500 + ac_cv_prog_ac_ct_STRIP="strip" 1.2501 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2502 + break 2 1.2503 + fi 1.2504 +done 1.2505 + done 1.2506 +IFS=$as_save_IFS 1.2507 + 1.2508 +fi 1.2509 +fi 1.2510 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 1.2511 +if test -n "$ac_ct_STRIP"; then 1.2512 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 1.2513 +$as_echo "$ac_ct_STRIP" >&6; } 1.2514 +else 1.2515 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2516 +$as_echo "no" >&6; } 1.2517 +fi 1.2518 + 1.2519 + if test "x$ac_ct_STRIP" = x; then 1.2520 + STRIP=":" 1.2521 + else 1.2522 + case $cross_compiling:$ac_tool_warned in 1.2523 +yes:) 1.2524 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.2525 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.2526 +ac_tool_warned=yes ;; 1.2527 +esac 1.2528 + STRIP=$ac_ct_STRIP 1.2529 + fi 1.2530 +else 1.2531 + STRIP="$ac_cv_prog_STRIP" 1.2532 +fi 1.2533 + 1.2534 +fi 1.2535 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 1.2536 + 1.2537 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 1.2538 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 1.2539 +if test -z "$MKDIR_P"; then 1.2540 + if ${ac_cv_path_mkdir+:} false; then : 1.2541 + $as_echo_n "(cached) " >&6 1.2542 +else 1.2543 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2544 +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 1.2545 +do 1.2546 + IFS=$as_save_IFS 1.2547 + test -z "$as_dir" && as_dir=. 1.2548 + for ac_prog in mkdir gmkdir; do 1.2549 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2550 + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 1.2551 + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 1.2552 + 'mkdir (GNU coreutils) '* | \ 1.2553 + 'mkdir (coreutils) '* | \ 1.2554 + 'mkdir (fileutils) '4.1*) 1.2555 + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 1.2556 + break 3;; 1.2557 + esac 1.2558 + done 1.2559 + done 1.2560 + done 1.2561 +IFS=$as_save_IFS 1.2562 + 1.2563 +fi 1.2564 + 1.2565 + test -d ./--version && rmdir ./--version 1.2566 + if test "${ac_cv_path_mkdir+set}" = set; then 1.2567 + MKDIR_P="$ac_cv_path_mkdir -p" 1.2568 + else 1.2569 + # As a last resort, use the slow shell script. Don't cache a 1.2570 + # value for MKDIR_P within a source directory, because that will 1.2571 + # break other packages using the cache if that directory is 1.2572 + # removed, or if the value is a relative name. 1.2573 + MKDIR_P="$ac_install_sh -d" 1.2574 + fi 1.2575 +fi 1.2576 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 1.2577 +$as_echo "$MKDIR_P" >&6; } 1.2578 + 1.2579 +mkdir_p="$MKDIR_P" 1.2580 +case $mkdir_p in 1.2581 + [\\/$]* | ?:[\\/]*) ;; 1.2582 + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 1.2583 +esac 1.2584 + 1.2585 +for ac_prog in gawk mawk nawk awk 1.2586 +do 1.2587 + # Extract the first word of "$ac_prog", so it can be a program name with args. 1.2588 +set dummy $ac_prog; ac_word=$2 1.2589 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2590 +$as_echo_n "checking for $ac_word... " >&6; } 1.2591 +if ${ac_cv_prog_AWK+:} false; then : 1.2592 + $as_echo_n "(cached) " >&6 1.2593 +else 1.2594 + if test -n "$AWK"; then 1.2595 + ac_cv_prog_AWK="$AWK" # Let the user override the test. 1.2596 +else 1.2597 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2598 +for as_dir in $PATH 1.2599 +do 1.2600 + IFS=$as_save_IFS 1.2601 + test -z "$as_dir" && as_dir=. 1.2602 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2603 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2604 + ac_cv_prog_AWK="$ac_prog" 1.2605 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2606 + break 2 1.2607 + fi 1.2608 +done 1.2609 + done 1.2610 +IFS=$as_save_IFS 1.2611 + 1.2612 +fi 1.2613 +fi 1.2614 +AWK=$ac_cv_prog_AWK 1.2615 +if test -n "$AWK"; then 1.2616 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 1.2617 +$as_echo "$AWK" >&6; } 1.2618 +else 1.2619 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2620 +$as_echo "no" >&6; } 1.2621 +fi 1.2622 + 1.2623 + 1.2624 + test -n "$AWK" && break 1.2625 +done 1.2626 + 1.2627 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1.2628 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 1.2629 +set x ${MAKE-make} 1.2630 +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 1.2631 +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : 1.2632 + $as_echo_n "(cached) " >&6 1.2633 +else 1.2634 + cat >conftest.make <<\_ACEOF 1.2635 +SHELL = /bin/sh 1.2636 +all: 1.2637 + @echo '@@@%%%=$(MAKE)=@@@%%%' 1.2638 +_ACEOF 1.2639 +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 1.2640 +case `${MAKE-make} -f conftest.make 2>/dev/null` in 1.2641 + *@@@%%%=?*=@@@%%%*) 1.2642 + eval ac_cv_prog_make_${ac_make}_set=yes;; 1.2643 + *) 1.2644 + eval ac_cv_prog_make_${ac_make}_set=no;; 1.2645 +esac 1.2646 +rm -f conftest.make 1.2647 +fi 1.2648 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 1.2649 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.2650 +$as_echo "yes" >&6; } 1.2651 + SET_MAKE= 1.2652 +else 1.2653 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2654 +$as_echo "no" >&6; } 1.2655 + SET_MAKE="MAKE=${MAKE-make}" 1.2656 +fi 1.2657 + 1.2658 +rm -rf .tst 2>/dev/null 1.2659 +mkdir .tst 2>/dev/null 1.2660 +if test -d .tst; then 1.2661 + am__leading_dot=. 1.2662 +else 1.2663 + am__leading_dot=_ 1.2664 +fi 1.2665 +rmdir .tst 2>/dev/null 1.2666 + 1.2667 +if test "`cd $srcdir && pwd`" != "`pwd`"; then 1.2668 + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 1.2669 + # is not polluted with repeated "-I." 1.2670 + am__isrc=' -I$(srcdir)' 1.2671 + # test to see if srcdir already configured 1.2672 + if test -f $srcdir/config.status; then 1.2673 + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 1.2674 + fi 1.2675 +fi 1.2676 + 1.2677 +# test whether we have cygpath 1.2678 +if test -z "$CYGPATH_W"; then 1.2679 + if (cygpath --version) >/dev/null 2>/dev/null; then 1.2680 + CYGPATH_W='cygpath -w' 1.2681 + else 1.2682 + CYGPATH_W=echo 1.2683 + fi 1.2684 +fi 1.2685 + 1.2686 + 1.2687 +# Define the identity of the package. 1.2688 + PACKAGE='breakpad' 1.2689 + VERSION='0.1' 1.2690 + 1.2691 + 1.2692 +cat >>confdefs.h <<_ACEOF 1.2693 +#define PACKAGE "$PACKAGE" 1.2694 +_ACEOF 1.2695 + 1.2696 + 1.2697 +cat >>confdefs.h <<_ACEOF 1.2698 +#define VERSION "$VERSION" 1.2699 +_ACEOF 1.2700 + 1.2701 +# Some tools Automake needs. 1.2702 + 1.2703 +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 1.2704 + 1.2705 + 1.2706 +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 1.2707 + 1.2708 + 1.2709 +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 1.2710 + 1.2711 + 1.2712 +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 1.2713 + 1.2714 + 1.2715 +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 1.2716 + 1.2717 +# We need awk for the "check" target. The system "awk" is bad on 1.2718 +# some platforms. 1.2719 +# Always define AMTAR for backward compatibility. Yes, it's still used 1.2720 +# in the wild :-( We should find a proper way to deprecate it ... 1.2721 +AMTAR='$${TAR-tar}' 1.2722 + 1.2723 + 1.2724 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 1.2725 +$as_echo_n "checking how to create a ustar tar archive... " >&6; } 1.2726 +# Loop over all known methods to create a tar archive until one works. 1.2727 +_am_tools='gnutar plaintar pax cpio none' 1.2728 +_am_tools=${am_cv_prog_tar_ustar-$_am_tools} 1.2729 +# Do not fold the above two line into one, because Tru64 sh and 1.2730 +# Solaris sh will not grok spaces in the rhs of `-'. 1.2731 +for _am_tool in $_am_tools 1.2732 +do 1.2733 + case $_am_tool in 1.2734 + gnutar) 1.2735 + for _am_tar in tar gnutar gtar; 1.2736 + do 1.2737 + { echo "$as_me:$LINENO: $_am_tar --version" >&5 1.2738 + ($_am_tar --version) >&5 2>&5 1.2739 + ac_status=$? 1.2740 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2741 + (exit $ac_status); } && break 1.2742 + done 1.2743 + am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' 1.2744 + am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' 1.2745 + am__untar="$_am_tar -xf -" 1.2746 + ;; 1.2747 + plaintar) 1.2748 + # Must skip GNU tar: if it does not support --format= it doesn't create 1.2749 + # ustar tarball either. 1.2750 + (tar --version) >/dev/null 2>&1 && continue 1.2751 + am__tar='tar chf - "$$tardir"' 1.2752 + am__tar_='tar chf - "$tardir"' 1.2753 + am__untar='tar xf -' 1.2754 + ;; 1.2755 + pax) 1.2756 + am__tar='pax -L -x ustar -w "$$tardir"' 1.2757 + am__tar_='pax -L -x ustar -w "$tardir"' 1.2758 + am__untar='pax -r' 1.2759 + ;; 1.2760 + cpio) 1.2761 + am__tar='find "$$tardir" -print | cpio -o -H ustar -L' 1.2762 + am__tar_='find "$tardir" -print | cpio -o -H ustar -L' 1.2763 + am__untar='cpio -i -H ustar -d' 1.2764 + ;; 1.2765 + none) 1.2766 + am__tar=false 1.2767 + am__tar_=false 1.2768 + am__untar=false 1.2769 + ;; 1.2770 + esac 1.2771 + 1.2772 + # If the value was cached, stop now. We just wanted to have am__tar 1.2773 + # and am__untar set. 1.2774 + test -n "${am_cv_prog_tar_ustar}" && break 1.2775 + 1.2776 + # tar/untar a dummy directory, and stop if the command works 1.2777 + rm -rf conftest.dir 1.2778 + mkdir conftest.dir 1.2779 + echo GrepMe > conftest.dir/file 1.2780 + { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 1.2781 + (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 1.2782 + ac_status=$? 1.2783 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2784 + (exit $ac_status); } 1.2785 + rm -rf conftest.dir 1.2786 + if test -s conftest.tar; then 1.2787 + { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5 1.2788 + ($am__untar <conftest.tar) >&5 2>&5 1.2789 + ac_status=$? 1.2790 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2791 + (exit $ac_status); } 1.2792 + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break 1.2793 + fi 1.2794 +done 1.2795 +rm -rf conftest.dir 1.2796 + 1.2797 +if ${am_cv_prog_tar_ustar+:} false; then : 1.2798 + $as_echo_n "(cached) " >&6 1.2799 +else 1.2800 + am_cv_prog_tar_ustar=$_am_tool 1.2801 +fi 1.2802 + 1.2803 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 1.2804 +$as_echo "$am_cv_prog_tar_ustar" >&6; } 1.2805 + 1.2806 + 1.2807 + 1.2808 + 1.2809 + 1.2810 +ac_config_headers="$ac_config_headers src/config.h" 1.2811 + 1.2812 + 1.2813 +DEPDIR="${am__leading_dot}deps" 1.2814 + 1.2815 +ac_config_commands="$ac_config_commands depfiles" 1.2816 + 1.2817 + 1.2818 +am_make=${MAKE-make} 1.2819 +cat > confinc << 'END' 1.2820 +am__doit: 1.2821 + @echo this is the am__doit target 1.2822 +.PHONY: am__doit 1.2823 +END 1.2824 +# If we don't find an include directive, just comment out the code. 1.2825 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 1.2826 +$as_echo_n "checking for style of include used by $am_make... " >&6; } 1.2827 +am__include="#" 1.2828 +am__quote= 1.2829 +_am_result=none 1.2830 +# First try GNU make style include. 1.2831 +echo "include confinc" > confmf 1.2832 +# Ignore all kinds of additional output from `make'. 1.2833 +case `$am_make -s -f confmf 2> /dev/null` in #( 1.2834 +*the\ am__doit\ target*) 1.2835 + am__include=include 1.2836 + am__quote= 1.2837 + _am_result=GNU 1.2838 + ;; 1.2839 +esac 1.2840 +# Now try BSD make style include. 1.2841 +if test "$am__include" = "#"; then 1.2842 + echo '.include "confinc"' > confmf 1.2843 + case `$am_make -s -f confmf 2> /dev/null` in #( 1.2844 + *the\ am__doit\ target*) 1.2845 + am__include=.include 1.2846 + am__quote="\"" 1.2847 + _am_result=BSD 1.2848 + ;; 1.2849 + esac 1.2850 +fi 1.2851 + 1.2852 + 1.2853 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 1.2854 +$as_echo "$_am_result" >&6; } 1.2855 +rm -f confinc confmf 1.2856 + 1.2857 +# Check whether --enable-dependency-tracking was given. 1.2858 +if test "${enable_dependency_tracking+set}" = set; then : 1.2859 + enableval=$enable_dependency_tracking; 1.2860 +fi 1.2861 + 1.2862 +if test "x$enable_dependency_tracking" != xno; then 1.2863 + am_depcomp="$ac_aux_dir/depcomp" 1.2864 + AMDEPBACKSLASH='\' 1.2865 + am__nodep='_no' 1.2866 +fi 1.2867 + if test "x$enable_dependency_tracking" != xno; then 1.2868 + AMDEP_TRUE= 1.2869 + AMDEP_FALSE='#' 1.2870 +else 1.2871 + AMDEP_TRUE='#' 1.2872 + AMDEP_FALSE= 1.2873 +fi 1.2874 + 1.2875 + 1.2876 +ac_ext=c 1.2877 +ac_cpp='$CPP $CPPFLAGS' 1.2878 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.2879 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.2880 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.2881 +if test -n "$ac_tool_prefix"; then 1.2882 + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1.2883 +set dummy ${ac_tool_prefix}gcc; ac_word=$2 1.2884 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2885 +$as_echo_n "checking for $ac_word... " >&6; } 1.2886 +if ${ac_cv_prog_CC+:} false; then : 1.2887 + $as_echo_n "(cached) " >&6 1.2888 +else 1.2889 + if test -n "$CC"; then 1.2890 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.2891 +else 1.2892 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2893 +for as_dir in $PATH 1.2894 +do 1.2895 + IFS=$as_save_IFS 1.2896 + test -z "$as_dir" && as_dir=. 1.2897 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2898 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2899 + ac_cv_prog_CC="${ac_tool_prefix}gcc" 1.2900 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2901 + break 2 1.2902 + fi 1.2903 +done 1.2904 + done 1.2905 +IFS=$as_save_IFS 1.2906 + 1.2907 +fi 1.2908 +fi 1.2909 +CC=$ac_cv_prog_CC 1.2910 +if test -n "$CC"; then 1.2911 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 1.2912 +$as_echo "$CC" >&6; } 1.2913 +else 1.2914 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2915 +$as_echo "no" >&6; } 1.2916 +fi 1.2917 + 1.2918 + 1.2919 +fi 1.2920 +if test -z "$ac_cv_prog_CC"; then 1.2921 + ac_ct_CC=$CC 1.2922 + # Extract the first word of "gcc", so it can be a program name with args. 1.2923 +set dummy gcc; ac_word=$2 1.2924 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2925 +$as_echo_n "checking for $ac_word... " >&6; } 1.2926 +if ${ac_cv_prog_ac_ct_CC+:} false; then : 1.2927 + $as_echo_n "(cached) " >&6 1.2928 +else 1.2929 + if test -n "$ac_ct_CC"; then 1.2930 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1.2931 +else 1.2932 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2933 +for as_dir in $PATH 1.2934 +do 1.2935 + IFS=$as_save_IFS 1.2936 + test -z "$as_dir" && as_dir=. 1.2937 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2938 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2939 + ac_cv_prog_ac_ct_CC="gcc" 1.2940 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2941 + break 2 1.2942 + fi 1.2943 +done 1.2944 + done 1.2945 +IFS=$as_save_IFS 1.2946 + 1.2947 +fi 1.2948 +fi 1.2949 +ac_ct_CC=$ac_cv_prog_ac_ct_CC 1.2950 +if test -n "$ac_ct_CC"; then 1.2951 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 1.2952 +$as_echo "$ac_ct_CC" >&6; } 1.2953 +else 1.2954 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.2955 +$as_echo "no" >&6; } 1.2956 +fi 1.2957 + 1.2958 + if test "x$ac_ct_CC" = x; then 1.2959 + CC="" 1.2960 + else 1.2961 + case $cross_compiling:$ac_tool_warned in 1.2962 +yes:) 1.2963 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.2964 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.2965 +ac_tool_warned=yes ;; 1.2966 +esac 1.2967 + CC=$ac_ct_CC 1.2968 + fi 1.2969 +else 1.2970 + CC="$ac_cv_prog_CC" 1.2971 +fi 1.2972 + 1.2973 +if test -z "$CC"; then 1.2974 + if test -n "$ac_tool_prefix"; then 1.2975 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1.2976 +set dummy ${ac_tool_prefix}cc; ac_word=$2 1.2977 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.2978 +$as_echo_n "checking for $ac_word... " >&6; } 1.2979 +if ${ac_cv_prog_CC+:} false; then : 1.2980 + $as_echo_n "(cached) " >&6 1.2981 +else 1.2982 + if test -n "$CC"; then 1.2983 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.2984 +else 1.2985 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2986 +for as_dir in $PATH 1.2987 +do 1.2988 + IFS=$as_save_IFS 1.2989 + test -z "$as_dir" && as_dir=. 1.2990 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2991 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.2992 + ac_cv_prog_CC="${ac_tool_prefix}cc" 1.2993 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2994 + break 2 1.2995 + fi 1.2996 +done 1.2997 + done 1.2998 +IFS=$as_save_IFS 1.2999 + 1.3000 +fi 1.3001 +fi 1.3002 +CC=$ac_cv_prog_CC 1.3003 +if test -n "$CC"; then 1.3004 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 1.3005 +$as_echo "$CC" >&6; } 1.3006 +else 1.3007 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.3008 +$as_echo "no" >&6; } 1.3009 +fi 1.3010 + 1.3011 + 1.3012 + fi 1.3013 +fi 1.3014 +if test -z "$CC"; then 1.3015 + # Extract the first word of "cc", so it can be a program name with args. 1.3016 +set dummy cc; ac_word=$2 1.3017 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.3018 +$as_echo_n "checking for $ac_word... " >&6; } 1.3019 +if ${ac_cv_prog_CC+:} false; then : 1.3020 + $as_echo_n "(cached) " >&6 1.3021 +else 1.3022 + if test -n "$CC"; then 1.3023 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.3024 +else 1.3025 + ac_prog_rejected=no 1.3026 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.3027 +for as_dir in $PATH 1.3028 +do 1.3029 + IFS=$as_save_IFS 1.3030 + test -z "$as_dir" && as_dir=. 1.3031 + for ac_exec_ext in '' $ac_executable_extensions; do 1.3032 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.3033 + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 1.3034 + ac_prog_rejected=yes 1.3035 + continue 1.3036 + fi 1.3037 + ac_cv_prog_CC="cc" 1.3038 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.3039 + break 2 1.3040 + fi 1.3041 +done 1.3042 + done 1.3043 +IFS=$as_save_IFS 1.3044 + 1.3045 +if test $ac_prog_rejected = yes; then 1.3046 + # We found a bogon in the path, so make sure we never use it. 1.3047 + set dummy $ac_cv_prog_CC 1.3048 + shift 1.3049 + if test $# != 0; then 1.3050 + # We chose a different compiler from the bogus one. 1.3051 + # However, it has the same basename, so the bogon will be chosen 1.3052 + # first if we set CC to just the basename; use the full file name. 1.3053 + shift 1.3054 + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 1.3055 + fi 1.3056 +fi 1.3057 +fi 1.3058 +fi 1.3059 +CC=$ac_cv_prog_CC 1.3060 +if test -n "$CC"; then 1.3061 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 1.3062 +$as_echo "$CC" >&6; } 1.3063 +else 1.3064 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.3065 +$as_echo "no" >&6; } 1.3066 +fi 1.3067 + 1.3068 + 1.3069 +fi 1.3070 +if test -z "$CC"; then 1.3071 + if test -n "$ac_tool_prefix"; then 1.3072 + for ac_prog in cl.exe 1.3073 + do 1.3074 + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1.3075 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1.3076 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.3077 +$as_echo_n "checking for $ac_word... " >&6; } 1.3078 +if ${ac_cv_prog_CC+:} false; then : 1.3079 + $as_echo_n "(cached) " >&6 1.3080 +else 1.3081 + if test -n "$CC"; then 1.3082 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.3083 +else 1.3084 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.3085 +for as_dir in $PATH 1.3086 +do 1.3087 + IFS=$as_save_IFS 1.3088 + test -z "$as_dir" && as_dir=. 1.3089 + for ac_exec_ext in '' $ac_executable_extensions; do 1.3090 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.3091 + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1.3092 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.3093 + break 2 1.3094 + fi 1.3095 +done 1.3096 + done 1.3097 +IFS=$as_save_IFS 1.3098 + 1.3099 +fi 1.3100 +fi 1.3101 +CC=$ac_cv_prog_CC 1.3102 +if test -n "$CC"; then 1.3103 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 1.3104 +$as_echo "$CC" >&6; } 1.3105 +else 1.3106 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.3107 +$as_echo "no" >&6; } 1.3108 +fi 1.3109 + 1.3110 + 1.3111 + test -n "$CC" && break 1.3112 + done 1.3113 +fi 1.3114 +if test -z "$CC"; then 1.3115 + ac_ct_CC=$CC 1.3116 + for ac_prog in cl.exe 1.3117 +do 1.3118 + # Extract the first word of "$ac_prog", so it can be a program name with args. 1.3119 +set dummy $ac_prog; ac_word=$2 1.3120 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.3121 +$as_echo_n "checking for $ac_word... " >&6; } 1.3122 +if ${ac_cv_prog_ac_ct_CC+:} false; then : 1.3123 + $as_echo_n "(cached) " >&6 1.3124 +else 1.3125 + if test -n "$ac_ct_CC"; then 1.3126 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1.3127 +else 1.3128 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.3129 +for as_dir in $PATH 1.3130 +do 1.3131 + IFS=$as_save_IFS 1.3132 + test -z "$as_dir" && as_dir=. 1.3133 + for ac_exec_ext in '' $ac_executable_extensions; do 1.3134 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.3135 + ac_cv_prog_ac_ct_CC="$ac_prog" 1.3136 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.3137 + break 2 1.3138 + fi 1.3139 +done 1.3140 + done 1.3141 +IFS=$as_save_IFS 1.3142 + 1.3143 +fi 1.3144 +fi 1.3145 +ac_ct_CC=$ac_cv_prog_ac_ct_CC 1.3146 +if test -n "$ac_ct_CC"; then 1.3147 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 1.3148 +$as_echo "$ac_ct_CC" >&6; } 1.3149 +else 1.3150 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.3151 +$as_echo "no" >&6; } 1.3152 +fi 1.3153 + 1.3154 + 1.3155 + test -n "$ac_ct_CC" && break 1.3156 +done 1.3157 + 1.3158 + if test "x$ac_ct_CC" = x; then 1.3159 + CC="" 1.3160 + else 1.3161 + case $cross_compiling:$ac_tool_warned in 1.3162 +yes:) 1.3163 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.3164 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.3165 +ac_tool_warned=yes ;; 1.3166 +esac 1.3167 + CC=$ac_ct_CC 1.3168 + fi 1.3169 +fi 1.3170 + 1.3171 +fi 1.3172 + 1.3173 + 1.3174 +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.3175 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.3176 +as_fn_error $? "no acceptable C compiler found in \$PATH 1.3177 +See \`config.log' for more details" "$LINENO" 5; } 1.3178 + 1.3179 +# Provide some information about the compiler. 1.3180 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 1.3181 +set X $ac_compile 1.3182 +ac_compiler=$2 1.3183 +for ac_option in --version -v -V -qversion; do 1.3184 + { { ac_try="$ac_compiler $ac_option >&5" 1.3185 +case "(($ac_try" in 1.3186 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.3187 + *) ac_try_echo=$ac_try;; 1.3188 +esac 1.3189 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.3190 +$as_echo "$ac_try_echo"; } >&5 1.3191 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err 1.3192 + ac_status=$? 1.3193 + if test -s conftest.err; then 1.3194 + sed '10a\ 1.3195 +... rest of stderr output deleted ... 1.3196 + 10q' conftest.err >conftest.er1 1.3197 + cat conftest.er1 >&5 1.3198 + fi 1.3199 + rm -f conftest.er1 conftest.err 1.3200 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.3201 + test $ac_status = 0; } 1.3202 +done 1.3203 + 1.3204 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3205 +/* end confdefs.h. */ 1.3206 + 1.3207 +int 1.3208 +main () 1.3209 +{ 1.3210 + 1.3211 + ; 1.3212 + return 0; 1.3213 +} 1.3214 +_ACEOF 1.3215 +ac_clean_files_save=$ac_clean_files 1.3216 +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 1.3217 +# Try to create an executable without -o first, disregard a.out. 1.3218 +# It will help us diagnose broken compilers, and finding out an intuition 1.3219 +# of exeext. 1.3220 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 1.3221 +$as_echo_n "checking whether the C compiler works... " >&6; } 1.3222 +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1.3223 + 1.3224 +# The possible output files: 1.3225 +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 1.3226 + 1.3227 +ac_rmfiles= 1.3228 +for ac_file in $ac_files 1.3229 +do 1.3230 + case $ac_file in 1.3231 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 1.3232 + * ) ac_rmfiles="$ac_rmfiles $ac_file";; 1.3233 + esac 1.3234 +done 1.3235 +rm -f $ac_rmfiles 1.3236 + 1.3237 +if { { ac_try="$ac_link_default" 1.3238 +case "(($ac_try" in 1.3239 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.3240 + *) ac_try_echo=$ac_try;; 1.3241 +esac 1.3242 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.3243 +$as_echo "$ac_try_echo"; } >&5 1.3244 + (eval "$ac_link_default") 2>&5 1.3245 + ac_status=$? 1.3246 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.3247 + test $ac_status = 0; }; then : 1.3248 + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 1.3249 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 1.3250 +# in a Makefile. We should not override ac_cv_exeext if it was cached, 1.3251 +# so that the user can short-circuit this test for compilers unknown to 1.3252 +# Autoconf. 1.3253 +for ac_file in $ac_files '' 1.3254 +do 1.3255 + test -f "$ac_file" || continue 1.3256 + case $ac_file in 1.3257 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 1.3258 + ;; 1.3259 + [ab].out ) 1.3260 + # We found the default executable, but exeext='' is most 1.3261 + # certainly right. 1.3262 + break;; 1.3263 + *.* ) 1.3264 + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 1.3265 + then :; else 1.3266 + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1.3267 + fi 1.3268 + # We set ac_cv_exeext here because the later test for it is not 1.3269 + # safe: cross compilers may not add the suffix if given an `-o' 1.3270 + # argument, so we may need to know it at that point already. 1.3271 + # Even if this section looks crufty: it has the advantage of 1.3272 + # actually working. 1.3273 + break;; 1.3274 + * ) 1.3275 + break;; 1.3276 + esac 1.3277 +done 1.3278 +test "$ac_cv_exeext" = no && ac_cv_exeext= 1.3279 + 1.3280 +else 1.3281 + ac_file='' 1.3282 +fi 1.3283 +if test -z "$ac_file"; then : 1.3284 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.3285 +$as_echo "no" >&6; } 1.3286 +$as_echo "$as_me: failed program was:" >&5 1.3287 +sed 's/^/| /' conftest.$ac_ext >&5 1.3288 + 1.3289 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.3290 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.3291 +as_fn_error 77 "C compiler cannot create executables 1.3292 +See \`config.log' for more details" "$LINENO" 5; } 1.3293 +else 1.3294 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.3295 +$as_echo "yes" >&6; } 1.3296 +fi 1.3297 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 1.3298 +$as_echo_n "checking for C compiler default output file name... " >&6; } 1.3299 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 1.3300 +$as_echo "$ac_file" >&6; } 1.3301 +ac_exeext=$ac_cv_exeext 1.3302 + 1.3303 +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 1.3304 +ac_clean_files=$ac_clean_files_save 1.3305 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 1.3306 +$as_echo_n "checking for suffix of executables... " >&6; } 1.3307 +if { { ac_try="$ac_link" 1.3308 +case "(($ac_try" in 1.3309 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.3310 + *) ac_try_echo=$ac_try;; 1.3311 +esac 1.3312 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.3313 +$as_echo "$ac_try_echo"; } >&5 1.3314 + (eval "$ac_link") 2>&5 1.3315 + ac_status=$? 1.3316 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.3317 + test $ac_status = 0; }; then : 1.3318 + # If both `conftest.exe' and `conftest' are `present' (well, observable) 1.3319 +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 1.3320 +# work properly (i.e., refer to `conftest.exe'), while it won't with 1.3321 +# `rm'. 1.3322 +for ac_file in conftest.exe conftest conftest.*; do 1.3323 + test -f "$ac_file" || continue 1.3324 + case $ac_file in 1.3325 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 1.3326 + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1.3327 + break;; 1.3328 + * ) break;; 1.3329 + esac 1.3330 +done 1.3331 +else 1.3332 + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.3333 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.3334 +as_fn_error $? "cannot compute suffix of executables: cannot compile and link 1.3335 +See \`config.log' for more details" "$LINENO" 5; } 1.3336 +fi 1.3337 +rm -f conftest conftest$ac_cv_exeext 1.3338 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 1.3339 +$as_echo "$ac_cv_exeext" >&6; } 1.3340 + 1.3341 +rm -f conftest.$ac_ext 1.3342 +EXEEXT=$ac_cv_exeext 1.3343 +ac_exeext=$EXEEXT 1.3344 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3345 +/* end confdefs.h. */ 1.3346 +#include <stdio.h> 1.3347 +int 1.3348 +main () 1.3349 +{ 1.3350 +FILE *f = fopen ("conftest.out", "w"); 1.3351 + return ferror (f) || fclose (f) != 0; 1.3352 + 1.3353 + ; 1.3354 + return 0; 1.3355 +} 1.3356 +_ACEOF 1.3357 +ac_clean_files="$ac_clean_files conftest.out" 1.3358 +# Check that the compiler produces executables we can run. If not, either 1.3359 +# the compiler is broken, or we cross compile. 1.3360 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 1.3361 +$as_echo_n "checking whether we are cross compiling... " >&6; } 1.3362 +if test "$cross_compiling" != yes; then 1.3363 + { { ac_try="$ac_link" 1.3364 +case "(($ac_try" in 1.3365 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.3366 + *) ac_try_echo=$ac_try;; 1.3367 +esac 1.3368 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.3369 +$as_echo "$ac_try_echo"; } >&5 1.3370 + (eval "$ac_link") 2>&5 1.3371 + ac_status=$? 1.3372 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.3373 + test $ac_status = 0; } 1.3374 + if { ac_try='./conftest$ac_cv_exeext' 1.3375 + { { case "(($ac_try" in 1.3376 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.3377 + *) ac_try_echo=$ac_try;; 1.3378 +esac 1.3379 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.3380 +$as_echo "$ac_try_echo"; } >&5 1.3381 + (eval "$ac_try") 2>&5 1.3382 + ac_status=$? 1.3383 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.3384 + test $ac_status = 0; }; }; then 1.3385 + cross_compiling=no 1.3386 + else 1.3387 + if test "$cross_compiling" = maybe; then 1.3388 + cross_compiling=yes 1.3389 + else 1.3390 + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.3391 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.3392 +as_fn_error $? "cannot run C compiled programs. 1.3393 +If you meant to cross compile, use \`--host'. 1.3394 +See \`config.log' for more details" "$LINENO" 5; } 1.3395 + fi 1.3396 + fi 1.3397 +fi 1.3398 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 1.3399 +$as_echo "$cross_compiling" >&6; } 1.3400 + 1.3401 +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 1.3402 +ac_clean_files=$ac_clean_files_save 1.3403 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 1.3404 +$as_echo_n "checking for suffix of object files... " >&6; } 1.3405 +if ${ac_cv_objext+:} false; then : 1.3406 + $as_echo_n "(cached) " >&6 1.3407 +else 1.3408 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3409 +/* end confdefs.h. */ 1.3410 + 1.3411 +int 1.3412 +main () 1.3413 +{ 1.3414 + 1.3415 + ; 1.3416 + return 0; 1.3417 +} 1.3418 +_ACEOF 1.3419 +rm -f conftest.o conftest.obj 1.3420 +if { { ac_try="$ac_compile" 1.3421 +case "(($ac_try" in 1.3422 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.3423 + *) ac_try_echo=$ac_try;; 1.3424 +esac 1.3425 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.3426 +$as_echo "$ac_try_echo"; } >&5 1.3427 + (eval "$ac_compile") 2>&5 1.3428 + ac_status=$? 1.3429 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.3430 + test $ac_status = 0; }; then : 1.3431 + for ac_file in conftest.o conftest.obj conftest.*; do 1.3432 + test -f "$ac_file" || continue; 1.3433 + case $ac_file in 1.3434 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 1.3435 + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 1.3436 + break;; 1.3437 + esac 1.3438 +done 1.3439 +else 1.3440 + $as_echo "$as_me: failed program was:" >&5 1.3441 +sed 's/^/| /' conftest.$ac_ext >&5 1.3442 + 1.3443 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.3444 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.3445 +as_fn_error $? "cannot compute suffix of object files: cannot compile 1.3446 +See \`config.log' for more details" "$LINENO" 5; } 1.3447 +fi 1.3448 +rm -f conftest.$ac_cv_objext conftest.$ac_ext 1.3449 +fi 1.3450 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 1.3451 +$as_echo "$ac_cv_objext" >&6; } 1.3452 +OBJEXT=$ac_cv_objext 1.3453 +ac_objext=$OBJEXT 1.3454 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 1.3455 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 1.3456 +if ${ac_cv_c_compiler_gnu+:} false; then : 1.3457 + $as_echo_n "(cached) " >&6 1.3458 +else 1.3459 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3460 +/* end confdefs.h. */ 1.3461 + 1.3462 +int 1.3463 +main () 1.3464 +{ 1.3465 +#ifndef __GNUC__ 1.3466 + choke me 1.3467 +#endif 1.3468 + 1.3469 + ; 1.3470 + return 0; 1.3471 +} 1.3472 +_ACEOF 1.3473 +if ac_fn_c_try_compile "$LINENO"; then : 1.3474 + ac_compiler_gnu=yes 1.3475 +else 1.3476 + ac_compiler_gnu=no 1.3477 +fi 1.3478 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.3479 +ac_cv_c_compiler_gnu=$ac_compiler_gnu 1.3480 + 1.3481 +fi 1.3482 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 1.3483 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } 1.3484 +if test $ac_compiler_gnu = yes; then 1.3485 + GCC=yes 1.3486 +else 1.3487 + GCC= 1.3488 +fi 1.3489 +ac_test_CFLAGS=${CFLAGS+set} 1.3490 +ac_save_CFLAGS=$CFLAGS 1.3491 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 1.3492 +$as_echo_n "checking whether $CC accepts -g... " >&6; } 1.3493 +if ${ac_cv_prog_cc_g+:} false; then : 1.3494 + $as_echo_n "(cached) " >&6 1.3495 +else 1.3496 + ac_save_c_werror_flag=$ac_c_werror_flag 1.3497 + ac_c_werror_flag=yes 1.3498 + ac_cv_prog_cc_g=no 1.3499 + CFLAGS="-g" 1.3500 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3501 +/* end confdefs.h. */ 1.3502 + 1.3503 +int 1.3504 +main () 1.3505 +{ 1.3506 + 1.3507 + ; 1.3508 + return 0; 1.3509 +} 1.3510 +_ACEOF 1.3511 +if ac_fn_c_try_compile "$LINENO"; then : 1.3512 + ac_cv_prog_cc_g=yes 1.3513 +else 1.3514 + CFLAGS="" 1.3515 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3516 +/* end confdefs.h. */ 1.3517 + 1.3518 +int 1.3519 +main () 1.3520 +{ 1.3521 + 1.3522 + ; 1.3523 + return 0; 1.3524 +} 1.3525 +_ACEOF 1.3526 +if ac_fn_c_try_compile "$LINENO"; then : 1.3527 + 1.3528 +else 1.3529 + ac_c_werror_flag=$ac_save_c_werror_flag 1.3530 + CFLAGS="-g" 1.3531 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3532 +/* end confdefs.h. */ 1.3533 + 1.3534 +int 1.3535 +main () 1.3536 +{ 1.3537 + 1.3538 + ; 1.3539 + return 0; 1.3540 +} 1.3541 +_ACEOF 1.3542 +if ac_fn_c_try_compile "$LINENO"; then : 1.3543 + ac_cv_prog_cc_g=yes 1.3544 +fi 1.3545 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.3546 +fi 1.3547 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.3548 +fi 1.3549 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.3550 + ac_c_werror_flag=$ac_save_c_werror_flag 1.3551 +fi 1.3552 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 1.3553 +$as_echo "$ac_cv_prog_cc_g" >&6; } 1.3554 +if test "$ac_test_CFLAGS" = set; then 1.3555 + CFLAGS=$ac_save_CFLAGS 1.3556 +elif test $ac_cv_prog_cc_g = yes; then 1.3557 + if test "$GCC" = yes; then 1.3558 + CFLAGS="-g -O2" 1.3559 + else 1.3560 + CFLAGS="-g" 1.3561 + fi 1.3562 +else 1.3563 + if test "$GCC" = yes; then 1.3564 + CFLAGS="-O2" 1.3565 + else 1.3566 + CFLAGS= 1.3567 + fi 1.3568 +fi 1.3569 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 1.3570 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 1.3571 +if ${ac_cv_prog_cc_c89+:} false; then : 1.3572 + $as_echo_n "(cached) " >&6 1.3573 +else 1.3574 + ac_cv_prog_cc_c89=no 1.3575 +ac_save_CC=$CC 1.3576 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.3577 +/* end confdefs.h. */ 1.3578 +#include <stdarg.h> 1.3579 +#include <stdio.h> 1.3580 +#include <sys/types.h> 1.3581 +#include <sys/stat.h> 1.3582 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 1.3583 +struct buf { int x; }; 1.3584 +FILE * (*rcsopen) (struct buf *, struct stat *, int); 1.3585 +static char *e (p, i) 1.3586 + char **p; 1.3587 + int i; 1.3588 +{ 1.3589 + return p[i]; 1.3590 +} 1.3591 +static char *f (char * (*g) (char **, int), char **p, ...) 1.3592 +{ 1.3593 + char *s; 1.3594 + va_list v; 1.3595 + va_start (v,p); 1.3596 + s = g (p, va_arg (v,int)); 1.3597 + va_end (v); 1.3598 + return s; 1.3599 +} 1.3600 + 1.3601 +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 1.3602 + function prototypes and stuff, but not '\xHH' hex character constants. 1.3603 + These don't provoke an error unfortunately, instead are silently treated 1.3604 + as 'x'. The following induces an error, until -std is added to get 1.3605 + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 1.3606 + array size at least. It's necessary to write '\x00'==0 to get something 1.3607 + that's true only with -std. */ 1.3608 +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 1.3609 + 1.3610 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 1.3611 + inside strings and character constants. */ 1.3612 +#define FOO(x) 'x' 1.3613 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 1.3614 + 1.3615 +int test (int i, double x); 1.3616 +struct s1 {int (*f) (int a);}; 1.3617 +struct s2 {int (*f) (double a);}; 1.3618 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 1.3619 +int argc; 1.3620 +char **argv; 1.3621 +int 1.3622 +main () 1.3623 +{ 1.3624 +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 1.3625 + ; 1.3626 + return 0; 1.3627 +} 1.3628 +_ACEOF 1.3629 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 1.3630 + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 1.3631 +do 1.3632 + CC="$ac_save_CC $ac_arg" 1.3633 + if ac_fn_c_try_compile "$LINENO"; then : 1.3634 + ac_cv_prog_cc_c89=$ac_arg 1.3635 +fi 1.3636 +rm -f core conftest.err conftest.$ac_objext 1.3637 + test "x$ac_cv_prog_cc_c89" != "xno" && break 1.3638 +done 1.3639 +rm -f conftest.$ac_ext 1.3640 +CC=$ac_save_CC 1.3641 + 1.3642 +fi 1.3643 +# AC_CACHE_VAL 1.3644 +case "x$ac_cv_prog_cc_c89" in 1.3645 + x) 1.3646 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 1.3647 +$as_echo "none needed" >&6; } ;; 1.3648 + xno) 1.3649 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 1.3650 +$as_echo "unsupported" >&6; } ;; 1.3651 + *) 1.3652 + CC="$CC $ac_cv_prog_cc_c89" 1.3653 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 1.3654 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 1.3655 +esac 1.3656 +if test "x$ac_cv_prog_cc_c89" != xno; then : 1.3657 + 1.3658 +fi 1.3659 + 1.3660 +ac_ext=c 1.3661 +ac_cpp='$CPP $CPPFLAGS' 1.3662 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.3663 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.3664 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.3665 + 1.3666 +depcc="$CC" am_compiler_list= 1.3667 + 1.3668 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 1.3669 +$as_echo_n "checking dependency style of $depcc... " >&6; } 1.3670 +if ${am_cv_CC_dependencies_compiler_type+:} false; then : 1.3671 + $as_echo_n "(cached) " >&6 1.3672 +else 1.3673 + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 1.3674 + # We make a subdir and do the tests there. Otherwise we can end up 1.3675 + # making bogus files that we don't know about and never remove. For 1.3676 + # instance it was reported that on HP-UX the gcc test will end up 1.3677 + # making a dummy file named `D' -- because `-MD' means `put the output 1.3678 + # in D'. 1.3679 + rm -rf conftest.dir 1.3680 + mkdir conftest.dir 1.3681 + # Copy depcomp to subdir because otherwise we won't find it if we're 1.3682 + # using a relative directory. 1.3683 + cp "$am_depcomp" conftest.dir 1.3684 + cd conftest.dir 1.3685 + # We will build objects and dependencies in a subdirectory because 1.3686 + # it helps to detect inapplicable dependency modes. For instance 1.3687 + # both Tru64's cc and ICC support -MD to output dependencies as a 1.3688 + # side effect of compilation, but ICC will put the dependencies in 1.3689 + # the current directory while Tru64 will put them in the object 1.3690 + # directory. 1.3691 + mkdir sub 1.3692 + 1.3693 + am_cv_CC_dependencies_compiler_type=none 1.3694 + if test "$am_compiler_list" = ""; then 1.3695 + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 1.3696 + fi 1.3697 + am__universal=false 1.3698 + case " $depcc " in #( 1.3699 + *\ -arch\ *\ -arch\ *) am__universal=true ;; 1.3700 + esac 1.3701 + 1.3702 + for depmode in $am_compiler_list; do 1.3703 + # Setup a source with many dependencies, because some compilers 1.3704 + # like to wrap large dependency lists on column 80 (with \), and 1.3705 + # we should not choose a depcomp mode which is confused by this. 1.3706 + # 1.3707 + # We need to recreate these files for each test, as the compiler may 1.3708 + # overwrite some of them when testing with obscure command lines. 1.3709 + # This happens at least with the AIX C compiler. 1.3710 + : > sub/conftest.c 1.3711 + for i in 1 2 3 4 5 6; do 1.3712 + echo '#include "conftst'$i'.h"' >> sub/conftest.c 1.3713 + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 1.3714 + # Solaris 8's {/usr,}/bin/sh. 1.3715 + touch sub/conftst$i.h 1.3716 + done 1.3717 + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 1.3718 + 1.3719 + # We check with `-c' and `-o' for the sake of the "dashmstdout" 1.3720 + # mode. It turns out that the SunPro C++ compiler does not properly 1.3721 + # handle `-M -o', and we need to detect this. Also, some Intel 1.3722 + # versions had trouble with output in subdirs 1.3723 + am__obj=sub/conftest.${OBJEXT-o} 1.3724 + am__minus_obj="-o $am__obj" 1.3725 + case $depmode in 1.3726 + gcc) 1.3727 + # This depmode causes a compiler race in universal mode. 1.3728 + test "$am__universal" = false || continue 1.3729 + ;; 1.3730 + nosideeffect) 1.3731 + # after this tag, mechanisms are not by side-effect, so they'll 1.3732 + # only be used when explicitly requested 1.3733 + if test "x$enable_dependency_tracking" = xyes; then 1.3734 + continue 1.3735 + else 1.3736 + break 1.3737 + fi 1.3738 + ;; 1.3739 + msvc7 | msvc7msys | msvisualcpp | msvcmsys) 1.3740 + # This compiler won't grok `-c -o', but also, the minuso test has 1.3741 + # not run yet. These depmodes are late enough in the game, and 1.3742 + # so weak that their functioning should not be impacted. 1.3743 + am__obj=conftest.${OBJEXT-o} 1.3744 + am__minus_obj= 1.3745 + ;; 1.3746 + none) break ;; 1.3747 + esac 1.3748 + if depmode=$depmode \ 1.3749 + source=sub/conftest.c object=$am__obj \ 1.3750 + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 1.3751 + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 1.3752 + >/dev/null 2>conftest.err && 1.3753 + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 1.3754 + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 1.3755 + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 1.3756 + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 1.3757 + # icc doesn't choke on unknown options, it will just issue warnings 1.3758 + # or remarks (even with -Werror). So we grep stderr for any message 1.3759 + # that says an option was ignored or not supported. 1.3760 + # When given -MP, icc 7.0 and 7.1 complain thusly: 1.3761 + # icc: Command line warning: ignoring option '-M'; no argument required 1.3762 + # The diagnosis changed in icc 8.0: 1.3763 + # icc: Command line remark: option '-MP' not supported 1.3764 + if (grep 'ignoring option' conftest.err || 1.3765 + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 1.3766 + am_cv_CC_dependencies_compiler_type=$depmode 1.3767 + break 1.3768 + fi 1.3769 + fi 1.3770 + done 1.3771 + 1.3772 + cd .. 1.3773 + rm -rf conftest.dir 1.3774 +else 1.3775 + am_cv_CC_dependencies_compiler_type=none 1.3776 +fi 1.3777 + 1.3778 +fi 1.3779 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 1.3780 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 1.3781 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 1.3782 + 1.3783 + if 1.3784 + test "x$enable_dependency_tracking" != xno \ 1.3785 + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 1.3786 + am__fastdepCC_TRUE= 1.3787 + am__fastdepCC_FALSE='#' 1.3788 +else 1.3789 + am__fastdepCC_TRUE='#' 1.3790 + am__fastdepCC_FALSE= 1.3791 +fi 1.3792 + 1.3793 + 1.3794 +# By default we simply use the C compiler to build assembly code. 1.3795 + 1.3796 +test "${CCAS+set}" = set || CCAS=$CC 1.3797 +test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS 1.3798 + 1.3799 + 1.3800 + 1.3801 +depcc="$CCAS" am_compiler_list= 1.3802 + 1.3803 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 1.3804 +$as_echo_n "checking dependency style of $depcc... " >&6; } 1.3805 +if ${am_cv_CCAS_dependencies_compiler_type+:} false; then : 1.3806 + $as_echo_n "(cached) " >&6 1.3807 +else 1.3808 + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 1.3809 + # We make a subdir and do the tests there. Otherwise we can end up 1.3810 + # making bogus files that we don't know about and never remove. For 1.3811 + # instance it was reported that on HP-UX the gcc test will end up 1.3812 + # making a dummy file named `D' -- because `-MD' means `put the output 1.3813 + # in D'. 1.3814 + rm -rf conftest.dir 1.3815 + mkdir conftest.dir 1.3816 + # Copy depcomp to subdir because otherwise we won't find it if we're 1.3817 + # using a relative directory. 1.3818 + cp "$am_depcomp" conftest.dir 1.3819 + cd conftest.dir 1.3820 + # We will build objects and dependencies in a subdirectory because 1.3821 + # it helps to detect inapplicable dependency modes. For instance 1.3822 + # both Tru64's cc and ICC support -MD to output dependencies as a 1.3823 + # side effect of compilation, but ICC will put the dependencies in 1.3824 + # the current directory while Tru64 will put them in the object 1.3825 + # directory. 1.3826 + mkdir sub 1.3827 + 1.3828 + am_cv_CCAS_dependencies_compiler_type=none 1.3829 + if test "$am_compiler_list" = ""; then 1.3830 + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 1.3831 + fi 1.3832 + am__universal=false 1.3833 + 1.3834 + 1.3835 + for depmode in $am_compiler_list; do 1.3836 + # Setup a source with many dependencies, because some compilers 1.3837 + # like to wrap large dependency lists on column 80 (with \), and 1.3838 + # we should not choose a depcomp mode which is confused by this. 1.3839 + # 1.3840 + # We need to recreate these files for each test, as the compiler may 1.3841 + # overwrite some of them when testing with obscure command lines. 1.3842 + # This happens at least with the AIX C compiler. 1.3843 + : > sub/conftest.c 1.3844 + for i in 1 2 3 4 5 6; do 1.3845 + echo '#include "conftst'$i'.h"' >> sub/conftest.c 1.3846 + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 1.3847 + # Solaris 8's {/usr,}/bin/sh. 1.3848 + touch sub/conftst$i.h 1.3849 + done 1.3850 + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 1.3851 + 1.3852 + # We check with `-c' and `-o' for the sake of the "dashmstdout" 1.3853 + # mode. It turns out that the SunPro C++ compiler does not properly 1.3854 + # handle `-M -o', and we need to detect this. Also, some Intel 1.3855 + # versions had trouble with output in subdirs 1.3856 + am__obj=sub/conftest.${OBJEXT-o} 1.3857 + am__minus_obj="-o $am__obj" 1.3858 + case $depmode in 1.3859 + gcc) 1.3860 + # This depmode causes a compiler race in universal mode. 1.3861 + test "$am__universal" = false || continue 1.3862 + ;; 1.3863 + nosideeffect) 1.3864 + # after this tag, mechanisms are not by side-effect, so they'll 1.3865 + # only be used when explicitly requested 1.3866 + if test "x$enable_dependency_tracking" = xyes; then 1.3867 + continue 1.3868 + else 1.3869 + break 1.3870 + fi 1.3871 + ;; 1.3872 + msvc7 | msvc7msys | msvisualcpp | msvcmsys) 1.3873 + # This compiler won't grok `-c -o', but also, the minuso test has 1.3874 + # not run yet. These depmodes are late enough in the game, and 1.3875 + # so weak that their functioning should not be impacted. 1.3876 + am__obj=conftest.${OBJEXT-o} 1.3877 + am__minus_obj= 1.3878 + ;; 1.3879 + none) break ;; 1.3880 + esac 1.3881 + if depmode=$depmode \ 1.3882 + source=sub/conftest.c object=$am__obj \ 1.3883 + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 1.3884 + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 1.3885 + >/dev/null 2>conftest.err && 1.3886 + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 1.3887 + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 1.3888 + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 1.3889 + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 1.3890 + # icc doesn't choke on unknown options, it will just issue warnings 1.3891 + # or remarks (even with -Werror). So we grep stderr for any message 1.3892 + # that says an option was ignored or not supported. 1.3893 + # When given -MP, icc 7.0 and 7.1 complain thusly: 1.3894 + # icc: Command line warning: ignoring option '-M'; no argument required 1.3895 + # The diagnosis changed in icc 8.0: 1.3896 + # icc: Command line remark: option '-MP' not supported 1.3897 + if (grep 'ignoring option' conftest.err || 1.3898 + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 1.3899 + am_cv_CCAS_dependencies_compiler_type=$depmode 1.3900 + break 1.3901 + fi 1.3902 + fi 1.3903 + done 1.3904 + 1.3905 + cd .. 1.3906 + rm -rf conftest.dir 1.3907 +else 1.3908 + am_cv_CCAS_dependencies_compiler_type=none 1.3909 +fi 1.3910 + 1.3911 +fi 1.3912 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5 1.3913 +$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; } 1.3914 +CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type 1.3915 + 1.3916 + if 1.3917 + test "x$enable_dependency_tracking" != xno \ 1.3918 + && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then 1.3919 + am__fastdepCCAS_TRUE= 1.3920 + am__fastdepCCAS_FALSE='#' 1.3921 +else 1.3922 + am__fastdepCCAS_TRUE='#' 1.3923 + am__fastdepCCAS_FALSE= 1.3924 +fi 1.3925 + 1.3926 + 1.3927 +ac_ext=c 1.3928 +ac_cpp='$CPP $CPPFLAGS' 1.3929 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.3930 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.3931 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.3932 +if test -n "$ac_tool_prefix"; then 1.3933 + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1.3934 +set dummy ${ac_tool_prefix}gcc; ac_word=$2 1.3935 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.3936 +$as_echo_n "checking for $ac_word... " >&6; } 1.3937 +if ${ac_cv_prog_CC+:} false; then : 1.3938 + $as_echo_n "(cached) " >&6 1.3939 +else 1.3940 + if test -n "$CC"; then 1.3941 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.3942 +else 1.3943 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.3944 +for as_dir in $PATH 1.3945 +do 1.3946 + IFS=$as_save_IFS 1.3947 + test -z "$as_dir" && as_dir=. 1.3948 + for ac_exec_ext in '' $ac_executable_extensions; do 1.3949 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.3950 + ac_cv_prog_CC="${ac_tool_prefix}gcc" 1.3951 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.3952 + break 2 1.3953 + fi 1.3954 +done 1.3955 + done 1.3956 +IFS=$as_save_IFS 1.3957 + 1.3958 +fi 1.3959 +fi 1.3960 +CC=$ac_cv_prog_CC 1.3961 +if test -n "$CC"; then 1.3962 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 1.3963 +$as_echo "$CC" >&6; } 1.3964 +else 1.3965 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.3966 +$as_echo "no" >&6; } 1.3967 +fi 1.3968 + 1.3969 + 1.3970 +fi 1.3971 +if test -z "$ac_cv_prog_CC"; then 1.3972 + ac_ct_CC=$CC 1.3973 + # Extract the first word of "gcc", so it can be a program name with args. 1.3974 +set dummy gcc; ac_word=$2 1.3975 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.3976 +$as_echo_n "checking for $ac_word... " >&6; } 1.3977 +if ${ac_cv_prog_ac_ct_CC+:} false; then : 1.3978 + $as_echo_n "(cached) " >&6 1.3979 +else 1.3980 + if test -n "$ac_ct_CC"; then 1.3981 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1.3982 +else 1.3983 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.3984 +for as_dir in $PATH 1.3985 +do 1.3986 + IFS=$as_save_IFS 1.3987 + test -z "$as_dir" && as_dir=. 1.3988 + for ac_exec_ext in '' $ac_executable_extensions; do 1.3989 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.3990 + ac_cv_prog_ac_ct_CC="gcc" 1.3991 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.3992 + break 2 1.3993 + fi 1.3994 +done 1.3995 + done 1.3996 +IFS=$as_save_IFS 1.3997 + 1.3998 +fi 1.3999 +fi 1.4000 +ac_ct_CC=$ac_cv_prog_ac_ct_CC 1.4001 +if test -n "$ac_ct_CC"; then 1.4002 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 1.4003 +$as_echo "$ac_ct_CC" >&6; } 1.4004 +else 1.4005 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.4006 +$as_echo "no" >&6; } 1.4007 +fi 1.4008 + 1.4009 + if test "x$ac_ct_CC" = x; then 1.4010 + CC="" 1.4011 + else 1.4012 + case $cross_compiling:$ac_tool_warned in 1.4013 +yes:) 1.4014 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.4015 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.4016 +ac_tool_warned=yes ;; 1.4017 +esac 1.4018 + CC=$ac_ct_CC 1.4019 + fi 1.4020 +else 1.4021 + CC="$ac_cv_prog_CC" 1.4022 +fi 1.4023 + 1.4024 +if test -z "$CC"; then 1.4025 + if test -n "$ac_tool_prefix"; then 1.4026 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1.4027 +set dummy ${ac_tool_prefix}cc; ac_word=$2 1.4028 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.4029 +$as_echo_n "checking for $ac_word... " >&6; } 1.4030 +if ${ac_cv_prog_CC+:} false; then : 1.4031 + $as_echo_n "(cached) " >&6 1.4032 +else 1.4033 + if test -n "$CC"; then 1.4034 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.4035 +else 1.4036 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4037 +for as_dir in $PATH 1.4038 +do 1.4039 + IFS=$as_save_IFS 1.4040 + test -z "$as_dir" && as_dir=. 1.4041 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4042 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.4043 + ac_cv_prog_CC="${ac_tool_prefix}cc" 1.4044 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.4045 + break 2 1.4046 + fi 1.4047 +done 1.4048 + done 1.4049 +IFS=$as_save_IFS 1.4050 + 1.4051 +fi 1.4052 +fi 1.4053 +CC=$ac_cv_prog_CC 1.4054 +if test -n "$CC"; then 1.4055 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 1.4056 +$as_echo "$CC" >&6; } 1.4057 +else 1.4058 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.4059 +$as_echo "no" >&6; } 1.4060 +fi 1.4061 + 1.4062 + 1.4063 + fi 1.4064 +fi 1.4065 +if test -z "$CC"; then 1.4066 + # Extract the first word of "cc", so it can be a program name with args. 1.4067 +set dummy cc; ac_word=$2 1.4068 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.4069 +$as_echo_n "checking for $ac_word... " >&6; } 1.4070 +if ${ac_cv_prog_CC+:} false; then : 1.4071 + $as_echo_n "(cached) " >&6 1.4072 +else 1.4073 + if test -n "$CC"; then 1.4074 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.4075 +else 1.4076 + ac_prog_rejected=no 1.4077 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4078 +for as_dir in $PATH 1.4079 +do 1.4080 + IFS=$as_save_IFS 1.4081 + test -z "$as_dir" && as_dir=. 1.4082 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4083 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.4084 + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 1.4085 + ac_prog_rejected=yes 1.4086 + continue 1.4087 + fi 1.4088 + ac_cv_prog_CC="cc" 1.4089 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.4090 + break 2 1.4091 + fi 1.4092 +done 1.4093 + done 1.4094 +IFS=$as_save_IFS 1.4095 + 1.4096 +if test $ac_prog_rejected = yes; then 1.4097 + # We found a bogon in the path, so make sure we never use it. 1.4098 + set dummy $ac_cv_prog_CC 1.4099 + shift 1.4100 + if test $# != 0; then 1.4101 + # We chose a different compiler from the bogus one. 1.4102 + # However, it has the same basename, so the bogon will be chosen 1.4103 + # first if we set CC to just the basename; use the full file name. 1.4104 + shift 1.4105 + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 1.4106 + fi 1.4107 +fi 1.4108 +fi 1.4109 +fi 1.4110 +CC=$ac_cv_prog_CC 1.4111 +if test -n "$CC"; then 1.4112 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 1.4113 +$as_echo "$CC" >&6; } 1.4114 +else 1.4115 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.4116 +$as_echo "no" >&6; } 1.4117 +fi 1.4118 + 1.4119 + 1.4120 +fi 1.4121 +if test -z "$CC"; then 1.4122 + if test -n "$ac_tool_prefix"; then 1.4123 + for ac_prog in cl.exe 1.4124 + do 1.4125 + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1.4126 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1.4127 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.4128 +$as_echo_n "checking for $ac_word... " >&6; } 1.4129 +if ${ac_cv_prog_CC+:} false; then : 1.4130 + $as_echo_n "(cached) " >&6 1.4131 +else 1.4132 + if test -n "$CC"; then 1.4133 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.4134 +else 1.4135 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4136 +for as_dir in $PATH 1.4137 +do 1.4138 + IFS=$as_save_IFS 1.4139 + test -z "$as_dir" && as_dir=. 1.4140 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4141 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.4142 + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1.4143 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.4144 + break 2 1.4145 + fi 1.4146 +done 1.4147 + done 1.4148 +IFS=$as_save_IFS 1.4149 + 1.4150 +fi 1.4151 +fi 1.4152 +CC=$ac_cv_prog_CC 1.4153 +if test -n "$CC"; then 1.4154 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 1.4155 +$as_echo "$CC" >&6; } 1.4156 +else 1.4157 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.4158 +$as_echo "no" >&6; } 1.4159 +fi 1.4160 + 1.4161 + 1.4162 + test -n "$CC" && break 1.4163 + done 1.4164 +fi 1.4165 +if test -z "$CC"; then 1.4166 + ac_ct_CC=$CC 1.4167 + for ac_prog in cl.exe 1.4168 +do 1.4169 + # Extract the first word of "$ac_prog", so it can be a program name with args. 1.4170 +set dummy $ac_prog; ac_word=$2 1.4171 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.4172 +$as_echo_n "checking for $ac_word... " >&6; } 1.4173 +if ${ac_cv_prog_ac_ct_CC+:} false; then : 1.4174 + $as_echo_n "(cached) " >&6 1.4175 +else 1.4176 + if test -n "$ac_ct_CC"; then 1.4177 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1.4178 +else 1.4179 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4180 +for as_dir in $PATH 1.4181 +do 1.4182 + IFS=$as_save_IFS 1.4183 + test -z "$as_dir" && as_dir=. 1.4184 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4185 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.4186 + ac_cv_prog_ac_ct_CC="$ac_prog" 1.4187 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.4188 + break 2 1.4189 + fi 1.4190 +done 1.4191 + done 1.4192 +IFS=$as_save_IFS 1.4193 + 1.4194 +fi 1.4195 +fi 1.4196 +ac_ct_CC=$ac_cv_prog_ac_ct_CC 1.4197 +if test -n "$ac_ct_CC"; then 1.4198 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 1.4199 +$as_echo "$ac_ct_CC" >&6; } 1.4200 +else 1.4201 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.4202 +$as_echo "no" >&6; } 1.4203 +fi 1.4204 + 1.4205 + 1.4206 + test -n "$ac_ct_CC" && break 1.4207 +done 1.4208 + 1.4209 + if test "x$ac_ct_CC" = x; then 1.4210 + CC="" 1.4211 + else 1.4212 + case $cross_compiling:$ac_tool_warned in 1.4213 +yes:) 1.4214 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.4215 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.4216 +ac_tool_warned=yes ;; 1.4217 +esac 1.4218 + CC=$ac_ct_CC 1.4219 + fi 1.4220 +fi 1.4221 + 1.4222 +fi 1.4223 + 1.4224 + 1.4225 +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.4226 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.4227 +as_fn_error $? "no acceptable C compiler found in \$PATH 1.4228 +See \`config.log' for more details" "$LINENO" 5; } 1.4229 + 1.4230 +# Provide some information about the compiler. 1.4231 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 1.4232 +set X $ac_compile 1.4233 +ac_compiler=$2 1.4234 +for ac_option in --version -v -V -qversion; do 1.4235 + { { ac_try="$ac_compiler $ac_option >&5" 1.4236 +case "(($ac_try" in 1.4237 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.4238 + *) ac_try_echo=$ac_try;; 1.4239 +esac 1.4240 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.4241 +$as_echo "$ac_try_echo"; } >&5 1.4242 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err 1.4243 + ac_status=$? 1.4244 + if test -s conftest.err; then 1.4245 + sed '10a\ 1.4246 +... rest of stderr output deleted ... 1.4247 + 10q' conftest.err >conftest.er1 1.4248 + cat conftest.er1 >&5 1.4249 + fi 1.4250 + rm -f conftest.er1 conftest.err 1.4251 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.4252 + test $ac_status = 0; } 1.4253 +done 1.4254 + 1.4255 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 1.4256 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 1.4257 +if ${ac_cv_c_compiler_gnu+:} false; then : 1.4258 + $as_echo_n "(cached) " >&6 1.4259 +else 1.4260 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.4261 +/* end confdefs.h. */ 1.4262 + 1.4263 +int 1.4264 +main () 1.4265 +{ 1.4266 +#ifndef __GNUC__ 1.4267 + choke me 1.4268 +#endif 1.4269 + 1.4270 + ; 1.4271 + return 0; 1.4272 +} 1.4273 +_ACEOF 1.4274 +if ac_fn_c_try_compile "$LINENO"; then : 1.4275 + ac_compiler_gnu=yes 1.4276 +else 1.4277 + ac_compiler_gnu=no 1.4278 +fi 1.4279 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.4280 +ac_cv_c_compiler_gnu=$ac_compiler_gnu 1.4281 + 1.4282 +fi 1.4283 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 1.4284 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } 1.4285 +if test $ac_compiler_gnu = yes; then 1.4286 + GCC=yes 1.4287 +else 1.4288 + GCC= 1.4289 +fi 1.4290 +ac_test_CFLAGS=${CFLAGS+set} 1.4291 +ac_save_CFLAGS=$CFLAGS 1.4292 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 1.4293 +$as_echo_n "checking whether $CC accepts -g... " >&6; } 1.4294 +if ${ac_cv_prog_cc_g+:} false; then : 1.4295 + $as_echo_n "(cached) " >&6 1.4296 +else 1.4297 + ac_save_c_werror_flag=$ac_c_werror_flag 1.4298 + ac_c_werror_flag=yes 1.4299 + ac_cv_prog_cc_g=no 1.4300 + CFLAGS="-g" 1.4301 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.4302 +/* end confdefs.h. */ 1.4303 + 1.4304 +int 1.4305 +main () 1.4306 +{ 1.4307 + 1.4308 + ; 1.4309 + return 0; 1.4310 +} 1.4311 +_ACEOF 1.4312 +if ac_fn_c_try_compile "$LINENO"; then : 1.4313 + ac_cv_prog_cc_g=yes 1.4314 +else 1.4315 + CFLAGS="" 1.4316 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.4317 +/* end confdefs.h. */ 1.4318 + 1.4319 +int 1.4320 +main () 1.4321 +{ 1.4322 + 1.4323 + ; 1.4324 + return 0; 1.4325 +} 1.4326 +_ACEOF 1.4327 +if ac_fn_c_try_compile "$LINENO"; then : 1.4328 + 1.4329 +else 1.4330 + ac_c_werror_flag=$ac_save_c_werror_flag 1.4331 + CFLAGS="-g" 1.4332 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.4333 +/* end confdefs.h. */ 1.4334 + 1.4335 +int 1.4336 +main () 1.4337 +{ 1.4338 + 1.4339 + ; 1.4340 + return 0; 1.4341 +} 1.4342 +_ACEOF 1.4343 +if ac_fn_c_try_compile "$LINENO"; then : 1.4344 + ac_cv_prog_cc_g=yes 1.4345 +fi 1.4346 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.4347 +fi 1.4348 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.4349 +fi 1.4350 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.4351 + ac_c_werror_flag=$ac_save_c_werror_flag 1.4352 +fi 1.4353 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 1.4354 +$as_echo "$ac_cv_prog_cc_g" >&6; } 1.4355 +if test "$ac_test_CFLAGS" = set; then 1.4356 + CFLAGS=$ac_save_CFLAGS 1.4357 +elif test $ac_cv_prog_cc_g = yes; then 1.4358 + if test "$GCC" = yes; then 1.4359 + CFLAGS="-g -O2" 1.4360 + else 1.4361 + CFLAGS="-g" 1.4362 + fi 1.4363 +else 1.4364 + if test "$GCC" = yes; then 1.4365 + CFLAGS="-O2" 1.4366 + else 1.4367 + CFLAGS= 1.4368 + fi 1.4369 +fi 1.4370 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 1.4371 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 1.4372 +if ${ac_cv_prog_cc_c89+:} false; then : 1.4373 + $as_echo_n "(cached) " >&6 1.4374 +else 1.4375 + ac_cv_prog_cc_c89=no 1.4376 +ac_save_CC=$CC 1.4377 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.4378 +/* end confdefs.h. */ 1.4379 +#include <stdarg.h> 1.4380 +#include <stdio.h> 1.4381 +#include <sys/types.h> 1.4382 +#include <sys/stat.h> 1.4383 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 1.4384 +struct buf { int x; }; 1.4385 +FILE * (*rcsopen) (struct buf *, struct stat *, int); 1.4386 +static char *e (p, i) 1.4387 + char **p; 1.4388 + int i; 1.4389 +{ 1.4390 + return p[i]; 1.4391 +} 1.4392 +static char *f (char * (*g) (char **, int), char **p, ...) 1.4393 +{ 1.4394 + char *s; 1.4395 + va_list v; 1.4396 + va_start (v,p); 1.4397 + s = g (p, va_arg (v,int)); 1.4398 + va_end (v); 1.4399 + return s; 1.4400 +} 1.4401 + 1.4402 +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 1.4403 + function prototypes and stuff, but not '\xHH' hex character constants. 1.4404 + These don't provoke an error unfortunately, instead are silently treated 1.4405 + as 'x'. The following induces an error, until -std is added to get 1.4406 + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 1.4407 + array size at least. It's necessary to write '\x00'==0 to get something 1.4408 + that's true only with -std. */ 1.4409 +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 1.4410 + 1.4411 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 1.4412 + inside strings and character constants. */ 1.4413 +#define FOO(x) 'x' 1.4414 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 1.4415 + 1.4416 +int test (int i, double x); 1.4417 +struct s1 {int (*f) (int a);}; 1.4418 +struct s2 {int (*f) (double a);}; 1.4419 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 1.4420 +int argc; 1.4421 +char **argv; 1.4422 +int 1.4423 +main () 1.4424 +{ 1.4425 +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 1.4426 + ; 1.4427 + return 0; 1.4428 +} 1.4429 +_ACEOF 1.4430 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 1.4431 + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 1.4432 +do 1.4433 + CC="$ac_save_CC $ac_arg" 1.4434 + if ac_fn_c_try_compile "$LINENO"; then : 1.4435 + ac_cv_prog_cc_c89=$ac_arg 1.4436 +fi 1.4437 +rm -f core conftest.err conftest.$ac_objext 1.4438 + test "x$ac_cv_prog_cc_c89" != "xno" && break 1.4439 +done 1.4440 +rm -f conftest.$ac_ext 1.4441 +CC=$ac_save_CC 1.4442 + 1.4443 +fi 1.4444 +# AC_CACHE_VAL 1.4445 +case "x$ac_cv_prog_cc_c89" in 1.4446 + x) 1.4447 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 1.4448 +$as_echo "none needed" >&6; } ;; 1.4449 + xno) 1.4450 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 1.4451 +$as_echo "unsupported" >&6; } ;; 1.4452 + *) 1.4453 + CC="$CC $ac_cv_prog_cc_c89" 1.4454 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 1.4455 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 1.4456 +esac 1.4457 +if test "x$ac_cv_prog_cc_c89" != xno; then : 1.4458 + 1.4459 +fi 1.4460 + 1.4461 +ac_ext=c 1.4462 +ac_cpp='$CPP $CPPFLAGS' 1.4463 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.4464 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.4465 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.4466 + 1.4467 +depcc="$CC" am_compiler_list= 1.4468 + 1.4469 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 1.4470 +$as_echo_n "checking dependency style of $depcc... " >&6; } 1.4471 +if ${am_cv_CC_dependencies_compiler_type+:} false; then : 1.4472 + $as_echo_n "(cached) " >&6 1.4473 +else 1.4474 + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 1.4475 + # We make a subdir and do the tests there. Otherwise we can end up 1.4476 + # making bogus files that we don't know about and never remove. For 1.4477 + # instance it was reported that on HP-UX the gcc test will end up 1.4478 + # making a dummy file named `D' -- because `-MD' means `put the output 1.4479 + # in D'. 1.4480 + rm -rf conftest.dir 1.4481 + mkdir conftest.dir 1.4482 + # Copy depcomp to subdir because otherwise we won't find it if we're 1.4483 + # using a relative directory. 1.4484 + cp "$am_depcomp" conftest.dir 1.4485 + cd conftest.dir 1.4486 + # We will build objects and dependencies in a subdirectory because 1.4487 + # it helps to detect inapplicable dependency modes. For instance 1.4488 + # both Tru64's cc and ICC support -MD to output dependencies as a 1.4489 + # side effect of compilation, but ICC will put the dependencies in 1.4490 + # the current directory while Tru64 will put them in the object 1.4491 + # directory. 1.4492 + mkdir sub 1.4493 + 1.4494 + am_cv_CC_dependencies_compiler_type=none 1.4495 + if test "$am_compiler_list" = ""; then 1.4496 + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 1.4497 + fi 1.4498 + am__universal=false 1.4499 + case " $depcc " in #( 1.4500 + *\ -arch\ *\ -arch\ *) am__universal=true ;; 1.4501 + esac 1.4502 + 1.4503 + for depmode in $am_compiler_list; do 1.4504 + # Setup a source with many dependencies, because some compilers 1.4505 + # like to wrap large dependency lists on column 80 (with \), and 1.4506 + # we should not choose a depcomp mode which is confused by this. 1.4507 + # 1.4508 + # We need to recreate these files for each test, as the compiler may 1.4509 + # overwrite some of them when testing with obscure command lines. 1.4510 + # This happens at least with the AIX C compiler. 1.4511 + : > sub/conftest.c 1.4512 + for i in 1 2 3 4 5 6; do 1.4513 + echo '#include "conftst'$i'.h"' >> sub/conftest.c 1.4514 + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 1.4515 + # Solaris 8's {/usr,}/bin/sh. 1.4516 + touch sub/conftst$i.h 1.4517 + done 1.4518 + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 1.4519 + 1.4520 + # We check with `-c' and `-o' for the sake of the "dashmstdout" 1.4521 + # mode. It turns out that the SunPro C++ compiler does not properly 1.4522 + # handle `-M -o', and we need to detect this. Also, some Intel 1.4523 + # versions had trouble with output in subdirs 1.4524 + am__obj=sub/conftest.${OBJEXT-o} 1.4525 + am__minus_obj="-o $am__obj" 1.4526 + case $depmode in 1.4527 + gcc) 1.4528 + # This depmode causes a compiler race in universal mode. 1.4529 + test "$am__universal" = false || continue 1.4530 + ;; 1.4531 + nosideeffect) 1.4532 + # after this tag, mechanisms are not by side-effect, so they'll 1.4533 + # only be used when explicitly requested 1.4534 + if test "x$enable_dependency_tracking" = xyes; then 1.4535 + continue 1.4536 + else 1.4537 + break 1.4538 + fi 1.4539 + ;; 1.4540 + msvc7 | msvc7msys | msvisualcpp | msvcmsys) 1.4541 + # This compiler won't grok `-c -o', but also, the minuso test has 1.4542 + # not run yet. These depmodes are late enough in the game, and 1.4543 + # so weak that their functioning should not be impacted. 1.4544 + am__obj=conftest.${OBJEXT-o} 1.4545 + am__minus_obj= 1.4546 + ;; 1.4547 + none) break ;; 1.4548 + esac 1.4549 + if depmode=$depmode \ 1.4550 + source=sub/conftest.c object=$am__obj \ 1.4551 + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 1.4552 + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 1.4553 + >/dev/null 2>conftest.err && 1.4554 + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 1.4555 + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 1.4556 + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 1.4557 + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 1.4558 + # icc doesn't choke on unknown options, it will just issue warnings 1.4559 + # or remarks (even with -Werror). So we grep stderr for any message 1.4560 + # that says an option was ignored or not supported. 1.4561 + # When given -MP, icc 7.0 and 7.1 complain thusly: 1.4562 + # icc: Command line warning: ignoring option '-M'; no argument required 1.4563 + # The diagnosis changed in icc 8.0: 1.4564 + # icc: Command line remark: option '-MP' not supported 1.4565 + if (grep 'ignoring option' conftest.err || 1.4566 + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 1.4567 + am_cv_CC_dependencies_compiler_type=$depmode 1.4568 + break 1.4569 + fi 1.4570 + fi 1.4571 + done 1.4572 + 1.4573 + cd .. 1.4574 + rm -rf conftest.dir 1.4575 +else 1.4576 + am_cv_CC_dependencies_compiler_type=none 1.4577 +fi 1.4578 + 1.4579 +fi 1.4580 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 1.4581 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 1.4582 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 1.4583 + 1.4584 + if 1.4585 + test "x$enable_dependency_tracking" != xno \ 1.4586 + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 1.4587 + am__fastdepCC_TRUE= 1.4588 + am__fastdepCC_FALSE='#' 1.4589 +else 1.4590 + am__fastdepCC_TRUE='#' 1.4591 + am__fastdepCC_FALSE= 1.4592 +fi 1.4593 + 1.4594 + 1.4595 +if test "x$CC" != xcc; then 1.4596 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5 1.4597 +$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } 1.4598 +else 1.4599 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5 1.4600 +$as_echo_n "checking whether cc understands -c and -o together... " >&6; } 1.4601 +fi 1.4602 +set dummy $CC; ac_cc=`$as_echo "$2" | 1.4603 + sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 1.4604 +if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : 1.4605 + $as_echo_n "(cached) " >&6 1.4606 +else 1.4607 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.4608 +/* end confdefs.h. */ 1.4609 + 1.4610 +int 1.4611 +main () 1.4612 +{ 1.4613 + 1.4614 + ; 1.4615 + return 0; 1.4616 +} 1.4617 +_ACEOF 1.4618 +# Make sure it works both with $CC and with simple cc. 1.4619 +# We do the test twice because some compilers refuse to overwrite an 1.4620 +# existing .o file with -o, though they will create one. 1.4621 +ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 1.4622 +rm -f conftest2.* 1.4623 +if { { case "(($ac_try" in 1.4624 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.4625 + *) ac_try_echo=$ac_try;; 1.4626 +esac 1.4627 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.4628 +$as_echo "$ac_try_echo"; } >&5 1.4629 + (eval "$ac_try") 2>&5 1.4630 + ac_status=$? 1.4631 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.4632 + test $ac_status = 0; } && 1.4633 + test -f conftest2.$ac_objext && { { case "(($ac_try" in 1.4634 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.4635 + *) ac_try_echo=$ac_try;; 1.4636 +esac 1.4637 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.4638 +$as_echo "$ac_try_echo"; } >&5 1.4639 + (eval "$ac_try") 2>&5 1.4640 + ac_status=$? 1.4641 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.4642 + test $ac_status = 0; }; 1.4643 +then 1.4644 + eval ac_cv_prog_cc_${ac_cc}_c_o=yes 1.4645 + if test "x$CC" != xcc; then 1.4646 + # Test first that cc exists at all. 1.4647 + if { ac_try='cc -c conftest.$ac_ext >&5' 1.4648 + { { case "(($ac_try" in 1.4649 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.4650 + *) ac_try_echo=$ac_try;; 1.4651 +esac 1.4652 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.4653 +$as_echo "$ac_try_echo"; } >&5 1.4654 + (eval "$ac_try") 2>&5 1.4655 + ac_status=$? 1.4656 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.4657 + test $ac_status = 0; }; }; then 1.4658 + ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 1.4659 + rm -f conftest2.* 1.4660 + if { { case "(($ac_try" in 1.4661 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.4662 + *) ac_try_echo=$ac_try;; 1.4663 +esac 1.4664 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.4665 +$as_echo "$ac_try_echo"; } >&5 1.4666 + (eval "$ac_try") 2>&5 1.4667 + ac_status=$? 1.4668 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.4669 + test $ac_status = 0; } && 1.4670 + test -f conftest2.$ac_objext && { { case "(($ac_try" in 1.4671 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.4672 + *) ac_try_echo=$ac_try;; 1.4673 +esac 1.4674 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.4675 +$as_echo "$ac_try_echo"; } >&5 1.4676 + (eval "$ac_try") 2>&5 1.4677 + ac_status=$? 1.4678 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.4679 + test $ac_status = 0; }; 1.4680 + then 1.4681 + # cc works too. 1.4682 + : 1.4683 + else 1.4684 + # cc exists but doesn't like -o. 1.4685 + eval ac_cv_prog_cc_${ac_cc}_c_o=no 1.4686 + fi 1.4687 + fi 1.4688 + fi 1.4689 +else 1.4690 + eval ac_cv_prog_cc_${ac_cc}_c_o=no 1.4691 +fi 1.4692 +rm -f core conftest* 1.4693 + 1.4694 +fi 1.4695 +if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then 1.4696 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 1.4697 +$as_echo "yes" >&6; } 1.4698 +else 1.4699 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.4700 +$as_echo "no" >&6; } 1.4701 + 1.4702 +$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h 1.4703 + 1.4704 +fi 1.4705 + 1.4706 +# FIXME: we rely on the cache variable name because 1.4707 +# there is no other way. 1.4708 +set dummy $CC 1.4709 +am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 1.4710 +eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o 1.4711 +if test "$am_t" != yes; then 1.4712 + # Losing compiler, so override with the script. 1.4713 + # FIXME: It is wrong to rewrite CC. 1.4714 + # But if we don't then we get into trouble of one sort or another. 1.4715 + # A longer-term fix would be to have automake use am__CC in this case, 1.4716 + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" 1.4717 + CC="$am_aux_dir/compile $CC" 1.4718 +fi 1.4719 + 1.4720 + 1.4721 +ac_ext=c 1.4722 +ac_cpp='$CPP $CPPFLAGS' 1.4723 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.4724 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.4725 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.4726 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 1.4727 +$as_echo_n "checking how to run the C preprocessor... " >&6; } 1.4728 +# On Suns, sometimes $CPP names a directory. 1.4729 +if test -n "$CPP" && test -d "$CPP"; then 1.4730 + CPP= 1.4731 +fi 1.4732 +if test -z "$CPP"; then 1.4733 + if ${ac_cv_prog_CPP+:} false; then : 1.4734 + $as_echo_n "(cached) " >&6 1.4735 +else 1.4736 + # Double quotes because CPP needs to be expanded 1.4737 + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 1.4738 + do 1.4739 + ac_preproc_ok=false 1.4740 +for ac_c_preproc_warn_flag in '' yes 1.4741 +do 1.4742 + # Use a header file that comes with gcc, so configuring glibc 1.4743 + # with a fresh cross-compiler works. 1.4744 + # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.4745 + # <limits.h> exists even on freestanding compilers. 1.4746 + # On the NeXT, cc -E runs the code through the compiler's parser, 1.4747 + # not just through cpp. "Syntax error" is here to catch this case. 1.4748 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.4749 +/* end confdefs.h. */ 1.4750 +#ifdef __STDC__ 1.4751 +# include <limits.h> 1.4752 +#else 1.4753 +# include <assert.h> 1.4754 +#endif 1.4755 + Syntax error 1.4756 +_ACEOF 1.4757 +if ac_fn_c_try_cpp "$LINENO"; then : 1.4758 + 1.4759 +else 1.4760 + # Broken: fails on valid input. 1.4761 +continue 1.4762 +fi 1.4763 +rm -f conftest.err conftest.i conftest.$ac_ext 1.4764 + 1.4765 + # OK, works on sane cases. Now check whether nonexistent headers 1.4766 + # can be detected and how. 1.4767 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.4768 +/* end confdefs.h. */ 1.4769 +#include <ac_nonexistent.h> 1.4770 +_ACEOF 1.4771 +if ac_fn_c_try_cpp "$LINENO"; then : 1.4772 + # Broken: success on invalid input. 1.4773 +continue 1.4774 +else 1.4775 + # Passes both tests. 1.4776 +ac_preproc_ok=: 1.4777 +break 1.4778 +fi 1.4779 +rm -f conftest.err conftest.i conftest.$ac_ext 1.4780 + 1.4781 +done 1.4782 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1.4783 +rm -f conftest.i conftest.err conftest.$ac_ext 1.4784 +if $ac_preproc_ok; then : 1.4785 + break 1.4786 +fi 1.4787 + 1.4788 + done 1.4789 + ac_cv_prog_CPP=$CPP 1.4790 + 1.4791 +fi 1.4792 + CPP=$ac_cv_prog_CPP 1.4793 +else 1.4794 + ac_cv_prog_CPP=$CPP 1.4795 +fi 1.4796 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 1.4797 +$as_echo "$CPP" >&6; } 1.4798 +ac_preproc_ok=false 1.4799 +for ac_c_preproc_warn_flag in '' yes 1.4800 +do 1.4801 + # Use a header file that comes with gcc, so configuring glibc 1.4802 + # with a fresh cross-compiler works. 1.4803 + # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.4804 + # <limits.h> exists even on freestanding compilers. 1.4805 + # On the NeXT, cc -E runs the code through the compiler's parser, 1.4806 + # not just through cpp. "Syntax error" is here to catch this case. 1.4807 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.4808 +/* end confdefs.h. */ 1.4809 +#ifdef __STDC__ 1.4810 +# include <limits.h> 1.4811 +#else 1.4812 +# include <assert.h> 1.4813 +#endif 1.4814 + Syntax error 1.4815 +_ACEOF 1.4816 +if ac_fn_c_try_cpp "$LINENO"; then : 1.4817 + 1.4818 +else 1.4819 + # Broken: fails on valid input. 1.4820 +continue 1.4821 +fi 1.4822 +rm -f conftest.err conftest.i conftest.$ac_ext 1.4823 + 1.4824 + # OK, works on sane cases. Now check whether nonexistent headers 1.4825 + # can be detected and how. 1.4826 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.4827 +/* end confdefs.h. */ 1.4828 +#include <ac_nonexistent.h> 1.4829 +_ACEOF 1.4830 +if ac_fn_c_try_cpp "$LINENO"; then : 1.4831 + # Broken: success on invalid input. 1.4832 +continue 1.4833 +else 1.4834 + # Passes both tests. 1.4835 +ac_preproc_ok=: 1.4836 +break 1.4837 +fi 1.4838 +rm -f conftest.err conftest.i conftest.$ac_ext 1.4839 + 1.4840 +done 1.4841 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1.4842 +rm -f conftest.i conftest.err conftest.$ac_ext 1.4843 +if $ac_preproc_ok; then : 1.4844 + 1.4845 +else 1.4846 + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1.4847 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1.4848 +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 1.4849 +See \`config.log' for more details" "$LINENO" 5; } 1.4850 +fi 1.4851 + 1.4852 +ac_ext=c 1.4853 +ac_cpp='$CPP $CPPFLAGS' 1.4854 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.4855 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.4856 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.4857 + 1.4858 +ac_ext=cpp 1.4859 +ac_cpp='$CXXCPP $CPPFLAGS' 1.4860 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.4861 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.4862 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 1.4863 +if test -z "$CXX"; then 1.4864 + if test -n "$CCC"; then 1.4865 + CXX=$CCC 1.4866 + else 1.4867 + if test -n "$ac_tool_prefix"; then 1.4868 + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 1.4869 + do 1.4870 + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1.4871 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1.4872 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.4873 +$as_echo_n "checking for $ac_word... " >&6; } 1.4874 +if ${ac_cv_prog_CXX+:} false; then : 1.4875 + $as_echo_n "(cached) " >&6 1.4876 +else 1.4877 + if test -n "$CXX"; then 1.4878 + ac_cv_prog_CXX="$CXX" # Let the user override the test. 1.4879 +else 1.4880 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4881 +for as_dir in $PATH 1.4882 +do 1.4883 + IFS=$as_save_IFS 1.4884 + test -z "$as_dir" && as_dir=. 1.4885 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4886 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.4887 + ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 1.4888 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.4889 + break 2 1.4890 + fi 1.4891 +done 1.4892 + done 1.4893 +IFS=$as_save_IFS 1.4894 + 1.4895 +fi 1.4896 +fi 1.4897 +CXX=$ac_cv_prog_CXX 1.4898 +if test -n "$CXX"; then 1.4899 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 1.4900 +$as_echo "$CXX" >&6; } 1.4901 +else 1.4902 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.4903 +$as_echo "no" >&6; } 1.4904 +fi 1.4905 + 1.4906 + 1.4907 + test -n "$CXX" && break 1.4908 + done 1.4909 +fi 1.4910 +if test -z "$CXX"; then 1.4911 + ac_ct_CXX=$CXX 1.4912 + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 1.4913 +do 1.4914 + # Extract the first word of "$ac_prog", so it can be a program name with args. 1.4915 +set dummy $ac_prog; ac_word=$2 1.4916 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.4917 +$as_echo_n "checking for $ac_word... " >&6; } 1.4918 +if ${ac_cv_prog_ac_ct_CXX+:} false; then : 1.4919 + $as_echo_n "(cached) " >&6 1.4920 +else 1.4921 + if test -n "$ac_ct_CXX"; then 1.4922 + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 1.4923 +else 1.4924 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4925 +for as_dir in $PATH 1.4926 +do 1.4927 + IFS=$as_save_IFS 1.4928 + test -z "$as_dir" && as_dir=. 1.4929 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4930 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.4931 + ac_cv_prog_ac_ct_CXX="$ac_prog" 1.4932 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.4933 + break 2 1.4934 + fi 1.4935 +done 1.4936 + done 1.4937 +IFS=$as_save_IFS 1.4938 + 1.4939 +fi 1.4940 +fi 1.4941 +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 1.4942 +if test -n "$ac_ct_CXX"; then 1.4943 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 1.4944 +$as_echo "$ac_ct_CXX" >&6; } 1.4945 +else 1.4946 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.4947 +$as_echo "no" >&6; } 1.4948 +fi 1.4949 + 1.4950 + 1.4951 + test -n "$ac_ct_CXX" && break 1.4952 +done 1.4953 + 1.4954 + if test "x$ac_ct_CXX" = x; then 1.4955 + CXX="g++" 1.4956 + else 1.4957 + case $cross_compiling:$ac_tool_warned in 1.4958 +yes:) 1.4959 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 1.4960 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 1.4961 +ac_tool_warned=yes ;; 1.4962 +esac 1.4963 + CXX=$ac_ct_CXX 1.4964 + fi 1.4965 +fi 1.4966 + 1.4967 + fi 1.4968 +fi 1.4969 +# Provide some information about the compiler. 1.4970 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 1.4971 +set X $ac_compile 1.4972 +ac_compiler=$2 1.4973 +for ac_option in --version -v -V -qversion; do 1.4974 + { { ac_try="$ac_compiler $ac_option >&5" 1.4975 +case "(($ac_try" in 1.4976 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1.4977 + *) ac_try_echo=$ac_try;; 1.4978 +esac 1.4979 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1.4980 +$as_echo "$ac_try_echo"; } >&5 1.4981 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err 1.4982 + ac_status=$? 1.4983 + if test -s conftest.err; then 1.4984 + sed '10a\ 1.4985 +... rest of stderr output deleted ... 1.4986 + 10q' conftest.err >conftest.er1 1.4987 + cat conftest.er1 >&5 1.4988 + fi 1.4989 + rm -f conftest.er1 conftest.err 1.4990 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1.4991 + test $ac_status = 0; } 1.4992 +done 1.4993 + 1.4994 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 1.4995 +$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 1.4996 +if ${ac_cv_cxx_compiler_gnu+:} false; then : 1.4997 + $as_echo_n "(cached) " >&6 1.4998 +else 1.4999 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.5000 +/* end confdefs.h. */ 1.5001 + 1.5002 +int 1.5003 +main () 1.5004 +{ 1.5005 +#ifndef __GNUC__ 1.5006 + choke me 1.5007 +#endif 1.5008 + 1.5009 + ; 1.5010 + return 0; 1.5011 +} 1.5012 +_ACEOF 1.5013 +if ac_fn_cxx_try_compile "$LINENO"; then : 1.5014 + ac_compiler_gnu=yes 1.5015 +else 1.5016 + ac_compiler_gnu=no 1.5017 +fi 1.5018 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.5019 +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 1.5020 + 1.5021 +fi 1.5022 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 1.5023 +$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 1.5024 +if test $ac_compiler_gnu = yes; then 1.5025 + GXX=yes 1.5026 +else 1.5027 + GXX= 1.5028 +fi 1.5029 +ac_test_CXXFLAGS=${CXXFLAGS+set} 1.5030 +ac_save_CXXFLAGS=$CXXFLAGS 1.5031 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 1.5032 +$as_echo_n "checking whether $CXX accepts -g... " >&6; } 1.5033 +if ${ac_cv_prog_cxx_g+:} false; then : 1.5034 + $as_echo_n "(cached) " >&6 1.5035 +else 1.5036 + ac_save_cxx_werror_flag=$ac_cxx_werror_flag 1.5037 + ac_cxx_werror_flag=yes 1.5038 + ac_cv_prog_cxx_g=no 1.5039 + CXXFLAGS="-g" 1.5040 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.5041 +/* end confdefs.h. */ 1.5042 + 1.5043 +int 1.5044 +main () 1.5045 +{ 1.5046 + 1.5047 + ; 1.5048 + return 0; 1.5049 +} 1.5050 +_ACEOF 1.5051 +if ac_fn_cxx_try_compile "$LINENO"; then : 1.5052 + ac_cv_prog_cxx_g=yes 1.5053 +else 1.5054 + CXXFLAGS="" 1.5055 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.5056 +/* end confdefs.h. */ 1.5057 + 1.5058 +int 1.5059 +main () 1.5060 +{ 1.5061 + 1.5062 + ; 1.5063 + return 0; 1.5064 +} 1.5065 +_ACEOF 1.5066 +if ac_fn_cxx_try_compile "$LINENO"; then : 1.5067 + 1.5068 +else 1.5069 + ac_cxx_werror_flag=$ac_save_cxx_werror_flag 1.5070 + CXXFLAGS="-g" 1.5071 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.5072 +/* end confdefs.h. */ 1.5073 + 1.5074 +int 1.5075 +main () 1.5076 +{ 1.5077 + 1.5078 + ; 1.5079 + return 0; 1.5080 +} 1.5081 +_ACEOF 1.5082 +if ac_fn_cxx_try_compile "$LINENO"; then : 1.5083 + ac_cv_prog_cxx_g=yes 1.5084 +fi 1.5085 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.5086 +fi 1.5087 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.5088 +fi 1.5089 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.5090 + ac_cxx_werror_flag=$ac_save_cxx_werror_flag 1.5091 +fi 1.5092 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 1.5093 +$as_echo "$ac_cv_prog_cxx_g" >&6; } 1.5094 +if test "$ac_test_CXXFLAGS" = set; then 1.5095 + CXXFLAGS=$ac_save_CXXFLAGS 1.5096 +elif test $ac_cv_prog_cxx_g = yes; then 1.5097 + if test "$GXX" = yes; then 1.5098 + CXXFLAGS="-g -O2" 1.5099 + else 1.5100 + CXXFLAGS="-g" 1.5101 + fi 1.5102 +else 1.5103 + if test "$GXX" = yes; then 1.5104 + CXXFLAGS="-O2" 1.5105 + else 1.5106 + CXXFLAGS= 1.5107 + fi 1.5108 +fi 1.5109 +ac_ext=c 1.5110 +ac_cpp='$CPP $CPPFLAGS' 1.5111 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.5112 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.5113 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.5114 + 1.5115 +depcc="$CXX" am_compiler_list= 1.5116 + 1.5117 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 1.5118 +$as_echo_n "checking dependency style of $depcc... " >&6; } 1.5119 +if ${am_cv_CXX_dependencies_compiler_type+:} false; then : 1.5120 + $as_echo_n "(cached) " >&6 1.5121 +else 1.5122 + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 1.5123 + # We make a subdir and do the tests there. Otherwise we can end up 1.5124 + # making bogus files that we don't know about and never remove. For 1.5125 + # instance it was reported that on HP-UX the gcc test will end up 1.5126 + # making a dummy file named `D' -- because `-MD' means `put the output 1.5127 + # in D'. 1.5128 + rm -rf conftest.dir 1.5129 + mkdir conftest.dir 1.5130 + # Copy depcomp to subdir because otherwise we won't find it if we're 1.5131 + # using a relative directory. 1.5132 + cp "$am_depcomp" conftest.dir 1.5133 + cd conftest.dir 1.5134 + # We will build objects and dependencies in a subdirectory because 1.5135 + # it helps to detect inapplicable dependency modes. For instance 1.5136 + # both Tru64's cc and ICC support -MD to output dependencies as a 1.5137 + # side effect of compilation, but ICC will put the dependencies in 1.5138 + # the current directory while Tru64 will put them in the object 1.5139 + # directory. 1.5140 + mkdir sub 1.5141 + 1.5142 + am_cv_CXX_dependencies_compiler_type=none 1.5143 + if test "$am_compiler_list" = ""; then 1.5144 + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 1.5145 + fi 1.5146 + am__universal=false 1.5147 + case " $depcc " in #( 1.5148 + *\ -arch\ *\ -arch\ *) am__universal=true ;; 1.5149 + esac 1.5150 + 1.5151 + for depmode in $am_compiler_list; do 1.5152 + # Setup a source with many dependencies, because some compilers 1.5153 + # like to wrap large dependency lists on column 80 (with \), and 1.5154 + # we should not choose a depcomp mode which is confused by this. 1.5155 + # 1.5156 + # We need to recreate these files for each test, as the compiler may 1.5157 + # overwrite some of them when testing with obscure command lines. 1.5158 + # This happens at least with the AIX C compiler. 1.5159 + : > sub/conftest.c 1.5160 + for i in 1 2 3 4 5 6; do 1.5161 + echo '#include "conftst'$i'.h"' >> sub/conftest.c 1.5162 + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 1.5163 + # Solaris 8's {/usr,}/bin/sh. 1.5164 + touch sub/conftst$i.h 1.5165 + done 1.5166 + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 1.5167 + 1.5168 + # We check with `-c' and `-o' for the sake of the "dashmstdout" 1.5169 + # mode. It turns out that the SunPro C++ compiler does not properly 1.5170 + # handle `-M -o', and we need to detect this. Also, some Intel 1.5171 + # versions had trouble with output in subdirs 1.5172 + am__obj=sub/conftest.${OBJEXT-o} 1.5173 + am__minus_obj="-o $am__obj" 1.5174 + case $depmode in 1.5175 + gcc) 1.5176 + # This depmode causes a compiler race in universal mode. 1.5177 + test "$am__universal" = false || continue 1.5178 + ;; 1.5179 + nosideeffect) 1.5180 + # after this tag, mechanisms are not by side-effect, so they'll 1.5181 + # only be used when explicitly requested 1.5182 + if test "x$enable_dependency_tracking" = xyes; then 1.5183 + continue 1.5184 + else 1.5185 + break 1.5186 + fi 1.5187 + ;; 1.5188 + msvc7 | msvc7msys | msvisualcpp | msvcmsys) 1.5189 + # This compiler won't grok `-c -o', but also, the minuso test has 1.5190 + # not run yet. These depmodes are late enough in the game, and 1.5191 + # so weak that their functioning should not be impacted. 1.5192 + am__obj=conftest.${OBJEXT-o} 1.5193 + am__minus_obj= 1.5194 + ;; 1.5195 + none) break ;; 1.5196 + esac 1.5197 + if depmode=$depmode \ 1.5198 + source=sub/conftest.c object=$am__obj \ 1.5199 + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 1.5200 + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 1.5201 + >/dev/null 2>conftest.err && 1.5202 + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 1.5203 + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 1.5204 + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 1.5205 + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 1.5206 + # icc doesn't choke on unknown options, it will just issue warnings 1.5207 + # or remarks (even with -Werror). So we grep stderr for any message 1.5208 + # that says an option was ignored or not supported. 1.5209 + # When given -MP, icc 7.0 and 7.1 complain thusly: 1.5210 + # icc: Command line warning: ignoring option '-M'; no argument required 1.5211 + # The diagnosis changed in icc 8.0: 1.5212 + # icc: Command line remark: option '-MP' not supported 1.5213 + if (grep 'ignoring option' conftest.err || 1.5214 + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 1.5215 + am_cv_CXX_dependencies_compiler_type=$depmode 1.5216 + break 1.5217 + fi 1.5218 + fi 1.5219 + done 1.5220 + 1.5221 + cd .. 1.5222 + rm -rf conftest.dir 1.5223 +else 1.5224 + am_cv_CXX_dependencies_compiler_type=none 1.5225 +fi 1.5226 + 1.5227 +fi 1.5228 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 1.5229 +$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } 1.5230 +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 1.5231 + 1.5232 + if 1.5233 + test "x$enable_dependency_tracking" != xno \ 1.5234 + && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then 1.5235 + am__fastdepCXX_TRUE= 1.5236 + am__fastdepCXX_FALSE='#' 1.5237 +else 1.5238 + am__fastdepCXX_TRUE='#' 1.5239 + am__fastdepCXX_FALSE= 1.5240 +fi 1.5241 + 1.5242 + 1.5243 +if test -n "$ac_tool_prefix"; then 1.5244 + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 1.5245 +set dummy ${ac_tool_prefix}ranlib; 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 ${ac_cv_prog_RANLIB+:} false; then : 1.5249 + $as_echo_n "(cached) " >&6 1.5250 +else 1.5251 + if test -n "$RANLIB"; then 1.5252 + ac_cv_prog_RANLIB="$RANLIB" # 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_RANLIB="${ac_tool_prefix}ranlib" 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 +RANLIB=$ac_cv_prog_RANLIB 1.5272 +if test -n "$RANLIB"; then 1.5273 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 1.5274 +$as_echo "$RANLIB" >&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_RANLIB"; then 1.5283 + ac_ct_RANLIB=$RANLIB 1.5284 + # Extract the first word of "ranlib", so it can be a program name with args. 1.5285 +set dummy ranlib; 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 ${ac_cv_prog_ac_ct_RANLIB+:} false; then : 1.5289 + $as_echo_n "(cached) " >&6 1.5290 +else 1.5291 + if test -n "$ac_ct_RANLIB"; then 1.5292 + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # 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_RANLIB="ranlib" 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_RANLIB=$ac_cv_prog_ac_ct_RANLIB 1.5312 +if test -n "$ac_ct_RANLIB"; then 1.5313 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 1.5314 +$as_echo "$ac_ct_RANLIB" >&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_RANLIB" = x; then 1.5321 + RANLIB=":" 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 + RANLIB=$ac_ct_RANLIB 1.5330 + fi 1.5331 +else 1.5332 + RANLIB="$ac_cv_prog_RANLIB" 1.5333 +fi 1.5334 + 1.5335 + if test "$GCC" = yes; then 1.5336 + GCC_TRUE= 1.5337 + GCC_FALSE='#' 1.5338 +else 1.5339 + GCC_TRUE='#' 1.5340 + GCC_FALSE= 1.5341 +fi 1.5342 + # let the Makefile know if we're gcc 1.5343 + 1.5344 + 1.5345 + 1.5346 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 1.5347 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 1.5348 +if ${ac_cv_path_GREP+:} false; then : 1.5349 + $as_echo_n "(cached) " >&6 1.5350 +else 1.5351 + if test -z "$GREP"; then 1.5352 + ac_path_GREP_found=false 1.5353 + # Loop through the user's path and test for each of PROGNAME-LIST 1.5354 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5355 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 1.5356 +do 1.5357 + IFS=$as_save_IFS 1.5358 + test -z "$as_dir" && as_dir=. 1.5359 + for ac_prog in grep ggrep; do 1.5360 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5361 + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 1.5362 + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 1.5363 +# Check for GNU ac_path_GREP and select it if it is found. 1.5364 + # Check for GNU $ac_path_GREP 1.5365 +case `"$ac_path_GREP" --version 2>&1` in 1.5366 +*GNU*) 1.5367 + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 1.5368 +*) 1.5369 + ac_count=0 1.5370 + $as_echo_n 0123456789 >"conftest.in" 1.5371 + while : 1.5372 + do 1.5373 + cat "conftest.in" "conftest.in" >"conftest.tmp" 1.5374 + mv "conftest.tmp" "conftest.in" 1.5375 + cp "conftest.in" "conftest.nl" 1.5376 + $as_echo 'GREP' >> "conftest.nl" 1.5377 + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 1.5378 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 1.5379 + as_fn_arith $ac_count + 1 && ac_count=$as_val 1.5380 + if test $ac_count -gt ${ac_path_GREP_max-0}; then 1.5381 + # Best one so far, save it but keep looking for a better one 1.5382 + ac_cv_path_GREP="$ac_path_GREP" 1.5383 + ac_path_GREP_max=$ac_count 1.5384 + fi 1.5385 + # 10*(2^10) chars as input seems more than enough 1.5386 + test $ac_count -gt 10 && break 1.5387 + done 1.5388 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 1.5389 +esac 1.5390 + 1.5391 + $ac_path_GREP_found && break 3 1.5392 + done 1.5393 + done 1.5394 + done 1.5395 +IFS=$as_save_IFS 1.5396 + if test -z "$ac_cv_path_GREP"; then 1.5397 + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 1.5398 + fi 1.5399 +else 1.5400 + ac_cv_path_GREP=$GREP 1.5401 +fi 1.5402 + 1.5403 +fi 1.5404 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 1.5405 +$as_echo "$ac_cv_path_GREP" >&6; } 1.5406 + GREP="$ac_cv_path_GREP" 1.5407 + 1.5408 + 1.5409 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 1.5410 +$as_echo_n "checking for egrep... " >&6; } 1.5411 +if ${ac_cv_path_EGREP+:} false; then : 1.5412 + $as_echo_n "(cached) " >&6 1.5413 +else 1.5414 + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 1.5415 + then ac_cv_path_EGREP="$GREP -E" 1.5416 + else 1.5417 + if test -z "$EGREP"; then 1.5418 + ac_path_EGREP_found=false 1.5419 + # Loop through the user's path and test for each of PROGNAME-LIST 1.5420 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5421 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 1.5422 +do 1.5423 + IFS=$as_save_IFS 1.5424 + test -z "$as_dir" && as_dir=. 1.5425 + for ac_prog in egrep; do 1.5426 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5427 + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 1.5428 + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 1.5429 +# Check for GNU ac_path_EGREP and select it if it is found. 1.5430 + # Check for GNU $ac_path_EGREP 1.5431 +case `"$ac_path_EGREP" --version 2>&1` in 1.5432 +*GNU*) 1.5433 + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 1.5434 +*) 1.5435 + ac_count=0 1.5436 + $as_echo_n 0123456789 >"conftest.in" 1.5437 + while : 1.5438 + do 1.5439 + cat "conftest.in" "conftest.in" >"conftest.tmp" 1.5440 + mv "conftest.tmp" "conftest.in" 1.5441 + cp "conftest.in" "conftest.nl" 1.5442 + $as_echo 'EGREP' >> "conftest.nl" 1.5443 + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 1.5444 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 1.5445 + as_fn_arith $ac_count + 1 && ac_count=$as_val 1.5446 + if test $ac_count -gt ${ac_path_EGREP_max-0}; then 1.5447 + # Best one so far, save it but keep looking for a better one 1.5448 + ac_cv_path_EGREP="$ac_path_EGREP" 1.5449 + ac_path_EGREP_max=$ac_count 1.5450 + fi 1.5451 + # 10*(2^10) chars as input seems more than enough 1.5452 + test $ac_count -gt 10 && break 1.5453 + done 1.5454 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 1.5455 +esac 1.5456 + 1.5457 + $ac_path_EGREP_found && break 3 1.5458 + done 1.5459 + done 1.5460 + done 1.5461 +IFS=$as_save_IFS 1.5462 + if test -z "$ac_cv_path_EGREP"; then 1.5463 + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 1.5464 + fi 1.5465 +else 1.5466 + ac_cv_path_EGREP=$EGREP 1.5467 +fi 1.5468 + 1.5469 + fi 1.5470 +fi 1.5471 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 1.5472 +$as_echo "$ac_cv_path_EGREP" >&6; } 1.5473 + EGREP="$ac_cv_path_EGREP" 1.5474 + 1.5475 + 1.5476 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 1.5477 +$as_echo_n "checking for ANSI C header files... " >&6; } 1.5478 +if ${ac_cv_header_stdc+:} false; then : 1.5479 + $as_echo_n "(cached) " >&6 1.5480 +else 1.5481 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.5482 +/* end confdefs.h. */ 1.5483 +#include <stdlib.h> 1.5484 +#include <stdarg.h> 1.5485 +#include <string.h> 1.5486 +#include <float.h> 1.5487 + 1.5488 +int 1.5489 +main () 1.5490 +{ 1.5491 + 1.5492 + ; 1.5493 + return 0; 1.5494 +} 1.5495 +_ACEOF 1.5496 +if ac_fn_c_try_compile "$LINENO"; then : 1.5497 + ac_cv_header_stdc=yes 1.5498 +else 1.5499 + ac_cv_header_stdc=no 1.5500 +fi 1.5501 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1.5502 + 1.5503 +if test $ac_cv_header_stdc = yes; then 1.5504 + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1.5505 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.5506 +/* end confdefs.h. */ 1.5507 +#include <string.h> 1.5508 + 1.5509 +_ACEOF 1.5510 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1.5511 + $EGREP "memchr" >/dev/null 2>&1; then : 1.5512 + 1.5513 +else 1.5514 + ac_cv_header_stdc=no 1.5515 +fi 1.5516 +rm -f conftest* 1.5517 + 1.5518 +fi 1.5519 + 1.5520 +if test $ac_cv_header_stdc = yes; then 1.5521 + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1.5522 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.5523 +/* end confdefs.h. */ 1.5524 +#include <stdlib.h> 1.5525 + 1.5526 +_ACEOF 1.5527 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1.5528 + $EGREP "free" >/dev/null 2>&1; then : 1.5529 + 1.5530 +else 1.5531 + ac_cv_header_stdc=no 1.5532 +fi 1.5533 +rm -f conftest* 1.5534 + 1.5535 +fi 1.5536 + 1.5537 +if test $ac_cv_header_stdc = yes; then 1.5538 + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 1.5539 + if test "$cross_compiling" = yes; then : 1.5540 + : 1.5541 +else 1.5542 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.5543 +/* end confdefs.h. */ 1.5544 +#include <ctype.h> 1.5545 +#include <stdlib.h> 1.5546 +#if ((' ' & 0x0FF) == 0x020) 1.5547 +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 1.5548 +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 1.5549 +#else 1.5550 +# define ISLOWER(c) \ 1.5551 + (('a' <= (c) && (c) <= 'i') \ 1.5552 + || ('j' <= (c) && (c) <= 'r') \ 1.5553 + || ('s' <= (c) && (c) <= 'z')) 1.5554 +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 1.5555 +#endif 1.5556 + 1.5557 +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 1.5558 +int 1.5559 +main () 1.5560 +{ 1.5561 + int i; 1.5562 + for (i = 0; i < 256; i++) 1.5563 + if (XOR (islower (i), ISLOWER (i)) 1.5564 + || toupper (i) != TOUPPER (i)) 1.5565 + return 2; 1.5566 + return 0; 1.5567 +} 1.5568 +_ACEOF 1.5569 +if ac_fn_c_try_run "$LINENO"; then : 1.5570 + 1.5571 +else 1.5572 + ac_cv_header_stdc=no 1.5573 +fi 1.5574 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 1.5575 + conftest.$ac_objext conftest.beam conftest.$ac_ext 1.5576 +fi 1.5577 + 1.5578 +fi 1.5579 +fi 1.5580 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 1.5581 +$as_echo "$ac_cv_header_stdc" >&6; } 1.5582 +if test $ac_cv_header_stdc = yes; then 1.5583 + 1.5584 +$as_echo "#define STDC_HEADERS 1" >>confdefs.h 1.5585 + 1.5586 +fi 1.5587 + 1.5588 +# =========================================================================== 1.5589 +# http://www.nongnu.org/autoconf-archive/ax_pthread.html 1.5590 +# =========================================================================== 1.5591 +# 1.5592 +# SYNOPSIS 1.5593 +# 1.5594 +# AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) 1.5595 +# 1.5596 +# DESCRIPTION 1.5597 +# 1.5598 +# This macro figures out how to build C programs using POSIX threads. It 1.5599 +# sets the PTHREAD_LIBS output variable to the threads library and linker 1.5600 +# flags, and the PTHREAD_CFLAGS output variable to any special C compiler 1.5601 +# flags that are needed. (The user can also force certain compiler 1.5602 +# flags/libs to be tested by setting these environment variables.) 1.5603 +# 1.5604 +# Also sets PTHREAD_CC to any special C compiler that is needed for 1.5605 +# multi-threaded programs (defaults to the value of CC otherwise). (This 1.5606 +# is necessary on AIX to use the special cc_r compiler alias.) 1.5607 +# 1.5608 +# NOTE: You are assumed to not only compile your program with these flags, 1.5609 +# but also link it with them as well. e.g. you should link with 1.5610 +# $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS $LIBS 1.5611 +# 1.5612 +# If you are only building threads programs, you may wish to use these 1.5613 +# variables in your default LIBS, CFLAGS, and CC: 1.5614 +# 1.5615 +# LIBS="$PTHREAD_LIBS $LIBS" 1.5616 +# CFLAGS="$CFLAGS $PTHREAD_CFLAGS" 1.5617 +# CC="$PTHREAD_CC" 1.5618 +# 1.5619 +# In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant 1.5620 +# has a nonstandard name, defines PTHREAD_CREATE_JOINABLE to that name 1.5621 +# (e.g. PTHREAD_CREATE_UNDETACHED on AIX). 1.5622 +# 1.5623 +# ACTION-IF-FOUND is a list of shell commands to run if a threads library 1.5624 +# is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it 1.5625 +# is not found. If ACTION-IF-FOUND is not specified, the default action 1.5626 +# will define HAVE_PTHREAD. 1.5627 +# 1.5628 +# Please let the authors know if this macro fails on any platform, or if 1.5629 +# you have any other suggestions or comments. This macro was based on work 1.5630 +# by SGJ on autoconf scripts for FFTW (http://www.fftw.org/) (with help 1.5631 +# from M. Frigo), as well as ac_pthread and hb_pthread macros posted by 1.5632 +# Alejandro Forero Cuervo to the autoconf macro repository. We are also 1.5633 +# grateful for the helpful feedback of numerous users. 1.5634 +# 1.5635 +# LICENSE 1.5636 +# 1.5637 +# Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu> 1.5638 +# 1.5639 +# This program is free software: you can redistribute it and/or modify it 1.5640 +# under the terms of the GNU General Public License as published by the 1.5641 +# Free Software Foundation, either version 3 of the License, or (at your 1.5642 +# option) any later version. 1.5643 +# 1.5644 +# This program is distributed in the hope that it will be useful, but 1.5645 +# WITHOUT ANY WARRANTY; without even the implied warranty of 1.5646 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 1.5647 +# Public License for more details. 1.5648 +# 1.5649 +# You should have received a copy of the GNU General Public License along 1.5650 +# with this program. If not, see <http://www.gnu.org/licenses/>. 1.5651 +# 1.5652 +# As a special exception, the respective Autoconf Macro's copyright owner 1.5653 +# gives unlimited permission to copy, distribute and modify the configure 1.5654 +# scripts that are the output of Autoconf when processing the Macro. You 1.5655 +# need not follow the terms of the GNU General Public License when using 1.5656 +# or distributing such scripts, even though portions of the text of the 1.5657 +# Macro appear in them. The GNU General Public License (GPL) does govern 1.5658 +# all other use of the material that constitutes the Autoconf Macro. 1.5659 +# 1.5660 +# This special exception to the GPL applies to versions of the Autoconf 1.5661 +# Macro released by the Autoconf Archive. When you make and distribute a 1.5662 +# modified version of the Autoconf Macro, you may extend this special 1.5663 +# exception to the GPL to apply to your modified version as well. 1.5664 + 1.5665 +#serial 6 1.5666 + 1.5667 +# This is what autoupdate's m4 run will expand. It fires 1.5668 +# the warning (with _au_warn_XXX), outputs it into the 1.5669 +# updated configure.ac (with AC_DIAGNOSE), and then outputs 1.5670 +# the replacement expansion. 1.5671 + 1.5672 + 1.5673 +# This is an auxiliary macro that is also run when 1.5674 +# autoupdate runs m4. It simply calls m4_warning, but 1.5675 +# we need a wrapper so that each warning is emitted only 1.5676 +# once. We break the quoting in m4_warning's argument in 1.5677 +# order to expand this macro's arguments, not AU_DEFUN's. 1.5678 + 1.5679 + 1.5680 +# Finally, this is the expansion that is picked up by 1.5681 +# autoconf. It tells the user to run autoupdate, and 1.5682 +# then outputs the replacement expansion. We do not care 1.5683 +# about autoupdate's warning because that contains 1.5684 +# information on what to do *after* running autoupdate. 1.5685 + 1.5686 + 1.5687 + 1.5688 + 1.5689 +ac_ext=c 1.5690 +ac_cpp='$CPP $CPPFLAGS' 1.5691 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.5692 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.5693 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.5694 + 1.5695 +ax_pthread_ok=no 1.5696 + 1.5697 +# We used to check for pthread.h first, but this fails if pthread.h 1.5698 +# requires special compiler flags (e.g. on True64 or Sequent). 1.5699 +# It gets checked for in the link test anyway. 1.5700 + 1.5701 +# First of all, check if the user has set any of the PTHREAD_LIBS, 1.5702 +# etcetera environment variables, and if threads linking works using 1.5703 +# them: 1.5704 +if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then 1.5705 + save_CFLAGS="$CFLAGS" 1.5706 + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" 1.5707 + save_LIBS="$LIBS" 1.5708 + LIBS="$PTHREAD_LIBS $LIBS" 1.5709 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5 1.5710 +$as_echo_n "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... " >&6; } 1.5711 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.5712 +/* end confdefs.h. */ 1.5713 + 1.5714 +/* Override any GCC internal prototype to avoid an error. 1.5715 + Use char because int might match the return type of a GCC 1.5716 + builtin and then its argument prototype would still apply. */ 1.5717 +#ifdef __cplusplus 1.5718 +extern "C" 1.5719 +#endif 1.5720 +char pthread_join (); 1.5721 +int 1.5722 +main () 1.5723 +{ 1.5724 +return pthread_join (); 1.5725 + ; 1.5726 + return 0; 1.5727 +} 1.5728 +_ACEOF 1.5729 +if ac_fn_c_try_link "$LINENO"; then : 1.5730 + ax_pthread_ok=yes 1.5731 +fi 1.5732 +rm -f core conftest.err conftest.$ac_objext \ 1.5733 + conftest$ac_exeext conftest.$ac_ext 1.5734 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5 1.5735 +$as_echo "$ax_pthread_ok" >&6; } 1.5736 + if test x"$ax_pthread_ok" = xno; then 1.5737 + PTHREAD_LIBS="" 1.5738 + PTHREAD_CFLAGS="" 1.5739 + fi 1.5740 + LIBS="$save_LIBS" 1.5741 + CFLAGS="$save_CFLAGS" 1.5742 +fi 1.5743 + 1.5744 +# We must check for the threads library under a number of different 1.5745 +# names; the ordering is very important because some systems 1.5746 +# (e.g. DEC) have both -lpthread and -lpthreads, where one of the 1.5747 +# libraries is broken (non-POSIX). 1.5748 + 1.5749 +# Create a list of thread flags to try. Items starting with a "-" are 1.5750 +# C compiler flags, and other items are library names, except for "none" 1.5751 +# which indicates that we try without any flags at all, and "pthread-config" 1.5752 +# which is a program returning the flags for the Pth emulation library. 1.5753 + 1.5754 +ax_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" 1.5755 + 1.5756 +# The ordering *is* (sometimes) important. Some notes on the 1.5757 +# individual items follow: 1.5758 + 1.5759 +# pthreads: AIX (must check this before -lpthread) 1.5760 +# none: in case threads are in libc; should be tried before -Kthread and 1.5761 +# other compiler flags to prevent continual compiler warnings 1.5762 +# -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) 1.5763 +# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) 1.5764 +# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) 1.5765 +# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads) 1.5766 +# -pthreads: Solaris/gcc 1.5767 +# -mthreads: Mingw32/gcc, Lynx/gcc 1.5768 +# -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it 1.5769 +# doesn't hurt to check since this sometimes defines pthreads too; 1.5770 +# also defines -D_REENTRANT) 1.5771 +# ... -mt is also the pthreads flag for HP/aCC 1.5772 +# pthread: Linux, etcetera 1.5773 +# --thread-safe: KAI C++ 1.5774 +# pthread-config: use pthread-config program (for GNU Pth library) 1.5775 + 1.5776 +case "${host_cpu}-${host_os}" in 1.5777 + *solaris*) 1.5778 + 1.5779 + # On Solaris (at least, for some versions), libc contains stubbed 1.5780 + # (non-functional) versions of the pthreads routines, so link-based 1.5781 + # tests will erroneously succeed. (We need to link with -pthreads/-mt/ 1.5782 + # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather 1.5783 + # a function called by this macro, so we could check for that, but 1.5784 + # who knows whether they'll stub that too in a future libc.) So, 1.5785 + # we'll just look for -pthreads and -lpthread first: 1.5786 + 1.5787 + ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags" 1.5788 + ;; 1.5789 + 1.5790 + *-darwin*) 1.5791 + acx_pthread_flags="-pthread $acx_pthread_flags" 1.5792 + ;; 1.5793 +esac 1.5794 + 1.5795 +if test x"$ax_pthread_ok" = xno; then 1.5796 +for flag in $ax_pthread_flags; do 1.5797 + 1.5798 + case $flag in 1.5799 + none) 1.5800 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5 1.5801 +$as_echo_n "checking whether pthreads work without any flags... " >&6; } 1.5802 + ;; 1.5803 + 1.5804 + -*) 1.5805 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $flag" >&5 1.5806 +$as_echo_n "checking whether pthreads work with $flag... " >&6; } 1.5807 + PTHREAD_CFLAGS="$flag" 1.5808 + ;; 1.5809 + 1.5810 + pthread-config) 1.5811 + # Extract the first word of "pthread-config", so it can be a program name with args. 1.5812 +set dummy pthread-config; ac_word=$2 1.5813 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.5814 +$as_echo_n "checking for $ac_word... " >&6; } 1.5815 +if ${ac_cv_prog_ax_pthread_config+:} false; then : 1.5816 + $as_echo_n "(cached) " >&6 1.5817 +else 1.5818 + if test -n "$ax_pthread_config"; then 1.5819 + ac_cv_prog_ax_pthread_config="$ax_pthread_config" # Let the user override the test. 1.5820 +else 1.5821 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5822 +for as_dir in $PATH 1.5823 +do 1.5824 + IFS=$as_save_IFS 1.5825 + test -z "$as_dir" && as_dir=. 1.5826 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5827 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.5828 + ac_cv_prog_ax_pthread_config="yes" 1.5829 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.5830 + break 2 1.5831 + fi 1.5832 +done 1.5833 + done 1.5834 +IFS=$as_save_IFS 1.5835 + 1.5836 + test -z "$ac_cv_prog_ax_pthread_config" && ac_cv_prog_ax_pthread_config="no" 1.5837 +fi 1.5838 +fi 1.5839 +ax_pthread_config=$ac_cv_prog_ax_pthread_config 1.5840 +if test -n "$ax_pthread_config"; then 1.5841 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_config" >&5 1.5842 +$as_echo "$ax_pthread_config" >&6; } 1.5843 +else 1.5844 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.5845 +$as_echo "no" >&6; } 1.5846 +fi 1.5847 + 1.5848 + 1.5849 + if test x"$ax_pthread_config" = xno; then continue; fi 1.5850 + PTHREAD_CFLAGS="`pthread-config --cflags`" 1.5851 + PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`" 1.5852 + ;; 1.5853 + 1.5854 + *) 1.5855 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$flag" >&5 1.5856 +$as_echo_n "checking for the pthreads library -l$flag... " >&6; } 1.5857 + PTHREAD_LIBS="-l$flag" 1.5858 + ;; 1.5859 + esac 1.5860 + 1.5861 + save_LIBS="$LIBS" 1.5862 + save_CFLAGS="$CFLAGS" 1.5863 + LIBS="$PTHREAD_LIBS $LIBS" 1.5864 + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" 1.5865 + 1.5866 + # Check for various functions. We must include pthread.h, 1.5867 + # since some functions may be macros. (On the Sequent, we 1.5868 + # need a special flag -Kthread to make this header compile.) 1.5869 + # We check for pthread_join because it is in -lpthread on IRIX 1.5870 + # while pthread_create is in libc. We check for pthread_attr_init 1.5871 + # due to DEC craziness with -lpthreads. We check for 1.5872 + # pthread_cleanup_push because it is one of the few pthread 1.5873 + # functions on Solaris that doesn't have a non-functional libc stub. 1.5874 + # We try pthread_create on general principles. 1.5875 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.5876 +/* end confdefs.h. */ 1.5877 +#include <pthread.h> 1.5878 + static void routine(void* a) {a=0;} 1.5879 + static void* start_routine(void* a) {return a;} 1.5880 +int 1.5881 +main () 1.5882 +{ 1.5883 +pthread_t th; pthread_attr_t attr; 1.5884 + pthread_join(th, 0); 1.5885 + pthread_attr_init(&attr); 1.5886 + pthread_cleanup_push(routine, 0); 1.5887 + pthread_create(&th,0,start_routine,0); 1.5888 + pthread_cleanup_pop(0); 1.5889 + ; 1.5890 + return 0; 1.5891 +} 1.5892 +_ACEOF 1.5893 +if ac_fn_c_try_link "$LINENO"; then : 1.5894 + ax_pthread_ok=yes 1.5895 +fi 1.5896 +rm -f core conftest.err conftest.$ac_objext \ 1.5897 + conftest$ac_exeext conftest.$ac_ext 1.5898 + 1.5899 + LIBS="$save_LIBS" 1.5900 + CFLAGS="$save_CFLAGS" 1.5901 + 1.5902 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5 1.5903 +$as_echo "$ax_pthread_ok" >&6; } 1.5904 + if test "x$ax_pthread_ok" = xyes; then 1.5905 + break; 1.5906 + fi 1.5907 + 1.5908 + PTHREAD_LIBS="" 1.5909 + PTHREAD_CFLAGS="" 1.5910 +done 1.5911 +fi 1.5912 + 1.5913 +# Various other checks: 1.5914 +if test "x$ax_pthread_ok" = xyes; then 1.5915 + save_LIBS="$LIBS" 1.5916 + LIBS="$PTHREAD_LIBS $LIBS" 1.5917 + save_CFLAGS="$CFLAGS" 1.5918 + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" 1.5919 + 1.5920 + # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. 1.5921 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for joinable pthread attribute" >&5 1.5922 +$as_echo_n "checking for joinable pthread attribute... " >&6; } 1.5923 + attr_name=unknown 1.5924 + for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do 1.5925 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.5926 +/* end confdefs.h. */ 1.5927 +#include <pthread.h> 1.5928 +int 1.5929 +main () 1.5930 +{ 1.5931 +int attr=$attr; return attr; 1.5932 + ; 1.5933 + return 0; 1.5934 +} 1.5935 +_ACEOF 1.5936 +if ac_fn_c_try_link "$LINENO"; then : 1.5937 + attr_name=$attr; break 1.5938 +fi 1.5939 +rm -f core conftest.err conftest.$ac_objext \ 1.5940 + conftest$ac_exeext conftest.$ac_ext 1.5941 + done 1.5942 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $attr_name" >&5 1.5943 +$as_echo "$attr_name" >&6; } 1.5944 + if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then 1.5945 + 1.5946 +cat >>confdefs.h <<_ACEOF 1.5947 +#define PTHREAD_CREATE_JOINABLE $attr_name 1.5948 +_ACEOF 1.5949 + 1.5950 + fi 1.5951 + 1.5952 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if more special flags are required for pthreads" >&5 1.5953 +$as_echo_n "checking if more special flags are required for pthreads... " >&6; } 1.5954 + flag=no 1.5955 + case "${host_cpu}-${host_os}" in 1.5956 + *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";; 1.5957 + *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; 1.5958 + esac 1.5959 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5 1.5960 +$as_echo "${flag}" >&6; } 1.5961 + if test "x$flag" != xno; then 1.5962 + PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS" 1.5963 + fi 1.5964 + 1.5965 + LIBS="$save_LIBS" 1.5966 + CFLAGS="$save_CFLAGS" 1.5967 + 1.5968 + # More AIX lossage: must compile with xlc_r or cc_r 1.5969 + if test x"$GCC" != xyes; then 1.5970 + for ac_prog in xlc_r cc_r 1.5971 +do 1.5972 + # Extract the first word of "$ac_prog", so it can be a program name with args. 1.5973 +set dummy $ac_prog; ac_word=$2 1.5974 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1.5975 +$as_echo_n "checking for $ac_word... " >&6; } 1.5976 +if ${ac_cv_prog_PTHREAD_CC+:} false; then : 1.5977 + $as_echo_n "(cached) " >&6 1.5978 +else 1.5979 + if test -n "$PTHREAD_CC"; then 1.5980 + ac_cv_prog_PTHREAD_CC="$PTHREAD_CC" # Let the user override the test. 1.5981 +else 1.5982 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5983 +for as_dir in $PATH 1.5984 +do 1.5985 + IFS=$as_save_IFS 1.5986 + test -z "$as_dir" && as_dir=. 1.5987 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5988 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1.5989 + ac_cv_prog_PTHREAD_CC="$ac_prog" 1.5990 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 1.5991 + break 2 1.5992 + fi 1.5993 +done 1.5994 + done 1.5995 +IFS=$as_save_IFS 1.5996 + 1.5997 +fi 1.5998 +fi 1.5999 +PTHREAD_CC=$ac_cv_prog_PTHREAD_CC 1.6000 +if test -n "$PTHREAD_CC"; then 1.6001 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PTHREAD_CC" >&5 1.6002 +$as_echo "$PTHREAD_CC" >&6; } 1.6003 +else 1.6004 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 1.6005 +$as_echo "no" >&6; } 1.6006 +fi 1.6007 + 1.6008 + 1.6009 + test -n "$PTHREAD_CC" && break 1.6010 +done 1.6011 +test -n "$PTHREAD_CC" || PTHREAD_CC="${CC}" 1.6012 + 1.6013 + else 1.6014 + PTHREAD_CC=$CC 1.6015 + fi 1.6016 +else 1.6017 + PTHREAD_CC="$CC" 1.6018 +fi 1.6019 + 1.6020 + 1.6021 + 1.6022 + 1.6023 + 1.6024 +# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: 1.6025 +if test x"$ax_pthread_ok" = xyes; then 1.6026 + 1.6027 +$as_echo "#define HAVE_PTHREAD 1" >>confdefs.h 1.6028 + 1.6029 + : 1.6030 +else 1.6031 + ax_pthread_ok=no 1.6032 + 1.6033 +fi 1.6034 +ac_ext=c 1.6035 +ac_cpp='$CPP $CPPFLAGS' 1.6036 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.6037 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.6038 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.6039 + 1.6040 + 1.6041 +# On IRIX 5.3, sys/types and inttypes.h are conflicting. 1.6042 +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 1.6043 + inttypes.h stdint.h unistd.h 1.6044 +do : 1.6045 + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 1.6046 +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 1.6047 +" 1.6048 +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 1.6049 + cat >>confdefs.h <<_ACEOF 1.6050 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 1.6051 +_ACEOF 1.6052 + 1.6053 +fi 1.6054 + 1.6055 +done 1.6056 + 1.6057 + 1.6058 +for ac_header in a.out.h 1.6059 +do : 1.6060 + ac_fn_c_check_header_mongrel "$LINENO" "a.out.h" "ac_cv_header_a_out_h" "$ac_includes_default" 1.6061 +if test "x$ac_cv_header_a_out_h" = xyes; then : 1.6062 + cat >>confdefs.h <<_ACEOF 1.6063 +#define HAVE_A_OUT_H 1 1.6064 +_ACEOF 1.6065 + 1.6066 +fi 1.6067 + 1.6068 +done 1.6069 + 1.6070 + 1.6071 +# Only build Linux client libs when compiling for Linux 1.6072 +case $host in 1.6073 + *-*-linux* | *-android* ) 1.6074 + LINUX_HOST=true 1.6075 + ;; 1.6076 +esac 1.6077 + if test x$LINUX_HOST = xtrue; then 1.6078 + LINUX_HOST_TRUE= 1.6079 + LINUX_HOST_FALSE='#' 1.6080 +else 1.6081 + LINUX_HOST_TRUE='#' 1.6082 + LINUX_HOST_FALSE= 1.6083 +fi 1.6084 + 1.6085 + 1.6086 +# Only use Android support headers when compiling for Android 1.6087 +case $host in 1.6088 + *-android*) 1.6089 + ANDROID_HOST=true 1.6090 + ;; 1.6091 +esac 1.6092 + if test x$ANDROID_HOST = xtrue; then 1.6093 + ANDROID_HOST_TRUE= 1.6094 + ANDROID_HOST_FALSE='#' 1.6095 +else 1.6096 + ANDROID_HOST_TRUE='#' 1.6097 + ANDROID_HOST_FALSE= 1.6098 +fi 1.6099 + 1.6100 + 1.6101 +# Check whether --enable-m32 was given. 1.6102 +if test "${enable_m32+set}" = set; then : 1.6103 + enableval=$enable_m32; case "${enableval}" in 1.6104 + yes) 1.6105 + CFLAGS="${CFLAGS} -m32" 1.6106 + CXXFLAGS="${CXXFLAGS} -m32" 1.6107 + usem32=true 1.6108 + ;; 1.6109 + no) 1.6110 + usem32=false 1.6111 + ;; 1.6112 + *) 1.6113 + as_fn_error $? "bad value ${enableval} for --enable-m32" "$LINENO" 5 1.6114 + ;; 1.6115 + esac 1.6116 +else 1.6117 + usem32=false 1.6118 +fi 1.6119 + 1.6120 + 1.6121 +# Check whether --enable-processor was given. 1.6122 +if test "${enable_processor+set}" = set; then : 1.6123 + enableval=$enable_processor; case "${enableval}" in 1.6124 + yes) 1.6125 + disable_processor=false 1.6126 + ;; 1.6127 + no) 1.6128 + disable_processor=true 1.6129 + ;; 1.6130 + *) 1.6131 + as_fn_error $? "bad value ${enableval} for --disable-processor" "$LINENO" 5 1.6132 + ;; 1.6133 + esac 1.6134 +else 1.6135 + disable_processor=false 1.6136 +fi 1.6137 + 1.6138 + if test x$disable_processor = xtrue; then 1.6139 + DISABLE_PROCESSOR_TRUE= 1.6140 + DISABLE_PROCESSOR_FALSE='#' 1.6141 +else 1.6142 + DISABLE_PROCESSOR_TRUE='#' 1.6143 + DISABLE_PROCESSOR_FALSE= 1.6144 +fi 1.6145 + 1.6146 + 1.6147 +# Check whether --enable-tools was given. 1.6148 +if test "${enable_tools+set}" = set; then : 1.6149 + enableval=$enable_tools; case "${enableval}" in 1.6150 + yes) 1.6151 + disable_tools=false 1.6152 + ;; 1.6153 + no) 1.6154 + disable_tools=true 1.6155 + ;; 1.6156 + *) 1.6157 + as_fn_error $? "bad value ${enableval} for --disable-tools" "$LINENO" 5 1.6158 + ;; 1.6159 + esac 1.6160 +else 1.6161 + disable_tools=false 1.6162 +fi 1.6163 + 1.6164 + if test x$disable_tools = xtrue; then 1.6165 + DISABLE_TOOLS_TRUE= 1.6166 + DISABLE_TOOLS_FALSE='#' 1.6167 +else 1.6168 + DISABLE_TOOLS_TRUE='#' 1.6169 + DISABLE_TOOLS_FALSE= 1.6170 +fi 1.6171 + 1.6172 + 1.6173 +if test x$LINUX_HOST = xfalse -a x$disable_processor = xtrue -a x$disable_tools = xtrue; then 1.6174 + as_fn_error $? "--disable-processor and --disable-tools were specified, and not building for Linux. Nothing to build!" "$LINENO" 5 1.6175 +fi 1.6176 + 1.6177 +# Check whether --enable-selftest was given. 1.6178 +if test "${enable_selftest+set}" = set; then : 1.6179 + enableval=$enable_selftest; case "${enableval}" in 1.6180 + yes) 1.6181 + selftest=true 1.6182 + ;; 1.6183 + no) 1.6184 + selftest=false 1.6185 + ;; 1.6186 + *) 1.6187 + as_fn_error $? "bad value ${enableval} for --enable-selftest" "$LINENO" 5 1.6188 + ;; 1.6189 + esac 1.6190 +else 1.6191 + selftest=false 1.6192 +fi 1.6193 + 1.6194 + if test x$selftest = xtrue; then 1.6195 + SELFTEST_TRUE= 1.6196 + SELFTEST_FALSE='#' 1.6197 +else 1.6198 + SELFTEST_TRUE='#' 1.6199 + SELFTEST_FALSE= 1.6200 +fi 1.6201 + 1.6202 + 1.6203 +ac_config_files="$ac_config_files Makefile" 1.6204 + 1.6205 +cat >confcache <<\_ACEOF 1.6206 +# This file is a shell script that caches the results of configure 1.6207 +# tests run on this system so they can be shared between configure 1.6208 +# scripts and configure runs, see configure's option --config-cache. 1.6209 +# It is not useful on other systems. If it contains results you don't 1.6210 +# want to keep, you may remove or edit it. 1.6211 +# 1.6212 +# config.status only pays attention to the cache file if you give it 1.6213 +# the --recheck option to rerun configure. 1.6214 +# 1.6215 +# `ac_cv_env_foo' variables (set or unset) will be overridden when 1.6216 +# loading this file, other *unset* `ac_cv_foo' will be assigned the 1.6217 +# following values. 1.6218 + 1.6219 +_ACEOF 1.6220 + 1.6221 +# The following way of writing the cache mishandles newlines in values, 1.6222 +# but we know of no workaround that is simple, portable, and efficient. 1.6223 +# So, we kill variables containing newlines. 1.6224 +# Ultrix sh set writes to stderr and can't be redirected directly, 1.6225 +# and sets the high bit in the cache file unless we assign to the vars. 1.6226 +( 1.6227 + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 1.6228 + eval ac_val=\$$ac_var 1.6229 + case $ac_val in #( 1.6230 + *${as_nl}*) 1.6231 + case $ac_var in #( 1.6232 + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1.6233 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1.6234 + esac 1.6235 + case $ac_var in #( 1.6236 + _ | IFS | as_nl) ;; #( 1.6237 + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1.6238 + *) { eval $ac_var=; unset $ac_var;} ;; 1.6239 + esac ;; 1.6240 + esac 1.6241 + done 1.6242 + 1.6243 + (set) 2>&1 | 1.6244 + case $as_nl`(ac_space=' '; set) 2>&1` in #( 1.6245 + *${as_nl}ac_space=\ *) 1.6246 + # `set' does not quote correctly, so add quotes: double-quote 1.6247 + # substitution turns \\\\ into \\, and sed turns \\ into \. 1.6248 + sed -n \ 1.6249 + "s/'/'\\\\''/g; 1.6250 + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 1.6251 + ;; #( 1.6252 + *) 1.6253 + # `set' quotes correctly as required by POSIX, so do not add quotes. 1.6254 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1.6255 + ;; 1.6256 + esac | 1.6257 + sort 1.6258 +) | 1.6259 + sed ' 1.6260 + /^ac_cv_env_/b end 1.6261 + t clear 1.6262 + :clear 1.6263 + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 1.6264 + t end 1.6265 + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 1.6266 + :end' >>confcache 1.6267 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 1.6268 + if test -w "$cache_file"; then 1.6269 + if test "x$cache_file" != "x/dev/null"; then 1.6270 + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 1.6271 +$as_echo "$as_me: updating cache $cache_file" >&6;} 1.6272 + if test ! -f "$cache_file" || test -h "$cache_file"; then 1.6273 + cat confcache >"$cache_file" 1.6274 + else 1.6275 + case $cache_file in #( 1.6276 + */* | ?:*) 1.6277 + mv -f confcache "$cache_file"$$ && 1.6278 + mv -f "$cache_file"$$ "$cache_file" ;; #( 1.6279 + *) 1.6280 + mv -f confcache "$cache_file" ;; 1.6281 + esac 1.6282 + fi 1.6283 + fi 1.6284 + else 1.6285 + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 1.6286 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 1.6287 + fi 1.6288 +fi 1.6289 +rm -f confcache 1.6290 + 1.6291 +test "x$prefix" = xNONE && prefix=$ac_default_prefix 1.6292 +# Let make expand exec_prefix. 1.6293 +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 1.6294 + 1.6295 +DEFS=-DHAVE_CONFIG_H 1.6296 + 1.6297 +ac_libobjs= 1.6298 +ac_ltlibobjs= 1.6299 +U= 1.6300 +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 1.6301 + # 1. Remove the extension, and $U if already installed. 1.6302 + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 1.6303 + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 1.6304 + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 1.6305 + # will be set to the directory where LIBOBJS objects are built. 1.6306 + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" 1.6307 + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' 1.6308 +done 1.6309 +LIBOBJS=$ac_libobjs 1.6310 + 1.6311 +LTLIBOBJS=$ac_ltlibobjs 1.6312 + 1.6313 + 1.6314 + if test -n "$EXEEXT"; then 1.6315 + am__EXEEXT_TRUE= 1.6316 + am__EXEEXT_FALSE='#' 1.6317 +else 1.6318 + am__EXEEXT_TRUE='#' 1.6319 + am__EXEEXT_FALSE= 1.6320 +fi 1.6321 + 1.6322 +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 1.6323 + as_fn_error $? "conditional \"AMDEP\" was never defined. 1.6324 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.6325 +fi 1.6326 +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 1.6327 + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. 1.6328 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.6329 +fi 1.6330 +if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then 1.6331 + as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined. 1.6332 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.6333 +fi 1.6334 +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 1.6335 + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. 1.6336 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.6337 +fi 1.6338 +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 1.6339 + as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. 1.6340 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.6341 +fi 1.6342 +if test -z "${GCC_TRUE}" && test -z "${GCC_FALSE}"; then 1.6343 + as_fn_error $? "conditional \"GCC\" was never defined. 1.6344 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.6345 +fi 1.6346 +if test -z "${LINUX_HOST_TRUE}" && test -z "${LINUX_HOST_FALSE}"; then 1.6347 + as_fn_error $? "conditional \"LINUX_HOST\" was never defined. 1.6348 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.6349 +fi 1.6350 +if test -z "${ANDROID_HOST_TRUE}" && test -z "${ANDROID_HOST_FALSE}"; then 1.6351 + as_fn_error $? "conditional \"ANDROID_HOST\" was never defined. 1.6352 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.6353 +fi 1.6354 +if test -z "${DISABLE_PROCESSOR_TRUE}" && test -z "${DISABLE_PROCESSOR_FALSE}"; then 1.6355 + as_fn_error $? "conditional \"DISABLE_PROCESSOR\" was never defined. 1.6356 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.6357 +fi 1.6358 +if test -z "${DISABLE_TOOLS_TRUE}" && test -z "${DISABLE_TOOLS_FALSE}"; then 1.6359 + as_fn_error $? "conditional \"DISABLE_TOOLS\" was never defined. 1.6360 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.6361 +fi 1.6362 +if test -z "${SELFTEST_TRUE}" && test -z "${SELFTEST_FALSE}"; then 1.6363 + as_fn_error $? "conditional \"SELFTEST\" was never defined. 1.6364 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 1.6365 +fi 1.6366 + 1.6367 +: "${CONFIG_STATUS=./config.status}" 1.6368 +ac_write_fail=0 1.6369 +ac_clean_files_save=$ac_clean_files 1.6370 +ac_clean_files="$ac_clean_files $CONFIG_STATUS" 1.6371 +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 1.6372 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 1.6373 +as_write_fail=0 1.6374 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 1.6375 +#! $SHELL 1.6376 +# Generated by $as_me. 1.6377 +# Run this file to recreate the current configuration. 1.6378 +# Compiler output produced by configure, useful for debugging 1.6379 +# configure, is in config.log if it exists. 1.6380 + 1.6381 +debug=false 1.6382 +ac_cs_recheck=false 1.6383 +ac_cs_silent=false 1.6384 + 1.6385 +SHELL=\${CONFIG_SHELL-$SHELL} 1.6386 +export SHELL 1.6387 +_ASEOF 1.6388 +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 1.6389 +## -------------------- ## 1.6390 +## M4sh Initialization. ## 1.6391 +## -------------------- ## 1.6392 + 1.6393 +# Be more Bourne compatible 1.6394 +DUALCASE=1; export DUALCASE # for MKS sh 1.6395 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 1.6396 + emulate sh 1.6397 + NULLCMD=: 1.6398 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 1.6399 + # is contrary to our usage. Disable this feature. 1.6400 + alias -g '${1+"$@"}'='"$@"' 1.6401 + setopt NO_GLOB_SUBST 1.6402 +else 1.6403 + case `(set -o) 2>/dev/null` in #( 1.6404 + *posix*) : 1.6405 + set -o posix ;; #( 1.6406 + *) : 1.6407 + ;; 1.6408 +esac 1.6409 +fi 1.6410 + 1.6411 + 1.6412 +as_nl=' 1.6413 +' 1.6414 +export as_nl 1.6415 +# Printing a long string crashes Solaris 7 /usr/bin/printf. 1.6416 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 1.6417 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 1.6418 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 1.6419 +# Prefer a ksh shell builtin over an external printf program on Solaris, 1.6420 +# but without wasting forks for bash or zsh. 1.6421 +if test -z "$BASH_VERSION$ZSH_VERSION" \ 1.6422 + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 1.6423 + as_echo='print -r --' 1.6424 + as_echo_n='print -rn --' 1.6425 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 1.6426 + as_echo='printf %s\n' 1.6427 + as_echo_n='printf %s' 1.6428 +else 1.6429 + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 1.6430 + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 1.6431 + as_echo_n='/usr/ucb/echo -n' 1.6432 + else 1.6433 + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 1.6434 + as_echo_n_body='eval 1.6435 + arg=$1; 1.6436 + case $arg in #( 1.6437 + *"$as_nl"*) 1.6438 + expr "X$arg" : "X\\(.*\\)$as_nl"; 1.6439 + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 1.6440 + esac; 1.6441 + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 1.6442 + ' 1.6443 + export as_echo_n_body 1.6444 + as_echo_n='sh -c $as_echo_n_body as_echo' 1.6445 + fi 1.6446 + export as_echo_body 1.6447 + as_echo='sh -c $as_echo_body as_echo' 1.6448 +fi 1.6449 + 1.6450 +# The user is always right. 1.6451 +if test "${PATH_SEPARATOR+set}" != set; then 1.6452 + PATH_SEPARATOR=: 1.6453 + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 1.6454 + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 1.6455 + PATH_SEPARATOR=';' 1.6456 + } 1.6457 +fi 1.6458 + 1.6459 + 1.6460 +# IFS 1.6461 +# We need space, tab and new line, in precisely that order. Quoting is 1.6462 +# there to prevent editors from complaining about space-tab. 1.6463 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word 1.6464 +# splitting by setting IFS to empty value.) 1.6465 +IFS=" "" $as_nl" 1.6466 + 1.6467 +# Find who we are. Look in the path if we contain no directory separator. 1.6468 +as_myself= 1.6469 +case $0 in #(( 1.6470 + *[\\/]* ) as_myself=$0 ;; 1.6471 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6472 +for as_dir in $PATH 1.6473 +do 1.6474 + IFS=$as_save_IFS 1.6475 + test -z "$as_dir" && as_dir=. 1.6476 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 1.6477 + done 1.6478 +IFS=$as_save_IFS 1.6479 + 1.6480 + ;; 1.6481 +esac 1.6482 +# We did not find ourselves, most probably we were run as `sh COMMAND' 1.6483 +# in which case we are not to be found in the path. 1.6484 +if test "x$as_myself" = x; then 1.6485 + as_myself=$0 1.6486 +fi 1.6487 +if test ! -f "$as_myself"; then 1.6488 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 1.6489 + exit 1 1.6490 +fi 1.6491 + 1.6492 +# Unset variables that we do not need and which cause bugs (e.g. in 1.6493 +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 1.6494 +# suppresses any "Segmentation fault" message there. '((' could 1.6495 +# trigger a bug in pdksh 5.2.14. 1.6496 +for as_var in BASH_ENV ENV MAIL MAILPATH 1.6497 +do eval test x\${$as_var+set} = xset \ 1.6498 + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 1.6499 +done 1.6500 +PS1='$ ' 1.6501 +PS2='> ' 1.6502 +PS4='+ ' 1.6503 + 1.6504 +# NLS nuisances. 1.6505 +LC_ALL=C 1.6506 +export LC_ALL 1.6507 +LANGUAGE=C 1.6508 +export LANGUAGE 1.6509 + 1.6510 +# CDPATH. 1.6511 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 1.6512 + 1.6513 + 1.6514 +# as_fn_error STATUS ERROR [LINENO LOG_FD] 1.6515 +# ---------------------------------------- 1.6516 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 1.6517 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 1.6518 +# script with STATUS, using 1 if that was 0. 1.6519 +as_fn_error () 1.6520 +{ 1.6521 + as_status=$1; test $as_status -eq 0 && as_status=1 1.6522 + if test "$4"; then 1.6523 + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1.6524 + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 1.6525 + fi 1.6526 + $as_echo "$as_me: error: $2" >&2 1.6527 + as_fn_exit $as_status 1.6528 +} # as_fn_error 1.6529 + 1.6530 + 1.6531 +# as_fn_set_status STATUS 1.6532 +# ----------------------- 1.6533 +# Set $? to STATUS, without forking. 1.6534 +as_fn_set_status () 1.6535 +{ 1.6536 + return $1 1.6537 +} # as_fn_set_status 1.6538 + 1.6539 +# as_fn_exit STATUS 1.6540 +# ----------------- 1.6541 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 1.6542 +as_fn_exit () 1.6543 +{ 1.6544 + set +e 1.6545 + as_fn_set_status $1 1.6546 + exit $1 1.6547 +} # as_fn_exit 1.6548 + 1.6549 +# as_fn_unset VAR 1.6550 +# --------------- 1.6551 +# Portably unset VAR. 1.6552 +as_fn_unset () 1.6553 +{ 1.6554 + { eval $1=; unset $1;} 1.6555 +} 1.6556 +as_unset=as_fn_unset 1.6557 +# as_fn_append VAR VALUE 1.6558 +# ---------------------- 1.6559 +# Append the text in VALUE to the end of the definition contained in VAR. Take 1.6560 +# advantage of any shell optimizations that allow amortized linear growth over 1.6561 +# repeated appends, instead of the typical quadratic growth present in naive 1.6562 +# implementations. 1.6563 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 1.6564 + eval 'as_fn_append () 1.6565 + { 1.6566 + eval $1+=\$2 1.6567 + }' 1.6568 +else 1.6569 + as_fn_append () 1.6570 + { 1.6571 + eval $1=\$$1\$2 1.6572 + } 1.6573 +fi # as_fn_append 1.6574 + 1.6575 +# as_fn_arith ARG... 1.6576 +# ------------------ 1.6577 +# Perform arithmetic evaluation on the ARGs, and store the result in the 1.6578 +# global $as_val. Take advantage of shells that can avoid forks. The arguments 1.6579 +# must be portable across $(()) and expr. 1.6580 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 1.6581 + eval 'as_fn_arith () 1.6582 + { 1.6583 + as_val=$(( $* )) 1.6584 + }' 1.6585 +else 1.6586 + as_fn_arith () 1.6587 + { 1.6588 + as_val=`expr "$@" || test $? -eq 1` 1.6589 + } 1.6590 +fi # as_fn_arith 1.6591 + 1.6592 + 1.6593 +if expr a : '\(a\)' >/dev/null 2>&1 && 1.6594 + test "X`expr 00001 : '.*\(...\)'`" = X001; then 1.6595 + as_expr=expr 1.6596 +else 1.6597 + as_expr=false 1.6598 +fi 1.6599 + 1.6600 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 1.6601 + as_basename=basename 1.6602 +else 1.6603 + as_basename=false 1.6604 +fi 1.6605 + 1.6606 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 1.6607 + as_dirname=dirname 1.6608 +else 1.6609 + as_dirname=false 1.6610 +fi 1.6611 + 1.6612 +as_me=`$as_basename -- "$0" || 1.6613 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 1.6614 + X"$0" : 'X\(//\)$' \| \ 1.6615 + X"$0" : 'X\(/\)' \| . 2>/dev/null || 1.6616 +$as_echo X/"$0" | 1.6617 + sed '/^.*\/\([^/][^/]*\)\/*$/{ 1.6618 + s//\1/ 1.6619 + q 1.6620 + } 1.6621 + /^X\/\(\/\/\)$/{ 1.6622 + s//\1/ 1.6623 + q 1.6624 + } 1.6625 + /^X\/\(\/\).*/{ 1.6626 + s//\1/ 1.6627 + q 1.6628 + } 1.6629 + s/.*/./; q'` 1.6630 + 1.6631 +# Avoid depending upon Character Ranges. 1.6632 +as_cr_letters='abcdefghijklmnopqrstuvwxyz' 1.6633 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 1.6634 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS 1.6635 +as_cr_digits='0123456789' 1.6636 +as_cr_alnum=$as_cr_Letters$as_cr_digits 1.6637 + 1.6638 +ECHO_C= ECHO_N= ECHO_T= 1.6639 +case `echo -n x` in #((((( 1.6640 +-n*) 1.6641 + case `echo 'xy\c'` in 1.6642 + *c*) ECHO_T=' ';; # ECHO_T is single tab character. 1.6643 + xy) ECHO_C='\c';; 1.6644 + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 1.6645 + ECHO_T=' ';; 1.6646 + esac;; 1.6647 +*) 1.6648 + ECHO_N='-n';; 1.6649 +esac 1.6650 + 1.6651 +rm -f conf$$ conf$$.exe conf$$.file 1.6652 +if test -d conf$$.dir; then 1.6653 + rm -f conf$$.dir/conf$$.file 1.6654 +else 1.6655 + rm -f conf$$.dir 1.6656 + mkdir conf$$.dir 2>/dev/null 1.6657 +fi 1.6658 +if (echo >conf$$.file) 2>/dev/null; then 1.6659 + if ln -s conf$$.file conf$$ 2>/dev/null; then 1.6660 + as_ln_s='ln -s' 1.6661 + # ... but there are two gotchas: 1.6662 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 1.6663 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 1.6664 + # In both cases, we have to default to `cp -p'. 1.6665 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 1.6666 + as_ln_s='cp -p' 1.6667 + elif ln conf$$.file conf$$ 2>/dev/null; then 1.6668 + as_ln_s=ln 1.6669 + else 1.6670 + as_ln_s='cp -p' 1.6671 + fi 1.6672 +else 1.6673 + as_ln_s='cp -p' 1.6674 +fi 1.6675 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 1.6676 +rmdir conf$$.dir 2>/dev/null 1.6677 + 1.6678 + 1.6679 +# as_fn_mkdir_p 1.6680 +# ------------- 1.6681 +# Create "$as_dir" as a directory, including parents if necessary. 1.6682 +as_fn_mkdir_p () 1.6683 +{ 1.6684 + 1.6685 + case $as_dir in #( 1.6686 + -*) as_dir=./$as_dir;; 1.6687 + esac 1.6688 + test -d "$as_dir" || eval $as_mkdir_p || { 1.6689 + as_dirs= 1.6690 + while :; do 1.6691 + case $as_dir in #( 1.6692 + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 1.6693 + *) as_qdir=$as_dir;; 1.6694 + esac 1.6695 + as_dirs="'$as_qdir' $as_dirs" 1.6696 + as_dir=`$as_dirname -- "$as_dir" || 1.6697 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.6698 + X"$as_dir" : 'X\(//\)[^/]' \| \ 1.6699 + X"$as_dir" : 'X\(//\)$' \| \ 1.6700 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 1.6701 +$as_echo X"$as_dir" | 1.6702 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1.6703 + s//\1/ 1.6704 + q 1.6705 + } 1.6706 + /^X\(\/\/\)[^/].*/{ 1.6707 + s//\1/ 1.6708 + q 1.6709 + } 1.6710 + /^X\(\/\/\)$/{ 1.6711 + s//\1/ 1.6712 + q 1.6713 + } 1.6714 + /^X\(\/\).*/{ 1.6715 + s//\1/ 1.6716 + q 1.6717 + } 1.6718 + s/.*/./; q'` 1.6719 + test -d "$as_dir" && break 1.6720 + done 1.6721 + test -z "$as_dirs" || eval "mkdir $as_dirs" 1.6722 + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 1.6723 + 1.6724 + 1.6725 +} # as_fn_mkdir_p 1.6726 +if mkdir -p . 2>/dev/null; then 1.6727 + as_mkdir_p='mkdir -p "$as_dir"' 1.6728 +else 1.6729 + test -d ./-p && rmdir ./-p 1.6730 + as_mkdir_p=false 1.6731 +fi 1.6732 + 1.6733 +if test -x / >/dev/null 2>&1; then 1.6734 + as_test_x='test -x' 1.6735 +else 1.6736 + if ls -dL / >/dev/null 2>&1; then 1.6737 + as_ls_L_option=L 1.6738 + else 1.6739 + as_ls_L_option= 1.6740 + fi 1.6741 + as_test_x=' 1.6742 + eval sh -c '\'' 1.6743 + if test -d "$1"; then 1.6744 + test -d "$1/."; 1.6745 + else 1.6746 + case $1 in #( 1.6747 + -*)set "./$1";; 1.6748 + esac; 1.6749 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 1.6750 + ???[sx]*):;;*)false;;esac;fi 1.6751 + '\'' sh 1.6752 + ' 1.6753 +fi 1.6754 +as_executable_p=$as_test_x 1.6755 + 1.6756 +# Sed expression to map a string onto a valid CPP name. 1.6757 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 1.6758 + 1.6759 +# Sed expression to map a string onto a valid variable name. 1.6760 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 1.6761 + 1.6762 + 1.6763 +exec 6>&1 1.6764 +## ----------------------------------- ## 1.6765 +## Main body of $CONFIG_STATUS script. ## 1.6766 +## ----------------------------------- ## 1.6767 +_ASEOF 1.6768 +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 1.6769 + 1.6770 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.6771 +# Save the log message, to keep $0 and so on meaningful, and to 1.6772 +# report actual input values of CONFIG_FILES etc. instead of their 1.6773 +# values after options handling. 1.6774 +ac_log=" 1.6775 +This file was extended by breakpad $as_me 0.1, which was 1.6776 +generated by GNU Autoconf 2.68. Invocation command line was 1.6777 + 1.6778 + CONFIG_FILES = $CONFIG_FILES 1.6779 + CONFIG_HEADERS = $CONFIG_HEADERS 1.6780 + CONFIG_LINKS = $CONFIG_LINKS 1.6781 + CONFIG_COMMANDS = $CONFIG_COMMANDS 1.6782 + $ $0 $@ 1.6783 + 1.6784 +on `(hostname || uname -n) 2>/dev/null | sed 1q` 1.6785 +" 1.6786 + 1.6787 +_ACEOF 1.6788 + 1.6789 +case $ac_config_files in *" 1.6790 +"*) set x $ac_config_files; shift; ac_config_files=$*;; 1.6791 +esac 1.6792 + 1.6793 +case $ac_config_headers in *" 1.6794 +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; 1.6795 +esac 1.6796 + 1.6797 + 1.6798 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.6799 +# Files that config.status was made for. 1.6800 +config_files="$ac_config_files" 1.6801 +config_headers="$ac_config_headers" 1.6802 +config_commands="$ac_config_commands" 1.6803 + 1.6804 +_ACEOF 1.6805 + 1.6806 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.6807 +ac_cs_usage="\ 1.6808 +\`$as_me' instantiates files and other configuration actions 1.6809 +from templates according to the current configuration. Unless the files 1.6810 +and actions are specified as TAGs, all are instantiated by default. 1.6811 + 1.6812 +Usage: $0 [OPTION]... [TAG]... 1.6813 + 1.6814 + -h, --help print this help, then exit 1.6815 + -V, --version print version number and configuration settings, then exit 1.6816 + --config print configuration, then exit 1.6817 + -q, --quiet, --silent 1.6818 + do not print progress messages 1.6819 + -d, --debug don't remove temporary files 1.6820 + --recheck update $as_me by reconfiguring in the same conditions 1.6821 + --file=FILE[:TEMPLATE] 1.6822 + instantiate the configuration file FILE 1.6823 + --header=FILE[:TEMPLATE] 1.6824 + instantiate the configuration header FILE 1.6825 + 1.6826 +Configuration files: 1.6827 +$config_files 1.6828 + 1.6829 +Configuration headers: 1.6830 +$config_headers 1.6831 + 1.6832 +Configuration commands: 1.6833 +$config_commands 1.6834 + 1.6835 +Report bugs to <google-breakpad-dev@googlegroups.com>." 1.6836 + 1.6837 +_ACEOF 1.6838 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.6839 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 1.6840 +ac_cs_version="\\ 1.6841 +breakpad config.status 0.1 1.6842 +configured by $0, generated by GNU Autoconf 2.68, 1.6843 + with options \\"\$ac_cs_config\\" 1.6844 + 1.6845 +Copyright (C) 2010 Free Software Foundation, Inc. 1.6846 +This config.status script is free software; the Free Software Foundation 1.6847 +gives unlimited permission to copy, distribute and modify it." 1.6848 + 1.6849 +ac_pwd='$ac_pwd' 1.6850 +srcdir='$srcdir' 1.6851 +INSTALL='$INSTALL' 1.6852 +MKDIR_P='$MKDIR_P' 1.6853 +AWK='$AWK' 1.6854 +test -n "\$AWK" || AWK=awk 1.6855 +_ACEOF 1.6856 + 1.6857 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.6858 +# The default lists apply if the user does not specify any file. 1.6859 +ac_need_defaults=: 1.6860 +while test $# != 0 1.6861 +do 1.6862 + case $1 in 1.6863 + --*=?*) 1.6864 + ac_option=`expr "X$1" : 'X\([^=]*\)='` 1.6865 + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 1.6866 + ac_shift=: 1.6867 + ;; 1.6868 + --*=) 1.6869 + ac_option=`expr "X$1" : 'X\([^=]*\)='` 1.6870 + ac_optarg= 1.6871 + ac_shift=: 1.6872 + ;; 1.6873 + *) 1.6874 + ac_option=$1 1.6875 + ac_optarg=$2 1.6876 + ac_shift=shift 1.6877 + ;; 1.6878 + esac 1.6879 + 1.6880 + case $ac_option in 1.6881 + # Handling of the options. 1.6882 + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 1.6883 + ac_cs_recheck=: ;; 1.6884 + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 1.6885 + $as_echo "$ac_cs_version"; exit ;; 1.6886 + --config | --confi | --conf | --con | --co | --c ) 1.6887 + $as_echo "$ac_cs_config"; exit ;; 1.6888 + --debug | --debu | --deb | --de | --d | -d ) 1.6889 + debug=: ;; 1.6890 + --file | --fil | --fi | --f ) 1.6891 + $ac_shift 1.6892 + case $ac_optarg in 1.6893 + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 1.6894 + '') as_fn_error $? "missing file argument" ;; 1.6895 + esac 1.6896 + as_fn_append CONFIG_FILES " '$ac_optarg'" 1.6897 + ac_need_defaults=false;; 1.6898 + --header | --heade | --head | --hea ) 1.6899 + $ac_shift 1.6900 + case $ac_optarg in 1.6901 + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 1.6902 + esac 1.6903 + as_fn_append CONFIG_HEADERS " '$ac_optarg'" 1.6904 + ac_need_defaults=false;; 1.6905 + --he | --h) 1.6906 + # Conflict between --help and --header 1.6907 + as_fn_error $? "ambiguous option: \`$1' 1.6908 +Try \`$0 --help' for more information.";; 1.6909 + --help | --hel | -h ) 1.6910 + $as_echo "$ac_cs_usage"; exit ;; 1.6911 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1.6912 + | -silent | --silent | --silen | --sile | --sil | --si | --s) 1.6913 + ac_cs_silent=: ;; 1.6914 + 1.6915 + # This is an error. 1.6916 + -*) as_fn_error $? "unrecognized option: \`$1' 1.6917 +Try \`$0 --help' for more information." ;; 1.6918 + 1.6919 + *) as_fn_append ac_config_targets " $1" 1.6920 + ac_need_defaults=false ;; 1.6921 + 1.6922 + esac 1.6923 + shift 1.6924 +done 1.6925 + 1.6926 +ac_configure_extra_args= 1.6927 + 1.6928 +if $ac_cs_silent; then 1.6929 + exec 6>/dev/null 1.6930 + ac_configure_extra_args="$ac_configure_extra_args --silent" 1.6931 +fi 1.6932 + 1.6933 +_ACEOF 1.6934 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.6935 +if \$ac_cs_recheck; then 1.6936 + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 1.6937 + shift 1.6938 + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 1.6939 + CONFIG_SHELL='$SHELL' 1.6940 + export CONFIG_SHELL 1.6941 + exec "\$@" 1.6942 +fi 1.6943 + 1.6944 +_ACEOF 1.6945 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.6946 +exec 5>>config.log 1.6947 +{ 1.6948 + echo 1.6949 + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 1.6950 +## Running $as_me. ## 1.6951 +_ASBOX 1.6952 + $as_echo "$ac_log" 1.6953 +} >&5 1.6954 + 1.6955 +_ACEOF 1.6956 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.6957 +# 1.6958 +# INIT-COMMANDS 1.6959 +# 1.6960 +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 1.6961 + 1.6962 +_ACEOF 1.6963 + 1.6964 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.6965 + 1.6966 +# Handling of arguments. 1.6967 +for ac_config_target in $ac_config_targets 1.6968 +do 1.6969 + case $ac_config_target in 1.6970 + "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; 1.6971 + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 1.6972 + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 1.6973 + 1.6974 + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 1.6975 + esac 1.6976 +done 1.6977 + 1.6978 + 1.6979 +# If the user did not use the arguments to specify the items to instantiate, 1.6980 +# then the envvar interface is used. Set only those that are not. 1.6981 +# We use the long form for the default assignment because of an extremely 1.6982 +# bizarre bug on SunOS 4.1.3. 1.6983 +if $ac_need_defaults; then 1.6984 + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 1.6985 + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 1.6986 + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 1.6987 +fi 1.6988 + 1.6989 +# Have a temporary directory for convenience. Make it in the build tree 1.6990 +# simply because there is no reason against having it here, and in addition, 1.6991 +# creating and moving files from /tmp can sometimes cause problems. 1.6992 +# Hook for its removal unless debugging. 1.6993 +# Note that there is a small window in which the directory will not be cleaned: 1.6994 +# after its creation but before its name has been assigned to `$tmp'. 1.6995 +$debug || 1.6996 +{ 1.6997 + tmp= ac_tmp= 1.6998 + trap 'exit_status=$? 1.6999 + : "${ac_tmp:=$tmp}" 1.7000 + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 1.7001 +' 0 1.7002 + trap 'as_fn_exit 1' 1 2 13 15 1.7003 +} 1.7004 +# Create a (secure) tmp directory for tmp files. 1.7005 + 1.7006 +{ 1.7007 + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 1.7008 + test -d "$tmp" 1.7009 +} || 1.7010 +{ 1.7011 + tmp=./conf$$-$RANDOM 1.7012 + (umask 077 && mkdir "$tmp") 1.7013 +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 1.7014 +ac_tmp=$tmp 1.7015 + 1.7016 +# Set up the scripts for CONFIG_FILES section. 1.7017 +# No need to generate them if there are no CONFIG_FILES. 1.7018 +# This happens for instance with `./config.status config.h'. 1.7019 +if test -n "$CONFIG_FILES"; then 1.7020 + 1.7021 + 1.7022 +ac_cr=`echo X | tr X '\015'` 1.7023 +# On cygwin, bash can eat \r inside `` if the user requested igncr. 1.7024 +# But we know of no other shell where ac_cr would be empty at this 1.7025 +# point, so we can use a bashism as a fallback. 1.7026 +if test "x$ac_cr" = x; then 1.7027 + eval ac_cr=\$\'\\r\' 1.7028 +fi 1.7029 +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 1.7030 +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 1.7031 + ac_cs_awk_cr='\\r' 1.7032 +else 1.7033 + ac_cs_awk_cr=$ac_cr 1.7034 +fi 1.7035 + 1.7036 +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 1.7037 +_ACEOF 1.7038 + 1.7039 + 1.7040 +{ 1.7041 + echo "cat >conf$$subs.awk <<_ACEOF" && 1.7042 + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 1.7043 + echo "_ACEOF" 1.7044 +} >conf$$subs.sh || 1.7045 + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 1.7046 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` 1.7047 +ac_delim='%!_!# ' 1.7048 +for ac_last_try in false false false false false :; do 1.7049 + . ./conf$$subs.sh || 1.7050 + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 1.7051 + 1.7052 + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 1.7053 + if test $ac_delim_n = $ac_delim_num; then 1.7054 + break 1.7055 + elif $ac_last_try; then 1.7056 + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 1.7057 + else 1.7058 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 1.7059 + fi 1.7060 +done 1.7061 +rm -f conf$$subs.sh 1.7062 + 1.7063 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.7064 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 1.7065 +_ACEOF 1.7066 +sed -n ' 1.7067 +h 1.7068 +s/^/S["/; s/!.*/"]=/ 1.7069 +p 1.7070 +g 1.7071 +s/^[^!]*!// 1.7072 +:repl 1.7073 +t repl 1.7074 +s/'"$ac_delim"'$// 1.7075 +t delim 1.7076 +:nl 1.7077 +h 1.7078 +s/\(.\{148\}\)..*/\1/ 1.7079 +t more1 1.7080 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 1.7081 +p 1.7082 +n 1.7083 +b repl 1.7084 +:more1 1.7085 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 1.7086 +p 1.7087 +g 1.7088 +s/.\{148\}// 1.7089 +t nl 1.7090 +:delim 1.7091 +h 1.7092 +s/\(.\{148\}\)..*/\1/ 1.7093 +t more2 1.7094 +s/["\\]/\\&/g; s/^/"/; s/$/"/ 1.7095 +p 1.7096 +b 1.7097 +:more2 1.7098 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 1.7099 +p 1.7100 +g 1.7101 +s/.\{148\}// 1.7102 +t delim 1.7103 +' <conf$$subs.awk | sed ' 1.7104 +/^[^""]/{ 1.7105 + N 1.7106 + s/\n// 1.7107 +} 1.7108 +' >>$CONFIG_STATUS || ac_write_fail=1 1.7109 +rm -f conf$$subs.awk 1.7110 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.7111 +_ACAWK 1.7112 +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 1.7113 + for (key in S) S_is_set[key] = 1 1.7114 + FS = "" 1.7115 + 1.7116 +} 1.7117 +{ 1.7118 + line = $ 0 1.7119 + nfields = split(line, field, "@") 1.7120 + substed = 0 1.7121 + len = length(field[1]) 1.7122 + for (i = 2; i < nfields; i++) { 1.7123 + key = field[i] 1.7124 + keylen = length(key) 1.7125 + if (S_is_set[key]) { 1.7126 + value = S[key] 1.7127 + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 1.7128 + len += length(value) + length(field[++i]) 1.7129 + substed = 1 1.7130 + } else 1.7131 + len += 1 + keylen 1.7132 + } 1.7133 + 1.7134 + print line 1.7135 +} 1.7136 + 1.7137 +_ACAWK 1.7138 +_ACEOF 1.7139 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.7140 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 1.7141 + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 1.7142 +else 1.7143 + cat 1.7144 +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 1.7145 + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 1.7146 +_ACEOF 1.7147 + 1.7148 +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), 1.7149 +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 1.7150 +# trailing colons and then remove the whole line if VPATH becomes empty 1.7151 +# (actually we leave an empty line to preserve line numbers). 1.7152 +if test "x$srcdir" = x.; then 1.7153 + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ 1.7154 +h 1.7155 +s/// 1.7156 +s/^/:/ 1.7157 +s/[ ]*$/:/ 1.7158 +s/:\$(srcdir):/:/g 1.7159 +s/:\${srcdir}:/:/g 1.7160 +s/:@srcdir@:/:/g 1.7161 +s/^:*// 1.7162 +s/:*$// 1.7163 +x 1.7164 +s/\(=[ ]*\).*/\1/ 1.7165 +G 1.7166 +s/\n// 1.7167 +s/^[^=]*=[ ]*$// 1.7168 +}' 1.7169 +fi 1.7170 + 1.7171 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.7172 +fi # test -n "$CONFIG_FILES" 1.7173 + 1.7174 +# Set up the scripts for CONFIG_HEADERS section. 1.7175 +# No need to generate them if there are no CONFIG_HEADERS. 1.7176 +# This happens for instance with `./config.status Makefile'. 1.7177 +if test -n "$CONFIG_HEADERS"; then 1.7178 +cat >"$ac_tmp/defines.awk" <<\_ACAWK || 1.7179 +BEGIN { 1.7180 +_ACEOF 1.7181 + 1.7182 +# Transform confdefs.h into an awk script `defines.awk', embedded as 1.7183 +# here-document in config.status, that substitutes the proper values into 1.7184 +# config.h.in to produce config.h. 1.7185 + 1.7186 +# Create a delimiter string that does not exist in confdefs.h, to ease 1.7187 +# handling of long lines. 1.7188 +ac_delim='%!_!# ' 1.7189 +for ac_last_try in false false :; do 1.7190 + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` 1.7191 + if test -z "$ac_tt"; then 1.7192 + break 1.7193 + elif $ac_last_try; then 1.7194 + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 1.7195 + else 1.7196 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 1.7197 + fi 1.7198 +done 1.7199 + 1.7200 +# For the awk script, D is an array of macro values keyed by name, 1.7201 +# likewise P contains macro parameters if any. Preserve backslash 1.7202 +# newline sequences. 1.7203 + 1.7204 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 1.7205 +sed -n ' 1.7206 +s/.\{148\}/&'"$ac_delim"'/g 1.7207 +t rset 1.7208 +:rset 1.7209 +s/^[ ]*#[ ]*define[ ][ ]*/ / 1.7210 +t def 1.7211 +d 1.7212 +:def 1.7213 +s/\\$// 1.7214 +t bsnl 1.7215 +s/["\\]/\\&/g 1.7216 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 1.7217 +D["\1"]=" \3"/p 1.7218 +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 1.7219 +d 1.7220 +:bsnl 1.7221 +s/["\\]/\\&/g 1.7222 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 1.7223 +D["\1"]=" \3\\\\\\n"\\/p 1.7224 +t cont 1.7225 +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 1.7226 +t cont 1.7227 +d 1.7228 +:cont 1.7229 +n 1.7230 +s/.\{148\}/&'"$ac_delim"'/g 1.7231 +t clear 1.7232 +:clear 1.7233 +s/\\$// 1.7234 +t bsnlc 1.7235 +s/["\\]/\\&/g; s/^/"/; s/$/"/p 1.7236 +d 1.7237 +:bsnlc 1.7238 +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 1.7239 +b cont 1.7240 +' <confdefs.h | sed ' 1.7241 +s/'"$ac_delim"'/"\\\ 1.7242 +"/g' >>$CONFIG_STATUS || ac_write_fail=1 1.7243 + 1.7244 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.7245 + for (key in D) D_is_set[key] = 1 1.7246 + FS = "" 1.7247 +} 1.7248 +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 1.7249 + line = \$ 0 1.7250 + split(line, arg, " ") 1.7251 + if (arg[1] == "#") { 1.7252 + defundef = arg[2] 1.7253 + mac1 = arg[3] 1.7254 + } else { 1.7255 + defundef = substr(arg[1], 2) 1.7256 + mac1 = arg[2] 1.7257 + } 1.7258 + split(mac1, mac2, "(") #) 1.7259 + macro = mac2[1] 1.7260 + prefix = substr(line, 1, index(line, defundef) - 1) 1.7261 + if (D_is_set[macro]) { 1.7262 + # Preserve the white space surrounding the "#". 1.7263 + print prefix "define", macro P[macro] D[macro] 1.7264 + next 1.7265 + } else { 1.7266 + # Replace #undef with comments. This is necessary, for example, 1.7267 + # in the case of _POSIX_SOURCE, which is predefined and required 1.7268 + # on some systems where configure will not decide to define it. 1.7269 + if (defundef == "undef") { 1.7270 + print "/*", prefix defundef, macro, "*/" 1.7271 + next 1.7272 + } 1.7273 + } 1.7274 +} 1.7275 +{ print } 1.7276 +_ACAWK 1.7277 +_ACEOF 1.7278 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.7279 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 1.7280 +fi # test -n "$CONFIG_HEADERS" 1.7281 + 1.7282 + 1.7283 +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 1.7284 +shift 1.7285 +for ac_tag 1.7286 +do 1.7287 + case $ac_tag in 1.7288 + :[FHLC]) ac_mode=$ac_tag; continue;; 1.7289 + esac 1.7290 + case $ac_mode$ac_tag in 1.7291 + :[FHL]*:*);; 1.7292 + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 1.7293 + :[FH]-) ac_tag=-:-;; 1.7294 + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 1.7295 + esac 1.7296 + ac_save_IFS=$IFS 1.7297 + IFS=: 1.7298 + set x $ac_tag 1.7299 + IFS=$ac_save_IFS 1.7300 + shift 1.7301 + ac_file=$1 1.7302 + shift 1.7303 + 1.7304 + case $ac_mode in 1.7305 + :L) ac_source=$1;; 1.7306 + :[FH]) 1.7307 + ac_file_inputs= 1.7308 + for ac_f 1.7309 + do 1.7310 + case $ac_f in 1.7311 + -) ac_f="$ac_tmp/stdin";; 1.7312 + *) # Look for the file first in the build tree, then in the source tree 1.7313 + # (if the path is not absolute). The absolute path cannot be DOS-style, 1.7314 + # because $ac_f cannot contain `:'. 1.7315 + test -f "$ac_f" || 1.7316 + case $ac_f in 1.7317 + [\\/$]*) false;; 1.7318 + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 1.7319 + esac || 1.7320 + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 1.7321 + esac 1.7322 + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 1.7323 + as_fn_append ac_file_inputs " '$ac_f'" 1.7324 + done 1.7325 + 1.7326 + # Let's still pretend it is `configure' which instantiates (i.e., don't 1.7327 + # use $as_me), people would be surprised to read: 1.7328 + # /* config.h. Generated by config.status. */ 1.7329 + configure_input='Generated from '` 1.7330 + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 1.7331 + `' by configure.' 1.7332 + if test x"$ac_file" != x-; then 1.7333 + configure_input="$ac_file. $configure_input" 1.7334 + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 1.7335 +$as_echo "$as_me: creating $ac_file" >&6;} 1.7336 + fi 1.7337 + # Neutralize special characters interpreted by sed in replacement strings. 1.7338 + case $configure_input in #( 1.7339 + *\&* | *\|* | *\\* ) 1.7340 + ac_sed_conf_input=`$as_echo "$configure_input" | 1.7341 + sed 's/[\\\\&|]/\\\\&/g'`;; #( 1.7342 + *) ac_sed_conf_input=$configure_input;; 1.7343 + esac 1.7344 + 1.7345 + case $ac_tag in 1.7346 + *:-:* | *:-) cat >"$ac_tmp/stdin" \ 1.7347 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 1.7348 + esac 1.7349 + ;; 1.7350 + esac 1.7351 + 1.7352 + ac_dir=`$as_dirname -- "$ac_file" || 1.7353 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.7354 + X"$ac_file" : 'X\(//\)[^/]' \| \ 1.7355 + X"$ac_file" : 'X\(//\)$' \| \ 1.7356 + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 1.7357 +$as_echo X"$ac_file" | 1.7358 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1.7359 + s//\1/ 1.7360 + q 1.7361 + } 1.7362 + /^X\(\/\/\)[^/].*/{ 1.7363 + s//\1/ 1.7364 + q 1.7365 + } 1.7366 + /^X\(\/\/\)$/{ 1.7367 + s//\1/ 1.7368 + q 1.7369 + } 1.7370 + /^X\(\/\).*/{ 1.7371 + s//\1/ 1.7372 + q 1.7373 + } 1.7374 + s/.*/./; q'` 1.7375 + as_dir="$ac_dir"; as_fn_mkdir_p 1.7376 + ac_builddir=. 1.7377 + 1.7378 +case "$ac_dir" in 1.7379 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1.7380 +*) 1.7381 + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1.7382 + # A ".." for each directory in $ac_dir_suffix. 1.7383 + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1.7384 + case $ac_top_builddir_sub in 1.7385 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1.7386 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1.7387 + esac ;; 1.7388 +esac 1.7389 +ac_abs_top_builddir=$ac_pwd 1.7390 +ac_abs_builddir=$ac_pwd$ac_dir_suffix 1.7391 +# for backward compatibility: 1.7392 +ac_top_builddir=$ac_top_build_prefix 1.7393 + 1.7394 +case $srcdir in 1.7395 + .) # We are building in place. 1.7396 + ac_srcdir=. 1.7397 + ac_top_srcdir=$ac_top_builddir_sub 1.7398 + ac_abs_top_srcdir=$ac_pwd ;; 1.7399 + [\\/]* | ?:[\\/]* ) # Absolute name. 1.7400 + ac_srcdir=$srcdir$ac_dir_suffix; 1.7401 + ac_top_srcdir=$srcdir 1.7402 + ac_abs_top_srcdir=$srcdir ;; 1.7403 + *) # Relative name. 1.7404 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1.7405 + ac_top_srcdir=$ac_top_build_prefix$srcdir 1.7406 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1.7407 +esac 1.7408 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1.7409 + 1.7410 + 1.7411 + case $ac_mode in 1.7412 + :F) 1.7413 + # 1.7414 + # CONFIG_FILE 1.7415 + # 1.7416 + 1.7417 + case $INSTALL in 1.7418 + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 1.7419 + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 1.7420 + esac 1.7421 + ac_MKDIR_P=$MKDIR_P 1.7422 + case $MKDIR_P in 1.7423 + [\\/$]* | ?:[\\/]* ) ;; 1.7424 + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 1.7425 + esac 1.7426 +_ACEOF 1.7427 + 1.7428 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.7429 +# If the template does not know about datarootdir, expand it. 1.7430 +# FIXME: This hack should be removed a few years after 2.60. 1.7431 +ac_datarootdir_hack=; ac_datarootdir_seen= 1.7432 +ac_sed_dataroot=' 1.7433 +/datarootdir/ { 1.7434 + p 1.7435 + q 1.7436 +} 1.7437 +/@datadir@/p 1.7438 +/@docdir@/p 1.7439 +/@infodir@/p 1.7440 +/@localedir@/p 1.7441 +/@mandir@/p' 1.7442 +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 1.7443 +*datarootdir*) ac_datarootdir_seen=yes;; 1.7444 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 1.7445 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 1.7446 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 1.7447 +_ACEOF 1.7448 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.7449 + ac_datarootdir_hack=' 1.7450 + s&@datadir@&$datadir&g 1.7451 + s&@docdir@&$docdir&g 1.7452 + s&@infodir@&$infodir&g 1.7453 + s&@localedir@&$localedir&g 1.7454 + s&@mandir@&$mandir&g 1.7455 + s&\\\${datarootdir}&$datarootdir&g' ;; 1.7456 +esac 1.7457 +_ACEOF 1.7458 + 1.7459 +# Neutralize VPATH when `$srcdir' = `.'. 1.7460 +# Shell code in configure.ac might set extrasub. 1.7461 +# FIXME: do we really want to maintain this feature? 1.7462 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 1.7463 +ac_sed_extra="$ac_vpsub 1.7464 +$extrasub 1.7465 +_ACEOF 1.7466 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 1.7467 +:t 1.7468 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 1.7469 +s|@configure_input@|$ac_sed_conf_input|;t t 1.7470 +s&@top_builddir@&$ac_top_builddir_sub&;t t 1.7471 +s&@top_build_prefix@&$ac_top_build_prefix&;t t 1.7472 +s&@srcdir@&$ac_srcdir&;t t 1.7473 +s&@abs_srcdir@&$ac_abs_srcdir&;t t 1.7474 +s&@top_srcdir@&$ac_top_srcdir&;t t 1.7475 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 1.7476 +s&@builddir@&$ac_builddir&;t t 1.7477 +s&@abs_builddir@&$ac_abs_builddir&;t t 1.7478 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 1.7479 +s&@INSTALL@&$ac_INSTALL&;t t 1.7480 +s&@MKDIR_P@&$ac_MKDIR_P&;t t 1.7481 +$ac_datarootdir_hack 1.7482 +" 1.7483 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 1.7484 + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1.7485 + 1.7486 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 1.7487 + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 1.7488 + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 1.7489 + "$ac_tmp/out"`; test -z "$ac_out"; } && 1.7490 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 1.7491 +which seems to be undefined. Please make sure it is defined" >&5 1.7492 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 1.7493 +which seems to be undefined. Please make sure it is defined" >&2;} 1.7494 + 1.7495 + rm -f "$ac_tmp/stdin" 1.7496 + case $ac_file in 1.7497 + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 1.7498 + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 1.7499 + esac \ 1.7500 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1.7501 + ;; 1.7502 + :H) 1.7503 + # 1.7504 + # CONFIG_HEADER 1.7505 + # 1.7506 + if test x"$ac_file" != x-; then 1.7507 + { 1.7508 + $as_echo "/* $configure_input */" \ 1.7509 + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" 1.7510 + } >"$ac_tmp/config.h" \ 1.7511 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1.7512 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then 1.7513 + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 1.7514 +$as_echo "$as_me: $ac_file is unchanged" >&6;} 1.7515 + else 1.7516 + rm -f "$ac_file" 1.7517 + mv "$ac_tmp/config.h" "$ac_file" \ 1.7518 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1.7519 + fi 1.7520 + else 1.7521 + $as_echo "/* $configure_input */" \ 1.7522 + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 1.7523 + || as_fn_error $? "could not create -" "$LINENO" 5 1.7524 + fi 1.7525 +# Compute "$ac_file"'s index in $config_headers. 1.7526 +_am_arg="$ac_file" 1.7527 +_am_stamp_count=1 1.7528 +for _am_header in $config_headers :; do 1.7529 + case $_am_header in 1.7530 + $_am_arg | $_am_arg:* ) 1.7531 + break ;; 1.7532 + * ) 1.7533 + _am_stamp_count=`expr $_am_stamp_count + 1` ;; 1.7534 + esac 1.7535 +done 1.7536 +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || 1.7537 +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.7538 + X"$_am_arg" : 'X\(//\)[^/]' \| \ 1.7539 + X"$_am_arg" : 'X\(//\)$' \| \ 1.7540 + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 1.7541 +$as_echo X"$_am_arg" | 1.7542 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1.7543 + s//\1/ 1.7544 + q 1.7545 + } 1.7546 + /^X\(\/\/\)[^/].*/{ 1.7547 + s//\1/ 1.7548 + q 1.7549 + } 1.7550 + /^X\(\/\/\)$/{ 1.7551 + s//\1/ 1.7552 + q 1.7553 + } 1.7554 + /^X\(\/\).*/{ 1.7555 + s//\1/ 1.7556 + q 1.7557 + } 1.7558 + s/.*/./; q'`/stamp-h$_am_stamp_count 1.7559 + ;; 1.7560 + 1.7561 + :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 1.7562 +$as_echo "$as_me: executing $ac_file commands" >&6;} 1.7563 + ;; 1.7564 + esac 1.7565 + 1.7566 + 1.7567 + case $ac_file$ac_mode in 1.7568 + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 1.7569 + # Autoconf 2.62 quotes --file arguments for eval, but not when files 1.7570 + # are listed without --file. Let's play safe and only enable the eval 1.7571 + # if we detect the quoting. 1.7572 + case $CONFIG_FILES in 1.7573 + *\'*) eval set x "$CONFIG_FILES" ;; 1.7574 + *) set x $CONFIG_FILES ;; 1.7575 + esac 1.7576 + shift 1.7577 + for mf 1.7578 + do 1.7579 + # Strip MF so we end up with the name of the file. 1.7580 + mf=`echo "$mf" | sed -e 's/:.*$//'` 1.7581 + # Check whether this is an Automake generated Makefile or not. 1.7582 + # We used to match only the files named `Makefile.in', but 1.7583 + # some people rename them; so instead we look at the file content. 1.7584 + # Grep'ing the first line is not enough: some people post-process 1.7585 + # each Makefile.in and add a new line on top of each file to say so. 1.7586 + # Grep'ing the whole file is not good either: AIX grep has a line 1.7587 + # limit of 2048, but all sed's we know have understand at least 4000. 1.7588 + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 1.7589 + dirpart=`$as_dirname -- "$mf" || 1.7590 +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.7591 + X"$mf" : 'X\(//\)[^/]' \| \ 1.7592 + X"$mf" : 'X\(//\)$' \| \ 1.7593 + X"$mf" : 'X\(/\)' \| . 2>/dev/null || 1.7594 +$as_echo X"$mf" | 1.7595 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1.7596 + s//\1/ 1.7597 + q 1.7598 + } 1.7599 + /^X\(\/\/\)[^/].*/{ 1.7600 + s//\1/ 1.7601 + q 1.7602 + } 1.7603 + /^X\(\/\/\)$/{ 1.7604 + s//\1/ 1.7605 + q 1.7606 + } 1.7607 + /^X\(\/\).*/{ 1.7608 + s//\1/ 1.7609 + q 1.7610 + } 1.7611 + s/.*/./; q'` 1.7612 + else 1.7613 + continue 1.7614 + fi 1.7615 + # Extract the definition of DEPDIR, am__include, and am__quote 1.7616 + # from the Makefile without running `make'. 1.7617 + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 1.7618 + test -z "$DEPDIR" && continue 1.7619 + am__include=`sed -n 's/^am__include = //p' < "$mf"` 1.7620 + test -z "am__include" && continue 1.7621 + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 1.7622 + # When using ansi2knr, U may be empty or an underscore; expand it 1.7623 + U=`sed -n 's/^U = //p' < "$mf"` 1.7624 + # Find all dependency output files, they are included files with 1.7625 + # $(DEPDIR) in their names. We invoke sed twice because it is the 1.7626 + # simplest approach to changing $(DEPDIR) to its actual value in the 1.7627 + # expansion. 1.7628 + for file in `sed -n " 1.7629 + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 1.7630 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 1.7631 + # Make sure the directory exists. 1.7632 + test -f "$dirpart/$file" && continue 1.7633 + fdir=`$as_dirname -- "$file" || 1.7634 +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.7635 + X"$file" : 'X\(//\)[^/]' \| \ 1.7636 + X"$file" : 'X\(//\)$' \| \ 1.7637 + X"$file" : 'X\(/\)' \| . 2>/dev/null || 1.7638 +$as_echo X"$file" | 1.7639 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1.7640 + s//\1/ 1.7641 + q 1.7642 + } 1.7643 + /^X\(\/\/\)[^/].*/{ 1.7644 + s//\1/ 1.7645 + q 1.7646 + } 1.7647 + /^X\(\/\/\)$/{ 1.7648 + s//\1/ 1.7649 + q 1.7650 + } 1.7651 + /^X\(\/\).*/{ 1.7652 + s//\1/ 1.7653 + q 1.7654 + } 1.7655 + s/.*/./; q'` 1.7656 + as_dir=$dirpart/$fdir; as_fn_mkdir_p 1.7657 + # echo "creating $dirpart/$file" 1.7658 + echo '# dummy' > "$dirpart/$file" 1.7659 + done 1.7660 + done 1.7661 +} 1.7662 + ;; 1.7663 + 1.7664 + esac 1.7665 +done # for ac_tag 1.7666 + 1.7667 + 1.7668 +as_fn_exit 0 1.7669 +_ACEOF 1.7670 +ac_clean_files=$ac_clean_files_save 1.7671 + 1.7672 +test $ac_write_fail = 0 || 1.7673 + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 1.7674 + 1.7675 + 1.7676 +# configure is writing to config.log, and then calls config.status. 1.7677 +# config.status does its own redirection, appending to config.log. 1.7678 +# Unfortunately, on DOS this fails, as config.log is still kept open 1.7679 +# by configure, so config.status won't be able to write to it; its 1.7680 +# output is simply discarded. So we exec the FD to /dev/null, 1.7681 +# effectively closing config.log, so it can be properly (re)opened and 1.7682 +# appended to by config.status. When coming back to configure, we 1.7683 +# need to make the FD available again. 1.7684 +if test "$no_create" != yes; then 1.7685 + ac_cs_success=: 1.7686 + ac_config_status_args= 1.7687 + test "$silent" = yes && 1.7688 + ac_config_status_args="$ac_config_status_args --quiet" 1.7689 + exec 5>/dev/null 1.7690 + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 1.7691 + exec 5>>config.log 1.7692 + # Use ||, not &&, to avoid exiting from the if with $? = 1, which 1.7693 + # would make configure fail if this is the last instruction. 1.7694 + $ac_cs_success || as_fn_exit 1 1.7695 +fi 1.7696 +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 1.7697 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 1.7698 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 1.7699 +fi 1.7700 +