Changeset 3254 for trunk/essentials/app-shells/bash
- Timestamp:
- Apr 30, 2007, 1:51:24 AM (18 years ago)
- Location:
- trunk/essentials/app-shells/bash
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/Makefile.in
r3235 r3254 56 56 top_builddir = @BUILD_DIR@ 57 57 srcdir = @srcdir@ 58 VPATH = . :@srcdir@58 VPATH = .;@srcdir@ 59 59 60 60 @SET_MAKE@ -
trunk/essentials/app-shells/bash/builtins/Makefile.in
r3232 r3254 38 38 39 39 srcdir = @srcdir@ 40 VPATH = . :@srcdir@40 VPATH = .;@srcdir@ 41 41 topdir = @top_srcdir@ 42 42 includedir = @includedir@ -
trunk/essentials/app-shells/bash/configure
r3228 r3254 2 2 # From configure.in for Bash 3.1, version 3.183. 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated by GNU Autoconf 2. 53for bash 3.1-release.4 # Generated by GNU Autoconf 2.61 for bash 3.1-release. 5 5 # 6 6 # Report bugs to <bug-bash@gnu.org>. 7 7 # 8 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 20029 # Free Software Foundation, Inc.8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 9 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 10 10 # This configure script is free software; the Free Software Foundation 11 11 # gives unlimited permission to copy, distribute and modify it. 12 13 if expr a : '\(a\)' >/dev/null 2>&1; then14 as_expr=expr15 else16 as_expr=false17 fi18 19 20 12 ## --------------------- ## 21 13 ## M4sh Initialization. ## 22 14 ## --------------------- ## 23 15 24 # Be Bourne compatible 16 # Be more Bourne compatible 17 DUALCASE=1; export DUALCASE # for MKS sh 25 18 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 26 19 emulate sh 27 20 NULLCMD=: 28 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 29 set -o posix 30 fi 31 32 # NLS nuisances. 33 # Support unset when possible. 34 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 35 as_unset=unset 36 else 37 as_unset=false 38 fi 39 40 (set +x; test -n "`(LANG=C; export LANG) 2>&1`") && 41 { $as_unset LANG || test "${LANG+set}" != set; } || 42 { LANG=C; export LANG; } 43 (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") && 44 { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } || 45 { LC_ALL=C; export LC_ALL; } 46 (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") && 47 { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } || 48 { LC_TIME=C; export LC_TIME; } 49 (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") && 50 { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } || 51 { LC_CTYPE=C; export LC_CTYPE; } 52 (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") && 53 { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } || 54 { LANGUAGE=C; export LANGUAGE; } 55 (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") && 56 { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } || 57 { LC_COLLATE=C; export LC_COLLATE; } 58 (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") && 59 { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } || 60 { LC_NUMERIC=C; export LC_NUMERIC; } 61 (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") && 62 { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } || 63 { LC_MESSAGES=C; export LC_MESSAGES; } 64 65 66 # Name of the executable. 67 as_me=`(basename "$0") 2>/dev/null || 68 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 69 X"$0" : 'X\(//\)$' \| \ 70 X"$0" : 'X\(/\)$' \| \ 71 . : '\(.\)' 2>/dev/null || 72 echo X/"$0" | 73 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 74 /^X\/\(\/\/\)$/{ s//\1/; q; } 75 /^X\/\(\/\).*/{ s//\1/; q; } 76 s/.*/./; q'` 77 78 # PATH needs CR, and LINENO needs CR and PATH. 21 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 22 # is contrary to our usage. Disable this feature. 23 alias -g '${1+"$@"}'='"$@"' 24 setopt NO_GLOB_SUBST 25 else 26 case `(set -o) 2>/dev/null` in 27 *posix*) set -o posix ;; 28 esac 29 30 fi 31 32 33 34 35 # PATH needs CR 79 36 # Avoid depending upon Character Ranges. 80 37 as_cr_letters='abcdefghijklmnopqrstuvwxyz' … … 86 43 # The user is always right. 87 44 if test "${PATH_SEPARATOR+set}" != set; then 88 echo "#! /bin/sh" >conf test.sh89 echo "exit 0" >>conf test.sh90 chmod +x conf test.sh91 if (PATH=" .;."; conftest.sh) >/dev/null 2>&1; then45 echo "#! /bin/sh" >conf$$.sh 46 echo "exit 0" >>conf$$.sh 47 chmod +x conf$$.sh 48 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 92 49 PATH_SEPARATOR=';' 93 50 else 94 51 PATH_SEPARATOR=: 95 52 fi 96 rm -f conftest.sh 97 fi 98 99 100 as_lineno_1=$LINENO 101 as_lineno_2=$LINENO 102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 103 test "x$as_lineno_1" != "x$as_lineno_2" && 104 test "x$as_lineno_3" = "x$as_lineno_2" || { 105 # Find who we are. Look in the path if we contain no path at all 106 # relative or not. 107 case $0 in 108 *[\\/]* ) as_myself=$0 ;; 109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 53 rm -f conf$$.sh 54 fi 55 56 # Support unset when possible. 57 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 58 as_unset=unset 59 else 60 as_unset=false 61 fi 62 63 64 # IFS 65 # We need space, tab and new line, in precisely that order. Quoting is 66 # there to prevent editors from complaining about space-tab. 67 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 68 # splitting by setting IFS to empty value.) 69 as_nl=' 70 ' 71 IFS=" "" $as_nl" 72 73 # Find who we are. Look in the path if we contain no directory separator. 74 case $0 in 75 *[\\/]* ) as_myself=$0 ;; 76 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 110 77 for as_dir in $PATH 111 78 do … … 114 81 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 115 82 done 116 117 ;; 118 esac 119 # We did not find ourselves, most probably we were run as `sh COMMAND' 120 # in which case we are not to be found in the path. 121 if test "x$as_myself" = x; then 122 as_myself=$0 83 IFS=$as_save_IFS 84 85 ;; 86 esac 87 # We did not find ourselves, most probably we were run as `sh COMMAND' 88 # in which case we are not to be found in the path. 89 if test "x$as_myself" = x; then 90 as_myself=$0 91 fi 92 if test ! -f "$as_myself"; then 93 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 94 { (exit 1); exit 1; } 95 fi 96 97 # Work around bugs in pre-3.0 UWIN ksh. 98 for as_var in ENV MAIL MAILPATH 99 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 100 done 101 PS1='$ ' 102 PS2='> ' 103 PS4='+ ' 104 105 # NLS nuisances. 106 for as_var in \ 107 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 108 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 109 LC_TELEPHONE LC_TIME 110 do 111 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 112 eval $as_var=C; export $as_var 113 else 114 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 123 115 fi 124 if test ! -f "$as_myself"; then 125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 126 { (exit 1); exit 1; }; } 127 fi 128 case $CONFIG_SHELL in 129 '') 116 done 117 118 # Required to use basename. 119 if expr a : '\(a\)' >/dev/null 2>&1 && 120 test "X`expr 00001 : '.*\(...\)'`" = X001; then 121 as_expr=expr 122 else 123 as_expr=false 124 fi 125 126 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 127 as_basename=basename 128 else 129 as_basename=false 130 fi 131 132 133 # Name of the executable. 134 as_me=`$as_basename -- "$0" || 135 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 136 X"$0" : 'X\(//\)$' \| \ 137 X"$0" : 'X\(/\)' \| . 2>/dev/null || 138 echo X/"$0" | 139 sed '/^.*\/\([^/][^/]*\)\/*$/{ 140 s//\1/ 141 q 142 } 143 /^X\/\(\/\/\)$/{ 144 s//\1/ 145 q 146 } 147 /^X\/\(\/\).*/{ 148 s//\1/ 149 q 150 } 151 s/.*/./; q'` 152 153 # CDPATH. 154 $as_unset CDPATH 155 156 157 if test "x$CONFIG_SHELL" = x; then 158 if (eval ":") 2>/dev/null; then 159 as_have_required=yes 160 else 161 as_have_required=no 162 fi 163 164 if test $as_have_required = yes && (eval ": 165 (as_func_return () { 166 (exit \$1) 167 } 168 as_func_success () { 169 as_func_return 0 170 } 171 as_func_failure () { 172 as_func_return 1 173 } 174 as_func_ret_success () { 175 return 0 176 } 177 as_func_ret_failure () { 178 return 1 179 } 180 181 exitcode=0 182 if as_func_success; then 183 : 184 else 185 exitcode=1 186 echo as_func_success failed. 187 fi 188 189 if as_func_failure; then 190 exitcode=1 191 echo as_func_failure succeeded. 192 fi 193 194 if as_func_ret_success; then 195 : 196 else 197 exitcode=1 198 echo as_func_ret_success failed. 199 fi 200 201 if as_func_ret_failure; then 202 exitcode=1 203 echo as_func_ret_failure succeeded. 204 fi 205 206 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 207 : 208 else 209 exitcode=1 210 echo positional parameters were not saved. 211 fi 212 213 test \$exitcode = 0) || { (exit 1); exit 1; } 214 215 ( 216 as_lineno_1=\$LINENO 217 as_lineno_2=\$LINENO 218 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 219 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 220 ") 2> /dev/null; then 221 : 222 else 223 as_candidate_shells= 130 224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 131 225 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH … … 133 227 IFS=$as_save_IFS 134 228 test -z "$as_dir" && as_dir=. 135 for as_base in sh bash ksh sh5; do 136 case $as_dir in 229 case $as_dir in 137 230 /*) 138 if ("$as_dir/$as_base" -c ' 231 for as_base in sh bash ksh sh5; do 232 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 233 done;; 234 esac 235 done 236 IFS=$as_save_IFS 237 238 239 for as_shell in $as_candidate_shells $SHELL; do 240 # Try only shells that exist, to save several forks. 241 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 242 { ("$as_shell") 2> /dev/null <<\_ASEOF 243 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 244 emulate sh 245 NULLCMD=: 246 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 247 # is contrary to our usage. Disable this feature. 248 alias -g '${1+"$@"}'='"$@"' 249 setopt NO_GLOB_SUBST 250 else 251 case `(set -o) 2>/dev/null` in 252 *posix*) set -o posix ;; 253 esac 254 255 fi 256 257 258 : 259 _ASEOF 260 }; then 261 CONFIG_SHELL=$as_shell 262 as_have_required=yes 263 if { "$as_shell" 2> /dev/null <<\_ASEOF 264 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 265 emulate sh 266 NULLCMD=: 267 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 268 # is contrary to our usage. Disable this feature. 269 alias -g '${1+"$@"}'='"$@"' 270 setopt NO_GLOB_SUBST 271 else 272 case `(set -o) 2>/dev/null` in 273 *posix*) set -o posix ;; 274 esac 275 276 fi 277 278 279 : 280 (as_func_return () { 281 (exit $1) 282 } 283 as_func_success () { 284 as_func_return 0 285 } 286 as_func_failure () { 287 as_func_return 1 288 } 289 as_func_ret_success () { 290 return 0 291 } 292 as_func_ret_failure () { 293 return 1 294 } 295 296 exitcode=0 297 if as_func_success; then 298 : 299 else 300 exitcode=1 301 echo as_func_success failed. 302 fi 303 304 if as_func_failure; then 305 exitcode=1 306 echo as_func_failure succeeded. 307 fi 308 309 if as_func_ret_success; then 310 : 311 else 312 exitcode=1 313 echo as_func_ret_success failed. 314 fi 315 316 if as_func_ret_failure; then 317 exitcode=1 318 echo as_func_ret_failure succeeded. 319 fi 320 321 if ( set x; as_func_ret_success y && test x = "$1" ); then 322 : 323 else 324 exitcode=1 325 echo positional parameters were not saved. 326 fi 327 328 test $exitcode = 0) || { (exit 1); exit 1; } 329 330 ( 139 331 as_lineno_1=$LINENO 140 332 as_lineno_2=$LINENO 141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`142 333 test "x$as_lineno_1" != "x$as_lineno_2" && 143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 144 CONFIG_SHELL=$as_dir/$as_base 145 export CONFIG_SHELL 146 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 147 fi;; 148 esac 149 done 150 done 151 ;; 152 esac 334 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 335 336 _ASEOF 337 }; then 338 break 339 fi 340 341 fi 342 343 done 344 345 if test "x$CONFIG_SHELL" != x; then 346 for as_var in BASH_ENV ENV 347 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 348 done 349 export CONFIG_SHELL 350 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 351 fi 352 353 354 if test $as_have_required = no; then 355 echo This script requires a shell more modern than all the 356 echo shells that I found on your system. Please install a 357 echo modern shell, or manually run the script under such a 358 echo shell if you do have one. 359 { (exit 1); exit 1; } 360 fi 361 362 363 fi 364 365 fi 366 367 368 369 (eval "as_func_return () { 370 (exit \$1) 371 } 372 as_func_success () { 373 as_func_return 0 374 } 375 as_func_failure () { 376 as_func_return 1 377 } 378 as_func_ret_success () { 379 return 0 380 } 381 as_func_ret_failure () { 382 return 1 383 } 384 385 exitcode=0 386 if as_func_success; then 387 : 388 else 389 exitcode=1 390 echo as_func_success failed. 391 fi 392 393 if as_func_failure; then 394 exitcode=1 395 echo as_func_failure succeeded. 396 fi 397 398 if as_func_ret_success; then 399 : 400 else 401 exitcode=1 402 echo as_func_ret_success failed. 403 fi 404 405 if as_func_ret_failure; then 406 exitcode=1 407 echo as_func_ret_failure succeeded. 408 fi 409 410 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 411 : 412 else 413 exitcode=1 414 echo positional parameters were not saved. 415 fi 416 417 test \$exitcode = 0") || { 418 echo No shell found that supports shell functions. 419 echo Please tell autoconf@gnu.org about your system, 420 echo including any error possibly output before this 421 echo message 422 } 423 424 425 426 as_lineno_1=$LINENO 427 as_lineno_2=$LINENO 428 test "x$as_lineno_1" != "x$as_lineno_2" && 429 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 153 430 154 431 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 155 432 # uniformly replaced by the line number. The first 'sed' inserts a 156 # line-number line before each line; the second 'sed' does the real 157 # work. The second script uses 'N' to pair each line-number line 158 # with the numbered line, and appends trailing '-' during 159 # substitution so that $LINENO is not a special case at line end. 433 # line-number line after each line using $LINENO; the second 'sed' 434 # does the real work. The second script uses 'N' to pair each 435 # line-number line with the line containing $LINENO, and appends 436 # trailing '-' during substitution so that $LINENO is not a special 437 # case at line end. 160 438 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 161 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 162 sed '=' <$as_myself | 439 # scripts with optimization help from Paolo Bonzini. Blame Lee 440 # E. McMahon (1931-1989) for sed's syntax. :-) 441 sed -n ' 442 p 443 /[$]LINENO/= 444 ' <$as_myself | 163 445 sed ' 446 s/[$]LINENO.*/&-/ 447 t lineno 448 b 449 :lineno 164 450 N 165 s,$,-, 166 : loop 167 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 451 :loop 452 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 168 453 t loop 169 s,-$,, 170 s,^['$as_cr_digits']*\n,, 454 s/-\n.*// 171 455 ' >$as_me.lineno && 172 chmod +x $as_me.lineno||456 chmod +x "$as_me.lineno" || 173 457 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 174 458 { (exit 1); exit 1; }; } … … 176 460 # Don't try to exec as it changes $[0], causing all sort of problems 177 461 # (the dirname of $[0] is not the place where we might find the 178 # original and so on. Autoconf is especially sensi ble to this).179 . ./$as_me.lineno462 # original and so on. Autoconf is especially sensitive to this). 463 . "./$as_me.lineno" 180 464 # Exit status is that of the last command. 181 465 exit … … 183 467 184 468 185 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 186 *c*,-n*) ECHO_N= ECHO_C=' 187 ' ECHO_T=' ' ;; 188 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 189 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 190 esac 191 192 if expr a : '\(a\)' >/dev/null 2>&1; then 469 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 470 as_dirname=dirname 471 else 472 as_dirname=false 473 fi 474 475 ECHO_C= ECHO_N= ECHO_T= 476 case `echo -n x` in 477 -n*) 478 case `echo 'x\c'` in 479 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 480 *) ECHO_C='\c';; 481 esac;; 482 *) 483 ECHO_N='-n';; 484 esac 485 486 if expr a : '\(a\)' >/dev/null 2>&1 && 487 test "X`expr 00001 : '.*\(...\)'`" = X001; then 193 488 as_expr=expr 194 489 else … … 197 492 198 493 rm -f conf$$ conf$$.exe conf$$.file 494 if test -d conf$$.dir; then 495 rm -f conf$$.dir/conf$$.file 496 else 497 rm -f conf$$.dir 498 mkdir conf$$.dir 499 fi 199 500 echo >conf$$.file 200 501 if ln -s conf$$.file conf$$ 2>/dev/null; then 201 # We could just check for DJGPP; but this test a) works b) is more generic 202 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 203 if test -f conf$$.exe; then 204 # Don't use ln at all; we don't have any links 502 as_ln_s='ln -s' 503 # ... but there are two gotchas: 504 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 505 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 506 # In both cases, we have to default to `cp -p'. 507 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 205 508 as_ln_s='cp -p' 206 else207 as_ln_s='ln -s'208 fi209 509 elif ln conf$$.file conf$$ 2>/dev/null; then 210 510 as_ln_s=ln … … 212 512 as_ln_s='cp -p' 213 513 fi 214 rm -f conf$$ conf$$.exe conf$$.file 215 216 as_executable_p="test -f" 514 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 515 rmdir conf$$.dir 2>/dev/null 516 517 if mkdir -p . 2>/dev/null; then 518 as_mkdir_p=: 519 else 520 test -d ./-p && rmdir ./-p 521 as_mkdir_p=false 522 fi 523 524 if test -x / >/dev/null 2>&1; then 525 as_test_x='test -x' 526 else 527 if ls -dL / >/dev/null 2>&1; then 528 as_ls_L_option=L 529 else 530 as_ls_L_option= 531 fi 532 as_test_x=' 533 eval sh -c '\'' 534 if test -d "$1"; then 535 test -d "$1/."; 536 else 537 case $1 in 538 -*)set "./$1";; 539 esac; 540 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 541 ???[sx]*):;;*)false;;esac;fi 542 '\'' sh 543 ' 544 fi 545 as_executable_p=$as_test_x 217 546 218 547 # Sed expression to map a string onto a valid CPP name. 219 as_tr_cpp=" sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"548 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 220 549 221 550 # Sed expression to map a string onto a valid variable name. 222 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 223 224 225 # IFS 226 # We need space, tab and new line, in precisely that order. 227 as_nl=' 228 ' 229 IFS=" $as_nl" 230 231 # CDPATH. 232 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; } 233 551 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 552 553 554 555 exec 7<&0 </dev/null 6>&1 234 556 235 557 # Name of the host. … … 238 560 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 239 561 240 exec 6>&1241 242 562 # 243 563 # Initializations. 244 564 # 245 565 ac_default_prefix=/usr/local 566 ac_clean_files= 567 ac_config_libobj_dir=. 568 LIBOBJS= 246 569 cross_compiling=no 247 570 subdirs= … … 249 572 MAKEFLAGS= 250 573 SHELL=${CONFIG_SHELL-/bin/sh} 251 252 # Maximum number of lines to put in a shell here document.253 # This variable seems obsolete. It should probably be removed, and254 # only ac_max_sed_lines should be used.255 : ${ac_max_here_lines=38}256 574 257 575 # Identity of this package. … … 266 584 ac_includes_default="\ 267 585 #include <stdio.h> 268 #if HAVE_SYS_TYPES_H586 #ifdef HAVE_SYS_TYPES_H 269 587 # include <sys/types.h> 270 588 #endif 271 #if HAVE_SYS_STAT_H589 #ifdef HAVE_SYS_STAT_H 272 590 # include <sys/stat.h> 273 591 #endif 274 #if STDC_HEADERS592 #ifdef STDC_HEADERS 275 593 # include <stdlib.h> 276 594 # include <stddef.h> 277 595 #else 278 # if HAVE_STDLIB_H596 # ifdef HAVE_STDLIB_H 279 597 # include <stdlib.h> 280 598 # endif 281 599 #endif 282 #if HAVE_STRING_H283 # if ! STDC_HEADERS &&HAVE_MEMORY_H600 #ifdef HAVE_STRING_H 601 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H 284 602 # include <memory.h> 285 603 # endif 286 604 # include <string.h> 287 605 #endif 288 #if HAVE_STRINGS_H606 #ifdef HAVE_STRINGS_H 289 607 # include <strings.h> 290 608 #endif 291 #if HAVE_INTTYPES_H609 #ifdef HAVE_INTTYPES_H 292 610 # include <inttypes.h> 293 #else294 # if HAVE_STDINT_H295 # include <stdint.h>296 # endif297 611 #endif 298 #if HAVE_UNISTD_H 612 #ifdef HAVE_STDINT_H 613 # include <stdint.h> 614 #endif 615 #ifdef HAVE_UNISTD_H 299 616 # include <unistd.h> 300 617 #endif" 618 619 ac_header_list= 620 ac_func_list= 621 ac_subst_vars='SHELL 622 PATH_SEPARATOR 623 PACKAGE_NAME 624 PACKAGE_TARNAME 625 PACKAGE_VERSION 626 PACKAGE_STRING 627 PACKAGE_BUGREPORT 628 exec_prefix 629 prefix 630 program_transform_name 631 bindir 632 sbindir 633 libexecdir 634 datarootdir 635 datadir 636 sysconfdir 637 sharedstatedir 638 localstatedir 639 includedir 640 oldincludedir 641 docdir 642 infodir 643 htmldir 644 dvidir 645 pdfdir 646 psdir 647 libdir 648 localedir 649 mandir 650 DEFS 651 ECHO_C 652 ECHO_N 653 ECHO_T 654 LIBS 655 build_alias 656 host_alias 657 target_alias 658 build 659 build_cpu 660 build_vendor 661 build_os 662 host 663 host_cpu 664 host_vendor 665 host_os 666 EMACS 667 lispdir 668 DEBUGGER_START_FILE 669 TESTSCRIPT 670 PURIFY 671 MALLOC_TARGET 672 MALLOC_SRC 673 MALLOC_LIB 674 MALLOC_LIBRARY 675 MALLOC_LDFLAGS 676 MALLOC_DEP 677 HELPDIR 678 HELPDIRDEFINE 679 HELPINSTALL 680 HELPSTRINGS 681 CC 682 CFLAGS 683 LDFLAGS 684 CPPFLAGS 685 ac_ct_CC 686 EXEEXT 687 OBJEXT 688 CPP 689 GREP 690 EGREP 691 CROSS_COMPILE 692 SIGNAMES_H 693 CC_FOR_BUILD 694 STATIC_LD 695 CFLAGS_FOR_BUILD 696 CPPFLAGS_FOR_BUILD 697 LDFLAGS_FOR_BUILD 698 RL_VERSION 699 RL_MAJOR 700 RL_MINOR 701 READLINE_LIB 702 READLINE_DEP 703 RL_LIBDIR 704 RL_INCLUDEDIR 705 RL_INCLUDE 706 HISTORY_LIB 707 HISTORY_DEP 708 HIST_LIBDIR 709 TILDE_LIB 710 INSTALL_PROGRAM 711 INSTALL_SCRIPT 712 INSTALL_DATA 713 AR 714 RANLIB 715 YACC 716 YFLAGS 717 SET_MAKE 718 MAKE_SHELL 719 SIZE 720 MKINSTALLDIRS 721 USE_NLS 722 MSGFMT 723 GMSGFMT 724 XGETTEXT 725 MSGMERGE 726 ALLOCA 727 GLIBC21 728 LIBICONV 729 LTLIBICONV 730 INTLBISON 731 BUILD_INCLUDED_LIBINTL 732 USE_INCLUDED_LIBINTL 733 CATOBJEXT 734 DATADIRNAME 735 INSTOBJEXT 736 GENCAT 737 INTLOBJS 738 INTL_LIBTOOL_SUFFIX_PREFIX 739 INTLLIBS 740 LIBINTL 741 LTLIBINTL 742 POSUB 743 LIBOBJS 744 INTL_DEP 745 INTL_INC 746 LIBINTL_H 747 SIGLIST_O 748 TERMCAP_LIB 749 TERMCAP_DEP 750 JOBS_O 751 SHOBJ_CC 752 SHOBJ_CFLAGS 753 SHOBJ_LD 754 SHOBJ_LDFLAGS 755 SHOBJ_XLDFLAGS 756 SHOBJ_LIBS 757 SHOBJ_STATUS 758 PROFILE_FLAGS 759 incdir 760 BUILD_DIR 761 ARFLAGS 762 BASHVERS 763 RELSTATUS 764 DEBUG 765 MALLOC_DEBUG 766 LOCAL_LIBS 767 LOCAL_CFLAGS 768 LOCAL_LDFLAGS 769 LOCAL_DEFS 770 LTLIBOBJS' 771 ac_subst_files='' 772 ac_precious_vars='build_alias 773 host_alias 774 target_alias 775 DEBUGGER_START_FILE 776 CC 777 CFLAGS 778 LDFLAGS 779 LIBS 780 CPPFLAGS 781 CPP 782 YACC 783 YFLAGS' 301 784 302 785 … … 326 809 # by default will actually change. 327 810 # Use braces instead of parens because sh, perl, etc. also accept them. 811 # (The list follows the same order as the GNU Coding Standards.) 328 812 bindir='${exec_prefix}/bin' 329 813 sbindir='${exec_prefix}/sbin' 330 814 libexecdir='${exec_prefix}/libexec' 331 datadir='${prefix}/share' 815 datarootdir='${prefix}/share' 816 datadir='${datarootdir}' 332 817 sysconfdir='${prefix}/etc' 333 818 sharedstatedir='${prefix}/com' 334 819 localstatedir='${prefix}/var' 335 libdir='${exec_prefix}/lib'336 820 includedir='${prefix}/include' 337 821 oldincludedir='/usr/include' 338 infodir='${prefix}/info' 339 mandir='${prefix}/man' 822 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 823 infodir='${datarootdir}/info' 824 htmldir='${docdir}' 825 dvidir='${docdir}' 826 pdfdir='${docdir}' 827 psdir='${docdir}' 828 libdir='${exec_prefix}/lib' 829 localedir='${datarootdir}/locale' 830 mandir='${datarootdir}/man' 340 831 341 832 ac_prev= 833 ac_dashdash= 342 834 for ac_option 343 835 do 344 836 # If the previous option needs an argument, assign it. 345 837 if test -n "$ac_prev"; then 346 eval "$ac_prev=\$ac_option"838 eval $ac_prev=\$ac_option 347 839 ac_prev= 348 840 continue 349 841 fi 350 842 351 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 843 case $ac_option in 844 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 845 *) ac_optarg=yes ;; 846 esac 352 847 353 848 # Accept the important Cygnus configure options, so we can diagnose typos. 354 849 355 case $ac_option in 850 case $ac_dashdash$ac_option in 851 --) 852 ac_dashdash=yes ;; 356 853 357 854 -bindir | --bindir | --bindi | --bind | --bin | --bi) … … 375 872 cache_file=config.cache ;; 376 873 377 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)874 -datadir | --datadir | --datadi | --datad) 378 875 ac_prev=datadir ;; 379 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 380 | --da=*) 876 -datadir=* | --datadir=* | --datadi=* | --datad=*) 381 877 datadir=$ac_optarg ;; 878 879 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 880 | --dataroo | --dataro | --datar) 881 ac_prev=datarootdir ;; 882 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 883 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 884 datarootdir=$ac_optarg ;; 382 885 383 886 -disable-* | --disable-*) 384 887 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 385 888 # Reject names that are not valid shell variable names. 386 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&889 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 387 890 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 388 891 { (exit 1); exit 1; }; } 389 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 390 eval "enable_$ac_feature=no" ;; 892 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 893 eval enable_$ac_feature=no ;; 894 895 -docdir | --docdir | --docdi | --doc | --do) 896 ac_prev=docdir ;; 897 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 898 docdir=$ac_optarg ;; 899 900 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 901 ac_prev=dvidir ;; 902 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 903 dvidir=$ac_optarg ;; 391 904 392 905 -enable-* | --enable-*) 393 906 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 394 907 # Reject names that are not valid shell variable names. 395 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&908 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 396 909 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 397 910 { (exit 1); exit 1; }; } 398 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 399 case $ac_option in 400 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 401 *) ac_optarg=yes ;; 402 esac 403 eval "enable_$ac_feature='$ac_optarg'" ;; 911 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 912 eval enable_$ac_feature=\$ac_optarg ;; 404 913 405 914 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 428 937 host_alias=$ac_optarg ;; 429 938 939 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 940 ac_prev=htmldir ;; 941 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 942 | --ht=*) 943 htmldir=$ac_optarg ;; 944 430 945 -includedir | --includedir | --includedi | --included | --include \ 431 946 | --includ | --inclu | --incl | --inc) … … 452 967 libexecdir=$ac_optarg ;; 453 968 969 -localedir | --localedir | --localedi | --localed | --locale) 970 ac_prev=localedir ;; 971 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 972 localedir=$ac_optarg ;; 973 454 974 -localstatedir | --localstatedir | --localstatedi | --localstated \ 455 | --localstate | --localstat | --localsta | --localst \ 456 | --locals | --local | --loca | --loc | --lo) 975 | --localstate | --localstat | --localsta | --localst | --locals) 457 976 ac_prev=localstatedir ;; 458 977 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 459 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 460 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 978 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 461 979 localstatedir=$ac_optarg ;; 462 980 … … 523 1041 program_transform_name=$ac_optarg ;; 524 1042 1043 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 1044 ac_prev=pdfdir ;; 1045 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 1046 pdfdir=$ac_optarg ;; 1047 1048 -psdir | --psdir | --psdi | --psd | --ps) 1049 ac_prev=psdir ;; 1050 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 1051 psdir=$ac_optarg ;; 1052 525 1053 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 526 1054 | -silent | --silent | --silen | --sile | --sil) … … 575 1103 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 576 1104 # Reject names that are not valid shell variable names. 577 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&1105 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 578 1106 { echo "$as_me: error: invalid package name: $ac_package" >&2 579 1107 { (exit 1); exit 1; }; } 580 ac_package=`echo $ac_package| sed 's/-/_/g'` 581 case $ac_option in 582 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 583 *) ac_optarg=yes ;; 584 esac 585 eval "with_$ac_package='$ac_optarg'" ;; 1108 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1109 eval with_$ac_package=\$ac_optarg ;; 586 1110 587 1111 -without-* | --without-*) 588 1112 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 589 1113 # Reject names that are not valid shell variable names. 590 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&1114 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 591 1115 { echo "$as_me: error: invalid package name: $ac_package" >&2 592 1116 { (exit 1); exit 1; }; } 593 ac_package=`echo $ac_package | sed 's/ -/_/g'`594 eval "with_$ac_package=no";;1117 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1118 eval with_$ac_package=no ;; 595 1119 596 1120 --x) … … 623 1147 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 624 1148 { (exit 1); exit 1; }; } 625 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 626 eval "$ac_envvar='$ac_optarg'" 1149 eval $ac_envvar=\$ac_optarg 627 1150 export $ac_envvar ;; 628 1151 … … 644 1167 fi 645 1168 646 # Be sure to have absolute paths. 647 for ac_var in exec_prefix prefix 1169 # Be sure to have absolute directory names. 1170 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1171 datadir sysconfdir sharedstatedir localstatedir includedir \ 1172 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1173 libdir localedir mandir 648 1174 do 649 eval ac_val= $`echo $ac_var`1175 eval ac_val=\$$ac_var 650 1176 case $ac_val in 651 [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 652 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 653 { (exit 1); exit 1; }; };; 1177 [\\/$]* | ?:[\\/]* ) continue;; 1178 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 654 1179 esac 655 done 656 657 # Be sure to have absolute paths. 658 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 659 localstatedir libdir includedir oldincludedir infodir mandir 660 do 661 eval ac_val=$`echo $ac_var` 662 case $ac_val in 663 [\\/$]* | ?:[\\/]* ) ;; 664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 665 { (exit 1); exit 1; }; };; 666 esac 1180 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1181 { (exit 1); exit 1; }; } 667 1182 done 668 1183 … … 691 1206 692 1207 1208 ac_pwd=`pwd` && test -n "$ac_pwd" && 1209 ac_ls_di=`ls -di .` && 1210 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1211 { echo "$as_me: error: Working directory cannot be determined" >&2 1212 { (exit 1); exit 1; }; } 1213 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1214 { echo "$as_me: error: pwd does not report name of working directory" >&2 1215 { (exit 1); exit 1; }; } 1216 1217 693 1218 # Find the source files, if location was not specified. 694 1219 if test -z "$srcdir"; then 695 1220 ac_srcdir_defaulted=yes 696 # Try the directory containing this script, then its parent.697 ac_confdir=` (dirname "$0") 2>/dev/null||1221 # Try the directory containing this script, then the parent directory. 1222 ac_confdir=`$as_dirname -- "$0" || 698 1223 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 699 X"$0" : 'X\(//\)[^/]' \| \ 700 X"$0" : 'X\(//\)$' \| \ 701 X"$0" : 'X\(/\)' \| \ 702 . : '\(.\)' 2>/dev/null || 1224 X"$0" : 'X\(//\)[^/]' \| \ 1225 X"$0" : 'X\(//\)$' \| \ 1226 X"$0" : 'X\(/\)' \| . 2>/dev/null || 703 1227 echo X"$0" | 704 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 705 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 706 /^X\(\/\/\)$/{ s//\1/; q; } 707 /^X\(\/\).*/{ s//\1/; q; } 708 s/.*/./; q'` 1228 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1229 s//\1/ 1230 q 1231 } 1232 /^X\(\/\/\)[^/].*/{ 1233 s//\1/ 1234 q 1235 } 1236 /^X\(\/\/\)$/{ 1237 s//\1/ 1238 q 1239 } 1240 /^X\(\/\).*/{ 1241 s//\1/ 1242 q 1243 } 1244 s/.*/./; q'` 709 1245 srcdir=$ac_confdir 710 if test ! -r $srcdir/$ac_unique_file; then1246 if test ! -r "$srcdir/$ac_unique_file"; then 711 1247 srcdir=.. 712 1248 fi … … 714 1250 ac_srcdir_defaulted=no 715 1251 fi 716 if test ! -r $srcdir/$ac_unique_file; then717 if test "$ac_srcdir_defaulted" = yes; then718 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&21252 if test ! -r "$srcdir/$ac_unique_file"; then 1253 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1254 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 719 1255 { (exit 1); exit 1; }; } 720 else 721 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1256 fi 1257 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1258 ac_abs_confdir=`( 1259 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 722 1260 { (exit 1); exit 1; }; } 723 fi 724 fi 725 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 726 ac_env_build_alias_set=${build_alias+set} 727 ac_env_build_alias_value=$build_alias 728 ac_cv_env_build_alias_set=${build_alias+set} 729 ac_cv_env_build_alias_value=$build_alias 730 ac_env_host_alias_set=${host_alias+set} 731 ac_env_host_alias_value=$host_alias 732 ac_cv_env_host_alias_set=${host_alias+set} 733 ac_cv_env_host_alias_value=$host_alias 734 ac_env_target_alias_set=${target_alias+set} 735 ac_env_target_alias_value=$target_alias 736 ac_cv_env_target_alias_set=${target_alias+set} 737 ac_cv_env_target_alias_value=$target_alias 738 ac_env_DEBUGGER_START_FILE_set=${DEBUGGER_START_FILE+set} 739 ac_env_DEBUGGER_START_FILE_value=$DEBUGGER_START_FILE 740 ac_cv_env_DEBUGGER_START_FILE_set=${DEBUGGER_START_FILE+set} 741 ac_cv_env_DEBUGGER_START_FILE_value=$DEBUGGER_START_FILE 742 ac_env_CC_set=${CC+set} 743 ac_env_CC_value=$CC 744 ac_cv_env_CC_set=${CC+set} 745 ac_cv_env_CC_value=$CC 746 ac_env_CFLAGS_set=${CFLAGS+set} 747 ac_env_CFLAGS_value=$CFLAGS 748 ac_cv_env_CFLAGS_set=${CFLAGS+set} 749 ac_cv_env_CFLAGS_value=$CFLAGS 750 ac_env_LDFLAGS_set=${LDFLAGS+set} 751 ac_env_LDFLAGS_value=$LDFLAGS 752 ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 753 ac_cv_env_LDFLAGS_value=$LDFLAGS 754 ac_env_CPPFLAGS_set=${CPPFLAGS+set} 755 ac_env_CPPFLAGS_value=$CPPFLAGS 756 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 757 ac_cv_env_CPPFLAGS_value=$CPPFLAGS 758 ac_env_CPP_set=${CPP+set} 759 ac_env_CPP_value=$CPP 760 ac_cv_env_CPP_set=${CPP+set} 761 ac_cv_env_CPP_value=$CPP 1261 pwd)` 1262 # When building in place, set srcdir=. 1263 if test "$ac_abs_confdir" = "$ac_pwd"; then 1264 srcdir=. 1265 fi 1266 # Remove unnecessary trailing slashes from srcdir. 1267 # Double slashes in file names in object file debugging info 1268 # mess up M-x gdb in Emacs. 1269 case $srcdir in 1270 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1271 esac 1272 for ac_var in $ac_precious_vars; do 1273 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1274 eval ac_env_${ac_var}_value=\$${ac_var} 1275 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1276 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1277 done 762 1278 763 1279 # … … 788 1304 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 789 1305 790 _ACEOF791 792 cat <<_ACEOF793 1306 Installation directories: 794 1307 --prefix=PREFIX install architecture-independent files in PREFIX 795 1308 [$ac_default_prefix] 796 1309 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 797 1310 [PREFIX] 798 1311 799 1312 By default, \`make install' will install all the files in … … 808 1321 --sbindir=DIR system admin executables [EPREFIX/sbin] 809 1322 --libexecdir=DIR program executables [EPREFIX/libexec] 810 --datadir=DIR read-only architecture-independent data [PREFIX/share]811 1323 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 812 1324 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] … … 815 1327 --includedir=DIR C header files [PREFIX/include] 816 1328 --oldincludedir=DIR C header files for non-gcc [/usr/include] 817 --infodir=DIR info documentation [PREFIX/info] 818 --mandir=DIR man documentation [PREFIX/man] 1329 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1330 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1331 --infodir=DIR info documentation [DATAROOTDIR/info] 1332 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1333 --mandir=DIR man documentation [DATAROOTDIR/man] 1334 --docdir=DIR documentation root [DATAROOTDIR/doc/bash] 1335 --htmldir=DIR html documentation [DOCDIR] 1336 --dvidir=DIR dvi documentation [DOCDIR] 1337 --pdfdir=DIR pdf documentation [DOCDIR] 1338 --psdir=DIR ps documentation [DOCDIR] 819 1339 _ACEOF 820 1340 … … 919 1439 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 920 1440 nonstandard directory <lib dir> 921 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 922 headers in a nonstandard directory <include dir> 1441 LIBS libraries to pass to the linker, e.g. -l<library> 1442 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1443 you have headers in a nonstandard directory <include dir> 923 1444 CPP C preprocessor 1445 YACC The `Yet Another C Compiler' implementation to use. Defaults to 1446 the first program found out of: `bison -y', `byacc', `yacc'. 1447 YFLAGS The list of arguments that will be passed by default to $YACC. 1448 This script will default YFLAGS to the empty string to avoid a 1449 default value of `-d' given by some make applications. 924 1450 925 1451 Use these variables to override the choices made by `configure' or to help … … 928 1454 Report bugs to <bug-bash@gnu.org>. 929 1455 _ACEOF 1456 ac_status=$? 930 1457 fi 931 1458 932 1459 if test "$ac_init_help" = "recursive"; then 933 1460 # If there are subdirs, report their specific --help. 934 ac_popdir=`pwd`935 1461 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 936 test -d $ac_dir|| continue1462 test -d "$ac_dir" || continue 937 1463 ac_builddir=. 938 1464 939 if test "$ac_dir" != .; then 1465 case "$ac_dir" in 1466 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1467 *) 940 1468 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 941 # A "../" for each directory in $ac_dir_suffix. 942 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 943 else 944 ac_dir_suffix= ac_top_builddir= 945 fi 1469 # A ".." for each directory in $ac_dir_suffix. 1470 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1471 case $ac_top_builddir_sub in 1472 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1473 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1474 esac ;; 1475 esac 1476 ac_abs_top_builddir=$ac_pwd 1477 ac_abs_builddir=$ac_pwd$ac_dir_suffix 1478 # for backward compatibility: 1479 ac_top_builddir=$ac_top_build_prefix 946 1480 947 1481 case $srcdir in 948 .) # No --srcdir option.We are building in place.1482 .) # We are building in place. 949 1483 ac_srcdir=. 950 if test -z "$ac_top_builddir"; then 951 ac_top_srcdir=. 952 else 953 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 954 fi ;; 955 [\\/]* | ?:[\\/]* ) # Absolute path. 1484 ac_top_srcdir=$ac_top_builddir_sub 1485 ac_abs_top_srcdir=$ac_pwd ;; 1486 [\\/]* | ?:[\\/]* ) # Absolute name. 956 1487 ac_srcdir=$srcdir$ac_dir_suffix; 957 ac_top_srcdir=$srcdir ;; 958 *) # Relative path. 959 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 960 ac_top_srcdir=$ac_top_builddir$srcdir ;; 961 esac 962 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 963 # absolute. 964 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 965 ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` 966 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 967 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 968 969 cd $ac_dir 970 # Check for guested configure; otherwise get Cygnus style configure. 971 if test -f $ac_srcdir/configure.gnu; then 972 echo 973 $SHELL $ac_srcdir/configure.gnu --help=recursive 974 elif test -f $ac_srcdir/configure; then 975 echo 976 $SHELL $ac_srcdir/configure --help=recursive 977 elif test -f $ac_srcdir/configure.ac || 978 test -f $ac_srcdir/configure.in; then 979 echo 980 $ac_configure --help 1488 ac_top_srcdir=$srcdir 1489 ac_abs_top_srcdir=$srcdir ;; 1490 *) # Relative name. 1491 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1492 ac_top_srcdir=$ac_top_build_prefix$srcdir 1493 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1494 esac 1495 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1496 1497 cd "$ac_dir" || { ac_status=$?; continue; } 1498 # Check for guested configure. 1499 if test -f "$ac_srcdir/configure.gnu"; then 1500 echo && 1501 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1502 elif test -f "$ac_srcdir/configure"; then 1503 echo && 1504 $SHELL "$ac_srcdir/configure" --help=recursive 981 1505 else 982 1506 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 983 fi 984 cd $ac_popdir1507 fi || ac_status=$? 1508 cd "$ac_pwd" || { ac_status=$?; break; } 985 1509 done 986 1510 fi 987 1511 988 test -n "$ac_init_help" && exit 01512 test -n "$ac_init_help" && exit $ac_status 989 1513 if $ac_init_version; then 990 1514 cat <<\_ACEOF 991 1515 bash configure 3.1-release 992 generated by GNU Autoconf 2. 53993 994 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002995 Free Software Foundation, Inc.1516 generated by GNU Autoconf 2.61 1517 1518 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1519 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 996 1520 This configure script is free software; the Free Software Foundation 997 1521 gives unlimited permission to copy, distribute and modify it. 998 1522 _ACEOF 999 exit 0 1000 fi 1001 exec 5>config.log 1002 cat >&5 <<_ACEOF 1523 exit 1524 fi 1525 cat >config.log <<_ACEOF 1003 1526 This file contains any messages produced by compilers while 1004 1527 running configure, to aid debugging if configure makes a mistake. 1005 1528 1006 1529 It was created by bash $as_me 3.1-release, which was 1007 generated by GNU Autoconf 2. 53. Invocation command line was1530 generated by GNU Autoconf 2.61. Invocation command line was 1008 1531 1009 1532 $ $0 $@ 1010 1533 1011 1534 _ACEOF 1535 exec 5>>config.log 1012 1536 { 1013 1537 cat <<_ASUNAME … … 1028 1552 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1029 1553 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1030 hostinfo = `(hostinfo) 2>/dev/null|| echo unknown`1554 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1031 1555 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1032 1556 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` … … 1042 1566 echo "PATH: $as_dir" 1043 1567 done 1568 IFS=$as_save_IFS 1044 1569 1045 1570 } >&5 … … 1057 1582 # Keep a trace of the command line. 1058 1583 # Strip out --no-create and --no-recursion so they do not pile up. 1584 # Strip out --silent because we don't want to record it for future runs. 1059 1585 # Also quote any args containing shell meta-characters. 1586 # Make two passes to allow for proper duplicate-argument suppression. 1060 1587 ac_configure_args= 1061 ac_sep= 1062 for ac_arg 1588 ac_configure_args0= 1589 ac_configure_args1= 1590 ac_must_keep_next=false 1591 for ac_pass in 1 2 1063 1592 do 1064 case $ac_arg in 1065 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 1066 | --no-cr | --no-c | -n ) continue ;; 1067 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 1068 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 1069 continue ;; 1070 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1071 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1072 esac 1073 case " $ac_configure_args " in 1074 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1075 *) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1076 ac_sep=" " ;; 1077 esac 1078 # Get rid of the leading space. 1593 for ac_arg 1594 do 1595 case $ac_arg in 1596 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1597 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1598 | -silent | --silent | --silen | --sile | --sil) 1599 continue ;; 1600 *\'*) 1601 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1602 esac 1603 case $ac_pass in 1604 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1605 2) 1606 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1607 if test $ac_must_keep_next = true; then 1608 ac_must_keep_next=false # Got value, back to normal. 1609 else 1610 case $ac_arg in 1611 *=* | --config-cache | -C | -disable-* | --disable-* \ 1612 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1613 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1614 | -with-* | --with-* | -without-* | --without-* | --x) 1615 case "$ac_configure_args0 " in 1616 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1617 esac 1618 ;; 1619 -* ) ac_must_keep_next=true ;; 1620 esac 1621 fi 1622 ac_configure_args="$ac_configure_args '$ac_arg'" 1623 ;; 1624 esac 1625 done 1079 1626 done 1627 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1628 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 1080 1629 1081 1630 # When interrupted or exit'd, cleanup temporary files, and complete 1082 1631 # config.log. We remove comments because anyway the quotes in there 1083 1632 # would cause problems or look ugly. 1084 # WARNING: Be sure not to use single quotes in there, as some shells,1085 # such as our DU 5.0 friend, will then `close' the trap.1633 # WARNING: Use '\'' to represent an apostrophe within the trap. 1634 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1086 1635 trap 'exit_status=$? 1087 1636 # Save into config.log some information that might help in debugging. 1088 1637 { 1089 1638 echo 1639 1090 1640 cat <<\_ASBOX 1091 1641 ## ---------------- ## … … 1095 1645 echo 1096 1646 # The following way of writing the cache mishandles newlines in values, 1097 { 1647 ( 1648 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1649 eval ac_val=\$$ac_var 1650 case $ac_val in #( 1651 *${as_nl}*) 1652 case $ac_var in #( 1653 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1654 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1655 esac 1656 case $ac_var in #( 1657 _ | IFS | as_nl) ;; #( 1658 *) $as_unset $ac_var ;; 1659 esac ;; 1660 esac 1661 done 1098 1662 (set) 2>&1 | 1099 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in1100 * ac_space=\ *)1663 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1664 *${as_nl}ac_space=\ *) 1101 1665 sed -n \ 1102 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1103 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1666 "s/'\''/'\''\\\\'\'''\''/g; 1667 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1668 ;; #( 1669 *) 1670 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1104 1671 ;; 1105 *) 1106 sed -n \ 1107 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1108 ;; 1109 esac; 1110 } 1672 esac | 1673 sort 1674 ) 1111 1675 echo 1676 1677 cat <<\_ASBOX 1678 ## ----------------- ## 1679 ## Output variables. ## 1680 ## ----------------- ## 1681 _ASBOX 1682 echo 1683 for ac_var in $ac_subst_vars 1684 do 1685 eval ac_val=\$$ac_var 1686 case $ac_val in 1687 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1688 esac 1689 echo "$ac_var='\''$ac_val'\''" 1690 done | sort 1691 echo 1692 1693 if test -n "$ac_subst_files"; then 1694 cat <<\_ASBOX 1695 ## ------------------- ## 1696 ## File substitutions. ## 1697 ## ------------------- ## 1698 _ASBOX 1699 echo 1700 for ac_var in $ac_subst_files 1701 do 1702 eval ac_val=\$$ac_var 1703 case $ac_val in 1704 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1705 esac 1706 echo "$ac_var='\''$ac_val'\''" 1707 done | sort 1708 echo 1709 fi 1710 1112 1711 if test -s confdefs.h; then 1113 1712 cat <<\_ASBOX … … 1117 1716 _ASBOX 1118 1717 echo 1119 sed "/^$/d"confdefs.h1718 cat confdefs.h 1120 1719 echo 1121 1720 fi … … 1124 1723 echo "$as_me: exit $exit_status" 1125 1724 } >&5 1126 rm -f core core.* *.core&&1127 rm -rfconftest* confdefs* conf$$* $ac_clean_files &&1725 rm -f core *.core core.conftest.* && 1726 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1128 1727 exit $exit_status 1129 1728 ' 0 1130 1729 for ac_signal in 1 2 13 15; do 1131 1730 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal … … 1134 1733 1135 1734 # confdefs.h avoids OS command line length limits that DEFS can exceed. 1136 rm -rf conftest* confdefs.h 1137 # AIX cpp loses on an empty file, so make sure it contains at least a newline. 1138 echo >confdefs.h 1735 rm -f -r conftest* confdefs.h 1139 1736 1140 1737 # Predefined preprocessor variables. … … 1167 1764 # Let the site file select an alternate cache file if it wants to. 1168 1765 # Prefer explicitly selected file to automatically selected ones. 1169 if test -z "$CONFIG_SITE"; then 1170 if test "x$prefix" != xNONE; then 1171 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1172 else 1173 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1174 fi 1175 fi 1176 for ac_site_file in $CONFIG_SITE; do 1766 if test -n "$CONFIG_SITE"; then 1767 set x "$CONFIG_SITE" 1768 elif test "x$prefix" != xNONE; then 1769 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1770 else 1771 set x "$ac_default_prefix/share/config.site" \ 1772 "$ac_default_prefix/etc/config.site" 1773 fi 1774 shift 1775 for ac_site_file 1776 do 1177 1777 if test -r "$ac_site_file"; then 1178 1778 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 … … 1183 1783 done 1184 1784 1785 # Backslashes into forward slashes: 1786 # The following OS/2 specific code is performed AFTER config.site 1787 # has been loaded to allow users to change their environment there. 1788 # This strange code is necessary to deal with handling of backslashes by ksh. 1789 1790 if test "$ac_emxsupport" != "no" -a "$ac_emxsupport" != "NO"; then 1791 ac_save_IFS="$IFS" 1792 IFS="\\" 1793 ac_TEMP_PATH= 1794 for ac_dir in $PATH; do 1795 IFS=$ac_save_IFS 1796 if test -z "$ac_TEMP_PATH"; then 1797 ac_TEMP_PATH="$ac_dir" 1798 else 1799 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir" 1800 fi 1801 done 1802 export PATH="$ac_TEMP_PATH" 1803 unset ac_TEMP_PATH 1804 fi 1805 1806 # set ac_executable_extensions! 1807 if test "$ac_executable_extensions" = ""; then 1808 if ls.exe --version >/dev/null 2>/dev/null; then 1809 { echo "$as_me:$LINENO: WARNING: ac_executable_extensions not set, assuming .exe .cmd" >&5 1810 echo "$as_me: WARNING: ac_executable_extensions not set, assuming .exe .cmd" >&2;} 1811 ac_executable_extensions=".exe .cmd" 1812 export ac_executable_extensions 1813 fi 1814 fi 1815 1185 1816 if test -r "$cache_file"; then 1186 1817 # Some versions of bash will fail to source /dev/null (special … … 1190 1821 echo "$as_me: loading cache $cache_file" >&6;} 1191 1822 case $cache_file in 1192 [\\/]* | ?:[\\/]* ) . $cache_file;;1193 *) . ./$cache_file;;1823 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1824 *) . "./$cache_file";; 1194 1825 esac 1195 1826 fi … … 1200 1831 fi 1201 1832 1833 ac_header_list="$ac_header_list sys/time.h" 1834 ac_header_list="$ac_header_list unistd.h" 1835 ac_func_list="$ac_func_list alarm" 1202 1836 # Check that the precious variables saved in the cache have kept the same 1203 1837 # value. 1204 1838 ac_cache_corrupted=false 1205 for ac_var in `(set) 2>&1 | 1206 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1839 for ac_var in $ac_precious_vars; do 1207 1840 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1208 1841 eval ac_new_set=\$ac_env_${ac_var}_set 1209 eval ac_old_val= "\$ac_cv_env_${ac_var}_value"1210 eval ac_new_val= "\$ac_env_${ac_var}_value"1842 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1843 eval ac_new_val=\$ac_env_${ac_var}_value 1211 1844 case $ac_old_set,$ac_new_set in 1212 1845 set,) … … 1221 1854 *) 1222 1855 if test "x$ac_old_val" != "x$ac_new_val"; then 1223 1856 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1224 1857 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1225 1858 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1226 1859 echo "$as_me: former value: $ac_old_val" >&2;} 1227 1860 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1228 1861 echo "$as_me: current value: $ac_new_val" >&2;} 1229 1862 ac_cache_corrupted=: 1230 1863 fi;; 1231 1864 esac … … 1233 1866 if test "$ac_new_set" = set; then 1234 1867 case $ac_new_val in 1235 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1236 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1868 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1237 1869 *) ac_arg=$ac_var=$ac_new_val ;; 1238 1870 esac … … 1251 1883 fi 1252 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1253 1909 ac_ext=c 1254 1910 ac_cpp='$CPP $CPPFLAGS' … … 1262 1918 1263 1919 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1920 ac_aux_dir= 1289 for ac_dir in ./support $srcdir/./support; do1290 if test -f $ac_dir/install-sh; then1921 for ac_dir in ./support "$srcdir"/./support; do 1922 if test -f "$ac_dir/install-sh"; then 1291 1923 ac_aux_dir=$ac_dir 1292 1924 ac_install_sh="$ac_aux_dir/install-sh -c" 1293 1925 break 1294 elif test -f $ac_dir/install.sh; then1926 elif test -f "$ac_dir/install.sh"; then 1295 1927 ac_aux_dir=$ac_dir 1296 1928 ac_install_sh="$ac_aux_dir/install.sh -c" 1297 1929 break 1298 elif test -f $ac_dir/shtool; then1930 elif test -f "$ac_dir/shtool"; then 1299 1931 ac_aux_dir=$ac_dir 1300 1932 ac_install_sh="$ac_aux_dir/shtool install -c" … … 1303 1935 done 1304 1936 if test -z "$ac_aux_dir"; then 1305 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ./support $srcdir/./support" >&51306 echo "$as_me: error: cannot find install-sh or install.sh in ./support $srcdir/./support" >&2;}1937 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ./support \"$srcdir\"/./support" >&5 1938 echo "$as_me: error: cannot find install-sh or install.sh in ./support \"$srcdir\"/./support" >&2;} 1307 1939 { (exit 1); exit 1; }; } 1308 1940 fi 1309 ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1310 ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1311 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1941 1942 # These three variables are undocumented and unsupported, 1943 # and are intended to be withdrawn in a future Autoconf release. 1944 # They can cause serious problems if a builder's source tree is in a directory 1945 # whose full name contains unusual characters. 1946 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 1947 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 1948 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 1949 1312 1950 1313 1951 ac_config_headers="$ac_config_headers config.h" … … 1323 1961 1324 1962 # Make sure we can run config.sub. 1325 $ ac_config_subsun4 >/dev/null 2>&1 ||1326 { { echo "$as_me:$LINENO: error: cannot run $ ac_config_sub" >&51327 echo "$as_me: error: cannot run $ ac_config_sub" >&2;}1963 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1964 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 1965 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1328 1966 { (exit 1); exit 1; }; } 1329 1967 1330 echo "$as_me:$LINENO: checking build system type" >&51331 echo $ECHO_N "checking build system type... $ECHO_C" >&6 1968 { echo "$as_me:$LINENO: checking build system type" >&5 1969 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 1332 1970 if test "${ac_cv_build+set}" = set; then 1333 1971 echo $ECHO_N "(cached) $ECHO_C" >&6 1334 1972 else 1335 ac_ cv_build_alias=$build_alias1336 test -z "$ac_cv_build_alias"&&1337 ac_ cv_build_alias=`$ac_config_guess`1338 test -z "$ac_cv_build_alias"&&1973 ac_build_alias=$build_alias 1974 test "x$ac_build_alias" = x && 1975 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1976 test "x$ac_build_alias" = x && 1339 1977 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 1340 1978 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1341 1979 { (exit 1); exit 1; }; } 1342 ac_cv_build=`$ ac_config_sub $ac_cv_build_alias` ||1343 { { echo "$as_me:$LINENO: error: $ ac_config_sub $ac_cv_build_alias failed" >&51344 echo "$as_me: error: $ ac_config_sub $ac_cv_build_alias failed" >&2;}1980 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1981 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 1982 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 1345 1983 { (exit 1); exit 1; }; } 1346 1984 1347 1985 fi 1348 echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1349 echo "${ECHO_T}$ac_cv_build" >&6 1986 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1987 echo "${ECHO_T}$ac_cv_build" >&6; } 1988 case $ac_cv_build in 1989 *-*-*) ;; 1990 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 1991 echo "$as_me: error: invalid value of canonical build" >&2;} 1992 { (exit 1); exit 1; }; };; 1993 esac 1350 1994 build=$ac_cv_build 1351 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1352 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1353 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1354 1355 1356 echo "$as_me:$LINENO: checking host system type" >&5 1357 echo $ECHO_N "checking host system type... $ECHO_C" >&6 1995 ac_save_IFS=$IFS; IFS='-' 1996 set x $ac_cv_build 1997 shift 1998 build_cpu=$1 1999 build_vendor=$2 2000 shift; shift 2001 # Remember, the first character of IFS is used to create $*, 2002 # except with old shells: 2003 build_os=$* 2004 IFS=$ac_save_IFS 2005 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2006 2007 2008 { echo "$as_me:$LINENO: checking host system type" >&5 2009 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 1358 2010 if test "${ac_cv_host+set}" = set; then 1359 2011 echo $ECHO_N "(cached) $ECHO_C" >&6 1360 2012 else 1361 ac_cv_host_alias=$host_alias1362 test -z "$ac_cv_host_alias" && 1363 ac_cv_host_alias=$ac_cv_build_alias 1364 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||1365 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&51366 echo "$as_me: error: $ ac_config_sub $ac_cv_host_alias failed" >&2;}2013 if test "x$host_alias" = x; then 2014 ac_cv_host=$ac_cv_build 2015 else 2016 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2017 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 2018 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 1367 2019 { (exit 1); exit 1; }; } 1368 1369 fi 1370 echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1371 echo "${ECHO_T}$ac_cv_host" >&6 2020 fi 2021 2022 fi 2023 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 2024 echo "${ECHO_T}$ac_cv_host" >&6; } 2025 case $ac_cv_host in 2026 *-*-*) ;; 2027 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 2028 echo "$as_me: error: invalid value of canonical host" >&2;} 2029 { (exit 1); exit 1; }; };; 2030 esac 1372 2031 host=$ac_cv_host 1373 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1374 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1375 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 2032 ac_save_IFS=$IFS; IFS='-' 2033 set x $ac_cv_host 2034 shift 2035 host_cpu=$1 2036 host_vendor=$2 2037 shift; shift 2038 # Remember, the first character of IFS is used to create $*, 2039 # except with old shells: 2040 host_os=$* 2041 IFS=$ac_save_IFS 2042 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 1376 2043 1377 2044 … … 1419 2086 1420 2087 1421 # Check whether --with-lispdir or --without-lispdirwas given.2088 # Check whether --with-lispdir was given. 1422 2089 if test "${with_lispdir+set}" = set; then 1423 withval="$with_lispdir" 1424 lispdir="$withval" 1425 echo "$as_me:$LINENO: checking where .elc files should go" >&5 1426 echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6 1427 echo "$as_me:$LINENO: result: $lispdir" >&5 1428 echo "${ECHO_T}$lispdir" >&6 2090 withval=$with_lispdir; lispdir="$withval" 2091 { echo "$as_me:$LINENO: checking where .elc files should go" >&5 2092 echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6; } 2093 { echo "$as_me:$LINENO: result: $lispdir" >&5 2094 echo "${ECHO_T}$lispdir" >&6; } 1429 2095 else 1430 2096 … … 1436 2102 # Extract the first word of "$ac_prog", so it can be a program name with args. 1437 2103 set dummy $ac_prog; ac_word=$2 1438 echo "$as_me:$LINENO: checking for $ac_word" >&51439 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2104 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2105 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1440 2106 if test "${ac_cv_prog_EMACS+set}" = set; then 1441 2107 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1450 2116 test -z "$as_dir" && as_dir=. 1451 2117 for ac_exec_ext in '' $ac_executable_extensions; do 1452 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1453 2119 ac_cv_prog_EMACS="$ac_prog" 1454 2120 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1457 2123 done 1458 2124 done 2125 IFS=$as_save_IFS 1459 2126 1460 2127 fi … … 1462 2129 EMACS=$ac_cv_prog_EMACS 1463 2130 if test -n "$EMACS"; then 1464 echo "$as_me:$LINENO: result: $EMACS" >&5 1465 echo "${ECHO_T}$EMACS" >&6 1466 else 1467 echo "$as_me:$LINENO: result: no" >&5 1468 echo "${ECHO_T}no" >&6 1469 fi 2131 { echo "$as_me:$LINENO: result: $EMACS" >&5 2132 echo "${ECHO_T}$EMACS" >&6; } 2133 else 2134 { echo "$as_me:$LINENO: result: no" >&5 2135 echo "${ECHO_T}no" >&6; } 2136 fi 2137 1470 2138 1471 2139 test -n "$EMACS" && break … … 1475 2143 if test $EMACS != "no"; then 1476 2144 if test x${lispdir+set} != xset; then 1477 echo "$as_me:$LINENO: checking where .elc files should go" >&51478 echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6 2145 { echo "$as_me:$LINENO: checking where .elc files should go" >&5 2146 echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6; } 1479 2147 if test "${am_cv_lispdir+set}" = set; then 1480 2148 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1486 2154 1487 2155 fi 1488 echo "$as_me:$LINENO: result: $am_cv_lispdir" >&51489 echo "${ECHO_T}$am_cv_lispdir" >&6 2156 { echo "$as_me:$LINENO: result: $am_cv_lispdir" >&5 2157 echo "${ECHO_T}$am_cv_lispdir" >&6; } 1490 2158 lispdir="$am_cv_lispdir" 1491 2159 fi 1492 2160 fi 1493 2161 1494 fi; 1495 1496 1497 1498 1499 1500 # Check whether --with-afs or --without-afs was given. 2162 fi 2163 2164 2165 2166 2167 2168 2169 # Check whether --with-afs was given. 1501 2170 if test "${with_afs+set}" = set; then 1502 withval= "$with_afs"1503 opt_afs=$withval 1504 fi; 1505 1506 # Check whether --with-bash-malloc or --without-bash-mallocwas given.2171 withval=$with_afs; opt_afs=$withval 2172 fi 2173 2174 2175 # Check whether --with-bash-malloc was given. 1507 2176 if test "${with_bash_malloc+set}" = set; then 1508 withval= "$with_bash_malloc"1509 opt_bash_malloc=$withval 1510 fi; 1511 1512 # Check whether --with-curses or --without-curseswas given.2177 withval=$with_bash_malloc; opt_bash_malloc=$withval 2178 fi 2179 2180 2181 # Check whether --with-curses was given. 1513 2182 if test "${with_curses+set}" = set; then 1514 withval= "$with_curses"1515 opt_curses=$withval 1516 fi; 1517 1518 # Check whether --with-gnu-malloc or --without-gnu-mallocwas given.2183 withval=$with_curses; opt_curses=$withval 2184 fi 2185 2186 2187 # Check whether --with-gnu-malloc was given. 1519 2188 if test "${with_gnu_malloc+set}" = set; then 1520 withval= "$with_gnu_malloc"1521 opt_bash_malloc=$withval 1522 fi; 1523 1524 # Check whether --with-installed-readline or --without-installed-readlinewas given.2189 withval=$with_gnu_malloc; opt_bash_malloc=$withval 2190 fi 2191 2192 2193 # Check whether --with-installed-readline was given. 1525 2194 if test "${with_installed_readline+set}" = set; then 1526 withval= "$with_installed_readline"1527 opt_with_installed_readline=$withval 1528 fi; 1529 1530 # Check whether --with-purecov or --without-purecovwas given.2195 withval=$with_installed_readline; opt_with_installed_readline=$withval 2196 fi 2197 2198 2199 # Check whether --with-purecov was given. 1531 2200 if test "${with_purecov+set}" = set; then 1532 withval= "$with_purecov"1533 opt_purecov=$withval 1534 fi; 1535 1536 # Check whether --with-purify or --without-purifywas given.2201 withval=$with_purecov; opt_purecov=$withval 2202 fi 2203 2204 2205 # Check whether --with-purify was given. 1537 2206 if test "${with_purify+set}" = set; then 1538 withval= "$with_purify"1539 opt_purify=$withval 1540 fi; 2207 withval=$with_purify; opt_purify=$withval 2208 fi 2209 1541 2210 1542 2211 if test "$opt_bash_malloc" = yes; then … … 1623 2292 opt_profiling=no 1624 2293 1625 # Check whether --enable-minimal-config or --disable-minimal-configwas given.2294 # Check whether --enable-minimal-config was given. 1626 2295 if test "${enable_minimal_config+set}" = set; then 1627 enableval= "$enable_minimal_config"1628 opt_minimal_config=$enableval 1629 fi; 2296 enableval=$enable_minimal_config; opt_minimal_config=$enableval 2297 fi 2298 1630 2299 1631 2300 if test $opt_minimal_config = yes; then … … 1640 2309 fi 1641 2310 1642 # Check whether --enable-alias or --disable-aliaswas given.2311 # Check whether --enable-alias was given. 1643 2312 if test "${enable_alias+set}" = set; then 1644 enableval= "$enable_alias"1645 opt_alias=$enableval 1646 fi; 1647 # Check whether --enable-arith-for-command or --disable-arith-for-commandwas given.2313 enableval=$enable_alias; opt_alias=$enableval 2314 fi 2315 2316 # Check whether --enable-arith-for-command was given. 1648 2317 if test "${enable_arith_for_command+set}" = set; then 1649 enableval= "$enable_arith_for_command"1650 opt_arith_for_command=$enableval 1651 fi; 1652 # Check whether --enable-array-variables or --disable-array-variableswas given.2318 enableval=$enable_arith_for_command; opt_arith_for_command=$enableval 2319 fi 2320 2321 # Check whether --enable-array-variables was given. 1653 2322 if test "${enable_array_variables+set}" = set; then 1654 enableval= "$enable_array_variables"1655 opt_array_variables=$enableval 1656 fi; 1657 # Check whether --enable-bang-history or --disable-bang-historywas given.2323 enableval=$enable_array_variables; opt_array_variables=$enableval 2324 fi 2325 2326 # Check whether --enable-bang-history was given. 1658 2327 if test "${enable_bang_history+set}" = set; then 1659 enableval= "$enable_bang_history"1660 opt_bang_history=$enableval 1661 fi; 1662 # Check whether --enable-brace-expansion or --disable-brace-expansionwas given.2328 enableval=$enable_bang_history; opt_bang_history=$enableval 2329 fi 2330 2331 # Check whether --enable-brace-expansion was given. 1663 2332 if test "${enable_brace_expansion+set}" = set; then 1664 enableval= "$enable_brace_expansion"1665 opt_brace_expansion=$enableval 1666 fi; 1667 # Check whether --enable-command-timing or --disable-command-timingwas given.2333 enableval=$enable_brace_expansion; opt_brace_expansion=$enableval 2334 fi 2335 2336 # Check whether --enable-command-timing was given. 1668 2337 if test "${enable_command_timing+set}" = set; then 1669 enableval= "$enable_command_timing"1670 opt_command_timing=$enableval 1671 fi; 1672 # Check whether --enable-cond-command or --disable-cond-commandwas given.2338 enableval=$enable_command_timing; opt_command_timing=$enableval 2339 fi 2340 2341 # Check whether --enable-cond-command was given. 1673 2342 if test "${enable_cond_command+set}" = set; then 1674 enableval= "$enable_cond_command"1675 opt_cond_command=$enableval 1676 fi; 1677 # Check whether --enable-cond-regexp or --disable-cond-regexpwas given.2343 enableval=$enable_cond_command; opt_cond_command=$enableval 2344 fi 2345 2346 # Check whether --enable-cond-regexp was given. 1678 2347 if test "${enable_cond_regexp+set}" = set; then 1679 enableval= "$enable_cond_regexp"1680 opt_cond_regexp=$enableval 1681 fi; 1682 # Check whether --enable-debugger or --disable-debuggerwas given.2348 enableval=$enable_cond_regexp; opt_cond_regexp=$enableval 2349 fi 2350 2351 # Check whether --enable-debugger was given. 1683 2352 if test "${enable_debugger+set}" = set; then 1684 enableval= "$enable_debugger"1685 opt_debugger=$enableval 1686 fi; 1687 # Check whether --enable-directory-stack or --disable-directory-stackwas given.2353 enableval=$enable_debugger; opt_debugger=$enableval 2354 fi 2355 2356 # Check whether --enable-directory-stack was given. 1688 2357 if test "${enable_directory_stack+set}" = set; then 1689 enableval= "$enable_directory_stack"1690 opt_dirstack=$enableval 1691 fi; 1692 # Check whether --enable-disabled-builtins or --disable-disabled-builtinswas given.2358 enableval=$enable_directory_stack; opt_dirstack=$enableval 2359 fi 2360 2361 # Check whether --enable-disabled-builtins was given. 1693 2362 if test "${enable_disabled_builtins+set}" = set; then 1694 enableval= "$enable_disabled_builtins"1695 opt_disabled_builtins=$enableval 1696 fi; 1697 # Check whether --enable-dparen-arithmetic or --disable-dparen-arithmeticwas given.2363 enableval=$enable_disabled_builtins; opt_disabled_builtins=$enableval 2364 fi 2365 2366 # Check whether --enable-dparen-arithmetic was given. 1698 2367 if test "${enable_dparen_arithmetic+set}" = set; then 1699 enableval= "$enable_dparen_arithmetic"1700 opt_dparen_arith=$enableval 1701 fi; 1702 # Check whether --enable-extended-glob or --disable-extended-globwas given.2368 enableval=$enable_dparen_arithmetic; opt_dparen_arith=$enableval 2369 fi 2370 2371 # Check whether --enable-extended-glob was given. 1703 2372 if test "${enable_extended_glob+set}" = set; then 1704 enableval= "$enable_extended_glob"1705 opt_extended_glob=$enableval 1706 fi; 1707 # Check whether --enable-help-builtin or --disable-help-builtinwas given.2373 enableval=$enable_extended_glob; opt_extended_glob=$enableval 2374 fi 2375 2376 # Check whether --enable-help-builtin was given. 1708 2377 if test "${enable_help_builtin+set}" = set; then 1709 enableval= "$enable_help_builtin"1710 opt_help=$enableval 1711 fi; 1712 # Check whether --enable-history or --disable-historywas given.2378 enableval=$enable_help_builtin; opt_help=$enableval 2379 fi 2380 2381 # Check whether --enable-history was given. 1713 2382 if test "${enable_history+set}" = set; then 1714 enableval= "$enable_history"1715 opt_history=$enableval 1716 fi; 1717 # Check whether --enable-job-control or --disable-job-controlwas given.2383 enableval=$enable_history; opt_history=$enableval 2384 fi 2385 2386 # Check whether --enable-job-control was given. 1718 2387 if test "${enable_job_control+set}" = set; then 1719 enableval= "$enable_job_control"1720 opt_job_control=$enableval 1721 fi; 1722 # Check whether --enable-multibyte or --disable-multibytewas given.2388 enableval=$enable_job_control; opt_job_control=$enableval 2389 fi 2390 2391 # Check whether --enable-multibyte was given. 1723 2392 if test "${enable_multibyte+set}" = set; then 1724 enableval= "$enable_multibyte"1725 opt_multibyte=$enableval 1726 fi; 1727 # Check whether --enable-net-redirections or --disable-net-redirectionswas given.2393 enableval=$enable_multibyte; opt_multibyte=$enableval 2394 fi 2395 2396 # Check whether --enable-net-redirections was given. 1728 2397 if test "${enable_net_redirections+set}" = set; then 1729 enableval= "$enable_net_redirections"1730 opt_net_redirs=$enableval 1731 fi; 1732 # Check whether --enable-process-substitution or --disable-process-substitutionwas given.2398 enableval=$enable_net_redirections; opt_net_redirs=$enableval 2399 fi 2400 2401 # Check whether --enable-process-substitution was given. 1733 2402 if test "${enable_process_substitution+set}" = set; then 1734 enableval= "$enable_process_substitution"1735 opt_process_subst=$enableval 1736 fi; 1737 # Check whether --enable-progcomp or --disable-progcompwas given.2403 enableval=$enable_process_substitution; opt_process_subst=$enableval 2404 fi 2405 2406 # Check whether --enable-progcomp was given. 1738 2407 if test "${enable_progcomp+set}" = set; then 1739 enableval= "$enable_progcomp"1740 opt_progcomp=$enableval 1741 fi; 1742 # Check whether --enable-prompt-string-decoding or --disable-prompt-string-decodingwas given.2408 enableval=$enable_progcomp; opt_progcomp=$enableval 2409 fi 2410 2411 # Check whether --enable-prompt-string-decoding was given. 1743 2412 if test "${enable_prompt_string_decoding+set}" = set; then 1744 enableval= "$enable_prompt_string_decoding"1745 opt_prompt_decoding=$enableval 1746 fi; 1747 # Check whether --enable-readline or --disable-readlinewas given.2413 enableval=$enable_prompt_string_decoding; opt_prompt_decoding=$enableval 2414 fi 2415 2416 # Check whether --enable-readline was given. 1748 2417 if test "${enable_readline+set}" = set; then 1749 enableval= "$enable_readline"1750 opt_readline=$enableval 1751 fi; 1752 # Check whether --enable-restricted or --disable-restrictedwas given.2418 enableval=$enable_readline; opt_readline=$enableval 2419 fi 2420 2421 # Check whether --enable-restricted was given. 1753 2422 if test "${enable_restricted+set}" = set; then 1754 enableval= "$enable_restricted"1755 opt_restricted=$enableval 1756 fi; 1757 # Check whether --enable-select or --disable-selectwas given.2423 enableval=$enable_restricted; opt_restricted=$enableval 2424 fi 2425 2426 # Check whether --enable-select was given. 1758 2427 if test "${enable_select+set}" = set; then 1759 enableval= "$enable_select"1760 opt_select=$enableval 1761 fi; 1762 # Check whether --enable-separate-helpfiles or --disable-separate-helpfileswas given.2428 enableval=$enable_select; opt_select=$enableval 2429 fi 2430 2431 # Check whether --enable-separate-helpfiles was given. 1763 2432 if test "${enable_separate_helpfiles+set}" = set; then 1764 enableval= "$enable_separate_helpfiles"1765 opt_separate_help=$enableval 1766 fi; 1767 # Check whether --enable-single-help-strings or --disable-single-help-stringswas given.2433 enableval=$enable_separate_helpfiles; opt_separate_help=$enableval 2434 fi 2435 2436 # Check whether --enable-single-help-strings was given. 1768 2437 if test "${enable_single_help_strings+set}" = set; then 1769 enableval= "$enable_single_help_strings"1770 opt_single_longdoc_strings=$enableval 1771 fi; 1772 # Check whether --enable-strict-posix-default or --disable-strict-posix-defaultwas given.2438 enableval=$enable_single_help_strings; opt_single_longdoc_strings=$enableval 2439 fi 2440 2441 # Check whether --enable-strict-posix-default was given. 1773 2442 if test "${enable_strict_posix_default+set}" = set; then 1774 enableval= "$enable_strict_posix_default"1775 opt_strict_posix=$enableval 1776 fi; 1777 # Check whether --enable-usg-echo-default or --disable-usg-echo-defaultwas given.2443 enableval=$enable_strict_posix_default; opt_strict_posix=$enableval 2444 fi 2445 2446 # Check whether --enable-usg-echo-default was given. 1778 2447 if test "${enable_usg_echo_default+set}" = set; then 1779 enableval= "$enable_usg_echo_default"1780 opt_xpg_echo=$enableval 1781 fi; 1782 # Check whether --enable-xpg-echo-default or --disable-xpg-echo-defaultwas given.2448 enableval=$enable_usg_echo_default; opt_xpg_echo=$enableval 2449 fi 2450 2451 # Check whether --enable-xpg-echo-default was given. 1783 2452 if test "${enable_xpg_echo_default+set}" = set; then 1784 enableval= "$enable_xpg_echo_default"1785 opt_xpg_echo=$enableval 1786 fi; 1787 1788 # Check whether --enable-mem-scramble or --disable-mem-scramblewas given.2453 enableval=$enable_xpg_echo_default; opt_xpg_echo=$enableval 2454 fi 2455 2456 2457 # Check whether --enable-mem-scramble was given. 1789 2458 if test "${enable_mem_scramble+set}" = set; then 1790 enableval= "$enable_mem_scramble"1791 opt_memscramble=$enableval 1792 fi; 1793 # Check whether --enable-profiling or --disable-profilingwas given.2459 enableval=$enable_mem_scramble; opt_memscramble=$enableval 2460 fi 2461 2462 # Check whether --enable-profiling was given. 1794 2463 if test "${enable_profiling+set}" = set; then 1795 enableval= "$enable_profiling"1796 opt_profiling=$enableval 1797 fi; 1798 # Check whether --enable-static-link or --disable-static-linkwas given.2464 enableval=$enable_profiling; opt_profiling=$enableval 2465 fi 2466 2467 # Check whether --enable-static-link was given. 1799 2468 if test "${enable_static_link+set}" = set; then 1800 enableval= "$enable_static_link"1801 opt_static_link=$enableval 1802 fi; 2469 enableval=$enable_static_link; opt_static_link=$enableval 2470 fi 2471 1803 2472 1804 2473 … … 1994 2663 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1995 2664 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1996 echo "$as_me:$LINENO: checking for $ac_word" >&51997 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2665 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2666 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1998 2667 if test "${ac_cv_prog_CC+set}" = set; then 1999 2668 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2008 2677 test -z "$as_dir" && as_dir=. 2009 2678 for ac_exec_ext in '' $ac_executable_extensions; do 2010 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2011 2680 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2012 2681 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2015 2684 done 2016 2685 done 2686 IFS=$as_save_IFS 2017 2687 2018 2688 fi … … 2020 2690 CC=$ac_cv_prog_CC 2021 2691 if test -n "$CC"; then 2022 echo "$as_me:$LINENO: result: $CC" >&5 2023 echo "${ECHO_T}$CC" >&6 2024 else 2025 echo "$as_me:$LINENO: result: no" >&5 2026 echo "${ECHO_T}no" >&6 2027 fi 2692 { echo "$as_me:$LINENO: result: $CC" >&5 2693 echo "${ECHO_T}$CC" >&6; } 2694 else 2695 { echo "$as_me:$LINENO: result: no" >&5 2696 echo "${ECHO_T}no" >&6; } 2697 fi 2698 2028 2699 2029 2700 fi … … 2032 2703 # Extract the first word of "gcc", so it can be a program name with args. 2033 2704 set dummy gcc; ac_word=$2 2034 echo "$as_me:$LINENO: checking for $ac_word" >&52035 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2705 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2706 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2036 2707 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2037 2708 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2046 2717 test -z "$as_dir" && as_dir=. 2047 2718 for ac_exec_ext in '' $ac_executable_extensions; do 2048 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2049 2720 ac_cv_prog_ac_ct_CC="gcc" 2050 2721 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2053 2724 done 2054 2725 done 2726 IFS=$as_save_IFS 2055 2727 2056 2728 fi … … 2058 2730 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2059 2731 if test -n "$ac_ct_CC"; then 2060 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2061 echo "${ECHO_T}$ac_ct_CC" >&6 2062 else 2063 echo "$as_me:$LINENO: result: no" >&5 2064 echo "${ECHO_T}no" >&6 2065 fi 2066 2067 CC=$ac_ct_CC 2732 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2733 echo "${ECHO_T}$ac_ct_CC" >&6; } 2734 else 2735 { echo "$as_me:$LINENO: result: no" >&5 2736 echo "${ECHO_T}no" >&6; } 2737 fi 2738 2739 if test "x$ac_ct_CC" = x; then 2740 CC="" 2741 else 2742 case $cross_compiling:$ac_tool_warned in 2743 yes:) 2744 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2745 whose name does not start with the host triplet. If you think this 2746 configuration is useful to you, please write to autoconf@gnu.org." >&5 2747 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2748 whose name does not start with the host triplet. If you think this 2749 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2750 ac_tool_warned=yes ;; 2751 esac 2752 CC=$ac_ct_CC 2753 fi 2068 2754 else 2069 2755 CC="$ac_cv_prog_CC" … … 2071 2757 2072 2758 if test -z "$CC"; then 2073 if test -n "$ac_tool_prefix"; then2074 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.2759 if test -n "$ac_tool_prefix"; then 2760 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2075 2761 set dummy ${ac_tool_prefix}cc; ac_word=$2 2076 echo "$as_me:$LINENO: checking for $ac_word" >&52077 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2762 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2763 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2078 2764 if test "${ac_cv_prog_CC+set}" = set; then 2079 2765 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2088 2774 test -z "$as_dir" && as_dir=. 2089 2775 for ac_exec_ext in '' $ac_executable_extensions; do 2090 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2776 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2091 2777 ac_cv_prog_CC="${ac_tool_prefix}cc" 2092 2778 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2095 2781 done 2096 2782 done 2783 IFS=$as_save_IFS 2097 2784 2098 2785 fi … … 2100 2787 CC=$ac_cv_prog_CC 2101 2788 if test -n "$CC"; then 2102 echo "$as_me:$LINENO: result: $CC" >&5 2103 echo "${ECHO_T}$CC" >&6 2104 else 2105 echo "$as_me:$LINENO: result: no" >&5 2106 echo "${ECHO_T}no" >&6 2107 fi 2108 2109 fi 2110 if test -z "$ac_cv_prog_CC"; then 2111 ac_ct_CC=$CC 2112 # Extract the first word of "cc", so it can be a program name with args. 2113 set dummy cc; ac_word=$2 2114 echo "$as_me:$LINENO: checking for $ac_word" >&5 2115 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2116 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2117 echo $ECHO_N "(cached) $ECHO_C" >&6 2118 else 2119 if test -n "$ac_ct_CC"; then 2120 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2121 else 2122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2123 for as_dir in $PATH 2124 do 2125 IFS=$as_save_IFS 2126 test -z "$as_dir" && as_dir=. 2127 for ac_exec_ext in '' $ac_executable_extensions; do 2128 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2129 ac_cv_prog_ac_ct_CC="cc" 2130 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2131 break 2 2789 { echo "$as_me:$LINENO: result: $CC" >&5 2790 echo "${ECHO_T}$CC" >&6; } 2791 else 2792 { echo "$as_me:$LINENO: result: no" >&5 2793 echo "${ECHO_T}no" >&6; } 2794 fi 2795 2796 2132 2797 fi 2133 done2134 done2135 2136 fi2137 fi2138 ac_ct_CC=$ac_cv_prog_ac_ct_CC2139 if test -n "$ac_ct_CC"; then2140 echo "$as_me:$LINENO: result: $ac_ct_CC" >&52141 echo "${ECHO_T}$ac_ct_CC" >&62142 else2143 echo "$as_me:$LINENO: result: no" >&52144 echo "${ECHO_T}no" >&62145 fi2146 2147 CC=$ac_ct_CC2148 else2149 CC="$ac_cv_prog_CC"2150 fi2151 2152 2798 fi 2153 2799 if test -z "$CC"; then 2154 2800 # Extract the first word of "cc", so it can be a program name with args. 2155 2801 set dummy cc; ac_word=$2 2156 echo "$as_me:$LINENO: checking for $ac_word" >&52157 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2802 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2803 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2158 2804 if test "${ac_cv_prog_CC+set}" = set; then 2159 2805 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2169 2815 test -z "$as_dir" && as_dir=. 2170 2816 for ac_exec_ext in '' $ac_executable_extensions; do 2171 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2172 2818 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2173 2819 ac_prog_rejected=yes … … 2180 2826 done 2181 2827 done 2828 IFS=$as_save_IFS 2182 2829 2183 2830 if test $ac_prog_rejected = yes; then … … 2190 2837 # first if we set CC to just the basename; use the full file name. 2191 2838 shift 2192 set dummy "$as_dir/$ac_word" ${1+"$@"} 2193 shift 2194 ac_cv_prog_CC="$@" 2839 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 2195 2840 fi 2196 2841 fi … … 2199 2844 CC=$ac_cv_prog_CC 2200 2845 if test -n "$CC"; then 2201 echo "$as_me:$LINENO: result: $CC" >&5 2202 echo "${ECHO_T}$CC" >&6 2203 else 2204 echo "$as_me:$LINENO: result: no" >&5 2205 echo "${ECHO_T}no" >&6 2206 fi 2846 { echo "$as_me:$LINENO: result: $CC" >&5 2847 echo "${ECHO_T}$CC" >&6; } 2848 else 2849 { echo "$as_me:$LINENO: result: no" >&5 2850 echo "${ECHO_T}no" >&6; } 2851 fi 2852 2207 2853 2208 2854 fi 2209 2855 if test -z "$CC"; then 2210 2856 if test -n "$ac_tool_prefix"; then 2211 for ac_prog in cl 2857 for ac_prog in cl.exe 2212 2858 do 2213 2859 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2214 2860 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2215 echo "$as_me:$LINENO: checking for $ac_word" >&52216 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2861 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2862 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2217 2863 if test "${ac_cv_prog_CC+set}" = set; then 2218 2864 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2227 2873 test -z "$as_dir" && as_dir=. 2228 2874 for ac_exec_ext in '' $ac_executable_extensions; do 2229 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2230 2876 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2231 2877 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2234 2880 done 2235 2881 done 2882 IFS=$as_save_IFS 2236 2883 2237 2884 fi … … 2239 2886 CC=$ac_cv_prog_CC 2240 2887 if test -n "$CC"; then 2241 echo "$as_me:$LINENO: result: $CC" >&5 2242 echo "${ECHO_T}$CC" >&6 2243 else 2244 echo "$as_me:$LINENO: result: no" >&5 2245 echo "${ECHO_T}no" >&6 2246 fi 2888 { echo "$as_me:$LINENO: result: $CC" >&5 2889 echo "${ECHO_T}$CC" >&6; } 2890 else 2891 { echo "$as_me:$LINENO: result: no" >&5 2892 echo "${ECHO_T}no" >&6; } 2893 fi 2894 2247 2895 2248 2896 test -n "$CC" && break … … 2251 2899 if test -z "$CC"; then 2252 2900 ac_ct_CC=$CC 2253 for ac_prog in cl 2901 for ac_prog in cl.exe 2254 2902 do 2255 2903 # Extract the first word of "$ac_prog", so it can be a program name with args. 2256 2904 set dummy $ac_prog; ac_word=$2 2257 echo "$as_me:$LINENO: checking for $ac_word" >&52258 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2905 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2906 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2259 2907 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2260 2908 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2269 2917 test -z "$as_dir" && as_dir=. 2270 2918 for ac_exec_ext in '' $ac_executable_extensions; do 2271 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2272 2920 ac_cv_prog_ac_ct_CC="$ac_prog" 2273 2921 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2276 2924 done 2277 2925 done 2926 IFS=$as_save_IFS 2278 2927 2279 2928 fi … … 2281 2930 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2282 2931 if test -n "$ac_ct_CC"; then 2283 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2284 echo "${ECHO_T}$ac_ct_CC" >&6 2285 else 2286 echo "$as_me:$LINENO: result: no" >&5 2287 echo "${ECHO_T}no" >&6 2288 fi 2932 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2933 echo "${ECHO_T}$ac_ct_CC" >&6; } 2934 else 2935 { echo "$as_me:$LINENO: result: no" >&5 2936 echo "${ECHO_T}no" >&6; } 2937 fi 2938 2289 2939 2290 2940 test -n "$ac_ct_CC" && break 2291 2941 done 2292 2942 2293 CC=$ac_ct_CC 2294 fi 2295 2296 fi 2297 2298 2299 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5 2300 echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;} 2943 if test "x$ac_ct_CC" = x; then 2944 CC="" 2945 else 2946 case $cross_compiling:$ac_tool_warned in 2947 yes:) 2948 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2949 whose name does not start with the host triplet. If you think this 2950 configuration is useful to you, please write to autoconf@gnu.org." >&5 2951 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2952 whose name does not start with the host triplet. If you think this 2953 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2954 ac_tool_warned=yes ;; 2955 esac 2956 CC=$ac_ct_CC 2957 fi 2958 fi 2959 2960 fi 2961 2962 2963 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2964 See \`config.log' for more details." >&5 2965 echo "$as_me: error: no acceptable C compiler found in \$PATH 2966 See \`config.log' for more details." >&2;} 2301 2967 { (exit 1); exit 1; }; } 2302 2968 2303 2969 # Provide some information about the compiler. 2304 echo "$as_me:$LINENO:" \ 2305 "checking for C compiler version" >&5 2970 echo "$as_me:$LINENO: checking for C compiler version" >&5 2306 2971 ac_compiler=`set X $ac_compile; echo $2` 2307 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 2308 (eval $ac_compiler --version </dev/null >&5) 2>&5 2972 { (ac_try="$ac_compiler --version >&5" 2973 case "(($ac_try" in 2974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2975 *) ac_try_echo=$ac_try;; 2976 esac 2977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2978 (eval "$ac_compiler --version >&5") 2>&5 2309 2979 ac_status=$? 2310 2980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2311 2981 (exit $ac_status); } 2312 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 2313 (eval $ac_compiler -v </dev/null >&5) 2>&5 2982 { (ac_try="$ac_compiler -v >&5" 2983 case "(($ac_try" in 2984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2985 *) ac_try_echo=$ac_try;; 2986 esac 2987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2988 (eval "$ac_compiler -v >&5") 2>&5 2314 2989 ac_status=$? 2315 2990 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2316 2991 (exit $ac_status); } 2317 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 2318 (eval $ac_compiler -V </dev/null >&5) 2>&5 2992 { (ac_try="$ac_compiler -V >&5" 2993 case "(($ac_try" in 2994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2995 *) ac_try_echo=$ac_try;; 2996 esac 2997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2998 (eval "$ac_compiler -V >&5") 2>&5 2319 2999 ac_status=$? 2320 3000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2322 3002 2323 3003 cat >conftest.$ac_ext <<_ACEOF 2324 #line $LINENO "configure" 2325 #include "confdefs.h" 2326 2327 #ifdef F77_DUMMY_MAIN 2328 # ifdef __cplusplus 2329 extern "C" 2330 # endif 2331 int F77_DUMMY_MAIN() { return 1; } 2332 #endif 3004 /* confdefs.h. */ 3005 _ACEOF 3006 cat confdefs.h >>conftest.$ac_ext 3007 cat >>conftest.$ac_ext <<_ACEOF 3008 /* end confdefs.h. */ 3009 2333 3010 int 2334 3011 main () … … 2340 3017 _ACEOF 2341 3018 ac_clean_files_save=$ac_clean_files 2342 ac_clean_files="$ac_clean_files a.out a.exe "3019 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2343 3020 # Try to create an executable without -o first, disregard a.out. 2344 3021 # It will help us diagnose broken compilers, and finding out an intuition 2345 3022 # of exeext. 2346 echo "$as_me:$LINENO: checking for C compiler default output" >&52347 echo $ECHO_N "checking for C compiler default output ... $ECHO_C" >&63023 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 3024 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2348 3025 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2349 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 2350 (eval $ac_link_default) 2>&5 2351 ac_status=$? 2352 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2353 (exit $ac_status); }; then 2354 # Find the output, starting from the most likely. This scheme is 2355 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 2356 # resort. 2357 2358 # Be careful to initialize this variable, since it used to be cached. 2359 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 2360 ac_cv_exeext= 2361 for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null; 2362 ls a.out conftest 2>/dev/null; 2363 ls a.* conftest.* 2>/dev/null`; do 3026 # 3027 # List of possible output files, starting from the most likely. 3028 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 3029 # only as a last resort. b.out is created by i960 compilers. 3030 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 3031 # 3032 # The IRIX 6 linker writes into existing files which may not be 3033 # executable, retaining their permissions. Remove them first so a 3034 # subsequent execution test works. 3035 ac_rmfiles= 3036 for ac_file in $ac_files 3037 do 2364 3038 case $ac_file in 2365 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;; 2366 a.out ) # We found the default executable, but exeext='' is most 2367 # certainly right. 2368 break;; 2369 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2370 # FIXME: I believe we export ac_cv_exeext for Libtool --akim. 2371 export ac_cv_exeext 2372 break;; 2373 * ) break;; 3039 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 3040 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2374 3041 esac 2375 3042 done 2376 else 3043 rm -f $ac_rmfiles 3044 3045 if { (ac_try="$ac_link_default" 3046 case "(($ac_try" in 3047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3048 *) ac_try_echo=$ac_try;; 3049 esac 3050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3051 (eval "$ac_link_default") 2>&5 3052 ac_status=$? 3053 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3054 (exit $ac_status); }; then 3055 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 3056 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 3057 # in a Makefile. We should not override ac_cv_exeext if it was cached, 3058 # so that the user can short-circuit this test for compilers unknown to 3059 # Autoconf. 3060 for ac_file in $ac_files '' 3061 do 3062 test -f "$ac_file" || continue 3063 case $ac_file in 3064 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 3065 ;; 3066 [ab].out ) 3067 # We found the default executable, but exeext='' is most 3068 # certainly right. 3069 break;; 3070 *.* ) 3071 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 3072 then :; else 3073 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3074 fi 3075 # We set ac_cv_exeext here because the later test for it is not 3076 # safe: cross compilers may not add the suffix if given an `-o' 3077 # argument, so we may need to know it at that point already. 3078 # Even if this section looks crufty: it has the advantage of 3079 # actually working. 3080 break;; 3081 * ) 3082 break;; 3083 esac 3084 done 3085 test "$ac_cv_exeext" = no && ac_cv_exeext= 3086 3087 else 3088 ac_file='' 3089 fi 3090 3091 { echo "$as_me:$LINENO: result: $ac_file" >&5 3092 echo "${ECHO_T}$ac_file" >&6; } 3093 if test -z "$ac_file"; then 2377 3094 echo "$as_me: failed program was:" >&5 2378 cat conftest.$ac_ext >&5 2379 { { echo "$as_me:$LINENO: error: C compiler cannot create executables" >&5 2380 echo "$as_me: error: C compiler cannot create executables" >&2;} 3095 sed 's/^/| /' conftest.$ac_ext >&5 3096 3097 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 3098 See \`config.log' for more details." >&5 3099 echo "$as_me: error: C compiler cannot create executables 3100 See \`config.log' for more details." >&2;} 2381 3101 { (exit 77); exit 77; }; } 2382 3102 fi 2383 3103 2384 3104 ac_exeext=$ac_cv_exeext 2385 echo "$as_me:$LINENO: result: $ac_file" >&5 2386 echo "${ECHO_T}$ac_file" >&6 2387 2388 # Check the compiler produces executables we can run. If not, either 3105 3106 # Check that the compiler produces executables we can run. If not, either 2389 3107 # the compiler is broken, or we cross compile. 2390 echo "$as_me:$LINENO: checking whether the C compiler works" >&52391 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 3108 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 3109 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2392 3110 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2393 3111 # If not cross compiling, check that we can run a simple program. 2394 3112 if test "$cross_compiling" != yes; then 2395 3113 if { ac_try='./$ac_file' 2396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2397 (eval $ac_try) 2>&5 3114 { (case "(($ac_try" in 3115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3116 *) ac_try_echo=$ac_try;; 3117 esac 3118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3119 (eval "$ac_try") 2>&5 2398 3120 ac_status=$? 2399 3121 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2405 3127 else 2406 3128 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2407 If you meant to cross compile, use \`--host'." >&5 3129 If you meant to cross compile, use \`--host'. 3130 See \`config.log' for more details." >&5 2408 3131 echo "$as_me: error: cannot run C compiled programs. 2409 If you meant to cross compile, use \`--host'." >&2;} 3132 If you meant to cross compile, use \`--host'. 3133 See \`config.log' for more details." >&2;} 2410 3134 { (exit 1); exit 1; }; } 2411 3135 fi 2412 3136 fi 2413 3137 fi 2414 echo "$as_me:$LINENO: result: yes" >&52415 echo "${ECHO_T}yes" >&6 2416 2417 rm -f a.out a.exe conftest$ac_cv_exeext 3138 { echo "$as_me:$LINENO: result: yes" >&5 3139 echo "${ECHO_T}yes" >&6; } 3140 3141 rm -f a.out a.exe conftest$ac_cv_exeext b.out 2418 3142 ac_clean_files=$ac_clean_files_save 2419 # Check th e compiler produces executables we can run. If not, either3143 # Check that the compiler produces executables we can run. If not, either 2420 3144 # the compiler is broken, or we cross compile. 2421 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2422 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2423 echo "$as_me:$LINENO: result: $cross_compiling" >&5 2424 echo "${ECHO_T}$cross_compiling" >&6 2425 2426 echo "$as_me:$LINENO: checking for suffix of executables" >&5 2427 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 2428 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2429 (eval $ac_link) 2>&5 3145 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 3146 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 3147 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 3148 echo "${ECHO_T}$cross_compiling" >&6; } 3149 3150 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 3151 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 3152 if { (ac_try="$ac_link" 3153 case "(($ac_try" in 3154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3155 *) ac_try_echo=$ac_try;; 3156 esac 3157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3158 (eval "$ac_link") 2>&5 2430 3159 ac_status=$? 2431 3160 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2435 3164 # work properly (i.e., refer to `conftest.exe'), while it won't with 2436 3165 # `rm'. 2437 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do 3166 for ac_file in conftest.exe conftest conftest.*; do 3167 test -f "$ac_file" || continue 2438 3168 case $ac_file in 2439 *.$ac_ext | *. o | *.obj | *.xcoff | *.tds | *.d | *.pdb) ;;3169 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2440 3170 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2441 export ac_cv_exeext 2442 break;; 3171 break;; 2443 3172 * ) break;; 2444 3173 esac 2445 3174 done 2446 3175 else 2447 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5 2448 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;} 3176 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3177 See \`config.log' for more details." >&5 3178 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 3179 See \`config.log' for more details." >&2;} 2449 3180 { (exit 1); exit 1; }; } 2450 3181 fi 2451 3182 2452 3183 rm -f conftest$ac_cv_exeext 2453 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52454 echo "${ECHO_T}$ac_cv_exeext" >&6 3184 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 3185 echo "${ECHO_T}$ac_cv_exeext" >&6; } 2455 3186 2456 3187 rm -f conftest.$ac_ext 2457 3188 EXEEXT=$ac_cv_exeext 2458 3189 ac_exeext=$EXEEXT 2459 echo "$as_me:$LINENO: checking for suffix of object files" >&52460 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 3190 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 3191 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2461 3192 if test "${ac_cv_objext+set}" = set; then 2462 3193 echo $ECHO_N "(cached) $ECHO_C" >&6 2463 3194 else 2464 3195 cat >conftest.$ac_ext <<_ACEOF 2465 #line $LINENO "configure" 2466 #include "confdefs.h" 2467 2468 #ifdef F77_DUMMY_MAIN 2469 # ifdef __cplusplus 2470 extern "C" 2471 # endif 2472 int F77_DUMMY_MAIN() { return 1; } 2473 #endif 3196 /* confdefs.h. */ 3197 _ACEOF 3198 cat confdefs.h >>conftest.$ac_ext 3199 cat >>conftest.$ac_ext <<_ACEOF 3200 /* end confdefs.h. */ 3201 2474 3202 int 2475 3203 main () … … 2481 3209 _ACEOF 2482 3210 rm -f conftest.o conftest.obj 2483 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2484 (eval $ac_compile) 2>&5 3211 if { (ac_try="$ac_compile" 3212 case "(($ac_try" in 3213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3214 *) ac_try_echo=$ac_try;; 3215 esac 3216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3217 (eval "$ac_compile") 2>&5 2485 3218 ac_status=$? 2486 3219 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2487 3220 (exit $ac_status); }; then 2488 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 3221 for ac_file in conftest.o conftest.obj conftest.*; do 3222 test -f "$ac_file" || continue; 2489 3223 case $ac_file in 2490 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;3224 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 2491 3225 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2492 3226 break;; … … 2495 3229 else 2496 3230 echo "$as_me: failed program was:" >&5 2497 cat conftest.$ac_ext >&5 2498 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5 2499 echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;} 3231 sed 's/^/| /' conftest.$ac_ext >&5 3232 3233 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3234 See \`config.log' for more details." >&5 3235 echo "$as_me: error: cannot compute suffix of object files: cannot compile 3236 See \`config.log' for more details." >&2;} 2500 3237 { (exit 1); exit 1; }; } 2501 3238 fi … … 2503 3240 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2504 3241 fi 2505 echo "$as_me:$LINENO: result: $ac_cv_objext" >&52506 echo "${ECHO_T}$ac_cv_objext" >&6 3242 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 3243 echo "${ECHO_T}$ac_cv_objext" >&6; } 2507 3244 OBJEXT=$ac_cv_objext 2508 3245 ac_objext=$OBJEXT 2509 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52510 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 3246 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 3247 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2511 3248 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2512 3249 echo $ECHO_N "(cached) $ECHO_C" >&6 2513 3250 else 2514 3251 cat >conftest.$ac_ext <<_ACEOF 2515 #line $LINENO "configure" 2516 #include "confdefs.h" 2517 2518 #ifdef F77_DUMMY_MAIN 2519 # ifdef __cplusplus 2520 extern "C" 2521 # endif 2522 int F77_DUMMY_MAIN() { return 1; } 2523 #endif 3252 /* confdefs.h. */ 3253 _ACEOF 3254 cat confdefs.h >>conftest.$ac_ext 3255 cat >>conftest.$ac_ext <<_ACEOF 3256 /* end confdefs.h. */ 3257 2524 3258 int 2525 3259 main () … … 2534 3268 _ACEOF 2535 3269 rm -f conftest.$ac_objext 2536 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2537 (eval $ac_compile) 2>&5 2538 ac_status=$? 2539 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2540 (exit $ac_status); } && 2541 { ac_try='test -s conftest.$ac_objext' 2542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2543 (eval $ac_try) 2>&5 2544 ac_status=$? 2545 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2546 (exit $ac_status); }; }; then 3270 if { (ac_try="$ac_compile" 3271 case "(($ac_try" in 3272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3273 *) ac_try_echo=$ac_try;; 3274 esac 3275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3276 (eval "$ac_compile") 2>conftest.er1 3277 ac_status=$? 3278 grep -v '^ *+' conftest.er1 >conftest.err 3279 rm -f conftest.er1 3280 cat conftest.err >&5 3281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3282 (exit $ac_status); } && { 3283 test -z "$ac_c_werror_flag" || 3284 test ! -s conftest.err 3285 } && test -s conftest.$ac_objext; then 2547 3286 ac_compiler_gnu=yes 2548 3287 else 2549 3288 echo "$as_me: failed program was:" >&5 2550 cat conftest.$ac_ext >&5 2551 ac_compiler_gnu=no 2552 fi 2553 rm -f conftest.$ac_objext conftest.$ac_ext 3289 sed 's/^/| /' conftest.$ac_ext >&5 3290 3291 ac_compiler_gnu=no 3292 fi 3293 3294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2554 3295 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2555 3296 2556 3297 fi 2557 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&52558 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 3298 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 3299 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2559 3300 GCC=`test $ac_compiler_gnu = yes && echo yes` 2560 3301 ac_test_CFLAGS=${CFLAGS+set} 2561 3302 ac_save_CFLAGS=$CFLAGS 2562 CFLAGS="-g" 2563 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2564 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 3303 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 3304 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2565 3305 if test "${ac_cv_prog_cc_g+set}" = set; then 2566 3306 echo $ECHO_N "(cached) $ECHO_C" >&6 2567 3307 else 2568 cat >conftest.$ac_ext <<_ACEOF 2569 #line $LINENO "configure" 2570 #include "confdefs.h" 2571 2572 #ifdef F77_DUMMY_MAIN 2573 # ifdef __cplusplus 2574 extern "C" 2575 # endif 2576 int F77_DUMMY_MAIN() { return 1; } 2577 #endif 3308 ac_save_c_werror_flag=$ac_c_werror_flag 3309 ac_c_werror_flag=yes 3310 ac_cv_prog_cc_g=no 3311 CFLAGS="$ac_save_CFLAGS -g" 3312 cat >conftest.$ac_ext <<_ACEOF 3313 /* confdefs.h. */ 3314 _ACEOF 3315 cat confdefs.h >>conftest.$ac_ext 3316 cat >>conftest.$ac_ext <<_ACEOF 3317 /* end confdefs.h. */ 3318 2578 3319 int 2579 3320 main () … … 2585 3326 _ACEOF 2586 3327 rm -f conftest.$ac_objext 2587 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2588 (eval $ac_compile) 2>&5 2589 ac_status=$? 2590 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2591 (exit $ac_status); } && 2592 { ac_try='test -s conftest.$ac_objext' 2593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2594 (eval $ac_try) 2>&5 2595 ac_status=$? 2596 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2597 (exit $ac_status); }; }; then 3328 if { (ac_try="$ac_compile" 3329 case "(($ac_try" in 3330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3331 *) ac_try_echo=$ac_try;; 3332 esac 3333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3334 (eval "$ac_compile") 2>conftest.er1 3335 ac_status=$? 3336 grep -v '^ *+' conftest.er1 >conftest.err 3337 rm -f conftest.er1 3338 cat conftest.err >&5 3339 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3340 (exit $ac_status); } && { 3341 test -z "$ac_c_werror_flag" || 3342 test ! -s conftest.err 3343 } && test -s conftest.$ac_objext; then 2598 3344 ac_cv_prog_cc_g=yes 2599 3345 else 2600 3346 echo "$as_me: failed program was:" >&5 2601 cat conftest.$ac_ext >&5 2602 ac_cv_prog_cc_g=no 2603 fi 2604 rm -f conftest.$ac_objext conftest.$ac_ext 2605 fi 2606 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2607 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 3347 sed 's/^/| /' conftest.$ac_ext >&5 3348 3349 CFLAGS=$ac_save_CFLAGS 3350 cat >conftest.$ac_ext <<_ACEOF 3351 /* confdefs.h. */ 3352 _ACEOF 3353 cat confdefs.h >>conftest.$ac_ext 3354 cat >>conftest.$ac_ext <<_ACEOF 3355 /* end confdefs.h. */ 3356 3357 int 3358 main () 3359 { 3360 3361 ; 3362 return 0; 3363 } 3364 _ACEOF 3365 rm -f conftest.$ac_objext 3366 if { (ac_try="$ac_compile" 3367 case "(($ac_try" in 3368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3369 *) ac_try_echo=$ac_try;; 3370 esac 3371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3372 (eval "$ac_compile") 2>conftest.er1 3373 ac_status=$? 3374 grep -v '^ *+' conftest.er1 >conftest.err 3375 rm -f conftest.er1 3376 cat conftest.err >&5 3377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3378 (exit $ac_status); } && { 3379 test -z "$ac_c_werror_flag" || 3380 test ! -s conftest.err 3381 } && test -s conftest.$ac_objext; then 3382 : 3383 else 3384 echo "$as_me: failed program was:" >&5 3385 sed 's/^/| /' conftest.$ac_ext >&5 3386 3387 ac_c_werror_flag=$ac_save_c_werror_flag 3388 CFLAGS="$ac_save_CFLAGS -g" 3389 cat >conftest.$ac_ext <<_ACEOF 3390 /* confdefs.h. */ 3391 _ACEOF 3392 cat confdefs.h >>conftest.$ac_ext 3393 cat >>conftest.$ac_ext <<_ACEOF 3394 /* end confdefs.h. */ 3395 3396 int 3397 main () 3398 { 3399 3400 ; 3401 return 0; 3402 } 3403 _ACEOF 3404 rm -f conftest.$ac_objext 3405 if { (ac_try="$ac_compile" 3406 case "(($ac_try" in 3407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3408 *) ac_try_echo=$ac_try;; 3409 esac 3410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3411 (eval "$ac_compile") 2>conftest.er1 3412 ac_status=$? 3413 grep -v '^ *+' conftest.er1 >conftest.err 3414 rm -f conftest.er1 3415 cat conftest.err >&5 3416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3417 (exit $ac_status); } && { 3418 test -z "$ac_c_werror_flag" || 3419 test ! -s conftest.err 3420 } && test -s conftest.$ac_objext; then 3421 ac_cv_prog_cc_g=yes 3422 else 3423 echo "$as_me: failed program was:" >&5 3424 sed 's/^/| /' conftest.$ac_ext >&5 3425 3426 3427 fi 3428 3429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3430 fi 3431 3432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3433 fi 3434 3435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3436 ac_c_werror_flag=$ac_save_c_werror_flag 3437 fi 3438 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3439 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 2608 3440 if test "$ac_test_CFLAGS" = set; then 2609 3441 CFLAGS=$ac_save_CFLAGS … … 2621 3453 fi 2622 3454 fi 2623 # Some people use a C++ compiler to compile C. Since we use `exit', 2624 # in C++ we need to declare it. In case someone uses the same compiler 2625 # for both compiling C and C++ we need to have the C++ compiler decide 2626 # the declaration of exit, since it's the most demanding environment. 3455 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 3456 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 3457 if test "${ac_cv_prog_cc_c89+set}" = set; then 3458 echo $ECHO_N "(cached) $ECHO_C" >&6 3459 else 3460 ac_cv_prog_cc_c89=no 3461 ac_save_CC=$CC 2627 3462 cat >conftest.$ac_ext <<_ACEOF 2628 #ifndef __cplusplus 2629 choke me 2630 #endif 2631 _ACEOF 2632 rm -f conftest.$ac_objext 2633 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2634 (eval $ac_compile) 2>&5 2635 ac_status=$? 2636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2637 (exit $ac_status); } && 2638 { ac_try='test -s conftest.$ac_objext' 2639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2640 (eval $ac_try) 2>&5 2641 ac_status=$? 2642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2643 (exit $ac_status); }; }; then 2644 for ac_declaration in \ 2645 ''\ 2646 '#include <stdlib.h>' \ 2647 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2648 'extern "C" void std::exit (int); using std::exit;' \ 2649 'extern "C" void exit (int) throw ();' \ 2650 'extern "C" void exit (int);' \ 2651 'void exit (int);' 2652 do 2653 cat >conftest.$ac_ext <<_ACEOF 2654 #line $LINENO "configure" 2655 #include "confdefs.h" 2656 #include <stdlib.h> 2657 $ac_declaration 2658 #ifdef F77_DUMMY_MAIN 2659 # ifdef __cplusplus 2660 extern "C" 2661 # endif 2662 int F77_DUMMY_MAIN() { return 1; } 2663 #endif 3463 /* confdefs.h. */ 3464 _ACEOF 3465 cat confdefs.h >>conftest.$ac_ext 3466 cat >>conftest.$ac_ext <<_ACEOF 3467 /* end confdefs.h. */ 3468 #include <stdarg.h> 3469 #include <stdio.h> 3470 #include <sys/types.h> 3471 #include <sys/stat.h> 3472 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3473 struct buf { int x; }; 3474 FILE * (*rcsopen) (struct buf *, struct stat *, int); 3475 static char *e (p, i) 3476 char **p; 3477 int i; 3478 { 3479 return p[i]; 3480 } 3481 static char *f (char * (*g) (char **, int), char **p, ...) 3482 { 3483 char *s; 3484 va_list v; 3485 va_start (v,p); 3486 s = g (p, va_arg (v,int)); 3487 va_end (v); 3488 return s; 3489 } 3490 3491 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 3492 function prototypes and stuff, but not '\xHH' hex character constants. 3493 These don't provoke an error unfortunately, instead are silently treated 3494 as 'x'. The following induces an error, until -std is added to get 3495 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 3496 array size at least. It's necessary to write '\x00'==0 to get something 3497 that's true only with -std. */ 3498 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 3499 3500 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 3501 inside strings and character constants. */ 3502 #define FOO(x) 'x' 3503 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 3504 3505 int test (int i, double x); 3506 struct s1 {int (*f) (int a);}; 3507 struct s2 {int (*f) (double a);}; 3508 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 3509 int argc; 3510 char **argv; 2664 3511 int 2665 3512 main () 2666 3513 { 2667 exit (42);3514 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 2668 3515 ; 2669 3516 return 0; 2670 3517 } 2671 3518 _ACEOF 2672 rm -f conftest.$ac_objext 2673 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2674 (eval $ac_compile) 2>&5 2675 ac_status=$? 2676 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2677 (exit $ac_status); } && 2678 { ac_try='test -s conftest.$ac_objext' 2679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2680 (eval $ac_try) 2>&5 2681 ac_status=$? 2682 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2683 (exit $ac_status); }; }; then 2684 : 3519 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 3520 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 3521 do 3522 CC="$ac_save_CC $ac_arg" 3523 rm -f conftest.$ac_objext 3524 if { (ac_try="$ac_compile" 3525 case "(($ac_try" in 3526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3527 *) ac_try_echo=$ac_try;; 3528 esac 3529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3530 (eval "$ac_compile") 2>conftest.er1 3531 ac_status=$? 3532 grep -v '^ *+' conftest.er1 >conftest.err 3533 rm -f conftest.er1 3534 cat conftest.err >&5 3535 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3536 (exit $ac_status); } && { 3537 test -z "$ac_c_werror_flag" || 3538 test ! -s conftest.err 3539 } && test -s conftest.$ac_objext; then 3540 ac_cv_prog_cc_c89=$ac_arg 2685 3541 else 2686 3542 echo "$as_me: failed program was:" >&5 2687 cat conftest.$ac_ext >&5 2688 continue 2689 fi 2690 rm -f conftest.$ac_objext conftest.$ac_ext 2691 cat >conftest.$ac_ext <<_ACEOF 2692 #line $LINENO "configure" 2693 #include "confdefs.h" 2694 $ac_declaration 2695 #ifdef F77_DUMMY_MAIN 2696 # ifdef __cplusplus 2697 extern "C" 2698 # endif 2699 int F77_DUMMY_MAIN() { return 1; } 2700 #endif 2701 int 2702 main () 2703 { 2704 exit (42); 2705 ; 2706 return 0; 2707 } 2708 _ACEOF 2709 rm -f conftest.$ac_objext 2710 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2711 (eval $ac_compile) 2>&5 2712 ac_status=$? 2713 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2714 (exit $ac_status); } && 2715 { ac_try='test -s conftest.$ac_objext' 2716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2717 (eval $ac_try) 2>&5 2718 ac_status=$? 2719 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2720 (exit $ac_status); }; }; then 2721 break 2722 else 2723 echo "$as_me: failed program was:" >&5 2724 cat conftest.$ac_ext >&5 2725 fi 2726 rm -f conftest.$ac_objext conftest.$ac_ext 3543 sed 's/^/| /' conftest.$ac_ext >&5 3544 3545 3546 fi 3547 3548 rm -f core conftest.err conftest.$ac_objext 3549 test "x$ac_cv_prog_cc_c89" != "xno" && break 2727 3550 done 2728 rm -f conftest* 2729 if test -n "$ac_declaration"; then 2730 echo '#ifdef __cplusplus' >>confdefs.h 2731 echo $ac_declaration >>confdefs.h 2732 echo '#endif' >>confdefs.h 2733 fi 2734 2735 else 2736 echo "$as_me: failed program was:" >&5 2737 cat conftest.$ac_ext >&5 2738 fi 2739 rm -f conftest.$ac_objext conftest.$ac_ext 3551 rm -f conftest.$ac_ext 3552 CC=$ac_save_CC 3553 3554 fi 3555 # AC_CACHE_VAL 3556 case "x$ac_cv_prog_cc_c89" in 3557 x) 3558 { echo "$as_me:$LINENO: result: none needed" >&5 3559 echo "${ECHO_T}none needed" >&6; } ;; 3560 xno) 3561 { echo "$as_me:$LINENO: result: unsupported" >&5 3562 echo "${ECHO_T}unsupported" >&6; } ;; 3563 *) 3564 CC="$CC $ac_cv_prog_cc_c89" 3565 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3566 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 3567 esac 3568 3569 2740 3570 ac_ext=c 2741 3571 ac_cpp='$CPP $CPPFLAGS' … … 2747 3577 2748 3578 2749 echo "$as_me:$LINENO: checking for strerror in -lcposix" >&52750 echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6 3579 { echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5 3580 echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6; } 2751 3581 if test "${ac_cv_lib_cposix_strerror+set}" = set; then 2752 3582 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2755 3585 LIBS="-lcposix $LIBS" 2756 3586 cat >conftest.$ac_ext <<_ACEOF 2757 #line $LINENO "configure" 2758 #include "confdefs.h" 2759 2760 /* Override any gcc2 internal prototype to avoid an error. */ 3587 /* confdefs.h. */ 3588 _ACEOF 3589 cat confdefs.h >>conftest.$ac_ext 3590 cat >>conftest.$ac_ext <<_ACEOF 3591 /* end confdefs.h. */ 3592 3593 /* Override any GCC internal prototype to avoid an error. 3594 Use char because int might match the return type of a GCC 3595 builtin and then its argument prototype would still apply. */ 2761 3596 #ifdef __cplusplus 2762 3597 extern "C" 2763 3598 #endif 2764 /* We use char because int might match the return type of a gcc22765 builtin and then its argument prototype would still apply. */2766 3599 char strerror (); 2767 #ifdef F77_DUMMY_MAIN2768 # ifdef __cplusplus2769 extern "C"2770 # endif2771 int F77_DUMMY_MAIN() { return 1; }2772 #endif2773 3600 int 2774 3601 main () 2775 3602 { 2776 strerror ();3603 return strerror (); 2777 3604 ; 2778 3605 return 0; … … 2780 3607 _ACEOF 2781 3608 rm -f conftest.$ac_objext conftest$ac_exeext 2782 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2783 (eval $ac_link) 2>&5 2784 ac_status=$? 2785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2786 (exit $ac_status); } && 2787 { ac_try='test -s conftest$ac_exeext' 2788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2789 (eval $ac_try) 2>&5 2790 ac_status=$? 2791 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2792 (exit $ac_status); }; }; then 3609 if { (ac_try="$ac_link" 3610 case "(($ac_try" in 3611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3612 *) ac_try_echo=$ac_try;; 3613 esac 3614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3615 (eval "$ac_link") 2>conftest.er1 3616 ac_status=$? 3617 grep -v '^ *+' conftest.er1 >conftest.err 3618 rm -f conftest.er1 3619 cat conftest.err >&5 3620 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3621 (exit $ac_status); } && { 3622 test -z "$ac_c_werror_flag" || 3623 test ! -s conftest.err 3624 } && test -s conftest$ac_exeext && 3625 $as_test_x conftest$ac_exeext; then 2793 3626 ac_cv_lib_cposix_strerror=yes 2794 3627 else 2795 3628 echo "$as_me: failed program was:" >&5 2796 cat conftest.$ac_ext >&5 2797 ac_cv_lib_cposix_strerror=no 2798 fi 2799 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3629 sed 's/^/| /' conftest.$ac_ext >&5 3630 3631 ac_cv_lib_cposix_strerror=no 3632 fi 3633 3634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3635 conftest$ac_exeext conftest.$ac_ext 2800 3636 LIBS=$ac_check_lib_save_LIBS 2801 3637 fi 2802 echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&52803 echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6 3638 { echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5 3639 echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6; } 2804 3640 if test $ac_cv_lib_cposix_strerror = yes; then 2805 3641 LIBS="$LIBS -lcposix" … … 2813 3649 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2814 3650 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2815 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&52816 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 3651 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3652 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 2817 3653 # On Suns, sometimes $CPP names a directory. 2818 3654 if test -n "$CPP" && test -d "$CPP"; then … … 2831 3667 # Use a header file that comes with gcc, so configuring glibc 2832 3668 # with a fresh cross-compiler works. 3669 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3670 # <limits.h> exists even on freestanding compilers. 2833 3671 # On the NeXT, cc -E runs the code through the compiler's parser, 2834 3672 # not just through cpp. "Syntax error" is here to catch this case. 2835 3673 cat >conftest.$ac_ext <<_ACEOF 2836 #line $LINENO "configure" 2837 #include "confdefs.h" 2838 #include <assert.h> 2839 Syntax error 2840 _ACEOF 2841 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 2842 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2843 ac_status=$? 2844 egrep -v '^ *\+' conftest.er1 >conftest.err 3674 /* confdefs.h. */ 3675 _ACEOF 3676 cat confdefs.h >>conftest.$ac_ext 3677 cat >>conftest.$ac_ext <<_ACEOF 3678 /* end confdefs.h. */ 3679 #ifdef __STDC__ 3680 # include <limits.h> 3681 #else 3682 # include <assert.h> 3683 #endif 3684 Syntax error 3685 _ACEOF 3686 if { (ac_try="$ac_cpp conftest.$ac_ext" 3687 case "(($ac_try" in 3688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3689 *) ac_try_echo=$ac_try;; 3690 esac 3691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3692 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3693 ac_status=$? 3694 grep -v '^ *+' conftest.er1 >conftest.err 2845 3695 rm -f conftest.er1 2846 3696 cat conftest.err >&5 2847 3697 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2848 (exit $ac_status); } >/dev/null; then 2849 if test -s conftest.err; then 2850 ac_cpp_err=$ac_c_preproc_warn_flag 2851 else 2852 ac_cpp_err= 2853 fi 2854 else 2855 ac_cpp_err=yes 2856 fi 2857 if test -z "$ac_cpp_err"; then 3698 (exit $ac_status); } >/dev/null && { 3699 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3700 test ! -s conftest.err 3701 }; then 2858 3702 : 2859 3703 else 2860 3704 echo "$as_me: failed program was:" >&5 2861 cat conftest.$ac_ext >&5 3705 sed 's/^/| /' conftest.$ac_ext >&5 3706 2862 3707 # Broken: fails on valid input. 2863 3708 continue 2864 3709 fi 3710 2865 3711 rm -f conftest.err conftest.$ac_ext 2866 3712 2867 # OK, works on sane cases. Now check whether non -existent headers3713 # OK, works on sane cases. Now check whether nonexistent headers 2868 3714 # can be detected and how. 2869 3715 cat >conftest.$ac_ext <<_ACEOF 2870 #line $LINENO "configure" 2871 #include "confdefs.h" 3716 /* confdefs.h. */ 3717 _ACEOF 3718 cat confdefs.h >>conftest.$ac_ext 3719 cat >>conftest.$ac_ext <<_ACEOF 3720 /* end confdefs.h. */ 2872 3721 #include <ac_nonexistent.h> 2873 3722 _ACEOF 2874 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 2875 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2876 ac_status=$? 2877 egrep -v '^ *\+' conftest.er1 >conftest.err 3723 if { (ac_try="$ac_cpp conftest.$ac_ext" 3724 case "(($ac_try" in 3725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3726 *) ac_try_echo=$ac_try;; 3727 esac 3728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3729 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3730 ac_status=$? 3731 grep -v '^ *+' conftest.er1 >conftest.err 2878 3732 rm -f conftest.er1 2879 3733 cat conftest.err >&5 2880 3734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2881 (exit $ac_status); } >/dev/null; then 2882 if test -s conftest.err; then 2883 ac_cpp_err=$ac_c_preproc_warn_flag 2884 else 2885 ac_cpp_err= 2886 fi 2887 else 2888 ac_cpp_err=yes 2889 fi 2890 if test -z "$ac_cpp_err"; then 3735 (exit $ac_status); } >/dev/null && { 3736 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3737 test ! -s conftest.err 3738 }; then 2891 3739 # Broken: success on invalid input. 2892 3740 continue 2893 3741 else 2894 3742 echo "$as_me: failed program was:" >&5 2895 cat conftest.$ac_ext >&5 3743 sed 's/^/| /' conftest.$ac_ext >&5 3744 2896 3745 # Passes both tests. 2897 3746 ac_preproc_ok=: 2898 3747 break 2899 3748 fi 3749 2900 3750 rm -f conftest.err conftest.$ac_ext 2901 3751 … … 2915 3765 ac_cv_prog_CPP=$CPP 2916 3766 fi 2917 echo "$as_me:$LINENO: result: $CPP" >&52918 echo "${ECHO_T}$CPP" >&6 3767 { echo "$as_me:$LINENO: result: $CPP" >&5 3768 echo "${ECHO_T}$CPP" >&6; } 2919 3769 ac_preproc_ok=false 2920 3770 for ac_c_preproc_warn_flag in '' yes … … 2922 3772 # Use a header file that comes with gcc, so configuring glibc 2923 3773 # with a fresh cross-compiler works. 3774 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3775 # <limits.h> exists even on freestanding compilers. 2924 3776 # On the NeXT, cc -E runs the code through the compiler's parser, 2925 3777 # not just through cpp. "Syntax error" is here to catch this case. 2926 3778 cat >conftest.$ac_ext <<_ACEOF 2927 #line $LINENO "configure" 2928 #include "confdefs.h" 2929 #include <assert.h> 2930 Syntax error 2931 _ACEOF 2932 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 2933 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2934 ac_status=$? 2935 egrep -v '^ *\+' conftest.er1 >conftest.err 3779 /* confdefs.h. */ 3780 _ACEOF 3781 cat confdefs.h >>conftest.$ac_ext 3782 cat >>conftest.$ac_ext <<_ACEOF 3783 /* end confdefs.h. */ 3784 #ifdef __STDC__ 3785 # include <limits.h> 3786 #else 3787 # include <assert.h> 3788 #endif 3789 Syntax error 3790 _ACEOF 3791 if { (ac_try="$ac_cpp conftest.$ac_ext" 3792 case "(($ac_try" in 3793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3794 *) ac_try_echo=$ac_try;; 3795 esac 3796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3797 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3798 ac_status=$? 3799 grep -v '^ *+' conftest.er1 >conftest.err 2936 3800 rm -f conftest.er1 2937 3801 cat conftest.err >&5 2938 3802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2939 (exit $ac_status); } >/dev/null; then 2940 if test -s conftest.err; then 2941 ac_cpp_err=$ac_c_preproc_warn_flag 2942 else 2943 ac_cpp_err= 2944 fi 2945 else 2946 ac_cpp_err=yes 2947 fi 2948 if test -z "$ac_cpp_err"; then 3803 (exit $ac_status); } >/dev/null && { 3804 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3805 test ! -s conftest.err 3806 }; then 2949 3807 : 2950 3808 else 2951 3809 echo "$as_me: failed program was:" >&5 2952 cat conftest.$ac_ext >&5 3810 sed 's/^/| /' conftest.$ac_ext >&5 3811 2953 3812 # Broken: fails on valid input. 2954 3813 continue 2955 3814 fi 3815 2956 3816 rm -f conftest.err conftest.$ac_ext 2957 3817 2958 # OK, works on sane cases. Now check whether non -existent headers3818 # OK, works on sane cases. Now check whether nonexistent headers 2959 3819 # can be detected and how. 2960 3820 cat >conftest.$ac_ext <<_ACEOF 2961 #line $LINENO "configure" 2962 #include "confdefs.h" 3821 /* confdefs.h. */ 3822 _ACEOF 3823 cat confdefs.h >>conftest.$ac_ext 3824 cat >>conftest.$ac_ext <<_ACEOF 3825 /* end confdefs.h. */ 2963 3826 #include <ac_nonexistent.h> 2964 3827 _ACEOF 2965 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 2966 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2967 ac_status=$? 2968 egrep -v '^ *\+' conftest.er1 >conftest.err 3828 if { (ac_try="$ac_cpp conftest.$ac_ext" 3829 case "(($ac_try" in 3830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3831 *) ac_try_echo=$ac_try;; 3832 esac 3833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3834 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3835 ac_status=$? 3836 grep -v '^ *+' conftest.er1 >conftest.err 2969 3837 rm -f conftest.er1 2970 3838 cat conftest.err >&5 2971 3839 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2972 (exit $ac_status); } >/dev/null; then 2973 if test -s conftest.err; then 2974 ac_cpp_err=$ac_c_preproc_warn_flag 2975 else 2976 ac_cpp_err= 2977 fi 2978 else 2979 ac_cpp_err=yes 2980 fi 2981 if test -z "$ac_cpp_err"; then 3840 (exit $ac_status); } >/dev/null && { 3841 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3842 test ! -s conftest.err 3843 }; then 2982 3844 # Broken: success on invalid input. 2983 3845 continue 2984 3846 else 2985 3847 echo "$as_me: failed program was:" >&5 2986 cat conftest.$ac_ext >&5 3848 sed 's/^/| /' conftest.$ac_ext >&5 3849 2987 3850 # Passes both tests. 2988 3851 ac_preproc_ok=: 2989 3852 break 2990 3853 fi 3854 2991 3855 rm -f conftest.err conftest.$ac_ext 2992 3856 … … 2997 3861 : 2998 3862 else 2999 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5 3000 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 3863 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3864 See \`config.log' for more details." >&5 3865 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3866 See \`config.log' for more details." >&2;} 3001 3867 { (exit 1); exit 1; }; } 3002 3868 fi … … 3009 3875 3010 3876 3011 echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3012 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 3877 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3878 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 3879 if test "${ac_cv_path_GREP+set}" = set; then 3880 echo $ECHO_N "(cached) $ECHO_C" >&6 3881 else 3882 # Extract the first word of "grep ggrep" to use in msg output 3883 if test -z "$GREP"; then 3884 set dummy grep ggrep; ac_prog_name=$2 3885 if test "${ac_cv_path_GREP+set}" = set; then 3886 echo $ECHO_N "(cached) $ECHO_C" >&6 3887 else 3888 ac_path_GREP_found=false 3889 # Loop through the user's path and test for each of PROGNAME-LIST 3890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3891 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3892 do 3893 IFS=$as_save_IFS 3894 test -z "$as_dir" && as_dir=. 3895 for ac_prog in grep ggrep; do 3896 for ac_exec_ext in '' $ac_executable_extensions; do 3897 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3898 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3899 # Check for GNU ac_path_GREP and select it if it is found. 3900 # Check for GNU $ac_path_GREP 3901 case `"$ac_path_GREP" --version 2>&1` in 3902 *GNU*) 3903 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 3904 *) 3905 ac_count=0 3906 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 3907 while : 3908 do 3909 cat "conftest.in" "conftest.in" >"conftest.tmp" 3910 mv "conftest.tmp" "conftest.in" 3911 cp "conftest.in" "conftest.nl" 3912 echo 'GREP' >> "conftest.nl" 3913 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3914 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 3915 ac_count=`expr $ac_count + 1` 3916 if test $ac_count -gt ${ac_path_GREP_max-0}; then 3917 # Best one so far, save it but keep looking for a better one 3918 ac_cv_path_GREP="$ac_path_GREP" 3919 ac_path_GREP_max=$ac_count 3920 fi 3921 # 10*(2^10) chars as input seems more than enough 3922 test $ac_count -gt 10 && break 3923 done 3924 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 3925 esac 3926 3927 3928 $ac_path_GREP_found && break 3 3929 done 3930 done 3931 3932 done 3933 IFS=$as_save_IFS 3934 3935 3936 fi 3937 3938 GREP="$ac_cv_path_GREP" 3939 if test -z "$GREP"; then 3940 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3941 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3942 { (exit 1); exit 1; }; } 3943 fi 3944 3945 else 3946 ac_cv_path_GREP=$GREP 3947 fi 3948 3949 3950 fi 3951 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3952 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3953 GREP="$ac_cv_path_GREP" 3954 3955 3956 { echo "$as_me:$LINENO: checking for egrep" >&5 3957 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 3958 if test "${ac_cv_path_EGREP+set}" = set; then 3959 echo $ECHO_N "(cached) $ECHO_C" >&6 3960 else 3961 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3962 then ac_cv_path_EGREP="$GREP -E" 3963 else 3964 # Extract the first word of "egrep" to use in msg output 3965 if test -z "$EGREP"; then 3966 set dummy egrep; ac_prog_name=$2 3967 if test "${ac_cv_path_EGREP+set}" = set; then 3968 echo $ECHO_N "(cached) $ECHO_C" >&6 3969 else 3970 ac_path_EGREP_found=false 3971 # Loop through the user's path and test for each of PROGNAME-LIST 3972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3973 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3974 do 3975 IFS=$as_save_IFS 3976 test -z "$as_dir" && as_dir=. 3977 for ac_prog in egrep; do 3978 for ac_exec_ext in '' $ac_executable_extensions; do 3979 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3980 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3981 # Check for GNU ac_path_EGREP and select it if it is found. 3982 # Check for GNU $ac_path_EGREP 3983 case `"$ac_path_EGREP" --version 2>&1` in 3984 *GNU*) 3985 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 3986 *) 3987 ac_count=0 3988 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 3989 while : 3990 do 3991 cat "conftest.in" "conftest.in" >"conftest.tmp" 3992 mv "conftest.tmp" "conftest.in" 3993 cp "conftest.in" "conftest.nl" 3994 echo 'EGREP' >> "conftest.nl" 3995 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3996 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 3997 ac_count=`expr $ac_count + 1` 3998 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 3999 # Best one so far, save it but keep looking for a better one 4000 ac_cv_path_EGREP="$ac_path_EGREP" 4001 ac_path_EGREP_max=$ac_count 4002 fi 4003 # 10*(2^10) chars as input seems more than enough 4004 test $ac_count -gt 10 && break 4005 done 4006 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4007 esac 4008 4009 4010 $ac_path_EGREP_found && break 3 4011 done 4012 done 4013 4014 done 4015 IFS=$as_save_IFS 4016 4017 4018 fi 4019 4020 EGREP="$ac_cv_path_EGREP" 4021 if test -z "$EGREP"; then 4022 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4023 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4024 { (exit 1); exit 1; }; } 4025 fi 4026 4027 else 4028 ac_cv_path_EGREP=$EGREP 4029 fi 4030 4031 4032 fi 4033 fi 4034 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4035 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 4036 EGREP="$ac_cv_path_EGREP" 4037 4038 4039 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4040 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 3013 4041 if test "${ac_cv_header_stdc+set}" = set; then 3014 4042 echo $ECHO_N "(cached) $ECHO_C" >&6 3015 4043 else 3016 4044 cat >conftest.$ac_ext <<_ACEOF 3017 #line $LINENO "configure" 3018 #include "confdefs.h" 4045 /* confdefs.h. */ 4046 _ACEOF 4047 cat confdefs.h >>conftest.$ac_ext 4048 cat >>conftest.$ac_ext <<_ACEOF 4049 /* end confdefs.h. */ 3019 4050 #include <stdlib.h> 3020 4051 #include <stdarg.h> … … 3022 4053 #include <float.h> 3023 4054 3024 _ACEOF 3025 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3026 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3027 ac_status=$? 3028 egrep -v '^ *\+' conftest.er1 >conftest.err 4055 int 4056 main () 4057 { 4058 4059 ; 4060 return 0; 4061 } 4062 _ACEOF 4063 rm -f conftest.$ac_objext 4064 if { (ac_try="$ac_compile" 4065 case "(($ac_try" in 4066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4067 *) ac_try_echo=$ac_try;; 4068 esac 4069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4070 (eval "$ac_compile") 2>conftest.er1 4071 ac_status=$? 4072 grep -v '^ *+' conftest.er1 >conftest.err 3029 4073 rm -f conftest.er1 3030 4074 cat conftest.err >&5 3031 4075 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3032 (exit $ac_status); } >/dev/null; then 3033 if test -s conftest.err; then 3034 ac_cpp_err=$ac_c_preproc_warn_flag 3035 else 3036 ac_cpp_err= 3037 fi 3038 else 3039 ac_cpp_err=yes 3040 fi 3041 if test -z "$ac_cpp_err"; then 4076 (exit $ac_status); } && { 4077 test -z "$ac_c_werror_flag" || 4078 test ! -s conftest.err 4079 } && test -s conftest.$ac_objext; then 3042 4080 ac_cv_header_stdc=yes 3043 4081 else 3044 4082 echo "$as_me: failed program was:" >&5 3045 cat conftest.$ac_ext >&5 3046 ac_cv_header_stdc=no 3047 fi 3048 rm -f conftest.err conftest.$ac_ext 4083 sed 's/^/| /' conftest.$ac_ext >&5 4084 4085 ac_cv_header_stdc=no 4086 fi 4087 4088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3049 4089 3050 4090 if test $ac_cv_header_stdc = yes; then 3051 4091 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 3052 4092 cat >conftest.$ac_ext <<_ACEOF 3053 #line $LINENO "configure" 3054 #include "confdefs.h" 4093 /* confdefs.h. */ 4094 _ACEOF 4095 cat confdefs.h >>conftest.$ac_ext 4096 cat >>conftest.$ac_ext <<_ACEOF 4097 /* end confdefs.h. */ 3055 4098 #include <string.h> 3056 4099 3057 4100 _ACEOF 3058 4101 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3059 egrep"memchr" >/dev/null 2>&1; then4102 $EGREP "memchr" >/dev/null 2>&1; then 3060 4103 : 3061 4104 else … … 3069 4112 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 3070 4113 cat >conftest.$ac_ext <<_ACEOF 3071 #line $LINENO "configure" 3072 #include "confdefs.h" 4114 /* confdefs.h. */ 4115 _ACEOF 4116 cat confdefs.h >>conftest.$ac_ext 4117 cat >>conftest.$ac_ext <<_ACEOF 4118 /* end confdefs.h. */ 3073 4119 #include <stdlib.h> 3074 4120 3075 4121 _ACEOF 3076 4122 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3077 egrep"free" >/dev/null 2>&1; then4123 $EGREP "free" >/dev/null 2>&1; then 3078 4124 : 3079 4125 else … … 3090 4136 else 3091 4137 cat >conftest.$ac_ext <<_ACEOF 3092 #line $LINENO "configure" 3093 #include "confdefs.h" 4138 /* confdefs.h. */ 4139 _ACEOF 4140 cat confdefs.h >>conftest.$ac_ext 4141 cat >>conftest.$ac_ext <<_ACEOF 4142 /* end confdefs.h. */ 3094 4143 #include <ctype.h> 4144 #include <stdlib.h> 3095 4145 #if ((' ' & 0x0FF) == 0x020) 3096 4146 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 3097 4147 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 3098 4148 #else 3099 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ 3100 || ('j' <= (c) && (c) <= 'r') \ 3101 || ('s' <= (c) && (c) <= 'z')) 4149 # define ISLOWER(c) \ 4150 (('a' <= (c) && (c) <= 'i') \ 4151 || ('j' <= (c) && (c) <= 'r') \ 4152 || ('s' <= (c) && (c) <= 'z')) 3102 4153 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 3103 4154 #endif … … 3110 4161 for (i = 0; i < 256; i++) 3111 4162 if (XOR (islower (i), ISLOWER (i)) 3112 3113 exit(2);3114 exit (0);4163 || toupper (i) != TOUPPER (i)) 4164 return 2; 4165 return 0; 3115 4166 } 3116 4167 _ACEOF 3117 4168 rm -f conftest$ac_exeext 3118 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3119 (eval $ac_link) 2>&5 4169 if { (ac_try="$ac_link" 4170 case "(($ac_try" in 4171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4172 *) ac_try_echo=$ac_try;; 4173 esac 4174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4175 (eval "$ac_link") 2>&5 3120 4176 ac_status=$? 3121 4177 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3122 4178 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3124 (eval $ac_try) 2>&5 4179 { (case "(($ac_try" in 4180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4181 *) ac_try_echo=$ac_try;; 4182 esac 4183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4184 (eval "$ac_try") 2>&5 3125 4185 ac_status=$? 3126 4186 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3130 4190 echo "$as_me: program exited with status $ac_status" >&5 3131 4191 echo "$as_me: failed program was:" >&5 3132 cat conftest.$ac_ext >&5 4192 sed 's/^/| /' conftest.$ac_ext >&5 4193 3133 4194 ( exit $ac_status ) 3134 4195 ac_cv_header_stdc=no 3135 4196 fi 3136 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3137 fi 3138 fi 3139 fi 3140 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 3141 echo "${ECHO_T}$ac_cv_header_stdc" >&6 4197 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4198 fi 4199 4200 4201 fi 4202 fi 4203 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4204 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 3142 4205 if test $ac_cv_header_stdc = yes; then 3143 4206 … … 3159 4222 3160 4223 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 3161 4224 inttypes.h stdint.h unistd.h 3162 4225 do 3163 4226 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3164 echo "$as_me:$LINENO: checking for $ac_header" >&53165 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3166 if eval "test \"\${$as_ac_Header+set}\" = set"; then4227 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4228 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4229 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3167 4230 echo $ECHO_N "(cached) $ECHO_C" >&6 3168 4231 else 3169 4232 cat >conftest.$ac_ext <<_ACEOF 3170 #line $LINENO "configure" 3171 #include "confdefs.h" 4233 /* confdefs.h. */ 4234 _ACEOF 4235 cat confdefs.h >>conftest.$ac_ext 4236 cat >>conftest.$ac_ext <<_ACEOF 4237 /* end confdefs.h. */ 3172 4238 $ac_includes_default 3173 4239 … … 3175 4241 _ACEOF 3176 4242 rm -f conftest.$ac_objext 3177 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3178 (eval $ac_compile) 2>&5 3179 ac_status=$? 3180 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3181 (exit $ac_status); } && 3182 { ac_try='test -s conftest.$ac_objext' 3183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3184 (eval $ac_try) 2>&5 3185 ac_status=$? 3186 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3187 (exit $ac_status); }; }; then 4243 if { (ac_try="$ac_compile" 4244 case "(($ac_try" in 4245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4246 *) ac_try_echo=$ac_try;; 4247 esac 4248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4249 (eval "$ac_compile") 2>conftest.er1 4250 ac_status=$? 4251 grep -v '^ *+' conftest.er1 >conftest.err 4252 rm -f conftest.er1 4253 cat conftest.err >&5 4254 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4255 (exit $ac_status); } && { 4256 test -z "$ac_c_werror_flag" || 4257 test ! -s conftest.err 4258 } && test -s conftest.$ac_objext; then 3188 4259 eval "$as_ac_Header=yes" 3189 4260 else 3190 4261 echo "$as_me: failed program was:" >&5 3191 cat conftest.$ac_ext >&5 3192 eval "$as_ac_Header=no" 3193 fi 3194 rm -f conftest.$ac_objext conftest.$ac_ext 3195 fi 3196 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 3197 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4262 sed 's/^/| /' conftest.$ac_ext >&5 4263 4264 eval "$as_ac_Header=no" 4265 fi 4266 4267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4268 fi 4269 ac_res=`eval echo '${'$as_ac_Header'}'` 4270 { echo "$as_me:$LINENO: result: $ac_res" >&5 4271 echo "${ECHO_T}$ac_res" >&6; } 3198 4272 if test `eval echo '${'$as_ac_Header'}'` = yes; then 3199 4273 cat >>confdefs.h <<_ACEOF … … 3207 4281 3208 4282 if test "${ac_cv_header_minix_config_h+set}" = set; then 3209 echo "$as_me:$LINENO: checking for minix/config.h" >&53210 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6 4283 { echo "$as_me:$LINENO: checking for minix/config.h" >&5 4284 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } 3211 4285 if test "${ac_cv_header_minix_config_h+set}" = set; then 3212 4286 echo $ECHO_N "(cached) $ECHO_C" >&6 3213 4287 fi 3214 echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&53215 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6 4288 { echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 4289 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } 3216 4290 else 3217 4291 # Is the header compilable? 3218 echo "$as_me:$LINENO: checking minix/config.h usability" >&53219 echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6 4292 { echo "$as_me:$LINENO: checking minix/config.h usability" >&5 4293 echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6; } 3220 4294 cat >conftest.$ac_ext <<_ACEOF 3221 #line $LINENO "configure" 3222 #include "confdefs.h" 4295 /* confdefs.h. */ 4296 _ACEOF 4297 cat confdefs.h >>conftest.$ac_ext 4298 cat >>conftest.$ac_ext <<_ACEOF 4299 /* end confdefs.h. */ 3223 4300 $ac_includes_default 3224 4301 #include <minix/config.h> 3225 4302 _ACEOF 3226 4303 rm -f conftest.$ac_objext 3227 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3228 (eval $ac_compile) 2>&5 3229 ac_status=$? 3230 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3231 (exit $ac_status); } && 3232 { ac_try='test -s conftest.$ac_objext' 3233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3234 (eval $ac_try) 2>&5 3235 ac_status=$? 3236 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3237 (exit $ac_status); }; }; then 3238 ac_header_compiler=yes 3239 else 3240 echo "$as_me: failed program was:" >&5 3241 cat conftest.$ac_ext >&5 3242 ac_header_compiler=no 3243 fi 3244 rm -f conftest.$ac_objext conftest.$ac_ext 3245 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 3246 echo "${ECHO_T}$ac_header_compiler" >&6 3247 3248 # Is the header present? 3249 echo "$as_me:$LINENO: checking minix/config.h presence" >&5 3250 echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6 3251 cat >conftest.$ac_ext <<_ACEOF 3252 #line $LINENO "configure" 3253 #include "confdefs.h" 3254 #include <minix/config.h> 3255 _ACEOF 3256 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3257 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3258 ac_status=$? 3259 egrep -v '^ *\+' conftest.er1 >conftest.err 4304 if { (ac_try="$ac_compile" 4305 case "(($ac_try" in 4306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4307 *) ac_try_echo=$ac_try;; 4308 esac 4309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4310 (eval "$ac_compile") 2>conftest.er1 4311 ac_status=$? 4312 grep -v '^ *+' conftest.er1 >conftest.err 3260 4313 rm -f conftest.er1 3261 4314 cat conftest.err >&5 3262 4315 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3263 (exit $ac_status); } >/dev/null; then 3264 if test -s conftest.err; then 3265 ac_cpp_err=$ac_c_preproc_warn_flag 3266 else 3267 ac_cpp_err= 3268 fi 3269 else 3270 ac_cpp_err=yes 3271 fi 3272 if test -z "$ac_cpp_err"; then 4316 (exit $ac_status); } && { 4317 test -z "$ac_c_werror_flag" || 4318 test ! -s conftest.err 4319 } && test -s conftest.$ac_objext; then 4320 ac_header_compiler=yes 4321 else 4322 echo "$as_me: failed program was:" >&5 4323 sed 's/^/| /' conftest.$ac_ext >&5 4324 4325 ac_header_compiler=no 4326 fi 4327 4328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4329 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4330 echo "${ECHO_T}$ac_header_compiler" >&6; } 4331 4332 # Is the header present? 4333 { echo "$as_me:$LINENO: checking minix/config.h presence" >&5 4334 echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6; } 4335 cat >conftest.$ac_ext <<_ACEOF 4336 /* confdefs.h. */ 4337 _ACEOF 4338 cat confdefs.h >>conftest.$ac_ext 4339 cat >>conftest.$ac_ext <<_ACEOF 4340 /* end confdefs.h. */ 4341 #include <minix/config.h> 4342 _ACEOF 4343 if { (ac_try="$ac_cpp conftest.$ac_ext" 4344 case "(($ac_try" in 4345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4346 *) ac_try_echo=$ac_try;; 4347 esac 4348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4349 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4350 ac_status=$? 4351 grep -v '^ *+' conftest.er1 >conftest.err 4352 rm -f conftest.er1 4353 cat conftest.err >&5 4354 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4355 (exit $ac_status); } >/dev/null && { 4356 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4357 test ! -s conftest.err 4358 }; then 3273 4359 ac_header_preproc=yes 3274 4360 else 3275 4361 echo "$as_me: failed program was:" >&5 3276 cat conftest.$ac_ext >&5 4362 sed 's/^/| /' conftest.$ac_ext >&5 4363 3277 4364 ac_header_preproc=no 3278 4365 fi 4366 3279 4367 rm -f conftest.err conftest.$ac_ext 3280 echo "$as_me:$LINENO: result: $ac_header_preproc" >&53281 echo "${ECHO_T}$ac_header_preproc" >&6 4368 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4369 echo "${ECHO_T}$ac_header_preproc" >&6; } 3282 4370 3283 4371 # So? What about this header? 3284 case $ac_header_compiler:$ac_header_preproc in3285 yes:no )4372 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4373 yes:no: ) 3286 4374 { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5 3287 4375 echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 3288 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5 3289 echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;};; 3290 no:yes ) 4376 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5 4377 echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;} 4378 ac_header_preproc=yes 4379 ;; 4380 no:yes:* ) 3291 4381 { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5 3292 4382 echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;} 3293 { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5 3294 echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;} 4383 { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5 4384 echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;} 4385 { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5 4386 echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;} 4387 { echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5 4388 echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;} 3295 4389 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5 3296 echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;};; 3297 esac 3298 echo "$as_me:$LINENO: checking for minix/config.h" >&5 3299 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6 4390 echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;} 4391 { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5 4392 echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;} 4393 ( cat <<\_ASBOX 4394 ## ------------------------------- ## 4395 ## Report this to bug-bash@gnu.org ## 4396 ## ------------------------------- ## 4397 _ASBOX 4398 ) | sed "s/^/$as_me: WARNING: /" >&2 4399 ;; 4400 esac 4401 { echo "$as_me:$LINENO: checking for minix/config.h" >&5 4402 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } 3300 4403 if test "${ac_cv_header_minix_config_h+set}" = set; then 3301 4404 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3303 4406 ac_cv_header_minix_config_h=$ac_header_preproc 3304 4407 fi 3305 echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&53306 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6 4408 { echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 4409 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } 3307 4410 3308 4411 fi … … 3333 4436 3334 4437 3335 # Check whether --enable-largefile or --disable-largefilewas given.4438 # Check whether --enable-largefile was given. 3336 4439 if test "${enable_largefile+set}" = set; then 3337 enableval= "$enable_largefile"3338 3339 fi; 4440 enableval=$enable_largefile; 4441 fi 4442 3340 4443 if test "$enable_largefile" != no; then 3341 4444 3342 echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&53343 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 4445 { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5 4446 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; } 3344 4447 if test "${ac_cv_sys_largefile_CC+set}" = set; then 3345 4448 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3349 4452 ac_save_CC=$CC 3350 4453 while :; do 3351 # IRIX 6.2 and later do not support large files by default, 3352 # so use the C compiler's -n32 option if that helps. 3353 cat >conftest.$ac_ext <<_ACEOF 3354 #line $LINENO "configure" 3355 #include "confdefs.h" 4454 # IRIX 6.2 and later do not support large files by default, 4455 # so use the C compiler's -n32 option if that helps. 4456 cat >conftest.$ac_ext <<_ACEOF 4457 /* confdefs.h. */ 4458 _ACEOF 4459 cat confdefs.h >>conftest.$ac_ext 4460 cat >>conftest.$ac_ext <<_ACEOF 4461 /* end confdefs.h. */ 3356 4462 #include <sys/types.h> 3357 4463 /* Check that off_t can represent 2**63 - 1 correctly. … … 3363 4469 && LARGE_OFF_T % 2147483647 == 1) 3364 4470 ? 1 : -1]; 3365 #ifdef F77_DUMMY_MAIN3366 # ifdef __cplusplus3367 extern "C"3368 # endif3369 int F77_DUMMY_MAIN() { return 1; }3370 #endif3371 4471 int 3372 4472 main () … … 3377 4477 } 3378 4478 _ACEOF 3379 rm -f conftest.$ac_objext 3380 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3381 (eval $ac_compile) 2>&5 3382 ac_status=$? 3383 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3384 (exit $ac_status); } && 3385 { ac_try='test -s conftest.$ac_objext' 3386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3387 (eval $ac_try) 2>&5 3388 ac_status=$? 3389 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3390 (exit $ac_status); }; }; then 4479 rm -f conftest.$ac_objext 4480 if { (ac_try="$ac_compile" 4481 case "(($ac_try" in 4482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4483 *) ac_try_echo=$ac_try;; 4484 esac 4485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4486 (eval "$ac_compile") 2>conftest.er1 4487 ac_status=$? 4488 grep -v '^ *+' conftest.er1 >conftest.err 4489 rm -f conftest.er1 4490 cat conftest.err >&5 4491 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4492 (exit $ac_status); } && { 4493 test -z "$ac_c_werror_flag" || 4494 test ! -s conftest.err 4495 } && test -s conftest.$ac_objext; then 3391 4496 break 3392 4497 else 3393 4498 echo "$as_me: failed program was:" >&5 3394 cat conftest.$ac_ext >&5 3395 fi 3396 rm -f conftest.$ac_objext 3397 CC="$CC -n32" 3398 rm -f conftest.$ac_objext 3399 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3400 (eval $ac_compile) 2>&5 3401 ac_status=$? 3402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3403 (exit $ac_status); } && 3404 { ac_try='test -s conftest.$ac_objext' 3405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3406 (eval $ac_try) 2>&5 3407 ac_status=$? 3408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3409 (exit $ac_status); }; }; then 4499 sed 's/^/| /' conftest.$ac_ext >&5 4500 4501 4502 fi 4503 4504 rm -f core conftest.err conftest.$ac_objext 4505 CC="$CC -n32" 4506 rm -f conftest.$ac_objext 4507 if { (ac_try="$ac_compile" 4508 case "(($ac_try" in 4509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4510 *) ac_try_echo=$ac_try;; 4511 esac 4512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4513 (eval "$ac_compile") 2>conftest.er1 4514 ac_status=$? 4515 grep -v '^ *+' conftest.er1 >conftest.err 4516 rm -f conftest.er1 4517 cat conftest.err >&5 4518 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4519 (exit $ac_status); } && { 4520 test -z "$ac_c_werror_flag" || 4521 test ! -s conftest.err 4522 } && test -s conftest.$ac_objext; then 3410 4523 ac_cv_sys_largefile_CC=' -n32'; break 3411 4524 else 3412 4525 echo "$as_me: failed program was:" >&5 3413 cat conftest.$ac_ext >&5 3414 fi 3415 rm -f conftest.$ac_objext 3416 break 4526 sed 's/^/| /' conftest.$ac_ext >&5 4527 4528 4529 fi 4530 4531 rm -f core conftest.err conftest.$ac_objext 4532 break 3417 4533 done 3418 4534 CC=$ac_save_CC … … 3420 4536 fi 3421 4537 fi 3422 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&53423 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 4538 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5 4539 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; } 3424 4540 if test "$ac_cv_sys_largefile_CC" != no; then 3425 4541 CC=$CC$ac_cv_sys_largefile_CC 3426 4542 fi 3427 4543 3428 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&53429 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 4544 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 4545 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; } 3430 4546 if test "${ac_cv_sys_file_offset_bits+set}" = set; then 3431 4547 echo $ECHO_N "(cached) $ECHO_C" >&6 3432 4548 else 3433 4549 while :; do 3434 ac_cv_sys_file_offset_bits=no3435 4550 cat >conftest.$ac_ext <<_ACEOF 3436 #line $LINENO "configure" 3437 #include "confdefs.h" 4551 /* confdefs.h. */ 4552 _ACEOF 4553 cat confdefs.h >>conftest.$ac_ext 4554 cat >>conftest.$ac_ext <<_ACEOF 4555 /* end confdefs.h. */ 3438 4556 #include <sys/types.h> 3439 4557 /* Check that off_t can represent 2**63 - 1 correctly. … … 3445 4563 && LARGE_OFF_T % 2147483647 == 1) 3446 4564 ? 1 : -1]; 3447 #ifdef F77_DUMMY_MAIN3448 # ifdef __cplusplus3449 extern "C"3450 # endif3451 int F77_DUMMY_MAIN() { return 1; }3452 #endif3453 4565 int 3454 4566 main () … … 3460 4572 _ACEOF 3461 4573 rm -f conftest.$ac_objext 3462 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3463 (eval $ac_compile) 2>&5 3464 ac_status=$? 3465 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3466 (exit $ac_status); } && 3467 { ac_try='test -s conftest.$ac_objext' 3468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3469 (eval $ac_try) 2>&5 3470 ac_status=$? 3471 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3472 (exit $ac_status); }; }; then 3473 break 4574 if { (ac_try="$ac_compile" 4575 case "(($ac_try" in 4576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4577 *) ac_try_echo=$ac_try;; 4578 esac 4579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4580 (eval "$ac_compile") 2>conftest.er1 4581 ac_status=$? 4582 grep -v '^ *+' conftest.er1 >conftest.err 4583 rm -f conftest.er1 4584 cat conftest.err >&5 4585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4586 (exit $ac_status); } && { 4587 test -z "$ac_c_werror_flag" || 4588 test ! -s conftest.err 4589 } && test -s conftest.$ac_objext; then 4590 ac_cv_sys_file_offset_bits=no; break 3474 4591 else 3475 4592 echo "$as_me: failed program was:" >&5 3476 cat conftest.$ac_ext >&5 3477 fi 3478 rm -f conftest.$ac_objext conftest.$ac_ext 4593 sed 's/^/| /' conftest.$ac_ext >&5 4594 4595 4596 fi 4597 4598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3479 4599 cat >conftest.$ac_ext <<_ACEOF 3480 #line $LINENO "configure" 3481 #include "confdefs.h" 4600 /* confdefs.h. */ 4601 _ACEOF 4602 cat confdefs.h >>conftest.$ac_ext 4603 cat >>conftest.$ac_ext <<_ACEOF 4604 /* end confdefs.h. */ 3482 4605 #define _FILE_OFFSET_BITS 64 3483 4606 #include <sys/types.h> … … 3490 4613 && LARGE_OFF_T % 2147483647 == 1) 3491 4614 ? 1 : -1]; 3492 #ifdef F77_DUMMY_MAIN3493 # ifdef __cplusplus3494 extern "C"3495 # endif3496 int F77_DUMMY_MAIN() { return 1; }3497 #endif3498 4615 int 3499 4616 main () … … 3505 4622 _ACEOF 3506 4623 rm -f conftest.$ac_objext 3507 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3508 (eval $ac_compile) 2>&5 3509 ac_status=$? 3510 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3511 (exit $ac_status); } && 3512 { ac_try='test -s conftest.$ac_objext' 3513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3514 (eval $ac_try) 2>&5 3515 ac_status=$? 3516 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3517 (exit $ac_status); }; }; then 4624 if { (ac_try="$ac_compile" 4625 case "(($ac_try" in 4626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4627 *) ac_try_echo=$ac_try;; 4628 esac 4629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4630 (eval "$ac_compile") 2>conftest.er1 4631 ac_status=$? 4632 grep -v '^ *+' conftest.er1 >conftest.err 4633 rm -f conftest.er1 4634 cat conftest.err >&5 4635 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4636 (exit $ac_status); } && { 4637 test -z "$ac_c_werror_flag" || 4638 test ! -s conftest.err 4639 } && test -s conftest.$ac_objext; then 3518 4640 ac_cv_sys_file_offset_bits=64; break 3519 4641 else 3520 4642 echo "$as_me: failed program was:" >&5 3521 cat conftest.$ac_ext >&5 3522 fi 3523 rm -f conftest.$ac_objext conftest.$ac_ext 4643 sed 's/^/| /' conftest.$ac_ext >&5 4644 4645 4646 fi 4647 4648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4649 ac_cv_sys_file_offset_bits=unknown 3524 4650 break 3525 4651 done 3526 4652 fi 3527 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 3528 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 3529 if test "$ac_cv_sys_file_offset_bits" != no; then 3530 4653 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 4654 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; } 4655 case $ac_cv_sys_file_offset_bits in #( 4656 no | unknown) ;; 4657 *) 3531 4658 cat >>confdefs.h <<_ACEOF 3532 4659 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits 3533 4660 _ACEOF 3534 3535 fi 4661 ;; 4662 esac 3536 4663 rm -f conftest* 3537 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 3538 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 4664 if test $ac_cv_sys_file_offset_bits = unknown; then 4665 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 4666 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; } 3539 4667 if test "${ac_cv_sys_large_files+set}" = set; then 3540 4668 echo $ECHO_N "(cached) $ECHO_C" >&6 3541 4669 else 3542 4670 while :; do 3543 ac_cv_sys_large_files=no3544 4671 cat >conftest.$ac_ext <<_ACEOF 3545 #line $LINENO "configure" 3546 #include "confdefs.h" 4672 /* confdefs.h. */ 4673 _ACEOF 4674 cat confdefs.h >>conftest.$ac_ext 4675 cat >>conftest.$ac_ext <<_ACEOF 4676 /* end confdefs.h. */ 3547 4677 #include <sys/types.h> 3548 4678 /* Check that off_t can represent 2**63 - 1 correctly. … … 3554 4684 && LARGE_OFF_T % 2147483647 == 1) 3555 4685 ? 1 : -1]; 3556 #ifdef F77_DUMMY_MAIN3557 # ifdef __cplusplus3558 extern "C"3559 # endif3560 int F77_DUMMY_MAIN() { return 1; }3561 #endif3562 4686 int 3563 4687 main () … … 3569 4693 _ACEOF 3570 4694 rm -f conftest.$ac_objext 3571 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3572 (eval $ac_compile) 2>&5 3573 ac_status=$? 3574 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3575 (exit $ac_status); } && 3576 { ac_try='test -s conftest.$ac_objext' 3577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3578 (eval $ac_try) 2>&5 3579 ac_status=$? 3580 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3581 (exit $ac_status); }; }; then 3582 break 4695 if { (ac_try="$ac_compile" 4696 case "(($ac_try" in 4697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4698 *) ac_try_echo=$ac_try;; 4699 esac 4700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4701 (eval "$ac_compile") 2>conftest.er1 4702 ac_status=$? 4703 grep -v '^ *+' conftest.er1 >conftest.err 4704 rm -f conftest.er1 4705 cat conftest.err >&5 4706 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4707 (exit $ac_status); } && { 4708 test -z "$ac_c_werror_flag" || 4709 test ! -s conftest.err 4710 } && test -s conftest.$ac_objext; then 4711 ac_cv_sys_large_files=no; break 3583 4712 else 3584 4713 echo "$as_me: failed program was:" >&5 3585 cat conftest.$ac_ext >&5 3586 fi 3587 rm -f conftest.$ac_objext conftest.$ac_ext 4714 sed 's/^/| /' conftest.$ac_ext >&5 4715 4716 4717 fi 4718 4719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3588 4720 cat >conftest.$ac_ext <<_ACEOF 3589 #line $LINENO "configure" 3590 #include "confdefs.h" 4721 /* confdefs.h. */ 4722 _ACEOF 4723 cat confdefs.h >>conftest.$ac_ext 4724 cat >>conftest.$ac_ext <<_ACEOF 4725 /* end confdefs.h. */ 3591 4726 #define _LARGE_FILES 1 3592 4727 #include <sys/types.h> … … 3599 4734 && LARGE_OFF_T % 2147483647 == 1) 3600 4735 ? 1 : -1]; 3601 #ifdef F77_DUMMY_MAIN3602 # ifdef __cplusplus3603 extern "C"3604 # endif3605 int F77_DUMMY_MAIN() { return 1; }3606 #endif3607 4736 int 3608 4737 main () … … 3614 4743 _ACEOF 3615 4744 rm -f conftest.$ac_objext 3616 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3617 (eval $ac_compile) 2>&5 3618 ac_status=$? 3619 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3620 (exit $ac_status); } && 3621 { ac_try='test -s conftest.$ac_objext' 3622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3623 (eval $ac_try) 2>&5 3624 ac_status=$? 3625 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3626 (exit $ac_status); }; }; then 4745 if { (ac_try="$ac_compile" 4746 case "(($ac_try" in 4747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4748 *) ac_try_echo=$ac_try;; 4749 esac 4750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4751 (eval "$ac_compile") 2>conftest.er1 4752 ac_status=$? 4753 grep -v '^ *+' conftest.er1 >conftest.err 4754 rm -f conftest.er1 4755 cat conftest.err >&5 4756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4757 (exit $ac_status); } && { 4758 test -z "$ac_c_werror_flag" || 4759 test ! -s conftest.err 4760 } && test -s conftest.$ac_objext; then 3627 4761 ac_cv_sys_large_files=1; break 3628 4762 else 3629 4763 echo "$as_me: failed program was:" >&5 3630 cat conftest.$ac_ext >&5 3631 fi 3632 rm -f conftest.$ac_objext conftest.$ac_ext 4764 sed 's/^/| /' conftest.$ac_ext >&5 4765 4766 4767 fi 4768 4769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4770 ac_cv_sys_large_files=unknown 3633 4771 break 3634 4772 done 3635 4773 fi 3636 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 3637 echo "${ECHO_T}$ac_cv_sys_large_files" >&6 3638 if test "$ac_cv_sys_large_files" != no; then 3639 4774 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 4775 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; } 4776 case $ac_cv_sys_large_files in #( 4777 no | unknown) ;; 4778 *) 3640 4779 cat >>confdefs.h <<_ACEOF 3641 4780 #define _LARGE_FILES $ac_cv_sys_large_files 3642 4781 _ACEOF 3643 3644 fi 4782 ;; 4783 esac 3645 4784 rm -f conftest* 4785 fi 3646 4786 fi 3647 4787 … … 3732 4872 3733 4873 if test $ac_cv_c_compiler_gnu = yes; then 3734 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&53735 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 4874 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 4875 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; } 3736 4876 if test "${ac_cv_prog_gcc_traditional+set}" = set; then 3737 4877 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3739 4879 ac_pattern="Autoconf.*'x'" 3740 4880 cat >conftest.$ac_ext <<_ACEOF 3741 #line $LINENO "configure" 3742 #include "confdefs.h" 4881 /* confdefs.h. */ 4882 _ACEOF 4883 cat confdefs.h >>conftest.$ac_ext 4884 cat >>conftest.$ac_ext <<_ACEOF 4885 /* end confdefs.h. */ 3743 4886 #include <sgtty.h> 3744 4887 Autoconf TIOCGETP 3745 4888 _ACEOF 3746 4889 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3747 egrep"$ac_pattern" >/dev/null 2>&1; then4890 $EGREP "$ac_pattern" >/dev/null 2>&1; then 3748 4891 ac_cv_prog_gcc_traditional=yes 3749 4892 else … … 3755 4898 if test $ac_cv_prog_gcc_traditional = no; then 3756 4899 cat >conftest.$ac_ext <<_ACEOF 3757 #line $LINENO "configure" 3758 #include "confdefs.h" 4900 /* confdefs.h. */ 4901 _ACEOF 4902 cat confdefs.h >>conftest.$ac_ext 4903 cat >>conftest.$ac_ext <<_ACEOF 4904 /* end confdefs.h. */ 3759 4905 #include <termio.h> 3760 4906 Autoconf TCGETA 3761 4907 _ACEOF 3762 4908 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3763 egrep"$ac_pattern" >/dev/null 2>&1; then4909 $EGREP "$ac_pattern" >/dev/null 2>&1; then 3764 4910 ac_cv_prog_gcc_traditional=yes 3765 4911 fi … … 3768 4914 fi 3769 4915 fi 3770 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&53771 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 4916 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 4917 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; } 3772 4918 if test $ac_cv_prog_gcc_traditional = yes; then 3773 4919 CC="$CC -traditional" … … 3787 4933 _bash_needmsg=yes 3788 4934 else 3789 echo "$as_me:$LINENO: checking which library has the termcap functions" >&53790 echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6 4935 { echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 4936 echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6; } 3791 4937 _bash_needmsg= 3792 4938 fi … … 3794 4940 echo $ECHO_N "(cached) $ECHO_C" >&6 3795 4941 else 3796 echo "$as_me:$LINENO: checking for tgetent" >&53797 echo $ECHO_N "checking for tgetent... $ECHO_C" >&6 4942 { echo "$as_me:$LINENO: checking for tgetent" >&5 4943 echo $ECHO_N "checking for tgetent... $ECHO_C" >&6; } 3798 4944 if test "${ac_cv_func_tgetent+set}" = set; then 3799 4945 echo $ECHO_N "(cached) $ECHO_C" >&6 3800 4946 else 3801 4947 cat >conftest.$ac_ext <<_ACEOF 3802 #line $LINENO "configure" 3803 #include "confdefs.h" 4948 /* confdefs.h. */ 4949 _ACEOF 4950 cat confdefs.h >>conftest.$ac_ext 4951 cat >>conftest.$ac_ext <<_ACEOF 4952 /* end confdefs.h. */ 4953 /* Define tgetent to an innocuous variant, in case <limits.h> declares tgetent. 4954 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 4955 #define tgetent innocuous_tgetent 4956 3804 4957 /* System header to define __stub macros and hopefully few prototypes, 3805 which can conflict with char tgetent (); below. */ 3806 #include <assert.h> 3807 /* Override any gcc2 internal prototype to avoid an error. */ 4958 which can conflict with char tgetent (); below. 4959 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 4960 <limits.h> exists even on freestanding compilers. */ 4961 4962 #ifdef __STDC__ 4963 # include <limits.h> 4964 #else 4965 # include <assert.h> 4966 #endif 4967 4968 #undef tgetent 4969 4970 /* Override any GCC internal prototype to avoid an error. 4971 Use char because int might match the return type of a GCC 4972 builtin and then its argument prototype would still apply. */ 3808 4973 #ifdef __cplusplus 3809 4974 extern "C" 3810 4975 #endif 3811 /* We use char because int might match the return type of a gcc23812 builtin and then its argument prototype would still apply. */3813 4976 char tgetent (); 3814 char (*f) (); 3815 3816 #ifdef F77_DUMMY_MAIN 3817 # ifdef __cplusplus 3818 extern "C" 3819 # endif 3820 int F77_DUMMY_MAIN() { return 1; } 4977 /* The GNU C library defines this for functions which it implements 4978 to always fail with ENOSYS. Some functions are actually named 4979 something starting with __ and the normal name is an alias. */ 4980 #if defined __stub_tgetent || defined __stub___tgetent 4981 choke me 3821 4982 #endif 4983 3822 4984 int 3823 4985 main () 3824 4986 { 3825 /* The GNU C library defines this for functions which it implements 3826 to always fail with ENOSYS. Some functions are actually named 3827 something starting with __ and the normal name is an alias. */ 3828 #if defined (__stub_tgetent) || defined (__stub___tgetent) 3829 choke me 3830 #else 3831 f = tgetent; 3832 #endif 3833 4987 return tgetent (); 3834 4988 ; 3835 4989 return 0; … … 3837 4991 _ACEOF 3838 4992 rm -f conftest.$ac_objext conftest$ac_exeext 3839 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3840 (eval $ac_link) 2>&5 3841 ac_status=$? 3842 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3843 (exit $ac_status); } && 3844 { ac_try='test -s conftest$ac_exeext' 3845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3846 (eval $ac_try) 2>&5 3847 ac_status=$? 3848 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3849 (exit $ac_status); }; }; then 4993 if { (ac_try="$ac_link" 4994 case "(($ac_try" in 4995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4996 *) ac_try_echo=$ac_try;; 4997 esac 4998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4999 (eval "$ac_link") 2>conftest.er1 5000 ac_status=$? 5001 grep -v '^ *+' conftest.er1 >conftest.err 5002 rm -f conftest.er1 5003 cat conftest.err >&5 5004 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5005 (exit $ac_status); } && { 5006 test -z "$ac_c_werror_flag" || 5007 test ! -s conftest.err 5008 } && test -s conftest$ac_exeext && 5009 $as_test_x conftest$ac_exeext; then 3850 5010 ac_cv_func_tgetent=yes 3851 5011 else 3852 5012 echo "$as_me: failed program was:" >&5 3853 cat conftest.$ac_ext >&5 3854 ac_cv_func_tgetent=no 3855 fi 3856 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3857 fi 3858 echo "$as_me:$LINENO: result: $ac_cv_func_tgetent" >&5 3859 echo "${ECHO_T}$ac_cv_func_tgetent" >&6 5013 sed 's/^/| /' conftest.$ac_ext >&5 5014 5015 ac_cv_func_tgetent=no 5016 fi 5017 5018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5019 conftest$ac_exeext conftest.$ac_ext 5020 fi 5021 { echo "$as_me:$LINENO: result: $ac_cv_func_tgetent" >&5 5022 echo "${ECHO_T}$ac_cv_func_tgetent" >&6; } 3860 5023 if test $ac_cv_func_tgetent = yes; then 3861 5024 bash_cv_termcap_lib=libc 3862 5025 else 3863 echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&53864 echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6 5026 { echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5 5027 echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6; } 3865 5028 if test "${ac_cv_lib_termcap_tgetent+set}" = set; then 3866 5029 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3869 5032 LIBS="-ltermcap $LIBS" 3870 5033 cat >conftest.$ac_ext <<_ACEOF 3871 #line $LINENO "configure" 3872 #include "confdefs.h" 3873 3874 /* Override any gcc2 internal prototype to avoid an error. */ 5034 /* confdefs.h. */ 5035 _ACEOF 5036 cat confdefs.h >>conftest.$ac_ext 5037 cat >>conftest.$ac_ext <<_ACEOF 5038 /* end confdefs.h. */ 5039 5040 /* Override any GCC internal prototype to avoid an error. 5041 Use char because int might match the return type of a GCC 5042 builtin and then its argument prototype would still apply. */ 3875 5043 #ifdef __cplusplus 3876 5044 extern "C" 3877 5045 #endif 3878 /* We use char because int might match the return type of a gcc23879 builtin and then its argument prototype would still apply. */3880 5046 char tgetent (); 3881 #ifdef F77_DUMMY_MAIN3882 # ifdef __cplusplus3883 extern "C"3884 # endif3885 int F77_DUMMY_MAIN() { return 1; }3886 #endif3887 5047 int 3888 5048 main () 3889 5049 { 3890 tgetent ();5050 return tgetent (); 3891 5051 ; 3892 5052 return 0; … … 3894 5054 _ACEOF 3895 5055 rm -f conftest.$ac_objext conftest$ac_exeext 3896 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3897 (eval $ac_link) 2>&5 3898 ac_status=$? 3899 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3900 (exit $ac_status); } && 3901 { ac_try='test -s conftest$ac_exeext' 3902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3903 (eval $ac_try) 2>&5 3904 ac_status=$? 3905 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3906 (exit $ac_status); }; }; then 5056 if { (ac_try="$ac_link" 5057 case "(($ac_try" in 5058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5059 *) ac_try_echo=$ac_try;; 5060 esac 5061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5062 (eval "$ac_link") 2>conftest.er1 5063 ac_status=$? 5064 grep -v '^ *+' conftest.er1 >conftest.err 5065 rm -f conftest.er1 5066 cat conftest.err >&5 5067 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5068 (exit $ac_status); } && { 5069 test -z "$ac_c_werror_flag" || 5070 test ! -s conftest.err 5071 } && test -s conftest$ac_exeext && 5072 $as_test_x conftest$ac_exeext; then 3907 5073 ac_cv_lib_termcap_tgetent=yes 3908 5074 else 3909 5075 echo "$as_me: failed program was:" >&5 3910 cat conftest.$ac_ext >&5 3911 ac_cv_lib_termcap_tgetent=no 3912 fi 3913 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5076 sed 's/^/| /' conftest.$ac_ext >&5 5077 5078 ac_cv_lib_termcap_tgetent=no 5079 fi 5080 5081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5082 conftest$ac_exeext conftest.$ac_ext 3914 5083 LIBS=$ac_check_lib_save_LIBS 3915 5084 fi 3916 echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&53917 echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6 5085 { echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5 5086 echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6; } 3918 5087 if test $ac_cv_lib_termcap_tgetent = yes; then 3919 5088 bash_cv_termcap_lib=libtermcap 3920 5089 else 3921 echo "$as_me:$LINENO: checking for tgetent in -ltinfo" >&53922 echo $ECHO_N "checking for tgetent in -ltinfo... $ECHO_C" >&6 5090 { echo "$as_me:$LINENO: checking for tgetent in -ltinfo" >&5 5091 echo $ECHO_N "checking for tgetent in -ltinfo... $ECHO_C" >&6; } 3923 5092 if test "${ac_cv_lib_tinfo_tgetent+set}" = set; then 3924 5093 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3927 5096 LIBS="-ltinfo $LIBS" 3928 5097 cat >conftest.$ac_ext <<_ACEOF 3929 #line $LINENO "configure" 3930 #include "confdefs.h" 3931 3932 /* Override any gcc2 internal prototype to avoid an error. */ 5098 /* confdefs.h. */ 5099 _ACEOF 5100 cat confdefs.h >>conftest.$ac_ext 5101 cat >>conftest.$ac_ext <<_ACEOF 5102 /* end confdefs.h. */ 5103 5104 /* Override any GCC internal prototype to avoid an error. 5105 Use char because int might match the return type of a GCC 5106 builtin and then its argument prototype would still apply. */ 3933 5107 #ifdef __cplusplus 3934 5108 extern "C" 3935 5109 #endif 3936 /* We use char because int might match the return type of a gcc23937 builtin and then its argument prototype would still apply. */3938 5110 char tgetent (); 3939 #ifdef F77_DUMMY_MAIN3940 # ifdef __cplusplus3941 extern "C"3942 # endif3943 int F77_DUMMY_MAIN() { return 1; }3944 #endif3945 5111 int 3946 5112 main () 3947 5113 { 3948 tgetent ();5114 return tgetent (); 3949 5115 ; 3950 5116 return 0; … … 3952 5118 _ACEOF 3953 5119 rm -f conftest.$ac_objext conftest$ac_exeext 3954 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3955 (eval $ac_link) 2>&5 3956 ac_status=$? 3957 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3958 (exit $ac_status); } && 3959 { ac_try='test -s conftest$ac_exeext' 3960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3961 (eval $ac_try) 2>&5 3962 ac_status=$? 3963 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3964 (exit $ac_status); }; }; then 5120 if { (ac_try="$ac_link" 5121 case "(($ac_try" in 5122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5123 *) ac_try_echo=$ac_try;; 5124 esac 5125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5126 (eval "$ac_link") 2>conftest.er1 5127 ac_status=$? 5128 grep -v '^ *+' conftest.er1 >conftest.err 5129 rm -f conftest.er1 5130 cat conftest.err >&5 5131 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5132 (exit $ac_status); } && { 5133 test -z "$ac_c_werror_flag" || 5134 test ! -s conftest.err 5135 } && test -s conftest$ac_exeext && 5136 $as_test_x conftest$ac_exeext; then 3965 5137 ac_cv_lib_tinfo_tgetent=yes 3966 5138 else 3967 5139 echo "$as_me: failed program was:" >&5 3968 cat conftest.$ac_ext >&5 3969 ac_cv_lib_tinfo_tgetent=no 3970 fi 3971 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5140 sed 's/^/| /' conftest.$ac_ext >&5 5141 5142 ac_cv_lib_tinfo_tgetent=no 5143 fi 5144 5145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5146 conftest$ac_exeext conftest.$ac_ext 3972 5147 LIBS=$ac_check_lib_save_LIBS 3973 5148 fi 3974 echo "$as_me:$LINENO: result: $ac_cv_lib_tinfo_tgetent" >&53975 echo "${ECHO_T}$ac_cv_lib_tinfo_tgetent" >&6 5149 { echo "$as_me:$LINENO: result: $ac_cv_lib_tinfo_tgetent" >&5 5150 echo "${ECHO_T}$ac_cv_lib_tinfo_tgetent" >&6; } 3976 5151 if test $ac_cv_lib_tinfo_tgetent = yes; then 3977 5152 bash_cv_termcap_lib=libtinfo 3978 5153 else 3979 echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&53980 echo $ECHO_N "checking for tgetent in -lcurses... $ECHO_C" >&6 5154 { echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5 5155 echo $ECHO_N "checking for tgetent in -lcurses... $ECHO_C" >&6; } 3981 5156 if test "${ac_cv_lib_curses_tgetent+set}" = set; then 3982 5157 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3985 5160 LIBS="-lcurses $LIBS" 3986 5161 cat >conftest.$ac_ext <<_ACEOF 3987 #line $LINENO "configure" 3988 #include "confdefs.h" 3989 3990 /* Override any gcc2 internal prototype to avoid an error. */ 5162 /* confdefs.h. */ 5163 _ACEOF 5164 cat confdefs.h >>conftest.$ac_ext 5165 cat >>conftest.$ac_ext <<_ACEOF 5166 /* end confdefs.h. */ 5167 5168 /* Override any GCC internal prototype to avoid an error. 5169 Use char because int might match the return type of a GCC 5170 builtin and then its argument prototype would still apply. */ 3991 5171 #ifdef __cplusplus 3992 5172 extern "C" 3993 5173 #endif 3994 /* We use char because int might match the return type of a gcc23995 builtin and then its argument prototype would still apply. */3996 5174 char tgetent (); 3997 #ifdef F77_DUMMY_MAIN3998 # ifdef __cplusplus3999 extern "C"4000 # endif4001 int F77_DUMMY_MAIN() { return 1; }4002 #endif4003 5175 int 4004 5176 main () 4005 5177 { 4006 tgetent ();5178 return tgetent (); 4007 5179 ; 4008 5180 return 0; … … 4010 5182 _ACEOF 4011 5183 rm -f conftest.$ac_objext conftest$ac_exeext 4012 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4013 (eval $ac_link) 2>&5 4014 ac_status=$? 4015 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4016 (exit $ac_status); } && 4017 { ac_try='test -s conftest$ac_exeext' 4018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4019 (eval $ac_try) 2>&5 4020 ac_status=$? 4021 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4022 (exit $ac_status); }; }; then 5184 if { (ac_try="$ac_link" 5185 case "(($ac_try" in 5186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5187 *) ac_try_echo=$ac_try;; 5188 esac 5189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5190 (eval "$ac_link") 2>conftest.er1 5191 ac_status=$? 5192 grep -v '^ *+' conftest.er1 >conftest.err 5193 rm -f conftest.er1 5194 cat conftest.err >&5 5195 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5196 (exit $ac_status); } && { 5197 test -z "$ac_c_werror_flag" || 5198 test ! -s conftest.err 5199 } && test -s conftest$ac_exeext && 5200 $as_test_x conftest$ac_exeext; then 4023 5201 ac_cv_lib_curses_tgetent=yes 4024 5202 else 4025 5203 echo "$as_me: failed program was:" >&5 4026 cat conftest.$ac_ext >&5 4027 ac_cv_lib_curses_tgetent=no 4028 fi 4029 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5204 sed 's/^/| /' conftest.$ac_ext >&5 5205 5206 ac_cv_lib_curses_tgetent=no 5207 fi 5208 5209 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5210 conftest$ac_exeext conftest.$ac_ext 4030 5211 LIBS=$ac_check_lib_save_LIBS 4031 5212 fi 4032 echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&54033 echo "${ECHO_T}$ac_cv_lib_curses_tgetent" >&6 5213 { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5 5214 echo "${ECHO_T}$ac_cv_lib_curses_tgetent" >&6; } 4034 5215 if test $ac_cv_lib_curses_tgetent = yes; then 4035 5216 bash_cv_termcap_lib=libcurses 4036 5217 else 4037 echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&54038 echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6 5218 { echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5 5219 echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6; } 4039 5220 if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then 4040 5221 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4043 5224 LIBS="-lncurses $LIBS" 4044 5225 cat >conftest.$ac_ext <<_ACEOF 4045 #line $LINENO "configure" 4046 #include "confdefs.h" 4047 4048 /* Override any gcc2 internal prototype to avoid an error. */ 5226 /* confdefs.h. */ 5227 _ACEOF 5228 cat confdefs.h >>conftest.$ac_ext 5229 cat >>conftest.$ac_ext <<_ACEOF 5230 /* end confdefs.h. */ 5231 5232 /* Override any GCC internal prototype to avoid an error. 5233 Use char because int might match the return type of a GCC 5234 builtin and then its argument prototype would still apply. */ 4049 5235 #ifdef __cplusplus 4050 5236 extern "C" 4051 5237 #endif 4052 /* We use char because int might match the return type of a gcc24053 builtin and then its argument prototype would still apply. */4054 5238 char tgetent (); 4055 #ifdef F77_DUMMY_MAIN4056 # ifdef __cplusplus4057 extern "C"4058 # endif4059 int F77_DUMMY_MAIN() { return 1; }4060 #endif4061 5239 int 4062 5240 main () 4063 5241 { 4064 tgetent ();5242 return tgetent (); 4065 5243 ; 4066 5244 return 0; … … 4068 5246 _ACEOF 4069 5247 rm -f conftest.$ac_objext conftest$ac_exeext 4070 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4071 (eval $ac_link) 2>&5 4072 ac_status=$? 4073 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4074 (exit $ac_status); } && 4075 { ac_try='test -s conftest$ac_exeext' 4076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4077 (eval $ac_try) 2>&5 4078 ac_status=$? 4079 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4080 (exit $ac_status); }; }; then 5248 if { (ac_try="$ac_link" 5249 case "(($ac_try" in 5250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5251 *) ac_try_echo=$ac_try;; 5252 esac 5253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5254 (eval "$ac_link") 2>conftest.er1 5255 ac_status=$? 5256 grep -v '^ *+' conftest.er1 >conftest.err 5257 rm -f conftest.er1 5258 cat conftest.err >&5 5259 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5260 (exit $ac_status); } && { 5261 test -z "$ac_c_werror_flag" || 5262 test ! -s conftest.err 5263 } && test -s conftest$ac_exeext && 5264 $as_test_x conftest$ac_exeext; then 4081 5265 ac_cv_lib_ncurses_tgetent=yes 4082 5266 else 4083 5267 echo "$as_me: failed program was:" >&5 4084 cat conftest.$ac_ext >&5 4085 ac_cv_lib_ncurses_tgetent=no 4086 fi 4087 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5268 sed 's/^/| /' conftest.$ac_ext >&5 5269 5270 ac_cv_lib_ncurses_tgetent=no 5271 fi 5272 5273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5274 conftest$ac_exeext conftest.$ac_ext 4088 5275 LIBS=$ac_check_lib_save_LIBS 4089 5276 fi 4090 echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&54091 echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6 5277 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5 5278 echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6; } 4092 5279 if test $ac_cv_lib_ncurses_tgetent = yes; then 4093 5280 bash_cv_termcap_lib=libncurses … … 4107 5294 4108 5295 if test "X$_bash_needmsg" = "Xyes"; then 4109 echo "$as_me:$LINENO: checking which library has the termcap functions" >&54110 echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6 4111 fi 4112 echo "$as_me:$LINENO: result: using $bash_cv_termcap_lib" >&54113 echo "${ECHO_T}using $bash_cv_termcap_lib" >&6 5296 { echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 5297 echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6; } 5298 fi 5299 { echo "$as_me:$LINENO: result: using $bash_cv_termcap_lib" >&5 5300 echo "${ECHO_T}using $bash_cv_termcap_lib" >&6; } 4114 5301 if test $bash_cv_termcap_lib = gnutermcap && test -z "$prefer_curses"; then 4115 5302 LDFLAGS="$LDFLAGS -L./lib/termcap" … … 4136 5323 4137 5324 4138 echo "$as_me:$LINENO: checking version of installed readline library" >&54139 echo $ECHO_N "checking version of installed readline library... $ECHO_C" >&6 5325 { echo "$as_me:$LINENO: checking version of installed readline library" >&5 5326 echo $ECHO_N "checking version of installed readline library... $ECHO_C" >&6; } 4140 5327 4141 5328 # What a pain in the ass this is. … … 4168 5355 else 4169 5356 cat >conftest.$ac_ext <<_ACEOF 4170 #line $LINENO "configure" 4171 #include "confdefs.h" 5357 /* confdefs.h. */ 5358 _ACEOF 5359 cat confdefs.h >>conftest.$ac_ext 5360 cat >>conftest.$ac_ext <<_ACEOF 5361 /* end confdefs.h. */ 4172 5362 4173 5363 #include <stdio.h> … … 4192 5382 _ACEOF 4193 5383 rm -f conftest$ac_exeext 4194 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4195 (eval $ac_link) 2>&5 5384 if { (ac_try="$ac_link" 5385 case "(($ac_try" in 5386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5387 *) ac_try_echo=$ac_try;; 5388 esac 5389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5390 (eval "$ac_link") 2>&5 4196 5391 ac_status=$? 4197 5392 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4198 5393 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4200 (eval $ac_try) 2>&5 5394 { (case "(($ac_try" in 5395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5396 *) ac_try_echo=$ac_try;; 5397 esac 5398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5399 (eval "$ac_try") 2>&5 4201 5400 ac_status=$? 4202 5401 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4206 5405 echo "$as_me: program exited with status $ac_status" >&5 4207 5406 echo "$as_me: failed program was:" >&5 4208 cat conftest.$ac_ext >&5 5407 sed 's/^/| /' conftest.$ac_ext >&5 5408 4209 5409 ( exit $ac_status ) 4210 5410 ac_cv_rl_version='0.0' 4211 5411 fi 4212 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4213 fi 5412 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5413 fi 5414 5415 4214 5416 fi 4215 5417 … … 4256 5458 RL_LIBDIR=$ac_cv_rl_libdir 4257 5459 RL_INCLUDEDIR=$ac_cv_rl_includedir 4258 echo "$as_me:$LINENO: result: $ac_cv_rl_version" >&54259 echo "${ECHO_T}$ac_cv_rl_version" >&6 5460 { echo "$as_me:$LINENO: result: $ac_cv_rl_version" >&5 5461 echo "${ECHO_T}$ac_cv_rl_version" >&6; } 4260 5462 else 4261 5463 … … 4285 5487 RL_INCLUDEDIR=$ac_cv_rl_includedir 4286 5488 4287 echo "$as_me:$LINENO: result: $ac_cv_rl_version" >&54288 echo "${ECHO_T}$ac_cv_rl_version" >&6 5489 { echo "$as_me:$LINENO: result: $ac_cv_rl_version" >&5 5490 echo "${ECHO_T}$ac_cv_rl_version" >&6; } 4289 5491 4290 5492 fi … … 4403 5605 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 4404 5606 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 5607 # OS/2's system install, which has a completely different semantic 4405 5608 # ./install, which can be erroneously created by make from ./install.sh. 4406 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&54407 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 5609 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 5610 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 4408 5611 if test -z "$INSTALL"; then 4409 5612 if test "${ac_cv_path_install+set}" = set; then … … 4419 5622 ./ | .// | /cC/* | \ 4420 5623 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 5624 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 4421 5625 /usr/ucb/* ) ;; 4422 5626 *) … … 4426 5630 for ac_prog in ginstall scoinst install; do 4427 5631 for ac_exec_ext in '' $ac_executable_extensions; do 4428 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 5632 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 5633 if test $ac_prog = install && 5634 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 5635 # AIX install. It has an incompatible calling convention. 5636 : 5637 elif test $ac_prog = install && 5638 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 5639 # program-specific install script used by HP pwplus--don't use. 5640 : 5641 else 5642 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 5643 break 3 5644 fi 5645 fi 4442 5646 done 4443 5647 done … … 4445 5649 esac 4446 5650 done 5651 IFS=$as_save_IFS 4447 5652 4448 5653 … … 4451 5656 INSTALL=$ac_cv_path_install 4452 5657 else 4453 # As a last resort, use the slow shell script. We don't cache a4454 # pathfor INSTALL within a source directory, because that will5658 # As a last resort, use the slow shell script. Don't cache a 5659 # value for INSTALL within a source directory, because that will 4455 5660 # break other packages using the cache if that directory is 4456 # removed, or if the path is relative.5661 # removed, or if the value is a relative name. 4457 5662 INSTALL=$ac_install_sh 4458 5663 fi 4459 5664 fi 4460 echo "$as_me:$LINENO: result: $INSTALL" >&54461 echo "${ECHO_T}$INSTALL" >&6 5665 { echo "$as_me:$LINENO: result: $INSTALL" >&5 5666 echo "${ECHO_T}$INSTALL" >&6; } 4462 5667 4463 5668 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 4471 5676 # Extract the first word of "ar", so it can be a program name with args. 4472 5677 set dummy ar; ac_word=$2 4473 echo "$as_me:$LINENO: checking for $ac_word" >&54474 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5678 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5679 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4475 5680 if test "${ac_cv_prog_AR+set}" = set; then 4476 5681 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4485 5690 test -z "$as_dir" && as_dir=. 4486 5691 for ac_exec_ext in '' $ac_executable_extensions; do 4487 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then5692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4488 5693 ac_cv_prog_AR="" 4489 5694 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4492 5697 done 4493 5698 done 5699 IFS=$as_save_IFS 4494 5700 4495 5701 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar" … … 4498 5704 AR=$ac_cv_prog_AR 4499 5705 if test -n "$AR"; then 4500 echo "$as_me:$LINENO: result: $AR" >&5 4501 echo "${ECHO_T}$AR" >&6 4502 else 4503 echo "$as_me:$LINENO: result: no" >&5 4504 echo "${ECHO_T}no" >&6 4505 fi 5706 { echo "$as_me:$LINENO: result: $AR" >&5 5707 echo "${ECHO_T}$AR" >&6; } 5708 else 5709 { echo "$as_me:$LINENO: result: no" >&5 5710 echo "${ECHO_T}no" >&6; } 5711 fi 5712 4506 5713 4507 5714 test -n "$ARFLAGS" || ARFLAGS="cr" … … 4509 5716 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 4510 5717 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 4511 echo "$as_me:$LINENO: checking for $ac_word" >&54512 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5718 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5719 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4513 5720 if test "${ac_cv_prog_RANLIB+set}" = set; then 4514 5721 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4523 5730 test -z "$as_dir" && as_dir=. 4524 5731 for ac_exec_ext in '' $ac_executable_extensions; do 4525 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then5732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4526 5733 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 4527 5734 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4530 5737 done 4531 5738 done 5739 IFS=$as_save_IFS 4532 5740 4533 5741 fi … … 4535 5743 RANLIB=$ac_cv_prog_RANLIB 4536 5744 if test -n "$RANLIB"; then 4537 echo "$as_me:$LINENO: result: $RANLIB" >&5 4538 echo "${ECHO_T}$RANLIB" >&6 4539 else 4540 echo "$as_me:$LINENO: result: no" >&5 4541 echo "${ECHO_T}no" >&6 4542 fi 5745 { echo "$as_me:$LINENO: result: $RANLIB" >&5 5746 echo "${ECHO_T}$RANLIB" >&6; } 5747 else 5748 { echo "$as_me:$LINENO: result: no" >&5 5749 echo "${ECHO_T}no" >&6; } 5750 fi 5751 4543 5752 4544 5753 fi … … 4547 5756 # Extract the first word of "ranlib", so it can be a program name with args. 4548 5757 set dummy ranlib; ac_word=$2 4549 echo "$as_me:$LINENO: checking for $ac_word" >&54550 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5758 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5759 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4551 5760 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 4552 5761 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4561 5770 test -z "$as_dir" && as_dir=. 4562 5771 for ac_exec_ext in '' $ac_executable_extensions; do 4563 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then5772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4564 5773 ac_cv_prog_ac_ct_RANLIB="ranlib" 4565 5774 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4568 5777 done 4569 5778 done 4570 4571 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" 5779 IFS=$as_save_IFS 5780 4572 5781 fi 4573 5782 fi 4574 5783 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 4575 5784 if test -n "$ac_ct_RANLIB"; then 4576 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 4577 echo "${ECHO_T}$ac_ct_RANLIB" >&6 4578 else 4579 echo "$as_me:$LINENO: result: no" >&5 4580 echo "${ECHO_T}no" >&6 4581 fi 4582 4583 RANLIB=$ac_ct_RANLIB 5785 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 5786 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 5787 else 5788 { echo "$as_me:$LINENO: result: no" >&5 5789 echo "${ECHO_T}no" >&6; } 5790 fi 5791 5792 if test "x$ac_ct_RANLIB" = x; then 5793 RANLIB=":" 5794 else 5795 case $cross_compiling:$ac_tool_warned in 5796 yes:) 5797 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 5798 whose name does not start with the host triplet. If you think this 5799 configuration is useful to you, please write to autoconf@gnu.org." >&5 5800 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 5801 whose name does not start with the host triplet. If you think this 5802 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 5803 ac_tool_warned=yes ;; 5804 esac 5805 RANLIB=$ac_ct_RANLIB 5806 fi 4584 5807 else 4585 5808 RANLIB="$ac_cv_prog_RANLIB" … … 4590 5813 # Extract the first word of "$ac_prog", so it can be a program name with args. 4591 5814 set dummy $ac_prog; ac_word=$2 4592 echo "$as_me:$LINENO: checking for $ac_word" >&54593 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5815 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4594 5817 if test "${ac_cv_prog_YACC+set}" = set; then 4595 5818 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4604 5827 test -z "$as_dir" && as_dir=. 4605 5828 for ac_exec_ext in '' $ac_executable_extensions; do 4606 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then5829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4607 5830 ac_cv_prog_YACC="$ac_prog" 4608 5831 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4611 5834 done 4612 5835 done 5836 IFS=$as_save_IFS 4613 5837 4614 5838 fi … … 4616 5840 YACC=$ac_cv_prog_YACC 4617 5841 if test -n "$YACC"; then 4618 echo "$as_me:$LINENO: result: $YACC" >&5 4619 echo "${ECHO_T}$YACC" >&6 4620 else 4621 echo "$as_me:$LINENO: result: no" >&5 4622 echo "${ECHO_T}no" >&6 4623 fi 5842 { echo "$as_me:$LINENO: result: $YACC" >&5 5843 echo "${ECHO_T}$YACC" >&6; } 5844 else 5845 { echo "$as_me:$LINENO: result: no" >&5 5846 echo "${ECHO_T}no" >&6; } 5847 fi 5848 4624 5849 4625 5850 test -n "$YACC" && break … … 4627 5852 test -n "$YACC" || YACC="yacc" 4628 5853 4629 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&54630 echo $ECHO_N "checking whether ${MAKE-make} sets \$ {MAKE}... $ECHO_C" >&64631 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`4632 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then5854 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 5855 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 5856 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 5857 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 4633 5858 echo $ECHO_N "(cached) $ECHO_C" >&6 4634 5859 else 4635 5860 cat >conftest.make <<\_ACEOF 5861 SHELL = /bin/sh 4636 5862 all: 4637 @echo ' ac_maketemp="${MAKE}"'5863 @echo '@@@%%%=$(MAKE)=@@@%%%' 4638 5864 _ACEOF 4639 5865 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 4640 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 4641 if test -n "$ac_maketemp"; then 4642 eval ac_cv_prog_make_${ac_make}_set=yes4643 else 4644 eval ac_cv_prog_make_${ac_make}_set=no4645 fi 5866 case `${MAKE-make} -f conftest.make 2>/dev/null` in 5867 *@@@%%%=?*=@@@%%%*) 5868 eval ac_cv_prog_make_${ac_make}_set=yes;; 5869 *) 5870 eval ac_cv_prog_make_${ac_make}_set=no;; 5871 esac 4646 5872 rm -f conftest.make 4647 5873 fi 4648 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then4649 echo "$as_me:$LINENO: result: yes" >&54650 echo "${ECHO_T}yes" >&6 5874 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 5875 { echo "$as_me:$LINENO: result: yes" >&5 5876 echo "${ECHO_T}yes" >&6; } 4651 5877 SET_MAKE= 4652 5878 else 4653 echo "$as_me:$LINENO: result: no" >&54654 echo "${ECHO_T}no" >&6 5879 { echo "$as_me:$LINENO: result: no" >&5 5880 echo "${ECHO_T}no" >&6; } 4655 5881 SET_MAKE="MAKE=${MAKE-make}" 4656 5882 fi … … 4689 5915 4690 5916 4691 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 4692 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 4693 if test "${ac_cv_prog_cc_stdc+set}" = set; then 4694 echo $ECHO_N "(cached) $ECHO_C" >&6 4695 else 4696 ac_cv_prog_cc_stdc=no 4697 ac_save_CC=$CC 4698 cat >conftest.$ac_ext <<_ACEOF 4699 #line $LINENO "configure" 4700 #include "confdefs.h" 4701 #include <stdarg.h> 4702 #include <stdio.h> 4703 #include <sys/types.h> 4704 #include <sys/stat.h> 4705 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4706 struct buf { int x; }; 4707 FILE * (*rcsopen) (struct buf *, struct stat *, int); 4708 static char *e (p, i) 4709 char **p; 4710 int i; 4711 { 4712 return p[i]; 4713 } 4714 static char *f (char * (*g) (char **, int), char **p, ...) 4715 { 4716 char *s; 4717 va_list v; 4718 va_start (v,p); 4719 s = g (p, va_arg (v,int)); 4720 va_end (v); 4721 return s; 4722 } 4723 int test (int i, double x); 4724 struct s1 {int (*f) (int a);}; 4725 struct s2 {int (*f) (double a);}; 4726 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 4727 int argc; 4728 char **argv; 4729 #ifdef F77_DUMMY_MAIN 4730 # ifdef __cplusplus 4731 extern "C" 4732 # endif 4733 int F77_DUMMY_MAIN() { return 1; } 4734 #endif 4735 int 4736 main () 4737 { 4738 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 4739 ; 4740 return 0; 4741 } 4742 _ACEOF 4743 # Don't try gcc -ansi; that turns off useful extensions and 4744 # breaks some systems' header files. 4745 # AIX -qlanglvl=ansi 4746 # Ultrix and OSF/1 -std1 4747 # HP-UX 10.20 and later -Ae 4748 # HP-UX older versions -Aa -D_HPUX_SOURCE 4749 # SVR4 -Xc -D__EXTENSIONS__ 4750 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 4751 do 4752 CC="$ac_save_CC $ac_arg" 4753 rm -f conftest.$ac_objext 4754 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4755 (eval $ac_compile) 2>&5 4756 ac_status=$? 4757 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4758 (exit $ac_status); } && 4759 { ac_try='test -s conftest.$ac_objext' 4760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4761 (eval $ac_try) 2>&5 4762 ac_status=$? 4763 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4764 (exit $ac_status); }; }; then 4765 ac_cv_prog_cc_stdc=$ac_arg 4766 break 4767 else 4768 echo "$as_me: failed program was:" >&5 4769 cat conftest.$ac_ext >&5 4770 fi 4771 rm -f conftest.$ac_objext 4772 done 4773 rm -f conftest.$ac_ext conftest.$ac_objext 4774 CC=$ac_save_CC 4775 4776 fi 4777 4778 case "x$ac_cv_prog_cc_stdc" in 4779 x|xno) 4780 echo "$as_me:$LINENO: result: none needed" >&5 4781 echo "${ECHO_T}none needed" >&6 ;; 4782 *) 4783 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 4784 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 4785 CC="$CC $ac_cv_prog_cc_stdc" ;; 4786 esac 4787 4788 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 4789 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 5917 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 5918 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 4790 5919 if test "${ac_cv_c_const+set}" = set; then 4791 5920 echo $ECHO_N "(cached) $ECHO_C" >&6 4792 5921 else 4793 5922 cat >conftest.$ac_ext <<_ACEOF 4794 #line $LINENO "configure" 4795 #include "confdefs.h" 4796 4797 #ifdef F77_DUMMY_MAIN 4798 # ifdef __cplusplus 4799 extern "C" 4800 # endif 4801 int F77_DUMMY_MAIN() { return 1; } 4802 #endif 5923 /* confdefs.h. */ 5924 _ACEOF 5925 cat confdefs.h >>conftest.$ac_ext 5926 cat >>conftest.$ac_ext <<_ACEOF 5927 /* end confdefs.h. */ 5928 4803 5929 int 4804 5930 main () … … 4808 5934 /* Ultrix mips cc rejects this. */ 4809 5935 typedef int charset[2]; 4810 const charset x;5936 const charset cs; 4811 5937 /* SunOS 4.1.1 cc rejects this. */ 4812 char const *const * ccp;4813 char **p ;5938 char const *const *pcpcc; 5939 char **ppc; 4814 5940 /* NEC SVR4.0.2 mips cc rejects this. */ 4815 5941 struct point {int x, y;}; … … 4820 5946 expression */ 4821 5947 const char *g = "string"; 4822 ccp= &g + (g ? g-g : 0);5948 pcpcc = &g + (g ? g-g : 0); 4823 5949 /* HPUX 7.0 cc rejects these. */ 4824 ++ ccp;4825 p = (char**) ccp;4826 ccp = (char const *const *) p;5950 ++pcpcc; 5951 ppc = (char**) pcpcc; 5952 pcpcc = (char const *const *) ppc; 4827 5953 { /* SCO 3.2v4 cc rejects this. */ 4828 5954 char *t; … … 4830 5956 4831 5957 *t++ = 0; 5958 if (s) return 0; 4832 5959 } 4833 5960 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ … … 4848 5975 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 4849 5976 const int foo = 10; 5977 if (!foo) return 0; 4850 5978 } 5979 return !cs[0] && !zero.x; 4851 5980 #endif 4852 5981 … … 4856 5985 _ACEOF 4857 5986 rm -f conftest.$ac_objext 4858 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4859 (eval $ac_compile) 2>&5 4860 ac_status=$? 4861 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4862 (exit $ac_status); } && 4863 { ac_try='test -s conftest.$ac_objext' 4864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4865 (eval $ac_try) 2>&5 4866 ac_status=$? 4867 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4868 (exit $ac_status); }; }; then 5987 if { (ac_try="$ac_compile" 5988 case "(($ac_try" in 5989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5990 *) ac_try_echo=$ac_try;; 5991 esac 5992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5993 (eval "$ac_compile") 2>conftest.er1 5994 ac_status=$? 5995 grep -v '^ *+' conftest.er1 >conftest.err 5996 rm -f conftest.er1 5997 cat conftest.err >&5 5998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5999 (exit $ac_status); } && { 6000 test -z "$ac_c_werror_flag" || 6001 test ! -s conftest.err 6002 } && test -s conftest.$ac_objext; then 4869 6003 ac_cv_c_const=yes 4870 6004 else 4871 6005 echo "$as_me: failed program was:" >&5 4872 cat conftest.$ac_ext >&5 4873 ac_cv_c_const=no 4874 fi 4875 rm -f conftest.$ac_objext conftest.$ac_ext 4876 fi 4877 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 4878 echo "${ECHO_T}$ac_cv_c_const" >&6 6006 sed 's/^/| /' conftest.$ac_ext >&5 6007 6008 ac_cv_c_const=no 6009 fi 6010 6011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6012 fi 6013 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 6014 echo "${ECHO_T}$ac_cv_c_const" >&6; } 4879 6015 if test $ac_cv_c_const = no; then 4880 6016 … … 4885 6021 fi 4886 6022 4887 echo "$as_me:$LINENO: checking for inline" >&54888 echo $ECHO_N "checking for inline... $ECHO_C" >&6 6023 { echo "$as_me:$LINENO: checking for inline" >&5 6024 echo $ECHO_N "checking for inline... $ECHO_C" >&6; } 4889 6025 if test "${ac_cv_c_inline+set}" = set; then 4890 6026 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4893 6029 for ac_kw in inline __inline__ __inline; do 4894 6030 cat >conftest.$ac_ext <<_ACEOF 4895 #line $LINENO "configure" 4896 #include "confdefs.h" 6031 /* confdefs.h. */ 6032 _ACEOF 6033 cat confdefs.h >>conftest.$ac_ext 6034 cat >>conftest.$ac_ext <<_ACEOF 6035 /* end confdefs.h. */ 4897 6036 #ifndef __cplusplus 4898 static $ac_kw int static_foo () {return 0; } 4899 $ac_kw int foo () {return 0; } 6037 typedef int foo_t; 6038 static $ac_kw foo_t static_foo () {return 0; } 6039 $ac_kw foo_t foo () {return 0; } 4900 6040 #endif 4901 6041 4902 6042 _ACEOF 4903 6043 rm -f conftest.$ac_objext 4904 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4905 (eval $ac_compile) 2>&5 4906 ac_status=$? 4907 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4908 (exit $ac_status); } && 4909 { ac_try='test -s conftest.$ac_objext' 4910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4911 (eval $ac_try) 2>&5 4912 ac_status=$? 4913 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4914 (exit $ac_status); }; }; then 4915 ac_cv_c_inline=$ac_kw; break 6044 if { (ac_try="$ac_compile" 6045 case "(($ac_try" in 6046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6047 *) ac_try_echo=$ac_try;; 6048 esac 6049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6050 (eval "$ac_compile") 2>conftest.er1 6051 ac_status=$? 6052 grep -v '^ *+' conftest.er1 >conftest.err 6053 rm -f conftest.er1 6054 cat conftest.err >&5 6055 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6056 (exit $ac_status); } && { 6057 test -z "$ac_c_werror_flag" || 6058 test ! -s conftest.err 6059 } && test -s conftest.$ac_objext; then 6060 ac_cv_c_inline=$ac_kw 4916 6061 else 4917 6062 echo "$as_me: failed program was:" >&5 4918 cat conftest.$ac_ext >&5 4919 fi 4920 rm -f conftest.$ac_objext conftest.$ac_ext 6063 sed 's/^/| /' conftest.$ac_ext >&5 6064 6065 6066 fi 6067 6068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6069 test "$ac_cv_c_inline" != no && break 4921 6070 done 4922 6071 4923 6072 fi 4924 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 4925 echo "${ECHO_T}$ac_cv_c_inline" >&6 6073 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 6074 echo "${ECHO_T}$ac_cv_c_inline" >&6; } 6075 6076 4926 6077 case $ac_cv_c_inline in 4927 6078 inline | yes) ;; 4928 no) 4929 cat >>confdefs.h <<\_ACEOF 4930 #define inline 4931 _ACEOF 4932 ;; 4933 *) cat >>confdefs.h <<_ACEOF 4934 #define inline $ac_cv_c_inline 4935 _ACEOF 4936 ;; 4937 esac 4938 4939 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 4940 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 6079 *) 6080 case $ac_cv_c_inline in 6081 no) ac_val=;; 6082 *) ac_val=$ac_cv_c_inline;; 6083 esac 6084 cat >>confdefs.h <<_ACEOF 6085 #ifndef __cplusplus 6086 #define inline $ac_val 6087 #endif 6088 _ACEOF 6089 ;; 6090 esac 6091 6092 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 6093 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } 4941 6094 if test "${ac_cv_c_bigendian+set}" = set; then 4942 6095 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4944 6097 # See if sys/param.h defines the BYTE_ORDER macro. 4945 6098 cat >conftest.$ac_ext <<_ACEOF 4946 #line $LINENO "configure" 4947 #include "confdefs.h" 6099 /* confdefs.h. */ 6100 _ACEOF 6101 cat confdefs.h >>conftest.$ac_ext 6102 cat >>conftest.$ac_ext <<_ACEOF 6103 /* end confdefs.h. */ 4948 6104 #include <sys/types.h> 4949 6105 #include <sys/param.h> 4950 6106 4951 #ifdef F77_DUMMY_MAIN4952 # ifdef __cplusplus4953 extern "C"4954 # endif4955 int F77_DUMMY_MAIN() { return 1; }4956 #endif4957 6107 int 4958 6108 main () 4959 6109 { 4960 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN 6110 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ 6111 && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) 4961 6112 bogus endian macros 4962 6113 #endif … … 4967 6118 _ACEOF 4968 6119 rm -f conftest.$ac_objext 4969 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4970 (eval $ac_compile) 2>&5 4971 ac_status=$? 4972 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4973 (exit $ac_status); } && 4974 { ac_try='test -s conftest.$ac_objext' 4975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4976 (eval $ac_try) 2>&5 4977 ac_status=$? 4978 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4979 (exit $ac_status); }; }; then 6120 if { (ac_try="$ac_compile" 6121 case "(($ac_try" in 6122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6123 *) ac_try_echo=$ac_try;; 6124 esac 6125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6126 (eval "$ac_compile") 2>conftest.er1 6127 ac_status=$? 6128 grep -v '^ *+' conftest.er1 >conftest.err 6129 rm -f conftest.er1 6130 cat conftest.err >&5 6131 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6132 (exit $ac_status); } && { 6133 test -z "$ac_c_werror_flag" || 6134 test ! -s conftest.err 6135 } && test -s conftest.$ac_objext; then 4980 6136 # It does; now see whether it defined to BIG_ENDIAN or not. 4981 6137 cat >conftest.$ac_ext <<_ACEOF 4982 #line $LINENO "configure" 4983 #include "confdefs.h" 6138 /* confdefs.h. */ 6139 _ACEOF 6140 cat confdefs.h >>conftest.$ac_ext 6141 cat >>conftest.$ac_ext <<_ACEOF 6142 /* end confdefs.h. */ 4984 6143 #include <sys/types.h> 4985 6144 #include <sys/param.h> 4986 6145 4987 #ifdef F77_DUMMY_MAIN4988 # ifdef __cplusplus4989 extern "C"4990 # endif4991 int F77_DUMMY_MAIN() { return 1; }4992 #endif4993 6146 int 4994 6147 main () … … 5003 6156 _ACEOF 5004 6157 rm -f conftest.$ac_objext 5005 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5006 (eval $ac_compile) 2>&5 5007 ac_status=$? 5008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5009 (exit $ac_status); } && 5010 { ac_try='test -s conftest.$ac_objext' 5011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5012 (eval $ac_try) 2>&5 5013 ac_status=$? 5014 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5015 (exit $ac_status); }; }; then 6158 if { (ac_try="$ac_compile" 6159 case "(($ac_try" in 6160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6161 *) ac_try_echo=$ac_try;; 6162 esac 6163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6164 (eval "$ac_compile") 2>conftest.er1 6165 ac_status=$? 6166 grep -v '^ *+' conftest.er1 >conftest.err 6167 rm -f conftest.er1 6168 cat conftest.err >&5 6169 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6170 (exit $ac_status); } && { 6171 test -z "$ac_c_werror_flag" || 6172 test ! -s conftest.err 6173 } && test -s conftest.$ac_objext; then 5016 6174 ac_cv_c_bigendian=yes 5017 6175 else 5018 6176 echo "$as_me: failed program was:" >&5 5019 cat conftest.$ac_ext >&5 5020 ac_cv_c_bigendian=no 5021 fi 5022 rm -f conftest.$ac_objext conftest.$ac_ext 6177 sed 's/^/| /' conftest.$ac_ext >&5 6178 6179 ac_cv_c_bigendian=no 6180 fi 6181 6182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5023 6183 else 5024 6184 echo "$as_me: failed program was:" >&5 5025 cat conftest.$ac_ext >&5 5026 # It does not; compile a test program. 6185 sed 's/^/| /' conftest.$ac_ext >&5 6186 6187 # It does not; compile a test program. 5027 6188 if test "$cross_compiling" = yes; then 5028 # try to guess the endian ess by grep'ing values into an object file6189 # try to guess the endianness by grepping values into an object file 5029 6190 ac_cv_c_bigendian=unknown 5030 6191 cat >conftest.$ac_ext <<_ACEOF 5031 #line $LINENO "configure" 5032 #include "confdefs.h" 5033 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 5034 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 6192 /* confdefs.h. */ 6193 _ACEOF 6194 cat confdefs.h >>conftest.$ac_ext 6195 cat >>conftest.$ac_ext <<_ACEOF 6196 /* end confdefs.h. */ 6197 short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 6198 short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 5035 6199 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } 5036 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };5037 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };6200 short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 6201 short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 5038 6202 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } 5039 #ifdef F77_DUMMY_MAIN5040 # ifdef __cplusplus5041 extern "C"5042 # endif5043 int F77_DUMMY_MAIN() { return 1; }5044 #endif5045 6203 int 5046 6204 main () … … 5052 6210 _ACEOF 5053 6211 rm -f conftest.$ac_objext 5054 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5055 (eval $ac_compile) 2>&5 5056 ac_status=$? 5057 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5058 (exit $ac_status); } && 5059 { ac_try='test -s conftest.$ac_objext' 5060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5061 (eval $ac_try) 2>&5 5062 ac_status=$? 5063 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5064 (exit $ac_status); }; }; then 5065 if fgrep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 6212 if { (ac_try="$ac_compile" 6213 case "(($ac_try" in 6214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6215 *) ac_try_echo=$ac_try;; 6216 esac 6217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6218 (eval "$ac_compile") 2>conftest.er1 6219 ac_status=$? 6220 grep -v '^ *+' conftest.er1 >conftest.err 6221 rm -f conftest.er1 6222 cat conftest.err >&5 6223 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6224 (exit $ac_status); } && { 6225 test -z "$ac_c_werror_flag" || 6226 test ! -s conftest.err 6227 } && test -s conftest.$ac_objext; then 6228 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 5066 6229 ac_cv_c_bigendian=yes 5067 6230 fi 5068 if fgrep LiTTleEnDian conftest.$ac_objext >/dev/null ; then6231 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 5069 6232 if test "$ac_cv_c_bigendian" = unknown; then 5070 6233 ac_cv_c_bigendian=no … … 5076 6239 else 5077 6240 echo "$as_me: failed program was:" >&5 5078 cat conftest.$ac_ext >&5 5079 fi 5080 rm -f conftest.$ac_objext conftest.$ac_ext 6241 sed 's/^/| /' conftest.$ac_ext >&5 6242 6243 6244 fi 6245 6246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5081 6247 else 5082 6248 cat >conftest.$ac_ext <<_ACEOF 5083 #line $LINENO "configure" 5084 #include "confdefs.h" 6249 /* confdefs.h. */ 6250 _ACEOF 6251 cat confdefs.h >>conftest.$ac_ext 6252 cat >>conftest.$ac_ext <<_ACEOF 6253 /* end confdefs.h. */ 6254 $ac_includes_default 5085 6255 int 5086 6256 main () 5087 6257 { 6258 5088 6259 /* Are we little or big endian? From Harbison&Steele. */ 5089 6260 union 5090 6261 { 5091 long l;5092 char c[sizeof (long )];6262 long int l; 6263 char c[sizeof (long int)]; 5093 6264 } u; 5094 6265 u.l = 1; 5095 exit (u.c[sizeof (long) - 1] == 1); 6266 return u.c[sizeof (long int) - 1] == 1; 6267 6268 ; 6269 return 0; 5096 6270 } 5097 6271 _ACEOF 5098 6272 rm -f conftest$ac_exeext 5099 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 5100 (eval $ac_link) 2>&5 6273 if { (ac_try="$ac_link" 6274 case "(($ac_try" in 6275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6276 *) ac_try_echo=$ac_try;; 6277 esac 6278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6279 (eval "$ac_link") 2>&5 5101 6280 ac_status=$? 5102 6281 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5103 6282 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5105 (eval $ac_try) 2>&5 6283 { (case "(($ac_try" in 6284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6285 *) ac_try_echo=$ac_try;; 6286 esac 6287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6288 (eval "$ac_try") 2>&5 5106 6289 ac_status=$? 5107 6290 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 5111 6294 echo "$as_me: program exited with status $ac_status" >&5 5112 6295 echo "$as_me: failed program was:" >&5 5113 cat conftest.$ac_ext >&5 6296 sed 's/^/| /' conftest.$ac_ext >&5 6297 5114 6298 ( exit $ac_status ) 5115 6299 ac_cv_c_bigendian=yes 5116 6300 fi 5117 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5118 fi 5119 fi 5120 rm -f conftest.$ac_objext conftest.$ac_ext 5121 fi 5122 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 5123 echo "${ECHO_T}$ac_cv_c_bigendian" >&6 6301 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6302 fi 6303 6304 6305 fi 6306 6307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6308 fi 6309 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 6310 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } 5124 6311 case $ac_cv_c_bigendian in 5125 6312 yes) … … 5132 6319 ;; 5133 6320 *) 5134 { { echo "$as_me:$LINENO: error: unknown endian ess6321 { { echo "$as_me:$LINENO: error: unknown endianness 5135 6322 presetting ac_cv_c_bigendian=no (or yes) will help" >&5 5136 echo "$as_me: error: unknown endian ess6323 echo "$as_me: error: unknown endianness 5137 6324 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 5138 6325 { (exit 1); exit 1; }; } ;; 5139 6326 esac 5140 6327 5141 echo "$as_me:$LINENO: checking for preprocessor stringizing operator" >&55142 echo $ECHO_N "checking for preprocessor stringizing operator... $ECHO_C" >&6 6328 { echo "$as_me:$LINENO: checking for preprocessor stringizing operator" >&5 6329 echo $ECHO_N "checking for preprocessor stringizing operator... $ECHO_C" >&6; } 5143 6330 if test "${ac_cv_c_stringize+set}" = set; then 5144 6331 echo $ECHO_N "(cached) $ECHO_C" >&6 5145 6332 else 5146 6333 cat >conftest.$ac_ext <<_ACEOF 5147 #line $LINENO "configure" 5148 #include "confdefs.h" 6334 /* confdefs.h. */ 6335 _ACEOF 6336 cat confdefs.h >>conftest.$ac_ext 6337 cat >>conftest.$ac_ext <<_ACEOF 6338 /* end confdefs.h. */ 5149 6339 #define x(y) #y 5150 6340 … … 5152 6342 _ACEOF 5153 6343 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 5154 egrep"#teststring" >/dev/null 2>&1; then6344 $EGREP "#teststring" >/dev/null 2>&1; then 5155 6345 ac_cv_c_stringize=no 5156 6346 else … … 5160 6350 5161 6351 fi 5162 echo "$as_me:$LINENO: result: $ac_cv_c_stringize" >&55163 echo "${ECHO_T}$ac_cv_c_stringize" >&6 6352 { echo "$as_me:$LINENO: result: $ac_cv_c_stringize" >&5 6353 echo "${ECHO_T}$ac_cv_c_stringize" >&6; } 5164 6354 if test $ac_cv_c_stringize = yes; then 5165 6355 … … 5170 6360 fi 5171 6361 5172 echo "$as_me:$LINENO: checking for working long double with more range or precision than double" >&5 5173 echo $ECHO_N "checking for working long double with more range or precision than double... $ECHO_C" >&6 5174 if test "${ac_cv_c_long_double+set}" = set; then 6362 6363 6364 { echo "$as_me:$LINENO: checking for long double with more range or precision than double" >&5 6365 echo $ECHO_N "checking for long double with more range or precision than double... $ECHO_C" >&6; } 6366 if test "${ac_cv_type_long_double_wider+set}" = set; then 5175 6367 echo $ECHO_N "(cached) $ECHO_C" >&6 5176 6368 else 5177 6369 cat >conftest.$ac_ext <<_ACEOF 5178 #line $LINENO "configure" 5179 #include "confdefs.h" 6370 /* confdefs.h. */ 6371 _ACEOF 6372 cat confdefs.h >>conftest.$ac_ext 6373 cat >>conftest.$ac_ext <<_ACEOF 6374 /* end confdefs.h. */ 5180 6375 #include <float.h> 5181 long double foo = 0.0; 5182 #ifdef F77_DUMMY_MAIN 5183 # ifdef __cplusplus 5184 extern "C" 5185 # endif 5186 int F77_DUMMY_MAIN() { return 1; } 5187 #endif 6376 long double const a[] = 6377 { 6378 0.0L, DBL_MIN, DBL_MAX, DBL_EPSILON, 6379 LDBL_MIN, LDBL_MAX, LDBL_EPSILON 6380 }; 6381 long double 6382 f (long double x) 6383 { 6384 return ((x + (unsigned long int) 10) * (-1 / x) + a[0] 6385 + (x ? f (x) : 'c')); 6386 } 6387 5188 6388 int 5189 6389 main () 5190 6390 { 5191 static int test_array [1 - 2 * !(/* Using '|' rather than '||' catches a GCC 2.95.2 x86 bug. */ 5192 (DBL_MAX < LDBL_MAX) | (LDBL_EPSILON < DBL_EPSILON) 5193 | (DBL_MAX_EXP < LDBL_MAX_EXP) | (DBL_MANT_DIG < LDBL_MANT_DIG))]; 6391 static int test_array [1 - 2 * !((0 < ((DBL_MAX_EXP < LDBL_MAX_EXP) 6392 + (DBL_MANT_DIG < LDBL_MANT_DIG) 6393 - (LDBL_MAX_EXP < DBL_MAX_EXP) 6394 - (LDBL_MANT_DIG < DBL_MANT_DIG))) 6395 && (int) LDBL_EPSILON == 0 6396 )]; 5194 6397 test_array [0] = 0 5195 6398 … … 5199 6402 _ACEOF 5200 6403 rm -f conftest.$ac_objext 5201 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5202 (eval $ac_compile) 2>&5 5203 ac_status=$? 5204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5205 (exit $ac_status); } && 5206 { ac_try='test -s conftest.$ac_objext' 5207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5208 (eval $ac_try) 2>&5 5209 ac_status=$? 5210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5211 (exit $ac_status); }; }; then 5212 ac_cv_c_long_double=yes 6404 if { (ac_try="$ac_compile" 6405 case "(($ac_try" in 6406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6407 *) ac_try_echo=$ac_try;; 6408 esac 6409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6410 (eval "$ac_compile") 2>conftest.er1 6411 ac_status=$? 6412 grep -v '^ *+' conftest.er1 >conftest.err 6413 rm -f conftest.er1 6414 cat conftest.err >&5 6415 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6416 (exit $ac_status); } && { 6417 test -z "$ac_c_werror_flag" || 6418 test ! -s conftest.err 6419 } && test -s conftest.$ac_objext; then 6420 ac_cv_type_long_double_wider=yes 5213 6421 else 5214 6422 echo "$as_me: failed program was:" >&5 5215 cat conftest.$ac_ext >&5 5216 ac_cv_c_long_double=no 5217 fi 5218 rm -f conftest.$ac_objext conftest.$ac_ext 5219 fi 5220 echo "$as_me:$LINENO: result: $ac_cv_c_long_double" >&5 5221 echo "${ECHO_T}$ac_cv_c_long_double" >&6 5222 if test $ac_cv_c_long_double = yes; then 6423 sed 's/^/| /' conftest.$ac_ext >&5 6424 6425 ac_cv_type_long_double_wider=no 6426 fi 6427 6428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6429 fi 6430 { echo "$as_me:$LINENO: result: $ac_cv_type_long_double_wider" >&5 6431 echo "${ECHO_T}$ac_cv_type_long_double_wider" >&6; } 6432 if test $ac_cv_type_long_double_wider = yes; then 6433 6434 cat >>confdefs.h <<\_ACEOF 6435 #define HAVE_LONG_DOUBLE_WIDER 1 6436 _ACEOF 6437 6438 fi 6439 6440 ac_cv_c_long_double=$ac_cv_type_long_double_wider 6441 if test $ac_cv_c_long_double = yes; then 5223 6442 5224 6443 cat >>confdefs.h <<\_ACEOF … … 5226 6445 _ACEOF 5227 6446 5228 fi5229 5230 echo "$as_me:$LINENO: checking for function prototypes" >&55231 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 5232 if test "$ac_cv_prog_cc_ stdc" != no; then5233 echo "$as_me:$LINENO: result: yes" >&55234 echo "${ECHO_T}yes" >&6 6447 fi 6448 6449 { echo "$as_me:$LINENO: checking for function prototypes" >&5 6450 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6; } 6451 if test "$ac_cv_prog_cc_c89" != no; then 6452 { echo "$as_me:$LINENO: result: yes" >&5 6453 echo "${ECHO_T}yes" >&6; } 5235 6454 5236 6455 cat >>confdefs.h <<\_ACEOF … … 5244 6463 5245 6464 else 5246 echo "$as_me:$LINENO: result: no" >&55247 echo "${ECHO_T}no" >&6 5248 fi 5249 5250 5251 echo "$as_me:$LINENO: checking whether char is unsigned" >&55252 echo $ECHO_N "checking whether char is unsigned... $ECHO_C" >&6 6465 { echo "$as_me:$LINENO: result: no" >&5 6466 echo "${ECHO_T}no" >&6; } 6467 fi 6468 6469 6470 { echo "$as_me:$LINENO: checking whether char is unsigned" >&5 6471 echo $ECHO_N "checking whether char is unsigned... $ECHO_C" >&6; } 5253 6472 if test "${ac_cv_c_char_unsigned+set}" = set; then 5254 6473 echo $ECHO_N "(cached) $ECHO_C" >&6 5255 6474 else 5256 6475 cat >conftest.$ac_ext <<_ACEOF 5257 #line $LINENO "configure" 5258 #include "confdefs.h" 6476 /* confdefs.h. */ 6477 _ACEOF 6478 cat confdefs.h >>conftest.$ac_ext 6479 cat >>conftest.$ac_ext <<_ACEOF 6480 /* end confdefs.h. */ 5259 6481 $ac_includes_default 5260 #ifdef F77_DUMMY_MAIN5261 # ifdef __cplusplus5262 extern "C"5263 # endif5264 int F77_DUMMY_MAIN() { return 1; }5265 #endif5266 6482 int 5267 6483 main () … … 5275 6491 _ACEOF 5276 6492 rm -f conftest.$ac_objext 5277 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5278 (eval $ac_compile) 2>&5 5279 ac_status=$? 5280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5281 (exit $ac_status); } && 5282 { ac_try='test -s conftest.$ac_objext' 5283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5284 (eval $ac_try) 2>&5 5285 ac_status=$? 5286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5287 (exit $ac_status); }; }; then 6493 if { (ac_try="$ac_compile" 6494 case "(($ac_try" in 6495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6496 *) ac_try_echo=$ac_try;; 6497 esac 6498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6499 (eval "$ac_compile") 2>conftest.er1 6500 ac_status=$? 6501 grep -v '^ *+' conftest.er1 >conftest.err 6502 rm -f conftest.er1 6503 cat conftest.err >&5 6504 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6505 (exit $ac_status); } && { 6506 test -z "$ac_c_werror_flag" || 6507 test ! -s conftest.err 6508 } && test -s conftest.$ac_objext; then 5288 6509 ac_cv_c_char_unsigned=no 5289 6510 else 5290 6511 echo "$as_me: failed program was:" >&5 5291 cat conftest.$ac_ext >&5 5292 ac_cv_c_char_unsigned=yes 5293 fi 5294 rm -f conftest.$ac_objext conftest.$ac_ext 5295 fi 5296 echo "$as_me:$LINENO: result: $ac_cv_c_char_unsigned" >&5 5297 echo "${ECHO_T}$ac_cv_c_char_unsigned" >&6 6512 sed 's/^/| /' conftest.$ac_ext >&5 6513 6514 ac_cv_c_char_unsigned=yes 6515 fi 6516 6517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6518 fi 6519 { echo "$as_me:$LINENO: result: $ac_cv_c_char_unsigned" >&5 6520 echo "${ECHO_T}$ac_cv_c_char_unsigned" >&6; } 5298 6521 if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then 5299 6522 cat >>confdefs.h <<\_ACEOF … … 5318 6541 5319 6542 5320 echo "$as_me:$LINENO: checking whether NLS is requested" >&55321 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 5322 # Check whether --enable-nls or --disable-nlswas given.6543 { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 6544 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } 6545 # Check whether --enable-nls was given. 5323 6546 if test "${enable_nls+set}" = set; then 5324 enableval="$enable_nls" 5325 USE_NLS=$enableval 6547 enableval=$enable_nls; USE_NLS=$enableval 5326 6548 else 5327 6549 USE_NLS=yes 5328 fi; 5329 echo "$as_me:$LINENO: result: $USE_NLS" >&5 5330 echo "${ECHO_T}$USE_NLS" >&6 6550 fi 6551 6552 { echo "$as_me:$LINENO: result: $USE_NLS" >&5 6553 echo "${ECHO_T}$USE_NLS" >&6; } 5331 6554 5332 6555 … … 5365 6588 # Extract the first word of "msgfmt", so it can be a program name with args. 5366 6589 set dummy msgfmt; ac_word=$2 5367 echo "$as_me:$LINENO: checking for $ac_word" >&55368 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 6590 { echo "$as_me:$LINENO: checking for $ac_word" >&5 6591 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5369 6592 if test "${ac_cv_path_MSGFMT+set}" = set; then 5370 6593 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5396 6619 MSGFMT="$ac_cv_path_MSGFMT" 5397 6620 if test "$MSGFMT" != ":"; then 5398 echo "$as_me:$LINENO: result: $MSGFMT" >&55399 echo "${ECHO_T}$MSGFMT" >&6 5400 else 5401 echo "$as_me:$LINENO: result: no" >&55402 echo "${ECHO_T}no" >&6 6621 { echo "$as_me:$LINENO: result: $MSGFMT" >&5 6622 echo "${ECHO_T}$MSGFMT" >&6; } 6623 else 6624 { echo "$as_me:$LINENO: result: no" >&5 6625 echo "${ECHO_T}no" >&6; } 5403 6626 fi 5404 6627 5405 6628 # Extract the first word of "gmsgfmt", so it can be a program name with args. 5406 6629 set dummy gmsgfmt; ac_word=$2 5407 echo "$as_me:$LINENO: checking for $ac_word" >&55408 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 6630 { echo "$as_me:$LINENO: checking for $ac_word" >&5 6631 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5409 6632 if test "${ac_cv_path_GMSGFMT+set}" = set; then 5410 6633 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5421 6644 test -z "$as_dir" && as_dir=. 5422 6645 for ac_exec_ext in '' $ac_executable_extensions; do 5423 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then6646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5424 6647 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" 5425 6648 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5428 6651 done 5429 6652 done 6653 IFS=$as_save_IFS 5430 6654 5431 6655 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" … … 5434 6658 fi 5435 6659 GMSGFMT=$ac_cv_path_GMSGFMT 5436 5437 6660 if test -n "$GMSGFMT"; then 5438 echo "$as_me:$LINENO: result: $GMSGFMT" >&5 5439 echo "${ECHO_T}$GMSGFMT" >&6 5440 else 5441 echo "$as_me:$LINENO: result: no" >&5 5442 echo "${ECHO_T}no" >&6 5443 fi 6661 { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 6662 echo "${ECHO_T}$GMSGFMT" >&6; } 6663 else 6664 { echo "$as_me:$LINENO: result: no" >&5 6665 echo "${ECHO_T}no" >&6; } 6666 fi 6667 5444 6668 5445 6669 … … 5475 6699 # Extract the first word of "xgettext", so it can be a program name with args. 5476 6700 set dummy xgettext; ac_word=$2 5477 echo "$as_me:$LINENO: checking for $ac_word" >&55478 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 6701 { echo "$as_me:$LINENO: checking for $ac_word" >&5 6702 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5479 6703 if test "${ac_cv_path_XGETTEXT+set}" = set; then 5480 6704 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5506 6730 XGETTEXT="$ac_cv_path_XGETTEXT" 5507 6731 if test "$XGETTEXT" != ":"; then 5508 echo "$as_me:$LINENO: result: $XGETTEXT" >&55509 echo "${ECHO_T}$XGETTEXT" >&6 5510 else 5511 echo "$as_me:$LINENO: result: no" >&55512 echo "${ECHO_T}no" >&6 6732 { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 6733 echo "${ECHO_T}$XGETTEXT" >&6; } 6734 else 6735 { echo "$as_me:$LINENO: result: no" >&5 6736 echo "${ECHO_T}no" >&6; } 5513 6737 fi 5514 6738 … … 5546 6770 # Extract the first word of "msgmerge", so it can be a program name with args. 5547 6771 set dummy msgmerge; ac_word=$2 5548 echo "$as_me:$LINENO: checking for $ac_word" >&55549 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 6772 { echo "$as_me:$LINENO: checking for $ac_word" >&5 6773 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5550 6774 if test "${ac_cv_path_MSGMERGE+set}" = set; then 5551 6775 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5576 6800 MSGMERGE="$ac_cv_path_MSGMERGE" 5577 6801 if test "$MSGMERGE" != ":"; then 5578 echo "$as_me:$LINENO: result: $MSGMERGE" >&55579 echo "${ECHO_T}$MSGMERGE" >&6 5580 else 5581 echo "$as_me:$LINENO: result: no" >&55582 echo "${ECHO_T}no" >&6 6802 { echo "$as_me:$LINENO: result: $MSGMERGE" >&5 6803 echo "${ECHO_T}$MSGMERGE" >&6; } 6804 else 6805 { echo "$as_me:$LINENO: result: no" >&5 6806 echo "${ECHO_T}no" >&6; } 5583 6807 fi 5584 6808 … … 5590 6814 else 5591 6815 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` 5592 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&55593 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6 6816 { echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 6817 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } 5594 6818 GMSGFMT=":" 5595 6819 fi … … 5601 6825 : ; 5602 6826 else 5603 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&55604 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6 6827 { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 6828 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; } 5605 6829 XGETTEXT=":" 5606 6830 fi … … 5611 6835 5612 6836 5613 echo "$as_me:$LINENO: checking for off_t" >&55614 echo $ECHO_N "checking for off_t... $ECHO_C" >&6 6837 { echo "$as_me:$LINENO: checking for off_t" >&5 6838 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } 5615 6839 if test "${ac_cv_type_off_t+set}" = set; then 5616 6840 echo $ECHO_N "(cached) $ECHO_C" >&6 5617 6841 else 5618 6842 cat >conftest.$ac_ext <<_ACEOF 5619 #line $LINENO "configure" 5620 #include "confdefs.h" 6843 /* confdefs.h. */ 6844 _ACEOF 6845 cat confdefs.h >>conftest.$ac_ext 6846 cat >>conftest.$ac_ext <<_ACEOF 6847 /* end confdefs.h. */ 5621 6848 $ac_includes_default 5622 #ifdef F77_DUMMY_MAIN 5623 # ifdef __cplusplus 5624 extern "C" 5625 # endif 5626 int F77_DUMMY_MAIN() { return 1; } 5627 #endif 6849 typedef off_t ac__type_new_; 5628 6850 int 5629 6851 main () 5630 6852 { 5631 if (( off_t*) 0)5632 return 0; 5633 if (sizeof ( off_t))6853 if ((ac__type_new_ *) 0) 6854 return 0; 6855 if (sizeof (ac__type_new_)) 5634 6856 return 0; 5635 6857 ; … … 5638 6860 _ACEOF 5639 6861 rm -f conftest.$ac_objext 5640 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5641 (eval $ac_compile) 2>&5 5642 ac_status=$? 5643 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5644 (exit $ac_status); } && 5645 { ac_try='test -s conftest.$ac_objext' 5646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5647 (eval $ac_try) 2>&5 5648 ac_status=$? 5649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5650 (exit $ac_status); }; }; then 6862 if { (ac_try="$ac_compile" 6863 case "(($ac_try" in 6864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6865 *) ac_try_echo=$ac_try;; 6866 esac 6867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6868 (eval "$ac_compile") 2>conftest.er1 6869 ac_status=$? 6870 grep -v '^ *+' conftest.er1 >conftest.err 6871 rm -f conftest.er1 6872 cat conftest.err >&5 6873 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6874 (exit $ac_status); } && { 6875 test -z "$ac_c_werror_flag" || 6876 test ! -s conftest.err 6877 } && test -s conftest.$ac_objext; then 5651 6878 ac_cv_type_off_t=yes 5652 6879 else 5653 6880 echo "$as_me: failed program was:" >&5 5654 cat conftest.$ac_ext >&5 5655 ac_cv_type_off_t=no 5656 fi 5657 rm -f conftest.$ac_objext conftest.$ac_ext 5658 fi 5659 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 5660 echo "${ECHO_T}$ac_cv_type_off_t" >&6 6881 sed 's/^/| /' conftest.$ac_ext >&5 6882 6883 ac_cv_type_off_t=no 6884 fi 6885 6886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6887 fi 6888 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 6889 echo "${ECHO_T}$ac_cv_type_off_t" >&6; } 5661 6890 if test $ac_cv_type_off_t = yes; then 5662 6891 : … … 5664 6893 5665 6894 cat >>confdefs.h <<_ACEOF 5666 #define off_t long 5667 _ACEOF 5668 5669 fi 5670 5671 echo "$as_me:$LINENO: checking for size_t" >&55672 echo $ECHO_N "checking for size_t... $ECHO_C" >&6 6895 #define off_t long int 6896 _ACEOF 6897 6898 fi 6899 6900 { echo "$as_me:$LINENO: checking for size_t" >&5 6901 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } 5673 6902 if test "${ac_cv_type_size_t+set}" = set; then 5674 6903 echo $ECHO_N "(cached) $ECHO_C" >&6 5675 6904 else 5676 6905 cat >conftest.$ac_ext <<_ACEOF 5677 #line $LINENO "configure" 5678 #include "confdefs.h" 6906 /* confdefs.h. */ 6907 _ACEOF 6908 cat confdefs.h >>conftest.$ac_ext 6909 cat >>conftest.$ac_ext <<_ACEOF 6910 /* end confdefs.h. */ 5679 6911 $ac_includes_default 5680 #ifdef F77_DUMMY_MAIN 5681 # ifdef __cplusplus 5682 extern "C" 5683 # endif 5684 int F77_DUMMY_MAIN() { return 1; } 5685 #endif 6912 typedef size_t ac__type_new_; 5686 6913 int 5687 6914 main () 5688 6915 { 5689 if (( size_t*) 0)5690 return 0; 5691 if (sizeof ( size_t))6916 if ((ac__type_new_ *) 0) 6917 return 0; 6918 if (sizeof (ac__type_new_)) 5692 6919 return 0; 5693 6920 ; … … 5696 6923 _ACEOF 5697 6924 rm -f conftest.$ac_objext 5698 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5699 (eval $ac_compile) 2>&5 5700 ac_status=$? 5701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5702 (exit $ac_status); } && 5703 { ac_try='test -s conftest.$ac_objext' 5704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5705 (eval $ac_try) 2>&5 5706 ac_status=$? 5707 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5708 (exit $ac_status); }; }; then 6925 if { (ac_try="$ac_compile" 6926 case "(($ac_try" in 6927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6928 *) ac_try_echo=$ac_try;; 6929 esac 6930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6931 (eval "$ac_compile") 2>conftest.er1 6932 ac_status=$? 6933 grep -v '^ *+' conftest.er1 >conftest.err 6934 rm -f conftest.er1 6935 cat conftest.err >&5 6936 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6937 (exit $ac_status); } && { 6938 test -z "$ac_c_werror_flag" || 6939 test ! -s conftest.err 6940 } && test -s conftest.$ac_objext; then 5709 6941 ac_cv_type_size_t=yes 5710 6942 else 5711 6943 echo "$as_me: failed program was:" >&5 5712 cat conftest.$ac_ext >&5 5713 ac_cv_type_size_t=no 5714 fi 5715 rm -f conftest.$ac_objext conftest.$ac_ext 5716 fi 5717 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 5718 echo "${ECHO_T}$ac_cv_type_size_t" >&6 6944 sed 's/^/| /' conftest.$ac_ext >&5 6945 6946 ac_cv_type_size_t=no 6947 fi 6948 6949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6950 fi 6951 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 6952 echo "${ECHO_T}$ac_cv_type_size_t" >&6; } 5719 6953 if test $ac_cv_type_size_t = yes; then 5720 6954 : … … 5722 6956 5723 6957 cat >>confdefs.h <<_ACEOF 5724 #define size_t unsigned 6958 #define size_t unsigned int 5725 6959 _ACEOF 5726 6960 … … 5729 6963 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 5730 6964 # for constant arguments. Useless! 5731 echo "$as_me:$LINENO: checking for working alloca.h" >&55732 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 6965 { echo "$as_me:$LINENO: checking for working alloca.h" >&5 6966 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } 5733 6967 if test "${ac_cv_working_alloca_h+set}" = set; then 5734 6968 echo $ECHO_N "(cached) $ECHO_C" >&6 5735 6969 else 5736 6970 cat >conftest.$ac_ext <<_ACEOF 5737 #line $LINENO "configure" 5738 #include "confdefs.h" 6971 /* confdefs.h. */ 6972 _ACEOF 6973 cat confdefs.h >>conftest.$ac_ext 6974 cat >>conftest.$ac_ext <<_ACEOF 6975 /* end confdefs.h. */ 5739 6976 #include <alloca.h> 5740 #ifdef F77_DUMMY_MAIN5741 # ifdef __cplusplus5742 extern "C"5743 # endif5744 int F77_DUMMY_MAIN() { return 1; }5745 #endif5746 6977 int 5747 6978 main () 5748 6979 { 5749 6980 char *p = (char *) alloca (2 * sizeof (int)); 6981 if (p) return 0; 5750 6982 ; 5751 6983 return 0; … … 5753 6985 _ACEOF 5754 6986 rm -f conftest.$ac_objext conftest$ac_exeext 5755 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 5756 (eval $ac_link) 2>&5 5757 ac_status=$? 5758 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5759 (exit $ac_status); } && 5760 { ac_try='test -s conftest$ac_exeext' 5761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5762 (eval $ac_try) 2>&5 5763 ac_status=$? 5764 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5765 (exit $ac_status); }; }; then 6987 if { (ac_try="$ac_link" 6988 case "(($ac_try" in 6989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6990 *) ac_try_echo=$ac_try;; 6991 esac 6992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6993 (eval "$ac_link") 2>conftest.er1 6994 ac_status=$? 6995 grep -v '^ *+' conftest.er1 >conftest.err 6996 rm -f conftest.er1 6997 cat conftest.err >&5 6998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6999 (exit $ac_status); } && { 7000 test -z "$ac_c_werror_flag" || 7001 test ! -s conftest.err 7002 } && test -s conftest$ac_exeext && 7003 $as_test_x conftest$ac_exeext; then 5766 7004 ac_cv_working_alloca_h=yes 5767 7005 else 5768 7006 echo "$as_me: failed program was:" >&5 5769 cat conftest.$ac_ext >&5 5770 ac_cv_working_alloca_h=no 5771 fi 5772 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5773 fi 5774 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 5775 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 7007 sed 's/^/| /' conftest.$ac_ext >&5 7008 7009 ac_cv_working_alloca_h=no 7010 fi 7011 7012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7013 conftest$ac_exeext conftest.$ac_ext 7014 fi 7015 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 7016 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } 5776 7017 if test $ac_cv_working_alloca_h = yes; then 5777 7018 … … 5782 7023 fi 5783 7024 5784 echo "$as_me:$LINENO: checking for alloca" >&55785 echo $ECHO_N "checking for alloca... $ECHO_C" >&6 7025 { echo "$as_me:$LINENO: checking for alloca" >&5 7026 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } 5786 7027 if test "${ac_cv_func_alloca_works+set}" = set; then 5787 7028 echo $ECHO_N "(cached) $ECHO_C" >&6 5788 7029 else 5789 7030 cat >conftest.$ac_ext <<_ACEOF 5790 #line $LINENO "configure" 5791 #include "confdefs.h" 7031 /* confdefs.h. */ 7032 _ACEOF 7033 cat confdefs.h >>conftest.$ac_ext 7034 cat >>conftest.$ac_ext <<_ACEOF 7035 /* end confdefs.h. */ 5792 7036 #ifdef __GNUC__ 5793 7037 # define alloca __builtin_alloca … … 5797 7041 # define alloca _alloca 5798 7042 # else 5799 # if HAVE_ALLOCA_H7043 # ifdef HAVE_ALLOCA_H 5800 7044 # include <alloca.h> 5801 7045 # else … … 5811 7055 #endif 5812 7056 5813 #ifdef F77_DUMMY_MAIN5814 # ifdef __cplusplus5815 extern "C"5816 # endif5817 int F77_DUMMY_MAIN() { return 1; }5818 #endif5819 7057 int 5820 7058 main () 5821 7059 { 5822 7060 char *p = (char *) alloca (1); 7061 if (p) return 0; 5823 7062 ; 5824 7063 return 0; … … 5826 7065 _ACEOF 5827 7066 rm -f conftest.$ac_objext conftest$ac_exeext 5828 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 5829 (eval $ac_link) 2>&5 5830 ac_status=$? 5831 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5832 (exit $ac_status); } && 5833 { ac_try='test -s conftest$ac_exeext' 5834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5835 (eval $ac_try) 2>&5 5836 ac_status=$? 5837 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5838 (exit $ac_status); }; }; then 7067 if { (ac_try="$ac_link" 7068 case "(($ac_try" in 7069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7070 *) ac_try_echo=$ac_try;; 7071 esac 7072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7073 (eval "$ac_link") 2>conftest.er1 7074 ac_status=$? 7075 grep -v '^ *+' conftest.er1 >conftest.err 7076 rm -f conftest.er1 7077 cat conftest.err >&5 7078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7079 (exit $ac_status); } && { 7080 test -z "$ac_c_werror_flag" || 7081 test ! -s conftest.err 7082 } && test -s conftest$ac_exeext && 7083 $as_test_x conftest$ac_exeext; then 5839 7084 ac_cv_func_alloca_works=yes 5840 7085 else 5841 7086 echo "$as_me: failed program was:" >&5 5842 cat conftest.$ac_ext >&5 5843 ac_cv_func_alloca_works=no 5844 fi 5845 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5846 fi 5847 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 5848 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 7087 sed 's/^/| /' conftest.$ac_ext >&5 7088 7089 ac_cv_func_alloca_works=no 7090 fi 7091 7092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7093 conftest$ac_exeext conftest.$ac_ext 7094 fi 7095 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 7096 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } 5849 7097 5850 7098 if test $ac_cv_func_alloca_works = yes; then … … 5860 7108 # use ar to extract alloca.o from them instead of compiling alloca.c. 5861 7109 5862 ALLOCA= alloca.$ac_objext7110 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext 5863 7111 5864 7112 cat >>confdefs.h <<\_ACEOF … … 5867 7115 5868 7116 5869 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&55870 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 7117 { echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 7118 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } 5871 7119 if test "${ac_cv_os_cray+set}" = set; then 5872 7120 echo $ECHO_N "(cached) $ECHO_C" >&6 5873 7121 else 5874 7122 cat >conftest.$ac_ext <<_ACEOF 5875 #line $LINENO "configure" 5876 #include "confdefs.h" 5877 #if defined(CRAY) && ! defined(CRAY2) 7123 /* confdefs.h. */ 7124 _ACEOF 7125 cat confdefs.h >>conftest.$ac_ext 7126 cat >>conftest.$ac_ext <<_ACEOF 7127 /* end confdefs.h. */ 7128 #if defined CRAY && ! defined CRAY2 5878 7129 webecray 5879 7130 #else … … 5883 7134 _ACEOF 5884 7135 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 5885 egrep"webecray" >/dev/null 2>&1; then7136 $EGREP "webecray" >/dev/null 2>&1; then 5886 7137 ac_cv_os_cray=yes 5887 7138 else … … 5891 7142 5892 7143 fi 5893 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&55894 echo "${ECHO_T}$ac_cv_os_cray" >&6 7144 { echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 7145 echo "${ECHO_T}$ac_cv_os_cray" >&6; } 5895 7146 if test $ac_cv_os_cray = yes; then 5896 7147 for ac_func in _getb67 GETB67 getb67; do 5897 7148 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5898 echo "$as_me:$LINENO: checking for $ac_func" >&55899 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5900 if eval "test \"\${$as_ac_var+set}\" = set"; then7149 { echo "$as_me:$LINENO: checking for $ac_func" >&5 7150 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 7151 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 5901 7152 echo $ECHO_N "(cached) $ECHO_C" >&6 5902 7153 else 5903 7154 cat >conftest.$ac_ext <<_ACEOF 5904 #line $LINENO "configure" 5905 #include "confdefs.h" 7155 /* confdefs.h. */ 7156 _ACEOF 7157 cat confdefs.h >>conftest.$ac_ext 7158 cat >>conftest.$ac_ext <<_ACEOF 7159 /* end confdefs.h. */ 7160 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 7161 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 7162 #define $ac_func innocuous_$ac_func 7163 5906 7164 /* System header to define __stub macros and hopefully few prototypes, 5907 which can conflict with char $ac_func (); below. */ 5908 #include <assert.h> 5909 /* Override any gcc2 internal prototype to avoid an error. */ 7165 which can conflict with char $ac_func (); below. 7166 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7167 <limits.h> exists even on freestanding compilers. */ 7168 7169 #ifdef __STDC__ 7170 # include <limits.h> 7171 #else 7172 # include <assert.h> 7173 #endif 7174 7175 #undef $ac_func 7176 7177 /* Override any GCC internal prototype to avoid an error. 7178 Use char because int might match the return type of a GCC 7179 builtin and then its argument prototype would still apply. */ 5910 7180 #ifdef __cplusplus 5911 7181 extern "C" 5912 7182 #endif 5913 /* We use char because int might match the return type of a gcc25914 builtin and then its argument prototype would still apply. */5915 7183 char $ac_func (); 5916 char (*f) (); 5917 5918 #ifdef F77_DUMMY_MAIN 5919 # ifdef __cplusplus 5920 extern "C" 5921 # endif 5922 int F77_DUMMY_MAIN() { return 1; } 7184 /* The GNU C library defines this for functions which it implements 7185 to always fail with ENOSYS. Some functions are actually named 7186 something starting with __ and the normal name is an alias. */ 7187 #if defined __stub_$ac_func || defined __stub___$ac_func 7188 choke me 5923 7189 #endif 7190 5924 7191 int 5925 7192 main () 5926 7193 { 5927 /* The GNU C library defines this for functions which it implements 5928 to always fail with ENOSYS. Some functions are actually named 5929 something starting with __ and the normal name is an alias. */ 5930 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 5931 choke me 5932 #else 5933 f = $ac_func; 5934 #endif 5935 7194 return $ac_func (); 5936 7195 ; 5937 7196 return 0; … … 5939 7198 _ACEOF 5940 7199 rm -f conftest.$ac_objext conftest$ac_exeext 5941 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 5942 (eval $ac_link) 2>&5 5943 ac_status=$? 5944 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5945 (exit $ac_status); } && 5946 { ac_try='test -s conftest$ac_exeext' 5947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5948 (eval $ac_try) 2>&5 5949 ac_status=$? 5950 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5951 (exit $ac_status); }; }; then 7200 if { (ac_try="$ac_link" 7201 case "(($ac_try" in 7202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7203 *) ac_try_echo=$ac_try;; 7204 esac 7205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7206 (eval "$ac_link") 2>conftest.er1 7207 ac_status=$? 7208 grep -v '^ *+' conftest.er1 >conftest.err 7209 rm -f conftest.er1 7210 cat conftest.err >&5 7211 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7212 (exit $ac_status); } && { 7213 test -z "$ac_c_werror_flag" || 7214 test ! -s conftest.err 7215 } && test -s conftest$ac_exeext && 7216 $as_test_x conftest$ac_exeext; then 5952 7217 eval "$as_ac_var=yes" 5953 7218 else 5954 7219 echo "$as_me: failed program was:" >&5 5955 cat conftest.$ac_ext >&5 5956 eval "$as_ac_var=no" 5957 fi 5958 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5959 fi 5960 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 5961 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7220 sed 's/^/| /' conftest.$ac_ext >&5 7221 7222 eval "$as_ac_var=no" 7223 fi 7224 7225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7226 conftest$ac_exeext conftest.$ac_ext 7227 fi 7228 ac_res=`eval echo '${'$as_ac_var'}'` 7229 { echo "$as_me:$LINENO: result: $ac_res" >&5 7230 echo "${ECHO_T}$ac_res" >&6; } 5962 7231 if test `eval echo '${'$as_ac_var'}'` = yes; then 5963 7232 … … 5972 7241 fi 5973 7242 5974 echo "$as_me:$LINENO: checking stack direction for C alloca" >&55975 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 7243 { echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 7244 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } 5976 7245 if test "${ac_cv_c_stack_direction+set}" = set; then 5977 7246 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5981 7250 else 5982 7251 cat >conftest.$ac_ext <<_ACEOF 5983 #line $LINENO "configure" 5984 #include "confdefs.h" 7252 /* confdefs.h. */ 7253 _ACEOF 7254 cat confdefs.h >>conftest.$ac_ext 7255 cat >>conftest.$ac_ext <<_ACEOF 7256 /* end confdefs.h. */ 7257 $ac_includes_default 5985 7258 int 5986 7259 find_stack_direction () … … 6000 7273 main () 6001 7274 { 6002 exit (find_stack_direction () < 0);7275 return find_stack_direction () < 0; 6003 7276 } 6004 7277 _ACEOF 6005 7278 rm -f conftest$ac_exeext 6006 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 6007 (eval $ac_link) 2>&5 7279 if { (ac_try="$ac_link" 7280 case "(($ac_try" in 7281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7282 *) ac_try_echo=$ac_try;; 7283 esac 7284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7285 (eval "$ac_link") 2>&5 6008 7286 ac_status=$? 6009 7287 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6010 7288 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6012 (eval $ac_try) 2>&5 7289 { (case "(($ac_try" in 7290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7291 *) ac_try_echo=$ac_try;; 7292 esac 7293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7294 (eval "$ac_try") 2>&5 6013 7295 ac_status=$? 6014 7296 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 6018 7300 echo "$as_me: program exited with status $ac_status" >&5 6019 7301 echo "$as_me: failed program was:" >&5 6020 cat conftest.$ac_ext >&5 7302 sed 's/^/| /' conftest.$ac_ext >&5 7303 6021 7304 ( exit $ac_status ) 6022 7305 ac_cv_c_stack_direction=-1 6023 7306 fi 6024 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6025 fi 6026 fi 6027 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 6028 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 7307 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7308 fi 7309 7310 7311 fi 7312 { echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 7313 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } 6029 7314 6030 7315 cat >>confdefs.h <<_ACEOF … … 6040 7325 do 6041 7326 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6042 if eval "test \"\${$as_ac_Header+set}\" = set"; then6043 echo "$as_me:$LINENO: checking for $ac_header" >&56044 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 6045 if eval "test \"\${$as_ac_Header+set}\" = set"; then7327 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7328 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7329 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7330 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6046 7331 echo $ECHO_N "(cached) $ECHO_C" >&6 6047 7332 fi 6048 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 6049 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 7333 ac_res=`eval echo '${'$as_ac_Header'}'` 7334 { echo "$as_me:$LINENO: result: $ac_res" >&5 7335 echo "${ECHO_T}$ac_res" >&6; } 6050 7336 else 6051 7337 # Is the header compilable? 6052 echo "$as_me:$LINENO: checking $ac_header usability" >&56053 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 7338 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 7339 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 6054 7340 cat >conftest.$ac_ext <<_ACEOF 6055 #line $LINENO "configure" 6056 #include "confdefs.h" 7341 /* confdefs.h. */ 7342 _ACEOF 7343 cat confdefs.h >>conftest.$ac_ext 7344 cat >>conftest.$ac_ext <<_ACEOF 7345 /* end confdefs.h. */ 6057 7346 $ac_includes_default 6058 7347 #include <$ac_header> 6059 7348 _ACEOF 6060 7349 rm -f conftest.$ac_objext 6061 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6062 (eval $ac_compile) 2>&5 6063 ac_status=$? 6064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6065 (exit $ac_status); } && 6066 { ac_try='test -s conftest.$ac_objext' 6067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6068 (eval $ac_try) 2>&5 6069 ac_status=$? 6070 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6071 (exit $ac_status); }; }; then 6072 ac_header_compiler=yes 6073 else 6074 echo "$as_me: failed program was:" >&5 6075 cat conftest.$ac_ext >&5 6076 ac_header_compiler=no 6077 fi 6078 rm -f conftest.$ac_objext conftest.$ac_ext 6079 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6080 echo "${ECHO_T}$ac_header_compiler" >&6 6081 6082 # Is the header present? 6083 echo "$as_me:$LINENO: checking $ac_header presence" >&5 6084 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 6085 cat >conftest.$ac_ext <<_ACEOF 6086 #line $LINENO "configure" 6087 #include "confdefs.h" 6088 #include <$ac_header> 6089 _ACEOF 6090 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6091 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6092 ac_status=$? 6093 egrep -v '^ *\+' conftest.er1 >conftest.err 7350 if { (ac_try="$ac_compile" 7351 case "(($ac_try" in 7352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7353 *) ac_try_echo=$ac_try;; 7354 esac 7355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7356 (eval "$ac_compile") 2>conftest.er1 7357 ac_status=$? 7358 grep -v '^ *+' conftest.er1 >conftest.err 6094 7359 rm -f conftest.er1 6095 7360 cat conftest.err >&5 6096 7361 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6097 (exit $ac_status); } >/dev/null; then 6098 if test -s conftest.err; then 6099 ac_cpp_err=$ac_c_preproc_warn_flag 6100 else 6101 ac_cpp_err= 6102 fi 6103 else 6104 ac_cpp_err=yes 6105 fi 6106 if test -z "$ac_cpp_err"; then 7362 (exit $ac_status); } && { 7363 test -z "$ac_c_werror_flag" || 7364 test ! -s conftest.err 7365 } && test -s conftest.$ac_objext; then 7366 ac_header_compiler=yes 7367 else 7368 echo "$as_me: failed program was:" >&5 7369 sed 's/^/| /' conftest.$ac_ext >&5 7370 7371 ac_header_compiler=no 7372 fi 7373 7374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7375 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7376 echo "${ECHO_T}$ac_header_compiler" >&6; } 7377 7378 # Is the header present? 7379 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 7380 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7381 cat >conftest.$ac_ext <<_ACEOF 7382 /* confdefs.h. */ 7383 _ACEOF 7384 cat confdefs.h >>conftest.$ac_ext 7385 cat >>conftest.$ac_ext <<_ACEOF 7386 /* end confdefs.h. */ 7387 #include <$ac_header> 7388 _ACEOF 7389 if { (ac_try="$ac_cpp conftest.$ac_ext" 7390 case "(($ac_try" in 7391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7392 *) ac_try_echo=$ac_try;; 7393 esac 7394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7395 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7396 ac_status=$? 7397 grep -v '^ *+' conftest.er1 >conftest.err 7398 rm -f conftest.er1 7399 cat conftest.err >&5 7400 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7401 (exit $ac_status); } >/dev/null && { 7402 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 7403 test ! -s conftest.err 7404 }; then 6107 7405 ac_header_preproc=yes 6108 7406 else 6109 7407 echo "$as_me: failed program was:" >&5 6110 cat conftest.$ac_ext >&5 7408 sed 's/^/| /' conftest.$ac_ext >&5 7409 6111 7410 ac_header_preproc=no 6112 7411 fi 7412 6113 7413 rm -f conftest.err conftest.$ac_ext 6114 echo "$as_me:$LINENO: result: $ac_header_preproc" >&56115 echo "${ECHO_T}$ac_header_preproc" >&6 7414 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7415 echo "${ECHO_T}$ac_header_preproc" >&6; } 6116 7416 6117 7417 # So? What about this header? 6118 case $ac_header_compiler:$ac_header_preproc in6119 yes:no )7418 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7419 yes:no: ) 6120 7420 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6121 7421 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6122 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6123 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 6124 no:yes ) 7422 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 7423 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7424 ac_header_preproc=yes 7425 ;; 7426 no:yes:* ) 6125 7427 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6126 7428 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6127 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6128 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7429 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7430 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7431 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 7432 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 7433 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 7434 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6129 7435 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6130 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 6131 esac 6132 echo "$as_me:$LINENO: checking for $ac_header" >&5 6133 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 6134 if eval "test \"\${$as_ac_Header+set}\" = set"; then 7436 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7437 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 7438 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7439 ( cat <<\_ASBOX 7440 ## ------------------------------- ## 7441 ## Report this to bug-bash@gnu.org ## 7442 ## ------------------------------- ## 7443 _ASBOX 7444 ) | sed "s/^/$as_me: WARNING: /" >&2 7445 ;; 7446 esac 7447 { echo "$as_me:$LINENO: checking for $ac_header" >&5 7448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6135 7450 echo $ECHO_N "(cached) $ECHO_C" >&6 6136 7451 else 6137 eval "$as_ac_Header=$ac_header_preproc" 6138 fi 6139 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 6140 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 7452 eval "$as_ac_Header=\$ac_header_preproc" 7453 fi 7454 ac_res=`eval echo '${'$as_ac_Header'}'` 7455 { echo "$as_me:$LINENO: result: $ac_res" >&5 7456 echo "${ECHO_T}$ac_res" >&6; } 6141 7457 6142 7458 fi … … 6154 7470 do 6155 7471 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6156 echo "$as_me:$LINENO: checking for $ac_func" >&56157 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6158 if eval "test \"\${$as_ac_var+set}\" = set"; then7472 { echo "$as_me:$LINENO: checking for $ac_func" >&5 7473 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 7474 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 6159 7475 echo $ECHO_N "(cached) $ECHO_C" >&6 6160 7476 else 6161 7477 cat >conftest.$ac_ext <<_ACEOF 6162 #line $LINENO "configure" 6163 #include "confdefs.h" 7478 /* confdefs.h. */ 7479 _ACEOF 7480 cat confdefs.h >>conftest.$ac_ext 7481 cat >>conftest.$ac_ext <<_ACEOF 7482 /* end confdefs.h. */ 7483 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 7484 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 7485 #define $ac_func innocuous_$ac_func 7486 6164 7487 /* System header to define __stub macros and hopefully few prototypes, 6165 which can conflict with char $ac_func (); below. */ 6166 #include <assert.h> 6167 /* Override any gcc2 internal prototype to avoid an error. */ 7488 which can conflict with char $ac_func (); below. 7489 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7490 <limits.h> exists even on freestanding compilers. */ 7491 7492 #ifdef __STDC__ 7493 # include <limits.h> 7494 #else 7495 # include <assert.h> 7496 #endif 7497 7498 #undef $ac_func 7499 7500 /* Override any GCC internal prototype to avoid an error. 7501 Use char because int might match the return type of a GCC 7502 builtin and then its argument prototype would still apply. */ 6168 7503 #ifdef __cplusplus 6169 7504 extern "C" 6170 7505 #endif 6171 /* We use char because int might match the return type of a gcc26172 builtin and then its argument prototype would still apply. */6173 7506 char $ac_func (); 6174 char (*f) (); 6175 6176 #ifdef F77_DUMMY_MAIN 6177 # ifdef __cplusplus 6178 extern "C" 6179 # endif 6180 int F77_DUMMY_MAIN() { return 1; } 7507 /* The GNU C library defines this for functions which it implements 7508 to always fail with ENOSYS. Some functions are actually named 7509 something starting with __ and the normal name is an alias. */ 7510 #if defined __stub_$ac_func || defined __stub___$ac_func 7511 choke me 6181 7512 #endif 7513 6182 7514 int 6183 7515 main () 6184 7516 { 6185 /* The GNU C library defines this for functions which it implements 6186 to always fail with ENOSYS. Some functions are actually named 6187 something starting with __ and the normal name is an alias. */ 6188 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 6189 choke me 6190 #else 6191 f = $ac_func; 6192 #endif 6193 7517 return $ac_func (); 6194 7518 ; 6195 7519 return 0; … … 6197 7521 _ACEOF 6198 7522 rm -f conftest.$ac_objext conftest$ac_exeext 6199 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 6200 (eval $ac_link) 2>&5 6201 ac_status=$? 6202 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6203 (exit $ac_status); } && 6204 { ac_try='test -s conftest$ac_exeext' 6205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6206 (eval $ac_try) 2>&5 6207 ac_status=$? 6208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6209 (exit $ac_status); }; }; then 7523 if { (ac_try="$ac_link" 7524 case "(($ac_try" in 7525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7526 *) ac_try_echo=$ac_try;; 7527 esac 7528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7529 (eval "$ac_link") 2>conftest.er1 7530 ac_status=$? 7531 grep -v '^ *+' conftest.er1 >conftest.err 7532 rm -f conftest.er1 7533 cat conftest.err >&5 7534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7535 (exit $ac_status); } && { 7536 test -z "$ac_c_werror_flag" || 7537 test ! -s conftest.err 7538 } && test -s conftest$ac_exeext && 7539 $as_test_x conftest$ac_exeext; then 6210 7540 eval "$as_ac_var=yes" 6211 7541 else 6212 7542 echo "$as_me: failed program was:" >&5 6213 cat conftest.$ac_ext >&5 6214 eval "$as_ac_var=no" 6215 fi 6216 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6217 fi 6218 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 6219 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7543 sed 's/^/| /' conftest.$ac_ext >&5 7544 7545 eval "$as_ac_var=no" 7546 fi 7547 7548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7549 conftest$ac_exeext conftest.$ac_ext 7550 fi 7551 ac_res=`eval echo '${'$as_ac_var'}'` 7552 { echo "$as_me:$LINENO: result: $ac_res" >&5 7553 echo "${ECHO_T}$ac_res" >&6; } 6220 7554 if test `eval echo '${'$as_ac_var'}'` = yes; then 6221 7555 cat >>confdefs.h <<_ACEOF … … 6226 7560 done 6227 7561 6228 echo "$as_me:$LINENO: checking for working mmap" >&56229 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 7562 { echo "$as_me:$LINENO: checking for working mmap" >&5 7563 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } 6230 7564 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then 6231 7565 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6235 7569 else 6236 7570 cat >conftest.$ac_ext <<_ACEOF 6237 #line $LINENO "configure" 6238 #include "confdefs.h" 7571 /* confdefs.h. */ 7572 _ACEOF 7573 cat confdefs.h >>conftest.$ac_ext 7574 cat >>conftest.$ac_ext <<_ACEOF 7575 /* end confdefs.h. */ 6239 7576 $ac_includes_default 6240 7577 /* malloc might have been renamed as rpl_malloc. */ … … 6266 7603 #include <sys/mman.h> 6267 7604 6268 #if ! STDC_HEADERS && !HAVE_STDLIB_H7605 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H 6269 7606 char *malloc (); 6270 7607 #endif 6271 7608 6272 7609 /* This mess was copied from the GNU getpagesize.h. */ 6273 #if !HAVE_GETPAGESIZE7610 #ifndef HAVE_GETPAGESIZE 6274 7611 /* Assume that all systems that can run configure have sys/param.h. */ 6275 # if !HAVE_SYS_PARAM_H7612 # ifndef HAVE_SYS_PARAM_H 6276 7613 # define HAVE_SYS_PARAM_H 1 6277 7614 # endif … … 6280 7617 # define getpagesize() sysconf(_SC_PAGESIZE) 6281 7618 # else /* no _SC_PAGESIZE */ 6282 # if HAVE_SYS_PARAM_H7619 # ifdef HAVE_SYS_PARAM_H 6283 7620 # include <sys/param.h> 6284 7621 # ifdef EXEC_PAGESIZE … … 6319 7656 data = (char *) malloc (pagesize); 6320 7657 if (!data) 6321 exit (1);7658 return 1; 6322 7659 for (i = 0; i < pagesize; ++i) 6323 7660 *(data + i) = rand (); … … 6325 7662 fd = creat ("conftest.mmap", 0600); 6326 7663 if (fd < 0) 6327 exit (1);7664 return 1; 6328 7665 if (write (fd, data, pagesize) != pagesize) 6329 exit (1);7666 return 1; 6330 7667 close (fd); 6331 7668 … … 6335 7672 fd = open ("conftest.mmap", O_RDWR); 6336 7673 if (fd < 0) 6337 exit (1);7674 return 1; 6338 7675 data2 = (char *) malloc (2 * pagesize); 6339 7676 if (!data2) 6340 exit (1);6341 data2 += (pagesize - (( int) data2 & (pagesize - 1))) & (pagesize - 1);7677 return 1; 7678 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1); 6342 7679 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, 6343 6344 exit (1);7680 MAP_PRIVATE | MAP_FIXED, fd, 0L)) 7681 return 1; 6345 7682 for (i = 0; i < pagesize; ++i) 6346 7683 if (*(data + i) != *(data2 + i)) 6347 exit (1);7684 return 1; 6348 7685 6349 7686 /* Finally, make sure that changes to the mapped area do not … … 6354 7691 data3 = (char *) malloc (pagesize); 6355 7692 if (!data3) 6356 exit (1);7693 return 1; 6357 7694 if (read (fd, data3, pagesize) != pagesize) 6358 exit (1);7695 return 1; 6359 7696 for (i = 0; i < pagesize; ++i) 6360 7697 if (*(data + i) != *(data3 + i)) 6361 exit (1);7698 return 1; 6362 7699 close (fd); 6363 exit (0);7700 return 0; 6364 7701 } 6365 7702 _ACEOF 6366 7703 rm -f conftest$ac_exeext 6367 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 6368 (eval $ac_link) 2>&5 7704 if { (ac_try="$ac_link" 7705 case "(($ac_try" in 7706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7707 *) ac_try_echo=$ac_try;; 7708 esac 7709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7710 (eval "$ac_link") 2>&5 6369 7711 ac_status=$? 6370 7712 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6371 7713 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6373 (eval $ac_try) 2>&5 7714 { (case "(($ac_try" in 7715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7716 *) ac_try_echo=$ac_try;; 7717 esac 7718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7719 (eval "$ac_try") 2>&5 6374 7720 ac_status=$? 6375 7721 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 6379 7725 echo "$as_me: program exited with status $ac_status" >&5 6380 7726 echo "$as_me: failed program was:" >&5 6381 cat conftest.$ac_ext >&5 7727 sed 's/^/| /' conftest.$ac_ext >&5 7728 6382 7729 ( exit $ac_status ) 6383 7730 ac_cv_func_mmap_fixed_mapped=no 6384 7731 fi 6385 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6386 fi 6387 fi 6388 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 6389 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 7732 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7733 fi 7734 7735 7736 fi 7737 { echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 7738 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } 6390 7739 if test $ac_cv_func_mmap_fixed_mapped = yes; then 6391 7740 … … 6398 7747 6399 7748 6400 echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&56401 echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6 7749 { echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5 7750 echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6; } 6402 7751 if test "${ac_cv_gnu_library_2_1+set}" = set; then 6403 7752 echo $ECHO_N "(cached) $ECHO_C" >&6 6404 7753 else 6405 7754 cat >conftest.$ac_ext <<_ACEOF 6406 #line $LINENO "configure" 6407 #include "confdefs.h" 7755 /* confdefs.h. */ 7756 _ACEOF 7757 cat confdefs.h >>conftest.$ac_ext 7758 cat >>conftest.$ac_ext <<_ACEOF 7759 /* end confdefs.h. */ 6408 7760 6409 7761 #include <features.h> … … 6416 7768 _ACEOF 6417 7769 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 6418 egrep"Lucky GNU user" >/dev/null 2>&1; then7770 $EGREP "Lucky GNU user" >/dev/null 2>&1; then 6419 7771 ac_cv_gnu_library_2_1=yes 6420 7772 else … … 6426 7778 6427 7779 fi 6428 echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&56429 echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6 7780 { echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5 7781 echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6; } 6430 7782 6431 7783 GLIBC21="$ac_cv_gnu_library_2_1" … … 6434 7786 6435 7787 6436 echo "$as_me:$LINENO: checking whether integer division by zero raises SIGFPE" >&56437 echo $ECHO_N "checking whether integer division by zero raises SIGFPE... $ECHO_C" >&6 7788 { echo "$as_me:$LINENO: checking whether integer division by zero raises SIGFPE" >&5 7789 echo $ECHO_N "checking whether integer division by zero raises SIGFPE... $ECHO_C" >&6; } 6438 7790 if test "${gt_cv_int_divbyzero_sigfpe+set}" = set; then 6439 7791 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6452 7804 else 6453 7805 cat >conftest.$ac_ext <<_ACEOF 6454 #line $LINENO "configure" 6455 #include "confdefs.h" 7806 /* confdefs.h. */ 7807 _ACEOF 7808 cat confdefs.h >>conftest.$ac_ext 7809 cat >>conftest.$ac_ext <<_ACEOF 7810 /* end confdefs.h. */ 6456 7811 6457 7812 #include <stdlib.h> … … 6493 7848 _ACEOF 6494 7849 rm -f conftest$ac_exeext 6495 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 6496 (eval $ac_link) 2>&5 7850 if { (ac_try="$ac_link" 7851 case "(($ac_try" in 7852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7853 *) ac_try_echo=$ac_try;; 7854 esac 7855 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7856 (eval "$ac_link") 2>&5 6497 7857 ac_status=$? 6498 7858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6499 7859 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6501 (eval $ac_try) 2>&5 7860 { (case "(($ac_try" in 7861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7862 *) ac_try_echo=$ac_try;; 7863 esac 7864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7865 (eval "$ac_try") 2>&5 6502 7866 ac_status=$? 6503 7867 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 6507 7871 echo "$as_me: program exited with status $ac_status" >&5 6508 7872 echo "$as_me: failed program was:" >&5 6509 cat conftest.$ac_ext >&5 7873 sed 's/^/| /' conftest.$ac_ext >&5 7874 6510 7875 ( exit $ac_status ) 6511 7876 gt_cv_int_divbyzero_sigfpe=no 6512 7877 fi 6513 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6514 fi 6515 6516 fi 6517 echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5 6518 echo "${ECHO_T}$gt_cv_int_divbyzero_sigfpe" >&6 7878 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7879 fi 7880 7881 7882 7883 fi 7884 { echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5 7885 echo "${ECHO_T}$gt_cv_int_divbyzero_sigfpe" >&6; } 6519 7886 case "$gt_cv_int_divbyzero_sigfpe" in 6520 7887 *yes) value=1;; … … 6528 7895 6529 7896 6530 echo "$as_me:$LINENO: checking for inttypes.h" >&56531 echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6 7897 { echo "$as_me:$LINENO: checking for inttypes.h" >&5 7898 echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; } 6532 7899 if test "${jm_ac_cv_header_inttypes_h+set}" = set; then 6533 7900 echo $ECHO_N "(cached) $ECHO_C" >&6 6534 7901 else 6535 7902 cat >conftest.$ac_ext <<_ACEOF 6536 #line $LINENO "configure" 6537 #include "confdefs.h" 7903 /* confdefs.h. */ 7904 _ACEOF 7905 cat confdefs.h >>conftest.$ac_ext 7906 cat >>conftest.$ac_ext <<_ACEOF 7907 /* end confdefs.h. */ 6538 7908 #include <sys/types.h> 6539 7909 #include <inttypes.h> 6540 #ifdef F77_DUMMY_MAIN6541 # ifdef __cplusplus6542 extern "C"6543 # endif6544 int F77_DUMMY_MAIN() { return 1; }6545 #endif6546 7910 int 6547 7911 main () … … 6553 7917 _ACEOF 6554 7918 rm -f conftest.$ac_objext 6555 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6556 (eval $ac_compile) 2>&5 6557 ac_status=$? 6558 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6559 (exit $ac_status); } && 6560 { ac_try='test -s conftest.$ac_objext' 6561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6562 (eval $ac_try) 2>&5 6563 ac_status=$? 6564 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6565 (exit $ac_status); }; }; then 7919 if { (ac_try="$ac_compile" 7920 case "(($ac_try" in 7921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7922 *) ac_try_echo=$ac_try;; 7923 esac 7924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7925 (eval "$ac_compile") 2>conftest.er1 7926 ac_status=$? 7927 grep -v '^ *+' conftest.er1 >conftest.err 7928 rm -f conftest.er1 7929 cat conftest.err >&5 7930 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7931 (exit $ac_status); } && { 7932 test -z "$ac_c_werror_flag" || 7933 test ! -s conftest.err 7934 } && test -s conftest.$ac_objext; then 6566 7935 jm_ac_cv_header_inttypes_h=yes 6567 7936 else 6568 7937 echo "$as_me: failed program was:" >&5 6569 cat conftest.$ac_ext >&5 6570 jm_ac_cv_header_inttypes_h=no 6571 fi 6572 rm -f conftest.$ac_objext conftest.$ac_ext 6573 fi 6574 echo "$as_me:$LINENO: result: $jm_ac_cv_header_inttypes_h" >&5 6575 echo "${ECHO_T}$jm_ac_cv_header_inttypes_h" >&6 7938 sed 's/^/| /' conftest.$ac_ext >&5 7939 7940 jm_ac_cv_header_inttypes_h=no 7941 fi 7942 7943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7944 fi 7945 { echo "$as_me:$LINENO: result: $jm_ac_cv_header_inttypes_h" >&5 7946 echo "${ECHO_T}$jm_ac_cv_header_inttypes_h" >&6; } 6576 7947 if test $jm_ac_cv_header_inttypes_h = yes; then 6577 7948 … … 6583 7954 6584 7955 6585 echo "$as_me:$LINENO: checking for stdint.h" >&56586 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6 7956 { echo "$as_me:$LINENO: checking for stdint.h" >&5 7957 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } 6587 7958 if test "${jm_ac_cv_header_stdint_h+set}" = set; then 6588 7959 echo $ECHO_N "(cached) $ECHO_C" >&6 6589 7960 else 6590 7961 cat >conftest.$ac_ext <<_ACEOF 6591 #line $LINENO "configure" 6592 #include "confdefs.h" 7962 /* confdefs.h. */ 7963 _ACEOF 7964 cat confdefs.h >>conftest.$ac_ext 7965 cat >>conftest.$ac_ext <<_ACEOF 7966 /* end confdefs.h. */ 6593 7967 #include <sys/types.h> 6594 7968 #include <stdint.h> 6595 #ifdef F77_DUMMY_MAIN6596 # ifdef __cplusplus6597 extern "C"6598 # endif6599 int F77_DUMMY_MAIN() { return 1; }6600 #endif6601 7969 int 6602 7970 main () … … 6608 7976 _ACEOF 6609 7977 rm -f conftest.$ac_objext 6610 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6611 (eval $ac_compile) 2>&5 6612 ac_status=$? 6613 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6614 (exit $ac_status); } && 6615 { ac_try='test -s conftest.$ac_objext' 6616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6617 (eval $ac_try) 2>&5 6618 ac_status=$? 6619 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6620 (exit $ac_status); }; }; then 7978 if { (ac_try="$ac_compile" 7979 case "(($ac_try" in 7980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7981 *) ac_try_echo=$ac_try;; 7982 esac 7983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7984 (eval "$ac_compile") 2>conftest.er1 7985 ac_status=$? 7986 grep -v '^ *+' conftest.er1 >conftest.err 7987 rm -f conftest.er1 7988 cat conftest.err >&5 7989 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7990 (exit $ac_status); } && { 7991 test -z "$ac_c_werror_flag" || 7992 test ! -s conftest.err 7993 } && test -s conftest.$ac_objext; then 6621 7994 jm_ac_cv_header_stdint_h=yes 6622 7995 else 6623 7996 echo "$as_me: failed program was:" >&5 6624 cat conftest.$ac_ext >&5 6625 jm_ac_cv_header_stdint_h=no 6626 fi 6627 rm -f conftest.$ac_objext conftest.$ac_ext 6628 fi 6629 echo "$as_me:$LINENO: result: $jm_ac_cv_header_stdint_h" >&5 6630 echo "${ECHO_T}$jm_ac_cv_header_stdint_h" >&6 7997 sed 's/^/| /' conftest.$ac_ext >&5 7998 7999 jm_ac_cv_header_stdint_h=no 8000 fi 8001 8002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8003 fi 8004 { echo "$as_me:$LINENO: result: $jm_ac_cv_header_stdint_h" >&5 8005 echo "${ECHO_T}$jm_ac_cv_header_stdint_h" >&6; } 6631 8006 if test $jm_ac_cv_header_stdint_h = yes; then 6632 8007 … … 6638 8013 6639 8014 6640 echo "$as_me:$LINENO: checking for unsigned long long" >&56641 echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6 8015 { echo "$as_me:$LINENO: checking for unsigned long long" >&5 8016 echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; } 6642 8017 if test "${ac_cv_type_unsigned_long_long+set}" = set; then 6643 8018 echo $ECHO_N "(cached) $ECHO_C" >&6 6644 8019 else 6645 8020 cat >conftest.$ac_ext <<_ACEOF 6646 #line $LINENO "configure" 6647 #include "confdefs.h" 8021 /* confdefs.h. */ 8022 _ACEOF 8023 cat confdefs.h >>conftest.$ac_ext 8024 cat >>conftest.$ac_ext <<_ACEOF 8025 /* end confdefs.h. */ 6648 8026 unsigned long long ull = 1; int i = 63; 6649 #ifdef F77_DUMMY_MAIN6650 # ifdef __cplusplus6651 extern "C"6652 # endif6653 int F77_DUMMY_MAIN() { return 1; }6654 #endif6655 8027 int 6656 8028 main () … … 6663 8035 _ACEOF 6664 8036 rm -f conftest.$ac_objext conftest$ac_exeext 6665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 6666 (eval $ac_link) 2>&5 6667 ac_status=$? 6668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6669 (exit $ac_status); } && 6670 { ac_try='test -s conftest$ac_exeext' 6671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6672 (eval $ac_try) 2>&5 6673 ac_status=$? 6674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6675 (exit $ac_status); }; }; then 8037 if { (ac_try="$ac_link" 8038 case "(($ac_try" in 8039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8040 *) ac_try_echo=$ac_try;; 8041 esac 8042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8043 (eval "$ac_link") 2>conftest.er1 8044 ac_status=$? 8045 grep -v '^ *+' conftest.er1 >conftest.err 8046 rm -f conftest.er1 8047 cat conftest.err >&5 8048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8049 (exit $ac_status); } && { 8050 test -z "$ac_c_werror_flag" || 8051 test ! -s conftest.err 8052 } && test -s conftest$ac_exeext && 8053 $as_test_x conftest$ac_exeext; then 6676 8054 ac_cv_type_unsigned_long_long=yes 6677 8055 else 6678 8056 echo "$as_me: failed program was:" >&5 6679 cat conftest.$ac_ext >&5 6680 ac_cv_type_unsigned_long_long=no 6681 fi 6682 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6683 fi 6684 echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5 6685 echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6 8057 sed 's/^/| /' conftest.$ac_ext >&5 8058 8059 ac_cv_type_unsigned_long_long=no 8060 fi 8061 8062 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8063 conftest$ac_exeext conftest.$ac_ext 8064 fi 8065 { echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5 8066 echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6; } 6686 8067 if test $ac_cv_type_unsigned_long_long = yes; then 6687 8068 … … 6714 8095 6715 8096 6716 echo "$as_me:$LINENO: checking for inttypes.h" >&56717 echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6 8097 { echo "$as_me:$LINENO: checking for inttypes.h" >&5 8098 echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; } 6718 8099 if test "${gt_cv_header_inttypes_h+set}" = set; then 6719 8100 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6721 8102 6722 8103 cat >conftest.$ac_ext <<_ACEOF 6723 #line $LINENO "configure" 6724 #include "confdefs.h" 8104 /* confdefs.h. */ 8105 _ACEOF 8106 cat confdefs.h >>conftest.$ac_ext 8107 cat >>conftest.$ac_ext <<_ACEOF 8108 /* end confdefs.h. */ 6725 8109 #include <sys/types.h> 6726 8110 #include <inttypes.h> 6727 #ifdef F77_DUMMY_MAIN6728 # ifdef __cplusplus6729 extern "C"6730 # endif6731 int F77_DUMMY_MAIN() { return 1; }6732 #endif6733 8111 int 6734 8112 main () … … 6740 8118 _ACEOF 6741 8119 rm -f conftest.$ac_objext 6742 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6743 (eval $ac_compile) 2>&5 6744 ac_status=$? 6745 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6746 (exit $ac_status); } && 6747 { ac_try='test -s conftest.$ac_objext' 6748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6749 (eval $ac_try) 2>&5 6750 ac_status=$? 6751 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6752 (exit $ac_status); }; }; then 8120 if { (ac_try="$ac_compile" 8121 case "(($ac_try" in 8122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8123 *) ac_try_echo=$ac_try;; 8124 esac 8125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8126 (eval "$ac_compile") 2>conftest.er1 8127 ac_status=$? 8128 grep -v '^ *+' conftest.er1 >conftest.err 8129 rm -f conftest.er1 8130 cat conftest.err >&5 8131 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8132 (exit $ac_status); } && { 8133 test -z "$ac_c_werror_flag" || 8134 test ! -s conftest.err 8135 } && test -s conftest.$ac_objext; then 6753 8136 gt_cv_header_inttypes_h=yes 6754 8137 else 6755 8138 echo "$as_me: failed program was:" >&5 6756 cat conftest.$ac_ext >&5 6757 gt_cv_header_inttypes_h=no 6758 fi 6759 rm -f conftest.$ac_objext conftest.$ac_ext 6760 6761 fi 6762 echo "$as_me:$LINENO: result: $gt_cv_header_inttypes_h" >&5 6763 echo "${ECHO_T}$gt_cv_header_inttypes_h" >&6 8139 sed 's/^/| /' conftest.$ac_ext >&5 8140 8141 gt_cv_header_inttypes_h=no 8142 fi 8143 8144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8145 8146 fi 8147 { echo "$as_me:$LINENO: result: $gt_cv_header_inttypes_h" >&5 8148 echo "${ECHO_T}$gt_cv_header_inttypes_h" >&6; } 6764 8149 if test $gt_cv_header_inttypes_h = yes; then 6765 8150 … … 6773 8158 6774 8159 if test $gt_cv_header_inttypes_h = yes; then 6775 echo "$as_me:$LINENO: checking whether the inttypes.h PRIxNN macros are broken" >&56776 echo $ECHO_N "checking whether the inttypes.h PRIxNN macros are broken... $ECHO_C" >&6 8160 { echo "$as_me:$LINENO: checking whether the inttypes.h PRIxNN macros are broken" >&5 8161 echo $ECHO_N "checking whether the inttypes.h PRIxNN macros are broken... $ECHO_C" >&6; } 6777 8162 if test "${gt_cv_inttypes_pri_broken+set}" = set; then 6778 8163 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6780 8165 6781 8166 cat >conftest.$ac_ext <<_ACEOF 6782 #line $LINENO "configure" 6783 #include "confdefs.h" 8167 /* confdefs.h. */ 8168 _ACEOF 8169 cat confdefs.h >>conftest.$ac_ext 8170 cat >>conftest.$ac_ext <<_ACEOF 8171 /* end confdefs.h. */ 6784 8172 #include <inttypes.h> 6785 8173 #ifdef PRId32 … … 6787 8175 #endif 6788 8176 6789 #ifdef F77_DUMMY_MAIN6790 # ifdef __cplusplus6791 extern "C"6792 # endif6793 int F77_DUMMY_MAIN() { return 1; }6794 #endif6795 8177 int 6796 8178 main () … … 6802 8184 _ACEOF 6803 8185 rm -f conftest.$ac_objext 6804 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6805 (eval $ac_compile) 2>&5 6806 ac_status=$? 6807 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6808 (exit $ac_status); } && 6809 { ac_try='test -s conftest.$ac_objext' 6810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6811 (eval $ac_try) 2>&5 6812 ac_status=$? 6813 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6814 (exit $ac_status); }; }; then 8186 if { (ac_try="$ac_compile" 8187 case "(($ac_try" in 8188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8189 *) ac_try_echo=$ac_try;; 8190 esac 8191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8192 (eval "$ac_compile") 2>conftest.er1 8193 ac_status=$? 8194 grep -v '^ *+' conftest.er1 >conftest.err 8195 rm -f conftest.er1 8196 cat conftest.err >&5 8197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8198 (exit $ac_status); } && { 8199 test -z "$ac_c_werror_flag" || 8200 test ! -s conftest.err 8201 } && test -s conftest.$ac_objext; then 6815 8202 gt_cv_inttypes_pri_broken=no 6816 8203 else 6817 8204 echo "$as_me: failed program was:" >&5 6818 cat conftest.$ac_ext >&5 6819 gt_cv_inttypes_pri_broken=yes 6820 fi 6821 rm -f conftest.$ac_objext conftest.$ac_ext 6822 6823 fi 6824 echo "$as_me:$LINENO: result: $gt_cv_inttypes_pri_broken" >&5 6825 echo "${ECHO_T}$gt_cv_inttypes_pri_broken" >&6 8205 sed 's/^/| /' conftest.$ac_ext >&5 8206 8207 gt_cv_inttypes_pri_broken=yes 8208 fi 8209 8210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8211 8212 fi 8213 { echo "$as_me:$LINENO: result: $gt_cv_inttypes_pri_broken" >&5 8214 echo "${ECHO_T}$gt_cv_inttypes_pri_broken" >&6; } 6826 8215 fi 6827 8216 if test "$gt_cv_inttypes_pri_broken" = yes; then … … 6850 8239 6851 8240 6852 # Check whether --with-gnu-ld or --without-gnu-ldwas given.8241 # Check whether --with-gnu-ld was given. 6853 8242 if test "${with_gnu_ld+set}" = set; then 6854 withval="$with_gnu_ld" 6855 test "$withval" = no || with_gnu_ld=yes 8243 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes 6856 8244 else 6857 8245 with_gnu_ld=no 6858 fi; 8246 fi 8247 6859 8248 # Prepare PATH_SEPARATOR. 6860 8249 # The user is always right. … … 6873 8262 if test "$GCC" = yes; then 6874 8263 # Check if gcc -print-prog-name=ld gives a path. 6875 echo "$as_me:$LINENO: checking for ld used by GCC" >&56876 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6 8264 { echo "$as_me:$LINENO: checking for ld used by GCC" >&5 8265 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; } 6877 8266 case $host in 6878 8267 *-*-mingw*) … … 6903 8292 esac 6904 8293 elif test "$with_gnu_ld" = yes; then 6905 echo "$as_me:$LINENO: checking for GNU ld" >&56906 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 6907 else 6908 echo "$as_me:$LINENO: checking for non-GNU ld" >&56909 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 8294 { echo "$as_me:$LINENO: checking for GNU ld" >&5 8295 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } 8296 else 8297 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 8298 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } 6910 8299 fi 6911 8300 if test "${acl_cv_path_LD+set}" = set; then … … 6936 8325 LD="$acl_cv_path_LD" 6937 8326 if test -n "$LD"; then 6938 echo "$as_me:$LINENO: result: $LD" >&56939 echo "${ECHO_T}$LD" >&6 6940 else 6941 echo "$as_me:$LINENO: result: no" >&56942 echo "${ECHO_T}no" >&6 8327 { echo "$as_me:$LINENO: result: $LD" >&5 8328 echo "${ECHO_T}$LD" >&6; } 8329 else 8330 { echo "$as_me:$LINENO: result: no" >&5 8331 echo "${ECHO_T}no" >&6; } 6943 8332 fi 6944 8333 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 6945 8334 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 6946 8335 { (exit 1); exit 1; }; } 6947 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&56948 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 8336 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 8337 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } 6949 8338 if test "${acl_cv_prog_gnu_ld+set}" = set; then 6950 8339 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6957 8346 fi 6958 8347 fi 6959 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&56960 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6 8348 { echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5 8349 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; } 6961 8350 with_gnu_ld=$acl_cv_prog_gnu_ld 6962 8351 6963 8352 6964 8353 6965 echo "$as_me:$LINENO: checking for shared library run path origin" >&56966 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6 8354 { echo "$as_me:$LINENO: checking for shared library run path origin" >&5 8355 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6; } 6967 8356 if test "${acl_cv_rpath+set}" = set; then 6968 8357 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6976 8365 6977 8366 fi 6978 echo "$as_me:$LINENO: result: $acl_cv_rpath" >&56979 echo "${ECHO_T}$acl_cv_rpath" >&6 8367 { echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5 8368 echo "${ECHO_T}$acl_cv_rpath" >&6; } 6980 8369 wl="$acl_cv_wl" 6981 8370 libext="$acl_cv_libext" … … 6985 8374 hardcode_direct="$acl_cv_hardcode_direct" 6986 8375 hardcode_minus_L="$acl_cv_hardcode_minus_L" 6987 # Check whether --enable-rpath or --disable-rpathwas given.8376 # Check whether --enable-rpath was given. 6988 8377 if test "${enable_rpath+set}" = set; then 6989 enableval="$enable_rpath" 6990 : 8378 enableval=$enable_rpath; : 6991 8379 else 6992 8380 enable_rpath=yes 6993 fi; 8381 fi 8382 6994 8383 6995 8384 … … 7013 8402 7014 8403 7015 # Check whether --with-libiconv-prefix or --without-libiconv-prefixwas given.8404 # Check whether --with-libiconv-prefix was given. 7016 8405 if test "${with_libiconv_prefix+set}" = set; then 7017 withval="$with_libiconv_prefix" 7018 8406 withval=$with_libiconv_prefix; 7019 8407 if test "X$withval" = "Xno"; then 7020 8408 use_additional=no … … 7039 8427 fi 7040 8428 7041 fi; 8429 fi 8430 7042 8431 LIBICONV= 7043 8432 LTLIBICONV= … … 7392 8781 do 7393 8782 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7394 if eval "test \"\${$as_ac_Header+set}\" = set"; then7395 echo "$as_me:$LINENO: checking for $ac_header" >&57396 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 7397 if eval "test \"\${$as_ac_Header+set}\" = set"; then8783 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8784 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8785 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7398 8787 echo $ECHO_N "(cached) $ECHO_C" >&6 7399 8788 fi 7400 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 7401 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8789 ac_res=`eval echo '${'$as_ac_Header'}'` 8790 { echo "$as_me:$LINENO: result: $ac_res" >&5 8791 echo "${ECHO_T}$ac_res" >&6; } 7402 8792 else 7403 8793 # Is the header compilable? 7404 echo "$as_me:$LINENO: checking $ac_header usability" >&57405 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 8794 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 8795 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7406 8796 cat >conftest.$ac_ext <<_ACEOF 7407 #line $LINENO "configure" 7408 #include "confdefs.h" 8797 /* confdefs.h. */ 8798 _ACEOF 8799 cat confdefs.h >>conftest.$ac_ext 8800 cat >>conftest.$ac_ext <<_ACEOF 8801 /* end confdefs.h. */ 7409 8802 $ac_includes_default 7410 8803 #include <$ac_header> 7411 8804 _ACEOF 7412 8805 rm -f conftest.$ac_objext 7413 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7414 (eval $ac_compile) 2>&5 7415 ac_status=$? 7416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7417 (exit $ac_status); } && 7418 { ac_try='test -s conftest.$ac_objext' 7419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7420 (eval $ac_try) 2>&5 7421 ac_status=$? 7422 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7423 (exit $ac_status); }; }; then 7424 ac_header_compiler=yes 7425 else 7426 echo "$as_me: failed program was:" >&5 7427 cat conftest.$ac_ext >&5 7428 ac_header_compiler=no 7429 fi 7430 rm -f conftest.$ac_objext conftest.$ac_ext 7431 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7432 echo "${ECHO_T}$ac_header_compiler" >&6 7433 7434 # Is the header present? 7435 echo "$as_me:$LINENO: checking $ac_header presence" >&5 7436 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 7437 cat >conftest.$ac_ext <<_ACEOF 7438 #line $LINENO "configure" 7439 #include "confdefs.h" 7440 #include <$ac_header> 7441 _ACEOF 7442 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 7443 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7444 ac_status=$? 7445 egrep -v '^ *\+' conftest.er1 >conftest.err 8806 if { (ac_try="$ac_compile" 8807 case "(($ac_try" in 8808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8809 *) ac_try_echo=$ac_try;; 8810 esac 8811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8812 (eval "$ac_compile") 2>conftest.er1 8813 ac_status=$? 8814 grep -v '^ *+' conftest.er1 >conftest.err 7446 8815 rm -f conftest.er1 7447 8816 cat conftest.err >&5 7448 8817 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7449 (exit $ac_status); } >/dev/null; then 7450 if test -s conftest.err; then 7451 ac_cpp_err=$ac_c_preproc_warn_flag 7452 else 7453 ac_cpp_err= 7454 fi 7455 else 7456 ac_cpp_err=yes 7457 fi 7458 if test -z "$ac_cpp_err"; then 8818 (exit $ac_status); } && { 8819 test -z "$ac_c_werror_flag" || 8820 test ! -s conftest.err 8821 } && test -s conftest.$ac_objext; then 8822 ac_header_compiler=yes 8823 else 8824 echo "$as_me: failed program was:" >&5 8825 sed 's/^/| /' conftest.$ac_ext >&5 8826 8827 ac_header_compiler=no 8828 fi 8829 8830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8831 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8832 echo "${ECHO_T}$ac_header_compiler" >&6; } 8833 8834 # Is the header present? 8835 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 8836 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8837 cat >conftest.$ac_ext <<_ACEOF 8838 /* confdefs.h. */ 8839 _ACEOF 8840 cat confdefs.h >>conftest.$ac_ext 8841 cat >>conftest.$ac_ext <<_ACEOF 8842 /* end confdefs.h. */ 8843 #include <$ac_header> 8844 _ACEOF 8845 if { (ac_try="$ac_cpp conftest.$ac_ext" 8846 case "(($ac_try" in 8847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8848 *) ac_try_echo=$ac_try;; 8849 esac 8850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8851 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8852 ac_status=$? 8853 grep -v '^ *+' conftest.er1 >conftest.err 8854 rm -f conftest.er1 8855 cat conftest.err >&5 8856 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8857 (exit $ac_status); } >/dev/null && { 8858 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8859 test ! -s conftest.err 8860 }; then 7459 8861 ac_header_preproc=yes 7460 8862 else 7461 8863 echo "$as_me: failed program was:" >&5 7462 cat conftest.$ac_ext >&5 8864 sed 's/^/| /' conftest.$ac_ext >&5 8865 7463 8866 ac_header_preproc=no 7464 8867 fi 8868 7465 8869 rm -f conftest.err conftest.$ac_ext 7466 echo "$as_me:$LINENO: result: $ac_header_preproc" >&57467 echo "${ECHO_T}$ac_header_preproc" >&6 8870 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8871 echo "${ECHO_T}$ac_header_preproc" >&6; } 7468 8872 7469 8873 # So? What about this header? 7470 case $ac_header_compiler:$ac_header_preproc in7471 yes:no )8874 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8875 yes:no: ) 7472 8876 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7473 8877 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7474 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7475 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 7476 no:yes ) 8878 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8879 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8880 ac_header_preproc=yes 8881 ;; 8882 no:yes:* ) 7477 8883 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7478 8884 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7479 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7480 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8885 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8886 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8887 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 8888 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 8889 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 8890 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 7481 8891 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7482 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 7483 esac 7484 echo "$as_me:$LINENO: checking for $ac_header" >&5 7485 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 7486 if eval "test \"\${$as_ac_Header+set}\" = set"; then 8892 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8893 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8894 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8895 ( cat <<\_ASBOX 8896 ## ------------------------------- ## 8897 ## Report this to bug-bash@gnu.org ## 8898 ## ------------------------------- ## 8899 _ASBOX 8900 ) | sed "s/^/$as_me: WARNING: /" >&2 8901 ;; 8902 esac 8903 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8904 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8905 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7487 8906 echo $ECHO_N "(cached) $ECHO_C" >&6 7488 8907 else 7489 eval "$as_ac_Header=$ac_header_preproc" 7490 fi 7491 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 7492 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8908 eval "$as_ac_Header=\$ac_header_preproc" 8909 fi 8910 ac_res=`eval echo '${'$as_ac_Header'}'` 8911 { echo "$as_me:$LINENO: result: $ac_res" >&5 8912 echo "${ECHO_T}$ac_res" >&6; } 7493 8913 7494 8914 fi … … 7530 8950 do 7531 8951 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7532 echo "$as_me:$LINENO: checking for $ac_func" >&57533 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7534 if eval "test \"\${$as_ac_var+set}\" = set"; then8952 { echo "$as_me:$LINENO: checking for $ac_func" >&5 8953 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 8954 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 7535 8955 echo $ECHO_N "(cached) $ECHO_C" >&6 7536 8956 else 7537 8957 cat >conftest.$ac_ext <<_ACEOF 7538 #line $LINENO "configure" 7539 #include "confdefs.h" 8958 /* confdefs.h. */ 8959 _ACEOF 8960 cat confdefs.h >>conftest.$ac_ext 8961 cat >>conftest.$ac_ext <<_ACEOF 8962 /* end confdefs.h. */ 8963 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 8964 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 8965 #define $ac_func innocuous_$ac_func 8966 7540 8967 /* System header to define __stub macros and hopefully few prototypes, 7541 which can conflict with char $ac_func (); below. */ 7542 #include <assert.h> 7543 /* Override any gcc2 internal prototype to avoid an error. */ 8968 which can conflict with char $ac_func (); below. 8969 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8970 <limits.h> exists even on freestanding compilers. */ 8971 8972 #ifdef __STDC__ 8973 # include <limits.h> 8974 #else 8975 # include <assert.h> 8976 #endif 8977 8978 #undef $ac_func 8979 8980 /* Override any GCC internal prototype to avoid an error. 8981 Use char because int might match the return type of a GCC 8982 builtin and then its argument prototype would still apply. */ 7544 8983 #ifdef __cplusplus 7545 8984 extern "C" 7546 8985 #endif 7547 /* We use char because int might match the return type of a gcc27548 builtin and then its argument prototype would still apply. */7549 8986 char $ac_func (); 7550 char (*f) (); 7551 7552 #ifdef F77_DUMMY_MAIN 7553 # ifdef __cplusplus 7554 extern "C" 7555 # endif 7556 int F77_DUMMY_MAIN() { return 1; } 8987 /* The GNU C library defines this for functions which it implements 8988 to always fail with ENOSYS. Some functions are actually named 8989 something starting with __ and the normal name is an alias. */ 8990 #if defined __stub_$ac_func || defined __stub___$ac_func 8991 choke me 7557 8992 #endif 8993 7558 8994 int 7559 8995 main () 7560 8996 { 7561 /* The GNU C library defines this for functions which it implements 7562 to always fail with ENOSYS. Some functions are actually named 7563 something starting with __ and the normal name is an alias. */ 7564 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 7565 choke me 7566 #else 7567 f = $ac_func; 7568 #endif 7569 8997 return $ac_func (); 7570 8998 ; 7571 8999 return 0; … … 7573 9001 _ACEOF 7574 9002 rm -f conftest.$ac_objext conftest$ac_exeext 7575 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7576 (eval $ac_link) 2>&5 7577 ac_status=$? 7578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7579 (exit $ac_status); } && 7580 { ac_try='test -s conftest$ac_exeext' 7581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7582 (eval $ac_try) 2>&5 7583 ac_status=$? 7584 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7585 (exit $ac_status); }; }; then 9003 if { (ac_try="$ac_link" 9004 case "(($ac_try" in 9005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9006 *) ac_try_echo=$ac_try;; 9007 esac 9008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9009 (eval "$ac_link") 2>conftest.er1 9010 ac_status=$? 9011 grep -v '^ *+' conftest.er1 >conftest.err 9012 rm -f conftest.er1 9013 cat conftest.err >&5 9014 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9015 (exit $ac_status); } && { 9016 test -z "$ac_c_werror_flag" || 9017 test ! -s conftest.err 9018 } && test -s conftest$ac_exeext && 9019 $as_test_x conftest$ac_exeext; then 7586 9020 eval "$as_ac_var=yes" 7587 9021 else 7588 9022 echo "$as_me: failed program was:" >&5 7589 cat conftest.$ac_ext >&5 7590 eval "$as_ac_var=no" 7591 fi 7592 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7593 fi 7594 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 7595 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9023 sed 's/^/| /' conftest.$ac_ext >&5 9024 9025 eval "$as_ac_var=no" 9026 fi 9027 9028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9029 conftest$ac_exeext conftest.$ac_ext 9030 fi 9031 ac_res=`eval echo '${'$as_ac_var'}'` 9032 { echo "$as_me:$LINENO: result: $ac_res" >&5 9033 echo "${ECHO_T}$ac_res" >&6; } 7596 9034 if test `eval echo '${'$as_ac_var'}'` = yes; then 7597 9035 cat >>confdefs.h <<_ACEOF … … 7633 9071 7634 9072 7635 echo "$as_me:$LINENO: checking for iconv" >&57636 echo $ECHO_N "checking for iconv... $ECHO_C" >&6 9073 { echo "$as_me:$LINENO: checking for iconv" >&5 9074 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; } 7637 9075 if test "${am_cv_func_iconv+set}" = set; then 7638 9076 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7642 9080 am_cv_lib_iconv=no 7643 9081 cat >conftest.$ac_ext <<_ACEOF 7644 #line $LINENO "configure" 7645 #include "confdefs.h" 9082 /* confdefs.h. */ 9083 _ACEOF 9084 cat confdefs.h >>conftest.$ac_ext 9085 cat >>conftest.$ac_ext <<_ACEOF 9086 /* end confdefs.h. */ 7646 9087 #include <stdlib.h> 7647 9088 #include <iconv.h> 7648 #ifdef F77_DUMMY_MAIN7649 # ifdef __cplusplus7650 extern "C"7651 # endif7652 int F77_DUMMY_MAIN() { return 1; }7653 #endif7654 9089 int 7655 9090 main () … … 7663 9098 _ACEOF 7664 9099 rm -f conftest.$ac_objext conftest$ac_exeext 7665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7666 (eval $ac_link) 2>&5 7667 ac_status=$? 7668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7669 (exit $ac_status); } && 7670 { ac_try='test -s conftest$ac_exeext' 7671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7672 (eval $ac_try) 2>&5 7673 ac_status=$? 7674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7675 (exit $ac_status); }; }; then 9100 if { (ac_try="$ac_link" 9101 case "(($ac_try" in 9102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9103 *) ac_try_echo=$ac_try;; 9104 esac 9105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9106 (eval "$ac_link") 2>conftest.er1 9107 ac_status=$? 9108 grep -v '^ *+' conftest.er1 >conftest.err 9109 rm -f conftest.er1 9110 cat conftest.err >&5 9111 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9112 (exit $ac_status); } && { 9113 test -z "$ac_c_werror_flag" || 9114 test ! -s conftest.err 9115 } && test -s conftest$ac_exeext && 9116 $as_test_x conftest$ac_exeext; then 7676 9117 am_cv_func_iconv=yes 7677 9118 else 7678 9119 echo "$as_me: failed program was:" >&5 7679 cat conftest.$ac_ext >&5 7680 fi 7681 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9120 sed 's/^/| /' conftest.$ac_ext >&5 9121 9122 9123 fi 9124 9125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9126 conftest$ac_exeext conftest.$ac_ext 7682 9127 if test "$am_cv_func_iconv" != yes; then 7683 9128 am_save_LIBS="$LIBS" 7684 9129 LIBS="$LIBS $LIBICONV" 7685 9130 cat >conftest.$ac_ext <<_ACEOF 7686 #line $LINENO "configure" 7687 #include "confdefs.h" 9131 /* confdefs.h. */ 9132 _ACEOF 9133 cat confdefs.h >>conftest.$ac_ext 9134 cat >>conftest.$ac_ext <<_ACEOF 9135 /* end confdefs.h. */ 7688 9136 #include <stdlib.h> 7689 9137 #include <iconv.h> 7690 #ifdef F77_DUMMY_MAIN7691 # ifdef __cplusplus7692 extern "C"7693 # endif7694 int F77_DUMMY_MAIN() { return 1; }7695 #endif7696 9138 int 7697 9139 main () … … 7705 9147 _ACEOF 7706 9148 rm -f conftest.$ac_objext conftest$ac_exeext 7707 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7708 (eval $ac_link) 2>&5 7709 ac_status=$? 7710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7711 (exit $ac_status); } && 7712 { ac_try='test -s conftest$ac_exeext' 7713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7714 (eval $ac_try) 2>&5 7715 ac_status=$? 7716 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7717 (exit $ac_status); }; }; then 9149 if { (ac_try="$ac_link" 9150 case "(($ac_try" in 9151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9152 *) ac_try_echo=$ac_try;; 9153 esac 9154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9155 (eval "$ac_link") 2>conftest.er1 9156 ac_status=$? 9157 grep -v '^ *+' conftest.er1 >conftest.err 9158 rm -f conftest.er1 9159 cat conftest.err >&5 9160 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9161 (exit $ac_status); } && { 9162 test -z "$ac_c_werror_flag" || 9163 test ! -s conftest.err 9164 } && test -s conftest$ac_exeext && 9165 $as_test_x conftest$ac_exeext; then 7718 9166 am_cv_lib_iconv=yes 7719 9167 am_cv_func_iconv=yes 7720 9168 else 7721 9169 echo "$as_me: failed program was:" >&5 7722 cat conftest.$ac_ext >&5 7723 fi 7724 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9170 sed 's/^/| /' conftest.$ac_ext >&5 9171 9172 9173 fi 9174 9175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9176 conftest$ac_exeext conftest.$ac_ext 7725 9177 LIBS="$am_save_LIBS" 7726 9178 fi 7727 9179 7728 9180 fi 7729 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&57730 echo "${ECHO_T}$am_cv_func_iconv" >&6 9181 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 9182 echo "${ECHO_T}$am_cv_func_iconv" >&6; } 7731 9183 if test "$am_cv_func_iconv" = yes; then 7732 9184 … … 7737 9189 fi 7738 9190 if test "$am_cv_lib_iconv" = yes; then 7739 echo "$as_me:$LINENO: checking how to link with libiconv" >&57740 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6 7741 echo "$as_me:$LINENO: result: $LIBICONV" >&57742 echo "${ECHO_T}$LIBICONV" >&6 9191 { echo "$as_me:$LINENO: checking how to link with libiconv" >&5 9192 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; } 9193 { echo "$as_me:$LINENO: result: $LIBICONV" >&5 9194 echo "${ECHO_T}$LIBICONV" >&6; } 7743 9195 else 7744 9196 CPPFLAGS="$am_save_CPPFLAGS" … … 7750 9202 7751 9203 if test "$am_cv_func_iconv" = yes; then 7752 echo "$as_me:$LINENO: checking for iconv declaration" >&57753 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6 9204 { echo "$as_me:$LINENO: checking for iconv declaration" >&5 9205 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6; } 7754 9206 if test "${am_cv_proto_iconv+set}" = set; then 7755 9207 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7757 9209 7758 9210 cat >conftest.$ac_ext <<_ACEOF 7759 #line $LINENO "configure" 7760 #include "confdefs.h" 9211 /* confdefs.h. */ 9212 _ACEOF 9213 cat confdefs.h >>conftest.$ac_ext 9214 cat >>conftest.$ac_ext <<_ACEOF 9215 /* end confdefs.h. */ 7761 9216 7762 9217 #include <stdlib.h> … … 7772 9227 #endif 7773 9228 7774 #ifdef F77_DUMMY_MAIN7775 # ifdef __cplusplus7776 extern "C"7777 # endif7778 int F77_DUMMY_MAIN() { return 1; }7779 #endif7780 9229 int 7781 9230 main () … … 7787 9236 _ACEOF 7788 9237 rm -f conftest.$ac_objext 7789 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7790 (eval $ac_compile) 2>&5 7791 ac_status=$? 7792 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7793 (exit $ac_status); } && 7794 { ac_try='test -s conftest.$ac_objext' 7795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7796 (eval $ac_try) 2>&5 7797 ac_status=$? 7798 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7799 (exit $ac_status); }; }; then 9238 if { (ac_try="$ac_compile" 9239 case "(($ac_try" in 9240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9241 *) ac_try_echo=$ac_try;; 9242 esac 9243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9244 (eval "$ac_compile") 2>conftest.er1 9245 ac_status=$? 9246 grep -v '^ *+' conftest.er1 >conftest.err 9247 rm -f conftest.er1 9248 cat conftest.err >&5 9249 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9250 (exit $ac_status); } && { 9251 test -z "$ac_c_werror_flag" || 9252 test ! -s conftest.err 9253 } && test -s conftest.$ac_objext; then 7800 9254 am_cv_proto_iconv_arg1="" 7801 9255 else 7802 9256 echo "$as_me: failed program was:" >&5 7803 cat conftest.$ac_ext >&5 7804 am_cv_proto_iconv_arg1="const" 7805 fi 7806 rm -f conftest.$ac_objext conftest.$ac_ext 9257 sed 's/^/| /' conftest.$ac_ext >&5 9258 9259 am_cv_proto_iconv_arg1="const" 9260 fi 9261 9262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7807 9263 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);" 7808 9264 fi 7809 9265 7810 9266 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` 7811 echo "$as_me:$LINENO: result: ${ac_t:-9267 { echo "$as_me:$LINENO: result: ${ac_t:- 7812 9268 }$am_cv_proto_iconv" >&5 7813 9269 echo "${ECHO_T}${ac_t:- 7814 }$am_cv_proto_iconv" >&6 9270 }$am_cv_proto_iconv" >&6; } 7815 9271 7816 9272 cat >>confdefs.h <<_ACEOF … … 7821 9277 7822 9278 7823 echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&57824 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 9279 { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 9280 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; } 7825 9281 if test "${am_cv_langinfo_codeset+set}" = set; then 7826 9282 echo $ECHO_N "(cached) $ECHO_C" >&6 7827 9283 else 7828 9284 cat >conftest.$ac_ext <<_ACEOF 7829 #line $LINENO "configure" 7830 #include "confdefs.h" 9285 /* confdefs.h. */ 9286 _ACEOF 9287 cat confdefs.h >>conftest.$ac_ext 9288 cat >>conftest.$ac_ext <<_ACEOF 9289 /* end confdefs.h. */ 7831 9290 #include <langinfo.h> 7832 #ifdef F77_DUMMY_MAIN7833 # ifdef __cplusplus7834 extern "C"7835 # endif7836 int F77_DUMMY_MAIN() { return 1; }7837 #endif7838 9291 int 7839 9292 main () … … 7845 9298 _ACEOF 7846 9299 rm -f conftest.$ac_objext conftest$ac_exeext 7847 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7848 (eval $ac_link) 2>&5 7849 ac_status=$? 7850 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7851 (exit $ac_status); } && 7852 { ac_try='test -s conftest$ac_exeext' 7853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7854 (eval $ac_try) 2>&5 7855 ac_status=$? 7856 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7857 (exit $ac_status); }; }; then 9300 if { (ac_try="$ac_link" 9301 case "(($ac_try" in 9302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9303 *) ac_try_echo=$ac_try;; 9304 esac 9305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9306 (eval "$ac_link") 2>conftest.er1 9307 ac_status=$? 9308 grep -v '^ *+' conftest.er1 >conftest.err 9309 rm -f conftest.er1 9310 cat conftest.err >&5 9311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9312 (exit $ac_status); } && { 9313 test -z "$ac_c_werror_flag" || 9314 test ! -s conftest.err 9315 } && test -s conftest$ac_exeext && 9316 $as_test_x conftest$ac_exeext; then 7858 9317 am_cv_langinfo_codeset=yes 7859 9318 else 7860 9319 echo "$as_me: failed program was:" >&5 7861 cat conftest.$ac_ext >&5 7862 am_cv_langinfo_codeset=no 7863 fi 7864 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7865 7866 fi 7867 echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5 7868 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 9320 sed 's/^/| /' conftest.$ac_ext >&5 9321 9322 am_cv_langinfo_codeset=no 9323 fi 9324 9325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9326 conftest$ac_exeext conftest.$ac_ext 9327 9328 fi 9329 { echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5 9330 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6; } 7869 9331 if test $am_cv_langinfo_codeset = yes; then 7870 9332 … … 7877 9339 if test $ac_cv_header_locale_h = yes; then 7878 9340 7879 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&57880 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6 9341 { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 9342 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; } 7881 9343 if test "${am_cv_val_LC_MESSAGES+set}" = set; then 7882 9344 echo $ECHO_N "(cached) $ECHO_C" >&6 7883 9345 else 7884 9346 cat >conftest.$ac_ext <<_ACEOF 7885 #line $LINENO "configure" 7886 #include "confdefs.h" 9347 /* confdefs.h. */ 9348 _ACEOF 9349 cat confdefs.h >>conftest.$ac_ext 9350 cat >>conftest.$ac_ext <<_ACEOF 9351 /* end confdefs.h. */ 7887 9352 #include <locale.h> 7888 #ifdef F77_DUMMY_MAIN7889 # ifdef __cplusplus7890 extern "C"7891 # endif7892 int F77_DUMMY_MAIN() { return 1; }7893 #endif7894 9353 int 7895 9354 main () … … 7901 9360 _ACEOF 7902 9361 rm -f conftest.$ac_objext conftest$ac_exeext 7903 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7904 (eval $ac_link) 2>&5 7905 ac_status=$? 7906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7907 (exit $ac_status); } && 7908 { ac_try='test -s conftest$ac_exeext' 7909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7910 (eval $ac_try) 2>&5 7911 ac_status=$? 7912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7913 (exit $ac_status); }; }; then 9362 if { (ac_try="$ac_link" 9363 case "(($ac_try" in 9364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9365 *) ac_try_echo=$ac_try;; 9366 esac 9367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9368 (eval "$ac_link") 2>conftest.er1 9369 ac_status=$? 9370 grep -v '^ *+' conftest.er1 >conftest.err 9371 rm -f conftest.er1 9372 cat conftest.err >&5 9373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9374 (exit $ac_status); } && { 9375 test -z "$ac_c_werror_flag" || 9376 test ! -s conftest.err 9377 } && test -s conftest$ac_exeext && 9378 $as_test_x conftest$ac_exeext; then 7914 9379 am_cv_val_LC_MESSAGES=yes 7915 9380 else 7916 9381 echo "$as_me: failed program was:" >&5 7917 cat conftest.$ac_ext >&5 7918 am_cv_val_LC_MESSAGES=no 7919 fi 7920 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7921 fi 7922 echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 7923 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6 9382 sed 's/^/| /' conftest.$ac_ext >&5 9383 9384 am_cv_val_LC_MESSAGES=no 9385 fi 9386 9387 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9388 conftest$ac_exeext conftest.$ac_ext 9389 fi 9390 { echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 9391 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; } 7924 9392 if test $am_cv_val_LC_MESSAGES = yes; then 7925 9393 … … 7936 9404 # Extract the first word of "$ac_prog", so it can be a program name with args. 7937 9405 set dummy $ac_prog; ac_word=$2 7938 echo "$as_me:$LINENO: checking for $ac_word" >&57939 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 9406 { echo "$as_me:$LINENO: checking for $ac_word" >&5 9407 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 7940 9408 if test "${ac_cv_prog_INTLBISON+set}" = set; then 7941 9409 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 7950 9418 test -z "$as_dir" && as_dir=. 7951 9419 for ac_exec_ext in '' $ac_executable_extensions; do 7952 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then9420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7953 9421 ac_cv_prog_INTLBISON="$ac_prog" 7954 9422 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7957 9425 done 7958 9426 done 9427 IFS=$as_save_IFS 7959 9428 7960 9429 fi … … 7962 9431 INTLBISON=$ac_cv_prog_INTLBISON 7963 9432 if test -n "$INTLBISON"; then 7964 echo "$as_me:$LINENO: result: $INTLBISON" >&5 7965 echo "${ECHO_T}$INTLBISON" >&6 7966 else 7967 echo "$as_me:$LINENO: result: no" >&5 7968 echo "${ECHO_T}no" >&6 7969 fi 9433 { echo "$as_me:$LINENO: result: $INTLBISON" >&5 9434 echo "${ECHO_T}$INTLBISON" >&6; } 9435 else 9436 { echo "$as_me:$LINENO: result: no" >&5 9437 echo "${ECHO_T}no" >&6; } 9438 fi 9439 7970 9440 7971 9441 test -n "$INTLBISON" && break … … 7975 9445 ac_verc_fail=yes 7976 9446 else 7977 echo "$as_me:$LINENO: checking version of bison" >&57978 echo $ECHO_N "checking version of bison... $ECHO_C" >&6 9447 { echo "$as_me:$LINENO: checking version of bison" >&5 9448 echo $ECHO_N "checking version of bison... $ECHO_C" >&6; } 7979 9449 ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` 7980 9450 case $ac_prog_version in … … 7984 9454 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; 7985 9455 esac 7986 echo "$as_me:$LINENO: result: $ac_prog_version" >&57987 echo "${ECHO_T}$ac_prog_version" >&6 9456 { echo "$as_me:$LINENO: result: $ac_prog_version" >&5 9457 echo "${ECHO_T}$ac_prog_version" >&6; } 7988 9458 fi 7989 9459 if test $ac_verc_fail = yes; then … … 8006 9476 8007 9477 8008 echo "$as_me:$LINENO: checking whether NLS is requested" >&58009 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 8010 # Check whether --enable-nls or --disable-nlswas given.9478 { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 9479 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } 9480 # Check whether --enable-nls was given. 8011 9481 if test "${enable_nls+set}" = set; then 8012 enableval="$enable_nls" 8013 USE_NLS=$enableval 9482 enableval=$enable_nls; USE_NLS=$enableval 8014 9483 else 8015 9484 USE_NLS=yes 8016 fi; 8017 echo "$as_me:$LINENO: result: $USE_NLS" >&5 8018 echo "${ECHO_T}$USE_NLS" >&6 9485 fi 9486 9487 { echo "$as_me:$LINENO: result: $USE_NLS" >&5 9488 echo "${ECHO_T}$USE_NLS" >&6; } 8019 9489 8020 9490 … … 8031 9501 gt_use_preinstalled_gnugettext=no 8032 9502 8033 echo "$as_me:$LINENO: checking whether included gettext is requested" >&58034 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6 8035 8036 # Check whether --with-included-gettext or --without-included-gettextwas given.9503 { echo "$as_me:$LINENO: checking whether included gettext is requested" >&5 9504 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6; } 9505 9506 # Check whether --with-included-gettext was given. 8037 9507 if test "${with_included_gettext+set}" = set; then 8038 withval="$with_included_gettext" 8039 nls_cv_force_use_gnu_gettext=$withval 9508 withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval 8040 9509 else 8041 9510 nls_cv_force_use_gnu_gettext=no 8042 fi; 8043 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5 8044 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6 9511 fi 9512 9513 { echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5 9514 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6; } 8045 9515 8046 9516 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" … … 8052 9522 8053 9523 8054 echo "$as_me:$LINENO: checking for GNU gettext in libc" >&58055 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6 9524 { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 9525 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; } 8056 9526 if test "${gt_cv_func_gnugettext2_libc+set}" = set; then 8057 9527 echo $ECHO_N "(cached) $ECHO_C" >&6 8058 9528 else 8059 9529 cat >conftest.$ac_ext <<_ACEOF 8060 #line $LINENO "configure" 8061 #include "confdefs.h" 9530 /* confdefs.h. */ 9531 _ACEOF 9532 cat confdefs.h >>conftest.$ac_ext 9533 cat >>conftest.$ac_ext <<_ACEOF 9534 /* end confdefs.h. */ 8062 9535 #include <libintl.h> 8063 9536 extern int _nl_msg_cat_cntr; 8064 9537 extern int *_nl_domain_bindings; 8065 #ifdef F77_DUMMY_MAIN8066 # ifdef __cplusplus8067 extern "C"8068 # endif8069 int F77_DUMMY_MAIN() { return 1; }8070 #endif8071 9538 int 8072 9539 main () … … 8079 9546 _ACEOF 8080 9547 rm -f conftest.$ac_objext conftest$ac_exeext 8081 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8082 (eval $ac_link) 2>&5 8083 ac_status=$? 8084 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8085 (exit $ac_status); } && 8086 { ac_try='test -s conftest$ac_exeext' 8087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8088 (eval $ac_try) 2>&5 8089 ac_status=$? 8090 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8091 (exit $ac_status); }; }; then 9548 if { (ac_try="$ac_link" 9549 case "(($ac_try" in 9550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9551 *) ac_try_echo=$ac_try;; 9552 esac 9553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9554 (eval "$ac_link") 2>conftest.er1 9555 ac_status=$? 9556 grep -v '^ *+' conftest.er1 >conftest.err 9557 rm -f conftest.er1 9558 cat conftest.err >&5 9559 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9560 (exit $ac_status); } && { 9561 test -z "$ac_c_werror_flag" || 9562 test ! -s conftest.err 9563 } && test -s conftest$ac_exeext && 9564 $as_test_x conftest$ac_exeext; then 8092 9565 gt_cv_func_gnugettext2_libc=yes 8093 9566 else 8094 9567 echo "$as_me: failed program was:" >&5 8095 cat conftest.$ac_ext >&5 8096 gt_cv_func_gnugettext2_libc=no 8097 fi 8098 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8099 fi 8100 echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libc" >&5 8101 echo "${ECHO_T}$gt_cv_func_gnugettext2_libc" >&6 9568 sed 's/^/| /' conftest.$ac_ext >&5 9569 9570 gt_cv_func_gnugettext2_libc=no 9571 fi 9572 9573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9574 conftest$ac_exeext conftest.$ac_ext 9575 fi 9576 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libc" >&5 9577 echo "${ECHO_T}$gt_cv_func_gnugettext2_libc" >&6; } 8102 9578 8103 9579 if test "$gt_cv_func_gnugettext2_libc" != "yes"; then … … 8119 9595 8120 9596 8121 # Check whether --with-libintl-prefix or --without-libintl-prefixwas given.9597 # Check whether --with-libintl-prefix was given. 8122 9598 if test "${with_libintl_prefix+set}" = set; then 8123 withval="$with_libintl_prefix" 8124 9599 withval=$with_libintl_prefix; 8125 9600 if test "X$withval" = "Xno"; then 8126 9601 use_additional=no … … 8145 9620 fi 8146 9621 8147 fi; 9622 fi 9623 8148 9624 LIBINTL= 8149 9625 LTLIBINTL= … … 8481 9957 fi 8482 9958 8483 echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&58484 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6 9959 { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 9960 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; } 8485 9961 if test "${gt_cv_func_gnugettext2_libintl+set}" = set; then 8486 9962 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 8491 9967 LIBS="$LIBS $LIBINTL" 8492 9968 cat >conftest.$ac_ext <<_ACEOF 8493 #line $LINENO "configure" 8494 #include "confdefs.h" 9969 /* confdefs.h. */ 9970 _ACEOF 9971 cat confdefs.h >>conftest.$ac_ext 9972 cat >>conftest.$ac_ext <<_ACEOF 9973 /* end confdefs.h. */ 8495 9974 #include <libintl.h> 8496 9975 extern int _nl_msg_cat_cntr; … … 8500 9979 #endif 8501 9980 const char *_nl_expand_alias (); 8502 #ifdef F77_DUMMY_MAIN8503 # ifdef __cplusplus8504 extern "C"8505 # endif8506 int F77_DUMMY_MAIN() { return 1; }8507 #endif8508 9981 int 8509 9982 main () … … 8516 9989 _ACEOF 8517 9990 rm -f conftest.$ac_objext conftest$ac_exeext 8518 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8519 (eval $ac_link) 2>&5 8520 ac_status=$? 8521 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8522 (exit $ac_status); } && 8523 { ac_try='test -s conftest$ac_exeext' 8524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8525 (eval $ac_try) 2>&5 8526 ac_status=$? 8527 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8528 (exit $ac_status); }; }; then 9991 if { (ac_try="$ac_link" 9992 case "(($ac_try" in 9993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9994 *) ac_try_echo=$ac_try;; 9995 esac 9996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9997 (eval "$ac_link") 2>conftest.er1 9998 ac_status=$? 9999 grep -v '^ *+' conftest.er1 >conftest.err 10000 rm -f conftest.er1 10001 cat conftest.err >&5 10002 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10003 (exit $ac_status); } && { 10004 test -z "$ac_c_werror_flag" || 10005 test ! -s conftest.err 10006 } && test -s conftest$ac_exeext && 10007 $as_test_x conftest$ac_exeext; then 8529 10008 gt_cv_func_gnugettext2_libintl=yes 8530 10009 else 8531 10010 echo "$as_me: failed program was:" >&5 8532 cat conftest.$ac_ext >&5 8533 gt_cv_func_gnugettext2_libintl=no 8534 fi 8535 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10011 sed 's/^/| /' conftest.$ac_ext >&5 10012 10013 gt_cv_func_gnugettext2_libintl=no 10014 fi 10015 10016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10017 conftest$ac_exeext conftest.$ac_ext 8536 10018 if test "$gt_cv_func_gnugettext2_libintl" != yes && test -n "$LIBICONV"; then 8537 10019 LIBS="$LIBS $LIBICONV" 8538 10020 cat >conftest.$ac_ext <<_ACEOF 8539 #line $LINENO "configure" 8540 #include "confdefs.h" 10021 /* confdefs.h. */ 10022 _ACEOF 10023 cat confdefs.h >>conftest.$ac_ext 10024 cat >>conftest.$ac_ext <<_ACEOF 10025 /* end confdefs.h. */ 8541 10026 #include <libintl.h> 8542 10027 extern int _nl_msg_cat_cntr; … … 8546 10031 #endif 8547 10032 const char *_nl_expand_alias (); 8548 #ifdef F77_DUMMY_MAIN8549 # ifdef __cplusplus8550 extern "C"8551 # endif8552 int F77_DUMMY_MAIN() { return 1; }8553 #endif8554 10033 int 8555 10034 main () … … 8562 10041 _ACEOF 8563 10042 rm -f conftest.$ac_objext conftest$ac_exeext 8564 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8565 (eval $ac_link) 2>&5 8566 ac_status=$? 8567 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8568 (exit $ac_status); } && 8569 { ac_try='test -s conftest$ac_exeext' 8570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8571 (eval $ac_try) 2>&5 8572 ac_status=$? 8573 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8574 (exit $ac_status); }; }; then 10043 if { (ac_try="$ac_link" 10044 case "(($ac_try" in 10045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10046 *) ac_try_echo=$ac_try;; 10047 esac 10048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10049 (eval "$ac_link") 2>conftest.er1 10050 ac_status=$? 10051 grep -v '^ *+' conftest.er1 >conftest.err 10052 rm -f conftest.er1 10053 cat conftest.err >&5 10054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10055 (exit $ac_status); } && { 10056 test -z "$ac_c_werror_flag" || 10057 test ! -s conftest.err 10058 } && test -s conftest$ac_exeext && 10059 $as_test_x conftest$ac_exeext; then 8575 10060 LIBINTL="$LIBINTL $LIBICONV" 8576 10061 LTLIBINTL="$LTLIBINTL $LTLIBICONV" … … 8579 10064 else 8580 10065 echo "$as_me: failed program was:" >&5 8581 cat conftest.$ac_ext >&5 8582 fi 8583 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10066 sed 's/^/| /' conftest.$ac_ext >&5 10067 10068 10069 fi 10070 10071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10072 conftest$ac_exeext conftest.$ac_ext 8584 10073 fi 8585 10074 CPPFLAGS="$gt_save_CPPFLAGS" 8586 10075 LIBS="$gt_save_LIBS" 8587 10076 fi 8588 echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libintl" >&58589 echo "${ECHO_T}$gt_cv_func_gnugettext2_libintl" >&6 10077 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libintl" >&5 10078 echo "${ECHO_T}$gt_cv_func_gnugettext2_libintl" >&6; } 8590 10079 fi 8591 10080 … … 8633 10122 fi 8634 10123 8635 echo "$as_me:$LINENO: checking whether to use NLS" >&58636 echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6 8637 echo "$as_me:$LINENO: result: $USE_NLS" >&58638 echo "${ECHO_T}$USE_NLS" >&6 10124 { echo "$as_me:$LINENO: checking whether to use NLS" >&5 10125 echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; } 10126 { echo "$as_me:$LINENO: result: $USE_NLS" >&5 10127 echo "${ECHO_T}$USE_NLS" >&6; } 8639 10128 if test "$USE_NLS" = "yes"; then 8640 echo "$as_me:$LINENO: checking where the gettext function comes from" >&58641 echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6 10129 { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5 10130 echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; } 8642 10131 if test "$gt_use_preinstalled_gnugettext" = "yes"; then 8643 10132 if test "$gt_cv_func_gnugettext2_libintl" = "yes"; then … … 8649 10138 gt_source="included intl directory" 8650 10139 fi 8651 echo "$as_me:$LINENO: result: $gt_source" >&58652 echo "${ECHO_T}$gt_source" >&6 10140 { echo "$as_me:$LINENO: result: $gt_source" >&5 10141 echo "${ECHO_T}$gt_source" >&6; } 8653 10142 fi 8654 10143 … … 8657 10146 if test "$gt_use_preinstalled_gnugettext" = "yes"; then 8658 10147 if test "$gt_cv_func_gnugettext2_libintl" = "yes"; then 8659 echo "$as_me:$LINENO: checking how to link with libintl" >&58660 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6 8661 echo "$as_me:$LINENO: result: $LIBINTL" >&58662 echo "${ECHO_T}$LIBINTL" >&6 10148 { echo "$as_me:$LINENO: checking how to link with libintl" >&5 10149 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; } 10150 { echo "$as_me:$LINENO: result: $LIBINTL" >&5 10151 echo "${ECHO_T}$LIBINTL" >&6; } 8663 10152 8664 10153 for element in $INCINTL; do … … 8747 10236 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do 8748 10237 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` 8749 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&58750 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 8751 if eval "test \"\${$as_ac_Header+set}\" = set"; then10238 { echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 10239 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; } 10240 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8752 10241 echo $ECHO_N "(cached) $ECHO_C" >&6 8753 10242 else 8754 10243 cat >conftest.$ac_ext <<_ACEOF 8755 #line $LINENO "configure" 8756 #include "confdefs.h" 10244 /* confdefs.h. */ 10245 _ACEOF 10246 cat confdefs.h >>conftest.$ac_ext 10247 cat >>conftest.$ac_ext <<_ACEOF 10248 /* end confdefs.h. */ 8757 10249 #include <sys/types.h> 8758 10250 #include <$ac_hdr> 8759 10251 8760 #ifdef F77_DUMMY_MAIN8761 # ifdef __cplusplus8762 extern "C"8763 # endif8764 int F77_DUMMY_MAIN() { return 1; }8765 #endif8766 10252 int 8767 10253 main () … … 8774 10260 _ACEOF 8775 10261 rm -f conftest.$ac_objext 8776 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8777 (eval $ac_compile) 2>&5 8778 ac_status=$? 8779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8780 (exit $ac_status); } && 8781 { ac_try='test -s conftest.$ac_objext' 8782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8783 (eval $ac_try) 2>&5 8784 ac_status=$? 8785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8786 (exit $ac_status); }; }; then 10262 if { (ac_try="$ac_compile" 10263 case "(($ac_try" in 10264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10265 *) ac_try_echo=$ac_try;; 10266 esac 10267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10268 (eval "$ac_compile") 2>conftest.er1 10269 ac_status=$? 10270 grep -v '^ *+' conftest.er1 >conftest.err 10271 rm -f conftest.er1 10272 cat conftest.err >&5 10273 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10274 (exit $ac_status); } && { 10275 test -z "$ac_c_werror_flag" || 10276 test ! -s conftest.err 10277 } && test -s conftest.$ac_objext; then 8787 10278 eval "$as_ac_Header=yes" 8788 10279 else 8789 10280 echo "$as_me: failed program was:" >&5 8790 cat conftest.$ac_ext >&5 8791 eval "$as_ac_Header=no" 8792 fi 8793 rm -f conftest.$ac_objext conftest.$ac_ext 8794 fi 8795 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 8796 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10281 sed 's/^/| /' conftest.$ac_ext >&5 10282 10283 eval "$as_ac_Header=no" 10284 fi 10285 10286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10287 fi 10288 ac_res=`eval echo '${'$as_ac_Header'}'` 10289 { echo "$as_me:$LINENO: result: $ac_res" >&5 10290 echo "${ECHO_T}$ac_res" >&6; } 8797 10291 if test `eval echo '${'$as_ac_Header'}'` = yes; then 8798 10292 cat >>confdefs.h <<_ACEOF … … 8806 10300 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. 8807 10301 if test $ac_header_dirent = dirent.h; then 8808 echo "$as_me:$LINENO: checking for library containing opendir" >&58809 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6 10302 { echo "$as_me:$LINENO: checking for library containing opendir" >&5 10303 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } 8810 10304 if test "${ac_cv_search_opendir+set}" = set; then 8811 10305 echo $ECHO_N "(cached) $ECHO_C" >&6 8812 10306 else 8813 10307 ac_func_search_save_LIBS=$LIBS 8814 ac_cv_search_opendir=no8815 10308 cat >conftest.$ac_ext <<_ACEOF 8816 #line $LINENO "configure" 8817 #include "confdefs.h" 8818 8819 /* Override any gcc2 internal prototype to avoid an error. */ 10309 /* confdefs.h. */ 10310 _ACEOF 10311 cat confdefs.h >>conftest.$ac_ext 10312 cat >>conftest.$ac_ext <<_ACEOF 10313 /* end confdefs.h. */ 10314 10315 /* Override any GCC internal prototype to avoid an error. 10316 Use char because int might match the return type of a GCC 10317 builtin and then its argument prototype would still apply. */ 8820 10318 #ifdef __cplusplus 8821 10319 extern "C" 8822 10320 #endif 8823 /* We use char because int might match the return type of a gcc28824 builtin and then its argument prototype would still apply. */8825 10321 char opendir (); 8826 #ifdef F77_DUMMY_MAIN8827 # ifdef __cplusplus8828 extern "C"8829 # endif8830 int F77_DUMMY_MAIN() { return 1; }8831 #endif8832 10322 int 8833 10323 main () 8834 10324 { 8835 opendir ();10325 return opendir (); 8836 10326 ; 8837 10327 return 0; 8838 10328 } 8839 10329 _ACEOF 8840 rm -f conftest.$ac_objext conftest$ac_exeext 8841 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8842 (eval $ac_link) 2>&5 8843 ac_status=$? 8844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8845 (exit $ac_status); } && 8846 { ac_try='test -s conftest$ac_exeext' 8847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8848 (eval $ac_try) 2>&5 8849 ac_status=$? 8850 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8851 (exit $ac_status); }; }; then 8852 ac_cv_search_opendir="none required" 10330 for ac_lib in '' dir; do 10331 if test -z "$ac_lib"; then 10332 ac_res="none required" 10333 else 10334 ac_res=-l$ac_lib 10335 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 10336 fi 10337 rm -f conftest.$ac_objext conftest$ac_exeext 10338 if { (ac_try="$ac_link" 10339 case "(($ac_try" in 10340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10341 *) ac_try_echo=$ac_try;; 10342 esac 10343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10344 (eval "$ac_link") 2>conftest.er1 10345 ac_status=$? 10346 grep -v '^ *+' conftest.er1 >conftest.err 10347 rm -f conftest.er1 10348 cat conftest.err >&5 10349 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10350 (exit $ac_status); } && { 10351 test -z "$ac_c_werror_flag" || 10352 test ! -s conftest.err 10353 } && test -s conftest$ac_exeext && 10354 $as_test_x conftest$ac_exeext; then 10355 ac_cv_search_opendir=$ac_res 8853 10356 else 8854 10357 echo "$as_me: failed program was:" >&5 8855 cat conftest.$ac_ext >&5 8856 fi 8857 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8858 if test "$ac_cv_search_opendir" = no; then 8859 for ac_lib in dir; do 8860 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 8861 cat >conftest.$ac_ext <<_ACEOF 8862 #line $LINENO "configure" 8863 #include "confdefs.h" 8864 8865 /* Override any gcc2 internal prototype to avoid an error. */ 10358 sed 's/^/| /' conftest.$ac_ext >&5 10359 10360 10361 fi 10362 10363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10364 conftest$ac_exeext 10365 if test "${ac_cv_search_opendir+set}" = set; then 10366 break 10367 fi 10368 done 10369 if test "${ac_cv_search_opendir+set}" = set; then 10370 : 10371 else 10372 ac_cv_search_opendir=no 10373 fi 10374 rm conftest.$ac_ext 10375 LIBS=$ac_func_search_save_LIBS 10376 fi 10377 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 10378 echo "${ECHO_T}$ac_cv_search_opendir" >&6; } 10379 ac_res=$ac_cv_search_opendir 10380 if test "$ac_res" != no; then 10381 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 10382 10383 fi 10384 10385 else 10386 { echo "$as_me:$LINENO: checking for library containing opendir" >&5 10387 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } 10388 if test "${ac_cv_search_opendir+set}" = set; then 10389 echo $ECHO_N "(cached) $ECHO_C" >&6 10390 else 10391 ac_func_search_save_LIBS=$LIBS 10392 cat >conftest.$ac_ext <<_ACEOF 10393 /* confdefs.h. */ 10394 _ACEOF 10395 cat confdefs.h >>conftest.$ac_ext 10396 cat >>conftest.$ac_ext <<_ACEOF 10397 /* end confdefs.h. */ 10398 10399 /* Override any GCC internal prototype to avoid an error. 10400 Use char because int might match the return type of a GCC 10401 builtin and then its argument prototype would still apply. */ 8866 10402 #ifdef __cplusplus 8867 10403 extern "C" 8868 10404 #endif 8869 /* We use char because int might match the return type of a gcc28870 builtin and then its argument prototype would still apply. */8871 10405 char opendir (); 8872 #ifdef F77_DUMMY_MAIN8873 # ifdef __cplusplus8874 extern "C"8875 # endif8876 int F77_DUMMY_MAIN() { return 1; }8877 #endif8878 10406 int 8879 10407 main () 8880 10408 { 8881 opendir ();10409 return opendir (); 8882 10410 ; 8883 10411 return 0; 8884 10412 } 8885 10413 _ACEOF 8886 rm -f conftest.$ac_objext conftest$ac_exeext 8887 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8888 (eval $ac_link) 2>&5 8889 ac_status=$? 8890 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8891 (exit $ac_status); } && 8892 { ac_try='test -s conftest$ac_exeext' 8893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8894 (eval $ac_try) 2>&5 8895 ac_status=$? 8896 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8897 (exit $ac_status); }; }; then 8898 ac_cv_search_opendir="-l$ac_lib" 8899 break 10414 for ac_lib in '' x; do 10415 if test -z "$ac_lib"; then 10416 ac_res="none required" 10417 else 10418 ac_res=-l$ac_lib 10419 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 10420 fi 10421 rm -f conftest.$ac_objext conftest$ac_exeext 10422 if { (ac_try="$ac_link" 10423 case "(($ac_try" in 10424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10425 *) ac_try_echo=$ac_try;; 10426 esac 10427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10428 (eval "$ac_link") 2>conftest.er1 10429 ac_status=$? 10430 grep -v '^ *+' conftest.er1 >conftest.err 10431 rm -f conftest.er1 10432 cat conftest.err >&5 10433 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10434 (exit $ac_status); } && { 10435 test -z "$ac_c_werror_flag" || 10436 test ! -s conftest.err 10437 } && test -s conftest$ac_exeext && 10438 $as_test_x conftest$ac_exeext; then 10439 ac_cv_search_opendir=$ac_res 8900 10440 else 8901 10441 echo "$as_me: failed program was:" >&5 8902 cat conftest.$ac_ext >&5 8903 fi 8904 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8905 done 8906 fi 10442 sed 's/^/| /' conftest.$ac_ext >&5 10443 10444 10445 fi 10446 10447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10448 conftest$ac_exeext 10449 if test "${ac_cv_search_opendir+set}" = set; then 10450 break 10451 fi 10452 done 10453 if test "${ac_cv_search_opendir+set}" = set; then 10454 : 10455 else 10456 ac_cv_search_opendir=no 10457 fi 10458 rm conftest.$ac_ext 8907 10459 LIBS=$ac_func_search_save_LIBS 8908 10460 fi 8909 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 8910 echo "${ECHO_T}$ac_cv_search_opendir" >&6 8911 if test "$ac_cv_search_opendir" != no; then 8912 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS" 8913 8914 fi 8915 8916 else 8917 echo "$as_me:$LINENO: checking for library containing opendir" >&5 8918 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6 8919 if test "${ac_cv_search_opendir+set}" = set; then 8920 echo $ECHO_N "(cached) $ECHO_C" >&6 8921 else 8922 ac_func_search_save_LIBS=$LIBS 8923 ac_cv_search_opendir=no 8924 cat >conftest.$ac_ext <<_ACEOF 8925 #line $LINENO "configure" 8926 #include "confdefs.h" 8927 8928 /* Override any gcc2 internal prototype to avoid an error. */ 8929 #ifdef __cplusplus 8930 extern "C" 8931 #endif 8932 /* We use char because int might match the return type of a gcc2 8933 builtin and then its argument prototype would still apply. */ 8934 char opendir (); 8935 #ifdef F77_DUMMY_MAIN 8936 # ifdef __cplusplus 8937 extern "C" 8938 # endif 8939 int F77_DUMMY_MAIN() { return 1; } 8940 #endif 8941 int 8942 main () 8943 { 8944 opendir (); 8945 ; 8946 return 0; 8947 } 8948 _ACEOF 8949 rm -f conftest.$ac_objext conftest$ac_exeext 8950 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8951 (eval $ac_link) 2>&5 8952 ac_status=$? 8953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8954 (exit $ac_status); } && 8955 { ac_try='test -s conftest$ac_exeext' 8956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8957 (eval $ac_try) 2>&5 8958 ac_status=$? 8959 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8960 (exit $ac_status); }; }; then 8961 ac_cv_search_opendir="none required" 8962 else 8963 echo "$as_me: failed program was:" >&5 8964 cat conftest.$ac_ext >&5 8965 fi 8966 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8967 if test "$ac_cv_search_opendir" = no; then 8968 for ac_lib in x; do 8969 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 8970 cat >conftest.$ac_ext <<_ACEOF 8971 #line $LINENO "configure" 8972 #include "confdefs.h" 8973 8974 /* Override any gcc2 internal prototype to avoid an error. */ 8975 #ifdef __cplusplus 8976 extern "C" 8977 #endif 8978 /* We use char because int might match the return type of a gcc2 8979 builtin and then its argument prototype would still apply. */ 8980 char opendir (); 8981 #ifdef F77_DUMMY_MAIN 8982 # ifdef __cplusplus 8983 extern "C" 8984 # endif 8985 int F77_DUMMY_MAIN() { return 1; } 8986 #endif 8987 int 8988 main () 8989 { 8990 opendir (); 8991 ; 8992 return 0; 8993 } 8994 _ACEOF 8995 rm -f conftest.$ac_objext conftest$ac_exeext 8996 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8997 (eval $ac_link) 2>&5 8998 ac_status=$? 8999 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9000 (exit $ac_status); } && 9001 { ac_try='test -s conftest$ac_exeext' 9002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9003 (eval $ac_try) 2>&5 9004 ac_status=$? 9005 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9006 (exit $ac_status); }; }; then 9007 ac_cv_search_opendir="-l$ac_lib" 9008 break 9009 else 9010 echo "$as_me: failed program was:" >&5 9011 cat conftest.$ac_ext >&5 9012 fi 9013 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9014 done 9015 fi 9016 LIBS=$ac_func_search_save_LIBS 9017 fi 9018 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 9019 echo "${ECHO_T}$ac_cv_search_opendir" >&6 9020 if test "$ac_cv_search_opendir" != no; then 9021 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS" 9022 9023 fi 9024 9025 fi 9026 9027 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 9028 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 10461 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 10462 echo "${ECHO_T}$ac_cv_search_opendir" >&6; } 10463 ac_res=$ac_cv_search_opendir 10464 if test "$ac_res" != no; then 10465 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 10466 10467 fi 10468 10469 fi 10470 10471 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 10472 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } 9029 10473 if test "${ac_cv_header_time+set}" = set; then 9030 10474 echo $ECHO_N "(cached) $ECHO_C" >&6 9031 10475 else 9032 10476 cat >conftest.$ac_ext <<_ACEOF 9033 #line $LINENO "configure" 9034 #include "confdefs.h" 10477 /* confdefs.h. */ 10478 _ACEOF 10479 cat confdefs.h >>conftest.$ac_ext 10480 cat >>conftest.$ac_ext <<_ACEOF 10481 /* end confdefs.h. */ 9035 10482 #include <sys/types.h> 9036 10483 #include <sys/time.h> 9037 10484 #include <time.h> 9038 10485 9039 #ifdef F77_DUMMY_MAIN9040 # ifdef __cplusplus9041 extern "C"9042 # endif9043 int F77_DUMMY_MAIN() { return 1; }9044 #endif9045 10486 int 9046 10487 main () … … 9053 10494 _ACEOF 9054 10495 rm -f conftest.$ac_objext 9055 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9056 (eval $ac_compile) 2>&5 9057 ac_status=$? 9058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9059 (exit $ac_status); } && 9060 { ac_try='test -s conftest.$ac_objext' 9061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9062 (eval $ac_try) 2>&5 9063 ac_status=$? 9064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9065 (exit $ac_status); }; }; then 10496 if { (ac_try="$ac_compile" 10497 case "(($ac_try" in 10498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10499 *) ac_try_echo=$ac_try;; 10500 esac 10501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10502 (eval "$ac_compile") 2>conftest.er1 10503 ac_status=$? 10504 grep -v '^ *+' conftest.er1 >conftest.err 10505 rm -f conftest.er1 10506 cat conftest.err >&5 10507 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10508 (exit $ac_status); } && { 10509 test -z "$ac_c_werror_flag" || 10510 test ! -s conftest.err 10511 } && test -s conftest.$ac_objext; then 9066 10512 ac_cv_header_time=yes 9067 10513 else 9068 10514 echo "$as_me: failed program was:" >&5 9069 cat conftest.$ac_ext >&5 9070 ac_cv_header_time=no 9071 fi 9072 rm -f conftest.$ac_objext conftest.$ac_ext 9073 fi 9074 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 9075 echo "${ECHO_T}$ac_cv_header_time" >&6 10515 sed 's/^/| /' conftest.$ac_ext >&5 10516 10517 ac_cv_header_time=no 10518 fi 10519 10520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10521 fi 10522 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 10523 echo "${ECHO_T}$ac_cv_header_time" >&6; } 9076 10524 if test $ac_cv_header_time = yes; then 9077 10525 … … 9088 10536 do 9089 10537 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9090 if eval "test \"\${$as_ac_Header+set}\" = set"; then9091 echo "$as_me:$LINENO: checking for $ac_header" >&59092 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9093 if eval "test \"\${$as_ac_Header+set}\" = set"; then10538 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10539 { echo "$as_me:$LINENO: checking for $ac_header" >&5 10540 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 10541 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9094 10542 echo $ECHO_N "(cached) $ECHO_C" >&6 9095 10543 fi 9096 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 9097 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10544 ac_res=`eval echo '${'$as_ac_Header'}'` 10545 { echo "$as_me:$LINENO: result: $ac_res" >&5 10546 echo "${ECHO_T}$ac_res" >&6; } 9098 10547 else 9099 10548 # Is the header compilable? 9100 echo "$as_me:$LINENO: checking $ac_header usability" >&59101 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 10549 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 10550 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 9102 10551 cat >conftest.$ac_ext <<_ACEOF 9103 #line $LINENO "configure" 9104 #include "confdefs.h" 10552 /* confdefs.h. */ 10553 _ACEOF 10554 cat confdefs.h >>conftest.$ac_ext 10555 cat >>conftest.$ac_ext <<_ACEOF 10556 /* end confdefs.h. */ 9105 10557 $ac_includes_default 9106 10558 #include <$ac_header> 9107 10559 _ACEOF 9108 10560 rm -f conftest.$ac_objext 9109 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9110 (eval $ac_compile) 2>&5 9111 ac_status=$? 9112 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9113 (exit $ac_status); } && 9114 { ac_try='test -s conftest.$ac_objext' 9115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9116 (eval $ac_try) 2>&5 9117 ac_status=$? 9118 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9119 (exit $ac_status); }; }; then 9120 ac_header_compiler=yes 9121 else 9122 echo "$as_me: failed program was:" >&5 9123 cat conftest.$ac_ext >&5 9124 ac_header_compiler=no 9125 fi 9126 rm -f conftest.$ac_objext conftest.$ac_ext 9127 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9128 echo "${ECHO_T}$ac_header_compiler" >&6 9129 9130 # Is the header present? 9131 echo "$as_me:$LINENO: checking $ac_header presence" >&5 9132 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 9133 cat >conftest.$ac_ext <<_ACEOF 9134 #line $LINENO "configure" 9135 #include "confdefs.h" 9136 #include <$ac_header> 9137 _ACEOF 9138 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9139 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9140 ac_status=$? 9141 egrep -v '^ *\+' conftest.er1 >conftest.err 10561 if { (ac_try="$ac_compile" 10562 case "(($ac_try" in 10563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10564 *) ac_try_echo=$ac_try;; 10565 esac 10566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10567 (eval "$ac_compile") 2>conftest.er1 10568 ac_status=$? 10569 grep -v '^ *+' conftest.er1 >conftest.err 9142 10570 rm -f conftest.er1 9143 10571 cat conftest.err >&5 9144 10572 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9145 (exit $ac_status); } >/dev/null; then 9146 if test -s conftest.err; then 9147 ac_cpp_err=$ac_c_preproc_warn_flag 9148 else 9149 ac_cpp_err= 9150 fi 9151 else 9152 ac_cpp_err=yes 9153 fi 9154 if test -z "$ac_cpp_err"; then 10573 (exit $ac_status); } && { 10574 test -z "$ac_c_werror_flag" || 10575 test ! -s conftest.err 10576 } && test -s conftest.$ac_objext; then 10577 ac_header_compiler=yes 10578 else 10579 echo "$as_me: failed program was:" >&5 10580 sed 's/^/| /' conftest.$ac_ext >&5 10581 10582 ac_header_compiler=no 10583 fi 10584 10585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10586 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10587 echo "${ECHO_T}$ac_header_compiler" >&6; } 10588 10589 # Is the header present? 10590 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 10591 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 10592 cat >conftest.$ac_ext <<_ACEOF 10593 /* confdefs.h. */ 10594 _ACEOF 10595 cat confdefs.h >>conftest.$ac_ext 10596 cat >>conftest.$ac_ext <<_ACEOF 10597 /* end confdefs.h. */ 10598 #include <$ac_header> 10599 _ACEOF 10600 if { (ac_try="$ac_cpp conftest.$ac_ext" 10601 case "(($ac_try" in 10602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10603 *) ac_try_echo=$ac_try;; 10604 esac 10605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10606 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10607 ac_status=$? 10608 grep -v '^ *+' conftest.er1 >conftest.err 10609 rm -f conftest.er1 10610 cat conftest.err >&5 10611 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10612 (exit $ac_status); } >/dev/null && { 10613 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10614 test ! -s conftest.err 10615 }; then 9155 10616 ac_header_preproc=yes 9156 10617 else 9157 10618 echo "$as_me: failed program was:" >&5 9158 cat conftest.$ac_ext >&5 10619 sed 's/^/| /' conftest.$ac_ext >&5 10620 9159 10621 ac_header_preproc=no 9160 10622 fi 10623 9161 10624 rm -f conftest.err conftest.$ac_ext 9162 echo "$as_me:$LINENO: result: $ac_header_preproc" >&59163 echo "${ECHO_T}$ac_header_preproc" >&6 10625 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10626 echo "${ECHO_T}$ac_header_preproc" >&6; } 9164 10627 9165 10628 # So? What about this header? 9166 case $ac_header_compiler:$ac_header_preproc in9167 yes:no )10629 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10630 yes:no: ) 9168 10631 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 9169 10632 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 9170 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9171 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 9172 no:yes ) 10633 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 10634 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 10635 ac_header_preproc=yes 10636 ;; 10637 no:yes:* ) 9173 10638 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 9174 10639 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 9175 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 9176 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10640 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 10641 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10642 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 10643 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 10644 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 10645 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 9177 10646 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9178 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 9179 esac 9180 echo "$as_me:$LINENO: checking for $ac_header" >&5 9181 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9182 if eval "test \"\${$as_ac_Header+set}\" = set"; then 10647 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10648 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 10649 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 10650 ( cat <<\_ASBOX 10651 ## ------------------------------- ## 10652 ## Report this to bug-bash@gnu.org ## 10653 ## ------------------------------- ## 10654 _ASBOX 10655 ) | sed "s/^/$as_me: WARNING: /" >&2 10656 ;; 10657 esac 10658 { echo "$as_me:$LINENO: checking for $ac_header" >&5 10659 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 10660 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9183 10661 echo $ECHO_N "(cached) $ECHO_C" >&6 9184 10662 else 9185 eval "$as_ac_Header=$ac_header_preproc" 9186 fi 9187 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 9188 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10663 eval "$as_ac_Header=\$ac_header_preproc" 10664 fi 10665 ac_res=`eval echo '${'$as_ac_Header'}'` 10666 { echo "$as_me:$LINENO: result: $ac_res" >&5 10667 echo "${ECHO_T}$ac_res" >&6; } 9189 10668 9190 10669 fi … … 9224 10703 do 9225 10704 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9226 if eval "test \"\${$as_ac_Header+set}\" = set"; then9227 echo "$as_me:$LINENO: checking for $ac_header" >&59228 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9229 if eval "test \"\${$as_ac_Header+set}\" = set"; then10705 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10706 { echo "$as_me:$LINENO: checking for $ac_header" >&5 10707 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 10708 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9230 10709 echo $ECHO_N "(cached) $ECHO_C" >&6 9231 10710 fi 9232 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 9233 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10711 ac_res=`eval echo '${'$as_ac_Header'}'` 10712 { echo "$as_me:$LINENO: result: $ac_res" >&5 10713 echo "${ECHO_T}$ac_res" >&6; } 9234 10714 else 9235 10715 # Is the header compilable? 9236 echo "$as_me:$LINENO: checking $ac_header usability" >&59237 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 10716 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 10717 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 9238 10718 cat >conftest.$ac_ext <<_ACEOF 9239 #line $LINENO "configure" 9240 #include "confdefs.h" 10719 /* confdefs.h. */ 10720 _ACEOF 10721 cat confdefs.h >>conftest.$ac_ext 10722 cat >>conftest.$ac_ext <<_ACEOF 10723 /* end confdefs.h. */ 9241 10724 $ac_includes_default 9242 10725 #include <$ac_header> 9243 10726 _ACEOF 9244 10727 rm -f conftest.$ac_objext 9245 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9246 (eval $ac_compile) 2>&5 9247 ac_status=$? 9248 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9249 (exit $ac_status); } && 9250 { ac_try='test -s conftest.$ac_objext' 9251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9252 (eval $ac_try) 2>&5 9253 ac_status=$? 9254 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9255 (exit $ac_status); }; }; then 9256 ac_header_compiler=yes 9257 else 9258 echo "$as_me: failed program was:" >&5 9259 cat conftest.$ac_ext >&5 9260 ac_header_compiler=no 9261 fi 9262 rm -f conftest.$ac_objext conftest.$ac_ext 9263 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9264 echo "${ECHO_T}$ac_header_compiler" >&6 9265 9266 # Is the header present? 9267 echo "$as_me:$LINENO: checking $ac_header presence" >&5 9268 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 9269 cat >conftest.$ac_ext <<_ACEOF 9270 #line $LINENO "configure" 9271 #include "confdefs.h" 9272 #include <$ac_header> 9273 _ACEOF 9274 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9275 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9276 ac_status=$? 9277 egrep -v '^ *\+' conftest.er1 >conftest.err 10728 if { (ac_try="$ac_compile" 10729 case "(($ac_try" in 10730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10731 *) ac_try_echo=$ac_try;; 10732 esac 10733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10734 (eval "$ac_compile") 2>conftest.er1 10735 ac_status=$? 10736 grep -v '^ *+' conftest.er1 >conftest.err 9278 10737 rm -f conftest.er1 9279 10738 cat conftest.err >&5 9280 10739 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9281 (exit $ac_status); } >/dev/null; then 9282 if test -s conftest.err; then 9283 ac_cpp_err=$ac_c_preproc_warn_flag 9284 else 9285 ac_cpp_err= 9286 fi 9287 else 9288 ac_cpp_err=yes 9289 fi 9290 if test -z "$ac_cpp_err"; then 10740 (exit $ac_status); } && { 10741 test -z "$ac_c_werror_flag" || 10742 test ! -s conftest.err 10743 } && test -s conftest.$ac_objext; then 10744 ac_header_compiler=yes 10745 else 10746 echo "$as_me: failed program was:" >&5 10747 sed 's/^/| /' conftest.$ac_ext >&5 10748 10749 ac_header_compiler=no 10750 fi 10751 10752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10753 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10754 echo "${ECHO_T}$ac_header_compiler" >&6; } 10755 10756 # Is the header present? 10757 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 10758 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 10759 cat >conftest.$ac_ext <<_ACEOF 10760 /* confdefs.h. */ 10761 _ACEOF 10762 cat confdefs.h >>conftest.$ac_ext 10763 cat >>conftest.$ac_ext <<_ACEOF 10764 /* end confdefs.h. */ 10765 #include <$ac_header> 10766 _ACEOF 10767 if { (ac_try="$ac_cpp conftest.$ac_ext" 10768 case "(($ac_try" in 10769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10770 *) ac_try_echo=$ac_try;; 10771 esac 10772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10773 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10774 ac_status=$? 10775 grep -v '^ *+' conftest.er1 >conftest.err 10776 rm -f conftest.er1 10777 cat conftest.err >&5 10778 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10779 (exit $ac_status); } >/dev/null && { 10780 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10781 test ! -s conftest.err 10782 }; then 9291 10783 ac_header_preproc=yes 9292 10784 else 9293 10785 echo "$as_me: failed program was:" >&5 9294 cat conftest.$ac_ext >&5 10786 sed 's/^/| /' conftest.$ac_ext >&5 10787 9295 10788 ac_header_preproc=no 9296 10789 fi 10790 9297 10791 rm -f conftest.err conftest.$ac_ext 9298 echo "$as_me:$LINENO: result: $ac_header_preproc" >&59299 echo "${ECHO_T}$ac_header_preproc" >&6 10792 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10793 echo "${ECHO_T}$ac_header_preproc" >&6; } 9300 10794 9301 10795 # So? What about this header? 9302 case $ac_header_compiler:$ac_header_preproc in9303 yes:no )10796 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10797 yes:no: ) 9304 10798 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 9305 10799 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 9306 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9307 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 9308 no:yes ) 10800 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 10801 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 10802 ac_header_preproc=yes 10803 ;; 10804 no:yes:* ) 9309 10805 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 9310 10806 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 9311 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 9312 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10807 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 10808 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10809 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 10810 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 10811 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 10812 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 9313 10813 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9314 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 9315 esac 9316 echo "$as_me:$LINENO: checking for $ac_header" >&5 9317 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9318 if eval "test \"\${$as_ac_Header+set}\" = set"; then 10814 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10815 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 10816 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 10817 ( cat <<\_ASBOX 10818 ## ------------------------------- ## 10819 ## Report this to bug-bash@gnu.org ## 10820 ## ------------------------------- ## 10821 _ASBOX 10822 ) | sed "s/^/$as_me: WARNING: /" >&2 10823 ;; 10824 esac 10825 { echo "$as_me:$LINENO: checking for $ac_header" >&5 10826 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 10827 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9319 10828 echo $ECHO_N "(cached) $ECHO_C" >&6 9320 10829 else 9321 eval "$as_ac_Header=$ac_header_preproc" 9322 fi 9323 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 9324 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10830 eval "$as_ac_Header=\$ac_header_preproc" 10831 fi 10832 ac_res=`eval echo '${'$as_ac_Header'}'` 10833 { echo "$as_me:$LINENO: result: $ac_res" >&5 10834 echo "${ECHO_T}$ac_res" >&6; } 9325 10835 9326 10836 fi … … 9351 10861 do 9352 10862 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9353 if eval "test \"\${$as_ac_Header+set}\" = set"; then9354 echo "$as_me:$LINENO: checking for $ac_header" >&59355 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9356 if eval "test \"\${$as_ac_Header+set}\" = set"; then10863 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 10864 { echo "$as_me:$LINENO: checking for $ac_header" >&5 10865 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 10866 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9357 10867 echo $ECHO_N "(cached) $ECHO_C" >&6 9358 10868 fi 9359 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 9360 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10869 ac_res=`eval echo '${'$as_ac_Header'}'` 10870 { echo "$as_me:$LINENO: result: $ac_res" >&5 10871 echo "${ECHO_T}$ac_res" >&6; } 9361 10872 else 9362 10873 # Is the header compilable? 9363 echo "$as_me:$LINENO: checking $ac_header usability" >&59364 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 10874 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 10875 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 9365 10876 cat >conftest.$ac_ext <<_ACEOF 9366 #line $LINENO "configure" 9367 #include "confdefs.h" 10877 /* confdefs.h. */ 10878 _ACEOF 10879 cat confdefs.h >>conftest.$ac_ext 10880 cat >>conftest.$ac_ext <<_ACEOF 10881 /* end confdefs.h. */ 9368 10882 $ac_includes_default 9369 10883 #include <$ac_header> 9370 10884 _ACEOF 9371 10885 rm -f conftest.$ac_objext 9372 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9373 (eval $ac_compile) 2>&5 9374 ac_status=$? 9375 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9376 (exit $ac_status); } && 9377 { ac_try='test -s conftest.$ac_objext' 9378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9379 (eval $ac_try) 2>&5 9380 ac_status=$? 9381 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9382 (exit $ac_status); }; }; then 9383 ac_header_compiler=yes 9384 else 9385 echo "$as_me: failed program was:" >&5 9386 cat conftest.$ac_ext >&5 9387 ac_header_compiler=no 9388 fi 9389 rm -f conftest.$ac_objext conftest.$ac_ext 9390 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9391 echo "${ECHO_T}$ac_header_compiler" >&6 9392 9393 # Is the header present? 9394 echo "$as_me:$LINENO: checking $ac_header presence" >&5 9395 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 9396 cat >conftest.$ac_ext <<_ACEOF 9397 #line $LINENO "configure" 9398 #include "confdefs.h" 9399 #include <$ac_header> 9400 _ACEOF 9401 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9402 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9403 ac_status=$? 9404 egrep -v '^ *\+' conftest.er1 >conftest.err 10886 if { (ac_try="$ac_compile" 10887 case "(($ac_try" in 10888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10889 *) ac_try_echo=$ac_try;; 10890 esac 10891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10892 (eval "$ac_compile") 2>conftest.er1 10893 ac_status=$? 10894 grep -v '^ *+' conftest.er1 >conftest.err 9405 10895 rm -f conftest.er1 9406 10896 cat conftest.err >&5 9407 10897 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9408 (exit $ac_status); } >/dev/null; then 9409 if test -s conftest.err; then 9410 ac_cpp_err=$ac_c_preproc_warn_flag 9411 else 9412 ac_cpp_err= 9413 fi 9414 else 9415 ac_cpp_err=yes 9416 fi 9417 if test -z "$ac_cpp_err"; then 10898 (exit $ac_status); } && { 10899 test -z "$ac_c_werror_flag" || 10900 test ! -s conftest.err 10901 } && test -s conftest.$ac_objext; then 10902 ac_header_compiler=yes 10903 else 10904 echo "$as_me: failed program was:" >&5 10905 sed 's/^/| /' conftest.$ac_ext >&5 10906 10907 ac_header_compiler=no 10908 fi 10909 10910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10911 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10912 echo "${ECHO_T}$ac_header_compiler" >&6; } 10913 10914 # Is the header present? 10915 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 10916 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 10917 cat >conftest.$ac_ext <<_ACEOF 10918 /* confdefs.h. */ 10919 _ACEOF 10920 cat confdefs.h >>conftest.$ac_ext 10921 cat >>conftest.$ac_ext <<_ACEOF 10922 /* end confdefs.h. */ 10923 #include <$ac_header> 10924 _ACEOF 10925 if { (ac_try="$ac_cpp conftest.$ac_ext" 10926 case "(($ac_try" in 10927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10928 *) ac_try_echo=$ac_try;; 10929 esac 10930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10931 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 10932 ac_status=$? 10933 grep -v '^ *+' conftest.er1 >conftest.err 10934 rm -f conftest.er1 10935 cat conftest.err >&5 10936 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10937 (exit $ac_status); } >/dev/null && { 10938 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 10939 test ! -s conftest.err 10940 }; then 9418 10941 ac_header_preproc=yes 9419 10942 else 9420 10943 echo "$as_me: failed program was:" >&5 9421 cat conftest.$ac_ext >&5 10944 sed 's/^/| /' conftest.$ac_ext >&5 10945 9422 10946 ac_header_preproc=no 9423 10947 fi 10948 9424 10949 rm -f conftest.err conftest.$ac_ext 9425 echo "$as_me:$LINENO: result: $ac_header_preproc" >&59426 echo "${ECHO_T}$ac_header_preproc" >&6 10950 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 10951 echo "${ECHO_T}$ac_header_preproc" >&6; } 9427 10952 9428 10953 # So? What about this header? 9429 case $ac_header_compiler:$ac_header_preproc in9430 yes:no )10954 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10955 yes:no: ) 9431 10956 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 9432 10957 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 9433 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9434 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 9435 no:yes ) 10958 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 10959 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 10960 ac_header_preproc=yes 10961 ;; 10962 no:yes:* ) 9436 10963 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 9437 10964 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 9438 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 9439 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10965 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 10966 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10967 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 10968 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 10969 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 10970 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 9440 10971 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9441 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 9442 esac 9443 echo "$as_me:$LINENO: checking for $ac_header" >&5 9444 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9445 if eval "test \"\${$as_ac_Header+set}\" = set"; then 10972 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10973 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 10974 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 10975 ( cat <<\_ASBOX 10976 ## ------------------------------- ## 10977 ## Report this to bug-bash@gnu.org ## 10978 ## ------------------------------- ## 10979 _ASBOX 10980 ) | sed "s/^/$as_me: WARNING: /" >&2 10981 ;; 10982 esac 10983 { echo "$as_me:$LINENO: checking for $ac_header" >&5 10984 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 10985 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9446 10986 echo $ECHO_N "(cached) $ECHO_C" >&6 9447 10987 else 9448 eval "$as_ac_Header=$ac_header_preproc" 9449 fi 9450 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 9451 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10988 eval "$as_ac_Header=\$ac_header_preproc" 10989 fi 10990 ac_res=`eval echo '${'$as_ac_Header'}'` 10991 { echo "$as_me:$LINENO: result: $ac_res" >&5 10992 echo "${ECHO_T}$ac_res" >&6; } 9452 10993 9453 10994 fi … … 9466 11007 do 9467 11008 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9468 if eval "test \"\${$as_ac_Header+set}\" = set"; then9469 echo "$as_me:$LINENO: checking for $ac_header" >&59470 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9471 if eval "test \"\${$as_ac_Header+set}\" = set"; then11009 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 11010 { echo "$as_me:$LINENO: checking for $ac_header" >&5 11011 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 11012 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9472 11013 echo $ECHO_N "(cached) $ECHO_C" >&6 9473 11014 fi 9474 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 9475 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11015 ac_res=`eval echo '${'$as_ac_Header'}'` 11016 { echo "$as_me:$LINENO: result: $ac_res" >&5 11017 echo "${ECHO_T}$ac_res" >&6; } 9476 11018 else 9477 11019 # Is the header compilable? 9478 echo "$as_me:$LINENO: checking $ac_header usability" >&59479 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 11020 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 11021 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 9480 11022 cat >conftest.$ac_ext <<_ACEOF 9481 #line $LINENO "configure" 9482 #include "confdefs.h" 11023 /* confdefs.h. */ 11024 _ACEOF 11025 cat confdefs.h >>conftest.$ac_ext 11026 cat >>conftest.$ac_ext <<_ACEOF 11027 /* end confdefs.h. */ 9483 11028 $ac_includes_default 9484 11029 #include <$ac_header> 9485 11030 _ACEOF 9486 11031 rm -f conftest.$ac_objext 9487 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9488 (eval $ac_compile) 2>&5 9489 ac_status=$? 9490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9491 (exit $ac_status); } && 9492 { ac_try='test -s conftest.$ac_objext' 9493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9494 (eval $ac_try) 2>&5 9495 ac_status=$? 9496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9497 (exit $ac_status); }; }; then 9498 ac_header_compiler=yes 9499 else 9500 echo "$as_me: failed program was:" >&5 9501 cat conftest.$ac_ext >&5 9502 ac_header_compiler=no 9503 fi 9504 rm -f conftest.$ac_objext conftest.$ac_ext 9505 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9506 echo "${ECHO_T}$ac_header_compiler" >&6 9507 9508 # Is the header present? 9509 echo "$as_me:$LINENO: checking $ac_header presence" >&5 9510 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 9511 cat >conftest.$ac_ext <<_ACEOF 9512 #line $LINENO "configure" 9513 #include "confdefs.h" 9514 #include <$ac_header> 9515 _ACEOF 9516 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 9517 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9518 ac_status=$? 9519 egrep -v '^ *\+' conftest.er1 >conftest.err 11032 if { (ac_try="$ac_compile" 11033 case "(($ac_try" in 11034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11035 *) ac_try_echo=$ac_try;; 11036 esac 11037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11038 (eval "$ac_compile") 2>conftest.er1 11039 ac_status=$? 11040 grep -v '^ *+' conftest.er1 >conftest.err 9520 11041 rm -f conftest.er1 9521 11042 cat conftest.err >&5 9522 11043 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9523 (exit $ac_status); } >/dev/null; then 9524 if test -s conftest.err; then 9525 ac_cpp_err=$ac_c_preproc_warn_flag 9526 else 9527 ac_cpp_err= 9528 fi 9529 else 9530 ac_cpp_err=yes 9531 fi 9532 if test -z "$ac_cpp_err"; then 11044 (exit $ac_status); } && { 11045 test -z "$ac_c_werror_flag" || 11046 test ! -s conftest.err 11047 } && test -s conftest.$ac_objext; then 11048 ac_header_compiler=yes 11049 else 11050 echo "$as_me: failed program was:" >&5 11051 sed 's/^/| /' conftest.$ac_ext >&5 11052 11053 ac_header_compiler=no 11054 fi 11055 11056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11057 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11058 echo "${ECHO_T}$ac_header_compiler" >&6; } 11059 11060 # Is the header present? 11061 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 11062 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 11063 cat >conftest.$ac_ext <<_ACEOF 11064 /* confdefs.h. */ 11065 _ACEOF 11066 cat confdefs.h >>conftest.$ac_ext 11067 cat >>conftest.$ac_ext <<_ACEOF 11068 /* end confdefs.h. */ 11069 #include <$ac_header> 11070 _ACEOF 11071 if { (ac_try="$ac_cpp conftest.$ac_ext" 11072 case "(($ac_try" in 11073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11074 *) ac_try_echo=$ac_try;; 11075 esac 11076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11077 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 11078 ac_status=$? 11079 grep -v '^ *+' conftest.er1 >conftest.err 11080 rm -f conftest.er1 11081 cat conftest.err >&5 11082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11083 (exit $ac_status); } >/dev/null && { 11084 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 11085 test ! -s conftest.err 11086 }; then 9533 11087 ac_header_preproc=yes 9534 11088 else 9535 11089 echo "$as_me: failed program was:" >&5 9536 cat conftest.$ac_ext >&5 11090 sed 's/^/| /' conftest.$ac_ext >&5 11091 9537 11092 ac_header_preproc=no 9538 11093 fi 11094 9539 11095 rm -f conftest.err conftest.$ac_ext 9540 echo "$as_me:$LINENO: result: $ac_header_preproc" >&59541 echo "${ECHO_T}$ac_header_preproc" >&6 11096 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 11097 echo "${ECHO_T}$ac_header_preproc" >&6; } 9542 11098 9543 11099 # So? What about this header? 9544 case $ac_header_compiler:$ac_header_preproc in9545 yes:no )11100 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11101 yes:no: ) 9546 11102 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 9547 11103 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 9548 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9549 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 9550 no:yes ) 11104 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 11105 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 11106 ac_header_preproc=yes 11107 ;; 11108 no:yes:* ) 9551 11109 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 9552 11110 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 9553 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 9554 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 11111 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 11112 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 11113 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 11114 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 11115 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 11116 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 9555 11117 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9556 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 9557 esac 9558 echo "$as_me:$LINENO: checking for $ac_header" >&5 9559 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9560 if eval "test \"\${$as_ac_Header+set}\" = set"; then 11118 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 11119 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 11120 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 11121 ( cat <<\_ASBOX 11122 ## ------------------------------- ## 11123 ## Report this to bug-bash@gnu.org ## 11124 ## ------------------------------- ## 11125 _ASBOX 11126 ) | sed "s/^/$as_me: WARNING: /" >&2 11127 ;; 11128 esac 11129 { echo "$as_me:$LINENO: checking for $ac_header" >&5 11130 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 11131 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9561 11132 echo $ECHO_N "(cached) $ECHO_C" >&6 9562 11133 else 9563 eval "$as_ac_Header=$ac_header_preproc" 9564 fi 9565 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 9566 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11134 eval "$as_ac_Header=\$ac_header_preproc" 11135 fi 11136 ac_res=`eval echo '${'$as_ac_Header'}'` 11137 { echo "$as_me:$LINENO: result: $ac_res" >&5 11138 echo "${ECHO_T}$ac_res" >&6; } 9567 11139 9568 11140 fi … … 9577 11149 9578 11150 9579 echo "$as_me:$LINENO: checking for sys/ptem.h" >&59580 echo $ECHO_N "checking for sys/ptem.h... $ECHO_C" >&6 11151 { echo "$as_me:$LINENO: checking for sys/ptem.h" >&5 11152 echo $ECHO_N "checking for sys/ptem.h... $ECHO_C" >&6; } 9581 11153 if test "${ac_cv_header_sys_ptem_h+set}" = set; then 9582 11154 echo $ECHO_N "(cached) $ECHO_C" >&6 9583 11155 else 9584 11156 cat >conftest.$ac_ext <<_ACEOF 9585 #line $LINENO "configure" 9586 #include "confdefs.h" 11157 /* confdefs.h. */ 11158 _ACEOF 11159 cat confdefs.h >>conftest.$ac_ext 11160 cat >>conftest.$ac_ext <<_ACEOF 11161 /* end confdefs.h. */ 9587 11162 9588 11163 #if HAVE_SYS_STREAM_H … … 9594 11169 _ACEOF 9595 11170 rm -f conftest.$ac_objext 9596 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9597 (eval $ac_compile) 2>&5 9598 ac_status=$? 9599 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9600 (exit $ac_status); } && 9601 { ac_try='test -s conftest.$ac_objext' 9602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9603 (eval $ac_try) 2>&5 9604 ac_status=$? 9605 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9606 (exit $ac_status); }; }; then 11171 if { (ac_try="$ac_compile" 11172 case "(($ac_try" in 11173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11174 *) ac_try_echo=$ac_try;; 11175 esac 11176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11177 (eval "$ac_compile") 2>conftest.er1 11178 ac_status=$? 11179 grep -v '^ *+' conftest.er1 >conftest.err 11180 rm -f conftest.er1 11181 cat conftest.err >&5 11182 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11183 (exit $ac_status); } && { 11184 test -z "$ac_c_werror_flag" || 11185 test ! -s conftest.err 11186 } && test -s conftest.$ac_objext; then 9607 11187 ac_cv_header_sys_ptem_h=yes 9608 11188 else 9609 11189 echo "$as_me: failed program was:" >&5 9610 cat conftest.$ac_ext >&5 9611 ac_cv_header_sys_ptem_h=no 9612 fi 9613 rm -f conftest.$ac_objext conftest.$ac_ext 9614 fi 9615 echo "$as_me:$LINENO: result: $ac_cv_header_sys_ptem_h" >&5 9616 echo "${ECHO_T}$ac_cv_header_sys_ptem_h" >&6 11190 sed 's/^/| /' conftest.$ac_ext >&5 11191 11192 ac_cv_header_sys_ptem_h=no 11193 fi 11194 11195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11196 fi 11197 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_ptem_h" >&5 11198 echo "${ECHO_T}$ac_cv_header_sys_ptem_h" >&6; } 9617 11199 9618 11200 … … 9620 11202 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 9621 11203 # for constant arguments. Useless! 9622 echo "$as_me:$LINENO: checking for working alloca.h" >&59623 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 11204 { echo "$as_me:$LINENO: checking for working alloca.h" >&5 11205 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } 9624 11206 if test "${ac_cv_working_alloca_h+set}" = set; then 9625 11207 echo $ECHO_N "(cached) $ECHO_C" >&6 9626 11208 else 9627 11209 cat >conftest.$ac_ext <<_ACEOF 9628 #line $LINENO "configure" 9629 #include "confdefs.h" 11210 /* confdefs.h. */ 11211 _ACEOF 11212 cat confdefs.h >>conftest.$ac_ext 11213 cat >>conftest.$ac_ext <<_ACEOF 11214 /* end confdefs.h. */ 9630 11215 #include <alloca.h> 9631 #ifdef F77_DUMMY_MAIN9632 # ifdef __cplusplus9633 extern "C"9634 # endif9635 int F77_DUMMY_MAIN() { return 1; }9636 #endif9637 11216 int 9638 11217 main () 9639 11218 { 9640 11219 char *p = (char *) alloca (2 * sizeof (int)); 11220 if (p) return 0; 9641 11221 ; 9642 11222 return 0; … … 9644 11224 _ACEOF 9645 11225 rm -f conftest.$ac_objext conftest$ac_exeext 9646 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9647 (eval $ac_link) 2>&5 9648 ac_status=$? 9649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9650 (exit $ac_status); } && 9651 { ac_try='test -s conftest$ac_exeext' 9652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9653 (eval $ac_try) 2>&5 9654 ac_status=$? 9655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9656 (exit $ac_status); }; }; then 11226 if { (ac_try="$ac_link" 11227 case "(($ac_try" in 11228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11229 *) ac_try_echo=$ac_try;; 11230 esac 11231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11232 (eval "$ac_link") 2>conftest.er1 11233 ac_status=$? 11234 grep -v '^ *+' conftest.er1 >conftest.err 11235 rm -f conftest.er1 11236 cat conftest.err >&5 11237 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11238 (exit $ac_status); } && { 11239 test -z "$ac_c_werror_flag" || 11240 test ! -s conftest.err 11241 } && test -s conftest$ac_exeext && 11242 $as_test_x conftest$ac_exeext; then 9657 11243 ac_cv_working_alloca_h=yes 9658 11244 else 9659 11245 echo "$as_me: failed program was:" >&5 9660 cat conftest.$ac_ext >&5 9661 ac_cv_working_alloca_h=no 9662 fi 9663 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9664 fi 9665 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 9666 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 11246 sed 's/^/| /' conftest.$ac_ext >&5 11247 11248 ac_cv_working_alloca_h=no 11249 fi 11250 11251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11252 conftest$ac_exeext conftest.$ac_ext 11253 fi 11254 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 11255 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } 9667 11256 if test $ac_cv_working_alloca_h = yes; then 9668 11257 … … 9673 11262 fi 9674 11263 9675 echo "$as_me:$LINENO: checking for alloca" >&59676 echo $ECHO_N "checking for alloca... $ECHO_C" >&6 11264 { echo "$as_me:$LINENO: checking for alloca" >&5 11265 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } 9677 11266 if test "${ac_cv_func_alloca_works+set}" = set; then 9678 11267 echo $ECHO_N "(cached) $ECHO_C" >&6 9679 11268 else 9680 11269 cat >conftest.$ac_ext <<_ACEOF 9681 #line $LINENO "configure" 9682 #include "confdefs.h" 11270 /* confdefs.h. */ 11271 _ACEOF 11272 cat confdefs.h >>conftest.$ac_ext 11273 cat >>conftest.$ac_ext <<_ACEOF 11274 /* end confdefs.h. */ 9683 11275 #ifdef __GNUC__ 9684 11276 # define alloca __builtin_alloca … … 9688 11280 # define alloca _alloca 9689 11281 # else 9690 # if HAVE_ALLOCA_H11282 # ifdef HAVE_ALLOCA_H 9691 11283 # include <alloca.h> 9692 11284 # else … … 9702 11294 #endif 9703 11295 9704 #ifdef F77_DUMMY_MAIN9705 # ifdef __cplusplus9706 extern "C"9707 # endif9708 int F77_DUMMY_MAIN() { return 1; }9709 #endif9710 11296 int 9711 11297 main () 9712 11298 { 9713 11299 char *p = (char *) alloca (1); 11300 if (p) return 0; 9714 11301 ; 9715 11302 return 0; … … 9717 11304 _ACEOF 9718 11305 rm -f conftest.$ac_objext conftest$ac_exeext 9719 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9720 (eval $ac_link) 2>&5 9721 ac_status=$? 9722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9723 (exit $ac_status); } && 9724 { ac_try='test -s conftest$ac_exeext' 9725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9726 (eval $ac_try) 2>&5 9727 ac_status=$? 9728 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9729 (exit $ac_status); }; }; then 11306 if { (ac_try="$ac_link" 11307 case "(($ac_try" in 11308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11309 *) ac_try_echo=$ac_try;; 11310 esac 11311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11312 (eval "$ac_link") 2>conftest.er1 11313 ac_status=$? 11314 grep -v '^ *+' conftest.er1 >conftest.err 11315 rm -f conftest.er1 11316 cat conftest.err >&5 11317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11318 (exit $ac_status); } && { 11319 test -z "$ac_c_werror_flag" || 11320 test ! -s conftest.err 11321 } && test -s conftest$ac_exeext && 11322 $as_test_x conftest$ac_exeext; then 9730 11323 ac_cv_func_alloca_works=yes 9731 11324 else 9732 11325 echo "$as_me: failed program was:" >&5 9733 cat conftest.$ac_ext >&5 9734 ac_cv_func_alloca_works=no 9735 fi 9736 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9737 fi 9738 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 9739 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 11326 sed 's/^/| /' conftest.$ac_ext >&5 11327 11328 ac_cv_func_alloca_works=no 11329 fi 11330 11331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11332 conftest$ac_exeext conftest.$ac_ext 11333 fi 11334 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 11335 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } 9740 11336 9741 11337 if test $ac_cv_func_alloca_works = yes; then … … 9751 11347 # use ar to extract alloca.o from them instead of compiling alloca.c. 9752 11348 9753 ALLOCA= alloca.$ac_objext11349 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext 9754 11350 9755 11351 cat >>confdefs.h <<\_ACEOF … … 9758 11354 9759 11355 9760 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&59761 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 11356 { echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 11357 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } 9762 11358 if test "${ac_cv_os_cray+set}" = set; then 9763 11359 echo $ECHO_N "(cached) $ECHO_C" >&6 9764 11360 else 9765 11361 cat >conftest.$ac_ext <<_ACEOF 9766 #line $LINENO "configure" 9767 #include "confdefs.h" 9768 #if defined(CRAY) && ! defined(CRAY2) 11362 /* confdefs.h. */ 11363 _ACEOF 11364 cat confdefs.h >>conftest.$ac_ext 11365 cat >>conftest.$ac_ext <<_ACEOF 11366 /* end confdefs.h. */ 11367 #if defined CRAY && ! defined CRAY2 9769 11368 webecray 9770 11369 #else … … 9774 11373 _ACEOF 9775 11374 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 9776 egrep"webecray" >/dev/null 2>&1; then11375 $EGREP "webecray" >/dev/null 2>&1; then 9777 11376 ac_cv_os_cray=yes 9778 11377 else … … 9782 11381 9783 11382 fi 9784 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&59785 echo "${ECHO_T}$ac_cv_os_cray" >&6 11383 { echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 11384 echo "${ECHO_T}$ac_cv_os_cray" >&6; } 9786 11385 if test $ac_cv_os_cray = yes; then 9787 11386 for ac_func in _getb67 GETB67 getb67; do 9788 11387 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9789 echo "$as_me:$LINENO: checking for $ac_func" >&59790 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9791 if eval "test \"\${$as_ac_var+set}\" = set"; then11388 { echo "$as_me:$LINENO: checking for $ac_func" >&5 11389 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 11390 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 9792 11391 echo $ECHO_N "(cached) $ECHO_C" >&6 9793 11392 else 9794 11393 cat >conftest.$ac_ext <<_ACEOF 9795 #line $LINENO "configure" 9796 #include "confdefs.h" 11394 /* confdefs.h. */ 11395 _ACEOF 11396 cat confdefs.h >>conftest.$ac_ext 11397 cat >>conftest.$ac_ext <<_ACEOF 11398 /* end confdefs.h. */ 11399 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 11400 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 11401 #define $ac_func innocuous_$ac_func 11402 9797 11403 /* System header to define __stub macros and hopefully few prototypes, 9798 which can conflict with char $ac_func (); below. */ 9799 #include <assert.h> 9800 /* Override any gcc2 internal prototype to avoid an error. */ 11404 which can conflict with char $ac_func (); below. 11405 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 11406 <limits.h> exists even on freestanding compilers. */ 11407 11408 #ifdef __STDC__ 11409 # include <limits.h> 11410 #else 11411 # include <assert.h> 11412 #endif 11413 11414 #undef $ac_func 11415 11416 /* Override any GCC internal prototype to avoid an error. 11417 Use char because int might match the return type of a GCC 11418 builtin and then its argument prototype would still apply. */ 9801 11419 #ifdef __cplusplus 9802 11420 extern "C" 9803 11421 #endif 9804 /* We use char because int might match the return type of a gcc29805 builtin and then its argument prototype would still apply. */9806 11422 char $ac_func (); 9807 char (*f) (); 9808 9809 #ifdef F77_DUMMY_MAIN 9810 # ifdef __cplusplus 9811 extern "C" 9812 # endif 9813 int F77_DUMMY_MAIN() { return 1; } 11423 /* The GNU C library defines this for functions which it implements 11424 to always fail with ENOSYS. Some functions are actually named 11425 something starting with __ and the normal name is an alias. */ 11426 #if defined __stub_$ac_func || defined __stub___$ac_func 11427 choke me 9814 11428 #endif 11429 9815 11430 int 9816 11431 main () 9817 11432 { 9818 /* The GNU C library defines this for functions which it implements 9819 to always fail with ENOSYS. Some functions are actually named 9820 something starting with __ and the normal name is an alias. */ 9821 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 9822 choke me 9823 #else 9824 f = $ac_func; 9825 #endif 9826 11433 return $ac_func (); 9827 11434 ; 9828 11435 return 0; … … 9830 11437 _ACEOF 9831 11438 rm -f conftest.$ac_objext conftest$ac_exeext 9832 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9833 (eval $ac_link) 2>&5 9834 ac_status=$? 9835 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9836 (exit $ac_status); } && 9837 { ac_try='test -s conftest$ac_exeext' 9838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9839 (eval $ac_try) 2>&5 9840 ac_status=$? 9841 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9842 (exit $ac_status); }; }; then 11439 if { (ac_try="$ac_link" 11440 case "(($ac_try" in 11441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11442 *) ac_try_echo=$ac_try;; 11443 esac 11444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11445 (eval "$ac_link") 2>conftest.er1 11446 ac_status=$? 11447 grep -v '^ *+' conftest.er1 >conftest.err 11448 rm -f conftest.er1 11449 cat conftest.err >&5 11450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11451 (exit $ac_status); } && { 11452 test -z "$ac_c_werror_flag" || 11453 test ! -s conftest.err 11454 } && test -s conftest$ac_exeext && 11455 $as_test_x conftest$ac_exeext; then 9843 11456 eval "$as_ac_var=yes" 9844 11457 else 9845 11458 echo "$as_me: failed program was:" >&5 9846 cat conftest.$ac_ext >&5 9847 eval "$as_ac_var=no" 9848 fi 9849 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9850 fi 9851 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 9852 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11459 sed 's/^/| /' conftest.$ac_ext >&5 11460 11461 eval "$as_ac_var=no" 11462 fi 11463 11464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11465 conftest$ac_exeext conftest.$ac_ext 11466 fi 11467 ac_res=`eval echo '${'$as_ac_var'}'` 11468 { echo "$as_me:$LINENO: result: $ac_res" >&5 11469 echo "${ECHO_T}$ac_res" >&6; } 9853 11470 if test `eval echo '${'$as_ac_var'}'` = yes; then 9854 11471 … … 9863 11480 fi 9864 11481 9865 echo "$as_me:$LINENO: checking stack direction for C alloca" >&59866 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 11482 { echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 11483 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } 9867 11484 if test "${ac_cv_c_stack_direction+set}" = set; then 9868 11485 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 9872 11489 else 9873 11490 cat >conftest.$ac_ext <<_ACEOF 9874 #line $LINENO "configure" 9875 #include "confdefs.h" 11491 /* confdefs.h. */ 11492 _ACEOF 11493 cat confdefs.h >>conftest.$ac_ext 11494 cat >>conftest.$ac_ext <<_ACEOF 11495 /* end confdefs.h. */ 11496 $ac_includes_default 9876 11497 int 9877 11498 find_stack_direction () … … 9891 11512 main () 9892 11513 { 9893 exit (find_stack_direction () < 0);11514 return find_stack_direction () < 0; 9894 11515 } 9895 11516 _ACEOF 9896 11517 rm -f conftest$ac_exeext 9897 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9898 (eval $ac_link) 2>&5 11518 if { (ac_try="$ac_link" 11519 case "(($ac_try" in 11520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11521 *) ac_try_echo=$ac_try;; 11522 esac 11523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11524 (eval "$ac_link") 2>&5 9899 11525 ac_status=$? 9900 11526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9901 11527 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9903 (eval $ac_try) 2>&5 11528 { (case "(($ac_try" in 11529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11530 *) ac_try_echo=$ac_try;; 11531 esac 11532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11533 (eval "$ac_try") 2>&5 9904 11534 ac_status=$? 9905 11535 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 9909 11539 echo "$as_me: program exited with status $ac_status" >&5 9910 11540 echo "$as_me: failed program was:" >&5 9911 cat conftest.$ac_ext >&5 11541 sed 's/^/| /' conftest.$ac_ext >&5 11542 9912 11543 ( exit $ac_status ) 9913 11544 ac_cv_c_stack_direction=-1 9914 11545 fi 9915 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 9916 fi 9917 fi 9918 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 9919 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 11546 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11547 fi 11548 11549 11550 fi 11551 { echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 11552 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } 9920 11553 9921 11554 cat >>confdefs.h <<_ACEOF … … 9926 11559 fi 9927 11560 9928 echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&59929 echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6 11561 { echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 11562 echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6; } 9930 11563 if test "${ac_cv_func_getpgrp_void+set}" = set; then 9931 11564 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 9933 11566 # Use it with a single arg. 9934 11567 cat >conftest.$ac_ext <<_ACEOF 9935 #line $LINENO "configure" 9936 #include "confdefs.h" 11568 /* confdefs.h. */ 11569 _ACEOF 11570 cat confdefs.h >>conftest.$ac_ext 11571 cat >>conftest.$ac_ext <<_ACEOF 11572 /* end confdefs.h. */ 9937 11573 $ac_includes_default 9938 #ifdef F77_DUMMY_MAIN9939 # ifdef __cplusplus9940 extern "C"9941 # endif9942 int F77_DUMMY_MAIN() { return 1; }9943 #endif9944 11574 int 9945 11575 main () … … 9951 11581 _ACEOF 9952 11582 rm -f conftest.$ac_objext 9953 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9954 (eval $ac_compile) 2>&5 9955 ac_status=$? 9956 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9957 (exit $ac_status); } && 9958 { ac_try='test -s conftest.$ac_objext' 9959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9960 (eval $ac_try) 2>&5 9961 ac_status=$? 9962 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9963 (exit $ac_status); }; }; then 11583 if { (ac_try="$ac_compile" 11584 case "(($ac_try" in 11585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11586 *) ac_try_echo=$ac_try;; 11587 esac 11588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11589 (eval "$ac_compile") 2>conftest.er1 11590 ac_status=$? 11591 grep -v '^ *+' conftest.er1 >conftest.err 11592 rm -f conftest.er1 11593 cat conftest.err >&5 11594 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11595 (exit $ac_status); } && { 11596 test -z "$ac_c_werror_flag" || 11597 test ! -s conftest.err 11598 } && test -s conftest.$ac_objext; then 9964 11599 ac_cv_func_getpgrp_void=no 9965 11600 else 9966 11601 echo "$as_me: failed program was:" >&5 9967 cat conftest.$ac_ext >&5 9968 ac_cv_func_getpgrp_void=yes 9969 fi 9970 rm -f conftest.$ac_objext conftest.$ac_ext 9971 9972 fi 9973 echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 9974 echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6 11602 sed 's/^/| /' conftest.$ac_ext >&5 11603 11604 ac_cv_func_getpgrp_void=yes 11605 fi 11606 11607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 11608 11609 fi 11610 { echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 11611 echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6; } 9975 11612 if test $ac_cv_func_getpgrp_void = yes; then 9976 11613 … … 9981 11618 fi 9982 11619 9983 echo "$as_me:$LINENO: checking whether setvbuf arguments are reversed" >&59984 echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6 11620 { echo "$as_me:$LINENO: checking whether setvbuf arguments are reversed" >&5 11621 echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6; } 9985 11622 if test "${ac_cv_func_setvbuf_reversed+set}" = set; then 9986 11623 echo $ECHO_N "(cached) $ECHO_C" >&6 9987 11624 else 9988 if test "$cross_compiling" = yes; then 9989 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5 9990 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 9991 { (exit 1); exit 1; }; } 9992 else 9993 cat >conftest.$ac_ext <<_ACEOF 9994 #line $LINENO "configure" 9995 #include "confdefs.h" 11625 ac_cv_func_setvbuf_reversed=no 11626 cat >conftest.$ac_ext <<_ACEOF 11627 /* confdefs.h. */ 11628 _ACEOF 11629 cat confdefs.h >>conftest.$ac_ext 11630 cat >>conftest.$ac_ext <<_ACEOF 11631 /* end confdefs.h. */ 9996 11632 #include <stdio.h> 9997 /* If setvbuf has the reversed format, exit 0. */ 11633 # ifdef PROTOTYPES 11634 int (setvbuf) (FILE *, int, char *, size_t); 11635 # endif 9998 11636 int 9999 11637 main () 10000 11638 { 10001 /* This call has the arguments reversed. 10002 A reversed system may check and see that the address of main 10003 is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */ 10004 if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0) 10005 exit(1); 10006 putc('\r', stdout); 10007 exit(0); /* Non-reversed systems segv here. */ 11639 char buf; return setvbuf (stdout, _IOLBF, &buf, 1); 11640 ; 11641 return 0; 11642 } 11643 _ACEOF 11644 rm -f conftest.$ac_objext conftest$ac_exeext 11645 if { (ac_try="$ac_link" 11646 case "(($ac_try" in 11647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11648 *) ac_try_echo=$ac_try;; 11649 esac 11650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11651 (eval "$ac_link") 2>conftest.er1 11652 ac_status=$? 11653 grep -v '^ *+' conftest.er1 >conftest.err 11654 rm -f conftest.er1 11655 cat conftest.err >&5 11656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11657 (exit $ac_status); } && { 11658 test -z "$ac_c_werror_flag" || 11659 test ! -s conftest.err 11660 } && test -s conftest$ac_exeext && 11661 $as_test_x conftest$ac_exeext; then 11662 cat >conftest.$ac_ext <<_ACEOF 11663 /* confdefs.h. */ 11664 _ACEOF 11665 cat confdefs.h >>conftest.$ac_ext 11666 cat >>conftest.$ac_ext <<_ACEOF 11667 /* end confdefs.h. */ 11668 #include <stdio.h> 11669 # ifdef PROTOTYPES 11670 int (setvbuf) (FILE *, int, char *, size_t); 11671 # endif 11672 int 11673 main () 11674 { 11675 char buf; return setvbuf (stdout, &buf, _IOLBF, 1); 11676 ; 11677 return 0; 11678 } 11679 _ACEOF 11680 rm -f conftest.$ac_objext conftest$ac_exeext 11681 if { (ac_try="$ac_link" 11682 case "(($ac_try" in 11683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11684 *) ac_try_echo=$ac_try;; 11685 esac 11686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11687 (eval "$ac_link") 2>conftest.er1 11688 ac_status=$? 11689 grep -v '^ *+' conftest.er1 >conftest.err 11690 rm -f conftest.er1 11691 cat conftest.err >&5 11692 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11693 (exit $ac_status); } && { 11694 test -z "$ac_c_werror_flag" || 11695 test ! -s conftest.err 11696 } && test -s conftest$ac_exeext && 11697 $as_test_x conftest$ac_exeext; then 11698 # It compiles and links either way, so it must not be declared 11699 # with a prototype and most likely this is a K&R C compiler. 11700 # Try running it. 11701 if test "$cross_compiling" = yes; then 11702 : # Assume setvbuf is not reversed when cross-compiling. 11703 else 11704 cat >conftest.$ac_ext <<_ACEOF 11705 /* confdefs.h. */ 11706 _ACEOF 11707 cat confdefs.h >>conftest.$ac_ext 11708 cat >>conftest.$ac_ext <<_ACEOF 11709 /* end confdefs.h. */ 11710 $ac_includes_default 11711 int 11712 main () 11713 { 11714 /* This call has the arguments reversed. 11715 A reversed system may check and see that the address of buf 11716 is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */ 11717 char buf; 11718 if (setvbuf (stdout, _IOLBF, &buf, 1) != 0) 11719 return 1; 11720 putchar ('\r'); 11721 return 0; /* Non-reversed systems SEGV here. */ 11722 ; 11723 return 0; 10008 11724 } 10009 11725 _ACEOF 10010 11726 rm -f conftest$ac_exeext 10011 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10012 (eval $ac_link) 2>&5 11727 if { (ac_try="$ac_link" 11728 case "(($ac_try" in 11729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11730 *) ac_try_echo=$ac_try;; 11731 esac 11732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11733 (eval "$ac_link") 2>&5 10013 11734 ac_status=$? 10014 11735 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10015 11736 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10017 (eval $ac_try) 2>&5 11737 { (case "(($ac_try" in 11738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11739 *) ac_try_echo=$ac_try;; 11740 esac 11741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11742 (eval "$ac_try") 2>&5 10018 11743 ac_status=$? 10019 11744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 10023 11748 echo "$as_me: program exited with status $ac_status" >&5 10024 11749 echo "$as_me: failed program was:" >&5 10025 cat conftest.$ac_ext >&5 10026 ( exit $ac_status ) 10027 ac_cv_func_setvbuf_reversed=no 10028 fi 10029 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 10030 fi 10031 rm -f core core.* *.core 10032 fi 10033 echo "$as_me:$LINENO: result: $ac_cv_func_setvbuf_reversed" >&5 10034 echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6 11750 sed 's/^/| /' conftest.$ac_ext >&5 11751 11752 fi 11753 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11754 fi 11755 11756 11757 ac_cv_func_setvbuf_reversed=yes 11758 else 11759 echo "$as_me: failed program was:" >&5 11760 sed 's/^/| /' conftest.$ac_ext >&5 11761 11762 11763 fi 11764 11765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11766 conftest$ac_exeext conftest.$ac_ext 11767 else 11768 echo "$as_me: failed program was:" >&5 11769 sed 's/^/| /' conftest.$ac_ext >&5 11770 11771 11772 fi 11773 11774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11775 conftest$ac_exeext conftest.$ac_ext 11776 fi 11777 { echo "$as_me:$LINENO: result: $ac_cv_func_setvbuf_reversed" >&5 11778 echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6; } 10035 11779 if test $ac_cv_func_setvbuf_reversed = yes; then 10036 11780 … … 10045 11789 do 10046 11790 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10047 echo "$as_me:$LINENO: checking for $ac_func" >&510048 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10049 if eval "test \"\${$as_ac_var+set}\" = set"; then11791 { echo "$as_me:$LINENO: checking for $ac_func" >&5 11792 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 11793 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 10050 11794 echo $ECHO_N "(cached) $ECHO_C" >&6 10051 11795 else 10052 11796 cat >conftest.$ac_ext <<_ACEOF 10053 #line $LINENO "configure" 10054 #include "confdefs.h" 11797 /* confdefs.h. */ 11798 _ACEOF 11799 cat confdefs.h >>conftest.$ac_ext 11800 cat >>conftest.$ac_ext <<_ACEOF 11801 /* end confdefs.h. */ 11802 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 11803 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 11804 #define $ac_func innocuous_$ac_func 11805 10055 11806 /* System header to define __stub macros and hopefully few prototypes, 10056 which can conflict with char $ac_func (); below. */ 10057 #include <assert.h> 10058 /* Override any gcc2 internal prototype to avoid an error. */ 11807 which can conflict with char $ac_func (); below. 11808 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 11809 <limits.h> exists even on freestanding compilers. */ 11810 11811 #ifdef __STDC__ 11812 # include <limits.h> 11813 #else 11814 # include <assert.h> 11815 #endif 11816 11817 #undef $ac_func 11818 11819 /* Override any GCC internal prototype to avoid an error. 11820 Use char because int might match the return type of a GCC 11821 builtin and then its argument prototype would still apply. */ 10059 11822 #ifdef __cplusplus 10060 11823 extern "C" 10061 11824 #endif 10062 /* We use char because int might match the return type of a gcc210063 builtin and then its argument prototype would still apply. */10064 11825 char $ac_func (); 10065 char (*f) (); 10066 10067 #ifdef F77_DUMMY_MAIN 10068 # ifdef __cplusplus 10069 extern "C" 10070 # endif 10071 int F77_DUMMY_MAIN() { return 1; } 11826 /* The GNU C library defines this for functions which it implements 11827 to always fail with ENOSYS. Some functions are actually named 11828 something starting with __ and the normal name is an alias. */ 11829 #if defined __stub_$ac_func || defined __stub___$ac_func 11830 choke me 10072 11831 #endif 11832 10073 11833 int 10074 11834 main () 10075 11835 { 11836 return $ac_func (); 11837 ; 11838 return 0; 11839 } 11840 _ACEOF 11841 rm -f conftest.$ac_objext conftest$ac_exeext 11842 if { (ac_try="$ac_link" 11843 case "(($ac_try" in 11844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11845 *) ac_try_echo=$ac_try;; 11846 esac 11847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11848 (eval "$ac_link") 2>conftest.er1 11849 ac_status=$? 11850 grep -v '^ *+' conftest.er1 >conftest.err 11851 rm -f conftest.er1 11852 cat conftest.err >&5 11853 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11854 (exit $ac_status); } && { 11855 test -z "$ac_c_werror_flag" || 11856 test ! -s conftest.err 11857 } && test -s conftest$ac_exeext && 11858 $as_test_x conftest$ac_exeext; then 11859 eval "$as_ac_var=yes" 11860 else 11861 echo "$as_me: failed program was:" >&5 11862 sed 's/^/| /' conftest.$ac_ext >&5 11863 11864 eval "$as_ac_var=no" 11865 fi 11866 11867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11868 conftest$ac_exeext conftest.$ac_ext 11869 fi 11870 ac_res=`eval echo '${'$as_ac_var'}'` 11871 { echo "$as_me:$LINENO: result: $ac_res" >&5 11872 echo "${ECHO_T}$ac_res" >&6; } 11873 if test `eval echo '${'$as_ac_var'}'` = yes; then 11874 cat >>confdefs.h <<_ACEOF 11875 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 11876 _ACEOF 11877 11878 { echo "$as_me:$LINENO: checking for _doprnt" >&5 11879 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } 11880 if test "${ac_cv_func__doprnt+set}" = set; then 11881 echo $ECHO_N "(cached) $ECHO_C" >&6 11882 else 11883 cat >conftest.$ac_ext <<_ACEOF 11884 /* confdefs.h. */ 11885 _ACEOF 11886 cat confdefs.h >>conftest.$ac_ext 11887 cat >>conftest.$ac_ext <<_ACEOF 11888 /* end confdefs.h. */ 11889 /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. 11890 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 11891 #define _doprnt innocuous__doprnt 11892 11893 /* System header to define __stub macros and hopefully few prototypes, 11894 which can conflict with char _doprnt (); below. 11895 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 11896 <limits.h> exists even on freestanding compilers. */ 11897 11898 #ifdef __STDC__ 11899 # include <limits.h> 11900 #else 11901 # include <assert.h> 11902 #endif 11903 11904 #undef _doprnt 11905 11906 /* Override any GCC internal prototype to avoid an error. 11907 Use char because int might match the return type of a GCC 11908 builtin and then its argument prototype would still apply. */ 11909 #ifdef __cplusplus 11910 extern "C" 11911 #endif 11912 char _doprnt (); 10076 11913 /* The GNU C library defines this for functions which it implements 10077 11914 to always fail with ENOSYS. Some functions are actually named 10078 11915 something starting with __ and the normal name is an alias. */ 10079 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)11916 #if defined __stub__doprnt || defined __stub____doprnt 10080 11917 choke me 10081 #else10082 f = $ac_func;10083 11918 #endif 10084 11919 10085 ;10086 return 0;10087 }10088 _ACEOF10089 rm -f conftest.$ac_objext conftest$ac_exeext10090 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&510091 (eval $ac_link) 2>&510092 ac_status=$?10093 echo "$as_me:$LINENO: \$? = $ac_status" >&510094 (exit $ac_status); } &&10095 { ac_try='test -s conftest$ac_exeext'10096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&510097 (eval $ac_try) 2>&510098 ac_status=$?10099 echo "$as_me:$LINENO: \$? = $ac_status" >&510100 (exit $ac_status); }; }; then10101 eval "$as_ac_var=yes"10102 else10103 echo "$as_me: failed program was:" >&510104 cat conftest.$ac_ext >&510105 eval "$as_ac_var=no"10106 fi10107 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext10108 fi10109 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&510110 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&610111 if test `eval echo '${'$as_ac_var'}'` = yes; then10112 cat >>confdefs.h <<_ACEOF10113 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 110114 _ACEOF10115 10116 echo "$as_me:$LINENO: checking for _doprnt" >&510117 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&610118 if test "${ac_cv_func__doprnt+set}" = set; then10119 echo $ECHO_N "(cached) $ECHO_C" >&610120 else10121 cat >conftest.$ac_ext <<_ACEOF10122 #line $LINENO "configure"10123 #include "confdefs.h"10124 /* System header to define __stub macros and hopefully few prototypes,10125 which can conflict with char _doprnt (); below. */10126 #include <assert.h>10127 /* Override any gcc2 internal prototype to avoid an error. */10128 #ifdef __cplusplus10129 extern "C"10130 #endif10131 /* We use char because int might match the return type of a gcc210132 builtin and then its argument prototype would still apply. */10133 char _doprnt ();10134 char (*f) ();10135 10136 #ifdef F77_DUMMY_MAIN10137 # ifdef __cplusplus10138 extern "C"10139 # endif10140 int F77_DUMMY_MAIN() { return 1; }10141 #endif10142 11920 int 10143 11921 main () 10144 11922 { 10145 /* The GNU C library defines this for functions which it implements 10146 to always fail with ENOSYS. Some functions are actually named 10147 something starting with __ and the normal name is an alias. */ 10148 #if defined (__stub__doprnt) || defined (__stub____doprnt) 10149 choke me 10150 #else 10151 f = _doprnt; 10152 #endif 10153 11923 return _doprnt (); 10154 11924 ; 10155 11925 return 0; … … 10157 11927 _ACEOF 10158 11928 rm -f conftest.$ac_objext conftest$ac_exeext 10159 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10160 (eval $ac_link) 2>&5 10161 ac_status=$? 10162 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10163 (exit $ac_status); } && 10164 { ac_try='test -s conftest$ac_exeext' 10165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10166 (eval $ac_try) 2>&5 10167 ac_status=$? 10168 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10169 (exit $ac_status); }; }; then 11929 if { (ac_try="$ac_link" 11930 case "(($ac_try" in 11931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11932 *) ac_try_echo=$ac_try;; 11933 esac 11934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11935 (eval "$ac_link") 2>conftest.er1 11936 ac_status=$? 11937 grep -v '^ *+' conftest.er1 >conftest.err 11938 rm -f conftest.er1 11939 cat conftest.err >&5 11940 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11941 (exit $ac_status); } && { 11942 test -z "$ac_c_werror_flag" || 11943 test ! -s conftest.err 11944 } && test -s conftest$ac_exeext && 11945 $as_test_x conftest$ac_exeext; then 10170 11946 ac_cv_func__doprnt=yes 10171 11947 else 10172 11948 echo "$as_me: failed program was:" >&5 10173 cat conftest.$ac_ext >&5 10174 ac_cv_func__doprnt=no 10175 fi 10176 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10177 fi 10178 echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 10179 echo "${ECHO_T}$ac_cv_func__doprnt" >&6 11949 sed 's/^/| /' conftest.$ac_ext >&5 11950 11951 ac_cv_func__doprnt=no 11952 fi 11953 11954 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11955 conftest$ac_exeext conftest.$ac_ext 11956 fi 11957 { echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 11958 echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } 10180 11959 if test $ac_cv_func__doprnt = yes; then 10181 11960 … … 10190 11969 10191 11970 10192 echo "$as_me:$LINENO: checking for working strcoll" >&510193 echo $ECHO_N "checking for working strcoll... $ECHO_C" >&6 11971 { echo "$as_me:$LINENO: checking for working strcoll" >&5 11972 echo $ECHO_N "checking for working strcoll... $ECHO_C" >&6; } 10194 11973 if test "${ac_cv_func_strcoll_works+set}" = set; then 10195 11974 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 10199 11978 else 10200 11979 cat >conftest.$ac_ext <<_ACEOF 10201 #line $LINENO "configure" 10202 #include "confdefs.h" 11980 /* confdefs.h. */ 11981 _ACEOF 11982 cat confdefs.h >>conftest.$ac_ext 11983 cat >>conftest.$ac_ext <<_ACEOF 11984 /* end confdefs.h. */ 10203 11985 $ac_includes_default 10204 #ifdef F77_DUMMY_MAIN10205 # ifdef __cplusplus10206 extern "C"10207 # endif10208 int F77_DUMMY_MAIN() { return 1; }10209 #endif10210 11986 int 10211 11987 main () 10212 11988 { 10213 exit(strcoll ("abc", "def") >= 0 ||11989 return (strcoll ("abc", "def") >= 0 || 10214 11990 strcoll ("ABC", "DEF") >= 0 || 10215 11991 strcoll ("123", "456") >= 0) … … 10219 11995 _ACEOF 10220 11996 rm -f conftest$ac_exeext 10221 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10222 (eval $ac_link) 2>&5 11997 if { (ac_try="$ac_link" 11998 case "(($ac_try" in 11999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12000 *) ac_try_echo=$ac_try;; 12001 esac 12002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12003 (eval "$ac_link") 2>&5 10223 12004 ac_status=$? 10224 12005 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10225 12006 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10227 (eval $ac_try) 2>&5 12007 { (case "(($ac_try" in 12008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12009 *) ac_try_echo=$ac_try;; 12010 esac 12011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12012 (eval "$ac_try") 2>&5 10228 12013 ac_status=$? 10229 12014 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 10233 12018 echo "$as_me: program exited with status $ac_status" >&5 10234 12019 echo "$as_me: failed program was:" >&5 10235 cat conftest.$ac_ext >&5 12020 sed 's/^/| /' conftest.$ac_ext >&5 12021 10236 12022 ( exit $ac_status ) 10237 12023 ac_cv_func_strcoll_works=no 10238 12024 fi 10239 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 10240 fi 10241 fi 10242 echo "$as_me:$LINENO: result: $ac_cv_func_strcoll_works" >&5 10243 echo "${ECHO_T}$ac_cv_func_strcoll_works" >&6 12025 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12026 fi 12027 12028 12029 fi 12030 { echo "$as_me:$LINENO: result: $ac_cv_func_strcoll_works" >&5 12031 echo "${ECHO_T}$ac_cv_func_strcoll_works" >&6; } 10244 12032 if test $ac_cv_func_strcoll_works = yes; then 10245 12033 … … 10263 12051 10264 12052 if test "$ac_cv_func_vprintf" = no; then 10265 echo "$as_me:$LINENO: checking for declaration of vprintf in stdio.h" >&510266 echo $ECHO_N "checking for declaration of vprintf in stdio.h... $ECHO_C" >&6 12053 { echo "$as_me:$LINENO: checking for declaration of vprintf in stdio.h" >&5 12054 echo $ECHO_N "checking for declaration of vprintf in stdio.h... $ECHO_C" >&6; } 10267 12055 cat >conftest.$ac_ext <<_ACEOF 10268 #line $LINENO "configure" 10269 #include "confdefs.h" 12056 /* confdefs.h. */ 12057 _ACEOF 12058 cat confdefs.h >>conftest.$ac_ext 12059 cat >>conftest.$ac_ext <<_ACEOF 12060 /* end confdefs.h. */ 10270 12061 #include <stdio.h> 10271 12062 10272 12063 _ACEOF 10273 12064 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 10274 egrep"[int[ ]*vprintf[^a-zA-Z0-9]]" >/dev/null 2>&1; then12065 $EGREP "[int[ ]*vprintf[^a-zA-Z0-9]]" >/dev/null 2>&1; then 10275 12066 ac_cv_func_vprintf=yes 10276 12067 fi 10277 12068 rm -f conftest* 10278 12069 10279 echo "$as_me:$LINENO: result: $ac_cv_func_vprintf" >&510280 echo "${ECHO_T}$ac_cv_func_vprintf" >&6 12070 { echo "$as_me:$LINENO: result: $ac_cv_func_vprintf" >&5 12071 echo "${ECHO_T}$ac_cv_func_vprintf" >&6; } 10281 12072 if test $ac_cv_func_vprintf = yes; then 10282 12073 cat >>confdefs.h <<\_ACEOF … … 10288 12079 10289 12080 if test "$ac_cv_func_vprintf" = no && test "$ac_cv_func__doprnt" = "yes"; then 10290 LIBOBJS="$LIBOBJS vprint.$ac_objext" 10291 fi 10292 10293 echo "$as_me:$LINENO: checking return type of signal handlers" >&5 10294 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 12081 case " $LIBOBJS " in 12082 *" vprint.$ac_objext "* ) ;; 12083 *) LIBOBJS="$LIBOBJS vprint.$ac_objext" 12084 ;; 12085 esac 12086 12087 fi 12088 12089 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5 12090 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } 10295 12091 if test "${ac_cv_type_signal+set}" = set; then 10296 12092 echo $ECHO_N "(cached) $ECHO_C" >&6 10297 12093 else 10298 12094 cat >conftest.$ac_ext <<_ACEOF 10299 #line $LINENO "configure" 10300 #include "confdefs.h" 12095 /* confdefs.h. */ 12096 _ACEOF 12097 cat confdefs.h >>conftest.$ac_ext 12098 cat >>conftest.$ac_ext <<_ACEOF 12099 /* end confdefs.h. */ 10301 12100 #include <sys/types.h> 10302 12101 #include <signal.h> 10303 #ifdef signal 10304 # undef signal 10305 #endif 10306 #ifdef __cplusplus 10307 extern "C" void (*signal (int, void (*)(int)))(int); 10308 #else 10309 void (*signal ()) (); 10310 #endif 10311 10312 #ifdef F77_DUMMY_MAIN 10313 # ifdef __cplusplus 10314 extern "C" 10315 # endif 10316 int F77_DUMMY_MAIN() { return 1; } 10317 #endif 12102 10318 12103 int 10319 12104 main () 10320 12105 { 10321 int i;12106 return *(signal (0, 0)) (0) == 1; 10322 12107 ; 10323 12108 return 0; … … 10325 12110 _ACEOF 10326 12111 rm -f conftest.$ac_objext 10327 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10328 (eval $ac_compile) 2>&5 10329 ac_status=$? 10330 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10331 (exit $ac_status); } && 10332 { ac_try='test -s conftest.$ac_objext' 10333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10334 (eval $ac_try) 2>&5 10335 ac_status=$? 10336 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10337 (exit $ac_status); }; }; then 10338 ac_cv_type_signal=void 12112 if { (ac_try="$ac_compile" 12113 case "(($ac_try" in 12114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12115 *) ac_try_echo=$ac_try;; 12116 esac 12117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12118 (eval "$ac_compile") 2>conftest.er1 12119 ac_status=$? 12120 grep -v '^ *+' conftest.er1 >conftest.err 12121 rm -f conftest.er1 12122 cat conftest.err >&5 12123 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12124 (exit $ac_status); } && { 12125 test -z "$ac_c_werror_flag" || 12126 test ! -s conftest.err 12127 } && test -s conftest.$ac_objext; then 12128 ac_cv_type_signal=int 10339 12129 else 10340 12130 echo "$as_me: failed program was:" >&5 10341 cat conftest.$ac_ext >&5 10342 ac_cv_type_signal=int 10343 fi 10344 rm -f conftest.$ac_objext conftest.$ac_ext 10345 fi 10346 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 10347 echo "${ECHO_T}$ac_cv_type_signal" >&6 12131 sed 's/^/| /' conftest.$ac_ext >&5 12132 12133 ac_cv_type_signal=void 12134 fi 12135 12136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12137 fi 12138 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 12139 echo "${ECHO_T}$ac_cv_type_signal" >&6; } 10348 12140 10349 12141 cat >>confdefs.h <<_ACEOF … … 10353 12145 10354 12146 10355 echo "$as_me:$LINENO: checking for __setostype" >&510356 echo $ECHO_N "checking for __setostype... $ECHO_C" >&6 12147 { echo "$as_me:$LINENO: checking for __setostype" >&5 12148 echo $ECHO_N "checking for __setostype... $ECHO_C" >&6; } 10357 12149 if test "${ac_cv_func___setostype+set}" = set; then 10358 12150 echo $ECHO_N "(cached) $ECHO_C" >&6 10359 12151 else 10360 12152 cat >conftest.$ac_ext <<_ACEOF 10361 #line $LINENO "configure" 10362 #include "confdefs.h" 12153 /* confdefs.h. */ 12154 _ACEOF 12155 cat confdefs.h >>conftest.$ac_ext 12156 cat >>conftest.$ac_ext <<_ACEOF 12157 /* end confdefs.h. */ 12158 /* Define __setostype to an innocuous variant, in case <limits.h> declares __setostype. 12159 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12160 #define __setostype innocuous___setostype 12161 10363 12162 /* System header to define __stub macros and hopefully few prototypes, 10364 which can conflict with char __setostype (); below. */ 10365 #include <assert.h> 10366 /* Override any gcc2 internal prototype to avoid an error. */ 12163 which can conflict with char __setostype (); below. 12164 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12165 <limits.h> exists even on freestanding compilers. */ 12166 12167 #ifdef __STDC__ 12168 # include <limits.h> 12169 #else 12170 # include <assert.h> 12171 #endif 12172 12173 #undef __setostype 12174 12175 /* Override any GCC internal prototype to avoid an error. 12176 Use char because int might match the return type of a GCC 12177 builtin and then its argument prototype would still apply. */ 10367 12178 #ifdef __cplusplus 10368 12179 extern "C" 10369 12180 #endif 10370 /* We use char because int might match the return type of a gcc210371 builtin and then its argument prototype would still apply. */10372 12181 char __setostype (); 10373 char (*f) (); 10374 10375 #ifdef F77_DUMMY_MAIN 10376 # ifdef __cplusplus 10377 extern "C" 10378 # endif 10379 int F77_DUMMY_MAIN() { return 1; } 12182 /* The GNU C library defines this for functions which it implements 12183 to always fail with ENOSYS. Some functions are actually named 12184 something starting with __ and the normal name is an alias. */ 12185 #if defined __stub___setostype || defined __stub_____setostype 12186 choke me 10380 12187 #endif 12188 10381 12189 int 10382 12190 main () 10383 12191 { 12192 return __setostype (); 12193 ; 12194 return 0; 12195 } 12196 _ACEOF 12197 rm -f conftest.$ac_objext conftest$ac_exeext 12198 if { (ac_try="$ac_link" 12199 case "(($ac_try" in 12200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12201 *) ac_try_echo=$ac_try;; 12202 esac 12203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12204 (eval "$ac_link") 2>conftest.er1 12205 ac_status=$? 12206 grep -v '^ *+' conftest.er1 >conftest.err 12207 rm -f conftest.er1 12208 cat conftest.err >&5 12209 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12210 (exit $ac_status); } && { 12211 test -z "$ac_c_werror_flag" || 12212 test ! -s conftest.err 12213 } && test -s conftest$ac_exeext && 12214 $as_test_x conftest$ac_exeext; then 12215 ac_cv_func___setostype=yes 12216 else 12217 echo "$as_me: failed program was:" >&5 12218 sed 's/^/| /' conftest.$ac_ext >&5 12219 12220 ac_cv_func___setostype=no 12221 fi 12222 12223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12224 conftest$ac_exeext conftest.$ac_ext 12225 fi 12226 { echo "$as_me:$LINENO: result: $ac_cv_func___setostype" >&5 12227 echo "${ECHO_T}$ac_cv_func___setostype" >&6; } 12228 if test $ac_cv_func___setostype = yes; then 12229 cat >>confdefs.h <<\_ACEOF 12230 #define HAVE_SETOSTYPE 1 12231 _ACEOF 12232 12233 fi 12234 12235 { echo "$as_me:$LINENO: checking for wait3" >&5 12236 echo $ECHO_N "checking for wait3... $ECHO_C" >&6; } 12237 if test "${ac_cv_func_wait3+set}" = set; then 12238 echo $ECHO_N "(cached) $ECHO_C" >&6 12239 else 12240 cat >conftest.$ac_ext <<_ACEOF 12241 /* confdefs.h. */ 12242 _ACEOF 12243 cat confdefs.h >>conftest.$ac_ext 12244 cat >>conftest.$ac_ext <<_ACEOF 12245 /* end confdefs.h. */ 12246 /* Define wait3 to an innocuous variant, in case <limits.h> declares wait3. 12247 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12248 #define wait3 innocuous_wait3 12249 12250 /* System header to define __stub macros and hopefully few prototypes, 12251 which can conflict with char wait3 (); below. 12252 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12253 <limits.h> exists even on freestanding compilers. */ 12254 12255 #ifdef __STDC__ 12256 # include <limits.h> 12257 #else 12258 # include <assert.h> 12259 #endif 12260 12261 #undef wait3 12262 12263 /* Override any GCC internal prototype to avoid an error. 12264 Use char because int might match the return type of a GCC 12265 builtin and then its argument prototype would still apply. */ 12266 #ifdef __cplusplus 12267 extern "C" 12268 #endif 12269 char wait3 (); 10384 12270 /* The GNU C library defines this for functions which it implements 10385 12271 to always fail with ENOSYS. Some functions are actually named 10386 12272 something starting with __ and the normal name is an alias. */ 10387 #if defined (__stub___setostype) || defined (__stub_____setostype)12273 #if defined __stub_wait3 || defined __stub___wait3 10388 12274 choke me 12275 #endif 12276 12277 int 12278 main () 12279 { 12280 return wait3 (); 12281 ; 12282 return 0; 12283 } 12284 _ACEOF 12285 rm -f conftest.$ac_objext conftest$ac_exeext 12286 if { (ac_try="$ac_link" 12287 case "(($ac_try" in 12288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12289 *) ac_try_echo=$ac_try;; 12290 esac 12291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12292 (eval "$ac_link") 2>conftest.er1 12293 ac_status=$? 12294 grep -v '^ *+' conftest.er1 >conftest.err 12295 rm -f conftest.er1 12296 cat conftest.err >&5 12297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12298 (exit $ac_status); } && { 12299 test -z "$ac_c_werror_flag" || 12300 test ! -s conftest.err 12301 } && test -s conftest$ac_exeext && 12302 $as_test_x conftest$ac_exeext; then 12303 ac_cv_func_wait3=yes 12304 else 12305 echo "$as_me: failed program was:" >&5 12306 sed 's/^/| /' conftest.$ac_ext >&5 12307 12308 ac_cv_func_wait3=no 12309 fi 12310 12311 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12312 conftest$ac_exeext conftest.$ac_ext 12313 fi 12314 { echo "$as_me:$LINENO: result: $ac_cv_func_wait3" >&5 12315 echo "${ECHO_T}$ac_cv_func_wait3" >&6; } 12316 if test $ac_cv_func_wait3 = yes; then 12317 cat >>confdefs.h <<\_ACEOF 12318 #define HAVE_WAIT3 1 12319 _ACEOF 12320 12321 fi 12322 12323 { echo "$as_me:$LINENO: checking for isinf" >&5 12324 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; } 12325 if test "${ac_cv_func_isinf+set}" = set; then 12326 echo $ECHO_N "(cached) $ECHO_C" >&6 12327 else 12328 cat >conftest.$ac_ext <<_ACEOF 12329 /* confdefs.h. */ 12330 _ACEOF 12331 cat confdefs.h >>conftest.$ac_ext 12332 cat >>conftest.$ac_ext <<_ACEOF 12333 /* end confdefs.h. */ 12334 /* Define isinf to an innocuous variant, in case <limits.h> declares isinf. 12335 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12336 #define isinf innocuous_isinf 12337 12338 /* System header to define __stub macros and hopefully few prototypes, 12339 which can conflict with char isinf (); below. 12340 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12341 <limits.h> exists even on freestanding compilers. */ 12342 12343 #ifdef __STDC__ 12344 # include <limits.h> 10389 12345 #else 10390 f = __setostype; 12346 # include <assert.h> 10391 12347 #endif 10392 12348 10393 ; 10394 return 0; 10395 } 10396 _ACEOF 10397 rm -f conftest.$ac_objext conftest$ac_exeext 10398 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10399 (eval $ac_link) 2>&5 10400 ac_status=$? 10401 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10402 (exit $ac_status); } && 10403 { ac_try='test -s conftest$ac_exeext' 10404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10405 (eval $ac_try) 2>&5 10406 ac_status=$? 10407 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10408 (exit $ac_status); }; }; then 10409 ac_cv_func___setostype=yes 10410 else 10411 echo "$as_me: failed program was:" >&5 10412 cat conftest.$ac_ext >&5 10413 ac_cv_func___setostype=no 10414 fi 10415 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10416 fi 10417 echo "$as_me:$LINENO: result: $ac_cv_func___setostype" >&5 10418 echo "${ECHO_T}$ac_cv_func___setostype" >&6 10419 if test $ac_cv_func___setostype = yes; then 10420 cat >>confdefs.h <<\_ACEOF 10421 #define HAVE_SETOSTYPE 1 10422 _ACEOF 10423 10424 fi 10425 10426 echo "$as_me:$LINENO: checking for wait3" >&5 10427 echo $ECHO_N "checking for wait3... $ECHO_C" >&6 10428 if test "${ac_cv_func_wait3+set}" = set; then 10429 echo $ECHO_N "(cached) $ECHO_C" >&6 10430 else 10431 cat >conftest.$ac_ext <<_ACEOF 10432 #line $LINENO "configure" 10433 #include "confdefs.h" 10434 /* System header to define __stub macros and hopefully few prototypes, 10435 which can conflict with char wait3 (); below. */ 10436 #include <assert.h> 10437 /* Override any gcc2 internal prototype to avoid an error. */ 12349 #undef isinf 12350 12351 /* Override any GCC internal prototype to avoid an error. 12352 Use char because int might match the return type of a GCC 12353 builtin and then its argument prototype would still apply. */ 10438 12354 #ifdef __cplusplus 10439 12355 extern "C" 10440 12356 #endif 10441 /* We use char because int might match the return type of a gcc2 10442 builtin and then its argument prototype would still apply. */ 10443 char wait3 (); 10444 char (*f) (); 10445 10446 #ifdef F77_DUMMY_MAIN 10447 # ifdef __cplusplus 10448 extern "C" 10449 # endif 10450 int F77_DUMMY_MAIN() { return 1; } 12357 char isinf (); 12358 /* The GNU C library defines this for functions which it implements 12359 to always fail with ENOSYS. Some functions are actually named 12360 something starting with __ and the normal name is an alias. */ 12361 #if defined __stub_isinf || defined __stub___isinf 12362 choke me 10451 12363 #endif 12364 10452 12365 int 10453 12366 main () 10454 12367 { 12368 return isinf (); 12369 ; 12370 return 0; 12371 } 12372 _ACEOF 12373 rm -f conftest.$ac_objext conftest$ac_exeext 12374 if { (ac_try="$ac_link" 12375 case "(($ac_try" in 12376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12377 *) ac_try_echo=$ac_try;; 12378 esac 12379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12380 (eval "$ac_link") 2>conftest.er1 12381 ac_status=$? 12382 grep -v '^ *+' conftest.er1 >conftest.err 12383 rm -f conftest.er1 12384 cat conftest.err >&5 12385 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12386 (exit $ac_status); } && { 12387 test -z "$ac_c_werror_flag" || 12388 test ! -s conftest.err 12389 } && test -s conftest$ac_exeext && 12390 $as_test_x conftest$ac_exeext; then 12391 ac_cv_func_isinf=yes 12392 else 12393 echo "$as_me: failed program was:" >&5 12394 sed 's/^/| /' conftest.$ac_ext >&5 12395 12396 ac_cv_func_isinf=no 12397 fi 12398 12399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12400 conftest$ac_exeext conftest.$ac_ext 12401 fi 12402 { echo "$as_me:$LINENO: result: $ac_cv_func_isinf" >&5 12403 echo "${ECHO_T}$ac_cv_func_isinf" >&6; } 12404 if test $ac_cv_func_isinf = yes; then 12405 cat >>confdefs.h <<\_ACEOF 12406 #define HAVE_ISINF_IN_LIBC 1 12407 _ACEOF 12408 12409 fi 12410 12411 12412 { echo "$as_me:$LINENO: checking for mkfifo" >&5 12413 echo $ECHO_N "checking for mkfifo... $ECHO_C" >&6; } 12414 if test "${ac_cv_func_mkfifo+set}" = set; then 12415 echo $ECHO_N "(cached) $ECHO_C" >&6 12416 else 12417 cat >conftest.$ac_ext <<_ACEOF 12418 /* confdefs.h. */ 12419 _ACEOF 12420 cat confdefs.h >>conftest.$ac_ext 12421 cat >>conftest.$ac_ext <<_ACEOF 12422 /* end confdefs.h. */ 12423 /* Define mkfifo to an innocuous variant, in case <limits.h> declares mkfifo. 12424 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12425 #define mkfifo innocuous_mkfifo 12426 12427 /* System header to define __stub macros and hopefully few prototypes, 12428 which can conflict with char mkfifo (); below. 12429 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12430 <limits.h> exists even on freestanding compilers. */ 12431 12432 #ifdef __STDC__ 12433 # include <limits.h> 12434 #else 12435 # include <assert.h> 12436 #endif 12437 12438 #undef mkfifo 12439 12440 /* Override any GCC internal prototype to avoid an error. 12441 Use char because int might match the return type of a GCC 12442 builtin and then its argument prototype would still apply. */ 12443 #ifdef __cplusplus 12444 extern "C" 12445 #endif 12446 char mkfifo (); 10455 12447 /* The GNU C library defines this for functions which it implements 10456 12448 to always fail with ENOSYS. Some functions are actually named 10457 12449 something starting with __ and the normal name is an alias. */ 10458 #if defined (__stub_wait3) || defined (__stub___wait3)12450 #if defined __stub_mkfifo || defined __stub___mkfifo 10459 12451 choke me 10460 #else10461 f = wait3;10462 12452 #endif 10463 12453 10464 ;10465 return 0;10466 }10467 _ACEOF10468 rm -f conftest.$ac_objext conftest$ac_exeext10469 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&510470 (eval $ac_link) 2>&510471 ac_status=$?10472 echo "$as_me:$LINENO: \$? = $ac_status" >&510473 (exit $ac_status); } &&10474 { ac_try='test -s conftest$ac_exeext'10475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&510476 (eval $ac_try) 2>&510477 ac_status=$?10478 echo "$as_me:$LINENO: \$? = $ac_status" >&510479 (exit $ac_status); }; }; then10480 ac_cv_func_wait3=yes10481 else10482 echo "$as_me: failed program was:" >&510483 cat conftest.$ac_ext >&510484 ac_cv_func_wait3=no10485 fi10486 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext10487 fi10488 echo "$as_me:$LINENO: result: $ac_cv_func_wait3" >&510489 echo "${ECHO_T}$ac_cv_func_wait3" >&610490 if test $ac_cv_func_wait3 = yes; then10491 cat >>confdefs.h <<\_ACEOF10492 #define HAVE_WAIT3 110493 _ACEOF10494 10495 fi10496 10497 echo "$as_me:$LINENO: checking for isinf" >&510498 echo $ECHO_N "checking for isinf... $ECHO_C" >&610499 if test "${ac_cv_func_isinf+set}" = set; then10500 echo $ECHO_N "(cached) $ECHO_C" >&610501 else10502 cat >conftest.$ac_ext <<_ACEOF10503 #line $LINENO "configure"10504 #include "confdefs.h"10505 /* System header to define __stub macros and hopefully few prototypes,10506 which can conflict with char isinf (); below. */10507 #include <assert.h>10508 /* Override any gcc2 internal prototype to avoid an error. */10509 #ifdef __cplusplus10510 extern "C"10511 #endif10512 /* We use char because int might match the return type of a gcc210513 builtin and then its argument prototype would still apply. */10514 char isinf ();10515 char (*f) ();10516 10517 #ifdef F77_DUMMY_MAIN10518 # ifdef __cplusplus10519 extern "C"10520 # endif10521 int F77_DUMMY_MAIN() { return 1; }10522 #endif10523 12454 int 10524 12455 main () 10525 12456 { 10526 /* The GNU C library defines this for functions which it implements 10527 to always fail with ENOSYS. Some functions are actually named 10528 something starting with __ and the normal name is an alias. */ 10529 #if defined (__stub_isinf) || defined (__stub___isinf) 10530 choke me 10531 #else 10532 f = isinf; 10533 #endif 10534 12457 return mkfifo (); 10535 12458 ; 10536 12459 return 0; … … 10538 12461 _ACEOF 10539 12462 rm -f conftest.$ac_objext conftest$ac_exeext 10540 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10541 (eval $ac_link) 2>&5 10542 ac_status=$? 10543 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10544 (exit $ac_status); } && 10545 { ac_try='test -s conftest$ac_exeext' 10546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10547 (eval $ac_try) 2>&5 10548 ac_status=$? 10549 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10550 (exit $ac_status); }; }; then 10551 ac_cv_func_isinf=yes 12463 if { (ac_try="$ac_link" 12464 case "(($ac_try" in 12465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12466 *) ac_try_echo=$ac_try;; 12467 esac 12468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12469 (eval "$ac_link") 2>conftest.er1 12470 ac_status=$? 12471 grep -v '^ *+' conftest.er1 >conftest.err 12472 rm -f conftest.er1 12473 cat conftest.err >&5 12474 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12475 (exit $ac_status); } && { 12476 test -z "$ac_c_werror_flag" || 12477 test ! -s conftest.err 12478 } && test -s conftest$ac_exeext && 12479 $as_test_x conftest$ac_exeext; then 12480 ac_cv_func_mkfifo=yes 10552 12481 else 10553 12482 echo "$as_me: failed program was:" >&5 10554 cat conftest.$ac_ext >&5 10555 ac_cv_func_isinf=no 10556 fi 10557 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10558 fi 10559 echo "$as_me:$LINENO: result: $ac_cv_func_isinf" >&5 10560 echo "${ECHO_T}$ac_cv_func_isinf" >&6 10561 if test $ac_cv_func_isinf = yes; then 10562 cat >>confdefs.h <<\_ACEOF 10563 #define HAVE_ISINF_IN_LIBC 1 10564 _ACEOF 10565 10566 fi 10567 10568 10569 echo "$as_me:$LINENO: checking for mkfifo" >&5 10570 echo $ECHO_N "checking for mkfifo... $ECHO_C" >&6 10571 if test "${ac_cv_func_mkfifo+set}" = set; then 10572 echo $ECHO_N "(cached) $ECHO_C" >&6 10573 else 10574 cat >conftest.$ac_ext <<_ACEOF 10575 #line $LINENO "configure" 10576 #include "confdefs.h" 10577 /* System header to define __stub macros and hopefully few prototypes, 10578 which can conflict with char mkfifo (); below. */ 10579 #include <assert.h> 10580 /* Override any gcc2 internal prototype to avoid an error. */ 10581 #ifdef __cplusplus 10582 extern "C" 10583 #endif 10584 /* We use char because int might match the return type of a gcc2 10585 builtin and then its argument prototype would still apply. */ 10586 char mkfifo (); 10587 char (*f) (); 10588 10589 #ifdef F77_DUMMY_MAIN 10590 # ifdef __cplusplus 10591 extern "C" 10592 # endif 10593 int F77_DUMMY_MAIN() { return 1; } 10594 #endif 10595 int 10596 main () 10597 { 10598 /* The GNU C library defines this for functions which it implements 10599 to always fail with ENOSYS. Some functions are actually named 10600 something starting with __ and the normal name is an alias. */ 10601 #if defined (__stub_mkfifo) || defined (__stub___mkfifo) 10602 choke me 10603 #else 10604 f = mkfifo; 10605 #endif 10606 10607 ; 10608 return 0; 10609 } 10610 _ACEOF 10611 rm -f conftest.$ac_objext conftest$ac_exeext 10612 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10613 (eval $ac_link) 2>&5 10614 ac_status=$? 10615 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10616 (exit $ac_status); } && 10617 { ac_try='test -s conftest$ac_exeext' 10618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10619 (eval $ac_try) 2>&5 10620 ac_status=$? 10621 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10622 (exit $ac_status); }; }; then 10623 ac_cv_func_mkfifo=yes 10624 else 10625 echo "$as_me: failed program was:" >&5 10626 cat conftest.$ac_ext >&5 10627 ac_cv_func_mkfifo=no 10628 fi 10629 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10630 fi 10631 echo "$as_me:$LINENO: result: $ac_cv_func_mkfifo" >&5 10632 echo "${ECHO_T}$ac_cv_func_mkfifo" >&6 12483 sed 's/^/| /' conftest.$ac_ext >&5 12484 12485 ac_cv_func_mkfifo=no 12486 fi 12487 12488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12489 conftest$ac_exeext conftest.$ac_ext 12490 fi 12491 { echo "$as_me:$LINENO: result: $ac_cv_func_mkfifo" >&5 12492 echo "${ECHO_T}$ac_cv_func_mkfifo" >&6; } 10633 12493 if test $ac_cv_func_mkfifo = yes; then 10634 12494 cat >>confdefs.h <<\_ACEOF … … 10671 12531 do 10672 12532 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10673 echo "$as_me:$LINENO: checking for $ac_func" >&510674 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10675 if eval "test \"\${$as_ac_var+set}\" = set"; then12533 { echo "$as_me:$LINENO: checking for $ac_func" >&5 12534 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 12535 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 10676 12536 echo $ECHO_N "(cached) $ECHO_C" >&6 10677 12537 else 10678 12538 cat >conftest.$ac_ext <<_ACEOF 10679 #line $LINENO "configure" 10680 #include "confdefs.h" 12539 /* confdefs.h. */ 12540 _ACEOF 12541 cat confdefs.h >>conftest.$ac_ext 12542 cat >>conftest.$ac_ext <<_ACEOF 12543 /* end confdefs.h. */ 12544 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 12545 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12546 #define $ac_func innocuous_$ac_func 12547 10681 12548 /* System header to define __stub macros and hopefully few prototypes, 10682 which can conflict with char $ac_func (); below. */ 10683 #include <assert.h> 10684 /* Override any gcc2 internal prototype to avoid an error. */ 12549 which can conflict with char $ac_func (); below. 12550 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12551 <limits.h> exists even on freestanding compilers. */ 12552 12553 #ifdef __STDC__ 12554 # include <limits.h> 12555 #else 12556 # include <assert.h> 12557 #endif 12558 12559 #undef $ac_func 12560 12561 /* Override any GCC internal prototype to avoid an error. 12562 Use char because int might match the return type of a GCC 12563 builtin and then its argument prototype would still apply. */ 10685 12564 #ifdef __cplusplus 10686 12565 extern "C" 10687 12566 #endif 10688 /* We use char because int might match the return type of a gcc210689 builtin and then its argument prototype would still apply. */10690 12567 char $ac_func (); 10691 char (*f) (); 10692 10693 #ifdef F77_DUMMY_MAIN 10694 # ifdef __cplusplus 10695 extern "C" 10696 # endif 10697 int F77_DUMMY_MAIN() { return 1; } 12568 /* The GNU C library defines this for functions which it implements 12569 to always fail with ENOSYS. Some functions are actually named 12570 something starting with __ and the normal name is an alias. */ 12571 #if defined __stub_$ac_func || defined __stub___$ac_func 12572 choke me 10698 12573 #endif 12574 10699 12575 int 10700 12576 main () 10701 12577 { 12578 return $ac_func (); 12579 ; 12580 return 0; 12581 } 12582 _ACEOF 12583 rm -f conftest.$ac_objext conftest$ac_exeext 12584 if { (ac_try="$ac_link" 12585 case "(($ac_try" in 12586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12587 *) ac_try_echo=$ac_try;; 12588 esac 12589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12590 (eval "$ac_link") 2>conftest.er1 12591 ac_status=$? 12592 grep -v '^ *+' conftest.er1 >conftest.err 12593 rm -f conftest.er1 12594 cat conftest.err >&5 12595 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12596 (exit $ac_status); } && { 12597 test -z "$ac_c_werror_flag" || 12598 test ! -s conftest.err 12599 } && test -s conftest$ac_exeext && 12600 $as_test_x conftest$ac_exeext; then 12601 eval "$as_ac_var=yes" 12602 else 12603 echo "$as_me: failed program was:" >&5 12604 sed 's/^/| /' conftest.$ac_ext >&5 12605 12606 eval "$as_ac_var=no" 12607 fi 12608 12609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12610 conftest$ac_exeext conftest.$ac_ext 12611 fi 12612 ac_res=`eval echo '${'$as_ac_var'}'` 12613 { echo "$as_me:$LINENO: result: $ac_res" >&5 12614 echo "${ECHO_T}$ac_res" >&6; } 12615 if test `eval echo '${'$as_ac_var'}'` = yes; then 12616 cat >>confdefs.h <<_ACEOF 12617 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 12618 _ACEOF 12619 12620 fi 12621 done 12622 12623 12624 for ac_func in rename 12625 do 12626 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 12627 { echo "$as_me:$LINENO: checking for $ac_func" >&5 12628 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 12629 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 12630 echo $ECHO_N "(cached) $ECHO_C" >&6 12631 else 12632 cat >conftest.$ac_ext <<_ACEOF 12633 /* confdefs.h. */ 12634 _ACEOF 12635 cat confdefs.h >>conftest.$ac_ext 12636 cat >>conftest.$ac_ext <<_ACEOF 12637 /* end confdefs.h. */ 12638 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 12639 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12640 #define $ac_func innocuous_$ac_func 12641 12642 /* System header to define __stub macros and hopefully few prototypes, 12643 which can conflict with char $ac_func (); below. 12644 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12645 <limits.h> exists even on freestanding compilers. */ 12646 12647 #ifdef __STDC__ 12648 # include <limits.h> 12649 #else 12650 # include <assert.h> 12651 #endif 12652 12653 #undef $ac_func 12654 12655 /* Override any GCC internal prototype to avoid an error. 12656 Use char because int might match the return type of a GCC 12657 builtin and then its argument prototype would still apply. */ 12658 #ifdef __cplusplus 12659 extern "C" 12660 #endif 12661 char $ac_func (); 10702 12662 /* The GNU C library defines this for functions which it implements 10703 12663 to always fail with ENOSYS. Some functions are actually named 10704 12664 something starting with __ and the normal name is an alias. */ 10705 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)12665 #if defined __stub_$ac_func || defined __stub___$ac_func 10706 12666 choke me 10707 #else10708 f = $ac_func;10709 12667 #endif 10710 12668 12669 int 12670 main () 12671 { 12672 return $ac_func (); 10711 12673 ; 10712 12674 return 0; … … 10714 12676 _ACEOF 10715 12677 rm -f conftest.$ac_objext conftest$ac_exeext 10716 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10717 (eval $ac_link) 2>&5 10718 ac_status=$? 10719 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10720 (exit $ac_status); } && 10721 { ac_try='test -s conftest$ac_exeext' 10722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10723 (eval $ac_try) 2>&5 10724 ac_status=$? 10725 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10726 (exit $ac_status); }; }; then 12678 if { (ac_try="$ac_link" 12679 case "(($ac_try" in 12680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12681 *) ac_try_echo=$ac_try;; 12682 esac 12683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12684 (eval "$ac_link") 2>conftest.er1 12685 ac_status=$? 12686 grep -v '^ *+' conftest.er1 >conftest.err 12687 rm -f conftest.er1 12688 cat conftest.err >&5 12689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12690 (exit $ac_status); } && { 12691 test -z "$ac_c_werror_flag" || 12692 test ! -s conftest.err 12693 } && test -s conftest$ac_exeext && 12694 $as_test_x conftest$ac_exeext; then 10727 12695 eval "$as_ac_var=yes" 10728 12696 else 10729 12697 echo "$as_me: failed program was:" >&5 10730 cat conftest.$ac_ext >&5 10731 eval "$as_ac_var=no" 10732 fi 10733 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10734 fi 10735 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 10736 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 12698 sed 's/^/| /' conftest.$ac_ext >&5 12699 12700 eval "$as_ac_var=no" 12701 fi 12702 12703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12704 conftest$ac_exeext conftest.$ac_ext 12705 fi 12706 ac_res=`eval echo '${'$as_ac_var'}'` 12707 { echo "$as_me:$LINENO: result: $ac_res" >&5 12708 echo "${ECHO_T}$ac_res" >&6; } 10737 12709 if test `eval echo '${'$as_ac_var'}'` = yes; then 10738 12710 cat >>confdefs.h <<_ACEOF … … 10740 12712 _ACEOF 10741 12713 10742 fi 10743 done 10744 10745 10746 for ac_func in rename 10747 do 10748 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10749 echo "$as_me:$LINENO: checking for $ac_func" >&5 10750 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10751 if eval "test \"\${$as_ac_var+set}\" = set"; then 10752 echo $ECHO_N "(cached) $ECHO_C" >&6 10753 else 10754 cat >conftest.$ac_ext <<_ACEOF 10755 #line $LINENO "configure" 10756 #include "confdefs.h" 10757 /* System header to define __stub macros and hopefully few prototypes, 10758 which can conflict with char $ac_func (); below. */ 10759 #include <assert.h> 10760 /* Override any gcc2 internal prototype to avoid an error. */ 10761 #ifdef __cplusplus 10762 extern "C" 10763 #endif 10764 /* We use char because int might match the return type of a gcc2 10765 builtin and then its argument prototype would still apply. */ 10766 char $ac_func (); 10767 char (*f) (); 10768 10769 #ifdef F77_DUMMY_MAIN 10770 # ifdef __cplusplus 10771 extern "C" 10772 # endif 10773 int F77_DUMMY_MAIN() { return 1; } 10774 #endif 10775 int 10776 main () 10777 { 10778 /* The GNU C library defines this for functions which it implements 10779 to always fail with ENOSYS. Some functions are actually named 10780 something starting with __ and the normal name is an alias. */ 10781 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 10782 choke me 10783 #else 10784 f = $ac_func; 10785 #endif 10786 10787 ; 10788 return 0; 10789 } 10790 _ACEOF 10791 rm -f conftest.$ac_objext conftest$ac_exeext 10792 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10793 (eval $ac_link) 2>&5 10794 ac_status=$? 10795 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10796 (exit $ac_status); } && 10797 { ac_try='test -s conftest$ac_exeext' 10798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10799 (eval $ac_try) 2>&5 10800 ac_status=$? 10801 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10802 (exit $ac_status); }; }; then 10803 eval "$as_ac_var=yes" 10804 else 10805 echo "$as_me: failed program was:" >&5 10806 cat conftest.$ac_ext >&5 10807 eval "$as_ac_var=no" 10808 fi 10809 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10810 fi 10811 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 10812 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 10813 if test `eval echo '${'$as_ac_var'}'` = yes; then 10814 cat >>confdefs.h <<_ACEOF 10815 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 10816 _ACEOF 10817 10818 else 10819 LIBOBJS="$LIBOBJS $ac_func.$ac_objext" 12714 else 12715 case " $LIBOBJS " in 12716 *" $ac_func.$ac_objext "* ) ;; 12717 *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" 12718 ;; 12719 esac 12720 10820 12721 fi 10821 12722 done … … 10857 12758 do 10858 12759 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10859 echo "$as_me:$LINENO: checking for $ac_func" >&510860 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10861 if eval "test \"\${$as_ac_var+set}\" = set"; then12760 { echo "$as_me:$LINENO: checking for $ac_func" >&5 12761 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 12762 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 10862 12763 echo $ECHO_N "(cached) $ECHO_C" >&6 10863 12764 else 10864 12765 cat >conftest.$ac_ext <<_ACEOF 10865 #line $LINENO "configure" 10866 #include "confdefs.h" 12766 /* confdefs.h. */ 12767 _ACEOF 12768 cat confdefs.h >>conftest.$ac_ext 12769 cat >>conftest.$ac_ext <<_ACEOF 12770 /* end confdefs.h. */ 12771 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 12772 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12773 #define $ac_func innocuous_$ac_func 12774 10867 12775 /* System header to define __stub macros and hopefully few prototypes, 10868 which can conflict with char $ac_func (); below. */ 10869 #include <assert.h> 10870 /* Override any gcc2 internal prototype to avoid an error. */ 12776 which can conflict with char $ac_func (); below. 12777 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12778 <limits.h> exists even on freestanding compilers. */ 12779 12780 #ifdef __STDC__ 12781 # include <limits.h> 12782 #else 12783 # include <assert.h> 12784 #endif 12785 12786 #undef $ac_func 12787 12788 /* Override any GCC internal prototype to avoid an error. 12789 Use char because int might match the return type of a GCC 12790 builtin and then its argument prototype would still apply. */ 10871 12791 #ifdef __cplusplus 10872 12792 extern "C" 10873 12793 #endif 10874 /* We use char because int might match the return type of a gcc210875 builtin and then its argument prototype would still apply. */10876 12794 char $ac_func (); 10877 char (*f) (); 10878 10879 #ifdef F77_DUMMY_MAIN 10880 # ifdef __cplusplus 10881 extern "C" 10882 # endif 10883 int F77_DUMMY_MAIN() { return 1; } 12795 /* The GNU C library defines this for functions which it implements 12796 to always fail with ENOSYS. Some functions are actually named 12797 something starting with __ and the normal name is an alias. */ 12798 #if defined __stub_$ac_func || defined __stub___$ac_func 12799 choke me 10884 12800 #endif 12801 10885 12802 int 10886 12803 main () 10887 12804 { 12805 return $ac_func (); 12806 ; 12807 return 0; 12808 } 12809 _ACEOF 12810 rm -f conftest.$ac_objext conftest$ac_exeext 12811 if { (ac_try="$ac_link" 12812 case "(($ac_try" in 12813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12814 *) ac_try_echo=$ac_try;; 12815 esac 12816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12817 (eval "$ac_link") 2>conftest.er1 12818 ac_status=$? 12819 grep -v '^ *+' conftest.er1 >conftest.err 12820 rm -f conftest.er1 12821 cat conftest.err >&5 12822 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12823 (exit $ac_status); } && { 12824 test -z "$ac_c_werror_flag" || 12825 test ! -s conftest.err 12826 } && test -s conftest$ac_exeext && 12827 $as_test_x conftest$ac_exeext; then 12828 eval "$as_ac_var=yes" 12829 else 12830 echo "$as_me: failed program was:" >&5 12831 sed 's/^/| /' conftest.$ac_ext >&5 12832 12833 eval "$as_ac_var=no" 12834 fi 12835 12836 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12837 conftest$ac_exeext conftest.$ac_ext 12838 fi 12839 ac_res=`eval echo '${'$as_ac_var'}'` 12840 { echo "$as_me:$LINENO: result: $ac_res" >&5 12841 echo "${ECHO_T}$ac_res" >&6; } 12842 if test `eval echo '${'$as_ac_var'}'` = yes; then 12843 cat >>confdefs.h <<_ACEOF 12844 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 12845 _ACEOF 12846 12847 fi 12848 done 12849 12850 12851 12852 12853 12854 12855 for ac_func in vsnprintf snprintf vasprintf asprintf 12856 do 12857 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 12858 { echo "$as_me:$LINENO: checking for $ac_func" >&5 12859 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 12860 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 12861 echo $ECHO_N "(cached) $ECHO_C" >&6 12862 else 12863 cat >conftest.$ac_ext <<_ACEOF 12864 /* confdefs.h. */ 12865 _ACEOF 12866 cat confdefs.h >>conftest.$ac_ext 12867 cat >>conftest.$ac_ext <<_ACEOF 12868 /* end confdefs.h. */ 12869 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 12870 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12871 #define $ac_func innocuous_$ac_func 12872 12873 /* System header to define __stub macros and hopefully few prototypes, 12874 which can conflict with char $ac_func (); below. 12875 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12876 <limits.h> exists even on freestanding compilers. */ 12877 12878 #ifdef __STDC__ 12879 # include <limits.h> 12880 #else 12881 # include <assert.h> 12882 #endif 12883 12884 #undef $ac_func 12885 12886 /* Override any GCC internal prototype to avoid an error. 12887 Use char because int might match the return type of a GCC 12888 builtin and then its argument prototype would still apply. */ 12889 #ifdef __cplusplus 12890 extern "C" 12891 #endif 12892 char $ac_func (); 10888 12893 /* The GNU C library defines this for functions which it implements 10889 12894 to always fail with ENOSYS. Some functions are actually named 10890 12895 something starting with __ and the normal name is an alias. */ 10891 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)12896 #if defined __stub_$ac_func || defined __stub___$ac_func 10892 12897 choke me 10893 #else10894 f = $ac_func;10895 12898 #endif 10896 12899 12900 int 12901 main () 12902 { 12903 return $ac_func (); 10897 12904 ; 10898 12905 return 0; … … 10900 12907 _ACEOF 10901 12908 rm -f conftest.$ac_objext conftest$ac_exeext 10902 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10903 (eval $ac_link) 2>&5 10904 ac_status=$? 10905 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10906 (exit $ac_status); } && 10907 { ac_try='test -s conftest$ac_exeext' 10908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10909 (eval $ac_try) 2>&5 10910 ac_status=$? 10911 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10912 (exit $ac_status); }; }; then 12909 if { (ac_try="$ac_link" 12910 case "(($ac_try" in 12911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12912 *) ac_try_echo=$ac_try;; 12913 esac 12914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12915 (eval "$ac_link") 2>conftest.er1 12916 ac_status=$? 12917 grep -v '^ *+' conftest.er1 >conftest.err 12918 rm -f conftest.er1 12919 cat conftest.err >&5 12920 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12921 (exit $ac_status); } && { 12922 test -z "$ac_c_werror_flag" || 12923 test ! -s conftest.err 12924 } && test -s conftest$ac_exeext && 12925 $as_test_x conftest$ac_exeext; then 10913 12926 eval "$as_ac_var=yes" 10914 12927 else 10915 12928 echo "$as_me: failed program was:" >&5 10916 cat conftest.$ac_ext >&5 10917 eval "$as_ac_var=no" 10918 fi 10919 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10920 fi 10921 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 10922 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 12929 sed 's/^/| /' conftest.$ac_ext >&5 12930 12931 eval "$as_ac_var=no" 12932 fi 12933 12934 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12935 conftest$ac_exeext conftest.$ac_ext 12936 fi 12937 ac_res=`eval echo '${'$as_ac_var'}'` 12938 { echo "$as_me:$LINENO: result: $ac_res" >&5 12939 echo "${ECHO_T}$ac_res" >&6; } 10923 12940 if test `eval echo '${'$as_ac_var'}'` = yes; then 10924 12941 cat >>confdefs.h <<_ACEOF … … 10934 12951 10935 12952 10936 for ac_func in vsnprintf snprintf vasprintf asprintf 12953 12954 for ac_func in isascii isblank isgraph isprint isspace isxdigit 10937 12955 do 10938 12956 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10939 echo "$as_me:$LINENO: checking for $ac_func" >&510940 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10941 if eval "test \"\${$as_ac_var+set}\" = set"; then12957 { echo "$as_me:$LINENO: checking for $ac_func" >&5 12958 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 12959 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 10942 12960 echo $ECHO_N "(cached) $ECHO_C" >&6 10943 12961 else 10944 12962 cat >conftest.$ac_ext <<_ACEOF 10945 #line $LINENO "configure" 10946 #include "confdefs.h" 12963 /* confdefs.h. */ 12964 _ACEOF 12965 cat confdefs.h >>conftest.$ac_ext 12966 cat >>conftest.$ac_ext <<_ACEOF 12967 /* end confdefs.h. */ 12968 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 12969 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 12970 #define $ac_func innocuous_$ac_func 12971 10947 12972 /* System header to define __stub macros and hopefully few prototypes, 10948 which can conflict with char $ac_func (); below. */ 10949 #include <assert.h> 10950 /* Override any gcc2 internal prototype to avoid an error. */ 12973 which can conflict with char $ac_func (); below. 12974 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12975 <limits.h> exists even on freestanding compilers. */ 12976 12977 #ifdef __STDC__ 12978 # include <limits.h> 12979 #else 12980 # include <assert.h> 12981 #endif 12982 12983 #undef $ac_func 12984 12985 /* Override any GCC internal prototype to avoid an error. 12986 Use char because int might match the return type of a GCC 12987 builtin and then its argument prototype would still apply. */ 10951 12988 #ifdef __cplusplus 10952 12989 extern "C" 10953 12990 #endif 10954 /* We use char because int might match the return type of a gcc210955 builtin and then its argument prototype would still apply. */10956 12991 char $ac_func (); 10957 char (*f) (); 10958 10959 #ifdef F77_DUMMY_MAIN 10960 # ifdef __cplusplus 10961 extern "C" 10962 # endif 10963 int F77_DUMMY_MAIN() { return 1; } 12992 /* The GNU C library defines this for functions which it implements 12993 to always fail with ENOSYS. Some functions are actually named 12994 something starting with __ and the normal name is an alias. */ 12995 #if defined __stub_$ac_func || defined __stub___$ac_func 12996 choke me 10964 12997 #endif 12998 10965 12999 int 10966 13000 main () 10967 13001 { 13002 return $ac_func (); 13003 ; 13004 return 0; 13005 } 13006 _ACEOF 13007 rm -f conftest.$ac_objext conftest$ac_exeext 13008 if { (ac_try="$ac_link" 13009 case "(($ac_try" in 13010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13011 *) ac_try_echo=$ac_try;; 13012 esac 13013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13014 (eval "$ac_link") 2>conftest.er1 13015 ac_status=$? 13016 grep -v '^ *+' conftest.er1 >conftest.err 13017 rm -f conftest.er1 13018 cat conftest.err >&5 13019 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13020 (exit $ac_status); } && { 13021 test -z "$ac_c_werror_flag" || 13022 test ! -s conftest.err 13023 } && test -s conftest$ac_exeext && 13024 $as_test_x conftest$ac_exeext; then 13025 eval "$as_ac_var=yes" 13026 else 13027 echo "$as_me: failed program was:" >&5 13028 sed 's/^/| /' conftest.$ac_ext >&5 13029 13030 eval "$as_ac_var=no" 13031 fi 13032 13033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13034 conftest$ac_exeext conftest.$ac_ext 13035 fi 13036 ac_res=`eval echo '${'$as_ac_var'}'` 13037 { echo "$as_me:$LINENO: result: $ac_res" >&5 13038 echo "${ECHO_T}$ac_res" >&6; } 13039 if test `eval echo '${'$as_ac_var'}'` = yes; then 13040 cat >>confdefs.h <<_ACEOF 13041 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 13042 _ACEOF 13043 13044 fi 13045 done 13046 13047 13048 13049 13050 for ac_func in getpwent getpwnam getpwuid 13051 do 13052 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 13053 { echo "$as_me:$LINENO: checking for $ac_func" >&5 13054 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 13055 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 13056 echo $ECHO_N "(cached) $ECHO_C" >&6 13057 else 13058 cat >conftest.$ac_ext <<_ACEOF 13059 /* confdefs.h. */ 13060 _ACEOF 13061 cat confdefs.h >>conftest.$ac_ext 13062 cat >>conftest.$ac_ext <<_ACEOF 13063 /* end confdefs.h. */ 13064 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 13065 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 13066 #define $ac_func innocuous_$ac_func 13067 13068 /* System header to define __stub macros and hopefully few prototypes, 13069 which can conflict with char $ac_func (); below. 13070 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13071 <limits.h> exists even on freestanding compilers. */ 13072 13073 #ifdef __STDC__ 13074 # include <limits.h> 13075 #else 13076 # include <assert.h> 13077 #endif 13078 13079 #undef $ac_func 13080 13081 /* Override any GCC internal prototype to avoid an error. 13082 Use char because int might match the return type of a GCC 13083 builtin and then its argument prototype would still apply. */ 13084 #ifdef __cplusplus 13085 extern "C" 13086 #endif 13087 char $ac_func (); 10968 13088 /* The GNU C library defines this for functions which it implements 10969 13089 to always fail with ENOSYS. Some functions are actually named 10970 13090 something starting with __ and the normal name is an alias. */ 10971 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)13091 #if defined __stub_$ac_func || defined __stub___$ac_func 10972 13092 choke me 10973 #else10974 f = $ac_func;10975 13093 #endif 10976 13094 13095 int 13096 main () 13097 { 13098 return $ac_func (); 10977 13099 ; 10978 13100 return 0; … … 10980 13102 _ACEOF 10981 13103 rm -f conftest.$ac_objext conftest$ac_exeext 10982 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10983 (eval $ac_link) 2>&5 10984 ac_status=$? 10985 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10986 (exit $ac_status); } && 10987 { ac_try='test -s conftest$ac_exeext' 10988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10989 (eval $ac_try) 2>&5 10990 ac_status=$? 10991 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10992 (exit $ac_status); }; }; then 13104 if { (ac_try="$ac_link" 13105 case "(($ac_try" in 13106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13107 *) ac_try_echo=$ac_try;; 13108 esac 13109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13110 (eval "$ac_link") 2>conftest.er1 13111 ac_status=$? 13112 grep -v '^ *+' conftest.er1 >conftest.err 13113 rm -f conftest.er1 13114 cat conftest.err >&5 13115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13116 (exit $ac_status); } && { 13117 test -z "$ac_c_werror_flag" || 13118 test ! -s conftest.err 13119 } && test -s conftest$ac_exeext && 13120 $as_test_x conftest$ac_exeext; then 10993 13121 eval "$as_ac_var=yes" 10994 13122 else 10995 13123 echo "$as_me: failed program was:" >&5 10996 cat conftest.$ac_ext >&5 10997 eval "$as_ac_var=no" 10998 fi 10999 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11000 fi 11001 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 11002 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13124 sed 's/^/| /' conftest.$ac_ext >&5 13125 13126 eval "$as_ac_var=no" 13127 fi 13128 13129 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13130 conftest$ac_exeext conftest.$ac_ext 13131 fi 13132 ac_res=`eval echo '${'$as_ac_var'}'` 13133 { echo "$as_me:$LINENO: result: $ac_res" >&5 13134 echo "${ECHO_T}$ac_res" >&6; } 11003 13135 if test `eval echo '${'$as_ac_var'}'` = yes; then 11004 13136 cat >>confdefs.h <<_ACEOF … … 11015 13147 11016 13148 11017 for ac_func in isascii isblank isgraph isprint isspace isxdigit 13149 13150 13151 for ac_func in getcwd memset strcasecmp strerror strftime strnlen strpbrk strstr 11018 13152 do 11019 13153 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11020 echo "$as_me:$LINENO: checking for $ac_func" >&511021 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11022 if eval "test \"\${$as_ac_var+set}\" = set"; then13154 { echo "$as_me:$LINENO: checking for $ac_func" >&5 13155 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 13156 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 11023 13157 echo $ECHO_N "(cached) $ECHO_C" >&6 11024 13158 else 11025 13159 cat >conftest.$ac_ext <<_ACEOF 11026 #line $LINENO "configure" 11027 #include "confdefs.h" 13160 /* confdefs.h. */ 13161 _ACEOF 13162 cat confdefs.h >>conftest.$ac_ext 13163 cat >>conftest.$ac_ext <<_ACEOF 13164 /* end confdefs.h. */ 13165 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 13166 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 13167 #define $ac_func innocuous_$ac_func 13168 11028 13169 /* System header to define __stub macros and hopefully few prototypes, 11029 which can conflict with char $ac_func (); below. */ 11030 #include <assert.h> 11031 /* Override any gcc2 internal prototype to avoid an error. */ 13170 which can conflict with char $ac_func (); below. 13171 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13172 <limits.h> exists even on freestanding compilers. */ 13173 13174 #ifdef __STDC__ 13175 # include <limits.h> 13176 #else 13177 # include <assert.h> 13178 #endif 13179 13180 #undef $ac_func 13181 13182 /* Override any GCC internal prototype to avoid an error. 13183 Use char because int might match the return type of a GCC 13184 builtin and then its argument prototype would still apply. */ 11032 13185 #ifdef __cplusplus 11033 13186 extern "C" 11034 13187 #endif 11035 /* We use char because int might match the return type of a gcc211036 builtin and then its argument prototype would still apply. */11037 13188 char $ac_func (); 11038 char (*f) (); 11039 11040 #ifdef F77_DUMMY_MAIN 11041 # ifdef __cplusplus 11042 extern "C" 11043 # endif 11044 int F77_DUMMY_MAIN() { return 1; } 13189 /* The GNU C library defines this for functions which it implements 13190 to always fail with ENOSYS. Some functions are actually named 13191 something starting with __ and the normal name is an alias. */ 13192 #if defined __stub_$ac_func || defined __stub___$ac_func 13193 choke me 11045 13194 #endif 13195 11046 13196 int 11047 13197 main () 11048 13198 { 13199 return $ac_func (); 13200 ; 13201 return 0; 13202 } 13203 _ACEOF 13204 rm -f conftest.$ac_objext conftest$ac_exeext 13205 if { (ac_try="$ac_link" 13206 case "(($ac_try" in 13207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13208 *) ac_try_echo=$ac_try;; 13209 esac 13210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13211 (eval "$ac_link") 2>conftest.er1 13212 ac_status=$? 13213 grep -v '^ *+' conftest.er1 >conftest.err 13214 rm -f conftest.er1 13215 cat conftest.err >&5 13216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13217 (exit $ac_status); } && { 13218 test -z "$ac_c_werror_flag" || 13219 test ! -s conftest.err 13220 } && test -s conftest$ac_exeext && 13221 $as_test_x conftest$ac_exeext; then 13222 eval "$as_ac_var=yes" 13223 else 13224 echo "$as_me: failed program was:" >&5 13225 sed 's/^/| /' conftest.$ac_ext >&5 13226 13227 eval "$as_ac_var=no" 13228 fi 13229 13230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13231 conftest$ac_exeext conftest.$ac_ext 13232 fi 13233 ac_res=`eval echo '${'$as_ac_var'}'` 13234 { echo "$as_me:$LINENO: result: $ac_res" >&5 13235 echo "${ECHO_T}$ac_res" >&6; } 13236 if test `eval echo '${'$as_ac_var'}'` = yes; then 13237 cat >>confdefs.h <<_ACEOF 13238 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 13239 _ACEOF 13240 13241 else 13242 case " $LIBOBJS " in 13243 *" $ac_func.$ac_objext "* ) ;; 13244 *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" 13245 ;; 13246 esac 13247 13248 fi 13249 done 13250 13251 13252 13253 13254 13255 13256 13257 13258 13259 for ac_func in strtod strtol strtoul strtoll strtoull strtoimax strtoumax 13260 do 13261 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 13262 { echo "$as_me:$LINENO: checking for $ac_func" >&5 13263 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 13264 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 13265 echo $ECHO_N "(cached) $ECHO_C" >&6 13266 else 13267 cat >conftest.$ac_ext <<_ACEOF 13268 /* confdefs.h. */ 13269 _ACEOF 13270 cat confdefs.h >>conftest.$ac_ext 13271 cat >>conftest.$ac_ext <<_ACEOF 13272 /* end confdefs.h. */ 13273 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 13274 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 13275 #define $ac_func innocuous_$ac_func 13276 13277 /* System header to define __stub macros and hopefully few prototypes, 13278 which can conflict with char $ac_func (); below. 13279 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13280 <limits.h> exists even on freestanding compilers. */ 13281 13282 #ifdef __STDC__ 13283 # include <limits.h> 13284 #else 13285 # include <assert.h> 13286 #endif 13287 13288 #undef $ac_func 13289 13290 /* Override any GCC internal prototype to avoid an error. 13291 Use char because int might match the return type of a GCC 13292 builtin and then its argument prototype would still apply. */ 13293 #ifdef __cplusplus 13294 extern "C" 13295 #endif 13296 char $ac_func (); 11049 13297 /* The GNU C library defines this for functions which it implements 11050 13298 to always fail with ENOSYS. Some functions are actually named 11051 13299 something starting with __ and the normal name is an alias. */ 11052 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)13300 #if defined __stub_$ac_func || defined __stub___$ac_func 11053 13301 choke me 11054 #else11055 f = $ac_func;11056 13302 #endif 11057 13303 13304 int 13305 main () 13306 { 13307 return $ac_func (); 11058 13308 ; 11059 13309 return 0; … … 11061 13311 _ACEOF 11062 13312 rm -f conftest.$ac_objext conftest$ac_exeext 11063 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11064 (eval $ac_link) 2>&5 11065 ac_status=$? 11066 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11067 (exit $ac_status); } && 11068 { ac_try='test -s conftest$ac_exeext' 11069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11070 (eval $ac_try) 2>&5 11071 ac_status=$? 11072 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11073 (exit $ac_status); }; }; then 13313 if { (ac_try="$ac_link" 13314 case "(($ac_try" in 13315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13316 *) ac_try_echo=$ac_try;; 13317 esac 13318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13319 (eval "$ac_link") 2>conftest.er1 13320 ac_status=$? 13321 grep -v '^ *+' conftest.er1 >conftest.err 13322 rm -f conftest.er1 13323 cat conftest.err >&5 13324 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13325 (exit $ac_status); } && { 13326 test -z "$ac_c_werror_flag" || 13327 test ! -s conftest.err 13328 } && test -s conftest$ac_exeext && 13329 $as_test_x conftest$ac_exeext; then 11074 13330 eval "$as_ac_var=yes" 11075 13331 else 11076 13332 echo "$as_me: failed program was:" >&5 11077 cat conftest.$ac_ext >&5 11078 eval "$as_ac_var=no" 11079 fi 11080 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11081 fi 11082 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 11083 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13333 sed 's/^/| /' conftest.$ac_ext >&5 13334 13335 eval "$as_ac_var=no" 13336 fi 13337 13338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13339 conftest$ac_exeext conftest.$ac_ext 13340 fi 13341 ac_res=`eval echo '${'$as_ac_var'}'` 13342 { echo "$as_me:$LINENO: result: $ac_res" >&5 13343 echo "${ECHO_T}$ac_res" >&6; } 11084 13344 if test `eval echo '${'$as_ac_var'}'` = yes; then 11085 13345 cat >>confdefs.h <<_ACEOF … … 11087 13347 _ACEOF 11088 13348 13349 else 13350 case " $LIBOBJS " in 13351 *" $ac_func.$ac_objext "* ) ;; 13352 *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" 13353 ;; 13354 esac 13355 11089 13356 fi 11090 13357 done … … 11092 13359 11093 13360 11094 11095 for ac_func in getpwent getpwnam getpwuid 11096 do 11097 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11098 echo "$as_me:$LINENO: checking for $ac_func" >&5 11099 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11100 if eval "test \"\${$as_ac_var+set}\" = set"; then 11101 echo $ECHO_N "(cached) $ECHO_C" >&6 11102 else 11103 cat >conftest.$ac_ext <<_ACEOF 11104 #line $LINENO "configure" 11105 #include "confdefs.h" 11106 /* System header to define __stub macros and hopefully few prototypes, 11107 which can conflict with char $ac_func (); below. */ 11108 #include <assert.h> 11109 /* Override any gcc2 internal prototype to avoid an error. */ 11110 #ifdef __cplusplus 11111 extern "C" 11112 #endif 11113 /* We use char because int might match the return type of a gcc2 11114 builtin and then its argument prototype would still apply. */ 11115 char $ac_func (); 11116 char (*f) (); 11117 11118 #ifdef F77_DUMMY_MAIN 11119 # ifdef __cplusplus 11120 extern "C" 11121 # endif 11122 int F77_DUMMY_MAIN() { return 1; } 11123 #endif 11124 int 11125 main () 11126 { 11127 /* The GNU C library defines this for functions which it implements 11128 to always fail with ENOSYS. Some functions are actually named 11129 something starting with __ and the normal name is an alias. */ 11130 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 11131 choke me 11132 #else 11133 f = $ac_func; 11134 #endif 11135 11136 ; 11137 return 0; 11138 } 11139 _ACEOF 11140 rm -f conftest.$ac_objext conftest$ac_exeext 11141 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11142 (eval $ac_link) 2>&5 11143 ac_status=$? 11144 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11145 (exit $ac_status); } && 11146 { ac_try='test -s conftest$ac_exeext' 11147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11148 (eval $ac_try) 2>&5 11149 ac_status=$? 11150 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11151 (exit $ac_status); }; }; then 11152 eval "$as_ac_var=yes" 11153 else 11154 echo "$as_me: failed program was:" >&5 11155 cat conftest.$ac_ext >&5 11156 eval "$as_ac_var=no" 11157 fi 11158 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11159 fi 11160 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 11161 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11162 if test `eval echo '${'$as_ac_var'}'` = yes; then 11163 cat >>confdefs.h <<_ACEOF 11164 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 11165 _ACEOF 11166 11167 fi 11168 done 11169 11170 11171 11172 11173 11174 11175 11176 11177 11178 for ac_func in getcwd memset strcasecmp strerror strftime strnlen strpbrk strstr 11179 do 11180 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11181 echo "$as_me:$LINENO: checking for $ac_func" >&5 11182 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11183 if eval "test \"\${$as_ac_var+set}\" = set"; then 11184 echo $ECHO_N "(cached) $ECHO_C" >&6 11185 else 11186 cat >conftest.$ac_ext <<_ACEOF 11187 #line $LINENO "configure" 11188 #include "confdefs.h" 11189 /* System header to define __stub macros and hopefully few prototypes, 11190 which can conflict with char $ac_func (); below. */ 11191 #include <assert.h> 11192 /* Override any gcc2 internal prototype to avoid an error. */ 11193 #ifdef __cplusplus 11194 extern "C" 11195 #endif 11196 /* We use char because int might match the return type of a gcc2 11197 builtin and then its argument prototype would still apply. */ 11198 char $ac_func (); 11199 char (*f) (); 11200 11201 #ifdef F77_DUMMY_MAIN 11202 # ifdef __cplusplus 11203 extern "C" 11204 # endif 11205 int F77_DUMMY_MAIN() { return 1; } 11206 #endif 11207 int 11208 main () 11209 { 11210 /* The GNU C library defines this for functions which it implements 11211 to always fail with ENOSYS. Some functions are actually named 11212 something starting with __ and the normal name is an alias. */ 11213 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 11214 choke me 11215 #else 11216 f = $ac_func; 11217 #endif 11218 11219 ; 11220 return 0; 11221 } 11222 _ACEOF 11223 rm -f conftest.$ac_objext conftest$ac_exeext 11224 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11225 (eval $ac_link) 2>&5 11226 ac_status=$? 11227 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11228 (exit $ac_status); } && 11229 { ac_try='test -s conftest$ac_exeext' 11230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11231 (eval $ac_try) 2>&5 11232 ac_status=$? 11233 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11234 (exit $ac_status); }; }; then 11235 eval "$as_ac_var=yes" 11236 else 11237 echo "$as_me: failed program was:" >&5 11238 cat conftest.$ac_ext >&5 11239 eval "$as_ac_var=no" 11240 fi 11241 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11242 fi 11243 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 11244 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11245 if test `eval echo '${'$as_ac_var'}'` = yes; then 11246 cat >>confdefs.h <<_ACEOF 11247 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 11248 _ACEOF 11249 11250 else 11251 LIBOBJS="$LIBOBJS $ac_func.$ac_objext" 11252 fi 11253 done 11254 11255 11256 11257 11258 11259 11260 11261 11262 11263 for ac_func in strtod strtol strtoul strtoll strtoull strtoimax strtoumax 11264 do 11265 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11266 echo "$as_me:$LINENO: checking for $ac_func" >&5 11267 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11268 if eval "test \"\${$as_ac_var+set}\" = set"; then 11269 echo $ECHO_N "(cached) $ECHO_C" >&6 11270 else 11271 cat >conftest.$ac_ext <<_ACEOF 11272 #line $LINENO "configure" 11273 #include "confdefs.h" 11274 /* System header to define __stub macros and hopefully few prototypes, 11275 which can conflict with char $ac_func (); below. */ 11276 #include <assert.h> 11277 /* Override any gcc2 internal prototype to avoid an error. */ 11278 #ifdef __cplusplus 11279 extern "C" 11280 #endif 11281 /* We use char because int might match the return type of a gcc2 11282 builtin and then its argument prototype would still apply. */ 11283 char $ac_func (); 11284 char (*f) (); 11285 11286 #ifdef F77_DUMMY_MAIN 11287 # ifdef __cplusplus 11288 extern "C" 11289 # endif 11290 int F77_DUMMY_MAIN() { return 1; } 11291 #endif 11292 int 11293 main () 11294 { 11295 /* The GNU C library defines this for functions which it implements 11296 to always fail with ENOSYS. Some functions are actually named 11297 something starting with __ and the normal name is an alias. */ 11298 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 11299 choke me 11300 #else 11301 f = $ac_func; 11302 #endif 11303 11304 ; 11305 return 0; 11306 } 11307 _ACEOF 11308 rm -f conftest.$ac_objext conftest$ac_exeext 11309 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11310 (eval $ac_link) 2>&5 11311 ac_status=$? 11312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11313 (exit $ac_status); } && 11314 { ac_try='test -s conftest$ac_exeext' 11315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11316 (eval $ac_try) 2>&5 11317 ac_status=$? 11318 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11319 (exit $ac_status); }; }; then 11320 eval "$as_ac_var=yes" 11321 else 11322 echo "$as_me: failed program was:" >&5 11323 cat conftest.$ac_ext >&5 11324 eval "$as_ac_var=no" 11325 fi 11326 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11327 fi 11328 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 11329 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11330 if test `eval echo '${'$as_ac_var'}'` = yes; then 11331 cat >>confdefs.h <<_ACEOF 11332 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 11333 _ACEOF 11334 11335 else 11336 LIBOBJS="$LIBOBJS $ac_func.$ac_objext" 11337 fi 11338 done 11339 11340 11341 11342 echo "$as_me:$LINENO: checking whether confstr is declared" >&5 11343 echo $ECHO_N "checking whether confstr is declared... $ECHO_C" >&6 13361 { echo "$as_me:$LINENO: checking whether confstr is declared" >&5 13362 echo $ECHO_N "checking whether confstr is declared... $ECHO_C" >&6; } 11344 13363 if test "${ac_cv_have_decl_confstr+set}" = set; then 11345 13364 echo $ECHO_N "(cached) $ECHO_C" >&6 11346 13365 else 11347 13366 cat >conftest.$ac_ext <<_ACEOF 11348 #line $LINENO "configure" 11349 #include "confdefs.h" 13367 /* confdefs.h. */ 13368 _ACEOF 13369 cat confdefs.h >>conftest.$ac_ext 13370 cat >>conftest.$ac_ext <<_ACEOF 13371 /* end confdefs.h. */ 11350 13372 $ac_includes_default 11351 #ifdef F77_DUMMY_MAIN11352 # ifdef __cplusplus11353 extern "C"11354 # endif11355 int F77_DUMMY_MAIN() { return 1; }11356 #endif11357 13373 int 11358 13374 main () 11359 13375 { 11360 13376 #ifndef confstr 11361 char *p = (char *) confstr;13377 (void) confstr; 11362 13378 #endif 11363 13379 … … 11367 13383 _ACEOF 11368 13384 rm -f conftest.$ac_objext 11369 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11370 (eval $ac_compile) 2>&5 11371 ac_status=$? 11372 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11373 (exit $ac_status); } && 11374 { ac_try='test -s conftest.$ac_objext' 11375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11376 (eval $ac_try) 2>&5 11377 ac_status=$? 11378 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11379 (exit $ac_status); }; }; then 13385 if { (ac_try="$ac_compile" 13386 case "(($ac_try" in 13387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13388 *) ac_try_echo=$ac_try;; 13389 esac 13390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13391 (eval "$ac_compile") 2>conftest.er1 13392 ac_status=$? 13393 grep -v '^ *+' conftest.er1 >conftest.err 13394 rm -f conftest.er1 13395 cat conftest.err >&5 13396 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13397 (exit $ac_status); } && { 13398 test -z "$ac_c_werror_flag" || 13399 test ! -s conftest.err 13400 } && test -s conftest.$ac_objext; then 11380 13401 ac_cv_have_decl_confstr=yes 11381 13402 else 11382 13403 echo "$as_me: failed program was:" >&5 11383 cat conftest.$ac_ext >&5 11384 ac_cv_have_decl_confstr=no 11385 fi 11386 rm -f conftest.$ac_objext conftest.$ac_ext 11387 fi 11388 echo "$as_me:$LINENO: result: $ac_cv_have_decl_confstr" >&5 11389 echo "${ECHO_T}$ac_cv_have_decl_confstr" >&6 13404 sed 's/^/| /' conftest.$ac_ext >&5 13405 13406 ac_cv_have_decl_confstr=no 13407 fi 13408 13409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13410 fi 13411 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_confstr" >&5 13412 echo "${ECHO_T}$ac_cv_have_decl_confstr" >&6; } 11390 13413 if test $ac_cv_have_decl_confstr = yes; then 11391 13414 … … 11404 13427 11405 13428 11406 echo "$as_me:$LINENO: checking whether printf is declared" >&511407 echo $ECHO_N "checking whether printf is declared... $ECHO_C" >&6 13429 { echo "$as_me:$LINENO: checking whether printf is declared" >&5 13430 echo $ECHO_N "checking whether printf is declared... $ECHO_C" >&6; } 11408 13431 if test "${ac_cv_have_decl_printf+set}" = set; then 11409 13432 echo $ECHO_N "(cached) $ECHO_C" >&6 11410 13433 else 11411 13434 cat >conftest.$ac_ext <<_ACEOF 11412 #line $LINENO "configure" 11413 #include "confdefs.h" 13435 /* confdefs.h. */ 13436 _ACEOF 13437 cat confdefs.h >>conftest.$ac_ext 13438 cat >>conftest.$ac_ext <<_ACEOF 13439 /* end confdefs.h. */ 11414 13440 $ac_includes_default 11415 #ifdef F77_DUMMY_MAIN11416 # ifdef __cplusplus11417 extern "C"11418 # endif11419 int F77_DUMMY_MAIN() { return 1; }11420 #endif11421 13441 int 11422 13442 main () 11423 13443 { 11424 13444 #ifndef printf 11425 char *p = (char *) printf;13445 (void) printf; 11426 13446 #endif 11427 13447 … … 11431 13451 _ACEOF 11432 13452 rm -f conftest.$ac_objext 11433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11434 (eval $ac_compile) 2>&5 11435 ac_status=$? 11436 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11437 (exit $ac_status); } && 11438 { ac_try='test -s conftest.$ac_objext' 11439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11440 (eval $ac_try) 2>&5 11441 ac_status=$? 11442 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11443 (exit $ac_status); }; }; then 13453 if { (ac_try="$ac_compile" 13454 case "(($ac_try" in 13455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13456 *) ac_try_echo=$ac_try;; 13457 esac 13458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13459 (eval "$ac_compile") 2>conftest.er1 13460 ac_status=$? 13461 grep -v '^ *+' conftest.er1 >conftest.err 13462 rm -f conftest.er1 13463 cat conftest.err >&5 13464 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13465 (exit $ac_status); } && { 13466 test -z "$ac_c_werror_flag" || 13467 test ! -s conftest.err 13468 } && test -s conftest.$ac_objext; then 11444 13469 ac_cv_have_decl_printf=yes 11445 13470 else 11446 13471 echo "$as_me: failed program was:" >&5 11447 cat conftest.$ac_ext >&5 11448 ac_cv_have_decl_printf=no 11449 fi 11450 rm -f conftest.$ac_objext conftest.$ac_ext 11451 fi 11452 echo "$as_me:$LINENO: result: $ac_cv_have_decl_printf" >&5 11453 echo "${ECHO_T}$ac_cv_have_decl_printf" >&6 13472 sed 's/^/| /' conftest.$ac_ext >&5 13473 13474 ac_cv_have_decl_printf=no 13475 fi 13476 13477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13478 fi 13479 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_printf" >&5 13480 echo "${ECHO_T}$ac_cv_have_decl_printf" >&6; } 11454 13481 if test $ac_cv_have_decl_printf = yes; then 11455 13482 … … 11468 13495 11469 13496 11470 echo "$as_me:$LINENO: checking whether sbrk is declared" >&511471 echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6 13497 { echo "$as_me:$LINENO: checking whether sbrk is declared" >&5 13498 echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6; } 11472 13499 if test "${ac_cv_have_decl_sbrk+set}" = set; then 11473 13500 echo $ECHO_N "(cached) $ECHO_C" >&6 11474 13501 else 11475 13502 cat >conftest.$ac_ext <<_ACEOF 11476 #line $LINENO "configure" 11477 #include "confdefs.h" 13503 /* confdefs.h. */ 13504 _ACEOF 13505 cat confdefs.h >>conftest.$ac_ext 13506 cat >>conftest.$ac_ext <<_ACEOF 13507 /* end confdefs.h. */ 11478 13508 $ac_includes_default 11479 #ifdef F77_DUMMY_MAIN11480 # ifdef __cplusplus11481 extern "C"11482 # endif11483 int F77_DUMMY_MAIN() { return 1; }11484 #endif11485 13509 int 11486 13510 main () 11487 13511 { 11488 13512 #ifndef sbrk 11489 char *p = (char *) sbrk;13513 (void) sbrk; 11490 13514 #endif 11491 13515 … … 11495 13519 _ACEOF 11496 13520 rm -f conftest.$ac_objext 11497 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11498 (eval $ac_compile) 2>&5 11499 ac_status=$? 11500 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11501 (exit $ac_status); } && 11502 { ac_try='test -s conftest.$ac_objext' 11503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11504 (eval $ac_try) 2>&5 11505 ac_status=$? 11506 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11507 (exit $ac_status); }; }; then 13521 if { (ac_try="$ac_compile" 13522 case "(($ac_try" in 13523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13524 *) ac_try_echo=$ac_try;; 13525 esac 13526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13527 (eval "$ac_compile") 2>conftest.er1 13528 ac_status=$? 13529 grep -v '^ *+' conftest.er1 >conftest.err 13530 rm -f conftest.er1 13531 cat conftest.err >&5 13532 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13533 (exit $ac_status); } && { 13534 test -z "$ac_c_werror_flag" || 13535 test ! -s conftest.err 13536 } && test -s conftest.$ac_objext; then 11508 13537 ac_cv_have_decl_sbrk=yes 11509 13538 else 11510 13539 echo "$as_me: failed program was:" >&5 11511 cat conftest.$ac_ext >&5 11512 ac_cv_have_decl_sbrk=no 11513 fi 11514 rm -f conftest.$ac_objext conftest.$ac_ext 11515 fi 11516 echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5 11517 echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6 13540 sed 's/^/| /' conftest.$ac_ext >&5 13541 13542 ac_cv_have_decl_sbrk=no 13543 fi 13544 13545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13546 fi 13547 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5 13548 echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6; } 11518 13549 if test $ac_cv_have_decl_sbrk = yes; then 11519 13550 … … 11532 13563 11533 13564 11534 echo "$as_me:$LINENO: checking whether strcpy is declared" >&511535 echo $ECHO_N "checking whether strcpy is declared... $ECHO_C" >&6 13565 { echo "$as_me:$LINENO: checking whether strcpy is declared" >&5 13566 echo $ECHO_N "checking whether strcpy is declared... $ECHO_C" >&6; } 11536 13567 if test "${ac_cv_have_decl_strcpy+set}" = set; then 11537 13568 echo $ECHO_N "(cached) $ECHO_C" >&6 11538 13569 else 11539 13570 cat >conftest.$ac_ext <<_ACEOF 11540 #line $LINENO "configure" 11541 #include "confdefs.h" 13571 /* confdefs.h. */ 13572 _ACEOF 13573 cat confdefs.h >>conftest.$ac_ext 13574 cat >>conftest.$ac_ext <<_ACEOF 13575 /* end confdefs.h. */ 11542 13576 $ac_includes_default 11543 #ifdef F77_DUMMY_MAIN11544 # ifdef __cplusplus11545 extern "C"11546 # endif11547 int F77_DUMMY_MAIN() { return 1; }11548 #endif11549 13577 int 11550 13578 main () 11551 13579 { 11552 13580 #ifndef strcpy 11553 char *p = (char *) strcpy;13581 (void) strcpy; 11554 13582 #endif 11555 13583 … … 11559 13587 _ACEOF 11560 13588 rm -f conftest.$ac_objext 11561 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11562 (eval $ac_compile) 2>&5 11563 ac_status=$? 11564 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11565 (exit $ac_status); } && 11566 { ac_try='test -s conftest.$ac_objext' 11567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11568 (eval $ac_try) 2>&5 11569 ac_status=$? 11570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11571 (exit $ac_status); }; }; then 13589 if { (ac_try="$ac_compile" 13590 case "(($ac_try" in 13591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13592 *) ac_try_echo=$ac_try;; 13593 esac 13594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13595 (eval "$ac_compile") 2>conftest.er1 13596 ac_status=$? 13597 grep -v '^ *+' conftest.er1 >conftest.err 13598 rm -f conftest.er1 13599 cat conftest.err >&5 13600 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13601 (exit $ac_status); } && { 13602 test -z "$ac_c_werror_flag" || 13603 test ! -s conftest.err 13604 } && test -s conftest.$ac_objext; then 11572 13605 ac_cv_have_decl_strcpy=yes 11573 13606 else 11574 13607 echo "$as_me: failed program was:" >&5 11575 cat conftest.$ac_ext >&5 11576 ac_cv_have_decl_strcpy=no 11577 fi 11578 rm -f conftest.$ac_objext conftest.$ac_ext 11579 fi 11580 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strcpy" >&5 11581 echo "${ECHO_T}$ac_cv_have_decl_strcpy" >&6 13608 sed 's/^/| /' conftest.$ac_ext >&5 13609 13610 ac_cv_have_decl_strcpy=no 13611 fi 13612 13613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13614 fi 13615 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_strcpy" >&5 13616 echo "${ECHO_T}$ac_cv_have_decl_strcpy" >&6; } 11582 13617 if test $ac_cv_have_decl_strcpy = yes; then 11583 13618 … … 11596 13631 11597 13632 11598 echo "$as_me:$LINENO: checking whether strsignal is declared" >&511599 echo $ECHO_N "checking whether strsignal is declared... $ECHO_C" >&6 13633 { echo "$as_me:$LINENO: checking whether strsignal is declared" >&5 13634 echo $ECHO_N "checking whether strsignal is declared... $ECHO_C" >&6; } 11600 13635 if test "${ac_cv_have_decl_strsignal+set}" = set; then 11601 13636 echo $ECHO_N "(cached) $ECHO_C" >&6 11602 13637 else 11603 13638 cat >conftest.$ac_ext <<_ACEOF 11604 #line $LINENO "configure" 11605 #include "confdefs.h" 13639 /* confdefs.h. */ 13640 _ACEOF 13641 cat confdefs.h >>conftest.$ac_ext 13642 cat >>conftest.$ac_ext <<_ACEOF 13643 /* end confdefs.h. */ 11606 13644 $ac_includes_default 11607 #ifdef F77_DUMMY_MAIN11608 # ifdef __cplusplus11609 extern "C"11610 # endif11611 int F77_DUMMY_MAIN() { return 1; }11612 #endif11613 13645 int 11614 13646 main () 11615 13647 { 11616 13648 #ifndef strsignal 11617 char *p = (char *) strsignal;13649 (void) strsignal; 11618 13650 #endif 11619 13651 … … 11623 13655 _ACEOF 11624 13656 rm -f conftest.$ac_objext 11625 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11626 (eval $ac_compile) 2>&5 11627 ac_status=$? 11628 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11629 (exit $ac_status); } && 11630 { ac_try='test -s conftest.$ac_objext' 11631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11632 (eval $ac_try) 2>&5 11633 ac_status=$? 11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11635 (exit $ac_status); }; }; then 13657 if { (ac_try="$ac_compile" 13658 case "(($ac_try" in 13659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13660 *) ac_try_echo=$ac_try;; 13661 esac 13662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13663 (eval "$ac_compile") 2>conftest.er1 13664 ac_status=$? 13665 grep -v '^ *+' conftest.er1 >conftest.err 13666 rm -f conftest.er1 13667 cat conftest.err >&5 13668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13669 (exit $ac_status); } && { 13670 test -z "$ac_c_werror_flag" || 13671 test ! -s conftest.err 13672 } && test -s conftest.$ac_objext; then 11636 13673 ac_cv_have_decl_strsignal=yes 11637 13674 else 11638 13675 echo "$as_me: failed program was:" >&5 11639 cat conftest.$ac_ext >&5 11640 ac_cv_have_decl_strsignal=no 11641 fi 11642 rm -f conftest.$ac_objext conftest.$ac_ext 11643 fi 11644 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsignal" >&5 11645 echo "${ECHO_T}$ac_cv_have_decl_strsignal" >&6 13676 sed 's/^/| /' conftest.$ac_ext >&5 13677 13678 ac_cv_have_decl_strsignal=no 13679 fi 13680 13681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13682 fi 13683 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsignal" >&5 13684 echo "${ECHO_T}$ac_cv_have_decl_strsignal" >&6; } 11646 13685 if test $ac_cv_have_decl_strsignal = yes; then 11647 13686 … … 11661 13700 11662 13701 11663 echo "$as_me:$LINENO: checking whether strtold is declared" >&511664 echo $ECHO_N "checking whether strtold is declared... $ECHO_C" >&6 13702 { echo "$as_me:$LINENO: checking whether strtold is declared" >&5 13703 echo $ECHO_N "checking whether strtold is declared... $ECHO_C" >&6; } 11665 13704 if test "${ac_cv_have_decl_strtold+set}" = set; then 11666 13705 echo $ECHO_N "(cached) $ECHO_C" >&6 11667 13706 else 11668 13707 cat >conftest.$ac_ext <<_ACEOF 11669 #line $LINENO "configure" 11670 #include "confdefs.h" 13708 /* confdefs.h. */ 13709 _ACEOF 13710 cat confdefs.h >>conftest.$ac_ext 13711 cat >>conftest.$ac_ext <<_ACEOF 13712 /* end confdefs.h. */ 11671 13713 $ac_includes_default 11672 #ifdef F77_DUMMY_MAIN11673 # ifdef __cplusplus11674 extern "C"11675 # endif11676 int F77_DUMMY_MAIN() { return 1; }11677 #endif11678 13714 int 11679 13715 main () 11680 13716 { 11681 13717 #ifndef strtold 11682 char *p = (char *) strtold;13718 (void) strtold; 11683 13719 #endif 11684 13720 … … 11688 13724 _ACEOF 11689 13725 rm -f conftest.$ac_objext 11690 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11691 (eval $ac_compile) 2>&5 11692 ac_status=$? 11693 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11694 (exit $ac_status); } && 11695 { ac_try='test -s conftest.$ac_objext' 11696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11697 (eval $ac_try) 2>&5 11698 ac_status=$? 11699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11700 (exit $ac_status); }; }; then 13726 if { (ac_try="$ac_compile" 13727 case "(($ac_try" in 13728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13729 *) ac_try_echo=$ac_try;; 13730 esac 13731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13732 (eval "$ac_compile") 2>conftest.er1 13733 ac_status=$? 13734 grep -v '^ *+' conftest.er1 >conftest.err 13735 rm -f conftest.er1 13736 cat conftest.err >&5 13737 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13738 (exit $ac_status); } && { 13739 test -z "$ac_c_werror_flag" || 13740 test ! -s conftest.err 13741 } && test -s conftest.$ac_objext; then 11701 13742 ac_cv_have_decl_strtold=yes 11702 13743 else 11703 13744 echo "$as_me: failed program was:" >&5 11704 cat conftest.$ac_ext >&5 11705 ac_cv_have_decl_strtold=no 11706 fi 11707 rm -f conftest.$ac_objext conftest.$ac_ext 11708 fi 11709 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strtold" >&5 11710 echo "${ECHO_T}$ac_cv_have_decl_strtold" >&6 13745 sed 's/^/| /' conftest.$ac_ext >&5 13746 13747 ac_cv_have_decl_strtold=no 13748 fi 13749 13750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13751 fi 13752 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_strtold" >&5 13753 echo "${ECHO_T}$ac_cv_have_decl_strtold" >&6; } 11711 13754 if test $ac_cv_have_decl_strtold = yes; then 11712 13755 … … 11716 13759 11717 13760 11718 echo "$as_me:$LINENO: checking for broken strtold" >&511719 echo $ECHO_N "checking for broken strtold... $ECHO_C" >&6 13761 { echo "$as_me:$LINENO: checking for broken strtold" >&5 13762 echo $ECHO_N "checking for broken strtold... $ECHO_C" >&6; } 11720 13763 if test "${bash_cv_strtold_broken+set}" = set; then 11721 13764 echo $ECHO_N "(cached) $ECHO_C" >&6 11722 13765 else 11723 13766 cat >conftest.$ac_ext <<_ACEOF 11724 #line $LINENO "configure" 11725 #include "confdefs.h" 13767 /* confdefs.h. */ 13768 _ACEOF 13769 cat confdefs.h >>conftest.$ac_ext 13770 cat >>conftest.$ac_ext <<_ACEOF 13771 /* end confdefs.h. */ 11726 13772 #include <stdlib.h> 11727 #ifdef F77_DUMMY_MAIN11728 # ifdef __cplusplus11729 extern "C"11730 # endif11731 int F77_DUMMY_MAIN() { return 1; }11732 #endif11733 13773 int 11734 13774 main () … … 11740 13780 _ACEOF 11741 13781 rm -f conftest.$ac_objext 11742 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11743 (eval $ac_compile) 2>&5 11744 ac_status=$? 11745 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11746 (exit $ac_status); } && 11747 { ac_try='test -s conftest.$ac_objext' 11748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11749 (eval $ac_try) 2>&5 11750 ac_status=$? 11751 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11752 (exit $ac_status); }; }; then 13782 if { (ac_try="$ac_compile" 13783 case "(($ac_try" in 13784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13785 *) ac_try_echo=$ac_try;; 13786 esac 13787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13788 (eval "$ac_compile") 2>conftest.er1 13789 ac_status=$? 13790 grep -v '^ *+' conftest.er1 >conftest.err 13791 rm -f conftest.er1 13792 cat conftest.err >&5 13793 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13794 (exit $ac_status); } && { 13795 test -z "$ac_c_werror_flag" || 13796 test ! -s conftest.err 13797 } && test -s conftest.$ac_objext; then 11753 13798 bash_cv_strtold_broken=no 11754 13799 else 11755 13800 echo "$as_me: failed program was:" >&5 11756 cat conftest.$ac_ext >&5 11757 bash_cv_strtold_broken=yes 11758 fi 11759 rm -f conftest.$ac_objext conftest.$ac_ext 11760 11761 11762 fi 11763 11764 echo "$as_me:$LINENO: result: $bash_cv_strtold_broken" >&5 11765 echo "${ECHO_T}$bash_cv_strtold_broken" >&6 13801 sed 's/^/| /' conftest.$ac_ext >&5 13802 13803 bash_cv_strtold_broken=yes 13804 fi 13805 13806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13807 13808 13809 fi 13810 13811 { echo "$as_me:$LINENO: result: $bash_cv_strtold_broken" >&5 13812 echo "${ECHO_T}$bash_cv_strtold_broken" >&6; } 11766 13813 if test "$bash_cv_strtold_broken" = "yes" ; then 11767 13814 cat >>confdefs.h <<\_ACEOF … … 11785 13832 11786 13833 11787 echo "$as_me:$LINENO: checking for declaration of strtoimax" >&511788 echo $ECHO_N "checking for declaration of strtoimax... $ECHO_C" >&6 13834 { echo "$as_me:$LINENO: checking for declaration of strtoimax" >&5 13835 echo $ECHO_N "checking for declaration of strtoimax... $ECHO_C" >&6; } 11789 13836 if test "${bash_cv_decl_strtoimax+set}" = set; then 11790 13837 echo $ECHO_N "(cached) $ECHO_C" >&6 11791 13838 else 11792 13839 cat >conftest.$ac_ext <<_ACEOF 11793 #line $LINENO "configure" 11794 #include "confdefs.h" 13840 /* confdefs.h. */ 13841 _ACEOF 13842 cat confdefs.h >>conftest.$ac_ext 13843 cat >>conftest.$ac_ext <<_ACEOF 13844 /* end confdefs.h. */ 11795 13845 11796 13846 #if STDC_HEADERS … … 11801 13851 #endif 11802 13852 11803 #ifdef F77_DUMMY_MAIN11804 # ifdef __cplusplus11805 extern "C"11806 # endif11807 int F77_DUMMY_MAIN() { return 1; }11808 #endif11809 13853 int 11810 13854 main () … … 11816 13860 _ACEOF 11817 13861 rm -f conftest.$ac_objext conftest$ac_exeext 11818 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11819 (eval $ac_link) 2>&5 11820 ac_status=$? 11821 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11822 (exit $ac_status); } && 11823 { ac_try='test -s conftest$ac_exeext' 11824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11825 (eval $ac_try) 2>&5 11826 ac_status=$? 11827 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11828 (exit $ac_status); }; }; then 13862 if { (ac_try="$ac_link" 13863 case "(($ac_try" in 13864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13865 *) ac_try_echo=$ac_try;; 13866 esac 13867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13868 (eval "$ac_link") 2>conftest.er1 13869 ac_status=$? 13870 grep -v '^ *+' conftest.er1 >conftest.err 13871 rm -f conftest.er1 13872 cat conftest.err >&5 13873 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13874 (exit $ac_status); } && { 13875 test -z "$ac_c_werror_flag" || 13876 test ! -s conftest.err 13877 } && test -s conftest$ac_exeext && 13878 $as_test_x conftest$ac_exeext; then 11829 13879 bash_cv_decl_strtoimax=yes 11830 13880 else 11831 13881 echo "$as_me: failed program was:" >&5 11832 cat conftest.$ac_ext >&5 11833 bash_cv_decl_strtoimax=no 11834 fi 11835 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11836 fi 11837 echo "$as_me:$LINENO: result: $bash_cv_decl_strtoimax" >&5 11838 echo "${ECHO_T}$bash_cv_decl_strtoimax" >&6 13882 sed 's/^/| /' conftest.$ac_ext >&5 13883 13884 bash_cv_decl_strtoimax=no 13885 fi 13886 13887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13888 conftest$ac_exeext conftest.$ac_ext 13889 fi 13890 { echo "$as_me:$LINENO: result: $bash_cv_decl_strtoimax" >&5 13891 echo "${ECHO_T}$bash_cv_decl_strtoimax" >&6; } 11839 13892 bash_tr_func=HAVE_DECL_`echo strtoimax | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 11840 13893 if test $bash_cv_decl_strtoimax = yes; then … … 11853 13906 11854 13907 11855 echo "$as_me:$LINENO: checking for declaration of strtol" >&511856 echo $ECHO_N "checking for declaration of strtol... $ECHO_C" >&6 13908 { echo "$as_me:$LINENO: checking for declaration of strtol" >&5 13909 echo $ECHO_N "checking for declaration of strtol... $ECHO_C" >&6; } 11857 13910 if test "${bash_cv_decl_strtol+set}" = set; then 11858 13911 echo $ECHO_N "(cached) $ECHO_C" >&6 11859 13912 else 11860 13913 cat >conftest.$ac_ext <<_ACEOF 11861 #line $LINENO "configure" 11862 #include "confdefs.h" 13914 /* confdefs.h. */ 13915 _ACEOF 13916 cat confdefs.h >>conftest.$ac_ext 13917 cat >>conftest.$ac_ext <<_ACEOF 13918 /* end confdefs.h. */ 11863 13919 11864 13920 #if STDC_HEADERS … … 11869 13925 #endif 11870 13926 11871 #ifdef F77_DUMMY_MAIN11872 # ifdef __cplusplus11873 extern "C"11874 # endif11875 int F77_DUMMY_MAIN() { return 1; }11876 #endif11877 13927 int 11878 13928 main () … … 11884 13934 _ACEOF 11885 13935 rm -f conftest.$ac_objext conftest$ac_exeext 11886 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11887 (eval $ac_link) 2>&5 11888 ac_status=$? 11889 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11890 (exit $ac_status); } && 11891 { ac_try='test -s conftest$ac_exeext' 11892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11893 (eval $ac_try) 2>&5 11894 ac_status=$? 11895 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11896 (exit $ac_status); }; }; then 13936 if { (ac_try="$ac_link" 13937 case "(($ac_try" in 13938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13939 *) ac_try_echo=$ac_try;; 13940 esac 13941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13942 (eval "$ac_link") 2>conftest.er1 13943 ac_status=$? 13944 grep -v '^ *+' conftest.er1 >conftest.err 13945 rm -f conftest.er1 13946 cat conftest.err >&5 13947 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13948 (exit $ac_status); } && { 13949 test -z "$ac_c_werror_flag" || 13950 test ! -s conftest.err 13951 } && test -s conftest$ac_exeext && 13952 $as_test_x conftest$ac_exeext; then 11897 13953 bash_cv_decl_strtol=yes 11898 13954 else 11899 13955 echo "$as_me: failed program was:" >&5 11900 cat conftest.$ac_ext >&5 11901 bash_cv_decl_strtol=no 11902 fi 11903 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11904 fi 11905 echo "$as_me:$LINENO: result: $bash_cv_decl_strtol" >&5 11906 echo "${ECHO_T}$bash_cv_decl_strtol" >&6 13956 sed 's/^/| /' conftest.$ac_ext >&5 13957 13958 bash_cv_decl_strtol=no 13959 fi 13960 13961 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13962 conftest$ac_exeext conftest.$ac_ext 13963 fi 13964 { echo "$as_me:$LINENO: result: $bash_cv_decl_strtol" >&5 13965 echo "${ECHO_T}$bash_cv_decl_strtol" >&6; } 11907 13966 bash_tr_func=HAVE_DECL_`echo strtol | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 11908 13967 if test $bash_cv_decl_strtol = yes; then … … 11921 13980 11922 13981 11923 echo "$as_me:$LINENO: checking for declaration of strtoll" >&511924 echo $ECHO_N "checking for declaration of strtoll... $ECHO_C" >&6 13982 { echo "$as_me:$LINENO: checking for declaration of strtoll" >&5 13983 echo $ECHO_N "checking for declaration of strtoll... $ECHO_C" >&6; } 11925 13984 if test "${bash_cv_decl_strtoll+set}" = set; then 11926 13985 echo $ECHO_N "(cached) $ECHO_C" >&6 11927 13986 else 11928 13987 cat >conftest.$ac_ext <<_ACEOF 11929 #line $LINENO "configure" 11930 #include "confdefs.h" 13988 /* confdefs.h. */ 13989 _ACEOF 13990 cat confdefs.h >>conftest.$ac_ext 13991 cat >>conftest.$ac_ext <<_ACEOF 13992 /* end confdefs.h. */ 11931 13993 11932 13994 #if STDC_HEADERS … … 11937 13999 #endif 11938 14000 11939 #ifdef F77_DUMMY_MAIN11940 # ifdef __cplusplus11941 extern "C"11942 # endif11943 int F77_DUMMY_MAIN() { return 1; }11944 #endif11945 14001 int 11946 14002 main () … … 11952 14008 _ACEOF 11953 14009 rm -f conftest.$ac_objext conftest$ac_exeext 11954 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11955 (eval $ac_link) 2>&5 11956 ac_status=$? 11957 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11958 (exit $ac_status); } && 11959 { ac_try='test -s conftest$ac_exeext' 11960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11961 (eval $ac_try) 2>&5 11962 ac_status=$? 11963 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11964 (exit $ac_status); }; }; then 14010 if { (ac_try="$ac_link" 14011 case "(($ac_try" in 14012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14013 *) ac_try_echo=$ac_try;; 14014 esac 14015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14016 (eval "$ac_link") 2>conftest.er1 14017 ac_status=$? 14018 grep -v '^ *+' conftest.er1 >conftest.err 14019 rm -f conftest.er1 14020 cat conftest.err >&5 14021 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14022 (exit $ac_status); } && { 14023 test -z "$ac_c_werror_flag" || 14024 test ! -s conftest.err 14025 } && test -s conftest$ac_exeext && 14026 $as_test_x conftest$ac_exeext; then 11965 14027 bash_cv_decl_strtoll=yes 11966 14028 else 11967 14029 echo "$as_me: failed program was:" >&5 11968 cat conftest.$ac_ext >&5 11969 bash_cv_decl_strtoll=no 11970 fi 11971 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11972 fi 11973 echo "$as_me:$LINENO: result: $bash_cv_decl_strtoll" >&5 11974 echo "${ECHO_T}$bash_cv_decl_strtoll" >&6 14030 sed 's/^/| /' conftest.$ac_ext >&5 14031 14032 bash_cv_decl_strtoll=no 14033 fi 14034 14035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14036 conftest$ac_exeext conftest.$ac_ext 14037 fi 14038 { echo "$as_me:$LINENO: result: $bash_cv_decl_strtoll" >&5 14039 echo "${ECHO_T}$bash_cv_decl_strtoll" >&6; } 11975 14040 bash_tr_func=HAVE_DECL_`echo strtoll | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 11976 14041 if test $bash_cv_decl_strtoll = yes; then … … 11989 14054 11990 14055 11991 echo "$as_me:$LINENO: checking for declaration of strtoul" >&511992 echo $ECHO_N "checking for declaration of strtoul... $ECHO_C" >&6 14056 { echo "$as_me:$LINENO: checking for declaration of strtoul" >&5 14057 echo $ECHO_N "checking for declaration of strtoul... $ECHO_C" >&6; } 11993 14058 if test "${bash_cv_decl_strtoul+set}" = set; then 11994 14059 echo $ECHO_N "(cached) $ECHO_C" >&6 11995 14060 else 11996 14061 cat >conftest.$ac_ext <<_ACEOF 11997 #line $LINENO "configure" 11998 #include "confdefs.h" 14062 /* confdefs.h. */ 14063 _ACEOF 14064 cat confdefs.h >>conftest.$ac_ext 14065 cat >>conftest.$ac_ext <<_ACEOF 14066 /* end confdefs.h. */ 11999 14067 12000 14068 #if STDC_HEADERS … … 12005 14073 #endif 12006 14074 12007 #ifdef F77_DUMMY_MAIN12008 # ifdef __cplusplus12009 extern "C"12010 # endif12011 int F77_DUMMY_MAIN() { return 1; }12012 #endif12013 14075 int 12014 14076 main () … … 12020 14082 _ACEOF 12021 14083 rm -f conftest.$ac_objext conftest$ac_exeext 12022 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12023 (eval $ac_link) 2>&5 12024 ac_status=$? 12025 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12026 (exit $ac_status); } && 12027 { ac_try='test -s conftest$ac_exeext' 12028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12029 (eval $ac_try) 2>&5 12030 ac_status=$? 12031 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12032 (exit $ac_status); }; }; then 14084 if { (ac_try="$ac_link" 14085 case "(($ac_try" in 14086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14087 *) ac_try_echo=$ac_try;; 14088 esac 14089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14090 (eval "$ac_link") 2>conftest.er1 14091 ac_status=$? 14092 grep -v '^ *+' conftest.er1 >conftest.err 14093 rm -f conftest.er1 14094 cat conftest.err >&5 14095 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14096 (exit $ac_status); } && { 14097 test -z "$ac_c_werror_flag" || 14098 test ! -s conftest.err 14099 } && test -s conftest$ac_exeext && 14100 $as_test_x conftest$ac_exeext; then 12033 14101 bash_cv_decl_strtoul=yes 12034 14102 else 12035 14103 echo "$as_me: failed program was:" >&5 12036 cat conftest.$ac_ext >&5 12037 bash_cv_decl_strtoul=no 12038 fi 12039 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12040 fi 12041 echo "$as_me:$LINENO: result: $bash_cv_decl_strtoul" >&5 12042 echo "${ECHO_T}$bash_cv_decl_strtoul" >&6 14104 sed 's/^/| /' conftest.$ac_ext >&5 14105 14106 bash_cv_decl_strtoul=no 14107 fi 14108 14109 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14110 conftest$ac_exeext conftest.$ac_ext 14111 fi 14112 { echo "$as_me:$LINENO: result: $bash_cv_decl_strtoul" >&5 14113 echo "${ECHO_T}$bash_cv_decl_strtoul" >&6; } 12043 14114 bash_tr_func=HAVE_DECL_`echo strtoul | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 12044 14115 if test $bash_cv_decl_strtoul = yes; then … … 12057 14128 12058 14129 12059 echo "$as_me:$LINENO: checking for declaration of strtoull" >&512060 echo $ECHO_N "checking for declaration of strtoull... $ECHO_C" >&6 14130 { echo "$as_me:$LINENO: checking for declaration of strtoull" >&5 14131 echo $ECHO_N "checking for declaration of strtoull... $ECHO_C" >&6; } 12061 14132 if test "${bash_cv_decl_strtoull+set}" = set; then 12062 14133 echo $ECHO_N "(cached) $ECHO_C" >&6 12063 14134 else 12064 14135 cat >conftest.$ac_ext <<_ACEOF 12065 #line $LINENO "configure" 12066 #include "confdefs.h" 14136 /* confdefs.h. */ 14137 _ACEOF 14138 cat confdefs.h >>conftest.$ac_ext 14139 cat >>conftest.$ac_ext <<_ACEOF 14140 /* end confdefs.h. */ 12067 14141 12068 14142 #if STDC_HEADERS … … 12073 14147 #endif 12074 14148 12075 #ifdef F77_DUMMY_MAIN12076 # ifdef __cplusplus12077 extern "C"12078 # endif12079 int F77_DUMMY_MAIN() { return 1; }12080 #endif12081 14149 int 12082 14150 main () … … 12088 14156 _ACEOF 12089 14157 rm -f conftest.$ac_objext conftest$ac_exeext 12090 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12091 (eval $ac_link) 2>&5 12092 ac_status=$? 12093 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12094 (exit $ac_status); } && 12095 { ac_try='test -s conftest$ac_exeext' 12096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12097 (eval $ac_try) 2>&5 12098 ac_status=$? 12099 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12100 (exit $ac_status); }; }; then 14158 if { (ac_try="$ac_link" 14159 case "(($ac_try" in 14160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14161 *) ac_try_echo=$ac_try;; 14162 esac 14163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14164 (eval "$ac_link") 2>conftest.er1 14165 ac_status=$? 14166 grep -v '^ *+' conftest.er1 >conftest.err 14167 rm -f conftest.er1 14168 cat conftest.err >&5 14169 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14170 (exit $ac_status); } && { 14171 test -z "$ac_c_werror_flag" || 14172 test ! -s conftest.err 14173 } && test -s conftest$ac_exeext && 14174 $as_test_x conftest$ac_exeext; then 12101 14175 bash_cv_decl_strtoull=yes 12102 14176 else 12103 14177 echo "$as_me: failed program was:" >&5 12104 cat conftest.$ac_ext >&5 12105 bash_cv_decl_strtoull=no 12106 fi 12107 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12108 fi 12109 echo "$as_me:$LINENO: result: $bash_cv_decl_strtoull" >&5 12110 echo "${ECHO_T}$bash_cv_decl_strtoull" >&6 14178 sed 's/^/| /' conftest.$ac_ext >&5 14179 14180 bash_cv_decl_strtoull=no 14181 fi 14182 14183 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14184 conftest$ac_exeext conftest.$ac_ext 14185 fi 14186 { echo "$as_me:$LINENO: result: $bash_cv_decl_strtoull" >&5 14187 echo "${ECHO_T}$bash_cv_decl_strtoull" >&6; } 12111 14188 bash_tr_func=HAVE_DECL_`echo strtoull | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 12112 14189 if test $bash_cv_decl_strtoull = yes; then … … 12125 14202 12126 14203 12127 echo "$as_me:$LINENO: checking for declaration of strtoumax" >&512128 echo $ECHO_N "checking for declaration of strtoumax... $ECHO_C" >&6 14204 { echo "$as_me:$LINENO: checking for declaration of strtoumax" >&5 14205 echo $ECHO_N "checking for declaration of strtoumax... $ECHO_C" >&6; } 12129 14206 if test "${bash_cv_decl_strtoumax+set}" = set; then 12130 14207 echo $ECHO_N "(cached) $ECHO_C" >&6 12131 14208 else 12132 14209 cat >conftest.$ac_ext <<_ACEOF 12133 #line $LINENO "configure" 12134 #include "confdefs.h" 14210 /* confdefs.h. */ 14211 _ACEOF 14212 cat confdefs.h >>conftest.$ac_ext 14213 cat >>conftest.$ac_ext <<_ACEOF 14214 /* end confdefs.h. */ 12135 14215 12136 14216 #if STDC_HEADERS … … 12141 14221 #endif 12142 14222 12143 #ifdef F77_DUMMY_MAIN12144 # ifdef __cplusplus12145 extern "C"12146 # endif12147 int F77_DUMMY_MAIN() { return 1; }12148 #endif12149 14223 int 12150 14224 main () … … 12156 14230 _ACEOF 12157 14231 rm -f conftest.$ac_objext conftest$ac_exeext 12158 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12159 (eval $ac_link) 2>&5 12160 ac_status=$? 12161 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12162 (exit $ac_status); } && 12163 { ac_try='test -s conftest$ac_exeext' 12164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12165 (eval $ac_try) 2>&5 12166 ac_status=$? 12167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12168 (exit $ac_status); }; }; then 14232 if { (ac_try="$ac_link" 14233 case "(($ac_try" in 14234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14235 *) ac_try_echo=$ac_try;; 14236 esac 14237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14238 (eval "$ac_link") 2>conftest.er1 14239 ac_status=$? 14240 grep -v '^ *+' conftest.er1 >conftest.err 14241 rm -f conftest.er1 14242 cat conftest.err >&5 14243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14244 (exit $ac_status); } && { 14245 test -z "$ac_c_werror_flag" || 14246 test ! -s conftest.err 14247 } && test -s conftest$ac_exeext && 14248 $as_test_x conftest$ac_exeext; then 12169 14249 bash_cv_decl_strtoumax=yes 12170 14250 else 12171 14251 echo "$as_me: failed program was:" >&5 12172 cat conftest.$ac_ext >&5 12173 bash_cv_decl_strtoumax=no 12174 fi 12175 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12176 fi 12177 echo "$as_me:$LINENO: result: $bash_cv_decl_strtoumax" >&5 12178 echo "${ECHO_T}$bash_cv_decl_strtoumax" >&6 14252 sed 's/^/| /' conftest.$ac_ext >&5 14253 14254 bash_cv_decl_strtoumax=no 14255 fi 14256 14257 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14258 conftest$ac_exeext conftest.$ac_ext 14259 fi 14260 { echo "$as_me:$LINENO: result: $bash_cv_decl_strtoumax" >&5 14261 echo "${ECHO_T}$bash_cv_decl_strtoumax" >&6; } 12179 14262 bash_tr_func=HAVE_DECL_`echo strtoumax | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 12180 14263 if test $bash_cv_decl_strtoumax = yes; then … … 12193 14276 12194 14277 12195 for ac_header in sys/time.h unistd.h 14278 14279 14280 for ac_header in $ac_header_list 12196 14281 do 12197 14282 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12198 if eval "test \"\${$as_ac_Header+set}\" = set"; then12199 echo "$as_me:$LINENO: checking for $ac_header" >&512200 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12201 if eval "test \"\${$as_ac_Header+set}\" = set"; then14283 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 14284 { echo "$as_me:$LINENO: checking for $ac_header" >&5 14285 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 14286 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12202 14287 echo $ECHO_N "(cached) $ECHO_C" >&6 12203 14288 fi 12204 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 12205 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14289 ac_res=`eval echo '${'$as_ac_Header'}'` 14290 { echo "$as_me:$LINENO: result: $ac_res" >&5 14291 echo "${ECHO_T}$ac_res" >&6; } 12206 14292 else 12207 14293 # Is the header compilable? 12208 echo "$as_me:$LINENO: checking $ac_header usability" >&512209 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14294 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 14295 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 12210 14296 cat >conftest.$ac_ext <<_ACEOF 12211 #line $LINENO "configure" 12212 #include "confdefs.h" 14297 /* confdefs.h. */ 14298 _ACEOF 14299 cat confdefs.h >>conftest.$ac_ext 14300 cat >>conftest.$ac_ext <<_ACEOF 14301 /* end confdefs.h. */ 12213 14302 $ac_includes_default 12214 14303 #include <$ac_header> 12215 14304 _ACEOF 12216 14305 rm -f conftest.$ac_objext 12217 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 12218 (eval $ac_compile) 2>&5 12219 ac_status=$? 12220 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12221 (exit $ac_status); } && 12222 { ac_try='test -s conftest.$ac_objext' 12223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12224 (eval $ac_try) 2>&5 12225 ac_status=$? 12226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12227 (exit $ac_status); }; }; then 12228 ac_header_compiler=yes 12229 else 12230 echo "$as_me: failed program was:" >&5 12231 cat conftest.$ac_ext >&5 12232 ac_header_compiler=no 12233 fi 12234 rm -f conftest.$ac_objext conftest.$ac_ext 12235 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 12236 echo "${ECHO_T}$ac_header_compiler" >&6 12237 12238 # Is the header present? 12239 echo "$as_me:$LINENO: checking $ac_header presence" >&5 12240 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 12241 cat >conftest.$ac_ext <<_ACEOF 12242 #line $LINENO "configure" 12243 #include "confdefs.h" 12244 #include <$ac_header> 12245 _ACEOF 12246 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 12247 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12248 ac_status=$? 12249 egrep -v '^ *\+' conftest.er1 >conftest.err 14306 if { (ac_try="$ac_compile" 14307 case "(($ac_try" in 14308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14309 *) ac_try_echo=$ac_try;; 14310 esac 14311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14312 (eval "$ac_compile") 2>conftest.er1 14313 ac_status=$? 14314 grep -v '^ *+' conftest.er1 >conftest.err 12250 14315 rm -f conftest.er1 12251 14316 cat conftest.err >&5 12252 14317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12253 (exit $ac_status); } >/dev/null; then 12254 if test -s conftest.err; then 12255 ac_cpp_err=$ac_c_preproc_warn_flag 12256 else 12257 ac_cpp_err= 12258 fi 12259 else 12260 ac_cpp_err=yes 12261 fi 12262 if test -z "$ac_cpp_err"; then 14318 (exit $ac_status); } && { 14319 test -z "$ac_c_werror_flag" || 14320 test ! -s conftest.err 14321 } && test -s conftest.$ac_objext; then 14322 ac_header_compiler=yes 14323 else 14324 echo "$as_me: failed program was:" >&5 14325 sed 's/^/| /' conftest.$ac_ext >&5 14326 14327 ac_header_compiler=no 14328 fi 14329 14330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14331 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14332 echo "${ECHO_T}$ac_header_compiler" >&6; } 14333 14334 # Is the header present? 14335 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 14336 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 14337 cat >conftest.$ac_ext <<_ACEOF 14338 /* confdefs.h. */ 14339 _ACEOF 14340 cat confdefs.h >>conftest.$ac_ext 14341 cat >>conftest.$ac_ext <<_ACEOF 14342 /* end confdefs.h. */ 14343 #include <$ac_header> 14344 _ACEOF 14345 if { (ac_try="$ac_cpp conftest.$ac_ext" 14346 case "(($ac_try" in 14347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14348 *) ac_try_echo=$ac_try;; 14349 esac 14350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14351 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 14352 ac_status=$? 14353 grep -v '^ *+' conftest.er1 >conftest.err 14354 rm -f conftest.er1 14355 cat conftest.err >&5 14356 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14357 (exit $ac_status); } >/dev/null && { 14358 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 14359 test ! -s conftest.err 14360 }; then 12263 14361 ac_header_preproc=yes 12264 14362 else 12265 14363 echo "$as_me: failed program was:" >&5 12266 cat conftest.$ac_ext >&5 14364 sed 's/^/| /' conftest.$ac_ext >&5 14365 12267 14366 ac_header_preproc=no 12268 14367 fi 14368 12269 14369 rm -f conftest.err conftest.$ac_ext 12270 echo "$as_me:$LINENO: result: $ac_header_preproc" >&512271 echo "${ECHO_T}$ac_header_preproc" >&6 14370 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14371 echo "${ECHO_T}$ac_header_preproc" >&6; } 12272 14372 12273 14373 # So? What about this header? 12274 case $ac_header_compiler:$ac_header_preproc in12275 yes:no )14374 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14375 yes:no: ) 12276 14376 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12277 14377 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 12278 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12279 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 12280 no:yes ) 14378 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 14379 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 14380 ac_header_preproc=yes 14381 ;; 14382 no:yes:* ) 12281 14383 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 12282 14384 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 12283 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 12284 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14385 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 14386 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14387 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 14388 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 14389 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 14390 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 12285 14391 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12286 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 12287 esac 12288 echo "$as_me:$LINENO: checking for $ac_header" >&5 12289 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12290 if eval "test \"\${$as_ac_Header+set}\" = set"; then 14392 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 14393 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 14394 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 14395 ( cat <<\_ASBOX 14396 ## ------------------------------- ## 14397 ## Report this to bug-bash@gnu.org ## 14398 ## ------------------------------- ## 14399 _ASBOX 14400 ) | sed "s/^/$as_me: WARNING: /" >&2 14401 ;; 14402 esac 14403 { echo "$as_me:$LINENO: checking for $ac_header" >&5 14404 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 14405 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12291 14406 echo $ECHO_N "(cached) $ECHO_C" >&6 12292 14407 else 12293 eval "$as_ac_Header=$ac_header_preproc" 12294 fi 12295 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 12296 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14408 eval "$as_ac_Header=\$ac_header_preproc" 14409 fi 14410 ac_res=`eval echo '${'$as_ac_Header'}'` 14411 { echo "$as_me:$LINENO: result: $ac_res" >&5 14412 echo "${ECHO_T}$ac_res" >&6; } 12297 14413 12298 14414 fi … … 12307 14423 12308 14424 12309 for ac_func in alarm 14425 14426 14427 14428 14429 14430 14431 14432 for ac_func in $ac_func_list 12310 14433 do 12311 14434 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 12312 echo "$as_me:$LINENO: checking for $ac_func" >&512313 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 12314 if eval "test \"\${$as_ac_var+set}\" = set"; then14435 { echo "$as_me:$LINENO: checking for $ac_func" >&5 14436 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 14437 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 12315 14438 echo $ECHO_N "(cached) $ECHO_C" >&6 12316 14439 else 12317 14440 cat >conftest.$ac_ext <<_ACEOF 12318 #line $LINENO "configure" 12319 #include "confdefs.h" 14441 /* confdefs.h. */ 14442 _ACEOF 14443 cat confdefs.h >>conftest.$ac_ext 14444 cat >>conftest.$ac_ext <<_ACEOF 14445 /* end confdefs.h. */ 14446 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 14447 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 14448 #define $ac_func innocuous_$ac_func 14449 12320 14450 /* System header to define __stub macros and hopefully few prototypes, 12321 which can conflict with char $ac_func (); below. */ 12322 #include <assert.h> 12323 /* Override any gcc2 internal prototype to avoid an error. */ 14451 which can conflict with char $ac_func (); below. 14452 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 14453 <limits.h> exists even on freestanding compilers. */ 14454 14455 #ifdef __STDC__ 14456 # include <limits.h> 14457 #else 14458 # include <assert.h> 14459 #endif 14460 14461 #undef $ac_func 14462 14463 /* Override any GCC internal prototype to avoid an error. 14464 Use char because int might match the return type of a GCC 14465 builtin and then its argument prototype would still apply. */ 12324 14466 #ifdef __cplusplus 12325 14467 extern "C" 12326 14468 #endif 12327 /* We use char because int might match the return type of a gcc212328 builtin and then its argument prototype would still apply. */12329 14469 char $ac_func (); 12330 char (*f) (); 12331 12332 #ifdef F77_DUMMY_MAIN 12333 # ifdef __cplusplus 12334 extern "C" 12335 # endif 12336 int F77_DUMMY_MAIN() { return 1; } 14470 /* The GNU C library defines this for functions which it implements 14471 to always fail with ENOSYS. Some functions are actually named 14472 something starting with __ and the normal name is an alias. */ 14473 #if defined __stub_$ac_func || defined __stub___$ac_func 14474 choke me 12337 14475 #endif 14476 12338 14477 int 12339 14478 main () 12340 14479 { 12341 /* The GNU C library defines this for functions which it implements 12342 to always fail with ENOSYS. Some functions are actually named 12343 something starting with __ and the normal name is an alias. */ 12344 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 12345 choke me 12346 #else 12347 f = $ac_func; 12348 #endif 12349 14480 return $ac_func (); 12350 14481 ; 12351 14482 return 0; … … 12353 14484 _ACEOF 12354 14485 rm -f conftest.$ac_objext conftest$ac_exeext 12355 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12356 (eval $ac_link) 2>&5 12357 ac_status=$? 12358 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12359 (exit $ac_status); } && 12360 { ac_try='test -s conftest$ac_exeext' 12361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12362 (eval $ac_try) 2>&5 12363 ac_status=$? 12364 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12365 (exit $ac_status); }; }; then 14486 if { (ac_try="$ac_link" 14487 case "(($ac_try" in 14488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14489 *) ac_try_echo=$ac_try;; 14490 esac 14491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14492 (eval "$ac_link") 2>conftest.er1 14493 ac_status=$? 14494 grep -v '^ *+' conftest.er1 >conftest.err 14495 rm -f conftest.er1 14496 cat conftest.err >&5 14497 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14498 (exit $ac_status); } && { 14499 test -z "$ac_c_werror_flag" || 14500 test ! -s conftest.err 14501 } && test -s conftest$ac_exeext && 14502 $as_test_x conftest$ac_exeext; then 12366 14503 eval "$as_ac_var=yes" 12367 14504 else 12368 14505 echo "$as_me: failed program was:" >&5 12369 cat conftest.$ac_ext >&5 12370 eval "$as_ac_var=no" 12371 fi 12372 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12373 fi 12374 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 12375 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 14506 sed 's/^/| /' conftest.$ac_ext >&5 14507 14508 eval "$as_ac_var=no" 14509 fi 14510 14511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 14512 conftest$ac_exeext conftest.$ac_ext 14513 fi 14514 ac_res=`eval echo '${'$as_ac_var'}'` 14515 { echo "$as_me:$LINENO: result: $ac_res" >&5 14516 echo "${ECHO_T}$ac_res" >&6; } 12376 14517 if test `eval echo '${'$as_ac_var'}'` = yes; then 12377 14518 cat >>confdefs.h <<_ACEOF … … 12382 14523 done 12383 14524 12384 echo "$as_me:$LINENO: checking for working mktime" >&5 12385 echo $ECHO_N "checking for working mktime... $ECHO_C" >&6 14525 14526 14527 14528 14529 14530 14531 14532 14533 14534 14535 14536 14537 14538 14539 14540 14541 { echo "$as_me:$LINENO: checking for working mktime" >&5 14542 echo $ECHO_N "checking for working mktime... $ECHO_C" >&6; } 12386 14543 if test "${ac_cv_func_working_mktime+set}" = set; then 12387 14544 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 12391 14548 else 12392 14549 cat >conftest.$ac_ext <<_ACEOF 12393 #line $LINENO "configure" 12394 #include "confdefs.h" 14550 /* confdefs.h. */ 14551 _ACEOF 14552 cat confdefs.h >>conftest.$ac_ext 14553 cat >>conftest.$ac_ext <<_ACEOF 14554 /* end confdefs.h. */ 12395 14555 /* Test program from Paul Eggert and Tony Leneis. */ 12396 #if TIME_WITH_SYS_TIME14556 #ifdef TIME_WITH_SYS_TIME 12397 14557 # include <sys/time.h> 12398 14558 # include <time.h> 12399 14559 #else 12400 # if HAVE_SYS_TIME_H14560 # ifdef HAVE_SYS_TIME_H 12401 14561 # include <sys/time.h> 12402 14562 # else … … 12405 14565 #endif 12406 14566 12407 #if HAVE_UNISTD_H 14567 #include <stdlib.h> 14568 14569 #ifdef HAVE_UNISTD_H 12408 14570 # include <unistd.h> 12409 14571 #endif 12410 14572 12411 #if !HAVE_ALARM14573 #ifndef HAVE_ALARM 12412 14574 # define alarm(X) /* empty */ 12413 14575 #endif … … 12417 14579 12418 14580 static time_t time_t_max; 14581 static time_t time_t_min; 12419 14582 12420 14583 /* Values we'll use to set the TZ environment variable. */ 12421 static c onst char *consttz_strings[] = {12422 (c onst char *) 0, "TZ=GMT0", "TZ=JST-9",14584 static char *tz_strings[] = { 14585 (char *) 0, "TZ=GMT0", "TZ=JST-9", 12423 14586 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" 12424 14587 }; 12425 14588 #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) 12426 14589 12427 /* Failif mktime fails to convert a date in the spring-forward gap.14590 /* Return 0 if mktime fails to convert a date in the spring-forward gap. 12428 14591 Based on a problem report from Andreas Jaeger. */ 12429 static void14592 static int 12430 14593 spring_forward_gap () 12431 14594 { … … 12446 14609 tm.tm_sec = 0; 12447 14610 tm.tm_isdst = -1; 12448 if (mktime (&tm) == (time_t)-1) 12449 exit (1); 12450 } 12451 12452 static void 14611 return mktime (&tm) != (time_t) -1; 14612 } 14613 14614 static int 14615 mktime_test1 (now) 14616 time_t now; 14617 { 14618 struct tm *lt; 14619 return ! (lt = localtime (&now)) || mktime (lt) == now; 14620 } 14621 14622 static int 12453 14623 mktime_test (now) 12454 14624 time_t now; 12455 14625 { 12456 struct tm *lt; 12457 if ((lt = localtime (&now)) && mktime (lt) != now) 12458 exit (1); 12459 now = time_t_max - now; 12460 if ((lt = localtime (&now)) && mktime (lt) != now) 12461 exit (1); 12462 } 12463 12464 static void 14626 return (mktime_test1 (now) 14627 && mktime_test1 ((time_t) (time_t_max - now)) 14628 && mktime_test1 ((time_t) (time_t_min + now))); 14629 } 14630 14631 static int 12465 14632 irix_6_4_bug () 12466 14633 { … … 12475 14642 tm.tm_isdst = -1; 12476 14643 mktime (&tm); 12477 if (tm.tm_mon != 2 || tm.tm_mday != 31) 12478 exit (1); 12479 } 12480 12481 static void 14644 return tm.tm_mon == 2 && tm.tm_mday == 31; 14645 } 14646 14647 static int 12482 14648 bigtime_test (j) 12483 14649 int j; … … 12501 14667 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst) 12502 14668 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst)))) 12503 exit (1);14669 return 0; 12504 14670 } 14671 return 1; 14672 } 14673 14674 static int 14675 year_2050_test () 14676 { 14677 /* The correct answer for 2050-02-01 00:00:00 in Pacific time, 14678 ignoring leap seconds. */ 14679 unsigned long int answer = 2527315200UL; 14680 14681 struct tm tm; 14682 time_t t; 14683 tm.tm_year = 2050 - 1900; 14684 tm.tm_mon = 2 - 1; 14685 tm.tm_mday = 1; 14686 tm.tm_hour = tm.tm_min = tm.tm_sec = 0; 14687 tm.tm_isdst = -1; 14688 14689 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" 14690 instead of "TZ=America/Vancouver" in order to detect the bug even 14691 on systems that don't support the Olson extension, or don't have the 14692 full zoneinfo tables installed. */ 14693 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); 14694 14695 t = mktime (&tm); 14696 14697 /* Check that the result is either a failure, or close enough 14698 to the correct answer that we can assume the discrepancy is 14699 due to leap seconds. */ 14700 return (t == (time_t) -1 14701 || (0 < t && answer - 120 <= t && t <= answer + 120)); 12505 14702 } 12506 14703 … … 12519 14716 continue; 12520 14717 time_t_max--; 14718 if ((time_t) -1 < 0) 14719 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2) 14720 continue; 12521 14721 delta = time_t_max / 997; /* a suitable prime number */ 12522 14722 for (i = 0; i < N_STRINGS; i++) … … 12526 14726 12527 14727 for (t = 0; t <= time_t_max - delta; t += delta) 12528 mktime_test (t); 12529 mktime_test ((time_t) 60 * 60); 12530 mktime_test ((time_t) 60 * 60 * 24); 14728 if (! mktime_test (t)) 14729 return 1; 14730 if (! (mktime_test ((time_t) 1) 14731 && mktime_test ((time_t) (60 * 60)) 14732 && mktime_test ((time_t) (60 * 60 * 24)))) 14733 return 1; 12531 14734 12532 14735 for (j = 1; 0 < j; j *= 2) 12533 bigtime_test (j); 12534 bigtime_test (j - 1); 14736 if (! bigtime_test (j)) 14737 return 1; 14738 if (! bigtime_test (j - 1)) 14739 return 1; 12535 14740 } 12536 irix_6_4_bug (); 12537 spring_forward_gap (); 12538 exit (0); 14741 return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ()); 12539 14742 } 12540 14743 _ACEOF 12541 14744 rm -f conftest$ac_exeext 12542 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12543 (eval $ac_link) 2>&5 14745 if { (ac_try="$ac_link" 14746 case "(($ac_try" in 14747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14748 *) ac_try_echo=$ac_try;; 14749 esac 14750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14751 (eval "$ac_link") 2>&5 12544 14752 ac_status=$? 12545 14753 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12546 14754 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12548 (eval $ac_try) 2>&5 14755 { (case "(($ac_try" in 14756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14757 *) ac_try_echo=$ac_try;; 14758 esac 14759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14760 (eval "$ac_try") 2>&5 12549 14761 ac_status=$? 12550 14762 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 12554 14766 echo "$as_me: program exited with status $ac_status" >&5 12555 14767 echo "$as_me: failed program was:" >&5 12556 cat conftest.$ac_ext >&5 14768 sed 's/^/| /' conftest.$ac_ext >&5 14769 12557 14770 ( exit $ac_status ) 12558 14771 ac_cv_func_working_mktime=no 12559 14772 fi 12560 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12561 fi 12562 fi 12563 echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 12564 echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 14773 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14774 fi 14775 14776 14777 fi 14778 { echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 14779 echo "${ECHO_T}$ac_cv_func_working_mktime" >&6; } 12565 14780 if test $ac_cv_func_working_mktime = no; then 12566 LIBOBJS="$LIBOBJS mktime.$ac_objext" 14781 case " $LIBOBJS " in 14782 *" mktime.$ac_objext "* ) ;; 14783 *) LIBOBJS="$LIBOBJS mktime.$ac_objext" 14784 ;; 14785 esac 14786 12567 14787 fi 12568 14788 … … 12577 14797 do 12578 14798 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12579 if eval "test \"\${$as_ac_Header+set}\" = set"; then12580 echo "$as_me:$LINENO: checking for $ac_header" >&512581 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12582 if eval "test \"\${$as_ac_Header+set}\" = set"; then14799 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 14800 { echo "$as_me:$LINENO: checking for $ac_header" >&5 14801 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 14802 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12583 14803 echo $ECHO_N "(cached) $ECHO_C" >&6 12584 14804 fi 12585 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 12586 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14805 ac_res=`eval echo '${'$as_ac_Header'}'` 14806 { echo "$as_me:$LINENO: result: $ac_res" >&5 14807 echo "${ECHO_T}$ac_res" >&6; } 12587 14808 else 12588 14809 # Is the header compilable? 12589 echo "$as_me:$LINENO: checking $ac_header usability" >&512590 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14810 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 14811 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 12591 14812 cat >conftest.$ac_ext <<_ACEOF 12592 #line $LINENO "configure" 12593 #include "confdefs.h" 14813 /* confdefs.h. */ 14814 _ACEOF 14815 cat confdefs.h >>conftest.$ac_ext 14816 cat >>conftest.$ac_ext <<_ACEOF 14817 /* end confdefs.h. */ 12594 14818 $ac_includes_default 12595 14819 #include <$ac_header> 12596 14820 _ACEOF 12597 14821 rm -f conftest.$ac_objext 12598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 12599 (eval $ac_compile) 2>&5 12600 ac_status=$? 12601 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12602 (exit $ac_status); } && 12603 { ac_try='test -s conftest.$ac_objext' 12604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12605 (eval $ac_try) 2>&5 12606 ac_status=$? 12607 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12608 (exit $ac_status); }; }; then 12609 ac_header_compiler=yes 12610 else 12611 echo "$as_me: failed program was:" >&5 12612 cat conftest.$ac_ext >&5 12613 ac_header_compiler=no 12614 fi 12615 rm -f conftest.$ac_objext conftest.$ac_ext 12616 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 12617 echo "${ECHO_T}$ac_header_compiler" >&6 12618 12619 # Is the header present? 12620 echo "$as_me:$LINENO: checking $ac_header presence" >&5 12621 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 12622 cat >conftest.$ac_ext <<_ACEOF 12623 #line $LINENO "configure" 12624 #include "confdefs.h" 12625 #include <$ac_header> 12626 _ACEOF 12627 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 12628 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12629 ac_status=$? 12630 egrep -v '^ *\+' conftest.er1 >conftest.err 14822 if { (ac_try="$ac_compile" 14823 case "(($ac_try" in 14824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14825 *) ac_try_echo=$ac_try;; 14826 esac 14827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14828 (eval "$ac_compile") 2>conftest.er1 14829 ac_status=$? 14830 grep -v '^ *+' conftest.er1 >conftest.err 12631 14831 rm -f conftest.er1 12632 14832 cat conftest.err >&5 12633 14833 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12634 (exit $ac_status); } >/dev/null; then 12635 if test -s conftest.err; then 12636 ac_cpp_err=$ac_c_preproc_warn_flag 12637 else 12638 ac_cpp_err= 12639 fi 12640 else 12641 ac_cpp_err=yes 12642 fi 12643 if test -z "$ac_cpp_err"; then 14834 (exit $ac_status); } && { 14835 test -z "$ac_c_werror_flag" || 14836 test ! -s conftest.err 14837 } && test -s conftest.$ac_objext; then 14838 ac_header_compiler=yes 14839 else 14840 echo "$as_me: failed program was:" >&5 14841 sed 's/^/| /' conftest.$ac_ext >&5 14842 14843 ac_header_compiler=no 14844 fi 14845 14846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14847 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14848 echo "${ECHO_T}$ac_header_compiler" >&6; } 14849 14850 # Is the header present? 14851 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 14852 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 14853 cat >conftest.$ac_ext <<_ACEOF 14854 /* confdefs.h. */ 14855 _ACEOF 14856 cat confdefs.h >>conftest.$ac_ext 14857 cat >>conftest.$ac_ext <<_ACEOF 14858 /* end confdefs.h. */ 14859 #include <$ac_header> 14860 _ACEOF 14861 if { (ac_try="$ac_cpp conftest.$ac_ext" 14862 case "(($ac_try" in 14863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14864 *) ac_try_echo=$ac_try;; 14865 esac 14866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14867 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 14868 ac_status=$? 14869 grep -v '^ *+' conftest.er1 >conftest.err 14870 rm -f conftest.er1 14871 cat conftest.err >&5 14872 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14873 (exit $ac_status); } >/dev/null && { 14874 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 14875 test ! -s conftest.err 14876 }; then 12644 14877 ac_header_preproc=yes 12645 14878 else 12646 14879 echo "$as_me: failed program was:" >&5 12647 cat conftest.$ac_ext >&5 14880 sed 's/^/| /' conftest.$ac_ext >&5 14881 12648 14882 ac_header_preproc=no 12649 14883 fi 14884 12650 14885 rm -f conftest.err conftest.$ac_ext 12651 echo "$as_me:$LINENO: result: $ac_header_preproc" >&512652 echo "${ECHO_T}$ac_header_preproc" >&6 14886 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 14887 echo "${ECHO_T}$ac_header_preproc" >&6; } 12653 14888 12654 14889 # So? What about this header? 12655 case $ac_header_compiler:$ac_header_preproc in12656 yes:no )14890 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14891 yes:no: ) 12657 14892 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12658 14893 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 12659 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12660 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 12661 no:yes ) 14894 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 14895 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 14896 ac_header_preproc=yes 14897 ;; 14898 no:yes:* ) 12662 14899 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 12663 14900 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 12664 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 12665 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14901 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 14902 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 14903 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 14904 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 14905 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 14906 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 12666 14907 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12667 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 12668 esac 12669 echo "$as_me:$LINENO: checking for $ac_header" >&5 12670 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12671 if eval "test \"\${$as_ac_Header+set}\" = set"; then 14908 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 14909 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 14910 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 14911 ( cat <<\_ASBOX 14912 ## ------------------------------- ## 14913 ## Report this to bug-bash@gnu.org ## 14914 ## ------------------------------- ## 14915 _ASBOX 14916 ) | sed "s/^/$as_me: WARNING: /" >&2 14917 ;; 14918 esac 14919 { echo "$as_me:$LINENO: checking for $ac_header" >&5 14920 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 14921 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12672 14922 echo $ECHO_N "(cached) $ECHO_C" >&6 12673 14923 else 12674 eval "$as_ac_Header=$ac_header_preproc" 12675 fi 12676 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 12677 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14924 eval "$as_ac_Header=\$ac_header_preproc" 14925 fi 14926 ac_res=`eval echo '${'$as_ac_Header'}'` 14927 { echo "$as_me:$LINENO: result: $ac_res" >&5 14928 echo "${ECHO_T}$ac_res" >&6; } 12678 14929 12679 14930 fi … … 12693 14944 do 12694 14945 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12695 if eval "test \"\${$as_ac_Header+set}\" = set"; then12696 echo "$as_me:$LINENO: checking for $ac_header" >&512697 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12698 if eval "test \"\${$as_ac_Header+set}\" = set"; then14946 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 14947 { echo "$as_me:$LINENO: checking for $ac_header" >&5 14948 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 14949 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12699 14950 echo $ECHO_N "(cached) $ECHO_C" >&6 12700 14951 fi 12701 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 12702 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 14952 ac_res=`eval echo '${'$as_ac_Header'}'` 14953 { echo "$as_me:$LINENO: result: $ac_res" >&5 14954 echo "${ECHO_T}$ac_res" >&6; } 12703 14955 else 12704 14956 # Is the header compilable? 12705 echo "$as_me:$LINENO: checking $ac_header usability" >&512706 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14957 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 14958 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 12707 14959 cat >conftest.$ac_ext <<_ACEOF 12708 #line $LINENO "configure" 12709 #include "confdefs.h" 14960 /* confdefs.h. */ 14961 _ACEOF 14962 cat confdefs.h >>conftest.$ac_ext 14963 cat >>conftest.$ac_ext <<_ACEOF 14964 /* end confdefs.h. */ 12710 14965 $ac_includes_default 12711 14966 #include <$ac_header> 12712 14967 _ACEOF 12713 14968 rm -f conftest.$ac_objext 12714 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 12715 (eval $ac_compile) 2>&5 12716 ac_status=$? 12717 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12718 (exit $ac_status); } && 12719 { ac_try='test -s conftest.$ac_objext' 12720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12721 (eval $ac_try) 2>&5 12722 ac_status=$? 12723 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12724 (exit $ac_status); }; }; then 12725 ac_header_compiler=yes 12726 else 12727 echo "$as_me: failed program was:" >&5 12728 cat conftest.$ac_ext >&5 12729 ac_header_compiler=no 12730 fi 12731 rm -f conftest.$ac_objext conftest.$ac_ext 12732 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 12733 echo "${ECHO_T}$ac_header_compiler" >&6 12734 12735 # Is the header present? 12736 echo "$as_me:$LINENO: checking $ac_header presence" >&5 12737 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 12738 cat >conftest.$ac_ext <<_ACEOF 12739 #line $LINENO "configure" 12740 #include "confdefs.h" 12741 #include <$ac_header> 12742 _ACEOF 12743 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 12744 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12745 ac_status=$? 12746 egrep -v '^ *\+' conftest.er1 >conftest.err 14969 if { (ac_try="$ac_compile" 14970 case "(($ac_try" in 14971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14972 *) ac_try_echo=$ac_try;; 14973 esac 14974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14975 (eval "$ac_compile") 2>conftest.er1 14976 ac_status=$? 14977 grep -v '^ *+' conftest.er1 >conftest.err 12747 14978 rm -f conftest.er1 12748 14979 cat conftest.err >&5 12749 14980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12750 (exit $ac_status); } >/dev/null; then 12751 if test -s conftest.err; then 12752 ac_cpp_err=$ac_c_preproc_warn_flag 12753 else 12754 ac_cpp_err= 12755 fi 12756 else 12757 ac_cpp_err=yes 12758 fi 12759 if test -z "$ac_cpp_err"; then 14981 (exit $ac_status); } && { 14982 test -z "$ac_c_werror_flag" || 14983 test ! -s conftest.err 14984 } && test -s conftest.$ac_objext; then 14985 ac_header_compiler=yes 14986 else 14987 echo "$as_me: failed program was:" >&5 14988 sed 's/^/| /' conftest.$ac_ext >&5 14989 14990 ac_header_compiler=no 14991 fi 14992 14993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14994 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14995 echo "${ECHO_T}$ac_header_compiler" >&6; } 14996 14997 # Is the header present? 14998 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 14999 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 15000 cat >conftest.$ac_ext <<_ACEOF 15001 /* confdefs.h. */ 15002 _ACEOF 15003 cat confdefs.h >>conftest.$ac_ext 15004 cat >>conftest.$ac_ext <<_ACEOF 15005 /* end confdefs.h. */ 15006 #include <$ac_header> 15007 _ACEOF 15008 if { (ac_try="$ac_cpp conftest.$ac_ext" 15009 case "(($ac_try" in 15010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15011 *) ac_try_echo=$ac_try;; 15012 esac 15013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15014 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 15015 ac_status=$? 15016 grep -v '^ *+' conftest.er1 >conftest.err 15017 rm -f conftest.er1 15018 cat conftest.err >&5 15019 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15020 (exit $ac_status); } >/dev/null && { 15021 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 15022 test ! -s conftest.err 15023 }; then 12760 15024 ac_header_preproc=yes 12761 15025 else 12762 15026 echo "$as_me: failed program was:" >&5 12763 cat conftest.$ac_ext >&5 15027 sed 's/^/| /' conftest.$ac_ext >&5 15028 12764 15029 ac_header_preproc=no 12765 15030 fi 15031 12766 15032 rm -f conftest.err conftest.$ac_ext 12767 echo "$as_me:$LINENO: result: $ac_header_preproc" >&512768 echo "${ECHO_T}$ac_header_preproc" >&6 15033 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 15034 echo "${ECHO_T}$ac_header_preproc" >&6; } 12769 15035 12770 15036 # So? What about this header? 12771 case $ac_header_compiler:$ac_header_preproc in12772 yes:no )15037 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15038 yes:no: ) 12773 15039 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12774 15040 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 12775 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12776 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 12777 no:yes ) 15041 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 15042 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 15043 ac_header_preproc=yes 15044 ;; 15045 no:yes:* ) 12778 15046 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 12779 15047 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 12780 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 12781 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15048 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15049 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15050 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 15051 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 15052 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 15053 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 12782 15054 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12783 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 12784 esac 12785 echo "$as_me:$LINENO: checking for $ac_header" >&5 12786 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12787 if eval "test \"\${$as_ac_Header+set}\" = set"; then 15055 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15056 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 15057 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 15058 ( cat <<\_ASBOX 15059 ## ------------------------------- ## 15060 ## Report this to bug-bash@gnu.org ## 15061 ## ------------------------------- ## 15062 _ASBOX 15063 ) | sed "s/^/$as_me: WARNING: /" >&2 15064 ;; 15065 esac 15066 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15067 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15068 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 12788 15069 echo $ECHO_N "(cached) $ECHO_C" >&6 12789 15070 else 12790 eval "$as_ac_Header=$ac_header_preproc" 12791 fi 12792 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 12793 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15071 eval "$as_ac_Header=\$ac_header_preproc" 15072 fi 15073 ac_res=`eval echo '${'$as_ac_Header'}'` 15074 { echo "$as_me:$LINENO: result: $ac_res" >&5 15075 echo "${ECHO_T}$ac_res" >&6; } 12794 15076 12795 15077 fi … … 12807 15089 do 12808 15090 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 12809 echo "$as_me:$LINENO: checking for $ac_func" >&512810 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 12811 if eval "test \"\${$as_ac_var+set}\" = set"; then15091 { echo "$as_me:$LINENO: checking for $ac_func" >&5 15092 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 15093 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 12812 15094 echo $ECHO_N "(cached) $ECHO_C" >&6 12813 15095 else 12814 15096 cat >conftest.$ac_ext <<_ACEOF 12815 #line $LINENO "configure" 12816 #include "confdefs.h" 15097 /* confdefs.h. */ 15098 _ACEOF 15099 cat confdefs.h >>conftest.$ac_ext 15100 cat >>conftest.$ac_ext <<_ACEOF 15101 /* end confdefs.h. */ 15102 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 15103 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 15104 #define $ac_func innocuous_$ac_func 15105 12817 15106 /* System header to define __stub macros and hopefully few prototypes, 12818 which can conflict with char $ac_func (); below. */ 12819 #include <assert.h> 12820 /* Override any gcc2 internal prototype to avoid an error. */ 15107 which can conflict with char $ac_func (); below. 15108 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 15109 <limits.h> exists even on freestanding compilers. */ 15110 15111 #ifdef __STDC__ 15112 # include <limits.h> 15113 #else 15114 # include <assert.h> 15115 #endif 15116 15117 #undef $ac_func 15118 15119 /* Override any GCC internal prototype to avoid an error. 15120 Use char because int might match the return type of a GCC 15121 builtin and then its argument prototype would still apply. */ 12821 15122 #ifdef __cplusplus 12822 15123 extern "C" 12823 15124 #endif 12824 /* We use char because int might match the return type of a gcc212825 builtin and then its argument prototype would still apply. */12826 15125 char $ac_func (); 12827 char (*f) (); 12828 12829 #ifdef F77_DUMMY_MAIN 12830 # ifdef __cplusplus 12831 extern "C" 12832 # endif 12833 int F77_DUMMY_MAIN() { return 1; } 15126 /* The GNU C library defines this for functions which it implements 15127 to always fail with ENOSYS. Some functions are actually named 15128 something starting with __ and the normal name is an alias. */ 15129 #if defined __stub_$ac_func || defined __stub___$ac_func 15130 choke me 12834 15131 #endif 15132 12835 15133 int 12836 15134 main () 12837 15135 { 12838 /* The GNU C library defines this for functions which it implements 12839 to always fail with ENOSYS. Some functions are actually named 12840 something starting with __ and the normal name is an alias. */ 12841 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 12842 choke me 12843 #else 12844 f = $ac_func; 12845 #endif 12846 15136 return $ac_func (); 12847 15137 ; 12848 15138 return 0; … … 12850 15140 _ACEOF 12851 15141 rm -f conftest.$ac_objext conftest$ac_exeext 12852 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12853 (eval $ac_link) 2>&5 12854 ac_status=$? 12855 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12856 (exit $ac_status); } && 12857 { ac_try='test -s conftest$ac_exeext' 12858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12859 (eval $ac_try) 2>&5 12860 ac_status=$? 12861 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12862 (exit $ac_status); }; }; then 15142 if { (ac_try="$ac_link" 15143 case "(($ac_try" in 15144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15145 *) ac_try_echo=$ac_try;; 15146 esac 15147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15148 (eval "$ac_link") 2>conftest.er1 15149 ac_status=$? 15150 grep -v '^ *+' conftest.er1 >conftest.err 15151 rm -f conftest.er1 15152 cat conftest.err >&5 15153 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15154 (exit $ac_status); } && { 15155 test -z "$ac_c_werror_flag" || 15156 test ! -s conftest.err 15157 } && test -s conftest$ac_exeext && 15158 $as_test_x conftest$ac_exeext; then 12863 15159 eval "$as_ac_var=yes" 12864 15160 else 12865 15161 echo "$as_me: failed program was:" >&5 12866 cat conftest.$ac_ext >&5 12867 eval "$as_ac_var=no" 12868 fi 12869 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12870 fi 12871 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 12872 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 15162 sed 's/^/| /' conftest.$ac_ext >&5 15163 15164 eval "$as_ac_var=no" 15165 fi 15166 15167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15168 conftest$ac_exeext conftest.$ac_ext 15169 fi 15170 ac_res=`eval echo '${'$as_ac_var'}'` 15171 { echo "$as_me:$LINENO: result: $ac_res" >&5 15172 echo "${ECHO_T}$ac_res" >&6; } 12873 15173 if test `eval echo '${'$as_ac_var'}'` = yes; then 12874 15174 cat >>confdefs.h <<_ACEOF … … 12879 15179 done 12880 15180 12881 echo "$as_me:$LINENO: checking for working mmap" >&512882 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 15181 { echo "$as_me:$LINENO: checking for working mmap" >&5 15182 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } 12883 15183 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then 12884 15184 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 12888 15188 else 12889 15189 cat >conftest.$ac_ext <<_ACEOF 12890 #line $LINENO "configure" 12891 #include "confdefs.h" 15190 /* confdefs.h. */ 15191 _ACEOF 15192 cat confdefs.h >>conftest.$ac_ext 15193 cat >>conftest.$ac_ext <<_ACEOF 15194 /* end confdefs.h. */ 12892 15195 $ac_includes_default 12893 15196 /* malloc might have been renamed as rpl_malloc. */ … … 12919 15222 #include <sys/mman.h> 12920 15223 12921 #if ! STDC_HEADERS && !HAVE_STDLIB_H15224 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H 12922 15225 char *malloc (); 12923 15226 #endif 12924 15227 12925 15228 /* This mess was copied from the GNU getpagesize.h. */ 12926 #if !HAVE_GETPAGESIZE15229 #ifndef HAVE_GETPAGESIZE 12927 15230 /* Assume that all systems that can run configure have sys/param.h. */ 12928 # if !HAVE_SYS_PARAM_H15231 # ifndef HAVE_SYS_PARAM_H 12929 15232 # define HAVE_SYS_PARAM_H 1 12930 15233 # endif … … 12933 15236 # define getpagesize() sysconf(_SC_PAGESIZE) 12934 15237 # else /* no _SC_PAGESIZE */ 12935 # if HAVE_SYS_PARAM_H15238 # ifdef HAVE_SYS_PARAM_H 12936 15239 # include <sys/param.h> 12937 15240 # ifdef EXEC_PAGESIZE … … 12972 15275 data = (char *) malloc (pagesize); 12973 15276 if (!data) 12974 exit (1);15277 return 1; 12975 15278 for (i = 0; i < pagesize; ++i) 12976 15279 *(data + i) = rand (); … … 12978 15281 fd = creat ("conftest.mmap", 0600); 12979 15282 if (fd < 0) 12980 exit (1);15283 return 1; 12981 15284 if (write (fd, data, pagesize) != pagesize) 12982 exit (1);15285 return 1; 12983 15286 close (fd); 12984 15287 … … 12988 15291 fd = open ("conftest.mmap", O_RDWR); 12989 15292 if (fd < 0) 12990 exit (1);15293 return 1; 12991 15294 data2 = (char *) malloc (2 * pagesize); 12992 15295 if (!data2) 12993 exit (1);12994 data2 += (pagesize - (( int) data2 & (pagesize - 1))) & (pagesize - 1);15296 return 1; 15297 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1); 12995 15298 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, 12996 12997 exit (1);15299 MAP_PRIVATE | MAP_FIXED, fd, 0L)) 15300 return 1; 12998 15301 for (i = 0; i < pagesize; ++i) 12999 15302 if (*(data + i) != *(data2 + i)) 13000 exit (1);15303 return 1; 13001 15304 13002 15305 /* Finally, make sure that changes to the mapped area do not … … 13007 15310 data3 = (char *) malloc (pagesize); 13008 15311 if (!data3) 13009 exit (1);15312 return 1; 13010 15313 if (read (fd, data3, pagesize) != pagesize) 13011 exit (1);15314 return 1; 13012 15315 for (i = 0; i < pagesize; ++i) 13013 15316 if (*(data + i) != *(data3 + i)) 13014 exit (1);15317 return 1; 13015 15318 close (fd); 13016 exit (0);15319 return 0; 13017 15320 } 13018 15321 _ACEOF 13019 15322 rm -f conftest$ac_exeext 13020 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13021 (eval $ac_link) 2>&5 15323 if { (ac_try="$ac_link" 15324 case "(($ac_try" in 15325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15326 *) ac_try_echo=$ac_try;; 15327 esac 15328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15329 (eval "$ac_link") 2>&5 13022 15330 ac_status=$? 13023 15331 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13024 15332 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 13025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13026 (eval $ac_try) 2>&5 15333 { (case "(($ac_try" in 15334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15335 *) ac_try_echo=$ac_try;; 15336 esac 15337 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15338 (eval "$ac_try") 2>&5 13027 15339 ac_status=$? 13028 15340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 13032 15344 echo "$as_me: program exited with status $ac_status" >&5 13033 15345 echo "$as_me: failed program was:" >&5 13034 cat conftest.$ac_ext >&5 15346 sed 's/^/| /' conftest.$ac_ext >&5 15347 13035 15348 ( exit $ac_status ) 13036 15349 ac_cv_func_mmap_fixed_mapped=no 13037 15350 fi 13038 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 13039 fi 13040 fi 13041 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 13042 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 15351 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15352 fi 15353 15354 15355 fi 15356 { echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 15357 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } 13043 15358 if test $ac_cv_func_mmap_fixed_mapped = yes; then 13044 15359 … … 13063 15378 do 13064 15379 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 13065 echo "$as_me:$LINENO: checking for $ac_func" >&513066 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 13067 if eval "test \"\${$as_ac_var+set}\" = set"; then15380 { echo "$as_me:$LINENO: checking for $ac_func" >&5 15381 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 15382 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 13068 15383 echo $ECHO_N "(cached) $ECHO_C" >&6 13069 15384 else 13070 15385 cat >conftest.$ac_ext <<_ACEOF 13071 #line $LINENO "configure" 13072 #include "confdefs.h" 15386 /* confdefs.h. */ 15387 _ACEOF 15388 cat confdefs.h >>conftest.$ac_ext 15389 cat >>conftest.$ac_ext <<_ACEOF 15390 /* end confdefs.h. */ 15391 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 15392 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 15393 #define $ac_func innocuous_$ac_func 15394 13073 15395 /* System header to define __stub macros and hopefully few prototypes, 13074 which can conflict with char $ac_func (); below. */ 13075 #include <assert.h> 13076 /* Override any gcc2 internal prototype to avoid an error. */ 15396 which can conflict with char $ac_func (); below. 15397 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 15398 <limits.h> exists even on freestanding compilers. */ 15399 15400 #ifdef __STDC__ 15401 # include <limits.h> 15402 #else 15403 # include <assert.h> 15404 #endif 15405 15406 #undef $ac_func 15407 15408 /* Override any GCC internal prototype to avoid an error. 15409 Use char because int might match the return type of a GCC 15410 builtin and then its argument prototype would still apply. */ 13077 15411 #ifdef __cplusplus 13078 15412 extern "C" 13079 15413 #endif 13080 /* We use char because int might match the return type of a gcc213081 builtin and then its argument prototype would still apply. */13082 15414 char $ac_func (); 13083 char (*f) (); 13084 13085 #ifdef F77_DUMMY_MAIN 13086 # ifdef __cplusplus 13087 extern "C" 13088 # endif 13089 int F77_DUMMY_MAIN() { return 1; } 15415 /* The GNU C library defines this for functions which it implements 15416 to always fail with ENOSYS. Some functions are actually named 15417 something starting with __ and the normal name is an alias. */ 15418 #if defined __stub_$ac_func || defined __stub___$ac_func 15419 choke me 13090 15420 #endif 15421 13091 15422 int 13092 15423 main () 13093 15424 { 13094 /* The GNU C library defines this for functions which it implements 13095 to always fail with ENOSYS. Some functions are actually named 13096 something starting with __ and the normal name is an alias. */ 13097 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 13098 choke me 13099 #else 13100 f = $ac_func; 13101 #endif 13102 15425 return $ac_func (); 13103 15426 ; 13104 15427 return 0; … … 13106 15429 _ACEOF 13107 15430 rm -f conftest.$ac_objext conftest$ac_exeext 13108 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13109 (eval $ac_link) 2>&5 13110 ac_status=$? 13111 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13112 (exit $ac_status); } && 13113 { ac_try='test -s conftest$ac_exeext' 13114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13115 (eval $ac_try) 2>&5 13116 ac_status=$? 13117 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13118 (exit $ac_status); }; }; then 15431 if { (ac_try="$ac_link" 15432 case "(($ac_try" in 15433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15434 *) ac_try_echo=$ac_try;; 15435 esac 15436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15437 (eval "$ac_link") 2>conftest.er1 15438 ac_status=$? 15439 grep -v '^ *+' conftest.er1 >conftest.err 15440 rm -f conftest.er1 15441 cat conftest.err >&5 15442 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15443 (exit $ac_status); } && { 15444 test -z "$ac_c_werror_flag" || 15445 test ! -s conftest.err 15446 } && test -s conftest$ac_exeext && 15447 $as_test_x conftest$ac_exeext; then 13119 15448 eval "$as_ac_var=yes" 13120 15449 else 13121 15450 echo "$as_me: failed program was:" >&5 13122 cat conftest.$ac_ext >&5 13123 eval "$as_ac_var=no" 13124 fi 13125 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13126 fi 13127 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 13128 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 15451 sed 's/^/| /' conftest.$ac_ext >&5 15452 15453 eval "$as_ac_var=no" 15454 fi 15455 15456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15457 conftest$ac_exeext conftest.$ac_ext 15458 fi 15459 ac_res=`eval echo '${'$as_ac_var'}'` 15460 { echo "$as_me:$LINENO: result: $ac_res" >&5 15461 echo "${ECHO_T}$ac_res" >&6; } 13129 15462 if test `eval echo '${'$as_ac_var'}'` = yes; then 13130 15463 cat >>confdefs.h <<_ACEOF … … 13152 15485 do 13153 15486 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 13154 if eval "test \"\${$as_ac_Header+set}\" = set"; then13155 echo "$as_me:$LINENO: checking for $ac_header" >&513156 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 13157 if eval "test \"\${$as_ac_Header+set}\" = set"; then15487 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 15488 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15489 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15490 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 13158 15491 echo $ECHO_N "(cached) $ECHO_C" >&6 13159 15492 fi 13160 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13161 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15493 ac_res=`eval echo '${'$as_ac_Header'}'` 15494 { echo "$as_me:$LINENO: result: $ac_res" >&5 15495 echo "${ECHO_T}$ac_res" >&6; } 13162 15496 else 13163 15497 # Is the header compilable? 13164 echo "$as_me:$LINENO: checking $ac_header usability" >&513165 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15498 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 15499 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 13166 15500 cat >conftest.$ac_ext <<_ACEOF 13167 #line $LINENO "configure" 13168 #include "confdefs.h" 15501 /* confdefs.h. */ 15502 _ACEOF 15503 cat confdefs.h >>conftest.$ac_ext 15504 cat >>conftest.$ac_ext <<_ACEOF 15505 /* end confdefs.h. */ 13169 15506 $ac_includes_default 13170 15507 #include <$ac_header> 13171 15508 _ACEOF 13172 15509 rm -f conftest.$ac_objext 13173 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 13174 (eval $ac_compile) 2>&5 13175 ac_status=$? 13176 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13177 (exit $ac_status); } && 13178 { ac_try='test -s conftest.$ac_objext' 13179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13180 (eval $ac_try) 2>&5 13181 ac_status=$? 13182 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13183 (exit $ac_status); }; }; then 13184 ac_header_compiler=yes 13185 else 13186 echo "$as_me: failed program was:" >&5 13187 cat conftest.$ac_ext >&5 13188 ac_header_compiler=no 13189 fi 13190 rm -f conftest.$ac_objext conftest.$ac_ext 13191 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13192 echo "${ECHO_T}$ac_header_compiler" >&6 13193 13194 # Is the header present? 13195 echo "$as_me:$LINENO: checking $ac_header presence" >&5 13196 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13197 cat >conftest.$ac_ext <<_ACEOF 13198 #line $LINENO "configure" 13199 #include "confdefs.h" 13200 #include <$ac_header> 13201 _ACEOF 13202 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 13203 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 13204 ac_status=$? 13205 egrep -v '^ *\+' conftest.er1 >conftest.err 15510 if { (ac_try="$ac_compile" 15511 case "(($ac_try" in 15512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15513 *) ac_try_echo=$ac_try;; 15514 esac 15515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15516 (eval "$ac_compile") 2>conftest.er1 15517 ac_status=$? 15518 grep -v '^ *+' conftest.er1 >conftest.err 13206 15519 rm -f conftest.er1 13207 15520 cat conftest.err >&5 13208 15521 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13209 (exit $ac_status); } >/dev/null; then 13210 if test -s conftest.err; then 13211 ac_cpp_err=$ac_c_preproc_warn_flag 13212 else 13213 ac_cpp_err= 13214 fi 13215 else 13216 ac_cpp_err=yes 13217 fi 13218 if test -z "$ac_cpp_err"; then 15522 (exit $ac_status); } && { 15523 test -z "$ac_c_werror_flag" || 15524 test ! -s conftest.err 15525 } && test -s conftest.$ac_objext; then 15526 ac_header_compiler=yes 15527 else 15528 echo "$as_me: failed program was:" >&5 15529 sed 's/^/| /' conftest.$ac_ext >&5 15530 15531 ac_header_compiler=no 15532 fi 15533 15534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15535 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15536 echo "${ECHO_T}$ac_header_compiler" >&6; } 15537 15538 # Is the header present? 15539 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 15540 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 15541 cat >conftest.$ac_ext <<_ACEOF 15542 /* confdefs.h. */ 15543 _ACEOF 15544 cat confdefs.h >>conftest.$ac_ext 15545 cat >>conftest.$ac_ext <<_ACEOF 15546 /* end confdefs.h. */ 15547 #include <$ac_header> 15548 _ACEOF 15549 if { (ac_try="$ac_cpp conftest.$ac_ext" 15550 case "(($ac_try" in 15551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15552 *) ac_try_echo=$ac_try;; 15553 esac 15554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15555 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 15556 ac_status=$? 15557 grep -v '^ *+' conftest.er1 >conftest.err 15558 rm -f conftest.er1 15559 cat conftest.err >&5 15560 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15561 (exit $ac_status); } >/dev/null && { 15562 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 15563 test ! -s conftest.err 15564 }; then 13219 15565 ac_header_preproc=yes 13220 15566 else 13221 15567 echo "$as_me: failed program was:" >&5 13222 cat conftest.$ac_ext >&5 15568 sed 's/^/| /' conftest.$ac_ext >&5 15569 13223 15570 ac_header_preproc=no 13224 15571 fi 15572 13225 15573 rm -f conftest.err conftest.$ac_ext 13226 echo "$as_me:$LINENO: result: $ac_header_preproc" >&513227 echo "${ECHO_T}$ac_header_preproc" >&6 15574 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 15575 echo "${ECHO_T}$ac_header_preproc" >&6; } 13228 15576 13229 15577 # So? What about this header? 13230 case $ac_header_compiler:$ac_header_preproc in13231 yes:no )15578 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15579 yes:no: ) 13232 15580 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13233 15581 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13234 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13235 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13236 no:yes ) 15582 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 15583 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 15584 ac_header_preproc=yes 15585 ;; 15586 no:yes:* ) 13237 15587 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13238 15588 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13239 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13240 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15589 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15590 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15591 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 15592 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 15593 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 15594 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 13241 15595 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13242 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13243 esac 13244 echo "$as_me:$LINENO: checking for $ac_header" >&5 13245 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 13246 if eval "test \"\${$as_ac_Header+set}\" = set"; then 15596 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15597 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 15598 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 15599 ( cat <<\_ASBOX 15600 ## ------------------------------- ## 15601 ## Report this to bug-bash@gnu.org ## 15602 ## ------------------------------- ## 15603 _ASBOX 15604 ) | sed "s/^/$as_me: WARNING: /" >&2 15605 ;; 15606 esac 15607 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15608 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15609 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 13247 15610 echo $ECHO_N "(cached) $ECHO_C" >&6 13248 15611 else 13249 eval "$as_ac_Header=$ac_header_preproc" 13250 fi 13251 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13252 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15612 eval "$as_ac_Header=\$ac_header_preproc" 15613 fi 15614 ac_res=`eval echo '${'$as_ac_Header'}'` 15615 { echo "$as_me:$LINENO: result: $ac_res" >&5 15616 echo "${ECHO_T}$ac_res" >&6; } 13253 15617 13254 15618 fi … … 13266 15630 do 13267 15631 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 13268 if eval "test \"\${$as_ac_Header+set}\" = set"; then13269 echo "$as_me:$LINENO: checking for $ac_header" >&513270 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 13271 if eval "test \"\${$as_ac_Header+set}\" = set"; then15632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 15633 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15634 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15635 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 13272 15636 echo $ECHO_N "(cached) $ECHO_C" >&6 13273 15637 fi 13274 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13275 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15638 ac_res=`eval echo '${'$as_ac_Header'}'` 15639 { echo "$as_me:$LINENO: result: $ac_res" >&5 15640 echo "${ECHO_T}$ac_res" >&6; } 13276 15641 else 13277 15642 # Is the header compilable? 13278 echo "$as_me:$LINENO: checking $ac_header usability" >&513279 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15643 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 15644 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 13280 15645 cat >conftest.$ac_ext <<_ACEOF 13281 #line $LINENO "configure" 13282 #include "confdefs.h" 15646 /* confdefs.h. */ 15647 _ACEOF 15648 cat confdefs.h >>conftest.$ac_ext 15649 cat >>conftest.$ac_ext <<_ACEOF 15650 /* end confdefs.h. */ 13283 15651 $ac_includes_default 13284 15652 #include <$ac_header> 13285 15653 _ACEOF 13286 15654 rm -f conftest.$ac_objext 13287 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 13288 (eval $ac_compile) 2>&5 13289 ac_status=$? 13290 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13291 (exit $ac_status); } && 13292 { ac_try='test -s conftest.$ac_objext' 13293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13294 (eval $ac_try) 2>&5 13295 ac_status=$? 13296 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13297 (exit $ac_status); }; }; then 13298 ac_header_compiler=yes 13299 else 13300 echo "$as_me: failed program was:" >&5 13301 cat conftest.$ac_ext >&5 13302 ac_header_compiler=no 13303 fi 13304 rm -f conftest.$ac_objext conftest.$ac_ext 13305 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13306 echo "${ECHO_T}$ac_header_compiler" >&6 13307 13308 # Is the header present? 13309 echo "$as_me:$LINENO: checking $ac_header presence" >&5 13310 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13311 cat >conftest.$ac_ext <<_ACEOF 13312 #line $LINENO "configure" 13313 #include "confdefs.h" 13314 #include <$ac_header> 13315 _ACEOF 13316 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 13317 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 13318 ac_status=$? 13319 egrep -v '^ *\+' conftest.er1 >conftest.err 15655 if { (ac_try="$ac_compile" 15656 case "(($ac_try" in 15657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15658 *) ac_try_echo=$ac_try;; 15659 esac 15660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15661 (eval "$ac_compile") 2>conftest.er1 15662 ac_status=$? 15663 grep -v '^ *+' conftest.er1 >conftest.err 13320 15664 rm -f conftest.er1 13321 15665 cat conftest.err >&5 13322 15666 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13323 (exit $ac_status); } >/dev/null; then 13324 if test -s conftest.err; then 13325 ac_cpp_err=$ac_c_preproc_warn_flag 13326 else 13327 ac_cpp_err= 13328 fi 13329 else 13330 ac_cpp_err=yes 13331 fi 13332 if test -z "$ac_cpp_err"; then 15667 (exit $ac_status); } && { 15668 test -z "$ac_c_werror_flag" || 15669 test ! -s conftest.err 15670 } && test -s conftest.$ac_objext; then 15671 ac_header_compiler=yes 15672 else 15673 echo "$as_me: failed program was:" >&5 15674 sed 's/^/| /' conftest.$ac_ext >&5 15675 15676 ac_header_compiler=no 15677 fi 15678 15679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15680 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15681 echo "${ECHO_T}$ac_header_compiler" >&6; } 15682 15683 # Is the header present? 15684 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 15685 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 15686 cat >conftest.$ac_ext <<_ACEOF 15687 /* confdefs.h. */ 15688 _ACEOF 15689 cat confdefs.h >>conftest.$ac_ext 15690 cat >>conftest.$ac_ext <<_ACEOF 15691 /* end confdefs.h. */ 15692 #include <$ac_header> 15693 _ACEOF 15694 if { (ac_try="$ac_cpp conftest.$ac_ext" 15695 case "(($ac_try" in 15696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15697 *) ac_try_echo=$ac_try;; 15698 esac 15699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15700 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 15701 ac_status=$? 15702 grep -v '^ *+' conftest.er1 >conftest.err 15703 rm -f conftest.er1 15704 cat conftest.err >&5 15705 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15706 (exit $ac_status); } >/dev/null && { 15707 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 15708 test ! -s conftest.err 15709 }; then 13333 15710 ac_header_preproc=yes 13334 15711 else 13335 15712 echo "$as_me: failed program was:" >&5 13336 cat conftest.$ac_ext >&5 15713 sed 's/^/| /' conftest.$ac_ext >&5 15714 13337 15715 ac_header_preproc=no 13338 15716 fi 15717 13339 15718 rm -f conftest.err conftest.$ac_ext 13340 echo "$as_me:$LINENO: result: $ac_header_preproc" >&513341 echo "${ECHO_T}$ac_header_preproc" >&6 15719 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 15720 echo "${ECHO_T}$ac_header_preproc" >&6; } 13342 15721 13343 15722 # So? What about this header? 13344 case $ac_header_compiler:$ac_header_preproc in13345 yes:no )15723 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15724 yes:no: ) 13346 15725 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13347 15726 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13348 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13349 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13350 no:yes ) 15727 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 15728 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 15729 ac_header_preproc=yes 15730 ;; 15731 no:yes:* ) 13351 15732 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13352 15733 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13353 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13354 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15734 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15735 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15736 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 15737 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 15738 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 15739 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 13355 15740 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13356 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13357 esac 13358 echo "$as_me:$LINENO: checking for $ac_header" >&5 13359 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 13360 if eval "test \"\${$as_ac_Header+set}\" = set"; then 15741 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15742 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 15743 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 15744 ( cat <<\_ASBOX 15745 ## ------------------------------- ## 15746 ## Report this to bug-bash@gnu.org ## 15747 ## ------------------------------- ## 15748 _ASBOX 15749 ) | sed "s/^/$as_me: WARNING: /" >&2 15750 ;; 15751 esac 15752 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15753 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15754 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 13361 15755 echo $ECHO_N "(cached) $ECHO_C" >&6 13362 15756 else 13363 eval "$as_ac_Header=$ac_header_preproc" 13364 fi 13365 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13366 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15757 eval "$as_ac_Header=\$ac_header_preproc" 15758 fi 15759 ac_res=`eval echo '${'$as_ac_Header'}'` 15760 { echo "$as_me:$LINENO: result: $ac_res" >&5 15761 echo "${ECHO_T}$ac_res" >&6; } 13367 15762 13368 15763 fi … … 13380 15775 do 13381 15776 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 13382 if eval "test \"\${$as_ac_Header+set}\" = set"; then13383 echo "$as_me:$LINENO: checking for $ac_header" >&513384 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 13385 if eval "test \"\${$as_ac_Header+set}\" = set"; then15777 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 15778 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15779 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15780 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 13386 15781 echo $ECHO_N "(cached) $ECHO_C" >&6 13387 15782 fi 13388 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13389 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15783 ac_res=`eval echo '${'$as_ac_Header'}'` 15784 { echo "$as_me:$LINENO: result: $ac_res" >&5 15785 echo "${ECHO_T}$ac_res" >&6; } 13390 15786 else 13391 15787 # Is the header compilable? 13392 echo "$as_me:$LINENO: checking $ac_header usability" >&513393 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15788 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 15789 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 13394 15790 cat >conftest.$ac_ext <<_ACEOF 13395 #line $LINENO "configure" 13396 #include "confdefs.h" 15791 /* confdefs.h. */ 15792 _ACEOF 15793 cat confdefs.h >>conftest.$ac_ext 15794 cat >>conftest.$ac_ext <<_ACEOF 15795 /* end confdefs.h. */ 13397 15796 $ac_includes_default 13398 15797 #include <$ac_header> 13399 15798 _ACEOF 13400 15799 rm -f conftest.$ac_objext 13401 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 13402 (eval $ac_compile) 2>&5 13403 ac_status=$? 13404 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13405 (exit $ac_status); } && 13406 { ac_try='test -s conftest.$ac_objext' 13407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13408 (eval $ac_try) 2>&5 13409 ac_status=$? 13410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13411 (exit $ac_status); }; }; then 13412 ac_header_compiler=yes 13413 else 13414 echo "$as_me: failed program was:" >&5 13415 cat conftest.$ac_ext >&5 13416 ac_header_compiler=no 13417 fi 13418 rm -f conftest.$ac_objext conftest.$ac_ext 13419 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13420 echo "${ECHO_T}$ac_header_compiler" >&6 13421 13422 # Is the header present? 13423 echo "$as_me:$LINENO: checking $ac_header presence" >&5 13424 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13425 cat >conftest.$ac_ext <<_ACEOF 13426 #line $LINENO "configure" 13427 #include "confdefs.h" 13428 #include <$ac_header> 13429 _ACEOF 13430 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 13431 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 13432 ac_status=$? 13433 egrep -v '^ *\+' conftest.er1 >conftest.err 15800 if { (ac_try="$ac_compile" 15801 case "(($ac_try" in 15802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15803 *) ac_try_echo=$ac_try;; 15804 esac 15805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15806 (eval "$ac_compile") 2>conftest.er1 15807 ac_status=$? 15808 grep -v '^ *+' conftest.er1 >conftest.err 13434 15809 rm -f conftest.er1 13435 15810 cat conftest.err >&5 13436 15811 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13437 (exit $ac_status); } >/dev/null; then 13438 if test -s conftest.err; then 13439 ac_cpp_err=$ac_c_preproc_warn_flag 13440 else 13441 ac_cpp_err= 13442 fi 13443 else 13444 ac_cpp_err=yes 13445 fi 13446 if test -z "$ac_cpp_err"; then 15812 (exit $ac_status); } && { 15813 test -z "$ac_c_werror_flag" || 15814 test ! -s conftest.err 15815 } && test -s conftest.$ac_objext; then 15816 ac_header_compiler=yes 15817 else 15818 echo "$as_me: failed program was:" >&5 15819 sed 's/^/| /' conftest.$ac_ext >&5 15820 15821 ac_header_compiler=no 15822 fi 15823 15824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15825 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15826 echo "${ECHO_T}$ac_header_compiler" >&6; } 15827 15828 # Is the header present? 15829 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 15830 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 15831 cat >conftest.$ac_ext <<_ACEOF 15832 /* confdefs.h. */ 15833 _ACEOF 15834 cat confdefs.h >>conftest.$ac_ext 15835 cat >>conftest.$ac_ext <<_ACEOF 15836 /* end confdefs.h. */ 15837 #include <$ac_header> 15838 _ACEOF 15839 if { (ac_try="$ac_cpp conftest.$ac_ext" 15840 case "(($ac_try" in 15841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15842 *) ac_try_echo=$ac_try;; 15843 esac 15844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15845 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 15846 ac_status=$? 15847 grep -v '^ *+' conftest.er1 >conftest.err 15848 rm -f conftest.er1 15849 cat conftest.err >&5 15850 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15851 (exit $ac_status); } >/dev/null && { 15852 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 15853 test ! -s conftest.err 15854 }; then 13447 15855 ac_header_preproc=yes 13448 15856 else 13449 15857 echo "$as_me: failed program was:" >&5 13450 cat conftest.$ac_ext >&5 15858 sed 's/^/| /' conftest.$ac_ext >&5 15859 13451 15860 ac_header_preproc=no 13452 15861 fi 15862 13453 15863 rm -f conftest.err conftest.$ac_ext 13454 echo "$as_me:$LINENO: result: $ac_header_preproc" >&513455 echo "${ECHO_T}$ac_header_preproc" >&6 15864 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 15865 echo "${ECHO_T}$ac_header_preproc" >&6; } 13456 15866 13457 15867 # So? What about this header? 13458 case $ac_header_compiler:$ac_header_preproc in13459 yes:no )15868 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15869 yes:no: ) 13460 15870 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13461 15871 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13462 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13463 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13464 no:yes ) 15872 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 15873 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 15874 ac_header_preproc=yes 15875 ;; 15876 no:yes:* ) 13465 15877 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13466 15878 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13467 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13468 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15879 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15880 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15881 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 15882 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 15883 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 15884 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 13469 15885 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13470 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; 13471 esac 13472 echo "$as_me:$LINENO: checking for $ac_header" >&5 13473 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 13474 if eval "test \"\${$as_ac_Header+set}\" = set"; then 15886 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15887 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 15888 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 15889 ( cat <<\_ASBOX 15890 ## ------------------------------- ## 15891 ## Report this to bug-bash@gnu.org ## 15892 ## ------------------------------- ## 15893 _ASBOX 15894 ) | sed "s/^/$as_me: WARNING: /" >&2 15895 ;; 15896 esac 15897 { echo "$as_me:$LINENO: checking for $ac_header" >&5 15898 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 15899 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 13475 15900 echo $ECHO_N "(cached) $ECHO_C" >&6 13476 15901 else 13477 eval "$as_ac_Header=$ac_header_preproc" 13478 fi 13479 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13480 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15902 eval "$as_ac_Header=\$ac_header_preproc" 15903 fi 15904 ac_res=`eval echo '${'$as_ac_Header'}'` 15905 { echo "$as_me:$LINENO: result: $ac_res" >&5 15906 echo "${ECHO_T}$ac_res" >&6; } 13481 15907 13482 15908 fi … … 13491 15917 13492 15918 13493 echo "$as_me:$LINENO: checking for mbsrtowcs" >&513494 echo $ECHO_N "checking for mbsrtowcs... $ECHO_C" >&6 15919 { echo "$as_me:$LINENO: checking for mbsrtowcs" >&5 15920 echo $ECHO_N "checking for mbsrtowcs... $ECHO_C" >&6; } 13495 15921 if test "${ac_cv_func_mbsrtowcs+set}" = set; then 13496 15922 echo $ECHO_N "(cached) $ECHO_C" >&6 13497 15923 else 13498 15924 cat >conftest.$ac_ext <<_ACEOF 13499 #line $LINENO "configure" 13500 #include "confdefs.h" 15925 /* confdefs.h. */ 15926 _ACEOF 15927 cat confdefs.h >>conftest.$ac_ext 15928 cat >>conftest.$ac_ext <<_ACEOF 15929 /* end confdefs.h. */ 15930 /* Define mbsrtowcs to an innocuous variant, in case <limits.h> declares mbsrtowcs. 15931 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 15932 #define mbsrtowcs innocuous_mbsrtowcs 15933 13501 15934 /* System header to define __stub macros and hopefully few prototypes, 13502 which can conflict with char mbsrtowcs (); below. */ 13503 #include <assert.h> 13504 /* Override any gcc2 internal prototype to avoid an error. */ 15935 which can conflict with char mbsrtowcs (); below. 15936 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 15937 <limits.h> exists even on freestanding compilers. */ 15938 15939 #ifdef __STDC__ 15940 # include <limits.h> 15941 #else 15942 # include <assert.h> 15943 #endif 15944 15945 #undef mbsrtowcs 15946 15947 /* Override any GCC internal prototype to avoid an error. 15948 Use char because int might match the return type of a GCC 15949 builtin and then its argument prototype would still apply. */ 13505 15950 #ifdef __cplusplus 13506 15951 extern "C" 13507 15952 #endif 13508 /* We use char because int might match the return type of a gcc213509 builtin and then its argument prototype would still apply. */13510 15953 char mbsrtowcs (); 13511 char (*f) (); 13512 13513 #ifdef F77_DUMMY_MAIN 13514 # ifdef __cplusplus 13515 extern "C" 13516 # endif 13517 int F77_DUMMY_MAIN() { return 1; } 15954 /* The GNU C library defines this for functions which it implements 15955 to always fail with ENOSYS. Some functions are actually named 15956 something starting with __ and the normal name is an alias. */ 15957 #if defined __stub_mbsrtowcs || defined __stub___mbsrtowcs 15958 choke me 13518 15959 #endif 15960 13519 15961 int 13520 15962 main () 13521 15963 { 15964 return mbsrtowcs (); 15965 ; 15966 return 0; 15967 } 15968 _ACEOF 15969 rm -f conftest.$ac_objext conftest$ac_exeext 15970 if { (ac_try="$ac_link" 15971 case "(($ac_try" in 15972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15973 *) ac_try_echo=$ac_try;; 15974 esac 15975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15976 (eval "$ac_link") 2>conftest.er1 15977 ac_status=$? 15978 grep -v '^ *+' conftest.er1 >conftest.err 15979 rm -f conftest.er1 15980 cat conftest.err >&5 15981 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15982 (exit $ac_status); } && { 15983 test -z "$ac_c_werror_flag" || 15984 test ! -s conftest.err 15985 } && test -s conftest$ac_exeext && 15986 $as_test_x conftest$ac_exeext; then 15987 ac_cv_func_mbsrtowcs=yes 15988 else 15989 echo "$as_me: failed program was:" >&5 15990 sed 's/^/| /' conftest.$ac_ext >&5 15991 15992 ac_cv_func_mbsrtowcs=no 15993 fi 15994 15995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15996 conftest$ac_exeext conftest.$ac_ext 15997 fi 15998 { echo "$as_me:$LINENO: result: $ac_cv_func_mbsrtowcs" >&5 15999 echo "${ECHO_T}$ac_cv_func_mbsrtowcs" >&6; } 16000 if test $ac_cv_func_mbsrtowcs = yes; then 16001 cat >>confdefs.h <<\_ACEOF 16002 #define HAVE_MBSRTOWCS 1 16003 _ACEOF 16004 16005 fi 16006 16007 { echo "$as_me:$LINENO: checking for mbrtowc" >&5 16008 echo $ECHO_N "checking for mbrtowc... $ECHO_C" >&6; } 16009 if test "${ac_cv_func_mbrtowc+set}" = set; then 16010 echo $ECHO_N "(cached) $ECHO_C" >&6 16011 else 16012 cat >conftest.$ac_ext <<_ACEOF 16013 /* confdefs.h. */ 16014 _ACEOF 16015 cat confdefs.h >>conftest.$ac_ext 16016 cat >>conftest.$ac_ext <<_ACEOF 16017 /* end confdefs.h. */ 16018 /* Define mbrtowc to an innocuous variant, in case <limits.h> declares mbrtowc. 16019 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 16020 #define mbrtowc innocuous_mbrtowc 16021 16022 /* System header to define __stub macros and hopefully few prototypes, 16023 which can conflict with char mbrtowc (); below. 16024 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16025 <limits.h> exists even on freestanding compilers. */ 16026 16027 #ifdef __STDC__ 16028 # include <limits.h> 16029 #else 16030 # include <assert.h> 16031 #endif 16032 16033 #undef mbrtowc 16034 16035 /* Override any GCC internal prototype to avoid an error. 16036 Use char because int might match the return type of a GCC 16037 builtin and then its argument prototype would still apply. */ 16038 #ifdef __cplusplus 16039 extern "C" 16040 #endif 16041 char mbrtowc (); 13522 16042 /* The GNU C library defines this for functions which it implements 13523 16043 to always fail with ENOSYS. Some functions are actually named 13524 16044 something starting with __ and the normal name is an alias. */ 13525 #if defined (__stub_mbsrtowcs) || defined (__stub___mbsrtowcs)16045 #if defined __stub_mbrtowc || defined __stub___mbrtowc 13526 16046 choke me 16047 #endif 16048 16049 int 16050 main () 16051 { 16052 return mbrtowc (); 16053 ; 16054 return 0; 16055 } 16056 _ACEOF 16057 rm -f conftest.$ac_objext conftest$ac_exeext 16058 if { (ac_try="$ac_link" 16059 case "(($ac_try" in 16060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16061 *) ac_try_echo=$ac_try;; 16062 esac 16063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16064 (eval "$ac_link") 2>conftest.er1 16065 ac_status=$? 16066 grep -v '^ *+' conftest.er1 >conftest.err 16067 rm -f conftest.er1 16068 cat conftest.err >&5 16069 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16070 (exit $ac_status); } && { 16071 test -z "$ac_c_werror_flag" || 16072 test ! -s conftest.err 16073 } && test -s conftest$ac_exeext && 16074 $as_test_x conftest$ac_exeext; then 16075 ac_cv_func_mbrtowc=yes 16076 else 16077 echo "$as_me: failed program was:" >&5 16078 sed 's/^/| /' conftest.$ac_ext >&5 16079 16080 ac_cv_func_mbrtowc=no 16081 fi 16082 16083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16084 conftest$ac_exeext conftest.$ac_ext 16085 fi 16086 { echo "$as_me:$LINENO: result: $ac_cv_func_mbrtowc" >&5 16087 echo "${ECHO_T}$ac_cv_func_mbrtowc" >&6; } 16088 if test $ac_cv_func_mbrtowc = yes; then 16089 cat >>confdefs.h <<\_ACEOF 16090 #define HAVE_MBRTOWC 1 16091 _ACEOF 16092 16093 fi 16094 16095 { echo "$as_me:$LINENO: checking for mbrlen" >&5 16096 echo $ECHO_N "checking for mbrlen... $ECHO_C" >&6; } 16097 if test "${ac_cv_func_mbrlen+set}" = set; then 16098 echo $ECHO_N "(cached) $ECHO_C" >&6 16099 else 16100 cat >conftest.$ac_ext <<_ACEOF 16101 /* confdefs.h. */ 16102 _ACEOF 16103 cat confdefs.h >>conftest.$ac_ext 16104 cat >>conftest.$ac_ext <<_ACEOF 16105 /* end confdefs.h. */ 16106 /* Define mbrlen to an innocuous variant, in case <limits.h> declares mbrlen. 16107 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 16108 #define mbrlen innocuous_mbrlen 16109 16110 /* System header to define __stub macros and hopefully few prototypes, 16111 which can conflict with char mbrlen (); below. 16112 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16113 <limits.h> exists even on freestanding compilers. */ 16114 16115 #ifdef __STDC__ 16116 # include <limits.h> 13527 16117 #else 13528 f = mbsrtowcs; 16118 # include <assert.h> 13529 16119 #endif 13530 16120 13531 ; 13532 return 0; 13533 } 13534 _ACEOF 13535 rm -f conftest.$ac_objext conftest$ac_exeext 13536 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13537 (eval $ac_link) 2>&5 13538 ac_status=$? 13539 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13540 (exit $ac_status); } && 13541 { ac_try='test -s conftest$ac_exeext' 13542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13543 (eval $ac_try) 2>&5 13544 ac_status=$? 13545 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13546 (exit $ac_status); }; }; then 13547 ac_cv_func_mbsrtowcs=yes 13548 else 13549 echo "$as_me: failed program was:" >&5 13550 cat conftest.$ac_ext >&5 13551 ac_cv_func_mbsrtowcs=no 13552 fi 13553 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13554 fi 13555 echo "$as_me:$LINENO: result: $ac_cv_func_mbsrtowcs" >&5 13556 echo "${ECHO_T}$ac_cv_func_mbsrtowcs" >&6 13557 if test $ac_cv_func_mbsrtowcs = yes; then 13558 cat >>confdefs.h <<\_ACEOF 13559 #define HAVE_MBSRTOWCS 1 13560 _ACEOF 13561 13562 fi 13563 13564 echo "$as_me:$LINENO: checking for mbrtowc" >&5 13565 echo $ECHO_N "checking for mbrtowc... $ECHO_C" >&6 13566 if test "${ac_cv_func_mbrtowc+set}" = set; then 13567 echo $ECHO_N "(cached) $ECHO_C" >&6 13568 else 13569 cat >conftest.$ac_ext <<_ACEOF 13570 #line $LINENO "configure" 13571 #include "confdefs.h" 13572 /* System header to define __stub macros and hopefully few prototypes, 13573 which can conflict with char mbrtowc (); below. */ 13574 #include <assert.h> 13575 /* Override any gcc2 internal prototype to avoid an error. */ 16121 #undef mbrlen 16122 16123 /* Override any GCC internal prototype to avoid an error. 16124 Use char because int might match the return type of a GCC 16125 builtin and then its argument prototype would still apply. */ 13576 16126 #ifdef __cplusplus 13577 16127 extern "C" 13578 16128 #endif 13579 /* We use char because int might match the return type of a gcc2 13580 builtin and then its argument prototype would still apply. */ 13581 char mbrtowc (); 13582 char (*f) (); 13583 13584 #ifdef F77_DUMMY_MAIN 13585 # ifdef __cplusplus 13586 extern "C" 13587 # endif 13588 int F77_DUMMY_MAIN() { return 1; } 16129 char mbrlen (); 16130 /* The GNU C library defines this for functions which it implements 16131 to always fail with ENOSYS. Some functions are actually named 16132 something starting with __ and the normal name is an alias. */ 16133 #if defined __stub_mbrlen || defined __stub___mbrlen 16134 choke me 13589 16135 #endif 16136 13590 16137 int 13591 16138 main () 13592 16139 { 16140 return mbrlen (); 16141 ; 16142 return 0; 16143 } 16144 _ACEOF 16145 rm -f conftest.$ac_objext conftest$ac_exeext 16146 if { (ac_try="$ac_link" 16147 case "(($ac_try" in 16148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16149 *) ac_try_echo=$ac_try;; 16150 esac 16151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16152 (eval "$ac_link") 2>conftest.er1 16153 ac_status=$? 16154 grep -v '^ *+' conftest.er1 >conftest.err 16155 rm -f conftest.er1 16156 cat conftest.err >&5 16157 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16158 (exit $ac_status); } && { 16159 test -z "$ac_c_werror_flag" || 16160 test ! -s conftest.err 16161 } && test -s conftest$ac_exeext && 16162 $as_test_x conftest$ac_exeext; then 16163 ac_cv_func_mbrlen=yes 16164 else 16165 echo "$as_me: failed program was:" >&5 16166 sed 's/^/| /' conftest.$ac_ext >&5 16167 16168 ac_cv_func_mbrlen=no 16169 fi 16170 16171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16172 conftest$ac_exeext conftest.$ac_ext 16173 fi 16174 { echo "$as_me:$LINENO: result: $ac_cv_func_mbrlen" >&5 16175 echo "${ECHO_T}$ac_cv_func_mbrlen" >&6; } 16176 if test $ac_cv_func_mbrlen = yes; then 16177 cat >>confdefs.h <<\_ACEOF 16178 #define HAVE_MBRLEN 1 16179 _ACEOF 16180 16181 fi 16182 16183 { echo "$as_me:$LINENO: checking for wctomb" >&5 16184 echo $ECHO_N "checking for wctomb... $ECHO_C" >&6; } 16185 if test "${ac_cv_func_wctomb+set}" = set; then 16186 echo $ECHO_N "(cached) $ECHO_C" >&6 16187 else 16188 cat >conftest.$ac_ext <<_ACEOF 16189 /* confdefs.h. */ 16190 _ACEOF 16191 cat confdefs.h >>conftest.$ac_ext 16192 cat >>conftest.$ac_ext <<_ACEOF 16193 /* end confdefs.h. */ 16194 /* Define wctomb to an innocuous variant, in case <limits.h> declares wctomb. 16195 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 16196 #define wctomb innocuous_wctomb 16197 16198 /* System header to define __stub macros and hopefully few prototypes, 16199 which can conflict with char wctomb (); below. 16200 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16201 <limits.h> exists even on freestanding compilers. */ 16202 16203 #ifdef __STDC__ 16204 # include <limits.h> 16205 #else 16206 # include <assert.h> 16207 #endif 16208 16209 #undef wctomb 16210 16211 /* Override any GCC internal prototype to avoid an error. 16212 Use char because int might match the return type of a GCC 16213 builtin and then its argument prototype would still apply. */ 16214 #ifdef __cplusplus 16215 extern "C" 16216 #endif 16217 char wctomb (); 13593 16218 /* The GNU C library defines this for functions which it implements 13594 16219 to always fail with ENOSYS. Some functions are actually named 13595 16220 something starting with __ and the normal name is an alias. */ 13596 #if defined (__stub_mbrtowc) || defined (__stub___mbrtowc)16221 #if defined __stub_wctomb || defined __stub___wctomb 13597 16222 choke me 16223 #endif 16224 16225 int 16226 main () 16227 { 16228 return wctomb (); 16229 ; 16230 return 0; 16231 } 16232 _ACEOF 16233 rm -f conftest.$ac_objext conftest$ac_exeext 16234 if { (ac_try="$ac_link" 16235 case "(($ac_try" in 16236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16237 *) ac_try_echo=$ac_try;; 16238 esac 16239 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16240 (eval "$ac_link") 2>conftest.er1 16241 ac_status=$? 16242 grep -v '^ *+' conftest.er1 >conftest.err 16243 rm -f conftest.er1 16244 cat conftest.err >&5 16245 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16246 (exit $ac_status); } && { 16247 test -z "$ac_c_werror_flag" || 16248 test ! -s conftest.err 16249 } && test -s conftest$ac_exeext && 16250 $as_test_x conftest$ac_exeext; then 16251 ac_cv_func_wctomb=yes 16252 else 16253 echo "$as_me: failed program was:" >&5 16254 sed 's/^/| /' conftest.$ac_ext >&5 16255 16256 ac_cv_func_wctomb=no 16257 fi 16258 16259 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16260 conftest$ac_exeext conftest.$ac_ext 16261 fi 16262 { echo "$as_me:$LINENO: result: $ac_cv_func_wctomb" >&5 16263 echo "${ECHO_T}$ac_cv_func_wctomb" >&6; } 16264 if test $ac_cv_func_wctomb = yes; then 16265 cat >>confdefs.h <<\_ACEOF 16266 #define HAVE_WCTOMB 1 16267 _ACEOF 16268 16269 fi 16270 16271 { echo "$as_me:$LINENO: checking for wcwidth" >&5 16272 echo $ECHO_N "checking for wcwidth... $ECHO_C" >&6; } 16273 if test "${ac_cv_func_wcwidth+set}" = set; then 16274 echo $ECHO_N "(cached) $ECHO_C" >&6 16275 else 16276 cat >conftest.$ac_ext <<_ACEOF 16277 /* confdefs.h. */ 16278 _ACEOF 16279 cat confdefs.h >>conftest.$ac_ext 16280 cat >>conftest.$ac_ext <<_ACEOF 16281 /* end confdefs.h. */ 16282 /* Define wcwidth to an innocuous variant, in case <limits.h> declares wcwidth. 16283 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 16284 #define wcwidth innocuous_wcwidth 16285 16286 /* System header to define __stub macros and hopefully few prototypes, 16287 which can conflict with char wcwidth (); below. 16288 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16289 <limits.h> exists even on freestanding compilers. */ 16290 16291 #ifdef __STDC__ 16292 # include <limits.h> 13598 16293 #else 13599 f = mbrtowc; 16294 # include <assert.h> 13600 16295 #endif 13601 16296 13602 ; 13603 return 0; 13604 } 13605 _ACEOF 13606 rm -f conftest.$ac_objext conftest$ac_exeext 13607 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13608 (eval $ac_link) 2>&5 13609 ac_status=$? 13610 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13611 (exit $ac_status); } && 13612 { ac_try='test -s conftest$ac_exeext' 13613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13614 (eval $ac_try) 2>&5 13615 ac_status=$? 13616 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13617 (exit $ac_status); }; }; then 13618 ac_cv_func_mbrtowc=yes 13619 else 13620 echo "$as_me: failed program was:" >&5 13621 cat conftest.$ac_ext >&5 13622 ac_cv_func_mbrtowc=no 13623 fi 13624 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13625 fi 13626 echo "$as_me:$LINENO: result: $ac_cv_func_mbrtowc" >&5 13627 echo "${ECHO_T}$ac_cv_func_mbrtowc" >&6 13628 if test $ac_cv_func_mbrtowc = yes; then 13629 cat >>confdefs.h <<\_ACEOF 13630 #define HAVE_MBRTOWC 1 13631 _ACEOF 13632 13633 fi 13634 13635 echo "$as_me:$LINENO: checking for mbrlen" >&5 13636 echo $ECHO_N "checking for mbrlen... $ECHO_C" >&6 13637 if test "${ac_cv_func_mbrlen+set}" = set; then 13638 echo $ECHO_N "(cached) $ECHO_C" >&6 13639 else 13640 cat >conftest.$ac_ext <<_ACEOF 13641 #line $LINENO "configure" 13642 #include "confdefs.h" 13643 /* System header to define __stub macros and hopefully few prototypes, 13644 which can conflict with char mbrlen (); below. */ 13645 #include <assert.h> 13646 /* Override any gcc2 internal prototype to avoid an error. */ 16297 #undef wcwidth 16298 16299 /* Override any GCC internal prototype to avoid an error. 16300 Use char because int might match the return type of a GCC 16301 builtin and then its argument prototype would still apply. */ 13647 16302 #ifdef __cplusplus 13648 16303 extern "C" 13649 16304 #endif 13650 /* We use char because int might match the return type of a gcc2 13651 builtin and then its argument prototype would still apply. */ 13652 char mbrlen (); 13653 char (*f) (); 13654 13655 #ifdef F77_DUMMY_MAIN 13656 # ifdef __cplusplus 13657 extern "C" 13658 # endif 13659 int F77_DUMMY_MAIN() { return 1; } 16305 char wcwidth (); 16306 /* The GNU C library defines this for functions which it implements 16307 to always fail with ENOSYS. Some functions are actually named 16308 something starting with __ and the normal name is an alias. */ 16309 #if defined __stub_wcwidth || defined __stub___wcwidth 16310 choke me 13660 16311 #endif 16312 13661 16313 int 13662 16314 main () 13663 16315 { 16316 return wcwidth (); 16317 ; 16318 return 0; 16319 } 16320 _ACEOF 16321 rm -f conftest.$ac_objext conftest$ac_exeext 16322 if { (ac_try="$ac_link" 16323 case "(($ac_try" in 16324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16325 *) ac_try_echo=$ac_try;; 16326 esac 16327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16328 (eval "$ac_link") 2>conftest.er1 16329 ac_status=$? 16330 grep -v '^ *+' conftest.er1 >conftest.err 16331 rm -f conftest.er1 16332 cat conftest.err >&5 16333 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16334 (exit $ac_status); } && { 16335 test -z "$ac_c_werror_flag" || 16336 test ! -s conftest.err 16337 } && test -s conftest$ac_exeext && 16338 $as_test_x conftest$ac_exeext; then 16339 ac_cv_func_wcwidth=yes 16340 else 16341 echo "$as_me: failed program was:" >&5 16342 sed 's/^/| /' conftest.$ac_ext >&5 16343 16344 ac_cv_func_wcwidth=no 16345 fi 16346 16347 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16348 conftest$ac_exeext conftest.$ac_ext 16349 fi 16350 { echo "$as_me:$LINENO: result: $ac_cv_func_wcwidth" >&5 16351 echo "${ECHO_T}$ac_cv_func_wcwidth" >&6; } 16352 if test $ac_cv_func_wcwidth = yes; then 16353 cat >>confdefs.h <<\_ACEOF 16354 #define HAVE_WCWIDTH 1 16355 _ACEOF 16356 16357 fi 16358 16359 { echo "$as_me:$LINENO: checking for wcsdup" >&5 16360 echo $ECHO_N "checking for wcsdup... $ECHO_C" >&6; } 16361 if test "${ac_cv_func_wcsdup+set}" = set; then 16362 echo $ECHO_N "(cached) $ECHO_C" >&6 16363 else 16364 cat >conftest.$ac_ext <<_ACEOF 16365 /* confdefs.h. */ 16366 _ACEOF 16367 cat confdefs.h >>conftest.$ac_ext 16368 cat >>conftest.$ac_ext <<_ACEOF 16369 /* end confdefs.h. */ 16370 /* Define wcsdup to an innocuous variant, in case <limits.h> declares wcsdup. 16371 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 16372 #define wcsdup innocuous_wcsdup 16373 16374 /* System header to define __stub macros and hopefully few prototypes, 16375 which can conflict with char wcsdup (); below. 16376 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16377 <limits.h> exists even on freestanding compilers. */ 16378 16379 #ifdef __STDC__ 16380 # include <limits.h> 16381 #else 16382 # include <assert.h> 16383 #endif 16384 16385 #undef wcsdup 16386 16387 /* Override any GCC internal prototype to avoid an error. 16388 Use char because int might match the return type of a GCC 16389 builtin and then its argument prototype would still apply. */ 16390 #ifdef __cplusplus 16391 extern "C" 16392 #endif 16393 char wcsdup (); 13664 16394 /* The GNU C library defines this for functions which it implements 13665 16395 to always fail with ENOSYS. Some functions are actually named 13666 16396 something starting with __ and the normal name is an alias. */ 13667 #if defined (__stub_mbrlen) || defined (__stub___mbrlen)16397 #if defined __stub_wcsdup || defined __stub___wcsdup 13668 16398 choke me 13669 #else13670 f = mbrlen;13671 16399 #endif 13672 16400 13673 ;13674 return 0;13675 }13676 _ACEOF13677 rm -f conftest.$ac_objext conftest$ac_exeext13678 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&513679 (eval $ac_link) 2>&513680 ac_status=$?13681 echo "$as_me:$LINENO: \$? = $ac_status" >&513682 (exit $ac_status); } &&13683 { ac_try='test -s conftest$ac_exeext'13684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&513685 (eval $ac_try) 2>&513686 ac_status=$?13687 echo "$as_me:$LINENO: \$? = $ac_status" >&513688 (exit $ac_status); }; }; then13689 ac_cv_func_mbrlen=yes13690 else13691 echo "$as_me: failed program was:" >&513692 cat conftest.$ac_ext >&513693 ac_cv_func_mbrlen=no13694 fi13695 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext13696 fi13697 echo "$as_me:$LINENO: result: $ac_cv_func_mbrlen" >&513698 echo "${ECHO_T}$ac_cv_func_mbrlen" >&613699 if test $ac_cv_func_mbrlen = yes; then13700 cat >>confdefs.h <<\_ACEOF13701 #define HAVE_MBRLEN 113702 _ACEOF13703 13704 fi13705 13706 echo "$as_me:$LINENO: checking for wctomb" >&513707 echo $ECHO_N "checking for wctomb... $ECHO_C" >&613708 if test "${ac_cv_func_wctomb+set}" = set; then13709 echo $ECHO_N "(cached) $ECHO_C" >&613710 else13711 cat >conftest.$ac_ext <<_ACEOF13712 #line $LINENO "configure"13713 #include "confdefs.h"13714 /* System header to define __stub macros and hopefully few prototypes,13715 which can conflict with char wctomb (); below. */13716 #include <assert.h>13717 /* Override any gcc2 internal prototype to avoid an error. */13718 #ifdef __cplusplus13719 extern "C"13720 #endif13721 /* We use char because int might match the return type of a gcc213722 builtin and then its argument prototype would still apply. */13723 char wctomb ();13724 char (*f) ();13725 13726 #ifdef F77_DUMMY_MAIN13727 # ifdef __cplusplus13728 extern "C"13729 # endif13730 int F77_DUMMY_MAIN() { return 1; }13731 #endif13732 16401 int 13733 16402 main () 13734 16403 { 13735 /* The GNU C library defines this for functions which it implements 13736 to always fail with ENOSYS. Some functions are actually named 13737 something starting with __ and the normal name is an alias. */ 13738 #if defined (__stub_wctomb) || defined (__stub___wctomb) 13739 choke me 13740 #else 13741 f = wctomb; 13742 #endif 13743 16404 return wcsdup (); 13744 16405 ; 13745 16406 return 0; … … 13747 16408 _ACEOF 13748 16409 rm -f conftest.$ac_objext conftest$ac_exeext 13749 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13750 (eval $ac_link) 2>&5 13751 ac_status=$? 13752 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13753 (exit $ac_status); } && 13754 { ac_try='test -s conftest$ac_exeext' 13755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13756 (eval $ac_try) 2>&5 13757 ac_status=$? 13758 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13759 (exit $ac_status); }; }; then 13760 ac_cv_func_wctomb=yes 16410 if { (ac_try="$ac_link" 16411 case "(($ac_try" in 16412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16413 *) ac_try_echo=$ac_try;; 16414 esac 16415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16416 (eval "$ac_link") 2>conftest.er1 16417 ac_status=$? 16418 grep -v '^ *+' conftest.er1 >conftest.err 16419 rm -f conftest.er1 16420 cat conftest.err >&5 16421 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16422 (exit $ac_status); } && { 16423 test -z "$ac_c_werror_flag" || 16424 test ! -s conftest.err 16425 } && test -s conftest$ac_exeext && 16426 $as_test_x conftest$ac_exeext; then 16427 ac_cv_func_wcsdup=yes 13761 16428 else 13762 16429 echo "$as_me: failed program was:" >&5 13763 cat conftest.$ac_ext >&5 13764 ac_cv_func_wctomb=no 13765 fi 13766 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13767 fi 13768 echo "$as_me:$LINENO: result: $ac_cv_func_wctomb" >&5 13769 echo "${ECHO_T}$ac_cv_func_wctomb" >&6 13770 if test $ac_cv_func_wctomb = yes; then 16430 sed 's/^/| /' conftest.$ac_ext >&5 16431 16432 ac_cv_func_wcsdup=no 16433 fi 16434 16435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16436 conftest$ac_exeext conftest.$ac_ext 16437 fi 16438 { echo "$as_me:$LINENO: result: $ac_cv_func_wcsdup" >&5 16439 echo "${ECHO_T}$ac_cv_func_wcsdup" >&6; } 16440 if test $ac_cv_func_wcsdup = yes; then 13771 16441 cat >>confdefs.h <<\_ACEOF 13772 #define HAVE_WCTOMB 1 13773 _ACEOF 13774 13775 fi 13776 13777 echo "$as_me:$LINENO: checking for wcwidth" >&5 13778 echo $ECHO_N "checking for wcwidth... $ECHO_C" >&6 13779 if test "${ac_cv_func_wcwidth+set}" = set; then 16442 #define HAVE_WCSDUP 1 16443 _ACEOF 16444 16445 fi 16446 16447 16448 { echo "$as_me:$LINENO: checking for mbstate_t" >&5 16449 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; } 16450 if test "${bash_cv_have_mbstate_t+set}" = set; then 13780 16451 echo $ECHO_N "(cached) $ECHO_C" >&6 13781 16452 else 13782 16453 cat >conftest.$ac_ext <<_ACEOF 13783 #line $LINENO "configure" 13784 #include "confdefs.h" 13785 /* System header to define __stub macros and hopefully few prototypes, 13786 which can conflict with char wcwidth (); below. */ 13787 #include <assert.h> 13788 /* Override any gcc2 internal prototype to avoid an error. */ 13789 #ifdef __cplusplus 13790 extern "C" 13791 #endif 13792 /* We use char because int might match the return type of a gcc2 13793 builtin and then its argument prototype would still apply. */ 13794 char wcwidth (); 13795 char (*f) (); 13796 13797 #ifdef F77_DUMMY_MAIN 13798 # ifdef __cplusplus 13799 extern "C" 13800 # endif 13801 int F77_DUMMY_MAIN() { return 1; } 13802 #endif 16454 /* confdefs.h. */ 16455 _ACEOF 16456 cat confdefs.h >>conftest.$ac_ext 16457 cat >>conftest.$ac_ext <<_ACEOF 16458 /* end confdefs.h. */ 16459 16460 #include <wchar.h> 13803 16461 int 13804 16462 main () 13805 16463 { 13806 /* The GNU C library defines this for functions which it implements13807 to always fail with ENOSYS. Some functions are actually named13808 something starting with __ and the normal name is an alias. */13809 #if defined (__stub_wcwidth) || defined (__stub___wcwidth)13810 choke me13811 #else13812 f = wcwidth;13813 #endif13814 13815 ;13816 return 0;13817 }13818 _ACEOF13819 rm -f conftest.$ac_objext conftest$ac_exeext13820 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&513821 (eval $ac_link) 2>&513822 ac_status=$?13823 echo "$as_me:$LINENO: \$? = $ac_status" >&513824 (exit $ac_status); } &&13825 { ac_try='test -s conftest$ac_exeext'13826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&513827 (eval $ac_try) 2>&513828 ac_status=$?13829 echo "$as_me:$LINENO: \$? = $ac_status" >&513830 (exit $ac_status); }; }; then13831 ac_cv_func_wcwidth=yes13832 else13833 echo "$as_me: failed program was:" >&513834 cat conftest.$ac_ext >&513835 ac_cv_func_wcwidth=no13836 fi13837 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext13838 fi13839 echo "$as_me:$LINENO: result: $ac_cv_func_wcwidth" >&513840 echo "${ECHO_T}$ac_cv_func_wcwidth" >&613841 if test $ac_cv_func_wcwidth = yes; then13842 cat >>confdefs.h <<\_ACEOF13843 #define HAVE_WCWIDTH 113844 _ACEOF13845 13846 fi13847 13848 echo "$as_me:$LINENO: checking for wcsdup" >&513849 echo $ECHO_N "checking for wcsdup... $ECHO_C" >&613850 if test "${ac_cv_func_wcsdup+set}" = set; then13851 echo $ECHO_N "(cached) $ECHO_C" >&613852 else13853 cat >conftest.$ac_ext <<_ACEOF13854 #line $LINENO "configure"13855 #include "confdefs.h"13856 /* System header to define __stub macros and hopefully few prototypes,13857 which can conflict with char wcsdup (); below. */13858 #include <assert.h>13859 /* Override any gcc2 internal prototype to avoid an error. */13860 #ifdef __cplusplus13861 extern "C"13862 #endif13863 /* We use char because int might match the return type of a gcc213864 builtin and then its argument prototype would still apply. */13865 char wcsdup ();13866 char (*f) ();13867 13868 #ifdef F77_DUMMY_MAIN13869 # ifdef __cplusplus13870 extern "C"13871 # endif13872 int F77_DUMMY_MAIN() { return 1; }13873 #endif13874 int13875 main ()13876 {13877 /* The GNU C library defines this for functions which it implements13878 to always fail with ENOSYS. Some functions are actually named13879 something starting with __ and the normal name is an alias. */13880 #if defined (__stub_wcsdup) || defined (__stub___wcsdup)13881 choke me13882 #else13883 f = wcsdup;13884 #endif13885 13886 ;13887 return 0;13888 }13889 _ACEOF13890 rm -f conftest.$ac_objext conftest$ac_exeext13891 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&513892 (eval $ac_link) 2>&513893 ac_status=$?13894 echo "$as_me:$LINENO: \$? = $ac_status" >&513895 (exit $ac_status); } &&13896 { ac_try='test -s conftest$ac_exeext'13897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&513898 (eval $ac_try) 2>&513899 ac_status=$?13900 echo "$as_me:$LINENO: \$? = $ac_status" >&513901 (exit $ac_status); }; }; then13902 ac_cv_func_wcsdup=yes13903 else13904 echo "$as_me: failed program was:" >&513905 cat conftest.$ac_ext >&513906 ac_cv_func_wcsdup=no13907 fi13908 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext13909 fi13910 echo "$as_me:$LINENO: result: $ac_cv_func_wcsdup" >&513911 echo "${ECHO_T}$ac_cv_func_wcsdup" >&613912 if test $ac_cv_func_wcsdup = yes; then13913 cat >>confdefs.h <<\_ACEOF13914 #define HAVE_WCSDUP 113915 _ACEOF13916 13917 fi13918 13919 13920 echo "$as_me:$LINENO: checking for mbstate_t" >&513921 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&613922 if test "${bash_cv_have_mbstate_t+set}" = set; then13923 echo $ECHO_N "(cached) $ECHO_C" >&613924 else13925 cat >conftest.$ac_ext <<_ACEOF13926 #line $LINENO "configure"13927 #include "confdefs.h"13928 13929 #include <wchar.h>13930 #ifdef F77_DUMMY_MAIN13931 # ifdef __cplusplus13932 extern "C"13933 # endif13934 int F77_DUMMY_MAIN() { return 1; }13935 #endif13936 int13937 main ()13938 {13939 16464 13940 16465 mbstate_t ps; … … 13947 16472 _ACEOF 13948 16473 rm -f conftest.$ac_objext 13949 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 13950 (eval $ac_compile) 2>&5 13951 ac_status=$? 13952 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13953 (exit $ac_status); } && 13954 { ac_try='test -s conftest.$ac_objext' 13955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13956 (eval $ac_try) 2>&5 13957 ac_status=$? 13958 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13959 (exit $ac_status); }; }; then 16474 if { (ac_try="$ac_compile" 16475 case "(($ac_try" in 16476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16477 *) ac_try_echo=$ac_try;; 16478 esac 16479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16480 (eval "$ac_compile") 2>conftest.er1 16481 ac_status=$? 16482 grep -v '^ *+' conftest.er1 >conftest.err 16483 rm -f conftest.er1 16484 cat conftest.err >&5 16485 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16486 (exit $ac_status); } && { 16487 test -z "$ac_c_werror_flag" || 16488 test ! -s conftest.err 16489 } && test -s conftest.$ac_objext; then 13960 16490 bash_cv_have_mbstate_t=yes 13961 16491 else 13962 16492 echo "$as_me: failed program was:" >&5 13963 cat conftest.$ac_ext >&5 13964 bash_cv_have_mbstate_t=no 13965 fi 13966 rm -f conftest.$ac_objext conftest.$ac_ext 13967 fi 13968 echo "$as_me:$LINENO: result: $bash_cv_have_mbstate_t" >&5 13969 echo "${ECHO_T}$bash_cv_have_mbstate_t" >&6 16493 sed 's/^/| /' conftest.$ac_ext >&5 16494 16495 bash_cv_have_mbstate_t=no 16496 fi 16497 16498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16499 fi 16500 { echo "$as_me:$LINENO: result: $bash_cv_have_mbstate_t" >&5 16501 echo "${ECHO_T}$bash_cv_have_mbstate_t" >&6; } 13970 16502 if test $bash_cv_have_mbstate_t = yes; then 13971 16503 cat >>confdefs.h <<\_ACEOF … … 13975 16507 fi 13976 16508 13977 echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&513978 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 16509 { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 16510 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; } 13979 16511 if test "${bash_cv_langinfo_codeset+set}" = set; then 13980 16512 echo $ECHO_N "(cached) $ECHO_C" >&6 13981 16513 else 13982 16514 cat >conftest.$ac_ext <<_ACEOF 13983 #line $LINENO "configure" 13984 #include "confdefs.h" 16515 /* confdefs.h. */ 16516 _ACEOF 16517 cat confdefs.h >>conftest.$ac_ext 16518 cat >>conftest.$ac_ext <<_ACEOF 16519 /* end confdefs.h. */ 13985 16520 #include <langinfo.h> 13986 #ifdef F77_DUMMY_MAIN13987 # ifdef __cplusplus13988 extern "C"13989 # endif13990 int F77_DUMMY_MAIN() { return 1; }13991 #endif13992 16521 int 13993 16522 main () … … 13999 16528 _ACEOF 14000 16529 rm -f conftest.$ac_objext conftest$ac_exeext 14001 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14002 (eval $ac_link) 2>&5 14003 ac_status=$? 14004 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14005 (exit $ac_status); } && 14006 { ac_try='test -s conftest$ac_exeext' 14007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14008 (eval $ac_try) 2>&5 14009 ac_status=$? 14010 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14011 (exit $ac_status); }; }; then 16530 if { (ac_try="$ac_link" 16531 case "(($ac_try" in 16532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16533 *) ac_try_echo=$ac_try;; 16534 esac 16535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16536 (eval "$ac_link") 2>conftest.er1 16537 ac_status=$? 16538 grep -v '^ *+' conftest.er1 >conftest.err 16539 rm -f conftest.er1 16540 cat conftest.err >&5 16541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16542 (exit $ac_status); } && { 16543 test -z "$ac_c_werror_flag" || 16544 test ! -s conftest.err 16545 } && test -s conftest$ac_exeext && 16546 $as_test_x conftest$ac_exeext; then 14012 16547 bash_cv_langinfo_codeset=yes 14013 16548 else 14014 16549 echo "$as_me: failed program was:" >&5 14015 cat conftest.$ac_ext >&5 14016 bash_cv_langinfo_codeset=no 14017 fi 14018 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14019 fi 14020 echo "$as_me:$LINENO: result: $bash_cv_langinfo_codeset" >&5 14021 echo "${ECHO_T}$bash_cv_langinfo_codeset" >&6 16550 sed 's/^/| /' conftest.$ac_ext >&5 16551 16552 bash_cv_langinfo_codeset=no 16553 fi 16554 16555 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16556 conftest$ac_exeext conftest.$ac_ext 16557 fi 16558 { echo "$as_me:$LINENO: result: $bash_cv_langinfo_codeset" >&5 16559 echo "${ECHO_T}$bash_cv_langinfo_codeset" >&6; } 14022 16560 if test $bash_cv_langinfo_codeset = yes; then 14023 16561 cat >>confdefs.h <<\_ACEOF … … 14031 16569 if test "$opt_static_link" != yes; then 14032 16570 14033 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&514034 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 16571 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 16572 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } 14035 16573 if test "${ac_cv_lib_dl_dlopen+set}" = set; then 14036 16574 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 14039 16577 LIBS="-ldl $LIBS" 14040 16578 cat >conftest.$ac_ext <<_ACEOF 14041 #line $LINENO "configure" 14042 #include "confdefs.h" 14043 14044 /* Override any gcc2 internal prototype to avoid an error. */ 16579 /* confdefs.h. */ 16580 _ACEOF 16581 cat confdefs.h >>conftest.$ac_ext 16582 cat >>conftest.$ac_ext <<_ACEOF 16583 /* end confdefs.h. */ 16584 16585 /* Override any GCC internal prototype to avoid an error. 16586 Use char because int might match the return type of a GCC 16587 builtin and then its argument prototype would still apply. */ 14045 16588 #ifdef __cplusplus 14046 16589 extern "C" 14047 16590 #endif 14048 /* We use char because int might match the return type of a gcc214049 builtin and then its argument prototype would still apply. */14050 16591 char dlopen (); 14051 #ifdef F77_DUMMY_MAIN14052 # ifdef __cplusplus14053 extern "C"14054 # endif14055 int F77_DUMMY_MAIN() { return 1; }14056 #endif14057 16592 int 14058 16593 main () 14059 16594 { 14060 dlopen ();16595 return dlopen (); 14061 16596 ; 14062 16597 return 0; … … 14064 16599 _ACEOF 14065 16600 rm -f conftest.$ac_objext conftest$ac_exeext 14066 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14067 (eval $ac_link) 2>&5 14068 ac_status=$? 14069 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14070 (exit $ac_status); } && 14071 { ac_try='test -s conftest$ac_exeext' 14072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14073 (eval $ac_try) 2>&5 14074 ac_status=$? 14075 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14076 (exit $ac_status); }; }; then 16601 if { (ac_try="$ac_link" 16602 case "(($ac_try" in 16603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16604 *) ac_try_echo=$ac_try;; 16605 esac 16606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16607 (eval "$ac_link") 2>conftest.er1 16608 ac_status=$? 16609 grep -v '^ *+' conftest.er1 >conftest.err 16610 rm -f conftest.er1 16611 cat conftest.err >&5 16612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16613 (exit $ac_status); } && { 16614 test -z "$ac_c_werror_flag" || 16615 test ! -s conftest.err 16616 } && test -s conftest$ac_exeext && 16617 $as_test_x conftest$ac_exeext; then 14077 16618 ac_cv_lib_dl_dlopen=yes 14078 16619 else 14079 16620 echo "$as_me: failed program was:" >&5 14080 cat conftest.$ac_ext >&5 14081 ac_cv_lib_dl_dlopen=no 14082 fi 14083 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16621 sed 's/^/| /' conftest.$ac_ext >&5 16622 16623 ac_cv_lib_dl_dlopen=no 16624 fi 16625 16626 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16627 conftest$ac_exeext conftest.$ac_ext 14084 16628 LIBS=$ac_check_lib_save_LIBS 14085 16629 fi 14086 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&514087 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 16630 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 16631 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } 14088 16632 if test $ac_cv_lib_dl_dlopen = yes; then 14089 16633 cat >>confdefs.h <<_ACEOF … … 14101 16645 do 14102 16646 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 14103 echo "$as_me:$LINENO: checking for $ac_func" >&514104 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 14105 if eval "test \"\${$as_ac_var+set}\" = set"; then16647 { echo "$as_me:$LINENO: checking for $ac_func" >&5 16648 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 16649 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 14106 16650 echo $ECHO_N "(cached) $ECHO_C" >&6 14107 16651 else 14108 16652 cat >conftest.$ac_ext <<_ACEOF 14109 #line $LINENO "configure" 14110 #include "confdefs.h" 16653 /* confdefs.h. */ 16654 _ACEOF 16655 cat confdefs.h >>conftest.$ac_ext 16656 cat >>conftest.$ac_ext <<_ACEOF 16657 /* end confdefs.h. */ 16658 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 16659 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 16660 #define $ac_func innocuous_$ac_func 16661 14111 16662 /* System header to define __stub macros and hopefully few prototypes, 14112 which can conflict with char $ac_func (); below. */ 14113 #include <assert.h> 14114 /* Override any gcc2 internal prototype to avoid an error. */ 16663 which can conflict with char $ac_func (); below. 16664 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16665 <limits.h> exists even on freestanding compilers. */ 16666 16667 #ifdef __STDC__ 16668 # include <limits.h> 16669 #else 16670 # include <assert.h> 16671 #endif 16672 16673 #undef $ac_func 16674 16675 /* Override any GCC internal prototype to avoid an error. 16676 Use char because int might match the return type of a GCC 16677 builtin and then its argument prototype would still apply. */ 14115 16678 #ifdef __cplusplus 14116 16679 extern "C" 14117 16680 #endif 14118 /* We use char because int might match the return type of a gcc214119 builtin and then its argument prototype would still apply. */14120 16681 char $ac_func (); 14121 char (*f) (); 14122 14123 #ifdef F77_DUMMY_MAIN 14124 # ifdef __cplusplus 14125 extern "C" 14126 # endif 14127 int F77_DUMMY_MAIN() { return 1; } 16682 /* The GNU C library defines this for functions which it implements 16683 to always fail with ENOSYS. Some functions are actually named 16684 something starting with __ and the normal name is an alias. */ 16685 #if defined __stub_$ac_func || defined __stub___$ac_func 16686 choke me 14128 16687 #endif 16688 14129 16689 int 14130 16690 main () 14131 16691 { 14132 /* The GNU C library defines this for functions which it implements 14133 to always fail with ENOSYS. Some functions are actually named 14134 something starting with __ and the normal name is an alias. */ 14135 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 14136 choke me 14137 #else 14138 f = $ac_func; 14139 #endif 14140 16692 return $ac_func (); 14141 16693 ; 14142 16694 return 0; … … 14144 16696 _ACEOF 14145 16697 rm -f conftest.$ac_objext conftest$ac_exeext 14146 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14147 (eval $ac_link) 2>&5 14148 ac_status=$? 14149 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14150 (exit $ac_status); } && 14151 { ac_try='test -s conftest$ac_exeext' 14152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14153 (eval $ac_try) 2>&5 14154 ac_status=$? 14155 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14156 (exit $ac_status); }; }; then 16698 if { (ac_try="$ac_link" 16699 case "(($ac_try" in 16700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16701 *) ac_try_echo=$ac_try;; 16702 esac 16703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16704 (eval "$ac_link") 2>conftest.er1 16705 ac_status=$? 16706 grep -v '^ *+' conftest.er1 >conftest.err 16707 rm -f conftest.er1 16708 cat conftest.err >&5 16709 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16710 (exit $ac_status); } && { 16711 test -z "$ac_c_werror_flag" || 16712 test ! -s conftest.err 16713 } && test -s conftest$ac_exeext && 16714 $as_test_x conftest$ac_exeext; then 14157 16715 eval "$as_ac_var=yes" 14158 16716 else 14159 16717 echo "$as_me: failed program was:" >&5 14160 cat conftest.$ac_ext >&5 14161 eval "$as_ac_var=no" 14162 fi 14163 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14164 fi 14165 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 14166 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 16718 sed 's/^/| /' conftest.$ac_ext >&5 16719 16720 eval "$as_ac_var=no" 16721 fi 16722 16723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16724 conftest$ac_exeext conftest.$ac_ext 16725 fi 16726 ac_res=`eval echo '${'$as_ac_var'}'` 16727 { echo "$as_me:$LINENO: result: $ac_res" >&5 16728 echo "${ECHO_T}$ac_res" >&6; } 14167 16729 if test `eval echo '${'$as_ac_var'}'` = yes; then 14168 16730 cat >>confdefs.h <<_ACEOF … … 14175 16737 fi 14176 16738 14177 echo "$as_me:$LINENO: checking for sys_siglist declaration in signal.h or unistd.h" >&514178 echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&614179 if test "${ac_cv_ decl_sys_siglist+set}" = set; then16739 { echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5 16740 echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6; } 16741 if test "${ac_cv_have_decl_sys_siglist+set}" = set; then 14180 16742 echo $ECHO_N "(cached) $ECHO_C" >&6 14181 16743 else 14182 16744 cat >conftest.$ac_ext <<_ACEOF 14183 #line $LINENO "configure" 14184 #include "confdefs.h" 14185 #include <sys/types.h> 16745 /* confdefs.h. */ 16746 _ACEOF 16747 cat confdefs.h >>conftest.$ac_ext 16748 cat >>conftest.$ac_ext <<_ACEOF 16749 /* end confdefs.h. */ 14186 16750 #include <signal.h> 14187 16751 /* NetBSD declares sys_siglist in unistd.h. */ 14188 #if HAVE_UNISTD_H16752 #ifdef HAVE_UNISTD_H 14189 16753 # include <unistd.h> 14190 16754 #endif 14191 16755 14192 #ifdef F77_DUMMY_MAIN 14193 # ifdef __cplusplus 14194 extern "C" 14195 # endif 14196 int F77_DUMMY_MAIN() { return 1; } 14197 #endif 16756 14198 16757 int 14199 16758 main () 14200 16759 { 14201 char *msg = *(sys_siglist + 1); 16760 #ifndef sys_siglist 16761 (void) sys_siglist; 16762 #endif 16763 14202 16764 ; 14203 16765 return 0; … … 14205 16767 _ACEOF 14206 16768 rm -f conftest.$ac_objext 14207 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14208 (eval $ac_compile) 2>&5 14209 ac_status=$? 14210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14211 (exit $ac_status); } && 14212 { ac_try='test -s conftest.$ac_objext' 14213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14214 (eval $ac_try) 2>&5 14215 ac_status=$? 14216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14217 (exit $ac_status); }; }; then 14218 ac_cv_decl_sys_siglist=yes 16769 if { (ac_try="$ac_compile" 16770 case "(($ac_try" in 16771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16772 *) ac_try_echo=$ac_try;; 16773 esac 16774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16775 (eval "$ac_compile") 2>conftest.er1 16776 ac_status=$? 16777 grep -v '^ *+' conftest.er1 >conftest.err 16778 rm -f conftest.er1 16779 cat conftest.err >&5 16780 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16781 (exit $ac_status); } && { 16782 test -z "$ac_c_werror_flag" || 16783 test ! -s conftest.err 16784 } && test -s conftest.$ac_objext; then 16785 ac_cv_have_decl_sys_siglist=yes 14219 16786 else 14220 16787 echo "$as_me: failed program was:" >&5 14221 cat conftest.$ac_ext >&5 14222 ac_cv_decl_sys_siglist=no 14223 fi 14224 rm -f conftest.$ac_objext conftest.$ac_ext 14225 fi 14226 echo "$as_me:$LINENO: result: $ac_cv_decl_sys_siglist" >&5 14227 echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 14228 if test $ac_cv_decl_sys_siglist = yes; then 14229 14230 cat >>confdefs.h <<\_ACEOF 14231 #define SYS_SIGLIST_DECLARED 1 14232 _ACEOF 14233 14234 fi 16788 sed 's/^/| /' conftest.$ac_ext >&5 16789 16790 ac_cv_have_decl_sys_siglist=no 16791 fi 16792 16793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16794 fi 16795 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 16796 echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6; } 16797 if test $ac_cv_have_decl_sys_siglist = yes; then 16798 16799 cat >>confdefs.h <<_ACEOF 16800 #define HAVE_DECL_SYS_SIGLIST 1 16801 _ACEOF 16802 16803 16804 else 16805 cat >>confdefs.h <<_ACEOF 16806 #define HAVE_DECL_SYS_SIGLIST 0 16807 _ACEOF 16808 16809 16810 fi 16811 16812 14235 16813 14236 16814 14237 16815 if test "$ac_cv_func_inet_aton" != 'yes'; then 14238 16816 14239 echo "$as_me:$LINENO: checking for inet_aton" >&514240 echo $ECHO_N "checking for inet_aton... $ECHO_C" >&6 16817 { echo "$as_me:$LINENO: checking for inet_aton" >&5 16818 echo $ECHO_N "checking for inet_aton... $ECHO_C" >&6; } 14241 16819 if test "${bash_cv_func_inet_aton+set}" = set; then 14242 16820 echo $ECHO_N "(cached) $ECHO_C" >&6 14243 16821 else 14244 16822 cat >conftest.$ac_ext <<_ACEOF 14245 #line $LINENO "configure" 14246 #include "confdefs.h" 16823 /* confdefs.h. */ 16824 _ACEOF 16825 cat confdefs.h >>conftest.$ac_ext 16826 cat >>conftest.$ac_ext <<_ACEOF 16827 /* end confdefs.h. */ 14247 16828 14248 16829 #include <sys/types.h> … … 14250 16831 #include <arpa/inet.h> 14251 16832 struct in_addr ap; 14252 #ifdef F77_DUMMY_MAIN14253 # ifdef __cplusplus14254 extern "C"14255 # endif14256 int F77_DUMMY_MAIN() { return 1; }14257 #endif14258 16833 int 14259 16834 main () … … 14265 16840 _ACEOF 14266 16841 rm -f conftest.$ac_objext conftest$ac_exeext 14267 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14268 (eval $ac_link) 2>&5 14269 ac_status=$? 14270 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14271 (exit $ac_status); } && 14272 { ac_try='test -s conftest$ac_exeext' 14273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14274 (eval $ac_try) 2>&5 14275 ac_status=$? 14276 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14277 (exit $ac_status); }; }; then 16842 if { (ac_try="$ac_link" 16843 case "(($ac_try" in 16844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16845 *) ac_try_echo=$ac_try;; 16846 esac 16847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16848 (eval "$ac_link") 2>conftest.er1 16849 ac_status=$? 16850 grep -v '^ *+' conftest.er1 >conftest.err 16851 rm -f conftest.er1 16852 cat conftest.err >&5 16853 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16854 (exit $ac_status); } && { 16855 test -z "$ac_c_werror_flag" || 16856 test ! -s conftest.err 16857 } && test -s conftest$ac_exeext && 16858 $as_test_x conftest$ac_exeext; then 14278 16859 bash_cv_func_inet_aton=yes 14279 16860 else 14280 16861 echo "$as_me: failed program was:" >&5 14281 cat conftest.$ac_ext >&5 14282 bash_cv_func_inet_aton=no 14283 fi 14284 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14285 fi 14286 echo "$as_me:$LINENO: result: $bash_cv_func_inet_aton" >&5 14287 echo "${ECHO_T}$bash_cv_func_inet_aton" >&6 16862 sed 's/^/| /' conftest.$ac_ext >&5 16863 16864 bash_cv_func_inet_aton=no 16865 fi 16866 16867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16868 conftest$ac_exeext conftest.$ac_ext 16869 fi 16870 { echo "$as_me:$LINENO: result: $bash_cv_func_inet_aton" >&5 16871 echo "${ECHO_T}$bash_cv_func_inet_aton" >&6; } 14288 16872 if test $bash_cv_func_inet_aton = yes; then 14289 16873 cat >>confdefs.h <<\_ACEOF … … 14292 16876 14293 16877 else 14294 LIBOBJS="$LIBOBJS inet_aton.$ac_objext" 16878 case " $LIBOBJS " in 16879 *" inet_aton.$ac_objext "* ) ;; 16880 *) LIBOBJS="$LIBOBJS inet_aton.$ac_objext" 16881 ;; 16882 esac 16883 14295 16884 fi 14296 16885 … … 14299 16888 case "$host_os" in 14300 16889 irix4*) 14301 echo "$as_me:$LINENO: checking for getpwent in -lsun" >&514302 echo $ECHO_N "checking for getpwent in -lsun... $ECHO_C" >&6 16890 { echo "$as_me:$LINENO: checking for getpwent in -lsun" >&5 16891 echo $ECHO_N "checking for getpwent in -lsun... $ECHO_C" >&6; } 14303 16892 if test "${ac_cv_lib_sun_getpwent+set}" = set; then 14304 16893 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 14307 16896 LIBS="-lsun $LIBS" 14308 16897 cat >conftest.$ac_ext <<_ACEOF 14309 #line $LINENO "configure" 14310 #include "confdefs.h" 14311 14312 /* Override any gcc2 internal prototype to avoid an error. */ 16898 /* confdefs.h. */ 16899 _ACEOF 16900 cat confdefs.h >>conftest.$ac_ext 16901 cat >>conftest.$ac_ext <<_ACEOF 16902 /* end confdefs.h. */ 16903 16904 /* Override any GCC internal prototype to avoid an error. 16905 Use char because int might match the return type of a GCC 16906 builtin and then its argument prototype would still apply. */ 14313 16907 #ifdef __cplusplus 14314 16908 extern "C" 14315 16909 #endif 14316 /* We use char because int might match the return type of a gcc214317 builtin and then its argument prototype would still apply. */14318 16910 char getpwent (); 14319 #ifdef F77_DUMMY_MAIN14320 # ifdef __cplusplus14321 extern "C"14322 # endif14323 int F77_DUMMY_MAIN() { return 1; }14324 #endif14325 16911 int 14326 16912 main () 14327 16913 { 14328 getpwent ();16914 return getpwent (); 14329 16915 ; 14330 16916 return 0; … … 14332 16918 _ACEOF 14333 16919 rm -f conftest.$ac_objext conftest$ac_exeext 14334 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14335 (eval $ac_link) 2>&5 14336 ac_status=$? 14337 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14338 (exit $ac_status); } && 14339 { ac_try='test -s conftest$ac_exeext' 14340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14341 (eval $ac_try) 2>&5 14342 ac_status=$? 14343 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14344 (exit $ac_status); }; }; then 16920 if { (ac_try="$ac_link" 16921 case "(($ac_try" in 16922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16923 *) ac_try_echo=$ac_try;; 16924 esac 16925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16926 (eval "$ac_link") 2>conftest.er1 16927 ac_status=$? 16928 grep -v '^ *+' conftest.er1 >conftest.err 16929 rm -f conftest.er1 16930 cat conftest.err >&5 16931 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16932 (exit $ac_status); } && { 16933 test -z "$ac_c_werror_flag" || 16934 test ! -s conftest.err 16935 } && test -s conftest$ac_exeext && 16936 $as_test_x conftest$ac_exeext; then 14345 16937 ac_cv_lib_sun_getpwent=yes 14346 16938 else 14347 16939 echo "$as_me: failed program was:" >&5 14348 cat conftest.$ac_ext >&5 14349 ac_cv_lib_sun_getpwent=no 14350 fi 14351 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16940 sed 's/^/| /' conftest.$ac_ext >&5 16941 16942 ac_cv_lib_sun_getpwent=no 16943 fi 16944 16945 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16946 conftest$ac_exeext conftest.$ac_ext 14352 16947 LIBS=$ac_check_lib_save_LIBS 14353 16948 fi 14354 echo "$as_me:$LINENO: result: $ac_cv_lib_sun_getpwent" >&514355 echo "${ECHO_T}$ac_cv_lib_sun_getpwent" >&6 16949 { echo "$as_me:$LINENO: result: $ac_cv_lib_sun_getpwent" >&5 16950 echo "${ECHO_T}$ac_cv_lib_sun_getpwent" >&6; } 14356 16951 if test $ac_cv_lib_sun_getpwent = yes; then 14357 16952 cat >>confdefs.h <<_ACEOF … … 14370 16965 _bash_needmsg= 14371 16966 else 14372 echo "$as_me:$LINENO: checking for socket library" >&514373 echo $ECHO_N "checking for socket library... $ECHO_C" >&6 16967 { echo "$as_me:$LINENO: checking for socket library" >&5 16968 echo $ECHO_N "checking for socket library... $ECHO_C" >&6; } 14374 16969 _bash_needmsg=yes 14375 16970 fi … … 14377 16972 echo $ECHO_N "(cached) $ECHO_C" >&6 14378 16973 else 14379 echo "$as_me:$LINENO: checking for getpeername in -lsocket" >&514380 echo $ECHO_N "checking for getpeername in -lsocket... $ECHO_C" >&6 16974 { echo "$as_me:$LINENO: checking for getpeername in -lsocket" >&5 16975 echo $ECHO_N "checking for getpeername in -lsocket... $ECHO_C" >&6; } 14381 16976 if test "${ac_cv_lib_socket_getpeername+set}" = set; then 14382 16977 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 14385 16980 LIBS="-lsocket -lnsl $LIBS" 14386 16981 cat >conftest.$ac_ext <<_ACEOF 14387 #line $LINENO "configure" 14388 #include "confdefs.h" 14389 14390 /* Override any gcc2 internal prototype to avoid an error. */ 16982 /* confdefs.h. */ 16983 _ACEOF 16984 cat confdefs.h >>conftest.$ac_ext 16985 cat >>conftest.$ac_ext <<_ACEOF 16986 /* end confdefs.h. */ 16987 16988 /* Override any GCC internal prototype to avoid an error. 16989 Use char because int might match the return type of a GCC 16990 builtin and then its argument prototype would still apply. */ 14391 16991 #ifdef __cplusplus 14392 16992 extern "C" 14393 16993 #endif 14394 /* We use char because int might match the return type of a gcc214395 builtin and then its argument prototype would still apply. */14396 16994 char getpeername (); 14397 #ifdef F77_DUMMY_MAIN14398 # ifdef __cplusplus14399 extern "C"14400 # endif14401 int F77_DUMMY_MAIN() { return 1; }14402 #endif14403 16995 int 14404 16996 main () 14405 16997 { 14406 getpeername ();16998 return getpeername (); 14407 16999 ; 14408 17000 return 0; … … 14410 17002 _ACEOF 14411 17003 rm -f conftest.$ac_objext conftest$ac_exeext 14412 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14413 (eval $ac_link) 2>&5 14414 ac_status=$? 14415 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14416 (exit $ac_status); } && 14417 { ac_try='test -s conftest$ac_exeext' 14418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14419 (eval $ac_try) 2>&5 14420 ac_status=$? 14421 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14422 (exit $ac_status); }; }; then 17004 if { (ac_try="$ac_link" 17005 case "(($ac_try" in 17006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17007 *) ac_try_echo=$ac_try;; 17008 esac 17009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17010 (eval "$ac_link") 2>conftest.er1 17011 ac_status=$? 17012 grep -v '^ *+' conftest.er1 >conftest.err 17013 rm -f conftest.er1 17014 cat conftest.err >&5 17015 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17016 (exit $ac_status); } && { 17017 test -z "$ac_c_werror_flag" || 17018 test ! -s conftest.err 17019 } && test -s conftest$ac_exeext && 17020 $as_test_x conftest$ac_exeext; then 14423 17021 ac_cv_lib_socket_getpeername=yes 14424 17022 else 14425 17023 echo "$as_me: failed program was:" >&5 14426 cat conftest.$ac_ext >&5 14427 ac_cv_lib_socket_getpeername=no 14428 fi 14429 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17024 sed 's/^/| /' conftest.$ac_ext >&5 17025 17026 ac_cv_lib_socket_getpeername=no 17027 fi 17028 17029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17030 conftest$ac_exeext conftest.$ac_ext 14430 17031 LIBS=$ac_check_lib_save_LIBS 14431 17032 fi 14432 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_getpeername" >&514433 echo "${ECHO_T}$ac_cv_lib_socket_getpeername" >&6 17033 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_getpeername" >&5 17034 echo "${ECHO_T}$ac_cv_lib_socket_getpeername" >&6; } 14434 17035 if test $ac_cv_lib_socket_getpeername = yes; then 14435 17036 bash_cv_have_socklib=yes … … 14441 17042 14442 17043 if test "X$_bash_needmsg" = Xyes; then 14443 echo "$as_me:$LINENO: result: $bash_cv_have_socklib" >&514444 echo "${ECHO_T}$bash_cv_have_socklib" >&6 17044 { echo "$as_me:$LINENO: result: $bash_cv_have_socklib" >&5 17045 echo "${ECHO_T}$bash_cv_have_socklib" >&6; } 14445 17046 _bash_needmsg= 14446 17047 fi … … 14450 17051 _bash_needmsg= 14451 17052 else 14452 echo "$as_me:$LINENO: checking for libnsl" >&514453 echo $ECHO_N "checking for libnsl... $ECHO_C" >&6 17053 { echo "$as_me:$LINENO: checking for libnsl" >&5 17054 echo $ECHO_N "checking for libnsl... $ECHO_C" >&6; } 14454 17055 _bash_needmsg=yes 14455 17056 fi … … 14457 17058 echo $ECHO_N "(cached) $ECHO_C" >&6 14458 17059 else 14459 echo "$as_me:$LINENO: checking for t_open in -lnsl" >&514460 echo $ECHO_N "checking for t_open in -lnsl... $ECHO_C" >&6 17060 { echo "$as_me:$LINENO: checking for t_open in -lnsl" >&5 17061 echo $ECHO_N "checking for t_open in -lnsl... $ECHO_C" >&6; } 14461 17062 if test "${ac_cv_lib_nsl_t_open+set}" = set; then 14462 17063 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 14465 17066 LIBS="-lnsl $LIBS" 14466 17067 cat >conftest.$ac_ext <<_ACEOF 14467 #line $LINENO "configure" 14468 #include "confdefs.h" 14469 14470 /* Override any gcc2 internal prototype to avoid an error. */ 17068 /* confdefs.h. */ 17069 _ACEOF 17070 cat confdefs.h >>conftest.$ac_ext 17071 cat >>conftest.$ac_ext <<_ACEOF 17072 /* end confdefs.h. */ 17073 17074 /* Override any GCC internal prototype to avoid an error. 17075 Use char because int might match the return type of a GCC 17076 builtin and then its argument prototype would still apply. */ 14471 17077 #ifdef __cplusplus 14472 17078 extern "C" 14473 17079 #endif 14474 /* We use char because int might match the return type of a gcc214475 builtin and then its argument prototype would still apply. */14476 17080 char t_open (); 14477 #ifdef F77_DUMMY_MAIN14478 # ifdef __cplusplus14479 extern "C"14480 # endif14481 int F77_DUMMY_MAIN() { return 1; }14482 #endif14483 17081 int 14484 17082 main () 14485 17083 { 14486 t_open ();17084 return t_open (); 14487 17085 ; 14488 17086 return 0; … … 14490 17088 _ACEOF 14491 17089 rm -f conftest.$ac_objext conftest$ac_exeext 14492 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14493 (eval $ac_link) 2>&5 14494 ac_status=$? 14495 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14496 (exit $ac_status); } && 14497 { ac_try='test -s conftest$ac_exeext' 14498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14499 (eval $ac_try) 2>&5 14500 ac_status=$? 14501 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14502 (exit $ac_status); }; }; then 17090 if { (ac_try="$ac_link" 17091 case "(($ac_try" in 17092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17093 *) ac_try_echo=$ac_try;; 17094 esac 17095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17096 (eval "$ac_link") 2>conftest.er1 17097 ac_status=$? 17098 grep -v '^ *+' conftest.er1 >conftest.err 17099 rm -f conftest.er1 17100 cat conftest.err >&5 17101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17102 (exit $ac_status); } && { 17103 test -z "$ac_c_werror_flag" || 17104 test ! -s conftest.err 17105 } && test -s conftest$ac_exeext && 17106 $as_test_x conftest$ac_exeext; then 14503 17107 ac_cv_lib_nsl_t_open=yes 14504 17108 else 14505 17109 echo "$as_me: failed program was:" >&5 14506 cat conftest.$ac_ext >&5 14507 ac_cv_lib_nsl_t_open=no 14508 fi 14509 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17110 sed 's/^/| /' conftest.$ac_ext >&5 17111 17112 ac_cv_lib_nsl_t_open=no 17113 fi 17114 17115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17116 conftest$ac_exeext conftest.$ac_ext 14510 17117 LIBS=$ac_check_lib_save_LIBS 14511 17118 fi 14512 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_t_open" >&514513 echo "${ECHO_T}$ac_cv_lib_nsl_t_open" >&6 17119 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_t_open" >&5 17120 echo "${ECHO_T}$ac_cv_lib_nsl_t_open" >&6; } 14514 17121 if test $ac_cv_lib_nsl_t_open = yes; then 14515 17122 bash_cv_have_libnsl=yes … … 14521 17128 14522 17129 if test "X$_bash_needmsg" = Xyes; then 14523 echo "$as_me:$LINENO: result: $bash_cv_have_libnsl" >&514524 echo "${ECHO_T}$bash_cv_have_libnsl" >&6 17130 { echo "$as_me:$LINENO: result: $bash_cv_have_libnsl" >&5 17131 echo "${ECHO_T}$bash_cv_have_libnsl" >&6; } 14525 17132 _bash_needmsg= 14526 17133 fi … … 14545 17152 _bash_needmsg=yes 14546 17153 else 14547 echo "$as_me:$LINENO: checking for gethostbyname in socket library" >&514548 echo $ECHO_N "checking for gethostbyname in socket library... $ECHO_C" >&6 17154 { echo "$as_me:$LINENO: checking for gethostbyname in socket library" >&5 17155 echo $ECHO_N "checking for gethostbyname in socket library... $ECHO_C" >&6; } 14549 17156 _bash_needmsg= 14550 17157 fi … … 14553 17160 else 14554 17161 cat >conftest.$ac_ext <<_ACEOF 14555 #line $LINENO "configure" 14556 #include "confdefs.h" 17162 /* confdefs.h. */ 17163 _ACEOF 17164 cat confdefs.h >>conftest.$ac_ext 17165 cat >>conftest.$ac_ext <<_ACEOF 17166 /* end confdefs.h. */ 14557 17167 #include <netdb.h> 14558 #ifdef F77_DUMMY_MAIN14559 # ifdef __cplusplus14560 extern "C"14561 # endif14562 int F77_DUMMY_MAIN() { return 1; }14563 #endif14564 17168 int 14565 17169 main () … … 14573 17177 _ACEOF 14574 17178 rm -f conftest.$ac_objext conftest$ac_exeext 14575 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14576 (eval $ac_link) 2>&5 14577 ac_status=$? 14578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14579 (exit $ac_status); } && 14580 { ac_try='test -s conftest$ac_exeext' 14581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14582 (eval $ac_try) 2>&5 14583 ac_status=$? 14584 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14585 (exit $ac_status); }; }; then 17179 if { (ac_try="$ac_link" 17180 case "(($ac_try" in 17181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17182 *) ac_try_echo=$ac_try;; 17183 esac 17184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17185 (eval "$ac_link") 2>conftest.er1 17186 ac_status=$? 17187 grep -v '^ *+' conftest.er1 >conftest.err 17188 rm -f conftest.er1 17189 cat conftest.err >&5 17190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17191 (exit $ac_status); } && { 17192 test -z "$ac_c_werror_flag" || 17193 test ! -s conftest.err 17194 } && test -s conftest$ac_exeext && 17195 $as_test_x conftest$ac_exeext; then 14586 17196 bash_cv_have_gethostbyname=yes 14587 17197 else 14588 17198 echo "$as_me: failed program was:" >&5 14589 cat conftest.$ac_ext >&5 14590 bash_cv_have_gethostbyname=no 14591 fi 14592 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17199 sed 's/^/| /' conftest.$ac_ext >&5 17200 17201 bash_cv_have_gethostbyname=no 17202 fi 17203 17204 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17205 conftest$ac_exeext conftest.$ac_ext 14593 17206 14594 17207 fi 14595 17208 14596 17209 if test "X$_bash_needmsg" = Xyes; then 14597 echo "$as_me:$LINENO: checking for gethostbyname in socket library" >&514598 echo $ECHO_N "checking for gethostbyname in socket library... $ECHO_C" >&6 14599 fi 14600 echo "$as_me:$LINENO: result: $bash_cv_have_gethostbyname" >&514601 echo "${ECHO_T}$bash_cv_have_gethostbyname" >&6 17210 { echo "$as_me:$LINENO: checking for gethostbyname in socket library" >&5 17211 echo $ECHO_N "checking for gethostbyname in socket library... $ECHO_C" >&6; } 17212 fi 17213 { echo "$as_me:$LINENO: result: $bash_cv_have_gethostbyname" >&5 17214 echo "${ECHO_T}$bash_cv_have_gethostbyname" >&6; } 14602 17215 if test "$bash_cv_have_gethostbyname" = yes; then 14603 17216 cat >>confdefs.h <<\_ACEOF … … 14609 17222 fi 14610 17223 14611 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&514612 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 17224 { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 17225 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } 14613 17226 if test "${ac_cv_type_uid_t+set}" = set; then 14614 17227 echo $ECHO_N "(cached) $ECHO_C" >&6 14615 17228 else 14616 17229 cat >conftest.$ac_ext <<_ACEOF 14617 #line $LINENO "configure" 14618 #include "confdefs.h" 17230 /* confdefs.h. */ 17231 _ACEOF 17232 cat confdefs.h >>conftest.$ac_ext 17233 cat >>conftest.$ac_ext <<_ACEOF 17234 /* end confdefs.h. */ 14619 17235 #include <sys/types.h> 14620 17236 14621 17237 _ACEOF 14622 17238 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 14623 egrep"uid_t" >/dev/null 2>&1; then17239 $EGREP "uid_t" >/dev/null 2>&1; then 14624 17240 ac_cv_type_uid_t=yes 14625 17241 else … … 14629 17245 14630 17246 fi 14631 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&514632 echo "${ECHO_T}$ac_cv_type_uid_t" >&6 17247 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 17248 echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } 14633 17249 if test $ac_cv_type_uid_t = no; then 14634 17250 … … 14644 17260 fi 14645 17261 14646 echo "$as_me:$LINENO: checking type of array argument to getgroups" >&514647 echo $ECHO_N "checking type of array argument to getgroups... $ECHO_C" >&6 17262 { echo "$as_me:$LINENO: checking type of array argument to getgroups" >&5 17263 echo $ECHO_N "checking type of array argument to getgroups... $ECHO_C" >&6; } 14648 17264 if test "${ac_cv_type_getgroups+set}" = set; then 14649 17265 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 14653 17269 else 14654 17270 cat >conftest.$ac_ext <<_ACEOF 14655 #line $LINENO "configure" 14656 #include "confdefs.h" 17271 /* confdefs.h. */ 17272 _ACEOF 17273 cat confdefs.h >>conftest.$ac_ext 17274 cat >>conftest.$ac_ext <<_ACEOF 17275 /* end confdefs.h. */ 14657 17276 /* Thanks to Mike Rendell for this test. */ 14658 #include <sys/types.h> 17277 $ac_includes_default 14659 17278 #define NGID 256 14660 17279 #undef MAX … … 14666 17285 gid_t gidset[NGID]; 14667 17286 int i, n; 14668 union { gid_t gval; long lval; } val;17287 union { gid_t gval; long int lval; } val; 14669 17288 14670 17289 val.lval = -1; … … 14672 17291 gidset[i] = val.gval; 14673 17292 n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1, 14674 17293 gidset); 14675 17294 /* Exit non-zero if getgroups seems to require an array of ints. This 14676 happens when gid_t is short but getgroups modifies an array of ints. */ 14677 exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0); 17295 happens when gid_t is short int but getgroups modifies an array 17296 of ints. */ 17297 return n > 0 && gidset[n] != val.gval; 14678 17298 } 14679 17299 _ACEOF 14680 17300 rm -f conftest$ac_exeext 14681 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14682 (eval $ac_link) 2>&5 17301 if { (ac_try="$ac_link" 17302 case "(($ac_try" in 17303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17304 *) ac_try_echo=$ac_try;; 17305 esac 17306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17307 (eval "$ac_link") 2>&5 14683 17308 ac_status=$? 14684 17309 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14685 17310 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14687 (eval $ac_try) 2>&5 17311 { (case "(($ac_try" in 17312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17313 *) ac_try_echo=$ac_try;; 17314 esac 17315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17316 (eval "$ac_try") 2>&5 14688 17317 ac_status=$? 14689 17318 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 14693 17322 echo "$as_me: program exited with status $ac_status" >&5 14694 17323 echo "$as_me: failed program was:" >&5 14695 cat conftest.$ac_ext >&5 17324 sed 's/^/| /' conftest.$ac_ext >&5 17325 14696 17326 ( exit $ac_status ) 14697 17327 ac_cv_type_getgroups=int 14698 17328 fi 14699 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14700 fi 17329 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 17330 fi 17331 17332 14701 17333 if test $ac_cv_type_getgroups = cross; then 14702 17334 cat >conftest.$ac_ext <<_ACEOF 14703 #line $LINENO "configure" 14704 #include "confdefs.h" 17335 /* confdefs.h. */ 17336 _ACEOF 17337 cat confdefs.h >>conftest.$ac_ext 17338 cat >>conftest.$ac_ext <<_ACEOF 17339 /* end confdefs.h. */ 14705 17340 #include <unistd.h> 14706 17341 14707 17342 _ACEOF 14708 17343 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 14709 egrep"getgroups.*int.*gid_t" >/dev/null 2>&1; then17344 $EGREP "getgroups.*int.*gid_t" >/dev/null 2>&1; then 14710 17345 ac_cv_type_getgroups=gid_t 14711 17346 else … … 14716 17351 fi 14717 17352 fi 14718 echo "$as_me:$LINENO: result: $ac_cv_type_getgroups" >&514719 echo "${ECHO_T}$ac_cv_type_getgroups" >&6 17353 { echo "$as_me:$LINENO: result: $ac_cv_type_getgroups" >&5 17354 echo "${ECHO_T}$ac_cv_type_getgroups" >&6; } 14720 17355 14721 17356 cat >>confdefs.h <<_ACEOF … … 14724 17359 14725 17360 14726 echo "$as_me:$LINENO: checking for off_t" >&514727 echo $ECHO_N "checking for off_t... $ECHO_C" >&6 17361 { echo "$as_me:$LINENO: checking for off_t" >&5 17362 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } 14728 17363 if test "${ac_cv_type_off_t+set}" = set; then 14729 17364 echo $ECHO_N "(cached) $ECHO_C" >&6 14730 17365 else 14731 17366 cat >conftest.$ac_ext <<_ACEOF 14732 #line $LINENO "configure" 14733 #include "confdefs.h" 17367 /* confdefs.h. */ 17368 _ACEOF 17369 cat confdefs.h >>conftest.$ac_ext 17370 cat >>conftest.$ac_ext <<_ACEOF 17371 /* end confdefs.h. */ 14734 17372 $ac_includes_default 14735 #ifdef F77_DUMMY_MAIN 14736 # ifdef __cplusplus 14737 extern "C" 14738 # endif 14739 int F77_DUMMY_MAIN() { return 1; } 14740 #endif 17373 typedef off_t ac__type_new_; 14741 17374 int 14742 17375 main () 14743 17376 { 14744 if (( off_t*) 0)14745 return 0; 14746 if (sizeof ( off_t))17377 if ((ac__type_new_ *) 0) 17378 return 0; 17379 if (sizeof (ac__type_new_)) 14747 17380 return 0; 14748 17381 ; … … 14751 17384 _ACEOF 14752 17385 rm -f conftest.$ac_objext 14753 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14754 (eval $ac_compile) 2>&5 14755 ac_status=$? 14756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14757 (exit $ac_status); } && 14758 { ac_try='test -s conftest.$ac_objext' 14759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14760 (eval $ac_try) 2>&5 14761 ac_status=$? 14762 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14763 (exit $ac_status); }; }; then 17386 if { (ac_try="$ac_compile" 17387 case "(($ac_try" in 17388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17389 *) ac_try_echo=$ac_try;; 17390 esac 17391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17392 (eval "$ac_compile") 2>conftest.er1 17393 ac_status=$? 17394 grep -v '^ *+' conftest.er1 >conftest.err 17395 rm -f conftest.er1 17396 cat conftest.err >&5 17397 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17398 (exit $ac_status); } && { 17399 test -z "$ac_c_werror_flag" || 17400 test ! -s conftest.err 17401 } && test -s conftest.$ac_objext; then 14764 17402 ac_cv_type_off_t=yes 14765 17403 else 14766 17404 echo "$as_me: failed program was:" >&5 14767 cat conftest.$ac_ext >&5 14768 ac_cv_type_off_t=no 14769 fi 14770 rm -f conftest.$ac_objext conftest.$ac_ext 14771 fi 14772 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 14773 echo "${ECHO_T}$ac_cv_type_off_t" >&6 17405 sed 's/^/| /' conftest.$ac_ext >&5 17406 17407 ac_cv_type_off_t=no 17408 fi 17409 17410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17411 fi 17412 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 17413 echo "${ECHO_T}$ac_cv_type_off_t" >&6; } 14774 17414 if test $ac_cv_type_off_t = yes; then 14775 17415 : … … 14777 17417 14778 17418 cat >>confdefs.h <<_ACEOF 14779 #define off_t long 14780 _ACEOF 14781 14782 fi 14783 14784 echo "$as_me:$LINENO: checking for mode_t" >&514785 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6 17419 #define off_t long int 17420 _ACEOF 17421 17422 fi 17423 17424 { echo "$as_me:$LINENO: checking for mode_t" >&5 17425 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } 14786 17426 if test "${ac_cv_type_mode_t+set}" = set; then 14787 17427 echo $ECHO_N "(cached) $ECHO_C" >&6 14788 17428 else 14789 17429 cat >conftest.$ac_ext <<_ACEOF 14790 #line $LINENO "configure" 14791 #include "confdefs.h" 17430 /* confdefs.h. */ 17431 _ACEOF 17432 cat confdefs.h >>conftest.$ac_ext 17433 cat >>conftest.$ac_ext <<_ACEOF 17434 /* end confdefs.h. */ 14792 17435 $ac_includes_default 14793 #ifdef F77_DUMMY_MAIN 14794 # ifdef __cplusplus 14795 extern "C" 14796 # endif 14797 int F77_DUMMY_MAIN() { return 1; } 14798 #endif 17436 typedef mode_t ac__type_new_; 14799 17437 int 14800 17438 main () 14801 17439 { 14802 if (( mode_t*) 0)14803 return 0; 14804 if (sizeof ( mode_t))17440 if ((ac__type_new_ *) 0) 17441 return 0; 17442 if (sizeof (ac__type_new_)) 14805 17443 return 0; 14806 17444 ; … … 14809 17447 _ACEOF 14810 17448 rm -f conftest.$ac_objext 14811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14812 (eval $ac_compile) 2>&5 14813 ac_status=$? 14814 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14815 (exit $ac_status); } && 14816 { ac_try='test -s conftest.$ac_objext' 14817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14818 (eval $ac_try) 2>&5 14819 ac_status=$? 14820 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14821 (exit $ac_status); }; }; then 17449 if { (ac_try="$ac_compile" 17450 case "(($ac_try" in 17451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17452 *) ac_try_echo=$ac_try;; 17453 esac 17454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17455 (eval "$ac_compile") 2>conftest.er1 17456 ac_status=$? 17457 grep -v '^ *+' conftest.er1 >conftest.err 17458 rm -f conftest.er1 17459 cat conftest.err >&5 17460 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17461 (exit $ac_status); } && { 17462 test -z "$ac_c_werror_flag" || 17463 test ! -s conftest.err 17464 } && test -s conftest.$ac_objext; then 14822 17465 ac_cv_type_mode_t=yes 14823 17466 else 14824 17467 echo "$as_me: failed program was:" >&5 14825 cat conftest.$ac_ext >&5 14826 ac_cv_type_mode_t=no 14827 fi 14828 rm -f conftest.$ac_objext conftest.$ac_ext 14829 fi 14830 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 14831 echo "${ECHO_T}$ac_cv_type_mode_t" >&6 17468 sed 's/^/| /' conftest.$ac_ext >&5 17469 17470 ac_cv_type_mode_t=no 17471 fi 17472 17473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17474 fi 17475 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 17476 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; } 14832 17477 if test $ac_cv_type_mode_t = yes; then 14833 17478 : … … 14840 17485 fi 14841 17486 14842 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&514843 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 17487 { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 17488 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } 14844 17489 if test "${ac_cv_type_uid_t+set}" = set; then 14845 17490 echo $ECHO_N "(cached) $ECHO_C" >&6 14846 17491 else 14847 17492 cat >conftest.$ac_ext <<_ACEOF 14848 #line $LINENO "configure" 14849 #include "confdefs.h" 17493 /* confdefs.h. */ 17494 _ACEOF 17495 cat confdefs.h >>conftest.$ac_ext 17496 cat >>conftest.$ac_ext <<_ACEOF 17497 /* end confdefs.h. */ 14850 17498 #include <sys/types.h> 14851 17499 14852 17500 _ACEOF 14853 17501 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 14854 egrep"uid_t" >/dev/null 2>&1; then17502 $EGREP "uid_t" >/dev/null 2>&1; then 14855 17503 ac_cv_type_uid_t=yes 14856 17504 else … … 14860 17508 14861 17509 fi 14862 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&514863 echo "${ECHO_T}$ac_cv_type_uid_t" >&6 17510 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 17511 echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } 14864 17512 if test $ac_cv_type_uid_t = no; then 14865 17513 … … 14875 17523 fi 14876 17524 14877 echo "$as_me:$LINENO: checking for pid_t" >&514878 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 17525 { echo "$as_me:$LINENO: checking for pid_t" >&5 17526 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } 14879 17527 if test "${ac_cv_type_pid_t+set}" = set; then 14880 17528 echo $ECHO_N "(cached) $ECHO_C" >&6 14881 17529 else 14882 17530 cat >conftest.$ac_ext <<_ACEOF 14883 #line $LINENO "configure" 14884 #include "confdefs.h" 17531 /* confdefs.h. */ 17532 _ACEOF 17533 cat confdefs.h >>conftest.$ac_ext 17534 cat >>conftest.$ac_ext <<_ACEOF 17535 /* end confdefs.h. */ 14885 17536 $ac_includes_default 14886 #ifdef F77_DUMMY_MAIN 14887 # ifdef __cplusplus 14888 extern "C" 14889 # endif 14890 int F77_DUMMY_MAIN() { return 1; } 14891 #endif 17537 typedef pid_t ac__type_new_; 14892 17538 int 14893 17539 main () 14894 17540 { 14895 if (( pid_t*) 0)14896 return 0; 14897 if (sizeof ( pid_t))17541 if ((ac__type_new_ *) 0) 17542 return 0; 17543 if (sizeof (ac__type_new_)) 14898 17544 return 0; 14899 17545 ; … … 14902 17548 _ACEOF 14903 17549 rm -f conftest.$ac_objext 14904 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14905 (eval $ac_compile) 2>&5 14906 ac_status=$? 14907 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14908 (exit $ac_status); } && 14909 { ac_try='test -s conftest.$ac_objext' 14910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14911 (eval $ac_try) 2>&5 14912 ac_status=$? 14913 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14914 (exit $ac_status); }; }; then 17550 if { (ac_try="$ac_compile" 17551 case "(($ac_try" in 17552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17553 *) ac_try_echo=$ac_try;; 17554 esac 17555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17556 (eval "$ac_compile") 2>conftest.er1 17557 ac_status=$? 17558 grep -v '^ *+' conftest.er1 >conftest.err 17559 rm -f conftest.er1 17560 cat conftest.err >&5 17561 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17562 (exit $ac_status); } && { 17563 test -z "$ac_c_werror_flag" || 17564 test ! -s conftest.err 17565 } && test -s conftest.$ac_objext; then 14915 17566 ac_cv_type_pid_t=yes 14916 17567 else 14917 17568 echo "$as_me: failed program was:" >&5 14918 cat conftest.$ac_ext >&5 14919 ac_cv_type_pid_t=no 14920 fi 14921 rm -f conftest.$ac_objext conftest.$ac_ext 14922 fi 14923 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 14924 echo "${ECHO_T}$ac_cv_type_pid_t" >&6 17569 sed 's/^/| /' conftest.$ac_ext >&5 17570 17571 ac_cv_type_pid_t=no 17572 fi 17573 17574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17575 fi 17576 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 17577 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } 14925 17578 if test $ac_cv_type_pid_t = yes; then 14926 17579 : … … 14933 17586 fi 14934 17587 14935 echo "$as_me:$LINENO: checking for size_t" >&514936 echo $ECHO_N "checking for size_t... $ECHO_C" >&6 17588 { echo "$as_me:$LINENO: checking for size_t" >&5 17589 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } 14937 17590 if test "${ac_cv_type_size_t+set}" = set; then 14938 17591 echo $ECHO_N "(cached) $ECHO_C" >&6 14939 17592 else 14940 17593 cat >conftest.$ac_ext <<_ACEOF 14941 #line $LINENO "configure" 14942 #include "confdefs.h" 17594 /* confdefs.h. */ 17595 _ACEOF 17596 cat confdefs.h >>conftest.$ac_ext 17597 cat >>conftest.$ac_ext <<_ACEOF 17598 /* end confdefs.h. */ 14943 17599 $ac_includes_default 14944 #ifdef F77_DUMMY_MAIN 14945 # ifdef __cplusplus 14946 extern "C" 14947 # endif 14948 int F77_DUMMY_MAIN() { return 1; } 14949 #endif 17600 typedef size_t ac__type_new_; 14950 17601 int 14951 17602 main () 14952 17603 { 14953 if (( size_t*) 0)14954 return 0; 14955 if (sizeof ( size_t))17604 if ((ac__type_new_ *) 0) 17605 return 0; 17606 if (sizeof (ac__type_new_)) 14956 17607 return 0; 14957 17608 ; … … 14960 17611 _ACEOF 14961 17612 rm -f conftest.$ac_objext 14962 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14963 (eval $ac_compile) 2>&5 14964 ac_status=$? 14965 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14966 (exit $ac_status); } && 14967 { ac_try='test -s conftest.$ac_objext' 14968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14969 (eval $ac_try) 2>&5 14970 ac_status=$? 14971 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14972 (exit $ac_status); }; }; then 17613 if { (ac_try="$ac_compile" 17614 case "(($ac_try" in 17615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17616 *) ac_try_echo=$ac_try;; 17617 esac 17618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17619 (eval "$ac_compile") 2>conftest.er1 17620 ac_status=$? 17621 grep -v '^ *+' conftest.er1 >conftest.err 17622 rm -f conftest.er1 17623 cat conftest.err >&5 17624 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17625 (exit $ac_status); } && { 17626 test -z "$ac_c_werror_flag" || 17627 test ! -s conftest.err 17628 } && test -s conftest.$ac_objext; then 14973 17629 ac_cv_type_size_t=yes 14974 17630 else 14975 17631 echo "$as_me: failed program was:" >&5 14976 cat conftest.$ac_ext >&5 14977 ac_cv_type_size_t=no 14978 fi 14979 rm -f conftest.$ac_objext conftest.$ac_ext 14980 fi 14981 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 14982 echo "${ECHO_T}$ac_cv_type_size_t" >&6 17632 sed 's/^/| /' conftest.$ac_ext >&5 17633 17634 ac_cv_type_size_t=no 17635 fi 17636 17637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17638 fi 17639 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 17640 echo "${ECHO_T}$ac_cv_type_size_t" >&6; } 14983 17641 if test $ac_cv_type_size_t = yes; then 14984 17642 : … … 14986 17644 14987 17645 cat >>confdefs.h <<_ACEOF 14988 #define size_t unsigned 14989 _ACEOF 14990 14991 fi 14992 14993 echo "$as_me:$LINENO: checking for ssize_t" >&514994 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6 17646 #define size_t unsigned int 17647 _ACEOF 17648 17649 fi 17650 17651 { echo "$as_me:$LINENO: checking for ssize_t" >&5 17652 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; } 14995 17653 if test "${ac_cv_type_ssize_t+set}" = set; then 14996 17654 echo $ECHO_N "(cached) $ECHO_C" >&6 14997 17655 else 14998 17656 cat >conftest.$ac_ext <<_ACEOF 14999 #line $LINENO "configure" 15000 #include "confdefs.h" 17657 /* confdefs.h. */ 17658 _ACEOF 17659 cat confdefs.h >>conftest.$ac_ext 17660 cat >>conftest.$ac_ext <<_ACEOF 17661 /* end confdefs.h. */ 15001 17662 $ac_includes_default 15002 #ifdef F77_DUMMY_MAIN 15003 # ifdef __cplusplus 15004 extern "C" 15005 # endif 15006 int F77_DUMMY_MAIN() { return 1; } 15007 #endif 17663 typedef ssize_t ac__type_new_; 15008 17664 int 15009 17665 main () 15010 17666 { 15011 if (( ssize_t*) 0)15012 return 0; 15013 if (sizeof ( ssize_t))17667 if ((ac__type_new_ *) 0) 17668 return 0; 17669 if (sizeof (ac__type_new_)) 15014 17670 return 0; 15015 17671 ; … … 15018 17674 _ACEOF 15019 17675 rm -f conftest.$ac_objext 15020 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15021 (eval $ac_compile) 2>&5 15022 ac_status=$? 15023 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15024 (exit $ac_status); } && 15025 { ac_try='test -s conftest.$ac_objext' 15026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15027 (eval $ac_try) 2>&5 15028 ac_status=$? 15029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15030 (exit $ac_status); }; }; then 17676 if { (ac_try="$ac_compile" 17677 case "(($ac_try" in 17678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17679 *) ac_try_echo=$ac_try;; 17680 esac 17681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17682 (eval "$ac_compile") 2>conftest.er1 17683 ac_status=$? 17684 grep -v '^ *+' conftest.er1 >conftest.err 17685 rm -f conftest.er1 17686 cat conftest.err >&5 17687 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17688 (exit $ac_status); } && { 17689 test -z "$ac_c_werror_flag" || 17690 test ! -s conftest.err 17691 } && test -s conftest.$ac_objext; then 15031 17692 ac_cv_type_ssize_t=yes 15032 17693 else 15033 17694 echo "$as_me: failed program was:" >&5 15034 cat conftest.$ac_ext >&5 15035 ac_cv_type_ssize_t=no 15036 fi 15037 rm -f conftest.$ac_objext conftest.$ac_ext 15038 fi 15039 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 15040 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6 17695 sed 's/^/| /' conftest.$ac_ext >&5 17696 17697 ac_cv_type_ssize_t=no 17698 fi 17699 17700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17701 fi 17702 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 17703 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; } 15041 17704 if test $ac_cv_type_ssize_t = yes; then 15042 17705 : … … 15049 17712 fi 15050 17713 15051 echo "$as_me:$LINENO: checking for time_t" >&515052 echo $ECHO_N "checking for time_t... $ECHO_C" >&6 17714 { echo "$as_me:$LINENO: checking for time_t" >&5 17715 echo $ECHO_N "checking for time_t... $ECHO_C" >&6; } 15053 17716 if test "${ac_cv_type_time_t+set}" = set; then 15054 17717 echo $ECHO_N "(cached) $ECHO_C" >&6 15055 17718 else 15056 17719 cat >conftest.$ac_ext <<_ACEOF 15057 #line $LINENO "configure" 15058 #include "confdefs.h" 17720 /* confdefs.h. */ 17721 _ACEOF 17722 cat confdefs.h >>conftest.$ac_ext 17723 cat >>conftest.$ac_ext <<_ACEOF 17724 /* end confdefs.h. */ 15059 17725 $ac_includes_default 15060 #ifdef F77_DUMMY_MAIN 15061 # ifdef __cplusplus 15062 extern "C" 15063 # endif 15064 int F77_DUMMY_MAIN() { return 1; } 15065 #endif 17726 typedef time_t ac__type_new_; 15066 17727 int 15067 17728 main () 15068 17729 { 15069 if (( time_t*) 0)15070 return 0; 15071 if (sizeof ( time_t))17730 if ((ac__type_new_ *) 0) 17731 return 0; 17732 if (sizeof (ac__type_new_)) 15072 17733 return 0; 15073 17734 ; … … 15076 17737 _ACEOF 15077 17738 rm -f conftest.$ac_objext 15078 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15079 (eval $ac_compile) 2>&5 15080 ac_status=$? 15081 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15082 (exit $ac_status); } && 15083 { ac_try='test -s conftest.$ac_objext' 15084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15085 (eval $ac_try) 2>&5 15086 ac_status=$? 15087 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15088 (exit $ac_status); }; }; then 17739 if { (ac_try="$ac_compile" 17740 case "(($ac_try" in 17741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17742 *) ac_try_echo=$ac_try;; 17743 esac 17744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17745 (eval "$ac_compile") 2>conftest.er1 17746 ac_status=$? 17747 grep -v '^ *+' conftest.er1 >conftest.err 17748 rm -f conftest.er1 17749 cat conftest.err >&5 17750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17751 (exit $ac_status); } && { 17752 test -z "$ac_c_werror_flag" || 17753 test ! -s conftest.err 17754 } && test -s conftest.$ac_objext; then 15089 17755 ac_cv_type_time_t=yes 15090 17756 else 15091 17757 echo "$as_me: failed program was:" >&5 15092 cat conftest.$ac_ext >&5 15093 ac_cv_type_time_t=no 15094 fi 15095 rm -f conftest.$ac_objext conftest.$ac_ext 15096 fi 15097 echo "$as_me:$LINENO: result: $ac_cv_type_time_t" >&5 15098 echo "${ECHO_T}$ac_cv_type_time_t" >&6 17758 sed 's/^/| /' conftest.$ac_ext >&5 17759 17760 ac_cv_type_time_t=no 17761 fi 17762 17763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17764 fi 17765 { echo "$as_me:$LINENO: result: $ac_cv_type_time_t" >&5 17766 echo "${ECHO_T}$ac_cv_type_time_t" >&6; } 15099 17767 if test $ac_cv_type_time_t = yes; then 15100 17768 : … … 15109 17777 15110 17778 15111 echo "$as_me:$LINENO: checking for long long" >&515112 echo $ECHO_N "checking for long long... $ECHO_C" >&6 17779 { echo "$as_me:$LINENO: checking for long long" >&5 17780 echo $ECHO_N "checking for long long... $ECHO_C" >&6; } 15113 17781 if test "${bash_cv_type_long_long+set}" = set; then 15114 17782 echo $ECHO_N "(cached) $ECHO_C" >&6 15115 17783 else 15116 17784 cat >conftest.$ac_ext <<_ACEOF 15117 #line $LINENO "configure" 15118 #include "confdefs.h" 17785 /* confdefs.h. */ 17786 _ACEOF 17787 cat confdefs.h >>conftest.$ac_ext 17788 cat >>conftest.$ac_ext <<_ACEOF 17789 /* end confdefs.h. */ 15119 17790 15120 17791 long long ll = 1; int i = 63; 15121 #ifdef F77_DUMMY_MAIN15122 # ifdef __cplusplus15123 extern "C"15124 # endif15125 int F77_DUMMY_MAIN() { return 1; }15126 #endif15127 17792 int 15128 17793 main () … … 15137 17802 _ACEOF 15138 17803 rm -f conftest.$ac_objext conftest$ac_exeext 15139 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15140 (eval $ac_link) 2>&5 15141 ac_status=$? 15142 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15143 (exit $ac_status); } && 15144 { ac_try='test -s conftest$ac_exeext' 15145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15146 (eval $ac_try) 2>&5 15147 ac_status=$? 15148 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15149 (exit $ac_status); }; }; then 17804 if { (ac_try="$ac_link" 17805 case "(($ac_try" in 17806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17807 *) ac_try_echo=$ac_try;; 17808 esac 17809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17810 (eval "$ac_link") 2>conftest.er1 17811 ac_status=$? 17812 grep -v '^ *+' conftest.er1 >conftest.err 17813 rm -f conftest.er1 17814 cat conftest.err >&5 17815 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17816 (exit $ac_status); } && { 17817 test -z "$ac_c_werror_flag" || 17818 test ! -s conftest.err 17819 } && test -s conftest$ac_exeext && 17820 $as_test_x conftest$ac_exeext; then 15150 17821 bash_cv_type_long_long='long long' 15151 17822 else 15152 17823 echo "$as_me: failed program was:" >&5 15153 cat conftest.$ac_ext >&5 15154 bash_cv_type_long_long='long' 15155 fi 15156 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15157 fi 15158 echo "$as_me:$LINENO: result: $bash_cv_type_long_long" >&5 15159 echo "${ECHO_T}$bash_cv_type_long_long" >&6 17824 sed 's/^/| /' conftest.$ac_ext >&5 17825 17826 bash_cv_type_long_long='long' 17827 fi 17828 17829 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17830 conftest$ac_exeext conftest.$ac_ext 17831 fi 17832 { echo "$as_me:$LINENO: result: $bash_cv_type_long_long" >&5 17833 echo "${ECHO_T}$bash_cv_type_long_long" >&6; } 15160 17834 if test "$bash_cv_type_long_long" = 'long long'; then 15161 17835 cat >>confdefs.h <<\_ACEOF … … 15166 17840 15167 17841 15168 echo "$as_me:$LINENO: checking for unsigned long long" >&515169 echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6 17842 { echo "$as_me:$LINENO: checking for unsigned long long" >&5 17843 echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; } 15170 17844 if test "${bash_cv_type_unsigned_long_long+set}" = set; then 15171 17845 echo $ECHO_N "(cached) $ECHO_C" >&6 15172 17846 else 15173 17847 cat >conftest.$ac_ext <<_ACEOF 15174 #line $LINENO "configure" 15175 #include "confdefs.h" 17848 /* confdefs.h. */ 17849 _ACEOF 17850 cat confdefs.h >>conftest.$ac_ext 17851 cat >>conftest.$ac_ext <<_ACEOF 17852 /* end confdefs.h. */ 15176 17853 15177 17854 unsigned long long ull = 1; int i = 63; 15178 #ifdef F77_DUMMY_MAIN15179 # ifdef __cplusplus15180 extern "C"15181 # endif15182 int F77_DUMMY_MAIN() { return 1; }15183 #endif15184 17855 int 15185 17856 main () … … 15194 17865 _ACEOF 15195 17866 rm -f conftest.$ac_objext conftest$ac_exeext 15196 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15197 (eval $ac_link) 2>&5 15198 ac_status=$? 15199 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15200 (exit $ac_status); } && 15201 { ac_try='test -s conftest$ac_exeext' 15202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15203 (eval $ac_try) 2>&5 15204 ac_status=$? 15205 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15206 (exit $ac_status); }; }; then 17867 if { (ac_try="$ac_link" 17868 case "(($ac_try" in 17869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17870 *) ac_try_echo=$ac_try;; 17871 esac 17872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17873 (eval "$ac_link") 2>conftest.er1 17874 ac_status=$? 17875 grep -v '^ *+' conftest.er1 >conftest.err 17876 rm -f conftest.er1 17877 cat conftest.err >&5 17878 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17879 (exit $ac_status); } && { 17880 test -z "$ac_c_werror_flag" || 17881 test ! -s conftest.err 17882 } && test -s conftest$ac_exeext && 17883 $as_test_x conftest$ac_exeext; then 15207 17884 bash_cv_type_unsigned_long_long='unsigned long long' 15208 17885 else 15209 17886 echo "$as_me: failed program was:" >&5 15210 cat conftest.$ac_ext >&5 15211 bash_cv_type_unsigned_long_long='unsigned long' 15212 fi 15213 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15214 fi 15215 echo "$as_me:$LINENO: result: $bash_cv_type_unsigned_long_long" >&5 15216 echo "${ECHO_T}$bash_cv_type_unsigned_long_long" >&6 17887 sed 's/^/| /' conftest.$ac_ext >&5 17888 17889 bash_cv_type_unsigned_long_long='unsigned long' 17890 fi 17891 17892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17893 conftest$ac_exeext conftest.$ac_ext 17894 fi 17895 { echo "$as_me:$LINENO: result: $bash_cv_type_unsigned_long_long" >&5 17896 echo "${ECHO_T}$bash_cv_type_unsigned_long_long" >&6; } 15217 17897 if test "$bash_cv_type_unsigned_long_long" = 'unsigned long long'; then 15218 17898 cat >>confdefs.h <<\_ACEOF … … 15223 17903 15224 17904 15225 echo "$as_me:$LINENO: checking return type of signal handlers" >&515226 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 17905 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5 17906 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } 15227 17907 if test "${ac_cv_type_signal+set}" = set; then 15228 17908 echo $ECHO_N "(cached) $ECHO_C" >&6 15229 17909 else 15230 17910 cat >conftest.$ac_ext <<_ACEOF 15231 #line $LINENO "configure" 15232 #include "confdefs.h" 17911 /* confdefs.h. */ 17912 _ACEOF 17913 cat confdefs.h >>conftest.$ac_ext 17914 cat >>conftest.$ac_ext <<_ACEOF 17915 /* end confdefs.h. */ 15233 17916 #include <sys/types.h> 15234 17917 #include <signal.h> 15235 #ifdef signal 15236 # undef signal 15237 #endif 15238 #ifdef __cplusplus 15239 extern "C" void (*signal (int, void (*)(int)))(int); 15240 #else 15241 void (*signal ()) (); 15242 #endif 15243 15244 #ifdef F77_DUMMY_MAIN 15245 # ifdef __cplusplus 15246 extern "C" 15247 # endif 15248 int F77_DUMMY_MAIN() { return 1; } 15249 #endif 17918 15250 17919 int 15251 17920 main () 15252 17921 { 15253 int i;17922 return *(signal (0, 0)) (0) == 1; 15254 17923 ; 15255 17924 return 0; … … 15257 17926 _ACEOF 15258 17927 rm -f conftest.$ac_objext 15259 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15260 (eval $ac_compile) 2>&5 15261 ac_status=$? 15262 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15263 (exit $ac_status); } && 15264 { ac_try='test -s conftest.$ac_objext' 15265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15266 (eval $ac_try) 2>&5 15267 ac_status=$? 15268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15269 (exit $ac_status); }; }; then 15270 ac_cv_type_signal=void 17928 if { (ac_try="$ac_compile" 17929 case "(($ac_try" in 17930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17931 *) ac_try_echo=$ac_try;; 17932 esac 17933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17934 (eval "$ac_compile") 2>conftest.er1 17935 ac_status=$? 17936 grep -v '^ *+' conftest.er1 >conftest.err 17937 rm -f conftest.er1 17938 cat conftest.err >&5 17939 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17940 (exit $ac_status); } && { 17941 test -z "$ac_c_werror_flag" || 17942 test ! -s conftest.err 17943 } && test -s conftest.$ac_objext; then 17944 ac_cv_type_signal=int 15271 17945 else 15272 17946 echo "$as_me: failed program was:" >&5 15273 cat conftest.$ac_ext >&5 15274 ac_cv_type_signal=int 15275 fi 15276 rm -f conftest.$ac_objext conftest.$ac_ext 15277 fi 15278 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 15279 echo "${ECHO_T}$ac_cv_type_signal" >&6 17947 sed 's/^/| /' conftest.$ac_ext >&5 17948 17949 ac_cv_type_signal=void 17950 fi 17951 17952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17953 fi 17954 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 17955 echo "${ECHO_T}$ac_cv_type_signal" >&6; } 15280 17956 15281 17957 cat >>confdefs.h <<_ACEOF … … 15285 17961 15286 17962 15287 echo "$as_me:$LINENO: checking for char" >&515288 echo $ECHO_N "checking for char... $ECHO_C" >&6 17963 { echo "$as_me:$LINENO: checking for char" >&5 17964 echo $ECHO_N "checking for char... $ECHO_C" >&6; } 15289 17965 if test "${ac_cv_type_char+set}" = set; then 15290 17966 echo $ECHO_N "(cached) $ECHO_C" >&6 15291 17967 else 15292 17968 cat >conftest.$ac_ext <<_ACEOF 15293 #line $LINENO "configure" 15294 #include "confdefs.h" 17969 /* confdefs.h. */ 17970 _ACEOF 17971 cat confdefs.h >>conftest.$ac_ext 17972 cat >>conftest.$ac_ext <<_ACEOF 17973 /* end confdefs.h. */ 15295 17974 $ac_includes_default 15296 #ifdef F77_DUMMY_MAIN 15297 # ifdef __cplusplus 15298 extern "C" 15299 # endif 15300 int F77_DUMMY_MAIN() { return 1; } 15301 #endif 17975 typedef char ac__type_new_; 15302 17976 int 15303 17977 main () 15304 17978 { 15305 if (( char*) 0)15306 return 0; 15307 if (sizeof ( char))17979 if ((ac__type_new_ *) 0) 17980 return 0; 17981 if (sizeof (ac__type_new_)) 15308 17982 return 0; 15309 17983 ; … … 15312 17986 _ACEOF 15313 17987 rm -f conftest.$ac_objext 15314 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15315 (eval $ac_compile) 2>&5 15316 ac_status=$? 15317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15318 (exit $ac_status); } && 15319 { ac_try='test -s conftest.$ac_objext' 15320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15321 (eval $ac_try) 2>&5 15322 ac_status=$? 15323 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15324 (exit $ac_status); }; }; then 17988 if { (ac_try="$ac_compile" 17989 case "(($ac_try" in 17990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17991 *) ac_try_echo=$ac_try;; 17992 esac 17993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17994 (eval "$ac_compile") 2>conftest.er1 17995 ac_status=$? 17996 grep -v '^ *+' conftest.er1 >conftest.err 17997 rm -f conftest.er1 17998 cat conftest.err >&5 17999 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18000 (exit $ac_status); } && { 18001 test -z "$ac_c_werror_flag" || 18002 test ! -s conftest.err 18003 } && test -s conftest.$ac_objext; then 15325 18004 ac_cv_type_char=yes 15326 18005 else 15327 18006 echo "$as_me: failed program was:" >&5 15328 cat conftest.$ac_ext >&5 15329 ac_cv_type_char=no 15330 fi 15331 rm -f conftest.$ac_objext conftest.$ac_ext 15332 fi 15333 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 15334 echo "${ECHO_T}$ac_cv_type_char" >&6 15335 15336 echo "$as_me:$LINENO: checking size of char" >&5 15337 echo $ECHO_N "checking size of char... $ECHO_C" >&6 18007 sed 's/^/| /' conftest.$ac_ext >&5 18008 18009 ac_cv_type_char=no 18010 fi 18011 18012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 18013 fi 18014 { echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 18015 echo "${ECHO_T}$ac_cv_type_char" >&6; } 18016 18017 # The cast to long int works around a bug in the HP C Compiler 18018 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 18019 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 18020 # This bug is HP SR number 8606223364. 18021 { echo "$as_me:$LINENO: checking size of char" >&5 18022 echo $ECHO_N "checking size of char... $ECHO_C" >&6; } 15338 18023 if test "${ac_cv_sizeof_char+set}" = set; then 15339 18024 echo $ECHO_N "(cached) $ECHO_C" >&6 15340 18025 else 15341 if test "$ac_cv_type_char" = yes; then15342 # The cast to unsigned long works around a bug in the HP C Compiler15343 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects15344 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.15345 # This bug is HP SR number 8606223364.15346 18026 if test "$cross_compiling" = yes; then 15347 18027 # Depending upon the size, compute the lo and hi bounds. 15348 18028 cat >conftest.$ac_ext <<_ACEOF 15349 #line $LINENO "configure" 15350 #include "confdefs.h" 18029 /* confdefs.h. */ 18030 _ACEOF 18031 cat confdefs.h >>conftest.$ac_ext 18032 cat >>conftest.$ac_ext <<_ACEOF 18033 /* end confdefs.h. */ 15351 18034 $ac_includes_default 15352 #ifdef F77_DUMMY_MAIN 15353 # ifdef __cplusplus 15354 extern "C" 15355 # endif 15356 int F77_DUMMY_MAIN() { return 1; } 15357 #endif 18035 typedef char ac__type_sizeof_; 15358 18036 int 15359 18037 main () 15360 18038 { 15361 static int test_array [1 - 2 * !(((long ) (sizeof (char))) >= 0)];18039 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 15362 18040 test_array [0] = 0 15363 18041 … … 15367 18045 _ACEOF 15368 18046 rm -f conftest.$ac_objext 15369 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15370 (eval $ac_compile) 2>&5 15371 ac_status=$? 15372 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15373 (exit $ac_status); } && 15374 { ac_try='test -s conftest.$ac_objext' 15375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15376 (eval $ac_try) 2>&5 15377 ac_status=$? 15378 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15379 (exit $ac_status); }; }; then 18047 if { (ac_try="$ac_compile" 18048 case "(($ac_try" in 18049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18050 *) ac_try_echo=$ac_try;; 18051 esac 18052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18053 (eval "$ac_compile") 2>conftest.er1 18054 ac_status=$? 18055 grep -v '^ *+' conftest.er1 >conftest.err 18056 rm -f conftest.er1 18057 cat conftest.err >&5 18058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18059 (exit $ac_status); } && { 18060 test -z "$ac_c_werror_flag" || 18061 test ! -s conftest.err 18062 } && test -s conftest.$ac_objext; then 15380 18063 ac_lo=0 ac_mid=0 15381 18064 while :; do 15382 18065 cat >conftest.$ac_ext <<_ACEOF 15383 #line $LINENO "configure" 15384 #include "confdefs.h" 18066 /* confdefs.h. */ 18067 _ACEOF 18068 cat confdefs.h >>conftest.$ac_ext 18069 cat >>conftest.$ac_ext <<_ACEOF 18070 /* end confdefs.h. */ 15385 18071 $ac_includes_default 15386 #ifdef F77_DUMMY_MAIN 15387 # ifdef __cplusplus 15388 extern "C" 15389 # endif 15390 int F77_DUMMY_MAIN() { return 1; } 15391 #endif 18072 typedef char ac__type_sizeof_; 15392 18073 int 15393 18074 main () 15394 18075 { 15395 static int test_array [1 - 2 * !(((long ) (sizeof (char))) <= $ac_mid)];18076 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15396 18077 test_array [0] = 0 15397 18078 … … 15401 18082 _ACEOF 15402 18083 rm -f conftest.$ac_objext 15403 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15404 (eval $ac_compile) 2>&5 15405 ac_status=$? 15406 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15407 (exit $ac_status); } && 15408 { ac_try='test -s conftest.$ac_objext' 15409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15410 (eval $ac_try) 2>&5 15411 ac_status=$? 15412 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15413 (exit $ac_status); }; }; then 18084 if { (ac_try="$ac_compile" 18085 case "(($ac_try" in 18086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18087 *) ac_try_echo=$ac_try;; 18088 esac 18089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18090 (eval "$ac_compile") 2>conftest.er1 18091 ac_status=$? 18092 grep -v '^ *+' conftest.er1 >conftest.err 18093 rm -f conftest.er1 18094 cat conftest.err >&5 18095 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18096 (exit $ac_status); } && { 18097 test -z "$ac_c_werror_flag" || 18098 test ! -s conftest.err 18099 } && test -s conftest.$ac_objext; then 15414 18100 ac_hi=$ac_mid; break 15415 18101 else 15416 18102 echo "$as_me: failed program was:" >&5 15417 cat conftest.$ac_ext >&5 15418 ac_lo=`expr $ac_mid + 1` 15419 if test $ac_lo -le $ac_mid; then 15420 ac_lo= ac_hi= 15421 break 15422 fi 15423 ac_mid=`expr 2 '*' $ac_mid + 1` 15424 fi 15425 rm -f conftest.$ac_objext conftest.$ac_ext 18103 sed 's/^/| /' conftest.$ac_ext >&5 18104 18105 ac_lo=`expr $ac_mid + 1` 18106 if test $ac_lo -le $ac_mid; then 18107 ac_lo= ac_hi= 18108 break 18109 fi 18110 ac_mid=`expr 2 '*' $ac_mid + 1` 18111 fi 18112 18113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15426 18114 done 15427 18115 else 15428 18116 echo "$as_me: failed program was:" >&5 15429 cat conftest.$ac_ext >&5 15430 cat >conftest.$ac_ext <<_ACEOF 15431 #line $LINENO "configure" 15432 #include "confdefs.h" 18117 sed 's/^/| /' conftest.$ac_ext >&5 18118 18119 cat >conftest.$ac_ext <<_ACEOF 18120 /* confdefs.h. */ 18121 _ACEOF 18122 cat confdefs.h >>conftest.$ac_ext 18123 cat >>conftest.$ac_ext <<_ACEOF 18124 /* end confdefs.h. */ 15433 18125 $ac_includes_default 15434 #ifdef F77_DUMMY_MAIN 15435 # ifdef __cplusplus 15436 extern "C" 15437 # endif 15438 int F77_DUMMY_MAIN() { return 1; } 15439 #endif 18126 typedef char ac__type_sizeof_; 15440 18127 int 15441 18128 main () 15442 18129 { 15443 static int test_array [1 - 2 * !(((long ) (sizeof (char))) < 0)];18130 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 15444 18131 test_array [0] = 0 15445 18132 … … 15449 18136 _ACEOF 15450 18137 rm -f conftest.$ac_objext 15451 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15452 (eval $ac_compile) 2>&5 15453 ac_status=$? 15454 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15455 (exit $ac_status); } && 15456 { ac_try='test -s conftest.$ac_objext' 15457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15458 (eval $ac_try) 2>&5 15459 ac_status=$? 15460 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15461 (exit $ac_status); }; }; then 18138 if { (ac_try="$ac_compile" 18139 case "(($ac_try" in 18140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18141 *) ac_try_echo=$ac_try;; 18142 esac 18143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18144 (eval "$ac_compile") 2>conftest.er1 18145 ac_status=$? 18146 grep -v '^ *+' conftest.er1 >conftest.err 18147 rm -f conftest.er1 18148 cat conftest.err >&5 18149 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18150 (exit $ac_status); } && { 18151 test -z "$ac_c_werror_flag" || 18152 test ! -s conftest.err 18153 } && test -s conftest.$ac_objext; then 15462 18154 ac_hi=-1 ac_mid=-1 15463 18155 while :; do 15464 18156 cat >conftest.$ac_ext <<_ACEOF 15465 #line $LINENO "configure" 15466 #include "confdefs.h" 18157 /* confdefs.h. */ 18158 _ACEOF 18159 cat confdefs.h >>conftest.$ac_ext 18160 cat >>conftest.$ac_ext <<_ACEOF 18161 /* end confdefs.h. */ 15467 18162 $ac_includes_default 15468 #ifdef F77_DUMMY_MAIN 15469 # ifdef __cplusplus 15470 extern "C" 15471 # endif 15472 int F77_DUMMY_MAIN() { return 1; } 15473 #endif 18163 typedef char ac__type_sizeof_; 15474 18164 int 15475 18165 main () 15476 18166 { 15477 static int test_array [1 - 2 * !(((long ) (sizeof (char))) >= $ac_mid)];18167 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 15478 18168 test_array [0] = 0 15479 18169 … … 15483 18173 _ACEOF 15484 18174 rm -f conftest.$ac_objext 15485 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15486 (eval $ac_compile) 2>&5 15487 ac_status=$? 15488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15489 (exit $ac_status); } && 15490 { ac_try='test -s conftest.$ac_objext' 15491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15492 (eval $ac_try) 2>&5 15493 ac_status=$? 15494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15495 (exit $ac_status); }; }; then 18175 if { (ac_try="$ac_compile" 18176 case "(($ac_try" in 18177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18178 *) ac_try_echo=$ac_try;; 18179 esac 18180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18181 (eval "$ac_compile") 2>conftest.er1 18182 ac_status=$? 18183 grep -v '^ *+' conftest.er1 >conftest.err 18184 rm -f conftest.er1 18185 cat conftest.err >&5 18186 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18187 (exit $ac_status); } && { 18188 test -z "$ac_c_werror_flag" || 18189 test ! -s conftest.err 18190 } && test -s conftest.$ac_objext; then 15496 18191 ac_lo=$ac_mid; break 15497 18192 else 15498 18193 echo "$as_me: failed program was:" >&5 15499 cat conftest.$ac_ext >&5 15500 ac_hi=`expr '(' $ac_mid ')' - 1` 15501 if test $ac_mid -le $ac_hi; then 15502 ac_lo= ac_hi= 15503 break 15504 fi 15505 ac_mid=`expr 2 '*' $ac_mid` 15506 fi 15507 rm -f conftest.$ac_objext conftest.$ac_ext 18194 sed 's/^/| /' conftest.$ac_ext >&5 18195 18196 ac_hi=`expr '(' $ac_mid ')' - 1` 18197 if test $ac_mid -le $ac_hi; then 18198 ac_lo= ac_hi= 18199 break 18200 fi 18201 ac_mid=`expr 2 '*' $ac_mid` 18202 fi 18203 18204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15508 18205 done 15509 18206 else 15510 18207 echo "$as_me: failed program was:" >&5 15511 cat conftest.$ac_ext >&5 15512 ac_lo= ac_hi= 15513 fi 15514 rm -f conftest.$ac_objext conftest.$ac_ext 15515 fi 15516 rm -f conftest.$ac_objext conftest.$ac_ext 18208 sed 's/^/| /' conftest.$ac_ext >&5 18209 18210 ac_lo= ac_hi= 18211 fi 18212 18213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 18214 fi 18215 18216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15517 18217 # Binary search between lo and hi bounds. 15518 18218 while test "x$ac_lo" != "x$ac_hi"; do 15519 18219 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 15520 18220 cat >conftest.$ac_ext <<_ACEOF 15521 #line $LINENO "configure" 15522 #include "confdefs.h" 18221 /* confdefs.h. */ 18222 _ACEOF 18223 cat confdefs.h >>conftest.$ac_ext 18224 cat >>conftest.$ac_ext <<_ACEOF 18225 /* end confdefs.h. */ 15523 18226 $ac_includes_default 15524 #ifdef F77_DUMMY_MAIN 15525 # ifdef __cplusplus 15526 extern "C" 15527 # endif 15528 int F77_DUMMY_MAIN() { return 1; } 15529 #endif 18227 typedef char ac__type_sizeof_; 15530 18228 int 15531 18229 main () 15532 18230 { 15533 static int test_array [1 - 2 * !(((long ) (sizeof (char))) <= $ac_mid)];18231 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15534 18232 test_array [0] = 0 15535 18233 … … 15539 18237 _ACEOF 15540 18238 rm -f conftest.$ac_objext 15541 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15542 (eval $ac_compile) 2>&5 15543 ac_status=$? 15544 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15545 (exit $ac_status); } && 15546 { ac_try='test -s conftest.$ac_objext' 15547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15548 (eval $ac_try) 2>&5 15549 ac_status=$? 15550 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15551 (exit $ac_status); }; }; then 18239 if { (ac_try="$ac_compile" 18240 case "(($ac_try" in 18241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18242 *) ac_try_echo=$ac_try;; 18243 esac 18244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18245 (eval "$ac_compile") 2>conftest.er1 18246 ac_status=$? 18247 grep -v '^ *+' conftest.er1 >conftest.err 18248 rm -f conftest.er1 18249 cat conftest.err >&5 18250 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18251 (exit $ac_status); } && { 18252 test -z "$ac_c_werror_flag" || 18253 test ! -s conftest.err 18254 } && test -s conftest.$ac_objext; then 15552 18255 ac_hi=$ac_mid 15553 18256 else 15554 18257 echo "$as_me: failed program was:" >&5 15555 cat conftest.$ac_ext >&5 15556 ac_lo=`expr '(' $ac_mid ')' + 1` 15557 fi 15558 rm -f conftest.$ac_objext conftest.$ac_ext 18258 sed 's/^/| /' conftest.$ac_ext >&5 18259 18260 ac_lo=`expr '(' $ac_mid ')' + 1` 18261 fi 18262 18263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15559 18264 done 15560 18265 case $ac_lo in 15561 18266 ?*) ac_cv_sizeof_char=$ac_lo;; 15562 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77" >&5 15563 echo "$as_me: error: cannot compute sizeof (char), 77" >&2;} 15564 { (exit 1); exit 1; }; } ;; 15565 esac 15566 else 15567 if test "$cross_compiling" = yes; then 15568 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5 15569 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 15570 { (exit 1); exit 1; }; } 18267 '') if test "$ac_cv_type_char" = yes; then 18268 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char) 18269 See \`config.log' for more details." >&5 18270 echo "$as_me: error: cannot compute sizeof (char) 18271 See \`config.log' for more details." >&2;} 18272 { (exit 77); exit 77; }; } 18273 else 18274 ac_cv_sizeof_char=0 18275 fi ;; 18276 esac 15571 18277 else 15572 18278 cat >conftest.$ac_ext <<_ACEOF 15573 #line $LINENO "configure" 15574 #include "confdefs.h" 18279 /* confdefs.h. */ 18280 _ACEOF 18281 cat confdefs.h >>conftest.$ac_ext 18282 cat >>conftest.$ac_ext <<_ACEOF 18283 /* end confdefs.h. */ 15575 18284 $ac_includes_default 15576 long longval () { return (long) (sizeof (char)); } 15577 unsigned long ulongval () { return (long) (sizeof (char)); } 18285 typedef char ac__type_sizeof_; 18286 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 18287 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 15578 18288 #include <stdio.h> 15579 18289 #include <stdlib.h> 15580 #ifdef F77_DUMMY_MAIN15581 # ifdef __cplusplus15582 extern "C"15583 # endif15584 int F77_DUMMY_MAIN() { return 1; }15585 #endif15586 18290 int 15587 18291 main () … … 15590 18294 FILE *f = fopen ("conftest.val", "w"); 15591 18295 if (! f) 15592 exit (1);15593 if (((long ) (sizeof (char))) < 0)18296 return 1; 18297 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 15594 18298 { 15595 long i = longval ();15596 if (i != ((long ) (sizeof (char))))15597 exit (1);18299 long int i = longval (); 18300 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 18301 return 1; 15598 18302 fprintf (f, "%ld\n", i); 15599 18303 } 15600 18304 else 15601 18305 { 15602 unsigned long i = ulongval ();15603 if (i != ((long ) (sizeof (char))))15604 exit (1);18306 unsigned long int i = ulongval (); 18307 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 18308 return 1; 15605 18309 fprintf (f, "%lu\n", i); 15606 18310 } 15607 exit (ferror (f) || fclose (f) != 0);18311 return ferror (f) || fclose (f) != 0; 15608 18312 15609 18313 ; … … 15612 18316 _ACEOF 15613 18317 rm -f conftest$ac_exeext 15614 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15615 (eval $ac_link) 2>&5 18318 if { (ac_try="$ac_link" 18319 case "(($ac_try" in 18320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18321 *) ac_try_echo=$ac_try;; 18322 esac 18323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18324 (eval "$ac_link") 2>&5 15616 18325 ac_status=$? 15617 18326 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15618 18327 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15620 (eval $ac_try) 2>&5 18328 { (case "(($ac_try" in 18329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18330 *) ac_try_echo=$ac_try;; 18331 esac 18332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18333 (eval "$ac_try") 2>&5 15621 18334 ac_status=$? 15622 18335 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 15626 18339 echo "$as_me: program exited with status $ac_status" >&5 15627 18340 echo "$as_me: failed program was:" >&5 15628 cat conftest.$ac_ext >&5 18341 sed 's/^/| /' conftest.$ac_ext >&5 18342 15629 18343 ( exit $ac_status ) 15630 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77" >&5 15631 echo "$as_me: error: cannot compute sizeof (char), 77" >&2;} 15632 { (exit 1); exit 1; }; } 15633 fi 15634 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15635 fi 18344 if test "$ac_cv_type_char" = yes; then 18345 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char) 18346 See \`config.log' for more details." >&5 18347 echo "$as_me: error: cannot compute sizeof (char) 18348 See \`config.log' for more details." >&2;} 18349 { (exit 77); exit 77; }; } 18350 else 18351 ac_cv_sizeof_char=0 18352 fi 18353 fi 18354 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15636 18355 fi 15637 18356 rm -f conftest.val 15638 else 15639 ac_cv_sizeof_char=0 15640 fi 15641 fi 15642 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 15643 echo "${ECHO_T}$ac_cv_sizeof_char" >&6 18357 fi 18358 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 18359 echo "${ECHO_T}$ac_cv_sizeof_char" >&6; } 18360 18361 18362 15644 18363 cat >>confdefs.h <<_ACEOF 15645 18364 #define SIZEOF_CHAR $ac_cv_sizeof_char … … 15647 18366 15648 18367 15649 echo "$as_me:$LINENO: checking for short" >&515650 echo $ECHO_N "checking for short... $ECHO_C" >&6 18368 { echo "$as_me:$LINENO: checking for short" >&5 18369 echo $ECHO_N "checking for short... $ECHO_C" >&6; } 15651 18370 if test "${ac_cv_type_short+set}" = set; then 15652 18371 echo $ECHO_N "(cached) $ECHO_C" >&6 15653 18372 else 15654 18373 cat >conftest.$ac_ext <<_ACEOF 15655 #line $LINENO "configure" 15656 #include "confdefs.h" 18374 /* confdefs.h. */ 18375 _ACEOF 18376 cat confdefs.h >>conftest.$ac_ext 18377 cat >>conftest.$ac_ext <<_ACEOF 18378 /* end confdefs.h. */ 15657 18379 $ac_includes_default 15658 #ifdef F77_DUMMY_MAIN 15659 # ifdef __cplusplus 15660 extern "C" 15661 # endif 15662 int F77_DUMMY_MAIN() { return 1; } 15663 #endif 18380 typedef short ac__type_new_; 15664 18381 int 15665 18382 main () 15666 18383 { 15667 if (( short*) 0)15668 return 0; 15669 if (sizeof ( short))18384 if ((ac__type_new_ *) 0) 18385 return 0; 18386 if (sizeof (ac__type_new_)) 15670 18387 return 0; 15671 18388 ; … … 15674 18391 _ACEOF 15675 18392 rm -f conftest.$ac_objext 15676 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15677 (eval $ac_compile) 2>&5 15678 ac_status=$? 15679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15680 (exit $ac_status); } && 15681 { ac_try='test -s conftest.$ac_objext' 15682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15683 (eval $ac_try) 2>&5 15684 ac_status=$? 15685 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15686 (exit $ac_status); }; }; then 18393 if { (ac_try="$ac_compile" 18394 case "(($ac_try" in 18395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18396 *) ac_try_echo=$ac_try;; 18397 esac 18398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18399 (eval "$ac_compile") 2>conftest.er1 18400 ac_status=$? 18401 grep -v '^ *+' conftest.er1 >conftest.err 18402 rm -f conftest.er1 18403 cat conftest.err >&5 18404 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18405 (exit $ac_status); } && { 18406 test -z "$ac_c_werror_flag" || 18407 test ! -s conftest.err 18408 } && test -s conftest.$ac_objext; then 15687 18409 ac_cv_type_short=yes 15688 18410 else 15689 18411 echo "$as_me: failed program was:" >&5 15690 cat conftest.$ac_ext >&5 15691 ac_cv_type_short=no 15692 fi 15693 rm -f conftest.$ac_objext conftest.$ac_ext 15694 fi 15695 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 15696 echo "${ECHO_T}$ac_cv_type_short" >&6 15697 15698 echo "$as_me:$LINENO: checking size of short" >&5 15699 echo $ECHO_N "checking size of short... $ECHO_C" >&6 18412 sed 's/^/| /' conftest.$ac_ext >&5 18413 18414 ac_cv_type_short=no 18415 fi 18416 18417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 18418 fi 18419 { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 18420 echo "${ECHO_T}$ac_cv_type_short" >&6; } 18421 18422 # The cast to long int works around a bug in the HP C Compiler 18423 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 18424 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 18425 # This bug is HP SR number 8606223364. 18426 { echo "$as_me:$LINENO: checking size of short" >&5 18427 echo $ECHO_N "checking size of short... $ECHO_C" >&6; } 15700 18428 if test "${ac_cv_sizeof_short+set}" = set; then 15701 18429 echo $ECHO_N "(cached) $ECHO_C" >&6 15702 18430 else 15703 if test "$ac_cv_type_short" = yes; then15704 # The cast to unsigned long works around a bug in the HP C Compiler15705 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects15706 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.15707 # This bug is HP SR number 8606223364.15708 18431 if test "$cross_compiling" = yes; then 15709 18432 # Depending upon the size, compute the lo and hi bounds. 15710 18433 cat >conftest.$ac_ext <<_ACEOF 15711 #line $LINENO "configure" 15712 #include "confdefs.h" 18434 /* confdefs.h. */ 18435 _ACEOF 18436 cat confdefs.h >>conftest.$ac_ext 18437 cat >>conftest.$ac_ext <<_ACEOF 18438 /* end confdefs.h. */ 15713 18439 $ac_includes_default 15714 #ifdef F77_DUMMY_MAIN 15715 # ifdef __cplusplus 15716 extern "C" 15717 # endif 15718 int F77_DUMMY_MAIN() { return 1; } 15719 #endif 18440 typedef short ac__type_sizeof_; 15720 18441 int 15721 18442 main () 15722 18443 { 15723 static int test_array [1 - 2 * !(((long ) (sizeof (short))) >= 0)];18444 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 15724 18445 test_array [0] = 0 15725 18446 … … 15729 18450 _ACEOF 15730 18451 rm -f conftest.$ac_objext 15731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15732 (eval $ac_compile) 2>&5 15733 ac_status=$? 15734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15735 (exit $ac_status); } && 15736 { ac_try='test -s conftest.$ac_objext' 15737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15738 (eval $ac_try) 2>&5 15739 ac_status=$? 15740 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15741 (exit $ac_status); }; }; then 18452 if { (ac_try="$ac_compile" 18453 case "(($ac_try" in 18454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18455 *) ac_try_echo=$ac_try;; 18456 esac 18457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18458 (eval "$ac_compile") 2>conftest.er1 18459 ac_status=$? 18460 grep -v '^ *+' conftest.er1 >conftest.err 18461 rm -f conftest.er1 18462 cat conftest.err >&5 18463 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18464 (exit $ac_status); } && { 18465 test -z "$ac_c_werror_flag" || 18466 test ! -s conftest.err 18467 } && test -s conftest.$ac_objext; then 15742 18468 ac_lo=0 ac_mid=0 15743 18469 while :; do 15744 18470 cat >conftest.$ac_ext <<_ACEOF 15745 #line $LINENO "configure" 15746 #include "confdefs.h" 18471 /* confdefs.h. */ 18472 _ACEOF 18473 cat confdefs.h >>conftest.$ac_ext 18474 cat >>conftest.$ac_ext <<_ACEOF 18475 /* end confdefs.h. */ 15747 18476 $ac_includes_default 15748 #ifdef F77_DUMMY_MAIN 15749 # ifdef __cplusplus 15750 extern "C" 15751 # endif 15752 int F77_DUMMY_MAIN() { return 1; } 15753 #endif 18477 typedef short ac__type_sizeof_; 15754 18478 int 15755 18479 main () 15756 18480 { 15757 static int test_array [1 - 2 * !(((long ) (sizeof (short))) <= $ac_mid)];18481 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15758 18482 test_array [0] = 0 15759 18483 … … 15763 18487 _ACEOF 15764 18488 rm -f conftest.$ac_objext 15765 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15766 (eval $ac_compile) 2>&5 15767 ac_status=$? 15768 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15769 (exit $ac_status); } && 15770 { ac_try='test -s conftest.$ac_objext' 15771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15772 (eval $ac_try) 2>&5 15773 ac_status=$? 15774 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15775 (exit $ac_status); }; }; then 18489 if { (ac_try="$ac_compile" 18490 case "(($ac_try" in 18491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18492 *) ac_try_echo=$ac_try;; 18493 esac 18494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18495 (eval "$ac_compile") 2>conftest.er1 18496 ac_status=$? 18497 grep -v '^ *+' conftest.er1 >conftest.err 18498 rm -f conftest.er1 18499 cat conftest.err >&5 18500 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18501 (exit $ac_status); } && { 18502 test -z "$ac_c_werror_flag" || 18503 test ! -s conftest.err 18504 } && test -s conftest.$ac_objext; then 15776 18505 ac_hi=$ac_mid; break 15777 18506 else 15778 18507 echo "$as_me: failed program was:" >&5 15779 cat conftest.$ac_ext >&5 15780 ac_lo=`expr $ac_mid + 1` 15781 if test $ac_lo -le $ac_mid; then 15782 ac_lo= ac_hi= 15783 break 15784 fi 15785 ac_mid=`expr 2 '*' $ac_mid + 1` 15786 fi 15787 rm -f conftest.$ac_objext conftest.$ac_ext 18508 sed 's/^/| /' conftest.$ac_ext >&5 18509 18510 ac_lo=`expr $ac_mid + 1` 18511 if test $ac_lo -le $ac_mid; then 18512 ac_lo= ac_hi= 18513 break 18514 fi 18515 ac_mid=`expr 2 '*' $ac_mid + 1` 18516 fi 18517 18518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15788 18519 done 15789 18520 else 15790 18521 echo "$as_me: failed program was:" >&5 15791 cat conftest.$ac_ext >&5 15792 cat >conftest.$ac_ext <<_ACEOF 15793 #line $LINENO "configure" 15794 #include "confdefs.h" 18522 sed 's/^/| /' conftest.$ac_ext >&5 18523 18524 cat >conftest.$ac_ext <<_ACEOF 18525 /* confdefs.h. */ 18526 _ACEOF 18527 cat confdefs.h >>conftest.$ac_ext 18528 cat >>conftest.$ac_ext <<_ACEOF 18529 /* end confdefs.h. */ 15795 18530 $ac_includes_default 15796 #ifdef F77_DUMMY_MAIN 15797 # ifdef __cplusplus 15798 extern "C" 15799 # endif 15800 int F77_DUMMY_MAIN() { return 1; } 15801 #endif 18531 typedef short ac__type_sizeof_; 15802 18532 int 15803 18533 main () 15804 18534 { 15805 static int test_array [1 - 2 * !(((long ) (sizeof (short))) < 0)];18535 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 15806 18536 test_array [0] = 0 15807 18537 … … 15811 18541 _ACEOF 15812 18542 rm -f conftest.$ac_objext 15813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15814 (eval $ac_compile) 2>&5 15815 ac_status=$? 15816 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15817 (exit $ac_status); } && 15818 { ac_try='test -s conftest.$ac_objext' 15819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15820 (eval $ac_try) 2>&5 15821 ac_status=$? 15822 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15823 (exit $ac_status); }; }; then 18543 if { (ac_try="$ac_compile" 18544 case "(($ac_try" in 18545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18546 *) ac_try_echo=$ac_try;; 18547 esac 18548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18549 (eval "$ac_compile") 2>conftest.er1 18550 ac_status=$? 18551 grep -v '^ *+' conftest.er1 >conftest.err 18552 rm -f conftest.er1 18553 cat conftest.err >&5 18554 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18555 (exit $ac_status); } && { 18556 test -z "$ac_c_werror_flag" || 18557 test ! -s conftest.err 18558 } && test -s conftest.$ac_objext; then 15824 18559 ac_hi=-1 ac_mid=-1 15825 18560 while :; do 15826 18561 cat >conftest.$ac_ext <<_ACEOF 15827 #line $LINENO "configure" 15828 #include "confdefs.h" 18562 /* confdefs.h. */ 18563 _ACEOF 18564 cat confdefs.h >>conftest.$ac_ext 18565 cat >>conftest.$ac_ext <<_ACEOF 18566 /* end confdefs.h. */ 15829 18567 $ac_includes_default 15830 #ifdef F77_DUMMY_MAIN 15831 # ifdef __cplusplus 15832 extern "C" 15833 # endif 15834 int F77_DUMMY_MAIN() { return 1; } 15835 #endif 18568 typedef short ac__type_sizeof_; 15836 18569 int 15837 18570 main () 15838 18571 { 15839 static int test_array [1 - 2 * !(((long ) (sizeof (short))) >= $ac_mid)];18572 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 15840 18573 test_array [0] = 0 15841 18574 … … 15845 18578 _ACEOF 15846 18579 rm -f conftest.$ac_objext 15847 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15848 (eval $ac_compile) 2>&5 15849 ac_status=$? 15850 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15851 (exit $ac_status); } && 15852 { ac_try='test -s conftest.$ac_objext' 15853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15854 (eval $ac_try) 2>&5 15855 ac_status=$? 15856 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15857 (exit $ac_status); }; }; then 18580 if { (ac_try="$ac_compile" 18581 case "(($ac_try" in 18582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18583 *) ac_try_echo=$ac_try;; 18584 esac 18585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18586 (eval "$ac_compile") 2>conftest.er1 18587 ac_status=$? 18588 grep -v '^ *+' conftest.er1 >conftest.err 18589 rm -f conftest.er1 18590 cat conftest.err >&5 18591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18592 (exit $ac_status); } && { 18593 test -z "$ac_c_werror_flag" || 18594 test ! -s conftest.err 18595 } && test -s conftest.$ac_objext; then 15858 18596 ac_lo=$ac_mid; break 15859 18597 else 15860 18598 echo "$as_me: failed program was:" >&5 15861 cat conftest.$ac_ext >&5 15862 ac_hi=`expr '(' $ac_mid ')' - 1` 15863 if test $ac_mid -le $ac_hi; then 15864 ac_lo= ac_hi= 15865 break 15866 fi 15867 ac_mid=`expr 2 '*' $ac_mid` 15868 fi 15869 rm -f conftest.$ac_objext conftest.$ac_ext 18599 sed 's/^/| /' conftest.$ac_ext >&5 18600 18601 ac_hi=`expr '(' $ac_mid ')' - 1` 18602 if test $ac_mid -le $ac_hi; then 18603 ac_lo= ac_hi= 18604 break 18605 fi 18606 ac_mid=`expr 2 '*' $ac_mid` 18607 fi 18608 18609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15870 18610 done 15871 18611 else 15872 18612 echo "$as_me: failed program was:" >&5 15873 cat conftest.$ac_ext >&5 15874 ac_lo= ac_hi= 15875 fi 15876 rm -f conftest.$ac_objext conftest.$ac_ext 15877 fi 15878 rm -f conftest.$ac_objext conftest.$ac_ext 18613 sed 's/^/| /' conftest.$ac_ext >&5 18614 18615 ac_lo= ac_hi= 18616 fi 18617 18618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 18619 fi 18620 18621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15879 18622 # Binary search between lo and hi bounds. 15880 18623 while test "x$ac_lo" != "x$ac_hi"; do 15881 18624 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 15882 18625 cat >conftest.$ac_ext <<_ACEOF 15883 #line $LINENO "configure" 15884 #include "confdefs.h" 18626 /* confdefs.h. */ 18627 _ACEOF 18628 cat confdefs.h >>conftest.$ac_ext 18629 cat >>conftest.$ac_ext <<_ACEOF 18630 /* end confdefs.h. */ 15885 18631 $ac_includes_default 15886 #ifdef F77_DUMMY_MAIN 15887 # ifdef __cplusplus 15888 extern "C" 15889 # endif 15890 int F77_DUMMY_MAIN() { return 1; } 15891 #endif 18632 typedef short ac__type_sizeof_; 15892 18633 int 15893 18634 main () 15894 18635 { 15895 static int test_array [1 - 2 * !(((long ) (sizeof (short))) <= $ac_mid)];18636 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15896 18637 test_array [0] = 0 15897 18638 … … 15901 18642 _ACEOF 15902 18643 rm -f conftest.$ac_objext 15903 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15904 (eval $ac_compile) 2>&5 15905 ac_status=$? 15906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15907 (exit $ac_status); } && 15908 { ac_try='test -s conftest.$ac_objext' 15909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15910 (eval $ac_try) 2>&5 15911 ac_status=$? 15912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15913 (exit $ac_status); }; }; then 18644 if { (ac_try="$ac_compile" 18645 case "(($ac_try" in 18646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18647 *) ac_try_echo=$ac_try;; 18648 esac 18649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18650 (eval "$ac_compile") 2>conftest.er1 18651 ac_status=$? 18652 grep -v '^ *+' conftest.er1 >conftest.err 18653 rm -f conftest.er1 18654 cat conftest.err >&5 18655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18656 (exit $ac_status); } && { 18657 test -z "$ac_c_werror_flag" || 18658 test ! -s conftest.err 18659 } && test -s conftest.$ac_objext; then 15914 18660 ac_hi=$ac_mid 15915 18661 else 15916 18662 echo "$as_me: failed program was:" >&5 15917 cat conftest.$ac_ext >&5 15918 ac_lo=`expr '(' $ac_mid ')' + 1` 15919 fi 15920 rm -f conftest.$ac_objext conftest.$ac_ext 18663 sed 's/^/| /' conftest.$ac_ext >&5 18664 18665 ac_lo=`expr '(' $ac_mid ')' + 1` 18666 fi 18667 18668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15921 18669 done 15922 18670 case $ac_lo in 15923 18671 ?*) ac_cv_sizeof_short=$ac_lo;; 15924 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77" >&5 15925 echo "$as_me: error: cannot compute sizeof (short), 77" >&2;} 15926 { (exit 1); exit 1; }; } ;; 15927 esac 15928 else 15929 if test "$cross_compiling" = yes; then 15930 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5 15931 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 15932 { (exit 1); exit 1; }; } 18672 '') if test "$ac_cv_type_short" = yes; then 18673 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) 18674 See \`config.log' for more details." >&5 18675 echo "$as_me: error: cannot compute sizeof (short) 18676 See \`config.log' for more details." >&2;} 18677 { (exit 77); exit 77; }; } 18678 else 18679 ac_cv_sizeof_short=0 18680 fi ;; 18681 esac 15933 18682 else 15934 18683 cat >conftest.$ac_ext <<_ACEOF 15935 #line $LINENO "configure" 15936 #include "confdefs.h" 18684 /* confdefs.h. */ 18685 _ACEOF 18686 cat confdefs.h >>conftest.$ac_ext 18687 cat >>conftest.$ac_ext <<_ACEOF 18688 /* end confdefs.h. */ 15937 18689 $ac_includes_default 15938 long longval () { return (long) (sizeof (short)); } 15939 unsigned long ulongval () { return (long) (sizeof (short)); } 18690 typedef short ac__type_sizeof_; 18691 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 18692 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 15940 18693 #include <stdio.h> 15941 18694 #include <stdlib.h> 15942 #ifdef F77_DUMMY_MAIN15943 # ifdef __cplusplus15944 extern "C"15945 # endif15946 int F77_DUMMY_MAIN() { return 1; }15947 #endif15948 18695 int 15949 18696 main () … … 15952 18699 FILE *f = fopen ("conftest.val", "w"); 15953 18700 if (! f) 15954 exit (1);15955 if (((long ) (sizeof (short))) < 0)18701 return 1; 18702 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 15956 18703 { 15957 long i = longval ();15958 if (i != ((long ) (sizeof (short))))15959 exit (1);18704 long int i = longval (); 18705 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 18706 return 1; 15960 18707 fprintf (f, "%ld\n", i); 15961 18708 } 15962 18709 else 15963 18710 { 15964 unsigned long i = ulongval ();15965 if (i != ((long ) (sizeof (short))))15966 exit (1);18711 unsigned long int i = ulongval (); 18712 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 18713 return 1; 15967 18714 fprintf (f, "%lu\n", i); 15968 18715 } 15969 exit (ferror (f) || fclose (f) != 0);18716 return ferror (f) || fclose (f) != 0; 15970 18717 15971 18718 ; … … 15974 18721 _ACEOF 15975 18722 rm -f conftest$ac_exeext 15976 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15977 (eval $ac_link) 2>&5 18723 if { (ac_try="$ac_link" 18724 case "(($ac_try" in 18725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18726 *) ac_try_echo=$ac_try;; 18727 esac 18728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18729 (eval "$ac_link") 2>&5 15978 18730 ac_status=$? 15979 18731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15980 18732 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15982 (eval $ac_try) 2>&5 18733 { (case "(($ac_try" in 18734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18735 *) ac_try_echo=$ac_try;; 18736 esac 18737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18738 (eval "$ac_try") 2>&5 15983 18739 ac_status=$? 15984 18740 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 15988 18744 echo "$as_me: program exited with status $ac_status" >&5 15989 18745 echo "$as_me: failed program was:" >&5 15990 cat conftest.$ac_ext >&5 18746 sed 's/^/| /' conftest.$ac_ext >&5 18747 15991 18748 ( exit $ac_status ) 15992 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77" >&5 15993 echo "$as_me: error: cannot compute sizeof (short), 77" >&2;} 15994 { (exit 1); exit 1; }; } 15995 fi 15996 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15997 fi 18749 if test "$ac_cv_type_short" = yes; then 18750 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) 18751 See \`config.log' for more details." >&5 18752 echo "$as_me: error: cannot compute sizeof (short) 18753 See \`config.log' for more details." >&2;} 18754 { (exit 77); exit 77; }; } 18755 else 18756 ac_cv_sizeof_short=0 18757 fi 18758 fi 18759 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15998 18760 fi 15999 18761 rm -f conftest.val 16000 else 16001 ac_cv_sizeof_short=0 16002 fi 16003 fi 16004 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 16005 echo "${ECHO_T}$ac_cv_sizeof_short" >&6 18762 fi 18763 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 18764 echo "${ECHO_T}$ac_cv_sizeof_short" >&6; } 18765 18766 18767 16006 18768 cat >>confdefs.h <<_ACEOF 16007 18769 #define SIZEOF_SHORT $ac_cv_sizeof_short … … 16009 18771 16010 18772 16011 echo "$as_me:$LINENO: checking for int" >&516012 echo $ECHO_N "checking for int... $ECHO_C" >&6 18773 { echo "$as_me:$LINENO: checking for int" >&5 18774 echo $ECHO_N "checking for int... $ECHO_C" >&6; } 16013 18775 if test "${ac_cv_type_int+set}" = set; then 16014 18776 echo $ECHO_N "(cached) $ECHO_C" >&6 16015 18777 else 16016 18778 cat >conftest.$ac_ext <<_ACEOF 16017 #line $LINENO "configure" 16018 #include "confdefs.h" 18779 /* confdefs.h. */ 18780 _ACEOF 18781 cat confdefs.h >>conftest.$ac_ext 18782 cat >>conftest.$ac_ext <<_ACEOF 18783 /* end confdefs.h. */ 16019 18784 $ac_includes_default 16020 #ifdef F77_DUMMY_MAIN 16021 # ifdef __cplusplus 16022 extern "C" 16023 # endif 16024 int F77_DUMMY_MAIN() { return 1; } 16025 #endif 18785 typedef int ac__type_new_; 16026 18786 int 16027 18787 main () 16028 18788 { 16029 if (( int*) 0)16030 return 0; 16031 if (sizeof ( int))18789 if ((ac__type_new_ *) 0) 18790 return 0; 18791 if (sizeof (ac__type_new_)) 16032 18792 return 0; 16033 18793 ; … … 16036 18796 _ACEOF 16037 18797 rm -f conftest.$ac_objext 16038 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16039 (eval $ac_compile) 2>&5 16040 ac_status=$? 16041 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16042 (exit $ac_status); } && 16043 { ac_try='test -s conftest.$ac_objext' 16044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16045 (eval $ac_try) 2>&5 16046 ac_status=$? 16047 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16048 (exit $ac_status); }; }; then 18798 if { (ac_try="$ac_compile" 18799 case "(($ac_try" in 18800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18801 *) ac_try_echo=$ac_try;; 18802 esac 18803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18804 (eval "$ac_compile") 2>conftest.er1 18805 ac_status=$? 18806 grep -v '^ *+' conftest.er1 >conftest.err 18807 rm -f conftest.er1 18808 cat conftest.err >&5 18809 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18810 (exit $ac_status); } && { 18811 test -z "$ac_c_werror_flag" || 18812 test ! -s conftest.err 18813 } && test -s conftest.$ac_objext; then 16049 18814 ac_cv_type_int=yes 16050 18815 else 16051 18816 echo "$as_me: failed program was:" >&5 16052 cat conftest.$ac_ext >&5 16053 ac_cv_type_int=no 16054 fi 16055 rm -f conftest.$ac_objext conftest.$ac_ext 16056 fi 16057 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 16058 echo "${ECHO_T}$ac_cv_type_int" >&6 16059 16060 echo "$as_me:$LINENO: checking size of int" >&5 16061 echo $ECHO_N "checking size of int... $ECHO_C" >&6 18817 sed 's/^/| /' conftest.$ac_ext >&5 18818 18819 ac_cv_type_int=no 18820 fi 18821 18822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 18823 fi 18824 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 18825 echo "${ECHO_T}$ac_cv_type_int" >&6; } 18826 18827 # The cast to long int works around a bug in the HP C Compiler 18828 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 18829 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 18830 # This bug is HP SR number 8606223364. 18831 { echo "$as_me:$LINENO: checking size of int" >&5 18832 echo $ECHO_N "checking size of int... $ECHO_C" >&6; } 16062 18833 if test "${ac_cv_sizeof_int+set}" = set; then 16063 18834 echo $ECHO_N "(cached) $ECHO_C" >&6 16064 18835 else 16065 if test "$ac_cv_type_int" = yes; then16066 # The cast to unsigned long works around a bug in the HP C Compiler16067 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects16068 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.16069 # This bug is HP SR number 8606223364.16070 18836 if test "$cross_compiling" = yes; then 16071 18837 # Depending upon the size, compute the lo and hi bounds. 16072 18838 cat >conftest.$ac_ext <<_ACEOF 16073 #line $LINENO "configure" 16074 #include "confdefs.h" 18839 /* confdefs.h. */ 18840 _ACEOF 18841 cat confdefs.h >>conftest.$ac_ext 18842 cat >>conftest.$ac_ext <<_ACEOF 18843 /* end confdefs.h. */ 16075 18844 $ac_includes_default 16076 #ifdef F77_DUMMY_MAIN 16077 # ifdef __cplusplus 16078 extern "C" 16079 # endif 16080 int F77_DUMMY_MAIN() { return 1; } 16081 #endif 18845 typedef int ac__type_sizeof_; 16082 18846 int 16083 18847 main () 16084 18848 { 16085 static int test_array [1 - 2 * !(((long ) (sizeof (int))) >= 0)];18849 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 16086 18850 test_array [0] = 0 16087 18851 … … 16091 18855 _ACEOF 16092 18856 rm -f conftest.$ac_objext 16093 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16094 (eval $ac_compile) 2>&5 16095 ac_status=$? 16096 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16097 (exit $ac_status); } && 16098 { ac_try='test -s conftest.$ac_objext' 16099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16100 (eval $ac_try) 2>&5 16101 ac_status=$? 16102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16103 (exit $ac_status); }; }; then 18857 if { (ac_try="$ac_compile" 18858 case "(($ac_try" in 18859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18860 *) ac_try_echo=$ac_try;; 18861 esac 18862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18863 (eval "$ac_compile") 2>conftest.er1 18864 ac_status=$? 18865 grep -v '^ *+' conftest.er1 >conftest.err 18866 rm -f conftest.er1 18867 cat conftest.err >&5 18868 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18869 (exit $ac_status); } && { 18870 test -z "$ac_c_werror_flag" || 18871 test ! -s conftest.err 18872 } && test -s conftest.$ac_objext; then 16104 18873 ac_lo=0 ac_mid=0 16105 18874 while :; do 16106 18875 cat >conftest.$ac_ext <<_ACEOF 16107 #line $LINENO "configure" 16108 #include "confdefs.h" 18876 /* confdefs.h. */ 18877 _ACEOF 18878 cat confdefs.h >>conftest.$ac_ext 18879 cat >>conftest.$ac_ext <<_ACEOF 18880 /* end confdefs.h. */ 16109 18881 $ac_includes_default 16110 #ifdef F77_DUMMY_MAIN 16111 # ifdef __cplusplus 16112 extern "C" 16113 # endif 16114 int F77_DUMMY_MAIN() { return 1; } 16115 #endif 18882 typedef int ac__type_sizeof_; 16116 18883 int 16117 18884 main () 16118 18885 { 16119 static int test_array [1 - 2 * !(((long ) (sizeof (int))) <= $ac_mid)];18886 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 16120 18887 test_array [0] = 0 16121 18888 … … 16125 18892 _ACEOF 16126 18893 rm -f conftest.$ac_objext 16127 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16128 (eval $ac_compile) 2>&5 16129 ac_status=$? 16130 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16131 (exit $ac_status); } && 16132 { ac_try='test -s conftest.$ac_objext' 16133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16134 (eval $ac_try) 2>&5 16135 ac_status=$? 16136 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16137 (exit $ac_status); }; }; then 18894 if { (ac_try="$ac_compile" 18895 case "(($ac_try" in 18896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18897 *) ac_try_echo=$ac_try;; 18898 esac 18899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18900 (eval "$ac_compile") 2>conftest.er1 18901 ac_status=$? 18902 grep -v '^ *+' conftest.er1 >conftest.err 18903 rm -f conftest.er1 18904 cat conftest.err >&5 18905 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18906 (exit $ac_status); } && { 18907 test -z "$ac_c_werror_flag" || 18908 test ! -s conftest.err 18909 } && test -s conftest.$ac_objext; then 16138 18910 ac_hi=$ac_mid; break 16139 18911 else 16140 18912 echo "$as_me: failed program was:" >&5 16141 cat conftest.$ac_ext >&5 16142 ac_lo=`expr $ac_mid + 1` 16143 if test $ac_lo -le $ac_mid; then 16144 ac_lo= ac_hi= 16145 break 16146 fi 16147 ac_mid=`expr 2 '*' $ac_mid + 1` 16148 fi 16149 rm -f conftest.$ac_objext conftest.$ac_ext 18913 sed 's/^/| /' conftest.$ac_ext >&5 18914 18915 ac_lo=`expr $ac_mid + 1` 18916 if test $ac_lo -le $ac_mid; then 18917 ac_lo= ac_hi= 18918 break 18919 fi 18920 ac_mid=`expr 2 '*' $ac_mid + 1` 18921 fi 18922 18923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16150 18924 done 16151 18925 else 16152 18926 echo "$as_me: failed program was:" >&5 16153 cat conftest.$ac_ext >&5 16154 cat >conftest.$ac_ext <<_ACEOF 16155 #line $LINENO "configure" 16156 #include "confdefs.h" 18927 sed 's/^/| /' conftest.$ac_ext >&5 18928 18929 cat >conftest.$ac_ext <<_ACEOF 18930 /* confdefs.h. */ 18931 _ACEOF 18932 cat confdefs.h >>conftest.$ac_ext 18933 cat >>conftest.$ac_ext <<_ACEOF 18934 /* end confdefs.h. */ 16157 18935 $ac_includes_default 16158 #ifdef F77_DUMMY_MAIN 16159 # ifdef __cplusplus 16160 extern "C" 16161 # endif 16162 int F77_DUMMY_MAIN() { return 1; } 16163 #endif 18936 typedef int ac__type_sizeof_; 16164 18937 int 16165 18938 main () 16166 18939 { 16167 static int test_array [1 - 2 * !(((long ) (sizeof (int))) < 0)];18940 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 16168 18941 test_array [0] = 0 16169 18942 … … 16173 18946 _ACEOF 16174 18947 rm -f conftest.$ac_objext 16175 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16176 (eval $ac_compile) 2>&5 16177 ac_status=$? 16178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16179 (exit $ac_status); } && 16180 { ac_try='test -s conftest.$ac_objext' 16181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16182 (eval $ac_try) 2>&5 16183 ac_status=$? 16184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16185 (exit $ac_status); }; }; then 18948 if { (ac_try="$ac_compile" 18949 case "(($ac_try" in 18950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18951 *) ac_try_echo=$ac_try;; 18952 esac 18953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18954 (eval "$ac_compile") 2>conftest.er1 18955 ac_status=$? 18956 grep -v '^ *+' conftest.er1 >conftest.err 18957 rm -f conftest.er1 18958 cat conftest.err >&5 18959 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18960 (exit $ac_status); } && { 18961 test -z "$ac_c_werror_flag" || 18962 test ! -s conftest.err 18963 } && test -s conftest.$ac_objext; then 16186 18964 ac_hi=-1 ac_mid=-1 16187 18965 while :; do 16188 18966 cat >conftest.$ac_ext <<_ACEOF 16189 #line $LINENO "configure" 16190 #include "confdefs.h" 18967 /* confdefs.h. */ 18968 _ACEOF 18969 cat confdefs.h >>conftest.$ac_ext 18970 cat >>conftest.$ac_ext <<_ACEOF 18971 /* end confdefs.h. */ 16191 18972 $ac_includes_default 16192 #ifdef F77_DUMMY_MAIN 16193 # ifdef __cplusplus 16194 extern "C" 16195 # endif 16196 int F77_DUMMY_MAIN() { return 1; } 16197 #endif 18973 typedef int ac__type_sizeof_; 16198 18974 int 16199 18975 main () 16200 18976 { 16201 static int test_array [1 - 2 * !(((long ) (sizeof (int))) >= $ac_mid)];18977 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 16202 18978 test_array [0] = 0 16203 18979 … … 16207 18983 _ACEOF 16208 18984 rm -f conftest.$ac_objext 16209 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16210 (eval $ac_compile) 2>&5 16211 ac_status=$? 16212 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16213 (exit $ac_status); } && 16214 { ac_try='test -s conftest.$ac_objext' 16215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16216 (eval $ac_try) 2>&5 16217 ac_status=$? 16218 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16219 (exit $ac_status); }; }; then 18985 if { (ac_try="$ac_compile" 18986 case "(($ac_try" in 18987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18988 *) ac_try_echo=$ac_try;; 18989 esac 18990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18991 (eval "$ac_compile") 2>conftest.er1 18992 ac_status=$? 18993 grep -v '^ *+' conftest.er1 >conftest.err 18994 rm -f conftest.er1 18995 cat conftest.err >&5 18996 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18997 (exit $ac_status); } && { 18998 test -z "$ac_c_werror_flag" || 18999 test ! -s conftest.err 19000 } && test -s conftest.$ac_objext; then 16220 19001 ac_lo=$ac_mid; break 16221 19002 else 16222 19003 echo "$as_me: failed program was:" >&5 16223 cat conftest.$ac_ext >&5 16224 ac_hi=`expr '(' $ac_mid ')' - 1` 16225 if test $ac_mid -le $ac_hi; then 16226 ac_lo= ac_hi= 16227 break 16228 fi 16229 ac_mid=`expr 2 '*' $ac_mid` 16230 fi 16231 rm -f conftest.$ac_objext conftest.$ac_ext 19004 sed 's/^/| /' conftest.$ac_ext >&5 19005 19006 ac_hi=`expr '(' $ac_mid ')' - 1` 19007 if test $ac_mid -le $ac_hi; then 19008 ac_lo= ac_hi= 19009 break 19010 fi 19011 ac_mid=`expr 2 '*' $ac_mid` 19012 fi 19013 19014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16232 19015 done 16233 19016 else 16234 19017 echo "$as_me: failed program was:" >&5 16235 cat conftest.$ac_ext >&5 16236 ac_lo= ac_hi= 16237 fi 16238 rm -f conftest.$ac_objext conftest.$ac_ext 16239 fi 16240 rm -f conftest.$ac_objext conftest.$ac_ext 19018 sed 's/^/| /' conftest.$ac_ext >&5 19019 19020 ac_lo= ac_hi= 19021 fi 19022 19023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19024 fi 19025 19026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16241 19027 # Binary search between lo and hi bounds. 16242 19028 while test "x$ac_lo" != "x$ac_hi"; do 16243 19029 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 16244 19030 cat >conftest.$ac_ext <<_ACEOF 16245 #line $LINENO "configure" 16246 #include "confdefs.h" 19031 /* confdefs.h. */ 19032 _ACEOF 19033 cat confdefs.h >>conftest.$ac_ext 19034 cat >>conftest.$ac_ext <<_ACEOF 19035 /* end confdefs.h. */ 16247 19036 $ac_includes_default 16248 #ifdef F77_DUMMY_MAIN 16249 # ifdef __cplusplus 16250 extern "C" 16251 # endif 16252 int F77_DUMMY_MAIN() { return 1; } 16253 #endif 19037 typedef int ac__type_sizeof_; 16254 19038 int 16255 19039 main () 16256 19040 { 16257 static int test_array [1 - 2 * !(((long ) (sizeof (int))) <= $ac_mid)];19041 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 16258 19042 test_array [0] = 0 16259 19043 … … 16263 19047 _ACEOF 16264 19048 rm -f conftest.$ac_objext 16265 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16266 (eval $ac_compile) 2>&5 16267 ac_status=$? 16268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16269 (exit $ac_status); } && 16270 { ac_try='test -s conftest.$ac_objext' 16271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16272 (eval $ac_try) 2>&5 16273 ac_status=$? 16274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16275 (exit $ac_status); }; }; then 19049 if { (ac_try="$ac_compile" 19050 case "(($ac_try" in 19051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19052 *) ac_try_echo=$ac_try;; 19053 esac 19054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19055 (eval "$ac_compile") 2>conftest.er1 19056 ac_status=$? 19057 grep -v '^ *+' conftest.er1 >conftest.err 19058 rm -f conftest.er1 19059 cat conftest.err >&5 19060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19061 (exit $ac_status); } && { 19062 test -z "$ac_c_werror_flag" || 19063 test ! -s conftest.err 19064 } && test -s conftest.$ac_objext; then 16276 19065 ac_hi=$ac_mid 16277 19066 else 16278 19067 echo "$as_me: failed program was:" >&5 16279 cat conftest.$ac_ext >&5 16280 ac_lo=`expr '(' $ac_mid ')' + 1` 16281 fi 16282 rm -f conftest.$ac_objext conftest.$ac_ext 19068 sed 's/^/| /' conftest.$ac_ext >&5 19069 19070 ac_lo=`expr '(' $ac_mid ')' + 1` 19071 fi 19072 19073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16283 19074 done 16284 19075 case $ac_lo in 16285 19076 ?*) ac_cv_sizeof_int=$ac_lo;; 16286 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77" >&5 16287 echo "$as_me: error: cannot compute sizeof (int), 77" >&2;} 16288 { (exit 1); exit 1; }; } ;; 16289 esac 16290 else 16291 if test "$cross_compiling" = yes; then 16292 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5 16293 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 16294 { (exit 1); exit 1; }; } 19077 '') if test "$ac_cv_type_int" = yes; then 19078 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 19079 See \`config.log' for more details." >&5 19080 echo "$as_me: error: cannot compute sizeof (int) 19081 See \`config.log' for more details." >&2;} 19082 { (exit 77); exit 77; }; } 19083 else 19084 ac_cv_sizeof_int=0 19085 fi ;; 19086 esac 16295 19087 else 16296 19088 cat >conftest.$ac_ext <<_ACEOF 16297 #line $LINENO "configure" 16298 #include "confdefs.h" 19089 /* confdefs.h. */ 19090 _ACEOF 19091 cat confdefs.h >>conftest.$ac_ext 19092 cat >>conftest.$ac_ext <<_ACEOF 19093 /* end confdefs.h. */ 16299 19094 $ac_includes_default 16300 long longval () { return (long) (sizeof (int)); } 16301 unsigned long ulongval () { return (long) (sizeof (int)); } 19095 typedef int ac__type_sizeof_; 19096 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 19097 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 16302 19098 #include <stdio.h> 16303 19099 #include <stdlib.h> 16304 #ifdef F77_DUMMY_MAIN16305 # ifdef __cplusplus16306 extern "C"16307 # endif16308 int F77_DUMMY_MAIN() { return 1; }16309 #endif16310 19100 int 16311 19101 main () … … 16314 19104 FILE *f = fopen ("conftest.val", "w"); 16315 19105 if (! f) 16316 exit (1);16317 if (((long ) (sizeof (int))) < 0)19106 return 1; 19107 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 16318 19108 { 16319 long i = longval ();16320 if (i != ((long ) (sizeof (int))))16321 exit (1);19109 long int i = longval (); 19110 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 19111 return 1; 16322 19112 fprintf (f, "%ld\n", i); 16323 19113 } 16324 19114 else 16325 19115 { 16326 unsigned long i = ulongval ();16327 if (i != ((long ) (sizeof (int))))16328 exit (1);19116 unsigned long int i = ulongval (); 19117 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 19118 return 1; 16329 19119 fprintf (f, "%lu\n", i); 16330 19120 } 16331 exit (ferror (f) || fclose (f) != 0);19121 return ferror (f) || fclose (f) != 0; 16332 19122 16333 19123 ; … … 16336 19126 _ACEOF 16337 19127 rm -f conftest$ac_exeext 16338 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16339 (eval $ac_link) 2>&5 19128 if { (ac_try="$ac_link" 19129 case "(($ac_try" in 19130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19131 *) ac_try_echo=$ac_try;; 19132 esac 19133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19134 (eval "$ac_link") 2>&5 16340 19135 ac_status=$? 16341 19136 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16342 19137 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 16343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16344 (eval $ac_try) 2>&5 19138 { (case "(($ac_try" in 19139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19140 *) ac_try_echo=$ac_try;; 19141 esac 19142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19143 (eval "$ac_try") 2>&5 16345 19144 ac_status=$? 16346 19145 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 16350 19149 echo "$as_me: program exited with status $ac_status" >&5 16351 19150 echo "$as_me: failed program was:" >&5 16352 cat conftest.$ac_ext >&5 19151 sed 's/^/| /' conftest.$ac_ext >&5 19152 16353 19153 ( exit $ac_status ) 16354 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77" >&5 16355 echo "$as_me: error: cannot compute sizeof (int), 77" >&2;} 16356 { (exit 1); exit 1; }; } 16357 fi 16358 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 16359 fi 19154 if test "$ac_cv_type_int" = yes; then 19155 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 19156 See \`config.log' for more details." >&5 19157 echo "$as_me: error: cannot compute sizeof (int) 19158 See \`config.log' for more details." >&2;} 19159 { (exit 77); exit 77; }; } 19160 else 19161 ac_cv_sizeof_int=0 19162 fi 19163 fi 19164 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 16360 19165 fi 16361 19166 rm -f conftest.val 16362 else 16363 ac_cv_sizeof_int=0 16364 fi 16365 fi 16366 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 16367 echo "${ECHO_T}$ac_cv_sizeof_int" >&6 19167 fi 19168 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 19169 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } 19170 19171 19172 16368 19173 cat >>confdefs.h <<_ACEOF 16369 19174 #define SIZEOF_INT $ac_cv_sizeof_int … … 16371 19176 16372 19177 16373 echo "$as_me:$LINENO: checking for long" >&516374 echo $ECHO_N "checking for long... $ECHO_C" >&6 19178 { echo "$as_me:$LINENO: checking for long" >&5 19179 echo $ECHO_N "checking for long... $ECHO_C" >&6; } 16375 19180 if test "${ac_cv_type_long+set}" = set; then 16376 19181 echo $ECHO_N "(cached) $ECHO_C" >&6 16377 19182 else 16378 19183 cat >conftest.$ac_ext <<_ACEOF 16379 #line $LINENO "configure" 16380 #include "confdefs.h" 19184 /* confdefs.h. */ 19185 _ACEOF 19186 cat confdefs.h >>conftest.$ac_ext 19187 cat >>conftest.$ac_ext <<_ACEOF 19188 /* end confdefs.h. */ 16381 19189 $ac_includes_default 16382 #ifdef F77_DUMMY_MAIN 16383 # ifdef __cplusplus 16384 extern "C" 16385 # endif 16386 int F77_DUMMY_MAIN() { return 1; } 16387 #endif 19190 typedef long ac__type_new_; 16388 19191 int 16389 19192 main () 16390 19193 { 16391 if (( long*) 0)16392 return 0; 16393 if (sizeof ( long))19194 if ((ac__type_new_ *) 0) 19195 return 0; 19196 if (sizeof (ac__type_new_)) 16394 19197 return 0; 16395 19198 ; … … 16398 19201 _ACEOF 16399 19202 rm -f conftest.$ac_objext 16400 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16401 (eval $ac_compile) 2>&5 16402 ac_status=$? 16403 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16404 (exit $ac_status); } && 16405 { ac_try='test -s conftest.$ac_objext' 16406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16407 (eval $ac_try) 2>&5 16408 ac_status=$? 16409 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16410 (exit $ac_status); }; }; then 19203 if { (ac_try="$ac_compile" 19204 case "(($ac_try" in 19205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19206 *) ac_try_echo=$ac_try;; 19207 esac 19208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19209 (eval "$ac_compile") 2>conftest.er1 19210 ac_status=$? 19211 grep -v '^ *+' conftest.er1 >conftest.err 19212 rm -f conftest.er1 19213 cat conftest.err >&5 19214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19215 (exit $ac_status); } && { 19216 test -z "$ac_c_werror_flag" || 19217 test ! -s conftest.err 19218 } && test -s conftest.$ac_objext; then 16411 19219 ac_cv_type_long=yes 16412 19220 else 16413 19221 echo "$as_me: failed program was:" >&5 16414 cat conftest.$ac_ext >&5 16415 ac_cv_type_long=no 16416 fi 16417 rm -f conftest.$ac_objext conftest.$ac_ext 16418 fi 16419 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 16420 echo "${ECHO_T}$ac_cv_type_long" >&6 16421 16422 echo "$as_me:$LINENO: checking size of long" >&5 16423 echo $ECHO_N "checking size of long... $ECHO_C" >&6 19222 sed 's/^/| /' conftest.$ac_ext >&5 19223 19224 ac_cv_type_long=no 19225 fi 19226 19227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19228 fi 19229 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 19230 echo "${ECHO_T}$ac_cv_type_long" >&6; } 19231 19232 # The cast to long int works around a bug in the HP C Compiler 19233 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 19234 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 19235 # This bug is HP SR number 8606223364. 19236 { echo "$as_me:$LINENO: checking size of long" >&5 19237 echo $ECHO_N "checking size of long... $ECHO_C" >&6; } 16424 19238 if test "${ac_cv_sizeof_long+set}" = set; then 16425 19239 echo $ECHO_N "(cached) $ECHO_C" >&6 16426 19240 else 16427 if test "$ac_cv_type_long" = yes; then16428 # The cast to unsigned long works around a bug in the HP C Compiler16429 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects16430 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.16431 # This bug is HP SR number 8606223364.16432 19241 if test "$cross_compiling" = yes; then 16433 19242 # Depending upon the size, compute the lo and hi bounds. 16434 19243 cat >conftest.$ac_ext <<_ACEOF 16435 #line $LINENO "configure" 16436 #include "confdefs.h" 19244 /* confdefs.h. */ 19245 _ACEOF 19246 cat confdefs.h >>conftest.$ac_ext 19247 cat >>conftest.$ac_ext <<_ACEOF 19248 /* end confdefs.h. */ 16437 19249 $ac_includes_default 16438 #ifdef F77_DUMMY_MAIN 16439 # ifdef __cplusplus 16440 extern "C" 16441 # endif 16442 int F77_DUMMY_MAIN() { return 1; } 16443 #endif 19250 typedef long ac__type_sizeof_; 16444 19251 int 16445 19252 main () 16446 19253 { 16447 static int test_array [1 - 2 * !(((long ) (sizeof (long))) >= 0)];19254 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 16448 19255 test_array [0] = 0 16449 19256 … … 16453 19260 _ACEOF 16454 19261 rm -f conftest.$ac_objext 16455 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16456 (eval $ac_compile) 2>&5 16457 ac_status=$? 16458 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16459 (exit $ac_status); } && 16460 { ac_try='test -s conftest.$ac_objext' 16461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16462 (eval $ac_try) 2>&5 16463 ac_status=$? 16464 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16465 (exit $ac_status); }; }; then 19262 if { (ac_try="$ac_compile" 19263 case "(($ac_try" in 19264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19265 *) ac_try_echo=$ac_try;; 19266 esac 19267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19268 (eval "$ac_compile") 2>conftest.er1 19269 ac_status=$? 19270 grep -v '^ *+' conftest.er1 >conftest.err 19271 rm -f conftest.er1 19272 cat conftest.err >&5 19273 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19274 (exit $ac_status); } && { 19275 test -z "$ac_c_werror_flag" || 19276 test ! -s conftest.err 19277 } && test -s conftest.$ac_objext; then 16466 19278 ac_lo=0 ac_mid=0 16467 19279 while :; do 16468 19280 cat >conftest.$ac_ext <<_ACEOF 16469 #line $LINENO "configure" 16470 #include "confdefs.h" 19281 /* confdefs.h. */ 19282 _ACEOF 19283 cat confdefs.h >>conftest.$ac_ext 19284 cat >>conftest.$ac_ext <<_ACEOF 19285 /* end confdefs.h. */ 16471 19286 $ac_includes_default 16472 #ifdef F77_DUMMY_MAIN 16473 # ifdef __cplusplus 16474 extern "C" 16475 # endif 16476 int F77_DUMMY_MAIN() { return 1; } 16477 #endif 19287 typedef long ac__type_sizeof_; 16478 19288 int 16479 19289 main () 16480 19290 { 16481 static int test_array [1 - 2 * !(((long ) (sizeof (long))) <= $ac_mid)];19291 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 16482 19292 test_array [0] = 0 16483 19293 … … 16487 19297 _ACEOF 16488 19298 rm -f conftest.$ac_objext 16489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16490 (eval $ac_compile) 2>&5 16491 ac_status=$? 16492 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16493 (exit $ac_status); } && 16494 { ac_try='test -s conftest.$ac_objext' 16495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16496 (eval $ac_try) 2>&5 16497 ac_status=$? 16498 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16499 (exit $ac_status); }; }; then 19299 if { (ac_try="$ac_compile" 19300 case "(($ac_try" in 19301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19302 *) ac_try_echo=$ac_try;; 19303 esac 19304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19305 (eval "$ac_compile") 2>conftest.er1 19306 ac_status=$? 19307 grep -v '^ *+' conftest.er1 >conftest.err 19308 rm -f conftest.er1 19309 cat conftest.err >&5 19310 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19311 (exit $ac_status); } && { 19312 test -z "$ac_c_werror_flag" || 19313 test ! -s conftest.err 19314 } && test -s conftest.$ac_objext; then 16500 19315 ac_hi=$ac_mid; break 16501 19316 else 16502 19317 echo "$as_me: failed program was:" >&5 16503 cat conftest.$ac_ext >&5 16504 ac_lo=`expr $ac_mid + 1` 16505 if test $ac_lo -le $ac_mid; then 16506 ac_lo= ac_hi= 16507 break 16508 fi 16509 ac_mid=`expr 2 '*' $ac_mid + 1` 16510 fi 16511 rm -f conftest.$ac_objext conftest.$ac_ext 19318 sed 's/^/| /' conftest.$ac_ext >&5 19319 19320 ac_lo=`expr $ac_mid + 1` 19321 if test $ac_lo -le $ac_mid; then 19322 ac_lo= ac_hi= 19323 break 19324 fi 19325 ac_mid=`expr 2 '*' $ac_mid + 1` 19326 fi 19327 19328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16512 19329 done 16513 19330 else 16514 19331 echo "$as_me: failed program was:" >&5 16515 cat conftest.$ac_ext >&5 16516 cat >conftest.$ac_ext <<_ACEOF 16517 #line $LINENO "configure" 16518 #include "confdefs.h" 19332 sed 's/^/| /' conftest.$ac_ext >&5 19333 19334 cat >conftest.$ac_ext <<_ACEOF 19335 /* confdefs.h. */ 19336 _ACEOF 19337 cat confdefs.h >>conftest.$ac_ext 19338 cat >>conftest.$ac_ext <<_ACEOF 19339 /* end confdefs.h. */ 16519 19340 $ac_includes_default 16520 #ifdef F77_DUMMY_MAIN 16521 # ifdef __cplusplus 16522 extern "C" 16523 # endif 16524 int F77_DUMMY_MAIN() { return 1; } 16525 #endif 19341 typedef long ac__type_sizeof_; 16526 19342 int 16527 19343 main () 16528 19344 { 16529 static int test_array [1 - 2 * !(((long ) (sizeof (long))) < 0)];19345 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 16530 19346 test_array [0] = 0 16531 19347 … … 16535 19351 _ACEOF 16536 19352 rm -f conftest.$ac_objext 16537 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16538 (eval $ac_compile) 2>&5 16539 ac_status=$? 16540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16541 (exit $ac_status); } && 16542 { ac_try='test -s conftest.$ac_objext' 16543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16544 (eval $ac_try) 2>&5 16545 ac_status=$? 16546 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16547 (exit $ac_status); }; }; then 19353 if { (ac_try="$ac_compile" 19354 case "(($ac_try" in 19355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19356 *) ac_try_echo=$ac_try;; 19357 esac 19358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19359 (eval "$ac_compile") 2>conftest.er1 19360 ac_status=$? 19361 grep -v '^ *+' conftest.er1 >conftest.err 19362 rm -f conftest.er1 19363 cat conftest.err >&5 19364 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19365 (exit $ac_status); } && { 19366 test -z "$ac_c_werror_flag" || 19367 test ! -s conftest.err 19368 } && test -s conftest.$ac_objext; then 16548 19369 ac_hi=-1 ac_mid=-1 16549 19370 while :; do 16550 19371 cat >conftest.$ac_ext <<_ACEOF 16551 #line $LINENO "configure" 16552 #include "confdefs.h" 19372 /* confdefs.h. */ 19373 _ACEOF 19374 cat confdefs.h >>conftest.$ac_ext 19375 cat >>conftest.$ac_ext <<_ACEOF 19376 /* end confdefs.h. */ 16553 19377 $ac_includes_default 16554 #ifdef F77_DUMMY_MAIN 16555 # ifdef __cplusplus 16556 extern "C" 16557 # endif 16558 int F77_DUMMY_MAIN() { return 1; } 16559 #endif 19378 typedef long ac__type_sizeof_; 16560 19379 int 16561 19380 main () 16562 19381 { 16563 static int test_array [1 - 2 * !(((long ) (sizeof (long))) >= $ac_mid)];19382 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 16564 19383 test_array [0] = 0 16565 19384 … … 16569 19388 _ACEOF 16570 19389 rm -f conftest.$ac_objext 16571 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16572 (eval $ac_compile) 2>&5 16573 ac_status=$? 16574 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16575 (exit $ac_status); } && 16576 { ac_try='test -s conftest.$ac_objext' 16577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16578 (eval $ac_try) 2>&5 16579 ac_status=$? 16580 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16581 (exit $ac_status); }; }; then 19390 if { (ac_try="$ac_compile" 19391 case "(($ac_try" in 19392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19393 *) ac_try_echo=$ac_try;; 19394 esac 19395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19396 (eval "$ac_compile") 2>conftest.er1 19397 ac_status=$? 19398 grep -v '^ *+' conftest.er1 >conftest.err 19399 rm -f conftest.er1 19400 cat conftest.err >&5 19401 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19402 (exit $ac_status); } && { 19403 test -z "$ac_c_werror_flag" || 19404 test ! -s conftest.err 19405 } && test -s conftest.$ac_objext; then 16582 19406 ac_lo=$ac_mid; break 16583 19407 else 16584 19408 echo "$as_me: failed program was:" >&5 16585 cat conftest.$ac_ext >&5 16586 ac_hi=`expr '(' $ac_mid ')' - 1` 16587 if test $ac_mid -le $ac_hi; then 16588 ac_lo= ac_hi= 16589 break 16590 fi 16591 ac_mid=`expr 2 '*' $ac_mid` 16592 fi 16593 rm -f conftest.$ac_objext conftest.$ac_ext 19409 sed 's/^/| /' conftest.$ac_ext >&5 19410 19411 ac_hi=`expr '(' $ac_mid ')' - 1` 19412 if test $ac_mid -le $ac_hi; then 19413 ac_lo= ac_hi= 19414 break 19415 fi 19416 ac_mid=`expr 2 '*' $ac_mid` 19417 fi 19418 19419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16594 19420 done 16595 19421 else 16596 19422 echo "$as_me: failed program was:" >&5 16597 cat conftest.$ac_ext >&5 16598 ac_lo= ac_hi= 16599 fi 16600 rm -f conftest.$ac_objext conftest.$ac_ext 16601 fi 16602 rm -f conftest.$ac_objext conftest.$ac_ext 19423 sed 's/^/| /' conftest.$ac_ext >&5 19424 19425 ac_lo= ac_hi= 19426 fi 19427 19428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19429 fi 19430 19431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16603 19432 # Binary search between lo and hi bounds. 16604 19433 while test "x$ac_lo" != "x$ac_hi"; do 16605 19434 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 16606 19435 cat >conftest.$ac_ext <<_ACEOF 16607 #line $LINENO "configure" 16608 #include "confdefs.h" 19436 /* confdefs.h. */ 19437 _ACEOF 19438 cat confdefs.h >>conftest.$ac_ext 19439 cat >>conftest.$ac_ext <<_ACEOF 19440 /* end confdefs.h. */ 16609 19441 $ac_includes_default 16610 #ifdef F77_DUMMY_MAIN 16611 # ifdef __cplusplus 16612 extern "C" 16613 # endif 16614 int F77_DUMMY_MAIN() { return 1; } 16615 #endif 19442 typedef long ac__type_sizeof_; 16616 19443 int 16617 19444 main () 16618 19445 { 16619 static int test_array [1 - 2 * !(((long ) (sizeof (long))) <= $ac_mid)];19446 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 16620 19447 test_array [0] = 0 16621 19448 … … 16625 19452 _ACEOF 16626 19453 rm -f conftest.$ac_objext 16627 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16628 (eval $ac_compile) 2>&5 16629 ac_status=$? 16630 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16631 (exit $ac_status); } && 16632 { ac_try='test -s conftest.$ac_objext' 16633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16634 (eval $ac_try) 2>&5 16635 ac_status=$? 16636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16637 (exit $ac_status); }; }; then 19454 if { (ac_try="$ac_compile" 19455 case "(($ac_try" in 19456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19457 *) ac_try_echo=$ac_try;; 19458 esac 19459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19460 (eval "$ac_compile") 2>conftest.er1 19461 ac_status=$? 19462 grep -v '^ *+' conftest.er1 >conftest.err 19463 rm -f conftest.er1 19464 cat conftest.err >&5 19465 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19466 (exit $ac_status); } && { 19467 test -z "$ac_c_werror_flag" || 19468 test ! -s conftest.err 19469 } && test -s conftest.$ac_objext; then 16638 19470 ac_hi=$ac_mid 16639 19471 else 16640 19472 echo "$as_me: failed program was:" >&5 16641 cat conftest.$ac_ext >&5 16642 ac_lo=`expr '(' $ac_mid ')' + 1` 16643 fi 16644 rm -f conftest.$ac_objext conftest.$ac_ext 19473 sed 's/^/| /' conftest.$ac_ext >&5 19474 19475 ac_lo=`expr '(' $ac_mid ')' + 1` 19476 fi 19477 19478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16645 19479 done 16646 19480 case $ac_lo in 16647 19481 ?*) ac_cv_sizeof_long=$ac_lo;; 16648 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77" >&5 16649 echo "$as_me: error: cannot compute sizeof (long), 77" >&2;} 16650 { (exit 1); exit 1; }; } ;; 16651 esac 16652 else 16653 if test "$cross_compiling" = yes; then 16654 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5 16655 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 16656 { (exit 1); exit 1; }; } 19482 '') if test "$ac_cv_type_long" = yes; then 19483 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) 19484 See \`config.log' for more details." >&5 19485 echo "$as_me: error: cannot compute sizeof (long) 19486 See \`config.log' for more details." >&2;} 19487 { (exit 77); exit 77; }; } 19488 else 19489 ac_cv_sizeof_long=0 19490 fi ;; 19491 esac 16657 19492 else 16658 19493 cat >conftest.$ac_ext <<_ACEOF 16659 #line $LINENO "configure" 16660 #include "confdefs.h" 19494 /* confdefs.h. */ 19495 _ACEOF 19496 cat confdefs.h >>conftest.$ac_ext 19497 cat >>conftest.$ac_ext <<_ACEOF 19498 /* end confdefs.h. */ 16661 19499 $ac_includes_default 16662 long longval () { return (long) (sizeof (long)); } 16663 unsigned long ulongval () { return (long) (sizeof (long)); } 19500 typedef long ac__type_sizeof_; 19501 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 19502 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 16664 19503 #include <stdio.h> 16665 19504 #include <stdlib.h> 16666 #ifdef F77_DUMMY_MAIN16667 # ifdef __cplusplus16668 extern "C"16669 # endif16670 int F77_DUMMY_MAIN() { return 1; }16671 #endif16672 19505 int 16673 19506 main () … … 16676 19509 FILE *f = fopen ("conftest.val", "w"); 16677 19510 if (! f) 16678 exit (1);16679 if (((long ) (sizeof (long))) < 0)19511 return 1; 19512 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 16680 19513 { 16681 long i = longval ();16682 if (i != ((long ) (sizeof (long))))16683 exit (1);19514 long int i = longval (); 19515 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 19516 return 1; 16684 19517 fprintf (f, "%ld\n", i); 16685 19518 } 16686 19519 else 16687 19520 { 16688 unsigned long i = ulongval ();16689 if (i != ((long ) (sizeof (long))))16690 exit (1);19521 unsigned long int i = ulongval (); 19522 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 19523 return 1; 16691 19524 fprintf (f, "%lu\n", i); 16692 19525 } 16693 exit (ferror (f) || fclose (f) != 0);19526 return ferror (f) || fclose (f) != 0; 16694 19527 16695 19528 ; … … 16698 19531 _ACEOF 16699 19532 rm -f conftest$ac_exeext 16700 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16701 (eval $ac_link) 2>&5 19533 if { (ac_try="$ac_link" 19534 case "(($ac_try" in 19535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19536 *) ac_try_echo=$ac_try;; 19537 esac 19538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19539 (eval "$ac_link") 2>&5 16702 19540 ac_status=$? 16703 19541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16704 19542 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 16705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16706 (eval $ac_try) 2>&5 19543 { (case "(($ac_try" in 19544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19545 *) ac_try_echo=$ac_try;; 19546 esac 19547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19548 (eval "$ac_try") 2>&5 16707 19549 ac_status=$? 16708 19550 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 16712 19554 echo "$as_me: program exited with status $ac_status" >&5 16713 19555 echo "$as_me: failed program was:" >&5 16714 cat conftest.$ac_ext >&5 19556 sed 's/^/| /' conftest.$ac_ext >&5 19557 16715 19558 ( exit $ac_status ) 16716 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77" >&5 16717 echo "$as_me: error: cannot compute sizeof (long), 77" >&2;} 16718 { (exit 1); exit 1; }; } 16719 fi 16720 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 16721 fi 19559 if test "$ac_cv_type_long" = yes; then 19560 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) 19561 See \`config.log' for more details." >&5 19562 echo "$as_me: error: cannot compute sizeof (long) 19563 See \`config.log' for more details." >&2;} 19564 { (exit 77); exit 77; }; } 19565 else 19566 ac_cv_sizeof_long=0 19567 fi 19568 fi 19569 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 16722 19570 fi 16723 19571 rm -f conftest.val 16724 else 16725 ac_cv_sizeof_long=0 16726 fi 16727 fi 16728 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 16729 echo "${ECHO_T}$ac_cv_sizeof_long" >&6 19572 fi 19573 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 19574 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; } 19575 19576 19577 16730 19578 cat >>confdefs.h <<_ACEOF 16731 19579 #define SIZEOF_LONG $ac_cv_sizeof_long … … 16733 19581 16734 19582 16735 echo "$as_me:$LINENO: checking for char *" >&516736 echo $ECHO_N "checking for char *... $ECHO_C" >&6 19583 { echo "$as_me:$LINENO: checking for char *" >&5 19584 echo $ECHO_N "checking for char *... $ECHO_C" >&6; } 16737 19585 if test "${ac_cv_type_char_p+set}" = set; then 16738 19586 echo $ECHO_N "(cached) $ECHO_C" >&6 16739 19587 else 16740 19588 cat >conftest.$ac_ext <<_ACEOF 16741 #line $LINENO "configure" 16742 #include "confdefs.h" 19589 /* confdefs.h. */ 19590 _ACEOF 19591 cat confdefs.h >>conftest.$ac_ext 19592 cat >>conftest.$ac_ext <<_ACEOF 19593 /* end confdefs.h. */ 16743 19594 $ac_includes_default 16744 #ifdef F77_DUMMY_MAIN 16745 # ifdef __cplusplus 16746 extern "C" 16747 # endif 16748 int F77_DUMMY_MAIN() { return 1; } 16749 #endif 19595 typedef char * ac__type_new_; 16750 19596 int 16751 19597 main () 16752 19598 { 16753 if (( char **) 0)16754 return 0; 16755 if (sizeof ( char *))19599 if ((ac__type_new_ *) 0) 19600 return 0; 19601 if (sizeof (ac__type_new_)) 16756 19602 return 0; 16757 19603 ; … … 16760 19606 _ACEOF 16761 19607 rm -f conftest.$ac_objext 16762 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16763 (eval $ac_compile) 2>&5 16764 ac_status=$? 16765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16766 (exit $ac_status); } && 16767 { ac_try='test -s conftest.$ac_objext' 16768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16769 (eval $ac_try) 2>&5 16770 ac_status=$? 16771 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16772 (exit $ac_status); }; }; then 19608 if { (ac_try="$ac_compile" 19609 case "(($ac_try" in 19610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19611 *) ac_try_echo=$ac_try;; 19612 esac 19613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19614 (eval "$ac_compile") 2>conftest.er1 19615 ac_status=$? 19616 grep -v '^ *+' conftest.er1 >conftest.err 19617 rm -f conftest.er1 19618 cat conftest.err >&5 19619 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19620 (exit $ac_status); } && { 19621 test -z "$ac_c_werror_flag" || 19622 test ! -s conftest.err 19623 } && test -s conftest.$ac_objext; then 16773 19624 ac_cv_type_char_p=yes 16774 19625 else 16775 19626 echo "$as_me: failed program was:" >&5 16776 cat conftest.$ac_ext >&5 16777 ac_cv_type_char_p=no 16778 fi 16779 rm -f conftest.$ac_objext conftest.$ac_ext 16780 fi 16781 echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5 16782 echo "${ECHO_T}$ac_cv_type_char_p" >&6 16783 16784 echo "$as_me:$LINENO: checking size of char *" >&5 16785 echo $ECHO_N "checking size of char *... $ECHO_C" >&6 19627 sed 's/^/| /' conftest.$ac_ext >&5 19628 19629 ac_cv_type_char_p=no 19630 fi 19631 19632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19633 fi 19634 { echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5 19635 echo "${ECHO_T}$ac_cv_type_char_p" >&6; } 19636 19637 # The cast to long int works around a bug in the HP C Compiler 19638 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 19639 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 19640 # This bug is HP SR number 8606223364. 19641 { echo "$as_me:$LINENO: checking size of char *" >&5 19642 echo $ECHO_N "checking size of char *... $ECHO_C" >&6; } 16786 19643 if test "${ac_cv_sizeof_char_p+set}" = set; then 16787 19644 echo $ECHO_N "(cached) $ECHO_C" >&6 16788 19645 else 16789 if test "$ac_cv_type_char_p" = yes; then16790 # The cast to unsigned long works around a bug in the HP C Compiler16791 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects16792 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.16793 # This bug is HP SR number 8606223364.16794 19646 if test "$cross_compiling" = yes; then 16795 19647 # Depending upon the size, compute the lo and hi bounds. 16796 19648 cat >conftest.$ac_ext <<_ACEOF 16797 #line $LINENO "configure" 16798 #include "confdefs.h" 19649 /* confdefs.h. */ 19650 _ACEOF 19651 cat confdefs.h >>conftest.$ac_ext 19652 cat >>conftest.$ac_ext <<_ACEOF 19653 /* end confdefs.h. */ 16799 19654 $ac_includes_default 16800 #ifdef F77_DUMMY_MAIN 16801 # ifdef __cplusplus 16802 extern "C" 16803 # endif 16804 int F77_DUMMY_MAIN() { return 1; } 16805 #endif 19655 typedef char * ac__type_sizeof_; 16806 19656 int 16807 19657 main () 16808 19658 { 16809 static int test_array [1 - 2 * !(((long ) (sizeof (char *))) >= 0)];19659 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 16810 19660 test_array [0] = 0 16811 19661 … … 16815 19665 _ACEOF 16816 19666 rm -f conftest.$ac_objext 16817 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16818 (eval $ac_compile) 2>&5 16819 ac_status=$? 16820 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16821 (exit $ac_status); } && 16822 { ac_try='test -s conftest.$ac_objext' 16823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16824 (eval $ac_try) 2>&5 16825 ac_status=$? 16826 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16827 (exit $ac_status); }; }; then 19667 if { (ac_try="$ac_compile" 19668 case "(($ac_try" in 19669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19670 *) ac_try_echo=$ac_try;; 19671 esac 19672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19673 (eval "$ac_compile") 2>conftest.er1 19674 ac_status=$? 19675 grep -v '^ *+' conftest.er1 >conftest.err 19676 rm -f conftest.er1 19677 cat conftest.err >&5 19678 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19679 (exit $ac_status); } && { 19680 test -z "$ac_c_werror_flag" || 19681 test ! -s conftest.err 19682 } && test -s conftest.$ac_objext; then 16828 19683 ac_lo=0 ac_mid=0 16829 19684 while :; do 16830 19685 cat >conftest.$ac_ext <<_ACEOF 16831 #line $LINENO "configure" 16832 #include "confdefs.h" 19686 /* confdefs.h. */ 19687 _ACEOF 19688 cat confdefs.h >>conftest.$ac_ext 19689 cat >>conftest.$ac_ext <<_ACEOF 19690 /* end confdefs.h. */ 16833 19691 $ac_includes_default 16834 #ifdef F77_DUMMY_MAIN 16835 # ifdef __cplusplus 16836 extern "C" 16837 # endif 16838 int F77_DUMMY_MAIN() { return 1; } 16839 #endif 19692 typedef char * ac__type_sizeof_; 16840 19693 int 16841 19694 main () 16842 19695 { 16843 static int test_array [1 - 2 * !(((long ) (sizeof (char *))) <= $ac_mid)];19696 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 16844 19697 test_array [0] = 0 16845 19698 … … 16849 19702 _ACEOF 16850 19703 rm -f conftest.$ac_objext 16851 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16852 (eval $ac_compile) 2>&5 16853 ac_status=$? 16854 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16855 (exit $ac_status); } && 16856 { ac_try='test -s conftest.$ac_objext' 16857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16858 (eval $ac_try) 2>&5 16859 ac_status=$? 16860 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16861 (exit $ac_status); }; }; then 19704 if { (ac_try="$ac_compile" 19705 case "(($ac_try" in 19706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19707 *) ac_try_echo=$ac_try;; 19708 esac 19709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19710 (eval "$ac_compile") 2>conftest.er1 19711 ac_status=$? 19712 grep -v '^ *+' conftest.er1 >conftest.err 19713 rm -f conftest.er1 19714 cat conftest.err >&5 19715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19716 (exit $ac_status); } && { 19717 test -z "$ac_c_werror_flag" || 19718 test ! -s conftest.err 19719 } && test -s conftest.$ac_objext; then 16862 19720 ac_hi=$ac_mid; break 16863 19721 else 16864 19722 echo "$as_me: failed program was:" >&5 16865 cat conftest.$ac_ext >&5 16866 ac_lo=`expr $ac_mid + 1` 16867 if test $ac_lo -le $ac_mid; then 16868 ac_lo= ac_hi= 16869 break 16870 fi 16871 ac_mid=`expr 2 '*' $ac_mid + 1` 16872 fi 16873 rm -f conftest.$ac_objext conftest.$ac_ext 19723 sed 's/^/| /' conftest.$ac_ext >&5 19724 19725 ac_lo=`expr $ac_mid + 1` 19726 if test $ac_lo -le $ac_mid; then 19727 ac_lo= ac_hi= 19728 break 19729 fi 19730 ac_mid=`expr 2 '*' $ac_mid + 1` 19731 fi 19732 19733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16874 19734 done 16875 19735 else 16876 19736 echo "$as_me: failed program was:" >&5 16877 cat conftest.$ac_ext >&5 16878 cat >conftest.$ac_ext <<_ACEOF 16879 #line $LINENO "configure" 16880 #include "confdefs.h" 19737 sed 's/^/| /' conftest.$ac_ext >&5 19738 19739 cat >conftest.$ac_ext <<_ACEOF 19740 /* confdefs.h. */ 19741 _ACEOF 19742 cat confdefs.h >>conftest.$ac_ext 19743 cat >>conftest.$ac_ext <<_ACEOF 19744 /* end confdefs.h. */ 16881 19745 $ac_includes_default 16882 #ifdef F77_DUMMY_MAIN 16883 # ifdef __cplusplus 16884 extern "C" 16885 # endif 16886 int F77_DUMMY_MAIN() { return 1; } 16887 #endif 19746 typedef char * ac__type_sizeof_; 16888 19747 int 16889 19748 main () 16890 19749 { 16891 static int test_array [1 - 2 * !(((long ) (sizeof (char *))) < 0)];19750 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 16892 19751 test_array [0] = 0 16893 19752 … … 16897 19756 _ACEOF 16898 19757 rm -f conftest.$ac_objext 16899 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16900 (eval $ac_compile) 2>&5 16901 ac_status=$? 16902 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16903 (exit $ac_status); } && 16904 { ac_try='test -s conftest.$ac_objext' 16905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16906 (eval $ac_try) 2>&5 16907 ac_status=$? 16908 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16909 (exit $ac_status); }; }; then 19758 if { (ac_try="$ac_compile" 19759 case "(($ac_try" in 19760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19761 *) ac_try_echo=$ac_try;; 19762 esac 19763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19764 (eval "$ac_compile") 2>conftest.er1 19765 ac_status=$? 19766 grep -v '^ *+' conftest.er1 >conftest.err 19767 rm -f conftest.er1 19768 cat conftest.err >&5 19769 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19770 (exit $ac_status); } && { 19771 test -z "$ac_c_werror_flag" || 19772 test ! -s conftest.err 19773 } && test -s conftest.$ac_objext; then 16910 19774 ac_hi=-1 ac_mid=-1 16911 19775 while :; do 16912 19776 cat >conftest.$ac_ext <<_ACEOF 16913 #line $LINENO "configure" 16914 #include "confdefs.h" 19777 /* confdefs.h. */ 19778 _ACEOF 19779 cat confdefs.h >>conftest.$ac_ext 19780 cat >>conftest.$ac_ext <<_ACEOF 19781 /* end confdefs.h. */ 16915 19782 $ac_includes_default 16916 #ifdef F77_DUMMY_MAIN 16917 # ifdef __cplusplus 16918 extern "C" 16919 # endif 16920 int F77_DUMMY_MAIN() { return 1; } 16921 #endif 19783 typedef char * ac__type_sizeof_; 16922 19784 int 16923 19785 main () 16924 19786 { 16925 static int test_array [1 - 2 * !(((long ) (sizeof (char *))) >= $ac_mid)];19787 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 16926 19788 test_array [0] = 0 16927 19789 … … 16931 19793 _ACEOF 16932 19794 rm -f conftest.$ac_objext 16933 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16934 (eval $ac_compile) 2>&5 16935 ac_status=$? 16936 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16937 (exit $ac_status); } && 16938 { ac_try='test -s conftest.$ac_objext' 16939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16940 (eval $ac_try) 2>&5 16941 ac_status=$? 16942 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16943 (exit $ac_status); }; }; then 19795 if { (ac_try="$ac_compile" 19796 case "(($ac_try" in 19797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19798 *) ac_try_echo=$ac_try;; 19799 esac 19800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19801 (eval "$ac_compile") 2>conftest.er1 19802 ac_status=$? 19803 grep -v '^ *+' conftest.er1 >conftest.err 19804 rm -f conftest.er1 19805 cat conftest.err >&5 19806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19807 (exit $ac_status); } && { 19808 test -z "$ac_c_werror_flag" || 19809 test ! -s conftest.err 19810 } && test -s conftest.$ac_objext; then 16944 19811 ac_lo=$ac_mid; break 16945 19812 else 16946 19813 echo "$as_me: failed program was:" >&5 16947 cat conftest.$ac_ext >&5 16948 ac_hi=`expr '(' $ac_mid ')' - 1` 16949 if test $ac_mid -le $ac_hi; then 16950 ac_lo= ac_hi= 16951 break 16952 fi 16953 ac_mid=`expr 2 '*' $ac_mid` 16954 fi 16955 rm -f conftest.$ac_objext conftest.$ac_ext 19814 sed 's/^/| /' conftest.$ac_ext >&5 19815 19816 ac_hi=`expr '(' $ac_mid ')' - 1` 19817 if test $ac_mid -le $ac_hi; then 19818 ac_lo= ac_hi= 19819 break 19820 fi 19821 ac_mid=`expr 2 '*' $ac_mid` 19822 fi 19823 19824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16956 19825 done 16957 19826 else 16958 19827 echo "$as_me: failed program was:" >&5 16959 cat conftest.$ac_ext >&5 16960 ac_lo= ac_hi= 16961 fi 16962 rm -f conftest.$ac_objext conftest.$ac_ext 16963 fi 16964 rm -f conftest.$ac_objext conftest.$ac_ext 19828 sed 's/^/| /' conftest.$ac_ext >&5 19829 19830 ac_lo= ac_hi= 19831 fi 19832 19833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19834 fi 19835 19836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 16965 19837 # Binary search between lo and hi bounds. 16966 19838 while test "x$ac_lo" != "x$ac_hi"; do 16967 19839 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 16968 19840 cat >conftest.$ac_ext <<_ACEOF 16969 #line $LINENO "configure" 16970 #include "confdefs.h" 19841 /* confdefs.h. */ 19842 _ACEOF 19843 cat confdefs.h >>conftest.$ac_ext 19844 cat >>conftest.$ac_ext <<_ACEOF 19845 /* end confdefs.h. */ 16971 19846 $ac_includes_default 16972 #ifdef F77_DUMMY_MAIN 16973 # ifdef __cplusplus 16974 extern "C" 16975 # endif 16976 int F77_DUMMY_MAIN() { return 1; } 16977 #endif 19847 typedef char * ac__type_sizeof_; 16978 19848 int 16979 19849 main () 16980 19850 { 16981 static int test_array [1 - 2 * !(((long ) (sizeof (char *))) <= $ac_mid)];19851 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 16982 19852 test_array [0] = 0 16983 19853 … … 16987 19857 _ACEOF 16988 19858 rm -f conftest.$ac_objext 16989 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16990 (eval $ac_compile) 2>&5 16991 ac_status=$? 16992 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16993 (exit $ac_status); } && 16994 { ac_try='test -s conftest.$ac_objext' 16995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16996 (eval $ac_try) 2>&5 16997 ac_status=$? 16998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16999 (exit $ac_status); }; }; then 19859 if { (ac_try="$ac_compile" 19860 case "(($ac_try" in 19861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19862 *) ac_try_echo=$ac_try;; 19863 esac 19864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19865 (eval "$ac_compile") 2>conftest.er1 19866 ac_status=$? 19867 grep -v '^ *+' conftest.er1 >conftest.err 19868 rm -f conftest.er1 19869 cat conftest.err >&5 19870 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19871 (exit $ac_status); } && { 19872 test -z "$ac_c_werror_flag" || 19873 test ! -s conftest.err 19874 } && test -s conftest.$ac_objext; then 17000 19875 ac_hi=$ac_mid 17001 19876 else 17002 19877 echo "$as_me: failed program was:" >&5 17003 cat conftest.$ac_ext >&5 17004 ac_lo=`expr '(' $ac_mid ')' + 1` 17005 fi 17006 rm -f conftest.$ac_objext conftest.$ac_ext 19878 sed 's/^/| /' conftest.$ac_ext >&5 19879 19880 ac_lo=`expr '(' $ac_mid ')' + 1` 19881 fi 19882 19883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17007 19884 done 17008 19885 case $ac_lo in 17009 19886 ?*) ac_cv_sizeof_char_p=$ac_lo;; 17010 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77" >&5 17011 echo "$as_me: error: cannot compute sizeof (char *), 77" >&2;} 17012 { (exit 1); exit 1; }; } ;; 17013 esac 17014 else 17015 if test "$cross_compiling" = yes; then 17016 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5 17017 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 17018 { (exit 1); exit 1; }; } 19887 '') if test "$ac_cv_type_char_p" = yes; then 19888 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *) 19889 See \`config.log' for more details." >&5 19890 echo "$as_me: error: cannot compute sizeof (char *) 19891 See \`config.log' for more details." >&2;} 19892 { (exit 77); exit 77; }; } 19893 else 19894 ac_cv_sizeof_char_p=0 19895 fi ;; 19896 esac 17019 19897 else 17020 19898 cat >conftest.$ac_ext <<_ACEOF 17021 #line $LINENO "configure" 17022 #include "confdefs.h" 19899 /* confdefs.h. */ 19900 _ACEOF 19901 cat confdefs.h >>conftest.$ac_ext 19902 cat >>conftest.$ac_ext <<_ACEOF 19903 /* end confdefs.h. */ 17023 19904 $ac_includes_default 17024 long longval () { return (long) (sizeof (char *)); } 17025 unsigned long ulongval () { return (long) (sizeof (char *)); } 19905 typedef char * ac__type_sizeof_; 19906 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 19907 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 17026 19908 #include <stdio.h> 17027 19909 #include <stdlib.h> 17028 #ifdef F77_DUMMY_MAIN17029 # ifdef __cplusplus17030 extern "C"17031 # endif17032 int F77_DUMMY_MAIN() { return 1; }17033 #endif17034 19910 int 17035 19911 main () … … 17038 19914 FILE *f = fopen ("conftest.val", "w"); 17039 19915 if (! f) 17040 exit (1);17041 if (((long ) (sizeof (char *))) < 0)19916 return 1; 19917 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 17042 19918 { 17043 long i = longval ();17044 if (i != ((long ) (sizeof (char *))))17045 exit (1);19919 long int i = longval (); 19920 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 19921 return 1; 17046 19922 fprintf (f, "%ld\n", i); 17047 19923 } 17048 19924 else 17049 19925 { 17050 unsigned long i = ulongval ();17051 if (i != ((long ) (sizeof (char *))))17052 exit (1);19926 unsigned long int i = ulongval (); 19927 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 19928 return 1; 17053 19929 fprintf (f, "%lu\n", i); 17054 19930 } 17055 exit (ferror (f) || fclose (f) != 0);19931 return ferror (f) || fclose (f) != 0; 17056 19932 17057 19933 ; … … 17060 19936 _ACEOF 17061 19937 rm -f conftest$ac_exeext 17062 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17063 (eval $ac_link) 2>&5 19938 if { (ac_try="$ac_link" 19939 case "(($ac_try" in 19940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19941 *) ac_try_echo=$ac_try;; 19942 esac 19943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19944 (eval "$ac_link") 2>&5 17064 19945 ac_status=$? 17065 19946 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17066 19947 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 17067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17068 (eval $ac_try) 2>&5 19948 { (case "(($ac_try" in 19949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19950 *) ac_try_echo=$ac_try;; 19951 esac 19952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19953 (eval "$ac_try") 2>&5 17069 19954 ac_status=$? 17070 19955 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 17074 19959 echo "$as_me: program exited with status $ac_status" >&5 17075 19960 echo "$as_me: failed program was:" >&5 17076 cat conftest.$ac_ext >&5 19961 sed 's/^/| /' conftest.$ac_ext >&5 19962 17077 19963 ( exit $ac_status ) 17078 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77" >&5 17079 echo "$as_me: error: cannot compute sizeof (char *), 77" >&2;} 17080 { (exit 1); exit 1; }; } 17081 fi 17082 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 17083 fi 19964 if test "$ac_cv_type_char_p" = yes; then 19965 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *) 19966 See \`config.log' for more details." >&5 19967 echo "$as_me: error: cannot compute sizeof (char *) 19968 See \`config.log' for more details." >&2;} 19969 { (exit 77); exit 77; }; } 19970 else 19971 ac_cv_sizeof_char_p=0 19972 fi 19973 fi 19974 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 17084 19975 fi 17085 19976 rm -f conftest.val 17086 else 17087 ac_cv_sizeof_char_p=0 17088 fi 17089 fi 17090 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5 17091 echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6 19977 fi 19978 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5 19979 echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6; } 19980 19981 19982 17092 19983 cat >>confdefs.h <<_ACEOF 17093 19984 #define SIZEOF_CHAR_P $ac_cv_sizeof_char_p … … 17095 19986 17096 19987 17097 echo "$as_me:$LINENO: checking for double" >&517098 echo $ECHO_N "checking for double... $ECHO_C" >&6 19988 { echo "$as_me:$LINENO: checking for double" >&5 19989 echo $ECHO_N "checking for double... $ECHO_C" >&6; } 17099 19990 if test "${ac_cv_type_double+set}" = set; then 17100 19991 echo $ECHO_N "(cached) $ECHO_C" >&6 17101 19992 else 17102 19993 cat >conftest.$ac_ext <<_ACEOF 17103 #line $LINENO "configure" 17104 #include "confdefs.h" 19994 /* confdefs.h. */ 19995 _ACEOF 19996 cat confdefs.h >>conftest.$ac_ext 19997 cat >>conftest.$ac_ext <<_ACEOF 19998 /* end confdefs.h. */ 17105 19999 $ac_includes_default 17106 #ifdef F77_DUMMY_MAIN 17107 # ifdef __cplusplus 17108 extern "C" 17109 # endif 17110 int F77_DUMMY_MAIN() { return 1; } 17111 #endif 20000 typedef double ac__type_new_; 17112 20001 int 17113 20002 main () 17114 20003 { 17115 if (( double*) 0)17116 return 0; 17117 if (sizeof ( double))20004 if ((ac__type_new_ *) 0) 20005 return 0; 20006 if (sizeof (ac__type_new_)) 17118 20007 return 0; 17119 20008 ; … … 17122 20011 _ACEOF 17123 20012 rm -f conftest.$ac_objext 17124 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17125 (eval $ac_compile) 2>&5 17126 ac_status=$? 17127 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17128 (exit $ac_status); } && 17129 { ac_try='test -s conftest.$ac_objext' 17130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17131 (eval $ac_try) 2>&5 17132 ac_status=$? 17133 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17134 (exit $ac_status); }; }; then 20013 if { (ac_try="$ac_compile" 20014 case "(($ac_try" in 20015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20016 *) ac_try_echo=$ac_try;; 20017 esac 20018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20019 (eval "$ac_compile") 2>conftest.er1 20020 ac_status=$? 20021 grep -v '^ *+' conftest.er1 >conftest.err 20022 rm -f conftest.er1 20023 cat conftest.err >&5 20024 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20025 (exit $ac_status); } && { 20026 test -z "$ac_c_werror_flag" || 20027 test ! -s conftest.err 20028 } && test -s conftest.$ac_objext; then 17135 20029 ac_cv_type_double=yes 17136 20030 else 17137 20031 echo "$as_me: failed program was:" >&5 17138 cat conftest.$ac_ext >&5 17139 ac_cv_type_double=no 17140 fi 17141 rm -f conftest.$ac_objext conftest.$ac_ext 17142 fi 17143 echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5 17144 echo "${ECHO_T}$ac_cv_type_double" >&6 17145 17146 echo "$as_me:$LINENO: checking size of double" >&5 17147 echo $ECHO_N "checking size of double... $ECHO_C" >&6 20032 sed 's/^/| /' conftest.$ac_ext >&5 20033 20034 ac_cv_type_double=no 20035 fi 20036 20037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20038 fi 20039 { echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5 20040 echo "${ECHO_T}$ac_cv_type_double" >&6; } 20041 20042 # The cast to long int works around a bug in the HP C Compiler 20043 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 20044 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 20045 # This bug is HP SR number 8606223364. 20046 { echo "$as_me:$LINENO: checking size of double" >&5 20047 echo $ECHO_N "checking size of double... $ECHO_C" >&6; } 17148 20048 if test "${ac_cv_sizeof_double+set}" = set; then 17149 20049 echo $ECHO_N "(cached) $ECHO_C" >&6 17150 20050 else 17151 if test "$ac_cv_type_double" = yes; then17152 # The cast to unsigned long works around a bug in the HP C Compiler17153 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects17154 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.17155 # This bug is HP SR number 8606223364.17156 20051 if test "$cross_compiling" = yes; then 17157 20052 # Depending upon the size, compute the lo and hi bounds. 17158 20053 cat >conftest.$ac_ext <<_ACEOF 17159 #line $LINENO "configure" 17160 #include "confdefs.h" 20054 /* confdefs.h. */ 20055 _ACEOF 20056 cat confdefs.h >>conftest.$ac_ext 20057 cat >>conftest.$ac_ext <<_ACEOF 20058 /* end confdefs.h. */ 17161 20059 $ac_includes_default 17162 #ifdef F77_DUMMY_MAIN 17163 # ifdef __cplusplus 17164 extern "C" 17165 # endif 17166 int F77_DUMMY_MAIN() { return 1; } 17167 #endif 20060 typedef double ac__type_sizeof_; 17168 20061 int 17169 20062 main () 17170 20063 { 17171 static int test_array [1 - 2 * !(((long ) (sizeof (double))) >= 0)];20064 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 17172 20065 test_array [0] = 0 17173 20066 … … 17177 20070 _ACEOF 17178 20071 rm -f conftest.$ac_objext 17179 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17180 (eval $ac_compile) 2>&5 17181 ac_status=$? 17182 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17183 (exit $ac_status); } && 17184 { ac_try='test -s conftest.$ac_objext' 17185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17186 (eval $ac_try) 2>&5 17187 ac_status=$? 17188 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17189 (exit $ac_status); }; }; then 20072 if { (ac_try="$ac_compile" 20073 case "(($ac_try" in 20074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20075 *) ac_try_echo=$ac_try;; 20076 esac 20077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20078 (eval "$ac_compile") 2>conftest.er1 20079 ac_status=$? 20080 grep -v '^ *+' conftest.er1 >conftest.err 20081 rm -f conftest.er1 20082 cat conftest.err >&5 20083 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20084 (exit $ac_status); } && { 20085 test -z "$ac_c_werror_flag" || 20086 test ! -s conftest.err 20087 } && test -s conftest.$ac_objext; then 17190 20088 ac_lo=0 ac_mid=0 17191 20089 while :; do 17192 20090 cat >conftest.$ac_ext <<_ACEOF 17193 #line $LINENO "configure" 17194 #include "confdefs.h" 20091 /* confdefs.h. */ 20092 _ACEOF 20093 cat confdefs.h >>conftest.$ac_ext 20094 cat >>conftest.$ac_ext <<_ACEOF 20095 /* end confdefs.h. */ 17195 20096 $ac_includes_default 17196 #ifdef F77_DUMMY_MAIN 17197 # ifdef __cplusplus 17198 extern "C" 17199 # endif 17200 int F77_DUMMY_MAIN() { return 1; } 17201 #endif 20097 typedef double ac__type_sizeof_; 17202 20098 int 17203 20099 main () 17204 20100 { 17205 static int test_array [1 - 2 * !(((long ) (sizeof (double))) <= $ac_mid)];20101 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 17206 20102 test_array [0] = 0 17207 20103 … … 17211 20107 _ACEOF 17212 20108 rm -f conftest.$ac_objext 17213 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17214 (eval $ac_compile) 2>&5 17215 ac_status=$? 17216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17217 (exit $ac_status); } && 17218 { ac_try='test -s conftest.$ac_objext' 17219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17220 (eval $ac_try) 2>&5 17221 ac_status=$? 17222 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17223 (exit $ac_status); }; }; then 20109 if { (ac_try="$ac_compile" 20110 case "(($ac_try" in 20111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20112 *) ac_try_echo=$ac_try;; 20113 esac 20114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20115 (eval "$ac_compile") 2>conftest.er1 20116 ac_status=$? 20117 grep -v '^ *+' conftest.er1 >conftest.err 20118 rm -f conftest.er1 20119 cat conftest.err >&5 20120 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20121 (exit $ac_status); } && { 20122 test -z "$ac_c_werror_flag" || 20123 test ! -s conftest.err 20124 } && test -s conftest.$ac_objext; then 17224 20125 ac_hi=$ac_mid; break 17225 20126 else 17226 20127 echo "$as_me: failed program was:" >&5 17227 cat conftest.$ac_ext >&5 17228 ac_lo=`expr $ac_mid + 1` 17229 if test $ac_lo -le $ac_mid; then 17230 ac_lo= ac_hi= 17231 break 17232 fi 17233 ac_mid=`expr 2 '*' $ac_mid + 1` 17234 fi 17235 rm -f conftest.$ac_objext conftest.$ac_ext 20128 sed 's/^/| /' conftest.$ac_ext >&5 20129 20130 ac_lo=`expr $ac_mid + 1` 20131 if test $ac_lo -le $ac_mid; then 20132 ac_lo= ac_hi= 20133 break 20134 fi 20135 ac_mid=`expr 2 '*' $ac_mid + 1` 20136 fi 20137 20138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17236 20139 done 17237 20140 else 17238 20141 echo "$as_me: failed program was:" >&5 17239 cat conftest.$ac_ext >&5 17240 cat >conftest.$ac_ext <<_ACEOF 17241 #line $LINENO "configure" 17242 #include "confdefs.h" 20142 sed 's/^/| /' conftest.$ac_ext >&5 20143 20144 cat >conftest.$ac_ext <<_ACEOF 20145 /* confdefs.h. */ 20146 _ACEOF 20147 cat confdefs.h >>conftest.$ac_ext 20148 cat >>conftest.$ac_ext <<_ACEOF 20149 /* end confdefs.h. */ 17243 20150 $ac_includes_default 17244 #ifdef F77_DUMMY_MAIN 17245 # ifdef __cplusplus 17246 extern "C" 17247 # endif 17248 int F77_DUMMY_MAIN() { return 1; } 17249 #endif 20151 typedef double ac__type_sizeof_; 17250 20152 int 17251 20153 main () 17252 20154 { 17253 static int test_array [1 - 2 * !(((long ) (sizeof (double))) < 0)];20155 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 17254 20156 test_array [0] = 0 17255 20157 … … 17259 20161 _ACEOF 17260 20162 rm -f conftest.$ac_objext 17261 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17262 (eval $ac_compile) 2>&5 17263 ac_status=$? 17264 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17265 (exit $ac_status); } && 17266 { ac_try='test -s conftest.$ac_objext' 17267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17268 (eval $ac_try) 2>&5 17269 ac_status=$? 17270 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17271 (exit $ac_status); }; }; then 20163 if { (ac_try="$ac_compile" 20164 case "(($ac_try" in 20165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20166 *) ac_try_echo=$ac_try;; 20167 esac 20168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20169 (eval "$ac_compile") 2>conftest.er1 20170 ac_status=$? 20171 grep -v '^ *+' conftest.er1 >conftest.err 20172 rm -f conftest.er1 20173 cat conftest.err >&5 20174 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20175 (exit $ac_status); } && { 20176 test -z "$ac_c_werror_flag" || 20177 test ! -s conftest.err 20178 } && test -s conftest.$ac_objext; then 17272 20179 ac_hi=-1 ac_mid=-1 17273 20180 while :; do 17274 20181 cat >conftest.$ac_ext <<_ACEOF 17275 #line $LINENO "configure" 17276 #include "confdefs.h" 20182 /* confdefs.h. */ 20183 _ACEOF 20184 cat confdefs.h >>conftest.$ac_ext 20185 cat >>conftest.$ac_ext <<_ACEOF 20186 /* end confdefs.h. */ 17277 20187 $ac_includes_default 17278 #ifdef F77_DUMMY_MAIN 17279 # ifdef __cplusplus 17280 extern "C" 17281 # endif 17282 int F77_DUMMY_MAIN() { return 1; } 17283 #endif 20188 typedef double ac__type_sizeof_; 17284 20189 int 17285 20190 main () 17286 20191 { 17287 static int test_array [1 - 2 * !(((long ) (sizeof (double))) >= $ac_mid)];20192 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 17288 20193 test_array [0] = 0 17289 20194 … … 17293 20198 _ACEOF 17294 20199 rm -f conftest.$ac_objext 17295 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17296 (eval $ac_compile) 2>&5 17297 ac_status=$? 17298 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17299 (exit $ac_status); } && 17300 { ac_try='test -s conftest.$ac_objext' 17301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17302 (eval $ac_try) 2>&5 17303 ac_status=$? 17304 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17305 (exit $ac_status); }; }; then 20200 if { (ac_try="$ac_compile" 20201 case "(($ac_try" in 20202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20203 *) ac_try_echo=$ac_try;; 20204 esac 20205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20206 (eval "$ac_compile") 2>conftest.er1 20207 ac_status=$? 20208 grep -v '^ *+' conftest.er1 >conftest.err 20209 rm -f conftest.er1 20210 cat conftest.err >&5 20211 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20212 (exit $ac_status); } && { 20213 test -z "$ac_c_werror_flag" || 20214 test ! -s conftest.err 20215 } && test -s conftest.$ac_objext; then 17306 20216 ac_lo=$ac_mid; break 17307 20217 else 17308 20218 echo "$as_me: failed program was:" >&5 17309 cat conftest.$ac_ext >&5 17310 ac_hi=`expr '(' $ac_mid ')' - 1` 17311 if test $ac_mid -le $ac_hi; then 17312 ac_lo= ac_hi= 17313 break 17314 fi 17315 ac_mid=`expr 2 '*' $ac_mid` 17316 fi 17317 rm -f conftest.$ac_objext conftest.$ac_ext 20219 sed 's/^/| /' conftest.$ac_ext >&5 20220 20221 ac_hi=`expr '(' $ac_mid ')' - 1` 20222 if test $ac_mid -le $ac_hi; then 20223 ac_lo= ac_hi= 20224 break 20225 fi 20226 ac_mid=`expr 2 '*' $ac_mid` 20227 fi 20228 20229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17318 20230 done 17319 20231 else 17320 20232 echo "$as_me: failed program was:" >&5 17321 cat conftest.$ac_ext >&5 17322 ac_lo= ac_hi= 17323 fi 17324 rm -f conftest.$ac_objext conftest.$ac_ext 17325 fi 17326 rm -f conftest.$ac_objext conftest.$ac_ext 20233 sed 's/^/| /' conftest.$ac_ext >&5 20234 20235 ac_lo= ac_hi= 20236 fi 20237 20238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20239 fi 20240 20241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17327 20242 # Binary search between lo and hi bounds. 17328 20243 while test "x$ac_lo" != "x$ac_hi"; do 17329 20244 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 17330 20245 cat >conftest.$ac_ext <<_ACEOF 17331 #line $LINENO "configure" 17332 #include "confdefs.h" 20246 /* confdefs.h. */ 20247 _ACEOF 20248 cat confdefs.h >>conftest.$ac_ext 20249 cat >>conftest.$ac_ext <<_ACEOF 20250 /* end confdefs.h. */ 17333 20251 $ac_includes_default 17334 #ifdef F77_DUMMY_MAIN 17335 # ifdef __cplusplus 17336 extern "C" 17337 # endif 17338 int F77_DUMMY_MAIN() { return 1; } 17339 #endif 20252 typedef double ac__type_sizeof_; 17340 20253 int 17341 20254 main () 17342 20255 { 17343 static int test_array [1 - 2 * !(((long ) (sizeof (double))) <= $ac_mid)];20256 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 17344 20257 test_array [0] = 0 17345 20258 … … 17349 20262 _ACEOF 17350 20263 rm -f conftest.$ac_objext 17351 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17352 (eval $ac_compile) 2>&5 17353 ac_status=$? 17354 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17355 (exit $ac_status); } && 17356 { ac_try='test -s conftest.$ac_objext' 17357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17358 (eval $ac_try) 2>&5 17359 ac_status=$? 17360 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17361 (exit $ac_status); }; }; then 20264 if { (ac_try="$ac_compile" 20265 case "(($ac_try" in 20266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20267 *) ac_try_echo=$ac_try;; 20268 esac 20269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20270 (eval "$ac_compile") 2>conftest.er1 20271 ac_status=$? 20272 grep -v '^ *+' conftest.er1 >conftest.err 20273 rm -f conftest.er1 20274 cat conftest.err >&5 20275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20276 (exit $ac_status); } && { 20277 test -z "$ac_c_werror_flag" || 20278 test ! -s conftest.err 20279 } && test -s conftest.$ac_objext; then 17362 20280 ac_hi=$ac_mid 17363 20281 else 17364 20282 echo "$as_me: failed program was:" >&5 17365 cat conftest.$ac_ext >&5 17366 ac_lo=`expr '(' $ac_mid ')' + 1` 17367 fi 17368 rm -f conftest.$ac_objext conftest.$ac_ext 20283 sed 's/^/| /' conftest.$ac_ext >&5 20284 20285 ac_lo=`expr '(' $ac_mid ')' + 1` 20286 fi 20287 20288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17369 20289 done 17370 20290 case $ac_lo in 17371 20291 ?*) ac_cv_sizeof_double=$ac_lo;; 17372 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (double), 77" >&5 17373 echo "$as_me: error: cannot compute sizeof (double), 77" >&2;} 17374 { (exit 1); exit 1; }; } ;; 17375 esac 17376 else 17377 if test "$cross_compiling" = yes; then 17378 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5 17379 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 17380 { (exit 1); exit 1; }; } 20292 '') if test "$ac_cv_type_double" = yes; then 20293 { { echo "$as_me:$LINENO: error: cannot compute sizeof (double) 20294 See \`config.log' for more details." >&5 20295 echo "$as_me: error: cannot compute sizeof (double) 20296 See \`config.log' for more details." >&2;} 20297 { (exit 77); exit 77; }; } 20298 else 20299 ac_cv_sizeof_double=0 20300 fi ;; 20301 esac 17381 20302 else 17382 20303 cat >conftest.$ac_ext <<_ACEOF 17383 #line $LINENO "configure" 17384 #include "confdefs.h" 20304 /* confdefs.h. */ 20305 _ACEOF 20306 cat confdefs.h >>conftest.$ac_ext 20307 cat >>conftest.$ac_ext <<_ACEOF 20308 /* end confdefs.h. */ 17385 20309 $ac_includes_default 17386 long longval () { return (long) (sizeof (double)); } 17387 unsigned long ulongval () { return (long) (sizeof (double)); } 20310 typedef double ac__type_sizeof_; 20311 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 20312 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 17388 20313 #include <stdio.h> 17389 20314 #include <stdlib.h> 17390 #ifdef F77_DUMMY_MAIN17391 # ifdef __cplusplus17392 extern "C"17393 # endif17394 int F77_DUMMY_MAIN() { return 1; }17395 #endif17396 20315 int 17397 20316 main () … … 17400 20319 FILE *f = fopen ("conftest.val", "w"); 17401 20320 if (! f) 17402 exit (1);17403 if (((long ) (sizeof (double))) < 0)20321 return 1; 20322 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 17404 20323 { 17405 long i = longval ();17406 if (i != ((long ) (sizeof (double))))17407 exit (1);20324 long int i = longval (); 20325 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 20326 return 1; 17408 20327 fprintf (f, "%ld\n", i); 17409 20328 } 17410 20329 else 17411 20330 { 17412 unsigned long i = ulongval ();17413 if (i != ((long ) (sizeof (double))))17414 exit (1);20331 unsigned long int i = ulongval (); 20332 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 20333 return 1; 17415 20334 fprintf (f, "%lu\n", i); 17416 20335 } 17417 exit (ferror (f) || fclose (f) != 0);20336 return ferror (f) || fclose (f) != 0; 17418 20337 17419 20338 ; … … 17422 20341 _ACEOF 17423 20342 rm -f conftest$ac_exeext 17424 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17425 (eval $ac_link) 2>&5 20343 if { (ac_try="$ac_link" 20344 case "(($ac_try" in 20345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20346 *) ac_try_echo=$ac_try;; 20347 esac 20348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20349 (eval "$ac_link") 2>&5 17426 20350 ac_status=$? 17427 20351 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17428 20352 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 17429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17430 (eval $ac_try) 2>&5 20353 { (case "(($ac_try" in 20354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20355 *) ac_try_echo=$ac_try;; 20356 esac 20357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20358 (eval "$ac_try") 2>&5 17431 20359 ac_status=$? 17432 20360 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 17436 20364 echo "$as_me: program exited with status $ac_status" >&5 17437 20365 echo "$as_me: failed program was:" >&5 17438 cat conftest.$ac_ext >&5 20366 sed 's/^/| /' conftest.$ac_ext >&5 20367 17439 20368 ( exit $ac_status ) 17440 { { echo "$as_me:$LINENO: error: cannot compute sizeof (double), 77" >&5 17441 echo "$as_me: error: cannot compute sizeof (double), 77" >&2;} 17442 { (exit 1); exit 1; }; } 17443 fi 17444 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 17445 fi 20369 if test "$ac_cv_type_double" = yes; then 20370 { { echo "$as_me:$LINENO: error: cannot compute sizeof (double) 20371 See \`config.log' for more details." >&5 20372 echo "$as_me: error: cannot compute sizeof (double) 20373 See \`config.log' for more details." >&2;} 20374 { (exit 77); exit 77; }; } 20375 else 20376 ac_cv_sizeof_double=0 20377 fi 20378 fi 20379 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 17446 20380 fi 17447 20381 rm -f conftest.val 17448 else 17449 ac_cv_sizeof_double=0 17450 fi 17451 fi 17452 echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5 17453 echo "${ECHO_T}$ac_cv_sizeof_double" >&6 20382 fi 20383 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5 20384 echo "${ECHO_T}$ac_cv_sizeof_double" >&6; } 20385 20386 20387 17454 20388 cat >>confdefs.h <<_ACEOF 17455 20389 #define SIZEOF_DOUBLE $ac_cv_sizeof_double … … 17457 20391 17458 20392 17459 echo "$as_me:$LINENO: checking for long long" >&517460 echo $ECHO_N "checking for long long... $ECHO_C" >&6 20393 { echo "$as_me:$LINENO: checking for long long" >&5 20394 echo $ECHO_N "checking for long long... $ECHO_C" >&6; } 17461 20395 if test "${ac_cv_type_long_long+set}" = set; then 17462 20396 echo $ECHO_N "(cached) $ECHO_C" >&6 17463 20397 else 17464 20398 cat >conftest.$ac_ext <<_ACEOF 17465 #line $LINENO "configure" 17466 #include "confdefs.h" 20399 /* confdefs.h. */ 20400 _ACEOF 20401 cat confdefs.h >>conftest.$ac_ext 20402 cat >>conftest.$ac_ext <<_ACEOF 20403 /* end confdefs.h. */ 17467 20404 $ac_includes_default 17468 #ifdef F77_DUMMY_MAIN 17469 # ifdef __cplusplus 17470 extern "C" 17471 # endif 17472 int F77_DUMMY_MAIN() { return 1; } 17473 #endif 20405 typedef long long ac__type_new_; 17474 20406 int 17475 20407 main () 17476 20408 { 17477 if (( long long*) 0)17478 return 0; 17479 if (sizeof ( long long))20409 if ((ac__type_new_ *) 0) 20410 return 0; 20411 if (sizeof (ac__type_new_)) 17480 20412 return 0; 17481 20413 ; … … 17484 20416 _ACEOF 17485 20417 rm -f conftest.$ac_objext 17486 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17487 (eval $ac_compile) 2>&5 17488 ac_status=$? 17489 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17490 (exit $ac_status); } && 17491 { ac_try='test -s conftest.$ac_objext' 17492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17493 (eval $ac_try) 2>&5 17494 ac_status=$? 17495 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17496 (exit $ac_status); }; }; then 20418 if { (ac_try="$ac_compile" 20419 case "(($ac_try" in 20420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20421 *) ac_try_echo=$ac_try;; 20422 esac 20423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20424 (eval "$ac_compile") 2>conftest.er1 20425 ac_status=$? 20426 grep -v '^ *+' conftest.er1 >conftest.err 20427 rm -f conftest.er1 20428 cat conftest.err >&5 20429 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20430 (exit $ac_status); } && { 20431 test -z "$ac_c_werror_flag" || 20432 test ! -s conftest.err 20433 } && test -s conftest.$ac_objext; then 17497 20434 ac_cv_type_long_long=yes 17498 20435 else 17499 20436 echo "$as_me: failed program was:" >&5 17500 cat conftest.$ac_ext >&5 17501 ac_cv_type_long_long=no 17502 fi 17503 rm -f conftest.$ac_objext conftest.$ac_ext 17504 fi 17505 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 17506 echo "${ECHO_T}$ac_cv_type_long_long" >&6 17507 17508 echo "$as_me:$LINENO: checking size of long long" >&5 17509 echo $ECHO_N "checking size of long long... $ECHO_C" >&6 20437 sed 's/^/| /' conftest.$ac_ext >&5 20438 20439 ac_cv_type_long_long=no 20440 fi 20441 20442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20443 fi 20444 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 20445 echo "${ECHO_T}$ac_cv_type_long_long" >&6; } 20446 20447 # The cast to long int works around a bug in the HP C Compiler 20448 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects 20449 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. 20450 # This bug is HP SR number 8606223364. 20451 { echo "$as_me:$LINENO: checking size of long long" >&5 20452 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } 17510 20453 if test "${ac_cv_sizeof_long_long+set}" = set; then 17511 20454 echo $ECHO_N "(cached) $ECHO_C" >&6 17512 20455 else 17513 if test "$ac_cv_type_long_long" = yes; then17514 # The cast to unsigned long works around a bug in the HP C Compiler17515 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects17516 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.17517 # This bug is HP SR number 8606223364.17518 20456 if test "$cross_compiling" = yes; then 17519 20457 # Depending upon the size, compute the lo and hi bounds. 17520 20458 cat >conftest.$ac_ext <<_ACEOF 17521 #line $LINENO "configure" 17522 #include "confdefs.h" 20459 /* confdefs.h. */ 20460 _ACEOF 20461 cat confdefs.h >>conftest.$ac_ext 20462 cat >>conftest.$ac_ext <<_ACEOF 20463 /* end confdefs.h. */ 17523 20464 $ac_includes_default 17524 #ifdef F77_DUMMY_MAIN 17525 # ifdef __cplusplus 17526 extern "C" 17527 # endif 17528 int F77_DUMMY_MAIN() { return 1; } 17529 #endif 20465 typedef long long ac__type_sizeof_; 17530 20466 int 17531 20467 main () 17532 20468 { 17533 static int test_array [1 - 2 * !(((long ) (sizeof (long long))) >= 0)];20469 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 17534 20470 test_array [0] = 0 17535 20471 … … 17539 20475 _ACEOF 17540 20476 rm -f conftest.$ac_objext 17541 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17542 (eval $ac_compile) 2>&5 17543 ac_status=$? 17544 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17545 (exit $ac_status); } && 17546 { ac_try='test -s conftest.$ac_objext' 17547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17548 (eval $ac_try) 2>&5 17549 ac_status=$? 17550 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17551 (exit $ac_status); }; }; then 20477 if { (ac_try="$ac_compile" 20478 case "(($ac_try" in 20479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20480 *) ac_try_echo=$ac_try;; 20481 esac 20482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20483 (eval "$ac_compile") 2>conftest.er1 20484 ac_status=$? 20485 grep -v '^ *+' conftest.er1 >conftest.err 20486 rm -f conftest.er1 20487 cat conftest.err >&5 20488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20489 (exit $ac_status); } && { 20490 test -z "$ac_c_werror_flag" || 20491 test ! -s conftest.err 20492 } && test -s conftest.$ac_objext; then 17552 20493 ac_lo=0 ac_mid=0 17553 20494 while :; do 17554 20495 cat >conftest.$ac_ext <<_ACEOF 17555 #line $LINENO "configure" 17556 #include "confdefs.h" 20496 /* confdefs.h. */ 20497 _ACEOF 20498 cat confdefs.h >>conftest.$ac_ext 20499 cat >>conftest.$ac_ext <<_ACEOF 20500 /* end confdefs.h. */ 17557 20501 $ac_includes_default 17558 #ifdef F77_DUMMY_MAIN 17559 # ifdef __cplusplus 17560 extern "C" 17561 # endif 17562 int F77_DUMMY_MAIN() { return 1; } 17563 #endif 20502 typedef long long ac__type_sizeof_; 17564 20503 int 17565 20504 main () 17566 20505 { 17567 static int test_array [1 - 2 * !(((long ) (sizeof (long long))) <= $ac_mid)];20506 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 17568 20507 test_array [0] = 0 17569 20508 … … 17573 20512 _ACEOF 17574 20513 rm -f conftest.$ac_objext 17575 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17576 (eval $ac_compile) 2>&5 17577 ac_status=$? 17578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17579 (exit $ac_status); } && 17580 { ac_try='test -s conftest.$ac_objext' 17581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17582 (eval $ac_try) 2>&5 17583 ac_status=$? 17584 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17585 (exit $ac_status); }; }; then 20514 if { (ac_try="$ac_compile" 20515 case "(($ac_try" in 20516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20517 *) ac_try_echo=$ac_try;; 20518 esac 20519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20520 (eval "$ac_compile") 2>conftest.er1 20521 ac_status=$? 20522 grep -v '^ *+' conftest.er1 >conftest.err 20523 rm -f conftest.er1 20524 cat conftest.err >&5 20525 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20526 (exit $ac_status); } && { 20527 test -z "$ac_c_werror_flag" || 20528 test ! -s conftest.err 20529 } && test -s conftest.$ac_objext; then 17586 20530 ac_hi=$ac_mid; break 17587 20531 else 17588 20532 echo "$as_me: failed program was:" >&5 17589 cat conftest.$ac_ext >&5 17590 ac_lo=`expr $ac_mid + 1` 17591 if test $ac_lo -le $ac_mid; then 17592 ac_lo= ac_hi= 17593 break 17594 fi 17595 ac_mid=`expr 2 '*' $ac_mid + 1` 17596 fi 17597 rm -f conftest.$ac_objext conftest.$ac_ext 20533 sed 's/^/| /' conftest.$ac_ext >&5 20534 20535 ac_lo=`expr $ac_mid + 1` 20536 if test $ac_lo -le $ac_mid; then 20537 ac_lo= ac_hi= 20538 break 20539 fi 20540 ac_mid=`expr 2 '*' $ac_mid + 1` 20541 fi 20542 20543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17598 20544 done 17599 20545 else 17600 20546 echo "$as_me: failed program was:" >&5 17601 cat conftest.$ac_ext >&5 17602 cat >conftest.$ac_ext <<_ACEOF 17603 #line $LINENO "configure" 17604 #include "confdefs.h" 20547 sed 's/^/| /' conftest.$ac_ext >&5 20548 20549 cat >conftest.$ac_ext <<_ACEOF 20550 /* confdefs.h. */ 20551 _ACEOF 20552 cat confdefs.h >>conftest.$ac_ext 20553 cat >>conftest.$ac_ext <<_ACEOF 20554 /* end confdefs.h. */ 17605 20555 $ac_includes_default 17606 #ifdef F77_DUMMY_MAIN 17607 # ifdef __cplusplus 17608 extern "C" 17609 # endif 17610 int F77_DUMMY_MAIN() { return 1; } 17611 #endif 20556 typedef long long ac__type_sizeof_; 17612 20557 int 17613 20558 main () 17614 20559 { 17615 static int test_array [1 - 2 * !(((long ) (sizeof (long long))) < 0)];20560 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 17616 20561 test_array [0] = 0 17617 20562 … … 17621 20566 _ACEOF 17622 20567 rm -f conftest.$ac_objext 17623 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17624 (eval $ac_compile) 2>&5 17625 ac_status=$? 17626 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17627 (exit $ac_status); } && 17628 { ac_try='test -s conftest.$ac_objext' 17629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17630 (eval $ac_try) 2>&5 17631 ac_status=$? 17632 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17633 (exit $ac_status); }; }; then 20568 if { (ac_try="$ac_compile" 20569 case "(($ac_try" in 20570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20571 *) ac_try_echo=$ac_try;; 20572 esac 20573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20574 (eval "$ac_compile") 2>conftest.er1 20575 ac_status=$? 20576 grep -v '^ *+' conftest.er1 >conftest.err 20577 rm -f conftest.er1 20578 cat conftest.err >&5 20579 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20580 (exit $ac_status); } && { 20581 test -z "$ac_c_werror_flag" || 20582 test ! -s conftest.err 20583 } && test -s conftest.$ac_objext; then 17634 20584 ac_hi=-1 ac_mid=-1 17635 20585 while :; do 17636 20586 cat >conftest.$ac_ext <<_ACEOF 17637 #line $LINENO "configure" 17638 #include "confdefs.h" 20587 /* confdefs.h. */ 20588 _ACEOF 20589 cat confdefs.h >>conftest.$ac_ext 20590 cat >>conftest.$ac_ext <<_ACEOF 20591 /* end confdefs.h. */ 17639 20592 $ac_includes_default 17640 #ifdef F77_DUMMY_MAIN 17641 # ifdef __cplusplus 17642 extern "C" 17643 # endif 17644 int F77_DUMMY_MAIN() { return 1; } 17645 #endif 20593 typedef long long ac__type_sizeof_; 17646 20594 int 17647 20595 main () 17648 20596 { 17649 static int test_array [1 - 2 * !(((long ) (sizeof (long long))) >= $ac_mid)];20597 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 17650 20598 test_array [0] = 0 17651 20599 … … 17655 20603 _ACEOF 17656 20604 rm -f conftest.$ac_objext 17657 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17658 (eval $ac_compile) 2>&5 17659 ac_status=$? 17660 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17661 (exit $ac_status); } && 17662 { ac_try='test -s conftest.$ac_objext' 17663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17664 (eval $ac_try) 2>&5 17665 ac_status=$? 17666 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17667 (exit $ac_status); }; }; then 20605 if { (ac_try="$ac_compile" 20606 case "(($ac_try" in 20607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20608 *) ac_try_echo=$ac_try;; 20609 esac 20610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20611 (eval "$ac_compile") 2>conftest.er1 20612 ac_status=$? 20613 grep -v '^ *+' conftest.er1 >conftest.err 20614 rm -f conftest.er1 20615 cat conftest.err >&5 20616 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20617 (exit $ac_status); } && { 20618 test -z "$ac_c_werror_flag" || 20619 test ! -s conftest.err 20620 } && test -s conftest.$ac_objext; then 17668 20621 ac_lo=$ac_mid; break 17669 20622 else 17670 20623 echo "$as_me: failed program was:" >&5 17671 cat conftest.$ac_ext >&5 17672 ac_hi=`expr '(' $ac_mid ')' - 1` 17673 if test $ac_mid -le $ac_hi; then 17674 ac_lo= ac_hi= 17675 break 17676 fi 17677 ac_mid=`expr 2 '*' $ac_mid` 17678 fi 17679 rm -f conftest.$ac_objext conftest.$ac_ext 20624 sed 's/^/| /' conftest.$ac_ext >&5 20625 20626 ac_hi=`expr '(' $ac_mid ')' - 1` 20627 if test $ac_mid -le $ac_hi; then 20628 ac_lo= ac_hi= 20629 break 20630 fi 20631 ac_mid=`expr 2 '*' $ac_mid` 20632 fi 20633 20634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17680 20635 done 17681 20636 else 17682 20637 echo "$as_me: failed program was:" >&5 17683 cat conftest.$ac_ext >&5 17684 ac_lo= ac_hi= 17685 fi 17686 rm -f conftest.$ac_objext conftest.$ac_ext 17687 fi 17688 rm -f conftest.$ac_objext conftest.$ac_ext 20638 sed 's/^/| /' conftest.$ac_ext >&5 20639 20640 ac_lo= ac_hi= 20641 fi 20642 20643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20644 fi 20645 20646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17689 20647 # Binary search between lo and hi bounds. 17690 20648 while test "x$ac_lo" != "x$ac_hi"; do 17691 20649 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 17692 20650 cat >conftest.$ac_ext <<_ACEOF 17693 #line $LINENO "configure" 17694 #include "confdefs.h" 20651 /* confdefs.h. */ 20652 _ACEOF 20653 cat confdefs.h >>conftest.$ac_ext 20654 cat >>conftest.$ac_ext <<_ACEOF 20655 /* end confdefs.h. */ 17695 20656 $ac_includes_default 17696 #ifdef F77_DUMMY_MAIN 17697 # ifdef __cplusplus 17698 extern "C" 17699 # endif 17700 int F77_DUMMY_MAIN() { return 1; } 17701 #endif 20657 typedef long long ac__type_sizeof_; 17702 20658 int 17703 20659 main () 17704 20660 { 17705 static int test_array [1 - 2 * !(((long ) (sizeof (long long))) <= $ac_mid)];20661 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 17706 20662 test_array [0] = 0 17707 20663 … … 17711 20667 _ACEOF 17712 20668 rm -f conftest.$ac_objext 17713 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17714 (eval $ac_compile) 2>&5 17715 ac_status=$? 17716 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17717 (exit $ac_status); } && 17718 { ac_try='test -s conftest.$ac_objext' 17719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17720 (eval $ac_try) 2>&5 17721 ac_status=$? 17722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17723 (exit $ac_status); }; }; then 20669 if { (ac_try="$ac_compile" 20670 case "(($ac_try" in 20671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20672 *) ac_try_echo=$ac_try;; 20673 esac 20674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20675 (eval "$ac_compile") 2>conftest.er1 20676 ac_status=$? 20677 grep -v '^ *+' conftest.er1 >conftest.err 20678 rm -f conftest.er1 20679 cat conftest.err >&5 20680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20681 (exit $ac_status); } && { 20682 test -z "$ac_c_werror_flag" || 20683 test ! -s conftest.err 20684 } && test -s conftest.$ac_objext; then 17724 20685 ac_hi=$ac_mid 17725 20686 else 17726 20687 echo "$as_me: failed program was:" >&5 17727 cat conftest.$ac_ext >&5 17728 ac_lo=`expr '(' $ac_mid ')' + 1` 17729 fi 17730 rm -f conftest.$ac_objext conftest.$ac_ext 20688 sed 's/^/| /' conftest.$ac_ext >&5 20689 20690 ac_lo=`expr '(' $ac_mid ')' + 1` 20691 fi 20692 20693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17731 20694 done 17732 20695 case $ac_lo in 17733 20696 ?*) ac_cv_sizeof_long_long=$ac_lo;; 17734 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77" >&5 17735 echo "$as_me: error: cannot compute sizeof (long long), 77" >&2;} 17736 { (exit 1); exit 1; }; } ;; 17737 esac 17738 else 17739 if test "$cross_compiling" = yes; then 17740 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5 17741 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 17742 { (exit 1); exit 1; }; } 20697 '') if test "$ac_cv_type_long_long" = yes; then 20698 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 20699 See \`config.log' for more details." >&5 20700 echo "$as_me: error: cannot compute sizeof (long long) 20701 See \`config.log' for more details." >&2;} 20702 { (exit 77); exit 77; }; } 20703 else 20704 ac_cv_sizeof_long_long=0 20705 fi ;; 20706 esac 17743 20707 else 17744 20708 cat >conftest.$ac_ext <<_ACEOF 17745 #line $LINENO "configure" 17746 #include "confdefs.h" 20709 /* confdefs.h. */ 20710 _ACEOF 20711 cat confdefs.h >>conftest.$ac_ext 20712 cat >>conftest.$ac_ext <<_ACEOF 20713 /* end confdefs.h. */ 17747 20714 $ac_includes_default 17748 long longval () { return (long) (sizeof (long long)); } 17749 unsigned long ulongval () { return (long) (sizeof (long long)); } 20715 typedef long long ac__type_sizeof_; 20716 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 20717 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } 17750 20718 #include <stdio.h> 17751 20719 #include <stdlib.h> 17752 #ifdef F77_DUMMY_MAIN17753 # ifdef __cplusplus17754 extern "C"17755 # endif17756 int F77_DUMMY_MAIN() { return 1; }17757 #endif17758 20720 int 17759 20721 main () … … 17762 20724 FILE *f = fopen ("conftest.val", "w"); 17763 20725 if (! f) 17764 exit (1);17765 if (((long ) (sizeof (long long))) < 0)20726 return 1; 20727 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 17766 20728 { 17767 long i = longval ();17768 if (i != ((long ) (sizeof (long long))))17769 exit (1);20729 long int i = longval (); 20730 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 20731 return 1; 17770 20732 fprintf (f, "%ld\n", i); 17771 20733 } 17772 20734 else 17773 20735 { 17774 unsigned long i = ulongval ();17775 if (i != ((long ) (sizeof (long long))))17776 exit (1);20736 unsigned long int i = ulongval (); 20737 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 20738 return 1; 17777 20739 fprintf (f, "%lu\n", i); 17778 20740 } 17779 exit (ferror (f) || fclose (f) != 0);20741 return ferror (f) || fclose (f) != 0; 17780 20742 17781 20743 ; … … 17784 20746 _ACEOF 17785 20747 rm -f conftest$ac_exeext 17786 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17787 (eval $ac_link) 2>&5 20748 if { (ac_try="$ac_link" 20749 case "(($ac_try" in 20750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20751 *) ac_try_echo=$ac_try;; 20752 esac 20753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20754 (eval "$ac_link") 2>&5 17788 20755 ac_status=$? 17789 20756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17790 20757 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 17791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17792 (eval $ac_try) 2>&5 20758 { (case "(($ac_try" in 20759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20760 *) ac_try_echo=$ac_try;; 20761 esac 20762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20763 (eval "$ac_try") 2>&5 17793 20764 ac_status=$? 17794 20765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 17798 20769 echo "$as_me: program exited with status $ac_status" >&5 17799 20770 echo "$as_me: failed program was:" >&5 17800 cat conftest.$ac_ext >&5 20771 sed 's/^/| /' conftest.$ac_ext >&5 20772 17801 20773 ( exit $ac_status ) 17802 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77" >&5 17803 echo "$as_me: error: cannot compute sizeof (long long), 77" >&2;} 17804 { (exit 1); exit 1; }; } 17805 fi 17806 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 17807 fi 20774 if test "$ac_cv_type_long_long" = yes; then 20775 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 20776 See \`config.log' for more details." >&5 20777 echo "$as_me: error: cannot compute sizeof (long long) 20778 See \`config.log' for more details." >&2;} 20779 { (exit 77); exit 77; }; } 20780 else 20781 ac_cv_sizeof_long_long=0 20782 fi 20783 fi 20784 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 17808 20785 fi 17809 20786 rm -f conftest.val 17810 else 17811 ac_cv_sizeof_long_long=0 17812 fi 17813 fi 17814 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 17815 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 20787 fi 20788 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 20789 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } 20790 20791 20792 17816 20793 cat >>confdefs.h <<_ACEOF 17817 20794 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long … … 17820 20797 17821 20798 17822 echo "$as_me:$LINENO: checking for u_int" >&517823 echo $ECHO_N "checking for u_int... $ECHO_C" >&6 20799 { echo "$as_me:$LINENO: checking for u_int" >&5 20800 echo $ECHO_N "checking for u_int... $ECHO_C" >&6; } 17824 20801 if test "${ac_cv_type_u_int+set}" = set; then 17825 20802 echo $ECHO_N "(cached) $ECHO_C" >&6 17826 20803 else 17827 20804 cat >conftest.$ac_ext <<_ACEOF 17828 #line $LINENO "configure" 17829 #include "confdefs.h" 20805 /* confdefs.h. */ 20806 _ACEOF 20807 cat confdefs.h >>conftest.$ac_ext 20808 cat >>conftest.$ac_ext <<_ACEOF 20809 /* end confdefs.h. */ 17830 20810 $ac_includes_default 17831 #ifdef F77_DUMMY_MAIN 17832 # ifdef __cplusplus 17833 extern "C" 17834 # endif 17835 int F77_DUMMY_MAIN() { return 1; } 17836 #endif 20811 typedef u_int ac__type_new_; 17837 20812 int 17838 20813 main () 17839 20814 { 17840 if (( u_int*) 0)17841 return 0; 17842 if (sizeof ( u_int))20815 if ((ac__type_new_ *) 0) 20816 return 0; 20817 if (sizeof (ac__type_new_)) 17843 20818 return 0; 17844 20819 ; … … 17847 20822 _ACEOF 17848 20823 rm -f conftest.$ac_objext 17849 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17850 (eval $ac_compile) 2>&5 17851 ac_status=$? 17852 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17853 (exit $ac_status); } && 17854 { ac_try='test -s conftest.$ac_objext' 17855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17856 (eval $ac_try) 2>&5 17857 ac_status=$? 17858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17859 (exit $ac_status); }; }; then 20824 if { (ac_try="$ac_compile" 20825 case "(($ac_try" in 20826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20827 *) ac_try_echo=$ac_try;; 20828 esac 20829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20830 (eval "$ac_compile") 2>conftest.er1 20831 ac_status=$? 20832 grep -v '^ *+' conftest.er1 >conftest.err 20833 rm -f conftest.er1 20834 cat conftest.err >&5 20835 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20836 (exit $ac_status); } && { 20837 test -z "$ac_c_werror_flag" || 20838 test ! -s conftest.err 20839 } && test -s conftest.$ac_objext; then 17860 20840 ac_cv_type_u_int=yes 17861 20841 else 17862 20842 echo "$as_me: failed program was:" >&5 17863 cat conftest.$ac_ext >&5 17864 ac_cv_type_u_int=no 17865 fi 17866 rm -f conftest.$ac_objext conftest.$ac_ext 17867 fi 17868 echo "$as_me:$LINENO: result: $ac_cv_type_u_int" >&5 17869 echo "${ECHO_T}$ac_cv_type_u_int" >&6 20843 sed 's/^/| /' conftest.$ac_ext >&5 20844 20845 ac_cv_type_u_int=no 20846 fi 20847 20848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20849 fi 20850 { echo "$as_me:$LINENO: result: $ac_cv_type_u_int" >&5 20851 echo "${ECHO_T}$ac_cv_type_u_int" >&6; } 17870 20852 if test $ac_cv_type_u_int = yes; then 17871 20853 : … … 17878 20860 fi 17879 20861 17880 echo "$as_me:$LINENO: checking for u_long" >&517881 echo $ECHO_N "checking for u_long... $ECHO_C" >&6 20862 { echo "$as_me:$LINENO: checking for u_long" >&5 20863 echo $ECHO_N "checking for u_long... $ECHO_C" >&6; } 17882 20864 if test "${ac_cv_type_u_long+set}" = set; then 17883 20865 echo $ECHO_N "(cached) $ECHO_C" >&6 17884 20866 else 17885 20867 cat >conftest.$ac_ext <<_ACEOF 17886 #line $LINENO "configure" 17887 #include "confdefs.h" 20868 /* confdefs.h. */ 20869 _ACEOF 20870 cat confdefs.h >>conftest.$ac_ext 20871 cat >>conftest.$ac_ext <<_ACEOF 20872 /* end confdefs.h. */ 17888 20873 $ac_includes_default 17889 #ifdef F77_DUMMY_MAIN 17890 # ifdef __cplusplus 17891 extern "C" 17892 # endif 17893 int F77_DUMMY_MAIN() { return 1; } 17894 #endif 20874 typedef u_long ac__type_new_; 17895 20875 int 17896 20876 main () 17897 20877 { 17898 if (( u_long*) 0)17899 return 0; 17900 if (sizeof ( u_long))20878 if ((ac__type_new_ *) 0) 20879 return 0; 20880 if (sizeof (ac__type_new_)) 17901 20881 return 0; 17902 20882 ; … … 17905 20885 _ACEOF 17906 20886 rm -f conftest.$ac_objext 17907 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17908 (eval $ac_compile) 2>&5 17909 ac_status=$? 17910 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17911 (exit $ac_status); } && 17912 { ac_try='test -s conftest.$ac_objext' 17913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17914 (eval $ac_try) 2>&5 17915 ac_status=$? 17916 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17917 (exit $ac_status); }; }; then 20887 if { (ac_try="$ac_compile" 20888 case "(($ac_try" in 20889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20890 *) ac_try_echo=$ac_try;; 20891 esac 20892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20893 (eval "$ac_compile") 2>conftest.er1 20894 ac_status=$? 20895 grep -v '^ *+' conftest.er1 >conftest.err 20896 rm -f conftest.er1 20897 cat conftest.err >&5 20898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20899 (exit $ac_status); } && { 20900 test -z "$ac_c_werror_flag" || 20901 test ! -s conftest.err 20902 } && test -s conftest.$ac_objext; then 17918 20903 ac_cv_type_u_long=yes 17919 20904 else 17920 20905 echo "$as_me: failed program was:" >&5 17921 cat conftest.$ac_ext >&5 17922 ac_cv_type_u_long=no 17923 fi 17924 rm -f conftest.$ac_objext conftest.$ac_ext 17925 fi 17926 echo "$as_me:$LINENO: result: $ac_cv_type_u_long" >&5 17927 echo "${ECHO_T}$ac_cv_type_u_long" >&6 20906 sed 's/^/| /' conftest.$ac_ext >&5 20907 20908 ac_cv_type_u_long=no 20909 fi 20910 20911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20912 fi 20913 { echo "$as_me:$LINENO: result: $ac_cv_type_u_long" >&5 20914 echo "${ECHO_T}$ac_cv_type_u_long" >&6; } 17928 20915 if test $ac_cv_type_u_long = yes; then 17929 20916 : … … 17939 20926 17940 20927 if test "$ac_cv_sizeof_short" = 2; then 17941 echo "$as_me:$LINENO: checking for bits16_t" >&517942 echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6 20928 { echo "$as_me:$LINENO: checking for bits16_t" >&5 20929 echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6; } 17943 20930 if test "${ac_cv_type_bits16_t+set}" = set; then 17944 20931 echo $ECHO_N "(cached) $ECHO_C" >&6 17945 20932 else 17946 20933 cat >conftest.$ac_ext <<_ACEOF 17947 #line $LINENO "configure" 17948 #include "confdefs.h" 20934 /* confdefs.h. */ 20935 _ACEOF 20936 cat confdefs.h >>conftest.$ac_ext 20937 cat >>conftest.$ac_ext <<_ACEOF 20938 /* end confdefs.h. */ 17949 20939 $ac_includes_default 17950 #ifdef F77_DUMMY_MAIN 17951 # ifdef __cplusplus 17952 extern "C" 17953 # endif 17954 int F77_DUMMY_MAIN() { return 1; } 17955 #endif 20940 typedef bits16_t ac__type_new_; 17956 20941 int 17957 20942 main () 17958 20943 { 17959 if (( bits16_t*) 0)17960 return 0; 17961 if (sizeof ( bits16_t))20944 if ((ac__type_new_ *) 0) 20945 return 0; 20946 if (sizeof (ac__type_new_)) 17962 20947 return 0; 17963 20948 ; … … 17966 20951 _ACEOF 17967 20952 rm -f conftest.$ac_objext 17968 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17969 (eval $ac_compile) 2>&5 17970 ac_status=$? 17971 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17972 (exit $ac_status); } && 17973 { ac_try='test -s conftest.$ac_objext' 17974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17975 (eval $ac_try) 2>&5 17976 ac_status=$? 17977 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17978 (exit $ac_status); }; }; then 20953 if { (ac_try="$ac_compile" 20954 case "(($ac_try" in 20955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20956 *) ac_try_echo=$ac_try;; 20957 esac 20958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20959 (eval "$ac_compile") 2>conftest.er1 20960 ac_status=$? 20961 grep -v '^ *+' conftest.er1 >conftest.err 20962 rm -f conftest.er1 20963 cat conftest.err >&5 20964 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20965 (exit $ac_status); } && { 20966 test -z "$ac_c_werror_flag" || 20967 test ! -s conftest.err 20968 } && test -s conftest.$ac_objext; then 17979 20969 ac_cv_type_bits16_t=yes 17980 20970 else 17981 20971 echo "$as_me: failed program was:" >&5 17982 cat conftest.$ac_ext >&5 17983 ac_cv_type_bits16_t=no 17984 fi 17985 rm -f conftest.$ac_objext conftest.$ac_ext 17986 fi 17987 echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 17988 echo "${ECHO_T}$ac_cv_type_bits16_t" >&6 20972 sed 's/^/| /' conftest.$ac_ext >&5 20973 20974 ac_cv_type_bits16_t=no 20975 fi 20976 20977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20978 fi 20979 { echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 20980 echo "${ECHO_T}$ac_cv_type_bits16_t" >&6; } 17989 20981 if test $ac_cv_type_bits16_t = yes; then 17990 20982 : … … 17998 20990 17999 20991 elif test "$ac_cv_sizeof_char" = 2; then 18000 echo "$as_me:$LINENO: checking for bits16_t" >&518001 echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6 20992 { echo "$as_me:$LINENO: checking for bits16_t" >&5 20993 echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6; } 18002 20994 if test "${ac_cv_type_bits16_t+set}" = set; then 18003 20995 echo $ECHO_N "(cached) $ECHO_C" >&6 18004 20996 else 18005 20997 cat >conftest.$ac_ext <<_ACEOF 18006 #line $LINENO "configure" 18007 #include "confdefs.h" 20998 /* confdefs.h. */ 20999 _ACEOF 21000 cat confdefs.h >>conftest.$ac_ext 21001 cat >>conftest.$ac_ext <<_ACEOF 21002 /* end confdefs.h. */ 18008 21003 $ac_includes_default 18009 #ifdef F77_DUMMY_MAIN 18010 # ifdef __cplusplus 18011 extern "C" 18012 # endif 18013 int F77_DUMMY_MAIN() { return 1; } 18014 #endif 21004 typedef bits16_t ac__type_new_; 18015 21005 int 18016 21006 main () 18017 21007 { 18018 if (( bits16_t*) 0)18019 return 0; 18020 if (sizeof ( bits16_t))21008 if ((ac__type_new_ *) 0) 21009 return 0; 21010 if (sizeof (ac__type_new_)) 18021 21011 return 0; 18022 21012 ; … … 18025 21015 _ACEOF 18026 21016 rm -f conftest.$ac_objext 18027 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18028 (eval $ac_compile) 2>&5 18029 ac_status=$? 18030 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18031 (exit $ac_status); } && 18032 { ac_try='test -s conftest.$ac_objext' 18033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18034 (eval $ac_try) 2>&5 18035 ac_status=$? 18036 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18037 (exit $ac_status); }; }; then 21017 if { (ac_try="$ac_compile" 21018 case "(($ac_try" in 21019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21020 *) ac_try_echo=$ac_try;; 21021 esac 21022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21023 (eval "$ac_compile") 2>conftest.er1 21024 ac_status=$? 21025 grep -v '^ *+' conftest.er1 >conftest.err 21026 rm -f conftest.er1 21027 cat conftest.err >&5 21028 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21029 (exit $ac_status); } && { 21030 test -z "$ac_c_werror_flag" || 21031 test ! -s conftest.err 21032 } && test -s conftest.$ac_objext; then 18038 21033 ac_cv_type_bits16_t=yes 18039 21034 else 18040 21035 echo "$as_me: failed program was:" >&5 18041 cat conftest.$ac_ext >&5 18042 ac_cv_type_bits16_t=no 18043 fi 18044 rm -f conftest.$ac_objext conftest.$ac_ext 18045 fi 18046 echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 18047 echo "${ECHO_T}$ac_cv_type_bits16_t" >&6 21036 sed 's/^/| /' conftest.$ac_ext >&5 21037 21038 ac_cv_type_bits16_t=no 21039 fi 21040 21041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21042 fi 21043 { echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 21044 echo "${ECHO_T}$ac_cv_type_bits16_t" >&6; } 18048 21045 if test $ac_cv_type_bits16_t = yes; then 18049 21046 : … … 18057 21054 18058 21055 else 18059 echo "$as_me:$LINENO: checking for bits16_t" >&518060 echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6 21056 { echo "$as_me:$LINENO: checking for bits16_t" >&5 21057 echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6; } 18061 21058 if test "${ac_cv_type_bits16_t+set}" = set; then 18062 21059 echo $ECHO_N "(cached) $ECHO_C" >&6 18063 21060 else 18064 21061 cat >conftest.$ac_ext <<_ACEOF 18065 #line $LINENO "configure" 18066 #include "confdefs.h" 21062 /* confdefs.h. */ 21063 _ACEOF 21064 cat confdefs.h >>conftest.$ac_ext 21065 cat >>conftest.$ac_ext <<_ACEOF 21066 /* end confdefs.h. */ 18067 21067 $ac_includes_default 18068 #ifdef F77_DUMMY_MAIN 18069 # ifdef __cplusplus 18070 extern "C" 18071 # endif 18072 int F77_DUMMY_MAIN() { return 1; } 18073 #endif 21068 typedef bits16_t ac__type_new_; 18074 21069 int 18075 21070 main () 18076 21071 { 18077 if (( bits16_t*) 0)18078 return 0; 18079 if (sizeof ( bits16_t))21072 if ((ac__type_new_ *) 0) 21073 return 0; 21074 if (sizeof (ac__type_new_)) 18080 21075 return 0; 18081 21076 ; … … 18084 21079 _ACEOF 18085 21080 rm -f conftest.$ac_objext 18086 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18087 (eval $ac_compile) 2>&5 18088 ac_status=$? 18089 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18090 (exit $ac_status); } && 18091 { ac_try='test -s conftest.$ac_objext' 18092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18093 (eval $ac_try) 2>&5 18094 ac_status=$? 18095 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18096 (exit $ac_status); }; }; then 21081 if { (ac_try="$ac_compile" 21082 case "(($ac_try" in 21083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21084 *) ac_try_echo=$ac_try;; 21085 esac 21086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21087 (eval "$ac_compile") 2>conftest.er1 21088 ac_status=$? 21089 grep -v '^ *+' conftest.er1 >conftest.err 21090 rm -f conftest.er1 21091 cat conftest.err >&5 21092 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21093 (exit $ac_status); } && { 21094 test -z "$ac_c_werror_flag" || 21095 test ! -s conftest.err 21096 } && test -s conftest.$ac_objext; then 18097 21097 ac_cv_type_bits16_t=yes 18098 21098 else 18099 21099 echo "$as_me: failed program was:" >&5 18100 cat conftest.$ac_ext >&5 18101 ac_cv_type_bits16_t=no 18102 fi 18103 rm -f conftest.$ac_objext conftest.$ac_ext 18104 fi 18105 echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 18106 echo "${ECHO_T}$ac_cv_type_bits16_t" >&6 21100 sed 's/^/| /' conftest.$ac_ext >&5 21101 21102 ac_cv_type_bits16_t=no 21103 fi 21104 21105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21106 fi 21107 { echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 21108 echo "${ECHO_T}$ac_cv_type_bits16_t" >&6; } 18107 21109 if test $ac_cv_type_bits16_t = yes; then 18108 21110 : … … 18119 21121 18120 21122 if test "$ac_cv_sizeof_short" = 2; then 18121 echo "$as_me:$LINENO: checking for u_bits16_t" >&518122 echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6 21123 { echo "$as_me:$LINENO: checking for u_bits16_t" >&5 21124 echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6; } 18123 21125 if test "${ac_cv_type_u_bits16_t+set}" = set; then 18124 21126 echo $ECHO_N "(cached) $ECHO_C" >&6 18125 21127 else 18126 21128 cat >conftest.$ac_ext <<_ACEOF 18127 #line $LINENO "configure" 18128 #include "confdefs.h" 21129 /* confdefs.h. */ 21130 _ACEOF 21131 cat confdefs.h >>conftest.$ac_ext 21132 cat >>conftest.$ac_ext <<_ACEOF 21133 /* end confdefs.h. */ 18129 21134 $ac_includes_default 18130 #ifdef F77_DUMMY_MAIN 18131 # ifdef __cplusplus 18132 extern "C" 18133 # endif 18134 int F77_DUMMY_MAIN() { return 1; } 18135 #endif 21135 typedef u_bits16_t ac__type_new_; 18136 21136 int 18137 21137 main () 18138 21138 { 18139 if (( u_bits16_t*) 0)18140 return 0; 18141 if (sizeof ( u_bits16_t))21139 if ((ac__type_new_ *) 0) 21140 return 0; 21141 if (sizeof (ac__type_new_)) 18142 21142 return 0; 18143 21143 ; … … 18146 21146 _ACEOF 18147 21147 rm -f conftest.$ac_objext 18148 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18149 (eval $ac_compile) 2>&5 18150 ac_status=$? 18151 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18152 (exit $ac_status); } && 18153 { ac_try='test -s conftest.$ac_objext' 18154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18155 (eval $ac_try) 2>&5 18156 ac_status=$? 18157 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18158 (exit $ac_status); }; }; then 21148 if { (ac_try="$ac_compile" 21149 case "(($ac_try" in 21150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21151 *) ac_try_echo=$ac_try;; 21152 esac 21153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21154 (eval "$ac_compile") 2>conftest.er1 21155 ac_status=$? 21156 grep -v '^ *+' conftest.er1 >conftest.err 21157 rm -f conftest.er1 21158 cat conftest.err >&5 21159 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21160 (exit $ac_status); } && { 21161 test -z "$ac_c_werror_flag" || 21162 test ! -s conftest.err 21163 } && test -s conftest.$ac_objext; then 18159 21164 ac_cv_type_u_bits16_t=yes 18160 21165 else 18161 21166 echo "$as_me: failed program was:" >&5 18162 cat conftest.$ac_ext >&5 18163 ac_cv_type_u_bits16_t=no 18164 fi 18165 rm -f conftest.$ac_objext conftest.$ac_ext 18166 fi 18167 echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 18168 echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6 21167 sed 's/^/| /' conftest.$ac_ext >&5 21168 21169 ac_cv_type_u_bits16_t=no 21170 fi 21171 21172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21173 fi 21174 { echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 21175 echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6; } 18169 21176 if test $ac_cv_type_u_bits16_t = yes; then 18170 21177 : … … 18178 21185 18179 21186 elif test "$ac_cv_sizeof_char" = 2; then 18180 echo "$as_me:$LINENO: checking for u_bits16_t" >&518181 echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6 21187 { echo "$as_me:$LINENO: checking for u_bits16_t" >&5 21188 echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6; } 18182 21189 if test "${ac_cv_type_u_bits16_t+set}" = set; then 18183 21190 echo $ECHO_N "(cached) $ECHO_C" >&6 18184 21191 else 18185 21192 cat >conftest.$ac_ext <<_ACEOF 18186 #line $LINENO "configure" 18187 #include "confdefs.h" 21193 /* confdefs.h. */ 21194 _ACEOF 21195 cat confdefs.h >>conftest.$ac_ext 21196 cat >>conftest.$ac_ext <<_ACEOF 21197 /* end confdefs.h. */ 18188 21198 $ac_includes_default 18189 #ifdef F77_DUMMY_MAIN 18190 # ifdef __cplusplus 18191 extern "C" 18192 # endif 18193 int F77_DUMMY_MAIN() { return 1; } 18194 #endif 21199 typedef u_bits16_t ac__type_new_; 18195 21200 int 18196 21201 main () 18197 21202 { 18198 if (( u_bits16_t*) 0)18199 return 0; 18200 if (sizeof ( u_bits16_t))21203 if ((ac__type_new_ *) 0) 21204 return 0; 21205 if (sizeof (ac__type_new_)) 18201 21206 return 0; 18202 21207 ; … … 18205 21210 _ACEOF 18206 21211 rm -f conftest.$ac_objext 18207 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18208 (eval $ac_compile) 2>&5 18209 ac_status=$? 18210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18211 (exit $ac_status); } && 18212 { ac_try='test -s conftest.$ac_objext' 18213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18214 (eval $ac_try) 2>&5 18215 ac_status=$? 18216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18217 (exit $ac_status); }; }; then 21212 if { (ac_try="$ac_compile" 21213 case "(($ac_try" in 21214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21215 *) ac_try_echo=$ac_try;; 21216 esac 21217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21218 (eval "$ac_compile") 2>conftest.er1 21219 ac_status=$? 21220 grep -v '^ *+' conftest.er1 >conftest.err 21221 rm -f conftest.er1 21222 cat conftest.err >&5 21223 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21224 (exit $ac_status); } && { 21225 test -z "$ac_c_werror_flag" || 21226 test ! -s conftest.err 21227 } && test -s conftest.$ac_objext; then 18218 21228 ac_cv_type_u_bits16_t=yes 18219 21229 else 18220 21230 echo "$as_me: failed program was:" >&5 18221 cat conftest.$ac_ext >&5 18222 ac_cv_type_u_bits16_t=no 18223 fi 18224 rm -f conftest.$ac_objext conftest.$ac_ext 18225 fi 18226 echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 18227 echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6 21231 sed 's/^/| /' conftest.$ac_ext >&5 21232 21233 ac_cv_type_u_bits16_t=no 21234 fi 21235 21236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21237 fi 21238 { echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 21239 echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6; } 18228 21240 if test $ac_cv_type_u_bits16_t = yes; then 18229 21241 : … … 18237 21249 18238 21250 else 18239 echo "$as_me:$LINENO: checking for u_bits16_t" >&518240 echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6 21251 { echo "$as_me:$LINENO: checking for u_bits16_t" >&5 21252 echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6; } 18241 21253 if test "${ac_cv_type_u_bits16_t+set}" = set; then 18242 21254 echo $ECHO_N "(cached) $ECHO_C" >&6 18243 21255 else 18244 21256 cat >conftest.$ac_ext <<_ACEOF 18245 #line $LINENO "configure" 18246 #include "confdefs.h" 21257 /* confdefs.h. */ 21258 _ACEOF 21259 cat confdefs.h >>conftest.$ac_ext 21260 cat >>conftest.$ac_ext <<_ACEOF 21261 /* end confdefs.h. */ 18247 21262 $ac_includes_default 18248 #ifdef F77_DUMMY_MAIN 18249 # ifdef __cplusplus 18250 extern "C" 18251 # endif 18252 int F77_DUMMY_MAIN() { return 1; } 18253 #endif 21263 typedef u_bits16_t ac__type_new_; 18254 21264 int 18255 21265 main () 18256 21266 { 18257 if (( u_bits16_t*) 0)18258 return 0; 18259 if (sizeof ( u_bits16_t))21267 if ((ac__type_new_ *) 0) 21268 return 0; 21269 if (sizeof (ac__type_new_)) 18260 21270 return 0; 18261 21271 ; … … 18264 21274 _ACEOF 18265 21275 rm -f conftest.$ac_objext 18266 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18267 (eval $ac_compile) 2>&5 18268 ac_status=$? 18269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18270 (exit $ac_status); } && 18271 { ac_try='test -s conftest.$ac_objext' 18272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18273 (eval $ac_try) 2>&5 18274 ac_status=$? 18275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18276 (exit $ac_status); }; }; then 21276 if { (ac_try="$ac_compile" 21277 case "(($ac_try" in 21278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21279 *) ac_try_echo=$ac_try;; 21280 esac 21281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21282 (eval "$ac_compile") 2>conftest.er1 21283 ac_status=$? 21284 grep -v '^ *+' conftest.er1 >conftest.err 21285 rm -f conftest.er1 21286 cat conftest.err >&5 21287 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21288 (exit $ac_status); } && { 21289 test -z "$ac_c_werror_flag" || 21290 test ! -s conftest.err 21291 } && test -s conftest.$ac_objext; then 18277 21292 ac_cv_type_u_bits16_t=yes 18278 21293 else 18279 21294 echo "$as_me: failed program was:" >&5 18280 cat conftest.$ac_ext >&5 18281 ac_cv_type_u_bits16_t=no 18282 fi 18283 rm -f conftest.$ac_objext conftest.$ac_ext 18284 fi 18285 echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 18286 echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6 21295 sed 's/^/| /' conftest.$ac_ext >&5 21296 21297 ac_cv_type_u_bits16_t=no 21298 fi 21299 21300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21301 fi 21302 { echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 21303 echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6; } 18287 21304 if test $ac_cv_type_u_bits16_t = yes; then 18288 21305 : … … 18299 21316 18300 21317 if test "$ac_cv_sizeof_int" = 4; then 18301 echo "$as_me:$LINENO: checking for bits32_t" >&518302 echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6 21318 { echo "$as_me:$LINENO: checking for bits32_t" >&5 21319 echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6; } 18303 21320 if test "${ac_cv_type_bits32_t+set}" = set; then 18304 21321 echo $ECHO_N "(cached) $ECHO_C" >&6 18305 21322 else 18306 21323 cat >conftest.$ac_ext <<_ACEOF 18307 #line $LINENO "configure" 18308 #include "confdefs.h" 21324 /* confdefs.h. */ 21325 _ACEOF 21326 cat confdefs.h >>conftest.$ac_ext 21327 cat >>conftest.$ac_ext <<_ACEOF 21328 /* end confdefs.h. */ 18309 21329 $ac_includes_default 18310 #ifdef F77_DUMMY_MAIN 18311 # ifdef __cplusplus 18312 extern "C" 18313 # endif 18314 int F77_DUMMY_MAIN() { return 1; } 18315 #endif 21330 typedef bits32_t ac__type_new_; 18316 21331 int 18317 21332 main () 18318 21333 { 18319 if (( bits32_t*) 0)18320 return 0; 18321 if (sizeof ( bits32_t))21334 if ((ac__type_new_ *) 0) 21335 return 0; 21336 if (sizeof (ac__type_new_)) 18322 21337 return 0; 18323 21338 ; … … 18326 21341 _ACEOF 18327 21342 rm -f conftest.$ac_objext 18328 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18329 (eval $ac_compile) 2>&5 18330 ac_status=$? 18331 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18332 (exit $ac_status); } && 18333 { ac_try='test -s conftest.$ac_objext' 18334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18335 (eval $ac_try) 2>&5 18336 ac_status=$? 18337 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18338 (exit $ac_status); }; }; then 21343 if { (ac_try="$ac_compile" 21344 case "(($ac_try" in 21345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21346 *) ac_try_echo=$ac_try;; 21347 esac 21348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21349 (eval "$ac_compile") 2>conftest.er1 21350 ac_status=$? 21351 grep -v '^ *+' conftest.er1 >conftest.err 21352 rm -f conftest.er1 21353 cat conftest.err >&5 21354 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21355 (exit $ac_status); } && { 21356 test -z "$ac_c_werror_flag" || 21357 test ! -s conftest.err 21358 } && test -s conftest.$ac_objext; then 18339 21359 ac_cv_type_bits32_t=yes 18340 21360 else 18341 21361 echo "$as_me: failed program was:" >&5 18342 cat conftest.$ac_ext >&5 18343 ac_cv_type_bits32_t=no 18344 fi 18345 rm -f conftest.$ac_objext conftest.$ac_ext 18346 fi 18347 echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 18348 echo "${ECHO_T}$ac_cv_type_bits32_t" >&6 21362 sed 's/^/| /' conftest.$ac_ext >&5 21363 21364 ac_cv_type_bits32_t=no 21365 fi 21366 21367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21368 fi 21369 { echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 21370 echo "${ECHO_T}$ac_cv_type_bits32_t" >&6; } 18349 21371 if test $ac_cv_type_bits32_t = yes; then 18350 21372 : … … 18358 21380 18359 21381 elif test "$ac_cv_sizeof_long" = 4; then 18360 echo "$as_me:$LINENO: checking for bits32_t" >&518361 echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6 21382 { echo "$as_me:$LINENO: checking for bits32_t" >&5 21383 echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6; } 18362 21384 if test "${ac_cv_type_bits32_t+set}" = set; then 18363 21385 echo $ECHO_N "(cached) $ECHO_C" >&6 18364 21386 else 18365 21387 cat >conftest.$ac_ext <<_ACEOF 18366 #line $LINENO "configure" 18367 #include "confdefs.h" 21388 /* confdefs.h. */ 21389 _ACEOF 21390 cat confdefs.h >>conftest.$ac_ext 21391 cat >>conftest.$ac_ext <<_ACEOF 21392 /* end confdefs.h. */ 18368 21393 $ac_includes_default 18369 #ifdef F77_DUMMY_MAIN 18370 # ifdef __cplusplus 18371 extern "C" 18372 # endif 18373 int F77_DUMMY_MAIN() { return 1; } 18374 #endif 21394 typedef bits32_t ac__type_new_; 18375 21395 int 18376 21396 main () 18377 21397 { 18378 if (( bits32_t*) 0)18379 return 0; 18380 if (sizeof ( bits32_t))21398 if ((ac__type_new_ *) 0) 21399 return 0; 21400 if (sizeof (ac__type_new_)) 18381 21401 return 0; 18382 21402 ; … … 18385 21405 _ACEOF 18386 21406 rm -f conftest.$ac_objext 18387 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18388 (eval $ac_compile) 2>&5 18389 ac_status=$? 18390 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18391 (exit $ac_status); } && 18392 { ac_try='test -s conftest.$ac_objext' 18393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18394 (eval $ac_try) 2>&5 18395 ac_status=$? 18396 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18397 (exit $ac_status); }; }; then 21407 if { (ac_try="$ac_compile" 21408 case "(($ac_try" in 21409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21410 *) ac_try_echo=$ac_try;; 21411 esac 21412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21413 (eval "$ac_compile") 2>conftest.er1 21414 ac_status=$? 21415 grep -v '^ *+' conftest.er1 >conftest.err 21416 rm -f conftest.er1 21417 cat conftest.err >&5 21418 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21419 (exit $ac_status); } && { 21420 test -z "$ac_c_werror_flag" || 21421 test ! -s conftest.err 21422 } && test -s conftest.$ac_objext; then 18398 21423 ac_cv_type_bits32_t=yes 18399 21424 else 18400 21425 echo "$as_me: failed program was:" >&5 18401 cat conftest.$ac_ext >&5 18402 ac_cv_type_bits32_t=no 18403 fi 18404 rm -f conftest.$ac_objext conftest.$ac_ext 18405 fi 18406 echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 18407 echo "${ECHO_T}$ac_cv_type_bits32_t" >&6 21426 sed 's/^/| /' conftest.$ac_ext >&5 21427 21428 ac_cv_type_bits32_t=no 21429 fi 21430 21431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21432 fi 21433 { echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 21434 echo "${ECHO_T}$ac_cv_type_bits32_t" >&6; } 18408 21435 if test $ac_cv_type_bits32_t = yes; then 18409 21436 : … … 18417 21444 18418 21445 else 18419 echo "$as_me:$LINENO: checking for bits32_t" >&518420 echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6 21446 { echo "$as_me:$LINENO: checking for bits32_t" >&5 21447 echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6; } 18421 21448 if test "${ac_cv_type_bits32_t+set}" = set; then 18422 21449 echo $ECHO_N "(cached) $ECHO_C" >&6 18423 21450 else 18424 21451 cat >conftest.$ac_ext <<_ACEOF 18425 #line $LINENO "configure" 18426 #include "confdefs.h" 21452 /* confdefs.h. */ 21453 _ACEOF 21454 cat confdefs.h >>conftest.$ac_ext 21455 cat >>conftest.$ac_ext <<_ACEOF 21456 /* end confdefs.h. */ 18427 21457 $ac_includes_default 18428 #ifdef F77_DUMMY_MAIN 18429 # ifdef __cplusplus 18430 extern "C" 18431 # endif 18432 int F77_DUMMY_MAIN() { return 1; } 18433 #endif 21458 typedef bits32_t ac__type_new_; 18434 21459 int 18435 21460 main () 18436 21461 { 18437 if (( bits32_t*) 0)18438 return 0; 18439 if (sizeof ( bits32_t))21462 if ((ac__type_new_ *) 0) 21463 return 0; 21464 if (sizeof (ac__type_new_)) 18440 21465 return 0; 18441 21466 ; … … 18444 21469 _ACEOF 18445 21470 rm -f conftest.$ac_objext 18446 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18447 (eval $ac_compile) 2>&5 18448 ac_status=$? 18449 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18450 (exit $ac_status); } && 18451 { ac_try='test -s conftest.$ac_objext' 18452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18453 (eval $ac_try) 2>&5 18454 ac_status=$? 18455 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18456 (exit $ac_status); }; }; then 21471 if { (ac_try="$ac_compile" 21472 case "(($ac_try" in 21473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21474 *) ac_try_echo=$ac_try;; 21475 esac 21476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21477 (eval "$ac_compile") 2>conftest.er1 21478 ac_status=$? 21479 grep -v '^ *+' conftest.er1 >conftest.err 21480 rm -f conftest.er1 21481 cat conftest.err >&5 21482 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21483 (exit $ac_status); } && { 21484 test -z "$ac_c_werror_flag" || 21485 test ! -s conftest.err 21486 } && test -s conftest.$ac_objext; then 18457 21487 ac_cv_type_bits32_t=yes 18458 21488 else 18459 21489 echo "$as_me: failed program was:" >&5 18460 cat conftest.$ac_ext >&5 18461 ac_cv_type_bits32_t=no 18462 fi 18463 rm -f conftest.$ac_objext conftest.$ac_ext 18464 fi 18465 echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 18466 echo "${ECHO_T}$ac_cv_type_bits32_t" >&6 21490 sed 's/^/| /' conftest.$ac_ext >&5 21491 21492 ac_cv_type_bits32_t=no 21493 fi 21494 21495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21496 fi 21497 { echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 21498 echo "${ECHO_T}$ac_cv_type_bits32_t" >&6; } 18467 21499 if test $ac_cv_type_bits32_t = yes; then 18468 21500 : … … 18479 21511 18480 21512 if test "$ac_cv_sizeof_int" = 4; then 18481 echo "$as_me:$LINENO: checking for u_bits32_t" >&518482 echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6 21513 { echo "$as_me:$LINENO: checking for u_bits32_t" >&5 21514 echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6; } 18483 21515 if test "${ac_cv_type_u_bits32_t+set}" = set; then 18484 21516 echo $ECHO_N "(cached) $ECHO_C" >&6 18485 21517 else 18486 21518 cat >conftest.$ac_ext <<_ACEOF 18487 #line $LINENO "configure" 18488 #include "confdefs.h" 21519 /* confdefs.h. */ 21520 _ACEOF 21521 cat confdefs.h >>conftest.$ac_ext 21522 cat >>conftest.$ac_ext <<_ACEOF 21523 /* end confdefs.h. */ 18489 21524 $ac_includes_default 18490 #ifdef F77_DUMMY_MAIN 18491 # ifdef __cplusplus 18492 extern "C" 18493 # endif 18494 int F77_DUMMY_MAIN() { return 1; } 18495 #endif 21525 typedef u_bits32_t ac__type_new_; 18496 21526 int 18497 21527 main () 18498 21528 { 18499 if (( u_bits32_t*) 0)18500 return 0; 18501 if (sizeof ( u_bits32_t))21529 if ((ac__type_new_ *) 0) 21530 return 0; 21531 if (sizeof (ac__type_new_)) 18502 21532 return 0; 18503 21533 ; … … 18506 21536 _ACEOF 18507 21537 rm -f conftest.$ac_objext 18508 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18509 (eval $ac_compile) 2>&5 18510 ac_status=$? 18511 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18512 (exit $ac_status); } && 18513 { ac_try='test -s conftest.$ac_objext' 18514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18515 (eval $ac_try) 2>&5 18516 ac_status=$? 18517 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18518 (exit $ac_status); }; }; then 21538 if { (ac_try="$ac_compile" 21539 case "(($ac_try" in 21540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21541 *) ac_try_echo=$ac_try;; 21542 esac 21543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21544 (eval "$ac_compile") 2>conftest.er1 21545 ac_status=$? 21546 grep -v '^ *+' conftest.er1 >conftest.err 21547 rm -f conftest.er1 21548 cat conftest.err >&5 21549 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21550 (exit $ac_status); } && { 21551 test -z "$ac_c_werror_flag" || 21552 test ! -s conftest.err 21553 } && test -s conftest.$ac_objext; then 18519 21554 ac_cv_type_u_bits32_t=yes 18520 21555 else 18521 21556 echo "$as_me: failed program was:" >&5 18522 cat conftest.$ac_ext >&5 18523 ac_cv_type_u_bits32_t=no 18524 fi 18525 rm -f conftest.$ac_objext conftest.$ac_ext 18526 fi 18527 echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 18528 echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6 21557 sed 's/^/| /' conftest.$ac_ext >&5 21558 21559 ac_cv_type_u_bits32_t=no 21560 fi 21561 21562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21563 fi 21564 { echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 21565 echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6; } 18529 21566 if test $ac_cv_type_u_bits32_t = yes; then 18530 21567 : … … 18538 21575 18539 21576 elif test "$ac_cv_sizeof_long" = 4; then 18540 echo "$as_me:$LINENO: checking for u_bits32_t" >&518541 echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6 21577 { echo "$as_me:$LINENO: checking for u_bits32_t" >&5 21578 echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6; } 18542 21579 if test "${ac_cv_type_u_bits32_t+set}" = set; then 18543 21580 echo $ECHO_N "(cached) $ECHO_C" >&6 18544 21581 else 18545 21582 cat >conftest.$ac_ext <<_ACEOF 18546 #line $LINENO "configure" 18547 #include "confdefs.h" 21583 /* confdefs.h. */ 21584 _ACEOF 21585 cat confdefs.h >>conftest.$ac_ext 21586 cat >>conftest.$ac_ext <<_ACEOF 21587 /* end confdefs.h. */ 18548 21588 $ac_includes_default 18549 #ifdef F77_DUMMY_MAIN 18550 # ifdef __cplusplus 18551 extern "C" 18552 # endif 18553 int F77_DUMMY_MAIN() { return 1; } 18554 #endif 21589 typedef u_bits32_t ac__type_new_; 18555 21590 int 18556 21591 main () 18557 21592 { 18558 if (( u_bits32_t*) 0)18559 return 0; 18560 if (sizeof ( u_bits32_t))21593 if ((ac__type_new_ *) 0) 21594 return 0; 21595 if (sizeof (ac__type_new_)) 18561 21596 return 0; 18562 21597 ; … … 18565 21600 _ACEOF 18566 21601 rm -f conftest.$ac_objext 18567 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18568 (eval $ac_compile) 2>&5 18569 ac_status=$? 18570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18571 (exit $ac_status); } && 18572 { ac_try='test -s conftest.$ac_objext' 18573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18574 (eval $ac_try) 2>&5 18575 ac_status=$? 18576 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18577 (exit $ac_status); }; }; then 21602 if { (ac_try="$ac_compile" 21603 case "(($ac_try" in 21604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21605 *) ac_try_echo=$ac_try;; 21606 esac 21607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21608 (eval "$ac_compile") 2>conftest.er1 21609 ac_status=$? 21610 grep -v '^ *+' conftest.er1 >conftest.err 21611 rm -f conftest.er1 21612 cat conftest.err >&5 21613 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21614 (exit $ac_status); } && { 21615 test -z "$ac_c_werror_flag" || 21616 test ! -s conftest.err 21617 } && test -s conftest.$ac_objext; then 18578 21618 ac_cv_type_u_bits32_t=yes 18579 21619 else 18580 21620 echo "$as_me: failed program was:" >&5 18581 cat conftest.$ac_ext >&5 18582 ac_cv_type_u_bits32_t=no 18583 fi 18584 rm -f conftest.$ac_objext conftest.$ac_ext 18585 fi 18586 echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 18587 echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6 21621 sed 's/^/| /' conftest.$ac_ext >&5 21622 21623 ac_cv_type_u_bits32_t=no 21624 fi 21625 21626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21627 fi 21628 { echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 21629 echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6; } 18588 21630 if test $ac_cv_type_u_bits32_t = yes; then 18589 21631 : … … 18597 21639 18598 21640 else 18599 echo "$as_me:$LINENO: checking for u_bits32_t" >&518600 echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6 21641 { echo "$as_me:$LINENO: checking for u_bits32_t" >&5 21642 echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6; } 18601 21643 if test "${ac_cv_type_u_bits32_t+set}" = set; then 18602 21644 echo $ECHO_N "(cached) $ECHO_C" >&6 18603 21645 else 18604 21646 cat >conftest.$ac_ext <<_ACEOF 18605 #line $LINENO "configure" 18606 #include "confdefs.h" 21647 /* confdefs.h. */ 21648 _ACEOF 21649 cat confdefs.h >>conftest.$ac_ext 21650 cat >>conftest.$ac_ext <<_ACEOF 21651 /* end confdefs.h. */ 18607 21652 $ac_includes_default 18608 #ifdef F77_DUMMY_MAIN 18609 # ifdef __cplusplus 18610 extern "C" 18611 # endif 18612 int F77_DUMMY_MAIN() { return 1; } 18613 #endif 21653 typedef u_bits32_t ac__type_new_; 18614 21654 int 18615 21655 main () 18616 21656 { 18617 if (( u_bits32_t*) 0)18618 return 0; 18619 if (sizeof ( u_bits32_t))21657 if ((ac__type_new_ *) 0) 21658 return 0; 21659 if (sizeof (ac__type_new_)) 18620 21660 return 0; 18621 21661 ; … … 18624 21664 _ACEOF 18625 21665 rm -f conftest.$ac_objext 18626 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18627 (eval $ac_compile) 2>&5 18628 ac_status=$? 18629 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18630 (exit $ac_status); } && 18631 { ac_try='test -s conftest.$ac_objext' 18632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18633 (eval $ac_try) 2>&5 18634 ac_status=$? 18635 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18636 (exit $ac_status); }; }; then 21666 if { (ac_try="$ac_compile" 21667 case "(($ac_try" in 21668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21669 *) ac_try_echo=$ac_try;; 21670 esac 21671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21672 (eval "$ac_compile") 2>conftest.er1 21673 ac_status=$? 21674 grep -v '^ *+' conftest.er1 >conftest.err 21675 rm -f conftest.er1 21676 cat conftest.err >&5 21677 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21678 (exit $ac_status); } && { 21679 test -z "$ac_c_werror_flag" || 21680 test ! -s conftest.err 21681 } && test -s conftest.$ac_objext; then 18637 21682 ac_cv_type_u_bits32_t=yes 18638 21683 else 18639 21684 echo "$as_me: failed program was:" >&5 18640 cat conftest.$ac_ext >&5 18641 ac_cv_type_u_bits32_t=no 18642 fi 18643 rm -f conftest.$ac_objext conftest.$ac_ext 18644 fi 18645 echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 18646 echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6 21685 sed 's/^/| /' conftest.$ac_ext >&5 21686 21687 ac_cv_type_u_bits32_t=no 21688 fi 21689 21690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21691 fi 21692 { echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 21693 echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6; } 18647 21694 if test $ac_cv_type_u_bits32_t = yes; then 18648 21695 : … … 18659 21706 18660 21707 if test "$ac_cv_sizeof_char_p" = 8; then 18661 echo "$as_me:$LINENO: checking for bits64_t" >&518662 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6 21708 { echo "$as_me:$LINENO: checking for bits64_t" >&5 21709 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } 18663 21710 if test "${ac_cv_type_bits64_t+set}" = set; then 18664 21711 echo $ECHO_N "(cached) $ECHO_C" >&6 18665 21712 else 18666 21713 cat >conftest.$ac_ext <<_ACEOF 18667 #line $LINENO "configure" 18668 #include "confdefs.h" 21714 /* confdefs.h. */ 21715 _ACEOF 21716 cat confdefs.h >>conftest.$ac_ext 21717 cat >>conftest.$ac_ext <<_ACEOF 21718 /* end confdefs.h. */ 18669 21719 $ac_includes_default 18670 #ifdef F77_DUMMY_MAIN 18671 # ifdef __cplusplus 18672 extern "C" 18673 # endif 18674 int F77_DUMMY_MAIN() { return 1; } 18675 #endif 21720 typedef bits64_t ac__type_new_; 18676 21721 int 18677 21722 main () 18678 21723 { 18679 if (( bits64_t*) 0)18680 return 0; 18681 if (sizeof ( bits64_t))21724 if ((ac__type_new_ *) 0) 21725 return 0; 21726 if (sizeof (ac__type_new_)) 18682 21727 return 0; 18683 21728 ; … … 18686 21731 _ACEOF 18687 21732 rm -f conftest.$ac_objext 18688 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18689 (eval $ac_compile) 2>&5 18690 ac_status=$? 18691 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18692 (exit $ac_status); } && 18693 { ac_try='test -s conftest.$ac_objext' 18694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18695 (eval $ac_try) 2>&5 18696 ac_status=$? 18697 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18698 (exit $ac_status); }; }; then 21733 if { (ac_try="$ac_compile" 21734 case "(($ac_try" in 21735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21736 *) ac_try_echo=$ac_try;; 21737 esac 21738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21739 (eval "$ac_compile") 2>conftest.er1 21740 ac_status=$? 21741 grep -v '^ *+' conftest.er1 >conftest.err 21742 rm -f conftest.er1 21743 cat conftest.err >&5 21744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21745 (exit $ac_status); } && { 21746 test -z "$ac_c_werror_flag" || 21747 test ! -s conftest.err 21748 } && test -s conftest.$ac_objext; then 18699 21749 ac_cv_type_bits64_t=yes 18700 21750 else 18701 21751 echo "$as_me: failed program was:" >&5 18702 cat conftest.$ac_ext >&5 18703 ac_cv_type_bits64_t=no 18704 fi 18705 rm -f conftest.$ac_objext conftest.$ac_ext 18706 fi 18707 echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 18708 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6 21752 sed 's/^/| /' conftest.$ac_ext >&5 21753 21754 ac_cv_type_bits64_t=no 21755 fi 21756 21757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21758 fi 21759 { echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 21760 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } 18709 21761 if test $ac_cv_type_bits64_t = yes; then 18710 21762 : … … 18718 21770 18719 21771 elif test "$ac_cv_sizeof_double" = 8; then 18720 echo "$as_me:$LINENO: checking for bits64_t" >&518721 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6 21772 { echo "$as_me:$LINENO: checking for bits64_t" >&5 21773 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } 18722 21774 if test "${ac_cv_type_bits64_t+set}" = set; then 18723 21775 echo $ECHO_N "(cached) $ECHO_C" >&6 18724 21776 else 18725 21777 cat >conftest.$ac_ext <<_ACEOF 18726 #line $LINENO "configure" 18727 #include "confdefs.h" 21778 /* confdefs.h. */ 21779 _ACEOF 21780 cat confdefs.h >>conftest.$ac_ext 21781 cat >>conftest.$ac_ext <<_ACEOF 21782 /* end confdefs.h. */ 18728 21783 $ac_includes_default 18729 #ifdef F77_DUMMY_MAIN 18730 # ifdef __cplusplus 18731 extern "C" 18732 # endif 18733 int F77_DUMMY_MAIN() { return 1; } 18734 #endif 21784 typedef bits64_t ac__type_new_; 18735 21785 int 18736 21786 main () 18737 21787 { 18738 if (( bits64_t*) 0)18739 return 0; 18740 if (sizeof ( bits64_t))21788 if ((ac__type_new_ *) 0) 21789 return 0; 21790 if (sizeof (ac__type_new_)) 18741 21791 return 0; 18742 21792 ; … … 18745 21795 _ACEOF 18746 21796 rm -f conftest.$ac_objext 18747 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18748 (eval $ac_compile) 2>&5 18749 ac_status=$? 18750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18751 (exit $ac_status); } && 18752 { ac_try='test -s conftest.$ac_objext' 18753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18754 (eval $ac_try) 2>&5 18755 ac_status=$? 18756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18757 (exit $ac_status); }; }; then 21797 if { (ac_try="$ac_compile" 21798 case "(($ac_try" in 21799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21800 *) ac_try_echo=$ac_try;; 21801 esac 21802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21803 (eval "$ac_compile") 2>conftest.er1 21804 ac_status=$? 21805 grep -v '^ *+' conftest.er1 >conftest.err 21806 rm -f conftest.er1 21807 cat conftest.err >&5 21808 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21809 (exit $ac_status); } && { 21810 test -z "$ac_c_werror_flag" || 21811 test ! -s conftest.err 21812 } && test -s conftest.$ac_objext; then 18758 21813 ac_cv_type_bits64_t=yes 18759 21814 else 18760 21815 echo "$as_me: failed program was:" >&5 18761 cat conftest.$ac_ext >&5 18762 ac_cv_type_bits64_t=no 18763 fi 18764 rm -f conftest.$ac_objext conftest.$ac_ext 18765 fi 18766 echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 18767 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6 21816 sed 's/^/| /' conftest.$ac_ext >&5 21817 21818 ac_cv_type_bits64_t=no 21819 fi 21820 21821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21822 fi 21823 { echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 21824 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } 18768 21825 if test $ac_cv_type_bits64_t = yes; then 18769 21826 : … … 18777 21834 18778 21835 elif test -n "$ac_cv_type_long_long" && test "$ac_cv_sizeof_long_long" = 8; then 18779 echo "$as_me:$LINENO: checking for bits64_t" >&518780 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6 21836 { echo "$as_me:$LINENO: checking for bits64_t" >&5 21837 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } 18781 21838 if test "${ac_cv_type_bits64_t+set}" = set; then 18782 21839 echo $ECHO_N "(cached) $ECHO_C" >&6 18783 21840 else 18784 21841 cat >conftest.$ac_ext <<_ACEOF 18785 #line $LINENO "configure" 18786 #include "confdefs.h" 21842 /* confdefs.h. */ 21843 _ACEOF 21844 cat confdefs.h >>conftest.$ac_ext 21845 cat >>conftest.$ac_ext <<_ACEOF 21846 /* end confdefs.h. */ 18787 21847 $ac_includes_default 18788 #ifdef F77_DUMMY_MAIN 18789 # ifdef __cplusplus 18790 extern "C" 18791 # endif 18792 int F77_DUMMY_MAIN() { return 1; } 18793 #endif 21848 typedef bits64_t ac__type_new_; 18794 21849 int 18795 21850 main () 18796 21851 { 18797 if (( bits64_t*) 0)18798 return 0; 18799 if (sizeof ( bits64_t))21852 if ((ac__type_new_ *) 0) 21853 return 0; 21854 if (sizeof (ac__type_new_)) 18800 21855 return 0; 18801 21856 ; … … 18804 21859 _ACEOF 18805 21860 rm -f conftest.$ac_objext 18806 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18807 (eval $ac_compile) 2>&5 18808 ac_status=$? 18809 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18810 (exit $ac_status); } && 18811 { ac_try='test -s conftest.$ac_objext' 18812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18813 (eval $ac_try) 2>&5 18814 ac_status=$? 18815 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18816 (exit $ac_status); }; }; then 21861 if { (ac_try="$ac_compile" 21862 case "(($ac_try" in 21863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21864 *) ac_try_echo=$ac_try;; 21865 esac 21866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21867 (eval "$ac_compile") 2>conftest.er1 21868 ac_status=$? 21869 grep -v '^ *+' conftest.er1 >conftest.err 21870 rm -f conftest.er1 21871 cat conftest.err >&5 21872 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21873 (exit $ac_status); } && { 21874 test -z "$ac_c_werror_flag" || 21875 test ! -s conftest.err 21876 } && test -s conftest.$ac_objext; then 18817 21877 ac_cv_type_bits64_t=yes 18818 21878 else 18819 21879 echo "$as_me: failed program was:" >&5 18820 cat conftest.$ac_ext >&5 18821 ac_cv_type_bits64_t=no 18822 fi 18823 rm -f conftest.$ac_objext conftest.$ac_ext 18824 fi 18825 echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 18826 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6 21880 sed 's/^/| /' conftest.$ac_ext >&5 21881 21882 ac_cv_type_bits64_t=no 21883 fi 21884 21885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21886 fi 21887 { echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 21888 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } 18827 21889 if test $ac_cv_type_bits64_t = yes; then 18828 21890 : … … 18836 21898 18837 21899 elif test "$ac_cv_sizeof_long" = 8; then 18838 echo "$as_me:$LINENO: checking for bits64_t" >&518839 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6 21900 { echo "$as_me:$LINENO: checking for bits64_t" >&5 21901 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } 18840 21902 if test "${ac_cv_type_bits64_t+set}" = set; then 18841 21903 echo $ECHO_N "(cached) $ECHO_C" >&6 18842 21904 else 18843 21905 cat >conftest.$ac_ext <<_ACEOF 18844 #line $LINENO "configure" 18845 #include "confdefs.h" 21906 /* confdefs.h. */ 21907 _ACEOF 21908 cat confdefs.h >>conftest.$ac_ext 21909 cat >>conftest.$ac_ext <<_ACEOF 21910 /* end confdefs.h. */ 18846 21911 $ac_includes_default 18847 #ifdef F77_DUMMY_MAIN 18848 # ifdef __cplusplus 18849 extern "C" 18850 # endif 18851 int F77_DUMMY_MAIN() { return 1; } 18852 #endif 21912 typedef bits64_t ac__type_new_; 18853 21913 int 18854 21914 main () 18855 21915 { 18856 if (( bits64_t*) 0)18857 return 0; 18858 if (sizeof ( bits64_t))21916 if ((ac__type_new_ *) 0) 21917 return 0; 21918 if (sizeof (ac__type_new_)) 18859 21919 return 0; 18860 21920 ; … … 18863 21923 _ACEOF 18864 21924 rm -f conftest.$ac_objext 18865 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18866 (eval $ac_compile) 2>&5 18867 ac_status=$? 18868 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18869 (exit $ac_status); } && 18870 { ac_try='test -s conftest.$ac_objext' 18871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18872 (eval $ac_try) 2>&5 18873 ac_status=$? 18874 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18875 (exit $ac_status); }; }; then 21925 if { (ac_try="$ac_compile" 21926 case "(($ac_try" in 21927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21928 *) ac_try_echo=$ac_try;; 21929 esac 21930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21931 (eval "$ac_compile") 2>conftest.er1 21932 ac_status=$? 21933 grep -v '^ *+' conftest.er1 >conftest.err 21934 rm -f conftest.er1 21935 cat conftest.err >&5 21936 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21937 (exit $ac_status); } && { 21938 test -z "$ac_c_werror_flag" || 21939 test ! -s conftest.err 21940 } && test -s conftest.$ac_objext; then 18876 21941 ac_cv_type_bits64_t=yes 18877 21942 else 18878 21943 echo "$as_me: failed program was:" >&5 18879 cat conftest.$ac_ext >&5 18880 ac_cv_type_bits64_t=no 18881 fi 18882 rm -f conftest.$ac_objext conftest.$ac_ext 18883 fi 18884 echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 18885 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6 21944 sed 's/^/| /' conftest.$ac_ext >&5 21945 21946 ac_cv_type_bits64_t=no 21947 fi 21948 21949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21950 fi 21951 { echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 21952 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } 18886 21953 if test $ac_cv_type_bits64_t = yes; then 18887 21954 : … … 18895 21962 18896 21963 else 18897 echo "$as_me:$LINENO: checking for bits64_t" >&518898 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6 21964 { echo "$as_me:$LINENO: checking for bits64_t" >&5 21965 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } 18899 21966 if test "${ac_cv_type_bits64_t+set}" = set; then 18900 21967 echo $ECHO_N "(cached) $ECHO_C" >&6 18901 21968 else 18902 21969 cat >conftest.$ac_ext <<_ACEOF 18903 #line $LINENO "configure" 18904 #include "confdefs.h" 21970 /* confdefs.h. */ 21971 _ACEOF 21972 cat confdefs.h >>conftest.$ac_ext 21973 cat >>conftest.$ac_ext <<_ACEOF 21974 /* end confdefs.h. */ 18905 21975 $ac_includes_default 18906 #ifdef F77_DUMMY_MAIN 18907 # ifdef __cplusplus 18908 extern "C" 18909 # endif 18910 int F77_DUMMY_MAIN() { return 1; } 18911 #endif 21976 typedef bits64_t ac__type_new_; 18912 21977 int 18913 21978 main () 18914 21979 { 18915 if (( bits64_t*) 0)18916 return 0; 18917 if (sizeof ( bits64_t))21980 if ((ac__type_new_ *) 0) 21981 return 0; 21982 if (sizeof (ac__type_new_)) 18918 21983 return 0; 18919 21984 ; … … 18922 21987 _ACEOF 18923 21988 rm -f conftest.$ac_objext 18924 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18925 (eval $ac_compile) 2>&5 18926 ac_status=$? 18927 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18928 (exit $ac_status); } && 18929 { ac_try='test -s conftest.$ac_objext' 18930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18931 (eval $ac_try) 2>&5 18932 ac_status=$? 18933 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18934 (exit $ac_status); }; }; then 21989 if { (ac_try="$ac_compile" 21990 case "(($ac_try" in 21991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21992 *) ac_try_echo=$ac_try;; 21993 esac 21994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21995 (eval "$ac_compile") 2>conftest.er1 21996 ac_status=$? 21997 grep -v '^ *+' conftest.er1 >conftest.err 21998 rm -f conftest.er1 21999 cat conftest.err >&5 22000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22001 (exit $ac_status); } && { 22002 test -z "$ac_c_werror_flag" || 22003 test ! -s conftest.err 22004 } && test -s conftest.$ac_objext; then 18935 22005 ac_cv_type_bits64_t=yes 18936 22006 else 18937 22007 echo "$as_me: failed program was:" >&5 18938 cat conftest.$ac_ext >&5 18939 ac_cv_type_bits64_t=no 18940 fi 18941 rm -f conftest.$ac_objext conftest.$ac_ext 18942 fi 18943 echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 18944 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6 22008 sed 's/^/| /' conftest.$ac_ext >&5 22009 22010 ac_cv_type_bits64_t=no 22011 fi 22012 22013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22014 fi 22015 { echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 22016 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } 18945 22017 if test $ac_cv_type_bits64_t = yes; then 18946 22018 : … … 18958 22030 18959 22031 if test "$ac_cv_sizeof_int" = "$ac_cv_sizeof_char_p"; then 18960 echo "$as_me:$LINENO: checking for ptrdiff_t" >&518961 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6 22032 { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 22033 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } 18962 22034 if test "${ac_cv_type_ptrdiff_t+set}" = set; then 18963 22035 echo $ECHO_N "(cached) $ECHO_C" >&6 18964 22036 else 18965 22037 cat >conftest.$ac_ext <<_ACEOF 18966 #line $LINENO "configure" 18967 #include "confdefs.h" 22038 /* confdefs.h. */ 22039 _ACEOF 22040 cat confdefs.h >>conftest.$ac_ext 22041 cat >>conftest.$ac_ext <<_ACEOF 22042 /* end confdefs.h. */ 18968 22043 $ac_includes_default 18969 #ifdef F77_DUMMY_MAIN 18970 # ifdef __cplusplus 18971 extern "C" 18972 # endif 18973 int F77_DUMMY_MAIN() { return 1; } 18974 #endif 22044 typedef ptrdiff_t ac__type_new_; 18975 22045 int 18976 22046 main () 18977 22047 { 18978 if (( ptrdiff_t*) 0)18979 return 0; 18980 if (sizeof ( ptrdiff_t))22048 if ((ac__type_new_ *) 0) 22049 return 0; 22050 if (sizeof (ac__type_new_)) 18981 22051 return 0; 18982 22052 ; … … 18985 22055 _ACEOF 18986 22056 rm -f conftest.$ac_objext 18987 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18988 (eval $ac_compile) 2>&5 18989 ac_status=$? 18990 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18991 (exit $ac_status); } && 18992 { ac_try='test -s conftest.$ac_objext' 18993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18994 (eval $ac_try) 2>&5 18995 ac_status=$? 18996 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18997 (exit $ac_status); }; }; then 22057 if { (ac_try="$ac_compile" 22058 case "(($ac_try" in 22059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22060 *) ac_try_echo=$ac_try;; 22061 esac 22062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22063 (eval "$ac_compile") 2>conftest.er1 22064 ac_status=$? 22065 grep -v '^ *+' conftest.er1 >conftest.err 22066 rm -f conftest.er1 22067 cat conftest.err >&5 22068 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22069 (exit $ac_status); } && { 22070 test -z "$ac_c_werror_flag" || 22071 test ! -s conftest.err 22072 } && test -s conftest.$ac_objext; then 18998 22073 ac_cv_type_ptrdiff_t=yes 18999 22074 else 19000 22075 echo "$as_me: failed program was:" >&5 19001 cat conftest.$ac_ext >&5 19002 ac_cv_type_ptrdiff_t=no 19003 fi 19004 rm -f conftest.$ac_objext conftest.$ac_ext 19005 fi 19006 echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 19007 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6 22076 sed 's/^/| /' conftest.$ac_ext >&5 22077 22078 ac_cv_type_ptrdiff_t=no 22079 fi 22080 22081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22082 fi 22083 { echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 22084 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } 19008 22085 if test $ac_cv_type_ptrdiff_t = yes; then 19009 22086 : … … 19017 22094 19018 22095 elif test "$ac_cv_sizeof_long" = "$ac_cv_sizeof_char_p"; then 19019 echo "$as_me:$LINENO: checking for ptrdiff_t" >&519020 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6 22096 { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 22097 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } 19021 22098 if test "${ac_cv_type_ptrdiff_t+set}" = set; then 19022 22099 echo $ECHO_N "(cached) $ECHO_C" >&6 19023 22100 else 19024 22101 cat >conftest.$ac_ext <<_ACEOF 19025 #line $LINENO "configure" 19026 #include "confdefs.h" 22102 /* confdefs.h. */ 22103 _ACEOF 22104 cat confdefs.h >>conftest.$ac_ext 22105 cat >>conftest.$ac_ext <<_ACEOF 22106 /* end confdefs.h. */ 19027 22107 $ac_includes_default 19028 #ifdef F77_DUMMY_MAIN 19029 # ifdef __cplusplus 19030 extern "C" 19031 # endif 19032 int F77_DUMMY_MAIN() { return 1; } 19033 #endif 22108 typedef ptrdiff_t ac__type_new_; 19034 22109 int 19035 22110 main () 19036 22111 { 19037 if (( ptrdiff_t*) 0)19038 return 0; 19039 if (sizeof ( ptrdiff_t))22112 if ((ac__type_new_ *) 0) 22113 return 0; 22114 if (sizeof (ac__type_new_)) 19040 22115 return 0; 19041 22116 ; … … 19044 22119 _ACEOF 19045 22120 rm -f conftest.$ac_objext 19046 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19047 (eval $ac_compile) 2>&5 19048 ac_status=$? 19049 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19050 (exit $ac_status); } && 19051 { ac_try='test -s conftest.$ac_objext' 19052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19053 (eval $ac_try) 2>&5 19054 ac_status=$? 19055 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19056 (exit $ac_status); }; }; then 22121 if { (ac_try="$ac_compile" 22122 case "(($ac_try" in 22123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22124 *) ac_try_echo=$ac_try;; 22125 esac 22126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22127 (eval "$ac_compile") 2>conftest.er1 22128 ac_status=$? 22129 grep -v '^ *+' conftest.er1 >conftest.err 22130 rm -f conftest.er1 22131 cat conftest.err >&5 22132 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22133 (exit $ac_status); } && { 22134 test -z "$ac_c_werror_flag" || 22135 test ! -s conftest.err 22136 } && test -s conftest.$ac_objext; then 19057 22137 ac_cv_type_ptrdiff_t=yes 19058 22138 else 19059 22139 echo "$as_me: failed program was:" >&5 19060 cat conftest.$ac_ext >&5 19061 ac_cv_type_ptrdiff_t=no 19062 fi 19063 rm -f conftest.$ac_objext conftest.$ac_ext 19064 fi 19065 echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 19066 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6 22140 sed 's/^/| /' conftest.$ac_ext >&5 22141 22142 ac_cv_type_ptrdiff_t=no 22143 fi 22144 22145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22146 fi 22147 { echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 22148 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } 19067 22149 if test $ac_cv_type_ptrdiff_t = yes; then 19068 22150 : … … 19076 22158 19077 22159 elif test "$ac_cv_type_long_long" = yes && test "$ac_cv_sizeof_long_long" = "$ac_cv_sizeof_char_p"; then 19078 echo "$as_me:$LINENO: checking for ptrdiff_t" >&519079 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6 22160 { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 22161 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } 19080 22162 if test "${ac_cv_type_ptrdiff_t+set}" = set; then 19081 22163 echo $ECHO_N "(cached) $ECHO_C" >&6 19082 22164 else 19083 22165 cat >conftest.$ac_ext <<_ACEOF 19084 #line $LINENO "configure" 19085 #include "confdefs.h" 22166 /* confdefs.h. */ 22167 _ACEOF 22168 cat confdefs.h >>conftest.$ac_ext 22169 cat >>conftest.$ac_ext <<_ACEOF 22170 /* end confdefs.h. */ 19086 22171 $ac_includes_default 19087 #ifdef F77_DUMMY_MAIN 19088 # ifdef __cplusplus 19089 extern "C" 19090 # endif 19091 int F77_DUMMY_MAIN() { return 1; } 19092 #endif 22172 typedef ptrdiff_t ac__type_new_; 19093 22173 int 19094 22174 main () 19095 22175 { 19096 if (( ptrdiff_t*) 0)19097 return 0; 19098 if (sizeof ( ptrdiff_t))22176 if ((ac__type_new_ *) 0) 22177 return 0; 22178 if (sizeof (ac__type_new_)) 19099 22179 return 0; 19100 22180 ; … … 19103 22183 _ACEOF 19104 22184 rm -f conftest.$ac_objext 19105 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19106 (eval $ac_compile) 2>&5 19107 ac_status=$? 19108 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19109 (exit $ac_status); } && 19110 { ac_try='test -s conftest.$ac_objext' 19111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19112 (eval $ac_try) 2>&5 19113 ac_status=$? 19114 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19115 (exit $ac_status); }; }; then 22185 if { (ac_try="$ac_compile" 22186 case "(($ac_try" in 22187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22188 *) ac_try_echo=$ac_try;; 22189 esac 22190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22191 (eval "$ac_compile") 2>conftest.er1 22192 ac_status=$? 22193 grep -v '^ *+' conftest.er1 >conftest.err 22194 rm -f conftest.er1 22195 cat conftest.err >&5 22196 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22197 (exit $ac_status); } && { 22198 test -z "$ac_c_werror_flag" || 22199 test ! -s conftest.err 22200 } && test -s conftest.$ac_objext; then 19116 22201 ac_cv_type_ptrdiff_t=yes 19117 22202 else 19118 22203 echo "$as_me: failed program was:" >&5 19119 cat conftest.$ac_ext >&5 19120 ac_cv_type_ptrdiff_t=no 19121 fi 19122 rm -f conftest.$ac_objext conftest.$ac_ext 19123 fi 19124 echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 19125 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6 22204 sed 's/^/| /' conftest.$ac_ext >&5 22205 22206 ac_cv_type_ptrdiff_t=no 22207 fi 22208 22209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22210 fi 22211 { echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 22212 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } 19126 22213 if test $ac_cv_type_ptrdiff_t = yes; then 19127 22214 : … … 19135 22222 19136 22223 else 19137 echo "$as_me:$LINENO: checking for ptrdiff_t" >&519138 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6 22224 { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 22225 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } 19139 22226 if test "${ac_cv_type_ptrdiff_t+set}" = set; then 19140 22227 echo $ECHO_N "(cached) $ECHO_C" >&6 19141 22228 else 19142 22229 cat >conftest.$ac_ext <<_ACEOF 19143 #line $LINENO "configure" 19144 #include "confdefs.h" 22230 /* confdefs.h. */ 22231 _ACEOF 22232 cat confdefs.h >>conftest.$ac_ext 22233 cat >>conftest.$ac_ext <<_ACEOF 22234 /* end confdefs.h. */ 19145 22235 $ac_includes_default 19146 #ifdef F77_DUMMY_MAIN 19147 # ifdef __cplusplus 19148 extern "C" 19149 # endif 19150 int F77_DUMMY_MAIN() { return 1; } 19151 #endif 22236 typedef ptrdiff_t ac__type_new_; 19152 22237 int 19153 22238 main () 19154 22239 { 19155 if (( ptrdiff_t*) 0)19156 return 0; 19157 if (sizeof ( ptrdiff_t))22240 if ((ac__type_new_ *) 0) 22241 return 0; 22242 if (sizeof (ac__type_new_)) 19158 22243 return 0; 19159 22244 ; … … 19162 22247 _ACEOF 19163 22248 rm -f conftest.$ac_objext 19164 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19165 (eval $ac_compile) 2>&5 19166 ac_status=$? 19167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19168 (exit $ac_status); } && 19169 { ac_try='test -s conftest.$ac_objext' 19170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19171 (eval $ac_try) 2>&5 19172 ac_status=$? 19173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19174 (exit $ac_status); }; }; then 22249 if { (ac_try="$ac_compile" 22250 case "(($ac_try" in 22251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22252 *) ac_try_echo=$ac_try;; 22253 esac 22254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22255 (eval "$ac_compile") 2>conftest.er1 22256 ac_status=$? 22257 grep -v '^ *+' conftest.er1 >conftest.err 22258 rm -f conftest.er1 22259 cat conftest.err >&5 22260 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22261 (exit $ac_status); } && { 22262 test -z "$ac_c_werror_flag" || 22263 test ! -s conftest.err 22264 } && test -s conftest.$ac_objext; then 19175 22265 ac_cv_type_ptrdiff_t=yes 19176 22266 else 19177 22267 echo "$as_me: failed program was:" >&5 19178 cat conftest.$ac_ext >&5 19179 ac_cv_type_ptrdiff_t=no 19180 fi 19181 rm -f conftest.$ac_objext conftest.$ac_ext 19182 fi 19183 echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 19184 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6 22268 sed 's/^/| /' conftest.$ac_ext >&5 22269 22270 ac_cv_type_ptrdiff_t=no 22271 fi 22272 22273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22274 fi 22275 { echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 22276 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } 19185 22277 if test $ac_cv_type_ptrdiff_t = yes; then 19186 22278 : … … 19196 22288 19197 22289 19198 echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&519199 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6 22290 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5 22291 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; } 19200 22292 if test "${ac_cv_header_stat_broken+set}" = set; then 19201 22293 echo $ECHO_N "(cached) $ECHO_C" >&6 19202 22294 else 19203 22295 cat >conftest.$ac_ext <<_ACEOF 19204 #line $LINENO "configure" 19205 #include "confdefs.h" 22296 /* confdefs.h. */ 22297 _ACEOF 22298 cat confdefs.h >>conftest.$ac_ext 22299 cat >>conftest.$ac_ext <<_ACEOF 22300 /* end confdefs.h. */ 19206 22301 #include <sys/types.h> 19207 22302 #include <sys/stat.h> 19208 22303 19209 #if defined(S_ISBLK) && defined(S_IFDIR) 19210 # if S_ISBLK (S_IFDIR) 19211 You lose. 19212 # endif 22304 #if defined S_ISBLK && defined S_IFDIR 22305 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1]; 19213 22306 #endif 19214 22307 19215 #if defined(S_ISBLK) && defined(S_IFCHR) 19216 # if S_ISBLK (S_IFCHR) 19217 You lose. 19218 # endif 22308 #if defined S_ISBLK && defined S_IFCHR 22309 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1]; 19219 22310 #endif 19220 22311 19221 #if defined(S_ISLNK) && defined(S_IFREG) 19222 # if S_ISLNK (S_IFREG) 19223 You lose. 19224 # endif 22312 #if defined S_ISLNK && defined S_IFREG 22313 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1]; 19225 22314 #endif 19226 22315 19227 #if defined(S_ISSOCK) && defined(S_IFREG) 19228 # if S_ISSOCK (S_IFREG) 19229 You lose. 19230 # endif 22316 #if defined S_ISSOCK && defined S_IFREG 22317 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1]; 19231 22318 #endif 19232 22319 19233 22320 _ACEOF 19234 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 19235 egrep "You lose" >/dev/null 2>&1; then 19236 ac_cv_header_stat_broken=yes 19237 else 22321 rm -f conftest.$ac_objext 22322 if { (ac_try="$ac_compile" 22323 case "(($ac_try" in 22324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22325 *) ac_try_echo=$ac_try;; 22326 esac 22327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22328 (eval "$ac_compile") 2>conftest.er1 22329 ac_status=$? 22330 grep -v '^ *+' conftest.er1 >conftest.err 22331 rm -f conftest.er1 22332 cat conftest.err >&5 22333 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22334 (exit $ac_status); } && { 22335 test -z "$ac_c_werror_flag" || 22336 test ! -s conftest.err 22337 } && test -s conftest.$ac_objext; then 19238 22338 ac_cv_header_stat_broken=no 19239 fi 19240 rm -f conftest* 19241 19242 fi 19243 echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5 19244 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6 22339 else 22340 echo "$as_me: failed program was:" >&5 22341 sed 's/^/| /' conftest.$ac_ext >&5 22342 22343 ac_cv_header_stat_broken=yes 22344 fi 22345 22346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22347 fi 22348 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5 22349 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; } 19245 22350 if test $ac_cv_header_stat_broken = yes; then 19246 22351 … … 19252 22357 19253 22358 19254 echo "$as_me:$LINENO: checking whether #! works in shell scripts" >&519255 echo $ECHO_N "checking whether #! works in shell scripts... $ECHO_C" >&6 22359 { echo "$as_me:$LINENO: checking whether #! works in shell scripts" >&5 22360 echo $ECHO_N "checking whether #! works in shell scripts... $ECHO_C" >&6; } 19256 22361 if test "${ac_cv_sys_interpreter+set}" = set; then 19257 22362 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 19261 22366 ' >conftest 19262 22367 chmod u+x conftest 19263 (SHELL=/bin/sh; export SHELL; ./conftest >/dev/null )22368 (SHELL=/bin/sh; export SHELL; ./conftest >/dev/null 2>&1) 19264 22369 if test $? -ne 69; then 19265 22370 ac_cv_sys_interpreter=yes … … 19269 22374 rm -f conftest 19270 22375 fi 19271 echo "$as_me:$LINENO: result: $ac_cv_sys_interpreter" >&519272 echo "${ECHO_T}$ac_cv_sys_interpreter" >&6 22376 { echo "$as_me:$LINENO: result: $ac_cv_sys_interpreter" >&5 22377 echo "${ECHO_T}$ac_cv_sys_interpreter" >&6; } 19273 22378 interpval=$ac_cv_sys_interpreter 19274 22379 … … 19281 22386 19282 22387 if test "$ac_cv_func_lstat" = "no"; then 19283 echo "$as_me:$LINENO: checking for lstat" >&519284 echo $ECHO_N "checking for lstat... $ECHO_C" >&6 22388 { echo "$as_me:$LINENO: checking for lstat" >&5 22389 echo $ECHO_N "checking for lstat... $ECHO_C" >&6; } 19285 22390 if test "${bash_cv_func_lstat+set}" = set; then 19286 22391 echo $ECHO_N "(cached) $ECHO_C" >&6 19287 22392 else 19288 22393 cat >conftest.$ac_ext <<_ACEOF 19289 #line $LINENO "configure" 19290 #include "confdefs.h" 22394 /* confdefs.h. */ 22395 _ACEOF 22396 cat confdefs.h >>conftest.$ac_ext 22397 cat >>conftest.$ac_ext <<_ACEOF 22398 /* end confdefs.h. */ 19291 22399 19292 22400 #include <sys/types.h> 19293 22401 #include <sys/stat.h> 19294 22402 19295 #ifdef F77_DUMMY_MAIN19296 # ifdef __cplusplus19297 extern "C"19298 # endif19299 int F77_DUMMY_MAIN() { return 1; }19300 #endif19301 22403 int 19302 22404 main () … … 19308 22410 _ACEOF 19309 22411 rm -f conftest.$ac_objext conftest$ac_exeext 19310 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19311 (eval $ac_link) 2>&5 19312 ac_status=$? 19313 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19314 (exit $ac_status); } && 19315 { ac_try='test -s conftest$ac_exeext' 19316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19317 (eval $ac_try) 2>&5 19318 ac_status=$? 19319 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19320 (exit $ac_status); }; }; then 22412 if { (ac_try="$ac_link" 22413 case "(($ac_try" in 22414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22415 *) ac_try_echo=$ac_try;; 22416 esac 22417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22418 (eval "$ac_link") 2>conftest.er1 22419 ac_status=$? 22420 grep -v '^ *+' conftest.er1 >conftest.err 22421 rm -f conftest.er1 22422 cat conftest.err >&5 22423 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22424 (exit $ac_status); } && { 22425 test -z "$ac_c_werror_flag" || 22426 test ! -s conftest.err 22427 } && test -s conftest$ac_exeext && 22428 $as_test_x conftest$ac_exeext; then 19321 22429 bash_cv_func_lstat=yes 19322 22430 else 19323 22431 echo "$as_me: failed program was:" >&5 19324 cat conftest.$ac_ext >&5 19325 bash_cv_func_lstat=no 19326 fi 19327 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19328 fi 19329 echo "$as_me:$LINENO: result: $bash_cv_func_lstat" >&5 19330 echo "${ECHO_T}$bash_cv_func_lstat" >&6 22432 sed 's/^/| /' conftest.$ac_ext >&5 22433 22434 bash_cv_func_lstat=no 22435 fi 22436 22437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22438 conftest$ac_exeext conftest.$ac_ext 22439 fi 22440 { echo "$as_me:$LINENO: result: $bash_cv_func_lstat" >&5 22441 echo "${ECHO_T}$bash_cv_func_lstat" >&6; } 19331 22442 if test $bash_cv_func_lstat = yes; then 19332 22443 cat >>confdefs.h <<\_ACEOF … … 19339 22450 19340 22451 19341 echo "$as_me:$LINENO: checking whether the ctype macros accept non-ascii characters" >&519342 echo $ECHO_N "checking whether the ctype macros accept non-ascii characters... $ECHO_C" >&6 22452 { echo "$as_me:$LINENO: checking whether the ctype macros accept non-ascii characters" >&5 22453 echo $ECHO_N "checking whether the ctype macros accept non-ascii characters... $ECHO_C" >&6; } 19343 22454 if test "${bash_cv_func_ctype_nonascii+set}" = set; then 19344 22455 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 19351 22462 else 19352 22463 cat >conftest.$ac_ext <<_ACEOF 19353 #line $LINENO "configure" 19354 #include "confdefs.h" 22464 /* confdefs.h. */ 22465 _ACEOF 22466 cat confdefs.h >>conftest.$ac_ext 22467 cat >>conftest.$ac_ext <<_ACEOF 22468 /* end confdefs.h. */ 19355 22469 19356 22470 #ifdef HAVE_LOCALE_H … … 19386 22500 _ACEOF 19387 22501 rm -f conftest$ac_exeext 19388 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19389 (eval $ac_link) 2>&5 22502 if { (ac_try="$ac_link" 22503 case "(($ac_try" in 22504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22505 *) ac_try_echo=$ac_try;; 22506 esac 22507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22508 (eval "$ac_link") 2>&5 19390 22509 ac_status=$? 19391 22510 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19392 22511 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 19393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19394 (eval $ac_try) 2>&5 22512 { (case "(($ac_try" in 22513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22514 *) ac_try_echo=$ac_try;; 22515 esac 22516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22517 (eval "$ac_try") 2>&5 19395 22518 ac_status=$? 19396 22519 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 19400 22523 echo "$as_me: program exited with status $ac_status" >&5 19401 22524 echo "$as_me: failed program was:" >&5 19402 cat conftest.$ac_ext >&5 22525 sed 's/^/| /' conftest.$ac_ext >&5 22526 19403 22527 ( exit $ac_status ) 19404 22528 bash_cv_func_ctype_nonascii=no 19405 22529 fi 19406 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19407 fi 19408 fi 19409 19410 echo "$as_me:$LINENO: result: $bash_cv_func_ctype_nonascii" >&5 19411 echo "${ECHO_T}$bash_cv_func_ctype_nonascii" >&6 22530 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 22531 fi 22532 22533 22534 fi 22535 22536 { echo "$as_me:$LINENO: result: $bash_cv_func_ctype_nonascii" >&5 22537 echo "${ECHO_T}$bash_cv_func_ctype_nonascii" >&6; } 19412 22538 if test $bash_cv_func_ctype_nonascii = yes; then 19413 22539 cat >>confdefs.h <<\_ACEOF … … 19417 22543 fi 19418 22544 19419 echo "$as_me:$LINENO: checking if dup2 fails to clear the close-on-exec flag" >&519420 echo $ECHO_N "checking if dup2 fails to clear the close-on-exec flag... $ECHO_C" >&6 22545 { echo "$as_me:$LINENO: checking if dup2 fails to clear the close-on-exec flag" >&5 22546 echo $ECHO_N "checking if dup2 fails to clear the close-on-exec flag... $ECHO_C" >&6; } 19421 22547 if test "${bash_cv_dup2_broken+set}" = set; then 19422 22548 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 19428 22554 else 19429 22555 cat >conftest.$ac_ext <<_ACEOF 19430 #line $LINENO "configure" 19431 #include "confdefs.h" 22556 /* confdefs.h. */ 22557 _ACEOF 22558 cat confdefs.h >>conftest.$ac_ext 22559 cat >>conftest.$ac_ext <<_ACEOF 22560 /* end confdefs.h. */ 19432 22561 19433 22562 #include <sys/types.h> … … 19449 22578 _ACEOF 19450 22579 rm -f conftest$ac_exeext 19451 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19452 (eval $ac_link) 2>&5 22580 if { (ac_try="$ac_link" 22581 case "(($ac_try" in 22582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22583 *) ac_try_echo=$ac_try;; 22584 esac 22585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22586 (eval "$ac_link") 2>&5 19453 22587 ac_status=$? 19454 22588 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19455 22589 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 19456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19457 (eval $ac_try) 2>&5 22590 { (case "(($ac_try" in 22591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22592 *) ac_try_echo=$ac_try;; 22593 esac 22594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22595 (eval "$ac_try") 2>&5 19458 22596 ac_status=$? 19459 22597 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 19463 22601 echo "$as_me: program exited with status $ac_status" >&5 19464 22602 echo "$as_me: failed program was:" >&5 19465 cat conftest.$ac_ext >&5 22603 sed 's/^/| /' conftest.$ac_ext >&5 22604 19466 22605 ( exit $ac_status ) 19467 22606 bash_cv_dup2_broken=no 19468 22607 fi 19469 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19470 fi 19471 19472 fi 19473 19474 echo "$as_me:$LINENO: result: $bash_cv_dup2_broken" >&5 19475 echo "${ECHO_T}$bash_cv_dup2_broken" >&6 22608 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 22609 fi 22610 22611 22612 22613 fi 22614 22615 { echo "$as_me:$LINENO: result: $bash_cv_dup2_broken" >&5 22616 echo "${ECHO_T}$bash_cv_dup2_broken" >&6; } 19476 22617 if test $bash_cv_dup2_broken = yes; then 19477 22618 cat >>confdefs.h <<\_ACEOF … … 19482 22623 19483 22624 19484 echo "$as_me:$LINENO: checking whether pgrps need synchronization" >&519485 echo $ECHO_N "checking whether pgrps need synchronization... $ECHO_C" >&6 22625 { echo "$as_me:$LINENO: checking whether pgrps need synchronization" >&5 22626 echo $ECHO_N "checking whether pgrps need synchronization... $ECHO_C" >&6; } 19486 22627 if test "${bash_cv_pgrp_pipe+set}" = set; then 19487 22628 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 19493 22634 else 19494 22635 cat >conftest.$ac_ext <<_ACEOF 19495 #line $LINENO "configure" 19496 #include "confdefs.h" 22636 /* confdefs.h. */ 22637 _ACEOF 22638 cat confdefs.h >>conftest.$ac_ext 22639 cat >>conftest.$ac_ext <<_ACEOF 22640 /* end confdefs.h. */ 19497 22641 19498 22642 #ifdef HAVE_UNISTD_H … … 19546 22690 _ACEOF 19547 22691 rm -f conftest$ac_exeext 19548 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19549 (eval $ac_link) 2>&5 22692 if { (ac_try="$ac_link" 22693 case "(($ac_try" in 22694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22695 *) ac_try_echo=$ac_try;; 22696 esac 22697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22698 (eval "$ac_link") 2>&5 19550 22699 ac_status=$? 19551 22700 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19552 22701 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 19553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19554 (eval $ac_try) 2>&5 22702 { (case "(($ac_try" in 22703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22704 *) ac_try_echo=$ac_try;; 22705 esac 22706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22707 (eval "$ac_try") 2>&5 19555 22708 ac_status=$? 19556 22709 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 19560 22713 echo "$as_me: program exited with status $ac_status" >&5 19561 22714 echo "$as_me: failed program was:" >&5 19562 cat conftest.$ac_ext >&5 22715 sed 's/^/| /' conftest.$ac_ext >&5 22716 19563 22717 ( exit $ac_status ) 19564 22718 bash_cv_pgrp_pipe=yes 19565 22719 fi 19566 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19567 fi 19568 19569 fi 19570 19571 echo "$as_me:$LINENO: result: $bash_cv_pgrp_pipe" >&5 19572 echo "${ECHO_T}$bash_cv_pgrp_pipe" >&6 22720 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 22721 fi 22722 22723 22724 22725 fi 22726 22727 { echo "$as_me:$LINENO: result: $bash_cv_pgrp_pipe" >&5 22728 echo "${ECHO_T}$bash_cv_pgrp_pipe" >&6; } 19573 22729 if test $bash_cv_pgrp_pipe = yes; then 19574 22730 cat >>confdefs.h <<\_ACEOF … … 19579 22735 19580 22736 19581 echo "$as_me:$LINENO: checking for type of signal functions" >&519582 echo $ECHO_N "checking for type of signal functions... $ECHO_C" >&6 22737 { echo "$as_me:$LINENO: checking for type of signal functions" >&5 22738 echo $ECHO_N "checking for type of signal functions... $ECHO_C" >&6; } 19583 22739 if test "${bash_cv_signal_vintage+set}" = set; then 19584 22740 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 19586 22742 19587 22743 cat >conftest.$ac_ext <<_ACEOF 19588 #line $LINENO "configure" 19589 #include "confdefs.h" 22744 /* confdefs.h. */ 22745 _ACEOF 22746 cat confdefs.h >>conftest.$ac_ext 22747 cat >>conftest.$ac_ext <<_ACEOF 22748 /* end confdefs.h. */ 19590 22749 #include <signal.h> 19591 #ifdef F77_DUMMY_MAIN19592 # ifdef __cplusplus19593 extern "C"19594 # endif19595 int F77_DUMMY_MAIN() { return 1; }19596 #endif19597 22750 int 19598 22751 main () … … 19610 22763 _ACEOF 19611 22764 rm -f conftest.$ac_objext conftest$ac_exeext 19612 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19613 (eval $ac_link) 2>&5 19614 ac_status=$? 19615 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19616 (exit $ac_status); } && 19617 { ac_try='test -s conftest$ac_exeext' 19618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19619 (eval $ac_try) 2>&5 19620 ac_status=$? 19621 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19622 (exit $ac_status); }; }; then 22765 if { (ac_try="$ac_link" 22766 case "(($ac_try" in 22767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22768 *) ac_try_echo=$ac_try;; 22769 esac 22770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22771 (eval "$ac_link") 2>conftest.er1 22772 ac_status=$? 22773 grep -v '^ *+' conftest.er1 >conftest.err 22774 rm -f conftest.er1 22775 cat conftest.err >&5 22776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22777 (exit $ac_status); } && { 22778 test -z "$ac_c_werror_flag" || 22779 test ! -s conftest.err 22780 } && test -s conftest$ac_exeext && 22781 $as_test_x conftest$ac_exeext; then 19623 22782 bash_cv_signal_vintage=posix 19624 22783 else 19625 22784 echo "$as_me: failed program was:" >&5 19626 cat conftest.$ac_ext >&5 22785 sed 's/^/| /' conftest.$ac_ext >&5 22786 19627 22787 19628 22788 cat >conftest.$ac_ext <<_ACEOF 19629 #line $LINENO "configure" 19630 #include "confdefs.h" 22789 /* confdefs.h. */ 22790 _ACEOF 22791 cat confdefs.h >>conftest.$ac_ext 22792 cat >>conftest.$ac_ext <<_ACEOF 22793 /* end confdefs.h. */ 19631 22794 #include <signal.h> 19632 #ifdef F77_DUMMY_MAIN19633 # ifdef __cplusplus19634 extern "C"19635 # endif19636 int F77_DUMMY_MAIN() { return 1; }19637 #endif19638 22795 int 19639 22796 main () … … 19648 22805 _ACEOF 19649 22806 rm -f conftest.$ac_objext conftest$ac_exeext 19650 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19651 (eval $ac_link) 2>&5 19652 ac_status=$? 19653 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19654 (exit $ac_status); } && 19655 { ac_try='test -s conftest$ac_exeext' 19656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19657 (eval $ac_try) 2>&5 19658 ac_status=$? 19659 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19660 (exit $ac_status); }; }; then 22807 if { (ac_try="$ac_link" 22808 case "(($ac_try" in 22809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22810 *) ac_try_echo=$ac_try;; 22811 esac 22812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22813 (eval "$ac_link") 2>conftest.er1 22814 ac_status=$? 22815 grep -v '^ *+' conftest.er1 >conftest.err 22816 rm -f conftest.er1 22817 cat conftest.err >&5 22818 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22819 (exit $ac_status); } && { 22820 test -z "$ac_c_werror_flag" || 22821 test ! -s conftest.err 22822 } && test -s conftest$ac_exeext && 22823 $as_test_x conftest$ac_exeext; then 19661 22824 bash_cv_signal_vintage=4.2bsd 19662 22825 else 19663 22826 echo "$as_me: failed program was:" >&5 19664 cat conftest.$ac_ext >&5 22827 sed 's/^/| /' conftest.$ac_ext >&5 22828 19665 22829 19666 22830 cat >conftest.$ac_ext <<_ACEOF 19667 #line $LINENO "configure" 19668 #include "confdefs.h" 22831 /* confdefs.h. */ 22832 _ACEOF 22833 cat confdefs.h >>conftest.$ac_ext 22834 cat >>conftest.$ac_ext <<_ACEOF 22835 /* end confdefs.h. */ 19669 22836 19670 22837 #include <signal.h> 19671 22838 RETSIGTYPE foo() { } 19672 #ifdef F77_DUMMY_MAIN19673 # ifdef __cplusplus19674 extern "C"19675 # endif19676 int F77_DUMMY_MAIN() { return 1; }19677 #endif19678 22839 int 19679 22840 main () … … 19689 22850 _ACEOF 19690 22851 rm -f conftest.$ac_objext conftest$ac_exeext 19691 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19692 (eval $ac_link) 2>&5 19693 ac_status=$? 19694 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19695 (exit $ac_status); } && 19696 { ac_try='test -s conftest$ac_exeext' 19697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19698 (eval $ac_try) 2>&5 19699 ac_status=$? 19700 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19701 (exit $ac_status); }; }; then 22852 if { (ac_try="$ac_link" 22853 case "(($ac_try" in 22854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22855 *) ac_try_echo=$ac_try;; 22856 esac 22857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22858 (eval "$ac_link") 2>conftest.er1 22859 ac_status=$? 22860 grep -v '^ *+' conftest.er1 >conftest.err 22861 rm -f conftest.er1 22862 cat conftest.err >&5 22863 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22864 (exit $ac_status); } && { 22865 test -z "$ac_c_werror_flag" || 22866 test ! -s conftest.err 22867 } && test -s conftest$ac_exeext && 22868 $as_test_x conftest$ac_exeext; then 19702 22869 bash_cv_signal_vintage=svr3 19703 22870 else 19704 22871 echo "$as_me: failed program was:" >&5 19705 cat conftest.$ac_ext >&5 19706 bash_cv_signal_vintage=v7 19707 19708 fi 19709 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19710 19711 fi 19712 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19713 19714 fi 19715 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19716 19717 fi 19718 19719 echo "$as_me:$LINENO: result: $bash_cv_signal_vintage" >&5 19720 echo "${ECHO_T}$bash_cv_signal_vintage" >&6 22872 sed 's/^/| /' conftest.$ac_ext >&5 22873 22874 bash_cv_signal_vintage=v7 22875 22876 fi 22877 22878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22879 conftest$ac_exeext conftest.$ac_ext 22880 22881 fi 22882 22883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22884 conftest$ac_exeext conftest.$ac_ext 22885 22886 fi 22887 22888 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22889 conftest$ac_exeext conftest.$ac_ext 22890 22891 fi 22892 22893 { echo "$as_me:$LINENO: result: $bash_cv_signal_vintage" >&5 22894 echo "${ECHO_T}$bash_cv_signal_vintage" >&6; } 19721 22895 if test "$bash_cv_signal_vintage" = posix; then 19722 22896 cat >>confdefs.h <<\_ACEOF … … 19737 22911 19738 22912 19739 echo "$as_me:$LINENO: checking for sys_errlist and sys_nerr" >&519740 echo $ECHO_N "checking for sys_errlist and sys_nerr... $ECHO_C" >&6 22913 { echo "$as_me:$LINENO: checking for sys_errlist and sys_nerr" >&5 22914 echo $ECHO_N "checking for sys_errlist and sys_nerr... $ECHO_C" >&6; } 19741 22915 if test "${bash_cv_sys_errlist+set}" = set; then 19742 22916 echo $ECHO_N "(cached) $ECHO_C" >&6 19743 22917 else 19744 22918 cat >conftest.$ac_ext <<_ACEOF 19745 #line $LINENO "configure" 19746 #include "confdefs.h" 22919 /* confdefs.h. */ 22920 _ACEOF 22921 cat confdefs.h >>conftest.$ac_ext 22922 cat >>conftest.$ac_ext <<_ACEOF 22923 /* end confdefs.h. */ 19747 22924 #include <errno.h> 19748 #ifdef F77_DUMMY_MAIN19749 # ifdef __cplusplus19750 extern "C"19751 # endif19752 int F77_DUMMY_MAIN() { return 1; }19753 #endif19754 22925 int 19755 22926 main () … … 19763 22934 _ACEOF 19764 22935 rm -f conftest.$ac_objext conftest$ac_exeext 19765 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19766 (eval $ac_link) 2>&5 19767 ac_status=$? 19768 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19769 (exit $ac_status); } && 19770 { ac_try='test -s conftest$ac_exeext' 19771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19772 (eval $ac_try) 2>&5 19773 ac_status=$? 19774 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19775 (exit $ac_status); }; }; then 22936 if { (ac_try="$ac_link" 22937 case "(($ac_try" in 22938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22939 *) ac_try_echo=$ac_try;; 22940 esac 22941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22942 (eval "$ac_link") 2>conftest.er1 22943 ac_status=$? 22944 grep -v '^ *+' conftest.er1 >conftest.err 22945 rm -f conftest.er1 22946 cat conftest.err >&5 22947 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22948 (exit $ac_status); } && { 22949 test -z "$ac_c_werror_flag" || 22950 test ! -s conftest.err 22951 } && test -s conftest$ac_exeext && 22952 $as_test_x conftest$ac_exeext; then 19776 22953 bash_cv_sys_errlist=yes 19777 22954 else 19778 22955 echo "$as_me: failed program was:" >&5 19779 cat conftest.$ac_ext >&5 19780 bash_cv_sys_errlist=no 19781 fi 19782 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19783 fi 19784 echo "$as_me:$LINENO: result: $bash_cv_sys_errlist" >&5 19785 echo "${ECHO_T}$bash_cv_sys_errlist" >&6 22956 sed 's/^/| /' conftest.$ac_ext >&5 22957 22958 bash_cv_sys_errlist=no 22959 fi 22960 22961 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22962 conftest$ac_exeext conftest.$ac_ext 22963 fi 22964 { echo "$as_me:$LINENO: result: $bash_cv_sys_errlist" >&5 22965 echo "${ECHO_T}$bash_cv_sys_errlist" >&6; } 19786 22966 if test $bash_cv_sys_errlist = yes; then 19787 22967 cat >>confdefs.h <<\_ACEOF … … 19792 22972 19793 22973 19794 echo "$as_me:$LINENO: checking for sys_siglist in system C library" >&519795 echo $ECHO_N "checking for sys_siglist in system C library... $ECHO_C" >&6 22974 { echo "$as_me:$LINENO: checking for sys_siglist in system C library" >&5 22975 echo $ECHO_N "checking for sys_siglist in system C library... $ECHO_C" >&6; } 19796 22976 if test "${bash_cv_sys_siglist+set}" = set; then 19797 22977 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 19803 22983 else 19804 22984 cat >conftest.$ac_ext <<_ACEOF 19805 #line $LINENO "configure" 19806 #include "confdefs.h" 22985 /* confdefs.h. */ 22986 _ACEOF 22987 cat confdefs.h >>conftest.$ac_ext 22988 cat >>conftest.$ac_ext <<_ACEOF 22989 /* end confdefs.h. */ 19807 22990 19808 22991 #include <sys/types.h> … … 19821 23004 _ACEOF 19822 23005 rm -f conftest$ac_exeext 19823 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19824 (eval $ac_link) 2>&5 23006 if { (ac_try="$ac_link" 23007 case "(($ac_try" in 23008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23009 *) ac_try_echo=$ac_try;; 23010 esac 23011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23012 (eval "$ac_link") 2>&5 19825 23013 ac_status=$? 19826 23014 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19827 23015 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 19828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19829 (eval $ac_try) 2>&5 23016 { (case "(($ac_try" in 23017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23018 *) ac_try_echo=$ac_try;; 23019 esac 23020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23021 (eval "$ac_try") 2>&5 19830 23022 ac_status=$? 19831 23023 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 19835 23027 echo "$as_me: program exited with status $ac_status" >&5 19836 23028 echo "$as_me: failed program was:" >&5 19837 cat conftest.$ac_ext >&5 23029 sed 's/^/| /' conftest.$ac_ext >&5 23030 19838 23031 ( exit $ac_status ) 19839 23032 bash_cv_sys_siglist=no 19840 23033 fi 19841 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19842 fi 19843 fi 19844 19845 echo "$as_me:$LINENO: result: $bash_cv_sys_siglist" >&5 19846 echo "${ECHO_T}$bash_cv_sys_siglist" >&6 23034 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 23035 fi 23036 23037 23038 fi 23039 23040 { echo "$as_me:$LINENO: result: $bash_cv_sys_siglist" >&5 23041 echo "${ECHO_T}$bash_cv_sys_siglist" >&6; } 19847 23042 if test $bash_cv_sys_siglist = yes; then 19848 23043 cat >>confdefs.h <<\_ACEOF … … 19852 23047 fi 19853 23048 19854 echo "$as_me:$LINENO: checking for _sys_siglist in signal.h or unistd.h" >&519855 echo $ECHO_N "checking for _sys_siglist in signal.h or unistd.h... $ECHO_C" >&6 23049 { echo "$as_me:$LINENO: checking for _sys_siglist in signal.h or unistd.h" >&5 23050 echo $ECHO_N "checking for _sys_siglist in signal.h or unistd.h... $ECHO_C" >&6; } 19856 23051 if test "${bash_cv_decl_under_sys_siglist+set}" = set; then 19857 23052 echo $ECHO_N "(cached) $ECHO_C" >&6 19858 23053 else 19859 23054 cat >conftest.$ac_ext <<_ACEOF 19860 #line $LINENO "configure" 19861 #include "confdefs.h" 23055 /* confdefs.h. */ 23056 _ACEOF 23057 cat confdefs.h >>conftest.$ac_ext 23058 cat >>conftest.$ac_ext <<_ACEOF 23059 /* end confdefs.h. */ 19862 23060 19863 23061 #include <sys/types.h> … … 19865 23063 #ifdef HAVE_UNISTD_H 19866 23064 #include <unistd.h> 19867 #endif19868 #ifdef F77_DUMMY_MAIN19869 # ifdef __cplusplus19870 extern "C"19871 # endif19872 int F77_DUMMY_MAIN() { return 1; }19873 23065 #endif 19874 23066 int … … 19881 23073 _ACEOF 19882 23074 rm -f conftest.$ac_objext 19883 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19884 (eval $ac_compile) 2>&5 19885 ac_status=$? 19886 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19887 (exit $ac_status); } && 19888 { ac_try='test -s conftest.$ac_objext' 19889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19890 (eval $ac_try) 2>&5 19891 ac_status=$? 19892 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19893 (exit $ac_status); }; }; then 23075 if { (ac_try="$ac_compile" 23076 case "(($ac_try" in 23077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23078 *) ac_try_echo=$ac_try;; 23079 esac 23080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23081 (eval "$ac_compile") 2>conftest.er1 23082 ac_status=$? 23083 grep -v '^ *+' conftest.er1 >conftest.err 23084 rm -f conftest.er1 23085 cat conftest.err >&5 23086 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23087 (exit $ac_status); } && { 23088 test -z "$ac_c_werror_flag" || 23089 test ! -s conftest.err 23090 } && test -s conftest.$ac_objext; then 19894 23091 bash_cv_decl_under_sys_siglist=yes 19895 23092 else 19896 23093 echo "$as_me: failed program was:" >&5 19897 cat conftest.$ac_ext >&5 19898 bash_cv_decl_under_sys_siglist=no 19899 fi 19900 rm -f conftest.$ac_objext conftest.$ac_ext 19901 fi 19902 echo "$as_me:$LINENO: result: $bash_cv_decl_under_sys_siglist" >&5 19903 echo "${ECHO_T}$bash_cv_decl_under_sys_siglist" >&6 23094 sed 's/^/| /' conftest.$ac_ext >&5 23095 23096 bash_cv_decl_under_sys_siglist=no 23097 fi 23098 23099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23100 fi 23101 { echo "$as_me:$LINENO: result: $bash_cv_decl_under_sys_siglist" >&5 23102 echo "${ECHO_T}$bash_cv_decl_under_sys_siglist" >&6; } 19904 23103 if test $bash_cv_decl_under_sys_siglist = yes; then 19905 23104 cat >>confdefs.h <<\_ACEOF … … 19910 23109 19911 23110 19912 echo "$as_me:$LINENO: checking for _sys_siglist in system C library" >&519913 echo $ECHO_N "checking for _sys_siglist in system C library... $ECHO_C" >&6 23111 { echo "$as_me:$LINENO: checking for _sys_siglist in system C library" >&5 23112 echo $ECHO_N "checking for _sys_siglist in system C library... $ECHO_C" >&6; } 19914 23113 if test "${bash_cv_under_sys_siglist+set}" = set; then 19915 23114 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 19921 23120 else 19922 23121 cat >conftest.$ac_ext <<_ACEOF 19923 #line $LINENO "configure" 19924 #include "confdefs.h" 23122 /* confdefs.h. */ 23123 _ACEOF 23124 cat confdefs.h >>conftest.$ac_ext 23125 cat >>conftest.$ac_ext <<_ACEOF 23126 /* end confdefs.h. */ 19925 23127 19926 23128 #include <sys/types.h> … … 19939 23141 _ACEOF 19940 23142 rm -f conftest$ac_exeext 19941 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19942 (eval $ac_link) 2>&5 23143 if { (ac_try="$ac_link" 23144 case "(($ac_try" in 23145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23146 *) ac_try_echo=$ac_try;; 23147 esac 23148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23149 (eval "$ac_link") 2>&5 19943 23150 ac_status=$? 19944 23151 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19945 23152 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 19946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19947 (eval $ac_try) 2>&5 23153 { (case "(($ac_try" in 23154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23155 *) ac_try_echo=$ac_try;; 23156 esac 23157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23158 (eval "$ac_try") 2>&5 19948 23159 ac_status=$? 19949 23160 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 19953 23164 echo "$as_me: program exited with status $ac_status" >&5 19954 23165 echo "$as_me: failed program was:" >&5 19955 cat conftest.$ac_ext >&5 23166 sed 's/^/| /' conftest.$ac_ext >&5 23167 19956 23168 ( exit $ac_status ) 19957 23169 bash_cv_under_sys_siglist=no 19958 23170 fi 19959 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19960 fi 19961 fi 19962 19963 echo "$as_me:$LINENO: result: $bash_cv_under_sys_siglist" >&5 19964 echo "${ECHO_T}$bash_cv_under_sys_siglist" >&6 23171 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 23172 fi 23173 23174 23175 fi 23176 23177 { echo "$as_me:$LINENO: result: $bash_cv_under_sys_siglist" >&5 23178 echo "${ECHO_T}$bash_cv_under_sys_siglist" >&6; } 19965 23179 if test $bash_cv_under_sys_siglist = yes; then 19966 23180 cat >>confdefs.h <<\_ACEOF … … 19971 23185 19972 23186 19973 echo "$as_me:$LINENO: checking whether signal handlers are of type void" >&519974 echo $ECHO_N "checking whether signal handlers are of type void... $ECHO_C" >&6 23187 { echo "$as_me:$LINENO: checking whether signal handlers are of type void" >&5 23188 echo $ECHO_N "checking whether signal handlers are of type void... $ECHO_C" >&6; } 19975 23189 if test "${bash_cv_void_sighandler+set}" = set; then 19976 23190 echo $ECHO_N "(cached) $ECHO_C" >&6 19977 23191 else 19978 23192 cat >conftest.$ac_ext <<_ACEOF 19979 #line $LINENO "configure" 19980 #include "confdefs.h" 23193 /* confdefs.h. */ 23194 _ACEOF 23195 cat confdefs.h >>conftest.$ac_ext 23196 cat >>conftest.$ac_ext <<_ACEOF 23197 /* end confdefs.h. */ 19981 23198 #include <sys/types.h> 19982 23199 #include <signal.h> … … 19988 23205 #endif 19989 23206 void (*signal ()) (); 19990 #ifdef F77_DUMMY_MAIN19991 # ifdef __cplusplus19992 extern "C"19993 # endif19994 int F77_DUMMY_MAIN() { return 1; }19995 #endif19996 23207 int 19997 23208 main () … … 20003 23214 _ACEOF 20004 23215 rm -f conftest.$ac_objext 20005 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20006 (eval $ac_compile) 2>&5 20007 ac_status=$? 20008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20009 (exit $ac_status); } && 20010 { ac_try='test -s conftest.$ac_objext' 20011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20012 (eval $ac_try) 2>&5 20013 ac_status=$? 20014 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20015 (exit $ac_status); }; }; then 23216 if { (ac_try="$ac_compile" 23217 case "(($ac_try" in 23218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23219 *) ac_try_echo=$ac_try;; 23220 esac 23221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23222 (eval "$ac_compile") 2>conftest.er1 23223 ac_status=$? 23224 grep -v '^ *+' conftest.er1 >conftest.err 23225 rm -f conftest.er1 23226 cat conftest.err >&5 23227 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23228 (exit $ac_status); } && { 23229 test -z "$ac_c_werror_flag" || 23230 test ! -s conftest.err 23231 } && test -s conftest.$ac_objext; then 20016 23232 bash_cv_void_sighandler=yes 20017 23233 else 20018 23234 echo "$as_me: failed program was:" >&5 20019 cat conftest.$ac_ext >&5 20020 bash_cv_void_sighandler=no 20021 fi 20022 rm -f conftest.$ac_objext conftest.$ac_ext 20023 fi 20024 echo "$as_me:$LINENO: result: $bash_cv_void_sighandler" >&5 20025 echo "${ECHO_T}$bash_cv_void_sighandler" >&6 23235 sed 's/^/| /' conftest.$ac_ext >&5 23236 23237 bash_cv_void_sighandler=no 23238 fi 23239 23240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23241 fi 23242 { echo "$as_me:$LINENO: result: $bash_cv_void_sighandler" >&5 23243 echo "${ECHO_T}$bash_cv_void_sighandler" >&6; } 20026 23244 if test $bash_cv_void_sighandler = yes; then 20027 23245 cat >>confdefs.h <<\_ACEOF … … 20033 23251 20034 23252 20035 echo "$as_me:$LINENO: checking for clock_t" >&520036 echo $ECHO_N "checking for clock_t... $ECHO_C" >&6 23253 { echo "$as_me:$LINENO: checking for clock_t" >&5 23254 echo $ECHO_N "checking for clock_t... $ECHO_C" >&6; } 20037 23255 if test "${bash_cv_type_clock_t+set}" = set; then 20038 23256 echo $ECHO_N "(cached) $ECHO_C" >&6 20039 23257 else 20040 23258 cat >conftest.$ac_ext <<_ACEOF 20041 #line $LINENO "configure" 20042 #include "confdefs.h" 23259 /* confdefs.h. */ 23260 _ACEOF 23261 cat confdefs.h >>conftest.$ac_ext 23262 cat >>conftest.$ac_ext <<_ACEOF 23263 /* end confdefs.h. */ 20043 23264 #include <sys/types.h> 20044 23265 #if STDC_HEADERS … … 20053 23274 _ACEOF 20054 23275 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 20055 egrep"clock_t" >/dev/null 2>&1; then23276 $EGREP "clock_t" >/dev/null 2>&1; then 20056 23277 bash_cv_type_clock_t=yes 20057 23278 else … … 20062 23283 fi 20063 23284 20064 echo "$as_me:$LINENO: result: $bash_cv_type_clock_t" >&520065 echo "${ECHO_T}$bash_cv_type_clock_t" >&6 23285 { echo "$as_me:$LINENO: result: $bash_cv_type_clock_t" >&5 23286 echo "${ECHO_T}$bash_cv_type_clock_t" >&6; } 20066 23287 20067 23288 if test $bash_cv_type_clock_t = no; then … … 20074 23295 20075 23296 20076 echo "$as_me:$LINENO: checking for sigset_t" >&520077 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6 23297 { echo "$as_me:$LINENO: checking for sigset_t" >&5 23298 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; } 20078 23299 if test "${bash_cv_type_sigset_t+set}" = set; then 20079 23300 echo $ECHO_N "(cached) $ECHO_C" >&6 20080 23301 else 20081 23302 cat >conftest.$ac_ext <<_ACEOF 20082 #line $LINENO "configure" 20083 #include "confdefs.h" 23303 /* confdefs.h. */ 23304 _ACEOF 23305 cat confdefs.h >>conftest.$ac_ext 23306 cat >>conftest.$ac_ext <<_ACEOF 23307 /* end confdefs.h. */ 20084 23308 #include <sys/types.h> 20085 23309 #if STDC_HEADERS … … 20094 23318 _ACEOF 20095 23319 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 20096 egrep"sigset_t" >/dev/null 2>&1; then23320 $EGREP "sigset_t" >/dev/null 2>&1; then 20097 23321 bash_cv_type_sigset_t=yes 20098 23322 else … … 20103 23327 fi 20104 23328 20105 echo "$as_me:$LINENO: result: $bash_cv_type_sigset_t" >&520106 echo "${ECHO_T}$bash_cv_type_sigset_t" >&6 23329 { echo "$as_me:$LINENO: result: $bash_cv_type_sigset_t" >&5 23330 echo "${ECHO_T}$bash_cv_type_sigset_t" >&6; } 20107 23331 20108 23332 if test $bash_cv_type_sigset_t = no; then … … 20115 23339 20116 23340 20117 echo "$as_me:$LINENO: checking for quad_t" >&520118 echo $ECHO_N "checking for quad_t... $ECHO_C" >&6 23341 { echo "$as_me:$LINENO: checking for quad_t" >&5 23342 echo $ECHO_N "checking for quad_t... $ECHO_C" >&6; } 20119 23343 if test "${bash_cv_type_quad_t+set}" = set; then 20120 23344 echo $ECHO_N "(cached) $ECHO_C" >&6 20121 23345 else 20122 23346 cat >conftest.$ac_ext <<_ACEOF 20123 #line $LINENO "configure" 20124 #include "confdefs.h" 23347 /* confdefs.h. */ 23348 _ACEOF 23349 cat confdefs.h >>conftest.$ac_ext 23350 cat >>conftest.$ac_ext <<_ACEOF 23351 /* end confdefs.h. */ 20125 23352 #include <sys/types.h> 20126 23353 #if STDC_HEADERS … … 20135 23362 _ACEOF 20136 23363 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 20137 egrep"quad_t" >/dev/null 2>&1; then23364 $EGREP "quad_t" >/dev/null 2>&1; then 20138 23365 bash_cv_type_quad_t=yes 20139 23366 else … … 20144 23371 fi 20145 23372 20146 echo "$as_me:$LINENO: result: $bash_cv_type_quad_t" >&520147 echo "${ECHO_T}$bash_cv_type_quad_t" >&6 23373 { echo "$as_me:$LINENO: result: $bash_cv_type_quad_t" >&5 23374 echo "${ECHO_T}$bash_cv_type_quad_t" >&6; } 20148 23375 if test $bash_cv_type_quad_t = yes; then 20149 23376 cat >>confdefs.h <<\_ACEOF … … 20161 23388 20162 23389 20163 echo "$as_me:$LINENO: checking for intmax_t" >&520164 echo $ECHO_N "checking for intmax_t... $ECHO_C" >&6 23390 { echo "$as_me:$LINENO: checking for intmax_t" >&5 23391 echo $ECHO_N "checking for intmax_t... $ECHO_C" >&6; } 20165 23392 if test "${bash_cv_type_intmax_t+set}" = set; then 20166 23393 echo $ECHO_N "(cached) $ECHO_C" >&6 20167 23394 else 20168 23395 cat >conftest.$ac_ext <<_ACEOF 20169 #line $LINENO "configure" 20170 #include "confdefs.h" 23396 /* confdefs.h. */ 23397 _ACEOF 23398 cat confdefs.h >>conftest.$ac_ext 23399 cat >>conftest.$ac_ext <<_ACEOF 23400 /* end confdefs.h. */ 20171 23401 #include <sys/types.h> 20172 23402 #if STDC_HEADERS … … 20181 23411 _ACEOF 20182 23412 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 20183 egrep"intmax_t" >/dev/null 2>&1; then23413 $EGREP "intmax_t" >/dev/null 2>&1; then 20184 23414 bash_cv_type_intmax_t=yes 20185 23415 else … … 20190 23420 fi 20191 23421 20192 echo "$as_me:$LINENO: result: $bash_cv_type_intmax_t" >&520193 echo "${ECHO_T}$bash_cv_type_intmax_t" >&6 23422 { echo "$as_me:$LINENO: result: $bash_cv_type_intmax_t" >&5 23423 echo "${ECHO_T}$bash_cv_type_intmax_t" >&6; } 20194 23424 20195 23425 if test $bash_cv_type_intmax_t = no; then … … 20202 23432 20203 23433 20204 echo "$as_me:$LINENO: checking for uintmax_t" >&520205 echo $ECHO_N "checking for uintmax_t... $ECHO_C" >&6 23434 { echo "$as_me:$LINENO: checking for uintmax_t" >&5 23435 echo $ECHO_N "checking for uintmax_t... $ECHO_C" >&6; } 20206 23436 if test "${bash_cv_type_uintmax_t+set}" = set; then 20207 23437 echo $ECHO_N "(cached) $ECHO_C" >&6 20208 23438 else 20209 23439 cat >conftest.$ac_ext <<_ACEOF 20210 #line $LINENO "configure" 20211 #include "confdefs.h" 23440 /* confdefs.h. */ 23441 _ACEOF 23442 cat confdefs.h >>conftest.$ac_ext 23443 cat >>conftest.$ac_ext <<_ACEOF 23444 /* end confdefs.h. */ 20212 23445 #include <sys/types.h> 20213 23446 #if STDC_HEADERS … … 20222 23455 _ACEOF 20223 23456 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 20224 egrep"uintmax_t" >/dev/null 2>&1; then23457 $EGREP "uintmax_t" >/dev/null 2>&1; then 20225 23458 bash_cv_type_uintmax_t=yes 20226 23459 else … … 20231 23464 fi 20232 23465 20233 echo "$as_me:$LINENO: result: $bash_cv_type_uintmax_t" >&520234 echo "${ECHO_T}$bash_cv_type_uintmax_t" >&6 23466 { echo "$as_me:$LINENO: result: $bash_cv_type_uintmax_t" >&5 23467 echo "${ECHO_T}$bash_cv_type_uintmax_t" >&6; } 20235 23468 20236 23469 if test $bash_cv_type_uintmax_t = no; then … … 20244 23477 20245 23478 20246 echo "$as_me:$LINENO: checking for socklen_t" >&520247 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6 23479 { echo "$as_me:$LINENO: checking for socklen_t" >&5 23480 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; } 20248 23481 if test "${bash_cv_type_socklen_t+set}" = set; then 20249 23482 echo $ECHO_N "(cached) $ECHO_C" >&6 20250 23483 else 20251 23484 cat >conftest.$ac_ext <<_ACEOF 20252 #line $LINENO "configure" 20253 #include "confdefs.h" 23485 /* confdefs.h. */ 23486 _ACEOF 23487 cat confdefs.h >>conftest.$ac_ext 23488 cat >>conftest.$ac_ext <<_ACEOF 23489 /* end confdefs.h. */ 20254 23490 #include <sys/types.h> 20255 23491 #if STDC_HEADERS … … 20264 23500 _ACEOF 20265 23501 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 20266 egrep"socklen_t" >/dev/null 2>&1; then23502 $EGREP "socklen_t" >/dev/null 2>&1; then 20267 23503 bash_cv_type_socklen_t=yes 20268 23504 else … … 20273 23509 fi 20274 23510 20275 echo "$as_me:$LINENO: result: $bash_cv_type_socklen_t" >&520276 echo "${ECHO_T}$bash_cv_type_socklen_t" >&6 23511 { echo "$as_me:$LINENO: result: $bash_cv_type_socklen_t" >&5 23512 echo "${ECHO_T}$bash_cv_type_socklen_t" >&6; } 20277 23513 if test $bash_cv_type_socklen_t = yes; then 20278 23514 cat >>confdefs.h <<\_ACEOF … … 20289 23525 20290 23526 fi 20291 echo "$as_me:$LINENO: checking for size and type of struct rlimit fields" >&520292 echo $ECHO_N "checking for size and type of struct rlimit fields... $ECHO_C" >&6 23527 { echo "$as_me:$LINENO: checking for size and type of struct rlimit fields" >&5 23528 echo $ECHO_N "checking for size and type of struct rlimit fields... $ECHO_C" >&6; } 20293 23529 if test "${bash_cv_type_rlimit+set}" = set; then 20294 23530 echo $ECHO_N "(cached) $ECHO_C" >&6 20295 23531 else 20296 23532 cat >conftest.$ac_ext <<_ACEOF 20297 #line $LINENO "configure" 20298 #include "confdefs.h" 23533 /* confdefs.h. */ 23534 _ACEOF 23535 cat confdefs.h >>conftest.$ac_ext 23536 cat >>conftest.$ac_ext <<_ACEOF 23537 /* end confdefs.h. */ 20299 23538 #include <sys/types.h> 20300 23539 #include <sys/resource.h> 20301 #ifdef F77_DUMMY_MAIN20302 # ifdef __cplusplus20303 extern "C"20304 # endif20305 int F77_DUMMY_MAIN() { return 1; }20306 #endif20307 23540 int 20308 23541 main () … … 20314 23547 _ACEOF 20315 23548 rm -f conftest.$ac_objext 20316 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20317 (eval $ac_compile) 2>&5 20318 ac_status=$? 20319 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20320 (exit $ac_status); } && 20321 { ac_try='test -s conftest.$ac_objext' 20322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20323 (eval $ac_try) 2>&5 20324 ac_status=$? 20325 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20326 (exit $ac_status); }; }; then 23549 if { (ac_try="$ac_compile" 23550 case "(($ac_try" in 23551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23552 *) ac_try_echo=$ac_try;; 23553 esac 23554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23555 (eval "$ac_compile") 2>conftest.er1 23556 ac_status=$? 23557 grep -v '^ *+' conftest.er1 >conftest.err 23558 rm -f conftest.er1 23559 cat conftest.err >&5 23560 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23561 (exit $ac_status); } && { 23562 test -z "$ac_c_werror_flag" || 23563 test ! -s conftest.err 23564 } && test -s conftest.$ac_objext; then 20327 23565 bash_cv_type_rlimit=rlim_t 20328 23566 else 20329 23567 echo "$as_me: failed program was:" >&5 20330 cat conftest.$ac_ext >&5 23568 sed 's/^/| /' conftest.$ac_ext >&5 23569 20331 23570 20332 23571 if test "$cross_compiling" = yes; then … … 20336 23575 else 20337 23576 cat >conftest.$ac_ext <<_ACEOF 20338 #line $LINENO "configure" 20339 #include "confdefs.h" 23577 /* confdefs.h. */ 23578 _ACEOF 23579 cat confdefs.h >>conftest.$ac_ext 23580 cat >>conftest.$ac_ext <<_ACEOF 23581 /* end confdefs.h. */ 20340 23582 20341 23583 #include <sys/types.h> … … 20353 23595 _ACEOF 20354 23596 rm -f conftest$ac_exeext 20355 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 20356 (eval $ac_link) 2>&5 23597 if { (ac_try="$ac_link" 23598 case "(($ac_try" in 23599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23600 *) ac_try_echo=$ac_try;; 23601 esac 23602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23603 (eval "$ac_link") 2>&5 20357 23604 ac_status=$? 20358 23605 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20359 23606 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 20360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20361 (eval $ac_try) 2>&5 23607 { (case "(($ac_try" in 23608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23609 *) ac_try_echo=$ac_try;; 23610 esac 23611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23612 (eval "$ac_try") 2>&5 20362 23613 ac_status=$? 20363 23614 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 20367 23618 echo "$as_me: program exited with status $ac_status" >&5 20368 23619 echo "$as_me: failed program was:" >&5 20369 cat conftest.$ac_ext >&5 23620 sed 's/^/| /' conftest.$ac_ext >&5 23621 20370 23622 ( exit $ac_status ) 20371 23623 bash_cv_type_rlimit=long 20372 23624 fi 20373 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 20374 fi 20375 fi 20376 rm -f conftest.$ac_objext conftest.$ac_ext 20377 20378 fi 20379 20380 echo "$as_me:$LINENO: result: $bash_cv_type_rlimit" >&5 20381 echo "${ECHO_T}$bash_cv_type_rlimit" >&6 23625 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 23626 fi 23627 23628 23629 fi 23630 23631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23632 23633 fi 23634 23635 { echo "$as_me:$LINENO: result: $bash_cv_type_rlimit" >&5 23636 echo "${ECHO_T}$bash_cv_type_rlimit" >&6; } 20382 23637 if test $bash_cv_type_rlimit = quad_t; then 20383 23638 cat >>confdefs.h <<\_ACEOF … … 20394 23649 20395 23650 20396 echo "$as_me:$LINENO: checking for struct termios.c_line" >&520397 echo $ECHO_N "checking for struct termios.c_line... $ECHO_C" >&6 23651 { echo "$as_me:$LINENO: checking for struct termios.c_line" >&5 23652 echo $ECHO_N "checking for struct termios.c_line... $ECHO_C" >&6; } 20398 23653 if test "${ac_cv_member_struct_termios_c_line+set}" = set; then 20399 23654 echo $ECHO_N "(cached) $ECHO_C" >&6 20400 23655 else 20401 23656 cat >conftest.$ac_ext <<_ACEOF 20402 #line $LINENO "configure" 20403 #include "confdefs.h" 23657 /* confdefs.h. */ 23658 _ACEOF 23659 cat confdefs.h >>conftest.$ac_ext 23660 cat >>conftest.$ac_ext <<_ACEOF 23661 /* end confdefs.h. */ 20404 23662 20405 23663 #include <sys/types.h> … … 20407 23665 20408 23666 20409 #ifdef F77_DUMMY_MAIN20410 # ifdef __cplusplus20411 extern "C"20412 # endif20413 int F77_DUMMY_MAIN() { return 1; }20414 #endif20415 23667 int 20416 23668 main () … … 20424 23676 _ACEOF 20425 23677 rm -f conftest.$ac_objext 20426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20427 (eval $ac_compile) 2>&5 20428 ac_status=$? 20429 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20430 (exit $ac_status); } && 20431 { ac_try='test -s conftest.$ac_objext' 20432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20433 (eval $ac_try) 2>&5 20434 ac_status=$? 20435 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20436 (exit $ac_status); }; }; then 23678 if { (ac_try="$ac_compile" 23679 case "(($ac_try" in 23680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23681 *) ac_try_echo=$ac_try;; 23682 esac 23683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23684 (eval "$ac_compile") 2>conftest.er1 23685 ac_status=$? 23686 grep -v '^ *+' conftest.er1 >conftest.err 23687 rm -f conftest.er1 23688 cat conftest.err >&5 23689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23690 (exit $ac_status); } && { 23691 test -z "$ac_c_werror_flag" || 23692 test ! -s conftest.err 23693 } && test -s conftest.$ac_objext; then 20437 23694 ac_cv_member_struct_termios_c_line=yes 20438 23695 else 20439 23696 echo "$as_me: failed program was:" >&5 20440 cat conftest.$ac_ext >&5 20441 ac_cv_member_struct_termios_c_line=no 20442 fi 20443 rm -f conftest.$ac_objext conftest.$ac_ext 20444 fi 20445 echo "$as_me:$LINENO: result: $ac_cv_member_struct_termios_c_line" >&5 20446 echo "${ECHO_T}$ac_cv_member_struct_termios_c_line" >&6 23697 sed 's/^/| /' conftest.$ac_ext >&5 23698 23699 cat >conftest.$ac_ext <<_ACEOF 23700 /* confdefs.h. */ 23701 _ACEOF 23702 cat confdefs.h >>conftest.$ac_ext 23703 cat >>conftest.$ac_ext <<_ACEOF 23704 /* end confdefs.h. */ 23705 23706 #include <sys/types.h> 23707 #include <termios.h> 23708 23709 23710 int 23711 main () 23712 { 23713 static struct termios ac_aggr; 23714 if (sizeof ac_aggr.c_line) 23715 return 0; 23716 ; 23717 return 0; 23718 } 23719 _ACEOF 23720 rm -f conftest.$ac_objext 23721 if { (ac_try="$ac_compile" 23722 case "(($ac_try" in 23723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23724 *) ac_try_echo=$ac_try;; 23725 esac 23726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23727 (eval "$ac_compile") 2>conftest.er1 23728 ac_status=$? 23729 grep -v '^ *+' conftest.er1 >conftest.err 23730 rm -f conftest.er1 23731 cat conftest.err >&5 23732 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23733 (exit $ac_status); } && { 23734 test -z "$ac_c_werror_flag" || 23735 test ! -s conftest.err 23736 } && test -s conftest.$ac_objext; then 23737 ac_cv_member_struct_termios_c_line=yes 23738 else 23739 echo "$as_me: failed program was:" >&5 23740 sed 's/^/| /' conftest.$ac_ext >&5 23741 23742 ac_cv_member_struct_termios_c_line=no 23743 fi 23744 23745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23746 fi 23747 23748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23749 fi 23750 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_termios_c_line" >&5 23751 echo "${ECHO_T}$ac_cv_member_struct_termios_c_line" >&6; } 20447 23752 if test $ac_cv_member_struct_termios_c_line = yes; then 20448 23753 cat >>confdefs.h <<\_ACEOF … … 20454 23759 20455 23760 20456 echo "$as_me:$LINENO: checking for struct termio.c_line" >&520457 echo $ECHO_N "checking for struct termio.c_line... $ECHO_C" >&6 23761 { echo "$as_me:$LINENO: checking for struct termio.c_line" >&5 23762 echo $ECHO_N "checking for struct termio.c_line... $ECHO_C" >&6; } 20458 23763 if test "${ac_cv_member_struct_termio_c_line+set}" = set; then 20459 23764 echo $ECHO_N "(cached) $ECHO_C" >&6 20460 23765 else 20461 23766 cat >conftest.$ac_ext <<_ACEOF 20462 #line $LINENO "configure" 20463 #include "confdefs.h" 23767 /* confdefs.h. */ 23768 _ACEOF 23769 cat confdefs.h >>conftest.$ac_ext 23770 cat >>conftest.$ac_ext <<_ACEOF 23771 /* end confdefs.h. */ 20464 23772 20465 23773 #include <sys/types.h> … … 20467 23775 20468 23776 20469 #ifdef F77_DUMMY_MAIN20470 # ifdef __cplusplus20471 extern "C"20472 # endif20473 int F77_DUMMY_MAIN() { return 1; }20474 #endif20475 23777 int 20476 23778 main () … … 20484 23786 _ACEOF 20485 23787 rm -f conftest.$ac_objext 20486 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20487 (eval $ac_compile) 2>&5 20488 ac_status=$? 20489 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20490 (exit $ac_status); } && 20491 { ac_try='test -s conftest.$ac_objext' 20492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20493 (eval $ac_try) 2>&5 20494 ac_status=$? 20495 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20496 (exit $ac_status); }; }; then 23788 if { (ac_try="$ac_compile" 23789 case "(($ac_try" in 23790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23791 *) ac_try_echo=$ac_try;; 23792 esac 23793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23794 (eval "$ac_compile") 2>conftest.er1 23795 ac_status=$? 23796 grep -v '^ *+' conftest.er1 >conftest.err 23797 rm -f conftest.er1 23798 cat conftest.err >&5 23799 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23800 (exit $ac_status); } && { 23801 test -z "$ac_c_werror_flag" || 23802 test ! -s conftest.err 23803 } && test -s conftest.$ac_objext; then 20497 23804 ac_cv_member_struct_termio_c_line=yes 20498 23805 else 20499 23806 echo "$as_me: failed program was:" >&5 20500 cat conftest.$ac_ext >&5 20501 ac_cv_member_struct_termio_c_line=no 20502 fi 20503 rm -f conftest.$ac_objext conftest.$ac_ext 20504 fi 20505 echo "$as_me:$LINENO: result: $ac_cv_member_struct_termio_c_line" >&5 20506 echo "${ECHO_T}$ac_cv_member_struct_termio_c_line" >&6 23807 sed 's/^/| /' conftest.$ac_ext >&5 23808 23809 cat >conftest.$ac_ext <<_ACEOF 23810 /* confdefs.h. */ 23811 _ACEOF 23812 cat confdefs.h >>conftest.$ac_ext 23813 cat >>conftest.$ac_ext <<_ACEOF 23814 /* end confdefs.h. */ 23815 23816 #include <sys/types.h> 23817 #include <termio.h> 23818 23819 23820 int 23821 main () 23822 { 23823 static struct termio ac_aggr; 23824 if (sizeof ac_aggr.c_line) 23825 return 0; 23826 ; 23827 return 0; 23828 } 23829 _ACEOF 23830 rm -f conftest.$ac_objext 23831 if { (ac_try="$ac_compile" 23832 case "(($ac_try" in 23833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23834 *) ac_try_echo=$ac_try;; 23835 esac 23836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23837 (eval "$ac_compile") 2>conftest.er1 23838 ac_status=$? 23839 grep -v '^ *+' conftest.er1 >conftest.err 23840 rm -f conftest.er1 23841 cat conftest.err >&5 23842 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23843 (exit $ac_status); } && { 23844 test -z "$ac_c_werror_flag" || 23845 test ! -s conftest.err 23846 } && test -s conftest.$ac_objext; then 23847 ac_cv_member_struct_termio_c_line=yes 23848 else 23849 echo "$as_me: failed program was:" >&5 23850 sed 's/^/| /' conftest.$ac_ext >&5 23851 23852 ac_cv_member_struct_termio_c_line=no 23853 fi 23854 23855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23856 fi 23857 23858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23859 fi 23860 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_termio_c_line" >&5 23861 echo "${ECHO_T}$ac_cv_member_struct_termio_c_line" >&6; } 20507 23862 if test $ac_cv_member_struct_termio_c_line = yes; then 20508 23863 cat >>confdefs.h <<\_ACEOF … … 20514 23869 20515 23870 20516 echo "$as_me:$LINENO: checking for struct dirent.d_ino" >&520517 echo $ECHO_N "checking for struct dirent.d_ino... $ECHO_C" >&6 23871 { echo "$as_me:$LINENO: checking for struct dirent.d_ino" >&5 23872 echo $ECHO_N "checking for struct dirent.d_ino... $ECHO_C" >&6; } 20518 23873 if test "${bash_cv_dirent_has_dino+set}" = set; then 20519 23874 echo $ECHO_N "(cached) $ECHO_C" >&6 20520 23875 else 20521 23876 cat >conftest.$ac_ext <<_ACEOF 20522 #line $LINENO "configure" 20523 #include "confdefs.h" 23877 /* confdefs.h. */ 23878 _ACEOF 23879 cat confdefs.h >>conftest.$ac_ext 23880 cat >>conftest.$ac_ext <<_ACEOF 23881 /* end confdefs.h. */ 20524 23882 20525 23883 #include <stdio.h> … … 20543 23901 #endif /* HAVE_DIRENT_H */ 20544 23902 20545 #ifdef F77_DUMMY_MAIN20546 # ifdef __cplusplus20547 extern "C"20548 # endif20549 int F77_DUMMY_MAIN() { return 1; }20550 #endif20551 23903 int 20552 23904 main () … … 20560 23912 _ACEOF 20561 23913 rm -f conftest.$ac_objext 20562 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20563 (eval $ac_compile) 2>&5 20564 ac_status=$? 20565 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20566 (exit $ac_status); } && 20567 { ac_try='test -s conftest.$ac_objext' 20568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20569 (eval $ac_try) 2>&5 20570 ac_status=$? 20571 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20572 (exit $ac_status); }; }; then 23914 if { (ac_try="$ac_compile" 23915 case "(($ac_try" in 23916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23917 *) ac_try_echo=$ac_try;; 23918 esac 23919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23920 (eval "$ac_compile") 2>conftest.er1 23921 ac_status=$? 23922 grep -v '^ *+' conftest.er1 >conftest.err 23923 rm -f conftest.er1 23924 cat conftest.err >&5 23925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23926 (exit $ac_status); } && { 23927 test -z "$ac_c_werror_flag" || 23928 test ! -s conftest.err 23929 } && test -s conftest.$ac_objext; then 20573 23930 bash_cv_dirent_has_dino=yes 20574 23931 else 20575 23932 echo "$as_me: failed program was:" >&5 20576 cat conftest.$ac_ext >&5 20577 bash_cv_dirent_has_dino=no 20578 fi 20579 rm -f conftest.$ac_objext conftest.$ac_ext 20580 fi 20581 20582 echo "$as_me:$LINENO: result: $bash_cv_dirent_has_dino" >&5 20583 echo "${ECHO_T}$bash_cv_dirent_has_dino" >&6 23933 sed 's/^/| /' conftest.$ac_ext >&5 23934 23935 bash_cv_dirent_has_dino=no 23936 fi 23937 23938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23939 fi 23940 23941 { echo "$as_me:$LINENO: result: $bash_cv_dirent_has_dino" >&5 23942 echo "${ECHO_T}$bash_cv_dirent_has_dino" >&6; } 20584 23943 if test $bash_cv_dirent_has_dino = yes; then 20585 23944 cat >>confdefs.h <<\_ACEOF … … 20590 23949 20591 23950 20592 echo "$as_me:$LINENO: checking for struct dirent.d_fileno" >&520593 echo $ECHO_N "checking for struct dirent.d_fileno... $ECHO_C" >&6 23951 { echo "$as_me:$LINENO: checking for struct dirent.d_fileno" >&5 23952 echo $ECHO_N "checking for struct dirent.d_fileno... $ECHO_C" >&6; } 20594 23953 if test "${bash_cv_dirent_has_d_fileno+set}" = set; then 20595 23954 echo $ECHO_N "(cached) $ECHO_C" >&6 20596 23955 else 20597 23956 cat >conftest.$ac_ext <<_ACEOF 20598 #line $LINENO "configure" 20599 #include "confdefs.h" 23957 /* confdefs.h. */ 23958 _ACEOF 23959 cat confdefs.h >>conftest.$ac_ext 23960 cat >>conftest.$ac_ext <<_ACEOF 23961 /* end confdefs.h. */ 20600 23962 20601 23963 #include <stdio.h> … … 20619 23981 #endif /* HAVE_DIRENT_H */ 20620 23982 20621 #ifdef F77_DUMMY_MAIN20622 # ifdef __cplusplus20623 extern "C"20624 # endif20625 int F77_DUMMY_MAIN() { return 1; }20626 #endif20627 23983 int 20628 23984 main () … … 20636 23992 _ACEOF 20637 23993 rm -f conftest.$ac_objext 20638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20639 (eval $ac_compile) 2>&5 20640 ac_status=$? 20641 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20642 (exit $ac_status); } && 20643 { ac_try='test -s conftest.$ac_objext' 20644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20645 (eval $ac_try) 2>&5 20646 ac_status=$? 20647 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20648 (exit $ac_status); }; }; then 23994 if { (ac_try="$ac_compile" 23995 case "(($ac_try" in 23996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23997 *) ac_try_echo=$ac_try;; 23998 esac 23999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24000 (eval "$ac_compile") 2>conftest.er1 24001 ac_status=$? 24002 grep -v '^ *+' conftest.er1 >conftest.err 24003 rm -f conftest.er1 24004 cat conftest.err >&5 24005 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24006 (exit $ac_status); } && { 24007 test -z "$ac_c_werror_flag" || 24008 test ! -s conftest.err 24009 } && test -s conftest.$ac_objext; then 20649 24010 bash_cv_dirent_has_d_fileno=yes 20650 24011 else 20651 24012 echo "$as_me: failed program was:" >&5 20652 cat conftest.$ac_ext >&5 20653 bash_cv_dirent_has_d_fileno=no 20654 fi 20655 rm -f conftest.$ac_objext conftest.$ac_ext 20656 fi 20657 20658 echo "$as_me:$LINENO: result: $bash_cv_dirent_has_d_fileno" >&5 20659 echo "${ECHO_T}$bash_cv_dirent_has_d_fileno" >&6 24013 sed 's/^/| /' conftest.$ac_ext >&5 24014 24015 bash_cv_dirent_has_d_fileno=no 24016 fi 24017 24018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24019 fi 24020 24021 { echo "$as_me:$LINENO: result: $bash_cv_dirent_has_d_fileno" >&5 24022 echo "${ECHO_T}$bash_cv_dirent_has_d_fileno" >&6; } 20660 24023 if test $bash_cv_dirent_has_d_fileno = yes; then 20661 24024 cat >>confdefs.h <<\_ACEOF … … 20666 24029 20667 24030 20668 echo "$as_me:$LINENO: checking for struct dirent.d_namlen" >&520669 echo $ECHO_N "checking for struct dirent.d_namlen... $ECHO_C" >&6 24031 { echo "$as_me:$LINENO: checking for struct dirent.d_namlen" >&5 24032 echo $ECHO_N "checking for struct dirent.d_namlen... $ECHO_C" >&6; } 20670 24033 if test "${bash_cv_dirent_has_d_namlen+set}" = set; then 20671 24034 echo $ECHO_N "(cached) $ECHO_C" >&6 20672 24035 else 20673 24036 cat >conftest.$ac_ext <<_ACEOF 20674 #line $LINENO "configure" 20675 #include "confdefs.h" 24037 /* confdefs.h. */ 24038 _ACEOF 24039 cat confdefs.h >>conftest.$ac_ext 24040 cat >>conftest.$ac_ext <<_ACEOF 24041 /* end confdefs.h. */ 20676 24042 20677 24043 #include <stdio.h> … … 20695 24061 #endif /* HAVE_DIRENT_H */ 20696 24062 20697 #ifdef F77_DUMMY_MAIN20698 # ifdef __cplusplus20699 extern "C"20700 # endif20701 int F77_DUMMY_MAIN() { return 1; }20702 #endif20703 24063 int 20704 24064 main () … … 20712 24072 _ACEOF 20713 24073 rm -f conftest.$ac_objext 20714 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20715 (eval $ac_compile) 2>&5 20716 ac_status=$? 20717 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20718 (exit $ac_status); } && 20719 { ac_try='test -s conftest.$ac_objext' 20720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20721 (eval $ac_try) 2>&5 20722 ac_status=$? 20723 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20724 (exit $ac_status); }; }; then 24074 if { (ac_try="$ac_compile" 24075 case "(($ac_try" in 24076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24077 *) ac_try_echo=$ac_try;; 24078 esac 24079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24080 (eval "$ac_compile") 2>conftest.er1 24081 ac_status=$? 24082 grep -v '^ *+' conftest.er1 >conftest.err 24083 rm -f conftest.er1 24084 cat conftest.err >&5 24085 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24086 (exit $ac_status); } && { 24087 test -z "$ac_c_werror_flag" || 24088 test ! -s conftest.err 24089 } && test -s conftest.$ac_objext; then 20725 24090 bash_cv_dirent_has_d_namlen=yes 20726 24091 else 20727 24092 echo "$as_me: failed program was:" >&5 20728 cat conftest.$ac_ext >&5 20729 bash_cv_dirent_has_d_namlen=no 20730 fi 20731 rm -f conftest.$ac_objext conftest.$ac_ext 20732 fi 20733 20734 echo "$as_me:$LINENO: result: $bash_cv_dirent_has_d_namlen" >&5 20735 echo "${ECHO_T}$bash_cv_dirent_has_d_namlen" >&6 24093 sed 's/^/| /' conftest.$ac_ext >&5 24094 24095 bash_cv_dirent_has_d_namlen=no 24096 fi 24097 24098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24099 fi 24100 24101 { echo "$as_me:$LINENO: result: $bash_cv_dirent_has_d_namlen" >&5 24102 echo "${ECHO_T}$bash_cv_dirent_has_d_namlen" >&6; } 20736 24103 if test $bash_cv_dirent_has_d_namlen = yes; then 20737 24104 cat >>confdefs.h <<\_ACEOF … … 20741 24108 fi 20742 24109 20743 echo "$as_me:$LINENO: checking for struct winsize in sys/ioctl.h and termios.h" >&520744 echo $ECHO_N "checking for struct winsize in sys/ioctl.h and termios.h... $ECHO_C" >&6 24110 { echo "$as_me:$LINENO: checking for struct winsize in sys/ioctl.h and termios.h" >&5 24111 echo $ECHO_N "checking for struct winsize in sys/ioctl.h and termios.h... $ECHO_C" >&6; } 20745 24112 if test "${bash_cv_struct_winsize_header+set}" = set; then 20746 24113 echo $ECHO_N "(cached) $ECHO_C" >&6 20747 24114 else 20748 24115 cat >conftest.$ac_ext <<_ACEOF 20749 #line $LINENO "configure" 20750 #include "confdefs.h" 24116 /* confdefs.h. */ 24117 _ACEOF 24118 cat confdefs.h >>conftest.$ac_ext 24119 cat >>conftest.$ac_ext <<_ACEOF 24120 /* end confdefs.h. */ 20751 24121 #include <sys/types.h> 20752 24122 #include <sys/ioctl.h> 20753 #ifdef F77_DUMMY_MAIN20754 # ifdef __cplusplus20755 extern "C"20756 # endif20757 int F77_DUMMY_MAIN() { return 1; }20758 #endif20759 24123 int 20760 24124 main () … … 20766 24130 _ACEOF 20767 24131 rm -f conftest.$ac_objext 20768 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20769 (eval $ac_compile) 2>&5 20770 ac_status=$? 20771 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20772 (exit $ac_status); } && 20773 { ac_try='test -s conftest.$ac_objext' 20774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20775 (eval $ac_try) 2>&5 20776 ac_status=$? 20777 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20778 (exit $ac_status); }; }; then 24132 if { (ac_try="$ac_compile" 24133 case "(($ac_try" in 24134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24135 *) ac_try_echo=$ac_try;; 24136 esac 24137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24138 (eval "$ac_compile") 2>conftest.er1 24139 ac_status=$? 24140 grep -v '^ *+' conftest.er1 >conftest.err 24141 rm -f conftest.er1 24142 cat conftest.err >&5 24143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24144 (exit $ac_status); } && { 24145 test -z "$ac_c_werror_flag" || 24146 test ! -s conftest.err 24147 } && test -s conftest.$ac_objext; then 20779 24148 bash_cv_struct_winsize_header=ioctl_h 20780 24149 else 20781 24150 echo "$as_me: failed program was:" >&5 20782 cat conftest.$ac_ext >&5 20783 cat >conftest.$ac_ext <<_ACEOF 20784 #line $LINENO "configure" 20785 #include "confdefs.h" 24151 sed 's/^/| /' conftest.$ac_ext >&5 24152 24153 cat >conftest.$ac_ext <<_ACEOF 24154 /* confdefs.h. */ 24155 _ACEOF 24156 cat confdefs.h >>conftest.$ac_ext 24157 cat >>conftest.$ac_ext <<_ACEOF 24158 /* end confdefs.h. */ 20786 24159 #include <sys/types.h> 20787 24160 #include <termios.h> 20788 #ifdef F77_DUMMY_MAIN20789 # ifdef __cplusplus20790 extern "C"20791 # endif20792 int F77_DUMMY_MAIN() { return 1; }20793 #endif20794 24161 int 20795 24162 main () … … 20801 24168 _ACEOF 20802 24169 rm -f conftest.$ac_objext 20803 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20804 (eval $ac_compile) 2>&5 20805 ac_status=$? 20806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20807 (exit $ac_status); } && 20808 { ac_try='test -s conftest.$ac_objext' 20809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20810 (eval $ac_try) 2>&5 20811 ac_status=$? 20812 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20813 (exit $ac_status); }; }; then 24170 if { (ac_try="$ac_compile" 24171 case "(($ac_try" in 24172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24173 *) ac_try_echo=$ac_try;; 24174 esac 24175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24176 (eval "$ac_compile") 2>conftest.er1 24177 ac_status=$? 24178 grep -v '^ *+' conftest.er1 >conftest.err 24179 rm -f conftest.er1 24180 cat conftest.err >&5 24181 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24182 (exit $ac_status); } && { 24183 test -z "$ac_c_werror_flag" || 24184 test ! -s conftest.err 24185 } && test -s conftest.$ac_objext; then 20814 24186 bash_cv_struct_winsize_header=termios_h 20815 24187 else 20816 24188 echo "$as_me: failed program was:" >&5 20817 cat conftest.$ac_ext >&5 20818 bash_cv_struct_winsize_header=other 20819 fi 20820 rm -f conftest.$ac_objext conftest.$ac_ext 20821 20822 fi 20823 rm -f conftest.$ac_objext conftest.$ac_ext 24189 sed 's/^/| /' conftest.$ac_ext >&5 24190 24191 bash_cv_struct_winsize_header=other 24192 fi 24193 24194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24195 24196 fi 24197 24198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20824 24199 fi 20825 24200 20826 24201 if test $bash_cv_struct_winsize_header = ioctl_h; then 20827 echo "$as_me:$LINENO: result: sys/ioctl.h" >&520828 echo "${ECHO_T}sys/ioctl.h" >&6 24202 { echo "$as_me:$LINENO: result: sys/ioctl.h" >&5 24203 echo "${ECHO_T}sys/ioctl.h" >&6; } 20829 24204 cat >>confdefs.h <<\_ACEOF 20830 24205 #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 … … 20832 24207 20833 24208 elif test $bash_cv_struct_winsize_header = termios_h; then 20834 echo "$as_me:$LINENO: result: termios.h" >&520835 echo "${ECHO_T}termios.h" >&6 24209 { echo "$as_me:$LINENO: result: termios.h" >&5 24210 echo "${ECHO_T}termios.h" >&6; } 20836 24211 cat >>confdefs.h <<\_ACEOF 20837 24212 #define STRUCT_WINSIZE_IN_TERMIOS 1 … … 20839 24214 20840 24215 else 20841 echo "$as_me:$LINENO: result: not found" >&520842 echo "${ECHO_T}not found" >&6 20843 fi 20844 20845 echo "$as_me:$LINENO: checking for struct timeval in sys/time.h and time.h" >&520846 echo $ECHO_N "checking for struct timeval in sys/time.h and time.h... $ECHO_C" >&6 24216 { echo "$as_me:$LINENO: result: not found" >&5 24217 echo "${ECHO_T}not found" >&6; } 24218 fi 24219 24220 { echo "$as_me:$LINENO: checking for struct timeval in sys/time.h and time.h" >&5 24221 echo $ECHO_N "checking for struct timeval in sys/time.h and time.h... $ECHO_C" >&6; } 20847 24222 if test "${bash_cv_struct_timeval+set}" = set; then 20848 24223 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 20850 24225 20851 24226 cat >conftest.$ac_ext <<_ACEOF 20852 #line $LINENO "configure" 20853 #include "confdefs.h" 24227 /* confdefs.h. */ 24228 _ACEOF 24229 cat confdefs.h >>conftest.$ac_ext 24230 cat >>conftest.$ac_ext <<_ACEOF 24231 /* end confdefs.h. */ 20854 24232 #include <sys/time.h> 20855 24233 20856 24234 _ACEOF 20857 24235 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 20858 egrep"struct timeval" >/dev/null 2>&1; then24236 $EGREP "struct timeval" >/dev/null 2>&1; then 20859 24237 bash_cv_struct_timeval=yes 20860 24238 else 20861 24239 cat >conftest.$ac_ext <<_ACEOF 20862 #line $LINENO "configure" 20863 #include "confdefs.h" 24240 /* confdefs.h. */ 24241 _ACEOF 24242 cat confdefs.h >>conftest.$ac_ext 24243 cat >>conftest.$ac_ext <<_ACEOF 24244 /* end confdefs.h. */ 20864 24245 #include <time.h> 20865 24246 20866 24247 _ACEOF 20867 24248 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 20868 egrep"struct timeval" >/dev/null 2>&1; then24249 $EGREP "struct timeval" >/dev/null 2>&1; then 20869 24250 bash_cv_struct_timeval=yes 20870 24251 else … … 20879 24260 fi 20880 24261 20881 echo "$as_me:$LINENO: result: $bash_cv_struct_timeval" >&520882 echo "${ECHO_T}$bash_cv_struct_timeval" >&6 24262 { echo "$as_me:$LINENO: result: $bash_cv_struct_timeval" >&5 24263 echo "${ECHO_T}$bash_cv_struct_timeval" >&6; } 20883 24264 if test $bash_cv_struct_timeval = yes; then 20884 24265 cat >>confdefs.h <<\_ACEOF … … 20888 24269 fi 20889 24270 20890 echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&520891 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6 24271 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5 24272 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; } 20892 24273 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then 20893 24274 echo $ECHO_N "(cached) $ECHO_C" >&6 20894 24275 else 20895 24276 cat >conftest.$ac_ext <<_ACEOF 20896 #line $LINENO "configure" 20897 #include "confdefs.h" 24277 /* confdefs.h. */ 24278 _ACEOF 24279 cat confdefs.h >>conftest.$ac_ext 24280 cat >>conftest.$ac_ext <<_ACEOF 24281 /* end confdefs.h. */ 20898 24282 $ac_includes_default 20899 #ifdef F77_DUMMY_MAIN20900 # ifdef __cplusplus20901 extern "C"20902 # endif20903 int F77_DUMMY_MAIN() { return 1; }20904 #endif20905 24283 int 20906 24284 main () … … 20914 24292 _ACEOF 20915 24293 rm -f conftest.$ac_objext 20916 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20917 (eval $ac_compile) 2>&5 20918 ac_status=$? 20919 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20920 (exit $ac_status); } && 20921 { ac_try='test -s conftest.$ac_objext' 20922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20923 (eval $ac_try) 2>&5 20924 ac_status=$? 20925 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20926 (exit $ac_status); }; }; then 24294 if { (ac_try="$ac_compile" 24295 case "(($ac_try" in 24296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24297 *) ac_try_echo=$ac_try;; 24298 esac 24299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24300 (eval "$ac_compile") 2>conftest.er1 24301 ac_status=$? 24302 grep -v '^ *+' conftest.er1 >conftest.err 24303 rm -f conftest.er1 24304 cat conftest.err >&5 24305 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24306 (exit $ac_status); } && { 24307 test -z "$ac_c_werror_flag" || 24308 test ! -s conftest.err 24309 } && test -s conftest.$ac_objext; then 20927 24310 ac_cv_member_struct_stat_st_blocks=yes 20928 24311 else 20929 24312 echo "$as_me: failed program was:" >&5 20930 cat conftest.$ac_ext >&5 20931 ac_cv_member_struct_stat_st_blocks=no 20932 fi 20933 rm -f conftest.$ac_objext conftest.$ac_ext 20934 fi 20935 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5 20936 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6 20937 if test $ac_cv_member_struct_stat_st_blocks = yes; then 20938 20939 cat >>confdefs.h <<_ACEOF 20940 #define HAVE_STRUCT_STAT_ST_BLOCKS 1 20941 _ACEOF 20942 20943 20944 fi 20945 20946 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 20947 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 20948 if test "${ac_cv_struct_tm+set}" = set; then 20949 echo $ECHO_N "(cached) $ECHO_C" >&6 20950 else 20951 cat >conftest.$ac_ext <<_ACEOF 20952 #line $LINENO "configure" 20953 #include "confdefs.h" 20954 #include <sys/types.h> 20955 #include <time.h> 20956 20957 #ifdef F77_DUMMY_MAIN 20958 # ifdef __cplusplus 20959 extern "C" 20960 # endif 20961 int F77_DUMMY_MAIN() { return 1; } 20962 #endif 24313 sed 's/^/| /' conftest.$ac_ext >&5 24314 24315 cat >conftest.$ac_ext <<_ACEOF 24316 /* confdefs.h. */ 24317 _ACEOF 24318 cat confdefs.h >>conftest.$ac_ext 24319 cat >>conftest.$ac_ext <<_ACEOF 24320 /* end confdefs.h. */ 24321 $ac_includes_default 20963 24322 int 20964 24323 main () 20965 24324 { 20966 struct tm *tp; tp->tm_sec; 24325 static struct stat ac_aggr; 24326 if (sizeof ac_aggr.st_blocks) 24327 return 0; 20967 24328 ; 20968 24329 return 0; … … 20970 24331 _ACEOF 20971 24332 rm -f conftest.$ac_objext 20972 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20973 (eval $ac_compile) 2>&5 20974 ac_status=$? 20975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20976 (exit $ac_status); } && 20977 { ac_try='test -s conftest.$ac_objext' 20978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20979 (eval $ac_try) 2>&5 20980 ac_status=$? 20981 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20982 (exit $ac_status); }; }; then 24333 if { (ac_try="$ac_compile" 24334 case "(($ac_try" in 24335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24336 *) ac_try_echo=$ac_try;; 24337 esac 24338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24339 (eval "$ac_compile") 2>conftest.er1 24340 ac_status=$? 24341 grep -v '^ *+' conftest.er1 >conftest.err 24342 rm -f conftest.er1 24343 cat conftest.err >&5 24344 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24345 (exit $ac_status); } && { 24346 test -z "$ac_c_werror_flag" || 24347 test ! -s conftest.err 24348 } && test -s conftest.$ac_objext; then 24349 ac_cv_member_struct_stat_st_blocks=yes 24350 else 24351 echo "$as_me: failed program was:" >&5 24352 sed 's/^/| /' conftest.$ac_ext >&5 24353 24354 ac_cv_member_struct_stat_st_blocks=no 24355 fi 24356 24357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24358 fi 24359 24360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24361 fi 24362 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5 24363 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; } 24364 if test $ac_cv_member_struct_stat_st_blocks = yes; then 24365 24366 cat >>confdefs.h <<_ACEOF 24367 #define HAVE_STRUCT_STAT_ST_BLOCKS 1 24368 _ACEOF 24369 24370 24371 fi 24372 24373 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 24374 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } 24375 if test "${ac_cv_struct_tm+set}" = set; then 24376 echo $ECHO_N "(cached) $ECHO_C" >&6 24377 else 24378 cat >conftest.$ac_ext <<_ACEOF 24379 /* confdefs.h. */ 24380 _ACEOF 24381 cat confdefs.h >>conftest.$ac_ext 24382 cat >>conftest.$ac_ext <<_ACEOF 24383 /* end confdefs.h. */ 24384 #include <sys/types.h> 24385 #include <time.h> 24386 24387 int 24388 main () 24389 { 24390 struct tm tm; 24391 int *p = &tm.tm_sec; 24392 return !p; 24393 ; 24394 return 0; 24395 } 24396 _ACEOF 24397 rm -f conftest.$ac_objext 24398 if { (ac_try="$ac_compile" 24399 case "(($ac_try" in 24400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24401 *) ac_try_echo=$ac_try;; 24402 esac 24403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24404 (eval "$ac_compile") 2>conftest.er1 24405 ac_status=$? 24406 grep -v '^ *+' conftest.er1 >conftest.err 24407 rm -f conftest.er1 24408 cat conftest.err >&5 24409 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24410 (exit $ac_status); } && { 24411 test -z "$ac_c_werror_flag" || 24412 test ! -s conftest.err 24413 } && test -s conftest.$ac_objext; then 20983 24414 ac_cv_struct_tm=time.h 20984 24415 else 20985 24416 echo "$as_me: failed program was:" >&5 20986 cat conftest.$ac_ext >&5 20987 ac_cv_struct_tm=sys/time.h 20988 fi 20989 rm -f conftest.$ac_objext conftest.$ac_ext 20990 fi 20991 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 20992 echo "${ECHO_T}$ac_cv_struct_tm" >&6 24417 sed 's/^/| /' conftest.$ac_ext >&5 24418 24419 ac_cv_struct_tm=sys/time.h 24420 fi 24421 24422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24423 fi 24424 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 24425 echo "${ECHO_T}$ac_cv_struct_tm" >&6; } 20993 24426 if test $ac_cv_struct_tm = sys/time.h; then 20994 24427 … … 20999 24432 fi 21000 24433 21001 echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&521002 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6 24434 { echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5 24435 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6; } 21003 24436 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then 21004 24437 echo $ECHO_N "(cached) $ECHO_C" >&6 21005 24438 else 21006 24439 cat >conftest.$ac_ext <<_ACEOF 21007 #line $LINENO "configure" 21008 #include "confdefs.h" 24440 /* confdefs.h. */ 24441 _ACEOF 24442 cat confdefs.h >>conftest.$ac_ext 24443 cat >>conftest.$ac_ext <<_ACEOF 24444 /* end confdefs.h. */ 21009 24445 #include <sys/types.h> 21010 24446 #include <$ac_cv_struct_tm> 21011 24447 21012 24448 21013 #ifdef F77_DUMMY_MAIN21014 # ifdef __cplusplus21015 extern "C"21016 # endif21017 int F77_DUMMY_MAIN() { return 1; }21018 #endif21019 24449 int 21020 24450 main () … … 21028 24458 _ACEOF 21029 24459 rm -f conftest.$ac_objext 21030 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 21031 (eval $ac_compile) 2>&5 21032 ac_status=$? 21033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21034 (exit $ac_status); } && 21035 { ac_try='test -s conftest.$ac_objext' 21036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21037 (eval $ac_try) 2>&5 21038 ac_status=$? 21039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21040 (exit $ac_status); }; }; then 24460 if { (ac_try="$ac_compile" 24461 case "(($ac_try" in 24462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24463 *) ac_try_echo=$ac_try;; 24464 esac 24465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24466 (eval "$ac_compile") 2>conftest.er1 24467 ac_status=$? 24468 grep -v '^ *+' conftest.er1 >conftest.err 24469 rm -f conftest.er1 24470 cat conftest.err >&5 24471 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24472 (exit $ac_status); } && { 24473 test -z "$ac_c_werror_flag" || 24474 test ! -s conftest.err 24475 } && test -s conftest.$ac_objext; then 21041 24476 ac_cv_member_struct_tm_tm_zone=yes 21042 24477 else 21043 24478 echo "$as_me: failed program was:" >&5 21044 cat conftest.$ac_ext >&5 21045 ac_cv_member_struct_tm_tm_zone=no 21046 fi 21047 rm -f conftest.$ac_objext conftest.$ac_ext 21048 fi 21049 echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 21050 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 21051 if test $ac_cv_member_struct_tm_tm_zone = yes; then 21052 21053 cat >>confdefs.h <<_ACEOF 21054 #define HAVE_STRUCT_TM_TM_ZONE 1 21055 _ACEOF 21056 21057 21058 fi 21059 21060 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then 21061 21062 cat >>confdefs.h <<\_ACEOF 21063 #define HAVE_TM_ZONE 1 21064 _ACEOF 21065 21066 else 21067 echo "$as_me:$LINENO: checking for tzname" >&5 21068 echo $ECHO_N "checking for tzname... $ECHO_C" >&6 21069 if test "${ac_cv_var_tzname+set}" = set; then 21070 echo $ECHO_N "(cached) $ECHO_C" >&6 21071 else 21072 cat >conftest.$ac_ext <<_ACEOF 21073 #line $LINENO "configure" 21074 #include "confdefs.h" 21075 #include <time.h> 21076 #ifndef tzname /* For SGI. */ 21077 extern char *tzname[]; /* RS6000 and others reject char **tzname. */ 21078 #endif 21079 21080 #ifdef F77_DUMMY_MAIN 21081 # ifdef __cplusplus 21082 extern "C" 21083 # endif 21084 int F77_DUMMY_MAIN() { return 1; } 21085 #endif 24479 sed 's/^/| /' conftest.$ac_ext >&5 24480 24481 cat >conftest.$ac_ext <<_ACEOF 24482 /* confdefs.h. */ 24483 _ACEOF 24484 cat confdefs.h >>conftest.$ac_ext 24485 cat >>conftest.$ac_ext <<_ACEOF 24486 /* end confdefs.h. */ 24487 #include <sys/types.h> 24488 #include <$ac_cv_struct_tm> 24489 24490 21086 24491 int 21087 24492 main () 21088 24493 { 21089 atoi(*tzname); 24494 static struct tm ac_aggr; 24495 if (sizeof ac_aggr.tm_zone) 24496 return 0; 21090 24497 ; 21091 24498 return 0; 21092 24499 } 21093 24500 _ACEOF 24501 rm -f conftest.$ac_objext 24502 if { (ac_try="$ac_compile" 24503 case "(($ac_try" in 24504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24505 *) ac_try_echo=$ac_try;; 24506 esac 24507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24508 (eval "$ac_compile") 2>conftest.er1 24509 ac_status=$? 24510 grep -v '^ *+' conftest.er1 >conftest.err 24511 rm -f conftest.er1 24512 cat conftest.err >&5 24513 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24514 (exit $ac_status); } && { 24515 test -z "$ac_c_werror_flag" || 24516 test ! -s conftest.err 24517 } && test -s conftest.$ac_objext; then 24518 ac_cv_member_struct_tm_tm_zone=yes 24519 else 24520 echo "$as_me: failed program was:" >&5 24521 sed 's/^/| /' conftest.$ac_ext >&5 24522 24523 ac_cv_member_struct_tm_tm_zone=no 24524 fi 24525 24526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24527 fi 24528 24529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24530 fi 24531 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 24532 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6; } 24533 if test $ac_cv_member_struct_tm_tm_zone = yes; then 24534 24535 cat >>confdefs.h <<_ACEOF 24536 #define HAVE_STRUCT_TM_TM_ZONE 1 24537 _ACEOF 24538 24539 24540 fi 24541 24542 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then 24543 24544 cat >>confdefs.h <<\_ACEOF 24545 #define HAVE_TM_ZONE 1 24546 _ACEOF 24547 24548 else 24549 { echo "$as_me:$LINENO: checking whether tzname is declared" >&5 24550 echo $ECHO_N "checking whether tzname is declared... $ECHO_C" >&6; } 24551 if test "${ac_cv_have_decl_tzname+set}" = set; then 24552 echo $ECHO_N "(cached) $ECHO_C" >&6 24553 else 24554 cat >conftest.$ac_ext <<_ACEOF 24555 /* confdefs.h. */ 24556 _ACEOF 24557 cat confdefs.h >>conftest.$ac_ext 24558 cat >>conftest.$ac_ext <<_ACEOF 24559 /* end confdefs.h. */ 24560 #include <time.h> 24561 24562 int 24563 main () 24564 { 24565 #ifndef tzname 24566 (void) tzname; 24567 #endif 24568 24569 ; 24570 return 0; 24571 } 24572 _ACEOF 24573 rm -f conftest.$ac_objext 24574 if { (ac_try="$ac_compile" 24575 case "(($ac_try" in 24576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24577 *) ac_try_echo=$ac_try;; 24578 esac 24579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24580 (eval "$ac_compile") 2>conftest.er1 24581 ac_status=$? 24582 grep -v '^ *+' conftest.er1 >conftest.err 24583 rm -f conftest.er1 24584 cat conftest.err >&5 24585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24586 (exit $ac_status); } && { 24587 test -z "$ac_c_werror_flag" || 24588 test ! -s conftest.err 24589 } && test -s conftest.$ac_objext; then 24590 ac_cv_have_decl_tzname=yes 24591 else 24592 echo "$as_me: failed program was:" >&5 24593 sed 's/^/| /' conftest.$ac_ext >&5 24594 24595 ac_cv_have_decl_tzname=no 24596 fi 24597 24598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24599 fi 24600 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5 24601 echo "${ECHO_T}$ac_cv_have_decl_tzname" >&6; } 24602 if test $ac_cv_have_decl_tzname = yes; then 24603 24604 cat >>confdefs.h <<_ACEOF 24605 #define HAVE_DECL_TZNAME 1 24606 _ACEOF 24607 24608 24609 else 24610 cat >>confdefs.h <<_ACEOF 24611 #define HAVE_DECL_TZNAME 0 24612 _ACEOF 24613 24614 24615 fi 24616 24617 24618 { echo "$as_me:$LINENO: checking for tzname" >&5 24619 echo $ECHO_N "checking for tzname... $ECHO_C" >&6; } 24620 if test "${ac_cv_var_tzname+set}" = set; then 24621 echo $ECHO_N "(cached) $ECHO_C" >&6 24622 else 24623 cat >conftest.$ac_ext <<_ACEOF 24624 /* confdefs.h. */ 24625 _ACEOF 24626 cat confdefs.h >>conftest.$ac_ext 24627 cat >>conftest.$ac_ext <<_ACEOF 24628 /* end confdefs.h. */ 24629 #include <time.h> 24630 #if !HAVE_DECL_TZNAME 24631 extern char *tzname[]; 24632 #endif 24633 24634 int 24635 main () 24636 { 24637 return tzname[0][0]; 24638 ; 24639 return 0; 24640 } 24641 _ACEOF 21094 24642 rm -f conftest.$ac_objext conftest$ac_exeext 21095 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21096 (eval $ac_link) 2>&5 21097 ac_status=$? 21098 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21099 (exit $ac_status); } && 21100 { ac_try='test -s conftest$ac_exeext' 21101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21102 (eval $ac_try) 2>&5 21103 ac_status=$? 21104 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21105 (exit $ac_status); }; }; then 24643 if { (ac_try="$ac_link" 24644 case "(($ac_try" in 24645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24646 *) ac_try_echo=$ac_try;; 24647 esac 24648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24649 (eval "$ac_link") 2>conftest.er1 24650 ac_status=$? 24651 grep -v '^ *+' conftest.er1 >conftest.err 24652 rm -f conftest.er1 24653 cat conftest.err >&5 24654 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24655 (exit $ac_status); } && { 24656 test -z "$ac_c_werror_flag" || 24657 test ! -s conftest.err 24658 } && test -s conftest$ac_exeext && 24659 $as_test_x conftest$ac_exeext; then 21106 24660 ac_cv_var_tzname=yes 21107 24661 else 21108 24662 echo "$as_me: failed program was:" >&5 21109 cat conftest.$ac_ext >&5 21110 ac_cv_var_tzname=no 21111 fi 21112 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 21113 fi 21114 echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 21115 echo "${ECHO_T}$ac_cv_var_tzname" >&6 24663 sed 's/^/| /' conftest.$ac_ext >&5 24664 24665 ac_cv_var_tzname=no 24666 fi 24667 24668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 24669 conftest$ac_exeext conftest.$ac_ext 24670 fi 24671 { echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 24672 echo "${ECHO_T}$ac_cv_var_tzname" >&6; } 21116 24673 if test $ac_cv_var_tzname = yes; then 21117 24674 … … 21123 24680 fi 21124 24681 21125 echo "$as_me:$LINENO: checking for struct timezone in sys/time.h and time.h" >&521126 echo $ECHO_N "checking for struct timezone in sys/time.h and time.h... $ECHO_C" >&6 24682 { echo "$as_me:$LINENO: checking for struct timezone in sys/time.h and time.h" >&5 24683 echo $ECHO_N "checking for struct timezone in sys/time.h and time.h... $ECHO_C" >&6; } 21127 24684 if test "${bash_cv_struct_timezone+set}" = set; then 21128 24685 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 21130 24687 21131 24688 cat >conftest.$ac_ext <<_ACEOF 21132 #line $LINENO "configure" 21133 #include "confdefs.h" 24689 /* confdefs.h. */ 24690 _ACEOF 24691 cat confdefs.h >>conftest.$ac_ext 24692 cat >>conftest.$ac_ext <<_ACEOF 24693 /* end confdefs.h. */ 21134 24694 #include <sys/time.h> 21135 24695 21136 24696 _ACEOF 21137 24697 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 21138 egrep"struct timezone" >/dev/null 2>&1; then24698 $EGREP "struct timezone" >/dev/null 2>&1; then 21139 24699 bash_cv_struct_timezone=yes 21140 24700 else 21141 24701 cat >conftest.$ac_ext <<_ACEOF 21142 #line $LINENO "configure" 21143 #include "confdefs.h" 24702 /* confdefs.h. */ 24703 _ACEOF 24704 cat confdefs.h >>conftest.$ac_ext 24705 cat >>conftest.$ac_ext <<_ACEOF 24706 /* end confdefs.h. */ 21144 24707 #include <time.h> 21145 24708 21146 24709 _ACEOF 21147 24710 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 21148 egrep"struct timezone" >/dev/null 2>&1; then24711 $EGREP "struct timezone" >/dev/null 2>&1; then 21149 24712 bash_cv_struct_timezone=yes 21150 24713 else … … 21159 24722 fi 21160 24723 21161 echo "$as_me:$LINENO: result: $bash_cv_struct_timezone" >&521162 echo "${ECHO_T}$bash_cv_struct_timezone" >&6 24724 { echo "$as_me:$LINENO: result: $bash_cv_struct_timezone" >&5 24725 echo "${ECHO_T}$bash_cv_struct_timezone" >&6; } 21163 24726 if test $bash_cv_struct_timezone = yes; then 21164 24727 cat >>confdefs.h <<\_ACEOF … … 21169 24732 21170 24733 21171 echo "$as_me:$LINENO: checking for the existence of strsignal" >&521172 echo $ECHO_N "checking for the existence of strsignal... $ECHO_C" >&6 24734 { echo "$as_me:$LINENO: checking for the existence of strsignal" >&5 24735 echo $ECHO_N "checking for the existence of strsignal... $ECHO_C" >&6; } 21173 24736 if test "${bash_cv_have_strsignal+set}" = set; then 21174 24737 echo $ECHO_N "(cached) $ECHO_C" >&6 21175 24738 else 21176 24739 cat >conftest.$ac_ext <<_ACEOF 21177 #line $LINENO "configure" 21178 #include "confdefs.h" 24740 /* confdefs.h. */ 24741 _ACEOF 24742 cat confdefs.h >>conftest.$ac_ext 24743 cat >>conftest.$ac_ext <<_ACEOF 24744 /* end confdefs.h. */ 21179 24745 #include <sys/types.h> 21180 24746 #include <signal.h> 21181 #ifdef F77_DUMMY_MAIN21182 # ifdef __cplusplus21183 extern "C"21184 # endif21185 int F77_DUMMY_MAIN() { return 1; }21186 #endif21187 24747 int 21188 24748 main () … … 21194 24754 _ACEOF 21195 24755 rm -f conftest.$ac_objext conftest$ac_exeext 21196 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21197 (eval $ac_link) 2>&5 21198 ac_status=$? 21199 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21200 (exit $ac_status); } && 21201 { ac_try='test -s conftest$ac_exeext' 21202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21203 (eval $ac_try) 2>&5 21204 ac_status=$? 21205 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21206 (exit $ac_status); }; }; then 24756 if { (ac_try="$ac_link" 24757 case "(($ac_try" in 24758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24759 *) ac_try_echo=$ac_try;; 24760 esac 24761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24762 (eval "$ac_link") 2>conftest.er1 24763 ac_status=$? 24764 grep -v '^ *+' conftest.er1 >conftest.err 24765 rm -f conftest.er1 24766 cat conftest.err >&5 24767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24768 (exit $ac_status); } && { 24769 test -z "$ac_c_werror_flag" || 24770 test ! -s conftest.err 24771 } && test -s conftest$ac_exeext && 24772 $as_test_x conftest$ac_exeext; then 21207 24773 bash_cv_have_strsignal=yes 21208 24774 else 21209 24775 echo "$as_me: failed program was:" >&5 21210 cat conftest.$ac_ext >&5 21211 bash_cv_have_strsignal=no 21212 fi 21213 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 21214 fi 21215 21216 echo "$as_me:$LINENO: result: $bash_cv_have_strsignal" >&5 21217 echo "${ECHO_T}$bash_cv_have_strsignal" >&6 24776 sed 's/^/| /' conftest.$ac_ext >&5 24777 24778 bash_cv_have_strsignal=no 24779 fi 24780 24781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 24782 conftest$ac_exeext conftest.$ac_ext 24783 fi 24784 24785 { echo "$as_me:$LINENO: result: $bash_cv_have_strsignal" >&5 24786 echo "${ECHO_T}$bash_cv_have_strsignal" >&6; } 21218 24787 if test $bash_cv_have_strsignal = yes; then 21219 24788 cat >>confdefs.h <<\_ACEOF … … 21223 24792 fi 21224 24793 21225 echo "$as_me:$LINENO: checking if opendir() opens non-directories" >&521226 echo $ECHO_N "checking if opendir() opens non-directories... $ECHO_C" >&6 24794 { echo "$as_me:$LINENO: checking if opendir() opens non-directories" >&5 24795 echo $ECHO_N "checking if opendir() opens non-directories... $ECHO_C" >&6; } 21227 24796 if test "${bash_cv_opendir_not_robust+set}" = set; then 21228 24797 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 21235 24804 else 21236 24805 cat >conftest.$ac_ext <<_ACEOF 21237 #line $LINENO "configure" 21238 #include "confdefs.h" 24806 /* confdefs.h. */ 24807 _ACEOF 24808 cat confdefs.h >>conftest.$ac_ext 24809 cat >>conftest.$ac_ext <<_ACEOF 24810 /* end confdefs.h. */ 21239 24811 21240 24812 #include <stdio.h> … … 21278 24850 _ACEOF 21279 24851 rm -f conftest$ac_exeext 21280 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21281 (eval $ac_link) 2>&5 24852 if { (ac_try="$ac_link" 24853 case "(($ac_try" in 24854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24855 *) ac_try_echo=$ac_try;; 24856 esac 24857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24858 (eval "$ac_link") 2>&5 21282 24859 ac_status=$? 21283 24860 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21284 24861 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 21285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21286 (eval $ac_try) 2>&5 24862 { (case "(($ac_try" in 24863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24864 *) ac_try_echo=$ac_try;; 24865 esac 24866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24867 (eval "$ac_try") 2>&5 21287 24868 ac_status=$? 21288 24869 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 21292 24873 echo "$as_me: program exited with status $ac_status" >&5 21293 24874 echo "$as_me: failed program was:" >&5 21294 cat conftest.$ac_ext >&5 24875 sed 's/^/| /' conftest.$ac_ext >&5 24876 21295 24877 ( exit $ac_status ) 21296 24878 bash_cv_opendir_not_robust=no 21297 24879 fi 21298 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 21299 fi 21300 fi 21301 21302 echo "$as_me:$LINENO: result: $bash_cv_opendir_not_robust" >&5 21303 echo "${ECHO_T}$bash_cv_opendir_not_robust" >&6 24880 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 24881 fi 24882 24883 24884 fi 24885 24886 { echo "$as_me:$LINENO: result: $bash_cv_opendir_not_robust" >&5 24887 echo "${ECHO_T}$bash_cv_opendir_not_robust" >&6; } 21304 24888 if test $bash_cv_opendir_not_robust = yes; then 21305 24889 cat >>confdefs.h <<\_ACEOF … … 21309 24893 fi 21310 24894 21311 echo "$as_me:$LINENO: checking whether ulimit can substitute for getdtablesize" >&521312 echo $ECHO_N "checking whether ulimit can substitute for getdtablesize... $ECHO_C" >&6 24895 { echo "$as_me:$LINENO: checking whether ulimit can substitute for getdtablesize" >&5 24896 echo $ECHO_N "checking whether ulimit can substitute for getdtablesize... $ECHO_C" >&6; } 21313 24897 if test "${bash_cv_ulimit_maxfds+set}" = set; then 21314 24898 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 21321 24905 else 21322 24906 cat >conftest.$ac_ext <<_ACEOF 21323 #line $LINENO "configure" 21324 #include "confdefs.h" 24907 /* confdefs.h. */ 24908 _ACEOF 24909 cat confdefs.h >>conftest.$ac_ext 24910 cat >>conftest.$ac_ext <<_ACEOF 24911 /* end confdefs.h. */ 21325 24912 21326 24913 main() … … 21332 24919 _ACEOF 21333 24920 rm -f conftest$ac_exeext 21334 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21335 (eval $ac_link) 2>&5 24921 if { (ac_try="$ac_link" 24922 case "(($ac_try" in 24923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24924 *) ac_try_echo=$ac_try;; 24925 esac 24926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24927 (eval "$ac_link") 2>&5 21336 24928 ac_status=$? 21337 24929 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21338 24930 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 21339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21340 (eval $ac_try) 2>&5 24931 { (case "(($ac_try" in 24932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24933 *) ac_try_echo=$ac_try;; 24934 esac 24935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24936 (eval "$ac_try") 2>&5 21341 24937 ac_status=$? 21342 24938 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 21346 24942 echo "$as_me: program exited with status $ac_status" >&5 21347 24943 echo "$as_me: failed program was:" >&5 21348 cat conftest.$ac_ext >&5 24944 sed 's/^/| /' conftest.$ac_ext >&5 24945 21349 24946 ( exit $ac_status ) 21350 24947 bash_cv_ulimit_maxfds=no 21351 24948 fi 21352 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 21353 fi 21354 fi 21355 21356 echo "$as_me:$LINENO: result: $bash_cv_ulimit_maxfds" >&5 21357 echo "${ECHO_T}$bash_cv_ulimit_maxfds" >&6 24949 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 24950 fi 24951 24952 24953 fi 24954 24955 { echo "$as_me:$LINENO: result: $bash_cv_ulimit_maxfds" >&5 24956 echo "${ECHO_T}$bash_cv_ulimit_maxfds" >&6; } 21358 24957 if test $bash_cv_ulimit_maxfds = yes; then 21359 24958 cat >>confdefs.h <<\_ACEOF … … 21363 24962 fi 21364 24963 21365 echo "$as_me:$LINENO: checking to see if getenv can be redefined" >&521366 echo $ECHO_N "checking to see if getenv can be redefined... $ECHO_C" >&6 24964 { echo "$as_me:$LINENO: checking to see if getenv can be redefined" >&5 24965 echo $ECHO_N "checking to see if getenv can be redefined... $ECHO_C" >&6; } 21367 24966 if test "${bash_cv_getenv_redef+set}" = set; then 21368 24967 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 21375 24974 else 21376 24975 cat >conftest.$ac_ext <<_ACEOF 21377 #line $LINENO "configure" 21378 #include "confdefs.h" 24976 /* confdefs.h. */ 24977 _ACEOF 24978 cat confdefs.h >>conftest.$ac_ext 24979 cat >>conftest.$ac_ext <<_ACEOF 24980 /* end confdefs.h. */ 21379 24981 21380 24982 #ifdef HAVE_UNISTD_H … … 21411 25013 _ACEOF 21412 25014 rm -f conftest$ac_exeext 21413 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21414 (eval $ac_link) 2>&5 25015 if { (ac_try="$ac_link" 25016 case "(($ac_try" in 25017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25018 *) ac_try_echo=$ac_try;; 25019 esac 25020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25021 (eval "$ac_link") 2>&5 21415 25022 ac_status=$? 21416 25023 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21417 25024 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 21418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21419 (eval $ac_try) 2>&5 25025 { (case "(($ac_try" in 25026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25027 *) ac_try_echo=$ac_try;; 25028 esac 25029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25030 (eval "$ac_try") 2>&5 21420 25031 ac_status=$? 21421 25032 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 21425 25036 echo "$as_me: program exited with status $ac_status" >&5 21426 25037 echo "$as_me: failed program was:" >&5 21427 cat conftest.$ac_ext >&5 25038 sed 's/^/| /' conftest.$ac_ext >&5 25039 21428 25040 ( exit $ac_status ) 21429 25041 bash_cv_getenv_redef=no 21430 25042 fi 21431 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 21432 fi 21433 fi 21434 21435 echo "$as_me:$LINENO: result: $bash_cv_getenv_redef" >&5 21436 echo "${ECHO_T}$bash_cv_getenv_redef" >&6 25043 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 25044 fi 25045 25046 25047 fi 25048 25049 { echo "$as_me:$LINENO: result: $bash_cv_getenv_redef" >&5 25050 echo "${ECHO_T}$bash_cv_getenv_redef" >&6; } 21437 25051 if test $bash_cv_getenv_redef = yes; then 21438 25052 cat >>confdefs.h <<\_ACEOF … … 21443 25057 21444 25058 if test "$ac_cv_func_getcwd" = "yes"; then 21445 echo "$as_me:$LINENO: checking if getcwd() will dynamically allocate memory" >&521446 echo $ECHO_N "checking if getcwd() will dynamically allocate memory... $ECHO_C" >&6 25059 { echo "$as_me:$LINENO: checking if getcwd() will dynamically allocate memory" >&5 25060 echo $ECHO_N "checking if getcwd() will dynamically allocate memory... $ECHO_C" >&6; } 21447 25061 if test "${bash_cv_getcwd_malloc+set}" = set; then 21448 25062 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 21455 25069 else 21456 25070 cat >conftest.$ac_ext <<_ACEOF 21457 #line $LINENO "configure" 21458 #include "confdefs.h" 25071 /* confdefs.h. */ 25072 _ACEOF 25073 cat confdefs.h >>conftest.$ac_ext 25074 cat >>conftest.$ac_ext <<_ACEOF 25075 /* end confdefs.h. */ 21459 25076 21460 25077 #include <stdio.h> … … 21472 25089 _ACEOF 21473 25090 rm -f conftest$ac_exeext 21474 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21475 (eval $ac_link) 2>&5 25091 if { (ac_try="$ac_link" 25092 case "(($ac_try" in 25093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25094 *) ac_try_echo=$ac_try;; 25095 esac 25096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25097 (eval "$ac_link") 2>&5 21476 25098 ac_status=$? 21477 25099 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21478 25100 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 21479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21480 (eval $ac_try) 2>&5 25101 { (case "(($ac_try" in 25102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25103 *) ac_try_echo=$ac_try;; 25104 esac 25105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25106 (eval "$ac_try") 2>&5 21481 25107 ac_status=$? 21482 25108 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 21486 25112 echo "$as_me: program exited with status $ac_status" >&5 21487 25113 echo "$as_me: failed program was:" >&5 21488 cat conftest.$ac_ext >&5 25114 sed 's/^/| /' conftest.$ac_ext >&5 25115 21489 25116 ( exit $ac_status ) 21490 25117 bash_cv_getcwd_malloc=no 21491 25118 fi 21492 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 21493 fi 21494 fi 21495 21496 echo "$as_me:$LINENO: result: $bash_cv_getcwd_malloc" >&5 21497 echo "${ECHO_T}$bash_cv_getcwd_malloc" >&6 25119 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 25120 fi 25121 25122 25123 fi 25124 25125 { echo "$as_me:$LINENO: result: $bash_cv_getcwd_malloc" >&5 25126 echo "${ECHO_T}$bash_cv_getcwd_malloc" >&6; } 21498 25127 if test $bash_cv_getcwd_malloc = no; then 21499 25128 cat >>confdefs.h <<\_ACEOF … … 21501 25130 _ACEOF 21502 25131 21503 LIBOBJS="$LIBOBJS getcwd.$ac_objext" 21504 fi 21505 21506 fi 21507 21508 echo "$as_me:$LINENO: checking for presence of POSIX-style sigsetjmp/siglongjmp" >&5 21509 echo $ECHO_N "checking for presence of POSIX-style sigsetjmp/siglongjmp... $ECHO_C" >&6 25132 case " $LIBOBJS " in 25133 *" getcwd.$ac_objext "* ) ;; 25134 *) LIBOBJS="$LIBOBJS getcwd.$ac_objext" 25135 ;; 25136 esac 25137 25138 fi 25139 25140 fi 25141 25142 { echo "$as_me:$LINENO: checking for presence of POSIX-style sigsetjmp/siglongjmp" >&5 25143 echo $ECHO_N "checking for presence of POSIX-style sigsetjmp/siglongjmp... $ECHO_C" >&6; } 21510 25144 if test "${bash_cv_func_sigsetjmp+set}" = set; then 21511 25145 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 21518 25152 else 21519 25153 cat >conftest.$ac_ext <<_ACEOF 21520 #line $LINENO "configure" 21521 #include "confdefs.h" 25154 /* confdefs.h. */ 25155 _ACEOF 25156 cat confdefs.h >>conftest.$ac_ext 25157 cat >>conftest.$ac_ext <<_ACEOF 25158 /* end confdefs.h. */ 21522 25159 21523 25160 #ifdef HAVE_UNISTD_H … … 21560 25197 _ACEOF 21561 25198 rm -f conftest$ac_exeext 21562 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21563 (eval $ac_link) 2>&5 25199 if { (ac_try="$ac_link" 25200 case "(($ac_try" in 25201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25202 *) ac_try_echo=$ac_try;; 25203 esac 25204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25205 (eval "$ac_link") 2>&5 21564 25206 ac_status=$? 21565 25207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21566 25208 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 21567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21568 (eval $ac_try) 2>&5 25209 { (case "(($ac_try" in 25210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25211 *) ac_try_echo=$ac_try;; 25212 esac 25213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25214 (eval "$ac_try") 2>&5 21569 25215 ac_status=$? 21570 25216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 21574 25220 echo "$as_me: program exited with status $ac_status" >&5 21575 25221 echo "$as_me: failed program was:" >&5 21576 cat conftest.$ac_ext >&5 25222 sed 's/^/| /' conftest.$ac_ext >&5 25223 21577 25224 ( exit $ac_status ) 21578 25225 bash_cv_func_sigsetjmp=missing 21579 25226 fi 21580 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 21581 fi 21582 fi 21583 21584 echo "$as_me:$LINENO: result: $bash_cv_func_sigsetjmp" >&5 21585 echo "${ECHO_T}$bash_cv_func_sigsetjmp" >&6 25227 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 25228 fi 25229 25230 25231 fi 25232 25233 { echo "$as_me:$LINENO: result: $bash_cv_func_sigsetjmp" >&5 25234 echo "${ECHO_T}$bash_cv_func_sigsetjmp" >&6; } 21586 25235 if test $bash_cv_func_sigsetjmp = present; then 21587 25236 cat >>confdefs.h <<\_ACEOF … … 21592 25241 21593 25242 21594 echo "$as_me:$LINENO: checking whether or not strcoll and strcmp differ" >&521595 echo $ECHO_N "checking whether or not strcoll and strcmp differ... $ECHO_C" >&6 25243 { echo "$as_me:$LINENO: checking whether or not strcoll and strcmp differ" >&5 25244 echo $ECHO_N "checking whether or not strcoll and strcmp differ... $ECHO_C" >&6; } 21596 25245 if test "${bash_cv_func_strcoll_broken+set}" = set; then 21597 25246 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 21604 25253 else 21605 25254 cat >conftest.$ac_ext <<_ACEOF 21606 #line $LINENO "configure" 21607 #include "confdefs.h" 25255 /* confdefs.h. */ 25256 _ACEOF 25257 cat confdefs.h >>conftest.$ac_ext 25258 cat >>conftest.$ac_ext <<_ACEOF 25259 /* end confdefs.h. */ 21608 25260 21609 25261 #include <stdio.h> … … 21644 25296 _ACEOF 21645 25297 rm -f conftest$ac_exeext 21646 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21647 (eval $ac_link) 2>&5 25298 if { (ac_try="$ac_link" 25299 case "(($ac_try" in 25300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25301 *) ac_try_echo=$ac_try;; 25302 esac 25303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25304 (eval "$ac_link") 2>&5 21648 25305 ac_status=$? 21649 25306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21650 25307 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 21651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21652 (eval $ac_try) 2>&5 25308 { (case "(($ac_try" in 25309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25310 *) ac_try_echo=$ac_try;; 25311 esac 25312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25313 (eval "$ac_try") 2>&5 21653 25314 ac_status=$? 21654 25315 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 21658 25319 echo "$as_me: program exited with status $ac_status" >&5 21659 25320 echo "$as_me: failed program was:" >&5 21660 cat conftest.$ac_ext >&5 25321 sed 's/^/| /' conftest.$ac_ext >&5 25322 21661 25323 ( exit $ac_status ) 21662 25324 bash_cv_func_strcoll_broken=no 21663 25325 fi 21664 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 21665 fi 21666 fi 21667 21668 echo "$as_me:$LINENO: result: $bash_cv_func_strcoll_broken" >&5 21669 echo "${ECHO_T}$bash_cv_func_strcoll_broken" >&6 25326 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 25327 fi 25328 25329 25330 fi 25331 25332 { echo "$as_me:$LINENO: result: $bash_cv_func_strcoll_broken" >&5 25333 echo "${ECHO_T}$bash_cv_func_strcoll_broken" >&6; } 21670 25334 if test $bash_cv_func_strcoll_broken = yes; then 21671 25335 cat >>confdefs.h <<\_ACEOF … … 21681 25345 21682 25346 21683 echo "$as_me:$LINENO: checking for standard-conformant putenv declaration" >&521684 echo $ECHO_N "checking for standard-conformant putenv declaration... $ECHO_C" >&6 25347 { echo "$as_me:$LINENO: checking for standard-conformant putenv declaration" >&5 25348 echo $ECHO_N "checking for standard-conformant putenv declaration... $ECHO_C" >&6; } 21685 25349 if test "${bash_cv_std_putenv+set}" = set; then 21686 25350 echo $ECHO_N "(cached) $ECHO_C" >&6 21687 25351 else 21688 25352 cat >conftest.$ac_ext <<_ACEOF 21689 #line $LINENO "configure" 21690 #include "confdefs.h" 25353 /* confdefs.h. */ 25354 _ACEOF 25355 cat confdefs.h >>conftest.$ac_ext 25356 cat >>conftest.$ac_ext <<_ACEOF 25357 /* end confdefs.h. */ 21691 25358 21692 25359 #if STDC_HEADERS … … 21705 25372 #endif 21706 25373 21707 #ifdef F77_DUMMY_MAIN21708 # ifdef __cplusplus21709 extern "C"21710 # endif21711 int F77_DUMMY_MAIN() { return 1; }21712 #endif21713 25374 int 21714 25375 main () … … 21720 25381 _ACEOF 21721 25382 rm -f conftest.$ac_objext conftest$ac_exeext 21722 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21723 (eval $ac_link) 2>&5 21724 ac_status=$? 21725 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21726 (exit $ac_status); } && 21727 { ac_try='test -s conftest$ac_exeext' 21728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21729 (eval $ac_try) 2>&5 21730 ac_status=$? 21731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21732 (exit $ac_status); }; }; then 25383 if { (ac_try="$ac_link" 25384 case "(($ac_try" in 25385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25386 *) ac_try_echo=$ac_try;; 25387 esac 25388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25389 (eval "$ac_link") 2>conftest.er1 25390 ac_status=$? 25391 grep -v '^ *+' conftest.er1 >conftest.err 25392 rm -f conftest.er1 25393 cat conftest.err >&5 25394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25395 (exit $ac_status); } && { 25396 test -z "$ac_c_werror_flag" || 25397 test ! -s conftest.err 25398 } && test -s conftest$ac_exeext && 25399 $as_test_x conftest$ac_exeext; then 21733 25400 bash_cv_std_putenv=yes 21734 25401 else 21735 25402 echo "$as_me: failed program was:" >&5 21736 cat conftest.$ac_ext >&5 21737 bash_cv_std_putenv=no 21738 21739 fi 21740 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 21741 fi 21742 echo "$as_me:$LINENO: result: $bash_cv_std_putenv" >&5 21743 echo "${ECHO_T}$bash_cv_std_putenv" >&6 25403 sed 's/^/| /' conftest.$ac_ext >&5 25404 25405 bash_cv_std_putenv=no 25406 25407 fi 25408 25409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25410 conftest$ac_exeext conftest.$ac_ext 25411 fi 25412 { echo "$as_me:$LINENO: result: $bash_cv_std_putenv" >&5 25413 echo "${ECHO_T}$bash_cv_std_putenv" >&6; } 21744 25414 if test $bash_cv_std_putenv = yes; then 21745 25415 cat >>confdefs.h <<\_ACEOF … … 21759 25429 21760 25430 21761 echo "$as_me:$LINENO: checking for standard-conformant unsetenv declaration" >&521762 echo $ECHO_N "checking for standard-conformant unsetenv declaration... $ECHO_C" >&6 25431 { echo "$as_me:$LINENO: checking for standard-conformant unsetenv declaration" >&5 25432 echo $ECHO_N "checking for standard-conformant unsetenv declaration... $ECHO_C" >&6; } 21763 25433 if test "${bash_cv_std_unsetenv+set}" = set; then 21764 25434 echo $ECHO_N "(cached) $ECHO_C" >&6 21765 25435 else 21766 25436 cat >conftest.$ac_ext <<_ACEOF 21767 #line $LINENO "configure" 21768 #include "confdefs.h" 25437 /* confdefs.h. */ 25438 _ACEOF 25439 cat confdefs.h >>conftest.$ac_ext 25440 cat >>conftest.$ac_ext <<_ACEOF 25441 /* end confdefs.h. */ 21769 25442 21770 25443 #if STDC_HEADERS … … 21783 25456 #endif 21784 25457 21785 #ifdef F77_DUMMY_MAIN21786 # ifdef __cplusplus21787 extern "C"21788 # endif21789 int F77_DUMMY_MAIN() { return 1; }21790 #endif21791 25458 int 21792 25459 main () … … 21798 25465 _ACEOF 21799 25466 rm -f conftest.$ac_objext conftest$ac_exeext 21800 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21801 (eval $ac_link) 2>&5 21802 ac_status=$? 21803 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21804 (exit $ac_status); } && 21805 { ac_try='test -s conftest$ac_exeext' 21806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21807 (eval $ac_try) 2>&5 21808 ac_status=$? 21809 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21810 (exit $ac_status); }; }; then 25467 if { (ac_try="$ac_link" 25468 case "(($ac_try" in 25469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25470 *) ac_try_echo=$ac_try;; 25471 esac 25472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25473 (eval "$ac_link") 2>conftest.er1 25474 ac_status=$? 25475 grep -v '^ *+' conftest.er1 >conftest.err 25476 rm -f conftest.er1 25477 cat conftest.err >&5 25478 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25479 (exit $ac_status); } && { 25480 test -z "$ac_c_werror_flag" || 25481 test ! -s conftest.err 25482 } && test -s conftest$ac_exeext && 25483 $as_test_x conftest$ac_exeext; then 21811 25484 bash_cv_std_unsetenv=yes 21812 25485 else 21813 25486 echo "$as_me: failed program was:" >&5 21814 cat conftest.$ac_ext >&5 21815 bash_cv_std_unsetenv=no 21816 21817 fi 21818 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 21819 fi 21820 echo "$as_me:$LINENO: result: $bash_cv_std_unsetenv" >&5 21821 echo "${ECHO_T}$bash_cv_std_unsetenv" >&6 25487 sed 's/^/| /' conftest.$ac_ext >&5 25488 25489 bash_cv_std_unsetenv=no 25490 25491 fi 25492 25493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25494 conftest$ac_exeext conftest.$ac_ext 25495 fi 25496 { echo "$as_me:$LINENO: result: $bash_cv_std_unsetenv" >&5 25497 echo "${ECHO_T}$bash_cv_std_unsetenv" >&6; } 21822 25498 if test $bash_cv_std_unsetenv = yes; then 21823 25499 cat >>confdefs.h <<\_ACEOF … … 21834 25510 fi 21835 25511 21836 echo "$as_me:$LINENO: checking for printf floating point output in hex notation" >&521837 echo $ECHO_N "checking for printf floating point output in hex notation... $ECHO_C" >&6 25512 { echo "$as_me:$LINENO: checking for printf floating point output in hex notation" >&5 25513 echo $ECHO_N "checking for printf floating point output in hex notation... $ECHO_C" >&6; } 21838 25514 if test "${bash_cv_printf_a_format+set}" = set; then 21839 25515 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 21846 25522 else 21847 25523 cat >conftest.$ac_ext <<_ACEOF 21848 #line $LINENO "configure" 21849 #include "confdefs.h" 25524 /* confdefs.h. */ 25525 _ACEOF 25526 cat confdefs.h >>conftest.$ac_ext 25527 cat >>conftest.$ac_ext <<_ACEOF 25528 /* end confdefs.h. */ 21850 25529 21851 25530 #include <stdio.h> … … 21864 25543 _ACEOF 21865 25544 rm -f conftest$ac_exeext 21866 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21867 (eval $ac_link) 2>&5 25545 if { (ac_try="$ac_link" 25546 case "(($ac_try" in 25547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25548 *) ac_try_echo=$ac_try;; 25549 esac 25550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25551 (eval "$ac_link") 2>&5 21868 25552 ac_status=$? 21869 25553 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21870 25554 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 21871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21872 (eval $ac_try) 2>&5 25555 { (case "(($ac_try" in 25556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25557 *) ac_try_echo=$ac_try;; 25558 esac 25559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25560 (eval "$ac_try") 2>&5 21873 25561 ac_status=$? 21874 25562 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 21878 25566 echo "$as_me: program exited with status $ac_status" >&5 21879 25567 echo "$as_me: failed program was:" >&5 21880 cat conftest.$ac_ext >&5 25568 sed 's/^/| /' conftest.$ac_ext >&5 25569 21881 25570 ( exit $ac_status ) 21882 25571 bash_cv_printf_a_format=no 21883 25572 fi 21884 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 21885 fi 21886 fi 21887 21888 echo "$as_me:$LINENO: result: $bash_cv_printf_a_format" >&5 21889 echo "${ECHO_T}$bash_cv_printf_a_format" >&6 25573 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 25574 fi 25575 25576 25577 fi 25578 25579 { echo "$as_me:$LINENO: result: $bash_cv_printf_a_format" >&5 25580 echo "${ECHO_T}$bash_cv_printf_a_format" >&6; } 21890 25581 if test $bash_cv_printf_a_format = yes; then 21891 25582 cat >>confdefs.h <<\_ACEOF … … 21898 25589 21899 25590 21900 echo "$as_me:$LINENO: checking if signal handlers must be reinstalled when invoked" >&521901 echo $ECHO_N "checking if signal handlers must be reinstalled when invoked... $ECHO_C" >&6 25591 { echo "$as_me:$LINENO: checking if signal handlers must be reinstalled when invoked" >&5 25592 echo $ECHO_N "checking if signal handlers must be reinstalled when invoked... $ECHO_C" >&6; } 21902 25593 if test "${bash_cv_must_reinstall_sighandlers+set}" = set; then 21903 25594 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 21910 25601 else 21911 25602 cat >conftest.$ac_ext <<_ACEOF 21912 #line $LINENO "configure" 21913 #include "confdefs.h" 25603 /* confdefs.h. */ 25604 _ACEOF 25605 cat confdefs.h >>conftest.$ac_ext 25606 cat >>conftest.$ac_ext <<_ACEOF 25607 /* end confdefs.h. */ 21914 25608 21915 25609 #include <signal.h> … … 21958 25652 _ACEOF 21959 25653 rm -f conftest$ac_exeext 21960 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21961 (eval $ac_link) 2>&5 25654 if { (ac_try="$ac_link" 25655 case "(($ac_try" in 25656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25657 *) ac_try_echo=$ac_try;; 25658 esac 25659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25660 (eval "$ac_link") 2>&5 21962 25661 ac_status=$? 21963 25662 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21964 25663 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 21965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21966 (eval $ac_try) 2>&5 25664 { (case "(($ac_try" in 25665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25666 *) ac_try_echo=$ac_try;; 25667 esac 25668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25669 (eval "$ac_try") 2>&5 21967 25670 ac_status=$? 21968 25671 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 21972 25675 echo "$as_me: program exited with status $ac_status" >&5 21973 25676 echo "$as_me: failed program was:" >&5 21974 cat conftest.$ac_ext >&5 25677 sed 's/^/| /' conftest.$ac_ext >&5 25678 21975 25679 ( exit $ac_status ) 21976 25680 bash_cv_must_reinstall_sighandlers=yes 21977 25681 fi 21978 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 21979 fi 21980 fi 21981 21982 echo "$as_me:$LINENO: result: $bash_cv_must_reinstall_sighandlers" >&5 21983 echo "${ECHO_T}$bash_cv_must_reinstall_sighandlers" >&6 25682 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 25683 fi 25684 25685 25686 fi 25687 25688 { echo "$as_me:$LINENO: result: $bash_cv_must_reinstall_sighandlers" >&5 25689 echo "${ECHO_T}$bash_cv_must_reinstall_sighandlers" >&6; } 21984 25690 if test $bash_cv_must_reinstall_sighandlers = yes; then 21985 25691 cat >>confdefs.h <<\_ACEOF … … 21990 25696 21991 25697 21992 echo "$as_me:$LINENO: checking for presence of necessary job control definitions" >&521993 echo $ECHO_N "checking for presence of necessary job control definitions... $ECHO_C" >&6 25698 { echo "$as_me:$LINENO: checking for presence of necessary job control definitions" >&5 25699 echo $ECHO_N "checking for presence of necessary job control definitions... $ECHO_C" >&6; } 21994 25700 if test "${bash_cv_job_control_missing+set}" = set; then 21995 25701 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 22002 25708 else 22003 25709 cat >conftest.$ac_ext <<_ACEOF 22004 #line $LINENO "configure" 22005 #include "confdefs.h" 25710 /* confdefs.h. */ 25711 _ACEOF 25712 cat confdefs.h >>conftest.$ac_ext 25713 cat >>conftest.$ac_ext <<_ACEOF 25714 /* end confdefs.h. */ 22006 25715 22007 25716 #include <sys/types.h> … … 22050 25759 _ACEOF 22051 25760 rm -f conftest$ac_exeext 22052 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22053 (eval $ac_link) 2>&5 25761 if { (ac_try="$ac_link" 25762 case "(($ac_try" in 25763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25764 *) ac_try_echo=$ac_try;; 25765 esac 25766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25767 (eval "$ac_link") 2>&5 22054 25768 ac_status=$? 22055 25769 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22056 25770 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 22057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22058 (eval $ac_try) 2>&5 25771 { (case "(($ac_try" in 25772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25773 *) ac_try_echo=$ac_try;; 25774 esac 25775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25776 (eval "$ac_try") 2>&5 22059 25777 ac_status=$? 22060 25778 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 22064 25782 echo "$as_me: program exited with status $ac_status" >&5 22065 25783 echo "$as_me: failed program was:" >&5 22066 cat conftest.$ac_ext >&5 25784 sed 's/^/| /' conftest.$ac_ext >&5 25785 22067 25786 ( exit $ac_status ) 22068 25787 bash_cv_job_control_missing=missing 22069 25788 fi 22070 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 22071 fi 22072 fi 22073 22074 echo "$as_me:$LINENO: result: $bash_cv_job_control_missing" >&5 22075 echo "${ECHO_T}$bash_cv_job_control_missing" >&6 25789 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 25790 fi 25791 25792 25793 fi 25794 25795 { echo "$as_me:$LINENO: result: $bash_cv_job_control_missing" >&5 25796 echo "${ECHO_T}$bash_cv_job_control_missing" >&6; } 22076 25797 if test $bash_cv_job_control_missing = missing; then 22077 25798 cat >>confdefs.h <<\_ACEOF … … 22081 25802 fi 22082 25803 22083 echo "$as_me:$LINENO: checking for presence of named pipes" >&522084 echo $ECHO_N "checking for presence of named pipes... $ECHO_C" >&6 25804 { echo "$as_me:$LINENO: checking for presence of named pipes" >&5 25805 echo $ECHO_N "checking for presence of named pipes... $ECHO_C" >&6; } 22085 25806 if test "${bash_cv_sys_named_pipes+set}" = set; then 22086 25807 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 22093 25814 else 22094 25815 cat >conftest.$ac_ext <<_ACEOF 22095 #line $LINENO "configure" 22096 #include "confdefs.h" 25816 /* confdefs.h. */ 25817 _ACEOF 25818 cat confdefs.h >>conftest.$ac_ext 25819 cat >>conftest.$ac_ext <<_ACEOF 25820 /* end confdefs.h. */ 22097 25821 22098 25822 #include <sys/types.h> … … 22135 25859 _ACEOF 22136 25860 rm -f conftest$ac_exeext 22137 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22138 (eval $ac_link) 2>&5 25861 if { (ac_try="$ac_link" 25862 case "(($ac_try" in 25863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25864 *) ac_try_echo=$ac_try;; 25865 esac 25866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25867 (eval "$ac_link") 2>&5 22139 25868 ac_status=$? 22140 25869 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22141 25870 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 22142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22143 (eval $ac_try) 2>&5 25871 { (case "(($ac_try" in 25872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25873 *) ac_try_echo=$ac_try;; 25874 esac 25875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25876 (eval "$ac_try") 2>&5 22144 25877 ac_status=$? 22145 25878 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 22149 25882 echo "$as_me: program exited with status $ac_status" >&5 22150 25883 echo "$as_me: failed program was:" >&5 22151 cat conftest.$ac_ext >&5 25884 sed 's/^/| /' conftest.$ac_ext >&5 25885 22152 25886 ( exit $ac_status ) 22153 25887 bash_cv_sys_named_pipes=missing 22154 25888 fi 22155 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 22156 fi 22157 fi 22158 22159 echo "$as_me:$LINENO: result: $bash_cv_sys_named_pipes" >&5 22160 echo "${ECHO_T}$bash_cv_sys_named_pipes" >&6 25889 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 25890 fi 25891 25892 25893 fi 25894 25895 { echo "$as_me:$LINENO: result: $bash_cv_sys_named_pipes" >&5 25896 echo "${ECHO_T}$bash_cv_sys_named_pipes" >&6; } 22161 25897 if test $bash_cv_sys_named_pipes = missing; then 22162 25898 cat >>confdefs.h <<\_ACEOF … … 22167 25903 22168 25904 22169 echo "$as_me:$LINENO: checking POSIX termios" >&5 22170 echo $ECHO_N "checking POSIX termios... $ECHO_C" >&6 22171 if test "${ac_cv_sys_posix_termios+set}" = set; then 22172 echo $ECHO_N "(cached) $ECHO_C" >&6 22173 else 22174 cat >conftest.$ac_ext <<_ACEOF 22175 #line $LINENO "configure" 22176 #include "confdefs.h" 22177 #include <sys/types.h> 22178 #include <unistd.h> 22179 #include <termios.h> 22180 #ifdef F77_DUMMY_MAIN 22181 # ifdef __cplusplus 22182 extern "C" 22183 # endif 22184 int F77_DUMMY_MAIN() { return 1; } 22185 #endif 22186 int 22187 main () 22188 { 22189 /* SunOS 4.0.3 has termios.h but not the library calls. */ 22190 tcgetattr(0, 0); 22191 ; 22192 return 0; 22193 } 22194 _ACEOF 22195 rm -f conftest.$ac_objext conftest$ac_exeext 22196 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22197 (eval $ac_link) 2>&5 22198 ac_status=$? 22199 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22200 (exit $ac_status); } && 22201 { ac_try='test -s conftest$ac_exeext' 22202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22203 (eval $ac_try) 2>&5 22204 ac_status=$? 22205 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22206 (exit $ac_status); }; }; then 22207 ac_cv_sys_posix_termios=yes 22208 else 22209 echo "$as_me: failed program was:" >&5 22210 cat conftest.$ac_ext >&5 22211 ac_cv_sys_posix_termios=no 22212 fi 22213 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 22214 fi 22215 echo "$as_me:$LINENO: result: $ac_cv_sys_posix_termios" >&5 22216 echo "${ECHO_T}$ac_cv_sys_posix_termios" >&6 22217 22218 if test $ac_cv_sys_posix_termios = yes; then 22219 echo "$as_me:$LINENO: checking whether termios.h defines TIOCGWINSZ" >&5 22220 echo $ECHO_N "checking whether termios.h defines TIOCGWINSZ... $ECHO_C" >&6 25905 { echo "$as_me:$LINENO: checking whether termios.h defines TIOCGWINSZ" >&5 25906 echo $ECHO_N "checking whether termios.h defines TIOCGWINSZ... $ECHO_C" >&6; } 22221 25907 if test "${ac_cv_sys_tiocgwinsz_in_termios_h+set}" = set; then 22222 25908 echo $ECHO_N "(cached) $ECHO_C" >&6 22223 25909 else 22224 25910 cat >conftest.$ac_ext <<_ACEOF 22225 #line $LINENO "configure" 22226 #include "confdefs.h" 25911 /* confdefs.h. */ 25912 _ACEOF 25913 cat confdefs.h >>conftest.$ac_ext 25914 cat >>conftest.$ac_ext <<_ACEOF 25915 /* end confdefs.h. */ 22227 25916 #include <sys/types.h> 22228 25917 #include <termios.h> … … 22233 25922 _ACEOF 22234 25923 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 22235 egrep"yes" >/dev/null 2>&1; then25924 $EGREP "yes" >/dev/null 2>&1; then 22236 25925 ac_cv_sys_tiocgwinsz_in_termios_h=yes 22237 25926 else … … 22241 25930 22242 25931 fi 22243 echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_termios_h" >&5 22244 echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_termios_h" >&6 22245 22246 fi 25932 { echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_termios_h" >&5 25933 echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_termios_h" >&6; } 25934 22247 25935 if test $ac_cv_sys_tiocgwinsz_in_termios_h != yes; then 22248 echo "$as_me:$LINENO: checking whether sys/ioctl.h defines TIOCGWINSZ" >&522249 echo $ECHO_N "checking whether sys/ioctl.h defines TIOCGWINSZ... $ECHO_C" >&6 25936 { echo "$as_me:$LINENO: checking whether sys/ioctl.h defines TIOCGWINSZ" >&5 25937 echo $ECHO_N "checking whether sys/ioctl.h defines TIOCGWINSZ... $ECHO_C" >&6; } 22250 25938 if test "${ac_cv_sys_tiocgwinsz_in_sys_ioctl_h+set}" = set; then 22251 25939 echo $ECHO_N "(cached) $ECHO_C" >&6 22252 25940 else 22253 25941 cat >conftest.$ac_ext <<_ACEOF 22254 #line $LINENO "configure" 22255 #include "confdefs.h" 25942 /* confdefs.h. */ 25943 _ACEOF 25944 cat confdefs.h >>conftest.$ac_ext 25945 cat >>conftest.$ac_ext <<_ACEOF 25946 /* end confdefs.h. */ 22256 25947 #include <sys/types.h> 22257 25948 #include <sys/ioctl.h> … … 22262 25953 _ACEOF 22263 25954 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 22264 egrep"yes" >/dev/null 2>&1; then25955 $EGREP "yes" >/dev/null 2>&1; then 22265 25956 ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes 22266 25957 else … … 22270 25961 22271 25962 fi 22272 echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&522273 echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&6 25963 { echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&5 25964 echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&6; } 22274 25965 22275 25966 if test $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h = yes; then … … 22282 25973 fi 22283 25974 22284 echo "$as_me:$LINENO: checking for TIOCSTAT in sys/ioctl.h" >&522285 echo $ECHO_N "checking for TIOCSTAT in sys/ioctl.h... $ECHO_C" >&6 25975 { echo "$as_me:$LINENO: checking for TIOCSTAT in sys/ioctl.h" >&5 25976 echo $ECHO_N "checking for TIOCSTAT in sys/ioctl.h... $ECHO_C" >&6; } 22286 25977 if test "${bash_cv_tiocstat_in_ioctl+set}" = set; then 22287 25978 echo $ECHO_N "(cached) $ECHO_C" >&6 22288 25979 else 22289 25980 cat >conftest.$ac_ext <<_ACEOF 22290 #line $LINENO "configure" 22291 #include "confdefs.h" 25981 /* confdefs.h. */ 25982 _ACEOF 25983 cat confdefs.h >>conftest.$ac_ext 25984 cat >>conftest.$ac_ext <<_ACEOF 25985 /* end confdefs.h. */ 22292 25986 #include <sys/types.h> 22293 25987 #include <sys/ioctl.h> 22294 #ifdef F77_DUMMY_MAIN22295 # ifdef __cplusplus22296 extern "C"22297 # endif22298 int F77_DUMMY_MAIN() { return 1; }22299 #endif22300 25988 int 22301 25989 main () … … 22307 25995 _ACEOF 22308 25996 rm -f conftest.$ac_objext 22309 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 22310 (eval $ac_compile) 2>&5 22311 ac_status=$? 22312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22313 (exit $ac_status); } && 22314 { ac_try='test -s conftest.$ac_objext' 22315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22316 (eval $ac_try) 2>&5 22317 ac_status=$? 22318 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22319 (exit $ac_status); }; }; then 25997 if { (ac_try="$ac_compile" 25998 case "(($ac_try" in 25999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26000 *) ac_try_echo=$ac_try;; 26001 esac 26002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26003 (eval "$ac_compile") 2>conftest.er1 26004 ac_status=$? 26005 grep -v '^ *+' conftest.er1 >conftest.err 26006 rm -f conftest.er1 26007 cat conftest.err >&5 26008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26009 (exit $ac_status); } && { 26010 test -z "$ac_c_werror_flag" || 26011 test ! -s conftest.err 26012 } && test -s conftest.$ac_objext; then 22320 26013 bash_cv_tiocstat_in_ioctl=yes 22321 26014 else 22322 26015 echo "$as_me: failed program was:" >&5 22323 cat conftest.$ac_ext >&5 22324 bash_cv_tiocstat_in_ioctl=no 22325 fi 22326 rm -f conftest.$ac_objext conftest.$ac_ext 22327 fi 22328 22329 echo "$as_me:$LINENO: result: $bash_cv_tiocstat_in_ioctl" >&5 22330 echo "${ECHO_T}$bash_cv_tiocstat_in_ioctl" >&6 26016 sed 's/^/| /' conftest.$ac_ext >&5 26017 26018 bash_cv_tiocstat_in_ioctl=no 26019 fi 26020 26021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 26022 fi 26023 26024 { echo "$as_me:$LINENO: result: $bash_cv_tiocstat_in_ioctl" >&5 26025 echo "${ECHO_T}$bash_cv_tiocstat_in_ioctl" >&6; } 22331 26026 if test $bash_cv_tiocstat_in_ioctl = yes; then 22332 26027 cat >>confdefs.h <<\_ACEOF … … 22336 26031 fi 22337 26032 22338 echo "$as_me:$LINENO: checking for FIONREAD in sys/ioctl.h" >&522339 echo $ECHO_N "checking for FIONREAD in sys/ioctl.h... $ECHO_C" >&6 26033 { echo "$as_me:$LINENO: checking for FIONREAD in sys/ioctl.h" >&5 26034 echo $ECHO_N "checking for FIONREAD in sys/ioctl.h... $ECHO_C" >&6; } 22340 26035 if test "${bash_cv_fionread_in_ioctl+set}" = set; then 22341 26036 echo $ECHO_N "(cached) $ECHO_C" >&6 22342 26037 else 22343 26038 cat >conftest.$ac_ext <<_ACEOF 22344 #line $LINENO "configure" 22345 #include "confdefs.h" 26039 /* confdefs.h. */ 26040 _ACEOF 26041 cat confdefs.h >>conftest.$ac_ext 26042 cat >>conftest.$ac_ext <<_ACEOF 26043 /* end confdefs.h. */ 22346 26044 #include <sys/types.h> 22347 26045 #include <sys/ioctl.h> 22348 #ifdef F77_DUMMY_MAIN22349 # ifdef __cplusplus22350 extern "C"22351 # endif22352 int F77_DUMMY_MAIN() { return 1; }22353 #endif22354 26046 int 22355 26047 main () … … 22361 26053 _ACEOF 22362 26054 rm -f conftest.$ac_objext 22363 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 22364 (eval $ac_compile) 2>&5 22365 ac_status=$? 22366 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22367 (exit $ac_status); } && 22368 { ac_try='test -s conftest.$ac_objext' 22369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22370 (eval $ac_try) 2>&5 22371 ac_status=$? 22372 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22373 (exit $ac_status); }; }; then 26055 if { (ac_try="$ac_compile" 26056 case "(($ac_try" in 26057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26058 *) ac_try_echo=$ac_try;; 26059 esac 26060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26061 (eval "$ac_compile") 2>conftest.er1 26062 ac_status=$? 26063 grep -v '^ *+' conftest.er1 >conftest.err 26064 rm -f conftest.er1 26065 cat conftest.err >&5 26066 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26067 (exit $ac_status); } && { 26068 test -z "$ac_c_werror_flag" || 26069 test ! -s conftest.err 26070 } && test -s conftest.$ac_objext; then 22374 26071 bash_cv_fionread_in_ioctl=yes 22375 26072 else 22376 26073 echo "$as_me: failed program was:" >&5 22377 cat conftest.$ac_ext >&5 22378 bash_cv_fionread_in_ioctl=no 22379 fi 22380 rm -f conftest.$ac_objext conftest.$ac_ext 22381 fi 22382 22383 echo "$as_me:$LINENO: result: $bash_cv_fionread_in_ioctl" >&5 22384 echo "${ECHO_T}$bash_cv_fionread_in_ioctl" >&6 26074 sed 's/^/| /' conftest.$ac_ext >&5 26075 26076 bash_cv_fionread_in_ioctl=no 26077 fi 26078 26079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 26080 fi 26081 26082 { echo "$as_me:$LINENO: result: $bash_cv_fionread_in_ioctl" >&5 26083 echo "${ECHO_T}$bash_cv_fionread_in_ioctl" >&6; } 22385 26084 if test $bash_cv_fionread_in_ioctl = yes; then 22386 26085 cat >>confdefs.h <<\_ACEOF … … 22392 26091 22393 26092 22394 echo "$as_me:$LINENO: checking whether WCONTINUED flag to waitpid is unavailable or available but broken" >&522395 echo $ECHO_N "checking whether WCONTINUED flag to waitpid is unavailable or available but broken... $ECHO_C" >&6 26093 { echo "$as_me:$LINENO: checking whether WCONTINUED flag to waitpid is unavailable or available but broken" >&5 26094 echo $ECHO_N "checking whether WCONTINUED flag to waitpid is unavailable or available but broken... $ECHO_C" >&6; } 22396 26095 if test "${bash_cv_wcontinued_broken+set}" = set; then 22397 26096 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 22404 26103 else 22405 26104 cat >conftest.$ac_ext <<_ACEOF 22406 #line $LINENO "configure" 22407 #include "confdefs.h" 26105 /* confdefs.h. */ 26106 _ACEOF 26107 cat confdefs.h >>conftest.$ac_ext 26108 cat >>conftest.$ac_ext <<_ACEOF 26109 /* end confdefs.h. */ 22408 26110 22409 26111 #include <sys/types.h> … … 22428 26130 _ACEOF 22429 26131 rm -f conftest$ac_exeext 22430 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22431 (eval $ac_link) 2>&5 26132 if { (ac_try="$ac_link" 26133 case "(($ac_try" in 26134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26135 *) ac_try_echo=$ac_try;; 26136 esac 26137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26138 (eval "$ac_link") 2>&5 22432 26139 ac_status=$? 22433 26140 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22434 26141 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 22435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22436 (eval $ac_try) 2>&5 26142 { (case "(($ac_try" in 26143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26144 *) ac_try_echo=$ac_try;; 26145 esac 26146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26147 (eval "$ac_try") 2>&5 22437 26148 ac_status=$? 22438 26149 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 22442 26153 echo "$as_me: program exited with status $ac_status" >&5 22443 26154 echo "$as_me: failed program was:" >&5 22444 cat conftest.$ac_ext >&5 26155 sed 's/^/| /' conftest.$ac_ext >&5 26156 22445 26157 ( exit $ac_status ) 22446 26158 bash_cv_wcontinued_broken=yes 22447 26159 fi 22448 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 22449 fi 22450 fi 22451 22452 echo "$as_me:$LINENO: result: $bash_cv_wcontinued_broken" >&5 22453 echo "${ECHO_T}$bash_cv_wcontinued_broken" >&6 26160 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 26161 fi 26162 26163 26164 fi 26165 26166 { echo "$as_me:$LINENO: result: $bash_cv_wcontinued_broken" >&5 26167 echo "${ECHO_T}$bash_cv_wcontinued_broken" >&6; } 22454 26168 if test $bash_cv_wcontinued_broken = yes; then 22455 26169 cat >>confdefs.h <<\_ACEOF … … 22460 26174 22461 26175 22462 echo "$as_me:$LINENO: checking for speed_t in sys/types.h" >&522463 echo $ECHO_N "checking for speed_t in sys/types.h... $ECHO_C" >&6 26176 { echo "$as_me:$LINENO: checking for speed_t in sys/types.h" >&5 26177 echo $ECHO_N "checking for speed_t in sys/types.h... $ECHO_C" >&6; } 22464 26178 if test "${bash_cv_speed_t_in_sys_types+set}" = set; then 22465 26179 echo $ECHO_N "(cached) $ECHO_C" >&6 22466 26180 else 22467 26181 cat >conftest.$ac_ext <<_ACEOF 22468 #line $LINENO "configure" 22469 #include "confdefs.h" 26182 /* confdefs.h. */ 26183 _ACEOF 26184 cat confdefs.h >>conftest.$ac_ext 26185 cat >>conftest.$ac_ext <<_ACEOF 26186 /* end confdefs.h. */ 22470 26187 #include <sys/types.h> 22471 #ifdef F77_DUMMY_MAIN22472 # ifdef __cplusplus22473 extern "C"22474 # endif22475 int F77_DUMMY_MAIN() { return 1; }22476 #endif22477 26188 int 22478 26189 main () … … 22484 26195 _ACEOF 22485 26196 rm -f conftest.$ac_objext 22486 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 22487 (eval $ac_compile) 2>&5 22488 ac_status=$? 22489 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22490 (exit $ac_status); } && 22491 { ac_try='test -s conftest.$ac_objext' 22492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22493 (eval $ac_try) 2>&5 22494 ac_status=$? 22495 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22496 (exit $ac_status); }; }; then 26197 if { (ac_try="$ac_compile" 26198 case "(($ac_try" in 26199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26200 *) ac_try_echo=$ac_try;; 26201 esac 26202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26203 (eval "$ac_compile") 2>conftest.er1 26204 ac_status=$? 26205 grep -v '^ *+' conftest.er1 >conftest.err 26206 rm -f conftest.er1 26207 cat conftest.err >&5 26208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26209 (exit $ac_status); } && { 26210 test -z "$ac_c_werror_flag" || 26211 test ! -s conftest.err 26212 } && test -s conftest.$ac_objext; then 22497 26213 bash_cv_speed_t_in_sys_types=yes 22498 26214 else 22499 26215 echo "$as_me: failed program was:" >&5 22500 cat conftest.$ac_ext >&5 22501 bash_cv_speed_t_in_sys_types=no 22502 fi 22503 rm -f conftest.$ac_objext conftest.$ac_ext 22504 fi 22505 22506 echo "$as_me:$LINENO: result: $bash_cv_speed_t_in_sys_types" >&5 22507 echo "${ECHO_T}$bash_cv_speed_t_in_sys_types" >&6 26216 sed 's/^/| /' conftest.$ac_ext >&5 26217 26218 bash_cv_speed_t_in_sys_types=no 26219 fi 26220 26221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 26222 fi 26223 26224 { echo "$as_me:$LINENO: result: $bash_cv_speed_t_in_sys_types" >&5 26225 echo "${ECHO_T}$bash_cv_speed_t_in_sys_types" >&6; } 22508 26226 if test $bash_cv_speed_t_in_sys_types = yes; then 22509 26227 cat >>confdefs.h <<\_ACEOF … … 22513 26231 fi 22514 26232 22515 echo "$as_me:$LINENO: checking whether getpw functions are declared in pwd.h" >&522516 echo $ECHO_N "checking whether getpw functions are declared in pwd.h... $ECHO_C" >&6 26233 { echo "$as_me:$LINENO: checking whether getpw functions are declared in pwd.h" >&5 26234 echo $ECHO_N "checking whether getpw functions are declared in pwd.h... $ECHO_C" >&6; } 22517 26235 if test "${bash_cv_getpw_declared+set}" = set; then 22518 26236 echo $ECHO_N "(cached) $ECHO_C" >&6 22519 26237 else 22520 26238 cat >conftest.$ac_ext <<_ACEOF 22521 #line $LINENO "configure" 22522 #include "confdefs.h" 26239 /* confdefs.h. */ 26240 _ACEOF 26241 cat confdefs.h >>conftest.$ac_ext 26242 cat >>conftest.$ac_ext <<_ACEOF 26243 /* end confdefs.h. */ 22523 26244 22524 26245 #include <sys/types.h> … … 22530 26251 _ACEOF 22531 26252 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 22532 egrep"getpwuid" >/dev/null 2>&1; then26253 $EGREP "getpwuid" >/dev/null 2>&1; then 22533 26254 bash_cv_getpw_declared=yes 22534 26255 else … … 22539 26260 fi 22540 26261 22541 echo "$as_me:$LINENO: result: $bash_cv_getpw_declared" >&522542 echo "${ECHO_T}$bash_cv_getpw_declared" >&6 26262 { echo "$as_me:$LINENO: result: $bash_cv_getpw_declared" >&5 26263 echo "${ECHO_T}$bash_cv_getpw_declared" >&6; } 22543 26264 if test $bash_cv_getpw_declared = yes; then 22544 26265 cat >>confdefs.h <<\_ACEOF … … 22548 26269 fi 22549 26270 22550 echo "$as_me:$LINENO: checking for unusable real-time signals due to large values" >&522551 echo $ECHO_N "checking for unusable real-time signals due to large values... $ECHO_C" >&6 26271 { echo "$as_me:$LINENO: checking for unusable real-time signals due to large values" >&5 26272 echo $ECHO_N "checking for unusable real-time signals due to large values... $ECHO_C" >&6; } 22552 26273 if test "${bash_cv_unusable_rtsigs+set}" = set; then 22553 26274 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 22560 26281 else 22561 26282 cat >conftest.$ac_ext <<_ACEOF 22562 #line $LINENO "configure" 22563 #include "confdefs.h" 26283 /* confdefs.h. */ 26284 _ACEOF 26285 cat confdefs.h >>conftest.$ac_ext 26286 cat >>conftest.$ac_ext <<_ACEOF 26287 /* end confdefs.h. */ 22564 26288 22565 26289 #include <sys/types.h> … … 22583 26307 _ACEOF 22584 26308 rm -f conftest$ac_exeext 22585 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22586 (eval $ac_link) 2>&5 26309 if { (ac_try="$ac_link" 26310 case "(($ac_try" in 26311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26312 *) ac_try_echo=$ac_try;; 26313 esac 26314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26315 (eval "$ac_link") 2>&5 22587 26316 ac_status=$? 22588 26317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22589 26318 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 22590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22591 (eval $ac_try) 2>&5 26319 { (case "(($ac_try" in 26320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26321 *) ac_try_echo=$ac_try;; 26322 esac 26323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26324 (eval "$ac_try") 2>&5 22592 26325 ac_status=$? 22593 26326 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 22597 26330 echo "$as_me: program exited with status $ac_status" >&5 22598 26331 echo "$as_me: failed program was:" >&5 22599 cat conftest.$ac_ext >&5 26332 sed 's/^/| /' conftest.$ac_ext >&5 26333 22600 26334 ( exit $ac_status ) 22601 26335 bash_cv_unusable_rtsigs=no 22602 26336 fi 22603 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 22604 fi 22605 fi 22606 22607 echo "$as_me:$LINENO: result: $bash_cv_unusable_rtsigs" >&5 22608 echo "${ECHO_T}$bash_cv_unusable_rtsigs" >&6 26337 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 26338 fi 26339 26340 26341 fi 26342 26343 { echo "$as_me:$LINENO: result: $bash_cv_unusable_rtsigs" >&5 26344 echo "${ECHO_T}$bash_cv_unusable_rtsigs" >&6; } 22609 26345 if test $bash_cv_unusable_rtsigs = yes; then 22610 26346 cat >>confdefs.h <<\_ACEOF … … 22627 26363 22628 26364 case "$host_os" in 22629 hpux*) echo "$as_me:$LINENO: checking whether $host_os needs _KERNEL for RLIMIT defines" >&522630 echo $ECHO_N "checking whether $host_os needs _KERNEL for RLIMIT defines... $ECHO_C" >&6 26365 hpux*) { echo "$as_me:$LINENO: checking whether $host_os needs _KERNEL for RLIMIT defines" >&5 26366 echo $ECHO_N "checking whether $host_os needs _KERNEL for RLIMIT defines... $ECHO_C" >&6; } 22631 26367 if test "${bash_cv_kernel_rlimit+set}" = set; then 22632 26368 echo $ECHO_N "(cached) $ECHO_C" >&6 22633 26369 else 22634 26370 cat >conftest.$ac_ext <<_ACEOF 22635 #line $LINENO "configure" 22636 #include "confdefs.h" 26371 /* confdefs.h. */ 26372 _ACEOF 26373 cat confdefs.h >>conftest.$ac_ext 26374 cat >>conftest.$ac_ext <<_ACEOF 26375 /* end confdefs.h. */ 22637 26376 22638 26377 #include <sys/types.h> 22639 26378 #include <sys/resource.h> 22640 26379 22641 #ifdef F77_DUMMY_MAIN22642 # ifdef __cplusplus22643 extern "C"22644 # endif22645 int F77_DUMMY_MAIN() { return 1; }22646 #endif22647 26380 int 22648 26381 main () … … 22657 26390 _ACEOF 22658 26391 rm -f conftest.$ac_objext 22659 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 22660 (eval $ac_compile) 2>&5 22661 ac_status=$? 22662 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22663 (exit $ac_status); } && 22664 { ac_try='test -s conftest.$ac_objext' 22665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22666 (eval $ac_try) 2>&5 22667 ac_status=$? 22668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22669 (exit $ac_status); }; }; then 26392 if { (ac_try="$ac_compile" 26393 case "(($ac_try" in 26394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26395 *) ac_try_echo=$ac_try;; 26396 esac 26397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26398 (eval "$ac_compile") 2>conftest.er1 26399 ac_status=$? 26400 grep -v '^ *+' conftest.er1 >conftest.err 26401 rm -f conftest.er1 26402 cat conftest.err >&5 26403 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26404 (exit $ac_status); } && { 26405 test -z "$ac_c_werror_flag" || 26406 test ! -s conftest.err 26407 } && test -s conftest.$ac_objext; then 22670 26408 bash_cv_kernel_rlimit=no 22671 26409 else 22672 26410 echo "$as_me: failed program was:" >&5 22673 cat conftest.$ac_ext >&5 22674 cat >conftest.$ac_ext <<_ACEOF 22675 #line $LINENO "configure" 22676 #include "confdefs.h" 26411 sed 's/^/| /' conftest.$ac_ext >&5 26412 26413 cat >conftest.$ac_ext <<_ACEOF 26414 /* confdefs.h. */ 26415 _ACEOF 26416 cat confdefs.h >>conftest.$ac_ext 26417 cat >>conftest.$ac_ext <<_ACEOF 26418 /* end confdefs.h. */ 22677 26419 22678 26420 #include <sys/types.h> … … 22681 26423 #undef _KERNEL 22682 26424 22683 #ifdef F77_DUMMY_MAIN22684 # ifdef __cplusplus22685 extern "C"22686 # endif22687 int F77_DUMMY_MAIN() { return 1; }22688 #endif22689 26425 int 22690 26426 main () … … 22699 26435 _ACEOF 22700 26436 rm -f conftest.$ac_objext 22701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 22702 (eval $ac_compile) 2>&5 22703 ac_status=$? 22704 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22705 (exit $ac_status); } && 22706 { ac_try='test -s conftest.$ac_objext' 22707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22708 (eval $ac_try) 2>&5 22709 ac_status=$? 22710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22711 (exit $ac_status); }; }; then 26437 if { (ac_try="$ac_compile" 26438 case "(($ac_try" in 26439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26440 *) ac_try_echo=$ac_try;; 26441 esac 26442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26443 (eval "$ac_compile") 2>conftest.er1 26444 ac_status=$? 26445 grep -v '^ *+' conftest.er1 >conftest.err 26446 rm -f conftest.er1 26447 cat conftest.err >&5 26448 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26449 (exit $ac_status); } && { 26450 test -z "$ac_c_werror_flag" || 26451 test ! -s conftest.err 26452 } && test -s conftest.$ac_objext; then 22712 26453 bash_cv_kernel_rlimit=yes 22713 26454 else 22714 26455 echo "$as_me: failed program was:" >&5 22715 cat conftest.$ac_ext >&5 22716 bash_cv_kernel_rlimit=no 22717 fi 22718 rm -f conftest.$ac_objext conftest.$ac_ext 22719 22720 fi 22721 rm -f conftest.$ac_objext conftest.$ac_ext 22722 fi 22723 22724 echo "$as_me:$LINENO: result: $bash_cv_kernel_rlimit" >&5 22725 echo "${ECHO_T}$bash_cv_kernel_rlimit" >&6 26456 sed 's/^/| /' conftest.$ac_ext >&5 26457 26458 bash_cv_kernel_rlimit=no 26459 fi 26460 26461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 26462 26463 fi 26464 26465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 26466 fi 26467 26468 { echo "$as_me:$LINENO: result: $bash_cv_kernel_rlimit" >&5 26469 echo "${ECHO_T}$bash_cv_kernel_rlimit" >&6; } 22726 26470 if test $bash_cv_kernel_rlimit = yes; then 22727 26471 cat >>confdefs.h <<\_ACEOF … … 22741 26485 _bash_needmsg=yes 22742 26486 else 22743 echo "$as_me:$LINENO: checking which library has the termcap functions" >&522744 echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6 26487 { echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 26488 echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6; } 22745 26489 _bash_needmsg= 22746 26490 fi … … 22748 26492 echo $ECHO_N "(cached) $ECHO_C" >&6 22749 26493 else 22750 echo "$as_me:$LINENO: checking for tgetent" >&522751 echo $ECHO_N "checking for tgetent... $ECHO_C" >&6 26494 { echo "$as_me:$LINENO: checking for tgetent" >&5 26495 echo $ECHO_N "checking for tgetent... $ECHO_C" >&6; } 22752 26496 if test "${ac_cv_func_tgetent+set}" = set; then 22753 26497 echo $ECHO_N "(cached) $ECHO_C" >&6 22754 26498 else 22755 26499 cat >conftest.$ac_ext <<_ACEOF 22756 #line $LINENO "configure" 22757 #include "confdefs.h" 26500 /* confdefs.h. */ 26501 _ACEOF 26502 cat confdefs.h >>conftest.$ac_ext 26503 cat >>conftest.$ac_ext <<_ACEOF 26504 /* end confdefs.h. */ 26505 /* Define tgetent to an innocuous variant, in case <limits.h> declares tgetent. 26506 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 26507 #define tgetent innocuous_tgetent 26508 22758 26509 /* System header to define __stub macros and hopefully few prototypes, 22759 which can conflict with char tgetent (); below. */ 22760 #include <assert.h> 22761 /* Override any gcc2 internal prototype to avoid an error. */ 26510 which can conflict with char tgetent (); below. 26511 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 26512 <limits.h> exists even on freestanding compilers. */ 26513 26514 #ifdef __STDC__ 26515 # include <limits.h> 26516 #else 26517 # include <assert.h> 26518 #endif 26519 26520 #undef tgetent 26521 26522 /* Override any GCC internal prototype to avoid an error. 26523 Use char because int might match the return type of a GCC 26524 builtin and then its argument prototype would still apply. */ 22762 26525 #ifdef __cplusplus 22763 26526 extern "C" 22764 26527 #endif 22765 /* We use char because int might match the return type of a gcc222766 builtin and then its argument prototype would still apply. */22767 26528 char tgetent (); 22768 char (*f) (); 22769 22770 #ifdef F77_DUMMY_MAIN 22771 # ifdef __cplusplus 22772 extern "C" 22773 # endif 22774 int F77_DUMMY_MAIN() { return 1; } 26529 /* The GNU C library defines this for functions which it implements 26530 to always fail with ENOSYS. Some functions are actually named 26531 something starting with __ and the normal name is an alias. */ 26532 #if defined __stub_tgetent || defined __stub___tgetent 26533 choke me 22775 26534 #endif 26535 22776 26536 int 22777 26537 main () 22778 26538 { 22779 /* The GNU C library defines this for functions which it implements 22780 to always fail with ENOSYS. Some functions are actually named 22781 something starting with __ and the normal name is an alias. */ 22782 #if defined (__stub_tgetent) || defined (__stub___tgetent) 22783 choke me 22784 #else 22785 f = tgetent; 22786 #endif 22787 26539 return tgetent (); 22788 26540 ; 22789 26541 return 0; … … 22791 26543 _ACEOF 22792 26544 rm -f conftest.$ac_objext conftest$ac_exeext 22793 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22794 (eval $ac_link) 2>&5 22795 ac_status=$? 22796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22797 (exit $ac_status); } && 22798 { ac_try='test -s conftest$ac_exeext' 22799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22800 (eval $ac_try) 2>&5 22801 ac_status=$? 22802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22803 (exit $ac_status); }; }; then 26545 if { (ac_try="$ac_link" 26546 case "(($ac_try" in 26547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26548 *) ac_try_echo=$ac_try;; 26549 esac 26550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26551 (eval "$ac_link") 2>conftest.er1 26552 ac_status=$? 26553 grep -v '^ *+' conftest.er1 >conftest.err 26554 rm -f conftest.er1 26555 cat conftest.err >&5 26556 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26557 (exit $ac_status); } && { 26558 test -z "$ac_c_werror_flag" || 26559 test ! -s conftest.err 26560 } && test -s conftest$ac_exeext && 26561 $as_test_x conftest$ac_exeext; then 22804 26562 ac_cv_func_tgetent=yes 22805 26563 else 22806 26564 echo "$as_me: failed program was:" >&5 22807 cat conftest.$ac_ext >&5 22808 ac_cv_func_tgetent=no 22809 fi 22810 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 22811 fi 22812 echo "$as_me:$LINENO: result: $ac_cv_func_tgetent" >&5 22813 echo "${ECHO_T}$ac_cv_func_tgetent" >&6 26565 sed 's/^/| /' conftest.$ac_ext >&5 26566 26567 ac_cv_func_tgetent=no 26568 fi 26569 26570 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26571 conftest$ac_exeext conftest.$ac_ext 26572 fi 26573 { echo "$as_me:$LINENO: result: $ac_cv_func_tgetent" >&5 26574 echo "${ECHO_T}$ac_cv_func_tgetent" >&6; } 22814 26575 if test $ac_cv_func_tgetent = yes; then 22815 26576 bash_cv_termcap_lib=libc 22816 26577 else 22817 echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&522818 echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6 26578 { echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5 26579 echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6; } 22819 26580 if test "${ac_cv_lib_termcap_tgetent+set}" = set; then 22820 26581 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 22823 26584 LIBS="-ltermcap $LIBS" 22824 26585 cat >conftest.$ac_ext <<_ACEOF 22825 #line $LINENO "configure" 22826 #include "confdefs.h" 22827 22828 /* Override any gcc2 internal prototype to avoid an error. */ 26586 /* confdefs.h. */ 26587 _ACEOF 26588 cat confdefs.h >>conftest.$ac_ext 26589 cat >>conftest.$ac_ext <<_ACEOF 26590 /* end confdefs.h. */ 26591 26592 /* Override any GCC internal prototype to avoid an error. 26593 Use char because int might match the return type of a GCC 26594 builtin and then its argument prototype would still apply. */ 22829 26595 #ifdef __cplusplus 22830 26596 extern "C" 22831 26597 #endif 22832 /* We use char because int might match the return type of a gcc222833 builtin and then its argument prototype would still apply. */22834 26598 char tgetent (); 22835 #ifdef F77_DUMMY_MAIN22836 # ifdef __cplusplus22837 extern "C"22838 # endif22839 int F77_DUMMY_MAIN() { return 1; }22840 #endif22841 26599 int 22842 26600 main () 22843 26601 { 22844 tgetent ();26602 return tgetent (); 22845 26603 ; 22846 26604 return 0; … … 22848 26606 _ACEOF 22849 26607 rm -f conftest.$ac_objext conftest$ac_exeext 22850 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22851 (eval $ac_link) 2>&5 22852 ac_status=$? 22853 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22854 (exit $ac_status); } && 22855 { ac_try='test -s conftest$ac_exeext' 22856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22857 (eval $ac_try) 2>&5 22858 ac_status=$? 22859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22860 (exit $ac_status); }; }; then 26608 if { (ac_try="$ac_link" 26609 case "(($ac_try" in 26610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26611 *) ac_try_echo=$ac_try;; 26612 esac 26613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26614 (eval "$ac_link") 2>conftest.er1 26615 ac_status=$? 26616 grep -v '^ *+' conftest.er1 >conftest.err 26617 rm -f conftest.er1 26618 cat conftest.err >&5 26619 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26620 (exit $ac_status); } && { 26621 test -z "$ac_c_werror_flag" || 26622 test ! -s conftest.err 26623 } && test -s conftest$ac_exeext && 26624 $as_test_x conftest$ac_exeext; then 22861 26625 ac_cv_lib_termcap_tgetent=yes 22862 26626 else 22863 26627 echo "$as_me: failed program was:" >&5 22864 cat conftest.$ac_ext >&5 22865 ac_cv_lib_termcap_tgetent=no 22866 fi 22867 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 26628 sed 's/^/| /' conftest.$ac_ext >&5 26629 26630 ac_cv_lib_termcap_tgetent=no 26631 fi 26632 26633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26634 conftest$ac_exeext conftest.$ac_ext 22868 26635 LIBS=$ac_check_lib_save_LIBS 22869 26636 fi 22870 echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&522871 echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6 26637 { echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5 26638 echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6; } 22872 26639 if test $ac_cv_lib_termcap_tgetent = yes; then 22873 26640 bash_cv_termcap_lib=libtermcap 22874 26641 else 22875 echo "$as_me:$LINENO: checking for tgetent in -ltinfo" >&522876 echo $ECHO_N "checking for tgetent in -ltinfo... $ECHO_C" >&6 26642 { echo "$as_me:$LINENO: checking for tgetent in -ltinfo" >&5 26643 echo $ECHO_N "checking for tgetent in -ltinfo... $ECHO_C" >&6; } 22877 26644 if test "${ac_cv_lib_tinfo_tgetent+set}" = set; then 22878 26645 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 22881 26648 LIBS="-ltinfo $LIBS" 22882 26649 cat >conftest.$ac_ext <<_ACEOF 22883 #line $LINENO "configure" 22884 #include "confdefs.h" 22885 22886 /* Override any gcc2 internal prototype to avoid an error. */ 26650 /* confdefs.h. */ 26651 _ACEOF 26652 cat confdefs.h >>conftest.$ac_ext 26653 cat >>conftest.$ac_ext <<_ACEOF 26654 /* end confdefs.h. */ 26655 26656 /* Override any GCC internal prototype to avoid an error. 26657 Use char because int might match the return type of a GCC 26658 builtin and then its argument prototype would still apply. */ 22887 26659 #ifdef __cplusplus 22888 26660 extern "C" 22889 26661 #endif 22890 /* We use char because int might match the return type of a gcc222891 builtin and then its argument prototype would still apply. */22892 26662 char tgetent (); 22893 #ifdef F77_DUMMY_MAIN22894 # ifdef __cplusplus22895 extern "C"22896 # endif22897 int F77_DUMMY_MAIN() { return 1; }22898 #endif22899 26663 int 22900 26664 main () 22901 26665 { 22902 tgetent ();26666 return tgetent (); 22903 26667 ; 22904 26668 return 0; … … 22906 26670 _ACEOF 22907 26671 rm -f conftest.$ac_objext conftest$ac_exeext 22908 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22909 (eval $ac_link) 2>&5 22910 ac_status=$? 22911 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22912 (exit $ac_status); } && 22913 { ac_try='test -s conftest$ac_exeext' 22914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22915 (eval $ac_try) 2>&5 22916 ac_status=$? 22917 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22918 (exit $ac_status); }; }; then 26672 if { (ac_try="$ac_link" 26673 case "(($ac_try" in 26674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26675 *) ac_try_echo=$ac_try;; 26676 esac 26677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26678 (eval "$ac_link") 2>conftest.er1 26679 ac_status=$? 26680 grep -v '^ *+' conftest.er1 >conftest.err 26681 rm -f conftest.er1 26682 cat conftest.err >&5 26683 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26684 (exit $ac_status); } && { 26685 test -z "$ac_c_werror_flag" || 26686 test ! -s conftest.err 26687 } && test -s conftest$ac_exeext && 26688 $as_test_x conftest$ac_exeext; then 22919 26689 ac_cv_lib_tinfo_tgetent=yes 22920 26690 else 22921 26691 echo "$as_me: failed program was:" >&5 22922 cat conftest.$ac_ext >&5 22923 ac_cv_lib_tinfo_tgetent=no 22924 fi 22925 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 26692 sed 's/^/| /' conftest.$ac_ext >&5 26693 26694 ac_cv_lib_tinfo_tgetent=no 26695 fi 26696 26697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26698 conftest$ac_exeext conftest.$ac_ext 22926 26699 LIBS=$ac_check_lib_save_LIBS 22927 26700 fi 22928 echo "$as_me:$LINENO: result: $ac_cv_lib_tinfo_tgetent" >&522929 echo "${ECHO_T}$ac_cv_lib_tinfo_tgetent" >&6 26701 { echo "$as_me:$LINENO: result: $ac_cv_lib_tinfo_tgetent" >&5 26702 echo "${ECHO_T}$ac_cv_lib_tinfo_tgetent" >&6; } 22930 26703 if test $ac_cv_lib_tinfo_tgetent = yes; then 22931 26704 bash_cv_termcap_lib=libtinfo 22932 26705 else 22933 echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&522934 echo $ECHO_N "checking for tgetent in -lcurses... $ECHO_C" >&6 26706 { echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5 26707 echo $ECHO_N "checking for tgetent in -lcurses... $ECHO_C" >&6; } 22935 26708 if test "${ac_cv_lib_curses_tgetent+set}" = set; then 22936 26709 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 22939 26712 LIBS="-lcurses $LIBS" 22940 26713 cat >conftest.$ac_ext <<_ACEOF 22941 #line $LINENO "configure" 22942 #include "confdefs.h" 22943 22944 /* Override any gcc2 internal prototype to avoid an error. */ 26714 /* confdefs.h. */ 26715 _ACEOF 26716 cat confdefs.h >>conftest.$ac_ext 26717 cat >>conftest.$ac_ext <<_ACEOF 26718 /* end confdefs.h. */ 26719 26720 /* Override any GCC internal prototype to avoid an error. 26721 Use char because int might match the return type of a GCC 26722 builtin and then its argument prototype would still apply. */ 22945 26723 #ifdef __cplusplus 22946 26724 extern "C" 22947 26725 #endif 22948 /* We use char because int might match the return type of a gcc222949 builtin and then its argument prototype would still apply. */22950 26726 char tgetent (); 22951 #ifdef F77_DUMMY_MAIN22952 # ifdef __cplusplus22953 extern "C"22954 # endif22955 int F77_DUMMY_MAIN() { return 1; }22956 #endif22957 26727 int 22958 26728 main () 22959 26729 { 22960 tgetent ();26730 return tgetent (); 22961 26731 ; 22962 26732 return 0; … … 22964 26734 _ACEOF 22965 26735 rm -f conftest.$ac_objext conftest$ac_exeext 22966 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22967 (eval $ac_link) 2>&5 22968 ac_status=$? 22969 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22970 (exit $ac_status); } && 22971 { ac_try='test -s conftest$ac_exeext' 22972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22973 (eval $ac_try) 2>&5 22974 ac_status=$? 22975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22976 (exit $ac_status); }; }; then 26736 if { (ac_try="$ac_link" 26737 case "(($ac_try" in 26738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26739 *) ac_try_echo=$ac_try;; 26740 esac 26741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26742 (eval "$ac_link") 2>conftest.er1 26743 ac_status=$? 26744 grep -v '^ *+' conftest.er1 >conftest.err 26745 rm -f conftest.er1 26746 cat conftest.err >&5 26747 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26748 (exit $ac_status); } && { 26749 test -z "$ac_c_werror_flag" || 26750 test ! -s conftest.err 26751 } && test -s conftest$ac_exeext && 26752 $as_test_x conftest$ac_exeext; then 22977 26753 ac_cv_lib_curses_tgetent=yes 22978 26754 else 22979 26755 echo "$as_me: failed program was:" >&5 22980 cat conftest.$ac_ext >&5 22981 ac_cv_lib_curses_tgetent=no 22982 fi 22983 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 26756 sed 's/^/| /' conftest.$ac_ext >&5 26757 26758 ac_cv_lib_curses_tgetent=no 26759 fi 26760 26761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26762 conftest$ac_exeext conftest.$ac_ext 22984 26763 LIBS=$ac_check_lib_save_LIBS 22985 26764 fi 22986 echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&522987 echo "${ECHO_T}$ac_cv_lib_curses_tgetent" >&6 26765 { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5 26766 echo "${ECHO_T}$ac_cv_lib_curses_tgetent" >&6; } 22988 26767 if test $ac_cv_lib_curses_tgetent = yes; then 22989 26768 bash_cv_termcap_lib=libcurses 22990 26769 else 22991 echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&522992 echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6 26770 { echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5 26771 echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6; } 22993 26772 if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then 22994 26773 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 22997 26776 LIBS="-lncurses $LIBS" 22998 26777 cat >conftest.$ac_ext <<_ACEOF 22999 #line $LINENO "configure" 23000 #include "confdefs.h" 23001 23002 /* Override any gcc2 internal prototype to avoid an error. */ 26778 /* confdefs.h. */ 26779 _ACEOF 26780 cat confdefs.h >>conftest.$ac_ext 26781 cat >>conftest.$ac_ext <<_ACEOF 26782 /* end confdefs.h. */ 26783 26784 /* Override any GCC internal prototype to avoid an error. 26785 Use char because int might match the return type of a GCC 26786 builtin and then its argument prototype would still apply. */ 23003 26787 #ifdef __cplusplus 23004 26788 extern "C" 23005 26789 #endif 23006 /* We use char because int might match the return type of a gcc223007 builtin and then its argument prototype would still apply. */23008 26790 char tgetent (); 23009 #ifdef F77_DUMMY_MAIN23010 # ifdef __cplusplus23011 extern "C"23012 # endif23013 int F77_DUMMY_MAIN() { return 1; }23014 #endif23015 26791 int 23016 26792 main () 23017 26793 { 23018 tgetent ();26794 return tgetent (); 23019 26795 ; 23020 26796 return 0; … … 23022 26798 _ACEOF 23023 26799 rm -f conftest.$ac_objext conftest$ac_exeext 23024 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 23025 (eval $ac_link) 2>&5 23026 ac_status=$? 23027 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23028 (exit $ac_status); } && 23029 { ac_try='test -s conftest$ac_exeext' 23030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 23031 (eval $ac_try) 2>&5 23032 ac_status=$? 23033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23034 (exit $ac_status); }; }; then 26800 if { (ac_try="$ac_link" 26801 case "(($ac_try" in 26802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26803 *) ac_try_echo=$ac_try;; 26804 esac 26805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26806 (eval "$ac_link") 2>conftest.er1 26807 ac_status=$? 26808 grep -v '^ *+' conftest.er1 >conftest.err 26809 rm -f conftest.er1 26810 cat conftest.err >&5 26811 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26812 (exit $ac_status); } && { 26813 test -z "$ac_c_werror_flag" || 26814 test ! -s conftest.err 26815 } && test -s conftest$ac_exeext && 26816 $as_test_x conftest$ac_exeext; then 23035 26817 ac_cv_lib_ncurses_tgetent=yes 23036 26818 else 23037 26819 echo "$as_me: failed program was:" >&5 23038 cat conftest.$ac_ext >&5 23039 ac_cv_lib_ncurses_tgetent=no 23040 fi 23041 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 26820 sed 's/^/| /' conftest.$ac_ext >&5 26821 26822 ac_cv_lib_ncurses_tgetent=no 26823 fi 26824 26825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26826 conftest$ac_exeext conftest.$ac_ext 23042 26827 LIBS=$ac_check_lib_save_LIBS 23043 26828 fi 23044 echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&523045 echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6 26829 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5 26830 echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6; } 23046 26831 if test $ac_cv_lib_ncurses_tgetent = yes; then 23047 26832 bash_cv_termcap_lib=libncurses … … 23061 26846 23062 26847 if test "X$_bash_needmsg" = "Xyes"; then 23063 echo "$as_me:$LINENO: checking which library has the termcap functions" >&523064 echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6 23065 fi 23066 echo "$as_me:$LINENO: result: using $bash_cv_termcap_lib" >&523067 echo "${ECHO_T}using $bash_cv_termcap_lib" >&6 26848 { echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 26849 echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6; } 26850 fi 26851 { echo "$as_me:$LINENO: result: using $bash_cv_termcap_lib" >&5 26852 echo "${ECHO_T}using $bash_cv_termcap_lib" >&6; } 23068 26853 if test $bash_cv_termcap_lib = gnutermcap && test -z "$prefer_curses"; then 23069 26854 LDFLAGS="$LDFLAGS -L./lib/termcap" … … 23091 26876 23092 26877 23093 echo "$as_me:$LINENO: checking whether /dev/fd is available" >&523094 echo $ECHO_N "checking whether /dev/fd is available... $ECHO_C" >&6 26878 { echo "$as_me:$LINENO: checking whether /dev/fd is available" >&5 26879 echo $ECHO_N "checking whether /dev/fd is available... $ECHO_C" >&6; } 23095 26880 if test "${bash_cv_dev_fd+set}" = set; then 23096 26881 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 23113 26898 fi 23114 26899 23115 echo "$as_me:$LINENO: result: $bash_cv_dev_fd" >&523116 echo "${ECHO_T}$bash_cv_dev_fd" >&6 26900 { echo "$as_me:$LINENO: result: $bash_cv_dev_fd" >&5 26901 echo "${ECHO_T}$bash_cv_dev_fd" >&6; } 23117 26902 if test $bash_cv_dev_fd = "standard"; then 23118 26903 cat >>confdefs.h <<\_ACEOF … … 23135 26920 fi 23136 26921 23137 echo "$as_me:$LINENO: checking whether /dev/stdin stdout stderr are available" >&523138 echo $ECHO_N "checking whether /dev/stdin stdout stderr are available... $ECHO_C" >&6 26922 { echo "$as_me:$LINENO: checking whether /dev/stdin stdout stderr are available" >&5 26923 echo $ECHO_N "checking whether /dev/stdin stdout stderr are available... $ECHO_C" >&6; } 23139 26924 if test "${bash_cv_dev_stdin+set}" = set; then 23140 26925 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 23150 26935 fi 23151 26936 23152 echo "$as_me:$LINENO: result: $bash_cv_dev_stdin" >&523153 echo "${ECHO_T}$bash_cv_dev_stdin" >&6 26937 { echo "$as_me:$LINENO: result: $bash_cv_dev_stdin" >&5 26938 echo "${ECHO_T}$bash_cv_dev_stdin" >&6; } 23154 26939 if test $bash_cv_dev_stdin = "present"; then 23155 26940 cat >>confdefs.h <<\_ACEOF … … 23159 26944 fi 23160 26945 23161 echo "$as_me:$LINENO: checking for default mail directory" >&523162 echo $ECHO_N "checking for default mail directory... $ECHO_C" >&6 26946 { echo "$as_me:$LINENO: checking for default mail directory" >&5 26947 echo $ECHO_N "checking for default mail directory... $ECHO_C" >&6; } 23163 26948 if test "${bash_cv_mail_dir+set}" = set; then 23164 26949 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 23178 26963 fi 23179 26964 23180 echo "$as_me:$LINENO: result: $bash_cv_mail_dir" >&523181 echo "${ECHO_T}$bash_cv_mail_dir" >&6 26965 { echo "$as_me:$LINENO: result: $bash_cv_mail_dir" >&5 26966 echo "${ECHO_T}$bash_cv_mail_dir" >&6; } 23182 26967 cat >>confdefs.h <<_ACEOF 23183 26968 #define DEFAULT_MAIL_DIRECTORY "$bash_cv_mail_dir" … … 23283 27068 if test "$ac_cv_func_dlopen" = "yes" && test -f ${srcdir}/support/shobj-conf 23284 27069 then 23285 echo "$as_me:$LINENO: checking shared object configuration for loadable builtins" >&523286 echo $ECHO_N "checking shared object configuration for loadable builtins... $ECHO_C" >&6 27070 { echo "$as_me:$LINENO: checking shared object configuration for loadable builtins" >&5 27071 echo $ECHO_N "checking shared object configuration for loadable builtins... $ECHO_C" >&6; } 23287 27072 eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"` 23288 27073 … … 23293 27078 23294 27079 23295 echo "$as_me:$LINENO: result: $SHOBJ_STATUS" >&523296 echo "${ECHO_T}$SHOBJ_STATUS" >&6 27080 { echo "$as_me:$LINENO: result: $SHOBJ_STATUS" >&5 27081 echo "${ECHO_T}$SHOBJ_STATUS" >&6; } 23297 27082 fi 23298 27083 … … 23345 27130 23346 27131 ac_config_files="$ac_config_files Makefile builtins/Makefile lib/readline/Makefile lib/glob/Makefile lib/intl/Makefile lib/malloc/Makefile lib/sh/Makefile lib/termcap/Makefile lib/tilde/Makefile doc/Makefile support/Makefile po/Makefile.in examples/loadables/Makefile examples/loadables/perl/Makefile pathnames.h" 27132 23347 27133 ac_config_commands="$ac_config_commands default" 27134 23348 27135 cat >confcache <<\_ACEOF 23349 27136 # This file is a shell script that caches the results of configure … … 23356 27143 # the --recheck option to rerun configure. 23357 27144 # 23358 # `ac_cv_env_foo' variables (set or unset) will be overrid en when27145 # `ac_cv_env_foo' variables (set or unset) will be overridden when 23359 27146 # loading this file, other *unset* `ac_cv_foo' will be assigned the 23360 27147 # following values. … … 23364 27151 # The following way of writing the cache mishandles newlines in values, 23365 27152 # but we know of no workaround that is simple, portable, and efficient. 23366 # So, don't put newlines in cache variables' values.27153 # So, we kill variables containing newlines. 23367 27154 # Ultrix sh set writes to stderr and can't be redirected directly, 23368 27155 # and sets the high bit in the cache file unless we assign to the vars. 23369 { 27156 ( 27157 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 27158 eval ac_val=\$$ac_var 27159 case $ac_val in #( 27160 *${as_nl}*) 27161 case $ac_var in #( 27162 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 27163 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 27164 esac 27165 case $ac_var in #( 27166 _ | IFS | as_nl) ;; #( 27167 *) $as_unset $ac_var ;; 27168 esac ;; 27169 esac 27170 done 27171 23370 27172 (set) 2>&1 | 23371 case `(ac_space=' '; set | grep ac_space) 2>&1` in23372 * ac_space=\ *)27173 case $as_nl`(ac_space=' '; set) 2>&1` in #( 27174 *${as_nl}ac_space=\ *) 23373 27175 # `set' does not quote correctly, so add quotes (double-quote 23374 27176 # substitution turns \\\\ into \\, and sed turns \\ into \). 23375 27177 sed -n \ 23376 23377 23378 ;; 27178 "s/'/'\\\\''/g; 27179 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 27180 ;; #( 23379 27181 *) 23380 27182 # `set' quotes correctly as required by POSIX, so do not add quotes. 23381 sed -n \ 23382 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 27183 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 23383 27184 ;; 23384 esac; 23385 } | 27185 esac | 27186 sort 27187 ) | 23386 27188 sed ' 27189 /^ac_cv_env_/b end 23387 27190 t clear 23388 : 27191 :clear 23389 27192 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 23390 27193 t end 23391 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 23392 : end' >>confcache 23393 if cmp -s $cache_file confcache; then :; else 23394 if test -w $cache_file; then 23395 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 27194 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 27195 :end' >>confcache 27196 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 27197 if test -w "$cache_file"; then 27198 test "x$cache_file" != "x/dev/null" && 27199 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 27200 echo "$as_me: updating cache $cache_file" >&6;} 23396 27201 cat confcache >$cache_file 23397 27202 else 23398 echo "not updating unwritable cache $cache_file" 27203 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 27204 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 23399 27205 fi 23400 27206 fi … … 23405 27211 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 23406 27212 23407 # VPATH may cause trouble with some makes, so we remove $(srcdir),23408 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and23409 # trailing colons and then remove the whole line if VPATH becomes empty23410 # (actually we leave an empty line to preserve line numbers).23411 if test "x$srcdir" = x.; then23412 ac_vpsub='/^[ ]*VPATH[ ]*=/{23413 s/:*\$(srcdir):*/:/;23414 s/:*\${srcdir}:*/:/;23415 s/:*@srcdir@:*/:/;23416 s/^\([^=]*=[ ]*\):*/\1/;23417 s/:*$//;23418 s/^[^=]*=[ ]*$//;23419 }'23420 fi23421 23422 27213 DEFS=-DHAVE_CONFIG_H 27214 27215 ac_libobjs= 27216 ac_ltlibobjs= 27217 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 27218 # 1. Remove the extension, and $U if already installed. 27219 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 27220 ac_i=`echo "$ac_i" | sed "$ac_script"` 27221 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 27222 # will be set to the directory where LIBOBJS objects are built. 27223 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 27224 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 27225 done 27226 LIBOBJS=$ac_libobjs 27227 27228 LTLIBOBJS=$ac_ltlibobjs 27229 23423 27230 23424 27231 … … 23436 27243 23437 27244 debug=false 27245 ac_cs_recheck=false 27246 ac_cs_silent=false 23438 27247 SHELL=\${CONFIG_SHELL-$SHELL} 23439 27248 _ACEOF 23440 27249 23441 27250 cat >>$CONFIG_STATUS <<\_ACEOF 23442 23443 27251 ## --------------------- ## 23444 27252 ## M4sh Initialization. ## 23445 27253 ## --------------------- ## 23446 27254 23447 # Be Bourne compatible 27255 # Be more Bourne compatible 27256 DUALCASE=1; export DUALCASE # for MKS sh 23448 27257 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 23449 27258 emulate sh 23450 27259 NULLCMD=: 23451 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 23452 set -o posix 23453 fi 23454 23455 # NLS nuisances. 23456 # Support unset when possible. 23457 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 23458 as_unset=unset 23459 else 23460 as_unset=false 23461 fi 23462 23463 (set +x; test -n "`(LANG=C; export LANG) 2>&1`") && 23464 { $as_unset LANG || test "${LANG+set}" != set; } || 23465 { LANG=C; export LANG; } 23466 (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") && 23467 { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } || 23468 { LC_ALL=C; export LC_ALL; } 23469 (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") && 23470 { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } || 23471 { LC_TIME=C; export LC_TIME; } 23472 (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") && 23473 { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } || 23474 { LC_CTYPE=C; export LC_CTYPE; } 23475 (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") && 23476 { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } || 23477 { LANGUAGE=C; export LANGUAGE; } 23478 (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") && 23479 { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } || 23480 { LC_COLLATE=C; export LC_COLLATE; } 23481 (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") && 23482 { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } || 23483 { LC_NUMERIC=C; export LC_NUMERIC; } 23484 (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") && 23485 { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } || 23486 { LC_MESSAGES=C; export LC_MESSAGES; } 23487 23488 23489 # Name of the executable. 23490 as_me=`(basename "$0") 2>/dev/null || 23491 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 23492 X"$0" : 'X\(//\)$' \| \ 23493 X"$0" : 'X\(/\)$' \| \ 23494 . : '\(.\)' 2>/dev/null || 23495 echo X/"$0" | 23496 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 23497 /^X\/\(\/\/\)$/{ s//\1/; q; } 23498 /^X\/\(\/\).*/{ s//\1/; q; } 23499 s/.*/./; q'` 23500 23501 # PATH needs CR, and LINENO needs CR and PATH. 27260 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 27261 # is contrary to our usage. Disable this feature. 27262 alias -g '${1+"$@"}'='"$@"' 27263 setopt NO_GLOB_SUBST 27264 else 27265 case `(set -o) 2>/dev/null` in 27266 *posix*) set -o posix ;; 27267 esac 27268 27269 fi 27270 27271 27272 27273 27274 # PATH needs CR 23502 27275 # Avoid depending upon Character Ranges. 23503 27276 as_cr_letters='abcdefghijklmnopqrstuvwxyz' … … 23509 27282 # The user is always right. 23510 27283 if test "${PATH_SEPARATOR+set}" != set; then 23511 echo "#! /bin/sh" >conf test.sh23512 echo "exit 0" >>conf test.sh23513 chmod +x conf test.sh23514 if (PATH=" .;."; conftest.sh) >/dev/null 2>&1; then27284 echo "#! /bin/sh" >conf$$.sh 27285 echo "exit 0" >>conf$$.sh 27286 chmod +x conf$$.sh 27287 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 23515 27288 PATH_SEPARATOR=';' 23516 27289 else 23517 27290 PATH_SEPARATOR=: 23518 27291 fi 23519 rm -f conftest.sh 23520 fi 23521 23522 23523 as_lineno_1=$LINENO 23524 as_lineno_2=$LINENO 23525 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 23526 test "x$as_lineno_1" != "x$as_lineno_2" && 23527 test "x$as_lineno_3" = "x$as_lineno_2" || { 23528 # Find who we are. Look in the path if we contain no path at all 23529 # relative or not. 23530 case $0 in 23531 *[\\/]* ) as_myself=$0 ;; 23532 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 27292 rm -f conf$$.sh 27293 fi 27294 27295 # Support unset when possible. 27296 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 27297 as_unset=unset 27298 else 27299 as_unset=false 27300 fi 27301 27302 27303 # IFS 27304 # We need space, tab and new line, in precisely that order. Quoting is 27305 # there to prevent editors from complaining about space-tab. 27306 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 27307 # splitting by setting IFS to empty value.) 27308 as_nl=' 27309 ' 27310 IFS=" "" $as_nl" 27311 27312 # Find who we are. Look in the path if we contain no directory separator. 27313 case $0 in 27314 *[\\/]* ) as_myself=$0 ;; 27315 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 23533 27316 for as_dir in $PATH 23534 27317 do … … 23537 27320 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 23538 27321 done 23539 23540 ;; 23541 esac 23542 # We did not find ourselves, most probably we were run as `sh COMMAND' 23543 # in which case we are not to be found in the path. 23544 if test "x$as_myself" = x; then 23545 as_myself=$0 27322 IFS=$as_save_IFS 27323 27324 ;; 27325 esac 27326 # We did not find ourselves, most probably we were run as `sh COMMAND' 27327 # in which case we are not to be found in the path. 27328 if test "x$as_myself" = x; then 27329 as_myself=$0 27330 fi 27331 if test ! -f "$as_myself"; then 27332 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 27333 { (exit 1); exit 1; } 27334 fi 27335 27336 # Work around bugs in pre-3.0 UWIN ksh. 27337 for as_var in ENV MAIL MAILPATH 27338 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 27339 done 27340 PS1='$ ' 27341 PS2='> ' 27342 PS4='+ ' 27343 27344 # NLS nuisances. 27345 for as_var in \ 27346 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 27347 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 27348 LC_TELEPHONE LC_TIME 27349 do 27350 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 27351 eval $as_var=C; export $as_var 27352 else 27353 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 23546 27354 fi 23547 if test ! -f "$as_myself"; then 23548 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 23549 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 23550 { (exit 1); exit 1; }; } 23551 fi 23552 case $CONFIG_SHELL in 23553 '') 23554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 23555 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 23556 do 23557 IFS=$as_save_IFS 23558 test -z "$as_dir" && as_dir=. 23559 for as_base in sh bash ksh sh5; do 23560 case $as_dir in 23561 /*) 23562 if ("$as_dir/$as_base" -c ' 27355 done 27356 27357 # Required to use basename. 27358 if expr a : '\(a\)' >/dev/null 2>&1 && 27359 test "X`expr 00001 : '.*\(...\)'`" = X001; then 27360 as_expr=expr 27361 else 27362 as_expr=false 27363 fi 27364 27365 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 27366 as_basename=basename 27367 else 27368 as_basename=false 27369 fi 27370 27371 27372 # Name of the executable. 27373 as_me=`$as_basename -- "$0" || 27374 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 27375 X"$0" : 'X\(//\)$' \| \ 27376 X"$0" : 'X\(/\)' \| . 2>/dev/null || 27377 echo X/"$0" | 27378 sed '/^.*\/\([^/][^/]*\)\/*$/{ 27379 s//\1/ 27380 q 27381 } 27382 /^X\/\(\/\/\)$/{ 27383 s//\1/ 27384 q 27385 } 27386 /^X\/\(\/\).*/{ 27387 s//\1/ 27388 q 27389 } 27390 s/.*/./; q'` 27391 27392 # CDPATH. 27393 $as_unset CDPATH 27394 27395 27396 23563 27397 as_lineno_1=$LINENO 23564 27398 as_lineno_2=$LINENO 23565 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`23566 27399 test "x$as_lineno_1" != "x$as_lineno_2" && 23567 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 23568 CONFIG_SHELL=$as_dir/$as_base 23569 export CONFIG_SHELL 23570 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 23571 fi;; 23572 esac 23573 done 23574 done 23575 ;; 23576 esac 27400 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 23577 27401 23578 27402 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 23579 27403 # uniformly replaced by the line number. The first 'sed' inserts a 23580 # line-number line before each line; the second 'sed' does the real 23581 # work. The second script uses 'N' to pair each line-number line 23582 # with the numbered line, and appends trailing '-' during 23583 # substitution so that $LINENO is not a special case at line end. 27404 # line-number line after each line using $LINENO; the second 'sed' 27405 # does the real work. The second script uses 'N' to pair each 27406 # line-number line with the line containing $LINENO, and appends 27407 # trailing '-' during substitution so that $LINENO is not a special 27408 # case at line end. 23584 27409 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 23585 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 23586 sed '=' <$as_myself | 27410 # scripts with optimization help from Paolo Bonzini. Blame Lee 27411 # E. McMahon (1931-1989) for sed's syntax. :-) 27412 sed -n ' 27413 p 27414 /[$]LINENO/= 27415 ' <$as_myself | 23587 27416 sed ' 27417 s/[$]LINENO.*/&-/ 27418 t lineno 27419 b 27420 :lineno 23588 27421 N 23589 s,$,-, 23590 : loop 23591 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 27422 :loop 27423 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 23592 27424 t loop 23593 s,-$,, 23594 s,^['$as_cr_digits']*\n,, 27425 s/-\n.*// 23595 27426 ' >$as_me.lineno && 23596 chmod +x $as_me.lineno || 23597 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 23598 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 27427 chmod +x "$as_me.lineno" || 27428 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 23599 27429 { (exit 1); exit 1; }; } 23600 27430 23601 27431 # Don't try to exec as it changes $[0], causing all sort of problems 23602 27432 # (the dirname of $[0] is not the place where we might find the 23603 # original and so on. Autoconf is especially sensi ble to this).23604 . ./$as_me.lineno27433 # original and so on. Autoconf is especially sensitive to this). 27434 . "./$as_me.lineno" 23605 27435 # Exit status is that of the last command. 23606 27436 exit … … 23608 27438 23609 27439 23610 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 23611 *c*,-n*) ECHO_N= ECHO_C=' 23612 ' ECHO_T=' ' ;; 23613 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 23614 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 23615 esac 23616 23617 if expr a : '\(a\)' >/dev/null 2>&1; then 27440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 27441 as_dirname=dirname 27442 else 27443 as_dirname=false 27444 fi 27445 27446 ECHO_C= ECHO_N= ECHO_T= 27447 case `echo -n x` in 27448 -n*) 27449 case `echo 'x\c'` in 27450 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 27451 *) ECHO_C='\c';; 27452 esac;; 27453 *) 27454 ECHO_N='-n';; 27455 esac 27456 27457 if expr a : '\(a\)' >/dev/null 2>&1 && 27458 test "X`expr 00001 : '.*\(...\)'`" = X001; then 23618 27459 as_expr=expr 23619 27460 else … … 23622 27463 23623 27464 rm -f conf$$ conf$$.exe conf$$.file 27465 if test -d conf$$.dir; then 27466 rm -f conf$$.dir/conf$$.file 27467 else 27468 rm -f conf$$.dir 27469 mkdir conf$$.dir 27470 fi 23624 27471 echo >conf$$.file 23625 27472 if ln -s conf$$.file conf$$ 2>/dev/null; then 23626 # We could just check for DJGPP; but this test a) works b) is more generic 23627 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 23628 if test -f conf$$.exe; then 23629 # Don't use ln at all; we don't have any links 27473 as_ln_s='ln -s' 27474 # ... but there are two gotchas: 27475 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 27476 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 27477 # In both cases, we have to default to `cp -p'. 27478 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 23630 27479 as_ln_s='cp -p' 23631 else23632 as_ln_s='ln -s'23633 fi23634 27480 elif ln conf$$.file conf$$ 2>/dev/null; then 23635 27481 as_ln_s=ln … … 23637 27483 as_ln_s='cp -p' 23638 27484 fi 23639 rm -f conf$$ conf$$.exe conf$$.file 23640 23641 as_executable_p="test -f" 27485 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 27486 rmdir conf$$.dir 2>/dev/null 27487 27488 if mkdir -p . 2>/dev/null; then 27489 as_mkdir_p=: 27490 else 27491 test -d ./-p && rmdir ./-p 27492 as_mkdir_p=false 27493 fi 27494 27495 if test -x / >/dev/null 2>&1; then 27496 as_test_x='test -x' 27497 else 27498 if ls -dL / >/dev/null 2>&1; then 27499 as_ls_L_option=L 27500 else 27501 as_ls_L_option= 27502 fi 27503 as_test_x=' 27504 eval sh -c '\'' 27505 if test -d "$1"; then 27506 test -d "$1/."; 27507 else 27508 case $1 in 27509 -*)set "./$1";; 27510 esac; 27511 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 27512 ???[sx]*):;;*)false;;esac;fi 27513 '\'' sh 27514 ' 27515 fi 27516 as_executable_p=$as_test_x 23642 27517 23643 27518 # Sed expression to map a string onto a valid CPP name. 23644 as_tr_cpp=" sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"27519 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 23645 27520 23646 27521 # Sed expression to map a string onto a valid variable name. 23647 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 23648 23649 23650 # IFS 23651 # We need space, tab and new line, in precisely that order. 23652 as_nl=' 23653 ' 23654 IFS=" $as_nl" 23655 23656 # CDPATH. 23657 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; } 27522 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 27523 23658 27524 23659 27525 exec 6>&1 23660 27526 23661 # Open the log real soon, to keep \$[0] and so on meaningful, and to27527 # Save the log message, to keep $[0] and so on meaningful, and to 23662 27528 # report actual input values of CONFIG_FILES etc. instead of their 23663 # values after options handling. Logging --version etc. is OK. 23664 exec 5>>config.log 23665 { 23666 echo 23667 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 23668 ## Running $as_me. ## 23669 _ASBOX 23670 } >&5 23671 cat >&5 <<_CSEOF 23672 27529 # values after options handling. 27530 ac_log=" 23673 27531 This file was extended by bash $as_me 3.1-release, which was 23674 generated by GNU Autoconf 2. 53. Invocation command line was27532 generated by GNU Autoconf 2.61. Invocation command line was 23675 27533 23676 27534 CONFIG_FILES = $CONFIG_FILES … … 23680 27538 $ $0 $@ 23681 27539 23682 _CSEOF 23683 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 23684 echo >&5 23685 _ACEOF 23686 27540 on `(hostname || uname -n) 2>/dev/null | sed 1q` 27541 " 27542 27543 _ACEOF 27544 27545 cat >>$CONFIG_STATUS <<_ACEOF 23687 27546 # Files that config.status was made for. 23688 if test -n "$ac_config_files"; then 23689 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 23690 fi 23691 23692 if test -n "$ac_config_headers"; then 23693 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 23694 fi 23695 23696 if test -n "$ac_config_links"; then 23697 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 23698 fi 23699 23700 if test -n "$ac_config_commands"; then 23701 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 23702 fi 27547 config_files="$ac_config_files" 27548 config_headers="$ac_config_headers" 27549 config_commands="$ac_config_commands" 27550 27551 _ACEOF 23703 27552 23704 27553 cat >>$CONFIG_STATUS <<\_ACEOF 23705 23706 27554 ac_cs_usage="\ 23707 27555 \`$as_me' instantiates files from templates according to the … … 23711 27559 23712 27560 -h, --help print this help, then exit 23713 -V, --version print version number, then exit 27561 -V, --version print version number and configuration settings, then exit 27562 -q, --quiet do not print progress messages 23714 27563 -d, --debug don't remove temporary files 23715 27564 --recheck update $as_me by reconfiguring in the same conditions 23716 27565 --file=FILE[:TEMPLATE] 23717 27566 instantiate the configuration file FILE 23718 27567 --header=FILE[:TEMPLATE] 23719 27568 instantiate the configuration header FILE 23720 27569 23721 27570 Configuration files: … … 23729 27578 23730 27579 Report bugs to <bug-autoconf@gnu.org>." 23731 _ACEOF 23732 27580 27581 _ACEOF 23733 27582 cat >>$CONFIG_STATUS <<_ACEOF 23734 27583 ac_cs_version="\\ 23735 27584 bash config.status 3.1-release 23736 configured by $0, generated by GNU Autoconf 2.53, 23737 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 23738 23739 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 23740 Free Software Foundation, Inc. 27585 configured by $0, generated by GNU Autoconf 2.61, 27586 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 27587 27588 Copyright (C) 2006 Free Software Foundation, Inc. 23741 27589 This config.status script is free software; the Free Software Foundation 23742 27590 gives unlimited permission to copy, distribute and modify it." 23743 srcdir=$srcdir 23744 INSTALL="$INSTALL" 27591 27592 ac_pwd='$ac_pwd' 27593 srcdir='$srcdir' 27594 INSTALL='$INSTALL' 23745 27595 _ACEOF 23746 27596 … … 23753 27603 case $1 in 23754 27604 --*=*) 23755 ac_option=`expr "x$1" : 'x\([^=]*\)='` 23756 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 23757 shift 23758 set dummy "$ac_option" "$ac_optarg" ${1+"$@"} 23759 shift 27605 ac_option=`expr "X$1" : 'X\([^=]*\)='` 27606 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 27607 ac_shift=: 23760 27608 ;; 23761 -*);; 23762 *) # This is not an option, so the user has probably given explicit 23763 # arguments. 23764 ac_need_defaults=false;; 27609 *) 27610 ac_option=$1 27611 ac_optarg=$2 27612 ac_shift=shift 27613 ;; 23765 27614 esac 23766 27615 23767 case $ 1in27616 case $ac_option in 23768 27617 # Handling of the options. 23769 _ACEOF23770 cat >>$CONFIG_STATUS <<_ACEOF23771 27618 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 23772 echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion" 23773 exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;; 23774 _ACEOF 23775 cat >>$CONFIG_STATUS <<\_ACEOF 23776 --version | --vers* | -V ) 23777 echo "$ac_cs_version"; exit 0 ;; 27619 ac_cs_recheck=: ;; 27620 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 27621 echo "$ac_cs_version"; exit ;; 27622 --debug | --debu | --deb | --de | --d | -d ) 27623 debug=: ;; 27624 --file | --fil | --fi | --f ) 27625 $ac_shift 27626 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 27627 ac_need_defaults=false;; 27628 --header | --heade | --head | --hea ) 27629 $ac_shift 27630 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 27631 ac_need_defaults=false;; 23778 27632 --he | --h) 23779 27633 # Conflict between --help and --header 23780 { { echo "$as_me:$LINENO: error: ambiguous option: $1 23781 Try \`$0 --help' for more information." >&5 23782 echo "$as_me: error: ambiguous option: $1 23783 Try \`$0 --help' for more information." >&2;} 27634 { echo "$as_me: error: ambiguous option: $1 27635 Try \`$0 --help' for more information." >&2 23784 27636 { (exit 1); exit 1; }; };; 23785 27637 --help | --hel | -h ) 23786 echo "$ac_cs_usage"; exit 0 ;; 23787 --debug | --d* | -d ) 23788 debug=: ;; 23789 --file | --fil | --fi | --f ) 23790 shift 23791 CONFIG_FILES="$CONFIG_FILES $1" 23792 ac_need_defaults=false;; 23793 --header | --heade | --head | --hea ) 23794 shift 23795 CONFIG_HEADERS="$CONFIG_HEADERS $1" 23796 ac_need_defaults=false;; 27638 echo "$ac_cs_usage"; exit ;; 27639 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 27640 | -silent | --silent | --silen | --sile | --sil | --si | --s) 27641 ac_cs_silent=: ;; 23797 27642 23798 27643 # This is an error. 23799 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 23800 Try \`$0 --help' for more information." >&5 23801 echo "$as_me: error: unrecognized option: $1 23802 Try \`$0 --help' for more information." >&2;} 27644 -*) { echo "$as_me: error: unrecognized option: $1 27645 Try \`$0 --help' for more information." >&2 23803 27646 { (exit 1); exit 1; }; } ;; 23804 27647 23805 *) ac_config_targets="$ac_config_targets $1" ;; 27648 *) ac_config_targets="$ac_config_targets $1" 27649 ac_need_defaults=false ;; 23806 27650 23807 27651 esac … … 23809 27653 done 23810 27654 23811 _ACEOF 23812 27655 ac_configure_extra_args= 27656 27657 if $ac_cs_silent; then 27658 exec 6>/dev/null 27659 ac_configure_extra_args="$ac_configure_extra_args --silent" 27660 fi 27661 27662 _ACEOF 27663 cat >>$CONFIG_STATUS <<_ACEOF 27664 if \$ac_cs_recheck; then 27665 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 27666 CONFIG_SHELL=$SHELL 27667 export CONFIG_SHELL 27668 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 27669 fi 27670 27671 _ACEOF 27672 cat >>$CONFIG_STATUS <<\_ACEOF 27673 exec 5>>config.log 27674 { 27675 echo 27676 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 27677 ## Running $as_me. ## 27678 _ASBOX 27679 echo "$ac_log" 27680 } >&5 27681 27682 _ACEOF 23813 27683 cat >>$CONFIG_STATUS <<_ACEOF 23814 27684 # 23815 # INIT-COMMANDS section.27685 # INIT-COMMANDS 23816 27686 # 23817 23818 27687 # Capture the value of obsolete ALL_LINGUAS because we need it to compute 23819 27688 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it … … 23826 27695 _ACEOF 23827 27696 23828 23829 23830 27697 cat >>$CONFIG_STATUS <<\_ACEOF 27698 27699 # Handling of arguments. 23831 27700 for ac_config_target in $ac_config_targets 23832 27701 do 23833 case "$ac_config_target"in23834 # Handling of arguments.23835 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;23836 "builtins/Makefile" ) CONFIG_FILES="$CONFIG_FILES builtins/Makefile" ;;23837 "lib/readline/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/readline/Makefile" ;;23838 "lib/glob/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/glob/Makefile" ;;23839 "lib/intl/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/intl/Makefile" ;;23840 "lib/malloc/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/malloc/Makefile" ;;23841 "lib/sh/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/sh/Makefile" ;;23842 "lib/termcap/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/termcap/Makefile" ;;23843 "lib/tilde/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/tilde/Makefile" ;;23844 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;23845 "support/Makefile" ) CONFIG_FILES="$CONFIG_FILES support/Makefile" ;;23846 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;23847 "examples/loadables/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/loadables/Makefile" ;;23848 "examples/loadables/perl/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/loadables/perl/Makefile" ;;23849 "pathnames.h" ) CONFIG_FILES="$CONFIG_FILES pathnames.h" ;;23850 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;23851 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;23852 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 27702 case $ac_config_target in 27703 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 27704 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; 27705 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 27706 "builtins/Makefile") CONFIG_FILES="$CONFIG_FILES builtins/Makefile" ;; 27707 "lib/readline/Makefile") CONFIG_FILES="$CONFIG_FILES lib/readline/Makefile" ;; 27708 "lib/glob/Makefile") CONFIG_FILES="$CONFIG_FILES lib/glob/Makefile" ;; 27709 "lib/intl/Makefile") CONFIG_FILES="$CONFIG_FILES lib/intl/Makefile" ;; 27710 "lib/malloc/Makefile") CONFIG_FILES="$CONFIG_FILES lib/malloc/Makefile" ;; 27711 "lib/sh/Makefile") CONFIG_FILES="$CONFIG_FILES lib/sh/Makefile" ;; 27712 "lib/termcap/Makefile") CONFIG_FILES="$CONFIG_FILES lib/termcap/Makefile" ;; 27713 "lib/tilde/Makefile") CONFIG_FILES="$CONFIG_FILES lib/tilde/Makefile" ;; 27714 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 27715 "support/Makefile") CONFIG_FILES="$CONFIG_FILES support/Makefile" ;; 27716 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; 27717 "examples/loadables/Makefile") CONFIG_FILES="$CONFIG_FILES examples/loadables/Makefile" ;; 27718 "examples/loadables/perl/Makefile") CONFIG_FILES="$CONFIG_FILES examples/loadables/perl/Makefile" ;; 27719 "pathnames.h") CONFIG_FILES="$CONFIG_FILES pathnames.h" ;; 27720 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 27721 23853 27722 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 23854 27723 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} … … 23856 27725 esac 23857 27726 done 27727 23858 27728 23859 27729 # If the user did not use the arguments to specify the items to instantiate, … … 23867 27737 fi 23868 27738 23869 # Create a temporary directory, and hook for its removal unless debugging. 27739 # Have a temporary directory for convenience. Make it in the build tree 27740 # simply because there is no reason against having it here, and in addition, 27741 # creating and moving files from /tmp can sometimes cause problems. 27742 # Hook for its removal unless debugging. 27743 # Note that there is a small window in which the directory will not be cleaned: 27744 # after its creation but before its name has been assigned to `$tmp'. 23870 27745 $debug || 23871 27746 { 23872 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 27747 tmp= 27748 trap 'exit_status=$? 27749 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 27750 ' 0 23873 27751 trap '{ (exit 1); exit 1; }' 1 2 13 15 23874 27752 } 23875 23876 27753 # Create a (secure) tmp directory for tmp files. 23877 : ${TMPDIR=/tmp} 27754 23878 27755 { 23879 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&27756 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 23880 27757 test -n "$tmp" && test -d "$tmp" 23881 27758 } || 23882 27759 { 23883 tmp= $TMPDIR/cs$$-$RANDOM23884 (umask 077 && mkdir $tmp)27760 tmp=./conf$$-$RANDOM 27761 (umask 077 && mkdir "$tmp") 23885 27762 } || 23886 27763 { 23887 echo "$me: cannot create a temporary directory in $TMPDIR" >&227764 echo "$me: cannot create a temporary directory in ." >&2 23888 27765 { (exit 1); exit 1; } 23889 27766 } 23890 27767 23891 _ACEOF23892 23893 cat >>$CONFIG_STATUS <<_ACEOF23894 23895 27768 # 23896 # CONFIG_FILES section.27769 # Set up the sed scripts for CONFIG_FILES section. 23897 27770 # 23898 27771 23899 27772 # No need to generate the scripts if there are no CONFIG_FILES. 23900 27773 # This happens for instance when ./config.status config.h 23901 if test -n "\$CONFIG_FILES"; then 23902 # Protect against being on the right side of a sed subst in config.status. 23903 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 23904 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 23905 s,@SHELL@,$SHELL,;t t 23906 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 23907 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 23908 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 23909 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 23910 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 23911 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 23912 s,@exec_prefix@,$exec_prefix,;t t 23913 s,@prefix@,$prefix,;t t 23914 s,@program_transform_name@,$program_transform_name,;t t 23915 s,@bindir@,$bindir,;t t 23916 s,@sbindir@,$sbindir,;t t 23917 s,@libexecdir@,$libexecdir,;t t 23918 s,@datadir@,$datadir,;t t 23919 s,@sysconfdir@,$sysconfdir,;t t 23920 s,@sharedstatedir@,$sharedstatedir,;t t 23921 s,@localstatedir@,$localstatedir,;t t 23922 s,@libdir@,$libdir,;t t 23923 s,@includedir@,$includedir,;t t 23924 s,@oldincludedir@,$oldincludedir,;t t 23925 s,@infodir@,$infodir,;t t 23926 s,@mandir@,$mandir,;t t 23927 s,@build_alias@,$build_alias,;t t 23928 s,@host_alias@,$host_alias,;t t 23929 s,@target_alias@,$target_alias,;t t 23930 s,@DEFS@,$DEFS,;t t 23931 s,@ECHO_C@,$ECHO_C,;t t 23932 s,@ECHO_N@,$ECHO_N,;t t 23933 s,@ECHO_T@,$ECHO_T,;t t 23934 s,@LIBS@,$LIBS,;t t 23935 s,@build@,$build,;t t 23936 s,@build_cpu@,$build_cpu,;t t 23937 s,@build_vendor@,$build_vendor,;t t 23938 s,@build_os@,$build_os,;t t 23939 s,@host@,$host,;t t 23940 s,@host_cpu@,$host_cpu,;t t 23941 s,@host_vendor@,$host_vendor,;t t 23942 s,@host_os@,$host_os,;t t 23943 s,@EMACS@,$EMACS,;t t 23944 s,@lispdir@,$lispdir,;t t 23945 s,@DEBUGGER_START_FILE@,$DEBUGGER_START_FILE,;t t 23946 s,@TESTSCRIPT@,$TESTSCRIPT,;t t 23947 s,@PURIFY@,$PURIFY,;t t 23948 s,@MALLOC_TARGET@,$MALLOC_TARGET,;t t 23949 s,@MALLOC_SRC@,$MALLOC_SRC,;t t 23950 s,@MALLOC_LIB@,$MALLOC_LIB,;t t 23951 s,@MALLOC_LIBRARY@,$MALLOC_LIBRARY,;t t 23952 s,@MALLOC_LDFLAGS@,$MALLOC_LDFLAGS,;t t 23953 s,@MALLOC_DEP@,$MALLOC_DEP,;t t 23954 s,@htmldir@,$htmldir,;t t 23955 s,@HELPDIR@,$HELPDIR,;t t 23956 s,@HELPDIRDEFINE@,$HELPDIRDEFINE,;t t 23957 s,@HELPINSTALL@,$HELPINSTALL,;t t 23958 s,@HELPSTRINGS@,$HELPSTRINGS,;t t 23959 s,@CC@,$CC,;t t 23960 s,@CFLAGS@,$CFLAGS,;t t 23961 s,@LDFLAGS@,$LDFLAGS,;t t 23962 s,@CPPFLAGS@,$CPPFLAGS,;t t 23963 s,@ac_ct_CC@,$ac_ct_CC,;t t 23964 s,@EXEEXT@,$EXEEXT,;t t 23965 s,@OBJEXT@,$OBJEXT,;t t 23966 s,@CPP@,$CPP,;t t 23967 s,@CROSS_COMPILE@,$CROSS_COMPILE,;t t 23968 s,@SIGNAMES_H@,$SIGNAMES_H,;t t 23969 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t 23970 s,@STATIC_LD@,$STATIC_LD,;t t 23971 s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t 23972 s,@CPPFLAGS_FOR_BUILD@,$CPPFLAGS_FOR_BUILD,;t t 23973 s,@LDFLAGS_FOR_BUILD@,$LDFLAGS_FOR_BUILD,;t t 23974 s,@RL_VERSION@,$RL_VERSION,;t t 23975 s,@RL_MAJOR@,$RL_MAJOR,;t t 23976 s,@RL_MINOR@,$RL_MINOR,;t t 23977 s,@READLINE_LIB@,$READLINE_LIB,;t t 23978 s,@READLINE_DEP@,$READLINE_DEP,;t t 23979 s,@RL_LIBDIR@,$RL_LIBDIR,;t t 23980 s,@RL_INCLUDEDIR@,$RL_INCLUDEDIR,;t t 23981 s,@RL_INCLUDE@,$RL_INCLUDE,;t t 23982 s,@HISTORY_LIB@,$HISTORY_LIB,;t t 23983 s,@HISTORY_DEP@,$HISTORY_DEP,;t t 23984 s,@HIST_LIBDIR@,$HIST_LIBDIR,;t t 23985 s,@TILDE_LIB@,$TILDE_LIB,;t t 23986 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 23987 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 23988 s,@INSTALL_DATA@,$INSTALL_DATA,;t t 23989 s,@AR@,$AR,;t t 23990 s,@RANLIB@,$RANLIB,;t t 23991 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 23992 s,@YACC@,$YACC,;t t 23993 s,@SET_MAKE@,$SET_MAKE,;t t 23994 s,@MAKE_SHELL@,$MAKE_SHELL,;t t 23995 s,@SIZE@,$SIZE,;t t 23996 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t 23997 s,@USE_NLS@,$USE_NLS,;t t 23998 s,@MSGFMT@,$MSGFMT,;t t 23999 s,@GMSGFMT@,$GMSGFMT,;t t 24000 s,@XGETTEXT@,$XGETTEXT,;t t 24001 s,@MSGMERGE@,$MSGMERGE,;t t 24002 s,@ALLOCA@,$ALLOCA,;t t 24003 s,@GLIBC21@,$GLIBC21,;t t 24004 s,@LIBICONV@,$LIBICONV,;t t 24005 s,@LTLIBICONV@,$LTLIBICONV,;t t 24006 s,@INTLBISON@,$INTLBISON,;t t 24007 s,@BUILD_INCLUDED_LIBINTL@,$BUILD_INCLUDED_LIBINTL,;t t 24008 s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t 24009 s,@CATOBJEXT@,$CATOBJEXT,;t t 24010 s,@DATADIRNAME@,$DATADIRNAME,;t t 24011 s,@INSTOBJEXT@,$INSTOBJEXT,;t t 24012 s,@GENCAT@,$GENCAT,;t t 24013 s,@INTLOBJS@,$INTLOBJS,;t t 24014 s,@INTL_LIBTOOL_SUFFIX_PREFIX@,$INTL_LIBTOOL_SUFFIX_PREFIX,;t t 24015 s,@INTLLIBS@,$INTLLIBS,;t t 24016 s,@LIBINTL@,$LIBINTL,;t t 24017 s,@LTLIBINTL@,$LTLIBINTL,;t t 24018 s,@POSUB@,$POSUB,;t t 24019 s,@LIBOBJS@,$LIBOBJS,;t t 24020 s,@INTL_DEP@,$INTL_DEP,;t t 24021 s,@INTL_INC@,$INTL_INC,;t t 24022 s,@LIBINTL_H@,$LIBINTL_H,;t t 24023 s,@SIGLIST_O@,$SIGLIST_O,;t t 24024 s,@TERMCAP_LIB@,$TERMCAP_LIB,;t t 24025 s,@TERMCAP_DEP@,$TERMCAP_DEP,;t t 24026 s,@JOBS_O@,$JOBS_O,;t t 24027 s,@SHOBJ_CC@,$SHOBJ_CC,;t t 24028 s,@SHOBJ_CFLAGS@,$SHOBJ_CFLAGS,;t t 24029 s,@SHOBJ_LD@,$SHOBJ_LD,;t t 24030 s,@SHOBJ_LDFLAGS@,$SHOBJ_LDFLAGS,;t t 24031 s,@SHOBJ_XLDFLAGS@,$SHOBJ_XLDFLAGS,;t t 24032 s,@SHOBJ_LIBS@,$SHOBJ_LIBS,;t t 24033 s,@SHOBJ_STATUS@,$SHOBJ_STATUS,;t t 24034 s,@PROFILE_FLAGS@,$PROFILE_FLAGS,;t t 24035 s,@incdir@,$incdir,;t t 24036 s,@BUILD_DIR@,$BUILD_DIR,;t t 24037 s,@ARFLAGS@,$ARFLAGS,;t t 24038 s,@BASHVERS@,$BASHVERS,;t t 24039 s,@RELSTATUS@,$RELSTATUS,;t t 24040 s,@DEBUG@,$DEBUG,;t t 24041 s,@MALLOC_DEBUG@,$MALLOC_DEBUG,;t t 24042 s,@LOCAL_LIBS@,$LOCAL_LIBS,;t t 24043 s,@LOCAL_CFLAGS@,$LOCAL_CFLAGS,;t t 24044 s,@LOCAL_LDFLAGS@,$LOCAL_LDFLAGS,;t t 24045 s,@LOCAL_DEFS@,$LOCAL_DEFS,;t t 24046 CEOF 24047 24048 _ACEOF 24049 24050 cat >>$CONFIG_STATUS <<\_ACEOF 24051 # Split the substitutions into bite-sized pieces for seds with 24052 # small command number limits, like on Digital OSF/1 and HP-UX. 24053 ac_max_sed_lines=48 24054 ac_sed_frag=1 # Number of current file. 24055 ac_beg=1 # First line for current file. 24056 ac_end=$ac_max_sed_lines # Line after last line for current file. 24057 ac_more_lines=: 24058 ac_sed_cmds= 24059 while $ac_more_lines; do 24060 if test $ac_beg -gt 1; then 24061 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 24062 else 24063 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 27774 if test -n "$CONFIG_FILES"; then 27775 27776 _ACEOF 27777 27778 27779 27780 ac_delim='%!_!# ' 27781 for ac_last_try in false false false false false :; do 27782 cat >conf$$subs.sed <<_ACEOF 27783 SHELL!$SHELL$ac_delim 27784 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 27785 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 27786 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 27787 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 27788 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 27789 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 27790 exec_prefix!$exec_prefix$ac_delim 27791 prefix!$prefix$ac_delim 27792 program_transform_name!$program_transform_name$ac_delim 27793 bindir!$bindir$ac_delim 27794 sbindir!$sbindir$ac_delim 27795 libexecdir!$libexecdir$ac_delim 27796 datarootdir!$datarootdir$ac_delim 27797 datadir!$datadir$ac_delim 27798 sysconfdir!$sysconfdir$ac_delim 27799 sharedstatedir!$sharedstatedir$ac_delim 27800 localstatedir!$localstatedir$ac_delim 27801 includedir!$includedir$ac_delim 27802 oldincludedir!$oldincludedir$ac_delim 27803 docdir!$docdir$ac_delim 27804 infodir!$infodir$ac_delim 27805 htmldir!$htmldir$ac_delim 27806 dvidir!$dvidir$ac_delim 27807 pdfdir!$pdfdir$ac_delim 27808 psdir!$psdir$ac_delim 27809 libdir!$libdir$ac_delim 27810 localedir!$localedir$ac_delim 27811 mandir!$mandir$ac_delim 27812 DEFS!$DEFS$ac_delim 27813 ECHO_C!$ECHO_C$ac_delim 27814 ECHO_N!$ECHO_N$ac_delim 27815 ECHO_T!$ECHO_T$ac_delim 27816 LIBS!$LIBS$ac_delim 27817 build_alias!$build_alias$ac_delim 27818 host_alias!$host_alias$ac_delim 27819 target_alias!$target_alias$ac_delim 27820 build!$build$ac_delim 27821 build_cpu!$build_cpu$ac_delim 27822 build_vendor!$build_vendor$ac_delim 27823 build_os!$build_os$ac_delim 27824 host!$host$ac_delim 27825 host_cpu!$host_cpu$ac_delim 27826 host_vendor!$host_vendor$ac_delim 27827 host_os!$host_os$ac_delim 27828 EMACS!$EMACS$ac_delim 27829 lispdir!$lispdir$ac_delim 27830 DEBUGGER_START_FILE!$DEBUGGER_START_FILE$ac_delim 27831 TESTSCRIPT!$TESTSCRIPT$ac_delim 27832 PURIFY!$PURIFY$ac_delim 27833 MALLOC_TARGET!$MALLOC_TARGET$ac_delim 27834 MALLOC_SRC!$MALLOC_SRC$ac_delim 27835 MALLOC_LIB!$MALLOC_LIB$ac_delim 27836 MALLOC_LIBRARY!$MALLOC_LIBRARY$ac_delim 27837 MALLOC_LDFLAGS!$MALLOC_LDFLAGS$ac_delim 27838 MALLOC_DEP!$MALLOC_DEP$ac_delim 27839 HELPDIR!$HELPDIR$ac_delim 27840 HELPDIRDEFINE!$HELPDIRDEFINE$ac_delim 27841 HELPINSTALL!$HELPINSTALL$ac_delim 27842 HELPSTRINGS!$HELPSTRINGS$ac_delim 27843 CC!$CC$ac_delim 27844 CFLAGS!$CFLAGS$ac_delim 27845 LDFLAGS!$LDFLAGS$ac_delim 27846 CPPFLAGS!$CPPFLAGS$ac_delim 27847 ac_ct_CC!$ac_ct_CC$ac_delim 27848 EXEEXT!$EXEEXT$ac_delim 27849 OBJEXT!$OBJEXT$ac_delim 27850 CPP!$CPP$ac_delim 27851 GREP!$GREP$ac_delim 27852 EGREP!$EGREP$ac_delim 27853 CROSS_COMPILE!$CROSS_COMPILE$ac_delim 27854 SIGNAMES_H!$SIGNAMES_H$ac_delim 27855 CC_FOR_BUILD!$CC_FOR_BUILD$ac_delim 27856 STATIC_LD!$STATIC_LD$ac_delim 27857 CFLAGS_FOR_BUILD!$CFLAGS_FOR_BUILD$ac_delim 27858 CPPFLAGS_FOR_BUILD!$CPPFLAGS_FOR_BUILD$ac_delim 27859 LDFLAGS_FOR_BUILD!$LDFLAGS_FOR_BUILD$ac_delim 27860 RL_VERSION!$RL_VERSION$ac_delim 27861 RL_MAJOR!$RL_MAJOR$ac_delim 27862 RL_MINOR!$RL_MINOR$ac_delim 27863 READLINE_LIB!$READLINE_LIB$ac_delim 27864 READLINE_DEP!$READLINE_DEP$ac_delim 27865 RL_LIBDIR!$RL_LIBDIR$ac_delim 27866 RL_INCLUDEDIR!$RL_INCLUDEDIR$ac_delim 27867 RL_INCLUDE!$RL_INCLUDE$ac_delim 27868 HISTORY_LIB!$HISTORY_LIB$ac_delim 27869 HISTORY_DEP!$HISTORY_DEP$ac_delim 27870 HIST_LIBDIR!$HIST_LIBDIR$ac_delim 27871 TILDE_LIB!$TILDE_LIB$ac_delim 27872 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 27873 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 27874 INSTALL_DATA!$INSTALL_DATA$ac_delim 27875 AR!$AR$ac_delim 27876 RANLIB!$RANLIB$ac_delim 27877 YACC!$YACC$ac_delim 27878 YFLAGS!$YFLAGS$ac_delim 27879 SET_MAKE!$SET_MAKE$ac_delim 27880 _ACEOF 27881 27882 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 27883 break 27884 elif $ac_last_try; then 27885 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 27886 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 27887 { (exit 1); exit 1; }; } 27888 else 27889 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 27890 fi 27891 done 27892 27893 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 27894 if test -n "$ac_eof"; then 27895 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 27896 ac_eof=`expr $ac_eof + 1` 27897 fi 27898 27899 cat >>$CONFIG_STATUS <<_ACEOF 27900 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 27901 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 27902 _ACEOF 27903 sed ' 27904 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 27905 s/^/s,@/; s/!/@,|#_!!_#|/ 27906 :n 27907 t n 27908 s/'"$ac_delim"'$/,g/; t 27909 s/$/\\/; p 27910 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 27911 ' >>$CONFIG_STATUS <conf$$subs.sed 27912 rm -f conf$$subs.sed 27913 cat >>$CONFIG_STATUS <<_ACEOF 27914 CEOF$ac_eof 27915 _ACEOF 27916 27917 27918 ac_delim='%!_!# ' 27919 for ac_last_try in false false false false false :; do 27920 cat >conf$$subs.sed <<_ACEOF 27921 MAKE_SHELL!$MAKE_SHELL$ac_delim 27922 SIZE!$SIZE$ac_delim 27923 MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim 27924 USE_NLS!$USE_NLS$ac_delim 27925 MSGFMT!$MSGFMT$ac_delim 27926 GMSGFMT!$GMSGFMT$ac_delim 27927 XGETTEXT!$XGETTEXT$ac_delim 27928 MSGMERGE!$MSGMERGE$ac_delim 27929 ALLOCA!$ALLOCA$ac_delim 27930 GLIBC21!$GLIBC21$ac_delim 27931 LIBICONV!$LIBICONV$ac_delim 27932 LTLIBICONV!$LTLIBICONV$ac_delim 27933 INTLBISON!$INTLBISON$ac_delim 27934 BUILD_INCLUDED_LIBINTL!$BUILD_INCLUDED_LIBINTL$ac_delim 27935 USE_INCLUDED_LIBINTL!$USE_INCLUDED_LIBINTL$ac_delim 27936 CATOBJEXT!$CATOBJEXT$ac_delim 27937 DATADIRNAME!$DATADIRNAME$ac_delim 27938 INSTOBJEXT!$INSTOBJEXT$ac_delim 27939 GENCAT!$GENCAT$ac_delim 27940 INTLOBJS!$INTLOBJS$ac_delim 27941 INTL_LIBTOOL_SUFFIX_PREFIX!$INTL_LIBTOOL_SUFFIX_PREFIX$ac_delim 27942 INTLLIBS!$INTLLIBS$ac_delim 27943 LIBINTL!$LIBINTL$ac_delim 27944 LTLIBINTL!$LTLIBINTL$ac_delim 27945 POSUB!$POSUB$ac_delim 27946 LIBOBJS!$LIBOBJS$ac_delim 27947 INTL_DEP!$INTL_DEP$ac_delim 27948 INTL_INC!$INTL_INC$ac_delim 27949 LIBINTL_H!$LIBINTL_H$ac_delim 27950 SIGLIST_O!$SIGLIST_O$ac_delim 27951 TERMCAP_LIB!$TERMCAP_LIB$ac_delim 27952 TERMCAP_DEP!$TERMCAP_DEP$ac_delim 27953 JOBS_O!$JOBS_O$ac_delim 27954 SHOBJ_CC!$SHOBJ_CC$ac_delim 27955 SHOBJ_CFLAGS!$SHOBJ_CFLAGS$ac_delim 27956 SHOBJ_LD!$SHOBJ_LD$ac_delim 27957 SHOBJ_LDFLAGS!$SHOBJ_LDFLAGS$ac_delim 27958 SHOBJ_XLDFLAGS!$SHOBJ_XLDFLAGS$ac_delim 27959 SHOBJ_LIBS!$SHOBJ_LIBS$ac_delim 27960 SHOBJ_STATUS!$SHOBJ_STATUS$ac_delim 27961 PROFILE_FLAGS!$PROFILE_FLAGS$ac_delim 27962 incdir!$incdir$ac_delim 27963 BUILD_DIR!$BUILD_DIR$ac_delim 27964 ARFLAGS!$ARFLAGS$ac_delim 27965 BASHVERS!$BASHVERS$ac_delim 27966 RELSTATUS!$RELSTATUS$ac_delim 27967 DEBUG!$DEBUG$ac_delim 27968 MALLOC_DEBUG!$MALLOC_DEBUG$ac_delim 27969 LOCAL_LIBS!$LOCAL_LIBS$ac_delim 27970 LOCAL_CFLAGS!$LOCAL_CFLAGS$ac_delim 27971 LOCAL_LDFLAGS!$LOCAL_LDFLAGS$ac_delim 27972 LOCAL_DEFS!$LOCAL_DEFS$ac_delim 27973 LTLIBOBJS!$LTLIBOBJS$ac_delim 27974 _ACEOF 27975 27976 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 53; then 27977 break 27978 elif $ac_last_try; then 27979 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 27980 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 27981 { (exit 1); exit 1; }; } 27982 else 27983 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 27984 fi 27985 done 27986 27987 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 27988 if test -n "$ac_eof"; then 27989 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 27990 ac_eof=`expr $ac_eof + 1` 27991 fi 27992 27993 cat >>$CONFIG_STATUS <<_ACEOF 27994 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof 27995 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 27996 _ACEOF 27997 sed ' 27998 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 27999 s/^/s,@/; s/!/@,|#_!!_#|/ 28000 :n 28001 t n 28002 s/'"$ac_delim"'$/,g/; t 28003 s/$/\\/; p 28004 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 28005 ' >>$CONFIG_STATUS <conf$$subs.sed 28006 rm -f conf$$subs.sed 28007 cat >>$CONFIG_STATUS <<_ACEOF 28008 :end 28009 s/|#_!!_#|//g 28010 CEOF$ac_eof 28011 _ACEOF 28012 28013 28014 # VPATH may cause trouble with some makes, so we remove $(srcdir), 28015 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 28016 # trailing colons and then remove the whole line if VPATH becomes empty 28017 # (actually we leave an empty line to preserve line numbers). 28018 if test "x$srcdir" = x.; then 28019 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 28020 s/:*\$(srcdir):*/:/ 28021 s/:*\${srcdir}:*/:/ 28022 s/:*@srcdir@:*/:/ 28023 s/^\([^=]*=[ ]*\):*/\1/ 28024 s/:*$// 28025 s/^[^=]*=[ ]*$// 28026 }' 28027 fi 28028 28029 cat >>$CONFIG_STATUS <<\_ACEOF 28030 fi # test -n "$CONFIG_FILES" 28031 28032 28033 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 28034 do 28035 case $ac_tag in 28036 :[FHLC]) ac_mode=$ac_tag; continue;; 28037 esac 28038 case $ac_mode$ac_tag in 28039 :[FHL]*:*);; 28040 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 28041 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 28042 { (exit 1); exit 1; }; };; 28043 :[FH]-) ac_tag=-:-;; 28044 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 28045 esac 28046 ac_save_IFS=$IFS 28047 IFS=: 28048 set x $ac_tag 28049 IFS=$ac_save_IFS 28050 shift 28051 ac_file=$1 28052 shift 28053 28054 case $ac_mode in 28055 :L) ac_source=$1;; 28056 :[FH]) 28057 ac_file_inputs= 28058 for ac_f 28059 do 28060 case $ac_f in 28061 -) ac_f="$tmp/stdin";; 28062 *) # Look for the file first in the build tree, then in the source tree 28063 # (if the path is not absolute). The absolute path cannot be DOS-style, 28064 # because $ac_f cannot contain `:'. 28065 test -f "$ac_f" || 28066 case $ac_f in 28067 [\\/$]*) false;; 28068 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 28069 esac || 28070 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 28071 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 28072 { (exit 1); exit 1; }; };; 28073 esac 28074 ac_file_inputs="$ac_file_inputs $ac_f" 28075 done 28076 28077 # Let's still pretend it is `configure' which instantiates (i.e., don't 28078 # use $as_me), people would be surprised to read: 28079 # /* config.h. Generated by config.status. */ 28080 configure_input="Generated from "`IFS=: 28081 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 28082 if test x"$ac_file" != x-; then 28083 configure_input="$ac_file. $configure_input" 28084 { echo "$as_me:$LINENO: creating $ac_file" >&5 28085 echo "$as_me: creating $ac_file" >&6;} 24064 28086 fi 24065 if test ! -s $tmp/subs.frag; then 24066 ac_more_lines=false 24067 else 24068 # The purpose of the label and of the branching condition is to 24069 # speed up the sed processing (if there are no `@' at all, there 24070 # is no need to browse any of the substitutions). 24071 # These are the two extra sed commands mentioned above. 24072 (echo ':t 24073 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 24074 if test -z "$ac_sed_cmds"; then 24075 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 24076 else 24077 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 24078 fi 24079 ac_sed_frag=`expr $ac_sed_frag + 1` 24080 ac_beg=$ac_end 24081 ac_end=`expr $ac_end + $ac_max_sed_lines` 24082 fi 24083 done 24084 if test -z "$ac_sed_cmds"; then 24085 ac_sed_cmds=cat 24086 fi 24087 fi # test -n "$CONFIG_FILES" 24088 24089 _ACEOF 24090 cat >>$CONFIG_STATUS <<\_ACEOF 24091 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 24092 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 24093 case $ac_file in 24094 - | *:- | *:-:* ) # input from stdin 24095 cat >$tmp/stdin 24096 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 24097 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 24098 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 24099 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 24100 * ) ac_file_in=$ac_file.in ;; 24101 esac 24102 24103 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 24104 ac_dir=`(dirname "$ac_file") 2>/dev/null || 24105 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 24106 X"$ac_file" : 'X\(//\)[^/]' \| \ 24107 X"$ac_file" : 'X\(//\)$' \| \ 24108 X"$ac_file" : 'X\(/\)' \| \ 24109 . : '\(.\)' 2>/dev/null || 24110 echo X"$ac_file" | 24111 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 24112 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 24113 /^X\(\/\/\)$/{ s//\1/; q; } 24114 /^X\(\/\).*/{ s//\1/; q; } 24115 s/.*/./; q'` 24116 { case "$ac_dir" in 24117 [\\/]* | ?:[\\/]* ) as_incr_dir=;; 24118 *) as_incr_dir=.;; 24119 esac 24120 as_dummy="$ac_dir" 24121 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do 24122 case $as_mkdir_dir in 24123 # Skip DOS drivespec 24124 ?:) as_incr_dir=$as_mkdir_dir ;; 24125 *) 24126 as_incr_dir=$as_incr_dir/$as_mkdir_dir 24127 test -d "$as_incr_dir" || 24128 mkdir "$as_incr_dir" || 24129 { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5 24130 echo "$as_me: error: cannot create \"$ac_dir\"" >&2;} 24131 { (exit 1); exit 1; }; } 28087 28088 case $ac_tag in 28089 *:-:* | *:-) cat >"$tmp/stdin";; 28090 esac 24132 28091 ;; 24133 28092 esac 24134 done; } 24135 28093 28094 ac_dir=`$as_dirname -- "$ac_file" || 28095 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 28096 X"$ac_file" : 'X\(//\)[^/]' \| \ 28097 X"$ac_file" : 'X\(//\)$' \| \ 28098 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 28099 echo X"$ac_file" | 28100 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 28101 s//\1/ 28102 q 28103 } 28104 /^X\(\/\/\)[^/].*/{ 28105 s//\1/ 28106 q 28107 } 28108 /^X\(\/\/\)$/{ 28109 s//\1/ 28110 q 28111 } 28112 /^X\(\/\).*/{ 28113 s//\1/ 28114 q 28115 } 28116 s/.*/./; q'` 28117 { as_dir="$ac_dir" 28118 case $as_dir in #( 28119 -*) as_dir=./$as_dir;; 28120 esac 28121 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 28122 as_dirs= 28123 while :; do 28124 case $as_dir in #( 28125 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 28126 *) as_qdir=$as_dir;; 28127 esac 28128 as_dirs="'$as_qdir' $as_dirs" 28129 as_dir=`$as_dirname -- "$as_dir" || 28130 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 28131 X"$as_dir" : 'X\(//\)[^/]' \| \ 28132 X"$as_dir" : 'X\(//\)$' \| \ 28133 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 28134 echo X"$as_dir" | 28135 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 28136 s//\1/ 28137 q 28138 } 28139 /^X\(\/\/\)[^/].*/{ 28140 s//\1/ 28141 q 28142 } 28143 /^X\(\/\/\)$/{ 28144 s//\1/ 28145 q 28146 } 28147 /^X\(\/\).*/{ 28148 s//\1/ 28149 q 28150 } 28151 s/.*/./; q'` 28152 test -d "$as_dir" && break 28153 done 28154 test -z "$as_dirs" || eval "mkdir $as_dirs" 28155 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 28156 echo "$as_me: error: cannot create directory $as_dir" >&2;} 28157 { (exit 1); exit 1; }; }; } 24136 28158 ac_builddir=. 24137 28159 24138 if test "$ac_dir" != .; then 28160 case "$ac_dir" in 28161 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 28162 *) 24139 28163 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 24140 # A "../" for each directory in $ac_dir_suffix. 24141 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 24142 else 24143 ac_dir_suffix= ac_top_builddir= 24144 fi 28164 # A ".." for each directory in $ac_dir_suffix. 28165 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 28166 case $ac_top_builddir_sub in 28167 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 28168 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 28169 esac ;; 28170 esac 28171 ac_abs_top_builddir=$ac_pwd 28172 ac_abs_builddir=$ac_pwd$ac_dir_suffix 28173 # for backward compatibility: 28174 ac_top_builddir=$ac_top_build_prefix 24145 28175 24146 28176 case $srcdir in 24147 .) # No --srcdir option.We are building in place.28177 .) # We are building in place. 24148 28178 ac_srcdir=. 24149 if test -z "$ac_top_builddir"; then 24150 ac_top_srcdir=. 24151 else 24152 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 24153 fi ;; 24154 [\\/]* | ?:[\\/]* ) # Absolute path. 28179 ac_top_srcdir=$ac_top_builddir_sub 28180 ac_abs_top_srcdir=$ac_pwd ;; 28181 [\\/]* | ?:[\\/]* ) # Absolute name. 24155 28182 ac_srcdir=$srcdir$ac_dir_suffix; 24156 ac_top_srcdir=$srcdir ;; 24157 *) # Relative path. 24158 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 24159 ac_top_srcdir=$ac_top_builddir$srcdir ;; 24160 esac 24161 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 24162 # absolute. 24163 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 24164 ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` 24165 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 24166 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 24167 28183 ac_top_srcdir=$srcdir 28184 ac_abs_top_srcdir=$srcdir ;; 28185 *) # Relative name. 28186 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 28187 ac_top_srcdir=$ac_top_build_prefix$srcdir 28188 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 28189 esac 28190 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 28191 28192 28193 case $ac_mode in 28194 :F) 28195 # 28196 # CONFIG_FILE 28197 # 24168 28198 24169 28199 case $INSTALL in 24170 28200 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 24171 *) ac_INSTALL=$ac_top_build dir$INSTALL ;;28201 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 24172 28202 esac 24173 24174 if test x"$ac_file" != x-; then 24175 { echo "$as_me:$LINENO: creating $ac_file" >&5 24176 echo "$as_me: creating $ac_file" >&6;} 24177 rm -f "$ac_file" 24178 fi 24179 # Let's still pretend it is `configure' which instantiates (i.e., don't 24180 # use $as_me), people would be surprised to read: 24181 # /* config.h. Generated by config.status. */ 24182 if test x"$ac_file" = x-; then 24183 configure_input= 24184 else 24185 configure_input="$ac_file. " 24186 fi 24187 configure_input=$configure_input"Generated from `echo $ac_file_in | 24188 sed 's,.*/,,'` by configure." 24189 24190 # First look for the input files in the build tree, otherwise in the 24191 # src tree. 24192 ac_file_inputs=`IFS=: 24193 for f in $ac_file_in; do 24194 case $f in 24195 -) echo $tmp/stdin ;; 24196 [\\/$]*) 24197 # Absolute (can't be DOS-style, as IFS=:) 24198 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 24199 echo "$as_me: error: cannot find input file: $f" >&2;} 24200 { (exit 1); exit 1; }; } 24201 echo $f;; 24202 *) # Relative 24203 if test -f "$f"; then 24204 # Build tree 24205 echo $f 24206 elif test -f "$srcdir/$f"; then 24207 # Source tree 24208 echo $srcdir/$f 24209 else 24210 # /dev/null tree 24211 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 24212 echo "$as_me: error: cannot find input file: $f" >&2;} 24213 { (exit 1); exit 1; }; } 24214 fi;; 24215 esac 24216 done` || { (exit 1); exit 1; } 24217 _ACEOF 28203 _ACEOF 28204 28205 cat >>$CONFIG_STATUS <<\_ACEOF 28206 # If the template does not know about datarootdir, expand it. 28207 # FIXME: This hack should be removed a few years after 2.60. 28208 ac_datarootdir_hack=; ac_datarootdir_seen= 28209 28210 case `sed -n '/datarootdir/ { 28211 p 28212 q 28213 } 28214 /@datadir@/p 28215 /@docdir@/p 28216 /@infodir@/p 28217 /@localedir@/p 28218 /@mandir@/p 28219 ' $ac_file_inputs` in 28220 *datarootdir*) ac_datarootdir_seen=yes;; 28221 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 28222 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 28223 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 28224 _ACEOF 28225 cat >>$CONFIG_STATUS <<_ACEOF 28226 ac_datarootdir_hack=' 28227 s&@datadir@&$datadir&g 28228 s&@docdir@&$docdir&g 28229 s&@infodir@&$infodir&g 28230 s&@localedir@&$localedir&g 28231 s&@mandir@&$mandir&g 28232 s&\\\${datarootdir}&$datarootdir&g' ;; 28233 esac 28234 _ACEOF 28235 28236 # Neutralize VPATH when `$srcdir' = `.'. 28237 # Shell code in configure.ac might set extrasub. 28238 # FIXME: do we really want to maintain this feature? 24218 28239 cat >>$CONFIG_STATUS <<_ACEOF 24219 28240 sed "$ac_vpsub … … 24223 28244 :t 24224 28245 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 24225 s,@configure_input@,$configure_input,;t t 24226 s,@srcdir@,$ac_srcdir,;t t 24227 s,@abs_srcdir@,$ac_abs_srcdir,;t t 24228 s,@top_srcdir@,$ac_top_srcdir,;t t 24229 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 24230 s,@builddir@,$ac_builddir,;t t 24231 s,@abs_builddir@,$ac_abs_builddir,;t t 24232 s,@top_builddir@,$ac_top_builddir,;t t 24233 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 24234 s,@INSTALL@,$ac_INSTALL,;t t 24235 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 24236 rm -f $tmp/stdin 24237 if test x"$ac_file" != x-; then 24238 mv $tmp/out $ac_file 24239 else 24240 cat $tmp/out 24241 rm -f $tmp/out 24242 fi 24243 24244 done 24245 _ACEOF 24246 cat >>$CONFIG_STATUS <<\_ACEOF 24247 24248 # 24249 # CONFIG_HEADER section. 24250 # 24251 24252 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 24253 # NAME is the cpp macro being defined and VALUE is the value it is being given. 24254 # 24255 # ac_d sets the value in "#define NAME VALUE" lines. 24256 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 24257 ac_dB='[ ].*$,\1#\2' 28246 s&@configure_input@&$configure_input&;t t 28247 s&@top_builddir@&$ac_top_builddir_sub&;t t 28248 s&@srcdir@&$ac_srcdir&;t t 28249 s&@abs_srcdir@&$ac_abs_srcdir&;t t 28250 s&@top_srcdir@&$ac_top_srcdir&;t t 28251 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 28252 s&@builddir@&$ac_builddir&;t t 28253 s&@abs_builddir@&$ac_abs_builddir&;t t 28254 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 28255 s&@INSTALL@&$ac_INSTALL&;t t 28256 $ac_datarootdir_hack 28257 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 28258 28259 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 28260 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 28261 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 28262 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 28263 which seems to be undefined. Please make sure it is defined." >&5 28264 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 28265 which seems to be undefined. Please make sure it is defined." >&2;} 28266 28267 rm -f "$tmp/stdin" 28268 case $ac_file in 28269 -) cat "$tmp/out"; rm -f "$tmp/out";; 28270 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 28271 esac 28272 ;; 28273 :H) 28274 # 28275 # CONFIG_HEADER 28276 # 28277 _ACEOF 28278 28279 # Transform confdefs.h into a sed script `conftest.defines', that 28280 # substitutes the proper values into config.h.in to produce config.h. 28281 rm -f conftest.defines conftest.tail 28282 # First, append a space to every undef/define line, to ease matching. 28283 echo 's/$/ /' >conftest.defines 28284 # Then, protect against being on the right side of a sed subst, or in 28285 # an unquoted here document, in config.status. If some macros were 28286 # called several times there might be several #defines for the same 28287 # symbol, which is useless. But do not sort them, since the last 28288 # AC_DEFINE must be honored. 28289 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 28290 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 28291 # NAME is the cpp macro being defined, VALUE is the value it is being given. 28292 # PARAMS is the parameter list in the macro definition--in most cases, it's 28293 # just an empty string. 28294 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 28295 ac_dB='\\)[ (].*,\\1define\\2' 24258 28296 ac_dC=' ' 24259 ac_dD=',;t' 24260 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 24261 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 24262 ac_uB='$,\1#\2define\3' 24263 ac_uC=' ' 24264 ac_uD=',;t' 24265 24266 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue 24267 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 24268 case $ac_file in 24269 - | *:- | *:-:* ) # input from stdin 24270 cat >$tmp/stdin 24271 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 24272 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 24273 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 24274 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 24275 * ) ac_file_in=$ac_file.in ;; 24276 esac 24277 24278 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 24279 echo "$as_me: creating $ac_file" >&6;} 24280 24281 # First look for the input files in the build tree, otherwise in the 24282 # src tree. 24283 ac_file_inputs=`IFS=: 24284 for f in $ac_file_in; do 24285 case $f in 24286 -) echo $tmp/stdin ;; 24287 [\\/$]*) 24288 # Absolute (can't be DOS-style, as IFS=:) 24289 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 24290 echo "$as_me: error: cannot find input file: $f" >&2;} 24291 { (exit 1); exit 1; }; } 24292 echo $f;; 24293 *) # Relative 24294 if test -f "$f"; then 24295 # Build tree 24296 echo $f 24297 elif test -f "$srcdir/$f"; then 24298 # Source tree 24299 echo $srcdir/$f 24300 else 24301 # /dev/null tree 24302 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 24303 echo "$as_me: error: cannot find input file: $f" >&2;} 24304 { (exit 1); exit 1; }; } 24305 fi;; 24306 esac 24307 done` || { (exit 1); exit 1; } 24308 # Remove the trailing spaces. 24309 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 24310 24311 _ACEOF 24312 24313 # Transform confdefs.h into two sed scripts, `conftest.defines' and 24314 # `conftest.undefs', that substitutes the proper values into 24315 # config.h.in to produce config.h. The first handles `#define' 24316 # templates, and the second `#undef' templates. 24317 # And first: Protect against being on the right side of a sed subst in 24318 # config.status. Protect against being in an unquoted here document 24319 # in config.status. 24320 rm -f conftest.defines conftest.undefs 24321 # Using a here document instead of a string reduces the quoting nightmare. 24322 # Putting comments in sed scripts is not portable. 24323 # 24324 # `end' is used to avoid that the second main sed command (meant for 24325 # 0-ary CPP macros) applies to n-ary macro definitions. 24326 # See the Autoconf documentation for `clear'. 24327 cat >confdef2sed.sed <<\_ACEOF 24328 s/[\\&,]/\\&/g 24329 s,[\\$`],\\&,g 24330 t clear 24331 : clear 24332 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 24333 t end 24334 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 24335 : end 24336 _ACEOF 24337 # If some macros were called several times there might be several times 24338 # the same #defines, which is useless. Nevertheless, we may not want to 24339 # sort them, since we want the *last* AC-DEFINE to be honored. 24340 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines 24341 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs 24342 rm -f confdef2sed.sed 24343 24344 # This sed command replaces #undef with comments. This is necessary, for 28297 ac_dD=' ,' 28298 28299 uniq confdefs.h | 28300 sed -n ' 28301 t rset 28302 :rset 28303 s/^[ ]*#[ ]*define[ ][ ]*// 28304 t ok 28305 d 28306 :ok 28307 s/[\\&,]/\\&/g 28308 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 28309 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 28310 ' >>conftest.defines 28311 28312 # Remove the space that was appended to ease matching. 28313 # Then replace #undef with comments. This is necessary, for 24345 28314 # example, in the case of _POSIX_SOURCE, which is predefined and required 24346 28315 # on some systems where configure will not decide to define it. 24347 cat >>conftest.undefs <<\_ACEOF 24348 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 24349 _ACEOF 24350 24351 # Break up conftest.defines because some shells have a limit on the size 24352 # of here documents, and old seds have small limits too (100 cmds). 24353 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 24354 echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 24355 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 24356 echo ' :' >>$CONFIG_STATUS 24357 rm -f conftest.tail 24358 while grep . conftest.defines >/dev/null 28316 # (The regexp can be short, since the line contains either #define or #undef.) 28317 echo 's/ $// 28318 s,^[ #]*u.*,/* & */,' >>conftest.defines 28319 28320 # Break up conftest.defines: 28321 ac_max_sed_lines=50 28322 28323 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 28324 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 28325 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 28326 # et cetera. 28327 ac_in='$ac_file_inputs' 28328 ac_out='"$tmp/out1"' 28329 ac_nxt='"$tmp/out2"' 28330 28331 while : 24359 28332 do 24360 # Write a limited-size here document to $tmp/defines.sed. 24361 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 24362 # Speed up: don't consider the non `#define' lines. 24363 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 24364 # Work around the forget-to-reset-the-flag bug. 24365 echo 't clr' >>$CONFIG_STATUS 24366 echo ': clr' >>$CONFIG_STATUS 24367 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS 28333 # Write a here document: 28334 cat >>$CONFIG_STATUS <<_ACEOF 28335 # First, check the format of the line: 28336 cat >"\$tmp/defines.sed" <<\\CEOF 28337 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 28338 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 28339 b 28340 :def 28341 _ACEOF 28342 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 24368 28343 echo 'CEOF 24369 sed -f $tmp/defines.sed $tmp/in >$tmp/out 24370 rm -f $tmp/in 24371 mv $tmp/out $tmp/in 24372 ' >>$CONFIG_STATUS 24373 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail 28344 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 28345 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 28346 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 28347 grep . conftest.tail >/dev/null || break 24374 28348 rm -f conftest.defines 24375 28349 mv conftest.tail conftest.defines 24376 28350 done 24377 rm -f conftest.defines 24378 echo ' fi # egrep' >>$CONFIG_STATUS 24379 echo >>$CONFIG_STATUS 24380 24381 # Break up conftest.undefs because some shells have a limit on the size 24382 # of here documents, and old seds have small limits too (100 cmds). 24383 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS 24384 rm -f conftest.tail 24385 while grep . conftest.undefs >/dev/null 24386 do 24387 # Write a limited-size here document to $tmp/undefs.sed. 24388 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 24389 # Speed up: don't consider the non `#undef' 24390 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 24391 # Work around the forget-to-reset-the-flag bug. 24392 echo 't clr' >>$CONFIG_STATUS 24393 echo ': clr' >>$CONFIG_STATUS 24394 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS 24395 echo 'CEOF 24396 sed -f $tmp/undefs.sed $tmp/in >$tmp/out 24397 rm -f $tmp/in 24398 mv $tmp/out $tmp/in 24399 ' >>$CONFIG_STATUS 24400 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail 24401 rm -f conftest.undefs 24402 mv conftest.tail conftest.undefs 24403 done 24404 rm -f conftest.undefs 24405 28351 rm -f conftest.defines conftest.tail 28352 28353 echo "ac_result=$ac_in" >>$CONFIG_STATUS 24406 28354 cat >>$CONFIG_STATUS <<\_ACEOF 24407 # Let's still pretend it is `configure' which instantiates (i.e., don't24408 # use $as_me), people would be surprised to read:24409 # /* config.h. Generated by config.status. */24410 if test x"$ac_file" = x-; then24411 echo "/* Generated by configure. */" >$tmp/config.h24412 else24413 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h24414 fi24415 cat $tmp/in >>$tmp/config.h24416 rm -f $tmp/in24417 28355 if test x"$ac_file" != x-; then 24418 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 28356 echo "/* $configure_input */" >"$tmp/config.h" 28357 cat "$ac_result" >>"$tmp/config.h" 28358 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 24419 28359 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 24420 28360 echo "$as_me: $ac_file is unchanged" >&6;} 24421 28361 else 24422 ac_dir=`(dirname "$ac_file") 2>/dev/null ||24423 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \24424 X"$ac_file" : 'X\(//\)[^/]' \| \24425 X"$ac_file" : 'X\(//\)$' \| \24426 X"$ac_file" : 'X\(/\)' \| \24427 . : '\(.\)' 2>/dev/null ||24428 echo X"$ac_file" |24429 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }24430 /^X\(\/\/\)[^/].*/{ s//\1/; q; }24431 /^X\(\/\/\)$/{ s//\1/; q; }24432 /^X\(\/\).*/{ s//\1/; q; }24433 s/.*/./; q'`24434 { case "$ac_dir" in24435 [\\/]* | ?:[\\/]* ) as_incr_dir=;;24436 *) as_incr_dir=.;;24437 esac24438 as_dummy="$ac_dir"24439 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do24440 case $as_mkdir_dir in24441 # Skip DOS drivespec24442 ?:) as_incr_dir=$as_mkdir_dir ;;24443 *)24444 as_incr_dir=$as_incr_dir/$as_mkdir_dir24445 test -d "$as_incr_dir" ||24446 mkdir "$as_incr_dir" ||24447 { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&524448 echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}24449 { (exit 1); exit 1; }; }24450 ;;24451 esac24452 done; }24453 24454 28362 rm -f $ac_file 24455 mv $tmp/config.h$ac_file28363 mv "$tmp/config.h" $ac_file 24456 28364 fi 24457 28365 else 24458 cat $tmp/config.h24459 rm -f $tmp/config.h28366 echo "/* $configure_input */" 28367 cat "$ac_result" 24460 28368 fi 24461 done 24462 _ACEOF 24463 cat >>$CONFIG_STATUS <<\_ACEOF 24464 24465 # 24466 # CONFIG_COMMANDS section. 24467 # 24468 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue 24469 ac_dest=`echo "$ac_file" | sed 's,:.*,,'` 24470 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` 24471 ac_dir=`(dirname "$ac_dest") 2>/dev/null || 24472 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 24473 X"$ac_dest" : 'X\(//\)[^/]' \| \ 24474 X"$ac_dest" : 'X\(//\)$' \| \ 24475 X"$ac_dest" : 'X\(/\)' \| \ 24476 . : '\(.\)' 2>/dev/null || 24477 echo X"$ac_dest" | 24478 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 24479 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 24480 /^X\(\/\/\)$/{ s//\1/; q; } 24481 /^X\(\/\).*/{ s//\1/; q; } 24482 s/.*/./; q'` 24483 ac_builddir=. 24484 24485 if test "$ac_dir" != .; then 24486 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 24487 # A "../" for each directory in $ac_dir_suffix. 24488 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 24489 else 24490 ac_dir_suffix= ac_top_builddir= 24491 fi 24492 24493 case $srcdir in 24494 .) # No --srcdir option. We are building in place. 24495 ac_srcdir=. 24496 if test -z "$ac_top_builddir"; then 24497 ac_top_srcdir=. 24498 else 24499 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 24500 fi ;; 24501 [\\/]* | ?:[\\/]* ) # Absolute path. 24502 ac_srcdir=$srcdir$ac_dir_suffix; 24503 ac_top_srcdir=$srcdir ;; 24504 *) # Relative path. 24505 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 24506 ac_top_srcdir=$ac_top_builddir$srcdir ;; 24507 esac 24508 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 24509 # absolute. 24510 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 24511 ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd` 24512 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 24513 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 24514 24515 24516 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 24517 echo "$as_me: executing $ac_dest commands" >&6;} 24518 case $ac_dest in 24519 default-1 ) 28369 rm -f "$tmp/out12" 28370 ;; 28371 28372 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 28373 echo "$as_me: executing $ac_file commands" >&6;} 28374 ;; 28375 esac 28376 28377 28378 case $ac_file$ac_mode in 28379 "default-1":C) 24520 28380 for ac_file in $CONFIG_FILES; do 24521 28381 # Support "outfile[:infile[:infile...]]" … … 24618 28478 esac 24619 28479 done ;; 24620 default)28480 "default":C) 24621 28481 # Makefile uses this timestamp file to record whether config.h is up to date. 24622 28482 echo timestamp > stamp-h 24623 28483 ;; 28484 24624 28485 esac 24625 done 24626 _ACEOF 24627 24628 cat >>$CONFIG_STATUS <<\_ACEOF 28486 done # for ac_tag 28487 24629 28488 24630 28489 { (exit 0); exit 0; } … … 24644 28503 if test "$no_create" != yes; then 24645 28504 ac_cs_success=: 28505 ac_config_status_args= 28506 test "$silent" = yes && 28507 ac_config_status_args="$ac_config_status_args --quiet" 24646 28508 exec 5>/dev/null 24647 $SHELL $CONFIG_STATUS || ac_cs_success=false28509 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 24648 28510 exec 5>>config.log 24649 28511 # Use ||, not &&, to avoid exiting from the if with $? = 1, which -
trunk/essentials/app-shells/bash/doc/Makefile.in
r3228 r3254 31 31 topdir = @top_srcdir@ 32 32 srcdir = @srcdir@ 33 VPATH = . :@srcdir@33 VPATH = .;@srcdir@ 34 34 35 35 prefix = @prefix@ -
trunk/essentials/app-shells/bash/examples/loadables/Makefile.in
r3228 r3254 30 30 BUILD_DIR = @BUILD_DIR@ 31 31 srcdir = @srcdir@ 32 VPATH = . :@srcdir@32 VPATH = .;@srcdir@ 33 33 34 34 @SET_MAKE@ -
trunk/essentials/app-shells/bash/examples/loadables/perl/Makefile.in
r3228 r3254 31 31 BUILD_DIR = @BUILD_DIR@ 32 32 srcdir = @srcdir@ 33 VPATH = . :@srcdir@33 VPATH = .;@srcdir@ 34 34 35 35 @SET_MAKE@ -
trunk/essentials/app-shells/bash/lib/glob/Makefile.in
r3228 r3254 22 22 23 23 srcdir = @srcdir@ 24 VPATH = . :@srcdir@24 VPATH = .;@srcdir@ 25 25 topdir = @top_srcdir@ 26 26 BUILD_DIR = @BUILD_DIR@ -
trunk/essentials/app-shells/bash/lib/malloc/Makefile.in
r3228 r3254 19 19 20 20 srcdir = @srcdir@ 21 VPATH = . :@srcdir@21 VPATH = .;@srcdir@ 22 22 topdir = @top_srcdir@ 23 23 BUILD_DIR = @BUILD_DIR@ -
trunk/essentials/app-shells/bash/lib/readline/Makefile.in
r3228 r3254 30 30 31 31 srcdir = @srcdir@ 32 VPATH = . :@srcdir@32 VPATH = .;@srcdir@ 33 33 topdir = @top_srcdir@ 34 34 BUILD_DIR = @BUILD_DIR@ -
trunk/essentials/app-shells/bash/lib/sh/Makefile.in
r3228 r3254 28 28 29 29 srcdir = @srcdir@ 30 VPATH = . :@srcdir@30 VPATH = .;@srcdir@ 31 31 topdir = @top_srcdir@ 32 32 BUILD_DIR = @BUILD_DIR@ -
trunk/essentials/app-shells/bash/lib/termcap/Makefile.in
r3228 r3254 22 22 23 23 srcdir = @srcdir@ 24 VPATH = . :@srcdir@24 VPATH = .;@srcdir@ 25 25 topdir = @top_srcdir@ 26 26 BUILD_DIR = @BUILD_DIR@ -
trunk/essentials/app-shells/bash/lib/tilde/Makefile.in
r3228 r3254 22 22 23 23 srcdir = @srcdir@ 24 VPATH = . :@srcdir@24 VPATH = .;@srcdir@ 25 25 topdir = @top_srcdir@ 26 26 BUILD_DIR = @BUILD_DIR@ -
trunk/essentials/app-shells/bash/support/Makefile.in
r3228 r3254 31 31 topdir = @top_srcdir@ 32 32 srcdir = @srcdir@ 33 VPATH = . :@srcdir@33 VPATH = .;@srcdir@ 34 34 BUILD_DIR = @BUILD_DIR@ 35 35
Note:
See TracChangeset
for help on using the changeset viewer.