- Timestamp:
- Jan 8, 2007, 5:03:05 PM (18 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 15bd5ef
- Parents:
- 723f464
- git-author:
- Nelson Elhage <nelhage@mit.edu> (01/08/07 17:02:51)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (01/08/07 17:03:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rbbd2fdc r4ad3480 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2. 59.3 # Generated by GNU Autoconf 2.60. 4 4 # 5 # Copyright (C) 2003 Free Software Foundation, Inc. 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 6 7 # This configure script is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy, distribute and modify it. … … 17 18 # is contrary to our usage. Disable this feature. 18 19 alias -g '${1+"$@"}'='"$@"' 19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 20 set -o posix 21 fi 20 setopt NO_GLOB_SUBST 21 else 22 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 23 fi 24 BIN_SH=xpg4; export BIN_SH # for Tru64 22 25 DUALCASE=1; export DUALCASE # for MKS sh 23 26 24 # Support unset when possible. 25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 26 as_unset=unset 27 else 28 as_unset=false 29 fi 30 31 32 # Work around bugs in pre-3.0 UWIN ksh. 33 $as_unset ENV MAIL MAILPATH 34 PS1='$ ' 35 PS2='> ' 36 PS4='+ ' 37 38 # NLS nuisances. 39 for as_var in \ 40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 42 LC_TELEPHONE LC_TIME 43 do 44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 45 eval $as_var=C; export $as_var 46 else 47 $as_unset $as_var 48 fi 49 done 50 51 # Required to use basename. 52 if expr a : '\(a\)' >/dev/null 2>&1; then 53 as_expr=expr 54 else 55 as_expr=false 56 fi 57 58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 59 as_basename=basename 60 else 61 as_basename=false 62 fi 63 64 65 # Name of the executable. 66 as_me=`$as_basename "$0" || 67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 68 X"$0" : 'X\(//\)$' \| \ 69 X"$0" : 'X\(/\)$' \| \ 70 . : '\(.\)' 2>/dev/null || 71 echo X/"$0" | 72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 73 /^X\/\(\/\/\)$/{ s//\1/; q; } 74 /^X\/\(\/\).*/{ s//\1/; q; } 75 s/.*/./; q'` 76 77 78 # PATH needs CR, and LINENO needs CR and PATH. 27 28 # PATH needs CR 79 29 # Avoid depending upon Character Ranges. 80 30 as_cr_letters='abcdefghijklmnopqrstuvwxyz' … … 97 47 fi 98 48 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 49 # Support unset when possible. 50 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 51 as_unset=unset 52 else 53 as_unset=false 54 fi 55 56 57 # IFS 58 # We need space, tab and new line, in precisely that order. Quoting is 59 # there to prevent editors from complaining about space-tab. 60 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 61 # splitting by setting IFS to empty value.) 62 as_nl=' 63 ' 64 IFS=" "" $as_nl" 65 66 # Find who we are. Look in the path if we contain no directory separator. 67 case $0 in 68 *[\\/]* ) as_myself=$0 ;; 69 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 110 70 for as_dir in $PATH 111 71 do … … 114 74 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 115 75 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 76 IFS=$as_save_IFS 77 78 ;; 79 esac 80 # We did not find ourselves, most probably we were run as `sh COMMAND' 81 # in which case we are not to be found in the path. 82 if test "x$as_myself" = x; then 83 as_myself=$0 84 fi 85 if test ! -f "$as_myself"; then 86 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 87 { (exit 1); exit 1; } 88 fi 89 90 # Work around bugs in pre-3.0 UWIN ksh. 91 for as_var in ENV MAIL MAILPATH 92 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 93 done 94 PS1='$ ' 95 PS2='> ' 96 PS4='+ ' 97 98 # NLS nuisances. 99 for as_var in \ 100 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 101 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 102 LC_TELEPHONE LC_TIME 103 do 104 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 105 eval $as_var=C; export $as_var 106 else 107 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 123 108 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 '') 109 done 110 111 # Required to use basename. 112 if expr a : '\(a\)' >/dev/null 2>&1 && 113 test "X`expr 00001 : '.*\(...\)'`" = X001; then 114 as_expr=expr 115 else 116 as_expr=false 117 fi 118 119 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 120 as_basename=basename 121 else 122 as_basename=false 123 fi 124 125 126 # Name of the executable. 127 as_me=`$as_basename -- "$0" || 128 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 129 X"$0" : 'X\(//\)$' \| \ 130 X"$0" : 'X\(/\)' \| . 2>/dev/null || 131 echo X/"$0" | 132 sed '/^.*\/\([^/][^/]*\)\/*$/{ 133 s//\1/ 134 q 135 } 136 /^X\/\(\/\/\)$/{ 137 s//\1/ 138 q 139 } 140 /^X\/\(\/\).*/{ 141 s//\1/ 142 q 143 } 144 s/.*/./; q'` 145 146 # CDPATH. 147 $as_unset CDPATH 148 149 150 if test "x$CONFIG_SHELL" = x; then 151 if (eval ":") 2>/dev/null; then 152 as_have_required=yes 153 else 154 as_have_required=no 155 fi 156 157 if test $as_have_required = yes && (eval ": 158 (as_func_return () { 159 (exit \$1) 160 } 161 as_func_success () { 162 as_func_return 0 163 } 164 as_func_failure () { 165 as_func_return 1 166 } 167 as_func_ret_success () { 168 return 0 169 } 170 as_func_ret_failure () { 171 return 1 172 } 173 174 exitcode=0 175 if as_func_success; then 176 : 177 else 178 exitcode=1 179 echo as_func_success failed. 180 fi 181 182 if as_func_failure; then 183 exitcode=1 184 echo as_func_failure succeeded. 185 fi 186 187 if as_func_ret_success; then 188 : 189 else 190 exitcode=1 191 echo as_func_ret_success failed. 192 fi 193 194 if as_func_ret_failure; then 195 exitcode=1 196 echo as_func_ret_failure succeeded. 197 fi 198 199 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 200 : 201 else 202 exitcode=1 203 echo positional parameters were not saved. 204 fi 205 206 test \$exitcode = 0) || { (exit 1); exit 1; } 207 208 ( 209 as_lineno_1=\$LINENO 210 as_lineno_2=\$LINENO 211 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 212 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 213 ") 2> /dev/null; then 214 : 215 else 216 as_candidate_shells= 130 217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 131 for as_dir in / bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH218 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 132 219 do 133 220 IFS=$as_save_IFS 134 221 test -z "$as_dir" && as_dir=. 135 for as_base in sh bash ksh sh5; do 136 case $as_dir in 222 case $as_dir in 137 223 /*) 138 if ("$as_dir/$as_base" -c ' 224 for as_base in sh bash ksh sh5; do 225 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 226 done;; 227 esac 228 done 229 IFS=$as_save_IFS 230 231 232 for as_shell in $as_candidate_shells $SHELL; do 233 # Try only shells that exist, to save several forks. 234 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 235 { ("$as_shell") 2> /dev/null <<\_ASEOF 236 # Be Bourne compatible 237 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 238 emulate sh 239 NULLCMD=: 240 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 241 # is contrary to our usage. Disable this feature. 242 alias -g '${1+"$@"}'='"$@"' 243 setopt NO_GLOB_SUBST 244 else 245 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 246 fi 247 BIN_SH=xpg4; export BIN_SH # for Tru64 248 DUALCASE=1; export DUALCASE # for MKS sh 249 250 : 251 _ASEOF 252 }; then 253 CONFIG_SHELL=$as_shell 254 as_have_required=yes 255 if { "$as_shell" 2> /dev/null <<\_ASEOF 256 # Be Bourne compatible 257 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 258 emulate sh 259 NULLCMD=: 260 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 261 # is contrary to our usage. Disable this feature. 262 alias -g '${1+"$@"}'='"$@"' 263 setopt NO_GLOB_SUBST 264 else 265 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 266 fi 267 BIN_SH=xpg4; export BIN_SH # for Tru64 268 DUALCASE=1; export DUALCASE # for MKS sh 269 270 : 271 (as_func_return () { 272 (exit $1) 273 } 274 as_func_success () { 275 as_func_return 0 276 } 277 as_func_failure () { 278 as_func_return 1 279 } 280 as_func_ret_success () { 281 return 0 282 } 283 as_func_ret_failure () { 284 return 1 285 } 286 287 exitcode=0 288 if as_func_success; then 289 : 290 else 291 exitcode=1 292 echo as_func_success failed. 293 fi 294 295 if as_func_failure; then 296 exitcode=1 297 echo as_func_failure succeeded. 298 fi 299 300 if as_func_ret_success; then 301 : 302 else 303 exitcode=1 304 echo as_func_ret_success failed. 305 fi 306 307 if as_func_ret_failure; then 308 exitcode=1 309 echo as_func_ret_failure succeeded. 310 fi 311 312 if ( set x; as_func_ret_success y && test x = "$1" ); then 313 : 314 else 315 exitcode=1 316 echo positional parameters were not saved. 317 fi 318 319 test $exitcode = 0) || { (exit 1); exit 1; } 320 321 ( 139 322 as_lineno_1=$LINENO 140 323 as_lineno_2=$LINENO 141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`142 324 test "x$as_lineno_1" != "x$as_lineno_2" && 143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 146 CONFIG_SHELL=$as_dir/$as_base 147 export CONFIG_SHELL 148 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 149 fi;; 150 esac 151 done 152 done 153 ;; 154 esac 325 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 326 327 _ASEOF 328 }; then 329 break 330 fi 331 332 fi 333 334 done 335 336 if test "x$CONFIG_SHELL" != x; then 337 for as_var in BASH_ENV ENV 338 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 339 done 340 export CONFIG_SHELL 341 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 342 fi 343 344 345 if test $as_have_required = no; then 346 echo This script requires a shell more modern than all the 347 echo shells that I found on your system. Please install a 348 echo modern shell, or manually run the script under such a 349 echo shell if you do have one. 350 { (exit 1); exit 1; } 351 fi 352 353 354 fi 355 356 fi 357 358 359 360 (eval "as_func_return () { 361 (exit \$1) 362 } 363 as_func_success () { 364 as_func_return 0 365 } 366 as_func_failure () { 367 as_func_return 1 368 } 369 as_func_ret_success () { 370 return 0 371 } 372 as_func_ret_failure () { 373 return 1 374 } 375 376 exitcode=0 377 if as_func_success; then 378 : 379 else 380 exitcode=1 381 echo as_func_success failed. 382 fi 383 384 if as_func_failure; then 385 exitcode=1 386 echo as_func_failure succeeded. 387 fi 388 389 if as_func_ret_success; then 390 : 391 else 392 exitcode=1 393 echo as_func_ret_success failed. 394 fi 395 396 if as_func_ret_failure; then 397 exitcode=1 398 echo as_func_ret_failure succeeded. 399 fi 400 401 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 402 : 403 else 404 exitcode=1 405 echo positional parameters were not saved. 406 fi 407 408 test \$exitcode = 0") || { 409 echo No shell found that supports shell functions. 410 echo Please tell autoconf@gnu.org about your system, 411 echo including any error possibly output before this 412 echo message 413 } 414 415 416 417 as_lineno_1=$LINENO 418 as_lineno_2=$LINENO 419 test "x$as_lineno_1" != "x$as_lineno_2" && 420 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 155 421 156 422 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 157 423 # uniformly replaced by the line number. The first 'sed' inserts a 158 # line-number line before each line; the second 'sed' does the real 159 # work. The second script uses 'N' to pair each line-number line 160 # with the numbered line, and appends trailing '-' during 161 # substitution so that $LINENO is not a special case at line end. 424 # line-number line after each line using $LINENO; the second 'sed' 425 # does the real work. The second script uses 'N' to pair each 426 # line-number line with the line containing $LINENO, and appends 427 # trailing '-' during substitution so that $LINENO is not a special 428 # case at line end. 162 429 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 164 sed '=' <$as_myself | 430 # scripts with optimization help from Paolo Bonzini. Blame Lee 431 # E. McMahon (1931-1989) for sed's syntax. :-) 432 sed -n ' 433 p 434 /[$]LINENO/= 435 ' <$as_myself | 165 436 sed ' 437 s/[$]LINENO.*/&-/ 438 t lineno 439 b 440 :lineno 166 441 N 167 s,$,-, 168 : loop 169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 442 :loop 443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 170 444 t loop 171 s,-$,, 172 s,^['$as_cr_digits']*\n,, 445 s/-\n.*// 173 446 ' >$as_me.lineno && 174 chmod +x $as_me.lineno||447 chmod +x "$as_me.lineno" || 175 448 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 176 449 { (exit 1); exit 1; }; } … … 178 451 # Don't try to exec as it changes $[0], causing all sort of problems 179 452 # (the dirname of $[0] is not the place where we might find the 180 # original and so on. Autoconf is especially sensi ble to this).181 . ./$as_me.lineno453 # original and so on. Autoconf is especially sensitive to this). 454 . "./$as_me.lineno" 182 455 # Exit status is that of the last command. 183 456 exit … … 185 458 186 459 187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 188 *c*,-n*) ECHO_N= ECHO_C=' 189 ' ECHO_T=' ' ;; 190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 192 esac 193 194 if expr a : '\(a\)' >/dev/null 2>&1; then 460 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 461 as_dirname=dirname 462 else 463 as_dirname=false 464 fi 465 466 ECHO_C= ECHO_N= ECHO_T= 467 case `echo -n x` in 468 -n*) 469 case `echo 'x\c'` in 470 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 471 *) ECHO_C='\c';; 472 esac;; 473 *) 474 ECHO_N='-n';; 475 esac 476 477 if expr a : '\(a\)' >/dev/null 2>&1 && 478 test "X`expr 00001 : '.*\(...\)'`" = X001; then 195 479 as_expr=expr 196 480 else … … 199 483 200 484 rm -f conf$$ conf$$.exe conf$$.file 485 if test -d conf$$.dir; then 486 rm -f conf$$.dir/conf$$.file 487 else 488 rm -f conf$$.dir 489 mkdir conf$$.dir 490 fi 201 491 echo >conf$$.file 202 492 if ln -s conf$$.file conf$$ 2>/dev/null; then 203 # We could just check for DJGPP; but this test a) works b) is more generic 204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 205 if test -f conf$$.exe; then 206 # Don't use ln at all; we don't have any links 493 as_ln_s='ln -s' 494 # ... but there are two gotchas: 495 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 496 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 497 # In both cases, we have to default to `cp -p'. 498 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 207 499 as_ln_s='cp -p' 208 else209 as_ln_s='ln -s'210 fi211 500 elif ln conf$$.file conf$$ 2>/dev/null; then 212 501 as_ln_s=ln … … 214 503 as_ln_s='cp -p' 215 504 fi 216 rm -f conf$$ conf$$.exe conf$$.file 505 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 506 rmdir conf$$.dir 2>/dev/null 217 507 218 508 if mkdir -p . 2>/dev/null; then … … 223 513 fi 224 514 225 as_executable_p="test -f" 515 # Find out whether ``test -x'' works. Don't use a zero-byte file, as 516 # systems may use methods other than mode bits to determine executability. 517 cat >conf$$.file <<_ASEOF 518 #! /bin/sh 519 exit 0 520 _ASEOF 521 chmod +x conf$$.file 522 if test -x conf$$.file >/dev/null 2>&1; then 523 as_executable_p="test -x" 524 else 525 as_executable_p=: 526 fi 527 rm -f conf$$.file 226 528 227 529 # Sed expression to map a string onto a valid CPP name. … … 232 534 233 535 234 # IFS 235 # We need space, tab and new line, in precisely that order. 236 as_nl=' 237 ' 238 IFS=" $as_nl" 239 240 # CDPATH. 241 $as_unset CDPATH 242 536 537 exec 7<&0 </dev/null 6>&1 243 538 244 539 # Name of the host. … … 247 542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 248 543 249 exec 6>&1250 251 544 # 252 545 # Initializations. 253 546 # 254 547 ac_default_prefix=/usr/local 548 ac_clean_files= 255 549 ac_config_libobj_dir=. 550 LIBOBJS= 256 551 cross_compiling=no 257 552 subdirs= … … 259 554 MAKEFLAGS= 260 555 SHELL=${CONFIG_SHELL-/bin/sh} 261 262 # Maximum number of lines to put in a shell here document.263 # This variable seems obsolete. It should probably be removed, and264 # only ac_max_sed_lines should be used.265 : ${ac_max_here_lines=38}266 556 267 557 # Identity of this package. … … 301 591 #if HAVE_INTTYPES_H 302 592 # include <inttypes.h> 303 #else 304 # if HAVE_STDINT_H 305 # include <stdint.h> 306 # endif 593 #endif 594 #if HAVE_STDINT_H 595 # include <stdint.h> 307 596 #endif 308 597 #if HAVE_UNISTD_H … … 310 599 #endif" 311 600 312 ac_subdirs_all="$ac_subdirs_all libfaim" 313 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP XSUBPPDIR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA subdirs LIBOBJS LTLIBOBJS' 601 ac_subst_vars='SHELL 602 PATH_SEPARATOR 603 PACKAGE_NAME 604 PACKAGE_TARNAME 605 PACKAGE_VERSION 606 PACKAGE_STRING 607 PACKAGE_BUGREPORT 608 exec_prefix 609 prefix 610 program_transform_name 611 bindir 612 sbindir 613 libexecdir 614 datarootdir 615 datadir 616 sysconfdir 617 sharedstatedir 618 localstatedir 619 includedir 620 oldincludedir 621 docdir 622 infodir 623 htmldir 624 dvidir 625 pdfdir 626 psdir 627 libdir 628 localedir 629 mandir 630 DEFS 631 ECHO_C 632 ECHO_N 633 ECHO_T 634 LIBS 635 build_alias 636 host_alias 637 target_alias 638 CC 639 CFLAGS 640 LDFLAGS 641 CPPFLAGS 642 ac_ct_CC 643 EXEEXT 644 OBJEXT 645 CPP 646 GREP 647 EGREP 648 XSUBPPFLAGS 649 INSTALL_PROGRAM 650 INSTALL_SCRIPT 651 INSTALL_DATA 652 subdirs 653 LIBOBJS 654 LTLIBOBJS' 314 655 ac_subst_files='' 656 ac_precious_vars='build_alias 657 host_alias 658 target_alias 659 CC 660 CFLAGS 661 LDFLAGS 662 CPPFLAGS 663 CPP' 664 ac_subdirs_all='libfaim' 315 665 316 666 # Initialize some variables set by options. … … 339 689 # by default will actually change. 340 690 # Use braces instead of parens because sh, perl, etc. also accept them. 691 # (The list follows the same order as the GNU Coding Standards.) 341 692 bindir='${exec_prefix}/bin' 342 693 sbindir='${exec_prefix}/sbin' 343 694 libexecdir='${exec_prefix}/libexec' 344 datadir='${prefix}/share' 695 datarootdir='${prefix}/share' 696 datadir='${datarootdir}' 345 697 sysconfdir='${prefix}/etc' 346 698 sharedstatedir='${prefix}/com' 347 699 localstatedir='${prefix}/var' 348 libdir='${exec_prefix}/lib'349 700 includedir='${prefix}/include' 350 701 oldincludedir='/usr/include' 351 infodir='${prefix}/info' 352 mandir='${prefix}/man' 702 docdir='${datarootdir}/doc/${PACKAGE}' 703 infodir='${datarootdir}/info' 704 htmldir='${docdir}' 705 dvidir='${docdir}' 706 pdfdir='${docdir}' 707 psdir='${docdir}' 708 libdir='${exec_prefix}/lib' 709 localedir='${datarootdir}/locale' 710 mandir='${datarootdir}/man' 353 711 354 712 ac_prev= 713 ac_dashdash= 355 714 for ac_option 356 715 do 357 716 # If the previous option needs an argument, assign it. 358 717 if test -n "$ac_prev"; then 359 eval "$ac_prev=\$ac_option"718 eval $ac_prev=\$ac_option 360 719 ac_prev= 361 720 continue 362 721 fi 363 722 364 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 723 case $ac_option in 724 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 725 *) ac_optarg=yes ;; 726 esac 365 727 366 728 # Accept the important Cygnus configure options, so we can diagnose typos. 367 729 368 case $ac_option in 730 case $ac_dashdash$ac_option in 731 --) 732 ac_dashdash=yes ;; 369 733 370 734 -bindir | --bindir | --bindi | --bind | --bin | --bi) … … 388 752 cache_file=config.cache ;; 389 753 390 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)754 -datadir | --datadir | --datadi | --datad) 391 755 ac_prev=datadir ;; 392 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 393 | --da=*) 756 -datadir=* | --datadir=* | --datadi=* | --datad=*) 394 757 datadir=$ac_optarg ;; 758 759 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 760 | --dataroo | --dataro | --datar) 761 ac_prev=datarootdir ;; 762 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 763 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 764 datarootdir=$ac_optarg ;; 395 765 396 766 -disable-* | --disable-*) … … 401 771 { (exit 1); exit 1; }; } 402 772 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 403 eval "enable_$ac_feature=no" ;; 773 eval enable_$ac_feature=no ;; 774 775 -docdir | --docdir | --docdi | --doc | --do) 776 ac_prev=docdir ;; 777 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 778 docdir=$ac_optarg ;; 779 780 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 781 ac_prev=dvidir ;; 782 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 783 dvidir=$ac_optarg ;; 404 784 405 785 -enable-* | --enable-*) … … 410 790 { (exit 1); exit 1; }; } 411 791 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 412 case $ac_option in 413 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 414 *) ac_optarg=yes ;; 415 esac 416 eval "enable_$ac_feature='$ac_optarg'" ;; 792 eval enable_$ac_feature=\$ac_optarg ;; 417 793 418 794 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 441 817 host_alias=$ac_optarg ;; 442 818 819 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 820 ac_prev=htmldir ;; 821 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 822 | --ht=*) 823 htmldir=$ac_optarg ;; 824 443 825 -includedir | --includedir | --includedi | --included | --include \ 444 826 | --includ | --inclu | --incl | --inc) … … 465 847 libexecdir=$ac_optarg ;; 466 848 849 -localedir | --localedir | --localedi | --localed | --locale) 850 ac_prev=localedir ;; 851 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 852 localedir=$ac_optarg ;; 853 467 854 -localstatedir | --localstatedir | --localstatedi | --localstated \ 468 | --localstate | --localstat | --localsta | --localst \ 469 | --locals | --local | --loca | --loc | --lo) 855 | --localstate | --localstat | --localsta | --localst | --locals) 470 856 ac_prev=localstatedir ;; 471 857 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 472 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 473 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 858 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 474 859 localstatedir=$ac_optarg ;; 475 860 … … 536 921 program_transform_name=$ac_optarg ;; 537 922 923 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 924 ac_prev=pdfdir ;; 925 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 926 pdfdir=$ac_optarg ;; 927 928 -psdir | --psdir | --psdi | --psd | --ps) 929 ac_prev=psdir ;; 930 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 931 psdir=$ac_optarg ;; 932 538 933 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 539 934 | -silent | --silent | --silen | --sile | --sil) … … 592 987 { (exit 1); exit 1; }; } 593 988 ac_package=`echo $ac_package| sed 's/-/_/g'` 594 case $ac_option in 595 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 596 *) ac_optarg=yes ;; 597 esac 598 eval "with_$ac_package='$ac_optarg'" ;; 989 eval with_$ac_package=\$ac_optarg ;; 599 990 600 991 -without-* | --without-*) … … 605 996 { (exit 1); exit 1; }; } 606 997 ac_package=`echo $ac_package | sed 's/-/_/g'` 607 eval "with_$ac_package=no";;998 eval with_$ac_package=no ;; 608 999 609 1000 --x) … … 636 1027 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 637 1028 { (exit 1); exit 1; }; } 638 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 639 eval "$ac_envvar='$ac_optarg'" 1029 eval $ac_envvar=\$ac_optarg 640 1030 export $ac_envvar ;; 641 1031 … … 657 1047 fi 658 1048 659 # Be sure to have absolute paths. 660 for ac_var in exec_prefix prefix 1049 # Be sure to have absolute directory names. 1050 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1051 datadir sysconfdir sharedstatedir localstatedir includedir \ 1052 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1053 libdir localedir mandir 661 1054 do 662 eval ac_val= $`echo $ac_var`1055 eval ac_val=\$$ac_var 663 1056 case $ac_val in 664 [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 665 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 666 { (exit 1); exit 1; }; };; 1057 [\\/$]* | ?:[\\/]* ) continue;; 1058 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 667 1059 esac 668 done 669 670 # Be sure to have absolute paths. 671 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 672 localstatedir libdir includedir oldincludedir infodir mandir 673 do 674 eval ac_val=$`echo $ac_var` 675 case $ac_val in 676 [\\/$]* | ?:[\\/]* ) ;; 677 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 678 { (exit 1); exit 1; }; };; 679 esac 1060 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1061 { (exit 1); exit 1; }; } 680 1062 done 681 1063 … … 704 1086 705 1087 1088 ac_pwd=`pwd` && test -n "$ac_pwd" && 1089 ac_ls_di=`ls -di .` && 1090 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1091 { echo "$as_me: error: Working directory cannot be determined" >&2 1092 { (exit 1); exit 1; }; } 1093 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1094 { echo "$as_me: error: pwd does not report name of working directory" >&2 1095 { (exit 1); exit 1; }; } 1096 1097 706 1098 # Find the source files, if location was not specified. 707 1099 if test -z "$srcdir"; then 708 1100 ac_srcdir_defaulted=yes 709 # Try the directory containing this script, then its parent.710 ac_confdir=` (dirname "$0") 2>/dev/null||1101 # Try the directory containing this script, then the parent directory. 1102 ac_confdir=`$as_dirname -- "$0" || 711 1103 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 712 1104 X"$0" : 'X\(//\)[^/]' \| \ 713 1105 X"$0" : 'X\(//\)$' \| \ 714 X"$0" : 'X\(/\)' \| \ 715 . : '\(.\)' 2>/dev/null || 1106 X"$0" : 'X\(/\)' \| . 2>/dev/null || 716 1107 echo X"$0" | 717 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 718 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 719 /^X\(\/\/\)$/{ s//\1/; q; } 720 /^X\(\/\).*/{ s//\1/; q; } 721 s/.*/./; q'` 1108 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1109 s//\1/ 1110 q 1111 } 1112 /^X\(\/\/\)[^/].*/{ 1113 s//\1/ 1114 q 1115 } 1116 /^X\(\/\/\)$/{ 1117 s//\1/ 1118 q 1119 } 1120 /^X\(\/\).*/{ 1121 s//\1/ 1122 q 1123 } 1124 s/.*/./; q'` 722 1125 srcdir=$ac_confdir 723 if test ! -r $srcdir/$ac_unique_file; then1126 if test ! -r "$srcdir/$ac_unique_file"; then 724 1127 srcdir=.. 725 1128 fi … … 727 1130 ac_srcdir_defaulted=no 728 1131 fi 729 if test ! -r $srcdir/$ac_unique_file; then730 if test "$ac_srcdir_defaulted" = yes; then731 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&21132 if test ! -r "$srcdir/$ac_unique_file"; then 1133 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1134 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 732 1135 { (exit 1); exit 1; }; } 733 else 734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1136 fi 1137 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1138 ac_abs_confdir=`( 1139 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 735 1140 { (exit 1); exit 1; }; } 736 fi 737 fi 738 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 739 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 740 { (exit 1); exit 1; }; } 741 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 742 ac_env_build_alias_set=${build_alias+set} 743 ac_env_build_alias_value=$build_alias 744 ac_cv_env_build_alias_set=${build_alias+set} 745 ac_cv_env_build_alias_value=$build_alias 746 ac_env_host_alias_set=${host_alias+set} 747 ac_env_host_alias_value=$host_alias 748 ac_cv_env_host_alias_set=${host_alias+set} 749 ac_cv_env_host_alias_value=$host_alias 750 ac_env_target_alias_set=${target_alias+set} 751 ac_env_target_alias_value=$target_alias 752 ac_cv_env_target_alias_set=${target_alias+set} 753 ac_cv_env_target_alias_value=$target_alias 754 ac_env_CC_set=${CC+set} 755 ac_env_CC_value=$CC 756 ac_cv_env_CC_set=${CC+set} 757 ac_cv_env_CC_value=$CC 758 ac_env_CFLAGS_set=${CFLAGS+set} 759 ac_env_CFLAGS_value=$CFLAGS 760 ac_cv_env_CFLAGS_set=${CFLAGS+set} 761 ac_cv_env_CFLAGS_value=$CFLAGS 762 ac_env_LDFLAGS_set=${LDFLAGS+set} 763 ac_env_LDFLAGS_value=$LDFLAGS 764 ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 765 ac_cv_env_LDFLAGS_value=$LDFLAGS 766 ac_env_CPPFLAGS_set=${CPPFLAGS+set} 767 ac_env_CPPFLAGS_value=$CPPFLAGS 768 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 769 ac_cv_env_CPPFLAGS_value=$CPPFLAGS 770 ac_env_CPP_set=${CPP+set} 771 ac_env_CPP_value=$CPP 772 ac_cv_env_CPP_set=${CPP+set} 773 ac_cv_env_CPP_value=$CPP 1141 pwd)` 1142 # When building in place, set srcdir=. 1143 if test "$ac_abs_confdir" = "$ac_pwd"; then 1144 srcdir=. 1145 fi 1146 # Remove unnecessary trailing slashes from srcdir. 1147 # Double slashes in file names in object file debugging info 1148 # mess up M-x gdb in Emacs. 1149 case $srcdir in 1150 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1151 esac 1152 for ac_var in $ac_precious_vars; do 1153 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1154 eval ac_env_${ac_var}_value=\$${ac_var} 1155 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1156 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1157 done 774 1158 775 1159 # … … 800 1184 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 801 1185 802 _ACEOF803 804 cat <<_ACEOF805 1186 Installation directories: 806 1187 --prefix=PREFIX install architecture-independent files in PREFIX … … 820 1201 --sbindir=DIR system admin executables [EPREFIX/sbin] 821 1202 --libexecdir=DIR program executables [EPREFIX/libexec] 822 --datadir=DIR read-only architecture-independent data [PREFIX/share]823 1203 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 824 1204 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] … … 827 1207 --includedir=DIR C header files [PREFIX/include] 828 1208 --oldincludedir=DIR C header files for non-gcc [/usr/include] 829 --infodir=DIR info documentation [PREFIX/info] 830 --mandir=DIR man documentation [PREFIX/man] 1209 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1210 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1211 --infodir=DIR info documentation [DATAROOTDIR/info] 1212 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1213 --mandir=DIR man documentation [DATAROOTDIR/man] 1214 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] 1215 --htmldir=DIR html documentation [DOCDIR] 1216 --dvidir=DIR dvi documentation [DOCDIR] 1217 --pdfdir=DIR pdf documentation [DOCDIR] 1218 --psdir=DIR ps documentation [DOCDIR] 831 1219 _ACEOF 832 1220 … … 844 1232 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 845 1233 nonstandard directory <lib dir> 846 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have847 headers in a nonstandard directory <include dir>1234 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1235 you have headers in a nonstandard directory <include dir> 848 1236 CPP C preprocessor 849 1237 … … 852 1240 853 1241 _ACEOF 1242 ac_status=$? 854 1243 fi 855 1244 856 1245 if test "$ac_init_help" = "recursive"; then 857 1246 # If there are subdirs, report their specific --help. 858 ac_popdir=`pwd`859 1247 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 860 test -d $ac_dir|| continue1248 test -d "$ac_dir" || continue 861 1249 ac_builddir=. 862 1250 863 if test "$ac_dir" != .; then 1251 case "$ac_dir" in 1252 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1253 *) 864 1254 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 865 # A "../" for each directory in $ac_dir_suffix. 866 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 867 else 868 ac_dir_suffix= ac_top_builddir= 869 fi 1255 # A ".." for each directory in $ac_dir_suffix. 1256 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1257 case $ac_top_builddir_sub in 1258 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1259 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1260 esac ;; 1261 esac 1262 ac_abs_top_builddir=$ac_pwd 1263 ac_abs_builddir=$ac_pwd$ac_dir_suffix 1264 # for backward compatibility: 1265 ac_top_builddir=$ac_top_build_prefix 870 1266 871 1267 case $srcdir in 872 .) # No --srcdir option.We are building in place.1268 .) # We are building in place. 873 1269 ac_srcdir=. 874 if test -z "$ac_top_builddir"; then 875 ac_top_srcdir=. 876 else 877 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 878 fi ;; 879 [\\/]* | ?:[\\/]* ) # Absolute path. 1270 ac_top_srcdir=$ac_top_builddir_sub 1271 ac_abs_top_srcdir=$ac_pwd ;; 1272 [\\/]* | ?:[\\/]* ) # Absolute name. 880 1273 ac_srcdir=$srcdir$ac_dir_suffix; 881 ac_top_srcdir=$srcdir ;; 882 *) # Relative path. 883 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 884 ac_top_srcdir=$ac_top_builddir$srcdir ;; 885 esac 886 887 # Do not use `cd foo && pwd` to compute absolute paths, because 888 # the directories may not exist. 889 case `pwd` in 890 .) ac_abs_builddir="$ac_dir";; 891 *) 892 case "$ac_dir" in 893 .) ac_abs_builddir=`pwd`;; 894 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 895 *) ac_abs_builddir=`pwd`/"$ac_dir";; 896 esac;; 897 esac 898 case $ac_abs_builddir in 899 .) ac_abs_top_builddir=${ac_top_builddir}.;; 900 *) 901 case ${ac_top_builddir}. in 902 .) ac_abs_top_builddir=$ac_abs_builddir;; 903 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 904 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 905 esac;; 906 esac 907 case $ac_abs_builddir in 908 .) ac_abs_srcdir=$ac_srcdir;; 909 *) 910 case $ac_srcdir in 911 .) ac_abs_srcdir=$ac_abs_builddir;; 912 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 913 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 914 esac;; 915 esac 916 case $ac_abs_builddir in 917 .) ac_abs_top_srcdir=$ac_top_srcdir;; 918 *) 919 case $ac_top_srcdir in 920 .) ac_abs_top_srcdir=$ac_abs_builddir;; 921 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 922 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 923 esac;; 924 esac 925 926 cd $ac_dir 927 # Check for guested configure; otherwise get Cygnus style configure. 928 if test -f $ac_srcdir/configure.gnu; then 929 echo 930 $SHELL $ac_srcdir/configure.gnu --help=recursive 931 elif test -f $ac_srcdir/configure; then 932 echo 933 $SHELL $ac_srcdir/configure --help=recursive 934 elif test -f $ac_srcdir/configure.ac || 935 test -f $ac_srcdir/configure.in; then 936 echo 937 $ac_configure --help 1274 ac_top_srcdir=$srcdir 1275 ac_abs_top_srcdir=$srcdir ;; 1276 *) # Relative name. 1277 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1278 ac_top_srcdir=$ac_top_build_prefix$srcdir 1279 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1280 esac 1281 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1282 1283 cd "$ac_dir" || { ac_status=$?; continue; } 1284 # Check for guested configure. 1285 if test -f "$ac_srcdir/configure.gnu"; then 1286 echo && 1287 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1288 elif test -f "$ac_srcdir/configure"; then 1289 echo && 1290 $SHELL "$ac_srcdir/configure" --help=recursive 938 1291 else 939 1292 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 940 fi 941 cd $ac_popdir1293 fi || ac_status=$? 1294 cd "$ac_pwd" || { ac_status=$?; break; } 942 1295 done 943 1296 fi 944 1297 945 test -n "$ac_init_help" && exit 01298 test -n "$ac_init_help" && exit $ac_status 946 1299 if $ac_init_version; then 947 1300 cat <<\_ACEOF 948 949 Copyright (C) 2003 Free Software Foundation, Inc. 1301 configure 1302 generated by GNU Autoconf 2.60 1303 1304 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1305 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 950 1306 This configure script is free software; the Free Software Foundation 951 1307 gives unlimited permission to copy, distribute and modify it. 952 1308 _ACEOF 953 exit 0 954 fi 955 exec 5>config.log 956 cat >&5 <<_ACEOF 1309 exit 1310 fi 1311 cat >config.log <<_ACEOF 957 1312 This file contains any messages produced by compilers while 958 1313 running configure, to aid debugging if configure makes a mistake. 959 1314 960 1315 It was created by $as_me, which was 961 generated by GNU Autoconf 2. 59. Invocation command line was1316 generated by GNU Autoconf 2.60. Invocation command line was 962 1317 963 1318 $ $0 $@ 964 1319 965 1320 _ACEOF 1321 exec 5>>config.log 966 1322 { 967 1323 cat <<_ASUNAME … … 982 1338 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 983 1339 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 984 hostinfo = `(hostinfo) 2>/dev/null|| echo unknown`1340 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 985 1341 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 986 1342 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` … … 996 1352 echo "PATH: $as_dir" 997 1353 done 1354 IFS=$as_save_IFS 998 1355 999 1356 } >&5 … … 1017 1374 ac_configure_args0= 1018 1375 ac_configure_args1= 1019 ac_sep=1020 1376 ac_must_keep_next=false 1021 1377 for ac_pass in 1 2 … … 1028 1384 | -silent | --silent | --silen | --sile | --sil) 1029 1385 continue ;; 1030 * " "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)1386 *\'*) 1031 1387 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1032 1388 esac … … 1050 1406 esac 1051 1407 fi 1052 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1053 # Get rid of the leading space. 1054 ac_sep=" " 1408 ac_configure_args="$ac_configure_args '$ac_arg'" 1055 1409 ;; 1056 1410 esac … … 1063 1417 # config.log. We remove comments because anyway the quotes in there 1064 1418 # would cause problems or look ugly. 1065 # WARNING: Be sure not to use single quotes in there, as some shells,1066 # such as our DU 5.0 friend, will then `close' the trap.1419 # WARNING: Use '\'' to represent an apostrophe within the trap. 1420 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1067 1421 trap 'exit_status=$? 1068 1422 # Save into config.log some information that might help in debugging. … … 1077 1431 echo 1078 1432 # The following way of writing the cache mishandles newlines in values, 1079 { 1433 ( 1434 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1435 eval ac_val=\$$ac_var 1436 case $ac_val in #( 1437 *${as_nl}*) 1438 case $ac_var in #( 1439 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1440 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1441 esac 1442 case $ac_var in #( 1443 _ | IFS | as_nl) ;; #( 1444 *) $as_unset $ac_var ;; 1445 esac ;; 1446 esac 1447 done 1080 1448 (set) 2>&1 | 1081 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in1082 * ac_space=\ *)1449 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1450 *${as_nl}ac_space=\ *) 1083 1451 sed -n \ 1084 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1085 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1452 "s/'\''/'\''\\\\'\'''\''/g; 1453 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1454 ;; #( 1455 *) 1456 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1086 1457 ;; 1087 *) 1088 sed -n \ 1089 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1090 ;; 1091 esac; 1092 } 1458 esac | 1459 sort 1460 ) 1093 1461 echo 1094 1462 … … 1101 1469 for ac_var in $ac_subst_vars 1102 1470 do 1103 eval ac_val=$`echo $ac_var` 1104 echo "$ac_var='"'"'$ac_val'"'"'" 1471 eval ac_val=\$$ac_var 1472 case $ac_val in 1473 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1474 esac 1475 echo "$ac_var='\''$ac_val'\''" 1105 1476 done | sort 1106 1477 echo … … 1108 1479 if test -n "$ac_subst_files"; then 1109 1480 cat <<\_ASBOX 1110 ## ------------- ##1111 ## Output files. ##1112 ## ------------- ##1481 ## ------------------- ## 1482 ## File substitutions. ## 1483 ## ------------------- ## 1113 1484 _ASBOX 1114 1485 echo 1115 1486 for ac_var in $ac_subst_files 1116 1487 do 1117 eval ac_val=$`echo $ac_var` 1118 echo "$ac_var='"'"'$ac_val'"'"'" 1488 eval ac_val=\$$ac_var 1489 case $ac_val in 1490 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1491 esac 1492 echo "$ac_var='\''$ac_val'\''" 1119 1493 done | sort 1120 1494 echo … … 1128 1502 _ASBOX 1129 1503 echo 1130 sed "/^$/d" confdefs.h | sort1504 cat confdefs.h 1131 1505 echo 1132 1506 fi … … 1135 1509 echo "$as_me: exit $exit_status" 1136 1510 } >&5 1137 rm -f core *.core &&1138 rm -rfconftest* confdefs* conf$$* $ac_clean_files &&1511 rm -f core *.core core.conftest.* && 1512 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1139 1513 exit $exit_status 1140 1514 ' 0 1141 1515 for ac_signal in 1 2 13 15; do 1142 1516 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal … … 1145 1519 1146 1520 # confdefs.h avoids OS command line length limits that DEFS can exceed. 1147 rm -rf conftest* confdefs.h 1148 # AIX cpp loses on an empty file, so make sure it contains at least a newline. 1149 echo >confdefs.h 1521 rm -f -r conftest* confdefs.h 1150 1522 1151 1523 # Predefined preprocessor variables. … … 1178 1550 # Let the site file select an alternate cache file if it wants to. 1179 1551 # Prefer explicitly selected file to automatically selected ones. 1180 if test -z "$CONFIG_SITE"; then 1181 if test "x$prefix" != xNONE; then 1182 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1183 else 1184 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1185 fi 1186 fi 1187 for ac_site_file in $CONFIG_SITE; do 1552 if test -n "$CONFIG_SITE"; then 1553 set x "$CONFIG_SITE" 1554 elif test "x$prefix" != xNONE; then 1555 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1556 else 1557 set x "$ac_default_prefix/share/config.site" \ 1558 "$ac_default_prefix/etc/config.site" 1559 fi 1560 shift 1561 for ac_site_file 1562 do 1188 1563 if test -r "$ac_site_file"; then 1189 1564 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 … … 1201 1576 echo "$as_me: loading cache $cache_file" >&6;} 1202 1577 case $cache_file in 1203 [\\/]* | ?:[\\/]* ) . $cache_file;;1204 *) . ./$cache_file;;1578 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1579 *) . "./$cache_file";; 1205 1580 esac 1206 1581 fi … … 1214 1589 # value. 1215 1590 ac_cache_corrupted=false 1216 for ac_var in `(set) 2>&1 | 1217 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1591 for ac_var in $ac_precious_vars; do 1218 1592 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1219 1593 eval ac_new_set=\$ac_env_${ac_var}_set 1220 eval ac_old_val= "\$ac_cv_env_${ac_var}_value"1221 eval ac_new_val= "\$ac_env_${ac_var}_value"1594 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1595 eval ac_new_val=\$ac_env_${ac_var}_value 1222 1596 case $ac_old_set,$ac_new_set in 1223 1597 set,) … … 1244 1618 if test "$ac_new_set" = set; then 1245 1619 case $ac_new_val in 1246 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1247 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1620 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1248 1621 *) ac_arg=$ac_var=$ac_new_val ;; 1249 1622 esac … … 1262 1635 fi 1263 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1264 1653 ac_ext=c 1265 1654 ac_cpp='$CPP $CPPFLAGS' … … 1270 1659 1271 1660 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 ac_config_headers="$ac_config_headers config.h" 1661 ac_config_headers="$ac_config_headers config.h" 1290 1662 1291 1663 … … 1298 1670 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1299 1671 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1300 echo "$as_me:$LINENO: checking for $ac_word" >&51301 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1672 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1673 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1302 1674 if test "${ac_cv_prog_CC+set}" = set; then 1303 1675 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1312 1684 test -z "$as_dir" && as_dir=. 1313 1685 for ac_exec_ext in '' $ac_executable_extensions; do 1314 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 1315 1687 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1316 1688 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1319 1691 done 1320 1692 done 1693 IFS=$as_save_IFS 1321 1694 1322 1695 fi … … 1324 1697 CC=$ac_cv_prog_CC 1325 1698 if test -n "$CC"; then 1326 echo "$as_me:$LINENO: result: $CC" >&5 1327 echo "${ECHO_T}$CC" >&6 1328 else 1329 echo "$as_me:$LINENO: result: no" >&5 1330 echo "${ECHO_T}no" >&6 1331 fi 1699 { echo "$as_me:$LINENO: result: $CC" >&5 1700 echo "${ECHO_T}$CC" >&6; } 1701 else 1702 { echo "$as_me:$LINENO: result: no" >&5 1703 echo "${ECHO_T}no" >&6; } 1704 fi 1705 1332 1706 1333 1707 fi … … 1336 1710 # Extract the first word of "gcc", so it can be a program name with args. 1337 1711 set dummy gcc; ac_word=$2 1338 echo "$as_me:$LINENO: checking for $ac_word" >&51339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1712 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1713 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1340 1714 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1341 1715 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1350 1724 test -z "$as_dir" && as_dir=. 1351 1725 for ac_exec_ext in '' $ac_executable_extensions; do 1352 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 1353 1727 ac_cv_prog_ac_ct_CC="gcc" 1354 1728 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1357 1731 done 1358 1732 done 1733 IFS=$as_save_IFS 1359 1734 1360 1735 fi … … 1362 1737 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1363 1738 if test -n "$ac_ct_CC"; then 1364 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1365 echo "${ECHO_T}$ac_ct_CC" >&6 1366 else 1367 echo "$as_me:$LINENO: result: no" >&5 1368 echo "${ECHO_T}no" >&6 1369 fi 1370 1371 CC=$ac_ct_CC 1739 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1740 echo "${ECHO_T}$ac_ct_CC" >&6; } 1741 else 1742 { echo "$as_me:$LINENO: result: no" >&5 1743 echo "${ECHO_T}no" >&6; } 1744 fi 1745 1746 if test "x$ac_ct_CC" = x; then 1747 CC="" 1748 else 1749 case $cross_compiling:$ac_tool_warned in 1750 yes:) 1751 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 1752 whose name does not start with the host triplet. If you think this 1753 configuration is useful to you, please write to autoconf@gnu.org." >&5 1754 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 1755 whose name does not start with the host triplet. If you think this 1756 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 1757 ac_tool_warned=yes ;; 1758 esac 1759 CC=$ac_ct_CC 1760 fi 1372 1761 else 1373 1762 CC="$ac_cv_prog_CC" … … 1375 1764 1376 1765 if test -z "$CC"; then 1377 if test -n "$ac_tool_prefix"; then1378 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.1766 if test -n "$ac_tool_prefix"; then 1767 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1379 1768 set dummy ${ac_tool_prefix}cc; ac_word=$2 1380 echo "$as_me:$LINENO: checking for $ac_word" >&51381 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1769 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1770 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1382 1771 if test "${ac_cv_prog_CC+set}" = set; then 1383 1772 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1392 1781 test -z "$as_dir" && as_dir=. 1393 1782 for ac_exec_ext in '' $ac_executable_extensions; do 1394 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 1395 1784 ac_cv_prog_CC="${ac_tool_prefix}cc" 1396 1785 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1399 1788 done 1400 1789 done 1790 IFS=$as_save_IFS 1401 1791 1402 1792 fi … … 1404 1794 CC=$ac_cv_prog_CC 1405 1795 if test -n "$CC"; then 1406 echo "$as_me:$LINENO: result: $CC" >&5 1407 echo "${ECHO_T}$CC" >&6 1408 else 1409 echo "$as_me:$LINENO: result: no" >&5 1410 echo "${ECHO_T}no" >&6 1411 fi 1412 1413 fi 1414 if test -z "$ac_cv_prog_CC"; then 1415 ac_ct_CC=$CC 1416 # Extract the first word of "cc", so it can be a program name with args. 1417 set dummy cc; ac_word=$2 1418 echo "$as_me:$LINENO: checking for $ac_word" >&5 1419 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1420 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1421 echo $ECHO_N "(cached) $ECHO_C" >&6 1422 else 1423 if test -n "$ac_ct_CC"; then 1424 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1425 else 1426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1427 for as_dir in $PATH 1428 do 1429 IFS=$as_save_IFS 1430 test -z "$as_dir" && as_dir=. 1431 for ac_exec_ext in '' $ac_executable_extensions; do 1432 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1433 ac_cv_prog_ac_ct_CC="cc" 1434 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1435 break 2 1796 { echo "$as_me:$LINENO: result: $CC" >&5 1797 echo "${ECHO_T}$CC" >&6; } 1798 else 1799 { echo "$as_me:$LINENO: result: no" >&5 1800 echo "${ECHO_T}no" >&6; } 1801 fi 1802 1803 1436 1804 fi 1437 done1438 done1439 1440 fi1441 fi1442 ac_ct_CC=$ac_cv_prog_ac_ct_CC1443 if test -n "$ac_ct_CC"; then1444 echo "$as_me:$LINENO: result: $ac_ct_CC" >&51445 echo "${ECHO_T}$ac_ct_CC" >&61446 else1447 echo "$as_me:$LINENO: result: no" >&51448 echo "${ECHO_T}no" >&61449 fi1450 1451 CC=$ac_ct_CC1452 else1453 CC="$ac_cv_prog_CC"1454 fi1455 1456 1805 fi 1457 1806 if test -z "$CC"; then 1458 1807 # Extract the first word of "cc", so it can be a program name with args. 1459 1808 set dummy cc; ac_word=$2 1460 echo "$as_me:$LINENO: checking for $ac_word" >&51461 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1809 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1810 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1462 1811 if test "${ac_cv_prog_CC+set}" = set; then 1463 1812 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1473 1822 test -z "$as_dir" && as_dir=. 1474 1823 for ac_exec_ext in '' $ac_executable_extensions; do 1475 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 1476 1825 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 1477 1826 ac_prog_rejected=yes … … 1484 1833 done 1485 1834 done 1835 IFS=$as_save_IFS 1486 1836 1487 1837 if test $ac_prog_rejected = yes; then … … 1501 1851 CC=$ac_cv_prog_CC 1502 1852 if test -n "$CC"; then 1503 echo "$as_me:$LINENO: result: $CC" >&5 1504 echo "${ECHO_T}$CC" >&6 1505 else 1506 echo "$as_me:$LINENO: result: no" >&5 1507 echo "${ECHO_T}no" >&6 1508 fi 1853 { echo "$as_me:$LINENO: result: $CC" >&5 1854 echo "${ECHO_T}$CC" >&6; } 1855 else 1856 { echo "$as_me:$LINENO: result: no" >&5 1857 echo "${ECHO_T}no" >&6; } 1858 fi 1859 1509 1860 1510 1861 fi 1511 1862 if test -z "$CC"; then 1512 1863 if test -n "$ac_tool_prefix"; then 1513 for ac_prog in cl 1864 for ac_prog in cl.exe 1514 1865 do 1515 1866 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1516 1867 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1517 echo "$as_me:$LINENO: checking for $ac_word" >&51518 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1868 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1869 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1519 1870 if test "${ac_cv_prog_CC+set}" = set; then 1520 1871 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1529 1880 test -z "$as_dir" && as_dir=. 1530 1881 for ac_exec_ext in '' $ac_executable_extensions; do 1531 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 1532 1883 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1533 1884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1536 1887 done 1537 1888 done 1889 IFS=$as_save_IFS 1538 1890 1539 1891 fi … … 1541 1893 CC=$ac_cv_prog_CC 1542 1894 if test -n "$CC"; then 1543 echo "$as_me:$LINENO: result: $CC" >&5 1544 echo "${ECHO_T}$CC" >&6 1545 else 1546 echo "$as_me:$LINENO: result: no" >&5 1547 echo "${ECHO_T}no" >&6 1548 fi 1895 { echo "$as_me:$LINENO: result: $CC" >&5 1896 echo "${ECHO_T}$CC" >&6; } 1897 else 1898 { echo "$as_me:$LINENO: result: no" >&5 1899 echo "${ECHO_T}no" >&6; } 1900 fi 1901 1549 1902 1550 1903 test -n "$CC" && break … … 1553 1906 if test -z "$CC"; then 1554 1907 ac_ct_CC=$CC 1555 for ac_prog in cl 1908 for ac_prog in cl.exe 1556 1909 do 1557 1910 # Extract the first word of "$ac_prog", so it can be a program name with args. 1558 1911 set dummy $ac_prog; ac_word=$2 1559 echo "$as_me:$LINENO: checking for $ac_word" >&51560 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1912 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1913 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1561 1914 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1562 1915 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1571 1924 test -z "$as_dir" && as_dir=. 1572 1925 for ac_exec_ext in '' $ac_executable_extensions; do 1573 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 1574 1927 ac_cv_prog_ac_ct_CC="$ac_prog" 1575 1928 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1578 1931 done 1579 1932 done 1933 IFS=$as_save_IFS 1580 1934 1581 1935 fi … … 1583 1937 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1584 1938 if test -n "$ac_ct_CC"; then 1585 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1586 echo "${ECHO_T}$ac_ct_CC" >&6 1587 else 1588 echo "$as_me:$LINENO: result: no" >&5 1589 echo "${ECHO_T}no" >&6 1590 fi 1939 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1940 echo "${ECHO_T}$ac_ct_CC" >&6; } 1941 else 1942 { echo "$as_me:$LINENO: result: no" >&5 1943 echo "${ECHO_T}no" >&6; } 1944 fi 1945 1591 1946 1592 1947 test -n "$ac_ct_CC" && break 1593 1948 done 1594 1949 1595 CC=$ac_ct_CC 1950 if test "x$ac_ct_CC" = x; then 1951 CC="" 1952 else 1953 case $cross_compiling:$ac_tool_warned in 1954 yes:) 1955 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 1956 whose name does not start with the host triplet. If you think this 1957 configuration is useful to you, please write to autoconf@gnu.org." >&5 1958 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 1959 whose name does not start with the host triplet. If you think this 1960 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 1961 ac_tool_warned=yes ;; 1962 esac 1963 CC=$ac_ct_CC 1964 fi 1596 1965 fi 1597 1966 … … 1606 1975 1607 1976 # Provide some information about the compiler. 1608 echo "$as_me:$LINENO:" \ 1609 "checking for C compiler version" >&5 1977 echo "$as_me:$LINENO: checking for C compiler version" >&5 1610 1978 ac_compiler=`set X $ac_compile; echo $2` 1611 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 1612 (eval $ac_compiler --version </dev/null >&5) 2>&5 1979 { (ac_try="$ac_compiler --version >&5" 1980 case "(($ac_try" in 1981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1982 *) ac_try_echo=$ac_try;; 1983 esac 1984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1985 (eval "$ac_compiler --version >&5") 2>&5 1613 1986 ac_status=$? 1614 1987 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1615 1988 (exit $ac_status); } 1616 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 1617 (eval $ac_compiler -v </dev/null >&5) 2>&5 1989 { (ac_try="$ac_compiler -v >&5" 1990 case "(($ac_try" in 1991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1992 *) ac_try_echo=$ac_try;; 1993 esac 1994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1995 (eval "$ac_compiler -v >&5") 2>&5 1618 1996 ac_status=$? 1619 1997 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1620 1998 (exit $ac_status); } 1621 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 1622 (eval $ac_compiler -V </dev/null >&5) 2>&5 1999 { (ac_try="$ac_compiler -V >&5" 2000 case "(($ac_try" in 2001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2002 *) ac_try_echo=$ac_try;; 2003 esac 2004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2005 (eval "$ac_compiler -V >&5") 2>&5 1623 2006 ac_status=$? 1624 2007 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1645 2028 # It will help us diagnose broken compilers, and finding out an intuition 1646 2029 # of exeext. 1647 echo "$as_me:$LINENO: checking for C compiler default output file name" >&51648 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 2030 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2031 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 1649 2032 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1650 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 1651 (eval $ac_link_default) 2>&5 2033 # 2034 # List of possible output files, starting from the most likely. 2035 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2036 # only as a last resort. b.out is created by i960 compilers. 2037 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2038 # 2039 # The IRIX 6 linker writes into existing files which may not be 2040 # executable, retaining their permissions. Remove them first so a 2041 # subsequent execution test works. 2042 ac_rmfiles= 2043 for ac_file in $ac_files 2044 do 2045 case $ac_file in 2046 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2047 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2048 esac 2049 done 2050 rm -f $ac_rmfiles 2051 2052 if { (ac_try="$ac_link_default" 2053 case "(($ac_try" in 2054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2055 *) ac_try_echo=$ac_try;; 2056 esac 2057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2058 (eval "$ac_link_default") 2>&5 1652 2059 ac_status=$? 1653 2060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1654 2061 (exit $ac_status); }; then 1655 # Find the output, starting from the most likely. This scheme is 1656 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 1657 # resort. 1658 1659 # Be careful to initialize this variable, since it used to be cached. 1660 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 1661 ac_cv_exeext= 1662 # b.out is created by i960 compilers. 1663 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 2062 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2063 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 2064 # in a Makefile. We should not override ac_cv_exeext if it was cached, 2065 # so that the user can short-circuit this test for compilers unknown to 2066 # Autoconf. 2067 for ac_file in $ac_files 1664 2068 do 1665 2069 test -f "$ac_file" || continue 1666 2070 case $ac_file in 1667 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 1668 ;; 1669 conftest.$ac_ext ) 1670 # This is the source file. 2071 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 1671 2072 ;; 1672 2073 [ab].out ) … … 1675 2076 break;; 1676 2077 *.* ) 1677 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1678 # FIXME: I believe we export ac_cv_exeext for Libtool, 1679 # but it would be cool to find out if it's true. Does anybody 1680 # maintain Libtool? --akim. 1681 export ac_cv_exeext 2078 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 2079 then :; else 2080 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2081 fi 2082 # We set ac_cv_exeext here because the later test for it is not 2083 # safe: cross compilers may not add the suffix if given an `-o' 2084 # argument, so we may need to know it at that point already. 2085 # Even if this section looks crufty: it has the advantage of 2086 # actually working. 1682 2087 break;; 1683 2088 * ) … … 1685 2090 esac 1686 2091 done 2092 test "$ac_cv_exeext" = no && ac_cv_exeext= 2093 1687 2094 else 1688 2095 echo "$as_me: failed program was:" >&5 … … 1697 2104 1698 2105 ac_exeext=$ac_cv_exeext 1699 echo "$as_me:$LINENO: result: $ac_file" >&51700 echo "${ECHO_T}$ac_file" >&6 1701 1702 # Check th e compiler produces executables we can run. If not, either2106 { echo "$as_me:$LINENO: result: $ac_file" >&5 2107 echo "${ECHO_T}$ac_file" >&6; } 2108 2109 # Check that the compiler produces executables we can run. If not, either 1703 2110 # the compiler is broken, or we cross compile. 1704 echo "$as_me:$LINENO: checking whether the C compiler works" >&51705 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2111 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2112 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 1706 2113 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 1707 2114 # If not cross compiling, check that we can run a simple program. 1708 2115 if test "$cross_compiling" != yes; then 1709 2116 if { ac_try='./$ac_file' 1710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1711 (eval $ac_try) 2>&5 2117 { (case "(($ac_try" in 2118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2119 *) ac_try_echo=$ac_try;; 2120 esac 2121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2122 (eval "$ac_try") 2>&5 1712 2123 ac_status=$? 1713 2124 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1728 2139 fi 1729 2140 fi 1730 echo "$as_me:$LINENO: result: yes" >&51731 echo "${ECHO_T}yes" >&6 2141 { echo "$as_me:$LINENO: result: yes" >&5 2142 echo "${ECHO_T}yes" >&6; } 1732 2143 1733 2144 rm -f a.out a.exe conftest$ac_cv_exeext b.out 1734 2145 ac_clean_files=$ac_clean_files_save 1735 # Check th e compiler produces executables we can run. If not, either2146 # Check that the compiler produces executables we can run. If not, either 1736 2147 # the compiler is broken, or we cross compile. 1737 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 1738 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 1739 echo "$as_me:$LINENO: result: $cross_compiling" >&5 1740 echo "${ECHO_T}$cross_compiling" >&6 1741 1742 echo "$as_me:$LINENO: checking for suffix of executables" >&5 1743 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 1744 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1745 (eval $ac_link) 2>&5 2148 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2149 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2150 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2151 echo "${ECHO_T}$cross_compiling" >&6; } 2152 2153 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2154 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2155 if { (ac_try="$ac_link" 2156 case "(($ac_try" in 2157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2158 *) ac_try_echo=$ac_try;; 2159 esac 2160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2161 (eval "$ac_link") 2>&5 1746 2162 ac_status=$? 1747 2163 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1754 2170 test -f "$ac_file" || continue 1755 2171 case $ac_file in 1756 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *. o | *.obj ) ;;2172 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 1757 2173 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1758 export ac_cv_exeext1759 2174 break;; 1760 2175 * ) break;; … … 1770 2185 1771 2186 rm -f conftest$ac_cv_exeext 1772 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&51773 echo "${ECHO_T}$ac_cv_exeext" >&6 2187 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2188 echo "${ECHO_T}$ac_cv_exeext" >&6; } 1774 2189 1775 2190 rm -f conftest.$ac_ext 1776 2191 EXEEXT=$ac_cv_exeext 1777 2192 ac_exeext=$EXEEXT 1778 echo "$as_me:$LINENO: checking for suffix of object files" >&51779 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 2193 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2194 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 1780 2195 if test "${ac_cv_objext+set}" = set; then 1781 2196 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1797 2212 _ACEOF 1798 2213 rm -f conftest.o conftest.obj 1799 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1800 (eval $ac_compile) 2>&5 2214 if { (ac_try="$ac_compile" 2215 case "(($ac_try" in 2216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2217 *) ac_try_echo=$ac_try;; 2218 esac 2219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2220 (eval "$ac_compile") 2>&5 1801 2221 ac_status=$? 1802 2222 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1803 2223 (exit $ac_status); }; then 1804 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 2224 for ac_file in conftest.o conftest.obj conftest.*; do 2225 test -f "$ac_file" || continue; 1805 2226 case $ac_file in 1806 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;2227 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 1807 2228 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 1808 2229 break;; … … 1822 2243 rm -f conftest.$ac_cv_objext conftest.$ac_ext 1823 2244 fi 1824 echo "$as_me:$LINENO: result: $ac_cv_objext" >&51825 echo "${ECHO_T}$ac_cv_objext" >&6 2245 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2246 echo "${ECHO_T}$ac_cv_objext" >&6; } 1826 2247 OBJEXT=$ac_cv_objext 1827 2248 ac_objext=$OBJEXT 1828 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&51829 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2249 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2250 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 1830 2251 if test "${ac_cv_c_compiler_gnu+set}" = set; then 1831 2252 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1850 2271 _ACEOF 1851 2272 rm -f conftest.$ac_objext 1852 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1853 (eval $ac_compile) 2>conftest.er1 2273 if { (ac_try="$ac_compile" 2274 case "(($ac_try" in 2275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2276 *) ac_try_echo=$ac_try;; 2277 esac 2278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2279 (eval "$ac_compile") 2>conftest.er1 1854 2280 ac_status=$? 1855 2281 grep -v '^ *+' conftest.er1 >conftest.err … … 1858 2284 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1859 2285 (exit $ac_status); } && 1860 { ac_try='test -z "$ac_c_werror_flag" 1861 || test ! -s conftest.err' 1862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1863 (eval $ac_try) 2>&5 2286 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2287 { (case "(($ac_try" in 2288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2289 *) ac_try_echo=$ac_try;; 2290 esac 2291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2292 (eval "$ac_try") 2>&5 1864 2293 ac_status=$? 1865 2294 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1866 2295 (exit $ac_status); }; } && 1867 2296 { ac_try='test -s conftest.$ac_objext' 1868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1869 (eval $ac_try) 2>&5 2297 { (case "(($ac_try" in 2298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2299 *) ac_try_echo=$ac_try;; 2300 esac 2301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2302 (eval "$ac_try") 2>&5 1870 2303 ac_status=$? 1871 2304 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1876 2309 sed 's/^/| /' conftest.$ac_ext >&5 1877 2310 1878 ac_compiler_gnu=no 1879 fi 1880 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2311 ac_compiler_gnu=no 2312 fi 2313 2314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1881 2315 ac_cv_c_compiler_gnu=$ac_compiler_gnu 1882 2316 1883 2317 fi 1884 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&51885 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2318 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2319 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 1886 2320 GCC=`test $ac_compiler_gnu = yes && echo yes` 1887 2321 ac_test_CFLAGS=${CFLAGS+set} 1888 2322 ac_save_CFLAGS=$CFLAGS 1889 CFLAGS="-g" 1890 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 1891 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2323 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2324 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 1892 2325 if test "${ac_cv_prog_cc_g+set}" = set; then 1893 2326 echo $ECHO_N "(cached) $ECHO_C" >&6 1894 2327 else 1895 cat >conftest.$ac_ext <<_ACEOF 2328 ac_save_c_werror_flag=$ac_c_werror_flag 2329 ac_c_werror_flag=yes 2330 ac_cv_prog_cc_g=no 2331 CFLAGS="-g" 2332 cat >conftest.$ac_ext <<_ACEOF 1896 2333 /* confdefs.h. */ 1897 2334 _ACEOF … … 1909 2346 _ACEOF 1910 2347 rm -f conftest.$ac_objext 1911 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1912 (eval $ac_compile) 2>conftest.er1 2348 if { (ac_try="$ac_compile" 2349 case "(($ac_try" in 2350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2351 *) ac_try_echo=$ac_try;; 2352 esac 2353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2354 (eval "$ac_compile") 2>conftest.er1 1913 2355 ac_status=$? 1914 2356 grep -v '^ *+' conftest.er1 >conftest.err … … 1917 2359 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1918 2360 (exit $ac_status); } && 1919 { ac_try='test -z "$ac_c_werror_flag" 1920 || test ! -s conftest.err' 1921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1922 (eval $ac_try) 2>&5 2361 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2362 { (case "(($ac_try" in 2363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2364 *) ac_try_echo=$ac_try;; 2365 esac 2366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2367 (eval "$ac_try") 2>&5 1923 2368 ac_status=$? 1924 2369 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1925 2370 (exit $ac_status); }; } && 1926 2371 { ac_try='test -s conftest.$ac_objext' 1927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1928 (eval $ac_try) 2>&5 2372 { (case "(($ac_try" in 2373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2374 *) ac_try_echo=$ac_try;; 2375 esac 2376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2377 (eval "$ac_try") 2>&5 1929 2378 ac_status=$? 1930 2379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 1935 2384 sed 's/^/| /' conftest.$ac_ext >&5 1936 2385 1937 ac_cv_prog_cc_g=no 1938 fi 1939 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1940 fi 1941 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 1942 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2386 CFLAGS="" 2387 cat >conftest.$ac_ext <<_ACEOF 2388 /* confdefs.h. */ 2389 _ACEOF 2390 cat confdefs.h >>conftest.$ac_ext 2391 cat >>conftest.$ac_ext <<_ACEOF 2392 /* end confdefs.h. */ 2393 2394 int 2395 main () 2396 { 2397 2398 ; 2399 return 0; 2400 } 2401 _ACEOF 2402 rm -f conftest.$ac_objext 2403 if { (ac_try="$ac_compile" 2404 case "(($ac_try" in 2405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2406 *) ac_try_echo=$ac_try;; 2407 esac 2408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2409 (eval "$ac_compile") 2>conftest.er1 2410 ac_status=$? 2411 grep -v '^ *+' conftest.er1 >conftest.err 2412 rm -f conftest.er1 2413 cat conftest.err >&5 2414 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2415 (exit $ac_status); } && 2416 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2417 { (case "(($ac_try" in 2418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2419 *) ac_try_echo=$ac_try;; 2420 esac 2421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2422 (eval "$ac_try") 2>&5 2423 ac_status=$? 2424 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2425 (exit $ac_status); }; } && 2426 { ac_try='test -s conftest.$ac_objext' 2427 { (case "(($ac_try" in 2428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2429 *) ac_try_echo=$ac_try;; 2430 esac 2431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2432 (eval "$ac_try") 2>&5 2433 ac_status=$? 2434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2435 (exit $ac_status); }; }; then 2436 : 2437 else 2438 echo "$as_me: failed program was:" >&5 2439 sed 's/^/| /' conftest.$ac_ext >&5 2440 2441 ac_c_werror_flag=$ac_save_c_werror_flag 2442 CFLAGS="-g" 2443 cat >conftest.$ac_ext <<_ACEOF 2444 /* confdefs.h. */ 2445 _ACEOF 2446 cat confdefs.h >>conftest.$ac_ext 2447 cat >>conftest.$ac_ext <<_ACEOF 2448 /* end confdefs.h. */ 2449 2450 int 2451 main () 2452 { 2453 2454 ; 2455 return 0; 2456 } 2457 _ACEOF 2458 rm -f conftest.$ac_objext 2459 if { (ac_try="$ac_compile" 2460 case "(($ac_try" in 2461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2462 *) ac_try_echo=$ac_try;; 2463 esac 2464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2465 (eval "$ac_compile") 2>conftest.er1 2466 ac_status=$? 2467 grep -v '^ *+' conftest.er1 >conftest.err 2468 rm -f conftest.er1 2469 cat conftest.err >&5 2470 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2471 (exit $ac_status); } && 2472 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2473 { (case "(($ac_try" in 2474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2475 *) ac_try_echo=$ac_try;; 2476 esac 2477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2478 (eval "$ac_try") 2>&5 2479 ac_status=$? 2480 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2481 (exit $ac_status); }; } && 2482 { ac_try='test -s conftest.$ac_objext' 2483 { (case "(($ac_try" in 2484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2485 *) ac_try_echo=$ac_try;; 2486 esac 2487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2488 (eval "$ac_try") 2>&5 2489 ac_status=$? 2490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2491 (exit $ac_status); }; }; then 2492 ac_cv_prog_cc_g=yes 2493 else 2494 echo "$as_me: failed program was:" >&5 2495 sed 's/^/| /' conftest.$ac_ext >&5 2496 2497 2498 fi 2499 2500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2501 fi 2502 2503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2504 fi 2505 2506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2507 ac_c_werror_flag=$ac_save_c_werror_flag 2508 fi 2509 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2510 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 1943 2511 if test "$ac_test_CFLAGS" = set; then 1944 2512 CFLAGS=$ac_save_CFLAGS … … 1956 2524 fi 1957 2525 fi 1958 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&51959 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&61960 if test "${ac_cv_prog_cc_ stdc+set}" = set; then2526 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2527 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 2528 if test "${ac_cv_prog_cc_c89+set}" = set; then 1961 2529 echo $ECHO_N "(cached) $ECHO_C" >&6 1962 2530 else 1963 ac_cv_prog_cc_ stdc=no2531 ac_cv_prog_cc_c89=no 1964 2532 ac_save_CC=$CC 1965 2533 cat >conftest.$ac_ext <<_ACEOF … … 1995 2563 function prototypes and stuff, but not '\xHH' hex character constants. 1996 2564 These don't provoke an error unfortunately, instead are silently treated 1997 as 'x'. The following induces an error, until -std 1is added to get2565 as 'x'. The following induces an error, until -std is added to get 1998 2566 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 1999 2567 array size at least. It's necessary to write '\x00'==0 to get something 2000 that's true only with -std 1. */2568 that's true only with -std. */ 2001 2569 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 2570 2571 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 2572 inside strings and character constants. */ 2573 #define FOO(x) 'x' 2574 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 2002 2575 2003 2576 int test (int i, double x); … … 2015 2588 } 2016 2589 _ACEOF 2017 # Don't try gcc -ansi; that turns off useful extensions and 2018 # breaks some systems' header files. 2019 # AIX -qlanglvl=ansi 2020 # Ultrix and OSF/1 -std1 2021 # HP-UX 10.20 and later -Ae 2022 # HP-UX older versions -Aa -D_HPUX_SOURCE 2023 # SVR4 -Xc -D__EXTENSIONS__ 2024 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2590 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 2591 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2025 2592 do 2026 2593 CC="$ac_save_CC $ac_arg" 2027 2594 rm -f conftest.$ac_objext 2028 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2029 (eval $ac_compile) 2>conftest.er1 2595 if { (ac_try="$ac_compile" 2596 case "(($ac_try" in 2597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2598 *) ac_try_echo=$ac_try;; 2599 esac 2600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2601 (eval "$ac_compile") 2>conftest.er1 2030 2602 ac_status=$? 2031 2603 grep -v '^ *+' conftest.er1 >conftest.err … … 2034 2606 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2035 2607 (exit $ac_status); } && 2036 { ac_try='test -z "$ac_c_werror_flag" 2037 || test ! -s conftest.err' 2038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2039 (eval $ac_try) 2>&5 2608 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2609 { (case "(($ac_try" in 2610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2611 *) ac_try_echo=$ac_try;; 2612 esac 2613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2614 (eval "$ac_try") 2>&5 2040 2615 ac_status=$? 2041 2616 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2042 2617 (exit $ac_status); }; } && 2043 2618 { ac_try='test -s conftest.$ac_objext' 2044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2045 (eval $ac_try) 2>&5 2619 { (case "(($ac_try" in 2620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2621 *) ac_try_echo=$ac_try;; 2622 esac 2623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2624 (eval "$ac_try") 2>&5 2046 2625 ac_status=$? 2047 2626 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2048 2627 (exit $ac_status); }; }; then 2049 ac_cv_prog_cc_stdc=$ac_arg 2050 break 2628 ac_cv_prog_cc_c89=$ac_arg 2051 2629 else 2052 2630 echo "$as_me: failed program was:" >&5 2053 2631 sed 's/^/| /' conftest.$ac_ext >&5 2054 2632 2055 fi 2056 rm -f conftest.err conftest.$ac_objext 2633 2634 fi 2635 2636 rm -f core conftest.err conftest.$ac_objext 2637 test "x$ac_cv_prog_cc_c89" != "xno" && break 2057 2638 done 2058 rm -f conftest.$ac_ext conftest.$ac_objext2639 rm -f conftest.$ac_ext 2059 2640 CC=$ac_save_CC 2060 2641 2061 2642 fi 2062 2063 case "x$ac_cv_prog_cc_stdc" in 2064 x|xno) 2065 echo "$as_me:$LINENO: result: none needed" >&5 2066 echo "${ECHO_T}none needed" >&6 ;; 2643 # AC_CACHE_VAL 2644 case "x$ac_cv_prog_cc_c89" in 2645 x) 2646 { echo "$as_me:$LINENO: result: none needed" >&5 2647 echo "${ECHO_T}none needed" >&6; } ;; 2648 xno) 2649 { echo "$as_me:$LINENO: result: unsupported" >&5 2650 echo "${ECHO_T}unsupported" >&6; } ;; 2067 2651 *) 2068 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 2069 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 2070 CC="$CC $ac_cv_prog_cc_stdc" ;; 2071 esac 2072 2073 # Some people use a C++ compiler to compile C. Since we use `exit', 2074 # in C++ we need to declare it. In case someone uses the same compiler 2075 # for both compiling C and C++ we need to have the C++ compiler decide 2076 # the declaration of exit, since it's the most demanding environment. 2077 cat >conftest.$ac_ext <<_ACEOF 2078 #ifndef __cplusplus 2079 choke me 2080 #endif 2081 _ACEOF 2082 rm -f conftest.$ac_objext 2083 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2084 (eval $ac_compile) 2>conftest.er1 2085 ac_status=$? 2086 grep -v '^ *+' conftest.er1 >conftest.err 2087 rm -f conftest.er1 2088 cat conftest.err >&5 2089 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2090 (exit $ac_status); } && 2091 { ac_try='test -z "$ac_c_werror_flag" 2092 || test ! -s conftest.err' 2093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2094 (eval $ac_try) 2>&5 2095 ac_status=$? 2096 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2097 (exit $ac_status); }; } && 2098 { ac_try='test -s conftest.$ac_objext' 2099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2100 (eval $ac_try) 2>&5 2101 ac_status=$? 2102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2103 (exit $ac_status); }; }; then 2104 for ac_declaration in \ 2105 '' \ 2106 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2107 'extern "C" void std::exit (int); using std::exit;' \ 2108 'extern "C" void exit (int) throw ();' \ 2109 'extern "C" void exit (int);' \ 2110 'void exit (int);' 2111 do 2112 cat >conftest.$ac_ext <<_ACEOF 2113 /* confdefs.h. */ 2114 _ACEOF 2115 cat confdefs.h >>conftest.$ac_ext 2116 cat >>conftest.$ac_ext <<_ACEOF 2117 /* end confdefs.h. */ 2118 $ac_declaration 2119 #include <stdlib.h> 2120 int 2121 main () 2122 { 2123 exit (42); 2124 ; 2125 return 0; 2126 } 2127 _ACEOF 2128 rm -f conftest.$ac_objext 2129 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2130 (eval $ac_compile) 2>conftest.er1 2131 ac_status=$? 2132 grep -v '^ *+' conftest.er1 >conftest.err 2133 rm -f conftest.er1 2134 cat conftest.err >&5 2135 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2136 (exit $ac_status); } && 2137 { ac_try='test -z "$ac_c_werror_flag" 2138 || test ! -s conftest.err' 2139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2140 (eval $ac_try) 2>&5 2141 ac_status=$? 2142 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2143 (exit $ac_status); }; } && 2144 { ac_try='test -s conftest.$ac_objext' 2145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2146 (eval $ac_try) 2>&5 2147 ac_status=$? 2148 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2149 (exit $ac_status); }; }; then 2150 : 2151 else 2152 echo "$as_me: failed program was:" >&5 2153 sed 's/^/| /' conftest.$ac_ext >&5 2154 2155 continue 2156 fi 2157 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2158 cat >conftest.$ac_ext <<_ACEOF 2159 /* confdefs.h. */ 2160 _ACEOF 2161 cat confdefs.h >>conftest.$ac_ext 2162 cat >>conftest.$ac_ext <<_ACEOF 2163 /* end confdefs.h. */ 2164 $ac_declaration 2165 int 2166 main () 2167 { 2168 exit (42); 2169 ; 2170 return 0; 2171 } 2172 _ACEOF 2173 rm -f conftest.$ac_objext 2174 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2175 (eval $ac_compile) 2>conftest.er1 2176 ac_status=$? 2177 grep -v '^ *+' conftest.er1 >conftest.err 2178 rm -f conftest.er1 2179 cat conftest.err >&5 2180 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2181 (exit $ac_status); } && 2182 { ac_try='test -z "$ac_c_werror_flag" 2183 || test ! -s conftest.err' 2184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2185 (eval $ac_try) 2>&5 2186 ac_status=$? 2187 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2188 (exit $ac_status); }; } && 2189 { ac_try='test -s conftest.$ac_objext' 2190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2191 (eval $ac_try) 2>&5 2192 ac_status=$? 2193 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2194 (exit $ac_status); }; }; then 2195 break 2196 else 2197 echo "$as_me: failed program was:" >&5 2198 sed 's/^/| /' conftest.$ac_ext >&5 2199 2200 fi 2201 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2202 done 2203 rm -f conftest* 2204 if test -n "$ac_declaration"; then 2205 echo '#ifdef __cplusplus' >>confdefs.h 2206 echo $ac_declaration >>confdefs.h 2207 echo '#endif' >>confdefs.h 2208 fi 2209 2210 else 2211 echo "$as_me: failed program was:" >&5 2212 sed 's/^/| /' conftest.$ac_ext >&5 2213 2214 fi 2215 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2652 CC="$CC $ac_cv_prog_cc_c89" 2653 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2654 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 2655 esac 2656 2657 2216 2658 ac_ext=c 2217 2659 ac_cpp='$CPP $CPPFLAGS' … … 2226 2668 2227 2669 2228 echo "$as_me:$LINENO: checking for /usr/athena/include" >&52229 echo $ECHO_N "checking for /usr/athena/include... $ECHO_C" >&6 2670 { echo "$as_me:$LINENO: checking for /usr/athena/include" >&5 2671 echo $ECHO_N "checking for /usr/athena/include... $ECHO_C" >&6; } 2230 2672 if test -d /usr/athena/include; then 2231 2673 CFLAGS=${CFLAGS}\ -I/usr/athena/include 2232 2674 CPPFLAGS=${CPPFLAGS}\ -I/usr/athena/include 2233 echo "$as_me:$LINENO: result: yes" >&52234 echo "${ECHO_T}yes" >&6 2235 else 2236 echo "$as_me:$LINENO: result: no" >&52237 echo "${ECHO_T}no" >&6 2238 fi 2239 echo "$as_me:$LINENO: checking for /usr/athena/lib" >&52240 echo $ECHO_N "checking for /usr/athena/lib... $ECHO_C" >&6 2675 { echo "$as_me:$LINENO: result: yes" >&5 2676 echo "${ECHO_T}yes" >&6; } 2677 else 2678 { echo "$as_me:$LINENO: result: no" >&5 2679 echo "${ECHO_T}no" >&6; } 2680 fi 2681 { echo "$as_me:$LINENO: checking for /usr/athena/lib" >&5 2682 echo $ECHO_N "checking for /usr/athena/lib... $ECHO_C" >&6; } 2241 2683 if test -d /usr/athena/lib; then 2242 2684 LDFLAGS=-L/usr/athena/lib\ ${LDFLAGS} 2243 echo "$as_me:$LINENO: result: yes" >&52244 echo "${ECHO_T}yes" >&6 2245 else 2246 echo "$as_me:$LINENO: result: no" >&52247 echo "${ECHO_T}no" >&6 2248 fi 2249 2250 echo "$as_me:$LINENO: checking for /usr/include/kerberosIV" >&52251 echo $ECHO_N "checking for /usr/include/kerberosIV... $ECHO_C" >&6 2685 { echo "$as_me:$LINENO: result: yes" >&5 2686 echo "${ECHO_T}yes" >&6; } 2687 else 2688 { echo "$as_me:$LINENO: result: no" >&5 2689 echo "${ECHO_T}no" >&6; } 2690 fi 2691 2692 { echo "$as_me:$LINENO: checking for /usr/include/kerberosIV" >&5 2693 echo $ECHO_N "checking for /usr/include/kerberosIV... $ECHO_C" >&6; } 2252 2694 if test -d /usr/include/kerberosIV; then 2253 2695 CFLAGS=${CFLAGS}\ -I/usr/include/kerberosIV 2254 2696 CPPFLAGS=${CPPFLAGS}\ -I/usr/include/kerberosIV 2255 echo "$as_me:$LINENO: result: yes" >&52256 echo "${ECHO_T}yes" >&6 2257 else 2258 echo "$as_me:$LINENO: result: no" >&52259 echo "${ECHO_T}no" >&6 2260 fi 2261 2262 2263 echo "$as_me:$LINENO: checking for initscr in -lncurses" >&52264 echo $ECHO_N "checking for initscr in -lncurses... $ECHO_C" >&6 2697 { echo "$as_me:$LINENO: result: yes" >&5 2698 echo "${ECHO_T}yes" >&6; } 2699 else 2700 { echo "$as_me:$LINENO: result: no" >&5 2701 echo "${ECHO_T}no" >&6; } 2702 fi 2703 2704 2705 { echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5 2706 echo $ECHO_N "checking for initscr in -lncurses... $ECHO_C" >&6; } 2265 2707 if test "${ac_cv_lib_ncurses_initscr+set}" = set; then 2266 2708 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2275 2717 /* end confdefs.h. */ 2276 2718 2277 /* Override any gcc2 internal prototype to avoid an error. */ 2719 /* Override any GCC internal prototype to avoid an error. 2720 Use char because int might match the return type of a GCC 2721 builtin and then its argument prototype would still apply. */ 2278 2722 #ifdef __cplusplus 2279 2723 extern "C" 2280 2724 #endif 2281 /* We use char because int might match the return type of a gcc22282 builtin and then its argument prototype would still apply. */2283 2725 char initscr (); 2284 2726 int 2285 2727 main () 2286 2728 { 2287 initscr ();2729 return initscr (); 2288 2730 ; 2289 2731 return 0; … … 2291 2733 _ACEOF 2292 2734 rm -f conftest.$ac_objext conftest$ac_exeext 2293 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2294 (eval $ac_link) 2>conftest.er1 2735 if { (ac_try="$ac_link" 2736 case "(($ac_try" in 2737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2738 *) ac_try_echo=$ac_try;; 2739 esac 2740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2741 (eval "$ac_link") 2>conftest.er1 2295 2742 ac_status=$? 2296 2743 grep -v '^ *+' conftest.er1 >conftest.err … … 2299 2746 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2300 2747 (exit $ac_status); } && 2301 { ac_try='test -z "$ac_c_werror_flag" 2302 || test ! -s conftest.err' 2303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2304 (eval $ac_try) 2>&5 2748 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2749 { (case "(($ac_try" in 2750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2751 *) ac_try_echo=$ac_try;; 2752 esac 2753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2754 (eval "$ac_try") 2>&5 2305 2755 ac_status=$? 2306 2756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2307 2757 (exit $ac_status); }; } && 2308 2758 { ac_try='test -s conftest$ac_exeext' 2309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2310 (eval $ac_try) 2>&5 2759 { (case "(($ac_try" in 2760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2761 *) ac_try_echo=$ac_try;; 2762 esac 2763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2764 (eval "$ac_try") 2>&5 2311 2765 ac_status=$? 2312 2766 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2317 2771 sed 's/^/| /' conftest.$ac_ext >&5 2318 2772 2319 ac_cv_lib_ncurses_initscr=no 2320 fi 2321 rm -f conftest.err conftest.$ac_objext \ 2773 ac_cv_lib_ncurses_initscr=no 2774 fi 2775 2776 rm -f core conftest.err conftest.$ac_objext \ 2322 2777 conftest$ac_exeext conftest.$ac_ext 2323 2778 LIBS=$ac_check_lib_save_LIBS 2324 2779 fi 2325 echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_initscr" >&52326 echo "${ECHO_T}$ac_cv_lib_ncurses_initscr" >&6 2780 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_initscr" >&5 2781 echo "${ECHO_T}$ac_cv_lib_ncurses_initscr" >&6; } 2327 2782 if test $ac_cv_lib_ncurses_initscr = yes; then 2328 2783 cat >>confdefs.h <<_ACEOF … … 2334 2789 else 2335 2790 2336 echo "$as_me:$LINENO: checking for initscr in -lcurses" >&52337 echo $ECHO_N "checking for initscr in -lcurses... $ECHO_C" >&6 2791 { echo "$as_me:$LINENO: checking for initscr in -lcurses" >&5 2792 echo $ECHO_N "checking for initscr in -lcurses... $ECHO_C" >&6; } 2338 2793 if test "${ac_cv_lib_curses_initscr+set}" = set; then 2339 2794 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2349 2804 /* end confdefs.h. */ 2350 2805 2351 /* Override any gcc2 internal prototype to avoid an error. */ 2806 /* Override any GCC internal prototype to avoid an error. 2807 Use char because int might match the return type of a GCC 2808 builtin and then its argument prototype would still apply. */ 2352 2809 #ifdef __cplusplus 2353 2810 extern "C" 2354 2811 #endif 2355 /* We use char because int might match the return type of a gcc22356 builtin and then its argument prototype would still apply. */2357 2812 char initscr (); 2358 2813 int 2359 2814 main () 2360 2815 { 2361 initscr ();2816 return initscr (); 2362 2817 ; 2363 2818 return 0; … … 2365 2820 _ACEOF 2366 2821 rm -f conftest.$ac_objext conftest$ac_exeext 2367 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2368 (eval $ac_link) 2>conftest.er1 2822 if { (ac_try="$ac_link" 2823 case "(($ac_try" in 2824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2825 *) ac_try_echo=$ac_try;; 2826 esac 2827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2828 (eval "$ac_link") 2>conftest.er1 2369 2829 ac_status=$? 2370 2830 grep -v '^ *+' conftest.er1 >conftest.err … … 2373 2833 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2374 2834 (exit $ac_status); } && 2375 { ac_try='test -z "$ac_c_werror_flag" 2376 || test ! -s conftest.err' 2377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2378 (eval $ac_try) 2>&5 2835 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2836 { (case "(($ac_try" in 2837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2838 *) ac_try_echo=$ac_try;; 2839 esac 2840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2841 (eval "$ac_try") 2>&5 2379 2842 ac_status=$? 2380 2843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2381 2844 (exit $ac_status); }; } && 2382 2845 { ac_try='test -s conftest$ac_exeext' 2383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2384 (eval $ac_try) 2>&5 2846 { (case "(($ac_try" in 2847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2848 *) ac_try_echo=$ac_try;; 2849 esac 2850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2851 (eval "$ac_try") 2>&5 2385 2852 ac_status=$? 2386 2853 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2391 2858 sed 's/^/| /' conftest.$ac_ext >&5 2392 2859 2393 ac_cv_lib_curses_initscr=no 2394 fi 2395 rm -f conftest.err conftest.$ac_objext \ 2860 ac_cv_lib_curses_initscr=no 2861 fi 2862 2863 rm -f core conftest.err conftest.$ac_objext \ 2396 2864 conftest$ac_exeext conftest.$ac_ext 2397 2865 LIBS=$ac_check_lib_save_LIBS 2398 2866 fi 2399 echo "$as_me:$LINENO: result: $ac_cv_lib_curses_initscr" >&52400 echo "${ECHO_T}$ac_cv_lib_curses_initscr" >&6 2867 { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_initscr" >&5 2868 echo "${ECHO_T}$ac_cv_lib_curses_initscr" >&6; } 2401 2869 if test $ac_cv_lib_curses_initscr = yes; then 2402 2870 cat >>confdefs.h <<_ACEOF … … 2415 2883 2416 2884 2417 echo "$as_me:$LINENO: checking for com_err in -lcom_err" >&52418 echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6 2885 { echo "$as_me:$LINENO: checking for com_err in -lcom_err" >&5 2886 echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6; } 2419 2887 if test "${ac_cv_lib_com_err_com_err+set}" = set; then 2420 2888 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2429 2897 /* end confdefs.h. */ 2430 2898 2431 /* Override any gcc2 internal prototype to avoid an error. */ 2899 /* Override any GCC internal prototype to avoid an error. 2900 Use char because int might match the return type of a GCC 2901 builtin and then its argument prototype would still apply. */ 2432 2902 #ifdef __cplusplus 2433 2903 extern "C" 2434 2904 #endif 2435 /* We use char because int might match the return type of a gcc22436 builtin and then its argument prototype would still apply. */2437 2905 char com_err (); 2438 2906 int 2439 2907 main () 2440 2908 { 2441 com_err ();2909 return com_err (); 2442 2910 ; 2443 2911 return 0; … … 2445 2913 _ACEOF 2446 2914 rm -f conftest.$ac_objext conftest$ac_exeext 2447 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2448 (eval $ac_link) 2>conftest.er1 2915 if { (ac_try="$ac_link" 2916 case "(($ac_try" in 2917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2918 *) ac_try_echo=$ac_try;; 2919 esac 2920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2921 (eval "$ac_link") 2>conftest.er1 2449 2922 ac_status=$? 2450 2923 grep -v '^ *+' conftest.er1 >conftest.err … … 2453 2926 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2454 2927 (exit $ac_status); } && 2455 { ac_try='test -z "$ac_c_werror_flag" 2456 || test ! -s conftest.err' 2457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2458 (eval $ac_try) 2>&5 2928 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2929 { (case "(($ac_try" in 2930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2931 *) ac_try_echo=$ac_try;; 2932 esac 2933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2934 (eval "$ac_try") 2>&5 2459 2935 ac_status=$? 2460 2936 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2461 2937 (exit $ac_status); }; } && 2462 2938 { ac_try='test -s conftest$ac_exeext' 2463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2464 (eval $ac_try) 2>&5 2939 { (case "(($ac_try" in 2940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2941 *) ac_try_echo=$ac_try;; 2942 esac 2943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2944 (eval "$ac_try") 2>&5 2465 2945 ac_status=$? 2466 2946 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2471 2951 sed 's/^/| /' conftest.$ac_ext >&5 2472 2952 2473 ac_cv_lib_com_err_com_err=no 2474 fi 2475 rm -f conftest.err conftest.$ac_objext \ 2953 ac_cv_lib_com_err_com_err=no 2954 fi 2955 2956 rm -f core conftest.err conftest.$ac_objext \ 2476 2957 conftest$ac_exeext conftest.$ac_ext 2477 2958 LIBS=$ac_check_lib_save_LIBS 2478 2959 fi 2479 echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&52480 echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6 2960 { echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5 2961 echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6; } 2481 2962 if test $ac_cv_lib_com_err_com_err = yes; then 2482 2963 cat >>confdefs.h <<_ACEOF … … 2489 2970 2490 2971 2491 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&52492 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 2972 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 2973 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } 2493 2974 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 2494 2975 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2503 2984 /* end confdefs.h. */ 2504 2985 2505 /* Override any gcc2 internal prototype to avoid an error. */ 2986 /* Override any GCC internal prototype to avoid an error. 2987 Use char because int might match the return type of a GCC 2988 builtin and then its argument prototype would still apply. */ 2506 2989 #ifdef __cplusplus 2507 2990 extern "C" 2508 2991 #endif 2509 /* We use char because int might match the return type of a gcc22510 builtin and then its argument prototype would still apply. */2511 2992 char gethostbyname (); 2512 2993 int 2513 2994 main () 2514 2995 { 2515 gethostbyname ();2996 return gethostbyname (); 2516 2997 ; 2517 2998 return 0; … … 2519 3000 _ACEOF 2520 3001 rm -f conftest.$ac_objext conftest$ac_exeext 2521 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2522 (eval $ac_link) 2>conftest.er1 3002 if { (ac_try="$ac_link" 3003 case "(($ac_try" in 3004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3005 *) ac_try_echo=$ac_try;; 3006 esac 3007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3008 (eval "$ac_link") 2>conftest.er1 2523 3009 ac_status=$? 2524 3010 grep -v '^ *+' conftest.er1 >conftest.err … … 2527 3013 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2528 3014 (exit $ac_status); } && 2529 { ac_try='test -z "$ac_c_werror_flag" 2530 || test ! -s conftest.err' 2531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2532 (eval $ac_try) 2>&5 3015 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3016 { (case "(($ac_try" in 3017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3018 *) ac_try_echo=$ac_try;; 3019 esac 3020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3021 (eval "$ac_try") 2>&5 2533 3022 ac_status=$? 2534 3023 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2535 3024 (exit $ac_status); }; } && 2536 3025 { ac_try='test -s conftest$ac_exeext' 2537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2538 (eval $ac_try) 2>&5 3026 { (case "(($ac_try" in 3027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3028 *) ac_try_echo=$ac_try;; 3029 esac 3030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3031 (eval "$ac_try") 2>&5 2539 3032 ac_status=$? 2540 3033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2545 3038 sed 's/^/| /' conftest.$ac_ext >&5 2546 3039 2547 ac_cv_lib_nsl_gethostbyname=no 2548 fi 2549 rm -f conftest.err conftest.$ac_objext \ 3040 ac_cv_lib_nsl_gethostbyname=no 3041 fi 3042 3043 rm -f core conftest.err conftest.$ac_objext \ 2550 3044 conftest$ac_exeext conftest.$ac_ext 2551 3045 LIBS=$ac_check_lib_save_LIBS 2552 3046 fi 2553 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&52554 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 3047 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 3048 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } 2555 3049 if test $ac_cv_lib_nsl_gethostbyname = yes; then 2556 3050 cat >>confdefs.h <<_ACEOF … … 2563 3057 2564 3058 2565 echo "$as_me:$LINENO: checking for socket in -lsocket" >&52566 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6 3059 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5 3060 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; } 2567 3061 if test "${ac_cv_lib_socket_socket+set}" = set; then 2568 3062 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2577 3071 /* end confdefs.h. */ 2578 3072 2579 /* Override any gcc2 internal prototype to avoid an error. */ 3073 /* Override any GCC internal prototype to avoid an error. 3074 Use char because int might match the return type of a GCC 3075 builtin and then its argument prototype would still apply. */ 2580 3076 #ifdef __cplusplus 2581 3077 extern "C" 2582 3078 #endif 2583 /* We use char because int might match the return type of a gcc22584 builtin and then its argument prototype would still apply. */2585 3079 char socket (); 2586 3080 int 2587 3081 main () 2588 3082 { 2589 socket ();3083 return socket (); 2590 3084 ; 2591 3085 return 0; … … 2593 3087 _ACEOF 2594 3088 rm -f conftest.$ac_objext conftest$ac_exeext 2595 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2596 (eval $ac_link) 2>conftest.er1 3089 if { (ac_try="$ac_link" 3090 case "(($ac_try" in 3091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3092 *) ac_try_echo=$ac_try;; 3093 esac 3094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3095 (eval "$ac_link") 2>conftest.er1 2597 3096 ac_status=$? 2598 3097 grep -v '^ *+' conftest.er1 >conftest.err … … 2601 3100 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2602 3101 (exit $ac_status); } && 2603 { ac_try='test -z "$ac_c_werror_flag" 2604 || test ! -s conftest.err' 2605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2606 (eval $ac_try) 2>&5 3102 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3103 { (case "(($ac_try" in 3104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3105 *) ac_try_echo=$ac_try;; 3106 esac 3107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3108 (eval "$ac_try") 2>&5 2607 3109 ac_status=$? 2608 3110 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2609 3111 (exit $ac_status); }; } && 2610 3112 { ac_try='test -s conftest$ac_exeext' 2611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2612 (eval $ac_try) 2>&5 3113 { (case "(($ac_try" in 3114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3115 *) ac_try_echo=$ac_try;; 3116 esac 3117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3118 (eval "$ac_try") 2>&5 2613 3119 ac_status=$? 2614 3120 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2619 3125 sed 's/^/| /' conftest.$ac_ext >&5 2620 3126 2621 ac_cv_lib_socket_socket=no 2622 fi 2623 rm -f conftest.err conftest.$ac_objext \ 3127 ac_cv_lib_socket_socket=no 3128 fi 3129 3130 rm -f core conftest.err conftest.$ac_objext \ 2624 3131 conftest$ac_exeext conftest.$ac_ext 2625 3132 LIBS=$ac_check_lib_save_LIBS 2626 3133 fi 2627 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&52628 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6 3134 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5 3135 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; } 2629 3136 if test $ac_cv_lib_socket_socket = yes; then 2630 3137 cat >>confdefs.h <<_ACEOF … … 2637 3144 2638 3145 2639 echo "$as_me:$LINENO: checking for krb5_derive_key in -lk5crypto" >&52640 echo $ECHO_N "checking for krb5_derive_key in -lk5crypto... $ECHO_C" >&6 3146 { echo "$as_me:$LINENO: checking for krb5_derive_key in -lk5crypto" >&5 3147 echo $ECHO_N "checking for krb5_derive_key in -lk5crypto... $ECHO_C" >&6; } 2641 3148 if test "${ac_cv_lib_k5crypto_krb5_derive_key+set}" = set; then 2642 3149 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2651 3158 /* end confdefs.h. */ 2652 3159 2653 /* Override any gcc2 internal prototype to avoid an error. */ 3160 /* Override any GCC internal prototype to avoid an error. 3161 Use char because int might match the return type of a GCC 3162 builtin and then its argument prototype would still apply. */ 2654 3163 #ifdef __cplusplus 2655 3164 extern "C" 2656 3165 #endif 2657 /* We use char because int might match the return type of a gcc22658 builtin and then its argument prototype would still apply. */2659 3166 char krb5_derive_key (); 2660 3167 int 2661 3168 main () 2662 3169 { 2663 krb5_derive_key ();3170 return krb5_derive_key (); 2664 3171 ; 2665 3172 return 0; … … 2667 3174 _ACEOF 2668 3175 rm -f conftest.$ac_objext conftest$ac_exeext 2669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2670 (eval $ac_link) 2>conftest.er1 3176 if { (ac_try="$ac_link" 3177 case "(($ac_try" in 3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3179 *) ac_try_echo=$ac_try;; 3180 esac 3181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3182 (eval "$ac_link") 2>conftest.er1 2671 3183 ac_status=$? 2672 3184 grep -v '^ *+' conftest.er1 >conftest.err … … 2675 3187 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2676 3188 (exit $ac_status); } && 2677 { ac_try='test -z "$ac_c_werror_flag" 2678 || test ! -s conftest.err' 2679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2680 (eval $ac_try) 2>&5 3189 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3190 { (case "(($ac_try" in 3191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3192 *) ac_try_echo=$ac_try;; 3193 esac 3194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3195 (eval "$ac_try") 2>&5 2681 3196 ac_status=$? 2682 3197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2683 3198 (exit $ac_status); }; } && 2684 3199 { ac_try='test -s conftest$ac_exeext' 2685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2686 (eval $ac_try) 2>&5 3200 { (case "(($ac_try" in 3201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3202 *) ac_try_echo=$ac_try;; 3203 esac 3204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3205 (eval "$ac_try") 2>&5 2687 3206 ac_status=$? 2688 3207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2693 3212 sed 's/^/| /' conftest.$ac_ext >&5 2694 3213 2695 ac_cv_lib_k5crypto_krb5_derive_key=no 2696 fi 2697 rm -f conftest.err conftest.$ac_objext \ 3214 ac_cv_lib_k5crypto_krb5_derive_key=no 3215 fi 3216 3217 rm -f core conftest.err conftest.$ac_objext \ 2698 3218 conftest$ac_exeext conftest.$ac_ext 2699 3219 LIBS=$ac_check_lib_save_LIBS 2700 3220 fi 2701 echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_krb5_derive_key" >&52702 echo "${ECHO_T}$ac_cv_lib_k5crypto_krb5_derive_key" >&6 3221 { echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_krb5_derive_key" >&5 3222 echo "${ECHO_T}$ac_cv_lib_k5crypto_krb5_derive_key" >&6; } 2703 3223 if test $ac_cv_lib_k5crypto_krb5_derive_key = yes; then 2704 3224 cat >>confdefs.h <<_ACEOF … … 2711 3231 2712 3232 2713 echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes425" >&52714 echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6 3233 { echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes425" >&5 3234 echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6; } 2715 3235 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then 2716 3236 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2725 3245 /* end confdefs.h. */ 2726 3246 2727 /* Override any gcc2 internal prototype to avoid an error. */ 3247 /* Override any GCC internal prototype to avoid an error. 3248 Use char because int might match the return type of a GCC 3249 builtin and then its argument prototype would still apply. */ 2728 3250 #ifdef __cplusplus 2729 3251 extern "C" 2730 3252 #endif 2731 /* We use char because int might match the return type of a gcc22732 builtin and then its argument prototype would still apply. */2733 3253 char des_cbc_encrypt (); 2734 3254 int 2735 3255 main () 2736 3256 { 2737 des_cbc_encrypt ();3257 return des_cbc_encrypt (); 2738 3258 ; 2739 3259 return 0; … … 2741 3261 _ACEOF 2742 3262 rm -f conftest.$ac_objext conftest$ac_exeext 2743 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2744 (eval $ac_link) 2>conftest.er1 3263 if { (ac_try="$ac_link" 3264 case "(($ac_try" in 3265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3266 *) ac_try_echo=$ac_try;; 3267 esac 3268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3269 (eval "$ac_link") 2>conftest.er1 2745 3270 ac_status=$? 2746 3271 grep -v '^ *+' conftest.er1 >conftest.err … … 2749 3274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2750 3275 (exit $ac_status); } && 2751 { ac_try='test -z "$ac_c_werror_flag" 2752 || test ! -s conftest.err' 2753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2754 (eval $ac_try) 2>&5 3276 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3277 { (case "(($ac_try" in 3278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3279 *) ac_try_echo=$ac_try;; 3280 esac 3281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3282 (eval "$ac_try") 2>&5 2755 3283 ac_status=$? 2756 3284 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2757 3285 (exit $ac_status); }; } && 2758 3286 { ac_try='test -s conftest$ac_exeext' 2759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2760 (eval $ac_try) 2>&5 3287 { (case "(($ac_try" in 3288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3289 *) ac_try_echo=$ac_try;; 3290 esac 3291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3292 (eval "$ac_try") 2>&5 2761 3293 ac_status=$? 2762 3294 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2767 3299 sed 's/^/| /' conftest.$ac_ext >&5 2768 3300 2769 ac_cv_lib_des425_des_cbc_encrypt=no 2770 fi 2771 rm -f conftest.err conftest.$ac_objext \ 3301 ac_cv_lib_des425_des_cbc_encrypt=no 3302 fi 3303 3304 rm -f core conftest.err conftest.$ac_objext \ 2772 3305 conftest$ac_exeext conftest.$ac_ext 2773 3306 LIBS=$ac_check_lib_save_LIBS 2774 3307 fi 2775 echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&52776 echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6 3308 { echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 3309 echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6; } 2777 3310 if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then 2778 3311 cat >>confdefs.h <<_ACEOF … … 2785 3318 2786 3319 2787 echo "$as_me:$LINENO: checking for des_quad_cksum in -ldes" >&5 2788 echo $ECHO_N "checking for des_quad_cksum in -ldes... $ECHO_C" >&6 2789 if test "${ac_cv_lib_des_des_quad_cksum+set}" = set; then 2790 echo $ECHO_N "(cached) $ECHO_C" >&6 2791 else 2792 ac_check_lib_save_LIBS=$LIBS 2793 LIBS="$LIBS" 2794 cat >conftest.$ac_ext <<_ACEOF 2795 /* confdefs.h. */ 2796 _ACEOF 2797 cat confdefs.h >>conftest.$ac_ext 2798 cat >>conftest.$ac_ext <<_ACEOF 2799 /* end confdefs.h. */ 2800 2801 /* Override any gcc2 internal prototype to avoid an error. */ 2802 #ifdef __cplusplus 2803 extern "C" 2804 #endif 2805 /* We use char because int might match the return type of a gcc2 2806 builtin and then its argument prototype would still apply. */ 2807 char des_quad_cksum (); 2808 int 2809 main () 2810 { 2811 des_quad_cksum (); 2812 ; 2813 return 0; 2814 } 2815 _ACEOF 2816 rm -f conftest.$ac_objext conftest$ac_exeext 2817 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2818 (eval $ac_link) 2>conftest.er1 2819 ac_status=$? 2820 grep -v '^ *+' conftest.er1 >conftest.err 2821 rm -f conftest.er1 2822 cat conftest.err >&5 2823 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2824 (exit $ac_status); } && 2825 { ac_try='test -z "$ac_c_werror_flag" 2826 || test ! -s conftest.err' 2827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2828 (eval $ac_try) 2>&5 2829 ac_status=$? 2830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2831 (exit $ac_status); }; } && 2832 { ac_try='test -s conftest$ac_exeext' 2833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2834 (eval $ac_try) 2>&5 2835 ac_status=$? 2836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2837 (exit $ac_status); }; }; then 2838 ac_cv_lib_des_des_quad_cksum=yes 2839 else 2840 echo "$as_me: failed program was:" >&5 2841 sed 's/^/| /' conftest.$ac_ext >&5 2842 2843 ac_cv_lib_des_des_quad_cksum=no 2844 fi 2845 rm -f conftest.err conftest.$ac_objext \ 2846 conftest$ac_exeext conftest.$ac_ext 2847 LIBS=$ac_check_lib_save_LIBS 2848 fi 2849 echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_quad_cksum" >&5 2850 echo "${ECHO_T}$ac_cv_lib_des_des_quad_cksum" >&6 2851 if test $ac_cv_lib_des_des_quad_cksum = yes; then 2852 cat >>confdefs.h <<_ACEOF 2853 #define HAVE_LIBDES 1 2854 _ACEOF 2855 2856 LIBS="$LIBS" 2857 2858 fi 2859 2860 2861 echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5 2862 echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6 3320 { echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5 3321 echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6; } 2863 3322 if test "${ac_cv_lib_resolv_res_search+set}" = set; then 2864 3323 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2873 3332 /* end confdefs.h. */ 2874 3333 2875 /* Override any gcc2 internal prototype to avoid an error. */ 3334 /* Override any GCC internal prototype to avoid an error. 3335 Use char because int might match the return type of a GCC 3336 builtin and then its argument prototype would still apply. */ 2876 3337 #ifdef __cplusplus 2877 3338 extern "C" 2878 3339 #endif 2879 /* We use char because int might match the return type of a gcc22880 builtin and then its argument prototype would still apply. */2881 3340 char res_search (); 2882 3341 int 2883 3342 main () 2884 3343 { 2885 re s_search ();3344 return res_search (); 2886 3345 ; 2887 3346 return 0; … … 2889 3348 _ACEOF 2890 3349 rm -f conftest.$ac_objext conftest$ac_exeext 2891 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2892 (eval $ac_link) 2>conftest.er1 3350 if { (ac_try="$ac_link" 3351 case "(($ac_try" in 3352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3353 *) ac_try_echo=$ac_try;; 3354 esac 3355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3356 (eval "$ac_link") 2>conftest.er1 2893 3357 ac_status=$? 2894 3358 grep -v '^ *+' conftest.er1 >conftest.err … … 2897 3361 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2898 3362 (exit $ac_status); } && 2899 { ac_try='test -z "$ac_c_werror_flag" 2900 || test ! -s conftest.err' 2901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2902 (eval $ac_try) 2>&5 3363 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3364 { (case "(($ac_try" in 3365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3366 *) ac_try_echo=$ac_try;; 3367 esac 3368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3369 (eval "$ac_try") 2>&5 2903 3370 ac_status=$? 2904 3371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2905 3372 (exit $ac_status); }; } && 2906 3373 { ac_try='test -s conftest$ac_exeext' 2907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2908 (eval $ac_try) 2>&5 3374 { (case "(($ac_try" in 3375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3376 *) ac_try_echo=$ac_try;; 3377 esac 3378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3379 (eval "$ac_try") 2>&5 2909 3380 ac_status=$? 2910 3381 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2915 3386 sed 's/^/| /' conftest.$ac_ext >&5 2916 3387 2917 ac_cv_lib_resolv_res_search=no 2918 fi 2919 rm -f conftest.err conftest.$ac_objext \ 3388 ac_cv_lib_resolv_res_search=no 3389 fi 3390 3391 rm -f core conftest.err conftest.$ac_objext \ 2920 3392 conftest$ac_exeext conftest.$ac_ext 2921 3393 LIBS=$ac_check_lib_save_LIBS 2922 3394 fi 2923 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_search" >&52924 echo "${ECHO_T}$ac_cv_lib_resolv_res_search" >&6 3395 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_search" >&5 3396 echo "${ECHO_T}$ac_cv_lib_resolv_res_search" >&6; } 2925 3397 if test $ac_cv_lib_resolv_res_search = yes; then 2926 3398 cat >>confdefs.h <<_ACEOF … … 2933 3405 2934 3406 2935 echo "$as_me:$LINENO: checking for krb5_get_credentials in -lkrb5" >&52936 echo $ECHO_N "checking for krb5_get_credentials in -lkrb5... $ECHO_C" >&6 3407 { echo "$as_me:$LINENO: checking for krb5_get_credentials in -lkrb5" >&5 3408 echo $ECHO_N "checking for krb5_get_credentials in -lkrb5... $ECHO_C" >&6; } 2937 3409 if test "${ac_cv_lib_krb5_krb5_get_credentials+set}" = set; then 2938 3410 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2947 3419 /* end confdefs.h. */ 2948 3420 2949 /* Override any gcc2 internal prototype to avoid an error. */ 3421 /* Override any GCC internal prototype to avoid an error. 3422 Use char because int might match the return type of a GCC 3423 builtin and then its argument prototype would still apply. */ 2950 3424 #ifdef __cplusplus 2951 3425 extern "C" 2952 3426 #endif 2953 /* We use char because int might match the return type of a gcc22954 builtin and then its argument prototype would still apply. */2955 3427 char krb5_get_credentials (); 2956 3428 int 2957 3429 main () 2958 3430 { 2959 krb5_get_credentials ();3431 return krb5_get_credentials (); 2960 3432 ; 2961 3433 return 0; … … 2963 3435 _ACEOF 2964 3436 rm -f conftest.$ac_objext conftest$ac_exeext 2965 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2966 (eval $ac_link) 2>conftest.er1 3437 if { (ac_try="$ac_link" 3438 case "(($ac_try" in 3439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3440 *) ac_try_echo=$ac_try;; 3441 esac 3442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3443 (eval "$ac_link") 2>conftest.er1 2967 3444 ac_status=$? 2968 3445 grep -v '^ *+' conftest.er1 >conftest.err … … 2971 3448 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2972 3449 (exit $ac_status); } && 2973 { ac_try='test -z "$ac_c_werror_flag" 2974 || test ! -s conftest.err' 2975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2976 (eval $ac_try) 2>&5 3450 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3451 { (case "(($ac_try" in 3452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3453 *) ac_try_echo=$ac_try;; 3454 esac 3455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3456 (eval "$ac_try") 2>&5 2977 3457 ac_status=$? 2978 3458 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2979 3459 (exit $ac_status); }; } && 2980 3460 { ac_try='test -s conftest$ac_exeext' 2981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2982 (eval $ac_try) 2>&5 3461 { (case "(($ac_try" in 3462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3463 *) ac_try_echo=$ac_try;; 3464 esac 3465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3466 (eval "$ac_try") 2>&5 2983 3467 ac_status=$? 2984 3468 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2989 3473 sed 's/^/| /' conftest.$ac_ext >&5 2990 3474 2991 ac_cv_lib_krb5_krb5_get_credentials=no 2992 fi 2993 rm -f conftest.err conftest.$ac_objext \ 3475 ac_cv_lib_krb5_krb5_get_credentials=no 3476 fi 3477 3478 rm -f core conftest.err conftest.$ac_objext \ 2994 3479 conftest$ac_exeext conftest.$ac_ext 2995 3480 LIBS=$ac_check_lib_save_LIBS 2996 3481 fi 2997 echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_get_credentials" >&52998 echo "${ECHO_T}$ac_cv_lib_krb5_krb5_get_credentials" >&6 3482 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_get_credentials" >&5 3483 echo "${ECHO_T}$ac_cv_lib_krb5_krb5_get_credentials" >&6; } 2999 3484 if test $ac_cv_lib_krb5_krb5_get_credentials = yes; then 3000 3485 cat >>confdefs.h <<_ACEOF … … 3007 3492 3008 3493 3009 echo "$as_me:$LINENO: checking for krb_sendauth in -lkrb4" >&53010 echo $ECHO_N "checking for krb_sendauth in -lkrb4... $ECHO_C" >&6 3494 { echo "$as_me:$LINENO: checking for krb_sendauth in -lkrb4" >&5 3495 echo $ECHO_N "checking for krb_sendauth in -lkrb4... $ECHO_C" >&6; } 3011 3496 if test "${ac_cv_lib_krb4_krb_sendauth+set}" = set; then 3012 3497 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3021 3506 /* end confdefs.h. */ 3022 3507 3023 /* Override any gcc2 internal prototype to avoid an error. */ 3508 /* Override any GCC internal prototype to avoid an error. 3509 Use char because int might match the return type of a GCC 3510 builtin and then its argument prototype would still apply. */ 3024 3511 #ifdef __cplusplus 3025 3512 extern "C" 3026 3513 #endif 3027 /* We use char because int might match the return type of a gcc23028 builtin and then its argument prototype would still apply. */3029 3514 char krb_sendauth (); 3030 3515 int 3031 3516 main () 3032 3517 { 3033 krb_sendauth ();3518 return krb_sendauth (); 3034 3519 ; 3035 3520 return 0; … … 3037 3522 _ACEOF 3038 3523 rm -f conftest.$ac_objext conftest$ac_exeext 3039 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3040 (eval $ac_link) 2>conftest.er1 3524 if { (ac_try="$ac_link" 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_link") 2>conftest.er1 3041 3531 ac_status=$? 3042 3532 grep -v '^ *+' conftest.er1 >conftest.err … … 3045 3535 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3046 3536 (exit $ac_status); } && 3047 { ac_try='test -z "$ac_c_werror_flag" 3048 || test ! -s conftest.err' 3049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3050 (eval $ac_try) 2>&5 3537 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3538 { (case "(($ac_try" in 3539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3540 *) ac_try_echo=$ac_try;; 3541 esac 3542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3543 (eval "$ac_try") 2>&5 3051 3544 ac_status=$? 3052 3545 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3053 3546 (exit $ac_status); }; } && 3054 3547 { ac_try='test -s conftest$ac_exeext' 3055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3056 (eval $ac_try) 2>&5 3548 { (case "(($ac_try" in 3549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3550 *) ac_try_echo=$ac_try;; 3551 esac 3552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3553 (eval "$ac_try") 2>&5 3057 3554 ac_status=$? 3058 3555 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3063 3560 sed 's/^/| /' conftest.$ac_ext >&5 3064 3561 3065 ac_cv_lib_krb4_krb_sendauth=no 3066 fi 3067 rm -f conftest.err conftest.$ac_objext \ 3562 ac_cv_lib_krb4_krb_sendauth=no 3563 fi 3564 3565 rm -f core conftest.err conftest.$ac_objext \ 3068 3566 conftest$ac_exeext conftest.$ac_ext 3069 3567 LIBS=$ac_check_lib_save_LIBS 3070 3568 fi 3071 echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_sendauth" >&53072 echo "${ECHO_T}$ac_cv_lib_krb4_krb_sendauth" >&6 3569 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_sendauth" >&5 3570 echo "${ECHO_T}$ac_cv_lib_krb4_krb_sendauth" >&6; } 3073 3571 if test $ac_cv_lib_krb4_krb_sendauth = yes; then 3074 3572 cat >>confdefs.h <<_ACEOF … … 3080 3578 else 3081 3579 3082 echo "$as_me:$LINENO: checking for krb_sendauth in -lkrb" >&53083 echo $ECHO_N "checking for krb_sendauth in -lkrb... $ECHO_C" >&6 3580 { echo "$as_me:$LINENO: checking for krb_sendauth in -lkrb" >&5 3581 echo $ECHO_N "checking for krb_sendauth in -lkrb... $ECHO_C" >&6; } 3084 3582 if test "${ac_cv_lib_krb_krb_sendauth+set}" = set; then 3085 3583 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3094 3592 /* end confdefs.h. */ 3095 3593 3096 /* Override any gcc2 internal prototype to avoid an error. */ 3594 /* Override any GCC internal prototype to avoid an error. 3595 Use char because int might match the return type of a GCC 3596 builtin and then its argument prototype would still apply. */ 3097 3597 #ifdef __cplusplus 3098 3598 extern "C" 3099 3599 #endif 3100 /* We use char because int might match the return type of a gcc23101 builtin and then its argument prototype would still apply. */3102 3600 char krb_sendauth (); 3103 3601 int 3104 3602 main () 3105 3603 { 3106 krb_sendauth ();3604 return krb_sendauth (); 3107 3605 ; 3108 3606 return 0; … … 3110 3608 _ACEOF 3111 3609 rm -f conftest.$ac_objext conftest$ac_exeext 3112 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3113 (eval $ac_link) 2>conftest.er1 3610 if { (ac_try="$ac_link" 3611 case "(($ac_try" in 3612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3613 *) ac_try_echo=$ac_try;; 3614 esac 3615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3616 (eval "$ac_link") 2>conftest.er1 3114 3617 ac_status=$? 3115 3618 grep -v '^ *+' conftest.er1 >conftest.err … … 3118 3621 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3119 3622 (exit $ac_status); } && 3120 { ac_try='test -z "$ac_c_werror_flag" 3121 || test ! -s conftest.err' 3122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3123 (eval $ac_try) 2>&5 3623 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3624 { (case "(($ac_try" in 3625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3626 *) ac_try_echo=$ac_try;; 3627 esac 3628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3629 (eval "$ac_try") 2>&5 3124 3630 ac_status=$? 3125 3631 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3126 3632 (exit $ac_status); }; } && 3127 3633 { ac_try='test -s conftest$ac_exeext' 3128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3129 (eval $ac_try) 2>&5 3634 { (case "(($ac_try" in 3635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3636 *) ac_try_echo=$ac_try;; 3637 esac 3638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3639 (eval "$ac_try") 2>&5 3130 3640 ac_status=$? 3131 3641 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3136 3646 sed 's/^/| /' conftest.$ac_ext >&5 3137 3647 3138 ac_cv_lib_krb_krb_sendauth=no 3139 fi 3140 rm -f conftest.err conftest.$ac_objext \ 3648 ac_cv_lib_krb_krb_sendauth=no 3649 fi 3650 3651 rm -f core conftest.err conftest.$ac_objext \ 3141 3652 conftest$ac_exeext conftest.$ac_ext 3142 3653 LIBS=$ac_check_lib_save_LIBS 3143 3654 fi 3144 echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_sendauth" >&53145 echo "${ECHO_T}$ac_cv_lib_krb_krb_sendauth" >&6 3655 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_sendauth" >&5 3656 echo "${ECHO_T}$ac_cv_lib_krb_krb_sendauth" >&6; } 3146 3657 if test $ac_cv_lib_krb_krb_sendauth = yes; then 3147 3658 cat >>confdefs.h <<_ACEOF … … 3156 3667 3157 3668 3158 echo "$as_me:$LINENO: checking for ZGetSender in -lzephyr" >&53159 echo $ECHO_N "checking for ZGetSender in -lzephyr... $ECHO_C" >&6 3669 { echo "$as_me:$LINENO: checking for ZGetSender in -lzephyr" >&5 3670 echo $ECHO_N "checking for ZGetSender in -lzephyr... $ECHO_C" >&6; } 3160 3671 if test "${ac_cv_lib_zephyr_ZGetSender+set}" = set; then 3161 3672 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3170 3681 /* end confdefs.h. */ 3171 3682 3172 /* Override any gcc2 internal prototype to avoid an error. */ 3683 /* Override any GCC internal prototype to avoid an error. 3684 Use char because int might match the return type of a GCC 3685 builtin and then its argument prototype would still apply. */ 3173 3686 #ifdef __cplusplus 3174 3687 extern "C" 3175 3688 #endif 3176 /* We use char because int might match the return type of a gcc23177 builtin and then its argument prototype would still apply. */3178 3689 char ZGetSender (); 3179 3690 int 3180 3691 main () 3181 3692 { 3182 ZGetSender ();3693 return ZGetSender (); 3183 3694 ; 3184 3695 return 0; … … 3186 3697 _ACEOF 3187 3698 rm -f conftest.$ac_objext conftest$ac_exeext 3188 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3189 (eval $ac_link) 2>conftest.er1 3699 if { (ac_try="$ac_link" 3700 case "(($ac_try" in 3701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3702 *) ac_try_echo=$ac_try;; 3703 esac 3704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3705 (eval "$ac_link") 2>conftest.er1 3190 3706 ac_status=$? 3191 3707 grep -v '^ *+' conftest.er1 >conftest.err … … 3194 3710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3195 3711 (exit $ac_status); } && 3196 { ac_try='test -z "$ac_c_werror_flag" 3197 || test ! -s conftest.err' 3198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3199 (eval $ac_try) 2>&5 3712 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3713 { (case "(($ac_try" in 3714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3715 *) ac_try_echo=$ac_try;; 3716 esac 3717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3718 (eval "$ac_try") 2>&5 3200 3719 ac_status=$? 3201 3720 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3202 3721 (exit $ac_status); }; } && 3203 3722 { ac_try='test -s conftest$ac_exeext' 3204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3205 (eval $ac_try) 2>&5 3723 { (case "(($ac_try" in 3724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3725 *) ac_try_echo=$ac_try;; 3726 esac 3727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3728 (eval "$ac_try") 2>&5 3206 3729 ac_status=$? 3207 3730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3212 3735 sed 's/^/| /' conftest.$ac_ext >&5 3213 3736 3214 ac_cv_lib_zephyr_ZGetSender=no 3215 fi 3216 rm -f conftest.err conftest.$ac_objext \ 3737 ac_cv_lib_zephyr_ZGetSender=no 3738 fi 3739 3740 rm -f core conftest.err conftest.$ac_objext \ 3217 3741 conftest$ac_exeext conftest.$ac_ext 3218 3742 LIBS=$ac_check_lib_save_LIBS 3219 3743 fi 3220 echo "$as_me:$LINENO: result: $ac_cv_lib_zephyr_ZGetSender" >&53221 echo "${ECHO_T}$ac_cv_lib_zephyr_ZGetSender" >&6 3744 { echo "$as_me:$LINENO: result: $ac_cv_lib_zephyr_ZGetSender" >&5 3745 echo "${ECHO_T}$ac_cv_lib_zephyr_ZGetSender" >&6; } 3222 3746 if test $ac_cv_lib_zephyr_ZGetSender = yes; then 3223 3747 cat >>confdefs.h <<_ACEOF … … 3229 3753 fi 3230 3754 3231 echo "$as_me:$LINENO: checking for ZInitLocationInfo in -lzephyr" >&53232 echo $ECHO_N "checking for ZInitLocationInfo in -lzephyr... $ECHO_C" >&6 3755 { echo "$as_me:$LINENO: checking for ZInitLocationInfo in -lzephyr" >&5 3756 echo $ECHO_N "checking for ZInitLocationInfo in -lzephyr... $ECHO_C" >&6; } 3233 3757 if test "${ac_cv_lib_zephyr_ZInitLocationInfo+set}" = set; then 3234 3758 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3243 3767 /* end confdefs.h. */ 3244 3768 3245 /* Override any gcc2 internal prototype to avoid an error. */ 3769 /* Override any GCC internal prototype to avoid an error. 3770 Use char because int might match the return type of a GCC 3771 builtin and then its argument prototype would still apply. */ 3246 3772 #ifdef __cplusplus 3247 3773 extern "C" 3248 3774 #endif 3249 /* We use char because int might match the return type of a gcc23250 builtin and then its argument prototype would still apply. */3251 3775 char ZInitLocationInfo (); 3252 3776 int 3253 3777 main () 3254 3778 { 3255 ZInitLocationInfo ();3779 return ZInitLocationInfo (); 3256 3780 ; 3257 3781 return 0; … … 3259 3783 _ACEOF 3260 3784 rm -f conftest.$ac_objext conftest$ac_exeext 3261 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3262 (eval $ac_link) 2>conftest.er1 3785 if { (ac_try="$ac_link" 3786 case "(($ac_try" in 3787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3788 *) ac_try_echo=$ac_try;; 3789 esac 3790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3791 (eval "$ac_link") 2>conftest.er1 3263 3792 ac_status=$? 3264 3793 grep -v '^ *+' conftest.er1 >conftest.err … … 3267 3796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3268 3797 (exit $ac_status); } && 3269 { ac_try='test -z "$ac_c_werror_flag" 3270 || test ! -s conftest.err' 3271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3272 (eval $ac_try) 2>&5 3798 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3799 { (case "(($ac_try" in 3800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3801 *) ac_try_echo=$ac_try;; 3802 esac 3803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3804 (eval "$ac_try") 2>&5 3273 3805 ac_status=$? 3274 3806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3275 3807 (exit $ac_status); }; } && 3276 3808 { ac_try='test -s conftest$ac_exeext' 3277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3278 (eval $ac_try) 2>&5 3809 { (case "(($ac_try" in 3810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3811 *) ac_try_echo=$ac_try;; 3812 esac 3813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3814 (eval "$ac_try") 2>&5 3279 3815 ac_status=$? 3280 3816 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3285 3821 sed 's/^/| /' conftest.$ac_ext >&5 3286 3822 3287 ac_cv_lib_zephyr_ZInitLocationInfo=no 3288 fi 3289 rm -f conftest.err conftest.$ac_objext \ 3823 ac_cv_lib_zephyr_ZInitLocationInfo=no 3824 fi 3825 3826 rm -f core conftest.err conftest.$ac_objext \ 3290 3827 conftest$ac_exeext conftest.$ac_ext 3291 3828 LIBS=$ac_check_lib_save_LIBS 3292 3829 fi 3293 echo "$as_me:$LINENO: result: $ac_cv_lib_zephyr_ZInitLocationInfo" >&53294 echo "${ECHO_T}$ac_cv_lib_zephyr_ZInitLocationInfo" >&6 3830 { echo "$as_me:$LINENO: result: $ac_cv_lib_zephyr_ZInitLocationInfo" >&5 3831 echo "${ECHO_T}$ac_cv_lib_zephyr_ZInitLocationInfo" >&6; } 3295 3832 if test $ac_cv_lib_zephyr_ZInitLocationInfo = yes; then 3296 3833 … … 3309 3846 do 3310 3847 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 3311 echo "$as_me:$LINENO: checking for $ac_func" >&53312 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 3313 if eval "test \"\${$as_ac_var+set}\" = set"; then3848 { echo "$as_me:$LINENO: checking for $ac_func" >&5 3849 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 3850 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 3314 3851 echo $ECHO_N "(cached) $ECHO_C" >&6 3315 3852 else … … 3337 3874 #undef $ac_func 3338 3875 3339 /* Override any gcc2 internal prototype to avoid an error. */ 3876 /* Override any GCC internal prototype to avoid an error. 3877 Use char because int might match the return type of a GCC 3878 builtin and then its argument prototype would still apply. */ 3340 3879 #ifdef __cplusplus 3341 3880 extern "C" 3342 {3343 3881 #endif 3344 /* We use char because int might match the return type of a gcc23345 builtin and then its argument prototype would still apply. */3346 3882 char $ac_func (); 3347 3883 /* The GNU C library defines this for functions which it implements 3348 3884 to always fail with ENOSYS. Some functions are actually named 3349 3885 something starting with __ and the normal name is an alias. */ 3350 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)3886 #if defined __stub_$ac_func || defined __stub___$ac_func 3351 3887 choke me 3352 #else3353 char (*f) () = $ac_func;3354 #endif3355 #ifdef __cplusplus3356 }3357 3888 #endif 3358 3889 … … 3360 3891 main () 3361 3892 { 3362 return f != $ac_func;3893 return $ac_func (); 3363 3894 ; 3364 3895 return 0; … … 3366 3897 _ACEOF 3367 3898 rm -f conftest.$ac_objext conftest$ac_exeext 3368 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3369 (eval $ac_link) 2>conftest.er1 3899 if { (ac_try="$ac_link" 3900 case "(($ac_try" in 3901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3902 *) ac_try_echo=$ac_try;; 3903 esac 3904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3905 (eval "$ac_link") 2>conftest.er1 3370 3906 ac_status=$? 3371 3907 grep -v '^ *+' conftest.er1 >conftest.err … … 3374 3910 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3375 3911 (exit $ac_status); } && 3376 { ac_try='test -z "$ac_c_werror_flag" 3377 || test ! -s conftest.err' 3378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3379 (eval $ac_try) 2>&5 3912 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3913 { (case "(($ac_try" in 3914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3915 *) ac_try_echo=$ac_try;; 3916 esac 3917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3918 (eval "$ac_try") 2>&5 3380 3919 ac_status=$? 3381 3920 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3382 3921 (exit $ac_status); }; } && 3383 3922 { ac_try='test -s conftest$ac_exeext' 3384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3385 (eval $ac_try) 2>&5 3923 { (case "(($ac_try" in 3924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3925 *) ac_try_echo=$ac_try;; 3926 esac 3927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3928 (eval "$ac_try") 2>&5 3386 3929 ac_status=$? 3387 3930 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3392 3935 sed 's/^/| /' conftest.$ac_ext >&5 3393 3936 3394 eval "$as_ac_var=no" 3395 fi 3396 rm -f conftest.err conftest.$ac_objext \ 3937 eval "$as_ac_var=no" 3938 fi 3939 3940 rm -f core conftest.err conftest.$ac_objext \ 3397 3941 conftest$ac_exeext conftest.$ac_ext 3398 3942 fi 3399 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 3400 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 3943 ac_res=`eval echo '${'$as_ac_var'}'` 3944 { echo "$as_me:$LINENO: result: $ac_res" >&5 3945 echo "${ECHO_T}$ac_res" >&6; } 3401 3946 if test `eval echo '${'$as_ac_var'}'` = yes; then 3402 3947 cat >>confdefs.h <<_ACEOF … … 3408 3953 3409 3954 3410 echo "$as_me:$LINENO: checking for des_ecb_encrypt prototype" >&53411 echo $ECHO_N "checking for des_ecb_encrypt prototype... $ECHO_C" >&6 3955 { echo "$as_me:$LINENO: checking for des_ecb_encrypt prototype" >&5 3956 echo $ECHO_N "checking for des_ecb_encrypt prototype... $ECHO_C" >&6; } 3412 3957 cat >conftest.$ac_ext <<_ACEOF 3413 3958 /* confdefs.h. */ … … 3427 3972 _ACEOF 3428 3973 rm -f conftest.$ac_objext 3429 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3430 (eval $ac_compile) 2>conftest.er1 3974 if { (ac_try="$ac_compile" 3975 case "(($ac_try" in 3976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3977 *) ac_try_echo=$ac_try;; 3978 esac 3979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3980 (eval "$ac_compile") 2>conftest.er1 3431 3981 ac_status=$? 3432 3982 grep -v '^ *+' conftest.er1 >conftest.err … … 3435 3985 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3436 3986 (exit $ac_status); } && 3437 { ac_try='test -z "$ac_c_werror_flag" 3438 || test ! -s conftest.err' 3439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3440 (eval $ac_try) 2>&5 3987 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3988 { (case "(($ac_try" in 3989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3990 *) ac_try_echo=$ac_try;; 3991 esac 3992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3993 (eval "$ac_try") 2>&5 3441 3994 ac_status=$? 3442 3995 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3443 3996 (exit $ac_status); }; } && 3444 3997 { ac_try='test -s conftest.$ac_objext' 3445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3446 (eval $ac_try) 2>&5 3998 { (case "(($ac_try" in 3999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4000 *) ac_try_echo=$ac_try;; 4001 esac 4002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4003 (eval "$ac_try") 2>&5 3447 4004 ac_status=$? 3448 4005 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3453 4010 sed 's/^/| /' conftest.$ac_ext >&5 3454 4011 3455 ac_cv_des_ecb_encrypt_proto=yes 3456 fi 3457 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3458 echo "$as_me:$LINENO: result: $ac_cv_des_ecb_encrypt_proto" >&5 3459 echo "${ECHO_T}$ac_cv_des_ecb_encrypt_proto" >&6 4012 ac_cv_des_ecb_encrypt_proto=yes 4013 fi 4014 4015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4016 { echo "$as_me:$LINENO: result: $ac_cv_des_ecb_encrypt_proto" >&5 4017 echo "${ECHO_T}$ac_cv_des_ecb_encrypt_proto" >&6; } 3460 4018 if test "$ac_cv_des_ecb_encrypt_proto" = yes; then 3461 4019 … … 3471 4029 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3472 4030 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3473 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53474 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 4031 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 4032 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 3475 4033 # On Suns, sometimes $CPP names a directory. 3476 4034 if test -n "$CPP" && test -d "$CPP"; then … … 3506 4064 Syntax error 3507 4065 _ACEOF 3508 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3509 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4066 if { (ac_try="$ac_cpp conftest.$ac_ext" 4067 case "(($ac_try" in 4068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4069 *) ac_try_echo=$ac_try;; 4070 esac 4071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4072 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3510 4073 ac_status=$? 3511 4074 grep -v '^ *+' conftest.er1 >conftest.err … … 3532 4095 continue 3533 4096 fi 4097 3534 4098 rm -f conftest.err conftest.$ac_ext 3535 4099 3536 # OK, works on sane cases. Now check whether non -existent headers4100 # OK, works on sane cases. Now check whether nonexistent headers 3537 4101 # can be detected and how. 3538 4102 cat >conftest.$ac_ext <<_ACEOF … … 3544 4108 #include <ac_nonexistent.h> 3545 4109 _ACEOF 3546 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3547 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4110 if { (ac_try="$ac_cpp conftest.$ac_ext" 4111 case "(($ac_try" in 4112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4113 *) ac_try_echo=$ac_try;; 4114 esac 4115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4116 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3548 4117 ac_status=$? 3549 4118 grep -v '^ *+' conftest.er1 >conftest.err … … 3572 4141 break 3573 4142 fi 4143 3574 4144 rm -f conftest.err conftest.$ac_ext 3575 4145 … … 3589 4159 ac_cv_prog_CPP=$CPP 3590 4160 fi 3591 echo "$as_me:$LINENO: result: $CPP" >&53592 echo "${ECHO_T}$CPP" >&6 4161 { echo "$as_me:$LINENO: result: $CPP" >&5 4162 echo "${ECHO_T}$CPP" >&6; } 3593 4163 ac_preproc_ok=false 3594 4164 for ac_c_preproc_warn_flag in '' yes … … 3613 4183 Syntax error 3614 4184 _ACEOF 3615 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3616 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4185 if { (ac_try="$ac_cpp conftest.$ac_ext" 4186 case "(($ac_try" in 4187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4188 *) ac_try_echo=$ac_try;; 4189 esac 4190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4191 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3617 4192 ac_status=$? 3618 4193 grep -v '^ *+' conftest.er1 >conftest.err … … 3639 4214 continue 3640 4215 fi 4216 3641 4217 rm -f conftest.err conftest.$ac_ext 3642 4218 3643 # OK, works on sane cases. Now check whether non -existent headers4219 # OK, works on sane cases. Now check whether nonexistent headers 3644 4220 # can be detected and how. 3645 4221 cat >conftest.$ac_ext <<_ACEOF … … 3651 4227 #include <ac_nonexistent.h> 3652 4228 _ACEOF 3653 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3654 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4229 if { (ac_try="$ac_cpp conftest.$ac_ext" 4230 case "(($ac_try" in 4231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4232 *) ac_try_echo=$ac_try;; 4233 esac 4234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4235 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3655 4236 ac_status=$? 3656 4237 grep -v '^ *+' conftest.er1 >conftest.err … … 3679 4260 break 3680 4261 fi 4262 3681 4263 rm -f conftest.err conftest.$ac_ext 3682 4264 … … 3701 4283 3702 4284 3703 echo "$as_me:$LINENO: checking for egrep" >&53704 echo $ECHO_N "checking for egrep... $ECHO_C" >&63705 if test "${ac_cv_p rog_egrep+set}" = set; then4285 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 4286 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 4287 if test "${ac_cv_path_GREP+set}" = set; then 3706 4288 echo $ECHO_N "(cached) $ECHO_C" >&6 3707 4289 else 3708 if echo a | (grep -E '(a|b)') >/dev/null 2>&1 3709 then ac_cv_prog_egrep='grep -E' 3710 else ac_cv_prog_egrep='egrep' 4290 # Extract the first word of "grep ggrep" to use in msg output 4291 if test -z "$GREP"; then 4292 set dummy grep ggrep; ac_prog_name=$2 4293 if test "${ac_cv_path_GREP+set}" = set; then 4294 echo $ECHO_N "(cached) $ECHO_C" >&6 4295 else 4296 ac_path_GREP_found=false 4297 # Loop through the user's path and test for each of PROGNAME-LIST 4298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4299 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4300 do 4301 IFS=$as_save_IFS 4302 test -z "$as_dir" && as_dir=. 4303 for ac_prog in grep ggrep; do 4304 for ac_exec_ext in '' $ac_executable_extensions; do 4305 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4306 { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue 4307 # Check for GNU ac_path_GREP and select it if it is found. 4308 # Check for GNU $ac_path_GREP 4309 case `"$ac_path_GREP" --version 2>&1` in 4310 *GNU*) 4311 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 4312 *) 4313 ac_count=0 4314 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4315 while : 4316 do 4317 cat "conftest.in" "conftest.in" >"conftest.tmp" 4318 mv "conftest.tmp" "conftest.in" 4319 cp "conftest.in" "conftest.nl" 4320 echo 'GREP' >> "conftest.nl" 4321 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4322 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4323 ac_count=`expr $ac_count + 1` 4324 if test $ac_count -gt ${ac_path_GREP_max-0}; then 4325 # Best one so far, save it but keep looking for a better one 4326 ac_cv_path_GREP="$ac_path_GREP" 4327 ac_path_GREP_max=$ac_count 3711 4328 fi 3712 fi 3713 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 3714 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 3715 EGREP=$ac_cv_prog_egrep 3716 3717 3718 echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3719 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 4329 # 10*(2^10) chars as input seems more than enough 4330 test $ac_count -gt 10 && break 4331 done 4332 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4333 esac 4334 4335 4336 $ac_path_GREP_found && break 3 4337 done 4338 done 4339 4340 done 4341 IFS=$as_save_IFS 4342 4343 4344 fi 4345 4346 GREP="$ac_cv_path_GREP" 4347 if test -z "$GREP"; then 4348 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4349 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4350 { (exit 1); exit 1; }; } 4351 fi 4352 4353 else 4354 ac_cv_path_GREP=$GREP 4355 fi 4356 4357 4358 fi 4359 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4360 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 4361 GREP="$ac_cv_path_GREP" 4362 4363 4364 { echo "$as_me:$LINENO: checking for egrep" >&5 4365 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 4366 if test "${ac_cv_path_EGREP+set}" = set; then 4367 echo $ECHO_N "(cached) $ECHO_C" >&6 4368 else 4369 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4370 then ac_cv_path_EGREP="$GREP -E" 4371 else 4372 # Extract the first word of "egrep" to use in msg output 4373 if test -z "$EGREP"; then 4374 set dummy egrep; ac_prog_name=$2 4375 if test "${ac_cv_path_EGREP+set}" = set; then 4376 echo $ECHO_N "(cached) $ECHO_C" >&6 4377 else 4378 ac_path_EGREP_found=false 4379 # Loop through the user's path and test for each of PROGNAME-LIST 4380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4381 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4382 do 4383 IFS=$as_save_IFS 4384 test -z "$as_dir" && as_dir=. 4385 for ac_prog in egrep; do 4386 for ac_exec_ext in '' $ac_executable_extensions; do 4387 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4388 { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue 4389 # Check for GNU ac_path_EGREP and select it if it is found. 4390 # Check for GNU $ac_path_EGREP 4391 case `"$ac_path_EGREP" --version 2>&1` in 4392 *GNU*) 4393 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 4394 *) 4395 ac_count=0 4396 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4397 while : 4398 do 4399 cat "conftest.in" "conftest.in" >"conftest.tmp" 4400 mv "conftest.tmp" "conftest.in" 4401 cp "conftest.in" "conftest.nl" 4402 echo 'EGREP' >> "conftest.nl" 4403 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4404 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4405 ac_count=`expr $ac_count + 1` 4406 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 4407 # Best one so far, save it but keep looking for a better one 4408 ac_cv_path_EGREP="$ac_path_EGREP" 4409 ac_path_EGREP_max=$ac_count 4410 fi 4411 # 10*(2^10) chars as input seems more than enough 4412 test $ac_count -gt 10 && break 4413 done 4414 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4415 esac 4416 4417 4418 $ac_path_EGREP_found && break 3 4419 done 4420 done 4421 4422 done 4423 IFS=$as_save_IFS 4424 4425 4426 fi 4427 4428 EGREP="$ac_cv_path_EGREP" 4429 if test -z "$EGREP"; then 4430 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4431 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4432 { (exit 1); exit 1; }; } 4433 fi 4434 4435 else 4436 ac_cv_path_EGREP=$EGREP 4437 fi 4438 4439 4440 fi 4441 fi 4442 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4443 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 4444 EGREP="$ac_cv_path_EGREP" 4445 4446 4447 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4448 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 3720 4449 if test "${ac_cv_header_stdc+set}" = set; then 3721 4450 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3741 4470 _ACEOF 3742 4471 rm -f conftest.$ac_objext 3743 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3744 (eval $ac_compile) 2>conftest.er1 4472 if { (ac_try="$ac_compile" 4473 case "(($ac_try" in 4474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4475 *) ac_try_echo=$ac_try;; 4476 esac 4477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4478 (eval "$ac_compile") 2>conftest.er1 3745 4479 ac_status=$? 3746 4480 grep -v '^ *+' conftest.er1 >conftest.err … … 3749 4483 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3750 4484 (exit $ac_status); } && 3751 { ac_try='test -z "$ac_c_werror_flag" 3752 || test ! -s conftest.err' 3753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3754 (eval $ac_try) 2>&5 4485 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4486 { (case "(($ac_try" in 4487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4488 *) ac_try_echo=$ac_try;; 4489 esac 4490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4491 (eval "$ac_try") 2>&5 3755 4492 ac_status=$? 3756 4493 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3757 4494 (exit $ac_status); }; } && 3758 4495 { ac_try='test -s conftest.$ac_objext' 3759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3760 (eval $ac_try) 2>&5 4496 { (case "(($ac_try" in 4497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4498 *) ac_try_echo=$ac_try;; 4499 esac 4500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4501 (eval "$ac_try") 2>&5 3761 4502 ac_status=$? 3762 4503 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3767 4508 sed 's/^/| /' conftest.$ac_ext >&5 3768 4509 3769 ac_cv_header_stdc=no 3770 fi 3771 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4510 ac_cv_header_stdc=no 4511 fi 4512 4513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3772 4514 3773 4515 if test $ac_cv_header_stdc = yes; then … … 3825 4567 /* end confdefs.h. */ 3826 4568 #include <ctype.h> 4569 #include <stdlib.h> 3827 4570 #if ((' ' & 0x0FF) == 0x020) 3828 4571 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') … … 3844 4587 if (XOR (islower (i), ISLOWER (i)) 3845 4588 || toupper (i) != TOUPPER (i)) 3846 exit(2);3847 exit (0);4589 return 2; 4590 return 0; 3848 4591 } 3849 4592 _ACEOF 3850 4593 rm -f conftest$ac_exeext 3851 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3852 (eval $ac_link) 2>&5 4594 if { (ac_try="$ac_link" 4595 case "(($ac_try" in 4596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4597 *) ac_try_echo=$ac_try;; 4598 esac 4599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4600 (eval "$ac_link") 2>&5 3853 4601 ac_status=$? 3854 4602 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3855 4603 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3857 (eval $ac_try) 2>&5 4604 { (case "(($ac_try" in 4605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4606 *) ac_try_echo=$ac_try;; 4607 esac 4608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4609 (eval "$ac_try") 2>&5 3858 4610 ac_status=$? 3859 4611 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3868 4620 ac_cv_header_stdc=no 3869 4621 fi 3870 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3871 fi 3872 fi 3873 fi 3874 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 3875 echo "${ECHO_T}$ac_cv_header_stdc" >&6 4622 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4623 fi 4624 4625 4626 fi 4627 fi 4628 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4629 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 3876 4630 if test $ac_cv_header_stdc = yes; then 3877 4631 … … 3882 4636 fi 3883 4637 3884 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&53885 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 4638 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5 4639 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; } 3886 4640 if test "${ac_cv_header_sys_wait_h+set}" = set; then 3887 4641 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3896 4650 #include <sys/wait.h> 3897 4651 #ifndef WEXITSTATUS 3898 # define WEXITSTATUS(stat_val) ((unsigned )(stat_val) >> 8)4652 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) 3899 4653 #endif 3900 4654 #ifndef WIFEXITED … … 3913 4667 _ACEOF 3914 4668 rm -f conftest.$ac_objext 3915 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3916 (eval $ac_compile) 2>conftest.er1 4669 if { (ac_try="$ac_compile" 4670 case "(($ac_try" in 4671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4672 *) ac_try_echo=$ac_try;; 4673 esac 4674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4675 (eval "$ac_compile") 2>conftest.er1 3917 4676 ac_status=$? 3918 4677 grep -v '^ *+' conftest.er1 >conftest.err … … 3921 4680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3922 4681 (exit $ac_status); } && 3923 { ac_try='test -z "$ac_c_werror_flag" 3924 || test ! -s conftest.err' 3925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3926 (eval $ac_try) 2>&5 4682 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4683 { (case "(($ac_try" in 4684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4685 *) ac_try_echo=$ac_try;; 4686 esac 4687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4688 (eval "$ac_try") 2>&5 3927 4689 ac_status=$? 3928 4690 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3929 4691 (exit $ac_status); }; } && 3930 4692 { ac_try='test -s conftest.$ac_objext' 3931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3932 (eval $ac_try) 2>&5 4693 { (case "(($ac_try" in 4694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4695 *) ac_try_echo=$ac_try;; 4696 esac 4697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4698 (eval "$ac_try") 2>&5 3933 4699 ac_status=$? 3934 4700 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3939 4705 sed 's/^/| /' conftest.$ac_ext >&5 3940 4706 3941 ac_cv_header_sys_wait_h=no 3942 fi 3943 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3944 fi 3945 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 3946 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 4707 ac_cv_header_sys_wait_h=no 4708 fi 4709 4710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4711 fi 4712 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 4713 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; } 3947 4714 if test $ac_cv_header_sys_wait_h = yes; then 3948 4715 … … 3967 4734 do 3968 4735 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3969 echo "$as_me:$LINENO: checking for $ac_header" >&53970 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3971 if eval "test \"\${$as_ac_Header+set}\" = set"; then4736 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4737 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4738 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 3972 4739 echo $ECHO_N "(cached) $ECHO_C" >&6 3973 4740 else … … 3983 4750 _ACEOF 3984 4751 rm -f conftest.$ac_objext 3985 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3986 (eval $ac_compile) 2>conftest.er1 4752 if { (ac_try="$ac_compile" 4753 case "(($ac_try" in 4754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4755 *) ac_try_echo=$ac_try;; 4756 esac 4757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4758 (eval "$ac_compile") 2>conftest.er1 3987 4759 ac_status=$? 3988 4760 grep -v '^ *+' conftest.er1 >conftest.err … … 3991 4763 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3992 4764 (exit $ac_status); } && 3993 { ac_try='test -z "$ac_c_werror_flag" 3994 || test ! -s conftest.err' 3995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3996 (eval $ac_try) 2>&5 4765 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4766 { (case "(($ac_try" in 4767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4768 *) ac_try_echo=$ac_try;; 4769 esac 4770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4771 (eval "$ac_try") 2>&5 3997 4772 ac_status=$? 3998 4773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3999 4774 (exit $ac_status); }; } && 4000 4775 { ac_try='test -s conftest.$ac_objext' 4001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4002 (eval $ac_try) 2>&5 4776 { (case "(($ac_try" in 4777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4778 *) ac_try_echo=$ac_try;; 4779 esac 4780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4781 (eval "$ac_try") 2>&5 4003 4782 ac_status=$? 4004 4783 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4009 4788 sed 's/^/| /' conftest.$ac_ext >&5 4010 4789 4011 eval "$as_ac_Header=no" 4012 fi 4013 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4014 fi 4015 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4016 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4790 eval "$as_ac_Header=no" 4791 fi 4792 4793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4794 fi 4795 ac_res=`eval echo '${'$as_ac_Header'}'` 4796 { echo "$as_me:$LINENO: result: $ac_res" >&5 4797 echo "${ECHO_T}$ac_res" >&6; } 4017 4798 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4018 4799 cat >>confdefs.h <<_ACEOF … … 4033 4814 do 4034 4815 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4035 if eval "test \"\${$as_ac_Header+set}\" = set"; then4036 echo "$as_me:$LINENO: checking for $ac_header" >&54037 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4038 if eval "test \"\${$as_ac_Header+set}\" = set"; then4816 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4817 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4818 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4819 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4039 4820 echo $ECHO_N "(cached) $ECHO_C" >&6 4040 4821 fi 4041 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4042 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4822 ac_res=`eval echo '${'$as_ac_Header'}'` 4823 { echo "$as_me:$LINENO: result: $ac_res" >&5 4824 echo "${ECHO_T}$ac_res" >&6; } 4043 4825 else 4044 4826 # Is the header compilable? 4045 echo "$as_me:$LINENO: checking $ac_header usability" >&54046 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4827 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 4828 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 4047 4829 cat >conftest.$ac_ext <<_ACEOF 4048 4830 /* confdefs.h. */ … … 4055 4837 _ACEOF 4056 4838 rm -f conftest.$ac_objext 4057 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4058 (eval $ac_compile) 2>conftest.er1 4839 if { (ac_try="$ac_compile" 4840 case "(($ac_try" in 4841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4842 *) ac_try_echo=$ac_try;; 4843 esac 4844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4845 (eval "$ac_compile") 2>conftest.er1 4059 4846 ac_status=$? 4060 4847 grep -v '^ *+' conftest.er1 >conftest.err … … 4063 4850 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4064 4851 (exit $ac_status); } && 4065 { ac_try='test -z "$ac_c_werror_flag" 4066 || test ! -s conftest.err' 4067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4068 (eval $ac_try) 2>&5 4852 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4853 { (case "(($ac_try" in 4854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4855 *) ac_try_echo=$ac_try;; 4856 esac 4857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4858 (eval "$ac_try") 2>&5 4069 4859 ac_status=$? 4070 4860 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4071 4861 (exit $ac_status); }; } && 4072 4862 { ac_try='test -s conftest.$ac_objext' 4073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4074 (eval $ac_try) 2>&5 4863 { (case "(($ac_try" in 4864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4865 *) ac_try_echo=$ac_try;; 4866 esac 4867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4868 (eval "$ac_try") 2>&5 4075 4869 ac_status=$? 4076 4870 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4081 4875 sed 's/^/| /' conftest.$ac_ext >&5 4082 4876 4083 ac_header_compiler=no 4084 fi 4085 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4086 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4087 echo "${ECHO_T}$ac_header_compiler" >&6 4877 ac_header_compiler=no 4878 fi 4879 4880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4881 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4882 echo "${ECHO_T}$ac_header_compiler" >&6; } 4088 4883 4089 4884 # Is the header present? 4090 echo "$as_me:$LINENO: checking $ac_header presence" >&54091 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4885 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 4886 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 4092 4887 cat >conftest.$ac_ext <<_ACEOF 4093 4888 /* confdefs.h. */ … … 4098 4893 #include <$ac_header> 4099 4894 _ACEOF 4100 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4101 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4895 if { (ac_try="$ac_cpp conftest.$ac_ext" 4896 case "(($ac_try" in 4897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4898 *) ac_try_echo=$ac_try;; 4899 esac 4900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4901 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4102 4902 ac_status=$? 4103 4903 grep -v '^ *+' conftest.er1 >conftest.err … … 4123 4923 ac_header_preproc=no 4124 4924 fi 4925 4125 4926 rm -f conftest.err conftest.$ac_ext 4126 echo "$as_me:$LINENO: result: $ac_header_preproc" >&54127 echo "${ECHO_T}$ac_header_preproc" >&6 4927 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4928 echo "${ECHO_T}$ac_header_preproc" >&6; } 4128 4929 4129 4930 # So? What about this header? … … 4149 4950 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4150 4951 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4151 ( 4152 cat <<\_ASBOX 4153 ## ------------------------------------------ ## 4154 ## Report this to the AC_PACKAGE_NAME lists. ## 4155 ## ------------------------------------------ ## 4156 _ASBOX 4157 ) | 4158 sed "s/^/$as_me: WARNING: /" >&2 4952 4159 4953 ;; 4160 4954 esac 4161 echo "$as_me:$LINENO: checking for $ac_header" >&54162 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4163 if eval "test \"\${$as_ac_Header+set}\" = set"; then4955 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4956 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4957 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4164 4958 echo $ECHO_N "(cached) $ECHO_C" >&6 4165 4959 else 4166 4960 eval "$as_ac_Header=\$ac_header_preproc" 4167 4961 fi 4168 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4169 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4962 ac_res=`eval echo '${'$as_ac_Header'}'` 4963 { echo "$as_me:$LINENO: result: $ac_res" >&5 4964 echo "${ECHO_T}$ac_res" >&6; } 4170 4965 4171 4966 fi … … 4184 4979 CFLAGS=${CFLAGS}\ ${FOO} 4185 4980 4186 echo "$as_me:$LINENO: checking for the perl xsubpp precompiler" >&54187 echo $ECHO_N "checking for the perl xsubpp precompiler... $ECHO_C" >&6 4981 { echo "$as_me:$LINENO: checking for the perl xsubpp precompiler" >&5 4982 echo $ECHO_N "checking for the perl xsubpp precompiler... $ECHO_C" >&6; } 4188 4983 XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`" 4189 4984 if test -n "${XSUBPPDIR}"; then 4190 echo "$as_me:$LINENO: result: ${XSUBPPDIR}" >&54191 echo "${ECHO_T}${XSUBPPDIR}" >&6 4985 { echo "$as_me:$LINENO: result: ${XSUBPPDIR}" >&5 4986 echo "${ECHO_T}${XSUBPPDIR}" >&6; } 4192 4987 else 4193 4988 { { echo "$as_me:$LINENO: error: not found" >&5 … … 4196 4991 fi 4197 4992 4993 if test -f "${XSUBPPDIR}/typemap"; then 4994 XSUBPPFLAGS="-typemap ${XSUBPPDIR}/typemap" 4995 else 4996 XSUBPPFLAGS="" 4997 fi 4998 4198 4999 FOO=`perl -MExtUtils::Embed -e ldopts | sed 's/,-E//' | sed 's/-liconv//'` 4199 5000 echo Adding perl LDFLAGS ${FOO} 4200 5001 LDFLAGS=${LDFLAGS}\ ${FOO} 4201 5002 4202 echo "$as_me:$LINENO: checking for /usr/share/terminfo" >&54203 echo $ECHO_N "checking for /usr/share/terminfo... $ECHO_C" >&6 5003 { echo "$as_me:$LINENO: checking for /usr/share/terminfo" >&5 5004 echo $ECHO_N "checking for /usr/share/terminfo... $ECHO_C" >&6; } 4204 5005 if test "${ac_cv_file__usr_share_terminfo+set}" = set; then 4205 5006 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4215 5016 fi 4216 5017 fi 4217 echo "$as_me:$LINENO: result: $ac_cv_file__usr_share_terminfo" >&54218 echo "${ECHO_T}$ac_cv_file__usr_share_terminfo" >&6 5018 { echo "$as_me:$LINENO: result: $ac_cv_file__usr_share_terminfo" >&5 5019 echo "${ECHO_T}$ac_cv_file__usr_share_terminfo" >&6; } 4219 5020 if test $ac_cv_file__usr_share_terminfo = yes; then 4220 5021 … … 4224 5025 4225 5026 else 4226 echo "$as_me:$LINENO: checking for /usr/share/lib/terminfo" >&54227 echo $ECHO_N "checking for /usr/share/lib/terminfo... $ECHO_C" >&6 5027 { echo "$as_me:$LINENO: checking for /usr/share/lib/terminfo" >&5 5028 echo $ECHO_N "checking for /usr/share/lib/terminfo... $ECHO_C" >&6; } 4228 5029 if test "${ac_cv_file__usr_share_lib_terminfo+set}" = set; then 4229 5030 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4239 5040 fi 4240 5041 fi 4241 echo "$as_me:$LINENO: result: $ac_cv_file__usr_share_lib_terminfo" >&54242 echo "${ECHO_T}$ac_cv_file__usr_share_lib_terminfo" >&6 5042 { echo "$as_me:$LINENO: result: $ac_cv_file__usr_share_lib_terminfo" >&5 5043 echo "${ECHO_T}$ac_cv_file__usr_share_lib_terminfo" >&6; } 4243 5044 if test $ac_cv_file__usr_share_lib_terminfo = yes; then 4244 5045 … … 4259 5060 4260 5061 ac_aux_dir= 4261 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do4262 if test -f $ac_dir/install-sh; then5062 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 5063 if test -f "$ac_dir/install-sh"; then 4263 5064 ac_aux_dir=$ac_dir 4264 5065 ac_install_sh="$ac_aux_dir/install-sh -c" 4265 5066 break 4266 elif test -f $ac_dir/install.sh; then5067 elif test -f "$ac_dir/install.sh"; then 4267 5068 ac_aux_dir=$ac_dir 4268 5069 ac_install_sh="$ac_aux_dir/install.sh -c" 4269 5070 break 4270 elif test -f $ac_dir/shtool; then5071 elif test -f "$ac_dir/shtool"; then 4271 5072 ac_aux_dir=$ac_dir 4272 5073 ac_install_sh="$ac_aux_dir/shtool install -c" … … 4275 5076 done 4276 5077 if test -z "$ac_aux_dir"; then 4277 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&54278 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}5078 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 5079 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 4279 5080 { (exit 1); exit 1; }; } 4280 5081 fi 4281 ac_config_guess="$SHELL $ac_aux_dir/config.guess" 4282 ac_config_sub="$SHELL $ac_aux_dir/config.sub" 4283 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 5082 5083 # These three variables are undocumented and unsupported, 5084 # and are intended to be withdrawn in a future Autoconf release. 5085 # They can cause serious problems if a builder's source tree is in a directory 5086 # whose full name contains unusual characters. 5087 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 5088 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 5089 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 5090 4284 5091 4285 5092 # Find a good install program. We prefer a C program (faster), … … 4296 5103 # OS/2's system install, which has a completely different semantic 4297 5104 # ./install, which can be erroneously created by make from ./install.sh. 4298 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&54299 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 5105 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 5106 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 4300 5107 if test -z "$INSTALL"; then 4301 5108 if test "${ac_cv_path_install+set}" = set; then … … 4319 5126 for ac_prog in ginstall scoinst install; do 4320 5127 for ac_exec_ext in '' $ac_executable_extensions; do 4321 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then5128 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then 4322 5129 if test $ac_prog = install && 4323 5130 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 4338 5145 esac 4339 5146 done 5147 IFS=$as_save_IFS 4340 5148 4341 5149 … … 4344 5152 INSTALL=$ac_cv_path_install 4345 5153 else 4346 # As a last resort, use the slow shell script. We don't cache a4347 # pathfor INSTALL within a source directory, because that will5154 # As a last resort, use the slow shell script. Don't cache a 5155 # value for INSTALL within a source directory, because that will 4348 5156 # break other packages using the cache if that directory is 4349 # removed, or if the path is relative.5157 # removed, or if the value is a relative name. 4350 5158 INSTALL=$ac_install_sh 4351 5159 fi 4352 5160 fi 4353 echo "$as_me:$LINENO: result: $INSTALL" >&54354 echo "${ECHO_T}$INSTALL" >&6 5161 { echo "$as_me:$LINENO: result: $INSTALL" >&5 5162 echo "${ECHO_T}$INSTALL" >&6; } 4355 5163 4356 5164 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 4363 5171 4364 5172 4365 4366 4367 5173 subdirs="$subdirs libfaim" 4368 5174 4369 5175 4370 ac_config_files="$ac_config_files Makefile" 5176 ac_config_files="$ac_config_files Makefile" 5177 4371 5178 cat >confcache <<\_ACEOF 4372 5179 # This file is a shell script that caches the results of configure … … 4387 5194 # The following way of writing the cache mishandles newlines in values, 4388 5195 # but we know of no workaround that is simple, portable, and efficient. 4389 # So, don't put newlines in cache variables' values.5196 # So, we kill variables containing newlines. 4390 5197 # Ultrix sh set writes to stderr and can't be redirected directly, 4391 5198 # and sets the high bit in the cache file unless we assign to the vars. 4392 { 5199 ( 5200 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 5201 eval ac_val=\$$ac_var 5202 case $ac_val in #( 5203 *${as_nl}*) 5204 case $ac_var in #( 5205 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 5206 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 5207 esac 5208 case $ac_var in #( 5209 _ | IFS | as_nl) ;; #( 5210 *) $as_unset $ac_var ;; 5211 esac ;; 5212 esac 5213 done 5214 4393 5215 (set) 2>&1 | 4394 case `(ac_space=' '; set | grep ac_space) 2>&1` in4395 * ac_space=\ *)5216 case $as_nl`(ac_space=' '; set) 2>&1` in #( 5217 *${as_nl}ac_space=\ *) 4396 5218 # `set' does not quote correctly, so add quotes (double-quote 4397 5219 # substitution turns \\\\ into \\, and sed turns \\ into \). … … 4399 5221 "s/'/'\\\\''/g; 4400 5222 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 4401 ;; 5223 ;; #( 4402 5224 *) 4403 5225 # `set' quotes correctly as required by POSIX, so do not add quotes. 4404 sed -n \ 4405 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 5226 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 4406 5227 ;; 4407 esac; 4408 } | 5228 esac | 5229 sort 5230 ) | 4409 5231 sed ' 5232 /^ac_cv_env_/b end 4410 5233 t clear 4411 : 5234 :clear 4412 5235 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 4413 5236 t end 4414 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 4415 : end' >>confcache 4416 if diff $cache_file confcache >/dev/null 2>&1; then :; else 4417 if test -w $cache_file; then 4418 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 5237 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 5238 :end' >>confcache 5239 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 5240 if test -w "$cache_file"; then 5241 test "x$cache_file" != "x/dev/null" && 5242 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 5243 echo "$as_me: updating cache $cache_file" >&6;} 4419 5244 cat confcache >$cache_file 4420 5245 else 4421 echo "not updating unwritable cache $cache_file" 5246 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 5247 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 4422 5248 fi 4423 5249 fi … … 4427 5253 # Let make expand exec_prefix. 4428 5254 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 4429 4430 # VPATH may cause trouble with some makes, so we remove $(srcdir),4431 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and4432 # trailing colons and then remove the whole line if VPATH becomes empty4433 # (actually we leave an empty line to preserve line numbers).4434 if test "x$srcdir" = x.; then4435 ac_vpsub='/^[ ]*VPATH[ ]*=/{4436 s/:*\$(srcdir):*/:/;4437 s/:*\${srcdir}:*/:/;4438 s/:*@srcdir@:*/:/;4439 s/^\([^=]*=[ ]*\):*/\1/;4440 s/:*$//;4441 s/^[^=]*=[ ]*$//;4442 }'4443 fi4444 5255 4445 5256 DEFS=-DHAVE_CONFIG_H … … 4449 5260 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 4450 5261 # 1. Remove the extension, and $U if already installed. 4451 ac_i=`echo "$ac_i" | 4452 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 4453 # 2. Add them. 4454 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 4455 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 5262 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 5263 ac_i=`echo "$ac_i" | sed "$ac_script"` 5264 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 5265 # will be set to the directory where LIBOBJS objects are built. 5266 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 5267 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 4456 5268 done 4457 5269 LIBOBJS=$ac_libobjs … … 4491 5303 # is contrary to our usage. Disable this feature. 4492 5304 alias -g '${1+"$@"}'='"$@"' 4493 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 4494 set -o posix 4495 fi 5305 setopt NO_GLOB_SUBST 5306 else 5307 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 5308 fi 5309 BIN_SH=xpg4; export BIN_SH # for Tru64 4496 5310 DUALCASE=1; export DUALCASE # for MKS sh 4497 5311 4498 # Support unset when possible. 4499 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 4500 as_unset=unset 4501 else 4502 as_unset=false 4503 fi 4504 4505 4506 # Work around bugs in pre-3.0 UWIN ksh. 4507 $as_unset ENV MAIL MAILPATH 4508 PS1='$ ' 4509 PS2='> ' 4510 PS4='+ ' 4511 4512 # NLS nuisances. 4513 for as_var in \ 4514 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 4515 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 4516 LC_TELEPHONE LC_TIME 4517 do 4518 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 4519 eval $as_var=C; export $as_var 4520 else 4521 $as_unset $as_var 4522 fi 4523 done 4524 4525 # Required to use basename. 4526 if expr a : '\(a\)' >/dev/null 2>&1; then 4527 as_expr=expr 4528 else 4529 as_expr=false 4530 fi 4531 4532 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 4533 as_basename=basename 4534 else 4535 as_basename=false 4536 fi 4537 4538 4539 # Name of the executable. 4540 as_me=`$as_basename "$0" || 4541 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 4542 X"$0" : 'X\(//\)$' \| \ 4543 X"$0" : 'X\(/\)$' \| \ 4544 . : '\(.\)' 2>/dev/null || 4545 echo X/"$0" | 4546 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 4547 /^X\/\(\/\/\)$/{ s//\1/; q; } 4548 /^X\/\(\/\).*/{ s//\1/; q; } 4549 s/.*/./; q'` 4550 4551 4552 # PATH needs CR, and LINENO needs CR and PATH. 5312 5313 # PATH needs CR 4553 5314 # Avoid depending upon Character Ranges. 4554 5315 as_cr_letters='abcdefghijklmnopqrstuvwxyz' … … 4571 5332 fi 4572 5333 4573 4574 as_lineno_1=$LINENO 4575 as_lineno_2=$LINENO 4576 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 4577 test "x$as_lineno_1" != "x$as_lineno_2" && 4578 test "x$as_lineno_3" = "x$as_lineno_2" || { 4579 # Find who we are. Look in the path if we contain no path at all 4580 # relative or not. 4581 case $0 in 4582 *[\\/]* ) as_myself=$0 ;; 4583 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5334 # Support unset when possible. 5335 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 5336 as_unset=unset 5337 else 5338 as_unset=false 5339 fi 5340 5341 5342 # IFS 5343 # We need space, tab and new line, in precisely that order. Quoting is 5344 # there to prevent editors from complaining about space-tab. 5345 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 5346 # splitting by setting IFS to empty value.) 5347 as_nl=' 5348 ' 5349 IFS=" "" $as_nl" 5350 5351 # Find who we are. Look in the path if we contain no directory separator. 5352 case $0 in 5353 *[\\/]* ) as_myself=$0 ;; 5354 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4584 5355 for as_dir in $PATH 4585 5356 do … … 4588 5359 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 4589 5360 done 4590 4591 ;; 4592 esac 4593 # We did not find ourselves, most probably we were run as `sh COMMAND' 4594 # in which case we are not to be found in the path. 4595 if test "x$as_myself" = x; then 4596 as_myself=$0 5361 IFS=$as_save_IFS 5362 5363 ;; 5364 esac 5365 # We did not find ourselves, most probably we were run as `sh COMMAND' 5366 # in which case we are not to be found in the path. 5367 if test "x$as_myself" = x; then 5368 as_myself=$0 5369 fi 5370 if test ! -f "$as_myself"; then 5371 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 5372 { (exit 1); exit 1; } 5373 fi 5374 5375 # Work around bugs in pre-3.0 UWIN ksh. 5376 for as_var in ENV MAIL MAILPATH 5377 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 5378 done 5379 PS1='$ ' 5380 PS2='> ' 5381 PS4='+ ' 5382 5383 # NLS nuisances. 5384 for as_var in \ 5385 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 5386 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 5387 LC_TELEPHONE LC_TIME 5388 do 5389 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 5390 eval $as_var=C; export $as_var 5391 else 5392 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 4597 5393 fi 4598 if test ! -f "$as_myself"; then 4599 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 4600 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 4601 { (exit 1); exit 1; }; } 4602 fi 4603 case $CONFIG_SHELL in 4604 '') 4605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4606 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 4607 do 4608 IFS=$as_save_IFS 4609 test -z "$as_dir" && as_dir=. 4610 for as_base in sh bash ksh sh5; do 4611 case $as_dir in 4612 /*) 4613 if ("$as_dir/$as_base" -c ' 5394 done 5395 5396 # Required to use basename. 5397 if expr a : '\(a\)' >/dev/null 2>&1 && 5398 test "X`expr 00001 : '.*\(...\)'`" = X001; then 5399 as_expr=expr 5400 else 5401 as_expr=false 5402 fi 5403 5404 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 5405 as_basename=basename 5406 else 5407 as_basename=false 5408 fi 5409 5410 5411 # Name of the executable. 5412 as_me=`$as_basename -- "$0" || 5413 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 5414 X"$0" : 'X\(//\)$' \| \ 5415 X"$0" : 'X\(/\)' \| . 2>/dev/null || 5416 echo X/"$0" | 5417 sed '/^.*\/\([^/][^/]*\)\/*$/{ 5418 s//\1/ 5419 q 5420 } 5421 /^X\/\(\/\/\)$/{ 5422 s//\1/ 5423 q 5424 } 5425 /^X\/\(\/\).*/{ 5426 s//\1/ 5427 q 5428 } 5429 s/.*/./; q'` 5430 5431 # CDPATH. 5432 $as_unset CDPATH 5433 5434 5435 4614 5436 as_lineno_1=$LINENO 4615 5437 as_lineno_2=$LINENO 4616 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`4617 5438 test "x$as_lineno_1" != "x$as_lineno_2" && 4618 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 4619 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 4620 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 4621 CONFIG_SHELL=$as_dir/$as_base 4622 export CONFIG_SHELL 4623 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 4624 fi;; 4625 esac 4626 done 4627 done 4628 ;; 4629 esac 5439 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 4630 5440 4631 5441 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 4632 5442 # uniformly replaced by the line number. The first 'sed' inserts a 4633 # line-number line before each line; the second 'sed' does the real 4634 # work. The second script uses 'N' to pair each line-number line 4635 # with the numbered line, and appends trailing '-' during 4636 # substitution so that $LINENO is not a special case at line end. 5443 # line-number line after each line using $LINENO; the second 'sed' 5444 # does the real work. The second script uses 'N' to pair each 5445 # line-number line with the line containing $LINENO, and appends 5446 # trailing '-' during substitution so that $LINENO is not a special 5447 # case at line end. 4637 5448 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 4638 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 4639 sed '=' <$as_myself | 5449 # scripts with optimization help from Paolo Bonzini. Blame Lee 5450 # E. McMahon (1931-1989) for sed's syntax. :-) 5451 sed -n ' 5452 p 5453 /[$]LINENO/= 5454 ' <$as_myself | 4640 5455 sed ' 5456 s/[$]LINENO.*/&-/ 5457 t lineno 5458 b 5459 :lineno 4641 5460 N 4642 s,$,-, 4643 : loop 4644 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 5461 :loop 5462 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 4645 5463 t loop 4646 s,-$,, 4647 s,^['$as_cr_digits']*\n,, 5464 s/-\n.*// 4648 5465 ' >$as_me.lineno && 4649 chmod +x $as_me.lineno || 4650 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 4651 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 5466 chmod +x "$as_me.lineno" || 5467 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 4652 5468 { (exit 1); exit 1; }; } 4653 5469 4654 5470 # Don't try to exec as it changes $[0], causing all sort of problems 4655 5471 # (the dirname of $[0] is not the place where we might find the 4656 # original and so on. Autoconf is especially sensi ble to this).4657 . ./$as_me.lineno5472 # original and so on. Autoconf is especially sensitive to this). 5473 . "./$as_me.lineno" 4658 5474 # Exit status is that of the last command. 4659 5475 exit … … 4661 5477 4662 5478 4663 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 4664 *c*,-n*) ECHO_N= ECHO_C=' 4665 ' ECHO_T=' ' ;; 4666 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 4667 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 4668 esac 4669 4670 if expr a : '\(a\)' >/dev/null 2>&1; then 5479 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 5480 as_dirname=dirname 5481 else 5482 as_dirname=false 5483 fi 5484 5485 ECHO_C= ECHO_N= ECHO_T= 5486 case `echo -n x` in 5487 -n*) 5488 case `echo 'x\c'` in 5489 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 5490 *) ECHO_C='\c';; 5491 esac;; 5492 *) 5493 ECHO_N='-n';; 5494 esac 5495 5496 if expr a : '\(a\)' >/dev/null 2>&1 && 5497 test "X`expr 00001 : '.*\(...\)'`" = X001; then 4671 5498 as_expr=expr 4672 5499 else … … 4675 5502 4676 5503 rm -f conf$$ conf$$.exe conf$$.file 5504 if test -d conf$$.dir; then 5505 rm -f conf$$.dir/conf$$.file 5506 else 5507 rm -f conf$$.dir 5508 mkdir conf$$.dir 5509 fi 4677 5510 echo >conf$$.file 4678 5511 if ln -s conf$$.file conf$$ 2>/dev/null; then 4679 # We could just check for DJGPP; but this test a) works b) is more generic 4680 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 4681 if test -f conf$$.exe; then 4682 # Don't use ln at all; we don't have any links 5512 as_ln_s='ln -s' 5513 # ... but there are two gotchas: 5514 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 5515 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 5516 # In both cases, we have to default to `cp -p'. 5517 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 4683 5518 as_ln_s='cp -p' 4684 else4685 as_ln_s='ln -s'4686 fi4687 5519 elif ln conf$$.file conf$$ 2>/dev/null; then 4688 5520 as_ln_s=ln … … 4690 5522 as_ln_s='cp -p' 4691 5523 fi 4692 rm -f conf$$ conf$$.exe conf$$.file 5524 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 5525 rmdir conf$$.dir 2>/dev/null 4693 5526 4694 5527 if mkdir -p . 2>/dev/null; then … … 4699 5532 fi 4700 5533 4701 as_executable_p="test -f" 5534 # Find out whether ``test -x'' works. Don't use a zero-byte file, as 5535 # systems may use methods other than mode bits to determine executability. 5536 cat >conf$$.file <<_ASEOF 5537 #! /bin/sh 5538 exit 0 5539 _ASEOF 5540 chmod +x conf$$.file 5541 if test -x conf$$.file >/dev/null 2>&1; then 5542 as_executable_p="test -x" 5543 else 5544 as_executable_p=: 5545 fi 5546 rm -f conf$$.file 4702 5547 4703 5548 # Sed expression to map a string onto a valid CPP name. … … 4708 5553 4709 5554 4710 # IFS4711 # We need space, tab and new line, in precisely that order.4712 as_nl='4713 '4714 IFS=" $as_nl"4715 4716 # CDPATH.4717 $as_unset CDPATH4718 4719 5555 exec 6>&1 4720 5556 4721 # Open the log real soon, to keep \$[0] and so on meaningful, and to5557 # Save the log message, to keep $[0] and so on meaningful, and to 4722 5558 # report actual input values of CONFIG_FILES etc. instead of their 4723 # values after options handling. Logging --version etc. is OK. 4724 exec 5>>config.log 4725 { 4726 echo 4727 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 4728 ## Running $as_me. ## 4729 _ASBOX 4730 } >&5 4731 cat >&5 <<_CSEOF 4732 5559 # values after options handling. 5560 ac_log=" 4733 5561 This file was extended by $as_me, which was 4734 generated by GNU Autoconf 2. 59. Invocation command line was5562 generated by GNU Autoconf 2.60. Invocation command line was 4735 5563 4736 5564 CONFIG_FILES = $CONFIG_FILES … … 4740 5568 $ $0 $@ 4741 5569 4742 _CSEOF 4743 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 4744 echo >&5 4745 _ACEOF 4746 5570 on `(hostname || uname -n) 2>/dev/null | sed 1q` 5571 " 5572 5573 _ACEOF 5574 5575 cat >>$CONFIG_STATUS <<_ACEOF 4747 5576 # Files that config.status was made for. 4748 if test -n "$ac_config_files"; then 4749 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 4750 fi 4751 4752 if test -n "$ac_config_headers"; then 4753 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 4754 fi 4755 4756 if test -n "$ac_config_links"; then 4757 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 4758 fi 4759 4760 if test -n "$ac_config_commands"; then 4761 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 4762 fi 5577 config_files="$ac_config_files" 5578 config_headers="$ac_config_headers" 5579 5580 _ACEOF 4763 5581 4764 5582 cat >>$CONFIG_STATUS <<\_ACEOF 4765 4766 5583 ac_cs_usage="\ 4767 5584 \`$as_me' instantiates files from templates according to the … … 4787 5604 4788 5605 Report bugs to <bug-autoconf@gnu.org>." 4789 _ACEOF 4790 5606 5607 _ACEOF 4791 5608 cat >>$CONFIG_STATUS <<_ACEOF 4792 5609 ac_cs_version="\\ 4793 5610 config.status 4794 configured by $0, generated by GNU Autoconf 2. 59,4795 with options \\"`echo "$ac_configure_args" | sed 's/ [\\""\`\$]/\\\\&/g'`\\"4796 4797 Copyright (C) 200 3Free Software Foundation, Inc.5611 configured by $0, generated by GNU Autoconf 2.60, 5612 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 5613 5614 Copyright (C) 2006 Free Software Foundation, Inc. 4798 5615 This config.status script is free software; the Free Software Foundation 4799 5616 gives unlimited permission to copy, distribute and modify it." 4800 srcdir=$srcdir 4801 INSTALL="$INSTALL" 5617 5618 ac_pwd='$ac_pwd' 5619 srcdir='$srcdir' 5620 INSTALL='$INSTALL' 4802 5621 _ACEOF 4803 5622 … … 4810 5629 case $1 in 4811 5630 --*=*) 4812 ac_option=`expr " x$1" : 'x\([^=]*\)='`4813 ac_optarg=`expr " x$1" : 'x[^=]*=\(.*\)'`5631 ac_option=`expr "X$1" : 'X\([^=]*\)='` 5632 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 4814 5633 ac_shift=: 4815 5634 ;; 4816 -*)5635 *) 4817 5636 ac_option=$1 4818 5637 ac_optarg=$2 4819 5638 ac_shift=shift 4820 5639 ;; 4821 *) # This is not an option, so the user has probably given explicit4822 # arguments.4823 ac_option=$14824 ac_need_defaults=false;;4825 5640 esac 4826 5641 4827 5642 case $ac_option in 4828 5643 # Handling of the options. 4829 _ACEOF4830 cat >>$CONFIG_STATUS <<\_ACEOF4831 5644 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 4832 5645 ac_cs_recheck=: ;; 4833 --version | --vers* | -V ) 4834 echo "$ac_cs_version"; exit 0 ;; 4835 --he | --h) 4836 # Conflict between --help and --header 4837 { { echo "$as_me:$LINENO: error: ambiguous option: $1 4838 Try \`$0 --help' for more information." >&5 4839 echo "$as_me: error: ambiguous option: $1 4840 Try \`$0 --help' for more information." >&2;} 4841 { (exit 1); exit 1; }; };; 4842 --help | --hel | -h ) 4843 echo "$ac_cs_usage"; exit 0 ;; 4844 --debug | --d* | -d ) 5646 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 5647 echo "$ac_cs_version"; exit ;; 5648 --debug | --debu | --deb | --de | --d | -d ) 4845 5649 debug=: ;; 4846 5650 --file | --fil | --fi | --f ) … … 4852 5656 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 4853 5657 ac_need_defaults=false;; 5658 --he | --h) 5659 # Conflict between --help and --header 5660 { echo "$as_me: error: ambiguous option: $1 5661 Try \`$0 --help' for more information." >&2 5662 { (exit 1); exit 1; }; };; 5663 --help | --hel | -h ) 5664 echo "$ac_cs_usage"; exit ;; 4854 5665 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 4855 5666 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 4857 5668 4858 5669 # This is an error. 4859 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 4860 Try \`$0 --help' for more information." >&5 4861 echo "$as_me: error: unrecognized option: $1 4862 Try \`$0 --help' for more information." >&2;} 5670 -*) { echo "$as_me: error: unrecognized option: $1 5671 Try \`$0 --help' for more information." >&2 4863 5672 { (exit 1); exit 1; }; } ;; 4864 5673 4865 *) ac_config_targets="$ac_config_targets $1" ;; 5674 *) ac_config_targets="$ac_config_targets $1" 5675 ac_need_defaults=false ;; 4866 5676 4867 5677 esac … … 4879 5689 cat >>$CONFIG_STATUS <<_ACEOF 4880 5690 if \$ac_cs_recheck; then 4881 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 4882 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 4883 fi 4884 4885 _ACEOF 4886 4887 4888 4889 4890 5691 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 5692 CONFIG_SHELL=$SHELL 5693 export CONFIG_SHELL 5694 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 5695 fi 5696 5697 _ACEOF 4891 5698 cat >>$CONFIG_STATUS <<\_ACEOF 5699 exec 5>>config.log 5700 { 5701 echo 5702 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 5703 ## Running $as_me. ## 5704 _ASBOX 5705 echo "$ac_log" 5706 } >&5 5707 5708 _ACEOF 5709 cat >>$CONFIG_STATUS <<_ACEOF 5710 _ACEOF 5711 5712 cat >>$CONFIG_STATUS <<\_ACEOF 5713 5714 # Handling of arguments. 4892 5715 for ac_config_target in $ac_config_targets 4893 5716 do 4894 case "$ac_config_target"in4895 # Handling of arguments.4896 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;4897 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 5717 case $ac_config_target in 5718 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 5719 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 5720 4898 5721 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 4899 5722 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} … … 4901 5724 esac 4902 5725 done 5726 4903 5727 4904 5728 # If the user did not use the arguments to specify the items to instantiate, … … 4912 5736 4913 5737 # Have a temporary directory for convenience. Make it in the build tree 4914 # simply because there is no reason to putit here, and in addition,5738 # simply because there is no reason against having it here, and in addition, 4915 5739 # creating and moving files from /tmp can sometimes cause problems. 4916 # Create a temporary directory, and hook for its removal unless debugging. 5740 # Hook for its removal unless debugging. 5741 # Note that there is a small window in which the directory will not be cleaned: 5742 # after its creation but before its name has been assigned to `$tmp'. 4917 5743 $debug || 4918 5744 { 4919 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 5745 tmp= 5746 trap 'exit_status=$? 5747 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 5748 ' 0 4920 5749 trap '{ (exit 1); exit 1; }' 1 2 13 15 4921 5750 } 4922 4923 5751 # Create a (secure) tmp directory for tmp files. 4924 5752 4925 5753 { 4926 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&5754 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 4927 5755 test -n "$tmp" && test -d "$tmp" 4928 5756 } || 4929 5757 { 4930 tmp=./conf stat$$-$RANDOM4931 (umask 077 && mkdir $tmp)5758 tmp=./conf$$-$RANDOM 5759 (umask 077 && mkdir "$tmp") 4932 5760 } || 4933 5761 { … … 4936 5764 } 4937 5765 4938 _ACEOF4939 4940 cat >>$CONFIG_STATUS <<_ACEOF4941 4942 5766 # 4943 # CONFIG_FILES section.5767 # Set up the sed scripts for CONFIG_FILES section. 4944 5768 # 4945 5769 4946 5770 # No need to generate the scripts if there are no CONFIG_FILES. 4947 5771 # This happens for instance when ./config.status config.h 4948 if test -n "\$CONFIG_FILES"; then 4949 # Protect against being on the right side of a sed subst in config.status. 4950 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 4951 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 4952 s,@SHELL@,$SHELL,;t t 4953 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 4954 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 4955 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 4956 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 4957 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 4958 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 4959 s,@exec_prefix@,$exec_prefix,;t t 4960 s,@prefix@,$prefix,;t t 4961 s,@program_transform_name@,$program_transform_name,;t t 4962 s,@bindir@,$bindir,;t t 4963 s,@sbindir@,$sbindir,;t t 4964 s,@libexecdir@,$libexecdir,;t t 4965 s,@datadir@,$datadir,;t t 4966 s,@sysconfdir@,$sysconfdir,;t t 4967 s,@sharedstatedir@,$sharedstatedir,;t t 4968 s,@localstatedir@,$localstatedir,;t t 4969 s,@libdir@,$libdir,;t t 4970 s,@includedir@,$includedir,;t t 4971 s,@oldincludedir@,$oldincludedir,;t t 4972 s,@infodir@,$infodir,;t t 4973 s,@mandir@,$mandir,;t t 4974 s,@build_alias@,$build_alias,;t t 4975 s,@host_alias@,$host_alias,;t t 4976 s,@target_alias@,$target_alias,;t t 4977 s,@DEFS@,$DEFS,;t t 4978 s,@ECHO_C@,$ECHO_C,;t t 4979 s,@ECHO_N@,$ECHO_N,;t t 4980 s,@ECHO_T@,$ECHO_T,;t t 4981 s,@LIBS@,$LIBS,;t t 4982 s,@CC@,$CC,;t t 4983 s,@CFLAGS@,$CFLAGS,;t t 4984 s,@LDFLAGS@,$LDFLAGS,;t t 4985 s,@CPPFLAGS@,$CPPFLAGS,;t t 4986 s,@ac_ct_CC@,$ac_ct_CC,;t t 4987 s,@EXEEXT@,$EXEEXT,;t t 4988 s,@OBJEXT@,$OBJEXT,;t t 4989 s,@CPP@,$CPP,;t t 4990 s,@EGREP@,$EGREP,;t t 4991 s,@XSUBPPDIR@,$XSUBPPDIR,;t t 4992 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 4993 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 4994 s,@INSTALL_DATA@,$INSTALL_DATA,;t t 4995 s,@subdirs@,$subdirs,;t t 4996 s,@LIBOBJS@,$LIBOBJS,;t t 4997 s,@LTLIBOBJS@,$LTLIBOBJS,;t t 4998 CEOF 4999 5000 _ACEOF 5001 5002 cat >>$CONFIG_STATUS <<\_ACEOF 5003 # Split the substitutions into bite-sized pieces for seds with 5004 # small command number limits, like on Digital OSF/1 and HP-UX. 5005 ac_max_sed_lines=48 5006 ac_sed_frag=1 # Number of current file. 5007 ac_beg=1 # First line for current file. 5008 ac_end=$ac_max_sed_lines # Line after last line for current file. 5009 ac_more_lines=: 5010 ac_sed_cmds= 5011 while $ac_more_lines; do 5012 if test $ac_beg -gt 1; then 5013 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 5014 else 5015 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 5772 if test -n "$CONFIG_FILES"; then 5773 5774 _ACEOF 5775 5776 5777 5778 ac_delim='%!_!# ' 5779 for ac_last_try in false false false false false :; do 5780 cat >conf$$subs.sed <<_ACEOF 5781 SHELL!$SHELL$ac_delim 5782 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 5783 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 5784 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 5785 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 5786 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 5787 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 5788 exec_prefix!$exec_prefix$ac_delim 5789 prefix!$prefix$ac_delim 5790 program_transform_name!$program_transform_name$ac_delim 5791 bindir!$bindir$ac_delim 5792 sbindir!$sbindir$ac_delim 5793 libexecdir!$libexecdir$ac_delim 5794 datarootdir!$datarootdir$ac_delim 5795 datadir!$datadir$ac_delim 5796 sysconfdir!$sysconfdir$ac_delim 5797 sharedstatedir!$sharedstatedir$ac_delim 5798 localstatedir!$localstatedir$ac_delim 5799 includedir!$includedir$ac_delim 5800 oldincludedir!$oldincludedir$ac_delim 5801 docdir!$docdir$ac_delim 5802 infodir!$infodir$ac_delim 5803 htmldir!$htmldir$ac_delim 5804 dvidir!$dvidir$ac_delim 5805 pdfdir!$pdfdir$ac_delim 5806 psdir!$psdir$ac_delim 5807 libdir!$libdir$ac_delim 5808 localedir!$localedir$ac_delim 5809 mandir!$mandir$ac_delim 5810 DEFS!$DEFS$ac_delim 5811 ECHO_C!$ECHO_C$ac_delim 5812 ECHO_N!$ECHO_N$ac_delim 5813 ECHO_T!$ECHO_T$ac_delim 5814 LIBS!$LIBS$ac_delim 5815 build_alias!$build_alias$ac_delim 5816 host_alias!$host_alias$ac_delim 5817 target_alias!$target_alias$ac_delim 5818 CC!$CC$ac_delim 5819 CFLAGS!$CFLAGS$ac_delim 5820 LDFLAGS!$LDFLAGS$ac_delim 5821 CPPFLAGS!$CPPFLAGS$ac_delim 5822 ac_ct_CC!$ac_ct_CC$ac_delim 5823 EXEEXT!$EXEEXT$ac_delim 5824 OBJEXT!$OBJEXT$ac_delim 5825 CPP!$CPP$ac_delim 5826 GREP!$GREP$ac_delim 5827 EGREP!$EGREP$ac_delim 5828 XSUBPPFLAGS!$XSUBPPFLAGS$ac_delim 5829 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 5830 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 5831 INSTALL_DATA!$INSTALL_DATA$ac_delim 5832 subdirs!$subdirs$ac_delim 5833 LIBOBJS!$LIBOBJS$ac_delim 5834 LTLIBOBJS!$LTLIBOBJS$ac_delim 5835 _ACEOF 5836 5837 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 54; then 5838 break 5839 elif $ac_last_try; then 5840 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 5841 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 5842 { (exit 1); exit 1; }; } 5843 else 5844 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 5845 fi 5846 done 5847 5848 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 5849 if test -n "$ac_eof"; then 5850 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 5851 ac_eof=`expr $ac_eof + 1` 5852 fi 5853 5854 cat >>$CONFIG_STATUS <<_ACEOF 5855 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 5856 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 5857 _ACEOF 5858 sed ' 5859 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 5860 s/^/s,@/; s/!/@,|#_!!_#|/ 5861 :n 5862 t n 5863 s/'"$ac_delim"'$/,g/; t 5864 s/$/\\/; p 5865 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 5866 ' >>$CONFIG_STATUS <conf$$subs.sed 5867 rm -f conf$$subs.sed 5868 cat >>$CONFIG_STATUS <<_ACEOF 5869 :end 5870 s/|#_!!_#|//g 5871 CEOF$ac_eof 5872 _ACEOF 5873 5874 5875 # VPATH may cause trouble with some makes, so we remove $(srcdir), 5876 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 5877 # trailing colons and then remove the whole line if VPATH becomes empty 5878 # (actually we leave an empty line to preserve line numbers). 5879 if test "x$srcdir" = x.; then 5880 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 5881 s/:*\$(srcdir):*/:/ 5882 s/:*\${srcdir}:*/:/ 5883 s/:*@srcdir@:*/:/ 5884 s/^\([^=]*=[ ]*\):*/\1/ 5885 s/:*$// 5886 s/^[^=]*=[ ]*$// 5887 }' 5888 fi 5889 5890 cat >>$CONFIG_STATUS <<\_ACEOF 5891 fi # test -n "$CONFIG_FILES" 5892 5893 5894 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS 5895 do 5896 case $ac_tag in 5897 :[FHLC]) ac_mode=$ac_tag; continue;; 5898 esac 5899 case $ac_mode$ac_tag in 5900 :[FHL]*:*);; 5901 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 5902 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 5903 { (exit 1); exit 1; }; };; 5904 :[FH]-) ac_tag=-:-;; 5905<