Changeset 3472
- Timestamp:
- Mar 8, 2013 1:09:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r3416 r3472 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 9for Rappture 1.2.3 # Generated by GNU Autoconf 2.63 for Rappture 1.2. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. 6 6 # 7 # 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 9 # 10 # 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 11 9 # This configure script is free software; the Free Software Foundation 12 10 # gives unlimited permission to copy, distribute and modify it. 13 ## -------------------- ##14 ## M4sh Initialization. ##15 ## -------------------- ##11 ## --------------------- ## 12 ## M4sh Initialization. ## 13 ## --------------------- ## 16 14 17 15 # Be more Bourne compatible 18 16 DUALCASE=1; export DUALCASE # for MKS sh 19 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 20 18 emulate sh 21 19 NULLCMD=: … … 25 23 setopt NO_GLOB_SUBST 26 24 else 27 case `(set -o) 2>/dev/null` in #( 28 *posix*) : 29 set -o posix ;; #( 30 *) : 31 ;; 32 esac 33 fi 34 25 case `(set -o) 2>/dev/null` in 26 *posix*) set -o posix ;; 27 esac 28 29 fi 30 31 32 33 34 # PATH needs CR 35 # Avoid depending upon Character Ranges. 36 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 39 as_cr_digits='0123456789' 40 as_cr_alnum=$as_cr_Letters$as_cr_digits 35 41 36 42 as_nl=' … … 41 47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 42 48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 43 # Prefer a ksh shell builtin over an external printf program on Solaris, 44 # but without wasting forks for bash or zsh. 45 if test -z "$BASH_VERSION$ZSH_VERSION" \ 46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 47 as_echo='print -r --' 48 as_echo_n='print -rn --' 49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 50 50 as_echo='printf %s\n' 51 51 as_echo_n='printf %s' … … 58 58 as_echo_n_body='eval 59 59 arg=$1; 60 case $arg in #(60 case $arg in 61 61 *"$as_nl"*) 62 62 expr "X$arg" : "X\\(.*\\)$as_nl"; … … 81 81 fi 82 82 83 # Support unset when possible. 84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 85 as_unset=unset 86 else 87 as_unset=false 88 fi 89 83 90 84 91 # IFS … … 90 97 91 98 # Find who we are. Look in the path if we contain no directory separator. 92 as_myself= 93 case $0 in #(( 99 case $0 in 94 100 *[\\/]* ) as_myself=$0 ;; 95 101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 98 104 IFS=$as_save_IFS 99 105 test -z "$as_dir" && as_dir=. 100 101 106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 107 done 102 108 IFS=$as_save_IFS 103 109 … … 111 117 if test ! -f "$as_myself"; then 112 118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 113 exit 1 114 fi 115 116 # Unset variables that we do not need and which cause bugs (e.g. in 117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 118 # suppresses any "Segmentation fault" message there. '((' could 119 # trigger a bug in pdksh 5.2.14. 120 for as_var in BASH_ENV ENV MAIL MAILPATH 121 do eval test x\${$as_var+set} = xset \ 122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 119 { (exit 1); exit 1; } 120 fi 121 122 # Work around bugs in pre-3.0 UWIN ksh. 123 for as_var in ENV MAIL MAILPATH 124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 123 125 done 124 126 PS1='$ ' … … 132 134 export LANGUAGE 133 135 134 # CDPATH. 135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 136 137 # Use a proper internal environment variable to ensure we don't fall 138 # into an infinite loop, continuously re-executing ourselves. 139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 140 _as_can_reexec=no; export _as_can_reexec; 141 # We cannot yet assume a decent shell, so we have to provide a 142 # neutralization value for shells without unset; and this also 143 # works around shells that cannot unset nonexistent variables. 144 # Preserve -v and -x to the replacement shell. 145 BASH_ENV=/dev/null 146 ENV=/dev/null 147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 148 case $- in # (((( 149 *v*x* | *x*v* ) as_opts=-vx ;; 150 *v* ) as_opts=-v ;; 151 *x* ) as_opts=-x ;; 152 * ) as_opts= ;; 153 esac 154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 155 # Admittedly, this is quite paranoid, since all the known shells bail 156 # out after a failed `exec'. 157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 158 as_fn_exit 255 159 fi 160 # We don't want this to propagate to other subprocesses. 161 { _as_can_reexec=; unset _as_can_reexec;} 162 if test "x$CONFIG_SHELL" = x; then 163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 164 emulate sh 165 NULLCMD=: 166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 167 # is contrary to our usage. Disable this feature. 168 alias -g '\${1+\"\$@\"}'='\"\$@\"' 169 setopt NO_GLOB_SUBST 170 else 171 case \`(set -o) 2>/dev/null\` in #( 172 *posix*) : 173 set -o posix ;; #( 174 *) : 175 ;; 176 esac 177 fi 178 " 179 as_required="as_fn_return () { (exit \$1); } 180 as_fn_success () { as_fn_return 0; } 181 as_fn_failure () { as_fn_return 1; } 182 as_fn_ret_success () { return 0; } 183 as_fn_ret_failure () { return 1; } 184 185 exitcode=0 186 as_fn_success || { exitcode=1; echo as_fn_success failed.; } 187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 191 192 else 193 exitcode=1; echo positional parameters were not saved. 194 fi 195 test x\$exitcode = x0 || exit 1 196 test -x / || exit 1" 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 201 test \$(( 1 + 1 )) = 2 || exit 1" 202 if (eval "$as_required") 2>/dev/null; then : 203 as_have_required=yes 204 else 205 as_have_required=no 206 fi 207 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 208 209 else 210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 211 as_found=false 212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 213 do 214 IFS=$as_save_IFS 215 test -z "$as_dir" && as_dir=. 216 as_found=: 217 case $as_dir in #( 218 /*) 219 for as_base in sh bash ksh sh5; do 220 # Try only shells that exist, to save several forks. 221 as_shell=$as_dir/$as_base 222 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 223 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 224 CONFIG_SHELL=$as_shell as_have_required=yes 225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : 226 break 2 227 fi 228 fi 229 done;; 230 esac 231 as_found=false 232 done 233 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 234 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 235 CONFIG_SHELL=$SHELL as_have_required=yes 236 fi; } 237 IFS=$as_save_IFS 238 239 240 if test "x$CONFIG_SHELL" != x; then : 241 export CONFIG_SHELL 242 # We cannot yet assume a decent shell, so we have to provide a 243 # neutralization value for shells without unset; and this also 244 # works around shells that cannot unset nonexistent variables. 245 # Preserve -v and -x to the replacement shell. 246 BASH_ENV=/dev/null 247 ENV=/dev/null 248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 249 case $- in # (((( 250 *v*x* | *x*v* ) as_opts=-vx ;; 251 *v* ) as_opts=-v ;; 252 *x* ) as_opts=-x ;; 253 * ) as_opts= ;; 254 esac 255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 256 # Admittedly, this is quite paranoid, since all the known shells bail 257 # out after a failed `exec'. 258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 259 exit 255 260 fi 261 262 if test x$as_have_required = xno; then : 263 $as_echo "$0: This script requires a shell more modern than all" 264 $as_echo "$0: the shells that I found on your system." 265 if test x${ZSH_VERSION+set} = xset ; then 266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 267 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 268 else 269 $as_echo "$0: Please tell bug-autoconf@gnu.org and 270 $0: rappture@nanohub.org about your system, including any 271 $0: error possibly output before this message. Then install 272 $0: a modern shell, or manually run the script under such a 273 $0: shell if you do have one." 274 fi 275 exit 1 276 fi 277 fi 278 fi 279 SHELL=${CONFIG_SHELL-/bin/sh} 280 export SHELL 281 # Unset more variables known to interfere with behavior of common tools. 282 CLICOLOR_FORCE= GREP_OPTIONS= 283 unset CLICOLOR_FORCE GREP_OPTIONS 284 285 ## --------------------- ## 286 ## M4sh Shell Functions. ## 287 ## --------------------- ## 288 # as_fn_unset VAR 289 # --------------- 290 # Portably unset VAR. 291 as_fn_unset () 292 { 293 { eval $1=; unset $1;} 294 } 295 as_unset=as_fn_unset 296 297 # as_fn_set_status STATUS 298 # ----------------------- 299 # Set $? to STATUS, without forking. 300 as_fn_set_status () 301 { 302 return $1 303 } # as_fn_set_status 304 305 # as_fn_exit STATUS 306 # ----------------- 307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 308 as_fn_exit () 309 { 310 set +e 311 as_fn_set_status $1 312 exit $1 313 } # as_fn_exit 314 315 # as_fn_mkdir_p 316 # ------------- 317 # Create "$as_dir" as a directory, including parents if necessary. 318 as_fn_mkdir_p () 319 { 320 321 case $as_dir in #( 322 -*) as_dir=./$as_dir;; 323 esac 324 test -d "$as_dir" || eval $as_mkdir_p || { 325 as_dirs= 326 while :; do 327 case $as_dir in #( 328 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 329 *) as_qdir=$as_dir;; 330 esac 331 as_dirs="'$as_qdir' $as_dirs" 332 as_dir=`$as_dirname -- "$as_dir" || 333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 334 X"$as_dir" : 'X\(//\)[^/]' \| \ 335 X"$as_dir" : 'X\(//\)$' \| \ 336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 337 $as_echo X"$as_dir" | 338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 339 s//\1/ 340 q 341 } 342 /^X\(\/\/\)[^/].*/{ 343 s//\1/ 344 q 345 } 346 /^X\(\/\/\)$/{ 347 s//\1/ 348 q 349 } 350 /^X\(\/\).*/{ 351 s//\1/ 352 q 353 } 354 s/.*/./; q'` 355 test -d "$as_dir" && break 356 done 357 test -z "$as_dirs" || eval "mkdir $as_dirs" 358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 359 360 361 } # as_fn_mkdir_p 362 363 # as_fn_executable_p FILE 364 # ----------------------- 365 # Test if FILE is an executable regular file. 366 as_fn_executable_p () 367 { 368 test -f "$1" && test -x "$1" 369 } # as_fn_executable_p 370 # as_fn_append VAR VALUE 371 # ---------------------- 372 # Append the text in VALUE to the end of the definition contained in VAR. Take 373 # advantage of any shell optimizations that allow amortized linear growth over 374 # repeated appends, instead of the typical quadratic growth present in naive 375 # implementations. 376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 377 eval 'as_fn_append () 378 { 379 eval $1+=\$2 380 }' 381 else 382 as_fn_append () 383 { 384 eval $1=\$$1\$2 385 } 386 fi # as_fn_append 387 388 # as_fn_arith ARG... 389 # ------------------ 390 # Perform arithmetic evaluation on the ARGs, and store the result in the 391 # global $as_val. Take advantage of shells that can avoid forks. The arguments 392 # must be portable across $(()) and expr. 393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 394 eval 'as_fn_arith () 395 { 396 as_val=$(( $* )) 397 }' 398 else 399 as_fn_arith () 400 { 401 as_val=`expr "$@" || test $? -eq 1` 402 } 403 fi # as_fn_arith 404 405 406 # as_fn_error STATUS ERROR [LINENO LOG_FD] 407 # ---------------------------------------- 408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 410 # script with STATUS, using 1 if that was 0. 411 as_fn_error () 412 { 413 as_status=$1; test $as_status -eq 0 && as_status=1 414 if test "$4"; then 415 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 417 fi 418 $as_echo "$as_me: error: $2" >&2 419 as_fn_exit $as_status 420 } # as_fn_error 421 136 # Required to use basename. 422 137 if expr a : '\(a\)' >/dev/null 2>&1 && 423 138 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 433 148 fi 434 149 435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 436 as_dirname=dirname 437 else 438 as_dirname=false 439 fi 440 150 151 # Name of the executable. 441 152 as_me=`$as_basename -- "$0" || 442 153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ … … 458 169 s/.*/./; q'` 459 170 460 # Avoid depending upon Character Ranges. 461 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 462 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 463 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 464 as_cr_digits='0123456789' 465 as_cr_alnum=$as_cr_Letters$as_cr_digits 466 467 468 as_lineno_1=$LINENO as_lineno_1a=$LINENO 469 as_lineno_2=$LINENO as_lineno_2a=$LINENO 470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 171 # CDPATH. 172 $as_unset CDPATH 173 174 175 if test "x$CONFIG_SHELL" = x; then 176 if (eval ":") 2>/dev/null; then 177 as_have_required=yes 178 else 179 as_have_required=no 180 fi 181 182 if test $as_have_required = yes && (eval ": 183 (as_func_return () { 184 (exit \$1) 185 } 186 as_func_success () { 187 as_func_return 0 188 } 189 as_func_failure () { 190 as_func_return 1 191 } 192 as_func_ret_success () { 193 return 0 194 } 195 as_func_ret_failure () { 196 return 1 197 } 198 199 exitcode=0 200 if as_func_success; then 201 : 202 else 203 exitcode=1 204 echo as_func_success failed. 205 fi 206 207 if as_func_failure; then 208 exitcode=1 209 echo as_func_failure succeeded. 210 fi 211 212 if as_func_ret_success; then 213 : 214 else 215 exitcode=1 216 echo as_func_ret_success failed. 217 fi 218 219 if as_func_ret_failure; then 220 exitcode=1 221 echo as_func_ret_failure succeeded. 222 fi 223 224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 225 : 226 else 227 exitcode=1 228 echo positional parameters were not saved. 229 fi 230 231 test \$exitcode = 0) || { (exit 1); exit 1; } 232 233 ( 234 as_lineno_1=\$LINENO 235 as_lineno_2=\$LINENO 236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 238 ") 2> /dev/null; then 239 : 240 else 241 as_candidate_shells= 242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 244 do 245 IFS=$as_save_IFS 246 test -z "$as_dir" && as_dir=. 247 case $as_dir in 248 /*) 249 for as_base in sh bash ksh sh5; do 250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 251 done;; 252 esac 253 done 254 IFS=$as_save_IFS 255 256 257 for as_shell in $as_candidate_shells $SHELL; do 258 # Try only shells that exist, to save several forks. 259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 260 { ("$as_shell") 2> /dev/null <<\_ASEOF 261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 262 emulate sh 263 NULLCMD=: 264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 265 # is contrary to our usage. Disable this feature. 266 alias -g '${1+"$@"}'='"$@"' 267 setopt NO_GLOB_SUBST 268 else 269 case `(set -o) 2>/dev/null` in 270 *posix*) set -o posix ;; 271 esac 272 273 fi 274 275 276 : 277 _ASEOF 278 }; then 279 CONFIG_SHELL=$as_shell 280 as_have_required=yes 281 if { "$as_shell" 2> /dev/null <<\_ASEOF 282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 283 emulate sh 284 NULLCMD=: 285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 286 # is contrary to our usage. Disable this feature. 287 alias -g '${1+"$@"}'='"$@"' 288 setopt NO_GLOB_SUBST 289 else 290 case `(set -o) 2>/dev/null` in 291 *posix*) set -o posix ;; 292 esac 293 294 fi 295 296 297 : 298 (as_func_return () { 299 (exit $1) 300 } 301 as_func_success () { 302 as_func_return 0 303 } 304 as_func_failure () { 305 as_func_return 1 306 } 307 as_func_ret_success () { 308 return 0 309 } 310 as_func_ret_failure () { 311 return 1 312 } 313 314 exitcode=0 315 if as_func_success; then 316 : 317 else 318 exitcode=1 319 echo as_func_success failed. 320 fi 321 322 if as_func_failure; then 323 exitcode=1 324 echo as_func_failure succeeded. 325 fi 326 327 if as_func_ret_success; then 328 : 329 else 330 exitcode=1 331 echo as_func_ret_success failed. 332 fi 333 334 if as_func_ret_failure; then 335 exitcode=1 336 echo as_func_ret_failure succeeded. 337 fi 338 339 if ( set x; as_func_ret_success y && test x = "$1" ); then 340 : 341 else 342 exitcode=1 343 echo positional parameters were not saved. 344 fi 345 346 test $exitcode = 0) || { (exit 1); exit 1; } 347 348 ( 349 as_lineno_1=$LINENO 350 as_lineno_2=$LINENO 351 test "x$as_lineno_1" != "x$as_lineno_2" && 352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 353 354 _ASEOF 355 }; then 356 break 357 fi 358 359 fi 360 361 done 362 363 if test "x$CONFIG_SHELL" != x; then 364 for as_var in BASH_ENV ENV 365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 366 done 367 export CONFIG_SHELL 368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 369 fi 370 371 372 if test $as_have_required = no; then 373 echo This script requires a shell more modern than all the 374 echo shells that I found on your system. Please install a 375 echo modern shell, or manually run the script under such a 376 echo shell if you do have one. 377 { (exit 1); exit 1; } 378 fi 379 380 381 fi 382 383 fi 384 385 386 387 (eval "as_func_return () { 388 (exit \$1) 389 } 390 as_func_success () { 391 as_func_return 0 392 } 393 as_func_failure () { 394 as_func_return 1 395 } 396 as_func_ret_success () { 397 return 0 398 } 399 as_func_ret_failure () { 400 return 1 401 } 402 403 exitcode=0 404 if as_func_success; then 405 : 406 else 407 exitcode=1 408 echo as_func_success failed. 409 fi 410 411 if as_func_failure; then 412 exitcode=1 413 echo as_func_failure succeeded. 414 fi 415 416 if as_func_ret_success; then 417 : 418 else 419 exitcode=1 420 echo as_func_ret_success failed. 421 fi 422 423 if as_func_ret_failure; then 424 exitcode=1 425 echo as_func_ret_failure succeeded. 426 fi 427 428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 429 : 430 else 431 exitcode=1 432 echo positional parameters were not saved. 433 fi 434 435 test \$exitcode = 0") || { 436 echo No shell found that supports shell functions. 437 echo Please tell bug-autoconf@gnu.org about your system, 438 echo including any error possibly output before this message. 439 echo This can help us improve future autoconf versions. 440 echo Configuration will now proceed without shell functions. 441 } 442 443 444 445 as_lineno_1=$LINENO 446 as_lineno_2=$LINENO 447 test "x$as_lineno_1" != "x$as_lineno_2" && 448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 449 450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 451 # uniformly replaced by the line number. The first 'sed' inserts a 452 # line-number line after each line using $LINENO; the second 'sed' 453 # does the real work. The second script uses 'N' to pair each 454 # line-number line with the line containing $LINENO, and appends 455 # trailing '-' during substitution so that $LINENO is not a special 456 # case at line end. 457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 458 # scripts with optimization help from Paolo Bonzini. Blame Lee 459 # E. McMahon (1931-1989) for sed's syntax. :-) 473 460 sed -n ' 474 461 p … … 487 474 ' >$as_me.lineno && 488 475 chmod +x "$as_me.lineno" || 489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 490 491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 492 # already done that, so ensure we don't try to do so again and fall 493 # in an infinite loop. This has already happened in practice. 494 _as_can_reexec=no; export _as_can_reexec 476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 477 { (exit 1); exit 1; }; } 478 495 479 # Don't try to exec as it changes $[0], causing all sort of problems 496 480 # (the dirname of $[0] is not the place where we might find the … … 501 485 } 502 486 487 488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 489 as_dirname=dirname 490 else 491 as_dirname=false 492 fi 493 503 494 ECHO_C= ECHO_N= ECHO_T= 504 case `echo -n x` in #(((((495 case `echo -n x` in 505 496 -n*) 506 case `echo 'x y\c'` in497 case `echo 'x\c'` in 507 498 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 508 xy) ECHO_C='\c';; 509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 510 ECHO_T=' ';; 499 *) ECHO_C='\c';; 511 500 esac;; 512 501 *) 513 502 ECHO_N='-n';; 514 503 esac 504 if expr a : '\(a\)' >/dev/null 2>&1 && 505 test "X`expr 00001 : '.*\(...\)'`" = X001; then 506 as_expr=expr 507 else 508 as_expr=false 509 fi 515 510 516 511 rm -f conf$$ conf$$.exe conf$$.file … … 527 522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 528 523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 529 # In both cases, we have to default to `cp -p R'.524 # In both cases, we have to default to `cp -p'. 530 525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 531 as_ln_s='cp -p R'526 as_ln_s='cp -p' 532 527 elif ln conf$$.file conf$$ 2>/dev/null; then 533 528 as_ln_s=ln 534 529 else 535 as_ln_s='cp -p R'530 as_ln_s='cp -p' 536 531 fi 537 532 else 538 as_ln_s='cp -p R'533 as_ln_s='cp -p' 539 534 fi 540 535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 542 537 543 538 if mkdir -p . 2>/dev/null; then 544 as_mkdir_p= 'mkdir -p "$as_dir"'539 as_mkdir_p=: 545 540 else 546 541 test -d ./-p && rmdir ./-p … … 548 543 fi 549 544 550 as_test_x='test -x' 551 as_executable_p=as_fn_executable_p 545 if test -x / >/dev/null 2>&1; then 546 as_test_x='test -x' 547 else 548 if ls -dL / >/dev/null 2>&1; then 549 as_ls_L_option=L 550 else 551 as_ls_L_option= 552 fi 553 as_test_x=' 554 eval sh -c '\'' 555 if test -d "$1"; then 556 test -d "$1/."; 557 else 558 case $1 in 559 -*)set "./$1";; 560 esac; 561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 562 ???[sx]*):;;*)false;;esac;fi 563 '\'' sh 564 ' 565 fi 566 as_executable_p=$as_test_x 552 567 553 568 # Sed expression to map a string onto a valid CPP name. … … 558 573 559 574 560 test -n "$DJDIR" || exec 7<&0 </dev/null 561 exec 6>&1575 576 exec 7<&0 </dev/null 6>&1 562 577 563 578 # Name of the host. 564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 565 580 # so uname gets run too. 566 581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` … … 577 592 MFLAGS= 578 593 MAKEFLAGS= 594 SHELL=${CONFIG_SHELL-/bin/sh} 579 595 580 596 # Identity of this package. … … 584 600 PACKAGE_STRING='Rappture 1.2' 585 601 PACKAGE_BUGREPORT='rappture@nanohub.org' 586 PACKAGE_URL=''587 602 588 603 # Factoring default headers for most tests. … … 787 802 prefix 788 803 exec_prefix 789 PACKAGE_URL790 804 PACKAGE_BUGREPORT 791 805 PACKAGE_STRING … … 896 910 897 911 case $ac_option in 898 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 899 *=) ac_optarg= ;; 900 *) ac_optarg=yes ;; 912 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 913 *) ac_optarg=yes ;; 901 914 esac 902 915 … … 943 956 # Reject names that are not valid shell variable names. 944 957 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 945 as_fn_error $? "invalid feature name: $ac_useropt" 958 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 959 { (exit 1); exit 1; }; } 946 960 ac_useropt_orig=$ac_useropt 947 961 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 969 983 # Reject names that are not valid shell variable names. 970 984 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 971 as_fn_error $? "invalid feature name: $ac_useropt" 985 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 986 { (exit 1); exit 1; }; } 972 987 ac_useropt_orig=$ac_useropt 973 988 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1173 1188 # Reject names that are not valid shell variable names. 1174 1189 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1175 as_fn_error $? "invalid package name: $ac_useropt" 1190 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1191 { (exit 1); exit 1; }; } 1176 1192 ac_useropt_orig=$ac_useropt 1177 1193 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1189 1205 # Reject names that are not valid shell variable names. 1190 1206 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1191 as_fn_error $? "invalid package name: $ac_useropt" 1207 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1208 { (exit 1); exit 1; }; } 1192 1209 ac_useropt_orig=$ac_useropt 1193 1210 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1219 1236 x_libraries=$ac_optarg ;; 1220 1237 1221 -*) as_fn_error $? "unrecognized option: \`$ac_option' 1222 Try \`$0 --help' for more information" 1238 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1239 Try \`$0 --help' for more information." >&2 1240 { (exit 1); exit 1; }; } 1223 1241 ;; 1224 1242 … … 1226 1244 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1227 1245 # Reject names that are not valid shell variable names. 1228 case $ac_envvar in #( 1229 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1230 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; 1231 esac 1246 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1247 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1248 { (exit 1); exit 1; }; } 1232 1249 eval $ac_envvar=\$ac_optarg 1233 1250 export $ac_envvar ;; … … 1238 1255 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1239 1256 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1240 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"1257 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1241 1258 ;; 1242 1259 … … 1246 1263 if test -n "$ac_prev"; then 1247 1264 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1248 as_fn_error $? "missing argument to $ac_option" 1265 { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1266 { (exit 1); exit 1; }; } 1249 1267 fi 1250 1268 … … 1252 1270 case $enable_option_checking in 1253 1271 no) ;; 1254 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 1272 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 1273 { (exit 1); exit 1; }; } ;; 1255 1274 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1256 1275 esac … … 1275 1294 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1276 1295 esac 1277 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1296 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1297 { (exit 1); exit 1; }; } 1278 1298 done 1279 1299 … … 1289 1309 if test "x$build_alias" = x; then 1290 1310 cross_compiling=maybe 1311 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1312 If a cross compiler is detected then cross compile mode will be used." >&2 1291 1313 elif test "x$build_alias" != "x$host_alias"; then 1292 1314 cross_compiling=yes … … 1303 1325 ac_ls_di=`ls -di .` && 1304 1326 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1305 as_fn_error $? "working directory cannot be determined" 1327 { $as_echo "$as_me: error: working directory cannot be determined" >&2 1328 { (exit 1); exit 1; }; } 1306 1329 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1307 as_fn_error $? "pwd does not report name of working directory" 1330 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1331 { (exit 1); exit 1; }; } 1308 1332 1309 1333 … … 1344 1368 if test ! -r "$srcdir/$ac_unique_file"; then 1345 1369 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1346 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1370 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1371 { (exit 1); exit 1; }; } 1347 1372 fi 1348 1373 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1349 1374 ac_abs_confdir=`( 1350 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 1375 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1376 { (exit 1); exit 1; }; } 1351 1377 pwd)` 1352 1378 # When building in place, set srcdir=. … … 1388 1414 --help=recursive display the short help of all the included packages 1389 1415 -V, --version display version information and exit 1390 -q, --quiet, --silent do not print \`checking 1416 -q, --quiet, --silent do not print \`checking...' messages 1391 1417 --cache-file=FILE cache test results in FILE [disabled] 1392 1418 -C, --config-cache alias for \`--cache-file=config.cache' … … 1476 1502 nonstandard directory <lib dir> 1477 1503 LIBS libraries to pass to the linker, e.g. -l<library> 1478 CPPFLAGS (Objective) C/C++preprocessor flags, e.g. -I<include dir> if1504 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1479 1505 you have headers in a nonstandard directory <include dir> 1480 1506 CXX C++ compiler command … … 1552 1578 cat <<\_ACEOF 1553 1579 Rappture configure 1.2 1554 generated by GNU Autoconf 2.69 1555 1556 Copyright (C) 2012 Free Software Foundation, Inc. 1580 generated by GNU Autoconf 2.63 1581 1582 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1583 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1557 1584 This configure script is free software; the Free Software Foundation 1558 1585 gives unlimited permission to copy, distribute and modify it. … … 1560 1587 exit 1561 1588 fi 1562 1563 ## ------------------------ ##1564 ## Autoconf initialization. ##1565 ## ------------------------ ##1566 1567 # ac_fn_c_try_compile LINENO1568 # --------------------------1569 # Try to compile conftest.$ac_ext, and return whether this succeeded.1570 ac_fn_c_try_compile ()1571 {1572 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1573 rm -f conftest.$ac_objext1574 if { { ac_try="$ac_compile"1575 case "(($ac_try" in1576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1577 *) ac_try_echo=$ac_try;;1578 esac1579 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1580 $as_echo "$ac_try_echo"; } >&51581 (eval "$ac_compile") 2>conftest.err1582 ac_status=$?1583 if test -s conftest.err; then1584 grep -v '^ *+' conftest.err >conftest.er11585 cat conftest.er1 >&51586 mv -f conftest.er1 conftest.err1587 fi1588 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51589 test $ac_status = 0; } && {1590 test -z "$ac_c_werror_flag" ||1591 test ! -s conftest.err1592 } && test -s conftest.$ac_objext; then :1593 ac_retval=01594 else1595 $as_echo "$as_me: failed program was:" >&51596 sed 's/^/| /' conftest.$ac_ext >&51597 1598 ac_retval=11599 fi1600 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1601 as_fn_set_status $ac_retval1602 1603 } # ac_fn_c_try_compile1604 1605 # ac_fn_cxx_try_compile LINENO1606 # ----------------------------1607 # Try to compile conftest.$ac_ext, and return whether this succeeded.1608 ac_fn_cxx_try_compile ()1609 {1610 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1611 rm -f conftest.$ac_objext1612 if { { ac_try="$ac_compile"1613 case "(($ac_try" in1614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1615 *) ac_try_echo=$ac_try;;1616 esac1617 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1618 $as_echo "$ac_try_echo"; } >&51619 (eval "$ac_compile") 2>conftest.err1620 ac_status=$?1621 if test -s conftest.err; then1622 grep -v '^ *+' conftest.err >conftest.er11623 cat conftest.er1 >&51624 mv -f conftest.er1 conftest.err1625 fi1626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51627 test $ac_status = 0; } && {1628 test -z "$ac_cxx_werror_flag" ||1629 test ! -s conftest.err1630 } && test -s conftest.$ac_objext; then :1631 ac_retval=01632 else1633 $as_echo "$as_me: failed program was:" >&51634 sed 's/^/| /' conftest.$ac_ext >&51635 1636 ac_retval=11637 fi1638 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1639 as_fn_set_status $ac_retval1640 1641 } # ac_fn_cxx_try_compile1642 1643 # ac_fn_f77_try_compile LINENO1644 # ----------------------------1645 # Try to compile conftest.$ac_ext, and return whether this succeeded.1646 ac_fn_f77_try_compile ()1647 {1648 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1649 rm -f conftest.$ac_objext1650 if { { ac_try="$ac_compile"1651 case "(($ac_try" in1652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1653 *) ac_try_echo=$ac_try;;1654 esac1655 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1656 $as_echo "$ac_try_echo"; } >&51657 (eval "$ac_compile") 2>conftest.err1658 ac_status=$?1659 if test -s conftest.err; then1660 grep -v '^ *+' conftest.err >conftest.er11661 cat conftest.er1 >&51662 mv -f conftest.er1 conftest.err1663 fi1664 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51665 test $ac_status = 0; } && {1666 test -z "$ac_f77_werror_flag" ||1667 test ! -s conftest.err1668 } && test -s conftest.$ac_objext; then :1669 ac_retval=01670 else1671 $as_echo "$as_me: failed program was:" >&51672 sed 's/^/| /' conftest.$ac_ext >&51673 1674 ac_retval=11675 fi1676 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1677 as_fn_set_status $ac_retval1678 1679 } # ac_fn_f77_try_compile1680 1681 # ac_fn_c_try_cpp LINENO1682 # ----------------------1683 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.1684 ac_fn_c_try_cpp ()1685 {1686 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1687 if { { ac_try="$ac_cpp conftest.$ac_ext"1688 case "(($ac_try" in1689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1690 *) ac_try_echo=$ac_try;;1691 esac1692 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1693 $as_echo "$ac_try_echo"; } >&51694 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err1695 ac_status=$?1696 if test -s conftest.err; then1697 grep -v '^ *+' conftest.err >conftest.er11698 cat conftest.er1 >&51699 mv -f conftest.er1 conftest.err1700 fi1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51702 test $ac_status = 0; } > conftest.i && {1703 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||1704 test ! -s conftest.err1705 }; then :1706 ac_retval=01707 else1708 $as_echo "$as_me: failed program was:" >&51709 sed 's/^/| /' conftest.$ac_ext >&51710 1711 ac_retval=11712 fi1713 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1714 as_fn_set_status $ac_retval1715 1716 } # ac_fn_c_try_cpp1717 1718 # ac_fn_c_try_run LINENO1719 # ----------------------1720 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes1721 # that executables *can* be run.1722 ac_fn_c_try_run ()1723 {1724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1725 if { { ac_try="$ac_link"1726 case "(($ac_try" in1727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1728 *) ac_try_echo=$ac_try;;1729 esac1730 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1731 $as_echo "$ac_try_echo"; } >&51732 (eval "$ac_link") 2>&51733 ac_status=$?1734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51735 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'1736 { { case "(($ac_try" in1737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1738 *) ac_try_echo=$ac_try;;1739 esac1740 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1741 $as_echo "$ac_try_echo"; } >&51742 (eval "$ac_try") 2>&51743 ac_status=$?1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51745 test $ac_status = 0; }; }; then :1746 ac_retval=01747 else1748 $as_echo "$as_me: program exited with status $ac_status" >&51749 $as_echo "$as_me: failed program was:" >&51750 sed 's/^/| /' conftest.$ac_ext >&51751 1752 ac_retval=$ac_status1753 fi1754 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1755 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1756 as_fn_set_status $ac_retval1757 1758 } # ac_fn_c_try_run1759 1760 # ac_fn_c_try_link LINENO1761 # -----------------------1762 # Try to link conftest.$ac_ext, and return whether this succeeded.1763 ac_fn_c_try_link ()1764 {1765 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1766 rm -f conftest.$ac_objext conftest$ac_exeext1767 if { { ac_try="$ac_link"1768 case "(($ac_try" in1769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1770 *) ac_try_echo=$ac_try;;1771 esac1772 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1773 $as_echo "$ac_try_echo"; } >&51774 (eval "$ac_link") 2>conftest.err1775 ac_status=$?1776 if test -s conftest.err; then1777 grep -v '^ *+' conftest.err >conftest.er11778 cat conftest.er1 >&51779 mv -f conftest.er1 conftest.err1780 fi1781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51782 test $ac_status = 0; } && {1783 test -z "$ac_c_werror_flag" ||1784 test ! -s conftest.err1785 } && test -s conftest$ac_exeext && {1786 test "$cross_compiling" = yes ||1787 test -x conftest$ac_exeext1788 }; then :1789 ac_retval=01790 else1791 $as_echo "$as_me: failed program was:" >&51792 sed 's/^/| /' conftest.$ac_ext >&51793 1794 ac_retval=11795 fi1796 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information1797 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would1798 # interfere with the next link command; also delete a directory that is1799 # left behind by Apple's compiler. We do this before executing the actions.1800 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1801 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1802 as_fn_set_status $ac_retval1803 1804 } # ac_fn_c_try_link1805 1806 # ac_fn_c_check_func LINENO FUNC VAR1807 # ----------------------------------1808 # Tests whether FUNC exists, setting the cache variable VAR accordingly1809 ac_fn_c_check_func ()1810 {1811 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51813 $as_echo_n "checking for $2... " >&6; }1814 if eval \${$3+:} false; then :1815 $as_echo_n "(cached) " >&61816 else1817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1818 /* end confdefs.h. */1819 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.1820 For example, HP-UX 11i <limits.h> declares gettimeofday. */1821 #define $2 innocuous_$21822 1823 /* System header to define __stub macros and hopefully few prototypes,1824 which can conflict with char $2 (); below.1825 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since1826 <limits.h> exists even on freestanding compilers. */1827 1828 #ifdef __STDC__1829 # include <limits.h>1830 #else1831 # include <assert.h>1832 #endif1833 1834 #undef $21835 1836 /* Override any GCC internal prototype to avoid an error.1837 Use char because int might match the return type of a GCC1838 builtin and then its argument prototype would still apply. */1839 #ifdef __cplusplus1840 extern "C"1841 #endif1842 char $2 ();1843 /* The GNU C library defines this for functions which it implements1844 to always fail with ENOSYS. Some functions are actually named1845 something starting with __ and the normal name is an alias. */1846 #if defined __stub_$2 || defined __stub___$21847 choke me1848 #endif1849 1850 int1851 main ()1852 {1853 return $2 ();1854 ;1855 return 0;1856 }1857 _ACEOF1858 if ac_fn_c_try_link "$LINENO"; then :1859 eval "$3=yes"1860 else1861 eval "$3=no"1862 fi1863 rm -f core conftest.err conftest.$ac_objext \1864 conftest$ac_exeext conftest.$ac_ext1865 fi1866 eval ac_res=\$$31867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&51868 $as_echo "$ac_res" >&6; }1869 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1870 1871 } # ac_fn_c_check_func1872 1873 # ac_fn_cxx_try_link LINENO1874 # -------------------------1875 # Try to link conftest.$ac_ext, and return whether this succeeded.1876 ac_fn_cxx_try_link ()1877 {1878 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1879 rm -f conftest.$ac_objext conftest$ac_exeext1880 if { { ac_try="$ac_link"1881 case "(($ac_try" in1882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1883 *) ac_try_echo=$ac_try;;1884 esac1885 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1886 $as_echo "$ac_try_echo"; } >&51887 (eval "$ac_link") 2>conftest.err1888 ac_status=$?1889 if test -s conftest.err; then1890 grep -v '^ *+' conftest.err >conftest.er11891 cat conftest.er1 >&51892 mv -f conftest.er1 conftest.err1893 fi1894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51895 test $ac_status = 0; } && {1896 test -z "$ac_cxx_werror_flag" ||1897 test ! -s conftest.err1898 } && test -s conftest$ac_exeext && {1899 test "$cross_compiling" = yes ||1900 test -x conftest$ac_exeext1901 }; then :1902 ac_retval=01903 else1904 $as_echo "$as_me: failed program was:" >&51905 sed 's/^/| /' conftest.$ac_ext >&51906 1907 ac_retval=11908 fi1909 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information1910 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would1911 # interfere with the next link command; also delete a directory that is1912 # left behind by Apple's compiler. We do this before executing the actions.1913 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1914 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1915 as_fn_set_status $ac_retval1916 1917 } # ac_fn_cxx_try_link1918 1919 # ac_fn_cxx_check_func LINENO FUNC VAR1920 # ------------------------------------1921 # Tests whether FUNC exists, setting the cache variable VAR accordingly1922 ac_fn_cxx_check_func ()1923 {1924 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51926 $as_echo_n "checking for $2... " >&6; }1927 if eval \${$3+:} false; then :1928 $as_echo_n "(cached) " >&61929 else1930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1931 /* end confdefs.h. */1932 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.1933 For example, HP-UX 11i <limits.h> declares gettimeofday. */1934 #define $2 innocuous_$21935 1936 /* System header to define __stub macros and hopefully few prototypes,1937 which can conflict with char $2 (); below.1938 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since1939 <limits.h> exists even on freestanding compilers. */1940 1941 #ifdef __STDC__1942 # include <limits.h>1943 #else1944 # include <assert.h>1945 #endif1946 1947 #undef $21948 1949 /* Override any GCC internal prototype to avoid an error.1950 Use char because int might match the return type of a GCC1951 builtin and then its argument prototype would still apply. */1952 #ifdef __cplusplus1953 extern "C"1954 #endif1955 char $2 ();1956 /* The GNU C library defines this for functions which it implements1957 to always fail with ENOSYS. Some functions are actually named1958 something starting with __ and the normal name is an alias. */1959 #if defined __stub_$2 || defined __stub___$21960 choke me1961 #endif1962 1963 int1964 main ()1965 {1966 return $2 ();1967 ;1968 return 0;1969 }1970 _ACEOF1971 if ac_fn_cxx_try_link "$LINENO"; then :1972 eval "$3=yes"1973 else1974 eval "$3=no"1975 fi1976 rm -f core conftest.err conftest.$ac_objext \1977 conftest$ac_exeext conftest.$ac_ext1978 fi1979 eval ac_res=\$$31980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&51981 $as_echo "$ac_res" >&6; }1982 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1983 1984 } # ac_fn_cxx_check_func1985 1986 # ac_fn_cxx_try_cpp LINENO1987 # ------------------------1988 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.1989 ac_fn_cxx_try_cpp ()1990 {1991 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1992 if { { ac_try="$ac_cpp conftest.$ac_ext"1993 case "(($ac_try" in1994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1995 *) ac_try_echo=$ac_try;;1996 esac1997 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1998 $as_echo "$ac_try_echo"; } >&51999 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err2000 ac_status=$?2001 if test -s conftest.err; then2002 grep -v '^ *+' conftest.err >conftest.er12003 cat conftest.er1 >&52004 mv -f conftest.er1 conftest.err2005 fi2006 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52007 test $ac_status = 0; } > conftest.i && {2008 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||2009 test ! -s conftest.err2010 }; then :2011 ac_retval=02012 else2013 $as_echo "$as_me: failed program was:" >&52014 sed 's/^/| /' conftest.$ac_ext >&52015 2016 ac_retval=12017 fi2018 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2019 as_fn_set_status $ac_retval2020 2021 } # ac_fn_cxx_try_cpp2022 2023 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES2024 # ---------------------------------------------------------2025 # Tests whether HEADER exists, giving a warning if it cannot be compiled using2026 # the include files in INCLUDES and setting the cache variable VAR2027 # accordingly.2028 ac_fn_cxx_check_header_mongrel ()2029 {2030 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2031 if eval \${$3+:} false; then :2032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&52033 $as_echo_n "checking for $2... " >&6; }2034 if eval \${$3+:} false; then :2035 $as_echo_n "(cached) " >&62036 fi2037 eval ac_res=\$$32038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&52039 $as_echo "$ac_res" >&6; }2040 else2041 # Is the header compilable?2042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&52043 $as_echo_n "checking $2 usability... " >&6; }2044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2045 /* end confdefs.h. */2046 $42047 #include <$2>2048 _ACEOF2049 if ac_fn_cxx_try_compile "$LINENO"; then :2050 ac_header_compiler=yes2051 else2052 ac_header_compiler=no2053 fi2054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&52056 $as_echo "$ac_header_compiler" >&6; }2057 2058 # Is the header present?2059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&52060 $as_echo_n "checking $2 presence... " >&6; }2061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2062 /* end confdefs.h. */2063 #include <$2>2064 _ACEOF2065 if ac_fn_cxx_try_cpp "$LINENO"; then :2066 ac_header_preproc=yes2067 else2068 ac_header_preproc=no2069 fi2070 rm -f conftest.err conftest.i conftest.$ac_ext2071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&52072 $as_echo "$ac_header_preproc" >&6; }2073 2074 # So? What about this header?2075 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((2076 yes:no: )2077 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&52078 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}2079 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&52080 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}2081 ;;2082 no:yes:* )2083 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&52084 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}2085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&52086 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}2087 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&52088 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}2089 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&52090 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}2091 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&52092 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}2093 ( $as_echo "## ----------------------------------- ##2094 ## Report this to rappture@nanohub.org ##2095 ## ----------------------------------- ##"2096 ) | sed "s/^/$as_me: WARNING: /" >&22097 ;;2098 esac2099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&52100 $as_echo_n "checking for $2... " >&6; }2101 if eval \${$3+:} false; then :2102 $as_echo_n "(cached) " >&62103 else2104 eval "$3=\$ac_header_compiler"2105 fi2106 eval ac_res=\$$32107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&52108 $as_echo "$ac_res" >&6; }2109 fi2110 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2111 2112 } # ac_fn_cxx_check_header_mongrel2113 2114 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES2115 # ---------------------------------------------------------2116 # Tests whether HEADER exists and can be compiled using the include files in2117 # INCLUDES, setting the cache variable VAR accordingly.2118 ac_fn_cxx_check_header_compile ()2119 {2120 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&52122 $as_echo_n "checking for $2... " >&6; }2123 if eval \${$3+:} false; then :2124 $as_echo_n "(cached) " >&62125 else2126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2127 /* end confdefs.h. */2128 $42129 #include <$2>2130 _ACEOF2131 if ac_fn_cxx_try_compile "$LINENO"; then :2132 eval "$3=yes"2133 else2134 eval "$3=no"2135 fi2136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2137 fi2138 eval ac_res=\$$32139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&52140 $as_echo "$ac_res" >&6; }2141 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2142 2143 } # ac_fn_cxx_check_header_compile2144 2145 # ac_fn_cxx_try_run LINENO2146 # ------------------------2147 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes2148 # that executables *can* be run.2149 ac_fn_cxx_try_run ()2150 {2151 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2152 if { { ac_try="$ac_link"2153 case "(($ac_try" in2154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2155 *) ac_try_echo=$ac_try;;2156 esac2157 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2158 $as_echo "$ac_try_echo"; } >&52159 (eval "$ac_link") 2>&52160 ac_status=$?2161 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52162 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'2163 { { case "(($ac_try" in2164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2165 *) ac_try_echo=$ac_try;;2166 esac2167 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2168 $as_echo "$ac_try_echo"; } >&52169 (eval "$ac_try") 2>&52170 ac_status=$?2171 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52172 test $ac_status = 0; }; }; then :2173 ac_retval=02174 else2175 $as_echo "$as_me: program exited with status $ac_status" >&52176 $as_echo "$as_me: failed program was:" >&52177 sed 's/^/| /' conftest.$ac_ext >&52178 2179 ac_retval=$ac_status2180 fi2181 rm -rf conftest.dSYM conftest_ipa8_conftest.oo2182 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2183 as_fn_set_status $ac_retval2184 2185 } # ac_fn_cxx_try_run2186 2187 # ac_fn_cxx_compute_int LINENO EXPR VAR INCLUDES2188 # ----------------------------------------------2189 # Tries to find the compile-time value of EXPR in a program that includes2190 # INCLUDES, setting VAR accordingly. Returns whether the value could be2191 # computed2192 ac_fn_cxx_compute_int ()2193 {2194 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2195 if test "$cross_compiling" = yes; then2196 # Depending upon the size, compute the lo and hi bounds.2197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2198 /* end confdefs.h. */2199 $42200 int2201 main ()2202 {2203 static int test_array [1 - 2 * !(($2) >= 0)];2204 test_array [0] = 0;2205 return test_array [0];2206 2207 ;2208 return 0;2209 }2210 _ACEOF2211 if ac_fn_cxx_try_compile "$LINENO"; then :2212 ac_lo=0 ac_mid=02213 while :; do2214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2215 /* end confdefs.h. */2216 $42217 int2218 main ()2219 {2220 static int test_array [1 - 2 * !(($2) <= $ac_mid)];2221 test_array [0] = 0;2222 return test_array [0];2223 2224 ;2225 return 0;2226 }2227 _ACEOF2228 if ac_fn_cxx_try_compile "$LINENO"; then :2229 ac_hi=$ac_mid; break2230 else2231 as_fn_arith $ac_mid + 1 && ac_lo=$as_val2232 if test $ac_lo -le $ac_mid; then2233 ac_lo= ac_hi=2234 break2235 fi2236 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val2237 fi2238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2239 done2240 else2241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2242 /* end confdefs.h. */2243 $42244 int2245 main ()2246 {2247 static int test_array [1 - 2 * !(($2) < 0)];2248 test_array [0] = 0;2249 return test_array [0];2250 2251 ;2252 return 0;2253 }2254 _ACEOF2255 if ac_fn_cxx_try_compile "$LINENO"; then :2256 ac_hi=-1 ac_mid=-12257 while :; do2258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2259 /* end confdefs.h. */2260 $42261 int2262 main ()2263 {2264 static int test_array [1 - 2 * !(($2) >= $ac_mid)];2265 test_array [0] = 0;2266 return test_array [0];2267 2268 ;2269 return 0;2270 }2271 _ACEOF2272 if ac_fn_cxx_try_compile "$LINENO"; then :2273 ac_lo=$ac_mid; break2274 else2275 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val2276 if test $ac_mid -le $ac_hi; then2277 ac_lo= ac_hi=2278 break2279 fi2280 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val2281 fi2282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2283 done2284 else2285 ac_lo= ac_hi=2286 fi2287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2288 fi2289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2290 # Binary search between lo and hi bounds.2291 while test "x$ac_lo" != "x$ac_hi"; do2292 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val2293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2294 /* end confdefs.h. */2295 $42296 int2297 main ()2298 {2299 static int test_array [1 - 2 * !(($2) <= $ac_mid)];2300 test_array [0] = 0;2301 return test_array [0];2302 2303 ;2304 return 0;2305 }2306 _ACEOF2307 if ac_fn_cxx_try_compile "$LINENO"; then :2308 ac_hi=$ac_mid2309 else2310 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val2311 fi2312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2313 done2314 case $ac_lo in #((2315 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;2316 '') ac_retval=1 ;;2317 esac2318 else2319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2320 /* end confdefs.h. */2321 $42322 static long int longval () { return $2; }2323 static unsigned long int ulongval () { return $2; }2324 #include <stdio.h>2325 #include <stdlib.h>2326 int2327 main ()2328 {2329 2330 FILE *f = fopen ("conftest.val", "w");2331 if (! f)2332 return 1;2333 if (($2) < 0)2334 {2335 long int i = longval ();2336 if (i != ($2))2337 return 1;2338 fprintf (f, "%ld", i);2339 }2340 else2341 {2342 unsigned long int i = ulongval ();2343 if (i != ($2))2344 return 1;2345 fprintf (f, "%lu", i);2346 }2347 /* Do not output a trailing newline, as this causes \r\n confusion2348 on some platforms. */2349 return ferror (f) || fclose (f) != 0;2350 2351 ;2352 return 0;2353 }2354 _ACEOF2355 if ac_fn_cxx_try_run "$LINENO"; then :2356 echo >>conftest.val; read $3 <conftest.val; ac_retval=02357 else2358 ac_retval=12359 fi2360 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \2361 conftest.$ac_objext conftest.beam conftest.$ac_ext2362 rm -f conftest.val2363 2364 fi2365 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2366 as_fn_set_status $ac_retval2367 2368 } # ac_fn_cxx_compute_int2369 1589 cat >config.log <<_ACEOF 2370 1590 This file contains any messages produced by compilers while … … 2372 1592 2373 1593 It was created by Rappture $as_me 1.2, which was 2374 generated by GNU Autoconf 2.6 9. Invocation command line was1594 generated by GNU Autoconf 2.63. Invocation command line was 2375 1595 2376 1596 $ $0 $@ … … 2408 1628 IFS=$as_save_IFS 2409 1629 test -z "$as_dir" && as_dir=. 2410 2411 1630 $as_echo "PATH: $as_dir" 1631 done 2412 1632 IFS=$as_save_IFS 2413 1633 … … 2446 1666 esac 2447 1667 case $ac_pass in 2448 1) a s_fn_append ac_configure_args0 "'$ac_arg'" ;;1668 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 2449 1669 2) 2450 a s_fn_append ac_configure_args1 "'$ac_arg'"1670 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 2451 1671 if test $ac_must_keep_next = true; then 2452 1672 ac_must_keep_next=false # Got value, back to normal. … … 2464 1684 esac 2465 1685 fi 2466 a s_fn_append ac_configure_args "'$ac_arg'"1686 ac_configure_args="$ac_configure_args '$ac_arg'" 2467 1687 ;; 2468 1688 esac 2469 1689 done 2470 1690 done 2471 { ac_configure_args0=; unset ac_configure_args0;}2472 { ac_configure_args1=; unset ac_configure_args1;}1691 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1692 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 2473 1693 2474 1694 # When interrupted or exit'd, cleanup temporary files, and complete … … 2482 1702 echo 2483 1703 2484 $as_echo "## ---------------- ## 1704 cat <<\_ASBOX 1705 ## ---------------- ## 2485 1706 ## Cache variables. ## 2486 ## ---------------- ##" 1707 ## ---------------- ## 1708 _ASBOX 2487 1709 echo 2488 1710 # The following way of writing the cache mishandles newlines in values, … … 2493 1715 *${as_nl}*) 2494 1716 case $ac_var in #( 2495 *_cv_*) { $as_echo "$as_me:$ {as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&51717 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 2496 1718 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 2497 1719 esac … … 2499 1721 _ | IFS | as_nl) ;; #( 2500 1722 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 2501 *) { eval $ac_var=; unset $ac_var;};;1723 *) $as_unset $ac_var ;; 2502 1724 esac ;; 2503 1725 esac … … 2518 1740 echo 2519 1741 2520 $as_echo "## ----------------- ## 1742 cat <<\_ASBOX 1743 ## ----------------- ## 2521 1744 ## Output variables. ## 2522 ## ----------------- ##" 1745 ## ----------------- ## 1746 _ASBOX 2523 1747 echo 2524 1748 for ac_var in $ac_subst_vars … … 2533 1757 2534 1758 if test -n "$ac_subst_files"; then 2535 $as_echo "## ------------------- ## 1759 cat <<\_ASBOX 1760 ## ------------------- ## 2536 1761 ## File substitutions. ## 2537 ## ------------------- ##" 1762 ## ------------------- ## 1763 _ASBOX 2538 1764 echo 2539 1765 for ac_var in $ac_subst_files … … 2549 1775 2550 1776 if test -s confdefs.h; then 2551 $as_echo "## ----------- ## 1777 cat <<\_ASBOX 1778 ## ----------- ## 2552 1779 ## confdefs.h. ## 2553 ## ----------- ##" 1780 ## ----------- ## 1781 _ASBOX 2554 1782 echo 2555 1783 cat confdefs.h … … 2565 1793 ' 0 2566 1794 for ac_signal in 1 2 13 15; do 2567 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal1795 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 2568 1796 done 2569 1797 ac_signal=0 … … 2572 1800 rm -f -r conftest* confdefs.h 2573 1801 2574 $as_echo "/* confdefs.h */" > confdefs.h2575 2576 1802 # Predefined preprocessor variables. 2577 1803 … … 2580 1806 _ACEOF 2581 1807 1808 2582 1809 cat >>confdefs.h <<_ACEOF 2583 1810 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" 2584 1811 _ACEOF 2585 1812 1813 2586 1814 cat >>confdefs.h <<_ACEOF 2587 1815 #define PACKAGE_VERSION "$PACKAGE_VERSION" 2588 1816 _ACEOF 2589 1817 1818 2590 1819 cat >>confdefs.h <<_ACEOF 2591 1820 #define PACKAGE_STRING "$PACKAGE_STRING" 2592 1821 _ACEOF 2593 1822 1823 2594 1824 cat >>confdefs.h <<_ACEOF 2595 1825 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 2596 _ACEOF2597 2598 cat >>confdefs.h <<_ACEOF2599 #define PACKAGE_URL "$PACKAGE_URL"2600 1826 _ACEOF 2601 1827 … … 2606 1832 ac_site_file2=NONE 2607 1833 if test -n "$CONFIG_SITE"; then 2608 # We do not want a PATH search for config.site. 2609 case $CONFIG_SITE in #(( 2610 -*) ac_site_file1=./$CONFIG_SITE;; 2611 */*) ac_site_file1=$CONFIG_SITE;; 2612 *) ac_site_file1=./$CONFIG_SITE;; 2613 esac 1834 ac_site_file1=$CONFIG_SITE 2614 1835 elif test "x$prefix" != xNONE; then 2615 1836 ac_site_file1=$prefix/share/config.site … … 2622 1843 do 2623 1844 test "x$ac_site_file" = xNONE && continue 2624 if test /dev/null != "$ac_site_file" && test-r "$ac_site_file"; then2625 { $as_echo "$as_me:$ {as_lineno-$LINENO}: loading site script $ac_site_file" >&51845 if test -r "$ac_site_file"; then 1846 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 2626 1847 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 2627 1848 sed 's/^/| /' "$ac_site_file" >&5 2628 . "$ac_site_file" \ 2629 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2630 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2631 as_fn_error $? "failed to load site script $ac_site_file 2632 See \`config.log' for more details" "$LINENO" 5; } 1849 . "$ac_site_file" 2633 1850 fi 2634 1851 done 2635 1852 2636 1853 if test -r "$cache_file"; then 2637 # Some versions of bash will fail to source /dev/null (special files2638 # actually), so we avoid doing that. DJGPP emulates it as a regular file.2639 if test /dev/null != "$cache_file" && test-f "$cache_file"; then2640 { $as_echo "$as_me:$ {as_lineno-$LINENO}: loading cache $cache_file" >&51854 # Some versions of bash will fail to source /dev/null (special 1855 # files actually), so we avoid doing that. 1856 if test -f "$cache_file"; then 1857 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 2641 1858 $as_echo "$as_me: loading cache $cache_file" >&6;} 2642 1859 case $cache_file in … … 2646 1863 fi 2647 1864 else 2648 { $as_echo "$as_me:$ {as_lineno-$LINENO}: creating cache $cache_file" >&51865 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 2649 1866 $as_echo "$as_me: creating cache $cache_file" >&6;} 2650 1867 >$cache_file … … 2661 1878 case $ac_old_set,$ac_new_set in 2662 1879 set,) 2663 { $as_echo "$as_me:$ {as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51880 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 2664 1881 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 2665 1882 ac_cache_corrupted=: ;; 2666 1883 ,set) 2667 { $as_echo "$as_me:$ {as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&51884 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 2668 1885 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 2669 1886 ac_cache_corrupted=: ;; … … 2675 1892 ac_new_val_w=`echo x $ac_new_val` 2676 1893 if test "$ac_old_val_w" != "$ac_new_val_w"; then 2677 { $as_echo "$as_me:$ {as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&51894 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 2678 1895 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2679 1896 ac_cache_corrupted=: 2680 1897 else 2681 { $as_echo "$as_me:$ {as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&51898 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 2682 1899 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 2683 1900 eval $ac_var=\$ac_old_val 2684 1901 fi 2685 { $as_echo "$as_me:$ {as_lineno-$LINENO}: former value: \`$ac_old_val'" >&51902 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 2686 1903 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 2687 { $as_echo "$as_me:$ {as_lineno-$LINENO}: current value: \`$ac_new_val'" >&51904 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 2688 1905 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 2689 1906 fi;; … … 2697 1914 case " $ac_configure_args " in 2698 1915 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 2699 *) a s_fn_append ac_configure_args "'$ac_arg'" ;;1916 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 2700 1917 esac 2701 1918 fi 2702 1919 done 2703 1920 if $ac_cache_corrupted; then 2704 { $as_echo "$as_me:$ {as_lineno-$LINENO}: error: in \`$ac_pwd':" >&51921 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2705 1922 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2706 { $as_echo "$as_me:$ {as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&51923 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 2707 1924 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2708 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2709 fi 2710 ## -------------------- ## 2711 ## Main body of script. ## 2712 ## -------------------- ## 1925 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1926 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1927 { (exit 1); exit 1; }; } 1928 fi 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 2713 1953 2714 1954 ac_ext=c … … 2736 1976 done 2737 1977 if test -z "$ac_aux_dir"; then 2738 as_fn_error $? "cannot find install-sh, install.sh, or shtool in cf \"$srcdir\"/cf" "$LINENO" 5 1978 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5 1979 $as_echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;} 1980 { (exit 1); exit 1; }; } 2739 1981 fi 2740 1982 … … 2764 2006 2765 2007 # Check whether --with-install was given. 2766 if test "${with_install+set}" = set; then :2008 if test "${with_install+set}" = set; then 2767 2009 withval=$with_install; 2768 2010 else … … 2799 2041 # ./install, which can be erroneously created by make from ./install.sh. 2800 2042 # Reject install programs that cannot install multiple files. 2801 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for a BSD-compatible install" >&52043 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 2802 2044 $as_echo_n "checking for a BSD-compatible install... " >&6; } 2803 2045 if test -z "$INSTALL"; then 2804 if ${ac_cv_path_install+:} false; then :2046 if test "${ac_cv_path_install+set}" = set; then 2805 2047 $as_echo_n "(cached) " >&6 2806 2048 else … … 2810 2052 IFS=$as_save_IFS 2811 2053 test -z "$as_dir" && as_dir=. 2812 2813 case $as_dir/ in #((2814 ./ | .// | / [cC]/* | \2054 # Account for people who put trailing slashes in PATH elements. 2055 case $as_dir/ in 2056 ./ | .// | /cC/* | \ 2815 2057 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 2816 ?: [\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \2058 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 2817 2059 /usr/ucb/* ) ;; 2818 2060 *) … … 2822 2064 for ac_prog in ginstall scoinst install; do 2823 2065 for ac_exec_ext in '' $ac_executable_extensions; do 2824 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then2066 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 2825 2067 if test $ac_prog = install && 2826 2068 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 2851 2093 esac 2852 2094 2853 2095 done 2854 2096 IFS=$as_save_IFS 2855 2097 … … 2867 2109 fi 2868 2110 fi 2869 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $INSTALL" >&52111 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 2870 2112 $as_echo "$INSTALL" >&6; } 2871 2113 … … 2878 2120 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2879 2121 2122 # Find a good install program. We prefer a C program (faster), 2123 # so one script is as good as another. But avoid the broken or 2124 # incompatible versions: 2125 # SysV /etc/install, /usr/sbin/install 2126 # SunOS /usr/etc/install 2127 # IRIX /sbin/install 2128 # AIX /bin/install 2129 # AmigaOS /C/install, which installs bootblocks on floppy discs 2130 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 2131 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 2132 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 2133 # OS/2's system install, which has a completely different semantic 2134 # ./install, which can be erroneously created by make from ./install.sh. 2135 # Reject install programs that cannot install multiple files. 2136 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 2137 $as_echo_n "checking for a BSD-compatible install... " >&6; } 2138 if test -z "$INSTALL"; then 2139 if test "${ac_cv_path_install+set}" = set; then 2140 $as_echo_n "(cached) " >&6 2141 else 2142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2143 for as_dir in $PATH 2144 do 2145 IFS=$as_save_IFS 2146 test -z "$as_dir" && as_dir=. 2147 # Account for people who put trailing slashes in PATH elements. 2148 case $as_dir/ in 2149 ./ | .// | /cC/* | \ 2150 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 2151 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 2152 /usr/ucb/* ) ;; 2153 *) 2154 # OSF1 and SCO ODT 3.0 have their own names for install. 2155 # Don't use installbsd from OSF since it installs stuff as root 2156 # by default. 2157 for ac_prog in ginstall scoinst install; do 2158 for ac_exec_ext in '' $ac_executable_extensions; do 2159 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 2160 if test $ac_prog = install && 2161 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2162 # AIX install. It has an incompatible calling convention. 2163 : 2164 elif test $ac_prog = install && 2165 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2166 # program-specific install script used by HP pwplus--don't use. 2167 : 2168 else 2169 rm -rf conftest.one conftest.two conftest.dir 2170 echo one > conftest.one 2171 echo two > conftest.two 2172 mkdir conftest.dir 2173 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 2174 test -s conftest.one && test -s conftest.two && 2175 test -s conftest.dir/conftest.one && 2176 test -s conftest.dir/conftest.two 2177 then 2178 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2179 break 3 2180 fi 2181 fi 2182 fi 2183 done 2184 done 2185 ;; 2186 esac 2187 2188 done 2189 IFS=$as_save_IFS 2190 2191 rm -rf conftest.one conftest.two conftest.dir 2192 2193 fi 2194 if test "${ac_cv_path_install+set}" = set; then 2195 INSTALL=$ac_cv_path_install 2196 else 2197 # As a last resort, use the slow shell script. Don't cache a 2198 # value for INSTALL within a source directory, because that will 2199 # break other packages using the cache if that directory is 2200 # removed, or if the value is a relative name. 2201 INSTALL=$ac_install_sh 2202 fi 2203 fi 2204 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 2205 $as_echo "$INSTALL" >&6; } 2206 2207 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 2208 # It thinks the first close brace ends the variable substitution. 2209 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 2210 2211 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 2212 2213 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2880 2214 2881 2215 if test -n "$ac_tool_prefix"; then 2882 2216 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 2883 2217 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2884 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for $ac_word" >&52218 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2885 2219 $as_echo_n "checking for $ac_word... " >&6; } 2886 if ${ac_cv_prog_RANLIB+:} false; then :2220 if test "${ac_cv_prog_RANLIB+set}" = set; then 2887 2221 $as_echo_n "(cached) " >&6 2888 2222 else … … 2895 2229 IFS=$as_save_IFS 2896 2230 test -z "$as_dir" && as_dir=. 2897 2898 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2231 for ac_exec_ext in '' $ac_executable_extensions; do 2232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2899 2233 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 2900 $as_echo "$as_me:$ {as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52234 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2901 2235 break 2 2902 2236 fi 2903 2237 done 2904 2238 done 2905 2239 IFS=$as_save_IFS 2906 2240 … … 2909 2243 RANLIB=$ac_cv_prog_RANLIB 2910 2244 if test -n "$RANLIB"; then 2911 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $RANLIB" >&52245 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 2912 2246 $as_echo "$RANLIB" >&6; } 2913 2247 else 2914 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no" >&52248 { $as_echo "$as_me:$LINENO: result: no" >&5 2915 2249 $as_echo "no" >&6; } 2916 2250 fi … … 2922 2256 # Extract the first word of "ranlib", so it can be a program name with args. 2923 2257 set dummy ranlib; ac_word=$2 2924 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for $ac_word" >&52258 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2925 2259 $as_echo_n "checking for $ac_word... " >&6; } 2926 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :2260 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 2927 2261 $as_echo_n "(cached) " >&6 2928 2262 else … … 2935 2269 IFS=$as_save_IFS 2936 2270 test -z "$as_dir" && as_dir=. 2937 2938 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2271 for ac_exec_ext in '' $ac_executable_extensions; do 2272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2939 2273 ac_cv_prog_ac_ct_RANLIB="ranlib" 2940 $as_echo "$as_me:$ {as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52274 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2941 2275 break 2 2942 2276 fi 2943 2277 done 2944 2278 done 2945 2279 IFS=$as_save_IFS 2946 2280 … … 2949 2283 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 2950 2284 if test -n "$ac_ct_RANLIB"; then 2951 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&52285 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 2952 2286 $as_echo "$ac_ct_RANLIB" >&6; } 2953 2287 else 2954 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no" >&52288 { $as_echo "$as_me:$LINENO: result: no" >&5 2955 2289 $as_echo "no" >&6; } 2956 2290 fi … … 2961 2295 case $cross_compiling:$ac_tool_warned in 2962 2296 yes:) 2963 { $as_echo "$as_me:$ {as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&52297 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2964 2298 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2965 2299 ac_tool_warned=yes ;; … … 2971 2305 fi 2972 2306 2973 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking whether ln -s works" >&52307 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 2974 2308 $as_echo_n "checking whether ln -s works... " >&6; } 2975 2309 LN_S=$as_ln_s 2976 2310 if test "$LN_S" = "ln -s"; then 2977 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: yes" >&52311 { $as_echo "$as_me:$LINENO: result: yes" >&5 2978 2312 $as_echo "yes" >&6; } 2979 2313 else 2980 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no, using $LN_S" >&52314 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 2981 2315 $as_echo "no, using $LN_S" >&6; } 2982 2316 fi 2983 2317 2984 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&52318 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 2985 2319 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 2986 2320 if test -z "$MKDIR_P"; then 2987 if ${ac_cv_path_mkdir+:} false; then :2321 if test "${ac_cv_path_mkdir+set}" = set; then 2988 2322 $as_echo_n "(cached) " >&6 2989 2323 else … … 2993 2327 IFS=$as_save_IFS 2994 2328 test -z "$as_dir" && as_dir=. 2995 2329 for ac_prog in mkdir gmkdir; do 2996 2330 for ac_exec_ext in '' $ac_executable_extensions; do 2997 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"|| continue2331 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 2998 2332 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 2999 2333 'mkdir (GNU coreutils) '* | \ … … 3005 2339 done 3006 2340 done 3007 2341 done 3008 2342 IFS=$as_save_IFS 3009 2343 3010 2344 fi 3011 2345 3012 test -d ./--version && rmdir ./--version3013 2346 if test "${ac_cv_path_mkdir+set}" = set; then 3014 2347 MKDIR_P="$ac_cv_path_mkdir -p" … … 3018 2351 # break other packages using the cache if that directory is 3019 2352 # removed, or if the value is a relative name. 2353 test -d ./--version && rmdir ./--version 3020 2354 MKDIR_P="$ac_install_sh -d" 3021 2355 fi 3022 2356 fi 3023 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $MKDIR_P" >&52357 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 3024 2358 $as_echo "$MKDIR_P" >&6; } 3025 2359 3026 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&52360 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 3027 2361 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 3028 2362 set x ${MAKE-make} 3029 2363 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 3030 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :2364 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 3031 2365 $as_echo_n "(cached) " >&6 3032 2366 else … … 3036 2370 @echo '@@@%%%=$(MAKE)=@@@%%%' 3037 2371 _ACEOF 3038 # GNU make sometimes prints "make[1]: Entering 2372 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 3039 2373 case `${MAKE-make} -f conftest.make 2>/dev/null` in 3040 2374 *@@@%%%=?*=@@@%%%*) … … 3046 2380 fi 3047 2381 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 3048 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: yes" >&52382 { $as_echo "$as_me:$LINENO: result: yes" >&5 3049 2383 $as_echo "yes" >&6; } 3050 2384 SET_MAKE= 3051 2385 else 3052 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no" >&52386 { $as_echo "$as_me:$LINENO: result: no" >&5 3053 2387 $as_echo "no" >&6; } 3054 2388 SET_MAKE="MAKE=${MAKE-make}" … … 3065 2399 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 3066 2400 set dummy ${ac_tool_prefix}gcc; ac_word=$2 3067 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for $ac_word" >&52401 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3068 2402 $as_echo_n "checking for $ac_word... " >&6; } 3069 if ${ac_cv_prog_CC+:} false; then :2403 if test "${ac_cv_prog_CC+set}" = set; then 3070 2404 $as_echo_n "(cached) " >&6 3071 2405 else … … 3078 2412 IFS=$as_save_IFS 3079 2413 test -z "$as_dir" && as_dir=. 3080 3081 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2414 for ac_exec_ext in '' $ac_executable_extensions; do 2415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3082 2416 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3083 $as_echo "$as_me:$ {as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52417 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3084 2418 break 2 3085 2419 fi 3086 2420 done 3087 2421 done 3088 2422 IFS=$as_save_IFS 3089 2423 … … 3092 2426 CC=$ac_cv_prog_CC 3093 2427 if test -n "$CC"; then 3094 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $CC" >&52428 { $as_echo "$as_me:$LINENO: result: $CC" >&5 3095 2429 $as_echo "$CC" >&6; } 3096 2430 else 3097 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no" >&52431 { $as_echo "$as_me:$LINENO: result: no" >&5 3098 2432 $as_echo "no" >&6; } 3099 2433 fi … … 3105 2439 # Extract the first word of "gcc", so it can be a program name with args. 3106 2440 set dummy gcc; ac_word=$2 3107 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for $ac_word" >&52441 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3108 2442 $as_echo_n "checking for $ac_word... " >&6; } 3109 if ${ac_cv_prog_ac_ct_CC+:} false; then :2443 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 3110 2444 $as_echo_n "(cached) " >&6 3111 2445 else … … 3118 2452 IFS=$as_save_IFS 3119 2453 test -z "$as_dir" && as_dir=. 3120 3121 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2454 for ac_exec_ext in '' $ac_executable_extensions; do 2455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3122 2456 ac_cv_prog_ac_ct_CC="gcc" 3123 $as_echo "$as_me:$ {as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52457 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3124 2458 break 2 3125 2459 fi 3126 2460 done 3127 2461 done 3128 2462 IFS=$as_save_IFS 3129 2463 … … 3132 2466 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3133 2467 if test -n "$ac_ct_CC"; then 3134 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_ct_CC" >&52468 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 3135 2469 $as_echo "$ac_ct_CC" >&6; } 3136 2470 else 3137 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no" >&52471 { $as_echo "$as_me:$LINENO: result: no" >&5 3138 2472 $as_echo "no" >&6; } 3139 2473 fi … … 3144 2478 case $cross_compiling:$ac_tool_warned in 3145 2479 yes:) 3146 { $as_echo "$as_me:$ {as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&52480 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3147 2481 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3148 2482 ac_tool_warned=yes ;; … … 3158 2492 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 3159 2493 set dummy ${ac_tool_prefix}cc; ac_word=$2 3160 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for $ac_word" >&52494 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3161 2495 $as_echo_n "checking for $ac_word... " >&6; } 3162 if ${ac_cv_prog_CC+:} false; then :2496 if test "${ac_cv_prog_CC+set}" = set; then 3163 2497 $as_echo_n "(cached) " >&6 3164 2498 else … … 3171 2505 IFS=$as_save_IFS 3172 2506 test -z "$as_dir" && as_dir=. 3173 3174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2507 for ac_exec_ext in '' $ac_executable_extensions; do 2508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3175 2509 ac_cv_prog_CC="${ac_tool_prefix}cc" 3176 $as_echo "$as_me:$ {as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52510 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3177 2511 break 2 3178 2512 fi 3179 2513 done 3180 2514 done 3181 2515 IFS=$as_save_IFS 3182 2516 … … 3185 2519 CC=$ac_cv_prog_CC 3186 2520 if test -n "$CC"; then 3187 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $CC" >&52521 { $as_echo "$as_me:$LINENO: result: $CC" >&5 3188 2522 $as_echo "$CC" >&6; } 3189 2523 else 3190 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no" >&52524 { $as_echo "$as_me:$LINENO: result: no" >&5 3191 2525 $as_echo "no" >&6; } 3192 2526 fi … … 3198 2532 # Extract the first word of "cc", so it can be a program name with args. 3199 2533 set dummy cc; ac_word=$2 3200 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for $ac_word" >&52534 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3201 2535 $as_echo_n "checking for $ac_word... " >&6; } 3202 if ${ac_cv_prog_CC+:} false; then :2536 if test "${ac_cv_prog_CC+set}" = set; then 3203 2537 $as_echo_n "(cached) " >&6 3204 2538 else … … 3212 2546 IFS=$as_save_IFS 3213 2547 test -z "$as_dir" && as_dir=. 3214 3215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2548 for ac_exec_ext in '' $ac_executable_extensions; do 2549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3216 2550 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3217 2551 ac_prog_rejected=yes … … 3219 2553 fi 3220 2554 ac_cv_prog_CC="cc" 3221 $as_echo "$as_me:$ {as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52555 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3222 2556 break 2 3223 2557 fi 3224 2558 done 3225 2559 done 3226 2560 IFS=$as_save_IFS 3227 2561 … … 3242 2576 CC=$ac_cv_prog_CC 3243 2577 if test -n "$CC"; then 3244 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $CC" >&52578 { $as_echo "$as_me:$LINENO: result: $CC" >&5 3245 2579 $as_echo "$CC" >&6; } 3246 2580 else 3247 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no" >&52581 { $as_echo "$as_me:$LINENO: result: no" >&5 3248 2582 $as_echo "no" >&6; } 3249 2583 fi … … 3257 2591 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3258 2592 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3259 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for $ac_word" >&52593 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3260 2594 $as_echo_n "checking for $ac_word... " >&6; } 3261 if ${ac_cv_prog_CC+:} false; then :2595 if test "${ac_cv_prog_CC+set}" = set; then 3262 2596 $as_echo_n "(cached) " >&6 3263 2597 else … … 3270 2604 IFS=$as_save_IFS 3271 2605 test -z "$as_dir" && as_dir=. 3272 3273 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2606 for ac_exec_ext in '' $ac_executable_extensions; do 2607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3274 2608 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3275 $as_echo "$as_me:$ {as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52609 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3276 2610 break 2 3277 2611 fi 3278 2612 done 3279 2613 done 3280 2614 IFS=$as_save_IFS 3281 2615 … … 3284 2618 CC=$ac_cv_prog_CC 3285 2619 if test -n "$CC"; then 3286 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $CC" >&52620 { $as_echo "$as_me:$LINENO: result: $CC" >&5 3287 2621 $as_echo "$CC" >&6; } 3288 2622 else 3289 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no" >&52623 { $as_echo "$as_me:$LINENO: result: no" >&5 3290 2624 $as_echo "no" >&6; } 3291 2625 fi … … 3301 2635 # Extract the first word of "$ac_prog", so it can be a program name with args. 3302 2636 set dummy $ac_prog; ac_word=$2 3303 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for $ac_word" >&52637 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3304 2638 $as_echo_n "checking for $ac_word... " >&6; } 3305 if ${ac_cv_prog_ac_ct_CC+:} false; then :2639 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 3306 2640 $as_echo_n "(cached) " >&6 3307 2641 else … … 3314 2648 IFS=$as_save_IFS 3315 2649 test -z "$as_dir" && as_dir=. 3316 3317 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2650 for ac_exec_ext in '' $ac_executable_extensions; do 2651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3318 2652 ac_cv_prog_ac_ct_CC="$ac_prog" 3319 $as_echo "$as_me:$ {as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52653 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3320 2654 break 2 3321 2655 fi 3322 2656 done 3323 2657 done 3324 2658 IFS=$as_save_IFS 3325 2659 … … 3328 2662 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3329 2663 if test -n "$ac_ct_CC"; then 3330 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_ct_CC" >&52664 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 3331 2665 $as_echo "$ac_ct_CC" >&6; } 3332 2666 else 3333 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no" >&52667 { $as_echo "$as_me:$LINENO: result: no" >&5 3334 2668 $as_echo "no" >&6; } 3335 2669 fi … … 3344 2678 case $cross_compiling:$ac_tool_warned in 3345 2679 yes:) 3346 { $as_echo "$as_me:$ {as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&52680 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3347 2681 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3348 2682 ac_tool_warned=yes ;; … … 3355 2689 3356 2690 3357 test -z "$CC" && { { $as_echo "$as_me:$ {as_lineno-$LINENO}: error: in \`$ac_pwd':" >&52691 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3358 2692 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3359 as_fn_error $? "no acceptable C compiler found in \$PATH 3360 See \`config.log' for more details" "$LINENO" 5; } 2693 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2694 See \`config.log' for more details." >&5 2695 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 2696 See \`config.log' for more details." >&2;} 2697 { (exit 1); exit 1; }; }; } 3361 2698 3362 2699 # Provide some information about the compiler. 3363 $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for C compiler version" >&52700 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 3364 2701 set X $ac_compile 3365 2702 ac_compiler=$2 3366 for ac_option in --version -v -V -qversion; do 3367 { { ac_try="$ac_compiler $ac_option >&5" 2703 { (ac_try="$ac_compiler --version >&5" 3368 2704 case "(($ac_try" in 3369 2705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3370 2706 *) ac_try_echo=$ac_try;; 3371 2707 esac 3372 eval ac_try_echo="\"\$as_me:$ {as_lineno-$LINENO}: $ac_try_echo\""3373 $as_echo "$ac_try_echo" ; }>&53374 (eval "$ac_compiler $ac_option >&5") 2>conftest.err2708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2709 $as_echo "$ac_try_echo") >&5 2710 (eval "$ac_compiler --version >&5") 2>&5 3375 2711 ac_status=$? 3376 if test -s conftest.err; then 3377 sed '10a\ 3378 ... rest of stderr output deleted ... 3379 10q' conftest.err >conftest.er1 3380 cat conftest.er1 >&5 3381 fi 3382 rm -f conftest.er1 conftest.err 3383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3384 test $ac_status = 0; } 3385 done 3386 3387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2712 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2713 (exit $ac_status); } 2714 { (ac_try="$ac_compiler -v >&5" 2715 case "(($ac_try" in 2716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2717 *) ac_try_echo=$ac_try;; 2718 esac 2719 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2720 $as_echo "$ac_try_echo") >&5 2721 (eval "$ac_compiler -v >&5") 2>&5 2722 ac_status=$? 2723 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2724 (exit $ac_status); } 2725 { (ac_try="$ac_compiler -V >&5" 2726 case "(($ac_try" in 2727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2728 *) ac_try_echo=$ac_try;; 2729 esac 2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2731 $as_echo "$ac_try_echo") >&5 2732 (eval "$ac_compiler -V >&5") 2>&5 2733 ac_status=$? 2734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2735 (exit $ac_status); } 2736 2737 cat >conftest.$ac_ext <<_ACEOF 2738 /* confdefs.h. */ 2739 _ACEOF 2740 cat confdefs.h >>conftest.$ac_ext 2741 cat >>conftest.$ac_ext <<_ACEOF 3388 2742 /* end confdefs.h. */ 3389 2743 … … 3401 2755 # It will help us diagnose broken compilers, and finding out an intuition 3402 2756 # of exeext. 3403 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking whether the C compiler works" >&53404 $as_echo_n "checking whether the C compiler works... " >&6; }2757 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2758 $as_echo_n "checking for C compiler default output file name... " >&6; } 3405 2759 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 3406 2760 … … 3418 2772 rm -f $ac_rmfiles 3419 2773 3420 if { {ac_try="$ac_link_default"2774 if { (ac_try="$ac_link_default" 3421 2775 case "(($ac_try" in 3422 2776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3423 2777 *) ac_try_echo=$ac_try;; 3424 2778 esac 3425 eval ac_try_echo="\"\$as_me:$ {as_lineno-$LINENO}: $ac_try_echo\""3426 $as_echo "$ac_try_echo" ; }>&52779 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2780 $as_echo "$ac_try_echo") >&5 3427 2781 (eval "$ac_link_default") 2>&5 3428 2782 ac_status=$? 3429 $as_echo "$as_me:$ {as_lineno-$LINENO}: \$? = $ac_status" >&53430 test $ac_status = 0; }; then :2783 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2784 (exit $ac_status); }; then 3431 2785 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 3432 2786 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' … … 3445 2799 break;; 3446 2800 *.* ) 3447 2801 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 3448 2802 then :; else 3449 2803 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` … … 3464 2818 ac_file='' 3465 2819 fi 3466 if test -z "$ac_file"; then : 3467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3468 $as_echo "no" >&6; } 3469 $as_echo "$as_me: failed program was:" >&5 2820 2821 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 2822 $as_echo "$ac_file" >&6; } 2823 if test -z "$ac_file"; then 2824 $as_echo "$as_me: failed program was:" >&5 3470 2825 sed 's/^/| /' conftest.$ac_ext >&5 3471 2826 3472 { { $as_echo "$as_me:$ {as_lineno-$LINENO}: error: in \`$ac_pwd':" >&52827 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3473 2828 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3474 as_fn_error 77 "C compiler cannot create executables 3475 See \`config.log' for more details" "$LINENO" 5; } 3476 else 3477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2829 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2830 See \`config.log' for more details." >&5 2831 $as_echo "$as_me: error: C compiler cannot create executables 2832 See \`config.log' for more details." >&2;} 2833 { (exit 77); exit 77; }; }; } 2834 fi 2835 2836 ac_exeext=$ac_cv_exeext 2837 2838 # Check that the compiler produces executables we can run. If not, either 2839 # the compiler is broken, or we cross compile. 2840 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2841 $as_echo_n "checking whether the C compiler works... " >&6; } 2842 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2843 # If not cross compiling, check that we can run a simple program. 2844 if test "$cross_compiling" != yes; then 2845 if { ac_try='./$ac_file' 2846 { (case "(($ac_try" in 2847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2848 *) ac_try_echo=$ac_try;; 2849 esac 2850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2851 $as_echo "$ac_try_echo") >&5 2852 (eval "$ac_try") 2>&5 2853 ac_status=$? 2854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2855 (exit $ac_status); }; }; then 2856 cross_compiling=no 2857 else 2858 if test "$cross_compiling" = maybe; then 2859 cross_compiling=yes 2860 else 2861 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2862 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2863 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2864 If you meant to cross compile, use \`--host'. 2865 See \`config.log' for more details." >&5 2866 $as_echo "$as_me: error: cannot run C compiled programs. 2867 If you meant to cross compile, use \`--host'. 2868 See \`config.log' for more details." >&2;} 2869 { (exit 1); exit 1; }; }; } 2870 fi 2871 fi 2872 fi 2873 { $as_echo "$as_me:$LINENO: result: yes" >&5 3478 2874 $as_echo "yes" >&6; } 3479 fi3480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&53481 $as_echo_n "checking for C compiler default output file name... " >&6; }3482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&53483 $as_echo "$ac_file" >&6; }3484 ac_exeext=$ac_cv_exeext3485 2875 3486 2876 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 3487 2877 ac_clean_files=$ac_clean_files_save 3488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 2878 # Check that the compiler produces executables we can run. If not, either 2879 # the compiler is broken, or we cross compile. 2880 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2881 $as_echo_n "checking whether we are cross compiling... " >&6; } 2882 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 2883 $as_echo "$cross_compiling" >&6; } 2884 2885 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 3489 2886 $as_echo_n "checking for suffix of executables... " >&6; } 3490 if { {ac_try="$ac_link"2887 if { (ac_try="$ac_link" 3491 2888 case "(($ac_try" in 3492 2889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3493 2890 *) ac_try_echo=$ac_try;; 3494 2891 esac 3495 eval ac_try_echo="\"\$as_me:$ {as_lineno-$LINENO}: $ac_try_echo\""3496 $as_echo "$ac_try_echo" ; }>&52892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2893 $as_echo "$ac_try_echo") >&5 3497 2894 (eval "$ac_link") 2>&5 3498 2895 ac_status=$? 3499 $as_echo "$as_me:$ {as_lineno-$LINENO}: \$? = $ac_status" >&53500 test $ac_status = 0; }; then :2896 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2897 (exit $ac_status); }; then 3501 2898 # If both `conftest.exe' and `conftest' are `present' (well, observable) 3502 2899 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will … … 3513 2910 done 3514 2911 else 3515 { { $as_echo "$as_me:$ {as_lineno-$LINENO}: error: in \`$ac_pwd':" >&52912 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3516 2913 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3517 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 3518 See \`config.log' for more details" "$LINENO" 5; } 3519 fi 3520 rm -f conftest conftest$ac_cv_exeext 3521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 2914 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2915 See \`config.log' for more details." >&5 2916 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2917 See \`config.log' for more details." >&2;} 2918 { (exit 1); exit 1; }; }; } 2919 fi 2920 2921 rm -f conftest$ac_cv_exeext 2922 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 3522 2923 $as_echo "$ac_cv_exeext" >&6; } 3523 2924 … … 3525 2926 EXEEXT=$ac_cv_exeext 3526 2927 ac_exeext=$EXEEXT 3527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2928 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 2929 $as_echo_n "checking for suffix of object files... " >&6; } 2930 if test "${ac_cv_objext+set}" = set; then 2931 $as_echo_n "(cached) " >&6 2932 else 2933 cat >conftest.$ac_ext <<_ACEOF 2934 /* confdefs.h. */ 2935 _ACEOF 2936 cat confdefs.h >>conftest.$ac_ext 2937 cat >>conftest.$ac_ext <<_ACEOF 3528 2938 /* end confdefs.h. */ 3529 #include <stdio.h> 2939 3530 2940 int 3531 2941 main () 3532 2942 { 3533 FILE *f = fopen ("conftest.out", "w");3534 return ferror (f) || fclose (f) != 0;3535 2943 3536 2944 ; … … 3538 2946 } 3539 2947 _ACEOF 3540 ac_clean_files="$ac_clean_files conftest.out" 3541 # Check that the compiler produces executables we can run. If not, either 3542 # the compiler is broken, or we cross compile. 3543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 3544 $as_echo_n "checking whether we are cross compiling... " >&6; } 3545 if test "$cross_compiling" != yes; then 3546 { { ac_try="$ac_link" 2948 rm -f conftest.o conftest.obj 2949 if { (ac_try="$ac_compile" 3547 2950 case "(($ac_try" in 3548 2951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3549 2952 *) ac_try_echo=$ac_try;; 3550 2953 esac 3551 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3552 $as_echo "$ac_try_echo"; } >&5 3553 (eval "$ac_link") 2>&5 3554 ac_status=$? 3555 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3556 test $ac_status = 0; } 3557 if { ac_try='./conftest$ac_cv_exeext' 3558 { { case "(($ac_try" in 3559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3560 *) ac_try_echo=$ac_try;; 3561 esac 3562 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3563 $as_echo "$ac_try_echo"; } >&5 3564 (eval "$ac_try") 2>&5 3565 ac_status=$? 3566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3567 test $ac_status = 0; }; }; then 3568 cross_compiling=no 3569 else 3570 if test "$cross_compiling" = maybe; then 3571 cross_compiling=yes 3572 else 3573 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3574 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3575 as_fn_error $? "cannot run C compiled programs. 3576 If you meant to cross compile, use \`--host'. 3577 See \`config.log' for more details" "$LINENO" 5; } 3578 fi 3579 fi 3580 fi 3581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3582 $as_echo "$cross_compiling" >&6; } 3583 3584 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 3585 ac_clean_files=$ac_clean_files_save 3586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3587 $as_echo_n "checking for suffix of object files... " >&6; } 3588 if ${ac_cv_objext+:} false; then : 3589 $as_echo_n "(cached) " >&6 3590 else 3591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3592 /* end confdefs.h. */ 3593 3594 int 3595 main () 3596 { 3597 3598 ; 3599 return 0; 3600 } 3601 _ACEOF 3602 rm -f conftest.o conftest.obj 3603 if { { ac_try="$ac_compile" 3604 case "(($ac_try" in 3605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3606 *) ac_try_echo=$ac_try;; 3607 esac 3608 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3609 $as_echo "$ac_try_echo"; } >&5 2954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2955 $as_echo "$ac_try_echo") >&5 3610 2956 (eval "$ac_compile") 2>&5 3611 2957 ac_status=$? 3612 $as_echo "$as_me:$ {as_lineno-$LINENO}: \$? = $ac_status" >&53613 test $ac_status = 0; }; then :2958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2959 (exit $ac_status); }; then 3614 2960 for ac_file in conftest.o conftest.obj conftest.*; do 3615 2961 test -f "$ac_file" || continue; … … 3624 2970 sed 's/^/| /' conftest.$ac_ext >&5 3625 2971 3626 { { $as_echo "$as_me:$ {as_lineno-$LINENO}: error: in \`$ac_pwd':" >&52972 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3627 2973 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3628 as_fn_error $? "cannot compute suffix of object files: cannot compile 3629 See \`config.log' for more details" "$LINENO" 5; } 3630 fi 2974 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2975 See \`config.log' for more details." >&5 2976 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 2977 See \`config.log' for more details." >&2;} 2978 { (exit 1); exit 1; }; }; } 2979 fi 2980 3631 2981 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3632 2982 fi 3633 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_cv_objext" >&52983 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 3634 2984 $as_echo "$ac_cv_objext" >&6; } 3635 2985 OBJEXT=$ac_cv_objext 3636 2986 ac_objext=$OBJEXT 3637 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&52987 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 3638 2988 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3639 if ${ac_cv_c_compiler_gnu+:} false; then :2989 if test "${ac_cv_c_compiler_gnu+set}" = set; then 3640 2990 $as_echo_n "(cached) " >&6 3641 2991 else 3642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2992 cat >conftest.$ac_ext <<_ACEOF 2993 /* confdefs.h. */ 2994 _ACEOF 2995 cat confdefs.h >>conftest.$ac_ext 2996 cat >>conftest.$ac_ext <<_ACEOF 3643 2997 /* end confdefs.h. */ 3644 2998 … … 3654 3008 } 3655 3009 _ACEOF 3656 if ac_fn_c_try_compile "$LINENO"; then : 3010 rm -f conftest.$ac_objext 3011 if { (ac_try="$ac_compile" 3012 case "(($ac_try" in 3013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3014 *) ac_try_echo=$ac_try;; 3015 esac 3016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3017 $as_echo "$ac_try_echo") >&5 3018 (eval "$ac_compile") 2>conftest.er1 3019 ac_status=$? 3020 grep -v '^ *+' conftest.er1 >conftest.err 3021 rm -f conftest.er1 3022 cat conftest.err >&5 3023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3024 (exit $ac_status); } && { 3025 test -z "$ac_c_werror_flag" || 3026 test ! -s conftest.err 3027 } && test -s conftest.$ac_objext; then 3657 3028 ac_compiler_gnu=yes 3658 3029 else 3659 ac_compiler_gnu=no 3660 fi 3030 $as_echo "$as_me: failed program was:" >&5 3031 sed 's/^/| /' conftest.$ac_ext >&5 3032 3033 ac_compiler_gnu=no 3034 fi 3035 3661 3036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3662 3037 ac_cv_c_compiler_gnu=$ac_compiler_gnu 3663 3038 3664 3039 fi 3665 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&53040 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 3666 3041 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 3667 3042 if test $ac_compiler_gnu = yes; then … … 3672 3047 ac_test_CFLAGS=${CFLAGS+set} 3673 3048 ac_save_CFLAGS=$CFLAGS 3674 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking whether $CC accepts -g" >&53049 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 3675 3050 $as_echo_n "checking whether $CC accepts -g... " >&6; } 3676 if ${ac_cv_prog_cc_g+:} false; then :3051 if test "${ac_cv_prog_cc_g+set}" = set; then 3677 3052 $as_echo_n "(cached) " >&6 3678 3053 else … … 3681 3056 ac_cv_prog_cc_g=no 3682 3057 CFLAGS="-g" 3683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3058 cat >conftest.$ac_ext <<_ACEOF 3059 /* confdefs.h. */ 3060 _ACEOF 3061 cat confdefs.h >>conftest.$ac_ext 3062 cat >>conftest.$ac_ext <<_ACEOF 3684 3063 /* end confdefs.h. */ 3685 3064 … … 3692 3071 } 3693 3072 _ACEOF 3694 if ac_fn_c_try_compile "$LINENO"; then : 3073 rm -f conftest.$ac_objext 3074 if { (ac_try="$ac_compile" 3075 case "(($ac_try" in 3076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3077 *) ac_try_echo=$ac_try;; 3078 esac 3079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3080 $as_echo "$ac_try_echo") >&5 3081 (eval "$ac_compile") 2>conftest.er1 3082 ac_status=$? 3083 grep -v '^ *+' conftest.er1 >conftest.err 3084 rm -f conftest.er1 3085 cat conftest.err >&5 3086 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3087 (exit $ac_status); } && { 3088 test -z "$ac_c_werror_flag" || 3089 test ! -s conftest.err 3090 } && test -s conftest.$ac_objext; then 3695 3091 ac_cv_prog_cc_g=yes 3696 3092 else 3697 CFLAGS="" 3698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3093 $as_echo "$as_me: failed program was:" >&5 3094 sed 's/^/| /' conftest.$ac_ext >&5 3095 3096 CFLAGS="" 3097 cat >conftest.$ac_ext <<_ACEOF 3098 /* confdefs.h. */ 3099 _ACEOF 3100 cat confdefs.h >>conftest.$ac_ext 3101 cat >>conftest.$ac_ext <<_ACEOF 3699 3102 /* end confdefs.h. */ 3700 3103 … … 3707 3110 } 3708 3111 _ACEOF 3709 if ac_fn_c_try_compile "$LINENO"; then : 3710 3711 else 3712 ac_c_werror_flag=$ac_save_c_werror_flag 3112 rm -f conftest.$ac_objext 3113 if { (ac_try="$ac_compile" 3114 case "(($ac_try" in 3115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3116 *) ac_try_echo=$ac_try;; 3117 esac 3118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3119 $as_echo "$ac_try_echo") >&5 3120 (eval "$ac_compile") 2>conftest.er1 3121 ac_status=$? 3122 grep -v '^ *+' conftest.er1 >conftest.err 3123 rm -f conftest.er1 3124 cat conftest.err >&5 3125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3126 (exit $ac_status); } && { 3127 test -z "$ac_c_werror_flag" || 3128 test ! -s conftest.err 3129 } && test -s conftest.$ac_objext; then 3130 : 3131 else 3132 $as_echo "$as_me: failed program was:" >&5 3133 sed 's/^/| /' conftest.$ac_ext >&5 3134 3135 ac_c_werror_flag=$ac_save_c_werror_flag 3713 3136 CFLAGS="-g" 3714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3137 cat >conftest.$ac_ext <<_ACEOF 3138 /* confdefs.h. */ 3139 _ACEOF 3140 cat confdefs.h >>conftest.$ac_ext 3141 cat >>conftest.$ac_ext <<_ACEOF 3715 3142 /* end confdefs.h. */ 3716 3143 … … 3723 3150 } 3724 3151 _ACEOF 3725 if ac_fn_c_try_compile "$LINENO"; then : 3152 rm -f conftest.$ac_objext 3153 if { (ac_try="$ac_compile" 3154 case "(($ac_try" in 3155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3156 *) ac_try_echo=$ac_try;; 3157 esac 3158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3159 $as_echo "$ac_try_echo") >&5 3160 (eval "$ac_compile") 2>conftest.er1 3161 ac_status=$? 3162 grep -v '^ *+' conftest.er1 >conftest.err 3163 rm -f conftest.er1 3164 cat conftest.err >&5 3165 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3166 (exit $ac_status); } && { 3167 test -z "$ac_c_werror_flag" || 3168 test ! -s conftest.err 3169 } && test -s conftest.$ac_objext; then 3726 3170 ac_cv_prog_cc_g=yes 3727 fi 3171 else 3172 $as_echo "$as_me: failed program was:" >&5 3173 sed 's/^/| /' conftest.$ac_ext >&5 3174 3175 3176 fi 3177 3728 3178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3729 3179 fi 3180 3730 3181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3731 3182 fi 3183 3732 3184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3733 3185 ac_c_werror_flag=$ac_save_c_werror_flag 3734 3186 fi 3735 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&53187 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3736 3188 $as_echo "$ac_cv_prog_cc_g" >&6; } 3737 3189 if test "$ac_test_CFLAGS" = set; then … … 3750 3202 fi 3751 3203 fi 3752 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&53204 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 3753 3205 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3754 if ${ac_cv_prog_cc_c89+:} false; then :3206 if test "${ac_cv_prog_cc_c89+set}" = set; then 3755 3207 $as_echo_n "(cached) " >&6 3756 3208 else 3757 3209 ac_cv_prog_cc_c89=no 3758 3210 ac_save_CC=$CC 3759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3211 cat >conftest.$ac_ext <<_ACEOF 3212 /* confdefs.h. */ 3213 _ACEOF 3214 cat confdefs.h >>conftest.$ac_ext 3215 cat >>conftest.$ac_ext <<_ACEOF 3760 3216 /* end confdefs.h. */ 3761 3217 #include <stdarg.h> 3762 3218 #include <stdio.h> 3763 struct stat; 3219 #include <sys/types.h> 3220 #include <sys/stat.h> 3764 3221 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3765 3222 struct buf { int x; }; … … 3813 3270 do 3814 3271 CC="$ac_save_CC $ac_arg" 3815 if ac_fn_c_try_compile "$LINENO"; then : 3272 rm -f conftest.$ac_objext 3273 if { (ac_try="$ac_compile" 3274 case "(($ac_try" in 3275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3276 *) ac_try_echo=$ac_try;; 3277 esac 3278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3279 $as_echo "$ac_try_echo") >&5 3280 (eval "$ac_compile") 2>conftest.er1 3281 ac_status=$? 3282 grep -v '^ *+' conftest.er1 >conftest.err 3283 rm -f conftest.er1 3284 cat conftest.err >&5 3285 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3286 (exit $ac_status); } && { 3287 test -z "$ac_c_werror_flag" || 3288 test ! -s conftest.err 3289 } && test -s conftest.$ac_objext; then 3816 3290 ac_cv_prog_cc_c89=$ac_arg 3817 fi 3291 else 3292 $as_echo "$as_me: failed program was:" >&5 3293 sed 's/^/| /' conftest.$ac_ext >&5 3294 3295 3296 fi 3297 3818 3298 rm -f core conftest.err conftest.$ac_objext 3819 3299 test "x$ac_cv_prog_cc_c89" != "xno" && break … … 3826 3306 case "x$ac_cv_prog_cc_c89" in 3827 3307 x) 3828 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: none needed" >&53308 { $as_echo "$as_me:$LINENO: result: none needed" >&5 3829 3309 $as_echo "none needed" >&6; } ;; 3830 3310 xno) 3831 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: unsupported" >&53311 { $as_echo "$as_me:$LINENO: result: unsupported" >&5 3832 3312 $as_echo "unsupported" >&6; } ;; 3833 3313 *) 3834 3314 CC="$CC $ac_cv_prog_cc_c89" 3835 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&53315 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3836 3316 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 3837 3317 esac 3838 if test "x$ac_cv_prog_cc_c89" != xno; then : 3839 3840 fi 3318 3841 3319 3842 3320 ac_ext=c … … 3860 3338 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3861 3339 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3862 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for $ac_word" >&53340 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3863 3341 $as_echo_n "checking for $ac_word... " >&6; } 3864 if ${ac_cv_prog_CXX+:} false; then :3342 if test "${ac_cv_prog_CXX+set}" = set; then 3865 3343 $as_echo_n "(cached) " >&6 3866 3344 else … … 3873 3351 IFS=$as_save_IFS 3874 3352 test -z "$as_dir" && as_dir=. 3875 3876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3353 for ac_exec_ext in '' $ac_executable_extensions; do 3354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3877 3355 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3878 $as_echo "$as_me:$ {as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53356 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3879 3357 break 2 3880 3358 fi 3881 3359 done 3882 3360 done 3883 3361 IFS=$as_save_IFS 3884 3362 … … 3887 3365 CXX=$ac_cv_prog_CXX 3888 3366 if test -n "$CXX"; then 3889 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $CXX" >&53367 { $as_echo "$as_me:$LINENO: result: $CXX" >&5 3890 3368 $as_echo "$CXX" >&6; } 3891 3369 else 3892 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no" >&53370 { $as_echo "$as_me:$LINENO: result: no" >&5 3893 3371 $as_echo "no" >&6; } 3894 3372 fi … … 3904 3382 # Extract the first word of "$ac_prog", so it can be a program name with args. 3905 3383 set dummy $ac_prog; ac_word=$2 3906 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for $ac_word" >&53384 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3907 3385 $as_echo_n "checking for $ac_word... " >&6; } 3908 if ${ac_cv_prog_ac_ct_CXX+:} false; then :3386 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 3909 3387 $as_echo_n "(cached) " >&6 3910 3388 else … … 3917 3395 IFS=$as_save_IFS 3918 3396 test -z "$as_dir" && as_dir=. 3919 3920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3397 for ac_exec_ext in '' $ac_executable_extensions; do 3398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3921 3399 ac_cv_prog_ac_ct_CXX="$ac_prog" 3922 $as_echo "$as_me:$ {as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53400 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3923 3401 break 2 3924 3402 fi 3925 3403 done 3926 3404 done 3927 3405 IFS=$as_save_IFS 3928 3406 … … 3931 3409 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3932 3410 if test -n "$ac_ct_CXX"; then 3933 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_ct_CXX" >&53411 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3934 3412 $as_echo "$ac_ct_CXX" >&6; } 3935 3413 else 3936 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no" >&53414 { $as_echo "$as_me:$LINENO: result: no" >&5 3937 3415 $as_echo "no" >&6; } 3938 3416 fi … … 3947 3425 case $cross_compiling:$ac_tool_warned in 3948 3426 yes:) 3949 { $as_echo "$as_me:$ {as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&53427 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3950 3428 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3951 3429 ac_tool_warned=yes ;; … … 3958 3436 fi 3959 3437 # Provide some information about the compiler. 3960 $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for C++ compiler version" >&53438 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3961 3439 set X $ac_compile 3962 3440 ac_compiler=$2 3963 for ac_option in --version -v -V -qversion; do 3964 { { ac_try="$ac_compiler $ac_option >&5" 3441 { (ac_try="$ac_compiler --version >&5" 3965 3442 case "(($ac_try" in 3966 3443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3967 3444 *) ac_try_echo=$ac_try;; 3968 3445 esac 3969 eval ac_try_echo="\"\$as_me:$ {as_lineno-$LINENO}: $ac_try_echo\""3970 $as_echo "$ac_try_echo" ; }>&53971 (eval "$ac_compiler $ac_option >&5") 2>conftest.err3446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3447 $as_echo "$ac_try_echo") >&5 3448 (eval "$ac_compiler --version >&5") 2>&5 3972 3449 ac_status=$? 3973 if test -s conftest.err; then 3974 sed '10a\ 3975 ... rest of stderr output deleted ... 3976 10q' conftest.err >conftest.er1 3977 cat conftest.er1 >&5 3978 fi 3979 rm -f conftest.er1 conftest.err 3980 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3981 test $ac_status = 0; } 3982 done 3983 3984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 3450 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3451 (exit $ac_status); } 3452 { (ac_try="$ac_compiler -v >&5" 3453 case "(($ac_try" in 3454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3455 *) ac_try_echo=$ac_try;; 3456 esac 3457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3458 $as_echo "$ac_try_echo") >&5 3459 (eval "$ac_compiler -v >&5") 2>&5 3460 ac_status=$? 3461 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3462 (exit $ac_status); } 3463 { (ac_try="$ac_compiler -V >&5" 3464 case "(($ac_try" in 3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3466 *) ac_try_echo=$ac_try;; 3467 esac 3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3469 $as_echo "$ac_try_echo") >&5 3470 (eval "$ac_compiler -V >&5") 2>&5 3471 ac_status=$? 3472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3473 (exit $ac_status); } 3474 3475 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3985 3476 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 3986 if ${ac_cv_cxx_compiler_gnu+:} false; then :3477 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 3987 3478 $as_echo_n "(cached) " >&6 3988 3479 else 3989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3480 cat >conftest.$ac_ext <<_ACEOF 3481 /* confdefs.h. */ 3482 _ACEOF 3483 cat confdefs.h >>conftest.$ac_ext 3484 cat >>conftest.$ac_ext <<_ACEOF 3990 3485 /* end confdefs.h. */ 3991 3486 … … 4001 3496 } 4002 3497 _ACEOF 4003 if ac_fn_cxx_try_compile "$LINENO"; then : 3498 rm -f conftest.$ac_objext 3499 if { (ac_try="$ac_compile" 3500 case "(($ac_try" in 3501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3502 *) ac_try_echo=$ac_try;; 3503 esac 3504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3505 $as_echo "$ac_try_echo") >&5 3506 (eval "$ac_compile") 2>conftest.er1 3507 ac_status=$? 3508 grep -v '^ *+' conftest.er1 >conftest.err 3509 rm -f conftest.er1 3510 cat conftest.err >&5 3511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3512 (exit $ac_status); } && { 3513 test -z "$ac_cxx_werror_flag" || 3514 test ! -s conftest.err 3515 } && test -s conftest.$ac_objext; then 4004 3516 ac_compiler_gnu=yes 4005 3517 else 4006 ac_compiler_gnu=no 4007 fi 3518 $as_echo "$as_me: failed program was:" >&5 3519 sed 's/^/| /' conftest.$ac_ext >&5 3520 3521 ac_compiler_gnu=no 3522 fi 3523 4008 3524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4009 3525 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 4010 3526 4011 3527 fi 4012 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&53528 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 4013 3529 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 4014 3530 if test $ac_compiler_gnu = yes; then … … 4019 3535 ac_test_CXXFLAGS=${CXXFLAGS+set} 4020 3536 ac_save_CXXFLAGS=$CXXFLAGS 4021 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking whether $CXX accepts -g" >&53537 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 4022 3538 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 4023 if ${ac_cv_prog_cxx_g+:} false; then :3539 if test "${ac_cv_prog_cxx_g+set}" = set; then 4024 3540 $as_echo_n "(cached) " >&6 4025 3541 else … … 4028 3544 ac_cv_prog_cxx_g=no 4029 3545 CXXFLAGS="-g" 4030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3546 cat >conftest.$ac_ext <<_ACEOF 3547 /* confdefs.h. */ 3548 _ACEOF 3549 cat confdefs.h >>conftest.$ac_ext 3550 cat >>conftest.$ac_ext <<_ACEOF 4031 3551 /* end confdefs.h. */ 4032 3552 … … 4039 3559 } 4040 3560 _ACEOF 4041 if ac_fn_cxx_try_compile "$LINENO"; then : 3561 rm -f conftest.$ac_objext 3562 if { (ac_try="$ac_compile" 3563 case "(($ac_try" in 3564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3565 *) ac_try_echo=$ac_try;; 3566 esac 3567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3568 $as_echo "$ac_try_echo") >&5 3569 (eval "$ac_compile") 2>conftest.er1 3570 ac_status=$? 3571 grep -v '^ *+' conftest.er1 >conftest.err 3572 rm -f conftest.er1 3573 cat conftest.err >&5 3574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3575 (exit $ac_status); } && { 3576 test -z "$ac_cxx_werror_flag" || 3577 test ! -s conftest.err 3578 } && test -s conftest.$ac_objext; then 4042 3579 ac_cv_prog_cxx_g=yes 4043 3580 else 4044 CXXFLAGS="" 4045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3581 $as_echo "$as_me: failed program was:" >&5 3582 sed 's/^/| /' conftest.$ac_ext >&5 3583 3584 CXXFLAGS="" 3585 cat >conftest.$ac_ext <<_ACEOF 3586 /* confdefs.h. */ 3587 _ACEOF 3588 cat confdefs.h >>conftest.$ac_ext 3589 cat >>conftest.$ac_ext <<_ACEOF 4046 3590 /* end confdefs.h. */ 4047 3591 … … 4054 3598 } 4055 3599 _ACEOF 4056 if ac_fn_cxx_try_compile "$LINENO"; then : 4057 4058 else 4059 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3600 rm -f conftest.$ac_objext 3601 if { (ac_try="$ac_compile" 3602 case "(($ac_try" in 3603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3604 *) ac_try_echo=$ac_try;; 3605 esac 3606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3607 $as_echo "$ac_try_echo") >&5 3608 (eval "$ac_compile") 2>conftest.er1 3609 ac_status=$? 3610 grep -v '^ *+' conftest.er1 >conftest.err 3611 rm -f conftest.er1 3612 cat conftest.err >&5 3613 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3614 (exit $ac_status); } && { 3615 test -z "$ac_cxx_werror_flag" || 3616 test ! -s conftest.err 3617 } && test -s conftest.$ac_objext; then 3618 : 3619 else 3620 $as_echo "$as_me: failed program was:" >&5 3621 sed 's/^/| /' conftest.$ac_ext >&5 3622 3623 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4060 3624 CXXFLAGS="-g" 4061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3625 cat >conftest.$ac_ext <<_ACEOF 3626 /* confdefs.h. */ 3627 _ACEOF 3628 cat confdefs.h >>conftest.$ac_ext 3629 cat >>conftest.$ac_ext <<_ACEOF 4062 3630 /* end confdefs.h. */ 4063 3631 … … 4070 3638 } 4071 3639 _ACEOF 4072 if ac_fn_cxx_try_compile "$LINENO"; then : 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_cxx_werror_flag" || 3656 test ! -s conftest.err 3657 } && test -s conftest.$ac_objext; then 4073 3658 ac_cv_prog_cxx_g=yes 4074 fi 3659 else 3660 $as_echo "$as_me: failed program was:" >&5 3661 sed 's/^/| /' conftest.$ac_ext >&5 3662 3663 3664 fi 3665 4075 3666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4076 3667 fi 3668 4077 3669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4078 3670 fi 3671 4079 3672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4080 3673 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4081 3674 fi 4082 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&53675 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 4083 3676 $as_echo "$ac_cv_prog_cxx_g" >&6; } 4084 3677 if test "$ac_test_CXXFLAGS" = set; then … … 4113 3706 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4114 3707 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4115 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for $ac_word" >&53708 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4116 3709 $as_echo_n "checking for $ac_word... " >&6; } 4117 if ${ac_cv_prog_F77+:} false; then :3710 if test "${ac_cv_prog_F77+set}" = set; then 4118 3711 $as_echo_n "(cached) " >&6 4119 3712 else … … 4126 3719 IFS=$as_save_IFS 4127 3720 test -z "$as_dir" && as_dir=. 4128 4129 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3721 for ac_exec_ext in '' $ac_executable_extensions; do 3722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4130 3723 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 4131 $as_echo "$as_me:$ {as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53724 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4132 3725 break 2 4133 3726 fi 4134 3727 done 4135 3728 done 4136 3729 IFS=$as_save_IFS 4137 3730 … … 4140 3733 F77=$ac_cv_prog_F77 4141 3734 if test -n "$F77"; then 4142 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $F77" >&53735 { $as_echo "$as_me:$LINENO: result: $F77" >&5 4143 3736 $as_echo "$F77" >&6; } 4144 3737 else 4145 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no" >&53738 { $as_echo "$as_me:$LINENO: result: no" >&5 4146 3739 $as_echo "no" >&6; } 4147 3740 fi … … 4157 3750 # Extract the first word of "$ac_prog", so it can be a program name with args. 4158 3751 set dummy $ac_prog; ac_word=$2 4159 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for $ac_word" >&53752 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4160 3753 $as_echo_n "checking for $ac_word... " >&6; } 4161 if ${ac_cv_prog_ac_ct_F77+:} false; then :3754 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 4162 3755 $as_echo_n "(cached) " >&6 4163 3756 else … … 4170 3763 IFS=$as_save_IFS 4171 3764 test -z "$as_dir" && as_dir=. 4172 4173 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3765 for ac_exec_ext in '' $ac_executable_extensions; do 3766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4174 3767 ac_cv_prog_ac_ct_F77="$ac_prog" 4175 $as_echo "$as_me:$ {as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53768 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4176 3769 break 2 4177 3770 fi 4178 3771 done 4179 3772 done 4180 3773 IFS=$as_save_IFS 4181 3774 … … 4184 3777 ac_ct_F77=$ac_cv_prog_ac_ct_F77 4185 3778 if test -n "$ac_ct_F77"; then 4186 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_ct_F77" >&53779 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 4187 3780 $as_echo "$ac_ct_F77" >&6; } 4188 3781 else 4189 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: no" >&53782 { $as_echo "$as_me:$LINENO: result: no" >&5 4190 3783 $as_echo "no" >&6; } 4191 3784 fi … … 4200 3793 case $cross_compiling:$ac_tool_warned in 4201 3794 yes:) 4202 { $as_echo "$as_me:$ {as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&53795 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 4203 3796 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 4204 3797 ac_tool_warned=yes ;; … … 4210 3803 4211 3804 # Provide some information about the compiler. 4212 $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for Fortran 77 compiler version" >&53805 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 4213 3806 set X $ac_compile 4214 3807 ac_compiler=$2 4215 for ac_option in --version -v -V -qversion; do 4216 { { ac_try="$ac_compiler $ac_option >&5" 3808 { (ac_try="$ac_compiler --version >&5" 4217 3809 case "(($ac_try" in 4218 3810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4219 3811 *) ac_try_echo=$ac_try;; 4220 3812 esac 4221 eval ac_try_echo="\"\$as_me:$ {as_lineno-$LINENO}: $ac_try_echo\""4222 $as_echo "$ac_try_echo" ; }>&54223 (eval "$ac_compiler $ac_option >&5") 2>conftest.err3813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3814 $as_echo "$ac_try_echo") >&5 3815 (eval "$ac_compiler --version >&5") 2>&5 4224 3816 ac_status=$? 4225 if test -s conftest.err; then 4226 sed '10a\ 4227 ... rest of stderr output deleted ... 4228 10q' conftest.err >conftest.er1 4229 cat conftest.er1 >&5 4230 fi 4231 rm -f conftest.er1 conftest.err 4232 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4233 test $ac_status = 0; } 4234 done 3817 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3818 (exit $ac_status); } 3819 { (ac_try="$ac_compiler -v >&5" 3820 case "(($ac_try" in 3821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3822 *) ac_try_echo=$ac_try;; 3823 esac 3824 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3825 $as_echo "$ac_try_echo") >&5 3826 (eval "$ac_compiler -v >&5") 2>&5 3827 ac_status=$? 3828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3829 (exit $ac_status); } 3830 { (ac_try="$ac_compiler -V >&5" 3831 case "(($ac_try" in 3832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3833 *) ac_try_echo=$ac_try;; 3834 esac 3835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3836 $as_echo "$ac_try_echo") >&5 3837 (eval "$ac_compiler -V >&5") 2>&5 3838 ac_status=$? 3839 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3840 (exit $ac_status); } 4235 3841 rm -f a.out 4236 3842 … … 4239 3845 ac_save_ext=$ac_ext 4240 3846 ac_ext=F 4241 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking whether we are using the GNU Fortran 77 compiler" >&53847 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 4242 3848 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; } 4243 if ${ac_cv_f77_compiler_gnu+:} false; then :3849 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 4244 3850 $as_echo_n "(cached) " >&6 4245 3851 else 4246 cat > 3852 cat >conftest.$ac_ext <<_ACEOF 4247 3853 program main 4248 3854 #ifndef __GNUC__ … … 4252 3858 end 4253 3859 _ACEOF 4254 if ac_fn_f77_try_compile "$LINENO"; then : 3860 rm -f conftest.$ac_objext 3861 if { (ac_try="$ac_compile" 3862 case "(($ac_try" in 3863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3864 *) ac_try_echo=$ac_try;; 3865 esac 3866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3867 $as_echo "$ac_try_echo") >&5 3868 (eval "$ac_compile") 2>conftest.er1 3869 ac_status=$? 3870 grep -v '^ *+' conftest.er1 >conftest.err 3871 rm -f conftest.er1 3872 cat conftest.err >&5 3873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3874 (exit $ac_status); } && { 3875 test -z "$ac_f77_werror_flag" || 3876 test ! -s conftest.err 3877 } && test -s conftest.$ac_objext; then 4255 3878 ac_compiler_gnu=yes 4256 3879 else 4257 ac_compiler_gnu=no 4258 fi 3880 $as_echo "$as_me: failed program was:" >&5 3881 sed 's/^/| /' conftest.$ac_ext >&5 3882 3883 ac_compiler_gnu=no 3884 fi 3885 4259 3886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4260 3887 ac_cv_f77_compiler_gnu=$ac_compiler_gnu 4261 3888 4262 3889 fi 4263 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_cv_f77_compiler_gnu" >&53890 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 4264 3891 $as_echo "$ac_cv_f77_compiler_gnu" >&6; } 4265 3892 ac_ext=$ac_save_ext … … 4267 3894 ac_save_FFLAGS=$FFLAGS 4268 3895 FFLAGS= 4269 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking whether $F77 accepts -g" >&53896 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 4270 3897 $as_echo_n "checking whether $F77 accepts -g... " >&6; } 4271 if ${ac_cv_prog_f77_g+:} false; then :3898 if test "${ac_cv_prog_f77_g+set}" = set; then 4272 3899 $as_echo_n "(cached) " >&6 4273 3900 else 4274 3901 FFLAGS=-g 4275 cat > 3902 cat >conftest.$ac_ext <<_ACEOF 4276 3903 program main 4277 3904 4278 3905 end 4279 3906 _ACEOF 4280 if ac_fn_f77_try_compile "$LINENO"; then : 3907 rm -f conftest.$ac_objext 3908 if { (ac_try="$ac_compile" 3909 case "(($ac_try" in 3910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3911 *) ac_try_echo=$ac_try;; 3912 esac 3913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3914 $as_echo "$ac_try_echo") >&5 3915 (eval "$ac_compile") 2>conftest.er1 3916 ac_status=$? 3917 grep -v '^ *+' conftest.er1 >conftest.err 3918 rm -f conftest.er1 3919 cat conftest.err >&5 3920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3921 (exit $ac_status); } && { 3922 test -z "$ac_f77_werror_flag" || 3923 test ! -s conftest.err 3924 } && test -s conftest.$ac_objext; then 4281 3925 ac_cv_prog_f77_g=yes 4282 3926 else 4283 ac_cv_prog_f77_g=no 4284 fi 3927 $as_echo "$as_me: failed program was:" >&5 3928 sed 's/^/| /' conftest.$ac_ext >&5 3929 3930 ac_cv_prog_f77_g=no 3931 fi 3932 4285 3933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4286 3934 4287 3935 fi 4288 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_cv_prog_f77_g" >&53936 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 4289 3937 $as_echo "$ac_cv_prog_f77_g" >&6; } 4290 3938 if test "$ac_test_FFLAGS" = set; then … … 4329 3977 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4330 3978 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4331 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking how to run the C preprocessor" >&53979 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 4332 3980 $as_echo_n "checking how to run the C preprocessor... " >&6; } 4333 3981 # On Suns, sometimes $CPP names a directory. … … 4336 3984 fi 4337 3985 if test -z "$CPP"; then 4338 if ${ac_cv_prog_CPP+:} false; then :3986 if test "${ac_cv_prog_CPP+set}" = set; then 4339 3987 $as_echo_n "(cached) " >&6 4340 3988 else … … 4351 3999 # On the NeXT, cc -E runs the code through the compiler's parser, 4352 4000 # not just through cpp. "Syntax error" is here to catch this case. 4353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4001 cat >conftest.$ac_ext <<_ACEOF 4002 /* confdefs.h. */ 4003 _ACEOF 4004 cat confdefs.h >>conftest.$ac_ext 4005 cat >>conftest.$ac_ext <<_ACEOF 4354 4006 /* end confdefs.h. */ 4355 4007 #ifdef __STDC__ … … 4360 4012 Syntax error 4361 4013 _ACEOF 4362 if ac_fn_c_try_cpp "$LINENO"; then : 4363 4364 else 4014 if { (ac_try="$ac_cpp conftest.$ac_ext" 4015 case "(($ac_try" in 4016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4017 *) ac_try_echo=$ac_try;; 4018 esac 4019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4020 $as_echo "$ac_try_echo") >&5 4021 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4022 ac_status=$? 4023 grep -v '^ *+' conftest.er1 >conftest.err 4024 rm -f conftest.er1 4025 cat conftest.err >&5 4026 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4027 (exit $ac_status); } >/dev/null && { 4028 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4029 test ! -s conftest.err 4030 }; then 4031 : 4032 else 4033 $as_echo "$as_me: failed program was:" >&5 4034 sed 's/^/| /' conftest.$ac_ext >&5 4035 4365 4036 # Broken: fails on valid input. 4366 4037 continue 4367 4038 fi 4368 rm -f conftest.err conftest.i conftest.$ac_ext 4039 4040 rm -f conftest.err conftest.$ac_ext 4369 4041 4370 4042 # OK, works on sane cases. Now check whether nonexistent headers 4371 4043 # can be detected and how. 4372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4044 cat >conftest.$ac_ext <<_ACEOF 4045 /* confdefs.h. */ 4046 _ACEOF 4047 cat confdefs.h >>conftest.$ac_ext 4048 cat >>conftest.$ac_ext <<_ACEOF 4373 4049 /* end confdefs.h. */ 4374 4050 #include <ac_nonexistent.h> 4375 4051 _ACEOF 4376 if ac_fn_c_try_cpp "$LINENO"; then : 4052 if { (ac_try="$ac_cpp conftest.$ac_ext" 4053 case "(($ac_try" in 4054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4055 *) ac_try_echo=$ac_try;; 4056 esac 4057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4058 $as_echo "$ac_try_echo") >&5 4059 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4060 ac_status=$? 4061 grep -v '^ *+' conftest.er1 >conftest.err 4062 rm -f conftest.er1 4063 cat conftest.err >&5 4064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4065 (exit $ac_status); } >/dev/null && { 4066 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4067 test ! -s conftest.err 4068 }; then 4377 4069 # Broken: success on invalid input. 4378 4070 continue 4379 4071 else 4072 $as_echo "$as_me: failed program was:" >&5 4073 sed 's/^/| /' conftest.$ac_ext >&5 4074 4380 4075 # Passes both tests. 4381 4076 ac_preproc_ok=: 4382 4077 break 4383 4078 fi 4384 rm -f conftest.err conftest.i conftest.$ac_ext 4079 4080 rm -f conftest.err conftest.$ac_ext 4385 4081 4386 4082 done 4387 4083 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4388 rm -f conftest. i conftest.err conftest.$ac_ext4389 if $ac_preproc_ok; then :4084 rm -f conftest.err conftest.$ac_ext 4085 if $ac_preproc_ok; then 4390 4086 break 4391 4087 fi … … 4399 4095 ac_cv_prog_CPP=$CPP 4400 4096 fi 4401 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $CPP" >&54097 { $as_echo "$as_me:$LINENO: result: $CPP" >&5 4402 4098 $as_echo "$CPP" >&6; } 4403 4099 ac_preproc_ok=false … … 4410 4106 # On the NeXT, cc -E runs the code through the compiler's parser, 4411 4107 # not just through cpp. "Syntax error" is here to catch this case. 4412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4108 cat >conftest.$ac_ext <<_ACEOF 4109 /* confdefs.h. */ 4110 _ACEOF 4111 cat confdefs.h >>conftest.$ac_ext 4112 cat >>conftest.$ac_ext <<_ACEOF 4413 4113 /* end confdefs.h. */ 4414 4114 #ifdef __STDC__ … … 4419 4119 Syntax error 4420 4120 _ACEOF 4421 if ac_fn_c_try_cpp "$LINENO"; then : 4422 4423 else 4121 if { (ac_try="$ac_cpp conftest.$ac_ext" 4122 case "(($ac_try" in 4123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4124 *) ac_try_echo=$ac_try;; 4125 esac 4126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4127 $as_echo "$ac_try_echo") >&5 4128 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4129 ac_status=$? 4130 grep -v '^ *+' conftest.er1 >conftest.err 4131 rm -f conftest.er1 4132 cat conftest.err >&5 4133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4134 (exit $ac_status); } >/dev/null && { 4135 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4136 test ! -s conftest.err 4137 }; then 4138 : 4139 else 4140 $as_echo "$as_me: failed program was:" >&5 4141 sed 's/^/| /' conftest.$ac_ext >&5 4142 4424 4143 # Broken: fails on valid input. 4425 4144 continue 4426 4145 fi 4427 rm -f conftest.err conftest.i conftest.$ac_ext 4146 4147 rm -f conftest.err conftest.$ac_ext 4428 4148 4429 4149 # OK, works on sane cases. Now check whether nonexistent headers 4430 4150 # can be detected and how. 4431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4151 cat >conftest.$ac_ext <<_ACEOF 4152 /* confdefs.h. */ 4153 _ACEOF 4154 cat confdefs.h >>conftest.$ac_ext 4155 cat >>conftest.$ac_ext <<_ACEOF 4432 4156 /* end confdefs.h. */ 4433 4157 #include <ac_nonexistent.h> 4434 4158 _ACEOF 4435 if ac_fn_c_try_cpp "$LINENO"; then : 4159 if { (ac_try="$ac_cpp conftest.$ac_ext" 4160 case "(($ac_try" in 4161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4162 *) ac_try_echo=$ac_try;; 4163 esac 4164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4165 $as_echo "$ac_try_echo") >&5 4166 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4167 ac_status=$? 4168 grep -v '^ *+' conftest.er1 >conftest.err 4169 rm -f conftest.er1 4170 cat conftest.err >&5 4171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4172 (exit $ac_status); } >/dev/null && { 4173 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4174 test ! -s conftest.err 4175 }; then 4436 4176 # Broken: success on invalid input. 4437 4177 continue 4438 4178 else 4179 $as_echo "$as_me: failed program was:" >&5 4180 sed 's/^/| /' conftest.$ac_ext >&5 4181 4439 4182 # Passes both tests. 4440 4183 ac_preproc_ok=: 4441 4184 break 4442 4185 fi 4443 rm -f conftest.err conftest.i conftest.$ac_ext 4186 4187 rm -f conftest.err conftest.$ac_ext 4444 4188 4445 4189 done 4446 4190 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4447 rm -f conftest. i conftest.err conftest.$ac_ext4448 if $ac_preproc_ok; then :4449 4450 else 4451 { { $as_echo "$as_me:$ {as_lineno-$LINENO}: error: in \`$ac_pwd':" >&54191 rm -f conftest.err conftest.$ac_ext 4192 if $ac_preproc_ok; then 4193 : 4194 else 4195 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 4452 4196 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4453 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 4454 See \`config.log' for more details" "$LINENO" 5; } 4197 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 4198 See \`config.log' for more details." >&5 4199 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 4200 See \`config.log' for more details." >&2;} 4201 { (exit 1); exit 1; }; }; } 4455 4202 fi 4456 4203 … … 4462 4209 4463 4210 4464 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&54211 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 4465 4212 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4466 if ${ac_cv_path_GREP+:} false; then :4213 if test "${ac_cv_path_GREP+set}" = set; then 4467 4214 $as_echo_n "(cached) " >&6 4468 4215 else … … 4475 4222 IFS=$as_save_IFS 4476 4223 test -z "$as_dir" && as_dir=. 4477 4224 for ac_prog in grep ggrep; do 4478 4225 for ac_exec_ext in '' $ac_executable_extensions; do 4479 4226 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4480 as_fn_executable_p "$ac_path_GREP"|| continue4227 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4481 4228 # Check for GNU ac_path_GREP and select it if it is found. 4482 4229 # Check for GNU $ac_path_GREP … … 4495 4242 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4496 4243 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4497 a s_fn_arith $ac_count + 1 && ac_count=$as_val4244 ac_count=`expr $ac_count + 1` 4498 4245 if test $ac_count -gt ${ac_path_GREP_max-0}; then 4499 4246 # Best one so far, save it but keep looking for a better one … … 4510 4257 done 4511 4258 done 4512 4259 done 4513 4260 IFS=$as_save_IFS 4514 4261 if test -z "$ac_cv_path_GREP"; then 4515 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4262 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4263 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4264 { (exit 1); exit 1; }; } 4516 4265 fi 4517 4266 else … … 4520 4269 4521 4270 fi 4522 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&54271 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4523 4272 $as_echo "$ac_cv_path_GREP" >&6; } 4524 4273 GREP="$ac_cv_path_GREP" 4525 4274 4526 4275 4527 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for egrep" >&54276 { $as_echo "$as_me:$LINENO: checking for egrep" >&5 4528 4277 $as_echo_n "checking for egrep... " >&6; } 4529 if ${ac_cv_path_EGREP+:} false; then :4278 if test "${ac_cv_path_EGREP+set}" = set; then 4530 4279 $as_echo_n "(cached) " >&6 4531 4280 else … … 4541 4290 IFS=$as_save_IFS 4542 4291 test -z "$as_dir" && as_dir=. 4543 4292 for ac_prog in egrep; do 4544 4293 for ac_exec_ext in '' $ac_executable_extensions; do 4545 4294 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4546 as_fn_executable_p "$ac_path_EGREP"|| continue4295 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4547 4296 # Check for GNU ac_path_EGREP and select it if it is found. 4548 4297 # Check for GNU $ac_path_EGREP … … 4561 4310 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4562 4311 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4563 a s_fn_arith $ac_count + 1 && ac_count=$as_val4312 ac_count=`expr $ac_count + 1` 4564 4313 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 4565 4314 # Best one so far, save it but keep looking for a better one … … 4576 4325 done 4577 4326 done 4578 4327 done 4579 4328 IFS=$as_save_IFS 4580 4329 if test -z "$ac_cv_path_EGREP"; then 4581 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4330 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4331 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4332 { (exit 1); exit 1; }; } 4582 4333 fi 4583 4334 else … … 4587 4338 fi 4588 4339 fi 4589 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&54340 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4590 4341 $as_echo "$ac_cv_path_EGREP" >&6; } 4591 4342 EGREP="$ac_cv_path_EGREP" 4592 4343 4593 4344 4594 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking for ANSI C header files" >&54345 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4595 4346 $as_echo_n "checking for ANSI C header files... " >&6; } 4596 if ${ac_cv_header_stdc+:} false; then :4347 if test "${ac_cv_header_stdc+set}" = set; then 4597 4348 $as_echo_n "(cached) " >&6 4598 4349 else 4599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4350 cat >conftest.$ac_ext <<_ACEOF 4351 /* confdefs.h. */ 4352 _ACEOF 4353 cat confdefs.h >>conftest.$ac_ext 4354 cat >>conftest.$ac_ext <<_ACEOF 4600 4355 /* end confdefs.h. */ 4601 4356 #include <stdlib.h> … … 4612 4367 } 4613 4368 _ACEOF 4614 if ac_fn_c_try_compile "$LINENO"; then : 4369 rm -f conftest.$ac_objext 4370 if { (ac_try="$ac_compile" 4371 case "(($ac_try" in 4372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4373 *) ac_try_echo=$ac_try;; 4374 esac 4375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4376 $as_echo "$ac_try_echo") >&5 4377 (eval "$ac_compile") 2>conftest.er1 4378 ac_status=$? 4379 grep -v '^ *+' conftest.er1 >conftest.err 4380 rm -f conftest.er1 4381 cat conftest.err >&5 4382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4383 (exit $ac_status); } && { 4384 test -z "$ac_c_werror_flag" || 4385 test ! -s conftest.err 4386 } && test -s conftest.$ac_objext; then 4615 4387 ac_cv_header_stdc=yes 4616 4388 else 4617 ac_cv_header_stdc=no 4618 fi 4389 $as_echo "$as_me: failed program was:" >&5 4390 sed 's/^/| /' conftest.$ac_ext >&5 4391 4392 ac_cv_header_stdc=no 4393 fi 4394 4619 4395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4620 4396 4621 4397 if test $ac_cv_header_stdc = yes; then 4622 4398 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4399 cat >conftest.$ac_ext <<_ACEOF 4400 /* confdefs.h. */ 4401 _ACEOF 4402 cat confdefs.h >>conftest.$ac_ext 4403 cat >>conftest.$ac_ext <<_ACEOF 4624 4404 /* end confdefs.h. */ 4625 4405 #include <string.h> … … 4627 4407 _ACEOF 4628 4408 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4629 $EGREP "memchr" >/dev/null 2>&1; then :4630 4409 $EGREP "memchr" >/dev/null 2>&1; then 4410 : 4631 4411 else 4632 4412 ac_cv_header_stdc=no … … 4638 4418 if test $ac_cv_header_stdc = yes; then 4639 4419 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4420 cat >conftest.$ac_ext <<_ACEOF 4421 /* confdefs.h. */ 4422 _ACEOF 4423 cat confdefs.h >>conftest.$ac_ext 4424 cat >>conftest.$ac_ext <<_ACEOF 4641 4425 /* end confdefs.h. */ 4642 4426 #include <stdlib.h> … … 4644 4428 _ACEOF 4645 4429 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4646 $EGREP "free" >/dev/null 2>&1; then :4647 4430 $EGREP "free" >/dev/null 2>&1; then 4431 : 4648 4432 else 4649 4433 ac_cv_header_stdc=no … … 4655 4439 if test $ac_cv_header_stdc = yes; then 4656 4440 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 4657 if test "$cross_compiling" = yes; then :4441 if test "$cross_compiling" = yes; then 4658 4442 : 4659 4443 else 4660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4444 cat >conftest.$ac_ext <<_ACEOF 4445 /* confdefs.h. */ 4446 _ACEOF 4447 cat confdefs.h >>conftest.$ac_ext 4448 cat >>conftest.$ac_ext <<_ACEOF 4661 4449 /* end confdefs.h. */ 4662 4450 #include <ctype.h> … … 4685 4473 } 4686 4474 _ACEOF 4687 if ac_fn_c_try_run "$LINENO"; then : 4688 4689 else 4690 ac_cv_header_stdc=no 4691 fi 4692 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 4693 conftest.$ac_objext conftest.beam conftest.$ac_ext 4694 fi 4695 4696 fi 4697 fi 4698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 4475 rm -f conftest$ac_exeext 4476 if { (ac_try="$ac_link" 4477 case "(($ac_try" in 4478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4479 *) ac_try_echo=$ac_try;; 4480 esac 4481 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4482 $as_echo "$ac_try_echo") >&5 4483 (eval "$ac_link") 2>&5 4484 ac_status=$? 4485 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4486 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4487 { (case "(($ac_try" in 4488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4489 *) ac_try_echo=$ac_try;; 4490 esac 4491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4492 $as_echo "$ac_try_echo") >&5 4493 (eval "$ac_try") 2>&5 4494 ac_status=$? 4495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4496 (exit $ac_status); }; }; then 4497 : 4498 else 4499 $as_echo "$as_me: program exited with status $ac_status" >&5 4500 $as_echo "$as_me: failed program was:" >&5 4501 sed 's/^/| /' conftest.$ac_ext >&5 4502 4503 ( exit $ac_status ) 4504 ac_cv_header_stdc=no 4505 fi 4506 rm -rf conftest.dSYM 4507 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4508 fi 4509 4510 4511 fi 4512 fi 4513 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4699 4514 $as_echo "$ac_cv_header_stdc" >&6; } 4700 4515 if test $ac_cv_header_stdc = yes; then 4701 4516 4702 $as_echo "#define STDC_HEADERS 1" >>confdefs.h 4703 4704 fi 4705 4706 ac_fn_c_check_func "$LINENO" "atol" "ac_cv_func_atol" 4707 if test "x$ac_cv_func_atol" = xyes; then : 4708 4709 else 4710 as_fn_error $? "oops! no atol ?!?" "$LINENO" 5 4517 cat >>confdefs.h <<\_ACEOF 4518 #define STDC_HEADERS 1 4519 _ACEOF 4520 4521 fi 4522 4523 { $as_echo "$as_me:$LINENO: checking for atol" >&5 4524 $as_echo_n "checking for atol... " >&6; } 4525 if test "${ac_cv_func_atol+set}" = set; then 4526 $as_echo_n "(cached) " >&6 4527 else 4528 cat >conftest.$ac_ext <<_ACEOF 4529 /* confdefs.h. */ 4530 _ACEOF 4531 cat confdefs.h >>conftest.$ac_ext 4532 cat >>conftest.$ac_ext <<_ACEOF 4533 /* end confdefs.h. */ 4534 /* Define atol to an innocuous variant, in case <limits.h> declares atol. 4535 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 4536 #define atol innocuous_atol 4537 4538 /* System header to define __stub macros and hopefully few prototypes, 4539 which can conflict with char atol (); below. 4540 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 4541 <limits.h> exists even on freestanding compilers. */ 4542 4543 #ifdef __STDC__ 4544 # include <limits.h> 4545 #else 4546 # include <assert.h> 4547 #endif 4548 4549 #undef atol 4550 4551 /* Override any GCC internal prototype to avoid an error. 4552 Use char because int might match the return type of a GCC 4553 builtin and then its argument prototype would still apply. */ 4554 #ifdef __cplusplus 4555 extern "C" 4556 #endif 4557 char atol (); 4558 /* The GNU C library defines this for functions which it implements 4559 to always fail with ENOSYS. Some functions are actually named 4560 something starting with __ and the normal name is an alias. */ 4561 #if defined __stub_atol || defined __stub___atol 4562 choke me 4563 #endif 4564 4565 int 4566 main () 4567 { 4568 return atol (); 4569 ; 4570 return 0; 4571 } 4572 _ACEOF 4573 rm -f conftest.$ac_objext conftest$ac_exeext 4574 if { (ac_try="$ac_link" 4575 case "(($ac_try" in 4576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4577 *) ac_try_echo=$ac_try;; 4578 esac 4579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4580 $as_echo "$ac_try_echo") >&5 4581 (eval "$ac_link") 2>conftest.er1 4582 ac_status=$? 4583 grep -v '^ *+' conftest.er1 >conftest.err 4584 rm -f conftest.er1 4585 cat conftest.err >&5 4586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4587 (exit $ac_status); } && { 4588 test -z "$ac_c_werror_flag" || 4589 test ! -s conftest.err 4590 } && test -s conftest$ac_exeext && { 4591 test "$cross_compiling" = yes || 4592 $as_test_x conftest$ac_exeext 4593 }; then 4594 ac_cv_func_atol=yes 4595 else 4596 $as_echo "$as_me: failed program was:" >&5 4597 sed 's/^/| /' conftest.$ac_ext >&5 4598 4599 ac_cv_func_atol=no 4600 fi 4601 4602 rm -rf conftest.dSYM 4603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4604 conftest$ac_exeext conftest.$ac_ext 4605 fi 4606 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5 4607 $as_echo "$ac_cv_func_atol" >&6; } 4608 if test "x$ac_cv_func_atol" = x""yes; then 4609 : 4610 else 4611 { { $as_echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5 4612 $as_echo "$as_me: error: oops! no atol ?!?" >&2;} 4613 { (exit 1); exit 1; }; } 4711 4614 fi 4712 4615 … … 4720 4623 4721 4624 4625 4722 4626 for ac_func in sysinfo 4723 do : 4724 ac_fn_cxx_check_func "$LINENO" "sysinfo" "ac_cv_func_sysinfo" 4725 if test "x$ac_cv_func_sysinfo" = xyes; then : 4627 do 4628 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 4629 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 4630 $as_echo_n "checking for $ac_func... " >&6; } 4631 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 4632 $as_echo_n "(cached) " >&6 4633 else 4634 cat >conftest.$ac_ext <<_ACEOF 4635 /* confdefs.h. */ 4636 _ACEOF 4637 cat confdefs.h >>conftest.$ac_ext 4638 cat >>conftest.$ac_ext <<_ACEOF 4639 /* end confdefs.h. */ 4640 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 4641 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 4642 #define $ac_func innocuous_$ac_func 4643 4644 /* System header to define __stub macros and hopefully few prototypes, 4645 which can conflict with char $ac_func (); below. 4646 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 4647 <limits.h> exists even on freestanding compilers. */ 4648 4649 #ifdef __STDC__ 4650 # include <limits.h> 4651 #else 4652 # include <assert.h> 4653 #endif 4654 4655 #undef $ac_func 4656 4657 /* Override any GCC internal prototype to avoid an error. 4658 Use char because int might match the return type of a GCC 4659 builtin and then its argument prototype would still apply. */ 4660 #ifdef __cplusplus 4661 extern "C" 4662 #endif 4663 char $ac_func (); 4664 /* The GNU C library defines this for functions which it implements 4665 to always fail with ENOSYS. Some functions are actually named 4666 something starting with __ and the normal name is an alias. */ 4667 #if defined __stub_$ac_func || defined __stub___$ac_func 4668 choke me 4669 #endif 4670 4671 int 4672 main () 4673 { 4674 return $ac_func (); 4675 ; 4676 return 0; 4677 } 4678 _ACEOF 4679 rm -f conftest.$ac_objext conftest$ac_exeext 4680 if { (ac_try="$ac_link" 4681 case "(($ac_try" in 4682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4683 *) ac_try_echo=$ac_try;; 4684 esac 4685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4686 $as_echo "$ac_try_echo") >&5 4687 (eval "$ac_link") 2>conftest.er1 4688 ac_status=$? 4689 grep -v '^ *+' conftest.er1 >conftest.err 4690 rm -f conftest.er1 4691 cat conftest.err >&5 4692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4693 (exit $ac_status); } && { 4694 test -z "$ac_cxx_werror_flag" || 4695 test ! -s conftest.err 4696 } && test -s conftest$ac_exeext && { 4697 test "$cross_compiling" = yes || 4698 $as_test_x conftest$ac_exeext 4699 }; then 4700 eval "$as_ac_var=yes" 4701 else 4702 $as_echo "$as_me: failed program was:" >&5 4703 sed 's/^/| /' conftest.$ac_ext >&5 4704 4705 eval "$as_ac_var=no" 4706 fi 4707 4708 rm -rf conftest.dSYM 4709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4710 conftest$ac_exeext conftest.$ac_ext 4711 fi 4712 ac_res=`eval 'as_val=${'$as_ac_var'} 4713 $as_echo "$as_val"'` 4714 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4715 $as_echo "$ac_res" >&6; } 4716 as_val=`eval 'as_val=${'$as_ac_var'} 4717 $as_echo "$as_val"'` 4718 if test "x$as_val" = x""yes; then 4726 4719 cat >>confdefs.h <<_ACEOF 4727 #define HAVE_SYSINFO14720 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 4728 4721 _ACEOF 4729 4722 4730 4723 fi 4731 4724 done 4725 4726 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4737 inttypes.h stdint.h unistd.h 4738 do 4739 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4740 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4741 $as_echo_n "checking for $ac_header... " >&6; } 4742 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4743 $as_echo_n "(cached) " >&6 4744 else 4745 cat >conftest.$ac_ext <<_ACEOF 4746 /* confdefs.h. */ 4747 _ACEOF 4748 cat confdefs.h >>conftest.$ac_ext 4749 cat >>conftest.$ac_ext <<_ACEOF 4750 /* end confdefs.h. */ 4751 $ac_includes_default 4752 4753 #include <$ac_header> 4754 _ACEOF 4755 rm -f conftest.$ac_objext 4756 if { (ac_try="$ac_compile" 4757 case "(($ac_try" in 4758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4759 *) ac_try_echo=$ac_try;; 4760 esac 4761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4762 $as_echo "$ac_try_echo") >&5 4763 (eval "$ac_compile") 2>conftest.er1 4764 ac_status=$? 4765 grep -v '^ *+' conftest.er1 >conftest.err 4766 rm -f conftest.er1 4767 cat conftest.err >&5 4768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4769 (exit $ac_status); } && { 4770 test -z "$ac_cxx_werror_flag" || 4771 test ! -s conftest.err 4772 } && test -s conftest.$ac_objext; then 4773 eval "$as_ac_Header=yes" 4774 else 4775 $as_echo "$as_me: failed program was:" >&5 4776 sed 's/^/| /' conftest.$ac_ext >&5 4777 4778 eval "$as_ac_Header=no" 4779 fi 4780 4781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4782 fi 4783 ac_res=`eval 'as_val=${'$as_ac_Header'} 4784 $as_echo "$as_val"'` 4785 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4786 $as_echo "$ac_res" >&6; } 4787 as_val=`eval 'as_val=${'$as_ac_Header'} 4788 $as_echo "$as_val"'` 4789 if test "x$as_val" = x""yes; then 4790 cat >>confdefs.h <<_ACEOF 4791 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4792 _ACEOF 4793 4794 fi 4795 4796 done 4797 4732 4798 4733 4799 ac_ext=cpp … … 4736 4802 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4737 4803 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4738 { $as_echo "$as_me:$ {as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&54804 { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 4739 4805 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } 4740 4806 if test -z "$CXXCPP"; then 4741 if ${ac_cv_prog_CXXCPP+:} false; then :4807 if test "${ac_cv_prog_CXXCPP+set}" = set; then 4742 4808 $as_echo_n "(cached) " >&6 4743 4809 else … … 4754 4820 # On the NeXT, cc -E runs the code through the compiler's parser, 4755 4821 # not just through cpp. "Syntax error" is here to catch this case. 4756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4822 cat >conftest.$ac_ext <<_ACEOF 4823 /* confdefs.h. */ 4824 _ACEOF 4825 cat confdefs.h >>conftest.$ac_ext 4826 cat >>conftest.$ac_ext <<_ACEOF 4757 4827 /* end confdefs.h. */ 4758 4828 #ifdef __STDC__ … … 4763 4833 Syntax error 4764 4834 _ACEOF 4765 if ac_fn_cxx_try_cpp "$LINENO"; then : 4766 4767 else 4835 if { (ac_try="$ac_cpp conftest.$ac_ext" 4836 case "(($ac_try" in 4837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4838 *) ac_try_echo=$ac_try;; 4839 esac 4840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4841 $as_echo "$ac_try_echo") >&5 4842 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4843 ac_status=$? 4844 grep -v '^ *+' conftest.er1 >conftest.err 4845 rm -f conftest.er1 4846 cat conftest.err >&5 4847 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4848 (exit $ac_status); } >/dev/null && { 4849 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4850 test ! -s conftest.err 4851 }; then 4852 : 4853 else 4854 $as_echo "$as_me: failed program was:" >&5 4855 sed 's/^/| /' conftest.$ac_ext >&5 4856 4768 4857 # Broken: fails on valid input. 4769 4858 continue 4770 4859 fi 4771 rm -f conftest.err conftest.i conftest.$ac_ext 4860 4861 rm -f conftest.err conftest.$ac_ext 4772 4862 4773 4863 # OK, works on sane cases. Now check whether nonexistent headers 4774 4864 # can be detected and how. 4775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4865 cat >conftest.$ac_ext <<_ACEOF 4866 /* confdefs.h. */ 4867 _ACEOF 4868 cat confdefs.h >>conftest.$ac_ext 4869 cat >>conftest.$ac_ext <<_ACEOF 4776 4870 /* end confdefs.h. */ 4777 4871 #include <ac_nonexistent.h> 4778 4872 _ACEOF 4779 if ac_fn_cxx_try_cpp "$LINENO"; then : 4873 if { (ac_try="$ac_cpp conftest.$ac_ext" 4874 case "(($ac_try" in 4875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4876 *) ac_try_echo=$ac_try;; 4877 esac 4878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4879 $as_echo "$ac_try_echo") >&5 4880 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4881 ac_status=$? 4882 grep -v '^ *+' conftest.er1 >conftest.err 4883 rm -f conftest.er1 4884 cat conftest.err >&5 4885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4886 (exit $ac_status); } >/dev/null && { 4887 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4888 test ! -s conftest.err 4889 }; then 4780 4890 # Broken: success on invalid input. 4781 4891 continue 4782 4892 else 4893 $as_echo "$as_me: failed program was:" >&5 4894 sed 's/^/| /' conftest.$ac_ext >&5 4895 4783 4896 # Passes both tests. 4784 4897 ac_preproc_ok=: 4785 4898 break 4786 4899 fi 4787 rm -f conftest.err conftest.i conftest.$ac_ext 4900 4901 rm -f conftest.err conftest.$ac_ext 4788 4902 4789 4903 done 4790 4904 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4791 rm -f conftest. i conftest.err conftest.$ac_ext4792 if $ac_preproc_ok; then :4905 rm -f conftest.err conftest.$ac_ext 4906 if $ac_preproc_ok; then 4793 4907 break 4794 4908 fi … … 4802 4916 ac_cv_prog_CXXCPP=$CXXCPP 4803 4917 fi 4804 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $CXXCPP" >&54918 { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5 4805 4919 $as_echo "$CXXCPP" >&6; } 4806 4920 ac_preproc_ok=false … … 4813 4927 # On the NeXT, cc -E runs the code through the compiler's parser, 4814 4928 # not just through cpp. "Syntax error" is here to catch this case. 4815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4929 cat >conftest.$ac_ext <<_ACEOF 4930 /* confdefs.h. */ 4931 _ACEOF 4932 cat confdefs.h >>conftest.$ac_ext 4933 cat >>conftest.$ac_ext <<_ACEOF 4816 4934 /* end confdefs.h. */ 4817 4935 #ifdef __STDC__ … … 4822 4940 Syntax error 4823 4941 _ACEOF 4824 if ac_fn_cxx_try_cpp "$LINENO"; then : 4825 4826 else 4942 if { (ac_try="$ac_cpp conftest.$ac_ext" 4943 case "(($ac_try" in 4944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4945 *) ac_try_echo=$ac_try;; 4946 esac 4947 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4948 $as_echo "$ac_try_echo") >&5 4949 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4950 ac_status=$? 4951 grep -v '^ *+' conftest.er1 >conftest.err 4952 rm -f conftest.er1 4953 cat conftest.err >&5 4954 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4955 (exit $ac_status); } >/dev/null && { 4956 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4957 test ! -s conftest.err 4958 }; then 4959 : 4960 else 4961 $as_echo "$as_me: failed program was:" >&5 4962 sed 's/^/| /' conftest.$ac_ext >&5 4963 4827 4964 # Broken: fails on valid input. 4828 4965 continue 4829 4966 fi 4830 rm -f conftest.err conftest.i conftest.$ac_ext 4967 4968 rm -f conftest.err conftest.$ac_ext 4831 4969 4832 4970 # OK, works on sane cases. Now check whether nonexistent headers 4833 4971 # can be detected and how. 4834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4972 cat >conftest.$ac_ext <<_ACEOF 4973 /* confdefs.h. */ 4974 _ACEOF 4975 cat confdefs.h >>conftest.$ac_ext 4976 cat >>conftest.$ac_ext <<_ACEOF 4835 4977 /* end confdefs.h. */ 4836 4978 #include <ac_nonexistent.h> 4837 4979 _ACEOF 4838 if ac_fn_cxx_try_cpp "$LINENO"; then : 4980 if { (ac_try="$ac_cpp conftest.$ac_ext" 4981 case "(($ac_try" in 4982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4983 *) ac_try_echo=$ac_try;; 4984 esac 4985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4986 $as_echo "$ac_try_echo") >&5 4987 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4988 ac_status=$? 4989 grep -v '^ *+' conftest.er1 >conftest.err 4990 rm -f conftest.er1 4991 cat conftest.err >&5 4992 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4993 (exit $ac_status); } >/dev/null && { 4994 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4995 test ! -s conftest.err 4996 }; then 4839 4997 # Broken: success on invalid input. 4840 4998 continue 4841 4999 else 5000 $as_echo "$as_me: failed program was:" >&5 5001 sed 's/^/| /' conftest.$ac_ext >&5 5002 4842 5003 # Passes both tests. 4843 5004 ac_preproc_ok=: 4844 5005 break 4845 5006 fi 4846 rm -f conftest.err conftest.i conftest.$ac_ext 5007 5008 rm -f conftest.err conftest.$ac_ext 4847 5009 4848 5010 done 4849 5011 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4850 rm -f conftest. i conftest.err conftest.$ac_ext4851 if $ac_preproc_ok; then :4852 4853 else 4854 { { $as_echo "$as_me:$ {as_lineno-$LINENO}: error: in \`$ac_pwd':" >&55012 rm -f conftest.err conftest.$ac_ext 5013 if $ac_preproc_ok; then 5014 : 5015 else 5016 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 4855 5017 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4856 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check 4857 See \`config.log' for more details" "$LINENO" 5; } 5018 { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 5019 See \`config.log' for more details." >&5 5020 $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 5021 See \`config.log' for more details." >&2;} 5022 { (exit 1); exit 1; }; }; } 4858 5023 fi 4859 5024 … … 4865 5030 4866 5031 4867 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 4868 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4869 inttypes.h stdint.h unistd.h 4870 do : 4871 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4872 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 4873 " 4874 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 5032 5033 for ac_header in sys/sysinfo.h 5034 do 5035 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5037 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5038 $as_echo_n "checking for $ac_header... " >&6; } 5039 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5040 $as_echo_n "(cached) " >&6 5041 fi 5042 ac_res=`eval 'as_val=${'$as_ac_Header'} 5043 $as_echo "$as_val"'` 5044 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5045 $as_echo "$ac_res" >&6; } 5046 else 5047 # Is the header compilable? 5048 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5049 $as_echo_n "checking $ac_header usability... " >&6; } 5050 cat >conftest.$ac_ext <<_ACEOF 5051 /* confdefs.h. */ 5052 _ACEOF 5053 cat confdefs.h >>conftest.$ac_ext 5054 cat >>conftest.$ac_ext <<_ACEOF 5055 /* end confdefs.h. */ 5056 $ac_includes_default 5057 #include <$ac_header> 5058 _ACEOF 5059 rm -f conftest.$ac_objext 5060 if { (ac_try="$ac_compile" 5061 case "(($ac_try" in 5062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5063 *) ac_try_echo=$ac_try;; 5064 esac 5065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5066 $as_echo "$ac_try_echo") >&5 5067 (eval "$ac_compile") 2>conftest.er1 5068 ac_status=$? 5069 grep -v '^ *+' conftest.er1 >conftest.err 5070 rm -f conftest.er1 5071 cat conftest.err >&5 5072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5073 (exit $ac_status); } && { 5074 test -z "$ac_cxx_werror_flag" || 5075 test ! -s conftest.err 5076 } && test -s conftest.$ac_objext; then 5077 ac_header_compiler=yes 5078 else 5079 $as_echo "$as_me: failed program was:" >&5 5080 sed 's/^/| /' conftest.$ac_ext >&5 5081 5082 ac_header_compiler=no 5083 fi 5084 5085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5086 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5087 $as_echo "$ac_header_compiler" >&6; } 5088 5089 # Is the header present? 5090 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5091 $as_echo_n "checking $ac_header presence... " >&6; } 5092 cat >conftest.$ac_ext <<_ACEOF 5093 /* confdefs.h. */ 5094 _ACEOF 5095 cat confdefs.h >>conftest.$ac_ext 5096 cat >>conftest.$ac_ext <<_ACEOF 5097 /* end confdefs.h. */ 5098 #include <$ac_header> 5099 _ACEOF 5100 if { (ac_try="$ac_cpp conftest.$ac_ext" 5101 case "(($ac_try" in 5102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5103 *) ac_try_echo=$ac_try;; 5104 esac 5105 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5106 $as_echo "$ac_try_echo") >&5 5107 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5108 ac_status=$? 5109 grep -v '^ *+' conftest.er1 >conftest.err 5110 rm -f conftest.er1 5111 cat conftest.err >&5 5112 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5113 (exit $ac_status); } >/dev/null && { 5114 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5115 test ! -s conftest.err 5116 }; then 5117 ac_header_preproc=yes 5118 else 5119 $as_echo "$as_me: failed program was:" >&5 5120 sed 's/^/| /' conftest.$ac_ext >&5 5121 5122 ac_header_preproc=no 5123 fi 5124 5125 rm -f conftest.err conftest.$ac_ext 5126 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5127 $as_echo "$ac_header_preproc" >&6; } 5128 5129 # So? What about this header? 5130 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5131 yes:no: ) 5132 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5133 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5134 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5135 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5136 ac_header_preproc=yes 5137 ;; 5138 no:yes:* ) 5139 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5140 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5141 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5142 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5143 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5144 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5145 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5146 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5147 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5148 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5149 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5150 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5151 ( cat <<\_ASBOX 5152 ## ----------------------------------- ## 5153 ## Report this to rappture@nanohub.org ## 5154 ## ----------------------------------- ## 5155 _ASBOX 5156 ) | sed "s/^/$as_me: WARNING: /" >&2 5157 ;; 5158 esac 5159 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5160 $as_echo_n "checking for $ac_header... " >&6; } 5161 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5162 $as_echo_n "(cached) " >&6 5163 else 5164 eval "$as_ac_Header=\$ac_header_preproc" 5165 fi 5166 ac_res=`eval 'as_val=${'$as_ac_Header'} 5167 $as_echo "$as_val"'` 5168 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5169 $as_echo "$ac_res" >&6; } 5170 5171 fi 5172 as_val=`eval 'as_val=${'$as_ac_Header'} 5173 $as_echo "$as_val"'` 5174 if test "x$as_val" = x""yes; then 4875 5175 cat >>confdefs.h <<_ACEOF 4876 5176 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 … … 4882 5182 4883 5183 4884 for ac_header in sys/sysinfo.h 4885 do : 4886 ac_fn_cxx_check_header_mongrel "$LINENO" "sys/sysinfo.h" "ac_cv_header_sys_sysinfo_h" "$ac_includes_default" 4887 if test "x$ac_cv_header_sys_sysinfo_h" = xyes; then : 4888 cat >>confdefs.h <<_ACEOF 4889 #define HAVE_SYS_SYSINFO_H 1 4890 _ACEOF 4891 4892 fi 4893 4894 done 4895 4896 4897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5 5184 5185 { $as_echo "$as_me:$LINENO: checking for main in -lm" >&5 4898 5186 $as_echo_n "checking for main in -lm... " >&6; } 4899 if ${ac_cv_lib_m_main+:} false; then :5187 if test "${ac_cv_lib_m_main+set}" = set; then 4900 5188 $as_echo_n "(cached) " >&6 4901 5189 else 4902 5190 ac_check_lib_save_LIBS=$LIBS 4903 5191 LIBS="-lm $LIBS" 4904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5192 cat >conftest.$ac_ext <<_ACEOF 5193 /* confdefs.h. */ 5194 _ACEOF 5195 cat confdefs.h >>conftest.$ac_ext 5196 cat >>conftest.$ac_ext <<_ACEOF 4905 5197 /* end confdefs.h. */ 4906 5198 … … 4914 5206 } 4915 5207 _ACEOF 4916 if ac_fn_cxx_try_link "$LINENO"; then : 5208 rm -f conftest.$ac_objext conftest$ac_exeext 5209 if { (ac_try="$ac_link" 5210 case "(($ac_try" in 5211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5212 *) ac_try_echo=$ac_try;; 5213 esac 5214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5215 $as_echo "$ac_try_echo") >&5 5216 (eval "$ac_link") 2>conftest.er1 5217 ac_status=$? 5218 grep -v '^ *+' conftest.er1 >conftest.err 5219 rm -f conftest.er1 5220 cat conftest.err >&5 5221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5222 (exit $ac_status); } && { 5223 test -z "$ac_cxx_werror_flag" || 5224 test ! -s conftest.err 5225 } && test -s conftest$ac_exeext && { 5226 test "$cross_compiling" = yes || 5227 $as_test_x conftest$ac_exeext 5228 }; then 4917 5229 ac_cv_lib_m_main=yes 4918 5230 else 4919 ac_cv_lib_m_main=no 4920 fi 4921 rm -f core conftest.err conftest.$ac_objext \ 4922 conftest$ac_exeext conftest.$ac_ext 5231 $as_echo "$as_me: failed program was:" >&5 5232 sed 's/^/| /' conftest.$ac_ext >&5 5233 5234 ac_cv_lib_m_main=no 5235 fi 5236 5237 rm -rf conftest.dSYM 5238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5239 conftest$ac_exeext conftest.$ac_ext 4923 5240 LIBS=$ac_check_lib_save_LIBS 4924 5241 fi 4925 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&55242 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5 4926 5243 $as_echo "$ac_cv_lib_m_main" >&6; } 4927 if test "x$ac_cv_lib_m_main" = x yes; then :5244 if test "x$ac_cv_lib_m_main" = x""yes; then 4928 5245 cat >>confdefs.h <<_ACEOF 4929 5246 #define HAVE_LIBM 1 … … 4933 5250 4934 5251 else 4935 as_fn_error $? "librappture requires libm" "$LINENO" 5 4936 fi 4937 4938 4939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clrtoeol in -lncurses" >&5 5252 { { $as_echo "$as_me:$LINENO: error: librappture requires libm" >&5 5253 $as_echo "$as_me: error: librappture requires libm" >&2;} 5254 { (exit 1); exit 1; }; } 5255 fi 5256 5257 5258 5259 { $as_echo "$as_me:$LINENO: checking for clrtoeol in -lncurses" >&5 4940 5260 $as_echo_n "checking for clrtoeol in -lncurses... " >&6; } 4941 if ${ac_cv_lib_ncurses_clrtoeol+:} false; then :5261 if test "${ac_cv_lib_ncurses_clrtoeol+set}" = set; then 4942 5262 $as_echo_n "(cached) " >&6 4943 5263 else 4944 5264 ac_check_lib_save_LIBS=$LIBS 4945 5265 LIBS="-lncurses $LIBS" 4946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5266 cat >conftest.$ac_ext <<_ACEOF 5267 /* confdefs.h. */ 5268 _ACEOF 5269 cat confdefs.h >>conftest.$ac_ext 5270 cat >>conftest.$ac_ext <<_ACEOF 4947 5271 /* end confdefs.h. */ 4948 5272 … … 4962 5286 } 4963 5287 _ACEOF 4964 if ac_fn_cxx_try_link "$LINENO"; then : 5288 rm -f conftest.$ac_objext conftest$ac_exeext 5289 if { (ac_try="$ac_link" 5290 case "(($ac_try" in 5291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5292 *) ac_try_echo=$ac_try;; 5293 esac 5294 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5295 $as_echo "$ac_try_echo") >&5 5296 (eval "$ac_link") 2>conftest.er1 5297 ac_status=$? 5298 grep -v '^ *+' conftest.er1 >conftest.err 5299 rm -f conftest.er1 5300 cat conftest.err >&5 5301 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5302 (exit $ac_status); } && { 5303 test -z "$ac_cxx_werror_flag" || 5304 test ! -s conftest.err 5305 } && test -s conftest$ac_exeext && { 5306 test "$cross_compiling" = yes || 5307 $as_test_x conftest$ac_exeext 5308 }; then 4965 5309 ac_cv_lib_ncurses_clrtoeol=yes 4966 5310 else 4967 ac_cv_lib_ncurses_clrtoeol=no 4968 fi 4969 rm -f core conftest.err conftest.$ac_objext \ 4970 conftest$ac_exeext conftest.$ac_ext 5311 $as_echo "$as_me: failed program was:" >&5 5312 sed 's/^/| /' conftest.$ac_ext >&5 5313 5314 ac_cv_lib_ncurses_clrtoeol=no 5315 fi 5316 5317 rm -rf conftest.dSYM 5318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5319 conftest$ac_exeext conftest.$ac_ext 4971 5320 LIBS=$ac_check_lib_save_LIBS 4972 5321 fi 4973 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_cv_lib_ncurses_clrtoeol" >&55322 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_clrtoeol" >&5 4974 5323 $as_echo "$ac_cv_lib_ncurses_clrtoeol" >&6; } 4975 if test "x$ac_cv_lib_ncurses_clrtoeol" = x yes; then :5324 if test "x$ac_cv_lib_ncurses_clrtoeol" = x""yes; then 4976 5325 cat >>confdefs.h <<_ACEOF 4977 5326 #define HAVE_LIBNCURSES 1 … … 4981 5330 4982 5331 else 4983 as_fn_error $? "ncurses library missing?" "$LINENO" 5 4984 fi 5332 { { $as_echo "$as_me:$LINENO: error: ncurses library missing?" >&5 5333 $as_echo "$as_me: error: ncurses library missing?" >&2;} 5334 { (exit 1); exit 1; }; } 5335 fi 5336 4985 5337 4986 5338 for ac_header in ncurses.h 4987 do : 4988 ac_fn_cxx_check_header_mongrel "$LINENO" "ncurses.h" "ac_cv_header_ncurses_h" "$ac_includes_default" 4989 if test "x$ac_cv_header_ncurses_h" = xyes; then : 5339 do 5340 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5341 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5342 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5343 $as_echo_n "checking for $ac_header... " >&6; } 5344 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5345 $as_echo_n "(cached) " >&6 5346 fi 5347 ac_res=`eval 'as_val=${'$as_ac_Header'} 5348 $as_echo "$as_val"'` 5349 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5350 $as_echo "$ac_res" >&6; } 5351 else 5352 # Is the header compilable? 5353 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5354 $as_echo_n "checking $ac_header usability... " >&6; } 5355 cat >conftest.$ac_ext <<_ACEOF 5356 /* confdefs.h. */ 5357 _ACEOF 5358 cat confdefs.h >>conftest.$ac_ext 5359 cat >>conftest.$ac_ext <<_ACEOF 5360 /* end confdefs.h. */ 5361 $ac_includes_default 5362 #include <$ac_header> 5363 _ACEOF 5364 rm -f conftest.$ac_objext 5365 if { (ac_try="$ac_compile" 5366 case "(($ac_try" in 5367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5368 *) ac_try_echo=$ac_try;; 5369 esac 5370 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5371 $as_echo "$ac_try_echo") >&5 5372 (eval "$ac_compile") 2>conftest.er1 5373 ac_status=$? 5374 grep -v '^ *+' conftest.er1 >conftest.err 5375 rm -f conftest.er1 5376 cat conftest.err >&5 5377 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5378 (exit $ac_status); } && { 5379 test -z "$ac_cxx_werror_flag" || 5380 test ! -s conftest.err 5381 } && test -s conftest.$ac_objext; then 5382 ac_header_compiler=yes 5383 else 5384 $as_echo "$as_me: failed program was:" >&5 5385 sed 's/^/| /' conftest.$ac_ext >&5 5386 5387 ac_header_compiler=no 5388 fi 5389 5390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5391 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5392 $as_echo "$ac_header_compiler" >&6; } 5393 5394 # Is the header present? 5395 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5396 $as_echo_n "checking $ac_header presence... " >&6; } 5397 cat >conftest.$ac_ext <<_ACEOF 5398 /* confdefs.h. */ 5399 _ACEOF 5400 cat confdefs.h >>conftest.$ac_ext 5401 cat >>conftest.$ac_ext <<_ACEOF 5402 /* end confdefs.h. */ 5403 #include <$ac_header> 5404 _ACEOF 5405 if { (ac_try="$ac_cpp conftest.$ac_ext" 5406 case "(($ac_try" in 5407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5408 *) ac_try_echo=$ac_try;; 5409 esac 5410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5411 $as_echo "$ac_try_echo") >&5 5412 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5413 ac_status=$? 5414 grep -v '^ *+' conftest.er1 >conftest.err 5415 rm -f conftest.er1 5416 cat conftest.err >&5 5417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5418 (exit $ac_status); } >/dev/null && { 5419 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5420 test ! -s conftest.err 5421 }; then 5422 ac_header_preproc=yes 5423 else 5424 $as_echo "$as_me: failed program was:" >&5 5425 sed 's/^/| /' conftest.$ac_ext >&5 5426 5427 ac_header_preproc=no 5428 fi 5429 5430 rm -f conftest.err conftest.$ac_ext 5431 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5432 $as_echo "$ac_header_preproc" >&6; } 5433 5434 # So? What about this header? 5435 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5436 yes:no: ) 5437 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5438 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5439 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5440 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5441 ac_header_preproc=yes 5442 ;; 5443 no:yes:* ) 5444 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5445 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5446 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5447 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5448 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5449 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5450 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5451 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5452 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5453 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5454 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5455 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5456 ( cat <<\_ASBOX 5457 ## ----------------------------------- ## 5458 ## Report this to rappture@nanohub.org ## 5459 ## ----------------------------------- ## 5460 _ASBOX 5461 ) | sed "s/^/$as_me: WARNING: /" >&2 5462 ;; 5463 esac 5464 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5465 $as_echo_n "checking for $ac_header... " >&6; } 5466 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5467 $as_echo_n "(cached) " >&6 5468 else 5469 eval "$as_ac_Header=\$ac_header_preproc" 5470 fi 5471 ac_res=`eval 'as_val=${'$as_ac_Header'} 5472 $as_echo "$as_val"'` 5473 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5474 $as_echo "$ac_res" >&6; } 5475 5476 fi 5477 as_val=`eval 'as_val=${'$as_ac_Header'} 5478 $as_echo "$as_val"'` 5479 if test "x$as_val" = x""yes; then 4990 5480 cat >>confdefs.h <<_ACEOF 4991 #define HAVE_NCURSES_H14992 _ACEOF 4993 4994 else 4995 { $as_echo "$as_me:$ {as_lineno-$LINENO}: WARNING: ncurses headers missing ?" >&55481 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5482 _ACEOF 5483 5484 else 5485 { $as_echo "$as_me:$LINENO: WARNING: ncurses headers missing ?" >&5 4996 5486 $as_echo "$as_me: WARNING: ncurses headers missing ?" >&2;} 4997 5487 fi … … 5000 5490 5001 5491 5002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lstdc++" >&5 5492 5493 { $as_echo "$as_me:$LINENO: checking for main in -lstdc++" >&5 5003 5494 $as_echo_n "checking for main in -lstdc++... " >&6; } 5004 if ${ac_cv_lib_stdcpp_main+:} false; then :5495 if test "${ac_cv_lib_stdcpp_main+set}" = set; then 5005 5496 $as_echo_n "(cached) " >&6 5006 5497 else 5007 5498 ac_check_lib_save_LIBS=$LIBS 5008 5499 LIBS="-lstdc++ $LIBS" 5009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5500 cat >conftest.$ac_ext <<_ACEOF 5501 /* confdefs.h. */ 5502 _ACEOF 5503 cat confdefs.h >>conftest.$ac_ext 5504 cat >>conftest.$ac_ext <<_ACEOF 5010 5505 /* end confdefs.h. */ 5011 5506 … … 5019 5514 } 5020 5515 _ACEOF 5021 if ac_fn_cxx_try_link "$LINENO"; then : 5516 rm -f conftest.$ac_objext conftest$ac_exeext 5517 if { (ac_try="$ac_link" 5518 case "(($ac_try" in 5519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5520 *) ac_try_echo=$ac_try;; 5521 esac 5522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5523 $as_echo "$ac_try_echo") >&5 5524 (eval "$ac_link") 2>conftest.er1 5525 ac_status=$? 5526 grep -v '^ *+' conftest.er1 >conftest.err 5527 rm -f conftest.er1 5528 cat conftest.err >&5 5529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5530 (exit $ac_status); } && { 5531 test -z "$ac_cxx_werror_flag" || 5532 test ! -s conftest.err 5533 } && test -s conftest$ac_exeext && { 5534 test "$cross_compiling" = yes || 5535 $as_test_x conftest$ac_exeext 5536 }; then 5022 5537 ac_cv_lib_stdcpp_main=yes 5023 5538 else 5024 ac_cv_lib_stdcpp_main=no 5025 fi 5026 rm -f core conftest.err conftest.$ac_objext \ 5027 conftest$ac_exeext conftest.$ac_ext 5539 $as_echo "$as_me: failed program was:" >&5 5540 sed 's/^/| /' conftest.$ac_ext >&5 5541 5542 ac_cv_lib_stdcpp_main=no 5543 fi 5544 5545 rm -rf conftest.dSYM 5546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5547 conftest$ac_exeext conftest.$ac_ext 5028 5548 LIBS=$ac_check_lib_save_LIBS 5029 5549 fi 5030 { $as_echo "$as_me:$ {as_lineno-$LINENO}: result: $ac_cv_lib_stdcpp_main" >&55550 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5 5031 5551 $as_echo "$ac_cv_lib_stdcpp_main" >&6; } 5032 if test "x$ac_cv_lib_stdcpp_main" = x yes; then :5552 if test "x$ac_cv_lib_stdcpp_main" = x""yes; then 5033 5553 cat >>confdefs.h <<_ACEOF 5034 5554 #define HAVE_LIBSTDC__ 1 … … 5038 5558 5039 5559 else 5040 as_fn_error $? "librappture requires libstdc++" "$LINENO" 5 5041 fi 5560 { { $as_echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5 5561 $as_echo "$as_me: error: librappture requires libstdc++" >&2;} 5562 { (exit 1); exit 1; }; } 5563 fi 5564 5042 5565 5043 5566 for ac_header in algorithm 5044 do : 5045 ac_fn_cxx_check_header_mongrel "$LINENO" "algorithm" "ac_cv_header_algorithm" "$ac_includes_default" 5046 if test "x$ac_cv_header_algorithm" = xyes; then : 5567 do 5568 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5569 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5570 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5571 $as_echo_n "checking for $ac_header... " >&6; } 5572 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5573 $as_echo_n "(cached) " >&6 5574 fi 5575 ac_res=`eval 'as_val=${'$as_ac_Header'} 5576 $as_echo "$as_val"'` 5577 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5578 $as_echo "$ac_res" >&6; } 5579 else 5580 # Is the header compilable? 5581 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5582 $as_echo_n "checking $ac_header usability... " >&6; } 5583 cat >conftest.$ac_ext <<_ACEOF 5584 /* confdefs.h. */ 5585 _ACEOF 5586 cat confdefs.h >>conftest.$ac_ext 5587 cat >>conftest.$ac_ext <<_ACEOF 5588 /* end confdefs.h. */ 5589 $ac_includes_default 5590 #include <$ac_header> 5591 _ACEOF 5592 rm -f conftest.$ac_objext 5593 if { (ac_try="$ac_compile" 5594 case "(($ac_try" in 5595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5596 *) ac_try_echo=$ac_try;; 5597 esac 5598 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5599 $as_echo "$ac_try_echo") >&5 5600 (eval "$ac_compile") 2>conftest.er1 5601 ac_status=$? 5602 grep -v '^ *+' conftest.er1 >conftest.err 5603 rm -f conftest.er1 5604 cat conftest.err >&5 5605 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5606 (exit $ac_status); } && { 5607 test -z "$ac_cxx_werror_flag" || 5608 test ! -s conftest.err 5609 } && test -s conftest.$ac_objext; then 5610 ac_header_compiler=yes 5611 else 5612 $as_echo "$as_me: failed program was:" >&5 5613 sed 's/^/| /' conftest.$ac_ext >&5 5614 5615 ac_header_compiler=no 5616 fi 5617 5618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5619 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5620 $as_echo "$ac_header_compiler" >&6; } 5621 5622 # Is the header present? 5623 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5624 $as_echo_n "checking $ac_header presence... " >&6; } 5625 cat >conftest.$ac_ext <<_ACEOF 5626 /* confdefs.h. */ 5627 _ACEOF 5628 cat confdefs.h >>conftest.$ac_ext 5629 cat >>conftest.$ac_ext <<_ACEOF 5630 /* end confdefs.h. */ 5631 #include <$ac_header> 5632 _ACEOF 5633 if { (ac_try="$ac_cpp conftest.$ac_ext" 5634 case "(($ac_try" in 5635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5636 *) ac_try_echo=$ac_try;; 5637 esac 5638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5639 $as_echo "$ac_try_echo") >&5 5640 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5641 ac_status=$? 5642 grep -v '^ *+' conftest.er1 >conftest.err 5643 rm -f conftest.er1 5644 cat conftest.err >&5 5645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5646 (exit $ac_status); } >/dev/null && { 5647 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5648 test ! -s conftest.err 5649 }; then 5650 ac_header_preproc=yes 5651 else 5652 $as_echo "$as_me: failed program was:" >&5 5653 sed 's/^/| /' conftest.$ac_ext >&5 5654 5655 ac_header_preproc=no 5656 fi 5657 5658 rm -f conftest.err conftest.$ac_ext 5659 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5660 $as_echo "$ac_header_preproc" >&6; } 5661 5662 # So? What about this header? 5663 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5664 yes:no: ) 5665 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5666 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5667 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5668 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5669 ac_header_preproc=yes 5670 ;; 5671 no:yes:* ) 5672 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5673 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5674 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5675 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5676 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5677 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5678 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5679 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5680 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5681 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5682 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5683 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5684 ( cat <<\_ASBOX 5685 ## ----------------------------------- ## 5686 ## Report this to rappture@nanohub.org ## 5687 ## ----------------------------------- ## 5688 _ASBOX 5689 ) | sed "s/^/$as_me: WARNING: /" >&2 5690 ;; 5691 esac 5692 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5693 $as_echo_n "checking for $ac_header... " >&6; } 5694 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5695 $as_echo_n "(cached) " >&6 5696 else 5697 eval "$as_ac_Header=\$ac_header_preproc" 5698 fi 5699 ac_res=`eval 'as_val=${'$as_ac_Header'} 5700 $as_echo "$as_val"'` 5701 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5702 $as_echo "$ac_res" >&6; } 5703 5704 fi 5705 as_val=`eval 'as_val=${'$as_ac_Header'} 5706 $as_echo "$as_val"'` 5707 if test "x$as_val" = x""yes; then 5047 5708 cat >>confdefs.h <<_ACEOF 5048 #define HAVE_ALGORITHM15049 _ACEOF 5050 5051 else 5052 { $as_echo "$as_me:$ {as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55709 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5710 _ACEOF 5711 5712 else 5713 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5053 5714 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 5054 5715 fi … … 5056 5717 done 5057 5718 5719 5058 5720 for ac_header in cctype 5059 do : 5060 ac_fn_cxx_check_header_mongrel "$LINENO" "cctype" "ac_cv_header_cctype" "$ac_includes_default" 5061 if test "x$ac_cv_header_cctype" = xyes; then : 5721 do 5722 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5723 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5724 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5725 $as_echo_n "checking for $ac_header... " >&6; } 5726 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5727 $as_echo_n "(cached) " >&6 5728 fi 5729 ac_res=`eval 'as_val=${'$as_ac_Header'} 5730 $as_echo "$as_val"'` 5731 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5732 $as_echo "$ac_res" >&6; } 5733 else 5734 # Is the header compilable? 5735 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5736 $as_echo_n "checking $ac_header usability... " >&6; } 5737 cat >conftest.$ac_ext <<_ACEOF 5738 /* confdefs.h. */ 5739 _ACEOF 5740 cat confdefs.h >>conftest.$ac_ext 5741 cat >>conftest.$ac_ext <<_ACEOF 5742 /* end confdefs.h. */ 5743 $ac_includes_default 5744 #include <$ac_header> 5745 _ACEOF 5746 rm -f conftest.$ac_objext 5747 if { (ac_try="$ac_compile" 5748 case "(($ac_try" in 5749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5750 *) ac_try_echo=$ac_try;; 5751 esac 5752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5753 $as_echo "$ac_try_echo") >&5 5754 (eval "$ac_compile") 2>conftest.er1 5755 ac_status=$? 5756 grep -v '^ *+' conftest.er1 >conftest.err 5757 rm -f conftest.er1 5758 cat conftest.err >&5 5759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5760 (exit $ac_status); } && { 5761 test -z "$ac_cxx_werror_flag" || 5762 test ! -s conftest.err 5763 } && test -s conftest.$ac_objext; then 5764 ac_header_compiler=yes 5765 else 5766 $as_echo "$as_me: failed program was:" >&5 5767 sed 's/^/| /' conftest.$ac_ext >&5 5768 5769 ac_header_compiler=no 5770 fi 5771 5772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5773 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5774 $as_echo "$ac_header_compiler" >&6; } 5775 5776 # Is the header present? 5777 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5778 $as_echo_n "checking $ac_header presence... " >&6; } 5779 cat >conftest.$ac_ext <<_ACEOF 5780 /* confdefs.h. */ 5781 _ACEOF 5782 cat confdefs.h >>conftest.$ac_ext 5783 cat >>conftest.$ac_ext <<_ACEOF 5784 /* end confdefs.h. */ 5785 #include <$ac_header> 5786 _ACEOF 5787 if { (ac_try="$ac_cpp conftest.$ac_ext" 5788 case "(($ac_try" in 5789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5790 *) ac_try_echo=$ac_try;; 5791 esac 5792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5793 $as_echo "$ac_try_echo") >&5 5794 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5795 ac_status=$? 5796 grep -v '^ *+' conftest.er1 >conftest.err 5797 rm -f conftest.er1 5798 cat conftest.err >&5 5799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5800 (exit $ac_status); } >/dev/null && { 5801 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5802 test ! -s conftest.err 5803 }; then 5804 ac_header_preproc=yes 5805 else 5806 $as_echo "$as_me: failed program was:" >&5 5807 sed 's/^/| /' conftest.$ac_ext >&5 5808 5809 ac_header_preproc=no 5810 fi 5811 5812 rm -f conftest.err conftest.$ac_ext 5813 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5814 $as_echo "$ac_header_preproc" >&6; } 5815 5816 # So? What about this header? 5817 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5818 yes:no: ) 5819 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5820 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5821 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5822 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5823 ac_header_preproc=yes 5824 ;; 5825 no:yes:* ) 5826 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5827 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5828 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5829 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5830 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5831 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5832 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5833 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5834 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5835 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5836 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5837 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5838 ( cat <<\_ASBOX 5839 ## ----------------------------------- ## 5840 ## Report this to rappture@nanohub.org ## 5841 ## ----------------------------------- ## 5842 _ASBOX 5843 ) | sed "s/^/$as_me: WARNING: /" >&2 5844 ;; 5845 esac 5846 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5847 $as_echo_n "checking for $ac_header... " >&6; } 5848 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5849 $as_echo_n "(cached) " >&6 5850 else 5851 eval "$as_ac_Header=\$ac_header_preproc" 5852 fi 5853 ac_res=`eval 'as_val=${'$as_ac_Header'} 5854 $as_echo "$as_val"'` 5855 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5856 $as_echo "$ac_res" >&6; } 5857 5858 fi 5859 as_val=`eval 'as_val=${'$as_ac_Header'} 5860 $as_echo "$as_val"'` 5861 if test "x$as_val" = x""yes; then 5062 5862 cat >>confdefs.h <<_ACEOF 5063 #define HAVE_CCTYPE15064 _ACEOF 5065 5066 else 5067 { $as_echo "$as_me:$ {as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55863 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5864 _ACEOF 5865 5866 else 5867 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5068 5868 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 5069 5869 fi … … 5071 5871 done 5072 5872 5873 5073 5874 for ac_header in cfloat 5074 do : 5075 ac_fn_cxx_check_header_mongrel "$LINENO" "cfloat" "ac_cv_header_cfloat" "$ac_includes_default" 5076 if test "x$ac_cv_header_cfloat" = xyes; then : 5875 do 5876 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5877 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5878 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5879 $as_echo_n "checking for $ac_header... " >&6; } 5880 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5881 $as_echo_n "(cached) " >&6 5882 fi 5883 ac_res=`eval 'as_val=${'$as_ac_Header'} 5884 $as_echo "$as_val"'` 5885 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5886 $as_echo "$ac_res" >&6; } 5887 else 5888 # Is the header compilable? 5889 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5890 $as_echo_n "checking $ac_header usability... " >&6; } 5891 cat >conftest.$ac_ext <<_ACEOF 5892 /* confdefs.h. */ 5893 _ACEOF 5894 cat confdefs.h >>conftest.$ac_ext 5895 cat >>conftest.$ac_ext <<_ACEOF 5896 /* end confdefs.h. */ 5897 $ac_includes_default 5898 #include <$ac_header> 5899 _ACEOF 5900 rm -f conftest.$ac_objext 5901 if { (ac_try="$ac_compile" 5902 case "(($ac_try" in 5903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5904 *) ac_try_echo=$ac_try;; 5905 esac 5906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5907 $as_echo "$ac_try_echo") >&5 5908 (eval "$ac_compile") 2>conftest.er1 5909 ac_status=$? 5910 grep -v '^ *+' conftest.er1 >conftest.err 5911 rm -f conftest.er1 5912 cat conftest.err >&5 5913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5914 (exit $ac_status); } && { 5915 test -z "$ac_cxx_werror_flag" || 5916 test ! -s conftest.err 5917 } && test -s conftest.$ac_objext; then 5918 ac_header_compiler=yes 5919 else 5920 $as_echo "$as_me: failed program was:" >&5 5921 sed 's/^/| /' conftest.$ac_ext >&5 5922 5923 ac_header_compiler=no 5924 fi 5925 5926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5927 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5928 $as_echo "$ac_header_compiler" >&6; } 5929 5930 # Is the header present? 5931 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5932 $as_echo_n "checking $ac_header presence... " >&6; } 5933 cat >conftest.$ac_ext <<_ACEOF 5934 /* confdefs.h. */ 5935 _ACEOF 5936 cat confdefs.h >>conftest.$ac_ext 5937 cat >>conftest.$ac_ext <<_ACEOF 5938 /* end confdefs.h. */ 5939 #include <$ac_header> 5940 _ACEOF 5941 if { (ac_try="$ac_cpp conftest.$ac_ext" 5942 case "(($ac_try" in 5943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5944 *) ac_try_echo=$ac_try;; 5945 esac 5946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5947 $as_echo "$ac_try_echo") >&5 5948 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5949 ac_status=$? 5950 grep -v '^ *+' conftest.er1 >conftest.err 5951 rm -f conftest.er1 5952 cat conftest.err >&5 5953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5954 (exit $ac_status); } >/dev/null && { 5955 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5956 test ! -s conftest.err 5957 }; then 5958 ac_header_preproc=yes 5959 else 5960 $as_echo "$as_me: failed program was:" >&5 5961 sed 's/^/| /' conftest.$ac_ext >&5 5962 5963 ac_header_preproc=no 5964 fi 5965 5966 rm -f conftest.err conftest.$ac_ext 5967 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5968 $as_echo "$ac_header_preproc" >&6; } 5969 5970 # So? What about this header? 5971 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5972 yes:no: ) 5973 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5974 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5975 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5976 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5977 ac_header_preproc=yes 5978 ;; 5979 no:yes:* ) 5980 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5981 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5982 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5983 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5984 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5985 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5986 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5987 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5988 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5989 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5990 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5991 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5992 ( cat <<\_ASBOX 5993 ## ----------------------------------- ## 5994 ## Report this to rappture@nanohub.org ## 5995 ## ----------------------------------- ## 5996 _ASBOX 5997 ) | sed "s/^/$as_me: WARNING: /" >&2 5998 ;; 5999 esac 6000 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 6001 $as_echo_n "checking for $ac_header... " >&6; } 6002 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6003 $as_echo_n "(cached) " >&6 6004 else 6005 eval "$as_ac_Header=\$ac_header_preproc" 6006 fi 6007 ac_res=`eval 'as_val=${'$as_ac_Header'} 6008 $as_echo "$as_val"'` 6009 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 6010 $as_echo "$ac_res" >&6; } 6011 6012 fi 6013 as_val=`eval 'as_val=${'$as_ac_Header'} 6014 $as_echo "$as_val"'` 6015 if test "x$as_val" = x""yes; then 5077 6016 cat >>confdefs.h <<_ACEOF 5078 #define HAVE_CFLOAT15079 _ACEOF 5080 5081 else 5082 { $as_echo "$as_me:$ {as_lineno-$LINENO}: WARNING: STL classes missing ?" >&56017 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 6018 _ACEOF 6019 6020 else 6021 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5083 6022 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 5084 6023 fi … … 5086 6025 done 5087 6026 6027 5088 6028 for ac_header in cmath 5089 do : 5090 ac_fn_cxx_check_header_mongrel "$LINENO" "cmath" "ac_cv_header_cmath" "$ac_includes_default" 5091 if test "x$ac_cv_header_cmath" = xyes; then : 6029 do 6030 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6032 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 6033 $as_echo_n "checking for $ac_header... " >&6; } 6034 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6035 $as_echo_n "(cached) " >&6 6036 fi 6037 ac_res=`eval 'as_val=${'$as_ac_Header'} 6038 $as_echo "$as_val"'` 6039 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 6040 $as_echo "$ac_res" >&6; } 6041 else 6042 # Is the header compilable? 6043 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 6044 $as_echo_n "checking $ac_header usability... " >&6; } 6045 cat >conftest.$ac_ext <<_ACEOF 6046 /* confdefs.h. */ 6047 _ACEOF 6048 cat confdefs.h >>conftest.$ac_ext 6049 cat >>conftest.$ac_ext <<_ACEOF 6050 /* end confdefs.h. */ 6051 $ac_includes_default 6052 #include <$ac_header> 6053 _ACEOF 6054 rm -f conftest.$ac_objext 6055 if { (ac_try="$ac_compile" 6056 case "(($ac_try" in 6057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6058 *) ac_try_echo=$ac_try;; 6059 esac 6060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6061 $as_echo "$ac_try_echo") >&5 6062 (eval "$ac_compile") 2>conftest.er1 6063 ac_status=$? 6064 grep -v '^ *+' conftest.er1 >conftest.err 6065 rm -f conftest.er1 6066 cat conftest.err >&5 6067 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6068 (exit $ac_status); } && { 6069 test -z "$ac_cxx_werror_flag" || 6070 test ! -s conftest.err 6071 } && test -s conftest.$ac_objext; then 6072 ac_header_compiler=yes 6073 else 6074 $as_echo "$as_me: failed program was:" >&5 6075 sed 's/^/| /' conftest.$ac_ext >&5 6076 6077 ac_header_compiler=no 6078 fi 6079 6080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6081 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6082 $as_echo "$ac_header_compiler" >&6; } 6083 6084 # Is the header present? 6085 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 6086 $as_echo_n "checking $ac_header presence... " >&6; } 6087 cat >conftest.$ac_ext <<_ACEOF 6088 /* confdefs.h. */ 6089 _ACEOF 6090 cat confdefs.h >>conftest.$ac_ext 6091 cat >>conftest.$ac_ext <<_ACEOF 6092 /* end confdefs.h. */ 6093 #include <$ac_header> 6094 _ACEOF 6095 if { (ac_try="$ac_cpp conftest.$ac_ext" 6096 case "(($ac_try" in 6097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6098 *) ac_try_echo=$ac_try;; 6099 esac 6100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6101 $as_echo "$ac_try_echo") >&5 6102 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6103 ac_status=$? 6104 grep -v '^ *+' conftest.er1 >conftest.err 6105 rm -f conftest.er1 6106 cat conftest.err >&5 6107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6108 (exit $ac_status); } >/dev/null && { 6109 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6110 test ! -s conftest.err 6111 }; then 6112 ac_header_preproc=yes 6113 else 6114 $as_echo "$as_me: failed program was:" >&5 6115 sed 's/^/| /' conftest.$ac_ext >&5 6116 6117 ac_header_preproc=no 6118 fi 6119 6120 rm -f conftest.err conftest.$ac_ext 6121 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6122 $as_echo "$ac_header_preproc" >&6; } 6123 6124 # So? What about this header? 6125 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6126 yes:no: ) 6127 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6128 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6129 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6130 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6131 ac_header_preproc=yes 6132 ;; 6133 no:yes:* ) 6134 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6135 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6136 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6137 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6138 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6139 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6140 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6141 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6142 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6143 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6144 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the