- Timestamp:
- Dec 29, 2008, 8:15:49 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a039cd4
- Parents:
- 386216c
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/ncurses-5.7-branch_update-2.patch
r386216c rc5ae37b 1 1 Submitted By: Jim Gifford (jim at linuxfromscratch dot org) 2 Date: 12-2 0-20082 Date: 12-29-2008 3 3 Initial Package Version: 5.7 4 4 Origin: Upstream 5 5 Upstream Status: Applied 6 6 Description: This is a branch update for NCurses-5.7, and should be 7 rechecked periodically. This patch covers up to 5.7-200812 13.7 rechecked periodically. This patch covers up to 5.7-20081227. 8 8 9 9 diff -Naur ncurses-5.7.orig/Ada95/samples/Makefile.in ncurses-5.7/Ada95/samples/Makefile.in 10 10 --- ncurses-5.7.orig/Ada95/samples/Makefile.in 2006-12-17 08:45:02.000000000 -0800 11 +++ ncurses-5.7/Ada95/samples/Makefile.in 2008-12-2 0 14:47:10.000000000 -080011 +++ ncurses-5.7/Ada95/samples/Makefile.in 2008-12-29 20:11:45.000000000 -0800 12 12 @@ -1,5 +1,5 @@ 13 13 ############################################################################## … … 37 37 diff -Naur ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 38 38 --- ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb 2008-07-26 11:51:11.000000000 -0700 39 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 2008-12-2 0 14:47:10.000000000 -080039 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 2008-12-29 20:11:45.000000000 -0800 40 40 @@ -35,8 +35,8 @@ 41 41 ------------------------------------------------------------------------------ … … 60 60 diff -Naur ncurses-5.7.orig/INSTALL ncurses-5.7/INSTALL 61 61 --- ncurses-5.7.orig/INSTALL 2008-11-02 13:13:51.000000000 -0800 62 +++ ncurses-5.7/INSTALL 2008-12-2 0 14:47:08.000000000 -080062 +++ ncurses-5.7/INSTALL 2008-12-29 20:11:42.000000000 -0800 63 63 @@ -25,7 +25,7 @@ 64 64 -- sale, use or other dealings in this Software without prior written -- … … 82 82 diff -Naur ncurses-5.7.orig/MANIFEST ncurses-5.7/MANIFEST 83 83 --- ncurses-5.7.orig/MANIFEST 2008-10-25 16:47:24.000000000 -0700 84 +++ ncurses-5.7/MANIFEST 2008-12-2 0 14:47:08.000000000 -080084 +++ ncurses-5.7/MANIFEST 2008-12-29 20:11:58.000000000 -0800 85 85 @@ -640,6 +640,7 @@ 86 86 ./man/ncurses.3x … … 99 99 ./progs/toe.c 100 100 ./progs/tput.c 101 @@ -963,6 +965,7 @@ 102 ./test/cardfile.c 103 ./test/cardfile.dat 104 ./test/chgat.c 105 +./test/clip_printw.c 106 ./test/color_set.c 107 ./test/configure 108 ./test/configure.in 109 @@ -990,6 +993,7 @@ 110 ./test/inch_wide.c 111 ./test/inchs.c 112 ./test/ins_wide.c 113 +./test/insdelln.c 114 ./test/inserts.c 115 ./test/key_names.c 116 ./test/keynames.c 101 117 diff -Naur ncurses-5.7.orig/NEWS ncurses-5.7/NEWS 102 118 --- ncurses-5.7.orig/NEWS 2008-11-01 17:56:22.000000000 -0700 103 +++ ncurses-5.7/NEWS 2008-12-2 0 14:47:16.000000000 -0800119 +++ ncurses-5.7/NEWS 2008-12-29 20:12:06.000000000 -0800 104 120 @@ -25,7 +25,7 @@ 105 121 -- sale, use or other dealings in this Software without prior written -- … … 107 123 ------------------------------------------------------------------------------- 108 124 --- $Id: NEWS,v 1.1320 2008/11/02 00:56:22 tom Exp $ 109 +-- $Id: NEWS,v 1.13 39 2008/12/13 21:02:18tom Exp $125 +-- $Id: NEWS,v 1.1344 2008/12/28 01:14:55 tom Exp $ 110 126 ------------------------------------------------------------------------------- 111 127 112 128 This is a log of changes that ncurses has gone through since Zeyd started 113 @@ -45,6 +45, 62@@129 @@ -45,6 +45,75 @@ 114 130 Changes through 1.9.9e did not credit all contributions; 115 131 it is not possible to add this information. 116 132 133 +20081227 134 + + modify mk-1st.awk to work with extra categories for tinfo library. 135 + + modify configure script to allow building shared libraries with gcc 136 + on AIX 5 or 6 (adapted from patch by Lital Natan). 137 + 138 +20081220 139 + + modify to omit the opaque-functions from lib_gen.o when 140 + --disable-ext-funcs is used. 141 + + add test/clip_printw.c to illustrate how to use printw without 142 + wrapping. 143 + + modify ncurses 'F' test to demo wborder_set() with colored lines. 144 + + modify ncurses 'f' test to demo wborder() with colored lines. 145 + 117 146 +20081213 118 147 + + add check for failure to open hashed-database needed for db4.6 … … 176 205 diff -Naur ncurses-5.7.orig/TO-DO ncurses-5.7/TO-DO 177 206 --- ncurses-5.7.orig/TO-DO 2008-10-11 12:22:27.000000000 -0700 178 +++ ncurses-5.7/TO-DO 2008-12-2 0 14:47:12.000000000 -0800207 +++ ncurses-5.7/TO-DO 2008-12-29 20:11:47.000000000 -0800 179 208 @@ -25,7 +25,7 @@ 180 209 -- sale, use or other dealings in this Software without prior written -- … … 254 283 diff -Naur ncurses-5.7.orig/aclocal.m4 ncurses-5.7/aclocal.m4 255 284 --- ncurses-5.7.orig/aclocal.m4 2008-10-25 15:15:32.000000000 -0700 256 +++ ncurses-5.7/aclocal.m4 2008-12-2 0 14:47:16.000000000 -0800285 +++ ncurses-5.7/aclocal.m4 2008-12-29 20:12:06.000000000 -0800 257 286 @@ -28,7 +28,7 @@ 258 287 dnl … … 260 289 dnl 261 290 -dnl $Id: aclocal.m4,v 1.470 2008/10/25 22:15:32 tom Exp $ 262 +dnl $Id: aclocal.m4,v 1.47 5 2008/12/13 21:19:44tom Exp $291 +dnl $Id: aclocal.m4,v 1.477 2008/12/27 17:35:01 tom Exp $ 263 292 dnl Macros used in NCURSES auto-configuration script. 264 293 dnl 265 294 dnl These macros are maintained separately from NCURSES. The copyright on 266 @@ -1998,11 +1998,31 @@ 295 @@ -168,7 +168,7 @@ 296 297 ])dnl 298 dnl --------------------------------------------------------------------------- 299 -dnl CF_ADD_INCDIR version: 9 updated: 2008/02/09 13:15:34 300 +dnl CF_ADD_INCDIR version: 10 updated: 2008/12/27 12:30:03 301 dnl ------------- 302 dnl Add an include-directory to $CPPFLAGS. Don't add /usr/include, since it's 303 dnl redundant. We don't normally need to add -I/usr/local/include for gcc, 304 @@ -195,7 +195,7 @@ 305 fi 306 307 if test "$cf_have_incdir" = no ; then 308 - if test "$cf_add_incdir" = /usr/local/include ; then 309 + if test "$cf_add_incdir" = /usr/local/include ; then 310 if test "$GCC" = yes 311 then 312 cf_save_CPPFLAGS=$CPPFLAGS 313 @@ -213,9 +213,9 @@ 314 CF_VERBOSE(adding $cf_add_incdir to include-path) 315 ifelse($2,,CPPFLAGS,$2)="-I$cf_add_incdir $ifelse($2,,CPPFLAGS,[$]$2)" 316 317 - cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'` 318 - test "$cf_top_incdir" = "$cf_add_incdir" && break 319 - cf_add_incdir="$cf_top_incdir" 320 + cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'` 321 + test "$cf_top_incdir" = "$cf_add_incdir" && break 322 + cf_add_incdir="$cf_top_incdir" 323 else 324 break 325 fi 326 @@ -353,7 +353,7 @@ 327 fi 328 ])dnl 329 dnl --------------------------------------------------------------------------- 330 -dnl CF_AWK_BIG_PRINTF version: 2 updated: 2008/10/04 17:16:18 331 +dnl CF_AWK_BIG_PRINTF version: 3 updated: 2008/12/27 12:30:03 332 dnl ----------------- 333 dnl Check if awk can handle big strings using printf. Some older versions of 334 dnl awk choke on large strings passed via "%s". 335 @@ -362,19 +362,19 @@ 336 dnl $2 = variable to set with result 337 AC_DEFUN([CF_AWK_BIG_PRINTF], 338 [ 339 - case x$AWK in #(vi 340 - x) 341 - eval $2=no 342 - ;; 343 - *) #(vi 344 - if ( ${AWK} 'BEGIN { xx = "x"; while (length(xx) < $1) { xx = xx "x"; }; printf("%s\n", xx); }' \ 345 - | $AWK '{ printf "%d\n", length([$]0); }' | $AWK 'BEGIN { eqls=0; recs=0; } { recs++; if ([$]0 == 12000) eqls++; } END { if (recs != 1 || eqls != 1) exit 1; }' 2>/dev/null >/dev/null ) ; then 346 - eval $2=yes 347 - else 348 - eval $2=no 349 - fi 350 - ;; 351 - esac 352 + case x$AWK in #(vi 353 + x) 354 + eval $2=no 355 + ;; 356 + *) #(vi 357 + if ( ${AWK} 'BEGIN { xx = "x"; while (length(xx) < $1) { xx = xx "x"; }; printf("%s\n", xx); }' \ 358 + | $AWK '{ printf "%d\n", length([$]0); }' | $AWK 'BEGIN { eqls=0; recs=0; } { recs++; if ([$]0 == 12000) eqls++; } END { if (recs != 1 || eqls != 1) exit 1; }' 2>/dev/null >/dev/null ) ; then 359 + eval $2=yes 360 + else 361 + eval $2=no 362 + fi 363 + ;; 364 + esac 365 ])dnl 366 dnl --------------------------------------------------------------------------- 367 dnl CF_BOOL_DECL version: 8 updated: 2004/01/30 15:51:18 368 @@ -1019,7 +1019,7 @@ 369 CXXFLAGS="$cf_save_CXXFLAGS" 370 ]) 371 dnl --------------------------------------------------------------------------- 372 -dnl CF_FIND_LINKAGE version: 12 updated: 2007/07/29 20:13:53 373 +dnl CF_FIND_LINKAGE version: 13 updated: 2008/12/24 07:59:55 374 dnl --------------- 375 dnl Find a library (specifically the linkage used in the code fragment), 376 dnl searching for it if it is not already in the library path. 377 @@ -1052,6 +1052,7 @@ 378 cf_cv_find_linkage_$3=yes,[ 379 cf_cv_find_linkage_$3=no 380 381 + CF_VERBOSE(find linkage for $3 library) 382 CF_MSG_LOG([Searching for headers in [FIND_LINKAGE]($3,$6)]) 383 384 cf_save_CPPFLAGS="$CPPFLAGS" 385 @@ -1998,11 +1999,31 @@ 267 386 ]) 268 387 ])dnl … … 299 418 test "$includedir" != "/usr/include" && \ 300 419 test -d "$includedir" && { 301 @@ -2017,6 +203 7,7 @@420 @@ -2017,6 +2038,7 @@ 302 421 test -d $oldincludedir/$2 && $1="[$]$1 $oldincludedir/$2" 303 422 } … … 307 426 dnl --------------------------------------------------------------------------- 308 427 dnl CF_HELP_MESSAGE version: 3 updated: 1998/01/14 10:56:23 309 @@ -2193,11 +2214,33 @@ 428 @@ -2143,7 +2165,7 @@ 429 ]) 430 ]) 431 dnl --------------------------------------------------------------------------- 432 -dnl CF_LDFLAGS_STATIC version: 4 updated: 2008/10/18 17:58:20 433 +dnl CF_LDFLAGS_STATIC version: 5 updated: 2008/12/27 12:30:03 434 dnl ----------------- 435 dnl Check for compiler/linker flags used to temporarily force usage of static 436 dnl libraries. This depends on the compiler and platform. Use this to help 437 @@ -2153,7 +2175,7 @@ 438 439 if test "$GCC" = yes ; then 440 case $cf_cv_system_name in #( 441 - OS/2*|os2*|aix[[45]]*) #( vi 442 + OS/2*|os2*|aix[[4]]*) #( vi 443 LDFLAGS_STATIC= 444 LDFLAGS_SHARED= 445 ;; 446 @@ -2164,7 +2186,7 @@ 447 esac 448 else 449 case $cf_cv_system_name in #( 450 - aix[[45]]*) #( from ld manpage 451 + aix[[456]]*) #( from ld manpage 452 LDFLAGS_STATIC=-bstatic 453 LDFLAGS_SHARED=-bdynamic 454 ;; 455 @@ -2179,7 +2201,7 @@ 456 ;; 457 osf[[45]]*) #( from ld manpage osf4.0d, osf5.1 458 # alternative "-oldstyle_liblookup" (not in cc manpage) 459 - LDFLAGS_STATIC=-noso 460 + LDFLAGS_STATIC=-noso 461 LDFLAGS_SHARED=-so_archive 462 ;; 463 solaris2*) 464 @@ -2193,11 +2215,33 @@ 310 465 AC_SUBST(LDFLAGS_SHARED) 311 466 ]) … … 344 499 dnl CF_LIB_PREFIX version: 8 updated: 2008/09/13 11:34:16 345 500 dnl ------------- 346 @@ -2216,7 +22 59,7 @@501 @@ -2216,7 +2260,7 @@ 347 502 AC_SUBST(LIB_PREFIX) 348 503 ])dnl … … 353 508 dnl Append definitions and rules for the given models to the subdirectory 354 509 dnl Makefiles, and the recursion rule for the top-level Makefile. If the 355 @@ -2504,18 +254 7,28 @@510 @@ -2504,18 +2548,28 @@ 356 511 install.libs uninstall.libs \\ 357 512 install.data uninstall.data :: … … 382 537 if test -f $srcdir/$tack.h; then 383 538 cat >> Makefile <<CF_EOF 384 @@ -2526,6 +25 79,7 @@539 @@ -2526,6 +2580,7 @@ 385 540 CF_EOF 386 541 fi … … 390 545 dnl If we're installing into a subdirectory of /usr/include, etc., we should 391 546 dnl prepend the subdirectory's name to the "#include" paths. It won't hurt 392 @@ -4003,7 +4057,7 @@ 547 @@ -2679,7 +2734,7 @@ 548 ]) 549 ]) 550 dnl --------------------------------------------------------------------------- 551 -dnl CF_LIB_SUFFIX version: 15 updated: 2008/09/13 11:54:48 552 +dnl CF_LIB_SUFFIX version: 16 updated: 2008/12/27 12:30:03 553 dnl ------------- 554 dnl Compute the library file-suffix from the given model name 555 dnl $1 = model name 556 @@ -2689,40 +2744,44 @@ 557 AC_DEFUN([CF_LIB_SUFFIX], 558 [ 559 AC_REQUIRE([CF_SUBST_NCURSES_VERSION]) 560 - case $1 in 561 - libtool) 562 + case $1 in #(vi 563 + libtool) #(vi 564 $2='.la' 565 $3=[$]$2 566 ;; 567 - normal) 568 + normal) #(vi 569 $2='.a' 570 $3=[$]$2 571 ;; 572 - debug) 573 + debug) #(vi 574 $2='_g.a' 575 $3=[$]$2 576 ;; 577 - profile) 578 + profile) #(vi 579 $2='_p.a' 580 $3=[$]$2 581 ;; 582 - shared) 583 + shared) #(vi 584 case $cf_cv_system_name in 585 - cygwin*) 586 + aix[[56]]*) #(vi 587 + $2='.a' 588 + $3=[$]$2 589 + ;; 590 + cygwin*) #(vi 591 $2='.dll' 592 $3='.dll.a' 593 ;; 594 - darwin*) 595 + darwin*) #(vi 596 $2='.dylib' 597 $3=[$]$2 598 ;; 599 - hpux*) 600 + hpux*) #(vi 601 case $target in 602 - ia64*) 603 + ia64*) #(vi 604 $2='.so' 605 $3=[$]$2 606 ;; 607 - *) 608 + *) #(vi 609 $2='.sl' 610 $3=[$]$2 611 ;; 612 @@ -4003,7 +4062,7 @@ 393 613 esac 394 614 ])dnl … … 399 619 dnl Check for ldconfig, needed to fixup shared libraries that would be built 400 620 dnl and then used in the install. 401 @@ -4012,7 +40 66,7 @@621 @@ -4012,7 +4071,7 @@ 402 622 LDCONFIG=: 403 623 else … … 408 628 ;; 409 629 *) LDPATH=$PATH:/sbin:/usr/sbin 410 @@ -4642,7 +4696,7 @@ 630 @@ -4147,7 +4206,7 @@ 631 fi 632 ])dnl 633 dnl --------------------------------------------------------------------------- 634 -dnl CF_SHARED_OPTS version: 53 updated: 2008/10/25 18:14:20 635 +dnl CF_SHARED_OPTS version: 54 updated: 2008/12/27 12:30:03 636 dnl -------------- 637 dnl -------------- 638 dnl Attempt to determine the appropriate CC/LD options for creating a shared 639 @@ -4219,6 +4278,12 @@ 640 cf_cv_shlib_version_infix=no 641 642 case $cf_cv_system_name in 643 + aix[[56]]*) 644 + if test "$GCC" = yes; then 645 + CC_SHARED_OPTS= 646 + MK_SHARED_LIB="$(CC) -shared" 647 + fi 648 + ;; 649 beos*) 650 MK_SHARED_LIB='${CC} ${CFLAGS} -o $[@] -Xlinker -soname=`basename $[@]` -nostart -e 0' 651 ;; 652 @@ -4239,7 +4304,7 @@ 653 EOF 654 exec \[$]* -shared -Wl,--out-implib=../lib/\[$]{IMPORT_LIB} -Wl,--export-all-symbols -o ../lib/\[$]{SHARED_LIB} 655 CF_EOF 656 - chmod +x mk_shared_lib.sh 657 + chmod +x mk_shared_lib.sh 658 ;; 659 darwin*) 660 EXTRA_CFLAGS="-no-cpp-precomp" 661 @@ -4642,7 +4707,7 @@ 411 662 fi 412 663 ])dnl 413 664 dnl --------------------------------------------------------------------------- 414 665 -dnl CF_SRC_MODULES version: 18 updated: 2005/05/28 12:58:54 415 +dnl CF_SRC_MODULES version: 19 updated: 2008/12/13 16:10:19666 +dnl CF_SRC_MODULES version: 20 updated: 2008/12/27 12:30:03 416 667 dnl -------------- 417 668 dnl For each parameter, test if the source-directory exists, and if it contains 418 669 dnl a 'modules' file. If so, add to the list $cf_cv_src_modules which we'll 419 @@ -4717,7 +47 71,11 @@670 @@ -4717,7 +4782,11 @@ 420 671 AC_SUBST(TEST_ARG2) 421 672 AC_SUBST(TEST_DEP2) … … 430 681 do 431 682 SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir" 432 @@ -5535,7 +5593,7 @@ 683 @@ -4728,8 +4797,8 @@ 684 685 ADA_SUBDIRS= 686 if test "$cf_cv_prog_gnat_correct" = yes && test -f $srcdir/Ada95/Makefile.in; then 687 - SRC_SUBDIRS="$SRC_SUBDIRS Ada95" 688 - ADA_SUBDIRS="gen src samples" 689 + SRC_SUBDIRS="$SRC_SUBDIRS Ada95" 690 + ADA_SUBDIRS="gen src samples" 691 fi 692 693 SUB_MAKEFILES= 694 @@ -4739,11 +4808,11 @@ 695 done 696 697 if test -n "$ADA_SUBDIRS"; then 698 - for cf_dir in $ADA_SUBDIRS 699 - do 700 - SUB_MAKEFILES="$SUB_MAKEFILES Ada95/$cf_dir/Makefile" 701 - done 702 - AC_SUBST(ADA_SUBDIRS) 703 + for cf_dir in $ADA_SUBDIRS 704 + do 705 + SUB_MAKEFILES="$SUB_MAKEFILES Ada95/$cf_dir/Makefile" 706 + done 707 + AC_SUBST(ADA_SUBDIRS) 708 fi 709 ])dnl 710 dnl --------------------------------------------------------------------------- 711 @@ -5241,7 +5310,7 @@ 712 fi 713 ]) 714 dnl --------------------------------------------------------------------------- 715 -dnl CF_WITH_LIBTOOL version: 19 updated: 2008/03/29 15:46:43 716 +dnl CF_WITH_LIBTOOL version: 20 updated: 2008/12/27 12:31:39 717 dnl --------------- 718 dnl Provide a configure option to incorporate libtool. Define several useful 719 dnl symbols for the makefile rules. 720 @@ -5261,18 +5330,18 @@ 721 dnl echo cannot find libtool.m4 file 722 dnl exit 1 723 dnl fi 724 -dnl 725 +dnl 726 dnl LOCAL=aclocal.m4 727 dnl ORIG=aclocal.m4.orig 728 -dnl 729 +dnl 730 dnl trap "mv $ORIG $LOCAL" 0 1 2 5 15 731 dnl rm -f $ORIG 732 dnl mv $LOCAL $ORIG 733 -dnl 734 +dnl 735 dnl # sed the LIBTOOL= assignment to omit the current directory? 736 dnl sed -e 's/^LIBTOOL=.*/LIBTOOL=${LIBTOOL-libtool}/' $ACLOCAL/libtool.m4 >>$LOCAL 737 dnl cat $ORIG >>$LOCAL 738 -dnl 739 +dnl 740 dnl autoconf-257 $* 741 dnl 742 AC_DEFUN([CF_WITH_LIBTOOL], 743 @@ -5306,15 +5375,15 @@ 744 AC_PROG_LIBTOOL 745 # missing_content_AC_PROG_LIBTOOL}} 746 ],[ 747 - if test "$with_libtool" != "yes" ; then 748 + if test "$with_libtool" != "yes" ; then 749 CF_PATH_SYNTAX(with_libtool) 750 LIBTOOL=$with_libtool 751 else 752 - AC_PATH_PROG(LIBTOOL,libtool) 753 - fi 754 - if test -z "$LIBTOOL" ; then 755 - AC_MSG_ERROR(Cannot find libtool) 756 - fi 757 + AC_PATH_PROG(LIBTOOL,libtool) 758 + fi 759 + if test -z "$LIBTOOL" ; then 760 + AC_MSG_ERROR(Cannot find libtool) 761 + fi 762 ])dnl 763 LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o' 764 LIB_OBJECT='${OBJECTS:.o=.lo}' 765 @@ -5535,7 +5604,7 @@ 433 766 [USE_VALGRIND]) 434 767 ])dnl 435 768 dnl --------------------------------------------------------------------------- 436 769 -dnl CF_XOPEN_SOURCE version: 26 updated: 2008/07/27 11:26:57 437 +dnl CF_XOPEN_SOURCE version: 2 7 updated: 2008/12/13 14:08:40770 +dnl CF_XOPEN_SOURCE version: 28 updated: 2008/12/27 12:30:03 438 771 dnl --------------- 439 772 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions, 440 773 dnl or adapt to the vendor's definitions to get equivalent functionality, 441 @@ -5569,7 +5627,7 @@ 774 @@ -5552,7 +5621,7 @@ 775 cf_POSIX_C_SOURCE=ifelse($2,,199506L,$2) 776 777 case $host_os in #(vi 778 -aix[[45]]*) #(vi 779 +aix[[456]]*) #(vi 780 CPPFLAGS="$CPPFLAGS -D_ALL_SOURCE" 781 ;; 782 freebsd*|dragonfly*) #(vi 783 @@ -5569,7 +5638,7 @@ 442 784 irix[[56]].*) #(vi 443 785 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 450 792 diff -Naur ncurses-5.7.orig/c++/cursesw.cc ncurses-5.7/c++/cursesw.cc 451 793 --- ncurses-5.7.orig/c++/cursesw.cc 2007-12-15 15:01:57.000000000 -0800 452 +++ ncurses-5.7/c++/cursesw.cc 2008-12-2 0 14:47:10.000000000 -0800794 +++ ncurses-5.7/c++/cursesw.cc 2008-12-29 20:11:45.000000000 -0800 453 795 @@ -1,6 +1,6 @@ 454 796 // * this is for making emacs happy: -*-Mode: C++;-*- … … 487 829 diff -Naur ncurses-5.7.orig/configure ncurses-5.7/configure 488 830 --- ncurses-5.7.orig/configure 2008-10-25 17:04:38.000000000 -0700 489 +++ ncurses-5.7/configure 2008-12-2 0 14:47:16.000000000 -0800490 @@ -1, 5 +1,5@@831 +++ ncurses-5.7/configure 2008-12-29 20:12:06.000000000 -0800 832 @@ -1,7 +1,7 @@ 491 833 #! /bin/sh 492 834 -# From configure.in Revision: 1.454 . 493 +# From configure.in Revision: 1.45 6.835 +# From configure.in Revision: 1.457 . 494 836 # Guess values for system-dependent variables and create Makefiles. 495 # Generated by Autoconf 2.52.20080325. 837 -# Generated by Autoconf 2.52.20080325. 838 +# Generated by Autoconf 2.52.20081225. 496 839 # 840 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 841 # Free Software Foundation, Inc. 497 842 @@ -697,6 +697,7 @@ 498 843 --without-cxx do not adjust ncurses bool to match C++ … … 503 848 --without-curses-h install curses.h as ncurses.h only 504 849 --enable-mixed-case tic should assume mixed-case filenames 850 @@ -870,7 +871,7 @@ 851 running configure, to aid debugging if configure makes a mistake. 852 853 It was created by $as_me, which was 854 -generated by GNU Autoconf 2.52.20080325. Invocation command line was 855 +generated by GNU Autoconf 2.52.20081225. Invocation command line was 856 857 $ $0 $@ 858 505 859 @@ -994,7 +995,7 @@ 506 860 fi … … 1104 1458 # Find the output, starting from the most likely. This scheme is 1105 1459 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 1460 @@ -1736,7 +1737,7 @@ 1461 ls a.out conftest 2>/dev/null; 1462 ls a.* conftest.* 2>/dev/null`; do 1463 case $ac_file in 1464 - *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; 1465 + *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 1466 a.out ) # We found the default executable, but exeext='' is most 1467 # certainly right. 1468 break;; 1106 1469 @@ -1750,34 +1751,34 @@ 1107 1470 else … … 1176 1539 # If both `conftest.exe' and `conftest' are `present' (well, observable) 1177 1540 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 1541 @@ -1810,7 +1811,7 @@ 1542 # `rm'. 1543 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do 1544 case $ac_file in 1545 - *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; 1546 + *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 1547 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1548 export ac_cv_exeext 1549 break;; 1178 1550 @@ -1818,25 +1819,25 @@ 1179 1551 esac … … 1206 1578 1207 1579 int 1208 @@ -1848,1 0 +1849,10@@1580 @@ -1848,14 +1849,14 @@ 1209 1581 } 1210 1582 _ACEOF … … 1219 1591 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 1220 1592 case $ac_file in 1593 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;; 1594 + *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.map | *.inf ) ;; 1595 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 1596 break;; 1597 esac 1221 1598 @@ -1863,24 +1864,24 @@ 1222 1599 else … … 2716 3093 2717 3094 # Check whether --with-libtool or --without-libtool was given. 2718 @@ -4037, 7 +4051,7@@3095 @@ -4037,11 +4051,11 @@ 2719 3096 else 2720 3097 with_libtool=no … … 2725 3102 if test "$with_libtool" != "no"; then 2726 3103 3104 - if test "$with_libtool" != "yes" ; then 3105 + if test "$with_libtool" != "yes" ; then 3106 3107 if test "x$prefix" != xNONE; then 3108 cf_path_syntax="$prefix" 2727 3109 @@ -4068,7 +4082,7 @@ 2728 3110 with_libtool=`echo $with_libtool | sed -e s%NONE%$cf_path_syntax%` … … 2734 3116 { (exit 1); exit 1; }; } 2735 3117 ;; 2736 @@ -4078,7 +4092,7 @@ 3118 @@ -4076,9 +4090,9 @@ 3119 3120 LIBTOOL=$with_libtool 2737 3121 else 2738 # Extract the first word of "libtool", so it can be a program name with args. 3122 - # Extract the first word of "libtool", so it can be a program name with args. 3123 + # Extract the first word of "libtool", so it can be a program name with args. 2739 3124 set dummy libtool; ac_word=$2 2740 3125 -echo "$as_me:4081: checking for $ac_word" >&5 … … 2752 3137 fi 2753 3138 done 2754 @@ -4106,1 6 +4120,16@@3139 @@ -4106,19 +4120,19 @@ 2755 3140 LIBTOOL=$ac_cv_path_LIBTOOL 2756 3141 … … 2765 3150 fi 2766 3151 2767 2768 3152 - fi 3153 - if test -z "$LIBTOOL" ; then 2769 3154 - { { echo "$as_me:4118: error: Cannot find libtool" >&5 2770 + { { echo "$as_me:4132: error: Cannot find libtool" >&5 3155 + fi 3156 + if test -z "$LIBTOOL" ; then 3157 + { { echo "$as_me:4132: error: Cannot find libtool" >&5 2771 3158 echo "$as_me: error: Cannot find libtool" >&2;} 2772 3159 { (exit 1); exit 1; }; } 2773 fi 3160 - fi 3161 + fi 3162 LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o' 3163 LIB_OBJECT='${OBJECTS:.o=.lo}' 3164 LIB_SUFFIX=.la 2774 3165 @@ -4130,17 +4144,17 @@ 2775 3166 LIB_PREP=: … … 3490 3881 CFLAGS="$cf_save_CFLAGS" 3491 3882 fi 3492 @@ -5027,7 +5041,7 @@ 3883 @@ -4999,6 +5013,12 @@ 3884 cf_cv_shlib_version_infix=no 3885 3886 case $cf_cv_system_name in 3887 + aix[56]*) 3888 + if test "$GCC" = yes; then 3889 + CC_SHARED_OPTS= 3890 + MK_SHARED_LIB="$(CC) -shared" 3891 + fi 3892 + ;; 3893 beos*) 3894 MK_SHARED_LIB='${CC} ${CFLAGS} -o $@ -Xlinker -soname=`basename $@` -nostart -e 0' 3895 ;; 3896 @@ -5027,7 +5047,7 @@ 3493 3897 MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@' 3494 3898 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi 3495 3899 cf_cv_shlib_version_infix=yes 3496 3900 - echo "$as_me:5030: checking if ld -search_paths_first works" >&5 3497 + echo "$as_me:50 44: checking if ld -search_paths_first works" >&53901 + echo "$as_me:5050: checking if ld -search_paths_first works" >&5 3498 3902 echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6 3499 3903 if test "${cf_cv_ldflags_search_paths_first+set}" = set; then 3500 3904 echo $ECHO_N "(cached) $ECHO_C" >&6 3501 @@ -5036,7 +505 0,7 @@3905 @@ -5036,7 +5056,7 @@ 3502 3906 cf_save_LDFLAGS=$LDFLAGS 3503 3907 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 3504 3908 cat >conftest.$ac_ext <<_ACEOF 3505 3909 -#line 5039 "configure" 3506 +#line 505 3"configure"3910 +#line 5059 "configure" 3507 3911 #include "confdefs.h" 3508 3912 3509 3913 int 3510 @@ -5048,16 +506 2,16 @@3914 @@ -5048,16 +5068,16 @@ 3511 3915 } 3512 3916 _ACEOF 3513 3917 rm -f conftest.$ac_objext conftest$ac_exeext 3514 3918 -if { (eval echo "$as_me:5051: \"$ac_link\"") >&5 3515 +if { (eval echo "$as_me:50 65: \"$ac_link\"") >&53919 +if { (eval echo "$as_me:5071: \"$ac_link\"") >&5 3516 3920 (eval $ac_link) 2>&5 3517 3921 ac_status=$? 3518 3922 - echo "$as_me:5054: \$? = $ac_status" >&5 3519 + echo "$as_me:50 68: \$? = $ac_status" >&53923 + echo "$as_me:5074: \$? = $ac_status" >&5 3520 3924 (exit $ac_status); } && 3521 3925 { ac_try='test -s conftest$ac_exeext' 3522 3926 - { (eval echo "$as_me:5057: \"$ac_try\"") >&5 3523 + { (eval echo "$as_me:507 1: \"$ac_try\"") >&53927 + { (eval echo "$as_me:5077: \"$ac_try\"") >&5 3524 3928 (eval $ac_try) 2>&5 3525 3929 ac_status=$? 3526 3930 - echo "$as_me:5060: \$? = $ac_status" >&5 3527 + echo "$as_me:50 74: \$? = $ac_status" >&53931 + echo "$as_me:5080: \$? = $ac_status" >&5 3528 3932 (exit $ac_status); }; }; then 3529 3933 cf_cv_ldflags_search_paths_first=yes 3530 3934 else 3531 @@ -5068,7 +508 2,7 @@3935 @@ -5068,7 +5088,7 @@ 3532 3936 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3533 3937 LDFLAGS=$cf_save_LDFLAGS 3534 3938 fi 3535 3939 -echo "$as_me:5071: result: $cf_cv_ldflags_search_paths_first" >&5 3536 +echo "$as_me:50 85: result: $cf_cv_ldflags_search_paths_first" >&53940 +echo "$as_me:5091: result: $cf_cv_ldflags_search_paths_first" >&5 3537 3941 echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6 3538 3942 if test $cf_cv_ldflags_search_paths_first = yes; then 3539 3943 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 3540 @@ -5285,7 +5 299,7 @@3944 @@ -5285,7 +5305,7 @@ 3541 3945 test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes 3542 3946 ;; 3543 3947 *) 3544 3948 - { echo "$as_me:5288: WARNING: ignored --with-shlib-version" >&5 3545 + { echo "$as_me:530 2: WARNING: ignored --with-shlib-version" >&53949 + { echo "$as_me:5308: WARNING: ignored --with-shlib-version" >&5 3546 3950 echo "$as_me: WARNING: ignored --with-shlib-version" >&2;} 3547 3951 ;; 3548 3952 esac 3549 @@ -5293,12 +53 07,12 @@3953 @@ -5293,12 +5313,12 @@ 3550 3954 esac 3551 3955 3552 3956 if test -n "$cf_ld_rpath_opt" ; then 3553 3957 - echo "$as_me:5296: checking if we need a space after rpath option" >&5 3554 + echo "$as_me:531 0: checking if we need a space after rpath option" >&53958 + echo "$as_me:5316: checking if we need a space after rpath option" >&5 3555 3959 echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6 3556 3960 cf_save_LIBS="$LIBS" … … 3558 3962 cat >conftest.$ac_ext <<_ACEOF 3559 3963 -#line 5301 "configure" 3560 +#line 53 15"configure"3964 +#line 5321 "configure" 3561 3965 #include "confdefs.h" 3562 3966 3563 3967 int 3564 @@ -5310,16 +53 24,16 @@3968 @@ -5310,16 +5330,16 @@ 3565 3969 } 3566 3970 _ACEOF 3567 3971 rm -f conftest.$ac_objext conftest$ac_exeext 3568 3972 -if { (eval echo "$as_me:5313: \"$ac_link\"") >&5 3569 +if { (eval echo "$as_me:53 27: \"$ac_link\"") >&53973 +if { (eval echo "$as_me:5333: \"$ac_link\"") >&5 3570 3974 (eval $ac_link) 2>&5 3571 3975 ac_status=$? 3572 3976 - echo "$as_me:5316: \$? = $ac_status" >&5 3573 + echo "$as_me:533 0: \$? = $ac_status" >&53977 + echo "$as_me:5336: \$? = $ac_status" >&5 3574 3978 (exit $ac_status); } && 3575 3979 { ac_try='test -s conftest$ac_exeext' 3576 3980 - { (eval echo "$as_me:5319: \"$ac_try\"") >&5 3577 + { (eval echo "$as_me:533 3: \"$ac_try\"") >&53981 + { (eval echo "$as_me:5339: \"$ac_try\"") >&5 3578 3982 (eval $ac_try) 2>&5 3579 3983 ac_status=$? 3580 3984 - echo "$as_me:5322: \$? = $ac_status" >&5 3581 + echo "$as_me:53 36: \$? = $ac_status" >&53985 + echo "$as_me:5342: \$? = $ac_status" >&5 3582 3986 (exit $ac_status); }; }; then 3583 3987 cf_rpath_space=no 3584 3988 else 3585 @@ -5329,7 +534 3,7 @@3989 @@ -5329,7 +5349,7 @@ 3586 3990 fi 3587 3991 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3588 3992 LIBS="$cf_save_LIBS" 3589 3993 - echo "$as_me:5332: result: $cf_rpath_space" >&5 3590 + echo "$as_me:53 46: result: $cf_rpath_space" >&53994 + echo "$as_me:5352: result: $cf_rpath_space" >&5 3591 3995 echo "${ECHO_T}$cf_rpath_space" >&6 3592 3996 test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt " 3593 3997 MK_SHARED_LIB="$MK_SHARED_LIB $cf_ld_rpath_opt\${libdir}" 3594 @@ -5338,7 +535 2,7 @@3998 @@ -5338,7 +5358,7 @@ 3595 3999 if test "$CC_SHARED_OPTS" = "unknown"; then 3596 4000 for model in $cf_list_models; do 3597 4001 if test "$model" = "shared"; then 3598 4002 - { { echo "$as_me:5341: error: Shared libraries are not supported in this version" >&5 3599 + { { echo "$as_me:53 55: error: Shared libraries are not supported in this version" >&54003 + { { echo "$as_me:5361: error: Shared libraries are not supported in this version" >&5 3600 4004 echo "$as_me: error: Shared libraries are not supported in this version" >&2;} 3601 4005 { (exit 1); exit 1; }; } 3602 4006 fi 3603 @@ -5348,7 +536 2,7 @@4007 @@ -5348,7 +5368,7 @@ 3604 4008 ############################################################################### 3605 4009 3606 4010 ### use option --disable-overwrite to leave out the link to -lcurses 3607 4011 -echo "$as_me:5351: checking if you wish to install ncurses overwriting curses" >&5 3608 +echo "$as_me:53 65: checking if you wish to install ncurses overwriting curses" >&54012 +echo "$as_me:5371: checking if you wish to install ncurses overwriting curses" >&5 3609 4013 echo $ECHO_N "checking if you wish to install ncurses overwriting curses... $ECHO_C" >&6 3610 4014 3611 4015 # Check whether --enable-overwrite or --disable-overwrite was given. 3612 @@ -5358,10 +537 2,10 @@4016 @@ -5358,10 +5378,10 @@ 3613 4017 else 3614 4018 if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi 3615 4019 fi; 3616 4020 -echo "$as_me:5361: result: $with_overwrite" >&5 3617 +echo "$as_me:53 75: result: $with_overwrite" >&54021 +echo "$as_me:5381: result: $with_overwrite" >&5 3618 4022 echo "${ECHO_T}$with_overwrite" >&6 3619 4023 3620 4024 -echo "$as_me:5364: checking if external terminfo-database is used" >&5 3621 +echo "$as_me:53 78: checking if external terminfo-database is used" >&54025 +echo "$as_me:5384: checking if external terminfo-database is used" >&5 3622 4026 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6 3623 4027 3624 4028 # Check whether --enable-database or --disable-database was given. 3625 @@ -5371,7 +53 85,7 @@4029 @@ -5371,7 +5391,7 @@ 3626 4030 else 3627 4031 use_database=yes 3628 4032 fi; 3629 4033 -echo "$as_me:5374: result: $use_database" >&5 3630 +echo "$as_me:53 88: result: $use_database" >&54034 +echo "$as_me:5394: result: $use_database" >&5 3631 4035 echo "${ECHO_T}$use_database" >&6 3632 4036 3633 4037 case $host_os in #(vi 3634 @@ -5393,7 +54 07,7 @@4038 @@ -5393,7 +5413,7 @@ 3635 4039 #define USE_DATABASE 1 3636 4040 EOF 3637 4041 3638 4042 - echo "$as_me:5396: checking which terminfo source-file will be installed" >&5 3639 + echo "$as_me:541 0: checking which terminfo source-file will be installed" >&54043 + echo "$as_me:5416: checking which terminfo source-file will be installed" >&5 3640 4044 echo $ECHO_N "checking which terminfo source-file will be installed... $ECHO_C" >&6 3641 4045 3642 4046 # Check whether --enable-database or --disable-database was given. 3643 @@ -5401,10 +54 15,10 @@4047 @@ -5401,10 +5421,10 @@ 3644 4048 enableval="$enable_database" 3645 4049 TERMINFO_SRC=$withval 3646 4050 fi; 3647 4051 - echo "$as_me:5404: result: $TERMINFO_SRC" >&5 3648 + echo "$as_me:54 18: result: $TERMINFO_SRC" >&54052 + echo "$as_me:5424: result: $TERMINFO_SRC" >&5 3649 4053 echo "${ECHO_T}$TERMINFO_SRC" >&6 3650 4054 3651 4055 - echo "$as_me:5407: checking whether to use hashed database instead of directory/tree" >&5 3652 + echo "$as_me:542 1: checking whether to use hashed database instead of directory/tree" >&54056 + echo "$as_me:5427: checking whether to use hashed database instead of directory/tree" >&5 3653 4057 echo $ECHO_N "checking whether to use hashed database instead of directory/tree... $ECHO_C" >&6 3654 4058 3655 4059 # Check whether --with-hashed-db or --without-hashed-db was given. 3656 @@ -5414,13 +54 28,13 @@4060 @@ -5414,13 +5434,13 @@ 3657 4061 else 3658 4062 with_hashed_db=no 3659 4063 fi; 3660 4064 - echo "$as_me:5417: result: $with_hashed_db" >&5 3661 + echo "$as_me:543 1: result: $with_hashed_db" >&54065 + echo "$as_me:5437: result: $with_hashed_db" >&5 3662 4066 echo "${ECHO_T}$with_hashed_db" >&6 3663 4067 else … … 3666 4070 3667 4071 -echo "$as_me:5423: checking for list of fallback descriptions" >&5 3668 +echo "$as_me:54 37: checking for list of fallback descriptions" >&54072 +echo "$as_me:5443: checking for list of fallback descriptions" >&5 3669 4073 echo $ECHO_N "checking for list of fallback descriptions... $ECHO_C" >&6 3670 4074 3671 4075 # Check whether --with-fallbacks or --without-fallbacks was given. 3672 @@ -5430,11 +54 44,11 @@4076 @@ -5430,11 +5450,11 @@ 3673 4077 else 3674 4078 with_fallback= 3675 4079 fi; 3676 4080 -echo "$as_me:5433: result: $with_fallback" >&5 3677 +echo "$as_me:54 47: result: $with_fallback" >&54081 +echo "$as_me:5453: result: $with_fallback" >&5 3678 4082 echo "${ECHO_T}$with_fallback" >&6 3679 4083 FALLBACK_LIST=`echo "$with_fallback" | sed -e 's/,/ /g'` 3680 4084 3681 4085 -echo "$as_me:5437: checking if you want modern xterm or antique" >&5 3682 +echo "$as_me:545 1: checking if you want modern xterm or antique" >&54086 +echo "$as_me:5457: checking if you want modern xterm or antique" >&5 3683 4087 echo $ECHO_N "checking if you want modern xterm or antique... $ECHO_C" >&6 3684 4088 3685 4089 # Check whether --with-xterm-new or --without-xterm-new was given. 3686 @@ -5448,7 +546 2,7 @@4090 @@ -5448,7 +5468,7 @@ 3687 4091 no) with_xterm_new=xterm-old;; 3688 4092 *) with_xterm_new=xterm-new;; 3689 4093 esac 3690 4094 -echo "$as_me:5451: result: $with_xterm_new" >&5 3691 +echo "$as_me:54 65: result: $with_xterm_new" >&54095 +echo "$as_me:5471: result: $with_xterm_new" >&5 3692 4096 echo "${ECHO_T}$with_xterm_new" >&6 3693 4097 WHICH_XTERM=$with_xterm_new 3694 4098 3695 @@ -5458,7 +547 2,7 @@4099 @@ -5458,7 +5478,7 @@ 3696 4100 MAKE_TERMINFO="#" 3697 4101 else 3698 4102 3699 4103 -echo "$as_me:5461: checking for list of terminfo directories" >&5 3700 +echo "$as_me:54 75: checking for list of terminfo directories" >&54104 +echo "$as_me:5481: checking for list of terminfo directories" >&5 3701 4105 echo $ECHO_N "checking for list of terminfo directories... $ECHO_C" >&6 3702 4106 3703 4107 # Check whether --with-terminfo-dirs or --without-terminfo-dirs was given. 3704 @@ -5498,7 +551 2,7 @@4108 @@ -5498,7 +5518,7 @@ 3705 4109 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 3706 4110 ;; 3707 4111 *) 3708 4112 - { { echo "$as_me:5501: error: expected a pathname, not \"$cf_src_path\"" >&5 3709 + { { echo "$as_me:55 15: error: expected a pathname, not \"$cf_src_path\"" >&54113 + { { echo "$as_me:5521: error: expected a pathname, not \"$cf_src_path\"" >&5 3710 4114 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 3711 4115 { (exit 1); exit 1; }; } 3712 4116 ;; 3713 @@ -5511,13 +55 25,13 @@4117 @@ -5511,13 +5531,13 @@ 3714 4118 3715 4119 eval 'TERMINFO_DIRS="$cf_dst_path"' 3716 4120 3717 4121 -echo "$as_me:5514: result: $TERMINFO_DIRS" >&5 3718 +echo "$as_me:55 28: result: $TERMINFO_DIRS" >&54122 +echo "$as_me:5534: result: $TERMINFO_DIRS" >&5 3719 4123 echo "${ECHO_T}$TERMINFO_DIRS" >&6 3720 4124 test -n "$TERMINFO_DIRS" && cat >>confdefs.h <<EOF … … 3723 4127 3724 4128 -echo "$as_me:5520: checking for default terminfo directory" >&5 3725 +echo "$as_me:55 34: checking for default terminfo directory" >&54129 +echo "$as_me:5540: checking for default terminfo directory" >&5 3726 4130 echo $ECHO_N "checking for default terminfo directory... $ECHO_C" >&6 3727 4131 3728 4132 # Check whether --with-default-terminfo-dir or --without-default-terminfo-dir was given. 3729 @@ -5553,7 +55 67,7 @@4133 @@ -5553,7 +5573,7 @@ 3730 4134 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 3731 4135 ;; 3732 4136 *) 3733 4137 - { { echo "$as_me:5556: error: expected a pathname, not \"$withval\"" >&5 3734 + { { echo "$as_me:557 0: error: expected a pathname, not \"$withval\"" >&54138 + { { echo "$as_me:5576: error: expected a pathname, not \"$withval\"" >&5 3735 4139 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 3736 4140 { (exit 1); exit 1; }; } 3737 4141 ;; 3738 @@ -5562,7 +55 76,7 @@4142 @@ -5562,7 +5582,7 @@ 3739 4143 fi 3740 4144 TERMINFO="$withval" 3741 4145 3742 4146 -echo "$as_me:5565: result: $TERMINFO" >&5 3743 +echo "$as_me:55 79: result: $TERMINFO" >&54147 +echo "$as_me:5585: result: $TERMINFO" >&5 3744 4148 echo "${ECHO_T}$TERMINFO" >&6 3745 4149 cat >>confdefs.h <<EOF 3746 4150 #define TERMINFO "$TERMINFO" 3747 @@ -5572,7 +55 86,7 @@4151 @@ -5572,7 +5592,7 @@ 3748 4152 3749 4153 ### use option --disable-big-core to make tic run on small machines 3750 4154 ### We need 4Mb, check if we can allocate 50% more than that. 3751 4155 -echo "$as_me:5575: checking if big-core option selected" >&5 3752 +echo "$as_me:55 89: checking if big-core option selected" >&54156 +echo "$as_me:5595: checking if big-core option selected" >&5 3753 4157 echo $ECHO_N "checking if big-core option selected... $ECHO_C" >&6 3754 4158 3755 4159 # Check whether --enable-big-core or --disable-big-core was given. 3756 @@ -5584,7 +5 598,7 @@4160 @@ -5584,7 +5604,7 @@ 3757 4161 with_big_core=no 3758 4162 else 3759 4163 cat >conftest.$ac_ext <<_ACEOF 3760 4164 -#line 5587 "configure" 3761 +#line 560 1"configure"4165 +#line 5607 "configure" 3762 4166 #include "confdefs.h" 3763 4167 3764 4168 #include <stdlib.h> 3765 @@ -5598,15 +561 2,15 @@4169 @@ -5598,15 +5618,15 @@ 3766 4170 } 3767 4171 _ACEOF 3768 4172 rm -f conftest$ac_exeext 3769 4173 -if { (eval echo "$as_me:5601: \"$ac_link\"") >&5 3770 +if { (eval echo "$as_me:56 15: \"$ac_link\"") >&54174 +if { (eval echo "$as_me:5621: \"$ac_link\"") >&5 3771 4175 (eval $ac_link) 2>&5 3772 4176 ac_status=$? 3773 4177 - echo "$as_me:5604: \$? = $ac_status" >&5 3774 + echo "$as_me:56 18: \$? = $ac_status" >&54178 + echo "$as_me:5624: \$? = $ac_status" >&5 3775 4179 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3776 4180 - { (eval echo "$as_me:5606: \"$ac_try\"") >&5 3777 + { (eval echo "$as_me:562 0: \"$ac_try\"") >&54181 + { (eval echo "$as_me:5626: \"$ac_try\"") >&5 3778 4182 (eval $ac_try) 2>&5 3779 4183 ac_status=$? 3780 4184 - echo "$as_me:5609: \$? = $ac_status" >&5 3781 + echo "$as_me:562 3: \$? = $ac_status" >&54185 + echo "$as_me:5629: \$? = $ac_status" >&5 3782 4186 (exit $ac_status); }; }; then 3783 4187 with_big_core=yes 3784 4188 else 3785 @@ -5618,7 +563 2,7 @@4189 @@ -5618,7 +5638,7 @@ 3786 4190 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3787 4191 fi 3788 4192 fi; 3789 4193 -echo "$as_me:5621: result: $with_big_core" >&5 3790 +echo "$as_me:56 35: result: $with_big_core" >&54194 +echo "$as_me:5641: result: $with_big_core" >&5 3791 4195 echo "${ECHO_T}$with_big_core" >&6 3792 4196 test "$with_big_core" = "yes" && cat >>confdefs.h <<\EOF 3793 4197 #define HAVE_BIG_CORE 1 3794 @@ -5627,7 +564 1,7 @@4198 @@ -5627,7 +5647,7 @@ 3795 4199 ### ISO C only guarantees 512-char strings, we have tables which load faster 3796 4200 ### when constructed using "big" strings. More than the C compiler, the awk 3797 4201 ### program is a limit on most vendor UNIX systems. Check that we can build. 3798 4202 -echo "$as_me:5630: checking if big-strings option selected" >&5 3799 +echo "$as_me:56 44: checking if big-strings option selected" >&54203 +echo "$as_me:5650: checking if big-strings option selected" >&5 3800 4204 echo $ECHO_N "checking if big-strings option selected... $ECHO_C" >&6 3801 4205 3802 4206 # Check whether --enable-big-strings or --disable-big-strings was given. 3803 @@ -5651,14 +5665,14 @@ 3804 esac 4207 @@ -5636,29 +5656,29 @@ 4208 with_big_strings=$enableval 4209 else 4210 4211 - case x$AWK in #(vi 4212 - x) 4213 - eval with_big_strings=no 4214 - ;; 4215 - *) #(vi 4216 - if ( ${AWK} 'BEGIN { xx = "x"; while (length(xx) < 12000) { xx = xx "x"; }; printf("%s\n", xx); }' \ 4217 - | $AWK '{ printf "%d\n", length($0); }' | $AWK 'BEGIN { eqls=0; recs=0; } { recs++; if ($0 == 12000) eqls++; } END { if (recs != 1 || eqls != 1) exit 1; }' 2>/dev/null >/dev/null ) ; then 4218 - eval with_big_strings=yes 4219 - else 4220 - eval with_big_strings=no 4221 - fi 4222 - ;; 4223 - esac 4224 + case x$AWK in #(vi 4225 + x) 4226 + eval with_big_strings=no 4227 + ;; 4228 + *) #(vi 4229 + if ( ${AWK} 'BEGIN { xx = "x"; while (length(xx) < 12000) { xx = xx "x"; }; printf("%s\n", xx); }' \ 4230 + | $AWK '{ printf "%d\n", length($0); }' | $AWK 'BEGIN { eqls=0; recs=0; } { recs++; if ($0 == 12000) eqls++; } END { if (recs != 1 || eqls != 1) exit 1; }' 2>/dev/null >/dev/null ) ; then 4231 + eval with_big_strings=yes 4232 + else 4233 + eval with_big_strings=no 4234 + fi 4235 + ;; 4236 + esac 3805 4237 3806 4238 fi; 3807 4239 -echo "$as_me:5654: result: $with_big_strings" >&5 3808 +echo "$as_me:56 68: result: $with_big_strings" >&54240 +echo "$as_me:5674: result: $with_big_strings" >&5 3809 4241 echo "${ECHO_T}$with_big_strings" >&6 3810 4242 … … 3814 4246 ### use option --enable-termcap to compile in the termcap fallback support 3815 4247 -echo "$as_me:5661: checking if you want termcap-fallback support" >&5 3816 +echo "$as_me:56 75: checking if you want termcap-fallback support" >&54248 +echo "$as_me:5681: checking if you want termcap-fallback support" >&5 3817 4249 echo $ECHO_N "checking if you want termcap-fallback support... $ECHO_C" >&6 3818 4250 3819 4251 # Check whether --enable-termcap or --disable-termcap was given. 3820 @@ -5668,13 +568 2,13 @@4252 @@ -5668,13 +5688,13 @@ 3821 4253 else 3822 4254 with_termcap=no 3823 4255 fi; 3824 4256 -echo "$as_me:5671: result: $with_termcap" >&5 3825 +echo "$as_me:56 85: result: $with_termcap" >&54257 +echo "$as_me:5691: result: $with_termcap" >&5 3826 4258 echo "${ECHO_T}$with_termcap" >&6 3827 4259 … … 3830 4262 if test -z "$with_fallback" ; then 3831 4263 - { { echo "$as_me:5677: error: You have disabled the database w/o specifying fallbacks" >&5 3832 + { { echo "$as_me:569 1: error: You have disabled the database w/o specifying fallbacks" >&54264 + { { echo "$as_me:5697: error: You have disabled the database w/o specifying fallbacks" >&5 3833 4265 echo "$as_me: error: You have disabled the database w/o specifying fallbacks" >&2;} 3834 4266 { (exit 1); exit 1; }; } 3835 4267 fi 3836 @@ -5686,7 +570 0,7 @@4268 @@ -5686,7 +5706,7 @@ 3837 4269 else 3838 4270 3839 4271 if test "$with_ticlib" != no ; then 3840 4272 - { { echo "$as_me:5689: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5 3841 + { { echo "$as_me:570 3: error: Options --with-ticlib and --enable-termcap cannot be combined" >&54273 + { { echo "$as_me:5709: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5 3842 4274 echo "$as_me: error: Options --with-ticlib and --enable-termcap cannot be combined" >&2;} 3843 4275 { (exit 1); exit 1; }; } 3844 4276 fi 3845 @@ -5695,7 +57 09,7 @@4277 @@ -5695,7 +5715,7 @@ 3846 4278 #define USE_TERMCAP 1 3847 4279 EOF 3848 4280 3849 4281 -echo "$as_me:5698: checking for list of termcap files" >&5 3850 +echo "$as_me:571 2: checking for list of termcap files" >&54282 +echo "$as_me:5718: checking for list of termcap files" >&5 3851 4283 echo $ECHO_N "checking for list of termcap files... $ECHO_C" >&6 3852 4284 3853 4285 # Check whether --with-termpath or --without-termpath was given. 3854 @@ -5735,7 +57 49,7 @@4286 @@ -5735,7 +5755,7 @@ 3855 4287 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 3856 4288 ;; 3857 4289 *) 3858 4290 - { { echo "$as_me:5738: error: expected a pathname, not \"$cf_src_path\"" >&5 3859 + { { echo "$as_me:575 2: error: expected a pathname, not \"$cf_src_path\"" >&54291 + { { echo "$as_me:5758: error: expected a pathname, not \"$cf_src_path\"" >&5 3860 4292 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 3861 4293 { (exit 1); exit 1; }; } 3862 4294 ;; 3863 @@ -5748,14 +576 2,14 @@4295 @@ -5748,14 +5768,14 @@ 3864 4296 3865 4297 eval 'TERMPATH="$cf_dst_path"' 3866 4298 3867 4299 -echo "$as_me:5751: result: $TERMPATH" >&5 3868 +echo "$as_me:57 65: result: $TERMPATH" >&54300 +echo "$as_me:5771: result: $TERMPATH" >&5 3869 4301 echo "${ECHO_T}$TERMPATH" >&6 3870 4302 test -n "$TERMPATH" && cat >>confdefs.h <<EOF … … 3874 4306 ### use option --enable-getcap to use a hacked getcap for reading termcaps 3875 4307 -echo "$as_me:5758: checking if fast termcap-loader is needed" >&5 3876 +echo "$as_me:577 2: checking if fast termcap-loader is needed" >&54308 +echo "$as_me:5778: checking if fast termcap-loader is needed" >&5 3877 4309 echo $ECHO_N "checking if fast termcap-loader is needed... $ECHO_C" >&6 3878 4310 3879 4311 # Check whether --enable-getcap or --disable-getcap was given. 3880 @@ -5765,13 +57 79,13 @@4312 @@ -5765,13 +5785,13 @@ 3881 4313 else 3882 4314 with_getcap=no 3883 4315 fi; 3884 4316 -echo "$as_me:5768: result: $with_getcap" >&5 3885 +echo "$as_me:578 2: result: $with_getcap" >&54317 +echo "$as_me:5788: result: $with_getcap" >&5 3886 4318 echo "${ECHO_T}$with_getcap" >&6 3887 4319 test "$with_getcap" = "yes" && cat >>confdefs.h <<\EOF … … 3890 4322 3891 4323 -echo "$as_me:5774: checking if translated termcaps will be cached in ~/.terminfo" >&5 3892 +echo "$as_me:57 88: checking if translated termcaps will be cached in ~/.terminfo" >&54324 +echo "$as_me:5794: checking if translated termcaps will be cached in ~/.terminfo" >&5 3893 4325 echo $ECHO_N "checking if translated termcaps will be cached in ~/.terminfo... $ECHO_C" >&6 3894 4326 3895 4327 # Check whether --enable-getcap-cache or --disable-getcap-cache was given. 3896 @@ -5781,7 +5 795,7 @@4328 @@ -5781,7 +5801,7 @@ 3897 4329 else 3898 4330 with_getcap_cache=no 3899 4331 fi; 3900 4332 -echo "$as_me:5784: result: $with_getcap_cache" >&5 3901 +echo "$as_me:5 798: result: $with_getcap_cache" >&54333 +echo "$as_me:5804: result: $with_getcap_cache" >&5 3902 4334 echo "${ECHO_T}$with_getcap_cache" >&6 3903 4335 test "$with_getcap_cache" = "yes" && cat >>confdefs.h <<\EOF 3904 4336 #define USE_GETCAP_CACHE 1 3905 @@ -5790,7 +58 04,7 @@4337 @@ -5790,7 +5810,7 @@ 3906 4338 fi 3907 4339 3908 4340 ### Use option --disable-home-terminfo to completely remove ~/.terminfo 3909 4341 -echo "$as_me:5793: checking if ~/.terminfo is wanted" >&5 3910 +echo "$as_me:58 07: checking if ~/.terminfo is wanted" >&54342 +echo "$as_me:5813: checking if ~/.terminfo is wanted" >&5 3911 4343 echo $ECHO_N "checking if ~/.terminfo is wanted... $ECHO_C" >&6 3912 4344 3913 4345 # Check whether --enable-home-terminfo or --disable-home-terminfo was given. 3914 @@ -5800,13 +58 14,13 @@4346 @@ -5800,13 +5820,13 @@ 3915 4347 else 3916 4348 with_home_terminfo=yes 3917 4349 fi; 3918 4350 -echo "$as_me:5803: result: $with_home_terminfo" >&5 3919 +echo "$as_me:58 17: result: $with_home_terminfo" >&54351 +echo "$as_me:5823: result: $with_home_terminfo" >&5 3920 4352 echo "${ECHO_T}$with_home_terminfo" >&6 3921 4353 test "$with_home_terminfo" = "yes" && cat >>confdefs.h <<\EOF … … 3924 4356 3925 4357 -echo "$as_me:5809: checking if you want to use restricted environment when running as root" >&5 3926 +echo "$as_me:582 3: checking if you want to use restricted environment when running as root" >&54358 +echo "$as_me:5829: checking if you want to use restricted environment when running as root" >&5 3927 4359 echo $ECHO_N "checking if you want to use restricted environment when running as root... $ECHO_C" >&6 3928 4360 3929 4361 # Check whether --enable-root-environ or --disable-root-environ was given. 3930 @@ -5816,7 +583 0,7 @@4362 @@ -5816,7 +5836,7 @@ 3931 4363 else 3932 4364 with_root_environ=yes 3933 4365 fi; 3934 4366 -echo "$as_me:5819: result: $with_root_environ" >&5 3935 +echo "$as_me:583 3: result: $with_root_environ" >&54367 +echo "$as_me:5839: result: $with_root_environ" >&5 3936 4368 echo "${ECHO_T}$with_root_environ" >&6 3937 4369 test "$with_root_environ" = yes && cat >>confdefs.h <<\EOF 3938 4370 #define USE_ROOT_ENVIRON 1 3939 @@ -5830,13 +58 44,13 @@4371 @@ -5830,13 +5850,13 @@ 3940 4372 unlink 3941 4373 do 3942 4374 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 3943 4375 -echo "$as_me:5833: checking for $ac_func" >&5 3944 +echo "$as_me:58 47: checking for $ac_func" >&54376 +echo "$as_me:5853: checking for $ac_func" >&5 3945 4377 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 3946 4378 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 3949 4381 cat >conftest.$ac_ext <<_ACEOF 3950 4382 -#line 5839 "configure" 3951 +#line 585 3"configure"4383 +#line 5859 "configure" 3952 4384 #include "confdefs.h" 3953 4385 /* System header to define __stub macros and hopefully few prototypes, 3954 4386 which can conflict with char $ac_func (); below. */ 3955 @@ -5867,16 +588 1,16 @@4387 @@ -5867,16 +5887,16 @@ 3956 4388 } 3957 4389 _ACEOF 3958 4390 rm -f conftest.$ac_objext conftest$ac_exeext 3959 4391 -if { (eval echo "$as_me:5870: \"$ac_link\"") >&5 3960 +if { (eval echo "$as_me:58 84: \"$ac_link\"") >&54392 +if { (eval echo "$as_me:5890: \"$ac_link\"") >&5 3961 4393 (eval $ac_link) 2>&5 3962 4394 ac_status=$? 3963 4395 - echo "$as_me:5873: \$? = $ac_status" >&5 3964 + echo "$as_me:58 87: \$? = $ac_status" >&54396 + echo "$as_me:5893: \$? = $ac_status" >&5 3965 4397 (exit $ac_status); } && 3966 4398 { ac_try='test -s conftest$ac_exeext' 3967 4399 - { (eval echo "$as_me:5876: \"$ac_try\"") >&5 3968 + { (eval echo "$as_me:589 0: \"$ac_try\"") >&54400 + { (eval echo "$as_me:5896: \"$ac_try\"") >&5 3969 4401 (eval $ac_try) 2>&5 3970 4402 ac_status=$? 3971 4403 - echo "$as_me:5879: \$? = $ac_status" >&5 3972 + echo "$as_me:589 3: \$? = $ac_status" >&54404 + echo "$as_me:5899: \$? = $ac_status" >&5 3973 4405 (exit $ac_status); }; }; then 3974 4406 eval "$as_ac_var=yes" 3975 4407 else 3976 @@ -5886,7 +590 0,7 @@4408 @@ -5886,7 +5906,7 @@ 3977 4409 fi 3978 4410 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3979 4411 fi 3980 4412 -echo "$as_me:5889: result: `eval echo '${'$as_ac_var'}'`" >&5 3981 +echo "$as_me:590 3: result: `eval echo '${'$as_ac_var'}'`" >&54413 +echo "$as_me:5909: result: `eval echo '${'$as_ac_var'}'`" >&5 3982 4414 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 3983 4415 if test `eval echo '${'$as_ac_var'}'` = yes; then 3984 4416 cat >>confdefs.h <<EOF 3985 @@ -5903,13 +59 17,13 @@4417 @@ -5903,13 +5923,13 @@ 3986 4418 symlink 3987 4419 do 3988 4420 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 3989 4421 -echo "$as_me:5906: checking for $ac_func" >&5 3990 +echo "$as_me:592 0: checking for $ac_func" >&54422 +echo "$as_me:5926: checking for $ac_func" >&5 3991 4423 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 3992 4424 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 3995 4427 cat >conftest.$ac_ext <<_ACEOF 3996 4428 -#line 5912 "configure" 3997 +#line 59 26"configure"4429 +#line 5932 "configure" 3998 4430 #include "confdefs.h" 3999 4431 /* System header to define __stub macros and hopefully few prototypes, 4000 4432 which can conflict with char $ac_func (); below. */ 4001 @@ -5940,16 +59 54,16 @@4433 @@ -5940,16 +5960,16 @@ 4002 4434 } 4003 4435 _ACEOF 4004 4436 rm -f conftest.$ac_objext conftest$ac_exeext 4005 4437 -if { (eval echo "$as_me:5943: \"$ac_link\"") >&5 4006 +if { (eval echo "$as_me:59 57: \"$ac_link\"") >&54438 +if { (eval echo "$as_me:5963: \"$ac_link\"") >&5 4007 4439 (eval $ac_link) 2>&5 4008 4440 ac_status=$? 4009 4441 - echo "$as_me:5946: \$? = $ac_status" >&5 4010 + echo "$as_me:596 0: \$? = $ac_status" >&54442 + echo "$as_me:5966: \$? = $ac_status" >&5 4011 4443 (exit $ac_status); } && 4012 4444 { ac_try='test -s conftest$ac_exeext' 4013 4445 - { (eval echo "$as_me:5949: \"$ac_try\"") >&5 4014 + { (eval echo "$as_me:596 3: \"$ac_try\"") >&54446 + { (eval echo "$as_me:5969: \"$ac_try\"") >&5 4015 4447 (eval $ac_try) 2>&5 4016 4448 ac_status=$? 4017 4449 - echo "$as_me:5952: \$? = $ac_status" >&5 4018 + echo "$as_me:59 66: \$? = $ac_status" >&54450 + echo "$as_me:5972: \$? = $ac_status" >&5 4019 4451 (exit $ac_status); }; }; then 4020 4452 eval "$as_ac_var=yes" 4021 4453 else 4022 @@ -5959,7 +597 3,7 @@4454 @@ -5959,7 +5979,7 @@ 4023 4455 fi 4024 4456 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4025 4457 fi 4026 4458 -echo "$as_me:5962: result: `eval echo '${'$as_ac_var'}'`" >&5 4027 +echo "$as_me:59 76: result: `eval echo '${'$as_ac_var'}'`" >&54459 +echo "$as_me:5982: result: `eval echo '${'$as_ac_var'}'`" >&5 4028 4460 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4029 4461 if test `eval echo '${'$as_ac_var'}'` = yes; then 4030 4462 cat >>confdefs.h <<EOF 4031 @@ -5970,7 +59 84,7 @@4463 @@ -5970,7 +5990,7 @@ 4032 4464 done 4033 4465 4034 4466 else 4035 4467 - echo "$as_me:5973: checking if link/symlink functions work" >&5 4036 + echo "$as_me:59 87: checking if link/symlink functions work" >&54468 + echo "$as_me:5993: checking if link/symlink functions work" >&5 4037 4469 echo $ECHO_N "checking if link/symlink functions work... $ECHO_C" >&6 4038 4470 if test "${cf_cv_link_funcs+set}" = set; then 4039 4471 echo $ECHO_N "(cached) $ECHO_C" >&6 4040 @@ -5983,7 + 5997,7 @@4472 @@ -5983,7 +6003,7 @@ 4041 4473 eval 'ac_cv_func_'$cf_func'=error' 4042 4474 else 4043 4475 cat >conftest.$ac_ext <<_ACEOF 4044 4476 -#line 5986 "configure" 4045 +#line 600 0"configure"4477 +#line 6006 "configure" 4046 4478 #include "confdefs.h" 4047 4479 4048 4480 #include <sys/types.h> 4049 @@ -6013,15 +60 27,15 @@4481 @@ -6013,15 +6033,15 @@ 4050 4482 4051 4483 _ACEOF 4052 4484 rm -f conftest$ac_exeext 4053 4485 -if { (eval echo "$as_me:6016: \"$ac_link\"") >&5 4054 +if { (eval echo "$as_me:603 0: \"$ac_link\"") >&54486 +if { (eval echo "$as_me:6036: \"$ac_link\"") >&5 4055 4487 (eval $ac_link) 2>&5 4056 4488 ac_status=$? 4057 4489 - echo "$as_me:6019: \$? = $ac_status" >&5 4058 + echo "$as_me:603 3: \$? = $ac_status" >&54490 + echo "$as_me:6039: \$? = $ac_status" >&5 4059 4491 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4060 4492 - { (eval echo "$as_me:6021: \"$ac_try\"") >&5 4061 + { (eval echo "$as_me:60 35: \"$ac_try\"") >&54493 + { (eval echo "$as_me:6041: \"$ac_try\"") >&5 4062 4494 (eval $ac_try) 2>&5 4063 4495 ac_status=$? 4064 4496 - echo "$as_me:6024: \$? = $ac_status" >&5 4065 + echo "$as_me:60 38: \$? = $ac_status" >&54497 + echo "$as_me:6044: \$? = $ac_status" >&5 4066 4498 (exit $ac_status); }; }; then 4067 4499 4068 4500 cf_cv_link_funcs="$cf_cv_link_funcs $cf_func" 4069 @@ -6039,7 +605 3,7 @@4501 @@ -6039,7 +6059,7 @@ 4070 4502 test -z "$cf_cv_link_funcs" && cf_cv_link_funcs=no 4071 4503 4072 4504 fi 4073 4505 -echo "$as_me:6042: result: $cf_cv_link_funcs" >&5 4074 +echo "$as_me:60 56: result: $cf_cv_link_funcs" >&54506 +echo "$as_me:6062: result: $cf_cv_link_funcs" >&5 4075 4507 echo "${ECHO_T}$cf_cv_link_funcs" >&6 4076 4508 test "$ac_cv_func_link" = yes && cat >>confdefs.h <<\EOF 4077 4509 #define HAVE_LINK 1 4078 @@ -6057,7 +607 1,7 @@4510 @@ -6057,7 +6077,7 @@ 4079 4511 # soft links (symbolic links) are useful for some systems where hard links do 4080 4512 # not work, or to make it simpler to copy terminfo trees around. 4081 4513 if test "$ac_cv_func_symlink" = yes ; then 4082 4514 - echo "$as_me:6060: checking if tic should use symbolic links" >&5 4083 + echo "$as_me:60 74: checking if tic should use symbolic links" >&54515 + echo "$as_me:6080: checking if tic should use symbolic links" >&5 4084 4516 echo $ECHO_N "checking if tic should use symbolic links... $ECHO_C" >&6 4085 4517 4086 4518 # Check whether --enable-symlinks or --disable-symlinks was given. 4087 @@ -6067,21 +608 1,21 @@4519 @@ -6067,21 +6087,21 @@ 4088 4520 else 4089 4521 with_symlinks=no 4090 4522 fi; 4091 4523 - echo "$as_me:6070: result: $with_symlinks" >&5 4092 + echo "$as_me:60 84: result: $with_symlinks" >&54524 + echo "$as_me:6090: result: $with_symlinks" >&5 4093 4525 echo "${ECHO_T}$with_symlinks" >&6 4094 4526 fi … … 4098 4530 if test "$with_symlinks" = no ; then 4099 4531 - echo "$as_me:6077: checking if tic should use hard links" >&5 4100 + echo "$as_me:609 1: checking if tic should use hard links" >&54532 + echo "$as_me:6097: checking if tic should use hard links" >&5 4101 4533 echo $ECHO_N "checking if tic should use hard links... $ECHO_C" >&6 4102 4534 if test "$ac_cv_func_link" = yes ; then … … 4106 4538 fi 4107 4539 - echo "$as_me:6084: result: $with_links" >&5 4108 + echo "$as_me:6 098: result: $with_links" >&54540 + echo "$as_me:6104: result: $with_links" >&5 4109 4541 echo "${ECHO_T}$with_links" >&6 4110 4542 fi 4111 4543 4112 @@ -6094,7 +61 08,7 @@4544 @@ -6094,7 +6114,7 @@ 4113 4545 EOF 4114 4546 4115 4547 ### use option --enable-broken-linker to force on use of broken-linker support 4116 4548 -echo "$as_me:6097: checking if you want broken-linker support code" >&5 4117 +echo "$as_me:611 1: checking if you want broken-linker support code" >&54549 +echo "$as_me:6117: checking if you want broken-linker support code" >&5 4118 4550 echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6 4119 4551 4120 4552 # Check whether --enable-broken_linker or --disable-broken_linker was given. 4121 @@ -6104,7 +61 18,7 @@4553 @@ -6104,7 +6124,7 @@ 4122 4554 else 4123 4555 with_broken_linker=${BROKEN_LINKER-no} 4124 4556 fi; 4125 4557 -echo "$as_me:6107: result: $with_broken_linker" >&5 4126 +echo "$as_me:612 1: result: $with_broken_linker" >&54558 +echo "$as_me:6127: result: $with_broken_linker" >&5 4127 4559 echo "${ECHO_T}$with_broken_linker" >&6 4128 4560 4129 4561 BROKEN_LINKER=0 4130 @@ -6124,14 +61 38,14 @@4562 @@ -6124,14 +6144,14 @@ 4131 4563 BROKEN_LINKER=1 4132 4564 test -n "$verbose" && echo " cygwin linker is broken anyway" 1>&6 4133 4565 4134 4566 -echo "${as_me-configure}:6127: testing cygwin linker is broken anyway ..." 1>&5 4135 +echo "${as_me-configure}:614 1: testing cygwin linker is broken anyway ..." 1>&54567 +echo "${as_me-configure}:6147: testing cygwin linker is broken anyway ..." 1>&5 4136 4568 4137 4569 ;; … … 4141 4573 ### use option --enable-bsdpad to have tputs process BSD-style prefix padding 4142 4574 -echo "$as_me:6134: checking if tputs should process BSD-style prefix padding" >&5 4143 +echo "$as_me:61 48: checking if tputs should process BSD-style prefix padding" >&54575 +echo "$as_me:6154: checking if tputs should process BSD-style prefix padding" >&5 4144 4576 echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6 4145 4577 4146 4578 # Check whether --enable-bsdpad or --disable-bsdpad was given. 4147 @@ -6141,7 +61 55,7 @@4579 @@ -6141,7 +6161,7 @@ 4148 4580 else 4149 4581 with_bsdpad=no 4150 4582 fi; 4151 4583 -echo "$as_me:6144: result: $with_bsdpad" >&5 4152 +echo "$as_me:61 58: result: $with_bsdpad" >&54584 +echo "$as_me:6164: result: $with_bsdpad" >&5 4153 4585 echo "${ECHO_T}$with_bsdpad" >&6 4154 4586 test "$with_bsdpad" = yes && cat >>confdefs.h <<\EOF 4155 4587 #define BSD_TPUTS 1 4156 @@ -6158,7 +617 2,7 @@4588 @@ -6158,7 +6178,7 @@ 4157 4589 4158 4590 # Check to define _XOPEN_SOURCE "automatically" 4159 4591 4160 4592 -echo "$as_me:6161: checking if $CC -U and -D options work together" >&5 4161 +echo "$as_me:61 75: checking if $CC -U and -D options work together" >&54593 +echo "$as_me:6181: checking if $CC -U and -D options work together" >&5 4162 4594 echo $ECHO_N "checking if $CC -U and -D options work together... $ECHO_C" >&6 4163 4595 if test "${cf_cv_cc_u_d_options+set}" = set; then 4164 4596 echo $ECHO_N "(cached) $ECHO_C" >&6 4165 @@ -6167,7 +618 1,7 @@4597 @@ -6167,7 +6187,7 @@ 4166 4598 cf_save_CPPFLAGS="$CPPFLAGS" 4167 4599 CPPFLAGS="-UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS" 4168 4600 cat >conftest.$ac_ext <<_ACEOF 4169 4601 -#line 6170 "configure" 4170 +#line 61 84"configure"4602 +#line 6190 "configure" 4171 4603 #include "confdefs.h" 4172 4604 4173 4605 int 4174 @@ -6186,16 +620 0,16 @@4606 @@ -6186,16 +6206,16 @@ 4175 4607 } 4176 4608 _ACEOF 4177 4609 rm -f conftest.$ac_objext 4178 4610 -if { (eval echo "$as_me:6189: \"$ac_compile\"") >&5 4179 +if { (eval echo "$as_me:620 3: \"$ac_compile\"") >&54611 +if { (eval echo "$as_me:6209: \"$ac_compile\"") >&5 4180 4612 (eval $ac_compile) 2>&5 4181 4613 ac_status=$? 4182 4614 - echo "$as_me:6192: \$? = $ac_status" >&5 4183 + echo "$as_me:62 06: \$? = $ac_status" >&54615 + echo "$as_me:6212: \$? = $ac_status" >&5 4184 4616 (exit $ac_status); } && 4185 4617 { ac_try='test -s conftest.$ac_objext' 4186 4618 - { (eval echo "$as_me:6195: \"$ac_try\"") >&5 4187 + { (eval echo "$as_me:62 09: \"$ac_try\"") >&54619 + { (eval echo "$as_me:6215: \"$ac_try\"") >&5 4188 4620 (eval $ac_try) 2>&5 4189 4621 ac_status=$? 4190 4622 - echo "$as_me:6198: \$? = $ac_status" >&5 4191 + echo "$as_me:621 2: \$? = $ac_status" >&54623 + echo "$as_me:6218: \$? = $ac_status" >&5 4192 4624 (exit $ac_status); }; }; then 4193 4625 4194 4626 cf_cv_cc_u_d_options=yes 4195 @@ -6209, 7 +6223,7@@4627 @@ -6209,14 +6229,14 @@ 4196 4628 CPPFLAGS="$cf_save_CPPFLAGS" 4197 4629 4198 4630 fi 4199 4631 -echo "$as_me:6212: result: $cf_cv_cc_u_d_options" >&5 4200 +echo "$as_me:62 26: result: $cf_cv_cc_u_d_options" >&54632 +echo "$as_me:6232: result: $cf_cv_cc_u_d_options" >&5 4201 4633 echo "${ECHO_T}$cf_cv_cc_u_d_options" >&6 4202 4634 4203 4635 cf_XOPEN_SOURCE=500 4204 @@ -6233,16 +6247,16 @@ 4636 cf_POSIX_C_SOURCE=199506L 4637 4638 case $host_os in #(vi 4639 -aix[45]*) #(vi 4640 +aix[456]*) #(vi 4641 CPPFLAGS="$CPPFLAGS -D_ALL_SOURCE" 4642 ;; 4643 freebsd*|dragonfly*) #(vi 4644 @@ -6233,16 +6253,16 @@ 4205 4645 irix[56].*) #(vi 4206 4646 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 4210 4650 4211 4651 -echo "$as_me:6238: checking if we must define _GNU_SOURCE" >&5 4212 +echo "$as_me:625 2: checking if we must define _GNU_SOURCE" >&54652 +echo "$as_me:6258: checking if we must define _GNU_SOURCE" >&5 4213 4653 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6 4214 4654 if test "${cf_cv_gnu_source+set}" = set; then … … 4218 4658 cat >conftest.$ac_ext <<_ACEOF 4219 4659 -#line 6245 "configure" 4220 +#line 62 59"configure"4660 +#line 6265 "configure" 4221 4661 #include "confdefs.h" 4222 4662 #include <sys/types.h> 4223 4663 int 4224 @@ -6257,16 +627 1,16 @@4664 @@ -6257,16 +6277,16 @@ 4225 4665 } 4226 4666 _ACEOF 4227 4667 rm -f conftest.$ac_objext 4228 4668 -if { (eval echo "$as_me:6260: \"$ac_compile\"") >&5 4229 +if { (eval echo "$as_me:62 74: \"$ac_compile\"") >&54669 +if { (eval echo "$as_me:6280: \"$ac_compile\"") >&5 4230 4670 (eval $ac_compile) 2>&5 4231 4671 ac_status=$? 4232 4672 - echo "$as_me:6263: \$? = $ac_status" >&5 4233 + echo "$as_me:62 77: \$? = $ac_status" >&54673 + echo "$as_me:6283: \$? = $ac_status" >&5 4234 4674 (exit $ac_status); } && 4235 4675 { ac_try='test -s conftest.$ac_objext' 4236 4676 - { (eval echo "$as_me:6266: \"$ac_try\"") >&5 4237 + { (eval echo "$as_me:628 0: \"$ac_try\"") >&54677 + { (eval echo "$as_me:6286: \"$ac_try\"") >&5 4238 4678 (eval $ac_try) 2>&5 4239 4679 ac_status=$? 4240 4680 - echo "$as_me:6269: \$? = $ac_status" >&5 4241 + echo "$as_me:628 3: \$? = $ac_status" >&54681 + echo "$as_me:6289: \$? = $ac_status" >&5 4242 4682 (exit $ac_status); }; }; then 4243 4683 cf_cv_gnu_source=no 4244 4684 else 4245 @@ -6275,7 +62 89,7 @@4685 @@ -6275,7 +6295,7 @@ 4246 4686 cf_save="$CPPFLAGS" 4247 4687 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 4248 4688 cat >conftest.$ac_ext <<_ACEOF 4249 4689 -#line 6278 "configure" 4250 +#line 629 2"configure"4690 +#line 6298 "configure" 4251 4691 #include "confdefs.h" 4252 4692 #include <sys/types.h> 4253 4693 int 4254 @@ -6290,16 +63 04,16 @@4694 @@ -6290,16 +6310,16 @@ 4255 4695 } 4256 4696 _ACEOF 4257 4697 rm -f conftest.$ac_objext 4258 4698 -if { (eval echo "$as_me:6293: \"$ac_compile\"") >&5 4259 +if { (eval echo "$as_me:63 07: \"$ac_compile\"") >&54699 +if { (eval echo "$as_me:6313: \"$ac_compile\"") >&5 4260 4700 (eval $ac_compile) 2>&5 4261 4701 ac_status=$? 4262 4702 - echo "$as_me:6296: \$? = $ac_status" >&5 4263 + echo "$as_me:631 0: \$? = $ac_status" >&54703 + echo "$as_me:6316: \$? = $ac_status" >&5 4264 4704 (exit $ac_status); } && 4265 4705 { ac_try='test -s conftest.$ac_objext' 4266 4706 - { (eval echo "$as_me:6299: \"$ac_try\"") >&5 4267 + { (eval echo "$as_me:631 3: \"$ac_try\"") >&54707 + { (eval echo "$as_me:6319: \"$ac_try\"") >&5 4268 4708 (eval $ac_try) 2>&5 4269 4709 ac_status=$? 4270 4710 - echo "$as_me:6302: \$? = $ac_status" >&5 4271 + echo "$as_me:63 16: \$? = $ac_status" >&54711 + echo "$as_me:6322: \$? = $ac_status" >&5 4272 4712 (exit $ac_status); }; }; then 4273 4713 cf_cv_gnu_source=no 4274 4714 else 4275 @@ -6314,7 +63 28,7 @@4715 @@ -6314,7 +6334,7 @@ 4276 4716 rm -f conftest.$ac_objext conftest.$ac_ext 4277 4717 4278 4718 fi 4279 4719 -echo "$as_me:6317: result: $cf_cv_gnu_source" >&5 4280 +echo "$as_me:633 1: result: $cf_cv_gnu_source" >&54720 +echo "$as_me:6337: result: $cf_cv_gnu_source" >&5 4281 4721 echo "${ECHO_T}$cf_cv_gnu_source" >&6 4282 4722 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 4283 4723 4284 @@ -6341,14 +63 55,14 @@4724 @@ -6341,14 +6361,14 @@ 4285 4725 CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__" 4286 4726 ;; 4287 4727 *) 4288 4728 - echo "$as_me:6344: checking if we should define _XOPEN_SOURCE" >&5 4289 + echo "$as_me:63 58: checking if we should define _XOPEN_SOURCE" >&54729 + echo "$as_me:6364: checking if we should define _XOPEN_SOURCE" >&5 4290 4730 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 4291 4731 if test "${cf_cv_xopen_source+set}" = set; then … … 4295 4735 cat >conftest.$ac_ext <<_ACEOF 4296 4736 -#line 6351 "configure" 4297 +#line 63 65"configure"4737 +#line 6371 "configure" 4298 4738 #include "confdefs.h" 4299 4739 #include <sys/types.h> 4300 4740 int 4301 @@ -6363,16 +63 77,16 @@4741 @@ -6363,16 +6383,16 @@ 4302 4742 } 4303 4743 _ACEOF 4304 4744 rm -f conftest.$ac_objext 4305 4745 -if { (eval echo "$as_me:6366: \"$ac_compile\"") >&5 4306 +if { (eval echo "$as_me:638 0: \"$ac_compile\"") >&54746 +if { (eval echo "$as_me:6386: \"$ac_compile\"") >&5 4307 4747 (eval $ac_compile) 2>&5 4308 4748 ac_status=$? 4309 4749 - echo "$as_me:6369: \$? = $ac_status" >&5 4310 + echo "$as_me:638 3: \$? = $ac_status" >&54750 + echo "$as_me:6389: \$? = $ac_status" >&5 4311 4751 (exit $ac_status); } && 4312 4752 { ac_try='test -s conftest.$ac_objext' 4313 4753 - { (eval echo "$as_me:6372: \"$ac_try\"") >&5 4314 + { (eval echo "$as_me:63 86: \"$ac_try\"") >&54754 + { (eval echo "$as_me:6392: \"$ac_try\"") >&5 4315 4755 (eval $ac_try) 2>&5 4316 4756 ac_status=$? 4317 4757 - echo "$as_me:6375: \$? = $ac_status" >&5 4318 + echo "$as_me:63 89: \$? = $ac_status" >&54758 + echo "$as_me:6395: \$? = $ac_status" >&5 4319 4759 (exit $ac_status); }; }; then 4320 4760 cf_cv_xopen_source=no 4321 4761 else 4322 @@ -6381,7 +6 395,7 @@4762 @@ -6381,7 +6401,7 @@ 4323 4763 cf_save="$CPPFLAGS" 4324 4764 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" 4325 4765 cat >conftest.$ac_ext <<_ACEOF 4326 4766 -#line 6384 "configure" 4327 +#line 6 398"configure"4767 +#line 6404 "configure" 4328 4768 #include "confdefs.h" 4329 4769 #include <sys/types.h> 4330 4770 int 4331 @@ -6396,16 +641 0,16 @@4771 @@ -6396,16 +6416,16 @@ 4332 4772 } 4333 4773 _ACEOF 4334 4774 rm -f conftest.$ac_objext 4335 4775 -if { (eval echo "$as_me:6399: \"$ac_compile\"") >&5 4336 +if { (eval echo "$as_me:641 3: \"$ac_compile\"") >&54776 +if { (eval echo "$as_me:6419: \"$ac_compile\"") >&5 4337 4777 (eval $ac_compile) 2>&5 4338 4778 ac_status=$? 4339 4779 - echo "$as_me:6402: \$? = $ac_status" >&5 4340 + echo "$as_me:64 16: \$? = $ac_status" >&54780 + echo "$as_me:6422: \$? = $ac_status" >&5 4341 4781 (exit $ac_status); } && 4342 4782 { ac_try='test -s conftest.$ac_objext' 4343 4783 - { (eval echo "$as_me:6405: \"$ac_try\"") >&5 4344 + { (eval echo "$as_me:64 19: \"$ac_try\"") >&54784 + { (eval echo "$as_me:6425: \"$ac_try\"") >&5 4345 4785 (eval $ac_try) 2>&5 4346 4786 ac_status=$? 4347 4787 - echo "$as_me:6408: \$? = $ac_status" >&5 4348 + echo "$as_me:642 2: \$? = $ac_status" >&54788 + echo "$as_me:6428: \$? = $ac_status" >&5 4349 4789 (exit $ac_status); }; }; then 4350 4790 cf_cv_xopen_source=no 4351 4791 else 4352 @@ -6420,7 +64 34,7 @@4792 @@ -6420,7 +6440,7 @@ 4353 4793 rm -f conftest.$ac_objext conftest.$ac_ext 4354 4794 4355 4795 fi 4356 4796 -echo "$as_me:6423: result: $cf_cv_xopen_source" >&5 4357 +echo "$as_me:64 37: result: $cf_cv_xopen_source" >&54797 +echo "$as_me:6443: result: $cf_cv_xopen_source" >&5 4358 4798 echo "${ECHO_T}$cf_cv_xopen_source" >&6 4359 4799 if test "$cf_cv_xopen_source" != no ; then 4360 4800 4361 @@ -6454,16 +64 68,16 @@4801 @@ -6454,16 +6474,16 @@ 4362 4802 sed -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?[ ]/ /g' \ 4363 4803 -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?$//g'` 4364 4804 4365 4805 -echo "$as_me:6457: checking if we should define _POSIX_C_SOURCE" >&5 4366 +echo "$as_me:647 1: checking if we should define _POSIX_C_SOURCE" >&54806 +echo "$as_me:6477: checking if we should define _POSIX_C_SOURCE" >&5 4367 4807 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 4368 4808 if test "${cf_cv_posix_c_source+set}" = set; then … … 4371 4811 4372 4812 -echo "${as_me-configure}:6463: testing if the symbol is already defined go no further ..." 1>&5 4373 +echo "${as_me-configure}:64 77: testing if the symbol is already defined go no further ..." 1>&54813 +echo "${as_me-configure}:6483: testing if the symbol is already defined go no further ..." 1>&5 4374 4814 4375 4815 cat >conftest.$ac_ext <<_ACEOF 4376 4816 -#line 6466 "configure" 4377 +#line 648 0"configure"4817 +#line 6486 "configure" 4378 4818 #include "confdefs.h" 4379 4819 #include <sys/types.h> 4380 4820 int 4381 @@ -6478,16 +649 2,16 @@4821 @@ -6478,16 +6498,16 @@ 4382 4822 } 4383 4823 _ACEOF 4384 4824 rm -f conftest.$ac_objext 4385 4825 -if { (eval echo "$as_me:6481: \"$ac_compile\"") >&5 4386 +if { (eval echo "$as_me:6 495: \"$ac_compile\"") >&54826 +if { (eval echo "$as_me:6501: \"$ac_compile\"") >&5 4387 4827 (eval $ac_compile) 2>&5 4388 4828 ac_status=$? 4389 4829 - echo "$as_me:6484: \$? = $ac_status" >&5 4390 + echo "$as_me:6 498: \$? = $ac_status" >&54830 + echo "$as_me:6504: \$? = $ac_status" >&5 4391 4831 (exit $ac_status); } && 4392 4832 { ac_try='test -s conftest.$ac_objext' 4393 4833 - { (eval echo "$as_me:6487: \"$ac_try\"") >&5 4394 + { (eval echo "$as_me:650 1: \"$ac_try\"") >&54834 + { (eval echo "$as_me:6507: \"$ac_try\"") >&5 4395 4835 (eval $ac_try) 2>&5 4396 4836 ac_status=$? 4397 4837 - echo "$as_me:6490: \$? = $ac_status" >&5 4398 + echo "$as_me:65 04: \$? = $ac_status" >&54838 + echo "$as_me:6510: \$? = $ac_status" >&5 4399 4839 (exit $ac_status); }; }; then 4400 4840 cf_cv_posix_c_source=no 4401 4841 else 4402 @@ -6508,7 +652 2,7 @@4842 @@ -6508,7 +6528,7 @@ 4403 4843 esac 4404 4844 if test "$cf_want_posix_source" = yes ; then 4405 4845 cat >conftest.$ac_ext <<_ACEOF 4406 4846 -#line 6511 "configure" 4407 +#line 65 25"configure"4847 +#line 6531 "configure" 4408 4848 #include "confdefs.h" 4409 4849 #include <sys/types.h> 4410 4850 int 4411 @@ -6523,16 +65 37,16 @@4851 @@ -6523,16 +6543,16 @@ 4412 4852 } 4413 4853 _ACEOF 4414 4854 rm -f conftest.$ac_objext 4415 4855 -if { (eval echo "$as_me:6526: \"$ac_compile\"") >&5 4416 +if { (eval echo "$as_me:654 0: \"$ac_compile\"") >&54856 +if { (eval echo "$as_me:6546: \"$ac_compile\"") >&5 4417 4857 (eval $ac_compile) 2>&5 4418 4858 ac_status=$? 4419 4859 - echo "$as_me:6529: \$? = $ac_status" >&5 4420 + echo "$as_me:654 3: \$? = $ac_status" >&54860 + echo "$as_me:6549: \$? = $ac_status" >&5 4421 4861 (exit $ac_status); } && 4422 4862 { ac_try='test -s conftest.$ac_objext' 4423 4863 - { (eval echo "$as_me:6532: \"$ac_try\"") >&5 4424 + { (eval echo "$as_me:65 46: \"$ac_try\"") >&54864 + { (eval echo "$as_me:6552: \"$ac_try\"") >&5 4425 4865 (eval $ac_try) 2>&5 4426 4866 ac_status=$? 4427 4867 - echo "$as_me:6535: \$? = $ac_status" >&5 4428 + echo "$as_me:65 49: \$? = $ac_status" >&54868 + echo "$as_me:6555: \$? = $ac_status" >&5 4429 4869 (exit $ac_status); }; }; then 4430 4870 : 4431 4871 else 4432 @@ -6543,15 +65 57,15 @@4872 @@ -6543,15 +6563,15 @@ 4433 4873 rm -f conftest.$ac_objext conftest.$ac_ext 4434 4874 fi 4435 4875 4436 4876 -echo "${as_me-configure}:6546: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 4437 +echo "${as_me-configure}:656 0: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&54877 +echo "${as_me-configure}:6566: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 4438 4878 4439 4879 CFLAGS="$cf_trim_CFLAGS" … … 4441 4881 4442 4882 -echo "${as_me-configure}:6551: testing if the second compile does not leave our definition intact error ..." 1>&5 4443 +echo "${as_me-configure}:65 65: testing if the second compile does not leave our definition intact error ..." 1>&54883 +echo "${as_me-configure}:6571: testing if the second compile does not leave our definition intact error ..." 1>&5 4444 4884 4445 4885 cat >conftest.$ac_ext <<_ACEOF 4446 4886 -#line 6554 "configure" 4447 +#line 65 68"configure"4887 +#line 6574 "configure" 4448 4888 #include "confdefs.h" 4449 4889 #include <sys/types.h> 4450 4890 int 4451 @@ -6566,16 +658 0,16 @@4891 @@ -6566,16 +6586,16 @@ 4452 4892 } 4453 4893 _ACEOF 4454 4894 rm -f conftest.$ac_objext 4455 4895 -if { (eval echo "$as_me:6569: \"$ac_compile\"") >&5 4456 +if { (eval echo "$as_me:658 3: \"$ac_compile\"") >&54896 +if { (eval echo "$as_me:6589: \"$ac_compile\"") >&5 4457 4897 (eval $ac_compile) 2>&5 4458 4898 ac_status=$? 4459 4899 - echo "$as_me:6572: \$? = $ac_status" >&5 4460 + echo "$as_me:65 86: \$? = $ac_status" >&54900 + echo "$as_me:6592: \$? = $ac_status" >&5 4461 4901 (exit $ac_status); } && 4462 4902 { ac_try='test -s conftest.$ac_objext' 4463 4903 - { (eval echo "$as_me:6575: \"$ac_try\"") >&5 4464 + { (eval echo "$as_me:65 89: \"$ac_try\"") >&54904 + { (eval echo "$as_me:6595: \"$ac_try\"") >&5 4465 4905 (eval $ac_try) 2>&5 4466 4906 ac_status=$? 4467 4907 - echo "$as_me:6578: \$? = $ac_status" >&5 4468 + echo "$as_me:659 2: \$? = $ac_status" >&54908 + echo "$as_me:6598: \$? = $ac_status" >&5 4469 4909 (exit $ac_status); }; }; then 4470 4910 : 4471 4911 else 4472 @@ -6591,7 +66 05,7 @@4912 @@ -6591,7 +6611,7 @@ 4473 4913 rm -f conftest.$ac_objext conftest.$ac_ext 4474 4914 4475 4915 fi 4476 4916 -echo "$as_me:6594: result: $cf_cv_posix_c_source" >&5 4477 +echo "$as_me:66 08: result: $cf_cv_posix_c_source" >&54917 +echo "$as_me:6614: result: $cf_cv_posix_c_source" >&5 4478 4918 echo "${ECHO_T}$cf_cv_posix_c_source" >&6 4479 4919 4480 4920 if test "$cf_cv_posix_c_source" != no ; then 4481 @@ -6610,14 +66 24,14 @@4921 @@ -6610,14 +6630,14 @@ 4482 4922 4483 4923 # Work around breakage on OS X 4484 4924 4485 4925 -echo "$as_me:6613: checking if SIGWINCH is defined" >&5 4486 +echo "$as_me:66 27: checking if SIGWINCH is defined" >&54926 +echo "$as_me:6633: checking if SIGWINCH is defined" >&5 4487 4927 echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6 4488 4928 if test "${cf_cv_define_sigwinch+set}" = set; then … … 4492 4932 cat >conftest.$ac_ext <<_ACEOF 4493 4933 -#line 6620 "configure" 4494 +#line 66 34"configure"4934 +#line 6640 "configure" 4495 4935 #include "confdefs.h" 4496 4936 4497 4937 #include <sys/types.h> 4498 @@ -6632,23 +66 46,23 @@4938 @@ -6632,23 +6652,23 @@ 4499 4939 } 4500 4940 _ACEOF 4501 4941 rm -f conftest.$ac_objext 4502 4942 -if { (eval echo "$as_me:6635: \"$ac_compile\"") >&5 4503 +if { (eval echo "$as_me:66 49: \"$ac_compile\"") >&54943 +if { (eval echo "$as_me:6655: \"$ac_compile\"") >&5 4504 4944 (eval $ac_compile) 2>&5 4505 4945 ac_status=$? 4506 4946 - echo "$as_me:6638: \$? = $ac_status" >&5 4507 + echo "$as_me:665 2: \$? = $ac_status" >&54947 + echo "$as_me:6658: \$? = $ac_status" >&5 4508 4948 (exit $ac_status); } && 4509 4949 { ac_try='test -s conftest.$ac_objext' 4510 4950 - { (eval echo "$as_me:6641: \"$ac_try\"") >&5 4511 + { (eval echo "$as_me:66 55: \"$ac_try\"") >&54951 + { (eval echo "$as_me:6661: \"$ac_try\"") >&5 4512 4952 (eval $ac_try) 2>&5 4513 4953 ac_status=$? 4514 4954 - echo "$as_me:6644: \$? = $ac_status" >&5 4515 + echo "$as_me:66 58: \$? = $ac_status" >&54955 + echo "$as_me:6664: \$? = $ac_status" >&5 4516 4956 (exit $ac_status); }; }; then 4517 4957 cf_cv_define_sigwinch=yes … … 4521 4961 cat >conftest.$ac_ext <<_ACEOF 4522 4962 -#line 6651 "configure" 4523 +#line 66 65"configure"4963 +#line 6671 "configure" 4524 4964 #include "confdefs.h" 4525 4965 4526 4966 #undef _XOPEN_SOURCE 4527 @@ -6666,16 +668 0,16 @@4967 @@ -6666,16 +6686,16 @@ 4528 4968 } 4529 4969 _ACEOF 4530 4970 rm -f conftest.$ac_objext 4531 4971 -if { (eval echo "$as_me:6669: \"$ac_compile\"") >&5 4532 +if { (eval echo "$as_me:668 3: \"$ac_compile\"") >&54972 +if { (eval echo "$as_me:6689: \"$ac_compile\"") >&5 4533 4973 (eval $ac_compile) 2>&5 4534 4974 ac_status=$? 4535 4975 - echo "$as_me:6672: \$? = $ac_status" >&5 4536 + echo "$as_me:66 86: \$? = $ac_status" >&54976 + echo "$as_me:6692: \$? = $ac_status" >&5 4537 4977 (exit $ac_status); } && 4538 4978 { ac_try='test -s conftest.$ac_objext' 4539 4979 - { (eval echo "$as_me:6675: \"$ac_try\"") >&5 4540 + { (eval echo "$as_me:66 89: \"$ac_try\"") >&54980 + { (eval echo "$as_me:6695: \"$ac_try\"") >&5 4541 4981 (eval $ac_try) 2>&5 4542 4982 ac_status=$? 4543 4983 - echo "$as_me:6678: \$? = $ac_status" >&5 4544 + echo "$as_me:669 2: \$? = $ac_status" >&54984 + echo "$as_me:6698: \$? = $ac_status" >&5 4545 4985 (exit $ac_status); }; }; then 4546 4986 cf_cv_define_sigwinch=maybe 4547 4987 else 4548 @@ -6689,11 +670 3,11 @@4988 @@ -6689,11 +6709,11 @@ 4549 4989 rm -f conftest.$ac_objext conftest.$ac_ext 4550 4990 4551 4991 fi 4552 4992 -echo "$as_me:6692: result: $cf_cv_define_sigwinch" >&5 4553 +echo "$as_me:67 06: result: $cf_cv_define_sigwinch" >&54993 +echo "$as_me:6712: result: $cf_cv_define_sigwinch" >&5 4554 4994 echo "${ECHO_T}$cf_cv_define_sigwinch" >&6 4555 4995 4556 4996 if test "$cf_cv_define_sigwinch" = maybe ; then 4557 4997 -echo "$as_me:6696: checking for actual SIGWINCH definition" >&5 4558 +echo "$as_me:671 0: checking for actual SIGWINCH definition" >&54998 +echo "$as_me:6716: checking for actual SIGWINCH definition" >&5 4559 4999 echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6 4560 5000 if test "${cf_cv_fixup_sigwinch+set}" = set; then 4561 5001 echo $ECHO_N "(cached) $ECHO_C" >&6 4562 @@ -6704,7 +67 18,7 @@5002 @@ -6704,7 +6724,7 @@ 4563 5003 while test $cf_sigwinch != 1 4564 5004 do 4565 5005 cat >conftest.$ac_ext <<_ACEOF 4566 5006 -#line 6707 "configure" 4567 +#line 672 1"configure"5007 +#line 6727 "configure" 4568 5008 #include "confdefs.h" 4569 5009 4570 5010 #undef _XOPEN_SOURCE 4571 @@ -6726,16 +674 0,16 @@5011 @@ -6726,16 +6746,16 @@ 4572 5012 } 4573 5013 _ACEOF 4574 5014 rm -f conftest.$ac_objext 4575 5015 -if { (eval echo "$as_me:6729: \"$ac_compile\"") >&5 4576 +if { (eval echo "$as_me:674 3: \"$ac_compile\"") >&55016 +if { (eval echo "$as_me:6749: \"$ac_compile\"") >&5 4577 5017 (eval $ac_compile) 2>&5 4578 5018 ac_status=$? 4579 5019 - echo "$as_me:6732: \$? = $ac_status" >&5 4580 + echo "$as_me:67 46: \$? = $ac_status" >&55020 + echo "$as_me:6752: \$? = $ac_status" >&5 4581 5021 (exit $ac_status); } && 4582 5022 { ac_try='test -s conftest.$ac_objext' 4583 5023 - { (eval echo "$as_me:6735: \"$ac_try\"") >&5 4584 + { (eval echo "$as_me:67 49: \"$ac_try\"") >&55024 + { (eval echo "$as_me:6755: \"$ac_try\"") >&5 4585 5025 (eval $ac_try) 2>&5 4586 5026 ac_status=$? 4587 5027 - echo "$as_me:6738: \$? = $ac_status" >&5 4588 + echo "$as_me:675 2: \$? = $ac_status" >&55028 + echo "$as_me:6758: \$? = $ac_status" >&5 4589 5029 (exit $ac_status); }; }; then 4590 5030 cf_cv_fixup_sigwinch=$cf_sigwinch 4591 5031 break 4592 @@ -6749,7 +676 3,7 @@5032 @@ -6749,7 +6769,7 @@ 4593 5033 done 4594 5034 4595 5035 fi 4596 5036 -echo "$as_me:6752: result: $cf_cv_fixup_sigwinch" >&5 4597 +echo "$as_me:67 66: result: $cf_cv_fixup_sigwinch" >&55037 +echo "$as_me:6772: result: $cf_cv_fixup_sigwinch" >&5 4598 5038 echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6 4599 5039 4600 5040 if test "$cf_cv_fixup_sigwinch" != unknown ; then 4601 @@ -6759,13 +677 3,13 @@5041 @@ -6759,13 +6779,13 @@ 4602 5042 4603 5043 # Checks for CODESET support. 4604 5044 4605 5045 - echo "$as_me:6762: checking for nl_langinfo and CODESET" >&5 4606 + echo "$as_me:67 76: checking for nl_langinfo and CODESET" >&55046 + echo "$as_me:6782: checking for nl_langinfo and CODESET" >&5 4607 5047 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 4608 5048 if test "${am_cv_langinfo_codeset+set}" = set; then … … 4611 5051 cat >conftest.$ac_ext <<_ACEOF 4612 5052 -#line 6768 "configure" 4613 +#line 678 2"configure"5053 +#line 6788 "configure" 4614 5054 #include "confdefs.h" 4615 5055 #include <langinfo.h> 4616 5056 int 4617 @@ -6777,16 +679 1,16 @@5057 @@ -6777,16 +6797,16 @@ 4618 5058 } 4619 5059 _ACEOF 4620 5060 rm -f conftest.$ac_objext conftest$ac_exeext 4621 5061 -if { (eval echo "$as_me:6780: \"$ac_link\"") >&5 4622 +if { (eval echo "$as_me:6 794: \"$ac_link\"") >&55062 +if { (eval echo "$as_me:6800: \"$ac_link\"") >&5 4623 5063 (eval $ac_link) 2>&5 4624 5064 ac_status=$? 4625 5065 - echo "$as_me:6783: \$? = $ac_status" >&5 4626 + echo "$as_me:6 797: \$? = $ac_status" >&55066 + echo "$as_me:6803: \$? = $ac_status" >&5 4627 5067 (exit $ac_status); } && 4628 5068 { ac_try='test -s conftest$ac_exeext' 4629 5069 - { (eval echo "$as_me:6786: \"$ac_try\"") >&5 4630 + { (eval echo "$as_me:680 0: \"$ac_try\"") >&55070 + { (eval echo "$as_me:6806: \"$ac_try\"") >&5 4631 5071 (eval $ac_try) 2>&5 4632 5072 ac_status=$? 4633 5073 - echo "$as_me:6789: \$? = $ac_status" >&5 4634 + echo "$as_me:680 3: \$? = $ac_status" >&55074 + echo "$as_me:6809: \$? = $ac_status" >&5 4635 5075 (exit $ac_status); }; }; then 4636 5076 am_cv_langinfo_codeset=yes 4637 5077 else 4638 @@ -6797,7 +681 1,7 @@5078 @@ -6797,7 +6817,7 @@ 4639 5079 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4640 5080 4641 5081 fi 4642 5082 -echo "$as_me:6800: result: $am_cv_langinfo_codeset" >&5 4643 +echo "$as_me:68 14: result: $am_cv_langinfo_codeset" >&55083 +echo "$as_me:6820: result: $am_cv_langinfo_codeset" >&5 4644 5084 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 4645 5085 if test $am_cv_langinfo_codeset = yes; then 4646 5086 4647 @@ -6811,7 +68 25,7 @@5087 @@ -6811,7 +6831,7 @@ 4648 5088 NCURSES_OK_WCHAR_T= 4649 5089 NCURSES_OK_WINT_T= 4650 5090 4651 5091 -echo "$as_me:6814: checking if you want wide-character code" >&5 4652 +echo "$as_me:68 28: checking if you want wide-character code" >&55092 +echo "$as_me:6834: checking if you want wide-character code" >&5 4653 5093 echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6 4654 5094 4655 5095 # Check whether --enable-widec or --disable-widec was given. 4656 @@ -6821,7 +68 35,7 @@5096 @@ -6821,7 +6841,7 @@ 4657 5097 else 4658 5098 with_widec=no 4659 5099 fi; 4660 5100 -echo "$as_me:6824: result: $with_widec" >&5 4661 +echo "$as_me:68 38: result: $with_widec" >&55101 +echo "$as_me:6844: result: $with_widec" >&5 4662 5102 echo "${ECHO_T}$with_widec" >&6 4663 5103 if test "$with_widec" = yes ; then 4664 5104 LIB_SUFFIX="w${LIB_SUFFIX}" 4665 @@ -6829,10 +684 3,10 @@5105 @@ -6829,10 +6849,10 @@ 4666 5106 #define USE_WIDEC_SUPPORT 1 4667 5107 EOF 4668 5108 4669 5109 -echo "$as_me:6832: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 4670 +echo "$as_me:68 46: checking if we must define _XOPEN_SOURCE_EXTENDED" >&55110 +echo "$as_me:6852: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 4671 5111 echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6 4672 5112 cat >conftest.$ac_ext <<_ACEOF 4673 5113 -#line 6835 "configure" 4674 +#line 68 49"configure"5114 +#line 6855 "configure" 4675 5115 #include "confdefs.h" 4676 5116 #include <sys/types.h> 4677 5117 4678 @@ -6848,16 +686 2,16 @@5118 @@ -6848,16 +6868,16 @@ 4679 5119 } 4680 5120 _ACEOF 4681 5121 rm -f conftest.$ac_objext 4682 5122 -if { (eval echo "$as_me:6851: \"$ac_compile\"") >&5 4683 +if { (eval echo "$as_me:68 65: \"$ac_compile\"") >&55123 +if { (eval echo "$as_me:6871: \"$ac_compile\"") >&5 4684 5124 (eval $ac_compile) 2>&5 4685 5125 ac_status=$? 4686 5126 - echo "$as_me:6854: \$? = $ac_status" >&5 4687 + echo "$as_me:68 68: \$? = $ac_status" >&55127 + echo "$as_me:6874: \$? = $ac_status" >&5 4688 5128 (exit $ac_status); } && 4689 5129 { ac_try='test -s conftest.$ac_objext' 4690 5130 - { (eval echo "$as_me:6857: \"$ac_try\"") >&5 4691 + { (eval echo "$as_me:687 1: \"$ac_try\"") >&55131 + { (eval echo "$as_me:6877: \"$ac_try\"") >&5 4692 5132 (eval $ac_try) 2>&5 4693 5133 ac_status=$? 4694 5134 - echo "$as_me:6860: \$? = $ac_status" >&5 4695 + echo "$as_me:68 74: \$? = $ac_status" >&55135 + echo "$as_me:6880: \$? = $ac_status" >&5 4696 5136 (exit $ac_status); }; }; then 4697 5137 cf_result=no 4698 5138 else 4699 @@ -6866,16 +688 0,16 @@5139 @@ -6866,16 +6886,16 @@ 4700 5140 cf_result=yes 4701 5141 fi 4702 5142 rm -f conftest.$ac_objext conftest.$ac_ext 4703 5143 -echo "$as_me:6869: result: $cf_result" >&5 4704 +echo "$as_me:688 3: result: $cf_result" >&55144 +echo "$as_me:6889: result: $cf_result" >&5 4705 5145 echo "${ECHO_T}$cf_result" >&6 4706 5146 … … 4709 5149 elif test "x" != "x" ; then 4710 5150 - echo "$as_me:6875: checking checking for compatible value versus " >&5 4711 + echo "$as_me:68 89: checking checking for compatible value versus " >&55151 + echo "$as_me:6895: checking checking for compatible value versus " >&5 4712 5152 echo $ECHO_N "checking checking for compatible value versus ... $ECHO_C" >&6 4713 5153 cat >conftest.$ac_ext <<_ACEOF 4714 5154 -#line 6878 "configure" 4715 +#line 689 2"configure"5155 +#line 6898 "configure" 4716 5156 #include "confdefs.h" 4717 5157 #include <sys/types.h> 4718 5158 4719 @@ -6891,16 +69 05,16 @@5159 @@ -6891,16 +6911,16 @@ 4720 5160 } 4721 5161 _ACEOF 4722 5162 rm -f conftest.$ac_objext 4723 5163 -if { (eval echo "$as_me:6894: \"$ac_compile\"") >&5 4724 +if { (eval echo "$as_me:69 08: \"$ac_compile\"") >&55164 +if { (eval echo "$as_me:6914: \"$ac_compile\"") >&5 4725 5165 (eval $ac_compile) 2>&5 4726 5166 ac_status=$? 4727 5167 - echo "$as_me:6897: \$? = $ac_status" >&5 4728 + echo "$as_me:691 1: \$? = $ac_status" >&55168 + echo "$as_me:6917: \$? = $ac_status" >&5 4729 5169 (exit $ac_status); } && 4730 5170 { ac_try='test -s conftest.$ac_objext' 4731 5171 - { (eval echo "$as_me:6900: \"$ac_try\"") >&5 4732 + { (eval echo "$as_me:69 14: \"$ac_try\"") >&55172 + { (eval echo "$as_me:6920: \"$ac_try\"") >&5 4733 5173 (eval $ac_try) 2>&5 4734 5174 ac_status=$? 4735 5175 - echo "$as_me:6903: \$? = $ac_status" >&5 4736 + echo "$as_me:69 17: \$? = $ac_status" >&55176 + echo "$as_me:6923: \$? = $ac_status" >&5 4737 5177 (exit $ac_status); }; }; then 4738 5178 cf_result=yes 4739 5179 else 4740 @@ -6909,7 +692 3,7 @@5180 @@ -6909,7 +6929,7 @@ 4741 5181 cf_result=no 4742 5182 fi 4743 5183 rm -f conftest.$ac_objext conftest.$ac_ext 4744 5184 - echo "$as_me:6912: result: $cf_result" >&5 4745 + echo "$as_me:69 26: result: $cf_result" >&55185 + echo "$as_me:6932: result: $cf_result" >&5 4746 5186 echo "${ECHO_T}$cf_result" >&6 4747 5187 if test "$cf_result" = no ; then 4748 5188 # perhaps we can override it - try... 4749 @@ -6923,13 +69 37,13 @@5189 @@ -6923,13 +6943,13 @@ 4750 5190 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs 4751 5191 do 4752 5192 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4753 5193 -echo "$as_me:6926: checking for $ac_func" >&5 4754 +echo "$as_me:694 0: checking for $ac_func" >&55194 +echo "$as_me:6946: checking for $ac_func" >&5 4755 5195 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4756 5196 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 4759 5199 cat >conftest.$ac_ext <<_ACEOF 4760 5200 -#line 6932 "configure" 4761 +#line 69 46"configure"5201 +#line 6952 "configure" 4762 5202 #include "confdefs.h" 4763 5203 /* System header to define __stub macros and hopefully few prototypes, 4764 5204 which can conflict with char $ac_func (); below. */ 4765 @@ -6960,16 +69 74,16 @@5205 @@ -6960,16 +6980,16 @@ 4766 5206 } 4767 5207 _ACEOF 4768 5208 rm -f conftest.$ac_objext conftest$ac_exeext 4769 5209 -if { (eval echo "$as_me:6963: \"$ac_link\"") >&5 4770 +if { (eval echo "$as_me:69 77: \"$ac_link\"") >&55210 +if { (eval echo "$as_me:6983: \"$ac_link\"") >&5 4771 5211 (eval $ac_link) 2>&5 4772 5212 ac_status=$? 4773 5213 - echo "$as_me:6966: \$? = $ac_status" >&5 4774 + echo "$as_me:698 0: \$? = $ac_status" >&55214 + echo "$as_me:6986: \$? = $ac_status" >&5 4775 5215 (exit $ac_status); } && 4776 5216 { ac_try='test -s conftest$ac_exeext' 4777 5217 - { (eval echo "$as_me:6969: \"$ac_try\"") >&5 4778 + { (eval echo "$as_me:698 3: \"$ac_try\"") >&55218 + { (eval echo "$as_me:6989: \"$ac_try\"") >&5 4779 5219 (eval $ac_try) 2>&5 4780 5220 ac_status=$? 4781 5221 - echo "$as_me:6972: \$? = $ac_status" >&5 4782 + echo "$as_me:69 86: \$? = $ac_status" >&55222 + echo "$as_me:6992: \$? = $ac_status" >&5 4783 5223 (exit $ac_status); }; }; then 4784 5224 eval "$as_ac_var=yes" 4785 5225 else 4786 @@ -6979,7 +699 3,7 @@5226 @@ -6979,7 +6999,7 @@ 4787 5227 fi 4788 5228 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4789 5229 fi 4790 5230 -echo "$as_me:6982: result: `eval echo '${'$as_ac_var'}'`" >&5 4791 +echo "$as_me: 6996: result: `eval echo '${'$as_ac_var'}'`" >&55231 +echo "$as_me:7002: result: `eval echo '${'$as_ac_var'}'`" >&5 4792 5232 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4793 5233 if test `eval echo '${'$as_ac_var'}'` = yes; then 4794 5234 cat >>confdefs.h <<EOF 4795 @@ -6991,7 +70 05,7 @@5235 @@ -6991,7 +7011,7 @@ 4796 5236 4797 5237 if test "$ac_cv_func_putwc" != yes ; then 4798 5238 4799 5239 -echo "$as_me:6994: checking for multibyte character support" >&5 4800 +echo "$as_me:70 08: checking for multibyte character support" >&55240 +echo "$as_me:7014: checking for multibyte character support" >&5 4801 5241 echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6 4802 5242 if test "${cf_cv_utf8_lib+set}" = set; then 4803 5243 echo $ECHO_N "(cached) $ECHO_C" >&6 4804 @@ -6999,7 +701 3,7 @@5244 @@ -6999,7 +7019,7 @@ 4805 5245 4806 5246 cf_save_LIBS="$LIBS" 4807 5247 cat >conftest.$ac_ext <<_ACEOF 4808 5248 -#line 7002 "configure" 4809 +#line 70 16"configure"5249 +#line 7022 "configure" 4810 5250 #include "confdefs.h" 4811 5251 4812 5252 #include <stdlib.h> 4813 @@ -7012,16 +70 26,16 @@5253 @@ -7012,16 +7032,16 @@ 4814 5254 } 4815 5255 _ACEOF 4816 5256 rm -f conftest.$ac_objext conftest$ac_exeext 4817 5257 -if { (eval echo "$as_me:7015: \"$ac_link\"") >&5 4818 +if { (eval echo "$as_me:70 29: \"$ac_link\"") >&55258 +if { (eval echo "$as_me:7035: \"$ac_link\"") >&5 4819 5259 (eval $ac_link) 2>&5 4820 5260 ac_status=$? 4821 5261 - echo "$as_me:7018: \$? = $ac_status" >&5 4822 + echo "$as_me:703 2: \$? = $ac_status" >&55262 + echo "$as_me:7038: \$? = $ac_status" >&5 4823 5263 (exit $ac_status); } && 4824 5264 { ac_try='test -s conftest$ac_exeext' 4825 5265 - { (eval echo "$as_me:7021: \"$ac_try\"") >&5 4826 + { (eval echo "$as_me:70 35: \"$ac_try\"") >&55266 + { (eval echo "$as_me:7041: \"$ac_try\"") >&5 4827 5267 (eval $ac_try) 2>&5 4828 5268 ac_status=$? 4829 5269 - echo "$as_me:7024: \$? = $ac_status" >&5 4830 + echo "$as_me:70 38: \$? = $ac_status" >&55270 + echo "$as_me:7044: \$? = $ac_status" >&5 4831 5271 (exit $ac_status); }; }; then 4832 5272 cf_cv_utf8_lib=yes 4833 5273 else 4834 @@ -7033,10 +70 47,10 @@5274 @@ -7033,10 +7053,10 @@ 4835 5275 cf_cv_header_path_utf8= 4836 5276 cf_cv_library_path_utf8= 4837 5277 4838 5278 -echo "${as_me-configure}:7036: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 4839 +echo "${as_me-configure}:705 0: testing Starting FIND_LINKAGE(utf8,) ..." 1>&55279 +echo "${as_me-configure}:7056: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 4840 5280 4841 5281 cat >conftest.$ac_ext <<_ACEOF 4842 5282 -#line 7039 "configure" 4843 +#line 705 3"configure"5283 +#line 7059 "configure" 4844 5284 #include "confdefs.h" 4845 5285 4846 5286 #include <libutf8.h> 4847 @@ -7049,16 +706 3,16 @@5287 @@ -7049,16 +7069,16 @@ 4848 5288 } 4849 5289 _ACEOF 4850 5290 rm -f conftest.$ac_objext conftest$ac_exeext 4851 5291 -if { (eval echo "$as_me:7052: \"$ac_link\"") >&5 4852 +if { (eval echo "$as_me:70 66: \"$ac_link\"") >&55292 +if { (eval echo "$as_me:7072: \"$ac_link\"") >&5 4853 5293 (eval $ac_link) 2>&5 4854 5294 ac_status=$? 4855 5295 - echo "$as_me:7055: \$? = $ac_status" >&5 4856 + echo "$as_me:70 69: \$? = $ac_status" >&55296 + echo "$as_me:7075: \$? = $ac_status" >&5 4857 5297 (exit $ac_status); } && 4858 5298 { ac_try='test -s conftest$ac_exeext' 4859 5299 - { (eval echo "$as_me:7058: \"$ac_try\"") >&5 4860 + { (eval echo "$as_me:707 2: \"$ac_try\"") >&55300 + { (eval echo "$as_me:7078: \"$ac_try\"") >&5 4861 5301 (eval $ac_try) 2>&5 4862 5302 ac_status=$? 4863 5303 - echo "$as_me:7061: \$? = $ac_status" >&5 4864 + echo "$as_me:70 75: \$? = $ac_status" >&55304 + echo "$as_me:7081: \$? = $ac_status" >&5 4865 5305 (exit $ac_status); }; }; then 4866 5306 cf_cv_find_linkage_utf8=yes 4867 5307 else 4868 @@ -7067,12 +708 1,37@@5308 @@ -7067,12 +7087,41 @@ 4869 5309 4870 5310 cf_cv_find_linkage_utf8=no 4871 5311 4872 5312 -echo "${as_me-configure}:7070: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 4873 +echo "${as_me-configure}:7084: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 5313 + test -n "$verbose" && echo " find linkage for utf8 library" 1>&6 5314 + 5315 +echo "${as_me-configure}:7092: testing find linkage for utf8 library ..." 1>&5 5316 + 5317 +echo "${as_me-configure}:7094: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 4874 5318 4875 5319 cf_save_CPPFLAGS="$CPPFLAGS" … … 4906 5350 test "/usr" != "$prefix" && \ 4907 5351 test -d "/usr" && \ 4908 @@ -7143,16 +71 82,18 @@5352 @@ -7143,16 +7192,18 @@ 4909 5353 test -d $oldincludedir/utf8 && cf_search="$cf_search $oldincludedir/utf8" 4910 5354 } … … 4918 5362 4919 5363 -echo "${as_me-configure}:7151: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 4920 +echo "${as_me-configure}:7 192: testing ... testing $cf_cv_header_path_utf8 ..." 1>&55364 +echo "${as_me-configure}:7202: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 4921 5365 4922 5366 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_utf8" 4923 5367 cat >conftest.$ac_ext <<_ACEOF 4924 5368 -#line 7155 "configure" 4925 +#line 7 196 "configure"5369 +#line 7206 "configure" 4926 5370 #include "confdefs.h" 4927 5371 4928 5372 #include <libutf8.h> 4929 @@ -7165,21 +72 06,21 @@5373 @@ -7165,21 +7216,21 @@ 4930 5374 } 4931 5375 _ACEOF 4932 5376 rm -f conftest.$ac_objext 4933 5377 -if { (eval echo "$as_me:7168: \"$ac_compile\"") >&5 4934 +if { (eval echo "$as_me:72 09: \"$ac_compile\"") >&55378 +if { (eval echo "$as_me:7219: \"$ac_compile\"") >&5 4935 5379 (eval $ac_compile) 2>&5 4936 5380 ac_status=$? 4937 5381 - echo "$as_me:7171: \$? = $ac_status" >&5 4938 + echo "$as_me:72 12: \$? = $ac_status" >&55382 + echo "$as_me:7222: \$? = $ac_status" >&5 4939 5383 (exit $ac_status); } && 4940 5384 { ac_try='test -s conftest.$ac_objext' 4941 5385 - { (eval echo "$as_me:7174: \"$ac_try\"") >&5 4942 + { (eval echo "$as_me:72 15: \"$ac_try\"") >&55386 + { (eval echo "$as_me:7225: \"$ac_try\"") >&5 4943 5387 (eval $ac_try) 2>&5 4944 5388 ac_status=$? 4945 5389 - echo "$as_me:7177: \$? = $ac_status" >&5 4946 + echo "$as_me:72 18: \$? = $ac_status" >&55390 + echo "$as_me:7228: \$? = $ac_status" >&5 4947 5391 (exit $ac_status); }; }; then 4948 5392 … … 4950 5394 4951 5395 -echo "${as_me-configure}:7182: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 4952 +echo "${as_me-configure}:72 23: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&55396 +echo "${as_me-configure}:7233: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 4953 5397 4954 5398 cf_cv_find_linkage_utf8=maybe 4955 5399 cf_test_CPPFLAGS="$CPPFLAGS" 4956 @@ -7197,13 +72 38,39 @@5400 @@ -7197,13 +7248,39 @@ 4957 5401 4958 5402 if test "$cf_cv_find_linkage_utf8" = maybe ; then 4959 5403 4960 5404 -echo "${as_me-configure}:7200: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 4961 +echo "${as_me-configure}:72 41: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&55405 +echo "${as_me-configure}:7251: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 4962 5406 4963 5407 cf_save_LIBS="$LIBS" … … 4996 5440 test "/usr" != "$prefix" && \ 4997 5441 test -d "/usr" && \ 4998 @@ -7260,18 +73 27,20 @@5442 @@ -7260,18 +7337,20 @@ 4999 5443 test -d $HOME/utf8/lib/utf8 && cf_search="$cf_search $HOME/utf8/lib/utf8" 5000 5444 } … … 5008 5452 5009 5453 -echo "${as_me-configure}:7268: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 5010 +echo "${as_me-configure}:73 37: testing ... testing $cf_cv_library_path_utf8 ..." 1>&55454 +echo "${as_me-configure}:7347: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 5011 5455 5012 5456 CPPFLAGS="$cf_test_CPPFLAGS" … … 5015 5459 cat >conftest.$ac_ext <<_ACEOF 5016 5460 -#line 7274 "configure" 5017 +#line 73 43 "configure"5461 +#line 7353 "configure" 5018 5462 #include "confdefs.h" 5019 5463 5020 5464 #include <libutf8.h> 5021 @@ -7284,21 +73 53,21 @@5465 @@ -7284,21 +7363,21 @@ 5022 5466 } 5023 5467 _ACEOF 5024 5468 rm -f conftest.$ac_objext conftest$ac_exeext 5025 5469 -if { (eval echo "$as_me:7287: \"$ac_link\"") >&5 5026 +if { (eval echo "$as_me:73 56: \"$ac_link\"") >&55470 +if { (eval echo "$as_me:7366: \"$ac_link\"") >&5 5027 5471 (eval $ac_link) 2>&5 5028 5472 ac_status=$? 5029 5473 - echo "$as_me:7290: \$? = $ac_status" >&5 5030 + echo "$as_me:73 59: \$? = $ac_status" >&55474 + echo "$as_me:7369: \$? = $ac_status" >&5 5031 5475 (exit $ac_status); } && 5032 5476 { ac_try='test -s conftest$ac_exeext' 5033 5477 - { (eval echo "$as_me:7293: \"$ac_try\"") >&5 5034 + { (eval echo "$as_me:73 62: \"$ac_try\"") >&55478 + { (eval echo "$as_me:7372: \"$ac_try\"") >&5 5035 5479 (eval $ac_try) 2>&5 5036 5480 ac_status=$? 5037 5481 - echo "$as_me:7296: \$? = $ac_status" >&5 5038 + echo "$as_me:73 65: \$? = $ac_status" >&55482 + echo "$as_me:7375: \$? = $ac_status" >&5 5039 5483 (exit $ac_status); }; }; then 5040 5484 … … 5042 5486 5043 5487 -echo "${as_me-configure}:7301: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 5044 +echo "${as_me-configure}:73 70: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&55488 +echo "${as_me-configure}:7380: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 5045 5489 5046 5490 cf_cv_find_linkage_utf8=yes 5047 5491 cf_cv_library_file_utf8="-lutf8" 5048 @@ -7336,7 +74 05,7 @@5492 @@ -7336,7 +7415,7 @@ 5049 5493 fi 5050 5494 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5051 5495 fi 5052 5496 -echo "$as_me:7339: result: $cf_cv_utf8_lib" >&5 5053 +echo "$as_me:74 08: result: $cf_cv_utf8_lib" >&55497 +echo "$as_me:7418: result: $cf_cv_utf8_lib" >&5 5054 5498 echo "${ECHO_T}$cf_cv_utf8_lib" >&6 5055 5499 5056 5500 # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between 5057 @@ -7370,7 +7439,7 @@ 5501 @@ -7364,13 +7443,13 @@ 5502 fi 5503 5504 if test "$cf_have_incdir" = no ; then 5505 - if test "$cf_add_incdir" = /usr/local/include ; then 5506 + if test "$cf_add_incdir" = /usr/local/include ; then 5507 if test "$GCC" = yes 5508 then 5058 5509 cf_save_CPPFLAGS=$CPPFLAGS 5059 5510 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" 5060 5511 cat >conftest.$ac_ext <<_ACEOF 5061 5512 -#line 7373 "configure" 5062 +#line 74 42 "configure"5513 +#line 7452 "configure" 5063 5514 #include "confdefs.h" 5064 5515 #include <stdio.h> 5065 5516 int 5066 @@ -7382,16 +74 51,16 @@5517 @@ -7382,16 +7461,16 @@ 5067 5518 } 5068 5519 _ACEOF 5069 5520 rm -f conftest.$ac_objext 5070 5521 -if { (eval echo "$as_me:7385: \"$ac_compile\"") >&5 5071 +if { (eval echo "$as_me:74 54: \"$ac_compile\"") >&55522 +if { (eval echo "$as_me:7464: \"$ac_compile\"") >&5 5072 5523 (eval $ac_compile) 2>&5 5073 5524 ac_status=$? 5074 5525 - echo "$as_me:7388: \$? = $ac_status" >&5 5075 + echo "$as_me:74 57: \$? = $ac_status" >&55526 + echo "$as_me:7467: \$? = $ac_status" >&5 5076 5527 (exit $ac_status); } && 5077 5528 { ac_try='test -s conftest.$ac_objext' 5078 5529 - { (eval echo "$as_me:7391: \"$ac_try\"") >&5 5079 + { (eval echo "$as_me:74 60: \"$ac_try\"") >&55530 + { (eval echo "$as_me:7470: \"$ac_try\"") >&5 5080 5531 (eval $ac_try) 2>&5 5081 5532 ac_status=$? 5082 5533 - echo "$as_me:7394: \$? = $ac_status" >&5 5083 + echo "$as_me:74 63: \$? = $ac_status" >&55534 + echo "$as_me:7473: \$? = $ac_status" >&5 5084 5535 (exit $ac_status); }; }; then 5085 5536 : 5086 5537 else 5087 @@ -7408, 7 +7477,7@@5538 @@ -7408,13 +7487,13 @@ 5088 5539 if test "$cf_have_incdir" = no ; then 5089 5540 test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 5090 5541 5091 5542 -echo "${as_me-configure}:7411: testing adding $cf_add_incdir to include-path ..." 1>&5 5092 +echo "${as_me-configure}:74 80: testing adding $cf_add_incdir to include-path ..." 1>&55543 +echo "${as_me-configure}:7490: testing adding $cf_add_incdir to include-path ..." 1>&5 5093 5544 5094 5545 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" 5095 5546 5096 @@ -7442,7 +7511,7 @@ 5547 - cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'` 5548 - test "$cf_top_incdir" = "$cf_add_incdir" && break 5549 - cf_add_incdir="$cf_top_incdir" 5550 + cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'` 5551 + test "$cf_top_incdir" = "$cf_add_incdir" && break 5552 + cf_add_incdir="$cf_top_incdir" 5553 else 5554 break 5555 fi 5556 @@ -7442,7 +7521,7 @@ 5097 5557 if test "$cf_have_libdir" = no ; then 5098 5558 test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 5099 5559 5100 5560 -echo "${as_me-configure}:7445: testing adding $cf_add_libdir to library-path ..." 1>&5 5101 +echo "${as_me-configure}:75 14: testing adding $cf_add_libdir to library-path ..." 1>&55561 +echo "${as_me-configure}:7524: testing adding $cf_add_libdir to library-path ..." 1>&5 5102 5562 5103 5563 LDFLAGS="-L$cf_add_libdir $LDFLAGS" 5104 5564 fi 5105 @@ -7459,14 +75 28,14 @@5565 @@ -7459,14 +7538,14 @@ 5106 5566 fi 5107 5567 5108 5568 # This is needed on Tru64 5.0 to declare mbstate_t 5109 5569 -echo "$as_me:7462: checking if we must include wchar.h to declare mbstate_t" >&5 5110 +echo "$as_me:75 31: checking if we must include wchar.h to declare mbstate_t" >&55570 +echo "$as_me:7541: checking if we must include wchar.h to declare mbstate_t" >&5 5111 5571 echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6 5112 5572 if test "${cf_cv_mbstate_t+set}" = set; then … … 5116 5576 cat >conftest.$ac_ext <<_ACEOF 5117 5577 -#line 7469 "configure" 5118 +#line 75 38 "configure"5578 +#line 7548 "configure" 5119 5579 #include "confdefs.h" 5120 5580 5121 5581 #include <stdlib.h> 5122 @@ -7484,23 +75 53,23 @@5582 @@ -7484,23 +7563,23 @@ 5123 5583 } 5124 5584 _ACEOF 5125 5585 rm -f conftest.$ac_objext 5126 5586 -if { (eval echo "$as_me:7487: \"$ac_compile\"") >&5 5127 +if { (eval echo "$as_me:75 56: \"$ac_compile\"") >&55587 +if { (eval echo "$as_me:7566: \"$ac_compile\"") >&5 5128 5588 (eval $ac_compile) 2>&5 5129 5589 ac_status=$? 5130 5590 - echo "$as_me:7490: \$? = $ac_status" >&5 5131 + echo "$as_me:75 59: \$? = $ac_status" >&55591 + echo "$as_me:7569: \$? = $ac_status" >&5 5132 5592 (exit $ac_status); } && 5133 5593 { ac_try='test -s conftest.$ac_objext' 5134 5594 - { (eval echo "$as_me:7493: \"$ac_try\"") >&5 5135 + { (eval echo "$as_me:75 62: \"$ac_try\"") >&55595 + { (eval echo "$as_me:7572: \"$ac_try\"") >&5 5136 5596 (eval $ac_try) 2>&5 5137 5597 ac_status=$? 5138 5598 - echo "$as_me:7496: \$? = $ac_status" >&5 5139 + echo "$as_me:75 65: \$? = $ac_status" >&55599 + echo "$as_me:7575: \$? = $ac_status" >&5 5140 5600 (exit $ac_status); }; }; then 5141 5601 cf_cv_mbstate_t=no … … 5145 5605 cat >conftest.$ac_ext <<_ACEOF 5146 5606 -#line 7503 "configure" 5147 +#line 75 72 "configure"5607 +#line 7582 "configure" 5148 5608 #include "confdefs.h" 5149 5609 5150 5610 #include <stdlib.h> 5151 @@ -7519,16 +75 88,16 @@5611 @@ -7519,16 +7598,16 @@ 5152 5612 } 5153 5613 _ACEOF 5154 5614 rm -f conftest.$ac_objext 5155 5615 -if { (eval echo "$as_me:7522: \"$ac_compile\"") >&5 5156 +if { (eval echo "$as_me:7 591: \"$ac_compile\"") >&55616 +if { (eval echo "$as_me:7601: \"$ac_compile\"") >&5 5157 5617 (eval $ac_compile) 2>&5 5158 5618 ac_status=$? 5159 5619 - echo "$as_me:7525: \$? = $ac_status" >&5 5160 + echo "$as_me:7 594: \$? = $ac_status" >&55620 + echo "$as_me:7604: \$? = $ac_status" >&5 5161 5621 (exit $ac_status); } && 5162 5622 { ac_try='test -s conftest.$ac_objext' 5163 5623 - { (eval echo "$as_me:7528: \"$ac_try\"") >&5 5164 + { (eval echo "$as_me:7 597: \"$ac_try\"") >&55624 + { (eval echo "$as_me:7607: \"$ac_try\"") >&5 5165 5625 (eval $ac_try) 2>&5 5166 5626 ac_status=$? 5167 5627 - echo "$as_me:7531: \$? = $ac_status" >&5 5168 + echo "$as_me:76 00: \$? = $ac_status" >&55628 + echo "$as_me:7610: \$? = $ac_status" >&5 5169 5629 (exit $ac_status); }; }; then 5170 5630 cf_cv_mbstate_t=yes 5171 5631 else 5172 @@ -7540,7 +76 09,7 @@5632 @@ -7540,7 +7619,7 @@ 5173 5633 fi 5174 5634 rm -f conftest.$ac_objext conftest.$ac_ext 5175 5635 fi 5176 5636 -echo "$as_me:7543: result: $cf_cv_mbstate_t" >&5 5177 +echo "$as_me:76 12: result: $cf_cv_mbstate_t" >&55637 +echo "$as_me:7622: result: $cf_cv_mbstate_t" >&5 5178 5638 echo "${ECHO_T}$cf_cv_mbstate_t" >&6 5179 5639 5180 5640 if test "$cf_cv_mbstate_t" = yes ; then 5181 @@ -7557,14 +76 26,14 @@5641 @@ -7557,14 +7636,14 @@ 5182 5642 fi 5183 5643 5184 5644 # This is needed on Tru64 5.0 to declare wchar_t 5185 5645 -echo "$as_me:7560: checking if we must include wchar.h to declare wchar_t" >&5 5186 +echo "$as_me:76 29: checking if we must include wchar.h to declare wchar_t" >&55646 +echo "$as_me:7639: checking if we must include wchar.h to declare wchar_t" >&5 5187 5647 echo $ECHO_N "checking if we must include wchar.h to declare wchar_t... $ECHO_C" >&6 5188 5648 if test "${cf_cv_wchar_t+set}" = set; then … … 5192 5652 cat >conftest.$ac_ext <<_ACEOF 5193 5653 -#line 7567 "configure" 5194 +#line 76 36 "configure"5654 +#line 7646 "configure" 5195 5655 #include "confdefs.h" 5196 5656 5197 5657 #include <stdlib.h> 5198 @@ -7582,23 +76 51,23 @@5658 @@ -7582,23 +7661,23 @@ 5199 5659 } 5200 5660 _ACEOF 5201 5661 rm -f conftest.$ac_objext 5202 5662 -if { (eval echo "$as_me:7585: \"$ac_compile\"") >&5 5203 +if { (eval echo "$as_me:76 54: \"$ac_compile\"") >&55663 +if { (eval echo "$as_me:7664: \"$ac_compile\"") >&5 5204 5664 (eval $ac_compile) 2>&5 5205 5665 ac_status=$? 5206 5666 - echo "$as_me:7588: \$? = $ac_status" >&5 5207 + echo "$as_me:76 57: \$? = $ac_status" >&55667 + echo "$as_me:7667: \$? = $ac_status" >&5 5208 5668 (exit $ac_status); } && 5209 5669 { ac_try='test -s conftest.$ac_objext' 5210 5670 - { (eval echo "$as_me:7591: \"$ac_try\"") >&5 5211 + { (eval echo "$as_me:76 60: \"$ac_try\"") >&55671 + { (eval echo "$as_me:7670: \"$ac_try\"") >&5 5212 5672 (eval $ac_try) 2>&5 5213 5673 ac_status=$? 5214 5674 - echo "$as_me:7594: \$? = $ac_status" >&5 5215 + echo "$as_me:76 63: \$? = $ac_status" >&55675 + echo "$as_me:7673: \$? = $ac_status" >&5 5216 5676 (exit $ac_status); }; }; then 5217 5677 cf_cv_wchar_t=no … … 5221 5681 cat >conftest.$ac_ext <<_ACEOF 5222 5682 -#line 7601 "configure" 5223 +#line 76 70 "configure"5683 +#line 7680 "configure" 5224 5684 #include "confdefs.h" 5225 5685 5226 5686 #include <stdlib.h> 5227 @@ -7617,16 +76 86,16 @@5687 @@ -7617,16 +7696,16 @@ 5228 5688 } 5229 5689 _ACEOF 5230 5690 rm -f conftest.$ac_objext 5231 5691 -if { (eval echo "$as_me:7620: \"$ac_compile\"") >&5 5232 +if { (eval echo "$as_me:76 89: \"$ac_compile\"") >&55692 +if { (eval echo "$as_me:7699: \"$ac_compile\"") >&5 5233 5693 (eval $ac_compile) 2>&5 5234 5694 ac_status=$? 5235 5695 - echo "$as_me:7623: \$? = $ac_status" >&5 5236 + echo "$as_me:7 692: \$? = $ac_status" >&55696 + echo "$as_me:7702: \$? = $ac_status" >&5 5237 5697 (exit $ac_status); } && 5238 5698 { ac_try='test -s conftest.$ac_objext' 5239 5699 - { (eval echo "$as_me:7626: \"$ac_try\"") >&5 5240 + { (eval echo "$as_me:7 695: \"$ac_try\"") >&55700 + { (eval echo "$as_me:7705: \"$ac_try\"") >&5 5241 5701 (eval $ac_try) 2>&5 5242 5702 ac_status=$? 5243 5703 - echo "$as_me:7629: \$? = $ac_status" >&5 5244 + echo "$as_me:7 698: \$? = $ac_status" >&55704 + echo "$as_me:7708: \$? = $ac_status" >&5 5245 5705 (exit $ac_status); }; }; then 5246 5706 cf_cv_wchar_t=yes 5247 5707 else 5248 @@ -7638,7 +77 07,7 @@5708 @@ -7638,7 +7717,7 @@ 5249 5709 fi 5250 5710 rm -f conftest.$ac_objext conftest.$ac_ext 5251 5711 fi 5252 5712 -echo "$as_me:7641: result: $cf_cv_wchar_t" >&5 5253 +echo "$as_me:77 10: result: $cf_cv_wchar_t" >&55713 +echo "$as_me:7720: result: $cf_cv_wchar_t" >&5 5254 5714 echo "${ECHO_T}$cf_cv_wchar_t" >&6 5255 5715 5256 5716 if test "$cf_cv_wchar_t" = yes ; then 5257 @@ -7660,14 +77 29,14 @@5717 @@ -7660,14 +7739,14 @@ 5258 5718 fi 5259 5719 5260 5720 # This is needed on Tru64 5.0 to declare wint_t 5261 5721 -echo "$as_me:7663: checking if we must include wchar.h to declare wint_t" >&5 5262 +echo "$as_me:77 32: checking if we must include wchar.h to declare wint_t" >&55722 +echo "$as_me:7742: checking if we must include wchar.h to declare wint_t" >&5 5263 5723 echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6 5264 5724 if test "${cf_cv_wint_t+set}" = set; then … … 5268 5728 cat >conftest.$ac_ext <<_ACEOF 5269 5729 -#line 7670 "configure" 5270 +#line 77 39 "configure"5730 +#line 7749 "configure" 5271 5731 #include "confdefs.h" 5272 5732 5273 5733 #include <stdlib.h> 5274 @@ -7685,23 +77 54,23 @@5734 @@ -7685,23 +7764,23 @@ 5275 5735 } 5276 5736 _ACEOF 5277 5737 rm -f conftest.$ac_objext 5278 5738 -if { (eval echo "$as_me:7688: \"$ac_compile\"") >&5 5279 +if { (eval echo "$as_me:77 57: \"$ac_compile\"") >&55739 +if { (eval echo "$as_me:7767: \"$ac_compile\"") >&5 5280 5740 (eval $ac_compile) 2>&5 5281 5741 ac_status=$? 5282 5742 - echo "$as_me:7691: \$? = $ac_status" >&5 5283 + echo "$as_me:77 60: \$? = $ac_status" >&55743 + echo "$as_me:7770: \$? = $ac_status" >&5 5284 5744 (exit $ac_status); } && 5285 5745 { ac_try='test -s conftest.$ac_objext' 5286 5746 - { (eval echo "$as_me:7694: \"$ac_try\"") >&5 5287 + { (eval echo "$as_me:77 63: \"$ac_try\"") >&55747 + { (eval echo "$as_me:7773: \"$ac_try\"") >&5 5288 5748 (eval $ac_try) 2>&5 5289 5749 ac_status=$? 5290 5750 - echo "$as_me:7697: \$? = $ac_status" >&5 5291 + echo "$as_me:77 66: \$? = $ac_status" >&55751 + echo "$as_me:7776: \$? = $ac_status" >&5 5292 5752 (exit $ac_status); }; }; then 5293 5753 cf_cv_wint_t=no … … 5297 5757 cat >conftest.$ac_ext <<_ACEOF 5298 5758 -#line 7704 "configure" 5299 +#line 77 73 "configure"5759 +#line 7783 "configure" 5300 5760 #include "confdefs.h" 5301 5761 5302 5762 #include <stdlib.h> 5303 @@ -7720,16 +77 89,16 @@5763 @@ -7720,16 +7799,16 @@ 5304 5764 } 5305 5765 _ACEOF 5306 5766 rm -f conftest.$ac_objext 5307 5767 -if { (eval echo "$as_me:7723: \"$ac_compile\"") >&5 5308 +if { (eval echo "$as_me:7 792: \"$ac_compile\"") >&55768 +if { (eval echo "$as_me:7802: \"$ac_compile\"") >&5 5309 5769 (eval $ac_compile) 2>&5 5310 5770 ac_status=$? 5311 5771 - echo "$as_me:7726: \$? = $ac_status" >&5 5312 + echo "$as_me:7 795: \$? = $ac_status" >&55772 + echo "$as_me:7805: \$? = $ac_status" >&5 5313 5773 (exit $ac_status); } && 5314 5774 { ac_try='test -s conftest.$ac_objext' 5315 5775 - { (eval echo "$as_me:7729: \"$ac_try\"") >&5 5316 + { (eval echo "$as_me:7 798: \"$ac_try\"") >&55776 + { (eval echo "$as_me:7808: \"$ac_try\"") >&5 5317 5777 (eval $ac_try) 2>&5 5318 5778 ac_status=$? 5319 5779 - echo "$as_me:7732: \$? = $ac_status" >&5 5320 + echo "$as_me:78 01: \$? = $ac_status" >&55780 + echo "$as_me:7811: \$? = $ac_status" >&5 5321 5781 (exit $ac_status); }; }; then 5322 5782 cf_cv_wint_t=yes 5323 5783 else 5324 @@ -7741,7 +78 10,7 @@5784 @@ -7741,7 +7820,7 @@ 5325 5785 fi 5326 5786 rm -f conftest.$ac_objext conftest.$ac_ext 5327 5787 fi 5328 5788 -echo "$as_me:7744: result: $cf_cv_wint_t" >&5 5329 +echo "$as_me:78 13: result: $cf_cv_wint_t" >&55789 +echo "$as_me:7823: result: $cf_cv_wint_t" >&5 5330 5790 echo "${ECHO_T}$cf_cv_wint_t" >&6 5331 5791 5332 5792 if test "$cf_cv_wint_t" = yes ; then 5333 @@ -7780,7 +78 49,7 @@5793 @@ -7780,7 +7859,7 @@ 5334 5794 ;; 5335 5795 esac 5336 5796 5337 5797 -echo "$as_me:7783: checking whether to enable _LP64 definition in curses.h" >&5 5338 +echo "$as_me:78 52: checking whether to enable _LP64 definition in curses.h" >&55798 +echo "$as_me:7862: checking whether to enable _LP64 definition in curses.h" >&5 5339 5799 echo $ECHO_N "checking whether to enable _LP64 definition in curses.h... $ECHO_C" >&6 5340 5800 5341 5801 # Check whether --enable-lp64 or --disable-lp64 was given. 5342 @@ -7790,7 +78 59,7 @@5802 @@ -7790,7 +7869,7 @@ 5343 5803 else 5344 5804 with_lp64=$default_with_lp64 5345 5805 fi; 5346 5806 -echo "$as_me:7793: result: $with_lp64" >&5 5347 +echo "$as_me:78 62: result: $with_lp64" >&55807 +echo "$as_me:7872: result: $with_lp64" >&5 5348 5808 echo "${ECHO_T}$with_lp64" >&6 5349 5809 5350 5810 if test "$with_lp64" = yes ; then 5351 @@ -7806,7 +78 75,7 @@5811 @@ -7806,7 +7885,7 @@ 5352 5812 fi; 5353 5813 if test "$enable_largefile" != no; then 5354 5814 5355 5815 - echo "$as_me:7809: checking for special C compiler options needed for large files" >&5 5356 + echo "$as_me:78 78: checking for special C compiler options needed for large files" >&55816 + echo "$as_me:7888: checking for special C compiler options needed for large files" >&5 5357 5817 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 5358 5818 if test "${ac_cv_sys_largefile_CC+set}" = set; then 5359 5819 echo $ECHO_N "(cached) $ECHO_C" >&6 5360 @@ -7818,7 +78 87,7 @@5820 @@ -7818,7 +7897,7 @@ 5361 5821 # IRIX 6.2 and later do not support large files by default, 5362 5822 # so use the C compiler's -n32 option if that helps. 5363 5823 cat >conftest.$ac_ext <<_ACEOF 5364 5824 -#line 7821 "configure" 5365 +#line 7 890 "configure"5825 +#line 7900 "configure" 5366 5826 #include "confdefs.h" 5367 5827 #include <sys/types.h> 5368 5828 /* Check that off_t can represent 2**63 - 1 correctly. 5369 @@ -7838,16 +79 07,16 @@5829 @@ -7838,16 +7917,16 @@ 5370 5830 } 5371 5831 _ACEOF 5372 5832 rm -f conftest.$ac_objext 5373 5833 -if { (eval echo "$as_me:7841: \"$ac_compile\"") >&5 5374 +if { (eval echo "$as_me:79 10: \"$ac_compile\"") >&55834 +if { (eval echo "$as_me:7920: \"$ac_compile\"") >&5 5375 5835 (eval $ac_compile) 2>&5 5376 5836 ac_status=$? 5377 5837 - echo "$as_me:7844: \$? = $ac_status" >&5 5378 + echo "$as_me:79 13: \$? = $ac_status" >&55838 + echo "$as_me:7923: \$? = $ac_status" >&5 5379 5839 (exit $ac_status); } && 5380 5840 { ac_try='test -s conftest.$ac_objext' 5381 5841 - { (eval echo "$as_me:7847: \"$ac_try\"") >&5 5382 + { (eval echo "$as_me:79 16: \"$ac_try\"") >&55842 + { (eval echo "$as_me:7926: \"$ac_try\"") >&5 5383 5843 (eval $ac_try) 2>&5 5384 5844 ac_status=$? 5385 5845 - echo "$as_me:7850: \$? = $ac_status" >&5 5386 + echo "$as_me:79 19: \$? = $ac_status" >&55846 + echo "$as_me:7929: \$? = $ac_status" >&5 5387 5847 (exit $ac_status); }; }; then 5388 5848 break 5389 5849 else 5390 @@ -7857,16 +79 26,16 @@5850 @@ -7857,16 +7936,16 @@ 5391 5851 rm -f conftest.$ac_objext 5392 5852 CC="$CC -n32" 5393 5853 rm -f conftest.$ac_objext 5394 5854 -if { (eval echo "$as_me:7860: \"$ac_compile\"") >&5 5395 +if { (eval echo "$as_me:79 29: \"$ac_compile\"") >&55855 +if { (eval echo "$as_me:7939: \"$ac_compile\"") >&5 5396 5856 (eval $ac_compile) 2>&5 5397 5857 ac_status=$? 5398 5858 - echo "$as_me:7863: \$? = $ac_status" >&5 5399 + echo "$as_me:79 32: \$? = $ac_status" >&55859 + echo "$as_me:7942: \$? = $ac_status" >&5 5400 5860 (exit $ac_status); } && 5401 5861 { ac_try='test -s conftest.$ac_objext' 5402 5862 - { (eval echo "$as_me:7866: \"$ac_try\"") >&5 5403 + { (eval echo "$as_me:79 35: \"$ac_try\"") >&55863 + { (eval echo "$as_me:7945: \"$ac_try\"") >&5 5404 5864 (eval $ac_try) 2>&5 5405 5865 ac_status=$? 5406 5866 - echo "$as_me:7869: \$? = $ac_status" >&5 5407 + echo "$as_me:79 38: \$? = $ac_status" >&55867 + echo "$as_me:7948: \$? = $ac_status" >&5 5408 5868 (exit $ac_status); }; }; then 5409 5869 ac_cv_sys_largefile_CC=' -n32'; break 5410 5870 else 5411 @@ -7880,13 +79 49,13 @@5871 @@ -7880,13 +7959,13 @@ 5412 5872 rm -f conftest.$ac_ext 5413 5873 fi 5414 5874 fi 5415 5875 -echo "$as_me:7883: result: $ac_cv_sys_largefile_CC" >&5 5416 +echo "$as_me:79 52: result: $ac_cv_sys_largefile_CC" >&55876 +echo "$as_me:7962: result: $ac_cv_sys_largefile_CC" >&5 5417 5877 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 5418 5878 if test "$ac_cv_sys_largefile_CC" != no; then … … 5421 5881 5422 5882 - echo "$as_me:7889: checking for _FILE_OFFSET_BITS value needed for large files" >&5 5423 + echo "$as_me:79 58: checking for _FILE_OFFSET_BITS value needed for large files" >&55883 + echo "$as_me:7968: checking for _FILE_OFFSET_BITS value needed for large files" >&5 5424 5884 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 5425 5885 if test "${ac_cv_sys_file_offset_bits+set}" = set; then 5426 5886 echo $ECHO_N "(cached) $ECHO_C" >&6 5427 @@ -7894,7 +79 63,7 @@5887 @@ -7894,7 +7973,7 @@ 5428 5888 while :; do 5429 5889 ac_cv_sys_file_offset_bits=no 5430 5890 cat >conftest.$ac_ext <<_ACEOF 5431 5891 -#line 7897 "configure" 5432 +#line 79 66 "configure"5892 +#line 7976 "configure" 5433 5893 #include "confdefs.h" 5434 5894 #include <sys/types.h> 5435 5895 /* Check that off_t can represent 2**63 - 1 correctly. 5436 @@ -7914,16 +79 83,16 @@5896 @@ -7914,16 +7993,16 @@ 5437 5897 } 5438 5898 _ACEOF 5439 5899 rm -f conftest.$ac_objext 5440 5900 -if { (eval echo "$as_me:7917: \"$ac_compile\"") >&5 5441 +if { (eval echo "$as_me:79 86: \"$ac_compile\"") >&55901 +if { (eval echo "$as_me:7996: \"$ac_compile\"") >&5 5442 5902 (eval $ac_compile) 2>&5 5443 5903 ac_status=$? 5444 5904 - echo "$as_me:7920: \$? = $ac_status" >&5 5445 + echo "$as_me:79 89: \$? = $ac_status" >&55905 + echo "$as_me:7999: \$? = $ac_status" >&5 5446 5906 (exit $ac_status); } && 5447 5907 { ac_try='test -s conftest.$ac_objext' 5448 5908 - { (eval echo "$as_me:7923: \"$ac_try\"") >&5 5449 + { (eval echo "$as_me: 7992: \"$ac_try\"") >&55909 + { (eval echo "$as_me:8002: \"$ac_try\"") >&5 5450 5910 (eval $ac_try) 2>&5 5451 5911 ac_status=$? 5452 5912 - echo "$as_me:7926: \$? = $ac_status" >&5 5453 + echo "$as_me: 7995: \$? = $ac_status" >&55913 + echo "$as_me:8005: \$? = $ac_status" >&5 5454 5914 (exit $ac_status); }; }; then 5455 5915 break 5456 5916 else 5457 @@ -7932,7 +80 01,7 @@5917 @@ -7932,7 +8011,7 @@ 5458 5918 fi 5459 5919 rm -f conftest.$ac_objext conftest.$ac_ext 5460 5920 cat >conftest.$ac_ext <<_ACEOF 5461 5921 -#line 7935 "configure" 5462 +#line 80 04 "configure"5922 +#line 8014 "configure" 5463 5923 #include "confdefs.h" 5464 5924 #define _FILE_OFFSET_BITS 64 5465 5925 #include <sys/types.h> 5466 @@ -7953,16 +80 22,16 @@5926 @@ -7953,16 +8032,16 @@ 5467 5927 } 5468 5928 _ACEOF 5469 5929 rm -f conftest.$ac_objext 5470 5930 -if { (eval echo "$as_me:7956: \"$ac_compile\"") >&5 5471 +if { (eval echo "$as_me:80 25: \"$ac_compile\"") >&55931 +if { (eval echo "$as_me:8035: \"$ac_compile\"") >&5 5472 5932 (eval $ac_compile) 2>&5 5473 5933 ac_status=$? 5474 5934 - echo "$as_me:7959: \$? = $ac_status" >&5 5475 + echo "$as_me:80 28: \$? = $ac_status" >&55935 + echo "$as_me:8038: \$? = $ac_status" >&5 5476 5936 (exit $ac_status); } && 5477 5937 { ac_try='test -s conftest.$ac_objext' 5478 5938 - { (eval echo "$as_me:7962: \"$ac_try\"") >&5 5479 + { (eval echo "$as_me:80 31: \"$ac_try\"") >&55939 + { (eval echo "$as_me:8041: \"$ac_try\"") >&5 5480 5940 (eval $ac_try) 2>&5 5481 5941 ac_status=$? 5482 5942 - echo "$as_me:7965: \$? = $ac_status" >&5 5483 + echo "$as_me:80 34: \$? = $ac_status" >&55943 + echo "$as_me:8044: \$? = $ac_status" >&5 5484 5944 (exit $ac_status); }; }; then 5485 5945 ac_cv_sys_file_offset_bits=64; break 5486 5946 else 5487 @@ -7973,7 +80 42,7 @@5947 @@ -7973,7 +8052,7 @@ 5488 5948 break 5489 5949 done 5490 5950 fi 5491 5951 -echo "$as_me:7976: result: $ac_cv_sys_file_offset_bits" >&5 5492 +echo "$as_me:80 45: result: $ac_cv_sys_file_offset_bits" >&55952 +echo "$as_me:8055: result: $ac_cv_sys_file_offset_bits" >&5 5493 5953 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 5494 5954 if test "$ac_cv_sys_file_offset_bits" != no; then 5495 5955 5496 @@ -7983,7 +80 52,7 @@5956 @@ -7983,7 +8062,7 @@ 5497 5957 5498 5958 fi 5499 5959 rm -f conftest* 5500 5960 - echo "$as_me:7986: checking for _LARGE_FILES value needed for large files" >&5 5501 + echo "$as_me:80 55: checking for _LARGE_FILES value needed for large files" >&55961 + echo "$as_me:8065: checking for _LARGE_FILES value needed for large files" >&5 5502 5962 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 5503 5963 if test "${ac_cv_sys_large_files+set}" = set; then 5504 5964 echo $ECHO_N "(cached) $ECHO_C" >&6 5505 @@ -7991,7 +80 60,7 @@5965 @@ -7991,7 +8070,7 @@ 5506 5966 while :; do 5507 5967 ac_cv_sys_large_files=no 5508 5968 cat >conftest.$ac_ext <<_ACEOF 5509 5969 -#line 7994 "configure" 5510 +#line 80 63 "configure"5970 +#line 8073 "configure" 5511 5971 #include "confdefs.h" 5512 5972 #include <sys/types.h> 5513 5973 /* Check that off_t can represent 2**63 - 1 correctly. 5514 @@ -8011,16 +80 80,16 @@5974 @@ -8011,16 +8090,16 @@ 5515 5975 } 5516 5976 _ACEOF 5517 5977 rm -f conftest.$ac_objext 5518 5978 -if { (eval echo "$as_me:8014: \"$ac_compile\"") >&5 5519 +if { (eval echo "$as_me:80 83: \"$ac_compile\"") >&55979 +if { (eval echo "$as_me:8093: \"$ac_compile\"") >&5 5520 5980 (eval $ac_compile) 2>&5 5521 5981 ac_status=$? 5522 5982 - echo "$as_me:8017: \$? = $ac_status" >&5 5523 + echo "$as_me:80 86: \$? = $ac_status" >&55983 + echo "$as_me:8096: \$? = $ac_status" >&5 5524 5984 (exit $ac_status); } && 5525 5985 { ac_try='test -s conftest.$ac_objext' 5526 5986 - { (eval echo "$as_me:8020: \"$ac_try\"") >&5 5527 + { (eval echo "$as_me:80 89: \"$ac_try\"") >&55987 + { (eval echo "$as_me:8099: \"$ac_try\"") >&5 5528 5988 (eval $ac_try) 2>&5 5529 5989 ac_status=$? 5530 5990 - echo "$as_me:8023: \$? = $ac_status" >&5 5531 + echo "$as_me:8 092: \$? = $ac_status" >&55991 + echo "$as_me:8102: \$? = $ac_status" >&5 5532 5992 (exit $ac_status); }; }; then 5533 5993 break 5534 5994 else 5535 @@ -8029,7 +8 098,7 @@5995 @@ -8029,7 +8108,7 @@ 5536 5996 fi 5537 5997 rm -f conftest.$ac_objext conftest.$ac_ext 5538 5998 cat >conftest.$ac_ext <<_ACEOF 5539 5999 -#line 8032 "configure" 5540 +#line 81 01 "configure"6000 +#line 8111 "configure" 5541 6001 #include "confdefs.h" 5542 6002 #define _LARGE_FILES 1 5543 6003 #include <sys/types.h> 5544 @@ -8050,16 +81 19,16 @@6004 @@ -8050,16 +8129,16 @@ 5545 6005 } 5546 6006 _ACEOF 5547 6007 rm -f conftest.$ac_objext 5548 6008 -if { (eval echo "$as_me:8053: \"$ac_compile\"") >&5 5549 +if { (eval echo "$as_me:81 22: \"$ac_compile\"") >&56009 +if { (eval echo "$as_me:8132: \"$ac_compile\"") >&5 5550 6010 (eval $ac_compile) 2>&5 5551 6011 ac_status=$? 5552 6012 - echo "$as_me:8056: \$? = $ac_status" >&5 5553 + echo "$as_me:81 25: \$? = $ac_status" >&56013 + echo "$as_me:8135: \$? = $ac_status" >&5 5554 6014 (exit $ac_status); } && 5555 6015 { ac_try='test -s conftest.$ac_objext' 5556 6016 - { (eval echo "$as_me:8059: \"$ac_try\"") >&5 5557 + { (eval echo "$as_me:81 28: \"$ac_try\"") >&56017 + { (eval echo "$as_me:8138: \"$ac_try\"") >&5 5558 6018 (eval $ac_try) 2>&5 5559 6019 ac_status=$? 5560 6020 - echo "$as_me:8062: \$? = $ac_status" >&5 5561 + echo "$as_me:81 31: \$? = $ac_status" >&56021 + echo "$as_me:8141: \$? = $ac_status" >&5 5562 6022 (exit $ac_status); }; }; then 5563 6023 ac_cv_sys_large_files=1; break 5564 6024 else 5565 @@ -8070,7 +81 39,7 @@6025 @@ -8070,7 +8149,7 @@ 5566 6026 break 5567 6027 done 5568 6028 fi 5569 6029 -echo "$as_me:8073: result: $ac_cv_sys_large_files" >&5 5570 +echo "$as_me:81 42: result: $ac_cv_sys_large_files" >&56030 +echo "$as_me:8152: result: $ac_cv_sys_large_files" >&5 5571 6031 echo "${ECHO_T}$ac_cv_sys_large_files" >&6 5572 6032 if test "$ac_cv_sys_large_files" != no; then 5573 6033 5574 @@ -8083,7 +81 52,7 @@6034 @@ -8083,7 +8162,7 @@ 5575 6035 fi 5576 6036 5577 6037 if test "$enable_largefile" != no ; then 5578 6038 - echo "$as_me:8086: checking for _LARGEFILE_SOURCE value needed for large files" >&5 5579 + echo "$as_me:81 55: checking for _LARGEFILE_SOURCE value needed for large files" >&56039 + echo "$as_me:8165: checking for _LARGEFILE_SOURCE value needed for large files" >&5 5580 6040 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 5581 6041 if test "${ac_cv_sys_largefile_source+set}" = set; then 5582 6042 echo $ECHO_N "(cached) $ECHO_C" >&6 5583 @@ -8091,7 +81 60,7 @@6043 @@ -8091,7 +8170,7 @@ 5584 6044 while :; do 5585 6045 ac_cv_sys_largefile_source=no 5586 6046 cat >conftest.$ac_ext <<_ACEOF 5587 6047 -#line 8094 "configure" 5588 +#line 81 63 "configure"6048 +#line 8173 "configure" 5589 6049 #include "confdefs.h" 5590 6050 #include <stdio.h> 5591 6051 int 5592 @@ -8103,16 +81 72,16 @@6052 @@ -8103,16 +8182,16 @@ 5593 6053 } 5594 6054 _ACEOF 5595 6055 rm -f conftest.$ac_objext 5596 6056 -if { (eval echo "$as_me:8106: \"$ac_compile\"") >&5 5597 +if { (eval echo "$as_me:81 75: \"$ac_compile\"") >&56057 +if { (eval echo "$as_me:8185: \"$ac_compile\"") >&5 5598 6058 (eval $ac_compile) 2>&5 5599 6059 ac_status=$? 5600 6060 - echo "$as_me:8109: \$? = $ac_status" >&5 5601 + echo "$as_me:81 78: \$? = $ac_status" >&56061 + echo "$as_me:8188: \$? = $ac_status" >&5 5602 6062 (exit $ac_status); } && 5603 6063 { ac_try='test -s conftest.$ac_objext' 5604 6064 - { (eval echo "$as_me:8112: \"$ac_try\"") >&5 5605 + { (eval echo "$as_me:81 81: \"$ac_try\"") >&56065 + { (eval echo "$as_me:8191: \"$ac_try\"") >&5 5606 6066 (eval $ac_try) 2>&5 5607 6067 ac_status=$? 5608 6068 - echo "$as_me:8115: \$? = $ac_status" >&5 5609 + echo "$as_me:81 84: \$? = $ac_status" >&56069 + echo "$as_me:8194: \$? = $ac_status" >&5 5610 6070 (exit $ac_status); }; }; then 5611 6071 break 5612 6072 else 5613 @@ -8121,7 +8 190,7 @@6073 @@ -8121,7 +8200,7 @@ 5614 6074 fi 5615 6075 rm -f conftest.$ac_objext conftest.$ac_ext 5616 6076 cat >conftest.$ac_ext <<_ACEOF 5617 6077 -#line 8124 "configure" 5618 +#line 8 193 "configure"6078 +#line 8203 "configure" 5619 6079 #include "confdefs.h" 5620 6080 #define _LARGEFILE_SOURCE 1 5621 6081 #include <stdio.h> 5622 @@ -8134,16 +82 03,16 @@6082 @@ -8134,16 +8213,16 @@ 5623 6083 } 5624 6084 _ACEOF 5625 6085 rm -f conftest.$ac_objext 5626 6086 -if { (eval echo "$as_me:8137: \"$ac_compile\"") >&5 5627 +if { (eval echo "$as_me:82 06: \"$ac_compile\"") >&56087 +if { (eval echo "$as_me:8216: \"$ac_compile\"") >&5 5628 6088 (eval $ac_compile) 2>&5 5629 6089 ac_status=$? 5630 6090 - echo "$as_me:8140: \$? = $ac_status" >&5 5631 + echo "$as_me:82 09: \$? = $ac_status" >&56091 + echo "$as_me:8219: \$? = $ac_status" >&5 5632 6092 (exit $ac_status); } && 5633 6093 { ac_try='test -s conftest.$ac_objext' 5634 6094 - { (eval echo "$as_me:8143: \"$ac_try\"") >&5 5635 + { (eval echo "$as_me:82 12: \"$ac_try\"") >&56095 + { (eval echo "$as_me:8222: \"$ac_try\"") >&5 5636 6096 (eval $ac_try) 2>&5 5637 6097 ac_status=$? 5638 6098 - echo "$as_me:8146: \$? = $ac_status" >&5 5639 + echo "$as_me:82 15: \$? = $ac_status" >&56099 + echo "$as_me:8225: \$? = $ac_status" >&5 5640 6100 (exit $ac_status); }; }; then 5641 6101 ac_cv_sys_largefile_source=1; break 5642 6102 else 5643 @@ -8154,7 +82 23,7 @@6103 @@ -8154,7 +8233,7 @@ 5644 6104 break 5645 6105 done 5646 6106 fi 5647 6107 -echo "$as_me:8157: result: $ac_cv_sys_largefile_source" >&5 5648 +echo "$as_me:82 26: result: $ac_cv_sys_largefile_source" >&56108 +echo "$as_me:8236: result: $ac_cv_sys_largefile_source" >&5 5649 6109 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 5650 6110 if test "$ac_cv_sys_largefile_source" != no; then 5651 6111 5652 @@ -8168,13 +82 37,13 @@6112 @@ -8168,13 +8247,13 @@ 5653 6113 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 5654 6114 # in glibc 2.1.3, but that breaks too many other things. 5655 6115 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 5656 6116 -echo "$as_me:8171: checking for fseeko" >&5 5657 +echo "$as_me:82 40: checking for fseeko" >&56117 +echo "$as_me:8250: checking for fseeko" >&5 5658 6118 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 5659 6119 if test "${ac_cv_func_fseeko+set}" = set; then … … 5662 6122 cat >conftest.$ac_ext <<_ACEOF 5663 6123 -#line 8177 "configure" 5664 +#line 82 46 "configure"6124 +#line 8256 "configure" 5665 6125 #include "confdefs.h" 5666 6126 #include <stdio.h> 5667 6127 int 5668 @@ -8186,16 +82 55,16 @@6128 @@ -8186,16 +8265,16 @@ 5669 6129 } 5670 6130 _ACEOF 5671 6131 rm -f conftest.$ac_objext conftest$ac_exeext 5672 6132 -if { (eval echo "$as_me:8189: \"$ac_link\"") >&5 5673 +if { (eval echo "$as_me:82 58: \"$ac_link\"") >&56133 +if { (eval echo "$as_me:8268: \"$ac_link\"") >&5 5674 6134 (eval $ac_link) 2>&5 5675 6135 ac_status=$? 5676 6136 - echo "$as_me:8192: \$? = $ac_status" >&5 5677 + echo "$as_me:82 61: \$? = $ac_status" >&56137 + echo "$as_me:8271: \$? = $ac_status" >&5 5678 6138 (exit $ac_status); } && 5679 6139 { ac_try='test -s conftest$ac_exeext' 5680 6140 - { (eval echo "$as_me:8195: \"$ac_try\"") >&5 5681 + { (eval echo "$as_me:82 64: \"$ac_try\"") >&56141 + { (eval echo "$as_me:8274: \"$ac_try\"") >&5 5682 6142 (eval $ac_try) 2>&5 5683 6143 ac_status=$? 5684 6144 - echo "$as_me:8198: \$? = $ac_status" >&5 5685 + echo "$as_me:82 67: \$? = $ac_status" >&56145 + echo "$as_me:8277: \$? = $ac_status" >&5 5686 6146 (exit $ac_status); }; }; then 5687 6147 ac_cv_func_fseeko=yes 5688 6148 else 5689 @@ -8205,7 +82 74,7 @@6149 @@ -8205,7 +8284,7 @@ 5690 6150 fi 5691 6151 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5692 6152 fi 5693 6153 -echo "$as_me:8208: result: $ac_cv_func_fseeko" >&5 5694 +echo "$as_me:82 77: result: $ac_cv_func_fseeko" >&56154 +echo "$as_me:8287: result: $ac_cv_func_fseeko" >&5 5695 6155 echo "${ECHO_T}$ac_cv_func_fseeko" >&6 5696 6156 if test $ac_cv_func_fseeko = yes; then 5697 6157 5698 @@ -8226,14 +8 295,14 @@6158 @@ -8226,14 +8305,14 @@ 5699 6159 test "$ac_cv_sys_largefile_source" != no && CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE " 5700 6160 test "$ac_cv_sys_file_offset_bits" != no && CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits " 5701 6161 5702 6162 - echo "$as_me:8229: checking whether to use struct dirent64" >&5 5703 + echo "$as_me:8 298: checking whether to use struct dirent64" >&56163 + echo "$as_me:8308: checking whether to use struct dirent64" >&5 5704 6164 echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6 5705 6165 if test "${cf_cv_struct_dirent64+set}" = set; then … … 5709 6169 cat >conftest.$ac_ext <<_ACEOF 5710 6170 -#line 8236 "configure" 5711 +#line 83 05 "configure"6171 +#line 8315 "configure" 5712 6172 #include "confdefs.h" 5713 6173 5714 6174 #include <sys/types.h> 5715 @@ -8254,16 +83 23,16 @@6175 @@ -8254,16 +8333,16 @@ 5716 6176 } 5717 6177 _ACEOF 5718 6178 rm -f conftest.$ac_objext 5719 6179 -if { (eval echo "$as_me:8257: \"$ac_compile\"") >&5 5720 +if { (eval echo "$as_me:83 26: \"$ac_compile\"") >&56180 +if { (eval echo "$as_me:8336: \"$ac_compile\"") >&5 5721 6181 (eval $ac_compile) 2>&5 5722 6182 ac_status=$? 5723 6183 - echo "$as_me:8260: \$? = $ac_status" >&5 5724 + echo "$as_me:83 29: \$? = $ac_status" >&56184 + echo "$as_me:8339: \$? = $ac_status" >&5 5725 6185 (exit $ac_status); } && 5726 6186 { ac_try='test -s conftest.$ac_objext' 5727 6187 - { (eval echo "$as_me:8263: \"$ac_try\"") >&5 5728 + { (eval echo "$as_me:83 32: \"$ac_try\"") >&56188 + { (eval echo "$as_me:8342: \"$ac_try\"") >&5 5729 6189 (eval $ac_try) 2>&5 5730 6190 ac_status=$? 5731 6191 - echo "$as_me:8266: \$? = $ac_status" >&5 5732 + echo "$as_me:83 35: \$? = $ac_status" >&56192 + echo "$as_me:8345: \$? = $ac_status" >&5 5733 6193 (exit $ac_status); }; }; then 5734 6194 cf_cv_struct_dirent64=yes 5735 6195 else 5736 @@ -8274,7 +83 43,7 @@6196 @@ -8274,7 +8353,7 @@ 5737 6197 rm -f conftest.$ac_objext conftest.$ac_ext 5738 6198 5739 6199 fi 5740 6200 -echo "$as_me:8277: result: $cf_cv_struct_dirent64" >&5 5741 +echo "$as_me:83 46: result: $cf_cv_struct_dirent64" >&56201 +echo "$as_me:8356: result: $cf_cv_struct_dirent64" >&5 5742 6202 echo "${ECHO_T}$cf_cv_struct_dirent64" >&6 5743 6203 test "$cf_cv_struct_dirent64" = yes && cat >>confdefs.h <<\EOF 5744 6204 #define HAVE_STRUCT_DIRENT64 1 5745 @@ -8283,7 +83 52,7 @@6205 @@ -8283,7 +8362,7 @@ 5746 6206 fi 5747 6207 5748 6208 ### use option --disable-tparm-varargs to make tparm() conform to X/Open 5749 6209 -echo "$as_me:8286: checking if you want tparm not to use X/Open fixed-parameter list" >&5 5750 +echo "$as_me:83 55: checking if you want tparm not to use X/Open fixed-parameter list" >&56210 +echo "$as_me:8365: checking if you want tparm not to use X/Open fixed-parameter list" >&5 5751 6211 echo $ECHO_N "checking if you want tparm not to use X/Open fixed-parameter list... $ECHO_C" >&6 5752 6212 5753 6213 # Check whether --enable-tparm-varargs or --disable-tparm-varargs was given. 5754 @@ -8293,14 +83 62,14 @@6214 @@ -8293,14 +8372,14 @@ 5755 6215 else 5756 6216 with_tparm_varargs=yes 5757 6217 fi; 5758 6218 -echo "$as_me:8296: result: $with_tparm_varargs" >&5 5759 +echo "$as_me:83 65: result: $with_tparm_varargs" >&56219 +echo "$as_me:8375: result: $with_tparm_varargs" >&5 5760 6220 echo "${ECHO_T}$with_tparm_varargs" >&6 5761 6221 NCURSES_TPARM_VARARGS=0 … … 5765 6225 if test "$with_ticlib" != no ; then 5766 6226 -echo "$as_me:8303: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 5767 +echo "$as_me:83 72: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&56227 +echo "$as_me:8382: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 5768 6228 echo $ECHO_N "checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library... $ECHO_C" >&6 5769 6229 5770 6230 # Check whether --enable-tic-depends or --disable-tic-depends was given. 5771 @@ -8310,14 +83 79,14 @@6231 @@ -8310,14 +8389,14 @@ 5772 6232 else 5773 6233 with_tic_depends=yes 5774 6234 fi; 5775 6235 -echo "$as_me:8313: result: $with_tic_depends" >&5 5776 +echo "$as_me:83 82: result: $with_tic_depends" >&56236 +echo "$as_me:8392: result: $with_tic_depends" >&5 5777 6237 echo "${ECHO_T}$with_tic_depends" >&6 5778 6238 else … … 5782 6242 ### use option --with-bool to override bool's type 5783 6243 -echo "$as_me:8320: checking for type of bool" >&5 5784 +echo "$as_me:83 89: checking for type of bool" >&56244 +echo "$as_me:8399: checking for type of bool" >&5 5785 6245 echo $ECHO_N "checking for type of bool... $ECHO_C" >&6 5786 6246 5787 6247 # Check whether --with-bool or --without-bool was given. 5788 @@ -8327,10 +8 396,10 @@6248 @@ -8327,10 +8406,10 @@ 5789 6249 else 5790 6250 NCURSES_BOOL=auto 5791 6251 fi; 5792 6252 -echo "$as_me:8330: result: $NCURSES_BOOL" >&5 5793 +echo "$as_me:8 399: result: $NCURSES_BOOL" >&56253 +echo "$as_me:8409: result: $NCURSES_BOOL" >&5 5794 6254 echo "${ECHO_T}$NCURSES_BOOL" >&6 5795 6255 5796 6256 -echo "$as_me:8333: checking for alternate terminal capabilities file" >&5 5797 +echo "$as_me:84 02: checking for alternate terminal capabilities file" >&56257 +echo "$as_me:8412: checking for alternate terminal capabilities file" >&5 5798 6258 echo $ECHO_N "checking for alternate terminal capabilities file... $ECHO_C" >&6 5799 6259 5800 6260 # Check whether --with-caps or --without-caps was given. 5801 @@ -8341,11 +84 10,11 @@6261 @@ -8341,11 +8420,11 @@ 5802 6262 TERMINFO_CAPS=Caps 5803 6263 fi; 5804 6264 test -f "${srcdir}/include/${TERMINFO_CAPS}" || TERMINFO_CAPS=Caps 5805 6265 -echo "$as_me:8344: result: $TERMINFO_CAPS" >&5 5806 +echo "$as_me:84 13: result: $TERMINFO_CAPS" >&56266 +echo "$as_me:8423: result: $TERMINFO_CAPS" >&5 5807 6267 echo "${ECHO_T}$TERMINFO_CAPS" >&6 5808 6268 5809 6269 ### use option --with-chtype to override chtype's type 5810 6270 -echo "$as_me:8348: checking for type of chtype" >&5 5811 +echo "$as_me:84 17: checking for type of chtype" >&56271 +echo "$as_me:8427: checking for type of chtype" >&5 5812 6272 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 5813 6273 5814 6274 # Check whether --with-chtype or --without-chtype was given. 5815 @@ -8355,11 +84 24,11 @@6275 @@ -8355,11 +8434,11 @@ 5816 6276 else 5817 6277 NCURSES_CHTYPE=auto 5818 6278 fi; 5819 6279 -echo "$as_me:8358: result: $NCURSES_CHTYPE" >&5 5820 +echo "$as_me:84 27: result: $NCURSES_CHTYPE" >&56280 +echo "$as_me:8437: result: $NCURSES_CHTYPE" >&5 5821 6281 echo "${ECHO_T}$NCURSES_CHTYPE" >&6 5822 6282 5823 6283 ### use option --with-ospeed to override ospeed's type 5824 6284 -echo "$as_me:8362: checking for type of ospeed" >&5 5825 +echo "$as_me:84 31: checking for type of ospeed" >&56285 +echo "$as_me:8441: checking for type of ospeed" >&5 5826 6286 echo $ECHO_N "checking for type of ospeed... $ECHO_C" >&6 5827 6287 5828 6288 # Check whether --with-ospeed or --without-ospeed was given. 5829 @@ -8369,11 +84 38,11 @@6289 @@ -8369,11 +8448,11 @@ 5830 6290 else 5831 6291 NCURSES_OSPEED=short 5832 6292 fi; 5833 6293 -echo "$as_me:8372: result: $NCURSES_OSPEED" >&5 5834 +echo "$as_me:84 41: result: $NCURSES_OSPEED" >&56294 +echo "$as_me:8451: result: $NCURSES_OSPEED" >&5 5835 6295 echo "${ECHO_T}$NCURSES_OSPEED" >&6 5836 6296 5837 6297 ### use option --with-mmask-t to override mmask_t's type 5838 6298 -echo "$as_me:8376: checking for type of mmask_t" >&5 5839 +echo "$as_me:84 45: checking for type of mmask_t" >&56299 +echo "$as_me:8455: checking for type of mmask_t" >&5 5840 6300 echo $ECHO_N "checking for type of mmask_t... $ECHO_C" >&6 5841 6301 5842 6302 # Check whether --with-mmask-t or --without-mmask-t was given. 5843 @@ -8383,11 +84 52,11 @@6303 @@ -8383,11 +8462,11 @@ 5844 6304 else 5845 6305 NCURSES_MMASK_T=auto 5846 6306 fi; 5847 6307 -echo "$as_me:8386: result: $NCURSES_MMASK_T" >&5 5848 +echo "$as_me:84 55: result: $NCURSES_MMASK_T" >&56308 +echo "$as_me:8465: result: $NCURSES_MMASK_T" >&5 5849 6309 echo "${ECHO_T}$NCURSES_MMASK_T" >&6 5850 6310 5851 6311 ### Enable compiling-in rcs id's 5852 6312 -echo "$as_me:8390: checking if RCS identifiers should be compiled-in" >&5 5853 +echo "$as_me:84 59: checking if RCS identifiers should be compiled-in" >&56313 +echo "$as_me:8469: checking if RCS identifiers should be compiled-in" >&5 5854 6314 echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6 5855 6315 5856 6316 # Check whether --with-rcs-ids or --without-rcs-ids was given. 5857 @@ -8397,7 +84 66,7 @@6317 @@ -8397,7 +8476,7 @@ 5858 6318 else 5859 6319 with_rcs_ids=no 5860 6320 fi; 5861 6321 -echo "$as_me:8400: result: $with_rcs_ids" >&5 5862 +echo "$as_me:84 69: result: $with_rcs_ids" >&56322 +echo "$as_me:8479: result: $with_rcs_ids" >&5 5863 6323 echo "${ECHO_T}$with_rcs_ids" >&6 5864 6324 test "$with_rcs_ids" = yes && cat >>confdefs.h <<\EOF 5865 6325 #define USE_RCS_IDS 1 5866 @@ -8405,7 +84 74,7 @@6326 @@ -8405,7 +8484,7 @@ 5867 6327 5868 6328 ############################################################################### 5869 6329 5870 6330 -echo "$as_me:8408: checking format of man-pages" >&5 5871 +echo "$as_me:84 77: checking format of man-pages" >&56331 +echo "$as_me:8487: checking format of man-pages" >&5 5872 6332 echo $ECHO_N "checking format of man-pages... $ECHO_C" >&6 5873 6333 5874 6334 # Check whether --with-manpage-format or --without-manpage-format was given. 5875 @@ -8494,14 +85 63,14 @@6335 @@ -8494,14 +8573,14 @@ 5876 6336 ;; 5877 6337 esac 5878 6338 5879 6339 -echo "$as_me:8497: result: $MANPAGE_FORMAT" >&5 5880 +echo "$as_me:85 66: result: $MANPAGE_FORMAT" >&56340 +echo "$as_me:8576: result: $MANPAGE_FORMAT" >&5 5881 6341 echo "${ECHO_T}$MANPAGE_FORMAT" >&6 5882 6342 if test -n "$cf_unknown" ; then 5883 6343 - { echo "$as_me:8500: WARNING: Unexpected manpage-format $cf_unknown" >&5 5884 + { echo "$as_me:85 69: WARNING: Unexpected manpage-format $cf_unknown" >&56344 + { echo "$as_me:8579: WARNING: Unexpected manpage-format $cf_unknown" >&5 5885 6345 echo "$as_me: WARNING: Unexpected manpage-format $cf_unknown" >&2;} 5886 6346 fi 5887 6347 5888 6348 -echo "$as_me:8504: checking for manpage renaming" >&5 5889 +echo "$as_me:85 73: checking for manpage renaming" >&56349 +echo "$as_me:8583: checking for manpage renaming" >&5 5890 6350 echo $ECHO_N "checking for manpage renaming... $ECHO_C" >&6 5891 6351 5892 6352 # Check whether --with-manpage-renames or --without-manpage-renames was given. 5893 @@ -8529,7 +8 598,7 @@6353 @@ -8529,7 +8608,7 @@ 5894 6354 if test -f $srcdir/man/$MANPAGE_RENAMES ; then 5895 6355 MANPAGE_RENAMES=`cd $srcdir/man && pwd`/$MANPAGE_RENAMES 5896 6356 elif test ! -f $MANPAGE_RENAMES ; then 5897 6357 - { { echo "$as_me:8532: error: not a filename: $MANPAGE_RENAMES" >&5 5898 + { { echo "$as_me:86 01: error: not a filename: $MANPAGE_RENAMES" >&56358 + { { echo "$as_me:8611: error: not a filename: $MANPAGE_RENAMES" >&5 5899 6359 echo "$as_me: error: not a filename: $MANPAGE_RENAMES" >&2;} 5900 6360 { (exit 1); exit 1; }; } 5901 6361 fi 5902 @@ -8543,10 +86 12,10 @@6362 @@ -8543,10 +8622,10 @@ 5903 6363 fi 5904 6364 fi 5905 6365 5906 6366 -echo "$as_me:8546: result: $MANPAGE_RENAMES" >&5 5907 +echo "$as_me:86 15: result: $MANPAGE_RENAMES" >&56367 +echo "$as_me:8625: result: $MANPAGE_RENAMES" >&5 5908 6368 echo "${ECHO_T}$MANPAGE_RENAMES" >&6 5909 6369 5910 6370 -echo "$as_me:8549: checking if manpage aliases will be installed" >&5 5911 +echo "$as_me:86 18: checking if manpage aliases will be installed" >&56371 +echo "$as_me:8628: checking if manpage aliases will be installed" >&5 5912 6372 echo $ECHO_N "checking if manpage aliases will be installed... $ECHO_C" >&6 5913 6373 5914 6374 # Check whether --with-manpage-aliases or --without-manpage-aliases was given. 5915 @@ -8557,7 +86 26,7 @@6375 @@ -8557,7 +8636,7 @@ 5916 6376 MANPAGE_ALIASES=yes 5917 6377 fi; 5918 6378 5919 6379 -echo "$as_me:8560: result: $MANPAGE_ALIASES" >&5 5920 +echo "$as_me:86 29: result: $MANPAGE_ALIASES" >&56380 +echo "$as_me:8639: result: $MANPAGE_ALIASES" >&5 5921 6381 echo "${ECHO_T}$MANPAGE_ALIASES" >&6 5922 6382 5923 6383 if test "$LN_S" = "ln -s"; then 5924 @@ -8568,7 +86 37,7 @@6384 @@ -8568,7 +8647,7 @@ 5925 6385 5926 6386 MANPAGE_SYMLINKS=no 5927 6387 if test "$MANPAGE_ALIASES" = yes ; then 5928 6388 -echo "$as_me:8571: checking if manpage symlinks should be used" >&5 5929 +echo "$as_me:86 40: checking if manpage symlinks should be used" >&56389 +echo "$as_me:8650: checking if manpage symlinks should be used" >&5 5930 6390 echo $ECHO_N "checking if manpage symlinks should be used... $ECHO_C" >&6 5931 6391 5932 6392 # Check whether --with-manpage-symlinks or --without-manpage-symlinks was given. 5933 @@ -8581,17 +86 50,17 @@6393 @@ -8581,17 +8660,17 @@ 5934 6394 5935 6395 if test "$$cf_use_symlinks" = no; then 5936 6396 if test "$MANPAGE_SYMLINKS" = yes ; then 5937 6397 - { echo "$as_me:8584: WARNING: cannot make symlinks" >&5 5938 + { echo "$as_me:86 53: WARNING: cannot make symlinks" >&56398 + { echo "$as_me:8663: WARNING: cannot make symlinks" >&5 5939 6399 echo "$as_me: WARNING: cannot make symlinks" >&2;} 5940 6400 MANPAGE_SYMLINKS=no … … 5943 6403 5944 6404 -echo "$as_me:8590: result: $MANPAGE_SYMLINKS" >&5 5945 +echo "$as_me:86 59: result: $MANPAGE_SYMLINKS" >&56405 +echo "$as_me:8669: result: $MANPAGE_SYMLINKS" >&5 5946 6406 echo "${ECHO_T}$MANPAGE_SYMLINKS" >&6 5947 6407 fi 5948 6408 5949 6409 -echo "$as_me:8594: checking for manpage tbl" >&5 5950 +echo "$as_me:86 63: checking for manpage tbl" >&56410 +echo "$as_me:8673: checking for manpage tbl" >&5 5951 6411 echo $ECHO_N "checking for manpage tbl... $ECHO_C" >&6 5952 6412 5953 6413 # Check whether --with-manpage-tbl or --without-manpage-tbl was given. 5954 @@ -8602,7 +86 71,7 @@6414 @@ -8602,7 +8681,7 @@ 5955 6415 MANPAGE_TBL=no 5956 6416 fi; 5957 6417 5958 6418 -echo "$as_me:8605: result: $MANPAGE_TBL" >&5 5959 +echo "$as_me:86 74: result: $MANPAGE_TBL" >&56419 +echo "$as_me:8684: result: $MANPAGE_TBL" >&5 5960 6420 echo "${ECHO_T}$MANPAGE_TBL" >&6 5961 6421 5962 6422 if test "$prefix" = "NONE" ; then 5963 @@ -8718,7 +87 87,7 @@6423 @@ -8718,7 +8797,7 @@ 5964 6424 s,@NCURSES_OSPEED@,\$NCURSES_OSPEED,g 5965 6425 CF_EOF … … 5970 6430 cf_NAME=`echo "$cf_name" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` 5971 6431 cf_name=`echo $cf_name|sed "$program_transform_name"` 5972 @@ -8913,7 +89 82,7 @@6432 @@ -8913,7 +8992,7 @@ 5973 6433 ############################################################################### 5974 6434 5975 6435 ### Note that some functions (such as const) are normally disabled anyway. 5976 6436 -echo "$as_me:8916: checking if you want to build with function extensions" >&5 5977 +echo "$as_me:89 85: checking if you want to build with function extensions" >&56437 +echo "$as_me:8995: checking if you want to build with function extensions" >&5 5978 6438 echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6 5979 6439 5980 6440 # Check whether --enable-ext-funcs or --disable-ext-funcs was given. 5981 @@ -8923,7 + 8992,7 @@6441 @@ -8923,7 +9002,7 @@ 5982 6442 else 5983 6443 with_ext_funcs=yes 5984 6444 fi; 5985 6445 -echo "$as_me:8926: result: $with_ext_funcs" >&5 5986 +echo "$as_me: 8995: result: $with_ext_funcs" >&56446 +echo "$as_me:9005: result: $with_ext_funcs" >&5 5987 6447 echo "${ECHO_T}$with_ext_funcs" >&6 5988 6448 if test "$with_ext_funcs" = yes ; then 5989 6449 NCURSES_EXT_FUNCS=1 5990 @@ -8960,7 +9029,7 @@ 6450 @@ -8955,12 +9034,14 @@ 6451 #define NCURSES_EXT_FUNCS 1 6452 EOF 6453 6454 + GENERATED_EXT_FUNCS=generated 6455 else 6456 NCURSES_EXT_FUNCS=0 6457 + GENERATED_EXT_FUNCS= 5991 6458 fi 5992 6459 5993 6460 ### use option --enable-const to turn on use of const beyond that in XSI. 5994 6461 -echo "$as_me:8963: checking for extended use of const keyword" >&5 5995 +echo "$as_me:90 32: checking for extended use of const keyword" >&56462 +echo "$as_me:9044: checking for extended use of const keyword" >&5 5996 6463 echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6 5997 6464 5998 6465 # Check whether --enable-const or --disable-const was given. 5999 @@ -8970,7 +90 39,7 @@6466 @@ -8970,7 +9051,7 @@ 6000 6467 else 6001 6468 with_ext_const=no 6002 6469 fi; 6003 6470 -echo "$as_me:8973: result: $with_ext_const" >&5 6004 +echo "$as_me:90 42: result: $with_ext_const" >&56471 +echo "$as_me:9054: result: $with_ext_const" >&5 6005 6472 echo "${ECHO_T}$with_ext_const" >&6 6006 6473 NCURSES_CONST='/*nothing*/' 6007 6474 if test "$with_ext_const" = yes ; then 6008 @@ -8978,7 +90 47,7 @@6475 @@ -8978,7 +9059,7 @@ 6009 6476 fi 6010 6477 6011 6478 ### use option --enable-ext-colors to turn on use of colors beyond 16. 6012 6479 -echo "$as_me:8981: checking if you want to use extended colors" >&5 6013 +echo "$as_me:90 50: checking if you want to use extended colors" >&56480 +echo "$as_me:9062: checking if you want to use extended colors" >&5 6014 6481 echo $ECHO_N "checking if you want to use extended colors... $ECHO_C" >&6 6015 6482 6016 6483 # Check whether --enable-ext-colors or --disable-ext-colors was given. 6017 @@ -8988,12 +90 57,12 @@6484 @@ -8988,12 +9069,12 @@ 6018 6485 else 6019 6486 with_ext_colors=no 6020 6487 fi; 6021 6488 -echo "$as_me:8991: result: $with_ext_colors" >&5 6022 +echo "$as_me:90 60: result: $with_ext_colors" >&56489 +echo "$as_me:9072: result: $with_ext_colors" >&5 6023 6490 echo "${ECHO_T}$with_ext_colors" >&6 6024 6491 NCURSES_EXT_COLORS=0 … … 6026 6493 if test "$with_widec" != yes ; then 6027 6494 - { { echo "$as_me:8996: error: This option applies only to wide-character library" >&5 6028 + { { echo "$as_me:90 65: error: This option applies only to wide-character library" >&56495 + { { echo "$as_me:9077: error: This option applies only to wide-character library" >&5 6029 6496 echo "$as_me: error: This option applies only to wide-character library" >&2;} 6030 6497 { (exit 1); exit 1; }; } 6031 6498 else 6032 @@ -9004,7 +90 73,7 @@6499 @@ -9004,7 +9085,7 @@ 6033 6500 5.*) 6034 6501 cf_cv_rel_version=6.0 6035 6502 cf_cv_abi_version=6 6036 6503 - { echo "$as_me:9007: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 6037 + { echo "$as_me:90 76: WARNING: Overriding ABI version to $cf_cv_abi_version" >&56504 + { echo "$as_me:9088: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 6038 6505 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 6039 6506 ;; 6040 6507 esac 6041 @@ -9019,7 +9 088,7 @@6508 @@ -9019,7 +9100,7 @@ 6042 6509 fi 6043 6510 6044 6511 ### use option --enable-ext-mouse to modify coding to support 5-button mice 6045 6512 -echo "$as_me:9022: checking if you want to use extended mouse encoding" >&5 6046 +echo "$as_me:9 091: checking if you want to use extended mouse encoding" >&56513 +echo "$as_me:9103: checking if you want to use extended mouse encoding" >&5 6047 6514 echo $ECHO_N "checking if you want to use extended mouse encoding... $ECHO_C" >&6 6048 6515 6049 6516 # Check whether --enable-ext-mouse or --disable-ext-mouse was given. 6050 @@ -9029,7 +9 098,7 @@6517 @@ -9029,7 +9110,7 @@ 6051 6518 else 6052 6519 with_ext_mouse=no 6053 6520 fi; 6054 6521 -echo "$as_me:9032: result: $with_ext_mouse" >&5 6055 +echo "$as_me:91 01: result: $with_ext_mouse" >&56522 +echo "$as_me:9113: result: $with_ext_mouse" >&5 6056 6523 echo "${ECHO_T}$with_ext_mouse" >&6 6057 6524 NCURSES_MOUSE_VERSION=1 6058 6525 if test "$with_ext_mouse" = yes ; then 6059 @@ -9040,7 +91 09,7 @@6526 @@ -9040,7 +9121,7 @@ 6060 6527 5.*) 6061 6528 cf_cv_rel_version=6.0 6062 6529 cf_cv_abi_version=6 6063 6530 - { echo "$as_me:9043: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 6064 + { echo "$as_me:91 12: WARNING: Overriding ABI version to $cf_cv_abi_version" >&56531 + { echo "$as_me:9124: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 6065 6532 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 6066 6533 ;; 6067 6534 esac 6068 @@ -9048,7 +91 17,7 @@6535 @@ -9048,7 +9129,7 @@ 6069 6536 6070 6537 fi 6071 6538 6072 6539 -echo "$as_me:9051: checking if you want \$NCURSES_NO_PADDING code" >&5 6073 +echo "$as_me:91 20: checking if you want \$NCURSES_NO_PADDING code" >&56540 +echo "$as_me:9132: checking if you want \$NCURSES_NO_PADDING code" >&5 6074 6541 echo $ECHO_N "checking if you want \$NCURSES_NO_PADDING code... $ECHO_C" >&6 6075 6542 6076 6543 # Check whether --enable-no-padding or --disable-no-padding was given. 6077 @@ -9058,19 +91 27,19 @@6544 @@ -9058,19 +9139,19 @@ 6078 6545 else 6079 6546 with_no_padding=$with_ext_funcs 6080 6547 fi; 6081 6548 -echo "$as_me:9061: result: $with_no_padding" >&5 6082 +echo "$as_me:91 30: result: $with_no_padding" >&56549 +echo "$as_me:9142: result: $with_no_padding" >&5 6083 6550 echo "${ECHO_T}$with_no_padding" >&6 6084 6551 test "$with_no_padding" = yes && cat >>confdefs.h <<\EOF … … 6087 6554 6088 6555 -echo "$as_me:9067: checking for ANSI C header files" >&5 6089 +echo "$as_me:91 36: checking for ANSI C header files" >&56556 +echo "$as_me:9148: checking for ANSI C header files" >&5 6090 6557 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 6091 6558 if test "${ac_cv_header_stdc+set}" = set; then … … 6094 6561 cat >conftest.$ac_ext <<_ACEOF 6095 6562 -#line 9073 "configure" 6096 +#line 91 42"configure"6563 +#line 9154 "configure" 6097 6564 #include "confdefs.h" 6098 6565 #include <stdlib.h> 6099 6566 #include <stdarg.h> 6100 @@ -9078,13 +91 47,13 @@6567 @@ -9078,13 +9159,13 @@ 6101 6568 #include <float.h> 6102 6569 6103 6570 _ACEOF 6104 6571 -if { (eval echo "$as_me:9081: \"$ac_cpp conftest.$ac_ext\"") >&5 6105 +if { (eval echo "$as_me:91 50: \"$ac_cpp conftest.$ac_ext\"") >&56572 +if { (eval echo "$as_me:9162: \"$ac_cpp conftest.$ac_ext\"") >&5 6106 6573 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6107 6574 ac_status=$? … … 6110 6577 cat conftest.err >&5 6111 6578 - echo "$as_me:9087: \$? = $ac_status" >&5 6112 + echo "$as_me:91 56: \$? = $ac_status" >&56579 + echo "$as_me:9168: \$? = $ac_status" >&5 6113 6580 (exit $ac_status); } >/dev/null; then 6114 6581 if test -s conftest.err; then 6115 6582 ac_cpp_err=$ac_c_preproc_warn_flag 6116 @@ -9106,7 +91 75,7 @@6583 @@ -9106,7 +9187,7 @@ 6117 6584 if test $ac_cv_header_stdc = yes; then 6118 6585 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 6119 6586 cat >conftest.$ac_ext <<_ACEOF 6120 6587 -#line 9109 "configure" 6121 +#line 91 78"configure"6588 +#line 9190 "configure" 6122 6589 #include "confdefs.h" 6123 6590 #include <string.h> 6124 6591 6125 @@ -9124,7 +9 193,7 @@6592 @@ -9124,7 +9205,7 @@ 6126 6593 if test $ac_cv_header_stdc = yes; then 6127 6594 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 6128 6595 cat >conftest.$ac_ext <<_ACEOF 6129 6596 -#line 9127 "configure" 6130 +#line 9 196"configure"6597 +#line 9208 "configure" 6131 6598 #include "confdefs.h" 6132 6599 #include <stdlib.h> 6133 6600 6134 @@ -9145,7 +92 14,7 @@6601 @@ -9145,7 +9226,7 @@ 6135 6602 : 6136 6603 else 6137 6604 cat >conftest.$ac_ext <<_ACEOF 6138 6605 -#line 9148 "configure" 6139 +#line 92 17"configure"6606 +#line 9229 "configure" 6140 6607 #include "confdefs.h" 6141 6608 #include <ctype.h> 6142 6609 #if ((' ' & 0x0FF) == 0x020) 6143 @@ -9171,15 +92 40,15 @@6610 @@ -9171,15 +9252,15 @@ 6144 6611 } 6145 6612 _ACEOF 6146 6613 rm -f conftest$ac_exeext 6147 6614 -if { (eval echo "$as_me:9174: \"$ac_link\"") >&5 6148 +if { (eval echo "$as_me:92 43: \"$ac_link\"") >&56615 +if { (eval echo "$as_me:9255: \"$ac_link\"") >&5 6149 6616 (eval $ac_link) 2>&5 6150 6617 ac_status=$? 6151 6618 - echo "$as_me:9177: \$? = $ac_status" >&5 6152 + echo "$as_me:92 46: \$? = $ac_status" >&56619 + echo "$as_me:9258: \$? = $ac_status" >&5 6153 6620 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6154 6621 - { (eval echo "$as_me:9179: \"$ac_try\"") >&5 6155 + { (eval echo "$as_me:92 48: \"$ac_try\"") >&56622 + { (eval echo "$as_me:9260: \"$ac_try\"") >&5 6156 6623 (eval $ac_try) 2>&5 6157 6624 ac_status=$? 6158 6625 - echo "$as_me:9182: \$? = $ac_status" >&5 6159 + echo "$as_me:92 51: \$? = $ac_status" >&56626 + echo "$as_me:9263: \$? = $ac_status" >&5 6160 6627 (exit $ac_status); }; }; then 6161 6628 : 6162 6629 else 6163 @@ -9192,7 +92 61,7 @@6630 @@ -9192,7 +9273,7 @@ 6164 6631 fi 6165 6632 fi 6166 6633 fi 6167 6634 -echo "$as_me:9195: result: $ac_cv_header_stdc" >&5 6168 +echo "$as_me:92 64: result: $ac_cv_header_stdc" >&56635 +echo "$as_me:9276: result: $ac_cv_header_stdc" >&5 6169 6636 echo "${ECHO_T}$ac_cv_header_stdc" >&6 6170 6637 if test $ac_cv_header_stdc = yes; then 6171 6638 6172 @@ -9208,28 +92 77,28 @@6639 @@ -9208,28 +9289,28 @@ 6173 6640 inttypes.h stdint.h unistd.h 6174 6641 do 6175 6642 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6176 6643 -echo "$as_me:9211: checking for $ac_header" >&5 6177 +echo "$as_me:92 80: checking for $ac_header" >&56644 +echo "$as_me:9292: checking for $ac_header" >&5 6178 6645 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 6179 6646 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 6182 6649 cat >conftest.$ac_ext <<_ACEOF 6183 6650 -#line 9217 "configure" 6184 +#line 92 86"configure"6651 +#line 9298 "configure" 6185 6652 #include "confdefs.h" 6186 6653 $ac_includes_default … … 6189 6656 rm -f conftest.$ac_objext 6190 6657 -if { (eval echo "$as_me:9223: \"$ac_compile\"") >&5 6191 +if { (eval echo "$as_me:9 292: \"$ac_compile\"") >&56658 +if { (eval echo "$as_me:9304: \"$ac_compile\"") >&5 6192 6659 (eval $ac_compile) 2>&5 6193 6660 ac_status=$? 6194 6661 - echo "$as_me:9226: \$? = $ac_status" >&5 6195 + echo "$as_me:9 295: \$? = $ac_status" >&56662 + echo "$as_me:9307: \$? = $ac_status" >&5 6196 6663 (exit $ac_status); } && 6197 6664 { ac_try='test -s conftest.$ac_objext' 6198 6665 - { (eval echo "$as_me:9229: \"$ac_try\"") >&5 6199 + { (eval echo "$as_me:9 298: \"$ac_try\"") >&56666 + { (eval echo "$as_me:9310: \"$ac_try\"") >&5 6200 6667 (eval $ac_try) 2>&5 6201 6668 ac_status=$? 6202 6669 - echo "$as_me:9232: \$? = $ac_status" >&5 6203 + echo "$as_me:93 01: \$? = $ac_status" >&56670 + echo "$as_me:9313: \$? = $ac_status" >&5 6204 6671 (exit $ac_status); }; }; then 6205 6672 eval "$as_ac_Header=yes" 6206 6673 else 6207 @@ -9239,7 +93 08,7 @@6674 @@ -9239,7 +9320,7 @@ 6208 6675 fi 6209 6676 rm -f conftest.$ac_objext conftest.$ac_ext 6210 6677 fi 6211 6678 -echo "$as_me:9242: result: `eval echo '${'$as_ac_Header'}'`" >&5 6212 +echo "$as_me:93 11: result: `eval echo '${'$as_ac_Header'}'`" >&56679 +echo "$as_me:9323: result: `eval echo '${'$as_ac_Header'}'`" >&5 6213 6680 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 6214 6681 if test `eval echo '${'$as_ac_Header'}'` = yes; then 6215 6682 cat >>confdefs.h <<EOF 6216 @@ -9249,13 +93 18,13 @@6683 @@ -9249,13 +9330,13 @@ 6217 6684 fi 6218 6685 done 6219 6686 6220 6687 -echo "$as_me:9252: checking for signed char" >&5 6221 +echo "$as_me:93 21: checking for signed char" >&56688 +echo "$as_me:9333: checking for signed char" >&5 6222 6689 echo $ECHO_N "checking for signed char... $ECHO_C" >&6 6223 6690 if test "${ac_cv_type_signed_char+set}" = set; then … … 6226 6693 cat >conftest.$ac_ext <<_ACEOF 6227 6694 -#line 9258 "configure" 6228 +#line 93 27"configure"6695 +#line 9339 "configure" 6229 6696 #include "confdefs.h" 6230 6697 $ac_includes_default 6231 6698 int 6232 @@ -9270,16 +93 39,16 @@6699 @@ -9270,16 +9351,16 @@ 6233 6700 } 6234 6701 _ACEOF 6235 6702 rm -f conftest.$ac_objext 6236 6703 -if { (eval echo "$as_me:9273: \"$ac_compile\"") >&5 6237 +if { (eval echo "$as_me:93 42: \"$ac_compile\"") >&56704 +if { (eval echo "$as_me:9354: \"$ac_compile\"") >&5 6238 6705 (eval $ac_compile) 2>&5 6239 6706 ac_status=$? 6240 6707 - echo "$as_me:9276: \$? = $ac_status" >&5 6241 + echo "$as_me:93 45: \$? = $ac_status" >&56708 + echo "$as_me:9357: \$? = $ac_status" >&5 6242 6709 (exit $ac_status); } && 6243 6710 { ac_try='test -s conftest.$ac_objext' 6244 6711 - { (eval echo "$as_me:9279: \"$ac_try\"") >&5 6245 + { (eval echo "$as_me:93 48: \"$ac_try\"") >&56712 + { (eval echo "$as_me:9360: \"$ac_try\"") >&5 6246 6713 (eval $ac_try) 2>&5 6247 6714 ac_status=$? 6248 6715 - echo "$as_me:9282: \$? = $ac_status" >&5 6249 + echo "$as_me:93 51: \$? = $ac_status" >&56716 + echo "$as_me:9363: \$? = $ac_status" >&5 6250 6717 (exit $ac_status); }; }; then 6251 6718 ac_cv_type_signed_char=yes 6252 6719 else 6253 @@ -9289,10 +93 58,10 @@6720 @@ -9289,10 +9370,10 @@ 6254 6721 fi 6255 6722 rm -f conftest.$ac_objext conftest.$ac_ext 6256 6723 fi 6257 6724 -echo "$as_me:9292: result: $ac_cv_type_signed_char" >&5 6258 +echo "$as_me:93 61: result: $ac_cv_type_signed_char" >&56725 +echo "$as_me:9373: result: $ac_cv_type_signed_char" >&5 6259 6726 echo "${ECHO_T}$ac_cv_type_signed_char" >&6 6260 6727 6261 6728 -echo "$as_me:9295: checking size of signed char" >&5 6262 +echo "$as_me:93 64: checking size of signed char" >&56729 +echo "$as_me:9376: checking size of signed char" >&5 6263 6730 echo $ECHO_N "checking size of signed char... $ECHO_C" >&6 6264 6731 if test "${ac_cv_sizeof_signed_char+set}" = set; then 6265 6732 echo $ECHO_N "(cached) $ECHO_C" >&6 6266 @@ -9301,7 +93 70,7 @@6733 @@ -9301,7 +9382,7 @@ 6267 6734 if test "$cross_compiling" = yes; then 6268 6735 # Depending upon the size, compute the lo and hi bounds. 6269 6736 cat >conftest.$ac_ext <<_ACEOF 6270 6737 -#line 9304 "configure" 6271 +#line 93 73"configure"6738 +#line 9385 "configure" 6272 6739 #include "confdefs.h" 6273 6740 $ac_includes_default 6274 6741 int 6275 @@ -9313,21 +93 82,21 @@6742 @@ -9313,21 +9394,21 @@ 6276 6743 } 6277 6744 _ACEOF 6278 6745 rm -f conftest.$ac_objext 6279 6746 -if { (eval echo "$as_me:9316: \"$ac_compile\"") >&5 6280 +if { (eval echo "$as_me:93 85: \"$ac_compile\"") >&56747 +if { (eval echo "$as_me:9397: \"$ac_compile\"") >&5 6281 6748 (eval $ac_compile) 2>&5 6282 6749 ac_status=$? 6283 6750 - echo "$as_me:9319: \$? = $ac_status" >&5 6284 + echo "$as_me:9 388: \$? = $ac_status" >&56751 + echo "$as_me:9400: \$? = $ac_status" >&5 6285 6752 (exit $ac_status); } && 6286 6753 { ac_try='test -s conftest.$ac_objext' 6287 6754 - { (eval echo "$as_me:9322: \"$ac_try\"") >&5 6288 + { (eval echo "$as_me:9 391: \"$ac_try\"") >&56755 + { (eval echo "$as_me:9403: \"$ac_try\"") >&5 6289 6756 (eval $ac_try) 2>&5 6290 6757 ac_status=$? 6291 6758 - echo "$as_me:9325: \$? = $ac_status" >&5 6292 + echo "$as_me:9 394: \$? = $ac_status" >&56759 + echo "$as_me:9406: \$? = $ac_status" >&5 6293 6760 (exit $ac_status); }; }; then 6294 6761 ac_lo=0 ac_mid=0 … … 6296 6763 cat >conftest.$ac_ext <<_ACEOF 6297 6764 -#line 9330 "configure" 6298 +#line 9 399"configure"6765 +#line 9411 "configure" 6299 6766 #include "confdefs.h" 6300 6767 $ac_includes_default 6301 6768 int 6302 @@ -9339,16 +94 08,16 @@6769 @@ -9339,16 +9420,16 @@ 6303 6770 } 6304 6771 _ACEOF 6305 6772 rm -f conftest.$ac_objext 6306 6773 -if { (eval echo "$as_me:9342: \"$ac_compile\"") >&5 6307 +if { (eval echo "$as_me:94 11: \"$ac_compile\"") >&56774 +if { (eval echo "$as_me:9423: \"$ac_compile\"") >&5 6308 6775 (eval $ac_compile) 2>&5 6309 6776 ac_status=$? 6310 6777 - echo "$as_me:9345: \$? = $ac_status" >&5 6311 + echo "$as_me:94 14: \$? = $ac_status" >&56778 + echo "$as_me:9426: \$? = $ac_status" >&5 6312 6779 (exit $ac_status); } && 6313 6780 { ac_try='test -s conftest.$ac_objext' 6314 6781 - { (eval echo "$as_me:9348: \"$ac_try\"") >&5 6315 + { (eval echo "$as_me:94 17: \"$ac_try\"") >&56782 + { (eval echo "$as_me:9429: \"$ac_try\"") >&5 6316 6783 (eval $ac_try) 2>&5 6317 6784 ac_status=$? 6318 6785 - echo "$as_me:9351: \$? = $ac_status" >&5 6319 + echo "$as_me:94 20: \$? = $ac_status" >&56786 + echo "$as_me:9432: \$? = $ac_status" >&5 6320 6787 (exit $ac_status); }; }; then 6321 6788 ac_hi=$ac_mid; break 6322 6789 else 6323 @@ -9364,7 +94 33,7 @@6790 @@ -9364,7 +9445,7 @@ 6324 6791 ac_hi=-1 ac_mid=-1 6325 6792 while :; do 6326 6793 cat >conftest.$ac_ext <<_ACEOF 6327 6794 -#line 9367 "configure" 6328 +#line 94 36"configure"6795 +#line 9448 "configure" 6329 6796 #include "confdefs.h" 6330 6797 $ac_includes_default 6331 6798 int 6332 @@ -9376,16 +94 45,16 @@6799 @@ -9376,16 +9457,16 @@ 6333 6800 } 6334 6801 _ACEOF 6335 6802 rm -f conftest.$ac_objext 6336 6803 -if { (eval echo "$as_me:9379: \"$ac_compile\"") >&5 6337 +if { (eval echo "$as_me:94 48: \"$ac_compile\"") >&56804 +if { (eval echo "$as_me:9460: \"$ac_compile\"") >&5 6338 6805 (eval $ac_compile) 2>&5 6339 6806 ac_status=$? 6340 6807 - echo "$as_me:9382: \$? = $ac_status" >&5 6341 + echo "$as_me:94 51: \$? = $ac_status" >&56808 + echo "$as_me:9463: \$? = $ac_status" >&5 6342 6809 (exit $ac_status); } && 6343 6810 { ac_try='test -s conftest.$ac_objext' 6344 6811 - { (eval echo "$as_me:9385: \"$ac_try\"") >&5 6345 + { (eval echo "$as_me:94 54: \"$ac_try\"") >&56812 + { (eval echo "$as_me:9466: \"$ac_try\"") >&5 6346 6813 (eval $ac_try) 2>&5 6347 6814 ac_status=$? 6348 6815 - echo "$as_me:9388: \$? = $ac_status" >&5 6349 + echo "$as_me:94 57: \$? = $ac_status" >&56816 + echo "$as_me:9469: \$? = $ac_status" >&5 6350 6817 (exit $ac_status); }; }; then 6351 6818 ac_lo=$ac_mid; break 6352 6819 else 6353 @@ -9401,7 +94 70,7 @@6820 @@ -9401,7 +9482,7 @@ 6354 6821 while test "x$ac_lo" != "x$ac_hi"; do 6355 6822 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 6356 6823 cat >conftest.$ac_ext <<_ACEOF 6357 6824 -#line 9404 "configure" 6358 +#line 94 73"configure"6825 +#line 9485 "configure" 6359 6826 #include "confdefs.h" 6360 6827 $ac_includes_default 6361 6828 int 6362 @@ -9413,16 +94 82,16 @@6829 @@ -9413,16 +9494,16 @@ 6363 6830 } 6364 6831 _ACEOF 6365 6832 rm -f conftest.$ac_objext 6366 6833 -if { (eval echo "$as_me:9416: \"$ac_compile\"") >&5 6367 +if { (eval echo "$as_me:94 85: \"$ac_compile\"") >&56834 +if { (eval echo "$as_me:9497: \"$ac_compile\"") >&5 6368 6835 (eval $ac_compile) 2>&5 6369 6836 ac_status=$? 6370 6837 - echo "$as_me:9419: \$? = $ac_status" >&5 6371 + echo "$as_me:9 488: \$? = $ac_status" >&56838 + echo "$as_me:9500: \$? = $ac_status" >&5 6372 6839 (exit $ac_status); } && 6373 6840 { ac_try='test -s conftest.$ac_objext' 6374 6841 - { (eval echo "$as_me:9422: \"$ac_try\"") >&5 6375 + { (eval echo "$as_me:9 491: \"$ac_try\"") >&56842 + { (eval echo "$as_me:9503: \"$ac_try\"") >&5 6376 6843 (eval $ac_try) 2>&5 6377 6844 ac_status=$? 6378 6845 - echo "$as_me:9425: \$? = $ac_status" >&5 6379 + echo "$as_me:9 494: \$? = $ac_status" >&56846 + echo "$as_me:9506: \$? = $ac_status" >&5 6380 6847 (exit $ac_status); }; }; then 6381 6848 ac_hi=$ac_mid 6382 6849 else 6383 @@ -9435,12 +95 04,12 @@6850 @@ -9435,12 +9516,12 @@ 6384 6851 ac_cv_sizeof_signed_char=$ac_lo 6385 6852 else 6386 6853 if test "$cross_compiling" = yes; then 6387 6854 - { { echo "$as_me:9438: error: cannot run test program while cross compiling" >&5 6388 + { { echo "$as_me:95 07: error: cannot run test program while cross compiling" >&56855 + { { echo "$as_me:9519: error: cannot run test program while cross compiling" >&5 6389 6856 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 6390 6857 { (exit 1); exit 1; }; } … … 6392 6859 cat >conftest.$ac_ext <<_ACEOF 6393 6860 -#line 9443 "configure" 6394 +#line 95 12"configure"6861 +#line 9524 "configure" 6395 6862 #include "confdefs.h" 6396 6863 $ac_includes_default 6397 6864 int 6398 @@ -9456,15 +95 25,15 @@6865 @@ -9456,15 +9537,15 @@ 6399 6866 } 6400 6867 _ACEOF 6401 6868 rm -f conftest$ac_exeext 6402 6869 -if { (eval echo "$as_me:9459: \"$ac_link\"") >&5 6403 +if { (eval echo "$as_me:95 28: \"$ac_link\"") >&56870 +if { (eval echo "$as_me:9540: \"$ac_link\"") >&5 6404 6871 (eval $ac_link) 2>&5 6405 6872 ac_status=$? 6406 6873 - echo "$as_me:9462: \$? = $ac_status" >&5 6407 + echo "$as_me:95 31: \$? = $ac_status" >&56874 + echo "$as_me:9543: \$? = $ac_status" >&5 6408 6875 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6409 6876 - { (eval echo "$as_me:9464: \"$ac_try\"") >&5 6410 + { (eval echo "$as_me:95 33: \"$ac_try\"") >&56877 + { (eval echo "$as_me:9545: \"$ac_try\"") >&5 6411 6878 (eval $ac_try) 2>&5 6412 6879 ac_status=$? 6413 6880 - echo "$as_me:9467: \$? = $ac_status" >&5 6414 + echo "$as_me:95 36: \$? = $ac_status" >&56881 + echo "$as_me:9548: \$? = $ac_status" >&5 6415 6882 (exit $ac_status); }; }; then 6416 6883 ac_cv_sizeof_signed_char=`cat conftest.val` 6417 6884 else 6418 @@ -9480,7 +95 49,7 @@6885 @@ -9480,7 +9561,7 @@ 6419 6886 ac_cv_sizeof_signed_char=0 6420 6887 fi 6421 6888 fi 6422 6889 -echo "$as_me:9483: result: $ac_cv_sizeof_signed_char" >&5 6423 +echo "$as_me:95 52: result: $ac_cv_sizeof_signed_char" >&56890 +echo "$as_me:9564: result: $ac_cv_sizeof_signed_char" >&5 6424 6891 echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6 6425 6892 cat >>confdefs.h <<EOF 6426 6893 #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char 6427 @@ -9491,7 +95 60,7 @@6894 @@ -9491,7 +9572,7 @@ 6428 6895 else 6429 6896 NCURSES_SBOOL="char" 6430 6897 fi 6431 6898 -echo "$as_me:9494: checking if you want to use signed Boolean array in term.h" >&5 6432 +echo "$as_me:95 63: checking if you want to use signed Boolean array in term.h" >&56899 +echo "$as_me:9575: checking if you want to use signed Boolean array in term.h" >&5 6433 6900 echo $ECHO_N "checking if you want to use signed Boolean array in term.h... $ECHO_C" >&6 6434 6901 6435 6902 # Check whether --enable-signed-char or --disable-signed-char was given. 6436 @@ -9501,12 +95 70,12 @@6903 @@ -9501,12 +9582,12 @@ 6437 6904 else 6438 6905 with_signed_char=no 6439 6906 fi; 6440 6907 -echo "$as_me:9504: result: $with_signed_char" >&5 6441 +echo "$as_me:95 73: result: $with_signed_char" >&56908 +echo "$as_me:9585: result: $with_signed_char" >&5 6442 6909 echo "${ECHO_T}$with_signed_char" >&6 6443 6910 test "$with_signed_char" != yes && NCURSES_SBOOL="char" … … 6445 6912 ### use option --enable-sigwinch to turn on use of SIGWINCH logic 6446 6913 -echo "$as_me:9509: checking if you want SIGWINCH handler" >&5 6447 +echo "$as_me:95 78: checking if you want SIGWINCH handler" >&56914 +echo "$as_me:9590: checking if you want SIGWINCH handler" >&5 6448 6915 echo $ECHO_N "checking if you want SIGWINCH handler... $ECHO_C" >&6 6449 6916 6450 6917 # Check whether --enable-sigwinch or --disable-sigwinch was given. 6451 @@ -9516,14 +95 85,14 @@6918 @@ -9516,14 +9597,14 @@ 6452 6919 else 6453 6920 with_sigwinch=$with_ext_funcs 6454 6921 fi; 6455 6922 -echo "$as_me:9519: result: $with_sigwinch" >&5 6456 +echo "$as_me:9 588: result: $with_sigwinch" >&56923 +echo "$as_me:9600: result: $with_sigwinch" >&5 6457 6924 echo "${ECHO_T}$with_sigwinch" >&6 6458 6925 test "$with_sigwinch" = yes && cat >>confdefs.h <<\EOF … … 6462 6929 ### use option --enable-tcap-names to allow user to define new capabilities 6463 6930 -echo "$as_me:9526: checking if you want user-definable terminal capabilities like termcap" >&5 6464 +echo "$as_me:9 595: checking if you want user-definable terminal capabilities like termcap" >&56931 +echo "$as_me:9607: checking if you want user-definable terminal capabilities like termcap" >&5 6465 6932 echo $ECHO_N "checking if you want user-definable terminal capabilities like termcap... $ECHO_C" >&6 6466 6933 6467 6934 # Check whether --enable-tcap-names or --disable-tcap-names was given. 6468 @@ -9533,7 +96 02,7 @@6935 @@ -9533,7 +9614,7 @@ 6469 6936 else 6470 6937 with_tcap_names=$with_ext_funcs 6471 6938 fi; 6472 6939 -echo "$as_me:9536: result: $with_tcap_names" >&5 6473 +echo "$as_me:96 05: result: $with_tcap_names" >&56940 +echo "$as_me:9617: result: $with_tcap_names" >&5 6474 6941 echo "${ECHO_T}$with_tcap_names" >&6 6475 6942 NCURSES_XNAMES=0 6476 6943 test "$with_tcap_names" = yes && NCURSES_XNAMES=1 6477 @@ -9541,7 +96 10,7 @@6944 @@ -9541,7 +9622,7 @@ 6478 6945 ############################################################################### 6479 6946 # These options are relatively safe to experiment with. 6480 6947 6481 6948 -echo "$as_me:9544: checking if you want all development code" >&5 6482 +echo "$as_me:96 13: checking if you want all development code" >&56949 +echo "$as_me:9625: checking if you want all development code" >&5 6483 6950 echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6 6484 6951 6485 6952 # Check whether --with-develop or --without-develop was given. 6486 @@ -9551,11 +96 20,11 @@6953 @@ -9551,11 +9632,11 @@ 6487 6954 else 6488 6955 with_develop=no 6489 6956 fi; 6490 6957 -echo "$as_me:9554: result: $with_develop" >&5 6491 +echo "$as_me:96 23: result: $with_develop" >&56958 +echo "$as_me:9635: result: $with_develop" >&5 6492 6959 echo "${ECHO_T}$with_develop" >&6 6493 6960 6494 6961 ### use option --enable-hard-tabs to turn on use of hard-tabs optimize 6495 6962 -echo "$as_me:9558: checking if you want hard-tabs code" >&5 6496 +echo "$as_me:96 27: checking if you want hard-tabs code" >&56963 +echo "$as_me:9639: checking if you want hard-tabs code" >&5 6497 6964 echo $ECHO_N "checking if you want hard-tabs code... $ECHO_C" >&6 6498 6965 6499 6966 # Check whether --enable-hard-tabs or --disable-hard-tabs was given. 6500 @@ -9565,14 +96 34,14 @@6967 @@ -9565,14 +9646,14 @@ 6501 6968 else 6502 6969 enable_hard_tabs=$with_develop 6503 6970 fi; 6504 6971 -echo "$as_me:9568: result: $enable_hard_tabs" >&5 6505 +echo "$as_me:96 37: result: $enable_hard_tabs" >&56972 +echo "$as_me:9649: result: $enable_hard_tabs" >&5 6506 6973 echo "${ECHO_T}$enable_hard_tabs" >&6 6507 6974 test "$enable_hard_tabs" = yes && cat >>confdefs.h <<\EOF … … 6511 6978 ### use option --enable-xmc-glitch to turn on use of magic-cookie optimize 6512 6979 -echo "$as_me:9575: checking if you want limited support for xmc" >&5 6513 +echo "$as_me:96 44: checking if you want limited support for xmc" >&56980 +echo "$as_me:9656: checking if you want limited support for xmc" >&5 6514 6981 echo $ECHO_N "checking if you want limited support for xmc... $ECHO_C" >&6 6515 6982 6516 6983 # Check whether --enable-xmc-glitch or --disable-xmc-glitch was given. 6517 @@ -9582,7 +96 51,7 @@6984 @@ -9582,7 +9663,7 @@ 6518 6985 else 6519 6986 enable_xmc_glitch=$with_develop 6520 6987 fi; 6521 6988 -echo "$as_me:9585: result: $enable_xmc_glitch" >&5 6522 +echo "$as_me:96 54: result: $enable_xmc_glitch" >&56989 +echo "$as_me:9666: result: $enable_xmc_glitch" >&5 6523 6990 echo "${ECHO_T}$enable_xmc_glitch" >&6 6524 6991 test "$enable_xmc_glitch" = yes && cat >>confdefs.h <<\EOF 6525 6992 #define USE_XMC_SUPPORT 1 6526 @@ -9591,7 +96 60,7 @@6993 @@ -9591,7 +9672,7 @@ 6527 6994 ############################################################################### 6528 6995 # These are just experimental, probably should not be in a package: 6529 6996 6530 6997 -echo "$as_me:9594: checking if you do not want to assume colors are white-on-black" >&5 6531 +echo "$as_me:96 63: checking if you do not want to assume colors are white-on-black" >&56998 +echo "$as_me:9675: checking if you do not want to assume colors are white-on-black" >&5 6532 6999 echo $ECHO_N "checking if you do not want to assume colors are white-on-black... $ECHO_C" >&6 6533 7000 6534 7001 # Check whether --enable-assumed-color or --disable-assumed-color was given. 6535 @@ -9601,14 +96 70,14 @@7002 @@ -9601,14 +9682,14 @@ 6536 7003 else 6537 7004 with_assumed_color=yes 6538 7005 fi; 6539 7006 -echo "$as_me:9604: result: $with_assumed_color" >&5 6540 +echo "$as_me:96 73: result: $with_assumed_color" >&57007 +echo "$as_me:9685: result: $with_assumed_color" >&5 6541 7008 echo "${ECHO_T}$with_assumed_color" >&6 6542 7009 test "$with_assumed_color" = yes && cat >>confdefs.h <<\EOF … … 6546 7013 ### use option --enable-hashmap to turn on use of hashmap scrolling logic 6547 7014 -echo "$as_me:9611: checking if you want hashmap scrolling-optimization code" >&5 6548 +echo "$as_me:96 80: checking if you want hashmap scrolling-optimization code" >&57015 +echo "$as_me:9692: checking if you want hashmap scrolling-optimization code" >&5 6549 7016 echo $ECHO_N "checking if you want hashmap scrolling-optimization code... $ECHO_C" >&6 6550 7017 6551 7018 # Check whether --enable-hashmap or --disable-hashmap was given. 6552 @@ -9618,14 +96 87,14 @@7019 @@ -9618,14 +9699,14 @@ 6553 7020 else 6554 7021 with_hashmap=yes 6555 7022 fi; 6556 7023 -echo "$as_me:9621: result: $with_hashmap" >&5 6557 +echo "$as_me:9 690: result: $with_hashmap" >&57024 +echo "$as_me:9702: result: $with_hashmap" >&5 6558 7025 echo "${ECHO_T}$with_hashmap" >&6 6559 7026 test "$with_hashmap" = yes && cat >>confdefs.h <<\EOF … … 6563 7030 ### use option --enable-colorfgbg to turn on use of $COLORFGBG environment 6564 7031 -echo "$as_me:9628: checking if you want colorfgbg code" >&5 6565 +echo "$as_me:9 697: checking if you want colorfgbg code" >&57032 +echo "$as_me:9709: checking if you want colorfgbg code" >&5 6566 7033 echo $ECHO_N "checking if you want colorfgbg code... $ECHO_C" >&6 6567 7034 6568 7035 # Check whether --enable-colorfgbg or --disable-colorfgbg was given. 6569 @@ -9635,7 +97 04,7 @@7036 @@ -9635,7 +9716,7 @@ 6570 7037 else 6571 7038 with_colorfgbg=no 6572 7039 fi; 6573 7040 -echo "$as_me:9638: result: $with_colorfgbg" >&5 6574 +echo "$as_me:97 07: result: $with_colorfgbg" >&57041 +echo "$as_me:9719: result: $with_colorfgbg" >&5 6575 7042 echo "${ECHO_T}$with_colorfgbg" >&6 6576 7043 test "$with_colorfgbg" = yes && cat >>confdefs.h <<\EOF 6577 7044 #define USE_COLORFGBG 1 6578 @@ -9644,7 +97 13,7 @@7045 @@ -9644,7 +9725,7 @@ 6579 7046 # This is still experimental (20080329), but should ultimately be moved to 6580 7047 # the script-block --with-normal, etc. 6581 7048 6582 7049 -echo "$as_me:9647: checking if you want to link with the pthread library" >&5 6583 +echo "$as_me:97 16: checking if you want to link with the pthread library" >&57050 +echo "$as_me:9728: checking if you want to link with the pthread library" >&5 6584 7051 echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6 6585 7052 6586 7053 # Check whether --with-pthread or --without-pthread was given. 6587 @@ -9654,27 +97 23,27 @@7054 @@ -9654,27 +9735,27 @@ 6588 7055 else 6589 7056 with_pthread=no 6590 7057 fi; 6591 7058 -echo "$as_me:9657: result: $with_pthread" >&5 6592 +echo "$as_me:97 26: result: $with_pthread" >&57059 +echo "$as_me:9738: result: $with_pthread" >&5 6593 7060 echo "${ECHO_T}$with_pthread" >&6 6594 7061 6595 7062 if test "$with_pthread" != no ; then 6596 7063 - echo "$as_me:9661: checking for pthread.h" >&5 6597 + echo "$as_me:97 30: checking for pthread.h" >&57064 + echo "$as_me:9742: checking for pthread.h" >&5 6598 7065 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6 6599 7066 if test "${ac_cv_header_pthread_h+set}" = set; then … … 6602 7069 cat >conftest.$ac_ext <<_ACEOF 6603 7070 -#line 9667 "configure" 6604 +#line 97 36"configure"7071 +#line 9748 "configure" 6605 7072 #include "confdefs.h" 6606 7073 #include <pthread.h> 6607 7074 _ACEOF 6608 7075 -if { (eval echo "$as_me:9671: \"$ac_cpp conftest.$ac_ext\"") >&5 6609 +if { (eval echo "$as_me:97 40: \"$ac_cpp conftest.$ac_ext\"") >&57076 +if { (eval echo "$as_me:9752: \"$ac_cpp conftest.$ac_ext\"") >&5 6610 7077 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6611 7078 ac_status=$? … … 6614 7081 cat conftest.err >&5 6615 7082 - echo "$as_me:9677: \$? = $ac_status" >&5 6616 + echo "$as_me:97 46: \$? = $ac_status" >&57083 + echo "$as_me:9758: \$? = $ac_status" >&5 6617 7084 (exit $ac_status); } >/dev/null; then 6618 7085 if test -s conftest.err; then 6619 7086 ac_cpp_err=$ac_c_preproc_warn_flag 6620 @@ -9693,7 +97 62,7 @@7087 @@ -9693,7 +9774,7 @@ 6621 7088 fi 6622 7089 rm -f conftest.err conftest.$ac_ext 6623 7090 fi 6624 7091 -echo "$as_me:9696: result: $ac_cv_header_pthread_h" >&5 6625 +echo "$as_me:97 65: result: $ac_cv_header_pthread_h" >&57092 +echo "$as_me:9777: result: $ac_cv_header_pthread_h" >&5 6626 7093 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6 6627 7094 if test $ac_cv_header_pthread_h = yes; then 6628 7095 6629 @@ -9701,12 +97 70,12 @@7096 @@ -9701,12 +9782,12 @@ 6630 7097 #define HAVE_PTHREADS_H 1 6631 7098 EOF 6632 7099 6633 7100 - echo "$as_me:9704: checking if we can link with the pthread library" >&5 6634 + echo "$as_me:97 73: checking if we can link with the pthread library" >&57101 + echo "$as_me:9785: checking if we can link with the pthread library" >&5 6635 7102 echo $ECHO_N "checking if we can link with the pthread library... $ECHO_C" >&6 6636 7103 cf_save_LIBS="$LIBS" … … 6638 7105 cat >conftest.$ac_ext <<_ACEOF 6639 7106 -#line 9709 "configure" 6640 +#line 97 78"configure"7107 +#line 9790 "configure" 6641 7108 #include "confdefs.h" 6642 7109 6643 7110 #include <pthread.h> 6644 @@ -9722,16 +9 791,16 @@7111 @@ -9722,16 +9803,16 @@ 6645 7112 } 6646 7113 _ACEOF 6647 7114 rm -f conftest.$ac_objext conftest$ac_exeext 6648 7115 -if { (eval echo "$as_me:9725: \"$ac_link\"") >&5 6649 +if { (eval echo "$as_me:9 794: \"$ac_link\"") >&57116 +if { (eval echo "$as_me:9806: \"$ac_link\"") >&5 6650 7117 (eval $ac_link) 2>&5 6651 7118 ac_status=$? 6652 7119 - echo "$as_me:9728: \$? = $ac_status" >&5 6653 + echo "$as_me:9 797: \$? = $ac_status" >&57120 + echo "$as_me:9809: \$? = $ac_status" >&5 6654 7121 (exit $ac_status); } && 6655 7122 { ac_try='test -s conftest$ac_exeext' 6656 7123 - { (eval echo "$as_me:9731: \"$ac_try\"") >&5 6657 + { (eval echo "$as_me:98 00: \"$ac_try\"") >&57124 + { (eval echo "$as_me:9812: \"$ac_try\"") >&5 6658 7125 (eval $ac_try) 2>&5 6659 7126 ac_status=$? 6660 7127 - echo "$as_me:9734: \$? = $ac_status" >&5 6661 + echo "$as_me:98 03: \$? = $ac_status" >&57128 + echo "$as_me:9815: \$? = $ac_status" >&5 6662 7129 (exit $ac_status); }; }; then 6663 7130 with_pthread=yes 6664 7131 else 6665 @@ -9741,7 +98 10,7 @@7132 @@ -9741,7 +9822,7 @@ 6666 7133 fi 6667 7134 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6668 7135 LIBS="$cf_save_LIBS" 6669 7136 - echo "$as_me:9744: result: $with_pthread" >&5 6670 + echo "$as_me:98 13: result: $with_pthread" >&57137 + echo "$as_me:9825: result: $with_pthread" >&5 6671 7138 echo "${ECHO_T}$with_pthread" >&6 6672 7139 6673 7140 if test "$with_pthread" = yes ; then 6674 @@ -9751,7 +98 20,7 @@7141 @@ -9751,7 +9832,7 @@ 6675 7142 EOF 6676 7143 6677 7144 else 6678 7145 - { { echo "$as_me:9754: error: Cannot link with pthread library" >&5 6679 + { { echo "$as_me:98 23: error: Cannot link with pthread library" >&57146 + { { echo "$as_me:9835: error: Cannot link with pthread library" >&5 6680 7147 echo "$as_me: error: Cannot link with pthread library" >&2;} 6681 7148 { (exit 1); exit 1; }; } 6682 7149 fi 6683 @@ -9760,7 +98 29,7 @@7150 @@ -9760,7 +9841,7 @@ 6684 7151 6685 7152 fi 6686 7153 6687 7154 -echo "$as_me:9763: checking if you want to use weak-symbols for pthreads" >&5 6688 +echo "$as_me:98 32: checking if you want to use weak-symbols for pthreads" >&57155 +echo "$as_me:9844: checking if you want to use weak-symbols for pthreads" >&5 6689 7156 echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6 6690 7157 6691 7158 # Check whether --enable-weak-symbols or --disable-weak-symbols was given. 6692 @@ -9770,18 +98 39,18 @@7159 @@ -9770,18 +9851,18 @@ 6693 7160 else 6694 7161 use_weak_symbols=no 6695 7162 fi; 6696 7163 -echo "$as_me:9773: result: $use_weak_symbols" >&5 6697 +echo "$as_me:98 42: result: $use_weak_symbols" >&57164 +echo "$as_me:9854: result: $use_weak_symbols" >&5 6698 7165 echo "${ECHO_T}$use_weak_symbols" >&6 6699 7166 if test "$use_weak_symbols" = yes ; then 6700 7167 6701 7168 -echo "$as_me:9777: checking if $CC supports weak symbols" >&5 6702 +echo "$as_me:98 46: checking if $CC supports weak symbols" >&57169 +echo "$as_me:9858: checking if $CC supports weak symbols" >&5 6703 7170 echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6 6704 7171 if test "${cf_cv_weak_symbols+set}" = set; then … … 6708 7175 cat >conftest.$ac_ext <<_ACEOF 6709 7176 -#line 9784 "configure" 6710 +#line 98 53"configure"7177 +#line 9865 "configure" 6711 7178 #include "confdefs.h" 6712 7179 6713 7180 #include <stdio.h> 6714 @@ -9807,16 +98 76,16 @@7181 @@ -9807,16 +9888,16 @@ 6715 7182 } 6716 7183 _ACEOF 6717 7184 rm -f conftest.$ac_objext 6718 7185 -if { (eval echo "$as_me:9810: \"$ac_compile\"") >&5 6719 +if { (eval echo "$as_me:98 79: \"$ac_compile\"") >&57186 +if { (eval echo "$as_me:9891: \"$ac_compile\"") >&5 6720 7187 (eval $ac_compile) 2>&5 6721 7188 ac_status=$? 6722 7189 - echo "$as_me:9813: \$? = $ac_status" >&5 6723 + echo "$as_me:98 82: \$? = $ac_status" >&57190 + echo "$as_me:9894: \$? = $ac_status" >&5 6724 7191 (exit $ac_status); } && 6725 7192 { ac_try='test -s conftest.$ac_objext' 6726 7193 - { (eval echo "$as_me:9816: \"$ac_try\"") >&5 6727 + { (eval echo "$as_me:98 85: \"$ac_try\"") >&57194 + { (eval echo "$as_me:9897: \"$ac_try\"") >&5 6728 7195 (eval $ac_try) 2>&5 6729 7196 ac_status=$? 6730 7197 - echo "$as_me:9819: \$? = $ac_status" >&5 6731 + echo "$as_me:9 888: \$? = $ac_status" >&57198 + echo "$as_me:9900: \$? = $ac_status" >&5 6732 7199 (exit $ac_status); }; }; then 6733 7200 cf_cv_weak_symbols=yes 6734 7201 else 6735 @@ -9827,7 +9 896,7 @@7202 @@ -9827,7 +9908,7 @@ 6736 7203 rm -f conftest.$ac_objext conftest.$ac_ext 6737 7204 6738 7205 fi 6739 7206 -echo "$as_me:9830: result: $cf_cv_weak_symbols" >&5 6740 +echo "$as_me:9 899: result: $cf_cv_weak_symbols" >&57207 +echo "$as_me:9911: result: $cf_cv_weak_symbols" >&5 6741 7208 echo "${ECHO_T}$cf_cv_weak_symbols" >&6 6742 7209 6743 7210 else 6744 @@ -9857,7 +99 26,7 @@7211 @@ -9857,7 +9938,7 @@ 6745 7212 # opaque outside of that, so there is no --enable-opaque option. We can use 6746 7213 # this option without --with-pthreads, but this will be always set for 6747 7214 # pthreads. 6748 7215 -echo "$as_me:9860: checking if you want experimental reentrant code" >&5 6749 +echo "$as_me:99 29: checking if you want experimental reentrant code" >&57216 +echo "$as_me:9941: checking if you want experimental reentrant code" >&5 6750 7217 echo $ECHO_N "checking if you want experimental reentrant code... $ECHO_C" >&6 6751 7218 6752 7219 # Check whether --enable-reentrant or --disable-reentrant was given. 6753 @@ -9867,7 +99 36,7 @@7220 @@ -9867,7 +9948,7 @@ 6754 7221 else 6755 7222 with_reentrant=no 6756 7223 fi; 6757 7224 -echo "$as_me:9870: result: $with_reentrant" >&5 6758 +echo "$as_me:99 39: result: $with_reentrant" >&57225 +echo "$as_me:9951: result: $with_reentrant" >&5 6759 7226 echo "${ECHO_T}$with_reentrant" >&6 6760 7227 if test "$with_reentrant" = yes ; then 6761 7228 cf_cv_enable_reentrant=1 6762 @@ -9891,7 +99 60,7 @@7229 @@ -9891,7 +9972,7 @@ 6763 7230 5.*) 6764 7231 cf_cv_rel_version=6.0 6765 7232 cf_cv_abi_version=6 6766 7233 - { echo "$as_me:9894: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 6767 + { echo "$as_me:99 63: WARNING: Overriding ABI version to $cf_cv_abi_version" >&57234 + { echo "$as_me:9975: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 6768 7235 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 6769 7236 ;; 6770 7237 esac 6771 @@ -9904,7 +99 73,7 @@7238 @@ -9904,7 +9985,7 @@ 6772 7239 NCURSES_SIZE_T=short 6773 7240 fi 6774 7241 6775 7242 -echo "$as_me:9907: checking if you want experimental safe-sprintf code" >&5 6776 +echo "$as_me:99 76: checking if you want experimental safe-sprintf code" >&57243 +echo "$as_me:9988: checking if you want experimental safe-sprintf code" >&5 6777 7244 echo $ECHO_N "checking if you want experimental safe-sprintf code... $ECHO_C" >&6 6778 7245 6779 7246 # Check whether --enable-safe-sprintf or --disable-safe-sprintf was given. 6780 @@ -9914,7 +99 83,7 @@7247 @@ -9914,7 +9995,7 @@ 6781 7248 else 6782 7249 with_safe_sprintf=no 6783 7250 fi; 6784 7251 -echo "$as_me:9917: result: $with_safe_sprintf" >&5 6785 +echo "$as_me:99 86: result: $with_safe_sprintf" >&57252 +echo "$as_me:9998: result: $with_safe_sprintf" >&5 6786 7253 echo "${ECHO_T}$with_safe_sprintf" >&6 6787 7254 test "$with_safe_sprintf" = yes && cat >>confdefs.h <<\EOF 6788 7255 #define USE_SAFE_SPRINTF 1 6789 @@ -9923,7 + 9992,7 @@7256 @@ -9923,7 +10004,7 @@ 6790 7257 ### use option --disable-scroll-hints to turn off use of scroll-hints scrolling logic 6791 7258 # when hashmap is used scroll hints are useless 6792 7259 if test "$with_hashmap" = no ; then 6793 7260 -echo "$as_me:9926: checking if you want to experiment without scrolling-hints code" >&5 6794 +echo "$as_me: 9995: checking if you want to experiment without scrolling-hints code" >&57261 +echo "$as_me:10007: checking if you want to experiment without scrolling-hints code" >&5 6795 7262 echo $ECHO_N "checking if you want to experiment without scrolling-hints code... $ECHO_C" >&6 6796 7263 6797 7264 # Check whether --enable-scroll-hints or --disable-scroll-hints was given. 6798 @@ -9933,7 +100 02,7 @@7265 @@ -9933,7 +10014,7 @@ 6799 7266 else 6800 7267 with_scroll_hints=yes 6801 7268 fi; 6802 7269 -echo "$as_me:9936: result: $with_scroll_hints" >&5 6803 +echo "$as_me:100 05: result: $with_scroll_hints" >&57270 +echo "$as_me:10017: result: $with_scroll_hints" >&5 6804 7271 echo "${ECHO_T}$with_scroll_hints" >&6 6805 7272 test "$with_scroll_hints" = yes && cat >>confdefs.h <<\EOF 6806 7273 #define USE_SCROLL_HINTS 1 6807 @@ -9941,7 +100 10,7 @@7274 @@ -9941,7 +10022,7 @@ 6808 7275 6809 7276 fi 6810 7277 6811 7278 -echo "$as_me:9944: checking if you want experimental wgetch-events code" >&5 6812 +echo "$as_me:100 13: checking if you want experimental wgetch-events code" >&57279 +echo "$as_me:10025: checking if you want experimental wgetch-events code" >&5 6813 7280 echo $ECHO_N "checking if you want experimental wgetch-events code... $ECHO_C" >&6 6814 7281 6815 7282 # Check whether --enable-wgetch-events or --disable-wgetch-events was given. 6816 @@ -9951,7 +100 20,7 @@7283 @@ -9951,7 +10032,7 @@ 6817 7284 else 6818 7285 with_wgetch_events=no 6819 7286 fi; 6820 7287 -echo "$as_me:9954: result: $with_wgetch_events" >&5 6821 +echo "$as_me:100 23: result: $with_wgetch_events" >&57288 +echo "$as_me:10035: result: $with_wgetch_events" >&5 6822 7289 echo "${ECHO_T}$with_wgetch_events" >&6 6823 7290 test "$with_wgetch_events" = yes && cat >>confdefs.h <<\EOF 6824 7291 #define NCURSES_WGETCH_EVENTS 1 6825 @@ -9960,7 +100 29,7 @@7292 @@ -9960,7 +10041,7 @@ 6826 7293 ############################################################################### 6827 7294 6828 7295 ### use option --disable-echo to suppress full display compiling commands 6829 7296 -echo "$as_me:9963: checking if you want to display full commands during build" >&5 6830 +echo "$as_me:100 32: checking if you want to display full commands during build" >&57297 +echo "$as_me:10044: checking if you want to display full commands during build" >&5 6831 7298 echo $ECHO_N "checking if you want to display full commands during build... $ECHO_C" >&6 6832 7299 6833 7300 # Check whether --enable-echo or --disable-echo was given. 6834 @@ -9977,11 +100 46,11 @@7301 @@ -9977,11 +10058,11 @@ 6835 7302 test -n "$LIBTOOL" && LIBTOOL="$LIBTOOL --silent" 6836 7303 test -n "$LIBTOOL_CXX" && LIBTOOL_CXX="$LIBTOOL_CXX --silent" 6837 7304 fi 6838 7305 -echo "$as_me:9980: result: $with_echo" >&5 6839 +echo "$as_me:100 49: result: $with_echo" >&57306 +echo "$as_me:10061: result: $with_echo" >&5 6840 7307 echo "${ECHO_T}$with_echo" >&6 6841 7308 6842 7309 ### use option --enable-warnings to turn on all gcc warnings 6843 7310 -echo "$as_me:9984: checking if you want to see compiler warnings" >&5 6844 +echo "$as_me:100 53: checking if you want to see compiler warnings" >&57311 +echo "$as_me:10065: checking if you want to see compiler warnings" >&5 6845 7312 echo $ECHO_N "checking if you want to see compiler warnings... $ECHO_C" >&6 6846 7313 6847 7314 # Check whether --enable-warnings or --disable-warnings was given. 6848 @@ -9989,7 +100 58,7 @@7315 @@ -9989,7 +10070,7 @@ 6849 7316 enableval="$enable_warnings" 6850 7317 with_warnings=$enableval 6851 7318 fi; 6852 7319 -echo "$as_me:9992: result: $with_warnings" >&5 6853 +echo "$as_me:100 61: result: $with_warnings" >&57320 +echo "$as_me:10073: result: $with_warnings" >&5 6854 7321 echo "${ECHO_T}$with_warnings" >&6 6855 7322 6856 7323 if test "x$with_warnings" = "xyes"; then 6857 @@ -10000,12 +100 69,12 @@7324 @@ -10000,12 +10081,12 @@ 6858 7325 if test "$GCC" = yes ; then 6859 7326 case $host_os in 6860 7327 linux*|gnu*) 6861 7328 - echo "$as_me:10003: checking if this is really Intel C compiler" >&5 6862 + echo "$as_me:100 72: checking if this is really Intel C compiler" >&57329 + echo "$as_me:10084: checking if this is really Intel C compiler" >&5 6863 7330 echo $ECHO_N "checking if this is really Intel C compiler... $ECHO_C" >&6 6864 7331 cf_save_CFLAGS="$CFLAGS" … … 6866 7333 cat >conftest.$ac_ext <<_ACEOF 6867 7334 -#line 10008 "configure" 6868 +#line 100 77"configure"7335 +#line 10089 "configure" 6869 7336 #include "confdefs.h" 6870 7337 6871 7338 int 6872 @@ -10022,16 +10 091,16 @@7339 @@ -10022,16 +10103,16 @@ 6873 7340 } 6874 7341 _ACEOF 6875 7342 rm -f conftest.$ac_objext 6876 7343 -if { (eval echo "$as_me:10025: \"$ac_compile\"") >&5 6877 +if { (eval echo "$as_me:10 094: \"$ac_compile\"") >&57344 +if { (eval echo "$as_me:10106: \"$ac_compile\"") >&5 6878 7345 (eval $ac_compile) 2>&5 6879 7346 ac_status=$? 6880 7347 - echo "$as_me:10028: \$? = $ac_status" >&5 6881 + echo "$as_me:10 097: \$? = $ac_status" >&57348 + echo "$as_me:10109: \$? = $ac_status" >&5 6882 7349 (exit $ac_status); } && 6883 7350 { ac_try='test -s conftest.$ac_objext' 6884 7351 - { (eval echo "$as_me:10031: \"$ac_try\"") >&5 6885 + { (eval echo "$as_me:101 00: \"$ac_try\"") >&57352 + { (eval echo "$as_me:10112: \"$ac_try\"") >&5 6886 7353 (eval $ac_try) 2>&5 6887 7354 ac_status=$? 6888 7355 - echo "$as_me:10034: \$? = $ac_status" >&5 6889 + echo "$as_me:101 03: \$? = $ac_status" >&57356 + echo "$as_me:10115: \$? = $ac_status" >&5 6890 7357 (exit $ac_status); }; }; then 6891 7358 INTEL_COMPILER=yes 6892 7359 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc" 6893 @@ -10042,14 +101 11,14 @@7360 @@ -10042,14 +10123,14 @@ 6894 7361 fi 6895 7362 rm -f conftest.$ac_objext conftest.$ac_ext 6896 7363 CFLAGS="$cf_save_CFLAGS" 6897 7364 - echo "$as_me:10045: result: $INTEL_COMPILER" >&5 6898 + echo "$as_me:101 14: result: $INTEL_COMPILER" >&57365 + echo "$as_me:10126: result: $INTEL_COMPILER" >&5 6899 7366 echo "${ECHO_T}$INTEL_COMPILER" >&6 6900 7367 ;; … … 6904 7371 cat > conftest.$ac_ext <<EOF 6905 7372 -#line 10052 "${as_me-configure}" 6906 +#line 101 21"${as_me-configure}"7373 +#line 10133 "${as_me-configure}" 6907 7374 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } 6908 7375 EOF 6909 7376 6910 @@ -10067,7 +101 36,7 @@7377 @@ -10067,7 +10148,7 @@ 6911 7378 # remark #981: operands are evaluated in unspecified order 6912 7379 # warning #269: invalid format string conversion 6913 7380 6914 7381 - { echo "$as_me:10070: checking for $CC warning options..." >&5 6915 + { echo "$as_me:101 39: checking for $CC warning options..." >&57382 + { echo "$as_me:10151: checking for $CC warning options..." >&5 6916 7383 echo "$as_me: checking for $CC warning options..." >&6;} 6917 7384 cf_save_CFLAGS="$CFLAGS" 6918 7385 EXTRA_CFLAGS="-Wall" 6919 @@ -10084,12 +101 53,12 @@7386 @@ -10084,12 +10165,12 @@ 6920 7387 wd981 6921 7388 do 6922 7389 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" 6923 7390 - if { (eval echo "$as_me:10087: \"$ac_compile\"") >&5 6924 + if { (eval echo "$as_me:101 56: \"$ac_compile\"") >&57391 + if { (eval echo "$as_me:10168: \"$ac_compile\"") >&5 6925 7392 (eval $ac_compile) 2>&5 6926 7393 ac_status=$? 6927 7394 - echo "$as_me:10090: \$? = $ac_status" >&5 6928 + echo "$as_me:101 59: \$? = $ac_status" >&57395 + echo "$as_me:10171: \$? = $ac_status" >&5 6929 7396 (exit $ac_status); }; then 6930 7397 - test -n "$verbose" && echo "$as_me:10092: result: ... -$cf_opt" >&5 6931 + test -n "$verbose" && echo "$as_me:101 61: result: ... -$cf_opt" >&57398 + test -n "$verbose" && echo "$as_me:10173: result: ... -$cf_opt" >&5 6932 7399 echo "${ECHO_T}... -$cf_opt" >&6 6933 7400 EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt" 6934 7401 fi 6935 @@ -10098,7 +101 67,7 @@7402 @@ -10098,7 +10179,7 @@ 6936 7403 6937 7404 elif test "$GCC" = yes 6938 7405 then 6939 7406 - { echo "$as_me:10101: checking for $CC warning options..." >&5 6940 + { echo "$as_me:101 70: checking for $CC warning options..." >&57407 + { echo "$as_me:10182: checking for $CC warning options..." >&5 6941 7408 echo "$as_me: checking for $CC warning options..." >&6;} 6942 7409 cf_save_CFLAGS="$CFLAGS" 6943 7410 EXTRA_CFLAGS="-W -Wall" 6944 @@ -10118,12 +101 87,12 @@7411 @@ -10118,12 +10199,12 @@ 6945 7412 Wundef $cf_warn_CONST Wdeclaration-after-statement Wextra Wno-unknown-pragmas Wswitch-enum 6946 7413 do 6947 7414 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" 6948 7415 - if { (eval echo "$as_me:10121: \"$ac_compile\"") >&5 6949 + if { (eval echo "$as_me:10 190: \"$ac_compile\"") >&57416 + if { (eval echo "$as_me:10202: \"$ac_compile\"") >&5 6950 7417 (eval $ac_compile) 2>&5 6951 7418 ac_status=$? 6952 7419 - echo "$as_me:10124: \$? = $ac_status" >&5 6953 + echo "$as_me:10 193: \$? = $ac_status" >&57420 + echo "$as_me:10205: \$? = $ac_status" >&5 6954 7421 (exit $ac_status); }; then 6955 7422 - test -n "$verbose" && echo "$as_me:10126: result: ... -$cf_opt" >&5 6956 + test -n "$verbose" && echo "$as_me:10 195: result: ... -$cf_opt" >&57423 + test -n "$verbose" && echo "$as_me:10207: result: ... -$cf_opt" >&5 6957 7424 echo "${ECHO_T}... -$cf_opt" >&6 6958 7425 case $cf_opt in #(vi 6959 7426 Wcast-qual) #(vi 6960 @@ -10134,7 +102 03,7 @@7427 @@ -10134,7 +10215,7 @@ 6961 7428 [34].*) 6962 7429 test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 6963 7430 6964 7431 -echo "${as_me-configure}:10137: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 6965 +echo "${as_me-configure}:102 06: testing feature is broken in gcc $GCC_VERSION ..." 1>&57432 +echo "${as_me-configure}:10218: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 6966 7433 6967 7434 continue;; 6968 7435 esac 6969 @@ -10154,12 +102 23,12 @@7436 @@ -10154,12 +10235,12 @@ 6970 7437 if test "$GCC" = yes ; then 6971 7438 case $host_os in 6972 7439 linux*|gnu*) 6973 7440 - echo "$as_me:10157: checking if this is really Intel C++ compiler" >&5 6974 + echo "$as_me:102 26: checking if this is really Intel C++ compiler" >&57441 + echo "$as_me:10238: checking if this is really Intel C++ compiler" >&5 6975 7442 echo $ECHO_N "checking if this is really Intel C++ compiler... $ECHO_C" >&6 6976 7443 cf_save_CFLAGS="$CXXFLAGS" … … 6978 7445 cat >conftest.$ac_ext <<_ACEOF 6979 7446 -#line 10162 "configure" 6980 +#line 102 31"configure"7447 +#line 10243 "configure" 6981 7448 #include "confdefs.h" 6982 7449 6983 7450 int 6984 @@ -10176,16 +102 45,16 @@7451 @@ -10176,16 +10257,16 @@ 6985 7452 } 6986 7453 _ACEOF 6987 7454 rm -f conftest.$ac_objext 6988 7455 -if { (eval echo "$as_me:10179: \"$ac_compile\"") >&5 6989 +if { (eval echo "$as_me:102 48: \"$ac_compile\"") >&57456 +if { (eval echo "$as_me:10260: \"$ac_compile\"") >&5 6990 7457 (eval $ac_compile) 2>&5 6991 7458 ac_status=$? 6992 7459 - echo "$as_me:10182: \$? = $ac_status" >&5 6993 + echo "$as_me:102 51: \$? = $ac_status" >&57460 + echo "$as_me:10263: \$? = $ac_status" >&5 6994 7461 (exit $ac_status); } && 6995 7462 { ac_try='test -s conftest.$ac_objext' 6996 7463 - { (eval echo "$as_me:10185: \"$ac_try\"") >&5 6997 + { (eval echo "$as_me:102 54: \"$ac_try\"") >&57464 + { (eval echo "$as_me:10266: \"$ac_try\"") >&5 6998 7465 (eval $ac_try) 2>&5 6999 7466 ac_status=$? 7000 7467 - echo "$as_me:10188: \$? = $ac_status" >&5 7001 + echo "$as_me:102 57: \$? = $ac_status" >&57468 + echo "$as_me:10269: \$? = $ac_status" >&5 7002 7469 (exit $ac_status); }; }; then 7003 7470 INTEL_CPLUSPLUS=yes 7004 7471 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc" 7005 @@ -10196,7 +102 65,7 @@7472 @@ -10196,7 +10277,7 @@ 7006 7473 fi 7007 7474 rm -f conftest.$ac_objext conftest.$ac_ext 7008 7475 CXXFLAGS="$cf_save_CFLAGS" 7009 7476 - echo "$as_me:10199: result: $INTEL_CPLUSPLUS" >&5 7010 + echo "$as_me:102 68: result: $INTEL_CPLUSPLUS" >&57477 + echo "$as_me:10280: result: $INTEL_CPLUSPLUS" >&5 7011 7478 echo "${ECHO_T}$INTEL_CPLUSPLUS" >&6 7012 7479 ;; 7013 7480 esac 7014 @@ -10210,7 +102 79,7 @@7481 @@ -10210,7 +10291,7 @@ 7015 7482 ac_main_return=return 7016 7483 7017 7484 cat > conftest.$ac_ext <<EOF 7018 7485 -#line 10213 "configure" 7019 +#line 102 82"configure"7486 +#line 10294 "configure" 7020 7487 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } 7021 7488 EOF 7022 7489 7023 @@ -10228,7 +10 297,7 @@7490 @@ -10228,7 +10309,7 @@ 7024 7491 # remark #981: operands are evaluated in unspecified order 7025 7492 # warning #269: invalid format string conversion 7026 7493 7027 7494 - { echo "$as_me:10231: checking for $CC warning options..." >&5 7028 + { echo "$as_me:103 00: checking for $CC warning options..." >&57495 + { echo "$as_me:10312: checking for $CC warning options..." >&5 7029 7496 echo "$as_me: checking for $CC warning options..." >&6;} 7030 7497 cf_save_CXXFLAGS="$CXXFLAGS" 7031 7498 EXTRA_CXXFLAGS="-Wall" 7032 @@ -10245,12 +103 14,12 @@7499 @@ -10245,12 +10326,12 @@ 7033 7500 wd981 7034 7501 do 7035 7502 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -$cf_opt" 7036 7503 - if { (eval echo "$as_me:10248: \"$ac_compile\"") >&5 7037 + if { (eval echo "$as_me:103 17: \"$ac_compile\"") >&57504 + if { (eval echo "$as_me:10329: \"$ac_compile\"") >&5 7038 7505 (eval $ac_compile) 2>&5 7039 7506 ac_status=$? 7040 7507 - echo "$as_me:10251: \$? = $ac_status" >&5 7041 + echo "$as_me:103 20: \$? = $ac_status" >&57508 + echo "$as_me:10332: \$? = $ac_status" >&5 7042 7509 (exit $ac_status); }; then 7043 7510 - test -n "$verbose" && echo "$as_me:10253: result: ... -$cf_opt" >&5 7044 + test -n "$verbose" && echo "$as_me:103 22: result: ... -$cf_opt" >&57511 + test -n "$verbose" && echo "$as_me:10334: result: ... -$cf_opt" >&5 7045 7512 echo "${ECHO_T}... -$cf_opt" >&6 7046 7513 EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" 7047 7514 fi 7048 @@ -10259,7 +103 28,7 @@7515 @@ -10259,7 +10340,7 @@ 7049 7516 7050 7517 elif test "$GXX" = yes 7051 7518 then 7052 7519 - { echo "$as_me:10262: checking for $CXX warning options..." >&5 7053 + { echo "$as_me:103 31: checking for $CXX warning options..." >&57520 + { echo "$as_me:10343: checking for $CXX warning options..." >&5 7054 7521 echo "$as_me: checking for $CXX warning options..." >&6;} 7055 7522 cf_save_CXXFLAGS="$CXXFLAGS" 7056 7523 EXTRA_CXXFLAGS="-W -Wall" 7057 @@ -10288,16 +103 57,16 @@7524 @@ -10288,16 +10369,16 @@ 7058 7525 Wundef $cf_gxx_extra_warnings Wno-unused 7059 7526 do 7060 7527 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -Werror -$cf_opt" 7061 7528 - if { (eval echo "$as_me:10291: \"$ac_compile\"") >&5 7062 + if { (eval echo "$as_me:103 60: \"$ac_compile\"") >&57529 + if { (eval echo "$as_me:10372: \"$ac_compile\"") >&5 7063 7530 (eval $ac_compile) 2>&5 7064 7531 ac_status=$? 7065 7532 - echo "$as_me:10294: \$? = $ac_status" >&5 7066 + echo "$as_me:103 63: \$? = $ac_status" >&57533 + echo "$as_me:10375: \$? = $ac_status" >&5 7067 7534 (exit $ac_status); }; then 7068 7535 - test -n "$verbose" && echo "$as_me:10296: result: ... -$cf_opt" >&5 7069 + test -n "$verbose" && echo "$as_me:103 65: result: ... -$cf_opt" >&57536 + test -n "$verbose" && echo "$as_me:10377: result: ... -$cf_opt" >&5 7070 7537 echo "${ECHO_T}... -$cf_opt" >&6 7071 7538 EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" 7072 7539 else 7073 7540 - test -n "$verbose" && echo "$as_me:10300: result: ... no -$cf_opt" >&5 7074 + test -n "$verbose" && echo "$as_me:103 69: result: ... no -$cf_opt" >&57541 + test -n "$verbose" && echo "$as_me:10381: result: ... no -$cf_opt" >&5 7075 7542 echo "${ECHO_T}... no -$cf_opt" >&6 7076 7543 fi 7077 7544 done 7078 @@ -10333,10 +104 02,10 @@7545 @@ -10333,10 +10414,10 @@ 7079 7546 EOF 7080 7547 if test "$GCC" = yes 7081 7548 then 7082 7549 - { echo "$as_me:10336: checking for $CC __attribute__ directives..." >&5 7083 + { echo "$as_me:104 05: checking for $CC __attribute__ directives..." >&57550 + { echo "$as_me:10417: checking for $CC __attribute__ directives..." >&5 7084 7551 echo "$as_me: checking for $CC __attribute__ directives..." >&6;} 7085 7552 cat > conftest.$ac_ext <<EOF 7086 7553 -#line 10339 "${as_me-configure}" 7087 +#line 104 08"${as_me-configure}"7554 +#line 10420 "${as_me-configure}" 7088 7555 #include "confdefs.h" 7089 7556 #include "conftest.h" 7090 7557 #include "conftest.i" 7091 @@ -10374,12 +104 43,12 @@7558 @@ -10374,12 +10455,12 @@ 7092 7559 EOF 7093 7560 ;; 7094 7561 esac 7095 7562 - if { (eval echo "$as_me:10377: \"$ac_compile\"") >&5 7096 + if { (eval echo "$as_me:104 46: \"$ac_compile\"") >&57563 + if { (eval echo "$as_me:10458: \"$ac_compile\"") >&5 7097 7564 (eval $ac_compile) 2>&5 7098 7565 ac_status=$? 7099 7566 - echo "$as_me:10380: \$? = $ac_status" >&5 7100 + echo "$as_me:104 49: \$? = $ac_status" >&57567 + echo "$as_me:10461: \$? = $ac_status" >&5 7101 7568 (exit $ac_status); }; then 7102 7569 - test -n "$verbose" && echo "$as_me:10382: result: ... $cf_attribute" >&5 7103 + test -n "$verbose" && echo "$as_me:104 51: result: ... $cf_attribute" >&57570 + test -n "$verbose" && echo "$as_me:10463: result: ... $cf_attribute" >&5 7104 7571 echo "${ECHO_T}... $cf_attribute" >&6 7105 7572 cat conftest.h >>confdefs.h 7106 7573 fi 7107 @@ -10391,7 +104 60,7 @@7574 @@ -10391,7 +10472,7 @@ 7108 7575 fi 7109 7576 7110 7577 ### use option --enable-assertions to turn on generation of assertion code 7111 7578 -echo "$as_me:10394: checking if you want to enable runtime assertions" >&5 7112 +echo "$as_me:104 63: checking if you want to enable runtime assertions" >&57579 +echo "$as_me:10475: checking if you want to enable runtime assertions" >&5 7113 7580 echo $ECHO_N "checking if you want to enable runtime assertions... $ECHO_C" >&6 7114 7581 7115 7582 # Check whether --enable-assertions or --disable-assertions was given. 7116 @@ -10401,7 +104 70,7 @@7583 @@ -10401,7 +10482,7 @@ 7117 7584 else 7118 7585 with_assertions=no 7119 7586 fi; 7120 7587 -echo "$as_me:10404: result: $with_assertions" >&5 7121 +echo "$as_me:104 73: result: $with_assertions" >&57588 +echo "$as_me:10485: result: $with_assertions" >&5 7122 7589 echo "${ECHO_T}$with_assertions" >&6 7123 7590 if test -n "$GCC" 7124 7591 then 7125 @@ -10419,7 +10 488,7 @@7592 @@ -10419,7 +10500,7 @@ 7126 7593 7127 7594 ### use option --disable-leaks to suppress "permanent" leaks, for testing 7128 7595 7129 7596 -echo "$as_me:10422: checking if you want to use dmalloc for testing" >&5 7130 +echo "$as_me:10 491: checking if you want to use dmalloc for testing" >&57597 +echo "$as_me:10503: checking if you want to use dmalloc for testing" >&5 7131 7598 echo $ECHO_N "checking if you want to use dmalloc for testing... $ECHO_C" >&6 7132 7599 7133 7600 # Check whether --with-dmalloc or --without-dmalloc was given. 7134 @@ -10435,7 +105 04,7 @@7601 @@ -10435,7 +10516,7 @@ 7135 7602 else 7136 7603 with_dmalloc= 7137 7604 fi; 7138 7605 -echo "$as_me:10438: result: ${with_dmalloc:-no}" >&5 7139 +echo "$as_me:105 07: result: ${with_dmalloc:-no}" >&57606 +echo "$as_me:10519: result: ${with_dmalloc:-no}" >&5 7140 7607 echo "${ECHO_T}${with_dmalloc:-no}" >&6 7141 7608 7142 7609 case .$with_cflags in #(vi 7143 @@ -10519,23 +10 588,23 @@7610 @@ -10519,23 +10600,23 @@ 7144 7611 esac 7145 7612 7146 7613 if test "$with_dmalloc" = yes ; then 7147 7614 - echo "$as_me:10522: checking for dmalloc.h" >&5 7148 + echo "$as_me:10 591: checking for dmalloc.h" >&57615 + echo "$as_me:10603: checking for dmalloc.h" >&5 7149 7616 echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6 7150 7617 if test "${ac_cv_header_dmalloc_h+set}" = set; then … … 7153 7620 cat >conftest.$ac_ext <<_ACEOF 7154 7621 -#line 10528 "configure" 7155 +#line 10 597"configure"7622 +#line 10609 "configure" 7156 7623 #include "confdefs.h" 7157 7624 #include <dmalloc.h> 7158 7625 _ACEOF 7159 7626 -if { (eval echo "$as_me:10532: \"$ac_cpp conftest.$ac_ext\"") >&5 7160 +if { (eval echo "$as_me:106 01: \"$ac_cpp conftest.$ac_ext\"") >&57627 +if { (eval echo "$as_me:10613: \"$ac_cpp conftest.$ac_ext\"") >&5 7161 7628 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7162 7629 ac_status=$? … … 7165 7632 cat conftest.err >&5 7166 7633 - echo "$as_me:10538: \$? = $ac_status" >&5 7167 + echo "$as_me:106 07: \$? = $ac_status" >&57634 + echo "$as_me:10619: \$? = $ac_status" >&5 7168 7635 (exit $ac_status); } >/dev/null; then 7169 7636 if test -s conftest.err; then 7170 7637 ac_cpp_err=$ac_c_preproc_warn_flag 7171 @@ -10554,11 +106 23,11 @@7638 @@ -10554,11 +10635,11 @@ 7172 7639 fi 7173 7640 rm -f conftest.err conftest.$ac_ext 7174 7641 fi 7175 7642 -echo "$as_me:10557: result: $ac_cv_header_dmalloc_h" >&5 7176 +echo "$as_me:106 26: result: $ac_cv_header_dmalloc_h" >&57643 +echo "$as_me:10638: result: $ac_cv_header_dmalloc_h" >&5 7177 7644 echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6 7178 7645 if test $ac_cv_header_dmalloc_h = yes; then 7179 7646 7180 7647 -echo "$as_me:10561: checking for dmalloc_debug in -ldmalloc" >&5 7181 +echo "$as_me:106 30: checking for dmalloc_debug in -ldmalloc" >&57648 +echo "$as_me:10642: checking for dmalloc_debug in -ldmalloc" >&5 7182 7649 echo $ECHO_N "checking for dmalloc_debug in -ldmalloc... $ECHO_C" >&6 7183 7650 if test "${ac_cv_lib_dmalloc_dmalloc_debug+set}" = set; then 7184 7651 echo $ECHO_N "(cached) $ECHO_C" >&6 7185 @@ -10566,7 +106 35,7 @@7652 @@ -10566,7 +10647,7 @@ 7186 7653 ac_check_lib_save_LIBS=$LIBS 7187 7654 LIBS="-ldmalloc $LIBS" 7188 7655 cat >conftest.$ac_ext <<_ACEOF 7189 7656 -#line 10569 "configure" 7190 +#line 106 38"configure"7657 +#line 10650 "configure" 7191 7658 #include "confdefs.h" 7192 7659 7193 7660 /* Override any gcc2 internal prototype to avoid an error. */ 7194 @@ -10585,16 +106 54,16 @@7661 @@ -10585,16 +10666,16 @@ 7195 7662 } 7196 7663 _ACEOF 7197 7664 rm -f conftest.$ac_objext conftest$ac_exeext 7198 7665 -if { (eval echo "$as_me:10588: \"$ac_link\"") >&5 7199 +if { (eval echo "$as_me:106 57: \"$ac_link\"") >&57666 +if { (eval echo "$as_me:10669: \"$ac_link\"") >&5 7200 7667 (eval $ac_link) 2>&5 7201 7668 ac_status=$? 7202 7669 - echo "$as_me:10591: \$? = $ac_status" >&5 7203 + echo "$as_me:106 60: \$? = $ac_status" >&57670 + echo "$as_me:10672: \$? = $ac_status" >&5 7204 7671 (exit $ac_status); } && 7205 7672 { ac_try='test -s conftest$ac_exeext' 7206 7673 - { (eval echo "$as_me:10594: \"$ac_try\"") >&5 7207 + { (eval echo "$as_me:106 63: \"$ac_try\"") >&57674 + { (eval echo "$as_me:10675: \"$ac_try\"") >&5 7208 7675 (eval $ac_try) 2>&5 7209 7676 ac_status=$? 7210 7677 - echo "$as_me:10597: \$? = $ac_status" >&5 7211 + echo "$as_me:106 66: \$? = $ac_status" >&57678 + echo "$as_me:10678: \$? = $ac_status" >&5 7212 7679 (exit $ac_status); }; }; then 7213 7680 ac_cv_lib_dmalloc_dmalloc_debug=yes 7214 7681 else 7215 @@ -10605,7 +106 74,7 @@7682 @@ -10605,7 +10686,7 @@ 7216 7683 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7217 7684 LIBS=$ac_check_lib_save_LIBS 7218 7685 fi 7219 7686 -echo "$as_me:10608: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 7220 +echo "$as_me:106 77: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&57687 +echo "$as_me:10689: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 7221 7688 echo "${ECHO_T}$ac_cv_lib_dmalloc_dmalloc_debug" >&6 7222 7689 if test $ac_cv_lib_dmalloc_dmalloc_debug = yes; then 7223 7690 cat >>confdefs.h <<EOF 7224 @@ -10620,7 +10 689,7 @@7691 @@ -10620,7 +10701,7 @@ 7225 7692 7226 7693 fi 7227 7694 7228 7695 -echo "$as_me:10623: checking if you want to use dbmalloc for testing" >&5 7229 +echo "$as_me:10 692: checking if you want to use dbmalloc for testing" >&57696 +echo "$as_me:10704: checking if you want to use dbmalloc for testing" >&5 7230 7697 echo $ECHO_N "checking if you want to use dbmalloc for testing... $ECHO_C" >&6 7231 7698 7232 7699 # Check whether --with-dbmalloc or --without-dbmalloc was given. 7233 @@ -10636,7 +107 05,7 @@7700 @@ -10636,7 +10717,7 @@ 7234 7701 else 7235 7702 with_dbmalloc= 7236 7703 fi; 7237 7704 -echo "$as_me:10639: result: ${with_dbmalloc:-no}" >&5 7238 +echo "$as_me:107 08: result: ${with_dbmalloc:-no}" >&57705 +echo "$as_me:10720: result: ${with_dbmalloc:-no}" >&5 7239 7706 echo "${ECHO_T}${with_dbmalloc:-no}" >&6 7240 7707 7241 7708 case .$with_cflags in #(vi 7242 @@ -10720,23 +10 789,23 @@7709 @@ -10720,23 +10801,23 @@ 7243 7710 esac 7244 7711 7245 7712 if test "$with_dbmalloc" = yes ; then 7246 7713 - echo "$as_me:10723: checking for dbmalloc.h" >&5 7247 + echo "$as_me:10 792: checking for dbmalloc.h" >&57714 + echo "$as_me:10804: checking for dbmalloc.h" >&5 7248 7715 echo $ECHO_N "checking for dbmalloc.h... $ECHO_C" >&6 7249 7716 if test "${ac_cv_header_dbmalloc_h+set}" = set; then … … 7252 7719 cat >conftest.$ac_ext <<_ACEOF 7253 7720 -#line 10729 "configure" 7254 +#line 10 798"configure"7721 +#line 10810 "configure" 7255 7722 #include "confdefs.h" 7256 7723 #include <dbmalloc.h> 7257 7724 _ACEOF 7258 7725 -if { (eval echo "$as_me:10733: \"$ac_cpp conftest.$ac_ext\"") >&5 7259 +if { (eval echo "$as_me:108 02: \"$ac_cpp conftest.$ac_ext\"") >&57726 +if { (eval echo "$as_me:10814: \"$ac_cpp conftest.$ac_ext\"") >&5 7260 7727 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7261 7728 ac_status=$? … … 7264 7731 cat conftest.err >&5 7265 7732 - echo "$as_me:10739: \$? = $ac_status" >&5 7266 + echo "$as_me:108 08: \$? = $ac_status" >&57733 + echo "$as_me:10820: \$? = $ac_status" >&5 7267 7734 (exit $ac_status); } >/dev/null; then 7268 7735 if test -s conftest.err; then 7269 7736 ac_cpp_err=$ac_c_preproc_warn_flag 7270 @@ -10755,11 +108 24,11 @@7737 @@ -10755,11 +10836,11 @@ 7271 7738 fi 7272 7739 rm -f conftest.err conftest.$ac_ext 7273 7740 fi 7274 7741 -echo "$as_me:10758: result: $ac_cv_header_dbmalloc_h" >&5 7275 +echo "$as_me:108 27: result: $ac_cv_header_dbmalloc_h" >&57742 +echo "$as_me:10839: result: $ac_cv_header_dbmalloc_h" >&5 7276 7743 echo "${ECHO_T}$ac_cv_header_dbmalloc_h" >&6 7277 7744 if test $ac_cv_header_dbmalloc_h = yes; then 7278 7745 7279 7746 -echo "$as_me:10762: checking for debug_malloc in -ldbmalloc" >&5 7280 +echo "$as_me:108 31: checking for debug_malloc in -ldbmalloc" >&57747 +echo "$as_me:10843: checking for debug_malloc in -ldbmalloc" >&5 7281 7748 echo $ECHO_N "checking for debug_malloc in -ldbmalloc... $ECHO_C" >&6 7282 7749 if test "${ac_cv_lib_dbmalloc_debug_malloc+set}" = set; then 7283 7750 echo $ECHO_N "(cached) $ECHO_C" >&6 7284 @@ -10767,7 +108 36,7 @@7751 @@ -10767,7 +10848,7 @@ 7285 7752 ac_check_lib_save_LIBS=$LIBS 7286 7753 LIBS="-ldbmalloc $LIBS" 7287 7754 cat >conftest.$ac_ext <<_ACEOF 7288 7755 -#line 10770 "configure" 7289 +#line 108 39"configure"7756 +#line 10851 "configure" 7290 7757 #include "confdefs.h" 7291 7758 7292 7759 /* Override any gcc2 internal prototype to avoid an error. */ 7293 @@ -10786,16 +108 55,16 @@7760 @@ -10786,16 +10867,16 @@ 7294 7761 } 7295 7762 _ACEOF 7296 7763 rm -f conftest.$ac_objext conftest$ac_exeext 7297 7764 -if { (eval echo "$as_me:10789: \"$ac_link\"") >&5 7298 +if { (eval echo "$as_me:108 58: \"$ac_link\"") >&57765 +if { (eval echo "$as_me:10870: \"$ac_link\"") >&5 7299 7766 (eval $ac_link) 2>&5 7300 7767 ac_status=$? 7301 7768 - echo "$as_me:10792: \$? = $ac_status" >&5 7302 + echo "$as_me:108 61: \$? = $ac_status" >&57769 + echo "$as_me:10873: \$? = $ac_status" >&5 7303 7770 (exit $ac_status); } && 7304 7771 { ac_try='test -s conftest$ac_exeext' 7305 7772 - { (eval echo "$as_me:10795: \"$ac_try\"") >&5 7306 + { (eval echo "$as_me:108 64: \"$ac_try\"") >&57773 + { (eval echo "$as_me:10876: \"$ac_try\"") >&5 7307 7774 (eval $ac_try) 2>&5 7308 7775 ac_status=$? 7309 7776 - echo "$as_me:10798: \$? = $ac_status" >&5 7310 + echo "$as_me:108 67: \$? = $ac_status" >&57777 + echo "$as_me:10879: \$? = $ac_status" >&5 7311 7778 (exit $ac_status); }; }; then 7312 7779 ac_cv_lib_dbmalloc_debug_malloc=yes 7313 7780 else 7314 @@ -10806,7 +108 75,7 @@7781 @@ -10806,7 +10887,7 @@ 7315 7782 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7316 7783 LIBS=$ac_check_lib_save_LIBS 7317 7784 fi 7318 7785 -echo "$as_me:10809: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 7319 +echo "$as_me:108 78: result: $ac_cv_lib_dbmalloc_debug_malloc" >&57786 +echo "$as_me:10890: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 7320 7787 echo "${ECHO_T}$ac_cv_lib_dbmalloc_debug_malloc" >&6 7321 7788 if test $ac_cv_lib_dbmalloc_debug_malloc = yes; then 7322 7789 cat >>confdefs.h <<EOF 7323 @@ -10821,7 +10 890,7 @@7790 @@ -10821,7 +10902,7 @@ 7324 7791 7325 7792 fi 7326 7793 7327 7794 -echo "$as_me:10824: checking if you want to use valgrind for testing" >&5 7328 +echo "$as_me:10 893: checking if you want to use valgrind for testing" >&57795 +echo "$as_me:10905: checking if you want to use valgrind for testing" >&5 7329 7796 echo $ECHO_N "checking if you want to use valgrind for testing... $ECHO_C" >&6 7330 7797 7331 7798 # Check whether --with-valgrind or --without-valgrind was given. 7332 @@ -10837,7 +109 06,7 @@7799 @@ -10837,7 +10918,7 @@ 7333 7800 else 7334 7801 with_valgrind= 7335 7802 fi; 7336 7803 -echo "$as_me:10840: result: ${with_valgrind:-no}" >&5 7337 +echo "$as_me:109 09: result: ${with_valgrind:-no}" >&57804 +echo "$as_me:10921: result: ${with_valgrind:-no}" >&5 7338 7805 echo "${ECHO_T}${with_valgrind:-no}" >&6 7339 7806 7340 7807 case .$with_cflags in #(vi 7341 @@ -10920,7 +1 0989,7 @@7808 @@ -10920,7 +11001,7 @@ 7342 7809 ;; 7343 7810 esac 7344 7811 7345 7812 -echo "$as_me:10923: checking if you want to perform memory-leak testing" >&5 7346 +echo "$as_me:1 0992: checking if you want to perform memory-leak testing" >&57813 +echo "$as_me:11004: checking if you want to perform memory-leak testing" >&5 7347 7814 echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6 7348 7815 7349 7816 # Check whether --enable-leaks or --disable-leaks was given. 7350 @@ -10930,7 +1 0999,7 @@7817 @@ -10930,7 +11011,7 @@ 7351 7818 else 7352 7819 : ${with_no_leaks:=no} 7353 7820 fi; 7354 7821 -echo "$as_me:10933: result: $with_no_leaks" >&5 7355 +echo "$as_me:110 02: result: $with_no_leaks" >&57822 +echo "$as_me:11014: result: $with_no_leaks" >&5 7356 7823 echo "${ECHO_T}$with_no_leaks" >&6 7357 7824 7358 7825 if test "$with_no_leaks" = yes ; then 7359 @@ -10975,7 +110 44,7 @@7826 @@ -10975,7 +11056,7 @@ 7360 7827 ;; 7361 7828 esac 7362 7829 7363 7830 -echo "$as_me:10978: checking whether to add trace feature to all models" >&5 7364 +echo "$as_me:110 47: checking whether to add trace feature to all models" >&57831 +echo "$as_me:11059: checking whether to add trace feature to all models" >&5 7365 7832 echo $ECHO_N "checking whether to add trace feature to all models... $ECHO_C" >&6 7366 7833 7367 7834 # Check whether --with-trace or --without-trace was given. 7368 @@ -10985,7 +110 54,7 @@7835 @@ -10985,7 +11066,7 @@ 7369 7836 else 7370 7837 cf_with_trace=$cf_all_traces 7371 7838 fi; 7372 7839 -echo "$as_me:10988: result: $cf_with_trace" >&5 7373 +echo "$as_me:110 57: result: $cf_with_trace" >&57840 +echo "$as_me:11069: result: $cf_with_trace" >&5 7374 7841 echo "${ECHO_T}$cf_with_trace" >&6 7375 7842 7376 7843 if test "$cf_with_trace" = yes ; then 7377 @@ -11066,13 +111 35,13 @@7844 @@ -11066,13 +11147,13 @@ 7378 7845 fi 7379 7846 7380 7847 ### Checks for libraries. 7381 7848 -echo "$as_me:11069: checking for gettimeofday" >&5 7382 +echo "$as_me:111 38: checking for gettimeofday" >&57849 +echo "$as_me:11150: checking for gettimeofday" >&5 7383 7850 echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6 7384 7851 if test "${ac_cv_func_gettimeofday+set}" = set; then … … 7387 7854 cat >conftest.$ac_ext <<_ACEOF 7388 7855 -#line 11075 "configure" 7389 +#line 111 44"configure"7856 +#line 11156 "configure" 7390 7857 #include "confdefs.h" 7391 7858 /* System header to define __stub macros and hopefully few prototypes, 7392 7859 which can conflict with char gettimeofday (); below. */ 7393 @@ -11103,16 +111 72,16 @@7860 @@ -11103,16 +11184,16 @@ 7394 7861 } 7395 7862 _ACEOF 7396 7863 rm -f conftest.$ac_objext conftest$ac_exeext 7397 7864 -if { (eval echo "$as_me:11106: \"$ac_link\"") >&5 7398 +if { (eval echo "$as_me:111 75: \"$ac_link\"") >&57865 +if { (eval echo "$as_me:11187: \"$ac_link\"") >&5 7399 7866 (eval $ac_link) 2>&5 7400 7867 ac_status=$? 7401 7868 - echo "$as_me:11109: \$? = $ac_status" >&5 7402 + echo "$as_me:111 78: \$? = $ac_status" >&57869 + echo "$as_me:11190: \$? = $ac_status" >&5 7403 7870 (exit $ac_status); } && 7404 7871 { ac_try='test -s conftest$ac_exeext' 7405 7872 - { (eval echo "$as_me:11112: \"$ac_try\"") >&5 7406 + { (eval echo "$as_me:111 81: \"$ac_try\"") >&57873 + { (eval echo "$as_me:11193: \"$ac_try\"") >&5 7407 7874 (eval $ac_try) 2>&5 7408 7875 ac_status=$? 7409 7876 - echo "$as_me:11115: \$? = $ac_status" >&5 7410 + echo "$as_me:111 84: \$? = $ac_status" >&57877 + echo "$as_me:11196: \$? = $ac_status" >&5 7411 7878 (exit $ac_status); }; }; then 7412 7879 ac_cv_func_gettimeofday=yes 7413 7880 else 7414 @@ -11122,7 +11 191,7 @@7881 @@ -11122,7 +11203,7 @@ 7415 7882 fi 7416 7883 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7417 7884 fi 7418 7885 -echo "$as_me:11125: result: $ac_cv_func_gettimeofday" >&5 7419 +echo "$as_me:11 194: result: $ac_cv_func_gettimeofday" >&57886 +echo "$as_me:11206: result: $ac_cv_func_gettimeofday" >&5 7420 7887 echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6 7421 7888 if test $ac_cv_func_gettimeofday = yes; then 7422 7889 cat >>confdefs.h <<\EOF 7423 @@ -11131,7 +112 00,7 @@7890 @@ -11131,7 +11212,7 @@ 7424 7891 7425 7892 else 7426 7893 7427 7894 -echo "$as_me:11134: checking for gettimeofday in -lbsd" >&5 7428 +echo "$as_me:112 03: checking for gettimeofday in -lbsd" >&57895 +echo "$as_me:11215: checking for gettimeofday in -lbsd" >&5 7429 7896 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6 7430 7897 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then 7431 7898 echo $ECHO_N "(cached) $ECHO_C" >&6 7432 @@ -11139,7 +112 08,7 @@7899 @@ -11139,7 +11220,7 @@ 7433 7900 ac_check_lib_save_LIBS=$LIBS 7434 7901 LIBS="-lbsd $LIBS" 7435 7902 cat >conftest.$ac_ext <<_ACEOF 7436 7903 -#line 11142 "configure" 7437 +#line 112 11"configure"7904 +#line 11223 "configure" 7438 7905 #include "confdefs.h" 7439 7906 7440 7907 /* Override any gcc2 internal prototype to avoid an error. */ 7441 @@ -11158,16 +112 27,16 @@7908 @@ -11158,16 +11239,16 @@ 7442 7909 } 7443 7910 _ACEOF 7444 7911 rm -f conftest.$ac_objext conftest$ac_exeext 7445 7912 -if { (eval echo "$as_me:11161: \"$ac_link\"") >&5 7446 +if { (eval echo "$as_me:112 30: \"$ac_link\"") >&57913 +if { (eval echo "$as_me:11242: \"$ac_link\"") >&5 7447 7914 (eval $ac_link) 2>&5 7448 7915 ac_status=$? 7449 7916 - echo "$as_me:11164: \$? = $ac_status" >&5 7450 + echo "$as_me:112 33: \$? = $ac_status" >&57917 + echo "$as_me:11245: \$? = $ac_status" >&5 7451 7918 (exit $ac_status); } && 7452 7919 { ac_try='test -s conftest$ac_exeext' 7453 7920 - { (eval echo "$as_me:11167: \"$ac_try\"") >&5 7454 + { (eval echo "$as_me:112 36: \"$ac_try\"") >&57921 + { (eval echo "$as_me:11248: \"$ac_try\"") >&5 7455 7922 (eval $ac_try) 2>&5 7456 7923 ac_status=$? 7457 7924 - echo "$as_me:11170: \$? = $ac_status" >&5 7458 + echo "$as_me:112 39: \$? = $ac_status" >&57925 + echo "$as_me:11251: \$? = $ac_status" >&5 7459 7926 (exit $ac_status); }; }; then 7460 7927 ac_cv_lib_bsd_gettimeofday=yes 7461 7928 else 7462 @@ -11178,7 +112 47,7 @@7929 @@ -11178,7 +11259,7 @@ 7463 7930 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7464 7931 LIBS=$ac_check_lib_save_LIBS 7465 7932 fi 7466 7933 -echo "$as_me:11181: result: $ac_cv_lib_bsd_gettimeofday" >&5 7467 +echo "$as_me:112 50: result: $ac_cv_lib_bsd_gettimeofday" >&57934 +echo "$as_me:11262: result: $ac_cv_lib_bsd_gettimeofday" >&5 7468 7935 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6 7469 7936 if test $ac_cv_lib_bsd_gettimeofday = yes; then 7470 7937 cat >>confdefs.h <<\EOF 7471 @@ -11190,14 +112 59,14 @@7938 @@ -11190,14 +11271,14 @@ 7472 7939 7473 7940 fi 7474 7941 7475 7942 -echo "$as_me:11193: checking if -lm needed for math functions" >&5 7476 +echo "$as_me:112 62: checking if -lm needed for math functions" >&57943 +echo "$as_me:11274: checking if -lm needed for math functions" >&5 7477 7944 echo $ECHO_N "checking if -lm needed for math functions... $ECHO_C" >&6 7478 7945 if test "${cf_cv_need_libm+set}" = set; then … … 7482 7949 cat >conftest.$ac_ext <<_ACEOF 7483 7950 -#line 11200 "configure" 7484 +#line 112 69"configure"7951 +#line 11281 "configure" 7485 7952 #include "confdefs.h" 7486 7953 7487 7954 #include <stdio.h> 7488 @@ -11212,16 +112 81,16 @@7955 @@ -11212,16 +11293,16 @@ 7489 7956 } 7490 7957 _ACEOF 7491 7958 rm -f conftest.$ac_objext conftest$ac_exeext 7492 7959 -if { (eval echo "$as_me:11215: \"$ac_link\"") >&5 7493 +if { (eval echo "$as_me:112 84: \"$ac_link\"") >&57960 +if { (eval echo "$as_me:11296: \"$ac_link\"") >&5 7494 7961 (eval $ac_link) 2>&5 7495 7962 ac_status=$? 7496 7963 - echo "$as_me:11218: \$? = $ac_status" >&5 7497 + echo "$as_me:112 87: \$? = $ac_status" >&57964 + echo "$as_me:11299: \$? = $ac_status" >&5 7498 7965 (exit $ac_status); } && 7499 7966 { ac_try='test -s conftest$ac_exeext' 7500 7967 - { (eval echo "$as_me:11221: \"$ac_try\"") >&5 7501 + { (eval echo "$as_me:11 290: \"$ac_try\"") >&57968 + { (eval echo "$as_me:11302: \"$ac_try\"") >&5 7502 7969 (eval $ac_try) 2>&5 7503 7970 ac_status=$? 7504 7971 - echo "$as_me:11224: \$? = $ac_status" >&5 7505 + echo "$as_me:11 293: \$? = $ac_status" >&57972 + echo "$as_me:11305: \$? = $ac_status" >&5 7506 7973 (exit $ac_status); }; }; then 7507 7974 cf_cv_need_libm=no 7508 7975 else 7509 @@ -11231,7 +113 00,7 @@7976 @@ -11231,7 +11312,7 @@ 7510 7977 fi 7511 7978 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7512 7979 fi 7513 7980 -echo "$as_me:11234: result: $cf_cv_need_libm" >&5 7514 +echo "$as_me:113 03: result: $cf_cv_need_libm" >&57981 +echo "$as_me:11315: result: $cf_cv_need_libm" >&5 7515 7982 echo "${ECHO_T}$cf_cv_need_libm" >&6 7516 7983 if test "$cf_cv_need_libm" = yes 7517 7984 then 7518 @@ -11239,13 +113 08,13 @@7985 @@ -11239,13 +11320,13 @@ 7519 7986 fi 7520 7987 7521 7988 ### Checks for header files. 7522 7989 -echo "$as_me:11242: checking for ANSI C header files" >&5 7523 +echo "$as_me:113 11: checking for ANSI C header files" >&57990 +echo "$as_me:11323: checking for ANSI C header files" >&5 7524 7991 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 7525 7992 if test "${ac_cv_header_stdc+set}" = set; then … … 7528 7995 cat >conftest.$ac_ext <<_ACEOF 7529 7996 -#line 11248 "configure" 7530 +#line 113 17"configure"7997 +#line 11329 "configure" 7531 7998 #include "confdefs.h" 7532 7999 #include <stdlib.h> 7533 8000 #include <stdarg.h> 7534 @@ -11253,13 +113 22,13 @@8001 @@ -11253,13 +11334,13 @@ 7535 8002 #include <float.h> 7536 8003 7537 8004 _ACEOF 7538 8005 -if { (eval echo "$as_me:11256: \"$ac_cpp conftest.$ac_ext\"") >&5 7539 +if { (eval echo "$as_me:113 25: \"$ac_cpp conftest.$ac_ext\"") >&58006 +if { (eval echo "$as_me:11337: \"$ac_cpp conftest.$ac_ext\"") >&5 7540 8007 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7541 8008 ac_status=$? … … 7544 8011 cat conftest.err >&5 7545 8012 - echo "$as_me:11262: \$? = $ac_status" >&5 7546 + echo "$as_me:113 31: \$? = $ac_status" >&58013 + echo "$as_me:11343: \$? = $ac_status" >&5 7547 8014 (exit $ac_status); } >/dev/null; then 7548 8015 if test -s conftest.err; then 7549 8016 ac_cpp_err=$ac_c_preproc_warn_flag 7550 @@ -11281,7 +113 50,7 @@8017 @@ -11281,7 +11362,7 @@ 7551 8018 if test $ac_cv_header_stdc = yes; then 7552 8019 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 7553 8020 cat >conftest.$ac_ext <<_ACEOF 7554 8021 -#line 11284 "configure" 7555 +#line 113 53"configure"8022 +#line 11365 "configure" 7556 8023 #include "confdefs.h" 7557 8024 #include <string.h> 7558 8025 7559 @@ -11299,7 +113 68,7 @@8026 @@ -11299,7 +11380,7 @@ 7560 8027 if test $ac_cv_header_stdc = yes; then 7561 8028 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 7562 8029 cat >conftest.$ac_ext <<_ACEOF 7563 8030 -#line 11302 "configure" 7564 +#line 113 71"configure"8031 +#line 11383 "configure" 7565 8032 #include "confdefs.h" 7566 8033 #include <stdlib.h> 7567 8034 7568 @@ -11320,7 +11 389,7 @@8035 @@ -11320,7 +11401,7 @@ 7569 8036 : 7570 8037 else 7571 8038 cat >conftest.$ac_ext <<_ACEOF 7572 8039 -#line 11323 "configure" 7573 +#line 11 392"configure"8040 +#line 11404 "configure" 7574 8041 #include "confdefs.h" 7575 8042 #include <ctype.h> 7576 8043 #if ((' ' & 0x0FF) == 0x020) 7577 @@ -11346,15 +114 15,15 @@8044 @@ -11346,15 +11427,15 @@ 7578 8045 } 7579 8046 _ACEOF 7580 8047 rm -f conftest$ac_exeext 7581 8048 -if { (eval echo "$as_me:11349: \"$ac_link\"") >&5 7582 +if { (eval echo "$as_me:114 18: \"$ac_link\"") >&58049 +if { (eval echo "$as_me:11430: \"$ac_link\"") >&5 7583 8050 (eval $ac_link) 2>&5 7584 8051 ac_status=$? 7585 8052 - echo "$as_me:11352: \$? = $ac_status" >&5 7586 + echo "$as_me:114 21: \$? = $ac_status" >&58053 + echo "$as_me:11433: \$? = $ac_status" >&5 7587 8054 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7588 8055 - { (eval echo "$as_me:11354: \"$ac_try\"") >&5 7589 + { (eval echo "$as_me:114 23: \"$ac_try\"") >&58056 + { (eval echo "$as_me:11435: \"$ac_try\"") >&5 7590 8057 (eval $ac_try) 2>&5 7591 8058 ac_status=$? 7592 8059 - echo "$as_me:11357: \$? = $ac_status" >&5 7593 + echo "$as_me:114 26: \$? = $ac_status" >&58060 + echo "$as_me:11438: \$? = $ac_status" >&5 7594 8061 (exit $ac_status); }; }; then 7595 8062 : 7596 8063 else 7597 @@ -11367,7 +114 36,7 @@8064 @@ -11367,7 +11448,7 @@ 7598 8065 fi 7599 8066 fi 7600 8067 fi 7601 8068 -echo "$as_me:11370: result: $ac_cv_header_stdc" >&5 7602 +echo "$as_me:114 39: result: $ac_cv_header_stdc" >&58069 +echo "$as_me:11451: result: $ac_cv_header_stdc" >&5 7603 8070 echo "${ECHO_T}$ac_cv_header_stdc" >&6 7604 8071 if test $ac_cv_header_stdc = yes; then 7605 8072 7606 @@ -11380,13 +114 49,13 @@8073 @@ -11380,13 +11461,13 @@ 7607 8074 ac_header_dirent=no 7608 8075 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do 7609 8076 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` 7610 8077 -echo "$as_me:11383: checking for $ac_hdr that defines DIR" >&5 7611 +echo "$as_me:114 52: checking for $ac_hdr that defines DIR" >&58078 +echo "$as_me:11464: checking for $ac_hdr that defines DIR" >&5 7612 8079 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 7613 8080 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 7616 8083 cat >conftest.$ac_ext <<_ACEOF 7617 8084 -#line 11389 "configure" 7618 +#line 114 58"configure"8085 +#line 11470 "configure" 7619 8086 #include "confdefs.h" 7620 8087 #include <sys/types.h> 7621 8088 #include <$ac_hdr> 7622 @@ -11401,16 +114 70,16 @@8089 @@ -11401,16 +11482,16 @@ 7623 8090 } 7624 8091 _ACEOF 7625 8092 rm -f conftest.$ac_objext 7626 8093 -if { (eval echo "$as_me:11404: \"$ac_compile\"") >&5 7627 +if { (eval echo "$as_me:114 73: \"$ac_compile\"") >&58094 +if { (eval echo "$as_me:11485: \"$ac_compile\"") >&5 7628 8095 (eval $ac_compile) 2>&5 7629 8096 ac_status=$? 7630 8097 - echo "$as_me:11407: \$? = $ac_status" >&5 7631 + echo "$as_me:114 76: \$? = $ac_status" >&58098 + echo "$as_me:11488: \$? = $ac_status" >&5 7632 8099 (exit $ac_status); } && 7633 8100 { ac_try='test -s conftest.$ac_objext' 7634 8101 - { (eval echo "$as_me:11410: \"$ac_try\"") >&5 7635 + { (eval echo "$as_me:114 79: \"$ac_try\"") >&58102 + { (eval echo "$as_me:11491: \"$ac_try\"") >&5 7636 8103 (eval $ac_try) 2>&5 7637 8104 ac_status=$? 7638 8105 - echo "$as_me:11413: \$? = $ac_status" >&5 7639 + echo "$as_me:114 82: \$? = $ac_status" >&58106 + echo "$as_me:11494: \$? = $ac_status" >&5 7640 8107 (exit $ac_status); }; }; then 7641 8108 eval "$as_ac_Header=yes" 7642 8109 else 7643 @@ -11420,7 +11 489,7 @@8110 @@ -11420,7 +11501,7 @@ 7644 8111 fi 7645 8112 rm -f conftest.$ac_objext conftest.$ac_ext 7646 8113 fi 7647 8114 -echo "$as_me:11423: result: `eval echo '${'$as_ac_Header'}'`" >&5 7648 +echo "$as_me:11 492: result: `eval echo '${'$as_ac_Header'}'`" >&58115 +echo "$as_me:11504: result: `eval echo '${'$as_ac_Header'}'`" >&5 7649 8116 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 7650 8117 if test `eval echo '${'$as_ac_Header'}'` = yes; then 7651 8118 cat >>confdefs.h <<EOF 7652 @@ -11433,7 +115 02,7 @@8119 @@ -11433,7 +11514,7 @@ 7653 8120 done 7654 8121 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. 7655 8122 if test $ac_header_dirent = dirent.h; then 7656 8123 - echo "$as_me:11436: checking for opendir in -ldir" >&5 7657 + echo "$as_me:115 05: checking for opendir in -ldir" >&58124 + echo "$as_me:11517: checking for opendir in -ldir" >&5 7658 8125 echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6 7659 8126 if test "${ac_cv_lib_dir_opendir+set}" = set; then 7660 8127 echo $ECHO_N "(cached) $ECHO_C" >&6 7661 @@ -11441,7 +115 10,7 @@8128 @@ -11441,7 +11522,7 @@ 7662 8129 ac_check_lib_save_LIBS=$LIBS 7663 8130 LIBS="-ldir $LIBS" 7664 8131 cat >conftest.$ac_ext <<_ACEOF 7665 8132 -#line 11444 "configure" 7666 +#line 115 13"configure"8133 +#line 11525 "configure" 7667 8134 #include "confdefs.h" 7668 8135 7669 8136 /* Override any gcc2 internal prototype to avoid an error. */ 7670 @@ -11460,16 +115 29,16 @@8137 @@ -11460,16 +11541,16 @@ 7671 8138 } 7672 8139 _ACEOF 7673 8140 rm -f conftest.$ac_objext conftest$ac_exeext 7674 8141 -if { (eval echo "$as_me:11463: \"$ac_link\"") >&5 7675 +if { (eval echo "$as_me:115 32: \"$ac_link\"") >&58142 +if { (eval echo "$as_me:11544: \"$ac_link\"") >&5 7676 8143 (eval $ac_link) 2>&5 7677 8144 ac_status=$? 7678 8145 - echo "$as_me:11466: \$? = $ac_status" >&5 7679 + echo "$as_me:115 35: \$? = $ac_status" >&58146 + echo "$as_me:11547: \$? = $ac_status" >&5 7680 8147 (exit $ac_status); } && 7681 8148 { ac_try='test -s conftest$ac_exeext' 7682 8149 - { (eval echo "$as_me:11469: \"$ac_try\"") >&5 7683 + { (eval echo "$as_me:115 38: \"$ac_try\"") >&58150 + { (eval echo "$as_me:11550: \"$ac_try\"") >&5 7684 8151 (eval $ac_try) 2>&5 7685 8152 ac_status=$? 7686 8153 - echo "$as_me:11472: \$? = $ac_status" >&5 7687 + echo "$as_me:115 41: \$? = $ac_status" >&58154 + echo "$as_me:11553: \$? = $ac_status" >&5 7688 8155 (exit $ac_status); }; }; then 7689 8156 ac_cv_lib_dir_opendir=yes 7690 8157 else 7691 @@ -11480,14 +115 49,14 @@8158 @@ -11480,14 +11561,14 @@ 7692 8159 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7693 8160 LIBS=$ac_check_lib_save_LIBS 7694 8161 fi 7695 8162 -echo "$as_me:11483: result: $ac_cv_lib_dir_opendir" >&5 7696 +echo "$as_me:115 52: result: $ac_cv_lib_dir_opendir" >&58163 +echo "$as_me:11564: result: $ac_cv_lib_dir_opendir" >&5 7697 8164 echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6 7698 8165 if test $ac_cv_lib_dir_opendir = yes; then … … 7702 8169 else 7703 8170 - echo "$as_me:11490: checking for opendir in -lx" >&5 7704 + echo "$as_me:115 59: checking for opendir in -lx" >&58171 + echo "$as_me:11571: checking for opendir in -lx" >&5 7705 8172 echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6 7706 8173 if test "${ac_cv_lib_x_opendir+set}" = set; then 7707 8174 echo $ECHO_N "(cached) $ECHO_C" >&6 7708 @@ -11495,7 +115 64,7 @@8175 @@ -11495,7 +11576,7 @@ 7709 8176 ac_check_lib_save_LIBS=$LIBS 7710 8177 LIBS="-lx $LIBS" 7711 8178 cat >conftest.$ac_ext <<_ACEOF 7712 8179 -#line 11498 "configure" 7713 +#line 115 67"configure"8180 +#line 11579 "configure" 7714 8181 #include "confdefs.h" 7715 8182 7716 8183 /* Override any gcc2 internal prototype to avoid an error. */ 7717 @@ -11514,16 +115 83,16 @@8184 @@ -11514,16 +11595,16 @@ 7718 8185 } 7719 8186 _ACEOF 7720 8187 rm -f conftest.$ac_objext conftest$ac_exeext 7721 8188 -if { (eval echo "$as_me:11517: \"$ac_link\"") >&5 7722 +if { (eval echo "$as_me:115 86: \"$ac_link\"") >&58189 +if { (eval echo "$as_me:11598: \"$ac_link\"") >&5 7723 8190 (eval $ac_link) 2>&5 7724 8191 ac_status=$? 7725 8192 - echo "$as_me:11520: \$? = $ac_status" >&5 7726 + echo "$as_me:11 589: \$? = $ac_status" >&58193 + echo "$as_me:11601: \$? = $ac_status" >&5 7727 8194 (exit $ac_status); } && 7728 8195 { ac_try='test -s conftest$ac_exeext' 7729 8196 - { (eval echo "$as_me:11523: \"$ac_try\"") >&5 7730 + { (eval echo "$as_me:11 592: \"$ac_try\"") >&58197 + { (eval echo "$as_me:11604: \"$ac_try\"") >&5 7731 8198 (eval $ac_try) 2>&5 7732 8199 ac_status=$? 7733 8200 - echo "$as_me:11526: \$? = $ac_status" >&5 7734 + echo "$as_me:11 595: \$? = $ac_status" >&58201 + echo "$as_me:11607: \$? = $ac_status" >&5 7735 8202 (exit $ac_status); }; }; then 7736 8203 ac_cv_lib_x_opendir=yes 7737 8204 else 7738 @@ -11534,7 +116 03,7 @@8205 @@ -11534,7 +11615,7 @@ 7739 8206 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7740 8207 LIBS=$ac_check_lib_save_LIBS 7741 8208 fi 7742 8209 -echo "$as_me:11537: result: $ac_cv_lib_x_opendir" >&5 7743 +echo "$as_me:116 06: result: $ac_cv_lib_x_opendir" >&58210 +echo "$as_me:11618: result: $ac_cv_lib_x_opendir" >&5 7744 8211 echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6 7745 8212 if test $ac_cv_lib_x_opendir = yes; then 7746 8213 LIBS="$LIBS -lx" 7747 @@ -11542,13 +116 11,13 @@8214 @@ -11542,13 +11623,13 @@ 7748 8215 7749 8216 fi 7750 8217 7751 8218 -echo "$as_me:11545: checking whether time.h and sys/time.h may both be included" >&5 7752 +echo "$as_me:116 14: checking whether time.h and sys/time.h may both be included" >&58219 +echo "$as_me:11626: checking whether time.h and sys/time.h may both be included" >&5 7753 8220 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 7754 8221 if test "${ac_cv_header_time+set}" = set; then … … 7757 8224 cat >conftest.$ac_ext <<_ACEOF 7758 8225 -#line 11551 "configure" 7759 +#line 116 20"configure"8226 +#line 11632 "configure" 7760 8227 #include "confdefs.h" 7761 8228 #include <sys/types.h> 7762 8229 #include <sys/time.h> 7763 @@ -11564,16 +116 33,16 @@8230 @@ -11564,16 +11645,16 @@ 7764 8231 } 7765 8232 _ACEOF 7766 8233 rm -f conftest.$ac_objext 7767 8234 -if { (eval echo "$as_me:11567: \"$ac_compile\"") >&5 7768 +if { (eval echo "$as_me:116 36: \"$ac_compile\"") >&58235 +if { (eval echo "$as_me:11648: \"$ac_compile\"") >&5 7769 8236 (eval $ac_compile) 2>&5 7770 8237 ac_status=$? 7771 8238 - echo "$as_me:11570: \$? = $ac_status" >&5 7772 + echo "$as_me:116 39: \$? = $ac_status" >&58239 + echo "$as_me:11651: \$? = $ac_status" >&5 7773 8240 (exit $ac_status); } && 7774 8241 { ac_try='test -s conftest.$ac_objext' 7775 8242 - { (eval echo "$as_me:11573: \"$ac_try\"") >&5 7776 + { (eval echo "$as_me:116 42: \"$ac_try\"") >&58243 + { (eval echo "$as_me:11654: \"$ac_try\"") >&5 7777 8244 (eval $ac_try) 2>&5 7778 8245 ac_status=$? 7779 8246 - echo "$as_me:11576: \$? = $ac_status" >&5 7780 + echo "$as_me:116 45: \$? = $ac_status" >&58247 + echo "$as_me:11657: \$? = $ac_status" >&5 7781 8248 (exit $ac_status); }; }; then 7782 8249 ac_cv_header_time=yes 7783 8250 else 7784 @@ -11583,7 +116 52,7 @@8251 @@ -11583,7 +11664,7 @@ 7785 8252 fi 7786 8253 rm -f conftest.$ac_objext conftest.$ac_ext 7787 8254 fi 7788 8255 -echo "$as_me:11586: result: $ac_cv_header_time" >&5 7789 +echo "$as_me:116 55: result: $ac_cv_header_time" >&58256 +echo "$as_me:11667: result: $ac_cv_header_time" >&5 7790 8257 echo "${ECHO_T}$ac_cv_header_time" >&6 7791 8258