- Timestamp:
- Jan 11, 2013, 12:57:51 AM (8 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, upstream
- Children:
- bbb9bb1, e03f404
- Parents:
- 52b649e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r52b649e r66b608e 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 3 for mod_gnutls 0.5.5.3 # Generated by GNU Autoconf 2.64 for mod_gnutls 0.5.6. 4 4 # 5 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software 7 # Foundation, Inc. 8 # 7 9 # This configure script is free software; the Free Software Foundation 8 10 # gives unlimited permission to copy, distribute and modify it. 9 ## -------------------- -##10 ## M4sh Initialization. 11 ## -------------------- -##11 ## -------------------- ## 12 ## M4sh Initialization. ## 13 ## -------------------- ## 12 14 13 15 # Be more Bourne compatible 14 16 DUALCASE=1; export DUALCASE # for MKS sh 15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 16 18 emulate sh 17 19 NULLCMD=: … … 21 23 setopt NO_GLOB_SUBST 22 24 else 23 case `(set -o) 2>/dev/null` in 24 *posix*) set -o posix ;; 25 case `(set -o) 2>/dev/null` in #( 26 *posix*) : 27 set -o posix ;; #( 28 *) : 29 ;; 25 30 esac 26 27 fi 28 29 30 31 32 # PATH needs CR 33 # Avoid depending upon Character Ranges. 34 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 37 as_cr_digits='0123456789' 38 as_cr_alnum=$as_cr_Letters$as_cr_digits 31 fi 32 39 33 40 34 as_nl=' … … 45 39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 46 40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 47 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 41 # Prefer a ksh shell builtin over an external printf program on Solaris, 42 # but without wasting forks for bash or zsh. 43 if test -z "$BASH_VERSION$ZSH_VERSION" \ 44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 45 as_echo='print -r --' 46 as_echo_n='print -rn --' 47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 48 48 as_echo='printf %s\n' 49 49 as_echo_n='printf %s' … … 56 56 as_echo_n_body='eval 57 57 arg=$1; 58 case $arg in 58 case $arg in #( 59 59 *"$as_nl"*) 60 60 expr "X$arg" : "X\\(.*\\)$as_nl"; … … 79 79 fi 80 80 81 # Support unset when possible.82 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then83 as_unset=unset84 else85 as_unset=false86 fi87 88 81 89 82 # IFS … … 95 88 96 89 # Find who we are. Look in the path if we contain no directory separator. 97 case $0 in 90 case $0 in #(( 98 91 *[\\/]* ) as_myself=$0 ;; 99 92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 102 95 IFS=$as_save_IFS 103 96 test -z "$as_dir" && as_dir=. 104 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break105 done97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 98 done 106 99 IFS=$as_save_IFS 107 100 … … 115 108 if test ! -f "$as_myself"; then 116 109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 117 { (exit 1); exit 1; } 118 fi 119 120 # Work around bugs in pre-3.0 UWIN ksh. 121 for as_var in ENV MAIL MAILPATH 122 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 110 exit 1 111 fi 112 113 # Unset variables that we do not need and which cause bugs (e.g. in 114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 115 # suppresses any "Segmentation fault" message there. '((' could 116 # trigger a bug in pdksh 5.2.14. 117 for as_var in BASH_ENV ENV MAIL MAILPATH 118 do eval test x\${$as_var+set} = xset \ 119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 123 120 done 124 121 PS1='$ ' … … 132 129 export LANGUAGE 133 130 134 # Required to use basename. 131 # CDPATH. 132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 133 134 if test "x$CONFIG_SHELL" = x; then 135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 136 emulate sh 137 NULLCMD=: 138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 139 # is contrary to our usage. Disable this feature. 140 alias -g '\${1+\"\$@\"}'='\"\$@\"' 141 setopt NO_GLOB_SUBST 142 else 143 case \`(set -o) 2>/dev/null\` in #( 144 *posix*) : 145 set -o posix ;; #( 146 *) : 147 ;; 148 esac 149 fi 150 " 151 as_required="as_fn_return () { (exit \$1); } 152 as_fn_success () { as_fn_return 0; } 153 as_fn_failure () { as_fn_return 1; } 154 as_fn_ret_success () { return 0; } 155 as_fn_ret_failure () { return 1; } 156 157 exitcode=0 158 as_fn_success || { exitcode=1; echo as_fn_success failed.; } 159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 163 164 else 165 exitcode=1; echo positional parameters were not saved. 166 fi 167 test x\$exitcode = x0 || exit 1" 168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 172 test \$(( 1 + 1 )) = 2 || exit 1" 173 if (eval "$as_required") 2>/dev/null; then : 174 as_have_required=yes 175 else 176 as_have_required=no 177 fi 178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 179 180 else 181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 182 as_found=false 183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 184 do 185 IFS=$as_save_IFS 186 test -z "$as_dir" && as_dir=. 187 as_found=: 188 case $as_dir in #( 189 /*) 190 for as_base in sh bash ksh sh5; do 191 # Try only shells that exist, to save several forks. 192 as_shell=$as_dir/$as_base 193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 195 CONFIG_SHELL=$as_shell as_have_required=yes 196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : 197 break 2 198 fi 199 fi 200 done;; 201 esac 202 as_found=false 203 done 204 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 206 CONFIG_SHELL=$SHELL as_have_required=yes 207 fi; } 208 IFS=$as_save_IFS 209 210 211 if test "x$CONFIG_SHELL" != x; then : 212 # We cannot yet assume a decent shell, so we have to provide a 213 # neutralization value for shells without unset; and this also 214 # works around shells that cannot unset nonexistent variables. 215 BASH_ENV=/dev/null 216 ENV=/dev/null 217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 218 export CONFIG_SHELL 219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 220 fi 221 222 if test x$as_have_required = xno; then : 223 $as_echo "$0: This script requires a shell more modern than all" 224 $as_echo "$0: the shells that I found on your system." 225 if test x${ZSH_VERSION+set} = xset ; then 226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 227 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 228 else 229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, 230 $0: including any error possibly output before this 231 $0: message. Then install a modern shell, or manually run 232 $0: the script under such a shell if you do have one." 233 fi 234 exit 1 235 fi 236 fi 237 fi 238 SHELL=${CONFIG_SHELL-/bin/sh} 239 export SHELL 240 # Unset more variables known to interfere with behavior of common tools. 241 CLICOLOR_FORCE= GREP_OPTIONS= 242 unset CLICOLOR_FORCE GREP_OPTIONS 243 244 ## --------------------- ## 245 ## M4sh Shell Functions. ## 246 ## --------------------- ## 247 # as_fn_unset VAR 248 # --------------- 249 # Portably unset VAR. 250 as_fn_unset () 251 { 252 { eval $1=; unset $1;} 253 } 254 as_unset=as_fn_unset 255 256 # as_fn_set_status STATUS 257 # ----------------------- 258 # Set $? to STATUS, without forking. 259 as_fn_set_status () 260 { 261 return $1 262 } # as_fn_set_status 263 264 # as_fn_exit STATUS 265 # ----------------- 266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 267 as_fn_exit () 268 { 269 set +e 270 as_fn_set_status $1 271 exit $1 272 } # as_fn_exit 273 274 # as_fn_mkdir_p 275 # ------------- 276 # Create "$as_dir" as a directory, including parents if necessary. 277 as_fn_mkdir_p () 278 { 279 280 case $as_dir in #( 281 -*) as_dir=./$as_dir;; 282 esac 283 test -d "$as_dir" || eval $as_mkdir_p || { 284 as_dirs= 285 while :; do 286 case $as_dir in #( 287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 288 *) as_qdir=$as_dir;; 289 esac 290 as_dirs="'$as_qdir' $as_dirs" 291 as_dir=`$as_dirname -- "$as_dir" || 292 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 293 X"$as_dir" : 'X\(//\)[^/]' \| \ 294 X"$as_dir" : 'X\(//\)$' \| \ 295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 296 $as_echo X"$as_dir" | 297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 298 s//\1/ 299 q 300 } 301 /^X\(\/\/\)[^/].*/{ 302 s//\1/ 303 q 304 } 305 /^X\(\/\/\)$/{ 306 s//\1/ 307 q 308 } 309 /^X\(\/\).*/{ 310 s//\1/ 311 q 312 } 313 s/.*/./; q'` 314 test -d "$as_dir" && break 315 done 316 test -z "$as_dirs" || eval "mkdir $as_dirs" 317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 318 319 320 } # as_fn_mkdir_p 321 # as_fn_append VAR VALUE 322 # ---------------------- 323 # Append the text in VALUE to the end of the definition contained in VAR. Take 324 # advantage of any shell optimizations that allow amortized linear growth over 325 # repeated appends, instead of the typical quadratic growth present in naive 326 # implementations. 327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 328 eval 'as_fn_append () 329 { 330 eval $1+=\$2 331 }' 332 else 333 as_fn_append () 334 { 335 eval $1=\$$1\$2 336 } 337 fi # as_fn_append 338 339 # as_fn_arith ARG... 340 # ------------------ 341 # Perform arithmetic evaluation on the ARGs, and store the result in the 342 # global $as_val. Take advantage of shells that can avoid forks. The arguments 343 # must be portable across $(()) and expr. 344 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 345 eval 'as_fn_arith () 346 { 347 as_val=$(( $* )) 348 }' 349 else 350 as_fn_arith () 351 { 352 as_val=`expr "$@" || test $? -eq 1` 353 } 354 fi # as_fn_arith 355 356 357 # as_fn_error ERROR [LINENO LOG_FD] 358 # --------------------------------- 359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 361 # script with status $?, using 1 if that was 0. 362 as_fn_error () 363 { 364 as_status=$?; test $as_status -eq 0 && as_status=1 365 if test "$3"; then 366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 368 fi 369 $as_echo "$as_me: error: $1" >&2 370 as_fn_exit $as_status 371 } # as_fn_error 372 135 373 if expr a : '\(a\)' >/dev/null 2>&1 && 136 374 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 146 384 fi 147 385 148 149 # Name of the executable. 386 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 387 as_dirname=dirname 388 else 389 as_dirname=false 390 fi 391 150 392 as_me=`$as_basename -- "$0" || 151 393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ … … 167 409 s/.*/./; q'` 168 410 169 # CDPATH. 170 $as_unset CDPATH 171 172 173 if test "x$CONFIG_SHELL" = x; then 174 if (eval ":") 2>/dev/null; then 175 as_have_required=yes 176 else 177 as_have_required=no 178 fi 179 180 if test $as_have_required = yes && (eval ": 181 (as_func_return () { 182 (exit \$1) 183 } 184 as_func_success () { 185 as_func_return 0 186 } 187 as_func_failure () { 188 as_func_return 1 189 } 190 as_func_ret_success () { 191 return 0 192 } 193 as_func_ret_failure () { 194 return 1 195 } 196 197 exitcode=0 198 if as_func_success; then 199 : 200 else 201 exitcode=1 202 echo as_func_success failed. 203 fi 204 205 if as_func_failure; then 206 exitcode=1 207 echo as_func_failure succeeded. 208 fi 209 210 if as_func_ret_success; then 211 : 212 else 213 exitcode=1 214 echo as_func_ret_success failed. 215 fi 216 217 if as_func_ret_failure; then 218 exitcode=1 219 echo as_func_ret_failure succeeded. 220 fi 221 222 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 223 : 224 else 225 exitcode=1 226 echo positional parameters were not saved. 227 fi 228 229 test \$exitcode = 0) || { (exit 1); exit 1; } 230 231 ( 232 as_lineno_1=\$LINENO 233 as_lineno_2=\$LINENO 234 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 235 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 236 ") 2> /dev/null; then 237 : 238 else 239 as_candidate_shells= 240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 241 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 242 do 243 IFS=$as_save_IFS 244 test -z "$as_dir" && as_dir=. 245 case $as_dir in 246 /*) 247 for as_base in sh bash ksh sh5; do 248 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 249 done;; 250 esac 251 done 252 IFS=$as_save_IFS 253 254 255 for as_shell in $as_candidate_shells $SHELL; do 256 # Try only shells that exist, to save several forks. 257 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 258 { ("$as_shell") 2> /dev/null <<\_ASEOF 259 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 260 emulate sh 261 NULLCMD=: 262 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 263 # is contrary to our usage. Disable this feature. 264 alias -g '${1+"$@"}'='"$@"' 265 setopt NO_GLOB_SUBST 266 else 267 case `(set -o) 2>/dev/null` in 268 *posix*) set -o posix ;; 269 esac 270 271 fi 272 273 274 : 275 _ASEOF 276 }; then 277 CONFIG_SHELL=$as_shell 278 as_have_required=yes 279 if { "$as_shell" 2> /dev/null <<\_ASEOF 280 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 281 emulate sh 282 NULLCMD=: 283 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 284 # is contrary to our usage. Disable this feature. 285 alias -g '${1+"$@"}'='"$@"' 286 setopt NO_GLOB_SUBST 287 else 288 case `(set -o) 2>/dev/null` in 289 *posix*) set -o posix ;; 290 esac 291 292 fi 293 294 295 : 296 (as_func_return () { 297 (exit $1) 298 } 299 as_func_success () { 300 as_func_return 0 301 } 302 as_func_failure () { 303 as_func_return 1 304 } 305 as_func_ret_success () { 306 return 0 307 } 308 as_func_ret_failure () { 309 return 1 310 } 311 312 exitcode=0 313 if as_func_success; then 314 : 315 else 316 exitcode=1 317 echo as_func_success failed. 318 fi 319 320 if as_func_failure; then 321 exitcode=1 322 echo as_func_failure succeeded. 323 fi 324 325 if as_func_ret_success; then 326 : 327 else 328 exitcode=1 329 echo as_func_ret_success failed. 330 fi 331 332 if as_func_ret_failure; then 333 exitcode=1 334 echo as_func_ret_failure succeeded. 335 fi 336 337 if ( set x; as_func_ret_success y && test x = "$1" ); then 338 : 339 else 340 exitcode=1 341 echo positional parameters were not saved. 342 fi 343 344 test $exitcode = 0) || { (exit 1); exit 1; } 345 346 ( 347 as_lineno_1=$LINENO 348 as_lineno_2=$LINENO 349 test "x$as_lineno_1" != "x$as_lineno_2" && 350 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 351 352 _ASEOF 353 }; then 354 break 355 fi 356 357 fi 358 359 done 360 361 if test "x$CONFIG_SHELL" != x; then 362 for as_var in BASH_ENV ENV 363 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 364 done 365 export CONFIG_SHELL 366 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 367 fi 368 369 370 if test $as_have_required = no; then 371 echo This script requires a shell more modern than all the 372 echo shells that I found on your system. Please install a 373 echo modern shell, or manually run the script under such a 374 echo shell if you do have one. 375 { (exit 1); exit 1; } 376 fi 377 378 379 fi 380 381 fi 382 383 384 385 (eval "as_func_return () { 386 (exit \$1) 387 } 388 as_func_success () { 389 as_func_return 0 390 } 391 as_func_failure () { 392 as_func_return 1 393 } 394 as_func_ret_success () { 395 return 0 396 } 397 as_func_ret_failure () { 398 return 1 399 } 400 401 exitcode=0 402 if as_func_success; then 403 : 404 else 405 exitcode=1 406 echo as_func_success failed. 407 fi 408 409 if as_func_failure; then 410 exitcode=1 411 echo as_func_failure succeeded. 412 fi 413 414 if as_func_ret_success; then 415 : 416 else 417 exitcode=1 418 echo as_func_ret_success failed. 419 fi 420 421 if as_func_ret_failure; then 422 exitcode=1 423 echo as_func_ret_failure succeeded. 424 fi 425 426 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 427 : 428 else 429 exitcode=1 430 echo positional parameters were not saved. 431 fi 432 433 test \$exitcode = 0") || { 434 echo No shell found that supports shell functions. 435 echo Please tell bug-autoconf@gnu.org about your system, 436 echo including any error possibly output before this message. 437 echo This can help us improve future autoconf versions. 438 echo Configuration will now proceed without shell functions. 439 } 440 441 442 443 as_lineno_1=$LINENO 444 as_lineno_2=$LINENO 445 test "x$as_lineno_1" != "x$as_lineno_2" && 446 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 447 448 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 449 # uniformly replaced by the line number. The first 'sed' inserts a 450 # line-number line after each line using $LINENO; the second 'sed' 451 # does the real work. The second script uses 'N' to pair each 452 # line-number line with the line containing $LINENO, and appends 453 # trailing '-' during substitution so that $LINENO is not a special 454 # case at line end. 455 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 456 # scripts with optimization help from Paolo Bonzini. Blame Lee 457 # E. McMahon (1931-1989) for sed's syntax. :-) 411 # Avoid depending upon Character Ranges. 412 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 413 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 414 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 415 as_cr_digits='0123456789' 416 as_cr_alnum=$as_cr_Letters$as_cr_digits 417 418 419 as_lineno_1=$LINENO as_lineno_1a=$LINENO 420 as_lineno_2=$LINENO as_lineno_2a=$LINENO 421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 458 424 sed -n ' 459 425 p … … 472 438 ' >$as_me.lineno && 473 439 chmod +x "$as_me.lineno" || 474 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 475 { (exit 1); exit 1; }; } 440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 476 441 477 442 # Don't try to exec as it changes $[0], causing all sort of problems … … 483 448 } 484 449 485 486 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then487 as_dirname=dirname488 else489 as_dirname=false490 fi491 492 450 ECHO_C= ECHO_N= ECHO_T= 493 case `echo -n x` in 451 case `echo -n x` in #((((( 494 452 -n*) 495 case `echo 'x \c'` in453 case `echo 'xy\c'` in 496 454 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 497 *) ECHO_C='\c';; 455 xy) ECHO_C='\c';; 456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 457 ECHO_T=' ';; 498 458 esac;; 499 459 *) 500 460 ECHO_N='-n';; 501 461 esac 502 if expr a : '\(a\)' >/dev/null 2>&1 &&503 test "X`expr 00001 : '.*\(...\)'`" = X001; then504 as_expr=expr505 else506 as_expr=false507 fi508 462 509 463 rm -f conf$$ conf$$.exe conf$$.file … … 535 489 536 490 if mkdir -p . 2>/dev/null; then 537 as_mkdir_p= :491 as_mkdir_p='mkdir -p "$as_dir"' 538 492 else 539 493 test -d ./-p && rmdir ./-p … … 554 508 test -d "$1/."; 555 509 else 556 case $1 in 510 case $1 in #( 557 511 -*)set "./$1";; 558 512 esac; 559 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 560 514 ???[sx]*):;;*)false;;esac;fi 561 515 '\'' sh … … 569 523 # Sed expression to map a string onto a valid variable name. 570 524 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 571 572 525 573 526 … … 739 692 MFLAGS= 740 693 MAKEFLAGS= 741 SHELL=${CONFIG_SHELL-/bin/sh}742 694 743 695 # Identity of this package. 744 696 PACKAGE_NAME='mod_gnutls' 745 697 PACKAGE_TARNAME='mod_gnutls' 746 PACKAGE_VERSION='0.5. 5'747 PACKAGE_STRING='mod_gnutls 0.5. 5'698 PACKAGE_VERSION='0.5.6' 699 PACKAGE_STRING='mod_gnutls 0.5.6' 748 700 PACKAGE_BUGREPORT='' 701 PACKAGE_URL='' 749 702 750 703 ac_unique_file="src/mod_gnutls.c" … … 785 738 #endif" 786 739 787 ac_subst_vars='LTLIBOBJS 740 ac_subst_vars='am__EXEEXT_FALSE 741 am__EXEEXT_TRUE 742 LTLIBOBJS 788 743 LIBOBJS 789 744 MODULE_LIBS … … 929 884 prefix 930 885 exec_prefix 886 PACKAGE_URL 931 887 PACKAGE_BUGREPORT 932 888 PACKAGE_STRING … … 1073 1029 # Reject names that are not valid shell variable names. 1074 1030 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1075 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 1076 { (exit 1); exit 1; }; } 1031 as_fn_error "invalid feature name: $ac_useropt" 1077 1032 ac_useropt_orig=$ac_useropt 1078 1033 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1100 1055 # Reject names that are not valid shell variable names. 1101 1056 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1102 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 1103 { (exit 1); exit 1; }; } 1057 as_fn_error "invalid feature name: $ac_useropt" 1104 1058 ac_useropt_orig=$ac_useropt 1105 1059 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1305 1259 # Reject names that are not valid shell variable names. 1306 1260 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1307 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1308 { (exit 1); exit 1; }; } 1261 as_fn_error "invalid package name: $ac_useropt" 1309 1262 ac_useropt_orig=$ac_useropt 1310 1263 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1322 1275 # Reject names that are not valid shell variable names. 1323 1276 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1324 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1325 { (exit 1); exit 1; }; } 1277 as_fn_error "invalid package name: $ac_useropt" 1326 1278 ac_useropt_orig=$ac_useropt 1327 1279 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1353 1305 x_libraries=$ac_optarg ;; 1354 1306 1355 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1356 Try \`$0 --help' for more information." >&2 1357 { (exit 1); exit 1; }; } 1307 -*) as_fn_error "unrecognized option: \`$ac_option' 1308 Try \`$0 --help' for more information." 1358 1309 ;; 1359 1310 … … 1361 1312 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1362 1313 # Reject names that are not valid shell variable names. 1363 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1364 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1365 { (exit 1); exit 1; }; } 1314 case $ac_envvar in #( 1315 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1316 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1317 esac 1366 1318 eval $ac_envvar=\$ac_optarg 1367 1319 export $ac_envvar ;; … … 1380 1332 if test -n "$ac_prev"; then 1381 1333 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1382 { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1383 { (exit 1); exit 1; }; } 1334 as_fn_error "missing argument to $ac_option" 1384 1335 fi 1385 1336 … … 1387 1338 case $enable_option_checking in 1388 1339 no) ;; 1389 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 1390 { (exit 1); exit 1; }; } ;; 1340 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1391 1341 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1392 1342 esac … … 1411 1361 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1412 1362 esac 1413 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1414 { (exit 1); exit 1; }; } 1363 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1415 1364 done 1416 1365 … … 1442 1391 ac_ls_di=`ls -di .` && 1443 1392 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1444 { $as_echo "$as_me: error: working directory cannot be determined" >&2 1445 { (exit 1); exit 1; }; } 1393 as_fn_error "working directory cannot be determined" 1446 1394 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1447 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1448 { (exit 1); exit 1; }; } 1395 as_fn_error "pwd does not report name of working directory" 1449 1396 1450 1397 … … 1485 1432 if test ! -r "$srcdir/$ac_unique_file"; then 1486 1433 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1487 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1488 { (exit 1); exit 1; }; } 1434 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1489 1435 fi 1490 1436 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1491 1437 ac_abs_confdir=`( 1492 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1493 { (exit 1); exit 1; }; } 1438 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1494 1439 pwd)` 1495 1440 # When building in place, set srcdir=. … … 1517 1462 # This message is too long to be a string in the A/UX 3.1 sh. 1518 1463 cat <<_ACEOF 1519 \`configure' configures mod_gnutls 0.5. 5to adapt to many kinds of systems.1464 \`configure' configures mod_gnutls 0.5.6 to adapt to many kinds of systems. 1520 1465 1521 1466 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1588 1533 if test -n "$ac_init_help"; then 1589 1534 case $ac_init_help in 1590 short | recursive ) echo "Configuration of mod_gnutls 0.5. 5:";;1535 short | recursive ) echo "Configuration of mod_gnutls 0.5.6:";; 1591 1536 esac 1592 1537 cat <<\_ACEOF … … 1638 1583 it to find libraries and programs with nonstandard names/locations. 1639 1584 1585 Report bugs to the package provider. 1640 1586 _ACEOF 1641 1587 ac_status=$? … … 1700 1646 if $ac_init_version; then 1701 1647 cat <<\_ACEOF 1702 mod_gnutls configure 0.5.5 1703 generated by GNU Autoconf 2.63 1704 1705 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1706 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1648 mod_gnutls configure 0.5.6 1649 generated by GNU Autoconf 2.64 1650 1651 Copyright (C) 2009 Free Software Foundation, Inc. 1707 1652 This configure script is free software; the Free Software Foundation 1708 1653 gives unlimited permission to copy, distribute and modify it. … … 1710 1655 exit 1711 1656 fi 1657 1658 ## ------------------------ ## 1659 ## Autoconf initialization. ## 1660 ## ------------------------ ## 1661 1662 # ac_fn_c_try_compile LINENO 1663 # -------------------------- 1664 # Try to compile conftest.$ac_ext, and return whether this succeeded. 1665 ac_fn_c_try_compile () 1666 { 1667 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1668 rm -f conftest.$ac_objext 1669 if { { ac_try="$ac_compile" 1670 case "(($ac_try" in 1671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1672 *) ac_try_echo=$ac_try;; 1673 esac 1674 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1675 $as_echo "$ac_try_echo"; } >&5 1676 (eval "$ac_compile") 2>conftest.err 1677 ac_status=$? 1678 if test -s conftest.err; then 1679 grep -v '^ *+' conftest.err >conftest.er1 1680 cat conftest.er1 >&5 1681 mv -f conftest.er1 conftest.err 1682 fi 1683 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1684 test $ac_status = 0; } && { 1685 test -z "$ac_c_werror_flag" || 1686 test ! -s conftest.err 1687 } && test -s conftest.$ac_objext; then : 1688 ac_retval=0 1689 else 1690 $as_echo "$as_me: failed program was:" >&5 1691 sed 's/^/| /' conftest.$ac_ext >&5 1692 1693 ac_retval=1 1694 fi 1695 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1696 return $ac_retval 1697 1698 } # ac_fn_c_try_compile 1699 1700 # ac_fn_c_try_link LINENO 1701 # ----------------------- 1702 # Try to link conftest.$ac_ext, and return whether this succeeded. 1703 ac_fn_c_try_link () 1704 { 1705 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1706 rm -f conftest.$ac_objext conftest$ac_exeext 1707 if { { ac_try="$ac_link" 1708 case "(($ac_try" in 1709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1710 *) ac_try_echo=$ac_try;; 1711 esac 1712 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1713 $as_echo "$ac_try_echo"; } >&5 1714 (eval "$ac_link") 2>conftest.err 1715 ac_status=$? 1716 if test -s conftest.err; then 1717 grep -v '^ *+' conftest.err >conftest.er1 1718 cat conftest.er1 >&5 1719 mv -f conftest.er1 conftest.err 1720 fi 1721 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1722 test $ac_status = 0; } && { 1723 test -z "$ac_c_werror_flag" || 1724 test ! -s conftest.err 1725 } && test -s conftest$ac_exeext && { 1726 test "$cross_compiling" = yes || 1727 $as_test_x conftest$ac_exeext 1728 }; then : 1729 ac_retval=0 1730 else 1731 $as_echo "$as_me: failed program was:" >&5 1732 sed 's/^/| /' conftest.$ac_ext >&5 1733 1734 ac_retval=1 1735 fi 1736 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1737 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1738 # interfere with the next link command; also delete a directory that is 1739 # left behind by Apple's compiler. We do this before executing the actions. 1740 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1741 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1742 return $ac_retval 1743 1744 } # ac_fn_c_try_link 1745 1746 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1747 # ------------------------------------------------------- 1748 # Tests whether HEADER exists and can be compiled using the include files in 1749 # INCLUDES, setting the cache variable VAR accordingly. 1750 ac_fn_c_check_header_compile () 1751 { 1752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1754 $as_echo_n "checking for $2... " >&6; } 1755 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1756 $as_echo_n "(cached) " >&6 1757 else 1758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1759 /* end confdefs.h. */ 1760 $4 1761 #include <$2> 1762 _ACEOF 1763 if ac_fn_c_try_compile "$LINENO"; then : 1764 eval "$3=yes" 1765 else 1766 eval "$3=no" 1767 fi 1768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1769 fi 1770 eval ac_res=\$$3 1771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1772 $as_echo "$ac_res" >&6; } 1773 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1774 1775 } # ac_fn_c_check_header_compile 1776 1777 # ac_fn_c_try_cpp LINENO 1778 # ---------------------- 1779 # Try to preprocess conftest.$ac_ext, and return whether this succeeded. 1780 ac_fn_c_try_cpp () 1781 { 1782 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1783 if { { ac_try="$ac_cpp conftest.$ac_ext" 1784 case "(($ac_try" in 1785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1786 *) ac_try_echo=$ac_try;; 1787 esac 1788 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1789 $as_echo "$ac_try_echo"; } >&5 1790 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err 1791 ac_status=$? 1792 if test -s conftest.err; then 1793 grep -v '^ *+' conftest.err >conftest.er1 1794 cat conftest.er1 >&5 1795 mv -f conftest.er1 conftest.err 1796 fi 1797 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1798 test $ac_status = 0; } >/dev/null && { 1799 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1800 test ! -s conftest.err 1801 }; then : 1802 ac_retval=0 1803 else 1804 $as_echo "$as_me: failed program was:" >&5 1805 sed 's/^/| /' conftest.$ac_ext >&5 1806 1807 ac_retval=1 1808 fi 1809 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1810 return $ac_retval 1811 1812 } # ac_fn_c_try_cpp 1813 1814 # ac_fn_c_try_run LINENO 1815 # ---------------------- 1816 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes 1817 # that executables *can* be run. 1818 ac_fn_c_try_run () 1819 { 1820 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1821 if { { ac_try="$ac_link" 1822 case "(($ac_try" in 1823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1824 *) ac_try_echo=$ac_try;; 1825 esac 1826 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1827 $as_echo "$ac_try_echo"; } >&5 1828 (eval "$ac_link") 2>&5 1829 ac_status=$? 1830 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1831 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' 1832 { { case "(($ac_try" in 1833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1834 *) ac_try_echo=$ac_try;; 1835 esac 1836 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1837 $as_echo "$ac_try_echo"; } >&5 1838 (eval "$ac_try") 2>&5 1839 ac_status=$? 1840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1841 test $ac_status = 0; }; }; then : 1842 ac_retval=0 1843 else 1844 $as_echo "$as_me: program exited with status $ac_status" >&5 1845 $as_echo "$as_me: failed program was:" >&5 1846 sed 's/^/| /' conftest.$ac_ext >&5 1847 1848 ac_retval=$ac_status 1849 fi 1850 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1851 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1852 return $ac_retval 1853 1854 } # ac_fn_c_try_run 1855 1856 # ac_fn_c_check_func LINENO FUNC VAR 1857 # ---------------------------------- 1858 # Tests whether FUNC exists, setting the cache variable VAR accordingly 1859 ac_fn_c_check_func () 1860 { 1861 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1863 $as_echo_n "checking for $2... " >&6; } 1864 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1865 $as_echo_n "(cached) " >&6 1866 else 1867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1868 /* end confdefs.h. */ 1869 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. 1870 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1871 #define $2 innocuous_$2 1872 1873 /* System header to define __stub macros and hopefully few prototypes, 1874 which can conflict with char $2 (); below. 1875 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1876 <limits.h> exists even on freestanding compilers. */ 1877 1878 #ifdef __STDC__ 1879 # include <limits.h> 1880 #else 1881 # include <assert.h> 1882 #endif 1883 1884 #undef $2 1885 1886 /* Override any GCC internal prototype to avoid an error. 1887 Use char because int might match the return type of a GCC 1888 builtin and then its argument prototype would still apply. */ 1889 #ifdef __cplusplus 1890 extern "C" 1891 #endif 1892 char $2 (); 1893 /* The GNU C library defines this for functions which it implements 1894 to always fail with ENOSYS. Some functions are actually named 1895 something starting with __ and the normal name is an alias. */ 1896 #if defined __stub_$2 || defined __stub___$2 1897 choke me 1898 #endif 1899 1900 int 1901 main () 1902 { 1903 return $2 (); 1904 ; 1905 return 0; 1906 } 1907 _ACEOF 1908 if ac_fn_c_try_link "$LINENO"; then : 1909 eval "$3=yes" 1910 else 1911 eval "$3=no" 1912 fi 1913 rm -f core conftest.err conftest.$ac_objext \ 1914 conftest$ac_exeext conftest.$ac_ext 1915 fi 1916 eval ac_res=\$$3 1917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1918 $as_echo "$ac_res" >&6; } 1919 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1920 1921 } # ac_fn_c_check_func 1922 1923 # ac_fn_c_check_decl LINENO SYMBOL VAR 1924 # ------------------------------------ 1925 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly. 1926 ac_fn_c_check_decl () 1927 { 1928 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5 1930 $as_echo_n "checking whether $2 is declared... " >&6; } 1931 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1932 $as_echo_n "(cached) " >&6 1933 else 1934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1935 /* end confdefs.h. */ 1936 $4 1937 int 1938 main () 1939 { 1940 #ifndef $2 1941 (void) $2; 1942 #endif 1943 1944 ; 1945 return 0; 1946 } 1947 _ACEOF 1948 if ac_fn_c_try_compile "$LINENO"; then : 1949 eval "$3=yes" 1950 else 1951 eval "$3=no" 1952 fi 1953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1954 fi 1955 eval ac_res=\$$3 1956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1957 $as_echo "$ac_res" >&6; } 1958 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1959 1960 } # ac_fn_c_check_decl 1712 1961 cat >config.log <<_ACEOF 1713 1962 This file contains any messages produced by compilers while 1714 1963 running configure, to aid debugging if configure makes a mistake. 1715 1964 1716 It was created by mod_gnutls $as_me 0.5. 5, which was1717 generated by GNU Autoconf 2.6 3. Invocation command line was1965 It was created by mod_gnutls $as_me 0.5.6, which was 1966 generated by GNU Autoconf 2.64. Invocation command line was 1718 1967 1719 1968 $ $0 $@ … … 1751 2000 IFS=$as_save_IFS 1752 2001 test -z "$as_dir" && as_dir=. 1753 $as_echo "PATH: $as_dir"1754 done2002 $as_echo "PATH: $as_dir" 2003 done 1755 2004 IFS=$as_save_IFS 1756 2005 … … 1789 2038 esac 1790 2039 case $ac_pass in 1791 1) a c_configure_args0="$ac_configure_args0'$ac_arg'" ;;2040 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 1792 2041 2) 1793 a c_configure_args1="$ac_configure_args1'$ac_arg'"2042 as_fn_append ac_configure_args1 " '$ac_arg'" 1794 2043 if test $ac_must_keep_next = true; then 1795 2044 ac_must_keep_next=false # Got value, back to normal. … … 1807 2056 esac 1808 2057 fi 1809 a c_configure_args="$ac_configure_args'$ac_arg'"2058 as_fn_append ac_configure_args " '$ac_arg'" 1810 2059 ;; 1811 2060 esac 1812 2061 done 1813 2062 done 1814 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0;}1815 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1;}2063 { ac_configure_args0=; unset ac_configure_args0;} 2064 { ac_configure_args1=; unset ac_configure_args1;} 1816 2065 1817 2066 # When interrupted or exit'd, cleanup temporary files, and complete … … 1838 2087 *${as_nl}*) 1839 2088 case $ac_var in #( 1840 *_cv_*) { $as_echo "$as_me:$ LINENO: WARNING: cache variable $ac_var contains a newline" >&52089 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1841 2090 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1842 2091 esac … … 1844 2093 _ | IFS | as_nl) ;; #( 1845 2094 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1846 *) $as_unset $ac_var;;2095 *) { eval $ac_var=; unset $ac_var;} ;; 1847 2096 esac ;; 1848 2097 esac … … 1916 2165 ' 0 1917 2166 for ac_signal in 1 2 13 15; do 1918 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal2167 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal 1919 2168 done 1920 2169 ac_signal=0 … … 1922 2171 # confdefs.h avoids OS command line length limits that DEFS can exceed. 1923 2172 rm -f -r conftest* confdefs.h 2173 2174 $as_echo "/* confdefs.h */" > confdefs.h 1924 2175 1925 2176 # Predefined preprocessor variables. … … 1929 2180 _ACEOF 1930 2181 1931 1932 2182 cat >>confdefs.h <<_ACEOF 1933 2183 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1934 2184 _ACEOF 1935 2185 1936 1937 2186 cat >>confdefs.h <<_ACEOF 1938 2187 #define PACKAGE_VERSION "$PACKAGE_VERSION" 1939 2188 _ACEOF 1940 2189 1941 1942 2190 cat >>confdefs.h <<_ACEOF 1943 2191 #define PACKAGE_STRING "$PACKAGE_STRING" 1944 2192 _ACEOF 1945 2193 1946 1947 2194 cat >>confdefs.h <<_ACEOF 1948 2195 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 2196 _ACEOF 2197 2198 cat >>confdefs.h <<_ACEOF 2199 #define PACKAGE_URL "$PACKAGE_URL" 1949 2200 _ACEOF 1950 2201 … … 1967 2218 test "x$ac_site_file" = xNONE && continue 1968 2219 if test -r "$ac_site_file"; then 1969 { $as_echo "$as_me:$ LINENO: loading site script $ac_site_file" >&52220 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 1970 2221 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1971 2222 sed 's/^/| /' "$ac_site_file" >&5 … … 1978 2229 # files actually), so we avoid doing that. 1979 2230 if test -f "$cache_file"; then 1980 { $as_echo "$as_me:$ LINENO: loading cache $cache_file" >&52231 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 1981 2232 $as_echo "$as_me: loading cache $cache_file" >&6;} 1982 2233 case $cache_file in … … 1986 2237 fi 1987 2238 else 1988 { $as_echo "$as_me:$ LINENO: creating cache $cache_file" >&52239 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 1989 2240 $as_echo "$as_me: creating cache $cache_file" >&6;} 1990 2241 >$cache_file … … 2001 2252 case $ac_old_set,$ac_new_set in 2002 2253 set,) 2003 { $as_echo "$as_me:$ LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&52254 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 2004 2255 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 2005 2256 ac_cache_corrupted=: ;; 2006 2257 ,set) 2007 { $as_echo "$as_me:$ LINENO: error: \`$ac_var' was not set in the previous run" >&52258 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 2008 2259 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 2009 2260 ac_cache_corrupted=: ;; … … 2015 2266 ac_new_val_w=`echo x $ac_new_val` 2016 2267 if test "$ac_old_val_w" != "$ac_new_val_w"; then 2017 { $as_echo "$as_me:$ LINENO: error: \`$ac_var' has changed since the previous run:" >&52268 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 2018 2269 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2019 2270 ac_cache_corrupted=: 2020 2271 else 2021 { $as_echo "$as_me:$ LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&52272 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 2022 2273 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 2023 2274 eval $ac_var=\$ac_old_val 2024 2275 fi 2025 { $as_echo "$as_me:$ LINENO: former value: \`$ac_old_val'" >&52276 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 2026 2277 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 2027 { $as_echo "$as_me:$ LINENO: current value: \`$ac_new_val'" >&52278 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 2028 2279 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 2029 2280 fi;; … … 2037 2288 case " $ac_configure_args " in 2038 2289 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 2039 *) a c_configure_args="$ac_configure_args'$ac_arg'" ;;2290 *) as_fn_append ac_configure_args " '$ac_arg'" ;; 2040 2291 esac 2041 2292 fi 2042 2293 done 2043 2294 if $ac_cache_corrupted; then 2044 { $as_echo "$as_me:$ LINENO: error: in \`$ac_pwd':" >&52295 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2045 2296 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2046 { $as_echo "$as_me:$ LINENO: error: changes in the environment can compromise the build" >&52297 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2047 2298 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2048 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 2049 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 2050 { (exit 1); exit 1; }; } 2051 fi 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2299 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2300 fi 2301 ## -------------------- ## 2302 ## Main body of script. ## 2303 ## -------------------- ## 2076 2304 2077 2305 ac_ext=c … … 2100 2328 chmod +x config.nice 2101 2329 2102 MOD_GNUTLS_VERSION=0.5. 52330 MOD_GNUTLS_VERSION=0.5.6 2103 2331 2104 2332 2105 2333 ac_aux_dir= 2106 2334 for ac_dir in config "$srcdir"/config; do 2107 if test -f "$ac_dir/install-sh"; then 2108 ac_aux_dir=$ac_dir 2109 ac_install_sh="$ac_aux_dir/install-sh -c" 2110 break 2111 elif test -f "$ac_dir/install.sh"; then 2112 ac_aux_dir=$ac_dir 2113 ac_install_sh="$ac_aux_dir/install.sh -c" 2114 break 2115 elif test -f "$ac_dir/shtool"; then 2116 ac_aux_dir=$ac_dir 2117 ac_install_sh="$ac_aux_dir/shtool install -c" 2118 break 2119 fi 2335 for ac_t in install-sh install.sh shtool; do 2336 if test -f "$ac_dir/$ac_t"; then 2337 ac_aux_dir=$ac_dir 2338 ac_install_sh="$ac_aux_dir/$ac_t -c" 2339 break 2 2340 fi 2341 done 2120 2342 done 2121 2343 if test -z "$ac_aux_dir"; then 2122 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&5 2123 $as_echo "$as_me: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&2;} 2124 { (exit 1); exit 1; }; } 2344 as_fn_error "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5 2125 2345 fi 2126 2346 … … 2137 2357 2138 2358 # Check whether --enable-maintainer was given. 2139 if test "${enable_maintainer+set}" = set; then 2140 enableval=$enable_maintainer; { $as_echo "$as_me:$ LINENO: result: Enabling Maintainer Mode!!" >&52359 if test "${enable_maintainer+set}" = set; then : 2360 enableval=$enable_maintainer; { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling Maintainer Mode!!" >&5 2141 2361 $as_echo "Enabling Maintainer Mode!!" >&6; } 2142 2362 OOO_MAINTAIN=1 … … 2147 2367 2148 2368 2149 { $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 2369 2370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 2150 2371 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } 2151 2372 # Check whether --enable-maintainer-mode was given. 2152 if test "${enable_maintainer_mode+set}" = set; then 2373 if test "${enable_maintainer_mode+set}" = set; then : 2153 2374 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval 2154 2375 else … … 2156 2377 fi 2157 2378 2158 { $as_echo "$as_me:$ LINENO: result: $USE_MAINTAINER_MODE" >&52379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 2159 2380 $as_echo "$USE_MAINTAINER_MODE" >&6; } 2160 2381 if test $USE_MAINTAINER_MODE = yes; then … … 2171 2392 # Make sure we can run config.sub. 2172 2393 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2173 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 2174 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 2175 { (exit 1); exit 1; }; } 2176 2177 { $as_echo "$as_me:$LINENO: checking build system type" >&5 2394 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2395 2396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2178 2397 $as_echo_n "checking build system type... " >&6; } 2179 if test "${ac_cv_build+set}" = set; then 2398 if test "${ac_cv_build+set}" = set; then : 2180 2399 $as_echo_n "(cached) " >&6 2181 2400 else … … 2184 2403 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2185 2404 test "x$ac_build_alias" = x && 2186 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 2187 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 2188 { (exit 1); exit 1; }; } 2405 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 2189 2406 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2190 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 2191 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 2192 { (exit 1); exit 1; }; } 2193 2194 fi 2195 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 2407 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 2408 2409 fi 2410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2196 2411 $as_echo "$ac_cv_build" >&6; } 2197 2412 case $ac_cv_build in 2198 2413 *-*-*) ;; 2199 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 2200 $as_echo "$as_me: error: invalid value of canonical build" >&2;} 2201 { (exit 1); exit 1; }; };; 2414 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; 2202 2415 esac 2203 2416 build=$ac_cv_build … … 2215 2428 2216 2429 2217 { $as_echo "$as_me:$ LINENO: checking host system type" >&52430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2218 2431 $as_echo_n "checking host system type... " >&6; } 2219 if test "${ac_cv_host+set}" = set; then 2432 if test "${ac_cv_host+set}" = set; then : 2220 2433 $as_echo_n "(cached) " >&6 2221 2434 else … … 2224 2437 else 2225 2438 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2226 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 2227 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 2228 { (exit 1); exit 1; }; } 2229 fi 2230 2231 fi 2232 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 2439 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 2440 fi 2441 2442 fi 2443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2233 2444 $as_echo "$ac_cv_host" >&6; } 2234 2445 case $ac_cv_host in 2235 2446 *-*-*) ;; 2236 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 2237 $as_echo "$as_me: error: invalid value of canonical host" >&2;} 2238 { (exit 1); exit 1; }; };; 2447 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; 2239 2448 esac 2240 2449 host=$ac_cv_host … … 2252 2461 2253 2462 2254 { $as_echo "$as_me:$ LINENO: checking target system type" >&52463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 2255 2464 $as_echo_n "checking target system type... " >&6; } 2256 if test "${ac_cv_target+set}" = set; then 2465 if test "${ac_cv_target+set}" = set; then : 2257 2466 $as_echo_n "(cached) " >&6 2258 2467 else … … 2261 2470 else 2262 2471 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 2263 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 2264 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 2265 { (exit 1); exit 1; }; } 2266 fi 2267 2268 fi 2269 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5 2472 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 2473 fi 2474 2475 fi 2476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 2270 2477 $as_echo "$ac_cv_target" >&6; } 2271 2478 case $ac_cv_target in 2272 2479 *-*-*) ;; 2273 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 2274 $as_echo "$as_me: error: invalid value of canonical target" >&2;} 2275 { (exit 1); exit 1; }; };; 2480 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;; 2276 2481 esac 2277 2482 target=$ac_cv_target … … 2295 2500 NONENONEs,x,x, && 2296 2501 program_prefix=${target_alias}- 2297 am__api_version='1.1 0'2502 am__api_version='1.11' 2298 2503 2299 2504 # Find a good install program. We prefer a C program (faster), … … 2311 2516 # ./install, which can be erroneously created by make from ./install.sh. 2312 2517 # Reject install programs that cannot install multiple files. 2313 { $as_echo "$as_me:$ LINENO: checking for a BSD-compatible install" >&52518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2314 2519 $as_echo_n "checking for a BSD-compatible install... " >&6; } 2315 2520 if test -z "$INSTALL"; then 2316 if test "${ac_cv_path_install+set}" = set; then 2521 if test "${ac_cv_path_install+set}" = set; then : 2317 2522 $as_echo_n "(cached) " >&6 2318 2523 else … … 2322 2527 IFS=$as_save_IFS 2323 2528 test -z "$as_dir" && as_dir=. 2324 # Account for people who put trailing slashes in PATH elements.2325 case $as_dir/ in 2326 ./ | .// | / cC/* | \2529 # Account for people who put trailing slashes in PATH elements. 2530 case $as_dir/ in #(( 2531 ./ | .// | /[cC]/* | \ 2327 2532 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 2328 ?: \\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \2533 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 2329 2534 /usr/ucb/* ) ;; 2330 2535 *) … … 2363 2568 esac 2364 2569 2365 done2570 done 2366 2571 IFS=$as_save_IFS 2367 2572 … … 2379 2584 fi 2380 2585 fi 2381 { $as_echo "$as_me:$ LINENO: result: $INSTALL" >&52586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 2382 2587 $as_echo "$INSTALL" >&6; } 2383 2588 … … 2390 2595 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2391 2596 2392 { $as_echo "$as_me:$ LINENO: checking whether build environment is sane" >&52597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2393 2598 $as_echo_n "checking whether build environment is sane... " >&6; } 2394 2599 # Just in case 2395 2600 sleep 1 2396 2601 echo timestamp > conftest.file 2602 # Reject unsafe characters in $srcdir or the absolute working directory 2603 # name. Accept space and tab only in the latter. 2604 am_lf=' 2605 ' 2606 case `pwd` in 2607 *[\\\"\#\$\&\'\`$am_lf]*) 2608 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; 2609 esac 2610 case $srcdir in 2611 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2612 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 2613 esac 2614 2397 2615 # Do `set' in a subshell so we don't clobber the current shell's 2398 2616 # arguments. Must try -L first in case configure is actually a … … 2401 2619 # directory). 2402 2620 if ( 2403 set X `ls -Lt $srcdir/configureconftest.file 2> /dev/null`2621 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2404 2622 if test "$*" = "X"; then 2405 2623 # -L didn't work. 2406 set X `ls -t $srcdir/configureconftest.file`2624 set X `ls -t "$srcdir/configure" conftest.file` 2407 2625 fi 2408 2626 rm -f conftest.file … … 2414 2632 # broken ls alias from the environment. This has actually 2415 2633 # happened. Such a system could not be considered "sane". 2416 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 2417 alias in your environment" >&5 2418 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 2419 alias in your environment" >&2;} 2420 { (exit 1); exit 1; }; } 2634 as_fn_error "ls -t appears to fail. Make sure there is not a broken 2635 alias in your environment" "$LINENO" 5 2421 2636 fi 2422 2637 … … 2427 2642 : 2428 2643 else 2429 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! 2430 Check your system clock" >&5 2431 $as_echo "$as_me: error: newly created file is older than distributed files! 2432 Check your system clock" >&2;} 2433 { (exit 1); exit 1; }; } 2434 fi 2435 { $as_echo "$as_me:$LINENO: result: yes" >&5 2644 as_fn_error "newly created file is older than distributed files! 2645 Check your system clock" "$LINENO" 5 2646 fi 2647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2436 2648 $as_echo "yes" >&6; } 2437 2649 test "$program_prefix" != NONE && … … 2448 2660 am_aux_dir=`cd $ac_aux_dir && pwd` 2449 2661 2450 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 2662 if test x"${MISSING+set}" != xset; then 2663 case $am_aux_dir in 2664 *\ * | *\ *) 2665 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 2666 *) 2667 MISSING="\${SHELL} $am_aux_dir/missing" ;; 2668 esac 2669 fi 2451 2670 # Use eval to expand $SHELL 2452 2671 if eval "$MISSING --run true"; then … … 2454 2673 else 2455 2674 am_missing_run= 2456 { $as_echo "$as_me:$ LINENO: WARNING: \`missing' script is too old or missing" >&52675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 2457 2676 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2458 2677 fi 2459 2678 2460 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 2679 if test x"${install_sh}" != xset; then 2680 case $am_aux_dir in 2681 *\ * | *\ *) 2682 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2683 *) 2684 install_sh="\${SHELL} $am_aux_dir/install-sh" 2685 esac 2686 fi 2687 2688 # Installed binaries are usually stripped using `strip' when the user 2689 # run `make install-strip'. However `strip' might not be the right 2690 # tool to use in cross-compilation environments, therefore Automake 2691 # will honor the `STRIP' environment variable to overrule this program. 2692 if test "$cross_compiling" != no; then 2693 if test -n "$ac_tool_prefix"; then 2694 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2695 set dummy ${ac_tool_prefix}strip; ac_word=$2 2696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2697 $as_echo_n "checking for $ac_word... " >&6; } 2698 if test "${ac_cv_prog_STRIP+set}" = set; then : 2699 $as_echo_n "(cached) " >&6 2700 else 2701 if test -n "$STRIP"; then 2702 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2703 else 2704 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2705 for as_dir in $PATH 2706 do 2707 IFS=$as_save_IFS 2708 test -z "$as_dir" && as_dir=. 2709 for ac_exec_ext in '' $ac_executable_extensions; do 2710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2711 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2713 break 2 2714 fi 2715 done 2716 done 2717 IFS=$as_save_IFS 2718 2719 fi 2720 fi 2721 STRIP=$ac_cv_prog_STRIP 2722 if test -n "$STRIP"; then 2723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 2724 $as_echo "$STRIP" >&6; } 2725 else 2726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2727 $as_echo "no" >&6; } 2728 fi 2729 2730 2731 fi 2732 if test -z "$ac_cv_prog_STRIP"; then 2733 ac_ct_STRIP=$STRIP 2734 # Extract the first word of "strip", so it can be a program name with args. 2735 set dummy strip; ac_word=$2 2736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2737 $as_echo_n "checking for $ac_word... " >&6; } 2738 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 2739 $as_echo_n "(cached) " >&6 2740 else 2741 if test -n "$ac_ct_STRIP"; then 2742 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 2743 else 2744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2745 for as_dir in $PATH 2746 do 2747 IFS=$as_save_IFS 2748 test -z "$as_dir" && as_dir=. 2749 for ac_exec_ext in '' $ac_executable_extensions; do 2750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2751 ac_cv_prog_ac_ct_STRIP="strip" 2752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2753 break 2 2754 fi 2755 done 2756 done 2757 IFS=$as_save_IFS 2758 2759 fi 2760 fi 2761 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2762 if test -n "$ac_ct_STRIP"; then 2763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 2764 $as_echo "$ac_ct_STRIP" >&6; } 2765 else 2766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2767 $as_echo "no" >&6; } 2768 fi 2769 2770 if test "x$ac_ct_STRIP" = x; then 2771 STRIP=":" 2772 else 2773 case $cross_compiling:$ac_tool_warned in 2774 yes:) 2775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2776 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2777 ac_tool_warned=yes ;; 2778 esac 2779 STRIP=$ac_ct_STRIP 2780 fi 2781 else 2782 STRIP="$ac_cv_prog_STRIP" 2783 fi 2784 2785 fi 2786 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 2787 2788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 2461 2789 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 2462 2790 if test -z "$MKDIR_P"; then 2463 if test "${ac_cv_path_mkdir+set}" = set; then 2791 if test "${ac_cv_path_mkdir+set}" = set; then : 2464 2792 $as_echo_n "(cached) " >&6 2465 2793 else … … 2469 2797 IFS=$as_save_IFS 2470 2798 test -z "$as_dir" && as_dir=. 2471 for ac_prog in mkdir gmkdir; do2799 for ac_prog in mkdir gmkdir; do 2472 2800 for ac_exec_ext in '' $ac_executable_extensions; do 2473 2801 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue … … 2481 2809 done 2482 2810 done 2483 done2811 done 2484 2812 IFS=$as_save_IFS 2485 2813 … … 2497 2825 fi 2498 2826 fi 2499 { $as_echo "$as_me:$ LINENO: result: $MKDIR_P" >&52827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 2500 2828 $as_echo "$MKDIR_P" >&6; } 2501 2829 … … 2510 2838 # Extract the first word of "$ac_prog", so it can be a program name with args. 2511 2839 set dummy $ac_prog; ac_word=$2 2512 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&52840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2513 2841 $as_echo_n "checking for $ac_word... " >&6; } 2514 if test "${ac_cv_prog_AWK+set}" = set; then 2842 if test "${ac_cv_prog_AWK+set}" = set; then : 2515 2843 $as_echo_n "(cached) " >&6 2516 2844 else … … 2523 2851 IFS=$as_save_IFS 2524 2852 test -z "$as_dir" && as_dir=. 2525 for ac_exec_ext in '' $ac_executable_extensions; do2853 for ac_exec_ext in '' $ac_executable_extensions; do 2526 2854 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2527 2855 ac_cv_prog_AWK="$ac_prog" 2528 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52856 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2529 2857 break 2 2530 2858 fi 2531 2859 done 2532 done2860 done 2533 2861 IFS=$as_save_IFS 2534 2862 … … 2537 2865 AWK=$ac_cv_prog_AWK 2538 2866 if test -n "$AWK"; then 2539 { $as_echo "$as_me:$ LINENO: result: $AWK" >&52867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 2540 2868 $as_echo "$AWK" >&6; } 2541 2869 else 2542 { $as_echo "$as_me:$ LINENO: result: no" >&52870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2543 2871 $as_echo "no" >&6; } 2544 2872 fi … … 2548 2876 done 2549 2877 2550 { $as_echo "$as_me:$ LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&52878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2551 2879 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2552 2880 set x ${MAKE-make} 2553 2881 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2554 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 2882 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 2555 2883 $as_echo_n "(cached) " >&6 2556 2884 else … … 2570 2898 fi 2571 2899 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2572 { $as_echo "$as_me:$ LINENO: result: yes" >&52900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2573 2901 $as_echo "yes" >&6; } 2574 2902 SET_MAKE= 2575 2903 else 2576 { $as_echo "$as_me:$ LINENO: result: no" >&52904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2577 2905 $as_echo "no" >&6; } 2578 2906 SET_MAKE="MAKE=${MAKE-make}" … … 2594 2922 # test to see if srcdir already configured 2595 2923 if test -f $srcdir/config.status; then 2596 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 2597 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 2598 { (exit 1); exit 1; }; } 2924 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 2599 2925 fi 2600 2926 fi … … 2612 2938 # Define the identity of the package. 2613 2939 PACKAGE=mod_gnutls 2614 VERSION=0.5. 52940 VERSION=0.5.6 2615 2941 2616 2942 … … 2639 2965 2640 2966 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2641 2642 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}2643 2644 # Installed binaries are usually stripped using `strip' when the user2645 # run `make install-strip'. However `strip' might not be the right2646 # tool to use in cross-compilation environments, therefore Automake2647 # will honor the `STRIP' environment variable to overrule this program.2648 if test "$cross_compiling" != no; then2649 if test -n "$ac_tool_prefix"; then2650 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.2651 set dummy ${ac_tool_prefix}strip; ac_word=$22652 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52653 $as_echo_n "checking for $ac_word... " >&6; }2654 if test "${ac_cv_prog_STRIP+set}" = set; then2655 $as_echo_n "(cached) " >&62656 else2657 if test -n "$STRIP"; then2658 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.2659 else2660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2661 for as_dir in $PATH2662 do2663 IFS=$as_save_IFS2664 test -z "$as_dir" && as_dir=.2665 for ac_exec_ext in '' $ac_executable_extensions; do2666 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2667 ac_cv_prog_STRIP="${ac_tool_prefix}strip"2668 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52669 break 22670 fi2671 done2672 done2673 IFS=$as_save_IFS2674 2675 fi2676 fi2677 STRIP=$ac_cv_prog_STRIP2678 if test -n "$STRIP"; then2679 { $as_echo "$as_me:$LINENO: result: $STRIP" >&52680 $as_echo "$STRIP" >&6; }2681 else2682 { $as_echo "$as_me:$LINENO: result: no" >&52683 $as_echo "no" >&6; }2684 fi2685 2686 2687 fi2688 if test -z "$ac_cv_prog_STRIP"; then2689 ac_ct_STRIP=$STRIP2690 # Extract the first word of "strip", so it can be a program name with args.2691 set dummy strip; ac_word=$22692 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52693 $as_echo_n "checking for $ac_word... " >&6; }2694 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then2695 $as_echo_n "(cached) " >&62696 else2697 if test -n "$ac_ct_STRIP"; then2698 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.2699 else2700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR2701 for as_dir in $PATH2702 do2703 IFS=$as_save_IFS2704 test -z "$as_dir" && as_dir=.2705 for ac_exec_ext in '' $ac_executable_extensions; do2706 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2707 ac_cv_prog_ac_ct_STRIP="strip"2708 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52709 break 22710 fi2711 done2712 done2713 IFS=$as_save_IFS2714 2715 fi2716 fi2717 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP2718 if test -n "$ac_ct_STRIP"; then2719 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&52720 $as_echo "$ac_ct_STRIP" >&6; }2721 else2722 { $as_echo "$as_me:$LINENO: result: no" >&52723 $as_echo "no" >&6; }2724 fi2725 2726 if test "x$ac_ct_STRIP" = x; then2727 STRIP=":"2728 else2729 case $cross_compiling:$ac_tool_warned in2730 yes:)2731 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&52732 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}2733 ac_tool_warned=yes ;;2734 esac2735 STRIP=$ac_ct_STRIP2736 fi2737 else2738 STRIP="$ac_cv_prog_STRIP"2739 fi2740 2741 fi2742 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"2743 2967 2744 2968 # We need awk for the "check" target. The system "awk" is bad on … … 2767 2991 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2768 2992 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2769 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&52993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2770 2994 $as_echo_n "checking for $ac_word... " >&6; } 2771 if test "${ac_cv_prog_CC+set}" = set; then 2995 if test "${ac_cv_prog_CC+set}" = set; then : 2772 2996 $as_echo_n "(cached) " >&6 2773 2997 else … … 2780 3004 IFS=$as_save_IFS 2781 3005 test -z "$as_dir" && as_dir=. 2782 for ac_exec_ext in '' $ac_executable_extensions; do3006 for ac_exec_ext in '' $ac_executable_extensions; do 2783 3007 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2784 3008 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2785 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2786 3010 break 2 2787 3011 fi 2788 3012 done 2789 done3013 done 2790 3014 IFS=$as_save_IFS 2791 3015 … … 2794 3018 CC=$ac_cv_prog_CC 2795 3019 if test -n "$CC"; then 2796 { $as_echo "$as_me:$ LINENO: result: $CC" >&53020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2797 3021 $as_echo "$CC" >&6; } 2798 3022 else 2799 { $as_echo "$as_me:$ LINENO: result: no" >&53023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2800 3024 $as_echo "no" >&6; } 2801 3025 fi … … 2807 3031 # Extract the first word of "gcc", so it can be a program name with args. 2808 3032 set dummy gcc; ac_word=$2 2809 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2810 3034 $as_echo_n "checking for $ac_word... " >&6; } 2811 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 3035 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2812 3036 $as_echo_n "(cached) " >&6 2813 3037 else … … 2820 3044 IFS=$as_save_IFS 2821 3045 test -z "$as_dir" && as_dir=. 2822 for ac_exec_ext in '' $ac_executable_extensions; do3046 for ac_exec_ext in '' $ac_executable_extensions; do 2823 3047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2824 3048 ac_cv_prog_ac_ct_CC="gcc" 2825 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2826 3050 break 2 2827 3051 fi 2828 3052 done 2829 done3053 done 2830 3054 IFS=$as_save_IFS 2831 3055 … … 2834 3058 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2835 3059 if test -n "$ac_ct_CC"; then 2836 { $as_echo "$as_me:$ LINENO: result: $ac_ct_CC" >&53060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 2837 3061 $as_echo "$ac_ct_CC" >&6; } 2838 3062 else 2839 { $as_echo "$as_me:$ LINENO: result: no" >&53063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2840 3064 $as_echo "no" >&6; } 2841 3065 fi … … 2846 3070 case $cross_compiling:$ac_tool_warned in 2847 3071 yes:) 2848 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&53072 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2849 3073 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2850 3074 ac_tool_warned=yes ;; … … 2860 3084 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2861 3085 set dummy ${ac_tool_prefix}cc; ac_word=$2 2862 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2863 3087 $as_echo_n "checking for $ac_word... " >&6; } 2864 if test "${ac_cv_prog_CC+set}" = set; then 3088 if test "${ac_cv_prog_CC+set}" = set; then : 2865 3089 $as_echo_n "(cached) " >&6 2866 3090 else … … 2873 3097 IFS=$as_save_IFS 2874 3098 test -z "$as_dir" && as_dir=. 2875 for ac_exec_ext in '' $ac_executable_extensions; do3099 for ac_exec_ext in '' $ac_executable_extensions; do 2876 3100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2877 3101 ac_cv_prog_CC="${ac_tool_prefix}cc" 2878 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2879 3103 break 2 2880 3104 fi 2881 3105 done 2882 done3106 done 2883 3107 IFS=$as_save_IFS 2884 3108 … … 2887 3111 CC=$ac_cv_prog_CC 2888 3112 if test -n "$CC"; then 2889 { $as_echo "$as_me:$ LINENO: result: $CC" >&53113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2890 3114 $as_echo "$CC" >&6; } 2891 3115 else 2892 { $as_echo "$as_me:$ LINENO: result: no" >&53116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2893 3117 $as_echo "no" >&6; } 2894 3118 fi … … 2900 3124 # Extract the first word of "cc", so it can be a program name with args. 2901 3125 set dummy cc; ac_word=$2 2902 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2903 3127 $as_echo_n "checking for $ac_word... " >&6; } 2904 if test "${ac_cv_prog_CC+set}" = set; then 3128 if test "${ac_cv_prog_CC+set}" = set; then : 2905 3129 $as_echo_n "(cached) " >&6 2906 3130 else … … 2914 3138 IFS=$as_save_IFS 2915 3139 test -z "$as_dir" && as_dir=. 2916 for ac_exec_ext in '' $ac_executable_extensions; do3140 for ac_exec_ext in '' $ac_executable_extensions; do 2917 3141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2918 3142 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then … … 2921 3145 fi 2922 3146 ac_cv_prog_CC="cc" 2923 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2924 3148 break 2 2925 3149 fi 2926 3150 done 2927 done3151 done 2928 3152 IFS=$as_save_IFS 2929 3153 … … 2944 3168 CC=$ac_cv_prog_CC 2945 3169 if test -n "$CC"; then 2946 { $as_echo "$as_me:$ LINENO: result: $CC" >&53170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2947 3171 $as_echo "$CC" >&6; } 2948 3172 else 2949 { $as_echo "$as_me:$ LINENO: result: no" >&53173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2950 3174 $as_echo "no" >&6; } 2951 3175 fi … … 2959 3183 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2960 3184 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2961 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2962 3186 $as_echo_n "checking for $ac_word... " >&6; } 2963 if test "${ac_cv_prog_CC+set}" = set; then 3187 if test "${ac_cv_prog_CC+set}" = set; then : 2964 3188 $as_echo_n "(cached) " >&6 2965 3189 else … … 2972 3196 IFS=$as_save_IFS 2973 3197 test -z "$as_dir" && as_dir=. 2974 for ac_exec_ext in '' $ac_executable_extensions; do3198 for ac_exec_ext in '' $ac_executable_extensions; do 2975 3199 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2976 3200 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2977 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2978 3202 break 2 2979 3203 fi 2980 3204 done 2981 done3205 done 2982 3206 IFS=$as_save_IFS 2983 3207 … … 2986 3210 CC=$ac_cv_prog_CC 2987 3211 if test -n "$CC"; then 2988 { $as_echo "$as_me:$ LINENO: result: $CC" >&53212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2989 3213 $as_echo "$CC" >&6; } 2990 3214 else 2991 { $as_echo "$as_me:$ LINENO: result: no" >&53215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2992 3216 $as_echo "no" >&6; } 2993 3217 fi … … 3003 3227 # Extract the first word of "$ac_prog", so it can be a program name with args. 3004 3228 set dummy $ac_prog; ac_word=$2 3005 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3006 3230 $as_echo_n "checking for $ac_word... " >&6; } 3007 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 3231 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 3008 3232 $as_echo_n "(cached) " >&6 3009 3233 else … … 3016 3240 IFS=$as_save_IFS 3017 3241 test -z "$as_dir" && as_dir=. 3018 for ac_exec_ext in '' $ac_executable_extensions; do3242 for ac_exec_ext in '' $ac_executable_extensions; do 3019 3243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3020 3244 ac_cv_prog_ac_ct_CC="$ac_prog" 3021 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3022 3246 break 2 3023 3247 fi 3024 3248 done 3025 done3249 done 3026 3250 IFS=$as_save_IFS 3027 3251 … … 3030 3254 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3031 3255 if test -n "$ac_ct_CC"; then 3032 { $as_echo "$as_me:$ LINENO: result: $ac_ct_CC" >&53256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 3033 3257 $as_echo "$ac_ct_CC" >&6; } 3034 3258 else 3035 { $as_echo "$as_me:$ LINENO: result: no" >&53259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3036 3260 $as_echo "no" >&6; } 3037 3261 fi … … 3046 3270 case $cross_compiling:$ac_tool_warned in 3047 3271 yes:) 3048 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&53272 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3049 3273 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3050 3274 ac_tool_warned=yes ;; … … 3057 3281 3058 3282 3059 test -z "$CC" && { { $as_echo "$as_me:$ LINENO: error: in \`$ac_pwd':" >&53283 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3060 3284 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3061 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 3062 See \`config.log' for more details." >&5 3063 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 3064 See \`config.log' for more details." >&2;} 3065 { (exit 1); exit 1; }; }; } 3285 as_fn_error "no acceptable C compiler found in \$PATH 3286 See \`config.log' for more details." "$LINENO" 5; } 3066 3287 3067 3288 # Provide some information about the compiler. 3068 $as_echo "$as_me:$ LINENO: checking for C compiler version" >&53289 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3069 3290 set X $ac_compile 3070 3291 ac_compiler=$2 3071 { (ac_try="$ac_compiler --version >&5" 3292 for ac_option in --version -v -V -qversion; do 3293 { { ac_try="$ac_compiler $ac_option >&5" 3072 3294 case "(($ac_try" in 3073 3295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3074 3296 *) ac_try_echo=$ac_try;; 3075 3297 esac 3076 eval ac_try_echo="\"\$as_me:$ LINENO: $ac_try_echo\""3077 $as_echo "$ac_try_echo" )>&53078 (eval "$ac_compiler --version >&5") 2>&53298 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3299 $as_echo "$ac_try_echo"; } >&5 3300 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 3079 3301 ac_status=$? 3080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3081 (exit $ac_status); } 3082 { (ac_try="$ac_compiler -v >&5" 3083 case "(($ac_try" in 3084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3085 *) ac_try_echo=$ac_try;; 3086 esac 3087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3088 $as_echo "$ac_try_echo") >&5 3089 (eval "$ac_compiler -v >&5") 2>&5 3090 ac_status=$? 3091 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3092 (exit $ac_status); } 3093 { (ac_try="$ac_compiler -V >&5" 3094 case "(($ac_try" in 3095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3096 *) ac_try_echo=$ac_try;; 3097 esac 3098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3099 $as_echo "$ac_try_echo") >&5 3100 (eval "$ac_compiler -V >&5") 2>&5 3101 ac_status=$? 3102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3103 (exit $ac_status); } 3104 3105 cat >conftest.$ac_ext <<_ACEOF 3106 /* confdefs.h. */ 3107 _ACEOF 3108 cat confdefs.h >>conftest.$ac_ext 3109 cat >>conftest.$ac_ext <<_ACEOF 3302 if test -s conftest.err; then 3303 sed '10a\ 3304 ... rest of stderr output deleted ... 3305 10q' conftest.err >conftest.er1 3306 cat conftest.er1 >&5 3307 rm -f conftest.er1 conftest.err 3308 fi 3309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3310 test $ac_status = 0; } 3311 done 3312 3313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3110 3314 /* end confdefs.h. */ 3111 3315 #include <stdio.h> 3112 3316 int 3113 3317 main () 3114 3318 { 3319 FILE *f = fopen ("conftest.out", "w"); 3320 return ferror (f) || fclose (f) != 0; 3115 3321 3116 3322 ; … … 3119 3325 _ACEOF 3120 3326 ac_clean_files_save=$ac_clean_files 3121 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out "3327 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" 3122 3328 # Try to create an executable without -o first, disregard a.out. 3123 3329 # It will help us diagnose broken compilers, and finding out an intuition 3124 3330 # of exeext. 3125 { $as_echo "$as_me:$ LINENO: checking for C compiler default output file name" >&53331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3126 3332 $as_echo_n "checking for C compiler default output file name... " >&6; } 3127 3333 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` … … 3140 3346 rm -f $ac_rmfiles 3141 3347 3142 if { (ac_try="$ac_link_default"3348 if { { ac_try="$ac_link_default" 3143 3349 case "(($ac_try" in 3144 3350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3145 3351 *) ac_try_echo=$ac_try;; 3146 3352 esac 3147 eval ac_try_echo="\"\$as_me:$ LINENO: $ac_try_echo\""3148 $as_echo "$ac_try_echo" )>&53353 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3354 $as_echo "$ac_try_echo"; } >&5 3149 3355 (eval "$ac_link_default") 2>&5 3150 3356 ac_status=$? 3151 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&53152 (exit $ac_status); }; then3357 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3358 test $ac_status = 0; }; then : 3153 3359 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 3154 3360 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' … … 3167 3373 break;; 3168 3374 *.* ) 3169 3375 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 3170 3376 then :; else 3171 3377 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` … … 3186 3392 ac_file='' 3187 3393 fi 3188 3189 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 3394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 3190 3395 $as_echo "$ac_file" >&6; } 3191 if test -z "$ac_file"; then 3396 if test -z "$ac_file"; then : 3192 3397 $as_echo "$as_me: failed program was:" >&5 3193 3398 sed 's/^/| /' conftest.$ac_ext >&5 3194 3399 3195 { { $as_echo "$as_me:$ LINENO: error: in \`$ac_pwd':" >&53400 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3196 3401 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3197 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 3198 See \`config.log' for more details." >&5 3199 $as_echo "$as_me: error: C compiler cannot create executables 3200 See \`config.log' for more details." >&2;} 3201 { (exit 77); exit 77; }; }; } 3202 fi 3203 3402 { as_fn_set_status 77 3403 as_fn_error "C compiler cannot create executables 3404 See \`config.log' for more details." "$LINENO" 5; }; } 3405 fi 3204 3406 ac_exeext=$ac_cv_exeext 3205 3407 3206 3408 # Check that the compiler produces executables we can run. If not, either 3207 3409 # the compiler is broken, or we cross compile. 3208 { $as_echo "$as_me:$ LINENO: checking whether the C compiler works" >&53410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 3209 3411 $as_echo_n "checking whether the C compiler works... " >&6; } 3210 # FIXME: These cross compiler hacks should be removed for Autoconf 3.03211 3412 # If not cross compiling, check that we can run a simple program. 3212 3413 if test "$cross_compiling" != yes; then 3213 3414 if { ac_try='./$ac_file' 3214 { (case "(($ac_try" in3415 { { case "(($ac_try" in 3215 3416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3216 3417 *) ac_try_echo=$ac_try;; 3217 3418 esac 3218 eval ac_try_echo="\"\$as_me:$ LINENO: $ac_try_echo\""3219 $as_echo "$ac_try_echo" )>&53419 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3420 $as_echo "$ac_try_echo"; } >&5 3220 3421 (eval "$ac_try") 2>&5 3221 3422 ac_status=$? 3222 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&53223 (exit $ac_status); }; }; then3423 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3424 test $ac_status = 0; }; }; then 3224 3425 cross_compiling=no 3225 3426 else … … 3227 3428 cross_compiling=yes 3228 3429 else 3229 { { $as_echo "$as_me:$ LINENO: error: in \`$ac_pwd':" >&53430 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3230 3431 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3231 { { $as_echo "$as_me:$LINENO: error:cannot run C compiled programs.3432 as_fn_error "cannot run C compiled programs. 3232 3433 If you meant to cross compile, use \`--host'. 3233 See \`config.log' for more details." >&5 3234 $as_echo "$as_me: error: cannot run C compiled programs. 3235 If you meant to cross compile, use \`--host'. 3236 See \`config.log' for more details." >&2;} 3237 { (exit 1); exit 1; }; }; } 3434 See \`config.log' for more details." "$LINENO" 5; } 3238 3435 fi 3239 3436 fi 3240 3437 fi 3241 { $as_echo "$as_me:$ LINENO: result: yes" >&53438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3242 3439 $as_echo "yes" >&6; } 3243 3440 3244 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 3441 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out 3245 3442 ac_clean_files=$ac_clean_files_save 3246 3443 # Check that the compiler produces executables we can run. If not, either 3247 3444 # the compiler is broken, or we cross compile. 3248 { $as_echo "$as_me:$ LINENO: checking whether we are cross compiling" >&53445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 3249 3446 $as_echo_n "checking whether we are cross compiling... " >&6; } 3250 { $as_echo "$as_me:$ LINENO: result: $cross_compiling" >&53447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3251 3448 $as_echo "$cross_compiling" >&6; } 3252 3449 3253 { $as_echo "$as_me:$ LINENO: checking for suffix of executables" >&53450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 3254 3451 $as_echo_n "checking for suffix of executables... " >&6; } 3255 if { (ac_try="$ac_link"3452 if { { ac_try="$ac_link" 3256 3453 case "(($ac_try" in 3257 3454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3258 3455 *) ac_try_echo=$ac_try;; 3259 3456 esac 3260 eval ac_try_echo="\"\$as_me:$ LINENO: $ac_try_echo\""3261 $as_echo "$ac_try_echo" )>&53457 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3458 $as_echo "$ac_try_echo"; } >&5 3262 3459 (eval "$ac_link") 2>&5 3263 3460 ac_status=$? 3264 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&53265 (exit $ac_status); }; then3461 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3462 test $ac_status = 0; }; then : 3266 3463 # If both `conftest.exe' and `conftest' are `present' (well, observable) 3267 3464 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will … … 3278 3475 done 3279 3476 else 3280 { { $as_echo "$as_me:$ LINENO: error: in \`$ac_pwd':" >&53477 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3281 3478 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3282 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3283 See \`config.log' for more details." >&5 3284 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 3285 See \`config.log' for more details." >&2;} 3286 { (exit 1); exit 1; }; }; } 3287 fi 3288 3479 as_fn_error "cannot compute suffix of executables: cannot compile and link 3480 See \`config.log' for more details." "$LINENO" 5; } 3481 fi 3289 3482 rm -f conftest$ac_cv_exeext 3290 { $as_echo "$as_me:$ LINENO: result: $ac_cv_exeext" >&53483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3291 3484 $as_echo "$ac_cv_exeext" >&6; } 3292 3485 … … 3294 3487 EXEEXT=$ac_cv_exeext 3295 3488 ac_exeext=$EXEEXT 3296 { $as_echo "$as_me:$ LINENO: checking for suffix of object files" >&53489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3297 3490 $as_echo_n "checking for suffix of object files... " >&6; } 3298 if test "${ac_cv_objext+set}" = set; then 3491 if test "${ac_cv_objext+set}" = set; then : 3299 3492 $as_echo_n "(cached) " >&6 3300 3493 else 3301 cat >conftest.$ac_ext <<_ACEOF 3302 /* confdefs.h. */ 3303 _ACEOF 3304 cat confdefs.h >>conftest.$ac_ext 3305 cat >>conftest.$ac_ext <<_ACEOF 3494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3306 3495 /* end confdefs.h. */ 3307 3496 … … 3315 3504 _ACEOF 3316 3505 rm -f conftest.o conftest.obj 3317 if { (ac_try="$ac_compile"3506 if { { ac_try="$ac_compile" 3318 3507 case "(($ac_try" in 3319 3508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3320 3509 *) ac_try_echo=$ac_try;; 3321 3510 esac 3322 eval ac_try_echo="\"\$as_me:$ LINENO: $ac_try_echo\""3323 $as_echo "$ac_try_echo" )>&53511 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3512 $as_echo "$ac_try_echo"; } >&5 3324 3513 (eval "$ac_compile") 2>&5 3325 3514 ac_status=$? 3326 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&53327 (exit $ac_status); }; then3515 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3516 test $ac_status = 0; }; then : 3328 3517 for ac_file in conftest.o conftest.obj conftest.*; do 3329 3518 test -f "$ac_file" || continue; … … 3338 3527 sed 's/^/| /' conftest.$ac_ext >&5 3339 3528 3340 { { $as_echo "$as_me:$ LINENO: error: in \`$ac_pwd':" >&53529 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3341 3530 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3342 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3343 See \`config.log' for more details." >&5 3344 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 3345 See \`config.log' for more details." >&2;} 3346 { (exit 1); exit 1; }; }; } 3347 fi 3348 3531 as_fn_error "cannot compute suffix of object files: cannot compile 3532 See \`config.log' for more details." "$LINENO" 5; } 3533 fi 3349 3534 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3350 3535 fi 3351 { $as_echo "$as_me:$ LINENO: result: $ac_cv_objext" >&53536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 3352 3537 $as_echo "$ac_cv_objext" >&6; } 3353 3538 OBJEXT=$ac_cv_objext 3354 3539 ac_objext=$OBJEXT 3355 { $as_echo "$as_me:$ LINENO: checking whether we are using the GNU C compiler" >&53540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3356 3541 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3357 if test "${ac_cv_c_compiler_gnu+set}" = set; then 3542 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 3358 3543 $as_echo_n "(cached) " >&6 3359 3544 else 3360 cat >conftest.$ac_ext <<_ACEOF 3361 /* confdefs.h. */ 3362 _ACEOF 3363 cat confdefs.h >>conftest.$ac_ext 3364 cat >>conftest.$ac_ext <<_ACEOF 3545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3365 3546 /* end confdefs.h. */ 3366 3547 … … 3376 3557 } 3377 3558 _ACEOF 3378 rm -f conftest.$ac_objext 3379 if { (ac_try="$ac_compile" 3380 case "(($ac_try" in 3381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3382 *) ac_try_echo=$ac_try;; 3383 esac 3384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3385 $as_echo "$ac_try_echo") >&5 3386 (eval "$ac_compile") 2>conftest.er1 3387 ac_status=$? 3388 grep -v '^ *+' conftest.er1 >conftest.err 3389 rm -f conftest.er1 3390 cat conftest.err >&5 3391 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3392 (exit $ac_status); } && { 3393 test -z "$ac_c_werror_flag" || 3394 test ! -s conftest.err 3395 } && test -s conftest.$ac_objext; then 3559 if ac_fn_c_try_compile "$LINENO"; then : 3396 3560 ac_compiler_gnu=yes 3397 3561 else 3398 $as_echo "$as_me: failed program was:" >&5 3399 sed 's/^/| /' conftest.$ac_ext >&5 3400 3401 ac_compiler_gnu=no 3402 fi 3403 3562 ac_compiler_gnu=no 3563 fi 3404 3564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3405 3565 ac_cv_c_compiler_gnu=$ac_compiler_gnu 3406 3566 3407 3567 fi 3408 { $as_echo "$as_me:$ LINENO: result: $ac_cv_c_compiler_gnu" >&53568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 3409 3569 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 3410 3570 if test $ac_compiler_gnu = yes; then … … 3415 3575 ac_test_CFLAGS=${CFLAGS+set} 3416 3576 ac_save_CFLAGS=$CFLAGS 3417 { $as_echo "$as_me:$ LINENO: checking whether $CC accepts -g" >&53577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3418 3578 $as_echo_n "checking whether $CC accepts -g... " >&6; } 3419 if test "${ac_cv_prog_cc_g+set}" = set; then 3579 if test "${ac_cv_prog_cc_g+set}" = set; then : 3420 3580 $as_echo_n "(cached) " >&6 3421 3581 else … … 3424 3584 ac_cv_prog_cc_g=no 3425 3585 CFLAGS="-g" 3426 cat >conftest.$ac_ext <<_ACEOF 3427 /* confdefs.h. */ 3428 _ACEOF 3429 cat confdefs.h >>conftest.$ac_ext 3430 cat >>conftest.$ac_ext <<_ACEOF 3586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3431 3587 /* end confdefs.h. */ 3432 3588 … … 3439 3595 } 3440 3596 _ACEOF 3441 rm -f conftest.$ac_objext 3442 if { (ac_try="$ac_compile" 3443 case "(($ac_try" in 3444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3445 *) ac_try_echo=$ac_try;; 3446 esac 3447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3448 $as_echo "$ac_try_echo") >&5 3449 (eval "$ac_compile") 2>conftest.er1 3450 ac_status=$? 3451 grep -v '^ *+' conftest.er1 >conftest.err 3452 rm -f conftest.er1 3453 cat conftest.err >&5 3454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3455 (exit $ac_status); } && { 3456 test -z "$ac_c_werror_flag" || 3457 test ! -s conftest.err 3458 } && test -s conftest.$ac_objext; then 3597 if ac_fn_c_try_compile "$LINENO"; then : 3459 3598 ac_cv_prog_cc_g=yes 3460 3599 else 3461 $as_echo "$as_me: failed program was:" >&5 3462 sed 's/^/| /' conftest.$ac_ext >&5 3463 3464 CFLAGS="" 3465 cat >conftest.$ac_ext <<_ACEOF 3466 /* confdefs.h. */ 3467 _ACEOF 3468 cat confdefs.h >>conftest.$ac_ext 3469 cat >>conftest.$ac_ext <<_ACEOF 3600 CFLAGS="" 3601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3470 3602 /* end confdefs.h. */ 3471 3603 … … 3478 3610 } 3479 3611 _ACEOF 3480 rm -f conftest.$ac_objext 3481 if { (ac_try="$ac_compile" 3482 case "(($ac_try" in 3483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3484 *) ac_try_echo=$ac_try;; 3485 esac 3486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3487 $as_echo "$ac_try_echo") >&5 3488 (eval "$ac_compile") 2>conftest.er1 3489 ac_status=$? 3490 grep -v '^ *+' conftest.er1 >conftest.err 3491 rm -f conftest.er1 3492 cat conftest.err >&5 3493 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3494 (exit $ac_status); } && { 3495 test -z "$ac_c_werror_flag" || 3496 test ! -s conftest.err 3497 } && test -s conftest.$ac_objext; then 3498 : 3499 else 3500 $as_echo "$as_me: failed program was:" >&5 3501 sed 's/^/| /' conftest.$ac_ext >&5 3502 3503 ac_c_werror_flag=$ac_save_c_werror_flag 3612 if ac_fn_c_try_compile "$LINENO"; then : 3613 3614 else 3615 ac_c_werror_flag=$ac_save_c_werror_flag 3504 3616 CFLAGS="-g" 3505 cat >conftest.$ac_ext <<_ACEOF 3506 /* confdefs.h. */ 3507 _ACEOF 3508 cat confdefs.h >>conftest.$ac_ext 3509 cat >>conftest.$ac_ext <<_ACEOF 3617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3510 3618 /* end confdefs.h. */ 3511 3619 … … 3518 3626 } 3519 3627 _ACEOF 3520 rm -f conftest.$ac_objext 3521 if { (ac_try="$ac_compile" 3522 case "(($ac_try" in 3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3524 *) ac_try_echo=$ac_try;; 3525 esac 3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3527 $as_echo "$ac_try_echo") >&5 3528 (eval "$ac_compile") 2>conftest.er1 3529 ac_status=$? 3530 grep -v '^ *+' conftest.er1 >conftest.err 3531 rm -f conftest.er1 3532 cat conftest.err >&5 3533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3534 (exit $ac_status); } && { 3535 test -z "$ac_c_werror_flag" || 3536 test ! -s conftest.err 3537 } && test -s conftest.$ac_objext; then 3628 if ac_fn_c_try_compile "$LINENO"; then : 3538 3629 ac_cv_prog_cc_g=yes 3539 else 3540 $as_echo "$as_me: failed program was:" >&5 3541 sed 's/^/| /' conftest.$ac_ext >&5 3542 3543 3544 fi 3545 3630 fi 3546 3631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3547 3632 fi 3548 3549 3633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3550 3634 fi 3551 3552 3635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3553 3636 ac_c_werror_flag=$ac_save_c_werror_flag 3554 3637 fi 3555 { $as_echo "$as_me:$ LINENO: result: $ac_cv_prog_cc_g" >&53638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 3556 3639 $as_echo "$ac_cv_prog_cc_g" >&6; } 3557 3640 if test "$ac_test_CFLAGS" = set; then … … 3570 3653 fi 3571 3654 fi 3572 { $as_echo "$as_me:$ LINENO: checking for $CC option to accept ISO C89" >&53655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3573 3656 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3574 if test "${ac_cv_prog_cc_c89+set}" = set; then 3657 if test "${ac_cv_prog_cc_c89+set}" = set; then : 3575 3658 $as_echo_n "(cached) " >&6 3576 3659 else 3577 3660 ac_cv_prog_cc_c89=no 3578 3661 ac_save_CC=$CC 3579 cat >conftest.$ac_ext <<_ACEOF 3580 /* confdefs.h. */ 3581 _ACEOF 3582 cat confdefs.h >>conftest.$ac_ext 3583 cat >>conftest.$ac_ext <<_ACEOF 3662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3584 3663 /* end confdefs.h. */ 3585 3664 #include <stdarg.h> … … 3638 3717 do 3639 3718 CC="$ac_save_CC $ac_arg" 3640 rm -f conftest.$ac_objext 3641 if { (ac_try="$ac_compile" 3642 case "(($ac_try" in 3643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3644 *) ac_try_echo=$ac_try;; 3645 esac 3646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3647 $as_echo "$ac_try_echo") >&5 3648 (eval "$ac_compile") 2>conftest.er1 3649 ac_status=$? 3650 grep -v '^ *+' conftest.er1 >conftest.err 3651 rm -f conftest.er1 3652 cat conftest.err >&5 3653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3654 (exit $ac_status); } && { 3655 test -z "$ac_c_werror_flag" || 3656 test ! -s conftest.err 3657 } && test -s conftest.$ac_objext; then 3719 if ac_fn_c_try_compile "$LINENO"; then : 3658 3720 ac_cv_prog_cc_c89=$ac_arg 3659 else 3660 $as_echo "$as_me: failed program was:" >&5 3661 sed 's/^/| /' conftest.$ac_ext >&5 3662 3663 3664 fi 3665 3721 fi 3666 3722 rm -f core conftest.err conftest.$ac_objext 3667 3723 test "x$ac_cv_prog_cc_c89" != "xno" && break … … 3674 3730 case "x$ac_cv_prog_cc_c89" in 3675 3731 x) 3676 { $as_echo "$as_me:$ LINENO: result: none needed" >&53732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 3677 3733 $as_echo "none needed" >&6; } ;; 3678 3734 xno) 3679 { $as_echo "$as_me:$ LINENO: result: unsupported" >&53735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 3680 3736 $as_echo "unsupported" >&6; } ;; 3681 3737 *) 3682 3738 CC="$CC $ac_cv_prog_cc_c89" 3683 { $as_echo "$as_me:$ LINENO: result: $ac_cv_prog_cc_c89" >&53739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 3684 3740 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 3685 3741 esac 3686 3742 if test "x$ac_cv_prog_cc_c89" != xno; then : 3743 3744 fi 3687 3745 3688 3746 ac_ext=c … … 3699 3757 cat > confinc << 'END' 3700 3758 am__doit: 3701 @echo done3759 @echo this is the am__doit target 3702 3760 .PHONY: am__doit 3703 3761 END 3704 3762 # If we don't find an include directive, just comment out the code. 3705 { $as_echo "$as_me:$ LINENO: checking for style of include used by $am_make" >&53763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 3706 3764 $as_echo_n "checking for style of include used by $am_make... " >&6; } 3707 3765 am__include="#" … … 3710 3768 # First try GNU make style include. 3711 3769 echo "include confinc" > confmf 3712 # We grep out `Entering directory' and `Leaving directory' 3713 # messages which can occur if `w' ends up in MAKEFLAGS. 3714 # In particular we don't look at `^make:' because GNU make might 3715 # be invoked under some other name (usually "gmake"), in which 3716 # case it prints its new name instead of `make'. 3717 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then 3718 am__include=include 3719 am__quote= 3720 _am_result=GNU 3721 fi 3770 # Ignore all kinds of additional output from `make'. 3771 case `$am_make -s -f confmf 2> /dev/null` in #( 3772 *the\ am__doit\ target*) 3773 am__include=include 3774 am__quote= 3775 _am_result=GNU 3776 ;; 3777 esac 3722 3778 # Now try BSD make style include. 3723 3779 if test "$am__include" = "#"; then 3724 3780 echo '.include "confinc"' > confmf 3725 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then 3726 am__include=.include 3727 am__quote="\"" 3728 _am_result=BSD 3729 fi 3730 fi 3731 3732 3733 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5 3781 case `$am_make -s -f confmf 2> /dev/null` in #( 3782 *the\ am__doit\ target*) 3783 am__include=.include 3784 am__quote="\"" 3785 _am_result=BSD 3786 ;; 3787 esac 3788 fi 3789 3790 3791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 3734 3792 $as_echo "$_am_result" >&6; } 3735 3793 rm -f confinc confmf 3736 3794 3737 3795 # Check whether --enable-dependency-tracking was given. 3738 if test "${enable_dependency_tracking+set}" = set; then 3796 if test "${enable_dependency_tracking+set}" = set; then : 3739 3797 enableval=$enable_dependency_tracking; 3740 3798 fi … … 3756 3814 depcc="$CC" am_compiler_list= 3757 3815 3758 { $as_echo "$as_me:$ LINENO: checking dependency style of $depcc" >&53816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 3759 3817 $as_echo_n "checking dependency style of $depcc... " >&6; } 3760 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 3818 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 3761 3819 $as_echo_n "(cached) " >&6 3762 3820 else … … 3784 3842 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 3785 3843 fi 3844 am__universal=false 3845 case " $depcc " in #( 3846 *\ -arch\ *\ -arch\ *) am__universal=true ;; 3847 esac 3848 3786 3849 for depmode in $am_compiler_list; do 3787 3850 # Setup a source with many dependencies, because some compilers … … 3801 3864 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 3802 3865 3866 # We check with `-c' and `-o' for the sake of the "dashmstdout" 3867 # mode. It turns out that the SunPro C++ compiler does not properly 3868 # handle `-M -o', and we need to detect this. Also, some Intel 3869 # versions had trouble with output in subdirs 3870 am__obj=sub/conftest.${OBJEXT-o} 3871 am__minus_obj="-o $am__obj" 3803 3872 case $depmode in 3873 gcc) 3874 # This depmode causes a compiler race in universal mode. 3875 test "$am__universal" = false || continue 3876 ;; 3804 3877 nosideeffect) 3805 3878 # after this tag, mechanisms are not by side-effect, so they'll … … 3811 3884 fi 3812 3885 ;; 3886 msvisualcpp | msvcmsys) 3887 # This compiler won't grok `-c -o', but also, the minuso test has 3888 # not run yet. These depmodes are late enough in the game, and 3889 # so weak that their functioning should not be impacted. 3890 am__obj=conftest.${OBJEXT-o} 3891 am__minus_obj= 3892 ;; 3813 3893 none) break ;; 3814 3894 esac 3815 # We check with `-c' and `-o' for the sake of the "dashmstdout"3816 # mode. It turns out that the SunPro C++ compiler does not properly3817 # handle `-M -o', and we need to detect this.3818 3895 if depmode=$depmode \ 3819 source=sub/conftest.c object= sub/conftest.${OBJEXT-o}\3896 source=sub/conftest.c object=$am__obj \ 3820 3897 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 3821 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o}sub/conftest.c \3898 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 3822 3899 >/dev/null 2>conftest.err && 3823 3900 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 3824 3901 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 3825 grep sub/conftest.${OBJEXT-o}sub/conftest.Po > /dev/null 2>&1 &&3902 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 3826 3903 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 3827 3904 # icc doesn't choke on unknown options, it will just issue warnings … … 3847 3924 3848 3925 fi 3849 { $as_echo "$as_me:$ LINENO: result: $am_cv_CC_dependencies_compiler_type" >&53926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 3850 3927 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 3851 3928 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type … … 3862 3939 3863 3940 3864 { $as_echo "$as_me:$ LINENO: checking for a sed that does not truncate output" >&53941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 3865 3942 $as_echo_n "checking for a sed that does not truncate output... " >&6; } 3866 if test "${ac_cv_path_SED+set}" = set; then 3943 if test "${ac_cv_path_SED+set}" = set; then : 3867 3944 $as_echo_n "(cached) " >&6 3868 3945 else … … 3872 3949 done 3873 3950 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed 3874 $as_unset ac_script || ac_script=3951 { ac_script=; unset ac_script;} 3875 3952 if test -z "$SED"; then 3876 3953 ac_path_SED_found=false … … 3881 3958 IFS=$as_save_IFS 3882 3959 test -z "$as_dir" && as_dir=. 3883 for ac_prog in sed gsed; do3960 for ac_prog in sed gsed; do 3884 3961 for ac_exec_ext in '' $ac_executable_extensions; do 3885 3962 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" … … 3901 3978 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break 3902 3979 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 3903 a c_count=`expr $ac_count + 1`3980 as_fn_arith $ac_count + 1 && ac_count=$as_val 3904 3981 if test $ac_count -gt ${ac_path_SED_max-0}; then 3905 3982 # Best one so far, save it but keep looking for a better one … … 3916 3993 done 3917 3994 done 3918 done3995 done 3919 3996 IFS=$as_save_IFS 3920 3997 if test -z "$ac_cv_path_SED"; then 3921 { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5 3922 $as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;} 3923 { (exit 1); exit 1; }; } 3998 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 3924 3999 fi 3925 4000 else … … 3928 4003 3929 4004 fi 3930 { $as_echo "$as_me:$ LINENO: result: $ac_cv_path_SED" >&54005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 3931 4006 $as_echo "$ac_cv_path_SED" >&6; } 3932 4007 SED="$ac_cv_path_SED" … … 3946 4021 3947 4022 3948 { $as_echo "$as_me:$ LINENO: checking for grep that handles long lines and -e" >&54023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 3949 4024 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3950 if test "${ac_cv_path_GREP+set}" = set; then 4025 if test "${ac_cv_path_GREP+set}" = set; then : 3951 4026 $as_echo_n "(cached) " >&6 3952 4027 else … … 3959 4034 IFS=$as_save_IFS 3960 4035 test -z "$as_dir" && as_dir=. 3961 for ac_prog in grep ggrep; do4036 for ac_prog in grep ggrep; do 3962 4037 for ac_exec_ext in '' $ac_executable_extensions; do 3963 4038 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" … … 3979 4054 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3980 4055 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 3981 a c_count=`expr $ac_count + 1`4056 as_fn_arith $ac_count + 1 && ac_count=$as_val 3982 4057 if test $ac_count -gt ${ac_path_GREP_max-0}; then 3983 4058 # Best one so far, save it but keep looking for a better one … … 3994 4069 done 3995 4070 done 3996 done4071 done 3997 4072 IFS=$as_save_IFS 3998 4073 if test -z "$ac_cv_path_GREP"; then 3999 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4000 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4001 { (exit 1); exit 1; }; } 4074 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4002 4075 fi 4003 4076 else … … 4006 4079 4007 4080 fi 4008 { $as_echo "$as_me:$ LINENO: result: $ac_cv_path_GREP" >&54081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 4009 4082 $as_echo "$ac_cv_path_GREP" >&6; } 4010 4083 GREP="$ac_cv_path_GREP" 4011 4084 4012 4085 4013 { $as_echo "$as_me:$ LINENO: checking for egrep" >&54086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 4014 4087 $as_echo_n "checking for egrep... " >&6; } 4015 if test "${ac_cv_path_EGREP+set}" = set; then 4088 if test "${ac_cv_path_EGREP+set}" = set; then : 4016 4089 $as_echo_n "(cached) " >&6 4017 4090 else … … 4027 4100 IFS=$as_save_IFS 4028 4101 test -z "$as_dir" && as_dir=. 4029 for ac_prog in egrep; do4102 for ac_prog in egrep; do 4030 4103 for ac_exec_ext in '' $ac_executable_extensions; do 4031 4104 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" … … 4047 4120 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4048 4121 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4049 a c_count=`expr $ac_count + 1`4122 as_fn_arith $ac_count + 1 && ac_count=$as_val 4050 4123 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 4051 4124 # Best one so far, save it but keep looking for a better one … … 4062 4135 done 4063 4136 done 4064 done4137 done 4065 4138 IFS=$as_save_IFS 4066 4139 if test -z "$ac_cv_path_EGREP"; then 4067 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4068 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4069 { (exit 1); exit 1; }; } 4140 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4070 4141 fi 4071 4142 else … … 4075 4146 fi 4076 4147 fi 4077 { $as_echo "$as_me:$ LINENO: result: $ac_cv_path_EGREP" >&54148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 4078 4149 $as_echo "$ac_cv_path_EGREP" >&6; } 4079 4150 EGREP="$ac_cv_path_EGREP" 4080 4151 4081 4152 4082 { $as_echo "$as_me:$ LINENO: checking for fgrep" >&54153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 4083 4154 $as_echo_n "checking for fgrep... " >&6; } 4084 if test "${ac_cv_path_FGREP+set}" = set; then 4155 if test "${ac_cv_path_FGREP+set}" = set; then : 4085 4156 $as_echo_n "(cached) " >&6 4086 4157 else … … 4096 4167 IFS=$as_save_IFS 4097 4168 test -z "$as_dir" && as_dir=. 4098 for ac_prog in fgrep; do4169 for ac_prog in fgrep; do 4099 4170 for ac_exec_ext in '' $ac_executable_extensions; do 4100 4171 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" … … 4116 4187 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break 4117 4188 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4118 a c_count=`expr $ac_count + 1`4189 as_fn_arith $ac_count + 1 && ac_count=$as_val 4119 4190 if test $ac_count -gt ${ac_path_FGREP_max-0}; then 4120 4191 # Best one so far, save it but keep looking for a better one … … 4131 4202 done 4132 4203 done 4133 done4204 done 4134 4205 IFS=$as_save_IFS 4135 4206 if test -z "$ac_cv_path_FGREP"; then 4136 { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4137 $as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4138 { (exit 1); exit 1; }; } 4207 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4139 4208 fi 4140 4209 else … … 4144 4213 fi 4145 4214 fi 4146 { $as_echo "$as_me:$ LINENO: result: $ac_cv_path_FGREP" >&54215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 4147 4216 $as_echo "$ac_cv_path_FGREP" >&6; } 4148 4217 FGREP="$ac_cv_path_FGREP" … … 4170 4239 4171 4240 # Check whether --with-gnu-ld was given. 4172 if test "${with_gnu_ld+set}" = set; then 4241 if test "${with_gnu_ld+set}" = set; then : 4173 4242 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes 4174 4243 else … … 4179 4248 if test "$GCC" = yes; then 4180 4249 # Check if gcc -print-prog-name=ld gives a path. 4181 { $as_echo "$as_me:$ LINENO: checking for ld used by $CC" >&54250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 4182 4251 $as_echo_n "checking for ld used by $CC... " >&6; } 4183 4252 case $host in … … 4209 4278 esac 4210 4279 elif test "$with_gnu_ld" = yes; then 4211 { $as_echo "$as_me:$ LINENO: checking for GNU ld" >&54280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 4212 4281 $as_echo_n "checking for GNU ld... " >&6; } 4213 4282 else 4214 { $as_echo "$as_me:$ LINENO: checking for non-GNU ld" >&54283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 4215 4284 $as_echo_n "checking for non-GNU ld... " >&6; } 4216 4285 fi 4217 if test "${lt_cv_path_LD+set}" = set; then 4286 if test "${lt_cv_path_LD+set}" = set; then : 4218 4287 $as_echo_n "(cached) " >&6 4219 4288 else … … 4246 4315 LD="$lt_cv_path_LD" 4247 4316 if test -n "$LD"; then 4248 { $as_echo "$as_me:$ LINENO: result: $LD" >&54317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 4249 4318 $as_echo "$LD" >&6; } 4250 4319 else 4251 { $as_echo "$as_me:$ LINENO: result: no" >&54320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4252 4321 $as_echo "no" >&6; } 4253 4322 fi 4254 test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 4255 $as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 4256 { (exit 1); exit 1; }; } 4257 { $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 4323 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 4324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 4258 4325 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 4259 if test "${lt_cv_prog_gnu_ld+set}" = set; then 4326 if test "${lt_cv_prog_gnu_ld+set}" = set; then : 4260 4327 $as_echo_n "(cached) " >&6 4261 4328 else … … 4270 4337 esac 4271 4338 fi 4272 { $as_echo "$as_me:$ LINENO: result: $lt_cv_prog_gnu_ld" >&54339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5 4273 4340 $as_echo "$lt_cv_prog_gnu_ld" >&6; } 4274 4341 with_gnu_ld=$lt_cv_prog_gnu_ld … … 4282 4349 4283 4350 4284 # Find a good install program. We prefer a C program (faster),4285 # so one script is as good as another. But avoid the broken or4286 # incompatible versions:4287 # SysV /etc/install, /usr/sbin/install4288 # SunOS /usr/etc/install4289 # IRIX /sbin/install4290 # AIX /bin/install4291 # AmigaOS /C/install, which installs bootblocks on floppy discs4292 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag4293 # AFS /usr/afsws/bin/install, which mishandles nonexistent args4294 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"4295 # OS/2's system install, which has a completely different semantic4296 # ./install, which can be erroneously created by make from ./install.sh.4297 # Reject install programs that cannot install multiple files.4298 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&54299 $as_echo_n "checking for a BSD-compatible install... " >&6; }4300 if test -z "$INSTALL"; then4301 if test "${ac_cv_path_install+set}" = set; then4302 $as_echo_n "(cached) " >&64303 else4304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR4305 for as_dir in $PATH4306 do4307 IFS=$as_save_IFS4308 test -z "$as_dir" && as_dir=.4309 # Account for people who put trailing slashes in PATH elements.4310 case $as_dir/ in4311 ./ | .// | /cC/* | \4312 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \4313 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \4314 /usr/ucb/* ) ;;4315 *)4316 # OSF1 and SCO ODT 3.0 have their own names for install.4317 # Don't use installbsd from OSF since it installs stuff as root4318 # by default.4319 for ac_prog in ginstall scoinst install; do4320 for ac_exec_ext in '' $ac_executable_extensions; do4321 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then4322 if test $ac_prog = install &&4323 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then4324 # AIX install. It has an incompatible calling convention.4325 :4326 elif test $ac_prog = install &&4327 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then4328 # program-specific install script used by HP pwplus--don't use.4329 :4330 else4331 rm -rf conftest.one conftest.two conftest.dir4332 echo one > conftest.one4333 echo two > conftest.two4334 mkdir conftest.dir4335 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&4336 test -s conftest.one && test -s conftest.two &&4337 test -s conftest.dir/conftest.one &&4338 test -s conftest.dir/conftest.two4339 then4340 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"4341 break 34342 fi4343 fi4344 fi4345 done4346 done4347 ;;4348 esac4349 4350 done4351 IFS=$as_save_IFS4352 4353 rm -rf conftest.one conftest.two conftest.dir4354 4355 fi4356 if test "${ac_cv_path_install+set}" = set; then4357 INSTALL=$ac_cv_path_install4358 else4359 # As a last resort, use the slow shell script. Don't cache a4360 # value for INSTALL within a source directory, because that will4361 # break other packages using the cache if that directory is4362 # removed, or if the value is a relative name.4363 INSTALL=$ac_install_sh4364 fi4365 fi4366 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&54367 $as_echo "$INSTALL" >&6; }4368 4369 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.4370 # It thinks the first close brace ends the variable substitution.4371 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'4372 4373 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'4374 4375 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'4376 4351 4377 4352 case `pwd` in 4378 4353 *\ * | *\ *) 4379 { $as_echo "$as_me:$ LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&54354 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 4380 4355 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; 4381 4356 esac … … 4400 4375 ltmain="$ac_aux_dir/ltmain.sh" 4401 4376 4402 { $as_echo "$as_me:$ LINENO: checking for BSD- or MS-compatible name lister (nm)" >&54377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 4403 4378 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 4404 if test "${lt_cv_path_NM+set}" = set; then 4379 if test "${lt_cv_path_NM+set}" = set; then : 4405 4380 $as_echo_n "(cached) " >&6 4406 4381 else … … 4449 4424 fi 4450 4425 fi 4451 { $as_echo "$as_me:$ LINENO: result: $lt_cv_path_NM" >&54426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 4452 4427 $as_echo "$lt_cv_path_NM" >&6; } 4453 4428 if test "$lt_cv_path_NM" != "no"; then … … 4460 4435 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4461 4436 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4462 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&54437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4463 4438 $as_echo_n "checking for $ac_word... " >&6; } 4464 if test "${ac_cv_prog_DUMPBIN+set}" = set; then 4439 if test "${ac_cv_prog_DUMPBIN+set}" = set; then : 4465 4440 $as_echo_n "(cached) " >&6 4466 4441 else … … 4473 4448 IFS=$as_save_IFS 4474 4449 test -z "$as_dir" && as_dir=. 4475 for ac_exec_ext in '' $ac_executable_extensions; do4450 for ac_exec_ext in '' $ac_executable_extensions; do 4476 4451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4477 4452 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" 4478 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4479 4454 break 2 4480 4455 fi 4481 4456 done 4482 done4457 done 4483 4458 IFS=$as_save_IFS 4484 4459 … … 4487 4462 DUMPBIN=$ac_cv_prog_DUMPBIN 4488 4463 if test -n "$DUMPBIN"; then 4489 { $as_echo "$as_me:$ LINENO: result: $DUMPBIN" >&54464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 4490 4465 $as_echo "$DUMPBIN" >&6; } 4491 4466 else 4492 { $as_echo "$as_me:$ LINENO: result: no" >&54467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4493 4468 $as_echo "no" >&6; } 4494 4469 fi … … 4504 4479 # Extract the first word of "$ac_prog", so it can be a program name with args. 4505 4480 set dummy $ac_prog; ac_word=$2 4506 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&54481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4507 4482 $as_echo_n "checking for $ac_word... " >&6; } 4508 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then 4483 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : 4509 4484 $as_echo_n "(cached) " >&6 4510 4485 else … … 4517 4492 IFS=$as_save_IFS 4518 4493 test -z "$as_dir" && as_dir=. 4519 for ac_exec_ext in '' $ac_executable_extensions; do4494 for ac_exec_ext in '' $ac_executable_extensions; do 4520 4495 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4521 4496 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" 4522 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54497 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4523 4498 break 2 4524 4499 fi 4525 4500 done 4526 done4501 done 4527 4502 IFS=$as_save_IFS 4528 4503 … … 4531 4506 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN 4532 4507 if test -n "$ac_ct_DUMPBIN"; then 4533 { $as_echo "$as_me:$ LINENO: result: $ac_ct_DUMPBIN" >&54508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 4534 4509 $as_echo "$ac_ct_DUMPBIN" >&6; } 4535 4510 else 4536 { $as_echo "$as_me:$ LINENO: result: no" >&54511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4537 4512 $as_echo "no" >&6; } 4538 4513 fi … … 4547 4522 case $cross_compiling:$ac_tool_warned in 4548 4523 yes:) 4549 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&54524 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 4550 4525 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 4551 4526 ac_tool_warned=yes ;; … … 4567 4542 4568 4543 4569 { $as_echo "$as_me:$ LINENO: checking the name lister ($NM) interface" >&54544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 4570 4545 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 4571 if test "${lt_cv_nm_interface+set}" = set; then 4546 if test "${lt_cv_nm_interface+set}" = set; then : 4572 4547 $as_echo_n "(cached) " >&6 4573 4548 else 4574 4549 lt_cv_nm_interface="BSD nm" 4575 4550 echo "int some_variable = 0;" > conftest.$ac_ext 4576 (eval echo "\"\$as_me:45 76: $ac_compile\"" >&5)4551 (eval echo "\"\$as_me:4551: $ac_compile\"" >&5) 4577 4552 (eval "$ac_compile" 2>conftest.err) 4578 4553 cat conftest.err >&5 4579 (eval echo "\"\$as_me:45 79: $NM \\\"conftest.$ac_objext\\\"\"" >&5)4554 (eval echo "\"\$as_me:4554: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 4580 4555 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 4581 4556 cat conftest.err >&5 4582 (eval echo "\"\$as_me:45 82: output\"" >&5)4557 (eval echo "\"\$as_me:4557: output\"" >&5) 4583 4558 cat conftest.out >&5 4584 4559 if $GREP 'External.*some_variable' conftest.out > /dev/null; then … … 4587 4562 rm -f conftest* 4588 4563 fi 4589 { $as_echo "$as_me:$ LINENO: result: $lt_cv_nm_interface" >&54564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 4590 4565 $as_echo "$lt_cv_nm_interface" >&6; } 4591 4566 4592 { $as_echo "$as_me:$ LINENO: checking whether ln -s works" >&54567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 4593 4568 $as_echo_n "checking whether ln -s works... " >&6; } 4594 4569 LN_S=$as_ln_s 4595 4570 if test "$LN_S" = "ln -s"; then 4596 { $as_echo "$as_me:$ LINENO: result: yes" >&54571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 4597 4572 $as_echo "yes" >&6; } 4598 4573 else 4599 { $as_echo "$as_me:$ LINENO: result: no, using $LN_S" >&54574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 4600 4575 $as_echo "no, using $LN_S" >&6; } 4601 4576 fi 4602 4577 4603 4578 # find the maximum length of command line arguments 4604 { $as_echo "$as_me:$ LINENO: checking the maximum length of command line arguments" >&54579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 4605 4580 $as_echo_n "checking the maximum length of command line arguments... " >&6; } 4606 if test "${lt_cv_sys_max_cmd_len+set}" = set; then 4581 if test "${lt_cv_sys_max_cmd_len+set}" = set; then : 4607 4582 $as_echo_n "(cached) " >&6 4608 4583 else … … 4722 4697 4723 4698 if test -n $lt_cv_sys_max_cmd_len ; then 4724 { $as_echo "$as_me:$ LINENO: result: $lt_cv_sys_max_cmd_len" >&54699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 4725 4700 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } 4726 4701 else 4727 { $as_echo "$as_me:$ LINENO: result: none" >&54702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 4728 4703 $as_echo "none" >&6; } 4729 4704 fi … … 4739 4714 : ${RM="rm -f"} 4740 4715 4741 { $as_echo "$as_me:$ LINENO: checking whether the shell understands some XSI constructs" >&54716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 4742 4717 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } 4743 4718 # Try some XSI features … … 4749 4724 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ 4750 4725 && xsi_shell=yes 4751 { $as_echo "$as_me:$ LINENO: result: $xsi_shell" >&54726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 4752 4727 $as_echo "$xsi_shell" >&6; } 4753 4728 4754 4729 4755 { $as_echo "$as_me:$ LINENO: checking whether the shell understands \"+=\"" >&54730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 4756 4731 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } 4757 4732 lt_shell_append=no … … 4759 4734 >/dev/null 2>&1 \ 4760 4735 && lt_shell_append=yes 4761 { $as_echo "$as_me:$ LINENO: result: $lt_shell_append" >&54736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 4762 4737 $as_echo "$lt_shell_append" >&6; } 4763 4738 … … 4794 4769 4795 4770 4796 { $as_echo "$as_me:$ LINENO: checking for $LD option to reload object files" >&54771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 4797 4772 $as_echo_n "checking for $LD option to reload object files... " >&6; } 4798 if test "${lt_cv_ld_reload_flag+set}" = set; then 4773 if test "${lt_cv_ld_reload_flag+set}" = set; then : 4799 4774 $as_echo_n "(cached) " >&6 4800 4775 else 4801 4776 lt_cv_ld_reload_flag='-r' 4802 4777 fi 4803 { $as_echo "$as_me:$ LINENO: result: $lt_cv_ld_reload_flag" >&54778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 4804 4779 $as_echo "$lt_cv_ld_reload_flag" >&6; } 4805 4780 reload_flag=$lt_cv_ld_reload_flag … … 4830 4805 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. 4831 4806 set dummy ${ac_tool_prefix}objdump; ac_word=$2 4832 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&54807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4833 4808 $as_echo_n "checking for $ac_word... " >&6; } 4834 if test "${ac_cv_prog_OBJDUMP+set}" = set; then 4809 if test "${ac_cv_prog_OBJDUMP+set}" = set; then : 4835 4810 $as_echo_n "(cached) " >&6 4836 4811 else … … 4843 4818 IFS=$as_save_IFS 4844 4819 test -z "$as_dir" && as_dir=. 4845 for ac_exec_ext in '' $ac_executable_extensions; do4820 for ac_exec_ext in '' $ac_executable_extensions; do 4846 4821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4847 4822 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" 4848 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4849 4824 break 2 4850 4825 fi 4851 4826 done 4852 done4827 done 4853 4828 IFS=$as_save_IFS 4854 4829 … … 4857 4832 OBJDUMP=$ac_cv_prog_OBJDUMP 4858 4833 if test -n "$OBJDUMP"; then 4859 { $as_echo "$as_me:$ LINENO: result: $OBJDUMP" >&54834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 4860 4835 $as_echo "$OBJDUMP" >&6; } 4861 4836 else 4862 { $as_echo "$as_me:$ LINENO: result: no" >&54837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4863 4838 $as_echo "no" >&6; } 4864 4839 fi … … 4870 4845 # Extract the first word of "objdump", so it can be a program name with args. 4871 4846 set dummy objdump; ac_word=$2 4872 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&54847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4873 4848 $as_echo_n "checking for $ac_word... " >&6; } 4874 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then 4849 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : 4875 4850 $as_echo_n "(cached) " >&6 4876 4851 else … … 4883 4858 IFS=$as_save_IFS 4884 4859 test -z "$as_dir" && as_dir=. 4885 for ac_exec_ext in '' $ac_executable_extensions; do4860 for ac_exec_ext in '' $ac_executable_extensions; do 4886 4861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4887 4862 ac_cv_prog_ac_ct_OBJDUMP="objdump" 4888 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4889 4864 break 2 4890 4865 fi 4891 4866 done 4892 done4867 done 4893 4868 IFS=$as_save_IFS 4894 4869 … … 4897 4872 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP 4898 4873 if test -n "$ac_ct_OBJDUMP"; then 4899 { $as_echo "$as_me:$ LINENO: result: $ac_ct_OBJDUMP" >&54874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 4900 4875 $as_echo "$ac_ct_OBJDUMP" >&6; } 4901 4876 else 4902 { $as_echo "$as_me:$ LINENO: result: no" >&54877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4903 4878 $as_echo "no" >&6; } 4904 4879 fi … … 4909 4884 case $cross_compiling:$ac_tool_warned in 4910 4885 yes:) 4911 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&54886 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 4912 4887 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 4913 4888 ac_tool_warned=yes ;; … … 4929 4904 4930 4905 4931 { $as_echo "$as_me:$ LINENO: checking how to recognize dependent libraries" >&54906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 4932 4907 $as_echo_n "checking how to recognize dependent libraries... " >&6; } 4933 if test "${lt_cv_deplibs_check_method+set}" = set; then 4908 if test "${lt_cv_deplibs_check_method+set}" = set; then : 4934 4909 $as_echo_n "(cached) " >&6 4935 4910 else … … 5125 5100 5126 5101 fi 5127 { $as_echo "$as_me:$ LINENO: result: $lt_cv_deplibs_check_method" >&55102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 5128 5103 $as_echo "$lt_cv_deplibs_check_method" >&6; } 5129 5104 file_magic_cmd=$lt_cv_file_magic_cmd … … 5145 5120 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 5146 5121 set dummy ${ac_tool_prefix}ar; ac_word=$2 5147 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&55122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5148 5123 $as_echo_n "checking for $ac_word... " >&6; } 5149 if test "${ac_cv_prog_AR+set}" = set; then 5124 if test "${ac_cv_prog_AR+set}" = set; then : 5150 5125 $as_echo_n "(cached) " >&6 5151 5126 else … … 5158 5133 IFS=$as_save_IFS 5159 5134 test -z "$as_dir" && as_dir=. 5160 for ac_exec_ext in '' $ac_executable_extensions; do5135 for ac_exec_ext in '' $ac_executable_extensions; do 5161 5136 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5162 5137 ac_cv_prog_AR="${ac_tool_prefix}ar" 5163 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5164 5139 break 2 5165 5140 fi 5166 5141 done 5167 done5142 done 5168 5143 IFS=$as_save_IFS 5169 5144 … … 5172 5147 AR=$ac_cv_prog_AR 5173 5148 if test -n "$AR"; then 5174 { $as_echo "$as_me:$ LINENO: result: $AR" >&55149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 5175 5150 $as_echo "$AR" >&6; } 5176 5151 else 5177 { $as_echo "$as_me:$ LINENO: result: no" >&55152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5178 5153 $as_echo "no" >&6; } 5179 5154 fi … … 5185 5160 # Extract the first word of "ar", so it can be a program name with args. 5186 5161 set dummy ar; ac_word=$2 5187 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&55162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5188 5163 $as_echo_n "checking for $ac_word... " >&6; } 5189 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 5164 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : 5190 5165 $as_echo_n "(cached) " >&6 5191 5166 else … … 5198 5173 IFS=$as_save_IFS 5199 5174 test -z "$as_dir" && as_dir=. 5200 for ac_exec_ext in '' $ac_executable_extensions; do5175 for ac_exec_ext in '' $ac_executable_extensions; do 5201 5176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5202 5177 ac_cv_prog_ac_ct_AR="ar" 5203 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5204 5179 break 2 5205 5180 fi 5206 5181 done 5207 done5182 done 5208 5183 IFS=$as_save_IFS 5209 5184 … … 5212 5187 ac_ct_AR=$ac_cv_prog_ac_ct_AR 5213 5188 if test -n "$ac_ct_AR"; then 5214 { $as_echo "$as_me:$ LINENO: result: $ac_ct_AR" >&55189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 5215 5190 $as_echo "$ac_ct_AR" >&6; } 5216 5191 else 5217 { $as_echo "$as_me:$ LINENO: result: no" >&55192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5218 5193 $as_echo "no" >&6; } 5219 5194 fi … … 5224 5199 case $cross_compiling:$ac_tool_warned in 5225 5200 yes:) 5226 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&55201 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 5227 5202 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 5228 5203 ac_tool_warned=yes ;; … … 5250 5225 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 5251 5226 set dummy ${ac_tool_prefix}strip; ac_word=$2 5252 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&55227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5253 5228 $as_echo_n "checking for $ac_word... " >&6; } 5254 if test "${ac_cv_prog_STRIP+set}" = set; then 5229 if test "${ac_cv_prog_STRIP+set}" = set; then : 5255 5230 $as_echo_n "(cached) " >&6 5256 5231 else … … 5263 5238 IFS=$as_save_IFS 5264 5239 test -z "$as_dir" && as_dir=. 5265 for ac_exec_ext in '' $ac_executable_extensions; do5240 for ac_exec_ext in '' $ac_executable_extensions; do 5266 5241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5267 5242 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 5268 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5269 5244 break 2 5270 5245 fi 5271 5246 done 5272 done5247 done 5273 5248 IFS=$as_save_IFS 5274 5249 … … 5277 5252 STRIP=$ac_cv_prog_STRIP 5278 5253 if test -n "$STRIP"; then 5279 { $as_echo "$as_me:$ LINENO: result: $STRIP" >&55254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 5280 5255 $as_echo "$STRIP" >&6; } 5281 5256 else 5282 { $as_echo "$as_me:$ LINENO: result: no" >&55257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5283 5258 $as_echo "no" >&6; } 5284 5259 fi … … 5290 5265 # Extract the first word of "strip", so it can be a program name with args. 5291 5266 set dummy strip; ac_word=$2 5292 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&55267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5293 5268 $as_echo_n "checking for $ac_word... " >&6; } 5294 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 5269 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 5295 5270 $as_echo_n "(cached) " >&6 5296 5271 else … … 5303 5278 IFS=$as_save_IFS 5304 5279 test -z "$as_dir" && as_dir=. 5305 for ac_exec_ext in '' $ac_executable_extensions; do5280 for ac_exec_ext in '' $ac_executable_extensions; do 5306 5281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5307 5282 ac_cv_prog_ac_ct_STRIP="strip" 5308 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5309 5284 break 2 5310 5285 fi 5311 5286 done 5312 done5287 done 5313 5288 IFS=$as_save_IFS 5314 5289 … … 5317 5292 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 5318 5293 if test -n "$ac_ct_STRIP"; then 5319 { $as_echo "$as_me:$ LINENO: result: $ac_ct_STRIP" >&55294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 5320 5295 $as_echo "$ac_ct_STRIP" >&6; } 5321 5296 else 5322 { $as_echo "$as_me:$ LINENO: result: no" >&55297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5323 5298 $as_echo "no" >&6; } 5324 5299 fi … … 5329 5304 case $cross_compiling:$ac_tool_warned in 5330 5305 yes:) 5331 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&55306 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 5332 5307 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 5333 5308 ac_tool_warned=yes ;; … … 5349 5324 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 5350 5325 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 5351 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&55326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5352 5327 $as_echo_n "checking for $ac_word... " >&6; } 5353 if test "${ac_cv_prog_RANLIB+set}" = set; then 5328 if test "${ac_cv_prog_RANLIB+set}" = set; then : 5354 5329 $as_echo_n "(cached) " >&6 5355 5330 else … … 5362 5337 IFS=$as_save_IFS 5363 5338 test -z "$as_dir" && as_dir=. 5364 for ac_exec_ext in '' $ac_executable_extensions; do5339 for ac_exec_ext in '' $ac_executable_extensions; do 5365 5340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5366 5341 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 5367 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5368 5343 break 2 5369 5344 fi 5370 5345 done 5371 done5346 done 5372 5347 IFS=$as_save_IFS 5373 5348 … … 5376 5351 RANLIB=$ac_cv_prog_RANLIB 5377 5352 if test -n "$RANLIB"; then 5378 { $as_echo "$as_me:$ LINENO: result: $RANLIB" >&55353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 5379 5354 $as_echo "$RANLIB" >&6; } 5380 5355 else 5381 { $as_echo "$as_me:$ LINENO: result: no" >&55356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5382 5357 $as_echo "no" >&6; } 5383 5358 fi … … 5389 5364 # Extract the first word of "ranlib", so it can be a program name with args. 5390 5365 set dummy ranlib; ac_word=$2 5391 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&55366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5392 5367 $as_echo_n "checking for $ac_word... " >&6; } 5393 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 5368 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 5394 5369 $as_echo_n "(cached) " >&6 5395 5370 else … … 5402 5377 IFS=$as_save_IFS 5403 5378 test -z "$as_dir" && as_dir=. 5404 for ac_exec_ext in '' $ac_executable_extensions; do5379 for ac_exec_ext in '' $ac_executable_extensions; do 5405 5380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5406 5381 ac_cv_prog_ac_ct_RANLIB="ranlib" 5407 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5408 5383 break 2 5409 5384 fi 5410 5385 done 5411 done5386 done 5412 5387 IFS=$as_save_IFS 5413 5388 … … 5416 5391 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 5417 5392 if test -n "$ac_ct_RANLIB"; then 5418 { $as_echo "$as_me:$ LINENO: result: $ac_ct_RANLIB" >&55393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 5419 5394 $as_echo "$ac_ct_RANLIB" >&6; } 5420 5395 else 5421 { $as_echo "$as_me:$ LINENO: result: no" >&55396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5422 5397 $as_echo "no" >&6; } 5423 5398 fi … … 5428 5403 case $cross_compiling:$ac_tool_warned in 5429 5404 yes:) 5430 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&55405 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 5431 5406 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 5432 5407 ac_tool_warned=yes ;; … … 5506 5481 5507 5482 # Check for command to grab the raw symbol name followed by C symbol from nm. 5508 { $as_echo "$as_me:$ LINENO: checking command to parse $NM output from $compiler object" >&55483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 5509 5484 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } 5510 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then 5485 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : 5511 5486 $as_echo_n "(cached) " >&6 5512 5487 else … … 5624 5599 _LT_EOF 5625 5600 5626 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"")>&55601 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 5627 5602 (eval $ac_compile) 2>&5 5628 5603 ac_status=$? 5629 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&55630 (exit $ac_status); }; then5604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5605 test $ac_status = 0; }; then 5631 5606 # Now try to grab the symbols. 5632 5607 nlist=conftest.nm 5633 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"")>&55608 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5 5634 5609 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 5635 5610 ac_status=$? 5636 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&55637 (exit $ac_status); } && test -s "$nlist"; then5611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5612 test $ac_status = 0; } && test -s "$nlist"; then 5638 5613 # Try sorting and uniquifying the output. 5639 5614 if sort "$nlist" | uniq > "$nlist"T; then … … 5688 5663 LIBS="conftstm.$ac_objext" 5689 5664 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" 5690 if { (eval echo "$as_me:$LINENO: \"$ac_link\"")>&55665 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 5691 5666 (eval $ac_link) 2>&5 5692 5667 ac_status=$? 5693 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&55694 (exit $ac_status); } && test -s conftest${ac_exeext}; then5668 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5669 test $ac_status = 0; } && test -s conftest${ac_exeext}; then 5695 5670 pipe_works=yes 5696 5671 fi … … 5726 5701 fi 5727 5702 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then 5728 { $as_echo "$as_me:$ LINENO: result: failed" >&55703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 5729 5704 $as_echo "failed" >&6; } 5730 5705 else 5731 { $as_echo "$as_me:$ LINENO: result: ok" >&55706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 5732 5707 $as_echo "ok" >&6; } 5733 5708 fi … … 5756 5731 5757 5732 # Check whether --enable-libtool-lock was given. 5758 if test "${enable_libtool_lock+set}" = set; then 5733 if test "${enable_libtool_lock+set}" = set; then : 5759 5734 enableval=$enable_libtool_lock; 5760 5735 fi … … 5768 5743 # Find out which ABI we are using. 5769 5744 echo 'int i;' > conftest.$ac_ext 5770 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"")>&55745 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 5771 5746 (eval $ac_compile) 2>&5 5772 5747 ac_status=$? 5773 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&55774 (exit $ac_status); }; then5748 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5749 test $ac_status = 0; }; then 5775 5750 case `/usr/bin/file conftest.$ac_objext` in 5776 5751 *ELF-32*) … … 5786 5761 *-*-irix6*) 5787 5762 # Find out which ABI we are using. 5788 echo '#line 57 88"configure"' > conftest.$ac_ext5789 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"")>&55763 echo '#line 5763 "configure"' > conftest.$ac_ext 5764 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 5790 5765 (eval $ac_compile) 2>&5 5791 5766 ac_status=$? 5792 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&55793 (exit $ac_status); }; then5767 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5768 test $ac_status = 0; }; then 5794 5769 if test "$lt_cv_prog_gnu_ld" = yes; then 5795 5770 case `/usr/bin/file conftest.$ac_objext` in … … 5825 5800 # Find out which ABI we are using. 5826 5801 echo 'int i;' > conftest.$ac_ext 5827 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"")>&55802 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 5828 5803 (eval $ac_compile) 2>&5 5829 5804 ac_status=$? 5830 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&55831 (exit $ac_status); }; then5805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5806 test $ac_status = 0; }; then 5832 5807 case `/usr/bin/file conftest.o` in 5833 5808 *32-bit*) … … 5878 5853 SAVE_CFLAGS="$CFLAGS" 5879 5854 CFLAGS="$CFLAGS -belf" 5880 { $as_echo "$as_me:$ LINENO: checking whether the C compiler needs -belf" >&55855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 5881 5856 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } 5882 if test "${lt_cv_cc_needs_belf+set}" = set; then 5857 if test "${lt_cv_cc_needs_belf+set}" = set; then : 5883 5858 $as_echo_n "(cached) " >&6 5884 5859 else … … 5889 5864 ac_compiler_gnu=$ac_cv_c_compiler_gnu 5890 5865 5891 cat >conftest.$ac_ext <<_ACEOF 5892 /* confdefs.h. */ 5893 _ACEOF 5894 cat confdefs.h >>conftest.$ac_ext 5895 cat >>conftest.$ac_ext <<_ACEOF 5866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5896 5867 /* end confdefs.h. */ 5897 5868 … … 5904 5875 } 5905 5876 _ACEOF 5906 rm -f conftest.$ac_objext conftest$ac_exeext 5907 if { (ac_try="$ac_link" 5908 case "(($ac_try" in 5909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5910 *) ac_try_echo=$ac_try;; 5911 esac 5912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5913 $as_echo "$ac_try_echo") >&5 5914 (eval "$ac_link") 2>conftest.er1 5915 ac_status=$? 5916 grep -v '^ *+' conftest.er1 >conftest.err 5917 rm -f conftest.er1 5918 cat conftest.err >&5 5919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5920 (exit $ac_status); } && { 5921 test -z "$ac_c_werror_flag" || 5922 test ! -s conftest.err 5923 } && test -s conftest$ac_exeext && { 5924 test "$cross_compiling" = yes || 5925 $as_test_x conftest$ac_exeext 5926 }; then 5877 if ac_fn_c_try_link "$LINENO"; then : 5927 5878 lt_cv_cc_needs_belf=yes 5928 5879 else 5929 $as_echo "$as_me: failed program was:" >&5 5930 sed 's/^/| /' conftest.$ac_ext >&5 5931 5932 lt_cv_cc_needs_belf=no 5933 fi 5934 5935 rm -rf conftest.dSYM 5936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5937 conftest$ac_exeext conftest.$ac_ext 5880 lt_cv_cc_needs_belf=no 5881 fi 5882 rm -f core conftest.err conftest.$ac_objext \ 5883 conftest$ac_exeext conftest.$ac_ext 5938 5884 ac_ext=c 5939 5885 ac_cpp='$CPP $CPPFLAGS' … … 5943 5889 5944 5890 fi 5945 { $as_echo "$as_me:$ LINENO: result: $lt_cv_cc_needs_belf" >&55891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 5946 5892 $as_echo "$lt_cv_cc_needs_belf" >&6; } 5947 5893 if test x"$lt_cv_cc_needs_belf" != x"yes"; then … … 5953 5899 # Find out which ABI we are using. 5954 5900 echo 'int i;' > conftest.$ac_ext 5955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"")>&55901 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 5956 5902 (eval $ac_compile) 2>&5 5957 5903 ac_status=$? 5958 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&55959 (exit $ac_status); }; then5904 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5905 test $ac_status = 0; }; then 5960 5906 case `/usr/bin/file conftest.o` in 5961 5907 *64-bit*) … … 5983 5929 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. 5984 5930 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 5985 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&55931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5986 5932 $as_echo_n "checking for $ac_word... " >&6; } 5987 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then 5933 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : 5988 5934 $as_echo_n "(cached) " >&6 5989 5935 else … … 5996 5942 IFS=$as_save_IFS 5997 5943 test -z "$as_dir" && as_dir=. 5998 for ac_exec_ext in '' $ac_executable_extensions; do5944 for ac_exec_ext in '' $ac_executable_extensions; do 5999 5945 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6000 5946 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" 6001 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6002 5948 break 2 6003 5949 fi 6004 5950 done 6005 done5951 done 6006 5952 IFS=$as_save_IFS 6007 5953 … … 6010 5956 DSYMUTIL=$ac_cv_prog_DSYMUTIL 6011 5957 if test -n "$DSYMUTIL"; then 6012 { $as_echo "$as_me:$ LINENO: result: $DSYMUTIL" >&55958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 6013 5959 $as_echo "$DSYMUTIL" >&6; } 6014 5960 else 6015 { $as_echo "$as_me:$ LINENO: result: no" >&55961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6016 5962 $as_echo "no" >&6; } 6017 5963 fi … … 6023 5969 # Extract the first word of "dsymutil", so it can be a program name with args. 6024 5970 set dummy dsymutil; ac_word=$2 6025 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&55971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6026 5972 $as_echo_n "checking for $ac_word... " >&6; } 6027 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then 5973 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : 6028 5974 $as_echo_n "(cached) " >&6 6029 5975 else … … 6036 5982 IFS=$as_save_IFS 6037 5983 test -z "$as_dir" && as_dir=. 6038 for ac_exec_ext in '' $ac_executable_extensions; do5984 for ac_exec_ext in '' $ac_executable_extensions; do 6039 5985 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6040 5986 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" 6041 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6042 5988 break 2 6043 5989 fi 6044 5990 done 6045 done5991 done 6046 5992 IFS=$as_save_IFS 6047 5993 … … 6050 5996 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL 6051 5997 if test -n "$ac_ct_DSYMUTIL"; then 6052 { $as_echo "$as_me:$ LINENO: result: $ac_ct_DSYMUTIL" >&55998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 6053 5999 $as_echo "$ac_ct_DSYMUTIL" >&6; } 6054 6000 else 6055 { $as_echo "$as_me:$ LINENO: result: no" >&56001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6056 6002 $as_echo "no" >&6; } 6057 6003 fi … … 6062 6008 case $cross_compiling:$ac_tool_warned in 6063 6009 yes:) 6064 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&56010 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 6065 6011 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 6066 6012 ac_tool_warned=yes ;; … … 6075 6021 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. 6076 6022 set dummy ${ac_tool_prefix}nmedit; ac_word=$2 6077 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&56023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6078 6024 $as_echo_n "checking for $ac_word... " >&6; } 6079 if test "${ac_cv_prog_NMEDIT+set}" = set; then 6025 if test "${ac_cv_prog_NMEDIT+set}" = set; then : 6080 6026 $as_echo_n "(cached) " >&6 6081 6027 else … … 6088 6034 IFS=$as_save_IFS 6089 6035 test -z "$as_dir" && as_dir=. 6090 for ac_exec_ext in '' $ac_executable_extensions; do6036 for ac_exec_ext in '' $ac_executable_extensions; do 6091 6037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6092 6038 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" 6093 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6094 6040 break 2 6095 6041 fi 6096 6042 done 6097 done6043 done 6098 6044 IFS=$as_save_IFS 6099 6045 … … 6102 6048 NMEDIT=$ac_cv_prog_NMEDIT 6103 6049 if test -n "$NMEDIT"; then 6104 { $as_echo "$as_me:$ LINENO: result: $NMEDIT" >&56050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 6105 6051 $as_echo "$NMEDIT" >&6; } 6106 6052 else 6107 { $as_echo "$as_me:$ LINENO: result: no" >&56053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6108 6054 $as_echo "no" >&6; } 6109 6055 fi … … 6115 6061 # Extract the first word of "nmedit", so it can be a program name with args. 6116 6062 set dummy nmedit; ac_word=$2 6117 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&56063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6118 6064 $as_echo_n "checking for $ac_word... " >&6; } 6119 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then 6065 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : 6120 6066 $as_echo_n "(cached) " >&6 6121 6067 else … … 6128 6074 IFS=$as_save_IFS 6129 6075 test -z "$as_dir" && as_dir=. 6130 for ac_exec_ext in '' $ac_executable_extensions; do6076 for ac_exec_ext in '' $ac_executable_extensions; do 6131 6077 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6132 6078 ac_cv_prog_ac_ct_NMEDIT="nmedit" 6133 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6134 6080 break 2 6135 6081 fi 6136 6082 done 6137 done6083 done 6138 6084 IFS=$as_save_IFS 6139 6085 … … 6142 6088 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT 6143 6089 if test -n "$ac_ct_NMEDIT"; then 6144 { $as_echo "$as_me:$ LINENO: result: $ac_ct_NMEDIT" >&56090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 6145 6091 $as_echo "$ac_ct_NMEDIT" >&6; } 6146 6092 else 6147 { $as_echo "$as_me:$ LINENO: result: no" >&56093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6148 6094 $as_echo "no" >&6; } 6149 6095 fi … … 6154 6100 case $cross_compiling:$ac_tool_warned in 6155 6101 yes:) 6156 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&56102 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 6157 6103 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 6158 6104 ac_tool_warned=yes ;; … … 6167 6113 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. 6168 6114 set dummy ${ac_tool_prefix}lipo; ac_word=$2 6169 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&56115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6170 6116 $as_echo_n "checking for $ac_word... " >&6; } 6171 if test "${ac_cv_prog_LIPO+set}" = set; then 6117 if test "${ac_cv_prog_LIPO+set}" = set; then : 6172 6118 $as_echo_n "(cached) " >&6 6173 6119 else … … 6180 6126 IFS=$as_save_IFS 6181 6127 test -z "$as_dir" && as_dir=. 6182 for ac_exec_ext in '' $ac_executable_extensions; do6128 for ac_exec_ext in '' $ac_executable_extensions; do 6183 6129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6184 6130 ac_cv_prog_LIPO="${ac_tool_prefix}lipo" 6185 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6186 6132 break 2 6187 6133 fi 6188 6134 done 6189 done6135 done 6190 6136 IFS=$as_save_IFS 6191 6137 … … 6194 6140 LIPO=$ac_cv_prog_LIPO 6195 6141 if test -n "$LIPO"; then 6196 { $as_echo "$as_me:$ LINENO: result: $LIPO" >&56142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 6197 6143 $as_echo "$LIPO" >&6; } 6198 6144 else 6199 { $as_echo "$as_me:$ LINENO: result: no" >&56145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6200 6146 $as_echo "no" >&6; } 6201 6147 fi … … 6207 6153 # Extract the first word of "lipo", so it can be a program name with args. 6208 6154 set dummy lipo; ac_word=$2 6209 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&56155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6210 6156 $as_echo_n "checking for $ac_word... " >&6; } 6211 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then 6157 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : 6212 6158 $as_echo_n "(cached) " >&6 6213 6159 else … … 6220 6166 IFS=$as_save_IFS 6221 6167 test -z "$as_dir" && as_dir=. 6222 for ac_exec_ext in '' $ac_executable_extensions; do6168 for ac_exec_ext in '' $ac_executable_extensions; do 6223 6169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6224 6170 ac_cv_prog_ac_ct_LIPO="lipo" 6225 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6226 6172 break 2 6227 6173 fi 6228 6174 done 6229 done6175 done 6230 6176 IFS=$as_save_IFS 6231 6177 … … 6234 6180 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO 6235 6181 if test -n "$ac_ct_LIPO"; then 6236 { $as_echo "$as_me:$ LINENO: result: $ac_ct_LIPO" >&56182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 6237 6183 $as_echo "$ac_ct_LIPO" >&6; } 6238 6184 else 6239 { $as_echo "$as_me:$ LINENO: result: no" >&56185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6240 6186 $as_echo "no" >&6; } 6241 6187 fi … … 6246 6192 case $cross_compiling:$ac_tool_warned in 6247 6193 yes:) 6248 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&56194 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 6249 6195 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 6250 6196 ac_tool_warned=yes ;; … … 6259 6205 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. 6260 6206 set dummy ${ac_tool_prefix}otool; ac_word=$2 6261 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&56207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6262 6208 $as_echo_n "checking for $ac_word... " >&6; } 6263 if test "${ac_cv_prog_OTOOL+set}" = set; then 6209 if test "${ac_cv_prog_OTOOL+set}" = set; then : 6264 6210 $as_echo_n "(cached) " >&6 6265 6211 else … … 6272 6218 IFS=$as_save_IFS 6273 6219 test -z "$as_dir" && as_dir=. 6274 for ac_exec_ext in '' $ac_executable_extensions; do6220 for ac_exec_ext in '' $ac_executable_extensions; do 6275 6221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6276 6222 ac_cv_prog_OTOOL="${ac_tool_prefix}otool" 6277 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6278 6224 break 2 6279 6225 fi 6280 6226 done 6281 done6227 done 6282 6228 IFS=$as_save_IFS 6283 6229 … … 6286 6232 OTOOL=$ac_cv_prog_OTOOL 6287 6233 if test -n "$OTOOL"; then 6288 { $as_echo "$as_me:$ LINENO: result: $OTOOL" >&56234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 6289 6235 $as_echo "$OTOOL" >&6; } 6290 6236 else 6291 { $as_echo "$as_me:$ LINENO: result: no" >&56237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6292 6238 $as_echo "no" >&6; } 6293 6239 fi … … 6299 6245 # Extract the first word of "otool", so it can be a program name with args. 6300 6246 set dummy otool; ac_word=$2 6301 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&56247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6302 6248 $as_echo_n "checking for $ac_word... " >&6; } 6303 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then 6249 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : 6304 6250 $as_echo_n "(cached) " >&6 6305 6251 else … … 6312 6258 IFS=$as_save_IFS 6313 6259 test -z "$as_dir" && as_dir=. 6314 for ac_exec_ext in '' $ac_executable_extensions; do6260 for ac_exec_ext in '' $ac_executable_extensions; do 6315 6261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6316 6262 ac_cv_prog_ac_ct_OTOOL="otool" 6317 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6318 6264 break 2 6319 6265 fi 6320 6266 done 6321 done6267 done 6322 6268 IFS=$as_save_IFS 6323 6269 … … 6326 6272 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL 6327 6273 if test -n "$ac_ct_OTOOL"; then 6328 { $as_echo "$as_me:$ LINENO: result: $ac_ct_OTOOL" >&56274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 6329 6275 $as_echo "$ac_ct_OTOOL" >&6; } 6330 6276 else 6331 { $as_echo "$as_me:$ LINENO: result: no" >&56277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6332 6278 $as_echo "no" >&6; } 6333 6279 fi … … 6338 6284 case $cross_compiling:$ac_tool_warned in 6339 6285 yes:) 6340 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&56286 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 6341 6287 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 6342 6288 ac_tool_warned=yes ;; … … 6351 6297 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. 6352 6298 set dummy ${ac_tool_prefix}otool64; ac_word=$2 6353 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&56299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6354 6300 $as_echo_n "checking for $ac_word... " >&6; } 6355 if test "${ac_cv_prog_OTOOL64+set}" = set; then 6301 if test "${ac_cv_prog_OTOOL64+set}" = set; then : 6356 6302 $as_echo_n "(cached) " >&6 6357 6303 else … … 6364 6310 IFS=$as_save_IFS 6365 6311 test -z "$as_dir" && as_dir=. 6366 for ac_exec_ext in '' $ac_executable_extensions; do6312 for ac_exec_ext in '' $ac_executable_extensions; do 6367 6313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6368 6314 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" 6369 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6370 6316 break 2 6371 6317 fi 6372 6318 done 6373 done6319 done 6374 6320 IFS=$as_save_IFS 6375 6321 … … 6378 6324 OTOOL64=$ac_cv_prog_OTOOL64 6379 6325 if test -n "$OTOOL64"; then 6380 { $as_echo "$as_me:$ LINENO: result: $OTOOL64" >&56326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 6381 6327 $as_echo "$OTOOL64" >&6; } 6382 6328 else 6383 { $as_echo "$as_me:$ LINENO: result: no" >&56329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6384 6330 $as_echo "no" >&6; } 6385 6331 fi … … 6391 6337 # Extract the first word of "otool64", so it can be a program name with args. 6392 6338 set dummy otool64; ac_word=$2 6393 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&56339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6394 6340 $as_echo_n "checking for $ac_word... " >&6; } 6395 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then 6341 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : 6396 6342 $as_echo_n "(cached) " >&6 6397 6343 else … … 6404 6350 IFS=$as_save_IFS 6405 6351 test -z "$as_dir" && as_dir=. 6406 for ac_exec_ext in '' $ac_executable_extensions; do6352 for ac_exec_ext in '' $ac_executable_extensions; do 6407 6353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6408 6354 ac_cv_prog_ac_ct_OTOOL64="otool64" 6409 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6410 6356 break 2 6411 6357 fi 6412 6358 done 6413 done6359 done 6414 6360 IFS=$as_save_IFS 6415 6361 … … 6418 6364 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 6419 6365 if test -n "$ac_ct_OTOOL64"; then 6420 { $as_echo "$as_me:$ LINENO: result: $ac_ct_OTOOL64" >&56366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 6421 6367 $as_echo "$ac_ct_OTOOL64" >&6; } 6422 6368 else 6423 { $as_echo "$as_me:$ LINENO: result: no" >&56369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6424 6370 $as_echo "no" >&6; } 6425 6371 fi … … 6430 6376 case $cross_compiling:$ac_tool_warned in 6431 6377 yes:) 6432 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&56378 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 6433 6379 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 6434 6380 ac_tool_warned=yes ;; … … 6466 6412 6467 6413 6468 { $as_echo "$as_me:$ LINENO: checking for -single_module linker flag" >&56414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 6469 6415 $as_echo_n "checking for -single_module linker flag... " >&6; } 6470 if test "${lt_cv_apple_cc_single_mod+set}" = set; then 6416 if test "${lt_cv_apple_cc_single_mod+set}" = set; then : 6471 6417 $as_echo_n "(cached) " >&6 6472 6418 else … … 6493 6439 fi 6494 6440 fi 6495 { $as_echo "$as_me:$ LINENO: result: $lt_cv_apple_cc_single_mod" >&56441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 6496 6442 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } 6497 { $as_echo "$as_me:$ LINENO: checking for -exported_symbols_list linker flag" >&56443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 6498 6444 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } 6499 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then 6445 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : 6500 6446 $as_echo_n "(cached) " >&6 6501 6447 else … … 6504 6450 echo "_main" > conftest.sym 6505 6451 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" 6506 cat >conftest.$ac_ext <<_ACEOF 6507 /* confdefs.h. */ 6508 _ACEOF 6509 cat confdefs.h >>conftest.$ac_ext 6510 cat >>conftest.$ac_ext <<_ACEOF 6452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6511 6453 /* end confdefs.h. */ 6512 6454 … … 6519 6461 } 6520 6462 _ACEOF 6521 rm -f conftest.$ac_objext conftest$ac_exeext 6522 if { (ac_try="$ac_link" 6523 case "(($ac_try" in 6524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6525 *) ac_try_echo=$ac_try;; 6526 esac 6527 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6528 $as_echo "$ac_try_echo") >&5 6529 (eval "$ac_link") 2>conftest.er1 6530 ac_status=$? 6531 grep -v '^ *+' conftest.er1 >conftest.err 6532 rm -f conftest.er1 6533 cat conftest.err >&5 6534 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6535 (exit $ac_status); } && { 6536 test -z "$ac_c_werror_flag" || 6537 test ! -s conftest.err 6538 } && test -s conftest$ac_exeext && { 6539 test "$cross_compiling" = yes || 6540 $as_test_x conftest$ac_exeext 6541 }; then 6463 if ac_fn_c_try_link "$LINENO"; then : 6542 6464 lt_cv_ld_exported_symbols_list=yes 6543 6465 else 6544 $as_echo "$as_me: failed program was:" >&5 6545 sed 's/^/| /' conftest.$ac_ext >&5 6546 6547 lt_cv_ld_exported_symbols_list=no 6548 fi 6549 6550 rm -rf conftest.dSYM 6551 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6552 conftest$ac_exeext conftest.$ac_ext 6466 lt_cv_ld_exported_symbols_list=no 6467 fi 6468 rm -f core conftest.err conftest.$ac_objext \ 6469 conftest$ac_exeext conftest.$ac_ext 6553 6470 LDFLAGS="$save_LDFLAGS" 6554 6471 6555 6472 fi 6556 { $as_echo "$as_me:$ LINENO: result: $lt_cv_ld_exported_symbols_list" >&56473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 6557 6474 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } 6558 6475 case $host_os in … … 6596 6513 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 6597 6514 ac_compiler_gnu=$ac_cv_c_compiler_gnu 6598 { $as_echo "$as_me:$ LINENO: checking how to run the C preprocessor" >&56515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 6599 6516 $as_echo_n "checking how to run the C preprocessor... " >&6; } 6600 6517 # On Suns, sometimes $CPP names a directory. … … 6603 6520 fi 6604 6521 if test -z "$CPP"; then 6605 if test "${ac_cv_prog_CPP+set}" = set; then 6522 if test "${ac_cv_prog_CPP+set}" = set; then : 6606 6523 $as_echo_n "(cached) " >&6 6607 6524 else … … 6618 6535 # On the NeXT, cc -E runs the code through the compiler's parser, 6619 6536 # not just through cpp. "Syntax error" is here to catch this case. 6620 cat >conftest.$ac_ext <<_ACEOF 6621 /* confdefs.h. */ 6622 _ACEOF 6623 cat confdefs.h >>conftest.$ac_ext 6624 cat >>conftest.$ac_ext <<_ACEOF 6537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6625 6538 /* end confdefs.h. */ 6626 6539 #ifdef __STDC__ … … 6631 6544 Syntax error 6632 6545 _ACEOF 6633 if { (ac_try="$ac_cpp conftest.$ac_ext" 6634 case "(($ac_try" in 6635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6636 *) ac_try_echo=$ac_try;; 6637 esac 6638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6639 $as_echo "$ac_try_echo") >&5 6640 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6641 ac_status=$? 6642 grep -v '^ *+' conftest.er1 >conftest.err 6643 rm -f conftest.er1 6644 cat conftest.err >&5 6645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6646 (exit $ac_status); } >/dev/null && { 6647 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6648 test ! -s conftest.err 6649 }; then 6650 : 6651 else 6652 $as_echo "$as_me: failed program was:" >&5 6653 sed 's/^/| /' conftest.$ac_ext >&5 6654 6546 if ac_fn_c_try_cpp "$LINENO"; then : 6547 6548 else 6655 6549 # Broken: fails on valid input. 6656 6550 continue 6657 6551 fi 6658 6659 6552 rm -f conftest.err conftest.$ac_ext 6660 6553 6661 6554 # OK, works on sane cases. Now check whether nonexistent headers 6662 6555 # can be detected and how. 6663 cat >conftest.$ac_ext <<_ACEOF 6664 /* confdefs.h. */ 6665 _ACEOF 6666 cat confdefs.h >>conftest.$ac_ext 6667 cat >>conftest.$ac_ext <<_ACEOF 6556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6668 6557 /* end confdefs.h. */ 6669 6558 #include <ac_nonexistent.h> 6670 6559 _ACEOF 6671 if { (ac_try="$ac_cpp conftest.$ac_ext" 6672 case "(($ac_try" in 6673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6674 *) ac_try_echo=$ac_try;; 6675 esac 6676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6677 $as_echo "$ac_try_echo") >&5 6678 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6679 ac_status=$? 6680 grep -v '^ *+' conftest.er1 >conftest.err 6681 rm -f conftest.er1 6682 cat conftest.err >&5 6683 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6684 (exit $ac_status); } >/dev/null && { 6685 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6686 test ! -s conftest.err 6687 }; then 6560 if ac_fn_c_try_cpp "$LINENO"; then : 6688 6561 # Broken: success on invalid input. 6689 6562 continue 6690 6563 else 6691 $as_echo "$as_me: failed program was:" >&56692 sed 's/^/| /' conftest.$ac_ext >&56693 6694 6564 # Passes both tests. 6695 6565 ac_preproc_ok=: 6696 6566 break 6697 6567 fi 6698 6699 6568 rm -f conftest.err conftest.$ac_ext 6700 6569 … … 6702 6571 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6703 6572 rm -f conftest.err conftest.$ac_ext 6704 if $ac_preproc_ok; then 6573 if $ac_preproc_ok; then : 6705 6574 break 6706 6575 fi … … 6714 6583 ac_cv_prog_CPP=$CPP 6715 6584 fi 6716 { $as_echo "$as_me:$ LINENO: result: $CPP" >&56585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 6717 6586 $as_echo "$CPP" >&6; } 6718 6587 ac_preproc_ok=false … … 6725 6594 # On the NeXT, cc -E runs the code through the compiler's parser, 6726 6595 # not just through cpp. "Syntax error" is here to catch this case. 6727 cat >conftest.$ac_ext <<_ACEOF 6728 /* confdefs.h. */ 6729 _ACEOF 6730 cat confdefs.h >>conftest.$ac_ext 6731 cat >>conftest.$ac_ext <<_ACEOF 6596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6732 6597 /* end confdefs.h. */ 6733 6598 #ifdef __STDC__ … … 6738 6603 Syntax error 6739 6604 _ACEOF 6740 if { (ac_try="$ac_cpp conftest.$ac_ext" 6741 case "(($ac_try" in 6742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6743 *) ac_try_echo=$ac_try;; 6744 esac 6745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6746 $as_echo "$ac_try_echo") >&5 6747 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6748 ac_status=$? 6749 grep -v '^ *+' conftest.er1 >conftest.err 6750 rm -f conftest.er1 6751 cat conftest.err >&5 6752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6753 (exit $ac_status); } >/dev/null && { 6754 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6755 test ! -s conftest.err 6756 }; then 6757 : 6758 else 6759 $as_echo "$as_me: failed program was:" >&5 6760 sed 's/^/| /' conftest.$ac_ext >&5 6761 6605 if ac_fn_c_try_cpp "$LINENO"; then : 6606 6607 else 6762 6608 # Broken: fails on valid input. 6763 6609 continue 6764 6610 fi 6765 6766 6611 rm -f conftest.err conftest.$ac_ext 6767 6612 6768 6613 # OK, works on sane cases. Now check whether nonexistent headers 6769 6614 # can be detected and how. 6770 cat >conftest.$ac_ext <<_ACEOF 6771 /* confdefs.h. */ 6772 _ACEOF 6773 cat confdefs.h >>conftest.$ac_ext 6774 cat >>conftest.$ac_ext <<_ACEOF 6615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6775 6616 /* end confdefs.h. */ 6776 6617 #include <ac_nonexistent.h> 6777 6618 _ACEOF 6778 if { (ac_try="$ac_cpp conftest.$ac_ext" 6779 case "(($ac_try" in 6780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6781 *) ac_try_echo=$ac_try;; 6782 esac 6783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6784 $as_echo "$ac_try_echo") >&5 6785 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6786 ac_status=$? 6787 grep -v '^ *+' conftest.er1 >conftest.err 6788 rm -f conftest.er1 6789 cat conftest.err >&5 6790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6791 (exit $ac_status); } >/dev/null && { 6792 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6793 test ! -s conftest.err 6794 }; then 6619 if ac_fn_c_try_cpp "$LINENO"; then : 6795 6620 # Broken: success on invalid input. 6796 6621 continue 6797 6622 else 6798 $as_echo "$as_me: failed program was:" >&56799 sed 's/^/| /' conftest.$ac_ext >&56800 6801 6623 # Passes both tests. 6802 6624 ac_preproc_ok=: 6803 6625 break 6804 6626 fi 6805 6806 6627 rm -f conftest.err conftest.$ac_ext 6807 6628 … … 6809 6630 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6810 6631 rm -f conftest.err conftest.$ac_ext 6811 if $ac_preproc_ok; then 6812 : 6813 else 6814 { { $as_echo "$as_me:$ LINENO: error: in \`$ac_pwd':" >&56632 if $ac_preproc_ok; then : 6633 6634 else 6635 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 6815 6636 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6816 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 6817 See \`config.log' for more details." >&5 6818 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 6819 See \`config.log' for more details." >&2;} 6820 { (exit 1); exit 1; }; }; } 6637 as_fn_error "C preprocessor \"$CPP\" fails sanity check 6638 See \`config.log' for more details." "$LINENO" 5; } 6821 6639 fi 6822 6640 … … 6828 6646 6829 6647 6830 { $as_echo "$as_me:$ LINENO: checking for ANSI C header files" >&56648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 6831 6649 $as_echo_n "checking for ANSI C header files... " >&6; } 6832 if test "${ac_cv_header_stdc+set}" = set; then 6650 if test "${ac_cv_header_stdc+set}" = set; then : 6833 6651 $as_echo_n "(cached) " >&6 6834 6652 else 6835 cat >conftest.$ac_ext <<_ACEOF 6836 /* confdefs.h. */ 6837 _ACEOF 6838 cat confdefs.h >>conftest.$ac_ext 6839 cat >>conftest.$ac_ext <<_ACEOF 6653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6840 6654 /* end confdefs.h. */ 6841 6655 #include <stdlib.h> … … 6852 6666 } 6853 6667 _ACEOF 6854 rm -f conftest.$ac_objext 6855 if { (ac_try="$ac_compile" 6856 case "(($ac_try" in 6857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6858 *) ac_try_echo=$ac_try;; 6859 esac 6860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6861 $as_echo "$ac_try_echo") >&5 6862 (eval "$ac_compile") 2>conftest.er1 6863 ac_status=$? 6864 grep -v '^ *+' conftest.er1 >conftest.err 6865 rm -f conftest.er1 6866 cat conftest.err >&5 6867 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6868 (exit $ac_status); } && { 6869 test -z "$ac_c_werror_flag" || 6870 test ! -s conftest.err 6871 } && test -s conftest.$ac_objext; then 6668 if ac_fn_c_try_compile "$LINENO"; then : 6872 6669 ac_cv_header_stdc=yes 6873 6670 else 6874 $as_echo "$as_me: failed program was:" >&5 6875 sed 's/^/| /' conftest.$ac_ext >&5 6876 6877 ac_cv_header_stdc=no 6878 fi 6879 6671 ac_cv_header_stdc=no 6672 fi 6880 6673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6881 6674 6882 6675 if test $ac_cv_header_stdc = yes; then 6883 6676 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 6884 cat >conftest.$ac_ext <<_ACEOF 6885 /* confdefs.h. */ 6886 _ACEOF 6887 cat confdefs.h >>conftest.$ac_ext 6888 cat >>conftest.$ac_ext <<_ACEOF 6677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6889 6678 /* end confdefs.h. */ 6890 6679 #include <string.h> … … 6892 6681 _ACEOF 6893 6682 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 6894 $EGREP "memchr" >/dev/null 2>&1; then 6895 : 6683 $EGREP "memchr" >/dev/null 2>&1; then : 6684 6896 6685 else 6897 6686 ac_cv_header_stdc=no … … 6903 6692 if test $ac_cv_header_stdc = yes; then 6904 6693 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 6905 cat >conftest.$ac_ext <<_ACEOF 6906 /* confdefs.h. */ 6907 _ACEOF 6908 cat confdefs.h >>conftest.$ac_ext 6909 cat >>conftest.$ac_ext <<_ACEOF 6694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6910 6695 /* end confdefs.h. */ 6911 6696 #include <stdlib.h> … … 6913 6698 _ACEOF 6914 6699 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 6915 $EGREP "free" >/dev/null 2>&1; then 6916 : 6700 $EGREP "free" >/dev/null 2>&1; then : 6701 6917 6702 else 6918 6703 ac_cv_header_stdc=no … … 6924 6709 if test $ac_cv_header_stdc = yes; then 6925 6710 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 6926 if test "$cross_compiling" = yes; then 6711 if test "$cross_compiling" = yes; then : 6927 6712 : 6928 6713 else 6929 cat >conftest.$ac_ext <<_ACEOF 6930 /* confdefs.h. */ 6931 _ACEOF 6932 cat confdefs.h >>conftest.$ac_ext 6933 cat >>conftest.$ac_ext <<_ACEOF 6714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6934 6715 /* end confdefs.h. */ 6935 6716 #include <ctype.h> … … 6958 6739 } 6959 6740 _ACEOF 6960 rm -f conftest$ac_exeext 6961 if { (ac_try="$ac_link" 6962 case "(($ac_try" in 6963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6964 *) ac_try_echo=$ac_try;; 6965 esac 6966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6967 $as_echo "$ac_try_echo") >&5 6968 (eval "$ac_link") 2>&5 6969 ac_status=$? 6970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6971 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6972 { (case "(($ac_try" in 6973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6974 *) ac_try_echo=$ac_try;; 6975 esac 6976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6977 $as_echo "$ac_try_echo") >&5 6978 (eval "$ac_try") 2>&5 6979 ac_status=$? 6980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6981 (exit $ac_status); }; }; then 6982 : 6983 else 6984 $as_echo "$as_me: program exited with status $ac_status" >&5 6985 $as_echo "$as_me: failed program was:" >&5 6986 sed 's/^/| /' conftest.$ac_ext >&5 6987 6988 ( exit $ac_status ) 6989 ac_cv_header_stdc=no 6990 fi 6991 rm -rf conftest.dSYM 6992 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6993 fi 6994 6995 6996 fi 6997 fi 6998 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 6741 if ac_fn_c_try_run "$LINENO"; then : 6742 6743 else 6744 ac_cv_header_stdc=no 6745 fi 6746 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 6747 conftest.$ac_objext conftest.beam conftest.$ac_ext 6748 fi 6749 6750 fi 6751 fi 6752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 6999 6753 $as_echo "$ac_cv_header_stdc" >&6; } 7000 6754 if test $ac_cv_header_stdc = yes; then 7001 6755 7002 cat >>confdefs.h <<\_ACEOF 7003 #define STDC_HEADERS 1 7004 _ACEOF 6756 $as_echo "#define STDC_HEADERS 1" >>confdefs.h 7005 6757 7006 6758 fi 7007 6759 7008 6760 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 6761 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 7019 6762 inttypes.h stdint.h unistd.h 7020 do 7021 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 7022 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 7023 $as_echo_n "checking for $ac_header... " >&6; } 7024 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7025 $as_echo_n "(cached) " >&6 7026 else 7027 cat >conftest.$ac_ext <<_ACEOF 7028 /* confdefs.h. */ 7029 _ACEOF 7030 cat confdefs.h >>conftest.$ac_ext 7031 cat >>conftest.$ac_ext <<_ACEOF 7032 /* end confdefs.h. */ 7033 $ac_includes_default 7034 7035 #include <$ac_header> 7036 _ACEOF 7037 rm -f conftest.$ac_objext 7038 if { (ac_try="$ac_compile" 7039 case "(($ac_try" in 7040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7041 *) ac_try_echo=$ac_try;; 7042 esac 7043 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7044 $as_echo "$ac_try_echo") >&5 7045 (eval "$ac_compile") 2>conftest.er1 7046 ac_status=$? 7047 grep -v '^ *+' conftest.er1 >conftest.err 7048 rm -f conftest.er1 7049 cat conftest.err >&5 7050 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7051 (exit $ac_status); } && { 7052 test -z "$ac_c_werror_flag" || 7053 test ! -s conftest.err 7054 } && test -s conftest.$ac_objext; then 7055 eval "$as_ac_Header=yes" 7056 else 7057 $as_echo "$as_me: failed program was:" >&5 7058 sed 's/^/| /' conftest.$ac_ext >&5 7059 7060 eval "$as_ac_Header=no" 7061 fi 7062 7063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7064 fi 7065 ac_res=`eval 'as_val=${'$as_ac_Header'} 7066 $as_echo "$as_val"'` 7067 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 7068 $as_echo "$ac_res" >&6; } 7069 as_val=`eval 'as_val=${'$as_ac_Header'} 7070 $as_echo "$as_val"'` 7071 if test "x$as_val" = x""yes; then 6763 do : 6764 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6765 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 6766 " 6767 eval as_val=\$$as_ac_Header 6768 if test "x$as_val" = x""yes; then : 7072 6769 cat >>confdefs.h <<_ACEOF 7073 6770 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 … … 7079 6776 7080 6777 7081 7082 6778 for ac_header in dlfcn.h 7083 do 7084 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 7085 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 7086 $as_echo_n "checking for $ac_header... " >&6; } 7087 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7088 $as_echo_n "(cached) " >&6 7089 else 7090 cat >conftest.$ac_ext <<_ACEOF 7091 /* confdefs.h. */ 6779 do : 6780 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default 6781 " 6782 if test "x$ac_cv_header_dlfcn_h" = x""yes; then : 6783 cat >>confdefs.h <<_ACEOF 6784 #define HAVE_DLFCN_H 1 7092 6785 _ACEOF 7093 cat confdefs.h >>conftest.$ac_ext7094 cat >>conftest.$ac_ext <<_ACEOF7095 /* end confdefs.h. */7096 $ac_includes_default7097 7098 #include <$ac_header>7099 _ACEOF7100 rm -f conftest.$ac_objext7101 if { (ac_try="$ac_compile"7102 case "(($ac_try" in7103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;7104 *) ac_try_echo=$ac_try;;7105 esac7106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""7107 $as_echo "$ac_try_echo") >&57108 (eval "$ac_compile") 2>conftest.er17109 ac_status=$?7110 grep -v '^ *+' conftest.er1 >conftest.err7111 rm -f conftest.er17112 cat conftest.err >&57113 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57114 (exit $ac_status); } && {7115 test -z "$ac_c_werror_flag" ||7116 test ! -s conftest.err7117 } && test -s conftest.$ac_objext; then7118 eval "$as_ac_Header=yes"7119 else7120 $as_echo "$as_me: failed program was:" >&57121 sed 's/^/| /' conftest.$ac_ext >&57122 7123 eval "$as_ac_Header=no"7124 fi7125 7126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext7127 fi7128 ac_res=`eval 'as_val=${'$as_ac_Header'}7129 $as_echo "$as_val"'`7130 { $as_echo "$as_me:$LINENO: result: $ac_res" >&57131 $as_echo "$ac_res" >&6; }7132 as_val=`eval 'as_val=${'$as_ac_Header'}7133 $as_echo "$as_val"'`7134 if test "x$as_val" = x""yes; then7135 cat >>confdefs.h <<_ACEOF7136 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 17137 _ACEOF7138 6786 7139 6787 fi … … 7154 6802 7155 6803 # Check whether --enable-shared was given. 7156 if test "${enable_shared+set}" = set; then 6804 if test "${enable_shared+set}" = set; then : 7157 6805 enableval=$enable_shared; p=${PACKAGE-default} 7158 6806 case $enableval in … … 7185 6833 7186 6834 # Check whether --enable-static was given. 7187 if test "${enable_static+set}" = set; then 6835 if test "${enable_static+set}" = set; then : 7188 6836 enableval=$enable_static; p=${PACKAGE-default} 7189 6837 case $enableval in … … 7217 6865 7218 6866 # Check whether --with-pic was given. 7219 if test "${with_pic+set}" = set; then 6867 if test "${with_pic+set}" = set; then : 7220 6868 withval=$with_pic; pic_mode="$withval" 7221 6869 else … … 7233 6881 7234 6882 # Check whether --enable-fast-install was given. 7235 if test "${enable_fast_install+set}" = set; then 6883 if test "${enable_fast_install+set}" = set; then : 7236 6884 enableval=$enable_fast_install; p=${PACKAGE-default} 7237 6885 case $enableval in … … 7314 6962 fi 7315 6963 7316 { $as_echo "$as_me:$ LINENO: checking for objdir" >&56964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 7317 6965 $as_echo_n "checking for objdir... " >&6; } 7318 if test "${lt_cv_objdir+set}" = set; then 6966 if test "${lt_cv_objdir+set}" = set; then : 7319 6967 $as_echo_n "(cached) " >&6 7320 6968 else … … 7329 6977 rmdir .libs 2>/dev/null 7330 6978 fi 7331 { $as_echo "$as_me:$ LINENO: result: $lt_cv_objdir" >&56979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 7332 6980 $as_echo "$lt_cv_objdir" >&6; } 7333 6981 objdir=$lt_cv_objdir … … 7422 7070 file_magic*) 7423 7071 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 7424 { $as_echo "$as_me:$ LINENO: checking for ${ac_tool_prefix}file" >&57072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 7425 7073 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } 7426 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 7074 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 7427 7075 $as_echo_n "(cached) " >&6 7428 7076 else … … 7475 7123 MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 7476 7124 if test -n "$MAGIC_CMD"; then 7477 { $as_echo "$as_me:$ LINENO: result: $MAGIC_CMD" >&57125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 7478 7126 $as_echo "$MAGIC_CMD" >&6; } 7479 7127 else 7480 { $as_echo "$as_me:$ LINENO: result: no" >&57128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7481 7129 $as_echo "no" >&6; } 7482 7130 fi … … 7488 7136 if test -z "$lt_cv_path_MAGIC_CMD"; then 7489 7137 if test -n "$ac_tool_prefix"; then 7490 { $as_echo "$as_me:$ LINENO: checking for file" >&57138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 7491 7139 $as_echo_n "checking for file... " >&6; } 7492 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 7140 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : 7493 7141 $as_echo_n "(cached) " >&6 7494 7142 else … … 7541 7189 MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 7542 7190 if test -n "$MAGIC_CMD"; then 7543 { $as_echo "$as_me:$ LINENO: result: $MAGIC_CMD" >&57191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 7544 7192 $as_echo "$MAGIC_CMD" >&6; } 7545 7193 else 7546 { $as_echo "$as_me:$ LINENO: result: no" >&57194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7547 7195 $as_echo "no" >&6; } 7548 7196 fi … … 7625 7273 lt_prog_compiler_no_builtin_flag=' -fno-builtin' 7626 7274 7627 { $as_echo "$as_me:$ LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&57275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 7628 7276 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } 7629 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then 7277 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : 7630 7278 $as_echo_n "(cached) " >&6 7631 7279 else … … 7643 7291 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7644 7292 -e 's:$: $lt_compiler_flag:'` 7645 (eval echo "\"\$as_me:7 645: $lt_compile\"" >&5)7293 (eval echo "\"\$as_me:7293: $lt_compile\"" >&5) 7646 7294 (eval "$lt_compile" 2>conftest.err) 7647 7295 ac_status=$? 7648 7296 cat conftest.err >&5 7649 echo "$as_me:7 649: \$? = $ac_status" >&57297 echo "$as_me:7297: \$? = $ac_status" >&5 7650 7298 if (exit $ac_status) && test -s "$ac_outfile"; then 7651 7299 # The compiler can only warn and ignore the option if not recognized … … 7660 7308 7661 7309 fi 7662 { $as_echo "$as_me:$ LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&57310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 7663 7311 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } 7664 7312 … … 7680 7328 lt_prog_compiler_static= 7681 7329 7682 { $as_echo "$as_me:$ LINENO: checking for $compiler option to produce PIC" >&57330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 7683 7331 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } 7684 7332 … … 7952 7600 ;; 7953 7601 esac 7954 { $as_echo "$as_me:$ LINENO: result: $lt_prog_compiler_pic" >&57602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5 7955 7603 $as_echo "$lt_prog_compiler_pic" >&6; } 7956 7604 … … 7964 7612 # 7965 7613 if test -n "$lt_prog_compiler_pic"; then 7966 { $as_echo "$as_me:$ LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&57614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 7967 7615 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } 7968 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then 7616 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : 7969 7617 $as_echo_n "(cached) " >&6 7970 7618 else … … 7982 7630 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7983 7631 -e 's:$: $lt_compiler_flag:'` 7984 (eval echo "\"\$as_me:7 984: $lt_compile\"" >&5)7632 (eval echo "\"\$as_me:7632: $lt_compile\"" >&5) 7985 7633 (eval "$lt_compile" 2>conftest.err) 7986 7634 ac_status=$? 7987 7635 cat conftest.err >&5 7988 echo "$as_me:7 988: \$? = $ac_status" >&57636 echo "$as_me:7636: \$? = $ac_status" >&5 7989 7637 if (exit $ac_status) && test -s "$ac_outfile"; then 7990 7638 # The compiler can only warn and ignore the option if not recognized … … 7999 7647 8000 7648 fi 8001 { $as_echo "$as_me:$ LINENO: result: $lt_cv_prog_compiler_pic_works" >&57649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 8002 7650 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } 8003 7651 … … 8023 7671 # 8024 7672 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" 8025 { $as_echo "$as_me:$ LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&57673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 8026 7674 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 8027 if test "${lt_cv_prog_compiler_static_works+set}" = set; then 7675 if test "${lt_cv_prog_compiler_static_works+set}" = set; then : 8028 7676 $as_echo_n "(cached) " >&6 8029 7677 else … … 8051 7699 8052 7700 fi 8053 { $as_echo "$as_me:$ LINENO: result: $lt_cv_prog_compiler_static_works" >&57701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 8054 7702 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } 8055 7703 … … 8066 7714 8067 7715 8068 { $as_echo "$as_me:$ LINENO: checking if $compiler supports -c -o file.$ac_objext" >&57716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 8069 7717 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 8070 if test "${lt_cv_prog_compiler_c_o+set}" = set; then 7718 if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 8071 7719 $as_echo_n "(cached) " >&6 8072 7720 else … … 8087 7735 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8088 7736 -e 's:$: $lt_compiler_flag:'` 8089 (eval echo "\"\$as_me: 8089: $lt_compile\"" >&5)7737 (eval echo "\"\$as_me:7737: $lt_compile\"" >&5) 8090 7738 (eval "$lt_compile" 2>out/conftest.err) 8091 7739 ac_status=$? 8092 7740 cat out/conftest.err >&5 8093 echo "$as_me: 8093: \$? = $ac_status" >&57741 echo "$as_me:7741: \$? = $ac_status" >&5 8094 7742 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8095 7743 then … … 8113 7761 8114 7762 fi 8115 { $as_echo "$as_me:$ LINENO: result: $lt_cv_prog_compiler_c_o" >&57763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 8116 7764 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } 8117 7765 … … 8121 7769 8122 7770 8123 { $as_echo "$as_me:$ LINENO: checking if $compiler supports -c -o file.$ac_objext" >&57771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 8124 7772 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 8125 if test "${lt_cv_prog_compiler_c_o+set}" = set; then 7773 if test "${lt_cv_prog_compiler_c_o+set}" = set; then : 8126 7774 $as_echo_n "(cached) " >&6 8127 7775 else … … 8142 7790 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8143 7791 -e 's:$: $lt_compiler_flag:'` 8144 (eval echo "\"\$as_me: 8144: $lt_compile\"" >&5)7792 (eval echo "\"\$as_me:7792: $lt_compile\"" >&5) 8145 7793 (eval "$lt_compile" 2>out/conftest.err) 8146 7794 ac_status=$? 8147 7795 cat out/conftest.err >&5 8148 echo "$as_me: 8148: \$? = $ac_status" >&57796 echo "$as_me:7796: \$? = $ac_status" >&5 8149 7797 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8150 7798 then … … 8168 7816 8169 7817 fi 8170 { $as_echo "$as_me:$ LINENO: result: $lt_cv_prog_compiler_c_o" >&57818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 8171 7819 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } 8172 7820 … … 8177 7825 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then 8178 7826 # do not overwrite the value of need_locks provided by the user 8179 { $as_echo "$as_me:$ LINENO: checking if we can lock with hard links" >&57827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 8180 7828 $as_echo_n "checking if we can lock with hard links... " >&6; } 8181 7829 hard_links=yes … … 8185 7833 ln conftest.a conftest.b 2>&5 || hard_links=no 8186 7834 ln conftest.a conftest.b 2>/dev/null && hard_links=no 8187 { $as_echo "$as_me:$ LINENO: result: $hard_links" >&57835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 8188 7836 $as_echo "$hard_links" >&6; } 8189 7837 if test "$hard_links" = no; then 8190 { $as_echo "$as_me:$ LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&57838 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 8191 7839 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 8192 7840 need_locks=warn … … 8201 7849 8202 7850 8203 { $as_echo "$as_me:$ LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&57851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 8204 7852 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } 8205 7853 … … 8260 7908 openbsd*) 8261 7909 with_gnu_ld=no 7910 ;; 7911 linux* | k*bsd*-gnu) 7912 link_all_deplibs=no 8262 7913 ;; 8263 7914 esac … … 8644 8295 # Determine the default libpath from the value encoded in an 8645 8296 # empty executable. 8646 cat >conftest.$ac_ext <<_ACEOF 8647 /* confdefs.h. */ 8648 _ACEOF 8649 cat confdefs.h >>conftest.$ac_ext 8650 cat >>conftest.$ac_ext <<_ACEOF 8297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8651 8298 /* end confdefs.h. */ 8652 8299 … … 8659 8306 } 8660 8307 _ACEOF 8661 rm -f conftest.$ac_objext conftest$ac_exeext 8662 if { (ac_try="$ac_link" 8663 case "(($ac_try" in 8664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8665 *) ac_try_echo=$ac_try;; 8666 esac 8667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8668 $as_echo "$ac_try_echo") >&5 8669 (eval "$ac_link") 2>conftest.er1 8670 ac_status=$? 8671 grep -v '^ *+' conftest.er1 >conftest.err 8672 rm -f conftest.er1 8673 cat conftest.err >&5 8674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8675 (exit $ac_status); } && { 8676 test -z "$ac_c_werror_flag" || 8677 test ! -s conftest.err 8678 } && test -s conftest$ac_exeext && { 8679 test "$cross_compiling" = yes || 8680 $as_test_x conftest$ac_exeext 8681 }; then 8308 if ac_fn_c_try_link "$LINENO"; then : 8682 8309 8683 8310 lt_aix_libpath_sed=' … … 8693 8320 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` 8694 8321 fi 8695 else 8696 $as_echo "$as_me: failed program was:" >&5 8697 sed 's/^/| /' conftest.$ac_ext >&5 8698 8699 8700 fi 8701 8702 rm -rf conftest.dSYM 8703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8704 conftest$ac_exeext conftest.$ac_ext 8322 fi 8323 rm -f core conftest.err conftest.$ac_objext \ 8324 conftest$ac_exeext conftest.$ac_ext 8705 8325 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 8706 8326 … … 8715 8335 # Determine the default libpath from the value encoded in an 8716 8336 # empty executable. 8717 cat >conftest.$ac_ext <<_ACEOF 8718 /* confdefs.h. */ 8719 _ACEOF 8720 cat confdefs.h >>conftest.$ac_ext 8721 cat >>conftest.$ac_ext <<_ACEOF 8337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8722 8338 /* end confdefs.h. */ 8723 8339 … … 8730 8346 } 8731 8347 _ACEOF 8732 rm -f conftest.$ac_objext conftest$ac_exeext 8733 if { (ac_try="$ac_link" 8734 case "(($ac_try" in 8735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8736 *) ac_try_echo=$ac_try;; 8737 esac 8738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8739 $as_echo "$ac_try_echo") >&5 8740 (eval "$ac_link") 2>conftest.er1 8741 ac_status=$? 8742 grep -v '^ *+' conftest.er1 >conftest.err 8743 rm -f conftest.er1 8744 cat conftest.err >&5 8745 $as_echo