Changeset 114
- Timestamp:
- 08/19/07 18:28:11 (4 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
