Changeset 2122 for branches/blt4
- Timestamp:
- Mar 8, 2011, 12:08:33 PM (14 years ago)
- Location:
- branches/blt4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/configure
r2060 r2122 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 8for 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, 2010 Free Software 10 # Foundation, 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 as_myself= 95 case $0 in #(( 73 case $0 in 96 74 *[\\/]* ) as_myself=$0 ;; 97 75 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 100 78 IFS=$as_save_IFS 101 79 test -z "$as_dir" && as_dir=. 102 103 80 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 81 done 104 82 IFS=$as_save_IFS 105 83 … … 112 90 fi 113 91 if test ! -f "$as_myself"; then 114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 115 exit 1 116 fi 117 118 # Unset variables that we do not need and which cause bugs (e.g. in 119 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 120 # suppresses any "Segmentation fault" message there. '((' could 121 # trigger a bug in pdksh 5.2.14. 122 for as_var in BASH_ENV ENV MAIL MAILPATH 123 do eval test x\${$as_var+set} = xset \ 124 && ( (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 125 99 done 126 100 PS1='$ ' … … 129 103 130 104 # NLS nuisances. 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 135 136 # CDPATH. 137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 138 139 if test "x$CONFIG_SHELL" = x; then 140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 141 emulate sh 142 NULLCMD=: 143 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 144 # is contrary to our usage. Disable this feature. 145 alias -g '\${1+\"\$@\"}'='\"\$@\"' 146 setopt NO_GLOB_SUBST 147 else 148 case \`(set -o) 2>/dev/null\` in #( 149 *posix*) : 150 set -o posix ;; #( 151 *) : 152 ;; 153 esac 154 fi 155 " 156 as_required="as_fn_return () { (exit \$1); } 157 as_fn_success () { as_fn_return 0; } 158 as_fn_failure () { as_fn_return 1; } 159 as_fn_ret_success () { return 0; } 160 as_fn_ret_failure () { return 1; } 161 162 exitcode=0 163 as_fn_success || { exitcode=1; echo as_fn_success failed.; } 164 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 165 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 166 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 167 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 168 169 else 170 exitcode=1; echo positional parameters were not saved. 171 fi 172 test x\$exitcode = x0 || exit 1" 173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 175 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 176 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 177 test \$(( 1 + 1 )) = 2 || exit 1" 178 if (eval "$as_required") 2>/dev/null; then : 179 as_have_required=yes 180 else 181 as_have_required=no 182 fi 183 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 184 185 else 186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 187 as_found=false 188 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 189 109 do 190 IFS=$as_save_IFS 191 test -z "$as_dir" && as_dir=. 192 as_found=: 193 case $as_dir in #( 194 /*) 195 for as_base in sh bash ksh sh5; do 196 # Try only shells that exist, to save several forks. 197 as_shell=$as_dir/$as_base 198 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 199 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 200 CONFIG_SHELL=$as_shell as_have_required=yes 201 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : 202 break 2 203 fi 204 fi 205 done;; 206 esac 207 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 208 115 done 209 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 210 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 211 CONFIG_SHELL=$SHELL as_have_required=yes 212 fi; } 213 IFS=$as_save_IFS 214 215 216 if test "x$CONFIG_SHELL" != x; then : 217 # We cannot yet assume a decent shell, so we have to provide a 218 # neutralization value for shells without unset; and this also 219 # works around shells that cannot unset nonexistent variables. 220 # Preserve -v and -x to the replacement shell. 221 BASH_ENV=/dev/null 222 ENV=/dev/null 223 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 224 export CONFIG_SHELL 225 case $- in # (((( 226 *v*x* | *x*v* ) as_opts=-vx ;; 227 *v* ) as_opts=-v ;; 228 *x* ) as_opts=-x ;; 229 * ) as_opts= ;; 230 esac 231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 232 fi 233 234 if test x$as_have_required = xno; then : 235 $as_echo "$0: This script requires a shell more modern than all" 236 $as_echo "$0: the shells that I found on your system." 237 if test x${ZSH_VERSION+set} = xset ; then 238 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 239 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 240 else 241 $as_echo "$0: Please tell bug-autoconf@gnu.org and 242 $0: rappture@nanohub.org about your system, including any 243 $0: error possibly output before this message. Then install 244 $0: a modern shell, or manually run the script under such a 245 $0: shell if you do have one." 246 fi 247 exit 1 248 fi 249 fi 250 fi 251 SHELL=${CONFIG_SHELL-/bin/sh} 252 export SHELL 253 # Unset more variables known to interfere with behavior of common tools. 254 CLICOLOR_FORCE= GREP_OPTIONS= 255 unset CLICOLOR_FORCE GREP_OPTIONS 256 257 ## --------------------- ## 258 ## M4sh Shell Functions. ## 259 ## --------------------- ## 260 # as_fn_unset VAR 261 # --------------- 262 # Portably unset VAR. 263 as_fn_unset () 264 { 265 { eval $1=; unset $1;} 266 } 267 as_unset=as_fn_unset 268 269 # as_fn_set_status STATUS 270 # ----------------------- 271 # Set $? to STATUS, without forking. 272 as_fn_set_status () 273 { 274 return $1 275 } # as_fn_set_status 276 277 # as_fn_exit STATUS 278 # ----------------- 279 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 280 as_fn_exit () 281 { 282 set +e 283 as_fn_set_status $1 284 exit $1 285 } # as_fn_exit 286 287 # as_fn_mkdir_p 288 # ------------- 289 # Create "$as_dir" as a directory, including parents if necessary. 290 as_fn_mkdir_p () 291 { 292 293 case $as_dir in #( 294 -*) as_dir=./$as_dir;; 295 esac 296 test -d "$as_dir" || eval $as_mkdir_p || { 297 as_dirs= 298 while :; do 299 case $as_dir in #( 300 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 301 *) as_qdir=$as_dir;; 302 esac 303 as_dirs="'$as_qdir' $as_dirs" 304 as_dir=`$as_dirname -- "$as_dir" || 305 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 306 X"$as_dir" : 'X\(//\)[^/]' \| \ 307 X"$as_dir" : 'X\(//\)$' \| \ 308 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 309 $as_echo X"$as_dir" | 310 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 311 s//\1/ 312 q 313 } 314 /^X\(\/\/\)[^/].*/{ 315 s//\1/ 316 q 317 } 318 /^X\(\/\/\)$/{ 319 s//\1/ 320 q 321 } 322 /^X\(\/\).*/{ 323 s//\1/ 324 q 325 } 326 s/.*/./; q'` 327 test -d "$as_dir" && break 328 done 329 test -z "$as_dirs" || eval "mkdir $as_dirs" 330 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 331 332 333 } # as_fn_mkdir_p 334 # as_fn_append VAR VALUE 335 # ---------------------- 336 # Append the text in VALUE to the end of the definition contained in VAR. Take 337 # advantage of any shell optimizations that allow amortized linear growth over 338 # repeated appends, instead of the typical quadratic growth present in naive 339 # implementations. 340 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 341 eval 'as_fn_append () 342 { 343 eval $1+=\$2 344 }' 345 else 346 as_fn_append () 347 { 348 eval $1=\$$1\$2 349 } 350 fi # as_fn_append 351 352 # as_fn_arith ARG... 353 # ------------------ 354 # Perform arithmetic evaluation on the ARGs, and store the result in the 355 # global $as_val. Take advantage of shells that can avoid forks. The arguments 356 # must be portable across $(()) and expr. 357 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 358 eval 'as_fn_arith () 359 { 360 as_val=$(( $* )) 361 }' 362 else 363 as_fn_arith () 364 { 365 as_val=`expr "$@" || test $? -eq 1` 366 } 367 fi # as_fn_arith 368 369 370 # as_fn_error STATUS ERROR [LINENO LOG_FD] 371 # ---------------------------------------- 372 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 373 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 374 # script with STATUS, using 1 if that was 0. 375 as_fn_error () 376 { 377 as_status=$1; test $as_status -eq 0 && as_status=1 378 if test "$4"; then 379 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 380 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 381 fi 382 $as_echo "$as_me: error: $2" >&2 383 as_fn_exit $as_status 384 } # as_fn_error 385 116 117 # Required to use basename. 386 118 if expr a : '\(a\)' >/dev/null 2>&1 && 387 119 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 397 129 fi 398 130 399 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 400 as_dirname=dirname 401 else 402 as_dirname=false 403 fi 404 131 132 # Name of the executable. 405 133 as_me=`$as_basename -- "$0" || 406 134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 407 135 X"$0" : 'X\(//\)$' \| \ 408 136 X"$0" : 'X\(/\)' \| . 2>/dev/null || 409 $as_echo X/"$0" |137 echo X/"$0" | 410 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 411 139 s//\1/ … … 422 150 s/.*/./; q'` 423 151 424 # Avoid depending upon Character Ranges. 425 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 426 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 427 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 428 as_cr_digits='0123456789' 429 as_cr_alnum=$as_cr_Letters$as_cr_digits 430 431 432 as_lineno_1=$LINENO as_lineno_1a=$LINENO 433 as_lineno_2=$LINENO as_lineno_2a=$LINENO 434 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 435 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 436 # 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. :-) 437 440 sed -n ' 438 441 p … … 451 454 ' >$as_me.lineno && 452 455 chmod +x "$as_me.lineno" || 453 { $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; }; } 454 458 455 459 # Don't try to exec as it changes $[0], causing all sort of problems … … 461 465 } 462 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 463 474 ECHO_C= ECHO_N= ECHO_T= 464 case `echo -n x` in #(((((475 case `echo -n x` in 465 476 -n*) 466 case `echo 'x y\c'` in477 case `echo 'x\c'` in 467 478 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 468 xy) ECHO_C='\c';; 469 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 470 ECHO_T=' ';; 479 *) ECHO_C='\c';; 471 480 esac;; 472 481 *) … … 474 483 esac 475 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 476 492 rm -f conf$$ conf$$.exe conf$$.file 477 493 if test -d conf$$.dir; then … … 479 495 else 480 496 rm -f conf$$.dir 481 mkdir conf$$.dir 2>/dev/null 482 fi 483 if (echo >conf$$.file) 2>/dev/null; then 484 if ln -s conf$$.file conf$$ 2>/dev/null; then 485 as_ln_s='ln -s' 486 # ... but there are two gotchas: 487 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 488 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 489 # In both cases, we have to default to `cp -p'. 490 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 491 as_ln_s='cp -p' 492 elif ln conf$$.file conf$$ 2>/dev/null; then 493 as_ln_s=ln 494 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 || 495 507 as_ln_s='cp -p' 496 fi 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 497 510 else 498 511 as_ln_s='cp -p' … … 502 515 503 516 if mkdir -p . 2>/dev/null; then 504 as_mkdir_p= 'mkdir -p "$as_dir"'517 as_mkdir_p=: 505 518 else 506 519 test -d ./-p && rmdir ./-p … … 519 532 eval sh -c '\'' 520 533 if test -d "$1"; then 521 534 test -d "$1/."; 522 535 else 523 case $1 in #(524 536 case $1 in 537 -*)set "./$1";; 525 538 esac; 526 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 527 540 ???[sx]*):;;*)false;;esac;fi 528 541 '\'' sh … … 538 551 539 552 540 test -n "$DJDIR" || exec 7<&0 </dev/null 541 exec 6>&1553 554 exec 7<&0 </dev/null 6>&1 542 555 543 556 # Name of the host. 544 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 545 558 # so uname gets run too. 546 559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` … … 557 570 MFLAGS= 558 571 MAKEFLAGS= 572 SHELL=${CONFIG_SHELL-/bin/sh} 559 573 560 574 # Identity of this package. … … 564 578 PACKAGE_STRING='Rappture 1.1' 565 579 PACKAGE_BUGREPORT='rappture@nanohub.org' 566 PACKAGE_URL=''567 580 568 581 # Factoring default headers for most tests. … … 602 615 #endif" 603 616 604 enable_option_checking=no 605 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_VERSION 740 PYTHON_INCLUDES 741 PYTHON_CFLAGS 742 PYTHON_INCDIR 743 PYTHON_LDFLAGS 744 PYTHON_LIB 745 PYTHON_SITE_DIR 746 PYTHON_LIBDIR 747 PYTHON_SITE_PACKAGES 748 PYTHON_DISTUTILS 749 RUBY 750 SED 751 RUBY_VERSION 752 AWK 753 RUBY_CPPFLAGS 754 RUBY_LDFLAGS 755 RUBY_SITE_PKG 756 RUBY_EXTRA_LIBS 757 HAVE_RUBY_DEVEL 758 RUBY_VERSION_RV 759 RUBY_PLATFORM 760 JAVA 761 JAVAC 762 JAVAH 763 JAVA_HOME 764 JAVA_INC_DIR 765 JAVA_INC_SPEC 766 RP_BASE 767 SHLIB_LDFLAGS 768 TK_VERSION 769 SIZEOF_INT 770 SIZEOF_LONG 771 SIZEOF_LONG_LONG 772 SIZEOF_VOID_P 773 CFLAGS_DEFAULT 774 LDFLAGS_DEFAULT 775 HAVE_FFMPEG_LIBS 776 subdirs 606 777 LIBOBJS 607 subdirs 608 HAVE_FFMPEG_LIBS 609 LDFLAGS_DEFAULT 610 CFLAGS_DEFAULT 611 SIZEOF_VOID_P 612 SIZEOF_LONG_LONG 613 SIZEOF_LONG 614 SIZEOF_INT 615 TK_VERSION 616 SHLIB_LDFLAGS 617 RP_BASE 618 JAVA_INC_SPEC 619 JAVA_INC_DIR 620 JAVA_HOME 621 JAVAH 622 JAVAC 623 JAVA 624 RUBY_PLATFORM 625 RUBY_VERSION_RV 626 HAVE_RUBY_DEVEL 627 RUBY_EXTRA_LIBS 628 RUBY_SITE_PKG 629 RUBY_LDFLAGS 630 RUBY_CPPFLAGS 631 AWK 632 RUBY_VERSION 633 SED 634 RUBY 635 PYTHON_DISTUTILS 636 PYTHON_SITE_PACKAGES 637 PYTHON_LIBDIR 638 PYTHON_SITE_DIR 639 PYTHON_LIB 640 PYTHON_LDFLAGS 641 PYTHON_INCDIR 642 PYTHON_CFLAGS 643 PYTHON_INCLUDES 644 PYTHON_VERSION 645 PYTHON 646 PERL_LIBSPEC 647 PERL_VERSION_RV 648 PERL_INSTALLARCHLIB 649 PERL_PRIVLIB 650 PERL_VENDORLIB 651 PERL_CPPFLAGS 652 PERL_CCFLAGS 653 PERL_VERSION 654 PERL_ARCHLIBEXP 655 PERL_ARCHLIB 656 PERL_INCLUDES 657 PERL 658 MKOCTFILE3 659 MKOCTFILE2 660 OCTAVE_VERSION_MAJOR 661 OCTAVE_VERSION 662 OCTAVE3 663 OCTAVE2 664 mkoctfile3 665 octave3 666 mkoctfile2 667 octave2 668 MKOCTFILE 669 OCTAVE 670 MEX_ARCH 671 MCC 672 MEXEXT 673 MEX 674 MATLAB 675 VTKDIR 676 TCL_LIB_SPEC 677 TCL_INC_SPEC 678 TCL_VERSION 679 TCLSH 680 ENABLE_GUI 681 MAKE 682 INSTALL_STUB_LIB 683 INSTALL_LIB 684 MAKE_STUB_LIB 685 MAKE_LIB 686 SHLIB_SUFFIX 687 SHLIB_CFLAGS 688 SHLIB_LD_LIBS 689 TK_SHLIB_LD_EXTRAS 690 TCL_SHLIB_LD_EXTRAS 691 SHLIB_LD 692 STLIB_LD 693 LD_SEARCH_FLAGS 694 CC_SEARCH_FLAGS 695 LDFLAGS_OPTIMIZE 696 LDFLAGS_DEBUG 697 CFLAGS_WARNING 698 CFLAGS_OPTIMIZE 699 CFLAGS_DEBUG 700 PLAT_SRCS 701 PLAT_OBJS 702 DL_OBJS 703 DL_LIBS 704 AR 705 HAVE_INTTYPES_H 706 CXXCPP 707 EGREP 708 GREP 709 CPP 710 ac_ct_F77 711 FFLAGS 712 F77 713 ac_ct_CXX 714 CXXFLAGS 715 CXX 716 OBJEXT 717 EXEEXT 718 ac_ct_CC 719 CPPFLAGS 720 LDFLAGS 721 CFLAGS 722 CC 723 SET_MAKE 724 MKDIR_P 725 LN_S 726 RANLIB 727 INSTALL_DATA 728 INSTALL_SCRIPT 729 INSTALL_PROGRAM 730 LIB_SEARCH_DIRS 731 target_alias 732 host_alias 733 build_alias 734 LIBS 735 ECHO_T 736 ECHO_N 737 ECHO_C 738 DEFS 739 mandir 740 localedir 741 libdir 742 psdir 743 pdfdir 744 dvidir 745 htmldir 746 infodir 747 docdir 748 oldincludedir 749 includedir 750 localstatedir 751 sharedstatedir 752 sysconfdir 753 datadir 754 datarootdir 755 libexecdir 756 sbindir 757 bindir 758 program_transform_name 759 prefix 760 exec_prefix 761 PACKAGE_URL 762 PACKAGE_BUGREPORT 763 PACKAGE_STRING 764 PACKAGE_VERSION 765 PACKAGE_TARNAME 766 PACKAGE_NAME 767 PATH_SEPARATOR 768 SHELL' 778 LTLIBOBJS' 769 779 ac_subst_files='' 770 ac_user_opts='771 enable_option_checking772 enable_64bit773 enable_64bit_vis774 enable_corefoundation775 enable_load776 enable_gui777 with_tclsh778 with_vtk779 with_matlab780 with_octave781 with_octave2782 with_octave3783 with_perl784 with_python785 with_ruby786 with_java787 enable_shared788 enable_symbols789 '790 780 ac_precious_vars='build_alias 791 781 host_alias … … 808 798 ac_init_help= 809 799 ac_init_version=false 810 ac_unrecognized_opts=811 ac_unrecognized_sep=812 800 # The variables have the same names as the options, with 813 801 # dashes changed to underlines. … … 865 853 866 854 case $ac_option in 867 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 868 *=) ac_optarg= ;; 869 *) ac_optarg=yes ;; 855 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 856 *) ac_optarg=yes ;; 870 857 esac 871 858 … … 909 896 910 897 -disable-* | --disable-*) 911 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`898 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 912 899 # Reject names that are not valid shell variable names. 913 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 914 as_fn_error $? "invalid feature name: $ac_useropt" 915 ac_useropt_orig=$ac_useropt 916 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 917 case $ac_user_opts in 918 *" 919 "enable_$ac_useropt" 920 "*) ;; 921 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 922 ac_unrecognized_sep=', ';; 923 esac 924 eval enable_$ac_useropt=no ;; 900 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 901 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 902 { (exit 1); exit 1; }; } 903 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 904 eval enable_$ac_feature=no ;; 925 905 926 906 -docdir | --docdir | --docdi | --doc | --do) … … 935 915 936 916 -enable-* | --enable-*) 937 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`917 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 938 918 # Reject names that are not valid shell variable names. 939 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 940 as_fn_error $? "invalid feature name: $ac_useropt" 941 ac_useropt_orig=$ac_useropt 942 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 943 case $ac_user_opts in 944 *" 945 "enable_$ac_useropt" 946 "*) ;; 947 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 948 ac_unrecognized_sep=', ';; 949 esac 950 eval enable_$ac_useropt=\$ac_optarg ;; 919 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 920 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 921 { (exit 1); exit 1; }; } 922 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 923 eval enable_$ac_feature=\$ac_optarg ;; 951 924 952 925 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1139 1112 1140 1113 -with-* | --with-*) 1141 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1114 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1142 1115 # Reject names that are not valid shell variable names. 1143 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1144 as_fn_error $? "invalid package name: $ac_useropt" 1145 ac_useropt_orig=$ac_useropt 1146 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1147 case $ac_user_opts in 1148 *" 1149 "with_$ac_useropt" 1150 "*) ;; 1151 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1152 ac_unrecognized_sep=', ';; 1153 esac 1154 eval with_$ac_useropt=\$ac_optarg ;; 1116 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1117 { echo "$as_me: error: invalid package name: $ac_package" >&2 1118 { (exit 1); exit 1; }; } 1119 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1120 eval with_$ac_package=\$ac_optarg ;; 1155 1121 1156 1122 -without-* | --without-*) 1157 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1123 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1158 1124 # Reject names that are not valid shell variable names. 1159 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1160 as_fn_error $? "invalid package name: $ac_useropt" 1161 ac_useropt_orig=$ac_useropt 1162 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1163 case $ac_user_opts in 1164 *" 1165 "with_$ac_useropt" 1166 "*) ;; 1167 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1168 ac_unrecognized_sep=', ';; 1169 esac 1170 eval with_$ac_useropt=no ;; 1125 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1126 { echo "$as_me: error: invalid package name: $ac_package" >&2 1127 { (exit 1); exit 1; }; } 1128 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1129 eval with_$ac_package=no ;; 1171 1130 1172 1131 --x) … … 1188 1147 x_libraries=$ac_optarg ;; 1189 1148 1190 -*) as_fn_error $? "unrecognized option: \`$ac_option' 1191 Try \`$0 --help' for more information" 1149 -*) { echo "$as_me: error: unrecognized option: $ac_option 1150 Try \`$0 --help' for more information." >&2 1151 { (exit 1); exit 1; }; } 1192 1152 ;; 1193 1153 … … 1195 1155 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1196 1156 # Reject names that are not valid shell variable names. 1197 case $ac_envvar in #( 1198 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1199 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; 1200 esac 1157 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1158 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1159 { (exit 1); exit 1; }; } 1201 1160 eval $ac_envvar=\$ac_optarg 1202 1161 export $ac_envvar ;; … … 1204 1163 *) 1205 1164 # FIXME: should be removed in autoconf 3.0. 1206 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21165 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1207 1166 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1208 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21209 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"1167 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1168 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1210 1169 ;; 1211 1170 … … 1215 1174 if test -n "$ac_prev"; then 1216 1175 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1217 as_fn_error $? "missing argument to $ac_option" 1218 fi 1219 1220 if test -n "$ac_unrecognized_opts"; then 1221 case $enable_option_checking in 1222 no) ;; 1223 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 1224 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1225 esac 1226 fi 1227 1228 # Check all directory arguments for consistency. 1176 { echo "$as_me: error: missing argument to $ac_option" >&2 1177 { (exit 1); exit 1; }; } 1178 fi 1179 1180 # Be sure to have absolute directory names. 1229 1181 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1230 1182 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1233 1185 do 1234 1186 eval ac_val=\$$ac_var 1235 # Remove trailing slashes.1236 case $ac_val in1237 */ )1238 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1239 eval $ac_var=\$ac_val;;1240 esac1241 # Be sure to have absolute directory names.1242 1187 case $ac_val in 1243 1188 [\\/$]* | ?:[\\/]* ) continue;; 1244 1189 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1245 1190 esac 1246 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1191 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1192 { (exit 1); exit 1; }; } 1247 1193 done 1248 1194 … … 1258 1204 if test "x$build_alias" = x; then 1259 1205 cross_compiling=maybe 1260 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.1261 If a cross compiler is detected then cross compile mode will be used " >&21206 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1207 If a cross compiler is detected then cross compile mode will be used." >&2 1262 1208 elif test "x$build_alias" != "x$host_alias"; then 1263 1209 cross_compiling=yes … … 1274 1220 ac_ls_di=`ls -di .` && 1275 1221 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1276 as_fn_error $? "working directory cannot be determined" 1222 { echo "$as_me: error: Working directory cannot be determined" >&2 1223 { (exit 1); exit 1; }; } 1277 1224 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1278 as_fn_error $? "pwd does not report name of working directory" 1225 { echo "$as_me: error: pwd does not report name of working directory" >&2 1226 { (exit 1); exit 1; }; } 1279 1227 1280 1228 … … 1283 1231 ac_srcdir_defaulted=yes 1284 1232 # Try the directory containing this script, then the parent directory. 1285 ac_confdir=`$as_dirname -- "$ as_myself" ||1286 $as_expr X"$ as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1287 X"$ as_myself" : 'X\(//\)[^/]' \| \1288 X"$ as_myself" : 'X\(//\)$' \| \1289 X"$ as_myself" : 'X\(/\)' \| . 2>/dev/null ||1290 $as_echo X"$as_myself" |1233 ac_confdir=`$as_dirname -- "$0" || 1234 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1235 X"$0" : 'X\(//\)[^/]' \| \ 1236 X"$0" : 'X\(//\)$' \| \ 1237 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1238 echo X"$0" | 1291 1239 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1292 1240 s//\1/ … … 1315 1263 if test ! -r "$srcdir/$ac_unique_file"; then 1316 1264 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1317 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1265 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1266 { (exit 1); exit 1; }; } 1318 1267 fi 1319 1268 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1320 1269 ac_abs_confdir=`( 1321 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 1270 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1271 { (exit 1); exit 1; }; } 1322 1272 pwd)` 1323 1273 # When building in place, set srcdir=. … … 1359 1309 --help=recursive display the short help of all the included packages 1360 1310 -V, --version display version information and exit 1361 -q, --quiet, --silent do not print \`checking 1311 -q, --quiet, --silent do not print \`checking...' messages 1362 1312 --cache-file=FILE cache test results in FILE [disabled] 1363 1313 -C, --config-cache alias for \`--cache-file=config.cache' … … 1367 1317 Installation directories: 1368 1318 --prefix=PREFIX install architecture-independent files in PREFIX 1369 1319 [$ac_default_prefix] 1370 1320 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1371 1321 [PREFIX] 1372 1322 1373 1323 By default, \`make install' will install all the files in … … 1379 1329 1380 1330 Fine tuning of the installation directories: 1381 --bindir=DIR 1382 --sbindir=DIR 1383 --libexecdir=DIR 1384 --sysconfdir=DIR 1385 --sharedstatedir=DIR 1386 --localstatedir=DIR 1387 --libdir=DIR 1388 --includedir=DIR 1389 --oldincludedir=DIR 1390 --datarootdir=DIR 1391 --datadir=DIR 1392 --infodir=DIR 1393 --localedir=DIR 1394 --mandir=DIR 1395 --docdir=DIR 1396 --htmldir=DIR 1397 --dvidir=DIR 1398 --pdfdir=DIR 1399 --psdir=DIR 1331 --bindir=DIR user executables [EPREFIX/bin] 1332 --sbindir=DIR system admin executables [EPREFIX/sbin] 1333 --libexecdir=DIR program executables [EPREFIX/libexec] 1334 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1335 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1336 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1337 --libdir=DIR object code libraries [EPREFIX/lib] 1338 --includedir=DIR C header files [PREFIX/include] 1339 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1340 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1341 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1342 --infodir=DIR info documentation [DATAROOTDIR/info] 1343 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1344 --mandir=DIR man documentation [DATAROOTDIR/man] 1345 --docdir=DIR documentation root [DATAROOTDIR/doc/rappture] 1346 --htmldir=DIR html documentation [DOCDIR] 1347 --dvidir=DIR dvi documentation [DOCDIR] 1348 --pdfdir=DIR pdf documentation [DOCDIR] 1349 --psdir=DIR ps documentation [DOCDIR] 1400 1350 _ACEOF 1401 1351 … … 1411 1361 1412 1362 Optional Features: 1413 --disable-option-checking ignore unrecognized --enable/--with options1414 1363 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1415 1364 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1443 1392 nonstandard directory <lib dir> 1444 1393 LIBS libraries to pass to the linker, e.g. -l<library> 1445 CPPFLAGS (Objective) C/C++preprocessor flags, e.g. -I<include dir> if1394 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1446 1395 you have headers in a nonstandard directory <include dir> 1447 1396 CXX C++ compiler command … … 1463 1412 # If there are subdirs, report their specific --help. 1464 1413 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1465 test -d "$ac_dir" || 1466 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1467 continue 1414 test -d "$ac_dir" || continue 1468 1415 ac_builddir=. 1469 1416 … … 1471 1418 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1472 1419 *) 1473 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1420 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1474 1421 # A ".." for each directory in $ac_dir_suffix. 1475 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`1422 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1476 1423 case $ac_top_builddir_sub in 1477 1424 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1509 1456 $SHELL "$ac_srcdir/configure" --help=recursive 1510 1457 else 1511 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21458 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1512 1459 fi || ac_status=$? 1513 1460 cd "$ac_pwd" || { ac_status=$?; break; } … … 1519 1466 cat <<\_ACEOF 1520 1467 Rappture configure 1.1 1521 generated by GNU Autoconf 2.68 1522 1523 Copyright (C) 2010 Free Software Foundation, Inc. 1468 generated by GNU Autoconf 2.61 1469 1470 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1471 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1524 1472 This configure script is free software; the Free Software Foundation 1525 1473 gives unlimited permission to copy, distribute and modify it. … … 1527 1475 exit 1528 1476 fi 1529 1530 ## ------------------------ ##1531 ## Autoconf initialization. ##1532 ## ------------------------ ##1533 1534 # ac_fn_c_try_compile LINENO1535 # --------------------------1536 # Try to compile conftest.$ac_ext, and return whether this succeeded.1537 ac_fn_c_try_compile ()1538 {1539 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1540 rm -f conftest.$ac_objext1541 if { { ac_try="$ac_compile"1542 case "(($ac_try" in1543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1544 *) ac_try_echo=$ac_try;;1545 esac1546 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1547 $as_echo "$ac_try_echo"; } >&51548 (eval "$ac_compile") 2>conftest.err1549 ac_status=$?1550 if test -s conftest.err; then1551 grep -v '^ *+' conftest.err >conftest.er11552 cat conftest.er1 >&51553 mv -f conftest.er1 conftest.err1554 fi1555 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51556 test $ac_status = 0; } && {1557 test -z "$ac_c_werror_flag" ||1558 test ! -s conftest.err1559 } && test -s conftest.$ac_objext; then :1560 ac_retval=01561 else1562 $as_echo "$as_me: failed program was:" >&51563 sed 's/^/| /' conftest.$ac_ext >&51564 1565 ac_retval=11566 fi1567 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1568 as_fn_set_status $ac_retval1569 1570 } # ac_fn_c_try_compile1571 1572 # ac_fn_cxx_try_compile LINENO1573 # ----------------------------1574 # Try to compile conftest.$ac_ext, and return whether this succeeded.1575 ac_fn_cxx_try_compile ()1576 {1577 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1578 rm -f conftest.$ac_objext1579 if { { ac_try="$ac_compile"1580 case "(($ac_try" in1581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1582 *) ac_try_echo=$ac_try;;1583 esac1584 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1585 $as_echo "$ac_try_echo"; } >&51586 (eval "$ac_compile") 2>conftest.err1587 ac_status=$?1588 if test -s conftest.err; then1589 grep -v '^ *+' conftest.err >conftest.er11590 cat conftest.er1 >&51591 mv -f conftest.er1 conftest.err1592 fi1593 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51594 test $ac_status = 0; } && {1595 test -z "$ac_cxx_werror_flag" ||1596 test ! -s conftest.err1597 } && test -s conftest.$ac_objext; then :1598 ac_retval=01599 else1600 $as_echo "$as_me: failed program was:" >&51601 sed 's/^/| /' conftest.$ac_ext >&51602 1603 ac_retval=11604 fi1605 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1606 as_fn_set_status $ac_retval1607 1608 } # ac_fn_cxx_try_compile1609 1610 # ac_fn_f77_try_compile LINENO1611 # ----------------------------1612 # Try to compile conftest.$ac_ext, and return whether this succeeded.1613 ac_fn_f77_try_compile ()1614 {1615 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1616 rm -f conftest.$ac_objext1617 if { { ac_try="$ac_compile"1618 case "(($ac_try" in1619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1620 *) ac_try_echo=$ac_try;;1621 esac1622 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1623 $as_echo "$ac_try_echo"; } >&51624 (eval "$ac_compile") 2>conftest.err1625 ac_status=$?1626 if test -s conftest.err; then1627 grep -v '^ *+' conftest.err >conftest.er11628 cat conftest.er1 >&51629 mv -f conftest.er1 conftest.err1630 fi1631 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51632 test $ac_status = 0; } && {1633 test -z "$ac_f77_werror_flag" ||1634 test ! -s conftest.err1635 } && test -s conftest.$ac_objext; then :1636 ac_retval=01637 else1638 $as_echo "$as_me: failed program was:" >&51639 sed 's/^/| /' conftest.$ac_ext >&51640 1641 ac_retval=11642 fi1643 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1644 as_fn_set_status $ac_retval1645 1646 } # ac_fn_f77_try_compile1647 1648 # ac_fn_c_try_cpp LINENO1649 # ----------------------1650 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.1651 ac_fn_c_try_cpp ()1652 {1653 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1654 if { { ac_try="$ac_cpp conftest.$ac_ext"1655 case "(($ac_try" in1656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1657 *) ac_try_echo=$ac_try;;1658 esac1659 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1660 $as_echo "$ac_try_echo"; } >&51661 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err1662 ac_status=$?1663 if test -s conftest.err; then1664 grep -v '^ *+' conftest.err >conftest.er11665 cat conftest.er1 >&51666 mv -f conftest.er1 conftest.err1667 fi1668 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51669 test $ac_status = 0; } > conftest.i && {1670 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||1671 test ! -s conftest.err1672 }; then :1673 ac_retval=01674 else1675 $as_echo "$as_me: failed program was:" >&51676 sed 's/^/| /' conftest.$ac_ext >&51677 1678 ac_retval=11679 fi1680 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1681 as_fn_set_status $ac_retval1682 1683 } # ac_fn_c_try_cpp1684 1685 # ac_fn_c_try_run LINENO1686 # ----------------------1687 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes1688 # that executables *can* be run.1689 ac_fn_c_try_run ()1690 {1691 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1692 if { { ac_try="$ac_link"1693 case "(($ac_try" in1694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1695 *) ac_try_echo=$ac_try;;1696 esac1697 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1698 $as_echo "$ac_try_echo"; } >&51699 (eval "$ac_link") 2>&51700 ac_status=$?1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51702 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'1703 { { case "(($ac_try" in1704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1705 *) ac_try_echo=$ac_try;;1706 esac1707 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1708 $as_echo "$ac_try_echo"; } >&51709 (eval "$ac_try") 2>&51710 ac_status=$?1711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51712 test $ac_status = 0; }; }; then :1713 ac_retval=01714 else1715 $as_echo "$as_me: program exited with status $ac_status" >&51716 $as_echo "$as_me: failed program was:" >&51717 sed 's/^/| /' conftest.$ac_ext >&51718 1719 ac_retval=$ac_status1720 fi1721 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1723 as_fn_set_status $ac_retval1724 1725 } # ac_fn_c_try_run1726 1727 # ac_fn_c_try_link LINENO1728 # -----------------------1729 # Try to link conftest.$ac_ext, and return whether this succeeded.1730 ac_fn_c_try_link ()1731 {1732 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1733 rm -f conftest.$ac_objext conftest$ac_exeext1734 if { { ac_try="$ac_link"1735 case "(($ac_try" in1736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1737 *) ac_try_echo=$ac_try;;1738 esac1739 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1740 $as_echo "$ac_try_echo"; } >&51741 (eval "$ac_link") 2>conftest.err1742 ac_status=$?1743 if test -s conftest.err; then1744 grep -v '^ *+' conftest.err >conftest.er11745 cat conftest.er1 >&51746 mv -f conftest.er1 conftest.err1747 fi1748 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51749 test $ac_status = 0; } && {1750 test -z "$ac_c_werror_flag" ||1751 test ! -s conftest.err1752 } && test -s conftest$ac_exeext && {1753 test "$cross_compiling" = yes ||1754 $as_test_x conftest$ac_exeext1755 }; then :1756 ac_retval=01757 else1758 $as_echo "$as_me: failed program was:" >&51759 sed 's/^/| /' conftest.$ac_ext >&51760 1761 ac_retval=11762 fi1763 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information1764 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would1765 # interfere with the next link command; also delete a directory that is1766 # left behind by Apple's compiler. We do this before executing the actions.1767 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1768 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1769 as_fn_set_status $ac_retval1770 1771 } # ac_fn_c_try_link1772 1773 # ac_fn_c_check_func LINENO FUNC VAR1774 # ----------------------------------1775 # Tests whether FUNC exists, setting the cache variable VAR accordingly1776 ac_fn_c_check_func ()1777 {1778 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51780 $as_echo_n "checking for $2... " >&6; }1781 if eval \${$3+:} false; then :1782 $as_echo_n "(cached) " >&61783 else1784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1785 /* end confdefs.h. */1786 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.1787 For example, HP-UX 11i <limits.h> declares gettimeofday. */1788 #define $2 innocuous_$21789 1790 /* System header to define __stub macros and hopefully few prototypes,1791 which can conflict with char $2 (); below.1792 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since1793 <limits.h> exists even on freestanding compilers. */1794 1795 #ifdef __STDC__1796 # include <limits.h>1797 #else1798 # include <assert.h>1799 #endif1800 1801 #undef $21802 1803 /* Override any GCC internal prototype to avoid an error.1804 Use char because int might match the return type of a GCC1805 builtin and then its argument prototype would still apply. */1806 #ifdef __cplusplus1807 extern "C"1808 #endif1809 char $2 ();1810 /* The GNU C library defines this for functions which it implements1811 to always fail with ENOSYS. Some functions are actually named1812 something starting with __ and the normal name is an alias. */1813 #if defined __stub_$2 || defined __stub___$21814 choke me1815 #endif1816 1817 int1818 main ()1819 {1820 return $2 ();1821 ;1822 return 0;1823 }1824 _ACEOF1825 if ac_fn_c_try_link "$LINENO"; then :1826 eval "$3=yes"1827 else1828 eval "$3=no"1829 fi1830 rm -f core conftest.err conftest.$ac_objext \1831 conftest$ac_exeext conftest.$ac_ext1832 fi1833 eval ac_res=\$$31834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&51835 $as_echo "$ac_res" >&6; }1836 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1837 1838 } # ac_fn_c_check_func1839 1840 # ac_fn_cxx_try_link LINENO1841 # -------------------------1842 # Try to link conftest.$ac_ext, and return whether this succeeded.1843 ac_fn_cxx_try_link ()1844 {1845 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1846 rm -f conftest.$ac_objext conftest$ac_exeext1847 if { { ac_try="$ac_link"1848 case "(($ac_try" in1849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1850 *) ac_try_echo=$ac_try;;1851 esac1852 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1853 $as_echo "$ac_try_echo"; } >&51854 (eval "$ac_link") 2>conftest.err1855 ac_status=$?1856 if test -s conftest.err; then1857 grep -v '^ *+' conftest.err >conftest.er11858 cat conftest.er1 >&51859 mv -f conftest.er1 conftest.err1860 fi1861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51862 test $ac_status = 0; } && {1863 test -z "$ac_cxx_werror_flag" ||1864 test ! -s conftest.err1865 } && test -s conftest$ac_exeext && {1866 test "$cross_compiling" = yes ||1867 $as_test_x conftest$ac_exeext1868 }; then :1869 ac_retval=01870 else1871 $as_echo "$as_me: failed program was:" >&51872 sed 's/^/| /' conftest.$ac_ext >&51873 1874 ac_retval=11875 fi1876 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information1877 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would1878 # interfere with the next link command; also delete a directory that is1879 # left behind by Apple's compiler. We do this before executing the actions.1880 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1881 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1882 as_fn_set_status $ac_retval1883 1884 } # ac_fn_cxx_try_link1885 1886 # ac_fn_cxx_check_func LINENO FUNC VAR1887 # ------------------------------------1888 # Tests whether FUNC exists, setting the cache variable VAR accordingly1889 ac_fn_cxx_check_func ()1890 {1891 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51893 $as_echo_n "checking for $2... " >&6; }1894 if eval \${$3+:} false; then :1895 $as_echo_n "(cached) " >&61896 else1897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1898 /* end confdefs.h. */1899 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.1900 For example, HP-UX 11i <limits.h> declares gettimeofday. */1901 #define $2 innocuous_$21902 1903 /* System header to define __stub macros and hopefully few prototypes,1904 which can conflict with char $2 (); below.1905 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since1906 <limits.h> exists even on freestanding compilers. */1907 1908 #ifdef __STDC__1909 # include <limits.h>1910 #else1911 # include <assert.h>1912 #endif1913 1914 #undef $21915 1916 /* Override any GCC internal prototype to avoid an error.1917 Use char because int might match the return type of a GCC1918 builtin and then its argument prototype would still apply. */1919 #ifdef __cplusplus1920 extern "C"1921 #endif1922 char $2 ();1923 /* The GNU C library defines this for functions which it implements1924 to always fail with ENOSYS. Some functions are actually named1925 something starting with __ and the normal name is an alias. */1926 #if defined __stub_$2 || defined __stub___$21927 choke me1928 #endif1929 1930 int1931 main ()1932 {1933 return $2 ();1934 ;1935 return 0;1936 }1937 _ACEOF1938 if ac_fn_cxx_try_link "$LINENO"; then :1939 eval "$3=yes"1940 else1941 eval "$3=no"1942 fi1943 rm -f core conftest.err conftest.$ac_objext \1944 conftest$ac_exeext conftest.$ac_ext1945 fi1946 eval ac_res=\$$31947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&51948 $as_echo "$ac_res" >&6; }1949 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1950 1951 } # ac_fn_cxx_check_func1952 1953 # ac_fn_cxx_try_cpp LINENO1954 # ------------------------1955 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.1956 ac_fn_cxx_try_cpp ()1957 {1958 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1959 if { { ac_try="$ac_cpp conftest.$ac_ext"1960 case "(($ac_try" in1961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1962 *) ac_try_echo=$ac_try;;1963 esac1964 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1965 $as_echo "$ac_try_echo"; } >&51966 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err1967 ac_status=$?1968 if test -s conftest.err; then1969 grep -v '^ *+' conftest.err >conftest.er11970 cat conftest.er1 >&51971 mv -f conftest.er1 conftest.err1972 fi1973 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51974 test $ac_status = 0; } > conftest.i && {1975 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||1976 test ! -s conftest.err1977 }; then :1978 ac_retval=01979 else1980 $as_echo "$as_me: failed program was:" >&51981 sed 's/^/| /' conftest.$ac_ext >&51982 1983 ac_retval=11984 fi1985 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1986 as_fn_set_status $ac_retval1987 1988 } # ac_fn_cxx_try_cpp1989 1990 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES1991 # ---------------------------------------------------------1992 # Tests whether HEADER exists, giving a warning if it cannot be compiled using1993 # the include files in INCLUDES and setting the cache variable VAR1994 # accordingly.1995 ac_fn_cxx_check_header_mongrel ()1996 {1997 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1998 if eval \${$3+:} false; then :1999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&52000 $as_echo_n "checking for $2... " >&6; }2001 if eval \${$3+:} false; then :2002 $as_echo_n "(cached) " >&62003 fi2004 eval ac_res=\$$32005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&52006 $as_echo "$ac_res" >&6; }2007 else2008 # Is the header compilable?2009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&52010 $as_echo_n "checking $2 usability... " >&6; }2011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2012 /* end confdefs.h. */2013 $42014 #include <$2>2015 _ACEOF2016 if ac_fn_cxx_try_compile "$LINENO"; then :2017 ac_header_compiler=yes2018 else2019 ac_header_compiler=no2020 fi2021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&52023 $as_echo "$ac_header_compiler" >&6; }2024 2025 # Is the header present?2026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&52027 $as_echo_n "checking $2 presence... " >&6; }2028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2029 /* end confdefs.h. */2030 #include <$2>2031 _ACEOF2032 if ac_fn_cxx_try_cpp "$LINENO"; then :2033 ac_header_preproc=yes2034 else2035 ac_header_preproc=no2036 fi2037 rm -f conftest.err conftest.i conftest.$ac_ext2038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&52039 $as_echo "$ac_header_preproc" >&6; }2040 2041 # So? What about this header?2042 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((2043 yes:no: )2044 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&52045 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}2046 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&52047 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}2048 ;;2049 no:yes:* )2050 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&52051 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}2052 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&52053 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}2054 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&52055 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}2056 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&52057 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}2058 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&52059 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}2060 ( $as_echo "## ----------------------------------- ##2061 ## Report this to rappture@nanohub.org ##2062 ## ----------------------------------- ##"2063 ) | sed "s/^/$as_me: WARNING: /" >&22064 ;;2065 esac2066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&52067 $as_echo_n "checking for $2... " >&6; }2068 if eval \${$3+:} false; then :2069 $as_echo_n "(cached) " >&62070 else2071 eval "$3=\$ac_header_compiler"2072 fi2073 eval ac_res=\$$32074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&52075 $as_echo "$ac_res" >&6; }2076 fi2077 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2078 2079 } # ac_fn_cxx_check_header_mongrel2080 2081 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES2082 # ---------------------------------------------------------2083 # Tests whether HEADER exists and can be compiled using the include files in2084 # INCLUDES, setting the cache variable VAR accordingly.2085 ac_fn_cxx_check_header_compile ()2086 {2087 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&52089 $as_echo_n "checking for $2... " >&6; }2090 if eval \${$3+:} false; then :2091 $as_echo_n "(cached) " >&62092 else2093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2094 /* end confdefs.h. */2095 $42096 #include <$2>2097 _ACEOF2098 if ac_fn_cxx_try_compile "$LINENO"; then :2099 eval "$3=yes"2100 else2101 eval "$3=no"2102 fi2103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2104 fi2105 eval ac_res=\$$32106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&52107 $as_echo "$ac_res" >&6; }2108 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2109 2110 } # ac_fn_cxx_check_header_compile2111 2112 # ac_fn_cxx_try_run LINENO2113 # ------------------------2114 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes2115 # that executables *can* be run.2116 ac_fn_cxx_try_run ()2117 {2118 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2119 if { { ac_try="$ac_link"2120 case "(($ac_try" in2121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2122 *) ac_try_echo=$ac_try;;2123 esac2124 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2125 $as_echo "$ac_try_echo"; } >&52126 (eval "$ac_link") 2>&52127 ac_status=$?2128 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52129 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'2130 { { case "(($ac_try" in2131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2132 *) ac_try_echo=$ac_try;;2133 esac2134 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2135 $as_echo "$ac_try_echo"; } >&52136 (eval "$ac_try") 2>&52137 ac_status=$?2138 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52139 test $ac_status = 0; }; }; then :2140 ac_retval=02141 else2142 $as_echo "$as_me: program exited with status $ac_status" >&52143 $as_echo "$as_me: failed program was:" >&52144 sed 's/^/| /' conftest.$ac_ext >&52145 2146 ac_retval=$ac_status2147 fi2148 rm -rf conftest.dSYM conftest_ipa8_conftest.oo2149 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2150 as_fn_set_status $ac_retval2151 2152 } # ac_fn_cxx_try_run2153 2154 # ac_fn_cxx_compute_int LINENO EXPR VAR INCLUDES2155 # ----------------------------------------------2156 # Tries to find the compile-time value of EXPR in a program that includes2157 # INCLUDES, setting VAR accordingly. Returns whether the value could be2158 # computed2159 ac_fn_cxx_compute_int ()2160 {2161 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2162 if test "$cross_compiling" = yes; then2163 # Depending upon the size, compute the lo and hi bounds.2164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2165 /* end confdefs.h. */2166 $42167 int2168 main ()2169 {2170 static int test_array [1 - 2 * !(($2) >= 0)];2171 test_array [0] = 02172 2173 ;2174 return 0;2175 }2176 _ACEOF2177 if ac_fn_cxx_try_compile "$LINENO"; then :2178 ac_lo=0 ac_mid=02179 while :; do2180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2181 /* end confdefs.h. */2182 $42183 int2184 main ()2185 {2186 static int test_array [1 - 2 * !(($2) <= $ac_mid)];2187 test_array [0] = 02188 2189 ;2190 return 0;2191 }2192 _ACEOF2193 if ac_fn_cxx_try_compile "$LINENO"; then :2194 ac_hi=$ac_mid; break2195 else2196 as_fn_arith $ac_mid + 1 && ac_lo=$as_val2197 if test $ac_lo -le $ac_mid; then2198 ac_lo= ac_hi=2199 break2200 fi2201 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val2202 fi2203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2204 done2205 else2206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2207 /* end confdefs.h. */2208 $42209 int2210 main ()2211 {2212 static int test_array [1 - 2 * !(($2) < 0)];2213 test_array [0] = 02214 2215 ;2216 return 0;2217 }2218 _ACEOF2219 if ac_fn_cxx_try_compile "$LINENO"; then :2220 ac_hi=-1 ac_mid=-12221 while :; do2222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2223 /* end confdefs.h. */2224 $42225 int2226 main ()2227 {2228 static int test_array [1 - 2 * !(($2) >= $ac_mid)];2229 test_array [0] = 02230 2231 ;2232 return 0;2233 }2234 _ACEOF2235 if ac_fn_cxx_try_compile "$LINENO"; then :2236 ac_lo=$ac_mid; break2237 else2238 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val2239 if test $ac_mid -le $ac_hi; then2240 ac_lo= ac_hi=2241 break2242 fi2243 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val2244 fi2245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2246 done2247 else2248 ac_lo= ac_hi=2249 fi2250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2251 fi2252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2253 # Binary search between lo and hi bounds.2254 while test "x$ac_lo" != "x$ac_hi"; do2255 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val2256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2257 /* end confdefs.h. */2258 $42259 int2260 main ()2261 {2262 static int test_array [1 - 2 * !(($2) <= $ac_mid)];2263 test_array [0] = 02264 2265 ;2266 return 0;2267 }2268 _ACEOF2269 if ac_fn_cxx_try_compile "$LINENO"; then :2270 ac_hi=$ac_mid2271 else2272 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val2273 fi2274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext2275 done2276 case $ac_lo in #((2277 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;2278 '') ac_retval=1 ;;2279 esac2280 else2281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2282 /* end confdefs.h. */2283 $42284 static long int longval () { return $2; }2285 static unsigned long int ulongval () { return $2; }2286 #include <stdio.h>2287 #include <stdlib.h>2288 int2289 main ()2290 {2291 2292 FILE *f = fopen ("conftest.val", "w");2293 if (! f)2294 return 1;2295 if (($2) < 0)2296 {2297 long int i = longval ();2298 if (i != ($2))2299 return 1;2300 fprintf (f, "%ld", i);2301 }2302 else2303 {2304 unsigned long int i = ulongval ();2305 if (i != ($2))2306 return 1;2307 fprintf (f, "%lu", i);2308 }2309 /* Do not output a trailing newline, as this causes \r\n confusion2310 on some platforms. */2311 return ferror (f) || fclose (f) != 0;2312 2313 ;2314 return 0;2315 }2316 _ACEOF2317 if ac_fn_cxx_try_run "$LINENO"; then :2318 echo >>conftest.val; read $3 <conftest.val; ac_retval=02319 else2320 ac_retval=12321 fi2322 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \2323 conftest.$ac_objext conftest.beam conftest.$ac_ext2324 rm -f conftest.val2325 2326 fi2327 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2328 as_fn_set_status $ac_retval2329 2330 } # ac_fn_cxx_compute_int2331 1477 cat >config.log <<_ACEOF 2332 1478 This file contains any messages produced by compilers while … … 2334 1480 2335 1481 It was created by Rappture $as_me 1.1, which was 2336 generated by GNU Autoconf 2.6 8. Invocation command line was1482 generated by GNU Autoconf 2.61. Invocation command line was 2337 1483 2338 1484 $ $0 $@ … … 2370 1516 IFS=$as_save_IFS 2371 1517 test -z "$as_dir" && as_dir=. 2372 $as_echo "PATH: $as_dir"2373 1518 echo "PATH: $as_dir" 1519 done 2374 1520 IFS=$as_save_IFS 2375 1521 … … 2405 1551 continue ;; 2406 1552 *\'*) 2407 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1553 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 2408 1554 esac 2409 1555 case $ac_pass in 2410 1) a s_fn_append ac_configure_args0 "'$ac_arg'" ;;1556 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 2411 1557 2) 2412 a s_fn_append ac_configure_args1 "'$ac_arg'"1558 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 2413 1559 if test $ac_must_keep_next = true; then 2414 1560 ac_must_keep_next=false # Got value, back to normal. … … 2426 1572 esac 2427 1573 fi 2428 a s_fn_append ac_configure_args "'$ac_arg'"1574 ac_configure_args="$ac_configure_args '$ac_arg'" 2429 1575 ;; 2430 1576 esac 2431 1577 done 2432 1578 done 2433 { ac_configure_args0=; unset ac_configure_args0;}2434 { ac_configure_args1=; unset ac_configure_args1;}1579 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1580 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 2435 1581 2436 1582 # When interrupted or exit'd, cleanup temporary files, and complete … … 2444 1590 echo 2445 1591 2446 $as_echo "## ---------------- ## 1592 cat <<\_ASBOX 1593 ## ---------------- ## 2447 1594 ## Cache variables. ## 2448 ## ---------------- ##" 1595 ## ---------------- ## 1596 _ASBOX 2449 1597 echo 2450 1598 # The following way of writing the cache mishandles newlines in values, … … 2455 1603 *${as_nl}*) 2456 1604 case $ac_var in #( 2457 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&52458 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;1605 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1606 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 2459 1607 esac 2460 1608 case $ac_var in #( 2461 1609 _ | IFS | as_nl) ;; #( 2462 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 2463 *) { eval $ac_var=; unset $ac_var;} ;; 1610 *) $as_unset $ac_var ;; 2464 1611 esac ;; 2465 1612 esac … … 2480 1627 echo 2481 1628 2482 $as_echo "## ----------------- ## 1629 cat <<\_ASBOX 1630 ## ----------------- ## 2483 1631 ## Output variables. ## 2484 ## ----------------- ##" 1632 ## ----------------- ## 1633 _ASBOX 2485 1634 echo 2486 1635 for ac_var in $ac_subst_vars … … 2488 1637 eval ac_val=\$$ac_var 2489 1638 case $ac_val in 2490 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1639 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 2491 1640 esac 2492 $as_echo "$ac_var='\''$ac_val'\''"1641 echo "$ac_var='\''$ac_val'\''" 2493 1642 done | sort 2494 1643 echo 2495 1644 2496 1645 if test -n "$ac_subst_files"; then 2497 $as_echo "## ------------------- ## 1646 cat <<\_ASBOX 1647 ## ------------------- ## 2498 1648 ## File substitutions. ## 2499 ## ------------------- ##" 1649 ## ------------------- ## 1650 _ASBOX 2500 1651 echo 2501 1652 for ac_var in $ac_subst_files … … 2503 1654 eval ac_val=\$$ac_var 2504 1655 case $ac_val in 2505 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1656 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 2506 1657 esac 2507 $as_echo "$ac_var='\''$ac_val'\''"1658 echo "$ac_var='\''$ac_val'\''" 2508 1659 done | sort 2509 1660 echo … … 2511 1662 2512 1663 if test -s confdefs.h; then 2513 $as_echo "## ----------- ## 1664 cat <<\_ASBOX 1665 ## ----------- ## 2514 1666 ## confdefs.h. ## 2515 ## ----------- ##" 1667 ## ----------- ## 1668 _ASBOX 2516 1669 echo 2517 1670 cat confdefs.h … … 2519 1672 fi 2520 1673 test "$ac_signal" != 0 && 2521 $as_echo "$as_me: caught signal $ac_signal"2522 $as_echo "$as_me: exit $exit_status"1674 echo "$as_me: caught signal $ac_signal" 1675 echo "$as_me: exit $exit_status" 2523 1676 } >&5 2524 1677 rm -f core *.core core.conftest.* && … … 2527 1680 ' 0 2528 1681 for ac_signal in 1 2 13 15; do 2529 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal1682 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 2530 1683 done 2531 1684 ac_signal=0 … … 2534 1687 rm -f -r conftest* confdefs.h 2535 1688 2536 $as_echo "/* confdefs.h */" > confdefs.h2537 2538 1689 # Predefined preprocessor variables. 2539 1690 … … 2542 1693 _ACEOF 2543 1694 1695 2544 1696 cat >>confdefs.h <<_ACEOF 2545 1697 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" 2546 1698 _ACEOF 2547 1699 1700 2548 1701 cat >>confdefs.h <<_ACEOF 2549 1702 #define PACKAGE_VERSION "$PACKAGE_VERSION" 2550 1703 _ACEOF 2551 1704 1705 2552 1706 cat >>confdefs.h <<_ACEOF 2553 1707 #define PACKAGE_STRING "$PACKAGE_STRING" 2554 1708 _ACEOF 2555 1709 1710 2556 1711 cat >>confdefs.h <<_ACEOF 2557 1712 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 2558 1713 _ACEOF 2559 1714 2560 cat >>confdefs.h <<_ACEOF2561 #define PACKAGE_URL "$PACKAGE_URL"2562 _ACEOF2563 2564 1715 2565 1716 # Let the site file select an alternate cache file if it wants to. 2566 # Prefer an explicitly selected file to automatically selected ones. 2567 ac_site_file1=NONE 2568 ac_site_file2=NONE 1717 # Prefer explicitly selected file to automatically selected ones. 2569 1718 if test -n "$CONFIG_SITE"; then 2570 # We do not want a PATH search for config.site. 2571 case $CONFIG_SITE in #(( 2572 -*) ac_site_file1=./$CONFIG_SITE;; 2573 */*) ac_site_file1=$CONFIG_SITE;; 2574 *) ac_site_file1=./$CONFIG_SITE;; 2575 esac 1719 set x "$CONFIG_SITE" 2576 1720 elif test "x$prefix" != xNONE; then 2577 ac_site_file1=$prefix/share/config.site2578 ac_site_file2=$prefix/etc/config.site2579 else 2580 ac_site_file1=$ac_default_prefix/share/config.site 2581 ac_site_file2=$ac_default_prefix/etc/config.site 2582 fi 2583 for ac_site_file in "$ac_site_file1" "$ac_site_file2"1721 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1722 else 1723 set x "$ac_default_prefix/share/config.site" \ 1724 "$ac_default_prefix/etc/config.site" 1725 fi 1726 shift 1727 for ac_site_file 2584 1728 do 2585 test "x$ac_site_file" = xNONE && continue 2586 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 2587 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2588 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1729 if test -r "$ac_site_file"; then 1730 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1731 echo "$as_me: loading site script $ac_site_file" >&6;} 2589 1732 sed 's/^/| /' "$ac_site_file" >&5 2590 . "$ac_site_file" \ 2591 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2592 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2593 as_fn_error $? "failed to load site script $ac_site_file 2594 See \`config.log' for more details" "$LINENO" 5; } 1733 . "$ac_site_file" 2595 1734 fi 2596 1735 done 2597 1736 2598 1737 if test -r "$cache_file"; then 2599 # Some versions of bash will fail to source /dev/null (special files2600 # actually), so we avoid doing that. DJGPP emulates it as a regular file.2601 if test /dev/null != "$cache_file" && test-f "$cache_file"; then2602 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&52603 $as_echo "$as_me: loading cache $cache_file" >&6;}1738 # Some versions of bash will fail to source /dev/null (special 1739 # files actually), so we avoid doing that. 1740 if test -f "$cache_file"; then 1741 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1742 echo "$as_me: loading cache $cache_file" >&6;} 2604 1743 case $cache_file in 2605 1744 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 2608 1747 fi 2609 1748 else 2610 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&52611 $as_echo "$as_me: creating cache $cache_file" >&6;}1749 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1750 echo "$as_me: creating cache $cache_file" >&6;} 2612 1751 >$cache_file 2613 1752 fi … … 2623 1762 case $ac_old_set,$ac_new_set in 2624 1763 set,) 2625 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&52626 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1764 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1765 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 2627 1766 ac_cache_corrupted=: ;; 2628 1767 ,set) 2629 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&52630 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1768 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1769 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 2631 1770 ac_cache_corrupted=: ;; 2632 1771 ,);; 2633 1772 *) 2634 1773 if test "x$ac_old_val" != "x$ac_new_val"; then 2635 # differences in whitespace do not lead to failure. 2636 ac_old_val_w=`echo x $ac_old_val` 2637 ac_new_val_w=`echo x $ac_new_val` 2638 if test "$ac_old_val_w" != "$ac_new_val_w"; then 2639 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 2640 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2641 ac_cache_corrupted=: 2642 else 2643 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 2644 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 2645 eval $ac_var=\$ac_old_val 2646 fi 2647 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 2648 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 2649 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 2650 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1774 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1775 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1776 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1777 echo "$as_me: former value: $ac_old_val" >&2;} 1778 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1779 echo "$as_me: current value: $ac_new_val" >&2;} 1780 ac_cache_corrupted=: 2651 1781 fi;; 2652 1782 esac … … 2654 1784 if test "$ac_new_set" = set; then 2655 1785 case $ac_new_val in 2656 *\'*) ac_arg=$ac_var=` $as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1786 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 2657 1787 *) ac_arg=$ac_var=$ac_new_val ;; 2658 1788 esac 2659 1789 case " $ac_configure_args " in 2660 1790 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 2661 *) a s_fn_append ac_configure_args "'$ac_arg'" ;;1791 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 2662 1792 esac 2663 1793 fi 2664 1794 done 2665 1795 if $ac_cache_corrupted; then 2666 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2667 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2668 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2669 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2670 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2671 fi 2672 ## -------------------- ## 2673 ## Main body of script. ## 2674 ## -------------------- ## 1796 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1797 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1798 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1799 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1800 { (exit 1); exit 1; }; } 1801 fi 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 2675 1826 2676 1827 ac_ext=c … … 2698 1849 done 2699 1850 if test -z "$ac_aux_dir"; then 2700 as_fn_error $? "cannot find install-sh, install.sh, or shtool in cf \"$srcdir\"/cf" "$LINENO" 5 1851 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5 1852 echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;} 1853 { (exit 1); exit 1; }; } 2701 1854 fi 2702 1855 … … 2745 1898 # OS/2's system install, which has a completely different semantic 2746 1899 # ./install, which can be erroneously created by make from ./install.sh. 2747 # Reject install programs that cannot install multiple files. 2748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2749 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1900 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1901 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 2750 1902 if test -z "$INSTALL"; then 2751 if ${ac_cv_path_install+:} false; then :2752 $as_echo_n "(cached)" >&61903 if test "${ac_cv_path_install+set}" = set; then 1904 echo $ECHO_N "(cached) $ECHO_C" >&6 2753 1905 else 2754 1906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2757 1909 IFS=$as_save_IFS 2758 1910 test -z "$as_dir" && as_dir=. 2759 2760 case $as_dir/ in #((2761 ./ | .// | / [cC]/* | \1911 # Account for people who put trailing slashes in PATH elements. 1912 case $as_dir/ in 1913 ./ | .// | /cC/* | \ 2762 1914 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 2763 ?: [\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \1915 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 2764 1916 /usr/ucb/* ) ;; 2765 1917 *) … … 2779 1931 : 2780 1932 else 2781 rm -rf conftest.one conftest.two conftest.dir 2782 echo one > conftest.one 2783 echo two > conftest.two 2784 mkdir conftest.dir 2785 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 2786 test -s conftest.one && test -s conftest.two && 2787 test -s conftest.dir/conftest.one && 2788 test -s conftest.dir/conftest.two 2789 then 2790 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2791 break 3 2792 fi 1933 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1934 break 3 2793 1935 fi 2794 1936 fi … … 2797 1939 ;; 2798 1940 esac 2799 2800 done 1941 done 2801 1942 IFS=$as_save_IFS 2802 1943 2803 rm -rf conftest.one conftest.two conftest.dir2804 1944 2805 1945 fi … … 2814 1954 fi 2815 1955 fi 2816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&52817 $as_echo "$INSTALL" >&6; }1956 { echo "$as_me:$LINENO: result: $INSTALL" >&5 1957 echo "${ECHO_T}$INSTALL" >&6; } 2818 1958 2819 1959 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 2825 1965 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2826 1966 1967 # Find a good install program. We prefer a C program (faster), 1968 # so one script is as good as another. But avoid the broken or 1969 # incompatible versions: 1970 # SysV /etc/install, /usr/sbin/install 1971 # SunOS /usr/etc/install 1972 # IRIX /sbin/install 1973 # AIX /bin/install 1974 # AmigaOS /C/install, which installs bootblocks on floppy discs 1975 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1976 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1977 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1978 # OS/2's system install, which has a completely different semantic 1979 # ./install, which can be erroneously created by make from ./install.sh. 1980 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1981 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 1982 if test -z "$INSTALL"; then 1983 if test "${ac_cv_path_install+set}" = set; then 1984 echo $ECHO_N "(cached) $ECHO_C" >&6 1985 else 1986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1987 for as_dir in $PATH 1988 do 1989 IFS=$as_save_IFS 1990 test -z "$as_dir" && as_dir=. 1991 # Account for people who put trailing slashes in PATH elements. 1992 case $as_dir/ in 1993 ./ | .// | /cC/* | \ 1994 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1995 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1996 /usr/ucb/* ) ;; 1997 *) 1998 # OSF1 and SCO ODT 3.0 have their own names for install. 1999 # Don't use installbsd from OSF since it installs stuff as root 2000 # by default. 2001 for ac_prog in ginstall scoinst install; do 2002 for ac_exec_ext in '' $ac_executable_extensions; do 2003 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 2004 if test $ac_prog = install && 2005 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2006 # AIX install. It has an incompatible calling convention. 2007 : 2008 elif test $ac_prog = install && 2009 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2010 # program-specific install script used by HP pwplus--don't use. 2011 : 2012 else 2013 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2014 break 3 2015 fi 2016 fi 2017 done 2018 done 2019 ;; 2020 esac 2021 done 2022 IFS=$as_save_IFS 2023 2024 2025 fi 2026 if test "${ac_cv_path_install+set}" = set; then 2027 INSTALL=$ac_cv_path_install 2028 else 2029 # As a last resort, use the slow shell script. Don't cache a 2030 # value for INSTALL within a source directory, because that will 2031 # break other packages using the cache if that directory is 2032 # removed, or if the value is a relative name. 2033 INSTALL=$ac_install_sh 2034 fi 2035 fi 2036 { echo "$as_me:$LINENO: result: $INSTALL" >&5 2037 echo "${ECHO_T}$INSTALL" >&6; } 2038 2039 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 2040 # It thinks the first close brace ends the variable substitution. 2041 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 2042 2043 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 2044 2045 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2827 2046 2828 2047 if test -n "$ac_tool_prefix"; then 2829 2048 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 2830 2049 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52832 $as_echo_n "checking for $ac_word..." >&6; }2833 if ${ac_cv_prog_RANLIB+:} false; then :2834 $as_echo_n "(cached)" >&62050 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2051 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2052 if test "${ac_cv_prog_RANLIB+set}" = set; then 2053 echo $ECHO_N "(cached) $ECHO_C" >&6 2835 2054 else 2836 2055 if test -n "$RANLIB"; then … … 2842 2061 IFS=$as_save_IFS 2843 2062 test -z "$as_dir" && as_dir=. 2844 2063 for ac_exec_ext in '' $ac_executable_extensions; do 2845 2064 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2846 2065 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 2847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52066 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2848 2067 break 2 2849 2068 fi 2850 2069 done 2851 2070 done 2852 2071 IFS=$as_save_IFS 2853 2072 … … 2856 2075 RANLIB=$ac_cv_prog_RANLIB 2857 2076 if test -n "$RANLIB"; then 2858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&52859 $as_echo "$RANLIB" >&6; }2860 else 2861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52862 $as_echo "no" >&6; }2077 { echo "$as_me:$LINENO: result: $RANLIB" >&5 2078 echo "${ECHO_T}$RANLIB" >&6; } 2079 else 2080 { echo "$as_me:$LINENO: result: no" >&5 2081 echo "${ECHO_T}no" >&6; } 2863 2082 fi 2864 2083 … … 2869 2088 # Extract the first word of "ranlib", so it can be a program name with args. 2870 2089 set dummy ranlib; ac_word=$2 2871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52872 $as_echo_n "checking for $ac_word..." >&6; }2873 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :2874 $as_echo_n "(cached)" >&62090 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2091 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2092 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 2093 echo $ECHO_N "(cached) $ECHO_C" >&6 2875 2094 else 2876 2095 if test -n "$ac_ct_RANLIB"; then … … 2882 2101 IFS=$as_save_IFS 2883 2102 test -z "$as_dir" && as_dir=. 2884 2103 for ac_exec_ext in '' $ac_executable_extensions; do 2885 2104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2886 2105 ac_cv_prog_ac_ct_RANLIB="ranlib" 2887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52106 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2888 2107 break 2 2889 2108 fi 2890 2109 done 2891 2110 done 2892 2111 IFS=$as_save_IFS 2893 2112 … … 2896 2115 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 2897 2116 if test -n "$ac_ct_RANLIB"; then 2898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&52899 $as_echo "$ac_ct_RANLIB" >&6; }2900 else 2901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52902 $as_echo "no" >&6; }2117 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 2118 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 2119 else 2120 { echo "$as_me:$LINENO: result: no" >&5 2121 echo "${ECHO_T}no" >&6; } 2903 2122 fi 2904 2123 … … 2908 2127 case $cross_compiling:$ac_tool_warned in 2909 2128 yes:) 2910 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2911 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2129 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2130 whose name does not start with the host triplet. If you think this 2131 configuration is useful to you, please write to autoconf@gnu.org." >&5 2132 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2133 whose name does not start with the host triplet. If you think this 2134 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2912 2135 ac_tool_warned=yes ;; 2913 2136 esac … … 2918 2141 fi 2919 2142 2920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&52921 $as_echo_n "checking whether ln -s works..." >&6; }2143 { echo "$as_me:$LINENO: checking whether ln -s works" >&5 2144 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } 2922 2145 LN_S=$as_ln_s 2923 2146 if test "$LN_S" = "ln -s"; then 2924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&52925 $as_echo "yes" >&6; }2926 else 2927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&52928 $as_echo "no, using $LN_S" >&6; }2929 fi 2930 2931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&52932 $as_echo_n "checking for a thread-safe mkdir -p..." >&6; }2147 { echo "$as_me:$LINENO: result: yes" >&5 2148 echo "${ECHO_T}yes" >&6; } 2149 else 2150 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 2151 echo "${ECHO_T}no, using $LN_S" >&6; } 2152 fi 2153 2154 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 2155 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } 2933 2156 if test -z "$MKDIR_P"; then 2934 if ${ac_cv_path_mkdir+:} false; then :2935 $as_echo_n "(cached)" >&62157 if test "${ac_cv_path_mkdir+set}" = set; then 2158 echo $ECHO_N "(cached) $ECHO_C" >&6 2936 2159 else 2937 2160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2940 2163 IFS=$as_save_IFS 2941 2164 test -z "$as_dir" && as_dir=. 2942 2165 for ac_prog in mkdir gmkdir; do 2943 2166 for ac_exec_ext in '' $ac_executable_extensions; do 2944 2167 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue … … 2952 2175 done 2953 2176 done 2954 2177 done 2955 2178 IFS=$as_save_IFS 2956 2179 2957 2180 fi 2958 2181 2959 test -d ./--version && rmdir ./--version2960 2182 if test "${ac_cv_path_mkdir+set}" = set; then 2961 2183 MKDIR_P="$ac_cv_path_mkdir -p" … … 2965 2187 # break other packages using the cache if that directory is 2966 2188 # removed, or if the value is a relative name. 2189 test -d ./--version && rmdir ./--version 2967 2190 MKDIR_P="$ac_install_sh -d" 2968 2191 fi 2969 2192 fi 2970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 2971 $as_echo "$MKDIR_P" >&6; } 2972 2973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2974 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2975 set x ${MAKE-make} 2976 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2977 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : 2978 $as_echo_n "(cached) " >&6 2193 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5 2194 echo "${ECHO_T}$MKDIR_P" >&6; } 2195 2196 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2197 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 2198 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2199 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 2200 echo $ECHO_N "(cached) $ECHO_C" >&6 2979 2201 else 2980 2202 cat >conftest.make <<\_ACEOF … … 2983 2205 @echo '@@@%%%=$(MAKE)=@@@%%%' 2984 2206 _ACEOF 2985 # GNU make sometimes prints "make[1]: Entering 2207 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 2986 2208 case `${MAKE-make} -f conftest.make 2>/dev/null` in 2987 2209 *@@@%%%=?*=@@@%%%*) … … 2993 2215 fi 2994 2216 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&52996 $as_echo "yes" >&6; }2217 { echo "$as_me:$LINENO: result: yes" >&5 2218 echo "${ECHO_T}yes" >&6; } 2997 2219 SET_MAKE= 2998 2220 else 2999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53000 $as_echo "no" >&6; }2221 { echo "$as_me:$LINENO: result: no" >&5 2222 echo "${ECHO_T}no" >&6; } 3001 2223 SET_MAKE="MAKE=${MAKE-make}" 3002 2224 fi … … 3012 2234 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 3013 2235 set dummy ${ac_tool_prefix}gcc; ac_word=$2 3014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53015 $as_echo_n "checking for $ac_word..." >&6; }3016 if ${ac_cv_prog_CC+:} false; then :3017 $as_echo_n "(cached)" >&62236 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2237 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2238 if test "${ac_cv_prog_CC+set}" = set; then 2239 echo $ECHO_N "(cached) $ECHO_C" >&6 3018 2240 else 3019 2241 if test -n "$CC"; then … … 3025 2247 IFS=$as_save_IFS 3026 2248 test -z "$as_dir" && as_dir=. 3027 2249 for ac_exec_ext in '' $ac_executable_extensions; do 3028 2250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3029 2251 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52252 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3031 2253 break 2 3032 2254 fi 3033 2255 done 3034 2256 done 3035 2257 IFS=$as_save_IFS 3036 2258 … … 3039 2261 CC=$ac_cv_prog_CC 3040 2262 if test -n "$CC"; then 3041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&53042 $as_echo "$CC" >&6; }3043 else 3044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53045 $as_echo "no" >&6; }2263 { echo "$as_me:$LINENO: result: $CC" >&5 2264 echo "${ECHO_T}$CC" >&6; } 2265 else 2266 { echo "$as_me:$LINENO: result: no" >&5 2267 echo "${ECHO_T}no" >&6; } 3046 2268 fi 3047 2269 … … 3052 2274 # Extract the first word of "gcc", so it can be a program name with args. 3053 2275 set dummy gcc; ac_word=$2 3054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53055 $as_echo_n "checking for $ac_word..." >&6; }3056 if ${ac_cv_prog_ac_ct_CC+:} false; then :3057 $as_echo_n "(cached)" >&62276 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2277 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2278 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2279 echo $ECHO_N "(cached) $ECHO_C" >&6 3058 2280 else 3059 2281 if test -n "$ac_ct_CC"; then … … 3065 2287 IFS=$as_save_IFS 3066 2288 test -z "$as_dir" && as_dir=. 3067 2289 for ac_exec_ext in '' $ac_executable_extensions; do 3068 2290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3069 2291 ac_cv_prog_ac_ct_CC="gcc" 3070 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52292 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3071 2293 break 2 3072 2294 fi 3073 2295 done 3074 2296 done 3075 2297 IFS=$as_save_IFS 3076 2298 … … 3079 2301 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3080 2302 if test -n "$ac_ct_CC"; then 3081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&53082 $as_echo "$ac_ct_CC" >&6; }3083 else 3084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53085 $as_echo "no" >&6; }2303 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2304 echo "${ECHO_T}$ac_ct_CC" >&6; } 2305 else 2306 { echo "$as_me:$LINENO: result: no" >&5 2307 echo "${ECHO_T}no" >&6; } 3086 2308 fi 3087 2309 … … 3091 2313 case $cross_compiling:$ac_tool_warned in 3092 2314 yes:) 3093 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3094 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2315 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2316 whose name does not start with the host triplet. If you think this 2317 configuration is useful to you, please write to autoconf@gnu.org." >&5 2318 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2319 whose name does not start with the host triplet. If you think this 2320 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3095 2321 ac_tool_warned=yes ;; 3096 2322 esac … … 3105 2331 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 3106 2332 set dummy ${ac_tool_prefix}cc; ac_word=$2 3107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53108 $as_echo_n "checking for $ac_word..." >&6; }3109 if ${ac_cv_prog_CC+:} false; then :3110 $as_echo_n "(cached)" >&62333 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2334 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2335 if test "${ac_cv_prog_CC+set}" = set; then 2336 echo $ECHO_N "(cached) $ECHO_C" >&6 3111 2337 else 3112 2338 if test -n "$CC"; then … … 3118 2344 IFS=$as_save_IFS 3119 2345 test -z "$as_dir" && as_dir=. 3120 2346 for ac_exec_ext in '' $ac_executable_extensions; do 3121 2347 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3122 2348 ac_cv_prog_CC="${ac_tool_prefix}cc" 3123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52349 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3124 2350 break 2 3125 2351 fi 3126 2352 done 3127 2353 done 3128 2354 IFS=$as_save_IFS 3129 2355 … … 3132 2358 CC=$ac_cv_prog_CC 3133 2359 if test -n "$CC"; then 3134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&53135 $as_echo "$CC" >&6; }3136 else 3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53138 $as_echo "no" >&6; }2360 { echo "$as_me:$LINENO: result: $CC" >&5 2361 echo "${ECHO_T}$CC" >&6; } 2362 else 2363 { echo "$as_me:$LINENO: result: no" >&5 2364 echo "${ECHO_T}no" >&6; } 3139 2365 fi 3140 2366 … … 3145 2371 # Extract the first word of "cc", so it can be a program name with args. 3146 2372 set dummy cc; ac_word=$2 3147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53148 $as_echo_n "checking for $ac_word..." >&6; }3149 if ${ac_cv_prog_CC+:} false; then :3150 $as_echo_n "(cached)" >&62373 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2374 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2375 if test "${ac_cv_prog_CC+set}" = set; then 2376 echo $ECHO_N "(cached) $ECHO_C" >&6 3151 2377 else 3152 2378 if test -n "$CC"; then … … 3159 2385 IFS=$as_save_IFS 3160 2386 test -z "$as_dir" && as_dir=. 3161 2387 for ac_exec_ext in '' $ac_executable_extensions; do 3162 2388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3163 2389 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then … … 3166 2392 fi 3167 2393 ac_cv_prog_CC="cc" 3168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52394 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3169 2395 break 2 3170 2396 fi 3171 2397 done 3172 2398 done 3173 2399 IFS=$as_save_IFS 3174 2400 … … 3189 2415 CC=$ac_cv_prog_CC 3190 2416 if test -n "$CC"; then 3191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&53192 $as_echo "$CC" >&6; }3193 else 3194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53195 $as_echo "no" >&6; }2417 { echo "$as_me:$LINENO: result: $CC" >&5 2418 echo "${ECHO_T}$CC" >&6; } 2419 else 2420 { echo "$as_me:$LINENO: result: no" >&5 2421 echo "${ECHO_T}no" >&6; } 3196 2422 fi 3197 2423 … … 3204 2430 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3205 2431 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53207 $as_echo_n "checking for $ac_word..." >&6; }3208 if ${ac_cv_prog_CC+:} false; then :3209 $as_echo_n "(cached)" >&62432 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2433 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2434 if test "${ac_cv_prog_CC+set}" = set; then 2435 echo $ECHO_N "(cached) $ECHO_C" >&6 3210 2436 else 3211 2437 if test -n "$CC"; then … … 3217 2443 IFS=$as_save_IFS 3218 2444 test -z "$as_dir" && as_dir=. 3219 2445 for ac_exec_ext in '' $ac_executable_extensions; do 3220 2446 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3221 2447 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52448 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3223 2449 break 2 3224 2450 fi 3225 2451 done 3226 2452 done 3227 2453 IFS=$as_save_IFS 3228 2454 … … 3231 2457 CC=$ac_cv_prog_CC 3232 2458 if test -n "$CC"; then 3233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&53234 $as_echo "$CC" >&6; }3235 else 3236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53237 $as_echo "no" >&6; }2459 { echo "$as_me:$LINENO: result: $CC" >&5 2460 echo "${ECHO_T}$CC" >&6; } 2461 else 2462 { echo "$as_me:$LINENO: result: no" >&5 2463 echo "${ECHO_T}no" >&6; } 3238 2464 fi 3239 2465 … … 3248 2474 # Extract the first word of "$ac_prog", so it can be a program name with args. 3249 2475 set dummy $ac_prog; ac_word=$2 3250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53251 $as_echo_n "checking for $ac_word..." >&6; }3252 if ${ac_cv_prog_ac_ct_CC+:} false; then :3253 $as_echo_n "(cached)" >&62476 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2477 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2478 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2479 echo $ECHO_N "(cached) $ECHO_C" >&6 3254 2480 else 3255 2481 if test -n "$ac_ct_CC"; then … … 3261 2487 IFS=$as_save_IFS 3262 2488 test -z "$as_dir" && as_dir=. 3263 2489 for ac_exec_ext in '' $ac_executable_extensions; do 3264 2490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3265 2491 ac_cv_prog_ac_ct_CC="$ac_prog" 3266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52492 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3267 2493 break 2 3268 2494 fi 3269 2495 done 3270 2496 done 3271 2497 IFS=$as_save_IFS 3272 2498 … … 3275 2501 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3276 2502 if test -n "$ac_ct_CC"; then 3277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&53278 $as_echo "$ac_ct_CC" >&6; }3279 else 3280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53281 $as_echo "no" >&6; }2503 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2504 echo "${ECHO_T}$ac_ct_CC" >&6; } 2505 else 2506 { echo "$as_me:$LINENO: result: no" >&5 2507 echo "${ECHO_T}no" >&6; } 3282 2508 fi 3283 2509 … … 3291 2517 case $cross_compiling:$ac_tool_warned in 3292 2518 yes:) 3293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3294 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2519 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2520 whose name does not start with the host triplet. If you think this 2521 configuration is useful to you, please write to autoconf@gnu.org." >&5 2522 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2523 whose name does not start with the host triplet. If you think this 2524 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3295 2525 ac_tool_warned=yes ;; 3296 2526 esac … … 3302 2532 3303 2533 3304 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3305 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3306 as_fn_error $? "no acceptable C compiler found in \$PATH 3307 See \`config.log' for more details" "$LINENO" 5; } 2534 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2535 See \`config.log' for more details." >&5 2536 echo "$as_me: error: no acceptable C compiler found in \$PATH 2537 See \`config.log' for more details." >&2;} 2538 { (exit 1); exit 1; }; } 3308 2539 3309 2540 # Provide some information about the compiler. 3310 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3311 set X $ac_compile 3312 ac_compiler=$2 3313 for ac_option in --version -v -V -qversion; do 3314 { { ac_try="$ac_compiler $ac_option >&5" 2541 echo "$as_me:$LINENO: checking for C compiler version" >&5 2542 ac_compiler=`set X $ac_compile; echo $2` 2543 { (ac_try="$ac_compiler --version >&5" 3315 2544 case "(($ac_try" in 3316 2545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3317 2546 *) ac_try_echo=$ac_try;; 3318 2547 esac 3319 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3320 $as_echo "$ac_try_echo"; } >&5 3321 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 2548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2549 (eval "$ac_compiler --version >&5") 2>&5 3322 2550 ac_status=$? 3323 if test -s conftest.err; then 3324 sed '10a\ 3325 ... rest of stderr output deleted ... 3326 10q' conftest.err >conftest.er1 3327 cat conftest.er1 >&5 3328 fi 3329 rm -f conftest.er1 conftest.err 3330 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3331 test $ac_status = 0; } 3332 done 3333 3334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2551 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2552 (exit $ac_status); } 2553 { (ac_try="$ac_compiler -v >&5" 2554 case "(($ac_try" in 2555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2556 *) ac_try_echo=$ac_try;; 2557 esac 2558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2559 (eval "$ac_compiler -v >&5") 2>&5 2560 ac_status=$? 2561 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2562 (exit $ac_status); } 2563 { (ac_try="$ac_compiler -V >&5" 2564 case "(($ac_try" in 2565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2566 *) ac_try_echo=$ac_try;; 2567 esac 2568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2569 (eval "$ac_compiler -V >&5") 2>&5 2570 ac_status=$? 2571 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2572 (exit $ac_status); } 2573 2574 cat >conftest.$ac_ext <<_ACEOF 2575 /* confdefs.h. */ 2576 _ACEOF 2577 cat confdefs.h >>conftest.$ac_ext 2578 cat >>conftest.$ac_ext <<_ACEOF 3335 2579 /* end confdefs.h. */ 3336 2580 … … 3344 2588 _ACEOF 3345 2589 ac_clean_files_save=$ac_clean_files 3346 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"2590 ac_clean_files="$ac_clean_files a.out a.exe b.out" 3347 2591 # Try to create an executable without -o first, disregard a.out. 3348 2592 # It will help us diagnose broken compilers, and finding out an intuition 3349 2593 # of exeext. 3350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 3351 $as_echo_n "checking whether the C compiler works... " >&6; } 3352 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 3353 3354 # The possible output files: 3355 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 3356 2594 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2595 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2596 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2597 # 2598 # List of possible output files, starting from the most likely. 2599 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2600 # only as a last resort. b.out is created by i960 compilers. 2601 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2602 # 2603 # The IRIX 6 linker writes into existing files which may not be 2604 # executable, retaining their permissions. Remove them first so a 2605 # subsequent execution test works. 3357 2606 ac_rmfiles= 3358 2607 for ac_file in $ac_files 3359 2608 do 3360 2609 case $ac_file in 3361 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2610 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 3362 2611 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 3363 2612 esac … … 3365 2614 rm -f $ac_rmfiles 3366 2615 3367 if { {ac_try="$ac_link_default"2616 if { (ac_try="$ac_link_default" 3368 2617 case "(($ac_try" in 3369 2618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3370 2619 *) ac_try_echo=$ac_try;; 3371 2620 esac 3372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3373 $as_echo "$ac_try_echo"; } >&5 2621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3374 2622 (eval "$ac_link_default") 2>&5 3375 2623 ac_status=$? 3376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53377 test $ac_status = 0; }; then :2624 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2625 (exit $ac_status); }; then 3378 2626 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 3379 2627 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' … … 3385 2633 test -f "$ac_file" || continue 3386 2634 case $ac_file in 3387 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj )2635 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 3388 2636 ;; 3389 2637 [ab].out ) … … 3392 2640 break;; 3393 2641 *.* ) 3394 2642 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 3395 2643 then :; else 3396 2644 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` … … 3411 2659 ac_file='' 3412 2660 fi 3413 if test -z "$ac_file"; then : 3414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3415 $as_echo "no" >&6; } 3416 $as_echo "$as_me: failed program was:" >&5 2661 2662 { echo "$as_me:$LINENO: result: $ac_file" >&5 2663 echo "${ECHO_T}$ac_file" >&6; } 2664 if test -z "$ac_file"; then 2665 echo "$as_me: failed program was:" >&5 3417 2666 sed 's/^/| /' conftest.$ac_ext >&5 3418 2667 3419 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3420 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3421 as_fn_error 77 "C compiler cannot create executables 3422 See \`config.log' for more details" "$LINENO" 5; } 3423 else 3424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3425 $as_echo "yes" >&6; } 3426 fi 3427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3428 $as_echo_n "checking for C compiler default output file name... " >&6; } 3429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 3430 $as_echo "$ac_file" >&6; } 2668 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 2669 See \`config.log' for more details." >&5 2670 echo "$as_me: error: C compiler cannot create executables 2671 See \`config.log' for more details." >&2;} 2672 { (exit 77); exit 77; }; } 2673 fi 2674 3431 2675 ac_exeext=$ac_cv_exeext 3432 2676 3433 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2677 # Check that the compiler produces executables we can run. If not, either 2678 # the compiler is broken, or we cross compile. 2679 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2680 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2681 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2682 # If not cross compiling, check that we can run a simple program. 2683 if test "$cross_compiling" != yes; then 2684 if { ac_try='./$ac_file' 2685 { (case "(($ac_try" in 2686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2687 *) ac_try_echo=$ac_try;; 2688 esac 2689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2690 (eval "$ac_try") 2>&5 2691 ac_status=$? 2692 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2693 (exit $ac_status); }; }; then 2694 cross_compiling=no 2695 else 2696 if test "$cross_compiling" = maybe; then 2697 cross_compiling=yes 2698 else 2699 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2700 If you meant to cross compile, use \`--host'. 2701 See \`config.log' for more details." >&5 2702 echo "$as_me: error: cannot run C compiled programs. 2703 If you meant to cross compile, use \`--host'. 2704 See \`config.log' for more details." >&2;} 2705 { (exit 1); exit 1; }; } 2706 fi 2707 fi 2708 fi 2709 { echo "$as_me:$LINENO: result: yes" >&5 2710 echo "${ECHO_T}yes" >&6; } 2711 2712 rm -f a.out a.exe conftest$ac_cv_exeext b.out 3434 2713 ac_clean_files=$ac_clean_files_save 3435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 3436 $as_echo_n "checking for suffix of executables... " >&6; } 3437 if { { ac_try="$ac_link" 2714 # Check that the compiler produces executables we can run. If not, either 2715 # the compiler is broken, or we cross compile. 2716 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2717 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2718 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2719 echo "${ECHO_T}$cross_compiling" >&6; } 2720 2721 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2722 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2723 if { (ac_try="$ac_link" 3438 2724 case "(($ac_try" in 3439 2725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3440 2726 *) ac_try_echo=$ac_try;; 3441 2727 esac 3442 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3443 $as_echo "$ac_try_echo"; } >&5 2728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3444 2729 (eval "$ac_link") 2>&5 3445 2730 ac_status=$? 3446 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53447 test $ac_status = 0; }; then :2731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2732 (exit $ac_status); }; then 3448 2733 # If both `conftest.exe' and `conftest' are `present' (well, observable) 3449 2734 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will … … 3453 2738 test -f "$ac_file" || continue 3454 2739 case $ac_file in 3455 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2740 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 3456 2741 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3457 2742 break;; … … 3460 2745 done 3461 2746 else 3462 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3463 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3464 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 3465 See \`config.log' for more details" "$LINENO" 5; } 3466 fi 3467 rm -f conftest conftest$ac_cv_exeext 3468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3469 $as_echo "$ac_cv_exeext" >&6; } 2747 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2748 See \`config.log' for more details." >&5 2749 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2750 See \`config.log' for more details." >&2;} 2751 { (exit 1); exit 1; }; } 2752 fi 2753 2754 rm -f conftest$ac_cv_exeext 2755 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2756 echo "${ECHO_T}$ac_cv_exeext" >&6; } 3470 2757 3471 2758 rm -f conftest.$ac_ext 3472 2759 EXEEXT=$ac_cv_exeext 3473 2760 ac_exeext=$EXEEXT 3474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2761 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2762 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2763 if test "${ac_cv_objext+set}" = set; then 2764 echo $ECHO_N "(cached) $ECHO_C" >&6 2765 else 2766 cat >conftest.$ac_ext <<_ACEOF 2767 /* confdefs.h. */ 2768 _ACEOF 2769 cat confdefs.h >>conftest.$ac_ext 2770 cat >>conftest.$ac_ext <<_ACEOF 3475 2771 /* end confdefs.h. */ 3476 #include <stdio.h> 2772 3477 2773 int 3478 2774 main () 3479 2775 { 3480 FILE *f = fopen ("conftest.out", "w");3481 return ferror (f) || fclose (f) != 0;3482 2776 3483 2777 ; … … 3485 2779 } 3486 2780 _ACEOF 3487 ac_clean_files="$ac_clean_files conftest.out" 3488 # Check that the compiler produces executables we can run. If not, either 3489 # the compiler is broken, or we cross compile. 3490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 3491 $as_echo_n "checking whether we are cross compiling... " >&6; } 3492 if test "$cross_compiling" != yes; then 3493 { { ac_try="$ac_link" 2781 rm -f conftest.o conftest.obj 2782 if { (ac_try="$ac_compile" 3494 2783 case "(($ac_try" in 3495 2784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3496 2785 *) ac_try_echo=$ac_try;; 3497 2786 esac 3498 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3499 $as_echo "$ac_try_echo"; } >&5 3500 (eval "$ac_link") 2>&5 3501 ac_status=$? 3502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3503 test $ac_status = 0; } 3504 if { ac_try='./conftest$ac_cv_exeext' 3505 { { case "(($ac_try" in 3506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3507 *) ac_try_echo=$ac_try;; 3508 esac 3509 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3510 $as_echo "$ac_try_echo"; } >&5 3511 (eval "$ac_try") 2>&5 3512 ac_status=$? 3513 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3514 test $ac_status = 0; }; }; then 3515 cross_compiling=no 3516 else 3517 if test "$cross_compiling" = maybe; then 3518 cross_compiling=yes 3519 else 3520 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3521 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3522 as_fn_error $? "cannot run C compiled programs. 3523 If you meant to cross compile, use \`--host'. 3524 See \`config.log' for more details" "$LINENO" 5; } 3525 fi 3526 fi 3527 fi 3528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3529 $as_echo "$cross_compiling" >&6; } 3530 3531 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 3532 ac_clean_files=$ac_clean_files_save 3533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3534 $as_echo_n "checking for suffix of object files... " >&6; } 3535 if ${ac_cv_objext+:} false; then : 3536 $as_echo_n "(cached) " >&6 3537 else 3538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3539 /* end confdefs.h. */ 3540 3541 int 3542 main () 3543 { 3544 3545 ; 3546 return 0; 3547 } 3548 _ACEOF 3549 rm -f conftest.o conftest.obj 3550 if { { ac_try="$ac_compile" 3551 case "(($ac_try" in 3552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3553 *) ac_try_echo=$ac_try;; 3554 esac 3555 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3556 $as_echo "$ac_try_echo"; } >&5 2787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3557 2788 (eval "$ac_compile") 2>&5 3558 2789 ac_status=$? 3559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53560 test $ac_status = 0; }; then :2790 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2791 (exit $ac_status); }; then 3561 2792 for ac_file in conftest.o conftest.obj conftest.*; do 3562 2793 test -f "$ac_file" || continue; 3563 2794 case $ac_file in 3564 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM) ;;2795 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 3565 2796 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 3566 2797 break;; … … 3568 2799 done 3569 2800 else 3570 $as_echo "$as_me: failed program was:" >&52801 echo "$as_me: failed program was:" >&5 3571 2802 sed 's/^/| /' conftest.$ac_ext >&5 3572 2803 3573 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3574 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3575 as_fn_error $? "cannot compute suffix of object files: cannot compile 3576 See \`config.log' for more details" "$LINENO" 5; } 3577 fi 2804 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2805 See \`config.log' for more details." >&5 2806 echo "$as_me: error: cannot compute suffix of object files: cannot compile 2807 See \`config.log' for more details." >&2;} 2808 { (exit 1); exit 1; }; } 2809 fi 2810 3578 2811 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3579 2812 fi 3580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&53581 $as_echo "$ac_cv_objext" >&6; }2813 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2814 echo "${ECHO_T}$ac_cv_objext" >&6; } 3582 2815 OBJEXT=$ac_cv_objext 3583 2816 ac_objext=$OBJEXT 3584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3585 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3586 if ${ac_cv_c_compiler_gnu+:} false; then : 3587 $as_echo_n "(cached) " >&6 3588 else 3589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2817 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2818 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2819 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2820 echo $ECHO_N "(cached) $ECHO_C" >&6 2821 else 2822 cat >conftest.$ac_ext <<_ACEOF 2823 /* confdefs.h. */ 2824 _ACEOF 2825 cat confdefs.h >>conftest.$ac_ext 2826 cat >>conftest.$ac_ext <<_ACEOF 3590 2827 /* end confdefs.h. */ 3591 2828 … … 3601 2838 } 3602 2839 _ACEOF 3603 if ac_fn_c_try_compile "$LINENO"; then : 2840 rm -f conftest.$ac_objext 2841 if { (ac_try="$ac_compile" 2842 case "(($ac_try" in 2843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2844 *) ac_try_echo=$ac_try;; 2845 esac 2846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2847 (eval "$ac_compile") 2>conftest.er1 2848 ac_status=$? 2849 grep -v '^ *+' conftest.er1 >conftest.err 2850 rm -f conftest.er1 2851 cat conftest.err >&5 2852 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2853 (exit $ac_status); } && { 2854 test -z "$ac_c_werror_flag" || 2855 test ! -s conftest.err 2856 } && test -s conftest.$ac_objext; then 3604 2857 ac_compiler_gnu=yes 3605 2858 else 3606 ac_compiler_gnu=no 3607 fi 2859 echo "$as_me: failed program was:" >&5 2860 sed 's/^/| /' conftest.$ac_ext >&5 2861 2862 ac_compiler_gnu=no 2863 fi 2864 3608 2865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3609 2866 ac_cv_c_compiler_gnu=$ac_compiler_gnu 3610 2867 3611 2868 fi 3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 3613 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 3614 if test $ac_compiler_gnu = yes; then 3615 GCC=yes 3616 else 3617 GCC= 3618 fi 2869 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2870 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2871 GCC=`test $ac_compiler_gnu = yes && echo yes` 3619 2872 ac_test_CFLAGS=${CFLAGS+set} 3620 2873 ac_save_CFLAGS=$CFLAGS 3621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&53622 $as_echo_n "checking whether $CC accepts -g..." >&6; }3623 if ${ac_cv_prog_cc_g+:} false; then :3624 $as_echo_n "(cached)" >&62874 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2875 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2876 if test "${ac_cv_prog_cc_g+set}" = set; then 2877 echo $ECHO_N "(cached) $ECHO_C" >&6 3625 2878 else 3626 2879 ac_save_c_werror_flag=$ac_c_werror_flag … … 3628 2881 ac_cv_prog_cc_g=no 3629 2882 CFLAGS="-g" 3630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2883 cat >conftest.$ac_ext <<_ACEOF 2884 /* confdefs.h. */ 2885 _ACEOF 2886 cat confdefs.h >>conftest.$ac_ext 2887 cat >>conftest.$ac_ext <<_ACEOF 3631 2888 /* end confdefs.h. */ 3632 2889 … … 3639 2896 } 3640 2897 _ACEOF 3641 if ac_fn_c_try_compile "$LINENO"; then : 2898 rm -f conftest.$ac_objext 2899 if { (ac_try="$ac_compile" 2900 case "(($ac_try" in 2901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2902 *) ac_try_echo=$ac_try;; 2903 esac 2904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2905 (eval "$ac_compile") 2>conftest.er1 2906 ac_status=$? 2907 grep -v '^ *+' conftest.er1 >conftest.err 2908 rm -f conftest.er1 2909 cat conftest.err >&5 2910 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2911 (exit $ac_status); } && { 2912 test -z "$ac_c_werror_flag" || 2913 test ! -s conftest.err 2914 } && test -s conftest.$ac_objext; then 3642 2915 ac_cv_prog_cc_g=yes 3643 2916 else 3644 CFLAGS="" 3645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2917 echo "$as_me: failed program was:" >&5 2918 sed 's/^/| /' conftest.$ac_ext >&5 2919 2920 CFLAGS="" 2921 cat >conftest.$ac_ext <<_ACEOF 2922 /* confdefs.h. */ 2923 _ACEOF 2924 cat confdefs.h >>conftest.$ac_ext 2925 cat >>conftest.$ac_ext <<_ACEOF 3646 2926 /* end confdefs.h. */ 3647 2927 … … 3654 2934 } 3655 2935 _ACEOF 3656 if ac_fn_c_try_compile "$LINENO"; then : 3657 3658 else 3659 ac_c_werror_flag=$ac_save_c_werror_flag 2936 rm -f conftest.$ac_objext 2937 if { (ac_try="$ac_compile" 2938 case "(($ac_try" in 2939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2940 *) ac_try_echo=$ac_try;; 2941 esac 2942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2943 (eval "$ac_compile") 2>conftest.er1 2944 ac_status=$? 2945 grep -v '^ *+' conftest.er1 >conftest.err 2946 rm -f conftest.er1 2947 cat conftest.err >&5 2948 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2949 (exit $ac_status); } && { 2950 test -z "$ac_c_werror_flag" || 2951 test ! -s conftest.err 2952 } && test -s conftest.$ac_objext; then 2953 : 2954 else 2955 echo "$as_me: failed program was:" >&5 2956 sed 's/^/| /' conftest.$ac_ext >&5 2957 2958 ac_c_werror_flag=$ac_save_c_werror_flag 3660 2959 CFLAGS="-g" 3661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2960 cat >conftest.$ac_ext <<_ACEOF 2961 /* confdefs.h. */ 2962 _ACEOF 2963 cat confdefs.h >>conftest.$ac_ext 2964 cat >>conftest.$ac_ext <<_ACEOF 3662 2965 /* end confdefs.h. */ 3663 2966 … … 3670 2973 } 3671 2974 _ACEOF 3672 if ac_fn_c_try_compile "$LINENO"; then : 2975 rm -f conftest.$ac_objext 2976 if { (ac_try="$ac_compile" 2977 case "(($ac_try" in 2978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2979 *) ac_try_echo=$ac_try;; 2980 esac 2981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2982 (eval "$ac_compile") 2>conftest.er1 2983 ac_status=$? 2984 grep -v '^ *+' conftest.er1 >conftest.err 2985 rm -f conftest.er1 2986 cat conftest.err >&5 2987 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2988 (exit $ac_status); } && { 2989 test -z "$ac_c_werror_flag" || 2990 test ! -s conftest.err 2991 } && test -s conftest.$ac_objext; then 3673 2992 ac_cv_prog_cc_g=yes 3674 fi 2993 else 2994 echo "$as_me: failed program was:" >&5 2995 sed 's/^/| /' conftest.$ac_ext >&5 2996 2997 2998 fi 2999 3675 3000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3676 3001 fi 3002 3677 3003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3678 3004 fi 3005 3679 3006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3680 3007 ac_c_werror_flag=$ac_save_c_werror_flag 3681 3008 fi 3682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&53683 $as_echo "$ac_cv_prog_cc_g" >&6; }3009 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3010 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 3684 3011 if test "$ac_test_CFLAGS" = set; then 3685 3012 CFLAGS=$ac_save_CFLAGS … … 3697 3024 fi 3698 3025 fi 3699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&53700 $as_echo_n "checking for $CC option to accept ISO C89..." >&6; }3701 if ${ac_cv_prog_cc_c89+:} false; then :3702 $as_echo_n "(cached)" >&63026 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 3027 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 3028 if test "${ac_cv_prog_cc_c89+set}" = set; then 3029 echo $ECHO_N "(cached) $ECHO_C" >&6 3703 3030 else 3704 3031 ac_cv_prog_cc_c89=no 3705 3032 ac_save_CC=$CC 3706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3033 cat >conftest.$ac_ext <<_ACEOF 3034 /* confdefs.h. */ 3035 _ACEOF 3036 cat confdefs.h >>conftest.$ac_ext 3037 cat >>conftest.$ac_ext <<_ACEOF 3707 3038 /* end confdefs.h. */ 3708 3039 #include <stdarg.h> … … 3761 3092 do 3762 3093 CC="$ac_save_CC $ac_arg" 3763 if ac_fn_c_try_compile "$LINENO"; then : 3094 rm -f conftest.$ac_objext 3095 if { (ac_try="$ac_compile" 3096 case "(($ac_try" in 3097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3098 *) ac_try_echo=$ac_try;; 3099 esac 3100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3101 (eval "$ac_compile") 2>conftest.er1 3102 ac_status=$? 3103 grep -v '^ *+' conftest.er1 >conftest.err 3104 rm -f conftest.er1 3105 cat conftest.err >&5 3106 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3107 (exit $ac_status); } && { 3108 test -z "$ac_c_werror_flag" || 3109 test ! -s conftest.err 3110 } && test -s conftest.$ac_objext; then 3764 3111 ac_cv_prog_cc_c89=$ac_arg 3765 fi 3112 else 3113 echo "$as_me: failed program was:" >&5 3114 sed 's/^/| /' conftest.$ac_ext >&5 3115 3116 3117 fi 3118 3766 3119 rm -f core conftest.err conftest.$ac_objext 3767 3120 test "x$ac_cv_prog_cc_c89" != "xno" && break … … 3774 3127 case "x$ac_cv_prog_cc_c89" in 3775 3128 x) 3776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&53777 $as_echo "none needed" >&6; } ;;3129 { echo "$as_me:$LINENO: result: none needed" >&5 3130 echo "${ECHO_T}none needed" >&6; } ;; 3778 3131 xno) 3779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&53780 $as_echo "unsupported" >&6; } ;;3132 { echo "$as_me:$LINENO: result: unsupported" >&5 3133 echo "${ECHO_T}unsupported" >&6; } ;; 3781 3134 *) 3782 3135 CC="$CC $ac_cv_prog_cc_c89" 3783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 3784 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 3785 esac 3786 if test "x$ac_cv_prog_cc_c89" != xno; then : 3787 3788 fi 3136 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3137 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 3138 esac 3139 3789 3140 3790 3141 ac_ext=c … … 3808 3159 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3809 3160 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53811 $as_echo_n "checking for $ac_word..." >&6; }3812 if ${ac_cv_prog_CXX+:} false; then :3813 $as_echo_n "(cached)" >&63161 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3162 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3163 if test "${ac_cv_prog_CXX+set}" = set; then 3164 echo $ECHO_N "(cached) $ECHO_C" >&6 3814 3165 else 3815 3166 if test -n "$CXX"; then … … 3821 3172 IFS=$as_save_IFS 3822 3173 test -z "$as_dir" && as_dir=. 3823 3174 for ac_exec_ext in '' $ac_executable_extensions; do 3824 3175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3825 3176 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53177 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3827 3178 break 2 3828 3179 fi 3829 3180 done 3830 3181 done 3831 3182 IFS=$as_save_IFS 3832 3183 … … 3835 3186 CXX=$ac_cv_prog_CXX 3836 3187 if test -n "$CXX"; then 3837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&53838 $as_echo "$CXX" >&6; }3839 else 3840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53841 $as_echo "no" >&6; }3188 { echo "$as_me:$LINENO: result: $CXX" >&5 3189 echo "${ECHO_T}$CXX" >&6; } 3190 else 3191 { echo "$as_me:$LINENO: result: no" >&5 3192 echo "${ECHO_T}no" >&6; } 3842 3193 fi 3843 3194 … … 3852 3203 # Extract the first word of "$ac_prog", so it can be a program name with args. 3853 3204 set dummy $ac_prog; ac_word=$2 3854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53855 $as_echo_n "checking for $ac_word..." >&6; }3856 if ${ac_cv_prog_ac_ct_CXX+:} false; then :3857 $as_echo_n "(cached)" >&63205 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3206 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3207 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 3208 echo $ECHO_N "(cached) $ECHO_C" >&6 3858 3209 else 3859 3210 if test -n "$ac_ct_CXX"; then … … 3865 3216 IFS=$as_save_IFS 3866 3217 test -z "$as_dir" && as_dir=. 3867 3218 for ac_exec_ext in '' $ac_executable_extensions; do 3868 3219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3869 3220 ac_cv_prog_ac_ct_CXX="$ac_prog" 3870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53221 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3871 3222 break 2 3872 3223 fi 3873 3224 done 3874 3225 done 3875 3226 IFS=$as_save_IFS 3876 3227 … … 3879 3230 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3880 3231 if test -n "$ac_ct_CXX"; then 3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&53882 $as_echo "$ac_ct_CXX" >&6; }3883 else 3884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53885 $as_echo "no" >&6; }3232 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3233 echo "${ECHO_T}$ac_ct_CXX" >&6; } 3234 else 3235 { echo "$as_me:$LINENO: result: no" >&5 3236 echo "${ECHO_T}no" >&6; } 3886 3237 fi 3887 3238 … … 3895 3246 case $cross_compiling:$ac_tool_warned in 3896 3247 yes:) 3897 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3898 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3248 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3249 whose name does not start with the host triplet. If you think this 3250 configuration is useful to you, please write to autoconf@gnu.org." >&5 3251 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3252 whose name does not start with the host triplet. If you think this 3253 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3899 3254 ac_tool_warned=yes ;; 3900 3255 esac … … 3906 3261 fi 3907 3262 # Provide some information about the compiler. 3908 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 3909 set X $ac_compile 3910 ac_compiler=$2 3911 for ac_option in --version -v -V -qversion; do 3912 { { ac_try="$ac_compiler $ac_option >&5" 3263 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3264 ac_compiler=`set X $ac_compile; echo $2` 3265 { (ac_try="$ac_compiler --version >&5" 3913 3266 case "(($ac_try" in 3914 3267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3915 3268 *) ac_try_echo=$ac_try;; 3916 3269 esac 3917 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3918 $as_echo "$ac_try_echo"; } >&5 3919 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 3270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3271 (eval "$ac_compiler --version >&5") 2>&5 3920 3272 ac_status=$? 3921 if test -s conftest.err; then 3922 sed '10a\ 3923 ... rest of stderr output deleted ... 3924 10q' conftest.err >conftest.er1 3925 cat conftest.er1 >&5 3926 fi 3927 rm -f conftest.er1 conftest.err 3928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3929 test $ac_status = 0; } 3930 done 3931 3932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 3933 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 3934 if ${ac_cv_cxx_compiler_gnu+:} false; then : 3935 $as_echo_n "(cached) " >&6 3936 else 3937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3273 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3274 (exit $ac_status); } 3275 { (ac_try="$ac_compiler -v >&5" 3276 case "(($ac_try" in 3277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3278 *) ac_try_echo=$ac_try;; 3279 esac 3280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3281 (eval "$ac_compiler -v >&5") 2>&5 3282 ac_status=$? 3283 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3284 (exit $ac_status); } 3285 { (ac_try="$ac_compiler -V >&5" 3286 case "(($ac_try" in 3287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3288 *) ac_try_echo=$ac_try;; 3289 esac 3290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3291 (eval "$ac_compiler -V >&5") 2>&5 3292 ac_status=$? 3293 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3294 (exit $ac_status); } 3295 3296 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3297 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 3298 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 3299 echo $ECHO_N "(cached) $ECHO_C" >&6 3300 else 3301 cat >conftest.$ac_ext <<_ACEOF 3302 /* confdefs.h. */ 3303 _ACEOF 3304 cat confdefs.h >>conftest.$ac_ext 3305 cat >>conftest.$ac_ext <<_ACEOF 3938 3306 /* end confdefs.h. */ 3939 3307 … … 3949 3317 } 3950 3318 _ACEOF 3951 if ac_fn_cxx_try_compile "$LINENO"; then : 3319 rm -f conftest.$ac_objext 3320 if { (ac_try="$ac_compile" 3321 case "(($ac_try" in 3322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3323 *) ac_try_echo=$ac_try;; 3324 esac 3325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3326 (eval "$ac_compile") 2>conftest.er1 3327 ac_status=$? 3328 grep -v '^ *+' conftest.er1 >conftest.err 3329 rm -f conftest.er1 3330 cat conftest.err >&5 3331 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3332 (exit $ac_status); } && { 3333 test -z "$ac_cxx_werror_flag" || 3334 test ! -s conftest.err 3335 } && test -s conftest.$ac_objext; then 3952 3336 ac_compiler_gnu=yes 3953 3337 else 3954 ac_compiler_gnu=no 3955 fi 3338 echo "$as_me: failed program was:" >&5 3339 sed 's/^/| /' conftest.$ac_ext >&5 3340 3341 ac_compiler_gnu=no 3342 fi 3343 3956 3344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3957 3345 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 3958 3346 3959 3347 fi 3960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 3961 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 3962 if test $ac_compiler_gnu = yes; then 3963 GXX=yes 3964 else 3965 GXX= 3966 fi 3348 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3349 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 3350 GXX=`test $ac_compiler_gnu = yes && echo yes` 3967 3351 ac_test_CXXFLAGS=${CXXFLAGS+set} 3968 3352 ac_save_CXXFLAGS=$CXXFLAGS 3969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&53970 $as_echo_n "checking whether $CXX accepts -g..." >&6; }3971 if ${ac_cv_prog_cxx_g+:} false; then :3972 $as_echo_n "(cached)" >&63353 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3354 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 3355 if test "${ac_cv_prog_cxx_g+set}" = set; then 3356 echo $ECHO_N "(cached) $ECHO_C" >&6 3973 3357 else 3974 3358 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 3976 3360 ac_cv_prog_cxx_g=no 3977 3361 CXXFLAGS="-g" 3978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3362 cat >conftest.$ac_ext <<_ACEOF 3363 /* confdefs.h. */ 3364 _ACEOF 3365 cat confdefs.h >>conftest.$ac_ext 3366 cat >>conftest.$ac_ext <<_ACEOF 3979 3367 /* end confdefs.h. */ 3980 3368 … … 3987 3375 } 3988 3376 _ACEOF 3989 if ac_fn_cxx_try_compile "$LINENO"; then : 3377 rm -f conftest.$ac_objext 3378 if { (ac_try="$ac_compile" 3379 case "(($ac_try" in 3380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3381 *) ac_try_echo=$ac_try;; 3382 esac 3383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3384 (eval "$ac_compile") 2>conftest.er1 3385 ac_status=$? 3386 grep -v '^ *+' conftest.er1 >conftest.err 3387 rm -f conftest.er1 3388 cat conftest.err >&5 3389 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3390 (exit $ac_status); } && { 3391 test -z "$ac_cxx_werror_flag" || 3392 test ! -s conftest.err 3393 } && test -s conftest.$ac_objext; then 3990 3394 ac_cv_prog_cxx_g=yes 3991 3395 else 3992 CXXFLAGS="" 3993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3396 echo "$as_me: failed program was:" >&5 3397 sed 's/^/| /' conftest.$ac_ext >&5 3398 3399 CXXFLAGS="" 3400 cat >conftest.$ac_ext <<_ACEOF 3401 /* confdefs.h. */ 3402 _ACEOF 3403 cat confdefs.h >>conftest.$ac_ext 3404 cat >>conftest.$ac_ext <<_ACEOF 3994 3405 /* end confdefs.h. */ 3995 3406 … … 4002 3413 } 4003 3414 _ACEOF 4004 if ac_fn_cxx_try_compile "$LINENO"; then : 4005 4006 else 4007 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3415 rm -f conftest.$ac_objext 3416 if { (ac_try="$ac_compile" 3417 case "(($ac_try" in 3418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3419 *) ac_try_echo=$ac_try;; 3420 esac 3421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3422 (eval "$ac_compile") 2>conftest.er1 3423 ac_status=$? 3424 grep -v '^ *+' conftest.er1 >conftest.err 3425 rm -f conftest.er1 3426 cat conftest.err >&5 3427 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3428 (exit $ac_status); } && { 3429 test -z "$ac_cxx_werror_flag" || 3430 test ! -s conftest.err 3431 } && test -s conftest.$ac_objext; then 3432 : 3433 else 3434 echo "$as_me: failed program was:" >&5 3435 sed 's/^/| /' conftest.$ac_ext >&5 3436 3437 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4008 3438 CXXFLAGS="-g" 4009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3439 cat >conftest.$ac_ext <<_ACEOF 3440 /* confdefs.h. */ 3441 _ACEOF 3442 cat confdefs.h >>conftest.$ac_ext 3443 cat >>conftest.$ac_ext <<_ACEOF 4010 3444 /* end confdefs.h. */ 4011 3445 … … 4018 3452 } 4019 3453 _ACEOF 4020 if ac_fn_cxx_try_compile "$LINENO"; then : 3454 rm -f conftest.$ac_objext 3455 if { (ac_try="$ac_compile" 3456 case "(($ac_try" in 3457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3458 *) ac_try_echo=$ac_try;; 3459 esac 3460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3461 (eval "$ac_compile") 2>conftest.er1 3462 ac_status=$? 3463 grep -v '^ *+' conftest.er1 >conftest.err 3464 rm -f conftest.er1 3465 cat conftest.err >&5 3466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3467 (exit $ac_status); } && { 3468 test -z "$ac_cxx_werror_flag" || 3469 test ! -s conftest.err 3470 } && test -s conftest.$ac_objext; then 4021 3471 ac_cv_prog_cxx_g=yes 4022 fi 3472 else 3473 echo "$as_me: failed program was:" >&5 3474 sed 's/^/| /' conftest.$ac_ext >&5 3475 3476 3477 fi 3478 4023 3479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4024 3480 fi 3481 4025 3482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4026 3483 fi 3484 4027 3485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4028 3486 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4029 3487 fi 4030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&54031 $as_echo "$ac_cv_prog_cxx_g" >&6; }3488 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3489 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 4032 3490 if test "$ac_test_CXXFLAGS" = set; then 4033 3491 CXXFLAGS=$ac_save_CXXFLAGS … … 4061 3519 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4062 3520 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&54064 $as_echo_n "checking for $ac_word..." >&6; }4065 if ${ac_cv_prog_F77+:} false; then :4066 $as_echo_n "(cached)" >&63521 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3522 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3523 if test "${ac_cv_prog_F77+set}" = set; then 3524 echo $ECHO_N "(cached) $ECHO_C" >&6 4067 3525 else 4068 3526 if test -n "$F77"; then … … 4074 3532 IFS=$as_save_IFS 4075 3533 test -z "$as_dir" && as_dir=. 4076 3534 for ac_exec_ext in '' $ac_executable_extensions; do 4077 3535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4078 3536 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 4079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53537 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4080 3538 break 2 4081 3539 fi 4082 3540 done 4083 3541 done 4084 3542 IFS=$as_save_IFS 4085 3543 … … 4088 3546 F77=$ac_cv_prog_F77 4089 3547 if test -n "$F77"; then 4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $F77" >&54091 $as_echo "$F77" >&6; }4092 else 4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&54094 $as_echo "no" >&6; }3548 { echo "$as_me:$LINENO: result: $F77" >&5 3549 echo "${ECHO_T}$F77" >&6; } 3550 else 3551 { echo "$as_me:$LINENO: result: no" >&5 3552 echo "${ECHO_T}no" >&6; } 4095 3553 fi 4096 3554 … … 4105 3563 # Extract the first word of "$ac_prog", so it can be a program name with args. 4106 3564 set dummy $ac_prog; ac_word=$2 4107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&54108 $as_echo_n "checking for $ac_word..." >&6; }4109 if ${ac_cv_prog_ac_ct_F77+:} false; then :4110 $as_echo_n "(cached)" >&63565 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3567 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 3568 echo $ECHO_N "(cached) $ECHO_C" >&6 4111 3569 else 4112 3570 if test -n "$ac_ct_F77"; then … … 4118 3576 IFS=$as_save_IFS 4119 3577 test -z "$as_dir" && as_dir=. 4120 3578 for ac_exec_ext in '' $ac_executable_extensions; do 4121 3579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4122 3580 ac_cv_prog_ac_ct_F77="$ac_prog" 4123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53581 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4124 3582 break 2 4125 3583 fi 4126 3584 done 4127 3585 done 4128 3586 IFS=$as_save_IFS 4129 3587 … … 4132 3590 ac_ct_F77=$ac_cv_prog_ac_ct_F77 4133 3591 if test -n "$ac_ct_F77"; then 4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_F77" >&54135 $as_echo "$ac_ct_F77" >&6; }4136 else 4137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&54138 $as_echo "no" >&6; }3592 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 3593 echo "${ECHO_T}$ac_ct_F77" >&6; } 3594 else 3595 { echo "$as_me:$LINENO: result: no" >&5 3596 echo "${ECHO_T}no" >&6; } 4139 3597 fi 4140 3598 … … 4148 3606 case $cross_compiling:$ac_tool_warned in 4149 3607 yes:) 4150 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 4151 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3608 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3609 whose name does not start with the host triplet. If you think this 3610 configuration is useful to you, please write to autoconf@gnu.org." >&5 3611 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3612 whose name does not start with the host triplet. If you think this 3613 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 4152 3614 ac_tool_warned=yes ;; 4153 3615 esac … … 4158 3620 4159 3621 # Provide some information about the compiler. 4160 $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 compiler version" >&5 4161 set X $ac_compile 4162 ac_compiler=$2 4163 for ac_option in --version -v -V -qversion; do 4164 { { ac_try="$ac_compiler $ac_option >&5" 3622 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 3623 ac_compiler=`set X $ac_compile; echo $2` 3624 { (ac_try="$ac_compiler --version >&5" 4165 3625 case "(($ac_try" in 4166 3626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4167 3627 *) ac_try_echo=$ac_try;; 4168 3628 esac 4169 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 4170 $as_echo "$ac_try_echo"; } >&5 4171 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 3629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3630 (eval "$ac_compiler --version >&5") 2>&5 4172 3631 ac_status=$? 4173 if test -s conftest.err; then 4174 sed '10a\ 4175 ... rest of stderr output deleted ... 4176 10q' conftest.err >conftest.er1 4177 cat conftest.er1 >&5 4178 fi 4179 rm -f conftest.er1 conftest.err 4180 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4181 test $ac_status = 0; } 4182 done 3632 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3633 (exit $ac_status); } 3634 { (ac_try="$ac_compiler -v >&5" 3635 case "(($ac_try" in 3636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3637 *) ac_try_echo=$ac_try;; 3638 esac 3639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3640 (eval "$ac_compiler -v >&5") 2>&5 3641 ac_status=$? 3642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3643 (exit $ac_status); } 3644 { (ac_try="$ac_compiler -V >&5" 3645 case "(($ac_try" in 3646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3647 *) ac_try_echo=$ac_try;; 3648 esac 3649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3650 (eval "$ac_compiler -V >&5") 2>&5 3651 ac_status=$? 3652 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3653 (exit $ac_status); } 4183 3654 rm -f a.out 4184 3655 … … 4187 3658 ac_save_ext=$ac_ext 4188 3659 ac_ext=F 4189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran 77 compiler" >&54190 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler..." >&6; }4191 if ${ac_cv_f77_compiler_gnu+:} false; then :4192 $as_echo_n "(cached)" >&64193 else 4194 cat > 3660 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 3661 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } 3662 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 3663 echo $ECHO_N "(cached) $ECHO_C" >&6 3664 else 3665 cat >conftest.$ac_ext <<_ACEOF 4195 3666 program main 4196 3667 #ifndef __GNUC__ … … 4200 3671 end 4201 3672 _ACEOF 4202 if ac_fn_f77_try_compile "$LINENO"; then : 3673 rm -f conftest.$ac_objext 3674 if { (ac_try="$ac_compile" 3675 case "(($ac_try" in 3676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3677 *) ac_try_echo=$ac_try;; 3678 esac 3679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3680 (eval "$ac_compile") 2>conftest.er1 3681 ac_status=$? 3682 grep -v '^ *+' conftest.er1 >conftest.err 3683 rm -f conftest.er1 3684 cat conftest.err >&5 3685 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3686 (exit $ac_status); } && { 3687 test -z "$ac_f77_werror_flag" || 3688 test ! -s conftest.err 3689 } && test -s conftest.$ac_objext; then 4203 3690 ac_compiler_gnu=yes 4204 3691 else 4205 ac_compiler_gnu=no 4206 fi 3692 echo "$as_me: failed program was:" >&5 3693 sed 's/^/| /' conftest.$ac_ext >&5 3694 3695 ac_compiler_gnu=no 3696 fi 3697 4207 3698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4208 3699 ac_cv_f77_compiler_gnu=$ac_compiler_gnu 4209 3700 4210 3701 fi 4211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_compiler_gnu" >&54212 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }3702 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 3703 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } 4213 3704 ac_ext=$ac_save_ext 4214 3705 ac_test_FFLAGS=${FFLAGS+set} 4215 3706 ac_save_FFLAGS=$FFLAGS 4216 3707 FFLAGS= 4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $F77 accepts -g" >&54218 $as_echo_n "checking whether $F77 accepts -g..." >&6; }4219 if ${ac_cv_prog_f77_g+:} false; then :4220 $as_echo_n "(cached)" >&63708 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 3709 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } 3710 if test "${ac_cv_prog_f77_g+set}" = set; then 3711 echo $ECHO_N "(cached) $ECHO_C" >&6 4221 3712 else 4222 3713 FFLAGS=-g 4223 cat > 3714 cat >conftest.$ac_ext <<_ACEOF 4224 3715 program main 4225 3716 4226 3717 end 4227 3718 _ACEOF 4228 if ac_fn_f77_try_compile "$LINENO"; then : 3719 rm -f conftest.$ac_objext 3720 if { (ac_try="$ac_compile" 3721 case "(($ac_try" in 3722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3723 *) ac_try_echo=$ac_try;; 3724 esac 3725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3726 (eval "$ac_compile") 2>conftest.er1 3727 ac_status=$? 3728 grep -v '^ *+' conftest.er1 >conftest.err 3729 rm -f conftest.er1 3730 cat conftest.err >&5 3731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3732 (exit $ac_status); } && { 3733 test -z "$ac_f77_werror_flag" || 3734 test ! -s conftest.err 3735 } && test -s conftest.$ac_objext; then 4229 3736 ac_cv_prog_f77_g=yes 4230 3737 else 4231 ac_cv_prog_f77_g=no 4232 fi 3738 echo "$as_me: failed program was:" >&5 3739 sed 's/^/| /' conftest.$ac_ext >&5 3740 3741 ac_cv_prog_f77_g=no 3742 fi 3743 4233 3744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4234 3745 4235 3746 fi 4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_f77_g" >&54237 $as_echo "$ac_cv_prog_f77_g" >&6; }3747 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 3748 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } 4238 3749 if test "$ac_test_FFLAGS" = set; then 4239 3750 FFLAGS=$ac_save_FFLAGS … … 4252 3763 fi 4253 3764 4254 if test $ac_compiler_gnu = yes; then 4255 G77=yes 4256 else 4257 G77= 4258 fi 3765 G77=`test $ac_compiler_gnu = yes && echo yes` 4259 3766 ac_ext=c 4260 3767 ac_cpp='$CPP $CPPFLAGS' … … 4277 3784 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4278 3785 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&54280 $as_echo_n "checking how to run the C preprocessor..." >&6; }3786 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3787 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 4281 3788 # On Suns, sometimes $CPP names a directory. 4282 3789 if test -n "$CPP" && test -d "$CPP"; then … … 4284 3791 fi 4285 3792 if test -z "$CPP"; then 4286 if ${ac_cv_prog_CPP+:} false; then :4287 $as_echo_n "(cached)" >&63793 if test "${ac_cv_prog_CPP+set}" = set; then 3794 echo $ECHO_N "(cached) $ECHO_C" >&6 4288 3795 else 4289 3796 # Double quotes because CPP needs to be expanded … … 4299 3806 # On the NeXT, cc -E runs the code through the compiler's parser, 4300 3807 # not just through cpp. "Syntax error" is here to catch this case. 4301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3808 cat >conftest.$ac_ext <<_ACEOF 3809 /* confdefs.h. */ 3810 _ACEOF 3811 cat confdefs.h >>conftest.$ac_ext 3812 cat >>conftest.$ac_ext <<_ACEOF 4302 3813 /* end confdefs.h. */ 4303 3814 #ifdef __STDC__ … … 4308 3819 Syntax error 4309 3820 _ACEOF 4310 if ac_fn_c_try_cpp "$LINENO"; then : 4311 4312 else 3821 if { (ac_try="$ac_cpp conftest.$ac_ext" 3822 case "(($ac_try" in 3823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3824 *) ac_try_echo=$ac_try;; 3825 esac 3826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3827 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3828 ac_status=$? 3829 grep -v '^ *+' conftest.er1 >conftest.err 3830 rm -f conftest.er1 3831 cat conftest.err >&5 3832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3833 (exit $ac_status); } >/dev/null && { 3834 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3835 test ! -s conftest.err 3836 }; then 3837 : 3838 else 3839 echo "$as_me: failed program was:" >&5 3840 sed 's/^/| /' conftest.$ac_ext >&5 3841 4313 3842 # Broken: fails on valid input. 4314 3843 continue 4315 3844 fi 4316 rm -f conftest.err conftest.i conftest.$ac_ext 3845 3846 rm -f conftest.err conftest.$ac_ext 4317 3847 4318 3848 # OK, works on sane cases. Now check whether nonexistent headers 4319 3849 # can be detected and how. 4320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3850 cat >conftest.$ac_ext <<_ACEOF 3851 /* confdefs.h. */ 3852 _ACEOF 3853 cat confdefs.h >>conftest.$ac_ext 3854 cat >>conftest.$ac_ext <<_ACEOF 4321 3855 /* end confdefs.h. */ 4322 3856 #include <ac_nonexistent.h> 4323 3857 _ACEOF 4324 if ac_fn_c_try_cpp "$LINENO"; then : 3858 if { (ac_try="$ac_cpp conftest.$ac_ext" 3859 case "(($ac_try" in 3860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3861 *) ac_try_echo=$ac_try;; 3862 esac 3863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3864 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3865 ac_status=$? 3866 grep -v '^ *+' conftest.er1 >conftest.err 3867 rm -f conftest.er1 3868 cat conftest.err >&5 3869 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3870 (exit $ac_status); } >/dev/null && { 3871 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3872 test ! -s conftest.err 3873 }; then 4325 3874 # Broken: success on invalid input. 4326 3875 continue 4327 3876 else 3877 echo "$as_me: failed program was:" >&5 3878 sed 's/^/| /' conftest.$ac_ext >&5 3879 4328 3880 # Passes both tests. 4329 3881 ac_preproc_ok=: 4330 3882 break 4331 3883 fi 4332 rm -f conftest.err conftest.i conftest.$ac_ext 3884 3885 rm -f conftest.err conftest.$ac_ext 4333 3886 4334 3887 done 4335 3888 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4336 rm -f conftest. i conftest.err conftest.$ac_ext4337 if $ac_preproc_ok; then :3889 rm -f conftest.err conftest.$ac_ext 3890 if $ac_preproc_ok; then 4338 3891 break 4339 3892 fi … … 4347 3900 ac_cv_prog_CPP=$CPP 4348 3901 fi 4349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&54350 $as_echo "$CPP" >&6; }3902 { echo "$as_me:$LINENO: result: $CPP" >&5 3903 echo "${ECHO_T}$CPP" >&6; } 4351 3904 ac_preproc_ok=false 4352 3905 for ac_c_preproc_warn_flag in '' yes … … 4358 3911 # On the NeXT, cc -E runs the code through the compiler's parser, 4359 3912 # not just through cpp. "Syntax error" is here to catch this case. 4360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3913 cat >conftest.$ac_ext <<_ACEOF 3914 /* confdefs.h. */ 3915 _ACEOF 3916 cat confdefs.h >>conftest.$ac_ext 3917 cat >>conftest.$ac_ext <<_ACEOF 4361 3918 /* end confdefs.h. */ 4362 3919 #ifdef __STDC__ … … 4367 3924 Syntax error 4368 3925 _ACEOF 4369 if ac_fn_c_try_cpp "$LINENO"; then : 4370 4371 else 3926 if { (ac_try="$ac_cpp conftest.$ac_ext" 3927 case "(($ac_try" in 3928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3929 *) ac_try_echo=$ac_try;; 3930 esac 3931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3932 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3933 ac_status=$? 3934 grep -v '^ *+' conftest.er1 >conftest.err 3935 rm -f conftest.er1 3936 cat conftest.err >&5 3937 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3938 (exit $ac_status); } >/dev/null && { 3939 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3940 test ! -s conftest.err 3941 }; then 3942 : 3943 else 3944 echo "$as_me: failed program was:" >&5 3945 sed 's/^/| /' conftest.$ac_ext >&5 3946 4372 3947 # Broken: fails on valid input. 4373 3948 continue 4374 3949 fi 4375 rm -f conftest.err conftest.i conftest.$ac_ext 3950 3951 rm -f conftest.err conftest.$ac_ext 4376 3952 4377 3953 # OK, works on sane cases. Now check whether nonexistent headers 4378 3954 # can be detected and how. 4379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3955 cat >conftest.$ac_ext <<_ACEOF 3956 /* confdefs.h. */ 3957 _ACEOF 3958 cat confdefs.h >>conftest.$ac_ext 3959 cat >>conftest.$ac_ext <<_ACEOF 4380 3960 /* end confdefs.h. */ 4381 3961 #include <ac_nonexistent.h> 4382 3962 _ACEOF 4383 if ac_fn_c_try_cpp "$LINENO"; then : 3963 if { (ac_try="$ac_cpp conftest.$ac_ext" 3964 case "(($ac_try" in 3965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3966 *) ac_try_echo=$ac_try;; 3967 esac 3968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3969 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3970 ac_status=$? 3971 grep -v '^ *+' conftest.er1 >conftest.err 3972 rm -f conftest.er1 3973 cat conftest.err >&5 3974 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3975 (exit $ac_status); } >/dev/null && { 3976 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3977 test ! -s conftest.err 3978 }; then 4384 3979 # Broken: success on invalid input. 4385 3980 continue 4386 3981 else 3982 echo "$as_me: failed program was:" >&5 3983 sed 's/^/| /' conftest.$ac_ext >&5 3984 4387 3985 # Passes both tests. 4388 3986 ac_preproc_ok=: 4389 3987 break 4390 3988 fi 4391 rm -f conftest.err conftest.i conftest.$ac_ext 3989 3990 rm -f conftest.err conftest.$ac_ext 4392 3991 4393 3992 done 4394 3993 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4395 rm -f conftest.i conftest.err conftest.$ac_ext 4396 if $ac_preproc_ok; then : 4397 4398 else 4399 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4400 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4401 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 4402 See \`config.log' for more details" "$LINENO" 5; } 3994 rm -f conftest.err conftest.$ac_ext 3995 if $ac_preproc_ok; then 3996 : 3997 else 3998 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3999 See \`config.log' for more details." >&5 4000 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 4001 See \`config.log' for more details." >&2;} 4002 { (exit 1); exit 1; }; } 4403 4003 fi 4404 4004 … … 4410 4010 4411 4011 4412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 4413 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4414 if ${ac_cv_path_GREP+:} false; then : 4415 $as_echo_n "(cached) " >&6 4416 else 4417 if test -z "$GREP"; then 4012 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 4013 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 4014 if test "${ac_cv_path_GREP+set}" = set; then 4015 echo $ECHO_N "(cached) $ECHO_C" >&6 4016 else 4017 # Extract the first word of "grep ggrep" to use in msg output 4018 if test -z "$GREP"; then 4019 set dummy grep ggrep; ac_prog_name=$2 4020 if test "${ac_cv_path_GREP+set}" = set; then 4021 echo $ECHO_N "(cached) $ECHO_C" >&6 4022 else 4418 4023 ac_path_GREP_found=false 4419 4420 4024 # Loop through the user's path and test for each of PROGNAME-LIST 4025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4421 4026 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4422 4027 do 4423 4028 IFS=$as_save_IFS 4424 4029 test -z "$as_dir" && as_dir=. 4425 4426 4427 4428 4429 # Check for GNU ac_path_GREP and select it if it is found.4030 for ac_prog in grep ggrep; do 4031 for ac_exec_ext in '' $ac_executable_extensions; do 4032 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4033 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4034 # Check for GNU ac_path_GREP and select it if it is found. 4430 4035 # Check for GNU $ac_path_GREP 4431 4036 case `"$ac_path_GREP" --version 2>&1` in … … 4434 4039 *) 4435 4040 ac_count=0 4436 $as_echo_n 0123456789>"conftest.in"4041 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4437 4042 while : 4438 4043 do … … 4440 4045 mv "conftest.tmp" "conftest.in" 4441 4046 cp "conftest.in" "conftest.nl" 4442 $as_echo 'GREP' >> "conftest.nl"4047 echo 'GREP' >> "conftest.nl" 4443 4048 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4444 4049 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4445 a s_fn_arith $ac_count + 1 && ac_count=$as_val4050 ac_count=`expr $ac_count + 1` 4446 4051 if test $ac_count -gt ${ac_path_GREP_max-0}; then 4447 4052 # Best one so far, save it but keep looking for a better one … … 4455 4060 esac 4456 4061 4457 $ac_path_GREP_found && break 3 4458 done4062 4063 $ac_path_GREP_found && break 3 4459 4064 done 4460 done 4065 done 4066 4067 done 4461 4068 IFS=$as_save_IFS 4462 if test -z "$ac_cv_path_GREP"; then 4463 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4464 fi 4069 4070 4071 fi 4072 4073 GREP="$ac_cv_path_GREP" 4074 if test -z "$GREP"; then 4075 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4076 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4077 { (exit 1); exit 1; }; } 4078 fi 4079 4465 4080 else 4466 4081 ac_cv_path_GREP=$GREP 4467 4082 fi 4468 4083 4469 fi 4470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 4471 $as_echo "$ac_cv_path_GREP" >&6; } 4084 4085 fi 4086 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4087 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 4472 4088 GREP="$ac_cv_path_GREP" 4473 4089 4474 4090 4475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&54476 $as_echo_n "checking for egrep..." >&6; }4477 if ${ac_cv_path_EGREP+:} false; then :4478 $as_echo_n "(cached)" >&64091 { echo "$as_me:$LINENO: checking for egrep" >&5 4092 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 4093 if test "${ac_cv_path_EGREP+set}" = set; then 4094 echo $ECHO_N "(cached) $ECHO_C" >&6 4479 4095 else 4480 4096 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4481 4097 then ac_cv_path_EGREP="$GREP -E" 4482 4098 else 4483 if test -z "$EGREP"; then 4099 # Extract the first word of "egrep" to use in msg output 4100 if test -z "$EGREP"; then 4101 set dummy egrep; ac_prog_name=$2 4102 if test "${ac_cv_path_EGREP+set}" = set; then 4103 echo $ECHO_N "(cached) $ECHO_C" >&6 4104 else 4484 4105 ac_path_EGREP_found=false 4485 4486 4106 # Loop through the user's path and test for each of PROGNAME-LIST 4107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4487 4108 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4488 4109 do 4489 4110 IFS=$as_save_IFS 4490 4111 test -z "$as_dir" && as_dir=. 4491 4492 4493 4494 4495 # Check for GNU ac_path_EGREP and select it if it is found.4112 for ac_prog in egrep; do 4113 for ac_exec_ext in '' $ac_executable_extensions; do 4114 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4115 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4116 # Check for GNU ac_path_EGREP and select it if it is found. 4496 4117 # Check for GNU $ac_path_EGREP 4497 4118 case `"$ac_path_EGREP" --version 2>&1` in … … 4500 4121 *) 4501 4122 ac_count=0 4502 $as_echo_n 0123456789>"conftest.in"4123 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4503 4124 while : 4504 4125 do … … 4506 4127 mv "conftest.tmp" "conftest.in" 4507 4128 cp "conftest.in" "conftest.nl" 4508 $as_echo 'EGREP' >> "conftest.nl"4129 echo 'EGREP' >> "conftest.nl" 4509 4130 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4510 4131 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4511 a s_fn_arith $ac_count + 1 && ac_count=$as_val4132 ac_count=`expr $ac_count + 1` 4512 4133 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 4513 4134 # Best one so far, save it but keep looking for a better one … … 4521 4142 esac 4522 4143 4523 $ac_path_EGREP_found && break 3 4524 done4144 4145 $ac_path_EGREP_found && break 3 4525 4146 done 4526 done 4147 done 4148 4149 done 4527 4150 IFS=$as_save_IFS 4528 if test -z "$ac_cv_path_EGREP"; then 4529 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4530 fi 4151 4152 4153 fi 4154 4155 EGREP="$ac_cv_path_EGREP" 4156 if test -z "$EGREP"; then 4157 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4158 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4159 { (exit 1); exit 1; }; } 4160 fi 4161 4531 4162 else 4532 4163 ac_cv_path_EGREP=$EGREP 4533 4164 fi 4534 4165 4166 4535 4167 fi 4536 4168 fi 4537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&54538 $as_echo "$ac_cv_path_EGREP" >&6; }4169 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4170 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 4539 4171 EGREP="$ac_cv_path_EGREP" 4540 4172 4541 4173 4542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 4543 $as_echo_n "checking for ANSI C header files... " >&6; } 4544 if ${ac_cv_header_stdc+:} false; then : 4545 $as_echo_n "(cached) " >&6 4546 else 4547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4174 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4175 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 4176 if test "${ac_cv_header_stdc+set}" = set; then 4177 echo $ECHO_N "(cached) $ECHO_C" >&6 4178 else 4179 cat >conftest.$ac_ext <<_ACEOF 4180 /* confdefs.h. */ 4181 _ACEOF 4182 cat confdefs.h >>conftest.$ac_ext 4183 cat >>conftest.$ac_ext <<_ACEOF 4548 4184 /* end confdefs.h. */ 4549 4185 #include <stdlib.h> … … 4560 4196 } 4561 4197 _ACEOF 4562 if ac_fn_c_try_compile "$LINENO"; then : 4198 rm -f conftest.$ac_objext 4199 if { (ac_try="$ac_compile" 4200 case "(($ac_try" in 4201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4202 *) ac_try_echo=$ac_try;; 4203 esac 4204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4205 (eval "$ac_compile") 2>conftest.er1 4206 ac_status=$? 4207 grep -v '^ *+' conftest.er1 >conftest.err 4208 rm -f conftest.er1 4209 cat conftest.err >&5 4210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4211 (exit $ac_status); } && { 4212 test -z "$ac_c_werror_flag" || 4213 test ! -s conftest.err 4214 } && test -s conftest.$ac_objext; then 4563 4215 ac_cv_header_stdc=yes 4564 4216 else 4565 ac_cv_header_stdc=no 4566 fi 4217 echo "$as_me: failed program was:" >&5 4218 sed 's/^/| /' conftest.$ac_ext >&5 4219 4220 ac_cv_header_stdc=no 4221 fi 4222 4567 4223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4568 4224 4569 4225 if test $ac_cv_header_stdc = yes; then 4570 4226 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4227 cat >conftest.$ac_ext <<_ACEOF 4228 /* confdefs.h. */ 4229 _ACEOF 4230 cat confdefs.h >>conftest.$ac_ext 4231 cat >>conftest.$ac_ext <<_ACEOF 4572 4232 /* end confdefs.h. */ 4573 4233 #include <string.h> … … 4575 4235 _ACEOF 4576 4236 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4577 $EGREP "memchr" >/dev/null 2>&1; then :4578 4237 $EGREP "memchr" >/dev/null 2>&1; then 4238 : 4579 4239 else 4580 4240 ac_cv_header_stdc=no 4581 4241 fi 4582 rm -f conftest*4242 rm -f -r conftest* 4583 4243 4584 4244 fi … … 4586 4246 if test $ac_cv_header_stdc = yes; then 4587 4247 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4248 cat >conftest.$ac_ext <<_ACEOF 4249 /* confdefs.h. */ 4250 _ACEOF 4251 cat confdefs.h >>conftest.$ac_ext 4252 cat >>conftest.$ac_ext <<_ACEOF 4589 4253 /* end confdefs.h. */ 4590 4254 #include <stdlib.h> … … 4592 4256 _ACEOF 4593 4257 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4594 $EGREP "free" >/dev/null 2>&1; then :4595 4258 $EGREP "free" >/dev/null 2>&1; then 4259 : 4596 4260 else 4597 4261 ac_cv_header_stdc=no 4598 4262 fi 4599 rm -f conftest*4263 rm -f -r conftest* 4600 4264 4601 4265 fi … … 4603 4267 if test $ac_cv_header_stdc = yes; then 4604 4268 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 4605 if test "$cross_compiling" = yes; then :4269 if test "$cross_compiling" = yes; then 4606 4270 : 4607 4271 else 4608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4272 cat >conftest.$ac_ext <<_ACEOF 4273 /* confdefs.h. */ 4274 _ACEOF 4275 cat confdefs.h >>conftest.$ac_ext 4276 cat >>conftest.$ac_ext <<_ACEOF 4609 4277 /* end confdefs.h. */ 4610 4278 #include <ctype.h> … … 4633 4301 } 4634 4302 _ACEOF 4635 if ac_fn_c_try_run "$LINENO"; then : 4636 4637 else 4638 ac_cv_header_stdc=no 4639 fi 4640 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 4641 conftest.$ac_objext conftest.beam conftest.$ac_ext 4642 fi 4643 4644 fi 4645 fi 4646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 4647 $as_echo "$ac_cv_header_stdc" >&6; } 4303 rm -f conftest$ac_exeext 4304 if { (ac_try="$ac_link" 4305 case "(($ac_try" in 4306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4307 *) ac_try_echo=$ac_try;; 4308 esac 4309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4310 (eval "$ac_link") 2>&5 4311 ac_status=$? 4312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4313 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4314 { (case "(($ac_try" in 4315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4316 *) ac_try_echo=$ac_try;; 4317 esac 4318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4319 (eval "$ac_try") 2>&5 4320 ac_status=$? 4321 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4322 (exit $ac_status); }; }; then 4323 : 4324 else 4325 echo "$as_me: program exited with status $ac_status" >&5 4326 echo "$as_me: failed program was:" >&5 4327 sed 's/^/| /' conftest.$ac_ext >&5 4328 4329 ( exit $ac_status ) 4330 ac_cv_header_stdc=no 4331 fi 4332 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4333 fi 4334 4335 4336 fi 4337 fi 4338 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4339 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 4648 4340 if test $ac_cv_header_stdc = yes; then 4649 4341 4650 $as_echo "#define STDC_HEADERS 1" >>confdefs.h 4651 4652 fi 4653 4654 ac_fn_c_check_func "$LINENO" "atol" "ac_cv_func_atol" 4655 if test "x$ac_cv_func_atol" = xyes; then : 4656 4657 else 4658 as_fn_error $? "oops! no atol ?!?" "$LINENO" 5 4342 cat >>confdefs.h <<\_ACEOF 4343 #define STDC_HEADERS 1 4344 _ACEOF 4345 4346 fi 4347 4348 { echo "$as_me:$LINENO: checking for atol" >&5 4349 echo $ECHO_N "checking for atol... $ECHO_C" >&6; } 4350 if test "${ac_cv_func_atol+set}" = set; then 4351 echo $ECHO_N "(cached) $ECHO_C" >&6 4352 else 4353 cat >conftest.$ac_ext <<_ACEOF 4354 /* confdefs.h. */ 4355 _ACEOF 4356 cat confdefs.h >>conftest.$ac_ext 4357 cat >>conftest.$ac_ext <<_ACEOF 4358 /* end confdefs.h. */ 4359 /* Define atol to an innocuous variant, in case <limits.h> declares atol. 4360 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 4361 #define atol innocuous_atol 4362 4363 /* System header to define __stub macros and hopefully few prototypes, 4364 which can conflict with char atol (); below. 4365 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 4366 <limits.h> exists even on freestanding compilers. */ 4367 4368 #ifdef __STDC__ 4369 # include <limits.h> 4370 #else 4371 # include <assert.h> 4372 #endif 4373 4374 #undef atol 4375 4376 /* Override any GCC internal prototype to avoid an error. 4377 Use char because int might match the return type of a GCC 4378 builtin and then its argument prototype would still apply. */ 4379 #ifdef __cplusplus 4380 extern "C" 4381 #endif 4382 char atol (); 4383 /* The GNU C library defines this for functions which it implements 4384 to always fail with ENOSYS. Some functions are actually named 4385 something starting with __ and the normal name is an alias. */ 4386 #if defined __stub_atol || defined __stub___atol 4387 choke me 4388 #endif 4389 4390 int 4391 main () 4392 { 4393 return atol (); 4394 ; 4395 return 0; 4396 } 4397 _ACEOF 4398 rm -f conftest.$ac_objext conftest$ac_exeext 4399 if { (ac_try="$ac_link" 4400 case "(($ac_try" in 4401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4402 *) ac_try_echo=$ac_try;; 4403 esac 4404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4405 (eval "$ac_link") 2>conftest.er1 4406 ac_status=$? 4407 grep -v '^ *+' conftest.er1 >conftest.err 4408 rm -f conftest.er1 4409 cat conftest.err >&5 4410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4411 (exit $ac_status); } && { 4412 test -z "$ac_c_werror_flag" || 4413 test ! -s conftest.err 4414 } && test -s conftest$ac_exeext && 4415 $as_test_x conftest$ac_exeext; then 4416 ac_cv_func_atol=yes 4417 else 4418 echo "$as_me: failed program was:" >&5 4419 sed 's/^/| /' conftest.$ac_ext >&5 4420 4421 ac_cv_func_atol=no 4422 fi 4423 4424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4425 conftest$ac_exeext conftest.$ac_ext 4426 fi 4427 { echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5 4428 echo "${ECHO_T}$ac_cv_func_atol" >&6; } 4429 if test $ac_cv_func_atol = yes; then 4430 : 4431 else 4432 { { echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5 4433 echo "$as_me: error: oops! no atol ?!?" >&2;} 4434 { (exit 1); exit 1; }; } 4659 4435 fi 4660 4436 … … 4668 4444 4669 4445 4446 4670 4447 for ac_func in sysinfo 4671 do : 4672 ac_fn_cxx_check_func "$LINENO" "sysinfo" "ac_cv_func_sysinfo" 4673 if test "x$ac_cv_func_sysinfo" = xyes; then : 4448 do 4449 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4450 { echo "$as_me:$LINENO: checking for $ac_func" >&5 4451 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 4452 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 4453 echo $ECHO_N "(cached) $ECHO_C" >&6 4454 else 4455 cat >conftest.$ac_ext <<_ACEOF 4456 /* confdefs.h. */ 4457 _ACEOF 4458 cat confdefs.h >>conftest.$ac_ext 4459 cat >>conftest.$ac_ext <<_ACEOF 4460 /* end confdefs.h. */ 4461 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 4462 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 4463 #define $ac_func innocuous_$ac_func 4464 4465 /* System header to define __stub macros and hopefully few prototypes, 4466 which can conflict with char $ac_func (); below. 4467 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 4468 <limits.h> exists even on freestanding compilers. */ 4469 4470 #ifdef __STDC__ 4471 # include <limits.h> 4472 #else 4473 # include <assert.h> 4474 #endif 4475 4476 #undef $ac_func 4477 4478 /* Override any GCC internal prototype to avoid an error. 4479 Use char because int might match the return type of a GCC 4480 builtin and then its argument prototype would still apply. */ 4481 #ifdef __cplusplus 4482 extern "C" 4483 #endif 4484 char $ac_func (); 4485 /* The GNU C library defines this for functions which it implements 4486 to always fail with ENOSYS. Some functions are actually named 4487 something starting with __ and the normal name is an alias. */ 4488 #if defined __stub_$ac_func || defined __stub___$ac_func 4489 choke me 4490 #endif 4491 4492 int 4493 main () 4494 { 4495 return $ac_func (); 4496 ; 4497 return 0; 4498 } 4499 _ACEOF 4500 rm -f conftest.$ac_objext conftest$ac_exeext 4501 if { (ac_try="$ac_link" 4502 case "(($ac_try" in 4503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4504 *) ac_try_echo=$ac_try;; 4505 esac 4506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4507 (eval "$ac_link") 2>conftest.er1 4508 ac_status=$? 4509 grep -v '^ *+' conftest.er1 >conftest.err 4510 rm -f conftest.er1 4511 cat conftest.err >&5 4512 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4513 (exit $ac_status); } && { 4514 test -z "$ac_cxx_werror_flag" || 4515 test ! -s conftest.err 4516 } && test -s conftest$ac_exeext && 4517 $as_test_x conftest$ac_exeext; then 4518 eval "$as_ac_var=yes" 4519 else 4520 echo "$as_me: failed program was:" >&5 4521 sed 's/^/| /' conftest.$ac_ext >&5 4522 4523 eval "$as_ac_var=no" 4524 fi 4525 4526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4527 conftest$ac_exeext conftest.$ac_ext 4528 fi 4529 ac_res=`eval echo '${'$as_ac_var'}'` 4530 { echo "$as_me:$LINENO: result: $ac_res" >&5 4531 echo "${ECHO_T}$ac_res" >&6; } 4532 if test `eval echo '${'$as_ac_var'}'` = yes; then 4674 4533 cat >>confdefs.h <<_ACEOF 4675 #define HAVE_SYSINFO14534 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 4676 4535 _ACEOF 4677 4536 4678 4537 fi 4679 4538 done 4539 4540 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4551 inttypes.h stdint.h unistd.h 4552 do 4553 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4554 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4555 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4556 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4557 echo $ECHO_N "(cached) $ECHO_C" >&6 4558 else 4559 cat >conftest.$ac_ext <<_ACEOF 4560 /* confdefs.h. */ 4561 _ACEOF 4562 cat confdefs.h >>conftest.$ac_ext 4563 cat >>conftest.$ac_ext <<_ACEOF 4564 /* end confdefs.h. */ 4565 $ac_includes_default 4566 4567 #include <$ac_header> 4568 _ACEOF 4569 rm -f conftest.$ac_objext 4570 if { (ac_try="$ac_compile" 4571 case "(($ac_try" in 4572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4573 *) ac_try_echo=$ac_try;; 4574 esac 4575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4576 (eval "$ac_compile") 2>conftest.er1 4577 ac_status=$? 4578 grep -v '^ *+' conftest.er1 >conftest.err 4579 rm -f conftest.er1 4580 cat conftest.err >&5 4581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4582 (exit $ac_status); } && { 4583 test -z "$ac_cxx_werror_flag" || 4584 test ! -s conftest.err 4585 } && test -s conftest.$ac_objext; then 4586 eval "$as_ac_Header=yes" 4587 else 4588 echo "$as_me: failed program was:" >&5 4589 sed 's/^/| /' conftest.$ac_ext >&5 4590 4591 eval "$as_ac_Header=no" 4592 fi 4593 4594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4595 fi 4596 ac_res=`eval echo '${'$as_ac_Header'}'` 4597 { echo "$as_me:$LINENO: result: $ac_res" >&5 4598 echo "${ECHO_T}$ac_res" >&6; } 4599 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4600 cat >>confdefs.h <<_ACEOF 4601 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 4602 _ACEOF 4603 4604 fi 4605 4606 done 4607 4680 4608 4681 4609 ac_ext=cpp … … 4684 4612 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4685 4613 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&54687 $as_echo_n "checking how to run the C++ preprocessor..." >&6; }4614 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 4615 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } 4688 4616 if test -z "$CXXCPP"; then 4689 if ${ac_cv_prog_CXXCPP+:} false; then :4690 $as_echo_n "(cached)" >&64617 if test "${ac_cv_prog_CXXCPP+set}" = set; then 4618 echo $ECHO_N "(cached) $ECHO_C" >&6 4691 4619 else 4692 4620 # Double quotes because CXXCPP needs to be expanded … … 4702 4630 # On the NeXT, cc -E runs the code through the compiler's parser, 4703 4631 # not just through cpp. "Syntax error" is here to catch this case. 4704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4632 cat >conftest.$ac_ext <<_ACEOF 4633 /* confdefs.h. */ 4634 _ACEOF 4635 cat confdefs.h >>conftest.$ac_ext 4636 cat >>conftest.$ac_ext <<_ACEOF 4705 4637 /* end confdefs.h. */ 4706 4638 #ifdef __STDC__ … … 4711 4643 Syntax error 4712 4644 _ACEOF 4713 if ac_fn_cxx_try_cpp "$LINENO"; then : 4714 4715 else 4645 if { (ac_try="$ac_cpp conftest.$ac_ext" 4646 case "(($ac_try" in 4647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4648 *) ac_try_echo=$ac_try;; 4649 esac 4650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4651 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4652 ac_status=$? 4653 grep -v '^ *+' conftest.er1 >conftest.err 4654 rm -f conftest.er1 4655 cat conftest.err >&5 4656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4657 (exit $ac_status); } >/dev/null && { 4658 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4659 test ! -s conftest.err 4660 }; then 4661 : 4662 else 4663 echo "$as_me: failed program was:" >&5 4664 sed 's/^/| /' conftest.$ac_ext >&5 4665 4716 4666 # Broken: fails on valid input. 4717 4667 continue 4718 4668 fi 4719 rm -f conftest.err conftest.i conftest.$ac_ext 4669 4670 rm -f conftest.err conftest.$ac_ext 4720 4671 4721 4672 # OK, works on sane cases. Now check whether nonexistent headers 4722 4673 # can be detected and how. 4723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4674 cat >conftest.$ac_ext <<_ACEOF 4675 /* confdefs.h. */ 4676 _ACEOF 4677 cat confdefs.h >>conftest.$ac_ext 4678 cat >>conftest.$ac_ext <<_ACEOF 4724 4679 /* end confdefs.h. */ 4725 4680 #include <ac_nonexistent.h> 4726 4681 _ACEOF 4727 if ac_fn_cxx_try_cpp "$LINENO"; then : 4682 if { (ac_try="$ac_cpp conftest.$ac_ext" 4683 case "(($ac_try" in 4684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4685 *) ac_try_echo=$ac_try;; 4686 esac 4687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4688 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4689 ac_status=$? 4690 grep -v '^ *+' conftest.er1 >conftest.err 4691 rm -f conftest.er1 4692 cat conftest.err >&5 4693 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4694 (exit $ac_status); } >/dev/null && { 4695 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4696 test ! -s conftest.err 4697 }; then 4728 4698 # Broken: success on invalid input. 4729 4699 continue 4730 4700 else 4701 echo "$as_me: failed program was:" >&5 4702 sed 's/^/| /' conftest.$ac_ext >&5 4703 4731 4704 # Passes both tests. 4732 4705 ac_preproc_ok=: 4733 4706 break 4734 4707 fi 4735 rm -f conftest.err conftest.i conftest.$ac_ext 4708 4709 rm -f conftest.err conftest.$ac_ext 4736 4710 4737 4711 done 4738 4712 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4739 rm -f conftest. i conftest.err conftest.$ac_ext4740 if $ac_preproc_ok; then :4713 rm -f conftest.err conftest.$ac_ext 4714 if $ac_preproc_ok; then 4741 4715 break 4742 4716 fi … … 4750 4724 ac_cv_prog_CXXCPP=$CXXCPP 4751 4725 fi 4752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&54753 $as_echo "$CXXCPP" >&6; }4726 { echo "$as_me:$LINENO: result: $CXXCPP" >&5 4727 echo "${ECHO_T}$CXXCPP" >&6; } 4754 4728 ac_preproc_ok=false 4755 4729 for ac_cxx_preproc_warn_flag in '' yes … … 4761 4735 # On the NeXT, cc -E runs the code through the compiler's parser, 4762 4736 # not just through cpp. "Syntax error" is here to catch this case. 4763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4737 cat >conftest.$ac_ext <<_ACEOF 4738 /* confdefs.h. */ 4739 _ACEOF 4740 cat confdefs.h >>conftest.$ac_ext 4741 cat >>conftest.$ac_ext <<_ACEOF 4764 4742 /* end confdefs.h. */ 4765 4743 #ifdef __STDC__ … … 4770 4748 Syntax error 4771 4749 _ACEOF 4772 if ac_fn_cxx_try_cpp "$LINENO"; then : 4773 4774 else 4750 if { (ac_try="$ac_cpp conftest.$ac_ext" 4751 case "(($ac_try" in 4752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4753 *) ac_try_echo=$ac_try;; 4754 esac 4755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4756 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4757 ac_status=$? 4758 grep -v '^ *+' conftest.er1 >conftest.err 4759 rm -f conftest.er1 4760 cat conftest.err >&5 4761 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4762 (exit $ac_status); } >/dev/null && { 4763 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4764 test ! -s conftest.err 4765 }; then 4766 : 4767 else 4768 echo "$as_me: failed program was:" >&5 4769 sed 's/^/| /' conftest.$ac_ext >&5 4770 4775 4771 # Broken: fails on valid input. 4776 4772 continue 4777 4773 fi 4778 rm -f conftest.err conftest.i conftest.$ac_ext 4774 4775 rm -f conftest.err conftest.$ac_ext 4779 4776 4780 4777 # OK, works on sane cases. Now check whether nonexistent headers 4781 4778 # can be detected and how. 4782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4779 cat >conftest.$ac_ext <<_ACEOF 4780 /* confdefs.h. */ 4781 _ACEOF 4782 cat confdefs.h >>conftest.$ac_ext 4783 cat >>conftest.$ac_ext <<_ACEOF 4783 4784 /* end confdefs.h. */ 4784 4785 #include <ac_nonexistent.h> 4785 4786 _ACEOF 4786 if ac_fn_cxx_try_cpp "$LINENO"; then : 4787 if { (ac_try="$ac_cpp conftest.$ac_ext" 4788 case "(($ac_try" in 4789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4790 *) ac_try_echo=$ac_try;; 4791 esac 4792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4793 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4794 ac_status=$? 4795 grep -v '^ *+' conftest.er1 >conftest.err 4796 rm -f conftest.er1 4797 cat conftest.err >&5 4798 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4799 (exit $ac_status); } >/dev/null && { 4800 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4801 test ! -s conftest.err 4802 }; then 4787 4803 # Broken: success on invalid input. 4788 4804 continue 4789 4805 else 4806 echo "$as_me: failed program was:" >&5 4807 sed 's/^/| /' conftest.$ac_ext >&5 4808 4790 4809 # Passes both tests. 4791 4810 ac_preproc_ok=: 4792 4811 break 4793 4812 fi 4794 rm -f conftest.err conftest.i conftest.$ac_ext 4813 4814 rm -f conftest.err conftest.$ac_ext 4795 4815 4796 4816 done 4797 4817 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4798 rm -f conftest.i conftest.err conftest.$ac_ext 4799 if $ac_preproc_ok; then : 4800 4801 else 4802 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4803 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4804 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check 4805 See \`config.log' for more details" "$LINENO" 5; } 4818 rm -f conftest.err conftest.$ac_ext 4819 if $ac_preproc_ok; then 4820 : 4821 else 4822 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4823 See \`config.log' for more details." >&5 4824 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4825 See \`config.log' for more details." >&2;} 4826 { (exit 1); exit 1; }; } 4806 4827 fi 4807 4828 … … 4813 4834 4814 4835 4815 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 4816 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4817 inttypes.h stdint.h unistd.h 4818 do : 4819 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4820 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 4821 " 4822 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 4836 4837 for ac_header in sys/sysinfo.h 4838 do 4839 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4840 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4841 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4842 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4843 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4844 echo $ECHO_N "(cached) $ECHO_C" >&6 4845 fi 4846 ac_res=`eval echo '${'$as_ac_Header'}'` 4847 { echo "$as_me:$LINENO: result: $ac_res" >&5 4848 echo "${ECHO_T}$ac_res" >&6; } 4849 else 4850 # Is the header compilable? 4851 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 4852 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 4853 cat >conftest.$ac_ext <<_ACEOF 4854 /* confdefs.h. */ 4855 _ACEOF 4856 cat confdefs.h >>conftest.$ac_ext 4857 cat >>conftest.$ac_ext <<_ACEOF 4858 /* end confdefs.h. */ 4859 $ac_includes_default 4860 #include <$ac_header> 4861 _ACEOF 4862 rm -f conftest.$ac_objext 4863 if { (ac_try="$ac_compile" 4864 case "(($ac_try" in 4865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4866 *) ac_try_echo=$ac_try;; 4867 esac 4868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4869 (eval "$ac_compile") 2>conftest.er1 4870 ac_status=$? 4871 grep -v '^ *+' conftest.er1 >conftest.err 4872 rm -f conftest.er1 4873 cat conftest.err >&5 4874 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4875 (exit $ac_status); } && { 4876 test -z "$ac_cxx_werror_flag" || 4877 test ! -s conftest.err 4878 } && test -s conftest.$ac_objext; then 4879 ac_header_compiler=yes 4880 else 4881 echo "$as_me: failed program was:" >&5 4882 sed 's/^/| /' conftest.$ac_ext >&5 4883 4884 ac_header_compiler=no 4885 fi 4886 4887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4888 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4889 echo "${ECHO_T}$ac_header_compiler" >&6; } 4890 4891 # Is the header present? 4892 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 4893 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 4894 cat >conftest.$ac_ext <<_ACEOF 4895 /* confdefs.h. */ 4896 _ACEOF 4897 cat confdefs.h >>conftest.$ac_ext 4898 cat >>conftest.$ac_ext <<_ACEOF 4899 /* end confdefs.h. */ 4900 #include <$ac_header> 4901 _ACEOF 4902 if { (ac_try="$ac_cpp conftest.$ac_ext" 4903 case "(($ac_try" in 4904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4905 *) ac_try_echo=$ac_try;; 4906 esac 4907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4908 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4909 ac_status=$? 4910 grep -v '^ *+' conftest.er1 >conftest.err 4911 rm -f conftest.er1 4912 cat conftest.err >&5 4913 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4914 (exit $ac_status); } >/dev/null && { 4915 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4916 test ! -s conftest.err 4917 }; then 4918 ac_header_preproc=yes 4919 else 4920 echo "$as_me: failed program was:" >&5 4921 sed 's/^/| /' conftest.$ac_ext >&5 4922 4923 ac_header_preproc=no 4924 fi 4925 4926 rm -f conftest.err conftest.$ac_ext 4927 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4928 echo "${ECHO_T}$ac_header_preproc" >&6; } 4929 4930 # So? What about this header? 4931 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 4932 yes:no: ) 4933 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4934 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4935 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4936 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4937 ac_header_preproc=yes 4938 ;; 4939 no:yes:* ) 4940 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4941 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4942 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4943 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4944 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 4945 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 4946 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 4947 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 4948 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4949 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4950 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4951 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4952 ( cat <<\_ASBOX 4953 ## ----------------------------------- ## 4954 ## Report this to rappture@nanohub.org ## 4955 ## ----------------------------------- ## 4956 _ASBOX 4957 ) | sed "s/^/$as_me: WARNING: /" >&2 4958 ;; 4959 esac 4960 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4961 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4962 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4963 echo $ECHO_N "(cached) $ECHO_C" >&6 4964 else 4965 eval "$as_ac_Header=\$ac_header_preproc" 4966 fi 4967 ac_res=`eval echo '${'$as_ac_Header'}'` 4968 { echo "$as_me:$LINENO: result: $ac_res" >&5 4969 echo "${ECHO_T}$ac_res" >&6; } 4970 4971 fi 4972 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4823 4973 cat >>confdefs.h <<_ACEOF 4824 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 14974 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 4825 4975 _ACEOF 4826 4976 … … 4830 4980 4831 4981 4832 for ac_header in sys/sysinfo.h 4833 do : 4834 ac_fn_cxx_check_header_mongrel "$LINENO" "sys/sysinfo.h" "ac_cv_header_sys_sysinfo_h" "$ac_includes_default" 4835 if test "x$ac_cv_header_sys_sysinfo_h" = xyes; then : 4836 cat >>confdefs.h <<_ACEOF 4837 #define HAVE_SYS_SYSINFO_H 1 4838 _ACEOF 4839 4840 fi 4841 4842 done 4843 4844 4845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5 4846 $as_echo_n "checking for main in -lm... " >&6; } 4847 if ${ac_cv_lib_m_main+:} false; then : 4848 $as_echo_n "(cached) " >&6 4982 4983 { echo "$as_me:$LINENO: checking for main in -lm" >&5 4984 echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6; } 4985 if test "${ac_cv_lib_m_main+set}" = set; then 4986 echo $ECHO_N "(cached) $ECHO_C" >&6 4849 4987 else 4850 4988 ac_check_lib_save_LIBS=$LIBS 4851 4989 LIBS="-lm $LIBS" 4852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4990 cat >conftest.$ac_ext <<_ACEOF 4991 /* confdefs.h. */ 4992 _ACEOF 4993 cat confdefs.h >>conftest.$ac_ext 4994 cat >>conftest.$ac_ext <<_ACEOF 4853 4995 /* end confdefs.h. */ 4854 4996 … … 4862 5004 } 4863 5005 _ACEOF 4864 if ac_fn_cxx_try_link "$LINENO"; then : 5006 rm -f conftest.$ac_objext conftest$ac_exeext 5007 if { (ac_try="$ac_link" 5008 case "(($ac_try" in 5009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5010 *) ac_try_echo=$ac_try;; 5011 esac 5012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5013 (eval "$ac_link") 2>conftest.er1 5014 ac_status=$? 5015 grep -v '^ *+' conftest.er1 >conftest.err 5016 rm -f conftest.er1 5017 cat conftest.err >&5 5018 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5019 (exit $ac_status); } && { 5020 test -z "$ac_cxx_werror_flag" || 5021 test ! -s conftest.err 5022 } && test -s conftest$ac_exeext && 5023 $as_test_x conftest$ac_exeext; then 4865 5024 ac_cv_lib_m_main=yes 4866 5025 else 4867 ac_cv_lib_m_main=no 4868 fi 4869 rm -f core conftest.err conftest.$ac_objext \ 4870 conftest$ac_exeext conftest.$ac_ext 5026 echo "$as_me: failed program was:" >&5 5027 sed 's/^/| /' conftest.$ac_ext >&5 5028 5029 ac_cv_lib_m_main=no 5030 fi 5031 5032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5033 conftest$ac_exeext conftest.$ac_ext 4871 5034 LIBS=$ac_check_lib_save_LIBS 4872 5035 fi 4873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&54874 $as_echo "$ac_cv_lib_m_main" >&6; }4875 if test "x$ac_cv_lib_m_main" = xyes; then :5036 { echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5 5037 echo "${ECHO_T}$ac_cv_lib_m_main" >&6; } 5038 if test $ac_cv_lib_m_main = yes; then 4876 5039 cat >>confdefs.h <<_ACEOF 4877 5040 #define HAVE_LIBM 1 … … 4881 5044 4882 5045 else 4883 as_fn_error $? "librappture requires libm" "$LINENO" 5 4884 fi 4885 4886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lstdc++" >&5 4887 $as_echo_n "checking for main in -lstdc++... " >&6; } 4888 if ${ac_cv_lib_stdcpp_main+:} false; then : 4889 $as_echo_n "(cached) " >&6 5046 { { echo "$as_me:$LINENO: error: librappture requires libm" >&5 5047 echo "$as_me: error: librappture requires libm" >&2;} 5048 { (exit 1); exit 1; }; } 5049 fi 5050 5051 5052 { echo "$as_me:$LINENO: checking for main in -lstdc++" >&5 5053 echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; } 5054 if test "${ac_cv_lib_stdcpp_main+set}" = set; then 5055 echo $ECHO_N "(cached) $ECHO_C" >&6 4890 5056 else 4891 5057 ac_check_lib_save_LIBS=$LIBS 4892 5058 LIBS="-lstdc++ $LIBS" 4893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5059 cat >conftest.$ac_ext <<_ACEOF 5060 /* confdefs.h. */ 5061 _ACEOF 5062 cat confdefs.h >>conftest.$ac_ext 5063 cat >>conftest.$ac_ext <<_ACEOF 4894 5064 /* end confdefs.h. */ 4895 5065 … … 4903 5073 } 4904 5074 _ACEOF 4905 if ac_fn_cxx_try_link "$LINENO"; then : 5075 rm -f conftest.$ac_objext conftest$ac_exeext 5076 if { (ac_try="$ac_link" 5077 case "(($ac_try" in 5078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5079 *) ac_try_echo=$ac_try;; 5080 esac 5081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5082 (eval "$ac_link") 2>conftest.er1 5083 ac_status=$? 5084 grep -v '^ *+' conftest.er1 >conftest.err 5085 rm -f conftest.er1 5086 cat conftest.err >&5 5087 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5088 (exit $ac_status); } && { 5089 test -z "$ac_cxx_werror_flag" || 5090 test ! -s conftest.err 5091 } && test -s conftest$ac_exeext && 5092 $as_test_x conftest$ac_exeext; then 4906 5093 ac_cv_lib_stdcpp_main=yes 4907 5094 else 4908 ac_cv_lib_stdcpp_main=no 4909 fi 4910 rm -f core conftest.err conftest.$ac_objext \ 4911 conftest$ac_exeext conftest.$ac_ext 5095 echo "$as_me: failed program was:" >&5 5096 sed 's/^/| /' conftest.$ac_ext >&5 5097 5098 ac_cv_lib_stdcpp_main=no 5099 fi 5100 5101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5102 conftest$ac_exeext conftest.$ac_ext 4912 5103 LIBS=$ac_check_lib_save_LIBS 4913 5104 fi 4914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_stdcpp_main" >&54915 $as_echo "$ac_cv_lib_stdcpp_main" >&6; }4916 if test "x$ac_cv_lib_stdcpp_main" = xyes; then :5105 { echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5 5106 echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; } 5107 if test $ac_cv_lib_stdcpp_main = yes; then 4917 5108 cat >>confdefs.h <<_ACEOF 4918 5109 #define HAVE_LIBSTDC__ 1 … … 4922 5113 4923 5114 else 4924 as_fn_error $? "librappture requires libstdc++" "$LINENO" 5 4925 fi 5115 { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5 5116 echo "$as_me: error: librappture requires libstdc++" >&2;} 5117 { (exit 1); exit 1; }; } 5118 fi 5119 4926 5120 4927 5121 for ac_header in algorithm 4928 do : 4929 ac_fn_cxx_check_header_mongrel "$LINENO" "algorithm" "ac_cv_header_algorithm" "$ac_includes_default" 4930 if test "x$ac_cv_header_algorithm" = xyes; then : 5122 do 5123 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5124 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5125 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5126 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5127 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5128 echo $ECHO_N "(cached) $ECHO_C" >&6 5129 fi 5130 ac_res=`eval echo '${'$as_ac_Header'}'` 5131 { echo "$as_me:$LINENO: result: $ac_res" >&5 5132 echo "${ECHO_T}$ac_res" >&6; } 5133 else 5134 # Is the header compilable? 5135 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5136 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5137 cat >conftest.$ac_ext <<_ACEOF 5138 /* confdefs.h. */ 5139 _ACEOF 5140 cat confdefs.h >>conftest.$ac_ext 5141 cat >>conftest.$ac_ext <<_ACEOF 5142 /* end confdefs.h. */ 5143 $ac_includes_default 5144 #include <$ac_header> 5145 _ACEOF 5146 rm -f conftest.$ac_objext 5147 if { (ac_try="$ac_compile" 5148 case "(($ac_try" in 5149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5150 *) ac_try_echo=$ac_try;; 5151 esac 5152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5153 (eval "$ac_compile") 2>conftest.er1 5154 ac_status=$? 5155 grep -v '^ *+' conftest.er1 >conftest.err 5156 rm -f conftest.er1 5157 cat conftest.err >&5 5158 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5159 (exit $ac_status); } && { 5160 test -z "$ac_cxx_werror_flag" || 5161 test ! -s conftest.err 5162 } && test -s conftest.$ac_objext; then 5163 ac_header_compiler=yes 5164 else 5165 echo "$as_me: failed program was:" >&5 5166 sed 's/^/| /' conftest.$ac_ext >&5 5167 5168 ac_header_compiler=no 5169 fi 5170 5171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5172 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5173 echo "${ECHO_T}$ac_header_compiler" >&6; } 5174 5175 # Is the header present? 5176 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5177 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5178 cat >conftest.$ac_ext <<_ACEOF 5179 /* confdefs.h. */ 5180 _ACEOF 5181 cat confdefs.h >>conftest.$ac_ext 5182 cat >>conftest.$ac_ext <<_ACEOF 5183 /* end confdefs.h. */ 5184 #include <$ac_header> 5185 _ACEOF 5186 if { (ac_try="$ac_cpp conftest.$ac_ext" 5187 case "(($ac_try" in 5188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5189 *) ac_try_echo=$ac_try;; 5190 esac 5191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5192 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5193 ac_status=$? 5194 grep -v '^ *+' conftest.er1 >conftest.err 5195 rm -f conftest.er1 5196 cat conftest.err >&5 5197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5198 (exit $ac_status); } >/dev/null && { 5199 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5200 test ! -s conftest.err 5201 }; then 5202 ac_header_preproc=yes 5203 else 5204 echo "$as_me: failed program was:" >&5 5205 sed 's/^/| /' conftest.$ac_ext >&5 5206 5207 ac_header_preproc=no 5208 fi 5209 5210 rm -f conftest.err conftest.$ac_ext 5211 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5212 echo "${ECHO_T}$ac_header_preproc" >&6; } 5213 5214 # So? What about this header? 5215 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5216 yes:no: ) 5217 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5218 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5219 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5220 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5221 ac_header_preproc=yes 5222 ;; 5223 no:yes:* ) 5224 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5225 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5226 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5227 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5228 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5229 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5230 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5231 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5232 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5233 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5234 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5235 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5236 ( cat <<\_ASBOX 5237 ## ----------------------------------- ## 5238 ## Report this to rappture@nanohub.org ## 5239 ## ----------------------------------- ## 5240 _ASBOX 5241 ) | sed "s/^/$as_me: WARNING: /" >&2 5242 ;; 5243 esac 5244 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5245 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5246 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5247 echo $ECHO_N "(cached) $ECHO_C" >&6 5248 else 5249 eval "$as_ac_Header=\$ac_header_preproc" 5250 fi 5251 ac_res=`eval echo '${'$as_ac_Header'}'` 5252 { echo "$as_me:$LINENO: result: $ac_res" >&5 5253 echo "${ECHO_T}$ac_res" >&6; } 5254 5255 fi 5256 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4931 5257 cat >>confdefs.h <<_ACEOF 4932 #define HAVE_ALGORITHM14933 _ACEOF 4934 4935 else 4936 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&54937 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5258 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5259 _ACEOF 5260 5261 else 5262 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5263 echo "$as_me: WARNING: STL classes missing ?" >&2;} 4938 5264 fi 4939 5265 4940 5266 done 4941 5267 5268 4942 5269 for ac_header in cctype 4943 do : 4944 ac_fn_cxx_check_header_mongrel "$LINENO" "cctype" "ac_cv_header_cctype" "$ac_includes_default" 4945 if test "x$ac_cv_header_cctype" = xyes; then : 5270 do 5271 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5272 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5273 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5274 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5275 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5276 echo $ECHO_N "(cached) $ECHO_C" >&6 5277 fi 5278 ac_res=`eval echo '${'$as_ac_Header'}'` 5279 { echo "$as_me:$LINENO: result: $ac_res" >&5 5280 echo "${ECHO_T}$ac_res" >&6; } 5281 else 5282 # Is the header compilable? 5283 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5284 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5285 cat >conftest.$ac_ext <<_ACEOF 5286 /* confdefs.h. */ 5287 _ACEOF 5288 cat confdefs.h >>conftest.$ac_ext 5289 cat >>conftest.$ac_ext <<_ACEOF 5290 /* end confdefs.h. */ 5291 $ac_includes_default 5292 #include <$ac_header> 5293 _ACEOF 5294 rm -f conftest.$ac_objext 5295 if { (ac_try="$ac_compile" 5296 case "(($ac_try" in 5297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5298 *) ac_try_echo=$ac_try;; 5299 esac 5300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5301 (eval "$ac_compile") 2>conftest.er1 5302 ac_status=$? 5303 grep -v '^ *+' conftest.er1 >conftest.err 5304 rm -f conftest.er1 5305 cat conftest.err >&5 5306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5307 (exit $ac_status); } && { 5308 test -z "$ac_cxx_werror_flag" || 5309 test ! -s conftest.err 5310 } && test -s conftest.$ac_objext; then 5311 ac_header_compiler=yes 5312 else 5313 echo "$as_me: failed program was:" >&5 5314 sed 's/^/| /' conftest.$ac_ext >&5 5315 5316 ac_header_compiler=no 5317 fi 5318 5319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5320 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5321 echo "${ECHO_T}$ac_header_compiler" >&6; } 5322 5323 # Is the header present? 5324 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5325 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5326 cat >conftest.$ac_ext <<_ACEOF 5327 /* confdefs.h. */ 5328 _ACEOF 5329 cat confdefs.h >>conftest.$ac_ext 5330 cat >>conftest.$ac_ext <<_ACEOF 5331 /* end confdefs.h. */ 5332 #include <$ac_header> 5333 _ACEOF 5334 if { (ac_try="$ac_cpp conftest.$ac_ext" 5335 case "(($ac_try" in 5336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5337 *) ac_try_echo=$ac_try;; 5338 esac 5339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5340 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5341 ac_status=$? 5342 grep -v '^ *+' conftest.er1 >conftest.err 5343 rm -f conftest.er1 5344 cat conftest.err >&5 5345 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5346 (exit $ac_status); } >/dev/null && { 5347 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5348 test ! -s conftest.err 5349 }; then 5350 ac_header_preproc=yes 5351 else 5352 echo "$as_me: failed program was:" >&5 5353 sed 's/^/| /' conftest.$ac_ext >&5 5354 5355 ac_header_preproc=no 5356 fi 5357 5358 rm -f conftest.err conftest.$ac_ext 5359 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5360 echo "${ECHO_T}$ac_header_preproc" >&6; } 5361 5362 # So? What about this header? 5363 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5364 yes:no: ) 5365 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5366 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5367 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5368 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5369 ac_header_preproc=yes 5370 ;; 5371 no:yes:* ) 5372 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5373 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5374 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5375 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5376 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5377 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5378 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5379 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5380 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5381 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5382 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5383 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5384 ( cat <<\_ASBOX 5385 ## ----------------------------------- ## 5386 ## Report this to rappture@nanohub.org ## 5387 ## ----------------------------------- ## 5388 _ASBOX 5389 ) | sed "s/^/$as_me: WARNING: /" >&2 5390 ;; 5391 esac 5392 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5393 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5394 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5395 echo $ECHO_N "(cached) $ECHO_C" >&6 5396 else 5397 eval "$as_ac_Header=\$ac_header_preproc" 5398 fi 5399 ac_res=`eval echo '${'$as_ac_Header'}'` 5400 { echo "$as_me:$LINENO: result: $ac_res" >&5 5401 echo "${ECHO_T}$ac_res" >&6; } 5402 5403 fi 5404 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4946 5405 cat >>confdefs.h <<_ACEOF 4947 #define HAVE_CCTYPE14948 _ACEOF 4949 4950 else 4951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&54952 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5406 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5407 _ACEOF 5408 5409 else 5410 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5411 echo "$as_me: WARNING: STL classes missing ?" >&2;} 4953 5412 fi 4954 5413 4955 5414 done 4956 5415 5416 4957 5417 for ac_header in cfloat 4958 do : 4959 ac_fn_cxx_check_header_mongrel "$LINENO" "cfloat" "ac_cv_header_cfloat" "$ac_includes_default" 4960 if test "x$ac_cv_header_cfloat" = xyes; then : 5418 do 5419 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5420 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5421 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5422 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5424 echo $ECHO_N "(cached) $ECHO_C" >&6 5425 fi 5426 ac_res=`eval echo '${'$as_ac_Header'}'` 5427 { echo "$as_me:$LINENO: result: $ac_res" >&5 5428 echo "${ECHO_T}$ac_res" >&6; } 5429 else 5430 # Is the header compilable? 5431 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5432 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5433 cat >conftest.$ac_ext <<_ACEOF 5434 /* confdefs.h. */ 5435 _ACEOF 5436 cat confdefs.h >>conftest.$ac_ext 5437 cat >>conftest.$ac_ext <<_ACEOF 5438 /* end confdefs.h. */ 5439 $ac_includes_default 5440 #include <$ac_header> 5441 _ACEOF 5442 rm -f conftest.$ac_objext 5443 if { (ac_try="$ac_compile" 5444 case "(($ac_try" in 5445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5446 *) ac_try_echo=$ac_try;; 5447 esac 5448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5449 (eval "$ac_compile") 2>conftest.er1 5450 ac_status=$? 5451 grep -v '^ *+' conftest.er1 >conftest.err 5452 rm -f conftest.er1 5453 cat conftest.err >&5 5454 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5455 (exit $ac_status); } && { 5456 test -z "$ac_cxx_werror_flag" || 5457 test ! -s conftest.err 5458 } && test -s conftest.$ac_objext; then 5459 ac_header_compiler=yes 5460 else 5461 echo "$as_me: failed program was:" >&5 5462 sed 's/^/| /' conftest.$ac_ext >&5 5463 5464 ac_header_compiler=no 5465 fi 5466 5467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5468 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5469 echo "${ECHO_T}$ac_header_compiler" >&6; } 5470 5471 # Is the header present? 5472 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5473 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5474 cat >conftest.$ac_ext <<_ACEOF 5475 /* confdefs.h. */ 5476 _ACEOF 5477 cat confdefs.h >>conftest.$ac_ext 5478 cat >>conftest.$ac_ext <<_ACEOF 5479 /* end confdefs.h. */ 5480 #include <$ac_header> 5481 _ACEOF 5482 if { (ac_try="$ac_cpp conftest.$ac_ext" 5483 case "(($ac_try" in 5484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5485 *) ac_try_echo=$ac_try;; 5486 esac 5487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5488 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5489 ac_status=$? 5490 grep -v '^ *+' conftest.er1 >conftest.err 5491 rm -f conftest.er1 5492 cat conftest.err >&5 5493 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5494 (exit $ac_status); } >/dev/null && { 5495 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5496 test ! -s conftest.err 5497 }; then 5498 ac_header_preproc=yes 5499 else 5500 echo "$as_me: failed program was:" >&5 5501 sed 's/^/| /' conftest.$ac_ext >&5 5502 5503 ac_header_preproc=no 5504 fi 5505 5506 rm -f conftest.err conftest.$ac_ext 5507 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5508 echo "${ECHO_T}$ac_header_preproc" >&6; } 5509 5510 # So? What about this header? 5511 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5512 yes:no: ) 5513 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5514 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5515 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5516 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5517 ac_header_preproc=yes 5518 ;; 5519 no:yes:* ) 5520 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5521 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5522 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5523 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5524 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5525 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5526 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5527 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5528 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5529 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5530 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5531 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5532 ( cat <<\_ASBOX 5533 ## ----------------------------------- ## 5534 ## Report this to rappture@nanohub.org ## 5535 ## ----------------------------------- ## 5536 _ASBOX 5537 ) | sed "s/^/$as_me: WARNING: /" >&2 5538 ;; 5539 esac 5540 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5543 echo $ECHO_N "(cached) $ECHO_C" >&6 5544 else 5545 eval "$as_ac_Header=\$ac_header_preproc" 5546 fi 5547 ac_res=`eval echo '${'$as_ac_Header'}'` 5548 { echo "$as_me:$LINENO: result: $ac_res" >&5 5549 echo "${ECHO_T}$ac_res" >&6; } 5550 5551 fi 5552 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4961 5553 cat >>confdefs.h <<_ACEOF 4962 #define HAVE_CFLOAT14963 _ACEOF 4964 4965 else 4966 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&54967 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5554 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5555 _ACEOF 5556 5557 else 5558 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5559 echo "$as_me: WARNING: STL classes missing ?" >&2;} 4968 5560 fi 4969 5561 4970 5562 done 4971 5563 5564 4972 5565 for ac_header in cmath 4973 do : 4974 ac_fn_cxx_check_header_mongrel "$LINENO" "cmath" "ac_cv_header_cmath" "$ac_includes_default" 4975 if test "x$ac_cv_header_cmath" = xyes; then : 5566 do 5567 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5568 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5569 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5570 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5571 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5572 echo $ECHO_N "(cached) $ECHO_C" >&6 5573 fi 5574 ac_res=`eval echo '${'$as_ac_Header'}'` 5575 { echo "$as_me:$LINENO: result: $ac_res" >&5 5576 echo "${ECHO_T}$ac_res" >&6; } 5577 else 5578 # Is the header compilable? 5579 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5580 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5581 cat >conftest.$ac_ext <<_ACEOF 5582 /* confdefs.h. */ 5583 _ACEOF 5584 cat confdefs.h >>conftest.$ac_ext 5585 cat >>conftest.$ac_ext <<_ACEOF 5586 /* end confdefs.h. */ 5587 $ac_includes_default 5588 #include <$ac_header> 5589 _ACEOF 5590 rm -f conftest.$ac_objext 5591 if { (ac_try="$ac_compile" 5592 case "(($ac_try" in 5593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5594 *) ac_try_echo=$ac_try;; 5595 esac 5596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5597 (eval "$ac_compile") 2>conftest.er1 5598 ac_status=$? 5599 grep -v '^ *+' conftest.er1 >conftest.err 5600 rm -f conftest.er1 5601 cat conftest.err >&5 5602 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5603 (exit $ac_status); } && { 5604 test -z "$ac_cxx_werror_flag" || 5605 test ! -s conftest.err 5606 } && test -s conftest.$ac_objext; then 5607 ac_header_compiler=yes 5608 else 5609 echo "$as_me: failed program was:" >&5 5610 sed 's/^/| /' conftest.$ac_ext >&5 5611 5612 ac_header_compiler=no 5613 fi 5614 5615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5616 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5617 echo "${ECHO_T}$ac_header_compiler" >&6; } 5618 5619 # Is the header present? 5620 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5621 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5622 cat >conftest.$ac_ext <<_ACEOF 5623 /* confdefs.h. */ 5624 _ACEOF 5625 cat confdefs.h >>conftest.$ac_ext 5626 cat >>conftest.$ac_ext <<_ACEOF 5627 /* end confdefs.h. */ 5628 #include <$ac_header> 5629 _ACEOF 5630 if { (ac_try="$ac_cpp conftest.$ac_ext" 5631 case "(($ac_try" in 5632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5633 *) ac_try_echo=$ac_try;; 5634 esac 5635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5636 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5637 ac_status=$? 5638 grep -v '^ *+' conftest.er1 >conftest.err 5639 rm -f conftest.er1 5640 cat conftest.err >&5 5641 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5642 (exit $ac_status); } >/dev/null && { 5643 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5644 test ! -s conftest.err 5645 }; then 5646 ac_header_preproc=yes 5647 else 5648 echo "$as_me: failed program was:" >&5 5649 sed 's/^/| /' conftest.$ac_ext >&5 5650 5651 ac_header_preproc=no 5652 fi 5653 5654 rm -f conftest.err conftest.$ac_ext 5655 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5656 echo "${ECHO_T}$ac_header_preproc" >&6; } 5657 5658 # So? What about this header? 5659 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5660 yes:no: ) 5661 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5662 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5663 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5664 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5665 ac_header_preproc=yes 5666 ;; 5667 no:yes:* ) 5668 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5669 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5670 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5671 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5672 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5673 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5674 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5675 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5676 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5677 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5678 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5679 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5680 ( cat <<\_ASBOX 5681 ## ----------------------------------- ## 5682 ## Report this to rappture@nanohub.org ## 5683 ## ----------------------------------- ## 5684 _ASBOX 5685 ) | sed "s/^/$as_me: WARNING: /" >&2 5686 ;; 5687 esac 5688 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5689 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5690 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5691 echo $ECHO_N "(cached) $ECHO_C" >&6 5692 else 5693 eval "$as_ac_Header=\$ac_header_preproc" 5694 fi 5695 ac_res=`eval echo '${'$as_ac_Header'}'` 5696 { echo "$as_me:$LINENO: result: $ac_res" >&5 5697 echo "${ECHO_T}$ac_res" >&6; } 5698 5699 fi 5700 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4976 5701 cat >>confdefs.h <<_ACEOF 4977 #define HAVE_CMATH14978 _ACEOF 4979 4980 else 4981 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&54982 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5702 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5703 _ACEOF 5704 5705 else 5706 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5707 echo "$as_me: WARNING: STL classes missing ?" >&2;} 4983 5708 fi 4984 5709 4985 5710 done 4986 5711 5712 4987 5713 for ac_header in cstdio 4988 do : 4989 ac_fn_cxx_check_header_mongrel "$LINENO" "cstdio" "ac_cv_header_cstdio" "$ac_includes_default" 4990 if test "x$ac_cv_header_cstdio" = xyes; then : 5714 do 5715 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5716 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5717 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5718 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5719 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5720 echo $ECHO_N "(cached) $ECHO_C" >&6 5721 fi 5722 ac_res=`eval echo '${'$as_ac_Header'}'` 5723 { echo "$as_me:$LINENO: result: $ac_res" >&5 5724 echo "${ECHO_T}$ac_res" >&6; } 5725 else 5726 # Is the header compilable? 5727 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5728 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5729 cat >conftest.$ac_ext <<_ACEOF 5730 /* confdefs.h. */ 5731 _ACEOF 5732 cat confdefs.h >>conftest.$ac_ext 5733 cat >>conftest.$ac_ext <<_ACEOF 5734 /* end confdefs.h. */ 5735 $ac_includes_default 5736 #include <$ac_header> 5737 _ACEOF 5738 rm -f conftest.$ac_objext 5739 if { (ac_try="$ac_compile" 5740 case "(($ac_try" in 5741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5742 *) ac_try_echo=$ac_try;; 5743 esac 5744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5745 (eval "$ac_compile") 2>conftest.er1 5746 ac_status=$? 5747 grep -v '^ *+' conftest.er1 >conftest.err 5748 rm -f conftest.er1 5749 cat conftest.err >&5 5750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5751 (exit $ac_status); } && { 5752 test -z "$ac_cxx_werror_flag" || 5753 test ! -s conftest.err 5754 } && test -s conftest.$ac_objext; then 5755 ac_header_compiler=yes 5756 else 5757 echo "$as_me: failed program was:" >&5 5758 sed 's/^/| /' conftest.$ac_ext >&5 5759 5760 ac_header_compiler=no 5761 fi 5762 5763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5764 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5765 echo "${ECHO_T}$ac_header_compiler" >&6; } 5766 5767 # Is the header present? 5768 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5769 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5770 cat >conftest.$ac_ext <<_ACEOF 5771 /* confdefs.h. */ 5772 _ACEOF 5773 cat confdefs.h >>conftest.$ac_ext 5774 cat >>conftest.$ac_ext <<_ACEOF 5775 /* end confdefs.h. */ 5776 #include <$ac_header> 5777 _ACEOF 5778 if { (ac_try="$ac_cpp conftest.$ac_ext" 5779 case "(($ac_try" in 5780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5781 *) ac_try_echo=$ac_try;; 5782 esac 5783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5784 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5785 ac_status=$? 5786 grep -v '^ *+' conftest.er1 >conftest.err 5787 rm -f conftest.er1 5788 cat conftest.err >&5 5789 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5790 (exit $ac_status); } >/dev/null && { 5791 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5792 test ! -s conftest.err 5793 }; then 5794 ac_header_preproc=yes 5795 else 5796 echo "$as_me: failed program was:" >&5 5797 sed 's/^/| /' conftest.$ac_ext >&5 5798 5799 ac_header_preproc=no 5800 fi 5801 5802 rm -f conftest.err conftest.$ac_ext 5803 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5804 echo "${ECHO_T}$ac_header_preproc" >&6; } 5805 5806 # So? What about this header? 5807 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5808 yes:no: ) 5809 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5810 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5811 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5812 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5813 ac_header_preproc=yes 5814 ;; 5815 no:yes:* ) 5816 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5817 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5818 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5819 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5820 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5821 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5822 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5823 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5824 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5825 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5826 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5827 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5828 ( cat <<\_ASBOX 5829 ## ----------------------------------- ## 5830 ## Report this to rappture@nanohub.org ## 5831 ## ----------------------------------- ## 5832 _ASBOX 5833 ) | sed "s/^/$as_me: WARNING: /" >&2 5834 ;; 5835 esac 5836 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5837 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5838 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5839 echo $ECHO_N "(cached) $ECHO_C" >&6 5840 else 5841 eval "$as_ac_Header=\$ac_header_preproc" 5842 fi 5843 ac_res=`eval echo '${'$as_ac_Header'}'` 5844 { echo "$as_me:$LINENO: result: $ac_res" >&5 5845 echo "${ECHO_T}$ac_res" >&6; } 5846 5847 fi 5848 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4991 5849 cat >>confdefs.h <<_ACEOF 4992 #define HAVE_CSTDIO14993 _ACEOF 4994 4995 else 4996 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&54997 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5850 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5851 _ACEOF 5852 5853 else 5854 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5855 echo "$as_me: WARNING: STL classes missing ?" >&2;} 4998 5856 fi 4999 5857 5000 5858 done 5001 5859 5860 5002 5861 for ac_header in cstdlib 5003 do : 5004 ac_fn_cxx_check_header_mongrel "$LINENO" "cstdlib" "ac_cv_header_cstdlib" "$ac_includes_default" 5005 if test "x$ac_cv_header_cstdlib" = xyes; then : 5862 do 5863 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5864 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5865 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5866 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5867 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5868 echo $ECHO_N "(cached) $ECHO_C" >&6 5869 fi 5870 ac_res=`eval echo '${'$as_ac_Header'}'` 5871 { echo "$as_me:$LINENO: result: $ac_res" >&5 5872 echo "${ECHO_T}$ac_res" >&6; } 5873 else 5874 # Is the header compilable? 5875 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5876 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5877 cat >conftest.$ac_ext <<_ACEOF 5878 /* confdefs.h. */ 5879 _ACEOF 5880 cat confdefs.h >>conftest.$ac_ext 5881 cat >>conftest.$ac_ext <<_ACEOF 5882 /* end confdefs.h. */ 5883 $ac_includes_default 5884 #include <$ac_header> 5885 _ACEOF 5886 rm -f conftest.$ac_objext 5887 if { (ac_try="$ac_compile" 5888 case "(($ac_try" in 5889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5890 *) ac_try_echo=$ac_try;; 5891 esac 5892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5893 (eval "$ac_compile") 2>conftest.er1 5894 ac_status=$? 5895 grep -v '^ *+' conftest.er1 >conftest.err 5896 rm -f conftest.er1 5897 cat conftest.err >&5 5898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5899 (exit $ac_status); } && { 5900 test -z "$ac_cxx_werror_flag" || 5901 test ! -s conftest.err 5902 } && test -s conftest.$ac_objext; then 5903 ac_header_compiler=yes 5904 else 5905 echo "$as_me: failed program was:" >&5 5906 sed 's/^/| /' conftest.$ac_ext >&5 5907 5908 ac_header_compiler=no 5909 fi 5910 5911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5912 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5913 echo "${ECHO_T}$ac_header_compiler" >&6; } 5914 5915 # Is the header present? 5916 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5917 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5918 cat >conftest.$ac_ext <<_ACEOF 5919 /* confdefs.h. */ 5920 _ACEOF 5921 cat confdefs.h >>conftest.$ac_ext 5922 cat >>conftest.$ac_ext <<_ACEOF 5923 /* end confdefs.h. */ 5924 #include <$ac_header> 5925 _ACEOF 5926 if { (ac_try="$ac_cpp conftest.$ac_ext" 5927 case "(($ac_try" in 5928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5929 *) ac_try_echo=$ac_try;; 5930 esac 5931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5932 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5933 ac_status=$? 5934 grep -v '^ *+' conftest.er1 >conftest.err 5935 rm -f conftest.er1 5936 cat conftest.err >&5 5937 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5938 (exit $ac_status); } >/dev/null && { 5939 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 5940 test ! -s conftest.err 5941 }; then 5942 ac_header_preproc=yes 5943 else 5944 echo "$as_me: failed program was:" >&5 5945 sed 's/^/| /' conftest.$ac_ext >&5 5946 5947 ac_header_preproc=no 5948 fi 5949 5950 rm -f conftest.err conftest.$ac_ext 5951 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5952 echo "${ECHO_T}$ac_header_preproc" >&6; } 5953 5954 # So? What about this header? 5955 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5956 yes:no: ) 5957 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5958 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5959 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5960 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5961 ac_header_preproc=yes 5962 ;; 5963 no:yes:* ) 5964 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5965 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5966 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5967 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5968 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5969 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5970 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5971 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5972 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5973 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5974 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5975 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5976 ( cat <<\_ASBOX 5977 ## ----------------------------------- ## 5978 ## Report this to rappture@nanohub.org ## 5979 ## ----------------------------------- ## 5980 _ASBOX 5981 ) | sed "s/^/$as_me: WARNING: /" >&2 5982 ;; 5983 esac 5984 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5985 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5986 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5987 echo $ECHO_N "(cached) $ECHO_C" >&6 5988 else 5989 eval "$as_ac_Header=\$ac_header_preproc" 5990 fi 5991 ac_res=`eval echo '${'$as_ac_Header'}'` 5992 { echo "$as_me:$LINENO: result: $ac_res" >&5 5993 echo "${ECHO_T}$ac_res" >&6; } 5994 5995 fi 5996 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5006 5997 cat >>confdefs.h <<_ACEOF 5007 #define HAVE_CSTDLIB15008 _ACEOF 5009 5010 else 5011 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55012 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5998 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5999 _ACEOF 6000 6001 else 6002 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 6003 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5013 6004 fi 5014 6005 5015 6006 done 5016 6007 6008 5017 6009 for ac_header in cstring 5018 do : 5019 ac_fn_cxx_check_header_mongrel "$LINENO" "cstring" "ac_cv_header_cstring" "$ac_includes_default" 5020 if test "x$ac_cv_header_cstring" = xyes; then : 6010 do 6011 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6012 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6013 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6014 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6015 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6016 echo $ECHO_N "(cached) $ECHO_C" >&6 6017 fi 6018 ac_res=`eval echo '${'$as_ac_Header'}'` 6019 { echo "$as_me:$LINENO: result: $ac_res" >&5 6020 echo "${ECHO_T}$ac_res" >&6; } 6021 else 6022 # Is the header compilable? 6023 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6024 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6025 cat >conftest.$ac_ext <<_ACEOF 6026 /* confdefs.h. */ 6027 _ACEOF 6028 cat confdefs.h >>conftest.$ac_ext 6029 cat >>conftest.$ac_ext <<_ACEOF 6030 /* end confdefs.h. */ 6031 $ac_includes_default 6032 #include <$ac_header> 6033 _ACEOF 6034 rm -f conftest.$ac_objext 6035 if { (ac_try="$ac_compile" 6036 case "(($ac_try" in 6037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6038 *) ac_try_echo=$ac_try;; 6039 esac 6040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6041 (eval "$ac_compile") 2>conftest.er1 6042 ac_status=$? 6043 grep -v '^ *+' conftest.er1 >conftest.err 6044 rm -f conftest.er1 6045 cat conftest.err >&5 6046 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6047 (exit $ac_status); } && { 6048 test -z "$ac_cxx_werror_flag" || 6049 test ! -s conftest.err 6050 } && test -s conftest.$ac_objext; then 6051 ac_header_compiler=yes 6052 else 6053 echo "$as_me: failed program was:" >&5 6054 sed 's/^/| /' conftest.$ac_ext >&5 6055 6056 ac_header_compiler=no 6057 fi 6058 6059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6060 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6061 echo "${ECHO_T}$ac_header_compiler" >&6; } 6062 6063 # Is the header present? 6064 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6065 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6066 cat >conftest.$ac_ext <<_ACEOF 6067 /* confdefs.h. */ 6068 _ACEOF 6069 cat confdefs.h >>conftest.$ac_ext 6070 cat >>conftest.$ac_ext <<_ACEOF 6071 /* end confdefs.h. */ 6072 #include <$ac_header> 6073 _ACEOF 6074 if { (ac_try="$ac_cpp conftest.$ac_ext" 6075 case "(($ac_try" in 6076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6077 *) ac_try_echo=$ac_try;; 6078 esac 6079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6080 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6081 ac_status=$? 6082 grep -v '^ *+' conftest.er1 >conftest.err 6083 rm -f conftest.er1 6084 cat conftest.err >&5 6085 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6086 (exit $ac_status); } >/dev/null && { 6087 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6088 test ! -s conftest.err 6089 }; then 6090 ac_header_preproc=yes 6091 else 6092 echo "$as_me: failed program was:" >&5 6093 sed 's/^/| /' conftest.$ac_ext >&5 6094 6095 ac_header_preproc=no 6096 fi 6097 6098 rm -f conftest.err conftest.$ac_ext 6099 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6100 echo "${ECHO_T}$ac_header_preproc" >&6; } 6101 6102 # So? What about this header? 6103 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6104 yes:no: ) 6105 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6106 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6107 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6108 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6109 ac_header_preproc=yes 6110 ;; 6111 no:yes:* ) 6112 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6113 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6114 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6115 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6116 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6117 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6118 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6119 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6120 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6121 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6122 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6123 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6124 ( cat <<\_ASBOX 6125 ## ----------------------------------- ## 6126 ## Report this to rappture@nanohub.org ## 6127 ## ----------------------------------- ## 6128 _ASBOX 6129 ) | sed "s/^/$as_me: WARNING: /" >&2 6130 ;; 6131 esac 6132 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6133 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6134 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6135 echo $ECHO_N "(cached) $ECHO_C" >&6 6136 else 6137 eval "$as_ac_Header=\$ac_header_preproc" 6138 fi 6139 ac_res=`eval echo '${'$as_ac_Header'}'` 6140 { echo "$as_me:$LINENO: result: $ac_res" >&5 6141 echo "${ECHO_T}$ac_res" >&6; } 6142 6143 fi 6144 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5021 6145 cat >>confdefs.h <<_ACEOF 5022 #define HAVE_CSTRING15023 _ACEOF 5024 5025 else 5026 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55027 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}6146 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6147 _ACEOF 6148 6149 else 6150 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 6151 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5028 6152 fi 5029 6153 5030 6154 done 5031 6155 6156 5032 6157 for ac_header in fstream 5033 do : 5034 ac_fn_cxx_check_header_mongrel "$LINENO" "fstream" "ac_cv_header_fstream" "$ac_includes_default" 5035 if test "x$ac_cv_header_fstream" = xyes; then : 6158 do 6159 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6160 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6161 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6162 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6163 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6164 echo $ECHO_N "(cached) $ECHO_C" >&6 6165 fi 6166 ac_res=`eval echo '${'$as_ac_Header'}'` 6167 { echo "$as_me:$LINENO: result: $ac_res" >&5 6168 echo "${ECHO_T}$ac_res" >&6; } 6169 else 6170 # Is the header compilable? 6171 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6172 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6173 cat >conftest.$ac_ext <<_ACEOF 6174 /* confdefs.h. */ 6175 _ACEOF 6176 cat confdefs.h >>conftest.$ac_ext 6177 cat >>conftest.$ac_ext <<_ACEOF 6178 /* end confdefs.h. */ 6179 $ac_includes_default 6180 #include <$ac_header> 6181 _ACEOF 6182 rm -f conftest.$ac_objext 6183 if { (ac_try="$ac_compile" 6184 case "(($ac_try" in 6185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6186 *) ac_try_echo=$ac_try;; 6187 esac 6188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6189 (eval "$ac_compile") 2>conftest.er1 6190 ac_status=$? 6191 grep -v '^ *+' conftest.er1 >conftest.err 6192 rm -f conftest.er1 6193 cat conftest.err >&5 6194 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6195 (exit $ac_status); } && { 6196 test -z "$ac_cxx_werror_flag" || 6197 test ! -s conftest.err 6198 } && test -s conftest.$ac_objext; then 6199 ac_header_compiler=yes 6200 else 6201 echo "$as_me: failed program was:" >&5 6202 sed 's/^/| /' conftest.$ac_ext >&5 6203 6204 ac_header_compiler=no 6205 fi 6206 6207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6208 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6209 echo "${ECHO_T}$ac_header_compiler" >&6; } 6210 6211 # Is the header present? 6212 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6213 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6214 cat >conftest.$ac_ext <<_ACEOF 6215 /* confdefs.h. */ 6216 _ACEOF 6217 cat confdefs.h >>conftest.$ac_ext 6218 cat >>conftest.$ac_ext <<_ACEOF 6219 /* end confdefs.h. */ 6220 #include <$ac_header> 6221 _ACEOF 6222 if { (ac_try="$ac_cpp conftest.$ac_ext" 6223 case "(($ac_try" in 6224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6225 *) ac_try_echo=$ac_try;; 6226 esac 6227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6228 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6229 ac_status=$? 6230 grep -v '^ *+' conftest.er1 >conftest.err 6231 rm -f conftest.er1 6232 cat conftest.err >&5 6233 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6234 (exit $ac_status); } >/dev/null && { 6235 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6236 test ! -s conftest.err 6237 }; then 6238 ac_header_preproc=yes 6239 else 6240 echo "$as_me: failed program was:" >&5 6241 sed 's/^/| /' conftest.$ac_ext >&5 6242 6243 ac_header_preproc=no 6244 fi 6245 6246 rm -f conftest.err conftest.$ac_ext 6247 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6248 echo "${ECHO_T}$ac_header_preproc" >&6; } 6249 6250 # So? What about this header? 6251 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6252 yes:no: ) 6253 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6254 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6255 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6256 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6257 ac_header_preproc=yes 6258 ;; 6259 no:yes:* ) 6260 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6261 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6262 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6263 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6264 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6265 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6266 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6267 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6268 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6269 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6270 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6271 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6272 ( cat <<\_ASBOX 6273 ## ----------------------------------- ## 6274 ## Report this to rappture@nanohub.org ## 6275 ## ----------------------------------- ## 6276 _ASBOX 6277 ) | sed "s/^/$as_me: WARNING: /" >&2 6278 ;; 6279 esac 6280 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6281 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6282 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6283 echo $ECHO_N "(cached) $ECHO_C" >&6 6284 else 6285 eval "$as_ac_Header=\$ac_header_preproc" 6286 fi 6287 ac_res=`eval echo '${'$as_ac_Header'}'` 6288 { echo "$as_me:$LINENO: result: $ac_res" >&5 6289 echo "${ECHO_T}$ac_res" >&6; } 6290 6291 fi 6292 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5036 6293 cat >>confdefs.h <<_ACEOF 5037 #define HAVE_FSTREAM15038 _ACEOF 5039 5040 else 5041 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55042 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}6294 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6295 _ACEOF 6296 6297 else 6298 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 6299 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5043 6300 fi 5044 6301 5045 6302 done 5046 6303 6304 5047 6305 for ac_header in list 5048 do : 5049 ac_fn_cxx_check_header_mongrel "$LINENO" "list" "ac_cv_header_list" "$ac_includes_default" 5050 if test "x$ac_cv_header_list" = xyes; then : 6306 do 6307 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6308 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6309 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6310 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6311 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6312 echo $ECHO_N "(cached) $ECHO_C" >&6 6313 fi 6314 ac_res=`eval echo '${'$as_ac_Header'}'` 6315 { echo "$as_me:$LINENO: result: $ac_res" >&5 6316 echo "${ECHO_T}$ac_res" >&6; } 6317 else 6318 # Is the header compilable? 6319 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6320 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6321 cat >conftest.$ac_ext <<_ACEOF 6322 /* confdefs.h. */ 6323 _ACEOF 6324 cat confdefs.h >>conftest.$ac_ext 6325 cat >>conftest.$ac_ext <<_ACEOF 6326 /* end confdefs.h. */ 6327 $ac_includes_default 6328 #include <$ac_header> 6329 _ACEOF 6330 rm -f conftest.$ac_objext 6331 if { (ac_try="$ac_compile" 6332 case "(($ac_try" in 6333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6334 *) ac_try_echo=$ac_try;; 6335 esac 6336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6337 (eval "$ac_compile") 2>conftest.er1 6338 ac_status=$? 6339 grep -v '^ *+' conftest.er1 >conftest.err 6340 rm -f conftest.er1 6341 cat conftest.err >&5 6342 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6343 (exit $ac_status); } && { 6344 test -z "$ac_cxx_werror_flag" || 6345 test ! -s conftest.err 6346 } && test -s conftest.$ac_objext; then 6347 ac_header_compiler=yes 6348 else 6349 echo "$as_me: failed program was:" >&5 6350 sed 's/^/| /' conftest.$ac_ext >&5 6351 6352 ac_header_compiler=no 6353 fi 6354 6355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6356 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6357 echo "${ECHO_T}$ac_header_compiler" >&6; } 6358 6359 # Is the header present? 6360 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6361 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6362 cat >conftest.$ac_ext <<_ACEOF 6363 /* confdefs.h. */ 6364 _ACEOF 6365 cat confdefs.h >>conftest.$ac_ext 6366 cat >>conftest.$ac_ext <<_ACEOF 6367 /* end confdefs.h. */ 6368 #include <$ac_header> 6369 _ACEOF 6370 if { (ac_try="$ac_cpp conftest.$ac_ext" 6371 case "(($ac_try" in 6372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6373 *) ac_try_echo=$ac_try;; 6374 esac 6375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6376 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6377 ac_status=$? 6378 grep -v '^ *+' conftest.er1 >conftest.err 6379 rm -f conftest.er1 6380 cat conftest.err >&5 6381 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6382 (exit $ac_status); } >/dev/null && { 6383 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6384 test ! -s conftest.err 6385 }; then 6386 ac_header_preproc=yes 6387 else 6388 echo "$as_me: failed program was:" >&5 6389 sed 's/^/| /' conftest.$ac_ext >&5 6390 6391 ac_header_preproc=no 6392 fi 6393 6394 rm -f conftest.err conftest.$ac_ext 6395 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6396 echo "${ECHO_T}$ac_header_preproc" >&6; } 6397 6398 # So? What about this header? 6399 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6400 yes:no: ) 6401 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6402 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6403 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6404 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6405 ac_header_preproc=yes 6406 ;; 6407 no:yes:* ) 6408 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6409 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6410 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6411 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6412 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6413 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6414 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6415 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6416 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6417 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6418 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6419 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6420 ( cat <<\_ASBOX 6421 ## ----------------------------------- ## 6422 ## Report this to rappture@nanohub.org ## 6423 ## ----------------------------------- ## 6424 _ASBOX 6425 ) | sed "s/^/$as_me: WARNING: /" >&2 6426 ;; 6427 esac 6428 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6429 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6430 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6431 echo $ECHO_N "(cached) $ECHO_C" >&6 6432 else 6433 eval "$as_ac_Header=\$ac_header_preproc" 6434 fi 6435 ac_res=`eval echo '${'$as_ac_Header'}'` 6436 { echo "$as_me:$LINENO: result: $ac_res" >&5 6437 echo "${ECHO_T}$ac_res" >&6; } 6438 6439 fi 6440 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5051 6441 cat >>confdefs.h <<_ACEOF 5052 #define HAVE_LIST15053 _ACEOF 5054 5055 else 5056 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55057 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}6442 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6443 _ACEOF 6444 6445 else 6446 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 6447 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5058 6448 fi 5059 6449 5060 6450 done 5061 6451 6452 5062 6453 for ac_header in iostream 5063 do : 5064 ac_fn_cxx_check_header_mongrel "$LINENO" "iostream" "ac_cv_header_iostream" "$ac_includes_default" 5065 if test "x$ac_cv_header_iostream" = xyes; then : 6454 do 6455 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6456 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6457 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6458 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6459 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6460 echo $ECHO_N "(cached) $ECHO_C" >&6 6461 fi 6462 ac_res=`eval echo '${'$as_ac_Header'}'` 6463 { echo "$as_me:$LINENO: result: $ac_res" >&5 6464 echo "${ECHO_T}$ac_res" >&6; } 6465 else 6466 # Is the header compilable? 6467 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6468 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6469 cat >conftest.$ac_ext <<_ACEOF 6470 /* confdefs.h. */ 6471 _ACEOF 6472 cat confdefs.h >>conftest.$ac_ext 6473 cat >>conftest.$ac_ext <<_ACEOF 6474 /* end confdefs.h. */ 6475 $ac_includes_default 6476 #include <$ac_header> 6477 _ACEOF 6478 rm -f conftest.$ac_objext 6479 if { (ac_try="$ac_compile" 6480 case "(($ac_try" in 6481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6482 *) ac_try_echo=$ac_try;; 6483 esac 6484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6485 (eval "$ac_compile") 2>conftest.er1 6486 ac_status=$? 6487 grep -v '^ *+' conftest.er1 >conftest.err 6488 rm -f conftest.er1 6489 cat conftest.err >&5 6490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6491 (exit $ac_status); } && { 6492 test -z "$ac_cxx_werror_flag" || 6493 test ! -s conftest.err 6494 } && test -s conftest.$ac_objext; then 6495 ac_header_compiler=yes 6496 else 6497 echo "$as_me: failed program was:" >&5 6498 sed 's/^/| /' conftest.$ac_ext >&5 6499 6500 ac_header_compiler=no 6501 fi 6502 6503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6504 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6505 echo "${ECHO_T}$ac_header_compiler" >&6; } 6506 6507 # Is the header present? 6508 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6509 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6510 cat >conftest.$ac_ext <<_ACEOF 6511 /* confdefs.h. */ 6512 _ACEOF 6513 cat confdefs.h >>conftest.$ac_ext 6514 cat >>conftest.$ac_ext <<_ACEOF 6515 /* end confdefs.h. */ 6516 #include <$ac_header> 6517 _ACEOF 6518 if { (ac_try="$ac_cpp conftest.$ac_ext" 6519 case "(($ac_try" in 6520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6521 *) ac_try_echo=$ac_try;; 6522 esac 6523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6524 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6525 ac_status=$? 6526 grep -v '^ *+' conftest.er1 >conftest.err 6527 rm -f conftest.er1 6528 cat conftest.err >&5 6529 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6530 (exit $ac_status); } >/dev/null && { 6531 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6532 test ! -s conftest.err 6533 }; then 6534 ac_header_preproc=yes 6535 else 6536 echo "$as_me: failed program was:" >&5 6537 sed 's/^/| /' conftest.$ac_ext >&5 6538 6539 ac_header_preproc=no 6540 fi 6541 6542 rm -f conftest.err conftest.$ac_ext 6543 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6544 echo "${ECHO_T}$ac_header_preproc" >&6; } 6545 6546 # So? What about this header? 6547 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6548 yes:no: ) 6549 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6550 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6551 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6552 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6553 ac_header_preproc=yes 6554 ;; 6555 no:yes:* ) 6556 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6557 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6558 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6559 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6560 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6561 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6562 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6563 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6564 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6565 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6566 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6567 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6568 ( cat <<\_ASBOX 6569 ## ----------------------------------- ## 6570 ## Report this to rappture@nanohub.org ## 6571 ## ----------------------------------- ## 6572 _ASBOX 6573 ) | sed "s/^/$as_me: WARNING: /" >&2 6574 ;; 6575 esac 6576 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6577 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6578 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6579 echo $ECHO_N "(cached) $ECHO_C" >&6 6580 else 6581 eval "$as_ac_Header=\$ac_header_preproc" 6582 fi 6583 ac_res=`eval echo '${'$as_ac_Header'}'` 6584 { echo "$as_me:$LINENO: result: $ac_res" >&5 6585 echo "${ECHO_T}$ac_res" >&6; } 6586 6587 fi 6588 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5066 6589 cat >>confdefs.h <<_ACEOF 5067 #define HAVE_IOSTREAM15068 _ACEOF 5069 5070 else 5071 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55072 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}6590 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6591 _ACEOF 6592 6593 else 6594 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 6595 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5073 6596 fi 5074 6597 5075 6598 done 5076 6599 6600 5077 6601 for ac_header in iterator 5078 do : 5079 ac_fn_cxx_check_header_mongrel "$LINENO" "iterator" "ac_cv_header_iterator" "$ac_includes_default" 5080 if test "x$ac_cv_header_iterator" = xyes; then : 6602 do 6603 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6604 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6605 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6606 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6607 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6608 echo $ECHO_N "(cached) $ECHO_C" >&6 6609 fi 6610 ac_res=`eval echo '${'$as_ac_Header'}'` 6611 { echo "$as_me:$LINENO: result: $ac_res" >&5 6612 echo "${ECHO_T}$ac_res" >&6; } 6613 else 6614 # Is the header compilable? 6615 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6616 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6617 cat >conftest.$ac_ext <<_ACEOF 6618 /* confdefs.h. */ 6619 _ACEOF 6620 cat confdefs.h >>conftest.$ac_ext 6621 cat >>conftest.$ac_ext <<_ACEOF 6622 /* end confdefs.h. */ 6623 $ac_includes_default 6624 #include <$ac_header> 6625 _ACEOF 6626 rm -f conftest.$ac_objext 6627 if { (ac_try="$ac_compile" 6628 case "(($ac_try" in 6629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6630 *) ac_try_echo=$ac_try;; 6631 esac 6632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6633 (eval "$ac_compile") 2>conftest.er1 6634 ac_status=$? 6635 grep -v '^ *+' conftest.er1 >conftest.err 6636 rm -f conftest.er1 6637 cat conftest.err >&5 6638 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6639 (exit $ac_status); } && { 6640 test -z "$ac_cxx_werror_flag" || 6641 test ! -s conftest.err 6642 } && test -s conftest.$ac_objext; then 6643 ac_header_compiler=yes 6644 else 6645 echo "$as_me: failed program was:" >&5 6646 sed 's/^/| /' conftest.$ac_ext >&5 6647 6648 ac_header_compiler=no 6649 fi 6650 6651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6652 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6653 echo "${ECHO_T}$ac_header_compiler" >&6; } 6654 6655 # Is the header present? 6656 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6657 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6658 cat >conftest.$ac_ext <<_ACEOF 6659 /* confdefs.h. */ 6660 _ACEOF 6661 cat confdefs.h >>conftest.$ac_ext 6662 cat >>conftest.$ac_ext <<_ACEOF 6663 /* end confdefs.h. */ 6664 #include <$ac_header> 6665 _ACEOF 6666 if { (ac_try="$ac_cpp conftest.$ac_ext" 6667 case "(($ac_try" in 6668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6669 *) ac_try_echo=$ac_try;; 6670 esac 6671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6672 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6673 ac_status=$? 6674 grep -v '^ *+' conftest.er1 >conftest.err 6675 rm -f conftest.er1 6676 cat conftest.err >&5 6677 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6678 (exit $ac_status); } >/dev/null && { 6679 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6680 test ! -s conftest.err 6681 }; then 6682 ac_header_preproc=yes 6683 else 6684 echo "$as_me: failed program was:" >&5 6685 sed 's/^/| /' conftest.$ac_ext >&5 6686 6687 ac_header_preproc=no 6688 fi 6689 6690 rm -f conftest.err conftest.$ac_ext 6691 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6692 echo "${ECHO_T}$ac_header_preproc" >&6; } 6693 6694 # So? What about this header? 6695 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6696 yes:no: ) 6697 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6698 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6699 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6700 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6701 ac_header_preproc=yes 6702 ;; 6703 no:yes:* ) 6704 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6705 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6706 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6707 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6708 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6709 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6710 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6711 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6712 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6713 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6714 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6715 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6716 ( cat <<\_ASBOX 6717 ## ----------------------------------- ## 6718 ## Report this to rappture@nanohub.org ## 6719 ## ----------------------------------- ## 6720 _ASBOX 6721 ) | sed "s/^/$as_me: WARNING: /" >&2 6722 ;; 6723 esac 6724 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6725 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6726 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6727 echo $ECHO_N "(cached) $ECHO_C" >&6 6728 else 6729 eval "$as_ac_Header=\$ac_header_preproc" 6730 fi 6731 ac_res=`eval echo '${'$as_ac_Header'}'` 6732 { echo "$as_me:$LINENO: result: $ac_res" >&5 6733 echo "${ECHO_T}$ac_res" >&6; } 6734 6735 fi 6736 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5081 6737 cat >>confdefs.h <<_ACEOF 5082 #define HAVE_ITERATOR15083 _ACEOF 5084 5085 else 5086 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55087 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}6738 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6739 _ACEOF 6740 6741 else 6742 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 6743 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5088 6744 fi 5089 6745 5090 6746 done 5091 6747 6748 5092 6749 for ac_header in sstream 5093 do : 5094 ac_fn_cxx_check_header_mongrel "$LINENO" "sstream" "ac_cv_header_sstream" "$ac_includes_default" 5095 if test "x$ac_cv_header_sstream" = xyes; then : 6750 do 6751 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6752 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6753 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6754 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6755 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6756 echo $ECHO_N "(cached) $ECHO_C" >&6 6757 fi 6758 ac_res=`eval echo '${'$as_ac_Header'}'` 6759 { echo "$as_me:$LINENO: result: $ac_res" >&5 6760 echo "${ECHO_T}$ac_res" >&6; } 6761 else 6762 # Is the header compilable? 6763 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6764 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6765 cat >conftest.$ac_ext <<_ACEOF 6766 /* confdefs.h. */ 6767 _ACEOF 6768 cat confdefs.h >>conftest.$ac_ext 6769 cat >>conftest.$ac_ext <<_ACEOF 6770 /* end confdefs.h. */ 6771 $ac_includes_default 6772 #include <$ac_header> 6773 _ACEOF 6774 rm -f conftest.$ac_objext 6775 if { (ac_try="$ac_compile" 6776 case "(($ac_try" in 6777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6778 *) ac_try_echo=$ac_try;; 6779 esac 6780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6781 (eval "$ac_compile") 2>conftest.er1 6782 ac_status=$? 6783 grep -v '^ *+' conftest.er1 >conftest.err 6784 rm -f conftest.er1 6785 cat conftest.err >&5 6786 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6787 (exit $ac_status); } && { 6788 test -z "$ac_cxx_werror_flag" || 6789 test ! -s conftest.err 6790 } && test -s conftest.$ac_objext; then 6791 ac_header_compiler=yes 6792 else 6793 echo "$as_me: failed program was:" >&5 6794 sed 's/^/| /' conftest.$ac_ext >&5 6795 6796 ac_header_compiler=no 6797 fi 6798 6799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6800 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6801 echo "${ECHO_T}$ac_header_compiler" >&6; } 6802 6803 # Is the header present? 6804 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6805 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6806 cat >conftest.$ac_ext <<_ACEOF 6807 /* confdefs.h. */ 6808 _ACEOF 6809 cat confdefs.h >>conftest.$ac_ext 6810 cat >>conftest.$ac_ext <<_ACEOF 6811 /* end confdefs.h. */ 6812 #include <$ac_header> 6813 _ACEOF 6814 if { (ac_try="$ac_cpp conftest.$ac_ext" 6815 case "(($ac_try" in 6816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6817 *) ac_try_echo=$ac_try;; 6818 esac 6819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6820 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6821 ac_status=$? 6822 grep -v '^ *+' conftest.er1 >conftest.err 6823 rm -f conftest.er1 6824 cat conftest.err >&5 6825 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6826 (exit $ac_status); } >/dev/null && { 6827 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6828 test ! -s conftest.err 6829 }; then 6830 ac_header_preproc=yes 6831 else 6832 echo "$as_me: failed program was:" >&5 6833 sed 's/^/| /' conftest.$ac_ext >&5 6834 6835 ac_header_preproc=no 6836 fi 6837 6838 rm -f conftest.err conftest.$ac_ext 6839 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6840 echo "${ECHO_T}$ac_header_preproc" >&6; } 6841 6842 # So? What about this header? 6843 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6844 yes:no: ) 6845 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6846 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6847 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6848 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6849 ac_header_preproc=yes 6850 ;; 6851 no:yes:* ) 6852 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6853 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6854 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6855 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6856 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6857 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6858 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6859 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6860 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6861 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6862 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6863 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 6864 ( cat <<\_ASBOX 6865 ## ----------------------------------- ## 6866 ## Report this to rappture@nanohub.org ## 6867 ## ----------------------------------- ## 6868 _ASBOX 6869 ) | sed "s/^/$as_me: WARNING: /" >&2 6870 ;; 6871 esac 6872 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6873 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6874 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6875 echo $ECHO_N "(cached) $ECHO_C" >&6 6876 else 6877 eval "$as_ac_Header=\$ac_header_preproc" 6878 fi 6879 ac_res=`eval echo '${'$as_ac_Header'}'` 6880 { echo "$as_me:$LINENO: result: $ac_res" >&5 6881 echo "${ECHO_T}$ac_res" >&6; } 6882 6883 fi 6884 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5096 6885 cat >>confdefs.h <<_ACEOF 5097 #define HAVE_SSTREAM15098 _ACEOF 5099 5100 else 5101 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55102 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}6886 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 6887 _ACEOF 6888 6889 else 6890 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 6891 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5103 6892 fi 5104 6893 5105 6894 done 5106 6895 6896 5107 6897 for ac_header in stack 5108 do : 5109 ac_fn_cxx_check_header_mongrel "$LINENO" "stack" "ac_cv_header_stack" "$ac_includes_default" 5110 if test "x$ac_cv_header_stack" = xyes; then : 6898 do 6899 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6900 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6901 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6902 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 6903 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6904 echo $ECHO_N "(cached) $ECHO_C" >&6 6905 fi 6906 ac_res=`eval echo '${'$as_ac_Header'}'` 6907 { echo "$as_me:$LINENO: result: $ac_res" >&5 6908 echo "${ECHO_T}$ac_res" >&6; } 6909 else 6910 # Is the header compilable? 6911 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6912 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6913 cat >conftest.$ac_ext <<_ACEOF 6914 /* confdefs.h. */ 6915 _ACEOF 6916 cat confdefs.h >>conftest.$ac_ext 6917 cat >>conftest.$ac_ext <<_ACEOF 6918 /* end confdefs.h. */ 6919 $ac_includes_default 6920 #include <$ac_header> 6921 _ACEOF 6922 rm -f conftest.$ac_objext 6923 if { (ac_try="$ac_compile" 6924 case "(($ac_try" in 6925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6926 *) ac_try_echo=$ac_try;; 6927 esac 6928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6929 (eval "$ac_compile") 2>conftest.er1 6930 ac_status=$? 6931 grep -v '^ *+' conftest.er1 >conftest.err 6932 rm -f conftest.er1 6933 cat conftest.err >&5 6934 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6935 (exit $ac_status); } && { 6936 test -z "$ac_cxx_werror_flag" || 6937 test ! -s conftest.err 6938 } && test -s conftest.$ac_objext; then 6939 ac_header_compiler=yes 6940 else 6941 echo "$as_me: failed program was:" >&5 6942 sed 's/^/| /' conftest.$ac_ext >&5 6943 6944 ac_header_compiler=no 6945 fi 6946 6947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6948 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6949 echo "${ECHO_T}$ac_header_compiler" >&6; } 6950 6951 # Is the header present? 6952 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6953 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 6954 cat >conftest.$ac_ext <<_ACEOF 6955 /* confdefs.h. */ 6956 _ACEOF 6957 cat confdefs.h >>conftest.$ac_ext 6958 cat >>conftest.$ac_ext <<_ACEOF 6959 /* end confdefs.h. */ 6960 #include <$ac_header> 6961 _ACEOF 6962 if { (ac_try="$ac_cpp conftest.$ac_ext" 6963 case "(($ac_try" in 6964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6965 *) ac_try_echo=$ac_try;; 6966 esac 6967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6968 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6969 ac_status=$? 6970 grep -v '^ *+' conftest.er1 >conftest.err 6971 rm -f conftest.er1 6972 cat conftest.err >&5 6973 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6974 (exit $ac_status); } >/dev/null && { 6975 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 6976 test ! -s conftest.err 6977 }; then 6978 ac_header_preproc=yes 6979 else 6980 echo "$as_me: failed program was:" >&5 6981 sed 's/^/| /' conftest.$ac_ext >&5 6982 6983 ac_header_preproc=no 6984 fi 6985 6986 rm -f conftest.err conftest.$ac_ext 6987 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6988 echo "${ECHO_T}$ac_header_preproc" >&6; } 6989 6990 # So? What about this header? 6991 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6992 yes:no: ) 6993 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6994 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6995 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6996 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6997 ac_header_preproc=yes 6998 ;; 6999 no:yes:* ) 7000 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7001 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7002 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7003 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7004 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7005 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7006 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7007 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7008 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7009 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7010 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7011 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7012 ( cat <<\_ASBOX 7013 ## ----------------------------------- ## 7014 ## Report this to rappture@nanohub.org ## 7015 ## ----------------------------------- ## 7016 _ASBOX 7017 ) | sed "s/^/$as_me: WARNING: /" >&2 7018 ;; 7019 esac 7020 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7021 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7022 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7023 echo $ECHO_N "(cached) $ECHO_C" >&6 7024 else 7025 eval "$as_ac_Header=\$ac_header_preproc" 7026 fi 7027 ac_res=`eval echo '${'$as_ac_Header'}'` 7028 { echo "$as_me:$LINENO: result: $ac_res" >&5 7029 echo "${ECHO_T}$ac_res" >&6; } 7030 7031 fi 7032 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5111 7033 cat >>confdefs.h <<_ACEOF 5112 #define HAVE_STACK15113 _ACEOF 5114 5115 else 5116 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55117 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}7034 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7035 _ACEOF 7036 7037 else 7038 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 7039 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5118 7040 fi 5119 7041 5120 7042 done 5121 7043 7044 5122 7045 for ac_header in string 5123 do : 5124 ac_fn_cxx_check_header_mongrel "$LINENO" "string" "ac_cv_header_string" "$ac_includes_default" 5125 if test "x$ac_cv_header_string" = xyes; then : 7046 do 7047 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7048 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7049 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7050 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7051 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7052 echo $ECHO_N "(cached) $ECHO_C" >&6 7053 fi 7054 ac_res=`eval echo '${'$as_ac_Header'}'` 7055 { echo "$as_me:$LINENO: result: $ac_res" >&5 7056 echo "${ECHO_T}$ac_res" >&6; } 7057 else 7058 # Is the header compilable? 7059 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7060 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7061 cat >conftest.$ac_ext <<_ACEOF 7062 /* confdefs.h. */ 7063 _ACEOF 7064 cat confdefs.h >>conftest.$ac_ext 7065 cat >>conftest.$ac_ext <<_ACEOF 7066 /* end confdefs.h. */ 7067 $ac_includes_default 7068 #include <$ac_header> 7069 _ACEOF 7070 rm -f conftest.$ac_objext 7071 if { (ac_try="$ac_compile" 7072 case "(($ac_try" in 7073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7074 *) ac_try_echo=$ac_try;; 7075 esac 7076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7077 (eval "$ac_compile") 2>conftest.er1 7078 ac_status=$? 7079 grep -v '^ *+' conftest.er1 >conftest.err 7080 rm -f conftest.er1 7081 cat conftest.err >&5 7082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7083 (exit $ac_status); } && { 7084 test -z "$ac_cxx_werror_flag" || 7085 test ! -s conftest.err 7086 } && test -s conftest.$ac_objext; then 7087 ac_header_compiler=yes 7088 else 7089 echo "$as_me: failed program was:" >&5 7090 sed 's/^/| /' conftest.$ac_ext >&5 7091 7092 ac_header_compiler=no 7093 fi 7094 7095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7096 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7097 echo "${ECHO_T}$ac_header_compiler" >&6; } 7098 7099 # Is the header present? 7100 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7101 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7102 cat >conftest.$ac_ext <<_ACEOF 7103 /* confdefs.h. */ 7104 _ACEOF 7105 cat confdefs.h >>conftest.$ac_ext 7106 cat >>conftest.$ac_ext <<_ACEOF 7107 /* end confdefs.h. */ 7108 #include <$ac_header> 7109 _ACEOF 7110 if { (ac_try="$ac_cpp conftest.$ac_ext" 7111 case "(($ac_try" in 7112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7113 *) ac_try_echo=$ac_try;; 7114 esac 7115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7116 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7117 ac_status=$? 7118 grep -v '^ *+' conftest.er1 >conftest.err 7119 rm -f conftest.er1 7120 cat conftest.err >&5 7121 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7122 (exit $ac_status); } >/dev/null && { 7123 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 7124 test ! -s conftest.err 7125 }; then 7126 ac_header_preproc=yes 7127 else 7128 echo "$as_me: failed program was:" >&5 7129 sed 's/^/| /' conftest.$ac_ext >&5 7130 7131 ac_header_preproc=no 7132 fi 7133 7134 rm -f conftest.err conftest.$ac_ext 7135 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7136 echo "${ECHO_T}$ac_header_preproc" >&6; } 7137 7138 # So? What about this header? 7139 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 7140 yes:no: ) 7141 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7142 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7143 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7144 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7145 ac_header_preproc=yes 7146 ;; 7147 no:yes:* ) 7148 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7149 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7150 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7151 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7152 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7153 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7154 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7155 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7156 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7157 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7158 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7159 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7160 ( cat <<\_ASBOX 7161 ## ----------------------------------- ## 7162 ## Report this to rappture@nanohub.org ## 7163 ## ----------------------------------- ## 7164 _ASBOX 7165 ) | sed "s/^/$as_me: WARNING: /" >&2 7166 ;; 7167 esac 7168 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7169 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7170 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7171 echo $ECHO_N "(cached) $ECHO_C" >&6 7172 else 7173 eval "$as_ac_Header=\$ac_header_preproc" 7174 fi 7175 ac_res=`eval echo '${'$as_ac_Header'}'` 7176 { echo "$as_me:$LINENO: result: $ac_res" >&5 7177 echo "${ECHO_T}$ac_res" >&6; } 7178 7179 fi 7180 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5126 7181 cat >>confdefs.h <<_ACEOF 5127 #define HAVE_STRING15128 _ACEOF 5129 5130 else 5131 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55132 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}7182 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7183 _ACEOF 7184 7185 else 7186 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 7187 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5133 7188 fi 5134 7189 5135 7190 done 5136 7191 7192 5137 7193 for ac_header in vector 5138 do : 5139 ac_fn_cxx_check_header_mongrel "$LINENO" "vector" "ac_cv_header_vector" "$ac_includes_default" 5140 if test "x$ac_cv_header_vector" = xyes; then : 7194 do 7195 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7196 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7197 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7198 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7199 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7200 echo $ECHO_N "(cached) $ECHO_C" >&6 7201 fi 7202 ac_res=`eval echo '${'$as_ac_Header'}'` 7203 { echo "$as_me:$LINENO: result: $ac_res" >&5 7204 echo "${ECHO_T}$ac_res" >&6; } 7205 else 7206 # Is the header compilable? 7207 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7208 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7209 cat >conftest.$ac_ext <<_ACEOF 7210 /* confdefs.h. */ 7211 _ACEOF 7212 cat confdefs.h >>conftest.$ac_ext 7213 cat >>conftest.$ac_ext <<_ACEOF 7214 /* end confdefs.h. */ 7215 $ac_includes_default 7216 #include <$ac_header> 7217 _ACEOF 7218 rm -f conftest.$ac_objext 7219 if { (ac_try="$ac_compile" 7220 case "(($ac_try" in 7221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7222 *) ac_try_echo=$ac_try;; 7223 esac 7224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7225 (eval "$ac_compile") 2>conftest.er1 7226 ac_status=$? 7227 grep -v '^ *+' conftest.er1 >conftest.err 7228 rm -f conftest.er1 7229 cat conftest.err >&5 7230 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7231 (exit $ac_status); } && { 7232 test -z "$ac_cxx_werror_flag" || 7233 test ! -s conftest.err 7234 } && test -s conftest.$ac_objext; then 7235 ac_header_compiler=yes 7236 else 7237 echo "$as_me: failed program was:" >&5 7238 sed 's/^/| /' conftest.$ac_ext >&5 7239 7240 ac_header_compiler=no 7241 fi 7242 7243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7244 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7245 echo "${ECHO_T}$ac_header_compiler" >&6; } 7246 7247 # Is the header present? 7248 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7249 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7250 cat >conftest.$ac_ext <<_ACEOF 7251 /* confdefs.h. */ 7252 _ACEOF 7253 cat confdefs.h >>conftest.$ac_ext 7254 cat >>conftest.$ac_ext <<_ACEOF 7255 /* end confdefs.h. */ 7256 #include <$ac_header> 7257 _ACEOF 7258 if { (ac_try="$ac_cpp conftest.$ac_ext" 7259 case "(($ac_try" in 7260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7261 *) ac_try_echo=$ac_try;; 7262 esac 7263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7264 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7265 ac_status=$? 7266 grep -v '^ *+' conftest.er1 >conftest.err 7267 rm -f conftest.er1 7268 cat conftest.err >&5 7269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7270 (exit $ac_status); } >/dev/null && { 7271 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 7272 test ! -s conftest.err 7273 }; then 7274 ac_header_preproc=yes 7275 else 7276 echo "$as_me: failed program was:" >&5 7277 sed 's/^/| /' conftest.$ac_ext >&5 7278 7279 ac_header_preproc=no 7280 fi 7281 7282 rm -f conftest.err conftest.$ac_ext 7283 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7284 echo "${ECHO_T}$ac_header_preproc" >&6; } 7285 7286 # So? What about this header? 7287 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 7288 yes:no: ) 7289 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7290 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7291 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7292 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7293 ac_header_preproc=yes 7294 ;; 7295 no:yes:* ) 7296 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7297 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7298 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7299 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7300 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7301 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7302 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7303 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7304 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7305 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7306 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7307 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7308 ( cat <<\_ASBOX 7309 ## ----------------------------------- ## 7310 ## Report this to rappture@nanohub.org ## 7311 ## ----------------------------------- ## 7312 _ASBOX 7313 ) | sed "s/^/$as_me: WARNING: /" >&2 7314 ;; 7315 esac 7316 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7317 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7318 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7319 echo $ECHO_N "(cached) $ECHO_C" >&6 7320 else 7321 eval "$as_ac_Header=\$ac_header_preproc" 7322 fi 7323 ac_res=`eval echo '${'$as_ac_Header'}'` 7324 { echo "$as_me:$LINENO: result: $ac_res" >&5 7325 echo "${ECHO_T}$ac_res" >&6; } 7326 7327 fi 7328 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5141 7329 cat >>confdefs.h <<_ACEOF 5142 #define HAVE_VECTOR15143 _ACEOF 5144 5145 else 5146 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: STL classes missing ?" >&55147 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}7330 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7331 _ACEOF 7332 7333 else 7334 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 7335 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5148 7336 fi 5149 7337 … … 5151 7339 5152 7340 7341 5153 7342 for ac_header in assert.h 5154 do : 5155 ac_fn_cxx_check_header_mongrel "$LINENO" "assert.h" "ac_cv_header_assert_h" "$ac_includes_default" 5156 if test "x$ac_cv_header_assert_h" = xyes; then : 7343 do 7344 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7345 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7346 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7347 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7348 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7349 echo $ECHO_N "(cached) $ECHO_C" >&6 7350 fi 7351 ac_res=`eval echo '${'$as_ac_Header'}'` 7352 { echo "$as_me:$LINENO: result: $ac_res" >&5 7353 echo "${ECHO_T}$ac_res" >&6; } 7354 else 7355 # Is the header compilable? 7356 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7357 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7358 cat >conftest.$ac_ext <<_ACEOF 7359 /* confdefs.h. */ 7360 _ACEOF 7361 cat confdefs.h >>conftest.$ac_ext 7362 cat >>conftest.$ac_ext <<_ACEOF 7363 /* end confdefs.h. */ 7364 $ac_includes_default 7365 #include <$ac_header> 7366 _ACEOF 7367 rm -f conftest.$ac_objext 7368 if { (ac_try="$ac_compile" 7369 case "(($ac_try" in 7370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7371 *) ac_try_echo=$ac_try;; 7372 esac 7373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7374 (eval "$ac_compile") 2>conftest.er1 7375 ac_status=$? 7376 grep -v '^ *+' conftest.er1 >conftest.err 7377 rm -f conftest.er1 7378 cat conftest.err >&5 7379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7380 (exit $ac_status); } && { 7381 test -z "$ac_cxx_werror_flag" || 7382 test ! -s conftest.err 7383 } && test -s conftest.$ac_objext; then 7384 ac_header_compiler=yes 7385 else 7386 echo "$as_me: failed program was:" >&5 7387 sed 's/^/| /' conftest.$ac_ext >&5 7388 7389 ac_header_compiler=no 7390 fi 7391 7392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7393 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7394 echo "${ECHO_T}$ac_header_compiler" >&6; } 7395 7396 # Is the header present? 7397 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7398 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7399 cat >conftest.$ac_ext <<_ACEOF 7400 /* confdefs.h. */ 7401 _ACEOF 7402 cat confdefs.h >>conftest.$ac_ext 7403 cat >>conftest.$ac_ext <<_ACEOF 7404 /* end confdefs.h. */ 7405 #include <$ac_header> 7406 _ACEOF 7407 if { (ac_try="$ac_cpp conftest.$ac_ext" 7408 case "(($ac_try" in 7409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7410 *) ac_try_echo=$ac_try;; 7411 esac 7412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7413 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7414 ac_status=$? 7415 grep -v '^ *+' conftest.er1 >conftest.err 7416 rm -f conftest.er1 7417 cat conftest.err >&5 7418 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7419 (exit $ac_status); } >/dev/null && { 7420 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 7421 test ! -s conftest.err 7422 }; then 7423 ac_header_preproc=yes 7424 else 7425 echo "$as_me: failed program was:" >&5 7426 sed 's/^/| /' conftest.$ac_ext >&5 7427 7428 ac_header_preproc=no 7429 fi 7430 7431 rm -f conftest.err conftest.$ac_ext 7432 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7433 echo "${ECHO_T}$ac_header_preproc" >&6; } 7434 7435 # So? What about this header? 7436 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 7437 yes:no: ) 7438 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7439 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7440 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7441 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7442 ac_header_preproc=yes 7443 ;; 7444 no:yes:* ) 7445 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7446 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7447 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7448 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7449 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7450 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7451 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7452 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7453 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7454 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7455 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7456 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7457 ( cat <<\_ASBOX 7458 ## ----------------------------------- ## 7459 ## Report this to rappture@nanohub.org ## 7460 ## ----------------------------------- ## 7461 _ASBOX 7462 ) | sed "s/^/$as_me: WARNING: /" >&2 7463 ;; 7464 esac 7465 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7466 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7467 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7468 echo $ECHO_N "(cached) $ECHO_C" >&6 7469 else 7470 eval "$as_ac_Header=\$ac_header_preproc" 7471 fi 7472 ac_res=`eval echo '${'$as_ac_Header'}'` 7473 { echo "$as_me:$LINENO: result: $ac_res" >&5 7474 echo "${ECHO_T}$ac_res" >&6; } 7475 7476 fi 7477 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5157 7478 cat >>confdefs.h <<_ACEOF 5158 #define HAVE_ASSERT_H15159 _ACEOF 5160 5161 else 5162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55163 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}7479 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7480 _ACEOF 7481 7482 else 7483 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 7484 echo "$as_me: WARNING: C headers missing ?" >&2;} 5164 7485 fi 5165 7486 5166 7487 done 5167 7488 7489 5168 7490 for ac_header in ctype.h 5169 do : 5170 ac_fn_cxx_check_header_mongrel "$LINENO" "ctype.h" "ac_cv_header_ctype_h" "$ac_includes_default" 5171 if test "x$ac_cv_header_ctype_h" = xyes; then : 7491 do 7492 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7493 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7494 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7495 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7496 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7497 echo $ECHO_N "(cached) $ECHO_C" >&6 7498 fi 7499 ac_res=`eval echo '${'$as_ac_Header'}'` 7500 { echo "$as_me:$LINENO: result: $ac_res" >&5 7501 echo "${ECHO_T}$ac_res" >&6; } 7502 else 7503 # Is the header compilable? 7504 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7505 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7506 cat >conftest.$ac_ext <<_ACEOF 7507 /* confdefs.h. */ 7508 _ACEOF 7509 cat confdefs.h >>conftest.$ac_ext 7510 cat >>conftest.$ac_ext <<_ACEOF 7511 /* end confdefs.h. */ 7512 $ac_includes_default 7513 #include <$ac_header> 7514 _ACEOF 7515 rm -f conftest.$ac_objext 7516 if { (ac_try="$ac_compile" 7517 case "(($ac_try" in 7518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7519 *) ac_try_echo=$ac_try;; 7520 esac 7521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7522 (eval "$ac_compile") 2>conftest.er1 7523 ac_status=$? 7524 grep -v '^ *+' conftest.er1 >conftest.err 7525 rm -f conftest.er1 7526 cat conftest.err >&5 7527 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7528 (exit $ac_status); } && { 7529 test -z "$ac_cxx_werror_flag" || 7530 test ! -s conftest.err 7531 } && test -s conftest.$ac_objext; then 7532 ac_header_compiler=yes 7533 else 7534 echo "$as_me: failed program was:" >&5 7535 sed 's/^/| /' conftest.$ac_ext >&5 7536 7537 ac_header_compiler=no 7538 fi 7539 7540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7541 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7542 echo "${ECHO_T}$ac_header_compiler" >&6; } 7543 7544 # Is the header present? 7545 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7546 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7547 cat >conftest.$ac_ext <<_ACEOF 7548 /* confdefs.h. */ 7549 _ACEOF 7550 cat confdefs.h >>conftest.$ac_ext 7551 cat >>conftest.$ac_ext <<_ACEOF 7552 /* end confdefs.h. */ 7553 #include <$ac_header> 7554 _ACEOF 7555 if { (ac_try="$ac_cpp conftest.$ac_ext" 7556 case "(($ac_try" in 7557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7558 *) ac_try_echo=$ac_try;; 7559 esac 7560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7561 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7562 ac_status=$? 7563 grep -v '^ *+' conftest.er1 >conftest.err 7564 rm -f conftest.er1 7565 cat conftest.err >&5 7566 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7567 (exit $ac_status); } >/dev/null && { 7568 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 7569 test ! -s conftest.err 7570 }; then 7571 ac_header_preproc=yes 7572 else 7573 echo "$as_me: failed program was:" >&5 7574 sed 's/^/| /' conftest.$ac_ext >&5 7575 7576 ac_header_preproc=no 7577 fi 7578 7579 rm -f conftest.err conftest.$ac_ext 7580 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7581 echo "${ECHO_T}$ac_header_preproc" >&6; } 7582 7583 # So? What about this header? 7584 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 7585 yes:no: ) 7586 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7587 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7588 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7589 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7590 ac_header_preproc=yes 7591 ;; 7592 no:yes:* ) 7593 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7594 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7595 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7596 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7597 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7598 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7599 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7600 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7601 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7602 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7603 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7604 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7605 ( cat <<\_ASBOX 7606 ## ----------------------------------- ## 7607 ## Report this to rappture@nanohub.org ## 7608 ## ----------------------------------- ## 7609 _ASBOX 7610 ) | sed "s/^/$as_me: WARNING: /" >&2 7611 ;; 7612 esac 7613 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7614 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7615 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7616 echo $ECHO_N "(cached) $ECHO_C" >&6 7617 else 7618 eval "$as_ac_Header=\$ac_header_preproc" 7619 fi 7620 ac_res=`eval echo '${'$as_ac_Header'}'` 7621 { echo "$as_me:$LINENO: result: $ac_res" >&5 7622 echo "${ECHO_T}$ac_res" >&6; } 7623 7624 fi 7625 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5172 7626 cat >>confdefs.h <<_ACEOF 5173 #define HAVE_CTYPE_H15174 _ACEOF 5175 5176 else 5177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55178 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}7627 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7628 _ACEOF 7629 7630 else 7631 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 7632 echo "$as_me: WARNING: C headers missing ?" >&2;} 5179 7633 fi 5180 7634 5181 7635 done 5182 7636 7637 5183 7638 for ac_header in errno.h 5184 do : 5185 ac_fn_cxx_check_header_mongrel "$LINENO" "errno.h" "ac_cv_header_errno_h" "$ac_includes_default" 5186 if test "x$ac_cv_header_errno_h" = xyes; then : 7639 do 7640 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7641 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7642 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7643 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7644 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7645 echo $ECHO_N "(cached) $ECHO_C" >&6 7646 fi 7647 ac_res=`eval echo '${'$as_ac_Header'}'` 7648 { echo "$as_me:$LINENO: result: $ac_res" >&5 7649 echo "${ECHO_T}$ac_res" >&6; } 7650 else 7651 # Is the header compilable? 7652 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7653 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7654 cat >conftest.$ac_ext <<_ACEOF 7655 /* confdefs.h. */ 7656 _ACEOF 7657 cat confdefs.h >>conftest.$ac_ext 7658 cat >>conftest.$ac_ext <<_ACEOF 7659 /* end confdefs.h. */ 7660 $ac_includes_default 7661 #include <$ac_header> 7662 _ACEOF 7663 rm -f conftest.$ac_objext 7664 if { (ac_try="$ac_compile" 7665 case "(($ac_try" in 7666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7667 *) ac_try_echo=$ac_try;; 7668 esac 7669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7670 (eval "$ac_compile") 2>conftest.er1 7671 ac_status=$? 7672 grep -v '^ *+' conftest.er1 >conftest.err 7673 rm -f conftest.er1 7674 cat conftest.err >&5 7675 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7676 (exit $ac_status); } && { 7677 test -z "$ac_cxx_werror_flag" || 7678 test ! -s conftest.err 7679 } && test -s conftest.$ac_objext; then 7680 ac_header_compiler=yes 7681 else 7682 echo "$as_me: failed program was:" >&5 7683 sed 's/^/| /' conftest.$ac_ext >&5 7684 7685 ac_header_compiler=no 7686 fi 7687 7688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7689 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7690 echo "${ECHO_T}$ac_header_compiler" >&6; } 7691 7692 # Is the header present? 7693 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7694 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7695 cat >conftest.$ac_ext <<_ACEOF 7696 /* confdefs.h. */ 7697 _ACEOF 7698 cat confdefs.h >>conftest.$ac_ext 7699 cat >>conftest.$ac_ext <<_ACEOF 7700 /* end confdefs.h. */ 7701 #include <$ac_header> 7702 _ACEOF 7703 if { (ac_try="$ac_cpp conftest.$ac_ext" 7704 case "(($ac_try" in 7705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7706 *) ac_try_echo=$ac_try;; 7707 esac 7708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7709 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7710 ac_status=$? 7711 grep -v '^ *+' conftest.er1 >conftest.err 7712 rm -f conftest.er1 7713 cat conftest.err >&5 7714 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7715 (exit $ac_status); } >/dev/null && { 7716 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 7717 test ! -s conftest.err 7718 }; then 7719 ac_header_preproc=yes 7720 else 7721 echo "$as_me: failed program was:" >&5 7722 sed 's/^/| /' conftest.$ac_ext >&5 7723 7724 ac_header_preproc=no 7725 fi 7726 7727 rm -f conftest.err conftest.$ac_ext 7728 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7729 echo "${ECHO_T}$ac_header_preproc" >&6; } 7730 7731 # So? What about this header? 7732 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 7733 yes:no: ) 7734 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7735 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7736 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7737 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7738 ac_header_preproc=yes 7739 ;; 7740 no:yes:* ) 7741 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7742 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7743 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7744 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7745 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7746 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7747 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7748 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7749 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7750 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7751 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7752 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7753 ( cat <<\_ASBOX 7754 ## ----------------------------------- ## 7755 ## Report this to rappture@nanohub.org ## 7756 ## ----------------------------------- ## 7757 _ASBOX 7758 ) | sed "s/^/$as_me: WARNING: /" >&2 7759 ;; 7760 esac 7761 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7762 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7763 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7764 echo $ECHO_N "(cached) $ECHO_C" >&6 7765 else 7766 eval "$as_ac_Header=\$ac_header_preproc" 7767 fi 7768 ac_res=`eval echo '${'$as_ac_Header'}'` 7769 { echo "$as_me:$LINENO: result: $ac_res" >&5 7770 echo "${ECHO_T}$ac_res" >&6; } 7771 7772 fi 7773 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5187 7774 cat >>confdefs.h <<_ACEOF 5188 #define HAVE_ERRNO_H15189 _ACEOF 5190 5191 else 5192 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55193 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}7775 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7776 _ACEOF 7777 7778 else 7779 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 7780 echo "$as_me: WARNING: C headers missing ?" >&2;} 5194 7781 fi 5195 7782 5196 7783 done 5197 7784 7785 5198 7786 for ac_header in limits.h 5199 do : 5200 ac_fn_cxx_check_header_mongrel "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default" 5201 if test "x$ac_cv_header_limits_h" = xyes; then : 7787 do 7788 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7789 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7790 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7791 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7792 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7793 echo $ECHO_N "(cached) $ECHO_C" >&6 7794 fi 7795 ac_res=`eval echo '${'$as_ac_Header'}'` 7796 { echo "$as_me:$LINENO: result: $ac_res" >&5 7797 echo "${ECHO_T}$ac_res" >&6; } 7798 else 7799 # Is the header compilable? 7800 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7801 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7802 cat >conftest.$ac_ext <<_ACEOF 7803 /* confdefs.h. */ 7804 _ACEOF 7805 cat confdefs.h >>conftest.$ac_ext 7806 cat >>conftest.$ac_ext <<_ACEOF 7807 /* end confdefs.h. */ 7808 $ac_includes_default 7809 #include <$ac_header> 7810 _ACEOF 7811 rm -f conftest.$ac_objext 7812 if { (ac_try="$ac_compile" 7813 case "(($ac_try" in 7814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7815 *) ac_try_echo=$ac_try;; 7816 esac 7817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7818 (eval "$ac_compile") 2>conftest.er1 7819 ac_status=$? 7820 grep -v '^ *+' conftest.er1 >conftest.err 7821 rm -f conftest.er1 7822 cat conftest.err >&5 7823 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7824 (exit $ac_status); } && { 7825 test -z "$ac_cxx_werror_flag" || 7826 test ! -s conftest.err 7827 } && test -s conftest.$ac_objext; then 7828 ac_header_compiler=yes 7829 else 7830 echo "$as_me: failed program was:" >&5 7831 sed 's/^/| /' conftest.$ac_ext >&5 7832 7833 ac_header_compiler=no 7834 fi 7835 7836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7837 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7838 echo "${ECHO_T}$ac_header_compiler" >&6; } 7839 7840 # Is the header present? 7841 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7842 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7843 cat >conftest.$ac_ext <<_ACEOF 7844 /* confdefs.h. */ 7845 _ACEOF 7846 cat confdefs.h >>conftest.$ac_ext 7847 cat >>conftest.$ac_ext <<_ACEOF 7848 /* end confdefs.h. */ 7849 #include <$ac_header> 7850 _ACEOF 7851 if { (ac_try="$ac_cpp conftest.$ac_ext" 7852 case "(($ac_try" in 7853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7854 *) ac_try_echo=$ac_try;; 7855 esac 7856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7857 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7858 ac_status=$? 7859 grep -v '^ *+' conftest.er1 >conftest.err 7860 rm -f conftest.er1 7861 cat conftest.err >&5 7862 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7863 (exit $ac_status); } >/dev/null && { 7864 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 7865 test ! -s conftest.err 7866 }; then 7867 ac_header_preproc=yes 7868 else 7869 echo "$as_me: failed program was:" >&5 7870 sed 's/^/| /' conftest.$ac_ext >&5 7871 7872 ac_header_preproc=no 7873 fi 7874 7875 rm -f conftest.err conftest.$ac_ext 7876 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7877 echo "${ECHO_T}$ac_header_preproc" >&6; } 7878 7879 # So? What about this header? 7880 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 7881 yes:no: ) 7882 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7883 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7884 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7885 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7886 ac_header_preproc=yes 7887 ;; 7888 no:yes:* ) 7889 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7890 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7891 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7892 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7893 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7894 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7895 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7896 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7897 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7898 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7899 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7900 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7901 ( cat <<\_ASBOX 7902 ## ----------------------------------- ## 7903 ## Report this to rappture@nanohub.org ## 7904 ## ----------------------------------- ## 7905 _ASBOX 7906 ) | sed "s/^/$as_me: WARNING: /" >&2 7907 ;; 7908 esac 7909 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7910 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7911 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7912 echo $ECHO_N "(cached) $ECHO_C" >&6 7913 else 7914 eval "$as_ac_Header=\$ac_header_preproc" 7915 fi 7916 ac_res=`eval echo '${'$as_ac_Header'}'` 7917 { echo "$as_me:$LINENO: result: $ac_res" >&5 7918 echo "${ECHO_T}$ac_res" >&6; } 7919 7920 fi 7921 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5202 7922 cat >>confdefs.h <<_ACEOF 5203 #define HAVE_LIMITS_H15204 _ACEOF 5205 5206 else 5207 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55208 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}7923 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7924 _ACEOF 7925 7926 else 7927 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 7928 echo "$as_me: WARNING: C headers missing ?" >&2;} 5209 7929 fi 5210 7930 5211 7931 done 5212 7932 7933 5213 7934 for ac_header in string.h 5214 do : 5215 ac_fn_cxx_check_header_mongrel "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default" 5216 if test "x$ac_cv_header_string_h" = xyes; then : 7935 do 7936 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7938 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7939 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7940 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7941 echo $ECHO_N "(cached) $ECHO_C" >&6 7942 fi 7943 ac_res=`eval echo '${'$as_ac_Header'}'` 7944 { echo "$as_me:$LINENO: result: $ac_res" >&5 7945 echo "${ECHO_T}$ac_res" >&6; } 7946 else 7947 # Is the header compilable? 7948 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7949 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7950 cat >conftest.$ac_ext <<_ACEOF 7951 /* confdefs.h. */ 7952 _ACEOF 7953 cat confdefs.h >>conftest.$ac_ext 7954 cat >>conftest.$ac_ext <<_ACEOF 7955 /* end confdefs.h. */ 7956 $ac_includes_default 7957 #include <$ac_header> 7958 _ACEOF 7959 rm -f conftest.$ac_objext 7960 if { (ac_try="$ac_compile" 7961 case "(($ac_try" in 7962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7963 *) ac_try_echo=$ac_try;; 7964 esac 7965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7966 (eval "$ac_compile") 2>conftest.er1 7967 ac_status=$? 7968 grep -v '^ *+' conftest.er1 >conftest.err 7969 rm -f conftest.er1 7970 cat conftest.err >&5 7971 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7972 (exit $ac_status); } && { 7973 test -z "$ac_cxx_werror_flag" || 7974 test ! -s conftest.err 7975 } && test -s conftest.$ac_objext; then 7976 ac_header_compiler=yes 7977 else 7978 echo "$as_me: failed program was:" >&5 7979 sed 's/^/| /' conftest.$ac_ext >&5 7980 7981 ac_header_compiler=no 7982 fi 7983 7984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7985 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7986 echo "${ECHO_T}$ac_header_compiler" >&6; } 7987 7988 # Is the header present? 7989 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7990 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7991 cat >conftest.$ac_ext <<_ACEOF 7992 /* confdefs.h. */ 7993 _ACEOF 7994 cat confdefs.h >>conftest.$ac_ext 7995 cat >>conftest.$ac_ext <<_ACEOF 7996 /* end confdefs.h. */ 7997 #include <$ac_header> 7998 _ACEOF 7999 if { (ac_try="$ac_cpp conftest.$ac_ext" 8000 case "(($ac_try" in 8001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8002 *) ac_try_echo=$ac_try;; 8003 esac 8004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8005 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8006 ac_status=$? 8007 grep -v '^ *+' conftest.er1 >conftest.err 8008 rm -f conftest.er1 8009 cat conftest.err >&5 8010 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8011 (exit $ac_status); } >/dev/null && { 8012 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8013 test ! -s conftest.err 8014 }; then 8015 ac_header_preproc=yes 8016 else 8017 echo "$as_me: failed program was:" >&5 8018 sed 's/^/| /' conftest.$ac_ext >&5 8019 8020 ac_header_preproc=no 8021 fi 8022 8023 rm -f conftest.err conftest.$ac_ext 8024 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8025 echo "${ECHO_T}$ac_header_preproc" >&6; } 8026 8027 # So? What about this header? 8028 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8029 yes:no: ) 8030 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8031 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8032 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8033 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8034 ac_header_preproc=yes 8035 ;; 8036 no:yes:* ) 8037 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8038 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8039 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8040 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8041 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8042 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8043 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8044 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8045 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8046 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8047 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8048 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8049 ( cat <<\_ASBOX 8050 ## ----------------------------------- ## 8051 ## Report this to rappture@nanohub.org ## 8052 ## ----------------------------------- ## 8053 _ASBOX 8054 ) | sed "s/^/$as_me: WARNING: /" >&2 8055 ;; 8056 esac 8057 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8058 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8059 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8060 echo $ECHO_N "(cached) $ECHO_C" >&6 8061 else 8062 eval "$as_ac_Header=\$ac_header_preproc" 8063 fi 8064 ac_res=`eval echo '${'$as_ac_Header'}'` 8065 { echo "$as_me:$LINENO: result: $ac_res" >&5 8066 echo "${ECHO_T}$ac_res" >&6; } 8067 8068 fi 8069 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5217 8070 cat >>confdefs.h <<_ACEOF 5218 #define HAVE_STRING_H15219 _ACEOF 5220 5221 else 5222 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55223 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8071 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8072 _ACEOF 8073 8074 else 8075 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8076 echo "$as_me: WARNING: C headers missing ?" >&2;} 5224 8077 fi 5225 8078 5226 8079 done 5227 8080 8081 5228 8082 for ac_header in stdlib.h 5229 do : 5230 ac_fn_cxx_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" 5231 if test "x$ac_cv_header_stdlib_h" = xyes; then : 8083 do 8084 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8085 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8086 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8087 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8088 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8089 echo $ECHO_N "(cached) $ECHO_C" >&6 8090 fi 8091 ac_res=`eval echo '${'$as_ac_Header'}'` 8092 { echo "$as_me:$LINENO: result: $ac_res" >&5 8093 echo "${ECHO_T}$ac_res" >&6; } 8094 else 8095 # Is the header compilable? 8096 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8097 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8098 cat >conftest.$ac_ext <<_ACEOF 8099 /* confdefs.h. */ 8100 _ACEOF 8101 cat confdefs.h >>conftest.$ac_ext 8102 cat >>conftest.$ac_ext <<_ACEOF 8103 /* end confdefs.h. */ 8104 $ac_includes_default 8105 #include <$ac_header> 8106 _ACEOF 8107 rm -f conftest.$ac_objext 8108 if { (ac_try="$ac_compile" 8109 case "(($ac_try" in 8110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8111 *) ac_try_echo=$ac_try;; 8112 esac 8113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8114 (eval "$ac_compile") 2>conftest.er1 8115 ac_status=$? 8116 grep -v '^ *+' conftest.er1 >conftest.err 8117 rm -f conftest.er1 8118 cat conftest.err >&5 8119 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8120 (exit $ac_status); } && { 8121 test -z "$ac_cxx_werror_flag" || 8122 test ! -s conftest.err 8123 } && test -s conftest.$ac_objext; then 8124 ac_header_compiler=yes 8125 else 8126 echo "$as_me: failed program was:" >&5 8127 sed 's/^/| /' conftest.$ac_ext >&5 8128 8129 ac_header_compiler=no 8130 fi 8131 8132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8133 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8134 echo "${ECHO_T}$ac_header_compiler" >&6; } 8135 8136 # Is the header present? 8137 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 8138 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8139 cat >conftest.$ac_ext <<_ACEOF 8140 /* confdefs.h. */ 8141 _ACEOF 8142 cat confdefs.h >>conftest.$ac_ext 8143 cat >>conftest.$ac_ext <<_ACEOF 8144 /* end confdefs.h. */ 8145 #include <$ac_header> 8146 _ACEOF 8147 if { (ac_try="$ac_cpp conftest.$ac_ext" 8148 case "(($ac_try" in 8149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8150 *) ac_try_echo=$ac_try;; 8151 esac 8152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8153 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8154 ac_status=$? 8155 grep -v '^ *+' conftest.er1 >conftest.err 8156 rm -f conftest.er1 8157 cat conftest.err >&5 8158 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8159 (exit $ac_status); } >/dev/null && { 8160 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8161 test ! -s conftest.err 8162 }; then 8163 ac_header_preproc=yes 8164 else 8165 echo "$as_me: failed program was:" >&5 8166 sed 's/^/| /' conftest.$ac_ext >&5 8167 8168 ac_header_preproc=no 8169 fi 8170 8171 rm -f conftest.err conftest.$ac_ext 8172 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8173 echo "${ECHO_T}$ac_header_preproc" >&6; } 8174 8175 # So? What about this header? 8176 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8177 yes:no: ) 8178 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8179 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8180 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8181 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8182 ac_header_preproc=yes 8183 ;; 8184 no:yes:* ) 8185 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8186 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8187 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8188 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8189 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8190 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8191 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8192 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8193 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8194 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8195 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8196 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8197 ( cat <<\_ASBOX 8198 ## ----------------------------------- ## 8199 ## Report this to rappture@nanohub.org ## 8200 ## ----------------------------------- ## 8201 _ASBOX 8202 ) | sed "s/^/$as_me: WARNING: /" >&2 8203 ;; 8204 esac 8205 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8206 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8207 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8208 echo $ECHO_N "(cached) $ECHO_C" >&6 8209 else 8210 eval "$as_ac_Header=\$ac_header_preproc" 8211 fi 8212 ac_res=`eval echo '${'$as_ac_Header'}'` 8213 { echo "$as_me:$LINENO: result: $ac_res" >&5 8214 echo "${ECHO_T}$ac_res" >&6; } 8215 8216 fi 8217 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5232 8218 cat >>confdefs.h <<_ACEOF 5233 #define HAVE_STDLIB_H15234 _ACEOF 5235 5236 else 5237 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55238 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8219 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8220 _ACEOF 8221 8222 else 8223 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8224 echo "$as_me: WARNING: C headers missing ?" >&2;} 5239 8225 fi 5240 8226 5241 8227 done 5242 8228 8229 5243 8230 for ac_header in stddef.h 5244 do : 5245 ac_fn_cxx_check_header_mongrel "$LINENO" "stddef.h" "ac_cv_header_stddef_h" "$ac_includes_default" 5246 if test "x$ac_cv_header_stddef_h" = xyes; then : 8231 do 8232 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8233 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8234 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8235 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8236 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8237 echo $ECHO_N "(cached) $ECHO_C" >&6 8238 fi 8239 ac_res=`eval echo '${'$as_ac_Header'}'` 8240 { echo "$as_me:$LINENO: result: $ac_res" >&5 8241 echo "${ECHO_T}$ac_res" >&6; } 8242 else 8243 # Is the header compilable? 8244 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8245 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8246 cat >conftest.$ac_ext <<_ACEOF 8247 /* confdefs.h. */ 8248 _ACEOF 8249 cat confdefs.h >>conftest.$ac_ext 8250 cat >>conftest.$ac_ext <<_ACEOF 8251 /* end confdefs.h. */ 8252 $ac_includes_default 8253 #include <$ac_header> 8254 _ACEOF 8255 rm -f conftest.$ac_objext 8256 if { (ac_try="$ac_compile" 8257 case "(($ac_try" in 8258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8259 *) ac_try_echo=$ac_try;; 8260 esac 8261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8262 (eval "$ac_compile") 2>conftest.er1 8263 ac_status=$? 8264 grep -v '^ *+' conftest.er1 >conftest.err 8265 rm -f conftest.er1 8266 cat conftest.err >&5 8267 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8268 (exit $ac_status); } && { 8269 test -z "$ac_cxx_werror_flag" || 8270 test ! -s conftest.err 8271 } && test -s conftest.$ac_objext; then 8272 ac_header_compiler=yes 8273 else 8274 echo "$as_me: failed program was:" >&5 8275 sed 's/^/| /' conftest.$ac_ext >&5 8276 8277 ac_header_compiler=no 8278 fi 8279 8280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8281 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8282 echo "${ECHO_T}$ac_header_compiler" >&6; } 8283 8284 # Is the header present? 8285 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 8286 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8287 cat >conftest.$ac_ext <<_ACEOF 8288 /* confdefs.h. */ 8289 _ACEOF 8290 cat confdefs.h >>conftest.$ac_ext 8291 cat >>conftest.$ac_ext <<_ACEOF 8292 /* end confdefs.h. */ 8293 #include <$ac_header> 8294 _ACEOF 8295 if { (ac_try="$ac_cpp conftest.$ac_ext" 8296 case "(($ac_try" in 8297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8298 *) ac_try_echo=$ac_try;; 8299 esac 8300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8301 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8302 ac_status=$? 8303 grep -v '^ *+' conftest.er1 >conftest.err 8304 rm -f conftest.er1 8305 cat conftest.err >&5 8306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8307 (exit $ac_status); } >/dev/null && { 8308 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8309 test ! -s conftest.err 8310 }; then 8311 ac_header_preproc=yes 8312 else 8313 echo "$as_me: failed program was:" >&5 8314 sed 's/^/| /' conftest.$ac_ext >&5 8315 8316 ac_header_preproc=no 8317 fi 8318 8319 rm -f conftest.err conftest.$ac_ext 8320 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8321 echo "${ECHO_T}$ac_header_preproc" >&6; } 8322 8323 # So? What about this header? 8324 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8325 yes:no: ) 8326 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8327 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8328 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8329 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8330 ac_header_preproc=yes 8331 ;; 8332 no:yes:* ) 8333 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8334 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8335 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8336 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8337 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8338 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8339 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8340 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8341 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8342 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8343 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8344 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8345 ( cat <<\_ASBOX 8346 ## ----------------------------------- ## 8347 ## Report this to rappture@nanohub.org ## 8348 ## ----------------------------------- ## 8349 _ASBOX 8350 ) | sed "s/^/$as_me: WARNING: /" >&2 8351 ;; 8352 esac 8353 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8354 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8355 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8356 echo $ECHO_N "(cached) $ECHO_C" >&6 8357 else 8358 eval "$as_ac_Header=\$ac_header_preproc" 8359 fi 8360 ac_res=`eval echo '${'$as_ac_Header'}'` 8361 { echo "$as_me:$LINENO: result: $ac_res" >&5 8362 echo "${ECHO_T}$ac_res" >&6; } 8363 8364 fi 8365 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5247 8366 cat >>confdefs.h <<_ACEOF 5248 #define HAVE_STDDEF_H15249 _ACEOF 5250 5251 else 5252 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55253 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8367 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8368 _ACEOF 8369 8370 else 8371 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8372 echo "$as_me: WARNING: C headers missing ?" >&2;} 5254 8373 fi 5255 8374 5256 8375 done 5257 8376 8377 5258 8378 for ac_header in float.h 5259 do : 5260 ac_fn_cxx_check_header_mongrel "$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default" 5261 if test "x$ac_cv_header_float_h" = xyes; then : 8379 do 8380 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8381 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8382 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8383 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8384 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8385 echo $ECHO_N "(cached) $ECHO_C" >&6 8386 fi 8387 ac_res=`eval echo '${'$as_ac_Header'}'` 8388 { echo "$as_me:$LINENO: result: $ac_res" >&5 8389 echo "${ECHO_T}$ac_res" >&6; } 8390 else 8391 # Is the header compilable? 8392 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8393 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8394 cat >conftest.$ac_ext <<_ACEOF 8395 /* confdefs.h. */ 8396 _ACEOF 8397 cat confdefs.h >>conftest.$ac_ext 8398 cat >>conftest.$ac_ext <<_ACEOF 8399 /* end confdefs.h. */ 8400 $ac_includes_default 8401 #include <$ac_header> 8402 _ACEOF 8403 rm -f conftest.$ac_objext 8404 if { (ac_try="$ac_compile" 8405 case "(($ac_try" in 8406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8407 *) ac_try_echo=$ac_try;; 8408 esac 8409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8410 (eval "$ac_compile") 2>conftest.er1 8411 ac_status=$? 8412 grep -v '^ *+' conftest.er1 >conftest.err 8413 rm -f conftest.er1 8414 cat conftest.err >&5 8415 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8416 (exit $ac_status); } && { 8417 test -z "$ac_cxx_werror_flag" || 8418 test ! -s conftest.err 8419 } && test -s conftest.$ac_objext; then 8420 ac_header_compiler=yes 8421 else 8422 echo "$as_me: failed program was:" >&5 8423 sed 's/^/| /' conftest.$ac_ext >&5 8424 8425 ac_header_compiler=no 8426 fi 8427 8428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8429 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8430 echo "${ECHO_T}$ac_header_compiler" >&6; } 8431 8432 # Is the header present? 8433 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 8434 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8435 cat >conftest.$ac_ext <<_ACEOF 8436 /* confdefs.h. */ 8437 _ACEOF 8438 cat confdefs.h >>conftest.$ac_ext 8439 cat >>conftest.$ac_ext <<_ACEOF 8440 /* end confdefs.h. */ 8441 #include <$ac_header> 8442 _ACEOF 8443 if { (ac_try="$ac_cpp conftest.$ac_ext" 8444 case "(($ac_try" in 8445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8446 *) ac_try_echo=$ac_try;; 8447 esac 8448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8449 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8450 ac_status=$? 8451 grep -v '^ *+' conftest.er1 >conftest.err 8452 rm -f conftest.er1 8453 cat conftest.err >&5 8454 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8455 (exit $ac_status); } >/dev/null && { 8456 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8457 test ! -s conftest.err 8458 }; then 8459 ac_header_preproc=yes 8460 else 8461 echo "$as_me: failed program was:" >&5 8462 sed 's/^/| /' conftest.$ac_ext >&5 8463 8464 ac_header_preproc=no 8465 fi 8466 8467 rm -f conftest.err conftest.$ac_ext 8468 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8469 echo "${ECHO_T}$ac_header_preproc" >&6; } 8470 8471 # So? What about this header? 8472 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8473 yes:no: ) 8474 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8475 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8476 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8477 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8478 ac_header_preproc=yes 8479 ;; 8480 no:yes:* ) 8481 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8482 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8483 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8484 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8485 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8486 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8487 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8488 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8489 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8490 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8491 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8492 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8493 ( cat <<\_ASBOX 8494 ## ----------------------------------- ## 8495 ## Report this to rappture@nanohub.org ## 8496 ## ----------------------------------- ## 8497 _ASBOX 8498 ) | sed "s/^/$as_me: WARNING: /" >&2 8499 ;; 8500 esac 8501 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8502 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8503 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8504 echo $ECHO_N "(cached) $ECHO_C" >&6 8505 else 8506 eval "$as_ac_Header=\$ac_header_preproc" 8507 fi 8508 ac_res=`eval echo '${'$as_ac_Header'}'` 8509 { echo "$as_me:$LINENO: result: $ac_res" >&5 8510 echo "${ECHO_T}$ac_res" >&6; } 8511 8512 fi 8513 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5262 8514 cat >>confdefs.h <<_ACEOF 5263 #define HAVE_FLOAT_H15264 _ACEOF 5265 5266 else 5267 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55268 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8515 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8516 _ACEOF 8517 8518 else 8519 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8520 echo "$as_me: WARNING: C headers missing ?" >&2;} 5269 8521 fi 5270 8522 5271 8523 done 5272 8524 8525 5273 8526 for ac_header in math.h 5274 do : 5275 ac_fn_cxx_check_header_mongrel "$LINENO" "math.h" "ac_cv_header_math_h" "$ac_includes_default" 5276 if test "x$ac_cv_header_math_h" = xyes; then : 8527 do 8528 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8529 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8530 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8531 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8532 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8533 echo $ECHO_N "(cached) $ECHO_C" >&6 8534 fi 8535 ac_res=`eval echo '${'$as_ac_Header'}'` 8536 { echo "$as_me:$LINENO: result: $ac_res" >&5 8537 echo "${ECHO_T}$ac_res" >&6; } 8538 else 8539 # Is the header compilable? 8540 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8541 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8542 cat >conftest.$ac_ext <<_ACEOF 8543 /* confdefs.h. */ 8544 _ACEOF 8545 cat confdefs.h >>conftest.$ac_ext 8546 cat >>conftest.$ac_ext <<_ACEOF 8547 /* end confdefs.h. */ 8548 $ac_includes_default 8549 #include <$ac_header> 8550 _ACEOF 8551 rm -f conftest.$ac_objext 8552 if { (ac_try="$ac_compile" 8553 case "(($ac_try" in 8554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8555 *) ac_try_echo=$ac_try;; 8556 esac 8557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8558 (eval "$ac_compile") 2>conftest.er1 8559 ac_status=$? 8560 grep -v '^ *+' conftest.er1 >conftest.err 8561 rm -f conftest.er1 8562 cat conftest.err >&5 8563 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8564 (exit $ac_status); } && { 8565 test -z "$ac_cxx_werror_flag" || 8566 test ! -s conftest.err 8567 } && test -s conftest.$ac_objext; then 8568 ac_header_compiler=yes 8569 else 8570 echo "$as_me: failed program was:" >&5 8571 sed 's/^/| /' conftest.$ac_ext >&5 8572 8573 ac_header_compiler=no 8574 fi 8575 8576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8577 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8578 echo "${ECHO_T}$ac_header_compiler" >&6; } 8579 8580 # Is the header present? 8581 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 8582 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8583 cat >conftest.$ac_ext <<_ACEOF 8584 /* confdefs.h. */ 8585 _ACEOF 8586 cat confdefs.h >>conftest.$ac_ext 8587 cat >>conftest.$ac_ext <<_ACEOF 8588 /* end confdefs.h. */ 8589 #include <$ac_header> 8590 _ACEOF 8591 if { (ac_try="$ac_cpp conftest.$ac_ext" 8592 case "(($ac_try" in 8593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8594 *) ac_try_echo=$ac_try;; 8595 esac 8596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8597 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8598 ac_status=$? 8599 grep -v '^ *+' conftest.er1 >conftest.err 8600 rm -f conftest.er1 8601 cat conftest.err >&5 8602 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8603 (exit $ac_status); } >/dev/null && { 8604 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8605 test ! -s conftest.err 8606 }; then 8607 ac_header_preproc=yes 8608 else 8609 echo "$as_me: failed program was:" >&5 8610 sed 's/^/| /' conftest.$ac_ext >&5 8611 8612 ac_header_preproc=no 8613 fi 8614 8615 rm -f conftest.err conftest.$ac_ext 8616 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8617 echo "${ECHO_T}$ac_header_preproc" >&6; } 8618 8619 # So? What about this header? 8620 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8621 yes:no: ) 8622 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8623 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8624 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8625 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8626 ac_header_preproc=yes 8627 ;; 8628 no:yes:* ) 8629 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8630 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8631 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8632 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8633 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8634 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8635 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8636 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8637 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8638 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8639 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8640 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8641 ( cat <<\_ASBOX 8642 ## ----------------------------------- ## 8643 ## Report this to rappture@nanohub.org ## 8644 ## ----------------------------------- ## 8645 _ASBOX 8646 ) | sed "s/^/$as_me: WARNING: /" >&2 8647 ;; 8648 esac 8649 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8650 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8651 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8652 echo $ECHO_N "(cached) $ECHO_C" >&6 8653 else 8654 eval "$as_ac_Header=\$ac_header_preproc" 8655 fi 8656 ac_res=`eval echo '${'$as_ac_Header'}'` 8657 { echo "$as_me:$LINENO: result: $ac_res" >&5 8658 echo "${ECHO_T}$ac_res" >&6; } 8659 8660 fi 8661 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5277 8662 cat >>confdefs.h <<_ACEOF 5278 #define HAVE_MATH_H15279 _ACEOF 5280 5281 else 5282 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55283 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8663 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8664 _ACEOF 8665 8666 else 8667 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8668 echo "$as_me: WARNING: C headers missing ?" >&2;} 5284 8669 fi 5285 8670 5286 8671 done 5287 8672 8673 5288 8674 for ac_header in malloc.h 5289 do : 5290 ac_fn_cxx_check_header_mongrel "$LINENO" "malloc.h" "ac_cv_header_malloc_h" "$ac_includes_default" 5291 if test "x$ac_cv_header_malloc_h" = xyes; then : 8675 do 8676 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8677 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8678 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8679 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8680 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8681 echo $ECHO_N "(cached) $ECHO_C" >&6 8682 fi 8683 ac_res=`eval echo '${'$as_ac_Header'}'` 8684 { echo "$as_me:$LINENO: result: $ac_res" >&5 8685 echo "${ECHO_T}$ac_res" >&6; } 8686 else 8687 # Is the header compilable? 8688 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8689 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8690 cat >conftest.$ac_ext <<_ACEOF 8691 /* confdefs.h. */ 8692 _ACEOF 8693 cat confdefs.h >>conftest.$ac_ext 8694 cat >>conftest.$ac_ext <<_ACEOF 8695 /* end confdefs.h. */ 8696 $ac_includes_default 8697 #include <$ac_header> 8698 _ACEOF 8699 rm -f conftest.$ac_objext 8700 if { (ac_try="$ac_compile" 8701 case "(($ac_try" in 8702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8703 *) ac_try_echo=$ac_try;; 8704 esac 8705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8706 (eval "$ac_compile") 2>conftest.er1 8707 ac_status=$? 8708 grep -v '^ *+' conftest.er1 >conftest.err 8709 rm -f conftest.er1 8710 cat conftest.err >&5 8711 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8712 (exit $ac_status); } && { 8713 test -z "$ac_cxx_werror_flag" || 8714 test ! -s conftest.err 8715 } && test -s conftest.$ac_objext; then 8716 ac_header_compiler=yes 8717 else 8718 echo "$as_me: failed program was:" >&5 8719 sed 's/^/| /' conftest.$ac_ext >&5 8720 8721 ac_header_compiler=no 8722 fi 8723 8724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8725 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8726 echo "${ECHO_T}$ac_header_compiler" >&6; } 8727 8728 # Is the header present? 8729 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 8730 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8731 cat >conftest.$ac_ext <<_ACEOF 8732 /* confdefs.h. */ 8733 _ACEOF 8734 cat confdefs.h >>conftest.$ac_ext 8735 cat >>conftest.$ac_ext <<_ACEOF 8736 /* end confdefs.h. */ 8737 #include <$ac_header> 8738 _ACEOF 8739 if { (ac_try="$ac_cpp conftest.$ac_ext" 8740 case "(($ac_try" in 8741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8742 *) ac_try_echo=$ac_try;; 8743 esac 8744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8745 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8746 ac_status=$? 8747 grep -v '^ *+' conftest.er1 >conftest.err 8748 rm -f conftest.er1 8749 cat conftest.err >&5 8750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8751 (exit $ac_status); } >/dev/null && { 8752 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8753 test ! -s conftest.err 8754 }; then 8755 ac_header_preproc=yes 8756 else 8757 echo "$as_me: failed program was:" >&5 8758 sed 's/^/| /' conftest.$ac_ext >&5 8759 8760 ac_header_preproc=no 8761 fi 8762 8763 rm -f conftest.err conftest.$ac_ext 8764 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8765 echo "${ECHO_T}$ac_header_preproc" >&6; } 8766 8767 # So? What about this header? 8768 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8769 yes:no: ) 8770 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8771 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8772 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8773 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8774 ac_header_preproc=yes 8775 ;; 8776 no:yes:* ) 8777 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8778 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8779 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8780 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8781 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8782 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8783 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8784 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8785 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8786 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8787 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8788 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8789 ( cat <<\_ASBOX 8790 ## ----------------------------------- ## 8791 ## Report this to rappture@nanohub.org ## 8792 ## ----------------------------------- ## 8793 _ASBOX 8794 ) | sed "s/^/$as_me: WARNING: /" >&2 8795 ;; 8796 esac 8797 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8798 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8799 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8800 echo $ECHO_N "(cached) $ECHO_C" >&6 8801 else 8802 eval "$as_ac_Header=\$ac_header_preproc" 8803 fi 8804 ac_res=`eval echo '${'$as_ac_Header'}'` 8805 { echo "$as_me:$LINENO: result: $ac_res" >&5 8806 echo "${ECHO_T}$ac_res" >&6; } 8807 8808 fi 8809 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5292 8810 cat >>confdefs.h <<_ACEOF 5293 #define HAVE_MALLOC_H15294 _ACEOF 5295 5296 else 5297 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55298 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8811 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8812 _ACEOF 8813 8814 else 8815 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8816 echo "$as_me: WARNING: C headers missing ?" >&2;} 5299 8817 fi 5300 8818 5301 8819 done 5302 8820 8821 5303 8822 for ac_header in memory.h 5304 do : 5305 ac_fn_cxx_check_header_mongrel "$LINENO" "memory.h" "ac_cv_header_memory_h" "$ac_includes_default" 5306 if test "x$ac_cv_header_memory_h" = xyes; then : 8823 do 8824 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8825 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8826 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8827 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8828 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8829 echo $ECHO_N "(cached) $ECHO_C" >&6 8830 fi 8831 ac_res=`eval echo '${'$as_ac_Header'}'` 8832 { echo "$as_me:$LINENO: result: $ac_res" >&5 8833 echo "${ECHO_T}$ac_res" >&6; } 8834 else 8835 # Is the header compilable? 8836 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8837 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8838 cat >conftest.$ac_ext <<_ACEOF 8839 /* confdefs.h. */ 8840 _ACEOF 8841 cat confdefs.h >>conftest.$ac_ext 8842 cat >>conftest.$ac_ext <<_ACEOF 8843 /* end confdefs.h. */ 8844 $ac_includes_default 8845 #include <$ac_header> 8846 _ACEOF 8847 rm -f conftest.$ac_objext 8848 if { (ac_try="$ac_compile" 8849 case "(($ac_try" in 8850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8851 *) ac_try_echo=$ac_try;; 8852 esac 8853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8854 (eval "$ac_compile") 2>conftest.er1 8855 ac_status=$? 8856 grep -v '^ *+' conftest.er1 >conftest.err 8857 rm -f conftest.er1 8858 cat conftest.err >&5 8859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8860 (exit $ac_status); } && { 8861 test -z "$ac_cxx_werror_flag" || 8862 test ! -s conftest.err 8863 } && test -s conftest.$ac_objext; then 8864 ac_header_compiler=yes 8865 else 8866 echo "$as_me: failed program was:" >&5 8867 sed 's/^/| /' conftest.$ac_ext >&5 8868 8869 ac_header_compiler=no 8870 fi 8871 8872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8873 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8874 echo "${ECHO_T}$ac_header_compiler" >&6; } 8875 8876 # Is the header present? 8877 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 8878 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8879 cat >conftest.$ac_ext <<_ACEOF 8880 /* confdefs.h. */ 8881 _ACEOF 8882 cat confdefs.h >>conftest.$ac_ext 8883 cat >>conftest.$ac_ext <<_ACEOF 8884 /* end confdefs.h. */ 8885 #include <$ac_header> 8886 _ACEOF 8887 if { (ac_try="$ac_cpp conftest.$ac_ext" 8888 case "(($ac_try" in 8889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8890 *) ac_try_echo=$ac_try;; 8891 esac 8892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8893 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8894 ac_status=$? 8895 grep -v '^ *+' conftest.er1 >conftest.err 8896 rm -f conftest.er1 8897 cat conftest.err >&5 8898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8899 (exit $ac_status); } >/dev/null && { 8900 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 8901 test ! -s conftest.err 8902 }; then 8903 ac_header_preproc=yes 8904 else 8905 echo "$as_me: failed program was:" >&5 8906 sed 's/^/| /' conftest.$ac_ext >&5 8907 8908 ac_header_preproc=no 8909 fi 8910 8911 rm -f conftest.err conftest.$ac_ext 8912 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8913 echo "${ECHO_T}$ac_header_preproc" >&6; } 8914 8915 # So? What about this header? 8916 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 8917 yes:no: ) 8918 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8919 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8920 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8921 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8922 ac_header_preproc=yes 8923 ;; 8924 no:yes:* ) 8925 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8926 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8927 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8928 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8929 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8930 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8931 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8932 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 8933 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8934 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8935 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8936 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8937 ( cat <<\_ASBOX 8938 ## ----------------------------------- ## 8939 ## Report this to rappture@nanohub.org ## 8940 ## ----------------------------------- ## 8941 _ASBOX 8942 ) | sed "s/^/$as_me: WARNING: /" >&2 8943 ;; 8944 esac 8945 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8946 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8947 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8948 echo $ECHO_N "(cached) $ECHO_C" >&6 8949 else 8950 eval "$as_ac_Header=\$ac_header_preproc" 8951 fi 8952 ac_res=`eval echo '${'$as_ac_Header'}'` 8953 { echo "$as_me:$LINENO: result: $ac_res" >&5 8954 echo "${ECHO_T}$ac_res" >&6; } 8955 8956 fi 8957 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5307 8958 cat >>confdefs.h <<_ACEOF 5308 #define HAVE_MEMORY_H15309 _ACEOF 5310 5311 else 5312 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55313 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}8959 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8960 _ACEOF 8961 8962 else 8963 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 8964 echo "$as_me: WARNING: C headers missing ?" >&2;} 5314 8965 fi 5315 8966 5316 8967 done 5317 8968 8969 5318 8970 for ac_header in unistd.h 5319 do : 5320 ac_fn_cxx_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" 5321 if test "x$ac_cv_header_unistd_h" = xyes; then : 8971 do 8972 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8973 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8974 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8975 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8976 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8977 echo $ECHO_N "(cached) $ECHO_C" >&6 8978 fi 8979 ac_res=`eval echo '${'$as_ac_Header'}'` 8980 { echo "$as_me:$LINENO: result: $ac_res" >&5 8981 echo "${ECHO_T}$ac_res" >&6; } 8982 else 8983 # Is the header compilable? 8984 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8985 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8986 cat >conftest.$ac_ext <<_ACEOF 8987 /* confdefs.h. */ 8988 _ACEOF 8989 cat confdefs.h >>conftest.$ac_ext 8990 cat >>conftest.$ac_ext <<_ACEOF 8991 /* end confdefs.h. */ 8992 $ac_includes_default 8993 #include <$ac_header> 8994 _ACEOF 8995 rm -f conftest.$ac_objext 8996 if { (ac_try="$ac_compile" 8997 case "(($ac_try" in 8998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8999 *) ac_try_echo=$ac_try;; 9000 esac 9001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9002 (eval "$ac_compile") 2>conftest.er1 9003 ac_status=$? 9004 grep -v '^ *+' conftest.er1 >conftest.err 9005 rm -f conftest.er1 9006 cat conftest.err >&5 9007 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9008 (exit $ac_status); } && { 9009 test -z "$ac_cxx_werror_flag" || 9010 test ! -s conftest.err 9011 } && test -s conftest.$ac_objext; then 9012 ac_header_compiler=yes 9013 else 9014 echo "$as_me: failed program was:" >&5 9015 sed 's/^/| /' conftest.$ac_ext >&5 9016 9017 ac_header_compiler=no 9018 fi 9019 9020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9021 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9022 echo "${ECHO_T}$ac_header_compiler" >&6; } 9023 9024 # Is the header present? 9025 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 9026 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 9027 cat >conftest.$ac_ext <<_ACEOF 9028 /* confdefs.h. */ 9029 _ACEOF 9030 cat confdefs.h >>conftest.$ac_ext 9031 cat >>conftest.$ac_ext <<_ACEOF 9032 /* end confdefs.h. */ 9033 #include <$ac_header> 9034 _ACEOF 9035 if { (ac_try="$ac_cpp conftest.$ac_ext" 9036 case "(($ac_try" in 9037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9038 *) ac_try_echo=$ac_try;; 9039 esac 9040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9041 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9042 ac_status=$? 9043 grep -v '^ *+' conftest.er1 >conftest.err 9044 rm -f conftest.er1 9045 cat conftest.err >&5 9046 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9047 (exit $ac_status); } >/dev/null && { 9048 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 9049 test ! -s conftest.err 9050 }; then 9051 ac_header_preproc=yes 9052 else 9053 echo "$as_me: failed program was:" >&5 9054 sed 's/^/| /' conftest.$ac_ext >&5 9055 9056 ac_header_preproc=no 9057 fi 9058 9059 rm -f conftest.err conftest.$ac_ext 9060 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9061 echo "${ECHO_T}$ac_header_preproc" >&6; } 9062 9063 # So? What about this header? 9064 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 9065 yes:no: ) 9066 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 9067 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 9068 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 9069 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 9070 ac_header_preproc=yes 9071 ;; 9072 no:yes:* ) 9073 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 9074 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 9075 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 9076 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 9077 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 9078 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 9079 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 9080 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 9081 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9082 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 9083 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 9084 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 9085 ( cat <<\_ASBOX 9086 ## ----------------------------------- ## 9087 ## Report this to rappture@nanohub.org ## 9088 ## ----------------------------------- ## 9089 _ASBOX 9090 ) | sed "s/^/$as_me: WARNING: /" >&2 9091 ;; 9092 esac 9093 { echo "$as_me:$LINENO: checking for $ac_header" >&5 9094 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 9095 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9096 echo $ECHO_N "(cached) $ECHO_C" >&6 9097 else 9098 eval "$as_ac_Header=\$ac_header_preproc" 9099 fi 9100 ac_res=`eval echo '${'$as_ac_Header'}'` 9101 { echo "$as_me:$LINENO: result: $ac_res" >&5 9102 echo "${ECHO_T}$ac_res" >&6; } 9103 9104 fi 9105 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5322 9106 cat >>confdefs.h <<_ACEOF 5323 #define HAVE_UNISTD_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;}9107 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9108 _ACEOF 9109 9110 else 9111 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 9112 echo "$as_me: WARNING: C headers missing ?" >&2;} 5329 9113 fi 5330 9114 … … 5332 9116 5333 9117 9118 5334 9119 for ac_header in inttypes.h 5335 do : 5336 ac_fn_cxx_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" 5337 if test "x$ac_cv_header_inttypes_h" = xyes; then : 9120 do 9121 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9122 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9123 { echo "$as_me:$LINENO: checking for $ac_header" >&5 9124 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 9125 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9126 echo $ECHO_N "(cached) $ECHO_C" >&6 9127 fi 9128 ac_res=`eval echo '${'$as_ac_Header'}'` 9129 { echo "$as_me:$LINENO: result: $ac_res" >&5 9130 echo "${ECHO_T}$ac_res" >&6; } 9131 else 9132 # Is the header compilable? 9133 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 9134 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 9135 cat >conftest.$ac_ext <<_ACEOF 9136 /* confdefs.h. */ 9137 _ACEOF 9138 cat confdefs.h >>conftest.$ac_ext 9139 cat >>conftest.$ac_ext <<_ACEOF 9140 /* end confdefs.h. */ 9141 $ac_includes_default 9142 #include <$ac_header> 9143 _ACEOF 9144 rm -f conftest.$ac_objext 9145 if { (ac_try="$ac_compile" 9146 case "(($ac_try" in 9147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9148 *) ac_try_echo=$ac_try;; 9149 esac 9150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9151 (eval "$ac_compile") 2>conftest.er1 9152 ac_status=$? 9153 grep -v '^ *+' conftest.er1 >conftest.err 9154 rm -f conftest.er1 9155 cat conftest.err >&5 9156 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9157 (exit $ac_status); } && { 9158 test -z "$ac_cxx_werror_flag" || 9159 test ! -s conftest.err 9160 } && test -s conftest.$ac_objext; then 9161 ac_header_compiler=yes 9162 else 9163 echo "$as_me: failed program was:" >&5 9164 sed 's/^/| /' conftest.$ac_ext >&5 9165 9166 ac_header_compiler=no 9167 fi 9168 9169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9170 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9171 echo "${ECHO_T}$ac_header_compiler" >&6; } 9172 9173 # Is the header present? 9174 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 9175 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 9176 cat >conftest.$ac_ext <<_ACEOF 9177 /* confdefs.h. */ 9178 _ACEOF 9179 cat confdefs.h >>conftest.$ac_ext 9180 cat >>conftest.$ac_ext <<_ACEOF 9181 /* end confdefs.h. */ 9182 #include <$ac_header> 9183 _ACEOF 9184 if { (ac_try="$ac_cpp conftest.$ac_ext" 9185 case "(($ac_try" in 9186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9187 *) ac_try_echo=$ac_try;; 9188 esac 9189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9190 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9191 ac_status=$? 9192 grep -v '^ *+' conftest.er1 >conftest.err 9193 rm -f conftest.er1 9194 cat conftest.err >&5 9195 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9196 (exit $ac_status); } >/dev/null && { 9197 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 9198 test ! -s conftest.err 9199 }; then 9200 ac_header_preproc=yes 9201 else 9202 echo "$as_me: failed program was:" >&5 9203 sed 's/^/| /' conftest.$ac_ext >&5 9204 9205 ac_header_preproc=no 9206 fi 9207 9208 rm -f conftest.err conftest.$ac_ext 9209 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 9210 echo "${ECHO_T}$ac_header_preproc" >&6; } 9211 9212 # So? What about this header? 9213 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 9214 yes:no: ) 9215 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 9216 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 9217 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 9218 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 9219 ac_header_preproc=yes 9220 ;; 9221 no:yes:* ) 9222 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 9223 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 9224 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 9225 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 9226 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 9227 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 9228 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 9229 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 9230 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9231 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 9232 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 9233 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 9234 ( cat <<\_ASBOX 9235 ## ----------------------------------- ## 9236 ## Report this to rappture@nanohub.org ## 9237 ## ----------------------------------- ## 9238 _ASBOX 9239 ) | sed "s/^/$as_me: WARNING: /" >&2 9240 ;; 9241 esac 9242 { echo "$as_me:$LINENO: checking for $ac_header" >&5 9243 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 9244 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9245 echo $ECHO_N "(cached) $ECHO_C" >&6 9246 else 9247 eval "$as_ac_Header=\$ac_header_preproc" 9248 fi 9249 ac_res=`eval echo '${'$as_ac_Header'}'` 9250 { echo "$as_me:$LINENO: result: $ac_res" >&5 9251 echo "${ECHO_T}$ac_res" >&6; } 9252 9253 fi 9254 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5338 9255 cat >>confdefs.h <<_ACEOF 5339 #define HAVE_INTTYPES_H15340 _ACEOF 5341 5342 else 5343 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C headers missing ?" >&55344 $as_echo "$as_me: WARNING: C headers missing ?" >&2;}9256 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9257 _ACEOF 9258 9259 else 9260 { echo "$as_me:$LINENO: WARNING: C headers missing ?" >&5 9261 echo "$as_me: WARNING: C headers missing ?" >&2;} 5345 9262 fi 5346 9263 … … 5359 9276 # Step 0.a: Enable 64 bit support? 5360 9277 5361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if 64bit support is requested" >&55362 $as_echo_n "checking if 64bit support is requested..." >&6; }9278 { echo "$as_me:$LINENO: checking if 64bit support is requested" >&5 9279 echo $ECHO_N "checking if 64bit support is requested... $ECHO_C" >&6; } 5363 9280 # Check whether --enable-64bit was given. 5364 if test "${enable_64bit+set}" = set; then :9281 if test "${enable_64bit+set}" = set; then 5365 9282 enableval=$enable_64bit; do64bit=$enableval 5366 9283 else … … 5368 9285 fi 5369 9286 5370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $do64bit" >&55371 $as_echo "$do64bit" >&6; }9287 { echo "$as_me:$LINENO: result: $do64bit" >&5 9288 echo "${ECHO_T}$do64bit" >&6; } 5372 9289 5373 9290 # Step 0.b: Enable Solaris 64 bit VIS support? 5374 9291 5375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if 64bit Sparc VIS support is requested" >&55376 $as_echo_n "checking if 64bit Sparc VIS support is requested..." >&6; }9292 { echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5 9293 echo $ECHO_N "checking if 64bit Sparc VIS support is requested... $ECHO_C" >&6; } 5377 9294 # Check whether --enable-64bit-vis was given. 5378 if test "${enable_64bit_vis+set}" = set; then :9295 if test "${enable_64bit_vis+set}" = set; then 5379 9296 enableval=$enable_64bit_vis; do64bitVIS=$enableval 5380 9297 else … … 5382 9299 fi 5383 9300 5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $do64bitVIS" >&55385 $as_echo "$do64bitVIS" >&6; }9301 { echo "$as_me:$LINENO: result: $do64bitVIS" >&5 9302 echo "${ECHO_T}$do64bitVIS" >&6; } 5386 9303 5387 9304 if test "$do64bitVIS" = "yes"; then … … 5394 9311 5395 9312 5396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking system version" >&55397 $as_echo_n "checking system version..." >&6; }5398 if ${tcl_cv_sys_version+:} false; then :5399 $as_echo_n "(cached)" >&69313 { echo "$as_me:$LINENO: checking system version" >&5 9314 echo $ECHO_N "checking system version... $ECHO_C" >&6; } 9315 if test "${tcl_cv_sys_version+set}" = set; then 9316 echo $ECHO_N "(cached) $ECHO_C" >&6 5400 9317 else 5401 9318 … … 5405 9322 tcl_cv_sys_version=`uname -s`-`uname -r` 5406 9323 if test "$?" -ne 0 ; then 5407 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: can't find uname command" >&55408 $as_echo "$as_me: WARNING: can't find uname command" >&2;}9324 { echo "$as_me:$LINENO: WARNING: can't find uname command" >&5 9325 echo "$as_me: WARNING: can't find uname command" >&2;} 5409 9326 tcl_cv_sys_version=unknown 5410 9327 else … … 5422 9339 5423 9340 fi 5424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_sys_version" >&55425 $as_echo "$tcl_cv_sys_version" >&6; }9341 { echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5 9342 echo "${ECHO_T}$tcl_cv_sys_version" >&6; } 5426 9343 system=$tcl_cv_sys_version 5427 9344 … … 5430 9347 # Linux can use either -ldl or -ldld for dynamic loading. 5431 9348 5432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&55433 $as_echo_n "checking for dlopen in -ldl..." >&6; }5434 if ${ac_cv_lib_dl_dlopen+:} false; then :5435 $as_echo_n "(cached)" >&69349 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 9350 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } 9351 if test "${ac_cv_lib_dl_dlopen+set}" = set; then 9352 echo $ECHO_N "(cached) $ECHO_C" >&6 5436 9353 else 5437 9354 ac_check_lib_save_LIBS=$LIBS 5438 9355 LIBS="-ldl $LIBS" 5439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9356 cat >conftest.$ac_ext <<_ACEOF 9357 /* confdefs.h. */ 9358 _ACEOF 9359 cat confdefs.h >>conftest.$ac_ext 9360 cat >>conftest.$ac_ext <<_ACEOF 5440 9361 /* end confdefs.h. */ 5441 9362 … … 5455 9376 } 5456 9377 _ACEOF 5457 if ac_fn_cxx_try_link "$LINENO"; then : 9378 rm -f conftest.$ac_objext conftest$ac_exeext 9379 if { (ac_try="$ac_link" 9380 case "(($ac_try" in 9381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9382 *) ac_try_echo=$ac_try;; 9383 esac 9384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9385 (eval "$ac_link") 2>conftest.er1 9386 ac_status=$? 9387 grep -v '^ *+' conftest.er1 >conftest.err 9388 rm -f conftest.er1 9389 cat conftest.err >&5 9390 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9391 (exit $ac_status); } && { 9392 test -z "$ac_cxx_werror_flag" || 9393 test ! -s conftest.err 9394 } && test -s conftest$ac_exeext && 9395 $as_test_x conftest$ac_exeext; then 5458 9396 ac_cv_lib_dl_dlopen=yes 5459 9397 else 5460 ac_cv_lib_dl_dlopen=no 5461 fi 5462 rm -f core conftest.err conftest.$ac_objext \ 5463 conftest$ac_exeext conftest.$ac_ext 9398 echo "$as_me: failed program was:" >&5 9399 sed 's/^/| /' conftest.$ac_ext >&5 9400 9401 ac_cv_lib_dl_dlopen=no 9402 fi 9403 9404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9405 conftest$ac_exeext conftest.$ac_ext 5464 9406 LIBS=$ac_check_lib_save_LIBS 5465 9407 fi 5466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&55467 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }5468 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :9408 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 9409 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } 9410 if test $ac_cv_lib_dl_dlopen = yes; then 5469 9411 have_dl=yes 5470 9412 else … … 5498 9440 # Extract the first word of "ar", so it can be a program name with args. 5499 9441 set dummy ar; ac_word=$2 5500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&55501 $as_echo_n "checking for $ac_word..." >&6; }5502 if ${ac_cv_prog_AR+:} false; then :5503 $as_echo_n "(cached)" >&69442 { echo "$as_me:$LINENO: checking for $ac_word" >&5 9443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 9444 if test "${ac_cv_prog_AR+set}" = set; then 9445 echo $ECHO_N "(cached) $ECHO_C" >&6 5504 9446 else 5505 9447 if test -n "$AR"; then … … 5511 9453 IFS=$as_save_IFS 5512 9454 test -z "$as_dir" && as_dir=. 5513 9455 for ac_exec_ext in '' $ac_executable_extensions; do 5514 9456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5515 9457 ac_cv_prog_AR="ar" 5516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&59458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5517 9459 break 2 5518 9460 fi 5519 9461 done 5520 9462 done 5521 9463 IFS=$as_save_IFS 5522 9464 … … 5525 9467 AR=$ac_cv_prog_AR 5526 9468 if test -n "$AR"; then 5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&55528 $as_echo "$AR" >&6; }5529 else 5530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&55531 $as_echo "no" >&6; }9469 { echo "$as_me:$LINENO: result: $AR" >&5 9470 echo "${ECHO_T}$AR" >&6; } 9471 else 9472 { echo "$as_me:$LINENO: result: no" >&5 9473 echo "${ECHO_T}no" >&6; } 5532 9474 fi 5533 9475 5534 9476 5535 9477 if test "${AR}" = "" ; then 5536 as_fn_error $? "Required archive tool 'ar' not found on PATH." "$LINENO" 5 9478 { { echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5 9479 echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;} 9480 { (exit 1); exit 1; }; } 5537 9481 fi 5538 9482 STLIB_LD='${AR} cr' … … 5552 9496 ;; 5553 9497 esac 5554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using $CC for compiling with threads" >&55555 $as_echo "Using $CC for compiling with threads" >&6; }9498 { echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5 9499 echo "${ECHO_T}Using $CC for compiling with threads" >&6; } 5556 9500 fi 5557 9501 LIBS="$LIBS -lc" … … 5568 9512 if test "$do64bit" = "yes" -a "`uname -v`" -gt "3" ; then 5569 9513 if test "$GCC" = "yes" ; then 5570 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported with GCC on $system" >&55571 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}9514 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 9515 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 5572 9516 else 5573 9517 do64bit_ok=yes … … 5623 9567 # known GMT value. 5624 9568 5625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday in -lbsd" >&55626 $as_echo_n "checking for gettimeofday in -lbsd..." >&6; }5627 if ${ac_cv_lib_bsd_gettimeofday+:} false; then :5628 $as_echo_n "(cached)" >&69569 { echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5 9570 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6; } 9571 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then 9572 echo $ECHO_N "(cached) $ECHO_C" >&6 5629 9573 else 5630 9574 ac_check_lib_save_LIBS=$LIBS 5631 9575 LIBS="-lbsd $LIBS" 5632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9576 cat >conftest.$ac_ext <<_ACEOF 9577 /* confdefs.h. */ 9578 _ACEOF 9579 cat confdefs.h >>conftest.$ac_ext 9580 cat >>conftest.$ac_ext <<_ACEOF 5633 9581 /* end confdefs.h. */ 5634 9582 … … 5648 9596 } 5649 9597 _ACEOF 5650 if ac_fn_cxx_try_link "$LINENO"; then : 9598 rm -f conftest.$ac_objext conftest$ac_exeext 9599 if { (ac_try="$ac_link" 9600 case "(($ac_try" in 9601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9602 *) ac_try_echo=$ac_try;; 9603 esac 9604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9605 (eval "$ac_link") 2>conftest.er1 9606 ac_status=$? 9607 grep -v '^ *+' conftest.er1 >conftest.err 9608 rm -f conftest.er1 9609 cat conftest.err >&5 9610 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9611 (exit $ac_status); } && { 9612 test -z "$ac_cxx_werror_flag" || 9613 test ! -s conftest.err 9614 } && test -s conftest$ac_exeext && 9615 $as_test_x conftest$ac_exeext; then 5651 9616 ac_cv_lib_bsd_gettimeofday=yes 5652 9617 else 5653 ac_cv_lib_bsd_gettimeofday=no 5654 fi 5655 rm -f core conftest.err conftest.$ac_objext \ 5656 conftest$ac_exeext conftest.$ac_ext 9618 echo "$as_me: failed program was:" >&5 9619 sed 's/^/| /' conftest.$ac_ext >&5 9620 9621 ac_cv_lib_bsd_gettimeofday=no 9622 fi 9623 9624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9625 conftest$ac_exeext conftest.$ac_ext 5657 9626 LIBS=$ac_check_lib_save_LIBS 5658 9627 fi 5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gettimeofday" >&55660 $as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; }5661 if test "x$ac_cv_lib_bsd_gettimeofday" = xyes; then :9628 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5 9629 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6; } 9630 if test $ac_cv_lib_bsd_gettimeofday = yes; then 5662 9631 libbsd=yes 5663 9632 else … … 5667 9636 if test $libbsd = yes; then 5668 9637 MATH_LIBS="$MATH_LIBS -lbsd" 5669 $as_echo "#define USE_DELTA_FOR_TZ 1" >>confdefs.h 9638 cat >>confdefs.h <<\_ACEOF 9639 #define USE_DELTA_FOR_TZ 1 9640 _ACEOF 5670 9641 5671 9642 fi … … 5684 9655 # is always linked to, for compatibility. 5685 9656 #----------------------------------------------------------- 5686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntoa in -lbind" >&55687 $as_echo_n "checking for inet_ntoa in -lbind..." >&6; }5688 if ${ac_cv_lib_bind_inet_ntoa+:} false; then :5689 $as_echo_n "(cached)" >&69657 { echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5 9658 echo $ECHO_N "checking for inet_ntoa in -lbind... $ECHO_C" >&6; } 9659 if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then 9660 echo $ECHO_N "(cached) $ECHO_C" >&6 5690 9661 else 5691 9662 ac_check_lib_save_LIBS=$LIBS 5692 9663 LIBS="-lbind $LIBS" 5693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9664 cat >conftest.$ac_ext <<_ACEOF 9665 /* confdefs.h. */ 9666 _ACEOF 9667 cat confdefs.h >>conftest.$ac_ext 9668 cat >>conftest.$ac_ext <<_ACEOF 5694 9669 /* end confdefs.h. */ 5695 9670 … … 5709 9684 } 5710 9685 _ACEOF 5711 if ac_fn_cxx_try_link "$LINENO"; then : 9686 rm -f conftest.$ac_objext conftest$ac_exeext 9687 if { (ac_try="$ac_link" 9688 case "(($ac_try" in 9689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9690 *) ac_try_echo=$ac_try;; 9691 esac 9692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9693 (eval "$ac_link") 2>conftest.er1 9694 ac_status=$? 9695 grep -v '^ *+' conftest.er1 >conftest.err 9696 rm -f conftest.er1 9697 cat conftest.err >&5 9698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9699 (exit $ac_status); } && { 9700 test -z "$ac_cxx_werror_flag" || 9701 test ! -s conftest.err 9702 } && test -s conftest$ac_exeext && 9703 $as_test_x conftest$ac_exeext; then 5712 9704 ac_cv_lib_bind_inet_ntoa=yes 5713 9705 else 5714 ac_cv_lib_bind_inet_ntoa=no 5715 fi 5716 rm -f core conftest.err conftest.$ac_objext \ 5717 conftest$ac_exeext conftest.$ac_ext 9706 echo "$as_me: failed program was:" >&5 9707 sed 's/^/| /' conftest.$ac_ext >&5 9708 9709 ac_cv_lib_bind_inet_ntoa=no 9710 fi 9711 9712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9713 conftest$ac_exeext conftest.$ac_ext 5718 9714 LIBS=$ac_check_lib_save_LIBS 5719 9715 fi 5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bind_inet_ntoa" >&55721 $as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; }5722 if test "x$ac_cv_lib_bind_inet_ntoa" = xyes; then :9716 { echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5 9717 echo "${ECHO_T}$ac_cv_lib_bind_inet_ntoa" >&6; } 9718 if test $ac_cv_lib_bind_inet_ntoa = yes; then 5723 9719 LIBS="$LIBS -lbind -lsocket" 5724 9720 fi … … 5758 9754 HP-UX-*.11.*) 5759 9755 # Use updated header definitions where possible 5760 $as_echo "#define _XOPEN_SOURCE 1" >>confdefs.h 9756 cat >>confdefs.h <<\_ACEOF 9757 #define _XOPEN_SOURCE 1 9758 _ACEOF 5761 9759 # Use the XOPEN network library 5762 $as_echo "#define _XOPEN_SOURCE_EXTENDED 1" >>confdefs.h 9760 cat >>confdefs.h <<\_ACEOF 9761 #define _XOPEN_SOURCE_EXTENDED 1 9762 _ACEOF 5763 9763 # Use the XOPEN network library 5764 9764 LIBS="$LIBS -lxnet" # Use the XOPEN network library … … 5769 9769 SHLIB_SUFFIX=".sl" 5770 9770 fi 5771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&55772 $as_echo_n "checking for shl_load in -ldld..." >&6; }5773 if ${ac_cv_lib_dld_shl_load+:} false; then :5774 $as_echo_n "(cached)" >&69771 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 9772 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } 9773 if test "${ac_cv_lib_dld_shl_load+set}" = set; then 9774 echo $ECHO_N "(cached) $ECHO_C" >&6 5775 9775 else 5776 9776 ac_check_lib_save_LIBS=$LIBS 5777 9777 LIBS="-ldld $LIBS" 5778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9778 cat >conftest.$ac_ext <<_ACEOF 9779 /* confdefs.h. */ 9780 _ACEOF 9781 cat confdefs.h >>conftest.$ac_ext 9782 cat >>conftest.$ac_ext <<_ACEOF 5779 9783 /* end confdefs.h. */ 5780 9784 … … 5794 9798 } 5795 9799 _ACEOF 5796 if ac_fn_cxx_try_link "$LINENO"; then : 9800 rm -f conftest.$ac_objext conftest$ac_exeext 9801 if { (ac_try="$ac_link" 9802 case "(($ac_try" in 9803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9804 *) ac_try_echo=$ac_try;; 9805 esac 9806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9807 (eval "$ac_link") 2>conftest.er1 9808 ac_status=$? 9809 grep -v '^ *+' conftest.er1 >conftest.err 9810 rm -f conftest.er1 9811 cat conftest.err >&5 9812 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9813 (exit $ac_status); } && { 9814 test -z "$ac_cxx_werror_flag" || 9815 test ! -s conftest.err 9816 } && test -s conftest$ac_exeext && 9817 $as_test_x conftest$ac_exeext; then 5797 9818 ac_cv_lib_dld_shl_load=yes 5798 9819 else 5799 ac_cv_lib_dld_shl_load=no 5800 fi 5801 rm -f core conftest.err conftest.$ac_objext \ 5802 conftest$ac_exeext conftest.$ac_ext 9820 echo "$as_me: failed program was:" >&5 9821 sed 's/^/| /' conftest.$ac_ext >&5 9822 9823 ac_cv_lib_dld_shl_load=no 9824 fi 9825 9826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9827 conftest$ac_exeext conftest.$ac_ext 5803 9828 LIBS=$ac_check_lib_save_LIBS 5804 9829 fi 5805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&55806 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }5807 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :9830 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 9831 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } 9832 if test $ac_cv_lib_dld_shl_load = yes; then 5808 9833 tcl_ok=yes 5809 9834 else … … 5845 9870 ;; 5846 9871 *) 5847 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported with GCC on $system" >&55848 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}9872 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 9873 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 5849 9874 ;; 5850 9875 esac … … 5858 9883 HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*) 5859 9884 SHLIB_SUFFIX=".sl" 5860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&55861 $as_echo_n "checking for shl_load in -ldld..." >&6; }5862 if ${ac_cv_lib_dld_shl_load+:} false; then :5863 $as_echo_n "(cached)" >&69885 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 9886 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } 9887 if test "${ac_cv_lib_dld_shl_load+set}" = set; then 9888 echo $ECHO_N "(cached) $ECHO_C" >&6 5864 9889 else 5865 9890 ac_check_lib_save_LIBS=$LIBS 5866 9891 LIBS="-ldld $LIBS" 5867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9892 cat >conftest.$ac_ext <<_ACEOF 9893 /* confdefs.h. */ 9894 _ACEOF 9895 cat confdefs.h >>conftest.$ac_ext 9896 cat >>conftest.$ac_ext <<_ACEOF 5868 9897 /* end confdefs.h. */ 5869 9898 … … 5883 9912 } 5884 9913 _ACEOF 5885 if ac_fn_cxx_try_link "$LINENO"; then : 9914 rm -f conftest.$ac_objext conftest$ac_exeext 9915 if { (ac_try="$ac_link" 9916 case "(($ac_try" in 9917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9918 *) ac_try_echo=$ac_try;; 9919 esac 9920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9921 (eval "$ac_link") 2>conftest.er1 9922 ac_status=$? 9923 grep -v '^ *+' conftest.er1 >conftest.err 9924 rm -f conftest.er1 9925 cat conftest.err >&5 9926 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9927 (exit $ac_status); } && { 9928 test -z "$ac_cxx_werror_flag" || 9929 test ! -s conftest.err 9930 } && test -s conftest$ac_exeext && 9931 $as_test_x conftest$ac_exeext; then 5886 9932 ac_cv_lib_dld_shl_load=yes 5887 9933 else 5888 ac_cv_lib_dld_shl_load=no 5889 fi 5890 rm -f core conftest.err conftest.$ac_objext \ 5891 conftest$ac_exeext conftest.$ac_ext 9934 echo "$as_me: failed program was:" >&5 9935 sed 's/^/| /' conftest.$ac_ext >&5 9936 9937 ac_cv_lib_dld_shl_load=no 9938 fi 9939 9940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9941 conftest$ac_exeext conftest.$ac_ext 5892 9942 LIBS=$ac_check_lib_save_LIBS 5893 9943 fi 5894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&55895 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }5896 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :9944 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 9945 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } 9946 if test $ac_cv_lib_dld_shl_load = yes; then 5897 9947 tcl_ok=yes 5898 9948 else … … 5973 10023 if test "$do64bit" = "yes" ; then 5974 10024 if test "$GCC" = "yes" ; then 5975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported by gcc" >&55976 $as_echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}10025 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5 10026 echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;} 5977 10027 else 5978 10028 do64bit_ok=yes … … 6002 10052 LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} 6003 10053 else 6004 ac_fn_cxx_check_header_mongrel "$LINENO" "dld.h" "ac_cv_header_dld_h" "$ac_includes_default" 6005 if test "x$ac_cv_header_dld_h" = xyes; then : 10054 if test "${ac_cv_header_dld_h+set}" = set; then 10055 { echo "$as_me:$LINENO: checking for dld.h" >&5 10056 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; } 10057 if test "${ac_cv_header_dld_h+set}" = set; then 10058 echo $ECHO_N "(cached) $ECHO_C" >&6 10059 fi 10060 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 10061 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; } 10062 else 10063 # Is the header compilable? 10064 { echo "$as_me:$LINENO: checking dld.h usability" >&5 10065 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; } 10066 cat >conftest.$ac_ext <<_ACEOF 10067 /* confdefs.h. */ 10068 _ACEOF 10069 cat confdefs.h >>conftest.$ac_ext 10070 cat >>conftest.$ac_ext <<_ACEOF 10071 /* end confdefs.h. */ 10072 $ac_includes_default 10073 #include <dld.h> 10074 _ACEOF 10075 rm -f conftest.$ac_objext 10076 if { (ac_try="$ac_compile" 10077 case "(($ac_try" in 10078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10079 *) ac_try_echo=$ac_try;; 10080 esac 10081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10082 (eval "$ac_compile") 2>conftest.er1 10083 ac_status=$? 10084 grep -v '^ *+' conftest.er1 >conftest.err 10085 rm -f conftest.er1 10086 cat conftest.err >&5 10087 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10088 (exit $ac_status); } && { 10089 test -z "$ac_cxx_werror_flag" || 10090 test ! -s conftest.err 10091 } && test -s conftest.$ac_objext; then 10092 ac_header_compiler=yes 10093 else 10094 echo "$as_me: failed program was:" >&5 10095 sed 's/^/| /' conftest.$ac_ext >&5 10096 10097 ac_header_compiler=no 10098 fi 10099 10100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10101 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10102 echo "${ECHO_T}$ac_header_compiler" >&6; } 10103 10104 # Is the header present? 10105 { echo "$as_me:$LINENO: checking dld.h presence" >&5 10106 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; } 10107 cat >conftest.$ac_ext <<_ACEOF 10108 /* confdefs.h. */ 10109 _ACEOF 10110 cat confdefs.h >>conftest.$ac_ext 10111 cat >>conftest.$ac_ext <<_ACEOF 10112 /* end confdefs.h. */ 10113 #include <dld.h> 10114 _ACEOF 10115 if { (ac_try="$ac_cpp conftest.$ac_ext" 10116 case "(($ac_try" in 10117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10118 *) ac_try_echo=$ac_try;; 10119 esac 10120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10121 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10122 ac_status=$? 10123 grep -v '^ *+' conftest.er1 >conftest.err 10124 rm -f conftest.er1 10125 cat conftest.err >&5 10126 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10127 (exit $ac_status); } >/dev/null && { 10128 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 10129 test ! -s conftest.err 10130 }; then 10131 ac_header_preproc=yes 10132 else 10133 echo "$as_me: failed program was:" >&5 10134 sed 's/^/| /' conftest.$ac_ext >&5 10135 10136 ac_header_preproc=no 10137 fi 10138 10139 rm -f conftest.err conftest.$ac_ext 10140 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10141 echo "${ECHO_T}$ac_header_preproc" >&6; } 10142 10143 # So? What about this header? 10144 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 10145 yes:no: ) 10146 { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5 10147 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10148 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5 10149 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;} 10150 ac_header_preproc=yes 10151 ;; 10152 no:yes:* ) 10153 { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5 10154 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;} 10155 { echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&5 10156 echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;} 10157 { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5 10158 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;} 10159 { echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&5 10160 echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;} 10161 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5 10162 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;} 10163 { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5 10164 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;} 10165 ( cat <<\_ASBOX 10166 ## ----------------------------------- ## 10167 ## Report this to rappture@nanohub.org ## 10168 ## ----------------------------------- ## 10169 _ASBOX 10170 ) | sed "s/^/$as_me: WARNING: /" >&2 10171 ;; 10172 esac 10173 { echo "$as_me:$LINENO: checking for dld.h" >&5 10174 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; } 10175 if test "${ac_cv_header_dld_h+set}" = set; then 10176 echo $ECHO_N "(cached) $ECHO_C" >&6 10177 else 10178 ac_cv_header_dld_h=$ac_header_preproc 10179 fi 10180 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 10181 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; } 10182 10183 fi 10184 if test $ac_cv_header_dld_h = yes; then 6006 10185 6007 10186 SHLIB_LD="ld -shared" … … 6018 10197 fi 6019 10198 if test $do64bit = yes; then 6020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -m64 flag" >&56021 $as_echo_n "checking if compiler accepts -m64 flag..." >&6; }6022 if ${tcl_cv_cc_m64+:} false; then :6023 $as_echo_n "(cached)" >&610199 { echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5 10200 echo $ECHO_N "checking if compiler accepts -m64 flag... $ECHO_C" >&6; } 10201 if test "${tcl_cv_cc_m64+set}" = set; then 10202 echo $ECHO_N "(cached) $ECHO_C" >&6 6024 10203 else 6025 10204 6026 10205 hold_cflags=$CFLAGS 6027 10206 CFLAGS="$CFLAGS -m64" 6028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10207 cat >conftest.$ac_ext <<_ACEOF 10208 /* confdefs.h. */ 10209 _ACEOF 10210 cat confdefs.h >>conftest.$ac_ext 10211 cat >>conftest.$ac_ext <<_ACEOF 6029 10212 /* end confdefs.h. */ 6030 10213 … … 6037 10220 } 6038 10221 _ACEOF 6039 if ac_fn_cxx_try_link "$LINENO"; then : 10222 rm -f conftest.$ac_objext conftest$ac_exeext 10223 if { (ac_try="$ac_link" 10224 case "(($ac_try" in 10225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10226 *) ac_try_echo=$ac_try;; 10227 esac 10228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10229 (eval "$ac_link") 2>conftest.er1 10230 ac_status=$? 10231 grep -v '^ *+' conftest.er1 >conftest.err 10232 rm -f conftest.er1 10233 cat conftest.err >&5 10234 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10235 (exit $ac_status); } && { 10236 test -z "$ac_cxx_werror_flag" || 10237 test ! -s conftest.err 10238 } && test -s conftest$ac_exeext && 10239 $as_test_x conftest$ac_exeext; then 6040 10240 tcl_cv_cc_m64=yes 6041 10241 else 6042 tcl_cv_cc_m64=no 6043 fi 6044 rm -f core conftest.err conftest.$ac_objext \ 6045 conftest$ac_exeext conftest.$ac_ext 10242 echo "$as_me: failed program was:" >&5 10243 sed 's/^/| /' conftest.$ac_ext >&5 10244 10245 tcl_cv_cc_m64=no 10246 fi 10247 10248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10249 conftest$ac_exeext conftest.$ac_ext 6046 10250 CFLAGS=$hold_cflags 6047 10251 fi 6048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_cc_m64" >&56049 $as_echo "$tcl_cv_cc_m64" >&6; }10252 { echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5 10253 echo "${ECHO_T}$tcl_cv_cc_m64" >&6; } 6050 10254 if test $tcl_cv_cc_m64 = yes; then 6051 10255 CFLAGS="$CFLAGS -m64" … … 6066 10270 6067 10271 # XIM peeking works under XFree86. 6068 $as_echo "#define PEEK_XCLOSEIM 1" >>confdefs.h 10272 cat >>confdefs.h <<\_ACEOF 10273 #define PEEK_XCLOSEIM 1 10274 _ACEOF 6069 10275 6070 10276 … … 6083 10289 LD_SEARCH_FLAGS="" 6084 10290 else 6085 ac_fn_cxx_check_header_mongrel "$LINENO" "dld.h" "ac_cv_header_dld_h" "$ac_includes_default" 6086 if test "x$ac_cv_header_dld_h" = xyes; then : 10291 if test "${ac_cv_header_dld_h+set}" = set; then 10292 { echo "$as_me:$LINENO: checking for dld.h" >&5 10293 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; } 10294 if test "${ac_cv_header_dld_h+set}" = set; then 10295 echo $ECHO_N "(cached) $ECHO_C" >&6 10296 fi 10297 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 10298 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; } 10299 else 10300 # Is the header compilable? 10301 { echo "$as_me:$LINENO: checking dld.h usability" >&5 10302 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; } 10303 cat >conftest.$ac_ext <<_ACEOF 10304 /* confdefs.h. */ 10305 _ACEOF 10306 cat confdefs.h >>conftest.$ac_ext 10307 cat >>conftest.$ac_ext <<_ACEOF 10308 /* end confdefs.h. */ 10309 $ac_includes_default 10310 #include <dld.h> 10311 _ACEOF 10312 rm -f conftest.$ac_objext 10313 if { (ac_try="$ac_compile" 10314 case "(($ac_try" in 10315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10316 *) ac_try_echo=$ac_try;; 10317 esac 10318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10319 (eval "$ac_compile") 2>conftest.er1 10320 ac_status=$? 10321 grep -v '^ *+' conftest.er1 >conftest.err 10322 rm -f conftest.er1 10323 cat conftest.err >&5 10324 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10325 (exit $ac_status); } && { 10326 test -z "$ac_cxx_werror_flag" || 10327 test ! -s conftest.err 10328 } && test -s conftest.$ac_objext; then 10329 ac_header_compiler=yes 10330 else 10331 echo "$as_me: failed program was:" >&5 10332 sed 's/^/| /' conftest.$ac_ext >&5 10333 10334 ac_header_compiler=no 10335 fi 10336 10337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10338 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10339 echo "${ECHO_T}$ac_header_compiler" >&6; } 10340 10341 # Is the header present? 10342 { echo "$as_me:$LINENO: checking dld.h presence" >&5 10343 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; } 10344 cat >conftest.$ac_ext <<_ACEOF 10345 /* confdefs.h. */ 10346 _ACEOF 10347 cat confdefs.h >>conftest.$ac_ext 10348 cat >>conftest.$ac_ext <<_ACEOF 10349 /* end confdefs.h. */ 10350 #include <dld.h> 10351 _ACEOF 10352 if { (ac_try="$ac_cpp conftest.$ac_ext" 10353 case "(($ac_try" in 10354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10355 *) ac_try_echo=$ac_try;; 10356 esac 10357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10358 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10359 ac_status=$? 10360 grep -v '^ *+' conftest.er1 >conftest.err 10361 rm -f conftest.er1 10362 cat conftest.err >&5 10363 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10364 (exit $ac_status); } >/dev/null && { 10365 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 10366 test ! -s conftest.err 10367 }; then 10368 ac_header_preproc=yes 10369 else 10370 echo "$as_me: failed program was:" >&5 10371 sed 's/^/| /' conftest.$ac_ext >&5 10372 10373 ac_header_preproc=no 10374 fi 10375 10376 rm -f conftest.err conftest.$ac_ext 10377 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10378 echo "${ECHO_T}$ac_header_preproc" >&6; } 10379 10380 # So? What about this header? 10381 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 10382 yes:no: ) 10383 { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5 10384 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10385 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5 10386 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;} 10387 ac_header_preproc=yes 10388 ;; 10389 no:yes:* ) 10390 { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5 10391 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;} 10392 { echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&5 10393 echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;} 10394 { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5 10395 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;} 10396 { echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&5 10397 echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;} 10398 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5 10399 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;} 10400 { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5 10401 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;} 10402 ( cat <<\_ASBOX 10403 ## ----------------------------------- ## 10404 ## Report this to rappture@nanohub.org ## 10405 ## ----------------------------------- ## 10406 _ASBOX 10407 ) | sed "s/^/$as_me: WARNING: /" >&2 10408 ;; 10409 esac 10410 { echo "$as_me:$LINENO: checking for dld.h" >&5 10411 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; } 10412 if test "${ac_cv_header_dld_h+set}" = set; then 10413 echo $ECHO_N "(cached) $ECHO_C" >&6 10414 else 10415 ac_cv_header_dld_h=$ac_header_preproc 10416 fi 10417 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 10418 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; } 10419 10420 fi 10421 if test $ac_cv_header_dld_h = yes; then 6087 10422 6088 10423 SHLIB_LD="ld -shared" … … 6134 10469 NetBSD-*|FreeBSD-[1-2].*) 6135 10470 # Not available on all versions: check for include file. 6136 ac_fn_cxx_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default" 6137 if test "x$ac_cv_header_dlfcn_h" = xyes; then : 10471 if test "${ac_cv_header_dlfcn_h+set}" = set; then 10472 { echo "$as_me:$LINENO: checking for dlfcn.h" >&5 10473 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; } 10474 if test "${ac_cv_header_dlfcn_h+set}" = set; then 10475 echo $ECHO_N "(cached) $ECHO_C" >&6 10476 fi 10477 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 10478 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; } 10479 else 10480 # Is the header compilable? 10481 { echo "$as_me:$LINENO: checking dlfcn.h usability" >&5 10482 echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; } 10483 cat >conftest.$ac_ext <<_ACEOF 10484 /* confdefs.h. */ 10485 _ACEOF 10486 cat confdefs.h >>conftest.$ac_ext 10487 cat >>conftest.$ac_ext <<_ACEOF 10488 /* end confdefs.h. */ 10489 $ac_includes_default 10490 #include <dlfcn.h> 10491 _ACEOF 10492 rm -f conftest.$ac_objext 10493 if { (ac_try="$ac_compile" 10494 case "(($ac_try" in 10495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10496 *) ac_try_echo=$ac_try;; 10497 esac 10498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10499 (eval "$ac_compile") 2>conftest.er1 10500 ac_status=$? 10501 grep -v '^ *+' conftest.er1 >conftest.err 10502 rm -f conftest.er1 10503 cat conftest.err >&5 10504 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10505 (exit $ac_status); } && { 10506 test -z "$ac_cxx_werror_flag" || 10507 test ! -s conftest.err 10508 } && test -s conftest.$ac_objext; then 10509 ac_header_compiler=yes 10510 else 10511 echo "$as_me: failed program was:" >&5 10512 sed 's/^/| /' conftest.$ac_ext >&5 10513 10514 ac_header_compiler=no 10515 fi 10516 10517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10518 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10519 echo "${ECHO_T}$ac_header_compiler" >&6; } 10520 10521 # Is the header present? 10522 { echo "$as_me:$LINENO: checking dlfcn.h presence" >&5 10523 echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; } 10524 cat >conftest.$ac_ext <<_ACEOF 10525 /* confdefs.h. */ 10526 _ACEOF 10527 cat confdefs.h >>conftest.$ac_ext 10528 cat >>conftest.$ac_ext <<_ACEOF 10529 /* end confdefs.h. */ 10530 #include <dlfcn.h> 10531 _ACEOF 10532 if { (ac_try="$ac_cpp conftest.$ac_ext" 10533 case "(($ac_try" in 10534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10535 *) ac_try_echo=$ac_try;; 10536 esac 10537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10538 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10539 ac_status=$? 10540 grep -v '^ *+' conftest.er1 >conftest.err 10541 rm -f conftest.er1 10542 cat conftest.err >&5 10543 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10544 (exit $ac_status); } >/dev/null && { 10545 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 10546 test ! -s conftest.err 10547 }; then 10548 ac_header_preproc=yes 10549 else 10550 echo "$as_me: failed program was:" >&5 10551 sed 's/^/| /' conftest.$ac_ext >&5 10552 10553 ac_header_preproc=no 10554 fi 10555 10556 rm -f conftest.err conftest.$ac_ext 10557 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10558 echo "${ECHO_T}$ac_header_preproc" >&6; } 10559 10560 # So? What about this header? 10561 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 10562 yes:no: ) 10563 { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5 10564 echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10565 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5 10566 echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;} 10567 ac_header_preproc=yes 10568 ;; 10569 no:yes:* ) 10570 { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5 10571 echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;} 10572 { echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&5 10573 echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;} 10574 { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5 10575 echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;} 10576 { echo "$as_me:$LINENO: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&5 10577 echo "$as_me: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&2;} 10578 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5 10579 echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;} 10580 { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5 10581 echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;} 10582 ( cat <<\_ASBOX 10583 ## ----------------------------------- ## 10584 ## Report this to rappture@nanohub.org ## 10585 ## ----------------------------------- ## 10586 _ASBOX 10587 ) | sed "s/^/$as_me: WARNING: /" >&2 10588 ;; 10589 esac 10590 { echo "$as_me:$LINENO: checking for dlfcn.h" >&5 10591 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; } 10592 if test "${ac_cv_header_dlfcn_h+set}" = set; then 10593 echo $ECHO_N "(cached) $ECHO_C" >&6 10594 else 10595 ac_cv_header_dlfcn_h=$ac_header_preproc 10596 fi 10597 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 10598 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; } 10599 10600 fi 10601 if test $ac_cv_header_dlfcn_h = yes; then 6138 10602 6139 10603 # NetBSD/SPARC needs -fPIC, -fpic will not do. … … 6146 10610 CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' 6147 10611 LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' 6148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF" >&5 6149 $as_echo_n "checking for ELF... " >&6; } 6150 if ${tcl_cv_ld_elf+:} false; then : 6151 $as_echo_n "(cached) " >&6 6152 else 6153 6154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10612 { echo "$as_me:$LINENO: checking for ELF" >&5 10613 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; } 10614 if test "${tcl_cv_ld_elf+set}" = set; then 10615 echo $ECHO_N "(cached) $ECHO_C" >&6 10616 else 10617 10618 cat >conftest.$ac_ext <<_ACEOF 10619 /* confdefs.h. */ 10620 _ACEOF 10621 cat confdefs.h >>conftest.$ac_ext 10622 cat >>conftest.$ac_ext <<_ACEOF 6155 10623 /* end confdefs.h. */ 6156 10624 … … 6161 10629 _ACEOF 6162 10630 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 6163 $EGREP "yes" >/dev/null 2>&1; then :10631 $EGREP "yes" >/dev/null 2>&1; then 6164 10632 tcl_cv_ld_elf=yes 6165 10633 else 6166 10634 tcl_cv_ld_elf=no 6167 10635 fi 6168 rm -f conftest*6169 6170 fi 6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_ld_elf" >&56172 $as_echo "$tcl_cv_ld_elf" >&6; }10636 rm -f -r conftest* 10637 10638 fi 10639 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 10640 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; } 6173 10641 if test $tcl_cv_ld_elf = yes; then 6174 10642 SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so' … … 6228 10696 LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} 6229 10697 SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0' 6230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF" >&5 6231 $as_echo_n "checking for ELF... " >&6; } 6232 if ${tcl_cv_ld_elf+:} false; then : 6233 $as_echo_n "(cached) " >&6 6234 else 6235 6236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10698 { echo "$as_me:$LINENO: checking for ELF" >&5 10699 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; } 10700 if test "${tcl_cv_ld_elf+set}" = set; then 10701 echo $ECHO_N "(cached) $ECHO_C" >&6 10702 else 10703 10704 cat >conftest.$ac_ext <<_ACEOF 10705 /* confdefs.h. */ 10706 _ACEOF 10707 cat confdefs.h >>conftest.$ac_ext 10708 cat >>conftest.$ac_ext <<_ACEOF 6237 10709 /* end confdefs.h. */ 6238 10710 … … 6243 10715 _ACEOF 6244 10716 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 6245 $EGREP "yes" >/dev/null 2>&1; then :10717 $EGREP "yes" >/dev/null 2>&1; then 6246 10718 tcl_cv_ld_elf=yes 6247 10719 else 6248 10720 tcl_cv_ld_elf=no 6249 10721 fi 6250 rm -f conftest*6251 6252 fi 6253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_ld_elf" >&56254 $as_echo "$tcl_cv_ld_elf" >&6; }10722 rm -f -r conftest* 10723 10724 fi 10725 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 10726 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; } 6255 10727 if test $tcl_cv_ld_elf = yes; then 6256 10728 LDFLAGS=-Wl,-export-dynamic … … 6306 10778 case `arch` in 6307 10779 ppc) 6308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -arch ppc64 flag" >&56309 $as_echo_n "checking if compiler accepts -arch ppc64 flag..." >&6; }6310 if ${tcl_cv_cc_arch_ppc64+:} false; then :6311 $as_echo_n "(cached)" >&610780 { echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5 10781 echo $ECHO_N "checking if compiler accepts -arch ppc64 flag... $ECHO_C" >&6; } 10782 if test "${tcl_cv_cc_arch_ppc64+set}" = set; then 10783 echo $ECHO_N "(cached) $ECHO_C" >&6 6312 10784 else 6313 10785 6314 10786 hold_cflags=$CFLAGS 6315 10787 CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5" 6316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10788 cat >conftest.$ac_ext <<_ACEOF 10789 /* confdefs.h. */ 10790 _ACEOF 10791 cat confdefs.h >>conftest.$ac_ext 10792 cat >>conftest.$ac_ext <<_ACEOF 6317 10793 /* end confdefs.h. */ 6318 10794 … … 6325 10801 } 6326 10802 _ACEOF 6327 if ac_fn_cxx_try_link "$LINENO"; then : 10803 rm -f conftest.$ac_objext conftest$ac_exeext 10804 if { (ac_try="$ac_link" 10805 case "(($ac_try" in 10806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10807 *) ac_try_echo=$ac_try;; 10808 esac 10809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10810 (eval "$ac_link") 2>conftest.er1 10811 ac_status=$? 10812 grep -v '^ *+' conftest.er1 >conftest.err 10813 rm -f conftest.er1 10814 cat conftest.err >&5 10815 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10816 (exit $ac_status); } && { 10817 test -z "$ac_cxx_werror_flag" || 10818 test ! -s conftest.err 10819 } && test -s conftest$ac_exeext && 10820 $as_test_x conftest$ac_exeext; then 6328 10821 tcl_cv_cc_arch_ppc64=yes 6329 10822 else 6330 tcl_cv_cc_arch_ppc64=no 6331 fi 6332 rm -f core conftest.err conftest.$ac_objext \ 6333 conftest$ac_exeext conftest.$ac_ext 10823 echo "$as_me: failed program was:" >&5 10824 sed 's/^/| /' conftest.$ac_ext >&5 10825 10826 tcl_cv_cc_arch_ppc64=no 10827 fi 10828 10829 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10830 conftest$ac_exeext conftest.$ac_ext 6334 10831 CFLAGS=$hold_cflags 6335 10832 fi 6336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_cc_arch_ppc64" >&56337 $as_echo "$tcl_cv_cc_arch_ppc64" >&6; }10833 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5 10834 echo "${ECHO_T}$tcl_cv_cc_arch_ppc64" >&6; } 6338 10835 if test $tcl_cv_cc_arch_ppc64 = yes; then 6339 10836 CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5" … … 6341 10838 fi;; 6342 10839 i386) 6343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -arch x86_64 flag" >&56344 $as_echo_n "checking if compiler accepts -arch x86_64 flag..." >&6; }6345 if ${tcl_cv_cc_arch_x86_64+:} false; then :6346 $as_echo_n "(cached)" >&610840 { echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5 10841 echo $ECHO_N "checking if compiler accepts -arch x86_64 flag... $ECHO_C" >&6; } 10842 if test "${tcl_cv_cc_arch_x86_64+set}" = set; then 10843 echo $ECHO_N "(cached) $ECHO_C" >&6 6347 10844 else 6348 10845 6349 10846 hold_cflags=$CFLAGS 6350 10847 CFLAGS="$CFLAGS -arch x86_64" 6351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10848 cat >conftest.$ac_ext <<_ACEOF 10849 /* confdefs.h. */ 10850 _ACEOF 10851 cat confdefs.h >>conftest.$ac_ext 10852 cat >>conftest.$ac_ext <<_ACEOF 6352 10853 /* end confdefs.h. */ 6353 10854 … … 6360 10861 } 6361 10862 _ACEOF 6362 if ac_fn_cxx_try_link "$LINENO"; then : 10863 rm -f conftest.$ac_objext conftest$ac_exeext 10864 if { (ac_try="$ac_link" 10865 case "(($ac_try" in 10866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10867 *) ac_try_echo=$ac_try;; 10868 esac 10869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10870 (eval "$ac_link") 2>conftest.er1 10871 ac_status=$? 10872 grep -v '^ *+' conftest.er1 >conftest.err 10873 rm -f conftest.er1 10874 cat conftest.err >&5 10875 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10876 (exit $ac_status); } && { 10877 test -z "$ac_cxx_werror_flag" || 10878 test ! -s conftest.err 10879 } && test -s conftest$ac_exeext && 10880 $as_test_x conftest$ac_exeext; then 6363 10881 tcl_cv_cc_arch_x86_64=yes 6364 10882 else 6365 tcl_cv_cc_arch_x86_64=no 6366 fi 6367 rm -f core conftest.err conftest.$ac_objext \ 6368 conftest$ac_exeext conftest.$ac_ext 10883 echo "$as_me: failed program was:" >&5 10884 sed 's/^/| /' conftest.$ac_ext >&5 10885 10886 tcl_cv_cc_arch_x86_64=no 10887 fi 10888 10889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10890 conftest$ac_exeext conftest.$ac_ext 6369 10891 CFLAGS=$hold_cflags 6370 10892 fi 6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_cc_arch_x86_64" >&56372 $as_echo "$tcl_cv_cc_arch_x86_64" >&6; }10893 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5 10894 echo "${ECHO_T}$tcl_cv_cc_arch_x86_64" >&6; } 6373 10895 if test $tcl_cv_cc_arch_x86_64 = yes; then 6374 10896 CFLAGS="$CFLAGS -arch x86_64" … … 6376 10898 fi;; 6377 10899 *) 6378 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&56379 $as_echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;10900 { echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5 10901 echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};; 6380 10902 esac 6381 10903 else … … 6386 10908 fi 6387 10909 SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS}' 6388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ld accepts -single_module flag" >&56389 $as_echo_n "checking if ld accepts -single_module flag..." >&6; }6390 if ${tcl_cv_ld_single_module+:} false; then :6391 $as_echo_n "(cached)" >&610910 { echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5 10911 echo $ECHO_N "checking if ld accepts -single_module flag... $ECHO_C" >&6; } 10912 if test "${tcl_cv_ld_single_module+set}" = set; then 10913 echo $ECHO_N "(cached) $ECHO_C" >&6 6392 10914 else 6393 10915 6394 10916 hold_ldflags=$LDFLAGS 6395 10917 LDFLAGS="$LDFLAGS -dynamiclib -Wl,-single_module" 6396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10918 cat >conftest.$ac_ext <<_ACEOF 10919 /* confdefs.h. */ 10920 _ACEOF 10921 cat confdefs.h >>conftest.$ac_ext 10922 cat >>conftest.$ac_ext <<_ACEOF 6397 10923 /* end confdefs.h. */ 6398 10924 … … 6405 10931 } 6406 10932 _ACEOF 6407 if ac_fn_cxx_try_link "$LINENO"; then : 10933 rm -f conftest.$ac_objext conftest$ac_exeext 10934 if { (ac_try="$ac_link" 10935 case "(($ac_try" in 10936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10937 *) ac_try_echo=$ac_try;; 10938 esac 10939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10940 (eval "$ac_link") 2>conftest.er1 10941 ac_status=$? 10942 grep -v '^ *+' conftest.er1 >conftest.err 10943 rm -f conftest.er1 10944 cat conftest.err >&5 10945 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10946 (exit $ac_status); } && { 10947 test -z "$ac_cxx_werror_flag" || 10948 test ! -s conftest.err 10949 } && test -s conftest$ac_exeext && 10950 $as_test_x conftest$ac_exeext; then 6408 10951 tcl_cv_ld_single_module=yes 6409 10952 else 6410 tcl_cv_ld_single_module=no 6411 fi 6412 rm -f core conftest.err conftest.$ac_objext \ 6413 conftest$ac_exeext conftest.$ac_ext 10953 echo "$as_me: failed program was:" >&5 10954 sed 's/^/| /' conftest.$ac_ext >&5 10955 10956 tcl_cv_ld_single_module=no 10957 fi 10958 10959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10960 conftest$ac_exeext conftest.$ac_ext 6414 10961 LDFLAGS=$hold_ldflags 6415 10962 fi 6416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_ld_single_module" >&56417 $as_echo "$tcl_cv_ld_single_module" >&6; }10963 { echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5 10964 echo "${ECHO_T}$tcl_cv_ld_single_module" >&6; } 6418 10965 if test $tcl_cv_ld_single_module = yes; then 6419 10966 SHLIB_LD="${SHLIB_LD} -Wl,-single_module" … … 6428 10975 LDFLAGS="$LDFLAGS -prebind" 6429 10976 LDFLAGS="$LDFLAGS -headerpad_max_install_names" 6430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ld accepts -search_paths_first flag" >&56431 $as_echo_n "checking if ld accepts -search_paths_first flag..." >&6; }6432 if ${tcl_cv_ld_search_paths_first+:} false; then :6433 $as_echo_n "(cached)" >&610977 { echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5 10978 echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6; } 10979 if test "${tcl_cv_ld_search_paths_first+set}" = set; then 10980 echo $ECHO_N "(cached) $ECHO_C" >&6 6434 10981 else 6435 10982 6436 10983 hold_ldflags=$LDFLAGS 6437 10984 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 6438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10985 cat >conftest.$ac_ext <<_ACEOF 10986 /* confdefs.h. */ 10987 _ACEOF 10988 cat confdefs.h >>conftest.$ac_ext 10989 cat >>conftest.$ac_ext <<_ACEOF 6439 10990 /* end confdefs.h. */ 6440 10991 … … 6447 10998 } 6448 10999 _ACEOF 6449 if ac_fn_cxx_try_link "$LINENO"; then : 11000 rm -f conftest.$ac_objext conftest$ac_exeext 11001 if { (ac_try="$ac_link" 11002 case "(($ac_try" in 11003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11004 *) ac_try_echo=$ac_try;; 11005 esac 11006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11007 (eval "$ac_link") 2>conftest.er1 11008 ac_status=$? 11009 grep -v '^ *+' conftest.er1 >conftest.err 11010 rm -f conftest.er1 11011 cat conftest.err >&5 11012 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11013 (exit $ac_status); } && { 11014 test -z "$ac_cxx_werror_flag" || 11015 test ! -s conftest.err 11016 } && test -s conftest$ac_exeext && 11017 $as_test_x conftest$ac_exeext; then 6450 11018 tcl_cv_ld_search_paths_first=yes 6451 11019 else 6452 tcl_cv_ld_search_paths_first=no 6453 fi 6454 rm -f core conftest.err conftest.$ac_objext \ 6455 conftest$ac_exeext conftest.$ac_ext 11020 echo "$as_me: failed program was:" >&5 11021 sed 's/^/| /' conftest.$ac_ext >&5 11022 11023 tcl_cv_ld_search_paths_first=no 11024 fi 11025 11026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11027 conftest$ac_exeext conftest.$ac_ext 6456 11028 LDFLAGS=$hold_ldflags 6457 11029 fi 6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_ld_search_paths_first" >&56459 $as_echo "$tcl_cv_ld_search_paths_first" >&6; }11030 { echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5 11031 echo "${ECHO_T}$tcl_cv_ld_search_paths_first" >&6; } 6460 11032 if test $tcl_cv_ld_search_paths_first = yes; then 6461 11033 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" … … 6466 11038 PLAT_OBJS=\$\(MAC\_OSX_OBJS\) 6467 11039 PLAT_SRCS=\$\(MAC\_OSX_SRCS\) 6468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use CoreFoundation" >&56469 $as_echo_n "checking whether to use CoreFoundation..." >&6; }11040 { echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5 11041 echo $ECHO_N "checking whether to use CoreFoundation... $ECHO_C" >&6; } 6470 11042 # Check whether --enable-corefoundation was given. 6471 if test "${enable_corefoundation+set}" = set; then :11043 if test "${enable_corefoundation+set}" = set; then 6472 11044 enableval=$enable_corefoundation; tcl_corefoundation=$enableval 6473 11045 else … … 6475 11047 fi 6476 11048 6477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_corefoundation" >&56478 $as_echo "$tcl_corefoundation" >&6; }11049 { echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5 11050 echo "${ECHO_T}$tcl_corefoundation" >&6; } 6479 11051 if test $tcl_corefoundation = yes; then 6480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CoreFoundation.framework" >&56481 $as_echo_n "checking for CoreFoundation.framework..." >&6; }6482 if ${tcl_cv_lib_corefoundation+:} false; then :6483 $as_echo_n "(cached)" >&611052 { echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5 11053 echo $ECHO_N "checking for CoreFoundation.framework... $ECHO_C" >&6; } 11054 if test "${tcl_cv_lib_corefoundation+set}" = set; then 11055 echo $ECHO_N "(cached) $ECHO_C" >&6 6484 11056 else 6485 11057 … … 6492 11064 done; fi 6493 11065 LIBS="$LIBS -framework CoreFoundation" 6494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11066 cat >conftest.$ac_ext <<_ACEOF 11067 /* confdefs.h. */ 11068 _ACEOF 11069 cat confdefs.h >>conftest.$ac_ext 11070 cat >>conftest.$ac_ext <<_ACEOF 6495 11071 /* end confdefs.h. */ 6496 11072 #include <CoreFoundation/CoreFoundation.h> … … 6503 11079 } 6504 11080 _ACEOF 6505 if ac_fn_cxx_try_link "$LINENO"; then : 11081 rm -f conftest.$ac_objext conftest$ac_exeext 11082 if { (ac_try="$ac_link" 11083 case "(($ac_try" in 11084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11085 *) ac_try_echo=$ac_try;; 11086 esac 11087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11088 (eval "$ac_link") 2>conftest.er1 11089 ac_status=$? 11090 grep -v '^ *+' conftest.er1 >conftest.err 11091 rm -f conftest.er1 11092 cat conftest.err >&5 11093 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11094 (exit $ac_status); } && { 11095 test -z "$ac_cxx_werror_flag" || 11096 test ! -s conftest.err 11097 } && test -s conftest$ac_exeext && 11098 $as_test_x conftest$ac_exeext; then 6506 11099 tcl_cv_lib_corefoundation=yes 6507 11100 else 6508 tcl_cv_lib_corefoundation=no 6509 fi 6510 rm -f core conftest.err conftest.$ac_objext \ 6511 conftest$ac_exeext conftest.$ac_ext 11101 echo "$as_me: failed program was:" >&5 11102 sed 's/^/| /' conftest.$ac_ext >&5 11103 11104 tcl_cv_lib_corefoundation=no 11105 fi 11106 11107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11108 conftest$ac_exeext conftest.$ac_ext 6512 11109 if test "$fat_32_64" = yes; then for v in CFLAGS CPPFLAGS LDFLAGS; do 6513 11110 eval $v'="$hold_'$v'"' 6514 11111 done; fi; LIBS=$hold_libs 6515 11112 fi 6516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_lib_corefoundation" >&56517 $as_echo "$tcl_cv_lib_corefoundation" >&6; }11113 { echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&5 11114 echo "${ECHO_T}$tcl_cv_lib_corefoundation" >&6; } 6518 11115 if test $tcl_cv_lib_corefoundation = yes; then 6519 11116 LIBS="$LIBS -framework CoreFoundation" 6520 $as_echo "#define HAVE_COREFOUNDATION 1" >>confdefs.h 11117 cat >>confdefs.h <<\_ACEOF 11118 #define HAVE_COREFOUNDATION 1 11119 _ACEOF 6521 11120 6522 11121 else … … 6524 11123 fi 6525 11124 if test "$fat_32_64" = yes -a $tcl_corefoundation = yes; then 6526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit CoreFoundation" >&56527 $as_echo_n "checking for 64-bit CoreFoundation..." >&6; }6528 if ${tcl_cv_lib_corefoundation_64+:} false; then :6529 $as_echo_n "(cached)" >&611125 { echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&5 11126 echo $ECHO_N "checking for 64-bit CoreFoundation... $ECHO_C" >&6; } 11127 if test "${tcl_cv_lib_corefoundation_64+set}" = set; then 11128 echo $ECHO_N "(cached) $ECHO_C" >&6 6530 11129 else 6531 11130 … … 6533 11132 eval 'hold_'$v'="$'$v'";'$v'="`echo "$'$v' "|sed -e "s/-arch ppc / /g" -e "s/-arch i386 / /g"`"' 6534 11133 done 6535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11134 cat >conftest.$ac_ext <<_ACEOF 11135 /* confdefs.h. */ 11136 _ACEOF 11137 cat confdefs.h >>conftest.$ac_ext 11138 cat >>conftest.$ac_ext <<_ACEOF 6536 11139 /* end confdefs.h. */ 6537 11140 #include <CoreFoundation/CoreFoundation.h> … … 6544 11147 } 6545 11148 _ACEOF 6546 if ac_fn_cxx_try_link "$LINENO"; then : 11149 rm -f conftest.$ac_objext conftest$ac_exeext 11150 if { (ac_try="$ac_link" 11151 case "(($ac_try" in 11152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11153 *) ac_try_echo=$ac_try;; 11154 esac 11155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11156 (eval "$ac_link") 2>conftest.er1 11157 ac_status=$? 11158 grep -v '^ *+' conftest.er1 >conftest.err 11159 rm -f conftest.er1 11160 cat conftest.err >&5 11161 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11162 (exit $ac_status); } && { 11163 test -z "$ac_cxx_werror_flag" || 11164 test ! -s conftest.err 11165 } && test -s conftest$ac_exeext && 11166 $as_test_x conftest$ac_exeext; then 6547 11167 tcl_cv_lib_corefoundation_64=yes 6548 11168 else 6549 tcl_cv_lib_corefoundation_64=no 6550 fi 6551 rm -f core conftest.err conftest.$ac_objext \ 6552 conftest$ac_exeext conftest.$ac_ext 11169 echo "$as_me: failed program was:" >&5 11170 sed 's/^/| /' conftest.$ac_ext >&5 11171 11172 tcl_cv_lib_corefoundation_64=no 11173 fi 11174 11175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11176 conftest$ac_exeext conftest.$ac_ext 6553 11177 for v in CFLAGS CPPFLAGS LDFLAGS; do 6554 11178 eval $v'="$hold_'$v'"' 6555 11179 done 6556 11180 fi 6557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_lib_corefoundation_64" >&56558 $as_echo "$tcl_cv_lib_corefoundation_64" >&6; }11181 { echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&5 11182 echo "${ECHO_T}$tcl_cv_lib_corefoundation_64" >&6; } 6559 11183 if test $tcl_cv_lib_corefoundation_64 = no; then 6560 $as_echo "#define NO_COREFOUNDATION_64 1" >>confdefs.h 11184 cat >>confdefs.h <<\_ACEOF 11185 #define NO_COREFOUNDATION_64 1 11186 _ACEOF 6561 11187 6562 11188 fi 6563 11189 fi 6564 11190 fi 6565 $as_echo "#define MAC_OSX_TCL 1" >>confdefs.h 11191 cat >>confdefs.h <<\_ACEOF 11192 #define MAC_OSX_TCL 1 11193 _ACEOF 6566 11194 6567 11195 ;; … … 6578 11206 OS/390-*) 6579 11207 CFLAGS_OPTIMIZE="" # Optimizer is buggy 6580 $as_echo "#define _OE_SOCKETS 1" >>confdefs.h 11208 cat >>confdefs.h <<\_ACEOF 11209 #define _OE_SOCKETS 1 11210 _ACEOF 6581 11211 # needed in sys/socket.h 6582 11212 ;; … … 6719 11349 # won't define thread-safe library routines. 6720 11350 6721 $as_echo "#define _REENTRANT 1" >>confdefs.h 6722 6723 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h 11351 cat >>confdefs.h <<\_ACEOF 11352 #define _REENTRANT 1 11353 _ACEOF 11354 11355 cat >>confdefs.h <<\_ACEOF 11356 #define _POSIX_PTHREAD_SEMANTICS 1 11357 _ACEOF 6724 11358 6725 11359 … … 6747 11381 # won't define thread-safe library routines. 6748 11382 6749 $as_echo "#define _REENTRANT 1" >>confdefs.h 6750 6751 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h 11383 cat >>confdefs.h <<\_ACEOF 11384 #define _REENTRANT 1 11385 _ACEOF 11386 11387 cat >>confdefs.h <<\_ACEOF 11388 #define _POSIX_PTHREAD_SEMANTICS 1 11389 _ACEOF 6752 11390 6753 11391 … … 6760 11398 if test "$GCC" = "yes" ; then 6761 11399 if test "`gcc -dumpversion | awk -F. '{print $1}'`" -lt "3" ; then 6762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&56763 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}11400 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5 11401 echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;} 6764 11402 else 6765 11403 do64bit_ok=yes … … 6782 11420 elif test "$arch" = "amd64 i386" ; then 6783 11421 if test "$GCC" = "yes" ; then 6784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported with GCC on $system" >&56785 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}11422 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 11423 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 6786 11424 else 6787 11425 do64bit_ok=yes … … 6790 11428 fi 6791 11429 else 6792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported for $arch" >&56793 $as_echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;}11430 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported for $arch" >&5 11431 echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;} 6794 11432 fi 6795 11433 fi … … 6849 11487 # Some UNIX_SV* systems (unixware 1.1.2 for example) have linkers 6850 11488 # that don't grok the -Bexport option. Test that it does. 6851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld accepts -Bexport flag" >&56852 $as_echo_n "checking for ld accepts -Bexport flag..." >&6; }6853 if ${tcl_cv_ld_Bexport+:} false; then :6854 $as_echo_n "(cached)" >&611489 { echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&5 11490 echo $ECHO_N "checking for ld accepts -Bexport flag... $ECHO_C" >&6; } 11491 if test "${tcl_cv_ld_Bexport+set}" = set; then 11492 echo $ECHO_N "(cached) $ECHO_C" >&6 6855 11493 else 6856 11494 6857 11495 hold_ldflags=$LDFLAGS 6858 11496 LDFLAGS="$LDFLAGS -Wl,-Bexport" 6859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11497 cat >conftest.$ac_ext <<_ACEOF 11498 /* confdefs.h. */ 11499 _ACEOF 11500 cat confdefs.h >>conftest.$ac_ext 11501 cat >>conftest.$ac_ext <<_ACEOF 6860 11502 /* end confdefs.h. */ 6861 11503 … … 6868 11510 } 6869 11511 _ACEOF 6870 if ac_fn_cxx_try_link "$LINENO"; then : 11512 rm -f conftest.$ac_objext conftest$ac_exeext 11513 if { (ac_try="$ac_link" 11514 case "(($ac_try" in 11515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11516 *) ac_try_echo=$ac_try;; 11517 esac 11518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11519 (eval "$ac_link") 2>conftest.er1 11520 ac_status=$? 11521 grep -v '^ *+' conftest.er1 >conftest.err 11522 rm -f conftest.er1 11523 cat conftest.err >&5 11524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11525 (exit $ac_status); } && { 11526 test -z "$ac_cxx_werror_flag" || 11527 test ! -s conftest.err 11528 } && test -s conftest$ac_exeext && 11529 $as_test_x conftest$ac_exeext; then 6871 11530 tcl_cv_ld_Bexport=yes 6872 11531 else 6873 tcl_cv_ld_Bexport=no 6874 fi 6875 rm -f core conftest.err conftest.$ac_objext \ 6876 conftest$ac_exeext conftest.$ac_ext 11532 echo "$as_me: failed program was:" >&5 11533 sed 's/^/| /' conftest.$ac_ext >&5 11534 11535 tcl_cv_ld_Bexport=no 11536 fi 11537 11538 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11539 conftest$ac_exeext conftest.$ac_ext 6877 11540 LDFLAGS=$hold_ldflags 6878 11541 fi 6879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_ld_Bexport" >&56880 $as_echo "$tcl_cv_ld_Bexport" >&6; }11542 { echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&5 11543 echo "${ECHO_T}$tcl_cv_ld_Bexport" >&6; } 6881 11544 if test $tcl_cv_ld_Bexport = yes; then 6882 11545 LDFLAGS="$LDFLAGS -Wl,-Bexport" … … 6888 11551 6889 11552 if test "$do64bit" = "yes" -a "$do64bit_ok" = "no" ; then 6890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit support being disabled -- don't know magic for this platform" >&56891 $as_echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;}11553 { echo "$as_me:$LINENO: WARNING: 64bit support being disabled -- don't know magic for this platform" >&5 11554 echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;} 6892 11555 fi 6893 11556 … … 6915 11578 6916 11579 if test "x$DL_OBJS" = "xtclLoadAout.o" ; then 6917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/exec.h" >&5 6918 $as_echo_n "checking sys/exec.h... " >&6; } 6919 if ${tcl_cv_sysexec_h+:} false; then : 6920 $as_echo_n "(cached) " >&6 6921 else 6922 6923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11580 { echo "$as_me:$LINENO: checking sys/exec.h" >&5 11581 echo $ECHO_N "checking sys/exec.h... $ECHO_C" >&6; } 11582 if test "${tcl_cv_sysexec_h+set}" = set; then 11583 echo $ECHO_N "(cached) $ECHO_C" >&6 11584 else 11585 11586 cat >conftest.$ac_ext <<_ACEOF 11587 /* confdefs.h. */ 11588 _ACEOF 11589 cat confdefs.h >>conftest.$ac_ext 11590 cat >>conftest.$ac_ext <<_ACEOF 6924 11591 /* end confdefs.h. */ 6925 11592 #include <sys/exec.h> … … 6943 11610 } 6944 11611 _ACEOF 6945 if ac_fn_cxx_try_compile "$LINENO"; then : 11612 rm -f conftest.$ac_objext 11613 if { (ac_try="$ac_compile" 11614 case "(($ac_try" in 11615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11616 *) ac_try_echo=$ac_try;; 11617 esac 11618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11619 (eval "$ac_compile") 2>conftest.er1 11620 ac_status=$? 11621 grep -v '^ *+' conftest.er1 >conftest.err 11622 rm -f conftest.er1 11623 cat conftest.err >&5 11624 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11625 (exit $ac_status); } && { 11626 test -z "$ac_cxx_werror_flag" || 11627 test ! -s conftest.err 11628 } && test -s conftest.$ac_objext; then 6946 11629 tcl_cv_sysexec_h=usable 6947 11630 else 6948 tcl_cv_sysexec_h=unusable 6949 fi 11631 echo "$as_me: failed program was:" >&5 11632 sed 's/^/| /' conftest.$ac_ext >&5 11633 11634 tcl_cv_sysexec_h=unusable 11635 fi 11636 6950 11637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6951 11638 fi 6952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_sysexec_h" >&56953 $as_echo "$tcl_cv_sysexec_h" >&6; }11639 { echo "$as_me:$LINENO: result: $tcl_cv_sysexec_h" >&5 11640 echo "${ECHO_T}$tcl_cv_sysexec_h" >&6; } 6954 11641 if test $tcl_cv_sysexec_h = usable; then 6955 $as_echo "#define USE_SYS_EXEC_H 1" >>confdefs.h 11642 cat >>confdefs.h <<\_ACEOF 11643 #define USE_SYS_EXEC_H 1 11644 _ACEOF 6956 11645 6957 11646 else 6958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking a.out.h" >&5 6959 $as_echo_n "checking a.out.h... " >&6; } 6960 if ${tcl_cv_aout_h+:} false; then : 6961 $as_echo_n "(cached) " >&6 6962 else 6963 6964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11647 { echo "$as_me:$LINENO: checking a.out.h" >&5 11648 echo $ECHO_N "checking a.out.h... $ECHO_C" >&6; } 11649 if test "${tcl_cv_aout_h+set}" = set; then 11650 echo $ECHO_N "(cached) $ECHO_C" >&6 11651 else 11652 11653 cat >conftest.$ac_ext <<_ACEOF 11654 /* confdefs.h. */ 11655 _ACEOF 11656 cat confdefs.h >>conftest.$ac_ext 11657 cat >>conftest.$ac_ext <<_ACEOF 6965 11658 /* end confdefs.h. */ 6966 11659 #include <a.out.h> … … 6984 11677 } 6985 11678 _ACEOF 6986 if ac_fn_cxx_try_compile "$LINENO"; then : 11679 rm -f conftest.$ac_objext 11680 if { (ac_try="$ac_compile" 11681 case "(($ac_try" in 11682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11683 *) ac_try_echo=$ac_try;; 11684 esac 11685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11686 (eval "$ac_compile") 2>conftest.er1 11687 ac_status=$? 11688 grep -v '^ *+' conftest.er1 >conftest.err 11689 rm -f conftest.er1 11690 cat conftest.err >&5 11691 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11692 (exit $ac_status); } && { 11693 test -z "$ac_cxx_werror_flag" || 11694 test ! -s conftest.err 11695 } && test -s conftest.$ac_objext; then 6987 11696 tcl_cv_aout_h=usable 6988 11697 else 6989 tcl_cv_aout_h=unusable 6990 fi 11698 echo "$as_me: failed program was:" >&5 11699 sed 's/^/| /' conftest.$ac_ext >&5 11700 11701 tcl_cv_aout_h=unusable 11702 fi 11703 6991 11704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6992 11705 fi 6993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_aout_h" >&56994 $as_echo "$tcl_cv_aout_h" >&6; }11706 { echo "$as_me:$LINENO: result: $tcl_cv_aout_h" >&5 11707 echo "${ECHO_T}$tcl_cv_aout_h" >&6; } 6995 11708 if test $tcl_cv_aout_h = usable; then 6996 $as_echo "#define USE_A_OUT_H 1" >>confdefs.h 11709 cat >>confdefs.h <<\_ACEOF 11710 #define USE_A_OUT_H 1 11711 _ACEOF 6997 11712 6998 11713 else 6999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/exec_aout.h" >&5 7000 $as_echo_n "checking sys/exec_aout.h... " >&6; } 7001 if ${tcl_cv_sysexecaout_h+:} false; then : 7002 $as_echo_n "(cached) " >&6 7003 else 7004 7005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11714 { echo "$as_me:$LINENO: checking sys/exec_aout.h" >&5 11715 echo $ECHO_N "checking sys/exec_aout.h... $ECHO_C" >&6; } 11716 if test "${tcl_cv_sysexecaout_h+set}" = set; then 11717 echo $ECHO_N "(cached) $ECHO_C" >&6 11718 else 11719 11720 cat >conftest.$ac_ext <<_ACEOF 11721 /* confdefs.h. */ 11722 _ACEOF 11723 cat confdefs.h >>conftest.$ac_ext 11724 cat >>conftest.$ac_ext <<_ACEOF 7006 11725 /* end confdefs.h. */ 7007 11726 #include <sys/exec_aout.h> … … 7025 11744 } 7026 11745 _ACEOF 7027 if ac_fn_cxx_try_compile "$LINENO"; then : 11746 rm -f conftest.$ac_objext 11747 if { (ac_try="$ac_compile" 11748 case "(($ac_try" in 11749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11750 *) ac_try_echo=$ac_try;; 11751 esac 11752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11753 (eval "$ac_compile") 2>conftest.er1 11754 ac_status=$? 11755 grep -v '^ *+' conftest.er1 >conftest.err 11756 rm -f conftest.er1 11757 cat conftest.err >&5 11758 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11759 (exit $ac_status); } && { 11760 test -z "$ac_cxx_werror_flag" || 11761 test ! -s conftest.err 11762 } && test -s conftest.$ac_objext; then 7028 11763 tcl_cv_sysexecaout_h=usable 7029 11764 else 7030 tcl_cv_sysexecaout_h=unusable 7031 fi 11765 echo "$as_me: failed program was:" >&5 11766 sed 's/^/| /' conftest.$ac_ext >&5 11767 11768 tcl_cv_sysexecaout_h=unusable 11769 fi 11770 7032 11771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7033 11772 fi 7034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_sysexecaout_h" >&57035 $as_echo "$tcl_cv_sysexecaout_h" >&6; }11773 { echo "$as_me:$LINENO: result: $tcl_cv_sysexecaout_h" >&5 11774 echo "${ECHO_T}$tcl_cv_sysexecaout_h" >&6; } 7036 11775 if test $tcl_cv_sysexecaout_h = usable; then 7037 $as_echo "#define USE_SYS_EXEC_AOUT_H 1" >>confdefs.h 11776 cat >>confdefs.h <<\_ACEOF 11777 #define USE_SYS_EXEC_AOUT_H 1 11778 _ACEOF 7038 11779 7039 11780 else … … 7047 11788 7048 11789 # Check whether --enable-load was given. 7049 if test "${enable_load+set}" = set; then :11790 if test "${enable_load+set}" = set; then 7050 11791 enableval=$enable_load; tcl_ok=$enableval 7051 11792 else … … 7178 11919 done 7179 11920 if test "x${make_command}" = "x" ; then 7180 as_fn_error $? "Requires GNU make. You can specify a version with \$MAKE" "$LINENO" 5 11921 { { echo "$as_me:$LINENO: error: Requires GNU make. You can specify a version with \$MAKE" >&5 11922 echo "$as_me: error: Requires GNU make. You can specify a version with \$MAKE" >&2;} 11923 { (exit 1); exit 1; }; } 7181 11924 fi 7182 11925 MAKE=${make_command} … … 7184 11927 7185 11928 # Check whether --enable-gui was given. 7186 if test "${enable_gui+set}" = set; then :11929 if test "${enable_gui+set}" = set; then 7187 11930 enableval=$enable_gui; 7188 11931 else … … 7200 11943 7201 11944 # Check whether --with-tclsh was given. 7202 if test "${with_tclsh+set}" = set; then :11945 if test "${with_tclsh+set}" = set; then 7203 11946 withval=$with_tclsh; 7204 11947 else … … 7209 11952 TCLSH= 7210 11953 if test "${rp_with_tclsh}" != "no" ; then 7211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tclsh" >&57212 $as_echo_n "checking for tclsh..." >&6; }11954 { echo "$as_me:$LINENO: checking for tclsh" >&5 11955 echo $ECHO_N "checking for tclsh... $ECHO_C" >&6; } 7213 11956 if test -x "${rp_with_tclsh}/bin/tclsh" 7214 11957 then … … 7236 11979 # Extract the first word of "tclsh", so it can be a program name with args. 7237 11980 set dummy tclsh; ac_word=$2 7238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57239 $as_echo_n "checking for $ac_word..." >&6; }7240 if ${ac_cv_path_TCLSH+:} false; then :7241 $as_echo_n "(cached)" >&611981 { echo "$as_me:$LINENO: checking for $ac_word" >&5 11982 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11983 if test "${ac_cv_path_TCLSH+set}" = set; then 11984 echo $ECHO_N "(cached) $ECHO_C" >&6 7242 11985 else 7243 11986 case $TCLSH in … … 7251 11994 IFS=$as_save_IFS 7252 11995 test -z "$as_dir" && as_dir=. 7253 11996 for ac_exec_ext in '' $ac_executable_extensions; do 7254 11997 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7255 11998 ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext" 7256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&511999 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7257 12000 break 2 7258 12001 fi 7259 12002 done 7260 12003 done 7261 12004 IFS=$as_save_IFS 7262 12005 … … 7266 12009 TCLSH=$ac_cv_path_TCLSH 7267 12010 if test -n "$TCLSH"; then 7268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TCLSH" >&57269 $as_echo "$TCLSH" >&6; }7270 else 7271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57272 $as_echo "no" >&6; }12011 { echo "$as_me:$LINENO: result: $TCLSH" >&5 12012 echo "${ECHO_T}$TCLSH" >&6; } 12013 else 12014 { echo "$as_me:$LINENO: result: no" >&5 12015 echo "${ECHO_T}no" >&6; } 7273 12016 fi 7274 12017 … … 7276 12019 fi 7277 12020 fi 7278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${TCLSH}" >&57279 $as_echo "${TCLSH}" >&6; }12021 { echo "$as_me:$LINENO: result: ${TCLSH}" >&5 12022 echo "${ECHO_T}${TCLSH}" >&6; } 7280 12023 7281 12024 … … 7309 12052 7310 12053 # Check whether --with-vtk was given. 7311 if test "${with_vtk+set}" = set; then :12054 if test "${with_vtk+set}" = set; then 7312 12055 withval=$with_vtk; rp_with_vtk=$withval 7313 12056 else … … 7316 12059 7317 12060 7318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vtk" >&57319 $as_echo_n "checking for vtk..." >&6; }12061 { echo "$as_me:$LINENO: checking for vtk" >&5 12062 echo $ECHO_N "checking for vtk... $ECHO_C" >&6; } 7320 12063 VTKDIR="" 7321 12064 … … 7340 12083 fi 7341 12084 7342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VTKDIR" >&57343 $as_echo "$VTKDIR" >&6; }12085 { echo "$as_me:$LINENO: result: $VTKDIR" >&5 12086 echo "${ECHO_T}$VTKDIR" >&6; } 7344 12087 7345 12088 7346 12089 7347 12090 # Check whether --with-matlab was given. 7348 if test "${with_matlab+set}" = set; then :12091 if test "${with_matlab+set}" = set; then 7349 12092 withval=$with_matlab; rp_with_matlab=$withval 7350 12093 else … … 7362 12105 # Extract the first word of "matlab", so it can be a program name with args. 7363 12106 set dummy matlab; ac_word=$2 7364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57365 $as_echo_n "checking for $ac_word..." >&6; }7366 if ${ac_cv_path_MATLAB+:} false; then :7367 $as_echo_n "(cached)" >&612107 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12108 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12109 if test "${ac_cv_path_MATLAB+set}" = set; then 12110 echo $ECHO_N "(cached) $ECHO_C" >&6 7368 12111 else 7369 12112 case $MATLAB in … … 7377 12120 IFS=$as_save_IFS 7378 12121 test -z "$as_dir" && as_dir=. 7379 12122 for ac_exec_ext in '' $ac_executable_extensions; do 7380 12123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7381 12124 ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext" 7382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512125 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7383 12126 break 2 7384 12127 fi 7385 12128 done 7386 12129 done 7387 12130 IFS=$as_save_IFS 7388 12131 … … 7392 12135 MATLAB=$ac_cv_path_MATLAB 7393 12136 if test -n "$MATLAB"; then 7394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MATLAB" >&57395 $as_echo "$MATLAB" >&6; }7396 else 7397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57398 $as_echo "no" >&6; }12137 { echo "$as_me:$LINENO: result: $MATLAB" >&5 12138 echo "${ECHO_T}$MATLAB" >&6; } 12139 else 12140 { echo "$as_me:$LINENO: result: no" >&5 12141 echo "${ECHO_T}no" >&6; } 7399 12142 fi 7400 12143 … … 7403 12146 # Extract the first word of "matlab", so it can be a program name with args. 7404 12147 set dummy matlab; ac_word=$2 7405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57406 $as_echo_n "checking for $ac_word..." >&6; }7407 if ${ac_cv_path_MATLAB+:} false; then :7408 $as_echo_n "(cached)" >&612148 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12150 if test "${ac_cv_path_MATLAB+set}" = set; then 12151 echo $ECHO_N "(cached) $ECHO_C" >&6 7409 12152 else 7410 12153 case $MATLAB in … … 7419 12162 IFS=$as_save_IFS 7420 12163 test -z "$as_dir" && as_dir=. 7421 12164 for ac_exec_ext in '' $ac_executable_extensions; do 7422 12165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7423 12166 ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext" 7424 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512167 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7425 12168 break 2 7426 12169 fi 7427 12170 done 7428 12171 done 7429 12172 IFS=$as_save_IFS 7430 12173 … … 7434 12177 MATLAB=$ac_cv_path_MATLAB 7435 12178 if test -n "$MATLAB"; then 7436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MATLAB" >&57437 $as_echo "$MATLAB" >&6; }7438 else 7439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57440 $as_echo "no" >&6; }12179 { echo "$as_me:$LINENO: result: $MATLAB" >&5 12180 echo "${ECHO_T}$MATLAB" >&6; } 12181 else 12182 { echo "$as_me:$LINENO: result: no" >&5 12183 echo "${ECHO_T}no" >&6; } 7441 12184 fi 7442 12185 … … 7454 12197 # Extract the first word of "mex", so it can be a program name with args. 7455 12198 set dummy mex; ac_word=$2 7456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57457 $as_echo_n "checking for $ac_word..." >&6; }7458 if ${ac_cv_path_MEX+:} false; then :7459 $as_echo_n "(cached)" >&612199 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12201 if test "${ac_cv_path_MEX+set}" = set; then 12202 echo $ECHO_N "(cached) $ECHO_C" >&6 7460 12203 else 7461 12204 case $MEX in … … 7469 12212 IFS=$as_save_IFS 7470 12213 test -z "$as_dir" && as_dir=. 7471 12214 for ac_exec_ext in '' $ac_executable_extensions; do 7472 12215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7473 12216 ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext" 7474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512217 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7475 12218 break 2 7476 12219 fi 7477 12220 done 7478 12221 done 7479 12222 IFS=$as_save_IFS 7480 12223 … … 7484 12227 MEX=$ac_cv_path_MEX 7485 12228 if test -n "$MEX"; then 7486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MEX" >&57487 $as_echo "$MEX" >&6; }7488 else 7489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57490 $as_echo "no" >&6; }12229 { echo "$as_me:$LINENO: result: $MEX" >&5 12230 echo "${ECHO_T}$MEX" >&6; } 12231 else 12232 { echo "$as_me:$LINENO: result: no" >&5 12233 echo "${ECHO_T}no" >&6; } 7491 12234 fi 7492 12235 … … 7494 12237 # Extract the first word of "mexext", so it can be a program name with args. 7495 12238 set dummy mexext; ac_word=$2 7496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57497 $as_echo_n "checking for $ac_word..." >&6; }7498 if ${ac_cv_path_MEXEXT+:} false; then :7499 $as_echo_n "(cached)" >&612239 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12240 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12241 if test "${ac_cv_path_MEXEXT+set}" = set; then 12242 echo $ECHO_N "(cached) $ECHO_C" >&6 7500 12243 else 7501 12244 case $MEXEXT in … … 7509 12252 IFS=$as_save_IFS 7510 12253 test -z "$as_dir" && as_dir=. 7511 12254 for ac_exec_ext in '' $ac_executable_extensions; do 7512 12255 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7513 12256 ac_cv_path_MEXEXT="$as_dir/$ac_word$ac_exec_ext" 7514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512257 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7515 12258 break 2 7516 12259 fi 7517 12260 done 7518 12261 done 7519 12262 IFS=$as_save_IFS 7520 12263 … … 7524 12267 MEXEXT=$ac_cv_path_MEXEXT 7525 12268 if test -n "$MEXEXT"; then 7526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MEXEXT" >&57527 $as_echo "$MEXEXT" >&6; }7528 else 7529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57530 $as_echo "no" >&6; }12269 { echo "$as_me:$LINENO: result: $MEXEXT" >&5 12270 echo "${ECHO_T}$MEXEXT" >&6; } 12271 else 12272 { echo "$as_me:$LINENO: result: no" >&5 12273 echo "${ECHO_T}no" >&6; } 7531 12274 fi 7532 12275 … … 7534 12277 7535 12278 # Run "mexext" to get the expected module extension for this platform. 7536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mex extension" >&57537 $as_echo_n "checking for mex extension..." >&6; }12279 { echo "$as_me:$LINENO: checking for mex extension" >&5 12280 echo $ECHO_N "checking for mex extension... $ECHO_C" >&6; } 7538 12281 if test "x$MEXEXT" != "x" ; then 7539 12282 MEXEXT=`$MEXEXT` … … 7541 12284 MEXEXT="mexglx" 7542 12285 fi 7543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MEXEXT" >&57544 $as_echo "$MEXEXT" >&6; }12286 { echo "$as_me:$LINENO: result: $MEXEXT" >&5 12287 echo "${ECHO_T}$MEXEXT" >&6; } 7545 12288 # Extract the first word of "mcc", so it can be a program name with args. 7546 12289 set dummy mcc; ac_word=$2 7547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57548 $as_echo_n "checking for $ac_word..." >&6; }7549 if ${ac_cv_path_MCC+:} false; then :7550 $as_echo_n "(cached)" >&612290 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12291 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12292 if test "${ac_cv_path_MCC+set}" = set; then 12293 echo $ECHO_N "(cached) $ECHO_C" >&6 7551 12294 else 7552 12295 case $MCC in … … 7560 12303 IFS=$as_save_IFS 7561 12304 test -z "$as_dir" && as_dir=. 7562 12305 for ac_exec_ext in '' $ac_executable_extensions; do 7563 12306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7564 12307 ac_cv_path_MCC="$as_dir/$ac_word$ac_exec_ext" 7565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512308 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7566 12309 break 2 7567 12310 fi 7568 12311 done 7569 12312 done 7570 12313 IFS=$as_save_IFS 7571 12314 … … 7575 12318 MCC=$ac_cv_path_MCC 7576 12319 if test -n "$MCC"; then 7577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MCC" >&57578 $as_echo "$MCC" >&6; }7579 else 7580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57581 $as_echo "no" >&6; }7582 fi 7583 7584 7585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mcc extension" >&57586 $as_echo_n "checking for mcc extension..." >&6; }12320 { echo "$as_me:$LINENO: result: $MCC" >&5 12321 echo "${ECHO_T}$MCC" >&6; } 12322 else 12323 { echo "$as_me:$LINENO: result: no" >&5 12324 echo "${ECHO_T}no" >&6; } 12325 fi 12326 12327 12328 { echo "$as_me:$LINENO: checking for mcc extension" >&5 12329 echo $ECHO_N "checking for mcc extension... $ECHO_C" >&6; } 7587 12330 fi 7588 12331 … … 7596 12339 7597 12340 # Check whether --with-octave was given. 7598 if test "${with_octave+set}" = set; then :12341 if test "${with_octave+set}" = set; then 7599 12342 withval=$with_octave; rp_with_octave=$withval 7600 12343 else … … 7615 12358 # Extract the first word of "octave", so it can be a program name with args. 7616 12359 set dummy octave; ac_word=$2 7617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57618 $as_echo_n "checking for $ac_word..." >&6; }7619 if ${ac_cv_path_OCTAVE+:} false; then :7620 $as_echo_n "(cached)" >&612360 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12361 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12362 if test "${ac_cv_path_OCTAVE+set}" = set; then 12363 echo $ECHO_N "(cached) $ECHO_C" >&6 7621 12364 else 7622 12365 case $OCTAVE in … … 7630 12373 IFS=$as_save_IFS 7631 12374 test -z "$as_dir" && as_dir=. 7632 12375 for ac_exec_ext in '' $ac_executable_extensions; do 7633 12376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7634 12377 ac_cv_path_OCTAVE="$as_dir/$ac_word$ac_exec_ext" 7635 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512378 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7636 12379 break 2 7637 12380 fi 7638 12381 done 7639 12382 done 7640 12383 IFS=$as_save_IFS 7641 12384 … … 7645 12388 OCTAVE=$ac_cv_path_OCTAVE 7646 12389 if test -n "$OCTAVE"; then 7647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OCTAVE" >&57648 $as_echo "$OCTAVE" >&6; }7649 else 7650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57651 $as_echo "no" >&6; }12390 { echo "$as_me:$LINENO: result: $OCTAVE" >&5 12391 echo "${ECHO_T}$OCTAVE" >&6; } 12392 else 12393 { echo "$as_me:$LINENO: result: no" >&5 12394 echo "${ECHO_T}no" >&6; } 7652 12395 fi 7653 12396 … … 7655 12398 # Extract the first word of "mkoctfile", so it can be a program name with args. 7656 12399 set dummy mkoctfile; ac_word=$2 7657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57658 $as_echo_n "checking for $ac_word..." >&6; }7659 if ${ac_cv_path_MKOCTFILE+:} false; then :7660 $as_echo_n "(cached)" >&612400 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12401 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12402 if test "${ac_cv_path_MKOCTFILE+set}" = set; then 12403 echo $ECHO_N "(cached) $ECHO_C" >&6 7661 12404 else 7662 12405 case $MKOCTFILE in … … 7670 12413 IFS=$as_save_IFS 7671 12414 test -z "$as_dir" && as_dir=. 7672 12415 for ac_exec_ext in '' $ac_executable_extensions; do 7673 12416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7674 12417 ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext" 7675 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512418 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7676 12419 break 2 7677 12420 fi 7678 12421 done 7679 12422 done 7680 12423 IFS=$as_save_IFS 7681 12424 … … 7685 12428 MKOCTFILE=$ac_cv_path_MKOCTFILE 7686 12429 if test -n "$MKOCTFILE"; then 7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKOCTFILE" >&57688 $as_echo "$MKOCTFILE" >&6; }7689 else 7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57691 $as_echo "no" >&6; }12430 { echo "$as_me:$LINENO: result: $MKOCTFILE" >&5 12431 echo "${ECHO_T}$MKOCTFILE" >&6; } 12432 else 12433 { echo "$as_me:$LINENO: result: no" >&5 12434 echo "${ECHO_T}no" >&6; } 7692 12435 fi 7693 12436 … … 7714 12457 7715 12458 # Check whether --with-octave2 was given. 7716 if test "${with_octave2+set}" = set; then :12459 if test "${with_octave2+set}" = set; then 7717 12460 withval=$with_octave2; rp_with_octave2=$withval 7718 12461 else … … 7725 12468 # Extract the first word of "octave", so it can be a program name with args. 7726 12469 set dummy octave; ac_word=$2 7727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57728 $as_echo_n "checking for $ac_word..." >&6; }7729 if ${ac_cv_path_octave2+:} false; then :7730 $as_echo_n "(cached)" >&612470 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12471 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12472 if test "${ac_cv_path_octave2+set}" = set; then 12473 echo $ECHO_N "(cached) $ECHO_C" >&6 7731 12474 else 7732 12475 case $octave2 in … … 7740 12483 IFS=$as_save_IFS 7741 12484 test -z "$as_dir" && as_dir=. 7742 12485 for ac_exec_ext in '' $ac_executable_extensions; do 7743 12486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7744 12487 ac_cv_path_octave2="$as_dir/$ac_word$ac_exec_ext" 7745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512488 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7746 12489 break 2 7747 12490 fi 7748 12491 done 7749 12492 done 7750 12493 IFS=$as_save_IFS 7751 12494 … … 7755 12498 octave2=$ac_cv_path_octave2 7756 12499 if test -n "$octave2"; then 7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $octave2" >&57758 $as_echo "$octave2" >&6; }7759 else 7760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57761 $as_echo "no" >&6; }12500 { echo "$as_me:$LINENO: result: $octave2" >&5 12501 echo "${ECHO_T}$octave2" >&6; } 12502 else 12503 { echo "$as_me:$LINENO: result: no" >&5 12504 echo "${ECHO_T}no" >&6; } 7762 12505 fi 7763 12506 … … 7765 12508 # Extract the first word of "mkoctfile", so it can be a program name with args. 7766 12509 set dummy mkoctfile; ac_word=$2 7767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57768 $as_echo_n "checking for $ac_word..." >&6; }7769 if ${ac_cv_path_mkoctfile2+:} false; then :7770 $as_echo_n "(cached)" >&612510 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12511 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12512 if test "${ac_cv_path_mkoctfile2+set}" = set; then 12513 echo $ECHO_N "(cached) $ECHO_C" >&6 7771 12514 else 7772 12515 case $mkoctfile2 in … … 7780 12523 IFS=$as_save_IFS 7781 12524 test -z "$as_dir" && as_dir=. 7782 12525 for ac_exec_ext in '' $ac_executable_extensions; do 7783 12526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7784 12527 ac_cv_path_mkoctfile2="$as_dir/$ac_word$ac_exec_ext" 7785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512528 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7786 12529 break 2 7787 12530 fi 7788 12531 done 7789 12532 done 7790 12533 IFS=$as_save_IFS 7791 12534 … … 7795 12538 mkoctfile2=$ac_cv_path_mkoctfile2 7796 12539 if test -n "$mkoctfile2"; then 7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $mkoctfile2" >&57798 $as_echo "$mkoctfile2" >&6; }7799 else 7800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57801 $as_echo "no" >&6; }12540 { echo "$as_me:$LINENO: result: $mkoctfile2" >&5 12541 echo "${ECHO_T}$mkoctfile2" >&6; } 12542 else 12543 { echo "$as_me:$LINENO: result: no" >&5 12544 echo "${ECHO_T}no" >&6; } 7802 12545 fi 7803 12546 … … 7821 12564 7822 12565 # Check whether --with-octave3 was given. 7823 if test "${with_octave3+set}" = set; then :12566 if test "${with_octave3+set}" = set; then 7824 12567 withval=$with_octave3; rp_with_octave3=$withval 7825 12568 else … … 7832 12575 # Extract the first word of "octave", so it can be a program name with args. 7833 12576 set dummy octave; ac_word=$2 7834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57835 $as_echo_n "checking for $ac_word..." >&6; }7836 if ${ac_cv_path_octave3+:} false; then :7837 $as_echo_n "(cached)" >&612577 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12578 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12579 if test "${ac_cv_path_octave3+set}" = set; then 12580 echo $ECHO_N "(cached) $ECHO_C" >&6 7838 12581 else 7839 12582 case $octave3 in … … 7847 12590 IFS=$as_save_IFS 7848 12591 test -z "$as_dir" && as_dir=. 7849 12592 for ac_exec_ext in '' $ac_executable_extensions; do 7850 12593 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7851 12594 ac_cv_path_octave3="$as_dir/$ac_word$ac_exec_ext" 7852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512595 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7853 12596 break 2 7854 12597 fi 7855 12598 done 7856 12599 done 7857 12600 IFS=$as_save_IFS 7858 12601 … … 7862 12605 octave3=$ac_cv_path_octave3 7863 12606 if test -n "$octave3"; then 7864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $octave3" >&57865 $as_echo "$octave3" >&6; }7866 else 7867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57868 $as_echo "no" >&6; }12607 { echo "$as_me:$LINENO: result: $octave3" >&5 12608 echo "${ECHO_T}$octave3" >&6; } 12609 else 12610 { echo "$as_me:$LINENO: result: no" >&5 12611 echo "${ECHO_T}no" >&6; } 7869 12612 fi 7870 12613 … … 7872 12615 # Extract the first word of "mkoctfile", so it can be a program name with args. 7873 12616 set dummy mkoctfile; ac_word=$2 7874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57875 $as_echo_n "checking for $ac_word..." >&6; }7876 if ${ac_cv_path_mkoctfile3+:} false; then :7877 $as_echo_n "(cached)" >&612617 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12618 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12619 if test "${ac_cv_path_mkoctfile3+set}" = set; then 12620 echo $ECHO_N "(cached) $ECHO_C" >&6 7878 12621 else 7879 12622 case $mkoctfile3 in … … 7887 12630 IFS=$as_save_IFS 7888 12631 test -z "$as_dir" && as_dir=. 7889 12632 for ac_exec_ext in '' $ac_executable_extensions; do 7890 12633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7891 12634 ac_cv_path_mkoctfile3="$as_dir/$ac_word$ac_exec_ext" 7892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512635 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7893 12636 break 2 7894 12637 fi 7895 12638 done 7896 12639 done 7897 12640 IFS=$as_save_IFS 7898 12641 … … 7902 12645 mkoctfile3=$ac_cv_path_mkoctfile3 7903 12646 if test -n "$mkoctfile3"; then 7904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $mkoctfile3" >&57905 $as_echo "$mkoctfile3" >&6; }7906 else 7907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57908 $as_echo "no" >&6; }12647 { echo "$as_me:$LINENO: result: $mkoctfile3" >&5 12648 echo "${ECHO_T}$mkoctfile3" >&6; } 12649 else 12650 { echo "$as_me:$LINENO: result: no" >&5 12651 echo "${ECHO_T}no" >&6; } 7909 12652 fi 7910 12653 … … 7936 12679 7937 12680 # Check whether --with-perl was given. 7938 if test "${with_perl+set}" = set; then :12681 if test "${with_perl+set}" = set; then 7939 12682 withval=$with_perl; 7940 12683 else … … 7958 12701 # Extract the first word of "perl", so it can be a program name with args. 7959 12702 set dummy perl; ac_word=$2 7960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&57961 $as_echo_n "checking for $ac_word..." >&6; }7962 if ${ac_cv_path_PERL+:} false; then :7963 $as_echo_n "(cached)" >&612703 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12704 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12705 if test "${ac_cv_path_PERL+set}" = set; then 12706 echo $ECHO_N "(cached) $ECHO_C" >&6 7964 12707 else 7965 12708 case $PERL in … … 7974 12717 IFS=$as_save_IFS 7975 12718 test -z "$as_dir" && as_dir=. 7976 12719 for ac_exec_ext in '' $ac_executable_extensions; do 7977 12720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7978 12721 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 7979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7980 12723 break 2 7981 12724 fi 7982 12725 done 7983 12726 done 7984 12727 IFS=$as_save_IFS 7985 12728 … … 7989 12732 PERL=$ac_cv_path_PERL 7990 12733 if test -n "$PERL"; then 7991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&57992 $as_echo "$PERL" >&6; }7993 else 7994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&57995 $as_echo "no" >&6; }12734 { echo "$as_me:$LINENO: result: $PERL" >&5 12735 echo "${ECHO_T}$PERL" >&6; } 12736 else 12737 { echo "$as_me:$LINENO: result: no" >&5 12738 echo "${ECHO_T}no" >&6; } 7996 12739 fi 7997 12740 … … 8000 12743 # Extract the first word of "perl", so it can be a program name with args. 8001 12744 set dummy perl; ac_word=$2 8002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58003 $as_echo_n "checking for $ac_word..." >&6; }8004 if ${ac_cv_path_PERL+:} false; then :8005 $as_echo_n "(cached)" >&612745 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12746 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12747 if test "${ac_cv_path_PERL+set}" = set; then 12748 echo $ECHO_N "(cached) $ECHO_C" >&6 8006 12749 else 8007 12750 case $PERL in … … 8015 12758 IFS=$as_save_IFS 8016 12759 test -z "$as_dir" && as_dir=. 8017 12760 for ac_exec_ext in '' $ac_executable_extensions; do 8018 12761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8019 12762 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 8020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512763 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8021 12764 break 2 8022 12765 fi 8023 12766 done 8024 12767 done 8025 12768 IFS=$as_save_IFS 8026 12769 … … 8030 12773 PERL=$ac_cv_path_PERL 8031 12774 if test -n "$PERL"; then 8032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&58033 $as_echo "$PERL" >&6; }8034 else 8035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58036 $as_echo "no" >&6; }12775 { echo "$as_me:$LINENO: result: $PERL" >&5 12776 echo "${ECHO_T}$PERL" >&6; } 12777 else 12778 { echo "$as_me:$LINENO: result: no" >&5 12779 echo "${ECHO_T}no" >&6; } 8037 12780 fi 8038 12781 … … 8083 12826 8084 12827 # Check whether --with-python was given. 8085 if test "${with_python+set}" = set; then :12828 if test "${with_python+set}" = set; then 8086 12829 withval=$with_python; 8087 12830 else … … 8094 12837 # 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 12838 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 ${ac_cv_path_PYTHON+:} false; then :8099 $as_echo_n "(cached)" >&612839 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12841 if test "${ac_cv_path_PYTHON+set}" = set; then 12842 echo $ECHO_N "(cached) $ECHO_C" >&6 8100 12843 else 8101 12844 case $PYTHON in … … 8109 12852 IFS=$as_save_IFS 8110 12853 test -z "$as_dir" && as_dir=. 8111 12854 for ac_exec_ext in '' $ac_executable_extensions; do 8112 12855 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8113 12856 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" >&512857 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8115 12858 break 2 8116 12859 fi 8117 12860 done 8118 12861 done 8119 12862 IFS=$as_save_IFS 8120 12863 … … 8124 12867 PYTHON=$ac_cv_path_PYTHON 8125 12868 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; }12869 { echo "$as_me:$LINENO: result: $PYTHON" >&5 12870 echo "${ECHO_T}$PYTHON" >&6; } 12871 else 12872 { echo "$as_me:$LINENO: result: no" >&5 12873 echo "${ECHO_T}no" >&6; } 8131 12874 fi 8132 12875 … … 8135 12878 # Extract the first word of "python", so it can be a program name with args. 8136 12879 set dummy python; ac_word=$2 8137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58138 $as_echo_n "checking for $ac_word..." >&6; }8139 if ${ac_cv_path_PYTHON+:} false; then :8140 $as_echo_n "(cached)" >&612880 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12881 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12882 if test "${ac_cv_path_PYTHON+set}" = set; then 12883 echo $ECHO_N "(cached) $ECHO_C" >&6 8141 12884 else 8142 12885 case $PYTHON in … … 8151 12894 IFS=$as_save_IFS 8152 12895 test -z "$as_dir" && as_dir=. 8153 12896 for ac_exec_ext in '' $ac_executable_extensions; do 8154 12897 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8155 12898 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" 8156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&512899 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8157 12900 break 2 8158 12901 fi 8159 12902 done 8160 12903 done 8161 12904 IFS=$as_save_IFS 8162 12905 … … 8166 12909 PYTHON=$ac_cv_path_PYTHON 8167 12910 if test -n "$PYTHON"; then 8168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&58169 $as_echo "$PYTHON" >&6; }8170 else 8171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58172 $as_echo "no" >&6; }12911 { echo "$as_me:$LINENO: result: $PYTHON" >&5 12912 echo "${ECHO_T}$PYTHON" >&6; } 12913 else 12914 { echo "$as_me:$LINENO: result: no" >&5 12915 echo "${ECHO_T}no" >&6; } 8173 12916 fi 8174 12917 8175 12918 8176 12919 fi 8177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Python version" >&58178 $as_echo_n "checking for Python version..." >&6; }12920 { echo "$as_me:$LINENO: checking for Python version" >&5 12921 echo $ECHO_N "checking for Python version... $ECHO_C" >&6; } 8179 12922 if test "x${PYTHON}" != "x"; then 8180 12923 PYTHON_VERSION=`${PYTHON} -c "import sys; print sys.version[0:3]"` 8181 12924 fi 8182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_VERSION" >&58183 $as_echo "$PYTHON_VERSION" >&6; }12925 { echo "$as_me:$LINENO: result: $PYTHON_VERSION" >&5 12926 echo "${ECHO_T}$PYTHON_VERSION" >&6; } 8184 12927 fi 8185 12928 8186 12929 if test "x${PYTHON_VERSION}" != "x"; then 8187 12930 PYTHON_INCLUDES=$incdir 8188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Python distutils" >&58189 $as_echo_n "checking for Python distutils..." >&6; }12931 { echo "$as_me:$LINENO: checking for Python distutils" >&5 12932 echo $ECHO_N "checking for Python distutils... $ECHO_C" >&6; } 8190 12933 PYTHON_DISTUTILS="" 8191 12934 ${PYTHON} -c "from distutils.core import setup; setup(name='test')" \ … … 8194 12937 PYTHON_DISTUTILS="yes" 8195 12938 fi 8196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_DISTUTILS" >&58197 $as_echo "$PYTHON_DISTUTILS" >&6; }12939 { echo "$as_me:$LINENO: result: $PYTHON_DISTUTILS" >&5 12940 echo "${ECHO_T}$PYTHON_DISTUTILS" >&6; } 8198 12941 if test "${PYTHON_DISTUTILS}" = "yes" ; then 8199 12942 PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"` … … 8201 12944 # Check for Python include path 8202 12945 # 8203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking path to Python headers" >&58204 $as_echo_n "checking path to Python headers..." >&6; }12946 { echo "$as_me:$LINENO: checking path to Python headers" >&5 12947 echo $ECHO_N "checking path to Python headers... $ECHO_C" >&6; } 8205 12948 PYTHON_INCDIR=`${PYTHON} -c "import distutils.sysconfig; \ 8206 12949 print distutils.sysconfig.get_python_inc();"` 8207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_INCDIR" >&58208 $as_echo "$PYTHON_INCDIR" >&6; }12950 { echo "$as_me:$LINENO: result: $PYTHON_INCDIR" >&5 12951 echo "${ECHO_T}$PYTHON_INCDIR" >&6; } 8209 12952 # 8210 12953 # Python distutils found, get settings from python directly … … 8218 12961 save_CPPFLAGS=$CPPFLAGS 8219 12962 CPPFLAGS="$CPPFLAGS -I${PYTHON_INCDIR}" 8220 for ac_header in Python.h 8221 do : 8222 ac_fn_cxx_check_header_mongrel "$LINENO" "Python.h" "ac_cv_header_Python_h" "$ac_includes_default" 8223 if test "x$ac_cv_header_Python_h" = xyes; then : 12963 12964 for ac_header in Python.h 12965 do 12966 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12967 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12968 { echo "$as_me:$LINENO: checking for $ac_header" >&5 12969 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 12970 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12971 echo $ECHO_N "(cached) $ECHO_C" >&6 12972 fi 12973 ac_res=`eval echo '${'$as_ac_Header'}'` 12974 { echo "$as_me:$LINENO: result: $ac_res" >&5 12975 echo "${ECHO_T}$ac_res" >&6; } 12976 else 12977 # Is the header compilable? 12978 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 12979 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 12980 cat >conftest.$ac_ext <<_ACEOF 12981 /* confdefs.h. */ 12982 _ACEOF 12983 cat confdefs.h >>conftest.$ac_ext 12984 cat >>conftest.$ac_ext <<_ACEOF 12985 /* end confdefs.h. */ 12986 $ac_includes_default 12987 #include <$ac_header> 12988 _ACEOF 12989 rm -f conftest.$ac_objext 12990 if { (ac_try="$ac_compile" 12991 case "(($ac_try" in 12992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12993 *) ac_try_echo=$ac_try;; 12994 esac 12995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12996 (eval "$ac_compile") 2>conftest.er1 12997 ac_status=$? 12998 grep -v '^ *+' conftest.er1 >conftest.err 12999 rm -f conftest.er1 13000 cat conftest.err >&5 13001 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13002 (exit $ac_status); } && { 13003 test -z "$ac_cxx_werror_flag" || 13004 test ! -s conftest.err 13005 } && test -s conftest.$ac_objext; then 13006 ac_header_compiler=yes 13007 else 13008 echo "$as_me: failed program was:" >&5 13009 sed 's/^/| /' conftest.$ac_ext >&5 13010 13011 ac_header_compiler=no 13012 fi 13013 13014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13015 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13016 echo "${ECHO_T}$ac_header_compiler" >&6; } 13017 13018 # Is the header present? 13019 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 13020 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 13021 cat >conftest.$ac_ext <<_ACEOF 13022 /* confdefs.h. */ 13023 _ACEOF 13024 cat confdefs.h >>conftest.$ac_ext 13025 cat >>conftest.$ac_ext <<_ACEOF 13026 /* end confdefs.h. */ 13027 #include <$ac_header> 13028 _ACEOF 13029 if { (ac_try="$ac_cpp conftest.$ac_ext" 13030 case "(($ac_try" in 13031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13032 *) ac_try_echo=$ac_try;; 13033 esac 13034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13035 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 13036 ac_status=$? 13037 grep -v '^ *+' conftest.er1 >conftest.err 13038 rm -f conftest.er1 13039 cat conftest.err >&5 13040 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13041 (exit $ac_status); } >/dev/null && { 13042 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 13043 test ! -s conftest.err 13044 }; then 13045 ac_header_preproc=yes 13046 else 13047 echo "$as_me: failed program was:" >&5 13048 sed 's/^/| /' conftest.$ac_ext >&5 13049 13050 ac_header_preproc=no 13051 fi 13052 13053 rm -f conftest.err conftest.$ac_ext 13054 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 13055 echo "${ECHO_T}$ac_header_preproc" >&6; } 13056 13057 # So? What about this header? 13058 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 13059 yes:no: ) 13060 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13061 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13062 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 13063 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 13064 ac_header_preproc=yes 13065 ;; 13066 no:yes:* ) 13067 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13068 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13069 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13070 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 13071 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 13072 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 13073 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 13074 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 13075 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13076 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 13077 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 13078 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 13079 ( cat <<\_ASBOX 13080 ## ----------------------------------- ## 13081 ## Report this to rappture@nanohub.org ## 13082 ## ----------------------------------- ## 13083 _ASBOX 13084 ) | sed "s/^/$as_me: WARNING: /" >&2 13085 ;; 13086 esac 13087 { echo "$as_me:$LINENO: checking for $ac_header" >&5 13088 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 13089 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 13090 echo $ECHO_N "(cached) $ECHO_C" >&6 13091 else 13092 eval "$as_ac_Header=\$ac_header_preproc" 13093 fi 13094 ac_res=`eval echo '${'$as_ac_Header'}'` 13095 { echo "$as_me:$LINENO: result: $ac_res" >&5 13096 echo "${ECHO_T}$ac_res" >&6; } 13097 13098 fi 13099 if test `eval echo '${'$as_ac_Header'}'` = yes; then 8224 13100 cat >>confdefs.h <<_ACEOF 8225 #define HAVE_PYTHON_H113101 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8226 13102 _ACEOF 8227 13103 found=yes … … 8258 13134 8259 13135 # Check whether --with-ruby was given. 8260 if test "${with_ruby+set}" = set; then :13136 if test "${with_ruby+set}" = set; then 8261 13137 withval=$with_ruby; rp_with_ruby=$withval 8262 13138 fi … … 8267 13143 # Extract the first word of "ruby", so it can be a program name with args. 8268 13144 set dummy ruby; ac_word=$2 8269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58270 $as_echo_n "checking for $ac_word..." >&6; }8271 if ${ac_cv_path_RUBY+:} false; then :8272 $as_echo_n "(cached)" >&613145 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13146 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13147 if test "${ac_cv_path_RUBY+set}" = set; then 13148 echo $ECHO_N "(cached) $ECHO_C" >&6 8273 13149 else 8274 13150 case $RUBY in … … 8282 13158 IFS=$as_save_IFS 8283 13159 test -z "$as_dir" && as_dir=. 8284 13160 for ac_exec_ext in '' $ac_executable_extensions; do 8285 13161 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8286 13162 ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext" 8287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513163 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8288 13164 break 2 8289 13165 fi 8290 13166 done 8291 13167 done 8292 13168 IFS=$as_save_IFS 8293 13169 … … 8297 13173 RUBY=$ac_cv_path_RUBY 8298 13174 if test -n "$RUBY"; then 8299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUBY" >&58300 $as_echo "$RUBY" >&6; }8301 else 8302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58303 $as_echo "no" >&6; }13175 { echo "$as_me:$LINENO: result: $RUBY" >&5 13176 echo "${ECHO_T}$RUBY" >&6; } 13177 else 13178 { echo "$as_me:$LINENO: result: no" >&5 13179 echo "${ECHO_T}no" >&6; } 8304 13180 fi 8305 13181 … … 8308 13184 # Extract the first word of "ruby", so it can be a program name with args. 8309 13185 set dummy ruby; ac_word=$2 8310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58311 $as_echo_n "checking for $ac_word..." >&6; }8312 if ${ac_cv_path_RUBY+:} false; then :8313 $as_echo_n "(cached)" >&613186 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13187 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13188 if test "${ac_cv_path_RUBY+set}" = set; then 13189 echo $ECHO_N "(cached) $ECHO_C" >&6 8314 13190 else 8315 13191 case $RUBY in … … 8324 13200 IFS=$as_save_IFS 8325 13201 test -z "$as_dir" && as_dir=. 8326 13202 for ac_exec_ext in '' $ac_executable_extensions; do 8327 13203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8328 13204 ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext" 8329 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513205 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8330 13206 break 2 8331 13207 fi 8332 13208 done 8333 13209 done 8334 13210 IFS=$as_save_IFS 8335 13211 … … 8339 13215 RUBY=$ac_cv_path_RUBY 8340 13216 if test -n "$RUBY"; then 8341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUBY" >&58342 $as_echo "$RUBY" >&6; }8343 else 8344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58345 $as_echo "no" >&6; }13217 { echo "$as_me:$LINENO: result: $RUBY" >&5 13218 echo "${ECHO_T}$RUBY" >&6; } 13219 else 13220 { echo "$as_me:$LINENO: result: no" >&5 13221 echo "${ECHO_T}no" >&6; } 8346 13222 fi 8347 13223 … … 8354 13230 RUBY_PLATFORM= 8355 13231 if test "x${RUBY}" != "x" ; then 8356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&58357 $as_echo_n "checking for a sed that does not truncate output..." >&6; }8358 if ${ac_cv_path_SED+:} false; then :8359 $as_echo_n "(cached)" >&613232 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 13233 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; } 13234 if test "${ac_cv_path_SED+set}" = set; then 13235 echo $ECHO_N "(cached) $ECHO_C" >&6 8360 13236 else 8361 13237 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ … … 8363 13239 ac_script="$ac_script$as_nl$ac_script" 8364 13240 done 8365 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed 8366 { ac_script=; unset ac_script;} 8367 if test -z "$SED"; then 13241 echo "$ac_script" | sed 99q >conftest.sed 13242 $as_unset ac_script || ac_script= 13243 # Extract the first word of "sed gsed" to use in msg output 13244 if test -z "$SED"; then 13245 set dummy sed gsed; ac_prog_name=$2 13246 if test "${ac_cv_path_SED+set}" = set; then 13247 echo $ECHO_N "(cached) $ECHO_C" >&6 13248 else 8368 13249 ac_path_SED_found=false 8369 8370 13250 # Loop through the user's path and test for each of PROGNAME-LIST 13251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8371 13252 for as_dir in $PATH 8372 13253 do 8373 13254 IFS=$as_save_IFS 8374 13255 test -z "$as_dir" && as_dir=. 8375 8376 8377 8378 8379 # Check for GNU ac_path_SED and select it if it is found.13256 for ac_prog in sed gsed; do 13257 for ac_exec_ext in '' $ac_executable_extensions; do 13258 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" 13259 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue 13260 # Check for GNU ac_path_SED and select it if it is found. 8380 13261 # Check for GNU $ac_path_SED 8381 13262 case `"$ac_path_SED" --version 2>&1` in … … 8384 13265 *) 8385 13266 ac_count=0 8386 $as_echo_n 0123456789>"conftest.in"13267 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 8387 13268 while : 8388 13269 do … … 8390 13271 mv "conftest.tmp" "conftest.in" 8391 13272 cp "conftest.in" "conftest.nl" 8392 $as_echo '' >> "conftest.nl"13273 echo '' >> "conftest.nl" 8393 13274 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break 8394 13275 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 8395 a s_fn_arith $ac_count + 1 && ac_count=$as_val13276 ac_count=`expr $ac_count + 1` 8396 13277 if test $ac_count -gt ${ac_path_SED_max-0}; then 8397 13278 # Best one so far, save it but keep looking for a better one … … 8405 13286 esac 8406 13287 8407 $ac_path_SED_found && break 3 8408 done13288 13289 $ac_path_SED_found && break 3 8409 13290 done 8410 done 13291 done 13292 13293 done 8411 13294 IFS=$as_save_IFS 8412 if test -z "$ac_cv_path_SED"; then 8413 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 8414 fi 13295 13296 13297 fi 13298 13299 SED="$ac_cv_path_SED" 13300 if test -z "$SED"; then 13301 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5 13302 echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;} 13303 { (exit 1); exit 1; }; } 13304 fi 13305 8415 13306 else 8416 13307 ac_cv_path_SED=$SED … … 8418 13309 8419 13310 fi 8420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&58421 $as_echo "$ac_cv_path_SED" >&6; }13311 { echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5 13312 echo "${ECHO_T}$ac_cv_path_SED" >&6; } 8422 13313 SED="$ac_cv_path_SED" 8423 13314 rm -f conftest.sed … … 8427 13318 8428 13319 8429 if test -n "$RUBY"; then :13320 if test -n "$RUBY"; then 8430 13321 8431 13322 ax_ruby_version="" 8432 13323 8433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ruby version" >&58434 $as_echo_n "checking for ruby version..." >&6; }13324 { echo "$as_me:$LINENO: checking for ruby version" >&5 13325 echo $ECHO_N "checking for ruby version... $ECHO_C" >&6; } 8435 13326 8436 13327 ruby_version=`$RUBY --version 2>&1 | $GREP "^ruby " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\) .*/\1/'` 8437 13328 8438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ruby_version" >&58439 $as_echo "$ruby_version" >&6; }13329 { echo "$as_me:$LINENO: result: $ruby_version" >&5 13330 echo "${ECHO_T}$ruby_version" >&6; } 8440 13331 8441 13332 RUBY_VERSION=$ruby_version … … 8447 13338 # Extract the first word of "$ac_prog", so it can be a program name with args. 8448 13339 set dummy $ac_prog; ac_word=$2 8449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58450 $as_echo_n "checking for $ac_word..." >&6; }8451 if ${ac_cv_prog_AWK+:} false; then :8452 $as_echo_n "(cached)" >&613340 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13341 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13342 if test "${ac_cv_prog_AWK+set}" = set; then 13343 echo $ECHO_N "(cached) $ECHO_C" >&6 8453 13344 else 8454 13345 if test -n "$AWK"; then … … 8460 13351 IFS=$as_save_IFS 8461 13352 test -z "$as_dir" && as_dir=. 8462 13353 for ac_exec_ext in '' $ac_executable_extensions; do 8463 13354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8464 13355 ac_cv_prog_AWK="$ac_prog" 8465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513356 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8466 13357 break 2 8467 13358 fi 8468 13359 done 8469 13360 done 8470 13361 IFS=$as_save_IFS 8471 13362 … … 8474 13365 AWK=$ac_cv_prog_AWK 8475 13366 if test -n "$AWK"; then 8476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&58477 $as_echo "$AWK" >&6; }8478 else 8479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58480 $as_echo "no" >&6; }13367 { echo "$as_me:$LINENO: result: $AWK" >&5 13368 echo "${ECHO_T}$AWK" >&6; } 13369 else 13370 { echo "$as_me:$LINENO: result: no" >&5 13371 echo "${ECHO_T}no" >&6; } 8481 13372 fi 8482 13373 … … 8528 13419 else 8529 13420 8530 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: could not find the ruby interpreter" >&5 8531 $as_echo "$as_me: WARNING: could not find the ruby interpreter" >&2;} 8532 8533 8534 fi 13421 { echo "$as_me:$LINENO: WARNING: could not find the ruby interpreter" >&5 13422 echo "$as_me: WARNING: could not find the ruby interpreter" >&2;} 13423 13424 13425 fi 13426 8535 13427 8536 13428 RUBY_VERSION_RV=`echo ${RUBY_VERSION} | cut -d'.' -f1-2` … … 8543 13435 # Check for Ruby include path 8544 13436 # 8545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Ruby include path" >&58546 $as_echo_n "checking for Ruby include path..." >&6; }13437 { echo "$as_me:$LINENO: checking for Ruby include path" >&5 13438 echo $ECHO_N "checking for Ruby include path... $ECHO_C" >&6; } 8547 13439 if test -z "$RUBY_CPPFLAGS"; then 8548 13440 ruby_path=`$RUBY -rmkmf -e 'print Config::CONFIG["archdir"]'` … … 8552 13444 RUBY_CPPFLAGS=$ruby_path 8553 13445 fi 8554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUBY_CPPFLAGS" >&58555 $as_echo "$RUBY_CPPFLAGS" >&6; }13446 { echo "$as_me:$LINENO: result: $RUBY_CPPFLAGS" >&5 13447 echo "${ECHO_T}$RUBY_CPPFLAGS" >&6; } 8556 13448 8557 13449 … … 8559 13451 # Check for Ruby library path 8560 13452 # 8561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Ruby library path" >&58562 $as_echo_n "checking for Ruby library path..." >&6; }13453 { echo "$as_me:$LINENO: checking for Ruby library path" >&5 13454 echo $ECHO_N "checking for Ruby library path... $ECHO_C" >&6; } 8563 13455 if test -z "$RUBY_LDFLAGS"; then 8564 13456 RUBY_LDFLAGS=`$RUBY -rmkmf -e 'print Config::CONFIG["LIBRUBYARG_SHARED"]'` 8565 13457 fi 8566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUBY_LDFLAGS" >&58567 $as_echo "$RUBY_LDFLAGS" >&6; }13458 { echo "$as_me:$LINENO: result: $RUBY_LDFLAGS" >&5 13459 echo "${ECHO_T}$RUBY_LDFLAGS" >&6; } 8568 13460 8569 13461 … … 8571 13463 # Check for site packages 8572 13464 # 8573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Ruby site-packages path" >&58574 $as_echo_n "checking for Ruby site-packages path..." >&6; }13465 { echo "$as_me:$LINENO: checking for Ruby site-packages path" >&5 13466 echo $ECHO_N "checking for Ruby site-packages path... $ECHO_C" >&6; } 8575 13467 if test -z "$RUBY_SITE_PKG"; then 8576 13468 RUBY_SITE_PKG=`$RUBY -rmkmf -e 'print Config::CONFIG["sitearchdir"]'` 8577 13469 fi 8578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUBY_SITE_PKG" >&58579 $as_echo "$RUBY_SITE_PKG" >&6; }13470 { echo "$as_me:$LINENO: result: $RUBY_SITE_PKG" >&5 13471 echo "${ECHO_T}$RUBY_SITE_PKG" >&6; } 8580 13472 8581 13473 … … 8583 13475 # libraries which must be linked in when embedding 8584 13476 # 8585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking ruby extra libraries" >&58586 $as_echo_n "checking ruby extra libraries..." >&6; }13477 { echo "$as_me:$LINENO: checking ruby extra libraries" >&5 13478 echo $ECHO_N "checking ruby extra libraries... $ECHO_C" >&6; } 8587 13479 if test -z "$RUBY_EXTRA_LIBS"; then 8588 13480 RUBY_EXTRA_LIBS=`$RUBY -rmkmf -e 'print Config::CONFIG["SOLIBS"]'` 8589 13481 fi 8590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUBY_EXTRA_LIBS" >&58591 $as_echo "$RUBY_EXTRA_LIBS" >&6; }13482 { echo "$as_me:$LINENO: result: $RUBY_EXTRA_LIBS" >&5 13483 echo "${ECHO_T}$RUBY_EXTRA_LIBS" >&6; } 8592 13484 8593 13485 … … 8608 13500 # final check to see if everything compiles alright 8609 13501 # 8610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking consistency of all components of ruby development environment" >&58611 $as_echo_n "checking consistency of all components of ruby development environment..." >&6; }13502 { echo "$as_me:$LINENO: checking consistency of all components of ruby development environment" >&5 13503 echo $ECHO_N "checking consistency of all components of ruby development environment... $ECHO_C" >&6; } 8612 13504 ac_ext=c 8613 13505 ac_cpp='$CPP $CPPFLAGS' … … 8621 13513 ac_save_CPPFLAGS="$CPPFLAGS" 8622 13514 CPPFLAGS="$ac_save_CPPFLAGS $RUBY_CPPFLAGS" 8623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13515 cat >conftest.$ac_ext <<_ACEOF 13516 /* confdefs.h. */ 13517 _ACEOF 13518 cat confdefs.h >>conftest.$ac_ext 13519 cat >>conftest.$ac_ext <<_ACEOF 8624 13520 /* end confdefs.h. */ 8625 13521 … … 8636 13532 } 8637 13533 _ACEOF 8638 if ac_fn_c_try_link "$LINENO"; then : 13534 rm -f conftest.$ac_objext conftest$ac_exeext 13535 if { (ac_try="$ac_link" 13536 case "(($ac_try" in 13537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13538 *) ac_try_echo=$ac_try;; 13539 esac 13540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13541 (eval "$ac_link") 2>conftest.er1 13542 ac_status=$? 13543 grep -v '^ *+' conftest.er1 >conftest.err 13544 rm -f conftest.er1 13545 cat conftest.err >&5 13546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13547 (exit $ac_status); } && { 13548 test -z "$ac_c_werror_flag" || 13549 test ! -s conftest.err 13550 } && test -s conftest$ac_exeext && 13551 $as_test_x conftest$ac_exeext; then 8639 13552 rubyexists=yes 8640 13553 else 8641 rubyexists=no 8642 fi 8643 rm -f core conftest.err conftest.$ac_objext \ 8644 conftest$ac_exeext conftest.$ac_ext 8645 8646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rubyexists" >&5 8647 $as_echo "$rubyexists" >&6; } 13554 echo "$as_me: failed program was:" >&5 13555 sed 's/^/| /' conftest.$ac_ext >&5 13556 13557 rubyexists=no 13558 fi 13559 13560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13561 conftest$ac_exeext conftest.$ac_ext 13562 13563 { echo "$as_me:$LINENO: result: $rubyexists" >&5 13564 echo "${ECHO_T}$rubyexists" >&6; } 8648 13565 8649 13566 if test "$rubyexists" = "no"; then … … 8677 13594 8678 13595 # Check whether --with-java was given. 8679 if test "${with_java+set}" = set; then :13596 if test "${with_java+set}" = set; then 8680 13597 withval=$with_java; rp_with_java=$withval 8681 13598 fi … … 8686 13603 # Extract the first word of "java", so it can be a program name with args. 8687 13604 set dummy java; ac_word=$2 8688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58689 $as_echo_n "checking for $ac_word..." >&6; }8690 if ${ac_cv_path_JAVA+:} false; then :8691 $as_echo_n "(cached)" >&613605 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13606 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13607 if test "${ac_cv_path_JAVA+set}" = set; then 13608 echo $ECHO_N "(cached) $ECHO_C" >&6 8692 13609 else 8693 13610 case $JAVA in … … 8701 13618 IFS=$as_save_IFS 8702 13619 test -z "$as_dir" && as_dir=. 8703 13620 for ac_exec_ext in '' $ac_executable_extensions; do 8704 13621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8705 13622 ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" 8706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513623 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8707 13624 break 2 8708 13625 fi 8709 13626 done 8710 13627 done 8711 13628 IFS=$as_save_IFS 8712 13629 … … 8716 13633 JAVA=$ac_cv_path_JAVA 8717 13634 if test -n "$JAVA"; then 8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVA" >&58719 $as_echo "$JAVA" >&6; }8720 else 8721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58722 $as_echo "no" >&6; }13635 { echo "$as_me:$LINENO: result: $JAVA" >&5 13636 echo "${ECHO_T}$JAVA" >&6; } 13637 else 13638 { echo "$as_me:$LINENO: result: no" >&5 13639 echo "${ECHO_T}no" >&6; } 8723 13640 fi 8724 13641 … … 8726 13643 # Extract the first word of "javac", so it can be a program name with args. 8727 13644 set dummy javac; ac_word=$2 8728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58729 $as_echo_n "checking for $ac_word..." >&6; }8730 if ${ac_cv_path_JAVAC+:} false; then :8731 $as_echo_n "(cached)" >&613645 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13646 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13647 if test "${ac_cv_path_JAVAC+set}" = set; then 13648 echo $ECHO_N "(cached) $ECHO_C" >&6 8732 13649 else 8733 13650 case $JAVAC in … … 8741 13658 IFS=$as_save_IFS 8742 13659 test -z "$as_dir" && as_dir=. 8743 13660 for ac_exec_ext in '' $ac_executable_extensions; do 8744 13661 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8745 13662 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 8746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513663 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8747 13664 break 2 8748 13665 fi 8749 13666 done 8750 13667 done 8751 13668 IFS=$as_save_IFS 8752 13669 … … 8756 13673 JAVAC=$ac_cv_path_JAVAC 8757 13674 if test -n "$JAVAC"; then 8758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&58759 $as_echo "$JAVAC" >&6; }8760 else 8761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58762 $as_echo "no" >&6; }13675 { echo "$as_me:$LINENO: result: $JAVAC" >&5 13676 echo "${ECHO_T}$JAVAC" >&6; } 13677 else 13678 { echo "$as_me:$LINENO: result: no" >&5 13679 echo "${ECHO_T}no" >&6; } 8763 13680 fi 8764 13681 … … 8766 13683 # Extract the first word of "javah", so it can be a program name with args. 8767 13684 set dummy javah; ac_word=$2 8768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58769 $as_echo_n "checking for $ac_word..." >&6; }8770 if ${ac_cv_path_JAVAH+:} false; then :8771 $as_echo_n "(cached)" >&613685 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13686 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13687 if test "${ac_cv_path_JAVAH+set}" = set; then 13688 echo $ECHO_N "(cached) $ECHO_C" >&6 8772 13689 else 8773 13690 case $JAVAH in … … 8781 13698 IFS=$as_save_IFS 8782 13699 test -z "$as_dir" && as_dir=. 8783 13700 for ac_exec_ext in '' $ac_executable_extensions; do 8784 13701 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8785 13702 ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext" 8786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513703 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8787 13704 break 2 8788 13705 fi 8789 13706 done 8790 13707 done 8791 13708 IFS=$as_save_IFS 8792 13709 … … 8796 13713 JAVAH=$ac_cv_path_JAVAH 8797 13714 if test -n "$JAVAH"; then 8798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAH" >&58799 $as_echo "$JAVAH" >&6; }8800 else 8801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58802 $as_echo "no" >&6; }13715 { echo "$as_me:$LINENO: result: $JAVAH" >&5 13716 echo "${ECHO_T}$JAVAH" >&6; } 13717 else 13718 { echo "$as_me:$LINENO: result: no" >&5 13719 echo "${ECHO_T}no" >&6; } 8803 13720 fi 8804 13721 … … 8807 13724 # Extract the first word of "java", so it can be a program name with args. 8808 13725 set dummy java; ac_word=$2 8809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58810 $as_echo_n "checking for $ac_word..." >&6; }8811 if ${ac_cv_path_JAVA+:} false; then :8812 $as_echo_n "(cached)" >&613726 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13727 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13728 if test "${ac_cv_path_JAVA+set}" = set; then 13729 echo $ECHO_N "(cached) $ECHO_C" >&6 8813 13730 else 8814 13731 case $JAVA in … … 8823 13740 IFS=$as_save_IFS 8824 13741 test -z "$as_dir" && as_dir=. 8825 13742 for ac_exec_ext in '' $ac_executable_extensions; do 8826 13743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8827 13744 ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" 8828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513745 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8829 13746 break 2 8830 13747 fi 8831 13748 done 8832 13749 done 8833 13750 IFS=$as_save_IFS 8834 13751 … … 8838 13755 JAVA=$ac_cv_path_JAVA 8839 13756 if test -n "$JAVA"; then 8840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVA" >&58841 $as_echo "$JAVA" >&6; }8842 else 8843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58844 $as_echo "no" >&6; }13757 { echo "$as_me:$LINENO: result: $JAVA" >&5 13758 echo "${ECHO_T}$JAVA" >&6; } 13759 else 13760 { echo "$as_me:$LINENO: result: no" >&5 13761 echo "${ECHO_T}no" >&6; } 8845 13762 fi 8846 13763 … … 8848 13765 # Extract the first word of "javac", so it can be a program name with args. 8849 13766 set dummy javac; ac_word=$2 8850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58851 $as_echo_n "checking for $ac_word..." >&6; }8852 if ${ac_cv_path_JAVAC+:} false; then :8853 $as_echo_n "(cached)" >&613767 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13768 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13769 if test "${ac_cv_path_JAVAC+set}" = set; then 13770 echo $ECHO_N "(cached) $ECHO_C" >&6 8854 13771 else 8855 13772 case $JAVAC in … … 8864 13781 IFS=$as_save_IFS 8865 13782 test -z "$as_dir" && as_dir=. 8866 13783 for ac_exec_ext in '' $ac_executable_extensions; do 8867 13784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8868 13785 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 8869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513786 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8870 13787 break 2 8871 13788 fi 8872 13789 done 8873 13790 done 8874 13791 IFS=$as_save_IFS 8875 13792 … … 8879 13796 JAVAC=$ac_cv_path_JAVAC 8880 13797 if test -n "$JAVAC"; then 8881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&58882 $as_echo "$JAVAC" >&6; }8883 else 8884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58885 $as_echo "no" >&6; }13798 { echo "$as_me:$LINENO: result: $JAVAC" >&5 13799 echo "${ECHO_T}$JAVAC" >&6; } 13800 else 13801 { echo "$as_me:$LINENO: result: no" >&5 13802 echo "${ECHO_T}no" >&6; } 8886 13803 fi 8887 13804 … … 8889 13806 # Extract the first word of "javah", so it can be a program name with args. 8890 13807 set dummy javah; ac_word=$2 8891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&58892 $as_echo_n "checking for $ac_word..." >&6; }8893 if ${ac_cv_path_JAVAH+:} false; then :8894 $as_echo_n "(cached)" >&613808 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13809 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13810 if test "${ac_cv_path_JAVAH+set}" = set; then 13811 echo $ECHO_N "(cached) $ECHO_C" >&6 8895 13812 else 8896 13813 case $JAVAH in … … 8905 13822 IFS=$as_save_IFS 8906 13823 test -z "$as_dir" && as_dir=. 8907 13824 for ac_exec_ext in '' $ac_executable_extensions; do 8908 13825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8909 13826 ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext" 8910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&513827 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8911 13828 break 2 8912 13829 fi 8913 13830 done 8914 13831 done 8915 13832 IFS=$as_save_IFS 8916 13833 … … 8920 13837 JAVAH=$ac_cv_path_JAVAH 8921 13838 if test -n "$JAVAH"; then 8922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAH" >&58923 $as_echo "$JAVAH" >&6; }8924 else 8925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&58926 $as_echo "no" >&6; }13839 { echo "$as_me:$LINENO: result: $JAVAH" >&5 13840 echo "${ECHO_T}$JAVAH" >&6; } 13841 else 13842 { echo "$as_me:$LINENO: result: no" >&5 13843 echo "${ECHO_T}no" >&6; } 8927 13844 fi 8928 13845 … … 8966 13883 8967 13884 8968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to build libraries" >&58969 $as_echo_n "checking how to build libraries..." >&6; }13885 { echo "$as_me:$LINENO: checking how to build libraries" >&5 13886 echo $ECHO_N "checking how to build libraries... $ECHO_C" >&6; } 8970 13887 # Check whether --enable-shared was given. 8971 if test "${enable_shared+set}" = set; then :13888 if test "${enable_shared+set}" = set; then 8972 13889 enableval=$enable_shared; tcl_ok=$enableval 8973 13890 else … … 8984 13901 8985 13902 if test "$tcl_ok" = "yes" ; then 8986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: shared" >&58987 $as_echo "shared" >&6; }13903 { echo "$as_me:$LINENO: result: shared" >&5 13904 echo "${ECHO_T}shared" >&6; } 8988 13905 SHARED_BUILD=1 8989 13906 else 8990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: static" >&58991 $as_echo "static" >&6; }13907 { echo "$as_me:$LINENO: result: static" >&5 13908 echo "${ECHO_T}static" >&6; } 8992 13909 SHARED_BUILD=0 8993 $as_echo "#define STATIC_BUILD 1" >>confdefs.h 13910 cat >>confdefs.h <<\_ACEOF 13911 #define STATIC_BUILD 1 13912 _ACEOF 8994 13913 8995 13914 fi … … 9026 13945 # ----------------------------------------------------------------------- 9027 13946 9028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 9029 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } 9030 if ${ac_cv_c_bigendian+:} false; then : 9031 $as_echo_n "(cached) " >&6 9032 else 9033 ac_cv_c_bigendian=unknown 9034 # See if we're dealing with a universal compiler. 9035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9036 /* end confdefs.h. */ 9037 #ifndef __APPLE_CC__ 9038 not a universal capable compiler 9039 #endif 9040 typedef int dummy; 9041 9042 _ACEOF 9043 if ac_fn_cxx_try_compile "$LINENO"; then : 9044 9045 # Check for potential -arch flags. It is not universal unless 9046 # there are at least two -arch flags with different values. 9047 ac_arch= 9048 ac_prev= 9049 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do 9050 if test -n "$ac_prev"; then 9051 case $ac_word in 9052 i?86 | x86_64 | ppc | ppc64) 9053 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then 9054 ac_arch=$ac_word 9055 else 9056 ac_cv_c_bigendian=universal 9057 break 9058 fi 9059 ;; 9060 esac 9061 ac_prev= 9062 elif test "x$ac_word" = "x-arch"; then 9063 ac_prev=arch 9064 fi 9065 done 9066 fi 9067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9068 if test $ac_cv_c_bigendian = unknown; then 9069 # See if sys/param.h defines the BYTE_ORDER macro. 9070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13947 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 13948 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } 13949 if test "${ac_cv_c_bigendian+set}" = set; then 13950 echo $ECHO_N "(cached) $ECHO_C" >&6 13951 else 13952 # See if sys/param.h defines the BYTE_ORDER macro. 13953 cat >conftest.$ac_ext <<_ACEOF 13954 /* confdefs.h. */ 13955 _ACEOF 13956 cat confdefs.h >>conftest.$ac_ext 13957 cat >>conftest.$ac_ext <<_ACEOF 9071 13958 /* end confdefs.h. */ 9072 13959 #include <sys/types.h> 9073 13960 #include <sys/param.h> 9074 13961 9075 13962 int 9076 13963 main () 9077 13964 { 9078 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ 9079 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ 9080 && LITTLE_ENDIAN) 9081 bogus endian macros 9082 #endif 13965 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ 13966 && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) 13967 bogus endian macros 13968 #endif 9083 13969 9084 13970 ; … … 9086 13972 } 9087 13973 _ACEOF 9088 if ac_fn_cxx_try_compile "$LINENO"; then : 13974 rm -f conftest.$ac_objext 13975 if { (ac_try="$ac_compile" 13976 case "(($ac_try" in 13977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13978 *) ac_try_echo=$ac_try;; 13979 esac 13980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13981 (eval "$ac_compile") 2>conftest.er1 13982 ac_status=$? 13983 grep -v '^ *+' conftest.er1 >conftest.err 13984 rm -f conftest.er1 13985 cat conftest.err >&5 13986 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13987 (exit $ac_status); } && { 13988 test -z "$ac_cxx_werror_flag" || 13989 test ! -s conftest.err 13990 } && test -s conftest.$ac_objext; then 9089 13991 # It does; now see whether it defined to BIG_ENDIAN or not. 9090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13992 cat >conftest.$ac_ext <<_ACEOF 13993 /* confdefs.h. */ 13994 _ACEOF 13995 cat confdefs.h >>conftest.$ac_ext 13996 cat >>conftest.$ac_ext <<_ACEOF 9091 13997 /* end confdefs.h. */ 9092 13998 #include <sys/types.h> 9093 13999 #include <sys/param.h> 9094 14000 9095 14001 int … … 9097 14003 { 9098 14004 #if BYTE_ORDER != BIG_ENDIAN 9099 9100 14005 not big endian 14006 #endif 9101 14007 9102 14008 ; … … 9104 14010 } 9105 14011 _ACEOF 9106 if ac_fn_cxx_try_compile "$LINENO"; then : 14012 rm -f conftest.$ac_objext 14013 if { (ac_try="$ac_compile" 14014 case "(($ac_try" in 14015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14016 *) ac_try_echo=$ac_try;; 14017 esac 14018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14019 (eval "$ac_compile") 2>conftest.er1 14020 ac_status=$? 14021 grep -v '^ *+' conftest.er1 >conftest.err 14022 rm -f conftest.er1 14023 cat conftest.err >&5 14024 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14025 (exit $ac_status); } && { 14026 test -z "$ac_cxx_werror_flag" || 14027 test ! -s conftest.err 14028 } && test -s conftest.$ac_objext; then 9107 14029 ac_cv_c_bigendian=yes 9108 14030 else 9109 ac_cv_c_bigendian=no 9110 fi 14031 echo "$as_me: failed program was:" >&5 14032 sed 's/^/| /' conftest.$ac_ext >&5 14033 14034 ac_cv_c_bigendian=no 14035 fi 14036 9111 14037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9112 fi 9113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9114 fi 9115 if test $ac_cv_c_bigendian = unknown; then 9116 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). 9117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14038 else 14039 echo "$as_me: failed program was:" >&5 14040 sed 's/^/| /' conftest.$ac_ext >&5 14041 14042 # It does not; compile a test program. 14043 if test "$cross_compiling" = yes; then 14044 # try to guess the endianness by grepping values into an object file 14045 ac_cv_c_bigendian=unknown 14046 cat >conftest.$ac_ext <<_ACEOF 14047 /* confdefs.h. */ 14048 _ACEOF 14049 cat confdefs.h >>conftest.$ac_ext 14050 cat >>conftest.$ac_ext <<_ACEOF 9118 14051 /* end confdefs.h. */ 9119 #include <limits.h> 9120 14052 short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 14053 short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 14054 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } 14055 short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 14056 short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 14057 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } 9121 14058 int 9122 14059 main () 9123 14060 { 9124 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) 9125 bogus endian macros 9126 #endif 9127 14061 _ascii (); _ebcdic (); 9128 14062 ; 9129 14063 return 0; 9130 14064 } 9131 14065 _ACEOF 9132 if ac_fn_cxx_try_compile "$LINENO"; then : 9133 # It does; now see whether it defined to _BIG_ENDIAN or not. 9134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9135 /* end confdefs.h. */ 9136 #include <limits.h> 9137 9138 int 9139 main () 9140 { 9141 #ifndef _BIG_ENDIAN 9142 not big endian 9143 #endif 9144 9145 ;9146 return 0; 9147 } 9148 _ACEOF 9149 if ac_fn_cxx_try_compile "$LINENO"; then : 14066 rm -f conftest.$ac_objext 14067 if { (ac_try="$ac_compile" 14068 case "(($ac_try" in 14069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14070 *) ac_try_echo=$ac_try;; 14071 esac 14072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14073 (eval "$ac_compile") 2>conftest.er1 14074 ac_status=$? 14075 grep -v '^ *+' conftest.er1 >conftest.err 14076 rm -f conftest.er1 14077 cat conftest.err >&5 14078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14079 (exit $ac_status); } && { 14080 test -z "$ac_cxx_werror_flag" || 14081 test ! -s conftest.err 14082 } && test -s conftest.$ac_objext; then 14083 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 9150 14084 ac_cv_c_bigendian=yes 9151 else 9152 ac_cv_c_bigendian=no 9153 fi 14085 fi 14086 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 14087 if test "$ac_cv_c_bigendian" = unknown; then 14088 ac_cv_c_bigendian=no 14089 else 14090 # finding both strings is unlikely to happen, but who knows? 14091 ac_cv_c_bigendian=unknown 14092 fi 14093 fi 14094 else 14095 echo "$as_me: failed program was:" >&5 14096 sed 's/^/| /' conftest.$ac_ext >&5 14097 14098 14099 fi 14100 9154 14101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9155 fi 9156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9157 fi 9158 if test $ac_cv_c_bigendian = unknown; then 9159 # Compile a test program. 9160 if test "$cross_compiling" = yes; then : 9161 # Try to guess by grepping values from an object file. 9162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9163 /* end confdefs.h. */ 9164 short int ascii_mm[] = 9165 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 9166 short int ascii_ii[] = 9167 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 9168 int use_ascii (int i) { 9169 return ascii_mm[i] + ascii_ii[i]; 9170 } 9171 short int ebcdic_ii[] = 9172 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 9173 short int ebcdic_mm[] = 9174 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 9175 int use_ebcdic (int i) { 9176 return ebcdic_mm[i] + ebcdic_ii[i]; 9177 } 9178 extern int foo; 9179 9180 int 9181 main () 9182 { 9183 return use_ascii (foo) == use_ebcdic (foo); 9184 ; 9185 return 0; 9186 } 9187 _ACEOF 9188 if ac_fn_cxx_try_compile "$LINENO"; then : 9189 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then 9190 ac_cv_c_bigendian=yes 9191 fi 9192 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 9193 if test "$ac_cv_c_bigendian" = unknown; then 9194 ac_cv_c_bigendian=no 9195 else 9196 # finding both strings is unlikely to happen, but who knows? 9197 ac_cv_c_bigendian=unknown 9198 fi 9199 fi 9200 fi 9201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9202 else 9203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14102 else 14103 cat >conftest.$ac_ext <<_ACEOF 14104 /* confdefs.h. */ 14105 _ACEOF 14106 cat confdefs.h >>conftest.$ac_ext 14107 cat >>conftest.$ac_ext <<_ACEOF 9204 14108 /* end confdefs.h. */ 9205 14109 $ac_includes_default … … 9208 14112 { 9209 14113 9210 9211 9212 9213 9214 9215 9216 9217 14114 /* Are we little or big endian? From Harbison&Steele. */ 14115 union 14116 { 14117 long int l; 14118 char c[sizeof (long int)]; 14119 } u; 14120 u.l = 1; 14121 return u.c[sizeof (long int) - 1] == 1; 9218 14122 9219 14123 ; … … 9221 14125 } 9222 14126 _ACEOF 9223 if ac_fn_cxx_try_run "$LINENO"; then : 14127 rm -f conftest$ac_exeext 14128 if { (ac_try="$ac_link" 14129 case "(($ac_try" in 14130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14131 *) ac_try_echo=$ac_try;; 14132 esac 14133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14134 (eval "$ac_link") 2>&5 14135 ac_status=$? 14136 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14137 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14138 { (case "(($ac_try" in 14139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14140 *) ac_try_echo=$ac_try;; 14141 esac 14142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14143 (eval "$ac_try") 2>&5 14144 ac_status=$? 14145 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14146 (exit $ac_status); }; }; then 9224 14147 ac_cv_c_bigendian=no 9225 14148 else 9226 ac_cv_c_bigendian=yes 9227 fi 9228 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 9229 conftest.$ac_objext conftest.beam conftest.$ac_ext 9230 fi 9231 9232 fi 9233 fi 9234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 9235 $as_echo "$ac_cv_c_bigendian" >&6; } 9236 case $ac_cv_c_bigendian in #( 9237 yes) 9238 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h 9239 ;; #( 9240 no) 9241 ;; #( 9242 universal) 9243 9244 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h 9245 9246 ;; #( 9247 *) 9248 as_fn_error $? "unknown endianness 9249 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 9250 esac 14149 echo "$as_me: program exited with status $ac_status" >&5 14150 echo "$as_me: failed program was:" >&5 14151 sed 's/^/| /' conftest.$ac_ext >&5 14152 14153 ( exit $ac_status ) 14154 ac_cv_c_bigendian=yes 14155 fi 14156 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14157 fi 14158 14159 14160 fi 14161 14162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14163 fi 14164 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 14165 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } 14166 case $ac_cv_c_bigendian in 14167 yes) 14168 14169 cat >>confdefs.h <<\_ACEOF 14170 #define WORDS_BIGENDIAN 1 14171 _ACEOF 14172 ;; 14173 no) 14174 ;; 14175 *) 14176 { { echo "$as_me:$LINENO: error: unknown endianness 14177 presetting ac_cv_c_bigendian=no (or yes) will help" >&5 14178 echo "$as_me: error: unknown endianness 14179 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 14180 { (exit 1); exit 1; }; } ;; 14181 esac 14182 14183 { echo "$as_me:$LINENO: checking for int" >&5 14184 echo $ECHO_N "checking for int... $ECHO_C" >&6; } 14185 if test "${ac_cv_type_int+set}" = set; then 14186 echo $ECHO_N "(cached) $ECHO_C" >&6 14187 else 14188 cat >conftest.$ac_ext <<_ACEOF 14189 /* confdefs.h. */ 14190 _ACEOF 14191 cat confdefs.h >>conftest.$ac_ext 14192 cat >>conftest.$ac_ext <<_ACEOF 14193 /* end confdefs.h. */ 14194 $ac_includes_default 14195 typedef int ac__type_new_; 14196 int 14197 main () 14198 { 14199 if ((ac__type_new_ *) 0) 14200 return 0; 14201 if (sizeof (ac__type_new_)) 14202 return 0; 14203 ; 14204 return 0; 14205 } 14206 _ACEOF 14207 rm -f conftest.$ac_objext 14208 if { (ac_try="$ac_compile" 14209 case "(($ac_try" in 14210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14211 *) ac_try_echo=$ac_try;; 14212 esac 14213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14214 (eval "$ac_compile") 2>conftest.er1 14215 ac_status=$? 14216 grep -v '^ *+' conftest.er1 >conftest.err 14217 rm -f conftest.er1 14218 cat conftest.err >&5 14219 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14220 (exit $ac_status); } && { 14221 test -z "$ac_cxx_werror_flag" || 14222 test ! -s conftest.err 14223 } && test -s conftest.$ac_objext; then 14224 ac_cv_type_int=yes 14225 else 14226 echo "$as_me: failed program was:" >&5 14227 sed 's/^/| /' conftest.$ac_ext >&5 14228 14229 ac_cv_type_int=no 14230 fi 14231 14232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14233 fi 14234 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 14235 echo "${ECHO_T}$ac_cv_type_int" >&6; } 9251 14236 9252 14237 # The cast to long int works around a bug in the HP C Compiler … … 9254 14239 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 9255 14240 # This bug is HP SR number 8606223364. 9256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5 9257 $as_echo_n "checking size of int... " >&6; } 9258 if ${ac_cv_sizeof_int+:} false; then : 9259 $as_echo_n "(cached) " >&6 9260 else 9261 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then : 9262 9263 else 9264 if test "$ac_cv_type_int" = yes; then 9265 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 9266 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 9267 as_fn_error 77 "cannot compute sizeof (int) 9268 See \`config.log' for more details" "$LINENO" 5; } 14241 { echo "$as_me:$LINENO: checking size of int" >&5 14242 echo $ECHO_N "checking size of int... $ECHO_C" >&6; } 14243 if test "${ac_cv_sizeof_int+set}" = set; then 14244 echo $ECHO_N "(cached) $ECHO_C" >&6 14245 else 14246 if test "$cross_compiling" = yes; then 14247 # Depending upon the size, compute the lo and hi bounds. 14248 cat >conftest.$ac_ext <<_ACEOF 14249 /* confdefs.h. */ 14250 _ACEOF 14251 cat confdefs.h >>conftest.$ac_ext 14252 cat >>conftest.$ac_ext <<_ACEOF 14253 /* end confdefs.h. */ 14254 $ac_includes_default 14255 typedef int ac__type_sizeof_; 14256 int 14257 main () 14258 { 14259 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 14260 test_array [0] = 0 14261 14262 ; 14263 return 0; 14264 } 14265 _ACEOF 14266 rm -f conftest.$ac_objext 14267 if { (ac_try="$ac_compile" 14268 case "(($ac_try" in 14269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14270 *) ac_try_echo=$ac_try;; 14271 esac 14272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14273 (eval "$ac_compile") 2>conftest.er1 14274 ac_status=$? 14275 grep -v '^ *+' conftest.er1 >conftest.err 14276 rm -f conftest.er1 14277 cat conftest.err >&5 14278 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14279 (exit $ac_status); } && { 14280 test -z "$ac_cxx_werror_flag" || 14281 test ! -s conftest.err 14282 } && test -s conftest.$ac_objext; then 14283 ac_lo=0 ac_mid=0 14284 while :; do 14285 cat >conftest.$ac_ext <<_ACEOF 14286 /* confdefs.h. */ 14287 _ACEOF 14288 cat confdefs.h >>conftest.$ac_ext 14289 cat >>conftest.$ac_ext <<_ACEOF 14290 /* end confdefs.h. */ 14291 $ac_includes_default 14292 typedef int ac__type_sizeof_; 14293 int 14294 main () 14295 { 14296 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14297 test_array [0] = 0 14298 14299 ; 14300 return 0; 14301 } 14302 _ACEOF 14303 rm -f conftest.$ac_objext 14304 if { (ac_try="$ac_compile" 14305 case "(($ac_try" in 14306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14307 *) ac_try_echo=$ac_try;; 14308 esac 14309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14310 (eval "$ac_compile") 2>conftest.er1 14311 ac_status=$? 14312 grep -v '^ *+' conftest.er1 >conftest.err 14313 rm -f conftest.er1 14314 cat conftest.err >&5 14315 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14316 (exit $ac_status); } && { 14317 test -z "$ac_cxx_werror_flag" || 14318 test ! -s conftest.err 14319 } && test -s conftest.$ac_objext; then 14320 ac_hi=$ac_mid; break 14321 else 14322 echo "$as_me: failed program was:" >&5 14323 sed 's/^/| /' conftest.$ac_ext >&5 14324 14325 ac_lo=`expr $ac_mid + 1` 14326 if test $ac_lo -le $ac_mid; then 14327 ac_lo= ac_hi= 14328 break 14329 fi 14330 ac_mid=`expr 2 '*' $ac_mid + 1` 14331 fi 14332 14333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14334 done 14335 else 14336 echo "$as_me: failed program was:" >&5 14337 sed 's/^/| /' conftest.$ac_ext >&5 14338 14339 cat >conftest.$ac_ext <<_ACEOF 14340 /* confdefs.h. */ 14341 _ACEOF 14342 cat confdefs.h >>conftest.$ac_ext 14343 cat >>conftest.$ac_ext <<_ACEOF 14344 /* end confdefs.h. */ 14345 $ac_includes_default 14346 typedef int ac__type_sizeof_; 14347 int 14348 main () 14349 { 14350 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 14351 test_array [0] = 0 14352 14353 ; 14354 return 0; 14355 } 14356 _ACEOF 14357 rm -f conftest.$ac_objext 14358 if { (ac_try="$ac_compile" 14359 case "(($ac_try" in 14360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14361 *) ac_try_echo=$ac_try;; 14362 esac 14363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14364 (eval "$ac_compile") 2>conftest.er1 14365 ac_status=$? 14366 grep -v '^ *+' conftest.er1 >conftest.err 14367 rm -f conftest.er1 14368 cat conftest.err >&5 14369 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14370 (exit $ac_status); } && { 14371 test -z "$ac_cxx_werror_flag" || 14372 test ! -s conftest.err 14373 } && test -s conftest.$ac_objext; then 14374 ac_hi=-1 ac_mid=-1 14375 while :; do 14376 cat >conftest.$ac_ext <<_ACEOF 14377 /* confdefs.h. */ 14378 _ACEOF 14379 cat confdefs.h >>conftest.$ac_ext 14380 cat >>conftest.$ac_ext <<_ACEOF 14381 /* end confdefs.h. */ 14382 $ac_includes_default 14383 typedef int ac__type_sizeof_; 14384 int 14385 main () 14386 { 14387 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 14388 test_array [0] = 0 14389 14390 ; 14391 return 0; 14392 } 14393 _ACEOF 14394 rm -f conftest.$ac_objext 14395 if { (ac_try="$ac_compile" 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_compile") 2>conftest.er1 14402 ac_status=$? 14403 grep -v '^ *+' conftest.er1 >conftest.err 14404 rm -f conftest.er1 14405 cat conftest.err >&5 14406 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14407 (exit $ac_status); } && { 14408 test -z "$ac_cxx_werror_flag" || 14409 test ! -s conftest.err 14410 } && test -s conftest.$ac_objext; then 14411 ac_lo=$ac_mid; break 14412 else 14413 echo "$as_me: failed program was:" >&5 14414 sed 's/^/| /' conftest.$ac_ext >&5 14415 14416 ac_hi=`expr '(' $ac_mid ')' - 1` 14417 if test $ac_mid -le $ac_hi; then 14418 ac_lo= ac_hi= 14419 break 14420 fi 14421 ac_mid=`expr 2 '*' $ac_mid` 14422 fi 14423 14424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14425 done 14426 else 14427 echo "$as_me: failed program was:" >&5 14428 sed 's/^/| /' conftest.$ac_ext >&5 14429 14430 ac_lo= ac_hi= 14431 fi 14432 14433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14434 fi 14435 14436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14437 # Binary search between lo and hi bounds. 14438 while test "x$ac_lo" != "x$ac_hi"; do 14439 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 14440 cat >conftest.$ac_ext <<_ACEOF 14441 /* confdefs.h. */ 14442 _ACEOF 14443 cat confdefs.h >>conftest.$ac_ext 14444 cat >>conftest.$ac_ext <<_ACEOF 14445 /* end confdefs.h. */ 14446 $ac_includes_default 14447 typedef int ac__type_sizeof_; 14448 int 14449 main () 14450 { 14451 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14452 test_array [0] = 0 14453 14454 ; 14455 return 0; 14456 } 14457 _ACEOF 14458 rm -f conftest.$ac_objext 14459 if { (ac_try="$ac_compile" 14460 case "(($ac_try" in 14461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14462 *) ac_try_echo=$ac_try;; 14463 esac 14464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14465 (eval "$ac_compile") 2>conftest.er1 14466 ac_status=$? 14467 grep -v '^ *+' conftest.er1 >conftest.err 14468 rm -f conftest.er1 14469 cat conftest.err >&5 14470 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14471 (exit $ac_status); } && { 14472 test -z "$ac_cxx_werror_flag" || 14473 test ! -s conftest.err 14474 } && test -s conftest.$ac_objext; then 14475 ac_hi=$ac_mid 14476 else 14477 echo "$as_me: failed program was:" >&5 14478 sed 's/^/| /' conftest.$ac_ext >&5 14479 14480 ac_lo=`expr '(' $ac_mid ')' + 1` 14481 fi 14482 14483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14484 done 14485 case $ac_lo in 14486 ?*) ac_cv_sizeof_int=$ac_lo;; 14487 '') if test "$ac_cv_type_int" = yes; then 14488 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 14489 See \`config.log' for more details." >&5 14490 echo "$as_me: error: cannot compute sizeof (int) 14491 See \`config.log' for more details." >&2;} 14492 { (exit 77); exit 77; }; } 14493 else 14494 ac_cv_sizeof_int=0 14495 fi ;; 14496 esac 14497 else 14498 cat >conftest.$ac_ext <<_ACEOF 14499 /* confdefs.h. */ 14500 _ACEOF 14501 cat confdefs.h >>conftest.$ac_ext 14502 cat >>conftest.$ac_ext <<_ACEOF 14503 /* end confdefs.h. */ 14504 $ac_includes_default 14505 typedef int ac__type_sizeof_; 14506 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 14507 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 14508 #include <stdio.h> 14509 #include <stdlib.h> 14510 int 14511 main () 14512 { 14513 14514 FILE *f = fopen ("conftest.val", "w"); 14515 if (! f) 14516 return 1; 14517 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 14518 { 14519 long int i = longval (); 14520 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14521 return 1; 14522 fprintf (f, "%ld\n", i); 14523 } 14524 else 14525 { 14526 unsigned long int i = ulongval (); 14527 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14528 return 1; 14529 fprintf (f, "%lu\n", i); 14530 } 14531 return ferror (f) || fclose (f) != 0; 14532 14533 ; 14534 return 0; 14535 } 14536 _ACEOF 14537 rm -f conftest$ac_exeext 14538 if { (ac_try="$ac_link" 14539 case "(($ac_try" in 14540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14541 *) ac_try_echo=$ac_try;; 14542 esac 14543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14544 (eval "$ac_link") 2>&5 14545 ac_status=$? 14546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14547 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14548 { (case "(($ac_try" in 14549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14550 *) ac_try_echo=$ac_try;; 14551 esac 14552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14553 (eval "$ac_try") 2>&5 14554 ac_status=$? 14555 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14556 (exit $ac_status); }; }; then 14557 ac_cv_sizeof_int=`cat conftest.val` 14558 else 14559 echo "$as_me: program exited with status $ac_status" >&5 14560 echo "$as_me: failed program was:" >&5 14561 sed 's/^/| /' conftest.$ac_ext >&5 14562 14563 ( exit $ac_status ) 14564 if test "$ac_cv_type_int" = yes; then 14565 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 14566 See \`config.log' for more details." >&5 14567 echo "$as_me: error: cannot compute sizeof (int) 14568 See \`config.log' for more details." >&2;} 14569 { (exit 77); exit 77; }; } 9269 14570 else 9270 14571 ac_cv_sizeof_int=0 9271 14572 fi 9272 14573 fi 9273 9274 fi 9275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5 9276 $as_echo "$ac_cv_sizeof_int" >&6; } 14574 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14575 fi 14576 rm -f conftest.val 14577 fi 14578 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 14579 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } 9277 14580 9278 14581 … … 9282 14585 _ACEOF 9283 14586 14587 14588 { echo "$as_me:$LINENO: checking for long" >&5 14589 echo $ECHO_N "checking for long... $ECHO_C" >&6; } 14590 if test "${ac_cv_type_long+set}" = set; then 14591 echo $ECHO_N "(cached) $ECHO_C" >&6 14592 else 14593 cat >conftest.$ac_ext <<_ACEOF 14594 /* confdefs.h. */ 14595 _ACEOF 14596 cat confdefs.h >>conftest.$ac_ext 14597 cat >>conftest.$ac_ext <<_ACEOF 14598 /* end confdefs.h. */ 14599 $ac_includes_default 14600 typedef long ac__type_new_; 14601 int 14602 main () 14603 { 14604 if ((ac__type_new_ *) 0) 14605 return 0; 14606 if (sizeof (ac__type_new_)) 14607 return 0; 14608 ; 14609 return 0; 14610 } 14611 _ACEOF 14612 rm -f conftest.$ac_objext 14613 if { (ac_try="$ac_compile" 14614 case "(($ac_try" in 14615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14616 *) ac_try_echo=$ac_try;; 14617 esac 14618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14619 (eval "$ac_compile") 2>conftest.er1 14620 ac_status=$? 14621 grep -v '^ *+' conftest.er1 >conftest.err 14622 rm -f conftest.er1 14623 cat conftest.err >&5 14624 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14625 (exit $ac_status); } && { 14626 test -z "$ac_cxx_werror_flag" || 14627 test ! -s conftest.err 14628 } && test -s conftest.$ac_objext; then 14629 ac_cv_type_long=yes 14630 else 14631 echo "$as_me: failed program was:" >&5 14632 sed 's/^/| /' conftest.$ac_ext >&5 14633 14634 ac_cv_type_long=no 14635 fi 14636 14637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14638 fi 14639 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 14640 echo "${ECHO_T}$ac_cv_type_long" >&6; } 9284 14641 9285 14642 # The cast to long int works around a bug in the HP C Compiler … … 9287 14644 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 9288 14645 # This bug is HP SR number 8606223364. 9289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5 9290 $as_echo_n "checking size of long... " >&6; } 9291 if ${ac_cv_sizeof_long+:} false; then : 9292 $as_echo_n "(cached) " >&6 9293 else 9294 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then : 9295 9296 else 9297 if test "$ac_cv_type_long" = yes; then 9298 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 9299 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 9300 as_fn_error 77 "cannot compute sizeof (long) 9301 See \`config.log' for more details" "$LINENO" 5; } 14646 { echo "$as_me:$LINENO: checking size of long" >&5 14647 echo $ECHO_N "checking size of long... $ECHO_C" >&6; } 14648 if test "${ac_cv_sizeof_long+set}" = set; then 14649 echo $ECHO_N "(cached) $ECHO_C" >&6 14650 else 14651 if test "$cross_compiling" = yes; then 14652 # Depending upon the size, compute the lo and hi bounds. 14653 cat >conftest.$ac_ext <<_ACEOF 14654 /* confdefs.h. */ 14655 _ACEOF 14656 cat confdefs.h >>conftest.$ac_ext 14657 cat >>conftest.$ac_ext <<_ACEOF 14658 /* end confdefs.h. */ 14659 $ac_includes_default 14660 typedef long ac__type_sizeof_; 14661 int 14662 main () 14663 { 14664 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 14665 test_array [0] = 0 14666 14667 ; 14668 return 0; 14669 } 14670 _ACEOF 14671 rm -f conftest.$ac_objext 14672 if { (ac_try="$ac_compile" 14673 case "(($ac_try" in 14674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14675 *) ac_try_echo=$ac_try;; 14676 esac 14677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14678 (eval "$ac_compile") 2>conftest.er1 14679 ac_status=$? 14680 grep -v '^ *+' conftest.er1 >conftest.err 14681 rm -f conftest.er1 14682 cat conftest.err >&5 14683 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14684 (exit $ac_status); } && { 14685 test -z "$ac_cxx_werror_flag" || 14686 test ! -s conftest.err 14687 } && test -s conftest.$ac_objext; then 14688 ac_lo=0 ac_mid=0 14689 while :; do 14690 cat >conftest.$ac_ext <<_ACEOF 14691 /* confdefs.h. */ 14692 _ACEOF 14693 cat confdefs.h >>conftest.$ac_ext 14694 cat >>conftest.$ac_ext <<_ACEOF 14695 /* end confdefs.h. */ 14696 $ac_includes_default 14697 typedef long ac__type_sizeof_; 14698 int 14699 main () 14700 { 14701 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14702 test_array [0] = 0 14703 14704 ; 14705 return 0; 14706 } 14707 _ACEOF 14708 rm -f conftest.$ac_objext 14709 if { (ac_try="$ac_compile" 14710 case "(($ac_try" in 14711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14712 *) ac_try_echo=$ac_try;; 14713 esac 14714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14715 (eval "$ac_compile") 2>conftest.er1 14716 ac_status=$? 14717 grep -v '^ *+' conftest.er1 >conftest.err 14718 rm -f conftest.er1 14719 cat conftest.err >&5 14720 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14721 (exit $ac_status); } && { 14722 test -z "$ac_cxx_werror_flag" || 14723 test ! -s conftest.err 14724 } && test -s conftest.$ac_objext; then 14725 ac_hi=$ac_mid; break 14726 else 14727 echo "$as_me: failed program was:" >&5 14728 sed 's/^/| /' conftest.$ac_ext >&5 14729 14730 ac_lo=`expr $ac_mid + 1` 14731 if test $ac_lo -le $ac_mid; then 14732 ac_lo= ac_hi= 14733 break 14734 fi 14735 ac_mid=`expr 2 '*' $ac_mid + 1` 14736 fi 14737 14738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14739 done 14740 else 14741 echo "$as_me: failed program was:" >&5 14742 sed 's/^/| /' conftest.$ac_ext >&5 14743 14744 cat >conftest.$ac_ext <<_ACEOF 14745 /* confdefs.h. */ 14746 _ACEOF 14747 cat confdefs.h >>conftest.$ac_ext 14748 cat >>conftest.$ac_ext <<_ACEOF 14749 /* end confdefs.h. */ 14750 $ac_includes_default 14751 typedef long ac__type_sizeof_; 14752 int 14753 main () 14754 { 14755 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 14756 test_array [0] = 0 14757 14758 ; 14759 return 0; 14760 } 14761 _ACEOF 14762 rm -f conftest.$ac_objext 14763 if { (ac_try="$ac_compile" 14764 case "(($ac_try" in 14765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14766 *) ac_try_echo=$ac_try;; 14767 esac 14768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14769 (eval "$ac_compile") 2>conftest.er1 14770 ac_status=$? 14771 grep -v '^ *+' conftest.er1 >conftest.err 14772 rm -f conftest.er1 14773 cat conftest.err >&5 14774 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14775 (exit $ac_status); } && { 14776 test -z "$ac_cxx_werror_flag" || 14777 test ! -s conftest.err 14778 } && test -s conftest.$ac_objext; then 14779 ac_hi=-1 ac_mid=-1 14780 while :; do 14781 cat >conftest.$ac_ext <<_ACEOF 14782 /* confdefs.h. */ 14783 _ACEOF 14784 cat confdefs.h >>conftest.$ac_ext 14785 cat >>conftest.$ac_ext <<_ACEOF 14786 /* end confdefs.h. */ 14787 $ac_includes_default 14788 typedef long ac__type_sizeof_; 14789 int 14790 main () 14791 { 14792 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 14793 test_array [0] = 0 14794 14795 ; 14796 return 0; 14797 } 14798 _ACEOF 14799 rm -f conftest.$ac_objext 14800 if { (ac_try="$ac_compile" 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_compile") 2>conftest.er1 14807 ac_status=$? 14808 grep -v '^ *+' conftest.er1 >conftest.err 14809 rm -f conftest.er1 14810 cat conftest.err >&5 14811 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14812 (exit $ac_status); } && { 14813 test -z "$ac_cxx_werror_flag" || 14814 test ! -s conftest.err 14815 } && test -s conftest.$ac_objext; then 14816 ac_lo=$ac_mid; break 14817 else 14818 echo "$as_me: failed program was:" >&5 14819 sed 's/^/| /' conftest.$ac_ext >&5 14820 14821 ac_hi=`expr '(' $ac_mid ')' - 1` 14822 if test $ac_mid -le $ac_hi; then 14823 ac_lo= ac_hi= 14824 break 14825 fi 14826 ac_mid=`expr 2 '*' $ac_mid` 14827 fi 14828 14829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14830 done 14831 else 14832 echo "$as_me: failed program was:" >&5 14833 sed 's/^/| /' conftest.$ac_ext >&5 14834 14835 ac_lo= ac_hi= 14836 fi 14837 14838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14839 fi 14840 14841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14842 # Binary search between lo and hi bounds. 14843 while test "x$ac_lo" != "x$ac_hi"; do 14844 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 14845 cat >conftest.$ac_ext <<_ACEOF 14846 /* confdefs.h. */ 14847 _ACEOF 14848 cat confdefs.h >>conftest.$ac_ext 14849 cat >>conftest.$ac_ext <<_ACEOF 14850 /* end confdefs.h. */ 14851 $ac_includes_default 14852 typedef long ac__type_sizeof_; 14853 int 14854 main () 14855 { 14856 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14857 test_array [0] = 0 14858 14859 ; 14860 return 0; 14861 } 14862 _ACEOF 14863 rm -f conftest.$ac_objext 14864 if { (ac_try="$ac_compile" 14865 case "(($ac_try" in 14866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14867 *) ac_try_echo=$ac_try;; 14868 esac 14869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14870 (eval "$ac_compile") 2>conftest.er1 14871 ac_status=$? 14872 grep -v '^ *+' conftest.er1 >conftest.err 14873 rm -f conftest.er1 14874 cat conftest.err >&5 14875 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14876 (exit $ac_status); } && { 14877 test -z "$ac_cxx_werror_flag" || 14878 test ! -s conftest.err 14879 } && test -s conftest.$ac_objext; then 14880 ac_hi=$ac_mid 14881 else 14882 echo "$as_me: failed program was:" >&5 14883 sed 's/^/| /' conftest.$ac_ext >&5 14884 14885 ac_lo=`expr '(' $ac_mid ')' + 1` 14886 fi 14887 14888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14889 done 14890 case $ac_lo in 14891 ?*) ac_cv_sizeof_long=$ac_lo;; 14892 '') if test "$ac_cv_type_long" = yes; then 14893 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) 14894 See \`config.log' for more details." >&5 14895 echo "$as_me: error: cannot compute sizeof (long) 14896 See \`config.log' for more details." >&2;} 14897 { (exit 77); exit 77; }; } 14898 else 14899 ac_cv_sizeof_long=0 14900 fi ;; 14901 esac 14902 else 14903 cat >conftest.$ac_ext <<_ACEOF 14904 /* confdefs.h. */ 14905 _ACEOF 14906 cat confdefs.h >>conftest.$ac_ext 14907 cat >>conftest.$ac_ext <<_ACEOF 14908 /* end confdefs.h. */ 14909 $ac_includes_default 14910 typedef long ac__type_sizeof_; 14911 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 14912 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 14913 #include <stdio.h> 14914 #include <stdlib.h> 14915 int 14916 main () 14917 { 14918 14919 FILE *f = fopen ("conftest.val", "w"); 14920 if (! f) 14921 return 1; 14922 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 14923 { 14924 long int i = longval (); 14925 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14926 return 1; 14927 fprintf (f, "%ld\n", i); 14928 } 14929 else 14930 { 14931 unsigned long int i = ulongval (); 14932 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14933 return 1; 14934 fprintf (f, "%lu\n", i); 14935 } 14936 return ferror (f) || fclose (f) != 0; 14937 14938 ; 14939 return 0; 14940 } 14941 _ACEOF 14942 rm -f conftest$ac_exeext 14943 if { (ac_try="$ac_link" 14944 case "(($ac_try" in 14945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14946 *) ac_try_echo=$ac_try;; 14947 esac 14948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14949 (eval "$ac_link") 2>&5 14950 ac_status=$? 14951 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14952 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14953 { (case "(($ac_try" in 14954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14955 *) ac_try_echo=$ac_try;; 14956 esac 14957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14958 (eval "$ac_try") 2>&5 14959 ac_status=$? 14960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14961 (exit $ac_status); }; }; then 14962 ac_cv_sizeof_long=`cat conftest.val` 14963 else 14964 echo "$as_me: program exited with status $ac_status" >&5 14965 echo "$as_me: failed program was:" >&5 14966 sed 's/^/| /' conftest.$ac_ext >&5 14967 14968 ( exit $ac_status ) 14969 if test "$ac_cv_type_long" = yes; then 14970 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) 14971 See \`config.log' for more details." >&5 14972 echo "$as_me: error: cannot compute sizeof (long) 14973 See \`config.log' for more details." >&2;} 14974 { (exit 77); exit 77; }; } 9302 14975 else 9303 14976 ac_cv_sizeof_long=0 9304 14977 fi 9305 14978 fi 9306 9307 fi 9308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5 9309 $as_echo "$ac_cv_sizeof_long" >&6; } 14979 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14980 fi 14981 rm -f conftest.val 14982 fi 14983 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 14984 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; } 9310 14985 9311 14986 … … 9315 14990 _ACEOF 9316 14991 14992 14993 { echo "$as_me:$LINENO: checking for long long" >&5 14994 echo $ECHO_N "checking for long long... $ECHO_C" >&6; } 14995 if test "${ac_cv_type_long_long+set}" = set; then 14996 echo $ECHO_N "(cached) $ECHO_C" >&6 14997 else 14998 cat >conftest.$ac_ext <<_ACEOF 14999 /* confdefs.h. */ 15000 _ACEOF 15001 cat confdefs.h >>conftest.$ac_ext 15002 cat >>conftest.$ac_ext <<_ACEOF 15003 /* end confdefs.h. */ 15004 $ac_includes_default 15005 typedef long long ac__type_new_; 15006 int 15007 main () 15008 { 15009 if ((ac__type_new_ *) 0) 15010 return 0; 15011 if (sizeof (ac__type_new_)) 15012 return 0; 15013 ; 15014 return 0; 15015 } 15016 _ACEOF 15017 rm -f conftest.$ac_objext 15018 if { (ac_try="$ac_compile" 15019 case "(($ac_try" in 15020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15021 *) ac_try_echo=$ac_try;; 15022 esac 15023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15024 (eval "$ac_compile") 2>conftest.er1 15025 ac_status=$? 15026 grep -v '^ *+' conftest.er1 >conftest.err 15027 rm -f conftest.er1 15028 cat conftest.err >&5 15029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15030 (exit $ac_status); } && { 15031 test -z "$ac_cxx_werror_flag" || 15032 test ! -s conftest.err 15033 } && test -s conftest.$ac_objext; then 15034 ac_cv_type_long_long=yes 15035 else 15036 echo "$as_me: failed program was:" >&5 15037 sed 's/^/| /' conftest.$ac_ext >&5 15038 15039 ac_cv_type_long_long=no 15040 fi 15041 15042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15043 fi 15044 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 15045 echo "${ECHO_T}$ac_cv_type_long_long" >&6; } 9317 15046 9318 15047 # The cast to long int works around a bug in the HP C Compiler … … 9320 15049 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 9321 15050 # This bug is HP SR number 8606223364. 9322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5 9323 $as_echo_n "checking size of long long... " >&6; } 9324 if ${ac_cv_sizeof_long_long+:} false; then : 9325 $as_echo_n "(cached) " >&6 9326 else 9327 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then : 9328 9329 else 9330 if test "$ac_cv_type_long_long" = yes; then 9331 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 9332 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 9333 as_fn_error 77 "cannot compute sizeof (long long) 9334 See \`config.log' for more details" "$LINENO" 5; } 15051 { echo "$as_me:$LINENO: checking size of long long" >&5 15052 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } 15053 if test "${ac_cv_sizeof_long_long+set}" = set; then 15054 echo $ECHO_N "(cached) $ECHO_C" >&6 15055 else 15056 if test "$cross_compiling" = yes; then 15057 # Depending upon the size, compute the lo and hi bounds. 15058 cat >conftest.$ac_ext <<_ACEOF 15059 /* confdefs.h. */ 15060 _ACEOF 15061 cat confdefs.h >>conftest.$ac_ext 15062 cat >>conftest.$ac_ext <<_ACEOF 15063 /* end confdefs.h. */ 15064 $ac_includes_default 15065 typedef long long ac__type_sizeof_; 15066 int 15067 main () 15068 { 15069 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 15070 test_array [0] = 0 15071 15072 ; 15073 return 0; 15074 } 15075 _ACEOF 15076 rm -f conftest.$ac_objext 15077 if { (ac_try="$ac_compile" 15078 case "(($ac_try" in 15079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15080 *) ac_try_echo=$ac_try;; 15081 esac 15082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15083 (eval "$ac_compile") 2>conftest.er1 15084 ac_status=$? 15085 grep -v '^ *+' conftest.er1 >conftest.err 15086 rm -f conftest.er1 15087 cat conftest.err >&5 15088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15089 (exit $ac_status); } && { 15090 test -z "$ac_cxx_werror_flag" || 15091 test ! -s conftest.err 15092 } && test -s conftest.$ac_objext; then 15093 ac_lo=0 ac_mid=0 15094 while :; do 15095 cat >conftest.$ac_ext <<_ACEOF 15096 /* confdefs.h. */ 15097 _ACEOF 15098 cat confdefs.h >>conftest.$ac_ext 15099 cat >>conftest.$ac_ext <<_ACEOF 15100 /* end confdefs.h. */ 15101 $ac_includes_default 15102 typedef long long ac__type_sizeof_; 15103 int 15104 main () 15105 { 15106 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15107 test_array [0] = 0 15108 15109 ; 15110 return 0; 15111 } 15112 _ACEOF 15113 rm -f conftest.$ac_objext 15114 if { (ac_try="$ac_compile" 15115 case "(($ac_try" in 15116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15117 *) ac_try_echo=$ac_try;; 15118 esac 15119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15120 (eval "$ac_compile") 2>conftest.er1 15121 ac_status=$? 15122 grep -v '^ *+' conftest.er1 >conftest.err 15123 rm -f conftest.er1 15124 cat conftest.err >&5 15125 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15126 (exit $ac_status); } && { 15127 test -z "$ac_cxx_werror_flag" || 15128 test ! -s conftest.err 15129 } && test -s conftest.$ac_objext; then 15130 ac_hi=$ac_mid; break 15131 else 15132 echo "$as_me: failed program was:" >&5 15133 sed 's/^/| /' conftest.$ac_ext >&5 15134 15135 ac_lo=`expr $ac_mid + 1` 15136 if test $ac_lo -le $ac_mid; then 15137 ac_lo= ac_hi= 15138 break 15139 fi 15140 ac_mid=`expr 2 '*' $ac_mid + 1` 15141 fi 15142 15143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15144 done 15145 else 15146 echo "$as_me: failed program was:" >&5 15147 sed 's/^/| /' conftest.$ac_ext >&5 15148 15149 cat >conftest.$ac_ext <<_ACEOF 15150 /* confdefs.h. */ 15151 _ACEOF 15152 cat confdefs.h >>conftest.$ac_ext 15153 cat >>conftest.$ac_ext <<_ACEOF 15154 /* end confdefs.h. */ 15155 $ac_includes_default 15156 typedef long long ac__type_sizeof_; 15157 int 15158 main () 15159 { 15160 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 15161 test_array [0] = 0 15162 15163 ; 15164 return 0; 15165 } 15166 _ACEOF 15167 rm -f conftest.$ac_objext 15168 if { (ac_try="$ac_compile" 15169 case "(($ac_try" in 15170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15171 *) ac_try_echo=$ac_try;; 15172 esac 15173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15174 (eval "$ac_compile") 2>conftest.er1 15175 ac_status=$? 15176 grep -v '^ *+' conftest.er1 >conftest.err 15177 rm -f conftest.er1 15178 cat conftest.err >&5 15179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15180 (exit $ac_status); } && { 15181 test -z "$ac_cxx_werror_flag" || 15182 test ! -s conftest.err 15183 } && test -s conftest.$ac_objext; then 15184 ac_hi=-1 ac_mid=-1 15185 while :; do 15186 cat >conftest.$ac_ext <<_ACEOF 15187 /* confdefs.h. */ 15188 _ACEOF 15189 cat confdefs.h >>conftest.$ac_ext 15190 cat >>conftest.$ac_ext <<_ACEOF 15191 /* end confdefs.h. */ 15192 $ac_includes_default 15193 typedef long long ac__type_sizeof_; 15194 int 15195 main () 15196 { 15197 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 15198 test_array [0] = 0 15199 15200 ; 15201 return 0; 15202 } 15203 _ACEOF 15204 rm -f conftest.$ac_objext 15205 if { (ac_try="$ac_compile" 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_compile") 2>conftest.er1 15212 ac_status=$? 15213 grep -v '^ *+' conftest.er1 >conftest.err 15214 rm -f conftest.er1 15215 cat conftest.err >&5 15216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15217 (exit $ac_status); } && { 15218 test -z "$ac_cxx_werror_flag" || 15219 test ! -s conftest.err 15220 } && test -s conftest.$ac_objext; then 15221 ac_lo=$ac_mid; break 15222 else 15223 echo "$as_me: failed program was:" >&5 15224 sed 's/^/| /' conftest.$ac_ext >&5 15225 15226 ac_hi=`expr '(' $ac_mid ')' - 1` 15227 if test $ac_mid -le $ac_hi; then 15228 ac_lo= ac_hi= 15229 break 15230 fi 15231 ac_mid=`expr 2 '*' $ac_mid` 15232 fi 15233 15234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15235 done 15236 else 15237 echo "$as_me: failed program was:" >&5 15238 sed 's/^/| /' conftest.$ac_ext >&5 15239 15240 ac_lo= ac_hi= 15241 fi 15242 15243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15244 fi 15245 15246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15247 # Binary search between lo and hi bounds. 15248 while test "x$ac_lo" != "x$ac_hi"; do 15249 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 15250 cat >conftest.$ac_ext <<_ACEOF 15251 /* confdefs.h. */ 15252 _ACEOF 15253 cat confdefs.h >>conftest.$ac_ext 15254 cat >>conftest.$ac_ext <<_ACEOF 15255 /* end confdefs.h. */ 15256 $ac_includes_default 15257 typedef long long ac__type_sizeof_; 15258 int 15259 main () 15260 { 15261 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15262 test_array [0] = 0 15263 15264 ; 15265 return 0; 15266 } 15267 _ACEOF 15268 rm -f conftest.$ac_objext 15269 if { (ac_try="$ac_compile" 15270 case "(($ac_try" in 15271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15272 *) ac_try_echo=$ac_try;; 15273 esac 15274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15275 (eval "$ac_compile") 2>conftest.er1 15276 ac_status=$? 15277 grep -v '^ *+' conftest.er1 >conftest.err 15278 rm -f conftest.er1 15279 cat conftest.err >&5 15280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15281 (exit $ac_status); } && { 15282 test -z "$ac_cxx_werror_flag" || 15283 test ! -s conftest.err 15284 } && test -s conftest.$ac_objext; then 15285 ac_hi=$ac_mid 15286 else 15287 echo "$as_me: failed program was:" >&5 15288 sed 's/^/| /' conftest.$ac_ext >&5 15289 15290 ac_lo=`expr '(' $ac_mid ')' + 1` 15291 fi 15292 15293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15294 done 15295 case $ac_lo in 15296 ?*) ac_cv_sizeof_long_long=$ac_lo;; 15297 '') if test "$ac_cv_type_long_long" = yes; then 15298 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 15299 See \`config.log' for more details." >&5 15300 echo "$as_me: error: cannot compute sizeof (long long) 15301 See \`config.log' for more details." >&2;} 15302 { (exit 77); exit 77; }; } 15303 else 15304 ac_cv_sizeof_long_long=0 15305 fi ;; 15306 esac 15307 else 15308 cat >conftest.$ac_ext <<_ACEOF 15309 /* confdefs.h. */ 15310 _ACEOF 15311 cat confdefs.h >>conftest.$ac_ext 15312 cat >>conftest.$ac_ext <<_ACEOF 15313 /* end confdefs.h. */ 15314 $ac_includes_default 15315 typedef long long ac__type_sizeof_; 15316 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 15317 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 15318 #include <stdio.h> 15319 #include <stdlib.h> 15320 int 15321 main () 15322 { 15323 15324 FILE *f = fopen ("conftest.val", "w"); 15325 if (! f) 15326 return 1; 15327 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 15328 { 15329 long int i = longval (); 15330 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15331 return 1; 15332 fprintf (f, "%ld\n", i); 15333 } 15334 else 15335 { 15336 unsigned long int i = ulongval (); 15337 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15338 return 1; 15339 fprintf (f, "%lu\n", i); 15340 } 15341 return ferror (f) || fclose (f) != 0; 15342 15343 ; 15344 return 0; 15345 } 15346 _ACEOF 15347 rm -f conftest$ac_exeext 15348 if { (ac_try="$ac_link" 15349 case "(($ac_try" in 15350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15351 *) ac_try_echo=$ac_try;; 15352 esac 15353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15354 (eval "$ac_link") 2>&5 15355 ac_status=$? 15356 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15357 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15358 { (case "(($ac_try" in 15359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15360 *) ac_try_echo=$ac_try;; 15361 esac 15362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15363 (eval "$ac_try") 2>&5 15364 ac_status=$? 15365 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15366 (exit $ac_status); }; }; then 15367 ac_cv_sizeof_long_long=`cat conftest.val` 15368 else 15369 echo "$as_me: program exited with status $ac_status" >&5 15370 echo "$as_me: failed program was:" >&5 15371 sed 's/^/| /' conftest.$ac_ext >&5 15372 15373 ( exit $ac_status ) 15374 if test "$ac_cv_type_long_long" = yes; then 15375 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 15376 See \`config.log' for more details." >&5 15377 echo "$as_me: error: cannot compute sizeof (long long) 15378 See \`config.log' for more details." >&2;} 15379 { (exit 77); exit 77; }; } 9335 15380 else 9336 15381 ac_cv_sizeof_long_long=0 9337 15382 fi 9338 15383 fi 9339 9340 fi 9341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5 9342 $as_echo "$ac_cv_sizeof_long_long" >&6; } 15384 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15385 fi 15386 rm -f conftest.val 15387 fi 15388 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 15389 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } 9343 15390 9344 15391 … … 9348 15395 _ACEOF 9349 15396 15397 15398 { echo "$as_me:$LINENO: checking for void *" >&5 15399 echo $ECHO_N "checking for void *... $ECHO_C" >&6; } 15400 if test "${ac_cv_type_void_p+set}" = set; then 15401 echo $ECHO_N "(cached) $ECHO_C" >&6 15402 else 15403 cat >conftest.$ac_ext <<_ACEOF 15404 /* confdefs.h. */ 15405 _ACEOF 15406 cat confdefs.h >>conftest.$ac_ext 15407 cat >>conftest.$ac_ext <<_ACEOF 15408 /* end confdefs.h. */ 15409 $ac_includes_default 15410 typedef void * ac__type_new_; 15411 int 15412 main () 15413 { 15414 if ((ac__type_new_ *) 0) 15415 return 0; 15416 if (sizeof (ac__type_new_)) 15417 return 0; 15418 ; 15419 return 0; 15420 } 15421 _ACEOF 15422 rm -f conftest.$ac_objext 15423 if { (ac_try="$ac_compile" 15424 case "(($ac_try" in 15425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15426 *) ac_try_echo=$ac_try;; 15427 esac 15428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15429 (eval "$ac_compile") 2>conftest.er1 15430 ac_status=$? 15431 grep -v '^ *+' conftest.er1 >conftest.err 15432 rm -f conftest.er1 15433 cat conftest.err >&5 15434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15435 (exit $ac_status); } && { 15436 test -z "$ac_cxx_werror_flag" || 15437 test ! -s conftest.err 15438 } && test -s conftest.$ac_objext; then 15439 ac_cv_type_void_p=yes 15440 else 15441 echo "$as_me: failed program was:" >&5 15442 sed 's/^/| /' conftest.$ac_ext >&5 15443 15444 ac_cv_type_void_p=no 15445 fi 15446 15447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15448 fi 15449 { echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5 15450 echo "${ECHO_T}$ac_cv_type_void_p" >&6; } 9350 15451 9351 15452 # The cast to long int works around a bug in the HP C Compiler … … 9353 15454 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 9354 15455 # This bug is HP SR number 8606223364. 9355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5 9356 $as_echo_n "checking size of void *... " >&6; } 9357 if ${ac_cv_sizeof_void_p+:} false; then : 9358 $as_echo_n "(cached) " >&6 9359 else 9360 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then : 9361 9362 else 9363 if test "$ac_cv_type_void_p" = yes; then 9364 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 9365 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 9366 as_fn_error 77 "cannot compute sizeof (void *) 9367 See \`config.log' for more details" "$LINENO" 5; } 15456 { echo "$as_me:$LINENO: checking size of void *" >&5 15457 echo $ECHO_N "checking size of void *... $ECHO_C" >&6; } 15458 if test "${ac_cv_sizeof_void_p+set}" = set; then 15459 echo $ECHO_N "(cached) $ECHO_C" >&6 15460 else 15461 if test "$cross_compiling" = yes; then 15462 # Depending upon the size, compute the lo and hi bounds. 15463 cat >conftest.$ac_ext <<_ACEOF 15464 /* confdefs.h. */ 15465 _ACEOF 15466 cat confdefs.h >>conftest.$ac_ext 15467 cat >>conftest.$ac_ext <<_ACEOF 15468 /* end confdefs.h. */ 15469 $ac_includes_default 15470 typedef void * ac__type_sizeof_; 15471 int 15472 main () 15473 { 15474 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 15475 test_array [0] = 0 15476 15477 ; 15478 return 0; 15479 } 15480 _ACEOF 15481 rm -f conftest.$ac_objext 15482 if { (ac_try="$ac_compile" 15483 case "(($ac_try" in 15484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15485 *) ac_try_echo=$ac_try;; 15486 esac 15487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15488 (eval "$ac_compile") 2>conftest.er1 15489 ac_status=$? 15490 grep -v '^ *+' conftest.er1 >conftest.err 15491 rm -f conftest.er1 15492 cat conftest.err >&5 15493 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15494 (exit $ac_status); } && { 15495 test -z "$ac_cxx_werror_flag" || 15496 test ! -s conftest.err 15497 } && test -s conftest.$ac_objext; then 15498 ac_lo=0 ac_mid=0 15499 while :; do 15500 cat >conftest.$ac_ext <<_ACEOF 15501 /* confdefs.h. */ 15502 _ACEOF 15503 cat confdefs.h >>conftest.$ac_ext 15504 cat >>conftest.$ac_ext <<_ACEOF 15505 /* end confdefs.h. */ 15506 $ac_includes_default 15507 typedef void * ac__type_sizeof_; 15508 int 15509 main () 15510 { 15511 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15512 test_array [0] = 0 15513 15514 ; 15515 return 0; 15516 } 15517 _ACEOF 15518 rm -f conftest.$ac_objext 15519 if { (ac_try="$ac_compile" 15520 case "(($ac_try" in 15521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15522 *) ac_try_echo=$ac_try;; 15523 esac 15524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15525 (eval "$ac_compile") 2>conftest.er1 15526 ac_status=$? 15527 grep -v '^ *+' conftest.er1 >conftest.err 15528 rm -f conftest.er1 15529 cat conftest.err >&5 15530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15531 (exit $ac_status); } && { 15532 test -z "$ac_cxx_werror_flag" || 15533 test ! -s conftest.err 15534 } && test -s conftest.$ac_objext; then 15535 ac_hi=$ac_mid; break 15536 else 15537 echo "$as_me: failed program was:" >&5 15538 sed 's/^/| /' conftest.$ac_ext >&5 15539 15540 ac_lo=`expr $ac_mid + 1` 15541 if test $ac_lo -le $ac_mid; then 15542 ac_lo= ac_hi= 15543 break 15544 fi 15545 ac_mid=`expr 2 '*' $ac_mid + 1` 15546 fi 15547 15548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15549 done 15550 else 15551 echo "$as_me: failed program was:" >&5 15552 sed 's/^/| /' conftest.$ac_ext >&5 15553 15554 cat >conftest.$ac_ext <<_ACEOF 15555 /* confdefs.h. */ 15556 _ACEOF 15557 cat confdefs.h >>conftest.$ac_ext 15558 cat >>conftest.$ac_ext <<_ACEOF 15559 /* end confdefs.h. */ 15560 $ac_includes_default 15561 typedef void * ac__type_sizeof_; 15562 int 15563 main () 15564 { 15565 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 15566 test_array [0] = 0 15567 15568 ; 15569 return 0; 15570 } 15571 _ACEOF 15572 rm -f conftest.$ac_objext 15573 if { (ac_try="$ac_compile" 15574 case "(($ac_try" in 15575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15576 *) ac_try_echo=$ac_try;; 15577 esac 15578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15579 (eval "$ac_compile") 2>conftest.er1 15580 ac_status=$? 15581 grep -v '^ *+' conftest.er1 >conftest.err 15582 rm -f conftest.er1 15583 cat conftest.err >&5 15584 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15585 (exit $ac_status); } && { 15586 test -z "$ac_cxx_werror_flag" || 15587 test ! -s conftest.err 15588 } && test -s conftest.$ac_objext; then 15589 ac_hi=-1 ac_mid=-1 15590 while :; do 15591 cat >conftest.$ac_ext <<_ACEOF 15592 /* confdefs.h. */ 15593 _ACEOF 15594 cat confdefs.h >>conftest.$ac_ext 15595 cat >>conftest.$ac_ext <<_ACEOF 15596 /* end confdefs.h. */ 15597 $ac_includes_default 15598 typedef void * ac__type_sizeof_; 15599 int 15600 main () 15601 { 15602 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 15603 test_array [0] = 0 15604 15605 ; 15606 return 0; 15607 } 15608 _ACEOF 15609 rm -f conftest.$ac_objext 15610 if { (ac_try="$ac_compile" 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_compile") 2>conftest.er1 15617 ac_status=$? 15618 grep -v '^ *+' conftest.er1 >conftest.err 15619 rm -f conftest.er1 15620 cat conftest.err >&5 15621 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15622 (exit $ac_status); } && { 15623 test -z "$ac_cxx_werror_flag" || 15624 test ! -s conftest.err 15625 } && test -s conftest.$ac_objext; then 15626 ac_lo=$ac_mid; break 15627 else 15628 echo "$as_me: failed program was:" >&5 15629 sed 's/^/| /' conftest.$ac_ext >&5 15630 15631 ac_hi=`expr '(' $ac_mid ')' - 1` 15632 if test $ac_mid -le $ac_hi; then 15633 ac_lo= ac_hi= 15634 break 15635 fi 15636 ac_mid=`expr 2 '*' $ac_mid` 15637 fi 15638 15639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15640 done 15641 else 15642 echo "$as_me: failed program was:" >&5 15643 sed 's/^/| /' conftest.$ac_ext >&5 15644 15645 ac_lo= ac_hi= 15646 fi 15647 15648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15649 fi 15650 15651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15652 # Binary search between lo and hi bounds. 15653 while test "x$ac_lo" != "x$ac_hi"; do 15654 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 15655 cat >conftest.$ac_ext <<_ACEOF 15656 /* confdefs.h. */ 15657 _ACEOF 15658 cat confdefs.h >>conftest.$ac_ext 15659 cat >>conftest.$ac_ext <<_ACEOF 15660 /* end confdefs.h. */ 15661 $ac_includes_default 15662 typedef void * ac__type_sizeof_; 15663 int 15664 main () 15665 { 15666 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15667 test_array [0] = 0 15668 15669 ; 15670 return 0; 15671 } 15672 _ACEOF 15673 rm -f conftest.$ac_objext 15674 if { (ac_try="$ac_compile" 15675 case "(($ac_try" in 15676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15677 *) ac_try_echo=$ac_try;; 15678 esac 15679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15680 (eval "$ac_compile") 2>conftest.er1 15681 ac_status=$? 15682 grep -v '^ *+' conftest.er1 >conftest.err 15683 rm -f conftest.er1 15684 cat conftest.err >&5 15685 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15686 (exit $ac_status); } && { 15687 test -z "$ac_cxx_werror_flag" || 15688 test ! -s conftest.err 15689 } && test -s conftest.$ac_objext; then 15690 ac_hi=$ac_mid 15691 else 15692 echo "$as_me: failed program was:" >&5 15693 sed 's/^/| /' conftest.$ac_ext >&5 15694 15695 ac_lo=`expr '(' $ac_mid ')' + 1` 15696 fi 15697 15698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15699 done 15700 case $ac_lo in 15701 ?*) ac_cv_sizeof_void_p=$ac_lo;; 15702 '') if test "$ac_cv_type_void_p" = yes; then 15703 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *) 15704 See \`config.log' for more details." >&5 15705 echo "$as_me: error: cannot compute sizeof (void *) 15706 See \`config.log' for more details." >&2;} 15707 { (exit 77); exit 77; }; } 15708 else 15709 ac_cv_sizeof_void_p=0 15710 fi ;; 15711 esac 15712 else 15713 cat >conftest.$ac_ext <<_ACEOF 15714 /* confdefs.h. */ 15715 _ACEOF 15716 cat confdefs.h >>conftest.$ac_ext 15717 cat >>conftest.$ac_ext <<_ACEOF 15718 /* end confdefs.h. */ 15719 $ac_includes_default 15720 typedef void * ac__type_sizeof_; 15721 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 15722 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 15723 #include <stdio.h> 15724 #include <stdlib.h> 15725 int 15726 main () 15727 { 15728 15729 FILE *f = fopen ("conftest.val", "w"); 15730 if (! f) 15731 return 1; 15732 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 15733 { 15734 long int i = longval (); 15735 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15736 return 1; 15737 fprintf (f, "%ld\n", i); 15738 } 15739 else 15740 { 15741 unsigned long int i = ulongval (); 15742 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15743 return 1; 15744 fprintf (f, "%lu\n", i); 15745 } 15746 return ferror (f) || fclose (f) != 0; 15747 15748 ; 15749 return 0; 15750 } 15751 _ACEOF 15752 rm -f conftest$ac_exeext 15753 if { (ac_try="$ac_link" 15754 case "(($ac_try" in 15755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15756 *) ac_try_echo=$ac_try;; 15757 esac 15758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15759 (eval "$ac_link") 2>&5 15760 ac_status=$? 15761 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15762 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15763 { (case "(($ac_try" in 15764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15765 *) ac_try_echo=$ac_try;; 15766 esac 15767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15768 (eval "$ac_try") 2>&5 15769 ac_status=$? 15770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15771 (exit $ac_status); }; }; then 15772 ac_cv_sizeof_void_p=`cat conftest.val` 15773 else 15774 echo "$as_me: program exited with status $ac_status" >&5 15775 echo "$as_me: failed program was:" >&5 15776 sed 's/^/| /' conftest.$ac_ext >&5 15777 15778 ( exit $ac_status ) 15779 if test "$ac_cv_type_void_p" = yes; then 15780 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *) 15781 See \`config.log' for more details." >&5 15782 echo "$as_me: error: cannot compute sizeof (void *) 15783 See \`config.log' for more details." >&2;} 15784 { (exit 77); exit 77; }; } 9368 15785 else 9369 15786 ac_cv_sizeof_void_p=0 9370 15787 fi 9371 15788 fi 9372 9373 fi 9374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5 9375 $as_echo "$ac_cv_sizeof_void_p" >&6; } 15789 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15790 fi 15791 rm -f conftest.val 15792 fi 15793 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5 15794 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; } 9376 15795 9377 15796 … … 9399 15818 9400 15819 9401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build with symbols" >&59402 $as_echo_n "checking for build with symbols..." >&6; }15820 { echo "$as_me:$LINENO: checking for build with symbols" >&5 15821 echo $ECHO_N "checking for build with symbols... $ECHO_C" >&6; } 9403 15822 # Check whether --enable-symbols was given. 9404 if test "${enable_symbols+set}" = set; then :15823 if test "${enable_symbols+set}" = set; then 9405 15824 enableval=$enable_symbols; tcl_ok=$enableval 9406 15825 else … … 9413 15832 LDFLAGS_DEFAULT='$(LDFLAGS_OPTIMIZE)' 9414 15833 DBGX="" 9415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&59416 $as_echo "no" >&6; }15834 { echo "$as_me:$LINENO: result: no" >&5 15835 echo "${ECHO_T}no" >&6; } 9417 15836 else 9418 15837 CFLAGS_DEFAULT='$(CFLAGS_DEBUG)' … … 9420 15839 DBGX=g 9421 15840 if test "$tcl_ok" = "yes"; then 9422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (standard debugging)" >&59423 $as_echo "yes (standard debugging)" >&6; }15841 { echo "$as_me:$LINENO: result: yes (standard debugging)" >&5 15842 echo "${ECHO_T}yes (standard debugging)" >&6; } 9424 15843 fi 9425 15844 fi … … 9428 15847 9429 15848 if test "$tcl_ok" = "mem" -o "$tcl_ok" = "all"; then 9430 $as_echo "#define TCL_MEM_DEBUG 1" >>confdefs.h 15849 cat >>confdefs.h <<\_ACEOF 15850 #define TCL_MEM_DEBUG 1 15851 _ACEOF 9431 15852 9432 15853 fi 9433 15854 9434 15855 if test "$tcl_ok" = "compile" -o "$tcl_ok" = "all"; then 9435 $as_echo "#define TCL_COMPILE_DEBUG 1" >>confdefs.h 9436 9437 $as_echo "#define TCL_COMPILE_STATS 1" >>confdefs.h 15856 cat >>confdefs.h <<\_ACEOF 15857 #define TCL_COMPILE_DEBUG 1 15858 _ACEOF 15859 15860 cat >>confdefs.h <<\_ACEOF 15861 #define TCL_COMPILE_STATS 1 15862 _ACEOF 9438 15863 9439 15864 fi … … 9441 15866 if test "$tcl_ok" != "yes" -a "$tcl_ok" != "no"; then 9442 15867 if test "$tcl_ok" = "all"; then 9443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: enabled symbols mem compile debugging" >&59444 $as_echo "enabled symbols mem compile debugging" >&6; }15868 { echo "$as_me:$LINENO: result: enabled symbols mem compile debugging" >&5 15869 echo "${ECHO_T}enabled symbols mem compile debugging" >&6; } 9445 15870 else 9446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: enabled $tcl_ok debugging" >&59447 $as_echo "enabled $tcl_ok debugging" >&6; }15871 { echo "$as_me:$LINENO: result: enabled $tcl_ok debugging" >&5 15872 echo "${ECHO_T}enabled $tcl_ok debugging" >&6; } 9448 15873 fi 9449 15874 fi … … 9455 15880 #-------------------------------------------------------------------- 9456 15881 15882 9457 15883 for ac_header in ffmpeg/avcodec.h 9458 do : 9459 ac_fn_cxx_check_header_compile "$LINENO" "ffmpeg/avcodec.h" "ac_cv_header_ffmpeg_avcodec_h" "#define __STDC_CONSTANT_MACROS 1 15884 do 15885 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 15886 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15887 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15888 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 15889 echo $ECHO_N "(cached) $ECHO_C" >&6 15890 else 15891 cat >conftest.$ac_ext <<_ACEOF 15892 /* confdefs.h. */ 15893 _ACEOF 15894 cat confdefs.h >>conftest.$ac_ext 15895 cat >>conftest.$ac_ext <<_ACEOF 15896 /* end confdefs.h. */ 15897 #define __STDC_CONSTANT_MACROS 1 9460 15898 #ifdef HAVE_FFMPEG_AVCODEC_H 9461 15899 # include <ffmpeg/avcodec.h> 9462 15900 #endif 9463 15901 9464 " 9465 if test "x$ac_cv_header_ffmpeg_avcodec_h" = xyes; then : 15902 15903 #include <$ac_header> 15904 _ACEOF 15905 rm -f conftest.$ac_objext 15906 if { (ac_try="$ac_compile" 15907 case "(($ac_try" in 15908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15909 *) ac_try_echo=$ac_try;; 15910 esac 15911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15912 (eval "$ac_compile") 2>conftest.er1 15913 ac_status=$? 15914 grep -v '^ *+' conftest.er1 >conftest.err 15915 rm -f conftest.er1 15916 cat conftest.err >&5 15917 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15918 (exit $ac_status); } && { 15919 test -z "$ac_cxx_werror_flag" || 15920 test ! -s conftest.err 15921 } && test -s conftest.$ac_objext; then 15922 eval "$as_ac_Header=yes" 15923 else 15924 echo "$as_me: failed program was:" >&5 15925 sed 's/^/| /' conftest.$ac_ext >&5 15926 15927 eval "$as_ac_Header=no" 15928 fi 15929 15930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15931 fi 15932 ac_res=`eval echo '${'$as_ac_Header'}'` 15933 { echo "$as_me:$LINENO: result: $ac_res" >&5 15934 echo "${ECHO_T}$ac_res" >&6; } 15935 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9466 15936 cat >>confdefs.h <<_ACEOF 9467 #define HAVE_FFMPEG_AVCODEC_H115937 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9468 15938 _ACEOF 9469 15939 … … 9473 15943 9474 15944 15945 9475 15946 for ac_header in libavcodec/avcodec.h 9476 do : 9477 ac_fn_cxx_check_header_compile "$LINENO" "libavcodec/avcodec.h" "ac_cv_header_libavcodec_avcodec_h" "#define __STDC_CONSTANT_MACROS 1 15947 do 15948 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 15949 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15950 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15951 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 15952 echo $ECHO_N "(cached) $ECHO_C" >&6 15953 else 15954 cat >conftest.$ac_ext <<_ACEOF 15955 /* confdefs.h. */ 15956 _ACEOF 15957 cat confdefs.h >>conftest.$ac_ext 15958 cat >>conftest.$ac_ext <<_ACEOF 15959 /* end confdefs.h. */ 15960 #define __STDC_CONSTANT_MACROS 1 9478 15961 #ifdef HAVE_LIBAVCODEC_AVCODEC_H 9479 15962 # include <libavcodec/avcodec.h> 9480 15963 #endif 9481 15964 9482 " 9483 if test "x$ac_cv_header_libavcodec_avcodec_h" = xyes; then : 15965 15966 #include <$ac_header> 15967 _ACEOF 15968 rm -f conftest.$ac_objext 15969 if { (ac_try="$ac_compile" 15970 case "(($ac_try" in 15971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15972 *) ac_try_echo=$ac_try;; 15973 esac 15974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15975 (eval "$ac_compile") 2>conftest.er1 15976 ac_status=$? 15977 grep -v '^ *+' conftest.er1 >conftest.err 15978 rm -f conftest.er1 15979 cat conftest.err >&5 15980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15981 (exit $ac_status); } && { 15982 test -z "$ac_cxx_werror_flag" || 15983 test ! -s conftest.err 15984 } && test -s conftest.$ac_objext; then 15985 eval "$as_ac_Header=yes" 15986 else 15987 echo "$as_me: failed program was:" >&5 15988 sed 's/^/| /' conftest.$ac_ext >&5 15989 15990 eval "$as_ac_Header=no" 15991 fi 15992 15993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15994 fi 15995 ac_res=`eval echo '${'$as_ac_Header'}'` 15996 { echo "$as_me:$LINENO: result: $ac_res" >&5 15997 echo "${ECHO_T}$ac_res" >&6; } 15998 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9484 15999 cat >>confdefs.h <<_ACEOF 9485 #define HAVE_LIBAVCODEC_AVCODEC_H116000 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9486 16001 _ACEOF 9487 16002 … … 9491 16006 9492 16007 16008 9493 16009 for ac_header in ffmpeg/avformat.h 9494 do : 9495 ac_fn_cxx_check_header_compile "$LINENO" "ffmpeg/avformat.h" "ac_cv_header_ffmpeg_avformat_h" "#define __STDC_CONSTANT_MACROS 1 16010 do 16011 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 16012 { echo "$as_me:$LINENO: checking for $ac_header" >&5 16013 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 16014 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16015 echo $ECHO_N "(cached) $ECHO_C" >&6 16016 else 16017 cat >conftest.$ac_ext <<_ACEOF 16018 /* confdefs.h. */ 16019 _ACEOF 16020 cat confdefs.h >>conftest.$ac_ext 16021 cat >>conftest.$ac_ext <<_ACEOF 16022 /* end confdefs.h. */ 16023 #define __STDC_CONSTANT_MACROS 1 9496 16024 #ifdef HAVE_FFMPEG_AVFORMAT_H 9497 16025 # include <ffmpeg/avformat.h> 9498 16026 #endif 9499 16027 9500 " 9501 if test "x$ac_cv_header_ffmpeg_avformat_h" = xyes; then : 16028 16029 #include <$ac_header> 16030 _ACEOF 16031 rm -f conftest.$ac_objext 16032 if { (ac_try="$ac_compile" 16033 case "(($ac_try" in 16034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16035 *) ac_try_echo=$ac_try;; 16036 esac 16037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16038 (eval "$ac_compile") 2>conftest.er1 16039 ac_status=$? 16040 grep -v '^ *+' conftest.er1 >conftest.err 16041 rm -f conftest.er1 16042 cat conftest.err >&5 16043 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16044 (exit $ac_status); } && { 16045 test -z "$ac_cxx_werror_flag" || 16046 test ! -s conftest.err 16047 } && test -s conftest.$ac_objext; then 16048 eval "$as_ac_Header=yes" 16049 else 16050 echo "$as_me: failed program was:" >&5 16051 sed 's/^/| /' conftest.$ac_ext >&5 16052 16053 eval "$as_ac_Header=no" 16054 fi 16055 16056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16057 fi 16058 ac_res=`eval echo '${'$as_ac_Header'}'` 16059 { echo "$as_me:$LINENO: result: $ac_res" >&5 16060 echo "${ECHO_T}$ac_res" >&6; } 16061 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9502 16062 cat >>confdefs.h <<_ACEOF 9503 #define HAVE_FFMPEG_AVFORMAT_H116063 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9504 16064 _ACEOF 9505 16065 … … 9509 16069 9510 16070 16071 9511 16072 for ac_header in libavformat/avformat.h 9512 do : 9513 ac_fn_cxx_check_header_compile "$LINENO" "libavformat/avformat.h" "ac_cv_header_libavformat_avformat_h" "#define __STDC_CONSTANT_MACROS 1 16073 do 16074 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 16075 { echo "$as_me:$LINENO: checking for $ac_header" >&5 16076 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 16077 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16078 echo $ECHO_N "(cached) $ECHO_C" >&6 16079 else 16080 cat >conftest.$ac_ext <<_ACEOF 16081 /* confdefs.h. */ 16082 _ACEOF 16083 cat confdefs.h >>conftest.$ac_ext 16084 cat >>conftest.$ac_ext <<_ACEOF 16085 /* end confdefs.h. */ 16086 #define __STDC_CONSTANT_MACROS 1 9514 16087 #ifdef HAVE_LIBAVFORMAT_AVFORMAT_H 9515 16088 # include <libavformat/avformat.h> 9516 16089 #endif 9517 16090 9518 " 9519 if test "x$ac_cv_header_libavformat_avformat_h" = xyes; then : 16091 16092 #include <$ac_header> 16093 _ACEOF 16094 rm -f conftest.$ac_objext 16095 if { (ac_try="$ac_compile" 16096 case "(($ac_try" in 16097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16098 *) ac_try_echo=$ac_try;; 16099 esac 16100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16101 (eval "$ac_compile") 2>conftest.er1 16102 ac_status=$? 16103 grep -v '^ *+' conftest.er1 >conftest.err 16104 rm -f conftest.er1 16105 cat conftest.err >&5 16106 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16107 (exit $ac_status); } && { 16108 test -z "$ac_cxx_werror_flag" || 16109 test ! -s conftest.err 16110 } && test -s conftest.$ac_objext; then 16111 eval "$as_ac_Header=yes" 16112 else 16113 echo "$as_me: failed program was:" >&5 16114 sed 's/^/| /' conftest.$ac_ext >&5 16115 16116 eval "$as_ac_Header=no" 16117 fi 16118 16119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16120 fi 16121 ac_res=`eval echo '${'$as_ac_Header'}'` 16122 { echo "$as_me:$LINENO: result: $ac_res" >&5 16123 echo "${ECHO_T}$ac_res" >&6; } 16124 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9520 16125 cat >>confdefs.h <<_ACEOF 9521 #define HAVE_LIBAVFORMAT_AVFORMAT_H116126 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9522 16127 _ACEOF 9523 16128 … … 9527 16132 9528 16133 16134 9529 16135 for ac_header in ffmpeg/avutil.h 9530 do : 9531 ac_fn_cxx_check_header_compile "$LINENO" "ffmpeg/avutil.h" "ac_cv_header_ffmpeg_avutil_h" "#define __STDC_CONSTANT_MACROS 1 16136 do 16137 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 16138 { echo "$as_me:$LINENO: checking for $ac_header" >&5 16139 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 16140 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16141 echo $ECHO_N "(cached) $ECHO_C" >&6 16142 else 16143 cat >conftest.$ac_ext <<_ACEOF 16144 /* confdefs.h. */ 16145 _ACEOF 16146 cat confdefs.h >>conftest.$ac_ext 16147 cat >>conftest.$ac_ext <<_ACEOF 16148 /* end confdefs.h. */ 16149 #define __STDC_CONSTANT_MACROS 1 9532 16150 #ifdef HAVE_FFMPEG_AVUTIL_H 9533 16151 # include <ffmpeg/avutil.h> 9534 16152 #endif 9535 16153 9536 " 9537 if test "x$ac_cv_header_ffmpeg_avutil_h" = xyes; then : 16154 16155 #include <$ac_header> 16156 _ACEOF 16157 rm -f conftest.$ac_objext 16158 if { (ac_try="$ac_compile" 16159 case "(($ac_try" in 16160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16161 *) ac_try_echo=$ac_try;; 16162 esac 16163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16164 (eval "$ac_compile") 2>conftest.er1 16165 ac_status=$? 16166 grep -v '^ *+' conftest.er1 >conftest.err 16167 rm -f conftest.er1 16168 cat conftest.err >&5 16169 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16170 (exit $ac_status); } && { 16171 test -z "$ac_cxx_werror_flag" || 16172 test ! -s conftest.err 16173 } && test -s conftest.$ac_objext; then 16174 eval "$as_ac_Header=yes" 16175 else 16176 echo "$as_me: failed program was:" >&5 16177 sed 's/^/| /' conftest.$ac_ext >&5 16178 16179 eval "$as_ac_Header=no" 16180 fi 16181 16182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16183 fi 16184 ac_res=`eval echo '${'$as_ac_Header'}'` 16185 { echo "$as_me:$LINENO: result: $ac_res" >&5 16186 echo "${ECHO_T}$ac_res" >&6; } 16187 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9538 16188 cat >>confdefs.h <<_ACEOF 9539 #define HAVE_FFMPEG_AVUTIL_H116189 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9540 16190 _ACEOF 9541 16191 … … 9545 16195 9546 16196 16197 9547 16198 for ac_header in libavutil/avutil.h 9548 do : 9549 ac_fn_cxx_check_header_compile "$LINENO" "libavutil/avutil.h" "ac_cv_header_libavutil_avutil_h" "#define __STDC_CONSTANT_MACROS 1 16199 do 16200 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 16201 { echo "$as_me:$LINENO: checking for $ac_header" >&5 16202 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 16203 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16204 echo $ECHO_N "(cached) $ECHO_C" >&6 16205 else 16206 cat >conftest.$ac_ext <<_ACEOF 16207 /* confdefs.h. */ 16208 _ACEOF 16209 cat confdefs.h >>conftest.$ac_ext 16210 cat >>conftest.$ac_ext <<_ACEOF 16211 /* end confdefs.h. */ 16212 #define __STDC_CONSTANT_MACROS 1 9550 16213 #ifdef HAVE_LIBAVUTIL_AVUTIL_H 9551 16214 # include <libavutil/avutil.h> 9552 16215 #endif 9553 16216 9554 " 9555 if test "x$ac_cv_header_libavutil_avutil_h" = xyes; then : 16217 16218 #include <$ac_header> 16219 _ACEOF 16220 rm -f conftest.$ac_objext 16221 if { (ac_try="$ac_compile" 16222 case "(($ac_try" in 16223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16224 *) ac_try_echo=$ac_try;; 16225 esac 16226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16227 (eval "$ac_compile") 2>conftest.er1 16228 ac_status=$? 16229 grep -v '^ *+' conftest.er1 >conftest.err 16230 rm -f conftest.er1 16231 cat conftest.err >&5 16232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16233 (exit $ac_status); } && { 16234 test -z "$ac_cxx_werror_flag" || 16235 test ! -s conftest.err 16236 } && test -s conftest.$ac_objext; then 16237 eval "$as_ac_Header=yes" 16238 else 16239 echo "$as_me: failed program was:" >&5 16240 sed 's/^/| /' conftest.$ac_ext >&5 16241 16242 eval "$as_ac_Header=no" 16243 fi 16244 16245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16246 fi 16247 ac_res=`eval echo '${'$as_ac_Header'}'` 16248 { echo "$as_me:$LINENO: result: $ac_res" >&5 16249 echo "${ECHO_T}$ac_res" >&6; } 16250 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9556 16251 cat >>confdefs.h <<_ACEOF 9557 #define HAVE_LIBAVUTIL_AVUTIL_H116252 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9558 16253 _ACEOF 9559 16254 … … 9563 16258 9564 16259 16260 9565 16261 for ac_header in ffmpeg/swscale.h 9566 do : 9567 ac_fn_cxx_check_header_compile "$LINENO" "ffmpeg/swscale.h" "ac_cv_header_ffmpeg_swscale_h" "#define __STDC_CONSTANT_MACROS 1 16262 do 16263 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 16264 { echo "$as_me:$LINENO: checking for $ac_header" >&5 16265 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 16266 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16267 echo $ECHO_N "(cached) $ECHO_C" >&6 16268 else 16269 cat >conftest.$ac_ext <<_ACEOF 16270 /* confdefs.h. */ 16271 _ACEOF 16272 cat confdefs.h >>conftest.$ac_ext 16273 cat >>conftest.$ac_ext <<_ACEOF 16274 /* end confdefs.h. */ 16275 #define __STDC_CONSTANT_MACROS 1 9568 16276 #ifdef HAVE_FFMPEG_SWSCALE_H 9569 16277 # include <ffmpeg/swscale.h> 9570 16278 #endif 9571 16279 9572 " 9573 if test "x$ac_cv_header_ffmpeg_swscale_h" = xyes; then : 16280 16281 #include <$ac_header> 16282 _ACEOF 16283 rm -f conftest.$ac_objext 16284 if { (ac_try="$ac_compile" 16285 case "(($ac_try" in 16286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16287 *) ac_try_echo=$ac_try;; 16288 esac 16289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16290 (eval "$ac_compile") 2>conftest.er1 16291 ac_status=$? 16292 grep -v '^ *+' conftest.er1 >conftest.err 16293 rm -f conftest.er1 16294 cat conftest.err >&5 16295 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16296 (exit $ac_status); } && { 16297 test -z "$ac_cxx_werror_flag" || 16298 test ! -s conftest.err 16299 } && test -s conftest.$ac_objext; then 16300 eval "$as_ac_Header=yes" 16301 else 16302 echo "$as_me: failed program was:" >&5 16303 sed 's/^/| /' conftest.$ac_ext >&5 16304 16305 eval "$as_ac_Header=no" 16306 fi 16307 16308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16309 fi 16310 ac_res=`eval echo '${'$as_ac_Header'}'` 16311 { echo "$as_me:$LINENO: result: $ac_res" >&5 16312 echo "${ECHO_T}$ac_res" >&6; } 16313 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9574 16314 cat >>confdefs.h <<_ACEOF 9575 #define HAVE_FFMPEG_SWSCALE_H116315 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9576 16316 _ACEOF 9577 16317 … … 9581 16321 9582 16322 16323 9583 16324 for ac_header in libswscale/swscale.h 9584 do : 9585 ac_fn_cxx_check_header_compile "$LINENO" "libswscale/swscale.h" "ac_cv_header_libswscale_swscale_h" "#define __STDC_CONSTANT_MACROS 1 16325 do 16326 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 16327 { echo "$as_me:$LINENO: checking for $ac_header" >&5 16328 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 16329 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 16330 echo $ECHO_N "(cached) $ECHO_C" >&6 16331 else 16332 cat >conftest.$ac_ext <<_ACEOF 16333 /* confdefs.h. */ 16334 _ACEOF 16335 cat confdefs.h >>conftest.$ac_ext 16336 cat >>conftest.$ac_ext <<_ACEOF 16337 /* end confdefs.h. */ 16338 #define __STDC_CONSTANT_MACROS 1 9586 16339 #ifdef HAVE_LIBSWSCALE_SWSCALE_H 9587 16340 # include <libswscale/swscale.h> 9588 16341 #endif 9589 16342 9590 " 9591 if test "x$ac_cv_header_libswscale_swscale_h" = xyes; then : 16343 16344 #include <$ac_header> 16345 _ACEOF 16346 rm -f conftest.$ac_objext 16347 if { (ac_try="$ac_compile" 16348 case "(($ac_try" in 16349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16350 *) ac_try_echo=$ac_try;; 16351 esac 16352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16353 (eval "$ac_compile") 2>conftest.er1 16354 ac_status=$? 16355 grep -v '^ *+' conftest.er1 >conftest.err 16356 rm -f conftest.er1 16357 cat conftest.err >&5 16358 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16359 (exit $ac_status); } && { 16360 test -z "$ac_cxx_werror_flag" || 16361 test ! -s conftest.err 16362 } && test -s conftest.$ac_objext; then 16363 eval "$as_ac_Header=yes" 16364 else 16365 echo "$as_me: failed program was:" >&5 16366 sed 's/^/| /' conftest.$ac_ext >&5 16367 16368 eval "$as_ac_Header=no" 16369 fi 16370 16371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16372 fi 16373 ac_res=`eval echo '${'$as_ac_Header'}'` 16374 { echo "$as_me:$LINENO: result: $ac_res" >&5 16375 echo "${ECHO_T}$ac_res" >&6; } 16376 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9592 16377 cat >>confdefs.h <<_ACEOF 9593 #define HAVE_LIBSWSCALE_SWSCALE_H116378 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9594 16379 _ACEOF 9595 16380 … … 9610 16395 HAVE_FFMPEG_LIBS="yes" 9611 16396 9612 $as_echo "#define BUILD_with_ffmpeg 1" >>confdefs.h 16397 cat >>confdefs.h <<\_ACEOF 16398 #define BUILD_with_ffmpeg 1 16399 _ACEOF 9613 16400 9614 16401 else … … 9616 16403 fi 9617 16404 16405 9618 16406 for ac_func in img_convert 9619 do : 9620 ac_fn_cxx_check_func "$LINENO" "img_convert" "ac_cv_func_img_convert" 9621 if test "x$ac_cv_func_img_convert" = xyes; then : 16407 do 16408 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 16409 { echo "$as_me:$LINENO: checking for $ac_func" >&5 16410 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 16411 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 16412 echo $ECHO_N "(cached) $ECHO_C" >&6 16413 else 16414 cat >conftest.$ac_ext <<_ACEOF 16415 /* confdefs.h. */ 16416 _ACEOF 16417 cat confdefs.h >>conftest.$ac_ext 16418 cat >>conftest.$ac_ext <<_ACEOF 16419 /* end confdefs.h. */ 16420 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 16421 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 16422 #define $ac_func innocuous_$ac_func 16423 16424 /* System header to define __stub macros and hopefully few prototypes, 16425 which can conflict with char $ac_func (); below. 16426 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16427 <limits.h> exists even on freestanding compilers. */ 16428 16429 #ifdef __STDC__ 16430 # include <limits.h> 16431 #else 16432 # include <assert.h> 16433 #endif 16434 16435 #undef $ac_func 16436 16437 /* Override any GCC internal prototype to avoid an error. 16438 Use char because int might match the return type of a GCC 16439 builtin and then its argument prototype would still apply. */ 16440 #ifdef __cplusplus 16441 extern "C" 16442 #endif 16443 char $ac_func (); 16444 /* The GNU C library defines this for functions which it implements 16445 to always fail with ENOSYS. Some functions are actually named 16446 something starting with __ and the normal name is an alias. */ 16447 #if defined __stub_$ac_func || defined __stub___$ac_func 16448 choke me 16449 #endif 16450 16451 int 16452 main () 16453 { 16454 return $ac_func (); 16455 ; 16456 return 0; 16457 } 16458 _ACEOF 16459 rm -f conftest.$ac_objext conftest$ac_exeext 16460 if { (ac_try="$ac_link" 16461 case "(($ac_try" in 16462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16463 *) ac_try_echo=$ac_try;; 16464 esac 16465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16466 (eval "$ac_link") 2>conftest.er1 16467 ac_status=$? 16468 grep -v '^ *+' conftest.er1 >conftest.err 16469 rm -f conftest.er1 16470 cat conftest.err >&5 16471 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16472 (exit $ac_status); } && { 16473 test -z "$ac_cxx_werror_flag" || 16474 test ! -s conftest.err 16475 } && test -s conftest$ac_exeext && 16476 $as_test_x conftest$ac_exeext; then 16477 eval "$as_ac_var=yes" 16478 else 16479 echo "$as_me: failed program was:" >&5 16480 sed 's/^/| /' conftest.$ac_ext >&5 16481 16482 eval "$as_ac_var=no" 16483 fi 16484 16485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16486 conftest$ac_exeext conftest.$ac_ext 16487 fi 16488 ac_res=`eval echo '${'$as_ac_var'}'` 16489 { echo "$as_me:$LINENO: result: $ac_res" >&5 16490 echo "${ECHO_T}$ac_res" >&6; } 16491 if test `eval echo '${'$as_ac_var'}'` = yes; then 9622 16492 cat >>confdefs.h <<_ACEOF 9623 #define HAVE_IMG_CONVERT116493 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 9624 16494 _ACEOF 9625 16495 … … 9627 16497 done 9628 16498 16499 9629 16500 for ac_func in sws_scale 9630 do : 9631 ac_fn_cxx_check_func "$LINENO" "sws_scale" "ac_cv_func_sws_scale" 9632 if test "x$ac_cv_func_sws_scale" = xyes; then : 16501 do 16502 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 16503 { echo "$as_me:$LINENO: checking for $ac_func" >&5 16504 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 16505 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 16506 echo $ECHO_N "(cached) $ECHO_C" >&6 16507 else 16508 cat >conftest.$ac_ext <<_ACEOF 16509 /* confdefs.h. */ 16510 _ACEOF 16511 cat confdefs.h >>conftest.$ac_ext 16512 cat >>conftest.$ac_ext <<_ACEOF 16513 /* end confdefs.h. */ 16514 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 16515 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 16516 #define $ac_func innocuous_$ac_func 16517 16518 /* System header to define __stub macros and hopefully few prototypes, 16519 which can conflict with char $ac_func (); below. 16520 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16521 <limits.h> exists even on freestanding compilers. */ 16522 16523 #ifdef __STDC__ 16524 # include <limits.h> 16525 #else 16526 # include <assert.h> 16527 #endif 16528 16529 #undef $ac_func 16530 16531 /* Override any GCC internal prototype to avoid an error. 16532 Use char because int might match the return type of a GCC 16533 builtin and then its argument prototype would still apply. */ 16534 #ifdef __cplusplus 16535 extern "C" 16536 #endif 16537 char $ac_func (); 16538 /* The GNU C library defines this for functions which it implements 16539 to always fail with ENOSYS. Some functions are actually named 16540 something starting with __ and the normal name is an alias. */ 16541 #if defined __stub_$ac_func || defined __stub___$ac_func 16542 choke me 16543 #endif 16544 16545 int 16546 main () 16547 { 16548 return $ac_func (); 16549 ; 16550 return 0; 16551 } 16552 _ACEOF 16553 rm -f conftest.$ac_objext conftest$ac_exeext 16554 if { (ac_try="$ac_link" 16555 case "(($ac_try" in 16556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16557 *) ac_try_echo=$ac_try;; 16558 esac 16559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16560 (eval "$ac_link") 2>conftest.er1 16561 ac_status=$? 16562 grep -v '^ *+' conftest.er1 >conftest.err 16563 rm -f conftest.er1 16564 cat conftest.err >&5 16565 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16566 (exit $ac_status); } && { 16567 test -z "$ac_cxx_werror_flag" || 16568 test ! -s conftest.err 16569 } && test -s conftest$ac_exeext && 16570 $as_test_x conftest$ac_exeext; then 16571 eval "$as_ac_var=yes" 16572 else 16573 echo "$as_me: failed program was:" >&5 16574 sed 's/^/| /' conftest.$ac_ext >&5 16575 16576 eval "$as_ac_var=no" 16577 fi 16578 16579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16580 conftest$ac_exeext conftest.$ac_ext 16581 fi 16582 ac_res=`eval echo '${'$as_ac_var'}'` 16583 { echo "$as_me:$LINENO: result: $ac_res" >&5 16584 echo "${ECHO_T}$ac_res" >&6; } 16585 if test `eval echo '${'$as_ac_var'}'` = yes; then 9633 16586 cat >>confdefs.h <<_ACEOF 9634 #define HAVE_SWS_SCALE116587 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 9635 16588 _ACEOF 9636 16589 … … 9641 16594 9642 16595 ac_configure_args="--disable-threads --enable-shared" 9643 9644 9645 16596 subdirs="$subdirs packages/optimizer/src" 9646 16597 9647 16598 9648 ac_config_files="$ac_config_files Makefile packages/Makefile src/Makefile src/core/Makefile src/core2/Makefile src/objects/Makefile src/objects/RpHash.h gui/Makefile gui/apps/Makefile gui/apps/about gui/apps/encodedata gui/apps/rappture gui/apps/rappture-csh.env gui/apps/rappture.env gui/apps/rappture.use gui/apps/rerun gui/apps/simsim gui/apps/xmldiff gui/pkgIndex.tcl gui/scripts/Makefile instant/Makefile instant/irappture lang/Makefile lang/java/Makefile lang/java/rappture/Makefile lang/perl/Makefile lang/perl/Makefile.PL lang/python/Makefile lang/python/setup.py lang/matlab/Makefile lang/octave/Makefile lang/octave/octave2/Makefile lang/octave/octave3/Makefile lang/ruby/Makefile lang/ruby/build.rb lang/tcl/Makefile lang/tcl/pkgIndex.tcl lang/tcl/src/Makefile lang/tcl/scripts/Makefile lang/tcl/tests/Makefile lib/Makefile examples/3D/Makefile examples/Makefile examples/app-fermi/2.0/Makefile examples/app-fermi/Makefile examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/java/Makefile examples/app-fermi/matlab/Makefile examples/app-fermi/matlab/compiled/Makefile examples/app-fermi/matlab/uncompiled/Makefile examples/app-fermi/octave/2/Makefile examples/app-fermi/octave/3/Makefile examples/app-fermi/octave/Makefile examples/app-fermi/perl/Makefile examples/app-fermi/python/Makefile examples/app-fermi/ruby/Makefile examples/app-fermi/tcl/Makefile examples/app-fermi/wrapper/Makefile examples/app-fermi/wrapper/cee/Makefile examples/app-fermi/wrapper/perl/Makefile examples/app-fermi/wrapper/python/Makefile examples/app-fermi/wrapper/tcl/Makefile examples/c-example/Makefile examples/canvas/Makefile examples/demo.bash examples/flow/Makefile examples/flow/demo1/Makefile examples/flow/demo2/Makefile examples/flow/demo3/Makefile examples/graph/Makefile examples/objects/Makefile examples/objects/axis/Makefile examples/objects/contour/Makefile examples/objects/curve/Makefile examples/objects/dxWriter/Makefile examples/objects/floatBuffer/Makefile examples/objects/histogram/Makefile examples/objects/library/Makefile examples/objects/number/Makefile examples/objects/path/Makefile examples/objects/plot/Makefile examples/objects/scatter/Makefile examples/objects/string/Makefile examples/objects/tree/Makefile examples/objects/xmlparser/Makefile examples/zoo/Makefile examples/zoo/binary/Makefile examples/zoo/boolean/Makefile examples/zoo/choice/Makefile examples/zoo/cloud/Makefile examples/zoo/cloud/matlab/Makefile examples/zoo/curve/Makefile examples/zoo/datatable/Makefile examples/zoo/datatable/matlab/Makefile examples/zoo/enable/Makefile examples/zoo/field/Makefile examples/zoo/filechoice/Makefile examples/zoo/group/Makefile examples/zoo/image/Makefile examples/zoo/image/docs/Makefile examples/zoo/image/examples/Makefile examples/zoo/integer/Makefile examples/zoo/integer2/Makefile examples/zoo/loader/Makefile examples/zoo/loader/examples/Makefile examples/zoo/loadrun/Makefile examples/zoo/log/Makefile examples/zoo/note/Makefile examples/zoo/note/docs/Makefile examples/zoo/number/Makefile examples/zoo/number2/Makefile examples/zoo/parallelepiped/Makefile examples/zoo/periodicelement/Makefile examples/zoo/phase/Makefile examples/zoo/sequence/Makefile examples/zoo/sequence/examples/Makefile examples/zoo/string/Makefile examples/zoo/structure/Makefile examples/zoo/structure/examples/Makefile examples/zoo/table/Makefile examples/zoo/unirect2d/Makefile test/Makefiletest/src/Makefile"16599 ac_config_files="$ac_config_files Makefile packages/Makefile src/Makefile src/core/Makefile src/core2/Makefile src/objects/Makefile src/objects/RpHash.h gui/Makefile gui/apps/Makefile gui/apps/about gui/apps/encodedata gui/apps/rappture gui/apps/rappture-csh.env gui/apps/rappture.env gui/apps/rappture.use gui/apps/rerun gui/apps/simsim gui/apps/xmldiff gui/pkgIndex.tcl gui/scripts/Makefile instant/Makefile instant/irappture lang/Makefile lang/java/Makefile lang/java/rappture/Makefile lang/perl/Makefile lang/perl/Makefile.PL lang/python/Makefile lang/python/setup.py lang/matlab/Makefile lang/octave/Makefile lang/octave/octave2/Makefile lang/octave/octave3/Makefile lang/ruby/Makefile lang/ruby/build.rb lang/tcl/Makefile lang/tcl/pkgIndex.tcl lang/tcl/src/Makefile lang/tcl/scripts/Makefile lang/tcl/tests/Makefile lib/Makefile examples/3D/Makefile examples/Makefile examples/app-fermi/2.0/Makefile examples/app-fermi/Makefile examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/java/Makefile examples/app-fermi/matlab/Makefile examples/app-fermi/matlab/compiled/Makefile examples/app-fermi/matlab/uncompiled/Makefile examples/app-fermi/octave/2/Makefile examples/app-fermi/octave/3/Makefile examples/app-fermi/octave/Makefile examples/app-fermi/perl/Makefile examples/app-fermi/python/Makefile examples/app-fermi/ruby/Makefile examples/app-fermi/tcl/Makefile examples/app-fermi/wrapper/Makefile examples/app-fermi/wrapper/cee/Makefile examples/app-fermi/wrapper/perl/Makefile examples/app-fermi/wrapper/python/Makefile examples/app-fermi/wrapper/tcl/Makefile examples/c-example/Makefile examples/canvas/Makefile examples/demo.bash examples/flow/Makefile examples/flow/demo1/Makefile examples/flow/demo2/Makefile examples/flow/demo3/Makefile examples/graph/Makefile examples/objects/Makefile examples/objects/axis/Makefile examples/objects/contour/Makefile examples/objects/curve/Makefile examples/objects/dxWriter/Makefile examples/objects/floatBuffer/Makefile examples/objects/histogram/Makefile examples/objects/library/Makefile examples/objects/number/Makefile examples/objects/path/Makefile examples/objects/plot/Makefile examples/objects/scatter/Makefile examples/objects/string/Makefile examples/objects/tree/Makefile examples/objects/xmlparser/Makefile examples/zoo/Makefile examples/zoo/binary/Makefile examples/zoo/boolean/Makefile examples/zoo/choice/Makefile examples/zoo/cloud/Makefile examples/zoo/cloud/matlab/Makefile examples/zoo/curve/Makefile examples/zoo/datatable/Makefile examples/zoo/datatable/matlab/Makefile examples/zoo/enable/Makefile examples/zoo/field/Makefile examples/zoo/filechoice/Makefile examples/zoo/group/Makefile examples/zoo/image/Makefile examples/zoo/image/docs/Makefile examples/zoo/image/examples/Makefile examples/zoo/integer/Makefile examples/zoo/integer2/Makefile examples/zoo/loader/Makefile examples/zoo/loader/examples/Makefile examples/zoo/loadrun/Makefile examples/zoo/log/Makefile examples/zoo/note/Makefile examples/zoo/note/docs/Makefile examples/zoo/number/Makefile examples/zoo/number2/Makefile examples/zoo/parallelepiped/Makefile examples/zoo/periodicelement/Makefile examples/zoo/phase/Makefile examples/zoo/sequence/Makefile examples/zoo/sequence/examples/Makefile examples/zoo/string/Makefile examples/zoo/structure/Makefile examples/zoo/structure/examples/Makefile examples/zoo/table/Makefile examples/zoo/unirect2d/Makefile oldtest/Makefile oldtest/src/Makefile" 9649 16600 9650 16601 cat >confcache <<\_ACEOF … … 9675 16626 *${as_nl}*) 9676 16627 case $ac_var in #( 9677 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&59678 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;16628 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 16629 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 9679 16630 esac 9680 16631 case $ac_var in #( 9681 16632 _ | IFS | as_nl) ;; #( 9682 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 9683 *) { eval $ac_var=; unset $ac_var;} ;; 16633 *) $as_unset $ac_var ;; 9684 16634 esac ;; 9685 16635 esac … … 9689 16639 case $as_nl`(ac_space=' '; set) 2>&1` in #( 9690 16640 *${as_nl}ac_space=\ *) 9691 # `set' does not quote correctly, so add quotes :double-quote9692 # substitution turns \\\\ into \\, and sed turns \\ into \ .16641 # `set' does not quote correctly, so add quotes (double-quote 16642 # substitution turns \\\\ into \\, and sed turns \\ into \). 9693 16643 sed -n \ 9694 16644 "s/'/'\\\\''/g; … … 9712 16662 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 9713 16663 if test -w "$cache_file"; then 9714 if test "x$cache_file" != "x/dev/null"; then 9715 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 9716 $as_echo "$as_me: updating cache $cache_file" >&6;} 9717 if test ! -f "$cache_file" || test -h "$cache_file"; then 9718 cat confcache >"$cache_file" 9719 else 9720 case $cache_file in #( 9721 */* | ?:*) 9722 mv -f confcache "$cache_file"$$ && 9723 mv -f "$cache_file"$$ "$cache_file" ;; #( 9724 *) 9725 mv -f confcache "$cache_file" ;; 9726 esac 9727 fi 9728 fi 16664 test "x$cache_file" != "x/dev/null" && 16665 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 16666 echo "$as_me: updating cache $cache_file" >&6;} 16667 cat confcache >$cache_file 9729 16668 else 9730 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&59731 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}16669 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 16670 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 9732 16671 fi 9733 16672 fi … … 9742 16681 ac_libobjs= 9743 16682 ac_ltlibobjs= 9744 U=9745 16683 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 9746 16684 # 1. Remove the extension, and $U if already installed. 9747 16685 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 9748 ac_i=` $as_echo "$ac_i" | sed "$ac_script"`16686 ac_i=`echo "$ac_i" | sed "$ac_script"` 9749 16687 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 9750 16688 # will be set to the directory where LIBOBJS objects are built. 9751 a s_fn_append ac_libobjs "\${LIBOBJDIR}$ac_i\$U.$ac_objext"9752 a s_fn_append ac_ltlibobjs "\${LIBOBJDIR}$ac_i"'$U.lo'16689 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 16690 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 9753 16691 done 9754 16692 LIBOBJS=$ac_libobjs … … 9758 16696 9759 16697 9760 9761 : "${CONFIG_STATUS=./config.status}" 9762 ac_write_fail=0 16698 : ${CONFIG_STATUS=./config.status} 9763 16699 ac_clean_files_save=$ac_clean_files 9764 16700 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 9765 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 9766 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 9767 as_write_fail=0 9768 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 16701 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 16702 echo "$as_me: creating $CONFIG_STATUS" >&6;} 16703 cat >$CONFIG_STATUS <<_ACEOF 9769 16704 #! $SHELL 9770 16705 # Generated by $as_me. … … 9776 16711 ac_cs_recheck=false 9777 16712 ac_cs_silent=false 9778 9779 16713 SHELL=\${CONFIG_SHELL-$SHELL} 9780 export SHELL 9781 _ASEOF 9782 cat >>$CONFIG_STATUS <<\_A SEOF || as_write_fail=19783 ## -------------------- ##9784 ## M4sh Initialization. ##9785 ## -------------------- ##16714 _ACEOF 16715 16716 cat >>$CONFIG_STATUS <<\_ACEOF 16717 ## --------------------- ## 16718 ## M4sh Initialization. ## 16719 ## --------------------- ## 9786 16720 9787 16721 # Be more Bourne compatible 9788 16722 DUALCASE=1; export DUALCASE # for MKS sh 9789 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :16723 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 9790 16724 emulate sh 9791 16725 NULLCMD=: 9792 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which16726 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 9793 16727 # is contrary to our usage. Disable this feature. 9794 16728 alias -g '${1+"$@"}'='"$@"' 9795 16729 setopt NO_GLOB_SUBST 9796 16730 else 9797 case `(set -o) 2>/dev/null` in #( 9798 *posix*) : 9799 set -o posix ;; #( 9800 *) : 9801 ;; 9802 esac 9803 fi 9804 9805 9806 as_nl=' 9807 ' 9808 export as_nl 9809 # Printing a long string crashes Solaris 7 /usr/bin/printf. 9810 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 9811 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 9812 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 9813 # Prefer a ksh shell builtin over an external printf program on Solaris, 9814 # but without wasting forks for bash or zsh. 9815 if test -z "$BASH_VERSION$ZSH_VERSION" \ 9816 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 9817 as_echo='print -r --' 9818 as_echo_n='print -rn --' 9819 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 9820 as_echo='printf %s\n' 9821 as_echo_n='printf %s' 9822 else 9823 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 9824 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 9825 as_echo_n='/usr/ucb/echo -n' 9826 else 9827 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 9828 as_echo_n_body='eval 9829 arg=$1; 9830 case $arg in #( 9831 *"$as_nl"*) 9832 expr "X$arg" : "X\\(.*\\)$as_nl"; 9833 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 9834 esac; 9835 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 9836 ' 9837 export as_echo_n_body 9838 as_echo_n='sh -c $as_echo_n_body as_echo' 9839 fi 9840 export as_echo_body 9841 as_echo='sh -c $as_echo_body as_echo' 9842 fi 16731 case `(set -o) 2>/dev/null` in 16732 *posix*) set -o posix ;; 16733 esac 16734 16735 fi 16736 16737 16738 16739 16740 # PATH needs CR 16741 # Avoid depending upon Character Ranges. 16742 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 16743 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 16744 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 16745 as_cr_digits='0123456789' 16746 as_cr_alnum=$as_cr_Letters$as_cr_digits 9843 16747 9844 16748 # The user is always right. 9845 16749 if test "${PATH_SEPARATOR+set}" != set; then 9846 PATH_SEPARATOR=: 9847 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 9848 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 9849 PATH_SEPARATOR=';' 9850 } 16750 echo "#! /bin/sh" >conf$$.sh 16751 echo "exit 0" >>conf$$.sh 16752 chmod +x conf$$.sh 16753 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 16754 PATH_SEPARATOR=';' 16755 else 16756 PATH_SEPARATOR=: 16757 fi 16758 rm -f conf$$.sh 16759 fi 16760 16761 # Support unset when possible. 16762 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 16763 as_unset=unset 16764 else 16765 as_unset=false 9851 16766 fi 9852 16767 … … 9857 16772 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 9858 16773 # splitting by setting IFS to empty value.) 16774 as_nl=' 16775 ' 9859 16776 IFS=" "" $as_nl" 9860 16777 9861 16778 # Find who we are. Look in the path if we contain no directory separator. 9862 as_myself= 9863 case $0 in #(( 16779 case $0 in 9864 16780 *[\\/]* ) as_myself=$0 ;; 9865 16781 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 9868 16784 IFS=$as_save_IFS 9869 16785 test -z "$as_dir" && as_dir=. 9870 9871 16786 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 16787 done 9872 16788 IFS=$as_save_IFS 9873 16789 … … 9880 16796 fi 9881 16797 if test ! -f "$as_myself"; then 9882 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 9883 exit 1 9884 fi 9885 9886 # Unset variables that we do not need and which cause bugs (e.g. in 9887 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 9888 # suppresses any "Segmentation fault" message there. '((' could 9889 # trigger a bug in pdksh 5.2.14. 9890 for as_var in BASH_ENV ENV MAIL MAILPATH 9891 do eval test x\${$as_var+set} = xset \ 9892 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 16798 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 16799 { (exit 1); exit 1; } 16800 fi 16801 16802 # Work around bugs in pre-3.0 UWIN ksh. 16803 for as_var in ENV MAIL MAILPATH 16804 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 9893 16805 done 9894 16806 PS1='$ ' … … 9897 16809 9898 16810 # NLS nuisances. 9899 LC_ALL=C 9900 export LC_ALL 9901 LANGUAGE=C 9902 export LANGUAGE 9903 9904 # CDPATH. 9905 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 9906 9907 9908 # as_fn_error STATUS ERROR [LINENO LOG_FD] 9909 # ---------------------------------------- 9910 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 9911 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 9912 # script with STATUS, using 1 if that was 0. 9913 as_fn_error () 9914 { 9915 as_status=$1; test $as_status -eq 0 && as_status=1 9916 if test "$4"; then 9917 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 9918 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 16811 for as_var in \ 16812 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 16813 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 16814 LC_TELEPHONE LC_TIME 16815 do 16816 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 16817 eval $as_var=C; export $as_var 16818 else 16819 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 9919 16820 fi 9920 $as_echo "$as_me: error: $2" >&2 9921 as_fn_exit $as_status 9922 } # as_fn_error 9923 9924 9925 # as_fn_set_status STATUS 9926 # ----------------------- 9927 # Set $? to STATUS, without forking. 9928 as_fn_set_status () 9929 { 9930 return $1 9931 } # as_fn_set_status 9932 9933 # as_fn_exit STATUS 9934 # ----------------- 9935 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 9936 as_fn_exit () 9937 { 9938 set +e 9939 as_fn_set_status $1 9940 exit $1 9941 } # as_fn_exit 9942 9943 # as_fn_unset VAR 9944 # --------------- 9945 # Portably unset VAR. 9946 as_fn_unset () 9947 { 9948 { eval $1=; unset $1;} 9949 } 9950 as_unset=as_fn_unset 9951 # as_fn_append VAR VALUE 9952 # ---------------------- 9953 # Append the text in VALUE to the end of the definition contained in VAR. Take 9954 # advantage of any shell optimizations that allow amortized linear growth over 9955 # repeated appends, instead of the typical quadratic growth present in naive 9956 # implementations. 9957 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 9958 eval 'as_fn_append () 9959 { 9960 eval $1+=\$2 9961 }' 9962 else 9963 as_fn_append () 9964 { 9965 eval $1=\$$1\$2 9966 } 9967 fi # as_fn_append 9968 9969 # as_fn_arith ARG... 9970 # ------------------ 9971 # Perform arithmetic evaluation on the ARGs, and store the result in the 9972 # global $as_val. Take advantage of shells that can avoid forks. The arguments 9973 # must be portable across $(()) and expr. 9974 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 9975 eval 'as_fn_arith () 9976 { 9977 as_val=$(( $* )) 9978 }' 9979 else 9980 as_fn_arith () 9981 { 9982 as_val=`expr "$@" || test $? -eq 1` 9983 } 9984 fi # as_fn_arith 9985 9986 16821 done 16822 16823 # Required to use basename. 9987 16824 if expr a : '\(a\)' >/dev/null 2>&1 && 9988 16825 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 9998 16835 fi 9999 16836 10000 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 10001 as_dirname=dirname 10002 else 10003 as_dirname=false 10004 fi 10005 16837 16838 # Name of the executable. 10006 16839 as_me=`$as_basename -- "$0" || 10007 16840 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 10008 16841 X"$0" : 'X\(//\)$' \| \ 10009 16842 X"$0" : 'X\(/\)' \| . 2>/dev/null || 10010 $as_echo X/"$0" |16843 echo X/"$0" | 10011 16844 sed '/^.*\/\([^/][^/]*\)\/*$/{ 10012 16845 s//\1/ … … 10023 16856 s/.*/./; q'` 10024 16857 10025 # Avoid depending upon Character Ranges. 10026 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 10027 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 10028 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 10029 as_cr_digits='0123456789' 10030 as_cr_alnum=$as_cr_Letters$as_cr_digits 16858 # CDPATH. 16859 $as_unset CDPATH 16860 16861 16862 16863 as_lineno_1=$LINENO 16864 as_lineno_2=$LINENO 16865 test "x$as_lineno_1" != "x$as_lineno_2" && 16866 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 16867 16868 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 16869 # uniformly replaced by the line number. The first 'sed' inserts a 16870 # line-number line after each line using $LINENO; the second 'sed' 16871 # does the real work. The second script uses 'N' to pair each 16872 # line-number line with the line containing $LINENO, and appends 16873 # trailing '-' during substitution so that $LINENO is not a special 16874 # case at line end. 16875 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 16876 # scripts with optimization help from Paolo Bonzini. Blame Lee 16877 # E. McMahon (1931-1989) for sed's syntax. :-) 16878 sed -n ' 16879 p 16880 /[$]LINENO/= 16881 ' <$as_myself | 16882 sed ' 16883 s/[$]LINENO.*/&-/ 16884 t lineno 16885 b 16886 :lineno 16887 N 16888 :loop 16889 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 16890 t loop 16891 s/-\n.*// 16892 ' >$as_me.lineno && 16893 chmod +x "$as_me.lineno" || 16894 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 16895 { (exit 1); exit 1; }; } 16896 16897 # Don't try to exec as it changes $[0], causing all sort of problems 16898 # (the dirname of $[0] is not the place where we might find the 16899 # original and so on. Autoconf is especially sensitive to this). 16900 . "./$as_me.lineno" 16901 # Exit status is that of the last command. 16902 exit 16903 } 16904 16905 16906 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 16907 as_dirname=dirname 16908 else 16909 as_dirname=false 16910 fi 10031 16911 10032 16912 ECHO_C= ECHO_N= ECHO_T= 10033 case `echo -n x` in #(((((16913 case `echo -n x` in 10034 16914 -n*) 10035 case `echo 'x y\c'` in16915 case `echo 'x\c'` in 10036 16916 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 10037 xy) ECHO_C='\c';; 10038 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 10039 ECHO_T=' ';; 16917 *) ECHO_C='\c';; 10040 16918 esac;; 10041 16919 *) … … 10043 16921 esac 10044 16922 16923 if expr a : '\(a\)' >/dev/null 2>&1 && 16924 test "X`expr 00001 : '.*\(...\)'`" = X001; then 16925 as_expr=expr 16926 else 16927 as_expr=false 16928 fi 16929 10045 16930 rm -f conf$$ conf$$.exe conf$$.file 10046 16931 if test -d conf$$.dir; then … … 10048 16933 else 10049 16934 rm -f conf$$.dir 10050 mkdir conf$$.dir 2>/dev/null 10051 fi 10052 if (echo >conf$$.file) 2>/dev/null; then 10053 if ln -s conf$$.file conf$$ 2>/dev/null; then 10054 as_ln_s='ln -s' 10055 # ... but there are two gotchas: 10056 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 10057 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 10058 # In both cases, we have to default to `cp -p'. 10059 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 10060 as_ln_s='cp -p' 10061 elif ln conf$$.file conf$$ 2>/dev/null; then 10062 as_ln_s=ln 10063 else 16935 mkdir conf$$.dir 16936 fi 16937 echo >conf$$.file 16938 if ln -s conf$$.file conf$$ 2>/dev/null; then 16939 as_ln_s='ln -s' 16940 # ... but there are two gotchas: 16941 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 16942 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 16943 # In both cases, we have to default to `cp -p'. 16944 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 10064 16945 as_ln_s='cp -p' 10065 fi 16946 elif ln conf$$.file conf$$ 2>/dev/null; then 16947 as_ln_s=ln 10066 16948 else 10067 16949 as_ln_s='cp -p' … … 10070 16952 rmdir conf$$.dir 2>/dev/null 10071 16953 10072 10073 # as_fn_mkdir_p10074 # -------------10075 # Create "$as_dir" as a directory, including parents if necessary.10076 as_fn_mkdir_p ()10077 {10078 10079 case $as_dir in #(10080 -*) as_dir=./$as_dir;;10081 esac10082 test -d "$as_dir" || eval $as_mkdir_p || {10083 as_dirs=10084 while :; do10085 case $as_dir in #(10086 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(10087 *) as_qdir=$as_dir;;10088 esac10089 as_dirs="'$as_qdir' $as_dirs"10090 as_dir=`$as_dirname -- "$as_dir" ||10091 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \10092 X"$as_dir" : 'X\(//\)[^/]' \| \10093 X"$as_dir" : 'X\(//\)$' \| \10094 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||10095 $as_echo X"$as_dir" |10096 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{10097 s//\1/10098 q10099 }10100 /^X\(\/\/\)[^/].*/{10101 s//\1/10102 q10103 }10104 /^X\(\/\/\)$/{10105 s//\1/10106 q10107 }10108 /^X\(\/\).*/{10109 s//\1/10110 q10111 }10112 s/.*/./; q'`10113 test -d "$as_dir" && break10114 done10115 test -z "$as_dirs" || eval "mkdir $as_dirs"10116 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"10117 10118 10119 } # as_fn_mkdir_p10120 16954 if mkdir -p . 2>/dev/null; then 10121 as_mkdir_p= 'mkdir -p "$as_dir"'16955 as_mkdir_p=: 10122 16956 else 10123 16957 test -d ./-p && rmdir ./-p … … 10136 16970 eval sh -c '\'' 10137 16971 if test -d "$1"; then 10138 16972 test -d "$1/."; 10139 16973 else 10140 case $1 in #(10141 16974 case $1 in 16975 -*)set "./$1";; 10142 16976 esac; 10143 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((16977 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 10144 16978 ???[sx]*):;;*)false;;esac;fi 10145 16979 '\'' sh … … 10156 16990 10157 16991 exec 6>&1 10158 ## ----------------------------------- ## 10159 ## Main body of $CONFIG_STATUS script. ## 10160 ## ----------------------------------- ## 10161 _ASEOF 10162 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 10163 10164 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 10165 # Save the log message, to keep $0 and so on meaningful, and to 16992 16993 # Save the log message, to keep $[0] and so on meaningful, and to 10166 16994 # report actual input values of CONFIG_FILES etc. instead of their 10167 16995 # values after options handling. 10168 16996 ac_log=" 10169 16997 This file was extended by Rappture $as_me 1.1, which was 10170 generated by GNU Autoconf 2.6 8. Invocation command line was16998 generated by GNU Autoconf 2.61. Invocation command line was 10171 16999 10172 17000 CONFIG_FILES = $CONFIG_FILES … … 10181 17009 _ACEOF 10182 17010 10183 case $ac_config_files in *" 10184 "*) set x $ac_config_files; shift; ac_config_files=$*;; 10185 esac 10186 10187 case $ac_config_headers in *" 10188 "*) set x $ac_config_headers; shift; ac_config_headers=$*;; 10189 esac 10190 10191 10192 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 17011 cat >>$CONFIG_STATUS <<_ACEOF 10193 17012 # Files that config.status was made for. 10194 17013 config_files="$ac_config_files" … … 10197 17016 _ACEOF 10198 17017 10199 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=117018 cat >>$CONFIG_STATUS <<\_ACEOF 10200 17019 ac_cs_usage="\ 10201 \`$as_me' instantiates files and other configuration actions 10202 from templates according to the current configuration. Unless the files 10203 and actions are specified as TAGs, all are instantiated by default. 10204 10205 Usage: $0 [OPTION]... [TAG]... 17020 \`$as_me' instantiates files from templates according to the 17021 current configuration. 17022 17023 Usage: $0 [OPTIONS] [FILE]... 10206 17024 10207 17025 -h, --help print this help, then exit 10208 17026 -V, --version print version number and configuration settings, then exit 10209 --config print configuration, then exit 10210 -q, --quiet, --silent 10211 do not print progress messages 17027 -q, --quiet do not print progress messages 10212 17028 -d, --debug don't remove temporary files 10213 17029 --recheck update $as_me by reconfiguring in the same conditions 10214 10215 10216 10217 17030 --file=FILE[:TEMPLATE] 17031 instantiate the configuration file FILE 17032 --header=FILE[:TEMPLATE] 17033 instantiate the configuration header FILE 10218 17034 10219 17035 Configuration files: … … 10223 17039 $config_headers 10224 17040 10225 Report bugs to <rappture@nanohub.org>." 10226 10227 _ACEOF 10228 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 10229 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 17041 Report bugs to <bug-autoconf@gnu.org>." 17042 17043 _ACEOF 17044 cat >>$CONFIG_STATUS <<_ACEOF 10230 17045 ac_cs_version="\\ 10231 17046 Rappture config.status 1.1 10232 configured by $0, generated by GNU Autoconf 2.6 8,10233 with options \\" \$ac_cs_config\\"10234 10235 Copyright (C) 20 10Free Software Foundation, Inc.17047 configured by $0, generated by GNU Autoconf 2.61, 17048 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 17049 17050 Copyright (C) 2006 Free Software Foundation, Inc. 10236 17051 This config.status script is free software; the Free Software Foundation 10237 17052 gives unlimited permission to copy, distribute and modify it." … … 10241 17056 INSTALL='$INSTALL' 10242 17057 MKDIR_P='$MKDIR_P' 10243 AWK='$AWK' 10244 test -n "\$AWK" || AWK=awk 10245 _ACEOF 10246 10247 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 10248 # The default lists apply if the user does not specify any file. 17058 _ACEOF 17059 17060 cat >>$CONFIG_STATUS <<\_ACEOF 17061 # If no file are specified by the user, then we need to provide default 17062 # value. By we need to know if files were specified by the user. 10249 17063 ac_need_defaults=: 10250 17064 while test $# != 0 10251 17065 do 10252 17066 case $1 in 10253 --*= ?*)17067 --*=*) 10254 17068 ac_option=`expr "X$1" : 'X\([^=]*\)='` 10255 17069 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 10256 ac_shift=:10257 ;;10258 --*=)10259 ac_option=`expr "X$1" : 'X\([^=]*\)='`10260 ac_optarg=10261 17070 ac_shift=: 10262 17071 ;; … … 10273 17082 ac_cs_recheck=: ;; 10274 17083 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 10275 $as_echo "$ac_cs_version"; exit ;; 10276 --config | --confi | --conf | --con | --co | --c ) 10277 $as_echo "$ac_cs_config"; exit ;; 17084 echo "$ac_cs_version"; exit ;; 10278 17085 --debug | --debu | --deb | --de | --d | -d ) 10279 17086 debug=: ;; 10280 17087 --file | --fil | --fi | --f ) 10281 17088 $ac_shift 10282 case $ac_optarg in 10283 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 10284 '') as_fn_error $? "missing file argument" ;; 10285 esac 10286 as_fn_append CONFIG_FILES " '$ac_optarg'" 17089 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 10287 17090 ac_need_defaults=false;; 10288 17091 --header | --heade | --head | --hea ) 10289 17092 $ac_shift 10290 case $ac_optarg in 10291 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 10292 esac 10293 as_fn_append CONFIG_HEADERS " '$ac_optarg'" 17093 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 10294 17094 ac_need_defaults=false;; 10295 17095 --he | --h) 10296 17096 # Conflict between --help and --header 10297 as_fn_error $? "ambiguous option: \`$1' 10298 Try \`$0 --help' for more information.";; 17097 { echo "$as_me: error: ambiguous option: $1 17098 Try \`$0 --help' for more information." >&2 17099 { (exit 1); exit 1; }; };; 10299 17100 --help | --hel | -h ) 10300 $as_echo "$ac_cs_usage"; exit ;;17101 echo "$ac_cs_usage"; exit ;; 10301 17102 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 10302 17103 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 10304 17105 10305 17106 # This is an error. 10306 -*) as_fn_error $? "unrecognized option: \`$1' 10307 Try \`$0 --help' for more information." ;; 10308 10309 *) as_fn_append ac_config_targets " $1" 17107 -*) { echo "$as_me: error: unrecognized option: $1 17108 Try \`$0 --help' for more information." >&2 17109 { (exit 1); exit 1; }; } ;; 17110 17111 *) ac_config_targets="$ac_config_targets $1" 10310 17112 ac_need_defaults=false ;; 10311 17113 … … 10322 17124 10323 17125 _ACEOF 10324 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=117126 cat >>$CONFIG_STATUS <<_ACEOF 10325 17127 if \$ac_cs_recheck; then 10326 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 10327 shift 10328 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 10329 CONFIG_SHELL='$SHELL' 17128 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 17129 CONFIG_SHELL=$SHELL 10330 17130 export CONFIG_SHELL 10331 exec "\$@"10332 fi 10333 10334 _ACEOF 10335 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=117131 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 17132 fi 17133 17134 _ACEOF 17135 cat >>$CONFIG_STATUS <<\_ACEOF 10336 17136 exec 5>>config.log 10337 17137 { … … 10340 17140 ## Running $as_me. ## 10341 17141 _ASBOX 10342 $as_echo "$ac_log"17142 echo "$ac_log" 10343 17143 } >&5 10344 17144 10345 17145 _ACEOF 10346 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=110347 _ACEOF 10348 10349 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=117146 cat >>$CONFIG_STATUS <<_ACEOF 17147 _ACEOF 17148 17149 cat >>$CONFIG_STATUS <<\_ACEOF 10350 17150 10351 17151 # Handling of arguments. … … 10476 17276 "examples/zoo/table/Makefile") CONFIG_FILES="$CONFIG_FILES examples/zoo/table/Makefile" ;; 10477 17277 "examples/zoo/unirect2d/Makefile") CONFIG_FILES="$CONFIG_FILES examples/zoo/unirect2d/Makefile" ;; 10478 "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; 10479 "test/src/Makefile") CONFIG_FILES="$CONFIG_FILES test/src/Makefile" ;; 10480 10481 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 17278 "oldtest/Makefile") CONFIG_FILES="$CONFIG_FILES oldtest/Makefile" ;; 17279 "oldtest/src/Makefile") CONFIG_FILES="$CONFIG_FILES oldtest/src/Makefile" ;; 17280 17281 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 17282 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 17283 { (exit 1); exit 1; }; };; 10482 17284 esac 10483 17285 done … … 10501 17303 $debug || 10502 17304 { 10503 tmp= ac_tmp=17305 tmp= 10504 17306 trap 'exit_status=$? 10505 : "${ac_tmp:=$tmp}" 10506 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 17307 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 10507 17308 ' 0 10508 trap ' as_fn_exit 1' 1 2 13 1517309 trap '{ (exit 1); exit 1; }' 1 2 13 15 10509 17310 } 10510 17311 # Create a (secure) tmp directory for tmp files. … … 10512 17313 { 10513 17314 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 10514 test - d "$tmp"17315 test -n "$tmp" && test -d "$tmp" 10515 17316 } || 10516 17317 { 10517 17318 tmp=./conf$$-$RANDOM 10518 17319 (umask 077 && mkdir "$tmp") 10519 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 10520 ac_tmp=$tmp 10521 10522 # Set up the scripts for CONFIG_FILES section. 10523 # No need to generate them if there are no CONFIG_FILES. 10524 # This happens for instance with `./config.status config.h'. 17320 } || 17321 { 17322 echo "$me: cannot create a temporary directory in ." >&2 17323 { (exit 1); exit 1; } 17324 } 17325 17326 # 17327 # Set up the sed scripts for CONFIG_FILES section. 17328 # 17329 17330 # No need to generate the scripts if there are no CONFIG_FILES. 17331 # This happens for instance when ./config.status config.h 10525 17332 if test -n "$CONFIG_FILES"; then 10526 17333 10527 10528 ac_cr=`echo X | tr X '\015'` 10529 # On cygwin, bash can eat \r inside `` if the user requested igncr. 10530 # But we know of no other shell where ac_cr would be empty at this 10531 # point, so we can use a bashism as a fallback. 10532 if test "x$ac_cr" = x; then 10533 eval ac_cr=\$\'\\r\' 10534 fi 10535 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 10536 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 10537 ac_cs_awk_cr='\\r' 10538 else 10539 ac_cs_awk_cr=$ac_cr 10540 fi 10541 10542 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 10543 _ACEOF 10544 10545 10546 { 10547 echo "cat >conf$$subs.awk <<_ACEOF" && 10548 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 10549 echo "_ACEOF" 10550 } >conf$$subs.sh || 10551 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 10552 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` 17334 _ACEOF 17335 17336 17337 10553 17338 ac_delim='%!_!# ' 10554 17339 for ac_last_try in false false false false false :; do 10555 . ./conf$$subs.sh || 10556 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 10557 10558 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 10559 if test $ac_delim_n = $ac_delim_num; then 17340 cat >conf$$subs.sed <<_ACEOF 17341 SHELL!$SHELL$ac_delim 17342 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 17343 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 17344 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 17345 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 17346 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 17347 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 17348 exec_prefix!$exec_prefix$ac_delim 17349 prefix!$prefix$ac_delim 17350 program_transform_name!$program_transform_name$ac_delim 17351 bindir!$bindir$ac_delim 17352 sbindir!$sbindir$ac_delim 17353 libexecdir!$libexecdir$ac_delim 17354 datarootdir!$datarootdir$ac_delim 17355 datadir!$datadir$ac_delim 17356 sysconfdir!$sysconfdir$ac_delim 17357 sharedstatedir!$sharedstatedir$ac_delim 17358 localstatedir!$localstatedir$ac_delim 17359 includedir!$includedir$ac_delim 17360 oldincludedir!$oldincludedir$ac_delim 17361 docdir!$docdir$ac_delim 17362 infodir!$infodir$ac_delim 17363 htmldir!$htmldir$ac_delim 17364 dvidir!$dvidir$ac_delim 17365 pdfdir!$pdfdir$ac_delim 17366 psdir!$psdir$ac_delim 17367 libdir!$libdir$ac_delim 17368 localedir!$localedir$ac_delim 17369 mandir!$mandir$ac_delim 17370 DEFS!$DEFS$ac_delim 17371 ECHO_C!$ECHO_C$ac_delim 17372 ECHO_N!$ECHO_N$ac_delim 17373 ECHO_T!$ECHO_T$ac_delim 17374 LIBS!$LIBS$ac_delim 17375 build_alias!$build_alias$ac_delim 17376 host_alias!$host_alias$ac_delim 17377 target_alias!$target_alias$ac_delim 17378 LIB_SEARCH_DIRS!$LIB_SEARCH_DIRS$ac_delim 17379 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 17380 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 17381 INSTALL_DATA!$INSTALL_DATA$ac_delim 17382 RANLIB!$RANLIB$ac_delim 17383 LN_S!$LN_S$ac_delim 17384 SET_MAKE!$SET_MAKE$ac_delim 17385 CC!$CC$ac_delim 17386 CFLAGS!$CFLAGS$ac_delim 17387 LDFLAGS!$LDFLAGS$ac_delim 17388 CPPFLAGS!$CPPFLAGS$ac_delim 17389 ac_ct_CC!$ac_ct_CC$ac_delim 17390 EXEEXT!$EXEEXT$ac_delim 17391 OBJEXT!$OBJEXT$ac_delim 17392 CXX!$CXX$ac_delim 17393 CXXFLAGS!$CXXFLAGS$ac_delim 17394 ac_ct_CXX!$ac_ct_CXX$ac_delim 17395 F77!$F77$ac_delim 17396 FFLAGS!$FFLAGS$ac_delim 17397 ac_ct_F77!$ac_ct_F77$ac_delim 17398 CPP!$CPP$ac_delim 17399 GREP!$GREP$ac_delim 17400 EGREP!$EGREP$ac_delim 17401 CXXCPP!$CXXCPP$ac_delim 17402 HAVE_INTTYPES_H!$HAVE_INTTYPES_H$ac_delim 17403 AR!$AR$ac_delim 17404 DL_LIBS!$DL_LIBS$ac_delim 17405 DL_OBJS!$DL_OBJS$ac_delim 17406 PLAT_OBJS!$PLAT_OBJS$ac_delim 17407 PLAT_SRCS!$PLAT_SRCS$ac_delim 17408 CFLAGS_DEBUG!$CFLAGS_DEBUG$ac_delim 17409 CFLAGS_OPTIMIZE!$CFLAGS_OPTIMIZE$ac_delim 17410 CFLAGS_WARNING!$CFLAGS_WARNING$ac_delim 17411 LDFLAGS_DEBUG!$LDFLAGS_DEBUG$ac_delim 17412 LDFLAGS_OPTIMIZE!$LDFLAGS_OPTIMIZE$ac_delim 17413 CC_SEARCH_FLAGS!$CC_SEARCH_FLAGS$ac_delim 17414 LD_SEARCH_FLAGS!$LD_SEARCH_FLAGS$ac_delim 17415 STLIB_LD!$STLIB_LD$ac_delim 17416 SHLIB_LD!$SHLIB_LD$ac_delim 17417 TCL_SHLIB_LD_EXTRAS!$TCL_SHLIB_LD_EXTRAS$ac_delim 17418 TK_SHLIB_LD_EXTRAS!$TK_SHLIB_LD_EXTRAS$ac_delim 17419 SHLIB_LD_LIBS!$SHLIB_LD_LIBS$ac_delim 17420 SHLIB_CFLAGS!$SHLIB_CFLAGS$ac_delim 17421 SHLIB_SUFFIX!$SHLIB_SUFFIX$ac_delim 17422 MAKE_LIB!$MAKE_LIB$ac_delim 17423 MAKE_STUB_LIB!$MAKE_STUB_LIB$ac_delim 17424 INSTALL_LIB!$INSTALL_LIB$ac_delim 17425 INSTALL_STUB_LIB!$INSTALL_STUB_LIB$ac_delim 17426 MAKE!$MAKE$ac_delim 17427 ENABLE_GUI!$ENABLE_GUI$ac_delim 17428 TCLSH!$TCLSH$ac_delim 17429 TCL_VERSION!$TCL_VERSION$ac_delim 17430 TCL_INC_SPEC!$TCL_INC_SPEC$ac_delim 17431 TCL_LIB_SPEC!$TCL_LIB_SPEC$ac_delim 17432 VTKDIR!$VTKDIR$ac_delim 17433 MATLAB!$MATLAB$ac_delim 17434 MEX!$MEX$ac_delim 17435 MEXEXT!$MEXEXT$ac_delim 17436 MCC!$MCC$ac_delim 17437 MEX_ARCH!$MEX_ARCH$ac_delim 17438 _ACEOF 17439 17440 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 10560 17441 break 10561 17442 elif $ac_last_try; then 10562 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 17443 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 17444 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 17445 { (exit 1); exit 1; }; } 10563 17446 else 10564 17447 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 10565 17448 fi 10566 17449 done 10567 rm -f conf$$subs.sh 10568 10569 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 10570 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 10571 _ACEOF 10572 sed -n ' 10573 h 10574 s/^/S["/; s/!.*/"]=/ 10575 p 10576 g 10577 s/^[^!]*!// 10578 :repl 10579 t repl 10580 s/'"$ac_delim"'$// 10581 t delim 10582 :nl 10583 h 10584 s/\(.\{148\}\)..*/\1/ 10585 t more1 10586 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 10587 p 10588 n 10589 b repl 10590 :more1 10591 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 10592 p 10593 g 10594 s/.\{148\}// 10595 t nl 10596 :delim 10597 h 10598 s/\(.\{148\}\)..*/\1/ 10599 t more2 10600 s/["\\]/\\&/g; s/^/"/; s/$/"/ 10601 p 10602 b 10603 :more2 10604 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 10605 p 10606 g 10607 s/.\{148\}// 10608 t delim 10609 ' <conf$$subs.awk | sed ' 10610 /^[^""]/{ 10611 N 10612 s/\n// 10613 } 10614 ' >>$CONFIG_STATUS || ac_write_fail=1 10615 rm -f conf$$subs.awk 10616 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 10617 _ACAWK 10618 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 10619 for (key in S) S_is_set[key] = 1 10620 FS = "" 10621 10622 } 10623 { 10624 line = $ 0 10625 nfields = split(line, field, "@") 10626 substed = 0 10627 len = length(field[1]) 10628 for (i = 2; i < nfields; i++) { 10629 key = field[i] 10630 keylen = length(key) 10631 if (S_is_set[key]) { 10632 value = S[key] 10633 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 10634 len += length(value) + length(field[++i]) 10635 substed = 1 10636 } else 10637 len += 1 + keylen 10638 } 10639 10640 print line 10641 } 10642 10643 _ACAWK 10644 _ACEOF 10645 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 10646 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 10647 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 10648 else 10649 cat 10650 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 10651 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 10652 _ACEOF 10653 10654 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), 10655 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 10656 # trailing colons and then remove the whole line if VPATH becomes empty 10657 # (actually we leave an empty line to preserve line numbers). 10658 if test "x$srcdir" = x.; then 10659 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ 10660 h 10661 s/// 10662 s/^/:/ 10663 s/[ ]*$/:/ 10664 s/:\$(srcdir):/:/g 10665 s/:\${srcdir}:/:/g 10666 s/:@srcdir@:/:/g 10667 s/^:*// 10668 s/:*$// 10669 x 10670 s/\(=[ ]*\).*/\1/ 10671 G 10672 s/\n// 10673 s/^[^=]*=[ ]*$// 10674 }' 10675 fi 10676 10677 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 10678 fi # test -n "$CONFIG_FILES" 10679 10680 # Set up the scripts for CONFIG_HEADERS section. 10681 # No need to generate them if there are no CONFIG_HEADERS. 10682 # This happens for instance with `./config.status Makefile'. 10683 if test -n "$CONFIG_HEADERS"; then 10684 cat >"$ac_tmp/defines.awk" <<\_ACAWK || 10685 BEGIN { 10686 _ACEOF 10687 10688 # Transform confdefs.h into an awk script `defines.awk', embedded as 10689 # here-document in config.status, that substitutes the proper values into 10690 # config.h.in to produce config.h. 10691 10692 # Create a delimiter string that does not exist in confdefs.h, to ease 10693 # handling of long lines. 17450 17451 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 17452 if test -n "$ac_eof"; then 17453 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 17454 ac_eof=`expr $ac_eof + 1` 17455 fi 17456 17457 cat >>$CONFIG_STATUS <<_ACEOF 17458 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 17459 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 17460 _ACEOF 17461 sed ' 17462 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 17463 s/^/s,@/; s/!/@,|#_!!_#|/ 17464 :n 17465 t n 17466 s/'"$ac_delim"'$/,g/; t 17467 s/$/\\/; p 17468 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 17469 ' >>$CONFIG_STATUS <conf$$subs.sed 17470 rm -f conf$$subs.sed 17471 cat >>$CONFIG_STATUS <<_ACEOF 17472 CEOF$ac_eof 17473 _ACEOF 17474 17475 10694 17476 ac_delim='%!_!# ' 10695 for ac_last_try in false false :; do 10696 ac_tt=`sed -n "/$ac_delim/p" confdefs.h` 10697 if test -z "$ac_tt"; then 17477 for ac_last_try in false false false false false :; do 17478 cat >conf$$subs.sed <<_ACEOF 17479 OCTAVE!$OCTAVE$ac_delim 17480 MKOCTFILE!$MKOCTFILE$ac_delim 17481 octave2!$octave2$ac_delim 17482 mkoctfile2!$mkoctfile2$ac_delim 17483 octave3!$octave3$ac_delim 17484 mkoctfile3!$mkoctfile3$ac_delim 17485 OCTAVE2!$OCTAVE2$ac_delim 17486 OCTAVE3!$OCTAVE3$ac_delim 17487 OCTAVE_VERSION!$OCTAVE_VERSION$ac_delim 17488 OCTAVE_VERSION_MAJOR!$OCTAVE_VERSION_MAJOR$ac_delim 17489 MKOCTFILE2!$MKOCTFILE2$ac_delim 17490 MKOCTFILE3!$MKOCTFILE3$ac_delim 17491 PERL!$PERL$ac_delim 17492 PERL_INCLUDES!$PERL_INCLUDES$ac_delim 17493 PERL_ARCHLIB!$PERL_ARCHLIB$ac_delim 17494 PERL_ARCHLIBEXP!$PERL_ARCHLIBEXP$ac_delim 17495 PERL_VERSION!$PERL_VERSION$ac_delim 17496 PERL_CCFLAGS!$PERL_CCFLAGS$ac_delim 17497 PERL_CPPFLAGS!$PERL_CPPFLAGS$ac_delim 17498 PERL_VENDORLIB!$PERL_VENDORLIB$ac_delim 17499 PERL_PRIVLIB!$PERL_PRIVLIB$ac_delim 17500 PERL_INSTALLARCHLIB!$PERL_INSTALLARCHLIB$ac_delim 17501 PERL_VERSION_RV!$PERL_VERSION_RV$ac_delim 17502 PERL_LIBSPEC!$PERL_LIBSPEC$ac_delim 17503 PYTHON!$PYTHON$ac_delim 17504 PYTHON_VERSION!$PYTHON_VERSION$ac_delim 17505 PYTHON_INCLUDES!$PYTHON_INCLUDES$ac_delim 17506 PYTHON_CFLAGS!$PYTHON_CFLAGS$ac_delim 17507 PYTHON_INCDIR!$PYTHON_INCDIR$ac_delim 17508 PYTHON_LDFLAGS!$PYTHON_LDFLAGS$ac_delim 17509 PYTHON_LIB!$PYTHON_LIB$ac_delim 17510 PYTHON_SITE_DIR!$PYTHON_SITE_DIR$ac_delim 17511 PYTHON_LIBDIR!$PYTHON_LIBDIR$ac_delim 17512 PYTHON_SITE_PACKAGES!$PYTHON_SITE_PACKAGES$ac_delim 17513 PYTHON_DISTUTILS!$PYTHON_DISTUTILS$ac_delim 17514 RUBY!$RUBY$ac_delim 17515 SED!$SED$ac_delim 17516 RUBY_VERSION!$RUBY_VERSION$ac_delim 17517 AWK!$AWK$ac_delim 17518 RUBY_CPPFLAGS!$RUBY_CPPFLAGS$ac_delim 17519 RUBY_LDFLAGS!$RUBY_LDFLAGS$ac_delim 17520 RUBY_SITE_PKG!$RUBY_SITE_PKG$ac_delim 17521 RUBY_EXTRA_LIBS!$RUBY_EXTRA_LIBS$ac_delim 17522 HAVE_RUBY_DEVEL!$HAVE_RUBY_DEVEL$ac_delim 17523 RUBY_VERSION_RV!$RUBY_VERSION_RV$ac_delim 17524 RUBY_PLATFORM!$RUBY_PLATFORM$ac_delim 17525 JAVA!$JAVA$ac_delim 17526 JAVAC!$JAVAC$ac_delim 17527 JAVAH!$JAVAH$ac_delim 17528 JAVA_HOME!$JAVA_HOME$ac_delim 17529 JAVA_INC_DIR!$JAVA_INC_DIR$ac_delim 17530 JAVA_INC_SPEC!$JAVA_INC_SPEC$ac_delim 17531 RP_BASE!$RP_BASE$ac_delim 17532 SHLIB_LDFLAGS!$SHLIB_LDFLAGS$ac_delim 17533 TK_VERSION!$TK_VERSION$ac_delim 17534 SIZEOF_INT!$SIZEOF_INT$ac_delim 17535 SIZEOF_LONG!$SIZEOF_LONG$ac_delim 17536 SIZEOF_LONG_LONG!$SIZEOF_LONG_LONG$ac_delim 17537 SIZEOF_VOID_P!$SIZEOF_VOID_P$ac_delim 17538 CFLAGS_DEFAULT!$CFLAGS_DEFAULT$ac_delim 17539 LDFLAGS_DEFAULT!$LDFLAGS_DEFAULT$ac_delim 17540 HAVE_FFMPEG_LIBS!$HAVE_FFMPEG_LIBS$ac_delim 17541 subdirs!$subdirs$ac_delim 17542 LIBOBJS!$LIBOBJS$ac_delim 17543 LTLIBOBJS!$LTLIBOBJS$ac_delim 17544 _ACEOF 17545 17546 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 65; then 10698 17547 break 10699 17548 elif $ac_last_try; then 10700 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 17549 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 17550 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 17551 { (exit 1); exit 1; }; } 10701 17552 else 10702 17553 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " … … 10704 17555 done 10705 17556 10706 # For the awk script, D is an array of macro values keyed by name, 10707 # likewise P contains macro parameters if any. Preserve backslash 10708 # newline sequences. 10709 10710 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 10711 sed -n ' 10712 s/.\{148\}/&'"$ac_delim"'/g 10713 t rset 10714 :rset 10715 s/^[ ]*#[ ]*define[ ][ ]*/ / 10716 t def 10717 d 10718 :def 10719 s/\\$// 10720 t bsnl 10721 s/["\\]/\\&/g 10722 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 10723 D["\1"]=" \3"/p 10724 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 10725 d 10726 :bsnl 10727 s/["\\]/\\&/g 10728 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 10729 D["\1"]=" \3\\\\\\n"\\/p 10730 t cont 10731 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 10732 t cont 10733 d 10734 :cont 10735 n 10736 s/.\{148\}/&'"$ac_delim"'/g 10737 t clear 10738 :clear 10739 s/\\$// 10740 t bsnlc 10741 s/["\\]/\\&/g; s/^/"/; s/$/"/p 10742 d 10743 :bsnlc 10744 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 10745 b cont 10746 ' <confdefs.h | sed ' 10747 s/'"$ac_delim"'/"\\\ 10748 "/g' >>$CONFIG_STATUS || ac_write_fail=1 10749 10750 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 10751 for (key in D) D_is_set[key] = 1 10752 FS = "" 10753 } 10754 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 10755 line = \$ 0 10756 split(line, arg, " ") 10757 if (arg[1] == "#") { 10758 defundef = arg[2] 10759 mac1 = arg[3] 10760 } else { 10761 defundef = substr(arg[1], 2) 10762 mac1 = arg[2] 10763 } 10764 split(mac1, mac2, "(") #) 10765 macro = mac2[1] 10766 prefix = substr(line, 1, index(line, defundef) - 1) 10767 if (D_is_set[macro]) { 10768 # Preserve the white space surrounding the "#". 10769 print prefix "define", macro P[macro] D[macro] 10770 next 10771 } else { 10772 # Replace #undef with comments. This is necessary, for example, 10773 # in the case of _POSIX_SOURCE, which is predefined and required 10774 # on some systems where configure will not decide to define it. 10775 if (defundef == "undef") { 10776 print "/*", prefix defundef, macro, "*/" 10777 next 10778 } 10779 } 10780 } 10781 { print } 10782 _ACAWK 10783 _ACEOF 10784 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 10785 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 10786 fi # test -n "$CONFIG_HEADERS" 10787 10788 10789 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS " 10790 shift 10791 for ac_tag 17557 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 17558 if test -n "$ac_eof"; then 17559 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 17560 ac_eof=`expr $ac_eof + 1` 17561 fi 17562 17563 cat >>$CONFIG_STATUS <<_ACEOF 17564 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof 17565 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 17566 _ACEOF 17567 sed ' 17568 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 17569 s/^/s,@/; s/!/@,|#_!!_#|/ 17570 :n 17571 t n 17572 s/'"$ac_delim"'$/,g/; t 17573 s/$/\\/; p 17574 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 17575 ' >>$CONFIG_STATUS <conf$$subs.sed 17576 rm -f conf$$subs.sed 17577 cat >>$CONFIG_STATUS <<_ACEOF 17578 :end 17579 s/|#_!!_#|//g 17580 CEOF$ac_eof 17581 _ACEOF 17582 17583 17584 # VPATH may cause trouble with some makes, so we remove $(srcdir), 17585 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 17586 # trailing colons and then remove the whole line if VPATH becomes empty 17587 # (actually we leave an empty line to preserve line numbers). 17588 if test "x$srcdir" = x.; then 17589 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 17590 s/:*\$(srcdir):*/:/ 17591 s/:*\${srcdir}:*/:/ 17592 s/:*@srcdir@:*/:/ 17593 s/^\([^=]*=[ ]*\):*/\1/ 17594 s/:*$// 17595 s/^[^=]*=[ ]*$// 17596 }' 17597 fi 17598 17599 cat >>$CONFIG_STATUS <<\_ACEOF 17600 fi # test -n "$CONFIG_FILES" 17601 17602 17603 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS 10792 17604 do 10793 17605 case $ac_tag in … … 10796 17608 case $ac_mode$ac_tag in 10797 17609 :[FHL]*:*);; 10798 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 17610 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 17611 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 17612 { (exit 1); exit 1; }; };; 10799 17613 :[FH]-) ac_tag=-:-;; 10800 17614 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; … … 10815 17629 do 10816 17630 case $ac_f in 10817 -) ac_f="$ ac_tmp/stdin";;17631 -) ac_f="$tmp/stdin";; 10818 17632 *) # Look for the file first in the build tree, then in the source tree 10819 17633 # (if the path is not absolute). The absolute path cannot be DOS-style, … … 10824 17638 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 10825 17639 esac || 10826 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 17640 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 17641 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 17642 { (exit 1); exit 1; }; };; 10827 17643 esac 10828 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 10829 as_fn_append ac_file_inputs " '$ac_f'" 17644 ac_file_inputs="$ac_file_inputs $ac_f" 10830 17645 done 10831 17646 … … 10833 17648 # use $as_me), people would be surprised to read: 10834 17649 # /* config.h. Generated by config.status. */ 10835 configure_input='Generated from '` 10836 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 10837 `' by configure.' 17650 configure_input="Generated from "`IFS=: 17651 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 10838 17652 if test x"$ac_file" != x-; then 10839 17653 configure_input="$ac_file. $configure_input" 10840 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&510841 $as_echo "$as_me: creating $ac_file" >&6;}17654 { echo "$as_me:$LINENO: creating $ac_file" >&5 17655 echo "$as_me: creating $ac_file" >&6;} 10842 17656 fi 10843 # Neutralize special characters interpreted by sed in replacement strings.10844 case $configure_input in #(10845 *\&* | *\|* | *\\* )10846 ac_sed_conf_input=`$as_echo "$configure_input" |10847 sed 's/[\\\\&|]/\\\\&/g'`;; #(10848 *) ac_sed_conf_input=$configure_input;;10849 esac10850 17657 10851 17658 case $ac_tag in 10852 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 10853 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 17659 *:-:* | *:-) cat >"$tmp/stdin";; 10854 17660 esac 10855 17661 ;; … … 10861 17667 X"$ac_file" : 'X\(//\)$' \| \ 10862 17668 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 10863 $as_echo X"$ac_file" |17669 echo X"$ac_file" | 10864 17670 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 10865 17671 s//\1/ … … 10879 17685 } 10880 17686 s/.*/./; q'` 10881 as_dir="$ac_dir"; as_fn_mkdir_p 17687 { as_dir="$ac_dir" 17688 case $as_dir in #( 17689 -*) as_dir=./$as_dir;; 17690 esac 17691 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 17692 as_dirs= 17693 while :; do 17694 case $as_dir in #( 17695 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 17696 *) as_qdir=$as_dir;; 17697 esac 17698 as_dirs="'$as_qdir' $as_dirs" 17699 as_dir=`$as_dirname -- "$as_dir" || 17700 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17701 X"$as_dir" : 'X\(//\)[^/]' \| \ 17702 X"$as_dir" : 'X\(//\)$' \| \ 17703 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 17704 echo X"$as_dir" | 17705 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 17706 s//\1/ 17707 q 17708 } 17709 /^X\(\/\/\)[^/].*/{ 17710 s//\1/ 17711 q 17712 } 17713 /^X\(\/\/\)$/{ 17714 s//\1/ 17715 q 17716 } 17717 /^X\(\/\).*/{ 17718 s//\1/ 17719 q 17720 } 17721 s/.*/./; q'` 17722 test -d "$as_dir" && break 17723 done 17724 test -z "$as_dirs" || eval "mkdir $as_dirs" 17725 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 17726 echo "$as_me: error: cannot create directory $as_dir" >&2;} 17727 { (exit 1); exit 1; }; }; } 10882 17728 ac_builddir=. 10883 17729 … … 10885 17731 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 10886 17732 *) 10887 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`17733 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 10888 17734 # A ".." for each directory in $ac_dir_suffix. 10889 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`17735 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 10890 17736 case $ac_top_builddir_sub in 10891 17737 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 10932 17778 _ACEOF 10933 17779 10934 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=117780 cat >>$CONFIG_STATUS <<\_ACEOF 10935 17781 # If the template does not know about datarootdir, expand it. 10936 17782 # FIXME: This hack should be removed a few years after 2.60. 10937 17783 ac_datarootdir_hack=; ac_datarootdir_seen= 10938 ac_sed_dataroot=' 10939 /datarootdir/ {17784 17785 case `sed -n '/datarootdir/ { 10940 17786 p 10941 17787 q … … 10945 17791 /@infodir@/p 10946 17792 /@localedir@/p 10947 /@mandir@/p '10948 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in17793 /@mandir@/p 17794 ' $ac_file_inputs` in 10949 17795 *datarootdir*) ac_datarootdir_seen=yes;; 10950 17796 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 10951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&510952 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}10953 _ACEOF 10954 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=117797 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 17798 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 17799 _ACEOF 17800 cat >>$CONFIG_STATUS <<_ACEOF 10955 17801 ac_datarootdir_hack=' 10956 17802 s&@datadir@&$datadir&g … … 10959 17805 s&@localedir@&$localedir&g 10960 17806 s&@mandir@&$mandir&g 10961 s&\\\${datarootdir}&$datarootdir&g' ;;17807 s&\\\${datarootdir}&$datarootdir&g' ;; 10962 17808 esac 10963 17809 _ACEOF … … 10966 17812 # Shell code in configure.ac might set extrasub. 10967 17813 # FIXME: do we really want to maintain this feature? 10968 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=110969 ac_sed_extra="$ac_vpsub17814 cat >>$CONFIG_STATUS <<_ACEOF 17815 sed "$ac_vpsub 10970 17816 $extrasub 10971 17817 _ACEOF 10972 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=117818 cat >>$CONFIG_STATUS <<\_ACEOF 10973 17819 :t 10974 17820 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 10975 s |@configure_input@|$ac_sed_conf_input|;t t17821 s&@configure_input@&$configure_input&;t t 10976 17822 s&@top_builddir@&$ac_top_builddir_sub&;t t 10977 s&@top_build_prefix@&$ac_top_build_prefix&;t t10978 17823 s&@srcdir@&$ac_srcdir&;t t 10979 17824 s&@abs_srcdir@&$ac_abs_srcdir&;t t … … 10986 17831 s&@MKDIR_P@&$ac_MKDIR_P&;t t 10987 17832 $ac_datarootdir_hack 10988 " 10989 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 10990 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 17833 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 10991 17834 10992 17835 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 10993 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 10994 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 10995 "$ac_tmp/out"`; test -z "$ac_out"; } && 10996 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 10997 which seems to be undefined. Please make sure it is defined" >&5 10998 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 10999 which seems to be undefined. Please make sure it is defined" >&2;} 11000 11001 rm -f "$ac_tmp/stdin" 17836 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 17837 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 17838 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 17839 which seems to be undefined. Please make sure it is defined." >&5 17840 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 17841 which seems to be undefined. Please make sure it is defined." >&2;} 17842 17843 rm -f "$tmp/stdin" 11002 17844 case $ac_file in 11003 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 11004 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 11005 esac \ 11006 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 17845 -) cat "$tmp/out"; rm -f "$tmp/out";; 17846 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 17847 esac 11007 17848 ;; 11008 17849 :H) … … 11010 17851 # CONFIG_HEADER 11011 17852 # 17853 _ACEOF 17854 17855 # Transform confdefs.h into a sed script `conftest.defines', that 17856 # substitutes the proper values into config.h.in to produce config.h. 17857 rm -f conftest.defines conftest.tail 17858 # First, append a space to every undef/define line, to ease matching. 17859 echo 's/$/ /' >conftest.defines 17860 # Then, protect against being on the right side of a sed subst, or in 17861 # an unquoted here document, in config.status. If some macros were 17862 # called several times there might be several #defines for the same 17863 # symbol, which is useless. But do not sort them, since the last 17864 # AC_DEFINE must be honored. 17865 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 17866 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 17867 # NAME is the cpp macro being defined, VALUE is the value it is being given. 17868 # PARAMS is the parameter list in the macro definition--in most cases, it's 17869 # just an empty string. 17870 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 17871 ac_dB='\\)[ (].*,\\1define\\2' 17872 ac_dC=' ' 17873 ac_dD=' ,' 17874 17875 uniq confdefs.h | 17876 sed -n ' 17877 t rset 17878 :rset 17879 s/^[ ]*#[ ]*define[ ][ ]*// 17880 t ok 17881 d 17882 :ok 17883 s/[\\&,]/\\&/g 17884 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 17885 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 17886 ' >>conftest.defines 17887 17888 # Remove the space that was appended to ease matching. 17889 # Then replace #undef with comments. This is necessary, for 17890 # example, in the case of _POSIX_SOURCE, which is predefined and required 17891 # on some systems where configure will not decide to define it. 17892 # (The regexp can be short, since the line contains either #define or #undef.) 17893 echo 's/ $// 17894 s,^[ #]*u.*,/* & */,' >>conftest.defines 17895 17896 # Break up conftest.defines: 17897 ac_max_sed_lines=50 17898 17899 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 17900 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 17901 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 17902 # et cetera. 17903 ac_in='$ac_file_inputs' 17904 ac_out='"$tmp/out1"' 17905 ac_nxt='"$tmp/out2"' 17906 17907 while : 17908 do 17909 # Write a here document: 17910 cat >>$CONFIG_STATUS <<_ACEOF 17911 # First, check the format of the line: 17912 cat >"\$tmp/defines.sed" <<\\CEOF 17913 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 17914 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 17915 b 17916 :def 17917 _ACEOF 17918 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 17919 echo 'CEOF 17920 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 17921 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 17922 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 17923 grep . conftest.tail >/dev/null || break 17924 rm -f conftest.defines 17925 mv conftest.tail conftest.defines 17926 done 17927 rm -f conftest.defines conftest.tail 17928 17929 echo "ac_result=$ac_in" >>$CONFIG_STATUS 17930 cat >>$CONFIG_STATUS <<\_ACEOF 11012 17931 if test x"$ac_file" != x-; then 11013 { 11014 $as_echo "/* $configure_input */" \ 11015 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" 11016 } >"$ac_tmp/config.h" \ 11017 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 11018 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then 11019 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 11020 $as_echo "$as_me: $ac_file is unchanged" >&6;} 17932 echo "/* $configure_input */" >"$tmp/config.h" 17933 cat "$ac_result" >>"$tmp/config.h" 17934 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 17935 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 17936 echo "$as_me: $ac_file is unchanged" >&6;} 11021 17937 else 11022 rm -f "$ac_file" 11023 mv "$ac_tmp/config.h" "$ac_file" \ 11024 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 17938 rm -f $ac_file 17939 mv "$tmp/config.h" $ac_file 11025 17940 fi 11026 17941 else 11027 $as_echo "/* $configure_input */" \ 11028 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 11029 || as_fn_error $? "could not create -" "$LINENO" 5 17942 echo "/* $configure_input */" 17943 cat "$ac_result" 11030 17944 fi 17945 rm -f "$tmp/out12" 11031 17946 ;; 11032 17947 … … 11037 17952 11038 17953 11039 as_fn_exit 0 11040 _ACEOF 17954 { (exit 0); exit 0; } 17955 _ACEOF 17956 chmod +x $CONFIG_STATUS 11041 17957 ac_clean_files=$ac_clean_files_save 11042 11043 test $ac_write_fail = 0 ||11044 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 511045 17958 11046 17959 … … 11063 17976 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 11064 17977 # would make configure fail if this is the last instruction. 11065 $ac_cs_success || as_fn_exit 117978 $ac_cs_success || { (exit 1); exit 1; } 11066 17979 fi 11067 17980 … … 11071 17984 if test "$no_recursion" != yes; then 11072 17985 11073 # Remove --cache-file, --srcdir, and --disable-option-checking arguments 11074 # so they do not pile up. 17986 # Remove --cache-file and --srcdir arguments so they do not pile up. 11075 17987 ac_sub_configure_args= 11076 17988 ac_prev= … … 11101 18013 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 11102 18014 ;; 11103 --disable-option-checking)11104 ;;11105 18015 *) 11106 18016 case $ac_arg in 11107 *\'*) ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;18017 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 11108 18018 esac 11109 a s_fn_append ac_sub_configure_args "'$ac_arg'" ;;18019 ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;; 11110 18020 esac 11111 18021 done … … 11115 18025 ac_arg="--prefix=$prefix" 11116 18026 case $ac_arg in 11117 *\'*) ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;18027 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 11118 18028 esac 11119 18029 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args" … … 11124 18034 fi 11125 18035 11126 # Always prepend --disable-option-checking to silence warnings, since11127 # different subdirs can have different --enable and --with options.11128 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"11129 11130 18036 ac_popdir=`pwd` 11131 18037 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue … … 11136 18042 11137 18043 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)" 11138 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5 11139 $as_echo "$ac_msg" >&6 11140 as_dir="$ac_dir"; as_fn_mkdir_p 18044 echo "$as_me:$LINENO: $ac_msg" >&5 18045 echo "$ac_msg" >&6 18046 { as_dir="$ac_dir" 18047 case $as_dir in #( 18048 -*) as_dir=./$as_dir;; 18049 esac 18050 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 18051 as_dirs= 18052 while :; do 18053 case $as_dir in #( 18054 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 18055 *) as_qdir=$as_dir;; 18056 esac 18057 as_dirs="'$as_qdir' $as_dirs" 18058 as_dir=`$as_dirname -- "$as_dir" || 18059 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 18060 X"$as_dir" : 'X\(//\)[^/]' \| \ 18061 X"$as_dir" : 'X\(//\)$' \| \ 18062 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 18063 echo X"$as_dir" | 18064 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 18065 s//\1/ 18066 q 18067 } 18068 /^X\(\/\/\)[^/].*/{ 18069 s//\1/ 18070 q 18071 } 18072 /^X\(\/\/\)$/{ 18073 s//\1/ 18074 q 18075 } 18076 /^X\(\/\).*/{ 18077 s//\1/ 18078 q 18079 } 18080 s/.*/./; q'` 18081 test -d "$as_dir" && break 18082 done 18083 test -z "$as_dirs" || eval "mkdir $as_dirs" 18084 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 18085 echo "$as_me: error: cannot create directory $as_dir" >&2;} 18086 { (exit 1); exit 1; }; }; } 11141 18087 ac_builddir=. 11142 18088 … … 11144 18090 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 11145 18091 *) 11146 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`18092 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 11147 18093 # A ".." for each directory in $ac_dir_suffix. 11148 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`18094 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 11149 18095 case $ac_top_builddir_sub in 11150 18096 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 11185 18131 ac_sub_configure=$ac_aux_dir/configure 11186 18132 else 11187 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&511188 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}18133 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5 18134 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} 11189 18135 ac_sub_configure= 11190 18136 fi … … 11199 18145 esac 11200 18146 11201 { $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" >&511202 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}18147 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 18148 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} 11203 18149 # The eval makes quoting arguments work. 11204 18150 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \ 11205 18151 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || 11206 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5 18152 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5 18153 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} 18154 { (exit 1); exit 1; }; } 11207 18155 fi 11208 18156 … … 11210 18158 done 11211 18159 fi 11212 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 11213 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 11214 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 11215 fi 11216 18160 -
branches/blt4/src/core/config.h.in
r1897 r2122 1 1 /* src/core/config.h.in. Generated from configure.in by autoheader. */ 2 3 /* Define if building universal (internal helper macro) */4 #undef AC_APPLE_UNIVERSAL_BUILD5 2 6 3 /* Build rappture with ffmpeg widgets */ … … 100 97 #undef HAVE_MEMORY_H 101 98 99 /* Define to 1 if you have the <Python.h> header file. */ 100 #undef HAVE_PYTHON_H 101 102 102 /* Define to 1 if you have the <sstream> header file. */ 103 103 #undef HAVE_SSTREAM … … 157 157 #undef PACKAGE_TARNAME 158 158 159 /* Define to the home page for this package. */160 #undef PACKAGE_URL161 162 159 /* Define to the version of this package. */ 163 160 #undef PACKAGE_VERSION … … 178 175 #undef STDC_HEADERS 179 176 180 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 181 significant byte first (like Motorola and SPARC, unlike Intel). */ 182 #if defined AC_APPLE_UNIVERSAL_BUILD 183 # if defined __BIG_ENDIAN__ 184 # define WORDS_BIGENDIAN 1 185 # endif 186 #else 187 # ifndef WORDS_BIGENDIAN 188 # undef WORDS_BIGENDIAN 189 # endif 190 #endif 177 /* Define to 1 if your processor stores words with the most significant byte 178 first (like Motorola and SPARC, unlike Intel and VAX). */ 179 #undef WORDS_BIGENDIAN
Note: See TracChangeset
for help on using the changeset viewer.