Changeset 558
- Timestamp:
- Dec 10, 2006, 7:05:21 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r547 r558 50 50 cd examples/app-fermi/fortran; make clean; make; cd - 51 51 cd examples/app-fermi/cee; make clean; make; cd - 52 cd examples/app-fermi/wrapper/cee; make clean; make; cd - 52 53 cd examples/c-example; make clean; make; cd - 53 54 … … 116 117 cd examples/app-fermi/cee; make clean; cd -; 117 118 cd examples/app-fermi/fortran; make clean; cd -; 119 cd examples/app-fermi/wrapper/cee; make clean; cd - 118 120 cd examples/c-example; make clean; cd -; 119 121 cd gui; make clean; cd -; … … 129 131 cd examples/app-fermi/cee; make distclean; cd -; 130 132 cd examples/app-fermi/fortran; make distclean; cd -; 133 cd examples/app-fermi/wrapper/cee; make distclean; cd - 131 134 cd examples/c-example; make distclean; cd -; 132 135 cd gui; make distclean; cd -; -
trunk/configure
r529 r558 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2. 59for 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 # Copyright (C) 2003 Free Software Foundation, Inc. 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 8 9 # This configure script is free software; the Free Software Foundation 9 10 # gives unlimited permission to copy, distribute and modify it. … … 12 13 ## --------------------- ## 13 14 14 # Be Bourne compatible 15 # Be more Bourne compatible 16 DUALCASE=1; export DUALCASE # for MKS sh 15 17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 16 18 emulate sh … … 19 21 # is contrary to our usage. Disable this feature. 20 22 alias -g '${1+"$@"}'='"$@"' 21 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 22 set -o posix 23 fi 24 DUALCASE=1; export DUALCASE # for MKS sh 25 26 # Support unset when possible. 27 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 28 as_unset=unset 29 else 30 as_unset=false 31 fi 32 33 34 # Work around bugs in pre-3.0 UWIN ksh. 35 $as_unset ENV MAIL MAILPATH 36 PS1='$ ' 37 PS2='> ' 38 PS4='+ ' 39 40 # NLS nuisances. 41 for as_var in \ 42 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 43 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 44 LC_TELEPHONE LC_TIME 45 do 46 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 47 eval $as_var=C; export $as_var 48 else 49 $as_unset $as_var 50 fi 51 done 52 53 # Required to use basename. 54 if expr a : '\(a\)' >/dev/null 2>&1; then 55 as_expr=expr 56 else 57 as_expr=false 58 fi 59 60 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 61 as_basename=basename 62 else 63 as_basename=false 64 fi 65 66 67 # Name of the executable. 68 as_me=`$as_basename "$0" || 69 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 70 X"$0" : 'X\(//\)$' \| \ 71 X"$0" : 'X\(/\)$' \| \ 72 . : '\(.\)' 2>/dev/null || 73 echo X/"$0" | 74 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 75 /^X\/\(\/\/\)$/{ s//\1/; q; } 76 /^X\/\(\/\).*/{ s//\1/; q; } 77 s/.*/./; q'` 78 79 80 # PATH needs CR, and LINENO needs CR and PATH. 23 setopt NO_GLOB_SUBST 24 else 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 81 35 # Avoid depending upon Character Ranges. 82 36 as_cr_letters='abcdefghijklmnopqrstuvwxyz' … … 99 53 fi 100 54 101 102 as_lineno_1=$LINENO 103 as_lineno_2=$LINENO 104 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 105 test "x$as_lineno_1" != "x$as_lineno_2" && 106 test "x$as_lineno_3" = "x$as_lineno_2" || { 107 # Find who we are. Look in the path if we contain no path at all 108 # relative or not. 109 case $0 in 110 *[\\/]* ) as_myself=$0 ;; 111 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 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 60 fi 61 62 63 # IFS 64 # We need space, tab and new line, in precisely that order. Quoting is 65 # there to prevent editors from complaining about space-tab. 66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 67 # splitting by setting IFS to empty value.) 68 as_nl=' 69 ' 70 IFS=" "" $as_nl" 71 72 # Find who we are. Look in the path if we contain no directory separator. 73 case $0 in 74 *[\\/]* ) as_myself=$0 ;; 75 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 112 76 for as_dir in $PATH 113 77 do … … 116 80 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 117 81 done 118 119 ;; 120 esac 121 # We did not find ourselves, most probably we were run as `sh COMMAND' 122 # in which case we are not to be found in the path. 123 if test "x$as_myself" = x; then 124 as_myself=$0 82 IFS=$as_save_IFS 83 84 ;; 85 esac 86 # We did not find ourselves, most probably we were run as `sh COMMAND' 87 # in which case we are not to be found in the path. 88 if test "x$as_myself" = x; then 89 as_myself=$0 90 fi 91 if test ! -f "$as_myself"; then 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 99 done 100 PS1='$ ' 101 PS2='> ' 102 PS4='+ ' 103 104 # NLS nuisances. 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 109 do 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 125 114 fi 126 if test ! -f "$as_myself"; then 127 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 128 { (exit 1); exit 1; }; } 129 fi 130 case $CONFIG_SHELL in 131 '') 115 done 116 117 # Required to use basename. 118 if expr a : '\(a\)' >/dev/null 2>&1 && 119 test "X`expr 00001 : '.*\(...\)'`" = X001; then 120 as_expr=expr 121 else 122 as_expr=false 123 fi 124 125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 126 as_basename=basename 127 else 128 as_basename=false 129 fi 130 131 132 # Name of the executable. 133 as_me=`$as_basename -- "$0" || 134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 135 X"$0" : 'X\(//\)$' \| \ 136 X"$0" : 'X\(/\)' \| . 2>/dev/null || 137 echo X/"$0" | 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 139 s//\1/ 140 q 141 } 142 /^X\/\(\/\/\)$/{ 143 s//\1/ 144 q 145 } 146 /^X\/\(\/\).*/{ 147 s//\1/ 148 q 149 } 150 s/.*/./; q'` 151 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= 132 223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 133 224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH … … 135 226 IFS=$as_save_IFS 136 227 test -z "$as_dir" && as_dir=. 137 for as_base in sh bash ksh sh5; do 138 case $as_dir in 228 case $as_dir in 139 229 /*) 140 if ("$as_dir/$as_base" -c ' 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 ( 141 330 as_lineno_1=$LINENO 142 331 as_lineno_2=$LINENO 143 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`144 332 test "x$as_lineno_1" != "x$as_lineno_2" && 145 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 146 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 147 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 148 CONFIG_SHELL=$as_dir/$as_base 149 export CONFIG_SHELL 150 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 151 fi;; 152 esac 153 done 154 done 155 ;; 156 esac 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" || { 157 429 158 430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 159 431 # uniformly replaced by the line number. The first 'sed' inserts a 160 # line-number line before each line; the second 'sed' does the real 161 # work. The second script uses 'N' to pair each line-number line 162 # with the numbered line, and appends trailing '-' during 163 # substitution so that $LINENO is not a special case at line end. 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. 164 437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 165 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 166 sed '=' <$as_myself | 438 # scripts with optimization help from Paolo Bonzini. Blame Lee 439 # E. McMahon (1931-1989) for sed's syntax. :-) 440 sed -n ' 441 p 442 /[$]LINENO/= 443 ' <$as_myself | 167 444 sed ' 445 s/[$]LINENO.*/&-/ 446 t lineno 447 b 448 :lineno 168 449 N 169 s,$,-, 170 : loop 171 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 450 :loop 451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 172 452 t loop 173 s,-$,, 174 s,^['$as_cr_digits']*\n,, 453 s/-\n.*// 175 454 ' >$as_me.lineno && 176 chmod +x $as_me.lineno||455 chmod +x "$as_me.lineno" || 177 456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 178 457 { (exit 1); exit 1; }; } … … 180 459 # Don't try to exec as it changes $[0], causing all sort of problems 181 460 # (the dirname of $[0] is not the place where we might find the 182 # original and so on. Autoconf is especially sensi ble to this).183 . ./$as_me.lineno461 # original and so on. Autoconf is especially sensitive to this). 462 . "./$as_me.lineno" 184 463 # Exit status is that of the last command. 185 464 exit … … 187 466 188 467 189 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 190 *c*,-n*) ECHO_N= ECHO_C=' 191 ' ECHO_T=' ' ;; 192 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 193 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 194 esac 195 196 if expr a : '\(a\)' >/dev/null 2>&1; then 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 474 ECHO_C= ECHO_N= ECHO_T= 475 case `echo -n x` in 476 -n*) 477 case `echo 'x\c'` in 478 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 479 *) ECHO_C='\c';; 480 esac;; 481 *) 482 ECHO_N='-n';; 483 esac 484 485 if expr a : '\(a\)' >/dev/null 2>&1 && 486 test "X`expr 00001 : '.*\(...\)'`" = X001; then 197 487 as_expr=expr 198 488 else … … 201 491 202 492 rm -f conf$$ conf$$.exe conf$$.file 493 if test -d conf$$.dir; then 494 rm -f conf$$.dir/conf$$.file 495 else 496 rm -f conf$$.dir 497 mkdir conf$$.dir 498 fi 203 499 echo >conf$$.file 204 500 if ln -s conf$$.file conf$$ 2>/dev/null; then 205 # We could just check for DJGPP; but this test a) works b) is more generic 206 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 207 if test -f conf$$.exe; then 208 # Don't use ln at all; we don't have any links 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 || 209 507 as_ln_s='cp -p' 210 else211 as_ln_s='ln -s'212 fi213 508 elif ln conf$$.file conf$$ 2>/dev/null; then 214 509 as_ln_s=ln … … 216 511 as_ln_s='cp -p' 217 512 fi 218 rm -f conf$$ conf$$.exe conf$$.file 513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 514 rmdir conf$$.dir 2>/dev/null 219 515 220 516 if mkdir -p . 2>/dev/null; then … … 225 521 fi 226 522 227 as_executable_p="test -f" 523 if test -x / >/dev/null 2>&1; then 524 as_test_x='test -x' 525 else 526 if ls -dL / >/dev/null 2>&1; then 527 as_ls_L_option=L 528 else 529 as_ls_L_option= 530 fi 531 as_test_x=' 532 eval sh -c '\'' 533 if test -d "$1"; then 534 test -d "$1/."; 535 else 536 case $1 in 537 -*)set "./$1";; 538 esac; 539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 540 ???[sx]*):;;*)false;;esac;fi 541 '\'' sh 542 ' 543 fi 544 as_executable_p=$as_test_x 228 545 229 546 # Sed expression to map a string onto a valid CPP name. … … 234 551 235 552 236 # IFS 237 # We need space, tab and new line, in precisely that order. 238 as_nl=' 239 ' 240 IFS=" $as_nl" 241 242 # CDPATH. 243 $as_unset CDPATH 244 553 554 exec 7<&0 </dev/null 6>&1 245 555 246 556 # Name of the host. … … 249 559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 250 560 251 exec 6>&1252 253 561 # 254 562 # Initializations. 255 563 # 256 564 ac_default_prefix=/usr/local 565 ac_clean_files= 257 566 ac_config_libobj_dir=. 567 LIBOBJS= 258 568 cross_compiling=no 259 569 subdirs= … … 261 571 MAKEFLAGS= 262 572 SHELL=${CONFIG_SHELL-/bin/sh} 263 264 # Maximum number of lines to put in a shell here document.265 # This variable seems obsolete. It should probably be removed, and266 # only ac_max_sed_lines should be used.267 : ${ac_max_here_lines=38}268 573 269 574 # Identity of this package. … … 277 582 ac_includes_default="\ 278 583 #include <stdio.h> 279 #if HAVE_SYS_TYPES_H584 #ifdef HAVE_SYS_TYPES_H 280 585 # include <sys/types.h> 281 586 #endif 282 #if HAVE_SYS_STAT_H587 #ifdef HAVE_SYS_STAT_H 283 588 # include <sys/stat.h> 284 589 #endif 285 #if STDC_HEADERS590 #ifdef STDC_HEADERS 286 591 # include <stdlib.h> 287 592 # include <stddef.h> 288 593 #else 289 # if HAVE_STDLIB_H594 # ifdef HAVE_STDLIB_H 290 595 # include <stdlib.h> 291 596 # endif 292 597 #endif 293 #if HAVE_STRING_H294 # if ! STDC_HEADERS &&HAVE_MEMORY_H598 #ifdef HAVE_STRING_H 599 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H 295 600 # include <memory.h> 296 601 # endif 297 602 # include <string.h> 298 603 #endif 299 #if HAVE_STRINGS_H604 #ifdef HAVE_STRINGS_H 300 605 # include <strings.h> 301 606 #endif 302 #if HAVE_INTTYPES_H607 #ifdef HAVE_INTTYPES_H 303 608 # include <inttypes.h> 304 #else305 # if HAVE_STDINT_H306 # include <stdint.h>307 # endif308 609 #endif 309 #if HAVE_UNISTD_H 610 #ifdef HAVE_STDINT_H 611 # include <stdint.h> 612 #endif 613 #ifdef HAVE_UNISTD_H 310 614 # include <unistd.h> 311 615 #endif" 312 616 313 ac_subdirs_all="$ac_subdirs_all gui" 314 ac_subdirs_all="$ac_subdirs_all src/tcl" 315 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX CXXCPP F77 FFLAGS ac_ct_F77 MEX MKOCTFILE PERL PYTHON pythondir PERL_INCLUDES PYTHON_VERSION PYTHON_INCLUDES PYTHON_SITE_PACKAGES VERSION RP_BASE subdirs LIBOBJS 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 SET_MAKE 655 CC 656 CFLAGS 657 LDFLAGS 658 CPPFLAGS 659 ac_ct_CC 660 EXEEXT 661 OBJEXT 662 CPP 663 GREP 664 EGREP 665 CXX 666 CXXFLAGS 667 ac_ct_CXX 668 CXXCPP 669 F77 670 FFLAGS 671 ac_ct_F77 672 MEX 673 MKOCTFILE 674 PERL 675 PYTHON 676 pythondir 677 PERL_INCLUDES 678 PYTHON_VERSION 679 PYTHON_INCLUDES 680 PYTHON_SITE_PACKAGES 681 VERSION 682 RP_BASE 683 subdirs 684 LIBOBJS 685 LTLIBOBJS' 316 686 ac_subst_files='' 687 ac_precious_vars='build_alias 688 host_alias 689 target_alias 690 CC 691 CFLAGS 692 LDFLAGS 693 LIBS 694 CPPFLAGS 695 CPP 696 CXX 697 CXXFLAGS 698 CCC 699 CXXCPP 700 F77 701 FFLAGS' 702 ac_subdirs_all='gui 703 src/tcl ' 317 704 318 705 # Initialize some variables set by options. … … 341 728 # by default will actually change. 342 729 # Use braces instead of parens because sh, perl, etc. also accept them. 730 # (The list follows the same order as the GNU Coding Standards.) 343 731 bindir='${exec_prefix}/bin' 344 732 sbindir='${exec_prefix}/sbin' 345 733 libexecdir='${exec_prefix}/libexec' 346 datadir='${prefix}/share' 734 datarootdir='${prefix}/share' 735 datadir='${datarootdir}' 347 736 sysconfdir='${prefix}/etc' 348 737 sharedstatedir='${prefix}/com' 349 738 localstatedir='${prefix}/var' 350 libdir='${exec_prefix}/lib'351 739 includedir='${prefix}/include' 352 740 oldincludedir='/usr/include' 353 infodir='${prefix}/info' 354 mandir='${prefix}/man' 741 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 742 infodir='${datarootdir}/info' 743 htmldir='${docdir}' 744 dvidir='${docdir}' 745 pdfdir='${docdir}' 746 psdir='${docdir}' 747 libdir='${exec_prefix}/lib' 748 localedir='${datarootdir}/locale' 749 mandir='${datarootdir}/man' 355 750 356 751 ac_prev= 752 ac_dashdash= 357 753 for ac_option 358 754 do 359 755 # If the previous option needs an argument, assign it. 360 756 if test -n "$ac_prev"; then 361 eval "$ac_prev=\$ac_option"757 eval $ac_prev=\$ac_option 362 758 ac_prev= 363 759 continue 364 760 fi 365 761 366 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 762 case $ac_option in 763 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 764 *) ac_optarg=yes ;; 765 esac 367 766 368 767 # Accept the important Cygnus configure options, so we can diagnose typos. 369 768 370 case $ac_option in 769 case $ac_dashdash$ac_option in 770 --) 771 ac_dashdash=yes ;; 371 772 372 773 -bindir | --bindir | --bindi | --bind | --bin | --bi) … … 390 791 cache_file=config.cache ;; 391 792 392 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)793 -datadir | --datadir | --datadi | --datad) 393 794 ac_prev=datadir ;; 394 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 395 | --da=*) 795 -datadir=* | --datadir=* | --datadi=* | --datad=*) 396 796 datadir=$ac_optarg ;; 797 798 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 799 | --dataroo | --dataro | --datar) 800 ac_prev=datarootdir ;; 801 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 802 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 803 datarootdir=$ac_optarg ;; 397 804 398 805 -disable-* | --disable-*) 399 806 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 400 807 # Reject names that are not valid shell variable names. 401 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&808 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 402 809 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 403 810 { (exit 1); exit 1; }; } 404 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 405 eval "enable_$ac_feature=no" ;; 811 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 812 eval enable_$ac_feature=no ;; 813 814 -docdir | --docdir | --docdi | --doc | --do) 815 ac_prev=docdir ;; 816 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 817 docdir=$ac_optarg ;; 818 819 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 820 ac_prev=dvidir ;; 821 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 822 dvidir=$ac_optarg ;; 406 823 407 824 -enable-* | --enable-*) 408 825 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 409 826 # Reject names that are not valid shell variable names. 410 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&827 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 411 828 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 412 829 { (exit 1); exit 1; }; } 413 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 414 case $ac_option in 415 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 416 *) ac_optarg=yes ;; 417 esac 418 eval "enable_$ac_feature='$ac_optarg'" ;; 830 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 831 eval enable_$ac_feature=\$ac_optarg ;; 419 832 420 833 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 443 856 host_alias=$ac_optarg ;; 444 857 858 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 859 ac_prev=htmldir ;; 860 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 861 | --ht=*) 862 htmldir=$ac_optarg ;; 863 445 864 -includedir | --includedir | --includedi | --included | --include \ 446 865 | --includ | --inclu | --incl | --inc) … … 467 886 libexecdir=$ac_optarg ;; 468 887 888 -localedir | --localedir | --localedi | --localed | --locale) 889 ac_prev=localedir ;; 890 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 891 localedir=$ac_optarg ;; 892 469 893 -localstatedir | --localstatedir | --localstatedi | --localstated \ 470 | --localstate | --localstat | --localsta | --localst \ 471 | --locals | --local | --loca | --loc | --lo) 894 | --localstate | --localstat | --localsta | --localst | --locals) 472 895 ac_prev=localstatedir ;; 473 896 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 474 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 475 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 897 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 476 898 localstatedir=$ac_optarg ;; 477 899 … … 538 960 program_transform_name=$ac_optarg ;; 539 961 962 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 963 ac_prev=pdfdir ;; 964 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 965 pdfdir=$ac_optarg ;; 966 967 -psdir | --psdir | --psdi | --psd | --ps) 968 ac_prev=psdir ;; 969 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 970 psdir=$ac_optarg ;; 971 540 972 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 541 973 | -silent | --silent | --silen | --sile | --sil) … … 590 1022 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 591 1023 # Reject names that are not valid shell variable names. 592 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&1024 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 593 1025 { echo "$as_me: error: invalid package name: $ac_package" >&2 594 1026 { (exit 1); exit 1; }; } 595 ac_package=`echo $ac_package| sed 's/-/_/g'` 596 case $ac_option in 597 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 598 *) ac_optarg=yes ;; 599 esac 600 eval "with_$ac_package='$ac_optarg'" ;; 1027 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1028 eval with_$ac_package=\$ac_optarg ;; 601 1029 602 1030 -without-* | --without-*) 603 1031 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 604 1032 # Reject names that are not valid shell variable names. 605 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&1033 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 606 1034 { echo "$as_me: error: invalid package name: $ac_package" >&2 607 1035 { (exit 1); exit 1; }; } 608 ac_package=`echo $ac_package | sed 's/ -/_/g'`609 eval "with_$ac_package=no";;1036 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1037 eval with_$ac_package=no ;; 610 1038 611 1039 --x) … … 638 1066 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 639 1067 { (exit 1); exit 1; }; } 640 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 641 eval "$ac_envvar='$ac_optarg'" 1068 eval $ac_envvar=\$ac_optarg 642 1069 export $ac_envvar ;; 643 1070 … … 659 1086 fi 660 1087 661 # Be sure to have absolute paths. 662 for ac_var in exec_prefix prefix 1088 # Be sure to have absolute directory names. 1089 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1090 datadir sysconfdir sharedstatedir localstatedir includedir \ 1091 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1092 libdir localedir mandir 663 1093 do 664 eval ac_val= $`echo $ac_var`1094 eval ac_val=\$$ac_var 665 1095 case $ac_val in 666 [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 667 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 668 { (exit 1); exit 1; }; };; 1096 [\\/$]* | ?:[\\/]* ) continue;; 1097 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 669 1098 esac 670 done 671 672 # Be sure to have absolute paths. 673 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 674 localstatedir libdir includedir oldincludedir infodir mandir 675 do 676 eval ac_val=$`echo $ac_var` 677 case $ac_val in 678 [\\/$]* | ?:[\\/]* ) ;; 679 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 680 { (exit 1); exit 1; }; };; 681 esac 1099 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1100 { (exit 1); exit 1; }; } 682 1101 done 683 1102 … … 706 1125 707 1126 1127 ac_pwd=`pwd` && test -n "$ac_pwd" && 1128 ac_ls_di=`ls -di .` && 1129 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1130 { echo "$as_me: error: Working directory cannot be determined" >&2 1131 { (exit 1); exit 1; }; } 1132 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1133 { echo "$as_me: error: pwd does not report name of working directory" >&2 1134 { (exit 1); exit 1; }; } 1135 1136 708 1137 # Find the source files, if location was not specified. 709 1138 if test -z "$srcdir"; then 710 1139 ac_srcdir_defaulted=yes 711 # Try the directory containing this script, then its parent.712 ac_confdir=` (dirname "$0") 2>/dev/null||1140 # Try the directory containing this script, then the parent directory. 1141 ac_confdir=`$as_dirname -- "$0" || 713 1142 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 714 1143 X"$0" : 'X\(//\)[^/]' \| \ 715 1144 X"$0" : 'X\(//\)$' \| \ 716 X"$0" : 'X\(/\)' \| \ 717 . : '\(.\)' 2>/dev/null || 1145 X"$0" : 'X\(/\)' \| . 2>/dev/null || 718 1146 echo X"$0" | 719 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 720 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 721 /^X\(\/\/\)$/{ s//\1/; q; } 722 /^X\(\/\).*/{ s//\1/; q; } 723 s/.*/./; q'` 1147 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1148 s//\1/ 1149 q 1150 } 1151 /^X\(\/\/\)[^/].*/{ 1152 s//\1/ 1153 q 1154 } 1155 /^X\(\/\/\)$/{ 1156 s//\1/ 1157 q 1158 } 1159 /^X\(\/\).*/{ 1160 s//\1/ 1161 q 1162 } 1163 s/.*/./; q'` 724 1164 srcdir=$ac_confdir 725 if test ! -r $srcdir/$ac_unique_file; then1165 if test ! -r "$srcdir/$ac_unique_file"; then 726 1166 srcdir=.. 727 1167 fi … … 729 1169 ac_srcdir_defaulted=no 730 1170 fi 731 if test ! -r $srcdir/$ac_unique_file; then732 if test "$ac_srcdir_defaulted" = yes; then733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&21171 if test ! -r "$srcdir/$ac_unique_file"; then 1172 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1173 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 734 1174 { (exit 1); exit 1; }; } 735 else 736 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1175 fi 1176 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1177 ac_abs_confdir=`( 1178 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 737 1179 { (exit 1); exit 1; }; } 738 fi 739 fi 740 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 741 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 742 { (exit 1); exit 1; }; } 743 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 744 ac_env_build_alias_set=${build_alias+set} 745 ac_env_build_alias_value=$build_alias 746 ac_cv_env_build_alias_set=${build_alias+set} 747 ac_cv_env_build_alias_value=$build_alias 748 ac_env_host_alias_set=${host_alias+set} 749 ac_env_host_alias_value=$host_alias 750 ac_cv_env_host_alias_set=${host_alias+set} 751 ac_cv_env_host_alias_value=$host_alias 752 ac_env_target_alias_set=${target_alias+set} 753 ac_env_target_alias_value=$target_alias 754 ac_cv_env_target_alias_set=${target_alias+set} 755 ac_cv_env_target_alias_value=$target_alias 756 ac_env_CC_set=${CC+set} 757 ac_env_CC_value=$CC 758 ac_cv_env_CC_set=${CC+set} 759 ac_cv_env_CC_value=$CC 760 ac_env_CFLAGS_set=${CFLAGS+set} 761 ac_env_CFLAGS_value=$CFLAGS 762 ac_cv_env_CFLAGS_set=${CFLAGS+set} 763 ac_cv_env_CFLAGS_value=$CFLAGS 764 ac_env_LDFLAGS_set=${LDFLAGS+set} 765 ac_env_LDFLAGS_value=$LDFLAGS 766 ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 767 ac_cv_env_LDFLAGS_value=$LDFLAGS 768 ac_env_CPPFLAGS_set=${CPPFLAGS+set} 769 ac_env_CPPFLAGS_value=$CPPFLAGS 770 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 771 ac_cv_env_CPPFLAGS_value=$CPPFLAGS 772 ac_env_CPP_set=${CPP+set} 773 ac_env_CPP_value=$CPP 774 ac_cv_env_CPP_set=${CPP+set} 775 ac_cv_env_CPP_value=$CPP 776 ac_env_CXX_set=${CXX+set} 777 ac_env_CXX_value=$CXX 778 ac_cv_env_CXX_set=${CXX+set} 779 ac_cv_env_CXX_value=$CXX 780 ac_env_CXXFLAGS_set=${CXXFLAGS+set} 781 ac_env_CXXFLAGS_value=$CXXFLAGS 782 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} 783 ac_cv_env_CXXFLAGS_value=$CXXFLAGS 784 ac_env_CXXCPP_set=${CXXCPP+set} 785 ac_env_CXXCPP_value=$CXXCPP 786 ac_cv_env_CXXCPP_set=${CXXCPP+set} 787 ac_cv_env_CXXCPP_value=$CXXCPP 788 ac_env_F77_set=${F77+set} 789 ac_env_F77_value=$F77 790 ac_cv_env_F77_set=${F77+set} 791 ac_cv_env_F77_value=$F77 792 ac_env_FFLAGS_set=${FFLAGS+set} 793 ac_env_FFLAGS_value=$FFLAGS 794 ac_cv_env_FFLAGS_set=${FFLAGS+set} 795 ac_cv_env_FFLAGS_value=$FFLAGS 1180 pwd)` 1181 # When building in place, set srcdir=. 1182 if test "$ac_abs_confdir" = "$ac_pwd"; then 1183 srcdir=. 1184 fi 1185 # Remove unnecessary trailing slashes from srcdir. 1186 # Double slashes in file names in object file debugging info 1187 # mess up M-x gdb in Emacs. 1188 case $srcdir in 1189 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1190 esac 1191 for ac_var in $ac_precious_vars; do 1192 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1193 eval ac_env_${ac_var}_value=\$${ac_var} 1194 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1195 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1196 done 796 1197 797 1198 # … … 822 1223 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 823 1224 824 _ACEOF825 826 cat <<_ACEOF827 1225 Installation directories: 828 1226 --prefix=PREFIX install architecture-independent files in PREFIX … … 842 1240 --sbindir=DIR system admin executables [EPREFIX/sbin] 843 1241 --libexecdir=DIR program executables [EPREFIX/libexec] 844 --datadir=DIR read-only architecture-independent data [PREFIX/share]845 1242 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 846 1243 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] … … 849 1246 --includedir=DIR C header files [PREFIX/include] 850 1247 --oldincludedir=DIR C header files for non-gcc [/usr/include] 851 --infodir=DIR info documentation [PREFIX/info] 852 --mandir=DIR man documentation [PREFIX/man] 1248 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1249 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1250 --infodir=DIR info documentation [DATAROOTDIR/info] 1251 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1252 --mandir=DIR man documentation [DATAROOTDIR/man] 1253 --docdir=DIR documentation root [DATAROOTDIR/doc/rappture] 1254 --htmldir=DIR html documentation [DOCDIR] 1255 --dvidir=DIR dvi documentation [DOCDIR] 1256 --pdfdir=DIR pdf documentation [DOCDIR] 1257 --psdir=DIR ps documentation [DOCDIR] 853 1258 _ACEOF 854 1259 … … 876 1281 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 877 1282 nonstandard directory <lib dir> 878 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 879 headers in a nonstandard directory <include dir> 1283 LIBS libraries to pass to the linker, e.g. -l<library> 1284 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1285 you have headers in a nonstandard directory <include dir> 880 1286 CPP C preprocessor 881 1287 CXX C++ compiler command … … 890 1296 Report bugs to <rappture@nanohub.org>. 891 1297 _ACEOF 1298 ac_status=$? 892 1299 fi 893 1300 894 1301 if test "$ac_init_help" = "recursive"; then 895 1302 # If there are subdirs, report their specific --help. 896 ac_popdir=`pwd`897 1303 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 898 test -d $ac_dir|| continue1304 test -d "$ac_dir" || continue 899 1305 ac_builddir=. 900 1306 901 if test "$ac_dir" != .; then 1307 case "$ac_dir" in 1308 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1309 *) 902 1310 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 903 # A "../" for each directory in $ac_dir_suffix. 904 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 905 else 906 ac_dir_suffix= ac_top_builddir= 907 fi 1311 # A ".." for each directory in $ac_dir_suffix. 1312 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1313 case $ac_top_builddir_sub in 1314 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1315 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1316 esac ;; 1317 esac 1318 ac_abs_top_builddir=$ac_pwd 1319 ac_abs_builddir=$ac_pwd$ac_dir_suffix 1320 # for backward compatibility: 1321 ac_top_builddir=$ac_top_build_prefix 908 1322 909 1323 case $srcdir in 910 .) # No --srcdir option.We are building in place.1324 .) # We are building in place. 911 1325 ac_srcdir=. 912 if test -z "$ac_top_builddir"; then 913 ac_top_srcdir=. 914 else 915 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 916 fi ;; 917 [\\/]* | ?:[\\/]* ) # Absolute path. 1326 ac_top_srcdir=$ac_top_builddir_sub 1327 ac_abs_top_srcdir=$ac_pwd ;; 1328 [\\/]* | ?:[\\/]* ) # Absolute name. 918 1329 ac_srcdir=$srcdir$ac_dir_suffix; 919 ac_top_srcdir=$srcdir ;; 920 *) # Relative path. 921 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 922 ac_top_srcdir=$ac_top_builddir$srcdir ;; 923 esac 924 925 # Do not use `cd foo && pwd` to compute absolute paths, because 926 # the directories may not exist. 927 case `pwd` in 928 .) ac_abs_builddir="$ac_dir";; 929 *) 930 case "$ac_dir" in 931 .) ac_abs_builddir=`pwd`;; 932 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 933 *) ac_abs_builddir=`pwd`/"$ac_dir";; 934 esac;; 935 esac 936 case $ac_abs_builddir in 937 .) ac_abs_top_builddir=${ac_top_builddir}.;; 938 *) 939 case ${ac_top_builddir}. in 940 .) ac_abs_top_builddir=$ac_abs_builddir;; 941 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 942 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 943 esac;; 944 esac 945 case $ac_abs_builddir in 946 .) ac_abs_srcdir=$ac_srcdir;; 947 *) 948 case $ac_srcdir in 949 .) ac_abs_srcdir=$ac_abs_builddir;; 950 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 951 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 952 esac;; 953 esac 954 case $ac_abs_builddir in 955 .) ac_abs_top_srcdir=$ac_top_srcdir;; 956 *) 957 case $ac_top_srcdir in 958 .) ac_abs_top_srcdir=$ac_abs_builddir;; 959 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 960 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 961 esac;; 962 esac 963 964 cd $ac_dir 965 # Check for guested configure; otherwise get Cygnus style configure. 966 if test -f $ac_srcdir/configure.gnu; then 967 echo 968 $SHELL $ac_srcdir/configure.gnu --help=recursive 969 elif test -f $ac_srcdir/configure; then 970 echo 971 $SHELL $ac_srcdir/configure --help=recursive 972 elif test -f $ac_srcdir/configure.ac || 973 test -f $ac_srcdir/configure.in; then 974 echo 975 $ac_configure --help 1330 ac_top_srcdir=$srcdir 1331 ac_abs_top_srcdir=$srcdir ;; 1332 *) # Relative name. 1333 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1334 ac_top_srcdir=$ac_top_build_prefix$srcdir 1335 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1336 esac 1337 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1338 1339 cd "$ac_dir" || { ac_status=$?; continue; } 1340 # Check for guested configure. 1341 if test -f "$ac_srcdir/configure.gnu"; then 1342 echo && 1343 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1344 elif test -f "$ac_srcdir/configure"; then 1345 echo && 1346 $SHELL "$ac_srcdir/configure" --help=recursive 976 1347 else 977 1348 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 978 fi 979 cd "$ac_p opdir"1349 fi || ac_status=$? 1350 cd "$ac_pwd" || { ac_status=$?; break; } 980 1351 done 981 1352 fi 982 1353 983 test -n "$ac_init_help" && exit 01354 test -n "$ac_init_help" && exit $ac_status 984 1355 if $ac_init_version; then 985 1356 cat <<\_ACEOF 986 1357 rappture configure 1.1 987 generated by GNU Autoconf 2.59 988 989 Copyright (C) 2003 Free Software Foundation, Inc. 1358 generated by GNU Autoconf 2.61 1359 1360 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1361 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 990 1362 This configure script is free software; the Free Software Foundation 991 1363 gives unlimited permission to copy, distribute and modify it. 992 1364 _ACEOF 993 exit 0 994 fi 995 exec 5>config.log 996 cat >&5 <<_ACEOF 1365 exit 1366 fi 1367 cat >config.log <<_ACEOF 997 1368 This file contains any messages produced by compilers while 998 1369 running configure, to aid debugging if configure makes a mistake. 999 1370 1000 1371 It was created by rappture $as_me 1.1, which was 1001 generated by GNU Autoconf 2. 59. Invocation command line was1372 generated by GNU Autoconf 2.61. Invocation command line was 1002 1373 1003 1374 $ $0 $@ 1004 1375 1005 1376 _ACEOF 1377 exec 5>>config.log 1006 1378 { 1007 1379 cat <<_ASUNAME … … 1022 1394 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1023 1395 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1024 hostinfo = `(hostinfo) 2>/dev/null|| echo unknown`1396 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1025 1397 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1026 1398 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` … … 1036 1408 echo "PATH: $as_dir" 1037 1409 done 1410 IFS=$as_save_IFS 1038 1411 1039 1412 } >&5 … … 1057 1430 ac_configure_args0= 1058 1431 ac_configure_args1= 1059 ac_sep=1060 1432 ac_must_keep_next=false 1061 1433 for ac_pass in 1 2 … … 1068 1440 | -silent | --silent | --silen | --sile | --sil) 1069 1441 continue ;; 1070 * " "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)1442 *\'*) 1071 1443 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1072 1444 esac … … 1090 1462 esac 1091 1463 fi 1092 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1093 # Get rid of the leading space. 1094 ac_sep=" " 1464 ac_configure_args="$ac_configure_args '$ac_arg'" 1095 1465 ;; 1096 1466 esac … … 1103 1473 # config.log. We remove comments because anyway the quotes in there 1104 1474 # would cause problems or look ugly. 1105 # WARNING: Be sure not to use single quotes in there, as some shells,1106 # such as our DU 5.0 friend, will then `close' the trap.1475 # WARNING: Use '\'' to represent an apostrophe within the trap. 1476 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1107 1477 trap 'exit_status=$? 1108 1478 # Save into config.log some information that might help in debugging. … … 1117 1487 echo 1118 1488 # The following way of writing the cache mishandles newlines in values, 1119 { 1489 ( 1490 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1491 eval ac_val=\$$ac_var 1492 case $ac_val in #( 1493 *${as_nl}*) 1494 case $ac_var in #( 1495 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1496 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1497 esac 1498 case $ac_var in #( 1499 _ | IFS | as_nl) ;; #( 1500 *) $as_unset $ac_var ;; 1501 esac ;; 1502 esac 1503 done 1120 1504 (set) 2>&1 | 1121 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in1122 * ac_space=\ *)1505 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1506 *${as_nl}ac_space=\ *) 1123 1507 sed -n \ 1124 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1125 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1508 "s/'\''/'\''\\\\'\'''\''/g; 1509 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1510 ;; #( 1511 *) 1512 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1126 1513 ;; 1127 *) 1128 sed -n \ 1129 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1130 ;; 1131 esac; 1132 } 1514 esac | 1515 sort 1516 ) 1133 1517 echo 1134 1518 … … 1141 1525 for ac_var in $ac_subst_vars 1142 1526 do 1143 eval ac_val=$`echo $ac_var` 1144 echo "$ac_var='"'"'$ac_val'"'"'" 1527 eval ac_val=\$$ac_var 1528 case $ac_val in 1529 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1530 esac 1531 echo "$ac_var='\''$ac_val'\''" 1145 1532 done | sort 1146 1533 echo … … 1148 1535 if test -n "$ac_subst_files"; then 1149 1536 cat <<\_ASBOX 1150 ## ------------- ##1151 ## Output files. ##1152 ## ------------- ##1537 ## ------------------- ## 1538 ## File substitutions. ## 1539 ## ------------------- ## 1153 1540 _ASBOX 1154 1541 echo 1155 1542 for ac_var in $ac_subst_files 1156 1543 do 1157 eval ac_val=$`echo $ac_var` 1158 echo "$ac_var='"'"'$ac_val'"'"'" 1544 eval ac_val=\$$ac_var 1545 case $ac_val in 1546 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1547 esac 1548 echo "$ac_var='\''$ac_val'\''" 1159 1549 done | sort 1160 1550 echo … … 1168 1558 _ASBOX 1169 1559 echo 1170 sed "/^$/d" confdefs.h | sort1560 cat confdefs.h 1171 1561 echo 1172 1562 fi … … 1175 1565 echo "$as_me: exit $exit_status" 1176 1566 } >&5 1177 rm -f core *.core &&1178 rm -rfconftest* confdefs* conf$$* $ac_clean_files &&1567 rm -f core *.core core.conftest.* && 1568 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1179 1569 exit $exit_status 1180 1570 ' 0 1181 1571 for ac_signal in 1 2 13 15; do 1182 1572 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal … … 1185 1575 1186 1576 # confdefs.h avoids OS command line length limits that DEFS can exceed. 1187 rm -rf conftest* confdefs.h 1188 # AIX cpp loses on an empty file, so make sure it contains at least a newline. 1189 echo >confdefs.h 1577 rm -f -r conftest* confdefs.h 1190 1578 1191 1579 # Predefined preprocessor variables. … … 1218 1606 # Let the site file select an alternate cache file if it wants to. 1219 1607 # Prefer explicitly selected file to automatically selected ones. 1220 if test -z "$CONFIG_SITE"; then 1221 if test "x$prefix" != xNONE; then 1222 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1223 else 1224 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1225 fi 1226 fi 1227 for ac_site_file in $CONFIG_SITE; do 1608 if test -n "$CONFIG_SITE"; then 1609 set x "$CONFIG_SITE" 1610 elif test "x$prefix" != xNONE; then 1611 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1612 else 1613 set x "$ac_default_prefix/share/config.site" \ 1614 "$ac_default_prefix/etc/config.site" 1615 fi 1616 shift 1617 for ac_site_file 1618 do 1228 1619 if test -r "$ac_site_file"; then 1229 1620 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 … … 1241 1632 echo "$as_me: loading cache $cache_file" >&6;} 1242 1633 case $cache_file in 1243 [\\/]* | ?:[\\/]* ) . $cache_file;;1244 *) . ./$cache_file;;1634 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1635 *) . "./$cache_file";; 1245 1636 esac 1246 1637 fi … … 1254 1645 # value. 1255 1646 ac_cache_corrupted=false 1256 for ac_var in `(set) 2>&1 | 1257 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1647 for ac_var in $ac_precious_vars; do 1258 1648 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1259 1649 eval ac_new_set=\$ac_env_${ac_var}_set 1260 eval ac_old_val= "\$ac_cv_env_${ac_var}_value"1261 eval ac_new_val= "\$ac_env_${ac_var}_value"1650 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1651 eval ac_new_val=\$ac_env_${ac_var}_value 1262 1652 case $ac_old_set,$ac_new_set in 1263 1653 set,) … … 1284 1674 if test "$ac_new_set" = set; then 1285 1675 case $ac_new_val in 1286 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1287 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1676 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1288 1677 *) ac_arg=$ac_var=$ac_new_val ;; 1289 1678 esac … … 1302 1691 fi 1303 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1304 1717 ac_ext=c 1305 1718 ac_cpp='$CPP $CPPFLAGS' … … 1310 1723 1311 1724 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1725 VERSION=0.0.1 1338 1726 … … 1349 1737 1350 1738 # AC_PROG_INSTALL 1351 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&51352 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 1353 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`1354 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then1739 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1740 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 1741 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 1742 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 1355 1743 echo $ECHO_N "(cached) $ECHO_C" >&6 1356 1744 else 1357 1745 cat >conftest.make <<\_ACEOF 1746 SHELL = /bin/sh 1358 1747 all: 1359 @echo ' ac_maketemp="$(MAKE)"'1748 @echo '@@@%%%=$(MAKE)=@@@%%%' 1360 1749 _ACEOF 1361 1750 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 1362 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 1363 if test -n "$ac_maketemp"; then 1364 eval ac_cv_prog_make_${ac_make}_set=yes1365 else 1366 eval ac_cv_prog_make_${ac_make}_set=no1367 fi 1751 case `${MAKE-make} -f conftest.make 2>/dev/null` in 1752 *@@@%%%=?*=@@@%%%*) 1753 eval ac_cv_prog_make_${ac_make}_set=yes;; 1754 *) 1755 eval ac_cv_prog_make_${ac_make}_set=no;; 1756 esac 1368 1757 rm -f conftest.make 1369 1758 fi 1370 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then1371 echo "$as_me:$LINENO: result: yes" >&51372 echo "${ECHO_T}yes" >&6 1759 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 1760 { echo "$as_me:$LINENO: result: yes" >&5 1761 echo "${ECHO_T}yes" >&6; } 1373 1762 SET_MAKE= 1374 1763 else 1375 echo "$as_me:$LINENO: result: no" >&51376 echo "${ECHO_T}no" >&6 1764 { echo "$as_me:$LINENO: result: no" >&5 1765 echo "${ECHO_T}no" >&6; } 1377 1766 SET_MAKE="MAKE=${MAKE-make}" 1378 1767 fi … … 1387 1776 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1388 1777 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1389 echo "$as_me:$LINENO: checking for $ac_word" >&51390 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1778 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1779 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1391 1780 if test "${ac_cv_prog_CC+set}" = set; then 1392 1781 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1401 1790 test -z "$as_dir" && as_dir=. 1402 1791 for ac_exec_ext in '' $ac_executable_extensions; do 1403 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1404 1793 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1405 1794 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1408 1797 done 1409 1798 done 1799 IFS=$as_save_IFS 1410 1800 1411 1801 fi … … 1413 1803 CC=$ac_cv_prog_CC 1414 1804 if test -n "$CC"; then 1415 echo "$as_me:$LINENO: result: $CC" >&5 1416 echo "${ECHO_T}$CC" >&6 1417 else 1418 echo "$as_me:$LINENO: result: no" >&5 1419 echo "${ECHO_T}no" >&6 1420 fi 1805 { echo "$as_me:$LINENO: result: $CC" >&5 1806 echo "${ECHO_T}$CC" >&6; } 1807 else 1808 { echo "$as_me:$LINENO: result: no" >&5 1809 echo "${ECHO_T}no" >&6; } 1810 fi 1811 1421 1812 1422 1813 fi … … 1425 1816 # Extract the first word of "gcc", so it can be a program name with args. 1426 1817 set dummy gcc; ac_word=$2 1427 echo "$as_me:$LINENO: checking for $ac_word" >&51428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1818 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1819 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1429 1820 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1430 1821 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1439 1830 test -z "$as_dir" && as_dir=. 1440 1831 for ac_exec_ext in '' $ac_executable_extensions; do 1441 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1442 1833 ac_cv_prog_ac_ct_CC="gcc" 1443 1834 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1446 1837 done 1447 1838 done 1839 IFS=$as_save_IFS 1448 1840 1449 1841 fi … … 1451 1843 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1452 1844 if test -n "$ac_ct_CC"; then 1453 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1454 echo "${ECHO_T}$ac_ct_CC" >&6 1455 else 1456 echo "$as_me:$LINENO: result: no" >&5 1457 echo "${ECHO_T}no" >&6 1458 fi 1459 1460 CC=$ac_ct_CC 1845 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1846 echo "${ECHO_T}$ac_ct_CC" >&6; } 1847 else 1848 { echo "$as_me:$LINENO: result: no" >&5 1849 echo "${ECHO_T}no" >&6; } 1850 fi 1851 1852 if test "x$ac_ct_CC" = x; then 1853 CC="" 1854 else 1855 case $cross_compiling:$ac_tool_warned in 1856 yes:) 1857 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 1858 whose name does not start with the host triplet. If you think this 1859 configuration is useful to you, please write to autoconf@gnu.org." >&5 1860 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 1861 whose name does not start with the host triplet. If you think this 1862 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 1863 ac_tool_warned=yes ;; 1864 esac 1865 CC=$ac_ct_CC 1866 fi 1461 1867 else 1462 1868 CC="$ac_cv_prog_CC" … … 1464 1870 1465 1871 if test -z "$CC"; then 1466 if test -n "$ac_tool_prefix"; then1467 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.1872 if test -n "$ac_tool_prefix"; then 1873 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1468 1874 set dummy ${ac_tool_prefix}cc; ac_word=$2 1469 echo "$as_me:$LINENO: checking for $ac_word" >&51470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1875 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1876 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1471 1877 if test "${ac_cv_prog_CC+set}" = set; then 1472 1878 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1481 1887 test -z "$as_dir" && as_dir=. 1482 1888 for ac_exec_ext in '' $ac_executable_extensions; do 1483 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1484 1890 ac_cv_prog_CC="${ac_tool_prefix}cc" 1485 1891 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1488 1894 done 1489 1895 done 1896 IFS=$as_save_IFS 1490 1897 1491 1898 fi … … 1493 1900 CC=$ac_cv_prog_CC 1494 1901 if test -n "$CC"; then 1495 echo "$as_me:$LINENO: result: $CC" >&5 1496 echo "${ECHO_T}$CC" >&6 1497 else 1498 echo "$as_me:$LINENO: result: no" >&5 1499 echo "${ECHO_T}no" >&6 1500 fi 1501 1502 fi 1503 if test -z "$ac_cv_prog_CC"; then 1504 ac_ct_CC=$CC 1505 # Extract the first word of "cc", so it can be a program name with args. 1506 set dummy cc; ac_word=$2 1507 echo "$as_me:$LINENO: checking for $ac_word" >&5 1508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1509 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1510 echo $ECHO_N "(cached) $ECHO_C" >&6 1511 else 1512 if test -n "$ac_ct_CC"; then 1513 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1514 else 1515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1516 for as_dir in $PATH 1517 do 1518 IFS=$as_save_IFS 1519 test -z "$as_dir" && as_dir=. 1520 for ac_exec_ext in '' $ac_executable_extensions; do 1521 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1522 ac_cv_prog_ac_ct_CC="cc" 1523 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1524 break 2 1902 { echo "$as_me:$LINENO: result: $CC" >&5 1903 echo "${ECHO_T}$CC" >&6; } 1904 else 1905 { echo "$as_me:$LINENO: result: no" >&5 1906 echo "${ECHO_T}no" >&6; } 1907 fi 1908 1909 1525 1910 fi 1526 done1527 done1528 1529 fi1530 fi1531 ac_ct_CC=$ac_cv_prog_ac_ct_CC1532 if test -n "$ac_ct_CC"; then1533 echo "$as_me:$LINENO: result: $ac_ct_CC" >&51534 echo "${ECHO_T}$ac_ct_CC" >&61535 else1536 echo "$as_me:$LINENO: result: no" >&51537 echo "${ECHO_T}no" >&61538 fi1539 1540 CC=$ac_ct_CC1541 else1542 CC="$ac_cv_prog_CC"1543 fi1544 1545 1911 fi 1546 1912 if test -z "$CC"; then 1547 1913 # Extract the first word of "cc", so it can be a program name with args. 1548 1914 set dummy cc; ac_word=$2 1549 echo "$as_me:$LINENO: checking for $ac_word" >&51550 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1915 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1916 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1551 1917 if test "${ac_cv_prog_CC+set}" = set; then 1552 1918 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1562 1928 test -z "$as_dir" && as_dir=. 1563 1929 for ac_exec_ext in '' $ac_executable_extensions; do 1564 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1565 1931 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 1566 1932 ac_prog_rejected=yes … … 1573 1939 done 1574 1940 done 1941 IFS=$as_save_IFS 1575 1942 1576 1943 if test $ac_prog_rejected = yes; then … … 1590 1957 CC=$ac_cv_prog_CC 1591 1958 if test -n "$CC"; then 1592 echo "$as_me:$LINENO: result: $CC" >&5 1593 echo "${ECHO_T}$CC" >&6 1594 else 1595 echo "$as_me:$LINENO: result: no" >&5 1596 echo "${ECHO_T}no" >&6 1597 fi 1959 { echo "$as_me:$LINENO: result: $CC" >&5 1960 echo "${ECHO_T}$CC" >&6; } 1961 else 1962 { echo "$as_me:$LINENO: result: no" >&5 1963 echo "${ECHO_T}no" >&6; } 1964 fi 1965 1598 1966 1599 1967 fi 1600 1968 if test -z "$CC"; then 1601 1969 if test -n "$ac_tool_prefix"; then 1602 for ac_prog in cl 1970 for ac_prog in cl.exe 1603 1971 do 1604 1972 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1605 1973 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1606 echo "$as_me:$LINENO: checking for $ac_word" >&51607 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1974 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1975 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1608 1976 if test "${ac_cv_prog_CC+set}" = set; then 1609 1977 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1618 1986 test -z "$as_dir" && as_dir=. 1619 1987 for ac_exec_ext in '' $ac_executable_extensions; do 1620 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1621 1989 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1622 1990 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1625 1993 done 1626 1994 done 1995 IFS=$as_save_IFS 1627 1996 1628 1997 fi … … 1630 1999 CC=$ac_cv_prog_CC 1631 2000 if test -n "$CC"; then 1632 echo "$as_me:$LINENO: result: $CC" >&5 1633 echo "${ECHO_T}$CC" >&6 1634 else 1635 echo "$as_me:$LINENO: result: no" >&5 1636 echo "${ECHO_T}no" >&6 1637 fi 2001 { echo "$as_me:$LINENO: result: $CC" >&5 2002 echo "${ECHO_T}$CC" >&6; } 2003 else 2004 { echo "$as_me:$LINENO: result: no" >&5 2005 echo "${ECHO_T}no" >&6; } 2006 fi 2007 1638 2008 1639 2009 test -n "$CC" && break … … 1642 2012 if test -z "$CC"; then 1643 2013 ac_ct_CC=$CC 1644 for ac_prog in cl 2014 for ac_prog in cl.exe 1645 2015 do 1646 2016 # Extract the first word of "$ac_prog", so it can be a program name with args. 1647 2017 set dummy $ac_prog; ac_word=$2 1648 echo "$as_me:$LINENO: checking for $ac_word" >&51649 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2018 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2019 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1650 2020 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1651 2021 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1660 2030 test -z "$as_dir" && as_dir=. 1661 2031 for ac_exec_ext in '' $ac_executable_extensions; do 1662 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1663 2033 ac_cv_prog_ac_ct_CC="$ac_prog" 1664 2034 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1667 2037 done 1668 2038 done 2039 IFS=$as_save_IFS 1669 2040 1670 2041 fi … … 1672 2043 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1673 2044 if test -n "$ac_ct_CC"; then 1674 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1675 echo "${ECHO_T}$ac_ct_CC" >&6 1676 else 1677 echo "$as_me:$LINENO: result: no" >&5 1678 echo "${ECHO_T}no" >&6 1679 fi 2045 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2046 echo "${ECHO_T}$ac_ct_CC" >&6; } 2047 else 2048 { echo "$as_me:$LINENO: result: no" >&5 2049 echo "${ECHO_T}no" >&6; } 2050 fi 2051 1680 2052 1681 2053 test -n "$ac_ct_CC" && break 1682 2054 done 1683 2055 1684 CC=$ac_ct_CC 2056 if test "x$ac_ct_CC" = x; then 2057 CC="" 2058 else 2059 case $cross_compiling:$ac_tool_warned in 2060 yes:) 2061 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2062 whose name does not start with the host triplet. If you think this 2063 configuration is useful to you, please write to autoconf@gnu.org." >&5 2064 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2065 whose name does not start with the host triplet. If you think this 2066 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2067 ac_tool_warned=yes ;; 2068 esac 2069 CC=$ac_ct_CC 2070 fi 1685 2071 fi 1686 2072 … … 1695 2081 1696 2082 # Provide some information about the compiler. 1697 echo "$as_me:$LINENO:" \ 1698 "checking for C compiler version" >&5 2083 echo "$as_me:$LINENO: checking for C compiler version" >&5 1699 2084 ac_compiler=`set X $ac_compile; echo $2` 1700 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 1701 (eval $ac_compiler --version </dev/null >&5) 2>&5 2085 { (ac_try="$ac_compiler --version >&5" 2086 case "(($ac_try" in 2087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2088 *) ac_try_echo=$ac_try;; 2089 esac 2090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2091 (eval "$ac_compiler --version >&5") 2>&5 1702 2092 ac_status=$? 1703 2093 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1704 2094 (exit $ac_status); } 1705 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 1706 (eval $ac_compiler -v </dev/null >&5) 2>&5 2095 { (ac_try="$ac_compiler -v >&5" 2096 case "(($ac_try" in 2097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2098 *) ac_try_echo=$ac_try;; 2099 esac 2100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2101 (eval "$ac_compiler -v >&5") 2>&5 1707 2102 ac_status=$? 1708 2103 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1709 2104 (exit $ac_status); } 1710 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 1711 (eval $ac_compiler -V </dev/null >&5) 2>&5 2105 { (ac_try="$ac_compiler -V >&5" 2106 case "(($ac_try" in 2107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2108 *) ac_try_echo=$ac_try;; 2109 esac 2110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2111 (eval "$ac_compiler -V >&5") 2>&5 1712 2112 ac_status=$? 1713 2113 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1734 2134 # It will help us diagnose broken compilers, and finding out an intuition 1735 2135 # of exeext. 1736 echo "$as_me:$LINENO: checking for C compiler default output file name" >&51737 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 2136 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2137 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 1738 2138 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1739 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 1740 (eval $ac_link_default) 2>&5 2139 # 2140 # List of possible output files, starting from the most likely. 2141 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2142 # only as a last resort. b.out is created by i960 compilers. 2143 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2144 # 2145 # The IRIX 6 linker writes into existing files which may not be 2146 # executable, retaining their permissions. Remove them first so a 2147 # subsequent execution test works. 2148 ac_rmfiles= 2149 for ac_file in $ac_files 2150 do 2151 case $ac_file in 2152 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2153 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2154 esac 2155 done 2156 rm -f $ac_rmfiles 2157 2158 if { (ac_try="$ac_link_default" 2159 case "(($ac_try" in 2160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2161 *) ac_try_echo=$ac_try;; 2162 esac 2163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2164 (eval "$ac_link_default") 2>&5 1741 2165 ac_status=$? 1742 2166 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1743 2167 (exit $ac_status); }; then 1744 # Find the output, starting from the most likely. This scheme is 1745 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 1746 # resort. 1747 1748 # Be careful to initialize this variable, since it used to be cached. 1749 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 1750 ac_cv_exeext= 1751 # b.out is created by i960 compilers. 1752 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 2168 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2169 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 2170 # in a Makefile. We should not override ac_cv_exeext if it was cached, 2171 # so that the user can short-circuit this test for compilers unknown to 2172 # Autoconf. 2173 for ac_file in $ac_files '' 1753 2174 do 1754 2175 test -f "$ac_file" || continue 1755 2176 case $ac_file in 1756 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 1757 ;; 1758 conftest.$ac_ext ) 1759 # This is the source file. 2177 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 1760 2178 ;; 1761 2179 [ab].out ) … … 1764 2182 break;; 1765 2183 *.* ) 1766 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1767 # FIXME: I believe we export ac_cv_exeext for Libtool, 1768 # but it would be cool to find out if it's true. Does anybody 1769 # maintain Libtool? --akim. 1770 export ac_cv_exeext 2184 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 2185 then :; else 2186 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2187 fi 2188 # We set ac_cv_exeext here because the later test for it is not 2189 # safe: cross compilers may not add the suffix if given an `-o' 2190 # argument, so we may need to know it at that point already. 2191 # Even if this section looks crufty: it has the advantage of 2192 # actually working. 1771 2193 break;; 1772 2194 * ) … … 1774 2196 esac 1775 2197 done 1776 else 2198 test "$ac_cv_exeext" = no && ac_cv_exeext= 2199 2200 else 2201 ac_file='' 2202 fi 2203 2204 { echo "$as_me:$LINENO: result: $ac_file" >&5 2205 echo "${ECHO_T}$ac_file" >&6; } 2206 if test -z "$ac_file"; then 1777 2207 echo "$as_me: failed program was:" >&5 1778 2208 sed 's/^/| /' conftest.$ac_ext >&5 … … 1786 2216 1787 2217 ac_exeext=$ac_cv_exeext 1788 echo "$as_me:$LINENO: result: $ac_file" >&5 1789 echo "${ECHO_T}$ac_file" >&6 1790 1791 # Check the compiler produces executables we can run. If not, either 2218 2219 # Check that the compiler produces executables we can run. If not, either 1792 2220 # the compiler is broken, or we cross compile. 1793 echo "$as_me:$LINENO: checking whether the C compiler works" >&51794 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2221 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2222 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 1795 2223 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 1796 2224 # If not cross compiling, check that we can run a simple program. 1797 2225 if test "$cross_compiling" != yes; then 1798 2226 if { ac_try='./$ac_file' 1799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1800 (eval $ac_try) 2>&5 2227 { (case "(($ac_try" in 2228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2229 *) ac_try_echo=$ac_try;; 2230 esac 2231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2232 (eval "$ac_try") 2>&5 1801 2233 ac_status=$? 1802 2234 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1817 2249 fi 1818 2250 fi 1819 echo "$as_me:$LINENO: result: yes" >&51820 echo "${ECHO_T}yes" >&6 2251 { echo "$as_me:$LINENO: result: yes" >&5 2252 echo "${ECHO_T}yes" >&6; } 1821 2253 1822 2254 rm -f a.out a.exe conftest$ac_cv_exeext b.out 1823 2255 ac_clean_files=$ac_clean_files_save 1824 # Check th e compiler produces executables we can run. If not, either2256 # Check that the compiler produces executables we can run. If not, either 1825 2257 # the compiler is broken, or we cross compile. 1826 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 1827 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 1828 echo "$as_me:$LINENO: result: $cross_compiling" >&5 1829 echo "${ECHO_T}$cross_compiling" >&6 1830 1831 echo "$as_me:$LINENO: checking for suffix of executables" >&5 1832 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 1833 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1834 (eval $ac_link) 2>&5 2258 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2259 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2260 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2261 echo "${ECHO_T}$cross_compiling" >&6; } 2262 2263 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2264 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2265 if { (ac_try="$ac_link" 2266 case "(($ac_try" in 2267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2268 *) ac_try_echo=$ac_try;; 2269 esac 2270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2271 (eval "$ac_link") 2>&5 1835 2272 ac_status=$? 1836 2273 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1843 2280 test -f "$ac_file" || continue 1844 2281 case $ac_file in 1845 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *. o | *.obj ) ;;2282 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 1846 2283 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1847 export ac_cv_exeext1848 2284 break;; 1849 2285 * ) break;; … … 1859 2295 1860 2296 rm -f conftest$ac_cv_exeext 1861 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&51862 echo "${ECHO_T}$ac_cv_exeext" >&6 2297 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2298 echo "${ECHO_T}$ac_cv_exeext" >&6; } 1863 2299 1864 2300 rm -f conftest.$ac_ext 1865 2301 EXEEXT=$ac_cv_exeext 1866 2302 ac_exeext=$EXEEXT 1867 echo "$as_me:$LINENO: checking for suffix of object files" >&51868 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 2303 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2304 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 1869 2305 if test "${ac_cv_objext+set}" = set; then 1870 2306 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1886 2322 _ACEOF 1887 2323 rm -f conftest.o conftest.obj 1888 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1889 (eval $ac_compile) 2>&5 2324 if { (ac_try="$ac_compile" 2325 case "(($ac_try" in 2326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2327 *) ac_try_echo=$ac_try;; 2328 esac 2329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2330 (eval "$ac_compile") 2>&5 1890 2331 ac_status=$? 1891 2332 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1892 2333 (exit $ac_status); }; then 1893 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 2334 for ac_file in conftest.o conftest.obj conftest.*; do 2335 test -f "$ac_file" || continue; 1894 2336 case $ac_file in 1895 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;2337 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 1896 2338 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 1897 2339 break;; … … 1911 2353 rm -f conftest.$ac_cv_objext conftest.$ac_ext 1912 2354 fi 1913 echo "$as_me:$LINENO: result: $ac_cv_objext" >&51914 echo "${ECHO_T}$ac_cv_objext" >&6 2355 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2356 echo "${ECHO_T}$ac_cv_objext" >&6; } 1915 2357 OBJEXT=$ac_cv_objext 1916 2358 ac_objext=$OBJEXT 1917 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&51918 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2359 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2360 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 1919 2361 if test "${ac_cv_c_compiler_gnu+set}" = set; then 1920 2362 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1939 2381 _ACEOF 1940 2382 rm -f conftest.$ac_objext 1941 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1942 (eval $ac_compile) 2>conftest.er1 2383 if { (ac_try="$ac_compile" 2384 case "(($ac_try" in 2385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2386 *) ac_try_echo=$ac_try;; 2387 esac 2388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2389 (eval "$ac_compile") 2>conftest.er1 1943 2390 ac_status=$? 1944 2391 grep -v '^ *+' conftest.er1 >conftest.err … … 1946 2393 cat conftest.err >&5 1947 2394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1948 (exit $ac_status); } && 1949 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1951 (eval $ac_try) 2>&5 1952 ac_status=$? 1953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1954 (exit $ac_status); }; } && 1955 { ac_try='test -s conftest.$ac_objext' 1956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1957 (eval $ac_try) 2>&5 1958 ac_status=$? 1959 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1960 (exit $ac_status); }; }; then 2395 (exit $ac_status); } && { 2396 test -z "$ac_c_werror_flag" || 2397 test ! -s conftest.err 2398 } && test -s conftest.$ac_objext; then 1961 2399 ac_compiler_gnu=yes 1962 2400 else … … 1964 2402 sed 's/^/| /' conftest.$ac_ext >&5 1965 2403 1966 ac_compiler_gnu=no 1967 fi 1968 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2404 ac_compiler_gnu=no 2405 fi 2406 2407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1969 2408 ac_cv_c_compiler_gnu=$ac_compiler_gnu 1970 2409 1971 2410 fi 1972 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&51973 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2411 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2412 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 1974 2413 GCC=`test $ac_compiler_gnu = yes && echo yes` 1975 2414 ac_test_CFLAGS=${CFLAGS+set} 1976 2415 ac_save_CFLAGS=$CFLAGS 1977 CFLAGS="-g" 1978 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 1979 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2416 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2417 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 1980 2418 if test "${ac_cv_prog_cc_g+set}" = set; then 1981 2419 echo $ECHO_N "(cached) $ECHO_C" >&6 1982 2420 else 1983 cat >conftest.$ac_ext <<_ACEOF 2421 ac_save_c_werror_flag=$ac_c_werror_flag 2422 ac_c_werror_flag=yes 2423 ac_cv_prog_cc_g=no 2424 CFLAGS="-g" 2425 cat >conftest.$ac_ext <<_ACEOF 1984 2426 /* confdefs.h. */ 1985 2427 _ACEOF … … 1997 2439 _ACEOF 1998 2440 rm -f conftest.$ac_objext 1999 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2000 (eval $ac_compile) 2>conftest.er1 2441 if { (ac_try="$ac_compile" 2442 case "(($ac_try" in 2443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2444 *) ac_try_echo=$ac_try;; 2445 esac 2446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2447 (eval "$ac_compile") 2>conftest.er1 2001 2448 ac_status=$? 2002 2449 grep -v '^ *+' conftest.er1 >conftest.err … … 2004 2451 cat conftest.err >&5 2005 2452 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2006 (exit $ac_status); } && 2007 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2009 (eval $ac_try) 2>&5 2010 ac_status=$? 2011 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2012 (exit $ac_status); }; } && 2013 { ac_try='test -s conftest.$ac_objext' 2014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2015 (eval $ac_try) 2>&5 2016 ac_status=$? 2017 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2018 (exit $ac_status); }; }; then 2453 (exit $ac_status); } && { 2454 test -z "$ac_c_werror_flag" || 2455 test ! -s conftest.err 2456 } && test -s conftest.$ac_objext; then 2019 2457 ac_cv_prog_cc_g=yes 2020 2458 else … … 2022 2460 sed 's/^/| /' conftest.$ac_ext >&5 2023 2461 2024 ac_cv_prog_cc_g=no 2025 fi 2026 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2027 fi 2028 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2029 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2462 CFLAGS="" 2463 cat >conftest.$ac_ext <<_ACEOF 2464 /* confdefs.h. */ 2465 _ACEOF 2466 cat confdefs.h >>conftest.$ac_ext 2467 cat >>conftest.$ac_ext <<_ACEOF 2468 /* end confdefs.h. */ 2469 2470 int 2471 main () 2472 { 2473 2474 ; 2475 return 0; 2476 } 2477 _ACEOF 2478 rm -f conftest.$ac_objext 2479 if { (ac_try="$ac_compile" 2480 case "(($ac_try" in 2481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2482 *) ac_try_echo=$ac_try;; 2483 esac 2484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2485 (eval "$ac_compile") 2>conftest.er1 2486 ac_status=$? 2487 grep -v '^ *+' conftest.er1 >conftest.err 2488 rm -f conftest.er1 2489 cat conftest.err >&5 2490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2491 (exit $ac_status); } && { 2492 test -z "$ac_c_werror_flag" || 2493 test ! -s conftest.err 2494 } && test -s conftest.$ac_objext; then 2495 : 2496 else 2497 echo "$as_me: failed program was:" >&5 2498 sed 's/^/| /' conftest.$ac_ext >&5 2499 2500 ac_c_werror_flag=$ac_save_c_werror_flag 2501 CFLAGS="-g" 2502 cat >conftest.$ac_ext <<_ACEOF 2503 /* confdefs.h. */ 2504 _ACEOF 2505 cat confdefs.h >>conftest.$ac_ext 2506 cat >>conftest.$ac_ext <<_ACEOF 2507 /* end confdefs.h. */ 2508 2509 int 2510 main () 2511 { 2512 2513 ; 2514 return 0; 2515 } 2516 _ACEOF 2517 rm -f conftest.$ac_objext 2518 if { (ac_try="$ac_compile" 2519 case "(($ac_try" in 2520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2521 *) ac_try_echo=$ac_try;; 2522 esac 2523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2524 (eval "$ac_compile") 2>conftest.er1 2525 ac_status=$? 2526 grep -v '^ *+' conftest.er1 >conftest.err 2527 rm -f conftest.er1 2528 cat conftest.err >&5 2529 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2530 (exit $ac_status); } && { 2531 test -z "$ac_c_werror_flag" || 2532 test ! -s conftest.err 2533 } && test -s conftest.$ac_objext; then 2534 ac_cv_prog_cc_g=yes 2535 else 2536 echo "$as_me: failed program was:" >&5 2537 sed 's/^/| /' conftest.$ac_ext >&5 2538 2539 2540 fi 2541 2542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2543 fi 2544 2545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2546 fi 2547 2548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2549 ac_c_werror_flag=$ac_save_c_werror_flag 2550 fi 2551 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2552 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 2030 2553 if test "$ac_test_CFLAGS" = set; then 2031 2554 CFLAGS=$ac_save_CFLAGS … … 2043 2566 fi 2044 2567 fi 2045 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&52046 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&62047 if test "${ac_cv_prog_cc_ stdc+set}" = set; then2568 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2569 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 2570 if test "${ac_cv_prog_cc_c89+set}" = set; then 2048 2571 echo $ECHO_N "(cached) $ECHO_C" >&6 2049 2572 else 2050 ac_cv_prog_cc_ stdc=no2573 ac_cv_prog_cc_c89=no 2051 2574 ac_save_CC=$CC 2052 2575 cat >conftest.$ac_ext <<_ACEOF … … 2082 2605 function prototypes and stuff, but not '\xHH' hex character constants. 2083 2606 These don't provoke an error unfortunately, instead are silently treated 2084 as 'x'. The following induces an error, until -std 1is added to get2607 as 'x'. The following induces an error, until -std is added to get 2085 2608 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 2086 2609 array size at least. It's necessary to write '\x00'==0 to get something 2087 that's true only with -std 1. */2610 that's true only with -std. */ 2088 2611 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 2612 2613 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 2614 inside strings and character constants. */ 2615 #define FOO(x) 'x' 2616 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 2089 2617 2090 2618 int test (int i, double x); … … 2102 2630 } 2103 2631 _ACEOF 2104 # Don't try gcc -ansi; that turns off useful extensions and 2105 # breaks some systems' header files. 2106 # AIX -qlanglvl=ansi 2107 # Ultrix and OSF/1 -std1 2108 # HP-UX 10.20 and later -Ae 2109 # HP-UX older versions -Aa -D_HPUX_SOURCE 2110 # SVR4 -Xc -D__EXTENSIONS__ 2111 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2632 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 2633 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2112 2634 do 2113 2635 CC="$ac_save_CC $ac_arg" 2114 2636 rm -f conftest.$ac_objext 2115 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2116 (eval $ac_compile) 2>conftest.er1 2637 if { (ac_try="$ac_compile" 2638 case "(($ac_try" in 2639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2640 *) ac_try_echo=$ac_try;; 2641 esac 2642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2643 (eval "$ac_compile") 2>conftest.er1 2117 2644 ac_status=$? 2118 2645 grep -v '^ *+' conftest.er1 >conftest.err … … 2120 2647 cat conftest.err >&5 2121 2648 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2122 (exit $ac_status); } && 2123 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2125 (eval $ac_try) 2>&5 2126 ac_status=$? 2127 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2128 (exit $ac_status); }; } && 2129 { ac_try='test -s conftest.$ac_objext' 2130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2131 (eval $ac_try) 2>&5 2132 ac_status=$? 2133 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2134 (exit $ac_status); }; }; then 2135 ac_cv_prog_cc_stdc=$ac_arg 2136 break 2649 (exit $ac_status); } && { 2650 test -z "$ac_c_werror_flag" || 2651 test ! -s conftest.err 2652 } && test -s conftest.$ac_objext; then 2653 ac_cv_prog_cc_c89=$ac_arg 2137 2654 else 2138 2655 echo "$as_me: failed program was:" >&5 2139 2656 sed 's/^/| /' conftest.$ac_ext >&5 2140 2657 2141 fi 2142 rm -f conftest.err conftest.$ac_objext 2143 done 2144 rm -f conftest.$ac_ext conftest.$ac_objext 2658 2659 fi 2660 2661 rm -f core conftest.err conftest.$ac_objext 2662 test "x$ac_cv_prog_cc_c89" != "xno" && break 2663 done 2664 rm -f conftest.$ac_ext 2145 2665 CC=$ac_save_CC 2146 2666 2147 2667 fi 2148 2149 case "x$ac_cv_prog_cc_stdc" in 2150 x|xno) 2151 echo "$as_me:$LINENO: result: none needed" >&5 2152 echo "${ECHO_T}none needed" >&6 ;; 2668 # AC_CACHE_VAL 2669 case "x$ac_cv_prog_cc_c89" in 2670 x) 2671 { echo "$as_me:$LINENO: result: none needed" >&5 2672 echo "${ECHO_T}none needed" >&6; } ;; 2673 xno) 2674 { echo "$as_me:$LINENO: result: unsupported" >&5 2675 echo "${ECHO_T}unsupported" >&6; } ;; 2153 2676 *) 2154 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 2155 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 2156 CC="$CC $ac_cv_prog_cc_stdc" ;; 2157 esac 2158 2159 # Some people use a C++ compiler to compile C. Since we use `exit', 2160 # in C++ we need to declare it. In case someone uses the same compiler 2161 # for both compiling C and C++ we need to have the C++ compiler decide 2162 # the declaration of exit, since it's the most demanding environment. 2163 cat >conftest.$ac_ext <<_ACEOF 2164 #ifndef __cplusplus 2165 choke me 2166 #endif 2167 _ACEOF 2168 rm -f conftest.$ac_objext 2169 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2170 (eval $ac_compile) 2>conftest.er1 2171 ac_status=$? 2172 grep -v '^ *+' conftest.er1 >conftest.err 2173 rm -f conftest.er1 2174 cat conftest.err >&5 2175 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2176 (exit $ac_status); } && 2177 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2179 (eval $ac_try) 2>&5 2180 ac_status=$? 2181 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2182 (exit $ac_status); }; } && 2183 { ac_try='test -s conftest.$ac_objext' 2184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2185 (eval $ac_try) 2>&5 2186 ac_status=$? 2187 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2188 (exit $ac_status); }; }; then 2189 for ac_declaration in \ 2190 '' \ 2191 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2192 'extern "C" void std::exit (int); using std::exit;' \ 2193 'extern "C" void exit (int) throw ();' \ 2194 'extern "C" void exit (int);' \ 2195 'void exit (int);' 2196 do 2197 cat >conftest.$ac_ext <<_ACEOF 2198 /* confdefs.h. */ 2199 _ACEOF 2200 cat confdefs.h >>conftest.$ac_ext 2201 cat >>conftest.$ac_ext <<_ACEOF 2202 /* end confdefs.h. */ 2203 $ac_declaration 2204 #include <stdlib.h> 2205 int 2206 main () 2207 { 2208 exit (42); 2209 ; 2210 return 0; 2211 } 2212 _ACEOF 2213 rm -f conftest.$ac_objext 2214 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2215 (eval $ac_compile) 2>conftest.er1 2216 ac_status=$? 2217 grep -v '^ *+' conftest.er1 >conftest.err 2218 rm -f conftest.er1 2219 cat conftest.err >&5 2220 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2221 (exit $ac_status); } && 2222 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2224 (eval $ac_try) 2>&5 2225 ac_status=$? 2226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2227 (exit $ac_status); }; } && 2228 { ac_try='test -s conftest.$ac_objext' 2229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2230 (eval $ac_try) 2>&5 2231 ac_status=$? 2232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2233 (exit $ac_status); }; }; then 2234 : 2235 else 2236 echo "$as_me: failed program was:" >&5 2237 sed 's/^/| /' conftest.$ac_ext >&5 2238 2239 continue 2240 fi 2241 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2242 cat >conftest.$ac_ext <<_ACEOF 2243 /* confdefs.h. */ 2244 _ACEOF 2245 cat confdefs.h >>conftest.$ac_ext 2246 cat >>conftest.$ac_ext <<_ACEOF 2247 /* end confdefs.h. */ 2248 $ac_declaration 2249 int 2250 main () 2251 { 2252 exit (42); 2253 ; 2254 return 0; 2255 } 2256 _ACEOF 2257 rm -f conftest.$ac_objext 2258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2259 (eval $ac_compile) 2>conftest.er1 2260 ac_status=$? 2261 grep -v '^ *+' conftest.er1 >conftest.err 2262 rm -f conftest.er1 2263 cat conftest.err >&5 2264 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2265 (exit $ac_status); } && 2266 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2268 (eval $ac_try) 2>&5 2269 ac_status=$? 2270 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2271 (exit $ac_status); }; } && 2272 { ac_try='test -s conftest.$ac_objext' 2273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2274 (eval $ac_try) 2>&5 2275 ac_status=$? 2276 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2277 (exit $ac_status); }; }; then 2278 break 2279 else 2280 echo "$as_me: failed program was:" >&5 2281 sed 's/^/| /' conftest.$ac_ext >&5 2282 2283 fi 2284 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2285 done 2286 rm -f conftest* 2287 if test -n "$ac_declaration"; then 2288 echo '#ifdef __cplusplus' >>confdefs.h 2289 echo $ac_declaration >>confdefs.h 2290 echo '#endif' >>confdefs.h 2291 fi 2292 2293 else 2294 echo "$as_me: failed program was:" >&5 2295 sed 's/^/| /' conftest.$ac_ext >&5 2296 2297 fi 2298 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2677 CC="$CC $ac_cv_prog_cc_c89" 2678 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2679 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 2680 esac 2681 2682 2299 2683 ac_ext=c 2300 2684 ac_cpp='$CPP $CPPFLAGS' … … 2316 2700 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2317 2701 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2318 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&52319 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 2702 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 2703 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 2320 2704 # On Suns, sometimes $CPP names a directory. 2321 2705 if test -n "$CPP" && test -d "$CPP"; then … … 2351 2735 Syntax error 2352 2736 _ACEOF 2353 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 2354 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2737 if { (ac_try="$ac_cpp conftest.$ac_ext" 2738 case "(($ac_try" in 2739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2740 *) ac_try_echo=$ac_try;; 2741 esac 2742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2743 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2355 2744 ac_status=$? 2356 2745 grep -v '^ *+' conftest.er1 >conftest.err … … 2358 2747 cat conftest.err >&5 2359 2748 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2360 (exit $ac_status); } >/dev/null; then 2361 if test -s conftest.err; then 2362 ac_cpp_err=$ac_c_preproc_warn_flag 2363 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 2364 else 2365 ac_cpp_err= 2366 fi 2367 else 2368 ac_cpp_err=yes 2369 fi 2370 if test -z "$ac_cpp_err"; then 2749 (exit $ac_status); } >/dev/null && { 2750 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 2751 test ! -s conftest.err 2752 }; then 2371 2753 : 2372 2754 else … … 2377 2759 continue 2378 2760 fi 2761 2379 2762 rm -f conftest.err conftest.$ac_ext 2380 2763 2381 # OK, works on sane cases. Now check whether non -existent headers2764 # OK, works on sane cases. Now check whether nonexistent headers 2382 2765 # can be detected and how. 2383 2766 cat >conftest.$ac_ext <<_ACEOF … … 2389 2772 #include <ac_nonexistent.h> 2390 2773 _ACEOF 2391 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 2392 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2774 if { (ac_try="$ac_cpp conftest.$ac_ext" 2775 case "(($ac_try" in 2776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2777 *) ac_try_echo=$ac_try;; 2778 esac 2779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2780 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2393 2781 ac_status=$? 2394 2782 grep -v '^ *+' conftest.er1 >conftest.err … … 2396 2784 cat conftest.err >&5 2397 2785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2398 (exit $ac_status); } >/dev/null; then 2399 if test -s conftest.err; then 2400 ac_cpp_err=$ac_c_preproc_warn_flag 2401 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 2402 else 2403 ac_cpp_err= 2404 fi 2405 else 2406 ac_cpp_err=yes 2407 fi 2408 if test -z "$ac_cpp_err"; then 2786 (exit $ac_status); } >/dev/null && { 2787 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 2788 test ! -s conftest.err 2789 }; then 2409 2790 # Broken: success on invalid input. 2410 2791 continue … … 2417 2798 break 2418 2799 fi 2800 2419 2801 rm -f conftest.err conftest.$ac_ext 2420 2802 … … 2434 2816 ac_cv_prog_CPP=$CPP 2435 2817 fi 2436 echo "$as_me:$LINENO: result: $CPP" >&52437 echo "${ECHO_T}$CPP" >&6 2818 { echo "$as_me:$LINENO: result: $CPP" >&5 2819 echo "${ECHO_T}$CPP" >&6; } 2438 2820 ac_preproc_ok=false 2439 2821 for ac_c_preproc_warn_flag in '' yes … … 2458 2840 Syntax error 2459 2841 _ACEOF 2460 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 2461 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2842 if { (ac_try="$ac_cpp conftest.$ac_ext" 2843 case "(($ac_try" in 2844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2845 *) ac_try_echo=$ac_try;; 2846 esac 2847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2848 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2462 2849 ac_status=$? 2463 2850 grep -v '^ *+' conftest.er1 >conftest.err … … 2465 2852 cat conftest.err >&5 2466 2853 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2467 (exit $ac_status); } >/dev/null; then 2468 if test -s conftest.err; then 2469 ac_cpp_err=$ac_c_preproc_warn_flag 2470 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 2471 else 2472 ac_cpp_err= 2473 fi 2474 else 2475 ac_cpp_err=yes 2476 fi 2477 if test -z "$ac_cpp_err"; then 2854 (exit $ac_status); } >/dev/null && { 2855 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 2856 test ! -s conftest.err 2857 }; then 2478 2858 : 2479 2859 else … … 2484 2864 continue 2485 2865 fi 2866 2486 2867 rm -f conftest.err conftest.$ac_ext 2487 2868 2488 # OK, works on sane cases. Now check whether non -existent headers2869 # OK, works on sane cases. Now check whether nonexistent headers 2489 2870 # can be detected and how. 2490 2871 cat >conftest.$ac_ext <<_ACEOF … … 2496 2877 #include <ac_nonexistent.h> 2497 2878 _ACEOF 2498 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 2499 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2879 if { (ac_try="$ac_cpp conftest.$ac_ext" 2880 case "(($ac_try" in 2881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2882 *) ac_try_echo=$ac_try;; 2883 esac 2884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2885 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 2500 2886 ac_status=$? 2501 2887 grep -v '^ *+' conftest.er1 >conftest.err … … 2503 2889 cat conftest.err >&5 2504 2890 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2505 (exit $ac_status); } >/dev/null; then 2506 if test -s conftest.err; then 2507 ac_cpp_err=$ac_c_preproc_warn_flag 2508 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 2509 else 2510 ac_cpp_err= 2511 fi 2512 else 2513 ac_cpp_err=yes 2514 fi 2515 if test -z "$ac_cpp_err"; then 2891 (exit $ac_status); } >/dev/null && { 2892 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 2893 test ! -s conftest.err 2894 }; then 2516 2895 # Broken: success on invalid input. 2517 2896 continue … … 2524 2903 break 2525 2904 fi 2905 2526 2906 rm -f conftest.err conftest.$ac_ext 2527 2907 … … 2546 2926 2547 2927 2548 echo "$as_me:$LINENO: checking for egrep" >&52549 echo $ECHO_N "checking for egrep... $ECHO_C" >&62550 if test "${ac_cv_p rog_egrep+set}" = set; then2928 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 2929 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 2930 if test "${ac_cv_path_GREP+set}" = set; then 2551 2931 echo $ECHO_N "(cached) $ECHO_C" >&6 2552 2932 else 2553 if echo a | (grep -E '(a|b)') >/dev/null 2>&1 2554 then ac_cv_prog_egrep='grep -E' 2555 else ac_cv_prog_egrep='egrep' 2933 # Extract the first word of "grep ggrep" to use in msg output 2934 if test -z "$GREP"; then 2935 set dummy grep ggrep; ac_prog_name=$2 2936 if test "${ac_cv_path_GREP+set}" = set; then 2937 echo $ECHO_N "(cached) $ECHO_C" >&6 2938 else 2939 ac_path_GREP_found=false 2940 # Loop through the user's path and test for each of PROGNAME-LIST 2941 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2942 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 2943 do 2944 IFS=$as_save_IFS 2945 test -z "$as_dir" && as_dir=. 2946 for ac_prog in grep ggrep; do 2947 for ac_exec_ext in '' $ac_executable_extensions; do 2948 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 2949 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 2950 # Check for GNU ac_path_GREP and select it if it is found. 2951 # Check for GNU $ac_path_GREP 2952 case `"$ac_path_GREP" --version 2>&1` in 2953 *GNU*) 2954 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 2955 *) 2956 ac_count=0 2957 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 2958 while : 2959 do 2960 cat "conftest.in" "conftest.in" >"conftest.tmp" 2961 mv "conftest.tmp" "conftest.in" 2962 cp "conftest.in" "conftest.nl" 2963 echo 'GREP' >> "conftest.nl" 2964 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 2965 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 2966 ac_count=`expr $ac_count + 1` 2967 if test $ac_count -gt ${ac_path_GREP_max-0}; then 2968 # Best one so far, save it but keep looking for a better one 2969 ac_cv_path_GREP="$ac_path_GREP" 2970 ac_path_GREP_max=$ac_count 2556 2971 fi 2557 fi 2558 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 2559 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 2560 EGREP=$ac_cv_prog_egrep 2561 2562 2563 echo "$as_me:$LINENO: checking for ANSI C header files" >&5 2564 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 2972 # 10*(2^10) chars as input seems more than enough 2973 test $ac_count -gt 10 && break 2974 done 2975 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 2976 esac 2977 2978 2979 $ac_path_GREP_found && break 3 2980 done 2981 done 2982 2983 done 2984 IFS=$as_save_IFS 2985 2986 2987 fi 2988 2989 GREP="$ac_cv_path_GREP" 2990 if test -z "$GREP"; then 2991 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 2992 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 2993 { (exit 1); exit 1; }; } 2994 fi 2995 2996 else 2997 ac_cv_path_GREP=$GREP 2998 fi 2999 3000 3001 fi 3002 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3003 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3004 GREP="$ac_cv_path_GREP" 3005 3006 3007 { echo "$as_me:$LINENO: checking for egrep" >&5 3008 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 3009 if test "${ac_cv_path_EGREP+set}" = set; then 3010 echo $ECHO_N "(cached) $ECHO_C" >&6 3011 else 3012 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3013 then ac_cv_path_EGREP="$GREP -E" 3014 else 3015 # Extract the first word of "egrep" to use in msg output 3016 if test -z "$EGREP"; then 3017 set dummy egrep; ac_prog_name=$2 3018 if test "${ac_cv_path_EGREP+set}" = set; then 3019 echo $ECHO_N "(cached) $ECHO_C" >&6 3020 else 3021 ac_path_EGREP_found=false 3022 # Loop through the user's path and test for each of PROGNAME-LIST 3023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3024 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3025 do 3026 IFS=$as_save_IFS 3027 test -z "$as_dir" && as_dir=. 3028 for ac_prog in egrep; do 3029 for ac_exec_ext in '' $ac_executable_extensions; do 3030 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3031 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3032 # Check for GNU ac_path_EGREP and select it if it is found. 3033 # Check for GNU $ac_path_EGREP 3034 case `"$ac_path_EGREP" --version 2>&1` in 3035 *GNU*) 3036 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 3037 *) 3038 ac_count=0 3039 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 3040 while : 3041 do 3042 cat "conftest.in" "conftest.in" >"conftest.tmp" 3043 mv "conftest.tmp" "conftest.in" 3044 cp "conftest.in" "conftest.nl" 3045 echo 'EGREP' >> "conftest.nl" 3046 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3047 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 3048 ac_count=`expr $ac_count + 1` 3049 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 3050 # Best one so far, save it but keep looking for a better one 3051 ac_cv_path_EGREP="$ac_path_EGREP" 3052 ac_path_EGREP_max=$ac_count 3053 fi 3054 # 10*(2^10) chars as input seems more than enough 3055 test $ac_count -gt 10 && break 3056 done 3057 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 3058 esac 3059 3060 3061 $ac_path_EGREP_found && break 3 3062 done 3063 done 3064 3065 done 3066 IFS=$as_save_IFS 3067 3068 3069 fi 3070 3071 EGREP="$ac_cv_path_EGREP" 3072 if test -z "$EGREP"; then 3073 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3074 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3075 { (exit 1); exit 1; }; } 3076 fi 3077 3078 else 3079 ac_cv_path_EGREP=$EGREP 3080 fi 3081 3082 3083 fi 3084 fi 3085 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 3086 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 3087 EGREP="$ac_cv_path_EGREP" 3088 3089 3090 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3091 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 2565 3092 if test "${ac_cv_header_stdc+set}" = set; then 2566 3093 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2586 3113 _ACEOF 2587 3114 rm -f conftest.$ac_objext 2588 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2589 (eval $ac_compile) 2>conftest.er1 3115 if { (ac_try="$ac_compile" 3116 case "(($ac_try" in 3117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3118 *) ac_try_echo=$ac_try;; 3119 esac 3120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3121 (eval "$ac_compile") 2>conftest.er1 2590 3122 ac_status=$? 2591 3123 grep -v '^ *+' conftest.er1 >conftest.err … … 2593 3125 cat conftest.err >&5 2594 3126 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2595 (exit $ac_status); } && 2596 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2598 (eval $ac_try) 2>&5 2599 ac_status=$? 2600 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2601 (exit $ac_status); }; } && 2602 { ac_try='test -s conftest.$ac_objext' 2603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2604 (eval $ac_try) 2>&5 2605 ac_status=$? 2606 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2607 (exit $ac_status); }; }; then 3127 (exit $ac_status); } && { 3128 test -z "$ac_c_werror_flag" || 3129 test ! -s conftest.err 3130 } && test -s conftest.$ac_objext; then 2608 3131 ac_cv_header_stdc=yes 2609 3132 else … … 2611 3134 sed 's/^/| /' conftest.$ac_ext >&5 2612 3135 2613 ac_cv_header_stdc=no 2614 fi 2615 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3136 ac_cv_header_stdc=no 3137 fi 3138 3139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2616 3140 2617 3141 if test $ac_cv_header_stdc = yes; then … … 2669 3193 /* end confdefs.h. */ 2670 3194 #include <ctype.h> 3195 #include <stdlib.h> 2671 3196 #if ((' ' & 0x0FF) == 0x020) 2672 3197 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') … … 2688 3213 if (XOR (islower (i), ISLOWER (i)) 2689 3214 || toupper (i) != TOUPPER (i)) 2690 exit(2);2691 exit (0);3215 return 2; 3216 return 0; 2692 3217 } 2693 3218 _ACEOF 2694 3219 rm -f conftest$ac_exeext 2695 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2696 (eval $ac_link) 2>&5 3220 if { (ac_try="$ac_link" 3221 case "(($ac_try" in 3222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3223 *) ac_try_echo=$ac_try;; 3224 esac 3225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3226 (eval "$ac_link") 2>&5 2697 3227 ac_status=$? 2698 3228 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2699 3229 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 2700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2701 (eval $ac_try) 2>&5 3230 { (case "(($ac_try" in 3231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3232 *) ac_try_echo=$ac_try;; 3233 esac 3234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3235 (eval "$ac_try") 2>&5 2702 3236 ac_status=$? 2703 3237 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2712 3246 ac_cv_header_stdc=no 2713 3247 fi 2714 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 2715 fi 2716 fi 2717 fi 2718 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 2719 echo "${ECHO_T}$ac_cv_header_stdc" >&6 3248 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3249 fi 3250 3251 3252 fi 3253 fi 3254 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 3255 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 2720 3256 if test $ac_cv_header_stdc = yes; then 2721 3257 … … 2726 3262 fi 2727 3263 2728 echo "$as_me:$LINENO: checking for atol" >&52729 echo $ECHO_N "checking for atol... $ECHO_C" >&6 3264 { echo "$as_me:$LINENO: checking for atol" >&5 3265 echo $ECHO_N "checking for atol... $ECHO_C" >&6; } 2730 3266 if test "${ac_cv_func_atol+set}" = set; then 2731 3267 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2754 3290 #undef atol 2755 3291 2756 /* Override any gcc2 internal prototype to avoid an error. */ 3292 /* Override any GCC internal prototype to avoid an error. 3293 Use char because int might match the return type of a GCC 3294 builtin and then its argument prototype would still apply. */ 2757 3295 #ifdef __cplusplus 2758 3296 extern "C" 2759 {2760 3297 #endif 2761 /* We use char because int might match the return type of a gcc22762 builtin and then its argument prototype would still apply. */2763 3298 char atol (); 2764 3299 /* The GNU C library defines this for functions which it implements 2765 3300 to always fail with ENOSYS. Some functions are actually named 2766 3301 something starting with __ and the normal name is an alias. */ 2767 #if defined (__stub_atol) || defined (__stub___atol)3302 #if defined __stub_atol || defined __stub___atol 2768 3303 choke me 2769 #else2770 char (*f) () = atol;2771 #endif2772 #ifdef __cplusplus2773 }2774 3304 #endif 2775 3305 … … 2777 3307 main () 2778 3308 { 2779 return f != atol;3309 return atol (); 2780 3310 ; 2781 3311 return 0; … … 2783 3313 _ACEOF 2784 3314 rm -f conftest.$ac_objext conftest$ac_exeext 2785 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2786 (eval $ac_link) 2>conftest.er1 3315 if { (ac_try="$ac_link" 3316 case "(($ac_try" in 3317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3318 *) ac_try_echo=$ac_try;; 3319 esac 3320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3321 (eval "$ac_link") 2>conftest.er1 2787 3322 ac_status=$? 2788 3323 grep -v '^ *+' conftest.er1 >conftest.err … … 2790 3325 cat conftest.err >&5 2791 3326 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2792 (exit $ac_status); } && 2793 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2795 (eval $ac_try) 2>&5 2796 ac_status=$? 2797 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2798 (exit $ac_status); }; } && 2799 { ac_try='test -s conftest$ac_exeext' 2800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2801 (eval $ac_try) 2>&5 2802 ac_status=$? 2803 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2804 (exit $ac_status); }; }; then 3327 (exit $ac_status); } && { 3328 test -z "$ac_c_werror_flag" || 3329 test ! -s conftest.err 3330 } && test -s conftest$ac_exeext && 3331 $as_test_x conftest$ac_exeext; then 2805 3332 ac_cv_func_atol=yes 2806 3333 else … … 2808 3335 sed 's/^/| /' conftest.$ac_ext >&5 2809 3336 2810 ac_cv_func_atol=no 2811 fi 2812 rm -f conftest.err conftest.$ac_objext \ 3337 ac_cv_func_atol=no 3338 fi 3339 3340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 2813 3341 conftest$ac_exeext conftest.$ac_ext 2814 3342 fi 2815 echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&52816 echo "${ECHO_T}$ac_cv_func_atol" >&6 3343 { echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5 3344 echo "${ECHO_T}$ac_cv_func_atol" >&6; } 2817 3345 if test $ac_cv_func_atol = yes; then 2818 3346 : … … 2824 3352 2825 3353 2826 ac_ext=c c3354 ac_ext=cpp 2827 3355 ac_cpp='$CXXCPP $CPPFLAGS' 2828 3356 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2829 3357 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2830 3358 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 2831 if test -n "$ac_tool_prefix"; then 2832 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 3359 if test -z "$CXX"; then 3360 if test -n "$CCC"; then 3361 CXX=$CCC 3362 else 3363 if test -n "$ac_tool_prefix"; then 3364 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 2833 3365 do 2834 3366 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2835 3367 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2836 echo "$as_me:$LINENO: checking for $ac_word" >&52837 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3368 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3369 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2838 3370 if test "${ac_cv_prog_CXX+set}" = set; then 2839 3371 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2848 3380 test -z "$as_dir" && as_dir=. 2849 3381 for ac_exec_ext in '' $ac_executable_extensions; do 2850 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3382 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2851 3383 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2852 3384 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2855 3387 done 2856 3388 done 3389 IFS=$as_save_IFS 2857 3390 2858 3391 fi … … 2860 3393 CXX=$ac_cv_prog_CXX 2861 3394 if test -n "$CXX"; then 2862 echo "$as_me:$LINENO: result: $CXX" >&5 2863 echo "${ECHO_T}$CXX" >&6 2864 else 2865 echo "$as_me:$LINENO: result: no" >&5 2866 echo "${ECHO_T}no" >&6 2867 fi 3395 { echo "$as_me:$LINENO: result: $CXX" >&5 3396 echo "${ECHO_T}$CXX" >&6; } 3397 else 3398 { echo "$as_me:$LINENO: result: no" >&5 3399 echo "${ECHO_T}no" >&6; } 3400 fi 3401 2868 3402 2869 3403 test -n "$CXX" && break … … 2872 3406 if test -z "$CXX"; then 2873 3407 ac_ct_CXX=$CXX 2874 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ clFCC KCC RCC xlC_r xlC3408 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 2875 3409 do 2876 3410 # Extract the first word of "$ac_prog", so it can be a program name with args. 2877 3411 set dummy $ac_prog; ac_word=$2 2878 echo "$as_me:$LINENO: checking for $ac_word" >&52879 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3412 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3413 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2880 3414 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2881 3415 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2890 3424 test -z "$as_dir" && as_dir=. 2891 3425 for ac_exec_ext in '' $ac_executable_extensions; do 2892 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3426 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2893 3427 ac_cv_prog_ac_ct_CXX="$ac_prog" 2894 3428 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2897 3431 done 2898 3432 done 3433 IFS=$as_save_IFS 2899 3434 2900 3435 fi … … 2902 3437 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 2903 3438 if test -n "$ac_ct_CXX"; then 2904 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 2905 echo "${ECHO_T}$ac_ct_CXX" >&6 2906 else 2907 echo "$as_me:$LINENO: result: no" >&5 2908 echo "${ECHO_T}no" >&6 2909 fi 3439 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3440 echo "${ECHO_T}$ac_ct_CXX" >&6; } 3441 else 3442 { echo "$as_me:$LINENO: result: no" >&5 3443 echo "${ECHO_T}no" >&6; } 3444 fi 3445 2910 3446 2911 3447 test -n "$ac_ct_CXX" && break 2912 3448 done 2913 test -n "$ac_ct_CXX" || ac_ct_CXX="g++" 2914 2915 CXX=$ac_ct_CXX 2916 fi 2917 2918 3449 3450 if test "x$ac_ct_CXX" = x; then 3451 CXX="g++" 3452 else 3453 case $cross_compiling:$ac_tool_warned in 3454 yes:) 3455 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3456 whose name does not start with the host triplet. If you think this 3457 configuration is useful to you, please write to autoconf@gnu.org." >&5 3458 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3459 whose name does not start with the host triplet. If you think this 3460 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3461 ac_tool_warned=yes ;; 3462 esac 3463 CXX=$ac_ct_CXX 3464 fi 3465 fi 3466 3467 fi 3468 fi 2919 3469 # Provide some information about the compiler. 2920 echo "$as_me:$LINENO:" \ 2921 "checking for C++ compiler version" >&5 3470 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 2922 3471 ac_compiler=`set X $ac_compile; echo $2` 2923 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 2924 (eval $ac_compiler --version </dev/null >&5) 2>&5 3472 { (ac_try="$ac_compiler --version >&5" 3473 case "(($ac_try" in 3474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3475 *) ac_try_echo=$ac_try;; 3476 esac 3477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3478 (eval "$ac_compiler --version >&5") 2>&5 2925 3479 ac_status=$? 2926 3480 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2927 3481 (exit $ac_status); } 2928 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 2929 (eval $ac_compiler -v </dev/null >&5) 2>&5 3482 { (ac_try="$ac_compiler -v >&5" 3483 case "(($ac_try" in 3484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3485 *) ac_try_echo=$ac_try;; 3486 esac 3487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3488 (eval "$ac_compiler -v >&5") 2>&5 2930 3489 ac_status=$? 2931 3490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2932 3491 (exit $ac_status); } 2933 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 2934 (eval $ac_compiler -V </dev/null >&5) 2>&5 3492 { (ac_try="$ac_compiler -V >&5" 3493 case "(($ac_try" in 3494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3495 *) ac_try_echo=$ac_try;; 3496 esac 3497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3498 (eval "$ac_compiler -V >&5") 2>&5 2935 3499 ac_status=$? 2936 3500 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2937 3501 (exit $ac_status); } 2938 3502 2939 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&52940 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 3503 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3504 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 2941 3505 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 2942 3506 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2961 3525 _ACEOF 2962 3526 rm -f conftest.$ac_objext 2963 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2964 (eval $ac_compile) 2>conftest.er1 3527 if { (ac_try="$ac_compile" 3528 case "(($ac_try" in 3529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3530 *) ac_try_echo=$ac_try;; 3531 esac 3532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3533 (eval "$ac_compile") 2>conftest.er1 2965 3534 ac_status=$? 2966 3535 grep -v '^ *+' conftest.er1 >conftest.err … … 2968 3537 cat conftest.err >&5 2969 3538 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2970 (exit $ac_status); } && 2971 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2973 (eval $ac_try) 2>&5 2974 ac_status=$? 2975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2976 (exit $ac_status); }; } && 2977 { ac_try='test -s conftest.$ac_objext' 2978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2979 (eval $ac_try) 2>&5 2980 ac_status=$? 2981 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2982 (exit $ac_status); }; }; then 3539 (exit $ac_status); } && { 3540 test -z "$ac_cxx_werror_flag" || 3541 test ! -s conftest.err 3542 } && test -s conftest.$ac_objext; then 2983 3543 ac_compiler_gnu=yes 2984 3544 else … … 2986 3546 sed 's/^/| /' conftest.$ac_ext >&5 2987 3547 2988 ac_compiler_gnu=no 2989 fi 2990 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3548 ac_compiler_gnu=no 3549 fi 3550 3551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2991 3552 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 2992 3553 2993 3554 fi 2994 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&52995 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 3555 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3556 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 2996 3557 GXX=`test $ac_compiler_gnu = yes && echo yes` 2997 3558 ac_test_CXXFLAGS=${CXXFLAGS+set} 2998 3559 ac_save_CXXFLAGS=$CXXFLAGS 2999 CXXFLAGS="-g" 3000 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3001 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 3560 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3561 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 3002 3562 if test "${ac_cv_prog_cxx_g+set}" = set; then 3003 3563 echo $ECHO_N "(cached) $ECHO_C" >&6 3004 3564 else 3005 cat >conftest.$ac_ext <<_ACEOF 3565 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 3566 ac_cxx_werror_flag=yes 3567 ac_cv_prog_cxx_g=no 3568 CXXFLAGS="-g" 3569 cat >conftest.$ac_ext <<_ACEOF 3006 3570 /* confdefs.h. */ 3007 3571 _ACEOF … … 3019 3583 _ACEOF 3020 3584 rm -f conftest.$ac_objext 3021 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3022 (eval $ac_compile) 2>conftest.er1 3585 if { (ac_try="$ac_compile" 3586 case "(($ac_try" in 3587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3588 *) ac_try_echo=$ac_try;; 3589 esac 3590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3591 (eval "$ac_compile") 2>conftest.er1 3023 3592 ac_status=$? 3024 3593 grep -v '^ *+' conftest.er1 >conftest.err … … 3026 3595 cat conftest.err >&5 3027 3596 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3028 (exit $ac_status); } && 3029 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3031 (eval $ac_try) 2>&5 3032 ac_status=$? 3033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3034 (exit $ac_status); }; } && 3035 { ac_try='test -s conftest.$ac_objext' 3036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3037 (eval $ac_try) 2>&5 3038 ac_status=$? 3039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3040 (exit $ac_status); }; }; then 3597 (exit $ac_status); } && { 3598 test -z "$ac_cxx_werror_flag" || 3599 test ! -s conftest.err 3600 } && test -s conftest.$ac_objext; then 3041 3601 ac_cv_prog_cxx_g=yes 3042 3602 else … … 3044 3604 sed 's/^/| /' conftest.$ac_ext >&5 3045 3605 3046 ac_cv_prog_cxx_g=no 3047 fi 3048 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3049 fi 3050 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3051 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 3606 CXXFLAGS="" 3607 cat >conftest.$ac_ext <<_ACEOF 3608 /* confdefs.h. */ 3609 _ACEOF 3610 cat confdefs.h >>conftest.$ac_ext 3611 cat >>conftest.$ac_ext <<_ACEOF 3612 /* end confdefs.h. */ 3613 3614 int 3615 main () 3616 { 3617 3618 ; 3619 return 0; 3620 } 3621 _ACEOF 3622 rm -f conftest.$ac_objext 3623 if { (ac_try="$ac_compile" 3624 case "(($ac_try" in 3625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3626 *) ac_try_echo=$ac_try;; 3627 esac 3628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3629 (eval "$ac_compile") 2>conftest.er1 3630 ac_status=$? 3631 grep -v '^ *+' conftest.er1 >conftest.err 3632 rm -f conftest.er1 3633 cat conftest.err >&5 3634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3635 (exit $ac_status); } && { 3636 test -z "$ac_cxx_werror_flag" || 3637 test ! -s conftest.err 3638 } && test -s conftest.$ac_objext; then 3639 : 3640 else 3641 echo "$as_me: failed program was:" >&5 3642 sed 's/^/| /' conftest.$ac_ext >&5 3643 3644 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3645 CXXFLAGS="-g" 3646 cat >conftest.$ac_ext <<_ACEOF 3647 /* confdefs.h. */ 3648 _ACEOF 3649 cat confdefs.h >>conftest.$ac_ext 3650 cat >>conftest.$ac_ext <<_ACEOF 3651 /* end confdefs.h. */ 3652 3653 int 3654 main () 3655 { 3656 3657 ; 3658 return 0; 3659 } 3660 _ACEOF 3661 rm -f conftest.$ac_objext 3662 if { (ac_try="$ac_compile" 3663 case "(($ac_try" in 3664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3665 *) ac_try_echo=$ac_try;; 3666 esac 3667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3668 (eval "$ac_compile") 2>conftest.er1 3669 ac_status=$? 3670 grep -v '^ *+' conftest.er1 >conftest.err 3671 rm -f conftest.er1 3672 cat conftest.err >&5 3673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3674 (exit $ac_status); } && { 3675 test -z "$ac_cxx_werror_flag" || 3676 test ! -s conftest.err 3677 } && test -s conftest.$ac_objext; then 3678 ac_cv_prog_cxx_g=yes 3679 else 3680 echo "$as_me: failed program was:" >&5 3681 sed 's/^/| /' conftest.$ac_ext >&5 3682 3683 3684 fi 3685 3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3687 fi 3688 3689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3690 fi 3691 3692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3693 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3694 fi 3695 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3696 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 3052 3697 if test "$ac_test_CXXFLAGS" = set; then 3053 3698 CXXFLAGS=$ac_save_CXXFLAGS … … 3065 3710 fi 3066 3711 fi 3067 for ac_declaration in \ 3068 '' \ 3069 'extern "C" void std::exit (int) throw (); using std::exit;' \ 3070 'extern "C" void std::exit (int); using std::exit;' \ 3071 'extern "C" void exit (int) throw ();' \ 3072 'extern "C" void exit (int);' \ 3073 'void exit (int);' 3074 do 3075 cat >conftest.$ac_ext <<_ACEOF 3712 ac_ext=c 3713 ac_cpp='$CPP $CPPFLAGS' 3714 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3715 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3716 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3717 3718 ac_ext=cpp 3719 ac_cpp='$CXXCPP $CPPFLAGS' 3720 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3721 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3722 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3723 3724 3725 3726 3727 { echo "$as_me:$LINENO: checking for main in -lstdc++" >&5 3728 echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; } 3729 if test "${ac_cv_lib_stdcpp_main+set}" = set; then 3730 echo $ECHO_N "(cached) $ECHO_C" >&6 3731 else 3732 ac_check_lib_save_LIBS=$LIBS 3733 LIBS="-lstdc++ $LIBS" 3734 cat >conftest.$ac_ext <<_ACEOF 3076 3735 /* confdefs.h. */ 3077 3736 _ACEOF … … 3079 3738 cat >>conftest.$ac_ext <<_ACEOF 3080 3739 /* end confdefs.h. */ 3081 $ac_declaration 3082 #include <stdlib.h> 3740 3741 3083 3742 int 3084 3743 main () 3085 3744 { 3086 exit (42);3745 return main (); 3087 3746 ; 3088 3747 return 0; 3089 3748 } 3090 3749 _ACEOF 3091 rm -f conftest.$ac_objext 3092 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3093 (eval $ac_compile) 2>conftest.er1 3750 rm -f conftest.$ac_objext conftest$ac_exeext 3751 if { (ac_try="$ac_link" 3752 case "(($ac_try" in 3753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3754 *) ac_try_echo=$ac_try;; 3755 esac 3756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3757 (eval "$ac_link") 2>conftest.er1 3094 3758 ac_status=$? 3095 3759 grep -v '^ *+' conftest.er1 >conftest.err … … 3097 3761 cat conftest.err >&5 3098 3762 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3099 (exit $ac_status); } && 3100 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3102 (eval $ac_try) 2>&5 3103 ac_status=$? 3104 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3105 (exit $ac_status); }; } && 3106 { ac_try='test -s conftest.$ac_objext' 3107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3108 (eval $ac_try) 2>&5 3109 ac_status=$? 3110 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3111 (exit $ac_status); }; }; then 3112 : 3763 (exit $ac_status); } && { 3764 test -z "$ac_cxx_werror_flag" || 3765 test ! -s conftest.err 3766 } && test -s conftest$ac_exeext && 3767 $as_test_x conftest$ac_exeext; then 3768 ac_cv_lib_stdcpp_main=yes 3113 3769 else 3114 3770 echo "$as_me: failed program was:" >&5 3115 3771 sed 's/^/| /' conftest.$ac_ext >&5 3116 3772 3117 continue 3118 fi 3119 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3773 ac_cv_lib_stdcpp_main=no 3774 fi 3775 3776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3777 conftest$ac_exeext conftest.$ac_ext 3778 LIBS=$ac_check_lib_save_LIBS 3779 fi 3780 { echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5 3781 echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; } 3782 if test $ac_cv_lib_stdcpp_main = yes; then 3783 cat >>confdefs.h <<_ACEOF 3784 #define HAVE_LIBSTDC__ 1 3785 _ACEOF 3786 3787 LIBS="-lstdc++ $LIBS" 3788 3789 else 3790 { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5 3791 echo "$as_me: error: librappture requires libstdc++" >&2;} 3792 { (exit 1); exit 1; }; } 3793 fi 3794 3795 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 3806 inttypes.h stdint.h unistd.h 3807 do 3808 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3809 { echo "$as_me:$LINENO: checking for $ac_header" >&5 3810 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 3811 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3812 echo $ECHO_N "(cached) $ECHO_C" >&6 3813 else 3120 3814 cat >conftest.$ac_ext <<_ACEOF 3121 3815 /* confdefs.h. */ … … 3124 3818 cat >>conftest.$ac_ext <<_ACEOF 3125 3819 /* end confdefs.h. */ 3126 $ac_declaration 3127 int 3128 main () 3129 { 3130 exit (42); 3131 ; 3132 return 0; 3133 } 3820 $ac_includes_default 3821 3822 #include <$ac_header> 3134 3823 _ACEOF 3135 3824 rm -f conftest.$ac_objext 3136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3137 (eval $ac_compile) 2>conftest.er1 3825 if { (ac_try="$ac_compile" 3826 case "(($ac_try" in 3827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3828 *) ac_try_echo=$ac_try;; 3829 esac 3830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3831 (eval "$ac_compile") 2>conftest.er1 3138 3832 ac_status=$? 3139 3833 grep -v '^ *+' conftest.er1 >conftest.err … … 3141 3835 cat conftest.err >&5 3142 3836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3143 (exit $ac_status); } && 3144 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3146 (eval $ac_try) 2>&5 3147 ac_status=$? 3148 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3149 (exit $ac_status); }; } && 3150 { ac_try='test -s conftest.$ac_objext' 3151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3152 (eval $ac_try) 2>&5 3153 ac_status=$? 3154 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3155 (exit $ac_status); }; }; then 3156 break 3837 (exit $ac_status); } && { 3838 test -z "$ac_cxx_werror_flag" || 3839 test ! -s conftest.err 3840 } && test -s conftest.$ac_objext; then 3841 eval "$as_ac_Header=yes" 3157 3842 else 3158 3843 echo "$as_me: failed program was:" >&5 3159 3844 sed 's/^/| /' conftest.$ac_ext >&5 3160 3845 3161 fi 3162 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3163 done 3164 rm -f conftest* 3165 if test -n "$ac_declaration"; then 3166 echo '#ifdef __cplusplus' >>confdefs.h 3167 echo $ac_declaration >>confdefs.h 3168 echo '#endif' >>confdefs.h 3169 fi 3170 3171 ac_ext=c 3172 ac_cpp='$CPP $CPPFLAGS' 3173 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3174 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3175 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3176 3177 ac_ext=cc 3846 eval "$as_ac_Header=no" 3847 fi 3848 3849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3850 fi 3851 ac_res=`eval echo '${'$as_ac_Header'}'` 3852 { echo "$as_me:$LINENO: result: $ac_res" >&5 3853 echo "${ECHO_T}$ac_res" >&6; } 3854 if test `eval echo '${'$as_ac_Header'}'` = yes; then 3855 cat >>confdefs.h <<_ACEOF 3856 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 3857 _ACEOF 3858 3859 fi 3860 3861 done 3862 3863 3864 ac_ext=cpp 3178 3865 ac_cpp='$CXXCPP $CPPFLAGS' 3179 3866 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3180 3867 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3181 3868 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3182 3183 3184 3185 3186 echo "$as_me:$LINENO: checking for main in -lstdc++" >&5 3187 echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6 3188 if test "${ac_cv_lib_stdcpp_main+set}" = set; then 3189 echo $ECHO_N "(cached) $ECHO_C" >&6 3190 else 3191 ac_check_lib_save_LIBS=$LIBS 3192 LIBS="-lstdc++ $LIBS" 3193 cat >conftest.$ac_ext <<_ACEOF 3194 /* confdefs.h. */ 3195 _ACEOF 3196 cat confdefs.h >>conftest.$ac_ext 3197 cat >>conftest.$ac_ext <<_ACEOF 3198 /* end confdefs.h. */ 3199 3200 3201 int 3202 main () 3203 { 3204 main (); 3205 ; 3206 return 0; 3207 } 3208 _ACEOF 3209 rm -f conftest.$ac_objext conftest$ac_exeext 3210 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3211 (eval $ac_link) 2>conftest.er1 3212 ac_status=$? 3213 grep -v '^ *+' conftest.er1 >conftest.err 3214 rm -f conftest.er1 3215 cat conftest.err >&5 3216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3217 (exit $ac_status); } && 3218 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3220 (eval $ac_try) 2>&5 3221 ac_status=$? 3222 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3223 (exit $ac_status); }; } && 3224 { ac_try='test -s conftest$ac_exeext' 3225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3226 (eval $ac_try) 2>&5 3227 ac_status=$? 3228 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3229 (exit $ac_status); }; }; then 3230 ac_cv_lib_stdcpp_main=yes 3231 else 3232 echo "$as_me: failed program was:" >&5 3233 sed 's/^/| /' conftest.$ac_ext >&5 3234 3235 ac_cv_lib_stdcpp_main=no 3236 fi 3237 rm -f conftest.err conftest.$ac_objext \ 3238 conftest$ac_exeext conftest.$ac_ext 3239 LIBS=$ac_check_lib_save_LIBS 3240 fi 3241 echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5 3242 echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6 3243 if test $ac_cv_lib_stdcpp_main = yes; then 3244 cat >>confdefs.h <<_ACEOF 3245 #define HAVE_LIBSTDC__ 1 3246 _ACEOF 3247 3248 LIBS="-lstdc++ $LIBS" 3249 3250 else 3251 { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5 3252 echo "$as_me: error: librappture requires libstdc++" >&2;} 3253 { (exit 1); exit 1; }; } 3254 fi 3255 3256 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 3267 inttypes.h stdint.h unistd.h 3268 do 3269 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3270 echo "$as_me:$LINENO: checking for $ac_header" >&5 3271 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3272 if eval "test \"\${$as_ac_Header+set}\" = set"; then 3273 echo $ECHO_N "(cached) $ECHO_C" >&6 3274 else 3275 cat >conftest.$ac_ext <<_ACEOF 3276 /* confdefs.h. */ 3277 _ACEOF 3278 cat confdefs.h >>conftest.$ac_ext 3279 cat >>conftest.$ac_ext <<_ACEOF 3280 /* end confdefs.h. */ 3281 $ac_includes_default 3282 3283 #include <$ac_header> 3284 _ACEOF 3285 rm -f conftest.$ac_objext 3286 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3287 (eval $ac_compile) 2>conftest.er1 3288 ac_status=$? 3289 grep -v '^ *+' conftest.er1 >conftest.err 3290 rm -f conftest.er1 3291 cat conftest.err >&5 3292 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3293 (exit $ac_status); } && 3294 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3296 (eval $ac_try) 2>&5 3297 ac_status=$? 3298 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3299 (exit $ac_status); }; } && 3300 { ac_try='test -s conftest.$ac_objext' 3301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3302 (eval $ac_try) 2>&5 3303 ac_status=$? 3304 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3305 (exit $ac_status); }; }; then 3306 eval "$as_ac_Header=yes" 3307 else 3308 echo "$as_me: failed program was:" >&5 3309 sed 's/^/| /' conftest.$ac_ext >&5 3310 3311 eval "$as_ac_Header=no" 3312 fi 3313 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3314 fi 3315 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 3316 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 3317 if test `eval echo '${'$as_ac_Header'}'` = yes; then 3318 cat >>confdefs.h <<_ACEOF 3319 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 3320 _ACEOF 3321 3322 fi 3323 3324 done 3325 3326 3327 ac_ext=cc 3328 ac_cpp='$CXXCPP $CPPFLAGS' 3329 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3330 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3331 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3332 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 3333 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 3869 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 3870 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } 3334 3871 if test -z "$CXXCPP"; then 3335 3872 if test "${ac_cv_prog_CXXCPP+set}" = set; then … … 3361 3898 Syntax error 3362 3899 _ACEOF 3363 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3364 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3900 if { (ac_try="$ac_cpp conftest.$ac_ext" 3901 case "(($ac_try" in 3902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3903 *) ac_try_echo=$ac_try;; 3904 esac 3905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3906 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3365 3907 ac_status=$? 3366 3908 grep -v '^ *+' conftest.er1 >conftest.err … … 3368 3910 cat conftest.err >&5 3369 3911 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3370 (exit $ac_status); } >/dev/null; then 3371 if test -s conftest.err; then 3372 ac_cpp_err=$ac_cxx_preproc_warn_flag 3373 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 3374 else 3375 ac_cpp_err= 3376 fi 3377 else 3378 ac_cpp_err=yes 3379 fi 3380 if test -z "$ac_cpp_err"; then 3912 (exit $ac_status); } >/dev/null && { 3913 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 3914 test ! -s conftest.err 3915 }; then 3381 3916 : 3382 3917 else … … 3387 3922 continue 3388 3923 fi 3924 3389 3925 rm -f conftest.err conftest.$ac_ext 3390 3926 3391 # OK, works on sane cases. Now check whether non -existent headers3927 # OK, works on sane cases. Now check whether nonexistent headers 3392 3928 # can be detected and how. 3393 3929 cat >conftest.$ac_ext <<_ACEOF … … 3399 3935 #include <ac_nonexistent.h> 3400 3936 _ACEOF 3401 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3402 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3937 if { (ac_try="$ac_cpp conftest.$ac_ext" 3938 case "(($ac_try" in 3939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3940 *) ac_try_echo=$ac_try;; 3941 esac 3942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3943 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3403 3944 ac_status=$? 3404 3945 grep -v '^ *+' conftest.er1 >conftest.err … … 3406 3947 cat conftest.err >&5 3407 3948 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3408 (exit $ac_status); } >/dev/null; then 3409 if test -s conftest.err; then 3410 ac_cpp_err=$ac_cxx_preproc_warn_flag 3411 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 3412 else 3413 ac_cpp_err= 3414 fi 3415 else 3416 ac_cpp_err=yes 3417 fi 3418 if test -z "$ac_cpp_err"; then 3949 (exit $ac_status); } >/dev/null && { 3950 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 3951 test ! -s conftest.err 3952 }; then 3419 3953 # Broken: success on invalid input. 3420 3954 continue … … 3427 3961 break 3428 3962 fi 3963 3429 3964 rm -f conftest.err conftest.$ac_ext 3430 3965 … … 3444 3979 ac_cv_prog_CXXCPP=$CXXCPP 3445 3980 fi 3446 echo "$as_me:$LINENO: result: $CXXCPP" >&53447 echo "${ECHO_T}$CXXCPP" >&6 3981 { echo "$as_me:$LINENO: result: $CXXCPP" >&5 3982 echo "${ECHO_T}$CXXCPP" >&6; } 3448 3983 ac_preproc_ok=false 3449 3984 for ac_cxx_preproc_warn_flag in '' yes … … 3468 4003 Syntax error 3469 4004 _ACEOF 3470 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3471 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4005 if { (ac_try="$ac_cpp conftest.$ac_ext" 4006 case "(($ac_try" in 4007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4008 *) ac_try_echo=$ac_try;; 4009 esac 4010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4011 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3472 4012 ac_status=$? 3473 4013 grep -v '^ *+' conftest.er1 >conftest.err … … 3475 4015 cat conftest.err >&5 3476 4016 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3477 (exit $ac_status); } >/dev/null; then 3478 if test -s conftest.err; then 3479 ac_cpp_err=$ac_cxx_preproc_warn_flag 3480 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 3481 else 3482 ac_cpp_err= 3483 fi 3484 else 3485 ac_cpp_err=yes 3486 fi 3487 if test -z "$ac_cpp_err"; then 4017 (exit $ac_status); } >/dev/null && { 4018 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4019 test ! -s conftest.err 4020 }; then 3488 4021 : 3489 4022 else … … 3494 4027 continue 3495 4028 fi 4029 3496 4030 rm -f conftest.err conftest.$ac_ext 3497 4031 3498 # OK, works on sane cases. Now check whether non -existent headers4032 # OK, works on sane cases. Now check whether nonexistent headers 3499 4033 # can be detected and how. 3500 4034 cat >conftest.$ac_ext <<_ACEOF … … 3506 4040 #include <ac_nonexistent.h> 3507 4041 _ACEOF 3508 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3509 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4042 if { (ac_try="$ac_cpp conftest.$ac_ext" 4043 case "(($ac_try" in 4044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4045 *) ac_try_echo=$ac_try;; 4046 esac 4047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4048 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3510 4049 ac_status=$? 3511 4050 grep -v '^ *+' conftest.er1 >conftest.err … … 3513 4052 cat conftest.err >&5 3514 4053 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3515 (exit $ac_status); } >/dev/null; then 3516 if test -s conftest.err; then 3517 ac_cpp_err=$ac_cxx_preproc_warn_flag 3518 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 3519 else 3520 ac_cpp_err= 3521 fi 3522 else 3523 ac_cpp_err=yes 3524 fi 3525 if test -z "$ac_cpp_err"; then 4054 (exit $ac_status); } >/dev/null && { 4055 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4056 test ! -s conftest.err 4057 }; then 3526 4058 # Broken: success on invalid input. 3527 4059 continue … … 3534 4066 break 3535 4067 fi 4068 3536 4069 rm -f conftest.err conftest.$ac_ext 3537 4070 … … 3549 4082 fi 3550 4083 3551 ac_ext=c c4084 ac_ext=cpp 3552 4085 ac_cpp='$CXXCPP $CPPFLAGS' 3553 4086 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' … … 3560 4093 do 3561 4094 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3562 if eval "test \"\${$as_ac_Header+set}\" = set"; then3563 echo "$as_me:$LINENO: checking for $ac_header" >&53564 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3565 if eval "test \"\${$as_ac_Header+set}\" = set"; then4095 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4096 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4097 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4098 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3566 4099 echo $ECHO_N "(cached) $ECHO_C" >&6 3567 4100 fi 3568 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 3569 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4101 ac_res=`eval echo '${'$as_ac_Header'}'` 4102 { echo "$as_me:$LINENO: result: $ac_res" >&5 4103 echo "${ECHO_T}$ac_res" >&6; } 3570 4104 else 3571 4105 # Is the header compilable? 3572 echo "$as_me:$LINENO: checking $ac_header usability" >&53573 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4106 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 4107 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 3574 4108 cat >conftest.$ac_ext <<_ACEOF 3575 4109 /* confdefs.h. */ … … 3582 4116 _ACEOF 3583 4117 rm -f conftest.$ac_objext 3584 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3585 (eval $ac_compile) 2>conftest.er1 4118 if { (ac_try="$ac_compile" 4119 case "(($ac_try" in 4120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4121 *) ac_try_echo=$ac_try;; 4122 esac 4123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4124 (eval "$ac_compile") 2>conftest.er1 3586 4125 ac_status=$? 3587 4126 grep -v '^ *+' conftest.er1 >conftest.err … … 3589 4128 cat conftest.err >&5 3590 4129 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3591 (exit $ac_status); } && 3592 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3594 (eval $ac_try) 2>&5 3595 ac_status=$? 3596 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3597 (exit $ac_status); }; } && 3598 { ac_try='test -s conftest.$ac_objext' 3599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3600 (eval $ac_try) 2>&5 3601 ac_status=$? 3602 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3603 (exit $ac_status); }; }; then 4130 (exit $ac_status); } && { 4131 test -z "$ac_cxx_werror_flag" || 4132 test ! -s conftest.err 4133 } && test -s conftest.$ac_objext; then 3604 4134 ac_header_compiler=yes 3605 4135 else … … 3607 4137 sed 's/^/| /' conftest.$ac_ext >&5 3608 4138 3609 ac_header_compiler=no 3610 fi 3611 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3612 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 3613 echo "${ECHO_T}$ac_header_compiler" >&6 4139 ac_header_compiler=no 4140 fi 4141 4142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4143 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4144 echo "${ECHO_T}$ac_header_compiler" >&6; } 3614 4145 3615 4146 # Is the header present? 3616 echo "$as_me:$LINENO: checking $ac_header presence" >&53617 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4147 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 4148 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 3618 4149 cat >conftest.$ac_ext <<_ACEOF 3619 4150 /* confdefs.h. */ … … 3624 4155 #include <$ac_header> 3625 4156 _ACEOF 3626 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3627 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4157 if { (ac_try="$ac_cpp conftest.$ac_ext" 4158 case "(($ac_try" in 4159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4160 *) ac_try_echo=$ac_try;; 4161 esac 4162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4163 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3628 4164 ac_status=$? 3629 4165 grep -v '^ *+' conftest.er1 >conftest.err … … 3631 4167 cat conftest.err >&5 3632 4168 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3633 (exit $ac_status); } >/dev/null; then 3634 if test -s conftest.err; then 3635 ac_cpp_err=$ac_cxx_preproc_warn_flag 3636 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 3637 else 3638 ac_cpp_err= 3639 fi 3640 else 3641 ac_cpp_err=yes 3642 fi 3643 if test -z "$ac_cpp_err"; then 4169 (exit $ac_status); } >/dev/null && { 4170 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4171 test ! -s conftest.err 4172 }; then 3644 4173 ac_header_preproc=yes 3645 4174 else … … 3649 4178 ac_header_preproc=no 3650 4179 fi 4180 3651 4181 rm -f conftest.err conftest.$ac_ext 3652 echo "$as_me:$LINENO: result: $ac_header_preproc" >&53653 echo "${ECHO_T}$ac_header_preproc" >&6 4182 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4183 echo "${ECHO_T}$ac_header_preproc" >&6; } 3654 4184 3655 4185 # So? What about this header? … … 3675 4205 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 3676 4206 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 3677 ( 3678 cat <<\_ASBOX 4207 ( cat <<\_ASBOX 3679 4208 ## ----------------------------------- ## 3680 4209 ## Report this to rappture@nanohub.org ## 3681 4210 ## ----------------------------------- ## 3682 4211 _ASBOX 3683 ) | 3684 sed "s/^/$as_me: WARNING: /" >&2 4212 ) | sed "s/^/$as_me: WARNING: /" >&2 3685 4213 ;; 3686 4214 esac 3687 echo "$as_me:$LINENO: checking for $ac_header" >&53688 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3689 if eval "test \"\${$as_ac_Header+set}\" = set"; then4215 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4216 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4217 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3690 4218 echo $ECHO_N "(cached) $ECHO_C" >&6 3691 4219 else 3692 4220 eval "$as_ac_Header=\$ac_header_preproc" 3693 4221 fi 3694 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 3695 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4222 ac_res=`eval echo '${'$as_ac_Header'}'` 4223 { echo "$as_me:$LINENO: result: $ac_res" >&5 4224 echo "${ECHO_T}$ac_res" >&6; } 3696 4225 3697 4226 fi … … 3712 4241 do 3713 4242 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3714 if eval "test \"\${$as_ac_Header+set}\" = set"; then3715 echo "$as_me:$LINENO: checking for $ac_header" >&53716 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3717 if eval "test \"\${$as_ac_Header+set}\" = set"; then4243 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4244 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4245 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4246 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3718 4247 echo $ECHO_N "(cached) $ECHO_C" >&6 3719 4248 fi 3720 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 3721 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4249 ac_res=`eval echo '${'$as_ac_Header'}'` 4250 { echo "$as_me:$LINENO: result: $ac_res" >&5 4251 echo "${ECHO_T}$ac_res" >&6; } 3722 4252 else 3723 4253 # Is the header compilable? 3724 echo "$as_me:$LINENO: checking $ac_header usability" >&53725 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4254 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 4255 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 3726 4256 cat >conftest.$ac_ext <<_ACEOF 3727 4257 /* confdefs.h. */ … … 3734 4264 _ACEOF 3735 4265 rm -f conftest.$ac_objext 3736 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3737 (eval $ac_compile) 2>conftest.er1 4266 if { (ac_try="$ac_compile" 4267 case "(($ac_try" in 4268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4269 *) ac_try_echo=$ac_try;; 4270 esac 4271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4272 (eval "$ac_compile") 2>conftest.er1 3738 4273 ac_status=$? 3739 4274 grep -v '^ *+' conftest.er1 >conftest.err … … 3741 4276 cat conftest.err >&5 3742 4277 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3743 (exit $ac_status); } && 3744 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3746 (eval $ac_try) 2>&5 3747 ac_status=$? 3748 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3749 (exit $ac_status); }; } && 3750 { ac_try='test -s conftest.$ac_objext' 3751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3752 (eval $ac_try) 2>&5 3753 ac_status=$? 3754 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3755 (exit $ac_status); }; }; then 4278 (exit $ac_status); } && { 4279 test -z "$ac_cxx_werror_flag" || 4280 test ! -s conftest.err 4281 } && test -s conftest.$ac_objext; then 3756 4282 ac_header_compiler=yes 3757 4283 else … … 3759 4285 sed 's/^/| /' conftest.$ac_ext >&5 3760 4286 3761 ac_header_compiler=no 3762 fi 3763 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3764 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 3765 echo "${ECHO_T}$ac_header_compiler" >&6 4287 ac_header_compiler=no 4288 fi 4289 4290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4291 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4292 echo "${ECHO_T}$ac_header_compiler" >&6; } 3766 4293 3767 4294 # Is the header present? 3768 echo "$as_me:$LINENO: checking $ac_header presence" >&53769 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4295 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 4296 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 3770 4297 cat >conftest.$ac_ext <<_ACEOF 3771 4298 /* confdefs.h. */ … … 3776 4303 #include <$ac_header> 3777 4304 _ACEOF 3778 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3779 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4305 if { (ac_try="$ac_cpp conftest.$ac_ext" 4306 case "(($ac_try" in 4307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4308 *) ac_try_echo=$ac_try;; 4309 esac 4310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4311 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3780 4312 ac_status=$? 3781 4313 grep -v '^ *+' conftest.er1 >conftest.err … … 3783 4315 cat conftest.err >&5 3784 4316 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3785 (exit $ac_status); } >/dev/null; then 3786 if test -s conftest.err; then 3787 ac_cpp_err=$ac_cxx_preproc_warn_flag 3788 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 3789 else 3790 ac_cpp_err= 3791 fi 3792 else 3793 ac_cpp_err=yes 3794 fi 3795 if test -z "$ac_cpp_err"; then 4317 (exit $ac_status); } >/dev/null && { 4318 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4319 test ! -s conftest.err 4320 }; then 3796 4321 ac_header_preproc=yes 3797 4322 else … … 3801 4326 ac_header_preproc=no 3802 4327 fi 4328 3803 4329 rm -f conftest.err conftest.$ac_ext 3804 echo "$as_me:$LINENO: result: $ac_header_preproc" >&53805 echo "${ECHO_T}$ac_header_preproc" >&6 4330 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4331 echo "${ECHO_T}$ac_header_preproc" >&6; } 3806 4332 3807 4333 # So? What about this header? … … 3827 4353 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 3828 4354 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 3829 ( 3830 cat <<\_ASBOX 4355 ( cat <<\_ASBOX 3831 4356 ## ----------------------------------- ## 3832 4357 ## Report this to rappture@nanohub.org ## 3833 4358 ## ----------------------------------- ## 3834 4359 _ASBOX 3835 ) | 3836 sed "s/^/$as_me: WARNING: /" >&2 4360 ) | sed "s/^/$as_me: WARNING: /" >&2 3837 4361 ;; 3838 4362 esac 3839 echo "$as_me:$LINENO: checking for $ac_header" >&53840 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3841 if eval "test \"\${$as_ac_Header+set}\" = set"; then4363 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4364 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4365 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3842 4366 echo $ECHO_N "(cached) $ECHO_C" >&6 3843 4367 else 3844 4368 eval "$as_ac_Header=\$ac_header_preproc" 3845 4369 fi 3846 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 3847 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4370 ac_res=`eval echo '${'$as_ac_Header'}'` 4371 { echo "$as_me:$LINENO: result: $ac_res" >&5 4372 echo "${ECHO_T}$ac_res" >&6; } 3848 4373 3849 4374 fi … … 3864 4389 do 3865 4390 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3866 if eval "test \"\${$as_ac_Header+set}\" = set"; then3867 echo "$as_me:$LINENO: checking for $ac_header" >&53868 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3869 if eval "test \"\${$as_ac_Header+set}\" = set"; then4391 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4392 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4393 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4394 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3870 4395 echo $ECHO_N "(cached) $ECHO_C" >&6 3871 4396 fi 3872 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 3873 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4397 ac_res=`eval echo '${'$as_ac_Header'}'` 4398 { echo "$as_me:$LINENO: result: $ac_res" >&5 4399 echo "${ECHO_T}$ac_res" >&6; } 3874 4400 else 3875 4401 # Is the header compilable? 3876 echo "$as_me:$LINENO: checking $ac_header usability" >&53877 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4402 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 4403 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 3878 4404 cat >conftest.$ac_ext <<_ACEOF 3879 4405 /* confdefs.h. */ … … 3886 4412 _ACEOF 3887 4413 rm -f conftest.$ac_objext 3888 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3889 (eval $ac_compile) 2>conftest.er1 4414 if { (ac_try="$ac_compile" 4415 case "(($ac_try" in 4416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4417 *) ac_try_echo=$ac_try;; 4418 esac 4419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4420 (eval "$ac_compile") 2>conftest.er1 3890 4421 ac_status=$? 3891 4422 grep -v '^ *+' conftest.er1 >conftest.err … … 3893 4424 cat conftest.err >&5 3894 4425 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3895 (exit $ac_status); } && 3896 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3898 (eval $ac_try) 2>&5 3899 ac_status=$? 3900 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3901 (exit $ac_status); }; } && 3902 { ac_try='test -s conftest.$ac_objext' 3903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3904 (eval $ac_try) 2>&5 3905 ac_status=$? 3906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3907 (exit $ac_status); }; }; then 4426 (exit $ac_status); } && { 4427 test -z "$ac_cxx_werror_flag" || 4428 test ! -s conftest.err 4429 } && test -s conftest.$ac_objext; then 3908 4430 ac_header_compiler=yes 3909 4431 else … … 3911 4433 sed 's/^/| /' conftest.$ac_ext >&5 3912 4434 3913 ac_header_compiler=no 3914 fi 3915 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3916 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 3917 echo "${ECHO_T}$ac_header_compiler" >&6 4435 ac_header_compiler=no 4436 fi 4437 4438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4439 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4440 echo "${ECHO_T}$ac_header_compiler" >&6; } 3918 4441 3919 4442 # Is the header present? 3920 echo "$as_me:$LINENO: checking $ac_header presence" >&53921 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4443 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 4444 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 3922 4445 cat >conftest.$ac_ext <<_ACEOF 3923 4446 /* confdefs.h. */ … … 3928 4451 #include <$ac_header> 3929 4452 _ACEOF 3930 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3931 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4453 if { (ac_try="$ac_cpp conftest.$ac_ext" 4454 case "(($ac_try" in 4455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4456 *) ac_try_echo=$ac_try;; 4457 esac 4458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4459 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3932 4460 ac_status=$? 3933 4461 grep -v '^ *+' conftest.er1 >conftest.err … … 3935 4463 cat conftest.err >&5 3936 4464 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3937 (exit $ac_status); } >/dev/null; then 3938 if test -s conftest.err; then 3939 ac_cpp_err=$ac_cxx_preproc_warn_flag 3940 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 3941 else 3942 ac_cpp_err= 3943 fi 3944 else 3945 ac_cpp_err=yes 3946 fi 3947 if test -z "$ac_cpp_err"; then 4465 (exit $ac_status); } >/dev/null && { 4466 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4467 test ! -s conftest.err 4468 }; then 3948 4469 ac_header_preproc=yes 3949 4470 else … … 3953 4474 ac_header_preproc=no 3954 4475 fi 4476 3955 4477 rm -f conftest.err conftest.$ac_ext 3956 echo "$as_me:$LINENO: result: $ac_header_preproc" >&53957 echo "${ECHO_T}$ac_header_preproc" >&6 4478 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4479 echo "${ECHO_T}$ac_header_preproc" >&6; } 3958 4480 3959 4481 # So? What about this header? … … 3979 4501 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 3980 4502 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 3981 ( 3982 cat <<\_ASBOX 4503 ( cat <<\_ASBOX 3983 4504 ## ----------------------------------- ## 3984 4505 ## Report this to rappture@nanohub.org ## 3985 4506 ## ----------------------------------- ## 3986 4507 _ASBOX 3987 ) | 3988 sed "s/^/$as_me: WARNING: /" >&2 4508 ) | sed "s/^/$as_me: WARNING: /" >&2 3989 4509 ;; 3990 4510 esac 3991 echo "$as_me:$LINENO: checking for $ac_header" >&53992 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3993 if eval "test \"\${$as_ac_Header+set}\" = set"; then4511 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4512 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4513 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3994 4514 echo $ECHO_N "(cached) $ECHO_C" >&6 3995 4515 else 3996 4516 eval "$as_ac_Header=\$ac_header_preproc" 3997 4517 fi 3998 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 3999 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4518 ac_res=`eval echo '${'$as_ac_Header'}'` 4519 { echo "$as_me:$LINENO: result: $ac_res" >&5 4520 echo "${ECHO_T}$ac_res" >&6; } 4000 4521 4001 4522 fi … … 4016 4537 do 4017 4538 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4018 if eval "test \"\${$as_ac_Header+set}\" = set"; then4019 echo "$as_me:$LINENO: checking for $ac_header" >&54020 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4021 if eval "test \"\${$as_ac_Header+set}\" = set"; then4539 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4540 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4022 4543 echo $ECHO_N "(cached) $ECHO_C" >&6 4023 4544 fi 4024 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4025 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4545 ac_res=`eval echo '${'$as_ac_Header'}'` 4546 { echo "$as_me:$LINENO: result: $ac_res" >&5 4547 echo "${ECHO_T}$ac_res" >&6; } 4026 4548 else 4027 4549 # Is the header compilable? 4028 echo "$as_me:$LINENO: checking $ac_header usability" >&54029 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4550 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 4551 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 4030 4552 cat >conftest.$ac_ext <<_ACEOF 4031 4553 /* confdefs.h. */ … … 4038 4560 _ACEOF 4039 4561 rm -f conftest.$ac_objext 4040 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4041 (eval $ac_compile) 2>conftest.er1 4562 if { (ac_try="$ac_compile" 4563 case "(($ac_try" in 4564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4565 *) ac_try_echo=$ac_try;; 4566 esac 4567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4568 (eval "$ac_compile") 2>conftest.er1 4042 4569 ac_status=$? 4043 4570 grep -v '^ *+' conftest.er1 >conftest.err … … 4045 4572 cat conftest.err >&5 4046 4573 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4047 (exit $ac_status); } && 4048 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 4049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4050 (eval $ac_try) 2>&5 4051 ac_status=$? 4052 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4053 (exit $ac_status); }; } && 4054 { ac_try='test -s conftest.$ac_objext' 4055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4056 (eval $ac_try) 2>&5 4057 ac_status=$? 4058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4059 (exit $ac_status); }; }; then 4574 (exit $ac_status); } && { 4575 test -z "$ac_cxx_werror_flag" || 4576 test ! -s conftest.err 4577 } && test -s conftest.$ac_objext; then 4060 4578 ac_header_compiler=yes 4061 4579 else … … 4063 4581 sed 's/^/| /' conftest.$ac_ext >&5 4064 4582 4065 ac_header_compiler=no 4066 fi 4067 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4068 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4069 echo "${ECHO_T}$ac_header_compiler" >&6 4583 ac_header_compiler=no 4584 fi 4585 4586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4587 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4588 echo "${ECHO_T}$ac_header_compiler" >&6; } 4070 4589 4071 4590 # Is the header present? 4072 echo "$as_me:$LINENO: checking $ac_header presence" >&54073 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4591 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 4592 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 4074 4593 cat >conftest.$ac_ext <<_ACEOF 4075 4594 /* confdefs.h. */ … … 4080 4599 #include <$ac_header> 4081 4600 _ACEOF 4082 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4083 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4601 if { (ac_try="$ac_cpp conftest.$ac_ext" 4602 case "(($ac_try" in 4603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4604 *) ac_try_echo=$ac_try;; 4605 esac 4606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4607 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4084 4608 ac_status=$? 4085 4609 grep -v '^ *+' conftest.er1 >conftest.err … … 4087 4611 cat conftest.err >&5 4088 4612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4089 (exit $ac_status); } >/dev/null; then 4090 if test -s conftest.err; then 4091 ac_cpp_err=$ac_cxx_preproc_warn_flag 4092 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 4093 else 4094 ac_cpp_err= 4095 fi 4096 else 4097 ac_cpp_err=yes 4098 fi 4099 if test -z "$ac_cpp_err"; then 4613 (exit $ac_status); } >/dev/null && { 4614 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 4615 test ! -s conftest.err 4616 }; then 4100 4617 ac_header_preproc=yes 4101 4618 else … … 4105 4622 ac_header_preproc=no 4106 4623 fi 4624 4107 4625 rm -f conftest.err conftest.$ac_ext 4108 echo "$as_me:$LINENO: result: $ac_header_preproc" >&54109 echo "${ECHO_T}$ac_header_preproc" >&6 4626 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4627 echo "${ECHO_T}$ac_header_preproc" >&6; } 4110 4628 4111 4629 # So? What about this header? … … 4131 4649 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4132 4650 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4133 ( 4134 cat <<\_ASBOX 4651 ( cat <<\_ASBOX 4135 4652 ## ----------------------------------- ## 4136 4653 ## Report this to rappture@nanohub.org ## 4137 4654 ## ----------------------------------- ## 4138 4655 _ASBOX 4139 ) | 4140 sed "s/^/$as_me: WARNING: /" >&2 4656 ) | sed "s/^/$as_me: WARNING: /" >&2 4141 4657 ;; 4142 4658 esac 4143 echo "$as_me:$LINENO: checking for $ac_header" >&54144 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4145 if eval "test \"\${$as_ac_Header+set}\" = set"; then4659 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4660 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4661 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4146 4662 echo $ECHO_N "(cached) $ECHO_C" >&6 4147 4663 else 4148 4664 eval "$as_ac_Header=\$ac_header_preproc" 4149 4665 fi 4150 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4151 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4666 ac_res=`eval echo '${'$as_ac_Header'}'` 4667 { echo "$as_me:$LINENO: result: $ac_res" >&5 4668 echo "${ECHO_T}$ac_res" >&6; } 4152 4669 4153 4670 fi … … 4174 4691 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4175 4692 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4176 echo "$as_me:$LINENO: checking for $ac_word" >&54177 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4693 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4694 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4178 4695 if test "${ac_cv_prog_F77+set}" = set; then 4179 4696 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4188 4705 test -z "$as_dir" && as_dir=. 4189 4706 for ac_exec_ext in '' $ac_executable_extensions; do 4190 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then4707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4191 4708 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 4192 4709 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4195 4712 done 4196 4713 done 4714 IFS=$as_save_IFS 4197 4715 4198 4716 fi … … 4200 4718 F77=$ac_cv_prog_F77 4201 4719 if test -n "$F77"; then 4202 echo "$as_me:$LINENO: result: $F77" >&5 4203 echo "${ECHO_T}$F77" >&6 4204 else 4205 echo "$as_me:$LINENO: result: no" >&5 4206 echo "${ECHO_T}no" >&6 4207 fi 4720 { echo "$as_me:$LINENO: result: $F77" >&5 4721 echo "${ECHO_T}$F77" >&6; } 4722 else 4723 { echo "$as_me:$LINENO: result: no" >&5 4724 echo "${ECHO_T}no" >&6; } 4725 fi 4726 4208 4727 4209 4728 test -n "$F77" && break … … 4216 4735 # Extract the first word of "$ac_prog", so it can be a program name with args. 4217 4736 set dummy $ac_prog; ac_word=$2 4218 echo "$as_me:$LINENO: checking for $ac_word" >&54219 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4737 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4738 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4220 4739 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 4221 4740 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4230 4749 test -z "$as_dir" && as_dir=. 4231 4750 for ac_exec_ext in '' $ac_executable_extensions; do 4232 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then4751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4233 4752 ac_cv_prog_ac_ct_F77="$ac_prog" 4234 4753 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4237 4756 done 4238 4757 done 4758 IFS=$as_save_IFS 4239 4759 4240 4760 fi … … 4242 4762 ac_ct_F77=$ac_cv_prog_ac_ct_F77 4243 4763 if test -n "$ac_ct_F77"; then 4244 echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 4245 echo "${ECHO_T}$ac_ct_F77" >&6 4246 else 4247 echo "$as_me:$LINENO: result: no" >&5 4248 echo "${ECHO_T}no" >&6 4249 fi 4764 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 4765 echo "${ECHO_T}$ac_ct_F77" >&6; } 4766 else 4767 { echo "$as_me:$LINENO: result: no" >&5 4768 echo "${ECHO_T}no" >&6; } 4769 fi 4770 4250 4771 4251 4772 test -n "$ac_ct_F77" && break 4252 4773 done 4253 4774 4254 F77=$ac_ct_F77 4775 if test "x$ac_ct_F77" = x; then 4776 F77="" 4777 else 4778 case $cross_compiling:$ac_tool_warned in 4779 yes:) 4780 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4781 whose name does not start with the host triplet. If you think this 4782 configuration is useful to you, please write to autoconf@gnu.org." >&5 4783 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 4784 whose name does not start with the host triplet. If you think this 4785 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 4786 ac_tool_warned=yes ;; 4787 esac 4788 F77=$ac_ct_F77 4789 fi 4255 4790 fi 4256 4791 4257 4792 4258 4793 # Provide some information about the compiler. 4259 echo "$as_me:4259:" \ 4260 "checking for Fortran 77 compiler version" >&5 4794 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 4261 4795 ac_compiler=`set X $ac_compile; echo $2` 4262 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 4263 (eval $ac_compiler --version </dev/null >&5) 2>&5 4796 { (ac_try="$ac_compiler --version >&5" 4797 case "(($ac_try" in 4798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4799 *) ac_try_echo=$ac_try;; 4800 esac 4801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4802 (eval "$ac_compiler --version >&5") 2>&5 4264 4803 ac_status=$? 4265 4804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4266 4805 (exit $ac_status); } 4267 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 4268 (eval $ac_compiler -v </dev/null >&5) 2>&5 4806 { (ac_try="$ac_compiler -v >&5" 4807 case "(($ac_try" in 4808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4809 *) ac_try_echo=$ac_try;; 4810 esac 4811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4812 (eval "$ac_compiler -v >&5") 2>&5 4269 4813 ac_status=$? 4270 4814 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4271 4815 (exit $ac_status); } 4272 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 4273 (eval $ac_compiler -V </dev/null >&5) 2>&5 4816 { (ac_try="$ac_compiler -V >&5" 4817 case "(($ac_try" in 4818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4819 *) ac_try_echo=$ac_try;; 4820 esac 4821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4822 (eval "$ac_compiler -V >&5") 2>&5 4274 4823 ac_status=$? 4275 4824 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4281 4830 ac_save_ext=$ac_ext 4282 4831 ac_ext=F 4283 echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&54284 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6 4832 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 4833 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } 4285 4834 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 4286 4835 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4295 4844 _ACEOF 4296 4845 rm -f conftest.$ac_objext 4297 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4298 (eval $ac_compile) 2>conftest.er1 4846 if { (ac_try="$ac_compile" 4847 case "(($ac_try" in 4848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4849 *) ac_try_echo=$ac_try;; 4850 esac 4851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4852 (eval "$ac_compile") 2>conftest.er1 4299 4853 ac_status=$? 4300 4854 grep -v '^ *+' conftest.er1 >conftest.err … … 4302 4856 cat conftest.err >&5 4303 4857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4304 (exit $ac_status); } && 4305 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 4306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4307 (eval $ac_try) 2>&5 4308 ac_status=$? 4309 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4310 (exit $ac_status); }; } && 4311 { ac_try='test -s conftest.$ac_objext' 4312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4313 (eval $ac_try) 2>&5 4314 ac_status=$? 4315 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4316 (exit $ac_status); }; }; then 4858 (exit $ac_status); } && { 4859 test -z "$ac_f77_werror_flag" || 4860 test ! -s conftest.err 4861 } && test -s conftest.$ac_objext; then 4317 4862 ac_compiler_gnu=yes 4318 4863 else … … 4320 4865 sed 's/^/| /' conftest.$ac_ext >&5 4321 4866 4322 ac_compiler_gnu=no 4323 fi 4324 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4867 ac_compiler_gnu=no 4868 fi 4869 4870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4325 4871 ac_cv_f77_compiler_gnu=$ac_compiler_gnu 4326 4872 4327 4873 fi 4328 echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&54329 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 4874 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 4875 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } 4330 4876 ac_ext=$ac_save_ext 4331 4877 ac_test_FFLAGS=${FFLAGS+set} 4332 4878 ac_save_FFLAGS=$FFLAGS 4333 4879 FFLAGS= 4334 echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&54335 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6 4880 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 4881 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } 4336 4882 if test "${ac_cv_prog_f77_g+set}" = set; then 4337 4883 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4344 4890 _ACEOF 4345 4891 rm -f conftest.$ac_objext 4346 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4347 (eval $ac_compile) 2>conftest.er1 4892 if { (ac_try="$ac_compile" 4893 case "(($ac_try" in 4894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4895 *) ac_try_echo=$ac_try;; 4896 esac 4897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4898 (eval "$ac_compile") 2>conftest.er1 4348 4899 ac_status=$? 4349 4900 grep -v '^ *+' conftest.er1 >conftest.err … … 4351 4902 cat conftest.err >&5 4352 4903 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4353 (exit $ac_status); } && 4354 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 4355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4356 (eval $ac_try) 2>&5 4357 ac_status=$? 4358 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4359 (exit $ac_status); }; } && 4360 { ac_try='test -s conftest.$ac_objext' 4361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4362 (eval $ac_try) 2>&5 4363 ac_status=$? 4364 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4365 (exit $ac_status); }; }; then 4904 (exit $ac_status); } && { 4905 test -z "$ac_f77_werror_flag" || 4906 test ! -s conftest.err 4907 } && test -s conftest.$ac_objext; then 4366 4908 ac_cv_prog_f77_g=yes 4367 4909 else … … 4369 4911 sed 's/^/| /' conftest.$ac_ext >&5 4370 4912 4371 ac_cv_prog_f77_g=no 4372 fi 4373 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4374 4375 fi 4376 echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 4377 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6 4913 ac_cv_prog_f77_g=no 4914 fi 4915 4916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4917 4918 fi 4919 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 4920 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } 4378 4921 if test "$ac_test_FFLAGS" = set; then 4379 4922 FFLAGS=$ac_save_FFLAGS … … 4393 4936 4394 4937 G77=`test $ac_compiler_gnu = yes && echo yes` 4395 ac_ext=c c4938 ac_ext=cpp 4396 4939 ac_cpp='$CXXCPP $CPPFLAGS' 4397 4940 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' … … 4401 4944 4402 4945 4403 # Check whether --with-matlab or --without-matlabwas given.4946 # Check whether --with-matlab was given. 4404 4947 if test "${with_matlab+set}" = set; then 4405 withval= "$with_matlab"4406 4407 fi; 4948 withval=$with_matlab; 4949 fi 4950 4408 4951 MEX= 4409 4952 if test "$with_matlab" != "no" ; then … … 4420 4963 # Extract the first word of "mex", so it can be a program name with args. 4421 4964 set dummy mex; ac_word=$2 4422 echo "$as_me:$LINENO: checking for $ac_word" >&54423 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4965 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4966 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4424 4967 if test "${ac_cv_path_MEX+set}" = set; then 4425 4968 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4436 4979 test -z "$as_dir" && as_dir=. 4437 4980 for ac_exec_ext in '' $ac_executable_extensions; do 4438 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then4981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4439 4982 ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext" 4440 4983 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4443 4986 done 4444 4987 done 4988 IFS=$as_save_IFS 4445 4989 4446 4990 ;; … … 4448 4992 fi 4449 4993 MEX=$ac_cv_path_MEX 4450 4451 4994 if test -n "$MEX"; then 4452 echo "$as_me:$LINENO: result: $MEX" >&5 4453 echo "${ECHO_T}$MEX" >&6 4454 else 4455 echo "$as_me:$LINENO: result: no" >&5 4456 echo "${ECHO_T}no" >&6 4457 fi 4995 { echo "$as_me:$LINENO: result: $MEX" >&5 4996 echo "${ECHO_T}$MEX" >&6; } 4997 else 4998 { echo "$as_me:$LINENO: result: no" >&5 4999 echo "${ECHO_T}no" >&6; } 5000 fi 5001 4458 5002 4459 5003 fi … … 4462 5006 4463 5007 4464 # Check whether --with-octave or --without-octavewas given.5008 # Check whether --with-octave was given. 4465 5009 if test "${with_octave+set}" = set; then 4466 withval= "$with_octave"4467 4468 fi; 5010 withval=$with_octave; 5011 fi 5012 4469 5013 MKOCTFILE= 4470 5014 if test "$with_octave" != "no" ; then … … 4481 5025 # Extract the first word of "mkoctfile", so it can be a program name with args. 4482 5026 set dummy mkoctfile; ac_word=$2 4483 echo "$as_me:$LINENO: checking for $ac_word" >&54484 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5027 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5028 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4485 5029 if test "${ac_cv_path_MKOCTFILE+set}" = set; then 4486 5030 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4497 5041 test -z "$as_dir" && as_dir=. 4498 5042 for ac_exec_ext in '' $ac_executable_extensions; do 4499 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then5043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4500 5044 ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext" 4501 5045 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4504 5048 done 4505 5049 done 5050 IFS=$as_save_IFS 4506 5051 4507 5052 ;; … … 4509 5054 fi 4510 5055 MKOCTFILE=$ac_cv_path_MKOCTFILE 4511 4512 5056 if test -n "$MKOCTFILE"; then 4513 echo "$as_me:$LINENO: result: $MKOCTFILE" >&5 4514 echo "${ECHO_T}$MKOCTFILE" >&6 4515 else 4516 echo "$as_me:$LINENO: result: no" >&5 4517 echo "${ECHO_T}no" >&6 4518 fi 5057 { echo "$as_me:$LINENO: result: $MKOCTFILE" >&5 5058 echo "${ECHO_T}$MKOCTFILE" >&6; } 5059 else 5060 { echo "$as_me:$LINENO: result: no" >&5 5061 echo "${ECHO_T}no" >&6; } 5062 fi 5063 4519 5064 4520 5065 fi … … 4525 5070 4526 5071 4527 # Check whether --with-perl or --without-perlwas given.5072 # Check whether --with-perl was given. 4528 5073 if test "${with_perl+set}" = set; then 4529 withval= "$with_perl"4530 4531 fi; 5074 withval=$with_perl; 5075 fi 5076 4532 5077 PERL= 4533 5078 PERL_INCLUDES= … … 4545 5090 # Extract the first word of "perl", so it can be a program name with args. 4546 5091 set dummy perl; ac_word=$2 4547 echo "$as_me:$LINENO: checking for $ac_word" >&54548 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5092 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4549 5094 if test "${ac_cv_path_PERL+set}" = set; then 4550 5095 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4561 5106 test -z "$as_dir" && as_dir=. 4562 5107 for ac_exec_ext in '' $ac_executable_extensions; do 4563 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then5108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4564 5109 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 4565 5110 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4568 5113 done 4569 5114 done 5115 IFS=$as_save_IFS 4570 5116 4571 5117 ;; … … 4573 5119 fi 4574 5120 PERL=$ac_cv_path_PERL 4575 4576 5121 if test -n "$PERL"; then 4577 echo "$as_me:$LINENO: result: $PERL" >&5 4578 echo "${ECHO_T}$PERL" >&6 4579 else 4580 echo "$as_me:$LINENO: result: no" >&5 4581 echo "${ECHO_T}no" >&6 4582 fi 5122 { echo "$as_me:$LINENO: result: $PERL" >&5 5123 echo "${ECHO_T}$PERL" >&6; } 5124 else 5125 { echo "$as_me:$LINENO: result: no" >&5 5126 echo "${ECHO_T}no" >&6; } 5127 fi 5128 4583 5129 4584 5130 fi … … 4593 5139 pythondir= 4594 5140 4595 # Check whether --with-python or --without-pythonwas given.5141 # Check whether --with-python was given. 4596 5142 if test "${with_python+set}" = set; then 4597 withval= "$with_python"4598 4599 fi; 5143 withval=$with_python; 5144 fi 5145 4600 5146 if test "$with_python" != "no" ; then 4601 5147 if test -x "$with_python/bin/python" … … 4611 5157 # Extract the first word of "python python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5", so it can be a program name with args. 4612 5158 set dummy python python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5; ac_word=$2 4613 echo "$as_me:$LINENO: checking for $ac_word" >&54614 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5159 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5160 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4615 5161 if test "${ac_cv_path_PYTHON+set}" = set; then 4616 5162 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4627 5173 test -z "$as_dir" && as_dir=. 4628 5174 for ac_exec_ext in '' $ac_executable_extensions; do 4629 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then5175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4630 5176 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" 4631 5177 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4634 5180 done 4635 5181 done 5182 IFS=$as_save_IFS 4636 5183 4637 5184 ;; … … 4639 5186 fi 4640 5187 PYTHON=$ac_cv_path_PYTHON 4641 4642 5188 if test -n "$PYTHON"; then 4643 echo "$as_me:$LINENO: result: $PYTHON" >&5 4644 echo "${ECHO_T}$PYTHON" >&6 4645 else 4646 echo "$as_me:$LINENO: result: no" >&5 4647 echo "${ECHO_T}no" >&6 4648 fi 5189 { echo "$as_me:$LINENO: result: $PYTHON" >&5 5190 echo "${ECHO_T}$PYTHON" >&6; } 5191 else 5192 { echo "$as_me:$LINENO: result: no" >&5 5193 echo "${ECHO_T}no" >&6; } 5194 fi 5195 4649 5196 4650 5197 fi … … 4708 5255 4709 5256 ac_aux_dir= 4710 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do4711 if test -f $ac_dir/install-sh; then5257 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 5258 if test -f "$ac_dir/install-sh"; then 4712 5259 ac_aux_dir=$ac_dir 4713 5260 ac_install_sh="$ac_aux_dir/install-sh -c" 4714 5261 break 4715 elif test -f $ac_dir/install.sh; then5262 elif test -f "$ac_dir/install.sh"; then 4716 5263 ac_aux_dir=$ac_dir 4717 5264 ac_install_sh="$ac_aux_dir/install.sh -c" 4718 5265 break 4719 elif test -f $ac_dir/shtool; then5266 elif test -f "$ac_dir/shtool"; then 4720 5267 ac_aux_dir=$ac_dir 4721 5268 ac_install_sh="$ac_aux_dir/shtool install -c" … … 4724 5271 done 4725 5272 if test -z "$ac_aux_dir"; then 4726 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&54727 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}5273 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 5274 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 4728 5275 { (exit 1); exit 1; }; } 4729 5276 fi 4730 ac_config_guess="$SHELL $ac_aux_dir/config.guess" 4731 ac_config_sub="$SHELL $ac_aux_dir/config.sub" 4732 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 4733 4734 4735 4736 subdirs="$subdirs gui " 4737 4738 4739 4740 subdirs="$subdirs src/tcl " 4741 4742 4743 ac_config_files="$ac_config_files Makefile examples/demo.bash examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/c-example/Makefile perl/Makefile.PL python/setup.py src/Makefile src/matlab/Makefile src/octave/Makefile test/Makefile gui/apps/rappture" 5277 5278 # These three variables are undocumented and unsupported, 5279 # and are intended to be withdrawn in a future Autoconf release. 5280 # They can cause serious problems if a builder's source tree is in a directory 5281 # whose full name contains unusual characters. 5282 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 5283 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 5284 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 5285 5286 5287 subdirs="$subdirs gui" 5288 5289 subdirs="$subdirs src/tcl" 5290 5291 5292 ac_config_files="$ac_config_files Makefile examples/demo.bash examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/wrapper/cee/Makefile examples/c-example/Makefile perl/Makefile.PL python/setup.py src/Makefile src/matlab/Makefile src/octave/Makefile test/Makefile gui/apps/rappture" 5293 4744 5294 cat >confcache <<\_ACEOF 4745 5295 # This file is a shell script that caches the results of configure … … 4760 5310 # The following way of writing the cache mishandles newlines in values, 4761 5311 # but we know of no workaround that is simple, portable, and efficient. 4762 # So, don't put newlines in cache variables' values.5312 # So, we kill variables containing newlines. 4763 5313 # Ultrix sh set writes to stderr and can't be redirected directly, 4764 5314 # and sets the high bit in the cache file unless we assign to the vars. 4765 { 5315 ( 5316 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 5317 eval ac_val=\$$ac_var 5318 case $ac_val in #( 5319 *${as_nl}*) 5320 case $ac_var in #( 5321 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 5322 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 5323 esac 5324 case $ac_var in #( 5325 _ | IFS | as_nl) ;; #( 5326 *) $as_unset $ac_var ;; 5327 esac ;; 5328 esac 5329 done 5330 4766 5331 (set) 2>&1 | 4767 case `(ac_space=' '; set | grep ac_space) 2>&1` in4768 * ac_space=\ *)5332 case $as_nl`(ac_space=' '; set) 2>&1` in #( 5333 *${as_nl}ac_space=\ *) 4769 5334 # `set' does not quote correctly, so add quotes (double-quote 4770 5335 # substitution turns \\\\ into \\, and sed turns \\ into \). … … 4772 5337 "s/'/'\\\\''/g; 4773 5338 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 4774 ;; 5339 ;; #( 4775 5340 *) 4776 5341 # `set' quotes correctly as required by POSIX, so do not add quotes. 4777 sed -n \ 4778 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 5342 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 4779 5343 ;; 4780 esac; 4781 } | 5344 esac | 5345 sort 5346 ) | 4782 5347 sed ' 5348 /^ac_cv_env_/b end 4783 5349 t clear 4784 : 5350 :clear 4785 5351 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 4786 5352 t end 4787 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 4788 : end' >>confcache 4789 if diff $cache_file confcache >/dev/null 2>&1; then :; else 4790 if test -w $cache_file; then 4791 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 5353 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 5354 :end' >>confcache 5355 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 5356 if test -w "$cache_file"; then 5357 test "x$cache_file" != "x/dev/null" && 5358 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 5359 echo "$as_me: updating cache $cache_file" >&6;} 4792 5360 cat confcache >$cache_file 4793 5361 else 4794 echo "not updating unwritable cache $cache_file" 5362 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 5363 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 4795 5364 fi 4796 5365 fi … … 4800 5369 # Let make expand exec_prefix. 4801 5370 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 4802 4803 # VPATH may cause trouble with some makes, so we remove $(srcdir),4804 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and4805 # trailing colons and then remove the whole line if VPATH becomes empty4806 # (actually we leave an empty line to preserve line numbers).4807 if test "x$srcdir" = x.; then4808 ac_vpsub='/^[ ]*VPATH[ ]*=/{4809 s/:*\$(srcdir):*/:/;4810 s/:*\${srcdir}:*/:/;4811 s/:*@srcdir@:*/:/;4812 s/^\([^=]*=[ ]*\):*/\1/;4813 s/:*$//;4814 s/^[^=]*=[ ]*$//;4815 }'4816 fi4817 5371 4818 5372 # Transform confdefs.h into DEFS. … … 4821 5375 # 4822 5376 # If the first sed substitution is executed (which looks for macros that 4823 # take arguments), then webranch to the quote section. Otherwise,5377 # take arguments), then branch to the quote section. Otherwise, 4824 5378 # look for a macro that doesn't take arguments. 4825 cat >confdef2opt.sed <<\_ACEOF 5379 ac_script=' 4826 5380 t clear 4827 : 4828 s ,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g5381 :clear 5382 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g 4829 5383 t quote 4830 s ,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g5384 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g 4831 5385 t quote 4832 d 4833 : quote 4834 s,[ `~#$^&*(){}\\|;'"<>?],\\&,g 4835 s,\[,\\&,g 4836 s,\],\\&,g 4837 s,\$,$$,g 4838 p 4839 _ACEOF 4840 # We use echo to avoid assuming a particular line-breaking character. 4841 # The extra dot is to prevent the shell from consuming trailing 4842 # line-breaks from the sub-command output. A line-break within 4843 # single-quotes doesn't work because, if this script is created in a 4844 # platform that uses two characters for line-breaks (e.g., DOS), tr 4845 # would break. 4846 ac_LF_and_DOT=`echo; echo .` 4847 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` 4848 rm -f confdef2opt.sed 5386 b any 5387 :quote 5388 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g 5389 s/\[/\\&/g 5390 s/\]/\\&/g 5391 s/\$/$$/g 5392 H 5393 :any 5394 ${ 5395 g 5396 s/^\n// 5397 s/\n/ /g 5398 p 5399 } 5400 ' 5401 DEFS=`sed -n "$ac_script" confdefs.h` 4849 5402 4850 5403 … … 4853 5406 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 4854 5407 # 1. Remove the extension, and $U if already installed. 4855 ac_i=`echo "$ac_i" | 4856 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 4857 # 2. Add them. 4858 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 4859 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 5408 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 5409 ac_i=`echo "$ac_i" | sed "$ac_script"` 5410 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 5411 # will be set to the directory where LIBOBJS objects are built. 5412 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 5413 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 4860 5414 done 4861 5415 LIBOBJS=$ac_libobjs … … 4888 5442 ## --------------------- ## 4889 5443 4890 # Be Bourne compatible 5444 # Be more Bourne compatible 5445 DUALCASE=1; export DUALCASE # for MKS sh 4891 5446 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 4892 5447 emulate sh … … 4895 5450 # is contrary to our usage. Disable this feature. 4896 5451 alias -g '${1+"$@"}'='"$@"' 4897 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 4898 set -o posix 4899 fi 4900 DUALCASE=1; export DUALCASE # for MKS sh 4901 4902 # Support unset when possible. 4903 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 4904 as_unset=unset 4905 else 4906 as_unset=false 4907 fi 4908 4909 4910 # Work around bugs in pre-3.0 UWIN ksh. 4911 $as_unset ENV MAIL MAILPATH 4912 PS1='$ ' 4913 PS2='> ' 4914 PS4='+ ' 4915 4916 # NLS nuisances. 4917 for as_var in \ 4918 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 4919 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 4920 LC_TELEPHONE LC_TIME 4921 do 4922 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 4923 eval $as_var=C; export $as_var 4924 else 4925 $as_unset $as_var 4926 fi 4927 done 4928 4929 # Required to use basename. 4930 if expr a : '\(a\)' >/dev/null 2>&1; then 4931 as_expr=expr 4932 else 4933 as_expr=false 4934 fi 4935 4936 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 4937 as_basename=basename 4938 else 4939 as_basename=false 4940 fi 4941 4942 4943 # Name of the executable. 4944 as_me=`$as_basename "$0" || 4945 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 4946 X"$0" : 'X\(//\)$' \| \ 4947 X"$0" : 'X\(/\)$' \| \ 4948 . : '\(.\)' 2>/dev/null || 4949 echo X/"$0" | 4950 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 4951 /^X\/\(\/\/\)$/{ s//\1/; q; } 4952 /^X\/\(\/\).*/{ s//\1/; q; } 4953 s/.*/./; q'` 4954 4955 4956 # PATH needs CR, and LINENO needs CR and PATH. 5452 setopt NO_GLOB_SUBST 5453 else 5454 case `(set -o) 2>/dev/null` in 5455 *posix*) set -o posix ;; 5456 esac 5457 5458 fi 5459 5460 5461 5462 5463 # PATH needs CR 4957 5464 # Avoid depending upon Character Ranges. 4958 5465 as_cr_letters='abcdefghijklmnopqrstuvwxyz' … … 4975 5482 fi 4976 5483 4977 4978 as_lineno_1=$LINENO 4979 as_lineno_2=$LINENO 4980 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 4981 test "x$as_lineno_1" != "x$as_lineno_2" && 4982 test "x$as_lineno_3" = "x$as_lineno_2" || { 4983 # Find who we are. Look in the path if we contain no path at all 4984 # relative or not. 4985 case $0 in 4986 *[\\/]* ) as_myself=$0 ;; 4987 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5484 # Support unset when possible. 5485 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 5486 as_unset=unset 5487 else 5488 as_unset=false 5489 fi 5490 5491 5492 # IFS 5493 # We need space, tab and new line, in precisely that order. Quoting is 5494 # there to prevent editors from complaining about space-tab. 5495 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 5496 # splitting by setting IFS to empty value.) 5497 as_nl=' 5498 ' 5499 IFS=" "" $as_nl" 5500 5501 # Find who we are. Look in the path if we contain no directory separator. 5502 case $0 in 5503 *[\\/]* ) as_myself=$0 ;; 5504 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4988 5505 for as_dir in $PATH 4989 5506 do … … 4992 5509 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 4993 5510 done 4994 4995 ;; 4996 esac 4997 # We did not find ourselves, most probably we were run as `sh COMMAND' 4998 # in which case we are not to be found in the path. 4999 if test "x$as_myself" = x; then 5000 as_myself=$0 5511 IFS=$as_save_IFS 5512 5513 ;; 5514 esac 5515 # We did not find ourselves, most probably we were run as `sh COMMAND' 5516 # in which case we are not to be found in the path. 5517 if test "x$as_myself" = x; then 5518 as_myself=$0 5519 fi 5520 if test ! -f "$as_myself"; then 5521 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 5522 { (exit 1); exit 1; } 5523 fi 5524 5525 # Work around bugs in pre-3.0 UWIN ksh. 5526 for as_var in ENV MAIL MAILPATH 5527 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 5528 done 5529 PS1='$ ' 5530 PS2='> ' 5531 PS4='+ ' 5532 5533 # NLS nuisances. 5534 for as_var in \ 5535 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 5536 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 5537 LC_TELEPHONE LC_TIME 5538 do 5539 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 5540 eval $as_var=C; export $as_var 5541 else 5542 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 5001 5543 fi 5002 if test ! -f "$as_myself"; then 5003 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 5004 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 5005 { (exit 1); exit 1; }; } 5006 fi 5007 case $CONFIG_SHELL in 5008 '') 5009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5010 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 5011 do 5012 IFS=$as_save_IFS 5013 test -z "$as_dir" && as_dir=. 5014 for as_base in sh bash ksh sh5; do 5015 case $as_dir in 5016 /*) 5017 if ("$as_dir/$as_base" -c ' 5544 done 5545 5546 # Required to use basename. 5547 if expr a : '\(a\)' >/dev/null 2>&1 && 5548 test "X`expr 00001 : '.*\(...\)'`" = X001; then 5549 as_expr=expr 5550 else 5551 as_expr=false 5552 fi 5553 5554 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 5555 as_basename=basename 5556 else 5557 as_basename=false 5558 fi 5559 5560 5561 # Name of the executable. 5562 as_me=`$as_basename -- "$0" || 5563 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 5564 X"$0" : 'X\(//\)$' \| \ 5565 X"$0" : 'X\(/\)' \| . 2>/dev/null || 5566 echo X/"$0" | 5567 sed '/^.*\/\([^/][^/]*\)\/*$/{ 5568 s//\1/ 5569 q 5570 } 5571 /^X\/\(\/\/\)$/{ 5572 s//\1/ 5573 q 5574 } 5575 /^X\/\(\/\).*/{ 5576 s//\1/ 5577 q 5578 } 5579 s/.*/./; q'` 5580 5581 # CDPATH. 5582 $as_unset CDPATH 5583 5584 5585 5018 5586 as_lineno_1=$LINENO 5019 5587 as_lineno_2=$LINENO 5020 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`5021 5588 test "x$as_lineno_1" != "x$as_lineno_2" && 5022 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 5023 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 5024 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 5025 CONFIG_SHELL=$as_dir/$as_base 5026 export CONFIG_SHELL 5027 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 5028 fi;; 5029 esac 5030 done 5031 done 5032 ;; 5033 esac 5589 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 5034 5590 5035 5591 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 5036 5592 # uniformly replaced by the line number. The first 'sed' inserts a 5037 # line-number line before each line; the second 'sed' does the real 5038 # work. The second script uses 'N' to pair each line-number line 5039 # with the numbered line, and appends trailing '-' during 5040 # substitution so that $LINENO is not a special case at line end. 5593 # line-number line after each line using $LINENO; the second 'sed' 5594 # does the real work. The second script uses 'N' to pair each 5595 # line-number line with the line containing $LINENO, and appends 5596 # trailing '-' during substitution so that $LINENO is not a special 5597 # case at line end. 5041 5598 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 5042 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 5043 sed '=' <$as_myself | 5599 # scripts with optimization help from Paolo Bonzini. Blame Lee 5600 # E. McMahon (1931-1989) for sed's syntax. :-) 5601 sed -n ' 5602 p 5603 /[$]LINENO/= 5604 ' <$as_myself | 5044 5605 sed ' 5606 s/[$]LINENO.*/&-/ 5607 t lineno 5608 b 5609 :lineno 5045 5610 N 5046 s,$,-, 5047 : loop 5048 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 5611 :loop 5612 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 5049 5613 t loop 5050 s,-$,, 5051 s,^['$as_cr_digits']*\n,, 5614 s/-\n.*// 5052 5615 ' >$as_me.lineno && 5053 chmod +x $as_me.lineno || 5054 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 5055 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 5616 chmod +x "$as_me.lineno" || 5617 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 5056 5618 { (exit 1); exit 1; }; } 5057 5619 5058 5620 # Don't try to exec as it changes $[0], causing all sort of problems 5059 5621 # (the dirname of $[0] is not the place where we might find the 5060 # original and so on. Autoconf is especially sensi ble to this).5061 . ./$as_me.lineno5622 # original and so on. Autoconf is especially sensitive to this). 5623 . "./$as_me.lineno" 5062 5624 # Exit status is that of the last command. 5063 5625 exit … … 5065 5627 5066 5628 5067 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 5068 *c*,-n*) ECHO_N= ECHO_C=' 5069 ' ECHO_T=' ' ;; 5070 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 5071 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 5072 esac 5073 5074 if expr a : '\(a\)' >/dev/null 2>&1; then 5629 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 5630 as_dirname=dirname 5631 else 5632 as_dirname=false 5633 fi 5634 5635 ECHO_C= ECHO_N= ECHO_T= 5636 case `echo -n x` in 5637 -n*) 5638 case `echo 'x\c'` in 5639 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 5640 *) ECHO_C='\c';; 5641 esac;; 5642 *) 5643 ECHO_N='-n';; 5644 esac 5645 5646 if expr a : '\(a\)' >/dev/null 2>&1 && 5647 test "X`expr 00001 : '.*\(...\)'`" = X001; then 5075 5648 as_expr=expr 5076 5649 else … … 5079 5652 5080 5653 rm -f conf$$ conf$$.exe conf$$.file 5654 if test -d conf$$.dir; then 5655 rm -f conf$$.dir/conf$$.file 5656 else 5657 rm -f conf$$.dir 5658 mkdir conf$$.dir 5659 fi 5081 5660 echo >conf$$.file 5082 5661 if ln -s conf$$.file conf$$ 2>/dev/null; then 5083 # We could just check for DJGPP; but this test a) works b) is more generic 5084 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 5085 if test -f conf$$.exe; then 5086 # Don't use ln at all; we don't have any links 5662 as_ln_s='ln -s' 5663 # ... but there are two gotchas: 5664 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 5665 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 5666 # In both cases, we have to default to `cp -p'. 5667 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 5087 5668 as_ln_s='cp -p' 5088 else5089 as_ln_s='ln -s'5090 fi5091 5669 elif ln conf$$.file conf$$ 2>/dev/null; then 5092 5670 as_ln_s=ln … … 5094 5672 as_ln_s='cp -p' 5095 5673 fi 5096 rm -f conf$$ conf$$.exe conf$$.file 5674 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 5675 rmdir conf$$.dir 2>/dev/null 5097 5676 5098 5677 if mkdir -p . 2>/dev/null; then … … 5103 5682 fi 5104 5683 5105 as_executable_p="test -f" 5684 if test -x / >/dev/null 2>&1; then 5685 as_test_x='test -x' 5686 else 5687 if ls -dL / >/dev/null 2>&1; then 5688 as_ls_L_option=L 5689 else 5690 as_ls_L_option= 5691 fi 5692 as_test_x=' 5693 eval sh -c '\'' 5694 if test -d "$1"; then 5695 test -d "$1/."; 5696 else 5697 case $1 in 5698 -*)set "./$1";; 5699 esac; 5700 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 5701 ???[sx]*):;;*)false;;esac;fi 5702 '\'' sh 5703 ' 5704 fi 5705 as_executable_p=$as_test_x 5106 5706 5107 5707 # Sed expression to map a string onto a valid CPP name. … … 5112 5712 5113 5713 5114 # IFS5115 # We need space, tab and new line, in precisely that order.5116 as_nl='5117 '5118 IFS=" $as_nl"5119 5120 # CDPATH.5121 $as_unset CDPATH5122 5123 5714 exec 6>&1 5124 5715 5125 # Open the log real soon, to keep \$[0] and so on meaningful, and to5716 # Save the log message, to keep $[0] and so on meaningful, and to 5126 5717 # report actual input values of CONFIG_FILES etc. instead of their 5127 # values after options handling. Logging --version etc. is OK. 5128 exec 5>>config.log 5129 { 5130 echo 5131 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 5132 ## Running $as_me. ## 5133 _ASBOX 5134 } >&5 5135 cat >&5 <<_CSEOF 5136 5718 # values after options handling. 5719 ac_log=" 5137 5720 This file was extended by rappture $as_me 1.1, which was 5138 generated by GNU Autoconf 2. 59. Invocation command line was5721 generated by GNU Autoconf 2.61. Invocation command line was 5139 5722 5140 5723 CONFIG_FILES = $CONFIG_FILES … … 5144 5727 $ $0 $@ 5145 5728 5146 _CSEOF 5147 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 5148 echo >&5 5149 _ACEOF 5150 5729 on `(hostname || uname -n) 2>/dev/null | sed 1q` 5730 " 5731 5732 _ACEOF 5733 5734 cat >>$CONFIG_STATUS <<_ACEOF 5151 5735 # Files that config.status was made for. 5152 if test -n "$ac_config_files"; then 5153 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 5154 fi 5155 5156 if test -n "$ac_config_headers"; then 5157 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 5158 fi 5159 5160 if test -n "$ac_config_links"; then 5161 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 5162 fi 5163 5164 if test -n "$ac_config_commands"; then 5165 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 5166 fi 5736 config_files="$ac_config_files" 5737 5738 _ACEOF 5167 5739 5168 5740 cat >>$CONFIG_STATUS <<\_ACEOF 5169 5170 5741 ac_cs_usage="\ 5171 5742 \`$as_me' instantiates files from templates according to the … … 5175 5746 5176 5747 -h, --help print this help, then exit 5177 -V, --version print version number , then exit5748 -V, --version print version number and configuration settings, then exit 5178 5749 -q, --quiet do not print progress messages 5179 5750 -d, --debug don't remove temporary files … … 5186 5757 5187 5758 Report bugs to <bug-autoconf@gnu.org>." 5188 _ACEOF 5189 5759 5760 _ACEOF 5190 5761 cat >>$CONFIG_STATUS <<_ACEOF 5191 5762 ac_cs_version="\\ 5192 5763 rappture config.status 1.1 5193 configured by $0, generated by GNU Autoconf 2. 59,5194 with options \\"`echo "$ac_configure_args" | sed 's/ [\\""\`\$]/\\\\&/g'`\\"5195 5196 Copyright (C) 200 3Free Software Foundation, Inc.5764 configured by $0, generated by GNU Autoconf 2.61, 5765 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 5766 5767 Copyright (C) 2006 Free Software Foundation, Inc. 5197 5768 This config.status script is free software; the Free Software Foundation 5198 5769 gives unlimited permission to copy, distribute and modify it." 5199 srcdir=$srcdir 5770 5771 ac_pwd='$ac_pwd' 5772 srcdir='$srcdir' 5200 5773 _ACEOF 5201 5774 … … 5208 5781 case $1 in 5209 5782 --*=*) 5210 ac_option=`expr " x$1" : 'x\([^=]*\)='`5211 ac_optarg=`expr " x$1" : 'x[^=]*=\(.*\)'`5783 ac_option=`expr "X$1" : 'X\([^=]*\)='` 5784 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 5212 5785 ac_shift=: 5213 5786 ;; 5214 -*)5787 *) 5215 5788 ac_option=$1 5216 5789 ac_optarg=$2 5217 5790 ac_shift=shift 5218 5791 ;; 5219 *) # This is not an option, so the user has probably given explicit5220 # arguments.5221 ac_option=$15222 ac_need_defaults=false;;5223 5792 esac 5224 5793 5225 5794 case $ac_option in 5226 5795 # Handling of the options. 5227 _ACEOF5228 cat >>$CONFIG_STATUS <<\_ACEOF5229 5796 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 5230 5797 ac_cs_recheck=: ;; 5231 --version | --vers* | -V ) 5232 echo "$ac_cs_version"; exit 0 ;; 5233 --he | --h) 5234 # Conflict between --help and --header 5235 { { echo "$as_me:$LINENO: error: ambiguous option: $1 5236 Try \`$0 --help' for more information." >&5 5237 echo "$as_me: error: ambiguous option: $1 5238 Try \`$0 --help' for more information." >&2;} 5239 { (exit 1); exit 1; }; };; 5240 --help | --hel | -h ) 5241 echo "$ac_cs_usage"; exit 0 ;; 5242 --debug | --d* | -d ) 5798 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 5799 echo "$ac_cs_version"; exit ;; 5800 --debug | --debu | --deb | --de | --d | -d ) 5243 5801 debug=: ;; 5244 5802 --file | --fil | --fi | --f ) … … 5246 5804 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 5247 5805 ac_need_defaults=false;; 5248 --header | --heade | --head | --hea ) 5249 $ac_shift 5250 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 5251 ac_need_defaults=false;; 5806 --he | --h | --help | --hel | -h ) 5807 echo "$ac_cs_usage"; exit ;; 5252 5808 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 5253 5809 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 5255 5811 5256 5812 # This is an error. 5257 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 5258 Try \`$0 --help' for more information." >&5 5259 echo "$as_me: error: unrecognized option: $1 5260 Try \`$0 --help' for more information." >&2;} 5813 -*) { echo "$as_me: error: unrecognized option: $1 5814 Try \`$0 --help' for more information." >&2 5261 5815 { (exit 1); exit 1; }; } ;; 5262 5816 5263 *) ac_config_targets="$ac_config_targets $1" ;; 5817 *) ac_config_targets="$ac_config_targets $1" 5818 ac_need_defaults=false ;; 5264 5819 5265 5820 esac … … 5277 5832 cat >>$CONFIG_STATUS <<_ACEOF 5278 5833 if \$ac_cs_recheck; then 5279 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 5280 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 5281 fi 5282 5283 _ACEOF 5284 5285 5286 5287 5288 5834 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 5835 CONFIG_SHELL=$SHELL 5836 export CONFIG_SHELL 5837 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 5838 fi 5839 5840 _ACEOF 5289 5841 cat >>$CONFIG_STATUS <<\_ACEOF 5842 exec 5>>config.log 5843 { 5844 echo 5845 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 5846 ## Running $as_me. ## 5847 _ASBOX 5848 echo "$ac_log" 5849 } >&5 5850 5851 _ACEOF 5852 cat >>$CONFIG_STATUS <<_ACEOF 5853 _ACEOF 5854 5855 cat >>$CONFIG_STATUS <<\_ACEOF 5856 5857 # Handling of arguments. 5290 5858 for ac_config_target in $ac_config_targets 5291 5859 do 5292 case "$ac_config_target" in 5293 # Handling of arguments. 5294 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 5295 "examples/demo.bash" ) CONFIG_FILES="$CONFIG_FILES examples/demo.bash" ;; 5296 "examples/app-fermi/cee/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/app-fermi/cee/Makefile" ;; 5297 "examples/app-fermi/fortran/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/app-fermi/fortran/Makefile" ;; 5298 "examples/c-example/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/c-example/Makefile" ;; 5299 "perl/Makefile.PL" ) CONFIG_FILES="$CONFIG_FILES perl/Makefile.PL" ;; 5300 "python/setup.py" ) CONFIG_FILES="$CONFIG_FILES python/setup.py" ;; 5301 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 5302 "src/matlab/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/matlab/Makefile" ;; 5303 "src/octave/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/octave/Makefile" ;; 5304 "test/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; 5305 "gui/apps/rappture" ) CONFIG_FILES="$CONFIG_FILES gui/apps/rappture" ;; 5860 case $ac_config_target in 5861 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 5862 "examples/demo.bash") CONFIG_FILES="$CONFIG_FILES examples/demo.bash" ;; 5863 "examples/app-fermi/cee/Makefile") CONFIG_FILES="$CONFIG_FILES examples/app-fermi/cee/Makefile" ;; 5864 "examples/app-fermi/fortran/Makefile") CONFIG_FILES="$CONFIG_FILES examples/app-fermi/fortran/Makefile" ;; 5865 "examples/app-fermi/wrapper/cee/Makefile") CONFIG_FILES="$CONFIG_FILES examples/app-fermi/wrapper/cee/Makefile" ;; 5866 "examples/c-example/Makefile") CONFIG_FILES="$CONFIG_FILES examples/c-example/Makefile" ;; 5867 "perl/Makefile.PL") CONFIG_FILES="$CONFIG_FILES perl/Makefile.PL" ;; 5868 "python/setup.py") CONFIG_FILES="$CONFIG_FILES python/setup.py" ;; 5869 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 5870 "src/matlab/Makefile") CONFIG_FILES="$CONFIG_FILES src/matlab/Makefile" ;; 5871 "src/octave/Makefile") CONFIG_FILES="$CONFIG_FILES src/octave/Makefile" ;; 5872 "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; 5873 "gui/apps/rappture") CONFIG_FILES="$CONFIG_FILES gui/apps/rappture" ;; 5874 5306 5875 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 5307 5876 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} … … 5309 5878 esac 5310 5879 done 5880 5311 5881 5312 5882 # If the user did not use the arguments to specify the items to instantiate, … … 5319 5889 5320 5890 # Have a temporary directory for convenience. Make it in the build tree 5321 # simply because there is no reason to putit here, and in addition,5891 # simply because there is no reason against having it here, and in addition, 5322 5892 # creating and moving files from /tmp can sometimes cause problems. 5323 # Create a temporary directory, and hook for its removal unless debugging. 5893 # Hook for its removal unless debugging. 5894 # Note that there is a small window in which the directory will not be cleaned: 5895 # after its creation but before its name has been assigned to `$tmp'. 5324 5896 $debug || 5325 5897 { 5326 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 5898 tmp= 5899 trap 'exit_status=$? 5900 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 5901 ' 0 5327 5902 trap '{ (exit 1); exit 1; }' 1 2 13 15 5328 5903 } 5329 5330 5904 # Create a (secure) tmp directory for tmp files. 5331 5905 5332 5906 { 5333 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&5907 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 5334 5908 test -n "$tmp" && test -d "$tmp" 5335 5909 } || 5336 5910 { 5337 tmp=./conf stat$$-$RANDOM5338 (umask 077 && mkdir $tmp)5911 tmp=./conf$$-$RANDOM 5912 (umask 077 && mkdir "$tmp") 5339 5913 } || 5340 5914 { … … 5343 5917 } 5344 5918 5345 _ACEOF5346 5347 cat >>$CONFIG_STATUS <<_ACEOF5348 5349 5919 # 5350 # CONFIG_FILES section.5920 # Set up the sed scripts for CONFIG_FILES section. 5351 5921 # 5352 5922 5353 5923 # No need to generate the scripts if there are no CONFIG_FILES. 5354 5924 # This happens for instance when ./config.status config.h 5355 if test -n "\$CONFIG_FILES"; then 5356 # Protect against being on the right side of a sed subst in config.status. 5357 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 5358 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 5359 s,@SHELL@,$SHELL,;t t 5360 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 5361 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 5362 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 5363 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 5364 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 5365 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 5366 s,@exec_prefix@,$exec_prefix,;t t 5367 s,@prefix@,$prefix,;t t 5368 s,@program_transform_name@,$program_transform_name,;t t 5369 s,@bindir@,$bindir,;t t 5370 s,@sbindir@,$sbindir,;t t 5371 s,@libexecdir@,$libexecdir,;t t 5372 s,@datadir@,$datadir,;t t 5373 s,@sysconfdir@,$sysconfdir,;t t 5374 s,@sharedstatedir@,$sharedstatedir,;t t 5375 s,@localstatedir@,$localstatedir,;t t 5376 s,@libdir@,$libdir,;t t 5377 s,@includedir@,$includedir,;t t 5378 s,@oldincludedir@,$oldincludedir,;t t 5379 s,@infodir@,$infodir,;t t 5380 s,@mandir@,$mandir,;t t 5381 s,@build_alias@,$build_alias,;t t 5382 s,@host_alias@,$host_alias,;t t 5383 s,@target_alias@,$target_alias,;t t 5384 s,@DEFS@,$DEFS,;t t 5385 s,@ECHO_C@,$ECHO_C,;t t 5386 s,@ECHO_N@,$ECHO_N,;t t 5387 s,@ECHO_T@,$ECHO_T,;t t 5388 s,@LIBS@,$LIBS,;t t 5389 s,@SET_MAKE@,$SET_MAKE,;t t 5390 s,@CC@,$CC,;t t 5391 s,@CFLAGS@,$CFLAGS,;t t 5392 s,@LDFLAGS@,$LDFLAGS,;t t 5393 s,@CPPFLAGS@,$CPPFLAGS,;t t 5394 s,@ac_ct_CC@,$ac_ct_CC,;t t 5395 s,@EXEEXT@,$EXEEXT,;t t 5396 s,@OBJEXT@,$OBJEXT,;t t 5397 s,@CPP@,$CPP,;t t 5398 s,@EGREP@,$EGREP,;t t 5399 s,@CXX@,$CXX,;t t 5400 s,@CXXFLAGS@,$CXXFLAGS,;t t 5401 s,@ac_ct_CXX@,$ac_ct_CXX,;t t 5402 s,@CXXCPP@,$CXXCPP,;t t 5403 s,@F77@,$F77,;t t 5404 s,@FFLAGS@,$FFLAGS,;t t 5405 s,@ac_ct_F77@,$ac_ct_F77,;t t 5406 s,@MEX@,$MEX,;t t 5407 s,@MKOCTFILE@,$MKOCTFILE,;t t 5408 s,@PERL@,$PERL,;t t 5409 s,@PYTHON@,$PYTHON,;t t 5410 s,@pythondir@,$pythondir,;t t 5411 s,@PERL_INCLUDES@,$PERL_INCLUDES,;t t 5412 s,@PYTHON_VERSION@,$PYTHON_VERSION,;t t 5413 s,@PYTHON_INCLUDES@,$PYTHON_INCLUDES,;t t 5414 s,@PYTHON_SITE_PACKAGES@,$PYTHON_SITE_PACKAGES,;t t 5415 s,@VERSION@,$VERSION,;t t 5416 s,@RP_BASE@,$RP_BASE,;t t 5417 s,@subdirs@,$subdirs,;t t 5418 s,@LIBOBJS@,$LIBOBJS,;t t 5419 s,@LTLIBOBJS@,$LTLIBOBJS,;t t 5420 CEOF 5421 5422 _ACEOF 5423 5424 cat >>$CONFIG_STATUS <<\_ACEOF 5425 # Split the substitutions into bite-sized pieces for seds with 5426 # small command number limits, like on Digital OSF/1 and HP-UX. 5427 ac_max_sed_lines=48 5428 ac_sed_frag=1 # Number of current file. 5429 ac_beg=1 # First line for current file. 5430 ac_end=$ac_max_sed_lines # Line after last line for current file. 5431 ac_more_lines=: 5432 ac_sed_cmds= 5433 while $ac_more_lines; do 5434 if test $ac_beg -gt 1; then 5435 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 5436 else 5437 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 5925 if test -n "$CONFIG_FILES"; then 5926 5927 _ACEOF 5928 5929 5930 5931 ac_delim='%!_!# ' 5932 for ac_last_try in false false false false false :; do 5933 cat >conf$$subs.sed <<_ACEOF 5934 SHELL!$SHELL$ac_delim 5935 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 5936 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 5937 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 5938 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 5939 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 5940 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 5941 exec_prefix!$exec_prefix$ac_delim 5942 prefix!$prefix$ac_delim 5943 program_transform_name!$program_transform_name$ac_delim 5944 bindir!$bindir$ac_delim 5945 sbindir!$sbindir$ac_delim 5946 libexecdir!$libexecdir$ac_delim 5947 datarootdir!$datarootdir$ac_delim 5948 datadir!$datadir$ac_delim 5949 sysconfdir!$sysconfdir$ac_delim 5950 sharedstatedir!$sharedstatedir$ac_delim 5951 localstatedir!$localstatedir$ac_delim 5952 includedir!$includedir$ac_delim 5953 oldincludedir!$oldincludedir$ac_delim 5954 docdir!$docdir$ac_delim 5955 infodir!$infodir$ac_delim 5956 htmldir!$htmldir$ac_delim 5957 dvidir!$dvidir$ac_delim 5958 pdfdir!$pdfdir$ac_delim 5959 psdir!$psdir$ac_delim 5960 libdir!$libdir$ac_delim 5961 localedir!$localedir$ac_delim 5962 mandir!$mandir$ac_delim 5963 DEFS!$DEFS$ac_delim 5964 ECHO_C!$ECHO_C$ac_delim 5965 ECHO_N!$ECHO_N$ac_delim 5966 ECHO_T!$ECHO_T$ac_delim 5967 LIBS!$LIBS$ac_delim 5968 build_alias!$build_alias$ac_delim 5969 host_alias!$host_alias$ac_delim 5970 target_alias!$target_alias$ac_delim 5971 SET_MAKE!$SET_MAKE$ac_delim 5972 CC!$CC$ac_delim 5973 CFLAGS!$CFLAGS$ac_delim 5974 LDFLAGS!$LDFLAGS$ac_delim 5975 CPPFLAGS!$CPPFLAGS$ac_delim 5976 ac_ct_CC!$ac_ct_CC$ac_delim 5977 EXEEXT!$EXEEXT$ac_delim 5978 OBJEXT!$OBJEXT$ac_delim 5979 CPP!$CPP$ac_delim 5980 GREP!$GREP$ac_delim 5981 EGREP!$EGREP$ac_delim 5982 CXX!$CXX$ac_delim 5983 CXXFLAGS!$CXXFLAGS$ac_delim 5984 ac_ct_CXX!$ac_ct_CXX$ac_delim 5985 CXXCPP!$CXXCPP$ac_delim 5986 F77!$F77$ac_delim 5987 FFLAGS!$FFLAGS$ac_delim 5988 ac_ct_F77!$ac_ct_F77$ac_delim 5989 MEX!$MEX$ac_delim 5990 MKOCTFILE!$MKOCTFILE$ac_delim 5991 PERL!$PERL$ac_delim 5992 PYTHON!$PYTHON$ac_delim 5993 pythondir!$pythondir$ac_delim 5994 PERL_INCLUDES!$PERL_INCLUDES$ac_delim 5995 PYTHON_VERSION!$PYTHON_VERSION$ac_delim 5996 PYTHON_INCLUDES!$PYTHON_INCLUDES$ac_delim 5997 PYTHON_SITE_PACKAGES!$PYTHON_SITE_PACKAGES$ac_delim 5998 VERSION!$VERSION$ac_delim 5999 RP_BASE!$RP_BASE$ac_delim 6000 subdirs!$subdirs$ac_delim 6001 LIBOBJS!$LIBOBJS$ac_delim 6002 LTLIBOBJS!$LTLIBOBJS$ac_delim 6003 _ACEOF 6004 6005 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 69; then 6006 break 6007 elif $ac_last_try; then 6008 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 6009 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 6010 { (exit 1); exit 1; }; } 6011 else 6012 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 6013 fi 6014 done 6015 6016 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 6017 if test -n "$ac_eof"; then 6018 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 6019 ac_eof=`expr $ac_eof + 1` 6020 fi 6021 6022 cat >>$CONFIG_STATUS <<_ACEOF 6023 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 6024 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 6025 _ACEOF 6026 sed ' 6027 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 6028 s/^/s,@/; s/!/@,|#_!!_#|/ 6029 :n 6030 t n 6031 s/'"$ac_delim"'$/,g/; t 6032 s/$/\\/; p 6033 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 6034 ' >>$CONFIG_STATUS <conf$$subs.sed 6035 rm -f conf$$subs.sed 6036 cat >>$CONFIG_STATUS <<_ACEOF 6037 :end 6038 s/|#_!!_#|//g 6039 CEOF$ac_eof 6040 _ACEOF 6041 6042 6043 # VPATH may cause trouble with some makes, so we remove $(srcdir), 6044 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 6045 # trailing colons and then remove the whole line if VPATH becomes empty 6046 # (actually we leave an empty line to preserve line numbers). 6047 if test "x$srcdir" = x.; then 6048 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 6049 s/:*\$(srcdir):*/:/ 6050 s/:*\${srcdir}:*/:/ 6051 s/:*@srcdir@:*/:/ 6052 s/^\([^=]*=[ ]*\):*/\1/ 6053 s/:*$// 6054 s/^[^=]*=[ ]*$// 6055 }' 6056 fi 6057 6058 cat >>$CONFIG_STATUS <<\_ACEOF 6059 fi # test -n "$CONFIG_FILES" 6060 6061 6062 for ac_tag in :F $CONFIG_FILES 6063 do 6064 case $ac_tag in 6065 :[FHLC]) ac_mode=$ac_tag; continue;; 6066 esac 6067 case $ac_mode$ac_tag in 6068 :[FHL]*:*);; 6069 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 6070 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 6071 { (exit 1); exit 1; }; };; 6072 :[FH]-) ac_tag=-:-;; 6073 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 6074 esac 6075 ac_save_IFS=$IFS 6076 IFS=: 6077 set x $ac_tag 6078 IFS=$ac_save_IFS 6079 shift 6080 ac_file=$1 6081 shift 6082 6083 case $ac_mode in 6084 :L) ac_source=$1;; 6085 :[FH]) 6086 ac_file_inputs= 6087 for ac_f 6088 do 6089 case $ac_f in 6090 -) ac_f="$tmp/stdin";; 6091 *) # Look for the file first in the build tree, then in the source tree 6092 # (if the path is not absolute). The absolute path cannot be DOS-style, 6093 # because $ac_f cannot contain `:'. 6094 test -f "$ac_f" || 6095 case $ac_f in 6096 [\\/$]*) false;; 6097 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 6098 esac || 6099 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 6100 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 6101 { (exit 1); exit 1; }; };; 6102 esac 6103 ac_file_inputs="$ac_file_inputs $ac_f" 6104 done 6105 6106 # Let's still pretend it is `configure' which instantiates (i.e., don't 6107 # use $as_me), people would be surprised to read: 6108 # /* config.h. Generated by config.status. */ 6109 configure_input="Generated from "`IFS=: 6110 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 6111 if test x"$ac_file" != x-; then 6112 configure_input="$ac_file. $configure_input" 6113 { echo "$as_me:$LINENO: creating $ac_file" >&5 6114 echo "$as_me: creating $ac_file" >&6;} 5438 6115 fi 5439 if test ! -s $tmp/subs.frag; then 5440 ac_more_lines=false 5441 else 5442 # The purpose of the label and of the branching condition is to 5443 # speed up the sed processing (if there are no `@' at all, there 5444 # is no need to browse any of the substitutions). 5445 # These are the two extra sed commands mentioned above. 5446 (echo ':t 5447 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 5448 if test -z "$ac_sed_cmds"; then 5449 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 5450 else 5451 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 5452 fi 5453 ac_sed_frag=`expr $ac_sed_frag + 1` 5454 ac_beg=$ac_end 5455 ac_end=`expr $ac_end + $ac_max_sed_lines` 5456 fi 5457 done 5458 if test -z "$ac_sed_cmds"; then 5459 ac_sed_cmds=cat 5460 fi 5461 fi # test -n "$CONFIG_FILES" 5462 5463 _ACEOF 5464 cat >>$CONFIG_STATUS <<\_ACEOF 5465 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 5466 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 5467 case $ac_file in 5468 - | *:- | *:-:* ) # input from stdin 5469 cat >$tmp/stdin 5470 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 5471 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 5472 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 5473 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 5474 * ) ac_file_in=$ac_file.in ;; 6116 6117 case $ac_tag in 6118 *:-:* | *:-) cat >"$tmp/stdin";; 6119 esac 6120 ;; 5475 6121 esac 5476 6122 5477 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 5478 ac_dir=`(dirname "$ac_file") 2>/dev/null || 6123 ac_dir=`$as_dirname -- "$ac_file" || 5479 6124 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5480 6125 X"$ac_file" : 'X\(//\)[^/]' \| \ 5481 6126 X"$ac_file" : 'X\(//\)$' \| \ 5482 X"$ac_file" : 'X\(/\)' \| \ 5483 . : '\(.\)' 2>/dev/null || 6127 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 5484 6128 echo X"$ac_file" | 5485 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 5486 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 5487 /^X\(\/\/\)$/{ s//\1/; q; } 5488 /^X\(\/\).*/{ s//\1/; q; } 5489 s/.*/./; q'` 5490 { if $as_mkdir_p; then 5491 mkdir -p "$ac_dir" 5492 else 5493 as_dir="$ac_dir" 6129 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6130 s//\1/ 6131 q 6132 } 6133 /^X\(\/\/\)[^/].*/{ 6134 s//\1/ 6135 q 6136 } 6137 /^X\(\/\/\)$/{ 6138 s//\1/ 6139 q 6140 } 6141 /^X\(\/\).*/{ 6142 s//\1/ 6143 q 6144 } 6145 s/.*/./; q'` 6146 { as_dir="$ac_dir" 6147 case $as_dir in #( 6148 -*) as_dir=./$as_dir;; 6149 esac 6150 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 5494 6151 as_dirs= 5495 while test ! -d "$as_dir"; do 5496 as_dirs="$as_dir $as_dirs" 5497 as_dir=`(dirname "$as_dir") 2>/dev/null || 6152 while :; do 6153 case $as_dir in #( 6154 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 6155 *) as_qdir=$as_dir;; 6156 esac 6157 as_dirs="'$as_qdir' $as_dirs" 6158 as_dir=`$as_dirname -- "$as_dir" || 5498 6159 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5499 6160 X"$as_dir" : 'X\(//\)[^/]' \| \ 5500 6161 X"$as_dir" : 'X\(//\)$' \| \ 5501 X"$as_dir" : 'X\(/\)' \| \ 5502 . : '\(.\)' 2>/dev/null || 6162 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 5503 6163 echo X"$as_dir" | 5504 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 5505 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 5506 /^X\(\/\/\)$/{ s//\1/; q; } 5507 /^X\(\/\).*/{ s//\1/; q; } 5508 s/.*/./; q'` 6164 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6165 s//\1/ 6166 q 6167 } 6168 /^X\(\/\/\)[^/].*/{ 6169 s//\1/ 6170 q 6171 } 6172 /^X\(\/\/\)$/{ 6173 s//\1/ 6174 q 6175 } 6176 /^X\(\/\).*/{ 6177 s//\1/ 6178 q 6179 } 6180 s/.*/./; q'` 6181 test -d "$as_dir" && break 5509 6182 done 5510 test ! -n "$as_dirs" || mkdir $as_dirs5511 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&55512 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}6183 test -z "$as_dirs" || eval "mkdir $as_dirs" 6184 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 6185 echo "$as_me: error: cannot create directory $as_dir" >&2;} 5513 6186 { (exit 1); exit 1; }; }; } 5514 5515 6187 ac_builddir=. 5516 6188 5517 if test "$ac_dir" != .; then 6189 case "$ac_dir" in 6190 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 6191 *) 5518 6192 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 5519 # A "../" for each directory in $ac_dir_suffix. 5520 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 5521 else 5522 ac_dir_suffix= ac_top_builddir= 5523 fi 6193 # A ".." for each directory in $ac_dir_suffix. 6194 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 6195 case $ac_top_builddir_sub in 6196 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 6197 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 6198 esac ;; 6199 esac 6200 ac_abs_top_builddir=$ac_pwd 6201 ac_abs_builddir=$ac_pwd$ac_dir_suffix 6202 # for backward compatibility: 6203 ac_top_builddir=$ac_top_build_prefix 5524 6204 5525 6205 case $srcdir in 5526 .) # No --srcdir option.We are building in place.6206 .) # We are building in place. 5527 6207 ac_srcdir=. 5528 if test -z "$ac_top_builddir"; then 5529 ac_top_srcdir=. 5530 else 5531 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 5532 fi ;; 5533 [\\/]* | ?:[\\/]* ) # Absolute path. 6208 ac_top_srcdir=$ac_top_builddir_sub 6209 ac_abs_top_srcdir=$ac_pwd ;; 6210 [\\/]* | ?:[\\/]* ) # Absolute name. 5534 6211 ac_srcdir=$srcdir$ac_dir_suffix; 5535 ac_top_srcdir=$srcdir ;; 5536 *) # Relative path. 5537 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 5538 ac_top_srcdir=$ac_top_builddir$srcdir ;; 5539 esac 5540 5541 # Do not use `cd foo && pwd` to compute absolute paths, because 5542 # the directories may not exist. 5543 case `pwd` in 5544 .) ac_abs_builddir="$ac_dir";; 5545 *) 5546 case "$ac_dir" in 5547 .) ac_abs_builddir=`pwd`;; 5548 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 5549 *) ac_abs_builddir=`pwd`/"$ac_dir";; 5550 esac;; 5551 esac 5552 case $ac_abs_builddir in 5553 .) ac_abs_top_builddir=${ac_top_builddir}.;; 5554 *) 5555 case ${ac_top_builddir}. in 5556 .) ac_abs_top_builddir=$ac_abs_builddir;; 5557 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 5558 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 5559 esac;; 5560 esac 5561 case $ac_abs_builddir in 5562 .) ac_abs_srcdir=$ac_srcdir;; 5563 *) 5564 case $ac_srcdir in 5565 .) ac_abs_srcdir=$ac_abs_builddir;; 5566 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 5567 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 5568 esac;; 5569 esac 5570 case $ac_abs_builddir in 5571 .) ac_abs_top_srcdir=$ac_top_srcdir;; 5572 *) 5573 case $ac_top_srcdir in 5574 .) ac_abs_top_srcdir=$ac_abs_builddir;; 5575 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 5576 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 5577 esac;; 5578 esac 5579 5580 5581 5582 # Let's still pretend it is `configure' which instantiates (i.e., don't 5583 # use $as_me), people would be surprised to read: 5584 # /* config.h. Generated by config.status. */ 5585 if test x"$ac_file" = x-; then 5586 configure_input= 5587 else 5588 configure_input="$ac_file. " 5589 fi 5590 configure_input=$configure_input"Generated from `echo $ac_file_in | 5591 sed 's,.*/,,'` by configure." 5592 5593 # First look for the input files in the build tree, otherwise in the 5594 # src tree. 5595 ac_file_inputs=`IFS=: 5596 for f in $ac_file_in; do 5597 case $f in 5598 -) echo $tmp/stdin ;; 5599 [\\/$]*) 5600 # Absolute (can't be DOS-style, as IFS=:) 5601 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 5602 echo "$as_me: error: cannot find input file: $f" >&2;} 5603 { (exit 1); exit 1; }; } 5604 echo "$f";; 5605 *) # Relative 5606 if test -f "$f"; then 5607 # Build tree 5608 echo "$f" 5609 elif test -f "$srcdir/$f"; then 5610 # Source tree 5611 echo "$srcdir/$f" 5612 else 5613 # /dev/null tree 5614 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 5615 echo "$as_me: error: cannot find input file: $f" >&2;} 5616 { (exit 1); exit 1; }; } 5617 fi;; 5618 esac 5619 done` || { (exit 1); exit 1; } 5620 5621 if test x"$ac_file" != x-; then 5622 { echo "$as_me:$LINENO: creating $ac_file" >&5 5623 echo "$as_me: creating $ac_file" >&6;} 5624 rm -f "$ac_file" 5625 fi 5626 _ACEOF 6212 ac_top_srcdir=$srcdir 6213 ac_abs_top_srcdir=$srcdir ;; 6214 *) # Relative name. 6215 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 6216 ac_top_srcdir=$ac_top_build_prefix$srcdir 6217 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 6218 esac 6219 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 6220 6221 6222 case $ac_mode in 6223 :F) 6224 # 6225 # CONFIG_FILE 6226 # 6227 6228 _ACEOF 6229 6230 cat >>$CONFIG_STATUS <<\_ACEOF 6231 # If the template does not know about datarootdir, expand it. 6232 # FIXME: This hack should be removed a few years after 2.60. 6233 ac_datarootdir_hack=; ac_datarootdir_seen= 6234 6235 case `sed -n '/datarootdir/ { 6236 p 6237 q 6238 } 6239 /@datadir@/p 6240 /@docdir@/p 6241 /@infodir@/p 6242 /@localedir@/p 6243 /@mandir@/p 6244 ' $ac_file_inputs` in 6245 *datarootdir*) ac_datarootdir_seen=yes;; 6246 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 6247 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 6248 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 6249 _ACEOF 6250 cat >>$CONFIG_STATUS <<_ACEOF 6251 ac_datarootdir_hack=' 6252 s&@datadir@&$datadir&g 6253 s&@docdir@&$docdir&g 6254 s&@infodir@&$infodir&g 6255 s&@localedir@&$localedir&g 6256 s&@mandir@&$mandir&g 6257 s&\\\${datarootdir}&$datarootdir&g' ;; 6258 esac 6259 _ACEOF 6260 6261 # Neutralize VPATH when `$srcdir' = `.'. 6262 # Shell code in configure.ac might set extrasub. 6263 # FIXME: do we really want to maintain this feature? 5627 6264 cat >>$CONFIG_STATUS <<_ACEOF 5628 6265 sed "$ac_vpsub … … 5632 6269 :t 5633 6270 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 5634 s,@configure_input@,$configure_input,;t t 5635 s,@srcdir@,$ac_srcdir,;t t 5636 s,@abs_srcdir@,$ac_abs_srcdir,;t t 5637 s,@top_srcdir@,$ac_top_srcdir,;t t 5638 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 5639 s,@builddir@,$ac_builddir,;t t 5640 s,@abs_builddir@,$ac_abs_builddir,;t t 5641 s,@top_builddir@,$ac_top_builddir,;t t 5642 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 5643 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 5644 rm -f $tmp/stdin 5645 if test x"$ac_file" != x-; then 5646 mv $tmp/out $ac_file 5647 else 5648 cat $tmp/out 5649 rm -f $tmp/out 5650 fi 5651 5652 done 5653 _ACEOF 5654 5655 cat >>$CONFIG_STATUS <<\_ACEOF 6271 s&@configure_input@&$configure_input&;t t 6272 s&@top_builddir@&$ac_top_builddir_sub&;t t 6273 s&@srcdir@&$ac_srcdir&;t t 6274 s&@abs_srcdir@&$ac_abs_srcdir&;t t 6275 s&@top_srcdir@&$ac_top_srcdir&;t t 6276 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 6277 s&@builddir@&$ac_builddir&;t t 6278 s&@abs_builddir@&$ac_abs_builddir&;t t 6279 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 6280 $ac_datarootdir_hack 6281 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 6282 6283 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 6284 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 6285 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 6286 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 6287 which seems to be undefined. Please make sure it is defined." >&5 6288 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 6289 which seems to be undefined. Please make sure it is defined." >&2;} 6290 6291 rm -f "$tmp/stdin" 6292 case $ac_file in 6293 -) cat "$tmp/out"; rm -f "$tmp/out";; 6294 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 6295 esac 6296 ;; 6297 6298 6299 6300 esac 6301 6302 done # for ac_tag 6303 5656 6304 5657 6305 { (exit 0); exit 0; } … … 5690 6338 ac_sub_configure_args= 5691 6339 ac_prev= 5692 for ac_arg in $ac_configure_args; do 6340 eval "set x $ac_configure_args" 6341 shift 6342 for ac_arg 6343 do 5693 6344 if test -n "$ac_prev"; then 5694 6345 ac_prev= … … 5713 6364 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 5714 6365 ;; 5715 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; 6366 *) 6367 case $ac_arg in 6368 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 6369 esac 6370 ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;; 5716 6371 esac 5717 6372 done … … 5719 6374 # Always prepend --prefix to ensure using the same prefix 5720 6375 # in subdir configurations. 5721 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args" 6376 ac_arg="--prefix=$prefix" 6377 case $ac_arg in 6378 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 6379 esac 6380 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args" 6381 6382 # Pass --silent 6383 if test "$silent" = yes; then 6384 ac_sub_configure_args="--silent $ac_sub_configure_args" 6385 fi 5722 6386 5723 6387 ac_popdir=`pwd` … … 5726 6390 # Do not complain, so a configure script can configure whichever 5727 6391 # parts of a large source tree are present. 5728 test -d $srcdir/$ac_dir || continue 5729 5730 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5 5731 echo "$as_me: configuring in $ac_dir" >&6;} 5732 { if $as_mkdir_p; then 5733 mkdir -p "$ac_dir" 5734 else 5735 as_dir="$ac_dir" 6392 test -d "$srcdir/$ac_dir" || continue 6393 6394 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)" 6395 echo "$as_me:$LINENO: $ac_msg" >&5 6396 echo "$ac_msg" >&6 6397 { as_dir="$ac_dir" 6398 case $as_dir in #( 6399 -*) as_dir=./$as_dir;; 6400 esac 6401 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 5736 6402 as_dirs= 5737 while test ! -d "$as_dir"; do 5738 as_dirs="$as_dir $as_dirs" 5739 as_dir=`(dirname "$as_dir") 2>/dev/null || 6403 while :; do 6404 case $as_dir in #( 6405 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 6406 *) as_qdir=$as_dir;; 6407 esac 6408 as_dirs="'$as_qdir' $as_dirs" 6409 as_dir=`$as_dirname -- "$as_dir" || 5740 6410 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5741 6411 X"$as_dir" : 'X\(//\)[^/]' \| \ 5742 6412 X"$as_dir" : 'X\(//\)$' \| \ 5743 X"$as_dir" : 'X\(/\)' \| \ 5744 . : '\(.\)' 2>/dev/null || 6413 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 5745 6414 echo X"$as_dir" | 5746 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 5747 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 5748 /^X\(\/\/\)$/{ s//\1/; q; } 5749 /^X\(\/\).*/{ s//\1/; q; } 5750 s/.*/./; q'` 6415 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6416 s//\1/ 6417 q 6418 } 6419 /^X\(\/\/\)[^/].*/{ 6420 s//\1/ 6421 q 6422 } 6423 /^X\(\/\/\)$/{ 6424 s//\1/ 6425 q 6426 } 6427 /^X\(\/\).*/{ 6428 s//\1/ 6429 q 6430 } 6431 s/.*/./; q'` 6432 test -d "$as_dir" && break 5751 6433 done 5752 test ! -n "$as_dirs" || mkdir $as_dirs5753 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&55754 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}6434 test -z "$as_dirs" || eval "mkdir $as_dirs" 6435 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 6436 echo "$as_me: error: cannot create directory $as_dir" >&2;} 5755 6437 { (exit 1); exit 1; }; }; } 5756 5757 6438 ac_builddir=. 5758 6439 5759 if test "$ac_dir" != .; then 6440 case "$ac_dir" in 6441 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 6442 *) 5760 6443 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 5761 # A "../" for each directory in $ac_dir_suffix. 5762 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 5763 else 5764 ac_dir_suffix= ac_top_builddir= 5765 fi 6444 # A ".." for each directory in $ac_dir_suffix. 6445 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 6446 case $ac_top_builddir_sub in 6447 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 6448 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 6449 esac ;; 6450 esac 6451 ac_abs_top_builddir=$ac_pwd 6452 ac_abs_builddir=$ac_pwd$ac_dir_suffix 6453 # for backward compatibility: 6454 ac_top_builddir=$ac_top_build_prefix 5766 6455 5767 6456 case $srcdir in 5768 .) # No --srcdir option.We are building in place.6457 .) # We are building in place. 5769 6458 ac_srcdir=. 5770 if test -z "$ac_top_builddir"; then 5771 ac_top_srcdir=. 5772 else 5773 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 5774 fi ;; 5775 [\\/]* | ?:[\\/]* ) # Absolute path. 6459 ac_top_srcdir=$ac_top_builddir_sub 6460 ac_abs_top_srcdir=$ac_pwd ;; 6461 [\\/]* | ?:[\\/]* ) # Absolute name. 5776 6462 ac_srcdir=$srcdir$ac_dir_suffix; 5777 ac_top_srcdir=$srcdir ;; 5778 *) # Relative path. 5779 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 5780 ac_top_srcdir=$ac_top_builddir$srcdir ;; 5781 esac 5782 5783 # Do not use `cd foo && pwd` to compute absolute paths, because 5784 # the directories may not exist. 5785 case `pwd` in 5786 .) ac_abs_builddir="$ac_dir";; 5787 *) 5788 case "$ac_dir" in 5789 .) ac_abs_builddir=`pwd`;; 5790 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 5791 *) ac_abs_builddir=`pwd`/"$ac_dir";; 5792 esac;; 5793 esac 5794 case $ac_abs_builddir in 5795 .) ac_abs_top_builddir=${ac_top_builddir}.;; 5796 *) 5797 case ${ac_top_builddir}. in 5798 .) ac_abs_top_builddir=$ac_abs_builddir;; 5799 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 5800 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 5801 esac;; 5802 esac 5803 case $ac_abs_builddir in 5804 .) ac_abs_srcdir=$ac_srcdir;; 5805 *) 5806 case $ac_srcdir in 5807 .) ac_abs_srcdir=$ac_abs_builddir;; 5808 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 5809 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 5810 esac;; 5811 esac 5812 case $ac_abs_builddir in 5813 .) ac_abs_top_srcdir=$ac_top_srcdir;; 5814 *) 5815 case $ac_top_srcdir in 5816 .) ac_abs_top_srcdir=$ac_abs_builddir;; 5817 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 5818 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 5819 esac;; 5820 esac 5821 5822 5823 cd $ac_dir 6463 ac_top_srcdir=$srcdir 6464 ac_abs_top_srcdir=$srcdir ;; 6465 *) # Relative name. 6466 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 6467 ac_top_srcdir=$ac_top_build_prefix$srcdir 6468 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 6469 esac 6470 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 6471 6472 6473 cd "$ac_dir" 5824 6474 5825 6475 # Check for guested configure; otherwise get Cygnus style configure. 5826 if test -f $ac_srcdir/configure.gnu; then 5827 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'" 5828 elif test -f $ac_srcdir/configure; then 5829 ac_sub_configure="$SHELL '$ac_srcdir/configure'" 5830 elif test -f $ac_srcdir/configure.in; then 5831 ac_sub_configure=$ac_configure 6476 if test -f "$ac_srcdir/configure.gnu"; then 6477 ac_sub_configure=$ac_srcdir/configure.gnu 6478 elif test -f "$ac_srcdir/configure"; then 6479 ac_sub_configure=$ac_srcdir/configure 6480 elif test -f "$ac_srcdir/configure.in"; then 6481 # This should be Cygnus configure. 6482 ac_sub_configure=$ac_aux_dir/configure 5832 6483 else 5833 6484 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5 … … 5841 6492 case $cache_file in 5842 6493 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;; 5843 *) # Relative path.5844 ac_sub_cache_file=$ac_top_build dir$cache_file ;;6494 *) # Relative name. 6495 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;; 5845 6496 esac 5846 6497 5847 { echo "$as_me:$LINENO: running $ ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&55848 echo "$as_me: running $ ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}6498 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 6499 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} 5849 6500 # The eval makes quoting arguments work. 5850 eval $ac_sub_configure$ac_sub_configure_args \5851 --cache-file= $ac_sub_cache_file --srcdir=$ac_srcdir||6501 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \ 6502 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || 5852 6503 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5 5853 6504 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} -
trunk/configure.in
r529 r558 203 203 examples/app-fermi/cee/Makefile \ 204 204 examples/app-fermi/fortran/Makefile \ 205 examples/app-fermi/wrapper/cee/Makefile \ 205 206 examples/c-example/Makefile \ 206 207 perl/Makefile.PL \ -
trunk/gui/apps/rappture.in
r518 r558 21 21 export PATH=$RAPPTURE_INSTALL_DIR/bin:$PATH 22 22 export PERL5LIB=$RAPPTURE_INSTALL_DIR/lib/perl5:$PERL5LIB 23 export PYTHONPATH=$RAPPTURE_INSTALL_DIR/lib/python 2.3/site-packages:$PYTHONPATH23 export PYTHONPATH=$RAPPTURE_INSTALL_DIR/lib/python@PYTHON_VERSION@/site-packages:$PYTHONPATH 24 24 export MATLABPATH=$RAPPTURE_INSTALL_DIR/lib/matlab:$MATLABPATH 25 25 export OCTAVE_PATH=:$RAPPTURE_INSTALL_DIR/lib/octave:$OCTAVE_PATH
Note: See TracChangeset
for help on using the changeset viewer.