- Timestamp:
- Aug 24, 2010, 1:45:41 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1877 r1878 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 5for Rappture 1.1.3 # Generated by GNU Autoconf 2.61 for Rappture 1.1. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. 6 6 # 7 #8 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 10 # Inc. 11 # 12 # 8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 13 9 # This configure script is free software; the Free Software Foundation 14 10 # gives unlimited permission to copy, distribute and modify it. 15 ## -------------------- ##16 ## M4sh Initialization. ##17 ## -------------------- ##11 ## --------------------- ## 12 ## M4sh Initialization. ## 13 ## --------------------- ## 18 14 19 15 # Be more Bourne compatible 20 16 DUALCASE=1; export DUALCASE # for MKS sh 21 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 22 18 emulate sh 23 19 NULLCMD=: 24 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 25 21 # is contrary to our usage. Disable this feature. 26 22 alias -g '${1+"$@"}'='"$@"' 27 23 setopt NO_GLOB_SUBST 28 24 else 29 case `(set -o) 2>/dev/null` in #( 30 *posix*) : 31 set -o posix ;; #( 32 *) : 33 ;; 34 esac 35 fi 36 37 38 as_nl=' 39 ' 40 export as_nl 41 # Printing a long string crashes Solaris 7 /usr/bin/printf. 42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 45 # Prefer a ksh shell builtin over an external printf program on Solaris, 46 # but without wasting forks for bash or zsh. 47 if test -z "$BASH_VERSION$ZSH_VERSION" \ 48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 49 as_echo='print -r --' 50 as_echo_n='print -rn --' 51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 52 as_echo='printf %s\n' 53 as_echo_n='printf %s' 54 else 55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 57 as_echo_n='/usr/ucb/echo -n' 58 else 59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 60 as_echo_n_body='eval 61 arg=$1; 62 case $arg in #( 63 *"$as_nl"*) 64 expr "X$arg" : "X\\(.*\\)$as_nl"; 65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 66 esac; 67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 68 ' 69 export as_echo_n_body 70 as_echo_n='sh -c $as_echo_n_body as_echo' 71 fi 72 export as_echo_body 73 as_echo='sh -c $as_echo_body as_echo' 74 fi 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 75 41 76 42 # The user is always right. 77 43 if test "${PATH_SEPARATOR+set}" != set; then 78 PATH_SEPARATOR=: 79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 81 PATH_SEPARATOR=';' 82 } 44 echo "#! /bin/sh" >conf$$.sh 45 echo "exit 0" >>conf$$.sh 46 chmod +x conf$$.sh 47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 48 PATH_SEPARATOR=';' 49 else 50 PATH_SEPARATOR=: 51 fi 52 rm -f conf$$.sh 53 fi 54 55 # Support unset when possible. 56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 57 as_unset=unset 58 else 59 as_unset=false 83 60 fi 84 61 … … 89 66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 90 67 # splitting by setting IFS to empty value.) 68 as_nl=' 69 ' 91 70 IFS=" "" $as_nl" 92 71 93 72 # Find who we are. Look in the path if we contain no directory separator. 94 case $0 in #((73 case $0 in 95 74 *[\\/]* ) as_myself=$0 ;; 96 75 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 99 78 IFS=$as_save_IFS 100 79 test -z "$as_dir" && as_dir=. 101 102 80 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 81 done 103 82 IFS=$as_save_IFS 104 83 … … 111 90 fi 112 91 if test ! -f "$as_myself"; then 113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 114 exit 1 115 fi 116 117 # Unset variables that we do not need and which cause bugs (e.g. in 118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 119 # suppresses any "Segmentation fault" message there. '((' could 120 # trigger a bug in pdksh 5.2.14. 121 for as_var in BASH_ENV ENV MAIL MAILPATH 122 do eval test x\${$as_var+set} = xset \ 123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 93 { (exit 1); exit 1; } 94 fi 95 96 # Work around bugs in pre-3.0 UWIN ksh. 97 for as_var in ENV MAIL MAILPATH 98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 124 99 done 125 100 PS1='$ ' … … 128 103 129 104 # NLS nuisances. 130 LC_ALL=C 131 export LC_ALL 132 LANGUAGE=C 133 export LANGUAGE 134 135 # CDPATH. 136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 137 138 if test "x$CONFIG_SHELL" = x; then 139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 140 emulate sh 141 NULLCMD=: 142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 143 # is contrary to our usage. Disable this feature. 144 alias -g '\${1+\"\$@\"}'='\"\$@\"' 145 setopt NO_GLOB_SUBST 146 else 147 case \`(set -o) 2>/dev/null\` in #( 148 *posix*) : 149 set -o posix ;; #( 150 *) : 151 ;; 152 esac 153 fi 154 " 155 as_required="as_fn_return () { (exit \$1); } 156 as_fn_success () { as_fn_return 0; } 157 as_fn_failure () { as_fn_return 1; } 158 as_fn_ret_success () { return 0; } 159 as_fn_ret_failure () { return 1; } 160 161 exitcode=0 162 as_fn_success || { exitcode=1; echo as_fn_success failed.; } 163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 167 168 else 169 exitcode=1; echo positional parameters were not saved. 170 fi 171 test x\$exitcode = x0 || exit 1" 172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 176 test \$(( 1 + 1 )) = 2 || exit 1" 177 if (eval "$as_required") 2>/dev/null; then : 178 as_have_required=yes 179 else 180 as_have_required=no 181 fi 182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 183 184 else 185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 186 as_found=false 187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 105 for as_var in \ 106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 108 LC_TELEPHONE LC_TIME 188 109 do 189 IFS=$as_save_IFS 190 test -z "$as_dir" && as_dir=. 191 as_found=: 192 case $as_dir in #( 193 /*) 194 for as_base in sh bash ksh sh5; do 195 # Try only shells that exist, to save several forks. 196 as_shell=$as_dir/$as_base 197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 199 CONFIG_SHELL=$as_shell as_have_required=yes 200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : 201 break 2 202 fi 203 fi 204 done;; 205 esac 206 as_found=false 110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 111 eval $as_var=C; export $as_var 112 else 113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 114 fi 207 115 done 208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 210 CONFIG_SHELL=$SHELL as_have_required=yes 211 fi; } 212 IFS=$as_save_IFS 213 214 215 if test "x$CONFIG_SHELL" != x; then : 216 # We cannot yet assume a decent shell, so we have to provide a 217 # neutralization value for shells without unset; and this also 218 # works around shells that cannot unset nonexistent variables. 219 BASH_ENV=/dev/null 220 ENV=/dev/null 221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 222 export CONFIG_SHELL 223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 224 fi 225 226 if test x$as_have_required = xno; then : 227 $as_echo "$0: This script requires a shell more modern than all" 228 $as_echo "$0: the shells that I found on your system." 229 if test x${ZSH_VERSION+set} = xset ; then 230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 231 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 232 else 233 $as_echo "$0: Please tell bug-autoconf@gnu.org and 234 $0: rappture@nanohub.org about your system, including any 235 $0: error possibly output before this message. Then install 236 $0: a modern shell, or manually run the script under such a 237 $0: shell if you do have one." 238 fi 239 exit 1 240 fi 241 fi 242 fi 243 SHELL=${CONFIG_SHELL-/bin/sh} 244 export SHELL 245 # Unset more variables known to interfere with behavior of common tools. 246 CLICOLOR_FORCE= GREP_OPTIONS= 247 unset CLICOLOR_FORCE GREP_OPTIONS 248 249 ## --------------------- ## 250 ## M4sh Shell Functions. ## 251 ## --------------------- ## 252 # as_fn_unset VAR 253 # --------------- 254 # Portably unset VAR. 255 as_fn_unset () 256 { 257 { eval $1=; unset $1;} 258 } 259 as_unset=as_fn_unset 260 261 # as_fn_set_status STATUS 262 # ----------------------- 263 # Set $? to STATUS, without forking. 264 as_fn_set_status () 265 { 266 return $1 267 } # as_fn_set_status 268 269 # as_fn_exit STATUS 270 # ----------------- 271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 272 as_fn_exit () 273 { 274 set +e 275 as_fn_set_status $1 276 exit $1 277 } # as_fn_exit 278 279 # as_fn_mkdir_p 280 # ------------- 281 # Create "$as_dir" as a directory, including parents if necessary. 282 as_fn_mkdir_p () 283 { 284 285 case $as_dir in #( 286 -*) as_dir=./$as_dir;; 287 esac 288 test -d "$as_dir" || eval $as_mkdir_p || { 289 as_dirs= 290 while :; do 291 case $as_dir in #( 292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 293 *) as_qdir=$as_dir;; 294 esac 295 as_dirs="'$as_qdir' $as_dirs" 296 as_dir=`$as_dirname -- "$as_dir" || 297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 298 X"$as_dir" : 'X\(//\)[^/]' \| \ 299 X"$as_dir" : 'X\(//\)$' \| \ 300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 301 $as_echo X"$as_dir" | 302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 303 s//\1/ 304 q 305 } 306 /^X\(\/\/\)[^/].*/{ 307 s//\1/ 308 q 309 } 310 /^X\(\/\/\)$/{ 311 s//\1/ 312 q 313 } 314 /^X\(\/\).*/{ 315 s//\1/ 316 q 317 } 318 s/.*/./; q'` 319 test -d "$as_dir" && break 320 done 321 test -z "$as_dirs" || eval "mkdir $as_dirs" 322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 323 324 325 } # as_fn_mkdir_p 326 # as_fn_append VAR VALUE 327 # ---------------------- 328 # Append the text in VALUE to the end of the definition contained in VAR. Take 329 # advantage of any shell optimizations that allow amortized linear growth over 330 # repeated appends, instead of the typical quadratic growth present in naive 331 # implementations. 332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 333 eval 'as_fn_append () 334 { 335 eval $1+=\$2 336 }' 337 else 338 as_fn_append () 339 { 340 eval $1=\$$1\$2 341 } 342 fi # as_fn_append 343 344 # as_fn_arith ARG... 345 # ------------------ 346 # Perform arithmetic evaluation on the ARGs, and store the result in the 347 # global $as_val. Take advantage of shells that can avoid forks. The arguments 348 # must be portable across $(()) and expr. 349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 350 eval 'as_fn_arith () 351 { 352 as_val=$(( $* )) 353 }' 354 else 355 as_fn_arith () 356 { 357 as_val=`expr "$@" || test $? -eq 1` 358 } 359 fi # as_fn_arith 360 361 362 # as_fn_error ERROR [LINENO LOG_FD] 363 # --------------------------------- 364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 366 # script with status $?, using 1 if that was 0. 367 as_fn_error () 368 { 369 as_status=$?; test $as_status -eq 0 && as_status=1 370 if test "$3"; then 371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 373 fi 374 $as_echo "$as_me: error: $1" >&2 375 as_fn_exit $as_status 376 } # as_fn_error 377 116 117 # Required to use basename. 378 118 if expr a : '\(a\)' >/dev/null 2>&1 && 379 119 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 389 129 fi 390 130 391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 392 as_dirname=dirname 393 else 394 as_dirname=false 395 fi 396 131 132 # Name of the executable. 397 133 as_me=`$as_basename -- "$0" || 398 134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 399 135 X"$0" : 'X\(//\)$' \| \ 400 136 X"$0" : 'X\(/\)' \| . 2>/dev/null || 401 $as_echo X/"$0" |137 echo X/"$0" | 402 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 403 139 s//\1/ … … 414 150 s/.*/./; q'` 415 151 416 # Avoid depending upon Character Ranges. 417 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 420 as_cr_digits='0123456789' 421 as_cr_alnum=$as_cr_Letters$as_cr_digits 422 423 424 as_lineno_1=$LINENO as_lineno_1a=$LINENO 425 as_lineno_2=$LINENO as_lineno_2a=$LINENO 426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 152 # CDPATH. 153 $as_unset CDPATH 154 155 156 if test "x$CONFIG_SHELL" = x; then 157 if (eval ":") 2>/dev/null; then 158 as_have_required=yes 159 else 160 as_have_required=no 161 fi 162 163 if test $as_have_required = yes && (eval ": 164 (as_func_return () { 165 (exit \$1) 166 } 167 as_func_success () { 168 as_func_return 0 169 } 170 as_func_failure () { 171 as_func_return 1 172 } 173 as_func_ret_success () { 174 return 0 175 } 176 as_func_ret_failure () { 177 return 1 178 } 179 180 exitcode=0 181 if as_func_success; then 182 : 183 else 184 exitcode=1 185 echo as_func_success failed. 186 fi 187 188 if as_func_failure; then 189 exitcode=1 190 echo as_func_failure succeeded. 191 fi 192 193 if as_func_ret_success; then 194 : 195 else 196 exitcode=1 197 echo as_func_ret_success failed. 198 fi 199 200 if as_func_ret_failure; then 201 exitcode=1 202 echo as_func_ret_failure succeeded. 203 fi 204 205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 206 : 207 else 208 exitcode=1 209 echo positional parameters were not saved. 210 fi 211 212 test \$exitcode = 0) || { (exit 1); exit 1; } 213 214 ( 215 as_lineno_1=\$LINENO 216 as_lineno_2=\$LINENO 217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 219 ") 2> /dev/null; then 220 : 221 else 222 as_candidate_shells= 223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 225 do 226 IFS=$as_save_IFS 227 test -z "$as_dir" && as_dir=. 228 case $as_dir in 229 /*) 230 for as_base in sh bash ksh sh5; do 231 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 232 done;; 233 esac 234 done 235 IFS=$as_save_IFS 236 237 238 for as_shell in $as_candidate_shells $SHELL; do 239 # Try only shells that exist, to save several forks. 240 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 241 { ("$as_shell") 2> /dev/null <<\_ASEOF 242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 243 emulate sh 244 NULLCMD=: 245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 246 # is contrary to our usage. Disable this feature. 247 alias -g '${1+"$@"}'='"$@"' 248 setopt NO_GLOB_SUBST 249 else 250 case `(set -o) 2>/dev/null` in 251 *posix*) set -o posix ;; 252 esac 253 254 fi 255 256 257 : 258 _ASEOF 259 }; then 260 CONFIG_SHELL=$as_shell 261 as_have_required=yes 262 if { "$as_shell" 2> /dev/null <<\_ASEOF 263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 264 emulate sh 265 NULLCMD=: 266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 267 # is contrary to our usage. Disable this feature. 268 alias -g '${1+"$@"}'='"$@"' 269 setopt NO_GLOB_SUBST 270 else 271 case `(set -o) 2>/dev/null` in 272 *posix*) set -o posix ;; 273 esac 274 275 fi 276 277 278 : 279 (as_func_return () { 280 (exit $1) 281 } 282 as_func_success () { 283 as_func_return 0 284 } 285 as_func_failure () { 286 as_func_return 1 287 } 288 as_func_ret_success () { 289 return 0 290 } 291 as_func_ret_failure () { 292 return 1 293 } 294 295 exitcode=0 296 if as_func_success; then 297 : 298 else 299 exitcode=1 300 echo as_func_success failed. 301 fi 302 303 if as_func_failure; then 304 exitcode=1 305 echo as_func_failure succeeded. 306 fi 307 308 if as_func_ret_success; then 309 : 310 else 311 exitcode=1 312 echo as_func_ret_success failed. 313 fi 314 315 if as_func_ret_failure; then 316 exitcode=1 317 echo as_func_ret_failure succeeded. 318 fi 319 320 if ( set x; as_func_ret_success y && test x = "$1" ); then 321 : 322 else 323 exitcode=1 324 echo positional parameters were not saved. 325 fi 326 327 test $exitcode = 0) || { (exit 1); exit 1; } 328 329 ( 330 as_lineno_1=$LINENO 331 as_lineno_2=$LINENO 332 test "x$as_lineno_1" != "x$as_lineno_2" && 333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 334 335 _ASEOF 336 }; then 337 break 338 fi 339 340 fi 341 342 done 343 344 if test "x$CONFIG_SHELL" != x; then 345 for as_var in BASH_ENV ENV 346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 347 done 348 export CONFIG_SHELL 349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 350 fi 351 352 353 if test $as_have_required = no; then 354 echo This script requires a shell more modern than all the 355 echo shells that I found on your system. Please install a 356 echo modern shell, or manually run the script under such a 357 echo shell if you do have one. 358 { (exit 1); exit 1; } 359 fi 360 361 362 fi 363 364 fi 365 366 367 368 (eval "as_func_return () { 369 (exit \$1) 370 } 371 as_func_success () { 372 as_func_return 0 373 } 374 as_func_failure () { 375 as_func_return 1 376 } 377 as_func_ret_success () { 378 return 0 379 } 380 as_func_ret_failure () { 381 return 1 382 } 383 384 exitcode=0 385 if as_func_success; then 386 : 387 else 388 exitcode=1 389 echo as_func_success failed. 390 fi 391 392 if as_func_failure; then 393 exitcode=1 394 echo as_func_failure succeeded. 395 fi 396 397 if as_func_ret_success; then 398 : 399 else 400 exitcode=1 401 echo as_func_ret_success failed. 402 fi 403 404 if as_func_ret_failure; then 405 exitcode=1 406 echo as_func_ret_failure succeeded. 407 fi 408 409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 410 : 411 else 412 exitcode=1 413 echo positional parameters were not saved. 414 fi 415 416 test \$exitcode = 0") || { 417 echo No shell found that supports shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 421 } 422 423 424 425 as_lineno_1=$LINENO 426 as_lineno_2=$LINENO 427 test "x$as_lineno_1" != "x$as_lineno_2" && 428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 429 430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 431 # uniformly replaced by the line number. The first 'sed' inserts a 432 # line-number line after each line using $LINENO; the second 'sed' 433 # does the real work. The second script uses 'N' to pair each 434 # line-number line with the line containing $LINENO, and appends 435 # trailing '-' during substitution so that $LINENO is not a special 436 # case at line end. 437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 438 # scripts with optimization help from Paolo Bonzini. Blame Lee 439 # E. McMahon (1931-1989) for sed's syntax. :-) 429 440 sed -n ' 430 441 p … … 443 454 ' >$as_me.lineno && 444 455 chmod +x "$as_me.lineno" || 445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 457 { (exit 1); exit 1; }; } 446 458 447 459 # Don't try to exec as it changes $[0], causing all sort of problems … … 453 465 } 454 466 467 468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 469 as_dirname=dirname 470 else 471 as_dirname=false 472 fi 473 455 474 ECHO_C= ECHO_N= ECHO_T= 456 case `echo -n x` in #(((((475 case `echo -n x` in 457 476 -n*) 458 case `echo 'x y\c'` in477 case `echo 'x\c'` in 459 478 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 460 xy) ECHO_C='\c';; 461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 462 ECHO_T=' ';; 479 *) ECHO_C='\c';; 463 480 esac;; 464 481 *) … … 466 483 esac 467 484 485 if expr a : '\(a\)' >/dev/null 2>&1 && 486 test "X`expr 00001 : '.*\(...\)'`" = X001; then 487 as_expr=expr 488 else 489 as_expr=false 490 fi 491 468 492 rm -f conf$$ conf$$.exe conf$$.file 469 493 if test -d conf$$.dir; then … … 471 495 else 472 496 rm -f conf$$.dir 473 mkdir conf$$.dir 2>/dev/null 474 fi 475 if (echo >conf$$.file) 2>/dev/null; then 476 if ln -s conf$$.file conf$$ 2>/dev/null; then 477 as_ln_s='ln -s' 478 # ... but there are two gotchas: 479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 481 # In both cases, we have to default to `cp -p'. 482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 483 as_ln_s='cp -p' 484 elif ln conf$$.file conf$$ 2>/dev/null; then 485 as_ln_s=ln 486 else 497 mkdir conf$$.dir 498 fi 499 echo >conf$$.file 500 if ln -s conf$$.file conf$$ 2>/dev/null; then 501 as_ln_s='ln -s' 502 # ... but there are two gotchas: 503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505 # In both cases, we have to default to `cp -p'. 506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 487 507 as_ln_s='cp -p' 488 fi 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 489 510 else 490 511 as_ln_s='cp -p' … … 494 515 495 516 if mkdir -p . 2>/dev/null; then 496 as_mkdir_p= 'mkdir -p "$as_dir"'517 as_mkdir_p=: 497 518 else 498 519 test -d ./-p && rmdir ./-p … … 511 532 eval sh -c '\'' 512 533 if test -d "$1"; then 513 534 test -d "$1/."; 514 535 else 515 case $1 in #(516 536 case $1 in 537 -*)set "./$1";; 517 538 esac; 518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 519 540 ???[sx]*):;;*)false;;esac;fi 520 541 '\'' sh … … 530 551 531 552 532 test -n "$DJDIR" || exec 7<&0 </dev/null 533 exec 6>&1553 554 exec 7<&0 </dev/null 6>&1 534 555 535 556 # Name of the host. … … 549 570 MFLAGS= 550 571 MAKEFLAGS= 572 SHELL=${CONFIG_SHELL-/bin/sh} 551 573 552 574 # Identity of this package. … … 556 578 PACKAGE_STRING='Rappture 1.1' 557 579 PACKAGE_BUGREPORT='rappture@nanohub.org' 558 PACKAGE_URL=''559 580 560 581 # Factoring default headers for most tests. … … 594 615 #endif" 595 616 596 enable_option_checking=no 597 ac_subst_vars='LTLIBOBJS 617 ac_subst_vars='SHELL 618 PATH_SEPARATOR 619 PACKAGE_NAME 620 PACKAGE_TARNAME 621 PACKAGE_VERSION 622 PACKAGE_STRING 623 PACKAGE_BUGREPORT 624 exec_prefix 625 prefix 626 program_transform_name 627 bindir 628 sbindir 629 libexecdir 630 datarootdir 631 datadir 632 sysconfdir 633 sharedstatedir 634 localstatedir 635 includedir 636 oldincludedir 637 docdir 638 infodir 639 htmldir 640 dvidir 641 pdfdir 642 psdir 643 libdir 644 localedir 645 mandir 646 DEFS 647 ECHO_C 648 ECHO_N 649 ECHO_T 650 LIBS 651 build_alias 652 host_alias 653 target_alias 654 LIB_SEARCH_DIRS 655 INSTALL_PROGRAM 656 INSTALL_SCRIPT 657 INSTALL_DATA 658 RANLIB 659 LN_S 660 SET_MAKE 661 CC 662 CFLAGS 663 LDFLAGS 664 CPPFLAGS 665 ac_ct_CC 666 EXEEXT 667 OBJEXT 668 CXX 669 CXXFLAGS 670 ac_ct_CXX 671 F77 672 FFLAGS 673 ac_ct_F77 674 CPP 675 GREP 676 EGREP 677 CXXCPP 678 HAVE_INTTYPES_H 679 AR 680 DL_LIBS 681 DL_OBJS 682 PLAT_OBJS 683 PLAT_SRCS 684 CFLAGS_DEBUG 685 CFLAGS_OPTIMIZE 686 CFLAGS_WARNING 687 LDFLAGS_DEBUG 688 LDFLAGS_OPTIMIZE 689 CC_SEARCH_FLAGS 690 LD_SEARCH_FLAGS 691 STLIB_LD 692 SHLIB_LD 693 TCL_SHLIB_LD_EXTRAS 694 TK_SHLIB_LD_EXTRAS 695 SHLIB_LD_LIBS 696 SHLIB_CFLAGS 697 SHLIB_SUFFIX 698 MAKE_LIB 699 MAKE_STUB_LIB 700 INSTALL_LIB 701 INSTALL_STUB_LIB 702 MAKE 703 ENABLE_GUI 704 TCLSH 705 TCL_VERSION 706 TCL_INC_SPEC 707 TCL_LIB_SPEC 708 VTKDIR 709 MATLAB 710 MEX 711 MEXEXT 712 MCC 713 MEX_ARCH 714 OCTAVE 715 MKOCTFILE 716 octave2 717 mkoctfile2 718 octave3 719 mkoctfile3 720 OCTAVE2 721 OCTAVE3 722 OCTAVE_VERSION 723 OCTAVE_VERSION_MAJOR 724 MKOCTFILE2 725 MKOCTFILE3 726 PERL 727 PERL_INCLUDES 728 PERL_ARCHLIB 729 PERL_ARCHLIBEXP 730 PERL_VERSION 731 PERL_CCFLAGS 732 PERL_CPPFLAGS 733 PERL_VENDORLIB 734 PERL_PRIVLIB 735 PERL_INSTALLARCHLIB 736 PERL_VERSION_RV 737 PERL_LIBSPEC 738 PYTHON 739 PYTHON_CPPFLAGS 740 pythondir 741 PYTHON_VERSION 742 PYTHON_INCLUDES 743 PYTHON_SITE_PACKAGES 744 HAVE_PYTHON_DISTUTILS 745 RUBY 746 SED 747 RUBY_VERSION 748 AWK 749 RUBY_CPPFLAGS 750 RUBY_LDFLAGS 751 RUBY_SITE_PKG 752 RUBY_EXTRA_LIBS 753 HAVE_RUBY_DEVEL 754 RUBY_VERSION_RV 755 RUBY_PLATFORM 756 JAVA 757 JAVAC 758 JAVAH 759 JAVA_HOME 760 JAVA_INC_DIR 761 JAVA_INC_SPEC 762 RP_BASE 763 SHLIB_LDFLAGS 764 TK_VERSION 765 SIZEOF_INT 766 SIZEOF_LONG 767 SIZEOF_LONG_LONG 768 SIZEOF_VOID_P 769 CFLAGS_DEFAULT 770 LDFLAGS_DEFAULT 771 HAVE_FFMPEG_LIBS 772 subdirs 598 773 LIBOBJS 599 subdirs 600 HAVE_FFMPEG_LIBS 601 LDFLAGS_DEFAULT 602 CFLAGS_DEFAULT 603 SIZEOF_VOID_P 604 SIZEOF_LONG_LONG 605 SIZEOF_LONG 606 SIZEOF_INT 607 TK_VERSION 608 SHLIB_LDFLAGS 609 RP_BASE 610 JAVA_INC_SPEC 611 JAVA_INC_DIR 612 JAVA_HOME 613 JAVAH 614 JAVAC 615 JAVA 616 RUBY_PLATFORM 617 RUBY_VERSION_RV 618 HAVE_RUBY_DEVEL 619 RUBY_EXTRA_LIBS 620 RUBY_SITE_PKG 621 RUBY_LDFLAGS 622 RUBY_CPPFLAGS 623 AWK 624 RUBY_VERSION 625 SED 626 RUBY 627 HAVE_PYTHON_DISTUTILS 628 PYTHON_SITE_PACKAGES 629 PYTHON_INCLUDES 630 PYTHON_VERSION 631 pythondir 632 PYTHON_CPPFLAGS 633 PYTHON 634 PERL_LIBSPEC 635 PERL_VERSION_RV 636 PERL_INSTALLARCHLIB 637 PERL_PRIVLIB 638 PERL_VENDORLIB 639 PERL_CPPFLAGS 640 PERL_CCFLAGS 641 PERL_VERSION 642 PERL_ARCHLIBEXP 643 PERL_ARCHLIB 644 PERL_INCLUDES 645 PERL 646 MKOCTFILE3 647 MKOCTFILE2 648 OCTAVE_VERSION_MAJOR 649 OCTAVE_VERSION 650 OCTAVE3 651 OCTAVE2 652 mkoctfile3 653 octave3 654 mkoctfile2 655 octave2 656 MKOCTFILE 657 OCTAVE 658 MEX_ARCH 659 MCC 660 MEXEXT 661 MEX 662 MATLAB 663 VTKDIR 664 TCL_LIB_SPEC 665 TCL_INC_SPEC 666 TCL_VERSION 667 TCLSH 668 ENABLE_GUI 669 MAKE 670 INSTALL_STUB_LIB 671 INSTALL_LIB 672 MAKE_STUB_LIB 673 MAKE_LIB 674 SHLIB_SUFFIX 675 SHLIB_CFLAGS 676 SHLIB_LD_LIBS 677 TK_SHLIB_LD_EXTRAS 678 TCL_SHLIB_LD_EXTRAS 679 SHLIB_LD 680 STLIB_LD 681 LD_SEARCH_FLAGS 682 CC_SEARCH_FLAGS 683 LDFLAGS_OPTIMIZE 684 LDFLAGS_DEBUG 685 CFLAGS_WARNING 686 CFLAGS_OPTIMIZE 687 CFLAGS_DEBUG 688 PLAT_SRCS 689 PLAT_OBJS 690 DL_OBJS 691 DL_LIBS 692 AR 693 HAVE_INTTYPES_H 694 CXXCPP 695 EGREP 696 GREP 697 CPP 698 ac_ct_F77 699 FFLAGS 700 F77 701 ac_ct_CXX 702 CXXFLAGS 703 CXX 704 OBJEXT 705 EXEEXT 706 ac_ct_CC 707 CPPFLAGS 708 LDFLAGS 709 CFLAGS 710 CC 711 SET_MAKE 712 MKDIR_P 713 LN_S 714 RANLIB 715 INSTALL_DATA 716 INSTALL_SCRIPT 717 INSTALL_PROGRAM 718 LIB_SEARCH_DIRS 719 target_alias 720 host_alias 721 build_alias 722 LIBS 723 ECHO_T 724 ECHO_N 725 ECHO_C 726 DEFS 727 mandir 728 localedir 729 libdir 730 psdir 731 pdfdir 732 dvidir 733 htmldir 734 infodir 735 docdir 736 oldincludedir 737 includedir 738 localstatedir 739 sharedstatedir 740 sysconfdir 741 datadir 742 datarootdir 743 libexecdir 744 sbindir 745 bindir 746 program_transform_name 747 prefix 748 exec_prefix 749 PACKAGE_URL 750 PACKAGE_BUGREPORT 751 PACKAGE_STRING 752 PACKAGE_VERSION 753 PACKAGE_TARNAME 754 PACKAGE_NAME 755 PATH_SEPARATOR 756 SHELL' 774 LTLIBOBJS' 757 775 ac_subst_files='' 758 ac_user_opts='759 enable_option_checking760 enable_64bit761 enable_64bit_vis762 enable_corefoundation763 enable_load764 enable_gui765 with_tclsh766 with_vtk767 with_matlab768 with_octave769 with_octave2770 with_octave3771 with_perl772 with_python773 with_ruby774 with_java775 enable_shared776 enable_symbols777 '778 776 ac_precious_vars='build_alias 779 777 host_alias … … 796 794 ac_init_help= 797 795 ac_init_version=false 798 ac_unrecognized_opts=799 ac_unrecognized_sep=800 796 # The variables have the same names as the options, with 801 797 # dashes changed to underlines. … … 896 892 897 893 -disable-* | --disable-*) 898 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`894 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 899 895 # Reject names that are not valid shell variable names. 900 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 901 as_fn_error "invalid feature name: $ac_useropt" 902 ac_useropt_orig=$ac_useropt 903 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 904 case $ac_user_opts in 905 *" 906 "enable_$ac_useropt" 907 "*) ;; 908 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 909 ac_unrecognized_sep=', ';; 910 esac 911 eval enable_$ac_useropt=no ;; 896 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 897 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 898 { (exit 1); exit 1; }; } 899 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 900 eval enable_$ac_feature=no ;; 912 901 913 902 -docdir | --docdir | --docdi | --doc | --do) … … 922 911 923 912 -enable-* | --enable-*) 924 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`913 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 925 914 # Reject names that are not valid shell variable names. 926 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 927 as_fn_error "invalid feature name: $ac_useropt" 928 ac_useropt_orig=$ac_useropt 929 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 930 case $ac_user_opts in 931 *" 932 "enable_$ac_useropt" 933 "*) ;; 934 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 935 ac_unrecognized_sep=', ';; 936 esac 937 eval enable_$ac_useropt=\$ac_optarg ;; 915 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 916 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 917 { (exit 1); exit 1; }; } 918 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 919 eval enable_$ac_feature=\$ac_optarg ;; 938 920 939 921 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1126 1108 1127 1109 -with-* | --with-*) 1128 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1110 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1129 1111 # Reject names that are not valid shell variable names. 1130 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1131 as_fn_error "invalid package name: $ac_useropt" 1132 ac_useropt_orig=$ac_useropt 1133 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1134 case $ac_user_opts in 1135 *" 1136 "with_$ac_useropt" 1137 "*) ;; 1138 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1139 ac_unrecognized_sep=', ';; 1140 esac 1141 eval with_$ac_useropt=\$ac_optarg ;; 1112 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1113 { echo "$as_me: error: invalid package name: $ac_package" >&2 1114 { (exit 1); exit 1; }; } 1115 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1116 eval with_$ac_package=\$ac_optarg ;; 1142 1117 1143 1118 -without-* | --without-*) 1144 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1119 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1145 1120 # Reject names that are not valid shell variable names. 1146 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1147 as_fn_error "invalid package name: $ac_useropt" 1148 ac_useropt_orig=$ac_useropt 1149 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1150 case $ac_user_opts in 1151 *" 1152 "with_$ac_useropt" 1153 "*) ;; 1154 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1155 ac_unrecognized_sep=', ';; 1156 esac 1157 eval with_$ac_useropt=no ;; 1121 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1122 { echo "$as_me: error: invalid package name: $ac_package" >&2 1123 { (exit 1); exit 1; }; } 1124 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1125 eval with_$ac_package=no ;; 1158 1126 1159 1127 --x) … … 1175 1143 x_libraries=$ac_optarg ;; 1176 1144 1177 -*) as_fn_error "unrecognized option: \`$ac_option' 1178 Try \`$0 --help' for more information." 1145 -*) { echo "$as_me: error: unrecognized option: $ac_option 1146 Try \`$0 --help' for more information." >&2 1147 { (exit 1); exit 1; }; } 1179 1148 ;; 1180 1149 … … 1182 1151 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1183 1152 # Reject names that are not valid shell variable names. 1184 case $ac_envvar in #( 1185 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1186 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1187 esac 1153 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1154 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1155 { (exit 1); exit 1; }; } 1188 1156 eval $ac_envvar=\$ac_optarg 1189 1157 export $ac_envvar ;; … … 1191 1159 *) 1192 1160 # FIXME: should be removed in autoconf 3.0. 1193 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21161 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1194 1162 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1195 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21163 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1196 1164 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1197 1165 ;; … … 1202 1170 if test -n "$ac_prev"; then 1203 1171 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1204 as_fn_error "missing argument to $ac_option" 1205 fi 1206 1207 if test -n "$ac_unrecognized_opts"; then 1208 case $enable_option_checking in 1209 no) ;; 1210 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1211 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1212 esac 1213 fi 1214 1215 # Check all directory arguments for consistency. 1172 { echo "$as_me: error: missing argument to $ac_option" >&2 1173 { (exit 1); exit 1; }; } 1174 fi 1175 1176 # Be sure to have absolute directory names. 1216 1177 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1217 1178 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1220 1181 do 1221 1182 eval ac_val=\$$ac_var 1222 # Remove trailing slashes.1223 case $ac_val in1224 */ )1225 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1226 eval $ac_var=\$ac_val;;1227 esac1228 # Be sure to have absolute directory names.1229 1183 case $ac_val in 1230 1184 [\\/$]* | ?:[\\/]* ) continue;; 1231 1185 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1232 1186 esac 1233 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1187 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1188 { (exit 1); exit 1; }; } 1234 1189 done 1235 1190 … … 1245 1200 if test "x$build_alias" = x; then 1246 1201 cross_compiling=maybe 1247 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1202 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1248 1203 If a cross compiler is detected then cross compile mode will be used." >&2 1249 1204 elif test "x$build_alias" != "x$host_alias"; then … … 1261 1216 ac_ls_di=`ls -di .` && 1262 1217 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1263 as_fn_error "working directory cannot be determined" 1218 { echo "$as_me: error: Working directory cannot be determined" >&2 1219 { (exit 1); exit 1; }; } 1264 1220 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1265 as_fn_error "pwd does not report name of working directory" 1221 { echo "$as_me: error: pwd does not report name of working directory" >&2 1222 { (exit 1); exit 1; }; } 1266 1223 1267 1224 … … 1270 1227 ac_srcdir_defaulted=yes 1271 1228 # Try the directory containing this script, then the parent directory. 1272 ac_confdir=`$as_dirname -- "$ as_myself" ||1273 $as_expr X"$ as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1274 X"$ as_myself" : 'X\(//\)[^/]' \| \1275 X"$ as_myself" : 'X\(//\)$' \| \1276 X"$ as_myself" : 'X\(/\)' \| . 2>/dev/null ||1277 $as_echo X"$as_myself" |1229 ac_confdir=`$as_dirname -- "$0" || 1230 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1231 X"$0" : 'X\(//\)[^/]' \| \ 1232 X"$0" : 'X\(//\)$' \| \ 1233 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1234 echo X"$0" | 1278 1235 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1279 1236 s//\1/ … … 1302 1259 if test ! -r "$srcdir/$ac_unique_file"; then 1303 1260 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1304 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1261 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1262 { (exit 1); exit 1; }; } 1305 1263 fi 1306 1264 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1307 1265 ac_abs_confdir=`( 1308 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1266 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1267 { (exit 1); exit 1; }; } 1309 1268 pwd)` 1310 1269 # When building in place, set srcdir=. … … 1354 1313 Installation directories: 1355 1314 --prefix=PREFIX install architecture-independent files in PREFIX 1356 1315 [$ac_default_prefix] 1357 1316 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1358 1317 [PREFIX] 1359 1318 1360 1319 By default, \`make install' will install all the files in … … 1366 1325 1367 1326 Fine tuning of the installation directories: 1368 --bindir=DIR 1369 --sbindir=DIR 1370 --libexecdir=DIR 1371 --sysconfdir=DIR 1372 --sharedstatedir=DIR 1373 --localstatedir=DIR 1374 --libdir=DIR 1375 --includedir=DIR 1376 --oldincludedir=DIR 1377 --datarootdir=DIR 1378 --datadir=DIR 1379 --infodir=DIR 1380 --localedir=DIR 1381 --mandir=DIR 1382 --docdir=DIR 1383 --htmldir=DIR 1384 --dvidir=DIR 1385 --pdfdir=DIR 1386 --psdir=DIR 1327 --bindir=DIR user executables [EPREFIX/bin] 1328 --sbindir=DIR system admin executables [EPREFIX/sbin] 1329 --libexecdir=DIR program executables [EPREFIX/libexec] 1330 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1331 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1332 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1333 --libdir=DIR object code libraries [EPREFIX/lib] 1334 --includedir=DIR C header files [PREFIX/include] 1335 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1336 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1337 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1338 --infodir=DIR info documentation [DATAROOTDIR/info] 1339 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1340 --mandir=DIR man documentation [DATAROOTDIR/man] 1341 --docdir=DIR documentation root [DATAROOTDIR/doc/rappture] 1342 --htmldir=DIR html documentation [DOCDIR] 1343 --dvidir=DIR dvi documentation [DOCDIR] 1344 --pdfdir=DIR pdf documentation [DOCDIR] 1345 --psdir=DIR ps documentation [DOCDIR] 1387 1346 _ACEOF 1388 1347 … … 1398 1357 1399 1358 Optional Features: 1400 --disable-option-checking ignore unrecognized --enable/--with options1401 1359 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1402 1360 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1430 1388 nonstandard directory <lib dir> 1431 1389 LIBS libraries to pass to the linker, e.g. -l<library> 1432 CPPFLAGS (Objective) C/C++preprocessor flags, e.g. -I<include dir> if1390 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1433 1391 you have headers in a nonstandard directory <include dir> 1434 1392 CXX C++ compiler command … … 1450 1408 # If there are subdirs, report their specific --help. 1451 1409 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1452 test -d "$ac_dir" || 1453 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1454 continue 1410 test -d "$ac_dir" || continue 1455 1411 ac_builddir=. 1456 1412 … … 1458 1414 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1459 1415 *) 1460 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1416 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1461 1417 # A ".." for each directory in $ac_dir_suffix. 1462 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`1418 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1463 1419 case $ac_top_builddir_sub in 1464 1420 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1496 1452 $SHELL "$ac_srcdir/configure" --help=recursive 1497 1453 else 1498 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21454 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1499 1455 fi || ac_status=$? 1500 1456 cd "$ac_pwd" || { ac_status=$?; break; } … … 1506 1462 cat <<\_ACEOF 1507 1463 Rappture configure 1.1 1508 generated by GNU Autoconf 2.65 1509 1510 Copyright (C) 2009 Free Software Foundation, Inc. 1464 generated by GNU Autoconf 2.61 1465 1466 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1467 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1511 1468 This configure script is free software; the Free Software Foundation 1512 1469 gives unlimited permission to copy, distribute and modify it. … … 1514 1471 exit 1515 1472 fi 1516 1517 ## ------------------------ ##1518 ## Autoconf initialization. ##1519 ## ------------------------ ##1520 1521 # ac_fn_c_try_compile LINENO1522 # --------------------------1523 # Try to compile conftest.$ac_ext, and return whether this succeeded.1524 ac_fn_c_try_compile ()1525 {1526 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1527 rm -f conftest.$ac_objext1528 if { { ac_try="$ac_compile"1529 case "(($ac_try" in1530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1531 *) ac_try_echo=$ac_try;;1532 esac1533 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1534 $as_echo "$ac_try_echo"; } >&51535 (eval "$ac_compile") 2>conftest.err1536 ac_status=$?1537 if test -s conftest.err; then1538 grep -v '^ *+' conftest.err >conftest.er11539 cat conftest.er1 >&51540 mv -f conftest.er1 conftest.err1541 fi1542 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51543 test $ac_status = 0; } && {1544 test -z "$ac_c_werror_flag" ||1545 test ! -s conftest.err1546 } && test -s conftest.$ac_objext; then :1547 ac_retval=01548 else1549 $as_echo "$as_me: failed program was:" >&51550 sed 's/^/| /' conftest.$ac_ext >&51551 1552 ac_retval=11553 fi1554 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1555 as_fn_set_status $ac_retval1556 1557 } # ac_fn_c_try_compile1558 1559 # ac_fn_cxx_try_compile LINENO1560 # ----------------------------1561 # Try to compile conftest.$ac_ext, and return whether this succeeded.1562 ac_fn_cxx_try_compile ()1563 {1564 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1565 rm -f conftest.$ac_objext1566 if { { ac_try="$ac_compile"1567 case "(($ac_try" in1568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1569 *) ac_try_echo=$ac_try;;1570 esac1571 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1572 $as_echo "$ac_try_echo"; } >&51573 (eval "$ac_compile") 2>conftest.err1574 ac_status=$?1575 if test -s conftest.err; then1576 grep -v '^ *+' conftest.err >conftest.er11577 cat conftest.er1 >&51578 mv -f conftest.er1 conftest.err1579 fi1580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51581 test $ac_status = 0; } && {1582 test -z "$ac_cxx_werror_flag" ||1583 test ! -s conftest.err1584 } && test -s conftest.$ac_objext; then :1585 ac_retval=01586 else1587 $as_echo "$as_me: failed program was:" >&51588 sed 's/^/| /' conftest.$ac_ext >&51589 1590 ac_retval=11591 fi1592 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1593 as_fn_set_status $ac_retval1594 1595 } # ac_fn_cxx_try_compile1596 1597 # ac_fn_f77_try_compile LINENO1598 # ----------------------------1599 # Try to compile conftest.$ac_ext, and return whether this succeeded.1600 ac_fn_f77_try_compile ()1601 {1602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1603 rm -f conftest.$ac_objext1604 if { { ac_try="$ac_compile"1605 case "(($ac_try" in1606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1607 *) ac_try_echo=$ac_try;;1608 esac1609 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1610 $as_echo "$ac_try_echo"; } >&51611 (eval "$ac_compile") 2>conftest.err1612 ac_status=$?1613 if test -s conftest.err; then1614 grep -v '^ *+' conftest.err >conftest.er11615 cat conftest.er1 >&51616 mv -f conftest.er1 conftest.err1617 fi1618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51619 test $ac_status = 0; } && {1620 test -z "$ac_f77_werror_flag" ||1621 test ! -s conftest.err1622 } && test -s conftest.$ac_objext; then :1623 ac_retval=01624 else1625 $as_echo "$as_me: failed program was:" >&51626 sed 's/^/| /' conftest.$ac_ext >&51627 1628 ac_retval=11629 fi1630 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1631 as_fn_set_status $ac_retval1632 1633 } # ac_fn_f77_try_compile1634 1635 # ac_fn_c_try_cpp LINENO1636 # ----------------------1637 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.1638 ac_fn_c_try_cpp ()1639 {1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1641 if { { ac_try="$ac_cpp conftest.$ac_ext"1642 case "(($ac_try" in1643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1644 *) ac_try_echo=$ac_try;;1645 esac1646 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1647 $as_echo "$ac_try_echo"; } >&51648 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err1649 ac_status=$?1650 if test -s conftest.err; then1651 grep -v '^ *+' conftest.err >conftest.er11652 cat conftest.er1 >&51653 mv -f conftest.er1 conftest.err1654 fi1655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51656 test $ac_status = 0; } >/dev/null && {1657 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||1658 test ! -s conftest.err1659 }; then :1660 ac_retval=01661 else1662 $as_echo "$as_me: failed program was:" >&51663 sed 's/^/| /' conftest.$ac_ext >&51664 1665 ac_retval=11666 fi1667 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1668 as_fn_set_status $ac_retval1669 1670 } # ac_fn_c_try_cpp1671 1672 # ac_fn_c_try_run LINENO1673 # ----------------------1674 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes1675 # that executables *can* be run.1676 ac_fn_c_try_run ()1677 {1678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1679 if { { ac_try="$ac_link"1680 case "(($ac_try" in1681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1682 *) ac_try_echo=$ac_try;;1683 esac1684 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1685 $as_echo "$ac_try_echo"; } >&51686 (eval "$ac_link") 2>&51687 ac_status=$?1688 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51689 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'1690 { { case "(($ac_try" in1691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1692 *) ac_try_echo=$ac_try;;1693 esac1694 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1695 $as_echo "$ac_try_echo"; } >&51696 (eval "$ac_try") 2>&51697 ac_status=$?1698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51699 test $ac_status = 0; }; }; then :1700 ac_retval=01701 else1702 $as_echo "$as_me: program exited with status $ac_status" >&51703 $as_echo "$as_me: failed program was:" >&51704 sed 's/^/| /' conftest.$ac_ext >&51705 1706 ac_retval=$ac_status1707 fi1708 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1709 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1710 as_fn_set_status $ac_retval1711 1712 } # ac_fn_c_try_run1713 1714 # ac_fn_c_try_link LINENO1715 # -----------------------1716 # Try to link conftest.$ac_ext, and return whether this succeeded.1717 ac_fn_c_try_link ()1718 {1719 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1720 rm -f conftest.$ac_objext conftest$ac_exeext1721 if { { ac_try="$ac_link"1722 case "(($ac_try" in1723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1724 *) ac_try_echo=$ac_try;;1725 esac1726 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1727 $as_echo "$ac_try_echo"; } >&51728 (eval "$ac_link") 2>conftest.err1729 ac_status=$?1730 if test -s conftest.err; then1731 grep -v '^ *+' conftest.err >conftest.er11732 cat conftest.er1 >&51733 mv -f conftest.er1 conftest.err1734 fi1735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51736 test $ac_status = 0; } && {1737 test -z "$ac_c_werror_flag" ||1738 test ! -s conftest.err1739 } && test -s conftest$ac_exeext && {1740 test "$cross_compiling" = yes ||1741 $as_test_x conftest$ac_exeext1742 }; then :1743 ac_retval=01744 else1745 $as_echo "$as_me: failed program was:" >&51746 sed 's/^/| /' conftest.$ac_ext >&51747 1748 ac_retval=11749 fi1750 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information1751 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would1752 # interfere with the next link command; also delete a directory that is1753 # left behind by Apple's compiler. We do this before executing the actions.1754 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1755 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1756 as_fn_set_status $ac_retval1757 1758 } # ac_fn_c_try_link1759 1760 # ac_fn_c_check_func LINENO FUNC VAR1761 # ----------------------------------1762 # Tests whether FUNC exists, setting the cache variable VAR accordingly1763 ac_fn_c_check_func ()1764 {1765 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51767 $as_echo_n "checking for $2... " >&6; }1768 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1769 $as_echo_n "(cached) " >&61770 else1771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1772 /* end confdefs.h. */1773 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.1774 For example, HP-UX 11i <limits.h> declares gettimeofday. */1775 #define $2 innocuous_$21776 1777 /* System header to define __stub macros and hopefully few prototypes,1778 which can conflict with char $2 (); below.1779 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since1780 <limits.h> exists even on freestanding compilers. */1781 1782 #ifdef __STDC__1783 # include <limits.h>1784 #else1785 # include <assert.h>1786 #endif1787 1788 #undef $21789 1790 /* Override any GCC internal prototype to avoid an error.1791 Use char because int might match the return type of a GCC1792 builtin and then its argument prototype would still apply. */1793 #ifdef __cplusplus1794 extern "C"1795 #endif1796 char $2 ();1797 /* The GNU C library defines this for functions which it implements1798 to always fail with ENOSYS. Some functions are actually named1799 something starting with __ and the normal name is an alias. */1800 #if defined __stub_$2 || defined __stub___$21801 choke me1802 #endif1803 1804 int1805 main ()1806 {1807 return $2 ();1808 ;1809 return 0;1810 }1811 _ACEOF1812 if ac_fn_c_try_link "$LINENO"; then :1813 eval "$3=yes"1814 else1815 eval "$3=no"1816 fi1817 rm -f core conftest.err conftest.$ac_objext \1818 conftest$ac_exeext conftest.$ac_ext1819 fi1820 eval ac_res=\$$31821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&51822 $as_echo "$ac_res" >&6; }1823 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1824 1825 } # ac_fn_c_check_func1826 1827 # ac_fn_cxx_try_link LINENO1828 # -------------------------1829 # Try to link conftest.$ac_ext, and return whether this succeeded.1830 ac_fn_cxx_try_link ()1831 {1832 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1833 rm -f conftest.$ac_objext conftest$ac_exeext1834 if { { ac_try="$ac_link"1835 case "(($ac_try" in1836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1837 *) ac_try_echo=$ac_try;;1838 esac1839 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1840 $as_echo "$ac_try_echo"; } >&51841 (eval "$ac_link") 2>conftest.err1842 ac_status=$?1843 if test -s conftest.err; then1844 grep -v '^ *+' conftest.err >conftest.er11845 cat conftest.er1 >&51846 mv -f conftest.er1 conftest.err1847 fi1848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51849 test $ac_status = 0; } && {1850 test -z "$ac_cxx_werror_flag" ||1851 test ! -s conftest.err1852 } && test -s conftest$ac_exeext && {1853 test "$cross_compiling" = yes ||1854 $as_test_x conftest$ac_exeext1855 }; then :1856 ac_retval=01857 else1858 $as_echo "$as_me: failed program was:" >&51859 sed 's/^/| /' conftest.$ac_ext >&51860 1861 ac_retval=11862 fi1863 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information1864 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would1865 # interfere with the next link command; also delete a directory that is1866 # left behind by Apple's compiler. We do this before executing the actions.1867 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1868 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1869 as_fn_set_status $ac_retval1870 1871 } # ac_fn_cxx_try_link1872 1873 # ac_fn_cxx_check_func LINENO FUNC VAR1874 # ------------------------------------1875 # Tests whether FUNC exists, setting the cache variable VAR accordingly1876 ac_fn_cxx_check_func ()1877 {1878 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51880 $as_echo_n "checking for $2... " >&6; }1881 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1882 $as_echo_n "(cached) " >&61883 else1884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1885 /* end confdefs.h. */1886 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.1887 For example, HP-UX 11i <limits.h> declares gettimeofday. */1888 #define $2 innocuous_$21889 1890 /* System header to define __stub macros and hopefully few prototypes,1891 which can conflict with char $2 (); below.1892 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since1893 <limits.h> exists even on freestanding compilers. */1894 1895 #ifdef __STDC__1896 # include <limits.h>1897 #else1898 # include <assert.h>1899 #endif1900 1901 #undef $21902 1903 /* Override any GCC internal prototype to avoid an error.1904 Use char because int might match the return type of a GCC1905 builtin and then its argument prototype would still apply. */1906 #ifdef __cplusplus1907 extern "C"1908 #endif1909 char $2 ();1910 /* The GNU C library defines this for functions which it implements1911 to always fail with ENOSYS. Some functions are actually named1912 something starting with __ and the normal name is an alias. */1913 #if defined __stub_$2 || defined __stub___$21914 choke me1915 #endif1916 1917 int1918 main ()1919 {1920 return $2 ();1921 ;1922 return 0;1923 }1924 _ACEOF1925 if ac_fn_cxx_try_link "$LINENO"; then :1926 eval "$3=yes"1927 else1928 eval "$3=no"1929 fi1930 rm -f core conftest.err conftest.$ac_objext \1931 conftest$ac_exeext conftest.$ac_ext1932 fi1933 eval ac_res=\$$31934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&51935 $as_echo "$ac_res" >&6; }1936 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1937 1938 } # ac_fn_cxx_check_func1939 1940 # ac_fn_cxx_try_cpp LINENO1941 # ------------------------1942 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.1943 ac_fn_cxx_try_cpp ()1944 {1945 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1946 if { { ac_try="$ac_cpp conftest.$ac_ext"1947 case "(($ac_try" in1948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1949 *) ac_try_echo=$ac_try;;1950 esac1951 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1952 $as_echo "$ac_try_echo"; } >&51953 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err1954 ac_status=$?1955 if test -s conftest.err; then1956 grep -v '^ *+' conftest.err >conftest.er11957 cat conftest.er1 >&51958 mv -f conftest.er1 conftest.err1959 fi1960 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51961 test $ac_status = 0; } >/dev/null && {1962 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||1963 test ! -s conftest.err1964 }; then :1965 ac_retval=01966 else1967 $as_echo "$as_me: failed program was:" >&51968 sed 's/^/| /' conftest.$ac_ext >&51969 1970 ac_retval=11971 fi1972 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1973 as_fn_set_status $ac_retval1974 1975 } # ac_fn_cxx_try_cpp1976 1977 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES1978 # ---------------------------------------------------------1979 # Tests whether HEADER exists, giving a warning if it cannot be compiled using1980 # the include files in INCLUDES and setting the cache variable VAR1981 # accordingly.1982 ac_fn_cxx_check_header_mongrel ()1983 {1984 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1985 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51987 $as_echo_n "checking for $2... " >&6; }1988 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1989 $as_echo_n "(cached) " >&61990 fi1991 eval ac_res=\$$31992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&51993 $as_echo "$ac_res" >&6; }1994 else1995 # Is the header compilable?1996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&51997 $as_echo_n "checking $2 usability... " >&6; }1998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1999 /* end confdefs.h. */2000 $42001 #include <$2>2002 _ACEOF2003 if ac_fn_cxx_try_compile "$LINENO"; then :2004 ac_header_compiler=yes2005 else2006 ac_header_compiler=no2007 fi2008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&52010 $as_echo "$ac_header_compiler" >&6; }2011 2012 # Is the header present?2013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&52014 $as_echo_n "checking $2 presence... " >&6; }2015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2016 /* end confdefs.h. */2017 #include <$2>2018 _ACEOF2019 if ac_fn_cxx_try_cpp "$LINENO"; then :2020 ac_header_preproc=yes2021 else2022 ac_header_preproc=no2023 fi2024 rm -f conftest.err conftest.$ac_ext2025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&52026 $as_echo "$ac_header_preproc" >&6; }2027 2028 # So? What about this header?2029 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((2030 yes:no: )2031 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&52032 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}2033 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&52034 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}2035 ;;2036 no:yes:* )2037 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&52038 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}2039 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&52040 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}2041 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&52042 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}2043 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&52044 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}2045 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&52046 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}2047 ( cat <<\_ASBOX2048 ## ----------------------------------- ##2049 ## Report this to rappture@nanohub.org ##2050 ## ----------------------------------- ##2051 _ASBOX2052 ) | sed "s/^/$as_me: WARNING: /" >&22053 ;;2054 esac2055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&52056 $as_echo_n "checking for $2... " >&6; }2057 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :2058 $as_echo_n "(cached) " >&62059 else2060 eval "$3=\$ac_header_compiler"2061 fi2062 eval ac_res=\$$32063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&52064 $as_echo "$ac_res" >&6; }2065 fi2066 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2067 2068 } # ac_fn_cxx_check_header_mongrel2069 2070 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES2071 # ---------------------------------------------------------2072 # Tests whether HEADER exists and can be compiled using the include files in2073 # INCLUDES, setting the cache variable VAR accordingly.2074 ac_fn_cxx_check_header_compile ()2075 {2076 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&52078 $as_echo_n "checking for $2... " >&6; }2079 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :2080 $as_echo_n "(cached) " >&62081 else2082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2083 /* end confdefs.h. */2084 $42085 #include <$2>2086 _ACEOF2087 if ac_fn_cxx_try_compile "$LINENO"; then :2088 eval "$3=yes"2089 else2090 eval "$3=no"2091 fi2092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2093 fi2094 eval ac_res=\$$32095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&52096 $as_echo "$ac_res" >&6; }2097 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2098 2099 } # ac_fn_cxx_check_header_compile2100 2101 # ac_fn_cxx_try_run LINENO2102 # ------------------------2103 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes2104 # that executables *can* be run.2105 ac_fn_cxx_try_run ()2106 {2107 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2108 if { { ac_try="$ac_link"2109 case "(($ac_try" in2110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2111 *) ac_try_echo=$ac_try;;2112 esac2113 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2114 $as_echo "$ac_try_echo"; } >&52115 (eval "$ac_link") 2>&52116 ac_status=$?2117 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52118 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'2119 { { case "(($ac_try" in2120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2121 *) ac_try_echo=$ac_try;;2122 esac2123 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2124 $as_echo "$ac_try_echo"; } >&52125 (eval "$ac_try") 2>&52126 ac_status=$?2127 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52128 test $ac_status = 0; }; }; then :2129 ac_retval=02130 else2131 $as_echo "$as_me: program exited with status $ac_status" >&52132 $as_echo "$as_me: failed program was:" >&52133 sed 's/^/| /' conftest.$ac_ext >&52134 2135 ac_retval=$ac_status2136 fi2137 rm -rf conftest.dSYM conftest_ipa8_conftest.oo2138 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2139 as_fn_set_status $ac_retval2140 2141 } # ac_fn_cxx_try_run2142 2143 # ac_fn_cxx_compute_int LINENO EXPR VAR INCLUDES2144 # ----------------------------------------------2145 # Tries to find the compile-time value of EXPR in a program that includes2146 # INCLUDES, setting VAR accordingly. Returns whether the value could be2147 # computed2148 ac_fn_cxx_compute_int ()2149 {2150 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2151 if test "$cross_compiling" = yes; then2152 # Depending upon the size, compute the lo and hi bounds.2153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2154 /* end confdefs.h. */2155 $42156 int2157 main ()2158 {2159 static int test_array [1 - 2 * !(($2) >= 0)];2160 test_array [0] = 02161 2162 ;2163 return 0;2164 }2165 _ACEOF2166 if ac_fn_cxx_try_compile "$LINENO"; then :2167 ac_lo=0 ac_mid=02168 while :; do2169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2170 /* end confdefs.h. */2171 $42172 int2173 main ()2174 {2175 static int test_array [1 - 2 * !(($2) <= $ac_mid)];2176 test_array [0] = 02177 2178 ;2179 return 0;2180 }2181 _ACEOF2182 if ac_fn_cxx_try_compile "$LINENO"; then :2183 ac_hi=$ac_mid; break2184 else2185 as_fn_arith $ac_mid + 1 && ac_lo=$as_val2186 if test $ac_lo -le $ac_mid; then2187 ac_lo= ac_hi=2188 break2189 fi2190 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val2191 fi2192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2193 done2194 else2195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2196 /* end confdefs.h. */2197 $42198 int2199 main ()2200 {2201 static int test_array [1 - 2 * !(($2) < 0)];2202 test_array [0] = 02203 2204 ;2205 return 0;2206 }2207 _ACEOF2208 if ac_fn_cxx_try_compile "$LINENO"; then :2209 ac_hi=-1 ac_mid=-12210 while :; do2211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2212 /* end confdefs.h. */2213 $42214 int2215 main ()2216 {2217 static int test_array [1 - 2 * !(($2) >= $ac_mid)];2218 test_array [0] = 02219 2220 ;2221 return 0;2222 }2223 _ACEOF2224 if ac_fn_cxx_try_compile "$LINENO"; then :2225 ac_lo=$ac_mid; break2226 else2227 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val2228 if test $ac_mid -le $ac_hi; then2229 ac_lo= ac_hi=2230 break2231 fi2232 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val2233 fi2234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2235 done2236 else2237 ac_lo= ac_hi=2238 fi2239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2240 fi2241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2242 # Binary search between lo and hi bounds.2243 while test "x$ac_lo" != "x$ac_hi"; do2244 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val2245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2246 /* end confdefs.h. */2247 $42248 int2249 main ()2250 {2251 static int test_array [1 - 2 * !(($2) <= $ac_mid)];2252 test_array [0] = 02253 2254 ;2255 return 0;2256 }2257 _ACEOF2258 if ac_fn_cxx_try_compile "$LINENO"; then :2259 ac_hi=$ac_mid2260 else2261 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val2262 fi2263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2264 done2265 case $ac_lo in #((2266 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;2267 '') ac_retval=1 ;;2268 esac2269 else2270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2271 /* end confdefs.h. */2272 $42273 static long int longval () { return $2; }2274 static unsigned long int ulongval () { return $2; }2275 #include <stdio.h>2276 #include <stdlib.h>2277 int2278 main ()2279 {2280 2281 FILE *f = fopen ("conftest.val", "w");2282 if (! f)2283 return 1;2284 if (($2) < 0)2285 {2286 long int i = longval ();2287 if (i != ($2))2288 return 1;2289 fprintf (f, "%ld", i);2290 }2291 else2292 {2293 unsigned long int i = ulongval ();2294 if (i != ($2))2295 return 1;2296 fprintf (f, "%lu", i);2297 }2298 /* Do not output a trailing newline, as this causes \r\n confusion2299 on some platforms. */2300 return ferror (f) || fclose (f) != 0;2301 2302 ;2303 return 0;2304 }2305 _ACEOF2306 if ac_fn_cxx_try_run "$LINENO"; then :2307 echo >>conftest.val; read $3 <conftest.val; ac_retval=02308 else2309 ac_retval=12310 fi2311 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \2312 conftest.$ac_objext conftest.beam conftest.$ac_ext2313 rm -f conftest.val2314 2315 fi2316 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2317 as_fn_set_status $ac_retval2318 2319 } # ac_fn_cxx_compute_int2320 1473 cat >config.log <<_ACEOF 2321 1474 This file contains any messages produced by compilers while … … 2323 1476 2324 1477 It was created by Rappture $as_me 1.1, which was 2325 generated by GNU Autoconf 2.6 5. Invocation command line was1478 generated by GNU Autoconf 2.61. Invocation command line was 2326 1479 2327 1480 $ $0 $@ … … 2359 1512 IFS=$as_save_IFS 2360 1513 test -z "$as_dir" && as_dir=. 2361 $as_echo "PATH: $as_dir"2362 1514 echo "PATH: $as_dir" 1515 done 2363 1516 IFS=$as_save_IFS 2364 1517 … … 2394 1547 continue ;; 2395 1548 *\'*) 2396 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1549 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 2397 1550 esac 2398 1551 case $ac_pass in 2399 1) a s_fn_append ac_configure_args0 "'$ac_arg'" ;;1552 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 2400 1553 2) 2401 a s_fn_append ac_configure_args1 "'$ac_arg'"1554 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 2402 1555 if test $ac_must_keep_next = true; then 2403 1556 ac_must_keep_next=false # Got value, back to normal. … … 2415 1568 esac 2416 1569 fi 2417 a s_fn_append ac_configure_args "'$ac_arg'"1570 ac_configure_args="$ac_configure_args '$ac_arg'" 2418 1571 ;; 2419 1572 esac 2420 1573 done 2421 1574 done 2422 { ac_configure_args0=; unset ac_configure_args0;}2423 { ac_configure_args1=; unset ac_configure_args1;}1575 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1576 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 2424 1577 2425 1578 # When interrupted or exit'd, cleanup temporary files, and complete … … 2446 1599 *${as_nl}*) 2447 1600 case $ac_var in #( 2448 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&52449 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;1601 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1602 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 2450 1603 esac 2451 1604 case $ac_var in #( 2452 1605 _ | IFS | as_nl) ;; #( 2453 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 2454 *) { eval $ac_var=; unset $ac_var;} ;; 1606 *) $as_unset $ac_var ;; 2455 1607 esac ;; 2456 1608 esac … … 2481 1633 eval ac_val=\$$ac_var 2482 1634 case $ac_val in 2483 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1635 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 2484 1636 esac 2485 $as_echo "$ac_var='\''$ac_val'\''"1637 echo "$ac_var='\''$ac_val'\''" 2486 1638 done | sort 2487 1639 echo … … 2498 1650 eval ac_val=\$$ac_var 2499 1651 case $ac_val in 2500 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1652 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 2501 1653 esac 2502 $as_echo "$ac_var='\''$ac_val'\''"1654 echo "$ac_var='\''$ac_val'\''" 2503 1655 done | sort 2504 1656 echo … … 2516 1668 fi 2517 1669 test "$ac_signal" != 0 && 2518 $as_echo "$as_me: caught signal $ac_signal"2519 $as_echo "$as_me: exit $exit_status"1670 echo "$as_me: caught signal $ac_signal" 1671 echo "$as_me: exit $exit_status" 2520 1672 } >&5 2521 1673 rm -f core *.core core.conftest.* && … … 2524 1676 ' 0 2525 1677 for ac_signal in 1 2 13 15; do 2526 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal1678 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 2527 1679 done 2528 1680 ac_signal=0 … … 2531 1683 rm -f -r conftest* confdefs.h 2532 1684 2533 $as_echo "/* confdefs.h */" > confdefs.h2534 2535 1685 # Predefined preprocessor variables. 2536 1686 … … 2539 1689 _ACEOF 2540 1690 1691 2541 1692 cat >>confdefs.h <<_ACEOF 2542 1693 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" 2543 1694 _ACEOF 2544 1695 1696 2545 1697 cat >>confdefs.h <<_ACEOF 2546 1698 #define PACKAGE_VERSION "$PACKAGE_VERSION" 2547 1699 _ACEOF 2548 1700 1701 2549 1702 cat >>confdefs.h <<_ACEOF 2550 1703 #define PACKAGE_STRING "$PACKAGE_STRING" 2551 1704 _ACEOF 2552 1705 1706 2553 1707 cat >>confdefs.h <<_ACEOF 2554 1708 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 2555 1709 _ACEOF 2556 1710 2557 cat >>confdefs.h <<_ACEOF2558 #define PACKAGE_URL "$PACKAGE_URL"2559 _ACEOF2560 2561 1711 2562 1712 # Let the site file select an alternate cache file if it wants to. 2563 # Prefer an explicitly selected file to automatically selected ones. 2564 ac_site_file1=NONE 2565 ac_site_file2=NONE 1713 # Prefer explicitly selected file to automatically selected ones. 2566 1714 if test -n "$CONFIG_SITE"; then 2567 ac_site_file1=$CONFIG_SITE1715 set x "$CONFIG_SITE" 2568 1716 elif test "x$prefix" != xNONE; then 2569 ac_site_file1=$prefix/share/config.site2570 ac_site_file2=$prefix/etc/config.site2571 else 2572 ac_site_file1=$ac_default_prefix/share/config.site 2573 ac_site_file2=$ac_default_prefix/etc/config.site 2574 fi 2575 for ac_site_file in "$ac_site_file1" "$ac_site_file2"1717 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1718 else 1719 set x "$ac_default_prefix/share/config.site" \ 1720 "$ac_default_prefix/etc/config.site" 1721 fi 1722 shift 1723 for ac_site_file 2576 1724 do 2577 test "x$ac_site_file" = xNONE && continue 2578 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 2579 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2580 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1725 if test -r "$ac_site_file"; then 1726 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1727 echo "$as_me: loading site script $ac_site_file" >&6;} 2581 1728 sed 's/^/| /' "$ac_site_file" >&5 2582 1729 . "$ac_site_file" … … 2585 1732 2586 1733 if test -r "$cache_file"; then 2587 # Some versions of bash will fail to source /dev/null (special files2588 # actually), so we avoid doing that. DJGPP emulates it as a regular file.2589 if test /dev/null != "$cache_file" && test-f "$cache_file"; then2590 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&52591 $as_echo "$as_me: loading cache $cache_file" >&6;}1734 # Some versions of bash will fail to source /dev/null (special 1735 # files actually), so we avoid doing that. 1736 if test -f "$cache_file"; then 1737 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1738 echo "$as_me: loading cache $cache_file" >&6;} 2592 1739 case $cache_file in 2593 1740 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 2596 1743 fi 2597 1744 else 2598 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&52599 $as_echo "$as_me: creating cache $cache_file" >&6;}1745 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1746 echo "$as_me: creating cache $cache_file" >&6;} 2600 1747 >$cache_file 2601 1748 fi … … 2611 1758 case $ac_old_set,$ac_new_set in 2612 1759 set,) 2613 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&52614 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1760 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1761 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 2615 1762 ac_cache_corrupted=: ;; 2616 1763 ,set) 2617 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&52618 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1764 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1765 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 2619 1766 ac_cache_corrupted=: ;; 2620 1767 ,);; 2621 1768 *) 2622 1769 if test "x$ac_old_val" != "x$ac_new_val"; then 2623 # differences in whitespace do not lead to failure. 2624 ac_old_val_w=`echo x $ac_old_val` 2625 ac_new_val_w=`echo x $ac_new_val` 2626 if test "$ac_old_val_w" != "$ac_new_val_w"; then 2627 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 2628 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2629 ac_cache_corrupted=: 2630 else 2631 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 2632 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 2633 eval $ac_var=\$ac_old_val 2634 fi 2635 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 2636 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 2637 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 2638 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1770 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1771 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1772 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1773 echo "$as_me: former value: $ac_old_val" >&2;} 1774 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1775 echo "$as_me: current value: $ac_new_val" >&2;} 1776 ac_cache_corrupted=: 2639 1777 fi;; 2640 1778 esac … … 2642 1780 if test "$ac_new_set" = set; then 2643 1781 case $ac_new_val in 2644 *\'*) ac_arg=$ac_var=` $as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1782 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 2645 1783 *) ac_arg=$ac_var=$ac_new_val ;; 2646 1784 esac 2647 1785 case " $ac_configure_args " in 2648 1786 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 2649 *) a s_fn_append ac_configure_args "'$ac_arg'" ;;1787 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 2650 1788 esac 2651 1789 fi 2652 1790 done 2653 1791 if $ac_cache_corrupted; then 2654 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2655 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2656 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2657 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2658 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2659 fi 2660 ## -------------------- ## 2661 ## Main body of script. ## 2662 ## -------------------- ## 1792 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1793 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1794 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1795 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1796 { (exit 1); exit 1; }; } 1797 fi 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 2663 1822 2664 1823 ac_ext=c … … 2671 1830 ac_aux_dir= 2672 1831 for ac_dir in cf "$srcdir"/cf; do 2673 for ac_t in install-sh install.sh shtool; do 2674 if test -f "$ac_dir/$ac_t"; then 2675 ac_aux_dir=$ac_dir 2676 ac_install_sh="$ac_aux_dir/$ac_t -c" 2677 break 2 2678 fi 2679 done 1832 if test -f "$ac_dir/install-sh"; then 1833 ac_aux_dir=$ac_dir 1834 ac_install_sh="$ac_aux_dir/install-sh -c" 1835 break 1836 elif test -f "$ac_dir/install.sh"; then 1837 ac_aux_dir=$ac_dir 1838 ac_install_sh="$ac_aux_dir/install.sh -c" 1839 break 1840 elif test -f "$ac_dir/shtool"; then 1841 ac_aux_dir=$ac_dir 1842 ac_install_sh="$ac_aux_dir/shtool install -c" 1843 break 1844 fi 2680 1845 done 2681 1846 if test -z "$ac_aux_dir"; then 2682 as_fn_error "cannot find install-sh, install.sh, or shtool in cf \"$srcdir\"/cf" "$LINENO" 5 1847 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5 1848 echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;} 1849 { (exit 1); exit 1; }; } 2683 1850 fi 2684 1851 … … 2727 1894 # OS/2's system install, which has a completely different semantic 2728 1895 # ./install, which can be erroneously created by make from ./install.sh. 2729 # Reject install programs that cannot install multiple files. 2730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2731 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1896 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1897 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 2732 1898 if test -z "$INSTALL"; then 2733 if test "${ac_cv_path_install+set}" = set; then :2734 $as_echo_n "(cached)" >&61899 if test "${ac_cv_path_install+set}" = set; then 1900 echo $ECHO_N "(cached) $ECHO_C" >&6 2735 1901 else 2736 1902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2739 1905 IFS=$as_save_IFS 2740 1906 test -z "$as_dir" && as_dir=. 2741 2742 case $as_dir/ in #((2743 ./ | .// | / [cC]/* | \1907 # Account for people who put trailing slashes in PATH elements. 1908 case $as_dir/ in 1909 ./ | .// | /cC/* | \ 2744 1910 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 2745 ?: [\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \1911 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 2746 1912 /usr/ucb/* ) ;; 2747 1913 *) … … 2761 1927 : 2762 1928 else 2763 rm -rf conftest.one conftest.two conftest.dir 2764 echo one > conftest.one 2765 echo two > conftest.two 2766 mkdir conftest.dir 2767 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 2768 test -s conftest.one && test -s conftest.two && 2769 test -s conftest.dir/conftest.one && 2770 test -s conftest.dir/conftest.two 2771 then 2772 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2773 break 3 2774 fi 1929 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1930 break 3 2775 1931 fi 2776 1932 fi … … 2779 1935 ;; 2780 1936 esac 2781 2782 done 1937 done 2783 1938 IFS=$as_save_IFS 2784 1939 2785 rm -rf conftest.one conftest.two conftest.dir2786 1940 2787 1941 fi … … 2796 1950 fi 2797 1951 fi 2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&52799 $as_echo "$INSTALL" >&6; }1952 { echo "$as_me:$LINENO: result: $INSTALL" >&5 1953 echo "${ECHO_T}$INSTALL" >&6; } 2800 1954 2801 1955 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 2807 1961 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2808 1962 1963 # Find a good install program. We prefer a C program (faster), 1964 # so one script is as good as another. But avoid the broken or 1965 # incompatible versions: 1966 # SysV /etc/install, /usr/sbin/install 1967 # SunOS /usr/etc/install 1968 # IRIX /sbin/install 1969 # AIX /bin/install 1970 # AmigaOS /C/install, which installs bootblocks on floppy discs 1971 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1972 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1973 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1974 # OS/2's system install, which has a completely different semantic 1975 # ./install, which can be erroneously created by make from ./install.sh. 1976 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1977 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 1978 if test -z "$INSTALL"; then 1979 if test "${ac_cv_path_install+set}" = set; then 1980 echo $ECHO_N "(cached) $ECHO_C" >&6 1981 else 1982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1983 for as_dir in $PATH 1984 do 1985 IFS=$as_save_IFS 1986 test -z "$as_dir" && as_dir=. 1987 # Account for people who put trailing slashes in PATH elements. 1988 case $as_dir/ in 1989 ./ | .// | /cC/* | \ 1990 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1991 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1992 /usr/ucb/* ) ;; 1993 *) 1994 # OSF1 and SCO ODT 3.0 have their own names for install. 1995 # Don't use installbsd from OSF since it installs stuff as root 1996 # by default. 1997 for ac_prog in ginstall scoinst install; do 1998 for ac_exec_ext in '' $ac_executable_extensions; do 1999 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 2000 if test $ac_prog = install && 2001 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2002 # AIX install. It has an incompatible calling convention. 2003 : 2004 elif test $ac_prog = install && 2005 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2006 # program-specific install script used by HP pwplus--don't use. 2007 : 2008 else 2009 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2010 break 3 2011 fi 2012 fi 2013 done 2014 done 2015 ;; 2016 esac 2017 done 2018 IFS=$as_save_IFS 2019 2020 2021 fi 2022 if test "${ac_cv_path_install+set}" = set; then 2023 INSTALL=$ac_cv_path_install 2024 else 2025 # As a last resort, use the slow shell script. Don't cache a 2026 # value for INSTALL within a source directory, because that will 2027 # break other packages using the cache if that directory is 2028 # removed, or if the value is a relative name. 2029 INSTALL=$ac_install_sh 2030 fi 2031 fi 2032 { echo "$as_me:$LINENO: result: $INSTALL" >&5 2033 echo "${ECHO_T}$INSTALL" >&6; } 2034 2035 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 2036 # It thinks the first close brace ends the variable substitution. 2037 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 2038 2039 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 2040 2041 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2809 2042 2810 2043 if test -n "$ac_tool_prefix"; then 2811 2044 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 2812 2045 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52814 $as_echo_n "checking for $ac_word..." >&6; }2815 if test "${ac_cv_prog_RANLIB+set}" = set; then :2816 $as_echo_n "(cached)" >&62046 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2047 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2048 if test "${ac_cv_prog_RANLIB+set}" = set; then 2049 echo $ECHO_N "(cached) $ECHO_C" >&6 2817 2050 else 2818 2051 if test -n "$RANLIB"; then … … 2824 2057 IFS=$as_save_IFS 2825 2058 test -z "$as_dir" && as_dir=. 2826 2059 for ac_exec_ext in '' $ac_executable_extensions; do 2827 2060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2828 2061 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 2829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52062 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2830 2063 break 2 2831 2064 fi 2832 2065 done 2833 2066 done 2834 2067 IFS=$as_save_IFS 2835 2068 … … 2838 2071 RANLIB=$ac_cv_prog_RANLIB 2839 2072 if test -n "$RANLIB"; then 2840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&52841 $as_echo "$RANLIB" >&6; }2842 else 2843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52844 $as_echo "no" >&6; }2073 { echo "$as_me:$LINENO: result: $RANLIB" >&5 2074 echo "${ECHO_T}$RANLIB" >&6; } 2075 else 2076 { echo "$as_me:$LINENO: result: no" >&5 2077 echo "${ECHO_T}no" >&6; } 2845 2078 fi 2846 2079 … … 2851 2084 # Extract the first word of "ranlib", so it can be a program name with args. 2852 2085 set dummy ranlib; ac_word=$2 2853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52854 $as_echo_n "checking for $ac_word..." >&6; }2855 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :2856 $as_echo_n "(cached)" >&62086 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2087 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2088 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 2089 echo $ECHO_N "(cached) $ECHO_C" >&6 2857 2090 else 2858 2091 if test -n "$ac_ct_RANLIB"; then … … 2864 2097 IFS=$as_save_IFS 2865 2098 test -z "$as_dir" && as_dir=. 2866 2099 for ac_exec_ext in '' $ac_executable_extensions; do 2867 2100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2868 2101 ac_cv_prog_ac_ct_RANLIB="ranlib" 2869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2870 2103 break 2 2871 2104 fi 2872 2105 done 2873 2106 done 2874 2107 IFS=$as_save_IFS 2875 2108 … … 2878 2111 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 2879 2112 if test -n "$ac_ct_RANLIB"; then 2880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&52881 $as_echo "$ac_ct_RANLIB" >&6; }2882 else 2883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52884 $as_echo "no" >&6; }2113 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 2114 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 2115 else 2116 { echo "$as_me:$LINENO: result: no" >&5 2117 echo "${ECHO_T}no" >&6; } 2885 2118 fi 2886 2119 … … 2890 2123 case $cross_compiling:$ac_tool_warned in 2891 2124 yes:) 2892 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2893 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2125 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2126 whose name does not start with the host triplet. If you think this 2127 configuration is useful to you, please write to autoconf@gnu.org." >&5 2128 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2129 whose name does not start with the host triplet. If you think this 2130 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2894 2131 ac_tool_warned=yes ;; 2895 2132 esac … … 2900 2137 fi 2901 2138 2902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&52903 $as_echo_n "checking whether ln -s works..." >&6; }2139 { echo "$as_me:$LINENO: checking whether ln -s works" >&5 2140 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } 2904 2141 LN_S=$as_ln_s 2905 2142 if test "$LN_S" = "ln -s"; then 2906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&52907 $as_echo "yes" >&6; }2908 else 2909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&52910 $as_echo "no, using $LN_S" >&6; }2911 fi 2912 2913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&52914 $as_echo_n "checking for a thread-safe mkdir -p..." >&6; }2143 { echo "$as_me:$LINENO: result: yes" >&5 2144 echo "${ECHO_T}yes" >&6; } 2145 else 2146 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 2147 echo "${ECHO_T}no, using $LN_S" >&6; } 2148 fi 2149 2150 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 2151 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } 2915 2152 if test -z "$MKDIR_P"; then 2916 if test "${ac_cv_path_mkdir+set}" = set; then :2917 $as_echo_n "(cached)" >&62153 if test "${ac_cv_path_mkdir+set}" = set; then 2154 echo $ECHO_N "(cached) $ECHO_C" >&6 2918 2155 else 2919 2156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2922 2159 IFS=$as_save_IFS 2923 2160 test -z "$as_dir" && as_dir=. 2924 2161 for ac_prog in mkdir gmkdir; do 2925 2162 for ac_exec_ext in '' $ac_executable_extensions; do 2926 2163 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue … … 2934 2171 done 2935 2172 done 2936 2173 done 2937 2174 IFS=$as_save_IFS 2938 2175 2939 2176 fi 2940 2177 2941 test -d ./--version && rmdir ./--version2942 2178 if test "${ac_cv_path_mkdir+set}" = set; then 2943 2179 MKDIR_P="$ac_cv_path_mkdir -p" … … 2947 2183 # break other packages using the cache if that directory is 2948 2184 # removed, or if the value is a relative name. 2185 test -d ./--version && rmdir ./--version 2949 2186 MKDIR_P="$ac_install_sh -d" 2950 2187 fi 2951 2188 fi 2952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 2953 $as_echo "$MKDIR_P" >&6; } 2954 2955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2956 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2957 set x ${MAKE-make} 2958 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2959 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 2960 $as_echo_n "(cached) " >&6 2189 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5 2190 echo "${ECHO_T}$MKDIR_P" >&6; } 2191 2192 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2193 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 2194 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2195 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 2196 echo $ECHO_N "(cached) $ECHO_C" >&6 2961 2197 else 2962 2198 cat >conftest.make <<\_ACEOF … … 2975 2211 fi 2976 2212 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&52978 $as_echo "yes" >&6; }2213 { echo "$as_me:$LINENO: result: yes" >&5 2214 echo "${ECHO_T}yes" >&6; } 2979 2215 SET_MAKE= 2980 2216 else 2981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52982 $as_echo "no" >&6; }2217 { echo "$as_me:$LINENO: result: no" >&5 2218 echo "${ECHO_T}no" >&6; } 2983 2219 SET_MAKE="MAKE=${MAKE-make}" 2984 2220 fi … … 2994 2230 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2995 2231 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52997 $as_echo_n "checking for $ac_word..." >&6; }2998 if test "${ac_cv_prog_CC+set}" = set; then :2999 $as_echo_n "(cached)" >&62232 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2233 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2234 if test "${ac_cv_prog_CC+set}" = set; then 2235 echo $ECHO_N "(cached) $ECHO_C" >&6 3000 2236 else 3001 2237 if test -n "$CC"; then … … 3007 2243 IFS=$as_save_IFS 3008 2244 test -z "$as_dir" && as_dir=. 3009 2245 for ac_exec_ext in '' $ac_executable_extensions; do 3010 2246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3011 2247 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52248 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3013 2249 break 2 3014 2250 fi 3015 2251 done 3016 2252 done 3017 2253 IFS=$as_save_IFS 3018 2254 … … 3021 2257 CC=$ac_cv_prog_CC 3022 2258 if test -n "$CC"; then 3023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&53024 $as_echo "$CC" >&6; }3025 else 3026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53027 $as_echo "no" >&6; }2259 { echo "$as_me:$LINENO: result: $CC" >&5 2260 echo "${ECHO_T}$CC" >&6; } 2261 else 2262 { echo "$as_me:$LINENO: result: no" >&5 2263 echo "${ECHO_T}no" >&6; } 3028 2264 fi 3029 2265 … … 3034 2270 # Extract the first word of "gcc", so it can be a program name with args. 3035 2271 set dummy gcc; ac_word=$2 3036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53037 $as_echo_n "checking for $ac_word..." >&6; }3038 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :3039 $as_echo_n "(cached)" >&62272 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2273 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2274 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2275 echo $ECHO_N "(cached) $ECHO_C" >&6 3040 2276 else 3041 2277 if test -n "$ac_ct_CC"; then … … 3047 2283 IFS=$as_save_IFS 3048 2284 test -z "$as_dir" && as_dir=. 3049 2285 for ac_exec_ext in '' $ac_executable_extensions; do 3050 2286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3051 2287 ac_cv_prog_ac_ct_CC="gcc" 3052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52288 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3053 2289 break 2 3054 2290 fi 3055 2291 done 3056 2292 done 3057 2293 IFS=$as_save_IFS 3058 2294 … … 3061 2297 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3062 2298 if test -n "$ac_ct_CC"; then 3063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&53064 $as_echo "$ac_ct_CC" >&6; }3065 else 3066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53067 $as_echo "no" >&6; }2299 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2300 echo "${ECHO_T}$ac_ct_CC" >&6; } 2301 else 2302 { echo "$as_me:$LINENO: result: no" >&5 2303 echo "${ECHO_T}no" >&6; } 3068 2304 fi 3069 2305 … … 3073 2309 case $cross_compiling:$ac_tool_warned in 3074 2310 yes:) 3075 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3076 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2311 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2312 whose name does not start with the host triplet. If you think this 2313 configuration is useful to you, please write to autoconf@gnu.org." >&5 2314 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2315 whose name does not start with the host triplet. If you think this 2316 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3077 2317 ac_tool_warned=yes ;; 3078 2318 esac … … 3087 2327 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 3088 2328 set dummy ${ac_tool_prefix}cc; ac_word=$2 3089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53090 $as_echo_n "checking for $ac_word..." >&6; }3091 if test "${ac_cv_prog_CC+set}" = set; then :3092 $as_echo_n "(cached)" >&62329 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2330 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2331 if test "${ac_cv_prog_CC+set}" = set; then 2332 echo $ECHO_N "(cached) $ECHO_C" >&6 3093 2333 else 3094 2334 if test -n "$CC"; then … … 3100 2340 IFS=$as_save_IFS 3101 2341 test -z "$as_dir" && as_dir=. 3102 2342 for ac_exec_ext in '' $ac_executable_extensions; do 3103 2343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3104 2344 ac_cv_prog_CC="${ac_tool_prefix}cc" 3105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52345 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3106 2346 break 2 3107 2347 fi 3108 2348 done 3109 2349 done 3110 2350 IFS=$as_save_IFS 3111 2351 … … 3114 2354 CC=$ac_cv_prog_CC 3115 2355 if test -n "$CC"; then 3116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&53117 $as_echo "$CC" >&6; }3118 else 3119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53120 $as_echo "no" >&6; }2356 { echo "$as_me:$LINENO: result: $CC" >&5 2357 echo "${ECHO_T}$CC" >&6; } 2358 else 2359 { echo "$as_me:$LINENO: result: no" >&5 2360 echo "${ECHO_T}no" >&6; } 3121 2361 fi 3122 2362 … … 3127 2367 # Extract the first word of "cc", so it can be a program name with args. 3128 2368 set dummy cc; ac_word=$2 3129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53130 $as_echo_n "checking for $ac_word..." >&6; }3131 if test "${ac_cv_prog_CC+set}" = set; then :3132 $as_echo_n "(cached)" >&62369 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2370 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2371 if test "${ac_cv_prog_CC+set}" = set; then 2372 echo $ECHO_N "(cached) $ECHO_C" >&6 3133 2373 else 3134 2374 if test -n "$CC"; then … … 3141 2381 IFS=$as_save_IFS 3142 2382 test -z "$as_dir" && as_dir=. 3143 2383 for ac_exec_ext in '' $ac_executable_extensions; do 3144 2384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3145 2385 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then … … 3148 2388 fi 3149 2389 ac_cv_prog_CC="cc" 3150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52390 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3151 2391 break 2 3152 2392 fi 3153 2393 done 3154 2394 done 3155 2395 IFS=$as_save_IFS 3156 2396 … … 3171 2411 CC=$ac_cv_prog_CC 3172 2412 if test -n "$CC"; then 3173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&53174 $as_echo "$CC" >&6; }3175 else 3176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53177 $as_echo "no" >&6; }2413 { echo "$as_me:$LINENO: result: $CC" >&5 2414 echo "${ECHO_T}$CC" >&6; } 2415 else 2416 { echo "$as_me:$LINENO: result: no" >&5 2417 echo "${ECHO_T}no" >&6; } 3178 2418 fi 3179 2419 … … 3186 2426 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3187 2427 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53189 $as_echo_n "checking for $ac_word..." >&6; }3190 if test "${ac_cv_prog_CC+set}" = set; then :3191 $as_echo_n "(cached)" >&62428 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2430 if test "${ac_cv_prog_CC+set}" = set; then 2431 echo $ECHO_N "(cached) $ECHO_C" >&6 3192 2432 else 3193 2433 if test -n "$CC"; then … … 3199 2439 IFS=$as_save_IFS 3200 2440 test -z "$as_dir" && as_dir=. 3201 2441 for ac_exec_ext in '' $ac_executable_extensions; do 3202 2442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3203 2443 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3205 2445 break 2 3206 2446 fi 3207 2447 done 3208 2448 done 3209 2449 IFS=$as_save_IFS 3210 2450 … … 3213 2453 CC=$ac_cv_prog_CC 3214 2454 if test -n "$CC"; then 3215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&53216 $as_echo "$CC" >&6; }3217 else 3218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53219 $as_echo "no" >&6; }2455 { echo "$as_me:$LINENO: result: $CC" >&5 2456 echo "${ECHO_T}$CC" >&6; } 2457 else 2458 { echo "$as_me:$LINENO: result: no" >&5 2459 echo "${ECHO_T}no" >&6; } 3220 2460 fi 3221 2461 … … 3230 2470 # Extract the first word of "$ac_prog", so it can be a program name with args. 3231 2471 set dummy $ac_prog; ac_word=$2 3232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53233 $as_echo_n "checking for $ac_word..." >&6; }3234 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :3235 $as_echo_n "(cached)" >&62472 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2473 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2474 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2475 echo $ECHO_N "(cached) $ECHO_C" >&6 3236 2476 else 3237 2477 if test -n "$ac_ct_CC"; then … … 3243 2483 IFS=$as_save_IFS 3244 2484 test -z "$as_dir" && as_dir=. 3245 2485 for ac_exec_ext in '' $ac_executable_extensions; do 3246 2486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3247 2487 ac_cv_prog_ac_ct_CC="$ac_prog" 3248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52488 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3249 2489 break 2 3250 2490 fi 3251 2491 done 3252 2492 done 3253 2493 IFS=$as_save_IFS 3254 2494 … … 3257 2497 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3258 2498 if test -n "$ac_ct_CC"; then 3259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&53260 $as_echo "$ac_ct_CC" >&6; }3261 else 3262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53263 $as_echo "no" >&6; }2499 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2500 echo "${ECHO_T}$ac_ct_CC" >&6; } 2501 else 2502 { echo "$as_me:$LINENO: result: no" >&5 2503 echo "${ECHO_T}no" >&6; } 3264 2504 fi 3265 2505 … … 3273 2513 case $cross_compiling:$ac_tool_warned in 3274 2514 yes:) 3275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3276 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2515 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2516 whose name does not start with the host triplet. If you think this 2517 configuration is useful to you, please write to autoconf@gnu.org." >&5 2518 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2519 whose name does not start with the host triplet. If you think this 2520 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3277 2521 ac_tool_warned=yes ;; 3278 2522 esac … … 3284 2528 3285 2529 3286 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3287 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3288 as_fn_error "no acceptable C compiler found in \$PATH 3289 See \`config.log' for more details." "$LINENO" 5; } 2530 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2531 See \`config.log' for more details." >&5 2532 echo "$as_me: error: no acceptable C compiler found in \$PATH 2533 See \`config.log' for more details." >&2;} 2534 { (exit 1); exit 1; }; } 3290 2535 3291 2536 # Provide some information about the compiler. 3292 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3293 set X $ac_compile 3294 ac_compiler=$2 3295 for ac_option in --version -v -V -qversion; do 3296 { { ac_try="$ac_compiler $ac_option >&5" 2537 echo "$as_me:$LINENO: checking for C compiler version" >&5 2538 ac_compiler=`set X $ac_compile; echo $2` 2539 { (ac_try="$ac_compiler --version >&5" 3297 2540 case "(($ac_try" in 3298 2541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3299 2542 *) ac_try_echo=$ac_try;; 3300 2543 esac 3301 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3302 $as_echo "$ac_try_echo"; } >&5 3303 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 2544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2545 (eval "$ac_compiler --version >&5") 2>&5 3304 2546 ac_status=$? 3305 if test -s conftest.err; then 3306 sed '10a\ 3307 ... rest of stderr output deleted ... 3308 10q' conftest.err >conftest.er1 3309 cat conftest.er1 >&5 3310 fi 3311 rm -f conftest.er1 conftest.err 3312 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3313 test $ac_status = 0; } 3314 done 3315 3316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2547 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2548 (exit $ac_status); } 2549 { (ac_try="$ac_compiler -v >&5" 2550 case "(($ac_try" in 2551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2552 *) ac_try_echo=$ac_try;; 2553 esac 2554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2555 (eval "$ac_compiler -v >&5") 2>&5 2556 ac_status=$? 2557 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2558 (exit $ac_status); } 2559 { (ac_try="$ac_compiler -V >&5" 2560 case "(($ac_try" in 2561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2562 *) ac_try_echo=$ac_try;; 2563 esac 2564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2565 (eval "$ac_compiler -V >&5") 2>&5 2566 ac_status=$? 2567 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2568 (exit $ac_status); } 2569 2570 cat >conftest.$ac_ext <<_ACEOF 2571 /* confdefs.h. */ 2572 _ACEOF 2573 cat confdefs.h >>conftest.$ac_ext 2574 cat >>conftest.$ac_ext <<_ACEOF 3317 2575 /* end confdefs.h. */ 3318 2576 … … 3326 2584 _ACEOF 3327 2585 ac_clean_files_save=$ac_clean_files 3328 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"2586 ac_clean_files="$ac_clean_files a.out a.exe b.out" 3329 2587 # Try to create an executable without -o first, disregard a.out. 3330 2588 # It will help us diagnose broken compilers, and finding out an intuition 3331 2589 # of exeext. 3332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 3333 $as_echo_n "checking whether the C compiler works... " >&6; } 3334 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 3335 3336 # The possible output files: 3337 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 3338 2590 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2591 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2592 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2593 # 2594 # List of possible output files, starting from the most likely. 2595 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2596 # only as a last resort. b.out is created by i960 compilers. 2597 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2598 # 2599 # The IRIX 6 linker writes into existing files which may not be 2600 # executable, retaining their permissions. Remove them first so a 2601 # subsequent execution test works. 3339 2602 ac_rmfiles= 3340 2603 for ac_file in $ac_files 3341 2604 do 3342 2605 case $ac_file in 3343 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2606 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 3344 2607 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 3345 2608 esac … … 3347 2610 rm -f $ac_rmfiles 3348 2611 3349 if { {ac_try="$ac_link_default"2612 if { (ac_try="$ac_link_default" 3350 2613 case "(($ac_try" in 3351 2614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3352 2615 *) ac_try_echo=$ac_try;; 3353 2616 esac 3354 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3355 $as_echo "$ac_try_echo"; } >&5 2617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3356 2618 (eval "$ac_link_default") 2>&5 3357 2619 ac_status=$? 3358 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53359 test $ac_status = 0; }; then :2620 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2621 (exit $ac_status); }; then 3360 2622 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 3361 2623 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' … … 3367 2629 test -f "$ac_file" || continue 3368 2630 case $ac_file in 3369 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj )2631 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 3370 2632 ;; 3371 2633 [ab].out ) … … 3374 2636 break;; 3375 2637 *.* ) 3376 2638 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 3377 2639 then :; else 3378 2640 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` … … 3393 2655 ac_file='' 3394 2656 fi 3395 if test -z "$ac_file"; then : 3396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3397 $as_echo "no" >&6; } 3398 $as_echo "$as_me: failed program was:" >&5 2657 2658 { echo "$as_me:$LINENO: result: $ac_file" >&5 2659 echo "${ECHO_T}$ac_file" >&6; } 2660 if test -z "$ac_file"; then 2661 echo "$as_me: failed program was:" >&5 3399 2662 sed 's/^/| /' conftest.$ac_ext >&5 3400 2663 3401 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3402 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3403 { as_fn_set_status 77 3404 as_fn_error "C compiler cannot create executables 3405 See \`config.log' for more details." "$LINENO" 5; }; } 3406 else 3407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3408 $as_echo "yes" >&6; } 3409 fi 3410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3411 $as_echo_n "checking for C compiler default output file name... " >&6; } 3412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 3413 $as_echo "$ac_file" >&6; } 2664 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 2665 See \`config.log' for more details." >&5 2666 echo "$as_me: error: C compiler cannot create executables 2667 See \`config.log' for more details." >&2;} 2668 { (exit 77); exit 77; }; } 2669 fi 2670 3414 2671 ac_exeext=$ac_cv_exeext 3415 2672 3416 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2673 # Check that the compiler produces executables we can run. If not, either 2674 # the compiler is broken, or we cross compile. 2675 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2676 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2677 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2678 # If not cross compiling, check that we can run a simple program. 2679 if test "$cross_compiling" != yes; then 2680 if { ac_try='./$ac_file' 2681 { (case "(($ac_try" in 2682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2683 *) ac_try_echo=$ac_try;; 2684 esac 2685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2686 (eval "$ac_try") 2>&5 2687 ac_status=$? 2688 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2689 (exit $ac_status); }; }; then 2690 cross_compiling=no 2691 else 2692 if test "$cross_compiling" = maybe; then 2693 cross_compiling=yes 2694 else 2695 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2696 If you meant to cross compile, use \`--host'. 2697 See \`config.log' for more details." >&5 2698 echo "$as_me: error: cannot run C compiled programs. 2699 If you meant to cross compile, use \`--host'. 2700 See \`config.log' for more details." >&2;} 2701 { (exit 1); exit 1; }; } 2702 fi 2703 fi 2704 fi 2705 { echo "$as_me:$LINENO: result: yes" >&5 2706 echo "${ECHO_T}yes" >&6; } 2707 2708 rm -f a.out a.exe conftest$ac_cv_exeext b.out 3417 2709 ac_clean_files=$ac_clean_files_save 3418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 3419 $as_echo_n "checking for suffix of executables... " >&6; } 3420 if { { ac_try="$ac_link" 2710 # Check that the compiler produces executables we can run. If not, either 2711 # the compiler is broken, or we cross compile. 2712 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2713 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2714 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2715 echo "${ECHO_T}$cross_compiling" >&6; } 2716 2717 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2718 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2719 if { (ac_try="$ac_link" 3421 2720 case "(($ac_try" in 3422 2721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3423 2722 *) ac_try_echo=$ac_try;; 3424 2723 esac 3425 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3426 $as_echo "$ac_try_echo"; } >&5 2724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3427 2725 (eval "$ac_link") 2>&5 3428 2726 ac_status=$? 3429 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53430 test $ac_status = 0; }; then :2727 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2728 (exit $ac_status); }; then 3431 2729 # If both `conftest.exe' and `conftest' are `present' (well, observable) 3432 2730 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will … … 3436 2734 test -f "$ac_file" || continue 3437 2735 case $ac_file in 3438 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2736 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 3439 2737 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3440 2738 break;; … … 3443 2741 done 3444 2742 else 3445 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3446 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3447 as_fn_error "cannot compute suffix of executables: cannot compile and link 3448 See \`config.log' for more details." "$LINENO" 5; } 3449 fi 3450 rm -f conftest conftest$ac_cv_exeext 3451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3452 $as_echo "$ac_cv_exeext" >&6; } 2743 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2744 See \`config.log' for more details." >&5 2745 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2746 See \`config.log' for more details." >&2;} 2747 { (exit 1); exit 1; }; } 2748 fi 2749 2750 rm -f conftest$ac_cv_exeext 2751 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2752 echo "${ECHO_T}$ac_cv_exeext" >&6; } 3453 2753 3454 2754 rm -f conftest.$ac_ext 3455 2755 EXEEXT=$ac_cv_exeext 3456 2756 ac_exeext=$EXEEXT 3457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2757 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2758 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2759 if test "${ac_cv_objext+set}" = set; then 2760 echo $ECHO_N "(cached) $ECHO_C" >&6 2761 else 2762 cat >conftest.$ac_ext <<_ACEOF 2763 /* confdefs.h. */ 2764 _ACEOF 2765 cat confdefs.h >>conftest.$ac_ext 2766 cat >>conftest.$ac_ext <<_ACEOF 3458 2767 /* end confdefs.h. */ 3459 #include <stdio.h> 2768 3460 2769 int 3461 2770 main () 3462 2771 { 3463 FILE *f = fopen ("conftest.out", "w");3464 return ferror (f) || fclose (f) != 0;3465 2772 3466 2773 ; … … 3468 2775 } 3469 2776 _ACEOF 3470 ac_clean_files="$ac_clean_files conftest.out" 3471 # Check that the compiler produces executables we can run. If not, either 3472 # the compiler is broken, or we cross compile. 3473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 3474 $as_echo_n "checking whether we are cross compiling... " >&6; } 3475 if test "$cross_compiling" != yes; then 3476 { { ac_try="$ac_link" 2777 rm -f conftest.o conftest.obj 2778 if { (ac_try="$ac_compile" 3477 2779 case "(($ac_try" in 3478 2780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3479 2781 *) ac_try_echo=$ac_try;; 3480 2782 esac 3481 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3482 $as_echo "$ac_try_echo"; } >&5 3483 (eval "$ac_link") 2>&5 3484 ac_status=$? 3485 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3486 test $ac_status = 0; } 3487 if { ac_try='./conftest$ac_cv_exeext' 3488 { { case "(($ac_try" in 3489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3490 *) ac_try_echo=$ac_try;; 3491 esac 3492 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3493 $as_echo "$ac_try_echo"; } >&5 3494 (eval "$ac_try") 2>&5 3495 ac_status=$? 3496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3497 test $ac_status = 0; }; }; then 3498 cross_compiling=no 3499 else 3500 if test "$cross_compiling" = maybe; then 3501 cross_compiling=yes 3502 else 3503 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3504 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3505 as_fn_error "cannot run C compiled programs. 3506 If you meant to cross compile, use \`--host'. 3507 See \`config.log' for more details." "$LINENO" 5; } 3508 fi 3509 fi 3510 fi 3511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3512 $as_echo "$cross_compiling" >&6; } 3513 3514 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 3515 ac_clean_files=$ac_clean_files_save 3516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3517 $as_echo_n "checking for suffix of object files... " >&6; } 3518 if test "${ac_cv_objext+set}" = set; then : 3519 $as_echo_n "(cached) " >&6 3520 else 3521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3522 /* end confdefs.h. */ 3523 3524 int 3525 main () 3526 { 3527 3528 ; 3529 return 0; 3530 } 3531 _ACEOF 3532 rm -f conftest.o conftest.obj 3533 if { { ac_try="$ac_compile" 3534 case "(($ac_try" in 3535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3536 *) ac_try_echo=$ac_try;; 3537 esac 3538 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3539 $as_echo "$ac_try_echo"; } >&5 2783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3540 2784 (eval "$ac_compile") 2>&5 3541 2785 ac_status=$? 3542 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53543 test $ac_status = 0; }; then :2786 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2787 (exit $ac_status); }; then 3544 2788 for ac_file in conftest.o conftest.obj conftest.*; do 3545 2789 test -f "$ac_file" || continue; 3546 2790 case $ac_file in 3547 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM) ;;2791 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 3548 2792 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 3549 2793 break;; … … 3551 2795 done 3552 2796 else 3553 $as_echo "$as_me: failed program was:" >&52797 echo "$as_me: failed program was:" >&5 3554 2798 sed 's/^/| /' conftest.$ac_ext >&5 3555 2799 3556 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3557 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3558 as_fn_error "cannot compute suffix of object files: cannot compile 3559 See \`config.log' for more details." "$LINENO" 5; } 3560 fi 2800 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2801 See \`config.log' for more details." >&5 2802 echo "$as_me: error: cannot compute suffix of object files: cannot compile 2803 See \`config.log' for more details." >&2;} 2804 { (exit 1); exit 1; }; } 2805 fi 2806 3561 2807 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3562 2808 fi 3563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&53564 $as_echo "$ac_cv_objext" >&6; }2809 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2810 echo "${ECHO_T}$ac_cv_objext" >&6; } 3565 2811 OBJEXT=$ac_cv_objext 3566 2812 ac_objext=$OBJEXT 3567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3568 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3569 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 3570 $as_echo_n "(cached) " >&6 3571 else 3572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2813 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2814 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2815 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2816 echo $ECHO_N "(cached) $ECHO_C" >&6 2817 else 2818 cat >conftest.$ac_ext <<_ACEOF 2819 /* confdefs.h. */ 2820 _ACEOF 2821 cat confdefs.h >>conftest.$ac_ext 2822 cat >>conftest.$ac_ext <<_ACEOF 3573 2823 /* end confdefs.h. */ 3574 2824 … … 3584 2834 } 3585 2835 _ACEOF 3586 if ac_fn_c_try_compile "$LINENO"; then : 2836 rm -f conftest.$ac_objext 2837 if { (ac_try="$ac_compile" 2838 case "(($ac_try" in 2839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2840 *) ac_try_echo=$ac_try;; 2841 esac 2842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2843 (eval "$ac_compile") 2>conftest.er1 2844 ac_status=$? 2845 grep -v '^ *+' conftest.er1 >conftest.err 2846 rm -f conftest.er1 2847 cat conftest.err >&5 2848 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2849 (exit $ac_status); } && { 2850 test -z "$ac_c_werror_flag" || 2851 test ! -s conftest.err 2852 } && test -s conftest.$ac_objext; then 3587 2853 ac_compiler_gnu=yes 3588 2854 else 3589 ac_compiler_gnu=no 3590 fi 2855 echo "$as_me: failed program was:" >&5 2856 sed 's/^/| /' conftest.$ac_ext >&5 2857 2858 ac_compiler_gnu=no 2859 fi 2860 3591 2861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3592 2862 ac_cv_c_compiler_gnu=$ac_compiler_gnu 3593 2863 3594 2864 fi 3595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 3596 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 3597 if test $ac_compiler_gnu = yes; then 3598 GCC=yes 3599 else 3600 GCC= 3601 fi 2865 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2866 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2867 GCC=`test $ac_compiler_gnu = yes && echo yes` 3602 2868 ac_test_CFLAGS=${CFLAGS+set} 3603 2869 ac_save_CFLAGS=$CFLAGS 3604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&53605 $as_echo_n "checking whether $CC accepts -g..." >&6; }3606 if test "${ac_cv_prog_cc_g+set}" = set; then :3607 $as_echo_n "(cached)" >&62870 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2871 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2872 if test "${ac_cv_prog_cc_g+set}" = set; then 2873 echo $ECHO_N "(cached) $ECHO_C" >&6 3608 2874 else 3609 2875 ac_save_c_werror_flag=$ac_c_werror_flag … … 3611 2877 ac_cv_prog_cc_g=no 3612 2878 CFLAGS="-g" 3613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2879 cat >conftest.$ac_ext <<_ACEOF 2880 /* confdefs.h. */ 2881 _ACEOF 2882 cat confdefs.h >>conftest.$ac_ext 2883 cat >>conftest.$ac_ext <<_ACEOF 3614 2884 /* end confdefs.h. */ 3615 2885 … … 3622 2892 } 3623 2893 _ACEOF 3624 if ac_fn_c_try_compile "$LINENO"; then : 2894 rm -f conftest.$ac_objext 2895 if { (ac_try="$ac_compile" 2896 case "(($ac_try" in 2897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2898 *) ac_try_echo=$ac_try;; 2899 esac 2900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2901 (eval "$ac_compile") 2>conftest.er1 2902 ac_status=$? 2903 grep -v '^ *+' conftest.er1 >conftest.err 2904 rm -f conftest.er1 2905 cat conftest.err >&5 2906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2907 (exit $ac_status); } && { 2908 test -z "$ac_c_werror_flag" || 2909 test ! -s conftest.err 2910 } && test -s conftest.$ac_objext; then 3625 2911 ac_cv_prog_cc_g=yes 3626 2912 else 3627 CFLAGS="" 3628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2913 echo "$as_me: failed program was:" >&5 2914 sed 's/^/| /' conftest.$ac_ext >&5 2915 2916 CFLAGS="" 2917 cat >conftest.$ac_ext <<_ACEOF 2918 /* confdefs.h. */ 2919 _ACEOF 2920 cat confdefs.h >>conftest.$ac_ext 2921 cat >>conftest.$ac_ext <<_ACEOF 3629 2922 /* end confdefs.h. */ 3630 2923 … … 3637 2930 } 3638 2931 _ACEOF 3639 if ac_fn_c_try_compile "$LINENO"; then : 3640 3641 else 3642 ac_c_werror_flag=$ac_save_c_werror_flag 2932 rm -f conftest.$ac_objext 2933 if { (ac_try="$ac_compile" 2934 case "(($ac_try" in 2935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2936 *) ac_try_echo=$ac_try;; 2937 esac 2938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2939 (eval "$ac_compile") 2>conftest.er1 2940 ac_status=$? 2941 grep -v '^ *+' conftest.er1 >conftest.err 2942 rm -f conftest.er1 2943 cat conftest.err >&5 2944 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2945 (exit $ac_status); } && { 2946 test -z "$ac_c_werror_flag" || 2947 test ! -s conftest.err 2948 } && test -s conftest.$ac_objext; then 2949 : 2950 else 2951 echo "$as_me: failed program was:" >&5 2952 sed 's/^/| /' conftest.$ac_ext >&5 2953 2954 ac_c_werror_flag=$ac_save_c_werror_flag 3643 2955 CFLAGS="-g" 3644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2956 cat >conftest.$ac_ext <<_ACEOF 2957 /* confdefs.h. */ 2958 _ACEOF 2959 cat confdefs.h >>conftest.$ac_ext 2960 cat >>conftest.$ac_ext <<_ACEOF 3645 2961 /* end confdefs.h. */ 3646 2962 … … 3653 2969 } 3654 2970 _ACEOF 3655 if ac_fn_c_try_compile "$LINENO"; then : 2971 rm -f conftest.$ac_objext 2972 if { (ac_try="$ac_compile" 2973 case "(($ac_try" in 2974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2975 *) ac_try_echo=$ac_try;; 2976 esac 2977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2978 (eval "$ac_compile") 2>conftest.er1 2979 ac_status=$? 2980 grep -v '^ *+' conftest.er1 >conftest.err 2981 rm -f conftest.er1 2982 cat conftest.err >&5 2983 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2984 (exit $ac_status); } && { 2985 test -z "$ac_c_werror_flag" || 2986 test ! -s conftest.err 2987 } && test -s conftest.$ac_objext; then 3656 2988 ac_cv_prog_cc_g=yes 3657 fi 2989 else 2990 echo "$as_me: failed program was:" >&5 2991 sed 's/^/| /' conftest.$ac_ext >&5 2992 2993 2994 fi 2995 3658 2996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3659 2997 fi 2998 3660 2999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3661 3000 fi 3001 3662 3002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3663 3003 ac_c_werror_flag=$ac_save_c_werror_flag 3664 3004 fi 3665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&53666 $as_echo "$ac_cv_prog_cc_g" >&6; }3005 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3006 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 3667 3007 if test "$ac_test_CFLAGS" = set; then 3668 3008 CFLAGS=$ac_save_CFLAGS … … 3680 3020 fi 3681 3021 fi 3682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&53683 $as_echo_n "checking for $CC option to accept ISO C89..." >&6; }3684 if test "${ac_cv_prog_cc_c89+set}" = set; then :3685 $as_echo_n "(cached)" >&63022 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 3023 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 3024 if test "${ac_cv_prog_cc_c89+set}" = set; then 3025 echo $ECHO_N "(cached) $ECHO_C" >&6 3686 3026 else 3687 3027 ac_cv_prog_cc_c89=no 3688 3028 ac_save_CC=$CC 3689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3029 cat >conftest.$ac_ext <<_ACEOF 3030 /* confdefs.h. */ 3031 _ACEOF 3032 cat confdefs.h >>conftest.$ac_ext 3033 cat >>conftest.$ac_ext <<_ACEOF 3690 3034 /* end confdefs.h. */ 3691 3035 #include <stdarg.h> … … 3744 3088 do 3745 3089 CC="$ac_save_CC $ac_arg" 3746 if ac_fn_c_try_compile "$LINENO"; then : 3090 rm -f conftest.$ac_objext 3091 if { (ac_try="$ac_compile" 3092 case "(($ac_try" in 3093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3094 *) ac_try_echo=$ac_try;; 3095 esac 3096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3097 (eval "$ac_compile") 2>conftest.er1 3098 ac_status=$? 3099 grep -v '^ *+' conftest.er1 >conftest.err 3100 rm -f conftest.er1 3101 cat conftest.err >&5 3102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3103 (exit $ac_status); } && { 3104 test -z "$ac_c_werror_flag" || 3105 test ! -s conftest.err 3106 } && test -s conftest.$ac_objext; then 3747 3107 ac_cv_prog_cc_c89=$ac_arg 3748 fi 3108 else 3109 echo "$as_me: failed program was:" >&5 3110 sed 's/^/| /' conftest.$ac_ext >&5 3111 3112 3113 fi 3114 3749 3115 rm -f core conftest.err conftest.$ac_objext 3750 3116 test "x$ac_cv_prog_cc_c89" != "xno" && break … … 3757 3123 case "x$ac_cv_prog_cc_c89" in 3758 3124 x) 3759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&53760 $as_echo "none needed" >&6; } ;;3125 { echo "$as_me:$LINENO: result: none needed" >&5 3126 echo "${ECHO_T}none needed" >&6; } ;; 3761 3127 xno) 3762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&53763 $as_echo "unsupported" >&6; } ;;3128 { echo "$as_me:$LINENO: result: unsupported" >&5 3129 echo "${ECHO_T}unsupported" >&6; } ;; 3764 3130 *) 3765 3131 CC="$CC $ac_cv_prog_cc_c89" 3766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 3767 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 3768 esac 3769 if test "x$ac_cv_prog_cc_c89" != xno; then : 3770 3771 fi 3132 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3133 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 3134 esac 3135 3772 3136 3773 3137 ac_ext=c … … 3791 3155 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3792 3156 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53794 $as_echo_n "checking for $ac_word..." >&6; }3795 if test "${ac_cv_prog_CXX+set}" = set; then :3796 $as_echo_n "(cached)" >&63157 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3158 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3159 if test "${ac_cv_prog_CXX+set}" = set; then 3160 echo $ECHO_N "(cached) $ECHO_C" >&6 3797 3161 else 3798 3162 if test -n "$CXX"; then … … 3804 3168 IFS=$as_save_IFS 3805 3169 test -z "$as_dir" && as_dir=. 3806 3170 for ac_exec_ext in '' $ac_executable_extensions; do 3807 3171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3808 3172 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53173 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3810 3174 break 2 3811 3175 fi 3812 3176 done 3813 3177 done 3814 3178 IFS=$as_save_IFS 3815 3179 … … 3818 3182 CXX=$ac_cv_prog_CXX 3819 3183 if test -n "$CXX"; then 3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&53821 $as_echo "$CXX" >&6; }3822 else 3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53824 $as_echo "no" >&6; }3184 { echo "$as_me:$LINENO: result: $CXX" >&5 3185 echo "${ECHO_T}$CXX" >&6; } 3186 else 3187 { echo "$as_me:$LINENO: result: no" >&5 3188 echo "${ECHO_T}no" >&6; } 3825 3189 fi 3826 3190 … … 3835 3199 # Extract the first word of "$ac_prog", so it can be a program name with args. 3836 3200 set dummy $ac_prog; ac_word=$2 3837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53838 $as_echo_n "checking for $ac_word..." >&6; }3839 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :3840 $as_echo_n "(cached)" >&63201 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3202 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3203 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 3204 echo $ECHO_N "(cached) $ECHO_C" >&6 3841 3205 else 3842 3206 if test -n "$ac_ct_CXX"; then … … 3848 3212 IFS=$as_save_IFS 3849 3213 test -z "$as_dir" && as_dir=. 3850 3214 for ac_exec_ext in '' $ac_executable_extensions; do 3851 3215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3852 3216 ac_cv_prog_ac_ct_CXX="$ac_prog" 3853 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53217 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3854 3218 break 2 3855 3219 fi 3856 3220 done 3857 3221 done 3858 3222 IFS=$as_save_IFS 3859 3223 … … 3862 3226 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3863 3227 if test -n "$ac_ct_CXX"; then 3864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&53865 $as_echo "$ac_ct_CXX" >&6; }3866 else 3867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53868 $as_echo "no" >&6; }3228 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3229 echo "${ECHO_T}$ac_ct_CXX" >&6; } 3230 else 3231 { echo "$as_me:$LINENO: result: no" >&5 3232 echo "${ECHO_T}no" >&6; } 3869 3233 fi 3870 3234 … … 3878 3242 case $cross_compiling:$ac_tool_warned in 3879 3243 yes:) 3880 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3881 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3244 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3245 whose name does not start with the host triplet. If you think this 3246 configuration is useful to you, please write to autoconf@gnu.org." >&5 3247 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3248 whose name does not start with the host triplet. If you think this 3249 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3882 3250 ac_tool_warned=yes ;; 3883 3251 esac … … 3889 3257 fi 3890 3258 # Provide some information about the compiler. 3891 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 3892 set X $ac_compile 3893 ac_compiler=$2 3894 for ac_option in --version -v -V -qversion; do 3895 { { ac_try="$ac_compiler $ac_option >&5" 3259 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3260 ac_compiler=`set X $ac_compile; echo $2` 3261 { (ac_try="$ac_compiler --version >&5" 3896 3262 case "(($ac_try" in 3897 3263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3898 3264 *) ac_try_echo=$ac_try;; 3899 3265 esac 3900 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3901 $as_echo "$ac_try_echo"; } >&5 3902 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 3266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3267 (eval "$ac_compiler --version >&5") 2>&5 3903 3268 ac_status=$? 3904 if test -s conftest.err; then 3905 sed '10a\ 3906 ... rest of stderr output deleted ... 3907 10q' conftest.err >conftest.er1 3908 cat conftest.er1 >&5 3909 fi 3910 rm -f conftest.er1 conftest.err 3911 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3912 test $ac_status = 0; } 3913 done 3914 3915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 3916 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 3917 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : 3918 $as_echo_n "(cached) " >&6 3919 else 3920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3270 (exit $ac_status); } 3271 { (ac_try="$ac_compiler -v >&5" 3272 case "(($ac_try" in 3273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3274 *) ac_try_echo=$ac_try;; 3275 esac 3276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3277 (eval "$ac_compiler -v >&5") 2>&5 3278 ac_status=$? 3279 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3280 (exit $ac_status); } 3281 { (ac_try="$ac_compiler -V >&5" 3282 case "(($ac_try" in 3283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3284 *) ac_try_echo=$ac_try;; 3285 esac 3286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3287 (eval "$ac_compiler -V >&5") 2>&5 3288 ac_status=$? 3289 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3290 (exit $ac_status); } 3291 3292 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3293 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 3294 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 3295 echo $ECHO_N "(cached) $ECHO_C" >&6 3296 else 3297 cat >conftest.$ac_ext <<_ACEOF 3298 /* confdefs.h. */ 3299 _ACEOF 3300 cat confdefs.h >>conftest.$ac_ext 3301 cat >>conftest.$ac_ext <<_ACEOF 3921 3302 /* end confdefs.h. */ 3922 3303 … … 3932 3313 } 3933 3314 _ACEOF 3934 if ac_fn_cxx_try_compile "$LINENO"; then : 3315 rm -f conftest.$ac_objext 3316 if { (ac_try="$ac_compile" 3317 case "(($ac_try" in 3318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3319 *) ac_try_echo=$ac_try;; 3320 esac 3321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3322 (eval "$ac_compile") 2>conftest.er1 3323 ac_status=$? 3324 grep -v '^ *+' conftest.er1 >conftest.err 3325 rm -f conftest.er1 3326 cat conftest.err >&5 3327 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3328 (exit $ac_status); } && { 3329 test -z "$ac_cxx_werror_flag" || 3330 test ! -s conftest.err 3331 } && test -s conftest.$ac_objext; then 3935 3332 ac_compiler_gnu=yes 3936 3333 else 3937 ac_compiler_gnu=no 3938 fi 3334 echo "$as_me: failed program was:" >&5 3335 sed 's/^/| /' conftest.$ac_ext >&5 3336 3337 ac_compiler_gnu=no 3338 fi 3339 3939 3340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3940 3341 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 3941 3342 3942 3343 fi 3943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 3944 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 3945 if test $ac_compiler_gnu = yes; then 3946 GXX=yes 3947 else 3948 GXX= 3949 fi 3344 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3345 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 3346 GXX=`test $ac_compiler_gnu = yes && echo yes` 3950 3347 ac_test_CXXFLAGS=${CXXFLAGS+set} 3951 3348 ac_save_CXXFLAGS=$CXXFLAGS 3952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&53953 $as_echo_n "checking whether $CXX accepts -g..." >&6; }3954 if test "${ac_cv_prog_cxx_g+set}" = set; then :3955 $as_echo_n "(cached)" >&63349 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3350 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 3351 if test "${ac_cv_prog_cxx_g+set}" = set; then 3352 echo $ECHO_N "(cached) $ECHO_C" >&6 3956 3353 else 3957 3354 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 3959 3356 ac_cv_prog_cxx_g=no 3960 3357 CXXFLAGS="-g" 3961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3358 cat >conftest.$ac_ext <<_ACEOF 3359 /* confdefs.h. */ 3360 _ACEOF 3361 cat confdefs.h >>conftest.$ac_ext 3362 cat >>conftest.$ac_ext <<_ACEOF 3962 3363 /* end confdefs.h. */ 3963 3364 … … 3970 3371 } 3971 3372 _ACEOF 3972 if ac_fn_cxx_try_compile "$LINENO"; then : 3373 rm -f conftest.$ac_objext 3374 if { (ac_try="$ac_compile" 3375 case "(($ac_try" in 3376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3377 *) ac_try_echo=$ac_try;; 3378 esac 3379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3380 (eval "$ac_compile") 2>conftest.er1 3381 ac_status=$? 3382 grep -v '^ *+' conftest.er1 >conftest.err 3383 rm -f conftest.er1 3384 cat conftest.err >&5 3385 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3386 (exit $ac_status); } && { 3387 test -z "$ac_cxx_werror_flag" || 3388 test ! -s conftest.err 3389 } && test -s conftest.$ac_objext; then 3973 3390 ac_cv_prog_cxx_g=yes 3974 3391 else 3975 CXXFLAGS="" 3976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3392 echo "$as_me: failed program was:" >&5 3393 sed 's/^/| /' conftest.$ac_ext >&5 3394 3395 CXXFLAGS="" 3396 cat >conftest.$ac_ext <<_ACEOF 3397 /* confdefs.h. */ 3398 _ACEOF 3399 cat confdefs.h >>conftest.$ac_ext 3400 cat >>conftest.$ac_ext <<_ACEOF 3977 3401 /* end confdefs.h. */ 3978 3402 … … 3985 3409 } 3986 3410 _ACEOF 3987 if ac_fn_cxx_try_compile "$LINENO"; then : 3988 3989 else 3990 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3411 rm -f conftest.$ac_objext 3412 if { (ac_try="$ac_compile" 3413 case "(($ac_try" in 3414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3415 *) ac_try_echo=$ac_try;; 3416 esac 3417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3418 (eval "$ac_compile") 2>conftest.er1 3419 ac_status=$? 3420 grep -v '^ *+' conftest.er1 >conftest.err 3421 rm -f conftest.er1 3422 cat conftest.err >&5 3423 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3424 (exit $ac_status); } && { 3425 test -z "$ac_cxx_werror_flag" || 3426 test ! -s conftest.err 3427 } && test -s conftest.$ac_objext; then 3428 : 3429 else 3430 echo "$as_me: failed program was:" >&5 3431 sed 's/^/| /' conftest.$ac_ext >&5 3432 3433 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3991 3434 CXXFLAGS="-g" 3992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3435 cat >conftest.$ac_ext <<_ACEOF 3436 /* confdefs.h. */ 3437 _ACEOF 3438 cat confdefs.h >>conftest.$ac_ext 3439 cat >>conftest.$ac_ext <<_ACEOF 3993 3440 /* end confdefs.h. */ 3994 3441 … … 4001 3448 } 4002 3449 _ACEOF 4003 if ac_fn_cxx_try_compile "$LINENO"; then : 3450 rm -f conftest.$ac_objext 3451 if { (ac_try="$ac_compile" 3452 case "(($ac_try" in 3453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3454 *) ac_try_echo=$ac_try;; 3455 esac 3456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3457 (eval "$ac_compile") 2>conftest.er1 3458 ac_status=$? 3459 grep -v '^ *+' conftest.er1 >conftest.err 3460 rm -f conftest.er1 3461 cat conftest.err >&5 3462 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3463 (exit $ac_status); } && { 3464 test -z "$ac_cxx_werror_flag" || 3465 test ! -s conftest.err 3466 } && test -s conftest.$ac_objext; then 4004 3467 ac_cv_prog_cxx_g=yes 4005 fi 3468 else 3469 echo "$as_me: failed program was:" >&5 3470 sed 's/^/| /' conftest.$ac_ext >&5 3471 3472 3473 fi 3474 4006 3475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4007 3476 fi 3477 4008 3478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4009 3479 fi 3480 4010 3481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4011 3482 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4012 3483 fi 4013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&54014 $as_echo "$ac_cv_prog_cxx_g" >&6; }3484 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3485 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 4015 3486 if test "$ac_test_CXXFLAGS" = set; then 4016 3487 CXXFLAGS=$ac_save_CXXFLAGS … … 4044 3515 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4045 3516 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&54047 $as_echo_n "checking for $ac_word..." >&6; }4048 if test "${ac_cv_prog_F77+set}" = set; then :4049 $as_echo_n "(cached)" >&63517 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3518 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3519 if test "${ac_cv_prog_F77+set}" = set; then 3520 echo $ECHO_N "(cached) $ECHO_C" >&6 4050 3521 else 4051 3522 if test -n "$F77"; then … … 4057 3528 IFS=$as_save_IFS 4058 3529 test -z "$as_dir" && as_dir=. 4059 3530 for ac_exec_ext in '' $ac_executable_extensions; do 4060 3531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4061 3532 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 4062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53533 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4063 3534 break 2 4064 3535 fi 4065 3536 done 4066 3537 done 4067 3538 IFS=$as_save_IFS 4068 3539 … … 4071 3542 F77=$ac_cv_prog_F77 4072 3543 if test -n "$F77"; then 4073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $F77" >&54074 $as_echo "$F77" >&6; }4075 else 4076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&54077 $as_echo "no" >&6; }3544 { echo "$as_me:$LINENO: result: $F77" >&5 3545 echo "${ECHO_T}$F77" >&6; } 3546 else 3547 { echo "$as_me:$LINENO: result: no" >&5 3548 echo "${ECHO_T}no" >&6; } 4078 3549 fi 4079 3550 … … 4088 3559 # Extract the first word of "$ac_prog", so it can be a program name with args. 4089 3560 set dummy $ac_prog; ac_word=$2 4090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&54091 $as_echo_n "checking for $ac_word..." >&6; }4092 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then :4093 $as_echo_n "(cached)" >&63561 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3562 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3563 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 3564 echo $ECHO_N "(cached) $ECHO_C" >&6 4094 3565 else 4095 3566 if test -n "$ac_ct_F77"; then … … 4101 3572 IFS=$as_save_IFS 4102 3573 test -z "$as_dir" && as_dir=. 4103 3574 for ac_exec_ext in '' $ac_executable_extensions; do 4104 3575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4105 3576 ac_cv_prog_ac_ct_F77="$ac_prog" 4106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53577 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4107 3578 break 2 4108 3579 fi 4109 3580 done 4110 3581 done 4111 3582 IFS=$as_save_IFS 4112 3583 … … 4115 3586 ac_ct_F77=$ac_cv_prog_ac_ct_F77 4116 3587 if test -n "$ac_ct_F77"; then 4117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_F77" >&54118 $as_echo "$ac_ct_F77" >&6; }4119 else 4120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&54121 $as_echo "no" >&6; }3588 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 3589 echo "${ECHO_T}$ac_ct_F77" >&6; } 3590 else 3591 { echo "$as_me:$LINENO: result: no" >&5 3592 echo "${ECHO_T}no" >&6; } 4122 3593 fi 4123 3594 … … 4131 3602 case $cross_compiling:$ac_tool_warned in 4132 3603 yes:) 4133 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 4134 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3604 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3605 whose name does not start with the host triplet. If you think this 3606 configuration is useful to you, please write to autoconf@gnu.org." >&5 3607 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3608 whose name does not start with the host triplet. If you think this 3609 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 4135 3610 ac_tool_warned=yes ;; 4136 3611 esac … … 4141 3616 4142 3617 # Provide some information about the compiler. 4143 $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 compiler version" >&5 4144 set X $ac_compile 4145 ac_compiler=$2 4146 for ac_option in --version -v -V -qversion; do 4147 { { ac_try="$ac_compiler $ac_option >&5" 3618 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 3619 ac_compiler=`set X $ac_compile; echo $2` 3620 { (ac_try="$ac_compiler --version >&5" 4148 3621 case "(($ac_try" in 4149 3622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4150 3623 *) ac_try_echo=$ac_try;; 4151 3624 esac 4152 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 4153 $as_echo "$ac_try_echo"; } >&5 4154 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 3625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3626 (eval "$ac_compiler --version >&5") 2>&5 4155 3627 ac_status=$? 4156 if test -s conftest.err; then 4157 sed '10a\ 4158 ... rest of stderr output deleted ... 4159 10q' conftest.err >conftest.er1 4160 cat conftest.er1 >&5 4161 fi 4162 rm -f conftest.er1 conftest.err 4163 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4164 test $ac_status = 0; } 4165 done 3628 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3629 (exit $ac_status); } 3630 { (ac_try="$ac_compiler -v >&5" 3631 case "(($ac_try" in 3632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3633 *) ac_try_echo=$ac_try;; 3634 esac 3635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3636 (eval "$ac_compiler -v >&5") 2>&5 3637 ac_status=$? 3638 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3639 (exit $ac_status); } 3640 { (ac_try="$ac_compiler -V >&5" 3641 case "(($ac_try" in 3642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3643 *) ac_try_echo=$ac_try;; 3644 esac 3645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3646 (eval "$ac_compiler -V >&5") 2>&5 3647 ac_status=$? 3648 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3649 (exit $ac_status); } 4166 3650 rm -f a.out 4167 3651 … … 4170 3654 ac_save_ext=$ac_ext 4171 3655 ac_ext=F 4172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran 77 compiler" >&54173 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler..." >&6; }4174 if test "${ac_cv_f77_compiler_gnu+set}" = set; then :4175 $as_echo_n "(cached)" >&64176 else 4177 cat > 3656 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 3657 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } 3658 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 3659 echo $ECHO_N "(cached) $ECHO_C" >&6 3660 else 3661 cat >conftest.$ac_ext <<_ACEOF 4178 3662 program main 4179 3663 #ifndef __GNUC__ … … 4183 3667 end 4184 3668 _ACEOF 4185 if ac_fn_f77_try_compile "$LINENO"; then : 3669 rm -f conftest.$ac_objext 3670 if { (ac_try="$ac_compile" 3671 case "(($ac_try" in 3672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3673 *) ac_try_echo=$ac_try;; 3674 esac 3675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3676 (eval "$ac_compile") 2>conftest.er1 3677 ac_status=$? 3678 grep -v '^ *+' conftest.er1 >conftest.err 3679 rm -f conftest.er1 3680 cat conftest.err >&5 3681 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3682 (exit $ac_status); } && { 3683 test -z "$ac_f77_werror_flag" || 3684 test ! -s conftest.err 3685 } && test -s conftest.$ac_objext; then 4186 3686 ac_compiler_gnu=yes 4187 3687 else 4188 ac_compiler_gnu=no 4189 fi 3688 echo "$as_me: failed program was:" >&5 3689 sed 's/^/| /' conftest.$ac_ext >&5 3690 3691 ac_compiler_gnu=no 3692 fi 3693 4190 3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4191 3695 ac_cv_f77_compiler_gnu=$ac_compiler_gnu 4192 3696 4193 3697 fi 4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_compiler_gnu" >&54195 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }3698 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 3699 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } 4196 3700 ac_ext=$ac_save_ext 4197 3701 ac_test_FFLAGS=${FFLAGS+set} 4198 3702 ac_save_FFLAGS=$FFLAGS 4199 3703 FFLAGS= 4200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $F77 accepts -g" >&54201 $as_echo_n "checking whether $F77 accepts -g..." >&6; }4202 if test "${ac_cv_prog_f77_g+set}" = set; then :4203 $as_echo_n "(cached)" >&63704 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 3705 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } 3706 if test "${ac_cv_prog_f77_g+set}" = set; then 3707 echo $ECHO_N "(cached) $ECHO_C" >&6 4204 3708 else 4205 3709 FFLAGS=-g 4206 cat > 3710 cat >conftest.$ac_ext <<_ACEOF 4207 3711 program main 4208 3712 4209 3713 end 4210 3714 _ACEOF 4211 if ac_fn_f77_try_compile "$LINENO"; then : 3715 rm -f conftest.$ac_objext 3716 if { (ac_try="$ac_compile" 3717 case "(($ac_try" in 3718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3719 *) ac_try_echo=$ac_try;; 3720 esac 3721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3722 (eval "$ac_compile") 2>conftest.er1 3723 ac_status=$? 3724 grep -v '^ *+' conftest.er1 >conftest.err 3725 rm -f conftest.er1 3726 cat conftest.err >&5 3727 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3728 (exit $ac_status); } && { 3729 test -z "$ac_f77_werror_flag" || 3730 test ! -s conftest.err 3731 } && test -s conftest.$ac_objext; then 4212 3732 ac_cv_prog_f77_g=yes 4213 3733 else 4214 ac_cv_prog_f77_g=no 4215 fi 3734 echo "$as_me: failed program was:" >&5 3735 sed 's/^/| /' conftest.$ac_ext >&5 3736 3737 ac_cv_prog_f77_g=no 3738 fi 3739 4216 3740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4217 3741 4218 3742 fi 4219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_f77_g" >&54220 $as_echo "$ac_cv_prog_f77_g" >&6; }3743 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 3744 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } 4221 3745 if test "$ac_test_FFLAGS" = set; then 4222 3746 FFLAGS=$ac_save_FFLAGS … … 4235 3759 fi 4236 3760 4237 if test $ac_compiler_gnu = yes; then 4238 G77=yes 4239 else 4240 G77= 4241 fi 3761 G77=`test $ac_compiler_gnu = yes && echo yes` 4242 3762 ac_ext=c 4243 3763 ac_cpp='$CPP $CPPFLAGS' … … 4260 3780 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4261 3781 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&54263 $as_echo_n "checking how to run the C preprocessor..." >&6; }3782 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3783 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 4264 3784 # On Suns, sometimes $CPP names a directory. 4265 3785 if test -n "$CPP" && test -d "$CPP"; then … … 4267 3787 fi 4268 3788 if test -z "$CPP"; then 4269 if test "${ac_cv_prog_CPP+set}" = set; then :4270 $as_echo_n "(cached)" >&63789 if test "${ac_cv_prog_CPP+set}" = set; then 3790 echo $ECHO_N "(cached) $ECHO_C" >&6 4271 3791 else 4272 3792 # Double quotes because CPP needs to be expanded … … 4282 3802 # On the NeXT, cc -E runs the code through the compiler's parser, 4283 3803 # not just through cpp. "Syntax error" is here to catch this case. 4284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3804 cat >conftest.$ac_ext <<_ACEOF 3805 /* confdefs.h. */ 3806 _ACEOF 3807 cat confdefs.h >>conftest.$ac_ext 3808 cat >>conftest.$ac_ext <<_ACEOF 4285 3809 /* end confdefs.h. */ 4286 3810 #ifdef __STDC__ … … 4291 3815 Syntax error 4292 3816 _ACEOF 4293 if ac_fn_c_try_cpp "$LINENO"; then : 4294 4295 else 3817 if { (ac_try="$ac_cpp conftest.$ac_ext" 3818 case "(($ac_try" in 3819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3820 *) ac_try_echo=$ac_try;; 3821 esac 3822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3823 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3824 ac_status=$? 3825 grep -v '^ *+' conftest.er1 >conftest.err 3826 rm -f conftest.er1 3827 cat conftest.err >&5 3828 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3829 (exit $ac_status); } >/dev/null && { 3830 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3831 test ! -s conftest.err 3832 }; then 3833 : 3834 else 3835 echo "$as_me: failed program was:" >&5 3836 sed 's/^/| /' conftest.$ac_ext >&5 3837 4296 3838 # Broken: fails on valid input. 4297 3839 continue 4298 3840 fi 3841 4299 3842 rm -f conftest.err conftest.$ac_ext 4300 3843 4301 3844 # OK, works on sane cases. Now check whether nonexistent headers 4302 3845 # can be detected and how. 4303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3846 cat >conftest.$ac_ext <<_ACEOF 3847 /* confdefs.h. */ 3848 _ACEOF 3849 cat confdefs.h >>conftest.$ac_ext 3850 cat >>conftest.$ac_ext <<_ACEOF 4304 3851 /* end confdefs.h. */ 4305 3852 #include <ac_nonexistent.h> 4306 3853 _ACEOF 4307 if ac_fn_c_try_cpp "$LINENO"; then : 3854 if { (ac_try="$ac_cpp conftest.$ac_ext" 3855 case "(($ac_try" in 3856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3857 *) ac_try_echo=$ac_try;; 3858 esac 3859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3860 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3861 ac_status=$? 3862 grep -v '^ *+' conftest.er1 >conftest.err 3863 rm -f conftest.er1 3864 cat conftest.err >&5 3865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3866 (exit $ac_status); } >/dev/null && { 3867 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3868 test ! -s conftest.err 3869 }; then 4308 3870 # Broken: success on invalid input. 4309 3871 continue 4310 3872 else 3873 echo "$as_me: failed program was:" >&5 3874 sed 's/^/| /' conftest.$ac_ext >&5 3875 4311 3876 # Passes both tests. 4312 3877 ac_preproc_ok=: 4313 3878 break 4314 3879 fi 3880 4315 3881 rm -f conftest.err conftest.$ac_ext 4316 3882 … … 4318 3884 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4319 3885 rm -f conftest.err conftest.$ac_ext 4320 if $ac_preproc_ok; then :3886 if $ac_preproc_ok; then 4321 3887 break 4322 3888 fi … … 4330 3896 ac_cv_prog_CPP=$CPP 4331 3897 fi 4332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&54333 $as_echo "$CPP" >&6; }3898 { echo "$as_me:$LINENO: result: $CPP" >&5 3899 echo "${ECHO_T}$CPP" >&6; } 4334 3900 ac_preproc_ok=false 4335 3901 for ac_c_preproc_warn_flag in '' yes … … 4341 3907 # On the NeXT, cc -E runs the code through the compiler's parser, 4342 3908 # not just through cpp. "Syntax error" is here to catch this case. 4343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3909 cat >conftest.$ac_ext <<_ACEOF 3910 /* confdefs.h. */ 3911 _ACEOF 3912 cat confdefs.h >>conftest.$ac_ext 3913 cat >>conftest.$ac_ext <<_ACEOF 4344 3914 /* end confdefs.h. */ 4345 3915 #ifdef __STDC__ … … 4350 3920 Syntax error 4351 3921 _ACEOF 4352 if ac_fn_c_try_cpp "$LINENO"; then : 4353 4354 else 3922 if { (ac_try="$ac_cpp conftest.$ac_ext" 3923 case "(($ac_try" in 3924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3925 *) ac_try_echo=$ac_try;; 3926 esac 3927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3928 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3929 ac_status=$? 3930 grep -v '^ *+' conftest.er1 >conftest.err 3931 rm -f conftest.er1 3932 cat conftest.err >&5 3933 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3934 (exit $ac_status); } >/dev/null && { 3935 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3936 test ! -s conftest.err 3937 }; then 3938 : 3939 else 3940 echo "$as_me: failed program was:" >&5 3941 sed 's/^/| /' conftest.$ac_ext >&5 3942 4355 3943 # Broken: fails on valid input. 4356 3944 continue 4357 3945 fi 3946 4358 3947 rm -f conftest.err conftest.$ac_ext 4359 3948 4360 3949 # OK, works on sane cases. Now check whether nonexistent headers 4361 3950 # can be detected and how. 4362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3951 cat >conftest.$ac_ext <<_ACEOF 3952 /* confdefs.h. */ 3953 _ACEOF 3954 cat confdefs.h >>conftest.$ac_ext 3955 cat >>conftest.$ac_ext <<_ACEOF 4363 3956 /* end confdefs.h. */ 4364 3957 #include <ac_nonexistent.h> 4365 3958 _ACEOF 4366 if ac_fn_c_try_cpp "$LINENO"; then : 3959 if { (ac_try="$ac_cpp conftest.$ac_ext" 3960 case "(($ac_try" in 3961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3962 *) ac_try_echo=$ac_try;; 3963 esac 3964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3965 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3966 ac_status=$? 3967 grep -v '^ *+' conftest.er1 >conftest.err 3968 rm -f conftest.er1 3969 cat conftest.err >&5 3970 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3971 (exit $ac_status); } >/dev/null && { 3972 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3973 test ! -s conftest.err 3974 }; then 4367 3975 # Broken: success on invalid input. 4368 3976 continue 4369 3977 else 3978 echo "$as_me: failed program was:" >&5 3979 sed 's/^/| /' conftest.$ac_ext >&5 3980 4370 3981 # Passes both tests. 4371 3982 ac_preproc_ok=: 4372 3983 break 4373 3984 fi 3985 4374 3986 rm -f conftest.err conftest.$ac_ext 4375 3987 … … 4377 3989 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4378 3990 rm -f conftest.err conftest.$ac_ext 4379 if $ac_preproc_ok; then : 4380 4381 else 4382 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4383 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4384 as_fn_error "C preprocessor \"$CPP\" fails sanity check 4385 See \`config.log' for more details." "$LINENO" 5; } 3991 if $ac_preproc_ok; then 3992 : 3993 else 3994 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3995 See \`config.log' for more details." >&5 3996 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3997 See \`config.log' for more details." >&2;} 3998 { (exit 1); exit 1; }; } 4386 3999 fi 4387 4000 … … 4393 4006 4394 4007 4395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 4396 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4397 if test "${ac_cv_path_GREP+set}" = set; then : 4398 $as_echo_n "(cached) " >&6 4399 else 4400 if test -z "$GREP"; then 4008 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 4009 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 4010 if test "${ac_cv_path_GREP+set}" = set; then 4011 echo $ECHO_N "(cached) $ECHO_C" >&6 4012 else 4013 # Extract the first word of "grep ggrep" to use in msg output 4014 if test -z "$GREP"; then 4015 set dummy grep ggrep; ac_prog_name=$2 4016 if test "${ac_cv_path_GREP+set}" = set; then 4017 echo $ECHO_N "(cached) $ECHO_C" >&6 4018 else 4401 4019 ac_path_GREP_found=false 4402 4403 4020 # Loop through the user's path and test for each of PROGNAME-LIST 4021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4404 4022 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4405 4023 do 4406 4024 IFS=$as_save_IFS 4407 4025 test -z "$as_dir" && as_dir=. 4408 4409 4410 4411 4412 # Check for GNU ac_path_GREP and select it if it is found.4026 for ac_prog in grep ggrep; do 4027 for ac_exec_ext in '' $ac_executable_extensions; do 4028 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4029 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4030 # Check for GNU ac_path_GREP and select it if it is found. 4413 4031 # Check for GNU $ac_path_GREP 4414 4032 case `"$ac_path_GREP" --version 2>&1` in … … 4417 4035 *) 4418 4036 ac_count=0 4419 $as_echo_n 0123456789>"conftest.in"4037 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4420 4038 while : 4421 4039 do … … 4423 4041 mv "conftest.tmp" "conftest.in" 4424 4042 cp "conftest.in" "conftest.nl" 4425 $as_echo 'GREP' >> "conftest.nl"4043 echo 'GREP' >> "conftest.nl" 4426 4044 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4427 4045 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4428 a s_fn_arith $ac_count + 1 && ac_count=$as_val4046 ac_count=`expr $ac_count + 1` 4429 4047 if test $ac_count -gt ${ac_path_GREP_max-0}; then 4430 4048 # Best one so far, save it but keep looking for a better one … … 4438 4056 esac 4439 4057 4440 $ac_path_GREP_found && break 3 4441 done4058 4059 $ac_path_GREP_found && break 3 4442 4060 done 4443 done 4061 done 4062 4063 done 4444 4064 IFS=$as_save_IFS 4445 if test -z "$ac_cv_path_GREP"; then 4446 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4447 fi 4065 4066 4067 fi 4068 4069 GREP="$ac_cv_path_GREP" 4070 if test -z "$GREP"; then 4071 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4072 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4073 { (exit 1); exit 1; }; } 4074 fi 4075 4448 4076 else 4449 4077 ac_cv_path_GREP=$GREP 4450 4078 fi 4451 4079 4452 fi 4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 4454 $as_echo "$ac_cv_path_GREP" >&6; } 4080 4081 fi 4082 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4083 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 4455 4084 GREP="$ac_cv_path_GREP" 4456 4085 4457 4086 4458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&54459 $as_echo_n "checking for egrep..." >&6; }4460 if test "${ac_cv_path_EGREP+set}" = set; then :4461 $as_echo_n "(cached)" >&64087 { echo "$as_me:$LINENO: checking for egrep" >&5 4088 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 4089 if test "${ac_cv_path_EGREP+set}" = set; then 4090 echo $ECHO_N "(cached) $ECHO_C" >&6 4462 4091 else 4463 4092 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4464 4093 then ac_cv_path_EGREP="$GREP -E" 4465 4094 else 4466 if test -z "$EGREP"; then 4095 # Extract the first word of "egrep" to use in msg output 4096 if test -z "$EGREP"; then 4097 set dummy egrep; ac_prog_name=$2 4098 if test "${ac_cv_path_EGREP+set}" = set; then 4099 echo $ECHO_N "(cached) $ECHO_C" >&6 4100 else 4467 4101 ac_path_EGREP_found=false 4468 4469 4102 # Loop through the user's path and test for each of PROGNAME-LIST 4103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4470 4104 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4471 4105 do 4472 4106 IFS=$as_save_IFS 4473 4107 test -z "$as_dir" && as_dir=. 4474 4475 4476 4477 4478 # Check for GNU ac_path_EGREP and select it if it is found.4108 for ac_prog in egrep; do 4109 for ac_exec_ext in '' $ac_executable_extensions; do 4110 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4111 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4112 # Check for GNU ac_path_EGREP and select it if it is found. 4479 4113 # Check for GNU $ac_path_EGREP 4480 4114 case `"$ac_path_EGREP" --version 2>&1` in … … 4483 4117 *) 4484 4118 ac_count=0 4485 $as_echo_n 0123456789>"conftest.in"4119 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4486 4120 while : 4487 4121 do … … 4489 4123 mv "conftest.tmp" "conftest.in" 4490 4124 cp "conftest.in" "conftest.nl" 4491 $as_echo 'EGREP' >> "conftest.nl"4125 echo 'EGREP' >> "conftest.nl" 4492 4126 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4493 4127 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4494 a s_fn_arith $ac_count + 1 && ac_count=$as_val4128 ac_count=`expr $ac_count + 1` 4495 4129 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 4496 4130 # Best one so far, save it but keep looking for a better one … … 4504 4138 esac 4505 4139 4506 $ac_path_EGREP_found && break 3 4507 done4140 4141 $ac_path_EGREP_found && break 3 4508 4142 done 4509 done 4143 done 4144 4145 done 4510 4146 IFS=$as_save_IFS 4511 if test -z "$ac_cv_path_EGREP"; then 4512 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4513 fi 4147 4148 4149 fi 4150 4151 EGREP="$ac_cv_path_EGREP" 4152 if test -z "$EGREP"; then 4153 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4154 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4155 { (exit 1); exit 1; }; } 4156 fi 4157 4514 4158 else 4515 4159 ac_cv_path_EGREP=$EGREP 4516 4160 fi 4517 4161 4162 4518 4163 fi 4519 4164 fi 4520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&54521 $as_echo "$ac_cv_path_EGREP" >&6; }4165 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4166 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 4522 4167 EGREP="$ac_cv_path_EGREP" 4523 4168 4524 4169 4525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 4526 $as_echo_n "checking for ANSI C header files... " >&6; } 4527 if test "${ac_cv_header_stdc+set}" = set; then : 4528 $as_echo_n "(cached) " >&6 4529 else 4530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4170 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4171 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 4172 if test "${ac_cv_header_stdc+set}" = set; then 4173 echo $ECHO_N "(cached) $ECHO_C" >&6 4174 else 4175 cat >conftest.$ac_ext <<_ACEOF 4176 /* confdefs.h. */ 4177 _ACEOF 4178 cat confdefs.h >>conftest.$ac_ext 4179 cat >>conftest.$ac_ext <<_ACEOF 4531 4180 /* end confdefs.h. */ 4532 4181 #include <stdlib.h> … … 4543 4192 } 4544 4193 _ACEOF 4545 if ac_fn_c_try_compile "$LINENO"; then : 4194 rm -f conftest.$ac_objext 4195 if { (ac_try="$ac_compile" 4196 case "(($ac_try" in 4197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4198 *) ac_try_echo=$ac_try;; 4199 esac 4200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4201 (eval "$ac_compile") 2>conftest.er1 4202 ac_status=$? 4203 grep -v '^ *+' conftest.er1 >conftest.err 4204 rm -f conftest.er1 4205 cat conftest.err >&5 4206 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4207 (exit $ac_status); } && { 4208 test -z "$ac_c_werror_flag" || 4209 test ! -s conftest.err 4210 } && test -s conftest.$ac_objext; then 4546 4211 ac_cv_header_stdc=yes 4547 4212 else 4548 ac_cv_header_stdc=no 4549 fi 4213 echo "$as_me: failed program was:" >&5 4214 sed 's/^/| /' conftest.$ac_ext >&5 4215 4216 ac_cv_header_stdc=no 4217 fi 4218 4550 4219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4551 4220 4552 4221 if test $ac_cv_header_stdc = yes; then 4553 4222 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4223 cat >conftest.$ac_ext <<_ACEOF 4224 /* confdefs.h. */ 4225 _ACEOF 4226 cat confdefs.h >>conftest.$ac_ext 4227 cat >>conftest.$ac_ext <<_ACEOF 4555 4228 /* end confdefs.h. */ 4556 4229 #include <string.h> … … 4558 4231 _ACEOF 4559 4232 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4560 $EGREP "memchr" >/dev/null 2>&1; then :4561 4233 $EGREP "memchr" >/dev/null 2>&1; then 4234 : 4562 4235 else 4563 4236 ac_cv_header_stdc=no … … 4569 4242 if test $ac_cv_header_stdc = yes; then 4570 4243 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4244 cat >conftest.$ac_ext <<_ACEOF 4245 /* confdefs.h. */ 4246 _ACEOF 4247 cat confdefs.h >>conftest.$ac_ext 4248 cat >>conftest.$ac_ext <<_ACEOF 4572 4249 /* end confdefs.h. */ 4573 4250 #include <stdlib.h> … … 4575 4252 _ACEOF 4576 4253 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4577 $EGREP "free" >/dev/null 2>&1; then :4578 4254 $EGREP "free" >/dev/null 2>&1; then 4255 : 4579 4256 else 4580 4257 ac_cv_header_stdc=no … … 4586 4263 if test $ac_cv_header_stdc = yes; then 4587 4264 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 4588 if test "$cross_compiling" = yes; then :4265 if test "$cross_compiling" = yes; then 4589 4266 : 4590 4267 else 4591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4268 cat >conftest.$ac_ext <<_ACEOF 4269 /* confdefs.h. */ 4270 _ACEOF 4271 cat confdefs.h >>conftest.$ac_ext 4272 cat >>conftest.$ac_ext <<_ACEOF 4592 4273 /* end confdefs.h. */ 4593 4274 #include <ctype.h> … … 4616 4297 } 4617 4298 _ACEOF 4618 if ac_fn_c_try_run "$LINENO"; then : 4619 4620 else 4621 ac_cv_header_stdc=no 4622 fi 4623 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 4624 conftest.$ac_objext conftest.beam conftest.$ac_ext 4625 fi 4626 4627 fi 4628 fi 4629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 4630 $as_echo "$ac_cv_header_stdc" >&6; } 4299 rm -f conftest$ac_exeext 4300 if { (ac_try="$ac_link" 4301 case "(($ac_try" in 4302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4303 *) ac_try_echo=$ac_try;; 4304 esac 4305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4306 (eval "$ac_link") 2>&5 4307 ac_status=$? 4308 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4309 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4310 { (case "(($ac_try" in 4311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4312 *) ac_try_echo=$ac_try;; 4313 esac 4314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4315 (eval "$ac_try") 2>&5 4316 ac_status=$? 4317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4318 (exit $ac_status); }; }; then 4319 : 4320 else 4321 echo "$as_me: program exited with status $ac_status" >&5 4322 echo "$as_me: failed program was:" >&5 4323 sed 's/^/| /' conftest.$ac_ext >&5 4324 4325 ( exit $ac_status ) 4326 ac_cv_header_stdc=no 4327 fi 4328 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4329 fi 4330 4331 4332 fi 4333 fi 4334 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4335 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 4631 4336 if test $ac_cv_header_stdc = yes; then 4632 4337 4633 $as_echo "#define STDC_HEADERS 1" >>confdefs.h 4634 4635 fi 4636 4637 ac_fn_c_check_func "$LINENO" "atol" "ac_cv_func_atol" 4638 if test "x$ac_cv_func_atol" = x""yes; then : 4639 4640 else 4641 as_fn_error "oops! no atol ?!?" "$LINENO" 5 4338 cat >>confdefs.h <<\_ACEOF 4339 #define STDC_HEADERS 1 4340 _ACEOF 4341 4342 fi 4343 4344 { echo "$as_me:$LINENO: checking for atol" >&5 4345 echo $ECHO_N "checking for atol... $ECHO_C" >&6; } 4346 if test "${ac_cv_func_atol+set}" = set; then 4347 echo $ECHO_N "(cached) $ECHO_C" >&6 4348 else 4349 cat >conftest.$ac_ext <<_ACEOF 4350 /* confdefs.h. */ 4351 _ACEOF 4352 cat confdefs.h >>conftest.$ac_ext 4353 cat >>conftest.$ac_ext <<_ACEOF 4354 /* end confdefs.h. */ 4355 /* Define atol to an innocuous variant, in case <limits.h> declares atol. 4356 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 4357 #define atol innocuous_atol 4358 4359 /* System header to define __stub macros and hopefully few prototypes, 4360 which can conflict with char atol (); below. 4361 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 4362 <limits.h> exists even on freestanding compilers. */ 4363 4364 #ifdef __STDC__ 4365 # include <limits.h> 4366 #else 4367 # include <assert.h> 4368 #endif 4369 4370 #undef atol 4371 4372 /* Override any GCC internal prototype to avoid an error. 4373 Use char because int might match the return type of a GCC 4374 builtin and then its argument prototype would still apply. */ 4375 #ifdef __cplusplus 4376 extern "C" 4377 #endif 4378 char atol (); 4379 /* The GNU C library defines this for functions which it implements 4380 to always fail with ENOSYS. Some functions are actually named 4381 something starting with __ and the normal name is an alias. */ 4382 #if defined __stub_atol || defined __stub___atol 4383 choke me 4384 #endif 4385 4386 int 4387 main () 4388 { 4389 return atol (); 4390 ; 4391 return 0; 4392 } 4393 _ACEOF 4394 rm -f conftest.$ac_objext conftest$ac_exeext 4395 if { (ac_try="$ac_link" 4396 case "(($ac_try" in 4397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4398 *) ac_try_echo=$ac_try;; 4399 esac 4400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4401 (eval "$ac_link") 2>conftest.er1 4402 ac_status=$? 4403 grep -v '^ *+' conftest.er1 >conftest.err 4404 rm -f conftest.er1 4405 cat conftest.err >&5 4406 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4407 (exit $ac_status); } && { 4408 test -z "$ac_c_werror_flag" || 4409 test ! -s conftest.err 4410 } && test -s conftest$ac_exeext && 4411 $as_test_x conftest$ac_exeext; then 4412 ac_cv_func_atol=yes 4413 else 4414 echo "$as_me: failed program was:" >&5 4415 sed 's/^/| /' conftest.$ac_ext >&5 4416 4417 ac_cv_func_atol=no 4418 fi 4419 4420 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4421 conftest$ac_exeext conftest.$ac_ext 4422 fi 4423 { echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5 4424 echo "${ECHO_T}$ac_cv_func_atol" >&6; } 4425 if test $ac_cv_func_atol = yes; then 4426 : 4427 else 4428 { { echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5 4429 echo "$as_me: error: oops! no atol ?!?" >&2;} 4430 { (exit 1); exit 1; }; } 4642 4431 fi 4643 4432 … … 4651 4440 4652 4441 4442 4653 4443 for ac_func in sysinfo 4654 do : 4655 ac_fn_cxx_check_func "$LINENO" "sysinfo" "ac_cv_func_sysinfo" 4656 if test "x$ac_cv_func_sysinfo" = x""yes; then : 4444 do 4445 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4446 { echo "$as_me:$LINENO: checking for $ac_func" >&5 4447 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 4448 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 4449 echo $ECHO_N "(cached) $ECHO_C" >&6 4450 else 4451 cat >conftest.$ac_ext <<_ACEOF 4452 /* confdefs.h. */ 4453 _ACEOF 4454 cat confdefs.h >>conftest.$ac_ext 4455 cat >>conftest.$ac_ext <<_ACEOF 4456 /* end confdefs.h. */ 4457 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 4458 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 4459 #define $ac_func innocuous_$ac_func 4460 4461 /* System header to define __stub macros and hopefully few prototypes, 4462 which can conflict with char $ac_func (); below. 4463 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 4464 <limits.h> exists even on freestanding compilers. */ 4465 4466 #ifdef __STDC__ 4467 # include <limits.h> 4468 #else 4469 # include <assert.h> 4470 #endif 4471 4472 #undef $ac_func 4473 4474 /* Override any GCC internal prototype to avoid an error. 4475 Use char because int might match the return type of a GCC 4476 builtin and then its argument prototype would still apply. */ 4477 #ifdef __cplusplus 4478 extern "C" 4479 #endif 4480 char $ac_func (); 4481 /* The GNU C library defines this for functions which it implements 4482 to always fail with ENOSYS. Some functions are actually named 4483 something starting with __ and the normal name is an alias. */ 4484 #if defined __stub_$ac_func || defined __stub___$ac_func 4485 choke me 4486 #endif 4487 4488 int 4489 main () 4490 { 4491 return $ac_func (); 4492 ; 4493 return 0; 4494 } 4495 _ACEOF 4496 rm -f conftest.$ac_objext conftest$ac_exeext 4497 if { (ac_try="$ac_link" 4498 case "(($ac_try" in 4499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4500 *) ac_try_echo=$ac_try;; 4501 esac 4502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4503 (eval "$ac_link") 2>conftest.er1 4504 ac_status=$? 4505 grep -v '^ *+' conftest.er1 >conftest.err 4506 rm -f conftest.er1 4507 cat conftest.err >&5 4508 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4509 (exit $ac_status); } && { 4510 test -z "$ac_cxx_werror_flag" || 4511 test ! -s conftest.err 4512 } && test -s conftest$ac_exeext && 4513 $as_test_x conftest$ac_exeext; then 4514 eval "$as_ac_var=yes" 4515 else 4516 echo "$as_me: failed program was:" >&5 4517 sed 's/^/| /' conftest.$ac_ext >&5 4518 4519 eval "$as_ac_var=no" 4520 fi 4521 4522 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4523 conftest$ac_exeext conftest.$ac_ext 4524 fi 4525 ac_res=`eval echo '${'$as_ac_var'}'` 4526 { echo "$as_me:$LINENO: result: $ac_res" >&5 4527 echo "${ECHO_T}$ac_res" >&6; } 4528 if test `eval echo '${'$as_ac_var'}'` = yes; then 4657 4529 cat >>confdefs.h <<_ACEOF 4658 #define HAVE_SYSINFO14530 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 4659 4531 _ACEOF 4660 4532 4661 4533 fi 4662 4534 done 4535 4536 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4547 inttypes.h stdint.h unistd.h 4548 do 4549 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4550 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4551 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4552 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4553 echo $ECHO_N "(cached) $ECHO_C" >&6 4554 else 4555 cat >conftest.$ac_ext <<_ACEOF 4556 /* confdefs.h. */ 4557 _ACEOF 4558 cat confdefs.h >>conftest.$ac_ext 4559 cat >>conftest.$ac_ext <<_ACEOF 4560 /* end confdefs.h. */ 4561 $ac_includes_default 4562 4563 #include <$ac_header> 4564 _ACEOF 4565 rm -f conftest.$ac_objext 4566 if { (ac_try="$ac_compile" 4567 case "(($ac_try" in 4568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4569 *) ac_try_echo=$ac_try;; 4570 esac 4571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4572 (eval "$ac_compile") 2>conftest.er1 4573 ac_status=$? 4574 grep -v '^ *+' conftest.er1 >conftest.err 4575 rm -f conftest.er1 4576 cat conftest.err >&5 4577 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4578 (exit $ac_status); } && { 4579 test -z "$ac_cxx_werror_flag" || 4580 test ! -s conftest.err 4581 } && test -s conftest.$ac_objext; then 4582 eval "$as_ac_Header=yes" 4583 else 4584 echo "$as_me: failed program was:" >&5 4585 sed 's/^/| /' conftest.$ac_ext >&5 4586 4587 eval "$as_ac_Header=no" 4588 fi 4589 4590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4591 fi 4592 ac_res=`eval echo '${'$as_ac_Header'}'` 4593 { echo "$as_me:$LINENO: result: $ac_res" >&5 4594 echo "${ECHO_T}$ac_res" >&6; } 4595 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4596 cat >>confdefs.h <<_ACEOF 4597 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 4598 _ACEOF 4599 4600 fi 4601 4602 done 4603 4663 4604 4664 4605 ac_ext=cpp … … 4667 4608 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4668 4609 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&54670 $as_echo_n "checking how to run the C++ preprocessor..." >&6; }4610 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 4611 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } 4671 4612 if test -z "$CXXCPP"; then 4672 if test "${ac_cv_prog_CXXCPP+set}" = set; then :4673 $as_echo_n "(cached)" >&64613 if test "${ac_cv_prog_CXXCPP+set}" = set; then 4614 echo $ECHO_N "(cached) $ECHO_C" >&6 4674 4615 else 4675 4616 # Double quotes because CXXCPP needs to be expanded … … 4685 4626 # On the NeXT, cc -E runs the code through the compiler's parser, 4686 4627 # not just through cpp. "Syntax error" is here to catch this case. 4687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4628 cat >conftest.$ac_ext <<_ACEOF 4629 /* confdefs.h. */ 4630 _ACEOF 4631 cat confdefs.h >>conftest.$ac_ext 4632 cat >>conftest.$ac_ext <<_ACEOF 4688 4633 /* end confdefs.h. */ 4689 4634 #ifdef __STDC__ … … 4694 4639 Syntax error 4695 4640 _ACEOF 4696 if ac_fn_cxx_try_cpp "$LINENO"; then : 4697 4698 else 4641 if { (ac_try="$ac_cpp conftest.$ac_ext" 4642 case "(($ac_try" in 4643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4644 *) ac_try_echo=$ac_try;; 4645 esac 4646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4647 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4648 ac_status=$? 4649 grep -v '^ *+' conftest.er1 >conftest.err 4650 rm -f conftest.er1 4651 cat conftest.err >&5 4652 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4653 (exit $ac_status); } >/dev/null && { 4654 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4655 test ! -s conftest.err 4656 }; then 4657 : 4658 else 4659 echo "$as_me: failed program was:" >&5 4660 sed 's/^/| /' conftest.$ac_ext >&5 4661 4699 4662 # Broken: fails on valid input. 4700 4663 continue 4701 4664 fi 4665 4702 4666 rm -f conftest.err conftest.$ac_ext 4703 4667 4704 4668 # OK, works on sane cases. Now check whether nonexistent headers 4705 4669 # can be detected and how. 4706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4670 cat >conftest.$ac_ext <<_ACEOF 4671 /* confdefs.h. */ 4672 _ACEOF 4673 cat confdefs.h >>conftest.$ac_ext 4674 cat >>conftest.$ac_ext <<_ACEOF 4707 4675 /* end confdefs.h. */ 4708 4676 #include <ac_nonexistent.h> 4709 4677 _ACEOF 4710 if ac_fn_cxx_try_cpp "$LINENO"; then : 4678 if { (ac_try="$ac_cpp conftest.$ac_ext" 4679 case "(($ac_try" in 4680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4681 *) ac_try_echo=$ac_try;; 4682 esac 4683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4684 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4685 ac_status=$? 4686 grep -v '^ *+' conftest.er1 >conftest.err 4687 rm -f conftest.er1 4688 cat conftest.err >&5 4689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4690 (exit $ac_status); } >/dev/null && { 4691 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4692 test ! -s conftest.err 4693 }; then 4711 4694 # Broken: success on invalid input. 4712 4695 continue 4713 4696 else 4697 echo "$as_me: failed program was:" >&5 4698 sed 's/^/| /' conftest.$ac_ext >&5 4699 4714 4700 # Passes both tests. 4715 4701 ac_preproc_ok=: 4716 4702 break 4717 4703 fi 4704 4718 4705 rm -f conftest.err conftest.$ac_ext 4719 4706 … … 4721 4708 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4722 4709 rm -f conftest.err conftest.$ac_ext 4723 if $ac_preproc_ok; then :4710 if $ac_preproc_ok; then 4724 4711 break 4725 4712 fi … … 4733 4720 ac_cv_prog_CXXCPP=$CXXCPP 4734 4721 fi 4735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&54736 $as_echo "$CXXCPP" >&6; }4722 { echo "$as_me:$LINENO: result: $CXXCPP" >&5 4723 echo "${ECHO_T}$CXXCPP" >&6; } 4737 4724 ac_preproc_ok=false 4738 4725 for ac_cxx_preproc_warn_flag in '' yes … … 4744 4731 # On the NeXT, cc -E runs the code through the compiler's parser, 4745 4732 # not just through cpp. "Syntax error" is here to catch this case. 4746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4733 cat >conftest.$ac_ext <<_ACEOF 4734 /* confdefs.h. */ 4735 _ACEOF 4736 cat confdefs.h >>conftest.$ac_ext 4737 cat >>conftest.$ac_ext <<_ACEOF 4747 4738 /* end confdefs.h. */ 4748 4739 #ifdef __STDC__ … … 4753 4744 Syntax error 4754 4745 _ACEOF 4755 if ac_fn_cxx_try_cpp "$LINENO"; then : 4756 4757 else 4746 if { (ac_try="$ac_cpp conftest.$ac_ext" 4747 case "(($ac_try" in 4748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4749 *) ac_try_echo=$ac_try;; 4750 esac 4751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4752 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4753 ac_status=$? 4754 grep -v '^ *+' conftest.er1 >conftest.err 4755 rm -f conftest.er1 4756 cat conftest.err >&5 4757 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4758 (exit $ac_status); } >/dev/null && { 4759 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4760 test ! -s conftest.err 4761 }; then 4762 : 4763 else 4764 echo "$as_me: failed program was:" >&5 4765 sed 's/^/| /' conftest.$ac_ext >&5 4766 4758 4767 # Broken: fails on valid input. 4759 4768 continue 4760 4769 fi 4770 4761 4771 rm -f conftest.err conftest.$ac_ext 4762 4772 4763 4773 # OK, works on sane cases. Now check whether nonexistent headers 4764 4774 # can be detected and how. 4765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4775 cat >conftest.$ac_ext <<_ACEOF 4776 /* confdefs.h. */ 4777 _ACEOF 4778 cat confdefs.h >>conftest.$ac_ext 4779 cat >>conftest.$ac_ext <<_ACEOF 4766 4780 /* end confdefs.h. */ 4767 4781 #include <ac_nonexistent.h> 4768 4782 _ACEOF 4769 if ac_fn_cxx_try_cpp "$LINENO"; then : 4783 if { (ac_try="$ac_cpp conftest.$ac_ext" 4784 case "(($ac_try" in 4785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4786 *) ac_try_echo=$ac_try;; 4787 esac 4788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4789 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4790 ac_status=$? 4791 grep -v '^ *+' conftest.er1 >conftest.err 4792 rm -f conftest.er1 4793 cat conftest.err >&5 4794 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4795 (exit $ac_status); } >/dev/null && { 4796 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4797 test ! -s conftest.err 4798 }; then 4770 4799 # Broken: success on invalid input. 4771 4800 continue 4772 4801 else 4802 echo "$as_me: failed program was:" >&5 4803 sed 's/^/| /' conftest.$ac_ext >&5 4804 4773 4805 # Passes both tests. 4774 4806 ac_preproc_ok=: 4775 4807 break 4776 4808 fi 4809 4777 4810 rm -f conftest.err conftest.$ac_ext 4778 4811 … … 4780 4813 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4781 4814 rm -f conftest.err conftest.$ac_ext 4782 if $ac_preproc_ok; then : 4783 4784 else 4785 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4786 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4787 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check 4788 See \`config.log' for more details." "$LINENO" 5; } 4815 if $ac_preproc_ok; then 4816 : 4817 else 4818 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4819 See \`config.log' for more details." >&5 4820 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4821 See \`config.log' for more details." >&2;} 4822 { (exit 1); exit 1; }; } 4789 4823 fi 4790 4824 … … 4796 4830 4797 4831 4798 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 4799 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4800 inttypes.h stdint.h unistd.h 4801 do : 4802 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4803 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 4804 " 4805 eval as_val=\$$as_ac_Header 4806 if test "x$as_val" = x""yes; then : 4832 4833 for ac_header in sys/sysinfo.h 4834 do 4835 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4836 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4837 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4838 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4839 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4840 echo $ECHO_N "(cached) $ECHO_C" >&6 4841 fi 4842 ac_res=`eval echo '${'$as_ac_Header'}'` 4843 { echo "$as_me:$LINENO: result: $ac_res" >&5 4844 echo "${ECHO_T}$ac_res" >&6; } 4845 else 4846 # Is the header compilable? 4847 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 4848 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 4849 cat >conftest.$ac_ext <<_ACEOF 4850 /* confdefs.h. */ 4851 _ACEOF 4852 cat confdefs.h >>conftest.$ac_ext 4853 cat >>conftest.$ac_ext <<_ACEOF 4854 /* end confdefs.h. */ 4855 $ac_includes_default 4856 #include <$ac_header> 4857 _ACEOF 4858 rm -f conftest.$ac_objext 4859 if { (ac_try="$ac_compile" 4860 case "(($ac_try" in 4861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4862 *) ac_try_echo=$ac_try;; 4863 esac 4864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4865 (eval "$ac_compile") 2>conftest.er1 4866 ac_status=$? 4867 grep -v '^ *+' conftest.er1 >conftest.err 4868 rm -f conftest.er1 4869 cat conftest.err >&5 4870 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4871 (exit $ac_status); } && { 4872 test -z "$ac_cxx_werror_flag" || 4873 test ! -s conftest.err 4874 } && test -s conftest.$ac_objext; then 4875 ac_header_compiler=yes 4876 else 4877 echo "$as_me: failed program was:" >&5 4878 sed 's/^/| /' conftest.$ac_ext >&5 4879 4880 ac_header_compiler=no 4881 fi 4882 4883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4884 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4885 echo "${ECHO_T}$ac_header_compiler" >&6; } 4886 4887 # Is the header present? 4888 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 4889 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 4890 cat >conftest.$ac_ext <<_ACEOF 4891 /* confdefs.h. */ 4892 _ACEOF 4893 cat confdefs.h >>conftest.$ac_ext 4894 cat >>conftest.$ac_ext <<_ACEOF 4895 /* end confdefs.h. */ 4896 #include <$ac_header> 4897 _ACEOF 4898 if { (ac_try="$ac_cpp conftest.$ac_ext" 4899 case "(($ac_try" in 4900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4901 *) ac_try_echo=$ac_try;; 4902 esac 4903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4904 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4905 ac_status=$? 4906 grep -v '^ *+' conftest.er1 >conftest.err 4907 rm -f conftest.er1 4908 cat conftest.err >&5 4909 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4910 (exit $ac_status); } >/dev/null && { 4911 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4912 test ! -s conftest.err 4913 }; then 4914 ac_header_preproc=yes 4915 else 4916 echo "$as_me: failed program was:" >&5 4917 sed 's/^/| /' conftest.$ac_ext >&5 4918 4919 ac_header_preproc=no 4920 fi 4921 4922 rm -f conftest.err conftest.$ac_ext 4923 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4924 echo "${ECHO_T}$ac_header_preproc" >&6; } 4925 4926 # So? What about this header? 4927 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 4928 yes:no: ) 4929 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4930 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4931 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4932 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4933 ac_header_preproc=yes 4934 ;; 4935 no:yes:* ) 4936 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4937 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4938 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4939 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4940 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 4941 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 4942 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 4943 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 4944 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4945 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4946 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4947 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4948 ( cat <<\_ASBOX 4949 ## ----------------------------------- ## 4950 ## Report this to rappture@nanohub.org ## 4951 ## ----------------------------------- ## 4952 _ASBOX 4953 ) | sed "s/^/$as_me: WARNING: /" >&2 4954 ;; 4955 esac 4956 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4957 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4958 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4959 echo $ECHO_N "(cached) $ECHO_C" >&6 4960 else 4961 eval "$as_ac_Header=\$ac_header_preproc" 4962 fi 4963 ac_res=`eval echo '${'$as_ac_Header'}'` 4964 { echo "$as_me:$LINENO: result: $ac_res" >&5 4965 echo "${ECHO_T}$ac_res" >&6; } 4966 4967 fi 4968 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4807 4969 cat >>confdefs.h <<_ACEOF 4808 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 14970 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 4809 4971 _ACEOF 4810 4972 … … 4814 4976 4815 4977 4816 for ac_header in sys/sysinfo.h 4817 do : 4818 ac_fn_cxx_check_header_mongrel "$LINENO" "sys/sysinfo.h" "ac_cv_header_sys_sysinfo_h" "$ac_includes_default" 4819 if test "x$ac_cv_header_sys_sysinfo_h" = x""yes; then : 4820 cat >>confdefs.h <<_ACEOF 4821 #define HAVE_SYS_SYSINFO_H 1 4822 _ACEOF 4823 4824 fi 4825 4826 done 4827 4828 4829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5 4830 $as_echo_n "checking for main in -lm... " >&6; } 4831 if test "${ac_cv_lib_m_main+set}" = set; then : 4832 $as_echo_n "(cached) " >&6 4978 4979 { echo "$as_me:$LINENO: checking for main in -lm" >&5 4980 echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6; } 4981 if test "${ac_cv_lib_m_main+set}" = set; then 4982 echo $ECHO_N "(cached) $ECHO_C" >&6 4833 4983 else 4834 4984 ac_check_lib_save_LIBS=$LIBS 4835 4985 LIBS="-lm $LIBS" 4836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4986 cat >conftest.$ac_ext <<_ACEOF 4987 /* confdefs.h. */ 4988 _ACEOF 4989 cat confdefs.h >>conftest.$ac_ext 4990 cat >>conftest.$ac_ext <<_ACEOF 4837 4991 /* end confdefs.h. */ 4838 4992 … … 4846 5000 } 4847 5001 _ACEOF 4848 if ac_fn_cxx_try_link "$LINENO"; then : 5002 rm -f conftest.$ac_objext conftest$ac_exeext 5003 if { (ac_try="$ac_link" 5004 case "(($ac_try" in 5005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5006 *) ac_try_echo=$ac_try;; 5007 esac 5008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5009 (eval "$ac_link") 2>conftest.er1 5010 ac_status=$? 5011 grep -v '^ *+' conftest.er1 >conftest.err 5012 rm -f conftest.er1 5013 cat conftest.err >&5 5014 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5015 (exit $ac_status); } && { 5016 test -z "$ac_cxx_werror_flag" || 5017 test ! -s conftest.err 5018 } && test -s conftest$ac_exeext && 5019 $as_test_x conftest$ac_exeext; then 4849 5020 ac_cv_lib_m_main=yes 4850 5021 else 4851 ac_cv_lib_m_main=no 4852 fi 4853 rm -f core conftest.err conftest.$ac_objext \ 4854 conftest$ac_exeext conftest.$ac_ext 5022 echo "$as_me: failed program was:" >&5 5023 sed 's/^/| /' conftest.$ac_ext >&5 5024 5025 ac_cv_lib_m_main=no 5026 fi 5027 5028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5029 conftest$ac_exeext conftest.$ac_ext 4855 5030 LIBS=$ac_check_lib_save_LIBS 4856 5031 fi 4857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&54858 $as_echo "$ac_cv_lib_m_main" >&6; }4859 if test "x$ac_cv_lib_m_main" = x""yes; then :5032 { echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5 5033 echo "${ECHO_T}$ac_cv_lib_m_main" >&6; } 5034 if test $ac_cv_lib_m_main = yes; then 4860 5035 cat >>confdefs.h <<_ACEOF 4861 5036 #define HAVE_LIBM 1 … … 4865 5040 4866 5041 else 4867 as_fn_error "librappture requires libm" "$LINENO" 5 4868 fi 4869 4870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lstdc++" >&5 4871 $as_echo_n "checking for main in -lstdc++... " >&6; } 4872 if test "${ac_cv_lib_stdcpp_main+set}" = set; then : 4873 $as_echo_n "(cached) " >&6 5042 { { echo "$as_me:$LINENO: error: librappture requires libm" >&5 5043 echo "$as_me: error: librappture requires libm" >&2;} 5044 { (exit 1); exit 1; }; } 5045 fi 5046 5047 5048 { echo "$as_me:$LINENO: checking for main in -lstdc++" >&5 5049 echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; } 5050 if test "${ac_cv_lib_stdcpp_main+set}" = set; then 5051 echo $ECHO_N "(cached) $ECHO_C" >&6 4874 5052 else 4875 5053 ac_check_lib_save_LIBS=$LIBS 4876 5054 LIBS="-lstdc++ $LIBS" 4877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5055 cat >conftest.$ac_ext <<_ACEOF 5056 /* confdefs.h. */ 5057 _ACEOF 5058 cat confdefs.h >>conftest.$ac_ext 5059 cat >>conftest.$ac_ext <<_ACEOF 4878 5060 /* end confdefs.h. */ 4879 5061 … … 4887 5069 } 4888 5070 _ACEOF 4889 if ac_fn_cxx_try_link "$LINENO"; then : 5071 rm -f conftest.$ac_objext conftest$ac_exeext 5072 if { (ac_try="$ac_link" 5073 case "(($ac_try" in 5074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5075 *) ac_try_echo=$ac_try;; 5076 esac 5077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5078 (eval "$ac_link") 2>conftest.er1 5079 ac_status=$? 5080 grep -v '^ *+' conftest.er1 >conftest.err 5081 rm -f conftest.er1 5082 cat conftest.err >&5 5083 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5084 (exit $ac_status); } && { 5085 test -z "$ac_cxx_werror_flag" || 5086 test ! -s conftest.err 5087 } && test -s conftest$ac_exeext && 5088 $as_test_x conftest$ac_exeext; then 4890 5089 ac_cv_lib_stdcpp_main=yes 4891 5090 else 4892 ac_cv_lib_stdcpp_main=no 4893 fi 4894 rm -f core conftest.err conftest.$ac_objext \ 4895 conftest$ac_exeext conftest.$ac_ext 5091 echo "$as_me: failed program was:" >&5 5092 sed 's/^/| /' conftest.$ac_ext >&5 5093 5094 ac_cv_lib_stdcpp_main=no 5095 fi 5096 5097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5098 conftest$ac_exeext conftest.$ac_ext 4896 5099 LIBS=$ac_check_lib_save_LIBS 4897 5100 fi 4898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_stdcpp_main" >&54899 $as_echo "$ac_cv_lib_stdcpp_main" >&6; }4900 if test "x$ac_cv_lib_stdcpp_main" = x""yes; then :5101 { echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5 5102 echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; } 5103 if test $ac_cv_lib_stdcpp_main = yes; then 4901 5104 cat >>confdefs.h <<_ACEOF 4902 5105 #define HAVE_LIBSTDC__ 1 … … 4906 5109 4907 5110 else 4908 as_fn_error "librappture requires libstdc++" "$LINENO" 5 4909 fi 5111 { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5 5112 echo "$as_me: error: librappture requires libstdc++" >&2;} 5113 { (exit 1); exit 1; }; } 5114 fi 5115 4910 5116 4911 5117 for ac_header in algorithm 4912 do : 4913 ac_fn_cxx_check_header_mongrel "$LINENO" "algorithm" "ac_cv_header_algorithm" "$ac_includes_default" 4914 if test "x$ac_cv_header_algorithm" = x""yes; then : 5118 do 5119 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5120 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5121 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5122 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5123 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5124 echo $ECHO_N "(cached) $ECHO_C" >&6 5125 fi 5126 ac_res=`eval echo '${'$as_ac_Header'}'` 5127 { echo "$as_me:$LINENO: result: $ac_res" >&5 5128 echo "${ECHO_T}$ac_res" >&6; } 5129 else 5130 # Is the header compilable? 5131 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5132 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5133 cat >conftest.$ac_ext <<_ACEOF 5134 /* confdefs.h. */ 5135 _ACEOF 5136 cat confdefs.h >>conftest.$ac_ext 5137 cat >>conftest.$ac_ext <<_ACEOF 5138 /* end confdefs.h. */ 5139 $ac_includes_default 5140 #include <$ac_header> 5141 _ACEOF 5142 rm -f conftest.$ac_objext 5143 if { (ac_try="$ac_compile" 5144 case "(($ac_try" in 5145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5146 *) ac_try_echo=$ac_try;; 5147 esac 5148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5149 (eval "$ac_compile") 2>conftest.er1 5150 ac_status=$? 5151 grep -v '^ *+' conftest.er1 >conftest.err 5152 rm -f conftest.er1 5153 cat conftest.err >&5 5154 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5155 (exit $ac_status); } && { 5156 test -z "$ac_cxx_werror_flag" || 5157 test ! -s conftest.err 5158 } && test -s conftest.$ac_objext; then 5159 ac_header_compiler=yes 5160 else 5161 echo "$as_me: failed program was:" >&5 5162 sed 's/^/| /' conftest.$ac_ext >&5 5163 5164 ac_header_compiler=no 5165 fi 5166 5167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5168 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5169 echo "${ECHO_T}$ac_header_compiler" >&6; } 5170 5171 # Is the header present? 5172 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5173 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5174 cat >conftest.$ac_ext <<_ACEOF 5175 /* confdefs.h. */ 5176 _ACEOF 5177 cat confdefs.h >>conftest.$ac_ext 5178 cat >>conftest.$ac_ext <<_ACEOF 5179 /* end confdefs.h. */ 5180 #include <$ac_header> 5181 _ACEOF 5182 if { (ac_try="$ac_cpp conftest.$ac_ext" 5183 case "(($ac_try" in 5184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5185 *) ac_try_echo=$ac_try;; 5186 esac 5187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5188 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5189 ac_status=$? 5190 grep -v '^ *+' conftest.er1 >conftest.err 5191 rm -f conftest.er1 5192 cat conftest.err >&5 5193 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5194 (exit $ac_status); } >/dev/null && { 5195 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5196 test ! -s conftest.err 5197 }; then 5198 ac_header_preproc=yes 5199 else 5200 echo "$as_me: failed program was:" >&5 5201 sed 's/^/| /' conftest.$ac_ext >&5 5202 5203 ac_header_preproc=no 5204 fi 5205 5206 rm -f conftest.err conftest.$ac_ext 5207 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5208 echo "${ECHO_T}$ac_header_preproc" >&6; } 5209 5210 # So? What about this header? 5211 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5212 yes:no: ) 5213 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5214 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5215 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5216 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5217 ac_header_preproc=yes 5218 ;; 5219 no:yes:* ) 5220 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5221 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5222 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5223 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5224 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5225 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5226 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5227 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5228 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5229 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5230 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5231 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5232 ( cat <<\_ASBOX 5233 ## ----------------------------------- ## 5234 ## Report this to rappture@nanohub.org ## 5235 ## ----------------------------------- ## 5236 _ASBOX 5237 ) | sed "s/^/$as_me: WARNING: /" >&2 5238 ;; 5239 esac 5240 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5241 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5242 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5243 echo $ECHO_N "(cached) $ECHO_C" >&6 5244 else 5245 eval "$as_ac_Header=\$ac_header_preproc" 5246 fi 5247 ac_res=`eval echo '${'$as_ac_Header'}'` 5248 { echo "$as_me:$LINENO: result: $ac_res" >&5 5249 echo "${ECHO_T}$ac_res" >&6; } 5250 5251 fi 5252 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4915 5253 cat >>confdefs.h <<_ACEOF 4916 #define HAVE_ALGORITHM14917 _ACEOF 4918 4919 else 4920 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&54921 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5254 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5255 _ACEOF 5256 5257 else 5258 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5259 echo "$as_me: WARNING: STL classes missing ?" >&2;} 4922 5260 fi 4923 5261 4924 5262 done 4925 5263 5264 4926 5265 for ac_header in cctype 4927 do : 4928 ac_fn_cxx_check_header_mongrel "$LINENO" "cctype" "ac_cv_header_cctype" "$ac_includes_default" 4929 if test "x$ac_cv_header_cctype" = x""yes; then : 5266 do 5267 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5268 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5269 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5270 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5271 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5272 echo $ECHO_N "(cached) $ECHO_C" >&6 5273 fi 5274 ac_res=`eval echo '${'$as_ac_Header'}'` 5275 { echo "$as_me:$LINENO: result: $ac_res" >&5 5276 echo "${ECHO_T}$ac_res" >&6; } 5277 else 5278 # Is the header compilable? 5279 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5280 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5281 cat >conftest.$ac_ext <<_ACEOF 5282 /* confdefs.h. */ 5283 _ACEOF 5284 cat confdefs.h >>conftest.$ac_ext 5285 cat >>conftest.$ac_ext <<_ACEOF 5286 /* end confdefs.h. */ 5287 $ac_includes_default 5288 #include <$ac_header> 5289 _ACEOF 5290 rm -f conftest.$ac_objext 5291 if { (ac_try="$ac_compile" 5292 case "(($ac_try" in 5293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5294 *) ac_try_echo=$ac_try;; 5295 esac 5296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5297 (eval "$ac_compile") 2>conftest.er1 5298 ac_status=$? 5299 grep -v '^ *+' conftest.er1 >conftest.err 5300 rm -f conftest.er1 5301 cat conftest.err >&5 5302 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5303 (exit $ac_status); } && { 5304 test -z "$ac_cxx_werror_flag" || 5305 test ! -s conftest.err 5306 } && test -s conftest.$ac_objext; then 5307 ac_header_compiler=yes 5308 else 5309 echo "$as_me: failed program was:" >&5 5310 sed 's/^/| /' conftest.$ac_ext >&5 5311 5312 ac_header_compiler=no 5313 fi 5314 5315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5316 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5317 echo "${ECHO_T}$ac_header_compiler" >&6; } 5318 5319 # Is the header present? 5320 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5321 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5322 cat >conftest.$ac_ext <<_ACEOF 5323 /* confdefs.h. */ 5324 _ACEOF 5325 cat confdefs.h >>conftest.$ac_ext 5326 cat >>conftest.$ac_ext <<_ACEOF 5327 /* end confdefs.h. */ 5328 #include <$ac_header> 5329 _ACEOF 5330 if { (ac_try="$ac_cpp conftest.$ac_ext" 5331 case "(($ac_try" in 5332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5333 *) ac_try_echo=$ac_try;; 5334 esac 5335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5336 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5337 ac_status=$? 5338 grep -v '^ *+' conftest.er1 >conftest.err 5339 rm -f conftest.er1 5340 cat conftest.err >&5 5341 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5342 (exit $ac_status); } >/dev/null && { 5343 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5344 test ! -s conftest.err 5345 }; then 5346 ac_header_preproc=yes 5347 else 5348 echo "$as_me: failed program was:" >&5 5349 sed 's/^/| /' conftest.$ac_ext >&5 5350 5351 ac_header_preproc=no 5352 fi 5353 5354 rm -f conftest.err conftest.$ac_ext 5355 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5356 echo "${ECHO_T}$ac_header_preproc" >&6; } 5357 5358 # So? What about this header? 5359 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5360 yes:no: ) 5361 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5362 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5363 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5364 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5365 ac_header_preproc=yes 5366 ;; 5367 no:yes:* ) 5368 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5369 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5370 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5371 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5372 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5373 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5374 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5375 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5376 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5377 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5378 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5379 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5380 ( cat <<\_ASBOX 5381 ## ----------------------------------- ## 5382 ## Report this to rappture@nanohub.org ## 5383 ## ----------------------------------- ## 5384 _ASBOX 5385 ) | sed "s/^/$as_me: WARNING: /" >&2 5386 ;; 5387 esac 5388 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5389 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5390 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5391 echo $ECHO_N "(cached) $ECHO_C" >&6 5392 else 5393 eval "$as_ac_Header=\$ac_header_preproc" 5394 fi 5395 ac_res=`eval echo '${'$as_ac_Header'}'` 5396 { echo "$as_me:$LINENO: result: $ac_res" >&5 5397 echo "${ECHO_T}$ac_res" >&6; } 5398 5399 fi 5400 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4930 5401 cat >>confdefs.h <<_ACEOF 4931 #define HAVE_CCTYPE14932 _ACEOF 4933 4934 else 4935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&54936 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5402 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5403 _ACEOF 5404 5405 else 5406 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5407 echo "$as_me: WARNING: STL classes missing ?" >&2;} 4937 5408 fi 4938 5409 4939 5410 done 4940 5411 5412 4941 5413 for ac_header in cfloat 4942 do : 4943 ac_fn_cxx_check_header_mongrel "$LINENO" "cfloat" "ac_cv_header_cfloat" "$ac_includes_default" 4944 if test "x$ac_cv_header_cfloat" = x""yes; then : 5414 do 5415 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5416 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5417 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5418 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5419 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5420 echo $ECHO_N "(cached) $ECHO_C" >&6 5421 fi 5422 ac_res=`eval echo '${'$as_ac_Header'}'` 5423 { echo "$as_me:$LINENO: result: $ac_res" >&5 5424 echo "${ECHO_T}$ac_res" >&6; } 5425 else 5426 # Is the header compilable? 5427 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5428 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5429 cat >conftest.$ac_ext <<_ACEOF 5430 /* confdefs.h. */ 5431 _ACEOF 5432 cat confdefs.h >>conftest.$ac_ext 5433 cat >>conftest.$ac_ext <<_ACEOF 5434 /* end confdefs.h. */ 5435 $ac_includes_default 5436 #include <$ac_header> 5437 _ACEOF 5438 rm -f conftest.$ac_objext 5439 if { (ac_try="$ac_compile" 5440 case "(($ac_try" in 5441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5442 *) ac_try_echo=$ac_try;; 5443 esac 5444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5445 (eval "$ac_compile") 2>conftest.er1 5446 ac_status=$? 5447 grep -v '^ *+' conftest.er1 >conftest.err 5448 rm -f conftest.er1 5449 cat conftest.err >&5 5450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5451 (exit $ac_status); } && { 5452 test -z "$ac_cxx_werror_flag" || 5453 test ! -s conftest.err 5454 } && test -s conftest.$ac_objext; then 5455 ac_header_compiler=yes 5456 else 5457 echo "$as_me: failed program was:" >&5 5458 sed 's/^/| /' conftest.$ac_ext >&5 5459 5460 ac_header_compiler=no 5461 fi 5462 5463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5464 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5465 echo "${ECHO_T}$ac_header_compiler" >&6; } 5466 5467 # Is the header present? 5468 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5469 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5470 cat >conftest.$ac_ext <<_ACEOF 5471 /* confdefs.h. */ 5472 _ACEOF 5473 cat confdefs.h >>conftest.$ac_ext 5474 cat >>conftest.$ac_ext <<_ACEOF 5475 /* end confdefs.h. */ 5476 #include <$ac_header> 5477 _ACEOF 5478 if { (ac_try="$ac_cpp conftest.$ac_ext" 5479 case "(($ac_try" in 5480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5481 *) ac_try_echo=$ac_try;; 5482 esac 5483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5484 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5485 ac_status=$? 5486 grep -v '^ *+' conftest.er1 >conftest.err 5487 rm -f conftest.er1 5488 cat conftest.err >&5 5489 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5490 (exit $ac_status); } >/dev/null && { 5491 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5492 test ! -s conftest.err 5493 }; then 5494 ac_header_preproc=yes 5495 else 5496 echo "$as_me: failed program was:" >&5 5497 sed 's/^/| /' conftest.$ac_ext >&5 5498 5499 ac_header_preproc=no 5500 fi 5501 5502 rm -f conftest.err conftest.$ac_ext 5503 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5504 echo "${ECHO_T}$ac_header_preproc" >&6; } 5505 5506 # So? What about this header? 5507 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5508 yes:no: ) 5509 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5510 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5511 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5512 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5513 ac_header_preproc=yes 5514 ;; 5515 no:yes:* ) 5516 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5517 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5518 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5519 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5520 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5521 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5522 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5523 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5524 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5525 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5526 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5527 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5528 ( cat <<\_ASBOX 5529 ## ----------------------------------- ## 5530 ## Report this to rappture@nanohub.org ## 5531 ## ----------------------------------- ## 5532 _ASBOX 5533 ) | sed "s/^/$as_me: WARNING: /" >&2 5534 ;; 5535 esac 5536 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5537 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5538 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5539 echo $ECHO_N "(cached) $ECHO_C" >&6 5540 else 5541 eval "$as_ac_Header=\$ac_header_preproc" 5542 fi 5543 ac_res=`eval echo '${'$as_ac_Header'}'` 5544 { echo "$as_me:$LINENO: result: $ac_res" >&5 5545 echo "${ECHO_T}$ac_res" >&6; } 5546 5547 fi 5548 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4945 5549 cat >>confdefs.h <<_ACEOF 4946 #define HAVE_CFLOAT14947 _ACEOF 4948 4949 else 4950 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&54951 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5550 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5551 _ACEOF 5552 5553 else 5554 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5555 echo "$as_me: WARNING: STL classes missing ?" >&2;} 4952 5556 fi 4953 5557 4954 5558 done 4955 5559 5560 4956 5561 for ac_header in cmath 4957 do : 4958 ac_fn_cxx_check_header_mongrel "$LINENO" "cmath" "ac_cv_header_cmath" "$ac_includes_default" 4959 if test "x$ac_cv_header_cmath" = x""yes; then : 5562 do 5563 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5564 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5565 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5566 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5567 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5568 echo $ECHO_N "(cached) $ECHO_C" >&6 5569 fi 5570 ac_res=`eval echo '${'$as_ac_Header'}'` 5571 { echo "$as_me:$LINENO: result: $ac_res" >&5 5572 echo "${ECHO_T}$ac_res" >&6; } 5573 else 5574 # Is the header compilable? 5575 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5576 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5577 cat >conftest.$ac_ext <<_ACEOF 5578 /* confdefs.h. */ 5579 _ACEOF 5580 cat confdefs.h >>conftest.$ac_ext 5581 cat >>conftest.$ac_ext <<_ACEOF 5582 /* end confdefs.h. */ 5583 $ac_includes_default 5584 #include <$ac_header> 5585 _ACEOF 5586 rm -f conftest.$ac_objext 5587 if { (ac_try="$ac_compile" 5588 case "(($ac_try" in 5589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5590 *) ac_try_echo=$ac_try;; 5591 esac 5592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5593 (eval "$ac_compile") 2>conftest.er1 5594 ac_status=$? 5595 grep -v '^ *+' conftest.er1 >conftest.err 5596 rm -f conftest.er1 5597 cat conftest.err >&5 5598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5599 (exit $ac_status); } && { 5600 test -z "$ac_cxx_werror_flag" || 5601 test ! -s conftest.err 5602 } && test -s conftest.$ac_objext; then 5603 ac_header_compiler=yes 5604 else 5605 echo "$as_me: failed program was:" >&5 5606 sed 's/^/| /' conftest.$ac_ext >&5 5607 5608 ac_header_compiler=no 5609 fi 5610 5611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5612 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5613 echo "${ECHO_T}$ac_header_compiler" >&6; } 5614 5615 # Is the header present? 5616 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5617 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5618 cat >conftest.$ac_ext <<_ACEOF 5619 /* confdefs.h. */ 5620 _ACEOF 5621 cat confdefs.h >>conftest.$ac_ext 5622 cat >>conftest.$ac_ext <<_ACEOF 5623 /* end confdefs.h. */ 5624 #include <$ac_header> 5625 _ACEOF 5626 if { (ac_try="$ac_cpp conftest.$ac_ext" 5627 case "(($ac_try" in 5628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5629 *) ac_try_echo=$ac_try;; 5630 esac 5631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5632 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5633 ac_status=$? 5634 grep -v '^ *+' conftest.er1 >conftest.err 5635 rm -f conftest.er1 5636 cat conftest.err >&5 5637 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5638 (exit $ac_status); } >/dev/null && { 5639 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5640 test ! -s conftest.err 5641 }; then 5642 ac_header_preproc=yes 5643 else 5644 echo "$as_me: failed program was:" >&5 5645 sed 's/^/| /' conftest.$ac_ext >&5 5646 5647 ac_header_preproc=no 5648 fi 5649 5650 rm -f conftest.err conftest.$ac_ext 5651 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5652 echo "${ECHO_T}$ac_header_preproc" >&6; } 5653 5654 # So? What about this header? 5655 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5656 yes:no: ) 5657 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5658 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5659 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5660 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5661 ac_header_preproc=yes 5662 ;; 5663 no:yes:* ) 5664 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5665 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5666 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5667 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5668 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5669 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5670 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5671 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5672 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5673 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5674 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5675 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5676 ( cat <<\_ASBOX 5677 ## ----------------------------------- ## 5678 ## Report this to rappture@nanohub.org ## 5679 ## ----------------------------------- ## 5680 _ASBOX 5681 ) | sed "s/^/$as_me: WARNING: /" >&2 5682 ;; 5683 esac 5684 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5685 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5686 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5687 echo $ECHO_N "(cached) $ECHO_C" >&6 5688 else 5689 eval "$as_ac_Header=\$ac_header_preproc" 5690 fi 5691 ac_res=`eval echo '${'$as_ac_Header'}'` 5692 { echo "$as_me:$LINENO: result: $ac_res" >&5 5693 echo "${ECHO_T}$ac_res" >&6; } 5694 5695 fi 5696 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4960 5697 cat >>confdefs.h <<_ACEOF 4961 #define HAVE_CMATH14962 _ACEOF 4963 4964 else 4965 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&54966 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5698 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5699 _ACEOF 5700 5701 else 5702 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5703 echo "$as_me: WARNING: STL classes missing ?" >&2;} 4967 5704 fi 4968 5705 4969 5706 done 4970 5707 5708 4971 5709 for ac_header in cstdio 4972 do : 4973 ac_fn_cxx_check_header_mongrel "$LINENO" "cstdio" "ac_cv_header_cstdio" "$ac_includes_default" 4974 if test "x$ac_cv_header_cstdio" = x""yes; then : 5710 do 5711 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5712 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5713 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5714 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5715 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5716 echo $ECHO_N "(cached) $ECHO_C" >&6 5717 fi 5718 ac_res=`eval echo '${'$as_ac_Header'}'` 5719 { echo "$as_me:$LINENO: result: $ac_res" >&5 5720 echo "${ECHO_T}$ac_res" >&6; } 5721 else 5722 # Is the header compilable? 5723 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5724 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5725 cat >conftest.$ac_ext <<_ACEOF 5726 /* confdefs.h. */ 5727 _ACEOF 5728 cat confdefs.h >>conftest.$ac_ext 5729 cat >>conftest.$ac_ext <<_ACEOF 5730 /* end confdefs.h. */ 5731 $ac_includes_default 5732 #include <$ac_header> 5733 _ACEOF 5734 rm -f conftest.$ac_objext 5735 if { (ac_try="$ac_compile" 5736 case "(($ac_try" in 5737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5738 *) ac_try_echo=$ac_try;; 5739 esac 5740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5741 (eval "$ac_compile") 2>conftest.er1 5742 ac_status=$? 5743 grep -v '^ *+' conftest.er1 >conftest.err 5744 rm -f conftest.er1 5745 cat conftest.err >&5 5746 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5747 (exit $ac_status); } && { 5748 test -z "$ac_cxx_werror_flag" || 5749 test ! -s conftest.err 5750 } && test -s conftest.$ac_objext; then 5751 ac_header_compiler=yes 5752 else 5753 echo "$as_me: failed program was:" >&5 5754 sed 's/^/| /' conftest.$ac_ext >&5 5755 5756 ac_header_compiler=no 5757 fi 5758 5759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5760 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5761 echo "${ECHO_T}$ac_header_compiler" >&6; } 5762 5763 # Is the header present? 5764 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5765 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5766 cat >conftest.$ac_ext <<_ACEOF 5767 /* confdefs.h. */ 5768 _ACEOF 5769 cat confdefs.h >>conftest.$ac_ext 5770 cat >>conftest.$ac_ext <<_ACEOF 5771 /* end confdefs.h. */ 5772 #include <$ac_header> 5773 _ACEOF 5774 if { (ac_try="$ac_cpp conftest.$ac_ext" 5775 case "(($ac_try" in 5776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5777 *) ac_try_echo=$ac_try;; 5778 esac 5779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5780 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5781 ac_status=$? 5782 grep -v '^ *+' conftest.er1 >conftest.err 5783 rm -f conftest.er1 5784 cat conftest.err >&5 5785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5786 (exit $ac_status); } >/dev/null && { 5787 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5788 test ! -s conftest.err 5789 }; then 5790 ac_header_preproc=yes 5791 else 5792 echo "$as_me: failed program was:" >&5 5793 sed 's/^/| /' conftest.$ac_ext >&5 5794 5795 ac_header_preproc=no 5796 fi 5797 5798 rm -f conftest.err conftest.$ac_ext 5799 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5800 echo "${ECHO_T}$ac_header_preproc" >&6; } 5801 5802 # So? What about this header? 5803 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5804 yes:no: ) 5805 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5806 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5807 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5808 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5809 ac_header_preproc=yes 5810 ;; 5811 no:yes:* ) 5812 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5813 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5814 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5815 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5816 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5817 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5818 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5819 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5820 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5821 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5822 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5823 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5824 ( cat <<\_ASBOX 5825 ## ----------------------------------- ## 5826 ## Report this to rappture@nanohub.org ## 5827 ## ----------------------------------- ## 5828 _ASBOX 5829 ) | sed "s/^/$as_me: WARNING: /" >&2 5830 ;; 5831 esac 5832 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5833 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5834 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5835 echo $ECHO_N "(cached) $ECHO_C" >&6 5836 else 5837 eval "$as_ac_Header=\$ac_header_preproc" 5838 fi 5839 ac_res=`eval echo '${'$as_ac_Header'}'` 5840 { echo "$as_me:$LINENO: result: $ac_res" >&5 5841 echo "${ECHO_T}$ac_res" >&6; } 5842 5843 fi 5844 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4975 5845 cat >>confdefs.h <<_ACEOF 4976 #define HAVE_CSTDIO14977 _ACEOF 4978 4979 else 4980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&54981 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5846 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5847 _ACEOF 5848 5849 else 5850 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5851 echo "$as_me: WARNING: STL classes missing ?" >&2;} 4982 5852 fi 4983 5853 4984 5854 done 4985 5855 5856 4986 5857 for ac_header in cstdlib 4987 do : 4988 ac_fn_cxx_check_header_mongrel "$LINENO" "cstdlib" "ac_cv_header_cstdlib" "$ac_includes_default" 4989 if test "x$ac_cv_header_cstdlib" = x""yes; then : 5858 do 5859 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5860 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5861 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5862 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5863 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5864 echo $ECHO_N "(cached) $ECHO_C" >&6 5865 fi 5866 ac_res=`eval echo '${'$as_ac_Header'}'` 5867 { echo "$as_me:$LINENO: result: $ac_res" >&5 5868 echo "${ECHO_T}$ac_res" >&6; } 5869 else 5870 # Is the header compilable? 5871 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5872 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5873 cat >conftest.$ac_ext <<_ACEOF 5874 /* confdefs.h. */ 5875 _ACEOF 5876 cat confdefs.h >>conftest.$ac_ext 5877 cat >>conftest.$ac_ext <<_ACEOF 5878 /* end confdefs.h. */ 5879 $ac_includes_default 5880 #include <$ac_header> 5881 _ACEOF 5882 rm -f conftest.$ac_objext 5883 if { (ac_try="$ac_compile" 5884 case "(($ac_try" in 5885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5886 *) ac_try_echo=$ac_try;; 5887 esac 5888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5889 (eval "$ac_compile") 2>conftest.er1 5890 ac_status=$? 5891 grep -v '^ *+' conftest.er1 >conftest.err 5892 rm -f conftest.er1 5893 cat conftest.err >&5 5894 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5895 (exit $ac_status); } && { 5896 test -z "$ac_cxx_werror_flag" || 5897 test ! -s conftest.err 5898 } && test -s conftest.$ac_objext; then 5899 ac_header_compiler=yes 5900 else 5901 echo "$as_me: failed program was:" >&5 5902 sed 's/^/| /' conftest.$ac_ext >&5 5903 5904 ac_header_compiler=no 5905 fi 5906 5907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5908 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5909 echo "${ECHO_T}$ac_header_compiler" >&6; } 5910 5911 # Is the header present? 5912 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5913 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5914 cat >conftest.$ac_ext <<_ACEOF 5915 /* confdefs.h. */ 5916 _ACEOF 5917 cat confdefs.h >>conftest.$ac_ext 5918 cat >>conftest.$ac_ext <<_ACEOF 5919 /* end confdefs.h. */ 5920 #include <$ac_header> 5921 _ACEOF 5922 if { (ac_try="$ac_cpp conftest.$ac_ext" 5923 case "(($ac_try" in 5924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5925 *) ac_try_echo=$ac_try;; 5926 esac 5927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5928 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5929 ac_status=$? 5930 grep -v '^ *+' conftest.er1 >conftest.err 5931 rm -f conftest.er1 5932 cat conftest.err >&5 5933 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5934 (exit $ac_status); } >/dev/null && { 5935 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5936 test ! -s conftest.err 5937 }; then 5938 ac_header_preproc=yes 5939 else 5940 echo "$as_me: failed program was:" >&5 5941 sed 's/^/| /' conftest.$ac_ext >&5 5942 5943 ac_header_preproc=no 5944 fi 5945 5946 rm -f conftest.err conftest.$ac_ext 5947 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5948 echo "${ECHO_T}$ac_header_preproc" >&6; } 5949 5950 # So? What about this header? 5951 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5952 yes:no: ) 5953 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5954 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5955 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5956 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5957 ac_header_preproc=yes 5958 ;; 5959 no:yes:* ) 5960 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5961 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5962 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5963 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5964 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5965 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5966 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5967 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5968 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5969 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5970 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5971 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5972 ( cat <<\_ASBOX 5973 ## ----------------------------------- ## 5974 ## Report this to rappture@nanohub.org ## 5975 ## ----------------------------------- ## 5976 _ASBOX 5977 ) | sed "s/^/$as_me: WARNING: /" >&2 5978 ;; 5979 esac 5980 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5981 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5982 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5983 echo $ECHO_N "(cached) $ECHO_C" >&6 5984 else 5985 eval "$as_ac_Header=\$ac_header_preproc" 5986 fi 5987 ac_res=`eval echo '${'$as_ac_Header'}'` 5988 { echo "$as_me:$LINENO: result: $ac_res" >&5 5989 echo "${ECHO_T}$ac_res" >&6; } 5990 5991 fi 5992 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4990 5993 cat >>confdefs.h <<_ACEOF 4991 #define HAVE_CSTDLIB14992 _ACEOF 4993 4994 else 4995 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&54996 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5994 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5995 _ACEOF 5996 5997 else 5998 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5999 echo "$as_me: WARNING: STL classes missing ?" >&2;} 4997 6000 fi 4998 6001 4999 6002 done 5000 6003 6004 5001 6005 for ac_header in cstring 5002 do : 5003 ac_fn_cxx_check_header_mongrel "$LINENO" "cstring" "ac_cv_header_cstring" "$ac_includes_default" 5004 if test "x$ac_cv_header_cstring" = x""yes; then : 6006 do 6007 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6008 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6009 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6010 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6011 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6012 echo $ECHO_N "(cached) $ECHO_C" >&6 6013 fi 6014 ac_res=`eval echo '${'$as_ac_Header'}'` 6015 { echo "$as_me:$LINENO: result: $ac_res" >&5 6016 echo "${ECHO_T}$ac_res" >&6; } 6017 else 6018 # Is the header compilable? 6019 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6020 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6021 cat >conftest.$ac_ext <<_ACEOF 6022 /* confdefs.h. */ 6023 _ACEOF 6024 cat confdefs.h >>conftest.$ac_ext 6025 cat >>conftest.$ac_ext <<_ACEOF 6026 /* end confdefs.h. */ 6027 $ac_includes_default 6028 #include <$ac_header> 6029 _ACEOF 6030 rm -f conftest.$ac_objext 6031 if { (ac_try="$ac_compile" 6032 case "(($ac_try" in 6033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6034 *) ac_try_echo=$ac_try;; 6035 esac 6036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6037 (eval "$ac_compile") 2>conftest.er1 6038 ac_status=$? 6039 grep -v '^ *+' conftest.er1 >conftest.err 6040 rm -f conftest.er1 6041 cat conftest.err >&5 6042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6043 (exit $ac_status); } && { 6044 test -z "$ac_cxx_werror_flag" || 6045 test ! -s conftest.err 6046 } && test -s conftest.$ac_objext; then 6047 ac_header_compiler=yes 6048 else 6049 echo "$as_me: failed program was:" >&5 6050 sed 's/^/| /' conftest.$ac_ext >&5 6051 6052 ac_header_compiler=no 6053 fi 6054 6055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6056 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6057 echo "${ECHO_T}$ac_header_compiler" >&6; } 6058 6059 # Is the header present? 6060 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6061 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6062 cat >conftest.$ac_ext <<_ACEOF 6063 /* confdefs.h. */ 6064 _ACEOF 6065 cat confdefs.h >>conftest.$ac_ext 6066 cat >>conftest.$ac_ext <<_ACEOF 6067 /* end confdefs.h. */ 6068 #include <$ac_header> 6069 _ACEOF 6070 if { (ac_try="$ac_cpp conftest.$ac_ext" 6071 case "(($ac_try" in 6072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6073 *) ac_try_echo=$ac_try;; 6074 esac 6075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6076 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6077 ac_status=$? 6078 grep -v '^ *+' conftest.er1 >conftest.err 6079 rm -f conftest.er1 6080 cat conftest.err >&5 6081 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6082 (exit $ac_status); } >/dev/null && { 6083 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6084 test ! -s conftest.err 6085 }; then 6086 ac_header_preproc=yes 6087 else 6088 echo "$as_me: failed program was:" >&5 6089 sed 's/^/| /' conftest.$ac_ext >&5 6090 6091 ac_header_preproc=no 6092 fi 6093 6094 rm -f conftest.err conftest.$ac_ext 6095 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6096 echo "${ECHO_T}$ac_header_preproc" >&6; } 6097 6098 # So? What about this header? 6099 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6100 yes:no: ) 6101 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6102 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6103 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6104 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6105 ac_header_preproc=yes 6106 ;; 6107 no:yes:* ) 6108 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6109 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6110 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6111 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6112 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6113 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6114 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6115 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6116 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6117 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6118 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6119 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6120 ( cat <<\_ASBOX 6121 ## ----------------------------------- ## 6122 ## Report this to rappture@nanohub.org ## 6123 ## ----------------------------------- ## 6124 _ASBOX 6125 ) | sed "s/^/$as_me: WARNING: /" >&2 6126 ;; 6127 esac 6128 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6129 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6130 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6131 echo $ECHO_N "(cached) $ECHO_C" >&6 6132 else 6133 eval "$as_ac_Header=\$ac_header_preproc" 6134 fi 6135 ac_res=`eval echo '${'$as_ac_Header'}'` 6136 { echo "$as_me:$LINENO: result: $ac_res" >&5 6137 echo "${ECHO_T}$ac_res" >&6; } 6138 6139 fi 6140 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5005 6141 cat >>confdefs.h <<_ACEOF 5006 #define HAVE_CSTRING15007 _ACEOF 5008 5009 else 5010 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55011 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}6142 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6143 _ACEOF 6144 6145 else 6146 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 6147 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5012 6148 fi 5013 6149 5014 6150 done 5015 6151 6152 5016 6153 for ac_header in fstream 5017 do : 5018 ac_fn_cxx_check_header_mongrel "$LINENO" "fstream" "ac_cv_header_fstream" "$ac_includes_default" 5019 if test "x$ac_cv_header_fstream" = x""yes; then : 6154 do 6155 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6156 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6157 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6158 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6159 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6160 echo $ECHO_N "(cached) $ECHO_C" >&6 6161 fi 6162 ac_res=`eval echo '${'$as_ac_Header'}'` 6163 { echo "$as_me:$LINENO: result: $ac_res" >&5 6164 echo "${ECHO_T}$ac_res" >&6; } 6165 else 6166 # Is the header compilable? 6167 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6168 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6169 cat >conftest.$ac_ext <<_ACEOF 6170 /* confdefs.h. */ 6171 _ACEOF 6172 cat confdefs.h >>conftest.$ac_ext 6173 cat >>conftest.$ac_ext <<_ACEOF 6174 /* end confdefs.h. */ 6175 $ac_includes_default 6176 #include <$ac_header> 6177 _ACEOF 6178 rm -f conftest.$ac_objext 6179 if { (ac_try="$ac_compile" 6180 case "(($ac_try" in 6181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6182 *) ac_try_echo=$ac_try;; 6183 esac 6184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6185 (eval "$ac_compile") 2>conftest.er1 6186 ac_status=$? 6187 grep -v '^ *+' conftest.er1 >conftest.err 6188 rm -f conftest.er1 6189 cat conftest.err >&5 6190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6191 (exit $ac_status); } && { 6192 test -z "$ac_cxx_werror_flag" || 6193 test ! -s conftest.err 6194 } && test -s conftest.$ac_objext; then 6195 ac_header_compiler=yes 6196 else 6197 echo "$as_me: failed program was:" >&5 6198 sed 's/^/| /' conftest.$ac_ext >&5 6199 6200 ac_header_compiler=no 6201 fi 6202 6203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6204 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6205 echo "${ECHO_T}$ac_header_compiler" >&6; } 6206 6207 # Is the header present? 6208 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6209 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6210 cat >conftest.$ac_ext <<_ACEOF 6211 /* confdefs.h. */ 6212 _ACEOF 6213 cat confdefs.h >>conftest.$ac_ext 6214 cat >>conftest.$ac_ext <<_ACEOF 6215 /* end confdefs.h. */ 6216 #include <$ac_header> 6217 _ACEOF 6218 if { (ac_try="$ac_cpp conftest.$ac_ext" 6219 case "(($ac_try" in 6220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6221 *) ac_try_echo=$ac_try;; 6222 esac 6223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6224 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6225 ac_status=$? 6226 grep -v '^ *+' conftest.er1 >conftest.err 6227 rm -f conftest.er1 6228 cat conftest.err >&5 6229 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6230 (exit $ac_status); } >/dev/null && { 6231 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6232 test ! -s conftest.err 6233 }; then 6234 ac_header_preproc=yes 6235 else 6236 echo "$as_me: failed program was:" >&5 6237 sed 's/^/| /' conftest.$ac_ext >&5 6238 6239 ac_header_preproc=no 6240 fi 6241 6242 rm -f conftest.err conftest.$ac_ext 6243 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6244 echo "${ECHO_T}$ac_header_preproc" >&6; } 6245 6246 # So? What about this header? 6247 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6248 yes:no: ) 6249 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6250 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6251 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6252 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6253 ac_header_preproc=yes 6254 ;; 6255 no:yes:* ) 6256 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6257 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6258 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6259 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6260 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6261 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6262 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6263 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6264 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6265 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6266 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6267 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6268 ( cat <<\_ASBOX 6269 ## ----------------------------------- ## 6270 ## Report this to rappture@nanohub.org ## 6271 ## ----------------------------------- ## 6272 _ASBOX 6273 ) | sed "s/^/$as_me: WARNING: /" >&2 6274 ;; 6275 esac 6276 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6277 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6278 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6279 echo $ECHO_N "(cached) $ECHO_C" >&6 6280 else 6281 eval "$as_ac_Header=\$ac_header_preproc" 6282 fi 6283 ac_res=`eval echo '${'$as_ac_Header'}'` 6284 { echo "$as_me:$LINENO: result: $ac_res" >&5 6285 echo "${ECHO_T}$ac_res" >&6; } 6286 6287 fi 6288 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5020 6289 cat >>confdefs.h <<_ACEOF 5021 #define HAVE_FSTREAM15022 _ACEOF 5023 5024 else 5025 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55026 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}6290 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6291 _ACEOF 6292 6293 else 6294 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 6295 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5027 6296 fi 5028 6297 5029 6298 done 5030 6299 6300 5031 6301 for ac_header in list 5032 do : 5033 ac_fn_cxx_check_header_mongrel "$LINENO" "list" "ac_cv_header_list" "$ac_includes_default" 5034 if test "x$ac_cv_header_list" = x""yes; then : 6302 do 6303 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6304 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6305 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6306 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6307 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6308 echo $ECHO_N "(cached) $ECHO_C" >&6 6309 fi 6310 ac_res=`eval echo '${'$as_ac_Header'}'` 6311 { echo "$as_me:$LINENO: result: $ac_res" >&5 6312 echo "${ECHO_T}$ac_res" >&6; } 6313 else 6314 # Is the header compilable? 6315 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6316 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6317 cat >conftest.$ac_ext <<_ACEOF 6318 /* confdefs.h. */ 6319 _ACEOF 6320 cat confdefs.h >>conftest.$ac_ext 6321 cat >>conftest.$ac_ext <<_ACEOF 6322 /* end confdefs.h. */ 6323 $ac_includes_default 6324 #include <$ac_header> 6325 _ACEOF 6326 rm -f conftest.$ac_objext 6327 if { (ac_try="$ac_compile" 6328 case "(($ac_try" in 6329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6330 *) ac_try_echo=$ac_try;; 6331 esac 6332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6333 (eval "$ac_compile") 2>conftest.er1 6334 ac_status=$? 6335 grep -v '^ *+' conftest.er1 >conftest.err 6336 rm -f conftest.er1 6337 cat conftest.err >&5 6338 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6339 (exit $ac_status); } && { 6340 test -z "$ac_cxx_werror_flag" || 6341 test ! -s conftest.err 6342 } && test -s conftest.$ac_objext; then 6343 ac_header_compiler=yes 6344 else 6345 echo "$as_me: failed program was:" >&5 6346 sed 's/^/| /' conftest.$ac_ext >&5 6347 6348 ac_header_compiler=no 6349 fi 6350 6351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6352 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6353 echo "${ECHO_T}$ac_header_compiler" >&6; } 6354 6355 # Is the header present? 6356 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6357 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6358 cat >conftest.$ac_ext <<_ACEOF 6359 /* confdefs.h. */ 6360 _ACEOF 6361 cat confdefs.h >>conftest.$ac_ext 6362 cat >>conftest.$ac_ext <<_ACEOF 6363 /* end confdefs.h. */ 6364 #include <$ac_header> 6365 _ACEOF 6366 if { (ac_try="$ac_cpp conftest.$ac_ext" 6367 case "(($ac_try" in 6368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6369 *) ac_try_echo=$ac_try;; 6370 esac 6371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6372 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6373 ac_status=$? 6374 grep -v '^ *+' conftest.er1 >conftest.err 6375 rm -f conftest.er1 6376 cat conftest.err >&5 6377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6378 (exit $ac_status); } >/dev/null && { 6379 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6380 test ! -s conftest.err 6381 }; then 6382 ac_header_preproc=yes 6383 else 6384 echo "$as_me: failed program was:" >&5 6385 sed 's/^/| /' conftest.$ac_ext >&5 6386 6387 ac_header_preproc=no 6388 fi 6389 6390 rm -f conftest.err conftest.$ac_ext 6391 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6392 echo "${ECHO_T}$ac_header_preproc" >&6; } 6393 6394 # So? What about this header? 6395 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6396 yes:no: ) 6397 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6398 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6399 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6400 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6401 ac_header_preproc=yes 6402 ;; 6403 no:yes:* ) 6404 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6405 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6406 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6407 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6408 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6409 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6410 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6411 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6412 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6413 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6414 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6415 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6416 ( cat <<\_ASBOX 6417 ## ----------------------------------- ## 6418 ## Report this to rappture@nanohub.org ## 6419 ## ----------------------------------- ## 6420 _ASBOX 6421 ) | sed "s/^/$as_me: WARNING: /" >&2 6422 ;; 6423 esac 6424 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6425 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6426 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6427 echo $ECHO_N "(cached) $ECHO_C" >&6 6428 else 6429 eval "$as_ac_Header=\$ac_header_preproc" 6430 fi 6431 ac_res=`eval echo '${'$as_ac_Header'}'` 6432 { echo "$as_me:$LINENO: result: $ac_res" >&5 6433 echo "${ECHO_T}$ac_res" >&6; } 6434 6435 fi 6436 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5035 6437 cat >>confdefs.h <<_ACEOF 5036 #define HAVE_LIST15037 _ACEOF 5038 5039 else 5040 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55041 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}6438 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6439 _ACEOF 6440 6441 else 6442 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 6443 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5042 6444 fi 5043 6445 5044 6446 done 5045 6447 6448 5046 6449 for ac_header in iostream 5047 do : 5048 ac_fn_cxx_check_header_mongrel "$LINENO" "iostream" "ac_cv_header_iostream" "$ac_includes_default" 5049 if test "x$ac_cv_header_iostream" = x""yes; then : 6450 do 6451 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6452 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6453 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6454 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6455 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6456 echo $ECHO_N "(cached) $ECHO_C" >&6 6457 fi 6458 ac_res=`eval echo '${'$as_ac_Header'}'` 6459 { echo "$as_me:$LINENO: result: $ac_res" >&5 6460 echo "${ECHO_T}$ac_res" >&6; } 6461 else 6462 # Is the header compilable? 6463 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6464 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6465 cat >conftest.$ac_ext <<_ACEOF 6466 /* confdefs.h. */ 6467 _ACEOF 6468 cat confdefs.h >>conftest.$ac_ext 6469 cat >>conftest.$ac_ext <<_ACEOF 6470 /* end confdefs.h. */ 6471 $ac_includes_default 6472 #include <$ac_header> 6473 _ACEOF 6474 rm -f conftest.$ac_objext 6475 if { (ac_try="$ac_compile" 6476 case "(($ac_try" in 6477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6478 *) ac_try_echo=$ac_try;; 6479 esac 6480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6481 (eval "$ac_compile") 2>conftest.er1 6482 ac_status=$? 6483 grep -v '^ *+' conftest.er1 >conftest.err 6484 rm -f conftest.er1 6485 cat conftest.err >&5 6486 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6487 (exit $ac_status); } && { 6488 test -z "$ac_cxx_werror_flag" || 6489 test ! -s conftest.err 6490 } && test -s conftest.$ac_objext; then 6491 ac_header_compiler=yes 6492 else 6493 echo "$as_me: failed program was:" >&5 6494 sed 's/^/| /' conftest.$ac_ext >&5 6495 6496 ac_header_compiler=no 6497 fi 6498 6499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6500 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6501 echo "${ECHO_T}$ac_header_compiler" >&6; } 6502 6503 # Is the header present? 6504 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6505 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6506 cat >conftest.$ac_ext <<_ACEOF 6507 /* confdefs.h. */ 6508 _ACEOF 6509 cat confdefs.h >>conftest.$ac_ext 6510 cat >>conftest.$ac_ext <<_ACEOF 6511 /* end confdefs.h. */ 6512 #include <$ac_header> 6513 _ACEOF 6514 if { (ac_try="$ac_cpp conftest.$ac_ext" 6515 case "(($ac_try" in 6516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6517 *) ac_try_echo=$ac_try;; 6518 esac 6519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6520 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6521 ac_status=$? 6522 grep -v '^ *+' conftest.er1 >conftest.err 6523 rm -f conftest.er1 6524 cat conftest.err >&5 6525 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6526 (exit $ac_status); } >/dev/null && { 6527 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6528 test ! -s conftest.err 6529 }; then 6530 ac_header_preproc=yes 6531 else 6532 echo "$as_me: failed program was:" >&5 6533 sed 's/^/| /' conftest.$ac_ext >&5 6534 6535 ac_header_preproc=no 6536 fi 6537 6538 rm -f conftest.err conftest.$ac_ext 6539 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6540 echo "${ECHO_T}$ac_header_preproc" >&6; } 6541 6542 # So? What about this header? 6543 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6544 yes:no: ) 6545 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6546 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6547 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6548 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6549 ac_header_preproc=yes 6550 ;; 6551 no:yes:* ) 6552 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6553 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6554 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6555 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6556 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6557 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6558 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6559 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6560 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6561 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6562 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6563 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6564 ( cat <<\_ASBOX 6565 ## ----------------------------------- ## 6566 ## Report this to rappture@nanohub.org ## 6567 ## ----------------------------------- ## 6568 _ASBOX 6569 ) | sed "s/^/$as_me: WARNING: /" >&2 6570 ;; 6571 esac 6572 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6573 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6574 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6575 echo $ECHO_N "(cached) $ECHO_C" >&6 6576 else 6577 eval "$as_ac_Header=\$ac_header_preproc" 6578 fi 6579 ac_res=`eval echo '${'$as_ac_Header'}'` 6580 { echo "$as_me:$LINENO: result: $ac_res" >&5 6581 echo "${ECHO_T}$ac_res" >&6; } 6582 6583 fi 6584 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5050 6585 cat >>confdefs.h <<_ACEOF 5051 #define HAVE_IOSTREAM15052 _ACEOF 5053 5054 else 5055 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55056 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}6586 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6587 _ACEOF 6588 6589 else 6590 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 6591 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5057 6592 fi 5058 6593 5059 6594 done 5060 6595 6596 5061 6597 for ac_header in iterator 5062 do : 5063 ac_fn_cxx_check_header_mongrel "$LINENO" "iterator" "ac_cv_header_iterator" "$ac_includes_default" 5064 if test "x$ac_cv_header_iterator" = x""yes; then : 6598 do 6599 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6600 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6601 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6602 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6603 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6604 echo $ECHO_N "(cached) $ECHO_C" >&6 6605 fi 6606 ac_res=`eval echo '${'$as_ac_Header'}'` 6607 { echo "$as_me:$LINENO: result: $ac_res" >&5 6608 echo "${ECHO_T}$ac_res" >&6; } 6609 else 6610 # Is the header compilable? 6611 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6612 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6613 cat >conftest.$ac_ext <<_ACEOF 6614 /* confdefs.h. */ 6615 _ACEOF 6616 cat confdefs.h >>conftest.$ac_ext 6617 cat >>conftest.$ac_ext <<_ACEOF 6618 /* end confdefs.h. */ 6619 $ac_includes_default 6620 #include <$ac_header> 6621 _ACEOF 6622 rm -f conftest.$ac_objext 6623 if { (ac_try="$ac_compile" 6624 case "(($ac_try" in 6625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6626 *) ac_try_echo=$ac_try;; 6627 esac 6628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6629 (eval "$ac_compile") 2>conftest.er1 6630 ac_status=$? 6631 grep -v '^ *+' conftest.er1 >conftest.err 6632 rm -f conftest.er1 6633 cat conftest.err >&5 6634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6635 (exit $ac_status); } && { 6636 test -z "$ac_cxx_werror_flag" || 6637 test ! -s conftest.err 6638 } && test -s conftest.$ac_objext; then 6639 ac_header_compiler=yes 6640 else 6641 echo "$as_me: failed program was:" >&5 6642 sed 's/^/| /' conftest.$ac_ext >&5 6643 6644 ac_header_compiler=no 6645 fi 6646 6647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6648 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6649 echo "${ECHO_T}$ac_header_compiler" >&6; } 6650 6651 # Is the header present? 6652 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6653 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6654 cat >conftest.$ac_ext <<_ACEOF 6655 /* confdefs.h. */ 6656 _ACEOF 6657 cat confdefs.h >>conftest.$ac_ext 6658 cat >>conftest.$ac_ext <<_ACEOF 6659 /* end confdefs.h. */ 6660 #include <$ac_header> 6661 _ACEOF 6662 if { (ac_try="$ac_cpp conftest.$ac_ext" 6663 case "(($ac_try" in 6664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6665 *) ac_try_echo=$ac_try;; 6666 esac 6667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6668 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6669 ac_status=$? 6670 grep -v '^ *+' conftest.er1 >conftest.err 6671 rm -f conftest.er1 6672 cat conftest.err >&5 6673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6674 (exit $ac_status); } >/dev/null && { 6675 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6676 test ! -s conftest.err 6677 }; then 6678 ac_header_preproc=yes 6679 else 6680 echo "$as_me: failed program was:" >&5 6681 sed 's/^/| /' conftest.$ac_ext >&5 6682 6683 ac_header_preproc=no 6684 fi 6685 6686 rm -f conftest.err conftest.$ac_ext 6687 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6688 echo "${ECHO_T}$ac_header_preproc" >&6; } 6689 6690 # So? What about this header? 6691 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6692 yes:no: ) 6693 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6694 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6695 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6696 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6697 ac_header_preproc=yes 6698 ;; 6699 no:yes:* ) 6700 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6701 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6702 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6703 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6704 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6705 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6706 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6707 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6708 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6709 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6710 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6711 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6712 ( cat <<\_ASBOX 6713 ## ----------------------------------- ## 6714 ## Report this to rappture@nanohub.org ## 6715 ## ----------------------------------- ## 6716 _ASBOX 6717 ) | sed "s/^/$as_me: WARNING: /" >&2 6718 ;; 6719 esac 6720 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6721 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6722 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6723 echo $ECHO_N "(cached) $ECHO_C" >&6 6724 else 6725 eval "$as_ac_Header=\$ac_header_preproc" 6726 fi 6727 ac_res=`eval echo '${'$as_ac_Header'}'` 6728 { echo "$as_me:$LINENO: result: $ac_res" >&5 6729 echo "${ECHO_T}$ac_res" >&6; } 6730 6731 fi 6732 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5065 6733 cat >>confdefs.h <<_ACEOF 5066 #define HAVE_ITERATOR15067 _ACEOF 5068 5069 else 5070 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55071 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}6734 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6735 _ACEOF 6736 6737 else 6738 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 6739 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5072 6740 fi 5073 6741 5074 6742 done 5075 6743 6744 5076 6745 for ac_header in sstream 5077 do : 5078 ac_fn_cxx_check_header_mongrel "$LINENO" "sstream" "ac_cv_header_sstream" "$ac_includes_default" 5079 if test "x$ac_cv_header_sstream" = x""yes; then : 6746 do 6747 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6748 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6749 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6750 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6751 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6752 echo $ECHO_N "(cached) $ECHO_C" >&6 6753 fi 6754 ac_res=`eval echo '${'$as_ac_Header'}'` 6755 { echo "$as_me:$LINENO: result: $ac_res" >&5 6756 echo "${ECHO_T}$ac_res" >&6; } 6757 else 6758 # Is the header compilable? 6759 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6760 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6761 cat >conftest.$ac_ext <<_ACEOF 6762 /* confdefs.h. */ 6763 _ACEOF 6764 cat confdefs.h >>conftest.$ac_ext 6765 cat >>conftest.$ac_ext <<_ACEOF 6766 /* end confdefs.h. */ 6767 $ac_includes_default 6768 #include <$ac_header> 6769 _ACEOF 6770 rm -f conftest.$ac_objext 6771 if { (ac_try="$ac_compile" 6772 case "(($ac_try" in 6773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6774 *) ac_try_echo=$ac_try;; 6775 esac 6776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6777 (eval "$ac_compile") 2>conftest.er1 6778 ac_status=$? 6779 grep -v '^ *+' conftest.er1 >conftest.err 6780 rm -f conftest.er1 6781 cat conftest.err >&5 6782 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6783 (exit $ac_status); } && { 6784 test -z "$ac_cxx_werror_flag" || 6785 test ! -s conftest.err 6786 } && test -s conftest.$ac_objext; then 6787 ac_header_compiler=yes 6788 else 6789 echo "$as_me: failed program was:" >&5 6790 sed 's/^/| /' conftest.$ac_ext >&5 6791 6792 ac_header_compiler=no 6793 fi 6794 6795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6796 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6797 echo "${ECHO_T}$ac_header_compiler" >&6; } 6798 6799 # Is the header present? 6800 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6801 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6802 cat >conftest.$ac_ext <<_ACEOF 6803 /* confdefs.h. */ 6804 _ACEOF 6805 cat confdefs.h >>conftest.$ac_ext 6806 cat >>conftest.$ac_ext <<_ACEOF 6807 /* end confdefs.h. */ 6808 #include <$ac_header> 6809 _ACEOF 6810 if { (ac_try="$ac_cpp conftest.$ac_ext" 6811 case "(($ac_try" in 6812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6813 *) ac_try_echo=$ac_try;; 6814 esac 6815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6816 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6817 ac_status=$? 6818 grep -v '^ *+' conftest.er1 >conftest.err 6819 rm -f conftest.er1 6820 cat conftest.err >&5 6821 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6822 (exit $ac_status); } >/dev/null && { 6823 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6824 test ! -s conftest.err 6825 }; then 6826 ac_header_preproc=yes 6827 else 6828 echo "$as_me: failed program was:" >&5 6829 sed 's/^/| /' conftest.$ac_ext >&5 6830 6831 ac_header_preproc=no 6832 fi 6833 6834 rm -f conftest.err conftest.$ac_ext 6835 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6836 echo "${ECHO_T}$ac_header_preproc" >&6; } 6837 6838 # So? What about this header? 6839 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6840 yes:no: ) 6841 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6842 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6843 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6844 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6845 ac_header_preproc=yes 6846 ;; 6847 no:yes:* ) 6848 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6849 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6850 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6851 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6852 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6853 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6854 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6855 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6856 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6857 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6858 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6859 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6860 ( cat <<\_ASBOX 6861 ## ----------------------------------- ## 6862 ## Report this to rappture@nanohub.org ## 6863 ## ----------------------------------- ## 6864 _ASBOX 6865 ) | sed "s/^/$as_me: WARNING: /" >&2 6866 ;; 6867 esac 6868 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6869 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6870 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6871 echo $ECHO_N "(cached) $ECHO_C" >&6 6872 else 6873 eval "$as_ac_Header=\$ac_header_preproc" 6874 fi 6875 ac_res=`eval echo '${'$as_ac_Header'}'` 6876 { echo "$as_me:$LINENO: result: $ac_res" >&5 6877 echo "${ECHO_T}$ac_res" >&6; } 6878 6879 fi 6880 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5080 6881 cat >>confdefs.h <<_ACEOF 5081 #define HAVE_SSTREAM15082 _ACEOF 5083 5084 else 5085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55086 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}6882 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6883 _ACEOF 6884 6885 else 6886 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 6887 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5087 6888 fi 5088 6889 5089 6890 done 5090 6891 6892 5091 6893 for ac_header in stack 5092 do : 5093 ac_fn_cxx_check_header_mongrel "$LINENO" "stack" "ac_cv_header_stack" "$ac_includes_default" 5094 if test "x$ac_cv_header_stack" = x""yes; then : 6894 do 6895 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6896 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6897 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6898 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6899 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6900 echo $ECHO_N "(cached) $ECHO_C" >&6 6901 fi 6902 ac_res=`eval echo '${'$as_ac_Header'}'` 6903 { echo "$as_me:$LINENO: result: $ac_res" >&5 6904 echo "${ECHO_T}$ac_res" >&6; } 6905 else 6906 # Is the header compilable? 6907 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6908 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6909 cat >conftest.$ac_ext <<_ACEOF 6910 /* confdefs.h. */ 6911 _ACEOF 6912 cat confdefs.h >>conftest.$ac_ext 6913 cat >>conftest.$ac_ext <<_ACEOF 6914 /* end confdefs.h. */ 6915 $ac_includes_default 6916 #include <$ac_header> 6917 _ACEOF 6918 rm -f conftest.$ac_objext 6919 if { (ac_try="$ac_compile" 6920 case "(($ac_try" in 6921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6922 *) ac_try_echo=$ac_try;; 6923 esac 6924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6925 (eval "$ac_compile") 2>conftest.er1 6926 ac_status=$? 6927 grep -v '^ *+' conftest.er1 >conftest.err 6928 rm -f conftest.er1 6929 cat conftest.err >&5 6930 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6931 (exit $ac_status); } && { 6932 test -z "$ac_cxx_werror_flag" || 6933 test ! -s conftest.err 6934 } && test -s conftest.$ac_objext; then 6935 ac_header_compiler=yes 6936 else 6937 echo "$as_me: failed program was:" >&5 6938 sed 's/^/| /' conftest.$ac_ext >&5 6939 6940 ac_header_compiler=no 6941 fi 6942 6943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6944 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6945 echo "${ECHO_T}$ac_header_compiler" >&6; } 6946 6947 # Is the header present? 6948 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6949 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6950 cat >conftest.$ac_ext <<_ACEOF 6951 /* confdefs.h. */ 6952 _ACEOF 6953 cat confdefs.h >>conftest.$ac_ext 6954 cat >>conftest.$ac_ext <<_ACEOF 6955 /* end confdefs.h. */ 6956 #include <$ac_header> 6957 _ACEOF 6958 if { (ac_try="$ac_cpp conftest.$ac_ext" 6959 case "(($ac_try" in 6960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6961 *) ac_try_echo=$ac_try;; 6962 esac 6963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6964 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6965 ac_status=$? 6966 grep -v '^ *+' conftest.er1 >conftest.err 6967 rm -f conftest.er1 6968 cat conftest.err >&5 6969 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6970 (exit $ac_status); } >/dev/null && { 6971 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6972 test ! -s conftest.err 6973 }; then 6974 ac_header_preproc=yes 6975 else 6976 echo "$as_me: failed program was:" >&5 6977 sed 's/^/| /' conftest.$ac_ext >&5 6978 6979 ac_header_preproc=no 6980 fi 6981 6982 rm -f conftest.err conftest.$ac_ext 6983 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6984 echo "${ECHO_T}$ac_header_preproc" >&6; } 6985 6986 # So? What about this header? 6987 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6988 yes:no: ) 6989 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6990 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6991 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6992 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6993 ac_header_preproc=yes 6994 ;; 6995 no:yes:* ) 6996 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6997 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6998 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6999 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7000 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7001 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7002 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7003 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7004 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7005 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7006 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7007 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7008 ( cat <<\_ASBOX 7009 ## ----------------------------------- ## 7010 ## Report this to rappture@nanohub.org ## 7011 ## ----------------------------------- ## 7012 _ASBOX 7013 ) | sed "s/^/$as_me: WARNING: /" >&2 7014 ;; 7015 esac 7016 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7017 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7018 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7019 echo $ECHO_N "(cached) $ECHO_C" >&6 7020 else 7021 eval "$as_ac_Header=\$ac_header_preproc" 7022 fi 7023 ac_res=`eval echo '${'$as_ac_Header'}'` 7024 { echo "$as_me:$LINENO: result: $ac_res" >&5 7025 echo "${ECHO_T}$ac_res" >&6; } 7026 7027 fi 7028 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5095 7029 cat >>confdefs.h <<_ACEOF 5096 #define HAVE_STACK15097 _ACEOF 5098 5099 else 5100 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55101 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}7030 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7031 _ACEOF 7032 7033 else 7034 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 7035 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5102 7036 fi 5103 7037 5104 7038 done 5105 7039 7040 5106 7041 for ac_header in string 5107 do : 5108 ac_fn_cxx_check_header_mongrel "$LINENO" "string" "ac_cv_header_string" "$ac_includes_default" 5109 if test "x$ac_cv_header_string" = x""yes; then : 7042 do 7043 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7044 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7045 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7048 echo $ECHO_N "(cached) $ECHO_C" >&6 7049 fi 7050 ac_res=`eval echo '${'$as_ac_Header'}'` 7051 { echo "$as_me:$LINENO: result: $ac_res" >&5 7052 echo "${ECHO_T}$ac_res" >&6; } 7053 else 7054 # Is the header compilable? 7055 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7056 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7057 cat >conftest.$ac_ext <<_ACEOF 7058 /* confdefs.h. */ 7059 _ACEOF 7060 cat confdefs.h >>conftest.$ac_ext 7061 cat >>conftest.$ac_ext <<_ACEOF 7062 /* end confdefs.h. */ 7063 $ac_includes_default 7064 #include <$ac_header> 7065 _ACEOF 7066 rm -f conftest.$ac_objext 7067 if { (ac_try="$ac_compile" 7068 case "(($ac_try" in 7069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7070 *) ac_try_echo=$ac_try;; 7071 esac 7072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7073 (eval "$ac_compile") 2>conftest.er1 7074 ac_status=$? 7075 grep -v '^ *+' conftest.er1 >conftest.err 7076 rm -f conftest.er1 7077 cat conftest.err >&5 7078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7079 (exit $ac_status); } && { 7080 test -z "$ac_cxx_werror_flag" || 7081 test ! -s conftest.err 7082 } && test -s conftest.$ac_objext; then 7083 ac_header_compiler=yes 7084 else 7085 echo "$as_me: failed program was:" >&5 7086 sed 's/^/| /' conftest.$ac_ext >&5 7087 7088 ac_header_compiler=no 7089 fi 7090 7091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7092 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7093 echo "${ECHO_T}$ac_header_compiler" >&6; } 7094 7095 # Is the header present? 7096 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7097 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7098 cat >conftest.$ac_ext <<_ACEOF 7099 /* confdefs.h. */ 7100 _ACEOF 7101 cat confdefs.h >>conftest.$ac_ext 7102 cat >>conftest.$ac_ext <<_ACEOF 7103 /* end confdefs.h. */ 7104 #include <$ac_header> 7105 _ACEOF 7106 if { (ac_try="$ac_cpp conftest.$ac_ext" 7107 case "(($ac_try" in 7108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7109 *) ac_try_echo=$ac_try;; 7110 esac 7111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7112 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7113 ac_status=$? 7114 grep -v '^ *+' conftest.er1 >conftest.err 7115 rm -f conftest.er1 7116 cat conftest.err >&5 7117 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7118 (exit $ac_status); } >/dev/null && { 7119 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 7120 test ! -s conftest.err 7121 }; then 7122 ac_header_preproc=yes 7123 else 7124 echo "$as_me: failed program was:" >&5 7125 sed 's/^/| /' conftest.$ac_ext >&5 7126 7127 ac_header_preproc=no 7128 fi 7129 7130 rm -f conftest.err conftest.$ac_ext 7131 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7132 echo "${ECHO_T}$ac_header_preproc" >&6; } 7133 7134 # So? What about this header? 7135 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 7136 yes:no: ) 7137 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7138 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7139 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7140 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7141 ac_header_preproc=yes 7142 ;; 7143 no:yes:* ) 7144 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7145 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7146 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7147 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7148 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7149 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7150 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7151 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7152 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7153 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7154 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7155 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7156 ( cat <<\_ASBOX 7157 ## ----------------------------------- ## 7158 ## Report this to rappture@nanohub.org ## 7159 ## ----------------------------------- ## 7160 _ASBOX 7161 ) | sed "s/^/$as_me: WARNING: /" >&2 7162 ;; 7163 esac 7164 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7165 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7166 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7167 echo $ECHO_N "(cached) $ECHO_C" >&6 7168 else 7169 eval "$as_ac_Header=\$ac_header_preproc" 7170 fi 7171 ac_res=`eval echo '${'$as_ac_Header'}'` 7172 { echo "$as_me:$LINENO: result: $ac_res" >&5 7173 echo "${ECHO_T}$ac_res" >&6; } 7174 7175 fi 7176 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5110 7177 cat >>confdefs.h <<_ACEOF 5111 #define HAVE_STRING15112 _ACEOF 5113 5114 else 5115 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55116 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}7178 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7179 _ACEOF 7180 7181 else 7182 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 7183 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5117 7184 fi 5118 7185 5119 7186 done 5120 7187 7188 5121 7189 for ac_header in vector 5122 do : 5123 ac_fn_cxx_check_header_mongrel "$LINENO" "vector" "ac_cv_header_vector" "$ac_includes_default" 5124 if test "x$ac_cv_header_vector" = x""yes; then : 7190 do 7191 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7192 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7193 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7194 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7195 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7196 echo $ECHO_N "(cached) $ECHO_C" >&6 7197 fi 7198 ac_res=`eval echo '${'$as_ac_Header'}'` 7199 { echo "$as_me:$LINENO: result: $ac_res" >&5 7200 echo "${ECHO_T}$ac_res" >&6; } 7201 else 7202 # Is the header compilable? 7203 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7204 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7205 cat >conftest.$ac_ext <<_ACEOF 7206 /* confdefs.h. */ 7207 _ACEOF 7208 cat confdefs.h >>conftest.$ac_ext 7209 cat >>conftest.$ac_ext <<_ACEOF 7210 /* end confdefs.h. */ 7211 $ac_includes_default 7212 #include <$ac_header> 7213 _ACEOF 7214 rm -f conftest.$ac_objext 7215 if { (ac_try="$ac_compile" 7216 case "(($ac_try" in 7217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7218 *) ac_try_echo=$ac_try;; 7219 esac 7220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7221 (eval "$ac_compile") 2>conftest.er1 7222 ac_status=$? 7223 grep -v '^ *+' conftest.er1 >conftest.err 7224 rm -f conftest.er1 7225 cat conftest.err >&5 7226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7227 (exit $ac_status); } && { 7228 test -z "$ac_cxx_werror_flag" || 7229 test ! -s conftest.err 7230 } && test -s conftest.$ac_objext; then 7231 ac_header_compiler=yes 7232 else 7233 echo "$as_me: failed program was:" >&5 7234 sed 's/^/| /' conftest.$ac_ext >&5 7235 7236 ac_header_compiler=no 7237 fi 7238 7239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7240 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7241 echo "${ECHO_T}$ac_header_compiler" >&6; } 7242 7243 # Is the header present? 7244 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7245 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7246 cat >conftest.$ac_ext <<_ACEOF 7247 /* confdefs.h. */ 7248 _ACEOF 7249 cat confdefs.h >>conftest.$ac_ext 7250 cat >>conftest.$ac_ext <<_ACEOF 7251 /* end confdefs.h. */ 7252 #include <$ac_header> 7253 _ACEOF 7254 if { (ac_try="$ac_cpp conftest.$ac_ext" 7255 case "(($ac_try" in 7256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7257 *) ac_try_echo=$ac_try;; 7258 esac 7259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7260 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7261 ac_status=$? 7262 grep -v '^ *+' conftest.er1 >conftest.err 7263 rm -f conftest.er1 7264 cat conftest.err >&5 7265 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7266 (exit $ac_status); } >/dev/null && { 7267 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 7268 test ! -s conftest.err 7269 }; then 7270 ac_header_preproc=yes 7271 else 7272 echo "$as_me: failed program was:" >&5 7273 sed 's/^/| /' conftest.$ac_ext >&5 7274 7275 ac_header_preproc=no 7276 fi 7277 7278 rm -f conftest.err conftest.$ac_ext 7279 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7280 echo "${ECHO_T}$ac_header_preproc" >&6; } 7281 7282 # So? What about this header? 7283 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 7284 yes:no: ) 7285 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7286 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7287 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7288 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7289 ac_header_preproc=yes 7290 ;; 7291 no:yes:* ) 7292 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7293 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7294 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7295 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7296 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7297 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7298 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7299 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7300 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7301 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7302 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7303 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7304 ( cat <<\_ASBOX 7305 ## ----------------------------------- ## 7306 ## Report this to rappture@nanohub.org ## 7307 ## ----------------------------------- ## 7308 _ASBOX 7309 ) | sed "s/^/$as_me: WARNING: /" >&2 7310 ;; 7311 esac 7312 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7313 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7314 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7315 echo $ECHO_N "(cached) $ECHO_C" >&6 7316 else 7317 eval "$as_ac_Header=\$ac_header_preproc" 7318 fi 7319 ac_res=`eval echo '${'$as_ac_Header'}'` 7320 { echo "$as_me:$LINENO: result: $ac_res" >&5 7321 echo "${ECHO_T}$ac_res" >&6; } 7322 7323 fi 7324 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5125 7325 cat >>confdefs.h <<_ACEOF 5126 #define HAVE_VECTOR15127 _ACEOF 5128 5129 else 5130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55131 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}7326 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7327 _ACEOF 7328 7329 else 7330 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 7331 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5132 7332 fi 5133 7333 … … 5135 7335 5136 7336 7337 5137 7338 for ac_header in assert.h 5138 do : 5139 ac_fn_cxx_check_header_mongrel "$LINENO" "assert.h" "ac_cv_header_assert_h" "$ac_includes_default" 5140 if test "x$ac_cv_header_assert_h" = x""yes; then : 7339 do 7340 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7341 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7342 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7343 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7344 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7345 echo $ECHO_N "(cached) $ECHO_C" >&6 7346 fi 7347 ac_res=`eval echo '${'$as_ac_Header'}'` 7348 { echo "$as_me:$LINENO: result: $ac_res" >&5 7349 echo "${ECHO_T}$ac_res" >&6; } 7350 else 7351 # Is the header compilable? 7352 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7353 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7354 cat >conftest.$ac_ext <<_ACEOF 7355 /* confdefs.h. */ 7356 _ACEOF 7357 cat confdefs.h >>conftest.$ac_ext 7358 cat >>conftest.$ac_ext <<_ACEOF 7359 /* end confdefs.h. */ 7360 $ac_includes_default 7361 #include <$ac_header> 7362 _ACEOF 7363 rm -f conftest.$ac_objext 7364 if { (ac_try="$ac_compile" 7365 case "(($ac_try" in 7366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7367 *) ac_try_echo=$ac_try;; 7368 esac 7369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7370 (eval "$ac_compile") 2>conftest.er1 7371 ac_status=$? 7372 grep -v '^ *+' conftest.er1 >conftest.err 7373 rm -f conftest.er1 7374 cat conftest.err >&5 7375 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7376 (exit $ac_status); } && { 7377 test -z "$ac_cxx_werror_flag" || 7378 test ! -s conftest.err 7379 } && test -s conftest.$ac_objext; then 7380 ac_header_compiler=yes 7381 else 7382 echo "$as_me: failed program was:" >&5 7383 sed 's/^/| /' conftest.$ac_ext >&5 7384 7385 ac_header_compiler=no 7386 fi 7387 7388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7389 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7390 echo "${ECHO_T}$ac_header_compiler" >&6; } 7391 7392 # Is the header present? 7393 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7394 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7395 cat >conftest.$ac_ext <<_ACEOF 7396 /* confdefs.h. */ 7397 _ACEOF 7398 cat confdefs.h >>conftest.$ac_ext 7399 cat >>conftest.$ac_ext <<_ACEOF 7400 /* end confdefs.h. */ 7401 #include <$ac_header> 7402 _ACEOF 7403 if { (ac_try="$ac_cpp conftest.$ac_ext" 7404 case "(($ac_try" in 7405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7406 *) ac_try_echo=$ac_try;; 7407 esac 7408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7409 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7410 ac_status=$? 7411 grep -v '^ *+' conftest.er1 >conftest.err 7412 rm -f conftest.er1 7413 cat conftest.err >&5 7414 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7415 (exit $ac_status); } >/dev/null && { 7416 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 7417 test ! -s conftest.err 7418 }; then 7419 ac_header_preproc=yes 7420 else 7421 echo "$as_me: failed program was:" >&5 7422 sed 's/^/| /' conftest.$ac_ext >&5 7423 7424 ac_header_preproc=no 7425 fi 7426 7427 rm -f conftest.err conftest.$ac_ext 7428 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7429 echo "${ECHO_T}$ac_header_preproc" >&6; } 7430 7431 # So? What about this header? 7432 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 7433 yes:no: ) 7434 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7435 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7436 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7437 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7438 ac_header_preproc=yes 7439 ;; 7440 no:yes:* ) 7441 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7442 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7443 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7444 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7445 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7446 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7447 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7448 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7449 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7450 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7451 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7452 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7453 ( cat <<\_ASBOX 7454 ## ----------------------------------- ## 7455 ## Report this to rappture@nanohub.org ## 7456 ## ----------------------------------- ## 7457 _ASBOX 7458 ) | sed "s/^/$as_me: WARNING: /" >&2 7459 ;; 7460 esac 7461 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7462 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7463 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7464 echo $ECHO_N "(cached) $ECHO_C" >&6 7465 else 7466 eval "$as_ac_Header=\$ac_header_preproc" 7467 fi 7468 ac_res=`eval echo '${'$as_ac_Header'}'` 7469 { echo "$as_me:$LINENO: result: $ac_res" >&5 7470 echo "${ECHO_T}$ac_res" >&6; } 7471 7472 fi 7473 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5141 7474 cat >>confdefs.h <<_ACEOF 5142 #define HAVE_ASSERT_H15143 _ACEOF 5144 5145 else 5146 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55147 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}7475 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7476 _ACEOF 7477 7478 else 7479 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 7480 echo "$as_me: WARNING: C headers missing ?" >&2;} 5148 7481 fi 5149 7482 5150 7483 done 5151 7484 7485 5152 7486 for ac_header in ctype.h 5153 do : 5154 ac_fn_cxx_check_header_mongrel "$LINENO" "ctype.h" "ac_cv_header_ctype_h" "$ac_includes_default" 5155 if test "x$ac_cv_header_ctype_h" = x""yes; then : 7487 do 7488 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7489 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7490 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7491 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7492 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7493 echo $ECHO_N "(cached) $ECHO_C" >&6 7494 fi 7495 ac_res=`eval echo '${'$as_ac_Header'}'` 7496 { echo "$as_me:$LINENO: result: $ac_res" >&5 7497 echo "${ECHO_T}$ac_res" >&6; } 7498 else 7499 # Is the header compilable? 7500 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7501 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7502 cat >conftest.$ac_ext <<_ACEOF 7503 /* confdefs.h. */ 7504 _ACEOF 7505 cat confdefs.h >>conftest.$ac_ext 7506 cat >>conftest.$ac_ext <<_ACEOF 7507 /* end confdefs.h. */ 7508 $ac_includes_default 7509 #include <$ac_header> 7510 _ACEOF 7511 rm -f conftest.$ac_objext 7512 if { (ac_try="$ac_compile" 7513 case "(($ac_try" in 7514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7515 *) ac_try_echo=$ac_try;; 7516 esac 7517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7518 (eval "$ac_compile") 2>conftest.er1 7519 ac_status=$? 7520 grep -v '^ *+' conftest.er1 >conftest.err 7521 rm -f conftest.er1 7522 cat conftest.err >&5 7523 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7524 (exit $ac_status); } && { 7525 test -z "$ac_cxx_werror_flag" || 7526 test ! -s conftest.err 7527 } && test -s conftest.$ac_objext; then 7528 ac_header_compiler=yes 7529 else 7530 echo "$as_me: failed program was:" >&5 7531 sed 's/^/| /' conftest.$ac_ext >&5 7532 7533 ac_header_compiler=no 7534 fi 7535 7536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7537 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7538 echo "${ECHO_T}$ac_header_compiler" >&6; } 7539 7540 # Is the header present? 7541 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7542 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7543 cat >conftest.$ac_ext <<_ACEOF 7544 /* confdefs.h. */ 7545 _ACEOF 7546 cat confdefs.h >>conftest.$ac_ext 7547 cat >>conftest.$ac_ext <<_ACEOF 7548 /* end confdefs.h. */ 7549 #include <$ac_header> 7550 _ACEOF 7551 if { (ac_try="$ac_cpp conftest.$ac_ext" 7552 case "(($ac_try" in 7553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7554 *) ac_try_echo=$ac_try;; 7555 esac 7556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7557 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7558 ac_status=$? 7559 grep -v '^ *+' conftest.er1 >conftest.err 7560 rm -f conftest.er1 7561 cat conftest.err >&5 7562 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7563 (exit $ac_status); } >/dev/null && { 7564 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 7565 test ! -s conftest.err 7566 }; then 7567 ac_header_preproc=yes 7568 else 7569 echo "$as_me: failed program was:" >&5 7570 sed 's/^/| /' conftest.$ac_ext >&5 7571 7572 ac_header_preproc=no 7573 fi 7574 7575 rm -f conftest.err conftest.$ac_ext 7576 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7577 echo "${ECHO_T}$ac_header_preproc" >&6; } 7578 7579 # So? What about this header? 7580 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 7581 yes:no: ) 7582 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7583 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7584 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7585 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7586 ac_header_preproc=yes 7587 ;; 7588 no:yes:* ) 7589 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7590 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7591 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7592 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7593 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7594 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7595 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7596 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7597 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7598 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7599 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7600 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7601 ( cat <<\_ASBOX 7602 ## ----------------------------------- ## 7603 ## Report this to rappture@nanohub.org ## 7604 ## ----------------------------------- ## 7605 _ASBOX 7606 ) | sed "s/^/$as_me: WARNING: /" >&2 7607 ;; 7608 esac 7609 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7610 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7611 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7612 echo $ECHO_N "(cached) $ECHO_C" >&6 7613 else 7614 eval "$as_ac_Header=\$ac_header_preproc" 7615 fi 7616 ac_res=`eval echo '${'$as_ac_Header'}'` 7617 { echo "$as_me:$LINENO: result: $ac_res" >&5 7618 echo "${ECHO_T}$ac_res" >&6; } 7619 7620 fi 7621 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5156 7622 cat >>confdefs.h <<_ACEOF 5157 #define HAVE_CTYPE_H15158 _ACEOF 5159 5160 else 5161 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55162 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}7623 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7624 _ACEOF 7625 7626 else 7627 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 7628 echo "$as_me: WARNING: C headers missing ?" >&2;} 5163 7629 fi 5164 7630 5165 7631 done 5166 7632 7633 5167 7634 for ac_header in errno.h 5168 do : 5169 ac_fn_cxx_check_header_mongrel "$LINENO" "errno.h" "ac_cv_header_errno_h" "$ac_includes_default" 5170 if test "x$ac_cv_header_errno_h" = x""yes; then : 7635 do 7636 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7637 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7638 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7639 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7640 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7641 echo $ECHO_N "(cached) $ECHO_C" >&6 7642 fi 7643 ac_res=`eval echo '${'$as_ac_Header'}'` 7644 { echo "$as_me:$LINENO: result: $ac_res" >&5 7645 echo "${ECHO_T}$ac_res" >&6; } 7646 else 7647 # Is the header compilable? 7648 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7649 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7650 cat >conftest.$ac_ext <<_ACEOF 7651 /* confdefs.h. */ 7652 _ACEOF 7653 cat confdefs.h >>conftest.$ac_ext 7654 cat >>conftest.$ac_ext <<_ACEOF 7655 /* end confdefs.h. */ 7656 $ac_includes_default 7657 #include <$ac_header> 7658 _ACEOF 7659 rm -f conftest.$ac_objext 7660 if { (ac_try="$ac_compile" 7661 case "(($ac_try" in 7662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7663 *) ac_try_echo=$ac_try;; 7664 esac 7665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7666 (eval "$ac_compile") 2>conftest.er1 7667 ac_status=$? 7668 grep -v '^ *+' conftest.er1 >conftest.err 7669 rm -f conftest.er1 7670 cat conftest.err >&5 7671 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7672 (exit $ac_status); } && { 7673 test -z "$ac_cxx_werror_flag" || 7674 test ! -s conftest.err 7675 } && test -s conftest.$ac_objext; then 7676 ac_header_compiler=yes 7677 else 7678 echo "$as_me: failed program was:" >&5 7679 sed 's/^/| /' conftest.$ac_ext >&5 7680 7681 ac_header_compiler=no 7682 fi 7683 7684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7685 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7686 echo "${ECHO_T}$ac_header_compiler" >&6; } 7687 7688 # Is the header present? 7689 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7690 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7691 cat >conftest.$ac_ext <<_ACEOF 7692 /* confdefs.h. */ 7693 _ACEOF 7694 cat confdefs.h >>conftest.$ac_ext 7695 cat >>conftest.$ac_ext <<_ACEOF 7696 /* end confdefs.h. */ 7697 #include <$ac_header> 7698 _ACEOF 7699 if { (ac_try="$ac_cpp conftest.$ac_ext" 7700 case "(($ac_try" in 7701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7702 *) ac_try_echo=$ac_try;; 7703 esac 7704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7705 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7706 ac_status=$? 7707 grep -v '^ *+' conftest.er1 >conftest.err 7708 rm -f conftest.er1 7709 cat conftest.err >&5 7710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7711 (exit $ac_status); } >/dev/null && { 7712 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 7713 test ! -s conftest.err 7714 }; then 7715 ac_header_preproc=yes 7716 else 7717 echo "$as_me: failed program was:" >&5 7718 sed 's/^/| /' conftest.$ac_ext >&5 7719 7720 ac_header_preproc=no 7721 fi 7722 7723 rm -f conftest.err conftest.$ac_ext 7724 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7725 echo "${ECHO_T}$ac_header_preproc" >&6; } 7726 7727 # So? What about this header? 7728 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 7729 yes:no: ) 7730 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7731 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7732 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7733 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7734 ac_header_preproc=yes 7735 ;; 7736 no:yes:* ) 7737 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7738 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7739 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7740 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7741 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7742 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7743 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7744 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7745 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7746 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7747 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7748 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7749 ( cat <<\_ASBOX 7750 ## ----------------------------------- ## 7751 ## Report this to rappture@nanohub.org ## 7752 ## ----------------------------------- ## 7753 _ASBOX 7754 ) | sed "s/^/$as_me: WARNING: /" >&2 7755 ;; 7756 esac 7757 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7758 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7759 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7760 echo $ECHO_N "(cached) $ECHO_C" >&6 7761 else 7762 eval "$as_ac_Header=\$ac_header_preproc" 7763 fi 7764 ac_res=`eval echo '${'$as_ac_Header'}'` 7765 { echo "$as_me:$LINENO: result: $ac_res" >&5 7766 echo "${ECHO_T}$ac_res" >&6; } 7767 7768 fi 7769 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5171 7770 cat >>confdefs.h <<_ACEOF 5172 #define HAVE_ERRNO_H15173 _ACEOF 5174 5175 else 5176 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55177 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}7771 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7772 _ACEOF 7773 7774 else 7775 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 7776 echo "$as_me: WARNING: C headers missing ?" >&2;} 5178 7777 fi 5179 7778 5180 7779 done 5181 7780 7781 5182 7782 for ac_header in limits.h 5183 do : 5184 ac_fn_cxx_check_header_mongrel "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default" 5185 if test "x$ac_cv_header_limits_h" = x""yes; then : 7783 do 7784 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7785 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7786 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7787 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7788 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7789 echo $ECHO_N "(cached) $ECHO_C" >&6 7790 fi 7791 ac_res=`eval echo '${'$as_ac_Header'}'` 7792 { echo "$as_me:$LINENO: result: $ac_res" >&5 7793 echo "${ECHO_T}$ac_res" >&6; } 7794 else 7795 # Is the header compilable? 7796 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7797 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7798 cat >conftest.$ac_ext <<_ACEOF 7799 /* confdefs.h. */ 7800 _ACEOF 7801 cat confdefs.h >>conftest.$ac_ext 7802 cat >>conftest.$ac_ext <<_ACEOF 7803 /* end confdefs.h. */ 7804 $ac_includes_default 7805 #include <$ac_header> 7806 _ACEOF 7807 rm -f conftest.$ac_objext 7808 if { (ac_try="$ac_compile" 7809 case "(($ac_try" in 7810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7811 *) ac_try_echo=$ac_try;; 7812 esac 7813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7814 (eval "$ac_compile") 2>conftest.er1 7815 ac_status=$? 7816 grep -v '^ *+' conftest.er1 >conftest.err 7817 rm -f conftest.er1 7818 cat conftest.err >&5 7819 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7820 (exit $ac_status); } && { 7821 test -z "$ac_cxx_werror_flag" || 7822 test ! -s conftest.err 7823 } && test -s conftest.$ac_objext; then 7824 ac_header_compiler=yes 7825 else 7826 echo "$as_me: failed program was:" >&5 7827 sed 's/^/| /' conftest.$ac_ext >&5 7828 7829 ac_header_compiler=no 7830 fi 7831 7832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7833 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7834 echo "${ECHO_T}$ac_header_compiler" >&6; } 7835 7836 # Is the header present? 7837 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7838 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7839 cat >conftest.$ac_ext <<_ACEOF 7840 /* confdefs.h. */ 7841 _ACEOF 7842 cat confdefs.h >>conftest.$ac_ext 7843 cat >>conftest.$ac_ext <<_ACEOF 7844 /* end confdefs.h. */ 7845 #include <$ac_header> 7846 _ACEOF 7847 if { (ac_try="$ac_cpp conftest.$ac_ext" 7848 case "(($ac_try" in 7849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7850 *) ac_try_echo=$ac_try;; 7851 esac 7852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7853 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7854 ac_status=$? 7855 grep -v '^ *+' conftest.er1 >conftest.err 7856 rm -f conftest.er1 7857 cat conftest.err >&5 7858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7859 (exit $ac_status); } >/dev/null && { 7860 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 7861 test ! -s conftest.err 7862 }; then 7863 ac_header_preproc=yes 7864 else 7865 echo "$as_me: failed program was:" >&5 7866 sed 's/^/| /' conftest.$ac_ext >&5 7867 7868 ac_header_preproc=no 7869 fi 7870 7871 rm -f conftest.err conftest.$ac_ext 7872 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7873 echo "${ECHO_T}$ac_header_preproc" >&6; } 7874 7875 # So? What about this header? 7876 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 7877 yes:no: ) 7878 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7879 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7880 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7881 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7882 ac_header_preproc=yes 7883 ;; 7884 no:yes:* ) 7885 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7886 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7887 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7888 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7889 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7890 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7891 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7892 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7893 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7894 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7895 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7896 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7897 ( cat <<\_ASBOX 7898 ## ----------------------------------- ## 7899 ## Report this to rappture@nanohub.org ## 7900 ## ----------------------------------- ## 7901 _ASBOX 7902 ) | sed "s/^/$as_me: WARNING: /" >&2 7903 ;; 7904 esac 7905 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7906 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7907 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7908 echo $ECHO_N "(cached) $ECHO_C" >&6 7909 else 7910 eval "$as_ac_Header=\$ac_header_preproc" 7911 fi 7912 ac_res=`eval echo '${'$as_ac_Header'}'` 7913 { echo "$as_me:$LINENO: result: $ac_res" >&5 7914 echo "${ECHO_T}$ac_res" >&6; } 7915 7916 fi 7917 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5186 7918 cat >>confdefs.h <<_ACEOF 5187 #define HAVE_LIMITS_H15188 _ACEOF 5189 5190 else 5191 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55192 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}7919 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7920 _ACEOF 7921 7922 else 7923 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 7924 echo "$as_me: WARNING: C headers missing ?" >&2;} 5193 7925 fi 5194 7926 5195 7927 done 5196 7928 7929 5197 7930 for ac_header in string.h 5198 do : 5199 ac_fn_cxx_check_header_mongrel "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default" 5200 if test "x$ac_cv_header_string_h" = x""yes; then : 7931 do 7932 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7933 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7934 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7935 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7936 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7937 echo $ECHO_N "(cached) $ECHO_C" >&6 7938 fi 7939 ac_res=`eval echo '${'$as_ac_Header'}'` 7940 { echo "$as_me:$LINENO: result: $ac_res" >&5 7941 echo "${ECHO_T}$ac_res" >&6; } 7942 else 7943 # Is the header compilable? 7944 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7945 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7946 cat >conftest.$ac_ext <<_ACEOF 7947 /* confdefs.h. */ 7948 _ACEOF 7949 cat confdefs.h >>conftest.$ac_ext 7950 cat >>conftest.$ac_ext <<_ACEOF 7951 /* end confdefs.h. */ 7952 $ac_includes_default 7953 #include <$ac_header> 7954 _ACEOF 7955 rm -f conftest.$ac_objext 7956 if { (ac_try="$ac_compile" 7957 case "(($ac_try" in 7958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7959 *) ac_try_echo=$ac_try;; 7960 esac 7961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7962 (eval "$ac_compile") 2>conftest.er1 7963 ac_status=$? 7964 grep -v '^ *+' conftest.er1 >conftest.err 7965 rm -f conftest.er1 7966 cat conftest.err >&5 7967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7968 (exit $ac_status); } && { 7969 test -z "$ac_cxx_werror_flag" || 7970 test ! -s conftest.err 7971 } && test -s conftest.$ac_objext; then 7972 ac_header_compiler=yes 7973 else 7974 echo "$as_me: failed program was:" >&5 7975 sed 's/^/| /' conftest.$ac_ext >&5 7976 7977 ac_header_compiler=no 7978 fi 7979 7980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7981 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7982 echo "${ECHO_T}$ac_header_compiler" >&6; } 7983 7984 # Is the header present? 7985 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7986 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7987 cat >conftest.$ac_ext <<_ACEOF 7988 /* confdefs.h. */ 7989 _ACEOF 7990 cat confdefs.h >>conftest.$ac_ext 7991 cat >>conftest.$ac_ext <<_ACEOF 7992 /* end confdefs.h. */ 7993 #include <$ac_header> 7994 _ACEOF 7995 if { (ac_try="$ac_cpp conftest.$ac_ext" 7996 case "(($ac_try" in 7997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7998 *) ac_try_echo=$ac_try;; 7999 esac 8000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8001 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8002 ac_status=$? 8003 grep -v '^ *+' conftest.er1 >conftest.err 8004 rm -f conftest.er1 8005 cat conftest.err >&5 8006 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8007 (exit $ac_status); } >/dev/null && { 8008 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8009 test ! -s conftest.err 8010 }; then 8011 ac_header_preproc=yes 8012 else 8013 echo "$as_me: failed program was:" >&5 8014 sed 's/^/| /' conftest.$ac_ext >&5 8015 8016 ac_header_preproc=no 8017 fi 8018 8019 rm -f conftest.err conftest.$ac_ext 8020 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8021 echo "${ECHO_T}$ac_header_preproc" >&6; } 8022 8023 # So? What about this header? 8024 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8025 yes:no: ) 8026 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8027 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8028 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8029 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8030 ac_header_preproc=yes 8031 ;; 8032 no:yes:* ) 8033 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8034 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8035 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8036 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8037 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8038 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8039 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8040 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8041 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8042 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8043 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8044 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8045 ( cat <<\_ASBOX 8046 ## ----------------------------------- ## 8047 ## Report this to rappture@nanohub.org ## 8048 ## ----------------------------------- ## 8049 _ASBOX 8050 ) | sed "s/^/$as_me: WARNING: /" >&2 8051 ;; 8052 esac 8053 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8054 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8055 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8056 echo $ECHO_N "(cached) $ECHO_C" >&6 8057 else 8058 eval "$as_ac_Header=\$ac_header_preproc" 8059 fi 8060 ac_res=`eval echo '${'$as_ac_Header'}'` 8061 { echo "$as_me:$LINENO: result: $ac_res" >&5 8062 echo "${ECHO_T}$ac_res" >&6; } 8063 8064 fi 8065 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5201 8066 cat >>confdefs.h <<_ACEOF 5202 #define HAVE_STRING_H15203 _ACEOF 5204 5205 else 5206 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55207 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8067 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8068 _ACEOF 8069 8070 else 8071 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8072 echo "$as_me: WARNING: C headers missing ?" >&2;} 5208 8073 fi 5209 8074 5210 8075 done 5211 8076 8077 5212 8078 for ac_header in stdlib.h 5213 do : 5214 ac_fn_cxx_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" 5215 if test "x$ac_cv_header_stdlib_h" = x""yes; then : 8079 do 8080 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8081 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8082 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8083 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8084 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8085 echo $ECHO_N "(cached) $ECHO_C" >&6 8086 fi 8087 ac_res=`eval echo '${'$as_ac_Header'}'` 8088 { echo "$as_me:$LINENO: result: $ac_res" >&5 8089 echo "${ECHO_T}$ac_res" >&6; } 8090 else 8091 # Is the header compilable? 8092 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8093 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8094 cat >conftest.$ac_ext <<_ACEOF 8095 /* confdefs.h. */ 8096 _ACEOF 8097 cat confdefs.h >>conftest.$ac_ext 8098 cat >>conftest.$ac_ext <<_ACEOF 8099 /* end confdefs.h. */ 8100 $ac_includes_default 8101 #include <$ac_header> 8102 _ACEOF 8103 rm -f conftest.$ac_objext 8104 if { (ac_try="$ac_compile" 8105 case "(($ac_try" in 8106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8107 *) ac_try_echo=$ac_try;; 8108 esac 8109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8110 (eval "$ac_compile") 2>conftest.er1 8111 ac_status=$? 8112 grep -v '^ *+' conftest.er1 >conftest.err 8113 rm -f conftest.er1 8114 cat conftest.err >&5 8115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8116 (exit $ac_status); } && { 8117 test -z "$ac_cxx_werror_flag" || 8118 test ! -s conftest.err 8119 } && test -s conftest.$ac_objext; then 8120 ac_header_compiler=yes 8121 else 8122 echo "$as_me: failed program was:" >&5 8123 sed 's/^/| /' conftest.$ac_ext >&5 8124 8125 ac_header_compiler=no 8126 fi 8127 8128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8129 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8130 echo "${ECHO_T}$ac_header_compiler" >&6; } 8131 8132 # Is the header present? 8133 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 8134 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8135 cat >conftest.$ac_ext <<_ACEOF 8136 /* confdefs.h. */ 8137 _ACEOF 8138 cat confdefs.h >>conftest.$ac_ext 8139 cat >>conftest.$ac_ext <<_ACEOF 8140 /* end confdefs.h. */ 8141 #include <$ac_header> 8142 _ACEOF 8143 if { (ac_try="$ac_cpp conftest.$ac_ext" 8144 case "(($ac_try" in 8145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8146 *) ac_try_echo=$ac_try;; 8147 esac 8148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8149 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8150 ac_status=$? 8151 grep -v '^ *+' conftest.er1 >conftest.err 8152 rm -f conftest.er1 8153 cat conftest.err >&5 8154 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8155 (exit $ac_status); } >/dev/null && { 8156 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8157 test ! -s conftest.err 8158 }; then 8159 ac_header_preproc=yes 8160 else 8161 echo "$as_me: failed program was:" >&5 8162 sed 's/^/| /' conftest.$ac_ext >&5 8163 8164 ac_header_preproc=no 8165 fi 8166 8167 rm -f conftest.err conftest.$ac_ext 8168 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8169 echo "${ECHO_T}$ac_header_preproc" >&6; } 8170 8171 # So? What about this header? 8172 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8173 yes:no: ) 8174 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8175 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8176 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8177 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8178 ac_header_preproc=yes 8179 ;; 8180 no:yes:* ) 8181 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8182 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8183 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8184 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8185 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8186 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8187 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8188 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8189 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8190 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8191 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8192 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8193 ( cat <<\_ASBOX 8194 ## ----------------------------------- ## 8195 ## Report this to rappture@nanohub.org ## 8196 ## ----------------------------------- ## 8197 _ASBOX 8198 ) | sed "s/^/$as_me: WARNING: /" >&2 8199 ;; 8200 esac 8201 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8202 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8203 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8204 echo $ECHO_N "(cached) $ECHO_C" >&6 8205 else 8206 eval "$as_ac_Header=\$ac_header_preproc" 8207 fi 8208 ac_res=`eval echo '${'$as_ac_Header'}'` 8209 { echo "$as_me:$LINENO: result: $ac_res" >&5 8210 echo "${ECHO_T}$ac_res" >&6; } 8211 8212 fi 8213 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5216 8214 cat >>confdefs.h <<_ACEOF 5217 #define HAVE_STDLIB_H15218 _ACEOF 5219 5220 else 5221 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55222 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8215 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8216 _ACEOF 8217 8218 else 8219 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8220 echo "$as_me: WARNING: C headers missing ?" >&2;} 5223 8221 fi 5224 8222 5225 8223 done 5226 8224 8225 5227 8226 for ac_header in stddef.h 5228 do : 5229 ac_fn_cxx_check_header_mongrel "$LINENO" "stddef.h" "ac_cv_header_stddef_h" "$ac_includes_default" 5230 if test "x$ac_cv_header_stddef_h" = x""yes; then : 8227 do 8228 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8229 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8230 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8231 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8232 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8233 echo $ECHO_N "(cached) $ECHO_C" >&6 8234 fi 8235 ac_res=`eval echo '${'$as_ac_Header'}'` 8236 { echo "$as_me:$LINENO: result: $ac_res" >&5 8237 echo "${ECHO_T}$ac_res" >&6; } 8238 else 8239 # Is the header compilable? 8240 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8241 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8242 cat >conftest.$ac_ext <<_ACEOF 8243 /* confdefs.h. */ 8244 _ACEOF 8245 cat confdefs.h >>conftest.$ac_ext 8246 cat >>conftest.$ac_ext <<_ACEOF 8247 /* end confdefs.h. */ 8248 $ac_includes_default 8249 #include <$ac_header> 8250 _ACEOF 8251 rm -f conftest.$ac_objext 8252 if { (ac_try="$ac_compile" 8253 case "(($ac_try" in 8254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8255 *) ac_try_echo=$ac_try;; 8256 esac 8257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8258 (eval "$ac_compile") 2>conftest.er1 8259 ac_status=$? 8260 grep -v '^ *+' conftest.er1 >conftest.err 8261 rm -f conftest.er1 8262 cat conftest.err >&5 8263 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8264 (exit $ac_status); } && { 8265 test -z "$ac_cxx_werror_flag" || 8266 test ! -s conftest.err 8267 } && test -s conftest.$ac_objext; then 8268 ac_header_compiler=yes 8269 else 8270 echo "$as_me: failed program was:" >&5 8271 sed 's/^/| /' conftest.$ac_ext >&5 8272 8273 ac_header_compiler=no 8274 fi 8275 8276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8277 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8278 echo "${ECHO_T}$ac_header_compiler" >&6; } 8279 8280 # Is the header present? 8281 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 8282 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8283 cat >conftest.$ac_ext <<_ACEOF 8284 /* confdefs.h. */ 8285 _ACEOF 8286 cat confdefs.h >>conftest.$ac_ext 8287 cat >>conftest.$ac_ext <<_ACEOF 8288 /* end confdefs.h. */ 8289 #include <$ac_header> 8290 _ACEOF 8291 if { (ac_try="$ac_cpp conftest.$ac_ext" 8292 case "(($ac_try" in 8293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8294 *) ac_try_echo=$ac_try;; 8295 esac 8296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8297 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8298 ac_status=$? 8299 grep -v '^ *+' conftest.er1 >conftest.err 8300 rm -f conftest.er1 8301 cat conftest.err >&5 8302 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8303 (exit $ac_status); } >/dev/null && { 8304 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8305 test ! -s conftest.err 8306 }; then 8307 ac_header_preproc=yes 8308 else 8309 echo "$as_me: failed program was:" >&5 8310 sed 's/^/| /' conftest.$ac_ext >&5 8311 8312 ac_header_preproc=no 8313 fi 8314 8315 rm -f conftest.err conftest.$ac_ext 8316 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8317 echo "${ECHO_T}$ac_header_preproc" >&6; } 8318 8319 # So? What about this header? 8320 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8321 yes:no: ) 8322 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8323 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8324 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8325 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8326 ac_header_preproc=yes 8327 ;; 8328 no:yes:* ) 8329 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8330 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8331 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8332 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8333 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8334 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8335 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8336 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8337 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8338 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8339 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8340 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8341 ( cat <<\_ASBOX 8342 ## ----------------------------------- ## 8343 ## Report this to rappture@nanohub.org ## 8344 ## ----------------------------------- ## 8345 _ASBOX 8346 ) | sed "s/^/$as_me: WARNING: /" >&2 8347 ;; 8348 esac 8349 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8350 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8351 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8352 echo $ECHO_N "(cached) $ECHO_C" >&6 8353 else 8354 eval "$as_ac_Header=\$ac_header_preproc" 8355 fi 8356 ac_res=`eval echo '${'$as_ac_Header'}'` 8357 { echo "$as_me:$LINENO: result: $ac_res" >&5 8358 echo "${ECHO_T}$ac_res" >&6; } 8359 8360 fi 8361 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5231 8362 cat >>confdefs.h <<_ACEOF 5232 #define HAVE_STDDEF_H15233 _ACEOF 5234 5235 else 5236 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55237 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8363 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8364 _ACEOF 8365 8366 else 8367 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8368 echo "$as_me: WARNING: C headers missing ?" >&2;} 5238 8369 fi 5239 8370 5240 8371 done 5241 8372 8373 5242 8374 for ac_header in float.h 5243 do : 5244 ac_fn_cxx_check_header_mongrel "$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default" 5245 if test "x$ac_cv_header_float_h" = x""yes; then : 8375 do 8376 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8377 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8378 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8379 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8380 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8381 echo $ECHO_N "(cached) $ECHO_C" >&6 8382 fi 8383 ac_res=`eval echo '${'$as_ac_Header'}'` 8384 { echo "$as_me:$LINENO: result: $ac_res" >&5 8385 echo "${ECHO_T}$ac_res" >&6; } 8386 else 8387 # Is the header compilable? 8388 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8389 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8390 cat >conftest.$ac_ext <<_ACEOF 8391 /* confdefs.h. */ 8392 _ACEOF 8393 cat confdefs.h >>conftest.$ac_ext 8394 cat >>conftest.$ac_ext <<_ACEOF 8395 /* end confdefs.h. */ 8396 $ac_includes_default 8397 #include <$ac_header> 8398 _ACEOF 8399 rm -f conftest.$ac_objext 8400 if { (ac_try="$ac_compile" 8401 case "(($ac_try" in 8402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8403 *) ac_try_echo=$ac_try;; 8404 esac 8405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8406 (eval "$ac_compile") 2>conftest.er1 8407 ac_status=$? 8408 grep -v '^ *+' conftest.er1 >conftest.err 8409 rm -f conftest.er1 8410 cat conftest.err >&5 8411 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8412 (exit $ac_status); } && { 8413 test -z "$ac_cxx_werror_flag" || 8414 test ! -s conftest.err 8415 } && test -s conftest.$ac_objext; then 8416 ac_header_compiler=yes 8417 else 8418 echo "$as_me: failed program was:" >&5 8419 sed 's/^/| /' conftest.$ac_ext >&5 8420 8421 ac_header_compiler=no 8422 fi 8423 8424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8425 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8426 echo "${ECHO_T}$ac_header_compiler" >&6; } 8427 8428 # Is the header present? 8429 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 8430 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8431 cat >conftest.$ac_ext <<_ACEOF 8432 /* confdefs.h. */ 8433 _ACEOF 8434 cat confdefs.h >>conftest.$ac_ext 8435 cat >>conftest.$ac_ext <<_ACEOF 8436 /* end confdefs.h. */ 8437 #include <$ac_header> 8438 _ACEOF 8439 if { (ac_try="$ac_cpp conftest.$ac_ext" 8440 case "(($ac_try" in 8441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8442 *) ac_try_echo=$ac_try;; 8443 esac 8444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8445 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8446 ac_status=$? 8447 grep -v '^ *+' conftest.er1 >conftest.err 8448 rm -f conftest.er1 8449 cat conftest.err >&5 8450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8451 (exit $ac_status); } >/dev/null && { 8452 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8453 test ! -s conftest.err 8454 }; then 8455 ac_header_preproc=yes 8456 else 8457 echo "$as_me: failed program was:" >&5 8458 sed 's/^/| /' conftest.$ac_ext >&5 8459 8460 ac_header_preproc=no 8461 fi 8462 8463 rm -f conftest.err conftest.$ac_ext 8464 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8465 echo "${ECHO_T}$ac_header_preproc" >&6; } 8466 8467 # So? What about this header? 8468 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8469 yes:no: ) 8470 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8471 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8472 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8473 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8474 ac_header_preproc=yes 8475 ;; 8476 no:yes:* ) 8477 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8478 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8479 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8480 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8481 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8482 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8483 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8484 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8485 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8486 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8487 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8488 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8489 ( cat <<\_ASBOX 8490 ## ----------------------------------- ## 8491 ## Report this to rappture@nanohub.org ## 8492 ## ----------------------------------- ## 8493 _ASBOX 8494 ) | sed "s/^/$as_me: WARNING: /" >&2 8495 ;; 8496 esac 8497 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8498 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8499 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8500 echo $ECHO_N "(cached) $ECHO_C" >&6 8501 else 8502 eval "$as_ac_Header=\$ac_header_preproc" 8503 fi 8504 ac_res=`eval echo '${'$as_ac_Header'}'` 8505 { echo "$as_me:$LINENO: result: $ac_res" >&5 8506 echo "${ECHO_T}$ac_res" >&6; } 8507 8508 fi 8509 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5246 8510 cat >>confdefs.h <<_ACEOF 5247 #define HAVE_FLOAT_H15248 _ACEOF 5249 5250 else 5251 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55252 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8511 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8512 _ACEOF 8513 8514 else 8515 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8516 echo "$as_me: WARNING: C headers missing ?" >&2;} 5253 8517 fi 5254 8518 5255 8519 done 5256 8520 8521 5257 8522 for ac_header in math.h 5258 do : 5259 ac_fn_cxx_check_header_mongrel "$LINENO" "math.h" "ac_cv_header_math_h" "$ac_includes_default" 5260 if test "x$ac_cv_header_math_h" = x""yes; then : 8523 do 8524 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8525 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8526 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8527 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8528 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8529 echo $ECHO_N "(cached) $ECHO_C" >&6 8530 fi 8531 ac_res=`eval echo '${'$as_ac_Header'}'` 8532 { echo "$as_me:$LINENO: result: $ac_res" >&5 8533 echo "${ECHO_T}$ac_res" >&6; } 8534 else 8535 # Is the header compilable? 8536 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8537 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8538 cat >conftest.$ac_ext <<_ACEOF 8539 /* confdefs.h. */ 8540 _ACEOF 8541 cat confdefs.h >>conftest.$ac_ext 8542 cat >>conftest.$ac_ext <<_ACEOF 8543 /* end confdefs.h. */ 8544 $ac_includes_default 8545 #include <$ac_header> 8546 _ACEOF 8547 rm -f conftest.$ac_objext 8548 if { (ac_try="$ac_compile" 8549 case "(($ac_try" in 8550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8551 *) ac_try_echo=$ac_try;; 8552 esac 8553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8554 (eval "$ac_compile") 2>conftest.er1 8555 ac_status=$? 8556 grep -v '^ *+' conftest.er1 >conftest.err 8557 rm -f conftest.er1 8558 cat conftest.err >&5 8559 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8560 (exit $ac_status); } && { 8561 test -z "$ac_cxx_werror_flag" || 8562 test ! -s conftest.err 8563 } && test -s conftest.$ac_objext; then 8564 ac_header_compiler=yes 8565 else 8566 echo "$as_me: failed program was:" >&5 8567 sed 's/^/| /' conftest.$ac_ext >&5 8568 8569 ac_header_compiler=no 8570 fi 8571 8572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8573 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8574 echo "${ECHO_T}$ac_header_compiler" >&6; } 8575 8576 # Is the header present? 8577 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 8578 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8579 cat >conftest.$ac_ext <<_ACEOF 8580 /* confdefs.h. */ 8581 _ACEOF 8582 cat confdefs.h >>conftest.$ac_ext 8583 cat >>conftest.$ac_ext <<_ACEOF 8584 /* end confdefs.h. */ 8585 #include <$ac_header> 8586 _ACEOF 8587 if { (ac_try="$ac_cpp conftest.$ac_ext" 8588 case "(($ac_try" in 8589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8590 *) ac_try_echo=$ac_try;; 8591 esac 8592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8593 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8594 ac_status=$? 8595 grep -v '^ *+' conftest.er1 >conftest.err 8596 rm -f conftest.er1 8597 cat conftest.err >&5 8598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8599 (exit $ac_status); } >/dev/null && { 8600 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8601 test ! -s conftest.err 8602 }; then 8603 ac_header_preproc=yes 8604 else 8605 echo "$as_me: failed program was:" >&5 8606 sed 's/^/| /' conftest.$ac_ext >&5 8607 8608 ac_header_preproc=no 8609 fi 8610 8611 rm -f conftest.err conftest.$ac_ext 8612 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8613 echo "${ECHO_T}$ac_header_preproc" >&6; } 8614 8615 # So? What about this header? 8616 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8617 yes:no: ) 8618 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8619 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8620 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8621 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8622 ac_header_preproc=yes 8623 ;; 8624 no:yes:* ) 8625 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8626 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8627 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8628 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8629 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8630 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8631 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8632 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8633 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8634 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8635 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8636 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8637 ( cat <<\_ASBOX 8638 ## ----------------------------------- ## 8639 ## Report this to rappture@nanohub.org ## 8640 ## ----------------------------------- ## 8641 _ASBOX 8642 ) | sed "s/^/$as_me: WARNING: /" >&2 8643 ;; 8644 esac 8645 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8646 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8647 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8648 echo $ECHO_N "(cached) $ECHO_C" >&6 8649 else 8650 eval "$as_ac_Header=\$ac_header_preproc" 8651 fi 8652 ac_res=`eval echo '${'$as_ac_Header'}'` 8653 { echo "$as_me:$LINENO: result: $ac_res" >&5 8654 echo "${ECHO_T}$ac_res" >&6; } 8655 8656 fi 8657 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5261 8658 cat >>confdefs.h <<_ACEOF 5262 #define HAVE_MATH_H15263 _ACEOF 5264 5265 else 5266 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55267 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8659 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8660 _ACEOF 8661 8662 else 8663 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8664 echo "$as_me: WARNING: C headers missing ?" >&2;} 5268 8665 fi 5269 8666 5270 8667 done 5271 8668 8669 5272 8670 for ac_header in malloc.h 5273 do : 5274 ac_fn_cxx_check_header_mongrel "$LINENO" "malloc.h" "ac_cv_header_malloc_h" "$ac_includes_default" 5275 if test "x$ac_cv_header_malloc_h" = x""yes; then : 8671 do 8672 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8673 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8674 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8675 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8676 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8677 echo $ECHO_N "(cached) $ECHO_C" >&6 8678 fi 8679 ac_res=`eval echo '${'$as_ac_Header'}'` 8680 { echo "$as_me:$LINENO: result: $ac_res" >&5 8681 echo "${ECHO_T}$ac_res" >&6; } 8682 else 8683 # Is the header compilable? 8684 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8685 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8686 cat >conftest.$ac_ext <<_ACEOF 8687 /* confdefs.h. */ 8688 _ACEOF 8689 cat confdefs.h >>conftest.$ac_ext 8690 cat >>conftest.$ac_ext <<_ACEOF 8691 /* end confdefs.h. */ 8692 $ac_includes_default 8693 #include <$ac_header> 8694 _ACEOF 8695 rm -f conftest.$ac_objext 8696 if { (ac_try="$ac_compile" 8697 case "(($ac_try" in 8698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8699 *) ac_try_echo=$ac_try;; 8700 esac 8701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8702 (eval "$ac_compile") 2>conftest.er1 8703 ac_status=$? 8704 grep -v '^ *+' conftest.er1 >conftest.err 8705 rm -f conftest.er1 8706 cat conftest.err >&5 8707 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8708 (exit $ac_status); } && { 8709 test -z "$ac_cxx_werror_flag" || 8710 test ! -s conftest.err 8711 } && test -s conftest.$ac_objext; then 8712 ac_header_compiler=yes 8713 else 8714 echo "$as_me: failed program was:" >&5 8715 sed 's/^/| /' conftest.$ac_ext >&5 8716 8717 ac_header_compiler=no 8718 fi 8719 8720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8721 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8722 echo "${ECHO_T}$ac_header_compiler" >&6; } 8723 8724 # Is the header present? 8725 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 8726 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8727 cat >conftest.$ac_ext <<_ACEOF 8728 /* confdefs.h. */ 8729 _ACEOF 8730 cat confdefs.h >>conftest.$ac_ext 8731 cat >>conftest.$ac_ext <<_ACEOF 8732 /* end confdefs.h. */ 8733 #include <$ac_header> 8734 _ACEOF 8735 if { (ac_try="$ac_cpp conftest.$ac_ext" 8736 case "(($ac_try" in 8737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8738 *) ac_try_echo=$ac_try;; 8739 esac 8740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8741 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8742 ac_status=$? 8743 grep -v '^ *+' conftest.er1 >conftest.err 8744 rm -f conftest.er1 8745 cat conftest.err >&5 8746 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8747 (exit $ac_status); } >/dev/null && { 8748 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8749 test ! -s conftest.err 8750 }; then 8751 ac_header_preproc=yes 8752 else 8753 echo "$as_me: failed program was:" >&5 8754 sed 's/^/| /' conftest.$ac_ext >&5 8755 8756 ac_header_preproc=no 8757 fi 8758 8759 rm -f conftest.err conftest.$ac_ext 8760 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8761 echo "${ECHO_T}$ac_header_preproc" >&6; } 8762 8763 # So? What about this header? 8764 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8765 yes:no: ) 8766 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8767 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8768 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8769 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8770 ac_header_preproc=yes 8771 ;; 8772 no:yes:* ) 8773 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8774 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8775 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8776 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8777 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8778 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8779 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8780 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8781 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8782 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8783 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8784 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8785 ( cat <<\_ASBOX 8786 ## ----------------------------------- ## 8787 ## Report this to rappture@nanohub.org ## 8788 ## ----------------------------------- ## 8789 _ASBOX 8790 ) | sed "s/^/$as_me: WARNING: /" >&2 8791 ;; 8792 esac 8793 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8794 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8795 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8796 echo $ECHO_N "(cached) $ECHO_C" >&6 8797 else 8798 eval "$as_ac_Header=\$ac_header_preproc" 8799 fi 8800 ac_res=`eval echo '${'$as_ac_Header'}'` 8801 { echo "$as_me:$LINENO: result: $ac_res" >&5 8802 echo "${ECHO_T}$ac_res" >&6; } 8803 8804 fi 8805 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5276 8806 cat >>confdefs.h <<_ACEOF 5277 #define HAVE_MALLOC_H15278 _ACEOF 5279 5280 else 5281 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55282 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8807 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8808 _ACEOF 8809 8810 else 8811 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8812 echo "$as_me: WARNING: C headers missing ?" >&2;} 5283 8813 fi 5284 8814 5285 8815 done 5286 8816 8817 5287 8818 for ac_header in memory.h 5288 do : 5289 ac_fn_cxx_check_header_mongrel "$LINENO" "memory.h" "ac_cv_header_memory_h" "$ac_includes_default" 5290 if test "x$ac_cv_header_memory_h" = x""yes; then : 8819 do 8820 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8821 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8822 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8823 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8824 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8825 echo $ECHO_N "(cached) $ECHO_C" >&6 8826 fi 8827 ac_res=`eval echo '${'$as_ac_Header'}'` 8828 { echo "$as_me:$LINENO: result: $ac_res" >&5 8829 echo "${ECHO_T}$ac_res" >&6; } 8830 else 8831 # Is the header compilable? 8832 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8833 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8834 cat >conftest.$ac_ext <<_ACEOF 8835 /* confdefs.h. */ 8836 _ACEOF 8837 cat confdefs.h >>conftest.$ac_ext 8838 cat >>conftest.$ac_ext <<_ACEOF 8839 /* end confdefs.h. */ 8840 $ac_includes_default 8841 #include <$ac_header> 8842 _ACEOF 8843 rm -f conftest.$ac_objext 8844 if { (ac_try="$ac_compile" 8845 case "(($ac_try" in 8846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8847 *) ac_try_echo=$ac_try;; 8848 esac 8849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8850 (eval "$ac_compile") 2>conftest.er1 8851 ac_status=$? 8852 grep -v '^ *+' conftest.er1 >conftest.err 8853 rm -f conftest.er1 8854 cat conftest.err >&5 8855 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8856 (exit $ac_status); } && { 8857 test -z "$ac_cxx_werror_flag" || 8858 test ! -s conftest.err 8859 } && test -s conftest.$ac_objext; then 8860 ac_header_compiler=yes 8861 else 8862 echo "$as_me: failed program was:" >&5 8863 sed 's/^/| /' conftest.$ac_ext >&5 8864 8865 ac_header_compiler=no 8866 fi 8867 8868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8869 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8870 echo "${ECHO_T}$ac_header_compiler" >&6; } 8871 8872 # Is the header present? 8873 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 8874 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8875 cat >conftest.$ac_ext <<_ACEOF 8876 /* confdefs.h. */ 8877 _ACEOF 8878 cat confdefs.h >>conftest.$ac_ext 8879 cat >>conftest.$ac_ext <<_ACEOF 8880 /* end confdefs.h. */ 8881 #include <$ac_header> 8882 _ACEOF 8883 if { (ac_try="$ac_cpp conftest.$ac_ext" 8884 case "(($ac_try" in 8885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8886 *) ac_try_echo=$ac_try;; 8887 esac 8888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8889 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8890 ac_status=$? 8891 grep -v '^ *+' conftest.er1 >conftest.err 8892 rm -f conftest.er1 8893 cat conftest.err >&5 8894 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8895 (exit $ac_status); } >/dev/null && { 8896 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8897 test ! -s conftest.err 8898 }; then 8899 ac_header_preproc=yes 8900 else 8901 echo "$as_me: failed program was:" >&5 8902 sed 's/^/| /' conftest.$ac_ext >&5 8903 8904 ac_header_preproc=no 8905 fi 8906 8907 rm -f conftest.err conftest.$ac_ext 8908 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8909 echo "${ECHO_T}$ac_header_preproc" >&6; } 8910 8911 # So? What about this header? 8912 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8913 yes:no: ) 8914 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8915 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8916 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8917 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8918 ac_header_preproc=yes 8919 ;; 8920 no:yes:* ) 8921 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8922 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8923 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8924 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8925 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8926 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8927 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8928 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8929 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8930 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8931 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8932 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8933 ( cat <<\_ASBOX 8934 ## ----------------------------------- ## 8935 ## Report this to rappture@nanohub.org ## 8936 ## ----------------------------------- ## 8937 _ASBOX 8938 ) | sed "s/^/$as_me: WARNING: /" >&2 8939 ;; 8940 esac 8941 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8942 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8943 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8944 echo $ECHO_N "(cached) $ECHO_C" >&6 8945 else 8946 eval "$as_ac_Header=\$ac_header_preproc" 8947 fi 8948 ac_res=`eval echo '${'$as_ac_Header'}'` 8949 { echo "$as_me:$LINENO: result: $ac_res" >&5 8950 echo "${ECHO_T}$ac_res" >&6; } 8951 8952 fi 8953 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5291 8954 cat >>confdefs.h <<_ACEOF 5292 #define HAVE_MEMORY_H15293 _ACEOF 5294 5295 else 5296 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55297 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8955 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8956 _ACEOF 8957 8958 else 8959 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8960 echo "$as_me: WARNING: C headers missing ?" >&2;} 5298 8961 fi 5299 8962 5300 8963 done 5301 8964 8965 5302 8966 for ac_header in unistd.h 5303 do : 5304 ac_fn_cxx_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" 5305 if test "x$ac_cv_header_unistd_h" = x""yes; then : 8967 do 8968 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8969 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8970 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8971 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8972 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8973 echo $ECHO_N "(cached) $ECHO_C" >&6 8974 fi 8975 ac_res=`eval echo '${'$as_ac_Header'}'` 8976 { echo "$as_me:$LINENO: result: $ac_res" >&5 8977 echo "${ECHO_T}$ac_res" >&6; } 8978 else 8979 # Is the header compilable? 8980 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8981 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8982 cat >conftest.$ac_ext <<_ACEOF 8983 /* confdefs.h. */ 8984 _ACEOF 8985 cat confdefs.h >>conftest.$ac_ext 8986 cat >>conftest.$ac_ext <<_ACEOF 8987 /* end confdefs.h. */ 8988 $ac_includes_default 8989 #include <$ac_header> 8990 _ACEOF 8991 rm -f conftest.$ac_objext 8992 if { (ac_try="$ac_compile" 8993 case "(($ac_try" in 8994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8995 *) ac_try_echo=$ac_try;; 8996 esac 8997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8998 (eval "$ac_compile") 2>conftest.er1 8999 ac_status=$? 9000 grep -v '^ *+' conftest.er1 >conftest.err 9001 rm -f conftest.er1 9002 cat conftest.err >&5 9003 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9004 (exit $ac_status); } && { 9005 test -z "$ac_cxx_werror_flag" || 9006 test ! -s conftest.err 9007 } && test -s conftest.$ac_objext; then 9008 ac_header_compiler=yes 9009 else 9010 echo "$as_me: failed program was:" >&5 9011 sed 's/^/| /' conftest.$ac_ext >&5 9012 9013 ac_header_compiler=no 9014 fi 9015 9016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9017 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9018 echo "${ECHO_T}$ac_header_compiler" >&6; } 9019 9020 # Is the header present? 9021 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 9022 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 9023 cat >conftest.$ac_ext <<_ACEOF 9024 /* confdefs.h. */ 9025 _ACEOF 9026 cat confdefs.h >>conftest.$ac_ext 9027 cat >>conftest.$ac_ext <<_ACEOF 9028 /* end confdefs.h. */ 9029 #include <$ac_header> 9030 _ACEOF 9031 if { (ac_try="$ac_cpp conftest.$ac_ext" 9032 case "(($ac_try" in 9033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9034 *) ac_try_echo=$ac_try;; 9035 esac 9036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9037 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9038 ac_status=$? 9039 grep -v '^ *+' conftest.er1 >conftest.err 9040 rm -f conftest.er1 9041 cat conftest.err >&5 9042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9043 (exit $ac_status); } >/dev/null && { 9044 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 9045 test ! -s conftest.err 9046 }; then 9047 ac_header_preproc=yes 9048 else 9049 echo "$as_me: failed program was:" >&5 9050 sed 's/^/| /' conftest.$ac_ext >&5 9051 9052 ac_header_preproc=no 9053 fi 9054 9055 rm -f conftest.err conftest.$ac_ext 9056 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9057 echo "${ECHO_T}$ac_header_preproc" >&6; } 9058 9059 # So? What about this header? 9060 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 9061 yes:no: ) 9062 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 9063 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 9064 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 9065 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 9066 ac_header_preproc=yes 9067 ;; 9068 no:yes:* ) 9069 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 9070 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 9071 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 9072 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 9073 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 9074 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 9075 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 9076 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 9077 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9078 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 9079 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 9080 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 9081 ( cat <<\_ASBOX 9082 ## ----------------------------------- ## 9083 ## Report this to rappture@nanohub.org ## 9084 ## ----------------------------------- ## 9085 _ASBOX 9086 ) | sed "s/^/$as_me: WARNING: /" >&2 9087 ;; 9088 esac 9089 { echo "$as_me:$LINENO: checking for $ac_header" >&5 9090 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 9091 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9092 echo $ECHO_N "(cached) $ECHO_C" >&6 9093 else 9094 eval "$as_ac_Header=\$ac_header_preproc" 9095 fi 9096 ac_res=`eval echo '${'$as_ac_Header'}'` 9097 { echo "$as_me:$LINENO: result: $ac_res" >&5 9098 echo "${ECHO_T}$ac_res" >&6; } 9099 9100 fi 9101 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5306 9102 cat >>confdefs.h <<_ACEOF 5307 #define HAVE_UNISTD_H15308 _ACEOF 5309 5310 else 5311 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55312 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}9103 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9104 _ACEOF 9105 9106 else 9107 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 9108 echo "$as_me: WARNING: C headers missing ?" >&2;} 5313 9109 fi 5314 9110 … … 5316 9112 5317 9113 9114 5318 9115 for ac_header in inttypes.h 5319 do : 5320 ac_fn_cxx_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" 5321 if test "x$ac_cv_header_inttypes_h" = x""yes; then : 9116 do 9117 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9118 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9119 { echo "$as_me:$LINENO: checking for $ac_header" >&5 9120 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 9121 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9122 echo $ECHO_N "(cached) $ECHO_C" >&6 9123 fi 9124 ac_res=`eval echo '${'$as_ac_Header'}'` 9125 { echo "$as_me:$LINENO: result: $ac_res" >&5 9126 echo "${ECHO_T}$ac_res" >&6; } 9127 else 9128 # Is the header compilable? 9129 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 9130 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 9131 cat >conftest.$ac_ext <<_ACEOF 9132 /* confdefs.h. */ 9133 _ACEOF 9134 cat confdefs.h >>conftest.$ac_ext 9135 cat >>conftest.$ac_ext <<_ACEOF 9136 /* end confdefs.h. */ 9137 $ac_includes_default 9138 #include <$ac_header> 9139 _ACEOF 9140 rm -f conftest.$ac_objext 9141 if { (ac_try="$ac_compile" 9142 case "(($ac_try" in 9143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9144 *) ac_try_echo=$ac_try;; 9145 esac 9146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9147 (eval "$ac_compile") 2>conftest.er1 9148 ac_status=$? 9149 grep -v '^ *+' conftest.er1 >conftest.err 9150 rm -f conftest.er1 9151 cat conftest.err >&5 9152 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9153 (exit $ac_status); } && { 9154 test -z "$ac_cxx_werror_flag" || 9155 test ! -s conftest.err 9156 } && test -s conftest.$ac_objext; then 9157 ac_header_compiler=yes 9158 else 9159 echo "$as_me: failed program was:" >&5 9160 sed 's/^/| /' conftest.$ac_ext >&5 9161 9162 ac_header_compiler=no 9163 fi 9164 9165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9166 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9167 echo "${ECHO_T}$ac_header_compiler" >&6; } 9168 9169 # Is the header present? 9170 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 9171 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 9172 cat >conftest.$ac_ext <<_ACEOF 9173 /* confdefs.h. */ 9174 _ACEOF 9175 cat confdefs.h >>conftest.$ac_ext 9176 cat >>conftest.$ac_ext <<_ACEOF 9177 /* end confdefs.h. */ 9178 #include <$ac_header> 9179 _ACEOF 9180 if { (ac_try="$ac_cpp conftest.$ac_ext" 9181 case "(($ac_try" in 9182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9183 *) ac_try_echo=$ac_try;; 9184 esac 9185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9186 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9187 ac_status=$? 9188 grep -v '^ *+' conftest.er1 >conftest.err 9189 rm -f conftest.er1 9190 cat conftest.err >&5 9191 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9192 (exit $ac_status); } >/dev/null && { 9193 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 9194 test ! -s conftest.err 9195 }; then 9196 ac_header_preproc=yes 9197 else 9198 echo "$as_me: failed program was:" >&5 9199 sed 's/^/| /' conftest.$ac_ext >&5 9200 9201 ac_header_preproc=no 9202 fi 9203 9204 rm -f conftest.err conftest.$ac_ext 9205 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9206 echo "${ECHO_T}$ac_header_preproc" >&6; } 9207 9208 # So? What about this header? 9209 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 9210 yes:no: ) 9211 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 9212 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 9213 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 9214 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 9215 ac_header_preproc=yes 9216 ;; 9217 no:yes:* ) 9218 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 9219 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 9220 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 9221 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 9222 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 9223 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 9224 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 9225 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 9226 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9227 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 9228 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 9229 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 9230 ( cat <<\_ASBOX 9231 ## ----------------------------------- ## 9232 ## Report this to rappture@nanohub.org ## 9233 ## ----------------------------------- ## 9234 _ASBOX 9235 ) | sed "s/^/$as_me: WARNING: /" >&2 9236 ;; 9237 esac 9238 { echo "$as_me:$LINENO: checking for $ac_header" >&5 9239 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 9240 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9241 echo $ECHO_N "(cached) $ECHO_C" >&6 9242 else 9243 eval "$as_ac_Header=\$ac_header_preproc" 9244 fi 9245 ac_res=`eval echo '${'$as_ac_Header'}'` 9246 { echo "$as_me:$LINENO: result: $ac_res" >&5 9247 echo "${ECHO_T}$ac_res" >&6; } 9248 9249 fi 9250 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5322 9251 cat >>confdefs.h <<_ACEOF 5323 #define HAVE_INTTYPES_H15324 _ACEOF 5325 5326 else 5327 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55328 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}9252 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9253 _ACEOF 9254 9255 else 9256 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 9257 echo "$as_me: WARNING: C headers missing ?" >&2;} 5329 9258 fi 5330 9259 … … 5343 9272 # Step 0.a: Enable 64 bit support? 5344 9273 5345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if 64bit support is requested" >&55346 $as_echo_n "checking if 64bit support is requested..." >&6; }9274 { echo "$as_me:$LINENO: checking if 64bit support is requested" >&5 9275 echo $ECHO_N "checking if 64bit support is requested... $ECHO_C" >&6; } 5347 9276 # Check whether --enable-64bit was given. 5348 if test "${enable_64bit+set}" = set; then :9277 if test "${enable_64bit+set}" = set; then 5349 9278 enableval=$enable_64bit; do64bit=$enableval 5350 9279 else … … 5352 9281 fi 5353 9282 5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $do64bit" >&55355 $as_echo "$do64bit" >&6; }9283 { echo "$as_me:$LINENO: result: $do64bit" >&5 9284 echo "${ECHO_T}$do64bit" >&6; } 5356 9285 5357 9286 # Step 0.b: Enable Solaris 64 bit VIS support? 5358 9287 5359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if 64bit Sparc VIS support is requested" >&55360 $as_echo_n "checking if 64bit Sparc VIS support is requested..." >&6; }9288 { echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5 9289 echo $ECHO_N "checking if 64bit Sparc VIS support is requested... $ECHO_C" >&6; } 5361 9290 # Check whether --enable-64bit-vis was given. 5362 if test "${enable_64bit_vis+set}" = set; then :9291 if test "${enable_64bit_vis+set}" = set; then 5363 9292 enableval=$enable_64bit_vis; do64bitVIS=$enableval 5364 9293 else … … 5366 9295 fi 5367 9296 5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $do64bitVIS" >&55369 $as_echo "$do64bitVIS" >&6; }9297 { echo "$as_me:$LINENO: result: $do64bitVIS" >&5 9298 echo "${ECHO_T}$do64bitVIS" >&6; } 5370 9299 5371 9300 if test "$do64bitVIS" = "yes"; then … … 5378 9307 5379 9308 5380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking system version" >&55381 $as_echo_n "checking system version..." >&6; }5382 if test "${tcl_cv_sys_version+set}" = set; then :5383 $as_echo_n "(cached)" >&69309 { echo "$as_me:$LINENO: checking system version" >&5 9310 echo $ECHO_N "checking system version... $ECHO_C" >&6; } 9311 if test "${tcl_cv_sys_version+set}" = set; then 9312 echo $ECHO_N "(cached) $ECHO_C" >&6 5384 9313 else 5385 9314 … … 5389 9318 tcl_cv_sys_version=`uname -s`-`uname -r` 5390 9319 if test "$?" -ne 0 ; then 5391 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: can't find uname command" >&55392 $as_echo "$as_me: WARNING: can't find uname command" >&2;}9320 { echo "$as_me:$LINENO: WARNING: can't find uname command" >&5 9321 echo "$as_me: WARNING: can't find uname command" >&2;} 5393 9322 tcl_cv_sys_version=unknown 5394 9323 else … … 5406 9335 5407 9336 fi 5408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_sys_version" >&55409 $as_echo "$tcl_cv_sys_version" >&6; }9337 { echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5 9338 echo "${ECHO_T}$tcl_cv_sys_version" >&6; } 5410 9339 system=$tcl_cv_sys_version 5411 9340 … … 5414 9343 # Linux can use either -ldl or -ldld for dynamic loading. 5415 9344 5416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&55417 $as_echo_n "checking for dlopen in -ldl..." >&6; }5418 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :5419 $as_echo_n "(cached)" >&69345 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 9346 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } 9347 if test "${ac_cv_lib_dl_dlopen+set}" = set; then 9348 echo $ECHO_N "(cached) $ECHO_C" >&6 5420 9349 else 5421 9350 ac_check_lib_save_LIBS=$LIBS 5422 9351 LIBS="-ldl $LIBS" 5423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9352 cat >conftest.$ac_ext <<_ACEOF 9353 /* confdefs.h. */ 9354 _ACEOF 9355 cat confdefs.h >>conftest.$ac_ext 9356 cat >>conftest.$ac_ext <<_ACEOF 5424 9357 /* end confdefs.h. */ 5425 9358 … … 5439 9372 } 5440 9373 _ACEOF 5441 if ac_fn_cxx_try_link "$LINENO"; then : 9374 rm -f conftest.$ac_objext conftest$ac_exeext 9375 if { (ac_try="$ac_link" 9376 case "(($ac_try" in 9377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9378 *) ac_try_echo=$ac_try;; 9379 esac 9380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9381 (eval "$ac_link") 2>conftest.er1 9382 ac_status=$? 9383 grep -v '^ *+' conftest.er1 >conftest.err 9384 rm -f conftest.er1 9385 cat conftest.err >&5 9386 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9387 (exit $ac_status); } && { 9388 test -z "$ac_cxx_werror_flag" || 9389 test ! -s conftest.err 9390 } && test -s conftest$ac_exeext && 9391 $as_test_x conftest$ac_exeext; then 5442 9392 ac_cv_lib_dl_dlopen=yes 5443 9393 else 5444 ac_cv_lib_dl_dlopen=no 5445 fi 5446 rm -f core conftest.err conftest.$ac_objext \ 5447 conftest$ac_exeext conftest.$ac_ext 9394 echo "$as_me: failed program was:" >&5 9395 sed 's/^/| /' conftest.$ac_ext >&5 9396 9397 ac_cv_lib_dl_dlopen=no 9398 fi 9399 9400 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9401 conftest$ac_exeext conftest.$ac_ext 5448 9402 LIBS=$ac_check_lib_save_LIBS 5449 9403 fi 5450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&55451 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }5452 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :9404 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 9405 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } 9406 if test $ac_cv_lib_dl_dlopen = yes; then 5453 9407 have_dl=yes 5454 9408 else … … 5482 9436 # Extract the first word of "ar", so it can be a program name with args. 5483 9437 set dummy ar; ac_word=$2 5484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&55485 $as_echo_n "checking for $ac_word..." >&6; }5486 if test "${ac_cv_prog_AR+set}" = set; then :5487 $as_echo_n "(cached)" >&69438 { echo "$as_me:$LINENO: checking for $ac_word" >&5 9439 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 9440 if test "${ac_cv_prog_AR+set}" = set; then 9441 echo $ECHO_N "(cached) $ECHO_C" >&6 5488 9442 else 5489 9443 if test -n "$AR"; then … … 5495 9449 IFS=$as_save_IFS 5496 9450 test -z "$as_dir" && as_dir=. 5497 9451 for ac_exec_ext in '' $ac_executable_extensions; do 5498 9452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5499 9453 ac_cv_prog_AR="ar" 5500 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&59454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5501 9455 break 2 5502 9456 fi 5503 9457 done 5504 9458 done 5505 9459 IFS=$as_save_IFS 5506 9460 … … 5509 9463 AR=$ac_cv_prog_AR 5510 9464 if test -n "$AR"; then 5511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&55512 $as_echo "$AR" >&6; }5513 else 5514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&55515 $as_echo "no" >&6; }9465 { echo "$as_me:$LINENO: result: $AR" >&5 9466 echo "${ECHO_T}$AR" >&6; } 9467 else 9468 { echo "$as_me:$LINENO: result: no" >&5 9469 echo "${ECHO_T}no" >&6; } 5516 9470 fi 5517 9471 5518 9472 5519 9473 if test "${AR}" = "" ; then 5520 as_fn_error "Required archive tool 'ar' not found on PATH." "$LINENO" 5 9474 { { echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5 9475 echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;} 9476 { (exit 1); exit 1; }; } 5521 9477 fi 5522 9478 STLIB_LD='${AR} cr' … … 5536 9492 ;; 5537 9493 esac 5538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using $CC for compiling with threads" >&55539 $as_echo "Using $CC for compiling with threads" >&6; }9494 { echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5 9495 echo "${ECHO_T}Using $CC for compiling with threads" >&6; } 5540 9496 fi 5541 9497 LIBS="$LIBS -lc" … … 5552 9508 if test "$do64bit" = "yes" -a "`uname -v`" -gt "3" ; then 5553 9509 if test "$GCC" = "yes" ; then 5554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported with GCC on $system" >&55555 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}9510 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 9511 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 5556 9512 else 5557 9513 do64bit_ok=yes … … 5607 9563 # known GMT value. 5608 9564 5609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday in -lbsd" >&55610 $as_echo_n "checking for gettimeofday in -lbsd..." >&6; }5611 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then :5612 $as_echo_n "(cached)" >&69565 { echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5 9566 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6; } 9567 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then 9568 echo $ECHO_N "(cached) $ECHO_C" >&6 5613 9569 else 5614 9570 ac_check_lib_save_LIBS=$LIBS 5615 9571 LIBS="-lbsd $LIBS" 5616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9572 cat >conftest.$ac_ext <<_ACEOF 9573 /* confdefs.h. */ 9574 _ACEOF 9575 cat confdefs.h >>conftest.$ac_ext 9576 cat >>conftest.$ac_ext <<_ACEOF 5617 9577 /* end confdefs.h. */ 5618 9578 … … 5632 9592 } 5633 9593 _ACEOF 5634 if ac_fn_cxx_try_link "$LINENO"; then : 9594 rm -f conftest.$ac_objext conftest$ac_exeext 9595 if { (ac_try="$ac_link" 9596 case "(($ac_try" in 9597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9598 *) ac_try_echo=$ac_try;; 9599 esac 9600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9601 (eval "$ac_link") 2>conftest.er1 9602 ac_status=$? 9603 grep -v '^ *+' conftest.er1 >conftest.err 9604 rm -f conftest.er1 9605 cat conftest.err >&5 9606 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9607 (exit $ac_status); } && { 9608 test -z "$ac_cxx_werror_flag" || 9609 test ! -s conftest.err 9610 } && test -s conftest$ac_exeext && 9611 $as_test_x conftest$ac_exeext; then 5635 9612 ac_cv_lib_bsd_gettimeofday=yes 5636 9613 else 5637 ac_cv_lib_bsd_gettimeofday=no 5638 fi 5639 rm -f core conftest.err conftest.$ac_objext \ 5640 conftest$ac_exeext conftest.$ac_ext 9614 echo "$as_me: failed program was:" >&5 9615 sed 's/^/| /' conftest.$ac_ext >&5 9616 9617 ac_cv_lib_bsd_gettimeofday=no 9618 fi 9619 9620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9621 conftest$ac_exeext conftest.$ac_ext 5641 9622 LIBS=$ac_check_lib_save_LIBS 5642 9623 fi 5643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gettimeofday" >&55644 $as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; }5645 if test "x$ac_cv_lib_bsd_gettimeofday" = x""yes; then :9624 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5 9625 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6; } 9626 if test $ac_cv_lib_bsd_gettimeofday = yes; then 5646 9627 libbsd=yes 5647 9628 else … … 5651 9632 if test $libbsd = yes; then 5652 9633 MATH_LIBS="$MATH_LIBS -lbsd" 5653 $as_echo "#define USE_DELTA_FOR_TZ 1" >>confdefs.h 9634 cat >>confdefs.h <<\_ACEOF 9635 #define USE_DELTA_FOR_TZ 1 9636 _ACEOF 5654 9637 5655 9638 fi … … 5668 9651 # is always linked to, for compatibility. 5669 9652 #----------------------------------------------------------- 5670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntoa in -lbind" >&55671 $as_echo_n "checking for inet_ntoa in -lbind..." >&6; }5672 if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then :5673 $as_echo_n "(cached)" >&69653 { echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5 9654 echo $ECHO_N "checking for inet_ntoa in -lbind... $ECHO_C" >&6; } 9655 if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then 9656 echo $ECHO_N "(cached) $ECHO_C" >&6 5674 9657 else 5675 9658 ac_check_lib_save_LIBS=$LIBS 5676 9659 LIBS="-lbind $LIBS" 5677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9660 cat >conftest.$ac_ext <<_ACEOF 9661 /* confdefs.h. */ 9662 _ACEOF 9663 cat confdefs.h >>conftest.$ac_ext 9664 cat >>conftest.$ac_ext <<_ACEOF 5678 9665 /* end confdefs.h. */ 5679 9666 … … 5693 9680 } 5694 9681 _ACEOF 5695 if ac_fn_cxx_try_link "$LINENO"; then : 9682 rm -f conftest.$ac_objext conftest$ac_exeext 9683 if { (ac_try="$ac_link" 9684 case "(($ac_try" in 9685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9686 *) ac_try_echo=$ac_try;; 9687 esac 9688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9689 (eval "$ac_link") 2>conftest.er1 9690 ac_status=$? 9691 grep -v '^ *+' conftest.er1 >conftest.err 9692 rm -f conftest.er1 9693 cat conftest.err >&5 9694 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9695 (exit $ac_status); } && { 9696 test -z "$ac_cxx_werror_flag" || 9697 test ! -s conftest.err 9698 } && test -s conftest$ac_exeext && 9699 $as_test_x conftest$ac_exeext; then 5696 9700 ac_cv_lib_bind_inet_ntoa=yes 5697 9701 else 5698 ac_cv_lib_bind_inet_ntoa=no 5699 fi 5700 rm -f core conftest.err conftest.$ac_objext \ 5701 conftest$ac_exeext conftest.$ac_ext 9702 echo "$as_me: failed program was:" >&5 9703 sed 's/^/| /' conftest.$ac_ext >&5 9704 9705 ac_cv_lib_bind_inet_ntoa=no 9706 fi 9707 9708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9709 conftest$ac_exeext conftest.$ac_ext 5702 9710 LIBS=$ac_check_lib_save_LIBS 5703 9711 fi 5704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bind_inet_ntoa" >&55705 $as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; }5706 if test "x$ac_cv_lib_bind_inet_ntoa" = x""yes; then :9712 { echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5 9713 echo "${ECHO_T}$ac_cv_lib_bind_inet_ntoa" >&6; } 9714 if test $ac_cv_lib_bind_inet_ntoa = yes; then 5707 9715 LIBS="$LIBS -lbind -lsocket" 5708 9716 fi … … 5742 9750 HP-UX-*.11.*) 5743 9751 # Use updated header definitions where possible 5744 $as_echo "#define _XOPEN_SOURCE 1" >>confdefs.h 9752 cat >>confdefs.h <<\_ACEOF 9753 #define _XOPEN_SOURCE 1 9754 _ACEOF 5745 9755 # Use the XOPEN network library 5746 $as_echo "#define _XOPEN_SOURCE_EXTENDED 1" >>confdefs.h 9756 cat >>confdefs.h <<\_ACEOF 9757 #define _XOPEN_SOURCE_EXTENDED 1 9758 _ACEOF 5747 9759 # Use the XOPEN network library 5748 9760 LIBS="$LIBS -lxnet" # Use the XOPEN network library … … 5753 9765 SHLIB_SUFFIX=".sl" 5754 9766 fi 5755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&55756 $as_echo_n "checking for shl_load in -ldld..." >&6; }5757 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :5758 $as_echo_n "(cached)" >&69767 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 9768 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } 9769 if test "${ac_cv_lib_dld_shl_load+set}" = set; then 9770 echo $ECHO_N "(cached) $ECHO_C" >&6 5759 9771 else 5760 9772 ac_check_lib_save_LIBS=$LIBS 5761 9773 LIBS="-ldld $LIBS" 5762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9774 cat >conftest.$ac_ext <<_ACEOF 9775 /* confdefs.h. */ 9776 _ACEOF 9777 cat confdefs.h >>conftest.$ac_ext 9778 cat >>conftest.$ac_ext <<_ACEOF 5763 9779 /* end confdefs.h. */ 5764 9780 … … 5778 9794 } 5779 9795 _ACEOF 5780 if ac_fn_cxx_try_link "$LINENO"; then : 9796 rm -f conftest.$ac_objext conftest$ac_exeext 9797 if { (ac_try="$ac_link" 9798 case "(($ac_try" in 9799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9800 *) ac_try_echo=$ac_try;; 9801 esac 9802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9803 (eval "$ac_link") 2>conftest.er1 9804 ac_status=$? 9805 grep -v '^ *+' conftest.er1 >conftest.err 9806 rm -f conftest.er1 9807 cat conftest.err >&5 9808 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9809 (exit $ac_status); } && { 9810 test -z "$ac_cxx_werror_flag" || 9811 test ! -s conftest.err 9812 } && test -s conftest$ac_exeext && 9813 $as_test_x conftest$ac_exeext; then 5781 9814 ac_cv_lib_dld_shl_load=yes 5782 9815 else 5783 ac_cv_lib_dld_shl_load=no 5784 fi 5785 rm -f core conftest.err conftest.$ac_objext \ 5786 conftest$ac_exeext conftest.$ac_ext 9816 echo "$as_me: failed program was:" >&5 9817 sed 's/^/| /' conftest.$ac_ext >&5 9818 9819 ac_cv_lib_dld_shl_load=no 9820 fi 9821 9822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9823 conftest$ac_exeext conftest.$ac_ext 5787 9824 LIBS=$ac_check_lib_save_LIBS 5788 9825 fi 5789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&55790 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }5791 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :9826 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 9827 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } 9828 if test $ac_cv_lib_dld_shl_load = yes; then 5792 9829 tcl_ok=yes 5793 9830 else … … 5829 9866 ;; 5830 9867 *) 5831 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported with GCC on $system" >&55832 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}9868 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 9869 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 5833 9870 ;; 5834 9871 esac … … 5842 9879 HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*) 5843 9880 SHLIB_SUFFIX=".sl" 5844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&55845 $as_echo_n "checking for shl_load in -ldld..." >&6; }5846 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :5847 $as_echo_n "(cached)" >&69881 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 9882 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } 9883 if test "${ac_cv_lib_dld_shl_load+set}" = set; then 9884 echo $ECHO_N "(cached) $ECHO_C" >&6 5848 9885 else 5849 9886 ac_check_lib_save_LIBS=$LIBS 5850 9887 LIBS="-ldld $LIBS" 5851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9888 cat >conftest.$ac_ext <<_ACEOF 9889 /* confdefs.h. */ 9890 _ACEOF 9891 cat confdefs.h >>conftest.$ac_ext 9892 cat >>conftest.$ac_ext <<_ACEOF 5852 9893 /* end confdefs.h. */ 5853 9894 … … 5867 9908 } 5868 9909 _ACEOF 5869 if ac_fn_cxx_try_link "$LINENO"; then : 9910 rm -f conftest.$ac_objext conftest$ac_exeext 9911 if { (ac_try="$ac_link" 9912 case "(($ac_try" in 9913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9914 *) ac_try_echo=$ac_try;; 9915 esac 9916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9917 (eval "$ac_link") 2>conftest.er1 9918 ac_status=$? 9919 grep -v '^ *+' conftest.er1 >conftest.err 9920 rm -f conftest.er1 9921 cat conftest.err >&5 9922 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9923 (exit $ac_status); } && { 9924 test -z "$ac_cxx_werror_flag" || 9925 test ! -s conftest.err 9926 } && test -s conftest$ac_exeext && 9927 $as_test_x conftest$ac_exeext; then 5870 9928 ac_cv_lib_dld_shl_load=yes 5871 9929 else 5872 ac_cv_lib_dld_shl_load=no 5873 fi 5874 rm -f core conftest.err conftest.$ac_objext \ 5875 conftest$ac_exeext conftest.$ac_ext 9930 echo "$as_me: failed program was:" >&5 9931 sed 's/^/| /' conftest.$ac_ext >&5 9932 9933 ac_cv_lib_dld_shl_load=no 9934 fi 9935 9936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9937 conftest$ac_exeext conftest.$ac_ext 5876 9938 LIBS=$ac_check_lib_save_LIBS 5877 9939 fi 5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&55879 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }5880 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :9940 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 9941 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } 9942 if test $ac_cv_lib_dld_shl_load = yes; then 5881 9943 tcl_ok=yes 5882 9944 else … … 5957 10019 if test "$do64bit" = "yes" ; then 5958 10020 if test "$GCC" = "yes" ; then 5959 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported by gcc" >&55960 $as_echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}10021 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5 10022 echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;} 5961 10023 else 5962 10024 do64bit_ok=yes … … 5986 10048 LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} 5987 10049 else 5988 ac_fn_cxx_check_header_mongrel "$LINENO" "dld.h" "ac_cv_header_dld_h" "$ac_includes_default" 5989 if test "x$ac_cv_header_dld_h" = x""yes; then : 10050 if test "${ac_cv_header_dld_h+set}" = set; then 10051 { echo "$as_me:$LINENO: checking for dld.h" >&5 10052 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; } 10053 if test "${ac_cv_header_dld_h+set}" = set; then 10054 echo $ECHO_N "(cached) $ECHO_C" >&6 10055 fi 10056 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 10057 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; } 10058 else 10059 # Is the header compilable? 10060 { echo "$as_me:$LINENO: checking dld.h usability" >&5 10061 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; } 10062 cat >conftest.$ac_ext <<_ACEOF 10063 /* confdefs.h. */ 10064 _ACEOF 10065 cat confdefs.h >>conftest.$ac_ext 10066 cat >>conftest.$ac_ext <<_ACEOF 10067 /* end confdefs.h. */ 10068 $ac_includes_default 10069 #include <dld.h> 10070 _ACEOF 10071 rm -f conftest.$ac_objext 10072 if { (ac_try="$ac_compile" 10073 case "(($ac_try" in 10074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10075 *) ac_try_echo=$ac_try;; 10076 esac 10077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10078 (eval "$ac_compile") 2>conftest.er1 10079 ac_status=$? 10080 grep -v '^ *+' conftest.er1 >conftest.err 10081 rm -f conftest.er1 10082 cat conftest.err >&5 10083 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10084 (exit $ac_status); } && { 10085 test -z "$ac_cxx_werror_flag" || 10086 test ! -s conftest.err 10087 } && test -s conftest.$ac_objext; then 10088 ac_header_compiler=yes 10089 else 10090 echo "$as_me: failed program was:" >&5 10091 sed 's/^/| /' conftest.$ac_ext >&5 10092 10093 ac_header_compiler=no 10094 fi 10095 10096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10097 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10098 echo "${ECHO_T}$ac_header_compiler" >&6; } 10099 10100 # Is the header present? 10101 { echo "$as_me:$LINENO: checking dld.h presence" >&5 10102 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; } 10103 cat >conftest.$ac_ext <<_ACEOF 10104 /* confdefs.h. */ 10105 _ACEOF 10106 cat confdefs.h >>conftest.$ac_ext 10107 cat >>conftest.$ac_ext <<_ACEOF 10108 /* end confdefs.h. */ 10109 #include <dld.h> 10110 _ACEOF 10111 if { (ac_try="$ac_cpp conftest.$ac_ext" 10112 case "(($ac_try" in 10113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10114 *) ac_try_echo=$ac_try;; 10115 esac 10116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10117 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10118 ac_status=$? 10119 grep -v '^ *+' conftest.er1 >conftest.err 10120 rm -f conftest.er1 10121 cat conftest.err >&5 10122 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10123 (exit $ac_status); } >/dev/null && { 10124 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 10125 test ! -s conftest.err 10126 }; then 10127 ac_header_preproc=yes 10128 else 10129 echo "$as_me: failed program was:" >&5 10130 sed 's/^/| /' conftest.$ac_ext >&5 10131 10132 ac_header_preproc=no 10133 fi 10134 10135 rm -f conftest.err conftest.$ac_ext 10136 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10137 echo "${ECHO_T}$ac_header_preproc" >&6; } 10138 10139 # So? What about this header? 10140 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 10141 yes:no: ) 10142 { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5 10143 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10144 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5 10145 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;} 10146 ac_header_preproc=yes 10147 ;; 10148 no:yes:* ) 10149 { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5 10150 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;} 10151 { echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&5 10152 echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;} 10153 { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5 10154 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;} 10155 { echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&5 10156 echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;} 10157 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5 10158 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;} 10159 { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5 10160 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;} 10161 ( cat <<\_ASBOX 10162 ## ----------------------------------- ## 10163 ## Report this to rappture@nanohub.org ## 10164 ## ----------------------------------- ## 10165 _ASBOX 10166 ) | sed "s/^/$as_me: WARNING: /" >&2 10167 ;; 10168 esac 10169 { echo "$as_me:$LINENO: checking for dld.h" >&5 10170 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; } 10171 if test "${ac_cv_header_dld_h+set}" = set; then 10172 echo $ECHO_N "(cached) $ECHO_C" >&6 10173 else 10174 ac_cv_header_dld_h=$ac_header_preproc 10175 fi 10176 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 10177 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; } 10178 10179 fi 10180 if test $ac_cv_header_dld_h = yes; then 5990 10181 5991 10182 SHLIB_LD="ld -shared" … … 6002 10193 fi 6003 10194 if test $do64bit = yes; then 6004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -m64 flag" >&56005 $as_echo_n "checking if compiler accepts -m64 flag..." >&6; }6006 if test "${tcl_cv_cc_m64+set}" = set; then :6007 $as_echo_n "(cached)" >&610195 { echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5 10196 echo $ECHO_N "checking if compiler accepts -m64 flag... $ECHO_C" >&6; } 10197 if test "${tcl_cv_cc_m64+set}" = set; then 10198 echo $ECHO_N "(cached) $ECHO_C" >&6 6008 10199 else 6009 10200 6010 10201 hold_cflags=$CFLAGS 6011 10202 CFLAGS="$CFLAGS -m64" 6012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10203 cat >conftest.$ac_ext <<_ACEOF 10204 /* confdefs.h. */ 10205 _ACEOF 10206 cat confdefs.h >>conftest.$ac_ext 10207 cat >>conftest.$ac_ext <<_ACEOF 6013 10208 /* end confdefs.h. */ 6014 10209 … … 6021 10216 } 6022 10217 _ACEOF 6023 if ac_fn_cxx_try_link "$LINENO"; then : 10218 rm -f conftest.$ac_objext conftest$ac_exeext 10219 if { (ac_try="$ac_link" 10220 case "(($ac_try" in 10221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10222 *) ac_try_echo=$ac_try;; 10223 esac 10224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10225 (eval "$ac_link") 2>conftest.er1 10226 ac_status=$? 10227 grep -v '^ *+' conftest.er1 >conftest.err 10228 rm -f conftest.er1 10229 cat conftest.err >&5 10230 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10231 (exit $ac_status); } && { 10232 test -z "$ac_cxx_werror_flag" || 10233 test ! -s conftest.err 10234 } && test -s conftest$ac_exeext && 10235 $as_test_x conftest$ac_exeext; then 6024 10236 tcl_cv_cc_m64=yes 6025 10237 else 6026 tcl_cv_cc_m64=no 6027 fi 6028 rm -f core conftest.err conftest.$ac_objext \ 6029 conftest$ac_exeext conftest.$ac_ext 10238 echo "$as_me: failed program was:" >&5 10239 sed 's/^/| /' conftest.$ac_ext >&5 10240 10241 tcl_cv_cc_m64=no 10242 fi 10243 10244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10245 conftest$ac_exeext conftest.$ac_ext 6030 10246 CFLAGS=$hold_cflags 6031 10247 fi 6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_cc_m64" >&56033 $as_echo "$tcl_cv_cc_m64" >&6; }10248 { echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5 10249 echo "${ECHO_T}$tcl_cv_cc_m64" >&6; } 6034 10250 if test $tcl_cv_cc_m64 = yes; then 6035 10251 CFLAGS="$CFLAGS -m64" … … 6050 10266 6051 10267 # XIM peeking works under XFree86. 6052 $as_echo "#define PEEK_XCLOSEIM 1" >>confdefs.h 10268 cat >>confdefs.h <<\_ACEOF 10269 #define PEEK_XCLOSEIM 1 10270 _ACEOF 6053 10271 6054 10272 … … 6067 10285 LD_SEARCH_FLAGS="" 6068 10286 else 6069 ac_fn_cxx_check_header_mongrel "$LINENO" "dld.h" "ac_cv_header_dld_h" "$ac_includes_default" 6070 if test "x$ac_cv_header_dld_h" = x""yes; then : 10287 if test "${ac_cv_header_dld_h+set}" = set; then 10288 { echo "$as_me:$LINENO: checking for dld.h" >&5 10289 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; } 10290 if test "${ac_cv_header_dld_h+set}" = set; then 10291 echo $ECHO_N "(cached) $ECHO_C" >&6 10292 fi 10293 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 10294 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; } 10295 else 10296 # Is the header compilable? 10297 { echo "$as_me:$LINENO: checking dld.h usability" >&5 10298 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; } 10299 cat >conftest.$ac_ext <<_ACEOF 10300 /* confdefs.h. */ 10301 _ACEOF 10302 cat confdefs.h >>conftest.$ac_ext 10303 cat >>conftest.$ac_ext <<_ACEOF 10304 /* end confdefs.h. */ 10305 $ac_includes_default 10306 #include <dld.h> 10307 _ACEOF 10308 rm -f conftest.$ac_objext 10309 if { (ac_try="$ac_compile" 10310 case "(($ac_try" in 10311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10312 *) ac_try_echo=$ac_try;; 10313 esac 10314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10315 (eval "$ac_compile") 2>conftest.er1 10316 ac_status=$? 10317 grep -v '^ *+' conftest.er1 >conftest.err 10318 rm -f conftest.er1 10319 cat conftest.err >&5 10320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10321 (exit $ac_status); } && { 10322 test -z "$ac_cxx_werror_flag" || 10323 test ! -s conftest.err 10324 } && test -s conftest.$ac_objext; then 10325 ac_header_compiler=yes 10326 else 10327 echo "$as_me: failed program was:" >&5 10328 sed 's/^/| /' conftest.$ac_ext >&5 10329 10330 ac_header_compiler=no 10331 fi 10332 10333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10334 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10335 echo "${ECHO_T}$ac_header_compiler" >&6; } 10336 10337 # Is the header present? 10338 { echo "$as_me:$LINENO: checking dld.h presence" >&5 10339 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; } 10340 cat >conftest.$ac_ext <<_ACEOF 10341 /* confdefs.h. */ 10342 _ACEOF 10343 cat confdefs.h >>conftest.$ac_ext 10344 cat >>conftest.$ac_ext <<_ACEOF 10345 /* end confdefs.h. */ 10346 #include <dld.h> 10347 _ACEOF 10348 if { (ac_try="$ac_cpp conftest.$ac_ext" 10349 case "(($ac_try" in 10350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10351 *) ac_try_echo=$ac_try;; 10352 esac 10353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10354 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10355 ac_status=$? 10356 grep -v '^ *+' conftest.er1 >conftest.err 10357 rm -f conftest.er1 10358 cat conftest.err >&5 10359 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10360 (exit $ac_status); } >/dev/null && { 10361 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 10362 test ! -s conftest.err 10363 }; then 10364 ac_header_preproc=yes 10365 else 10366 echo "$as_me: failed program was:" >&5 10367 sed 's/^/| /' conftest.$ac_ext >&5 10368 10369 ac_header_preproc=no 10370 fi 10371 10372 rm -f conftest.err conftest.$ac_ext 10373 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10374 echo "${ECHO_T}$ac_header_preproc" >&6; } 10375 10376 # So? What about this header? 10377 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 10378 yes:no: ) 10379 { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5 10380 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10381 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5 10382 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;} 10383 ac_header_preproc=yes 10384 ;; 10385 no:yes:* ) 10386 { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5 10387 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;} 10388 { echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&5 10389 echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;} 10390 { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5 10391 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;} 10392 { echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&5 10393 echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;} 10394 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5 10395 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;} 10396 { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5 10397 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;} 10398 ( cat <<\_ASBOX 10399 ## ----------------------------------- ## 10400 ## Report this to rappture@nanohub.org ## 10401 ## ----------------------------------- ## 10402 _ASBOX 10403 ) | sed "s/^/$as_me: WARNING: /" >&2 10404 ;; 10405 esac 10406 { echo "$as_me:$LINENO: checking for dld.h" >&5 10407 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; } 10408 if test "${ac_cv_header_dld_h+set}" = set; then 10409 echo $ECHO_N "(cached) $ECHO_C" >&6 10410 else 10411 ac_cv_header_dld_h=$ac_header_preproc 10412 fi 10413 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 10414 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; } 10415 10416 fi 10417 if test $ac_cv_header_dld_h = yes; then 6071 10418 6072 10419 SHLIB_LD="ld -shared" … … 6118 10465 NetBSD-*|FreeBSD-[1-2].*) 6119 10466 # Not available on all versions: check for include file. 6120 ac_fn_cxx_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default" 6121 if test "x$ac_cv_header_dlfcn_h" = x""yes; then : 10467 if test "${ac_cv_header_dlfcn_h+set}" = set; then 10468 { echo "$as_me:$LINENO: checking for dlfcn.h" >&5 10469 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; } 10470 if test "${ac_cv_header_dlfcn_h+set}" = set; then 10471 echo $ECHO_N "(cached) $ECHO_C" >&6 10472 fi 10473 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 10474 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; } 10475 else 10476 # Is the header compilable? 10477 { echo "$as_me:$LINENO: checking dlfcn.h usability" >&5 10478 echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; } 10479 cat >conftest.$ac_ext <<_ACEOF 10480 /* confdefs.h. */ 10481 _ACEOF 10482 cat confdefs.h >>conftest.$ac_ext 10483 cat >>conftest.$ac_ext <<_ACEOF 10484 /* end confdefs.h. */ 10485 $ac_includes_default 10486 #include <dlfcn.h> 10487 _ACEOF 10488 rm -f conftest.$ac_objext 10489 if { (ac_try="$ac_compile" 10490 case "(($ac_try" in 10491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10492 *) ac_try_echo=$ac_try;; 10493 esac 10494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10495 (eval "$ac_compile") 2>conftest.er1 10496 ac_status=$? 10497 grep -v '^ *+' conftest.er1 >conftest.err 10498 rm -f conftest.er1 10499 cat conftest.err >&5 10500 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10501 (exit $ac_status); } && { 10502 test -z "$ac_cxx_werror_flag" || 10503 test ! -s conftest.err 10504 } && test -s conftest.$ac_objext; then 10505 ac_header_compiler=yes 10506 else 10507 echo "$as_me: failed program was:" >&5 10508 sed 's/^/| /' conftest.$ac_ext >&5 10509 10510 ac_header_compiler=no 10511 fi 10512 10513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10514 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10515 echo "${ECHO_T}$ac_header_compiler" >&6; } 10516 10517 # Is the header present? 10518 { echo "$as_me:$LINENO: checking dlfcn.h presence" >&5 10519 echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; } 10520 cat >conftest.$ac_ext <<_ACEOF 10521 /* confdefs.h. */ 10522 _ACEOF 10523 cat confdefs.h >>conftest.$ac_ext 10524 cat >>conftest.$ac_ext <<_ACEOF 10525 /* end confdefs.h. */ 10526 #include <dlfcn.h> 10527 _ACEOF 10528 if { (ac_try="$ac_cpp conftest.$ac_ext" 10529 case "(($ac_try" in 10530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10531 *) ac_try_echo=$ac_try;; 10532 esac 10533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10534 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10535 ac_status=$? 10536 grep -v '^ *+' conftest.er1 >conftest.err 10537 rm -f conftest.er1 10538 cat conftest.err >&5 10539 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10540 (exit $ac_status); } >/dev/null && { 10541 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 10542 test ! -s conftest.err 10543 }; then 10544 ac_header_preproc=yes 10545 else 10546 echo "$as_me: failed program was:" >&5 10547 sed 's/^/| /' conftest.$ac_ext >&5 10548 10549 ac_header_preproc=no 10550 fi 10551 10552 rm -f conftest.err conftest.$ac_ext 10553 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10554 echo "${ECHO_T}$ac_header_preproc" >&6; } 10555 10556 # So? What about this header? 10557 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 10558 yes:no: ) 10559 { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5 10560 echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10561 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5 10562 echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;} 10563 ac_header_preproc=yes 10564 ;; 10565 no:yes:* ) 10566 { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5 10567 echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;} 10568 { echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&5 10569 echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;} 10570 { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5 10571 echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;} 10572 { echo "$as_me:$LINENO: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&5 10573 echo "$as_me: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&2;} 10574 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5 10575 echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;} 10576 { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5 10577 echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;} 10578 ( cat <<\_ASBOX 10579 ## ----------------------------------- ## 10580 ## Report this to rappture@nanohub.org ## 10581 ## ----------------------------------- ## 10582 _ASBOX 10583 ) | sed "s/^/$as_me: WARNING: /" >&2 10584 ;; 10585 esac 10586 { echo "$as_me:$LINENO: checking for dlfcn.h" >&5 10587 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; } 10588 if test "${ac_cv_header_dlfcn_h+set}" = set; then 10589 echo $ECHO_N "(cached) $ECHO_C" >&6 10590 else 10591 ac_cv_header_dlfcn_h=$ac_header_preproc 10592 fi 10593 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 10594 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; } 10595 10596 fi 10597 if test $ac_cv_header_dlfcn_h = yes; then 6122 10598 6123 10599 # NetBSD/SPARC needs -fPIC, -fpic will not do. … … 6130 10606 CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' 6131 10607 LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' 6132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF" >&5 6133 $as_echo_n "checking for ELF... " >&6; } 6134 if test "${tcl_cv_ld_elf+set}" = set; then : 6135 $as_echo_n "(cached) " >&6 6136 else 6137 6138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10608 { echo "$as_me:$LINENO: checking for ELF" >&5 10609 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; } 10610 if test "${tcl_cv_ld_elf+set}" = set; then 10611 echo $ECHO_N "(cached) $ECHO_C" >&6 10612 else 10613 10614 cat >conftest.$ac_ext <<_ACEOF 10615 /* confdefs.h. */ 10616 _ACEOF 10617 cat confdefs.h >>conftest.$ac_ext 10618 cat >>conftest.$ac_ext <<_ACEOF 6139 10619 /* end confdefs.h. */ 6140 10620 … … 6145 10625 _ACEOF 6146 10626 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 6147 $EGREP "yes" >/dev/null 2>&1; then :10627 $EGREP "yes" >/dev/null 2>&1; then 6148 10628 tcl_cv_ld_elf=yes 6149 10629 else … … 6153 10633 6154 10634 fi 6155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_ld_elf" >&56156 $as_echo "$tcl_cv_ld_elf" >&6; }10635 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 10636 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; } 6157 10637 if test $tcl_cv_ld_elf = yes; then 6158 10638 SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so' … … 6212 10692 LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} 6213 10693 SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0' 6214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF" >&5 6215 $as_echo_n "checking for ELF... " >&6; } 6216 if test "${tcl_cv_ld_elf+set}" = set; then : 6217 $as_echo_n "(cached) " >&6 6218 else 6219 6220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10694 { echo "$as_me:$LINENO: checking for ELF" >&5 10695 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; } 10696 if test "${tcl_cv_ld_elf+set}" = set; then 10697 echo $ECHO_N "(cached) $ECHO_C" >&6 10698 else 10699 10700 cat >conftest.$ac_ext <<_ACEOF 10701 /* confdefs.h. */ 10702 _ACEOF 10703 cat confdefs.h >>conftest.$ac_ext 10704 cat >>conftest.$ac_ext <<_ACEOF 6221 10705 /* end confdefs.h. */ 6222 10706 … … 6227 10711 _ACEOF 6228 10712 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 6229 $EGREP "yes" >/dev/null 2>&1; then :10713 $EGREP "yes" >/dev/null 2>&1; then 6230 10714 tcl_cv_ld_elf=yes 6231 10715 else … … 6235 10719 6236 10720 fi 6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_ld_elf" >&56238 $as_echo "$tcl_cv_ld_elf" >&6; }10721 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 10722 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; } 6239 10723 if test $tcl_cv_ld_elf = yes; then 6240 10724 LDFLAGS=-Wl,-export-dynamic … … 6290 10774 case `arch` in 6291 10775 ppc) 6292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -arch ppc64 flag" >&56293 $as_echo_n "checking if compiler accepts -arch ppc64 flag..." >&6; }6294 if test "${tcl_cv_cc_arch_ppc64+set}" = set; then :6295 $as_echo_n "(cached)" >&610776 { echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5 10777 echo $ECHO_N "checking if compiler accepts -arch ppc64 flag... $ECHO_C" >&6; } 10778 if test "${tcl_cv_cc_arch_ppc64+set}" = set; then 10779 echo $ECHO_N "(cached) $ECHO_C" >&6 6296 10780 else 6297 10781 6298 10782 hold_cflags=$CFLAGS 6299 10783 CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5" 6300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10784 cat >conftest.$ac_ext <<_ACEOF 10785 /* confdefs.h. */ 10786 _ACEOF 10787 cat confdefs.h >>conftest.$ac_ext 10788 cat >>conftest.$ac_ext <<_ACEOF 6301 10789 /* end confdefs.h. */ 6302 10790 … … 6309 10797 } 6310 10798 _ACEOF 6311 if ac_fn_cxx_try_link "$LINENO"; then : 10799 rm -f conftest.$ac_objext conftest$ac_exeext 10800 if { (ac_try="$ac_link" 10801 case "(($ac_try" in 10802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10803 *) ac_try_echo=$ac_try;; 10804 esac 10805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10806 (eval "$ac_link") 2>conftest.er1 10807 ac_status=$? 10808 grep -v '^ *+' conftest.er1 >conftest.err 10809 rm -f conftest.er1 10810 cat conftest.err >&5 10811 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10812 (exit $ac_status); } && { 10813 test -z "$ac_cxx_werror_flag" || 10814 test ! -s conftest.err 10815 } && test -s conftest$ac_exeext && 10816 $as_test_x conftest$ac_exeext; then 6312 10817 tcl_cv_cc_arch_ppc64=yes 6313 10818 else 6314 tcl_cv_cc_arch_ppc64=no 6315 fi 6316 rm -f core conftest.err conftest.$ac_objext \ 6317 conftest$ac_exeext conftest.$ac_ext 10819 echo "$as_me: failed program was:" >&5 10820 sed 's/^/| /' conftest.$ac_ext >&5 10821 10822 tcl_cv_cc_arch_ppc64=no 10823 fi 10824 10825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10826 conftest$ac_exeext conftest.$ac_ext 6318 10827 CFLAGS=$hold_cflags 6319 10828 fi 6320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_cc_arch_ppc64" >&56321 $as_echo "$tcl_cv_cc_arch_ppc64" >&6; }10829 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5 10830 echo "${ECHO_T}$tcl_cv_cc_arch_ppc64" >&6; } 6322 10831 if test $tcl_cv_cc_arch_ppc64 = yes; then 6323 10832 CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5" … … 6325 10834 fi;; 6326 10835 i386) 6327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -arch x86_64 flag" >&56328 $as_echo_n "checking if compiler accepts -arch x86_64 flag..." >&6; }6329 if test "${tcl_cv_cc_arch_x86_64+set}" = set; then :6330 $as_echo_n "(cached)" >&610836 { echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5 10837 echo $ECHO_N "checking if compiler accepts -arch x86_64 flag... $ECHO_C" >&6; } 10838 if test "${tcl_cv_cc_arch_x86_64+set}" = set; then 10839 echo $ECHO_N "(cached) $ECHO_C" >&6 6331 10840 else 6332 10841 6333 10842 hold_cflags=$CFLAGS 6334 10843 CFLAGS="$CFLAGS -arch x86_64" 6335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10844 cat >conftest.$ac_ext <<_ACEOF 10845 /* confdefs.h. */ 10846 _ACEOF 10847 cat confdefs.h >>conftest.$ac_ext 10848 cat >>conftest.$ac_ext <<_ACEOF 6336 10849 /* end confdefs.h. */ 6337 10850 … … 6344 10857 } 6345 10858 _ACEOF 6346 if ac_fn_cxx_try_link "$LINENO"; then : 10859 rm -f conftest.$ac_objext conftest$ac_exeext 10860 if { (ac_try="$ac_link" 10861 case "(($ac_try" in 10862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10863 *) ac_try_echo=$ac_try;; 10864 esac 10865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10866 (eval "$ac_link") 2>conftest.er1 10867 ac_status=$? 10868 grep -v '^ *+' conftest.er1 >conftest.err 10869 rm -f conftest.er1 10870 cat conftest.err >&5 10871 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10872 (exit $ac_status); } && { 10873 test -z "$ac_cxx_werror_flag" || 10874 test ! -s conftest.err 10875 } && test -s conftest$ac_exeext && 10876 $as_test_x conftest$ac_exeext; then 6347 10877 tcl_cv_cc_arch_x86_64=yes 6348 10878 else 6349 tcl_cv_cc_arch_x86_64=no 6350 fi 6351 rm -f core conftest.err conftest.$ac_objext \ 6352 conftest$ac_exeext conftest.$ac_ext 10879 echo "$as_me: failed program was:" >&5 10880 sed 's/^/| /' conftest.$ac_ext >&5 10881 10882 tcl_cv_cc_arch_x86_64=no 10883 fi 10884 10885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10886 conftest$ac_exeext conftest.$ac_ext 6353 10887 CFLAGS=$hold_cflags 6354 10888 fi 6355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_cc_arch_x86_64" >&56356 $as_echo "$tcl_cv_cc_arch_x86_64" >&6; }10889 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5 10890 echo "${ECHO_T}$tcl_cv_cc_arch_x86_64" >&6; } 6357 10891 if test $tcl_cv_cc_arch_x86_64 = yes; then 6358 10892 CFLAGS="$CFLAGS -arch x86_64" … … 6360 10894 fi;; 6361 10895 *) 6362 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&56363 $as_echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;10896 { echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5 10897 echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};; 6364 10898 esac 6365 10899 else … … 6370 10904 fi 6371 10905 SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS}' 6372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ld accepts -single_module flag" >&56373 $as_echo_n "checking if ld accepts -single_module flag..." >&6; }6374 if test "${tcl_cv_ld_single_module+set}" = set; then :6375 $as_echo_n "(cached)" >&610906 { echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5 10907 echo $ECHO_N "checking if ld accepts -single_module flag... $ECHO_C" >&6; } 10908 if test "${tcl_cv_ld_single_module+set}" = set; then 10909 echo $ECHO_N "(cached) $ECHO_C" >&6 6376 10910 else 6377 10911 6378 10912 hold_ldflags=$LDFLAGS 6379 10913 LDFLAGS="$LDFLAGS -dynamiclib -Wl,-single_module" 6380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10914 cat >conftest.$ac_ext <<_ACEOF 10915 /* confdefs.h. */ 10916 _ACEOF 10917 cat confdefs.h >>conftest.$ac_ext 10918 cat >>conftest.$ac_ext <<_ACEOF 6381 10919 /* end confdefs.h. */ 6382 10920 … … 6389 10927 } 6390 10928 _ACEOF 6391 if ac_fn_cxx_try_link "$LINENO"; then : 10929 rm -f conftest.$ac_objext conftest$ac_exeext 10930 if { (ac_try="$ac_link" 10931 case "(($ac_try" in 10932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10933 *) ac_try_echo=$ac_try;; 10934 esac 10935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10936 (eval "$ac_link") 2>conftest.er1 10937 ac_status=$? 10938 grep -v '^ *+' conftest.er1 >conftest.err 10939 rm -f conftest.er1 10940 cat conftest.err >&5 10941 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10942 (exit $ac_status); } && { 10943 test -z "$ac_cxx_werror_flag" || 10944 test ! -s conftest.err 10945 } && test -s conftest$ac_exeext && 10946 $as_test_x conftest$ac_exeext; then 6392 10947 tcl_cv_ld_single_module=yes 6393 10948 else 6394 tcl_cv_ld_single_module=no 6395 fi 6396 rm -f core conftest.err conftest.$ac_objext \ 6397 conftest$ac_exeext conftest.$ac_ext 10949 echo "$as_me: failed program was:" >&5 10950 sed 's/^/| /' conftest.$ac_ext >&5 10951 10952 tcl_cv_ld_single_module=no 10953 fi 10954 10955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10956 conftest$ac_exeext conftest.$ac_ext 6398 10957 LDFLAGS=$hold_ldflags 6399 10958 fi 6400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_ld_single_module" >&56401 $as_echo "$tcl_cv_ld_single_module" >&6; }10959 { echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5 10960 echo "${ECHO_T}$tcl_cv_ld_single_module" >&6; } 6402 10961 if test $tcl_cv_ld_single_module = yes; then 6403 10962 SHLIB_LD="${SHLIB_LD} -Wl,-single_module" … … 6412 10971 LDFLAGS="$LDFLAGS -prebind" 6413 10972 LDFLAGS="$LDFLAGS -headerpad_max_install_names" 6414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ld accepts -search_paths_first flag" >&56415 $as_echo_n "checking if ld accepts -search_paths_first flag..." >&6; }6416 if test "${tcl_cv_ld_search_paths_first+set}" = set; then :6417 $as_echo_n "(cached)" >&610973 { echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5 10974 echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6; } 10975 if test "${tcl_cv_ld_search_paths_first+set}" = set; then 10976 echo $ECHO_N "(cached) $ECHO_C" >&6 6418 10977 else 6419 10978 6420 10979 hold_ldflags=$LDFLAGS 6421 10980 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 6422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10981 cat >conftest.$ac_ext <<_ACEOF 10982 /* confdefs.h. */ 10983 _ACEOF 10984 cat confdefs.h >>conftest.$ac_ext 10985 cat >>conftest.$ac_ext <<_ACEOF 6423 10986 /* end confdefs.h. */ 6424 10987 … … 6431 10994 } 6432 10995 _ACEOF 6433 if ac_fn_cxx_try_link "$LINENO"; then : 10996 rm -f conftest.$ac_objext conftest$ac_exeext 10997 if { (ac_try="$ac_link" 10998 case "(($ac_try" in 10999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11000 *) ac_try_echo=$ac_try;; 11001 esac 11002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11003 (eval "$ac_link") 2>conftest.er1 11004 ac_status=$? 11005 grep -v '^ *+' conftest.er1 >conftest.err 11006 rm -f conftest.er1 11007 cat conftest.err >&5 11008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11009 (exit $ac_status); } && { 11010 test -z "$ac_cxx_werror_flag" || 11011 test ! -s conftest.err 11012 } && test -s conftest$ac_exeext && 11013 $as_test_x conftest$ac_exeext; then 6434 11014 tcl_cv_ld_search_paths_first=yes 6435 11015 else 6436 tcl_cv_ld_search_paths_first=no 6437 fi 6438 rm -f core conftest.err conftest.$ac_objext \ 6439 conftest$ac_exeext conftest.$ac_ext 11016 echo "$as_me: failed program was:" >&5 11017 sed 's/^/| /' conftest.$ac_ext >&5 11018 11019 tcl_cv_ld_search_paths_first=no 11020 fi 11021 11022 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11023 conftest$ac_exeext conftest.$ac_ext 6440 11024 LDFLAGS=$hold_ldflags 6441 11025 fi 6442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_ld_search_paths_first" >&56443 $as_echo "$tcl_cv_ld_search_paths_first" >&6; }11026 { echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5 11027 echo "${ECHO_T}$tcl_cv_ld_search_paths_first" >&6; } 6444 11028 if test $tcl_cv_ld_search_paths_first = yes; then 6445 11029 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" … … 6450 11034 PLAT_OBJS=\$\(MAC\_OSX_OBJS\) 6451 11035 PLAT_SRCS=\$\(MAC\_OSX_SRCS\) 6452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use CoreFoundation" >&56453 $as_echo_n "checking whether to use CoreFoundation..." >&6; }11036 { echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5 11037 echo $ECHO_N "checking whether to use CoreFoundation... $ECHO_C" >&6; } 6454 11038 # Check whether --enable-corefoundation was given. 6455 if test "${enable_corefoundation+set}" = set; then :11039 if test "${enable_corefoundation+set}" = set; then 6456 11040 enableval=$enable_corefoundation; tcl_corefoundation=$enableval 6457 11041 else … … 6459 11043 fi 6460 11044 6461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_corefoundation" >&56462 $as_echo "$tcl_corefoundation" >&6; }11045 { echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5 11046 echo "${ECHO_T}$tcl_corefoundation" >&6; } 6463 11047 if test $tcl_corefoundation = yes; then 6464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CoreFoundation.framework" >&56465 $as_echo_n "checking for CoreFoundation.framework..." >&6; }6466 if test "${tcl_cv_lib_corefoundation+set}" = set; then :6467 $as_echo_n "(cached)" >&611048 { echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5 11049 echo $ECHO_N "checking for CoreFoundation.framework... $ECHO_C" >&6; } 11050 if test "${tcl_cv_lib_corefoundation+set}" = set; then 11051 echo $ECHO_N "(cached) $ECHO_C" >&6 6468 11052 else 6469 11053 … … 6476 11060 done; fi 6477 11061 LIBS="$LIBS -framework CoreFoundation" 6478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11062 cat >conftest.$ac_ext <<_ACEOF 11063 /* confdefs.h. */ 11064 _ACEOF 11065 cat confdefs.h >>conftest.$ac_ext 11066 cat >>conftest.$ac_ext <<_ACEOF 6479 11067 /* end confdefs.h. */ 6480 11068 #include <CoreFoundation/CoreFoundation.h> … … 6487 11075 } 6488 11076 _ACEOF 6489 if ac_fn_cxx_try_link "$LINENO"; then : 11077 rm -f conftest.$ac_objext conftest$ac_exeext 11078 if { (ac_try="$ac_link" 11079 case "(($ac_try" in 11080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11081 *) ac_try_echo=$ac_try;; 11082 esac 11083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11084 (eval "$ac_link") 2>conftest.er1 11085 ac_status=$? 11086 grep -v '^ *+' conftest.er1 >conftest.err 11087 rm -f conftest.er1 11088 cat conftest.err >&5 11089 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11090 (exit $ac_status); } && { 11091 test -z "$ac_cxx_werror_flag" || 11092 test ! -s conftest.err 11093 } && test -s conftest$ac_exeext && 11094 $as_test_x conftest$ac_exeext; then 6490 11095 tcl_cv_lib_corefoundation=yes 6491 11096 else 6492 tcl_cv_lib_corefoundation=no 6493 fi 6494 rm -f core conftest.err conftest.$ac_objext \ 6495 conftest$ac_exeext conftest.$ac_ext 11097 echo "$as_me: failed program was:" >&5 11098 sed 's/^/| /' conftest.$ac_ext >&5 11099 11100 tcl_cv_lib_corefoundation=no 11101 fi 11102 11103 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11104 conftest$ac_exeext conftest.$ac_ext 6496 11105 if test "$fat_32_64" = yes; then for v in CFLAGS CPPFLAGS LDFLAGS; do 6497 11106 eval $v'="$hold_'$v'"' 6498 11107 done; fi; LIBS=$hold_libs 6499 11108 fi 6500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_lib_corefoundation" >&56501 $as_echo "$tcl_cv_lib_corefoundation" >&6; }11109 { echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&5 11110 echo "${ECHO_T}$tcl_cv_lib_corefoundation" >&6; } 6502 11111 if test $tcl_cv_lib_corefoundation = yes; then 6503 11112 LIBS="$LIBS -framework CoreFoundation" 6504 $as_echo "#define HAVE_COREFOUNDATION 1" >>confdefs.h 11113 cat >>confdefs.h <<\_ACEOF 11114 #define HAVE_COREFOUNDATION 1 11115 _ACEOF 6505 11116 6506 11117 else … … 6508 11119 fi 6509 11120 if test "$fat_32_64" = yes -a $tcl_corefoundation = yes; then 6510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit CoreFoundation" >&56511 $as_echo_n "checking for 64-bit CoreFoundation..." >&6; }6512 if test "${tcl_cv_lib_corefoundation_64+set}" = set; then :6513 $as_echo_n "(cached)" >&611121 { echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&5 11122 echo $ECHO_N "checking for 64-bit CoreFoundation... $ECHO_C" >&6; } 11123 if test "${tcl_cv_lib_corefoundation_64+set}" = set; then 11124 echo $ECHO_N "(cached) $ECHO_C" >&6 6514 11125 else 6515 11126 … … 6517 11128 eval 'hold_'$v'="$'$v'";'$v'="`echo "$'$v' "|sed -e "s/-arch ppc / /g" -e "s/-arch i386 / /g"`"' 6518 11129 done 6519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11130 cat >conftest.$ac_ext <<_ACEOF 11131 /* confdefs.h. */ 11132 _ACEOF 11133 cat confdefs.h >>conftest.$ac_ext 11134 cat >>conftest.$ac_ext <<_ACEOF 6520 11135 /* end confdefs.h. */ 6521 11136 #include <CoreFoundation/CoreFoundation.h> … … 6528 11143 } 6529 11144 _ACEOF 6530 if ac_fn_cxx_try_link "$LINENO"; then : 11145 rm -f conftest.$ac_objext conftest$ac_exeext 11146 if { (ac_try="$ac_link" 11147 case "(($ac_try" in 11148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11149 *) ac_try_echo=$ac_try;; 11150 esac 11151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11152 (eval "$ac_link") 2>conftest.er1 11153 ac_status=$? 11154 grep -v '^ *+' conftest.er1 >conftest.err 11155 rm -f conftest.er1 11156 cat conftest.err >&5 11157 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11158 (exit $ac_status); } && { 11159 test -z "$ac_cxx_werror_flag" || 11160 test ! -s conftest.err 11161 } && test -s conftest$ac_exeext && 11162 $as_test_x conftest$ac_exeext; then 6531 11163 tcl_cv_lib_corefoundation_64=yes 6532 11164 else 6533 tcl_cv_lib_corefoundation_64=no 6534 fi 6535 rm -f core conftest.err conftest.$ac_objext \ 6536 conftest$ac_exeext conftest.$ac_ext 11165 echo "$as_me: failed program was:" >&5 11166 sed 's/^/| /' conftest.$ac_ext >&5 11167 11168 tcl_cv_lib_corefoundation_64=no 11169 fi 11170 11171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11172 conftest$ac_exeext conftest.$ac_ext 6537 11173 for v in CFLAGS CPPFLAGS LDFLAGS; do 6538 11174 eval $v'="$hold_'$v'"' 6539 11175 done 6540 11176 fi 6541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_lib_corefoundation_64" >&56542 $as_echo "$tcl_cv_lib_corefoundation_64" >&6; }11177 { echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&5 11178 echo "${ECHO_T}$tcl_cv_lib_corefoundation_64" >&6; } 6543 11179 if test $tcl_cv_lib_corefoundation_64 = no; then 6544 $as_echo "#define NO_COREFOUNDATION_64 1" >>confdefs.h 11180 cat >>confdefs.h <<\_ACEOF 11181 #define NO_COREFOUNDATION_64 1 11182 _ACEOF 6545 11183 6546 11184 fi 6547 11185 fi 6548 11186 fi 6549 $as_echo "#define MAC_OSX_TCL 1" >>confdefs.h 11187 cat >>confdefs.h <<\_ACEOF 11188 #define MAC_OSX_TCL 1 11189 _ACEOF 6550 11190 6551 11191 ;; … … 6562 11202 OS/390-*) 6563 11203 CFLAGS_OPTIMIZE="" # Optimizer is buggy 6564 $as_echo "#define _OE_SOCKETS 1" >>confdefs.h 11204 cat >>confdefs.h <<\_ACEOF 11205 #define _OE_SOCKETS 1 11206 _ACEOF 6565 11207 # needed in sys/socket.h 6566 11208 ;; … … 6703 11345 # won't define thread-safe library routines. 6704 11346 6705 $as_echo "#define _REENTRANT 1" >>confdefs.h 6706 6707 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h 11347 cat >>confdefs.h <<\_ACEOF 11348 #define _REENTRANT 1 11349 _ACEOF 11350 11351 cat >>confdefs.h <<\_ACEOF 11352 #define _POSIX_PTHREAD_SEMANTICS 1 11353 _ACEOF 6708 11354 6709 11355 … … 6731 11377 # won't define thread-safe library routines. 6732 11378 6733 $as_echo "#define _REENTRANT 1" >>confdefs.h 6734 6735 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h 11379 cat >>confdefs.h <<\_ACEOF 11380 #define _REENTRANT 1 11381 _ACEOF 11382 11383 cat >>confdefs.h <<\_ACEOF 11384 #define _POSIX_PTHREAD_SEMANTICS 1 11385 _ACEOF 6736 11386 6737 11387 … … 6744 11394 if test "$GCC" = "yes" ; then 6745 11395 if test "`gcc -dumpversion | awk -F. '{print $1}'`" -lt "3" ; then 6746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&56747 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}11396 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5 11397 echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;} 6748 11398 else 6749 11399 do64bit_ok=yes … … 6766 11416 elif test "$arch" = "amd64 i386" ; then 6767 11417 if test "$GCC" = "yes" ; then 6768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported with GCC on $system" >&56769 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}11418 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 11419 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 6770 11420 else 6771 11421 do64bit_ok=yes … … 6774 11424 fi 6775 11425 else 6776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported for $arch" >&56777 $as_echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;}11426 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported for $arch" >&5 11427 echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;} 6778 11428 fi 6779 11429 fi … … 6833 11483 # Some UNIX_SV* systems (unixware 1.1.2 for example) have linkers 6834 11484 # that don't grok the -Bexport option. Test that it does. 6835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld accepts -Bexport flag" >&56836 $as_echo_n "checking for ld accepts -Bexport flag..." >&6; }6837 if test "${tcl_cv_ld_Bexport+set}" = set; then :6838 $as_echo_n "(cached)" >&611485 { echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&5 11486 echo $ECHO_N "checking for ld accepts -Bexport flag... $ECHO_C" >&6; } 11487 if test "${tcl_cv_ld_Bexport+set}" = set; then 11488 echo $ECHO_N "(cached) $ECHO_C" >&6 6839 11489 else 6840 11490 6841 11491 hold_ldflags=$LDFLAGS 6842 11492 LDFLAGS="$LDFLAGS -Wl,-Bexport" 6843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11493 cat >conftest.$ac_ext <<_ACEOF 11494 /* confdefs.h. */ 11495 _ACEOF 11496 cat confdefs.h >>conftest.$ac_ext 11497 cat >>conftest.$ac_ext <<_ACEOF 6844 11498 /* end confdefs.h. */ 6845 11499 … … 6852 11506 } 6853 11507 _ACEOF 6854 if ac_fn_cxx_try_link "$LINENO"; then : 11508 rm -f conftest.$ac_objext conftest$ac_exeext 11509 if { (ac_try="$ac_link" 11510 case "(($ac_try" in 11511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11512 *) ac_try_echo=$ac_try;; 11513 esac 11514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11515 (eval "$ac_link") 2>conftest.er1 11516 ac_status=$? 11517 grep -v '^ *+' conftest.er1 >conftest.err 11518 rm -f conftest.er1 11519 cat conftest.err >&5 11520 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11521 (exit $ac_status); } && { 11522 test -z "$ac_cxx_werror_flag" || 11523 test ! -s conftest.err 11524 } && test -s conftest$ac_exeext && 11525 $as_test_x conftest$ac_exeext; then 6855 11526 tcl_cv_ld_Bexport=yes 6856 11527 else 6857 tcl_cv_ld_Bexport=no 6858 fi 6859 rm -f core conftest.err conftest.$ac_objext \ 6860 conftest$ac_exeext conftest.$ac_ext 11528 echo "$as_me: failed program was:" >&5 11529 sed 's/^/| /' conftest.$ac_ext >&5 11530 11531 tcl_cv_ld_Bexport=no 11532 fi 11533 11534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11535 conftest$ac_exeext conftest.$ac_ext 6861 11536 LDFLAGS=$hold_ldflags 6862 11537 fi 6863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_ld_Bexport" >&56864 $as_echo "$tcl_cv_ld_Bexport" >&6; }11538 { echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&5 11539 echo "${ECHO_T}$tcl_cv_ld_Bexport" >&6; } 6865 11540 if test $tcl_cv_ld_Bexport = yes; then 6866 11541 LDFLAGS="$LDFLAGS -Wl,-Bexport" … … 6872 11547 6873 11548 if test "$do64bit" = "yes" -a "$do64bit_ok" = "no" ; then 6874 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit support being disabled -- don't know magic for this platform" >&56875 $as_echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;}11549 { echo "$as_me:$LINENO: WARNING: 64bit support being disabled -- don't know magic for this platform" >&5 11550 echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;} 6876 11551 fi 6877 11552 … … 6899 11574 6900 11575 if test "x$DL_OBJS" = "xtclLoadAout.o" ; then 6901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/exec.h" >&5 6902 $as_echo_n "checking sys/exec.h... " >&6; } 6903 if test "${tcl_cv_sysexec_h+set}" = set; then : 6904 $as_echo_n "(cached) " >&6 6905 else 6906 6907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11576 { echo "$as_me:$LINENO: checking sys/exec.h" >&5 11577 echo $ECHO_N "checking sys/exec.h... $ECHO_C" >&6; } 11578 if test "${tcl_cv_sysexec_h+set}" = set; then 11579 echo $ECHO_N "(cached) $ECHO_C" >&6 11580 else 11581 11582 cat >conftest.$ac_ext <<_ACEOF 11583 /* confdefs.h. */ 11584 _ACEOF 11585 cat confdefs.h >>conftest.$ac_ext 11586 cat >>conftest.$ac_ext <<_ACEOF 6908 11587 /* end confdefs.h. */ 6909 11588 #include <sys/exec.h> … … 6927 11606 } 6928 11607 _ACEOF 6929 if ac_fn_cxx_try_compile "$LINENO"; then : 11608 rm -f conftest.$ac_objext 11609 if { (ac_try="$ac_compile" 11610 case "(($ac_try" in 11611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11612 *) ac_try_echo=$ac_try;; 11613 esac 11614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11615 (eval "$ac_compile") 2>conftest.er1 11616 ac_status=$? 11617 grep -v '^ *+' conftest.er1 >conftest.err 11618 rm -f conftest.er1 11619 cat conftest.err >&5 11620 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11621 (exit $ac_status); } && { 11622 test -z "$ac_cxx_werror_flag" || 11623 test ! -s conftest.err 11624 } && test -s conftest.$ac_objext; then 6930 11625 tcl_cv_sysexec_h=usable 6931 11626 else 6932 tcl_cv_sysexec_h=unusable 6933 fi 11627 echo "$as_me: failed program was:" >&5 11628 sed 's/^/| /' conftest.$ac_ext >&5 11629 11630 tcl_cv_sysexec_h=unusable 11631 fi 11632 6934 11633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6935 11634 fi 6936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_sysexec_h" >&56937 $as_echo "$tcl_cv_sysexec_h" >&6; }11635 { echo "$as_me:$LINENO: result: $tcl_cv_sysexec_h" >&5 11636 echo "${ECHO_T}$tcl_cv_sysexec_h" >&6; } 6938 11637 if test $tcl_cv_sysexec_h = usable; then 6939 $as_echo "#define USE_SYS_EXEC_H 1" >>confdefs.h 11638 cat >>confdefs.h <<\_ACEOF 11639 #define USE_SYS_EXEC_H 1 11640 _ACEOF 6940 11641 6941 11642 else 6942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking a.out.h" >&5 6943 $as_echo_n "checking a.out.h... " >&6; } 6944 if test "${tcl_cv_aout_h+set}" = set; then : 6945 $as_echo_n "(cached) " >&6 6946 else 6947 6948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11643 { echo "$as_me:$LINENO: checking a.out.h" >&5 11644 echo $ECHO_N "checking a.out.h... $ECHO_C" >&6; } 11645 if test "${tcl_cv_aout_h+set}" = set; then 11646 echo $ECHO_N "(cached) $ECHO_C" >&6 11647 else 11648 11649 cat >conftest.$ac_ext <<_ACEOF 11650 /* confdefs.h. */ 11651 _ACEOF 11652 cat confdefs.h >>conftest.$ac_ext 11653 cat >>conftest.$ac_ext <<_ACEOF 6949 11654 /* end confdefs.h. */ 6950 11655 #include <a.out.h> … … 6968 11673 } 6969 11674 _ACEOF 6970 if ac_fn_cxx_try_compile "$LINENO"; then : 11675 rm -f conftest.$ac_objext 11676 if { (ac_try="$ac_compile" 11677 case "(($ac_try" in 11678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11679 *) ac_try_echo=$ac_try;; 11680 esac 11681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11682 (eval "$ac_compile") 2>conftest.er1 11683 ac_status=$? 11684 grep -v '^ *+' conftest.er1 >conftest.err 11685 rm -f conftest.er1 11686 cat conftest.err >&5 11687 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11688 (exit $ac_status); } && { 11689 test -z "$ac_cxx_werror_flag" || 11690 test ! -s conftest.err 11691 } && test -s conftest.$ac_objext; then 6971 11692 tcl_cv_aout_h=usable 6972 11693 else 6973 tcl_cv_aout_h=unusable 6974 fi 11694 echo "$as_me: failed program was:" >&5 11695 sed 's/^/| /' conftest.$ac_ext >&5 11696 11697 tcl_cv_aout_h=unusable 11698 fi 11699 6975 11700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6976 11701 fi 6977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_aout_h" >&56978 $as_echo "$tcl_cv_aout_h" >&6; }11702 { echo "$as_me:$LINENO: result: $tcl_cv_aout_h" >&5 11703 echo "${ECHO_T}$tcl_cv_aout_h" >&6; } 6979 11704 if test $tcl_cv_aout_h = usable; then 6980 $as_echo "#define USE_A_OUT_H 1" >>confdefs.h 11705 cat >>confdefs.h <<\_ACEOF 11706 #define USE_A_OUT_H 1 11707 _ACEOF 6981 11708 6982 11709 else 6983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/exec_aout.h" >&5 6984 $as_echo_n "checking sys/exec_aout.h... " >&6; } 6985 if test "${tcl_cv_sysexecaout_h+set}" = set; then : 6986 $as_echo_n "(cached) " >&6 6987 else 6988 6989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11710 { echo "$as_me:$LINENO: checking sys/exec_aout.h" >&5 11711 echo $ECHO_N "checking sys/exec_aout.h... $ECHO_C" >&6; } 11712 if test "${tcl_cv_sysexecaout_h+set}" = set; then 11713 echo $ECHO_N "(cached) $ECHO_C" >&6 11714 else 11715 11716 cat >conftest.$ac_ext <<_ACEOF 11717 /* confdefs.h. */ 11718 _ACEOF 11719 cat confdefs.h >>conftest.$ac_ext 11720 cat >>conftest.$ac_ext <<_ACEOF 6990 11721 /* end confdefs.h. */ 6991 11722 #include <sys/exec_aout.h> … … 7009 11740 } 7010 11741 _ACEOF 7011 if ac_fn_cxx_try_compile "$LINENO"; then : 11742 rm -f conftest.$ac_objext 11743 if { (ac_try="$ac_compile" 11744 case "(($ac_try" in 11745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11746 *) ac_try_echo=$ac_try;; 11747 esac 11748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11749 (eval "$ac_compile") 2>conftest.er1 11750 ac_status=$? 11751 grep -v '^ *+' conftest.er1 >conftest.err 11752 rm -f conftest.er1 11753 cat conftest.err >&5 11754 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11755 (exit $ac_status); } && { 11756 test -z "$ac_cxx_werror_flag" || 11757 test ! -s conftest.err 11758 } && test -s conftest.$ac_objext; then 7012 11759 tcl_cv_sysexecaout_h=usable 7013 11760 else 7014 tcl_cv_sysexecaout_h=unusable 7015 fi 11761 echo "$as_me: failed program was:" >&5 11762 sed 's/^/| /' conftest.$ac_ext >&5 11763 11764 tcl_cv_sysexecaout_h=unusable 11765 fi 11766 7016 11767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7017 11768 fi 7018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_sysexecaout_h" >&57019 $as_echo "$tcl_cv_sysexecaout_h" >&6; }11769 { echo "$as_me:$LINENO: result: $tcl_cv_sysexecaout_h" >&5 11770 echo "${ECHO_T}$tcl_cv_sysexecaout_h" >&6; } 7020 11771 if test $tcl_cv_sysexecaout_h = usable; then 7021 $as_echo "#define USE_SYS_EXEC_AOUT_H 1" >>confdefs.h 11772 cat >>confdefs.h <<\_ACEOF 11773 #define USE_SYS_EXEC_AOUT_H 1 11774 _ACEOF 7022 11775 7023 11776 else … … 7031 11784 7032 11785 # Check whether --enable-load was given. 7033 if test "${enable_load+set}" = set; then :11786 if test "${enable_load+set}" = set; then 7034 11787 enableval=$enable_load; tcl_ok=$enableval 7035 11788 else … … 7162 11915 done 7163 11916 if test "x${make_command}" = "x" ; then 7164 as_fn_error "Requires GNU make. You can specify a version with \$MAKE" "$LINENO" 5 11917 { { echo "$as_me:$LINENO: error: Requires GNU make. You can specify a version with \$MAKE" >&5 11918 echo "$as_me: error: Requires GNU make. You can specify a version with \$MAKE" >&2;} 11919 { (exit 1); exit 1; }; } 7165 11920 fi 7166 11921 MAKE=${make_command} … … 7168 11923 7169 11924 # Check whether --enable-gui was given. 7170 if test "${enable_gui+set}" = set; then :11925 if test "${enable_gui+set}" = set; then 7171 11926 enableval=$enable_gui; 7172 11927 else … … 7184 11939 7185 11940 # Check whether --with-tclsh was given. 7186 if test "${with_tclsh+set}" = set; then :11941 if test "${with_tclsh+set}" = set; then 7187 11942 withval=$with_tclsh; 7188 11943 else … … 7193 11948 TCLSH= 7194 11949 if test "$with_tclsh" != "no" ; then 7195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tclsh" >&57196 $as_echo_n "checking for tclsh..." >&6; }11950 { echo "$as_me:$LINENO: checking for tclsh" >&5 11951 echo $ECHO_N "checking for tclsh... $ECHO_C" >&6; } 7197 11952 if test -x "$with_tclsh/bin/tclsh" 7198 11953 then … … 7225 11980 # Extract the first word of "tclsh", so it can be a program name with args. 7226 11981 set dummy tclsh; ac_word=$2 7227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57228 $as_echo_n "checking for $ac_word..." >&6; }7229 if test "${ac_cv_path_TCLSH+set}" = set; then :7230 $as_echo_n "(cached)" >&611982 { echo "$as_me:$LINENO: checking for $ac_word" >&5 11983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11984 if test "${ac_cv_path_TCLSH+set}" = set; then 11985 echo $ECHO_N "(cached) $ECHO_C" >&6 7231 11986 else 7232 11987 case $TCLSH in … … 7240 11995 IFS=$as_save_IFS 7241 11996 test -z "$as_dir" && as_dir=. 7242 11997 for ac_exec_ext in '' $ac_executable_extensions; do 7243 11998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7244 11999 ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext" 7245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512000 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7246 12001 break 2 7247 12002 fi 7248 12003 done 7249 12004 done 7250 12005 IFS=$as_save_IFS 7251 12006 … … 7255 12010 TCLSH=$ac_cv_path_TCLSH 7256 12011 if test -n "$TCLSH"; then 7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TCLSH" >&57258 $as_echo "$TCLSH" >&6; }7259 else 7260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57261 $as_echo "no" >&6; }12012 { echo "$as_me:$LINENO: result: $TCLSH" >&5 12013 echo "${ECHO_T}$TCLSH" >&6; } 12014 else 12015 { echo "$as_me:$LINENO: result: no" >&5 12016 echo "${ECHO_T}no" >&6; } 7262 12017 fi 7263 12018 … … 7266 12021 fi 7267 12022 7268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${TCLSH}" >&57269 $as_echo "${TCLSH}" >&6; }12023 { echo "$as_me:$LINENO: result: ${TCLSH}" >&5 12024 echo "${ECHO_T}${TCLSH}" >&6; } 7270 12025 7271 12026 … … 7299 12054 7300 12055 # Check whether --with-vtk was given. 7301 if test "${with_vtk+set}" = set; then :12056 if test "${with_vtk+set}" = set; then 7302 12057 withval=$with_vtk; with_vtk=$withval 7303 12058 else … … 7306 12061 7307 12062 7308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vtk" >&57309 $as_echo_n "checking for vtk..." >&6; }12063 { echo "$as_me:$LINENO: checking for vtk" >&5 12064 echo $ECHO_N "checking for vtk... $ECHO_C" >&6; } 7310 12065 VTKDIR="" 7311 12066 … … 7330 12085 fi 7331 12086 7332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VTKDIR" >&57333 $as_echo "$VTKDIR" >&6; }12087 { echo "$as_me:$LINENO: result: $VTKDIR" >&5 12088 echo "${ECHO_T}$VTKDIR" >&6; } 7334 12089 7335 12090 7336 12091 7337 12092 # Check whether --with-matlab was given. 7338 if test "${with_matlab+set}" = set; then :12093 if test "${with_matlab+set}" = set; then 7339 12094 withval=$with_matlab; with_matlab=$withval 7340 12095 else … … 7352 12107 # Extract the first word of "matlab", so it can be a program name with args. 7353 12108 set dummy matlab; ac_word=$2 7354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57355 $as_echo_n "checking for $ac_word..." >&6; }7356 if test "${ac_cv_path_MATLAB+set}" = set; then :7357 $as_echo_n "(cached)" >&612109 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12110 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12111 if test "${ac_cv_path_MATLAB+set}" = set; then 12112 echo $ECHO_N "(cached) $ECHO_C" >&6 7358 12113 else 7359 12114 case $MATLAB in … … 7367 12122 IFS=$as_save_IFS 7368 12123 test -z "$as_dir" && as_dir=. 7369 12124 for ac_exec_ext in '' $ac_executable_extensions; do 7370 12125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7371 12126 ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext" 7372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512127 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7373 12128 break 2 7374 12129 fi 7375 12130 done 7376 12131 done 7377 12132 IFS=$as_save_IFS 7378 12133 … … 7382 12137 MATLAB=$ac_cv_path_MATLAB 7383 12138 if test -n "$MATLAB"; then 7384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MATLAB" >&57385 $as_echo "$MATLAB" >&6; }7386 else 7387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57388 $as_echo "no" >&6; }12139 { echo "$as_me:$LINENO: result: $MATLAB" >&5 12140 echo "${ECHO_T}$MATLAB" >&6; } 12141 else 12142 { echo "$as_me:$LINENO: result: no" >&5 12143 echo "${ECHO_T}no" >&6; } 7389 12144 fi 7390 12145 … … 7393 12148 # Extract the first word of "matlab", so it can be a program name with args. 7394 12149 set dummy matlab; ac_word=$2 7395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57396 $as_echo_n "checking for $ac_word..." >&6; }7397 if test "${ac_cv_path_MATLAB+set}" = set; then :7398 $as_echo_n "(cached)" >&612150 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12151 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12152 if test "${ac_cv_path_MATLAB+set}" = set; then 12153 echo $ECHO_N "(cached) $ECHO_C" >&6 7399 12154 else 7400 12155 case $MATLAB in … … 7409 12164 IFS=$as_save_IFS 7410 12165 test -z "$as_dir" && as_dir=. 7411 12166 for ac_exec_ext in '' $ac_executable_extensions; do 7412 12167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7413 12168 ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext" 7414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512169 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7415 12170 break 2 7416 12171 fi 7417 12172 done 7418 12173 done 7419 12174 IFS=$as_save_IFS 7420 12175 … … 7424 12179 MATLAB=$ac_cv_path_MATLAB 7425 12180 if test -n "$MATLAB"; then 7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MATLAB" >&57427 $as_echo "$MATLAB" >&6; }7428 else 7429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57430 $as_echo "no" >&6; }12181 { echo "$as_me:$LINENO: result: $MATLAB" >&5 12182 echo "${ECHO_T}$MATLAB" >&6; } 12183 else 12184 { echo "$as_me:$LINENO: result: no" >&5 12185 echo "${ECHO_T}no" >&6; } 7431 12186 fi 7432 12187 … … 7444 12199 # Extract the first word of "mex", so it can be a program name with args. 7445 12200 set dummy mex; ac_word=$2 7446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57447 $as_echo_n "checking for $ac_word..." >&6; }7448 if test "${ac_cv_path_MEX+set}" = set; then :7449 $as_echo_n "(cached)" >&612201 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12202 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12203 if test "${ac_cv_path_MEX+set}" = set; then 12204 echo $ECHO_N "(cached) $ECHO_C" >&6 7450 12205 else 7451 12206 case $MEX in … … 7459 12214 IFS=$as_save_IFS 7460 12215 test -z "$as_dir" && as_dir=. 7461 12216 for ac_exec_ext in '' $ac_executable_extensions; do 7462 12217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7463 12218 ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext" 7464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512219 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7465 12220 break 2 7466 12221 fi 7467 12222 done 7468 12223 done 7469 12224 IFS=$as_save_IFS 7470 12225 … … 7474 12229 MEX=$ac_cv_path_MEX 7475 12230 if test -n "$MEX"; then 7476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MEX" >&57477 $as_echo "$MEX" >&6; }7478 else 7479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57480 $as_echo "no" >&6; }12231 { echo "$as_me:$LINENO: result: $MEX" >&5 12232 echo "${ECHO_T}$MEX" >&6; } 12233 else 12234 { echo "$as_me:$LINENO: result: no" >&5 12235 echo "${ECHO_T}no" >&6; } 7481 12236 fi 7482 12237 … … 7484 12239 # Extract the first word of "mexext", so it can be a program name with args. 7485 12240 set dummy mexext; ac_word=$2 7486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57487 $as_echo_n "checking for $ac_word..." >&6; }7488 if test "${ac_cv_path_MEXEXT+set}" = set; then :7489 $as_echo_n "(cached)" >&612241 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12242 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12243 if test "${ac_cv_path_MEXEXT+set}" = set; then 12244 echo $ECHO_N "(cached) $ECHO_C" >&6 7490 12245 else 7491 12246 case $MEXEXT in … … 7499 12254 IFS=$as_save_IFS 7500 12255 test -z "$as_dir" && as_dir=. 7501 12256 for ac_exec_ext in '' $ac_executable_extensions; do 7502 12257 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7503 12258 ac_cv_path_MEXEXT="$as_dir/$ac_word$ac_exec_ext" 7504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512259 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7505 12260 break 2 7506 12261 fi 7507 12262 done 7508 12263 done 7509 12264 IFS=$as_save_IFS 7510 12265 … … 7514 12269 MEXEXT=$ac_cv_path_MEXEXT 7515 12270 if test -n "$MEXEXT"; then 7516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MEXEXT" >&57517 $as_echo "$MEXEXT" >&6; }7518 else 7519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57520 $as_echo "no" >&6; }12271 { echo "$as_me:$LINENO: result: $MEXEXT" >&5 12272 echo "${ECHO_T}$MEXEXT" >&6; } 12273 else 12274 { echo "$as_me:$LINENO: result: no" >&5 12275 echo "${ECHO_T}no" >&6; } 7521 12276 fi 7522 12277 … … 7524 12279 7525 12280 # Run "mexext" to get the expected module extension for this platform. 7526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mex extension" >&57527 $as_echo_n "checking for mex extension..." >&6; }12281 { echo "$as_me:$LINENO: checking for mex extension" >&5 12282 echo $ECHO_N "checking for mex extension... $ECHO_C" >&6; } 7528 12283 if test "x$MEXEXT" != "x" ; then 7529 12284 MEXEXT=`$MEXEXT` … … 7531 12286 MEXEXT="mexglx" 7532 12287 fi 7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MEXEXT" >&57534 $as_echo "$MEXEXT" >&6; }12288 { echo "$as_me:$LINENO: result: $MEXEXT" >&5 12289 echo "${ECHO_T}$MEXEXT" >&6; } 7535 12290 # Extract the first word of "mcc", so it can be a program name with args. 7536 12291 set dummy mcc; ac_word=$2 7537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57538 $as_echo_n "checking for $ac_word..." >&6; }7539 if test "${ac_cv_path_MCC+set}" = set; then :7540 $as_echo_n "(cached)" >&612292 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12293 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12294 if test "${ac_cv_path_MCC+set}" = set; then 12295 echo $ECHO_N "(cached) $ECHO_C" >&6 7541 12296 else 7542 12297 case $MCC in … … 7550 12305 IFS=$as_save_IFS 7551 12306 test -z "$as_dir" && as_dir=. 7552 12307 for ac_exec_ext in '' $ac_executable_extensions; do 7553 12308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7554 12309 ac_cv_path_MCC="$as_dir/$ac_word$ac_exec_ext" 7555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512310 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7556 12311 break 2 7557 12312 fi 7558 12313 done 7559 12314 done 7560 12315 IFS=$as_save_IFS 7561 12316 … … 7565 12320 MCC=$ac_cv_path_MCC 7566 12321 if test -n "$MCC"; then 7567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MCC" >&57568 $as_echo "$MCC" >&6; }7569 else 7570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57571 $as_echo "no" >&6; }7572 fi 7573 7574 7575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mcc extension" >&57576 $as_echo_n "checking for mcc extension..." >&6; }12322 { echo "$as_me:$LINENO: result: $MCC" >&5 12323 echo "${ECHO_T}$MCC" >&6; } 12324 else 12325 { echo "$as_me:$LINENO: result: no" >&5 12326 echo "${ECHO_T}no" >&6; } 12327 fi 12328 12329 12330 { echo "$as_me:$LINENO: checking for mcc extension" >&5 12331 echo $ECHO_N "checking for mcc extension... $ECHO_C" >&6; } 7577 12332 fi 7578 12333 … … 7586 12341 7587 12342 # Check whether --with-octave was given. 7588 if test "${with_octave+set}" = set; then :12343 if test "${with_octave+set}" = set; then 7589 12344 withval=$with_octave; with_octave=$withval 7590 12345 else … … 7602 12357 MKOCTFILE3= 7603 12358 if test "$with_octave" != "no" ; then 7604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for octave and mkoctfile" >&57605 $as_echo_n "checking for octave and mkoctfile..." >&6; }12359 { echo "$as_me:$LINENO: checking for octave and mkoctfile" >&5 12360 echo $ECHO_N "checking for octave and mkoctfile... $ECHO_C" >&6; } 7606 12361 if test "$with_octave" = "yes" ; then 7607 12362 # Extract the first word of "octave", so it can be a program name with args. 7608 12363 set dummy octave; ac_word=$2 7609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57610 $as_echo_n "checking for $ac_word..." >&6; }7611 if test "${ac_cv_path_OCTAVE+set}" = set; then :7612 $as_echo_n "(cached)" >&612364 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12365 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12366 if test "${ac_cv_path_OCTAVE+set}" = set; then 12367 echo $ECHO_N "(cached) $ECHO_C" >&6 7613 12368 else 7614 12369 case $OCTAVE in … … 7622 12377 IFS=$as_save_IFS 7623 12378 test -z "$as_dir" && as_dir=. 7624 12379 for ac_exec_ext in '' $ac_executable_extensions; do 7625 12380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7626 12381 ac_cv_path_OCTAVE="$as_dir/$ac_word$ac_exec_ext" 7627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512382 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7628 12383 break 2 7629 12384 fi 7630 12385 done 7631 12386 done 7632 12387 IFS=$as_save_IFS 7633 12388 … … 7637 12392 OCTAVE=$ac_cv_path_OCTAVE 7638 12393 if test -n "$OCTAVE"; then 7639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OCTAVE" >&57640 $as_echo "$OCTAVE" >&6; }7641 else 7642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57643 $as_echo "no" >&6; }12394 { echo "$as_me:$LINENO: result: $OCTAVE" >&5 12395 echo "${ECHO_T}$OCTAVE" >&6; } 12396 else 12397 { echo "$as_me:$LINENO: result: no" >&5 12398 echo "${ECHO_T}no" >&6; } 7644 12399 fi 7645 12400 … … 7647 12402 # Extract the first word of "mkoctfile", so it can be a program name with args. 7648 12403 set dummy mkoctfile; ac_word=$2 7649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57650 $as_echo_n "checking for $ac_word..." >&6; }7651 if test "${ac_cv_path_MKOCTFILE+set}" = set; then :7652 $as_echo_n "(cached)" >&612404 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12406 if test "${ac_cv_path_MKOCTFILE+set}" = set; then 12407 echo $ECHO_N "(cached) $ECHO_C" >&6 7653 12408 else 7654 12409 case $MKOCTFILE in … … 7662 12417 IFS=$as_save_IFS 7663 12418 test -z "$as_dir" && as_dir=. 7664 12419 for ac_exec_ext in '' $ac_executable_extensions; do 7665 12420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7666 12421 ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext" 7667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512422 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7668 12423 break 2 7669 12424 fi 7670 12425 done 7671 12426 done 7672 12427 IFS=$as_save_IFS 7673 12428 … … 7677 12432 MKOCTFILE=$ac_cv_path_MKOCTFILE 7678 12433 if test -n "$MKOCTFILE"; then 7679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKOCTFILE" >&57680 $as_echo "$MKOCTFILE" >&6; }7681 else 7682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57683 $as_echo "no" >&6; }12434 { echo "$as_me:$LINENO: result: $MKOCTFILE" >&5 12435 echo "${ECHO_T}$MKOCTFILE" >&6; } 12436 else 12437 { echo "$as_me:$LINENO: result: no" >&5 12438 echo "${ECHO_T}no" >&6; } 7684 12439 fi 7685 12440 … … 7706 12461 7707 12462 # Check whether --with-octave2 was given. 7708 if test "${with_octave2+set}" = set; then :12463 if test "${with_octave2+set}" = set; then 7709 12464 withval=$with_octave2; with_octave2=$withval 7710 12465 else … … 7713 12468 7714 12469 7715 if test "$with_octave2" = "yes" ; then 7716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for octave and mkoctfile" >&5 7717 $as_echo_n "checking for octave and mkoctfile... " >&6; } 7718 # Extract the first word of "octave", so it can be a program name with args. 12470 if test "$with_octave2" != "no" ; then 12471 if test "$with_octave2" = "yes" ; then 12472 { echo "$as_me:$LINENO: checking for octave and mkoctfile" >&5 12473 echo $ECHO_N "checking for octave and mkoctfile... $ECHO_C" >&6; } 12474 # Extract the first word of "octave", so it can be a program name with args. 7719 12475 set dummy octave; ac_word=$2 7720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57721 $as_echo_n "checking for $ac_word..." >&6; }7722 if test "${ac_cv_path_octave2+set}" = set; then :7723 $as_echo_n "(cached)" >&612476 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12477 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12478 if test "${ac_cv_path_octave2+set}" = set; then 12479 echo $ECHO_N "(cached) $ECHO_C" >&6 7724 12480 else 7725 12481 case $octave2 in … … 7733 12489 IFS=$as_save_IFS 7734 12490 test -z "$as_dir" && as_dir=. 7735 12491 for ac_exec_ext in '' $ac_executable_extensions; do 7736 12492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7737 12493 ac_cv_path_octave2="$as_dir/$ac_word$ac_exec_ext" 7738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512494 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7739 12495 break 2 7740 12496 fi 7741 12497 done 7742 12498 done 7743 12499 IFS=$as_save_IFS 7744 12500 … … 7748 12504 octave2=$ac_cv_path_octave2 7749 12505 if test -n "$octave2"; then 7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $octave2" >&57751 $as_echo "$octave2" >&6; }7752 else 7753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57754 $as_echo "no" >&6; }7755 fi 7756 7757 7758 # Extract the first word of "mkoctfile", so it can be a program name with args.12506 { echo "$as_me:$LINENO: result: $octave2" >&5 12507 echo "${ECHO_T}$octave2" >&6; } 12508 else 12509 { echo "$as_me:$LINENO: result: no" >&5 12510 echo "${ECHO_T}no" >&6; } 12511 fi 12512 12513 12514 # Extract the first word of "mkoctfile", so it can be a program name with args. 7759 12515 set dummy mkoctfile; ac_word=$2 7760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57761 $as_echo_n "checking for $ac_word..." >&6; }7762 if test "${ac_cv_path_mkoctfile2+set}" = set; then :7763 $as_echo_n "(cached)" >&612516 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12517 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12518 if test "${ac_cv_path_mkoctfile2+set}" = set; then 12519 echo $ECHO_N "(cached) $ECHO_C" >&6 7764 12520 else 7765 12521 case $mkoctfile2 in … … 7773 12529 IFS=$as_save_IFS 7774 12530 test -z "$as_dir" && as_dir=. 7775 12531 for ac_exec_ext in '' $ac_executable_extensions; do 7776 12532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7777 12533 ac_cv_path_mkoctfile2="$as_dir/$ac_word$ac_exec_ext" 7778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512534 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7779 12535 break 2 7780 12536 fi 7781 12537 done 7782 12538 done 7783 12539 IFS=$as_save_IFS 7784 12540 … … 7788 12544 mkoctfile2=$ac_cv_path_mkoctfile2 7789 12545 if test -n "$mkoctfile2"; then 7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $mkoctfile2" >&5 7791 $as_echo "$mkoctfile2" >&6; } 7792 else 7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7794 $as_echo "no" >&6; } 7795 fi 7796 7797 12546 { echo "$as_me:$LINENO: result: $mkoctfile2" >&5 12547 echo "${ECHO_T}$mkoctfile2" >&6; } 12548 else 12549 { echo "$as_me:$LINENO: result: no" >&5 12550 echo "${ECHO_T}no" >&6; } 12551 fi 12552 12553 12554 else 12555 octave2=$with_octave2 12556 mkoctfile2=`dirname $with_octave2`/mkoctfile 12557 fi 7798 12558 fi 7799 12559 if test "x${octave2}" != "x" ; then … … 7810 12570 7811 12571 # Check whether --with-octave3 was given. 7812 if test "${with_octave3+set}" = set; then :12572 if test "${with_octave3+set}" = set; then 7813 12573 withval=$with_octave3; with_octave3=$withval 7814 12574 else … … 7817 12577 7818 12578 7819 if test "$with_octave3" = "yes" ; then 7820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for octave and mkoctfile" >&5 7821 $as_echo_n "checking for octave and mkoctfile... " >&6; } 7822 # Extract the first word of "octave", so it can be a program name with args. 12579 echo with_octave3=$with_octave3 12580 if test "$with_octave3" != "no" ; then 12581 if test "$with_octave3" = "yes" ; then 12582 { echo "$as_me:$LINENO: checking for octave and mkoctfile" >&5 12583 echo $ECHO_N "checking for octave and mkoctfile... $ECHO_C" >&6; } 12584 # Extract the first word of "octave", so it can be a program name with args. 7823 12585 set dummy octave; ac_word=$2 7824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57825 $as_echo_n "checking for $ac_word..." >&6; }7826 if test "${ac_cv_path_octave3+set}" = set; then :7827 $as_echo_n "(cached)" >&612586 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12587 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12588 if test "${ac_cv_path_octave3+set}" = set; then 12589 echo $ECHO_N "(cached) $ECHO_C" >&6 7828 12590 else 7829 12591 case $octave3 in … … 7837 12599 IFS=$as_save_IFS 7838 12600 test -z "$as_dir" && as_dir=. 7839 12601 for ac_exec_ext in '' $ac_executable_extensions; do 7840 12602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7841 12603 ac_cv_path_octave3="$as_dir/$ac_word$ac_exec_ext" 7842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512604 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7843 12605 break 2 7844 12606 fi 7845 12607 done 7846 12608 done 7847 12609 IFS=$as_save_IFS 7848 12610 … … 7852 12614 octave3=$ac_cv_path_octave3 7853 12615 if test -n "$octave3"; then 7854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $octave3" >&57855 $as_echo "$octave3" >&6; }7856 else 7857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57858 $as_echo "no" >&6; }7859 fi 7860 7861 7862 # Extract the first word of "mkoctfile", so it can be a program name with args.12616 { echo "$as_me:$LINENO: result: $octave3" >&5 12617 echo "${ECHO_T}$octave3" >&6; } 12618 else 12619 { echo "$as_me:$LINENO: result: no" >&5 12620 echo "${ECHO_T}no" >&6; } 12621 fi 12622 12623 12624 # Extract the first word of "mkoctfile", so it can be a program name with args. 7863 12625 set dummy mkoctfile; ac_word=$2 7864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57865 $as_echo_n "checking for $ac_word..." >&6; }7866 if test "${ac_cv_path_mkoctfile3+set}" = set; then :7867 $as_echo_n "(cached)" >&612626 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12627 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12628 if test "${ac_cv_path_mkoctfile3+set}" = set; then 12629 echo $ECHO_N "(cached) $ECHO_C" >&6 7868 12630 else 7869 12631 case $mkoctfile3 in … … 7877 12639 IFS=$as_save_IFS 7878 12640 test -z "$as_dir" && as_dir=. 7879 12641 for ac_exec_ext in '' $ac_executable_extensions; do 7880 12642 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7881 12643 ac_cv_path_mkoctfile3="$as_dir/$ac_word$ac_exec_ext" 7882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512644 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7883 12645 break 2 7884 12646 fi 7885 12647 done 7886 12648 done 7887 12649 IFS=$as_save_IFS 7888 12650 … … 7892 12654 mkoctfile3=$ac_cv_path_mkoctfile3 7893 12655 if test -n "$mkoctfile3"; then 7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $mkoctfile3" >&5 7895 $as_echo "$mkoctfile3" >&6; } 7896 else 7897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7898 $as_echo "no" >&6; } 7899 fi 7900 7901 7902 fi 7903 12656 { echo "$as_me:$LINENO: result: $mkoctfile3" >&5 12657 echo "${ECHO_T}$mkoctfile3" >&6; } 12658 else 12659 { echo "$as_me:$LINENO: result: no" >&5 12660 echo "${ECHO_T}no" >&6; } 12661 fi 12662 12663 12664 else 12665 octave3=$with_octave3 12666 mkoctfile3=`dirname $with_octave3`/mkoctfile 12667 fi 12668 fi 12669 12670 echo octave3=$octave3 7904 12671 if test "x${octave3}" != "x" ; then 12672 echo version="${octave3} -v | grep version | cut -d' ' -f4" 7905 12673 version=`${octave3} -v | grep version | cut -d' ' -f4` 12674 echo version=$version 7906 12675 version_major=`echo ${version} | cut -d'.' -f1` 12676 echo version_major=$version_major 7907 12677 if test "$version_major" = "3" ; then 7908 12678 OCTAVE3=$with_octave3 … … 7922 12692 7923 12693 # Check whether --with-perl was given. 7924 if test "${with_perl+set}" = set; then :12694 if test "${with_perl+set}" = set; then 7925 12695 withval=$with_perl; 7926 12696 else … … 7941 12711 PERL_LIBSPEC= 7942 12712 if test "$with_perl" != "no" ; then 7943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl" >&57944 $as_echo_n "checking for perl..." >&6; }12713 { echo "$as_me:$LINENO: checking for perl" >&5 12714 echo $ECHO_N "checking for perl... $ECHO_C" >&6; } 7945 12715 if test "$with_perl" != "yes" ; then 7946 12716 # Extract the first word of "perl", so it can be a program name with args. 7947 12717 set dummy perl; ac_word=$2 7948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57949 $as_echo_n "checking for $ac_word..." >&6; }7950 if test "${ac_cv_path_PERL+set}" = set; then :7951 $as_echo_n "(cached)" >&612718 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12719 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12720 if test "${ac_cv_path_PERL+set}" = set; then 12721 echo $ECHO_N "(cached) $ECHO_C" >&6 7952 12722 else 7953 12723 case $PERL in … … 7962 12732 IFS=$as_save_IFS 7963 12733 test -z "$as_dir" && as_dir=. 7964 12734 for ac_exec_ext in '' $ac_executable_extensions; do 7965 12735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7966 12736 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 7967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512737 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7968 12738 break 2 7969 12739 fi 7970 12740 done 7971 12741 done 7972 12742 IFS=$as_save_IFS 7973 12743 … … 7977 12747 PERL=$ac_cv_path_PERL 7978 12748 if test -n "$PERL"; then 7979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&57980 $as_echo "$PERL" >&6; }7981 else 7982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57983 $as_echo "no" >&6; }12749 { echo "$as_me:$LINENO: result: $PERL" >&5 12750 echo "${ECHO_T}$PERL" >&6; } 12751 else 12752 { echo "$as_me:$LINENO: result: no" >&5 12753 echo "${ECHO_T}no" >&6; } 7984 12754 fi 7985 12755 … … 7988 12758 # Extract the first word of "perl", so it can be a program name with args. 7989 12759 set dummy perl; ac_word=$2 7990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57991 $as_echo_n "checking for $ac_word..." >&6; }7992 if test "${ac_cv_path_PERL+set}" = set; then :7993 $as_echo_n "(cached)" >&612760 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12761 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12762 if test "${ac_cv_path_PERL+set}" = set; then 12763 echo $ECHO_N "(cached) $ECHO_C" >&6 7994 12764 else 7995 12765 case $PERL in … … 8003 12773 IFS=$as_save_IFS 8004 12774 test -z "$as_dir" && as_dir=. 8005 12775 for ac_exec_ext in '' $ac_executable_extensions; do 8006 12776 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8007 12777 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 8008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512778 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8009 12779 break 2 8010 12780 fi 8011 12781 done 8012 12782 done 8013 12783 IFS=$as_save_IFS 8014 12784 … … 8018 12788 PERL=$ac_cv_path_PERL 8019 12789 if test -n "$PERL"; then 8020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&58021 $as_echo "$PERL" >&6; }8022 else 8023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58024 $as_echo "no" >&6; }12790 { echo "$as_me:$LINENO: result: $PERL" >&5 12791 echo "${ECHO_T}$PERL" >&6; } 12792 else 12793 { echo "$as_me:$LINENO: result: no" >&5 12794 echo "${ECHO_T}no" >&6; } 8025 12795 fi 8026 12796 … … 8045 12815 fi 8046 12816 fi 8047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${PERL}" >&58048 $as_echo "${PERL}" >&6; }12817 { echo "$as_me:$LINENO: result: ${PERL}" >&5 12818 echo "${ECHO_T}${PERL}" >&6; } 8049 12819 8050 12820 … … 8075 12845 8076 12846 # Check whether --with-python was given. 8077 if test "${with_python+set}" = set; then :12847 if test "${with_python+set}" = set; then 8078 12848 withval=$with_python; 8079 12849 else … … 8083 12853 8084 12854 if test "$with_python" != "no" ; then 8085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python" >&58086 $as_echo_n "checking for python..." >&6; }12855 { echo "$as_me:$LINENO: checking for python" >&5 12856 echo $ECHO_N "checking for python... $ECHO_C" >&6; } 8087 12857 if test -x "$with_python/bin/python"; then 8088 12858 echo Found python in $with_python/bin/python … … 8094 12864 # Extract the first word of "python python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5", so it can be a program name with args. 8095 12865 set dummy python python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5; ac_word=$2 8096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58097 $as_echo_n "checking for $ac_word..." >&6; }8098 if test "${ac_cv_path_PYTHON+set}" = set; then :8099 $as_echo_n "(cached)" >&612866 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12867 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12868 if test "${ac_cv_path_PYTHON+set}" = set; then 12869 echo $ECHO_N "(cached) $ECHO_C" >&6 8100 12870 else 8101 12871 case $PYTHON in … … 8109 12879 IFS=$as_save_IFS 8110 12880 test -z "$as_dir" && as_dir=. 8111 12881 for ac_exec_ext in '' $ac_executable_extensions; do 8112 12882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8113 12883 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" 8114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8115 12885 break 2 8116 12886 fi 8117 12887 done 8118 12888 done 8119 12889 IFS=$as_save_IFS 8120 12890 … … 8124 12894 PYTHON=$ac_cv_path_PYTHON 8125 12895 if test -n "$PYTHON"; then 8126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&58127 $as_echo "$PYTHON" >&6; }8128 else 8129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58130 $as_echo "no" >&6; }12896 { echo "$as_me:$LINENO: result: $PYTHON" >&5 12897 echo "${ECHO_T}$PYTHON" >&6; } 12898 else 12899 { echo "$as_me:$LINENO: result: no" >&5 12900 echo "${ECHO_T}no" >&6; } 8131 12901 fi 8132 12902 … … 8165 12935 fi 8166 12936 8167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python distutils" >&58168 $as_echo_n "checking for python distutils..." >&6; }12937 { echo "$as_me:$LINENO: checking for python distutils" >&5 12938 echo $ECHO_N "checking for python distutils... $ECHO_C" >&6; } 8169 12939 ${PYTHON} -c "from distutils.core import setup; setup(name='test')" \ 8170 12940 build build_ext 2>&1 > /dev/null … … 8174 12944 HAVE_PYTHON_DISTUTILS="no" 8175 12945 fi 8176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_PYTHON_DISTUTILS" >&58177 $as_echo "$HAVE_PYTHON_DISTUTILS" >&6; }12946 { echo "$as_me:$LINENO: result: $HAVE_PYTHON_DISTUTILS" >&5 12947 echo "${ECHO_T}$HAVE_PYTHON_DISTUTILS" >&6; } 8178 12948 8179 12949 if test "${HAVE_PYTHON_DISTUTILS}" = "yes"; then … … 8181 12951 # Check for Python include path 8182 12952 # 8183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Python include path" >&58184 $as_echo_n "checking for Python include path..." >&6; }12953 { echo "$as_me:$LINENO: checking for Python include path" >&5 12954 echo $ECHO_N "checking for Python include path... $ECHO_C" >&6; } 8185 12955 if test "x${PYTHON_CPPFLAGS}" = "x"; then 8186 12956 incdir_path=`${PYTHON} -c "import distutils.sysconfig; \ … … 8191 12961 PYTHON_CPPFLAGS=$python_path 8192 12962 fi 8193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_CPPFLAGS" >&58194 $as_echo "$PYTHON_CPPFLAGS" >&6; }12963 { echo "$as_me:$LINENO: result: $PYTHON_CPPFLAGS" >&5 12964 echo "${ECHO_T}$PYTHON_CPPFLAGS" >&6; } 8195 12965 8196 12966 # 8197 12967 # python distutils found, get settings from python directly 8198 12968 # 8199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking location of site-packages" >&58200 $as_echo_n "checking location of site-packages..." >&6; }12969 { echo "$as_me:$LINENO: checking location of site-packages" >&5 12970 echo $ECHO_N "checking location of site-packages... $ECHO_C" >&6; } 8201 12971 PYTHON_SITE_DIR="`${PYTHON} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(0);'`" 8202 12972 … … 8222 12992 8223 12993 # Check whether --with-ruby was given. 8224 if test "${with_ruby+set}" = set; then :12994 if test "${with_ruby+set}" = set; then 8225 12995 withval=$with_ruby; rappture_with_ruby=$with_val 8226 12996 fi … … 8230 13000 # Extract the first word of "ruby", so it can be a program name with args. 8231 13001 set dummy ruby; ac_word=$2 8232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58233 $as_echo_n "checking for $ac_word..." >&6; }8234 if test "${ac_cv_path_RUBY+set}" = set; then :8235 $as_echo_n "(cached)" >&613002 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13003 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13004 if test "${ac_cv_path_RUBY+set}" = set; then 13005 echo $ECHO_N "(cached) $ECHO_C" >&6 8236 13006 else 8237 13007 case $RUBY in … … 8245 13015 IFS=$as_save_IFS 8246 13016 test -z "$as_dir" && as_dir=. 8247 13017 for ac_exec_ext in '' $ac_executable_extensions; do 8248 13018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8249 13019 ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext" 8250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513020 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8251 13021 break 2 8252 13022 fi 8253 13023 done 8254 13024 done 8255 13025 IFS=$as_save_IFS 8256 13026 … … 8260 13030 RUBY=$ac_cv_path_RUBY 8261 13031 if test -n "$RUBY"; then 8262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUBY" >&58263 $as_echo "$RUBY" >&6; }8264 else 8265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58266 $as_echo "no" >&6; }13032 { echo "$as_me:$LINENO: result: $RUBY" >&5 13033 echo "${ECHO_T}$RUBY" >&6; } 13034 else 13035 { echo "$as_me:$LINENO: result: no" >&5 13036 echo "${ECHO_T}no" >&6; } 8267 13037 fi 8268 13038 … … 8271 13041 # Extract the first word of "ruby", so it can be a program name with args. 8272 13042 set dummy ruby; ac_word=$2 8273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58274 $as_echo_n "checking for $ac_word..." >&6; }8275 if test "${ac_cv_path_RUBY+set}" = set; then :8276 $as_echo_n "(cached)" >&613043 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13044 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13045 if test "${ac_cv_path_RUBY+set}" = set; then 13046 echo $ECHO_N "(cached) $ECHO_C" >&6 8277 13047 else 8278 13048 case $RUBY in … … 8287 13057 IFS=$as_save_IFS 8288 13058 test -z "$as_dir" && as_dir=. 8289 13059 for ac_exec_ext in '' $ac_executable_extensions; do 8290 13060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8291 13061 ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext" 8292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513062 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8293 13063 break 2 8294 13064 fi 8295 13065 done 8296 13066 done 8297 13067 IFS=$as_save_IFS 8298 13068 … … 8302 13072 RUBY=$ac_cv_path_RUBY 8303 13073 if test -n "$RUBY"; then 8304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUBY" >&58305 $as_echo "$RUBY" >&6; }8306 else 8307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58308 $as_echo "no" >&6; }13074 { echo "$as_me:$LINENO: result: $RUBY" >&5 13075 echo "${ECHO_T}$RUBY" >&6; } 13076 else 13077 { echo "$as_me:$LINENO: result: no" >&5 13078 echo "${ECHO_T}no" >&6; } 8309 13079 fi 8310 13080 … … 8317 13087 RUBY_PLATFORM= 8318 13088 if test "x${RUBY}" != "x" ; then 8319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&58320 $as_echo_n "checking for a sed that does not truncate output..." >&6; }8321 if test "${ac_cv_path_SED+set}" = set; then :8322 $as_echo_n "(cached)" >&613089 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 13090 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; } 13091 if test "${ac_cv_path_SED+set}" = set; then 13092 echo $ECHO_N "(cached) $ECHO_C" >&6 8323 13093 else 8324 13094 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ … … 8326 13096 ac_script="$ac_script$as_nl$ac_script" 8327 13097 done 8328 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed 8329 { ac_script=; unset ac_script;} 8330 if test -z "$SED"; then 13098 echo "$ac_script" | sed 99q >conftest.sed 13099 $as_unset ac_script || ac_script= 13100 # Extract the first word of "sed gsed" to use in msg output 13101 if test -z "$SED"; then 13102 set dummy sed gsed; ac_prog_name=$2 13103 if test "${ac_cv_path_SED+set}" = set; then 13104 echo $ECHO_N "(cached) $ECHO_C" >&6 13105 else 8331 13106 ac_path_SED_found=false 8332 8333 13107 # Loop through the user's path and test for each of PROGNAME-LIST 13108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8334 13109 for as_dir in $PATH 8335 13110 do 8336 13111 IFS=$as_save_IFS 8337 13112 test -z "$as_dir" && as_dir=. 8338 8339 8340 8341 8342 # Check for GNU ac_path_SED and select it if it is found.13113 for ac_prog in sed gsed; do 13114 for ac_exec_ext in '' $ac_executable_extensions; do 13115 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" 13116 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue 13117 # Check for GNU ac_path_SED and select it if it is found. 8343 13118 # Check for GNU $ac_path_SED 8344 13119 case `"$ac_path_SED" --version 2>&1` in … … 8347 13122 *) 8348 13123 ac_count=0 8349 $as_echo_n 0123456789>"conftest.in"13124 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 8350 13125 while : 8351 13126 do … … 8353 13128 mv "conftest.tmp" "conftest.in" 8354 13129 cp "conftest.in" "conftest.nl" 8355 $as_echo '' >> "conftest.nl"13130 echo '' >> "conftest.nl" 8356 13131 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break 8357 13132 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 8358 a s_fn_arith $ac_count + 1 && ac_count=$as_val13133 ac_count=`expr $ac_count + 1` 8359 13134 if test $ac_count -gt ${ac_path_SED_max-0}; then 8360 13135 # Best one so far, save it but keep looking for a better one … … 8368 13143 esac 8369 13144 8370 $ac_path_SED_found && break 3 8371 done13145 13146 $ac_path_SED_found && break 3 8372 13147 done 8373 done 13148 done 13149 13150 done 8374 13151 IFS=$as_save_IFS 8375 if test -z "$ac_cv_path_SED"; then 8376 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 8377 fi 13152 13153 13154 fi 13155 13156 SED="$ac_cv_path_SED" 13157 if test -z "$SED"; then 13158 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5 13159 echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;} 13160 { (exit 1); exit 1; }; } 13161 fi 13162 8378 13163 else 8379 13164 ac_cv_path_SED=$SED … … 8381 13166 8382 13167 fi 8383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&58384 $as_echo "$ac_cv_path_SED" >&6; }13168 { echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5 13169 echo "${ECHO_T}$ac_cv_path_SED" >&6; } 8385 13170 SED="$ac_cv_path_SED" 8386 13171 rm -f conftest.sed … … 8390 13175 8391 13176 8392 if test -n "$RUBY"; then :13177 if test -n "$RUBY"; then 8393 13178 8394 13179 ax_ruby_version="" 8395 13180 8396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ruby version" >&58397 $as_echo_n "checking for ruby version..." >&6; }13181 { echo "$as_me:$LINENO: checking for ruby version" >&5 13182 echo $ECHO_N "checking for ruby version... $ECHO_C" >&6; } 8398 13183 8399 13184 ruby_version=`$RUBY --version 2>&1 | $GREP "^ruby " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\) .*/\1/'` 8400 13185 8401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ruby_version" >&58402 $as_echo "$ruby_version" >&6; }13186 { echo "$as_me:$LINENO: result: $ruby_version" >&5 13187 echo "${ECHO_T}$ruby_version" >&6; } 8403 13188 8404 13189 RUBY_VERSION=$ruby_version … … 8410 13195 # Extract the first word of "$ac_prog", so it can be a program name with args. 8411 13196 set dummy $ac_prog; ac_word=$2 8412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58413 $as_echo_n "checking for $ac_word..." >&6; }8414 if test "${ac_cv_prog_AWK+set}" = set; then :8415 $as_echo_n "(cached)" >&613197 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13198 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13199 if test "${ac_cv_prog_AWK+set}" = set; then 13200 echo $ECHO_N "(cached) $ECHO_C" >&6 8416 13201 else 8417 13202 if test -n "$AWK"; then … … 8423 13208 IFS=$as_save_IFS 8424 13209 test -z "$as_dir" && as_dir=. 8425 13210 for ac_exec_ext in '' $ac_executable_extensions; do 8426 13211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8427 13212 ac_cv_prog_AWK="$ac_prog" 8428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513213 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8429 13214 break 2 8430 13215 fi 8431 13216 done 8432 13217 done 8433 13218 IFS=$as_save_IFS 8434 13219 … … 8437 13222 AWK=$ac_cv_prog_AWK 8438 13223 if test -n "$AWK"; then 8439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&58440 $as_echo "$AWK" >&6; }8441 else 8442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58443 $as_echo "no" >&6; }13224 { echo "$as_me:$LINENO: result: $AWK" >&5 13225 echo "${ECHO_T}$AWK" >&6; } 13226 else 13227 { echo "$as_me:$LINENO: result: no" >&5 13228 echo "${ECHO_T}no" >&6; } 8444 13229 fi 8445 13230 … … 8491 13276 else 8492 13277 8493 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: could not find the ruby interpreter" >&5 8494 $as_echo "$as_me: WARNING: could not find the ruby interpreter" >&2;} 8495 8496 8497 fi 13278 { echo "$as_me:$LINENO: WARNING: could not find the ruby interpreter" >&5 13279 echo "$as_me: WARNING: could not find the ruby interpreter" >&2;} 13280 13281 13282 fi 13283 8498 13284 8499 13285 RUBY_VERSION_RV=`echo ${RUBY_VERSION} | cut -d'.' -f1-2` … … 8506 13292 # Check for Ruby include path 8507 13293 # 8508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Ruby include path" >&58509 $as_echo_n "checking for Ruby include path..." >&6; }13294 { echo "$as_me:$LINENO: checking for Ruby include path" >&5 13295 echo $ECHO_N "checking for Ruby include path... $ECHO_C" >&6; } 8510 13296 if test -z "$RUBY_CPPFLAGS"; then 8511 13297 ruby_path=`$RUBY -rmkmf -e 'print Config::CONFIG["archdir"]'` … … 8515 13301 RUBY_CPPFLAGS=$ruby_path 8516 13302 fi 8517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUBY_CPPFLAGS" >&58518 $as_echo "$RUBY_CPPFLAGS" >&6; }13303 { echo "$as_me:$LINENO: result: $RUBY_CPPFLAGS" >&5 13304 echo "${ECHO_T}$RUBY_CPPFLAGS" >&6; } 8519 13305 8520 13306 … … 8522 13308 # Check for Ruby library path 8523 13309 # 8524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Ruby library path" >&58525 $as_echo_n "checking for Ruby library path..." >&6; }13310 { echo "$as_me:$LINENO: checking for Ruby library path" >&5 13311 echo $ECHO_N "checking for Ruby library path... $ECHO_C" >&6; } 8526 13312 if test -z "$RUBY_LDFLAGS"; then 8527 13313 RUBY_LDFLAGS=`$RUBY -rmkmf -e 'print Config::CONFIG["LIBRUBYARG_SHARED"]'` 8528 13314 fi 8529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUBY_LDFLAGS" >&58530 $as_echo "$RUBY_LDFLAGS" >&6; }13315 { echo "$as_me:$LINENO: result: $RUBY_LDFLAGS" >&5 13316 echo "${ECHO_T}$RUBY_LDFLAGS" >&6; } 8531 13317 8532 13318 … … 8534 13320 # Check for site packages 8535 13321 # 8536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Ruby site-packages path" >&58537 $as_echo_n "checking for Ruby site-packages path..." >&6; }13322 { echo "$as_me:$LINENO: checking for Ruby site-packages path" >&5 13323 echo $ECHO_N "checking for Ruby site-packages path... $ECHO_C" >&6; } 8538 13324 if test -z "$RUBY_SITE_PKG"; then 8539 13325 RUBY_SITE_PKG=`$RUBY -rmkmf -e 'print Config::CONFIG["sitearchdir"]'` 8540 13326 fi 8541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUBY_SITE_PKG" >&58542 $as_echo "$RUBY_SITE_PKG" >&6; }13327 { echo "$as_me:$LINENO: result: $RUBY_SITE_PKG" >&5 13328 echo "${ECHO_T}$RUBY_SITE_PKG" >&6; } 8543 13329 8544 13330 … … 8546 13332 # libraries which must be linked in when embedding 8547 13333 # 8548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking ruby extra libraries" >&58549 $as_echo_n "checking ruby extra libraries..." >&6; }13334 { echo "$as_me:$LINENO: checking ruby extra libraries" >&5 13335 echo $ECHO_N "checking ruby extra libraries... $ECHO_C" >&6; } 8550 13336 if test -z "$RUBY_EXTRA_LIBS"; then 8551 13337 RUBY_EXTRA_LIBS=`$RUBY -rmkmf -e 'print Config::CONFIG["SOLIBS"]'` 8552 13338 fi 8553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUBY_EXTRA_LIBS" >&58554 $as_echo "$RUBY_EXTRA_LIBS" >&6; }13339 { echo "$as_me:$LINENO: result: $RUBY_EXTRA_LIBS" >&5 13340 echo "${ECHO_T}$RUBY_EXTRA_LIBS" >&6; } 8555 13341 8556 13342 … … 8571 13357 # final check to see if everything compiles alright 8572 13358 # 8573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking consistency of all components of ruby development environment" >&58574 $as_echo_n "checking consistency of all components of ruby development environment..." >&6; }13359 { echo "$as_me:$LINENO: checking consistency of all components of ruby development environment" >&5 13360 echo $ECHO_N "checking consistency of all components of ruby development environment... $ECHO_C" >&6; } 8575 13361 ac_ext=c 8576 13362 ac_cpp='$CPP $CPPFLAGS' … … 8584 13370 ac_save_CPPFLAGS="$CPPFLAGS" 8585 13371 CPPFLAGS="$ac_save_CPPFLAGS $RUBY_CPPFLAGS" 8586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13372 cat >conftest.$ac_ext <<_ACEOF 13373 /* confdefs.h. */ 13374 _ACEOF 13375 cat confdefs.h >>conftest.$ac_ext 13376 cat >>conftest.$ac_ext <<_ACEOF 8587 13377 /* end confdefs.h. */ 8588 13378 … … 8599 13389 } 8600 13390 _ACEOF 8601 if ac_fn_c_try_link "$LINENO"; then : 13391 rm -f conftest.$ac_objext conftest$ac_exeext 13392 if { (ac_try="$ac_link" 13393 case "(($ac_try" in 13394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13395 *) ac_try_echo=$ac_try;; 13396 esac 13397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13398 (eval "$ac_link") 2>conftest.er1 13399 ac_status=$? 13400 grep -v '^ *+' conftest.er1 >conftest.err 13401 rm -f conftest.er1 13402 cat conftest.err >&5 13403 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13404 (exit $ac_status); } && { 13405 test -z "$ac_c_werror_flag" || 13406 test ! -s conftest.err 13407 } && test -s conftest$ac_exeext && 13408 $as_test_x conftest$ac_exeext; then 8602 13409 rubyexists=yes 8603 13410 else 8604 rubyexists=no 8605 fi 8606 rm -f core conftest.err conftest.$ac_objext \ 8607 conftest$ac_exeext conftest.$ac_ext 8608 8609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rubyexists" >&5 8610 $as_echo "$rubyexists" >&6; } 13411 echo "$as_me: failed program was:" >&5 13412 sed 's/^/| /' conftest.$ac_ext >&5 13413 13414 rubyexists=no 13415 fi 13416 13417 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13418 conftest$ac_exeext conftest.$ac_ext 13419 13420 { echo "$as_me:$LINENO: result: $rubyexists" >&5 13421 echo "${ECHO_T}$rubyexists" >&6; } 8611 13422 8612 13423 if test "$rubyexists" = "no"; then … … 8641 13452 8642 13453 # Check whether --with-java was given. 8643 if test "${with_java+set}" = set; then :13454 if test "${with_java+set}" = set; then 8644 13455 withval=$with_java; rappture_with_java=$with_val 8645 13456 fi … … 8649 13460 # Extract the first word of "java", so it can be a program name with args. 8650 13461 set dummy java; ac_word=$2 8651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58652 $as_echo_n "checking for $ac_word..." >&6; }8653 if test "${ac_cv_path_JAVA+set}" = set; then :8654 $as_echo_n "(cached)" >&613462 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13464 if test "${ac_cv_path_JAVA+set}" = set; then 13465 echo $ECHO_N "(cached) $ECHO_C" >&6 8655 13466 else 8656 13467 case $JAVA in … … 8664 13475 IFS=$as_save_IFS 8665 13476 test -z "$as_dir" && as_dir=. 8666 13477 for ac_exec_ext in '' $ac_executable_extensions; do 8667 13478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8668 13479 ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" 8669 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513480 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8670 13481 break 2 8671 13482 fi 8672 13483 done 8673 13484 done 8674 13485 IFS=$as_save_IFS 8675 13486 … … 8679 13490 JAVA=$ac_cv_path_JAVA 8680 13491 if test -n "$JAVA"; then 8681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVA" >&58682 $as_echo "$JAVA" >&6; }8683 else 8684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58685 $as_echo "no" >&6; }13492 { echo "$as_me:$LINENO: result: $JAVA" >&5 13493 echo "${ECHO_T}$JAVA" >&6; } 13494 else 13495 { echo "$as_me:$LINENO: result: no" >&5 13496 echo "${ECHO_T}no" >&6; } 8686 13497 fi 8687 13498 … … 8689 13500 # Extract the first word of "javac", so it can be a program name with args. 8690 13501 set dummy javac; ac_word=$2 8691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58692 $as_echo_n "checking for $ac_word..." >&6; }8693 if test "${ac_cv_path_JAVAC+set}" = set; then :8694 $as_echo_n "(cached)" >&613502 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13503 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13504 if test "${ac_cv_path_JAVAC+set}" = set; then 13505 echo $ECHO_N "(cached) $ECHO_C" >&6 8695 13506 else 8696 13507 case $JAVAC in … … 8704 13515 IFS=$as_save_IFS 8705 13516 test -z "$as_dir" && as_dir=. 8706 13517 for ac_exec_ext in '' $ac_executable_extensions; do 8707 13518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8708 13519 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 8709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513520 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8710 13521 break 2 8711 13522 fi 8712 13523 done 8713 13524 done 8714 13525 IFS=$as_save_IFS 8715 13526 … … 8719 13530 JAVAC=$ac_cv_path_JAVAC 8720 13531 if test -n "$JAVAC"; then 8721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&58722 $as_echo "$JAVAC" >&6; }8723 else 8724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58725 $as_echo "no" >&6; }13532 { echo "$as_me:$LINENO: result: $JAVAC" >&5 13533 echo "${ECHO_T}$JAVAC" >&6; } 13534 else 13535 { echo "$as_me:$LINENO: result: no" >&5 13536 echo "${ECHO_T}no" >&6; } 8726 13537 fi 8727 13538 … … 8729 13540 # Extract the first word of "javah", so it can be a program name with args. 8730 13541 set dummy javah; ac_word=$2 8731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58732 $as_echo_n "checking for $ac_word..." >&6; }8733 if test "${ac_cv_path_JAVAH+set}" = set; then :8734 $as_echo_n "(cached)" >&613542 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13544 if test "${ac_cv_path_JAVAH+set}" = set; then 13545 echo $ECHO_N "(cached) $ECHO_C" >&6 8735 13546 else 8736 13547 case $JAVAH in … … 8744 13555 IFS=$as_save_IFS 8745 13556 test -z "$as_dir" && as_dir=. 8746 13557 for ac_exec_ext in '' $ac_executable_extensions; do 8747 13558 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8748 13559 ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext" 8749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513560 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8750 13561 break 2 8751 13562 fi 8752 13563 done 8753 13564 done 8754 13565 IFS=$as_save_IFS 8755 13566 … … 8759 13570 JAVAH=$ac_cv_path_JAVAH 8760 13571 if test -n "$JAVAH"; then 8761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAH" >&58762 $as_echo "$JAVAH" >&6; }8763 else 8764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58765 $as_echo "no" >&6; }13572 { echo "$as_me:$LINENO: result: $JAVAH" >&5 13573 echo "${ECHO_T}$JAVAH" >&6; } 13574 else 13575 { echo "$as_me:$LINENO: result: no" >&5 13576 echo "${ECHO_T}no" >&6; } 8766 13577 fi 8767 13578 … … 8770 13581 # Extract the first word of "java", so it can be a program name with args. 8771 13582 set dummy java; ac_word=$2 8772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58773 $as_echo_n "checking for $ac_word..." >&6; }8774 if test "${ac_cv_path_JAVA+set}" = set; then :8775 $as_echo_n "(cached)" >&613583 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13584 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13585 if test "${ac_cv_path_JAVA+set}" = set; then 13586 echo $ECHO_N "(cached) $ECHO_C" >&6 8776 13587 else 8777 13588 case $JAVA in … … 8786 13597 IFS=$as_save_IFS 8787 13598 test -z "$as_dir" && as_dir=. 8788 13599 for ac_exec_ext in '' $ac_executable_extensions; do 8789 13600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8790 13601 ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" 8791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513602 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8792 13603 break 2 8793 13604 fi 8794 13605 done 8795 13606 done 8796 13607 IFS=$as_save_IFS 8797 13608 … … 8801 13612 JAVA=$ac_cv_path_JAVA 8802 13613 if test -n "$JAVA"; then 8803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVA" >&58804 $as_echo "$JAVA" >&6; }8805 else 8806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58807 $as_echo "no" >&6; }13614 { echo "$as_me:$LINENO: result: $JAVA" >&5 13615 echo "${ECHO_T}$JAVA" >&6; } 13616 else 13617 { echo "$as_me:$LINENO: result: no" >&5 13618 echo "${ECHO_T}no" >&6; } 8808 13619 fi 8809 13620 … … 8811 13622 # Extract the first word of "javac", so it can be a program name with args. 8812 13623 set dummy javac; ac_word=$2 8813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58814 $as_echo_n "checking for $ac_word..." >&6; }8815 if test "${ac_cv_path_JAVAC+set}" = set; then :8816 $as_echo_n "(cached)" >&613624 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13625 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13626 if test "${ac_cv_path_JAVAC+set}" = set; then 13627 echo $ECHO_N "(cached) $ECHO_C" >&6 8817 13628 else 8818 13629 case $JAVAC in … … 8827 13638 IFS=$as_save_IFS 8828 13639 test -z "$as_dir" && as_dir=. 8829 13640 for ac_exec_ext in '' $ac_executable_extensions; do 8830 13641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8831 13642 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 8832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513643 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8833 13644 break 2 8834 13645 fi 8835 13646 done 8836 13647 done 8837 13648 IFS=$as_save_IFS 8838 13649 … … 8842 13653 JAVAC=$ac_cv_path_JAVAC 8843 13654 if test -n "$JAVAC"; then 8844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&58845 $as_echo "$JAVAC" >&6; }8846 else 8847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58848 $as_echo "no" >&6; }13655 { echo "$as_me:$LINENO: result: $JAVAC" >&5 13656 echo "${ECHO_T}$JAVAC" >&6; } 13657 else 13658 { echo "$as_me:$LINENO: result: no" >&5 13659 echo "${ECHO_T}no" >&6; } 8849 13660 fi 8850 13661 … … 8852 13663 # Extract the first word of "javah", so it can be a program name with args. 8853 13664 set dummy javah; ac_word=$2 8854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58855 $as_echo_n "checking for $ac_word..." >&6; }8856 if test "${ac_cv_path_JAVAH+set}" = set; then :8857 $as_echo_n "(cached)" >&613665 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13666 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13667 if test "${ac_cv_path_JAVAH+set}" = set; then 13668 echo $ECHO_N "(cached) $ECHO_C" >&6 8858 13669 else 8859 13670 case $JAVAH in … … 8868 13679 IFS=$as_save_IFS 8869 13680 test -z "$as_dir" && as_dir=. 8870 13681 for ac_exec_ext in '' $ac_executable_extensions; do 8871 13682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8872 13683 ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext" 8873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513684 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8874 13685 break 2 8875 13686 fi 8876 13687 done 8877 13688 done 8878 13689 IFS=$as_save_IFS 8879 13690 … … 8883 13694 JAVAH=$ac_cv_path_JAVAH 8884 13695 if test -n "$JAVAH"; then 8885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAH" >&58886 $as_echo "$JAVAH" >&6; }8887 else 8888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58889 $as_echo "no" >&6; }13696 { echo "$as_me:$LINENO: result: $JAVAH" >&5 13697 echo "${ECHO_T}$JAVAH" >&6; } 13698 else 13699 { echo "$as_me:$LINENO: result: no" >&5 13700 echo "${ECHO_T}no" >&6; } 8890 13701 fi 8891 13702 … … 8929 13740 8930 13741 8931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to build libraries" >&58932 $as_echo_n "checking how to build libraries..." >&6; }13742 { echo "$as_me:$LINENO: checking how to build libraries" >&5 13743 echo $ECHO_N "checking how to build libraries... $ECHO_C" >&6; } 8933 13744 # Check whether --enable-shared was given. 8934 if test "${enable_shared+set}" = set; then :13745 if test "${enable_shared+set}" = set; then 8935 13746 enableval=$enable_shared; tcl_ok=$enableval 8936 13747 else … … 8947 13758 8948 13759 if test "$tcl_ok" = "yes" ; then 8949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: shared" >&58950 $as_echo "shared" >&6; }13760 { echo "$as_me:$LINENO: result: shared" >&5 13761 echo "${ECHO_T}shared" >&6; } 8951 13762 SHARED_BUILD=1 8952 13763 else 8953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: static" >&58954 $as_echo "static" >&6; }13764 { echo "$as_me:$LINENO: result: static" >&5 13765 echo "${ECHO_T}static" >&6; } 8955 13766 SHARED_BUILD=0 8956 $as_echo "#define STATIC_BUILD 1" >>confdefs.h 13767 cat >>confdefs.h <<\_ACEOF 13768 #define STATIC_BUILD 1 13769 _ACEOF 8957 13770 8958 13771 fi … … 8989 13802 # ----------------------------------------------------------------------- 8990 13803 8991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 8992 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } 8993 if test "${ac_cv_c_bigendian+set}" = set; then : 8994 $as_echo_n "(cached) " >&6 8995 else 8996 ac_cv_c_bigendian=unknown 8997 # See if we're dealing with a universal compiler. 8998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8999 /* end confdefs.h. */ 9000 #ifndef __APPLE_CC__ 9001 not a universal capable compiler 9002 #endif 9003 typedef int dummy; 9004 9005 _ACEOF 9006 if ac_fn_cxx_try_compile "$LINENO"; then : 9007 9008 # Check for potential -arch flags. It is not universal unless 9009 # there are at least two -arch flags with different values. 9010 ac_arch= 9011 ac_prev= 9012 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do 9013 if test -n "$ac_prev"; then 9014 case $ac_word in 9015 i?86 | x86_64 | ppc | ppc64) 9016 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then 9017 ac_arch=$ac_word 9018 else 9019 ac_cv_c_bigendian=universal 9020 break 9021 fi 9022 ;; 9023 esac 9024 ac_prev= 9025 elif test "x$ac_word" = "x-arch"; then 9026 ac_prev=arch 9027 fi 9028 done 9029 fi 9030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9031 if test $ac_cv_c_bigendian = unknown; then 9032 # See if sys/param.h defines the BYTE_ORDER macro. 9033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13804 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 13805 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } 13806 if test "${ac_cv_c_bigendian+set}" = set; then 13807 echo $ECHO_N "(cached) $ECHO_C" >&6 13808 else 13809 # See if sys/param.h defines the BYTE_ORDER macro. 13810 cat >conftest.$ac_ext <<_ACEOF 13811 /* confdefs.h. */ 13812 _ACEOF 13813 cat confdefs.h >>conftest.$ac_ext 13814 cat >>conftest.$ac_ext <<_ACEOF 9034 13815 /* end confdefs.h. */ 9035 13816 #include <sys/types.h> 9036 13817 #include <sys/param.h> 9037 13818 9038 13819 int 9039 13820 main () 9040 13821 { 9041 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ 9042 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ 9043 && LITTLE_ENDIAN) 9044 bogus endian macros 9045 #endif 13822 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ 13823 && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) 13824 bogus endian macros 13825 #endif 9046 13826 9047 13827 ; … … 9049 13829 } 9050 13830 _ACEOF 9051 if ac_fn_cxx_try_compile "$LINENO"; then : 13831 rm -f conftest.$ac_objext 13832 if { (ac_try="$ac_compile" 13833 case "(($ac_try" in 13834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13835 *) ac_try_echo=$ac_try;; 13836 esac 13837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13838 (eval "$ac_compile") 2>conftest.er1 13839 ac_status=$? 13840 grep -v '^ *+' conftest.er1 >conftest.err 13841 rm -f conftest.er1 13842 cat conftest.err >&5 13843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13844 (exit $ac_status); } && { 13845 test -z "$ac_cxx_werror_flag" || 13846 test ! -s conftest.err 13847 } && test -s conftest.$ac_objext; then 9052 13848 # It does; now see whether it defined to BIG_ENDIAN or not. 9053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13849 cat >conftest.$ac_ext <<_ACEOF 13850 /* confdefs.h. */ 13851 _ACEOF 13852 cat confdefs.h >>conftest.$ac_ext 13853 cat >>conftest.$ac_ext <<_ACEOF 9054 13854 /* end confdefs.h. */ 9055 13855 #include <sys/types.h> 9056 13856 #include <sys/param.h> 9057 13857 9058 13858 int … … 9060 13860 { 9061 13861 #if BYTE_ORDER != BIG_ENDIAN 9062 9063 13862 not big endian 13863 #endif 9064 13864 9065 13865 ; … … 9067 13867 } 9068 13868 _ACEOF 9069 if ac_fn_cxx_try_compile "$LINENO"; then : 13869 rm -f conftest.$ac_objext 13870 if { (ac_try="$ac_compile" 13871 case "(($ac_try" in 13872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13873 *) ac_try_echo=$ac_try;; 13874 esac 13875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13876 (eval "$ac_compile") 2>conftest.er1 13877 ac_status=$? 13878 grep -v '^ *+' conftest.er1 >conftest.err 13879 rm -f conftest.er1 13880 cat conftest.err >&5 13881 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13882 (exit $ac_status); } && { 13883 test -z "$ac_cxx_werror_flag" || 13884 test ! -s conftest.err 13885 } && test -s conftest.$ac_objext; then 9070 13886 ac_cv_c_bigendian=yes 9071 13887 else 9072 ac_cv_c_bigendian=no 9073 fi 13888 echo "$as_me: failed program was:" >&5 13889 sed 's/^/| /' conftest.$ac_ext >&5 13890 13891 ac_cv_c_bigendian=no 13892 fi 13893 9074 13894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9075 fi 9076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9077 fi 9078 if test $ac_cv_c_bigendian = unknown; then 9079 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). 9080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13895 else 13896 echo "$as_me: failed program was:" >&5 13897 sed 's/^/| /' conftest.$ac_ext >&5 13898 13899 # It does not; compile a test program. 13900 if test "$cross_compiling" = yes; then 13901 # try to guess the endianness by grepping values into an object file 13902 ac_cv_c_bigendian=unknown 13903 cat >conftest.$ac_ext <<_ACEOF 13904 /* confdefs.h. */ 13905 _ACEOF 13906 cat confdefs.h >>conftest.$ac_ext 13907 cat >>conftest.$ac_ext <<_ACEOF 9081 13908 /* end confdefs.h. */ 9082 #include <limits.h> 9083 13909 short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 13910 short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 13911 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } 13912 short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 13913 short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 13914 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } 9084 13915 int 9085 13916 main () 9086 13917 { 9087 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) 9088 bogus endian macros 9089 #endif 9090 13918 _ascii (); _ebcdic (); 9091 13919 ; 9092 13920 return 0; 9093 13921 } 9094 13922 _ACEOF 9095 if ac_fn_cxx_try_compile "$LINENO"; then : 9096 # It does; now see whether it defined to _BIG_ENDIAN or not. 9097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9098 /* end confdefs.h. */ 9099 #include <limits.h> 9100 9101 int 9102 main () 9103 { 9104 #ifndef _BIG_ENDIAN 9105 not big endian 9106 #endif 9107 9108 ;9109 return 0; 9110 } 9111 _ACEOF 9112 if ac_fn_cxx_try_compile "$LINENO"; then : 13923 rm -f conftest.$ac_objext 13924 if { (ac_try="$ac_compile" 13925 case "(($ac_try" in 13926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13927 *) ac_try_echo=$ac_try;; 13928 esac 13929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13930 (eval "$ac_compile") 2>conftest.er1 13931 ac_status=$? 13932 grep -v '^ *+' conftest.er1 >conftest.err 13933 rm -f conftest.er1 13934 cat conftest.err >&5 13935 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13936 (exit $ac_status); } && { 13937 test -z "$ac_cxx_werror_flag" || 13938 test ! -s conftest.err 13939 } && test -s conftest.$ac_objext; then 13940 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 9113 13941 ac_cv_c_bigendian=yes 9114 else 9115 ac_cv_c_bigendian=no 9116 fi 13942 fi 13943 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 13944 if test "$ac_cv_c_bigendian" = unknown; then 13945 ac_cv_c_bigendian=no 13946 else 13947 # finding both strings is unlikely to happen, but who knows? 13948 ac_cv_c_bigendian=unknown 13949 fi 13950 fi 13951 else 13952 echo "$as_me: failed program was:" >&5 13953 sed 's/^/| /' conftest.$ac_ext >&5 13954 13955 13956 fi 13957 9117 13958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9118 fi 9119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9120 fi 9121 if test $ac_cv_c_bigendian = unknown; then 9122 # Compile a test program. 9123 if test "$cross_compiling" = yes; then : 9124 # Try to guess by grepping values from an object file. 9125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9126 /* end confdefs.h. */ 9127 short int ascii_mm[] = 9128 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 9129 short int ascii_ii[] = 9130 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 9131 int use_ascii (int i) { 9132 return ascii_mm[i] + ascii_ii[i]; 9133 } 9134 short int ebcdic_ii[] = 9135 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 9136 short int ebcdic_mm[] = 9137 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 9138 int use_ebcdic (int i) { 9139 return ebcdic_mm[i] + ebcdic_ii[i]; 9140 } 9141 extern int foo; 9142 9143 int 9144 main () 9145 { 9146 return use_ascii (foo) == use_ebcdic (foo); 9147 ; 9148 return 0; 9149 } 9150 _ACEOF 9151 if ac_fn_cxx_try_compile "$LINENO"; then : 9152 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then 9153 ac_cv_c_bigendian=yes 9154 fi 9155 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 9156 if test "$ac_cv_c_bigendian" = unknown; then 9157 ac_cv_c_bigendian=no 9158 else 9159 # finding both strings is unlikely to happen, but who knows? 9160 ac_cv_c_bigendian=unknown 9161 fi 9162 fi 9163 fi 9164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9165 else 9166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13959 else 13960 cat >conftest.$ac_ext <<_ACEOF 13961 /* confdefs.h. */ 13962 _ACEOF 13963 cat confdefs.h >>conftest.$ac_ext 13964 cat >>conftest.$ac_ext <<_ACEOF 9167 13965 /* end confdefs.h. */ 9168 13966 $ac_includes_default … … 9171 13969 { 9172 13970 9173 9174 9175 9176 9177 9178 9179 9180 13971 /* Are we little or big endian? From Harbison&Steele. */ 13972 union 13973 { 13974 long int l; 13975 char c[sizeof (long int)]; 13976 } u; 13977 u.l = 1; 13978 return u.c[sizeof (long int) - 1] == 1; 9181 13979 9182 13980 ; … … 9184 13982 } 9185 13983 _ACEOF 9186 if ac_fn_cxx_try_run "$LINENO"; then : 13984 rm -f conftest$ac_exeext 13985 if { (ac_try="$ac_link" 13986 case "(($ac_try" in 13987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13988 *) ac_try_echo=$ac_try;; 13989 esac 13990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13991 (eval "$ac_link") 2>&5 13992 ac_status=$? 13993 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13994 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 13995 { (case "(($ac_try" in 13996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13997 *) ac_try_echo=$ac_try;; 13998 esac 13999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14000 (eval "$ac_try") 2>&5 14001 ac_status=$? 14002 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14003 (exit $ac_status); }; }; then 9187 14004 ac_cv_c_bigendian=no 9188 14005 else 9189 ac_cv_c_bigendian=yes 9190 fi 9191 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 9192 conftest.$ac_objext conftest.beam conftest.$ac_ext 9193 fi 9194 9195 fi 9196 fi 9197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 9198 $as_echo "$ac_cv_c_bigendian" >&6; } 9199 case $ac_cv_c_bigendian in #( 9200 yes) 9201 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h 9202 ;; #( 9203 no) 9204 ;; #( 9205 universal) 9206 9207 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h 9208 9209 ;; #( 9210 *) 9211 as_fn_error "unknown endianness 9212 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 9213 esac 14006 echo "$as_me: program exited with status $ac_status" >&5 14007 echo "$as_me: failed program was:" >&5 14008 sed 's/^/| /' conftest.$ac_ext >&5 14009 14010 ( exit $ac_status ) 14011 ac_cv_c_bigendian=yes 14012 fi 14013 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14014 fi 14015 14016 14017 fi 14018 14019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14020 fi 14021 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 14022 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } 14023 case $ac_cv_c_bigendian in 14024 yes) 14025 14026 cat >>confdefs.h <<\_ACEOF 14027 #define WORDS_BIGENDIAN 1 14028 _ACEOF 14029 ;; 14030 no) 14031 ;; 14032 *) 14033 { { echo "$as_me:$LINENO: error: unknown endianness 14034 presetting ac_cv_c_bigendian=no (or yes) will help" >&5 14035 echo "$as_me: error: unknown endianness 14036 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 14037 { (exit 1); exit 1; }; } ;; 14038 esac 14039 14040 { echo "$as_me:$LINENO: checking for int" >&5 14041 echo $ECHO_N "checking for int... $ECHO_C" >&6; } 14042 if test "${ac_cv_type_int+set}" = set; then 14043 echo $ECHO_N "(cached) $ECHO_C" >&6 14044 else 14045 cat >conftest.$ac_ext <<_ACEOF 14046 /* confdefs.h. */ 14047 _ACEOF 14048 cat confdefs.h >>conftest.$ac_ext 14049 cat >>conftest.$ac_ext <<_ACEOF 14050 /* end confdefs.h. */ 14051 $ac_includes_default 14052 typedef int ac__type_new_; 14053 int 14054 main () 14055 { 14056 if ((ac__type_new_ *) 0) 14057 return 0; 14058 if (sizeof (ac__type_new_)) 14059 return 0; 14060 ; 14061 return 0; 14062 } 14063 _ACEOF 14064 rm -f conftest.$ac_objext 14065 if { (ac_try="$ac_compile" 14066 case "(($ac_try" in 14067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14068 *) ac_try_echo=$ac_try;; 14069 esac 14070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14071 (eval "$ac_compile") 2>conftest.er1 14072 ac_status=$? 14073 grep -v '^ *+' conftest.er1 >conftest.err 14074 rm -f conftest.er1 14075 cat conftest.err >&5 14076 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14077 (exit $ac_status); } && { 14078 test -z "$ac_cxx_werror_flag" || 14079 test ! -s conftest.err 14080 } && test -s conftest.$ac_objext; then 14081 ac_cv_type_int=yes 14082 else 14083 echo "$as_me: failed program was:" >&5 14084 sed 's/^/| /' conftest.$ac_ext >&5 14085 14086 ac_cv_type_int=no 14087 fi 14088 14089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14090 fi 14091 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 14092 echo "${ECHO_T}$ac_cv_type_int" >&6; } 9214 14093 9215 14094 # The cast to long int works around a bug in the HP C Compiler … … 9217 14096 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 9218 14097 # This bug is HP SR number 8606223364. 9219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5 9220 $as_echo_n "checking size of int... " >&6; } 9221 if test "${ac_cv_sizeof_int+set}" = set; then : 9222 $as_echo_n "(cached) " >&6 9223 else 9224 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then : 9225 9226 else 9227 if test "$ac_cv_type_int" = yes; then 9228 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 9229 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 9230 { as_fn_set_status 77 9231 as_fn_error "cannot compute sizeof (int) 9232 See \`config.log' for more details." "$LINENO" 5; }; } 14098 { echo "$as_me:$LINENO: checking size of int" >&5 14099 echo $ECHO_N "checking size of int... $ECHO_C" >&6; } 14100 if test "${ac_cv_sizeof_int+set}" = set; then 14101 echo $ECHO_N "(cached) $ECHO_C" >&6 14102 else 14103 if test "$cross_compiling" = yes; then 14104 # Depending upon the size, compute the lo and hi bounds. 14105 cat >conftest.$ac_ext <<_ACEOF 14106 /* confdefs.h. */ 14107 _ACEOF 14108 cat confdefs.h >>conftest.$ac_ext 14109 cat >>conftest.$ac_ext <<_ACEOF 14110 /* end confdefs.h. */ 14111 $ac_includes_default 14112 typedef int ac__type_sizeof_; 14113 int 14114 main () 14115 { 14116 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 14117 test_array [0] = 0 14118 14119 ; 14120 return 0; 14121 } 14122 _ACEOF 14123 rm -f conftest.$ac_objext 14124 if { (ac_try="$ac_compile" 14125 case "(($ac_try" in 14126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14127 *) ac_try_echo=$ac_try;; 14128 esac 14129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14130 (eval "$ac_compile") 2>conftest.er1 14131 ac_status=$? 14132 grep -v '^ *+' conftest.er1 >conftest.err 14133 rm -f conftest.er1 14134 cat conftest.err >&5 14135 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14136 (exit $ac_status); } && { 14137 test -z "$ac_cxx_werror_flag" || 14138 test ! -s conftest.err 14139 } && test -s conftest.$ac_objext; then 14140 ac_lo=0 ac_mid=0 14141 while :; do 14142 cat >conftest.$ac_ext <<_ACEOF 14143 /* confdefs.h. */ 14144 _ACEOF 14145 cat confdefs.h >>conftest.$ac_ext 14146 cat >>conftest.$ac_ext <<_ACEOF 14147 /* end confdefs.h. */ 14148 $ac_includes_default 14149 typedef int ac__type_sizeof_; 14150 int 14151 main () 14152 { 14153 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14154 test_array [0] = 0 14155 14156 ; 14157 return 0; 14158 } 14159 _ACEOF 14160 rm -f conftest.$ac_objext 14161 if { (ac_try="$ac_compile" 14162 case "(($ac_try" in 14163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14164 *) ac_try_echo=$ac_try;; 14165 esac 14166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14167 (eval "$ac_compile") 2>conftest.er1 14168 ac_status=$? 14169 grep -v '^ *+' conftest.er1 >conftest.err 14170 rm -f conftest.er1 14171 cat conftest.err >&5 14172 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14173 (exit $ac_status); } && { 14174 test -z "$ac_cxx_werror_flag" || 14175 test ! -s conftest.err 14176 } && test -s conftest.$ac_objext; then 14177 ac_hi=$ac_mid; break 14178 else 14179 echo "$as_me: failed program was:" >&5 14180 sed 's/^/| /' conftest.$ac_ext >&5 14181 14182 ac_lo=`expr $ac_mid + 1` 14183 if test $ac_lo -le $ac_mid; then 14184 ac_lo= ac_hi= 14185 break 14186 fi 14187 ac_mid=`expr 2 '*' $ac_mid + 1` 14188 fi 14189 14190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14191 done 14192 else 14193 echo "$as_me: failed program was:" >&5 14194 sed 's/^/| /' conftest.$ac_ext >&5 14195 14196 cat >conftest.$ac_ext <<_ACEOF 14197 /* confdefs.h. */ 14198 _ACEOF 14199 cat confdefs.h >>conftest.$ac_ext 14200 cat >>conftest.$ac_ext <<_ACEOF 14201 /* end confdefs.h. */ 14202 $ac_includes_default 14203 typedef int ac__type_sizeof_; 14204 int 14205 main () 14206 { 14207 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 14208 test_array [0] = 0 14209 14210 ; 14211 return 0; 14212 } 14213 _ACEOF 14214 rm -f conftest.$ac_objext 14215 if { (ac_try="$ac_compile" 14216 case "(($ac_try" in 14217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14218 *) ac_try_echo=$ac_try;; 14219 esac 14220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14221 (eval "$ac_compile") 2>conftest.er1 14222 ac_status=$? 14223 grep -v '^ *+' conftest.er1 >conftest.err 14224 rm -f conftest.er1 14225 cat conftest.err >&5 14226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14227 (exit $ac_status); } && { 14228 test -z "$ac_cxx_werror_flag" || 14229 test ! -s conftest.err 14230 } && test -s conftest.$ac_objext; then 14231 ac_hi=-1 ac_mid=-1 14232 while :; do 14233 cat >conftest.$ac_ext <<_ACEOF 14234 /* confdefs.h. */ 14235 _ACEOF 14236 cat confdefs.h >>conftest.$ac_ext 14237 cat >>conftest.$ac_ext <<_ACEOF 14238 /* end confdefs.h. */ 14239 $ac_includes_default 14240 typedef int ac__type_sizeof_; 14241 int 14242 main () 14243 { 14244 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 14245 test_array [0] = 0 14246 14247 ; 14248 return 0; 14249 } 14250 _ACEOF 14251 rm -f conftest.$ac_objext 14252 if { (ac_try="$ac_compile" 14253 case "(($ac_try" in 14254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14255 *) ac_try_echo=$ac_try;; 14256 esac 14257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14258 (eval "$ac_compile") 2>conftest.er1 14259 ac_status=$? 14260 grep -v '^ *+' conftest.er1 >conftest.err 14261 rm -f conftest.er1 14262 cat conftest.err >&5 14263 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14264 (exit $ac_status); } && { 14265 test -z "$ac_cxx_werror_flag" || 14266 test ! -s conftest.err 14267 } && test -s conftest.$ac_objext; then 14268 ac_lo=$ac_mid; break 14269 else 14270 echo "$as_me: failed program was:" >&5 14271 sed 's/^/| /' conftest.$ac_ext >&5 14272 14273 ac_hi=`expr '(' $ac_mid ')' - 1` 14274 if test $ac_mid -le $ac_hi; then 14275 ac_lo= ac_hi= 14276 break 14277 fi 14278 ac_mid=`expr 2 '*' $ac_mid` 14279 fi 14280 14281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14282 done 14283 else 14284 echo "$as_me: failed program was:" >&5 14285 sed 's/^/| /' conftest.$ac_ext >&5 14286 14287 ac_lo= ac_hi= 14288 fi 14289 14290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14291 fi 14292 14293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14294 # Binary search between lo and hi bounds. 14295 while test "x$ac_lo" != "x$ac_hi"; do 14296 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 14297 cat >conftest.$ac_ext <<_ACEOF 14298 /* confdefs.h. */ 14299 _ACEOF 14300 cat confdefs.h >>conftest.$ac_ext 14301 cat >>conftest.$ac_ext <<_ACEOF 14302 /* end confdefs.h. */ 14303 $ac_includes_default 14304 typedef int ac__type_sizeof_; 14305 int 14306 main () 14307 { 14308 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14309 test_array [0] = 0 14310 14311 ; 14312 return 0; 14313 } 14314 _ACEOF 14315 rm -f conftest.$ac_objext 14316 if { (ac_try="$ac_compile" 14317 case "(($ac_try" in 14318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14319 *) ac_try_echo=$ac_try;; 14320 esac 14321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14322 (eval "$ac_compile") 2>conftest.er1 14323 ac_status=$? 14324 grep -v '^ *+' conftest.er1 >conftest.err 14325 rm -f conftest.er1 14326 cat conftest.err >&5 14327 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14328 (exit $ac_status); } && { 14329 test -z "$ac_cxx_werror_flag" || 14330 test ! -s conftest.err 14331 } && test -s conftest.$ac_objext; then 14332 ac_hi=$ac_mid 14333 else 14334 echo "$as_me: failed program was:" >&5 14335 sed 's/^/| /' conftest.$ac_ext >&5 14336 14337 ac_lo=`expr '(' $ac_mid ')' + 1` 14338 fi 14339 14340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14341 done 14342 case $ac_lo in 14343 ?*) ac_cv_sizeof_int=$ac_lo;; 14344 '') if test "$ac_cv_type_int" = yes; then 14345 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 14346 See \`config.log' for more details." >&5 14347 echo "$as_me: error: cannot compute sizeof (int) 14348 See \`config.log' for more details." >&2;} 14349 { (exit 77); exit 77; }; } 14350 else 14351 ac_cv_sizeof_int=0 14352 fi ;; 14353 esac 14354 else 14355 cat >conftest.$ac_ext <<_ACEOF 14356 /* confdefs.h. */ 14357 _ACEOF 14358 cat confdefs.h >>conftest.$ac_ext 14359 cat >>conftest.$ac_ext <<_ACEOF 14360 /* end confdefs.h. */ 14361 $ac_includes_default 14362 typedef int ac__type_sizeof_; 14363 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 14364 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 14365 #include <stdio.h> 14366 #include <stdlib.h> 14367 int 14368 main () 14369 { 14370 14371 FILE *f = fopen ("conftest.val", "w"); 14372 if (! f) 14373 return 1; 14374 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 14375 { 14376 long int i = longval (); 14377 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14378 return 1; 14379 fprintf (f, "%ld\n", i); 14380 } 14381 else 14382 { 14383 unsigned long int i = ulongval (); 14384 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14385 return 1; 14386 fprintf (f, "%lu\n", i); 14387 } 14388 return ferror (f) || fclose (f) != 0; 14389 14390 ; 14391 return 0; 14392 } 14393 _ACEOF 14394 rm -f conftest$ac_exeext 14395 if { (ac_try="$ac_link" 14396 case "(($ac_try" in 14397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14398 *) ac_try_echo=$ac_try;; 14399 esac 14400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14401 (eval "$ac_link") 2>&5 14402 ac_status=$? 14403 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14404 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14405 { (case "(($ac_try" in 14406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14407 *) ac_try_echo=$ac_try;; 14408 esac 14409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14410 (eval "$ac_try") 2>&5 14411 ac_status=$? 14412 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14413 (exit $ac_status); }; }; then 14414 ac_cv_sizeof_int=`cat conftest.val` 14415 else 14416 echo "$as_me: program exited with status $ac_status" >&5 14417 echo "$as_me: failed program was:" >&5 14418 sed 's/^/| /' conftest.$ac_ext >&5 14419 14420 ( exit $ac_status ) 14421 if test "$ac_cv_type_int" = yes; then 14422 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 14423 See \`config.log' for more details." >&5 14424 echo "$as_me: error: cannot compute sizeof (int) 14425 See \`config.log' for more details." >&2;} 14426 { (exit 77); exit 77; }; } 9233 14427 else 9234 14428 ac_cv_sizeof_int=0 9235 14429 fi 9236 14430 fi 9237 9238 fi 9239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5 9240 $as_echo "$ac_cv_sizeof_int" >&6; } 14431 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14432 fi 14433 rm -f conftest.val 14434 fi 14435 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 14436 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } 9241 14437 9242 14438 … … 9246 14442 _ACEOF 9247 14443 14444 14445 { echo "$as_me:$LINENO: checking for long" >&5 14446 echo $ECHO_N "checking for long... $ECHO_C" >&6; } 14447 if test "${ac_cv_type_long+set}" = set; then 14448 echo $ECHO_N "(cached) $ECHO_C" >&6 14449 else 14450 cat >conftest.$ac_ext <<_ACEOF 14451 /* confdefs.h. */ 14452 _ACEOF 14453 cat confdefs.h >>conftest.$ac_ext 14454 cat >>conftest.$ac_ext <<_ACEOF 14455 /* end confdefs.h. */ 14456 $ac_includes_default 14457 typedef long ac__type_new_; 14458 int 14459 main () 14460 { 14461 if ((ac__type_new_ *) 0) 14462 return 0; 14463 if (sizeof (ac__type_new_)) 14464 return 0; 14465 ; 14466 return 0; 14467 } 14468 _ACEOF 14469 rm -f conftest.$ac_objext 14470 if { (ac_try="$ac_compile" 14471 case "(($ac_try" in 14472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14473 *) ac_try_echo=$ac_try;; 14474 esac 14475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14476 (eval "$ac_compile") 2>conftest.er1 14477 ac_status=$? 14478 grep -v '^ *+' conftest.er1 >conftest.err 14479 rm -f conftest.er1 14480 cat conftest.err >&5 14481 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14482 (exit $ac_status); } && { 14483 test -z "$ac_cxx_werror_flag" || 14484 test ! -s conftest.err 14485 } && test -s conftest.$ac_objext; then 14486 ac_cv_type_long=yes 14487 else 14488 echo "$as_me: failed program was:" >&5 14489 sed 's/^/| /' conftest.$ac_ext >&5 14490 14491 ac_cv_type_long=no 14492 fi 14493 14494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14495 fi 14496 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 14497 echo "${ECHO_T}$ac_cv_type_long" >&6; } 9248 14498 9249 14499 # The cast to long int works around a bug in the HP C Compiler … … 9251 14501 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 9252 14502 # This bug is HP SR number 8606223364. 9253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5 9254 $as_echo_n "checking size of long... " >&6; } 9255 if test "${ac_cv_sizeof_long+set}" = set; then : 9256 $as_echo_n "(cached) " >&6 9257 else 9258 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then : 9259 9260 else 9261 if test "$ac_cv_type_long" = yes; then 9262 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 9263 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 9264 { as_fn_set_status 77 9265 as_fn_error "cannot compute sizeof (long) 9266 See \`config.log' for more details." "$LINENO" 5; }; } 14503 { echo "$as_me:$LINENO: checking size of long" >&5 14504 echo $ECHO_N "checking size of long... $ECHO_C" >&6; } 14505 if test "${ac_cv_sizeof_long+set}" = set; then 14506 echo $ECHO_N "(cached) $ECHO_C" >&6 14507 else 14508 if test "$cross_compiling" = yes; then 14509 # Depending upon the size, compute the lo and hi bounds. 14510 cat >conftest.$ac_ext <<_ACEOF 14511 /* confdefs.h. */ 14512 _ACEOF 14513 cat confdefs.h >>conftest.$ac_ext 14514 cat >>conftest.$ac_ext <<_ACEOF 14515 /* end confdefs.h. */ 14516 $ac_includes_default 14517 typedef long ac__type_sizeof_; 14518 int 14519 main () 14520 { 14521 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 14522 test_array [0] = 0 14523 14524 ; 14525 return 0; 14526 } 14527 _ACEOF 14528 rm -f conftest.$ac_objext 14529 if { (ac_try="$ac_compile" 14530 case "(($ac_try" in 14531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14532 *) ac_try_echo=$ac_try;; 14533 esac 14534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14535 (eval "$ac_compile") 2>conftest.er1 14536 ac_status=$? 14537 grep -v '^ *+' conftest.er1 >conftest.err 14538 rm -f conftest.er1 14539 cat conftest.err >&5 14540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14541 (exit $ac_status); } && { 14542 test -z "$ac_cxx_werror_flag" || 14543 test ! -s conftest.err 14544 } && test -s conftest.$ac_objext; then 14545 ac_lo=0 ac_mid=0 14546 while :; do 14547 cat >conftest.$ac_ext <<_ACEOF 14548 /* confdefs.h. */ 14549 _ACEOF 14550 cat confdefs.h >>conftest.$ac_ext 14551 cat >>conftest.$ac_ext <<_ACEOF 14552 /* end confdefs.h. */ 14553 $ac_includes_default 14554 typedef long ac__type_sizeof_; 14555 int 14556 main () 14557 { 14558 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14559 test_array [0] = 0 14560 14561 ; 14562 return 0; 14563 } 14564 _ACEOF 14565 rm -f conftest.$ac_objext 14566 if { (ac_try="$ac_compile" 14567 case "(($ac_try" in 14568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14569 *) ac_try_echo=$ac_try;; 14570 esac 14571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14572 (eval "$ac_compile") 2>conftest.er1 14573 ac_status=$? 14574 grep -v '^ *+' conftest.er1 >conftest.err 14575 rm -f conftest.er1 14576 cat conftest.err >&5 14577 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14578 (exit $ac_status); } && { 14579 test -z "$ac_cxx_werror_flag" || 14580 test ! -s conftest.err 14581 } && test -s conftest.$ac_objext; then 14582 ac_hi=$ac_mid; break 14583 else 14584 echo "$as_me: failed program was:" >&5 14585 sed 's/^/| /' conftest.$ac_ext >&5 14586 14587 ac_lo=`expr $ac_mid + 1` 14588 if test $ac_lo -le $ac_mid; then 14589 ac_lo= ac_hi= 14590 break 14591 fi 14592 ac_mid=`expr 2 '*' $ac_mid + 1` 14593 fi 14594 14595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14596 done 14597 else 14598 echo "$as_me: failed program was:" >&5 14599 sed 's/^/| /' conftest.$ac_ext >&5 14600 14601 cat >conftest.$ac_ext <<_ACEOF 14602 /* confdefs.h. */ 14603 _ACEOF 14604 cat confdefs.h >>conftest.$ac_ext 14605 cat >>conftest.$ac_ext <<_ACEOF 14606 /* end confdefs.h. */ 14607 $ac_includes_default 14608 typedef long ac__type_sizeof_; 14609 int 14610 main () 14611 { 14612 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 14613 test_array [0] = 0 14614 14615 ; 14616 return 0; 14617 } 14618 _ACEOF 14619 rm -f conftest.$ac_objext 14620 if { (ac_try="$ac_compile" 14621 case "(($ac_try" in 14622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14623 *) ac_try_echo=$ac_try;; 14624 esac 14625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14626 (eval "$ac_compile") 2>conftest.er1 14627 ac_status=$? 14628 grep -v '^ *+' conftest.er1 >conftest.err 14629 rm -f conftest.er1 14630 cat conftest.err >&5 14631 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14632 (exit $ac_status); } && { 14633 test -z "$ac_cxx_werror_flag" || 14634 test ! -s conftest.err 14635 } && test -s conftest.$ac_objext; then 14636 ac_hi=-1 ac_mid=-1 14637 while :; do 14638 cat >conftest.$ac_ext <<_ACEOF 14639 /* confdefs.h. */ 14640 _ACEOF 14641 cat confdefs.h >>conftest.$ac_ext 14642 cat >>conftest.$ac_ext <<_ACEOF 14643 /* end confdefs.h. */ 14644 $ac_includes_default 14645 typedef long ac__type_sizeof_; 14646 int 14647 main () 14648 { 14649 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 14650 test_array [0] = 0 14651 14652 ; 14653 return 0; 14654 } 14655 _ACEOF 14656 rm -f conftest.$ac_objext 14657 if { (ac_try="$ac_compile" 14658 case "(($ac_try" in 14659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14660 *) ac_try_echo=$ac_try;; 14661 esac 14662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14663 (eval "$ac_compile") 2>conftest.er1 14664 ac_status=$? 14665 grep -v '^ *+' conftest.er1 >conftest.err 14666 rm -f conftest.er1 14667 cat conftest.err >&5 14668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14669 (exit $ac_status); } && { 14670 test -z "$ac_cxx_werror_flag" || 14671 test ! -s conftest.err 14672 } && test -s conftest.$ac_objext; then 14673 ac_lo=$ac_mid; break 14674 else 14675 echo "$as_me: failed program was:" >&5 14676 sed 's/^/| /' conftest.$ac_ext >&5 14677 14678 ac_hi=`expr '(' $ac_mid ')' - 1` 14679 if test $ac_mid -le $ac_hi; then 14680 ac_lo= ac_hi= 14681 break 14682 fi 14683 ac_mid=`expr 2 '*' $ac_mid` 14684 fi 14685 14686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14687 done 14688 else 14689 echo "$as_me: failed program was:" >&5 14690 sed 's/^/| /' conftest.$ac_ext >&5 14691 14692 ac_lo= ac_hi= 14693 fi 14694 14695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14696 fi 14697 14698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14699 # Binary search between lo and hi bounds. 14700 while test "x$ac_lo" != "x$ac_hi"; do 14701 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 14702 cat >conftest.$ac_ext <<_ACEOF 14703 /* confdefs.h. */ 14704 _ACEOF 14705 cat confdefs.h >>conftest.$ac_ext 14706 cat >>conftest.$ac_ext <<_ACEOF 14707 /* end confdefs.h. */ 14708 $ac_includes_default 14709 typedef long ac__type_sizeof_; 14710 int 14711 main () 14712 { 14713 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14714 test_array [0] = 0 14715 14716 ; 14717 return 0; 14718 } 14719 _ACEOF 14720 rm -f conftest.$ac_objext 14721 if { (ac_try="$ac_compile" 14722 case "(($ac_try" in 14723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14724 *) ac_try_echo=$ac_try;; 14725 esac 14726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14727 (eval "$ac_compile") 2>conftest.er1 14728 ac_status=$? 14729 grep -v '^ *+' conftest.er1 >conftest.err 14730 rm -f conftest.er1 14731 cat conftest.err >&5 14732 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14733 (exit $ac_status); } && { 14734 test -z "$ac_cxx_werror_flag" || 14735 test ! -s conftest.err 14736 } && test -s conftest.$ac_objext; then 14737 ac_hi=$ac_mid 14738 else 14739 echo "$as_me: failed program was:" >&5 14740 sed 's/^/| /' conftest.$ac_ext >&5 14741 14742 ac_lo=`expr '(' $ac_mid ')' + 1` 14743 fi 14744 14745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14746 done 14747 case $ac_lo in 14748 ?*) ac_cv_sizeof_long=$ac_lo;; 14749 '') if test "$ac_cv_type_long" = yes; then 14750 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) 14751 See \`config.log' for more details." >&5 14752 echo "$as_me: error: cannot compute sizeof (long) 14753 See \`config.log' for more details." >&2;} 14754 { (exit 77); exit 77; }; } 14755 else 14756 ac_cv_sizeof_long=0 14757 fi ;; 14758 esac 14759 else 14760 cat >conftest.$ac_ext <<_ACEOF 14761 /* confdefs.h. */ 14762 _ACEOF 14763 cat confdefs.h >>conftest.$ac_ext 14764 cat >>conftest.$ac_ext <<_ACEOF 14765 /* end confdefs.h. */ 14766 $ac_includes_default 14767 typedef long ac__type_sizeof_; 14768 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 14769 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 14770 #include <stdio.h> 14771 #include <stdlib.h> 14772 int 14773 main () 14774 { 14775 14776 FILE *f = fopen ("conftest.val", "w"); 14777 if (! f) 14778 return 1; 14779 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 14780 { 14781 long int i = longval (); 14782 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14783 return 1; 14784 fprintf (f, "%ld\n", i); 14785 } 14786 else 14787 { 14788 unsigned long int i = ulongval (); 14789 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14790 return 1; 14791 fprintf (f, "%lu\n", i); 14792 } 14793 return ferror (f) || fclose (f) != 0; 14794 14795 ; 14796 return 0; 14797 } 14798 _ACEOF 14799 rm -f conftest$ac_exeext 14800 if { (ac_try="$ac_link" 14801 case "(($ac_try" in 14802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14803 *) ac_try_echo=$ac_try;; 14804 esac 14805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14806 (eval "$ac_link") 2>&5 14807 ac_status=$? 14808 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14809 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14810 { (case "(($ac_try" in 14811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14812 *) ac_try_echo=$ac_try;; 14813 esac 14814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14815 (eval "$ac_try") 2>&5 14816 ac_status=$? 14817 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14818 (exit $ac_status); }; }; then 14819 ac_cv_sizeof_long=`cat conftest.val` 14820 else 14821 echo "$as_me: program exited with status $ac_status" >&5 14822 echo "$as_me: failed program was:" >&5 14823 sed 's/^/| /' conftest.$ac_ext >&5 14824 14825 ( exit $ac_status ) 14826 if test "$ac_cv_type_long" = yes; then 14827 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) 14828 See \`config.log' for more details." >&5 14829 echo "$as_me: error: cannot compute sizeof (long) 14830 See \`config.log' for more details." >&2;} 14831 { (exit 77); exit 77; }; } 9267 14832 else 9268 14833 ac_cv_sizeof_long=0 9269 14834 fi 9270 14835 fi 9271 9272 fi 9273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5 9274 $as_echo "$ac_cv_sizeof_long" >&6; } 14836 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14837 fi 14838 rm -f conftest.val 14839 fi 14840 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 14841 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; } 9275 14842 9276 14843 … … 9280 14847 _ACEOF 9281 14848 14849 14850 { echo "$as_me:$LINENO: checking for long long" >&5 14851 echo $ECHO_N "checking for long long... $ECHO_C" >&6; } 14852 if test "${ac_cv_type_long_long+set}" = set; then 14853 echo $ECHO_N "(cached) $ECHO_C" >&6 14854 else 14855 cat >conftest.$ac_ext <<_ACEOF 14856 /* confdefs.h. */ 14857 _ACEOF 14858 cat confdefs.h >>conftest.$ac_ext 14859 cat >>conftest.$ac_ext <<_ACEOF 14860 /* end confdefs.h. */ 14861 $ac_includes_default 14862 typedef long long ac__type_new_; 14863 int 14864 main () 14865 { 14866 if ((ac__type_new_ *) 0) 14867 return 0; 14868 if (sizeof (ac__type_new_)) 14869 return 0; 14870 ; 14871 return 0; 14872 } 14873 _ACEOF 14874 rm -f conftest.$ac_objext 14875 if { (ac_try="$ac_compile" 14876 case "(($ac_try" in 14877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14878 *) ac_try_echo=$ac_try;; 14879 esac 14880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14881 (eval "$ac_compile") 2>conftest.er1 14882 ac_status=$? 14883 grep -v '^ *+' conftest.er1 >conftest.err 14884 rm -f conftest.er1 14885 cat conftest.err >&5 14886 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14887 (exit $ac_status); } && { 14888 test -z "$ac_cxx_werror_flag" || 14889 test ! -s conftest.err 14890 } && test -s conftest.$ac_objext; then 14891 ac_cv_type_long_long=yes 14892 else 14893 echo "$as_me: failed program was:" >&5 14894 sed 's/^/| /' conftest.$ac_ext >&5 14895 14896 ac_cv_type_long_long=no 14897 fi 14898 14899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14900 fi 14901 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 14902 echo "${ECHO_T}$ac_cv_type_long_long" >&6; } 9282 14903 9283 14904 # The cast to long int works around a bug in the HP C Compiler … … 9285 14906 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 9286 14907 # This bug is HP SR number 8606223364. 9287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5 9288 $as_echo_n "checking size of long long... " >&6; } 9289 if test "${ac_cv_sizeof_long_long+set}" = set; then : 9290 $as_echo_n "(cached) " >&6 9291 else 9292 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then : 9293 9294 else 9295 if test "$ac_cv_type_long_long" = yes; then 9296 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 9297 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 9298 { as_fn_set_status 77 9299 as_fn_error "cannot compute sizeof (long long) 9300 See \`config.log' for more details." "$LINENO" 5; }; } 14908 { echo "$as_me:$LINENO: checking size of long long" >&5 14909 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } 14910 if test "${ac_cv_sizeof_long_long+set}" = set; then 14911 echo $ECHO_N "(cached) $ECHO_C" >&6 14912 else 14913 if test "$cross_compiling" = yes; then 14914 # Depending upon the size, compute the lo and hi bounds. 14915 cat >conftest.$ac_ext <<_ACEOF 14916 /* confdefs.h. */ 14917 _ACEOF 14918 cat confdefs.h >>conftest.$ac_ext 14919 cat >>conftest.$ac_ext <<_ACEOF 14920 /* end confdefs.h. */ 14921 $ac_includes_default 14922 typedef long long ac__type_sizeof_; 14923 int 14924 main () 14925 { 14926 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 14927 test_array [0] = 0 14928 14929 ; 14930 return 0; 14931 } 14932 _ACEOF 14933 rm -f conftest.$ac_objext 14934 if { (ac_try="$ac_compile" 14935 case "(($ac_try" in 14936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14937 *) ac_try_echo=$ac_try;; 14938 esac 14939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14940 (eval "$ac_compile") 2>conftest.er1 14941 ac_status=$? 14942 grep -v '^ *+' conftest.er1 >conftest.err 14943 rm -f conftest.er1 14944 cat conftest.err >&5 14945 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14946 (exit $ac_status); } && { 14947 test -z "$ac_cxx_werror_flag" || 14948 test ! -s conftest.err 14949 } && test -s conftest.$ac_objext; then 14950 ac_lo=0 ac_mid=0 14951 while :; do 14952 cat >conftest.$ac_ext <<_ACEOF 14953 /* confdefs.h. */ 14954 _ACEOF 14955 cat confdefs.h >>conftest.$ac_ext 14956 cat >>conftest.$ac_ext <<_ACEOF 14957 /* end confdefs.h. */ 14958 $ac_includes_default 14959 typedef long long ac__type_sizeof_; 14960 int 14961 main () 14962 { 14963 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14964 test_array [0] = 0 14965 14966 ; 14967 return 0; 14968 } 14969 _ACEOF 14970 rm -f conftest.$ac_objext 14971 if { (ac_try="$ac_compile" 14972 case "(($ac_try" in 14973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14974 *) ac_try_echo=$ac_try;; 14975 esac 14976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14977 (eval "$ac_compile") 2>conftest.er1 14978 ac_status=$? 14979 grep -v '^ *+' conftest.er1 >conftest.err 14980 rm -f conftest.er1 14981 cat conftest.err >&5 14982 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14983 (exit $ac_status); } && { 14984 test -z "$ac_cxx_werror_flag" || 14985 test ! -s conftest.err 14986 } && test -s conftest.$ac_objext; then 14987 ac_hi=$ac_mid; break 14988 else 14989 echo "$as_me: failed program was:" >&5 14990 sed 's/^/| /' conftest.$ac_ext >&5 14991 14992 ac_lo=`expr $ac_mid + 1` 14993 if test $ac_lo -le $ac_mid; then 14994 ac_lo= ac_hi= 14995 break 14996 fi 14997 ac_mid=`expr 2 '*' $ac_mid + 1` 14998 fi 14999 15000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15001 done 15002 else 15003 echo "$as_me: failed program was:" >&5 15004 sed 's/^/| /' conftest.$ac_ext >&5 15005 15006 cat >conftest.$ac_ext <<_ACEOF 15007 /* confdefs.h. */ 15008 _ACEOF 15009 cat confdefs.h >>conftest.$ac_ext 15010 cat >>conftest.$ac_ext <<_ACEOF 15011 /* end confdefs.h. */ 15012 $ac_includes_default 15013 typedef long long ac__type_sizeof_; 15014 int 15015 main () 15016 { 15017 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 15018 test_array [0] = 0 15019 15020 ; 15021 return 0; 15022 } 15023 _ACEOF 15024 rm -f conftest.$ac_objext 15025 if { (ac_try="$ac_compile" 15026 case "(($ac_try" in 15027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15028 *) ac_try_echo=$ac_try;; 15029 esac 15030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15031 (eval "$ac_compile") 2>conftest.er1 15032 ac_status=$? 15033 grep -v '^ *+' conftest.er1 >conftest.err 15034 rm -f conftest.er1 15035 cat conftest.err >&5 15036 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15037 (exit $ac_status); } && { 15038 test -z "$ac_cxx_werror_flag" || 15039 test ! -s conftest.err 15040 } && test -s conftest.$ac_objext; then 15041 ac_hi=-1 ac_mid=-1 15042 while :; do 15043 cat >conftest.$ac_ext <<_ACEOF 15044 /* confdefs.h. */ 15045 _ACEOF 15046 cat confdefs.h >>conftest.$ac_ext 15047 cat >>conftest.$ac_ext <<_ACEOF 15048 /* end confdefs.h. */ 15049 $ac_includes_default 15050 typedef long long ac__type_sizeof_; 15051 int 15052 main () 15053 { 15054 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 15055 test_array [0] = 0 15056 15057 ; 15058 return 0; 15059 } 15060 _ACEOF 15061 rm -f conftest.$ac_objext 15062 if { (ac_try="$ac_compile" 15063 case "(($ac_try" in 15064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15065 *) ac_try_echo=$ac_try;; 15066 esac 15067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15068 (eval "$ac_compile") 2>conftest.er1 15069 ac_status=$? 15070 grep -v '^ *+' conftest.er1 >conftest.err 15071 rm -f conftest.er1 15072 cat conftest.err >&5 15073 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15074 (exit $ac_status); } && { 15075 test -z "$ac_cxx_werror_flag" || 15076 test ! -s conftest.err 15077 } && test -s conftest.$ac_objext; then 15078 ac_lo=$ac_mid; break 15079 else 15080 echo "$as_me: failed program was:" >&5 15081 sed 's/^/| /' conftest.$ac_ext >&5 15082 15083 ac_hi=`expr '(' $ac_mid ')' - 1` 15084 if test $ac_mid -le $ac_hi; then 15085 ac_lo= ac_hi= 15086 break 15087 fi 15088 ac_mid=`expr 2 '*' $ac_mid` 15089 fi 15090 15091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15092 done 15093 else 15094 echo "$as_me: failed program was:" >&5 15095 sed 's/^/| /' conftest.$ac_ext >&5 15096 15097 ac_lo= ac_hi= 15098 fi 15099 15100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15101 fi 15102 15103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15104 # Binary search between lo and hi bounds. 15105 while test "x$ac_lo" != "x$ac_hi"; do 15106 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 15107 cat >conftest.$ac_ext <<_ACEOF 15108 /* confdefs.h. */ 15109 _ACEOF 15110 cat confdefs.h >>conftest.$ac_ext 15111 cat >>conftest.$ac_ext <<_ACEOF 15112 /* end confdefs.h. */ 15113 $ac_includes_default 15114 typedef long long ac__type_sizeof_; 15115 int 15116 main () 15117 { 15118 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15119 test_array [0] = 0 15120 15121 ; 15122 return 0; 15123 } 15124 _ACEOF 15125 rm -f conftest.$ac_objext 15126 if { (ac_try="$ac_compile" 15127 case "(($ac_try" in 15128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15129 *) ac_try_echo=$ac_try;; 15130 esac 15131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15132 (eval "$ac_compile") 2>conftest.er1 15133 ac_status=$? 15134 grep -v '^ *+' conftest.er1 >conftest.err 15135 rm -f conftest.er1 15136 cat conftest.err >&5 15137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15138 (exit $ac_status); } && { 15139 test -z "$ac_cxx_werror_flag" || 15140 test ! -s conftest.err 15141 } && test -s conftest.$ac_objext; then 15142 ac_hi=$ac_mid 15143 else 15144 echo "$as_me: failed program was:" >&5 15145 sed 's/^/| /' conftest.$ac_ext >&5 15146 15147 ac_lo=`expr '(' $ac_mid ')' + 1` 15148 fi 15149 15150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15151 done 15152 case $ac_lo in 15153 ?*) ac_cv_sizeof_long_long=$ac_lo;; 15154 '') if test "$ac_cv_type_long_long" = yes; then 15155 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 15156 See \`config.log' for more details." >&5 15157 echo "$as_me: error: cannot compute sizeof (long long) 15158 See \`config.log' for more details." >&2;} 15159 { (exit 77); exit 77; }; } 15160 else 15161 ac_cv_sizeof_long_long=0 15162 fi ;; 15163 esac 15164 else 15165 cat >conftest.$ac_ext <<_ACEOF 15166 /* confdefs.h. */ 15167 _ACEOF 15168 cat confdefs.h >>conftest.$ac_ext 15169 cat >>conftest.$ac_ext <<_ACEOF 15170 /* end confdefs.h. */ 15171 $ac_includes_default 15172 typedef long long ac__type_sizeof_; 15173 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 15174 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 15175 #include <stdio.h> 15176 #include <stdlib.h> 15177 int 15178 main () 15179 { 15180 15181 FILE *f = fopen ("conftest.val", "w"); 15182 if (! f) 15183 return 1; 15184 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 15185 { 15186 long int i = longval (); 15187 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15188 return 1; 15189 fprintf (f, "%ld\n", i); 15190 } 15191 else 15192 { 15193 unsigned long int i = ulongval (); 15194 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15195 return 1; 15196 fprintf (f, "%lu\n", i); 15197 } 15198 return ferror (f) || fclose (f) != 0; 15199 15200 ; 15201 return 0; 15202 } 15203 _ACEOF 15204 rm -f conftest$ac_exeext 15205 if { (ac_try="$ac_link" 15206 case "(($ac_try" in 15207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15208 *) ac_try_echo=$ac_try;; 15209 esac 15210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15211 (eval "$ac_link") 2>&5 15212 ac_status=$? 15213 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15214 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15215 { (case "(($ac_try" in 15216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15217 *) ac_try_echo=$ac_try;; 15218 esac 15219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15220 (eval "$ac_try") 2>&5 15221 ac_status=$? 15222 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15223 (exit $ac_status); }; }; then 15224 ac_cv_sizeof_long_long=`cat conftest.val` 15225 else 15226 echo "$as_me: program exited with status $ac_status" >&5 15227 echo "$as_me: failed program was:" >&5 15228 sed 's/^/| /' conftest.$ac_ext >&5 15229 15230 ( exit $ac_status ) 15231 if test "$ac_cv_type_long_long" = yes; then 15232 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 15233 See \`config.log' for more details." >&5 15234 echo "$as_me: error: cannot compute sizeof (long long) 15235 See \`config.log' for more details." >&2;} 15236 { (exit 77); exit 77; }; } 9301 15237 else 9302 15238 ac_cv_sizeof_long_long=0 9303 15239 fi 9304 15240 fi 9305 9306 fi 9307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5 9308 $as_echo "$ac_cv_sizeof_long_long" >&6; } 15241 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15242 fi 15243 rm -f conftest.val 15244 fi 15245 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 15246 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } 9309 15247 9310 15248 … … 9314 15252 _ACEOF 9315 15253 15254 15255 { echo "$as_me:$LINENO: checking for void *" >&5 15256 echo $ECHO_N "checking for void *... $ECHO_C" >&6; } 15257 if test "${ac_cv_type_void_p+set}" = set; then 15258 echo $ECHO_N "(cached) $ECHO_C" >&6 15259 else 15260 cat >conftest.$ac_ext <<_ACEOF 15261 /* confdefs.h. */ 15262 _ACEOF 15263 cat confdefs.h >>conftest.$ac_ext 15264 cat >>conftest.$ac_ext <<_ACEOF 15265 /* end confdefs.h. */ 15266 $ac_includes_default 15267 typedef void * ac__type_new_; 15268 int 15269 main () 15270 { 15271 if ((ac__type_new_ *) 0) 15272 return 0; 15273 if (sizeof (ac__type_new_)) 15274 return 0; 15275 ; 15276 return 0; 15277 } 15278 _ACEOF 15279 rm -f conftest.$ac_objext 15280 if { (ac_try="$ac_compile" 15281 case "(($ac_try" in 15282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15283 *) ac_try_echo=$ac_try;; 15284 esac 15285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15286 (eval "$ac_compile") 2>conftest.er1 15287 ac_status=$? 15288 grep -v '^ *+' conftest.er1 >conftest.err 15289 rm -f conftest.er1 15290 cat conftest.err >&5 15291 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15292 (exit $ac_status); } && { 15293 test -z "$ac_cxx_werror_flag" || 15294 test ! -s conftest.err 15295 } && test -s conftest.$ac_objext; then 15296 ac_cv_type_void_p=yes 15297 else 15298 echo "$as_me: failed program was:" >&5 15299 sed 's/^/| /' conftest.$ac_ext >&5 15300 15301 ac_cv_type_void_p=no 15302 fi 15303 15304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15305 fi 15306 { echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5 15307 echo "${ECHO_T}$ac_cv_type_void_p" >&6; } 9316 15308 9317 15309 # The cast to long int works around a bug in the HP C Compiler … … 9319 15311 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 9320 15312 # This bug is HP SR number 8606223364. 9321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5 9322 $as_echo_n "checking size of void *... " >&6; } 9323 if test "${ac_cv_sizeof_void_p+set}" = set; then : 9324 $as_echo_n "(cached) " >&6 9325 else 9326 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then : 9327 9328 else 9329 if test "$ac_cv_type_void_p" = yes; then 9330 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 9331 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 9332 { as_fn_set_status 77 9333 as_fn_error "cannot compute sizeof (void *) 9334 See \`config.log' for more details." "$LINENO" 5; }; } 15313 { echo "$as_me:$LINENO: checking size of void *" >&5 15314 echo $ECHO_N "checking size of void *... $ECHO_C" >&6; } 15315 if test "${ac_cv_sizeof_void_p+set}" = set; then 15316 echo $ECHO_N "(cached) $ECHO_C" >&6 15317 else 15318 if test "$cross_compiling" = yes; then 15319 # Depending upon the size, compute the lo and hi bounds. 15320 cat >conftest.$ac_ext <<_ACEOF 15321 /* confdefs.h. */ 15322 _ACEOF 15323 cat confdefs.h >>conftest.$ac_ext 15324 cat >>conftest.$ac_ext <<_ACEOF 15325 /* end confdefs.h. */ 15326 $ac_includes_default 15327 typedef void * ac__type_sizeof_; 15328 int 15329 main () 15330 { 15331 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 15332 test_array [0] = 0 15333 15334 ; 15335 return 0; 15336 } 15337 _ACEOF 15338 rm -f conftest.$ac_objext 15339 if { (ac_try="$ac_compile" 15340 case "(($ac_try" in 15341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15342 *) ac_try_echo=$ac_try;; 15343 esac 15344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15345 (eval "$ac_compile") 2>conftest.er1 15346 ac_status=$? 15347 grep -v '^ *+' conftest.er1 >conftest.err 15348 rm -f conftest.er1 15349 cat conftest.err >&5 15350 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15351 (exit $ac_status); } && { 15352 test -z "$ac_cxx_werror_flag" || 15353 test ! -s conftest.err 15354 } && test -s conftest.$ac_objext; then 15355 ac_lo=0 ac_mid=0 15356 while :; do 15357 cat >conftest.$ac_ext <<_ACEOF 15358 /* confdefs.h. */ 15359 _ACEOF 15360 cat confdefs.h >>conftest.$ac_ext 15361 cat >>conftest.$ac_ext <<_ACEOF 15362 /* end confdefs.h. */ 15363 $ac_includes_default 15364 typedef void * ac__type_sizeof_; 15365 int 15366 main () 15367 { 15368 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15369 test_array [0] = 0 15370 15371 ; 15372 return 0; 15373 } 15374 _ACEOF 15375 rm -f conftest.$ac_objext 15376 if { (ac_try="$ac_compile" 15377 case "(($ac_try" in 15378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15379 *) ac_try_echo=$ac_try;; 15380 esac 15381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15382 (eval "$ac_compile") 2>conftest.er1 15383 ac_status=$? 15384 grep -v '^ *+' conftest.er1 >conftest.err 15385 rm -f conftest.er1 15386 cat conftest.err >&5 15387 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15388 (exit $ac_status); } && { 15389 test -z "$ac_cxx_werror_flag" || 15390 test ! -s conftest.err 15391 } && test -s conftest.$ac_objext; then 15392 ac_hi=$ac_mid; break 15393 else 15394 echo "$as_me: failed program was:" >&5 15395 sed 's/^/| /' conftest.$ac_ext >&5 15396 15397 ac_lo=`expr $ac_mid + 1` 15398 if test $ac_lo -le $ac_mid; then 15399 ac_lo= ac_hi= 15400 break 15401 fi 15402 ac_mid=`expr 2 '*' $ac_mid + 1` 15403 fi 15404 15405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15406 done 15407 else 15408 echo "$as_me: failed program was:" >&5 15409 sed 's/^/| /' conftest.$ac_ext >&5 15410 15411 cat >conftest.$ac_ext <<_ACEOF 15412 /* confdefs.h. */ 15413 _ACEOF 15414 cat confdefs.h >>conftest.$ac_ext 15415 cat >>conftest.$ac_ext <<_ACEOF 15416 /* end confdefs.h. */ 15417 $ac_includes_default 15418 typedef void * ac__type_sizeof_; 15419 int 15420 main () 15421 { 15422 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 15423 test_array [0] = 0 15424 15425 ; 15426 return 0; 15427 } 15428 _ACEOF 15429 rm -f conftest.$ac_objext 15430 if { (ac_try="$ac_compile" 15431 case "(($ac_try" in 15432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15433 *) ac_try_echo=$ac_try;; 15434 esac 15435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15436 (eval "$ac_compile") 2>conftest.er1 15437 ac_status=$? 15438 grep -v '^ *+' conftest.er1 >conftest.err 15439 rm -f conftest.er1 15440 cat conftest.err >&5 15441 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15442 (exit $ac_status); } && { 15443 test -z "$ac_cxx_werror_flag" || 15444 test ! -s conftest.err 15445 } && test -s conftest.$ac_objext; then 15446 ac_hi=-1 ac_mid=-1 15447 while :; do 15448 cat >conftest.$ac_ext <<_ACEOF 15449 /* confdefs.h. */ 15450 _ACEOF 15451 cat confdefs.h >>conftest.$ac_ext 15452 cat >>conftest.$ac_ext <<_ACEOF 15453 /* end confdefs.h. */ 15454 $ac_includes_default 15455 typedef void * ac__type_sizeof_; 15456 int 15457 main () 15458 { 15459 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 15460 test_array [0] = 0 15461 15462 ; 15463 return 0; 15464 } 15465 _ACEOF 15466 rm -f conftest.$ac_objext 15467 if { (ac_try="$ac_compile" 15468 case "(($ac_try" in 15469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15470 *) ac_try_echo=$ac_try;; 15471 esac 15472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15473 (eval "$ac_compile") 2>conftest.er1 15474 ac_status=$? 15475 grep -v '^ *+' conftest.er1 >conftest.err 15476 rm -f conftest.er1 15477 cat conftest.err >&5 15478 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15479 (exit $ac_status); } && { 15480 test -z "$ac_cxx_werror_flag" || 15481 test ! -s conftest.err 15482 } && test -s conftest.$ac_objext; then 15483 ac_lo=$ac_mid; break 15484 else 15485 echo "$as_me: failed program was:" >&5 15486 sed 's/^/| /' conftest.$ac_ext >&5 15487 15488 ac_hi=`expr '(' $ac_mid ')' - 1` 15489 if test $ac_mid -le $ac_hi; then 15490 ac_lo= ac_hi= 15491 break 15492 fi 15493 ac_mid=`expr 2 '*' $ac_mid` 15494 fi 15495 15496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15497 done 15498 else 15499 echo "$as_me: failed program was:" >&5 15500 sed 's/^/| /' conftest.$ac_ext >&5 15501 15502 ac_lo= ac_hi= 15503 fi 15504 15505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15506 fi 15507 15508 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15509 # Binary search between lo and hi bounds. 15510 while test "x$ac_lo" != "x$ac_hi"; do 15511 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 15512 cat >conftest.$ac_ext <<_ACEOF 15513 /* confdefs.h. */ 15514 _ACEOF 15515 cat confdefs.h >>conftest.$ac_ext 15516 cat >>conftest.$ac_ext <<_ACEOF 15517 /* end confdefs.h. */ 15518 $ac_includes_default 15519 typedef void * ac__type_sizeof_; 15520 int 15521 main () 15522 { 15523 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15524 test_array [0] = 0 15525 15526 ; 15527 return 0; 15528 } 15529 _ACEOF 15530 rm -f conftest.$ac_objext 15531 if { (ac_try="$ac_compile" 15532 case "(($ac_try" in 15533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15534 *) ac_try_echo=$ac_try;; 15535 esac 15536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15537 (eval "$ac_compile") 2>conftest.er1 15538 ac_status=$? 15539 grep -v '^ *+' conftest.er1 >conftest.err 15540 rm -f conftest.er1 15541 cat conftest.err >&5 15542 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15543 (exit $ac_status); } && { 15544 test -z "$ac_cxx_werror_flag" || 15545 test ! -s conftest.err 15546 } && test -s conftest.$ac_objext; then 15547 ac_hi=$ac_mid 15548 else 15549 echo "$as_me: failed program was:" >&5 15550 sed 's/^/| /' conftest.$ac_ext >&5 15551 15552 ac_lo=`expr '(' $ac_mid ')' + 1` 15553 fi 15554 15555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15556 done 15557 case $ac_lo in 15558 ?*) ac_cv_sizeof_void_p=$ac_lo;; 15559 '') if test "$ac_cv_type_void_p" = yes; then 15560 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *) 15561 See \`config.log' for more details." >&5 15562 echo "$as_me: error: cannot compute sizeof (void *) 15563 See \`config.log' for more details." >&2;} 15564 { (exit 77); exit 77; }; } 15565 else 15566 ac_cv_sizeof_void_p=0 15567 fi ;; 15568 esac 15569 else 15570 cat >conftest.$ac_ext <<_ACEOF 15571 /* confdefs.h. */ 15572 _ACEOF 15573 cat confdefs.h >>conftest.$ac_ext 15574 cat >>conftest.$ac_ext <<_ACEOF 15575 /* end confdefs.h. */ 15576 $ac_includes_default 15577 typedef void * ac__type_sizeof_; 15578 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 15579 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 15580 #include <stdio.h> 15581 #include <stdlib.h> 15582 int 15583 main () 15584 { 15585 15586 FILE *f = fopen ("conftest.val", "w"); 15587 if (! f) 15588 return 1; 15589 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 15590 { 15591 long int i = longval (); 15592 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15593 return 1; 15594 fprintf (f, "%ld\n", i); 15595 } 15596 else 15597 { 15598 unsigned long int i = ulongval (); 15599 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15600 return 1; 15601 fprintf (f, "%lu\n", i); 15602 } 15603 return ferror (f) || fclose (f) != 0; 15604 15605 ; 15606 return 0; 15607 } 15608 _ACEOF 15609 rm -f conftest$ac_exeext 15610 if { (ac_try="$ac_link" 15611 case "(($ac_try" in 15612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15613 *) ac_try_echo=$ac_try;; 15614 esac 15615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15616 (eval "$ac_link") 2>&5 15617 ac_status=$? 15618 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15619 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15620 { (case "(($ac_try" in 15621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15622 *) ac_try_echo=$ac_try;; 15623 esac 15624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15625 (eval "$ac_try") 2>&5 15626 ac_status=$? 15627 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15628 (exit $ac_status); }; }; then 15629 ac_cv_sizeof_void_p=`cat conftest.val` 15630 else 15631 echo "$as_me: program exited with status $ac_status" >&5 15632 echo "$as_me: failed program was:" >&5 15633 sed 's/^/| /' conftest.$ac_ext >&5 15634 15635 ( exit $ac_status ) 15636 if test "$ac_cv_type_void_p" = yes; then 15637 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *) 15638 See \`config.log' for more details." >&5 15639 echo "$as_me: error: cannot compute sizeof (void *) 15640 See \`config.log' for more details." >&2;} 15641 { (exit 77); exit 77; }; } 9335 15642 else 9336 15643 ac_cv_sizeof_void_p=0 9337 15644 fi 9338 15645 fi 9339 9340 fi 9341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5 9342 $as_echo "$ac_cv_sizeof_void_p" >&6; } 15646 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15647 fi 15648 rm -f conftest.val 15649 fi 15650 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5 15651 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; } 9343 15652 9344 15653 … … 9366 15675 9367 15676 9368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build with symbols" >&59369 $as_echo_n "checking for build with symbols..." >&6; }15677 { echo "$as_me:$LINENO: checking for build with symbols" >&5 15678 echo $ECHO_N "checking for build with symbols... $ECHO_C" >&6; } 9370 15679 # Check whether --enable-symbols was given. 9371 if test "${enable_symbols+set}" = set; then :15680 if test "${enable_symbols+set}" = set; then 9372 15681 enableval=$enable_symbols; tcl_ok=$enableval 9373 15682 else … … 9380 15689 LDFLAGS_DEFAULT='$(LDFLAGS_OPTIMIZE)' 9381 15690 DBGX="" 9382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&59383 $as_echo "no" >&6; }15691 { echo "$as_me:$LINENO: result: no" >&5 15692 echo "${ECHO_T}no" >&6; } 9384 15693 else 9385 15694 CFLAGS_DEFAULT='$(CFLAGS_DEBUG)' … … 9387 15696 DBGX=g 9388 15697 if test "$tcl_ok" = "yes"; then 9389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (standard debugging)" >&59390 $as_echo "yes (standard debugging)" >&6; }15698 { echo "$as_me:$LINENO: result: yes (standard debugging)" >&5 15699 echo "${ECHO_T}yes (standard debugging)" >&6; } 9391 15700 fi 9392 15701 fi … … 9395 15704 9396 15705 if test "$tcl_ok" = "mem" -o "$tcl_ok" = "all"; then 9397 $as_echo "#define TCL_MEM_DEBUG 1" >>confdefs.h 15706 cat >>confdefs.h <<\_ACEOF 15707 #define TCL_MEM_DEBUG 1 15708 _ACEOF 9398 15709 9399 15710 fi 9400 15711 9401 15712 if test "$tcl_ok" = "compile" -o "$tcl_ok" = "all"; then 9402 $as_echo "#define TCL_COMPILE_DEBUG 1" >>confdefs.h 9403 9404 $as_echo "#define TCL_COMPILE_STATS 1" >>confdefs.h 15713 cat >>confdefs.h <<\_ACEOF 15714 #define TCL_COMPILE_DEBUG 1 15715 _ACEOF 15716 15717 cat >>confdefs.h <<\_ACEOF 15718 #define TCL_COMPILE_STATS 1 15719 _ACEOF 9405 15720 9406 15721 fi … … 9408 15723 if test "$tcl_ok" != "yes" -a "$tcl_ok" != "no"; then 9409 15724 if test "$tcl_ok" = "all"; then 9410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: enabled symbols mem compile debugging" >&59411 $as_echo "enabled symbols mem compile debugging" >&6; }15725 { echo "$as_me:$LINENO: result: enabled symbols mem compile debugging" >&5 15726 echo "${ECHO_T}enabled symbols mem compile debugging" >&6; } 9412 15727 else 9413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: enabled $tcl_ok debugging" >&59414 $as_echo "enabled $tcl_ok debugging" >&6; }15728 { echo "$as_me:$LINENO: result: enabled $tcl_ok debugging" >&5 15729 echo "${ECHO_T}enabled $tcl_ok debugging" >&6; } 9415 15730 fi 9416 15731 fi … … 9422 15737 #-------------------------------------------------------------------- 9423 15738 15739 9424 15740 for ac_header in ffmpeg/avcodec.h 9425 do : 9426 ac_fn_cxx_check_header_compile "$LINENO" "ffmpeg/avcodec.h" "ac_cv_header_ffmpeg_avcodec_h" "#define __STDC_CONSTANT_MACROS 1 15741 do 15742 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 15743 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15744 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15745 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 15746 echo $ECHO_N "(cached) $ECHO_C" >&6 15747 else 15748 cat >conftest.$ac_ext <<_ACEOF 15749 /* confdefs.h. */ 15750 _ACEOF 15751 cat confdefs.h >>conftest.$ac_ext 15752 cat >>conftest.$ac_ext <<_ACEOF 15753 /* end confdefs.h. */ 15754 #define __STDC_CONSTANT_MACROS 1 9427 15755 #ifdef HAVE_FFMPEG_AVCODEC_H 9428 15756 # include <ffmpeg/avcodec.h> 9429 15757 #endif 9430 15758 9431 " 9432 if test "x$ac_cv_header_ffmpeg_avcodec_h" = x""yes; then : 15759 15760 #include <$ac_header> 15761 _ACEOF 15762 rm -f conftest.$ac_objext 15763 if { (ac_try="$ac_compile" 15764 case "(($ac_try" in 15765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15766 *) ac_try_echo=$ac_try;; 15767 esac 15768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15769 (eval "$ac_compile") 2>conftest.er1 15770 ac_status=$? 15771 grep -v '^ *+' conftest.er1 >conftest.err 15772 rm -f conftest.er1 15773 cat conftest.err >&5 15774 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15775 (exit $ac_status); } && { 15776 test -z "$ac_cxx_werror_flag" || 15777 test ! -s conftest.err 15778 } && test -s conftest.$ac_objext; then 15779 eval "$as_ac_Header=yes" 15780 else 15781 echo "$as_me: failed program was:" >&5 15782 sed 's/^/| /' conftest.$ac_ext >&5 15783 15784 eval "$as_ac_Header=no" 15785 fi 15786 15787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15788 fi 15789 ac_res=`eval echo '${'$as_ac_Header'}'` 15790 { echo "$as_me:$LINENO: result: $ac_res" >&5 15791 echo "${ECHO_T}$ac_res" >&6; } 15792 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9433 15793 cat >>confdefs.h <<_ACEOF 9434 #define HAVE_FFMPEG_AVCODEC_H115794 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9435 15795 _ACEOF 9436 15796 … … 9440 15800 9441 15801 15802 9442 15803 for ac_header in libavcodec/avcodec.h 9443 do : 9444 ac_fn_cxx_check_header_compile "$LINENO" "libavcodec/avcodec.h" "ac_cv_header_libavcodec_avcodec_h" "#define __STDC_CONSTANT_MACROS 1 15804 do 15805 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 15806 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15807 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15808 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 15809 echo $ECHO_N "(cached) $ECHO_C" >&6 15810 else 15811 cat >conftest.$ac_ext <<_ACEOF 15812 /* confdefs.h. */ 15813 _ACEOF 15814 cat confdefs.h >>conftest.$ac_ext 15815 cat >>conftest.$ac_ext <<_ACEOF 15816 /* end confdefs.h. */ 15817 #define __STDC_CONSTANT_MACROS 1 9445 15818 #ifdef HAVE_LIBAVCODEC_AVCODEC_H 9446 15819 # include <libavcodec/avcodec.h> 9447 15820 #endif 9448 15821 9449 " 9450 if test "x$ac_cv_header_libavcodec_avcodec_h" = x""yes; then : 15822 15823 #include <$ac_header> 15824 _ACEOF 15825 rm -f conftest.$ac_objext 15826 if { (ac_try="$ac_compile" 15827 case "(($ac_try" in 15828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15829 *) ac_try_echo=$ac_try;; 15830 esac 15831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15832 (eval "$ac_compile") 2>conftest.er1 15833 ac_status=$? 15834 grep -v '^ *+' conftest.er1 >conftest.err 15835 rm -f conftest.er1 15836 cat conftest.err >&5 15837 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15838 (exit $ac_status); } && { 15839 test -z "$ac_cxx_werror_flag" || 15840 test ! -s conftest.err 15841 } && test -s conftest.$ac_objext; then 15842 eval "$as_ac_Header=yes" 15843 else 15844 echo "$as_me: failed program was:" >&5 15845 sed 's/^/| /' conftest.$ac_ext >&5 15846 15847 eval "$as_ac_Header=no" 15848 fi 15849 15850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15851 fi 15852 ac_res=`eval echo '${'$as_ac_Header'}'` 15853 { echo "$as_me:$LINENO: result: $ac_res" >&5 15854 echo "${ECHO_T}$ac_res" >&6; } 15855 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9451 15856 cat >>confdefs.h <<_ACEOF 9452 #define HAVE_LIBAVCODEC_AVCODEC_H115857 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9453 15858 _ACEOF 9454 15859 … … 9458 15863 9459 15864 15865 9460 15866 for ac_header in ffmpeg/avformat.h 9461 do : 9462 ac_fn_cxx_check_header_compile "$LINENO" "ffmpeg/avformat.h" "ac_cv_header_ffmpeg_avformat_h" "#define __STDC_CONSTANT_MACROS 1 15867 do 15868 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 15869 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15870 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15871 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 15872 echo $ECHO_N "(cached) $ECHO_C" >&6 15873 else 15874 cat >conftest.$ac_ext <<_ACEOF 15875 /* confdefs.h. */ 15876 _ACEOF 15877 cat confdefs.h >>conftest.$ac_ext 15878 cat >>conftest.$ac_ext <<_ACEOF 15879 /* end confdefs.h. */ 15880 #define __STDC_CONSTANT_MACROS 1 9463 15881 #ifdef HAVE_FFMPEG_AVFORMAT_H 9464 15882 # include <ffmpeg/avformat.h> 9465 15883 #endif 9466 15884 9467 " 9468 if test "x$ac_cv_header_ffmpeg_avformat_h" = x""yes; then : 15885 15886 #include <$ac_header> 15887 _ACEOF 15888 rm -f conftest.$ac_objext 15889 if { (ac_try="$ac_compile" 15890 case "(($ac_try" in 15891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15892 *) ac_try_echo=$ac_try;; 15893 esac 15894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15895 (eval "$ac_compile") 2>conftest.er1 15896 ac_status=$? 15897 grep -v '^ *+' conftest.er1 >conftest.err 15898 rm -f conftest.er1 15899 cat conftest.err >&5 15900 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15901 (exit $ac_status); } && { 15902 test -z "$ac_cxx_werror_flag" || 15903 test ! -s conftest.err 15904 } && test -s conftest.$ac_objext; then 15905 eval "$as_ac_Header=yes" 15906 else 15907 echo "$as_me: failed program was:" >&5 15908 sed 's/^/| /' conftest.$ac_ext >&5 15909 15910 eval "$as_ac_Header=no" 15911 fi 15912 15913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15914 fi 15915 ac_res=`eval echo '${'$as_ac_Header'}'` 15916 { echo "$as_me:$LINENO: result: $ac_res" >&5 15917 echo "${ECHO_T}$ac_res" >&6; } 15918 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9469 15919 cat >>confdefs.h <<_ACEOF 9470 #define HAVE_FFMPEG_AVFORMAT_H115920 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9471 15921 _ACEOF 9472 15922 … … 9476 15926 9477 15927 15928 9478 15929 for ac_header in libavformat/avformat.h 9479 do : 9480 ac_fn_cxx_check_header_compile "$LINENO" "libavformat/avformat.h" "ac_cv_header_libavformat_avformat_h" "#define __STDC_CONSTANT_MACROS 1 15930 do 15931 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 15932 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15933 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 15935 echo $ECHO_N "(cached) $ECHO_C" >&6 15936 else 15937 cat >conftest.$ac_ext <<_ACEOF 15938 /* confdefs.h. */ 15939 _ACEOF 15940 cat confdefs.h >>conftest.$ac_ext 15941 cat >>conftest.$ac_ext <<_ACEOF 15942 /* end confdefs.h. */ 15943 #define __STDC_CONSTANT_MACROS 1 9481 15944 #ifdef HAVE_LIBAVFORMAT_AVFORMAT_H 9482 15945 # include <libavformat/avformat.h> 9483 15946 #endif 9484 15947 9485 " 9486 if test "x$ac_cv_header_libavformat_avformat_h" = x""yes; then : 15948 15949 #include <$ac_header> 15950 _ACEOF 15951 rm -f conftest.$ac_objext 15952 if { (ac_try="$ac_compile" 15953 case "(($ac_try" in 15954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15955 *) ac_try_echo=$ac_try;; 15956 esac 15957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15958 (eval "$ac_compile") 2>conftest.er1 15959 ac_status=$? 15960 grep -v '^ *+' conftest.er1 >conftest.err 15961 rm -f conftest.er1 15962 cat conftest.err >&5 15963 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15964 (exit $ac_status); } && { 15965 test -z "$ac_cxx_werror_flag" || 15966 test ! -s conftest.err 15967 } && test -s conftest.$ac_objext; then 15968 eval "$as_ac_Header=yes" 15969 else 15970 echo "$as_me: failed program was:" >&5 15971 sed 's/^/| /' conftest.$ac_ext >&5 15972 15973 eval "$as_ac_Header=no" 15974 fi 15975 15976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15977 fi 15978 ac_res=`eval echo '${'$as_ac_Header'}'` 15979 { echo "$as_me:$LINENO: result: $ac_res" >&5 15980 echo "${ECHO_T}$ac_res" >&6; } 15981 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9487 15982 cat >>confdefs.h <<_ACEOF 9488 #define HAVE_LIBAVFORMAT_AVFORMAT_H115983 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9489 15984 _ACEOF 9490 15985 … … 9494 15989 9495 15990 15991 9496 15992 for ac_header in ffmpeg/avutil.h 9497 do : 9498 ac_fn_cxx_check_header_compile "$LINENO" "ffmpeg/avutil.h" "ac_cv_header_ffmpeg_avutil_h" "#define __STDC_CONSTANT_MACROS 1 15993 do 15994 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 15995 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15996 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15997 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 15998 echo $ECHO_N "(cached) $ECHO_C" >&6 15999 else 16000 cat >conftest.$ac_ext <<_ACEOF 16001 /* confdefs.h. */ 16002 _ACEOF 16003 cat confdefs.h >>conftest.$ac_ext 16004 cat >>conftest.$ac_ext <<_ACEOF 16005 /* end confdefs.h. */ 16006 #define __STDC_CONSTANT_MACROS 1 9499 16007 #ifdef HAVE_FFMPEG_AVUTIL_H 9500 16008 # include <ffmpeg/avutil.h> 9501 16009 #endif 9502 16010 9503 " 9504 if test "x$ac_cv_header_ffmpeg_avutil_h" = x""yes; then : 16011 16012 #include <$ac_header> 16013 _ACEOF 16014 rm -f conftest.$ac_objext 16015 if { (ac_try="$ac_compile" 16016 case "(($ac_try" in 16017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16018 *) ac_try_echo=$ac_try;; 16019 esac 16020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16021 (eval "$ac_compile") 2>conftest.er1 16022 ac_status=$? 16023 grep -v '^ *+' conftest.er1 >conftest.err 16024 rm -f conftest.er1 16025 cat conftest.err >&5 16026 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16027 (exit $ac_status); } && { 16028 test -z "$ac_cxx_werror_flag" || 16029 test ! -s conftest.err 16030 } && test -s conftest.$ac_objext; then 16031 eval "$as_ac_Header=yes" 16032 else 16033 echo "$as_me: failed program was:" >&5 16034 sed 's/^/| /' conftest.$ac_ext >&5 16035 16036 eval "$as_ac_Header=no" 16037 fi 16038 16039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16040 fi 16041 ac_res=`eval echo '${'$as_ac_Header'}'` 16042 { echo "$as_me:$LINENO: result: $ac_res" >&5 16043 echo "${ECHO_T}$ac_res" >&6; } 16044 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9505 16045 cat >>confdefs.h <<_ACEOF 9506 #define HAVE_FFMPEG_AVUTIL_H116046 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9507 16047 _ACEOF 9508 16048 … … 9512 16052 9513 16053 16054 9514 16055 for ac_header in libavutil/avutil.h 9515 do : 9516 ac_fn_cxx_check_header_compile "$LINENO" "libavutil/avutil.h" "ac_cv_header_libavutil_avutil_h" "#define __STDC_CONSTANT_MACROS 1 16056 do 16057 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 16058 { echo "$as_me:$LINENO: checking for $ac_header" >&5 16059 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 16060 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16061 echo $ECHO_N "(cached) $ECHO_C" >&6 16062 else 16063 cat >conftest.$ac_ext <<_ACEOF 16064 /* confdefs.h. */ 16065 _ACEOF 16066 cat confdefs.h >>conftest.$ac_ext 16067 cat >>conftest.$ac_ext <<_ACEOF 16068 /* end confdefs.h. */ 16069 #define __STDC_CONSTANT_MACROS 1 9517 16070 #ifdef HAVE_LIBAVUTIL_AVUTIL_H 9518 16071 # include <libavutil/avutil.h> 9519 16072 #endif 9520 16073 9521 " 9522 if test "x$ac_cv_header_libavutil_avutil_h" = x""yes; then : 16074 16075 #include <$ac_header> 16076 _ACEOF 16077 rm -f conftest.$ac_objext 16078 if { (ac_try="$ac_compile" 16079 case "(($ac_try" in 16080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16081 *) ac_try_echo=$ac_try;; 16082 esac 16083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16084 (eval "$ac_compile") 2>conftest.er1 16085 ac_status=$? 16086 grep -v '^ *+' conftest.er1 >conftest.err 16087 rm -f conftest.er1 16088 cat conftest.err >&5 16089 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16090 (exit $ac_status); } && { 16091 test -z "$ac_cxx_werror_flag" || 16092 test ! -s conftest.err 16093 } && test -s conftest.$ac_objext; then 16094 eval "$as_ac_Header=yes" 16095 else 16096 echo "$as_me: failed program was:" >&5 16097 sed 's/^/| /' conftest.$ac_ext >&5 16098 16099 eval "$as_ac_Header=no" 16100 fi 16101 16102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16103 fi 16104 ac_res=`eval echo '${'$as_ac_Header'}'` 16105 { echo "$as_me:$LINENO: result: $ac_res" >&5 16106 echo "${ECHO_T}$ac_res" >&6; } 16107 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9523 16108 cat >>confdefs.h <<_ACEOF 9524 #define HAVE_LIBAVUTIL_AVUTIL_H116109 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9525 16110 _ACEOF 9526 16111 … … 9530 16115 9531 16116 16117 9532 16118 for ac_header in ffmpeg/swscale.h 9533 do : 9534 ac_fn_cxx_check_header_compile "$LINENO" "ffmpeg/swscale.h" "ac_cv_header_ffmpeg_swscale_h" "#define __STDC_CONSTANT_MACROS 1 16119 do 16120 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 16121 { echo "$as_me:$LINENO: checking for $ac_header" >&5 16122 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 16123 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16124 echo $ECHO_N "(cached) $ECHO_C" >&6 16125 else 16126 cat >conftest.$ac_ext <<_ACEOF 16127 /* confdefs.h. */ 16128 _ACEOF 16129 cat confdefs.h >>conftest.$ac_ext 16130 cat >>conftest.$ac_ext <<_ACEOF 16131 /* end confdefs.h. */ 16132 #define __STDC_CONSTANT_MACROS 1 9535 16133 #ifdef HAVE_FFMPEG_SWSCALE_H 9536 16134 # include <ffmpeg/swscale.h> 9537 16135 #endif 9538 16136 9539 " 9540 if test "x$ac_cv_header_ffmpeg_swscale_h" = x""yes; then : 16137 16138 #include <$ac_header> 16139 _ACEOF 16140 rm -f conftest.$ac_objext 16141 if { (ac_try="$ac_compile" 16142 case "(($ac_try" in 16143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16144 *) ac_try_echo=$ac_try;; 16145 esac 16146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16147 (eval "$ac_compile") 2>conftest.er1 16148 ac_status=$? 16149 grep -v '^ *+' conftest.er1 >conftest.err 16150 rm -f conftest.er1 16151 cat conftest.err >&5 16152 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16153 (exit $ac_status); } && { 16154 test -z "$ac_cxx_werror_flag" || 16155 test ! -s conftest.err 16156 } && test -s conftest.$ac_objext; then 16157 eval "$as_ac_Header=yes" 16158 else 16159 echo "$as_me: failed program was:" >&5 16160 sed 's/^/| /' conftest.$ac_ext >&5 16161 16162 eval "$as_ac_Header=no" 16163 fi 16164 16165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16166 fi 16167 ac_res=`eval echo '${'$as_ac_Header'}'` 16168 { echo "$as_me:$LINENO: result: $ac_res" >&5 16169 echo "${ECHO_T}$ac_res" >&6; } 16170 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9541 16171 cat >>confdefs.h <<_ACEOF 9542 #define HAVE_FFMPEG_SWSCALE_H116172 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9543 16173 _ACEOF 9544 16174 … … 9548 16178 9549 16179 16180 9550 16181 for ac_header in libswscale/swscale.h 9551 do : 9552 ac_fn_cxx_check_header_compile "$LINENO" "libswscale/swscale.h" "ac_cv_header_libswscale_swscale_h" "#define __STDC_CONSTANT_MACROS 1 16182 do 16183 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 16184 { echo "$as_me:$LINENO: checking for $ac_header" >&5 16185 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 16186 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16187 echo $ECHO_N "(cached) $ECHO_C" >&6 16188 else 16189 cat >conftest.$ac_ext <<_ACEOF 16190 /* confdefs.h. */ 16191 _ACEOF 16192 cat confdefs.h >>conftest.$ac_ext 16193 cat >>conftest.$ac_ext <<_ACEOF 16194 /* end confdefs.h. */ 16195 #define __STDC_CONSTANT_MACROS 1 9553 16196 #ifdef HAVE_LIBSWSCALE_SWSCALE_H 9554 16197 # include <libswscale/swscale.h> 9555 16198 #endif 9556 16199 9557 " 9558 if test "x$ac_cv_header_libswscale_swscale_h" = x""yes; then : 16200 16201 #include <$ac_header> 16202 _ACEOF 16203 rm -f conftest.$ac_objext 16204 if { (ac_try="$ac_compile" 16205 case "(($ac_try" in 16206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16207 *) ac_try_echo=$ac_try;; 16208 esac 16209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16210 (eval "$ac_compile") 2>conftest.er1 16211 ac_status=$? 16212 grep -v '^ *+' conftest.er1 >conftest.err 16213 rm -f conftest.er1 16214 cat conftest.err >&5 16215 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16216 (exit $ac_status); } && { 16217 test -z "$ac_cxx_werror_flag" || 16218 test ! -s conftest.err 16219 } && test -s conftest.$ac_objext; then 16220 eval "$as_ac_Header=yes" 16221 else 16222 echo "$as_me: failed program was:" >&5 16223 sed 's/^/| /' conftest.$ac_ext >&5 16224 16225 eval "$as_ac_Header=no" 16226 fi 16227 16228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16229 fi 16230 ac_res=`eval echo '${'$as_ac_Header'}'` 16231 { echo "$as_me:$LINENO: result: $ac_res" >&5 16232 echo "${ECHO_T}$ac_res" >&6; } 16233 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9559 16234 cat >>confdefs.h <<_ACEOF 9560 #define HAVE_LIBSWSCALE_SWSCALE_H116235 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9561 16236 _ACEOF 9562 16237 … … 9577 16252 HAVE_FFMPEG_LIBS="yes" 9578 16253 9579 $as_echo "#define BUILD_with_ffmpeg 1" >>confdefs.h 16254 cat >>confdefs.h <<\_ACEOF 16255 #define BUILD_with_ffmpeg 1 16256 _ACEOF 9580 16257 9581 16258 else … … 9583 16260 fi 9584 16261 16262 9585 16263 for ac_func in img_convert 9586 do : 9587 ac_fn_cxx_check_func "$LINENO" "img_convert" "ac_cv_func_img_convert" 9588 if test "x$ac_cv_func_img_convert" = x""yes; then : 16264 do 16265 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 16266 { echo "$as_me:$LINENO: checking for $ac_func" >&5 16267 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 16268 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 16269 echo $ECHO_N "(cached) $ECHO_C" >&6 16270 else 16271 cat >conftest.$ac_ext <<_ACEOF 16272 /* confdefs.h. */ 16273 _ACEOF 16274 cat confdefs.h >>conftest.$ac_ext 16275 cat >>conftest.$ac_ext <<_ACEOF 16276 /* end confdefs.h. */ 16277 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 16278 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 16279 #define $ac_func innocuous_$ac_func 16280 16281 /* System header to define __stub macros and hopefully few prototypes, 16282 which can conflict with char $ac_func (); below. 16283 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16284 <limits.h> exists even on freestanding compilers. */ 16285 16286 #ifdef __STDC__ 16287 # include <limits.h> 16288 #else 16289 # include <assert.h> 16290 #endif 16291 16292 #undef $ac_func 16293 16294 /* Override any GCC internal prototype to avoid an error. 16295 Use char because int might match the return type of a GCC 16296 builtin and then its argument prototype would still apply. */ 16297 #ifdef __cplusplus 16298 extern "C" 16299 #endif 16300 char $ac_func (); 16301 /* The GNU C library defines this for functions which it implements 16302 to always fail with ENOSYS. Some functions are actually named 16303 something starting with __ and the normal name is an alias. */ 16304 #if defined __stub_$ac_func || defined __stub___$ac_func 16305 choke me 16306 #endif 16307 16308 int 16309 main () 16310 { 16311 return $ac_func (); 16312 ; 16313 return 0; 16314 } 16315 _ACEOF 16316 rm -f conftest.$ac_objext conftest$ac_exeext 16317 if { (ac_try="$ac_link" 16318 case "(($ac_try" in 16319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16320 *) ac_try_echo=$ac_try;; 16321 esac 16322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16323 (eval "$ac_link") 2>conftest.er1 16324 ac_status=$? 16325 grep -v '^ *+' conftest.er1 >conftest.err 16326 rm -f conftest.er1 16327 cat conftest.err >&5 16328 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16329 (exit $ac_status); } && { 16330 test -z "$ac_cxx_werror_flag" || 16331 test ! -s conftest.err 16332 } && test -s conftest$ac_exeext && 16333 $as_test_x conftest$ac_exeext; then 16334 eval "$as_ac_var=yes" 16335 else 16336 echo "$as_me: failed program was:" >&5 16337 sed 's/^/| /' conftest.$ac_ext >&5 16338 16339 eval "$as_ac_var=no" 16340 fi 16341 16342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16343 conftest$ac_exeext conftest.$ac_ext 16344 fi 16345 ac_res=`eval echo '${'$as_ac_var'}'` 16346 { echo "$as_me:$LINENO: result: $ac_res" >&5 16347 echo "${ECHO_T}$ac_res" >&6; } 16348 if test `eval echo '${'$as_ac_var'}'` = yes; then 9589 16349 cat >>confdefs.h <<_ACEOF 9590 #define HAVE_IMG_CONVERT116350 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 9591 16351 _ACEOF 9592 16352 … … 9594 16354 done 9595 16355 16356 9596 16357 for ac_func in sws_scale 9597 do : 9598 ac_fn_cxx_check_func "$LINENO" "sws_scale" "ac_cv_func_sws_scale" 9599 if test "x$ac_cv_func_sws_scale" = x""yes; then : 16358 do 16359 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 16360 { echo "$as_me:$LINENO: checking for $ac_func" >&5 16361 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 16362 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 16363 echo $ECHO_N "(cached) $ECHO_C" >&6 16364 else 16365 cat >conftest.$ac_ext <<_ACEOF 16366 /* confdefs.h. */ 16367 _ACEOF 16368 cat confdefs.h >>conftest.$ac_ext 16369 cat >>conftest.$ac_ext <<_ACEOF 16370 /* end confdefs.h. */ 16371 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 16372 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 16373 #define $ac_func innocuous_$ac_func 16374 16375 /* System header to define __stub macros and hopefully few prototypes, 16376 which can conflict with char $ac_func (); below. 16377 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16378 <limits.h> exists even on freestanding compilers. */ 16379 16380 #ifdef __STDC__ 16381 # include <limits.h> 16382 #else 16383 # include <assert.h> 16384 #endif 16385 16386 #undef $ac_func 16387 16388 /* Override any GCC internal prototype to avoid an error. 16389 Use char because int might match the return type of a GCC 16390 builtin and then its argument prototype would still apply. */ 16391 #ifdef __cplusplus 16392 extern "C" 16393 #endif 16394 char $ac_func (); 16395 /* The GNU C library defines this for functions which it implements 16396 to always fail with ENOSYS. Some functions are actually named 16397 something starting with __ and the normal name is an alias. */ 16398 #if defined __stub_$ac_func || defined __stub___$ac_func 16399 choke me 16400 #endif 16401 16402 int 16403 main () 16404 { 16405 return $ac_func (); 16406 ; 16407 return 0; 16408 } 16409 _ACEOF 16410 rm -f conftest.$ac_objext conftest$ac_exeext 16411 if { (ac_try="$ac_link" 16412 case "(($ac_try" in 16413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16414 *) ac_try_echo=$ac_try;; 16415 esac 16416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16417 (eval "$ac_link") 2>conftest.er1 16418 ac_status=$? 16419 grep -v '^ *+' conftest.er1 >conftest.err 16420 rm -f conftest.er1 16421 cat conftest.err >&5 16422 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16423 (exit $ac_status); } && { 16424 test -z "$ac_cxx_werror_flag" || 16425 test ! -s conftest.err 16426 } && test -s conftest$ac_exeext && 16427 $as_test_x conftest$ac_exeext; then 16428 eval "$as_ac_var=yes" 16429 else 16430 echo "$as_me: failed program was:" >&5 16431 sed 's/^/| /' conftest.$ac_ext >&5 16432 16433 eval "$as_ac_var=no" 16434 fi 16435 16436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16437 conftest$ac_exeext conftest.$ac_ext 16438 fi 16439 ac_res=`eval echo '${'$as_ac_var'}'` 16440 { echo "$as_me:$LINENO: result: $ac_res" >&5 16441 echo "${ECHO_T}$ac_res" >&6; } 16442 if test `eval echo '${'$as_ac_var'}'` = yes; then 9600 16443 cat >>confdefs.h <<_ACEOF 9601 #define HAVE_SWS_SCALE116444 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 9602 16445 _ACEOF 9603 16446 … … 9608 16451 9609 16452 ac_configure_args="--disable-threads --enable-shared" 9610 9611 9612 16453 subdirs="$subdirs packages/optimizer/src" 9613 16454 … … 9642 16483 *${as_nl}*) 9643 16484 case $ac_var in #( 9644 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&59645 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;16485 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 16486 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 9646 16487 esac 9647 16488 case $ac_var in #( 9648 16489 _ | IFS | as_nl) ;; #( 9649 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 9650 *) { eval $ac_var=; unset $ac_var;} ;; 16490 *) $as_unset $ac_var ;; 9651 16491 esac ;; 9652 16492 esac … … 9656 16496 case $as_nl`(ac_space=' '; set) 2>&1` in #( 9657 16497 *${as_nl}ac_space=\ *) 9658 # `set' does not quote correctly, so add quotes :double-quote9659 # substitution turns \\\\ into \\, and sed turns \\ into \ .16498 # `set' does not quote correctly, so add quotes (double-quote 16499 # substitution turns \\\\ into \\, and sed turns \\ into \). 9660 16500 sed -n \ 9661 16501 "s/'/'\\\\''/g; … … 9680 16520 if test -w "$cache_file"; then 9681 16521 test "x$cache_file" != "x/dev/null" && 9682 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&59683 $as_echo "$as_me: updating cache $cache_file" >&6;}16522 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 16523 echo "$as_me: updating cache $cache_file" >&6;} 9684 16524 cat confcache >$cache_file 9685 16525 else 9686 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&59687 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}16526 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 16527 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 9688 16528 fi 9689 16529 fi … … 9701 16541 # 1. Remove the extension, and $U if already installed. 9702 16542 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 9703 ac_i=` $as_echo "$ac_i" | sed "$ac_script"`16543 ac_i=`echo "$ac_i" | sed "$ac_script"` 9704 16544 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 9705 16545 # will be set to the directory where LIBOBJS objects are built. 9706 a s_fn_append ac_libobjs "\${LIBOBJDIR}$ac_i\$U.$ac_objext"9707 a s_fn_append ac_ltlibobjs "\${LIBOBJDIR}$ac_i"'$U.lo'16546 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 16547 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 9708 16548 done 9709 16549 LIBOBJS=$ac_libobjs … … 9713 16553 9714 16554 9715 9716 16555 : ${CONFIG_STATUS=./config.status} 9717 ac_write_fail=09718 16556 ac_clean_files_save=$ac_clean_files 9719 16557 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 9720 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 9721 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 9722 as_write_fail=0 9723 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 16558 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 16559 echo "$as_me: creating $CONFIG_STATUS" >&6;} 16560 cat >$CONFIG_STATUS <<_ACEOF 9724 16561 #! $SHELL 9725 16562 # Generated by $as_me. … … 9731 16568 ac_cs_recheck=false 9732 16569 ac_cs_silent=false 9733 9734 16570 SHELL=\${CONFIG_SHELL-$SHELL} 9735 export SHELL 9736 _ASEOF 9737 cat >>$CONFIG_STATUS <<\_A SEOF || as_write_fail=19738 ## -------------------- ##9739 ## M4sh Initialization. ##9740 ## -------------------- ##16571 _ACEOF 16572 16573 cat >>$CONFIG_STATUS <<\_ACEOF 16574 ## --------------------- ## 16575 ## M4sh Initialization. ## 16576 ## --------------------- ## 9741 16577 9742 16578 # Be more Bourne compatible 9743 16579 DUALCASE=1; export DUALCASE # for MKS sh 9744 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :16580 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 9745 16581 emulate sh 9746 16582 NULLCMD=: 9747 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which16583 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 9748 16584 # is contrary to our usage. Disable this feature. 9749 16585 alias -g '${1+"$@"}'='"$@"' 9750 16586 setopt NO_GLOB_SUBST 9751 16587 else 9752 case `(set -o) 2>/dev/null` in #( 9753 *posix*) : 9754 set -o posix ;; #( 9755 *) : 9756 ;; 9757 esac 9758 fi 9759 9760 9761 as_nl=' 9762 ' 9763 export as_nl 9764 # Printing a long string crashes Solaris 7 /usr/bin/printf. 9765 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 9766 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 9767 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 9768 # Prefer a ksh shell builtin over an external printf program on Solaris, 9769 # but without wasting forks for bash or zsh. 9770 if test -z "$BASH_VERSION$ZSH_VERSION" \ 9771 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 9772 as_echo='print -r --' 9773 as_echo_n='print -rn --' 9774 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 9775 as_echo='printf %s\n' 9776 as_echo_n='printf %s' 9777 else 9778 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 9779 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 9780 as_echo_n='/usr/ucb/echo -n' 9781 else 9782 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 9783 as_echo_n_body='eval 9784 arg=$1; 9785 case $arg in #( 9786 *"$as_nl"*) 9787 expr "X$arg" : "X\\(.*\\)$as_nl"; 9788 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 9789 esac; 9790 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 9791 ' 9792 export as_echo_n_body 9793 as_echo_n='sh -c $as_echo_n_body as_echo' 9794 fi 9795 export as_echo_body 9796 as_echo='sh -c $as_echo_body as_echo' 9797 fi 16588 case `(set -o) 2>/dev/null` in 16589 *posix*) set -o posix ;; 16590 esac 16591 16592 fi 16593 16594 16595 16596 16597 # PATH needs CR 16598 # Avoid depending upon Character Ranges. 16599 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 16600 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 16601 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 16602 as_cr_digits='0123456789' 16603 as_cr_alnum=$as_cr_Letters$as_cr_digits 9798 16604 9799 16605 # The user is always right. 9800 16606 if test "${PATH_SEPARATOR+set}" != set; then 9801 PATH_SEPARATOR=: 9802 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 9803 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 9804 PATH_SEPARATOR=';' 9805 } 16607 echo "#! /bin/sh" >conf$$.sh 16608 echo "exit 0" >>conf$$.sh 16609 chmod +x conf$$.sh 16610 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 16611 PATH_SEPARATOR=';' 16612 else 16613 PATH_SEPARATOR=: 16614 fi 16615 rm -f conf$$.sh 16616 fi 16617 16618 # Support unset when possible. 16619 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 16620 as_unset=unset 16621 else 16622 as_unset=false 9806 16623 fi 9807 16624 … … 9812 16629 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 9813 16630 # splitting by setting IFS to empty value.) 16631 as_nl=' 16632 ' 9814 16633 IFS=" "" $as_nl" 9815 16634 9816 16635 # Find who we are. Look in the path if we contain no directory separator. 9817 case $0 in #((16636 case $0 in 9818 16637 *[\\/]* ) as_myself=$0 ;; 9819 16638 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 9822 16641 IFS=$as_save_IFS 9823 16642 test -z "$as_dir" && as_dir=. 9824 9825 16643 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 16644 done 9826 16645 IFS=$as_save_IFS 9827 16646 … … 9834 16653 fi 9835 16654 if test ! -f "$as_myself"; then 9836 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 9837 exit 1 9838 fi 9839 9840 # Unset variables that we do not need and which cause bugs (e.g. in 9841 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 9842 # suppresses any "Segmentation fault" message there. '((' could 9843 # trigger a bug in pdksh 5.2.14. 9844 for as_var in BASH_ENV ENV MAIL MAILPATH 9845 do eval test x\${$as_var+set} = xset \ 9846 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 16655 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 16656 { (exit 1); exit 1; } 16657 fi 16658 16659 # Work around bugs in pre-3.0 UWIN ksh. 16660 for as_var in ENV MAIL MAILPATH 16661 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 9847 16662 done 9848 16663 PS1='$ ' … … 9851 16666 9852 16667 # NLS nuisances. 9853 LC_ALL=C 9854 export LC_ALL 9855 LANGUAGE=C 9856 export LANGUAGE 9857 9858 # CDPATH. 9859 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 9860 9861 9862 # as_fn_error ERROR [LINENO LOG_FD] 9863 # --------------------------------- 9864 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 9865 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 9866 # script with status $?, using 1 if that was 0. 9867 as_fn_error () 9868 { 9869 as_status=$?; test $as_status -eq 0 && as_status=1 9870 if test "$3"; then 9871 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 9872 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 16668 for as_var in \ 16669 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 16670 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 16671 LC_TELEPHONE LC_TIME 16672 do 16673 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 16674 eval $as_var=C; export $as_var 16675 else 16676 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 9873 16677 fi 9874 $as_echo "$as_me: error: $1" >&2 9875 as_fn_exit $as_status 9876 } # as_fn_error 9877 9878 9879 # as_fn_set_status STATUS 9880 # ----------------------- 9881 # Set $? to STATUS, without forking. 9882 as_fn_set_status () 9883 { 9884 return $1 9885 } # as_fn_set_status 9886 9887 # as_fn_exit STATUS 9888 # ----------------- 9889 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 9890 as_fn_exit () 9891 { 9892 set +e 9893 as_fn_set_status $1 9894 exit $1 9895 } # as_fn_exit 9896 9897 # as_fn_unset VAR 9898 # --------------- 9899 # Portably unset VAR. 9900 as_fn_unset () 9901 { 9902 { eval $1=; unset $1;} 9903 } 9904 as_unset=as_fn_unset 9905 # as_fn_append VAR VALUE 9906 # ---------------------- 9907 # Append the text in VALUE to the end of the definition contained in VAR. Take 9908 # advantage of any shell optimizations that allow amortized linear growth over 9909 # repeated appends, instead of the typical quadratic growth present in naive 9910 # implementations. 9911 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 9912 eval 'as_fn_append () 9913 { 9914 eval $1+=\$2 9915 }' 9916 else 9917 as_fn_append () 9918 { 9919 eval $1=\$$1\$2 9920 } 9921 fi # as_fn_append 9922 9923 # as_fn_arith ARG... 9924 # ------------------ 9925 # Perform arithmetic evaluation on the ARGs, and store the result in the 9926 # global $as_val. Take advantage of shells that can avoid forks. The arguments 9927 # must be portable across $(()) and expr. 9928 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 9929 eval 'as_fn_arith () 9930 { 9931 as_val=$(( $* )) 9932 }' 9933 else 9934 as_fn_arith () 9935 { 9936 as_val=`expr "$@" || test $? -eq 1` 9937 } 9938 fi # as_fn_arith 9939 9940 16678 done 16679 16680 # Required to use basename. 9941 16681 if expr a : '\(a\)' >/dev/null 2>&1 && 9942 16682 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 9952 16692 fi 9953 16693 9954 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 9955 as_dirname=dirname 9956 else 9957 as_dirname=false 9958 fi 9959 16694 16695 # Name of the executable. 9960 16696 as_me=`$as_basename -- "$0" || 9961 16697 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 9962 16698 X"$0" : 'X\(//\)$' \| \ 9963 16699 X"$0" : 'X\(/\)' \| . 2>/dev/null || 9964 $as_echo X/"$0" |16700 echo X/"$0" | 9965 16701 sed '/^.*\/\([^/][^/]*\)\/*$/{ 9966 16702 s//\1/ … … 9977 16713 s/.*/./; q'` 9978 16714 9979 # Avoid depending upon Character Ranges. 9980 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 9981 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 9982 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 9983 as_cr_digits='0123456789' 9984 as_cr_alnum=$as_cr_Letters$as_cr_digits 16715 # CDPATH. 16716 $as_unset CDPATH 16717 16718 16719 16720 as_lineno_1=$LINENO 16721 as_lineno_2=$LINENO 16722 test "x$as_lineno_1" != "x$as_lineno_2" && 16723 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 16724 16725 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 16726 # uniformly replaced by the line number. The first 'sed' inserts a 16727 # line-number line after each line using $LINENO; the second 'sed' 16728 # does the real work. The second script uses 'N' to pair each 16729 # line-number line with the line containing $LINENO, and appends 16730 # trailing '-' during substitution so that $LINENO is not a special 16731 # case at line end. 16732 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 16733 # scripts with optimization help from Paolo Bonzini. Blame Lee 16734 # E. McMahon (1931-1989) for sed's syntax. :-) 16735 sed -n ' 16736 p 16737 /[$]LINENO/= 16738 ' <$as_myself | 16739 sed ' 16740 s/[$]LINENO.*/&-/ 16741 t lineno 16742 b 16743 :lineno 16744 N 16745 :loop 16746 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 16747 t loop 16748 s/-\n.*// 16749 ' >$as_me.lineno && 16750 chmod +x "$as_me.lineno" || 16751 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 16752 { (exit 1); exit 1; }; } 16753 16754 # Don't try to exec as it changes $[0], causing all sort of problems 16755 # (the dirname of $[0] is not the place where we might find the 16756 # original and so on. Autoconf is especially sensitive to this). 16757 . "./$as_me.lineno" 16758 # Exit status is that of the last command. 16759 exit 16760 } 16761 16762 16763 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 16764 as_dirname=dirname 16765 else 16766 as_dirname=false 16767 fi 9985 16768 9986 16769 ECHO_C= ECHO_N= ECHO_T= 9987 case `echo -n x` in #(((((16770 case `echo -n x` in 9988 16771 -n*) 9989 case `echo 'x y\c'` in16772 case `echo 'x\c'` in 9990 16773 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 9991 xy) ECHO_C='\c';; 9992 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 9993 ECHO_T=' ';; 16774 *) ECHO_C='\c';; 9994 16775 esac;; 9995 16776 *) … … 9997 16778 esac 9998 16779 16780 if expr a : '\(a\)' >/dev/null 2>&1 && 16781 test "X`expr 00001 : '.*\(...\)'`" = X001; then 16782 as_expr=expr 16783 else 16784 as_expr=false 16785 fi 16786 9999 16787 rm -f conf$$ conf$$.exe conf$$.file 10000 16788 if test -d conf$$.dir; then … … 10002 16790 else 10003 16791 rm -f conf$$.dir 10004 mkdir conf$$.dir 2>/dev/null 10005 fi 10006 if (echo >conf$$.file) 2>/dev/null; then 10007 if ln -s conf$$.file conf$$ 2>/dev/null; then 10008 as_ln_s='ln -s' 10009 # ... but there are two gotchas: 10010 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 10011 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 10012 # In both cases, we have to default to `cp -p'. 10013 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 10014 as_ln_s='cp -p' 10015 elif ln conf$$.file conf$$ 2>/dev/null; then 10016 as_ln_s=ln 10017 else 16792 mkdir conf$$.dir 16793 fi 16794 echo >conf$$.file 16795 if ln -s conf$$.file conf$$ 2>/dev/null; then 16796 as_ln_s='ln -s' 16797 # ... but there are two gotchas: 16798 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 16799 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 16800 # In both cases, we have to default to `cp -p'. 16801 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 10018 16802 as_ln_s='cp -p' 10019 fi 16803 elif ln conf$$.file conf$$ 2>/dev/null; then 16804 as_ln_s=ln 10020 16805 else 10021 16806 as_ln_s='cp -p' … … 10024 16809 rmdir conf$$.dir 2>/dev/null 10025 16810 10026 10027 # as_fn_mkdir_p10028 # -------------10029 # Create "$as_dir" as a directory, including parents if necessary.10030 as_fn_mkdir_p ()10031 {10032 10033 case $as_dir in #(10034 -*) as_dir=./$as_dir;;10035 esac10036 test -d "$as_dir" || eval $as_mkdir_p || {10037 as_dirs=10038 while :; do10039 case $as_dir in #(10040 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(10041 *) as_qdir=$as_dir;;10042 esac10043 as_dirs="'$as_qdir' $as_dirs"10044 as_dir=`$as_dirname -- "$as_dir" ||10045 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \10046 X"$as_dir" : 'X\(//\)[^/]' \| \10047 X"$as_dir" : 'X\(//\)$' \| \10048 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||10049 $as_echo X"$as_dir" |10050 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{10051 s//\1/10052 q10053 }10054 /^X\(\/\/\)[^/].*/{10055 s//\1/10056 q10057 }10058 /^X\(\/\/\)$/{10059 s//\1/10060 q10061 }10062 /^X\(\/\).*/{10063 s//\1/10064 q10065 }10066 s/.*/./; q'`10067 test -d "$as_dir" && break10068 done10069 test -z "$as_dirs" || eval "mkdir $as_dirs"10070 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"10071 10072 10073 } # as_fn_mkdir_p10074 16811 if mkdir -p . 2>/dev/null; then 10075 as_mkdir_p= 'mkdir -p "$as_dir"'16812 as_mkdir_p=: 10076 16813 else 10077 16814 test -d ./-p && rmdir ./-p … … 10090 16827 eval sh -c '\'' 10091 16828 if test -d "$1"; then 10092 16829 test -d "$1/."; 10093 16830 else 10094 case $1 in #(10095 16831 case $1 in 16832 -*)set "./$1";; 10096 16833 esac; 10097 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((16834 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 10098 16835 ???[sx]*):;;*)false;;esac;fi 10099 16836 '\'' sh … … 10110 16847 10111 16848 exec 6>&1 10112 ## ----------------------------------- ## 10113 ## Main body of $CONFIG_STATUS script. ## 10114 ## ----------------------------------- ## 10115 _ASEOF 10116 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 10117 10118 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 10119 # Save the log message, to keep $0 and so on meaningful, and to 16849 16850 # Save the log message, to keep $[0] and so on meaningful, and to 10120 16851 # report actual input values of CONFIG_FILES etc. instead of their 10121 16852 # values after options handling. 10122 16853 ac_log=" 10123 16854 This file was extended by Rappture $as_me 1.1, which was 10124 generated by GNU Autoconf 2.6 5. Invocation command line was16855 generated by GNU Autoconf 2.61. Invocation command line was 10125 16856 10126 16857 CONFIG_FILES = $CONFIG_FILES … … 10135 16866 _ACEOF 10136 16867 10137 case $ac_config_files in *" 10138 "*) set x $ac_config_files; shift; ac_config_files=$*;; 10139 esac 10140 10141 case $ac_config_headers in *" 10142 "*) set x $ac_config_headers; shift; ac_config_headers=$*;; 10143 esac 10144 10145 10146 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 16868 cat >>$CONFIG_STATUS <<_ACEOF 10147 16869 # Files that config.status was made for. 10148 16870 config_files="$ac_config_files" … … 10151 16873 _ACEOF 10152 16874 10153 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=116875 cat >>$CONFIG_STATUS <<\_ACEOF 10154 16876 ac_cs_usage="\ 10155 \`$as_me' instantiates files and other configuration actions 10156 from templates according to the current configuration. Unless the files 10157 and actions are specified as TAGs, all are instantiated by default. 10158 10159 Usage: $0 [OPTION]... [TAG]... 16877 \`$as_me' instantiates files from templates according to the 16878 current configuration. 16879 16880 Usage: $0 [OPTIONS] [FILE]... 10160 16881 10161 16882 -h, --help print this help, then exit 10162 16883 -V, --version print version number and configuration settings, then exit 10163 --config print configuration, then exit 10164 -q, --quiet, --silent 10165 do not print progress messages 16884 -q, --quiet do not print progress messages 10166 16885 -d, --debug don't remove temporary files 10167 16886 --recheck update $as_me by reconfiguring in the same conditions 10168 10169 10170 10171 16887 --file=FILE[:TEMPLATE] 16888 instantiate the configuration file FILE 16889 --header=FILE[:TEMPLATE] 16890 instantiate the configuration header FILE 10172 16891 10173 16892 Configuration files: … … 10177 16896 $config_headers 10178 16897 10179 Report bugs to <rappture@nanohub.org>." 10180 10181 _ACEOF 10182 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 10183 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 16898 Report bugs to <bug-autoconf@gnu.org>." 16899 16900 _ACEOF 16901 cat >>$CONFIG_STATUS <<_ACEOF 10184 16902 ac_cs_version="\\ 10185 16903 Rappture config.status 1.1 10186 configured by $0, generated by GNU Autoconf 2.6 5,10187 with options \\" \$ac_cs_config\\"10188 10189 Copyright (C) 200 9Free Software Foundation, Inc.16904 configured by $0, generated by GNU Autoconf 2.61, 16905 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 16906 16907 Copyright (C) 2006 Free Software Foundation, Inc. 10190 16908 This config.status script is free software; the Free Software Foundation 10191 16909 gives unlimited permission to copy, distribute and modify it." … … 10195 16913 INSTALL='$INSTALL' 10196 16914 MKDIR_P='$MKDIR_P' 10197 AWK='$AWK' 10198 test -n "\$AWK" || AWK=awk 10199 _ACEOF 10200 10201 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 10202 # The default lists apply if the user does not specify any file. 16915 _ACEOF 16916 16917 cat >>$CONFIG_STATUS <<\_ACEOF 16918 # If no file are specified by the user, then we need to provide default 16919 # value. By we need to know if files were specified by the user. 10203 16920 ac_need_defaults=: 10204 16921 while test $# != 0 … … 10222 16939 ac_cs_recheck=: ;; 10223 16940 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 10224 $as_echo "$ac_cs_version"; exit ;; 10225 --config | --confi | --conf | --con | --co | --c ) 10226 $as_echo "$ac_cs_config"; exit ;; 16941 echo "$ac_cs_version"; exit ;; 10227 16942 --debug | --debu | --deb | --de | --d | -d ) 10228 16943 debug=: ;; 10229 16944 --file | --fil | --fi | --f ) 10230 16945 $ac_shift 10231 case $ac_optarg in 10232 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 10233 esac 10234 as_fn_append CONFIG_FILES " '$ac_optarg'" 16946 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 10235 16947 ac_need_defaults=false;; 10236 16948 --header | --heade | --head | --hea ) 10237 16949 $ac_shift 10238 case $ac_optarg in 10239 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 10240 esac 10241 as_fn_append CONFIG_HEADERS " '$ac_optarg'" 16950 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 10242 16951 ac_need_defaults=false;; 10243 16952 --he | --h) 10244 16953 # Conflict between --help and --header 10245 as_fn_error "ambiguous option: \`$1' 10246 Try \`$0 --help' for more information.";; 16954 { echo "$as_me: error: ambiguous option: $1 16955 Try \`$0 --help' for more information." >&2 16956 { (exit 1); exit 1; }; };; 10247 16957 --help | --hel | -h ) 10248 $as_echo "$ac_cs_usage"; exit ;;16958 echo "$ac_cs_usage"; exit ;; 10249 16959 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 10250 16960 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 10252 16962 10253 16963 # This is an error. 10254 -*) as_fn_error "unrecognized option: \`$1' 10255 Try \`$0 --help' for more information." ;; 10256 10257 *) as_fn_append ac_config_targets " $1" 16964 -*) { echo "$as_me: error: unrecognized option: $1 16965 Try \`$0 --help' for more information." >&2 16966 { (exit 1); exit 1; }; } ;; 16967 16968 *) ac_config_targets="$ac_config_targets $1" 10258 16969 ac_need_defaults=false ;; 10259 16970 … … 10270 16981 10271 16982 _ACEOF 10272 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=116983 cat >>$CONFIG_STATUS <<_ACEOF 10273 16984 if \$ac_cs_recheck; then 10274 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 10275 shift 10276 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 10277 CONFIG_SHELL='$SHELL' 16985 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 16986 CONFIG_SHELL=$SHELL 10278 16987 export CONFIG_SHELL 10279 exec "\$@"10280 fi 10281 10282 _ACEOF 10283 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=116988 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 16989 fi 16990 16991 _ACEOF 16992 cat >>$CONFIG_STATUS <<\_ACEOF 10284 16993 exec 5>>config.log 10285 16994 { … … 10288 16997 ## Running $as_me. ## 10289 16998 _ASBOX 10290 $as_echo "$ac_log"16999 echo "$ac_log" 10291 17000 } >&5 10292 17001 10293 17002 _ACEOF 10294 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=110295 _ACEOF 10296 10297 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=117003 cat >>$CONFIG_STATUS <<_ACEOF 17004 _ACEOF 17005 17006 cat >>$CONFIG_STATUS <<\_ACEOF 10298 17007 10299 17008 # Handling of arguments. … … 10423 17132 "test/src/Makefile") CONFIG_FILES="$CONFIG_FILES test/src/Makefile" ;; 10424 17133 10425 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 17134 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 17135 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 17136 { (exit 1); exit 1; }; };; 10426 17137 esac 10427 17138 done … … 10449 17160 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 10450 17161 ' 0 10451 trap ' as_fn_exit 1' 1 2 13 1517162 trap '{ (exit 1); exit 1; }' 1 2 13 15 10452 17163 } 10453 17164 # Create a (secure) tmp directory for tmp files. … … 10460 17171 tmp=./conf$$-$RANDOM 10461 17172 (umask 077 && mkdir "$tmp") 10462 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 10463 10464 # Set up the scripts for CONFIG_FILES section. 10465 # No need to generate them if there are no CONFIG_FILES. 10466 # This happens for instance with `./config.status config.h'. 17173 } || 17174 { 17175 echo "$me: cannot create a temporary directory in ." >&2 17176 { (exit 1); exit 1; } 17177 } 17178 17179 # 17180 # Set up the sed scripts for CONFIG_FILES section. 17181 # 17182 17183 # No need to generate the scripts if there are no CONFIG_FILES. 17184 # This happens for instance when ./config.status config.h 10467 17185 if test -n "$CONFIG_FILES"; then 10468 17186 10469 10470 ac_cr=`echo X | tr X '\015'` 10471 # On cygwin, bash can eat \r inside `` if the user requested igncr. 10472 # But we know of no other shell where ac_cr would be empty at this 10473 # point, so we can use a bashism as a fallback. 10474 if test "x$ac_cr" = x; then 10475 eval ac_cr=\$\'\\r\' 10476 fi 10477 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 10478 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 10479 ac_cs_awk_cr='\r' 10480 else 10481 ac_cs_awk_cr=$ac_cr 10482 fi 10483 10484 echo 'BEGIN {' >"$tmp/subs1.awk" && 10485 _ACEOF 10486 10487 10488 { 10489 echo "cat >conf$$subs.awk <<_ACEOF" && 10490 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 10491 echo "_ACEOF" 10492 } >conf$$subs.sh || 10493 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 10494 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 17187 _ACEOF 17188 17189 17190 10495 17191 ac_delim='%!_!# ' 10496 17192 for ac_last_try in false false false false false :; do 10497 . ./conf$$subs.sh || 10498 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 10499 10500 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 10501 if test $ac_delim_n = $ac_delim_num; then 17193 cat >conf$$subs.sed <<_ACEOF 17194 SHELL!$SHELL$ac_delim 17195 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 17196 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 17197 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 17198 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 17199 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 17200 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 17201 exec_prefix!$exec_prefix$ac_delim 17202 prefix!$prefix$ac_delim 17203 program_transform_name!$program_transform_name$ac_delim 17204 bindir!$bindir$ac_delim 17205 sbindir!$sbindir$ac_delim 17206 libexecdir!$libexecdir$ac_delim 17207 datarootdir!$datarootdir$ac_delim 17208 datadir!$datadir$ac_delim 17209 sysconfdir!$sysconfdir$ac_delim 17210 sharedstatedir!$sharedstatedir$ac_delim 17211 localstatedir!$localstatedir$ac_delim 17212 includedir!$includedir$ac_delim 17213 oldincludedir!$oldincludedir$ac_delim 17214 docdir!$docdir$ac_delim 17215 infodir!$infodir$ac_delim 17216 htmldir!$htmldir$ac_delim 17217 dvidir!$dvidir$ac_delim 17218 pdfdir!$pdfdir$ac_delim 17219 psdir!$psdir$ac_delim 17220 libdir!$libdir$ac_delim 17221 localedir!$localedir$ac_delim 17222 mandir!$mandir$ac_delim 17223 DEFS!$DEFS$ac_delim 17224 ECHO_C!$ECHO_C$ac_delim 17225 ECHO_N!$ECHO_N$ac_delim 17226 ECHO_T!$ECHO_T$ac_delim 17227 LIBS!$LIBS$ac_delim 17228 build_alias!$build_alias$ac_delim 17229 host_alias!$host_alias$ac_delim 17230 target_alias!$target_alias$ac_delim 17231 LIB_SEARCH_DIRS!$LIB_SEARCH_DIRS$ac_delim 17232 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 17233 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 17234 INSTALL_DATA!$INSTALL_DATA$ac_delim 17235 RANLIB!$RANLIB$ac_delim 17236 LN_S!$LN_S$ac_delim 17237 SET_MAKE!$SET_MAKE$ac_delim 17238 CC!$CC$ac_delim 17239 CFLAGS!$CFLAGS$ac_delim 17240 LDFLAGS!$LDFLAGS$ac_delim 17241 CPPFLAGS!$CPPFLAGS$ac_delim 17242 ac_ct_CC!$ac_ct_CC$ac_delim 17243 EXEEXT!$EXEEXT$ac_delim 17244 OBJEXT!$OBJEXT$ac_delim 17245 CXX!$CXX$ac_delim 17246 CXXFLAGS!$CXXFLAGS$ac_delim 17247 ac_ct_CXX!$ac_ct_CXX$ac_delim 17248 F77!$F77$ac_delim 17249 FFLAGS!$FFLAGS$ac_delim 17250 ac_ct_F77!$ac_ct_F77$ac_delim 17251 CPP!$CPP$ac_delim 17252 GREP!$GREP$ac_delim 17253 EGREP!$EGREP$ac_delim 17254 CXXCPP!$CXXCPP$ac_delim 17255 HAVE_INTTYPES_H!$HAVE_INTTYPES_H$ac_delim 17256 AR!$AR$ac_delim 17257 DL_LIBS!$DL_LIBS$ac_delim 17258 DL_OBJS!$DL_OBJS$ac_delim 17259 PLAT_OBJS!$PLAT_OBJS$ac_delim 17260 PLAT_SRCS!$PLAT_SRCS$ac_delim 17261 CFLAGS_DEBUG!$CFLAGS_DEBUG$ac_delim 17262 CFLAGS_OPTIMIZE!$CFLAGS_OPTIMIZE$ac_delim 17263 CFLAGS_WARNING!$CFLAGS_WARNING$ac_delim 17264 LDFLAGS_DEBUG!$LDFLAGS_DEBUG$ac_delim 17265 LDFLAGS_OPTIMIZE!$LDFLAGS_OPTIMIZE$ac_delim 17266 CC_SEARCH_FLAGS!$CC_SEARCH_FLAGS$ac_delim 17267 LD_SEARCH_FLAGS!$LD_SEARCH_FLAGS$ac_delim 17268 STLIB_LD!$STLIB_LD$ac_delim 17269 SHLIB_LD!$SHLIB_LD$ac_delim 17270 TCL_SHLIB_LD_EXTRAS!$TCL_SHLIB_LD_EXTRAS$ac_delim 17271 TK_SHLIB_LD_EXTRAS!$TK_SHLIB_LD_EXTRAS$ac_delim 17272 SHLIB_LD_LIBS!$SHLIB_LD_LIBS$ac_delim 17273 SHLIB_CFLAGS!$SHLIB_CFLAGS$ac_delim 17274 SHLIB_SUFFIX!$SHLIB_SUFFIX$ac_delim 17275 MAKE_LIB!$MAKE_LIB$ac_delim 17276 MAKE_STUB_LIB!$MAKE_STUB_LIB$ac_delim 17277 INSTALL_LIB!$INSTALL_LIB$ac_delim 17278 INSTALL_STUB_LIB!$INSTALL_STUB_LIB$ac_delim 17279 MAKE!$MAKE$ac_delim 17280 ENABLE_GUI!$ENABLE_GUI$ac_delim 17281 TCLSH!$TCLSH$ac_delim 17282 TCL_VERSION!$TCL_VERSION$ac_delim 17283 TCL_INC_SPEC!$TCL_INC_SPEC$ac_delim 17284 TCL_LIB_SPEC!$TCL_LIB_SPEC$ac_delim 17285 VTKDIR!$VTKDIR$ac_delim 17286 MATLAB!$MATLAB$ac_delim 17287 MEX!$MEX$ac_delim 17288 MEXEXT!$MEXEXT$ac_delim 17289 MCC!$MCC$ac_delim 17290 MEX_ARCH!$MEX_ARCH$ac_delim 17291 _ACEOF 17292 17293 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 10502 17294 break 10503 17295 elif $ac_last_try; then 10504 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 17296 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 17297 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 17298 { (exit 1); exit 1; }; } 10505 17299 else 10506 17300 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 10507 17301 fi 10508 17302 done 10509 rm -f conf$$subs.sh 10510 10511 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 10512 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 10513 _ACEOF 10514 sed -n ' 10515 h 10516 s/^/S["/; s/!.*/"]=/ 10517 p 10518 g 10519 s/^[^!]*!// 10520 :repl 10521 t repl 10522 s/'"$ac_delim"'$// 10523 t delim 10524 :nl 10525 h 10526 s/\(.\{148\}\)..*/\1/ 10527 t more1 10528 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 10529 p 10530 n 10531 b repl 10532 :more1 10533 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 10534 p 10535 g 10536 s/.\{148\}// 10537 t nl 10538 :delim 10539 h 10540 s/\(.\{148\}\)..*/\1/ 10541 t more2 10542 s/["\\]/\\&/g; s/^/"/; s/$/"/ 10543 p 10544 b 10545 :more2 10546 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 10547 p 10548 g 10549 s/.\{148\}// 10550 t delim 10551 ' <conf$$subs.awk | sed ' 10552 /^[^""]/{ 10553 N 10554 s/\n// 10555 } 10556 ' >>$CONFIG_STATUS || ac_write_fail=1 10557 rm -f conf$$subs.awk 10558 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 10559 _ACAWK 10560 cat >>"\$tmp/subs1.awk" <<_ACAWK && 10561 for (key in S) S_is_set[key] = 1 10562 FS = "" 10563 10564 } 10565 { 10566 line = $ 0 10567 nfields = split(line, field, "@") 10568 substed = 0 10569 len = length(field[1]) 10570 for (i = 2; i < nfields; i++) { 10571 key = field[i] 10572 keylen = length(key) 10573 if (S_is_set[key]) { 10574 value = S[key] 10575 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 10576 len += length(value) + length(field[++i]) 10577 substed = 1 10578 } else 10579 len += 1 + keylen 10580 } 10581 10582 print line 10583 } 10584 10585 _ACAWK 10586 _ACEOF 10587 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 10588 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 10589 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 10590 else 10591 cat 10592 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 10593 || as_fn_error "could not setup config files machinery" "$LINENO" 5 10594 _ACEOF 17303 17304 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 17305 if test -n "$ac_eof"; then 17306 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 17307 ac_eof=`expr $ac_eof + 1` 17308 fi 17309 17310 cat >>$CONFIG_STATUS <<_ACEOF 17311 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 17312 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 17313 _ACEOF 17314 sed ' 17315 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 17316 s/^/s,@/; s/!/@,|#_!!_#|/ 17317 :n 17318 t n 17319 s/'"$ac_delim"'$/,g/; t 17320 s/$/\\/; p 17321 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 17322 ' >>$CONFIG_STATUS <conf$$subs.sed 17323 rm -f conf$$subs.sed 17324 cat >>$CONFIG_STATUS <<_ACEOF 17325 CEOF$ac_eof 17326 _ACEOF 17327 17328 17329 ac_delim='%!_!# ' 17330 for ac_last_try in false false false false false :; do 17331 cat >conf$$subs.sed <<_ACEOF 17332 OCTAVE!$OCTAVE$ac_delim 17333 MKOCTFILE!$MKOCTFILE$ac_delim 17334 octave2!$octave2$ac_delim 17335 mkoctfile2!$mkoctfile2$ac_delim 17336 octave3!$octave3$ac_delim 17337 mkoctfile3!$mkoctfile3$ac_delim 17338 OCTAVE2!$OCTAVE2$ac_delim 17339 OCTAVE3!$OCTAVE3$ac_delim 17340 OCTAVE_VERSION!$OCTAVE_VERSION$ac_delim 17341 OCTAVE_VERSION_MAJOR!$OCTAVE_VERSION_MAJOR$ac_delim 17342 MKOCTFILE2!$MKOCTFILE2$ac_delim 17343 MKOCTFILE3!$MKOCTFILE3$ac_delim 17344 PERL!$PERL$ac_delim 17345 PERL_INCLUDES!$PERL_INCLUDES$ac_delim 17346 PERL_ARCHLIB!$PERL_ARCHLIB$ac_delim 17347 PERL_ARCHLIBEXP!$PERL_ARCHLIBEXP$ac_delim 17348 PERL_VERSION!$PERL_VERSION$ac_delim 17349 PERL_CCFLAGS!$PERL_CCFLAGS$ac_delim 17350 PERL_CPPFLAGS!$PERL_CPPFLAGS$ac_delim 17351 PERL_VENDORLIB!$PERL_VENDORLIB$ac_delim 17352 PERL_PRIVLIB!$PERL_PRIVLIB$ac_delim 17353 PERL_INSTALLARCHLIB!$PERL_INSTALLARCHLIB$ac_delim 17354 PERL_VERSION_RV!$PERL_VERSION_RV$ac_delim 17355 PERL_LIBSPEC!$PERL_LIBSPEC$ac_delim 17356 PYTHON!$PYTHON$ac_delim 17357 PYTHON_CPPFLAGS!$PYTHON_CPPFLAGS$ac_delim 17358 pythondir!$pythondir$ac_delim 17359 PYTHON_VERSION!$PYTHON_VERSION$ac_delim 17360 PYTHON_INCLUDES!$PYTHON_INCLUDES$ac_delim 17361 PYTHON_SITE_PACKAGES!$PYTHON_SITE_PACKAGES$ac_delim 17362 HAVE_PYTHON_DISTUTILS!$HAVE_PYTHON_DISTUTILS$ac_delim 17363 RUBY!$RUBY$ac_delim 17364 SED!$SED$ac_delim 17365 RUBY_VERSION!$RUBY_VERSION$ac_delim 17366 AWK!$AWK$ac_delim 17367 RUBY_CPPFLAGS!$RUBY_CPPFLAGS$ac_delim 17368 RUBY_LDFLAGS!$RUBY_LDFLAGS$ac_delim 17369 RUBY_SITE_PKG!$RUBY_SITE_PKG$ac_delim 17370 RUBY_EXTRA_LIBS!$RUBY_EXTRA_LIBS$ac_delim 17371 HAVE_RUBY_DEVEL!$HAVE_RUBY_DEVEL$ac_delim 17372 RUBY_VERSION_RV!$RUBY_VERSION_RV$ac_delim 17373 RUBY_PLATFORM!$RUBY_PLATFORM$ac_delim 17374 JAVA!$JAVA$ac_delim 17375 JAVAC!$JAVAC$ac_delim 17376 JAVAH!$JAVAH$ac_delim 17377 JAVA_HOME!$JAVA_HOME$ac_delim 17378 JAVA_INC_DIR!$JAVA_INC_DIR$ac_delim 17379 JAVA_INC_SPEC!$JAVA_INC_SPEC$ac_delim 17380 RP_BASE!$RP_BASE$ac_delim 17381 SHLIB_LDFLAGS!$SHLIB_LDFLAGS$ac_delim 17382 TK_VERSION!$TK_VERSION$ac_delim 17383 SIZEOF_INT!$SIZEOF_INT$ac_delim 17384 SIZEOF_LONG!$SIZEOF_LONG$ac_delim 17385 SIZEOF_LONG_LONG!$SIZEOF_LONG_LONG$ac_delim 17386 SIZEOF_VOID_P!$SIZEOF_VOID_P$ac_delim 17387 CFLAGS_DEFAULT!$CFLAGS_DEFAULT$ac_delim 17388 LDFLAGS_DEFAULT!$LDFLAGS_DEFAULT$ac_delim 17389 HAVE_FFMPEG_LIBS!$HAVE_FFMPEG_LIBS$ac_delim 17390 subdirs!$subdirs$ac_delim 17391 LIBOBJS!$LIBOBJS$ac_delim 17392 LTLIBOBJS!$LTLIBOBJS$ac_delim 17393 _ACEOF 17394 17395 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 61; then 17396 break 17397 elif $ac_last_try; then 17398 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 17399 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 17400 { (exit 1); exit 1; }; } 17401 else 17402 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 17403 fi 17404 done 17405 17406 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 17407 if test -n "$ac_eof"; then 17408 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 17409 ac_eof=`expr $ac_eof + 1` 17410 fi 17411 17412 cat >>$CONFIG_STATUS <<_ACEOF 17413 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof 17414 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 17415 _ACEOF 17416 sed ' 17417 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 17418 s/^/s,@/; s/!/@,|#_!!_#|/ 17419 :n 17420 t n 17421 s/'"$ac_delim"'$/,g/; t 17422 s/$/\\/; p 17423 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 17424 ' >>$CONFIG_STATUS <conf$$subs.sed 17425 rm -f conf$$subs.sed 17426 cat >>$CONFIG_STATUS <<_ACEOF 17427 :end 17428 s/|#_!!_#|//g 17429 CEOF$ac_eof 17430 _ACEOF 17431 10595 17432 10596 17433 # VPATH may cause trouble with some makes, so we remove $(srcdir), … … 10609 17446 fi 10610 17447 10611 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=117448 cat >>$CONFIG_STATUS <<\_ACEOF 10612 17449 fi # test -n "$CONFIG_FILES" 10613 17450 10614 # Set up the scripts for CONFIG_HEADERS section. 10615 # No need to generate them if there are no CONFIG_HEADERS. 10616 # This happens for instance with `./config.status Makefile'. 10617 if test -n "$CONFIG_HEADERS"; then 10618 cat >"$tmp/defines.awk" <<\_ACAWK || 10619 BEGIN { 10620 _ACEOF 10621 10622 # Transform confdefs.h into an awk script `defines.awk', embedded as 10623 # here-document in config.status, that substitutes the proper values into 10624 # config.h.in to produce config.h. 10625 10626 # Create a delimiter string that does not exist in confdefs.h, to ease 10627 # handling of long lines. 10628 ac_delim='%!_!# ' 10629 for ac_last_try in false false :; do 10630 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 10631 if test -z "$ac_t"; then 10632 break 10633 elif $ac_last_try; then 10634 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 10635 else 10636 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 10637 fi 10638 done 10639 10640 # For the awk script, D is an array of macro values keyed by name, 10641 # likewise P contains macro parameters if any. Preserve backslash 10642 # newline sequences. 10643 10644 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 10645 sed -n ' 10646 s/.\{148\}/&'"$ac_delim"'/g 10647 t rset 10648 :rset 10649 s/^[ ]*#[ ]*define[ ][ ]*/ / 10650 t def 10651 d 10652 :def 10653 s/\\$// 10654 t bsnl 10655 s/["\\]/\\&/g 10656 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 10657 D["\1"]=" \3"/p 10658 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 10659 d 10660 :bsnl 10661 s/["\\]/\\&/g 10662 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 10663 D["\1"]=" \3\\\\\\n"\\/p 10664 t cont 10665 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 10666 t cont 10667 d 10668 :cont 10669 n 10670 s/.\{148\}/&'"$ac_delim"'/g 10671 t clear 10672 :clear 10673 s/\\$// 10674 t bsnlc 10675 s/["\\]/\\&/g; s/^/"/; s/$/"/p 10676 d 10677 :bsnlc 10678 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 10679 b cont 10680 ' <confdefs.h | sed ' 10681 s/'"$ac_delim"'/"\\\ 10682 "/g' >>$CONFIG_STATUS || ac_write_fail=1 10683 10684 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 10685 for (key in D) D_is_set[key] = 1 10686 FS = "" 10687 } 10688 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 10689 line = \$ 0 10690 split(line, arg, " ") 10691 if (arg[1] == "#") { 10692 defundef = arg[2] 10693 mac1 = arg[3] 10694 } else { 10695 defundef = substr(arg[1], 2) 10696 mac1 = arg[2] 10697 } 10698 split(mac1, mac2, "(") #) 10699 macro = mac2[1] 10700 prefix = substr(line, 1, index(line, defundef) - 1) 10701 if (D_is_set[macro]) { 10702 # Preserve the white space surrounding the "#". 10703 print prefix "define", macro P[macro] D[macro] 10704 next 10705 } else { 10706 # Replace #undef with comments. This is necessary, for example, 10707 # in the case of _POSIX_SOURCE, which is predefined and required 10708 # on some systems where configure will not decide to define it. 10709 if (defundef == "undef") { 10710 print "/*", prefix defundef, macro, "*/" 10711 next 10712 } 10713 } 10714 } 10715 { print } 10716 _ACAWK 10717 _ACEOF 10718 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 10719 as_fn_error "could not setup config headers machinery" "$LINENO" 5 10720 fi # test -n "$CONFIG_HEADERS" 10721 10722 10723 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " 10724 shift 10725 for ac_tag 17451 17452 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS 10726 17453 do 10727 17454 case $ac_tag in … … 10730 17457 case $ac_mode$ac_tag in 10731 17458 :[FHL]*:*);; 10732 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 17459 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 17460 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 17461 { (exit 1); exit 1; }; };; 10733 17462 :[FH]-) ac_tag=-:-;; 10734 17463 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; … … 10758 17487 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 10759 17488 esac || 10760 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 17489 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 17490 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 17491 { (exit 1); exit 1; }; };; 10761 17492 esac 10762 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 10763 as_fn_append ac_file_inputs " '$ac_f'" 17493 ac_file_inputs="$ac_file_inputs $ac_f" 10764 17494 done 10765 17495 … … 10767 17497 # use $as_me), people would be surprised to read: 10768 17498 # /* config.h. Generated by config.status. */ 10769 configure_input='Generated from '` 10770 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 10771 `' by configure.' 17499 configure_input="Generated from "`IFS=: 17500 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 10772 17501 if test x"$ac_file" != x-; then 10773 17502 configure_input="$ac_file. $configure_input" 10774 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&510775 $as_echo "$as_me: creating $ac_file" >&6;}17503 { echo "$as_me:$LINENO: creating $ac_file" >&5 17504 echo "$as_me: creating $ac_file" >&6;} 10776 17505 fi 10777 # Neutralize special characters interpreted by sed in replacement strings.10778 case $configure_input in #(10779 *\&* | *\|* | *\\* )10780 ac_sed_conf_input=`$as_echo "$configure_input" |10781 sed 's/[\\\\&|]/\\\\&/g'`;; #(10782 *) ac_sed_conf_input=$configure_input;;10783 esac10784 17506 10785 17507 case $ac_tag in 10786 *:-:* | *:-) cat >"$tmp/stdin" \ 10787 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 17508 *:-:* | *:-) cat >"$tmp/stdin";; 10788 17509 esac 10789 17510 ;; … … 10795 17516 X"$ac_file" : 'X\(//\)$' \| \ 10796 17517 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 10797 $as_echo X"$ac_file" |17518 echo X"$ac_file" | 10798 17519 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 10799 17520 s//\1/ … … 10813 17534 } 10814 17535 s/.*/./; q'` 10815 as_dir="$ac_dir"; as_fn_mkdir_p 17536 { as_dir="$ac_dir" 17537 case $as_dir in #( 17538 -*) as_dir=./$as_dir;; 17539 esac 17540 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 17541 as_dirs= 17542 while :; do 17543 case $as_dir in #( 17544 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 17545 *) as_qdir=$as_dir;; 17546 esac 17547 as_dirs="'$as_qdir' $as_dirs" 17548 as_dir=`$as_dirname -- "$as_dir" || 17549 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17550 X"$as_dir" : 'X\(//\)[^/]' \| \ 17551 X"$as_dir" : 'X\(//\)$' \| \ 17552 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 17553 echo X"$as_dir" | 17554 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 17555 s//\1/ 17556 q 17557 } 17558 /^X\(\/\/\)[^/].*/{ 17559 s//\1/ 17560 q 17561 } 17562 /^X\(\/\/\)$/{ 17563 s//\1/ 17564 q 17565 } 17566 /^X\(\/\).*/{ 17567 s//\1/ 17568 q 17569 } 17570 s/.*/./; q'` 17571 test -d "$as_dir" && break 17572 done 17573 test -z "$as_dirs" || eval "mkdir $as_dirs" 17574 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 17575 echo "$as_me: error: cannot create directory $as_dir" >&2;} 17576 { (exit 1); exit 1; }; }; } 10816 17577 ac_builddir=. 10817 17578 … … 10819 17580 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 10820 17581 *) 10821 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`17582 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 10822 17583 # A ".." for each directory in $ac_dir_suffix. 10823 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`17584 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 10824 17585 case $ac_top_builddir_sub in 10825 17586 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 10866 17627 _ACEOF 10867 17628 10868 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=117629 cat >>$CONFIG_STATUS <<\_ACEOF 10869 17630 # If the template does not know about datarootdir, expand it. 10870 17631 # FIXME: This hack should be removed a few years after 2.60. 10871 17632 ac_datarootdir_hack=; ac_datarootdir_seen= 10872 ac_sed_dataroot=' 10873 /datarootdir/ {17633 17634 case `sed -n '/datarootdir/ { 10874 17635 p 10875 17636 q … … 10879 17640 /@infodir@/p 10880 17641 /@localedir@/p 10881 /@mandir@/p '10882 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in17642 /@mandir@/p 17643 ' $ac_file_inputs` in 10883 17644 *datarootdir*) ac_datarootdir_seen=yes;; 10884 17645 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 10885 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&510886 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}10887 _ACEOF 10888 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=117646 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 17647 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 17648 _ACEOF 17649 cat >>$CONFIG_STATUS <<_ACEOF 10889 17650 ac_datarootdir_hack=' 10890 17651 s&@datadir@&$datadir&g … … 10893 17654 s&@localedir@&$localedir&g 10894 17655 s&@mandir@&$mandir&g 10895 s&\\\${datarootdir}&$datarootdir&g' ;;17656 s&\\\${datarootdir}&$datarootdir&g' ;; 10896 17657 esac 10897 17658 _ACEOF … … 10900 17661 # Shell code in configure.ac might set extrasub. 10901 17662 # FIXME: do we really want to maintain this feature? 10902 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=110903 ac_sed_extra="$ac_vpsub17663 cat >>$CONFIG_STATUS <<_ACEOF 17664 sed "$ac_vpsub 10904 17665 $extrasub 10905 17666 _ACEOF 10906 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=117667 cat >>$CONFIG_STATUS <<\_ACEOF 10907 17668 :t 10908 17669 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 10909 s |@configure_input@|$ac_sed_conf_input|;t t17670 s&@configure_input@&$configure_input&;t t 10910 17671 s&@top_builddir@&$ac_top_builddir_sub&;t t 10911 s&@top_build_prefix@&$ac_top_build_prefix&;t t10912 17672 s&@srcdir@&$ac_srcdir&;t t 10913 17673 s&@abs_srcdir@&$ac_abs_srcdir&;t t … … 10920 17680 s&@MKDIR_P@&$ac_MKDIR_P&;t t 10921 17681 $ac_datarootdir_hack 10922 " 10923 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 10924 || as_fn_error "could not create $ac_file" "$LINENO" 5 17682 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 10925 17683 10926 17684 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 10927 17685 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 10928 17686 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 10929 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'17687 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 10930 17688 which seems to be undefined. Please make sure it is defined." >&5 10931 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'17689 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 10932 17690 which seems to be undefined. Please make sure it is defined." >&2;} 10933 17691 10934 17692 rm -f "$tmp/stdin" 10935 17693 case $ac_file in 10936 -) cat "$tmp/out" && rm -f "$tmp/out";; 10937 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 10938 esac \ 10939 || as_fn_error "could not create $ac_file" "$LINENO" 5 17694 -) cat "$tmp/out"; rm -f "$tmp/out";; 17695 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 17696 esac 10940 17697 ;; 10941 17698 :H) … … 10943 17700 # CONFIG_HEADER 10944 17701 # 17702 _ACEOF 17703 17704 # Transform confdefs.h into a sed script `conftest.defines', that 17705 # substitutes the proper values into config.h.in to produce config.h. 17706 rm -f conftest.defines conftest.tail 17707 # First, append a space to every undef/define line, to ease matching. 17708 echo 's/$/ /' >conftest.defines 17709 # Then, protect against being on the right side of a sed subst, or in 17710 # an unquoted here document, in config.status. If some macros were 17711 # called several times there might be several #defines for the same 17712 # symbol, which is useless. But do not sort them, since the last 17713 # AC_DEFINE must be honored. 17714 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 17715 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 17716 # NAME is the cpp macro being defined, VALUE is the value it is being given. 17717 # PARAMS is the parameter list in the macro definition--in most cases, it's 17718 # just an empty string. 17719 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 17720 ac_dB='\\)[ (].*,\\1define\\2' 17721 ac_dC=' ' 17722 ac_dD=' ,' 17723 17724 uniq confdefs.h | 17725 sed -n ' 17726 t rset 17727 :rset 17728 s/^[ ]*#[ ]*define[ ][ ]*// 17729 t ok 17730 d 17731 :ok 17732 s/[\\&,]/\\&/g 17733 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 17734 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 17735 ' >>conftest.defines 17736 17737 # Remove the space that was appended to ease matching. 17738 # Then replace #undef with comments. This is necessary, for 17739 # example, in the case of _POSIX_SOURCE, which is predefined and required 17740 # on some systems where configure will not decide to define it. 17741 # (The regexp can be short, since the line contains either #define or #undef.) 17742 echo 's/ $// 17743 s,^[ #]*u.*,/* & */,' >>conftest.defines 17744 17745 # Break up conftest.defines: 17746 ac_max_sed_lines=50 17747 17748 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 17749 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 17750 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 17751 # et cetera. 17752 ac_in='$ac_file_inputs' 17753 ac_out='"$tmp/out1"' 17754 ac_nxt='"$tmp/out2"' 17755 17756 while : 17757 do 17758 # Write a here document: 17759 cat >>$CONFIG_STATUS <<_ACEOF 17760 # First, check the format of the line: 17761 cat >"\$tmp/defines.sed" <<\\CEOF 17762 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 17763 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 17764 b 17765 :def 17766 _ACEOF 17767 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 17768 echo 'CEOF 17769 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 17770 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 17771 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 17772 grep . conftest.tail >/dev/null || break 17773 rm -f conftest.defines 17774 mv conftest.tail conftest.defines 17775 done 17776 rm -f conftest.defines conftest.tail 17777 17778 echo "ac_result=$ac_in" >>$CONFIG_STATUS 17779 cat >>$CONFIG_STATUS <<\_ACEOF 10945 17780 if test x"$ac_file" != x-; then 10946 { 10947 $as_echo "/* $configure_input */" \ 10948 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 10949 } >"$tmp/config.h" \ 10950 || as_fn_error "could not create $ac_file" "$LINENO" 5 10951 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 10952 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 10953 $as_echo "$as_me: $ac_file is unchanged" >&6;} 17781 echo "/* $configure_input */" >"$tmp/config.h" 17782 cat "$ac_result" >>"$tmp/config.h" 17783 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 17784 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 17785 echo "$as_me: $ac_file is unchanged" >&6;} 10954 17786 else 10955 rm -f "$ac_file" 10956 mv "$tmp/config.h" "$ac_file" \ 10957 || as_fn_error "could not create $ac_file" "$LINENO" 5 17787 rm -f $ac_file 17788 mv "$tmp/config.h" $ac_file 10958 17789 fi 10959 17790 else 10960 $as_echo "/* $configure_input */" \ 10961 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 10962 || as_fn_error "could not create -" "$LINENO" 5 17791 echo "/* $configure_input */" 17792 cat "$ac_result" 10963 17793 fi 17794 rm -f "$tmp/out12" 10964 17795 ;; 10965 17796 … … 10970 17801 10971 17802 10972 as_fn_exit 0 10973 _ACEOF 17803 { (exit 0); exit 0; } 17804 _ACEOF 17805 chmod +x $CONFIG_STATUS 10974 17806 ac_clean_files=$ac_clean_files_save 10975 10976 test $ac_write_fail = 0 ||10977 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 510978 17807 10979 17808 … … 10996 17825 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 10997 17826 # would make configure fail if this is the last instruction. 10998 $ac_cs_success || as_fn_exit $?17827 $ac_cs_success || { (exit 1); exit 1; } 10999 17828 fi 11000 17829 … … 11004 17833 if test "$no_recursion" != yes; then 11005 17834 11006 # Remove --cache-file, --srcdir, and --disable-option-checking arguments 11007 # so they do not pile up. 17835 # Remove --cache-file and --srcdir arguments so they do not pile up. 11008 17836 ac_sub_configure_args= 11009 17837 ac_prev= … … 11034 17862 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 11035 17863 ;; 11036 --disable-option-checking)11037 ;;11038 17864 *) 11039 17865 case $ac_arg in 11040 *\'*) ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;17866 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 11041 17867 esac 11042 a s_fn_append ac_sub_configure_args "'$ac_arg'" ;;17868 ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;; 11043 17869 esac 11044 17870 done … … 11048 17874 ac_arg="--prefix=$prefix" 11049 17875 case $ac_arg in 11050 *\'*) ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;17876 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 11051 17877 esac 11052 17878 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args" … … 11057 17883 fi 11058 17884 11059 # Always prepend --disable-option-checking to silence warnings, since11060 # different subdirs can have different --enable and --with options.11061 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"11062 11063 17885 ac_popdir=`pwd` 11064 17886 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue … … 11069 17891 11070 17892 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)" 11071 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5 11072 $as_echo "$ac_msg" >&6 11073 as_dir="$ac_dir"; as_fn_mkdir_p 17893 echo "$as_me:$LINENO: $ac_msg" >&5 17894 echo "$ac_msg" >&6 17895 { as_dir="$ac_dir" 17896 case $as_dir in #( 17897 -*) as_dir=./$as_dir;; 17898 esac 17899 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 17900 as_dirs= 17901 while :; do 17902 case $as_dir in #( 17903 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 17904 *) as_qdir=$as_dir;; 17905 esac 17906 as_dirs="'$as_qdir' $as_dirs" 17907 as_dir=`$as_dirname -- "$as_dir" || 17908 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17909 X"$as_dir" : 'X\(//\)[^/]' \| \ 17910 X"$as_dir" : 'X\(//\)$' \| \ 17911 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 17912 echo X"$as_dir" | 17913 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 17914 s//\1/ 17915 q 17916 } 17917 /^X\(\/\/\)[^/].*/{ 17918 s//\1/ 17919 q 17920 } 17921 /^X\(\/\/\)$/{ 17922 s//\1/ 17923 q 17924 } 17925 /^X\(\/\).*/{ 17926 s//\1/ 17927 q 17928 } 17929 s/.*/./; q'` 17930 test -d "$as_dir" && break 17931 done 17932 test -z "$as_dirs" || eval "mkdir $as_dirs" 17933 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 17934 echo "$as_me: error: cannot create directory $as_dir" >&2;} 17935 { (exit 1); exit 1; }; }; } 11074 17936 ac_builddir=. 11075 17937 … … 11077 17939 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 11078 17940 *) 11079 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`17941 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 11080 17942 # A ".." for each directory in $ac_dir_suffix. 11081 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`17943 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 11082 17944 case $ac_top_builddir_sub in 11083 17945 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 11118 17980 ac_sub_configure=$ac_aux_dir/configure 11119 17981 else 11120 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&511121 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}17982 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5 17983 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} 11122 17984 ac_sub_configure= 11123 17985 fi … … 11132 17994 esac 11133 17995 11134 { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&511135 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}17996 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 17997 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} 11136 17998 # The eval makes quoting arguments work. 11137 17999 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \ 11138 18000 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || 11139 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5 18001 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5 18002 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} 18003 { (exit 1); exit 1; }; } 11140 18004 fi 11141 18005 … … 11143 18007 done 11144 18008 fi 11145 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 11146 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 11147 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 11148 fi 11149 18009 -
trunk/configure.in
r1877 r1878 314 314 [with_octave2=no]) 315 315 316 if test "$with_octave2" = "yes" ; then 317 AC_MSG_CHECKING([for octave and mkoctfile]) 318 AC_PATH_PROG(octave2, octave) 319 AC_PATH_PROG(mkoctfile2, mkoctfile) 316 if test "$with_octave2" != "no" ; then 317 if test "$with_octave2" = "yes" ; then 318 AC_MSG_CHECKING([for octave and mkoctfile]) 319 AC_PATH_PROG(octave2, octave) 320 AC_PATH_PROG(mkoctfile2, mkoctfile) 321 else 322 octave2=$with_octave2 323 mkoctfile2=`dirname $with_octave2`/mkoctfile 324 fi 320 325 fi 321 326 if test "x${octave2}" != "x" ; then … … 337 342 [with_octave3=no]) 338 343 339 if test "$with_octave3" = "yes" ; then 340 AC_MSG_CHECKING([for octave and mkoctfile]) 341 AC_PATH_PROG(octave3, octave) 342 AC_PATH_PROG(mkoctfile3, mkoctfile) 343 fi 344 344 echo with_octave3=$with_octave3 345 if test "$with_octave3" != "no" ; then 346 if test "$with_octave3" = "yes" ; then 347 AC_MSG_CHECKING([for octave and mkoctfile]) 348 AC_PATH_PROG(octave3, octave) 349 AC_PATH_PROG(mkoctfile3, mkoctfile) 350 else 351 octave3=$with_octave3 352 mkoctfile3=`dirname $with_octave3`/mkoctfile 353 fi 354 fi 355 356 echo octave3=$octave3 345 357 if test "x${octave3}" != "x" ; then 358 echo version="${octave3} -v | grep version | cut -d' ' -f4" 346 359 version=`${octave3} -v | grep version | cut -d' ' -f4` 360 echo version=$version 347 361 version_major=`echo ${version} | cut -d'.' -f1` 362 echo version_major=$version_major 348 363 if test "$version_major" = "3" ; then 349 364 OCTAVE3=$with_octave3
Note: See TracChangeset
for help on using the changeset viewer.