Changeset 114
- Timestamp:
- 08/19/07 18:28:11 (5 years ago)
- Location:
- NEWT0/trunk
- Files:
-
- 2 edited
-
configure (modified) (275 diffs)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
NEWT0/trunk/configure
r102 r114 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2. 60for FULL-PACKAGE-NAME VERSION.3 # Generated by GNU Autoconf 2.59 for FULL-PACKAGE-NAME VERSION. 4 4 # 5 5 # Report bugs to <BUG-REPORT-ADDRESS>. 6 6 # 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 7 # Copyright (C) 2003 Free Software Foundation, Inc. 9 8 # This configure script is free software; the Free Software Foundation 10 9 # gives unlimited permission to copy, distribute and modify it. … … 20 19 # is contrary to our usage. Disable this feature. 21 20 alias -g '${1+"$@"}'='"$@"' 22 setopt NO_GLOB_SUBST 23 else 24 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 25 fi 26 BIN_SH=xpg4; export BIN_SH # for Tru64 21 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 22 set -o posix 23 fi 27 24 DUALCASE=1; export DUALCASE # for MKS sh 28 25 29 30 # PATH needs CR 26 # Support unset when possible. 27 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 28 as_unset=unset 29 else 30 as_unset=false 31 fi 32 33 34 # Work around bugs in pre-3.0 UWIN ksh. 35 $as_unset ENV MAIL MAILPATH 36 PS1='$ ' 37 PS2='> ' 38 PS4='+ ' 39 40 # NLS nuisances. 41 for as_var in \ 42 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 43 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 44 LC_TELEPHONE LC_TIME 45 do 46 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 47 eval $as_var=C; export $as_var 48 else 49 $as_unset $as_var 50 fi 51 done 52 53 # Required to use basename. 54 if expr a : '\(a\)' >/dev/null 2>&1; then 55 as_expr=expr 56 else 57 as_expr=false 58 fi 59 60 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 61 as_basename=basename 62 else 63 as_basename=false 64 fi 65 66 67 # Name of the executable. 68 as_me=`$as_basename "$0" || 69 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 70 X"$0" : 'X\(//\)$' \| \ 71 X"$0" : 'X\(/\)$' \| \ 72 . : '\(.\)' 2>/dev/null || 73 echo X/"$0" | 74 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 75 /^X\/\(\/\/\)$/{ s//\1/; q; } 76 /^X\/\(\/\).*/{ s//\1/; q; } 77 s/.*/./; q'` 78 79 80 # PATH needs CR, and LINENO needs CR and PATH. 31 81 # Avoid depending upon Character Ranges. 32 82 as_cr_letters='abcdefghijklmnopqrstuvwxyz' … … 49 99 fi 50 100 51 # Support unset when possible. 52 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 53 as_unset=unset 54 else 55 as_unset=false 56 fi 57 58 59 # IFS 60 # We need space, tab and new line, in precisely that order. Quoting is 61 # there to prevent editors from complaining about space-tab. 62 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 63 # splitting by setting IFS to empty value.) 64 as_nl=' 65 ' 66 IFS=" "" $as_nl" 67 68 # Find who we are. Look in the path if we contain no directory separator. 69 case $0 in 70 *[\\/]* ) as_myself=$0 ;; 71 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 101 102 as_lineno_1=$LINENO 103 as_lineno_2=$LINENO 104 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 105 test "x$as_lineno_1" != "x$as_lineno_2" && 106 test "x$as_lineno_3" = "x$as_lineno_2" || { 107 # Find who we are. Look in the path if we contain no path at all 108 # relative or not. 109 case $0 in 110 *[\\/]* ) as_myself=$0 ;; 111 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 72 112 for as_dir in $PATH 73 113 do … … 76 116 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 77 117 done 78 IFS=$as_save_IFS 79 80 ;; 81 esac 82 # We did not find ourselves, most probably we were run as `sh COMMAND' 83 # in which case we are not to be found in the path. 84 if test "x$as_myself" = x; then 85 as_myself=$0 86 fi 87 if test ! -f "$as_myself"; then 88 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 89 { (exit 1); exit 1; } 90 fi 91 92 # Work around bugs in pre-3.0 UWIN ksh. 93 for as_var in ENV MAIL MAILPATH 94 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 95 done 96 PS1='$ ' 97 PS2='> ' 98 PS4='+ ' 99 100 # NLS nuisances. 101 for as_var in \ 102 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 103 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 104 LC_TELEPHONE LC_TIME 105 do 106 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 107 eval $as_var=C; export $as_var 108 else 109 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 118 119 ;; 120 esac 121 # We did not find ourselves, most probably we were run as `sh COMMAND' 122 # in which case we are not to be found in the path. 123 if test "x$as_myself" = x; then 124 as_myself=$0 110 125 fi 111 done 112 113 # Required to use basename. 114 if expr a : '\(a\)' >/dev/null 2>&1 && 115 test "X`expr 00001 : '.*\(...\)'`" = X001; then 116 as_expr=expr 117 else 118 as_expr=false 119 fi 120 121 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 122 as_basename=basename 123 else 124 as_basename=false 125 fi 126 127 128 # Name of the executable. 129 as_me=`$as_basename -- "$0" || 130 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 131 X"$0" : 'X\(//\)$' \| \ 132 X"$0" : 'X\(/\)' \| . 2>/dev/null || 133 echo X/"$0" | 134 sed '/^.*\/\([^/][^/]*\)\/*$/{ 135 s//\1/ 136 q 137 } 138 /^X\/\(\/\/\)$/{ 139 s//\1/ 140 q 141 } 142 /^X\/\(\/\).*/{ 143 s//\1/ 144 q 145 } 146 s/.*/./; q'` 147 148 # CDPATH. 149 $as_unset CDPATH 150 151 152 if test "x$CONFIG_SHELL" = x; then 153 if (eval ":") 2>/dev/null; then 154 as_have_required=yes 155 else 156 as_have_required=no 157 fi 158 159 if test $as_have_required = yes && (eval ": 160 (as_func_return () { 161 (exit \$1) 162 } 163 as_func_success () { 164 as_func_return 0 165 } 166 as_func_failure () { 167 as_func_return 1 168 } 169 as_func_ret_success () { 170 return 0 171 } 172 as_func_ret_failure () { 173 return 1 174 } 175 176 exitcode=0 177 if as_func_success; then 178 : 179 else 180 exitcode=1 181 echo as_func_success failed. 182 fi 183 184 if as_func_failure; then 185 exitcode=1 186 echo as_func_failure succeeded. 187 fi 188 189 if as_func_ret_success; then 190 : 191 else 192 exitcode=1 193 echo as_func_ret_success failed. 194 fi 195 196 if as_func_ret_failure; then 197 exitcode=1 198 echo as_func_ret_failure succeeded. 199 fi 200 201 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 202 : 203 else 204 exitcode=1 205 echo positional parameters were not saved. 206 fi 207 208 test \$exitcode = 0) || { (exit 1); exit 1; } 209 210 ( 211 as_lineno_1=\$LINENO 212 as_lineno_2=\$LINENO 213 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 214 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 215 ") 2> /dev/null; then 216 : 217 else 218 as_candidate_shells= 126 if test ! -f "$as_myself"; then 127 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 128 { (exit 1); exit 1; }; } 129 fi 130 case $CONFIG_SHELL in 131 '') 219 132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 220 for as_dir in / usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH133 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 221 134 do 222 135 IFS=$as_save_IFS 223 136 test -z "$as_dir" && as_dir=. 224 case $as_dir in 137 for as_base in sh bash ksh sh5; do 138 case $as_dir in 225 139 /*) 226 for as_base in sh bash ksh sh5; do 227 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 228 done;; 229 esac 230 done 231 IFS=$as_save_IFS 232 233 234 for as_shell in $as_candidate_shells $SHELL; do 235 # Try only shells that exist, to save several forks. 236 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 237 { ("$as_shell") 2> /dev/null <<\_ASEOF 238 # Be Bourne compatible 239 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 240 emulate sh 241 NULLCMD=: 242 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 243 # is contrary to our usage. Disable this feature. 244 alias -g '${1+"$@"}'='"$@"' 245 setopt NO_GLOB_SUBST 246 else 247 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 248 fi 249 BIN_SH=xpg4; export BIN_SH # for Tru64 250 DUALCASE=1; export DUALCASE # for MKS sh 251 252 : 253 _ASEOF 254 }; then 255 CONFIG_SHELL=$as_shell 256 as_have_required=yes 257 if { "$as_shell" 2> /dev/null <<\_ASEOF 258 # Be Bourne compatible 259 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 260 emulate sh 261 NULLCMD=: 262 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 263 # is contrary to our usage. Disable this feature. 264 alias -g '${1+"$@"}'='"$@"' 265 setopt NO_GLOB_SUBST 266 else 267 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 268 fi 269 BIN_SH=xpg4; export BIN_SH # for Tru64 270 DUALCASE=1; export DUALCASE # for MKS sh 271 272 : 273 (as_func_return () { 274 (exit $1) 275 } 276 as_func_success () { 277 as_func_return 0 278 } 279 as_func_failure () { 280 as_func_return 1 281 } 282 as_func_ret_success () { 283 return 0 284 } 285 as_func_ret_failure () { 286 return 1 287 } 288 289 exitcode=0 290 if as_func_success; then 291 : 292 else 293 exitcode=1 294 echo as_func_success failed. 295 fi 296 297 if as_func_failure; then 298 exitcode=1 299 echo as_func_failure succeeded. 300 fi 301 302 if as_func_ret_success; then 303 : 304 else 305 exitcode=1 306 echo as_func_ret_success failed. 307 fi 308 309 if as_func_ret_failure; then 310 exitcode=1 311 echo as_func_ret_failure succeeded. 312 fi 313 314 if ( set x; as_func_ret_success y && test x = "$1" ); then 315 : 316 else 317 exitcode=1 318 echo positional parameters were not saved. 319 fi 320 321 test $exitcode = 0) || { (exit 1); exit 1; } 322 323 ( 140 if ("$as_dir/$as_base" -c ' 324 141 as_lineno_1=$LINENO 325 142 as_lineno_2=$LINENO 143 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 326 144 test "x$as_lineno_1" != "x$as_lineno_2" && 327 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 328 329 _ASEOF 330 }; then 331 break 332 fi 333 334 fi 335 336 done 337 338 if test "x$CONFIG_SHELL" != x; then 339 for as_var in BASH_ENV ENV 340 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 341 done 342 export CONFIG_SHELL 343 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 344 fi 345 346 347 if test $as_have_required = no; then 348 echo This script requires a shell more modern than all the 349 echo shells that I found on your system. Please install a 350 echo modern shell, or manually run the script under such a 351 echo shell if you do have one. 352 { (exit 1); exit 1; } 353 fi 354 355 356 fi 357 358 fi 359 360 361 362 (eval "as_func_return () { 363 (exit \$1) 364 } 365 as_func_success () { 366 as_func_return 0 367 } 368 as_func_failure () { 369 as_func_return 1 370 } 371 as_func_ret_success () { 372 return 0 373 } 374 as_func_ret_failure () { 375 return 1 376 } 377 378 exitcode=0 379 if as_func_success; then 380 : 381 else 382 exitcode=1 383 echo as_func_success failed. 384 fi 385 386 if as_func_failure; then 387 exitcode=1 388 echo as_func_failure succeeded. 389 fi 390 391 if as_func_ret_success; then 392 : 393 else 394 exitcode=1 395 echo as_func_ret_success failed. 396 fi 397 398 if as_func_ret_failure; then 399 exitcode=1 400 echo as_func_ret_failure succeeded. 401 fi 402 403 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 404 : 405 else 406 exitcode=1 407 echo positional parameters were not saved. 408 fi 409 410 test \$exitcode = 0") || { 411 echo No shell found that supports shell functions. 412 echo Please tell autoconf@gnu.org about your system, 413 echo including any error possibly output before this 414 echo message 415 } 416 417 418 419 as_lineno_1=$LINENO 420 as_lineno_2=$LINENO 421 test "x$as_lineno_1" != "x$as_lineno_2" && 422 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 145 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 146 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 147 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 148 CONFIG_SHELL=$as_dir/$as_base 149 export CONFIG_SHELL 150 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 151 fi;; 152 esac 153 done 154 done 155 ;; 156 esac 423 157 424 158 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 425 159 # uniformly replaced by the line number. The first 'sed' inserts a 426 # line-number line after each line using $LINENO; the second 'sed' 427 # does the real work. The second script uses 'N' to pair each 428 # line-number line with the line containing $LINENO, and appends 429 # trailing '-' during substitution so that $LINENO is not a special 430 # case at line end. 160 # line-number line before each line; the second 'sed' does the real 161 # work. The second script uses 'N' to pair each line-number line 162 # with the numbered line, and appends trailing '-' during 163 # substitution so that $LINENO is not a special case at line end. 431 164 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 432 # scripts with optimization help from Paolo Bonzini. Blame Lee 433 # E. McMahon (1931-1989) for sed's syntax. :-) 434 sed -n ' 435 p 436 /[$]LINENO/= 437 ' <$as_myself | 165 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 166 sed '=' <$as_myself | 438 167 sed ' 439 s/[$]LINENO.*/&-/440 t lineno441 b442 :lineno443 168 N 444 :loop 445 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 169 s,$,-, 170 : loop 171 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 446 172 t loop 447 s/-\n.*// 173 s,-$,, 174 s,^['$as_cr_digits']*\n,, 448 175 ' >$as_me.lineno && 449 chmod +x "$as_me.lineno"||176 chmod +x $as_me.lineno || 450 177 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 451 178 { (exit 1); exit 1; }; } … … 453 180 # Don't try to exec as it changes $[0], causing all sort of problems 454 181 # (the dirname of $[0] is not the place where we might find the 455 # original and so on. Autoconf is especially sensi tive to this).456 . "./$as_me.lineno"182 # original and so on. Autoconf is especially sensible to this). 183 . ./$as_me.lineno 457 184 # Exit status is that of the last command. 458 185 exit … … 460 187 461 188 462 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 463 as_dirname=dirname 464 else 465 as_dirname=false 466 fi 467 468 ECHO_C= ECHO_N= ECHO_T= 469 case `echo -n x` in 470 -n*) 471 case `echo 'x\c'` in 472 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 473 *) ECHO_C='\c';; 474 esac;; 475 *) 476 ECHO_N='-n';; 189 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 190 *c*,-n*) ECHO_N= ECHO_C=' 191 ' ECHO_T=' ' ;; 192 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 193 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 477 194 esac 478 195 479 if expr a : '\(a\)' >/dev/null 2>&1 && 480 test "X`expr 00001 : '.*\(...\)'`" = X001; then 196 if expr a : '\(a\)' >/dev/null 2>&1; then 481 197 as_expr=expr 482 198 else … … 485 201 486 202 rm -f conf$$ conf$$.exe conf$$.file 487 if test -d conf$$.dir; then488 rm -f conf$$.dir/conf$$.file489 else490 rm -f conf$$.dir491 mkdir conf$$.dir492 fi493 203 echo >conf$$.file 494 204 if ln -s conf$$.file conf$$ 2>/dev/null; then 495 as_ln_s='ln -s' 496 # ... but there are two gotchas: 497 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 498 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 499 # In both cases, we have to default to `cp -p'. 500 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 205 # We could just check for DJGPP; but this test a) works b) is more generic 206 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 207 if test -f conf$$.exe; then 208 # Don't use ln at all; we don't have any links 501 209 as_ln_s='cp -p' 210 else 211 as_ln_s='ln -s' 212 fi 502 213 elif ln conf$$.file conf$$ 2>/dev/null; then 503 214 as_ln_s=ln … … 505 216 as_ln_s='cp -p' 506 217 fi 507 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 508 rmdir conf$$.dir 2>/dev/null 218 rm -f conf$$ conf$$.exe conf$$.file 509 219 510 220 if mkdir -p . 2>/dev/null; then … … 515 225 fi 516 226 517 # Find out whether ``test -x'' works. Don't use a zero-byte file, as 518 # systems may use methods other than mode bits to determine executability. 519 cat >conf$$.file <<_ASEOF 520 #! /bin/sh 521 exit 0 522 _ASEOF 523 chmod +x conf$$.file 524 if test -x conf$$.file >/dev/null 2>&1; then 525 as_executable_p="test -x" 526 else 527 as_executable_p=: 528 fi 529 rm -f conf$$.file 227 as_executable_p="test -f" 530 228 531 229 # Sed expression to map a string onto a valid CPP name. … … 536 234 537 235 538 539 exec 7<&0 </dev/null 6>&1 236 # IFS 237 # We need space, tab and new line, in precisely that order. 238 as_nl=' 239 ' 240 IFS=" $as_nl" 241 242 # CDPATH. 243 $as_unset CDPATH 244 540 245 541 246 # Name of the host. … … 544 249 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 545 250 251 exec 6>&1 252 546 253 # 547 254 # Initializations. 548 255 # 549 256 ac_default_prefix=/usr/local 550 ac_clean_files=551 257 ac_config_libobj_dir=. 552 LIBOBJS=553 258 cross_compiling=no 554 259 subdirs= … … 556 261 MAKEFLAGS= 557 262 SHELL=${CONFIG_SHELL-/bin/sh} 263 264 # Maximum number of lines to put in a shell here document. 265 # This variable seems obsolete. It should probably be removed, and 266 # only ac_max_sed_lines should be used. 267 : ${ac_max_here_lines=38} 558 268 559 269 # Identity of this package. … … 593 303 #if HAVE_INTTYPES_H 594 304 # include <inttypes.h> 595 #endif 596 #if HAVE_STDINT_H 597 # include <stdint.h> 305 #else 306 # if HAVE_STDINT_H 307 # include <stdint.h> 308 # endif 598 309 #endif 599 310 #if HAVE_UNISTD_H … … 601 312 #endif" 602 313 603 ac_subst_vars='SHELL 604 PATH_SEPARATOR 605 PACKAGE_NAME 606 PACKAGE_TARNAME 607 PACKAGE_VERSION 608 PACKAGE_STRING 609 PACKAGE_BUGREPORT 610 exec_prefix 611 prefix 612 program_transform_name 613 bindir 614 sbindir 615 libexecdir 616 datarootdir 617 datadir 618 sysconfdir 619 sharedstatedir 620 localstatedir 621 includedir 622 oldincludedir 623 docdir 624 infodir 625 htmldir 626 dvidir 627 pdfdir 628 psdir 629 libdir 630 localedir 631 mandir 632 DEFS 633 ECHO_C 634 ECHO_N 635 ECHO_T 636 LIBS 637 build_alias 638 host_alias 639 target_alias 640 CC 641 CFLAGS 642 LDFLAGS 643 CPPFLAGS 644 ac_ct_CC 645 EXEEXT 646 OBJEXT 647 YACC 648 YFLAGS 649 LEX 650 LEXLIB 651 LEX_OUTPUT_ROOT 652 AR 653 RANLIB 654 build 655 build_cpu 656 build_vendor 657 build_os 658 host 659 host_cpu 660 host_vendor 661 host_os 662 target 663 target_cpu 664 target_vendor 665 target_os 666 CPP 667 GREP 668 EGREP 669 LIBOBJS 670 NEWT_LDIMPORT 671 NEWT_LDFLAGS 672 LIBNEWT_LDSHARED 673 LINK_NEWT_APP_ 674 DLEXT 675 MAKE_EXT 676 MAKE_CONTRIB 677 BINDIR 678 sitedir 679 libffidir 680 __NAMED_MAGIC_POINTER__ 681 LIBREGEX 682 LIBCOMMAND 683 LIBEXT 684 LTLIBOBJS' 314 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 YACC LEX LEXLIB LEX_OUTPUT_ROOT AR ac_ct_AR RANLIB ac_ct_RANLIB build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CPP EGREP LIBOBJS NEWT_LDIMPORT NEWT_LDFLAGS LIBNEWT_LDSHARED LINK_NEWT_APP_ DLEXT MAKE_EXT MAKE_CONTRIB BINDIR sitedir libffidir __NAMED_MAGIC_POINTER__ LIBREGEX LIBCOMMAND LIBEXT LTLIBOBJS' 685 315 ac_subst_files='' 686 ac_precious_vars='build_alias687 host_alias688 target_alias689 CC690 CFLAGS691 LDFLAGS692 CPPFLAGS693 YACC694 YFLAGS695 CPP'696 697 316 698 317 # Initialize some variables set by options. … … 721 340 # by default will actually change. 722 341 # Use braces instead of parens because sh, perl, etc. also accept them. 723 # (The list follows the same order as the GNU Coding Standards.)724 342 bindir='${exec_prefix}/bin' 725 343 sbindir='${exec_prefix}/sbin' 726 344 libexecdir='${exec_prefix}/libexec' 727 datarootdir='${prefix}/share' 728 datadir='${datarootdir}' 345 datadir='${prefix}/share' 729 346 sysconfdir='${prefix}/etc' 730 347 sharedstatedir='${prefix}/com' 731 348 localstatedir='${prefix}/var' 349 libdir='${exec_prefix}/lib' 732 350 includedir='${prefix}/include' 733 351 oldincludedir='/usr/include' 734 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 735 infodir='${datarootdir}/info' 736 htmldir='${docdir}' 737 dvidir='${docdir}' 738 pdfdir='${docdir}' 739 psdir='${docdir}' 740 libdir='${exec_prefix}/lib' 741 localedir='${datarootdir}/locale' 742 mandir='${datarootdir}/man' 352 infodir='${prefix}/info' 353 mandir='${prefix}/man' 743 354 744 355 ac_prev= 745 ac_dashdash=746 356 for ac_option 747 357 do 748 358 # If the previous option needs an argument, assign it. 749 359 if test -n "$ac_prev"; then 750 eval $ac_prev=\$ac_option360 eval "$ac_prev=\$ac_option" 751 361 ac_prev= 752 362 continue 753 363 fi 754 364 365 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 366 367 # Accept the important Cygnus configure options, so we can diagnose typos. 368 755 369 case $ac_option in 756 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;757 *) ac_optarg=yes ;;758 esac759 760 # Accept the important Cygnus configure options, so we can diagnose typos.761 762 case $ac_dashdash$ac_option in763 --)764 ac_dashdash=yes ;;765 370 766 371 -bindir | --bindir | --bindi | --bind | --bin | --bi) … … 784 389 cache_file=config.cache ;; 785 390 786 -datadir | --datadir | --datadi | --datad )391 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 787 392 ac_prev=datadir ;; 788 -datadir=* | --datadir=* | --datadi=* | --datad=*) 393 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 394 | --da=*) 789 395 datadir=$ac_optarg ;; 790 791 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \792 | --dataroo | --dataro | --datar)793 ac_prev=datarootdir ;;794 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \795 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)796 datarootdir=$ac_optarg ;;797 396 798 397 -disable-* | --disable-*) … … 803 402 { (exit 1); exit 1; }; } 804 403 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 805 eval enable_$ac_feature=no ;; 806 807 -docdir | --docdir | --docdi | --doc | --do) 808 ac_prev=docdir ;; 809 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 810 docdir=$ac_optarg ;; 811 812 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 813 ac_prev=dvidir ;; 814 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 815 dvidir=$ac_optarg ;; 404 eval "enable_$ac_feature=no" ;; 816 405 817 406 -enable-* | --enable-*) … … 822 411 { (exit 1); exit 1; }; } 823 412 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 824 eval enable_$ac_feature=\$ac_optarg ;; 413 case $ac_option in 414 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 415 *) ac_optarg=yes ;; 416 esac 417 eval "enable_$ac_feature='$ac_optarg'" ;; 825 418 826 419 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 849 442 host_alias=$ac_optarg ;; 850 443 851 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)852 ac_prev=htmldir ;;853 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \854 | --ht=*)855 htmldir=$ac_optarg ;;856 857 444 -includedir | --includedir | --includedi | --included | --include \ 858 445 | --includ | --inclu | --incl | --inc) … … 879 466 libexecdir=$ac_optarg ;; 880 467 881 -localedir | --localedir | --localedi | --localed | --locale)882 ac_prev=localedir ;;883 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)884 localedir=$ac_optarg ;;885 886 468 -localstatedir | --localstatedir | --localstatedi | --localstated \ 887 | --localstate | --localstat | --localsta | --localst | --locals) 469 | --localstate | --localstat | --localsta | --localst \ 470 | --locals | --local | --loca | --loc | --lo) 888 471 ac_prev=localstatedir ;; 889 472 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 890 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 473 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 474 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 891 475 localstatedir=$ac_optarg ;; 892 476 … … 953 537 program_transform_name=$ac_optarg ;; 954 538 955 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)956 ac_prev=pdfdir ;;957 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)958 pdfdir=$ac_optarg ;;959 960 -psdir | --psdir | --psdi | --psd | --ps)961 ac_prev=psdir ;;962 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)963 psdir=$ac_optarg ;;964 965 539 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 966 540 | -silent | --silent | --silen | --sile | --sil) … … 1019 593 { (exit 1); exit 1; }; } 1020 594 ac_package=`echo $ac_package| sed 's/-/_/g'` 1021 eval with_$ac_package=\$ac_optarg ;; 595 case $ac_option in 596 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 597 *) ac_optarg=yes ;; 598 esac 599 eval "with_$ac_package='$ac_optarg'" ;; 1022 600 1023 601 -without-* | --without-*) … … 1028 606 { (exit 1); exit 1; }; } 1029 607 ac_package=`echo $ac_package | sed 's/-/_/g'` 1030 eval with_$ac_package=no;;608 eval "with_$ac_package=no" ;; 1031 609 1032 610 --x) … … 1059 637 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1060 638 { (exit 1); exit 1; }; } 1061 eval $ac_envvar=\$ac_optarg 639 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 640 eval "$ac_envvar='$ac_optarg'" 1062 641 export $ac_envvar ;; 1063 642 … … 1079 658 fi 1080 659 1081 # Be sure to have absolute directory names. 1082 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1083 datadir sysconfdir sharedstatedir localstatedir includedir \ 1084 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1085 libdir localedir mandir 660 # Be sure to have absolute paths. 661 for ac_var in exec_prefix prefix 1086 662 do 1087 eval ac_val= \$$ac_var663 eval ac_val=$`echo $ac_var` 1088 664 case $ac_val in 1089 [\\/$]* | ?:[\\/]* ) continue;; 1090 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 665 [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 666 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 667 { (exit 1); exit 1; }; };; 1091 668 esac 1092 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1093 { (exit 1); exit 1; }; } 669 done 670 671 # Be sure to have absolute paths. 672 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 673 localstatedir libdir includedir oldincludedir infodir mandir 674 do 675 eval ac_val=$`echo $ac_var` 676 case $ac_val in 677 [\\/$]* | ?:[\\/]* ) ;; 678 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 679 { (exit 1); exit 1; }; };; 680 esac 1094 681 done 1095 682 … … 1118 705 1119 706 1120 ac_pwd=`pwd` && test -n "$ac_pwd" &&1121 ac_ls_di=`ls -di .` &&1122 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||1123 { echo "$as_me: error: Working directory cannot be determined" >&21124 { (exit 1); exit 1; }; }1125 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||1126 { echo "$as_me: error: pwd does not report name of working directory" >&21127 { (exit 1); exit 1; }; }1128 1129 1130 707 # Find the source files, if location was not specified. 1131 708 if test -z "$srcdir"; then 1132 709 ac_srcdir_defaulted=yes 1133 # Try the directory containing this script, then the parent directory.1134 ac_confdir=` $as_dirname -- "$0"||710 # Try the directory containing this script, then its parent. 711 ac_confdir=`(dirname "$0") 2>/dev/null || 1135 712 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1136 713 X"$0" : 'X\(//\)[^/]' \| \ 1137 714 X"$0" : 'X\(//\)$' \| \ 1138 X"$0" : 'X\(/\)' \| . 2>/dev/null || 715 X"$0" : 'X\(/\)' \| \ 716 . : '\(.\)' 2>/dev/null || 1139 717 echo X"$0" | 1140 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1141 s//\1/ 1142 q 1143 } 1144 /^X\(\/\/\)[^/].*/{ 1145 s//\1/ 1146 q 1147 } 1148 /^X\(\/\/\)$/{ 1149 s//\1/ 1150 q 1151 } 1152 /^X\(\/\).*/{ 1153 s//\1/ 1154 q 1155 } 1156 s/.*/./; q'` 718 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 719 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 720 /^X\(\/\/\)$/{ s//\1/; q; } 721 /^X\(\/\).*/{ s//\1/; q; } 722 s/.*/./; q'` 1157 723 srcdir=$ac_confdir 1158 if test ! -r "$srcdir/$ac_unique_file"; then724 if test ! -r $srcdir/$ac_unique_file; then 1159 725 srcdir=.. 1160 726 fi … … 1162 728 ac_srcdir_defaulted=no 1163 729 fi 1164 if test ! -r "$srcdir/$ac_unique_file"; then1165 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."1166 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2730 if test ! -r $srcdir/$ac_unique_file; then 731 if test "$ac_srcdir_defaulted" = yes; then 732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 1167 733 { (exit 1); exit 1; }; } 1168 fi 1169 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1170 ac_abs_confdir=`( 1171 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 734 else 735 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1172 736 { (exit 1); exit 1; }; } 1173 pwd)` 1174 # When building in place, set srcdir=. 1175 if test "$ac_abs_confdir" = "$ac_pwd"; then 1176 srcdir=. 1177 fi 1178 # Remove unnecessary trailing slashes from srcdir. 1179 # Double slashes in file names in object file debugging info 1180 # mess up M-x gdb in Emacs. 1181 case $srcdir in 1182 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1183 esac 1184 for ac_var in $ac_precious_vars; do 1185 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1186 eval ac_env_${ac_var}_value=\$${ac_var} 1187 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1188 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1189 done 737 fi 738 fi 739 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 740 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 741 { (exit 1); exit 1; }; } 742 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 743 ac_env_build_alias_set=${build_alias+set} 744 ac_env_build_alias_value=$build_alias 745 ac_cv_env_build_alias_set=${build_alias+set} 746 ac_cv_env_build_alias_value=$build_alias 747 ac_env_host_alias_set=${host_alias+set} 748 ac_env_host_alias_value=$host_alias 749 ac_cv_env_host_alias_set=${host_alias+set} 750 ac_cv_env_host_alias_value=$host_alias 751 ac_env_target_alias_set=${target_alias+set} 752 ac_env_target_alias_value=$target_alias 753 ac_cv_env_target_alias_set=${target_alias+set} 754 ac_cv_env_target_alias_value=$target_alias 755 ac_env_CC_set=${CC+set} 756 ac_env_CC_value=$CC 757 ac_cv_env_CC_set=${CC+set} 758 ac_cv_env_CC_value=$CC 759 ac_env_CFLAGS_set=${CFLAGS+set} 760 ac_env_CFLAGS_value=$CFLAGS 761 ac_cv_env_CFLAGS_set=${CFLAGS+set} 762 ac_cv_env_CFLAGS_value=$CFLAGS 763 ac_env_LDFLAGS_set=${LDFLAGS+set} 764 ac_env_LDFLAGS_value=$LDFLAGS 765 ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 766 ac_cv_env_LDFLAGS_value=$LDFLAGS 767 ac_env_CPPFLAGS_set=${CPPFLAGS+set} 768 ac_env_CPPFLAGS_value=$CPPFLAGS 769 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 770 ac_cv_env_CPPFLAGS_value=$CPPFLAGS 771 ac_env_CPP_set=${CPP+set} 772 ac_env_CPP_value=$CPP 773 ac_cv_env_CPP_set=${CPP+set} 774 ac_cv_env_CPP_value=$CPP 1190 775 1191 776 # … … 1216 801 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1217 802 803 _ACEOF 804 805 cat <<_ACEOF 1218 806 Installation directories: 1219 807 --prefix=PREFIX install architecture-independent files in PREFIX … … 1233 821 --sbindir=DIR system admin executables [EPREFIX/sbin] 1234 822 --libexecdir=DIR program executables [EPREFIX/libexec] 823 --datadir=DIR read-only architecture-independent data [PREFIX/share] 1235 824 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1236 825 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] … … 1239 828 --includedir=DIR C header files [PREFIX/include] 1240 829 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1241 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1242 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1243 --infodir=DIR info documentation [DATAROOTDIR/info] 1244 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1245 --mandir=DIR man documentation [DATAROOTDIR/man] 1246 --docdir=DIR documentation root [DATAROOTDIR/doc/full-package-name] 1247 --htmldir=DIR html documentation [DOCDIR] 1248 --dvidir=DIR dvi documentation [DOCDIR] 1249 --pdfdir=DIR pdf documentation [DOCDIR] 1250 --psdir=DIR ps documentation [DOCDIR] 830 --infodir=DIR info documentation [PREFIX/info] 831 --mandir=DIR man documentation [PREFIX/man] 1251 832 _ACEOF 1252 833 … … 1285 866 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1286 867 nonstandard directory <lib dir> 1287 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1288 you have headers in a nonstandard directory <include dir> 1289 YACC The `Yet Another C Compiler' implementation to use. Defaults to 1290 the first program found out of: `bison -y', `byacc', `yacc'. 1291 YFLAGS The list of arguments that will be passed by default to $YACC. 1292 This script will default YFLAGS to the empty string to avoid a 1293 default value of `-d' given by some make applications. 868 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 869 headers in a nonstandard directory <include dir> 1294 870 CPP C preprocessor 1295 871 … … 1299 875 Report bugs to <BUG-REPORT-ADDRESS>. 1300 876 _ACEOF 1301 ac_status=$?1302 877 fi 1303 878 1304 879 if test "$ac_init_help" = "recursive"; then 1305 880 # If there are subdirs, report their specific --help. 881 ac_popdir=`pwd` 1306 882 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1307 test -d "$ac_dir"|| continue883 test -d $ac_dir || continue 1308 884 ac_builddir=. 1309 885 1310 case "$ac_dir" in 1311 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 886 if test "$ac_dir" != .; then 887 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 888 # A "../" for each directory in $ac_dir_suffix. 889 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 890 else 891 ac_dir_suffix= ac_top_builddir= 892 fi 893 894 case $srcdir in 895 .) # No --srcdir option. We are building in place. 896 ac_srcdir=. 897 if test -z "$ac_top_builddir"; then 898 ac_top_srcdir=. 899 else 900 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 901 fi ;; 902 [\\/]* | ?:[\\/]* ) # Absolute path. 903 ac_srcdir=$srcdir$ac_dir_suffix; 904 ac_top_srcdir=$srcdir ;; 905 *) # Relative path. 906 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 907 ac_top_srcdir=$ac_top_builddir$srcdir ;; 908 esac 909 910 # Do not use `cd foo && pwd` to compute absolute paths, because 911 # the directories may not exist. 912 case `pwd` in 913 .) ac_abs_builddir="$ac_dir";; 1312 914 *) 1313 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1314 # A ".." for each directory in $ac_dir_suffix. 1315 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1316 case $ac_top_builddir_sub in 1317 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1318 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1319 esac ;; 915 case "$ac_dir" in 916 .) ac_abs_builddir=`pwd`;; 917 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 918 *) ac_abs_builddir=`pwd`/"$ac_dir";; 919 esac;; 1320 920 esac 1321 ac_abs_top_builddir=$ac_pwd 1322 ac_abs_builddir=$ac_pwd$ac_dir_suffix 1323 # for backward compatibility: 1324 ac_top_builddir=$ac_top_build_prefix 1325 1326 case $srcdir in 1327 .) # We are building in place. 1328 ac_srcdir=. 1329 ac_top_srcdir=$ac_top_builddir_sub 1330 ac_abs_top_srcdir=$ac_pwd ;; 1331 [\\/]* | ?:[\\/]* ) # Absolute name. 1332 ac_srcdir=$srcdir$ac_dir_suffix; 1333 ac_top_srcdir=$srcdir 1334 ac_abs_top_srcdir=$srcdir ;; 1335 *) # Relative name. 1336 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1337 ac_top_srcdir=$ac_top_build_prefix$srcdir 1338 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 921 case $ac_abs_builddir in 922 .) ac_abs_top_builddir=${ac_top_builddir}.;; 923 *) 924 case ${ac_top_builddir}. in 925 .) ac_abs_top_builddir=$ac_abs_builddir;; 926 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 927 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 928 esac;; 1339 929 esac 1340 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1341 1342 cd "$ac_dir" || { ac_status=$?; continue; } 1343 # Check for guested configure. 1344 if test -f "$ac_srcdir/configure.gnu"; then 1345 echo && 1346 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1347 elif test -f "$ac_srcdir/configure"; then 1348 echo && 1349 $SHELL "$ac_srcdir/configure" --help=recursive 930 case $ac_abs_builddir in 931 .) ac_abs_srcdir=$ac_srcdir;; 932 *) 933 case $ac_srcdir in 934 .) ac_abs_srcdir=$ac_abs_builddir;; 935 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 936 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 937 esac;; 938 esac 939 case $ac_abs_builddir in 940 .) ac_abs_top_srcdir=$ac_top_srcdir;; 941 *) 942 case $ac_top_srcdir in 943 .) ac_abs_top_srcdir=$ac_abs_builddir;; 944 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 945 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 946 esac;; 947 esac 948 949 cd $ac_dir 950 # Check for guested configure; otherwise get Cygnus style configure. 951 if test -f $ac_srcdir/configure.gnu; then 952 echo 953 $SHELL $ac_srcdir/configure.gnu --help=recursive 954 elif test -f $ac_srcdir/configure; then 955 echo 956 $SHELL $ac_srcdir/configure --help=recursive 957 elif test -f $ac_srcdir/configure.ac || 958 test -f $ac_srcdir/configure.in; then 959 echo 960 $ac_configure --help 1350 961 else 1351 962 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1352 fi || ac_status=$?1353 cd "$ac_pwd" || { ac_status=$?; break; }963 fi 964 cd $ac_popdir 1354 965 done 1355 966 fi 1356 967 1357 test -n "$ac_init_help" && exit $ac_status968 test -n "$ac_init_help" && exit 0 1358 969 if $ac_init_version; then 1359 970 cat <<\_ACEOF 1360 971 FULL-PACKAGE-NAME configure VERSION 1361 generated by GNU Autoconf 2.60 1362 1363 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1364 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 972 generated by GNU Autoconf 2.59 973 974 Copyright (C) 2003 Free Software Foundation, Inc. 1365 975 This configure script is free software; the Free Software Foundation 1366 976 gives unlimited permission to copy, distribute and modify it. 1367 977 _ACEOF 1368 exit 1369 fi 1370 cat >config.log <<_ACEOF 978 exit 0 979 fi 980 exec 5>config.log 981 cat >&5 <<_ACEOF 1371 982 This file contains any messages produced by compilers while 1372 983 running configure, to aid debugging if configure makes a mistake. 1373 984 1374 985 It was created by FULL-PACKAGE-NAME $as_me VERSION, which was 1375 generated by GNU Autoconf 2. 60. Invocation command line was986 generated by GNU Autoconf 2.59. Invocation command line was 1376 987 1377 988 $ $0 $@ 1378 989 1379 990 _ACEOF 1380 exec 5>>config.log1381 991 { 1382 992 cat <<_ASUNAME … … 1397 1007 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1398 1008 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1399 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null|| echo unknown`1009 hostinfo = `(hostinfo) 2>/dev/null || echo unknown` 1400 1010 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1401 1011 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` … … 1411 1021 echo "PATH: $as_dir" 1412 1022 done 1413 IFS=$as_save_IFS1414 1023 1415 1024 } >&5 … … 1433 1042 ac_configure_args0= 1434 1043 ac_configure_args1= 1044 ac_sep= 1435 1045 ac_must_keep_next=false 1436 1046 for ac_pass in 1 2 … … 1443 1053 | -silent | --silent | --silen | --sile | --sil) 1444 1054 continue ;; 1445 * \'*)1055 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1446 1056 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1447 1057 esac … … 1465 1075 esac 1466 1076 fi 1467 ac_configure_args="$ac_configure_args '$ac_arg'" 1077 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1078 # Get rid of the leading space. 1079 ac_sep=" " 1468 1080 ;; 1469 1081 esac … … 1476 1088 # config.log. We remove comments because anyway the quotes in there 1477 1089 # would cause problems or look ugly. 1478 # WARNING: Use '\'' to represent an apostrophe within the trap.1479 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.1090 # WARNING: Be sure not to use single quotes in there, as some shells, 1091 # such as our DU 5.0 friend, will then `close' the trap. 1480 1092 trap 'exit_status=$? 1481 1093 # Save into config.log some information that might help in debugging. … … 1490 1102 echo 1491 1103 # The following way of writing the cache mishandles newlines in values, 1492 ( 1493 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1494 eval ac_val=\$$ac_var 1495 case $ac_val in #( 1496 *${as_nl}*) 1497 case $ac_var in #( 1498 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1499 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1500 esac 1501 case $ac_var in #( 1502 _ | IFS | as_nl) ;; #( 1503 *) $as_unset $ac_var ;; 1504 esac ;; 1505 esac 1506 done 1104 { 1507 1105 (set) 2>&1 | 1508 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(1509 * ${as_nl}ac_space=\ *)1106 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1107 *ac_space=\ *) 1510 1108 sed -n \ 1511 "s/' \''/'\''\\\\'\'''\''/g;1512 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=' \''\\2'\''/p"1513 ;; #(1109 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1110 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1111 ;; 1514 1112 *) 1515 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1113 sed -n \ 1114 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1516 1115 ;; 1517 esac | 1518 sort 1519 ) 1116 esac; 1117 } 1520 1118 echo 1521 1119 … … 1528 1126 for ac_var in $ac_subst_vars 1529 1127 do 1530 eval ac_val=\$$ac_var 1531 case $ac_val in 1532 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1533 esac 1534 echo "$ac_var='\''$ac_val'\''" 1128 eval ac_val=$`echo $ac_var` 1129 echo "$ac_var='"'"'$ac_val'"'"'" 1535 1130 done | sort 1536 1131 echo … … 1538 1133 if test -n "$ac_subst_files"; then 1539 1134 cat <<\_ASBOX 1540 ## ------------- ------##1541 ## File substitutions. ##1542 ## ------------- ------##1135 ## ------------- ## 1136 ## Output files. ## 1137 ## ------------- ## 1543 1138 _ASBOX 1544 1139 echo 1545 1140 for ac_var in $ac_subst_files 1546 1141 do 1547 eval ac_val=\$$ac_var 1548 case $ac_val in 1549 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1550 esac 1551 echo "$ac_var='\''$ac_val'\''" 1142 eval ac_val=$`echo $ac_var` 1143 echo "$ac_var='"'"'$ac_val'"'"'" 1552 1144 done | sort 1553 1145 echo … … 1561 1153 _ASBOX 1562 1154 echo 1563 cat confdefs.h1155 sed "/^$/d" confdefs.h | sort 1564 1156 echo 1565 1157 fi … … 1568 1160 echo "$as_me: exit $exit_status" 1569 1161 } >&5 1570 rm -f core *.core core.conftest.*&&1571 rm -f -rconftest* confdefs* conf$$* $ac_clean_files &&1162 rm -f core *.core && 1163 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1572 1164 exit $exit_status 1573 ' 01165 ' 0 1574 1166 for ac_signal in 1 2 13 15; do 1575 1167 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal … … 1578 1170 1579 1171 # confdefs.h avoids OS command line length limits that DEFS can exceed. 1580 rm -f -r conftest* confdefs.h 1172 rm -rf conftest* confdefs.h 1173 # AIX cpp loses on an empty file, so make sure it contains at least a newline. 1174 echo >confdefs.h 1581 1175 1582 1176 # Predefined preprocessor variables. … … 1609 1203 # Let the site file select an alternate cache file if it wants to. 1610 1204 # Prefer explicitly selected file to automatically selected ones. 1611 if test -n "$CONFIG_SITE"; then 1612 set x "$CONFIG_SITE" 1613 elif test "x$prefix" != xNONE; then 1614 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1615 else 1616 set x "$ac_default_prefix/share/config.site" \ 1617 "$ac_default_prefix/etc/config.site" 1618 fi 1619 shift 1620 for ac_site_file 1621 do 1205 if test -z "$CONFIG_SITE"; then 1206 if test "x$prefix" != xNONE; then 1207 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1208 else 1209 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1210 fi 1211 fi 1212 for ac_site_file in $CONFIG_SITE; do 1622 1213 if test -r "$ac_site_file"; then 1623 1214 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 … … 1635 1226 echo "$as_me: loading cache $cache_file" >&6;} 1636 1227 case $cache_file in 1637 [\\/]* | ?:[\\/]* ) . "$cache_file";;1638 *) . "./$cache_file";;1228 [\\/]* | ?:[\\/]* ) . $cache_file;; 1229 *) . ./$cache_file;; 1639 1230 esac 1640 1231 fi … … 1648 1239 # value. 1649 1240 ac_cache_corrupted=false 1650 for ac_var in $ac_precious_vars; do 1241 for ac_var in `(set) 2>&1 | 1242 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1651 1243 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1652 1244 eval ac_new_set=\$ac_env_${ac_var}_set 1653 eval ac_old_val= \$ac_cv_env_${ac_var}_value1654 eval ac_new_val= \$ac_env_${ac_var}_value1245 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1246 eval ac_new_val="\$ac_env_${ac_var}_value" 1655 1247 case $ac_old_set,$ac_new_set in 1656 1248 set,) … … 1677 1269 if test "$ac_new_set" = set; then 1678 1270 case $ac_new_val in 1679 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1271 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1272 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1680 1273 *) ac_arg=$ac_var=$ac_new_val ;; 1681 1274 esac … … 1694 1287 fi 1695 1288 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1289 ac_ext=c 1721 1290 ac_cpp='$CPP $CPPFLAGS' … … 1726 1295 1727 1296 1728 ac_config_headers="$ac_config_headers src/config.h" 1729 1730 ac_config_headers="$ac_config_headers src/newt_core/incs/NewtConf.h" 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 ac_config_headers="$ac_config_headers src/config.h" 1323 1324 ac_config_headers="$ac_config_headers src/newt_core/incs/NewtConf.h" 1731 1325 1732 1326 … … 1740 1334 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1741 1335 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1742 {echo "$as_me:$LINENO: checking for $ac_word" >&51743 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }1336 echo "$as_me:$LINENO: checking for $ac_word" >&5 1337 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1744 1338 if test "${ac_cv_prog_CC+set}" = set; then 1745 1339 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1754 1348 test -z "$as_dir" && as_dir=. 1755 1349 for ac_exec_ext in '' $ac_executable_extensions; do 1756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then1350 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1757 1351 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1758 1352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1761 1355 done 1762 1356 done 1763 IFS=$as_save_IFS1764 1357 1765 1358 fi … … 1767 1360 CC=$ac_cv_prog_CC 1768 1361 if test -n "$CC"; then 1769 { echo "$as_me:$LINENO: result: $CC" >&5 1770 echo "${ECHO_T}$CC" >&6; } 1771 else 1772 { echo "$as_me:$LINENO: result: no" >&5 1773 echo "${ECHO_T}no" >&6; } 1774 fi 1775 1362 echo "$as_me:$LINENO: result: $CC" >&5 1363 echo "${ECHO_T}$CC" >&6 1364 else 1365 echo "$as_me:$LINENO: result: no" >&5 1366 echo "${ECHO_T}no" >&6 1367 fi 1776 1368 1777 1369 fi … … 1780 1372 # Extract the first word of "gcc", so it can be a program name with args. 1781 1373 set dummy gcc; ac_word=$2 1782 {echo "$as_me:$LINENO: checking for $ac_word" >&51783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }1374 echo "$as_me:$LINENO: checking for $ac_word" >&5 1375 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1784 1376 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1785 1377 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1794 1386 test -z "$as_dir" && as_dir=. 1795 1387 for ac_exec_ext in '' $ac_executable_extensions; do 1796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then1388 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1797 1389 ac_cv_prog_ac_ct_CC="gcc" 1798 1390 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1801 1393 done 1802 1394 done 1803 IFS=$as_save_IFS1804 1395 1805 1396 fi … … 1807 1398 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1808 1399 if test -n "$ac_ct_CC"; then 1809 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1810 echo "${ECHO_T}$ac_ct_CC" >&6; } 1811 else 1812 { echo "$as_me:$LINENO: result: no" >&5 1813 echo "${ECHO_T}no" >&6; } 1814 fi 1815 1816 if test "x$ac_ct_CC" = x; then 1817 CC="" 1818 else 1819 case $cross_compiling:$ac_tool_warned in 1820 yes:) 1821 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 1822 whose name does not start with the host triplet. If you think this 1823 configuration is useful to you, please write to autoconf@gnu.org." >&5 1824 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 1825 whose name does not start with the host triplet. If you think this 1826 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 1827 ac_tool_warned=yes ;; 1828 esac 1829 CC=$ac_ct_CC 1830 fi 1400 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1401 echo "${ECHO_T}$ac_ct_CC" >&6 1402 else 1403 echo "$as_me:$LINENO: result: no" >&5 1404 echo "${ECHO_T}no" >&6 1405 fi 1406 1407 CC=$ac_ct_CC 1831 1408 else 1832 1409 CC="$ac_cv_prog_CC" … … 1834 1411 1835 1412 if test -z "$CC"; then 1836 if test -n "$ac_tool_prefix"; then1837 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.1413 if test -n "$ac_tool_prefix"; then 1414 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1838 1415 set dummy ${ac_tool_prefix}cc; ac_word=$2 1839 {echo "$as_me:$LINENO: checking for $ac_word" >&51840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }1416 echo "$as_me:$LINENO: checking for $ac_word" >&5 1417 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1841 1418 if test "${ac_cv_prog_CC+set}" = set; then 1842 1419 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1851 1428 test -z "$as_dir" && as_dir=. 1852 1429 for ac_exec_ext in '' $ac_executable_extensions; do 1853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then1430 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1854 1431 ac_cv_prog_CC="${ac_tool_prefix}cc" 1855 1432 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1858 1435 done 1859 1436 done 1860 IFS=$as_save_IFS1861 1437 1862 1438 fi … … 1864 1440 CC=$ac_cv_prog_CC 1865 1441 if test -n "$CC"; then 1866 { echo "$as_me:$LINENO: result: $CC" >&5 1867 echo "${ECHO_T}$CC" >&6; } 1868 else 1869 { echo "$as_me:$LINENO: result: no" >&5 1870 echo "${ECHO_T}no" >&6; } 1871 fi 1872 1873 1442 echo "$as_me:$LINENO: result: $CC" >&5 1443 echo "${ECHO_T}$CC" >&6 1444 else 1445 echo "$as_me:$LINENO: result: no" >&5 1446 echo "${ECHO_T}no" >&6 1447 fi 1448 1449 fi 1450 if test -z "$ac_cv_prog_CC"; then 1451 ac_ct_CC=$CC 1452 # Extract the first word of "cc", so it can be a program name with args. 1453 set dummy cc; ac_word=$2 1454 echo "$as_me:$LINENO: checking for $ac_word" >&5 1455 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1456 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1457 echo $ECHO_N "(cached) $ECHO_C" >&6 1458 else 1459 if test -n "$ac_ct_CC"; then 1460 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1461 else 1462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1463 for as_dir in $PATH 1464 do 1465 IFS=$as_save_IFS 1466 test -z "$as_dir" && as_dir=. 1467 for ac_exec_ext in '' $ac_executable_extensions; do 1468 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1469 ac_cv_prog_ac_ct_CC="cc" 1470 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1471 break 2 1874 1472 fi 1473 done 1474 done 1475 1476 fi 1477 fi 1478 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1479 if test -n "$ac_ct_CC"; then 1480 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1481 echo "${ECHO_T}$ac_ct_CC" >&6 1482 else 1483 echo "$as_me:$LINENO: result: no" >&5 1484 echo "${ECHO_T}no" >&6 1485 fi 1486 1487 CC=$ac_ct_CC 1488 else 1489 CC="$ac_cv_prog_CC" 1490 fi 1491 1875 1492 fi 1876 1493 if test -z "$CC"; then 1877 1494 # Extract the first word of "cc", so it can be a program name with args. 1878 1495 set dummy cc; ac_word=$2 1879 {echo "$as_me:$LINENO: checking for $ac_word" >&51880 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }1496 echo "$as_me:$LINENO: checking for $ac_word" >&5 1497 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1881 1498 if test "${ac_cv_prog_CC+set}" = set; then 1882 1499 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1892 1509 test -z "$as_dir" && as_dir=. 1893 1510 for ac_exec_ext in '' $ac_executable_extensions; do 1894 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then1511 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1895 1512 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 1896 1513 ac_prog_rejected=yes … … 1903 1520 done 1904 1521 done 1905 IFS=$as_save_IFS1906 1522 1907 1523 if test $ac_prog_rejected = yes; then … … 1921 1537 CC=$ac_cv_prog_CC 1922 1538 if test -n "$CC"; then 1923 { echo "$as_me:$LINENO: result: $CC" >&5 1924 echo "${ECHO_T}$CC" >&6; } 1925 else 1926 { echo "$as_me:$LINENO: result: no" >&5 1927 echo "${ECHO_T}no" >&6; } 1928 fi 1929 1539 echo "$as_me:$LINENO: result: $CC" >&5 1540 echo "${ECHO_T}$CC" >&6 1541 else 1542 echo "$as_me:$LINENO: result: no" >&5 1543 echo "${ECHO_T}no" >&6 1544 fi 1930 1545 1931 1546 fi 1932 1547 if test -z "$CC"; then 1933 1548 if test -n "$ac_tool_prefix"; then 1934 for ac_prog in cl .exe1549 for ac_prog in cl 1935 1550 do 1936 1551 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1937 1552 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1938 {echo "$as_me:$LINENO: checking for $ac_word" >&51939 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }1553 echo "$as_me:$LINENO: checking for $ac_word" >&5 1554 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1940 1555 if test "${ac_cv_prog_CC+set}" = set; then 1941 1556 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1950 1565 test -z "$as_dir" && as_dir=. 1951 1566 for ac_exec_ext in '' $ac_executable_extensions; do 1952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then1567 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1953 1568 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1954 1569 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1957 1572 done 1958 1573 done 1959 IFS=$as_save_IFS1960 1574 1961 1575 fi … … 1963 1577 CC=$ac_cv_prog_CC 1964 1578 if test -n "$CC"; then 1965 { echo "$as_me:$LINENO: result: $CC" >&5 1966 echo "${ECHO_T}$CC" >&6; } 1967 else 1968 { echo "$as_me:$LINENO: result: no" >&5 1969 echo "${ECHO_T}no" >&6; } 1970 fi 1971 1579 echo "$as_me:$LINENO: result: $CC" >&5 1580 echo "${ECHO_T}$CC" >&6 1581 else 1582 echo "$as_me:$LINENO: result: no" >&5 1583 echo "${ECHO_T}no" >&6 1584 fi 1972 1585 1973 1586 test -n "$CC" && break … … 1976 1589 if test -z "$CC"; then 1977 1590 ac_ct_CC=$CC 1978 for ac_prog in cl .exe1591 for ac_prog in cl 1979 1592 do 1980 1593 # Extract the first word of "$ac_prog", so it can be a program name with args. 1981 1594 set dummy $ac_prog; ac_word=$2 1982 {echo "$as_me:$LINENO: checking for $ac_word" >&51983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }1595 echo "$as_me:$LINENO: checking for $ac_word" >&5 1596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1984 1597 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1985 1598 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 1994 1607 test -z "$as_dir" && as_dir=. 1995 1608 for ac_exec_ext in '' $ac_executable_extensions; do 1996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then1609 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1997 1610 ac_cv_prog_ac_ct_CC="$ac_prog" 1998 1611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2001 1614 done 2002 1615 done 2003 IFS=$as_save_IFS2004 1616 2005 1617 fi … … 2007 1619 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2008 1620 if test -n "$ac_ct_CC"; then 2009 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2010 echo "${ECHO_T}$ac_ct_CC" >&6; } 2011 else 2012 { echo "$as_me:$LINENO: result: no" >&5 2013 echo "${ECHO_T}no" >&6; } 2014 fi 2015 1621 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1622 echo "${ECHO_T}$ac_ct_CC" >&6 1623 else 1624 echo "$as_me:$LINENO: result: no" >&5 1625 echo "${ECHO_T}no" >&6 1626 fi 2016 1627 2017 1628 test -n "$ac_ct_CC" && break 2018 1629 done 2019 1630 2020 if test "x$ac_ct_CC" = x; then 2021 CC="" 2022 else 2023 case $cross_compiling:$ac_tool_warned in 2024 yes:) 2025 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2026 whose name does not start with the host triplet. If you think this 2027 configuration is useful to you, please write to autoconf@gnu.org." >&5 2028 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2029 whose name does not start with the host triplet. If you think this 2030 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2031 ac_tool_warned=yes ;; 2032 esac 2033 CC=$ac_ct_CC 2034 fi 1631 CC=$ac_ct_CC 2035 1632 fi 2036 1633 … … 2045 1642 2046 1643 # Provide some information about the compiler. 2047 echo "$as_me:$LINENO: checking for C compiler version" >&5 1644 echo "$as_me:$LINENO:" \ 1645 "checking for C compiler version" >&5 2048 1646 ac_compiler=`set X $ac_compile; echo $2` 2049 { (ac_try="$ac_compiler --version >&5" 2050 case "(($ac_try" in 2051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2052 *) ac_try_echo=$ac_try;; 2053 esac 2054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2055 (eval "$ac_compiler --version >&5") 2>&5 1647 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 1648 (eval $ac_compiler --version </dev/null >&5) 2>&5 2056 1649 ac_status=$? 2057 1650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2058 1651 (exit $ac_status); } 2059 { (ac_try="$ac_compiler -v >&5" 2060 case "(($ac_try" in 2061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2062 *) ac_try_echo=$ac_try;; 2063 esac 2064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2065 (eval "$ac_compiler -v >&5") 2>&5 1652 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 1653 (eval $ac_compiler -v </dev/null >&5) 2>&5 2066 1654 ac_status=$? 2067 1655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2068 1656 (exit $ac_status); } 2069 { (ac_try="$ac_compiler -V >&5" 2070 case "(($ac_try" in 2071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2072 *) ac_try_echo=$ac_try;; 2073 esac 2074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2075 (eval "$ac_compiler -V >&5") 2>&5 1657 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 1658 (eval $ac_compiler -V </dev/null >&5) 2>&5 2076 1659 ac_status=$? 2077 1660 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2098 1681 # It will help us diagnose broken compilers, and finding out an intuition 2099 1682 # of exeext. 2100 {echo "$as_me:$LINENO: checking for C compiler default output file name" >&52101 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 ; }1683 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 1684 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 2102 1685 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2103 # 2104 # List of possible output files, starting from the most likely. 2105 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2106 # only as a last resort. b.out is created by i960 compilers. 2107 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2108 # 2109 # The IRIX 6 linker writes into existing files which may not be 2110 # executable, retaining their permissions. Remove them first so a 2111 # subsequent execution test works. 2112 ac_rmfiles= 2113 for ac_file in $ac_files 2114 do 2115 case $ac_file in 2116 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2117 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2118 esac 2119 done 2120 rm -f $ac_rmfiles 2121 2122 if { (ac_try="$ac_link_default" 2123 case "(($ac_try" in 2124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2125 *) ac_try_echo=$ac_try;; 2126 esac 2127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2128 (eval "$ac_link_default") 2>&5 1686 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 1687 (eval $ac_link_default) 2>&5 2129 1688 ac_status=$? 2130 1689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2131 1690 (exit $ac_status); }; then 2132 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2133 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 2134 # in a Makefile. We should not override ac_cv_exeext if it was cached, 2135 # so that the user can short-circuit this test for compilers unknown to 2136 # Autoconf. 2137 for ac_file in $ac_files 1691 # Find the output, starting from the most likely. This scheme is 1692 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 1693 # resort. 1694 1695 # Be careful to initialize this variable, since it used to be cached. 1696 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 1697 ac_cv_exeext= 1698 # b.out is created by i960 compilers. 1699 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 2138 1700 do 2139 1701 test -f "$ac_file" || continue 2140 1702 case $ac_file in 2141 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 1703 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 1704 ;; 1705 conftest.$ac_ext ) 1706 # This is the source file. 2142 1707 ;; 2143 1708 [ab].out ) … … 2146 1711 break;; 2147 1712 *.* ) 2148 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 2149 then :; else 2150 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2151 fi 2152 # We set ac_cv_exeext here because the later test for it is not 2153 # safe: cross compilers may not add the suffix if given an `-o' 2154 # argument, so we may need to know it at that point already. 2155 # Even if this section looks crufty: it has the advantage of 2156 # actually working. 1713 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1714 # FIXME: I believe we export ac_cv_exeext for Libtool, 1715 # but it would be cool to find out if it's true. Does anybody 1716 # maintain Libtool? --akim. 1717 export ac_cv_exeext 2157 1718 break;; 2158 1719 * ) … … 2160 1721 esac 2161 1722 done 2162 test "$ac_cv_exeext" = no && ac_cv_exeext=2163 2164 1723 else 2165 1724 echo "$as_me: failed program was:" >&5 … … 2174 1733 2175 1734 ac_exeext=$ac_cv_exeext 2176 {echo "$as_me:$LINENO: result: $ac_file" >&52177 echo "${ECHO_T}$ac_file" >&6 ; }2178 2179 # Check th at the compiler produces executables we can run. If not, either1735 echo "$as_me:$LINENO: result: $ac_file" >&5 1736 echo "${ECHO_T}$ac_file" >&6 1737 1738 # Check the compiler produces executables we can run. If not, either 2180 1739 # the compiler is broken, or we cross compile. 2181 {echo "$as_me:$LINENO: checking whether the C compiler works" >&52182 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 ; }1740 echo "$as_me:$LINENO: checking whether the C compiler works" >&5 1741 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2183 1742 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2184 1743 # If not cross compiling, check that we can run a simple program. 2185 1744 if test "$cross_compiling" != yes; then 2186 1745 if { ac_try='./$ac_file' 2187 { (case "(($ac_try" in 2188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2189 *) ac_try_echo=$ac_try;; 2190 esac 2191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2192 (eval "$ac_try") 2>&5 1746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1747 (eval $ac_try) 2>&5 2193 1748 ac_status=$? 2194 1749 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2209 1764 fi 2210 1765 fi 2211 {echo "$as_me:$LINENO: result: yes" >&52212 echo "${ECHO_T}yes" >&6 ; }1766 echo "$as_me:$LINENO: result: yes" >&5 1767 echo "${ECHO_T}yes" >&6 2213 1768 2214 1769 rm -f a.out a.exe conftest$ac_cv_exeext b.out 2215 1770 ac_clean_files=$ac_clean_files_save 2216 # Check th at the compiler produces executables we can run. If not, either1771 # Check the compiler produces executables we can run. If not, either 2217 1772 # the compiler is broken, or we cross compile. 2218 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2219 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2220 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2221 echo "${ECHO_T}$cross_compiling" >&6; } 2222 2223 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2224 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2225 if { (ac_try="$ac_link" 2226 case "(($ac_try" in 2227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2228 *) ac_try_echo=$ac_try;; 2229 esac 2230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2231 (eval "$ac_link") 2>&5 1773 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 1774 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 1775 echo "$as_me:$LINENO: result: $cross_compiling" >&5 1776 echo "${ECHO_T}$cross_compiling" >&6 1777 1778 echo "$as_me:$LINENO: checking for suffix of executables" >&5 1779 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 1780 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1781 (eval $ac_link) 2>&5 2232 1782 ac_status=$? 2233 1783 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2240 1790 test -f "$ac_file" || continue 2241 1791 case $ac_file in 2242 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *. map | *.inf | *.o | *.obj ) ;;1792 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 2243 1793 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1794 export ac_cv_exeext 2244 1795 break;; 2245 1796 * ) break;; … … 2255 1806 2256 1807 rm -f conftest$ac_cv_exeext 2257 {echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52258 echo "${ECHO_T}$ac_cv_exeext" >&6 ; }1808 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 1809 echo "${ECHO_T}$ac_cv_exeext" >&6 2259 1810 2260 1811 rm -f conftest.$ac_ext 2261 1812 EXEEXT=$ac_cv_exeext 2262 1813 ac_exeext=$EXEEXT 2263 {echo "$as_me:$LINENO: checking for suffix of object files" >&52264 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 ; }1814 echo "$as_me:$LINENO: checking for suffix of object files" >&5 1815 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 2265 1816 if test "${ac_cv_objext+set}" = set; then 2266 1817 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2282 1833 _ACEOF 2283 1834 rm -f conftest.o conftest.obj 2284 if { (ac_try="$ac_compile" 2285 case "(($ac_try" in 2286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2287 *) ac_try_echo=$ac_try;; 2288 esac 2289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2290 (eval "$ac_compile") 2>&5 1835 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1836 (eval $ac_compile) 2>&5 2291 1837 ac_status=$? 2292 1838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2293 1839 (exit $ac_status); }; then 2294 for ac_file in conftest.o conftest.obj conftest.*; do 2295 test -f "$ac_file" || continue; 1840 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 2296 1841 case $ac_file in 2297 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf) ;;1842 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; 2298 1843 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2299 1844 break;; … … 2313 1858 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2314 1859 fi 2315 {echo "$as_me:$LINENO: result: $ac_cv_objext" >&52316 echo "${ECHO_T}$ac_cv_objext" >&6 ; }1860 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 1861 echo "${ECHO_T}$ac_cv_objext" >&6 2317 1862 OBJEXT=$ac_cv_objext 2318 1863 ac_objext=$OBJEXT 2319 {echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52320 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 ; }1864 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 1865 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2321 1866 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2322 1867 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2341 1886 _ACEOF 2342 1887 rm -f conftest.$ac_objext 2343 if { (ac_try="$ac_compile" 2344 case "(($ac_try" in 2345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2346 *) ac_try_echo=$ac_try;; 2347 esac 2348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2349 (eval "$ac_compile") 2>conftest.er1 1888 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1889 (eval $ac_compile) 2>conftest.er1 2350 1890 ac_status=$? 2351 1891 grep -v '^ *+' conftest.er1 >conftest.err … … 2354 1894 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2355 1895 (exit $ac_status); } && 2356 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2357 { (case "(($ac_try" in 2358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2359 *) ac_try_echo=$ac_try;; 2360 esac 2361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2362 (eval "$ac_try") 2>&5 1896 { ac_try='test -z "$ac_c_werror_flag" 1897 || test ! -s conftest.err' 1898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1899 (eval $ac_try) 2>&5 2363 1900 ac_status=$? 2364 1901 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2365 1902 (exit $ac_status); }; } && 2366 1903 { ac_try='test -s conftest.$ac_objext' 2367 { (case "(($ac_try" in 2368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2369 *) ac_try_echo=$ac_try;; 2370 esac 2371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2372 (eval "$ac_try") 2>&5 1904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1905 (eval $ac_try) 2>&5 2373 1906 ac_status=$? 2374 1907 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2379 1912 sed 's/^/| /' conftest.$ac_ext >&5 2380 1913 2381 ac_compiler_gnu=no 2382 fi 2383 2384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1914 ac_compiler_gnu=no 1915 fi 1916 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2385 1917 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2386 1918 2387 1919 fi 2388 {echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&52389 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 ; }1920 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 1921 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2390 1922 GCC=`test $ac_compiler_gnu = yes && echo yes` 2391 1923 ac_test_CFLAGS=${CFLAGS+set} 2392 1924 ac_save_CFLAGS=$CFLAGS 2393 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2394 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 1925 CFLAGS="-g" 1926 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 1927 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2395 1928 if test "${ac_cv_prog_cc_g+set}" = set; then 2396 1929 echo $ECHO_N "(cached) $ECHO_C" >&6 2397 1930 else 2398 ac_save_c_werror_flag=$ac_c_werror_flag 2399 ac_c_werror_flag=yes 2400 ac_cv_prog_cc_g=no 2401 CFLAGS="-g" 2402 cat >conftest.$ac_ext <<_ACEOF 1931 cat >conftest.$ac_ext <<_ACEOF 2403 1932 /* confdefs.h. */ 2404 1933 _ACEOF … … 2416 1945 _ACEOF 2417 1946 rm -f conftest.$ac_objext 2418 if { (ac_try="$ac_compile" 2419 case "(($ac_try" in 2420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2421 *) ac_try_echo=$ac_try;; 2422 esac 2423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2424 (eval "$ac_compile") 2>conftest.er1 1947 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1948 (eval $ac_compile) 2>conftest.er1 2425 1949 ac_status=$? 2426 1950 grep -v '^ *+' conftest.er1 >conftest.err … … 2429 1953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2430 1954 (exit $ac_status); } && 2431 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2432 { (case "(($ac_try" in 2433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2434 *) ac_try_echo=$ac_try;; 2435 esac 2436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2437 (eval "$ac_try") 2>&5 1955 { ac_try='test -z "$ac_c_werror_flag" 1956 || test ! -s conftest.err' 1957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1958 (eval $ac_try) 2>&5 2438 1959 ac_status=$? 2439 1960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2440 1961 (exit $ac_status); }; } && 2441 1962 { ac_try='test -s conftest.$ac_objext' 2442 { (case "(($ac_try" in 2443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2444 *) ac_try_echo=$ac_try;; 2445 esac 2446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2447 (eval "$ac_try") 2>&5 1963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1964 (eval $ac_try) 2>&5 2448 1965 ac_status=$? 2449 1966 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2454 1971 sed 's/^/| /' conftest.$ac_ext >&5 2455 1972 2456 CFLAGS="" 2457 cat >conftest.$ac_ext <<_ACEOF 2458 /* confdefs.h. */ 2459 _ACEOF 2460 cat confdefs.h >>conftest.$ac_ext 2461 cat >>conftest.$ac_ext <<_ACEOF 2462 /* end confdefs.h. */ 2463 2464 int 2465 main () 2466 { 2467 2468 ; 2469 return 0; 2470 } 2471 _ACEOF 2472 rm -f conftest.$ac_objext 2473 if { (ac_try="$ac_compile" 2474 case "(($ac_try" in 2475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2476 *) ac_try_echo=$ac_try;; 2477 esac 2478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2479 (eval "$ac_compile") 2>conftest.er1 2480 ac_status=$? 2481 grep -v '^ *+' conftest.er1 >conftest.err 2482 rm -f conftest.er1 2483 cat conftest.err >&5 2484 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2485 (exit $ac_status); } && 2486 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2487 { (case "(($ac_try" in 2488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2489 *) ac_try_echo=$ac_try;; 2490 esac 2491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2492 (eval "$ac_try") 2>&5 2493 ac_status=$? 2494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2495 (exit $ac_status); }; } && 2496 { ac_try='test -s conftest.$ac_objext' 2497 { (case "(($ac_try" in 2498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2499 *) ac_try_echo=$ac_try;; 2500 esac 2501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2502 (eval "$ac_try") 2>&5 2503 ac_status=$? 2504 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2505 (exit $ac_status); }; }; then 2506 : 2507 else 2508 echo "$as_me: failed program was:" >&5 2509 sed 's/^/| /' conftest.$ac_ext >&5 2510 2511 ac_c_werror_flag=$ac_save_c_werror_flag 2512 CFLAGS="-g" 2513 cat >conftest.$ac_ext <<_ACEOF 2514 /* confdefs.h. */ 2515 _ACEOF 2516 cat confdefs.h >>conftest.$ac_ext 2517 cat >>conftest.$ac_ext <<_ACEOF 2518 /* end confdefs.h. */ 2519 2520 int 2521 main () 2522 { 2523 2524 ; 2525 return 0; 2526 } 2527 _ACEOF 2528 rm -f conftest.$ac_objext 2529 if { (ac_try="$ac_compile" 2530 case "(($ac_try" in 2531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2532 *) ac_try_echo=$ac_try;; 2533 esac 2534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2535 (eval "$ac_compile") 2>conftest.er1 2536 ac_status=$? 2537 grep -v '^ *+' conftest.er1 >conftest.err 2538 rm -f conftest.er1 2539 cat conftest.err >&5 2540 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2541 (exit $ac_status); } && 2542 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2543 { (case "(($ac_try" in 2544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2545 *) ac_try_echo=$ac_try;; 2546 esac 2547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2548 (eval "$ac_try") 2>&5 2549 ac_status=$? 2550 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2551 (exit $ac_status); }; } && 2552 { ac_try='test -s conftest.$ac_objext' 2553 { (case "(($ac_try" in 2554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2555 *) ac_try_echo=$ac_try;; 2556 esac 2557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2558 (eval "$ac_try") 2>&5 2559 ac_status=$? 2560 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2561 (exit $ac_status); }; }; then 2562 ac_cv_prog_cc_g=yes 2563 else 2564 echo "$as_me: failed program was:" >&5 2565 sed 's/^/| /' conftest.$ac_ext >&5 2566 2567 2568 fi 2569 2570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2571 fi 2572 2573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2574 fi 2575 2576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2577 ac_c_werror_flag=$ac_save_c_werror_flag 2578 fi 2579 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2580 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 1973 ac_cv_prog_cc_g=no 1974 fi 1975 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1976 fi 1977 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 1978 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2581 1979 if test "$ac_test_CFLAGS" = set; then 2582 1980 CFLAGS=$ac_save_CFLAGS … … 2594 1992 fi 2595 1993 fi 2596 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&52597 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }2598 if test "${ac_cv_prog_cc_ c89+set}" = set; then1994 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 1995 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 1996 if test "${ac_cv_prog_cc_stdc+set}" = set; then 2599 1997 echo $ECHO_N "(cached) $ECHO_C" >&6 2600 1998 else 2601 ac_cv_prog_cc_ c89=no1999 ac_cv_prog_cc_stdc=no 2602 2000 ac_save_CC=$CC 2603 2001 cat >conftest.$ac_ext <<_ACEOF … … 2633 2031 function prototypes and stuff, but not '\xHH' hex character constants. 2634 2032 These don't provoke an error unfortunately, instead are silently treated 2635 as 'x'. The following induces an error, until -std is added to get2033 as 'x'. The following induces an error, until -std1 is added to get 2636 2034 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 2637 2035 array size at least. It's necessary to write '\x00'==0 to get something 2638 that's true only with -std . */2036 that's true only with -std1. */ 2639 2037 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 2640 2641 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters2642 inside strings and character constants. */2643 #define FOO(x) 'x'2644 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];2645 2038 2646 2039 int test (int i, double x); … … 2658 2051 } 2659 2052 _ACEOF 2660 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 2661 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2053 # Don't try gcc -ansi; that turns off useful extensions and 2054 # breaks some systems' header files. 2055 # AIX -qlanglvl=ansi 2056 # Ultrix and OSF/1 -std1 2057 # HP-UX 10.20 and later -Ae 2058 # HP-UX older versions -Aa -D_HPUX_SOURCE 2059 # SVR4 -Xc -D__EXTENSIONS__ 2060 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2662 2061 do 2663 2062 CC="$ac_save_CC $ac_arg" 2664 2063 rm -f conftest.$ac_objext 2665 if { (ac_try="$ac_compile" 2666 case "(($ac_try" in 2667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2668 *) ac_try_echo=$ac_try;; 2669 esac 2670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2671 (eval "$ac_compile") 2>conftest.er1 2064 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2065 (eval $ac_compile) 2>conftest.er1 2672 2066 ac_status=$? 2673 2067 grep -v '^ *+' conftest.er1 >conftest.err … … 2676 2070 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2677 2071 (exit $ac_status); } && 2678 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2679 { (case "(($ac_try" in 2680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2681 *) ac_try_echo=$ac_try;; 2682 esac 2683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2684 (eval "$ac_try") 2>&5 2072 { ac_try='test -z "$ac_c_werror_flag" 2073 || test ! -s conftest.err' 2074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2075 (eval $ac_try) 2>&5 2685 2076 ac_status=$? 2686 2077 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2687 2078 (exit $ac_status); }; } && 2688 2079 { ac_try='test -s conftest.$ac_objext' 2689 { (case "(($ac_try" in 2690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2691 *) ac_try_echo=$ac_try;; 2692 esac 2693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2694 (eval "$ac_try") 2>&5 2080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2081 (eval $ac_try) 2>&5 2695 2082 ac_status=$? 2696 2083 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2697 2084 (exit $ac_status); }; }; then 2698 ac_cv_prog_cc_c89=$ac_arg 2085 ac_cv_prog_cc_stdc=$ac_arg 2086 break 2699 2087 else 2700 2088 echo "$as_me: failed program was:" >&5 2701 2089 sed 's/^/| /' conftest.$ac_ext >&5 2702 2090 2703 2704 fi 2705 2706 rm -f core conftest.err conftest.$ac_objext 2707 test "x$ac_cv_prog_cc_c89" != "xno" && break 2708 done 2709 rm -f conftest.$ac_ext 2091 fi 2092 rm -f conftest.err conftest.$ac_objext 2093 done 2094 rm -f conftest.$ac_ext conftest.$ac_objext 2710 2095 CC=$ac_save_CC 2711 2096 2712 2097 fi 2713 # AC_CACHE_VAL 2714 case "x$ac_cv_prog_cc_c89" in 2715 x) 2716 { echo "$as_me:$LINENO: result: none needed" >&5 2717 echo "${ECHO_T}none needed" >&6; } ;; 2718 xno) 2719 { echo "$as_me:$LINENO: result: unsupported" >&5 2720 echo "${ECHO_T}unsupported" >&6; } ;; 2098 2099 case "x$ac_cv_prog_cc_stdc" in 2100 x|xno) 2101 echo "$as_me:$LINENO: result: none needed" >&5 2102 echo "${ECHO_T}none needed" >&6 ;; 2721 2103 *) 2722 CC="$CC $ac_cv_prog_cc_c89"2723 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2724 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; };;2104 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 2105 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 2106 CC="$CC $ac_cv_prog_cc_stdc" ;; 2725 2107 esac 2726 2108 2727 2109 # Some people use a C++ compiler to compile C. Since we use `exit', 2110 # in C++ we need to declare it. In case someone uses the same compiler 2111 # for both compiling C and C++ we need to have the C++ compiler decide 2112 # the declaration of exit, since it's the most demanding environment. 2113 cat >conftest.$ac_ext <<_ACEOF 2114 #ifndef __cplusplus 2115 choke me 2116 #endif 2117 _ACEOF 2118 rm -f conftest.$ac_objext 2119 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2120 (eval $ac_compile) 2>conftest.er1 2121 ac_status=$? 2122 grep -v '^ *+' conftest.er1 >conftest.err 2123 rm -f conftest.er1 2124 cat conftest.err >&5 2125 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2126 (exit $ac_status); } && 2127 { ac_try='test -z "$ac_c_werror_flag" 2128 || test ! -s conftest.err' 2129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2130 (eval $ac_try) 2>&5 2131 ac_status=$? 2132 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2133 (exit $ac_status); }; } && 2134 { ac_try='test -s conftest.$ac_objext' 2135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2136 (eval $ac_try) 2>&5 2137 ac_status=$? 2138 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2139 (exit $ac_status); }; }; then 2140 for ac_declaration in \ 2141 '' \ 2142 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2143 'extern "C" void std::exit (int); using std::exit;' \ 2144 'extern "C" void exit (int) throw ();' \ 2145 'extern "C" void exit (int);' \ 2146 'void exit (int);' 2147 do 2148 cat >conftest.$ac_ext <<_ACEOF 2149 /* confdefs.h. */ 2150 _ACEOF 2151 cat confdefs.h >>conftest.$ac_ext 2152 cat >>conftest.$ac_ext <<_ACEOF 2153 /* end confdefs.h. */ 2154 $ac_declaration 2155 #include <stdlib.h> 2156 int 2157 main () 2158 { 2159 exit (42); 2160 ; 2161 return 0; 2162 } 2163 _ACEOF 2164 rm -f conftest.$ac_objext 2165 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2166 (eval $ac_compile) 2>conftest.er1 2167 ac_status=$? 2168 grep -v '^ *+' conftest.er1 >conftest.err 2169 rm -f conftest.er1 2170 cat conftest.err >&5 2171 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2172 (exit $ac_status); } && 2173 { ac_try='test -z "$ac_c_werror_flag" 2174 || test ! -s conftest.err' 2175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2176 (eval $ac_try) 2>&5 2177 ac_status=$? 2178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2179 (exit $ac_status); }; } && 2180 { ac_try='test -s conftest.$ac_objext' 2181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2182 (eval $ac_try) 2>&5 2183 ac_status=$? 2184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2185 (exit $ac_status); }; }; then 2186 : 2187 else 2188 echo "$as_me: failed program was:" >&5 2189 sed 's/^/| /' conftest.$ac_ext >&5 2190 2191 continue 2192 fi 2193 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2194 cat >conftest.$ac_ext <<_ACEOF 2195 /* confdefs.h. */ 2196 _ACEOF 2197 cat confdefs.h >>conftest.$ac_ext 2198 cat >>conftest.$ac_ext <<_ACEOF 2199 /* end confdefs.h. */ 2200 $ac_declaration 2201 int 2202 main () 2203 { 2204 exit (42); 2205 ; 2206 return 0; 2207 } 2208 _ACEOF 2209 rm -f conftest.$ac_objext 2210 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2211 (eval $ac_compile) 2>conftest.er1 2212 ac_status=$? 2213 grep -v '^ *+' conftest.er1 >conftest.err 2214 rm -f conftest.er1 2215 cat conftest.err >&5 2216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2217 (exit $ac_status); } && 2218 { ac_try='test -z "$ac_c_werror_flag" 2219 || test ! -s conftest.err' 2220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2221 (eval $ac_try) 2>&5 2222 ac_status=$? 2223 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2224 (exit $ac_status); }; } && 2225 { ac_try='test -s conftest.$ac_objext' 2226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2227 (eval $ac_try) 2>&5 2228 ac_status=$? 2229 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2230 (exit $ac_status); }; }; then 2231 break 2232 else 2233 echo "$as_me: failed program was:" >&5 2234 sed 's/^/| /' conftest.$ac_ext >&5 2235 2236 fi 2237 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2238 done 2239 rm -f conftest* 2240 if test -n "$ac_declaration"; then 2241 echo '#ifdef __cplusplus' >>confdefs.h 2242 echo $ac_declaration >>confdefs.h 2243 echo '#endif' >>confdefs.h 2244 fi 2245 2246 else 2247 echo "$as_me: failed program was:" >&5 2248 sed 's/^/| /' conftest.$ac_ext >&5 2249 2250 fi 2251 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2728 2252 ac_ext=c 2729 2253 ac_cpp='$CPP $CPPFLAGS' … … 2736 2260 # Extract the first word of "$ac_prog", so it can be a program name with args. 2737 2261 set dummy $ac_prog; ac_word=$2 2738 {echo "$as_me:$LINENO: checking for $ac_word" >&52739 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }2262 echo "$as_me:$LINENO: checking for $ac_word" >&5 2263 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2740 2264 if test "${ac_cv_prog_YACC+set}" = set; then 2741 2265 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2750 2274 test -z "$as_dir" && as_dir=. 2751 2275 for ac_exec_ext in '' $ac_executable_extensions; do 2752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then2276 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2753 2277 ac_cv_prog_YACC="$ac_prog" 2754 2278 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2757 2281 done 2758 2282 done 2759 IFS=$as_save_IFS2760 2283 2761 2284 fi … … 2763 2286 YACC=$ac_cv_prog_YACC 2764 2287 if test -n "$YACC"; then 2765 { echo "$as_me:$LINENO: result: $YACC" >&5 2766 echo "${ECHO_T}$YACC" >&6; } 2767 else 2768 { echo "$as_me:$LINENO: result: no" >&5 2769 echo "${ECHO_T}no" >&6; } 2770 fi 2771 2288 echo "$as_me:$LINENO: result: $YACC" >&5 2289 echo "${ECHO_T}$YACC" >&6 2290 else 2291 echo "$as_me:$LINENO: result: no" >&5 2292 echo "${ECHO_T}no" >&6 2293 fi 2772 2294 2773 2295 test -n "$YACC" && break … … 2780 2302 # Extract the first word of "$ac_prog", so it can be a program name with args. 2781 2303 set dummy $ac_prog; ac_word=$2 2782 {echo "$as_me:$LINENO: checking for $ac_word" >&52783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }2304 echo "$as_me:$LINENO: checking for $ac_word" >&5 2305 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2784 2306 if test "${ac_cv_prog_LEX+set}" = set; then 2785 2307 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2794 2316 test -z "$as_dir" && as_dir=. 2795 2317 for ac_exec_ext in '' $ac_executable_extensions; do 2796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then2318 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2797 2319 ac_cv_prog_LEX="$ac_prog" 2798 2320 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2801 2323 done 2802 2324 done 2803 IFS=$as_save_IFS2804 2325 2805 2326 fi … … 2807 2328 LEX=$ac_cv_prog_LEX 2808 2329 if test -n "$LEX"; then 2809 { echo "$as_me:$LINENO: result: $LEX" >&5 2810 echo "${ECHO_T}$LEX" >&6; } 2811 else 2812 { echo "$as_me:$LINENO: result: no" >&5 2813 echo "${ECHO_T}no" >&6; } 2814 fi 2815 2330 echo "$as_me:$LINENO: result: $LEX" >&5 2331 echo "${ECHO_T}$LEX" >&6 2332 else 2333 echo "$as_me:$LINENO: result: no" >&5 2334 echo "${ECHO_T}no" >&6 2335 fi 2816 2336 2817 2337 test -n "$LEX" && break … … 2821 2341 if test -z "$LEXLIB" 2822 2342 then 2823 {echo "$as_me:$LINENO: checking for yywrap in -lfl" >&52824 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6 ; }2343 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5 2344 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6 2825 2345 if test "${ac_cv_lib_fl_yywrap+set}" = set; then 2826 2346 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2835 2355 /* end confdefs.h. */ 2836 2356 2837 /* Override any GCC internal prototype to avoid an error. 2838 Use char because int might match the return type of a GCC 2839 builtin and then its argument prototype would still apply. */ 2357 /* Override any gcc2 internal prototype to avoid an error. */ 2840 2358 #ifdef __cplusplus 2841 2359 extern "C" 2842 2360 #endif 2361 /* We use char because int might match the return type of a gcc2 2362 builtin and then its argument prototype would still apply. */ 2843 2363 char yywrap (); 2844 2364 int 2845 2365 main () 2846 2366 { 2847 returnyywrap ();2367 yywrap (); 2848 2368 ; 2849 2369 return 0; … … 2851 2371 _ACEOF 2852 2372 rm -f conftest.$ac_objext conftest$ac_exeext 2853 if { (ac_try="$ac_link" 2854 case "(($ac_try" in 2855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2856 *) ac_try_echo=$ac_try;; 2857 esac 2858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2859 (eval "$ac_link") 2>conftest.er1 2373 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2374 (eval $ac_link) 2>conftest.er1 2860 2375 ac_status=$? 2861 2376 grep -v '^ *+' conftest.er1 >conftest.err … … 2864 2379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2865 2380 (exit $ac_status); } && 2866 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2867 { (case "(($ac_try" in 2868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2869 *) ac_try_echo=$ac_try;; 2870 esac 2871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2872 (eval "$ac_try") 2>&5 2381 { ac_try='test -z "$ac_c_werror_flag" 2382 || test ! -s conftest.err' 2383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2384 (eval $ac_try) 2>&5 2873 2385 ac_status=$? 2874 2386 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2875 2387 (exit $ac_status); }; } && 2876 2388 { ac_try='test -s conftest$ac_exeext' 2877 { (case "(($ac_try" in 2878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2879 *) ac_try_echo=$ac_try;; 2880 esac 2881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2882 (eval "$ac_try") 2>&5 2389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2390 (eval $ac_try) 2>&5 2883 2391 ac_status=$? 2884 2392 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2889 2397 sed 's/^/| /' conftest.$ac_ext >&5 2890 2398 2891 ac_cv_lib_fl_yywrap=no 2892 fi 2893 2894 rm -f core conftest.err conftest.$ac_objext \ 2399 ac_cv_lib_fl_yywrap=no 2400 fi 2401 rm -f conftest.err conftest.$ac_objext \ 2895 2402 conftest$ac_exeext conftest.$ac_ext 2896 2403 LIBS=$ac_check_lib_save_LIBS 2897 2404 fi 2898 {echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&52899 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6 ; }2405 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5 2406 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6 2900 2407 if test $ac_cv_lib_fl_yywrap = yes; then 2901 2408 LEXLIB="-lfl" 2902 2409 else 2903 {echo "$as_me:$LINENO: checking for yywrap in -ll" >&52904 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6 ; }2410 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5 2411 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6 2905 2412 if test "${ac_cv_lib_l_yywrap+set}" = set; then 2906 2413 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2915 2422 /* end confdefs.h. */ 2916 2423 2917 /* Override any GCC internal prototype to avoid an error. 2918 Use char because int might match the return type of a GCC 2919 builtin and then its argument prototype would still apply. */ 2424 /* Override any gcc2 internal prototype to avoid an error. */ 2920 2425 #ifdef __cplusplus 2921 2426 extern "C" 2922 2427 #endif 2428 /* We use char because int might match the return type of a gcc2 2429 builtin and then its argument prototype would still apply. */ 2923 2430 char yywrap (); 2924 2431 int 2925 2432 main () 2926 2433 { 2927 returnyywrap ();2434 yywrap (); 2928 2435 ; 2929 2436 return 0; … … 2931 2438 _ACEOF 2932 2439 rm -f conftest.$ac_objext conftest$ac_exeext 2933 if { (ac_try="$ac_link" 2934 case "(($ac_try" in 2935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2936 *) ac_try_echo=$ac_try;; 2937 esac 2938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2939 (eval "$ac_link") 2>conftest.er1 2440 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2441 (eval $ac_link) 2>conftest.er1 2940 2442 ac_status=$? 2941 2443 grep -v '^ *+' conftest.er1 >conftest.err … … 2944 2446 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2945 2447 (exit $ac_status); } && 2946 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2947 { (case "(($ac_try" in 2948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2949 *) ac_try_echo=$ac_try;; 2950 esac 2951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2952 (eval "$ac_try") 2>&5 2448 { ac_try='test -z "$ac_c_werror_flag" 2449 || test ! -s conftest.err' 2450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2451 (eval $ac_try) 2>&5 2953 2452 ac_status=$? 2954 2453 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2955 2454 (exit $ac_status); }; } && 2956 2455 { ac_try='test -s conftest$ac_exeext' 2957 { (case "(($ac_try" in 2958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2959 *) ac_try_echo=$ac_try;; 2960 esac 2961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2962 (eval "$ac_try") 2>&5 2456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2457 (eval $ac_try) 2>&5 2963 2458 ac_status=$? 2964 2459 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 2969 2464 sed 's/^/| /' conftest.$ac_ext >&5 2970 2465 2971 ac_cv_lib_l_yywrap=no 2972 fi 2973 2974 rm -f core conftest.err conftest.$ac_objext \ 2466 ac_cv_lib_l_yywrap=no 2467 fi 2468 rm -f conftest.err conftest.$ac_objext \ 2975 2469 conftest$ac_exeext conftest.$ac_ext 2976 2470 LIBS=$ac_check_lib_save_LIBS 2977 2471 fi 2978 {echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&52979 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6 ; }2472 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5 2473 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6 2980 2474 if test $ac_cv_lib_l_yywrap = yes; then 2981 2475 LEXLIB="-ll" … … 2987 2481 2988 2482 if test "x$LEX" != "x:"; then 2989 {echo "$as_me:$LINENO: checking lex output file root" >&52990 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6 ; }2483 echo "$as_me:$LINENO: checking lex output file root" >&5 2484 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6 2991 2485 if test "${ac_cv_prog_lex_root+set}" = set; then 2992 2486 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 2998 2492 %% 2999 2493 _ACEOF 3000 { (ac_try="$LEX conftest.l" 3001 case "(($ac_try" in 3002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3003 *) ac_try_echo=$ac_try;; 3004 esac 3005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3006 (eval "$LEX conftest.l") 2>&5 2494 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5 2495 (eval $LEX conftest.l) 2>&5 3007 2496 ac_status=$? 3008 2497 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3018 2507 fi 3019 2508 fi 3020 {echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&53021 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6 ; }2509 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5 2510 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6 3022 2511 rm -f conftest.l 3023 2512 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root 3024 2513 3025 {echo "$as_me:$LINENO: checking whether yytext is a pointer" >&53026 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6 ; }2514 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5 2515 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6 3027 2516 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then 3028 2517 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3039 2528 _ACEOF 3040 2529 rm -f conftest.$ac_objext conftest$ac_exeext 3041 if { (ac_try="$ac_link" 3042 case "(($ac_try" in 3043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3044 *) ac_try_echo=$ac_try;; 3045 esac 3046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3047 (eval "$ac_link") 2>conftest.er1 2530 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2531 (eval $ac_link) 2>conftest.er1 3048 2532 ac_status=$? 3049 2533 grep -v '^ *+' conftest.er1 >conftest.err … … 3052 2536 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3053 2537 (exit $ac_status); } && 3054 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3055 { (case "(($ac_try" in 3056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3057 *) ac_try_echo=$ac_try;; 3058 esac 3059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3060 (eval "$ac_try") 2>&5 2538 { ac_try='test -z "$ac_c_werror_flag" 2539 || test ! -s conftest.err' 2540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2541 (eval $ac_try) 2>&5 3061 2542 ac_status=$? 3062 2543 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3063 2544 (exit $ac_status); }; } && 3064 2545 { ac_try='test -s conftest$ac_exeext' 3065 { (case "(($ac_try" in 3066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3067 *) ac_try_echo=$ac_try;; 3068 esac 3069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3070 (eval "$ac_try") 2>&5 2546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2547 (eval $ac_try) 2>&5 3071 2548 ac_status=$? 3072 2549 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3077 2554 sed 's/^/| /' conftest.$ac_ext >&5 3078 2555 3079 3080 fi 3081 3082 rm -f core conftest.err conftest.$ac_objext \ 2556 fi 2557 rm -f conftest.err conftest.$ac_objext \ 3083 2558 conftest$ac_exeext conftest.$ac_ext 3084 2559 LIBS=$ac_save_LIBS … … 3086 2561 3087 2562 fi 3088 {echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&53089 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6 ; }2563 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5 2564 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6 3090 2565 if test $ac_cv_prog_lex_yytext_pointer = yes; then 3091 2566 … … 3101 2576 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 3102 2577 set dummy ${ac_tool_prefix}ar; ac_word=$2 3103 {echo "$as_me:$LINENO: checking for $ac_word" >&53104 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }2578 echo "$as_me:$LINENO: checking for $ac_word" >&5 2579 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3105 2580 if test "${ac_cv_prog_AR+set}" = set; then 3106 2581 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3115 2590 test -z "$as_dir" && as_dir=. 3116 2591 for ac_exec_ext in '' $ac_executable_extensions; do 3117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then2592 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3118 2593 ac_cv_prog_AR="${ac_tool_prefix}ar" 3119 2594 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3122 2597 done 3123 2598 done 3124 IFS=$as_save_IFS3125 2599 3126 2600 fi … … 3128 2602 AR=$ac_cv_prog_AR 3129 2603 if test -n "$AR"; then 3130 { echo "$as_me:$LINENO: result: $AR" >&5 3131 echo "${ECHO_T}$AR" >&6; } 3132 else 3133 { echo "$as_me:$LINENO: result: no" >&5 3134 echo "${ECHO_T}no" >&6; } 3135 fi 3136 2604 echo "$as_me:$LINENO: result: $AR" >&5 2605 echo "${ECHO_T}$AR" >&6 2606 else 2607 echo "$as_me:$LINENO: result: no" >&5 2608 echo "${ECHO_T}no" >&6 2609 fi 3137 2610 3138 2611 fi … … 3141 2614 # Extract the first word of "ar", so it can be a program name with args. 3142 2615 set dummy ar; ac_word=$2 3143 {echo "$as_me:$LINENO: checking for $ac_word" >&53144 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }2616 echo "$as_me:$LINENO: checking for $ac_word" >&5 2617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3145 2618 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 3146 2619 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3155 2628 test -z "$as_dir" && as_dir=. 3156 2629 for ac_exec_ext in '' $ac_executable_extensions; do 3157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then2630 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3158 2631 ac_cv_prog_ac_ct_AR="ar" 3159 2632 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3162 2635 done 3163 2636 done 3164 IFS=$as_save_IFS3165 2637 3166 2638 fi … … 3168 2640 ac_ct_AR=$ac_cv_prog_ac_ct_AR 3169 2641 if test -n "$ac_ct_AR"; then 3170 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 3171 echo "${ECHO_T}$ac_ct_AR" >&6; } 3172 else 3173 { echo "$as_me:$LINENO: result: no" >&5 3174 echo "${ECHO_T}no" >&6; } 3175 fi 3176 3177 if test "x$ac_ct_AR" = x; then 3178 AR="" 3179 else 3180 case $cross_compiling:$ac_tool_warned in 3181 yes:) 3182 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3183 whose name does not start with the host triplet. If you think this 3184 configuration is useful to you, please write to autoconf@gnu.org." >&5 3185 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3186 whose name does not start with the host triplet. If you think this 3187 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3188 ac_tool_warned=yes ;; 3189 esac 3190 AR=$ac_ct_AR 3191 fi 2642 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 2643 echo "${ECHO_T}$ac_ct_AR" >&6 2644 else 2645 echo "$as_me:$LINENO: result: no" >&5 2646 echo "${ECHO_T}no" >&6 2647 fi 2648 2649 AR=$ac_ct_AR 3192 2650 else 3193 2651 AR="$ac_cv_prog_AR" … … 3197 2655 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3198 2656 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3199 {echo "$as_me:$LINENO: checking for $ac_word" >&53200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }2657 echo "$as_me:$LINENO: checking for $ac_word" >&5 2658 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3201 2659 if test "${ac_cv_prog_RANLIB+set}" = set; then 3202 2660 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3211 2669 test -z "$as_dir" && as_dir=. 3212 2670 for ac_exec_ext in '' $ac_executable_extensions; do 3213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then2671 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3214 2672 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3215 2673 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3218 2676 done 3219 2677 done 3220 IFS=$as_save_IFS3221 2678 3222 2679 fi … … 3224 2681 RANLIB=$ac_cv_prog_RANLIB 3225 2682 if test -n "$RANLIB"; then 3226 { echo "$as_me:$LINENO: result: $RANLIB" >&5 3227 echo "${ECHO_T}$RANLIB" >&6; } 3228 else 3229 { echo "$as_me:$LINENO: result: no" >&5 3230 echo "${ECHO_T}no" >&6; } 3231 fi 3232 2683 echo "$as_me:$LINENO: result: $RANLIB" >&5 2684 echo "${ECHO_T}$RANLIB" >&6 2685 else 2686 echo "$as_me:$LINENO: result: no" >&5 2687 echo "${ECHO_T}no" >&6 2688 fi 3233 2689 3234 2690 fi … … 3237 2693 # Extract the first word of "ranlib", so it can be a program name with args. 3238 2694 set dummy ranlib; ac_word=$2 3239 {echo "$as_me:$LINENO: checking for $ac_word" >&53240 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }2695 echo "$as_me:$LINENO: checking for $ac_word" >&5 2696 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3241 2697 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3242 2698 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 3251 2707 test -z "$as_dir" && as_dir=. 3252 2708 for ac_exec_ext in '' $ac_executable_extensions; do 3253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then2709 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3254 2710 ac_cv_prog_ac_ct_RANLIB="ranlib" 3255 2711 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3258 2714 done 3259 2715 done 3260 IFS=$as_save_IFS 3261 2716 2717 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" 3262 2718 fi 3263 2719 fi 3264 2720 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3265 2721 if test -n "$ac_ct_RANLIB"; then 3266 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 3267 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 3268 else 3269 { echo "$as_me:$LINENO: result: no" >&5 3270 echo "${ECHO_T}no" >&6; } 3271 fi 3272 3273 if test "x$ac_ct_RANLIB" = x; then 3274 RANLIB=":" 3275 else 3276 case $cross_compiling:$ac_tool_warned in 3277 yes:) 3278 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3279 whose name does not start with the host triplet. If you think this 3280 configuration is useful to you, please write to autoconf@gnu.org." >&5 3281 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3282 whose name does not start with the host triplet. If you think this 3283 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3284 ac_tool_warned=yes ;; 3285 esac 3286 RANLIB=$ac_ct_RANLIB 3287 fi 2722 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 2723 echo "${ECHO_T}$ac_ct_RANLIB" >&6 2724 else 2725 echo "$as_me:$LINENO: result: no" >&5 2726 echo "${ECHO_T}no" >&6 2727 fi 2728 2729 RANLIB=$ac_ct_RANLIB 3288 2730 else 3289 2731 RANLIB="$ac_cv_prog_RANLIB" … … 3293 2735 # 3294 2736 ac_aux_dir= 3295 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do3296 if test -f "$ac_dir/install-sh"; then2737 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 2738 if test -f $ac_dir/install-sh; then 3297 2739 ac_aux_dir=$ac_dir 3298 2740 ac_install_sh="$ac_aux_dir/install-sh -c" 3299 2741 break 3300 elif test -f "$ac_dir/install.sh"; then2742 elif test -f $ac_dir/install.sh; then 3301 2743 ac_aux_dir=$ac_dir 3302 2744 ac_install_sh="$ac_aux_dir/install.sh -c" 3303 2745 break 3304 elif test -f "$ac_dir/shtool"; then2746 elif test -f $ac_dir/shtool; then 3305 2747 ac_aux_dir=$ac_dir 3306 2748 ac_install_sh="$ac_aux_dir/shtool install -c" … … 3309 2751 done 3310 2752 if test -z "$ac_aux_dir"; then 3311 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&53312 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}2753 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 2754 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 3313 2755 { (exit 1); exit 1; }; } 3314 2756 fi 3315 3316 # These three variables are undocumented and unsupported, 3317 # and are intended to be withdrawn in a future Autoconf release. 3318 # They can cause serious problems if a builder's source tree is in a directory 3319 # whose full name contains unusual characters. 3320 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 3321 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 3322 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 3323 2757 ac_config_guess="$SHELL $ac_aux_dir/config.guess" 2758 ac_config_sub="$SHELL $ac_aux_dir/config.sub" 2759 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 3324 2760 3325 2761 # Make sure we can run config.sub. 3326 $ SHELL "$ac_aux_dir/config.sub"sun4 >/dev/null 2>&1 ||3327 { { echo "$as_me:$LINENO: error: cannot run $ SHELL $ac_aux_dir/config.sub" >&53328 echo "$as_me: error: cannot run $ SHELL $ac_aux_dir/config.sub" >&2;}2762 $ac_config_sub sun4 >/dev/null 2>&1 || 2763 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 2764 echo "$as_me: error: cannot run $ac_config_sub" >&2;} 3329 2765 { (exit 1); exit 1; }; } 3330 2766 3331 {echo "$as_me:$LINENO: checking build system type" >&53332 echo $ECHO_N "checking build system type... $ECHO_C" >&6 ; }2767 echo "$as_me:$LINENO: checking build system type" >&5 2768 echo $ECHO_N "checking build system type... $ECHO_C" >&6 3333 2769 if test "${ac_cv_build+set}" = set; then 3334 2770 echo $ECHO_N "(cached) $ECHO_C" >&6 3335 2771 else 3336 ac_ build_alias=$build_alias3337 test "x$ac_build_alias" = x&&3338 ac_ build_alias=`$SHELL "$ac_aux_dir/config.guess"`3339 test "x$ac_build_alias" = x&&2772 ac_cv_build_alias=$build_alias 2773 test -z "$ac_cv_build_alias" && 2774 ac_cv_build_alias=`$ac_config_guess` 2775 test -z "$ac_cv_build_alias" && 3340 2776 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 3341 2777 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 3342 2778 { (exit 1); exit 1; }; } 3343 ac_cv_build=`$ SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||3344 { { echo "$as_me:$LINENO: error: $ SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&53345 echo "$as_me: error: $ SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}2779 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 2780 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 2781 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} 3346 2782 { (exit 1); exit 1; }; } 3347 2783 3348 2784 fi 3349 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 3350 echo "${ECHO_T}$ac_cv_build" >&6; } 3351 case $ac_cv_build in 3352 *-*-*) ;; 3353 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 3354 echo "$as_me: error: invalid value of canonical build" >&2;} 3355 { (exit 1); exit 1; }; };; 3356 esac 2785 echo "$as_me:$LINENO: result: $ac_cv_build" >&5 2786 echo "${ECHO_T}$ac_cv_build" >&6 3357 2787 build=$ac_cv_build 3358 ac_save_IFS=$IFS; IFS='-' 3359 set x $ac_cv_build 3360 shift 3361 build_cpu=$1 3362 build_vendor=$2 3363 shift; shift 3364 # Remember, the first character of IFS is used to create $*, 3365 # except with old shells: 3366 build_os=$* 3367 IFS=$ac_save_IFS 3368 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 3369 3370 3371 { echo "$as_me:$LINENO: checking host system type" >&5 3372 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 2788 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 2789 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 2790 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 2791 2792 2793 echo "$as_me:$LINENO: checking host system type" >&5 2794 echo $ECHO_N "checking host system type... $ECHO_C" >&6 3373 2795 if test "${ac_cv_host+set}" = set; then 3374 2796 echo $ECHO_N "(cached) $ECHO_C" >&6 3375 2797 else 3376 if test "x$host_alias" = x; then3377 ac_cv_host=$ac_cv_build 3378 else 3379 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||3380 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&53381 echo "$as_me: error: $ SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}2798 ac_cv_host_alias=$host_alias 2799 test -z "$ac_cv_host_alias" && 2800 ac_cv_host_alias=$ac_cv_build_alias 2801 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 2802 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 2803 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 3382 2804 { (exit 1); exit 1; }; } 3383 fi 3384 3385 fi 3386 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 3387 echo "${ECHO_T}$ac_cv_host" >&6; } 3388 case $ac_cv_host in 3389 *-*-*) ;; 3390 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 3391 echo "$as_me: error: invalid value of canonical host" >&2;} 3392 { (exit 1); exit 1; }; };; 3393 esac 2805 2806 fi 2807 echo "$as_me:$LINENO: result: $ac_cv_host" >&5 2808 echo "${ECHO_T}$ac_cv_host" >&6 3394 2809 host=$ac_cv_host 3395 ac_save_IFS=$IFS; IFS='-' 3396 set x $ac_cv_host 3397 shift 3398 host_cpu=$1 3399 host_vendor=$2 3400 shift; shift 3401 # Remember, the first character of IFS is used to create $*, 3402 # except with old shells: 3403 host_os=$* 3404 IFS=$ac_save_IFS 3405 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 3406 3407 3408 { echo "$as_me:$LINENO: checking target system type" >&5 3409 echo $ECHO_N "checking target system type... $ECHO_C" >&6; } 2810 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 2811 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 2812 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 2813 2814 2815 echo "$as_me:$LINENO: checking target system type" >&5 2816 echo $ECHO_N "checking target system type... $ECHO_C" >&6 3410 2817 if test "${ac_cv_target+set}" = set; then 3411 2818 echo $ECHO_N "(cached) $ECHO_C" >&6 3412 2819 else 3413 if test "x$target_alias" = x; then3414 ac_cv_target=$ac_cv_host 3415 else 3416 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||3417 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&53418 echo "$as_me: error: $ SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}2820 ac_cv_target_alias=$target_alias 2821 test "x$ac_cv_target_alias" = "x" && 2822 ac_cv_target_alias=$ac_cv_host_alias 2823 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || 2824 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5 2825 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} 3419 2826 { (exit 1); exit 1; }; } 3420 fi 3421 3422 fi 3423 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5 3424 echo "${ECHO_T}$ac_cv_target" >&6; } 3425 case $ac_cv_target in 3426 *-*-*) ;; 3427 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 3428 echo "$as_me: error: invalid value of canonical target" >&2;} 3429 { (exit 1); exit 1; }; };; 3430 esac 2827 2828 fi 2829 echo "$as_me:$LINENO: result: $ac_cv_target" >&5 2830 echo "${ECHO_T}$ac_cv_target" >&6 3431 2831 target=$ac_cv_target 3432 ac_save_IFS=$IFS; IFS='-' 3433 set x $ac_cv_target 3434 shift 3435 target_cpu=$1 3436 target_vendor=$2 3437 shift; shift 3438 # Remember, the first character of IFS is used to create $*, 3439 # except with old shells: 3440 target_os=$* 3441 IFS=$ac_save_IFS 3442 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac 2832 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 2833 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 2834 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 3443 2835 3444 2836 … … 3464 2856 LIBS="$LIBS -liconv" 3465 2857 result='no' 3466 {echo "$as_me:$LINENO: checking checking for libiconv" >&53467 echo $ECHO_N "checking checking for libiconv... $ECHO_C" >&6 ; }2858 echo "$as_me:$LINENO: checking checking for libiconv" >&5 2859 echo $ECHO_N "checking checking for libiconv... $ECHO_C" >&6 3468 2860 cat >conftest.$ac_ext <<_ACEOF 3469 2861 /* confdefs.h. */ … … 3489 2881 _ACEOF 3490 2882 rm -f conftest.$ac_objext conftest$ac_exeext 3491 if { (ac_try="$ac_link" 3492 case "(($ac_try" in 3493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3494 *) ac_try_echo=$ac_try;; 3495 esac 3496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3497 (eval "$ac_link") 2>conftest.er1 2883 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2884 (eval $ac_link) 2>conftest.er1 3498 2885 ac_status=$? 3499 2886 grep -v '^ *+' conftest.er1 >conftest.err … … 3502 2889 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3503 2890 (exit $ac_status); } && 3504 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3505 { (case "(($ac_try" in 3506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3507 *) ac_try_echo=$ac_try;; 3508 esac 3509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3510 (eval "$ac_try") 2>&5 2891 { ac_try='test -z "$ac_c_werror_flag" 2892 || test ! -s conftest.err' 2893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2894 (eval $ac_try) 2>&5 3511 2895 ac_status=$? 3512 2896 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3513 2897 (exit $ac_status); }; } && 3514 2898 { ac_try='test -s conftest$ac_exeext' 3515 { (case "(($ac_try" in 3516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3517 *) ac_try_echo=$ac_try;; 3518 esac 3519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3520 (eval "$ac_try") 2>&5 2899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2900 (eval $ac_try) 2>&5 3521 2901 ac_status=$? 3522 2902 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3531 2911 sed 's/^/| /' conftest.$ac_ext >&5 3532 2912 3533 LIBS="$SAVE_LIBS" 3534 fi 3535 3536 rm -f core conftest.err conftest.$ac_objext \ 2913 LIBS="$SAVE_LIBS" 2914 fi 2915 rm -f conftest.err conftest.$ac_objext \ 3537 2916 conftest$ac_exeext conftest.$ac_ext 3538 {echo "$as_me:$LINENO: result: $result" >&53539 echo "${ECHO_T}$result" >&6 ; }2917 echo "$as_me:$LINENO: result: $result" >&5 2918 echo "${ECHO_T}$result" >&6 3540 2919 3541 2920 3542 2921 HAVE_DLOPEN='no' 3543 {echo "$as_me:$LINENO: checking checking for dlopen" >&53544 echo $ECHO_N "checking checking for dlopen... $ECHO_C" >&6 ; }2922 echo "$as_me:$LINENO: checking checking for dlopen" >&5 2923 echo $ECHO_N "checking checking for dlopen... $ECHO_C" >&6 3545 2924 cat >conftest.$ac_ext <<_ACEOF 3546 2925 /* confdefs.h. */ … … 3568 2947 _ACEOF 3569 2948 rm -f conftest.$ac_objext conftest$ac_exeext 3570 if { (ac_try="$ac_link" 3571 case "(($ac_try" in 3572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3573 *) ac_try_echo=$ac_try;; 3574 esac 3575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3576 (eval "$ac_link") 2>conftest.er1 2949 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2950 (eval $ac_link) 2>conftest.er1 3577 2951 ac_status=$? 3578 2952 grep -v '^ *+' conftest.er1 >conftest.err … … 3581 2955 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3582 2956 (exit $ac_status); } && 3583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3584 { (case "(($ac_try" in 3585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3586 *) ac_try_echo=$ac_try;; 3587 esac 3588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3589 (eval "$ac_try") 2>&5 2957 { ac_try='test -z "$ac_c_werror_flag" 2958 || test ! -s conftest.err' 2959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2960 (eval $ac_try) 2>&5 3590 2961 ac_status=$? 3591 2962 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3592 2963 (exit $ac_status); }; } && 3593 2964 { ac_try='test -s conftest$ac_exeext' 3594 { (case "(($ac_try" in 3595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3596 *) ac_try_echo=$ac_try;; 3597 esac 3598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3599 (eval "$ac_try") 2>&5 2965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2966 (eval $ac_try) 2>&5 3600 2967 ac_status=$? 3601 2968 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3606 2973 sed 's/^/| /' conftest.$ac_ext >&5 3607 2974 3608 SAVE_LIBS="$LIBS"2975 SAVE_LIBS="$LIBS" 3609 2976 LIBS="$LIBS -ldl" 3610 2977 cat >conftest.$ac_ext <<_ACEOF … … 3633 3000 _ACEOF 3634 3001 rm -f conftest.$ac_objext conftest$ac_exeext 3635 if { (ac_try="$ac_link" 3636 case "(($ac_try" in 3637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3638 *) ac_try_echo=$ac_try;; 3639 esac 3640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3641 (eval "$ac_link") 2>conftest.er1 3002 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3003 (eval $ac_link) 2>conftest.er1 3642 3004 ac_status=$? 3643 3005 grep -v '^ *+' conftest.er1 >conftest.err … … 3646 3008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3647 3009 (exit $ac_status); } && 3648 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3649 { (case "(($ac_try" in 3650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3651 *) ac_try_echo=$ac_try;; 3652 esac 3653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3654 (eval "$ac_try") 2>&5 3010 { ac_try='test -z "$ac_c_werror_flag" 3011 || test ! -s conftest.err' 3012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3013 (eval $ac_try) 2>&5 3655 3014 ac_status=$? 3656 3015 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3657 3016 (exit $ac_status); }; } && 3658 3017 { ac_try='test -s conftest$ac_exeext' 3659 { (case "(($ac_try" in 3660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3661 *) ac_try_echo=$ac_try;; 3662 esac 3663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3664 (eval "$ac_try") 2>&5 3018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3019 (eval $ac_try) 2>&5 3665 3020 ac_status=$? 3666 3021 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 3672 3027 sed 's/^/| /' conftest.$ac_ext >&5 3673 3028 3674 3675 fi 3676 3677 rm -f core conftest.err conftest.$ac_objext \ 3029 fi 3030 rm -f conftest.err conftest.$ac_objext \ 3678 3031 conftest$ac_exeext conftest.$ac_ext 3679 3032 LIBS="$SAVE_LIBS" 3680 3033 fi 3681 3682 rm -f core conftest.err conftest.$ac_objext \ 3034 rm -f conftest.err conftest.$ac_objext \ 3683 3035 conftest$ac_exeext conftest.$ac_ext 3684 {echo "$as_me:$LINENO: result: $HAVE_DLOPEN" >&53685 echo "${ECHO_T}$HAVE_DLOPEN" >&6 ; }3036 echo "$as_me:$LINENO: result: $HAVE_DLOPEN" >&5 3037 echo "${ECHO_T}$HAVE_DLOPEN" >&6 3686 3038 3687 3039 … … 3692 3044 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3693 3045 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3694 {echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53695 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 ; }3046 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3047 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 3696 3048 # On Suns, sometimes $CPP names a directory. 3697 3049 if test -n "$CPP" && test -d "$CPP"; then … … 3727 3079 Syntax error 3728 3080 _ACEOF 3729 if { (ac_try="$ac_cpp conftest.$ac_ext" 3730 case "(($ac_try" in 3731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3732 *) ac_try_echo=$ac_try;; 3733 esac 3734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3735 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3081 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3082 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3736 3083 ac_status=$? 3737 3084 grep -v '^ *+' conftest.er1 >conftest.err … … 3758 3105 continue 3759 3106 fi 3760 3761 3107 rm -f conftest.err conftest.$ac_ext 3762 3108 3763 # OK, works on sane cases. Now check whether non existent headers3109 # OK, works on sane cases. Now check whether non-existent headers 3764 3110 # can be detected and how. 3765 3111 cat >conftest.$ac_ext <<_ACEOF … … 3771 3117 #include <ac_nonexistent.h> 3772 3118 _ACEOF 3773 if { (ac_try="$ac_cpp conftest.$ac_ext" 3774 case "(($ac_try" in 3775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3776 *) ac_try_echo=$ac_try;; 3777 esac 3778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3779 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3119 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3120 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3780 3121 ac_status=$? 3781 3122 grep -v '^ *+' conftest.er1 >conftest.err … … 3804 3145 break 3805 3146 fi 3806 3807 3147 rm -f conftest.err conftest.$ac_ext 3808 3148 … … 3822 3162 ac_cv_prog_CPP=$CPP 3823 3163 fi 3824 {echo "$as_me:$LINENO: result: $CPP" >&53825 echo "${ECHO_T}$CPP" >&6 ; }3164 echo "$as_me:$LINENO: result: $CPP" >&5 3165 echo "${ECHO_T}$CPP" >&6 3826 3166 ac_preproc_ok=false 3827 3167 for ac_c_preproc_warn_flag in '' yes … … 3846 3186 Syntax error 3847 3187 _ACEOF 3848 if { (ac_try="$ac_cpp conftest.$ac_ext" 3849 case "(($ac_try" in 3850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3851 *) ac_try_echo=$ac_try;; 3852 esac 3853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3854 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3188 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3189 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3855 3190 ac_status=$? 3856 3191 grep -v '^ *+' conftest.er1 >conftest.err … … 3877 3212 continue 3878 3213 fi 3879 3880 3214 rm -f conftest.err conftest.$ac_ext 3881 3215 3882 # OK, works on sane cases. Now check whether non existent headers3216 # OK, works on sane cases. Now check whether non-existent headers 3883 3217 # can be detected and how. 3884 3218 cat >conftest.$ac_ext <<_ACEOF … … 3890 3224 #include <ac_nonexistent.h> 3891 3225 _ACEOF 3892 if { (ac_try="$ac_cpp conftest.$ac_ext" 3893 case "(($ac_try" in 3894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3895 *) ac_try_echo=$ac_try;; 3896 esac 3897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3898 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3226 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3227 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3899 3228 ac_status=$? 3900 3229 grep -v '^ *+' conftest.er1 >conftest.err … … 3923 3252 break 3924 3253 fi 3925 3926 3254 rm -f conftest.err conftest.$ac_ext 3927 3255 … … 3946 3274 3947 3275 3948 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&53949 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }3950 if test "${ac_cv_p ath_GREP+set}" = set; then3276 echo "$as_me:$LINENO: checking for egrep" >&5 3277 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3278 if test "${ac_cv_prog_egrep+set}" = set; then 3951 3279 echo $ECHO_N "(cached) $ECHO_C" >&6 3952 3280 else 3953 # Extract the first word of "grep ggrep" to use in msg output 3954 if test -z "$GREP"; then 3955 set dummy grep ggrep; ac_prog_name=$2 3956 if test "${ac_cv_path_GREP+set}" = set; then 3957 echo $ECHO_N "(cached) $ECHO_C" >&6 3958 else 3959 ac_path_GREP_found=false 3960 # Loop through the user's path and test for each of PROGNAME-LIST 3961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3962 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3963 do 3964 IFS=$as_save_IFS 3965 test -z "$as_dir" && as_dir=. 3966 for ac_prog in grep ggrep; do 3967 for ac_exec_ext in '' $ac_executable_extensions; do 3968 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3969 { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue 3970 # Check for GNU ac_path_GREP and select it if it is found. 3971 # Check for GNU $ac_path_GREP 3972 case `"$ac_path_GREP" --version 2>&1` in 3973 *GNU*) 3974 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 3975 *) 3976 ac_count=0 3977 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 3978 while : 3979 do 3980 cat "conftest.in" "conftest.in" >"conftest.tmp" 3981 mv "conftest.tmp" "conftest.in" 3982 cp "conftest.in" "conftest.nl" 3983 echo 'GREP' >> "conftest.nl" 3984 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3985 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 3986 ac_count=`expr $ac_count + 1` 3987 if test $ac_count -gt ${ac_path_GREP_max-0}; then 3988 # Best one so far, save it but keep looking for a better one 3989 ac_cv_path_GREP="$ac_path_GREP" 3990 ac_path_GREP_max=$ac_count 3281 if echo a | (grep -E '(a|b)') >/dev/null 2>&1 3282 then ac_cv_prog_egrep='grep -E' 3283 else ac_cv_prog_egrep='egrep' 3991 3284 fi 3992 # 10*(2^10) chars as input seems more than enough 3993 test $ac_count -gt 10 && break 3994 done 3995 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 3996 esac 3997 3998 3999 $ac_path_GREP_found && break 3 4000 done 4001 done 4002 4003 done 4004 IFS=$as_save_IFS 4005 4006 4007 fi 4008 4009 GREP="$ac_cv_path_GREP" 4010 if test -z "$GREP"; then 4011 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4012 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4013 { (exit 1); exit 1; }; } 4014 fi 4015 4016 else 4017 ac_cv_path_GREP=$GREP 4018 fi 4019 4020 4021 fi 4022 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4023 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 4024 GREP="$ac_cv_path_GREP" 4025 4026 4027 { echo "$as_me:$LINENO: checking for egrep" >&5 4028 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 4029 if test "${ac_cv_path_EGREP+set}" = set; then 4030 echo $ECHO_N "(cached) $ECHO_C" >&6 4031 else 4032 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4033 then ac_cv_path_EGREP="$GREP -E" 4034 else 4035 # Extract the first word of "egrep" to use in msg output 4036 if test -z "$EGREP"; then 4037 set dummy egrep; ac_prog_name=$2 4038 if test "${ac_cv_path_EGREP+set}" = set; then 4039 echo $ECHO_N "(cached) $ECHO_C" >&6 4040 else 4041 ac_path_EGREP_found=false 4042 # Loop through the user's path and test for each of PROGNAME-LIST 4043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4044 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4045 do 4046 IFS=$as_save_IFS 4047 test -z "$as_dir" && as_dir=. 4048 for ac_prog in egrep; do 4049 for ac_exec_ext in '' $ac_executable_extensions; do 4050 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4051 { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue 4052 # Check for GNU ac_path_EGREP and select it if it is found. 4053 # Check for GNU $ac_path_EGREP 4054 case `"$ac_path_EGREP" --version 2>&1` in 4055 *GNU*) 4056 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 4057 *) 4058 ac_count=0 4059 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4060 while : 4061 do 4062 cat "conftest.in" "conftest.in" >"conftest.tmp" 4063 mv "conftest.tmp" "conftest.in" 4064 cp "conftest.in" "conftest.nl" 4065 echo 'EGREP' >> "conftest.nl" 4066 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4067 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4068 ac_count=`expr $ac_count + 1` 4069 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 4070 # Best one so far, save it but keep looking for a better one 4071 ac_cv_path_EGREP="$ac_path_EGREP" 4072 ac_path_EGREP_max=$ac_count 4073 fi 4074 # 10*(2^10) chars as input seems more than enough 4075 test $ac_count -gt 10 && break 4076 done 4077 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4078 esac 4079 4080 4081 $ac_path_EGREP_found && break 3 4082 done 4083 done 4084 4085 done 4086 IFS=$as_save_IFS 4087 4088 4089 fi 4090 4091 EGREP="$ac_cv_path_EGREP" 4092 if test -z "$EGREP"; then 4093 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4094 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4095 { (exit 1); exit 1; }; } 4096 fi 4097 4098 else 4099 ac_cv_path_EGREP=$EGREP 4100 fi 4101 4102 4103 fi 4104 fi 4105 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4106 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 4107 EGREP="$ac_cv_path_EGREP" 4108 4109 4110 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4111 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 3285 fi 3286 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 3287 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 3288 EGREP=$ac_cv_prog_egrep 3289 3290 3291 echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3292 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 4112 3293 if test "${ac_cv_header_stdc+set}" = set; then 4113 3294 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4133 3314 _ACEOF 4134 3315 rm -f conftest.$ac_objext 4135 if { (ac_try="$ac_compile" 4136 case "(($ac_try" in 4137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4138 *) ac_try_echo=$ac_try;; 4139 esac 4140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4141 (eval "$ac_compile") 2>conftest.er1 3316 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3317 (eval $ac_compile) 2>conftest.er1 4142 3318 ac_status=$? 4143 3319 grep -v '^ *+' conftest.er1 >conftest.err … … 4146 3322 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4147 3323 (exit $ac_status); } && 4148 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4149 { (case "(($ac_try" in 4150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4151 *) ac_try_echo=$ac_try;; 4152 esac 4153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4154 (eval "$ac_try") 2>&5 3324 { ac_try='test -z "$ac_c_werror_flag" 3325 || test ! -s conftest.err' 3326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3327 (eval $ac_try) 2>&5 4155 3328 ac_status=$? 4156 3329 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4157 3330 (exit $ac_status); }; } && 4158 3331 { ac_try='test -s conftest.$ac_objext' 4159 { (case "(($ac_try" in 4160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4161 *) ac_try_echo=$ac_try;; 4162 esac 4163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4164 (eval "$ac_try") 2>&5 3332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3333 (eval $ac_try) 2>&5 4165 3334 ac_status=$? 4166 3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4171 3340 sed 's/^/| /' conftest.$ac_ext >&5 4172 3341 4173 ac_cv_header_stdc=no 4174 fi 4175 4176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3342 ac_cv_header_stdc=no 3343 fi 3344 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4177 3345 4178 3346 if test $ac_cv_header_stdc = yes; then … … 4230 3398 /* end confdefs.h. */ 4231 3399 #include <ctype.h> 4232 #include <stdlib.h>4233 3400 #if ((' ' & 0x0FF) == 0x020) 4234 3401 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') … … 4250 3417 if (XOR (islower (i), ISLOWER (i)) 4251 3418 || toupper (i) != TOUPPER (i)) 4252 return 2;4253 return 0;3419 exit(2); 3420 exit (0); 4254 3421 } 4255 3422 _ACEOF 4256 3423 rm -f conftest$ac_exeext 4257 if { (ac_try="$ac_link" 4258 case "(($ac_try" in 4259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4260 *) ac_try_echo=$ac_try;; 4261 esac 4262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4263 (eval "$ac_link") 2>&5 3424 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3425 (eval $ac_link) 2>&5 4264 3426 ac_status=$? 4265 3427 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4266 3428 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4267 { (case "(($ac_try" in 4268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4269 *) ac_try_echo=$ac_try;; 4270 esac 4271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4272 (eval "$ac_try") 2>&5 3429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3430 (eval $ac_try) 2>&5 4273 3431 ac_status=$? 4274 3432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4283 3441 ac_cv_header_stdc=no 4284 3442 fi 4285 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4286 fi 4287 4288 4289 fi 4290 fi 4291 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4292 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 3443 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3444 fi 3445 fi 3446 fi 3447 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 3448 echo "${ECHO_T}$ac_cv_header_stdc" >&6 4293 3449 if test $ac_cv_header_stdc = yes; then 4294 3450 … … 4313 3469 do 4314 3470 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4315 {echo "$as_me:$LINENO: checking for $ac_header" >&54316 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 ; }4317 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then3471 echo "$as_me:$LINENO: checking for $ac_header" >&5 3472 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3473 if eval "test \"\${$as_ac_Header+set}\" = set"; then 4318 3474 echo $ECHO_N "(cached) $ECHO_C" >&6 4319 3475 else … … 4329 3485 _ACEOF 4330 3486 rm -f conftest.$ac_objext 4331 if { (ac_try="$ac_compile" 4332 case "(($ac_try" in 4333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4334 *) ac_try_echo=$ac_try;; 4335 esac 4336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4337 (eval "$ac_compile") 2>conftest.er1 3487 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3488 (eval $ac_compile) 2>conftest.er1 4338 3489 ac_status=$? 4339 3490 grep -v '^ *+' conftest.er1 >conftest.err … … 4342 3493 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4343 3494 (exit $ac_status); } && 4344 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4345 { (case "(($ac_try" in 4346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4347 *) ac_try_echo=$ac_try;; 4348 esac 4349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4350 (eval "$ac_try") 2>&5 3495 { ac_try='test -z "$ac_c_werror_flag" 3496 || test ! -s conftest.err' 3497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3498 (eval $ac_try) 2>&5 4351 3499 ac_status=$? 4352 3500 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4353 3501 (exit $ac_status); }; } && 4354 3502 { ac_try='test -s conftest.$ac_objext' 4355 { (case "(($ac_try" in 4356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4357 *) ac_try_echo=$ac_try;; 4358 esac 4359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4360 (eval "$ac_try") 2>&5 3503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3504 (eval $ac_try) 2>&5 4361 3505 ac_status=$? 4362 3506 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4367 3511 sed 's/^/| /' conftest.$ac_ext >&5 4368 3512 4369 eval "$as_ac_Header=no" 4370 fi 4371 4372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4373 fi 4374 ac_res=`eval echo '${'$as_ac_Header'}'` 4375 { echo "$as_me:$LINENO: result: $ac_res" >&5 4376 echo "${ECHO_T}$ac_res" >&6; } 3513 eval "$as_ac_Header=no" 3514 fi 3515 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3516 fi 3517 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 3518 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4377 3519 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4378 3520 cat >>confdefs.h <<_ACEOF … … 4397 3539 do 4398 3540 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4399 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then4400 {echo "$as_me:$LINENO: checking for $ac_header" >&54401 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 ; }4402 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then3541 if eval "test \"\${$as_ac_Header+set}\" = set"; then 3542 echo "$as_me:$LINENO: checking for $ac_header" >&5 3543 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3544 if eval "test \"\${$as_ac_Header+set}\" = set"; then 4403 3545 echo $ECHO_N "(cached) $ECHO_C" >&6 4404 3546 fi 4405 ac_res=`eval echo '${'$as_ac_Header'}'` 4406 { echo "$as_me:$LINENO: result: $ac_res" >&5 4407 echo "${ECHO_T}$ac_res" >&6; } 3547 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 3548 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4408 3549 else 4409 3550 # Is the header compilable? 4410 {echo "$as_me:$LINENO: checking $ac_header usability" >&54411 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 ; }3551 echo "$as_me:$LINENO: checking $ac_header usability" >&5 3552 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4412 3553 cat >conftest.$ac_ext <<_ACEOF 4413 3554 /* confdefs.h. */ … … 4420 3561 _ACEOF 4421 3562 rm -f conftest.$ac_objext 4422 if { (ac_try="$ac_compile" 4423 case "(($ac_try" in 4424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4425 *) ac_try_echo=$ac_try;; 4426 esac 4427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4428 (eval "$ac_compile") 2>conftest.er1 3563 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3564 (eval $ac_compile) 2>conftest.er1 4429 3565 ac_status=$? 4430 3566 grep -v '^ *+' conftest.er1 >conftest.err … … 4433 3569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4434 3570 (exit $ac_status); } && 4435 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4436 { (case "(($ac_try" in 4437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4438 *) ac_try_echo=$ac_try;; 4439 esac 4440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4441 (eval "$ac_try") 2>&5 3571 { ac_try='test -z "$ac_c_werror_flag" 3572 || test ! -s conftest.err' 3573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3574 (eval $ac_try) 2>&5 4442 3575 ac_status=$? 4443 3576 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4444 3577 (exit $ac_status); }; } && 4445 3578 { ac_try='test -s conftest.$ac_objext' 4446 { (case "(($ac_try" in 4447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4448 *) ac_try_echo=$ac_try;; 4449 esac 4450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4451 (eval "$ac_try") 2>&5 3579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3580 (eval $ac_try) 2>&5 4452 3581 ac_status=$? 4453 3582 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4458 3587 sed 's/^/| /' conftest.$ac_ext >&5 4459 3588 4460 ac_header_compiler=no 4461 fi 4462 4463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4464 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4465 echo "${ECHO_T}$ac_header_compiler" >&6; } 3589 ac_header_compiler=no 3590 fi 3591 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3592 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 3593 echo "${ECHO_T}$ac_header_compiler" >&6 4466 3594 4467 3595 # Is the header present? 4468 {echo "$as_me:$LINENO: checking $ac_header presence" >&54469 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 ; }3596 echo "$as_me:$LINENO: checking $ac_header presence" >&5 3597 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4470 3598 cat >conftest.$ac_ext <<_ACEOF 4471 3599 /* confdefs.h. */ … … 4476 3604 #include <$ac_header> 4477 3605 _ACEOF 4478 if { (ac_try="$ac_cpp conftest.$ac_ext" 4479 case "(($ac_try" in 4480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4481 *) ac_try_echo=$ac_try;; 4482 esac 4483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4484 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3606 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3607 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4485 3608 ac_status=$? 4486 3609 grep -v '^ *+' conftest.er1 >conftest.err … … 4506 3629 ac_header_preproc=no 4507 3630 fi 4508 4509 3631 rm -f conftest.err conftest.$ac_ext 4510 {echo "$as_me:$LINENO: result: $ac_header_preproc" >&54511 echo "${ECHO_T}$ac_header_preproc" >&6 ; }3632 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 3633 echo "${ECHO_T}$ac_header_preproc" >&6 4512 3634 4513 3635 # So? What about this header? … … 4533 3655 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4534 3656 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4535 ( cat <<\_ASBOX 3657 ( 3658 cat <<\_ASBOX 4536 3659 ## --------------------------------- ## 4537 3660 ## Report this to BUG-REPORT-ADDRESS ## 4538 3661 ## --------------------------------- ## 4539 3662 _ASBOX 4540 ) | sed "s/^/$as_me: WARNING: /" >&2 3663 ) | 3664 sed "s/^/$as_me: WARNING: /" >&2 4541 3665 ;; 4542 3666 esac 4543 {echo "$as_me:$LINENO: checking for $ac_header" >&54544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 ; }4545 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then3667 echo "$as_me:$LINENO: checking for $ac_header" >&5 3668 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3669 if eval "test \"\${$as_ac_Header+set}\" = set"; then 4546 3670 echo $ECHO_N "(cached) $ECHO_C" >&6 4547 3671 else 4548 3672 eval "$as_ac_Header=\$ac_header_preproc" 4549 3673 fi 4550 ac_res=`eval echo '${'$as_ac_Header'}'` 4551 { echo "$as_me:$LINENO: result: $ac_res" >&5 4552 echo "${ECHO_T}$ac_res" >&6; } 3674 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 3675 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4553 3676 4554 3677 fi … … 4564 3687 4565 3688 # Checks for typedefs, structures, and compiler characteristics. 4566 {echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&54567 echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6 ; }3689 echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5 3690 echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6 4568 3691 if test "${ac_cv_header_stdbool_h+set}" = set; then 4569 3692 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4578 3701 #include <stdbool.h> 4579 3702 #ifndef bool 4580 "error: bool is not defined" 3703 # error bool is not defined 4581 3704 #endif 4582 3705 #ifndef false 4583 "error: false is not defined" 3706 # error false is not defined 4584 3707 #endif 4585 3708 #if false 4586 "error: false is not 0" 3709 # error false is not 0 4587 3710 #endif 4588 3711 #ifndef true 4589 "error: true is not defined" 3712 # error true is not defined 4590 3713 #endif 4591 3714 #if true != 1 4592 "error: true is not 1" 3715 # error true is not 1 4593 3716 #endif 4594 3717 #ifndef __bool_true_false_are_defined 4595 "error: __bool_true_false_are_defined is not defined" 3718 # error __bool_true_false_are_defined is not defined 4596 3719 #endif 4597 3720 … … 4601 3724 char b[false == 0 ? 1 : -1]; 4602 3725 char c[__bool_true_false_are_defined == 1 ? 1 : -1]; 4603 char d[(bool) 0.5 == true ? 1 : -1];3726 char d[(bool) -0.5 == true ? 1 : -1]; 4604 3727 bool e = &s; 4605 char f[(_Bool) 0.0 == false ? 1 : -1];3728 char f[(_Bool) -0.0 == false ? 1 : -1]; 4606 3729 char g[true]; 4607 3730 char h[sizeof (_Bool)]; 4608 3731 char i[sizeof s.t]; 4609 enum { j = false, k = true, l = false * true, m = true * 256 };4610 _Bool n[m];4611 char o[sizeof n == m * sizeof n[0] ? 1 : -1];4612 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];4613 # if defined __xlc__ || defined __GNUC__4614 /* Catch a bug in IBM AIX xlc compiler version 6.0.0.04615 reported by James Lemley on 2005-10-05; see4616 http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html4617 This test is not quite right, since xlc is allowed to4618 reject this program, as the initializer for xlcbug is4619 not one of the forms that C requires support for.4620 However, doing the test right would require a runtime4621 test, and that would make cross-compilation harder.4622 Let us hope that IBM fixes the xlc bug, and also adds4623 support for this kind of constant expression. In the4624 meantime, this test will reject xlc, which is OK, since4625 our stdbool.h substitute should suffice. We also test4626 this with GCC, where it should work, to detect more4627 quickly whether someone messes up the test in the4628 future. */4629 char digs[] = "0123456789";4630 int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);4631 # endif4632 /* Catch a bug in an HP-UX C compiler. See4633 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html4634 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html4635 */4636 _Bool q = true;4637 _Bool *pq = &q;4638 3732 4639 3733 int 4640 3734 main () 4641 3735 { 4642 4643 *pq |= q; 4644 *pq |= ! q; 4645 /* Refer to every declared value, to avoid compiler optimizations. */ 4646 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l 4647 + !m + !n + !o + !p + !q + !pq); 4648 3736 return !a + !b + !c + !d + !e + !f + !g + !h + !i; 4649 3737 ; 4650 3738 return 0; … … 4652 3740 _ACEOF 4653 3741 rm -f conftest.$ac_objext 4654 if { (ac_try="$ac_compile" 4655 case "(($ac_try" in 4656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4657 *) ac_try_echo=$ac_try;; 4658 esac 4659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4660 (eval "$ac_compile") 2>conftest.er1 3742 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3743 (eval $ac_compile) 2>conftest.er1 4661 3744 ac_status=$? 4662 3745 grep -v '^ *+' conftest.er1 >conftest.err … … 4665 3748 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4666 3749 (exit $ac_status); } && 4667 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4668 { (case "(($ac_try" in 4669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4670 *) ac_try_echo=$ac_try;; 4671 esac 4672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4673 (eval "$ac_try") 2>&5 3750 { ac_try='test -z "$ac_c_werror_flag" 3751 || test ! -s conftest.err' 3752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3753 (eval $ac_try) 2>&5 4674 3754 ac_status=$? 4675 3755 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4676 3756 (exit $ac_status); }; } && 4677 3757 { ac_try='test -s conftest.$ac_objext' 4678 { (case "(($ac_try" in 4679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4680 *) ac_try_echo=$ac_try;; 4681 esac 4682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4683 (eval "$ac_try") 2>&5 3758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3759 (eval $ac_try) 2>&5 4684 3760 ac_status=$? 4685 3761 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4690 3766 sed 's/^/| /' conftest.$ac_ext >&5 4691 3767 4692 ac_cv_header_stdbool_h=no 4693 fi 4694 4695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4696 fi 4697 { echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5 4698 echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6; } 4699 { echo "$as_me:$LINENO: checking for _Bool" >&5 4700 echo $ECHO_N "checking for _Bool... $ECHO_C" >&6; } 3768 ac_cv_header_stdbool_h=no 3769 fi 3770 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3771 fi 3772 echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5 3773 echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6 3774 echo "$as_me:$LINENO: checking for _Bool" >&5 3775 echo $ECHO_N "checking for _Bool... $ECHO_C" >&6 4701 3776 if test "${ac_cv_type__Bool+set}" = set; then 4702 3777 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4709 3784 /* end confdefs.h. */ 4710 3785 $ac_includes_default 4711 typedef _Bool ac__type_new_;4712 3786 int 4713 3787 main () 4714 3788 { 4715 if (( ac__type_new_*) 0)3789 if ((_Bool *) 0) 4716 3790 return 0; 4717 if (sizeof ( ac__type_new_))3791 if (sizeof (_Bool)) 4718 3792 return 0; 4719 3793 ; … … 4722 3796 _ACEOF 4723 3797 rm -f conftest.$ac_objext 4724 if { (ac_try="$ac_compile" 4725 case "(($ac_try" in 4726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4727 *) ac_try_echo=$ac_try;; 4728 esac 4729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4730 (eval "$ac_compile") 2>conftest.er1 3798 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3799 (eval $ac_compile) 2>conftest.er1 4731 3800 ac_status=$? 4732 3801 grep -v '^ *+' conftest.er1 >conftest.err … … 4735 3804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4736 3805 (exit $ac_status); } && 4737 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4738 { (case "(($ac_try" in 4739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4740 *) ac_try_echo=$ac_try;; 4741 esac 4742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4743 (eval "$ac_try") 2>&5 3806 { ac_try='test -z "$ac_c_werror_flag" 3807 || test ! -s conftest.err' 3808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3809 (eval $ac_try) 2>&5 4744 3810 ac_status=$? 4745 3811 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4746 3812 (exit $ac_status); }; } && 4747 3813 { ac_try='test -s conftest.$ac_objext' 4748 { (case "(($ac_try" in 4749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4750 *) ac_try_echo=$ac_try;; 4751 esac 4752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4753 (eval "$ac_try") 2>&5 3814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3815 (eval $ac_try) 2>&5 4754 3816 ac_status=$? 4755 3817 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4760 3822 sed 's/^/| /' conftest.$ac_ext >&5 4761 3823 4762 ac_cv_type__Bool=no 4763 fi 4764 4765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4766 fi 4767 { echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5 4768 echo "${ECHO_T}$ac_cv_type__Bool" >&6; } 3824 ac_cv_type__Bool=no 3825 fi 3826 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3827 fi 3828 echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5 3829 echo "${ECHO_T}$ac_cv_type__Bool" >&6 4769 3830 if test $ac_cv_type__Bool = yes; then 4770 3831 … … 4784 3845 fi 4785 3846 4786 {echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&54787 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 ; }3847 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 3848 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 4788 3849 if test "${ac_cv_c_const+set}" = set; then 4789 3850 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4825 3886 4826 3887 *t++ = 0; 4827 if (s) return 0;4828 3888 } 4829 3889 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ … … 4844 3904 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 4845 3905 const int foo = 10; 4846 if (!foo) return 0;4847 3906 } 4848 return !x[0] && !zero.x;4849 3907 #endif 4850 3908 … … 4854 3912 _ACEOF 4855 3913 rm -f conftest.$ac_objext 4856 if { (ac_try="$ac_compile" 4857 case "(($ac_try" in 4858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4859 *) ac_try_echo=$ac_try;; 4860 esac 4861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4862 (eval "$ac_compile") 2>conftest.er1 3914 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3915 (eval $ac_compile) 2>conftest.er1 4863 3916 ac_status=$? 4864 3917 grep -v '^ *+' conftest.er1 >conftest.err … … 4867 3920 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4868 3921 (exit $ac_status); } && 4869 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4870 { (case "(($ac_try" in 4871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4872 *) ac_try_echo=$ac_try;; 4873 esac 4874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4875 (eval "$ac_try") 2>&5 3922 { ac_try='test -z "$ac_c_werror_flag" 3923 || test ! -s conftest.err' 3924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3925 (eval $ac_try) 2>&5 4876 3926 ac_status=$? 4877 3927 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4878 3928 (exit $ac_status); }; } && 4879 3929 { ac_try='test -s conftest.$ac_objext' 4880 { (case "(($ac_try" in 4881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4882 *) ac_try_echo=$ac_try;; 4883 esac 4884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4885 (eval "$ac_try") 2>&5 3930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3931 (eval $ac_try) 2>&5 4886 3932 ac_status=$? 4887 3933 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4892 3938 sed 's/^/| /' conftest.$ac_ext >&5 4893 3939 4894 ac_cv_c_const=no 4895 fi 4896 4897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4898 fi 4899 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 4900 echo "${ECHO_T}$ac_cv_c_const" >&6; } 3940 ac_cv_c_const=no 3941 fi 3942 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3943 fi 3944 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 3945 echo "${ECHO_T}$ac_cv_c_const" >&6 4901 3946 if test $ac_cv_c_const = no; then 4902 3947 … … 4907 3952 fi 4908 3953 4909 {echo "$as_me:$LINENO: checking for size_t" >&54910 echo $ECHO_N "checking for size_t... $ECHO_C" >&6 ; }3954 echo "$as_me:$LINENO: checking for size_t" >&5 3955 echo $ECHO_N "checking for size_t... $ECHO_C" >&6 4911 3956 if test "${ac_cv_type_size_t+set}" = set; then 4912 3957 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 4919 3964 /* end confdefs.h. */ 4920 3965 $ac_includes_default 4921 typedef size_t ac__type_new_;4922 3966 int 4923 3967 main () 4924 3968 { 4925 if (( ac__type_new_*) 0)3969 if ((size_t *) 0) 4926 3970 return 0; 4927 if (sizeof ( ac__type_new_))3971 if (sizeof (size_t)) 4928 3972 return 0; 4929 3973 ; … … 4932 3976 _ACEOF 4933 3977 rm -f conftest.$ac_objext 4934 if { (ac_try="$ac_compile" 4935 case "(($ac_try" in 4936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4937 *) ac_try_echo=$ac_try;; 4938 esac 4939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4940 (eval "$ac_compile") 2>conftest.er1 3978 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3979 (eval $ac_compile) 2>conftest.er1 4941 3980 ac_status=$? 4942 3981 grep -v '^ *+' conftest.er1 >conftest.err … … 4945 3984 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4946 3985 (exit $ac_status); } && 4947 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4948 { (case "(($ac_try" in 4949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4950 *) ac_try_echo=$ac_try;; 4951 esac 4952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4953 (eval "$ac_try") 2>&5 3986 { ac_try='test -z "$ac_c_werror_flag" 3987 || test ! -s conftest.err' 3988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3989 (eval $ac_try) 2>&5 4954 3990 ac_status=$? 4955 3991 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4956 3992 (exit $ac_status); }; } && 4957 3993 { ac_try='test -s conftest.$ac_objext' 4958 { (case "(($ac_try" in 4959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4960 *) ac_try_echo=$ac_try;; 4961 esac 4962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4963 (eval "$ac_try") 2>&5 3994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3995 (eval $ac_try) 2>&5 4964 3996 ac_status=$? 4965 3997 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 4970 4002 sed 's/^/| /' conftest.$ac_ext >&5 4971 4003 4972 ac_cv_type_size_t=no 4973 fi 4974 4975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4976 fi 4977 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 4978 echo "${ECHO_T}$ac_cv_type_size_t" >&6; } 4004 ac_cv_type_size_t=no 4005 fi 4006 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4007 fi 4008 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 4009 echo "${ECHO_T}$ac_cv_type_size_t" >&6 4979 4010 if test $ac_cv_type_size_t = yes; then 4980 4011 : … … 4982 4013 4983 4014 cat >>confdefs.h <<_ACEOF 4984 #define size_t unsigned int4015 #define size_t unsigned 4985 4016 _ACEOF 4986 4017 … … 4993 4024 do 4994 4025 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4995 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then4996 {echo "$as_me:$LINENO: checking for $ac_header" >&54997 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 ; }4998 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then4026 if eval "test \"\${$as_ac_Header+set}\" = set"; then 4027 echo "$as_me:$LINENO: checking for $ac_header" >&5 4028 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4029 if eval "test \"\${$as_ac_Header+set}\" = set"; then 4999 4030 echo $ECHO_N "(cached) $ECHO_C" >&6 5000 4031 fi 5001 ac_res=`eval echo '${'$as_ac_Header'}'` 5002 { echo "$as_me:$LINENO: result: $ac_res" >&5 5003 echo "${ECHO_T}$ac_res" >&6; } 4032 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4033 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5004 4034 else 5005 4035 # Is the header compilable? 5006 {echo "$as_me:$LINENO: checking $ac_header usability" >&55007 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 ; }4036 echo "$as_me:$LINENO: checking $ac_header usability" >&5 4037 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 5008 4038 cat >conftest.$ac_ext <<_ACEOF 5009 4039 /* confdefs.h. */ … … 5016 4046 _ACEOF 5017 4047 rm -f conftest.$ac_objext 5018 if { (ac_try="$ac_compile" 5019 case "(($ac_try" in 5020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5021 *) ac_try_echo=$ac_try;; 5022 esac 5023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5024 (eval "$ac_compile") 2>conftest.er1 4048 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4049 (eval $ac_compile) 2>conftest.er1 5025 4050 ac_status=$? 5026 4051 grep -v '^ *+' conftest.er1 >conftest.err … … 5029 4054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5030 4055 (exit $ac_status); } && 5031 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5032 { (case "(($ac_try" in 5033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5034 *) ac_try_echo=$ac_try;; 5035 esac 5036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5037 (eval "$ac_try") 2>&5 4056 { ac_try='test -z "$ac_c_werror_flag" 4057 || test ! -s conftest.err' 4058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4059 (eval $ac_try) 2>&5 5038 4060 ac_status=$? 5039 4061 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5040 4062 (exit $ac_status); }; } && 5041 4063 { ac_try='test -s conftest.$ac_objext' 5042 { (case "(($ac_try" in 5043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5044 *) ac_try_echo=$ac_try;; 5045 esac 5046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5047 (eval "$ac_try") 2>&5 4064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4065 (eval $ac_try) 2>&5 5048 4066 ac_status=$? 5049 4067 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 5054 4072 sed 's/^/| /' conftest.$ac_ext >&5 5055 4073 5056 ac_header_compiler=no 5057 fi 5058 5059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5060 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5061 echo "${ECHO_T}$ac_header_compiler" >&6; } 4074 ac_header_compiler=no 4075 fi 4076 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4077 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4078 echo "${ECHO_T}$ac_header_compiler" >&6 5062 4079 5063 4080 # Is the header present? 5064 {echo "$as_me:$LINENO: checking $ac_header presence" >&55065 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 ; }4081 echo "$as_me:$LINENO: checking $ac_header presence" >&5 4082 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 5066 4083 cat >conftest.$ac_ext <<_ACEOF 5067 4084 /* confdefs.h. */ … … 5072 4089 #include <$ac_header> 5073 4090 _ACEOF 5074 if { (ac_try="$ac_cpp conftest.$ac_ext" 5075 case "(($ac_try" in 5076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5077 *) ac_try_echo=$ac_try;; 5078 esac 5079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5080 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4091 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4092 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5081 4093 ac_status=$? 5082 4094 grep -v '^ *+' conftest.er1 >conftest.err … … 5102 4114 ac_header_preproc=no 5103 4115 fi 5104 5105 4116 rm -f conftest.err conftest.$ac_ext 5106 {echo "$as_me:$LINENO: result: $ac_header_preproc" >&55107 echo "${ECHO_T}$ac_header_preproc" >&6 ; }4117 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4118 echo "${ECHO_T}$ac_header_preproc" >&6 5108 4119 5109 4120 # So? What about this header? … … 5129 4140 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5130 4141 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5131 ( cat <<\_ASBOX 4142 ( 4143 cat <<\_ASBOX 5132 4144 ## --------------------------------- ## 5133 4145 ## Report this to BUG-REPORT-ADDRESS ## 5134 4146 ## --------------------------------- ## 5135 4147 _ASBOX 5136 ) | sed "s/^/$as_me: WARNING: /" >&2 4148 ) | 4149 sed "s/^/$as_me: WARNING: /" >&2 5137 4150 ;; 5138 4151 esac 5139 {echo "$as_me:$LINENO: checking for $ac_header" >&55140 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 ; }5141 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then4152 echo "$as_me:$LINENO: checking for $ac_header" >&5 4153 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4154 if eval "test \"\${$as_ac_Header+set}\" = set"; then 5142 4155 echo $ECHO_N "(cached) $ECHO_C" >&6 5143 4156 else 5144 4157 eval "$as_ac_Header=\$ac_header_preproc" 5145 4158 fi 5146 ac_res=`eval echo '${'$as_ac_Header'}'` 5147 { echo "$as_me:$LINENO: result: $ac_res" >&5 5148 echo "${ECHO_T}$ac_res" >&6; } 4159 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4160 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5149 4161 5150 4162 fi … … 5158 4170 done 5159 4171 5160 {echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&55161 echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6 ; }4172 echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5 4173 echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6 5162 4174 if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then 5163 4175 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5181 4193 main () 5182 4194 { 5183 return ! malloc (0);4195 exit (malloc (0) ? 0 : 1); 5184 4196 ; 5185 4197 return 0; … … 5187 4199 _ACEOF 5188 4200 rm -f conftest$ac_exeext 5189 if { (ac_try="$ac_link" 5190 case "(($ac_try" in 5191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5192 *) ac_try_echo=$ac_try;; 5193 esac 5194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5195 (eval "$ac_link") 2>&5 4201 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4202 (eval $ac_link) 2>&5 5196 4203 ac_status=$? 5197 4204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5198 4205 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5199 { (case "(($ac_try" in 5200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5201 *) ac_try_echo=$ac_try;; 5202 esac 5203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5204 (eval "$ac_try") 2>&5 4206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4207 (eval $ac_try) 2>&5 5205 4208 ac_status=$? 5206 4209 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 5215 4218 ac_cv_func_malloc_0_nonnull=no 5216 4219 fi 5217 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5218 fi 5219 5220 5221 fi 5222 { echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5 5223 echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6; } 4220 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4221 fi 4222 fi 4223 echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5 4224 echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6 5224 4225 if test $ac_cv_func_malloc_0_nonnull = yes; then 5225 4226 … … 5233 4234 _ACEOF 5234 4235 5235 case " $LIBOBJS " in 4236 case $LIBOBJS in 4237 "malloc.$ac_objext" | \ 4238 *" malloc.$ac_objext" | \ 4239 "malloc.$ac_objext "* | \ 5236 4240 *" malloc.$ac_objext "* ) ;; 5237 *) LIBOBJS="$LIBOBJS malloc.$ac_objext" 5238 ;; 4241 *) LIBOBJS="$LIBOBJS malloc.$ac_objext" ;; 5239 4242 esac 5240 4243 … … 5248 4251 5249 4252 5250 {echo "$as_me:$LINENO: checking for working memcmp" >&55251 echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6 ; }4253 echo "$as_me:$LINENO: checking for working memcmp" >&5 4254 echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6 5252 4255 if test "${ac_cv_func_memcmp_working+set}" = set; then 5253 4256 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5268 4271 5269 4272 /* Some versions of memcmp are not 8-bit clean. */ 5270 char c0 = '\100', c1 = '\200', c2 = '\201';4273 char c0 = 0x40, c1 = 0x80, c2 = 0x81; 5271 4274 if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0) 5272 return 1;4275 exit (1); 5273 4276 5274 4277 /* The Next x86 OpenStep bug shows up only when comparing 16 bytes … … 5286 4289 strcpy (b, "--------10000000"); 5287 4290 if (memcmp (a, b, 16) >= 0) 5288 return 1;4291 exit (1); 5289 4292 } 5290 return 0;4293 exit (0); 5291 4294 } 5292 4295 … … 5296 4299 _ACEOF 5297 4300 rm -f conftest$ac_exeext 5298 if { (ac_try="$ac_link" 5299 case "(($ac_try" in 5300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5301 *) ac_try_echo=$ac_try;; 5302 esac 5303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5304 (eval "$ac_link") 2>&5 4301 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4302 (eval $ac_link) 2>&5 5305 4303 ac_status=$? 5306 4304 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5307 4305 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5308 { (case "(($ac_try" in 5309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5310 *) ac_try_echo=$ac_try;; 5311 esac 5312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5313 (eval "$ac_try") 2>&5 4306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4307 (eval $ac_try) 2>&5 5314 4308 ac_status=$? 5315 4309 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 5324 4318 ac_cv_func_memcmp_working=no 5325 4319 fi 5326 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5327 fi 5328 5329 5330 fi 5331 { echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 5332 echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6; } 5333 test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in 4320 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4321 fi 4322 fi 4323 echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 4324 echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6 4325 test $ac_cv_func_memcmp_working = no && case $LIBOBJS in 4326 "memcmp.$ac_objext" | \ 4327 *" memcmp.$ac_objext" | \ 4328 "memcmp.$ac_objext "* | \ 5334 4329 *" memcmp.$ac_objext "* ) ;; 5335 *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" 5336 ;; 4330 *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" ;; 5337 4331 esac 5338 4332 … … 5342 4336 do 5343 4337 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5344 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then5345 {echo "$as_me:$LINENO: checking for $ac_header" >&55346 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 ; }5347 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then4338 if eval "test \"\${$as_ac_Header+set}\" = set"; then 4339 echo "$as_me:$LINENO: checking for $ac_header" >&5 4340 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4341 if eval "test \"\${$as_ac_Header+set}\" = set"; then 5348 4342 echo $ECHO_N "(cached) $ECHO_C" >&6 5349 4343 fi 5350 ac_res=`eval echo '${'$as_ac_Header'}'` 5351 { echo "$as_me:$LINENO: result: $ac_res" >&5 5352 echo "${ECHO_T}$ac_res" >&6; } 4344 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4345 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5353 4346 else 5354 4347 # Is the header compilable? 5355 {echo "$as_me:$LINENO: checking $ac_header usability" >&55356 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 ; }4348 echo "$as_me:$LINENO: checking $ac_header usability" >&5 4349 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 5357 4350 cat >conftest.$ac_ext <<_ACEOF 5358 4351 /* confdefs.h. */ … … 5365 4358 _ACEOF 5366 4359 rm -f conftest.$ac_objext 5367 if { (ac_try="$ac_compile" 5368 case "(($ac_try" in 5369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5370 *) ac_try_echo=$ac_try;; 5371 esac 5372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5373 (eval "$ac_compile") 2>conftest.er1 4360 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4361 (eval $ac_compile) 2>conftest.er1 5374 4362 ac_status=$? 5375 4363 grep -v '^ *+' conftest.er1 >conftest.err … … 5378 4366 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5379 4367 (exit $ac_status); } && 5380 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5381 { (case "(($ac_try" in 5382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5383 *) ac_try_echo=$ac_try;; 5384 esac 5385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5386 (eval "$ac_try") 2>&5 4368 { ac_try='test -z "$ac_c_werror_flag" 4369 || test ! -s conftest.err' 4370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4371 (eval $ac_try) 2>&5 5387 4372 ac_status=$? 5388 4373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5389 4374 (exit $ac_status); }; } && 5390 4375 { ac_try='test -s conftest.$ac_objext' 5391 { (case "(($ac_try" in 5392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5393 *) ac_try_echo=$ac_try;; 5394 esac 5395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5396 (eval "$ac_try") 2>&5 4376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4377 (eval $ac_try) 2>&5 5397 4378 ac_status=$? 5398 4379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 5403 4384 sed 's/^/| /' conftest.$ac_ext >&5 5404 4385 5405 ac_header_compiler=no 5406 fi 5407 5408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5409 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5410 echo "${ECHO_T}$ac_header_compiler" >&6; } 4386 ac_header_compiler=no 4387 fi 4388 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4389 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4390 echo "${ECHO_T}$ac_header_compiler" >&6 5411 4391 5412 4392 # Is the header present? 5413 {echo "$as_me:$LINENO: checking $ac_header presence" >&55414 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 ; }4393 echo "$as_me:$LINENO: checking $ac_header presence" >&5 4394 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 5415 4395 cat >conftest.$ac_ext <<_ACEOF 5416 4396 /* confdefs.h. */ … … 5421 4401 #include <$ac_header> 5422 4402 _ACEOF 5423 if { (ac_try="$ac_cpp conftest.$ac_ext" 5424 case "(($ac_try" in 5425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5426 *) ac_try_echo=$ac_try;; 5427 esac 5428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5429 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4403 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4404 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5430 4405 ac_status=$? 5431 4406 grep -v '^ *+' conftest.er1 >conftest.err … … 5451 4426 ac_header_preproc=no 5452 4427 fi 5453 5454 4428 rm -f conftest.err conftest.$ac_ext 5455 {echo "$as_me:$LINENO: result: $ac_header_preproc" >&55456 echo "${ECHO_T}$ac_header_preproc" >&6 ; }4429 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4430 echo "${ECHO_T}$ac_header_preproc" >&6 5457 4431 5458 4432 # So? What about this header? … … 5478 4452 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5479 4453 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5480 ( cat <<\_ASBOX 4454 ( 4455 cat <<\_ASBOX 5481 4456 ## --------------------------------- ## 5482 4457 ## Report this to BUG-REPORT-ADDRESS ## 5483 4458 ## --------------------------------- ## 5484 4459 _ASBOX 5485 ) | sed "s/^/$as_me: WARNING: /" >&2 4460 ) | 4461 sed "s/^/$as_me: WARNING: /" >&2 5486 4462 ;; 5487 4463 esac 5488 {echo "$as_me:$LINENO: checking for $ac_header" >&55489 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 ; }5490 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then4464 echo "$as_me:$LINENO: checking for $ac_header" >&5 4465 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4466 if eval "test \"\${$as_ac_Header+set}\" = set"; then 5491 4467 echo $ECHO_N "(cached) $ECHO_C" >&6 5492 4468 else 5493 4469 eval "$as_ac_Header=\$ac_header_preproc" 5494 4470 fi 5495 ac_res=`eval echo '${'$as_ac_Header'}'` 5496 { echo "$as_me:$LINENO: result: $ac_res" >&5 5497 echo "${ECHO_T}$ac_res" >&6; } 4471 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4472 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5498 4473 5499 4474 fi … … 5507 4482 done 5508 4483 5509 {echo "$as_me:$LINENO: checking for GNU libc compatible realloc" >&55510 echo $ECHO_N "checking for GNU libc compatible realloc... $ECHO_C" >&6 ; }4484 echo "$as_me:$LINENO: checking for GNU libc compatible realloc" >&5 4485 echo $ECHO_N "checking for GNU libc compatible realloc... $ECHO_C" >&6 5511 4486 if test "${ac_cv_func_realloc_0_nonnull+set}" = set; then 5512 4487 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5530 4505 main () 5531 4506 { 5532 return ! realloc (0, 0);4507 exit (realloc (0, 0) ? 0 : 1); 5533 4508 ; 5534 4509 return 0; … … 5536 4511 _ACEOF 5537 4512 rm -f conftest$ac_exeext 5538 if { (ac_try="$ac_link" 5539 case "(($ac_try" in 5540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5541 *) ac_try_echo=$ac_try;; 5542 esac 5543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5544 (eval "$ac_link") 2>&5 4513 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4514 (eval $ac_link) 2>&5 5545 4515 ac_status=$? 5546 4516 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5547 4517 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5548 { (case "(($ac_try" in 5549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5550 *) ac_try_echo=$ac_try;; 5551 esac 5552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5553 (eval "$ac_try") 2>&5 4518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4519 (eval $ac_try) 2>&5 5554 4520 ac_status=$? 5555 4521 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 5564 4530 ac_cv_func_realloc_0_nonnull=no 5565 4531 fi 5566 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5567 fi 5568 5569 5570 fi 5571 { echo "$as_me:$LINENO: result: $ac_cv_func_realloc_0_nonnull" >&5 5572 echo "${ECHO_T}$ac_cv_func_realloc_0_nonnull" >&6; } 4532 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4533 fi 4534 fi 4535 echo "$as_me:$LINENO: result: $ac_cv_func_realloc_0_nonnull" >&5 4536 echo "${ECHO_T}$ac_cv_func_realloc_0_nonnull" >&6 5573 4537 if test $ac_cv_func_realloc_0_nonnull = yes; then 5574 4538 … … 5582 4546 _ACEOF 5583 4547 5584 case " $LIBOBJS " in 4548 case $LIBOBJS in 4549 "realloc.$ac_objext" | \ 4550 *" realloc.$ac_objext" | \ 4551 "realloc.$ac_objext "* | \ 5585 4552 *" realloc.$ac_objext "* ) ;; 5586 *) LIBOBJS="$LIBOBJS realloc.$ac_objext" 5587 ;; 4553 *) LIBOBJS="$LIBOBJS realloc.$ac_objext" ;; 5588 4554 esac 5589 4555 … … 5601 4567 do 5602 4568 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5603 {echo "$as_me:$LINENO: checking for $ac_func" >&55604 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 ; }5605 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then4569 echo "$as_me:$LINENO: checking for $ac_func" >&5 4570 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4571 if eval "test \"\${$as_ac_var+set}\" = set"; then 5606 4572 echo $ECHO_N "(cached) $ECHO_C" >&6 5607 4573 else … … 5629 4595 #undef $ac_func 5630 4596 5631 /* Override any GCC internal prototype to avoid an error. 5632 Use char because int might match the return type of a GCC 5633 builtin and then its argument prototype would still apply. */ 4597 /* Override any gcc2 internal prototype to avoid an error. */ 5634 4598 #ifdef __cplusplus 5635 4599 extern "C" 4600 { 5636 4601 #endif 4602 /* We use char because int might match the return type of a gcc2 4603 builtin and then its argument prototype would still apply. */ 5637 4604 char $ac_func (); 5638 4605 /* The GNU C library defines this for functions which it implements 5639 4606 to always fail with ENOSYS. Some functions are actually named 5640 4607 something starting with __ and the normal name is an alias. */ 5641 #if defined __stub_$ac_func || defined __stub___$ac_func4608 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 5642 4609 choke me 4610 #else 4611 char (*f) () = $ac_func; 4612 #endif 4613 #ifdef __cplusplus 4614 } 5643 4615 #endif 5644 4616 … … 5646 4618 main () 5647 4619 { 5648 return $ac_func ();4620 return f != $ac_func; 5649 4621 ; 5650 4622 return 0; … … 5652 4624 _ACEOF 5653 4625 rm -f conftest.$ac_objext conftest$ac_exeext 5654 if { (ac_try="$ac_link" 5655 case "(($ac_try" in 5656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5657 *) ac_try_echo=$ac_try;; 5658 esac 5659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5660 (eval "$ac_link") 2>conftest.er1 4626 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4627 (eval $ac_link) 2>conftest.er1 5661 4628 ac_status=$? 5662 4629 grep -v '^ *+' conftest.er1 >conftest.err … … 5665 4632 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5666 4633 (exit $ac_status); } && 5667 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5668 { (case "(($ac_try" in 5669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5670 *) ac_try_echo=$ac_try;; 5671 esac 5672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5673 (eval "$ac_try") 2>&5 4634 { ac_try='test -z "$ac_c_werror_flag" 4635 || test ! -s conftest.err' 4636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4637 (eval $ac_try) 2>&5 5674 4638 ac_status=$? 5675 4639 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5676 4640 (exit $ac_status); }; } && 5677 4641 { ac_try='test -s conftest$ac_exeext' 5678 { (case "(($ac_try" in 5679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5680 *) ac_try_echo=$ac_try;; 5681 esac 5682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5683 (eval "$ac_try") 2>&5 4642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4643 (eval $ac_try) 2>&5 5684 4644 ac_status=$? 5685 4645 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 5690 4650 sed 's/^/| /' conftest.$ac_ext >&5 5691 4651 5692 eval "$as_ac_var=no" 5693 fi 5694 5695 rm -f core conftest.err conftest.$ac_objext \ 4652 eval "$as_ac_var=no" 4653 fi 4654 rm -f conftest.err conftest.$ac_objext \ 5696 4655 conftest$ac_exeext conftest.$ac_ext 5697 4656 fi 5698 ac_res=`eval echo '${'$as_ac_var'}'` 5699 { echo "$as_me:$LINENO: result: $ac_res" >&5 5700 echo "${ECHO_T}$ac_res" >&6; } 4657 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 4658 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5701 4659 if test `eval echo '${'$as_ac_var'}'` = yes; then 5702 4660 cat >>confdefs.h <<_ACEOF … … 5704 4662 _ACEOF 5705 4663 5706 {echo "$as_me:$LINENO: checking for _doprnt" >&55707 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6 ; }4664 echo "$as_me:$LINENO: checking for _doprnt" >&5 4665 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6 5708 4666 if test "${ac_cv_func__doprnt+set}" = set; then 5709 4667 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 5732 4690 #undef _doprnt 5733 4691 5734 /* Override any GCC internal prototype to avoid an error. 5735 Use char because int might match the return type of a GCC 5736 builtin and then its argument prototype would still apply. */ 4692 /* Override any gcc2 internal prototype to avoid an error. */ 5737 4693 #ifdef __cplusplus 5738 4694 extern "C" 4695 { 5739 4696 #endif 4697 /* We use char because int might match the return type of a gcc2 4698 builtin and then its argument prototype would still apply. */ 5740 4699 char _doprnt (); 5741 4700 /* The GNU C library defines this for functions which it implements 5742 4701 to always fail with ENOSYS. Some functions are actually named 5743 4702 something starting with __ and the normal name is an alias. */ 5744 #if defined __stub__doprnt || defined __stub____doprnt4703 #if defined (__stub__doprnt) || defined (__stub____doprnt) 5745 4704 choke me 4705 #else 4706 char (*f) () = _doprnt; 4707 #endif 4708 #ifdef __cplusplus 4709 } 5746 4710 #endif 5747 4711 … … 5749 4713 main () 5750 4714 { 5751 return _doprnt ();4715 return f != _doprnt; 5752 4716 ; 5753 4717 return 0; … … 5755 4719 _ACEOF 5756 4720 rm -f conftest.$ac_objext conftest$ac_exeext 5757 if { (ac_try="$ac_link" 5758 case "(($ac_try" in 5759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5760 *) ac_try_echo=$ac_try;; 5761 esac 5762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5763 (eval "$ac_link") 2>conftest.er1 4721 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4722 (eval $ac_link) 2>conftest.er1 5764 4723 ac_status=$? 5765 4724 grep -v '^ *+' conftest.er1 >conftest.err … … 5768 4727 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5769 4728 (exit $ac_status); } && 5770 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5771 { (case "(($ac_try" in 5772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5773 *) ac_try_echo=$ac_try;; 5774 esac 5775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5776 (eval "$ac_try") 2>&5 4729 { ac_try='test -z "$ac_c_werror_flag" 4730 || test ! -s conftest.err' 4731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4732 (eval $ac_try) 2>&5 5777 4733 ac_status=$? 5778 4734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5779 4735 (exit $ac_status); }; } && 5780 4736 { ac_try='test -s conftest$ac_exeext' 5781 { (case "(($ac_try" in 5782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5783 *) ac_try_echo=$ac_try;; 5784 esac 5785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5786 (eval "$ac_try") 2>&5 4737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4738 (eval $ac_try) 2>&5 5787 4739 ac_status=$? 5788 4740 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 5793 4745 sed 's/^/| /' conftest.$ac_ext >&5 5794 4746 5795 ac_cv_func__doprnt=no 5796 fi 5797 5798 rm -f core conftest.err conftest.$ac_objext \ 4747 ac_cv_func__doprnt=no 4748 fi 4749 rm -f conftest.err conftest.$ac_objext \ 5799 4750 conftest$ac_exeext conftest.$ac_ext 5800 4751 fi 5801 {echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&55802 echo "${ECHO_T}$ac_cv_func__doprnt" >&6 ; }4752 echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 4753 echo "${ECHO_T}$ac_cv_func__doprnt" >&6 5803 4754 if test $ac_cv_func__doprnt = yes; then 5804 4755 … … 5828 4779 do 5829 4780 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5830 {echo "$as_me:$LINENO: checking for $ac_func" >&55831 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 ; }5832 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then4781 echo "$as_me:$LINENO: checking for $ac_func" >&5 4782 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4783 if eval "test \"\${$as_ac_var+set}\" = set"; then 5833 4784 echo $ECHO_N "(cached) $ECHO_C" >&6 5834 4785 else … … 5856 4807 #undef $ac_func 5857 4808 5858 /* Override any GCC internal prototype to avoid an error. 5859 Use char because int might match the return type of a GCC 5860 builtin and then its argument prototype would still apply. */ 4809 /* Override any gcc2 internal prototype to avoid an error. */ 5861 4810 #ifdef __cplusplus 5862 4811 extern "C" 4812 { 5863 4813 #endif 4814 /* We use char because int might match the return type of a gcc2 4815 builtin and then its argument prototype would still apply. */ 5864 4816 char $ac_func (); 5865 4817 /* The GNU C library defines this for functions which it implements 5866 4818 to always fail with ENOSYS. Some functions are actually named 5867 4819 something starting with __ and the normal name is an alias. */ 5868 #if defined __stub_$ac_func || defined __stub___$ac_func4820 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 5869 4821 choke me 4822 #else 4823 char (*f) () = $ac_func; 4824 #endif 4825 #ifdef __cplusplus 4826 } 5870 4827 #endif 5871 4828 … … 5873 4830 main () 5874 4831 { 5875 return $ac_func ();4832 return f != $ac_func; 5876 4833 ; 5877 4834 return 0; … … 5879 4836 _ACEOF 5880 4837 rm -f conftest.$ac_objext conftest$ac_exeext 5881 if { (ac_try="$ac_link" 5882 case "(($ac_try" in 5883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5884 *) ac_try_echo=$ac_try;; 5885 esac 5886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5887 (eval "$ac_link") 2>conftest.er1 4838 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4839 (eval $ac_link) 2>conftest.er1 5888 4840 ac_status=$? 5889 4841 grep -v '^ *+' conftest.er1 >conftest.err … … 5892 4844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5893 4845 (exit $ac_status); } && 5894 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5895 { (case "(($ac_try" in 5896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5897 *) ac_try_echo=$ac_try;; 5898 esac 5899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5900 (eval "$ac_try") 2>&5 4846 { ac_try='test -z "$ac_c_werror_flag" 4847 || test ! -s conftest.err' 4848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4849 (eval $ac_try) 2>&5 5901 4850 ac_status=$? 5902 4851 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5903 4852 (exit $ac_status); }; } && 5904 4853 { ac_try='test -s conftest$ac_exeext' 5905 { (case "(($ac_try" in 5906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5907 *) ac_try_echo=$ac_try;; 5908 esac 5909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5910 (eval "$ac_try") 2>&5 4854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4855 (eval $ac_try) 2>&5 5911 4856 ac_status=$? 5912 4857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 … … 5917 4862 sed 's/^/| /' conftest.$ac_ext >&5 5918 4863 5919 eval "$as_ac_var=no" 5920 fi 5921 5922 rm -f core conftest.err conftest.$ac_objext \ 4864 eval "$as_ac_var=no" 4865 fi 4866 rm -f conftest.err conftest.$ac_objext \ 5923 4867 conftest$ac_exeext conftest.$ac_ext 5924 4868 fi 5925 ac_res=`eval echo '${'$as_ac_var'}'` 5926 { echo "$as_me:$LINENO: result: $ac_res" >&5 5927 echo "${ECHO_T}$ac_res" >&6; } 4869 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 4870 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5928 4871 if test `eval echo '${'$as_ac_var'}'` = yes; then 5929 4872 cat >>confdefs.h <<_ACEOF … … 6004 4947 6005 4948 6006 # Check whether --with-sitedir was given.4949 # Check whether --with-sitedir or --without-sitedir was given. 6007 4950 if test "${with_sitedir+set}" = set; then 6008 withval=$with_sitedir; sitedir=$withval 4951 withval="$with_sitedir" 4952 sitedir=$withval 6009 4953 else 6010 4954 sitedir='${prefix}/lib/newt0' 6011 fi 6012 4955 fi; 6013 4956 SITE_DIR="`eval \"echo ${sitedir}\"`" 6014 4957 6015 4958 6016 # Check whether --with-libffidir was given.4959 # Check whether --with-libffidir or --without-libffidir was given. 6017 4960 if test "${with_libffidir+set}" = set; then 6018 withval=$with_libffidir; libffidir=$withval 4961 withval="$with_libffidir" 4962 libffidir=$withval 6019 4963 else 6020 4964 libffidir='${prefix}' 6021 fi 6022 6023 6024 # Check whether --enable-compat was given. 4965 fi; 4966 4967 # Check whether --enable-compat or --disable-compat was given. 6025 4968 if test "${enable_compat+set}" = set; then 6026 enableval=$enable_compat; compat='yes' 4969 enableval="$enable_compat" 4970 compat='yes' 6027 4971 else 6028 4972 compat='no' 6029 fi 6030 6031 6032 # Check whether --enable-contrib was given. 4973 fi; 4974 4975 # Check whether --enable-contrib or --disable-contrib was given. 6033 4976 if test "${enable_contrib+set}" = set; then 6034 enableval= $enable_contrib; MAKE_CONTRIB='contrib'6035 fi 6036 4977 enableval="$enable_contrib" 4978 MAKE_CONTRIB='contrib' 4979 fi; 6037 4980 6038 4981 test "x$compat" = xno && cat >>confdefs.h <<\_ACEOF … … 6073 5016 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 6074 5017 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6075 {echo "$as_me:$LINENO: checking for $ac_word" >&56076 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }5018 echo "$as_me:$LINENO: checking for $ac_word" >&5 5019 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 6077 5020 if test "${ac_cv_prog_RANLIB+set}" = set; then 6078 5021 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6087 5030 test -z "$as_dir" && as_dir=. 6088 5031 for ac_exec_ext in '' $ac_executable_extensions; do 6089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then5032 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6090 5033 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 6091 5034 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6094 5037 done 6095 5038 done 6096 IFS=$as_save_IFS6097 5039 6098 5040 fi … … 6100 5042 RANLIB=$ac_cv_prog_RANLIB 6101 5043 if test -n "$RANLIB"; then 6102 { echo "$as_me:$LINENO: result: $RANLIB" >&5 6103 echo "${ECHO_T}$RANLIB" >&6; } 6104 else 6105 { echo "$as_me:$LINENO: result: no" >&5 6106 echo "${ECHO_T}no" >&6; } 6107 fi 6108 5044 echo "$as_me:$LINENO: result: $RANLIB" >&5 5045 echo "${ECHO_T}$RANLIB" >&6 5046 else 5047 echo "$as_me:$LINENO: result: no" >&5 5048 echo "${ECHO_T}no" >&6 5049 fi 6109 5050 6110 5051 fi … … 6113 5054 # Extract the first word of "ranlib", so it can be a program name with args. 6114 5055 set dummy ranlib; ac_word=$2 6115 {echo "$as_me:$LINENO: checking for $ac_word" >&56116 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }5056 echo "$as_me:$LINENO: checking for $ac_word" >&5 5057 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 6117 5058 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 6118 5059 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6127 5068 test -z "$as_dir" && as_dir=. 6128 5069 for ac_exec_ext in '' $ac_executable_extensions; do 6129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then5070 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6130 5071 ac_cv_prog_ac_ct_RANLIB="ranlib" 6131 5072 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6134 5075 done 6135 5076 done 6136 IFS=$as_save_IFS 6137 5077 5078 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" 6138 5079 fi 6139 5080 fi 6140 5081 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 6141 5082 if test -n "$ac_ct_RANLIB"; then 6142 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 6143 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 6144 else 6145 { echo "$as_me:$LINENO: result: no" >&5 6146 echo "${ECHO_T}no" >&6; } 6147 fi 6148 6149 if test "x$ac_ct_RANLIB" = x; then 6150 RANLIB=":" 6151 else 6152 case $cross_compiling:$ac_tool_warned in 6153 yes:) 6154 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 6155 whose name does not start with the host triplet. If you think this 6156 configuration is useful to you, please write to autoconf@gnu.org." >&5 6157 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 6158 whose name does not start with the host triplet. If you think this 6159 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 6160 ac_tool_warned=yes ;; 6161 esac 6162 RANLIB=$ac_ct_RANLIB 6163 fi 5083 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 5084 echo "${ECHO_T}$ac_ct_RANLIB" >&6 5085 else 5086 echo "$as_me:$LINENO: result: no" >&5 5087 echo "${ECHO_T}no" >&6 5088 fi 5089 5090 RANLIB=$ac_ct_RANLIB 6164 5091 else 6165 5092 RANLIB="$ac_cv_prog_RANLIB" … … 6168 5095 # Extract the first word of "ar", so it can be a program name with args. 6169 5096 set dummy ar; ac_word=$2 6170 {echo "$as_me:$LINENO: checking for $ac_word" >&56171 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ; }5097 echo "$as_me:$LINENO: checking for $ac_word" >&5 5098 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 6172 5099 if test "${ac_cv_path_AR+set}" = set; then 6173 5100 echo $ECHO_N "(cached) $ECHO_C" >&6 … … 6184 5111 test -z "$as_dir" && as_dir=. 6185 5112 for ac_exec_ext in '' $ac_executable_extensions; do 6186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then5113 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6187 5114 ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext" 6188 5115 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6191 5118 done 6192 5119 done 6193 IFS=$as_save_IFS6194 5120 6195 5121 ;; … … 6197 5123 fi 6198 5124 AR=$ac_cv_path_AR 5125 6199 5126 if test -n "$AR"; then 6200 { echo "$as_me:$LINENO: result: $AR" >&5 6201 echo "${ECHO_T}$AR" >&6; } 6202 else 6203 { echo "$as_me:$LINENO: result: no" >&5 6204 echo "${ECHO_T}no" >&6; } 6205 fi 6206 5127 echo "$as_me:$LINENO: result: $AR" >&5 5128 echo "${ECHO_T}$AR" >&6 5129 else 5130 echo "$as_me:$LINENO: result: no" >&5 5131 echo "${ECHO_T}no" >&6 5132 fi 6207 5133 6208 5134 if test "x$AR" = "x:"; then … … 6221 5147 6222 5148 6223 ac_config_files="$ac_config_files Makefile ext/protoFILE/Makefile ext/protoREGEX/Makefile contrib/inwt/Makefile contrib/inwt/inwtcontrib/NativeCalls/Makefile contrib/NewtObjC/Makefile"5149 ac_config_files="$ac_config_files Makefile ext/protoFILE/Makefile ext/protoREGEX/Makefile contrib/inwt/Makefile contrib/NativeCalls/Makefile contrib/NewtObjC/Makefile" 6224 5150 6225 5151 cat >confcache <<\_ACEOF … … 6241 5167 # The following way of writing the cache mishandles newlines in values, 6242 5168 # but we know of no workaround that is simple, portable, and efficient. 6243 # So, we kill variables containing newlines.5169 # So, don't put newlines in cache variables' values. 6244 5170 # Ultrix sh set writes to stderr and can't be redirected directly, 6245 5171 # and sets the high bit in the cache file unless we assign to the vars. 6246 ( 6247 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 6248 eval ac_val=\$$ac_var 6249 case $ac_val in #( 6250 *${as_nl}*) 6251 case $ac_var in #( 6252 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 6253 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 6254 esac 6255 case $ac_var in #( 6256 _ | IFS | as_nl) ;; #( 6257 *) $as_unset $ac_var ;; 6258 esac ;; 6259 esac 6260 done 6261 5172 { 6262 5173 (set) 2>&1 | 6263 case $as_nl`(ac_space=' '; set) 2>&1` in #(6264 * ${as_nl}ac_space=\ *)5174 case `(ac_space=' '; set | grep ac_space) 2>&1` in 5175 *ac_space=\ *) 6265 5176 # `set' does not quote correctly, so add quotes (double-quote 6266 5177 # substitution turns \\\\ into \\, and sed turns \\ into \). … … 6268 5179 "s/'/'\\\\''/g; 6269 5180 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 6270 ;; #(5181 ;; 6271 5182 *) 6272 5183 # `set' quotes correctly as required by POSIX, so do not add quotes. 6273 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 5184 sed -n \ 5185 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 6274 5186 ;; 6275 esac | 6276 sort 6277 ) | 5187 esac; 5188 } | 6278 5189 sed ' 6279 /^ac_cv_env_/b end6280 5190 t clear 6281 : clear5191 : clear 6282 5192 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 6283 5193 t end 6284 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 6285 :end' >>confcache 6286 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 6287 if test -w "$cache_file"; then 6288 test "x$cache_file" != "x/dev/null" && 6289 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 6290 echo "$as_me: updating cache $cache_file" >&6;} 5194 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 5195 : end' >>confcache 5196 if diff $cache_file confcache >/dev/null 2>&1; then :; else 5197 if test -w $cache_file; then 5198 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 6291 5199 cat confcache >$cache_file 6292 5200 else 6293 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 6294 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 5201 echo "not updating unwritable cache $cache_file" 6295 5202 fi 6296 5203 fi … … 6300 5207 # Let make expand exec_prefix. 6301 5208 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 5209 5210 # VPATH may cause trouble with some makes, so we remove $(srcdir), 5211 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 5212 # trailing colons and then remove the whole line if VPATH becomes empty 5213 # (actually we leave an empty line to preserve line numbers). 5214 if test "x$srcdir" = x.; then 5215 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 5216 s/:*\$(srcdir):*/:/; 5217 s/:*\${srcdir}:*/:/; 5218 s/:*@srcdir@:*/:/; 5219 s/^\([^=]*=[ ]*\):*/\1/; 5220 s/:*$//; 5221 s/^[^=]*=[ ]*$//; 5222 }' 5223 fi 6302 5224 6303 5225 DEFS=-DHAVE_CONFIG_H … … 6307 5229 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 6308 5230 # 1. Remove the extension, and $U if already installed. 6309 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 6310 ac_i=`echo "$ac_i" | sed "$ac_script"` 6311 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 6312 # will be set to the directory where LIBOBJS objects are built. 6313 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 6314 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 5231 ac_i=`echo "$ac_i" | 5232 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 5233 # 2. Add them. 5234 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 5235 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 6315 5236 done 6316 5237 LIBOBJS=$ac_libobjs … … 6350 5271 # is contrary to our usage. Disable this feature. 6351 5272 alias -g '${1+"$@"}'='"$@"' 6352 setopt NO_GLOB_SUBST 6353 else 6354 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 6355 fi 6356 BIN_SH=xpg4; export BIN_SH # for Tru64 5273 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 5274 set -o posix 5275 fi 6357 5276 DUALCASE=1; export DUALCASE # for MKS sh 6358 5277 6359 6360 # PATH needs CR 5278 # Support unset when possible. 5279 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 5280 as_unset=unset 5281 else 5282 as_unset=false 5283 fi 5284 5285 5286 # Work around bugs in pre-3.0 UWIN ksh. 5287 $as_unset ENV MAIL MAILPATH 5288 PS1='$ ' 5289 PS2='> ' 5290 PS4='+ ' 5291 5292 # NLS nuisances. 5293 for as_var in \ 5294 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 5295 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 5296 LC_TELEPHONE LC_TIME 5297 do 5298 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 5299 eval $as_var=C; export $as_var 5300 else 5301 $as_unset $as_var 5302 fi 5303 done 5304 5305 # Required to use basename. 5306 if expr a : '\(a\)' >/dev/null 2>&1; then 5307 as_expr=expr 5308 else 5309 as_expr=false 5310 fi 5311 5312 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 5313 as_basename=basename 5314 else 5315 as_basename=false 5316 fi 5317 5318 5319 # Name of the executable. 5320 as_me=`$as_basename "$0" || 5321 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 5322 X"$0" : 'X\(//\)$' \| \ 5323 X"$0" : 'X\(/\)$' \| \ 5324 . : '\(.\)' 2>/dev/null || 5325 echo X/"$0" | 5326 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 5327 /^X\/\(\/\/\)$/{ s//\1/; q; } 5328 /^X\/\(\/\).*/{ s//\1/; q; } 5329 s/.*/./; q'` 5330 5331 5332 # PATH needs CR, and LINENO needs CR and PATH. 6361 5333 # Avoid depending upon Character Ranges. 6362 5334 as_cr_letters='abcdefghijklmnopqrstuvwxyz' … … 6379 5351 fi 6380 5352 6381 # Support unset when possible. 6382 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 6383 as_unset=unset 6384 else 6385 as_unset=false 6386 fi 6387 6388 6389 # IFS 6390 # We need space, tab and new line, in precisely that order. Quoting is 6391 # there to prevent editors from complaining about space-tab. 6392 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 6393 # splitting by setting IFS to empty value.) 6394 as_nl=' 6395 ' 6396 IFS=" "" $as_nl" 6397 6398 # Find who we are. Look in the path if we contain no directory separator. 6399 case $0 in 6400 *[\\/]* ) as_myself=$0 ;; 6401 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5353 5354 as_lineno_1=$LINENO 5355 as_lineno_2=$LINENO 5356 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 5357 test "x$as_lineno_1" != "x$as_lineno_2" && 5358 test "x$as_lineno_3" = "x$as_lineno_2" || { 5359 # Find who we are. Look in the path if we contain no path at all 5360 # relative or not. 5361 case $0 in 5362 *[\\/]* ) as_myself=$0 ;; 5363 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6402 5364 for as_dir in $PATH 6403 5365 do … … 6406 5368 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 6407 5369 done 6408 IFS=$as_save_IFS 6409 6410 ;; 6411 esac 6412 # We did not find ourselves, most probably we were run as `sh COMMAND' 6413 # in which case we are not to be found in the path. 6414 if test "x$as_myself" = x; then 6415 as_myself=$0 6416 fi 6417 if test ! -f "$as_myself"; then 6418 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 6419 { (exit 1); exit 1; } 6420 fi 6421 6422 # Work around bugs in pre-3.0 UWIN ksh. 6423 for as_var in ENV MAIL MAILPATH 6424 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 6425 done 6426 PS1='$ ' 6427 PS2='> ' 6428 PS4='+ ' 6429 6430 # NLS nuisances. 6431 for as_var in \ 6432 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 6433 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 6434 LC_TELEPHONE LC_TIME 5370 5371 ;; 5372 esac 5373 # We did not find ourselves, most probably we were run as `sh COMMAND' 5374 # in which case we are not to be found in the path. 5375 if test "x$as_myself" = x; then 5376 as_myself=$0 5377 fi 5378 if test ! -f "$as_myself"; then 5379 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 5380 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 5381 { (exit 1); exit 1; }; } 5382 fi 5383 case $CONFIG_SHELL in 5384 '') 5385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5386 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 6435 5387 do 6436 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 6437 eval $as_var=C; export $as_var 6438 else 6439 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 6440 fi 6441 done 6442 6443 # Required to use basename. 6444 if expr a : '\(a\)' >/dev/null 2>&1 && 6445 test "X`expr 00001 : '.*\(...\)'`" = X001; then 6446 as_expr=expr 6447 else 6448 as_expr=false 6449 fi 6450 6451 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 6452 as_basename=basename 6453 else 6454 as_basename=false 6455 fi 6456 6457 6458 # Name of the executable. 6459 as_me=`$as_basename -- "$0" || 6460 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 6461 X"$0" : 'X\(//\)$' \| \ 6462 X"$0" : 'X\(/\)' \| . 2>/dev/null || 6463 echo X/"$0" | 6464 sed '/^.*\/\([^/][^/]*\)\/*$/{ 6465 s//\1/ 6466 q 6467 } 6468 /^X\/\(\/\/\)$/{ 6469 s//\1/ 6470 q 6471 } 6472 /^X\/\(\/\).*/{ 6473 s//\1/ 6474 q 6475 } 6476 s/.*/./; q'` 6477 6478 # CDPATH. 6479 $as_unset CDPATH 6480 6481 6482 5388 IFS=$as_save_IFS 5389 test -z "$as_dir" && as_dir=. 5390 for as_base in sh bash ksh sh5; do 5391 case $as_dir in 5392 /*) 5393 if ("$as_dir/$as_base" -c ' 6483 5394 as_lineno_1=$LINENO 6484 5395 as_lineno_2=$LINENO 5396 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 6485 5397 test "x$as_lineno_1" != "x$as_lineno_2" && 6486 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 5398 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 5399 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 5400 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 5401 CONFIG_SHELL=$as_dir/$as_base 5402 export CONFIG_SHELL 5403 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 5404 fi;; 5405 esac 5406 done 5407 done 5408 ;; 5409 esac 6487 5410 6488 5411 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 6489 5412 # uniformly replaced by the line number. The first 'sed' inserts a 6490 # line-number line after each line using $LINENO; the second 'sed' 6491 # does the real work. The second script uses 'N' to pair each 6492 # line-number line with the line containing $LINENO, and appends 6493 # trailing '-' during substitution so that $LINENO is not a special 6494 # case at line end. 5413 # line-number line before each line; the second 'sed' does the real 5414 # work. The second script uses 'N' to pair each line-number line 5415 # with the numbered line, and appends trailing '-' during 5416 # substitution so that $LINENO is not a special case at line end. 6495 5417 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 6496 # scripts with optimization help from Paolo Bonzini. Blame Lee 6497 # E. McMahon (1931-1989) for sed's syntax. :-) 6498 sed -n ' 6499 p 6500 /[$]LINENO/= 6501 ' <$as_myself | 5418 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 5419 sed '=' <$as_myself | 6502 5420 sed ' 6503 s/[$]LINENO.*/&-/6504 t lineno6505 b6506 :lineno6507 5421 N 6508 :loop 6509 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 5422 s,$,-, 5423 : loop 5424 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 6510 5425 t loop 6511 s/-\n.*// 5426 s,-$,, 5427 s,^['$as_cr_digits']*\n,, 6512 5428 ' >$as_me.lineno && 6513 chmod +x "$as_me.lineno" || 6514 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 5429 chmod +x $as_me.lineno || 5430 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 5431 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 6515 5432 { (exit 1); exit 1; }; } 6516 5433 6517 5434 # Don't try to exec as it changes $[0], causing all sort of problems 6518 5435 # (the dirname of $[0] is not the place where we might find the 6519 # original and so on. Autoconf is especially sensi tive to this).6520 . "./$as_me.lineno"5436 # original and so on. Autoconf is especially sensible to this). 5437 . ./$as_me.lineno 6521 5438 # Exit status is that of the last command. 6522 5439 exit … … 6524 5441 6525 5442 6526 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 6527 as_dirname=dirname 6528 else 6529 as_dirname=false 6530 fi 6531 6532 ECHO_C= ECHO_N= ECHO_T= 6533 case `echo -n x` in 6534 -n*) 6535 case `echo 'x\c'` in 6536 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 6537 *) ECHO_C='\c';; 6538 esac;; 6539 *) 6540 ECHO_N='-n';; 5443 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 5444 *c*,-n*) ECHO_N= ECHO_C=' 5445 ' ECHO_T=' ' ;; 5446 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 5447 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 6541 5448 esac 6542 5449 6543 if expr a : '\(a\)' >/dev/null 2>&1 && 6544 test "X`expr 00001 : '.*\(...\)'`" = X001; then 5450 if expr a : '\(a\)' >/dev/null 2>&1; then 6545 5451 as_expr=expr 6546 5452 else … … 6549 5455 6550 5456 rm -f conf$$ conf$$.exe conf$$.file 6551 if test -d conf$$.dir; then6552 rm -f conf$$.dir/conf$$.file6553 else6554 rm -f conf$$.dir6555 mkdir conf$$.dir6556 fi6557 5457 echo >conf$$.file 6558 5458 if ln -s conf$$.file conf$$ 2>/dev/null; then 6559 as_ln_s='ln -s' 6560 # ... but there are two gotchas: 6561 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 6562 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 6563 # In both cases, we have to default to `cp -p'. 6564 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 5459 # We could just check for DJGPP; but this test a) works b) is more generic 5460 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 5461 if test -f conf$$.exe; then 5462 # Don't use ln at all; we don't have any links 6565 5463 as_ln_s='cp -p' 5464 else 5465 as_ln_s='ln -s' 5466 fi 6566 5467 elif ln conf$$.file conf$$ 2>/dev/null; then 6567 5468 as_ln_s=ln … … 6569 5470 as_ln_s='cp -p' 6570 5471 fi 6571 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 6572 rmdir conf$$.dir 2>/dev/null 5472 rm -f conf$$ conf$$.exe conf$$.file 6573 5473 6574 5474 if mkdir -p . 2>/dev/null; then … … 6579 5479 fi 6580 5480 6581 # Find out whether ``test -x'' works. Don't use a zero-byte file, as 6582 # systems may use methods other than mode bits to determine executability. 6583 cat >conf$$.file <<_ASEOF 6584 #! /bin/sh 6585 exit 0 6586 _ASEOF 6587 chmod +x conf$$.file 6588 if test -x conf$$.file >/dev/null 2>&1; then 6589 as_executable_p="test -x" 6590 else 6591 as_executable_p=: 6592 fi 6593 rm -f conf$$.file 5481 as_executable_p="test -f" 6594 5482 6595 5483 # Sed expression to map a string onto a valid CPP name. … … 6600 5488 6601 5489 5490 # IFS 5491 # We need space, tab and new line, in precisely that order. 5492 as_nl=' 5493 ' 5494 IFS=" $as_nl" 5495 5496 # CDPATH. 5497 $as_unset CDPATH 5498 6602 5499 exec 6>&1 6603 5500 6604 # Save the log message, to keep$[0] and so on meaningful, and to5501 # Open the log real soon, to keep \$[0] and so on meaningful, and to 6605 5502 # report actual input values of CONFIG_FILES etc. instead of their 6606 # values after options handling. 6607 ac_log=" 5503 # values after options handling. Logging --version etc. is OK. 5504 exec 5>>config.log 5505 { 5506 echo 5507 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 5508 ## Running $as_me. ## 5509 _ASBOX 5510 } >&5 5511 cat >&5 <<_CSEOF 5512 6608 5513 This file was extended by FULL-PACKAGE-NAME $as_me VERSION, which was 6609 generated by GNU Autoconf 2. 60. Invocation command line was5514 generated by GNU Autoconf 2.59. Invocation command line was 6610 5515 6611 5516 CONFIG_FILES = $CONFIG_FILES … … 6615 5520 $ $0 $@ 6616 5521 6617 on `(hostname || uname -n) 2>/dev/null | sed 1q` 6618 " 6619 6620 _ACEOF 6621 6622 cat >>$CONFIG_STATUS <<_ACEOF 5522 _CSEOF 5523 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 5524 echo >&5 5525 _ACEOF 5526 6623 5527 # Files that config.status was made for. 6624 config_files="$ac_config_files" 6625 config_headers="$ac_config_headers" 6626 6627 _ACEOF 5528 if test -n "$ac_config_files"; then 5529 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 5530 fi 5531 5532 if test -n "$ac_config_headers"; then 5533 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 5534 fi 5535 5536 if test -n "$ac_config_links"; then 5537 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 5538 fi 5539 5540 if test -n "$ac_config_commands"; then 5541 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 5542 fi 6628 5543 6629 5544 cat >>$CONFIG_STATUS <<\_ACEOF 5545 6630 5546 ac_cs_usage="\ 6631 5547 \`$as_me' instantiates files from templates according to the … … 6651 5567 6652 5568 Report bugs to <bug-autoconf@gnu.org>." 6653 6654 _ACEOF 5569 _ACEOF 5570 6655 5571 cat >>$CONFIG_STATUS <<_ACEOF 6656 5572 ac_cs_version="\\ 6657 5573 FULL-PACKAGE-NAME config.status VERSION 6658 configured by $0, generated by GNU Autoconf 2. 60,6659 with options \\"`echo "$ac_configure_args" | sed 's/ ^ //; s/[\\""\`\$]/\\\\&/g'`\\"6660 6661 Copyright (C) 200 6Free Software Foundation, Inc.5574 configured by $0, generated by GNU Autoconf 2.59, 5575 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 5576 5577 Copyright (C) 2003 Free Software Foundation, Inc. 6662 5578 This config.status script is free software; the Free Software Foundation 6663 5579 gives unlimited permission to copy, distribute and modify it." 6664 6665 ac_pwd='$ac_pwd' 6666 srcdir='$srcdir' 5580 srcdir=$srcdir 6667 5581 _ACEOF 6668 5582 … … 6675 5589 case $1 in 6676 5590 --*=*) 6677 ac_option=`expr " X$1" : 'X\([^=]*\)='`6678 ac_optarg=`expr " X$1" : 'X[^=]*=\(.*\)'`5591 ac_option=`expr "x$1" : 'x\([^=]*\)='` 5592 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 6679 5593 ac_shift=: 6680 5594 ;; 6681 *)5595 -*) 6682 5596 ac_option=$1 6683 5597 ac_optarg=$2 6684 5598 ac_shift=shift 6685 5599 ;; 5600 *) # This is not an option, so the user has probably given explicit 5601 # arguments. 5602 ac_option=$1 5603 ac_need_defaults=false;; 6686 5604 esac 6687 5605 6688 5606 case $ac_option in 6689 5607 # Handling of the options. 5608 _ACEOF 5609 cat >>$CONFIG_STATUS <<\_ACEOF 6690 5610 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 6691 5611 ac_cs_recheck=: ;; 6692 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 6693 echo "$ac_cs_version"; exit ;; 6694 --debug | --debu | --deb | --de | --d | -d ) 5612 --version | --vers* | -V ) 5613 echo "$ac_cs_version"; exit 0 ;; 5614 --he | --h) 5615 # Conflict between --help and --header 5616 { { echo "$as_me:$LINENO: error: ambiguous option: $1 5617 Try \`$0 --help' for more information." >&5 5618 echo "$as_me: error: ambiguous option: $1 5619 Try \`$0 --help' for more information." >&2;} 5620 { (exit 1); exit 1; }; };; 5621 --help | --hel | -h ) 5622 echo "$ac_cs_usage"; exit 0 ;; 5623 --debug | --d* | -d ) 6695 5624 debug=: ;; 6696 5625 --file | --fil | --fi | --f ) … … 6702 5631 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 6703 5632 ac_need_defaults=false;; 6704 --he | --h)6705 # Conflict between --help and --header6706 { echo "$as_me: error: ambiguous option: $16707 Try \`$0 --help' for more information." >&26708 { (exit 1); exit 1; }; };;6709 --help | --hel | -h )6710 echo "$ac_cs_usage"; exit ;;6711 5633 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 6712 5634 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 6714 5636 6715 5637 # This is an error. 6716 -*) { echo "$as_me: error: unrecognized option: $1 6717 Try \`$0 --help' for more information." >&2 5638 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 5639 Try \`$0 --help' for more information." >&5 5640 echo "$as_me: error: unrecognized option: $1 5641 Try \`$0 --help' for more information." >&2;} 6718 5642 { (exit 1); exit 1; }; } ;; 6719 5643 6720 *) ac_config_targets="$ac_config_targets $1" 6721 ac_need_defaults=false ;; 5644 *) ac_config_targets="$ac_config_targets $1" ;; 6722 5645 6723 5646 esac … … 6735 5658 cat >>$CONFIG_STATUS <<_ACEOF 6736 5659 if \$ac_cs_recheck; then 6737 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 6738 CONFIG_SHELL=$SHELL 6739 export CONFIG_SHELL 6740 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 6741 fi 6742 6743 _ACEOF 5660 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 5661 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 5662 fi 5663 5664 _ACEOF 5665 5666 5667 5668 5669 6744 5670 cat >>$CONFIG_STATUS <<\_ACEOF 6745 exec 5>>config.log6746 {6747 echo6748 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX6749 ## Running $as_me. ##6750 _ASBOX6751 echo "$ac_log"6752 } >&56753 6754 _ACEOF6755 cat >>$CONFIG_STATUS <<_ACEOF6756 _ACEOF6757 6758 cat >>$CONFIG_STATUS <<\_ACEOF6759 6760 # Handling of arguments.6761 5671 for ac_config_target in $ac_config_targets 6762 5672 do 6763 case $ac_config_target in 6764 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; 6765 "src/newt_core/incs/NewtConf.h") CONFIG_HEADERS="$CONFIG_HEADERS src/newt_core/incs/NewtConf.h" ;; 6766 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 6767 "ext/protoFILE/Makefile") CONFIG_FILES="$CONFIG_FILES ext/protoFILE/Makefile" ;; 6768 "ext/protoREGEX/Makefile") CONFIG_FILES="$CONFIG_FILES ext/protoREGEX/Makefile" ;; 6769 "contrib/inwt/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/inwt/Makefile" ;; 6770 "contrib/inwt/inwt") CONFIG_FILES="$CONFIG_FILES contrib/inwt/inwt" ;; 6771 "contrib/NativeCalls/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/NativeCalls/Makefile" ;; 6772 "contrib/NewtObjC/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/NewtObjC/Makefile" ;; 6773 5673 case "$ac_config_target" in 5674 # Handling of arguments. 5675 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 5676 "ext/protoFILE/Makefile" ) CONFIG_FILES="$CONFIG_FILES ext/protoFILE/Makefile" ;; 5677 "ext/protoREGEX/Makefile" ) CONFIG_FILES="$CONFIG_FILES ext/protoREGEX/Makefile" ;; 5678 "contrib/inwt/Makefile" ) CONFIG_FILES="$CONFIG_FILES contrib/inwt/Makefile" ;; 5679 "contrib/NativeCalls/Makefile" ) CONFIG_FILES="$CONFIG_FILES contrib/NativeCalls/Makefile" ;; 5680 "contrib/NewtObjC/Makefile" ) CONFIG_FILES="$CONFIG_FILES contrib/NewtObjC/Makefile" ;; 5681 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; 5682 "src/newt_core/incs/NewtConf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/newt_core/incs/NewtConf.h" ;; 6774 5683 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 6775 5684 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} … … 6777 5686 esac 6778 5687 done 6779 6780 5688 6781 5689 # If the user did not use the arguments to specify the items to instantiate, … … 6789 5697 6790 5698 # Have a temporary directory for convenience. Make it in the build tree 6791 # simply because there is no reason against havingit here, and in addition,5699 # simply because there is no reason to put it here, and in addition, 6792 5700 # creating and moving files from /tmp can sometimes cause problems. 6793 # Hook for its removal unless debugging. 6794 # Note that there is a small window in which the directory will not be cleaned: 6795 # after its creation but before its name has been assigned to `$tmp'. 5701 # Create a temporary directory, and hook for its removal unless debugging. 6796 5702 $debug || 6797 5703 { 6798 tmp= 6799 trap 'exit_status=$? 6800 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 6801 ' 0 5704 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 6802 5705 trap '{ (exit 1); exit 1; }' 1 2 13 15 6803 5706 } 5707 6804 5708 # Create a (secure) tmp directory for tmp files. 6805 5709 6806 5710 { 6807 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&5711 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 6808 5712 test -n "$tmp" && test -d "$tmp" 6809 5713 } || 6810 5714 { 6811 tmp=./conf $$-$RANDOM6812 (umask 077 && mkdir "$tmp")5715 tmp=./confstat$$-$RANDOM 5716 (umask 077 && mkdir $tmp) 6813 5717 } || 6814 5718 { … … 6817 5721 } 6818 5722 5723 _ACEOF 5724 5725 cat >>$CONFIG_STATUS <<_ACEOF 5726 6819 5727 # 6820 # Set up the sed scripts forCONFIG_FILES section.5728 # CONFIG_FILES section. 6821 5729 # 6822 5730 6823 5731 # No need to generate the scripts if there are no CONFIG_FILES. 6824 5732 # This happens for instance when ./config.status config.h 6825 if test -n "$CONFIG_FILES"; then 6826 6827 _ACEOF 6828 6829 6830 6831 ac_delim='%!_!# ' 6832 for ac_last_try in false false false false false :; do 6833 cat >conf$$subs.sed <<_ACEOF 6834 SHELL!$SHELL$ac_delim 6835 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 6836 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 6837 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 6838 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 6839 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 6840 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 6841 exec_prefix!$exec_prefix$ac_delim 6842 prefix!$prefix$ac_delim 6843 program_transform_name!$program_transform_name$ac_delim 6844 bindir!$bindir$ac_delim 6845 sbindir!$sbindir$ac_delim 6846 libexecdir!$libexecdir$ac_delim 6847 datarootdir!$datarootdir$ac_delim 6848 datadir!$datadir$ac_delim 6849 sysconfdir!$sysconfdir$ac_delim 6850 sharedstatedir!$sharedstatedir$ac_delim 6851 localstatedir!$localstatedir$ac_delim 6852 includedir!$includedir$ac_delim 6853 oldincludedir!$oldincludedir$ac_delim 6854 docdir!$docdir$ac_delim 6855 infodir!$infodir$ac_delim 6856 htmldir!$htmldir$ac_delim 6857 dvidir!$dvidir$ac_delim 6858 pdfdir!$pdfdir$ac_delim 6859 psdir!$psdir$ac_delim 6860 libdir!$libdir$ac_delim 6861 localedir!$localedir$ac_delim 6862 mandir!$mandir$ac_delim 6863 DEFS!$DEFS$ac_delim 6864 ECHO_C!$ECHO_C$ac_delim 6865 ECHO_N!$ECHO_N$ac_delim 6866 ECHO_T!$ECHO_T$ac_delim 6867 LIBS!$LIBS$ac_delim 6868 build_alias!$build_alias$ac_delim 6869 host_alias!$host_alias$ac_delim 6870 target_alias!$target_alias$ac_delim 6871 CC!$CC$ac_delim 6872 CFLAGS!$CFLAGS$ac_delim 6873 LDFLAGS!$LDFLAGS$ac_delim 6874 CPPFLAGS!$CPPFLAGS$ac_delim 6875 ac_ct_CC!$ac_ct_CC$ac_delim 6876 EXEEXT!$EXEEXT$ac_delim 6877 OBJEXT!$OBJEXT$ac_delim 6878 YACC!$YACC$ac_delim 6879 YFLAGS!$YFLAGS$ac_delim 6880 LEX!$LEX$ac_delim 6881 LEXLIB!$LEXLIB$ac_delim 6882 LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim 6883 AR!$AR$ac_delim 6884 RANLIB!$RANLIB$ac_delim 6885 build!$build$ac_delim 6886 build_cpu!$build_cpu$ac_delim 6887 build_vendor!$build_vendor$ac_delim 6888 build_os!$build_os$ac_delim 6889 host!$host$ac_delim 6890 host_cpu!$host_cpu$ac_delim 6891 host_vendor!$host_vendor$ac_delim 6892 host_os!$host_os$ac_delim 6893 target!$target$ac_delim 6894 target_cpu!$target_cpu$ac_delim 6895 target_vendor!$target_vendor$ac_delim 6896 target_os!$target_os$ac_delim 6897 CPP!$CPP$ac_delim 6898 GREP!$GREP$ac_delim 6899 EGREP!$EGREP$ac_delim 6900 LIBOBJS!$LIBOBJS$ac_delim 6901 NEWT_LDIMPORT!$NEWT_LDIMPORT$ac_delim 6902 NEWT_LDFLAGS!$NEWT_LDFLAGS$ac_delim 6903 LIBNEWT_LDSHARED!$LIBNEWT_LDSHARED$ac_delim 6904 LINK_NEWT_APP_!$LINK_NEWT_APP_$ac_delim 6905 DLEXT!$DLEXT$ac_delim 6906 MAKE_EXT!$MAKE_EXT$ac_delim 6907 MAKE_CONTRIB!$MAKE_CONTRIB$ac_delim 6908 BINDIR!$BINDIR$ac_delim 6909 sitedir!$sitedir$ac_delim 6910 libffidir!$libffidir$ac_delim 6911 __NAMED_MAGIC_POINTER__!$__NAMED_MAGIC_POINTER__$ac_delim 6912 LIBREGEX!$LIBREGEX$ac_delim 6913 LIBCOMMAND!$LIBCOMMAND$ac_delim 6914 LIBEXT!$LIBEXT$ac_delim 6915 LTLIBOBJS!$LTLIBOBJS$ac_delim 6916 _ACEOF 6917 6918 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then 6919 break 6920 elif $ac_last_try; then 6921 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 6922 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 6923 { (exit 1); exit 1; }; } 6924 else 6925 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 5733 if test -n "\$CONFIG_FILES"; then 5734 # Protect against being on the right side of a sed subst in config.status. 5735 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 5736 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 5737 s,@SHELL@,$SHELL,;t t 5738 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 5739 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 5740 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 5741 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 5742 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 5743 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 5744 s,@exec_prefix@,$exec_prefix,;t t 5745 s,@prefix@,$prefix,;t t 5746 s,@program_transform_name@,$program_transform_name,;t t 5747 s,@bindir@,$bindir,;t t 5748 s,@sbindir@,$sbindir,;t t 5749 s,@libexecdir@,$libexecdir,;t t 5750 s,@datadir@,$datadir,;t t 5751 s,@sysconfdir@,$sysconfdir,;t t 5752 s,@sharedstatedir@,$sharedstatedir,;t t 5753 s,@localstatedir@,$localstatedir,;t t 5754 s,@libdir@,$libdir,;t t 5755 s,@includedir@,$includedir,;t t 5756 s,@oldincludedir@,$oldincludedir,;t t 5757 s,@infodir@,$infodir,;t t 5758 s,@mandir@,$mandir,;t t 5759 s,@build_alias@,$build_alias,;t t 5760 s,@host_alias@,$host_alias,;t t 5761 s,@target_alias@,$target_alias,;t t 5762 s,@DEFS@,$DEFS,;t t 5763 s,@ECHO_C@,$ECHO_C,;t t 5764 s,@ECHO_N@,$ECHO_N,;t t 5765 s,@ECHO_T@,$ECHO_T,;t t 5766 s,@LIBS@,$LIBS,;t t 5767 s,@CC@,$CC,;t t 5768 s,@CFLAGS@,$CFLAGS,;t t 5769 s,@LDFLAGS@,$LDFLAGS,;t t 5770 s,@CPPFLAGS@,$CPPFLAGS,;t t 5771 s,@ac_ct_CC@,$ac_ct_CC,;t t 5772 s,@EXEEXT@,$EXEEXT,;t t 5773 s,@OBJEXT@,$OBJEXT,;t t 5774 s,@YACC@,$YACC,;t t 5775 s,@LEX@,$LEX,;t t 5776 s,@LEXLIB@,$LEXLIB,;t t 5777 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t 5778 s,@AR@,$AR,;t t 5779 s,@ac_ct_AR@,$ac_ct_AR,;t t 5780 s,@RANLIB@,$RANLIB,;t t 5781 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 5782 s,@build@,$build,;t t 5783 s,@build_cpu@,$build_cpu,;t t 5784 s,@build_vendor@,$build_vendor,;t t 5785 s,@build_os@,$build_os,;t t 5786 s,@host@,$host,;t t 5787 s,@host_cpu@,$host_cpu,;t t 5788 s,@host_vendor@,$host_vendor,;t t 5789 s,@host_os@,$host_os,;t t 5790 s,@target@,$target,;t t 5791 s,@target_cpu@,$target_cpu,;t t 5792 s,@target_vendor@,$target_vendor,;t t 5793 s,@target_os@,$target_os,;t t 5794 s,@CPP@,$CPP,;t t 5795 s,@EGREP@,$EGREP,;t t 5796 s,@LIBOBJS@,$LIBOBJS,;t t 5797 s,@NEWT_LDIMPORT@,$NEWT_LDIMPORT,;t t 5798 s,@NEWT_LDFLAGS@,$NEWT_LDFLAGS,;t t 5799 s,@LIBNEWT_LDSHARED@,$LIBNEWT_LDSHARED,;t t 5800 s,@LINK_NEWT_APP_@,$LINK_NEWT_APP_,;t t 5801 s,@DLEXT@,$DLEXT,;t t 5802 s,@MAKE_EXT@,$MAKE_EXT,;t t 5803 s,@MAKE_CONTRIB@,$MAKE_CONTRIB,;t t 5804 s,@BINDIR@,$BINDIR,;t t 5805 s,@sitedir@,$sitedir,;t t 5806 s,@libffidir@,$libffidir,;t t 5807 s,@__NAMED_MAGIC_POINTER__@,$__NAMED_MAGIC_POINTER__,;t t 5808 s,@LIBREGEX@,$LIBREGEX,;t t 5809 s,@LIBCOMMAND@,$LIBCOMMAND,;t t 5810 s,@LIBEXT@,$LIBEXT,;t t 5811 s,@LTLIBOBJS@,$LTLIBOBJS,;t t 5812 CEOF 5813 5814 _ACEOF 5815 5816 cat >>$CONFIG_STATUS <<\_ACEOF 5817 # Split the substitutions into bite-sized pieces for seds with 5818 # small command number limits, like on Digital OSF/1 and HP-UX. 5819 ac_max_sed_lines=48 5820 ac_sed_frag=1 # Number of current file. 5821 ac_beg=1 # First line for current file. 5822 ac_end=$ac_max_sed_lines # Line after last line for current file. 5823 ac_more_lines=: 5824 ac_sed_cmds= 5825 while $ac_more_lines; do 5826 if test $ac_beg -gt 1; then 5827 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 5828 else 5829 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 5830 fi 5831 if test ! -s $tmp/subs.frag; then 5832 ac_more_lines=false 5833 else 5834 # The purpose of the label and of the branching condition is to 5835 # speed up the sed processing (if there are no `@' at all, there 5836 # is no need to browse any of the substitutions). 5837 # These are the two extra sed commands mentioned above. 5838 (echo ':t 5839 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 5840 if test -z "$ac_sed_cmds"; then 5841 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 5842 else 5843 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 5844 fi 5845 ac_sed_frag=`expr $ac_sed_frag + 1` 5846 ac_beg=$ac_end 5847 ac_end=`expr $ac_end + $ac_max_sed_lines` 5848 fi 5849 done 5850 if test -z "$ac_sed_cmds"; then 5851 ac_sed_cmds=cat 6926 5852 fi 6927 done 6928 6929 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 6930 if test -n "$ac_eof"; then 6931 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 6932 ac_eof=`expr $ac_eof + 1` 6933 fi 6934 6935 cat >>$CONFIG_STATUS <<_ACEOF 6936 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 6937 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 6938 _ACEOF 6939 sed ' 6940 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 6941 s/^/s,@/; s/!/@,|#_!!_#|/ 6942 :n 6943 t n 6944 s/'"$ac_delim"'$/,g/; t 6945 s/$/\\/; p 6946 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 6947 ' >>$CONFIG_STATUS <conf$$subs.sed 6948 rm -f conf$$subs.sed 6949 cat >>$CONFIG_STATUS <<_ACEOF 6950 :end 6951 s/|#_!!_#|//g 6952 CEOF$ac_eof 6953 _ACEOF 6954 6955 6956 # VPATH may cause trouble with some makes, so we remove $(srcdir), 6957 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 6958 # trailing colons and then remove the whole line if VPATH becomes empty 6959 # (actually we leave an empty line to preserve line numbers). 6960 if test "x$srcdir" = x.; then 6961 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 6962 s/:*\$(srcdir):*/:/ 6963 s/:*\${srcdir}:*/:/ 6964 s/:*@srcdir@:*/:/ 6965 s/^\([^=]*=[ ]*\):*/\1/ 6966 s/:*$// 6967 s/^[^=]*=[ ]*$// 6968 }' 6969 fi 6970 5853 fi # test -n "$CONFIG_FILES" 5854 5855 _ACEOF 6971 5856 cat >>$CONFIG_STATUS <<\_ACEOF 6972 fi # test -n "$CONFIG_FILES" 6973 6974 6975 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS 6976 do 6977 case $ac_tag in 6978 :[FHLC]) ac_mode=$ac_tag; continue;; 5857 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 5858 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 5859 case $ac_file in 5860 - | *:- | *:-:* ) # input from stdin 5861 cat >$tmp/stdin 5862 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 5863 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 5864 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 5865 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 5866 * ) ac_file_in=$ac_file.in ;; 6979 5867 esac 6980 case $ac_mode$ac_tag in 6981 :[FHL]*:*);; 6982 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 6983 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 6984 { (exit 1); exit 1; }; };; 6985 :[FH]-) ac_tag=-:-;; 6986 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 6987 esac 6988 ac_save_IFS=$IFS 6989 IFS=: 6990 set x $ac_tag 6991 IFS=$ac_save_IFS 6992 shift 6993 ac_file=$1 6994 shift 6995 6996 case $ac_mode in 6997 :L) ac_source=$1;; 6998 :[FH]) 6999 ac_file_inputs= 7000 for ac_f 7001 do 7002 case $ac_f in 7003 -) ac_f="$tmp/stdin";; 7004 *) # Look for the file first in the build tree, then in the source tree 7005 # (if the path is not absolute). The absolute path cannot be DOS-style, 7006 # because $ac_f cannot contain `:'. 7007 test -f "$ac_f" || 7008 case $ac_f in 7009 [\\/$]*) false;; 7010 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 7011 esac || 7012 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 7013 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 7014 { (exit 1); exit 1; }; };; 7015 esac 7016 ac_file_inputs="$ac_file_inputs $ac_f" 7017 done 7018 7019 # Let's still pretend it is `configure' which instantiates (i.e., don't 7020 # use $as_me), people would be surprised to read: 7021 # /* config.h. Generated by config.status. */ 7022 configure_input="Generated from "`IFS=: 7023 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 7024 if test x"$ac_file" != x-; then 7025 configure_input="$ac_file. $configure_input" 7026 { echo "$as_me:$LINENO: creating $ac_file" >&5 7027 echo "$as_me: creating $ac_file" >&6;} 7028 fi 7029 7030 case $ac_tag in 7031 *:-:* | *:-) cat >"$tmp/stdin";; 7032 esac 7033 ;; 7034 esac 7035 7036 ac_dir=`$as_dirname -- "$ac_file" || 5868 5869 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 5870 ac_dir=`(dirname "$ac_file") 2>/dev/null || 7037 5871 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 7038 5872 X"$ac_file" : 'X\(//\)[^/]' \| \ 7039 5873 X"$ac_file" : 'X\(//\)$' \| \ 7040 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 5874 X"$ac_file" : 'X\(/\)' \| \ 5875 . : '\(.\)' 2>/dev/null || 7041 5876 echo X"$ac_file" | 7042 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 7043 s//\1/ 7044 q 7045 } 7046 /^X\(\/\/\)[^/].*/{ 7047 s//\1/ 7048 q 7049 } 7050 /^X\(\/\/\)$/{ 7051 s//\1/ 7052 q 7053 } 7054 /^X\(\/\).*/{ 7055 s//\1/ 7056 q 7057 } 7058 s/.*/./; q'` 7059 { as_dir="$ac_dir" 7060 case $as_dir in #( 7061 -*) as_dir=./$as_dir;; 7062 esac 7063 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 5877 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 5878 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 5879 /^X\(\/\/\)$/{ s//\1/; q; } 5880 /^X\(\/\).*/{ s//\1/; q; } 5881 s/.*/./; q'` 5882 { if $as_mkdir_p; then 5883 mkdir -p "$ac_dir" 5884 else 5885 as_dir="$ac_dir" 7064 5886 as_dirs= 7065 while :; do 7066 case $as_dir in #( 7067 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 7068 *) as_qdir=$as_dir;; 7069 esac 7070 as_dirs="'$as_qdir' $as_dirs" 7071 as_dir=`$as_dirname -- "$as_dir" || 5887 while test ! -d "$as_dir"; do 5888 as_dirs="$as_dir $as_dirs" 5889 as_dir=`(dirname "$as_dir") 2>/dev/null || 7072 5890 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 7073 5891 X"$as_dir" : 'X\(//\)[^/]' \| \ 7074 5892 X"$as_dir" : 'X\(//\)$' \| \ 7075 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 5893 X"$as_dir" : 'X\(/\)' \| \ 5894 . : '\(.\)' 2>/dev/null || 7076 5895 echo X"$as_dir" | 7077 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 7078 s//\1/ 7079 q 7080 } 7081 /^X\(\/\/\)[^/].*/{ 7082 s//\1/ 7083 q 7084 } 7085 /^X\(\/\/\)$/{ 7086 s//\1/ 7087 q 7088 } 7089 /^X\(\/\).*/{ 7090 s//\1/ 7091 q 7092 } 7093 s/.*/./; q'` 7094 test -d "$as_dir" && break 5896 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 5897 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 5898 /^X\(\/\/\)$/{ s//\1/; q; } 5899 /^X\(\/\).*/{ s//\1/; q; } 5900 s/.*/./; q'` 7095 5901 done 7096 test -z "$as_dirs" || eval "mkdir $as_dirs"7097 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&57098 echo "$as_me: error: cannot create directory $as_dir" >&2;}5902 test ! -n "$as_dirs" || mkdir $as_dirs 5903 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 5904 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 7099 5905 { (exit 1); exit 1; }; }; } 5906 7100 5907 ac_builddir=. 7101 5908 7102 case "$ac_dir" in 7103 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 5909 if test "$ac_dir" != .; then 5910 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 5911 # A "../" for each directory in $ac_dir_suffix. 5912 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 5913 else 5914 ac_dir_suffix= ac_top_builddir= 5915 fi 5916 5917 case $srcdir in 5918 .) # No --srcdir option. We are building in place. 5919 ac_srcdir=. 5920 if test -z "$ac_top_builddir"; then 5921 ac_top_srcdir=. 5922 else 5923 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 5924 fi ;; 5925 [\\/]* | ?:[\\/]* ) # Absolute path. 5926 ac_srcdir=$srcdir$ac_dir_suffix; 5927 ac_top_srcdir=$srcdir ;; 5928 *) # Relative path. 5929 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 5930 ac_top_srcdir=$ac_top_builddir$srcdir ;; 5931 esac 5932 5933 # Do not use `cd foo && pwd` to compute absolute paths, because 5934 # the directories may not exist. 5935 case `pwd` in 5936 .) ac_abs_builddir="$ac_dir";; 7104 5937 *) 7105 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 7106 # A ".." for each directory in $ac_dir_suffix. 7107 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 7108 case $ac_top_builddir_sub in 7109 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 7110 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 7111 esac ;; 5938 case "$ac_dir" in 5939 .) ac_abs_builddir=`pwd`;; 5940 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 5941 *) ac_abs_builddir=`pwd`/"$ac_dir";; 5942 esac;; 7112 5943 esac 7113 ac_abs_top_builddir=$ac_pwd 7114 ac_abs_builddir=$ac_pwd$ac_dir_suffix 7115 # for backward compatibility: 7116 ac_top_builddir=$ac_top_build_prefix 7117 7118 case $srcdir in 7119 .) # We are building in place. 7120 ac_srcdir=. 7121 ac_top_srcdir=$ac_top_builddir_sub 7122 ac_abs_top_srcdir=$ac_pwd ;; 7123 [\\/]* | ?:[\\/]* ) # Absolute name. 7124 ac_srcdir=$srcdir$ac_dir_suffix; 7125 ac_top_srcdir=$srcdir 7126 ac_abs_top_srcdir=$srcdir ;; 7127 *) # Relative name. 7128 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 7129 ac_top_srcdir=$ac_top_build_prefix$srcdir 7130 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 5944 case $ac_abs_builddir in 5945 .) ac_abs_top_builddir=${ac_top_builddir}.;; 5946 *) 5947 case ${ac_top_builddir}. in 5948 .) ac_abs_top_builddir=$ac_abs_builddir;; 5949 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 5950 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 5951 esac;; 7131 5952 esac 7132 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 7133 7134 7135 case $ac_mode in 7136 :F) 7137 # 7138 # CONFIG_FILE 7139 # 7140 7141 _ACEOF 7142 7143 cat >>$CONFIG_STATUS <<\_ACEOF 7144 # If the template does not know about datarootdir, expand it. 7145 # FIXME: This hack should be removed a few years after 2.60. 7146 ac_datarootdir_hack=; ac_datarootdir_seen= 7147 7148 case `sed -n '/datarootdir/ { 7149 p 7150 q 7151 } 7152 /@datadir@/p 7153 /@docdir@/p 7154 /@infodir@/p 7155 /@localedir@/p 7156 /@mandir@/p 7157 ' $ac_file_inputs` in 7158 *datarootdir*) ac_datarootdir_seen=yes;; 7159 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 7160 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 7161 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 7162 _ACEOF 7163 cat >>$CONFIG_STATUS <<_ACEOF 7164 ac_datarootdir_hack=' 7165 s&@datadir@&$datadir&g 7166 s&@docdir@&$docdir&g 7167 s&@infodir@&$infodir&g 7168 s&@localedir@&$localedir&g 7169 s&@mandir@&$mandir&g 7170 s&\\\${datarootdir}&$datarootdir&g' ;; 5953 case $ac_abs_builddir in 5954 .) ac_abs_srcdir=$ac_srcdir;; 5955 *) 5956 case $ac_srcdir in 5957 .) ac_abs_srcdir=$ac_abs_builddir;; 5958 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 5959 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 5960 esac;; 7171 5961 esac 7172 _ACEOF 7173 7174 # Neutralize VPATH when `$srcdir' = `.'. 7175 # Shell code in configure.ac might set extrasub. 7176 # FIXME: do we really want to maintain this feature? 5962 case $ac_abs_builddir in 5963 .) ac_abs_top_srcdir=$ac_top_srcdir;; 5964 *) 5965 case $ac_top_srcdir in 5966 .) ac_abs_top_srcdir=$ac_abs_builddir;; 5967 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 5968 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 5969 esac;; 5970 esac 5971 5972 5973 5974 if test x"$ac_file" != x-; then 5975 { echo "$as_me:$LINENO: creating $ac_file" >&5 5976 echo "$as_me: creating $ac_file" >&6;} 5977 rm -f "$ac_file" 5978 fi 5979 # Let's still pretend it is `configure' which instantiates (i.e., don't 5980 # use $as_me), people would be surprised to read: 5981 # /* config.h. Generated by config.status. */ 5982 if test x"$ac_file" = x-; then 5983 configure_input= 5984 else 5985 configure_input="$ac_file. " 5986 fi 5987 configure_input=$configure_input"Generated from `echo $ac_file_in | 5988 sed 's,.*/,,'` by configure." 5989 5990 # First look for the input files in the build tree, otherwise in the 5991 # src tree. 5992 ac_file_inputs=`IFS=: 5993 for f in $ac_file_in; do 5994 case $f in 5995 -) echo $tmp/stdin ;; 5996 [\\/$]*) 5997 # Absolute (can't be DOS-style, as IFS=:) 5998 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 5999 echo "$as_me: error: cannot find input file: $f" >&2;} 6000 { (exit 1); exit 1; }; } 6001 echo "$f";; 6002 *) # Relative 6003 if test -f "$f"; then 6004 # Build tree 6005 echo "$f" 6006 elif test -f "$srcdir/$f"; then 6007 # Source tree 6008 echo "$srcdir/$f" 6009 else 6010 # /dev/null tree 6011 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 6012 echo "$as_me: error: cannot find input file: $f" >&2;} 6013 { (exit 1); exit 1; }; } 6014 fi;; 6015 esac 6016 done` || { (exit 1); exit 1; } 6017 _ACEOF 7177 6018 cat >>$CONFIG_STATUS <<_ACEOF 7178 6019 sed "$ac_vpsub … … 7182 6023 :t 7183 6024 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 7184 s&@configure_input@&$configure_input&;t t 7185 s&@top_builddir@&$ac_top_builddir_sub&;t t 7186 s&@srcdir@&$ac_srcdir&;t t 7187 s&@abs_srcdir@&$ac_abs_srcdir&;t t 7188 s&@top_srcdir@&$ac_top_srcdir&;t t 7189 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 7190 s&@builddir@&$ac_builddir&;t t 7191 s&@abs_builddir@&$ac_abs_builddir&;t t 7192 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 7193 $ac_datarootdir_hack 7194 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 7195 7196 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 7197 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 7198 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 7199 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 7200 which seems to be undefined. Please make sure it is defined." >&5 7201 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 7202 which seems to be undefined. Please make sure it is defined." >&2;} 7203 7204 rm -f "$tmp/stdin" 6025 s,@configure_input@,$configure_input,;t t 6026 s,@srcdir@,$ac_srcdir,;t t 6027 s,@abs_srcdir@,$ac_abs_srcdir,;t t 6028 s,@top_srcdir@,$ac_top_srcdir,;t t 6029 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 6030 s,@builddir@,$ac_builddir,;t t 6031 s,@abs_builddir@,$ac_abs_builddir,;t t 6032 s,@top_builddir@,$ac_top_builddir,;t t 6033 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 6034 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 6035 rm -f $tmp/stdin 6036 if test x"$ac_file" != x-; then 6037 mv $tmp/out $ac_file 6038 else 6039 cat $tmp/out 6040 rm -f $tmp/out 6041 fi 6042 6043 done 6044 _ACEOF 6045 cat >>$CONFIG_STATUS <<\_ACEOF 6046 6047 # 6048 # CONFIG_HEADER section. 6049 # 6050 6051 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 6052 # NAME is the cpp macro being defined and VALUE is the value it is being given. 6053 # 6054 # ac_d sets the value in "#define NAME VALUE" lines. 6055 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 6056 ac_dB='[ ].*$,\1#\2' 6057 ac_dC=' ' 6058 ac_dD=',;t' 6059 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 6060 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 6061 ac_uB='$,\1#\2define\3' 6062 ac_uC=' ' 6063 ac_uD=',;t' 6064 6065 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue 6066 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 7205 6067 case $ac_file in 7206 -) cat "$tmp/out"; rm -f "$tmp/out";; 7207 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 6068 - | *:- | *:-:* ) # input from stdin 6069 cat >$tmp/stdin 6070 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 6071 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 6072 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 6073 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 6074 * ) ac_file_in=$ac_file.in ;; 7208 6075 esac 7209 ;; 7210 :H) 7211 # 7212 # CONFIG_HEADER 7213 # 7214 _ACEOF 7215 7216 # Transform confdefs.h into a sed script `conftest.defines', that 7217 # substitutes the proper values into config.h.in to produce config.h. 7218 rm -f conftest.defines conftest.tail 7219 # First, append a space to every undef/define line, to ease matching. 7220 echo 's/$/ /' >conftest.defines 7221 # Then, protect against being on the right side of a sed subst, or in 7222 # an unquoted here document, in config.status. If some macros were 7223 # called several times there might be several #defines for the same 7224 # symbol, which is useless. But do not sort them, since the last 7225 # AC_DEFINE must be honored. 7226 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 7227 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 7228 # NAME is the cpp macro being defined, VALUE is the value it is being given. 7229 # PARAMS is the parameter list in the macro definition--in most cases, it's 7230 # just an empty string. 7231 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 7232 ac_dB='\\)[ (].*,\\1define\\2' 7233 ac_dC=' ' 7234 ac_dD=' ,' 7235 7236 uniq confdefs.h | 7237 sed -n ' 7238 t rset 7239 :rset 7240 s/^[ ]*#[ ]*define[ ][ ]*// 7241 t ok 7242 d 7243 :ok 7244 s/[\\&,]/\\&/g 7245 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 7246 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 7247 ' >>conftest.defines 7248 7249 # Remove the space that was appended to ease matching. 7250 # Then replace #undef with comments. This is necessary, for 6076 6077 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 6078 echo "$as_me: creating $ac_file" >&6;} 6079 6080 # First look for the input files in the build tree, otherwise in the 6081 # src tree. 6082 ac_file_inputs=`IFS=: 6083 for f in $ac_file_in; do 6084 case $f in 6085 -) echo $tmp/stdin ;; 6086 [\\/$]*) 6087 # Absolute (can't be DOS-style, as IFS=:) 6088 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 6089 echo "$as_me: error: cannot find input file: $f" >&2;} 6090 { (exit 1); exit 1; }; } 6091 # Do quote $f, to prevent DOS paths from being IFS'd. 6092 echo "$f";; 6093 *) # Relative 6094 if test -f "$f"; then 6095 # Build tree 6096 echo "$f" 6097 elif test -f "$srcdir/$f"; then 6098 # Source tree 6099 echo "$srcdir/$f" 6100 else 6101 # /dev/null tree 6102 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 6103 echo "$as_me: error: cannot find input file: $f" >&2;} 6104 { (exit 1); exit 1; }; } 6105 fi;; 6106 esac 6107 done` || { (exit 1); exit 1; } 6108 # Remove the trailing spaces. 6109 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 6110 6111 _ACEOF 6112 6113 # Transform confdefs.h into two sed scripts, `conftest.defines' and 6114 # `conftest.undefs', that substitutes the proper values into 6115 # config.h.in to produce config.h. The first handles `#define' 6116 # templates, and the second `#undef' templates. 6117 # And first: Protect against being on the right side of a sed subst in 6118 # config.status. Protect against being in an unquoted here document 6119 # in config.status. 6120 rm -f conftest.defines conftest.undefs 6121 # Using a here document instead of a string reduces the quoting nightmare. 6122 # Putting comments in sed scripts is not portable. 6123 # 6124 # `end' is used to avoid that the second main sed command (meant for 6125 # 0-ary CPP macros) applies to n-ary macro definitions. 6126 # See the Autoconf documentation for `clear'. 6127 cat >confdef2sed.sed <<\_ACEOF 6128 s/[\\&,]/\\&/g 6129 s,[\\$`],\\&,g 6130 t clear 6131 : clear 6132 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 6133 t end 6134 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 6135 : end 6136 _ACEOF 6137 # If some macros were called several times there might be several times 6138 # the same #defines, which is useless. Nevertheless, we may not want to 6139 # sort them, since we want the *last* AC-DEFINE to be honored. 6140 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines 6141 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs 6142 rm -f confdef2sed.sed 6143 6144 # This sed command replaces #undef with comments. This is necessary, for 7251 6145 # example, in the case of _POSIX_SOURCE, which is predefined and required 7252 6146 # on some systems where configure will not decide to define it. 7253 # (The regexp can be short, since the line contains either #define or #undef.) 7254 echo 's/ $// 7255 s,^[ #]*u.*,/* & */,' >>conftest.defines 7256 7257 # Break up conftest.defines: 7258 ac_max_sed_lines=50 7259 7260 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 7261 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 7262 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 7263 # et cetera. 7264 ac_in='$ac_file_inputs' 7265 ac_out='"$tmp/out1"' 7266 ac_nxt='"$tmp/out2"' 7267 7268 while : 6147 cat >>conftest.undefs <<\_ACEOF 6148 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 6149 _ACEOF 6150 6151 # Break up conftest.defines because some shells have a limit on the size 6152 # of here documents, and old seds have small limits too (100 cmds). 6153 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 6154 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 6155 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 6156 echo ' :' >>$CONFIG_STATUS 6157 rm -f conftest.tail 6158 while grep . conftest.defines >/dev/null 7269 6159 do 7270 # Write a here document: 7271 cat >>$CONFIG_STATUS <<_ACEOF 7272 # First, check the format of the line: 7273 cat >"\$tmp/defines.sed" <<\\CEOF 7274 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 7275 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 7276 b 7277 :def 7278 _ACEOF 7279 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 6160 # Write a limited-size here document to $tmp/defines.sed. 6161 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 6162 # Speed up: don't consider the non `#define' lines. 6163 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 6164 # Work around the forget-to-reset-the-flag bug. 6165 echo 't clr' >>$CONFIG_STATUS 6166 echo ': clr' >>$CONFIG_STATUS 6167 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS 7280 6168 echo 'CEOF 7281 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 7282 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 7283 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 7284 grep . conftest.tail >/dev/null || break 6169 sed -f $tmp/defines.sed $tmp/in >$tmp/out 6170 rm -f $tmp/in 6171 mv $tmp/out $tmp/in 6172 ' >>$CONFIG_STATUS 6173 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail 7285 6174 rm -f conftest.defines 7286 6175 mv conftest.tail conftest.defines 7287 6176 done 7288 rm -f conftest.defines conftest.tail 7289 7290 echo "ac_result=$ac_in" >>$CONFIG_STATUS 6177 rm -f conftest.defines 6178 echo ' fi # grep' >>$CONFIG_STATUS 6179 echo >>$CONFIG_STATUS 6180 6181 # Break up conftest.undefs because some shells have a limit on the size 6182 # of here documents, and old seds have small limits too (100 cmds). 6183 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS 6184 rm -f conftest.tail 6185 while grep . conftest.undefs >/dev/null 6186 do 6187 # Write a limited-size here document to $tmp/undefs.sed. 6188 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 6189 # Speed up: don't consider the non `#undef' 6190 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 6191 # Work around the forget-to-reset-the-flag bug. 6192 echo 't clr' >>$CONFIG_STATUS 6193 echo ': clr' >>$CONFIG_STATUS 6194 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS 6195 echo 'CEOF 6196 sed -f $tmp/undefs.sed $tmp/in >$tmp/out 6197 rm -f $tmp/in 6198 mv $tmp/out $tmp/in 6199 ' >>$CONFIG_STATUS 6200 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail 6201 rm -f conftest.undefs 6202 mv conftest.tail conftest.undefs 6203 done 6204 rm -f conftest.undefs 6205 7291 6206 cat >>$CONFIG_STATUS <<\_ACEOF 6207 # Let's still pretend it is `configure' which instantiates (i.e., don't 6208 # use $as_me), people would be surprised to read: 6209 # /* config.h. Generated by config.status. */ 6210 if test x"$ac_file" = x-; then 6211 echo "/* Generated by configure. */" >$tmp/config.h 6212 else 6213 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h 6214 fi 6215 cat $tmp/in >>$tmp/config.h 6216 rm -f $tmp/in 7292 6217 if test x"$ac_file" != x-; then 7293 echo "/* $configure_input */" >"$tmp/config.h" 7294 cat "$ac_result" >>"$tmp/config.h" 7295 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 6218 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then 7296 6219 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 7297 6220 echo "$as_me: $ac_file is unchanged" >&6;} 7298 6221 else 6222 ac_dir=`(dirname "$ac_file") 2>/dev/null || 6223 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6224 X"$ac_file" : 'X\(//\)[^/]' \| \ 6225 X"$ac_file" : 'X\(//\)$' \| \ 6226 X"$ac_file" : 'X\(/\)' \| \ 6227 . : '\(.\)' 2>/dev/null || 6228 echo X"$ac_file" | 6229 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 6230 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 6231 /^X\(\/\/\)$/{ s//\1/; q; } 6232 /^X\(\/\).*/{ s//\1/; q; } 6233 s/.*/./; q'` 6234 { if $as_mkdir_p; then 6235 mkdir -p "$ac_dir" 6236 else 6237 as_dir="$ac_dir" 6238 as_dirs= 6239 while test ! -d "$as_dir"; do 6240 as_dirs="$as_dir $as_dirs" 6241 as_dir=`(dirname "$as_dir") 2>/dev/null || 6242 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6243 X"$as_dir" : 'X\(//\)[^/]' \| \ 6244 X"$as_dir" : 'X\(//\)$' \| \ 6245 X"$as_dir" : 'X\(/\)' \| \ 6246 . : '\(.\)' 2>/dev/null || 6247 echo X"$as_dir" | 6248 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 6249 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 6250 /^X\(\/\/\)$/{ s//\1/; q; } 6251 /^X\(\/\).*/{ s//\1/; q; } 6252 s/.*/./; q'` 6253 done 6254 test ! -n "$as_dirs" || mkdir $as_dirs 6255 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 6256 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 6257 { (exit 1); exit 1; }; }; } 6258 7299 6259 rm -f $ac_file 7300 mv "$tmp/config.h"$ac_file6260 mv $tmp/config.h $ac_file 7301 6261 fi 7302 6262 else 7303 echo "/* $configure_input */"7304 cat "$ac_result"6263 cat $tmp/config.h 6264 rm -f $tmp/config.h 7305 6265 fi 7306 rm -f "$tmp/out12" 7307 ;; 7308 7309 7310 esac 7311 7312 done # for ac_tag 7313 6266 done 6267 _ACEOF 6268 6269 cat >>$CONFIG_STATUS <<\_ACEOF 7314 6270 7315 6271 { (exit 0); exit 0; } -
NEWT0/trunk/configure.in
r102 r114 223 223 ext/protoREGEX/Makefile 224 224 contrib/inwt/Makefile 225 contrib/inwt/inwt226 225 contrib/NativeCalls/Makefile 227 226 contrib/NewtObjC/Makefile])
Note: See TracChangeset
for help on using the changeset viewer.
