Changeset c5ae37b for patches/ncurses-5.7-branch_update-2.patch
- 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 if test $ac_cv_header_time = yes; then 7792 8259 7793 @@ -11593,14 +116 62,14 @@8260 @@ -11593,14 +11674,14 @@ 7794 8261 7795 8262 fi 7796 8263 7797 8264 -echo "$as_me:11596: checking for regular-expression headers" >&5 7798 +echo "$as_me:116 65: checking for regular-expression headers" >&58265 +echo "$as_me:11677: checking for regular-expression headers" >&5 7799 8266 echo $ECHO_N "checking for regular-expression headers... $ECHO_C" >&6 7800 8267 if test "${cf_cv_regex+set}" = set; then … … 7804 8271 cat >conftest.$ac_ext <<_ACEOF 7805 8272 -#line 11603 "configure" 7806 +#line 116 72"configure"8273 +#line 11684 "configure" 7807 8274 #include "confdefs.h" 7808 8275 #include <sys/types.h> 7809 8276 #include <regex.h> 7810 @@ -11618,16 +116 87,16 @@8277 @@ -11618,16 +11699,16 @@ 7811 8278 } 7812 8279 _ACEOF 7813 8280 rm -f conftest.$ac_objext conftest$ac_exeext 7814 8281 -if { (eval echo "$as_me:11621: \"$ac_link\"") >&5 7815 +if { (eval echo "$as_me:11 690: \"$ac_link\"") >&58282 +if { (eval echo "$as_me:11702: \"$ac_link\"") >&5 7816 8283 (eval $ac_link) 2>&5 7817 8284 ac_status=$? 7818 8285 - echo "$as_me:11624: \$? = $ac_status" >&5 7819 + echo "$as_me:11 693: \$? = $ac_status" >&58286 + echo "$as_me:11705: \$? = $ac_status" >&5 7820 8287 (exit $ac_status); } && 7821 8288 { ac_try='test -s conftest$ac_exeext' 7822 8289 - { (eval echo "$as_me:11627: \"$ac_try\"") >&5 7823 + { (eval echo "$as_me:11 696: \"$ac_try\"") >&58290 + { (eval echo "$as_me:11708: \"$ac_try\"") >&5 7824 8291 (eval $ac_try) 2>&5 7825 8292 ac_status=$? 7826 8293 - echo "$as_me:11630: \$? = $ac_status" >&5 7827 + echo "$as_me:11 699: \$? = $ac_status" >&58294 + echo "$as_me:11711: \$? = $ac_status" >&5 7828 8295 (exit $ac_status); }; }; then 7829 8296 cf_cv_regex="regex.h" 7830 8297 else 7831 @@ -11635,7 +117 04,7 @@8298 @@ -11635,7 +11716,7 @@ 7832 8299 cat conftest.$ac_ext >&5 7833 8300 7834 8301 cat >conftest.$ac_ext <<_ACEOF 7835 8302 -#line 11638 "configure" 7836 +#line 117 07"configure"8303 +#line 11719 "configure" 7837 8304 #include "confdefs.h" 7838 8305 #include <regexp.h> 7839 8306 int 7840 @@ -11650,16 +117 19,16 @@8307 @@ -11650,16 +11731,16 @@ 7841 8308 } 7842 8309 _ACEOF 7843 8310 rm -f conftest.$ac_objext conftest$ac_exeext 7844 8311 -if { (eval echo "$as_me:11653: \"$ac_link\"") >&5 7845 +if { (eval echo "$as_me:117 22: \"$ac_link\"") >&58312 +if { (eval echo "$as_me:11734: \"$ac_link\"") >&5 7846 8313 (eval $ac_link) 2>&5 7847 8314 ac_status=$? 7848 8315 - echo "$as_me:11656: \$? = $ac_status" >&5 7849 + echo "$as_me:117 25: \$? = $ac_status" >&58316 + echo "$as_me:11737: \$? = $ac_status" >&5 7850 8317 (exit $ac_status); } && 7851 8318 { ac_try='test -s conftest$ac_exeext' 7852 8319 - { (eval echo "$as_me:11659: \"$ac_try\"") >&5 7853 + { (eval echo "$as_me:117 28: \"$ac_try\"") >&58320 + { (eval echo "$as_me:11740: \"$ac_try\"") >&5 7854 8321 (eval $ac_try) 2>&5 7855 8322 ac_status=$? 7856 8323 - echo "$as_me:11662: \$? = $ac_status" >&5 7857 + echo "$as_me:117 31: \$? = $ac_status" >&58324 + echo "$as_me:11743: \$? = $ac_status" >&5 7858 8325 (exit $ac_status); }; }; then 7859 8326 cf_cv_regex="regexp.h" 7860 8327 else 7861 @@ -11669,7 +117 38,7 @@8328 @@ -11669,7 +11750,7 @@ 7862 8329 cf_save_LIBS="$LIBS" 7863 8330 LIBS="-lgen $LIBS" 7864 8331 cat >conftest.$ac_ext <<_ACEOF 7865 8332 -#line 11672 "configure" 7866 +#line 117 41"configure"8333 +#line 11753 "configure" 7867 8334 #include "confdefs.h" 7868 8335 #include <regexpr.h> 7869 8336 int 7870 @@ -11684,16 +117 53,16 @@8337 @@ -11684,16 +11765,16 @@ 7871 8338 } 7872 8339 _ACEOF 7873 8340 rm -f conftest.$ac_objext conftest$ac_exeext 7874 8341 -if { (eval echo "$as_me:11687: \"$ac_link\"") >&5 7875 +if { (eval echo "$as_me:117 56: \"$ac_link\"") >&58342 +if { (eval echo "$as_me:11768: \"$ac_link\"") >&5 7876 8343 (eval $ac_link) 2>&5 7877 8344 ac_status=$? 7878 8345 - echo "$as_me:11690: \$? = $ac_status" >&5 7879 + echo "$as_me:117 59: \$? = $ac_status" >&58346 + echo "$as_me:11771: \$? = $ac_status" >&5 7880 8347 (exit $ac_status); } && 7881 8348 { ac_try='test -s conftest$ac_exeext' 7882 8349 - { (eval echo "$as_me:11693: \"$ac_try\"") >&5 7883 + { (eval echo "$as_me:117 62: \"$ac_try\"") >&58350 + { (eval echo "$as_me:11774: \"$ac_try\"") >&5 7884 8351 (eval $ac_try) 2>&5 7885 8352 ac_status=$? 7886 8353 - echo "$as_me:11696: \$? = $ac_status" >&5 7887 + echo "$as_me:117 65: \$? = $ac_status" >&58354 + echo "$as_me:11777: \$? = $ac_status" >&5 7888 8355 (exit $ac_status); }; }; then 7889 8356 cf_cv_regex="regexpr.h" 7890 8357 else 7891 @@ -11709,7 +117 78,7 @@8358 @@ -11709,7 +11790,7 @@ 7892 8359 7893 8360 fi 7894 8361 7895 8362 -echo "$as_me:11712: result: $cf_cv_regex" >&5 7896 +echo "$as_me:117 81: result: $cf_cv_regex" >&58363 +echo "$as_me:11793: result: $cf_cv_regex" >&5 7897 8364 echo "${ECHO_T}$cf_cv_regex" >&6 7898 8365 case $cf_cv_regex in 7899 8366 regex.h) cat >>confdefs.h <<\EOF 7900 @@ -11745,23 +118 14,23 @@8367 @@ -11745,23 +11826,23 @@ 7901 8368 7902 8369 do 7903 8370 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7904 8371 -echo "$as_me:11748: checking for $ac_header" >&5 7905 +echo "$as_me:118 17: checking for $ac_header" >&58372 +echo "$as_me:11829: checking for $ac_header" >&5 7906 8373 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 7907 8374 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 7910 8377 cat >conftest.$ac_ext <<_ACEOF 7911 8378 -#line 11754 "configure" 7912 +#line 118 23"configure"8379 +#line 11835 "configure" 7913 8380 #include "confdefs.h" 7914 8381 #include <$ac_header> 7915 8382 _ACEOF 7916 8383 -if { (eval echo "$as_me:11758: \"$ac_cpp conftest.$ac_ext\"") >&5 7917 +if { (eval echo "$as_me:118 27: \"$ac_cpp conftest.$ac_ext\"") >&58384 +if { (eval echo "$as_me:11839: \"$ac_cpp conftest.$ac_ext\"") >&5 7918 8385 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7919 8386 ac_status=$? … … 7922 8389 cat conftest.err >&5 7923 8390 - echo "$as_me:11764: \$? = $ac_status" >&5 7924 + echo "$as_me:118 33: \$? = $ac_status" >&58391 + echo "$as_me:11845: \$? = $ac_status" >&5 7925 8392 (exit $ac_status); } >/dev/null; then 7926 8393 if test -s conftest.err; then 7927 8394 ac_cpp_err=$ac_c_preproc_warn_flag 7928 @@ -11780,7 +118 49,7 @@8395 @@ -11780,7 +11861,7 @@ 7929 8396 fi 7930 8397 rm -f conftest.err conftest.$ac_ext 7931 8398 fi 7932 8399 -echo "$as_me:11783: result: `eval echo '${'$as_ac_Header'}'`" >&5 7933 +echo "$as_me:118 52: result: `eval echo '${'$as_ac_Header'}'`" >&58400 +echo "$as_me:11864: result: `eval echo '${'$as_ac_Header'}'`" >&5 7934 8401 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 7935 8402 if test `eval echo '${'$as_ac_Header'}'` = yes; then 7936 8403 cat >>confdefs.h <<EOF 7937 @@ -11794,7 +118 63,7 @@8404 @@ -11794,7 +11875,7 @@ 7938 8405 # Note: even non-Posix ISC needs <sys/bsdtypes.h> to declare fd_set 7939 8406 if test "$ISC" = yes ; then 7940 8407 7941 8408 -echo "$as_me:11797: checking for main in -lcposix" >&5 7942 +echo "$as_me:118 66: checking for main in -lcposix" >&58409 +echo "$as_me:11878: checking for main in -lcposix" >&5 7943 8410 echo $ECHO_N "checking for main in -lcposix... $ECHO_C" >&6 7944 8411 if test "${ac_cv_lib_cposix_main+set}" = set; then 7945 8412 echo $ECHO_N "(cached) $ECHO_C" >&6 7946 @@ -11802,7 +118 71,7 @@8413 @@ -11802,7 +11883,7 @@ 7947 8414 ac_check_lib_save_LIBS=$LIBS 7948 8415 LIBS="-lcposix $LIBS" 7949 8416 cat >conftest.$ac_ext <<_ACEOF 7950 8417 -#line 11805 "configure" 7951 +#line 118 74"configure"8418 +#line 11886 "configure" 7952 8419 #include "confdefs.h" 7953 8420 7954 8421 int 7955 @@ -11814,16 +118 83,16 @@8422 @@ -11814,16 +11895,16 @@ 7956 8423 } 7957 8424 _ACEOF 7958 8425 rm -f conftest.$ac_objext conftest$ac_exeext 7959 8426 -if { (eval echo "$as_me:11817: \"$ac_link\"") >&5 7960 +if { (eval echo "$as_me:118 86: \"$ac_link\"") >&58427 +if { (eval echo "$as_me:11898: \"$ac_link\"") >&5 7961 8428 (eval $ac_link) 2>&5 7962 8429 ac_status=$? 7963 8430 - echo "$as_me:11820: \$? = $ac_status" >&5 7964 + echo "$as_me:11 889: \$? = $ac_status" >&58431 + echo "$as_me:11901: \$? = $ac_status" >&5 7965 8432 (exit $ac_status); } && 7966 8433 { ac_try='test -s conftest$ac_exeext' 7967 8434 - { (eval echo "$as_me:11823: \"$ac_try\"") >&5 7968 + { (eval echo "$as_me:11 892: \"$ac_try\"") >&58435 + { (eval echo "$as_me:11904: \"$ac_try\"") >&5 7969 8436 (eval $ac_try) 2>&5 7970 8437 ac_status=$? 7971 8438 - echo "$as_me:11826: \$? = $ac_status" >&5 7972 + echo "$as_me:11 895: \$? = $ac_status" >&58439 + echo "$as_me:11907: \$? = $ac_status" >&5 7973 8440 (exit $ac_status); }; }; then 7974 8441 ac_cv_lib_cposix_main=yes 7975 8442 else 7976 @@ -11834,7 +119 03,7 @@8443 @@ -11834,7 +11915,7 @@ 7977 8444 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7978 8445 LIBS=$ac_check_lib_save_LIBS 7979 8446 fi 7980 8447 -echo "$as_me:11837: result: $ac_cv_lib_cposix_main" >&5 7981 +echo "$as_me:119 06: result: $ac_cv_lib_cposix_main" >&58448 +echo "$as_me:11918: result: $ac_cv_lib_cposix_main" >&5 7982 8449 echo "${ECHO_T}$ac_cv_lib_cposix_main" >&6 7983 8450 if test $ac_cv_lib_cposix_main = yes; then 7984 8451 cat >>confdefs.h <<EOF 7985 @@ -11845,7 +119 14,7 @@8452 @@ -11845,7 +11926,7 @@ 7986 8453 7987 8454 fi 7988 8455 7989 8456 - echo "$as_me:11848: checking for bzero in -linet" >&5 7990 + echo "$as_me:119 17: checking for bzero in -linet" >&58457 + echo "$as_me:11929: checking for bzero in -linet" >&5 7991 8458 echo $ECHO_N "checking for bzero in -linet... $ECHO_C" >&6 7992 8459 if test "${ac_cv_lib_inet_bzero+set}" = set; then 7993 8460 echo $ECHO_N "(cached) $ECHO_C" >&6 7994 @@ -11853,7 +119 22,7 @@8461 @@ -11853,7 +11934,7 @@ 7995 8462 ac_check_lib_save_LIBS=$LIBS 7996 8463 LIBS="-linet $LIBS" 7997 8464 cat >conftest.$ac_ext <<_ACEOF 7998 8465 -#line 11856 "configure" 7999 +#line 119 25"configure"8466 +#line 11937 "configure" 8000 8467 #include "confdefs.h" 8001 8468 8002 8469 /* Override any gcc2 internal prototype to avoid an error. */ 8003 @@ -11872,16 +119 41,16 @@8470 @@ -11872,16 +11953,16 @@ 8004 8471 } 8005 8472 _ACEOF 8006 8473 rm -f conftest.$ac_objext conftest$ac_exeext 8007 8474 -if { (eval echo "$as_me:11875: \"$ac_link\"") >&5 8008 +if { (eval echo "$as_me:119 44: \"$ac_link\"") >&58475 +if { (eval echo "$as_me:11956: \"$ac_link\"") >&5 8009 8476 (eval $ac_link) 2>&5 8010 8477 ac_status=$? 8011 8478 - echo "$as_me:11878: \$? = $ac_status" >&5 8012 + echo "$as_me:119 47: \$? = $ac_status" >&58479 + echo "$as_me:11959: \$? = $ac_status" >&5 8013 8480 (exit $ac_status); } && 8014 8481 { ac_try='test -s conftest$ac_exeext' 8015 8482 - { (eval echo "$as_me:11881: \"$ac_try\"") >&5 8016 + { (eval echo "$as_me:119 50: \"$ac_try\"") >&58483 + { (eval echo "$as_me:11962: \"$ac_try\"") >&5 8017 8484 (eval $ac_try) 2>&5 8018 8485 ac_status=$? 8019 8486 - echo "$as_me:11884: \$? = $ac_status" >&5 8020 + echo "$as_me:119 53: \$? = $ac_status" >&58487 + echo "$as_me:11965: \$? = $ac_status" >&5 8021 8488 (exit $ac_status); }; }; then 8022 8489 ac_cv_lib_inet_bzero=yes 8023 8490 else 8024 @@ -11892,21 +119 61,21 @@8491 @@ -11892,21 +11973,21 @@ 8025 8492 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8026 8493 LIBS=$ac_check_lib_save_LIBS 8027 8494 fi 8028 8495 -echo "$as_me:11895: result: $ac_cv_lib_inet_bzero" >&5 8029 +echo "$as_me:119 64: result: $ac_cv_lib_inet_bzero" >&58496 +echo "$as_me:11976: result: $ac_cv_lib_inet_bzero" >&5 8030 8497 echo "${ECHO_T}$ac_cv_lib_inet_bzero" >&6 8031 8498 if test $ac_cv_lib_inet_bzero = yes; then … … 8035 8502 8036 8503 -echo "$as_me:11902: checking if sys/time.h works with sys/select.h" >&5 8037 +echo "$as_me:119 71: checking if sys/time.h works with sys/select.h" >&58504 +echo "$as_me:11983: checking if sys/time.h works with sys/select.h" >&5 8038 8505 echo $ECHO_N "checking if sys/time.h works with sys/select.h... $ECHO_C" >&6 8039 8506 if test "${cf_cv_sys_time_select+set}" = set; then … … 8043 8510 cat >conftest.$ac_ext <<_ACEOF 8044 8511 -#line 11909 "configure" 8045 +#line 119 78"configure"8512 +#line 11990 "configure" 8046 8513 #include "confdefs.h" 8047 8514 8048 8515 #include <sys/types.h> 8049 @@ -11926,16 +1 1995,16 @@8516 @@ -11926,16 +12007,16 @@ 8050 8517 } 8051 8518 _ACEOF 8052 8519 rm -f conftest.$ac_objext 8053 8520 -if { (eval echo "$as_me:11929: \"$ac_compile\"") >&5 8054 +if { (eval echo "$as_me:1 1998: \"$ac_compile\"") >&58521 +if { (eval echo "$as_me:12010: \"$ac_compile\"") >&5 8055 8522 (eval $ac_compile) 2>&5 8056 8523 ac_status=$? 8057 8524 - echo "$as_me:11932: \$? = $ac_status" >&5 8058 + echo "$as_me:120 01: \$? = $ac_status" >&58525 + echo "$as_me:12013: \$? = $ac_status" >&5 8059 8526 (exit $ac_status); } && 8060 8527 { ac_try='test -s conftest.$ac_objext' 8061 8528 - { (eval echo "$as_me:11935: \"$ac_try\"") >&5 8062 + { (eval echo "$as_me:120 04: \"$ac_try\"") >&58529 + { (eval echo "$as_me:12016: \"$ac_try\"") >&5 8063 8530 (eval $ac_try) 2>&5 8064 8531 ac_status=$? 8065 8532 - echo "$as_me:11938: \$? = $ac_status" >&5 8066 + echo "$as_me:120 07: \$? = $ac_status" >&58533 + echo "$as_me:12019: \$? = $ac_status" >&5 8067 8534 (exit $ac_status); }; }; then 8068 8535 cf_cv_sys_time_select=yes 8069 8536 else 8070 @@ -11947,7 +120 16,7 @@8537 @@ -11947,7 +12028,7 @@ 8071 8538 8072 8539 fi 8073 8540 8074 8541 -echo "$as_me:11950: result: $cf_cv_sys_time_select" >&5 8075 +echo "$as_me:120 19: result: $cf_cv_sys_time_select" >&58542 +echo "$as_me:12031: result: $cf_cv_sys_time_select" >&5 8076 8543 echo "${ECHO_T}$cf_cv_sys_time_select" >&6 8077 8544 test "$cf_cv_sys_time_select" = yes && cat >>confdefs.h <<\EOF 8078 8545 #define HAVE_SYS_TIME_SELECT 1 8079 @@ -11961,7 +120 30,7 @@8546 @@ -11961,7 +12042,7 @@ 8080 8547 ac_compiler_gnu=$ac_cv_c_compiler_gnu 8081 8548 ac_main_return=return 8082 8549 8083 8550 -echo "$as_me:11964: checking for $CC option to accept ANSI C" >&5 8084 +echo "$as_me:120 33: checking for $CC option to accept ANSI C" >&58551 +echo "$as_me:12045: checking for $CC option to accept ANSI C" >&5 8085 8552 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 8086 8553 if test "${ac_cv_prog_cc_stdc+set}" = set; then 8087 8554 echo $ECHO_N "(cached) $ECHO_C" >&6 8088 @@ -11969,7 +120 38,7 @@8555 @@ -11969,7 +12050,7 @@ 8089 8556 ac_cv_prog_cc_stdc=no 8090 8557 ac_save_CC=$CC 8091 8558 cat >conftest.$ac_ext <<_ACEOF 8092 8559 -#line 11972 "configure" 8093 +#line 120 41"configure"8560 +#line 12053 "configure" 8094 8561 #include "confdefs.h" 8095 8562 #include <stdarg.h> 8096 8563 #include <stdio.h> 8097 @@ -12018,16 +120 87,16 @@8564 @@ -12018,16 +12099,16 @@ 8098 8565 do 8099 8566 CC="$ac_save_CC $ac_arg" 8100 8567 rm -f conftest.$ac_objext 8101 8568 -if { (eval echo "$as_me:12021: \"$ac_compile\"") >&5 8102 +if { (eval echo "$as_me:12 090: \"$ac_compile\"") >&58569 +if { (eval echo "$as_me:12102: \"$ac_compile\"") >&5 8103 8570 (eval $ac_compile) 2>&5 8104 8571 ac_status=$? 8105 8572 - echo "$as_me:12024: \$? = $ac_status" >&5 8106 + echo "$as_me:12 093: \$? = $ac_status" >&58573 + echo "$as_me:12105: \$? = $ac_status" >&5 8107 8574 (exit $ac_status); } && 8108 8575 { ac_try='test -s conftest.$ac_objext' 8109 8576 - { (eval echo "$as_me:12027: \"$ac_try\"") >&5 8110 + { (eval echo "$as_me:12 096: \"$ac_try\"") >&58577 + { (eval echo "$as_me:12108: \"$ac_try\"") >&5 8111 8578 (eval $ac_try) 2>&5 8112 8579 ac_status=$? 8113 8580 - echo "$as_me:12030: \$? = $ac_status" >&5 8114 + echo "$as_me:12 099: \$? = $ac_status" >&58581 + echo "$as_me:12111: \$? = $ac_status" >&5 8115 8582 (exit $ac_status); }; }; then 8116 8583 ac_cv_prog_cc_stdc=$ac_arg 8117 8584 break 8118 @@ -12044,21 +121 13,21 @@8585 @@ -12044,21 +12125,21 @@ 8119 8586 8120 8587 case "x$ac_cv_prog_cc_stdc" in 8121 8588 x|xno) 8122 8589 - echo "$as_me:12047: result: none needed" >&5 8123 + echo "$as_me:121 16: result: none needed" >&58590 + echo "$as_me:12128: result: none needed" >&5 8124 8591 echo "${ECHO_T}none needed" >&6 ;; 8125 8592 *) 8126 8593 - echo "$as_me:12050: result: $ac_cv_prog_cc_stdc" >&5 8127 + echo "$as_me:121 19: result: $ac_cv_prog_cc_stdc" >&58594 + echo "$as_me:12131: result: $ac_cv_prog_cc_stdc" >&5 8128 8595 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 8129 8596 CC="$CC $ac_cv_prog_cc_stdc" ;; … … 8131 8598 8132 8599 -echo "$as_me:12055: checking for an ANSI C-conforming const" >&5 8133 +echo "$as_me:121 24: checking for an ANSI C-conforming const" >&58600 +echo "$as_me:12136: checking for an ANSI C-conforming const" >&5 8134 8601 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 8135 8602 if test "${ac_cv_c_const+set}" = set; then … … 8138 8605 cat >conftest.$ac_ext <<_ACEOF 8139 8606 -#line 12061 "configure" 8140 +#line 121 30"configure"8607 +#line 12142 "configure" 8141 8608 #include "confdefs.h" 8142 8609 8143 8610 int 8144 @@ -12116,16 +121 85,16 @@8611 @@ -12116,16 +12197,16 @@ 8145 8612 } 8146 8613 _ACEOF 8147 8614 rm -f conftest.$ac_objext 8148 8615 -if { (eval echo "$as_me:12119: \"$ac_compile\"") >&5 8149 +if { (eval echo "$as_me:12 188: \"$ac_compile\"") >&58616 +if { (eval echo "$as_me:12200: \"$ac_compile\"") >&5 8150 8617 (eval $ac_compile) 2>&5 8151 8618 ac_status=$? 8152 8619 - echo "$as_me:12122: \$? = $ac_status" >&5 8153 + echo "$as_me:12 191: \$? = $ac_status" >&58620 + echo "$as_me:12203: \$? = $ac_status" >&5 8154 8621 (exit $ac_status); } && 8155 8622 { ac_try='test -s conftest.$ac_objext' 8156 8623 - { (eval echo "$as_me:12125: \"$ac_try\"") >&5 8157 + { (eval echo "$as_me:12 194: \"$ac_try\"") >&58624 + { (eval echo "$as_me:12206: \"$ac_try\"") >&5 8158 8625 (eval $ac_try) 2>&5 8159 8626 ac_status=$? 8160 8627 - echo "$as_me:12128: \$? = $ac_status" >&5 8161 + echo "$as_me:12 197: \$? = $ac_status" >&58628 + echo "$as_me:12209: \$? = $ac_status" >&5 8162 8629 (exit $ac_status); }; }; then 8163 8630 ac_cv_c_const=yes 8164 8631 else 8165 @@ -12135,7 +122 04,7 @@8632 @@ -12135,7 +12216,7 @@ 8166 8633 fi 8167 8634 rm -f conftest.$ac_objext conftest.$ac_ext 8168 8635 fi 8169 8636 -echo "$as_me:12138: result: $ac_cv_c_const" >&5 8170 +echo "$as_me:122 07: result: $ac_cv_c_const" >&58637 +echo "$as_me:12219: result: $ac_cv_c_const" >&5 8171 8638 echo "${ECHO_T}$ac_cv_c_const" >&6 8172 8639 if test $ac_cv_c_const = no; then 8173 8640 8174 @@ -12145,7 +122 14,7 @@8641 @@ -12145,7 +12226,7 @@ 8175 8642 8176 8643 fi 8177 8644 8178 8645 -echo "$as_me:12148: checking for inline" >&5 8179 +echo "$as_me:122 17: checking for inline" >&58646 +echo "$as_me:12229: checking for inline" >&5 8180 8647 echo $ECHO_N "checking for inline... $ECHO_C" >&6 8181 8648 if test "${ac_cv_c_inline+set}" = set; then 8182 8649 echo $ECHO_N "(cached) $ECHO_C" >&6 8183 @@ -12153,7 +122 22,7 @@8650 @@ -12153,7 +12234,7 @@ 8184 8651 ac_cv_c_inline=no 8185 8652 for ac_kw in inline __inline__ __inline; do 8186 8653 cat >conftest.$ac_ext <<_ACEOF 8187 8654 -#line 12156 "configure" 8188 +#line 122 25"configure"8655 +#line 12237 "configure" 8189 8656 #include "confdefs.h" 8190 8657 #ifndef __cplusplus 8191 8658 static $ac_kw int static_foo () {return 0; } 8192 @@ -12162,16 +122 31,16 @@8659 @@ -12162,16 +12243,16 @@ 8193 8660 8194 8661 _ACEOF 8195 8662 rm -f conftest.$ac_objext 8196 8663 -if { (eval echo "$as_me:12165: \"$ac_compile\"") >&5 8197 +if { (eval echo "$as_me:122 34: \"$ac_compile\"") >&58664 +if { (eval echo "$as_me:12246: \"$ac_compile\"") >&5 8198 8665 (eval $ac_compile) 2>&5 8199 8666 ac_status=$? 8200 8667 - echo "$as_me:12168: \$? = $ac_status" >&5 8201 + echo "$as_me:122 37: \$? = $ac_status" >&58668 + echo "$as_me:12249: \$? = $ac_status" >&5 8202 8669 (exit $ac_status); } && 8203 8670 { ac_try='test -s conftest.$ac_objext' 8204 8671 - { (eval echo "$as_me:12171: \"$ac_try\"") >&5 8205 + { (eval echo "$as_me:122 40: \"$ac_try\"") >&58672 + { (eval echo "$as_me:12252: \"$ac_try\"") >&5 8206 8673 (eval $ac_try) 2>&5 8207 8674 ac_status=$? 8208 8675 - echo "$as_me:12174: \$? = $ac_status" >&5 8209 + echo "$as_me:122 43: \$? = $ac_status" >&58676 + echo "$as_me:12255: \$? = $ac_status" >&5 8210 8677 (exit $ac_status); }; }; then 8211 8678 ac_cv_c_inline=$ac_kw; break 8212 8679 else 8213 @@ -12182,7 +122 51,7 @@8680 @@ -12182,7 +12263,7 @@ 8214 8681 done 8215 8682 8216 8683 fi 8217 8684 -echo "$as_me:12185: result: $ac_cv_c_inline" >&5 8218 +echo "$as_me:122 54: result: $ac_cv_c_inline" >&58685 +echo "$as_me:12266: result: $ac_cv_c_inline" >&5 8219 8686 echo "${ECHO_T}$ac_cv_c_inline" >&6 8220 8687 case $ac_cv_c_inline in 8221 8688 inline | yes) ;; 8222 @@ -12205,7 +122 74,7 @@8689 @@ -12205,7 +12286,7 @@ 8223 8690 : 8224 8691 elif test "$GCC" = yes 8225 8692 then 8226 8693 - echo "$as_me:12208: checking if gcc supports options to tune inlining" >&5 8227 + echo "$as_me:122 77: checking if gcc supports options to tune inlining" >&58694 + echo "$as_me:12289: checking if gcc supports options to tune inlining" >&5 8228 8695 echo $ECHO_N "checking if gcc supports options to tune inlining... $ECHO_C" >&6 8229 8696 if test "${cf_cv_gcc_inline+set}" = set; then 8230 8697 echo $ECHO_N "(cached) $ECHO_C" >&6 8231 @@ -12214,7 +122 83,7 @@8698 @@ -12214,7 +12295,7 @@ 8232 8699 cf_save_CFLAGS=$CFLAGS 8233 8700 CFLAGS="$CFLAGS --param max-inline-insns-single=1200" 8234 8701 cat >conftest.$ac_ext <<_ACEOF 8235 8702 -#line 12217 "configure" 8236 +#line 122 86"configure"8703 +#line 12298 "configure" 8237 8704 #include "confdefs.h" 8238 8705 inline int foo(void) { return 1; } 8239 8706 int 8240 @@ -12226,16 +12 295,16 @@8707 @@ -12226,16 +12307,16 @@ 8241 8708 } 8242 8709 _ACEOF 8243 8710 rm -f conftest.$ac_objext 8244 8711 -if { (eval echo "$as_me:12229: \"$ac_compile\"") >&5 8245 +if { (eval echo "$as_me:12 298: \"$ac_compile\"") >&58712 +if { (eval echo "$as_me:12310: \"$ac_compile\"") >&5 8246 8713 (eval $ac_compile) 2>&5 8247 8714 ac_status=$? 8248 8715 - echo "$as_me:12232: \$? = $ac_status" >&5 8249 + echo "$as_me:123 01: \$? = $ac_status" >&58716 + echo "$as_me:12313: \$? = $ac_status" >&5 8250 8717 (exit $ac_status); } && 8251 8718 { ac_try='test -s conftest.$ac_objext' 8252 8719 - { (eval echo "$as_me:12235: \"$ac_try\"") >&5 8253 + { (eval echo "$as_me:123 04: \"$ac_try\"") >&58720 + { (eval echo "$as_me:12316: \"$ac_try\"") >&5 8254 8721 (eval $ac_try) 2>&5 8255 8722 ac_status=$? 8256 8723 - echo "$as_me:12238: \$? = $ac_status" >&5 8257 + echo "$as_me:123 07: \$? = $ac_status" >&58724 + echo "$as_me:12319: \$? = $ac_status" >&5 8258 8725 (exit $ac_status); }; }; then 8259 8726 cf_cv_gcc_inline=yes 8260 8727 else 8261 @@ -12247,7 +123 16,7 @@8728 @@ -12247,7 +12328,7 @@ 8262 8729 CFLAGS=$cf_save_CFLAGS 8263 8730 8264 8731 fi 8265 8732 -echo "$as_me:12250: result: $cf_cv_gcc_inline" >&5 8266 +echo "$as_me:123 19: result: $cf_cv_gcc_inline" >&58733 +echo "$as_me:12331: result: $cf_cv_gcc_inline" >&5 8267 8734 echo "${ECHO_T}$cf_cv_gcc_inline" >&6 8268 8735 if test "$cf_cv_gcc_inline" = yes ; then 8269 8736 8270 @@ -12323,7 +12 392,7 @@8737 @@ -12323,7 +12404,7 @@ 8271 8738 fi 8272 8739 fi 8273 8740 8274 8741 -echo "$as_me:12326: checking for signal global datatype" >&5 8275 +echo "$as_me:12 395: checking for signal global datatype" >&58742 +echo "$as_me:12407: checking for signal global datatype" >&5 8276 8743 echo $ECHO_N "checking for signal global datatype... $ECHO_C" >&6 8277 8744 if test "${cf_cv_sig_atomic_t+set}" = set; then 8278 8745 echo $ECHO_N "(cached) $ECHO_C" >&6 8279 @@ -12335,7 +124 04,7 @@8746 @@ -12335,7 +12416,7 @@ 8280 8747 "int" 8281 8748 do 8282 8749 cat >conftest.$ac_ext <<_ACEOF 8283 8750 -#line 12338 "configure" 8284 +#line 124 07"configure"8751 +#line 12419 "configure" 8285 8752 #include "confdefs.h" 8286 8753 8287 8754 #include <sys/types.h> 8288 @@ -12358,16 +124 27,16 @@8755 @@ -12358,16 +12439,16 @@ 8289 8756 } 8290 8757 _ACEOF 8291 8758 rm -f conftest.$ac_objext 8292 8759 -if { (eval echo "$as_me:12361: \"$ac_compile\"") >&5 8293 +if { (eval echo "$as_me:124 30: \"$ac_compile\"") >&58760 +if { (eval echo "$as_me:12442: \"$ac_compile\"") >&5 8294 8761 (eval $ac_compile) 2>&5 8295 8762 ac_status=$? 8296 8763 - echo "$as_me:12364: \$? = $ac_status" >&5 8297 + echo "$as_me:124 33: \$? = $ac_status" >&58764 + echo "$as_me:12445: \$? = $ac_status" >&5 8298 8765 (exit $ac_status); } && 8299 8766 { ac_try='test -s conftest.$ac_objext' 8300 8767 - { (eval echo "$as_me:12367: \"$ac_try\"") >&5 8301 + { (eval echo "$as_me:124 36: \"$ac_try\"") >&58768 + { (eval echo "$as_me:12448: \"$ac_try\"") >&5 8302 8769 (eval $ac_try) 2>&5 8303 8770 ac_status=$? 8304 8771 - echo "$as_me:12370: \$? = $ac_status" >&5 8305 + echo "$as_me:124 39: \$? = $ac_status" >&58772 + echo "$as_me:12451: \$? = $ac_status" >&5 8306 8773 (exit $ac_status); }; }; then 8307 8774 cf_cv_sig_atomic_t=$cf_type 8308 8775 else 8309 @@ -12381,7 +124 50,7 @@8776 @@ -12381,7 +12462,7 @@ 8310 8777 8311 8778 fi 8312 8779 8313 8780 -echo "$as_me:12384: result: $cf_cv_sig_atomic_t" >&5 8314 +echo "$as_me:124 53: result: $cf_cv_sig_atomic_t" >&58781 +echo "$as_me:12465: result: $cf_cv_sig_atomic_t" >&5 8315 8782 echo "${ECHO_T}$cf_cv_sig_atomic_t" >&6 8316 8783 test "$cf_cv_sig_atomic_t" != no && cat >>confdefs.h <<EOF 8317 8784 #define SIG_ATOMIC_T $cf_cv_sig_atomic_t 8318 @@ -12389,7 +124 58,7 @@8785 @@ -12389,7 +12470,7 @@ 8319 8786 8320 8787 if test $NCURSES_CHTYPE = auto ; then 8321 8788 8322 8789 -echo "$as_me:12392: checking for type of chtype" >&5 8323 +echo "$as_me:124 61: checking for type of chtype" >&58790 +echo "$as_me:12473: checking for type of chtype" >&5 8324 8791 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 8325 8792 if test "${cf_cv_typeof_chtype+set}" = set; then 8326 8793 echo $ECHO_N "(cached) $ECHO_C" >&6 8327 @@ -12399,7 +124 68,7 @@8794 @@ -12399,7 +12480,7 @@ 8328 8795 cf_cv_typeof_chtype=long 8329 8796 else 8330 8797 cat >conftest.$ac_ext <<_ACEOF 8331 8798 -#line 12402 "configure" 8332 +#line 124 71"configure"8799 +#line 12483 "configure" 8333 8800 #include "confdefs.h" 8334 8801 8335 8802 #define WANT_BITS 31 8336 @@ -12434,15 +125 03,15 @@8803 @@ -12434,15 +12515,15 @@ 8337 8804 8338 8805 _ACEOF 8339 8806 rm -f conftest$ac_exeext 8340 8807 -if { (eval echo "$as_me:12437: \"$ac_link\"") >&5 8341 +if { (eval echo "$as_me:125 06: \"$ac_link\"") >&58808 +if { (eval echo "$as_me:12518: \"$ac_link\"") >&5 8342 8809 (eval $ac_link) 2>&5 8343 8810 ac_status=$? 8344 8811 - echo "$as_me:12440: \$? = $ac_status" >&5 8345 + echo "$as_me:125 09: \$? = $ac_status" >&58812 + echo "$as_me:12521: \$? = $ac_status" >&5 8346 8813 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8347 8814 - { (eval echo "$as_me:12442: \"$ac_try\"") >&5 8348 + { (eval echo "$as_me:125 11: \"$ac_try\"") >&58815 + { (eval echo "$as_me:12523: \"$ac_try\"") >&5 8349 8816 (eval $ac_try) 2>&5 8350 8817 ac_status=$? 8351 8818 - echo "$as_me:12445: \$? = $ac_status" >&5 8352 + echo "$as_me:125 14: \$? = $ac_status" >&58819 + echo "$as_me:12526: \$? = $ac_status" >&5 8353 8820 (exit $ac_status); }; }; then 8354 8821 cf_cv_typeof_chtype=`cat cf_test.out` 8355 8822 else 8356 @@ -12457,7 +125 26,7 @@8823 @@ -12457,7 +12538,7 @@ 8357 8824 8358 8825 fi 8359 8826 8360 8827 -echo "$as_me:12460: result: $cf_cv_typeof_chtype" >&5 8361 +echo "$as_me:125 29: result: $cf_cv_typeof_chtype" >&58828 +echo "$as_me:12541: result: $cf_cv_typeof_chtype" >&5 8362 8829 echo "${ECHO_T}$cf_cv_typeof_chtype" >&6 8363 8830 8364 8831 cat >>confdefs.h <<EOF 8365 @@ -12469,14 +125 38,14 @@8832 @@ -12469,14 +12550,14 @@ 8366 8833 fi 8367 8834 test "$cf_cv_typeof_chtype" = unsigned && cf_cv_typeof_chtype="" 8368 8835 8369 8836 -echo "$as_me:12472: checking if unsigned literals are legal" >&5 8370 +echo "$as_me:125 41: checking if unsigned literals are legal" >&58837 +echo "$as_me:12553: checking if unsigned literals are legal" >&5 8371 8838 echo $ECHO_N "checking if unsigned literals are legal... $ECHO_C" >&6 8372 8839 if test "${cf_cv_unsigned_literals+set}" = set; then … … 8376 8843 cat >conftest.$ac_ext <<_ACEOF 8377 8844 -#line 12479 "configure" 8378 +#line 125 48"configure"8845 +#line 12560 "configure" 8379 8846 #include "confdefs.h" 8380 8847 8381 8848 int 8382 @@ -12488,16 +125 57,16 @@8849 @@ -12488,16 +12569,16 @@ 8383 8850 } 8384 8851 _ACEOF 8385 8852 rm -f conftest.$ac_objext 8386 8853 -if { (eval echo "$as_me:12491: \"$ac_compile\"") >&5 8387 +if { (eval echo "$as_me:125 60: \"$ac_compile\"") >&58854 +if { (eval echo "$as_me:12572: \"$ac_compile\"") >&5 8388 8855 (eval $ac_compile) 2>&5 8389 8856 ac_status=$? 8390 8857 - echo "$as_me:12494: \$? = $ac_status" >&5 8391 + echo "$as_me:125 63: \$? = $ac_status" >&58858 + echo "$as_me:12575: \$? = $ac_status" >&5 8392 8859 (exit $ac_status); } && 8393 8860 { ac_try='test -s conftest.$ac_objext' 8394 8861 - { (eval echo "$as_me:12497: \"$ac_try\"") >&5 8395 + { (eval echo "$as_me:125 66: \"$ac_try\"") >&58862 + { (eval echo "$as_me:12578: \"$ac_try\"") >&5 8396 8863 (eval $ac_try) 2>&5 8397 8864 ac_status=$? 8398 8865 - echo "$as_me:12500: \$? = $ac_status" >&5 8399 + echo "$as_me:125 69: \$? = $ac_status" >&58866 + echo "$as_me:12581: \$? = $ac_status" >&5 8400 8867 (exit $ac_status); }; }; then 8401 8868 cf_cv_unsigned_literals=yes 8402 8869 else 8403 @@ -12509,7 +125 78,7 @@8870 @@ -12509,7 +12590,7 @@ 8404 8871 8405 8872 fi 8406 8873 8407 8874 -echo "$as_me:12512: result: $cf_cv_unsigned_literals" >&5 8408 +echo "$as_me:125 81: result: $cf_cv_unsigned_literals" >&58875 +echo "$as_me:12593: result: $cf_cv_unsigned_literals" >&5 8409 8876 echo "${ECHO_T}$cf_cv_unsigned_literals" >&6 8410 8877 8411 8878 cf_cv_1UL="1" 8412 @@ -12525,14 +12 594,14 @@8879 @@ -12525,14 +12606,14 @@ 8413 8880 8414 8881 ### Checks for external-data 8415 8882 8416 8883 -echo "$as_me:12528: checking if external errno is declared" >&5 8417 +echo "$as_me:12 597: checking if external errno is declared" >&58884 +echo "$as_me:12609: checking if external errno is declared" >&5 8418 8885 echo $ECHO_N "checking if external errno is declared... $ECHO_C" >&6 8419 8886 if test "${cf_cv_dcl_errno+set}" = set; then … … 8423 8890 cat >conftest.$ac_ext <<_ACEOF 8424 8891 -#line 12535 "configure" 8425 +#line 126 04"configure"8892 +#line 12616 "configure" 8426 8893 #include "confdefs.h" 8427 8894 8428 8895 #ifdef HAVE_STDLIB_H 8429 @@ -12550,16 +126 19,16 @@8896 @@ -12550,16 +12631,16 @@ 8430 8897 } 8431 8898 _ACEOF 8432 8899 rm -f conftest.$ac_objext 8433 8900 -if { (eval echo "$as_me:12553: \"$ac_compile\"") >&5 8434 +if { (eval echo "$as_me:126 22: \"$ac_compile\"") >&58901 +if { (eval echo "$as_me:12634: \"$ac_compile\"") >&5 8435 8902 (eval $ac_compile) 2>&5 8436 8903 ac_status=$? 8437 8904 - echo "$as_me:12556: \$? = $ac_status" >&5 8438 + echo "$as_me:126 25: \$? = $ac_status" >&58905 + echo "$as_me:12637: \$? = $ac_status" >&5 8439 8906 (exit $ac_status); } && 8440 8907 { ac_try='test -s conftest.$ac_objext' 8441 8908 - { (eval echo "$as_me:12559: \"$ac_try\"") >&5 8442 + { (eval echo "$as_me:126 28: \"$ac_try\"") >&58909 + { (eval echo "$as_me:12640: \"$ac_try\"") >&5 8443 8910 (eval $ac_try) 2>&5 8444 8911 ac_status=$? 8445 8912 - echo "$as_me:12562: \$? = $ac_status" >&5 8446 + echo "$as_me:126 31: \$? = $ac_status" >&58913 + echo "$as_me:12643: \$? = $ac_status" >&5 8447 8914 (exit $ac_status); }; }; then 8448 8915 cf_cv_dcl_errno=yes 8449 8916 else 8450 @@ -12570,7 +126 39,7 @@8917 @@ -12570,7 +12651,7 @@ 8451 8918 rm -f conftest.$ac_objext conftest.$ac_ext 8452 8919 8453 8920 fi 8454 8921 -echo "$as_me:12573: result: $cf_cv_dcl_errno" >&5 8455 +echo "$as_me:126 42: result: $cf_cv_dcl_errno" >&58922 +echo "$as_me:12654: result: $cf_cv_dcl_errno" >&5 8456 8923 echo "${ECHO_T}$cf_cv_dcl_errno" >&6 8457 8924 8458 8925 if test "$cf_cv_dcl_errno" = no ; then 8459 @@ -12585,14 +126 54,14 @@8926 @@ -12585,14 +12666,14 @@ 8460 8927 8461 8928 # It's possible (for near-UNIX clones) that the data doesn't exist 8462 8929 8463 8930 -echo "$as_me:12588: checking if external errno exists" >&5 8464 +echo "$as_me:126 57: checking if external errno exists" >&58931 +echo "$as_me:12669: checking if external errno exists" >&5 8465 8932 echo $ECHO_N "checking if external errno exists... $ECHO_C" >&6 8466 8933 if test "${cf_cv_have_errno+set}" = set; then … … 8470 8937 cat >conftest.$ac_ext <<_ACEOF 8471 8938 -#line 12595 "configure" 8472 +#line 126 64"configure"8939 +#line 12676 "configure" 8473 8940 #include "confdefs.h" 8474 8941 8475 8942 #undef errno 8476 @@ -12607,16 +126 76,16 @@8943 @@ -12607,16 +12688,16 @@ 8477 8944 } 8478 8945 _ACEOF 8479 8946 rm -f conftest.$ac_objext conftest$ac_exeext 8480 8947 -if { (eval echo "$as_me:12610: \"$ac_link\"") >&5 8481 +if { (eval echo "$as_me:126 79: \"$ac_link\"") >&58948 +if { (eval echo "$as_me:12691: \"$ac_link\"") >&5 8482 8949 (eval $ac_link) 2>&5 8483 8950 ac_status=$? 8484 8951 - echo "$as_me:12613: \$? = $ac_status" >&5 8485 + echo "$as_me:126 82: \$? = $ac_status" >&58952 + echo "$as_me:12694: \$? = $ac_status" >&5 8486 8953 (exit $ac_status); } && 8487 8954 { ac_try='test -s conftest$ac_exeext' 8488 8955 - { (eval echo "$as_me:12616: \"$ac_try\"") >&5 8489 + { (eval echo "$as_me:126 85: \"$ac_try\"") >&58956 + { (eval echo "$as_me:12697: \"$ac_try\"") >&5 8490 8957 (eval $ac_try) 2>&5 8491 8958 ac_status=$? 8492 8959 - echo "$as_me:12619: \$? = $ac_status" >&5 8493 + echo "$as_me:12 688: \$? = $ac_status" >&58960 + echo "$as_me:12700: \$? = $ac_status" >&5 8494 8961 (exit $ac_status); }; }; then 8495 8962 cf_cv_have_errno=yes 8496 8963 else 8497 @@ -12627,7 +12 696,7 @@8964 @@ -12627,7 +12708,7 @@ 8498 8965 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8499 8966 8500 8967 fi 8501 8968 -echo "$as_me:12630: result: $cf_cv_have_errno" >&5 8502 +echo "$as_me:12 699: result: $cf_cv_have_errno" >&58969 +echo "$as_me:12711: result: $cf_cv_have_errno" >&5 8503 8970 echo "${ECHO_T}$cf_cv_have_errno" >&6 8504 8971 8505 8972 if test "$cf_cv_have_errno" = yes ; then 8506 @@ -12640,7 +127 09,7 @@8973 @@ -12640,7 +12721,7 @@ 8507 8974 8508 8975 fi 8509 8976 8510 8977 -echo "$as_me:12643: checking if data-only library module links" >&5 8511 +echo "$as_me:127 12: checking if data-only library module links" >&58978 +echo "$as_me:12724: checking if data-only library module links" >&5 8512 8979 echo $ECHO_N "checking if data-only library module links... $ECHO_C" >&6 8513 8980 if test "${cf_cv_link_dataonly+set}" = set; then 8514 8981 echo $ECHO_N "(cached) $ECHO_C" >&6 8515 @@ -12648,20 +127 17,20 @@8982 @@ -12648,20 +12729,20 @@ 8516 8983 8517 8984 rm -f conftest.a 8518 8985 cat >conftest.$ac_ext <<EOF 8519 8986 -#line 12651 "configure" 8520 +#line 127 20"configure"8987 +#line 12732 "configure" 8521 8988 int testdata[3] = { 123, 456, 789 }; 8522 8989 EOF 8523 8990 - if { (eval echo "$as_me:12654: \"$ac_compile\"") >&5 8524 + if { (eval echo "$as_me:127 23: \"$ac_compile\"") >&58991 + if { (eval echo "$as_me:12735: \"$ac_compile\"") >&5 8525 8992 (eval $ac_compile) 2>&5 8526 8993 ac_status=$? 8527 8994 - echo "$as_me:12657: \$? = $ac_status" >&5 8528 + echo "$as_me:127 26: \$? = $ac_status" >&58995 + echo "$as_me:12738: \$? = $ac_status" >&5 8529 8996 (exit $ac_status); } ; then 8530 8997 mv conftest.o data.o && \ … … 8534 9001 cat >conftest.$ac_ext <<EOF 8535 9002 -#line 12664 "configure" 8536 +#line 127 33"configure"9003 +#line 12745 "configure" 8537 9004 int testfunc() 8538 9005 { 8539 9006 #if defined(NeXT) 8540 @@ -12674,10 +127 43,10 @@9007 @@ -12674,10 +12755,10 @@ 8541 9008 #endif 8542 9009 } 8543 9010 EOF 8544 9011 - if { (eval echo "$as_me:12677: \"$ac_compile\"") >&5 8545 + if { (eval echo "$as_me:127 46: \"$ac_compile\"") >&59012 + if { (eval echo "$as_me:12758: \"$ac_compile\"") >&5 8546 9013 (eval $ac_compile) 2>&5 8547 9014 ac_status=$? 8548 9015 - echo "$as_me:12680: \$? = $ac_status" >&5 8549 + echo "$as_me:127 49: \$? = $ac_status" >&59016 + echo "$as_me:12761: \$? = $ac_status" >&5 8550 9017 (exit $ac_status); }; then 8551 9018 mv conftest.o func.o && \ 8552 9019 ( $AR $AR_OPTS conftest.a func.o ) 2>&5 1>/dev/null 8553 @@ -12690,7 +127 59,7 @@9020 @@ -12690,7 +12771,7 @@ 8554 9021 cf_cv_link_dataonly=unknown 8555 9022 else 8556 9023 cat >conftest.$ac_ext <<_ACEOF 8557 9024 -#line 12693 "configure" 8558 +#line 127 62"configure"9025 +#line 12774 "configure" 8559 9026 #include "confdefs.h" 8560 9027 8561 9028 int main() 8562 @@ -12701,15 +127 70,15 @@9029 @@ -12701,15 +12782,15 @@ 8563 9030 8564 9031 _ACEOF 8565 9032 rm -f conftest$ac_exeext 8566 9033 -if { (eval echo "$as_me:12704: \"$ac_link\"") >&5 8567 +if { (eval echo "$as_me:127 73: \"$ac_link\"") >&59034 +if { (eval echo "$as_me:12785: \"$ac_link\"") >&5 8568 9035 (eval $ac_link) 2>&5 8569 9036 ac_status=$? 8570 9037 - echo "$as_me:12707: \$? = $ac_status" >&5 8571 + echo "$as_me:127 76: \$? = $ac_status" >&59038 + echo "$as_me:12788: \$? = $ac_status" >&5 8572 9039 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8573 9040 - { (eval echo "$as_me:12709: \"$ac_try\"") >&5 8574 + { (eval echo "$as_me:127 78: \"$ac_try\"") >&59041 + { (eval echo "$as_me:12790: \"$ac_try\"") >&5 8575 9042 (eval $ac_try) 2>&5 8576 9043 ac_status=$? 8577 9044 - echo "$as_me:12712: \$? = $ac_status" >&5 8578 + echo "$as_me:127 81: \$? = $ac_status" >&59045 + echo "$as_me:12793: \$? = $ac_status" >&5 8579 9046 (exit $ac_status); }; }; then 8580 9047 cf_cv_link_dataonly=yes 8581 9048 else 8582 @@ -12724,7 +12 793,7 @@9049 @@ -12724,7 +12805,7 @@ 8583 9050 8584 9051 fi 8585 9052 8586 9053 -echo "$as_me:12727: result: $cf_cv_link_dataonly" >&5 8587 +echo "$as_me:12 796: result: $cf_cv_link_dataonly" >&59054 +echo "$as_me:12808: result: $cf_cv_link_dataonly" >&5 8588 9055 echo "${ECHO_T}$cf_cv_link_dataonly" >&6 8589 9056 8590 9057 if test "$cf_cv_link_dataonly" = no ; then 8591 @@ -12759,13 +128 28,13 @@9058 @@ -12759,13 +12840,13 @@ 8592 9059 8593 9060 do 8594 9061 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8595 9062 -echo "$as_me:12762: checking for $ac_func" >&5 8596 +echo "$as_me:128 31: checking for $ac_func" >&59063 +echo "$as_me:12843: checking for $ac_func" >&5 8597 9064 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8598 9065 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 8601 9068 cat >conftest.$ac_ext <<_ACEOF 8602 9069 -#line 12768 "configure" 8603 +#line 128 37"configure"9070 +#line 12849 "configure" 8604 9071 #include "confdefs.h" 8605 9072 /* System header to define __stub macros and hopefully few prototypes, 8606 9073 which can conflict with char $ac_func (); below. */ 8607 @@ -12796,16 +128 65,16 @@9074 @@ -12796,16 +12877,16 @@ 8608 9075 } 8609 9076 _ACEOF 8610 9077 rm -f conftest.$ac_objext conftest$ac_exeext 8611 9078 -if { (eval echo "$as_me:12799: \"$ac_link\"") >&5 8612 +if { (eval echo "$as_me:128 68: \"$ac_link\"") >&59079 +if { (eval echo "$as_me:12880: \"$ac_link\"") >&5 8613 9080 (eval $ac_link) 2>&5 8614 9081 ac_status=$? 8615 9082 - echo "$as_me:12802: \$? = $ac_status" >&5 8616 + echo "$as_me:128 71: \$? = $ac_status" >&59083 + echo "$as_me:12883: \$? = $ac_status" >&5 8617 9084 (exit $ac_status); } && 8618 9085 { ac_try='test -s conftest$ac_exeext' 8619 9086 - { (eval echo "$as_me:12805: \"$ac_try\"") >&5 8620 + { (eval echo "$as_me:128 74: \"$ac_try\"") >&59087 + { (eval echo "$as_me:12886: \"$ac_try\"") >&5 8621 9088 (eval $ac_try) 2>&5 8622 9089 ac_status=$? 8623 9090 - echo "$as_me:12808: \$? = $ac_status" >&5 8624 + echo "$as_me:128 77: \$? = $ac_status" >&59091 + echo "$as_me:12889: \$? = $ac_status" >&5 8625 9092 (exit $ac_status); }; }; then 8626 9093 eval "$as_ac_var=yes" 8627 9094 else 8628 @@ -12815,7 +128 84,7 @@9095 @@ -12815,7 +12896,7 @@ 8629 9096 fi 8630 9097 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8631 9098 fi 8632 9099 -echo "$as_me:12818: result: `eval echo '${'$as_ac_var'}'`" >&5 8633 +echo "$as_me:128 87: result: `eval echo '${'$as_ac_var'}'`" >&59100 +echo "$as_me:12899: result: `eval echo '${'$as_ac_var'}'`" >&5 8634 9101 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8635 9102 if test `eval echo '${'$as_ac_var'}'` = yes; then 8636 9103 cat >>confdefs.h <<EOF 8637 @@ -12827,14 +12 896,14 @@9104 @@ -12827,14 +12908,14 @@ 8638 9105 8639 9106 if test "$with_getcap" = "yes" ; then 8640 9107 8641 9108 -echo "$as_me:12830: checking for terminal-capability database functions" >&5 8642 +echo "$as_me:12 899: checking for terminal-capability database functions" >&59109 +echo "$as_me:12911: checking for terminal-capability database functions" >&5 8643 9110 echo $ECHO_N "checking for terminal-capability database functions... $ECHO_C" >&6 8644 9111 if test "${cf_cv_cgetent+set}" = set; then … … 8648 9115 cat >conftest.$ac_ext <<_ACEOF 8649 9116 -#line 12837 "configure" 8650 +#line 129 06"configure"9117 +#line 12918 "configure" 8651 9118 #include "confdefs.h" 8652 9119 8653 9120 #include <stdlib.h> 8654 @@ -12854,16 +129 23,16 @@9121 @@ -12854,16 +12935,16 @@ 8655 9122 } 8656 9123 _ACEOF 8657 9124 rm -f conftest.$ac_objext conftest$ac_exeext 8658 9125 -if { (eval echo "$as_me:12857: \"$ac_link\"") >&5 8659 +if { (eval echo "$as_me:129 26: \"$ac_link\"") >&59126 +if { (eval echo "$as_me:12938: \"$ac_link\"") >&5 8660 9127 (eval $ac_link) 2>&5 8661 9128 ac_status=$? 8662 9129 - echo "$as_me:12860: \$? = $ac_status" >&5 8663 + echo "$as_me:129 29: \$? = $ac_status" >&59130 + echo "$as_me:12941: \$? = $ac_status" >&5 8664 9131 (exit $ac_status); } && 8665 9132 { ac_try='test -s conftest$ac_exeext' 8666 9133 - { (eval echo "$as_me:12863: \"$ac_try\"") >&5 8667 + { (eval echo "$as_me:129 32: \"$ac_try\"") >&59134 + { (eval echo "$as_me:12944: \"$ac_try\"") >&5 8668 9135 (eval $ac_try) 2>&5 8669 9136 ac_status=$? 8670 9137 - echo "$as_me:12866: \$? = $ac_status" >&5 8671 + echo "$as_me:129 35: \$? = $ac_status" >&59138 + echo "$as_me:12947: \$? = $ac_status" >&5 8672 9139 (exit $ac_status); }; }; then 8673 9140 cf_cv_cgetent=yes 8674 9141 else 8675 @@ -12875,7 +129 44,7 @@9142 @@ -12875,7 +12956,7 @@ 8676 9143 8677 9144 fi 8678 9145 8679 9146 -echo "$as_me:12878: result: $cf_cv_cgetent" >&5 8680 +echo "$as_me:129 47: result: $cf_cv_cgetent" >&59147 +echo "$as_me:12959: result: $cf_cv_cgetent" >&5 8681 9148 echo "${ECHO_T}$cf_cv_cgetent" >&6 8682 9149 test "$cf_cv_cgetent" = yes && cat >>confdefs.h <<\EOF 8683 9150 #define HAVE_BSD_CGETENT 1 8684 @@ -12883,14 +129 52,14 @@9151 @@ -12883,14 +12964,14 @@ 8685 9152 8686 9153 fi 8687 9154 8688 9155 -echo "$as_me:12886: checking for isascii" >&5 8689 +echo "$as_me:129 55: checking for isascii" >&59156 +echo "$as_me:12967: checking for isascii" >&5 8690 9157 echo $ECHO_N "checking for isascii... $ECHO_C" >&6 8691 9158 if test "${cf_cv_have_isascii+set}" = set; then … … 8695 9162 cat >conftest.$ac_ext <<_ACEOF 8696 9163 -#line 12893 "configure" 8697 +#line 129 62"configure"9164 +#line 12974 "configure" 8698 9165 #include "confdefs.h" 8699 9166 #include <ctype.h> 8700 9167 int 8701 @@ -12902,16 +129 71,16 @@9168 @@ -12902,16 +12983,16 @@ 8702 9169 } 8703 9170 _ACEOF 8704 9171 rm -f conftest.$ac_objext conftest$ac_exeext 8705 9172 -if { (eval echo "$as_me:12905: \"$ac_link\"") >&5 8706 +if { (eval echo "$as_me:129 74: \"$ac_link\"") >&59173 +if { (eval echo "$as_me:12986: \"$ac_link\"") >&5 8707 9174 (eval $ac_link) 2>&5 8708 9175 ac_status=$? 8709 9176 - echo "$as_me:12908: \$? = $ac_status" >&5 8710 + echo "$as_me:129 77: \$? = $ac_status" >&59177 + echo "$as_me:12989: \$? = $ac_status" >&5 8711 9178 (exit $ac_status); } && 8712 9179 { ac_try='test -s conftest$ac_exeext' 8713 9180 - { (eval echo "$as_me:12911: \"$ac_try\"") >&5 8714 + { (eval echo "$as_me:129 80: \"$ac_try\"") >&59181 + { (eval echo "$as_me:12992: \"$ac_try\"") >&5 8715 9182 (eval $ac_try) 2>&5 8716 9183 ac_status=$? 8717 9184 - echo "$as_me:12914: \$? = $ac_status" >&5 8718 + echo "$as_me:129 83: \$? = $ac_status" >&59185 + echo "$as_me:12995: \$? = $ac_status" >&5 8719 9186 (exit $ac_status); }; }; then 8720 9187 cf_cv_have_isascii=yes 8721 9188 else 8722 @@ -12922,17 +1 2991,17 @@9189 @@ -12922,17 +13003,17 @@ 8723 9190 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8724 9191 8725 9192 fi 8726 9193 -echo "$as_me:12925: result: $cf_cv_have_isascii" >&5 8727 +echo "$as_me:1 2994: result: $cf_cv_have_isascii" >&59194 +echo "$as_me:13006: result: $cf_cv_have_isascii" >&5 8728 9195 echo "${ECHO_T}$cf_cv_have_isascii" >&6 8729 9196 test "$cf_cv_have_isascii" = yes && cat >>confdefs.h <<\EOF … … 8733 9200 if test "$ac_cv_func_sigaction" = yes; then 8734 9201 -echo "$as_me:12932: checking whether sigaction needs _POSIX_SOURCE" >&5 8735 +echo "$as_me:130 01: checking whether sigaction needs _POSIX_SOURCE" >&59202 +echo "$as_me:13013: checking whether sigaction needs _POSIX_SOURCE" >&5 8736 9203 echo $ECHO_N "checking whether sigaction needs _POSIX_SOURCE... $ECHO_C" >&6 8737 9204 cat >conftest.$ac_ext <<_ACEOF 8738 9205 -#line 12935 "configure" 8739 +#line 130 04"configure"9206 +#line 13016 "configure" 8740 9207 #include "confdefs.h" 8741 9208 8742 9209 #include <sys/types.h> 8743 @@ -12946,16 +130 15,16 @@9210 @@ -12946,16 +13027,16 @@ 8744 9211 } 8745 9212 _ACEOF 8746 9213 rm -f conftest.$ac_objext 8747 9214 -if { (eval echo "$as_me:12949: \"$ac_compile\"") >&5 8748 +if { (eval echo "$as_me:130 18: \"$ac_compile\"") >&59215 +if { (eval echo "$as_me:13030: \"$ac_compile\"") >&5 8749 9216 (eval $ac_compile) 2>&5 8750 9217 ac_status=$? 8751 9218 - echo "$as_me:12952: \$? = $ac_status" >&5 8752 + echo "$as_me:130 21: \$? = $ac_status" >&59219 + echo "$as_me:13033: \$? = $ac_status" >&5 8753 9220 (exit $ac_status); } && 8754 9221 { ac_try='test -s conftest.$ac_objext' 8755 9222 - { (eval echo "$as_me:12955: \"$ac_try\"") >&5 8756 + { (eval echo "$as_me:130 24: \"$ac_try\"") >&59223 + { (eval echo "$as_me:13036: \"$ac_try\"") >&5 8757 9224 (eval $ac_try) 2>&5 8758 9225 ac_status=$? 8759 9226 - echo "$as_me:12958: \$? = $ac_status" >&5 8760 + echo "$as_me:130 27: \$? = $ac_status" >&59227 + echo "$as_me:13039: \$? = $ac_status" >&5 8761 9228 (exit $ac_status); }; }; then 8762 9229 sigact_bad=no 8763 9230 else 8764 @@ -12963,7 +130 32,7 @@9231 @@ -12963,7 +13044,7 @@ 8765 9232 cat conftest.$ac_ext >&5 8766 9233 8767 9234 cat >conftest.$ac_ext <<_ACEOF 8768 9235 -#line 12966 "configure" 8769 +#line 130 35"configure"9236 +#line 13047 "configure" 8770 9237 #include "confdefs.h" 8771 9238 8772 9239 #define _POSIX_SOURCE 8773 @@ -12978,16 +130 47,16 @@9240 @@ -12978,16 +13059,16 @@ 8774 9241 } 8775 9242 _ACEOF 8776 9243 rm -f conftest.$ac_objext 8777 9244 -if { (eval echo "$as_me:12981: \"$ac_compile\"") >&5 8778 +if { (eval echo "$as_me:130 50: \"$ac_compile\"") >&59245 +if { (eval echo "$as_me:13062: \"$ac_compile\"") >&5 8779 9246 (eval $ac_compile) 2>&5 8780 9247 ac_status=$? 8781 9248 - echo "$as_me:12984: \$? = $ac_status" >&5 8782 + echo "$as_me:130 53: \$? = $ac_status" >&59249 + echo "$as_me:13065: \$? = $ac_status" >&5 8783 9250 (exit $ac_status); } && 8784 9251 { ac_try='test -s conftest.$ac_objext' 8785 9252 - { (eval echo "$as_me:12987: \"$ac_try\"") >&5 8786 + { (eval echo "$as_me:130 56: \"$ac_try\"") >&59253 + { (eval echo "$as_me:13068: \"$ac_try\"") >&5 8787 9254 (eval $ac_try) 2>&5 8788 9255 ac_status=$? 8789 9256 - echo "$as_me:12990: \$? = $ac_status" >&5 8790 + echo "$as_me:130 59: \$? = $ac_status" >&59257 + echo "$as_me:13071: \$? = $ac_status" >&5 8791 9258 (exit $ac_status); }; }; then 8792 9259 sigact_bad=yes 8793 9260 cat >>confdefs.h <<\EOF 8794 @@ -13002,11 +130 71,11 @@9261 @@ -13002,11 +13083,11 @@ 8795 9262 rm -f conftest.$ac_objext conftest.$ac_ext 8796 9263 fi 8797 9264 rm -f conftest.$ac_objext conftest.$ac_ext 8798 9265 -echo "$as_me:13005: result: $sigact_bad" >&5 8799 +echo "$as_me:130 74: result: $sigact_bad" >&59266 +echo "$as_me:13086: result: $sigact_bad" >&5 8800 9267 echo "${ECHO_T}$sigact_bad" >&6 8801 9268 fi 8802 9269 8803 9270 -echo "$as_me:13009: checking if nanosleep really works" >&5 8804 +echo "$as_me:130 78: checking if nanosleep really works" >&59271 +echo "$as_me:13090: checking if nanosleep really works" >&5 8805 9272 echo $ECHO_N "checking if nanosleep really works... $ECHO_C" >&6 8806 9273 if test "${cf_cv_func_nanosleep+set}" = set; then 8807 9274 echo $ECHO_N "(cached) $ECHO_C" >&6 8808 @@ -13016,7 +130 85,7 @@9275 @@ -13016,7 +13097,7 @@ 8809 9276 cf_cv_func_nanosleep=unknown 8810 9277 else 8811 9278 cat >conftest.$ac_ext <<_ACEOF 8812 9279 -#line 13019 "configure" 8813 +#line 13 088"configure"9280 +#line 13100 "configure" 8814 9281 #include "confdefs.h" 8815 9282 8816 9283 #include <stdio.h> 8817 @@ -13041,15 +131 10,15 @@9284 @@ -13041,15 +13122,15 @@ 8818 9285 8819 9286 _ACEOF 8820 9287 rm -f conftest$ac_exeext 8821 9288 -if { (eval echo "$as_me:13044: \"$ac_link\"") >&5 8822 +if { (eval echo "$as_me:131 13: \"$ac_link\"") >&59289 +if { (eval echo "$as_me:13125: \"$ac_link\"") >&5 8823 9290 (eval $ac_link) 2>&5 8824 9291 ac_status=$? 8825 9292 - echo "$as_me:13047: \$? = $ac_status" >&5 8826 + echo "$as_me:131 16: \$? = $ac_status" >&59293 + echo "$as_me:13128: \$? = $ac_status" >&5 8827 9294 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8828 9295 - { (eval echo "$as_me:13049: \"$ac_try\"") >&5 8829 + { (eval echo "$as_me:131 18: \"$ac_try\"") >&59296 + { (eval echo "$as_me:13130: \"$ac_try\"") >&5 8830 9297 (eval $ac_try) 2>&5 8831 9298 ac_status=$? 8832 9299 - echo "$as_me:13052: \$? = $ac_status" >&5 8833 + echo "$as_me:131 21: \$? = $ac_status" >&59300 + echo "$as_me:13133: \$? = $ac_status" >&5 8834 9301 (exit $ac_status); }; }; then 8835 9302 cf_cv_func_nanosleep=yes 8836 9303 else 8837 @@ -13061,7 +131 30,7 @@9304 @@ -13061,7 +13142,7 @@ 8838 9305 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8839 9306 fi 8840 9307 fi 8841 9308 -echo "$as_me:13064: result: $cf_cv_func_nanosleep" >&5 8842 +echo "$as_me:131 33: result: $cf_cv_func_nanosleep" >&59309 +echo "$as_me:13145: result: $cf_cv_func_nanosleep" >&5 8843 9310 echo "${ECHO_T}$cf_cv_func_nanosleep" >&6 8844 9311 8845 9312 test "$cf_cv_func_nanosleep" = "yes" && cat >>confdefs.h <<\EOF 8846 @@ -13075,23 +131 44,23 @@9313 @@ -13075,23 +13156,23 @@ 8847 9314 8848 9315 do 8849 9316 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8850 9317 -echo "$as_me:13078: checking for $ac_header" >&5 8851 +echo "$as_me:131 47: checking for $ac_header" >&59318 +echo "$as_me:13159: checking for $ac_header" >&5 8852 9319 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8853 9320 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 8856 9323 cat >conftest.$ac_ext <<_ACEOF 8857 9324 -#line 13084 "configure" 8858 +#line 131 53"configure"9325 +#line 13165 "configure" 8859 9326 #include "confdefs.h" 8860 9327 #include <$ac_header> 8861 9328 _ACEOF 8862 9329 -if { (eval echo "$as_me:13088: \"$ac_cpp conftest.$ac_ext\"") >&5 8863 +if { (eval echo "$as_me:131 57: \"$ac_cpp conftest.$ac_ext\"") >&59330 +if { (eval echo "$as_me:13169: \"$ac_cpp conftest.$ac_ext\"") >&5 8864 9331 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8865 9332 ac_status=$? … … 8868 9335 cat conftest.err >&5 8869 9336 - echo "$as_me:13094: \$? = $ac_status" >&5 8870 + echo "$as_me:131 63: \$? = $ac_status" >&59337 + echo "$as_me:13175: \$? = $ac_status" >&5 8871 9338 (exit $ac_status); } >/dev/null; then 8872 9339 if test -s conftest.err; then 8873 9340 ac_cpp_err=$ac_c_preproc_warn_flag 8874 @@ -13110,7 +131 79,7 @@9341 @@ -13110,7 +13191,7 @@ 8875 9342 fi 8876 9343 rm -f conftest.err conftest.$ac_ext 8877 9344 fi 8878 9345 -echo "$as_me:13113: result: `eval echo '${'$as_ac_Header'}'`" >&5 8879 +echo "$as_me:131 82: result: `eval echo '${'$as_ac_Header'}'`" >&59346 +echo "$as_me:13194: result: `eval echo '${'$as_ac_Header'}'`" >&5 8880 9347 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8881 9348 if test `eval echo '${'$as_ac_Header'}'` = yes; then 8882 9349 cat >>confdefs.h <<EOF 8883 @@ -13125,23 +13 194,23 @@9350 @@ -13125,23 +13206,23 @@ 8884 9351 for ac_header in sys/termio.h 8885 9352 do 8886 9353 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8887 9354 -echo "$as_me:13128: checking for $ac_header" >&5 8888 +echo "$as_me:13 197: checking for $ac_header" >&59355 +echo "$as_me:13209: checking for $ac_header" >&5 8889 9356 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8890 9357 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 8893 9360 cat >conftest.$ac_ext <<_ACEOF 8894 9361 -#line 13134 "configure" 8895 +#line 132 03"configure"9362 +#line 13215 "configure" 8896 9363 #include "confdefs.h" 8897 9364 #include <$ac_header> 8898 9365 _ACEOF 8899 9366 -if { (eval echo "$as_me:13138: \"$ac_cpp conftest.$ac_ext\"") >&5 8900 +if { (eval echo "$as_me:132 07: \"$ac_cpp conftest.$ac_ext\"") >&59367 +if { (eval echo "$as_me:13219: \"$ac_cpp conftest.$ac_ext\"") >&5 8901 9368 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8902 9369 ac_status=$? … … 8905 9372 cat conftest.err >&5 8906 9373 - echo "$as_me:13144: \$? = $ac_status" >&5 8907 + echo "$as_me:132 13: \$? = $ac_status" >&59374 + echo "$as_me:13225: \$? = $ac_status" >&5 8908 9375 (exit $ac_status); } >/dev/null; then 8909 9376 if test -s conftest.err; then 8910 9377 ac_cpp_err=$ac_c_preproc_warn_flag 8911 @@ -13160,7 +132 29,7 @@9378 @@ -13160,7 +13241,7 @@ 8912 9379 fi 8913 9380 rm -f conftest.err conftest.$ac_ext 8914 9381 fi 8915 9382 -echo "$as_me:13163: result: `eval echo '${'$as_ac_Header'}'`" >&5 8916 +echo "$as_me:132 32: result: `eval echo '${'$as_ac_Header'}'`" >&59383 +echo "$as_me:13244: result: `eval echo '${'$as_ac_Header'}'`" >&5 8917 9384 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8918 9385 if test `eval echo '${'$as_ac_Header'}'` = yes; then 8919 9386 cat >>confdefs.h <<EOF 8920 @@ -13178,10 +132 47,10 @@9387 @@ -13178,10 +13259,10 @@ 8921 9388 *) termios_bad=maybe ;; 8922 9389 esac 8923 9390 if test "$termios_bad" = maybe ; then 8924 9391 - echo "$as_me:13181: checking whether termios.h needs _POSIX_SOURCE" >&5 8925 + echo "$as_me:132 50: checking whether termios.h needs _POSIX_SOURCE" >&59392 + echo "$as_me:13262: checking whether termios.h needs _POSIX_SOURCE" >&5 8926 9393 echo $ECHO_N "checking whether termios.h needs _POSIX_SOURCE... $ECHO_C" >&6 8927 9394 cat >conftest.$ac_ext <<_ACEOF 8928 9395 -#line 13184 "configure" 8929 +#line 132 53"configure"9396 +#line 13265 "configure" 8930 9397 #include "confdefs.h" 8931 9398 #include <termios.h> 8932 9399 int 8933 @@ -13193,16 +132 62,16 @@9400 @@ -13193,16 +13274,16 @@ 8934 9401 } 8935 9402 _ACEOF 8936 9403 rm -f conftest.$ac_objext 8937 9404 -if { (eval echo "$as_me:13196: \"$ac_compile\"") >&5 8938 +if { (eval echo "$as_me:132 65: \"$ac_compile\"") >&59405 +if { (eval echo "$as_me:13277: \"$ac_compile\"") >&5 8939 9406 (eval $ac_compile) 2>&5 8940 9407 ac_status=$? 8941 9408 - echo "$as_me:13199: \$? = $ac_status" >&5 8942 + echo "$as_me:132 68: \$? = $ac_status" >&59409 + echo "$as_me:13280: \$? = $ac_status" >&5 8943 9410 (exit $ac_status); } && 8944 9411 { ac_try='test -s conftest.$ac_objext' 8945 9412 - { (eval echo "$as_me:13202: \"$ac_try\"") >&5 8946 + { (eval echo "$as_me:132 71: \"$ac_try\"") >&59413 + { (eval echo "$as_me:13283: \"$ac_try\"") >&5 8947 9414 (eval $ac_try) 2>&5 8948 9415 ac_status=$? 8949 9416 - echo "$as_me:13205: \$? = $ac_status" >&5 8950 + echo "$as_me:132 74: \$? = $ac_status" >&59417 + echo "$as_me:13286: \$? = $ac_status" >&5 8951 9418 (exit $ac_status); }; }; then 8952 9419 termios_bad=no 8953 9420 else 8954 @@ -13210,7 +132 79,7 @@9421 @@ -13210,7 +13291,7 @@ 8955 9422 cat conftest.$ac_ext >&5 8956 9423 8957 9424 cat >conftest.$ac_ext <<_ACEOF 8958 9425 -#line 13213 "configure" 8959 +#line 132 82"configure"9426 +#line 13294 "configure" 8960 9427 #include "confdefs.h" 8961 9428 8962 9429 #define _POSIX_SOURCE 8963 @@ -13224,16 +13 293,16 @@9430 @@ -13224,16 +13305,16 @@ 8964 9431 } 8965 9432 _ACEOF 8966 9433 rm -f conftest.$ac_objext 8967 9434 -if { (eval echo "$as_me:13227: \"$ac_compile\"") >&5 8968 +if { (eval echo "$as_me:13 296: \"$ac_compile\"") >&59435 +if { (eval echo "$as_me:13308: \"$ac_compile\"") >&5 8969 9436 (eval $ac_compile) 2>&5 8970 9437 ac_status=$? 8971 9438 - echo "$as_me:13230: \$? = $ac_status" >&5 8972 + echo "$as_me:13 299: \$? = $ac_status" >&59439 + echo "$as_me:13311: \$? = $ac_status" >&5 8973 9440 (exit $ac_status); } && 8974 9441 { ac_try='test -s conftest.$ac_objext' 8975 9442 - { (eval echo "$as_me:13233: \"$ac_try\"") >&5 8976 + { (eval echo "$as_me:133 02: \"$ac_try\"") >&59443 + { (eval echo "$as_me:13314: \"$ac_try\"") >&5 8977 9444 (eval $ac_try) 2>&5 8978 9445 ac_status=$? 8979 9446 - echo "$as_me:13236: \$? = $ac_status" >&5 8980 + echo "$as_me:133 05: \$? = $ac_status" >&59447 + echo "$as_me:13317: \$? = $ac_status" >&5 8981 9448 (exit $ac_status); }; }; then 8982 9449 termios_bad=unknown 8983 9450 else 8984 @@ -13248,19 +133 17,19 @@9451 @@ -13248,19 +13329,19 @@ 8985 9452 8986 9453 fi 8987 9454 rm -f conftest.$ac_objext conftest.$ac_ext 8988 9455 - echo "$as_me:13251: result: $termios_bad" >&5 8989 + echo "$as_me:133 20: result: $termios_bad" >&59456 + echo "$as_me:13332: result: $termios_bad" >&5 8990 9457 echo "${ECHO_T}$termios_bad" >&6 8991 9458 fi … … 8993 9460 8994 9461 -echo "$as_me:13256: checking for tcgetattr" >&5 8995 +echo "$as_me:133 25: checking for tcgetattr" >&59462 +echo "$as_me:13337: checking for tcgetattr" >&5 8996 9463 echo $ECHO_N "checking for tcgetattr... $ECHO_C" >&6 8997 9464 if test "${cf_cv_have_tcgetattr+set}" = set; then … … 9001 9468 cat >conftest.$ac_ext <<_ACEOF 9002 9469 -#line 13263 "configure" 9003 +#line 133 32"configure"9470 +#line 13344 "configure" 9004 9471 #include "confdefs.h" 9005 9472 9006 9473 #include <sys/types.h> 9007 @@ -13288,16 +133 57,16 @@9474 @@ -13288,16 +13369,16 @@ 9008 9475 } 9009 9476 _ACEOF 9010 9477 rm -f conftest.$ac_objext conftest$ac_exeext 9011 9478 -if { (eval echo "$as_me:13291: \"$ac_link\"") >&5 9012 +if { (eval echo "$as_me:133 60: \"$ac_link\"") >&59479 +if { (eval echo "$as_me:13372: \"$ac_link\"") >&5 9013 9480 (eval $ac_link) 2>&5 9014 9481 ac_status=$? 9015 9482 - echo "$as_me:13294: \$? = $ac_status" >&5 9016 + echo "$as_me:133 63: \$? = $ac_status" >&59483 + echo "$as_me:13375: \$? = $ac_status" >&5 9017 9484 (exit $ac_status); } && 9018 9485 { ac_try='test -s conftest$ac_exeext' 9019 9486 - { (eval echo "$as_me:13297: \"$ac_try\"") >&5 9020 + { (eval echo "$as_me:133 66: \"$ac_try\"") >&59487 + { (eval echo "$as_me:13378: \"$ac_try\"") >&5 9021 9488 (eval $ac_try) 2>&5 9022 9489 ac_status=$? 9023 9490 - echo "$as_me:13300: \$? = $ac_status" >&5 9024 + echo "$as_me:133 69: \$? = $ac_status" >&59491 + echo "$as_me:13381: \$? = $ac_status" >&5 9025 9492 (exit $ac_status); }; }; then 9026 9493 cf_cv_have_tcgetattr=yes 9027 9494 else 9028 @@ -13307,20 +133 76,20 @@9495 @@ -13307,20 +13388,20 @@ 9029 9496 fi 9030 9497 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9031 9498 fi 9032 9499 -echo "$as_me:13310: result: $cf_cv_have_tcgetattr" >&5 9033 +echo "$as_me:133 79: result: $cf_cv_have_tcgetattr" >&59500 +echo "$as_me:13391: result: $cf_cv_have_tcgetattr" >&5 9034 9501 echo "${ECHO_T}$cf_cv_have_tcgetattr" >&6 9035 9502 test "$cf_cv_have_tcgetattr" = yes && cat >>confdefs.h <<\EOF … … 9038 9505 9039 9506 -echo "$as_me:13316: checking for vsscanf function or workaround" >&5 9040 +echo "$as_me:133 85: checking for vsscanf function or workaround" >&59507 +echo "$as_me:13397: checking for vsscanf function or workaround" >&5 9041 9508 echo $ECHO_N "checking for vsscanf function or workaround... $ECHO_C" >&6 9042 9509 if test "${cf_cv_func_vsscanf+set}" = set; then … … 9046 9513 cat >conftest.$ac_ext <<_ACEOF 9047 9514 -#line 13323 "configure" 9048 +#line 13 392"configure"9515 +#line 13404 "configure" 9049 9516 #include "confdefs.h" 9050 9517 9051 9518 #include <stdarg.h> 9052 @@ -13336,16 +134 05,16 @@9519 @@ -13336,16 +13417,16 @@ 9053 9520 } 9054 9521 _ACEOF 9055 9522 rm -f conftest.$ac_objext conftest$ac_exeext 9056 9523 -if { (eval echo "$as_me:13339: \"$ac_link\"") >&5 9057 +if { (eval echo "$as_me:134 08: \"$ac_link\"") >&59524 +if { (eval echo "$as_me:13420: \"$ac_link\"") >&5 9058 9525 (eval $ac_link) 2>&5 9059 9526 ac_status=$? 9060 9527 - echo "$as_me:13342: \$? = $ac_status" >&5 9061 + echo "$as_me:134 11: \$? = $ac_status" >&59528 + echo "$as_me:13423: \$? = $ac_status" >&5 9062 9529 (exit $ac_status); } && 9063 9530 { ac_try='test -s conftest$ac_exeext' 9064 9531 - { (eval echo "$as_me:13345: \"$ac_try\"") >&5 9065 + { (eval echo "$as_me:134 14: \"$ac_try\"") >&59532 + { (eval echo "$as_me:13426: \"$ac_try\"") >&5 9066 9533 (eval $ac_try) 2>&5 9067 9534 ac_status=$? 9068 9535 - echo "$as_me:13348: \$? = $ac_status" >&5 9069 + echo "$as_me:134 17: \$? = $ac_status" >&59536 + echo "$as_me:13429: \$? = $ac_status" >&5 9070 9537 (exit $ac_status); }; }; then 9071 9538 cf_cv_func_vsscanf=vsscanf 9072 9539 else 9073 @@ -13353,7 +134 22,7 @@9540 @@ -13353,7 +13434,7 @@ 9074 9541 cat conftest.$ac_ext >&5 9075 9542 9076 9543 cat >conftest.$ac_ext <<_ACEOF 9077 9544 -#line 13356 "configure" 9078 +#line 134 25"configure"9545 +#line 13437 "configure" 9079 9546 #include "confdefs.h" 9080 9547 9081 9548 #include <stdarg.h> 9082 @@ -13375,16 +134 44,16 @@9549 @@ -13375,16 +13456,16 @@ 9083 9550 } 9084 9551 _ACEOF 9085 9552 rm -f conftest.$ac_objext conftest$ac_exeext 9086 9553 -if { (eval echo "$as_me:13378: \"$ac_link\"") >&5 9087 +if { (eval echo "$as_me:134 47: \"$ac_link\"") >&59554 +if { (eval echo "$as_me:13459: \"$ac_link\"") >&5 9088 9555 (eval $ac_link) 2>&5 9089 9556 ac_status=$? 9090 9557 - echo "$as_me:13381: \$? = $ac_status" >&5 9091 + echo "$as_me:134 50: \$? = $ac_status" >&59558 + echo "$as_me:13462: \$? = $ac_status" >&5 9092 9559 (exit $ac_status); } && 9093 9560 { ac_try='test -s conftest$ac_exeext' 9094 9561 - { (eval echo "$as_me:13384: \"$ac_try\"") >&5 9095 + { (eval echo "$as_me:134 53: \"$ac_try\"") >&59562 + { (eval echo "$as_me:13465: \"$ac_try\"") >&5 9096 9563 (eval $ac_try) 2>&5 9097 9564 ac_status=$? 9098 9565 - echo "$as_me:13387: \$? = $ac_status" >&5 9099 + echo "$as_me:134 56: \$? = $ac_status" >&59566 + echo "$as_me:13468: \$? = $ac_status" >&5 9100 9567 (exit $ac_status); }; }; then 9101 9568 cf_cv_func_vsscanf=vfscanf 9102 9569 else 9103 @@ -13392,7 +134 61,7 @@9570 @@ -13392,7 +13473,7 @@ 9104 9571 cat conftest.$ac_ext >&5 9105 9572 9106 9573 cat >conftest.$ac_ext <<_ACEOF 9107 9574 -#line 13395 "configure" 9108 +#line 134 64"configure"9575 +#line 13476 "configure" 9109 9576 #include "confdefs.h" 9110 9577 9111 9578 #include <stdarg.h> 9112 @@ -13414,16 +134 83,16 @@9579 @@ -13414,16 +13495,16 @@ 9113 9580 } 9114 9581 _ACEOF 9115 9582 rm -f conftest.$ac_objext conftest$ac_exeext 9116 9583 -if { (eval echo "$as_me:13417: \"$ac_link\"") >&5 9117 +if { (eval echo "$as_me:134 86: \"$ac_link\"") >&59584 +if { (eval echo "$as_me:13498: \"$ac_link\"") >&5 9118 9585 (eval $ac_link) 2>&5 9119 9586 ac_status=$? 9120 9587 - echo "$as_me:13420: \$? = $ac_status" >&5 9121 + echo "$as_me:13 489: \$? = $ac_status" >&59588 + echo "$as_me:13501: \$? = $ac_status" >&5 9122 9589 (exit $ac_status); } && 9123 9590 { ac_try='test -s conftest$ac_exeext' 9124 9591 - { (eval echo "$as_me:13423: \"$ac_try\"") >&5 9125 + { (eval echo "$as_me:13 492: \"$ac_try\"") >&59592 + { (eval echo "$as_me:13504: \"$ac_try\"") >&5 9126 9593 (eval $ac_try) 2>&5 9127 9594 ac_status=$? 9128 9595 - echo "$as_me:13426: \$? = $ac_status" >&5 9129 + echo "$as_me:13 495: \$? = $ac_status" >&59596 + echo "$as_me:13507: \$? = $ac_status" >&5 9130 9597 (exit $ac_status); }; }; then 9131 9598 cf_cv_func_vsscanf=_doscan 9132 9599 else 9133 @@ -13438,7 +135 07,7 @@9600 @@ -13438,7 +13519,7 @@ 9134 9601 fi 9135 9602 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9136 9603 fi 9137 9604 -echo "$as_me:13441: result: $cf_cv_func_vsscanf" >&5 9138 +echo "$as_me:135 10: result: $cf_cv_func_vsscanf" >&59605 +echo "$as_me:13522: result: $cf_cv_func_vsscanf" >&5 9139 9606 echo "${ECHO_T}$cf_cv_func_vsscanf" >&6 9140 9607 9141 9608 case $cf_cv_func_vsscanf in #(vi 9142 @@ -13456,7 +135 25,7 @@9609 @@ -13456,7 +13537,7 @@ 9143 9610 ;; 9144 9611 esac 9145 9612 9146 9613 -echo "$as_me:13459: checking for working mkstemp" >&5 9147 +echo "$as_me:135 28: checking for working mkstemp" >&59614 +echo "$as_me:13540: checking for working mkstemp" >&5 9148 9615 echo $ECHO_N "checking for working mkstemp... $ECHO_C" >&6 9149 9616 if test "${cf_cv_func_mkstemp+set}" = set; then 9150 9617 echo $ECHO_N "(cached) $ECHO_C" >&6 9151 @@ -13464,13 +135 33,13 @@9618 @@ -13464,13 +13545,13 @@ 9152 9619 9153 9620 rm -f conftest* 9154 9621 if test "$cross_compiling" = yes; then 9155 9622 - echo "$as_me:13467: checking for mkstemp" >&5 9156 + echo "$as_me:135 36: checking for mkstemp" >&59623 + echo "$as_me:13548: checking for mkstemp" >&5 9157 9624 echo $ECHO_N "checking for mkstemp... $ECHO_C" >&6 9158 9625 if test "${ac_cv_func_mkstemp+set}" = set; then … … 9161 9628 cat >conftest.$ac_ext <<_ACEOF 9162 9629 -#line 13473 "configure" 9163 +#line 135 42"configure"9630 +#line 13554 "configure" 9164 9631 #include "confdefs.h" 9165 9632 /* System header to define __stub macros and hopefully few prototypes, 9166 9633 which can conflict with char mkstemp (); below. */ 9167 @@ -13501,16 +135 70,16 @@9634 @@ -13501,16 +13582,16 @@ 9168 9635 } 9169 9636 _ACEOF 9170 9637 rm -f conftest.$ac_objext conftest$ac_exeext 9171 9638 -if { (eval echo "$as_me:13504: \"$ac_link\"") >&5 9172 +if { (eval echo "$as_me:135 73: \"$ac_link\"") >&59639 +if { (eval echo "$as_me:13585: \"$ac_link\"") >&5 9173 9640 (eval $ac_link) 2>&5 9174 9641 ac_status=$? 9175 9642 - echo "$as_me:13507: \$? = $ac_status" >&5 9176 + echo "$as_me:135 76: \$? = $ac_status" >&59643 + echo "$as_me:13588: \$? = $ac_status" >&5 9177 9644 (exit $ac_status); } && 9178 9645 { ac_try='test -s conftest$ac_exeext' 9179 9646 - { (eval echo "$as_me:13510: \"$ac_try\"") >&5 9180 + { (eval echo "$as_me:135 79: \"$ac_try\"") >&59647 + { (eval echo "$as_me:13591: \"$ac_try\"") >&5 9181 9648 (eval $ac_try) 2>&5 9182 9649 ac_status=$? 9183 9650 - echo "$as_me:13513: \$? = $ac_status" >&5 9184 + echo "$as_me:135 82: \$? = $ac_status" >&59651 + echo "$as_me:13594: \$? = $ac_status" >&5 9185 9652 (exit $ac_status); }; }; then 9186 9653 ac_cv_func_mkstemp=yes 9187 9654 else 9188 @@ -13520,12 +13 589,12 @@9655 @@ -13520,12 +13601,12 @@ 9189 9656 fi 9190 9657 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9191 9658 fi 9192 9659 -echo "$as_me:13523: result: $ac_cv_func_mkstemp" >&5 9193 +echo "$as_me:13 592: result: $ac_cv_func_mkstemp" >&59660 +echo "$as_me:13604: result: $ac_cv_func_mkstemp" >&5 9194 9661 echo "${ECHO_T}$ac_cv_func_mkstemp" >&6 9195 9662 … … 9197 9664 cat >conftest.$ac_ext <<_ACEOF 9198 9665 -#line 13528 "configure" 9199 +#line 13 597"configure"9666 +#line 13609 "configure" 9200 9667 #include "confdefs.h" 9201 9668 9202 9669 #include <sys/types.h> 9203 @@ -13563,15 +136 32,15 @@9670 @@ -13563,15 +13644,15 @@ 9204 9671 9205 9672 _ACEOF 9206 9673 rm -f conftest$ac_exeext 9207 9674 -if { (eval echo "$as_me:13566: \"$ac_link\"") >&5 9208 +if { (eval echo "$as_me:136 35: \"$ac_link\"") >&59675 +if { (eval echo "$as_me:13647: \"$ac_link\"") >&5 9209 9676 (eval $ac_link) 2>&5 9210 9677 ac_status=$? 9211 9678 - echo "$as_me:13569: \$? = $ac_status" >&5 9212 + echo "$as_me:136 38: \$? = $ac_status" >&59679 + echo "$as_me:13650: \$? = $ac_status" >&5 9213 9680 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9214 9681 - { (eval echo "$as_me:13571: \"$ac_try\"") >&5 9215 + { (eval echo "$as_me:136 40: \"$ac_try\"") >&59682 + { (eval echo "$as_me:13652: \"$ac_try\"") >&5 9216 9683 (eval $ac_try) 2>&5 9217 9684 ac_status=$? 9218 9685 - echo "$as_me:13574: \$? = $ac_status" >&5 9219 + echo "$as_me:136 43: \$? = $ac_status" >&59686 + echo "$as_me:13655: \$? = $ac_status" >&5 9220 9687 (exit $ac_status); }; }; then 9221 9688 cf_cv_func_mkstemp=yes 9222 9689 9223 @@ -13586,7 +136 55,7 @@9690 @@ -13586,7 +13667,7 @@ 9224 9691 fi 9225 9692 9226 9693 fi 9227 9694 -echo "$as_me:13589: result: $cf_cv_func_mkstemp" >&5 9228 +echo "$as_me:136 58: result: $cf_cv_func_mkstemp" >&59695 +echo "$as_me:13670: result: $cf_cv_func_mkstemp" >&5 9229 9696 echo "${ECHO_T}$cf_cv_func_mkstemp" >&6 9230 9697 if test "$cf_cv_func_mkstemp" = yes ; then 9231 9698 cat >>confdefs.h <<\EOF 9232 @@ -13604,21 +136 73,21 @@9699 @@ -13604,21 +13685,21 @@ 9233 9700 fi 9234 9701 9235 9702 if test "$cross_compiling" = yes ; then 9236 9703 - { echo "$as_me:13607: WARNING: cross compiling: assume setvbuf params not reversed" >&5 9237 + { echo "$as_me:136 76: WARNING: cross compiling: assume setvbuf params not reversed" >&59704 + { echo "$as_me:13688: WARNING: cross compiling: assume setvbuf params not reversed" >&5 9238 9705 echo "$as_me: WARNING: cross compiling: assume setvbuf params not reversed" >&2;} 9239 9706 else 9240 9707 - echo "$as_me:13610: checking whether setvbuf arguments are reversed" >&5 9241 + echo "$as_me:136 79: checking whether setvbuf arguments are reversed" >&59708 + echo "$as_me:13691: checking whether setvbuf arguments are reversed" >&5 9242 9709 echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6 9243 9710 if test "${ac_cv_func_setvbuf_reversed+set}" = set; then … … 9246 9713 if test "$cross_compiling" = yes; then 9247 9714 - { { echo "$as_me:13616: error: cannot run test program while cross compiling" >&5 9248 + { { echo "$as_me:136 85: error: cannot run test program while cross compiling" >&59715 + { { echo "$as_me:13697: error: cannot run test program while cross compiling" >&5 9249 9716 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 9250 9717 { (exit 1); exit 1; }; } … … 9252 9719 cat >conftest.$ac_ext <<_ACEOF 9253 9720 -#line 13621 "configure" 9254 +#line 13 690"configure"9721 +#line 13702 "configure" 9255 9722 #include "confdefs.h" 9256 9723 #include <stdio.h> 9257 9724 /* If setvbuf has the reversed format, exit 0. */ 9258 @@ -13635,15 +137 04,15 @@9725 @@ -13635,15 +13716,15 @@ 9259 9726 } 9260 9727 _ACEOF 9261 9728 rm -f conftest$ac_exeext 9262 9729 -if { (eval echo "$as_me:13638: \"$ac_link\"") >&5 9263 +if { (eval echo "$as_me:137 07: \"$ac_link\"") >&59730 +if { (eval echo "$as_me:13719: \"$ac_link\"") >&5 9264 9731 (eval $ac_link) 2>&5 9265 9732 ac_status=$? 9266 9733 - echo "$as_me:13641: \$? = $ac_status" >&5 9267 + echo "$as_me:137 10: \$? = $ac_status" >&59734 + echo "$as_me:13722: \$? = $ac_status" >&5 9268 9735 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9269 9736 - { (eval echo "$as_me:13643: \"$ac_try\"") >&5 9270 + { (eval echo "$as_me:137 12: \"$ac_try\"") >&59737 + { (eval echo "$as_me:13724: \"$ac_try\"") >&5 9271 9738 (eval $ac_try) 2>&5 9272 9739 ac_status=$? 9273 9740 - echo "$as_me:13646: \$? = $ac_status" >&5 9274 + echo "$as_me:137 15: \$? = $ac_status" >&59741 + echo "$as_me:13727: \$? = $ac_status" >&5 9275 9742 (exit $ac_status); }; }; then 9276 9743 ac_cv_func_setvbuf_reversed=yes 9277 9744 else 9278 @@ -13656,7 +137 25,7 @@9745 @@ -13656,7 +13737,7 @@ 9279 9746 fi 9280 9747 rm -f core core.* *.core 9281 9748 fi 9282 9749 -echo "$as_me:13659: result: $ac_cv_func_setvbuf_reversed" >&5 9283 +echo "$as_me:137 28: result: $ac_cv_func_setvbuf_reversed" >&59750 +echo "$as_me:13740: result: $ac_cv_func_setvbuf_reversed" >&5 9284 9751 echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6 9285 9752 if test $ac_cv_func_setvbuf_reversed = yes; then 9286 9753 9287 @@ -13667,13 +137 36,13 @@9754 @@ -13667,13 +13748,13 @@ 9288 9755 fi 9289 9756 9290 9757 fi 9291 9758 -echo "$as_me:13670: checking return type of signal handlers" >&5 9292 +echo "$as_me:137 39: checking return type of signal handlers" >&59759 +echo "$as_me:13751: checking return type of signal handlers" >&5 9293 9760 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 9294 9761 if test "${ac_cv_type_signal+set}" = set; then … … 9297 9764 cat >conftest.$ac_ext <<_ACEOF 9298 9765 -#line 13676 "configure" 9299 +#line 137 45"configure"9766 +#line 13757 "configure" 9300 9767 #include "confdefs.h" 9301 9768 #include <sys/types.h> 9302 9769 #include <signal.h> 9303 @@ -13695,16 +137 64,16 @@9770 @@ -13695,16 +13776,16 @@ 9304 9771 } 9305 9772 _ACEOF 9306 9773 rm -f conftest.$ac_objext 9307 9774 -if { (eval echo "$as_me:13698: \"$ac_compile\"") >&5 9308 +if { (eval echo "$as_me:137 67: \"$ac_compile\"") >&59775 +if { (eval echo "$as_me:13779: \"$ac_compile\"") >&5 9309 9776 (eval $ac_compile) 2>&5 9310 9777 ac_status=$? 9311 9778 - echo "$as_me:13701: \$? = $ac_status" >&5 9312 + echo "$as_me:137 70: \$? = $ac_status" >&59779 + echo "$as_me:13782: \$? = $ac_status" >&5 9313 9780 (exit $ac_status); } && 9314 9781 { ac_try='test -s conftest.$ac_objext' 9315 9782 - { (eval echo "$as_me:13704: \"$ac_try\"") >&5 9316 + { (eval echo "$as_me:137 73: \"$ac_try\"") >&59783 + { (eval echo "$as_me:13785: \"$ac_try\"") >&5 9317 9784 (eval $ac_try) 2>&5 9318 9785 ac_status=$? 9319 9786 - echo "$as_me:13707: \$? = $ac_status" >&5 9320 + echo "$as_me:137 76: \$? = $ac_status" >&59787 + echo "$as_me:13788: \$? = $ac_status" >&5 9321 9788 (exit $ac_status); }; }; then 9322 9789 ac_cv_type_signal=void 9323 9790 else 9324 @@ -13714,21 +137 83,21 @@9791 @@ -13714,21 +13795,21 @@ 9325 9792 fi 9326 9793 rm -f conftest.$ac_objext conftest.$ac_ext 9327 9794 fi 9328 9795 -echo "$as_me:13717: result: $ac_cv_type_signal" >&5 9329 +echo "$as_me:137 86: result: $ac_cv_type_signal" >&59796 +echo "$as_me:13798: result: $ac_cv_type_signal" >&5 9330 9797 echo "${ECHO_T}$ac_cv_type_signal" >&6 9331 9798 … … 9335 9802 9336 9803 -echo "$as_me:13724: checking for type sigaction_t" >&5 9337 +echo "$as_me:13 793: checking for type sigaction_t" >&59804 +echo "$as_me:13805: checking for type sigaction_t" >&5 9338 9805 echo $ECHO_N "checking for type sigaction_t... $ECHO_C" >&6 9339 9806 if test "${cf_cv_type_sigaction+set}" = set; then … … 9343 9810 cat >conftest.$ac_ext <<_ACEOF 9344 9811 -#line 13731 "configure" 9345 +#line 138 00"configure"9812 +#line 13812 "configure" 9346 9813 #include "confdefs.h" 9347 9814 9348 9815 #include <signal.h> 9349 @@ -13741,16 +138 10,16 @@9816 @@ -13741,16 +13822,16 @@ 9350 9817 } 9351 9818 _ACEOF 9352 9819 rm -f conftest.$ac_objext 9353 9820 -if { (eval echo "$as_me:13744: \"$ac_compile\"") >&5 9354 +if { (eval echo "$as_me:138 13: \"$ac_compile\"") >&59821 +if { (eval echo "$as_me:13825: \"$ac_compile\"") >&5 9355 9822 (eval $ac_compile) 2>&5 9356 9823 ac_status=$? 9357 9824 - echo "$as_me:13747: \$? = $ac_status" >&5 9358 + echo "$as_me:138 16: \$? = $ac_status" >&59825 + echo "$as_me:13828: \$? = $ac_status" >&5 9359 9826 (exit $ac_status); } && 9360 9827 { ac_try='test -s conftest.$ac_objext' 9361 9828 - { (eval echo "$as_me:13750: \"$ac_try\"") >&5 9362 + { (eval echo "$as_me:138 19: \"$ac_try\"") >&59829 + { (eval echo "$as_me:13831: \"$ac_try\"") >&5 9363 9830 (eval $ac_try) 2>&5 9364 9831 ac_status=$? 9365 9832 - echo "$as_me:13753: \$? = $ac_status" >&5 9366 + echo "$as_me:138 22: \$? = $ac_status" >&59833 + echo "$as_me:13834: \$? = $ac_status" >&5 9367 9834 (exit $ac_status); }; }; then 9368 9835 cf_cv_type_sigaction=yes 9369 9836 else 9370 @@ -13761,13 +138 30,13 @@9837 @@ -13761,13 +13842,13 @@ 9371 9838 rm -f conftest.$ac_objext conftest.$ac_ext 9372 9839 fi 9373 9840 9374 9841 -echo "$as_me:13764: result: $cf_cv_type_sigaction" >&5 9375 +echo "$as_me:138 33: result: $cf_cv_type_sigaction" >&59842 +echo "$as_me:13845: result: $cf_cv_type_sigaction" >&5 9376 9843 echo "${ECHO_T}$cf_cv_type_sigaction" >&6 9377 9844 test "$cf_cv_type_sigaction" = yes && cat >>confdefs.h <<\EOF … … 9380 9847 9381 9848 -echo "$as_me:13770: checking declaration of size-change" >&5 9382 +echo "$as_me:138 39: checking declaration of size-change" >&59849 +echo "$as_me:13851: checking declaration of size-change" >&5 9383 9850 echo $ECHO_N "checking declaration of size-change... $ECHO_C" >&6 9384 9851 if test "${cf_cv_sizechange+set}" = set; then 9385 9852 echo $ECHO_N "(cached) $ECHO_C" >&6 9386 @@ -13782,7 +138 51,7 @@9853 @@ -13782,7 +13863,7 @@ 9387 9854 CPPFLAGS="$cf_save_CPPFLAGS" 9388 9855 test -n "$cf_opts" && CPPFLAGS="$CPPFLAGS -D$cf_opts" 9389 9856 cat >conftest.$ac_ext <<_ACEOF 9390 9857 -#line 13785 "configure" 9391 +#line 138 54"configure"9858 +#line 13866 "configure" 9392 9859 #include "confdefs.h" 9393 9860 #include <sys/types.h> 9394 9861 #ifdef HAVE_TERMIOS_H 9395 @@ -13826,16 +13 895,16 @@9862 @@ -13826,16 +13907,16 @@ 9396 9863 } 9397 9864 _ACEOF 9398 9865 rm -f conftest.$ac_objext 9399 9866 -if { (eval echo "$as_me:13829: \"$ac_compile\"") >&5 9400 +if { (eval echo "$as_me:13 898: \"$ac_compile\"") >&59867 +if { (eval echo "$as_me:13910: \"$ac_compile\"") >&5 9401 9868 (eval $ac_compile) 2>&5 9402 9869 ac_status=$? 9403 9870 - echo "$as_me:13832: \$? = $ac_status" >&5 9404 + echo "$as_me:139 01: \$? = $ac_status" >&59871 + echo "$as_me:13913: \$? = $ac_status" >&5 9405 9872 (exit $ac_status); } && 9406 9873 { ac_try='test -s conftest.$ac_objext' 9407 9874 - { (eval echo "$as_me:13835: \"$ac_try\"") >&5 9408 + { (eval echo "$as_me:139 04: \"$ac_try\"") >&59875 + { (eval echo "$as_me:13916: \"$ac_try\"") >&5 9409 9876 (eval $ac_try) 2>&5 9410 9877 ac_status=$? 9411 9878 - echo "$as_me:13838: \$? = $ac_status" >&5 9412 + echo "$as_me:139 07: \$? = $ac_status" >&59879 + echo "$as_me:13919: \$? = $ac_status" >&5 9413 9880 (exit $ac_status); }; }; then 9414 9881 cf_cv_sizechange=yes 9415 9882 else 9416 @@ -13854,7 +139 23,7 @@9883 @@ -13854,7 +13935,7 @@ 9417 9884 done 9418 9885 9419 9886 fi 9420 9887 -echo "$as_me:13857: result: $cf_cv_sizechange" >&5 9421 +echo "$as_me:139 26: result: $cf_cv_sizechange" >&59888 +echo "$as_me:13938: result: $cf_cv_sizechange" >&5 9422 9889 echo "${ECHO_T}$cf_cv_sizechange" >&6 9423 9890 if test "$cf_cv_sizechange" != no ; then 9424 9891 cat >>confdefs.h <<\EOF 9425 @@ -13871,13 +139 40,13 @@9892 @@ -13871,13 +13952,13 @@ 9426 9893 esac 9427 9894 fi 9428 9895 9429 9896 -echo "$as_me:13874: checking for memmove" >&5 9430 +echo "$as_me:139 43: checking for memmove" >&59897 +echo "$as_me:13955: checking for memmove" >&5 9431 9898 echo $ECHO_N "checking for memmove... $ECHO_C" >&6 9432 9899 if test "${ac_cv_func_memmove+set}" = set; then … … 9435 9902 cat >conftest.$ac_ext <<_ACEOF 9436 9903 -#line 13880 "configure" 9437 +#line 139 49"configure"9904 +#line 13961 "configure" 9438 9905 #include "confdefs.h" 9439 9906 /* System header to define __stub macros and hopefully few prototypes, 9440 9907 which can conflict with char memmove (); below. */ 9441 @@ -13908,16 +139 77,16 @@9908 @@ -13908,16 +13989,16 @@ 9442 9909 } 9443 9910 _ACEOF 9444 9911 rm -f conftest.$ac_objext conftest$ac_exeext 9445 9912 -if { (eval echo "$as_me:13911: \"$ac_link\"") >&5 9446 +if { (eval echo "$as_me:139 80: \"$ac_link\"") >&59913 +if { (eval echo "$as_me:13992: \"$ac_link\"") >&5 9447 9914 (eval $ac_link) 2>&5 9448 9915 ac_status=$? 9449 9916 - echo "$as_me:13914: \$? = $ac_status" >&5 9450 + echo "$as_me:139 83: \$? = $ac_status" >&59917 + echo "$as_me:13995: \$? = $ac_status" >&5 9451 9918 (exit $ac_status); } && 9452 9919 { ac_try='test -s conftest$ac_exeext' 9453 9920 - { (eval echo "$as_me:13917: \"$ac_try\"") >&5 9454 + { (eval echo "$as_me:139 86: \"$ac_try\"") >&59921 + { (eval echo "$as_me:13998: \"$ac_try\"") >&5 9455 9922 (eval $ac_try) 2>&5 9456 9923 ac_status=$? 9457 9924 - echo "$as_me:13920: \$? = $ac_status" >&5 9458 + echo "$as_me:1 3989: \$? = $ac_status" >&59925 + echo "$as_me:14001: \$? = $ac_status" >&5 9459 9926 (exit $ac_status); }; }; then 9460 9927 ac_cv_func_memmove=yes 9461 9928 else 9462 @@ -13927,19 +1 3996,19 @@9929 @@ -13927,19 +14008,19 @@ 9463 9930 fi 9464 9931 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9465 9932 fi 9466 9933 -echo "$as_me:13930: result: $ac_cv_func_memmove" >&5 9467 +echo "$as_me:1 3999: result: $ac_cv_func_memmove" >&59934 +echo "$as_me:14011: result: $ac_cv_func_memmove" >&5 9468 9935 echo "${ECHO_T}$ac_cv_func_memmove" >&6 9469 9936 if test $ac_cv_func_memmove = yes; then … … 9472 9939 9473 9940 -echo "$as_me:13936: checking for bcopy" >&5 9474 +echo "$as_me:140 05: checking for bcopy" >&59941 +echo "$as_me:14017: checking for bcopy" >&5 9475 9942 echo $ECHO_N "checking for bcopy... $ECHO_C" >&6 9476 9943 if test "${ac_cv_func_bcopy+set}" = set; then … … 9479 9946 cat >conftest.$ac_ext <<_ACEOF 9480 9947 -#line 13942 "configure" 9481 +#line 140 11"configure"9948 +#line 14023 "configure" 9482 9949 #include "confdefs.h" 9483 9950 /* System header to define __stub macros and hopefully few prototypes, 9484 9951 which can conflict with char bcopy (); below. */ 9485 @@ -13970,16 +140 39,16 @@9952 @@ -13970,16 +14051,16 @@ 9486 9953 } 9487 9954 _ACEOF 9488 9955 rm -f conftest.$ac_objext conftest$ac_exeext 9489 9956 -if { (eval echo "$as_me:13973: \"$ac_link\"") >&5 9490 +if { (eval echo "$as_me:140 42: \"$ac_link\"") >&59957 +if { (eval echo "$as_me:14054: \"$ac_link\"") >&5 9491 9958 (eval $ac_link) 2>&5 9492 9959 ac_status=$? 9493 9960 - echo "$as_me:13976: \$? = $ac_status" >&5 9494 + echo "$as_me:140 45: \$? = $ac_status" >&59961 + echo "$as_me:14057: \$? = $ac_status" >&5 9495 9962 (exit $ac_status); } && 9496 9963 { ac_try='test -s conftest$ac_exeext' 9497 9964 - { (eval echo "$as_me:13979: \"$ac_try\"") >&5 9498 + { (eval echo "$as_me:140 48: \"$ac_try\"") >&59965 + { (eval echo "$as_me:14060: \"$ac_try\"") >&5 9499 9966 (eval $ac_try) 2>&5 9500 9967 ac_status=$? 9501 9968 - echo "$as_me:13982: \$? = $ac_status" >&5 9502 + echo "$as_me:140 51: \$? = $ac_status" >&59969 + echo "$as_me:14063: \$? = $ac_status" >&5 9503 9970 (exit $ac_status); }; }; then 9504 9971 ac_cv_func_bcopy=yes 9505 9972 else 9506 @@ -13989,11 +140 58,11 @@9973 @@ -13989,11 +14070,11 @@ 9507 9974 fi 9508 9975 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9509 9976 fi 9510 9977 -echo "$as_me:13992: result: $ac_cv_func_bcopy" >&5 9511 +echo "$as_me:140 61: result: $ac_cv_func_bcopy" >&59978 +echo "$as_me:14073: result: $ac_cv_func_bcopy" >&5 9512 9979 echo "${ECHO_T}$ac_cv_func_bcopy" >&6 9513 9980 if test $ac_cv_func_bcopy = yes; then 9514 9981 9515 9982 - echo "$as_me:13996: checking if bcopy does overlapping moves" >&5 9516 + echo "$as_me:140 65: checking if bcopy does overlapping moves" >&59983 + echo "$as_me:14077: checking if bcopy does overlapping moves" >&5 9517 9984 echo $ECHO_N "checking if bcopy does overlapping moves... $ECHO_C" >&6 9518 9985 if test "${cf_cv_good_bcopy+set}" = set; then 9519 9986 echo $ECHO_N "(cached) $ECHO_C" >&6 9520 @@ -14003,7 +140 72,7 @@9987 @@ -14003,7 +14084,7 @@ 9521 9988 cf_cv_good_bcopy=unknown 9522 9989 else 9523 9990 cat >conftest.$ac_ext <<_ACEOF 9524 9991 -#line 14006 "configure" 9525 +#line 140 75"configure"9992 +#line 14087 "configure" 9526 9993 #include "confdefs.h" 9527 9994 9528 9995 int main() { 9529 @@ -14017,15 +140 86,15 @@9996 @@ -14017,15 +14098,15 @@ 9530 9997 9531 9998 _ACEOF 9532 9999 rm -f conftest$ac_exeext 9533 10000 -if { (eval echo "$as_me:14020: \"$ac_link\"") >&5 9534 +if { (eval echo "$as_me:14 089: \"$ac_link\"") >&510001 +if { (eval echo "$as_me:14101: \"$ac_link\"") >&5 9535 10002 (eval $ac_link) 2>&5 9536 10003 ac_status=$? 9537 10004 - echo "$as_me:14023: \$? = $ac_status" >&5 9538 + echo "$as_me:14 092: \$? = $ac_status" >&510005 + echo "$as_me:14104: \$? = $ac_status" >&5 9539 10006 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9540 10007 - { (eval echo "$as_me:14025: \"$ac_try\"") >&5 9541 + { (eval echo "$as_me:14 094: \"$ac_try\"") >&510008 + { (eval echo "$as_me:14106: \"$ac_try\"") >&5 9542 10009 (eval $ac_try) 2>&5 9543 10010 ac_status=$? 9544 10011 - echo "$as_me:14028: \$? = $ac_status" >&5 9545 + echo "$as_me:14 097: \$? = $ac_status" >&510012 + echo "$as_me:14109: \$? = $ac_status" >&5 9546 10013 (exit $ac_status); }; }; then 9547 10014 cf_cv_good_bcopy=yes 9548 10015 else 9549 @@ -14038,7 +141 07,7 @@10016 @@ -14038,7 +14119,7 @@ 9550 10017 fi 9551 10018 9552 10019 fi 9553 10020 -echo "$as_me:14041: result: $cf_cv_good_bcopy" >&5 9554 +echo "$as_me:141 10: result: $cf_cv_good_bcopy" >&510021 +echo "$as_me:14122: result: $cf_cv_good_bcopy" >&5 9555 10022 echo "${ECHO_T}$cf_cv_good_bcopy" >&6 9556 10023 9557 10024 else 9558 @@ -14059,7 +141 28,7 @@10025 @@ -14059,7 +14140,7 @@ 9559 10026 9560 10027 fi 9561 10028 9562 10029 -echo "$as_me:14062: checking if poll really works" >&5 9563 +echo "$as_me:141 31: checking if poll really works" >&510030 +echo "$as_me:14143: checking if poll really works" >&5 9564 10031 echo $ECHO_N "checking if poll really works... $ECHO_C" >&6 9565 10032 if test "${cf_cv_working_poll+set}" = set; then 9566 10033 echo $ECHO_N "(cached) $ECHO_C" >&6 9567 @@ -14069,7 +141 38,7 @@10034 @@ -14069,7 +14150,7 @@ 9568 10035 cf_cv_working_poll=unknown 9569 10036 else 9570 10037 cat >conftest.$ac_ext <<_ACEOF 9571 10038 -#line 14072 "configure" 9572 +#line 141 41"configure"10039 +#line 14153 "configure" 9573 10040 #include "confdefs.h" 9574 10041 9575 10042 #include <stdio.h> 9576 @@ -14090,15 +141 59,15 @@10043 @@ -14090,15 +14171,15 @@ 9577 10044 } 9578 10045 _ACEOF 9579 10046 rm -f conftest$ac_exeext 9580 10047 -if { (eval echo "$as_me:14093: \"$ac_link\"") >&5 9581 +if { (eval echo "$as_me:141 62: \"$ac_link\"") >&510048 +if { (eval echo "$as_me:14174: \"$ac_link\"") >&5 9582 10049 (eval $ac_link) 2>&5 9583 10050 ac_status=$? 9584 10051 - echo "$as_me:14096: \$? = $ac_status" >&5 9585 + echo "$as_me:141 65: \$? = $ac_status" >&510052 + echo "$as_me:14177: \$? = $ac_status" >&5 9586 10053 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9587 10054 - { (eval echo "$as_me:14098: \"$ac_try\"") >&5 9588 + { (eval echo "$as_me:141 67: \"$ac_try\"") >&510055 + { (eval echo "$as_me:14179: \"$ac_try\"") >&5 9589 10056 (eval $ac_try) 2>&5 9590 10057 ac_status=$? 9591 10058 - echo "$as_me:14101: \$? = $ac_status" >&5 9592 + echo "$as_me:141 70: \$? = $ac_status" >&510059 + echo "$as_me:14182: \$? = $ac_status" >&5 9593 10060 (exit $ac_status); }; }; then 9594 10061 cf_cv_working_poll=yes 9595 10062 else 9596 @@ -14110,7 +141 79,7 @@10063 @@ -14110,7 +14191,7 @@ 9597 10064 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 9598 10065 fi 9599 10066 fi 9600 10067 -echo "$as_me:14113: result: $cf_cv_working_poll" >&5 9601 +echo "$as_me:141 82: result: $cf_cv_working_poll" >&510068 +echo "$as_me:14194: result: $cf_cv_working_poll" >&5 9602 10069 echo "${ECHO_T}$cf_cv_working_poll" >&6 9603 10070 test "$cf_cv_working_poll" = "yes" && cat >>confdefs.h <<\EOF 9604 10071 #define HAVE_WORKING_POLL 1 9605 @@ -14118,7 +141 87,7 @@10072 @@ -14118,7 +14199,7 @@ 9606 10073 9607 10074 # special check for test/ditto.c 9608 10075 9609 10076 -echo "$as_me:14121: checking for openpty in -lutil" >&5 9610 +echo "$as_me:14 190: checking for openpty in -lutil" >&510077 +echo "$as_me:14202: checking for openpty in -lutil" >&5 9611 10078 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6 9612 10079 if test "${ac_cv_lib_util_openpty+set}" = set; then 9613 10080 echo $ECHO_N "(cached) $ECHO_C" >&6 9614 @@ -14126,7 +14 195,7 @@10081 @@ -14126,7 +14207,7 @@ 9615 10082 ac_check_lib_save_LIBS=$LIBS 9616 10083 LIBS="-lutil $LIBS" 9617 10084 cat >conftest.$ac_ext <<_ACEOF 9618 10085 -#line 14129 "configure" 9619 +#line 14 198"configure"10086 +#line 14210 "configure" 9620 10087 #include "confdefs.h" 9621 10088 9622 10089 /* Override any gcc2 internal prototype to avoid an error. */ 9623 @@ -14145,16 +142 14,16 @@10090 @@ -14145,16 +14226,16 @@ 9624 10091 } 9625 10092 _ACEOF 9626 10093 rm -f conftest.$ac_objext conftest$ac_exeext 9627 10094 -if { (eval echo "$as_me:14148: \"$ac_link\"") >&5 9628 +if { (eval echo "$as_me:142 17: \"$ac_link\"") >&510095 +if { (eval echo "$as_me:14229: \"$ac_link\"") >&5 9629 10096 (eval $ac_link) 2>&5 9630 10097 ac_status=$? 9631 10098 - echo "$as_me:14151: \$? = $ac_status" >&5 9632 + echo "$as_me:142 20: \$? = $ac_status" >&510099 + echo "$as_me:14232: \$? = $ac_status" >&5 9633 10100 (exit $ac_status); } && 9634 10101 { ac_try='test -s conftest$ac_exeext' 9635 10102 - { (eval echo "$as_me:14154: \"$ac_try\"") >&5 9636 + { (eval echo "$as_me:142 23: \"$ac_try\"") >&510103 + { (eval echo "$as_me:14235: \"$ac_try\"") >&5 9637 10104 (eval $ac_try) 2>&5 9638 10105 ac_status=$? 9639 10106 - echo "$as_me:14157: \$? = $ac_status" >&5 9640 + echo "$as_me:142 26: \$? = $ac_status" >&510107 + echo "$as_me:14238: \$? = $ac_status" >&5 9641 10108 (exit $ac_status); }; }; then 9642 10109 ac_cv_lib_util_openpty=yes 9643 10110 else 9644 @@ -14165,7 +142 34,7 @@10111 @@ -14165,7 +14246,7 @@ 9645 10112 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9646 10113 LIBS=$ac_check_lib_save_LIBS 9647 10114 fi 9648 10115 -echo "$as_me:14168: result: $ac_cv_lib_util_openpty" >&5 9649 +echo "$as_me:142 37: result: $ac_cv_lib_util_openpty" >&510116 +echo "$as_me:14249: result: $ac_cv_lib_util_openpty" >&5 9650 10117 echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6 9651 10118 if test $ac_cv_lib_util_openpty = yes; then 9652 10119 cf_cv_lib_util=yes 9653 @@ -14173,7 +142 42,7 @@10120 @@ -14173,7 +14254,7 @@ 9654 10121 cf_cv_lib_util=no 9655 10122 fi 9656 10123 9657 10124 -echo "$as_me:14176: checking for openpty header" >&5 9658 +echo "$as_me:142 45: checking for openpty header" >&510125 +echo "$as_me:14257: checking for openpty header" >&5 9659 10126 echo $ECHO_N "checking for openpty header... $ECHO_C" >&6 9660 10127 if test "${cf_cv_func_openpty+set}" = set; then 9661 10128 echo $ECHO_N "(cached) $ECHO_C" >&6 9662 @@ -14184,7 +142 53,7 @@10129 @@ -14184,7 +14265,7 @@ 9663 10130 for cf_header in pty.h libutil.h util.h 9664 10131 do 9665 10132 cat >conftest.$ac_ext <<_ACEOF 9666 10133 -#line 14187 "configure" 9667 +#line 142 56"configure"10134 +#line 14268 "configure" 9668 10135 #include "confdefs.h" 9669 10136 9670 10137 #include <$cf_header> 9671 @@ -14201,16 +142 70,16 @@10138 @@ -14201,16 +14282,16 @@ 9672 10139 } 9673 10140 _ACEOF 9674 10141 rm -f conftest.$ac_objext conftest$ac_exeext 9675 10142 -if { (eval echo "$as_me:14204: \"$ac_link\"") >&5 9676 +if { (eval echo "$as_me:142 73: \"$ac_link\"") >&510143 +if { (eval echo "$as_me:14285: \"$ac_link\"") >&5 9677 10144 (eval $ac_link) 2>&5 9678 10145 ac_status=$? 9679 10146 - echo "$as_me:14207: \$? = $ac_status" >&5 9680 + echo "$as_me:142 76: \$? = $ac_status" >&510147 + echo "$as_me:14288: \$? = $ac_status" >&5 9681 10148 (exit $ac_status); } && 9682 10149 { ac_try='test -s conftest$ac_exeext' 9683 10150 - { (eval echo "$as_me:14210: \"$ac_try\"") >&5 9684 + { (eval echo "$as_me:142 79: \"$ac_try\"") >&510151 + { (eval echo "$as_me:14291: \"$ac_try\"") >&5 9685 10152 (eval $ac_try) 2>&5 9686 10153 ac_status=$? 9687 10154 - echo "$as_me:14213: \$? = $ac_status" >&5 9688 + echo "$as_me:142 82: \$? = $ac_status" >&510155 + echo "$as_me:14294: \$? = $ac_status" >&5 9689 10156 (exit $ac_status); }; }; then 9690 10157 9691 10158 cf_cv_func_openpty=$cf_header 9692 @@ -14228,7 +14 297,7 @@10159 @@ -14228,7 +14309,7 @@ 9693 10160 LIBS="$cf_save_LIBS" 9694 10161 9695 10162 fi 9696 10163 -echo "$as_me:14231: result: $cf_cv_func_openpty" >&5 9697 +echo "$as_me:143 00: result: $cf_cv_func_openpty" >&510164 +echo "$as_me:14312: result: $cf_cv_func_openpty" >&5 9698 10165 echo "${ECHO_T}$cf_cv_func_openpty" >&6 9699 10166 9700 10167 if test "$cf_cv_func_openpty" != no ; then 9701 @@ -14280,7 +14349,7 @@ 10168 @@ -14274,13 +14355,13 @@ 10169 fi 10170 10171 if test "$cf_have_incdir" = no ; then 10172 - if test "$cf_add_incdir" = /usr/local/include ; then 10173 + if test "$cf_add_incdir" = /usr/local/include ; then 10174 if test "$GCC" = yes 10175 then 9702 10176 cf_save_CPPFLAGS=$CPPFLAGS 9703 10177 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" 9704 10178 cat >conftest.$ac_ext <<_ACEOF 9705 10179 -#line 14283 "configure" 9706 +#line 143 52"configure"10180 +#line 14364 "configure" 9707 10181 #include "confdefs.h" 9708 10182 #include <stdio.h> 9709 10183 int 9710 @@ -14292,16 +143 61,16 @@10184 @@ -14292,16 +14373,16 @@ 9711 10185 } 9712 10186 _ACEOF 9713 10187 rm -f conftest.$ac_objext 9714 10188 -if { (eval echo "$as_me:14295: \"$ac_compile\"") >&5 9715 +if { (eval echo "$as_me:143 64: \"$ac_compile\"") >&510189 +if { (eval echo "$as_me:14376: \"$ac_compile\"") >&5 9716 10190 (eval $ac_compile) 2>&5 9717 10191 ac_status=$? 9718 10192 - echo "$as_me:14298: \$? = $ac_status" >&5 9719 + echo "$as_me:143 67: \$? = $ac_status" >&510193 + echo "$as_me:14379: \$? = $ac_status" >&5 9720 10194 (exit $ac_status); } && 9721 10195 { ac_try='test -s conftest.$ac_objext' 9722 10196 - { (eval echo "$as_me:14301: \"$ac_try\"") >&5 9723 + { (eval echo "$as_me:143 70: \"$ac_try\"") >&510197 + { (eval echo "$as_me:14382: \"$ac_try\"") >&5 9724 10198 (eval $ac_try) 2>&5 9725 10199 ac_status=$? 9726 10200 - echo "$as_me:14304: \$? = $ac_status" >&5 9727 + echo "$as_me:143 73: \$? = $ac_status" >&510201 + echo "$as_me:14385: \$? = $ac_status" >&5 9728 10202 (exit $ac_status); }; }; then 9729 10203 : 9730 10204 else 9731 @@ -14318, 7 +14387,7@@10205 @@ -14318,13 +14399,13 @@ 9732 10206 if test "$cf_have_incdir" = no ; then 9733 10207 test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 9734 10208 9735 10209 -echo "${as_me-configure}:14321: testing adding $cf_add_incdir to include-path ..." 1>&5 9736 +echo "${as_me-configure}:14 390: testing adding $cf_add_incdir to include-path ..." 1>&510210 +echo "${as_me-configure}:14402: testing adding $cf_add_incdir to include-path ..." 1>&5 9737 10211 9738 10212 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" 9739 10213 9740 @@ -14352,7 +14421,7 @@ 10214 - cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'` 10215 - test "$cf_top_incdir" = "$cf_add_incdir" && break 10216 - cf_add_incdir="$cf_top_incdir" 10217 + cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'` 10218 + test "$cf_top_incdir" = "$cf_add_incdir" && break 10219 + cf_add_incdir="$cf_top_incdir" 10220 else 10221 break 10222 fi 10223 @@ -14352,7 +14433,7 @@ 9741 10224 if test "$cf_have_libdir" = no ; then 9742 10225 test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 9743 10226 9744 10227 -echo "${as_me-configure}:14355: testing adding $cf_add_libdir to library-path ..." 1>&5 9745 +echo "${as_me-configure}:144 24: testing adding $cf_add_libdir to library-path ..." 1>&510228 +echo "${as_me-configure}:14436: testing adding $cf_add_libdir to library-path ..." 1>&5 9746 10229 9747 10230 LDFLAGS="-L$cf_add_libdir $LDFLAGS" 9748 10231 fi 9749 @@ -14363,23 +144 32,23 @@10232 @@ -14363,23 +14444,23 @@ 9750 10233 fi 9751 10234 esac 9752 10235 9753 10236 -echo "$as_me:14366: checking for db.h" >&5 9754 +echo "$as_me:144 35: checking for db.h" >&510237 +echo "$as_me:14447: checking for db.h" >&5 9755 10238 echo $ECHO_N "checking for db.h... $ECHO_C" >&6 9756 10239 if test "${ac_cv_header_db_h+set}" = set; then … … 9759 10242 cat >conftest.$ac_ext <<_ACEOF 9760 10243 -#line 14372 "configure" 9761 +#line 144 41"configure"10244 +#line 14453 "configure" 9762 10245 #include "confdefs.h" 9763 10246 #include <db.h> 9764 10247 _ACEOF 9765 10248 -if { (eval echo "$as_me:14376: \"$ac_cpp conftest.$ac_ext\"") >&5 9766 +if { (eval echo "$as_me:144 45: \"$ac_cpp conftest.$ac_ext\"") >&510249 +if { (eval echo "$as_me:14457: \"$ac_cpp conftest.$ac_ext\"") >&5 9767 10250 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9768 10251 ac_status=$? … … 9771 10254 cat conftest.err >&5 9772 10255 - echo "$as_me:14382: \$? = $ac_status" >&5 9773 + echo "$as_me:144 51: \$? = $ac_status" >&510256 + echo "$as_me:14463: \$? = $ac_status" >&5 9774 10257 (exit $ac_status); } >/dev/null; then 9775 10258 if test -s conftest.err; then 9776 10259 ac_cpp_err=$ac_c_preproc_warn_flag 9777 @@ -14398,11 +144 67,11 @@10260 @@ -14398,11 +14479,11 @@ 9778 10261 fi 9779 10262 rm -f conftest.err conftest.$ac_ext 9780 10263 fi 9781 10264 -echo "$as_me:14401: result: $ac_cv_header_db_h" >&5 9782 +echo "$as_me:144 70: result: $ac_cv_header_db_h" >&510265 +echo "$as_me:14482: result: $ac_cv_header_db_h" >&5 9783 10266 echo "${ECHO_T}$ac_cv_header_db_h" >&6 9784 10267 if test $ac_cv_header_db_h = yes; then 9785 10268 9786 10269 -echo "$as_me:14405: checking for version of db" >&5 9787 +echo "$as_me:144 74: checking for version of db" >&510270 +echo "$as_me:14486: checking for version of db" >&5 9788 10271 echo $ECHO_N "checking for version of db... $ECHO_C" >&6 9789 10272 if test "${cf_cv_hashed_db_version+set}" = set; then 9790 10273 echo $ECHO_N "(cached) $ECHO_C" >&6 9791 @@ -14413,10 +144 82,10 @@10274 @@ -14413,10 +14494,10 @@ 9792 10275 for cf_db_version in 1 2 3 4 5 9793 10276 do 9794 10277 9795 10278 -echo "${as_me-configure}:14416: testing checking for db version $cf_db_version ..." 1>&5 9796 +echo "${as_me-configure}:144 85: testing checking for db version $cf_db_version ..." 1>&510279 +echo "${as_me-configure}:14497: testing checking for db version $cf_db_version ..." 1>&5 9797 10280 9798 10281 cat >conftest.$ac_ext <<_ACEOF 9799 10282 -#line 14419 "configure" 9800 +#line 14 488"configure"10283 +#line 14500 "configure" 9801 10284 #include "confdefs.h" 9802 10285 9803 10286 $ac_includes_default 9804 @@ -14446,16 +145 15,16 @@10287 @@ -14446,16 +14527,16 @@ 9805 10288 } 9806 10289 _ACEOF 9807 10290 rm -f conftest.$ac_objext 9808 10291 -if { (eval echo "$as_me:14449: \"$ac_compile\"") >&5 9809 +if { (eval echo "$as_me:145 18: \"$ac_compile\"") >&510292 +if { (eval echo "$as_me:14530: \"$ac_compile\"") >&5 9810 10293 (eval $ac_compile) 2>&5 9811 10294 ac_status=$? 9812 10295 - echo "$as_me:14452: \$? = $ac_status" >&5 9813 + echo "$as_me:145 21: \$? = $ac_status" >&510296 + echo "$as_me:14533: \$? = $ac_status" >&5 9814 10297 (exit $ac_status); } && 9815 10298 { ac_try='test -s conftest.$ac_objext' 9816 10299 - { (eval echo "$as_me:14455: \"$ac_try\"") >&5 9817 + { (eval echo "$as_me:145 24: \"$ac_try\"") >&510300 + { (eval echo "$as_me:14536: \"$ac_try\"") >&5 9818 10301 (eval $ac_try) 2>&5 9819 10302 ac_status=$? 9820 10303 - echo "$as_me:14458: \$? = $ac_status" >&5 9821 + echo "$as_me:145 27: \$? = $ac_status" >&510304 + echo "$as_me:14539: \$? = $ac_status" >&5 9822 10305 (exit $ac_status); }; }; then 9823 10306 9824 10307 cf_cv_hashed_db_version=$cf_db_version 9825 @@ -14469,16 +145 38,16 @@10308 @@ -14469,16 +14550,16 @@ 9826 10309 done 9827 10310 9828 10311 fi 9829 10312 -echo "$as_me:14472: result: $cf_cv_hashed_db_version" >&5 9830 +echo "$as_me:145 41: result: $cf_cv_hashed_db_version" >&510313 +echo "$as_me:14553: result: $cf_cv_hashed_db_version" >&5 9831 10314 echo "${ECHO_T}$cf_cv_hashed_db_version" >&6 9832 10315 9833 10316 if test "$cf_cv_hashed_db_version" = unknown ; then 9834 10317 - { { echo "$as_me:14476: error: Cannot determine version of db" >&5 9835 + { { echo "$as_me:145 45: error: Cannot determine version of db" >&510318 + { { echo "$as_me:14557: error: Cannot determine version of db" >&5 9836 10319 echo "$as_me: error: Cannot determine version of db" >&2;} 9837 10320 { (exit 1); exit 1; }; } … … 9839 10322 9840 10323 -echo "$as_me:14481: checking for db libraries" >&5 9841 +echo "$as_me:145 50: checking for db libraries" >&510324 +echo "$as_me:14562: checking for db libraries" >&5 9842 10325 echo $ECHO_N "checking for db libraries... $ECHO_C" >&6 9843 10326 if test "${cf_cv_hashed_db_libs+set}" = set; then 9844 10327 echo $ECHO_N "(cached) $ECHO_C" >&6 9845 @@ -14492,10 +145 61,10 @@10328 @@ -14492,10 +14573,10 @@ 9846 10329 LIBS="-l$cf_db_libs $LIBS" 9847 10330 fi 9848 10331 9849 10332 -echo "${as_me-configure}:14495: testing checking for library "$cf_db_libs" ..." 1>&5 9850 +echo "${as_me-configure}:145 64: testing checking for library "$cf_db_libs" ..." 1>&510333 +echo "${as_me-configure}:14576: testing checking for library "$cf_db_libs" ..." 1>&5 9851 10334 9852 10335 cat >conftest.$ac_ext <<_ACEOF 9853 10336 -#line 14498 "configure" 9854 +#line 145 67"configure"10337 +#line 14579 "configure" 9855 10338 #include "confdefs.h" 9856 10339 9857 10340 $ac_includes_default 9858 @@ -14550,16 +146 19,16 @@10341 @@ -14550,16 +14631,16 @@ 9859 10342 } 9860 10343 _ACEOF 9861 10344 rm -f conftest.$ac_objext conftest$ac_exeext 9862 10345 -if { (eval echo "$as_me:14553: \"$ac_link\"") >&5 9863 +if { (eval echo "$as_me:146 22: \"$ac_link\"") >&510346 +if { (eval echo "$as_me:14634: \"$ac_link\"") >&5 9864 10347 (eval $ac_link) 2>&5 9865 10348 ac_status=$? 9866 10349 - echo "$as_me:14556: \$? = $ac_status" >&5 9867 + echo "$as_me:146 25: \$? = $ac_status" >&510350 + echo "$as_me:14637: \$? = $ac_status" >&5 9868 10351 (exit $ac_status); } && 9869 10352 { ac_try='test -s conftest$ac_exeext' 9870 10353 - { (eval echo "$as_me:14559: \"$ac_try\"") >&5 9871 + { (eval echo "$as_me:146 28: \"$ac_try\"") >&510354 + { (eval echo "$as_me:14640: \"$ac_try\"") >&5 9872 10355 (eval $ac_try) 2>&5 9873 10356 ac_status=$? 9874 10357 - echo "$as_me:14562: \$? = $ac_status" >&5 9875 + echo "$as_me:146 31: \$? = $ac_status" >&510358 + echo "$as_me:14643: \$? = $ac_status" >&5 9876 10359 (exit $ac_status); }; }; then 9877 10360 9878 10361 if test -n "$cf_db_libs" ; then 9879 @@ -14579,11 +146 48,11 @@10362 @@ -14579,11 +14660,11 @@ 9880 10363 done 9881 10364 9882 10365 fi 9883 10366 -echo "$as_me:14582: result: $cf_cv_hashed_db_libs" >&5 9884 +echo "$as_me:146 51: result: $cf_cv_hashed_db_libs" >&510367 +echo "$as_me:14663: result: $cf_cv_hashed_db_libs" >&5 9885 10368 echo "${ECHO_T}$cf_cv_hashed_db_libs" >&6 9886 10369 9887 10370 if test "$cf_cv_hashed_db_libs" = unknown ; then 9888 10371 - { { echo "$as_me:14586: error: Cannot determine library for db" >&5 9889 + { { echo "$as_me:146 55: error: Cannot determine library for db" >&510372 + { { echo "$as_me:14667: error: Cannot determine library for db" >&5 9890 10373 echo "$as_me: error: Cannot determine library for db" >&2;} 9891 10374 { (exit 1); exit 1; }; } 9892 10375 elif test "$cf_cv_hashed_db_libs" != default ; then 9893 @@ -14593,7 +146 62,7 @@10376 @@ -14593,7 +14674,7 @@ 9894 10377 9895 10378 else 9896 10379 9897 10380 - { { echo "$as_me:14596: error: Cannot find db.h" >&5 9898 + { { echo "$as_me:146 65: error: Cannot find db.h" >&510381 + { { echo "$as_me:14677: error: Cannot find db.h" >&5 9899 10382 echo "$as_me: error: Cannot find db.h" >&2;} 9900 10383 { (exit 1); exit 1; }; } 9901 10384 9902 @@ -14608,7 +146 77,7 @@10385 @@ -14608,7 +14689,7 @@ 9903 10386 9904 10387 # Just in case, check if the C compiler has a bool type. 9905 10388 9906 10389 -echo "$as_me:14611: checking if we should include stdbool.h" >&5 9907 +echo "$as_me:146 80: checking if we should include stdbool.h" >&510390 +echo "$as_me:14692: checking if we should include stdbool.h" >&5 9908 10391 echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6 9909 10392 9910 10393 if test "${cf_cv_header_stdbool_h+set}" = set; then 9911 @@ -14616,7 +146 85,7 @@10394 @@ -14616,7 +14697,7 @@ 9912 10395 else 9913 10396 9914 10397 cat >conftest.$ac_ext <<_ACEOF 9915 10398 -#line 14619 "configure" 9916 +#line 14 688"configure"10399 +#line 14700 "configure" 9917 10400 #include "confdefs.h" 9918 10401 9919 10402 int 9920 @@ -14628,23 +14 697,23 @@10403 @@ -14628,23 +14709,23 @@ 9921 10404 } 9922 10405 _ACEOF 9923 10406 rm -f conftest.$ac_objext 9924 10407 -if { (eval echo "$as_me:14631: \"$ac_compile\"") >&5 9925 +if { (eval echo "$as_me:147 00: \"$ac_compile\"") >&510408 +if { (eval echo "$as_me:14712: \"$ac_compile\"") >&5 9926 10409 (eval $ac_compile) 2>&5 9927 10410 ac_status=$? 9928 10411 - echo "$as_me:14634: \$? = $ac_status" >&5 9929 + echo "$as_me:147 03: \$? = $ac_status" >&510412 + echo "$as_me:14715: \$? = $ac_status" >&5 9930 10413 (exit $ac_status); } && 9931 10414 { ac_try='test -s conftest.$ac_objext' 9932 10415 - { (eval echo "$as_me:14637: \"$ac_try\"") >&5 9933 + { (eval echo "$as_me:147 06: \"$ac_try\"") >&510416 + { (eval echo "$as_me:14718: \"$ac_try\"") >&5 9934 10417 (eval $ac_try) 2>&5 9935 10418 ac_status=$? 9936 10419 - echo "$as_me:14640: \$? = $ac_status" >&5 9937 + echo "$as_me:147 09: \$? = $ac_status" >&510420 + echo "$as_me:14721: \$? = $ac_status" >&5 9938 10421 (exit $ac_status); }; }; then 9939 10422 cf_cv_header_stdbool_h=0 … … 9943 10426 cat >conftest.$ac_ext <<_ACEOF 9944 10427 -#line 14647 "configure" 9945 +#line 147 16"configure"10428 +#line 14728 "configure" 9946 10429 #include "confdefs.h" 9947 10430 9948 10431 #ifndef __BEOS__ 9949 @@ -14660,16 +147 29,16 @@10432 @@ -14660,16 +14741,16 @@ 9950 10433 } 9951 10434 _ACEOF 9952 10435 rm -f conftest.$ac_objext 9953 10436 -if { (eval echo "$as_me:14663: \"$ac_compile\"") >&5 9954 +if { (eval echo "$as_me:147 32: \"$ac_compile\"") >&510437 +if { (eval echo "$as_me:14744: \"$ac_compile\"") >&5 9955 10438 (eval $ac_compile) 2>&5 9956 10439 ac_status=$? 9957 10440 - echo "$as_me:14666: \$? = $ac_status" >&5 9958 + echo "$as_me:147 35: \$? = $ac_status" >&510441 + echo "$as_me:14747: \$? = $ac_status" >&5 9959 10442 (exit $ac_status); } && 9960 10443 { ac_try='test -s conftest.$ac_objext' 9961 10444 - { (eval echo "$as_me:14669: \"$ac_try\"") >&5 9962 + { (eval echo "$as_me:147 38: \"$ac_try\"") >&510445 + { (eval echo "$as_me:14750: \"$ac_try\"") >&5 9963 10446 (eval $ac_try) 2>&5 9964 10447 ac_status=$? 9965 10448 - echo "$as_me:14672: \$? = $ac_status" >&5 9966 + echo "$as_me:147 41: \$? = $ac_status" >&510449 + echo "$as_me:14753: \$? = $ac_status" >&5 9967 10450 (exit $ac_status); }; }; then 9968 10451 cf_cv_header_stdbool_h=1 9969 10452 else 9970 @@ -14683,13 +147 52,13 @@10453 @@ -14683,13 +14764,13 @@ 9971 10454 fi 9972 10455 9973 10456 if test "$cf_cv_header_stdbool_h" = 1 9974 10457 -then echo "$as_me:14686: result: yes" >&5 9975 +then echo "$as_me:147 55: result: yes" >&510458 +then echo "$as_me:14767: result: yes" >&5 9976 10459 echo "${ECHO_T}yes" >&6 9977 10460 -else echo "$as_me:14688: result: no" >&5 9978 +else echo "$as_me:147 57: result: no" >&510461 +else echo "$as_me:14769: result: no" >&5 9979 10462 echo "${ECHO_T}no" >&6 9980 10463 fi 9981 10464 9982 10465 -echo "$as_me:14692: checking for builtin bool type" >&5 9983 +echo "$as_me:147 61: checking for builtin bool type" >&510466 +echo "$as_me:14773: checking for builtin bool type" >&5 9984 10467 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6 9985 10468 9986 10469 if test "${cf_cv_cc_bool_type+set}" = set; then 9987 @@ -14697,7 +147 66,7 @@10470 @@ -14697,7 +14778,7 @@ 9988 10471 else 9989 10472 9990 10473 cat >conftest.$ac_ext <<_ACEOF 9991 10474 -#line 14700 "configure" 9992 +#line 147 69"configure"10475 +#line 14781 "configure" 9993 10476 #include "confdefs.h" 9994 10477 9995 10478 #include <stdio.h> 9996 @@ -14712,16 +147 81,16 @@10479 @@ -14712,16 +14793,16 @@ 9997 10480 } 9998 10481 _ACEOF 9999 10482 rm -f conftest.$ac_objext 10000 10483 -if { (eval echo "$as_me:14715: \"$ac_compile\"") >&5 10001 +if { (eval echo "$as_me:147 84: \"$ac_compile\"") >&510484 +if { (eval echo "$as_me:14796: \"$ac_compile\"") >&5 10002 10485 (eval $ac_compile) 2>&5 10003 10486 ac_status=$? 10004 10487 - echo "$as_me:14718: \$? = $ac_status" >&5 10005 + echo "$as_me:147 87: \$? = $ac_status" >&510488 + echo "$as_me:14799: \$? = $ac_status" >&5 10006 10489 (exit $ac_status); } && 10007 10490 { ac_try='test -s conftest.$ac_objext' 10008 10491 - { (eval echo "$as_me:14721: \"$ac_try\"") >&5 10009 + { (eval echo "$as_me:14 790: \"$ac_try\"") >&510492 + { (eval echo "$as_me:14802: \"$ac_try\"") >&5 10010 10493 (eval $ac_try) 2>&5 10011 10494 ac_status=$? 10012 10495 - echo "$as_me:14724: \$? = $ac_status" >&5 10013 + echo "$as_me:14 793: \$? = $ac_status" >&510496 + echo "$as_me:14805: \$? = $ac_status" >&5 10014 10497 (exit $ac_status); }; }; then 10015 10498 cf_cv_cc_bool_type=1 10016 10499 else 10017 @@ -14734,9 +148 03,9 @@10500 @@ -14734,9 +14815,9 @@ 10018 10501 fi 10019 10502 10020 10503 if test "$cf_cv_cc_bool_type" = 1 10021 10504 -then echo "$as_me:14737: result: yes" >&5 10022 +then echo "$as_me:148 06: result: yes" >&510505 +then echo "$as_me:14818: result: yes" >&5 10023 10506 echo "${ECHO_T}yes" >&6 10024 10507 -else echo "$as_me:14739: result: no" >&5 10025 +else echo "$as_me:148 08: result: no" >&510508 +else echo "$as_me:14820: result: no" >&5 10026 10509 echo "${ECHO_T}no" >&6 10027 10510 fi 10028 10511 10029 @@ -14758,7 +148 27,7 @@10512 @@ -14758,7 +14839,7 @@ 10030 10513 cf_stdcpp_libname=stdc++ 10031 10514 ;; 10032 10515 esac 10033 10516 -echo "$as_me:14761: checking for library $cf_stdcpp_libname" >&5 10034 +echo "$as_me:148 30: checking for library $cf_stdcpp_libname" >&510517 +echo "$as_me:14842: checking for library $cf_stdcpp_libname" >&5 10035 10518 echo $ECHO_N "checking for library $cf_stdcpp_libname... $ECHO_C" >&6 10036 10519 if test "${cf_cv_libstdcpp+set}" = set; then 10037 10520 echo $ECHO_N "(cached) $ECHO_C" >&6 10038 @@ -14767,7 +148 36,7 @@10521 @@ -14767,7 +14848,7 @@ 10039 10522 cf_save="$LIBS" 10040 10523 LIBS="$LIBS -l$cf_stdcpp_libname" 10041 10524 cat >conftest.$ac_ext <<_ACEOF 10042 10525 -#line 14770 "configure" 10043 +#line 148 39"configure"10526 +#line 14851 "configure" 10044 10527 #include "confdefs.h" 10045 10528 10046 10529 #include <strstream.h> 10047 @@ -14783,16 +148 52,16 @@10530 @@ -14783,16 +14864,16 @@ 10048 10531 } 10049 10532 _ACEOF 10050 10533 rm -f conftest.$ac_objext conftest$ac_exeext 10051 10534 -if { (eval echo "$as_me:14786: \"$ac_link\"") >&5 10052 +if { (eval echo "$as_me:148 55: \"$ac_link\"") >&510535 +if { (eval echo "$as_me:14867: \"$ac_link\"") >&5 10053 10536 (eval $ac_link) 2>&5 10054 10537 ac_status=$? 10055 10538 - echo "$as_me:14789: \$? = $ac_status" >&5 10056 + echo "$as_me:148 58: \$? = $ac_status" >&510539 + echo "$as_me:14870: \$? = $ac_status" >&5 10057 10540 (exit $ac_status); } && 10058 10541 { ac_try='test -s conftest$ac_exeext' 10059 10542 - { (eval echo "$as_me:14792: \"$ac_try\"") >&5 10060 + { (eval echo "$as_me:148 61: \"$ac_try\"") >&510543 + { (eval echo "$as_me:14873: \"$ac_try\"") >&5 10061 10544 (eval $ac_try) 2>&5 10062 10545 ac_status=$? 10063 10546 - echo "$as_me:14795: \$? = $ac_status" >&5 10064 + echo "$as_me:148 64: \$? = $ac_status" >&510547 + echo "$as_me:14876: \$? = $ac_status" >&5 10065 10548 (exit $ac_status); }; }; then 10066 10549 cf_cv_libstdcpp=yes 10067 10550 else 10068 @@ -14804,12 +148 73,12 @@10551 @@ -14804,12 +14885,12 @@ 10069 10552 LIBS="$cf_save" 10070 10553 10071 10554 fi 10072 10555 -echo "$as_me:14807: result: $cf_cv_libstdcpp" >&5 10073 +echo "$as_me:148 76: result: $cf_cv_libstdcpp" >&510556 +echo "$as_me:14888: result: $cf_cv_libstdcpp" >&5 10074 10557 echo "${ECHO_T}$cf_cv_libstdcpp" >&6 10075 10558 test "$cf_cv_libstdcpp" = yes && CXXLIBS="$CXXLIBS -l$cf_stdcpp_libname" … … 10077 10560 10078 10561 - echo "$as_me:14812: checking whether $CXX understands -c and -o together" >&5 10079 + echo "$as_me:148 81: checking whether $CXX understands -c and -o together" >&510562 + echo "$as_me:14893: checking whether $CXX understands -c and -o together" >&5 10080 10563 echo $ECHO_N "checking whether $CXX understands -c and -o together... $ECHO_C" >&6 10081 10564 if test "${cf_cv_prog_CXX_c_o+set}" = set; then 10082 10565 echo $ECHO_N "(cached) $ECHO_C" >&6 10083 @@ -14825,15 +14 894,15 @@10566 @@ -14825,15 +14906,15 @@ 10084 10567 # We do the test twice because some compilers refuse to overwrite an 10085 10568 # existing .o file with -o, though they will create one. 10086 10569 ac_try='$CXX -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 10087 10570 -if { (eval echo "$as_me:14828: \"$ac_try\"") >&5 10088 +if { (eval echo "$as_me:14 897: \"$ac_try\"") >&510571 +if { (eval echo "$as_me:14909: \"$ac_try\"") >&5 10089 10572 (eval $ac_try) 2>&5 10090 10573 ac_status=$? 10091 10574 - echo "$as_me:14831: \$? = $ac_status" >&5 10092 + echo "$as_me:149 00: \$? = $ac_status" >&510575 + echo "$as_me:14912: \$? = $ac_status" >&5 10093 10576 (exit $ac_status); } && 10094 10577 - test -f conftest2.$ac_objext && { (eval echo "$as_me:14833: \"$ac_try\"") >&5 10095 + test -f conftest2.$ac_objext && { (eval echo "$as_me:149 02: \"$ac_try\"") >&510578 + test -f conftest2.$ac_objext && { (eval echo "$as_me:14914: \"$ac_try\"") >&5 10096 10579 (eval $ac_try) 2>&5 10097 10580 ac_status=$? 10098 10581 - echo "$as_me:14836: \$? = $ac_status" >&5 10099 + echo "$as_me:149 05: \$? = $ac_status" >&510582 + echo "$as_me:14917: \$? = $ac_status" >&5 10100 10583 (exit $ac_status); }; 10101 10584 then 10102 10585 eval cf_cv_prog_CXX_c_o=yes 10103 @@ -14844,10 +149 13,10 @@10586 @@ -14844,10 +14925,10 @@ 10104 10587 10105 10588 fi 10106 10589 if test $cf_cv_prog_CXX_c_o = yes; then 10107 10590 - echo "$as_me:14847: result: yes" >&5 10108 + echo "$as_me:149 16: result: yes" >&510591 + echo "$as_me:14928: result: yes" >&5 10109 10592 echo "${ECHO_T}yes" >&6 10110 10593 else 10111 10594 - echo "$as_me:14850: result: no" >&5 10112 + echo "$as_me:149 19: result: no" >&510595 + echo "$as_me:14931: result: no" >&5 10113 10596 echo "${ECHO_T}no" >&6 10114 10597 fi 10115 10598 10116 @@ -14867,12 +149 36,12 @@10599 @@ -14867,12 +14948,12 @@ 10117 10600 ;; 10118 10601 esac 10119 10602 if test "$GXX" = yes; then 10120 10603 - echo "$as_me:14870: checking for lib$cf_gpp_libname" >&5 10121 + echo "$as_me:149 39: checking for lib$cf_gpp_libname" >&510604 + echo "$as_me:14951: checking for lib$cf_gpp_libname" >&5 10122 10605 echo $ECHO_N "checking for lib$cf_gpp_libname... $ECHO_C" >&6 10123 10606 cf_save="$LIBS" … … 10125 10608 cat >conftest.$ac_ext <<_ACEOF 10126 10609 -#line 14875 "configure" 10127 +#line 149 44"configure"10610 +#line 14956 "configure" 10128 10611 #include "confdefs.h" 10129 10612 10130 10613 #include <$cf_gpp_libname/builtin.h> 10131 @@ -14886,16 +149 55,16 @@10614 @@ -14886,16 +14967,16 @@ 10132 10615 } 10133 10616 _ACEOF 10134 10617 rm -f conftest.$ac_objext conftest$ac_exeext 10135 10618 -if { (eval echo "$as_me:14889: \"$ac_link\"") >&5 10136 +if { (eval echo "$as_me:149 58: \"$ac_link\"") >&510619 +if { (eval echo "$as_me:14970: \"$ac_link\"") >&5 10137 10620 (eval $ac_link) 2>&5 10138 10621 ac_status=$? 10139 10622 - echo "$as_me:14892: \$? = $ac_status" >&5 10140 + echo "$as_me:149 61: \$? = $ac_status" >&510623 + echo "$as_me:14973: \$? = $ac_status" >&5 10141 10624 (exit $ac_status); } && 10142 10625 { ac_try='test -s conftest$ac_exeext' 10143 10626 - { (eval echo "$as_me:14895: \"$ac_try\"") >&5 10144 + { (eval echo "$as_me:149 64: \"$ac_try\"") >&510627 + { (eval echo "$as_me:14976: \"$ac_try\"") >&5 10145 10628 (eval $ac_try) 2>&5 10146 10629 ac_status=$? 10147 10630 - echo "$as_me:14898: \$? = $ac_status" >&5 10148 + echo "$as_me:149 67: \$? = $ac_status" >&510631 + echo "$as_me:14979: \$? = $ac_status" >&5 10149 10632 (exit $ac_status); }; }; then 10150 10633 cf_cxx_library=yes 10151 10634 CXXLIBS="$CXXLIBS -l$cf_gpp_libname" 10152 @@ -14914,7 +149 83,7 @@10635 @@ -14914,7 +14995,7 @@ 10153 10636 echo "$as_me: failed program was:" >&5 10154 10637 cat conftest.$ac_ext >&5 10155 10638 cat >conftest.$ac_ext <<_ACEOF 10156 10639 -#line 14917 "configure" 10157 +#line 149 86"configure"10640 +#line 14998 "configure" 10158 10641 #include "confdefs.h" 10159 10642 10160 10643 #include <builtin.h> 10161 @@ -14928,16 +1 4997,16 @@10644 @@ -14928,16 +15009,16 @@ 10162 10645 } 10163 10646 _ACEOF 10164 10647 rm -f conftest.$ac_objext conftest$ac_exeext 10165 10648 -if { (eval echo "$as_me:14931: \"$ac_link\"") >&5 10166 +if { (eval echo "$as_me:150 00: \"$ac_link\"") >&510649 +if { (eval echo "$as_me:15012: \"$ac_link\"") >&5 10167 10650 (eval $ac_link) 2>&5 10168 10651 ac_status=$? 10169 10652 - echo "$as_me:14934: \$? = $ac_status" >&5 10170 + echo "$as_me:150 03: \$? = $ac_status" >&510653 + echo "$as_me:15015: \$? = $ac_status" >&5 10171 10654 (exit $ac_status); } && 10172 10655 { ac_try='test -s conftest$ac_exeext' 10173 10656 - { (eval echo "$as_me:14937: \"$ac_try\"") >&5 10174 + { (eval echo "$as_me:150 06: \"$ac_try\"") >&510657 + { (eval echo "$as_me:15018: \"$ac_try\"") >&5 10175 10658 (eval $ac_try) 2>&5 10176 10659 ac_status=$? 10177 10660 - echo "$as_me:14940: \$? = $ac_status" >&5 10178 + echo "$as_me:150 09: \$? = $ac_status" >&510661 + echo "$as_me:15021: \$? = $ac_status" >&5 10179 10662 (exit $ac_status); }; }; then 10180 10663 cf_cxx_library=yes 10181 10664 CXXLIBS="$CXXLIBS -l$cf_gpp_libname" 10182 @@ -14954,7 +150 23,7 @@10665 @@ -14954,7 +15035,7 @@ 10183 10666 fi 10184 10667 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10185 10668 LIBS="$cf_save" 10186 10669 - echo "$as_me:14957: result: $cf_cxx_library" >&5 10187 + echo "$as_me:150 26: result: $cf_cxx_library" >&510670 + echo "$as_me:15038: result: $cf_cxx_library" >&5 10188 10671 echo "${ECHO_T}$cf_cxx_library" >&6 10189 10672 fi 10190 10673 10191 @@ -14970,7 +150 39,7 @@10674 @@ -14970,7 +15051,7 @@ 10192 10675 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 10193 10676 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 10194 10677 ac_main_return=return 10195 10678 -echo "$as_me:14973: checking how to run the C++ preprocessor" >&5 10196 +echo "$as_me:150 42: checking how to run the C++ preprocessor" >&510679 +echo "$as_me:15054: checking how to run the C++ preprocessor" >&5 10197 10680 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 10198 10681 if test -z "$CXXCPP"; then 10199 10682 if test "${ac_cv_prog_CXXCPP+set}" = set; then 10200 @@ -14987,18 +150 56,18 @@10683 @@ -14987,18 +15068,18 @@ 10201 10684 # On the NeXT, cc -E runs the code through the compiler's parser, 10202 10685 # not just through cpp. "Syntax error" is here to catch this case. 10203 10686 cat >conftest.$ac_ext <<_ACEOF 10204 10687 -#line 14990 "configure" 10205 +#line 150 59"configure"10688 +#line 15071 "configure" 10206 10689 #include "confdefs.h" 10207 10690 #include <assert.h> … … 10209 10692 _ACEOF 10210 10693 -if { (eval echo "$as_me:14995: \"$ac_cpp conftest.$ac_ext\"") >&5 10211 +if { (eval echo "$as_me:150 64: \"$ac_cpp conftest.$ac_ext\"") >&510694 +if { (eval echo "$as_me:15076: \"$ac_cpp conftest.$ac_ext\"") >&5 10212 10695 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10213 10696 ac_status=$? … … 10216 10699 cat conftest.err >&5 10217 10700 - echo "$as_me:15001: \$? = $ac_status" >&5 10218 + echo "$as_me:150 70: \$? = $ac_status" >&510701 + echo "$as_me:15082: \$? = $ac_status" >&5 10219 10702 (exit $ac_status); } >/dev/null; then 10220 10703 if test -s conftest.err; then 10221 10704 ac_cpp_err=$ac_cxx_preproc_warn_flag 10222 @@ -15021,17 +15 090,17 @@10705 @@ -15021,17 +15102,17 @@ 10223 10706 # OK, works on sane cases. Now check whether non-existent headers 10224 10707 # can be detected and how. 10225 10708 cat >conftest.$ac_ext <<_ACEOF 10226 10709 -#line 15024 "configure" 10227 +#line 15 093"configure"10710 +#line 15105 "configure" 10228 10711 #include "confdefs.h" 10229 10712 #include <ac_nonexistent.h> 10230 10713 _ACEOF 10231 10714 -if { (eval echo "$as_me:15028: \"$ac_cpp conftest.$ac_ext\"") >&5 10232 +if { (eval echo "$as_me:15 097: \"$ac_cpp conftest.$ac_ext\"") >&510715 +if { (eval echo "$as_me:15109: \"$ac_cpp conftest.$ac_ext\"") >&5 10233 10716 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10234 10717 ac_status=$? … … 10237 10720 cat conftest.err >&5 10238 10721 - echo "$as_me:15034: \$? = $ac_status" >&5 10239 + echo "$as_me:151 03: \$? = $ac_status" >&510722 + echo "$as_me:15115: \$? = $ac_status" >&5 10240 10723 (exit $ac_status); } >/dev/null; then 10241 10724 if test -s conftest.err; then 10242 10725 ac_cpp_err=$ac_cxx_preproc_warn_flag 10243 @@ -15068,7 +151 37,7 @@10726 @@ -15068,7 +15149,7 @@ 10244 10727 else 10245 10728 ac_cv_prog_CXXCPP=$CXXCPP 10246 10729 fi 10247 10730 -echo "$as_me:15071: result: $CXXCPP" >&5 10248 +echo "$as_me:151 40: result: $CXXCPP" >&510731 +echo "$as_me:15152: result: $CXXCPP" >&5 10249 10732 echo "${ECHO_T}$CXXCPP" >&6 10250 10733 ac_preproc_ok=false 10251 10734 for ac_cxx_preproc_warn_flag in '' yes 10252 @@ -15078,18 +151 47,18 @@10735 @@ -15078,18 +15159,18 @@ 10253 10736 # On the NeXT, cc -E runs the code through the compiler's parser, 10254 10737 # not just through cpp. "Syntax error" is here to catch this case. 10255 10738 cat >conftest.$ac_ext <<_ACEOF 10256 10739 -#line 15081 "configure" 10257 +#line 151 50"configure"10740 +#line 15162 "configure" 10258 10741 #include "confdefs.h" 10259 10742 #include <assert.h> … … 10261 10744 _ACEOF 10262 10745 -if { (eval echo "$as_me:15086: \"$ac_cpp conftest.$ac_ext\"") >&5 10263 +if { (eval echo "$as_me:151 55: \"$ac_cpp conftest.$ac_ext\"") >&510746 +if { (eval echo "$as_me:15167: \"$ac_cpp conftest.$ac_ext\"") >&5 10264 10747 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10265 10748 ac_status=$? … … 10268 10751 cat conftest.err >&5 10269 10752 - echo "$as_me:15092: \$? = $ac_status" >&5 10270 + echo "$as_me:151 61: \$? = $ac_status" >&510753 + echo "$as_me:15173: \$? = $ac_status" >&5 10271 10754 (exit $ac_status); } >/dev/null; then 10272 10755 if test -s conftest.err; then 10273 10756 ac_cpp_err=$ac_cxx_preproc_warn_flag 10274 @@ -15112,17 +151 81,17 @@10757 @@ -15112,17 +15193,17 @@ 10275 10758 # OK, works on sane cases. Now check whether non-existent headers 10276 10759 # can be detected and how. 10277 10760 cat >conftest.$ac_ext <<_ACEOF 10278 10761 -#line 15115 "configure" 10279 +#line 151 84"configure"10762 +#line 15196 "configure" 10280 10763 #include "confdefs.h" 10281 10764 #include <ac_nonexistent.h> 10282 10765 _ACEOF 10283 10766 -if { (eval echo "$as_me:15119: \"$ac_cpp conftest.$ac_ext\"") >&5 10284 +if { (eval echo "$as_me:15 188: \"$ac_cpp conftest.$ac_ext\"") >&510767 +if { (eval echo "$as_me:15200: \"$ac_cpp conftest.$ac_ext\"") >&5 10285 10768 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10286 10769 ac_status=$? … … 10289 10772 cat conftest.err >&5 10290 10773 - echo "$as_me:15125: \$? = $ac_status" >&5 10291 + echo "$as_me:15 194: \$? = $ac_status" >&510774 + echo "$as_me:15206: \$? = $ac_status" >&5 10292 10775 (exit $ac_status); } >/dev/null; then 10293 10776 if test -s conftest.err; then 10294 10777 ac_cpp_err=$ac_cxx_preproc_warn_flag 10295 @@ -15150,7 +152 19,7 @@10778 @@ -15150,7 +15231,7 @@ 10296 10779 if $ac_preproc_ok; then 10297 10780 : 10298 10781 else 10299 10782 - { { echo "$as_me:15153: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 10300 + { { echo "$as_me:152 22: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&510783 + { { echo "$as_me:15234: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 10301 10784 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;} 10302 10785 { (exit 1); exit 1; }; } 10303 10786 fi 10304 @@ -15165,23 +152 34,23 @@10787 @@ -15165,23 +15246,23 @@ 10305 10788 for ac_header in iostream typeinfo 10306 10789 do 10307 10790 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10308 10791 -echo "$as_me:15168: checking for $ac_header" >&5 10309 +echo "$as_me:152 37: checking for $ac_header" >&510792 +echo "$as_me:15249: checking for $ac_header" >&5 10310 10793 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10311 10794 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 10314 10797 cat >conftest.$ac_ext <<_ACEOF 10315 10798 -#line 15174 "configure" 10316 +#line 152 43"configure"10799 +#line 15255 "configure" 10317 10800 #include "confdefs.h" 10318 10801 #include <$ac_header> 10319 10802 _ACEOF 10320 10803 -if { (eval echo "$as_me:15178: \"$ac_cpp conftest.$ac_ext\"") >&5 10321 +if { (eval echo "$as_me:152 47: \"$ac_cpp conftest.$ac_ext\"") >&510804 +if { (eval echo "$as_me:15259: \"$ac_cpp conftest.$ac_ext\"") >&5 10322 10805 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10323 10806 ac_status=$? … … 10326 10809 cat conftest.err >&5 10327 10810 - echo "$as_me:15184: \$? = $ac_status" >&5 10328 + echo "$as_me:152 53: \$? = $ac_status" >&510811 + echo "$as_me:15265: \$? = $ac_status" >&5 10329 10812 (exit $ac_status); } >/dev/null; then 10330 10813 if test -s conftest.err; then 10331 10814 ac_cpp_err=$ac_cxx_preproc_warn_flag 10332 @@ -15200,7 +152 69,7 @@10815 @@ -15200,7 +15281,7 @@ 10333 10816 fi 10334 10817 rm -f conftest.err conftest.$ac_ext 10335 10818 fi 10336 10819 -echo "$as_me:15203: result: `eval echo '${'$as_ac_Header'}'`" >&5 10337 +echo "$as_me:152 72: result: `eval echo '${'$as_ac_Header'}'`" >&510820 +echo "$as_me:15284: result: `eval echo '${'$as_ac_Header'}'`" >&5 10338 10821 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10339 10822 if test `eval echo '${'$as_ac_Header'}'` = yes; then 10340 10823 cat >>confdefs.h <<EOF 10341 @@ -15211,10 +152 80,10 @@10824 @@ -15211,10 +15292,10 @@ 10342 10825 done 10343 10826 10344 10827 if test x"$ac_cv_header_iostream" = xyes ; then 10345 10828 - echo "$as_me:15214: checking if iostream uses std-namespace" >&5 10346 + echo "$as_me:152 83: checking if iostream uses std-namespace" >&510829 + echo "$as_me:15295: checking if iostream uses std-namespace" >&5 10347 10830 echo $ECHO_N "checking if iostream uses std-namespace... $ECHO_C" >&6 10348 10831 cat >conftest.$ac_ext <<_ACEOF 10349 10832 -#line 15217 "configure" 10350 +#line 152 86"configure"10833 +#line 15298 "configure" 10351 10834 #include "confdefs.h" 10352 10835 10353 10836 #include <iostream> 10354 @@ -15231,16 +153 00,16 @@10837 @@ -15231,16 +15312,16 @@ 10355 10838 } 10356 10839 _ACEOF 10357 10840 rm -f conftest.$ac_objext 10358 10841 -if { (eval echo "$as_me:15234: \"$ac_compile\"") >&5 10359 +if { (eval echo "$as_me:153 03: \"$ac_compile\"") >&510842 +if { (eval echo "$as_me:15315: \"$ac_compile\"") >&5 10360 10843 (eval $ac_compile) 2>&5 10361 10844 ac_status=$? 10362 10845 - echo "$as_me:15237: \$? = $ac_status" >&5 10363 + echo "$as_me:153 06: \$? = $ac_status" >&510846 + echo "$as_me:15318: \$? = $ac_status" >&5 10364 10847 (exit $ac_status); } && 10365 10848 { ac_try='test -s conftest.$ac_objext' 10366 10849 - { (eval echo "$as_me:15240: \"$ac_try\"") >&5 10367 + { (eval echo "$as_me:153 09: \"$ac_try\"") >&510850 + { (eval echo "$as_me:15321: \"$ac_try\"") >&5 10368 10851 (eval $ac_try) 2>&5 10369 10852 ac_status=$? 10370 10853 - echo "$as_me:15243: \$? = $ac_status" >&5 10371 + echo "$as_me:153 12: \$? = $ac_status" >&510854 + echo "$as_me:15324: \$? = $ac_status" >&5 10372 10855 (exit $ac_status); }; }; then 10373 10856 cf_iostream_namespace=yes 10374 10857 else 10375 @@ -15249,7 +153 18,7 @@10858 @@ -15249,7 +15330,7 @@ 10376 10859 cf_iostream_namespace=no 10377 10860 fi 10378 10861 rm -f conftest.$ac_objext conftest.$ac_ext 10379 10862 - echo "$as_me:15252: result: $cf_iostream_namespace" >&5 10380 + echo "$as_me:153 21: result: $cf_iostream_namespace" >&510863 + echo "$as_me:15333: result: $cf_iostream_namespace" >&5 10381 10864 echo "${ECHO_T}$cf_iostream_namespace" >&6 10382 10865 if test "$cf_iostream_namespace" = yes ; then 10383 10866 cat >>confdefs.h <<\EOF 10384 @@ -15259,7 +153 28,7 @@10867 @@ -15259,7 +15340,7 @@ 10385 10868 fi 10386 10869 fi 10387 10870 10388 10871 -echo "$as_me:15262: checking if we should include stdbool.h" >&5 10389 +echo "$as_me:153 31: checking if we should include stdbool.h" >&510872 +echo "$as_me:15343: checking if we should include stdbool.h" >&5 10390 10873 echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6 10391 10874 10392 10875 if test "${cf_cv_header_stdbool_h+set}" = set; then 10393 @@ -15267,7 +153 36,7 @@10876 @@ -15267,7 +15348,7 @@ 10394 10877 else 10395 10878 10396 10879 cat >conftest.$ac_ext <<_ACEOF 10397 10880 -#line 15270 "configure" 10398 +#line 153 39"configure"10881 +#line 15351 "configure" 10399 10882 #include "confdefs.h" 10400 10883 10401 10884 int 10402 @@ -15279,23 +153 48,23 @@10885 @@ -15279,23 +15360,23 @@ 10403 10886 } 10404 10887 _ACEOF 10405 10888 rm -f conftest.$ac_objext 10406 10889 -if { (eval echo "$as_me:15282: \"$ac_compile\"") >&5 10407 +if { (eval echo "$as_me:153 51: \"$ac_compile\"") >&510890 +if { (eval echo "$as_me:15363: \"$ac_compile\"") >&5 10408 10891 (eval $ac_compile) 2>&5 10409 10892 ac_status=$? 10410 10893 - echo "$as_me:15285: \$? = $ac_status" >&5 10411 + echo "$as_me:153 54: \$? = $ac_status" >&510894 + echo "$as_me:15366: \$? = $ac_status" >&5 10412 10895 (exit $ac_status); } && 10413 10896 { ac_try='test -s conftest.$ac_objext' 10414 10897 - { (eval echo "$as_me:15288: \"$ac_try\"") >&5 10415 + { (eval echo "$as_me:153 57: \"$ac_try\"") >&510898 + { (eval echo "$as_me:15369: \"$ac_try\"") >&5 10416 10899 (eval $ac_try) 2>&5 10417 10900 ac_status=$? 10418 10901 - echo "$as_me:15291: \$? = $ac_status" >&5 10419 + echo "$as_me:153 60: \$? = $ac_status" >&510902 + echo "$as_me:15372: \$? = $ac_status" >&5 10420 10903 (exit $ac_status); }; }; then 10421 10904 cf_cv_header_stdbool_h=0 … … 10425 10908 cat >conftest.$ac_ext <<_ACEOF 10426 10909 -#line 15298 "configure" 10427 +#line 153 67"configure"10910 +#line 15379 "configure" 10428 10911 #include "confdefs.h" 10429 10912 10430 10913 #ifndef __BEOS__ 10431 @@ -15311,16 +153 80,16 @@10914 @@ -15311,16 +15392,16 @@ 10432 10915 } 10433 10916 _ACEOF 10434 10917 rm -f conftest.$ac_objext 10435 10918 -if { (eval echo "$as_me:15314: \"$ac_compile\"") >&5 10436 +if { (eval echo "$as_me:153 83: \"$ac_compile\"") >&510919 +if { (eval echo "$as_me:15395: \"$ac_compile\"") >&5 10437 10920 (eval $ac_compile) 2>&5 10438 10921 ac_status=$? 10439 10922 - echo "$as_me:15317: \$? = $ac_status" >&5 10440 + echo "$as_me:153 86: \$? = $ac_status" >&510923 + echo "$as_me:15398: \$? = $ac_status" >&5 10441 10924 (exit $ac_status); } && 10442 10925 { ac_try='test -s conftest.$ac_objext' 10443 10926 - { (eval echo "$as_me:15320: \"$ac_try\"") >&5 10444 + { (eval echo "$as_me:15 389: \"$ac_try\"") >&510927 + { (eval echo "$as_me:15401: \"$ac_try\"") >&5 10445 10928 (eval $ac_try) 2>&5 10446 10929 ac_status=$? 10447 10930 - echo "$as_me:15323: \$? = $ac_status" >&5 10448 + echo "$as_me:15 392: \$? = $ac_status" >&510931 + echo "$as_me:15404: \$? = $ac_status" >&5 10449 10932 (exit $ac_status); }; }; then 10450 10933 cf_cv_header_stdbool_h=1 10451 10934 else 10452 @@ -15334,13 +154 03,13 @@10935 @@ -15334,13 +15415,13 @@ 10453 10936 fi 10454 10937 10455 10938 if test "$cf_cv_header_stdbool_h" = 1 10456 10939 -then echo "$as_me:15337: result: yes" >&5 10457 +then echo "$as_me:154 06: result: yes" >&510940 +then echo "$as_me:15418: result: yes" >&5 10458 10941 echo "${ECHO_T}yes" >&6 10459 10942 -else echo "$as_me:15339: result: no" >&5 10460 +else echo "$as_me:154 08: result: no" >&510943 +else echo "$as_me:15420: result: no" >&5 10461 10944 echo "${ECHO_T}no" >&6 10462 10945 fi 10463 10946 10464 10947 -echo "$as_me:15343: checking for builtin bool type" >&5 10465 +echo "$as_me:154 12: checking for builtin bool type" >&510948 +echo "$as_me:15424: checking for builtin bool type" >&5 10466 10949 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6 10467 10950 10468 10951 if test "${cf_cv_builtin_bool+set}" = set; then 10469 @@ -15348,7 +154 17,7 @@10952 @@ -15348,7 +15429,7 @@ 10470 10953 else 10471 10954 10472 10955 cat >conftest.$ac_ext <<_ACEOF 10473 10956 -#line 15351 "configure" 10474 +#line 154 20"configure"10957 +#line 15432 "configure" 10475 10958 #include "confdefs.h" 10476 10959 10477 10960 #include <stdio.h> 10478 @@ -15363,16 +154 32,16 @@10961 @@ -15363,16 +15444,16 @@ 10479 10962 } 10480 10963 _ACEOF 10481 10964 rm -f conftest.$ac_objext 10482 10965 -if { (eval echo "$as_me:15366: \"$ac_compile\"") >&5 10483 +if { (eval echo "$as_me:154 35: \"$ac_compile\"") >&510966 +if { (eval echo "$as_me:15447: \"$ac_compile\"") >&5 10484 10967 (eval $ac_compile) 2>&5 10485 10968 ac_status=$? 10486 10969 - echo "$as_me:15369: \$? = $ac_status" >&5 10487 + echo "$as_me:154 38: \$? = $ac_status" >&510970 + echo "$as_me:15450: \$? = $ac_status" >&5 10488 10971 (exit $ac_status); } && 10489 10972 { ac_try='test -s conftest.$ac_objext' 10490 10973 - { (eval echo "$as_me:15372: \"$ac_try\"") >&5 10491 + { (eval echo "$as_me:154 41: \"$ac_try\"") >&510974 + { (eval echo "$as_me:15453: \"$ac_try\"") >&5 10492 10975 (eval $ac_try) 2>&5 10493 10976 ac_status=$? 10494 10977 - echo "$as_me:15375: \$? = $ac_status" >&5 10495 + echo "$as_me:154 44: \$? = $ac_status" >&510978 + echo "$as_me:15456: \$? = $ac_status" >&5 10496 10979 (exit $ac_status); }; }; then 10497 10980 cf_cv_builtin_bool=1 10498 10981 else 10499 @@ -15385,13 +154 54,13 @@10982 @@ -15385,13 +15466,13 @@ 10500 10983 fi 10501 10984 10502 10985 if test "$cf_cv_builtin_bool" = 1 10503 10986 -then echo "$as_me:15388: result: yes" >&5 10504 +then echo "$as_me:154 57: result: yes" >&510987 +then echo "$as_me:15469: result: yes" >&5 10505 10988 echo "${ECHO_T}yes" >&6 10506 10989 -else echo "$as_me:15390: result: no" >&5 10507 +else echo "$as_me:154 59: result: no" >&510990 +else echo "$as_me:15471: result: no" >&5 10508 10991 echo "${ECHO_T}no" >&6 10509 10992 fi 10510 10993 10511 10994 -echo "$as_me:15394: checking for size of bool" >&5 10512 +echo "$as_me:154 63: checking for size of bool" >&510995 +echo "$as_me:15475: checking for size of bool" >&5 10513 10996 echo $ECHO_N "checking for size of bool... $ECHO_C" >&6 10514 10997 if test "${cf_cv_type_of_bool+set}" = set; then 10515 10998 echo $ECHO_N "(cached) $ECHO_C" >&6 10516 @@ -15402,7 +154 71,7 @@10999 @@ -15402,7 +15483,7 @@ 10517 11000 cf_cv_type_of_bool=unknown 10518 11001 else 10519 11002 cat >conftest.$ac_ext <<_ACEOF 10520 11003 -#line 15405 "configure" 10521 +#line 154 74"configure"11004 +#line 15486 "configure" 10522 11005 #include "confdefs.h" 10523 11006 10524 11007 #include <stdlib.h> 10525 @@ -15444,15 +155 13,15 @@11008 @@ -15444,15 +15525,15 @@ 10526 11009 10527 11010 _ACEOF 10528 11011 rm -f conftest$ac_exeext 10529 11012 -if { (eval echo "$as_me:15447: \"$ac_link\"") >&5 10530 +if { (eval echo "$as_me:155 16: \"$ac_link\"") >&511013 +if { (eval echo "$as_me:15528: \"$ac_link\"") >&5 10531 11014 (eval $ac_link) 2>&5 10532 11015 ac_status=$? 10533 11016 - echo "$as_me:15450: \$? = $ac_status" >&5 10534 + echo "$as_me:155 19: \$? = $ac_status" >&511017 + echo "$as_me:15531: \$? = $ac_status" >&5 10535 11018 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10536 11019 - { (eval echo "$as_me:15452: \"$ac_try\"") >&5 10537 + { (eval echo "$as_me:155 21: \"$ac_try\"") >&511020 + { (eval echo "$as_me:15533: \"$ac_try\"") >&5 10538 11021 (eval $ac_try) 2>&5 10539 11022 ac_status=$? 10540 11023 - echo "$as_me:15455: \$? = $ac_status" >&5 10541 + echo "$as_me:155 24: \$? = $ac_status" >&511024 + echo "$as_me:15536: \$? = $ac_status" >&5 10542 11025 (exit $ac_status); }; }; then 10543 11026 cf_cv_type_of_bool=`cat cf_test.out` 10544 11027 if test -z "$cf_cv_type_of_bool"; then 10545 @@ -15470,18 +155 39,18 @@11028 @@ -15470,18 +15551,18 @@ 10546 11029 fi 10547 11030 10548 11031 rm -f cf_test.out 10549 11032 -echo "$as_me:15473: result: $cf_cv_type_of_bool" >&5 10550 +echo "$as_me:155 42: result: $cf_cv_type_of_bool" >&511033 +echo "$as_me:15554: result: $cf_cv_type_of_bool" >&5 10551 11034 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 10552 11035 if test "$cf_cv_type_of_bool" = unknown ; then … … 10555 11038 esac 10556 11039 - { echo "$as_me:15479: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 10557 + { echo "$as_me:155 48: WARNING: Assuming $NCURSES_BOOL for type of bool" >&511040 + { echo "$as_me:15560: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 10558 11041 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;} 10559 11042 cf_cv_type_of_bool=$NCURSES_BOOL … … 10561 11044 10562 11045 -echo "$as_me:15484: checking for special defines needed for etip.h" >&5 10563 +echo "$as_me:155 53: checking for special defines needed for etip.h" >&511046 +echo "$as_me:15565: checking for special defines needed for etip.h" >&5 10564 11047 echo $ECHO_N "checking for special defines needed for etip.h... $ECHO_C" >&6 10565 11048 cf_save_CXXFLAGS="$CXXFLAGS" 10566 11049 cf_result="none" 10567 @@ -15493,7 +155 62,7 @@11050 @@ -15493,7 +15574,7 @@ 10568 11051 test -n "$cf_math" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_math}" 10569 11052 test -n "$cf_excp" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_excp}" 10570 11053 cat >conftest.$ac_ext <<_ACEOF 10571 11054 -#line 15496 "configure" 10572 +#line 155 65"configure"11055 +#line 15577 "configure" 10573 11056 #include "confdefs.h" 10574 11057 10575 11058 #include <etip.h.in> 10576 @@ -15507,16 +155 76,16 @@11059 @@ -15507,16 +15588,16 @@ 10577 11060 } 10578 11061 _ACEOF 10579 11062 rm -f conftest.$ac_objext 10580 11063 -if { (eval echo "$as_me:15510: \"$ac_compile\"") >&5 10581 +if { (eval echo "$as_me:155 79: \"$ac_compile\"") >&511064 +if { (eval echo "$as_me:15591: \"$ac_compile\"") >&5 10582 11065 (eval $ac_compile) 2>&5 10583 11066 ac_status=$? 10584 11067 - echo "$as_me:15513: \$? = $ac_status" >&5 10585 + echo "$as_me:155 82: \$? = $ac_status" >&511068 + echo "$as_me:15594: \$? = $ac_status" >&5 10586 11069 (exit $ac_status); } && 10587 11070 { ac_try='test -s conftest.$ac_objext' 10588 11071 - { (eval echo "$as_me:15516: \"$ac_try\"") >&5 10589 + { (eval echo "$as_me:155 85: \"$ac_try\"") >&511072 + { (eval echo "$as_me:15597: \"$ac_try\"") >&5 10590 11073 (eval $ac_try) 2>&5 10591 11074 ac_status=$? 10592 11075 - echo "$as_me:15519: \$? = $ac_status" >&5 10593 + echo "$as_me:15 588: \$? = $ac_status" >&511076 + echo "$as_me:15600: \$? = $ac_status" >&5 10594 11077 (exit $ac_status); }; }; then 10595 11078 10596 11079 test -n "$cf_math" && cat >>confdefs.h <<EOF 10597 @@ -15537,12 +156 06,12 @@11080 @@ -15537,12 +15618,12 @@ 10598 11081 rm -f conftest.$ac_objext conftest.$ac_ext 10599 11082 done 10600 11083 done 10601 11084 -echo "$as_me:15540: result: $cf_result" >&5 10602 +echo "$as_me:156 09: result: $cf_result" >&511085 +echo "$as_me:15621: result: $cf_result" >&5 10603 11086 echo "${ECHO_T}$cf_result" >&6 10604 11087 CXXFLAGS="$cf_save_CXXFLAGS" … … 10606 11089 if test -n "$CXX"; then 10607 11090 -echo "$as_me:15545: checking if $CXX accepts parameter initialization" >&5 10608 +echo "$as_me:156 14: checking if $CXX accepts parameter initialization" >&511091 +echo "$as_me:15626: checking if $CXX accepts parameter initialization" >&5 10609 11092 echo $ECHO_N "checking if $CXX accepts parameter initialization... $ECHO_C" >&6 10610 11093 if test "${cf_cv_cpp_param_init+set}" = set; then 10611 11094 echo $ECHO_N "(cached) $ECHO_C" >&6 10612 @@ -15559,7 +156 28,7 @@11095 @@ -15559,7 +15640,7 @@ 10613 11096 cf_cv_cpp_param_init=unknown 10614 11097 else 10615 11098 cat >conftest.$ac_ext <<_ACEOF 10616 11099 -#line 15562 "configure" 10617 +#line 156 31"configure"11100 +#line 15643 "configure" 10618 11101 #include "confdefs.h" 10619 11102 10620 11103 class TEST { 10621 @@ -15578,15 +156 47,15 @@11104 @@ -15578,15 +15659,15 @@ 10622 11105 10623 11106 _ACEOF 10624 11107 rm -f conftest$ac_exeext 10625 11108 -if { (eval echo "$as_me:15581: \"$ac_link\"") >&5 10626 +if { (eval echo "$as_me:156 50: \"$ac_link\"") >&511109 +if { (eval echo "$as_me:15662: \"$ac_link\"") >&5 10627 11110 (eval $ac_link) 2>&5 10628 11111 ac_status=$? 10629 11112 - echo "$as_me:15584: \$? = $ac_status" >&5 10630 + echo "$as_me:156 53: \$? = $ac_status" >&511113 + echo "$as_me:15665: \$? = $ac_status" >&5 10631 11114 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10632 11115 - { (eval echo "$as_me:15586: \"$ac_try\"") >&5 10633 + { (eval echo "$as_me:156 55: \"$ac_try\"") >&511116 + { (eval echo "$as_me:15667: \"$ac_try\"") >&5 10634 11117 (eval $ac_try) 2>&5 10635 11118 ac_status=$? 10636 11119 - echo "$as_me:15589: \$? = $ac_status" >&5 10637 + echo "$as_me:156 58: \$? = $ac_status" >&511120 + echo "$as_me:15670: \$? = $ac_status" >&5 10638 11121 (exit $ac_status); }; }; then 10639 11122 cf_cv_cpp_param_init=yes 10640 11123 else 10641 @@ -15605,7 +156 74,7 @@11124 @@ -15605,7 +15686,7 @@ 10642 11125 ac_main_return=return 10643 11126 10644 11127 fi 10645 11128 -echo "$as_me:15608: result: $cf_cv_cpp_param_init" >&5 10646 +echo "$as_me:156 77: result: $cf_cv_cpp_param_init" >&511129 +echo "$as_me:15689: result: $cf_cv_cpp_param_init" >&5 10647 11130 echo "${ECHO_T}$cf_cv_cpp_param_init" >&6 10648 11131 fi 10649 11132 test "$cf_cv_cpp_param_init" = yes && cat >>confdefs.h <<\EOF 10650 @@ -15614,7 +156 83,7 @@11133 @@ -15614,7 +15695,7 @@ 10651 11134 10652 11135 if test -n "$CXX"; then 10653 11136 10654 11137 -echo "$as_me:15617: checking if $CXX accepts static_cast" >&5 10655 +echo "$as_me:156 86: checking if $CXX accepts static_cast" >&511138 +echo "$as_me:15698: checking if $CXX accepts static_cast" >&5 10656 11139 echo $ECHO_N "checking if $CXX accepts static_cast... $ECHO_C" >&6 10657 11140 if test "${cf_cv_cpp_static_cast+set}" = set; then 10658 11141 echo $ECHO_N "(cached) $ECHO_C" >&6 10659 @@ -15628,7 +15 697,7 @@11142 @@ -15628,7 +15709,7 @@ 10660 11143 ac_main_return=return 10661 11144 10662 11145 cat >conftest.$ac_ext <<_ACEOF 10663 11146 -#line 15631 "configure" 10664 +#line 157 00"configure"11147 +#line 15712 "configure" 10665 11148 #include "confdefs.h" 10666 11149 10667 11150 class NCursesPanel 10668 @@ -15672,16 +157 41,16 @@11151 @@ -15672,16 +15753,16 @@ 10669 11152 } 10670 11153 _ACEOF 10671 11154 rm -f conftest.$ac_objext 10672 11155 -if { (eval echo "$as_me:15675: \"$ac_compile\"") >&5 10673 +if { (eval echo "$as_me:157 44: \"$ac_compile\"") >&511156 +if { (eval echo "$as_me:15756: \"$ac_compile\"") >&5 10674 11157 (eval $ac_compile) 2>&5 10675 11158 ac_status=$? 10676 11159 - echo "$as_me:15678: \$? = $ac_status" >&5 10677 + echo "$as_me:157 47: \$? = $ac_status" >&511160 + echo "$as_me:15759: \$? = $ac_status" >&5 10678 11161 (exit $ac_status); } && 10679 11162 { ac_try='test -s conftest.$ac_objext' 10680 11163 - { (eval echo "$as_me:15681: \"$ac_try\"") >&5 10681 + { (eval echo "$as_me:157 50: \"$ac_try\"") >&511164 + { (eval echo "$as_me:15762: \"$ac_try\"") >&5 10682 11165 (eval $ac_try) 2>&5 10683 11166 ac_status=$? 10684 11167 - echo "$as_me:15684: \$? = $ac_status" >&5 10685 + echo "$as_me:157 53: \$? = $ac_status" >&511168 + echo "$as_me:15765: \$? = $ac_status" >&5 10686 11169 (exit $ac_status); }; }; then 10687 11170 cf_cv_cpp_static_cast=yes 10688 11171 else 10689 @@ -15699,7 +157 68,7 @@11172 @@ -15699,7 +15780,7 @@ 10690 11173 ac_main_return=return 10691 11174 10692 11175 fi 10693 11176 -echo "$as_me:15702: result: $cf_cv_cpp_static_cast" >&5 10694 +echo "$as_me:157 71: result: $cf_cv_cpp_static_cast" >&511177 +echo "$as_me:15783: result: $cf_cv_cpp_static_cast" >&5 10695 11178 echo "${ECHO_T}$cf_cv_cpp_static_cast" >&6 10696 11179 10697 11180 fi 10698 @@ -15747,7 +158 16,7 @@11181 @@ -15747,7 +15828,7 @@ 10699 11182 else 10700 11183 if test "$cf_cv_header_stdbool_h" = 1 ; then 10701 11184 10702 11185 -echo "$as_me:15750: checking for size of bool" >&5 10703 +echo "$as_me:158 19: checking for size of bool" >&511186 +echo "$as_me:15831: checking for size of bool" >&5 10704 11187 echo $ECHO_N "checking for size of bool... $ECHO_C" >&6 10705 11188 if test "${cf_cv_type_of_bool+set}" = set; then 10706 11189 echo $ECHO_N "(cached) $ECHO_C" >&6 10707 @@ -15758,7 +158 27,7 @@11190 @@ -15758,7 +15839,7 @@ 10708 11191 cf_cv_type_of_bool=unknown 10709 11192 else 10710 11193 cat >conftest.$ac_ext <<_ACEOF 10711 11194 -#line 15761 "configure" 10712 +#line 158 30"configure"11195 +#line 15842 "configure" 10713 11196 #include "confdefs.h" 10714 11197 10715 11198 #include <stdlib.h> 10716 @@ -15800,15 +158 69,15 @@11199 @@ -15800,15 +15881,15 @@ 10717 11200 10718 11201 _ACEOF 10719 11202 rm -f conftest$ac_exeext 10720 11203 -if { (eval echo "$as_me:15803: \"$ac_link\"") >&5 10721 +if { (eval echo "$as_me:158 72: \"$ac_link\"") >&511204 +if { (eval echo "$as_me:15884: \"$ac_link\"") >&5 10722 11205 (eval $ac_link) 2>&5 10723 11206 ac_status=$? 10724 11207 - echo "$as_me:15806: \$? = $ac_status" >&5 10725 + echo "$as_me:158 75: \$? = $ac_status" >&511208 + echo "$as_me:15887: \$? = $ac_status" >&5 10726 11209 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10727 11210 - { (eval echo "$as_me:15808: \"$ac_try\"") >&5 10728 + { (eval echo "$as_me:158 77: \"$ac_try\"") >&511211 + { (eval echo "$as_me:15889: \"$ac_try\"") >&5 10729 11212 (eval $ac_try) 2>&5 10730 11213 ac_status=$? 10731 11214 - echo "$as_me:15811: \$? = $ac_status" >&5 10732 + echo "$as_me:158 80: \$? = $ac_status" >&511215 + echo "$as_me:15892: \$? = $ac_status" >&5 10733 11216 (exit $ac_status); }; }; then 10734 11217 cf_cv_type_of_bool=`cat cf_test.out` 10735 11218 if test -z "$cf_cv_type_of_bool"; then 10736 @@ -15826,25 +15 895,25 @@11219 @@ -15826,25 +15907,25 @@ 10737 11220 fi 10738 11221 10739 11222 rm -f cf_test.out 10740 11223 -echo "$as_me:15829: result: $cf_cv_type_of_bool" >&5 10741 +echo "$as_me:15 898: result: $cf_cv_type_of_bool" >&511224 +echo "$as_me:15910: result: $cf_cv_type_of_bool" >&5 10742 11225 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 10743 11226 if test "$cf_cv_type_of_bool" = unknown ; then … … 10746 11229 esac 10747 11230 - { echo "$as_me:15835: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 10748 + { echo "$as_me:159 04: WARNING: Assuming $NCURSES_BOOL for type of bool" >&511231 + { echo "$as_me:15916: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 10749 11232 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;} 10750 11233 cf_cv_type_of_bool=$NCURSES_BOOL … … 10753 11236 else 10754 11237 - echo "$as_me:15841: checking for fallback type of bool" >&5 10755 + echo "$as_me:159 10: checking for fallback type of bool" >&511238 + echo "$as_me:15922: checking for fallback type of bool" >&5 10756 11239 echo $ECHO_N "checking for fallback type of bool... $ECHO_C" >&6 10757 11240 case "$host_cpu" in #(vi … … 10760 11243 esac 10761 11244 - echo "$as_me:15847: result: $cf_cv_type_of_bool" >&5 10762 + echo "$as_me:159 16: result: $cf_cv_type_of_bool" >&511245 + echo "$as_me:15928: result: $cf_cv_type_of_bool" >&5 10763 11246 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 10764 11247 fi 10765 11248 fi 10766 @@ -15873,7 +159 42,7 @@11249 @@ -15873,7 +15954,7 @@ 10767 11250 10768 11251 if test "$cf_with_ada" != "no" ; then 10769 11252 if test "$with_libtool" != "no"; then 10770 11253 - { echo "$as_me:15876: WARNING: libtool does not support Ada - disabling feature" >&5 10771 + { echo "$as_me:159 45: WARNING: libtool does not support Ada - disabling feature" >&511254 + { echo "$as_me:15957: WARNING: libtool does not support Ada - disabling feature" >&5 10772 11255 echo "$as_me: WARNING: libtool does not support Ada - disabling feature" >&2;} 10773 11256 cf_with_ada=no 10774 11257 fi 10775 @@ -15883,7 +159 52,7 @@11258 @@ -15883,7 +15964,7 @@ 10776 11259 cf_ada_make=gnatmake 10777 11260 # Extract the first word of "$cf_ada_make", so it can be a program name with args. 10778 11261 set dummy $cf_ada_make; ac_word=$2 10779 11262 -echo "$as_me:15886: checking for $ac_word" >&5 10780 +echo "$as_me:159 55: checking for $ac_word" >&511263 +echo "$as_me:15967: checking for $ac_word" >&5 10781 11264 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10782 11265 if test "${ac_cv_prog_gnat_exists+set}" = set; then 10783 11266 echo $ECHO_N "(cached) $ECHO_C" >&6 10784 @@ -15898,7 +159 67,7 @@11267 @@ -15898,7 +15979,7 @@ 10785 11268 test -z "$ac_dir" && ac_dir=. 10786 11269 $as_executable_p "$ac_dir/$ac_word" || continue 10787 11270 ac_cv_prog_gnat_exists="yes" 10788 11271 -echo "$as_me:15901: found $ac_dir/$ac_word" >&5 10789 +echo "$as_me:159 70: found $ac_dir/$ac_word" >&511272 +echo "$as_me:15982: found $ac_dir/$ac_word" >&5 10790 11273 break 10791 11274 done 10792 11275 10793 @@ -15907,10 +159 76,10 @@11276 @@ -15907,10 +15988,10 @@ 10794 11277 fi 10795 11278 gnat_exists=$ac_cv_prog_gnat_exists 10796 11279 if test -n "$gnat_exists"; then 10797 11280 - echo "$as_me:15910: result: $gnat_exists" >&5 10798 + echo "$as_me:159 79: result: $gnat_exists" >&511281 + echo "$as_me:15991: result: $gnat_exists" >&5 10799 11282 echo "${ECHO_T}$gnat_exists" >&6 10800 11283 else 10801 11284 - echo "$as_me:15913: result: no" >&5 10802 + echo "$as_me:159 82: result: no" >&511285 + echo "$as_me:15994: result: no" >&5 10803 11286 echo "${ECHO_T}no" >&6 10804 11287 fi 10805 11288 10806 @@ -15918,11 +159 87,11 @@11289 @@ -15918,11 +15999,11 @@ 10807 11290 cf_ada_make= 10808 11291 else 10809 11292 10810 11293 -echo "$as_me:15921: checking for gnat version" >&5 10811 +echo "$as_me:1 5990: checking for gnat version" >&511294 +echo "$as_me:16002: checking for gnat version" >&5 10812 11295 echo $ECHO_N "checking for gnat version... $ECHO_C" >&6 10813 11296 cf_gnat_version=`${cf_ada_make-gnatmake} -v 2>&1 | grep '[0-9].[0-9][0-9]*' |\ 10814 11297 sed -e '2,$d' -e 's/[^0-9 \.]//g' -e 's/^[ ]*//' -e 's/ .*//'` 10815 11298 -echo "$as_me:15925: result: $cf_gnat_version" >&5 10816 +echo "$as_me:1 5994: result: $cf_gnat_version" >&511299 +echo "$as_me:16006: result: $cf_gnat_version" >&5 10817 11300 echo "${ECHO_T}$cf_gnat_version" >&6 10818 11301 10819 11302 case $cf_gnat_version in 10820 @@ -15945,7 +160 14,7 @@11303 @@ -15945,7 +16026,7 @@ 10821 11304 10822 11305 # Extract the first word of "m4", so it can be a program name with args. 10823 11306 set dummy m4; ac_word=$2 10824 11307 -echo "$as_me:15948: checking for $ac_word" >&5 10825 +echo "$as_me:160 17: checking for $ac_word" >&511308 +echo "$as_me:16029: checking for $ac_word" >&5 10826 11309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 10827 11310 if test "${ac_cv_prog_M4_exists+set}" = set; then 10828 11311 echo $ECHO_N "(cached) $ECHO_C" >&6 10829 @@ -15960,7 +160 29,7 @@11312 @@ -15960,7 +16041,7 @@ 10830 11313 test -z "$ac_dir" && ac_dir=. 10831 11314 $as_executable_p "$ac_dir/$ac_word" || continue 10832 11315 ac_cv_prog_M4_exists="yes" 10833 11316 -echo "$as_me:15963: found $ac_dir/$ac_word" >&5 10834 +echo "$as_me:160 32: found $ac_dir/$ac_word" >&511317 +echo "$as_me:16044: found $ac_dir/$ac_word" >&5 10835 11318 break 10836 11319 done 10837 11320 10838 @@ -15969,10 +160 38,10 @@11321 @@ -15969,10 +16050,10 @@ 10839 11322 fi 10840 11323 M4_exists=$ac_cv_prog_M4_exists 10841 11324 if test -n "$M4_exists"; then 10842 11325 - echo "$as_me:15972: result: $M4_exists" >&5 10843 + echo "$as_me:160 41: result: $M4_exists" >&511326 + echo "$as_me:16053: result: $M4_exists" >&5 10844 11327 echo "${ECHO_T}$M4_exists" >&6 10845 11328 else 10846 11329 - echo "$as_me:15975: result: no" >&5 10847 + echo "$as_me:160 44: result: no" >&511330 + echo "$as_me:16056: result: no" >&5 10848 11331 echo "${ECHO_T}no" >&6 10849 11332 fi 10850 11333 10851 @@ -15981,7 +160 50,7 @@11334 @@ -15981,7 +16062,7 @@ 10852 11335 echo Ada95 binding required program m4 not found. Ada95 binding disabled. 10853 11336 fi 10854 11337 if test "$cf_cv_prog_gnat_correct" = yes; then 10855 11338 - echo "$as_me:15984: checking if GNAT works" >&5 10856 + echo "$as_me:160 53: checking if GNAT works" >&511339 + echo "$as_me:16065: checking if GNAT works" >&5 10857 11340 echo $ECHO_N "checking if GNAT works... $ECHO_C" >&6 10858 11341 10859 11342 rm -f conftest* 10860 @@ -16009,14 +160 78,14 @@11343 @@ -16009,14 +16090,14 @@ 10861 11344 fi 10862 11345 rm -f conftest* 10863 11346 10864 11347 - echo "$as_me:16012: result: $cf_cv_prog_gnat_correct" >&5 10865 + echo "$as_me:160 81: result: $cf_cv_prog_gnat_correct" >&511348 + echo "$as_me:16093: result: $cf_cv_prog_gnat_correct" >&5 10866 11349 echo "${ECHO_T}$cf_cv_prog_gnat_correct" >&6 10867 11350 fi … … 10871 11354 10872 11355 - echo "$as_me:16019: checking if GNAT pragma Unreferenced works" >&5 10873 + echo "$as_me:16 088: checking if GNAT pragma Unreferenced works" >&511356 + echo "$as_me:16100: checking if GNAT pragma Unreferenced works" >&5 10874 11357 echo $ECHO_N "checking if GNAT pragma Unreferenced works... $ECHO_C" >&6 10875 11358 10876 11359 rm -f conftest* 10877 @@ -16043,7 +161 12,7 @@11360 @@ -16043,7 +16124,7 @@ 10878 11361 fi 10879 11362 rm -f conftest* 10880 11363 10881 11364 - echo "$as_me:16046: result: $cf_cv_pragma_unreferenced" >&5 10882 + echo "$as_me:161 15: result: $cf_cv_pragma_unreferenced" >&511365 + echo "$as_me:16127: result: $cf_cv_pragma_unreferenced" >&5 10883 11366 echo "${ECHO_T}$cf_cv_pragma_unreferenced" >&6 10884 11367 10885 11368 # if the pragma is supported, use it (needed in the Trace code). 10886 @@ -16096,7 +161 65,7 @@11369 @@ -16096,7 +16177,7 @@ 10887 11370 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 10888 11371 ;; 10889 11372 *) 10890 11373 - { { echo "$as_me:16099: error: expected a pathname, not \"$withval\"" >&5 10891 + { { echo "$as_me:161 68: error: expected a pathname, not \"$withval\"" >&511374 + { { echo "$as_me:16180: error: expected a pathname, not \"$withval\"" >&5 10892 11375 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 10893 11376 { (exit 1); exit 1; }; } 10894 11377 ;; 10895 @@ -16138,7 +162 07,7 @@11378 @@ -16138,7 +16219,7 @@ 10896 11379 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 10897 11380 ;; 10898 11381 *) 10899 11382 - { { echo "$as_me:16141: error: expected a pathname, not \"$withval\"" >&5 10900 + { { echo "$as_me:162 10: error: expected a pathname, not \"$withval\"" >&511383 + { { echo "$as_me:16222: error: expected a pathname, not \"$withval\"" >&5 10901 11384 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 10902 11385 { (exit 1); exit 1; }; } 10903 11386 ;; 10904 @@ -16163,7 +162 32,7 @@11387 @@ -16163,7 +16244,7 @@ 10905 11388 ### chooses to split module lists into libraries. 10906 11389 ### 10907 11390 ### (see CF_LIB_RULES). 10908 11391 -echo "$as_me:16166: checking for library subsets" >&5 10909 +echo "$as_me:162 35: checking for library subsets" >&511392 +echo "$as_me:16247: checking for library subsets" >&5 10910 11393 echo $ECHO_N "checking for library subsets... $ECHO_C" >&6 10911 11394 LIB_SUBSETS= 10912 11395 10913 @@ -16188,7 +162 57,7 @@11396 @@ -16188,7 +16269,7 @@ 10914 11397 test "$with_widec" = yes && LIB_SUBSETS="${LIB_SUBSETS}+widechar" 10915 11398 test "$with_ext_funcs" = yes && LIB_SUBSETS="${LIB_SUBSETS}+ext_funcs" 10916 11399 10917 11400 -echo "$as_me:16191: result: $LIB_SUBSETS" >&5 10918 +echo "$as_me:162 60: result: $LIB_SUBSETS" >&511401 +echo "$as_me:16272: result: $LIB_SUBSETS" >&5 10919 11402 echo "${ECHO_T}$LIB_SUBSETS" >&6 10920 11403 10921 11404 ### Construct the list of include-directories to be generated 10922 @@ -16226,7 +16 295,7 @@11405 @@ -16226,7 +16307,7 @@ 10923 11406 fi 10924 11407 10925 11408 ### Build up pieces for makefile rules 10926 11409 -echo "$as_me:16229: checking default library suffix" >&5 10927 +echo "$as_me:16 298: checking default library suffix" >&511410 +echo "$as_me:16310: checking default library suffix" >&5 10928 11411 echo $ECHO_N "checking default library suffix... $ECHO_C" >&6 10929 11412 10930 11413 case $DFT_LWR_MODEL in 10931 @@ -16237, 10 +16306,10 @@11414 @@ -16237,46 +16318,50 @@ 10932 11415 shared) DFT_ARG_SUFFIX='' ;; 10933 11416 esac 10934 11417 test -n "$LIB_SUFFIX" && DFT_ARG_SUFFIX="${LIB_SUFFIX}${DFT_ARG_SUFFIX}" 10935 11418 -echo "$as_me:16240: result: $DFT_ARG_SUFFIX" >&5 10936 +echo "$as_me:163 09: result: $DFT_ARG_SUFFIX" >&511419 +echo "$as_me:16321: result: $DFT_ARG_SUFFIX" >&5 10937 11420 echo "${ECHO_T}$DFT_ARG_SUFFIX" >&6 10938 11421 10939 11422 -echo "$as_me:16243: checking default library-dependency suffix" >&5 10940 +echo "$as_me:163 12: checking default library-dependency suffix" >&511423 +echo "$as_me:16324: checking default library-dependency suffix" >&5 10941 11424 echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6 10942 11425 10943 case $DFT_LWR_MODEL in 10944 @@ -16289,10 +16358,10 @@ 11426 - case $DFT_LWR_MODEL in 11427 - libtool) 11428 + case $DFT_LWR_MODEL in #(vi 11429 + libtool) #(vi 11430 DFT_LIB_SUFFIX='.la' 11431 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX 11432 ;; 11433 - normal) 11434 + normal) #(vi 11435 DFT_LIB_SUFFIX='.a' 11436 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX 11437 ;; 11438 - debug) 11439 + debug) #(vi 11440 DFT_LIB_SUFFIX='_g.a' 11441 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX 11442 ;; 11443 - profile) 11444 + profile) #(vi 11445 DFT_LIB_SUFFIX='_p.a' 11446 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX 11447 ;; 11448 - shared) 11449 + shared) #(vi 11450 case $cf_cv_system_name in 11451 - cygwin*) 11452 + aix[56]*) #(vi 11453 + DFT_LIB_SUFFIX='.a' 11454 + DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX 11455 + ;; 11456 + cygwin*) #(vi 11457 DFT_LIB_SUFFIX='.dll' 11458 DFT_DEP_SUFFIX='.dll.a' 11459 ;; 11460 - darwin*) 11461 + darwin*) #(vi 11462 DFT_LIB_SUFFIX='.dylib' 11463 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX 11464 ;; 11465 - hpux*) 11466 + hpux*) #(vi 11467 case $target in 11468 - ia64*) 11469 + ia64*) #(vi 11470 DFT_LIB_SUFFIX='.so' 11471 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX 11472 ;; 11473 - *) 11474 + *) #(vi 11475 DFT_LIB_SUFFIX='.sl' 11476 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX 11477 ;; 11478 @@ -16289,10 +16374,10 @@ 10945 11479 esac 10946 11480 test -n "$LIB_SUFFIX" && DFT_LIB_SUFFIX="${LIB_SUFFIX}${DFT_LIB_SUFFIX}" 10947 11481 test -n "$LIB_SUFFIX" && DFT_DEP_SUFFIX="${LIB_SUFFIX}${DFT_DEP_SUFFIX}" 10948 11482 -echo "$as_me:16292: result: $DFT_DEP_SUFFIX" >&5 10949 +echo "$as_me:163 61: result: $DFT_DEP_SUFFIX" >&511483 +echo "$as_me:16377: result: $DFT_DEP_SUFFIX" >&5 10950 11484 echo "${ECHO_T}$DFT_DEP_SUFFIX" >&6 10951 11485 10952 11486 -echo "$as_me:16295: checking default object directory" >&5 10953 +echo "$as_me:163 64: checking default object directory" >&511487 +echo "$as_me:16380: checking default object directory" >&5 10954 11488 echo $ECHO_N "checking default object directory... $ECHO_C" >&6 10955 11489 10956 11490 case $DFT_LWR_MODEL in 10957 @@ -16308, 12 +16377,12@@11491 @@ -16308,51 +16393,55 @@ 10958 11492 DFT_OBJ_SUBDIR='obj_s' ;; 10959 11493 esac 10960 11494 esac 10961 11495 -echo "$as_me:16311: result: $DFT_OBJ_SUBDIR" >&5 10962 +echo "$as_me:163 80: result: $DFT_OBJ_SUBDIR" >&511496 +echo "$as_me:16396: result: $DFT_OBJ_SUBDIR" >&5 10963 11497 echo "${ECHO_T}$DFT_OBJ_SUBDIR" >&6 10964 11498 … … 10966 11500 if test "$cf_with_cxx" = yes ; then 10967 11501 -echo "$as_me:16316: checking c++ library-dependency suffix" >&5 10968 +echo "$as_me:16 385: checking c++ library-dependency suffix" >&511502 +echo "$as_me:16401: checking c++ library-dependency suffix" >&5 10969 11503 echo $ECHO_N "checking c++ library-dependency suffix... $ECHO_C" >&6 10970 11504 if test "$with_libtool" != "no"; then 10971 11505 CXX_LIB_SUFFIX=$DFT_DEP_SUFFIX 10972 @@ -16366,7 +16435,7 @@ 11506 else 11507 11508 - case normal in 11509 - libtool) 11510 + case normal in #(vi 11511 + libtool) #(vi 11512 CXX_LIB_SUFFIX='.la' 11513 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX 11514 ;; 11515 - normal) 11516 + normal) #(vi 11517 CXX_LIB_SUFFIX='.a' 11518 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX 11519 ;; 11520 - debug) 11521 + debug) #(vi 11522 CXX_LIB_SUFFIX='_g.a' 11523 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX 11524 ;; 11525 - profile) 11526 + profile) #(vi 11527 CXX_LIB_SUFFIX='_p.a' 11528 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX 11529 ;; 11530 - shared) 11531 + shared) #(vi 11532 case $cf_cv_system_name in 11533 - cygwin*) 11534 + aix[56]*) #(vi 11535 + CXX_LIB_SUFFIX='.a' 11536 + CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX 11537 + ;; 11538 + cygwin*) #(vi 11539 CXX_LIB_SUFFIX='.dll' 11540 CXX_DEP_SUFFIX='.dll.a' 11541 ;; 11542 - darwin*) 11543 + darwin*) #(vi 11544 CXX_LIB_SUFFIX='.dylib' 11545 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX 11546 ;; 11547 - hpux*) 11548 + hpux*) #(vi 11549 case $target in 11550 - ia64*) 11551 + ia64*) #(vi 11552 CXX_LIB_SUFFIX='.so' 11553 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX 11554 ;; 11555 - *) 11556 + *) #(vi 11557 CXX_LIB_SUFFIX='.sl' 11558 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX 11559 ;; 11560 @@ -16366,7 +16455,7 @@ 10973 11561 test -n "$LIB_SUFFIX" && CXX_LIB_SUFFIX="${LIB_SUFFIX}${CXX_LIB_SUFFIX}" 10974 11562 test -n "$LIB_SUFFIX" && CXX_DEP_SUFFIX="${LIB_SUFFIX}${CXX_DEP_SUFFIX}" 10975 11563 fi 10976 11564 -echo "$as_me:16369: result: $CXX_LIB_SUFFIX" >&5 10977 +echo "$as_me:164 38: result: $CXX_LIB_SUFFIX" >&511565 +echo "$as_me:16458: result: $CXX_LIB_SUFFIX" >&5 10978 11566 echo "${ECHO_T}$CXX_LIB_SUFFIX" >&6 10979 11567 10980 11568 fi 10981 @@ -16519,12 +16588,12 @@ 11569 @@ -16480,7 +16569,7 @@ 11570 11571 if test "$GCC" = yes ; then 11572 case $cf_cv_system_name in #( 11573 - OS/2*|os2*|aix[45]*) #( vi 11574 + OS/2*|os2*|aix[4]*) #( vi 11575 LDFLAGS_STATIC= 11576 LDFLAGS_SHARED= 11577 ;; 11578 @@ -16491,7 +16580,7 @@ 11579 esac 11580 else 11581 case $cf_cv_system_name in #( 11582 - aix[45]*) #( from ld manpage 11583 + aix[456]*) #( from ld manpage 11584 LDFLAGS_STATIC=-bstatic 11585 LDFLAGS_SHARED=-bdynamic 11586 ;; 11587 @@ -16519,12 +16608,12 @@ 10982 11588 ;; 10983 11589 esac 10984 11590 10985 11591 -echo "$as_me:16522: checking where we will install curses.h" >&5 10986 +echo "$as_me:16 591: checking where we will install curses.h" >&511592 +echo "$as_me:16611: checking where we will install curses.h" >&5 10987 11593 echo $ECHO_N "checking where we will install curses.h... $ECHO_C" >&6 10988 11594 test "$with_overwrite" = no && \ … … 10990 11596 includedir='${prefix}/include/ncurses'${LIB_SUFFIX} 10991 11597 -echo "$as_me:16527: result: $includedir" >&5 10992 +echo "$as_me:16 596: result: $includedir" >&511598 +echo "$as_me:16616: result: $includedir" >&5 10993 11599 echo "${ECHO_T}$includedir" >&6 10994 11600 10995 11601 ### Resolve a conflict between normal and wide-curses by forcing applications 10996 @@ -16532,7 +166 01,7 @@11602 @@ -16532,7 +16621,7 @@ 10997 11603 if test "$with_overwrite" != no ; then 10998 11604 if test "$NCURSES_LIBUTF8" = 1 ; then 10999 11605 NCURSES_LIBUTF8='defined(HAVE_LIBUTF8_H)' 11000 11606 - { echo "$as_me:16535: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5 11001 + { echo "$as_me:166 04: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&511607 + { echo "$as_me:16624: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5 11002 11608 echo "$as_me: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&2;} 11003 11609 fi 11004 11610 fi 11005 @@ -16548,7 +166 17,7 @@11611 @@ -16548,7 +16637,7 @@ 11006 11612 ### Construct the list of subdirectories for which we'll customize makefiles 11007 11613 ### with the appropriate compile-rules. 11008 11614 11009 11615 -echo "$as_me:16551: checking for src modules" >&5 11010 +echo "$as_me:166 20: checking for src modules" >&511616 +echo "$as_me:16640: checking for src modules" >&5 11011 11617 echo $ECHO_N "checking for src modules... $ECHO_C" >&6 11012 11618 11013 11619 # dependencies and linker-arguments for test-programs 11014 @@ -16611,13 +16 680,17 @@11620 @@ -16611,13 +16700,17 @@ 11015 11621 fi 11016 11622 fi 11017 11623 done 11018 11624 -echo "$as_me:16614: result: $cf_cv_src_modules" >&5 11019 +echo "$as_me:16 683: result: $cf_cv_src_modules" >&511625 +echo "$as_me:16703: result: $cf_cv_src_modules" >&5 11020 11626 echo "${ECHO_T}$cf_cv_src_modules" >&6 11021 11627 … … 11032 11638 do 11033 11639 SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir" 11034 @@ -16760,18 +16833,18 @@ 11640 @@ -16628,8 +16721,8 @@ 11641 11642 ADA_SUBDIRS= 11643 if test "$cf_cv_prog_gnat_correct" = yes && test -f $srcdir/Ada95/Makefile.in; then 11644 - SRC_SUBDIRS="$SRC_SUBDIRS Ada95" 11645 - ADA_SUBDIRS="gen src samples" 11646 + SRC_SUBDIRS="$SRC_SUBDIRS Ada95" 11647 + ADA_SUBDIRS="gen src samples" 11648 fi 11649 11650 SUB_MAKEFILES= 11651 @@ -16639,10 +16732,10 @@ 11652 done 11653 11654 if test -n "$ADA_SUBDIRS"; then 11655 - for cf_dir in $ADA_SUBDIRS 11656 - do 11657 - SUB_MAKEFILES="$SUB_MAKEFILES Ada95/$cf_dir/Makefile" 11658 - done 11659 + for cf_dir in $ADA_SUBDIRS 11660 + do 11661 + SUB_MAKEFILES="$SUB_MAKEFILES Ada95/$cf_dir/Makefile" 11662 + done 11663 11664 fi 11665 11666 @@ -16760,18 +16853,18 @@ 11035 11667 ### If we're building with rpath, try to link non-standard libs that way too. 11036 11668 if test "$DFT_LWR_MODEL" = "shared"; then 11037 11669 11038 11670 -echo "$as_me:16763: checking for updated LDFLAGS" >&5 11039 +echo "$as_me:168 36: checking for updated LDFLAGS" >&511671 +echo "$as_me:16856: checking for updated LDFLAGS" >&5 11040 11672 echo $ECHO_N "checking for updated LDFLAGS... $ECHO_C" >&6 11041 11673 if test -n "$LDFLAGS" ; then 11042 11674 -echo "$as_me:16766: result: maybe" >&5 11043 +echo "$as_me:168 39: result: maybe" >&511675 +echo "$as_me:16859: result: maybe" >&5 11044 11676 echo "${ECHO_T}maybe" >&6 11045 11677 test -n "$verbose" && echo " ...checking LDFLAGS $LDFLAGS" 1>&6 11046 11678 11047 11679 -echo "${as_me-configure}:16770: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 11048 +echo "${as_me-configure}:168 43: testing ...checking LDFLAGS $LDFLAGS ..." 1>&511680 +echo "${as_me-configure}:16863: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 11049 11681 11050 11682 test -n "$verbose" && echo " ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 11051 11683 11052 11684 -echo "${as_me-configure}:16774: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 11053 +echo "${as_me-configure}:168 47: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&511685 +echo "${as_me-configure}:16867: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 11054 11686 11055 11687 case "$EXTRA_LDFLAGS" in #(vi 11056 11688 -Wl,-rpath,*) #(vi 11057 @@ -16793,7 +168 66,7 @@11689 @@ -16793,7 +16886,7 @@ 11058 11690 do 11059 11691 test -n "$verbose" && echo " Filtering $cf_rpath_src" 1>&6 11060 11692 11061 11693 -echo "${as_me-configure}:16796: testing Filtering $cf_rpath_src ..." 1>&5 11062 +echo "${as_me-configure}:168 69: testing Filtering $cf_rpath_src ..." 1>&511694 +echo "${as_me-configure}:16889: testing Filtering $cf_rpath_src ..." 1>&5 11063 11695 11064 11696 case $cf_rpath_src in #(vi 11065 11697 -L*) #(vi 11066 @@ -16804,7 +168 77,7 @@11698 @@ -16804,7 +16897,7 @@ 11067 11699 fi 11068 11700 test -n "$verbose" && echo " ...Filter $cf_rpath_tmp" 1>&6 11069 11701 11070 11702 -echo "${as_me-configure}:16807: testing ...Filter $cf_rpath_tmp ..." 1>&5 11071 +echo "${as_me-configure}:16 880: testing ...Filter $cf_rpath_tmp ..." 1>&511703 +echo "${as_me-configure}:16900: testing ...Filter $cf_rpath_tmp ..." 1>&5 11072 11704 11073 11705 EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS" 11074 11706 ;; 11075 @@ -16814,15 +16 887,15 @@11707 @@ -16814,15 +16907,15 @@ 11076 11708 LDFLAGS=$cf_rpath_dst 11077 11709 test -n "$verbose" && echo " ...checked LDFLAGS $LDFLAGS" 1>&6 11078 11710 11079 11711 -echo "${as_me-configure}:16817: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 11080 +echo "${as_me-configure}:16 890: testing ...checked LDFLAGS $LDFLAGS ..." 1>&511712 +echo "${as_me-configure}:16910: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 11081 11713 11082 11714 test -n "$verbose" && echo " ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 11083 11715 11084 11716 -echo "${as_me-configure}:16821: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 11085 +echo "${as_me-configure}:16 894: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&511717 +echo "${as_me-configure}:16914: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 11086 11718 11087 11719 fi 11088 11720 else 11089 11721 -echo "$as_me:16825: result: no" >&5 11090 +echo "$as_me:16 898: result: no" >&511722 +echo "$as_me:16918: result: no" >&5 11091 11723 echo "${ECHO_T}no" >&6 11092 11724 fi 11093 11725 11094 @@ -16932,7 +170 05,7 @@11726 @@ -16932,7 +17025,7 @@ 11095 11727 : ${CONFIG_STATUS=./config.status} 11096 11728 ac_clean_files_save=$ac_clean_files 11097 11729 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 11098 11730 -{ echo "$as_me:16935: creating $CONFIG_STATUS" >&5 11099 +{ echo "$as_me:170 08: creating $CONFIG_STATUS" >&511731 +{ echo "$as_me:17028: creating $CONFIG_STATUS" >&5 11100 11732 echo "$as_me: creating $CONFIG_STATUS" >&6;} 11101 11733 cat >$CONFIG_STATUS <<_ACEOF 11102 11734 #! $SHELL 11103 @@ -17108,7 +17181,7 @@ 11735 @@ -17064,7 +17157,7 @@ 11736 cat >>$CONFIG_STATUS <<EOF 11737 ac_cs_version="\\ 11738 config.status 11739 -configured by $0, generated by GNU Autoconf 2.52.20080325, 11740 +configured by $0, generated by GNU Autoconf 2.52.20081225, 11741 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 11742 11743 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 11744 @@ -17108,7 +17201,7 @@ 11104 11745 echo "$ac_cs_version"; exit 0 ;; 11105 11746 --he | --h) 11106 11747 # Conflict between --help and --header 11107 11748 - { { echo "$as_me:17111: error: ambiguous option: $1 11108 + { { echo "$as_me:17 184: error: ambiguous option: $111749 + { { echo "$as_me:17204: error: ambiguous option: $1 11109 11750 Try \`$0 --help' for more information." >&5 11110 11751 echo "$as_me: error: ambiguous option: $1 11111 11752 Try \`$0 --help' for more information." >&2;} 11112 @@ -17127,7 +172 00,7 @@11753 @@ -17127,7 +17220,7 @@ 11113 11754 ac_need_defaults=false;; 11114 11755 11115 11756 # This is an error. 11116 11757 - -*) { { echo "$as_me:17130: error: unrecognized option: $1 11117 + -*) { { echo "$as_me:172 03: error: unrecognized option: $111758 + -*) { { echo "$as_me:17223: error: unrecognized option: $1 11118 11759 Try \`$0 --help' for more information." >&5 11119 11760 echo "$as_me: error: unrecognized option: $1 11120 11761 Try \`$0 --help' for more information." >&2;} 11121 @@ -17206,6 +17279,7 @@ 11762 @@ -17146,7 +17239,7 @@ 11763 ## Running config.status. ## 11764 ## ----------------------- ## 11765 11766 -This file was extended by $as_me 2.52.20080325, executed with 11767 +This file was extended by $as_me 2.52.20081225, executed with 11768 CONFIG_FILES = $CONFIG_FILES 11769 CONFIG_HEADERS = $CONFIG_HEADERS 11770 CONFIG_LINKS = $CONFIG_LINKS 11771 @@ -17206,6 +17299,7 @@ 11122 11772 cf_cv_shlib_version_infix="$cf_cv_shlib_version_infix" 11123 11773 cf_cv_system_name="$cf_cv_system_name" … … 11127 11777 target="$target" 11128 11778 11129 @@ -17224,7 +17 298,7 @@11779 @@ -17224,7 +17318,7 @@ 11130 11780 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 11131 11781 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 11132 11782 "include/ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/ncurses_cfg.h:include/ncurses_cfg.hin" ;; 11133 11783 - *) { { echo "$as_me:17227: error: invalid argument: $ac_config_target" >&5 11134 + *) { { echo "$as_me:173 01: error: invalid argument: $ac_config_target" >&511784 + *) { { echo "$as_me:17321: error: invalid argument: $ac_config_target" >&5 11135 11785 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 11136 11786 { (exit 1); exit 1; }; };; 11137 11787 esac 11138 @@ -17607,7 +17681,7 @@ 11788 @@ -17425,6 +17519,7 @@ 11789 s,@NCURSES_OSPEED@,$NCURSES_OSPEED,;t t 11790 s,@MANPAGE_RENAMES@,$MANPAGE_RENAMES,;t t 11791 s,@NCURSES_EXT_FUNCS@,$NCURSES_EXT_FUNCS,;t t 11792 +s,@GENERATED_EXT_FUNCS@,$GENERATED_EXT_FUNCS,;t t 11793 s,@NCURSES_CONST@,$NCURSES_CONST,;t t 11794 s,@NCURSES_EXT_COLORS@,$NCURSES_EXT_COLORS,;t t 11795 s,@NCURSES_MOUSE_VERSION@,$NCURSES_MOUSE_VERSION,;t t 11796 @@ -17607,7 +17702,7 @@ 11139 11797 esac 11140 11798 11141 11799 if test x"$ac_file" != x-; then 11142 11800 - { echo "$as_me:17610: creating $ac_file" >&5 11143 + { echo "$as_me:17 684: creating $ac_file" >&511801 + { echo "$as_me:17705: creating $ac_file" >&5 11144 11802 echo "$as_me: creating $ac_file" >&6;} 11145 11803 rm -f "$ac_file" 11146 11804 fi 11147 @@ -17625,7 +17 699,7 @@11805 @@ -17625,7 +17720,7 @@ 11148 11806 -) echo $tmp/stdin ;; 11149 11807 [\\/$]*) 11150 11808 # Absolute (can't be DOS-style, as IFS=:) 11151 11809 - test -f "$f" || { { echo "$as_me:17628: error: cannot find input file: $f" >&5 11152 + test -f "$f" || { { echo "$as_me:177 02: error: cannot find input file: $f" >&511810 + test -f "$f" || { { echo "$as_me:17723: error: cannot find input file: $f" >&5 11153 11811 echo "$as_me: error: cannot find input file: $f" >&2;} 11154 11812 { (exit 1); exit 1; }; } 11155 11813 echo $f;; 11156 @@ -17638,7 +177 12,7 @@11814 @@ -17638,7 +17733,7 @@ 11157 11815 echo $srcdir/$f 11158 11816 else 11159 11817 # /dev/null tree 11160 11818 - { { echo "$as_me:17641: error: cannot find input file: $f" >&5 11161 + { { echo "$as_me:177 15: error: cannot find input file: $f" >&511819 + { { echo "$as_me:17736: error: cannot find input file: $f" >&5 11162 11820 echo "$as_me: error: cannot find input file: $f" >&2;} 11163 11821 { (exit 1); exit 1; }; } 11164 11822 fi;; 11165 @@ -17704,7 +177 78,7 @@11823 @@ -17704,7 +17799,7 @@ 11166 11824 * ) ac_file_in=$ac_file.in ;; 11167 11825 esac 11168 11826 11169 11827 - test x"$ac_file" != x- && { echo "$as_me:17707: creating $ac_file" >&5 11170 + test x"$ac_file" != x- && { echo "$as_me:17 781: creating $ac_file" >&511828 + test x"$ac_file" != x- && { echo "$as_me:17802: creating $ac_file" >&5 11171 11829 echo "$as_me: creating $ac_file" >&6;} 11172 11830 11173 11831 # First look for the input files in the build tree, otherwise in the 11174 @@ -17715,7 +17 789,7 @@11832 @@ -17715,7 +17810,7 @@ 11175 11833 -) echo $tmp/stdin ;; 11176 11834 [\\/$]*) 11177 11835 # Absolute (can't be DOS-style, as IFS=:) 11178 11836 - test -f "$f" || { { echo "$as_me:17718: error: cannot find input file: $f" >&5 11179 + test -f "$f" || { { echo "$as_me:17 792: error: cannot find input file: $f" >&511837 + test -f "$f" || { { echo "$as_me:17813: error: cannot find input file: $f" >&5 11180 11838 echo "$as_me: error: cannot find input file: $f" >&2;} 11181 11839 { (exit 1); exit 1; }; } 11182 11840 echo $f;; 11183 @@ -17728,7 +178 02,7 @@11841 @@ -17728,7 +17823,7 @@ 11184 11842 echo $srcdir/$f 11185 11843 else 11186 11844 # /dev/null tree 11187 11845 - { { echo "$as_me:17731: error: cannot find input file: $f" >&5 11188 + { { echo "$as_me:178 05: error: cannot find input file: $f" >&511846 + { { echo "$as_me:17826: error: cannot find input file: $f" >&5 11189 11847 echo "$as_me: error: cannot find input file: $f" >&2;} 11190 11848 { (exit 1); exit 1; }; } 11191 11849 fi;; 11192 @@ -17786,7 +178 60,7 @@11850 @@ -17786,7 +17881,7 @@ 11193 11851 rm -f $tmp/in 11194 11852 if test x"$ac_file" != x-; then 11195 11853 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 11196 11854 - { echo "$as_me:17789: $ac_file is unchanged" >&5 11197 + { echo "$as_me:178 63: $ac_file is unchanged" >&511855 + { echo "$as_me:17884: $ac_file is unchanged" >&5 11198 11856 echo "$as_me: $ac_file is unchanged" >&6;} 11199 11857 else 11200 11858 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 11201 @@ -18234,18 +18308,28 @@ 11859 @@ -17873,40 +17968,44 @@ 11860 for cf_item in $cf_LIST_MODELS 11861 do 11862 11863 - case $cf_item in 11864 - libtool) 11865 + case $cf_item in #(vi 11866 + libtool) #(vi 11867 cf_suffix='.la' 11868 cf_depsuf=$cf_suffix 11869 ;; 11870 - normal) 11871 + normal) #(vi 11872 cf_suffix='.a' 11873 cf_depsuf=$cf_suffix 11874 ;; 11875 - debug) 11876 + debug) #(vi 11877 cf_suffix='_g.a' 11878 cf_depsuf=$cf_suffix 11879 ;; 11880 - profile) 11881 + profile) #(vi 11882 cf_suffix='_p.a' 11883 cf_depsuf=$cf_suffix 11884 ;; 11885 - shared) 11886 + shared) #(vi 11887 case $cf_cv_system_name in 11888 - cygwin*) 11889 + aix[56]*) #(vi 11890 + cf_suffix='.a' 11891 + cf_depsuf=$cf_suffix 11892 + ;; 11893 + cygwin*) #(vi 11894 cf_suffix='.dll' 11895 cf_depsuf='.dll.a' 11896 ;; 11897 - darwin*) 11898 + darwin*) #(vi 11899 cf_suffix='.dylib' 11900 cf_depsuf=$cf_suffix 11901 ;; 11902 - hpux*) 11903 + hpux*) #(vi 11904 case $target in 11905 - ia64*) 11906 + ia64*) #(vi 11907 cf_suffix='.so' 11908 cf_depsuf=$cf_suffix 11909 ;; 11910 - *) 11911 + *) #(vi 11912 cf_suffix='.sl' 11913 cf_depsuf=$cf_suffix 11914 ;; 11915 @@ -18020,40 +18119,44 @@ 11916 11917 cf_ITEM=`echo "$cf_item" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` 11918 11919 - case $cf_item in 11920 - libtool) 11921 + case $cf_item in #(vi 11922 + libtool) #(vi 11923 cf_suffix='.la' 11924 cf_depsuf=$cf_suffix 11925 ;; 11926 - normal) 11927 + normal) #(vi 11928 cf_suffix='.a' 11929 cf_depsuf=$cf_suffix 11930 ;; 11931 - debug) 11932 + debug) #(vi 11933 cf_suffix='_g.a' 11934 cf_depsuf=$cf_suffix 11935 ;; 11936 - profile) 11937 + profile) #(vi 11938 cf_suffix='_p.a' 11939 cf_depsuf=$cf_suffix 11940 ;; 11941 - shared) 11942 + shared) #(vi 11943 case $cf_cv_system_name in 11944 - cygwin*) 11945 + aix[56]*) #(vi 11946 + cf_suffix='.a' 11947 + cf_depsuf=$cf_suffix 11948 + ;; 11949 + cygwin*) #(vi 11950 cf_suffix='.dll' 11951 cf_depsuf='.dll.a' 11952 ;; 11953 - darwin*) 11954 + darwin*) #(vi 11955 cf_suffix='.dylib' 11956 cf_depsuf=$cf_suffix 11957 ;; 11958 - hpux*) 11959 + hpux*) #(vi 11960 case $target in 11961 - ia64*) 11962 + ia64*) #(vi 11963 cf_suffix='.so' 11964 cf_depsuf=$cf_suffix 11965 ;; 11966 - *) 11967 + *) #(vi 11968 cf_suffix='.sl' 11969 cf_depsuf=$cf_suffix 11970 ;; 11971 @@ -18234,18 +18337,28 @@ 11202 11972 install.libs uninstall.libs \\ 11203 11973 install.data uninstall.data :: … … 11228 11998 if test -f $srcdir/$tack.h; then 11229 11999 cat >> Makefile <<CF_EOF 11230 @@ -18256,6 +183 40,7 @@12000 @@ -18256,6 +18369,7 @@ 11231 12001 CF_EOF 11232 12002 fi … … 11238 12008 diff -Naur ncurses-5.7.orig/configure.in ncurses-5.7/configure.in 11239 12009 --- ncurses-5.7.orig/configure.in 2008-10-18 07:53:32.000000000 -0700 11240 +++ ncurses-5.7/configure.in 2008-12-2 0 14:47:08.000000000 -080012010 +++ ncurses-5.7/configure.in 2008-12-29 20:11:58.000000000 -0800 11241 12011 @@ -28,14 +28,14 @@ 11242 12012 dnl … … 11244 12014 dnl 11245 12015 -dnl $Id: configure.in,v 1.454 2008/10/18 14:53:32 tom Exp $ 11246 +dnl $Id: configure.in,v 1.45 6 2008/11/16 00:36:30tom Exp $12016 +dnl $Id: configure.in,v 1.457 2008/12/20 22:28:22 tom Exp $ 11247 12017 dnl Process this file with autoconf to produce a configure script. 11248 12018 dnl … … 11252 12022 AC_PREREQ(2.13.20020210) 11253 12023 -AC_REVISION($Revision: 1.454 $) 11254 +AC_REVISION($Revision: 1.45 6$)12024 +AC_REVISION($Revision: 1.457 $) 11255 12025 AC_INIT(ncurses/base/lib_initscr.c) 11256 12026 AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) … … 11279 12049 ############################################################################### 11280 12050 CF_HELP_MESSAGE(Extensions:) 11281 @@ -1821,6 +1828,7 @@ 12051 @@ -828,10 +835,13 @@ 12052 AC_DEFINE(HAVE_USE_DEFAULT_COLORS) 12053 AC_DEFINE(HAVE_WRESIZE) 12054 AC_DEFINE(NCURSES_EXT_FUNCS) 12055 + GENERATED_EXT_FUNCS=generated 12056 else 12057 NCURSES_EXT_FUNCS=0 12058 + GENERATED_EXT_FUNCS= 12059 fi 12060 AC_SUBST(NCURSES_EXT_FUNCS) 12061 +AC_SUBST(GENERATED_EXT_FUNCS) 12062 12063 ### use option --enable-const to turn on use of const beyond that in XSI. 12064 AC_MSG_CHECKING(for extended use of const keyword) 12065 @@ -1821,6 +1831,7 @@ 11282 12066 cf_cv_shlib_version_infix="$cf_cv_shlib_version_infix" 11283 12067 cf_cv_system_name="$cf_cv_system_name" … … 11289 12073 diff -Naur ncurses-5.7.orig/dist.mk ncurses-5.7/dist.mk 11290 12074 --- ncurses-5.7.orig/dist.mk 2008-11-01 17:58:38.000000000 -0700 11291 +++ ncurses-5.7/dist.mk 2008-12-2 0 14:47:16.000000000 -080012075 +++ ncurses-5.7/dist.mk 2008-12-29 20:12:06.000000000 -0800 11292 12076 @@ -25,7 +25,7 @@ 11293 12077 # use or other dealings in this Software without prior written # … … 11295 12079 ############################################################################## 11296 12080 -# $Id: dist.mk,v 1.671 2008/11/02 00:58:38 tom Exp $ 11297 +# $Id: dist.mk,v 1.67 6 2008/12/13 18:14:24tom Exp $12081 +# $Id: dist.mk,v 1.678 2008/12/27 14:04:37 tom Exp $ 11298 12082 # Makefile for creating ncurses distributions. 11299 12083 # … … 11304 12088 NCURSES_MINOR = 7 11305 12089 -NCURSES_PATCH = 20081102 11306 +NCURSES_PATCH = 200812 1312090 +NCURSES_PATCH = 20081227 11307 12091 11308 12092 # We don't append the patch to the version, since this only applies to releases … … 11310 12094 diff -Naur ncurses-5.7.orig/form/frm_driver.c ncurses-5.7/form/frm_driver.c 11311 12095 --- ncurses-5.7.orig/form/frm_driver.c 2008-10-18 09:25:00.000000000 -0700 11312 +++ ncurses-5.7/form/frm_driver.c 2008-12-2 0 14:47:14.000000000 -080012096 +++ ncurses-5.7/form/frm_driver.c 2008-12-29 20:11:49.000000000 -0800 11313 12097 @@ -32,7 +32,7 @@ 11314 12098 … … 11330 12114 diff -Naur ncurses-5.7.orig/include/curses.h.in ncurses-5.7/include/curses.h.in 11331 12115 --- ncurses-5.7.orig/include/curses.h.in 2008-08-30 13:11:29.000000000 -0700 11332 +++ ncurses-5.7/include/curses.h.in 2008-12-2 0 14:47:12.000000000 -080012116 +++ ncurses-5.7/include/curses.h.in 2008-12-29 20:11:58.000000000 -0800 11333 12117 @@ -32,7 +32,7 @@ 11334 12118 * and: Thomas E. Dickey 1996-on * … … 11336 12120 11337 12121 -/* $Id: curses.h.in,v 1.187 2008/08/30 20:11:29 tom Exp $ */ 11338 +/* $Id: curses.h.in,v 1.1 89 2008/11/29 18:35:46tom Exp $ */12122 +/* $Id: curses.h.in,v 1.190 2008/12/20 22:28:52 tom Exp $ */ 11339 12123 11340 12124 #ifndef __NCURSES_H … … 11353 12137 #define NCURSES_VERSION_MAJOR @NCURSES_MAJOR@ 11354 12138 #define NCURSES_VERSION_MINOR @NCURSES_MINOR@ 12139 @@ -856,18 +850,18 @@ 12140 * These extensions provide access to information stored in the WINDOW even 12141 * when NCURSES_OPAQUE is set: 12142 */ 12143 -extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */ 12144 -extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *); /* generated */ 12145 -extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *); /* generated */ 12146 -extern NCURSES_EXPORT(bool) is_idlok (const WINDOW *); /* generated */ 12147 -extern NCURSES_EXPORT(bool) is_immedok (const WINDOW *); /* generated */ 12148 -extern NCURSES_EXPORT(bool) is_keypad (const WINDOW *); /* generated */ 12149 -extern NCURSES_EXPORT(bool) is_leaveok (const WINDOW *); /* generated */ 12150 -extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *); /* generated */ 12151 -extern NCURSES_EXPORT(bool) is_notimeout (const WINDOW *); /* generated */ 12152 -extern NCURSES_EXPORT(bool) is_scrollok (const WINDOW *); /* generated */ 12153 -extern NCURSES_EXPORT(bool) is_syncok (const WINDOW *); /* generated */ 12154 -extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */ 12155 +extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* @GENERATED_EXT_FUNCS@ */ 12156 +extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *); /* @GENERATED_EXT_FUNCS@ */ 12157 +extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *); /* @GENERATED_EXT_FUNCS@ */ 12158 +extern NCURSES_EXPORT(bool) is_idlok (const WINDOW *); /* @GENERATED_EXT_FUNCS@ */ 12159 +extern NCURSES_EXPORT(bool) is_immedok (const WINDOW *); /* @GENERATED_EXT_FUNCS@ */ 12160 +extern NCURSES_EXPORT(bool) is_keypad (const WINDOW *); /* @GENERATED_EXT_FUNCS@ */ 12161 +extern NCURSES_EXPORT(bool) is_leaveok (const WINDOW *); /* @GENERATED_EXT_FUNCS@ */ 12162 +extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *); /* @GENERATED_EXT_FUNCS@ */ 12163 +extern NCURSES_EXPORT(bool) is_notimeout (const WINDOW *); /* @GENERATED_EXT_FUNCS@ */ 12164 +extern NCURSES_EXPORT(bool) is_scrollok (const WINDOW *); /* @GENERATED_EXT_FUNCS@ */ 12165 +extern NCURSES_EXPORT(bool) is_syncok (const WINDOW *); /* @GENERATED_EXT_FUNCS@ */ 12166 +extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* @GENERATED_EXT_FUNCS@ */ 12167 12168 #else 12169 #define curses_version() NCURSES_VERSION 11355 12170 diff -Naur ncurses-5.7.orig/include/curses.tail ncurses-5.7/include/curses.tail 11356 12171 --- ncurses-5.7.orig/include/curses.tail 2008-07-05 13:20:38.000000000 -0700 11357 +++ ncurses-5.7/include/curses.tail 2008-12-2 0 14:47:10.000000000 -080012172 +++ ncurses-5.7/include/curses.tail 2008-12-29 20:11:45.000000000 -0800 11358 12173 @@ -1,4 +1,4 @@ 11359 12174 -/* $Id: curses.tail,v 1.16 2008/07/05 20:20:38 tom Exp $ */ … … 11372 12187 diff -Naur ncurses-5.7.orig/include/curses.wide ncurses-5.7/include/curses.wide 11373 12188 --- ncurses-5.7.orig/include/curses.wide 2007-03-10 09:52:23.000000000 -0800 11374 +++ ncurses-5.7/include/curses.wide 2008-12-2 0 14:47:12.000000000 -080012189 +++ ncurses-5.7/include/curses.wide 2008-12-29 20:11:47.000000000 -0800 11375 12190 @@ -1,9 +1,11 @@ 11376 12191 -/* $Id: curses.wide,v 1.34 2007/03/10 17:52:23 tom Exp $ */ … … 11388 12203 diff -Naur ncurses-5.7.orig/man/curs_mouse.3x ncurses-5.7/man/curs_mouse.3x 11389 12204 --- ncurses-5.7.orig/man/curs_mouse.3x 2006-12-30 15:43:34.000000000 -0800 11390 +++ ncurses-5.7/man/curs_mouse.3x 2008-12-2 0 14:47:10.000000000 -080012205 +++ ncurses-5.7/man/curs_mouse.3x 2008-12-29 20:11:45.000000000 -0800 11391 12206 @@ -1,6 +1,6 @@ 11392 12207 '\" t … … 11434 12249 diff -Naur ncurses-5.7.orig/man/keybound.3x ncurses-5.7/man/keybound.3x 11435 12250 --- ncurses-5.7.orig/man/keybound.3x 2006-02-25 13:47:06.000000000 -0800 11436 +++ ncurses-5.7/man/keybound.3x 2008-12-2 0 14:47:16.000000000 -080012251 +++ ncurses-5.7/man/keybound.3x 2008-12-29 20:11:51.000000000 -0800 11437 12252 @@ -1,5 +1,5 @@ 11438 12253 .\"*************************************************************************** … … 11455 12270 diff -Naur ncurses-5.7.orig/man/tabs.1 ncurses-5.7/man/tabs.1 11456 12271 --- ncurses-5.7.orig/man/tabs.1 1969-12-31 16:00:00.000000000 -0800 11457 +++ ncurses-5.7/man/tabs.1 2008-12-2 0 14:47:08.000000000 -080012272 +++ ncurses-5.7/man/tabs.1 2008-12-29 20:11:43.000000000 -0800 11458 12273 @@ -0,0 +1,143 @@ 11459 12274 +.\"*************************************************************************** … … 11602 12417 diff -Naur ncurses-5.7.orig/man/tset.1 ncurses-5.7/man/tset.1 11603 12418 --- ncurses-5.7.orig/man/tset.1 2006-12-24 07:00:30.000000000 -0800 11604 +++ ncurses-5.7/man/tset.1 2008-12-2 0 14:47:08.000000000 -080012419 +++ ncurses-5.7/man/tset.1 2008-12-29 20:11:43.000000000 -0800 11605 12420 @@ -1,5 +1,5 @@ 11606 12421 .\"*************************************************************************** … … 11623 12438 diff -Naur ncurses-5.7.orig/misc/Makefile.in ncurses-5.7/misc/Makefile.in 11624 12439 --- ncurses-5.7.orig/misc/Makefile.in 2007-03-31 08:54:17.000000000 -0700 11625 +++ ncurses-5.7/misc/Makefile.in 2008-12-2 0 14:47:16.000000000 -080012440 +++ ncurses-5.7/misc/Makefile.in 2008-12-29 20:11:51.000000000 -0800 11626 12441 @@ -1,6 +1,6 @@ 11627 12442 -# $Id: Makefile.in,v 1.43 2007/03/31 15:54:17 tom Exp $ … … 11644 12459 diff -Naur ncurses-5.7.orig/misc/terminfo.src ncurses-5.7/misc/terminfo.src 11645 12460 --- ncurses-5.7.orig/misc/terminfo.src 2008-10-12 16:03:54.000000000 -0700 11646 +++ ncurses-5.7/misc/terminfo.src 2008-12-2 0 14:47:12.000000000 -080012461 +++ ncurses-5.7/misc/terminfo.src 2008-12-29 20:11:47.000000000 -0800 11647 12462 @@ -6,8 +6,8 @@ 11648 12463 # Report bugs and new terminal descriptions to … … 11796 12611 # Local Variables: 11797 12612 # fill-prefix:"\t" 12613 diff -Naur ncurses-5.7.orig/mk-1st.awk ncurses-5.7/mk-1st.awk 12614 --- ncurses-5.7.orig/mk-1st.awk 2007-03-24 15:10:55.000000000 -0700 12615 +++ ncurses-5.7/mk-1st.awk 2008-12-29 20:12:06.000000000 -0800 12616 @@ -1,6 +1,6 @@ 12617 -# $Id: mk-1st.awk,v 1.78 2007/03/24 22:10:55 tom Exp $ 12618 +# $Id: mk-1st.awk,v 1.79 2008/12/28 01:17:54 tom Exp $ 12619 ############################################################################## 12620 -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # 12621 +# Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. # 12622 # # 12623 # Permission is hereby granted, free of charge, to any person obtaining a # 12624 # copy of this software and associated documentation files (the "Software"), # 12625 @@ -59,7 +59,7 @@ 12626 return ( subset ~ /^ticlib$/ ); 12627 } 12628 function is_termlib() { 12629 - return ( subset ~ /^(ticlib\+)?termlib(\+ext_tinfo)?$/ ); 12630 + return ( subset ~ /^(ticlib\+)?termlib((\+[^+ ]+)*\+ext_tinfo)?$/ ); 12631 } 12632 # see lib_name 12633 function lib_name_of(a_name) { 11798 12634 diff -Naur ncurses-5.7.orig/ncurses/base/lib_addch.c ncurses-5.7/ncurses/base/lib_addch.c 11799 12635 --- ncurses-5.7.orig/ncurses/base/lib_addch.c 2008-08-16 12:20:04.000000000 -0700 11800 +++ ncurses-5.7/ncurses/base/lib_addch.c 2008-12-2 0 14:47:12.000000000 -080012636 +++ ncurses-5.7/ncurses/base/lib_addch.c 2008-12-29 20:11:47.000000000 -0800 11801 12637 @@ -36,7 +36,7 @@ 11802 12638 #include <curses.priv.h> … … 11840 12676 diff -Naur ncurses-5.7.orig/ncurses/base/lib_freeall.c ncurses-5.7/ncurses/base/lib_freeall.c 11841 12677 --- ncurses-5.7.orig/ncurses/base/lib_freeall.c 2008-09-27 06:09:57.000000000 -0700 11842 +++ ncurses-5.7/ncurses/base/lib_freeall.c 2008-12-2 0 14:47:14.000000000 -080012678 +++ ncurses-5.7/ncurses/base/lib_freeall.c 2008-12-29 20:11:49.000000000 -0800 11843 12679 @@ -40,7 +40,7 @@ 11844 12680 extern int malloc_errfd; /* FIXME */ … … 11861 12697 diff -Naur ncurses-5.7.orig/ncurses/base/lib_mouse.c ncurses-5.7/ncurses/base/lib_mouse.c 11862 12698 --- ncurses-5.7.orig/ncurses/base/lib_mouse.c 2008-10-18 14:48:55.000000000 -0700 11863 +++ ncurses-5.7/ncurses/base/lib_mouse.c 2008-12-2 0 14:47:14.000000000 -080012699 +++ ncurses-5.7/ncurses/base/lib_mouse.c 2008-12-29 20:11:49.000000000 -0800 11864 12700 @@ -79,7 +79,7 @@ 11865 12701 … … 11920 12756 diff -Naur ncurses-5.7.orig/ncurses/curses.priv.h ncurses-5.7/ncurses/curses.priv.h 11921 12757 --- ncurses-5.7.orig/ncurses/curses.priv.h 2008-10-04 14:37:45.000000000 -0700 11922 +++ ncurses-5.7/ncurses/curses.priv.h 2008-12-2 0 14:47:10.000000000 -080012758 +++ ncurses-5.7/ncurses/curses.priv.h 2008-12-29 20:11:45.000000000 -0800 11923 12759 @@ -34,7 +34,7 @@ 11924 12760 … … 11941 12777 diff -Naur ncurses-5.7.orig/ncurses/tinfo/entries.c ncurses-5.7/ncurses/tinfo/entries.c 11942 12778 --- ncurses-5.7.orig/ncurses/tinfo/entries.c 2008-09-27 06:11:10.000000000 -0700 11943 +++ ncurses-5.7/ncurses/tinfo/entries.c 2008-12-2 0 14:47:14.000000000 -080012779 +++ ncurses-5.7/ncurses/tinfo/entries.c 2008-12-29 20:11:49.000000000 -0800 11944 12780 @@ -37,7 +37,7 @@ 11945 12781 #include <tic.h> … … 11963 12799 diff -Naur ncurses-5.7.orig/ncurses/tinfo/hashed_db.c ncurses-5.7/ncurses/tinfo/hashed_db.c 11964 12800 --- ncurses-5.7.orig/ncurses/tinfo/hashed_db.c 2006-08-19 12:48:38.000000000 -0700 11965 +++ ncurses-5.7/ncurses/tinfo/hashed_db.c 2008-12-2 0 14:47:16.000000000 -080012801 +++ ncurses-5.7/ncurses/tinfo/hashed_db.c 2008-12-29 20:11:51.000000000 -0800 11966 12802 @@ -1,5 +1,5 @@ 11967 12803 /**************************************************************************** … … 12069 12905 diff -Naur ncurses-5.7.orig/progs/Makefile.in ncurses-5.7/progs/Makefile.in 12070 12906 --- ncurses-5.7.orig/progs/Makefile.in 2008-09-07 06:58:55.000000000 -0700 12071 +++ ncurses-5.7/progs/Makefile.in 2008-12-2 0 14:47:08.000000000 -080012907 +++ ncurses-5.7/progs/Makefile.in 2008-12-29 20:11:43.000000000 -0800 12072 12908 @@ -1,6 +1,6 @@ 12073 12909 -# $Id: Makefile.in,v 1.79 2008/09/07 13:58:55 tom Exp $ … … 12135 12971 diff -Naur ncurses-5.7.orig/progs/modules ncurses-5.7/progs/modules 12136 12972 --- ncurses-5.7.orig/progs/modules 2006-12-23 16:53:21.000000000 -0800 12137 +++ ncurses-5.7/progs/modules 2008-12-2 0 14:47:08.000000000 -080012973 +++ ncurses-5.7/progs/modules 2008-12-29 20:11:43.000000000 -0800 12138 12974 @@ -1,7 +1,7 @@ 12139 12975 -# $Id: modules,v 1.13 2006/12/24 00:53:21 tom Exp $ … … 12156 12992 diff -Naur ncurses-5.7.orig/progs/tabs.c ncurses-5.7/progs/tabs.c 12157 12993 --- ncurses-5.7.orig/progs/tabs.c 1969-12-31 16:00:00.000000000 -0800 12158 +++ ncurses-5.7/progs/tabs.c 2008-12-2 0 14:47:10.000000000 -080012994 +++ ncurses-5.7/progs/tabs.c 2008-12-29 20:11:45.000000000 -0800 12159 12995 @@ -0,0 +1,506 @@ 12160 12996 +/**************************************************************************** … … 12664 13500 + ExitProgram(rc); 12665 13501 +} 13502 diff -Naur ncurses-5.7.orig/test/README ncurses-5.7/test/README 13503 --- ncurses-5.7.orig/test/README 2008-10-18 14:02:45.000000000 -0700 13504 +++ ncurses-5.7/test/README 2008-12-29 20:11:58.000000000 -0800 13505 @@ -25,7 +25,7 @@ 13506 -- sale, use or other dealings in this Software without prior written -- 13507 -- authorization. -- 13508 ------------------------------------------------------------------------------- 13509 --- $Id: README,v 1.38 2008/10/18 21:02:45 tom Exp $ 13510 +-- $Id: README,v 1.39 2008/12/20 23:38:13 tom Exp $ 13511 ------------------------------------------------------------------------------- 13512 13513 The programs in this directory are designed to test your newest toy :-) 13514 @@ -87,7 +87,7 @@ 13515 field_status test: demo_forms 13516 field_term - 13517 field_type test: demo_forms 13518 -field_userptr test: edit_field ncurses 13519 +field_userptr test: demo_forms edit_field ncurses 13520 form_driver test: cardfile demo_forms edit_field ncurses 13521 form_fields test: cardfile demo_forms 13522 form_init - 13523 @@ -211,7 +211,7 @@ 13524 ---------- 13525 BC - 13526 COLORS test: echochar ncurses savescreen xmas 13527 -COLOR_PAIR test: background blue bs cardfile demo_forms demo_menus demo_panels echochar filter firework gdc hanoi ins_wide inserts knight ncurses newdemo rain savescreen tclock testaddch testcurs view worm xmas 13528 +COLOR_PAIR test: background blue bs cardfile clip_printw demo_forms demo_menus demo_panels echochar filter firework gdc hanoi ins_wide insdelln inserts knight ncurses newdemo rain savescreen tclock testaddch testcurs view worm xmas 13529 COLOR_PAIRS test: echochar ncurses newdemo savescreen 13530 COLS test: cardfile demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_panels ditto echochar edit_field firework foldkeys hashtest inch_wide inchs ins_wide inserts lrtest movewindow ncurses newdemo rain savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs view worm 13531 ESCDELAY test: test_opaque 13532 @@ -239,9 +239,9 @@ 13533 attr_set test: ncurses 13534 attroff test: echochar filter gdc ncurses tclock 13535 attron test: bs echochar filter gdc ncurses 13536 -attrset test: bs firework gdc hanoi ncurses rain tclock testaddch testcurs 13537 +attrset test: bs firework gdc hanoi insdelln ncurses rain tclock testaddch testcurs 13538 baudrate lib: ncurses 13539 -beep test: blue bs cardfile chgat demo_forms demo_menus demo_panels edit_field hanoi inch_wide inchs ins_wide inserts knight movewindow ncurses savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs view xmas 13540 +beep test: blue bs cardfile chgat clip_printw demo_forms demo_menus demo_panels edit_field hanoi inch_wide inchs ins_wide insdelln inserts knight movewindow ncurses savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs view xmas 13541 bkgd test: background cardfile demo_forms ncurses savescreen tclock view 13542 bkgdset test: background ncurses testaddch 13543 bkgrnd test: ncurses 13544 @@ -251,10 +251,10 @@ 13545 boolnames test: test_arrays progs: dump_entry infocmp 13546 border - 13547 border_set - 13548 -box test: cardfile chgat demo_forms demo_menus demo_panels ditto edit_field inch_wide inchs ins_wide inserts lrtest ncurses newdemo redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs 13549 +box test: cardfile chgat clip_printw demo_forms demo_menus demo_panels ditto edit_field inch_wide inchs ins_wide insdelln inserts lrtest ncurses newdemo redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs 13550 box_set test: ncurses 13551 can_change_color test: ncurses 13552 -cbreak test: background blue bs cardfile chgat color_set demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_panels ditto filter firework foldkeys gdc hanoi hashtest inch_wide inchs ins_wide inserts knight lrtest movewindow ncurses newdemo savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs view worm xmas 13553 +cbreak test: background blue bs cardfile chgat clip_printw color_set demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_panels ditto filter firework foldkeys gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts knight lrtest movewindow ncurses newdemo savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs view worm xmas 13554 chgat test: chgat 13555 clear test: blue bs gdc ncurses testcurs xmas 13556 clearok test: bs knight 13557 @@ -263,7 +263,7 @@ 13558 color_content test: ncurses 13559 color_set test: color_set ncurses 13560 copywin test: ncurses testcurs 13561 -cur_term test: dots dots_mvcur lrtest progs: clear tput tset 13562 +cur_term test: dots dots_mvcur lrtest progs: clear tabs tput tset 13563 curs_set test: echochar firework gdc hanoi lrtest ncurses newdemo rain savescreen tclock testcurs worm xmas 13564 curscr test: demo_panels edit_field knight lrtest ncurses savescreen tclock view 13565 curses_version test: ncurses progs: infocmp tic toe tput tset 13566 @@ -273,16 +273,16 @@ 13567 del_curterm lib: ncurses 13568 delay_output test: newdemo 13569 delch - 13570 -deleteln - 13571 +deleteln test: insdelln 13572 delscreen test: ditto dots_mvcur 13573 -delwin test: cardfile chgat demo_forms demo_panels edit_field inch_wide inchs ins_wide inserts movewindow ncurses newdemo redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs 13574 -derwin test: cardfile chgat demo_forms demo_menus ditto inch_wide inchs ins_wide inserts movewindow ncurses test_get_wstr test_getstr test_instr test_inwstr test_opaque 13575 +delwin test: cardfile chgat clip_printw demo_forms demo_panels edit_field inch_wide inchs ins_wide insdelln inserts movewindow ncurses newdemo redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs 13576 +derwin test: cardfile chgat clip_printw demo_forms demo_menus ditto inch_wide inchs ins_wide insdelln inserts movewindow ncurses test_get_wstr test_getstr test_instr test_inwstr test_opaque 13577 doupdate test: cardfile demo_menus demo_panels ditto edit_field ins_wide inserts knight movewindow ncurses redraw savescreen test_get_wstr test_getstr 13578 dupwin test: edit_field 13579 echo test: bs hanoi ncurses test_get_wstr test_getstr testcurs testscanw 13580 echo_wchar test: ncurses 13581 echochar test: echochar ncurses 13582 -endwin test: background blue bs cardfile chgat color_set demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_panels ditto dots_mvcur echochar filter firework firstlast foldkeys gdc hanoi hashtest inch_wide inchs ins_wide inserts key_names keynames knight lrtest movewindow ncurses newdemo rain redraw savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testaddch testcurs testscanw view worm xmas 13583 +endwin test: background blue bs cardfile chgat clip_printw color_set demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_panels ditto dots_mvcur echochar filter firework firstlast foldkeys gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts key_names keynames knight lrtest movewindow ncurses newdemo rain redraw savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testaddch testcurs testscanw view worm xmas 13584 erase test: cardfile demo_menus filter firework firstlast hanoi lrtest ncurses tclock test_opaque testcurs 13585 erasechar lib: ncurses 13586 erasewchar - 13587 @@ -292,16 +292,16 @@ 13588 get_wch - 13589 get_wstr test: test_get_wstr 13590 getattrs - 13591 -getbegx test: chgat demo_menus demo_panels movewindow ncurses newdemo redraw testcurs 13592 -getbegy test: chgat demo_menus demo_panels movewindow ncurses newdemo redraw testcurs 13593 +getbegx test: chgat clip_printw demo_menus demo_panels insdelln movewindow ncurses newdemo redraw testcurs 13594 +getbegy test: chgat clip_printw demo_menus demo_panels insdelln movewindow ncurses newdemo redraw testcurs 13595 getbkgd test: ncurses 13596 getbkgrnd test: ncurses 13597 getcchar test: ncurses view 13598 -getch test: background blue bs chgat color_set demo_altkeys filter firework firstlast foldkeys hanoi hashtest lrtest savescreen tclock test_opaque testaddch testcurs view xmas 13599 -getcurx test: bs chgat demo_altkeys demo_defkey demo_panels foldkeys movewindow ncurses redraw savescreen test_get_wstr test_getstr test_opaque testcurs 13600 -getcury test: bs chgat demo_altkeys demo_defkey demo_panels edit_field foldkeys movewindow ncurses redraw savescreen test_opaque testcurs 13601 -getmaxx test: chgat demo_panels inch_wide inchs movewindow ncurses newdemo redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs 13602 -getmaxy test: chgat demo_forms demo_panels inch_wide inchs movewindow ncurses newdemo redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs 13603 +getch test: background blue bs chgat color_set demo_altkeys filter firework firstlast foldkeys hanoi hashtest insdelln lrtest savescreen tclock test_opaque testaddch testcurs view xmas 13604 +getcurx test: bs chgat clip_printw demo_altkeys demo_defkey demo_panels foldkeys insdelln movewindow ncurses redraw savescreen test_get_wstr test_getstr test_opaque testcurs 13605 +getcury test: bs chgat clip_printw demo_altkeys demo_defkey demo_panels edit_field foldkeys insdelln movewindow ncurses redraw savescreen test_opaque testcurs 13606 +getmaxx test: chgat clip_printw demo_panels inch_wide inchs insdelln movewindow ncurses newdemo redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs 13607 +getmaxy test: chgat clip_printw demo_forms demo_panels inch_wide inchs insdelln movewindow ncurses newdemo redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs 13608 getmouse test: bs knight movewindow ncurses 13609 getn_wstr test: test_get_wstr 13610 getnstr test: filter ncurses test_getstr 13611 @@ -310,10 +310,11 @@ 13612 getstr test: test_getstr 13613 getwin test: ncurses 13614 halfdelay test: view 13615 -has_colors test: background bs cardfile chgat color_set demo_forms demo_menus demo_panels echochar filter firework gdc hanoi ins_wide inserts knight ncurses newdemo rain savescreen tclock testcurs view worm xmas 13616 +has_colors test: background bs cardfile chgat clip_printw color_set demo_forms demo_menus demo_panels echochar filter firework gdc hanoi ins_wide insdelln inserts knight ncurses newdemo rain savescreen tclock testcurs view worm xmas 13617 has_ic test: lrtest 13618 has_il lib: ncurses 13619 has_key lib: ncurses 13620 +has_mouse - 13621 hline test: gdc ncurses 13622 hline_set - 13623 idcok test: test_opaque 13624 @@ -326,16 +327,16 @@ 13625 inchnstr test: inchs 13626 inchstr test: inchs 13627 init_color test: ncurses 13628 -init_pair test: background blue bs cardfile chgat color_set demo_forms demo_menus demo_panels echochar filter firework gdc hanoi ins_wide inserts knight ncurses newdemo rain savescreen tclock testaddch testcurs view worm xmas 13629 -initscr test: background blue bs cardfile chgat color_set demo_defkey demo_forms demo_keyok demo_menus demo_panels echochar firework firstlast gdc hanoi hashtest inch_wide inchs ins_wide inserts knight lrtest movewindow ncurses newdemo rain redraw savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testaddch testcurs testscanw view worm xmas 13630 +init_pair test: background blue bs cardfile chgat clip_printw color_set demo_forms demo_menus demo_panels echochar filter firework gdc hanoi ins_wide insdelln inserts knight ncurses newdemo rain savescreen tclock testaddch testcurs view worm xmas 13631 +initscr test: background blue bs cardfile chgat clip_printw color_set demo_defkey demo_forms demo_keyok demo_menus demo_panels echochar filter firework firstlast gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts knight lrtest movewindow ncurses newdemo rain redraw savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testaddch testcurs testscanw view worm xmas 13632 innstr test: test_instr 13633 innwstr test: test_inwstr 13634 ins_nwstr test: ins_wide 13635 ins_wch test: ins_wide 13636 ins_wstr test: ins_wide 13637 insch test: ins_wide inserts 13638 -insdelln - 13639 -insertln - 13640 +insdelln test: insdelln 13641 +insertln test: insdelln 13642 insnstr test: inserts 13643 insstr test: inserts 13644 instr test: test_instr 13645 @@ -360,7 +361,7 @@ 13646 keybound test: demo_altkeys demo_defkey 13647 keyname test: demo_altkeys demo_defkey demo_keyok demo_menus edit_field foldkeys keynames movewindow ncurses redraw testcurs view progs: tic 13648 keyok test: demo_keyok foldkeys 13649 -keypad test: bs cardfile chgat demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_panels ditto edit_field filter firework foldkeys hashtest inch_wide inchs ins_wide inserts key_names keynames knight lrtest movewindow ncurses redraw savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs testscanw view 13650 +keypad test: bs cardfile chgat clip_printw demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_panels ditto edit_field filter firework foldkeys hashtest inch_wide inchs ins_wide insdelln inserts key_names keynames knight lrtest movewindow ncurses redraw savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs testscanw view 13651 killchar lib: ncurses 13652 killwchar - 13653 leaveok test: hanoi test_opaque 13654 @@ -450,7 +451,7 @@ 13655 mvwinsstr test: inserts testcurs 13656 mvwinstr test: test_instr 13657 mvwinwstr test: test_inwstr 13658 -mvwprintw test: chgat demo_panels inch_wide inchs ncurses test_instr test_inwstr testcurs 13659 +mvwprintw test: chgat clip_printw demo_panels inch_wide inchs insdelln ncurses test_instr test_inwstr testcurs 13660 mvwscanw test: testcurs 13661 mvwvline test: ins_wide inserts movewindow 13662 mvwvline_set - 13663 @@ -458,11 +459,11 @@ 13664 newpad test: edit_field ncurses testcurs 13665 newscr lib: ncurses 13666 newterm test: demo_altkeys ditto dots_mvcur filter foldkeys gdc key_names keynames 13667 -newwin test: cardfile chgat demo_defkey demo_forms demo_keyok demo_menus demo_panels ditto edit_field firstlast inch_wide inchs ins_wide inserts knight movewindow ncurses newdemo redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs xmas 13668 +newwin test: cardfile chgat clip_printw demo_defkey demo_forms demo_keyok demo_menus demo_panels ditto edit_field firstlast inch_wide inchs ins_wide insdelln inserts knight movewindow ncurses newdemo redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs xmas 13669 nl test: demo_forms ncurses rain testcurs 13670 nocbreak test: testcurs 13671 nodelay test: ditto firework gdc lrtest ncurses newdemo rain tclock test_opaque view worm xmas 13672 -noecho test: background bs cardfile chgat color_set demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_panels ditto firework firstlast foldkeys gdc hanoi hashtest inch_wide inchs ins_wide inserts knight lrtest movewindow ncurses rain redraw savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs view worm xmas 13673 +noecho test: background bs cardfile chgat clip_printw color_set demo_altkeys demo_defkey demo_forms demo_keyok demo_menus demo_panels ditto firework firstlast foldkeys gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts knight lrtest movewindow ncurses rain redraw savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs view worm xmas 13674 nofilter - 13675 nonl test: bs demo_forms hashtest movewindow ncurses view worm xmas 13676 noqiflush - 13677 @@ -501,14 +502,14 @@ 13678 scr_set test: savescreen 13679 scrl test: view 13680 scroll test: testcurs 13681 -scrollok test: demo_altkeys demo_defkey demo_keyok demo_panels ditto foldkeys hashtest knight ncurses redraw test_opaque testcurs testscanw view 13682 +scrollok test: clip_printw demo_altkeys demo_defkey demo_keyok demo_panels ditto foldkeys hashtest knight ncurses redraw test_opaque testcurs testscanw view 13683 set_curterm lib: ncurses 13684 set_escdelay test: test_opaque 13685 set_tabsize test: test_opaque 13686 set_term lib: ncurses 13687 setcchar test: demo_panels ins_wide ncurses view 13688 setscrreg test: view 13689 -setupterm test: dots progs: clear tput tset 13690 +setupterm test: dots progs: clear tabs tput tset 13691 slk_attr - 13692 slk_attr_off - 13693 slk_attr_on - 13694 @@ -528,8 +529,8 @@ 13695 slk_wset test: ncurses 13696 standend test: blue gdc ncurses 13697 standout test: blue ncurses 13698 -start_color test: background blue bs cardfile chgat color_set demo_forms demo_menus demo_panels echochar filter firework gdc hanoi ins_wide inserts knight ncurses newdemo rain savescreen tclock testaddch testcurs view worm xmas 13699 -stdscr test: bs chgat demo_altkeys demo_forms demo_menus demo_panels ditto filter firework foldkeys gdc hanoi hashtest inch_wide inchs ins_wide inserts key_names keynames knight lrtest movewindow ncurses rain redraw savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs testscanw view worm xmas 13700 +start_color test: background blue bs cardfile chgat clip_printw color_set demo_forms demo_menus demo_panels echochar filter firework gdc hanoi ins_wide insdelln inserts knight ncurses newdemo rain savescreen tclock testaddch testcurs view worm xmas 13701 +stdscr test: bs chgat clip_printw demo_altkeys demo_forms demo_menus demo_panels ditto filter firework foldkeys gdc hanoi hashtest inch_wide inchs ins_wide insdelln inserts key_names keynames knight lrtest movewindow ncurses rain redraw savescreen tclock test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs testscanw view worm xmas 13702 strcodes test: test_arrays progs: dump_entry 13703 strfnames test: test_arrays progs: dump_entry 13704 strnames test: foldkeys test_arrays progs: dump_entry infocmp tic 13705 @@ -548,10 +549,10 @@ 13706 tigetnum test: ncurses progs: tput 13707 tigetstr test: blue demo_defkey foldkeys testcurs progs: tput 13708 timeout test: rain savescreen 13709 -touchline test: chgat 13710 -touchwin test: chgat demo_menus edit_field filter firstlast inch_wide inchs ins_wide inserts movewindow ncurses redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque xmas 13711 -tparm test: dots dots_mvcur progs: tic tput 13712 -tputs test: dots dots_mvcur railroad progs: clear tset 13713 +touchline test: chgat clip_printw insdelln 13714 +touchwin test: chgat clip_printw demo_menus edit_field filter firstlast inch_wide inchs ins_wide insdelln inserts movewindow ncurses redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque xmas 13715 +tparm test: dots dots_mvcur progs: tabs tic tput 13716 +tputs test: dots dots_mvcur railroad progs: clear tabs tset 13717 trace test: demo_menus hanoi hashtest lrtest ncurses testcurs view worm 13718 ttytype lib: ncurses 13719 typeahead test: testcurs 13720 @@ -572,7 +573,7 @@ 13721 vidputs lib: ncurses 13722 vline test: gdc ncurses 13723 vline_set - 13724 -vw_printw - 13725 +vw_printw test: clip_printw 13726 vw_scanw - 13727 vwprintw test: movewindow 13728 vwscanw lib: ncurses 13729 @@ -584,7 +585,7 @@ 13730 waddchstr - 13731 waddnstr lib: menu 13732 waddnwstr test: ncurses 13733 -waddstr test: chgat demo_forms demo_panels edit_field firstlast ins_wide knight ncurses redraw testcurs 13734 +waddstr test: chgat clip_printw demo_forms demo_panels edit_field firstlast ins_wide insdelln knight ncurses redraw testcurs 13735 waddwstr test: ins_wide test_get_wstr 13736 wattr_get - 13737 wattr_off lib: ncurses 13738 @@ -592,21 +593,21 @@ 13739 wattr_set - 13740 wattroff test: demo_forms ncurses testcurs xmas 13741 wattron test: testcurs xmas 13742 -wattrset test: demo_forms ncurses newdemo test_get_wstr test_getstr testcurs xmas 13743 +wattrset test: clip_printw demo_forms insdelln ncurses newdemo test_get_wstr test_getstr testcurs xmas 13744 wbkgd test: cardfile demo_forms demo_menus ncurses newdemo testcurs 13745 wbkgdset test: demo_panels ins_wide inserts ncurses 13746 wbkgrnd lib: ncurses 13747 wbkgrndset lib: ncurses 13748 -wborder lib: ncurses 13749 -wborder_set lib: ncurses 13750 +wborder test: ncurses 13751 +wborder_set test: ncurses 13752 wchgat test: chgat test_get_wstr test_getstr view 13753 wclear test: ncurses test_opaque testcurs 13754 wclrtobot test: firstlast inch_wide inchs ncurses test_instr test_inwstr testcurs 13755 -wclrtoeol test: chgat demo_defkey demo_keyok demo_panels firstlast inch_wide inchs ins_wide inserts knight ncurses test_instr test_inwstr testcurs 13756 +wclrtoeol test: chgat clip_printw demo_defkey demo_keyok demo_panels firstlast inch_wide inchs ins_wide insdelln inserts knight ncurses test_instr test_inwstr testcurs 13757 wcolor_set lib: ncurses 13758 wcursyncup lib: form 13759 wdelch test: ncurses testcurs 13760 -wdeleteln test: testcurs 13761 +wdeleteln test: insdelln testcurs 13762 wecho_wchar lib: ncurses 13763 wechochar lib: ncurses 13764 wenclose lib: form 13765 @@ -614,7 +615,7 @@ 13766 wget_wch test: ins_wide ncurses 13767 wget_wstr test: test_get_wstr 13768 wgetbkgrnd lib: ncurses 13769 -wgetch test: cardfile chgat demo_defkey demo_keyok demo_menus demo_panels ditto edit_field gdc inserts knight movewindow ncurses newdemo rain redraw test_opaque testcurs worm 13770 +wgetch test: cardfile chgat clip_printw demo_defkey demo_keyok demo_menus demo_panels ditto edit_field gdc insdelln inserts knight movewindow ncurses newdemo rain redraw test_opaque testcurs worm 13771 wgetn_wstr test: ncurses test_get_wstr 13772 wgetnstr test: ncurses test_getstr 13773 wgetparent test: test_opaque 13774 @@ -634,18 +635,18 @@ 13775 wins_wch test: ins_wide 13776 wins_wstr test: ins_wide 13777 winsch test: ins_wide inserts testcurs 13778 -winsdelln lib: ncurses 13779 -winsertln test: testcurs 13780 +winsdelln test: insdelln 13781 +winsertln test: insdelln testcurs 13782 winsnstr test: inserts 13783 winsstr test: inserts 13784 winstr test: test_instr 13785 winwstr test: test_inwstr 13786 wmouse_trafo lib: form 13787 -wmove test: chgat demo_altkeys demo_defkey demo_keyok demo_menus demo_panels firstlast foldkeys inch_wide inchs ins_wide inserts knight movewindow ncurses newdemo redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs worm 13788 +wmove test: chgat clip_printw demo_altkeys demo_defkey demo_keyok demo_menus demo_panels firstlast foldkeys inch_wide inchs ins_wide insdelln inserts knight movewindow ncurses newdemo redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs worm 13789 wnoutrefresh test: demo_menus ditto edit_field inch_wide inchs ins_wide inserts knight movewindow ncurses redraw test_get_wstr test_getstr test_instr test_inwstr test_opaque 13790 -wprintw test: chgat demo_defkey demo_forms demo_keyok demo_menus demo_panels edit_field inch_wide inchs ins_wide inserts knight movewindow ncurses test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs 13791 +wprintw test: chgat clip_printw demo_defkey demo_forms demo_keyok demo_menus demo_panels edit_field inch_wide inchs ins_wide insdelln inserts knight movewindow ncurses test_get_wstr test_getstr test_instr test_inwstr test_opaque testcurs 13792 wredrawln test: redraw 13793 -wrefresh test: chgat demo_forms demo_keyok demo_menus demo_panels edit_field firstlast knight lrtest movewindow ncurses newdemo redraw savescreen tclock testcurs view worm xmas 13794 +wrefresh test: chgat clip_printw demo_forms demo_keyok demo_menus demo_panels edit_field firstlast insdelln knight lrtest movewindow ncurses newdemo redraw savescreen tclock testcurs view worm xmas 13795 wresize test: cardfile ncurses 13796 wscanw test: testcurs 13797 wscrl test: ncurses testcurs 13798 diff -Naur ncurses-5.7.orig/test/clip_printw.c ncurses-5.7/test/clip_printw.c 13799 --- ncurses-5.7.orig/test/clip_printw.c 1969-12-31 16:00:00.000000000 -0800 13800 +++ ncurses-5.7/test/clip_printw.c 2008-12-29 20:11:58.000000000 -0800 13801 @@ -0,0 +1,360 @@ 13802 +/**************************************************************************** 13803 + * Copyright (c) 2008 Free Software Foundation, Inc. * 13804 + * * 13805 + * Permission is hereby granted, free of charge, to any person obtaining a * 13806 + * copy of this software and associated documentation files (the * 13807 + * "Software"), to deal in the Software without restriction, including * 13808 + * without limitation the rights to use, copy, modify, merge, publish, * 13809 + * distribute, distribute with modifications, sublicense, and/or sell * 13810 + * copies of the Software, and to permit persons to whom the Software is * 13811 + * furnished to do so, subject to the following conditions: * 13812 + * * 13813 + * The above copyright notice and this permission notice shall be included * 13814 + * in all copies or substantial portions of the Software. * 13815 + * * 13816 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 13817 + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 13818 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * 13819 + * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * 13820 + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * 13821 + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 13822 + * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 13823 + * * 13824 + * Except as contained in this notice, the name(s) of the above copyright * 13825 + * holders shall not be used in advertising or otherwise to promote the * 13826 + * sale, use or other dealings in this Software without prior written * 13827 + * authorization. * 13828 + ****************************************************************************/ 13829 +/* 13830 + * $Id: clip_printw.c,v 1.1 2008/12/20 21:03:06 tom Exp $ 13831 + * 13832 + * demonstrate how to use printw without wrapping. 13833 + */ 13834 + 13835 +#include <test.priv.h> 13836 + 13837 +#define SHOW(n) ((n) == ERR ? "ERR" : "OK") 13838 +#define COLOR_DEFAULT (-1) 13839 + 13840 +typedef struct { 13841 + unsigned c; 13842 + unsigned v; 13843 + int status; 13844 + int pair; 13845 + unsigned attr; 13846 + int count; 13847 + int ch; 13848 + const char *c_msg; 13849 + const char *v_msg; 13850 + int y_val; 13851 + int x_val; 13852 + int y_beg, x_beg; 13853 + int y_max, x_max; 13854 +} STATUS; 13855 + 13856 +static int 13857 +clip_wprintw(WINDOW *win, const char *fmt,...) 13858 +{ 13859 + int y0, x0, y1, x1, width; 13860 + WINDOW *sub; 13861 + va_list ap; 13862 + int rc; 13863 + 13864 + /* 13865 + * Allocate a single-line derived window extending from the current 13866 + * cursor position to the end of the current line in the given window. 13867 + * Disable scrolling in the derived window. 13868 + */ 13869 + getyx(win, y0, x0); 13870 + width = getmaxx(win) - x0; 13871 + sub = derwin(win, 1, width, y0, x0); 13872 + scrollok(sub, FALSE); 13873 + 13874 + /* 13875 + * Print the text. 13876 + */ 13877 + va_start(ap, fmt); 13878 + rc = vw_printw(sub, fmt, ap); 13879 + va_end(ap); 13880 + 13881 + getyx(sub, y1, x1); 13882 + delwin(sub); 13883 + 13884 + wmove(win, y1 + y0, x1 + x0); 13885 + 13886 + return rc; 13887 +} 13888 + 13889 +static const char * 13890 +color_params(unsigned state, int *pair) 13891 +{ 13892 + /* *INDENT-OFF* */ 13893 + static struct { 13894 + int pair; 13895 + int fg, bg; 13896 + const char *msg; 13897 + } table[] = { 13898 + { 0, COLOR_DEFAULT, COLOR_DEFAULT, "default" }, 13899 + { 1, COLOR_RED, COLOR_BLACK, "red/black" }, 13900 + { 2, COLOR_WHITE, COLOR_BLUE, "white/blue" }, 13901 + }; 13902 + /* *INDENT-ON* */ 13903 + 13904 + static bool first = TRUE; 13905 + const char *result = 0; 13906 + 13907 + if (has_colors()) { 13908 + if (first) { 13909 + unsigned n; 13910 + 13911 + start_color(); 13912 + for (n = 0; n < SIZEOF(table); ++n) { 13913 + init_pair(table[n].pair, table[n].fg, table[n].bg); 13914 + } 13915 + } 13916 + if (state < SIZEOF(table)) { 13917 + *pair = table[state].pair; 13918 + result = table[state].msg; 13919 + } 13920 + } 13921 + return result; 13922 +} 13923 + 13924 +static const char * 13925 +video_params(unsigned state, unsigned *attr) 13926 +{ 13927 + /* *INDENT-OFF* */ 13928 + static struct { 13929 + unsigned attr; 13930 + const char *msg; 13931 + } table[] = { 13932 + { A_NORMAL, "normal" }, 13933 + { A_BOLD, "bold" }, 13934 + { A_REVERSE, "reverse" }, 13935 + { A_UNDERLINE, "underline" }, 13936 + { A_BLINK, "blink" }, 13937 + }; 13938 + /* *INDENT-ON* */ 13939 + 13940 + const char *result = 0; 13941 + 13942 + if (state < SIZEOF(table)) { 13943 + *attr = table[state].attr; 13944 + result = table[state].msg; 13945 + } 13946 + return result; 13947 +} 13948 + 13949 +/* fill the window with a test-pattern */ 13950 +static void 13951 +fill_window(WINDOW *win) 13952 +{ 13953 + int y, x; 13954 + 13955 + getyx(win, y, x); 13956 + wmove(win, 0, 0); 13957 + while (waddstr(win, "0123456789 abcdefghijklmnopqrstuvwxyz ") != ERR) { 13958 + } 13959 + wmove(win, y, x); 13960 +} 13961 + 13962 +static void 13963 +show_status(WINDOW *win, STATUS * sp) 13964 +{ 13965 + int y, x; 13966 + 13967 + getyx(win, y, x); 13968 + wmove(win, 0, 0); 13969 + wprintw(win, "Count %d", sp->count); 13970 + if (sp->v_msg != 0) 13971 + wprintw(win, " Video %s", sp->v_msg); 13972 + if (sp->c_msg != 0) 13973 + wprintw(win, " Color %s", sp->c_msg); 13974 + wprintw(win, " (%d)", sp->status); 13975 + wclrtoeol(win); 13976 + wmove(win, y, x); 13977 +} 13978 + 13979 +static void 13980 +do_subwindow(WINDOW *win, STATUS * sp, void func(WINDOW *)) 13981 +{ 13982 + WINDOW *win1 = newwin(sp->y_max - 2, sp->x_max - 2, 13983 + sp->y_beg + 1, sp->x_beg + 1); 13984 + 13985 + if (win1 != 0 && sp->y_max > 4 && sp->x_max > 4) { 13986 + WINDOW *win2 = derwin(win1, sp->y_max - 4, sp->x_max - 4, 1, 1); 13987 + 13988 + if (win2 != 0) { 13989 + box(win1, 0, 0); 13990 + wrefresh(win1); 13991 + func(win2); 13992 + 13993 + delwin(win2); 13994 + } else { 13995 + beep(); 13996 + } 13997 + delwin(win1); 13998 + touchwin(win); 13999 + } else { 14000 + beep(); 14001 + } 14002 +} 14003 + 14004 +static void 14005 +init_status(WINDOW *win, STATUS * sp) 14006 +{ 14007 + memset(sp, 0, sizeof(*sp)); 14008 + sp->c = 99; 14009 + sp->v = 99; 14010 + sp->ch = ' '; 14011 + 14012 + keypad(win, TRUE); 14013 + fill_window(win); 14014 + 14015 + getbegyx(win, sp->y_beg, sp->x_beg); 14016 + getmaxyx(win, sp->y_max, sp->x_max); 14017 +} 14018 + 14019 +static void 14020 +show_help(WINDOW *win) 14021 +{ 14022 + static const char *table[] = 14023 + { 14024 + "Basic commands:" 14025 + ,"Use h/j/k/l or arrow keys to move the cursor." 14026 + ,"Set the count parameter for clip_wprintw by entering digits 0-9." 14027 + ,"" 14028 + ,"Other commands:" 14029 + ,"space toggles through the set of video attributes and colors." 14030 + ,"t touches (forces repaint) of the current line." 14031 + ,". calls clip_wprintw at the current position with the given count." 14032 + ,"= resets count to zero." 14033 + ,"? shows this help-window" 14034 + ,"" 14035 + }; 14036 + 14037 + int y_max, x_max; 14038 + int row; 14039 + 14040 + getmaxyx(win, y_max, x_max); 14041 + for (row = 0; row < (int) SIZEOF(table) && row < y_max; ++row) { 14042 + mvwprintw(win, row, 0, "%.*s", x_max, table[row]); 14043 + } 14044 + while (wgetch(win) != 'q') 14045 + beep(); 14046 +} 14047 + 14048 +static void 14049 +update_status(WINDOW *win, STATUS * sp) 14050 +{ 14051 + switch (sp->ch) { 14052 + case ' ': /* next test-iteration */ 14053 + if (has_colors()) { 14054 + if ((sp->c_msg = color_params(++(sp->c), &(sp->pair))) == 0) { 14055 + sp->c_msg = color_params(sp->c = 0, &(sp->pair)); 14056 + if ((sp->v_msg = video_params(++(sp->v), &(sp->attr))) == 0) { 14057 + sp->v_msg = video_params(sp->v = 0, &(sp->attr)); 14058 + } 14059 + } 14060 + } else { 14061 + if ((sp->v_msg = video_params(++(sp->v), &(sp->attr))) == 0) { 14062 + sp->v_msg = video_params(sp->v = 0, &(sp->attr)); 14063 + } 14064 + } 14065 + sp->count = 0; 14066 + show_status(win, sp); 14067 + break; 14068 + case KEY_LEFT: 14069 + case 'h': 14070 + if (sp->x_val > 0) 14071 + wmove(win, sp->y_val, --(sp->x_val)); 14072 + break; 14073 + case KEY_DOWN: 14074 + case 'j': 14075 + if (sp->y_val < sp->y_max) 14076 + wmove(win, ++(sp->y_val), sp->x_val); 14077 + break; 14078 + case KEY_UP: 14079 + case 'k': 14080 + if (sp->y_val > 0) 14081 + wmove(win, --(sp->y_val), sp->x_val); 14082 + break; 14083 + case KEY_RIGHT: 14084 + case 'l': 14085 + if (sp->x_val < sp->x_max) 14086 + wmove(win, sp->y_val, ++(sp->x_val)); 14087 + break; 14088 + case 't': 14089 + touchline(win, sp->y_val, 1); 14090 + break; 14091 + case '=': 14092 + sp->count = 0; 14093 + show_status(win, sp); 14094 + break; 14095 + case '?': 14096 + do_subwindow(win, sp, show_help); 14097 + break; 14098 + default: 14099 + if (isdigit(sp->ch)) { 14100 + sp->count = (sp->count * 10) + (sp->ch - '0'); 14101 + show_status(win, sp); 14102 + } else { 14103 + beep(); 14104 + } 14105 + break; 14106 + } 14107 +} 14108 + 14109 +static void 14110 +test_clipping(WINDOW *win) 14111 +{ 14112 + STATUS st; 14113 + char fmt[80]; 14114 + char *buffer; 14115 + unsigned j, need; 14116 + 14117 + init_status(win, &st); 14118 + 14119 + do { 14120 + switch (st.ch) { 14121 + case '.': /* change from current position */ 14122 + wattrset(win, st.attr | COLOR_PAIR(st.pair)); 14123 + if (st.count > 0) { 14124 + need = st.count + 1; 14125 + sprintf(fmt, "%%c%%%ds%%c", st.count); 14126 + } else { 14127 + need = getmaxx(win) - 1; 14128 + strcpy(fmt, "%c%s%c"); 14129 + } 14130 + if ((buffer = typeMalloc(char, need)) != 0) { 14131 + for (j = 0; j < need; ++j) { 14132 + buffer[j] = 'A' + (j % 26); 14133 + } 14134 + buffer[need - 1] = '\0'; 14135 + st.status = clip_wprintw(win, fmt, '[', buffer, ']'); 14136 + } 14137 + break; 14138 + case 'w': 14139 + do_subwindow(win, &st, test_clipping); 14140 + break; 14141 + case 'q': 14142 + return; 14143 + default: 14144 + update_status(win, &st); 14145 + break; 14146 + } 14147 + } while ((st.ch = wgetch(win)) != ERR); 14148 +} 14149 + 14150 +int 14151 +main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) 14152 +{ 14153 + initscr(); 14154 + cbreak(); 14155 + noecho(); 14156 + 14157 + test_clipping(stdscr); 14158 + endwin(); 14159 + 14160 + ExitProgram(EXIT_SUCCESS); 14161 +} 14162 diff -Naur ncurses-5.7.orig/test/demo_forms.c ncurses-5.7/test/demo_forms.c 14163 --- ncurses-5.7.orig/test/demo_forms.c 2008-10-18 13:38:20.000000000 -0700 14164 +++ ncurses-5.7/test/demo_forms.c 2008-12-29 20:11:58.000000000 -0800 14165 @@ -26,7 +26,7 @@ 14166 * authorization. * 14167 ****************************************************************************/ 14168 /* 14169 - * $Id: demo_forms.c,v 1.30 2008/10/18 20:38:20 tom Exp $ 14170 + * $Id: demo_forms.c,v 1.31 2008/12/20 19:23:00 tom Exp $ 14171 * 14172 * Demonstrate a variety of functions from the form library. 14173 * Thomas Dickey - 2003/4/26 14174 @@ -97,6 +97,8 @@ 14175 FIELD *f = new_field(rows, cols, frow, fcol, o_value, 1); 14176 14177 if (f) { 14178 + FieldAttrs *ptr; 14179 + 14180 set_field_back(f, A_UNDERLINE); 14181 /* 14182 * If -j and -d options are combined, -j loses. It is documented in 14183 @@ -122,7 +124,12 @@ 14184 /* 14185 * The userptr is used in edit_field.c's inactive_field(). 14186 */ 14187 - set_field_userptr(f, (void *) (long) field_back(f)); 14188 + ptr = (FieldAttrs *) field_userptr(f); 14189 + if (ptr == 0) { 14190 + ptr = typeCalloc(FieldAttrs, 1); 14191 + ptr->background = field_back(f); 14192 + } 14193 + set_field_userptr(f, (void *) ptr); 14194 if (t_value) 14195 set_field_buffer(f, 0, t_value); 14196 } 14197 diff -Naur ncurses-5.7.orig/test/edit_field.c ncurses-5.7/test/edit_field.c 14198 --- ncurses-5.7.orig/test/edit_field.c 2008-10-18 13:40:20.000000000 -0700 14199 +++ ncurses-5.7/test/edit_field.c 2008-12-29 20:11:58.000000000 -0800 14200 @@ -26,7 +26,7 @@ 14201 * authorization. * 14202 ****************************************************************************/ 14203 /* 14204 - * $Id: edit_field.c,v 1.14 2008/10/18 20:40:20 tom Exp $ 14205 + * $Id: edit_field.c,v 1.15 2008/12/20 19:23:01 tom Exp $ 14206 * 14207 * A wrapper for form_driver() which keeps track of the user's editing changes 14208 * for each field, and makes the result available as a null-terminated string 14209 @@ -294,8 +294,8 @@ 14210 static void 14211 inactive_field(FIELD * f) 14212 { 14213 - void *ptr = field_userptr(f); 14214 - set_field_back(f, (chtype) ptr); 14215 + FieldAttrs *ptr = (FieldAttrs *) field_userptr(f); 14216 + set_field_back(f, ptr->background); 14217 } 14218 14219 int 14220 diff -Naur ncurses-5.7.orig/test/edit_field.h ncurses-5.7/test/edit_field.h 14221 --- ncurses-5.7.orig/test/edit_field.h 2006-06-03 09:38:57.000000000 -0700 14222 +++ ncurses-5.7/test/edit_field.h 2008-12-29 20:11:58.000000000 -0800 14223 @@ -1,5 +1,5 @@ 14224 /**************************************************************************** 14225 - * Copyright (c) 2003-2004,2005 Free Software Foundation, Inc. * 14226 + * Copyright (c) 2003-2006,2008 Free Software Foundation, Inc. * 14227 * * 14228 * Permission is hereby granted, free of charge, to any person obtaining a * 14229 * copy of this software and associated documentation files (the * 14230 @@ -26,7 +26,7 @@ 14231 * authorization. * 14232 ****************************************************************************/ 14233 /* 14234 - * $Id: edit_field.h,v 1.5 2006/06/03 16:38:57 tom Exp $ 14235 + * $Id: edit_field.h,v 1.6 2008/12/20 19:23:18 tom Exp $ 14236 * 14237 * Interface of edit_field.c 14238 */ 14239 @@ -43,6 +43,10 @@ 14240 #define MY_EDT_MODE EDIT_FIELD('e') 14241 #define MY_INS_MODE EDIT_FIELD('t') 14242 14243 +typedef struct { 14244 + chtype background; 14245 +} FieldAttrs; 14246 + 14247 extern void help_edit_field(void); 14248 extern int edit_field(FORM * form, int *result); 14249 12666 14250 diff -Naur ncurses-5.7.orig/test/filter.c ncurses-5.7/test/filter.c 12667 14251 --- ncurses-5.7.orig/test/filter.c 2006-12-09 08:53:47.000000000 -0800 12668 +++ ncurses-5.7/test/filter.c 2008-12-2 0 14:47:14.000000000 -080014252 +++ ncurses-5.7/test/filter.c 2008-12-29 20:11:49.000000000 -0800 12669 14253 @@ -1,5 +1,5 @@ 12670 14254 /**************************************************************************** … … 12736 14320 keypad(stdscr, TRUE); 12737 14321 14322 diff -Naur ncurses-5.7.orig/test/insdelln.c ncurses-5.7/test/insdelln.c 14323 --- ncurses-5.7.orig/test/insdelln.c 1969-12-31 16:00:00.000000000 -0800 14324 +++ ncurses-5.7/test/insdelln.c 2008-12-29 20:11:58.000000000 -0800 14325 @@ -0,0 +1,380 @@ 14326 +/**************************************************************************** 14327 + * Copyright (c) 2008 Free Software Foundation, Inc. * 14328 + * * 14329 + * Permission is hereby granted, free of charge, to any person obtaining a * 14330 + * copy of this software and associated documentation files (the * 14331 + * "Software"), to deal in the Software without restriction, including * 14332 + * without limitation the rights to use, copy, modify, merge, publish, * 14333 + * distribute, distribute with modifications, sublicense, and/or sell * 14334 + * copies of the Software, and to permit persons to whom the Software is * 14335 + * furnished to do so, subject to the following conditions: * 14336 + * * 14337 + * The above copyright notice and this permission notice shall be included * 14338 + * in all copies or substantial portions of the Software. * 14339 + * * 14340 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 14341 + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 14342 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * 14343 + * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * 14344 + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * 14345 + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 14346 + * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 14347 + * * 14348 + * Except as contained in this notice, the name(s) of the above copyright * 14349 + * holders shall not be used in advertising or otherwise to promote the * 14350 + * sale, use or other dealings in this Software without prior written * 14351 + * authorization. * 14352 + ****************************************************************************/ 14353 +/* 14354 + * $Id: insdelln.c,v 1.1 2008/12/20 22:06:52 tom Exp $ 14355 + * 14356 + * test-driver for deleteln, wdeleteln, insdelln, winsdelln, insertln, winsertln 14357 + */ 14358 + 14359 +#include <test.priv.h> 14360 + 14361 +#define SHOW(n) ((n) == ERR ? "ERR" : "OK") 14362 +#define COLOR_DEFAULT (-1) 14363 + 14364 +typedef struct { 14365 + unsigned c; 14366 + unsigned v; 14367 + int pair; 14368 + unsigned attr; 14369 + int count; 14370 + int ch; 14371 + const char *c_msg; 14372 + const char *v_msg; 14373 + int y_val; 14374 + int x_val; 14375 + int y_beg, x_beg; 14376 + int y_max, x_max; 14377 +} STATUS; 14378 + 14379 +static const char * 14380 +color_params(unsigned state, int *pair) 14381 +{ 14382 + /* *INDENT-OFF* */ 14383 + static struct { 14384 + int pair; 14385 + int fg, bg; 14386 + const char *msg; 14387 + } table[] = { 14388 + { 0, COLOR_DEFAULT, COLOR_DEFAULT, "default" }, 14389 + { 1, COLOR_RED, COLOR_BLACK, "red/black" }, 14390 + { 2, COLOR_WHITE, COLOR_BLUE, "white/blue" }, 14391 + }; 14392 + /* *INDENT-ON* */ 14393 + 14394 + static bool first = TRUE; 14395 + const char *result = 0; 14396 + 14397 + if (has_colors()) { 14398 + if (first) { 14399 + unsigned n; 14400 + 14401 + start_color(); 14402 + for (n = 0; n < SIZEOF(table); ++n) { 14403 + init_pair(table[n].pair, table[n].fg, table[n].bg); 14404 + } 14405 + } 14406 + if (state < SIZEOF(table)) { 14407 + *pair = table[state].pair; 14408 + result = table[state].msg; 14409 + } 14410 + } 14411 + return result; 14412 +} 14413 + 14414 +static const char * 14415 +video_params(unsigned state, unsigned *attr) 14416 +{ 14417 + /* *INDENT-OFF* */ 14418 + static struct { 14419 + unsigned attr; 14420 + const char *msg; 14421 + } table[] = { 14422 + { A_NORMAL, "normal" }, 14423 + { A_BOLD, "bold" }, 14424 + { A_REVERSE, "reverse" }, 14425 + { A_UNDERLINE, "underline" }, 14426 + { A_BLINK, "blink" }, 14427 + }; 14428 + /* *INDENT-ON* */ 14429 + 14430 + const char *result = 0; 14431 + 14432 + if (state < SIZEOF(table)) { 14433 + *attr = table[state].attr; 14434 + result = table[state].msg; 14435 + } 14436 + return result; 14437 +} 14438 + 14439 +/* fill the window with a test-pattern */ 14440 +static void 14441 +fill_window(WINDOW *win) 14442 +{ 14443 + int y, x; 14444 + 14445 + getyx(win, y, x); 14446 + wmove(win, 1, 0); 14447 + while (waddstr(win, "0123456789 abcdefghijklmnopqrstuvwxyz ") != ERR) { 14448 + } 14449 + wmove(win, y, x); 14450 +} 14451 + 14452 +static void 14453 +show_status(WINDOW *win, STATUS * sp) 14454 +{ 14455 + int y, x; 14456 + 14457 + getyx(win, y, x); 14458 + wmove(win, 0, 0); 14459 + wprintw(win, "Count %d", sp->count); 14460 + if (sp->v_msg != 0) 14461 + wprintw(win, " Video %s", sp->v_msg); 14462 + if (sp->c_msg != 0) 14463 + wprintw(win, " Color %s", sp->c_msg); 14464 + wclrtoeol(win); 14465 + wmove(win, y, x); 14466 +} 14467 + 14468 +static void 14469 +reshow_status(WINDOW *win, STATUS * sp) 14470 +{ 14471 + fill_window(win); 14472 + show_status(win, sp); 14473 +} 14474 + 14475 +static void 14476 +do_subwindow(WINDOW *win, STATUS * sp, void func(WINDOW *)) 14477 +{ 14478 + WINDOW *win1 = newwin(sp->y_max - 2, sp->x_max - 2, 14479 + sp->y_beg + 1, sp->x_beg + 1); 14480 + 14481 + if (win1 != 0 && sp->y_max > 4 && sp->x_max > 4) { 14482 + WINDOW *win2 = derwin(win1, sp->y_max - 4, sp->x_max - 4, 1, 1); 14483 + 14484 + if (win2 != 0) { 14485 + box(win1, 0, 0); 14486 + wrefresh(win1); 14487 + func(win2); 14488 + 14489 + delwin(win2); 14490 + } else { 14491 + beep(); 14492 + } 14493 + delwin(win1); 14494 + touchwin(win); 14495 + } else { 14496 + beep(); 14497 + } 14498 +} 14499 + 14500 +static void 14501 +init_status(WINDOW *win, STATUS * sp) 14502 +{ 14503 + memset(sp, 0, sizeof(*sp)); 14504 + sp->c = 99; 14505 + sp->v = 99; 14506 + sp->ch = ' '; 14507 + 14508 + keypad(win, TRUE); 14509 + fill_window(win); 14510 + 14511 + getbegyx(win, sp->y_beg, sp->x_beg); 14512 + getmaxyx(win, sp->y_max, sp->x_max); 14513 +} 14514 + 14515 +static void 14516 +show_help(WINDOW *win) 14517 +{ 14518 + static const char *table[] = 14519 + { 14520 + "Basic commands:" 14521 + ,"Use h/j/k/l or arrow keys to move the cursor." 14522 + ,"Set the count parameter for insert/delete by entering digits 0-9." 14523 + ,"" 14524 + ,"Other commands:" 14525 + ,"space toggles through the set of video attributes and colors." 14526 + ,"t touches (forces repaint) of the current line." 14527 + ,"i calls insertln at the current position with the given count." 14528 + ,"d calls deleteln at the window beginning with the given count." 14529 + ,"I calls insdelln at the window beginning with the given count." 14530 + ,"D calls insdelln at the window beginning with the given -count." 14531 + ,"f refills the window with test-pattern using current attributes." 14532 + ,"w recur to test windows other than stdscr" 14533 + ,"q quit" 14534 + ,"= resets count to zero." 14535 + ,"? shows this help-window" 14536 + ,"" 14537 + ,"" 14538 + }; 14539 + 14540 + int y_max, x_max; 14541 + int row; 14542 + 14543 + getmaxyx(win, y_max, x_max); 14544 + for (row = 0; row < (int) SIZEOF(table) && row < y_max; ++row) { 14545 + mvwprintw(win, row, 0, "%.*s", x_max, table[row]); 14546 + } 14547 + while (wgetch(win) != 'q') 14548 + beep(); 14549 +} 14550 + 14551 +static void 14552 +update_status(WINDOW *win, STATUS * sp) 14553 +{ 14554 + switch (sp->ch) { 14555 + case ' ': /* next test-iteration */ 14556 + if (has_colors()) { 14557 + if ((sp->c_msg = color_params(++(sp->c), &(sp->pair))) == 0) { 14558 + sp->c_msg = color_params(sp->c = 0, &(sp->pair)); 14559 + if ((sp->v_msg = video_params(++(sp->v), &(sp->attr))) == 0) { 14560 + sp->v_msg = video_params(sp->v = 0, &(sp->attr)); 14561 + } 14562 + } 14563 + } else { 14564 + if ((sp->v_msg = video_params(++(sp->v), &(sp->attr))) == 0) { 14565 + sp->v_msg = video_params(sp->v = 0, &(sp->attr)); 14566 + } 14567 + } 14568 + sp->count = 0; 14569 + show_status(win, sp); 14570 + break; 14571 + case KEY_LEFT: 14572 + case 'h': 14573 + if (sp->x_val > 0) 14574 + wmove(win, sp->y_val, --(sp->x_val)); 14575 + break; 14576 + case KEY_DOWN: 14577 + case 'j': 14578 + if (sp->y_val < sp->y_max) 14579 + wmove(win, ++(sp->y_val), sp->x_val); 14580 + break; 14581 + case KEY_UP: 14582 + case 'k': 14583 + if (sp->y_val > 0) 14584 + wmove(win, --(sp->y_val), sp->x_val); 14585 + break; 14586 + case KEY_RIGHT: 14587 + case 'l': 14588 + if (sp->x_val < sp->x_max) 14589 + wmove(win, sp->y_val, ++(sp->x_val)); 14590 + break; 14591 + case 't': 14592 + touchline(win, sp->y_val, 1); 14593 + break; 14594 + case '=': 14595 + sp->count = 0; 14596 + show_status(win, sp); 14597 + break; 14598 + case '?': 14599 + do_subwindow(win, sp, show_help); 14600 + break; 14601 + default: 14602 + if (isdigit(sp->ch)) { 14603 + sp->count = (sp->count * 10) + (sp->ch - '0'); 14604 + show_status(win, sp); 14605 + } else { 14606 + beep(); 14607 + } 14608 + break; 14609 + } 14610 +} 14611 + 14612 +static void 14613 +test_winsdelln(WINDOW *win) 14614 +{ 14615 + STATUS st; 14616 + int n; 14617 + 14618 + init_status(win, &st); 14619 + 14620 + do { 14621 + wattrset(win, st.attr | COLOR_PAIR(st.pair)); 14622 + switch (st.ch) { 14623 + case 'i': 14624 + for (n = 0; n < st.count; ++n) 14625 + winsertln(win); 14626 + break; 14627 + case 'd': 14628 + for (n = 0; n < st.count; ++n) 14629 + wdeleteln(win); 14630 + break; 14631 + case 'I': 14632 + winsdelln(win, st.count); 14633 + break; 14634 + case 'D': 14635 + winsdelln(win, -st.count); 14636 + break; 14637 + case 'f': 14638 + fill_window(win); 14639 + reshow_status(win, &st); 14640 + break; 14641 + case 'w': 14642 + do_subwindow(win, &st, test_winsdelln); 14643 + break; 14644 + case 'q': 14645 + return; 14646 + default: 14647 + update_status(win, &st); 14648 + break; 14649 + } 14650 + } while ((st.ch = wgetch(win)) != ERR); 14651 +} 14652 + 14653 +static void 14654 +test_insdelln(void) 14655 +{ 14656 + STATUS st; 14657 + int n; 14658 + 14659 + init_status(stdscr, &st); 14660 + 14661 + do { 14662 + attrset(st.attr | COLOR_PAIR(st.pair)); 14663 + switch (st.ch) { 14664 + case 'i': 14665 + for (n = 0; n < st.count; ++n) 14666 + insertln(); 14667 + break; 14668 + case 'd': 14669 + for (n = 0; n < st.count; ++n) 14670 + deleteln(); 14671 + break; 14672 + case 'I': 14673 + insdelln(st.count); 14674 + break; 14675 + case 'D': 14676 + insdelln(-st.count); 14677 + break; 14678 + case 'f': 14679 + fill_window(stdscr); 14680 + reshow_status(stdscr, &st); 14681 + break; 14682 + case 'w': 14683 + do_subwindow(stdscr, &st, test_winsdelln); 14684 + break; 14685 + case 'q': 14686 + return; 14687 + default: 14688 + update_status(stdscr, &st); 14689 + break; 14690 + } 14691 + } while ((st.ch = getch()) != ERR); 14692 +} 14693 + 14694 +int 14695 +main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) 14696 +{ 14697 + initscr(); 14698 + cbreak(); 14699 + noecho(); 14700 + 14701 + test_insdelln(); 14702 + endwin(); 14703 + 14704 + ExitProgram(EXIT_SUCCESS); 14705 +} 14706 diff -Naur ncurses-5.7.orig/test/modules ncurses-5.7/test/modules 14707 --- ncurses-5.7.orig/test/modules 2007-08-18 10:57:08.000000000 -0700 14708 +++ ncurses-5.7/test/modules 2008-12-29 20:11:58.000000000 -0800 14709 @@ -1,4 +1,4 @@ 14710 -# $Id: modules,v 1.36 2007/08/18 17:57:08 tom Exp $ 14711 +# $Id: modules,v 1.37 2008/12/20 21:38:44 tom Exp $ 14712 ############################################################################## 14713 # Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # 14714 # # 14715 @@ -37,6 +37,7 @@ 14716 bs progs $(srcdir) $(HEADER_DEPS) 14717 cardfile progs $(srcdir) $(HEADER_DEPS) ../include/panel.h ../include/form.h 14718 chgat progs $(srcdir) $(HEADER_DEPS) 14719 +clip_printw progs $(srcdir) $(HEADER_DEPS) 14720 color_set progs $(srcdir) $(HEADER_DEPS) 14721 demo_altkeys progs $(srcdir) $(HEADER_DEPS) 14722 demo_defkey progs $(srcdir) $(HEADER_DEPS) 14723 @@ -60,6 +61,7 @@ 14724 inch_wide progs $(srcdir) $(HEADER_DEPS) 14725 inchs progs $(srcdir) $(HEADER_DEPS) 14726 ins_wide progs $(srcdir) $(HEADER_DEPS) 14727 +insdelln progs $(srcdir) $(HEADER_DEPS) 14728 inserts progs $(srcdir) $(HEADER_DEPS) 14729 key_names progs $(srcdir) $(HEADER_DEPS) 14730 keynames progs $(srcdir) $(HEADER_DEPS) 12738 14731 diff -Naur ncurses-5.7.orig/test/ncurses.c ncurses-5.7/test/ncurses.c 12739 14732 --- ncurses-5.7.orig/test/ncurses.c 2008-09-27 07:34:58.000000000 -0700 12740 +++ ncurses-5.7/test/ncurses.c 2008-12-2 0 14:47:12.000000000 -080014733 +++ ncurses-5.7/test/ncurses.c 2008-12-29 20:11:58.000000000 -0800 12741 14734 @@ -40,7 +40,7 @@ 12742 14735 Author: Eric S. Raymond <esr@snark.thyrsus.com> 1993 … … 12744 14737 12745 14738 -$Id: ncurses.c,v 1.329 2008/09/27 14:34:58 tom Exp $ 12746 +$Id: ncurses.c,v 1.33 2 2008/11/29 20:08:42tom Exp $14739 +$Id: ncurses.c,v 1.334 2008/12/20 17:13:27 tom Exp $ 12747 14740 12748 14741 ***************************************************************************/ … … 12878 14871 12879 14872 static void 12880 @@ -3238,7 +3257,7 @@ 14873 @@ -2802,6 +2821,7 @@ 14874 } attrs_to_cycle[] = { 14875 { A_NORMAL, "normal" }, 14876 { A_BOLD, "bold" }, 14877 + { A_BLINK, "blink" }, 14878 { A_REVERSE, "reverse" }, 14879 { A_UNDERLINE, "underline" }, 14880 }; 14881 @@ -2902,7 +2922,7 @@ 14882 do { 14883 if (C1) 14884 nodelay(stdscr, TRUE); 14885 - echochar(code | attr | COLOR_PAIR(pair)); 14886 + echochar(colored_chtype(code, attr, pair)); 14887 if (C1) { 14888 /* (yes, this _is_ crude) */ 14889 while ((reply = Getchar()) != ERR) { 14890 @@ -2951,7 +2971,7 @@ 14891 */ 14892 break; 14893 default: 14894 - addch(code | A_ALTCHARSET | attr | COLOR_PAIR(pair)); 14895 + addch(colored_chtype(code, A_ALTCHARSET | attr, pair)); 14896 break; 14897 } 14898 } while (--count > 0); 14899 @@ -2969,15 +2989,23 @@ 14900 mvaddstr(0, 20, "Display of the ACS Line-Drawing Set"); 14901 attroff(A_BOLD); 14902 refresh(); 14903 - box(stdscr, 0, 0); 14904 /* *INDENT-OFF* */ 14905 - mvhline(LINES / 2, 0, ACS_HLINE | attr, COLS); 14906 - mvvline(0, COLS / 2, ACS_VLINE | attr, LINES); 14907 - mvaddch(0, COLS / 2, ACS_TTEE | attr); 14908 - mvaddch(LINES / 2, COLS / 2, ACS_PLUS | attr); 14909 - mvaddch(LINES - 1, COLS / 2, ACS_BTEE | attr); 14910 - mvaddch(LINES / 2, 0, ACS_LTEE | attr); 14911 - mvaddch(LINES / 2, COLS - 1, ACS_RTEE | attr); 14912 + wborder(stdscr, 14913 + colored_chtype(ACS_VLINE, attr, pair), 14914 + colored_chtype(ACS_VLINE, attr, pair), 14915 + colored_chtype(ACS_HLINE, attr, pair), 14916 + colored_chtype(ACS_HLINE, attr, pair), 14917 + colored_chtype(ACS_ULCORNER, attr, pair), 14918 + colored_chtype(ACS_URCORNER, attr, pair), 14919 + colored_chtype(ACS_LLCORNER, attr, pair), 14920 + colored_chtype(ACS_LRCORNER, attr, pair)); 14921 + mvhline(LINES / 2, 0, colored_chtype(ACS_HLINE, attr, pair), COLS); 14922 + mvvline(0, COLS / 2, colored_chtype(ACS_VLINE, attr, pair), LINES); 14923 + mvaddch(0, COLS / 2, colored_chtype(ACS_TTEE, attr, pair)); 14924 + mvaddch(LINES / 2, COLS / 2, colored_chtype(ACS_PLUS, attr, pair)); 14925 + mvaddch(LINES - 1, COLS / 2, colored_chtype(ACS_BTEE, attr, pair)); 14926 + mvaddch(LINES / 2, 0, colored_chtype(ACS_LTEE, attr, pair)); 14927 + mvaddch(LINES / 2, COLS - 1, colored_chtype(ACS_RTEE, attr, pair)); 14928 /* *INDENT-ON* */ 14929 14930 } 14931 @@ -3002,7 +3030,7 @@ 14932 { 14933 int n; 14934 14935 -#define BOTH(name) #name, (name | attr | COLOR_PAIR(pair)) 14936 +#define BOTH(name) #name, colored_chtype(name, attr, pair) 14937 14938 erase(); 14939 attron(A_BOLD); 14940 @@ -3238,7 +3266,7 @@ 12881 14941 int col = (n / height) * COLS / 2; 12882 14942 … … 12887 14947 } 12888 14948 return n + 1; 14949 @@ -3307,12 +3335,12 @@ 14950 14951 #undef MERGE_ATTR 14952 14953 -#define MERGE_ATTR(wch) merge_wide_attr(&temp, wch, attr, pair) 14954 +#define MERGE_ATTR(n,wch) merge_wide_attr(&temp[n], wch, attr, pair) 14955 14956 static void 14957 show_wbox_chars(int repeat, attr_t attr, short pair) 14958 { 14959 - cchar_t temp; 14960 + cchar_t temp[8]; 14961 14962 (void) repeat; 14963 erase(); 14964 @@ -3321,17 +3349,23 @@ 14965 attroff(A_BOLD); 14966 refresh(); 14967 14968 - attr_set(attr, pair, 0); 14969 - box_set(stdscr, 0, 0); 14970 - attr_set(A_NORMAL, 0, 0); 14971 + wborder_set(stdscr, 14972 + MERGE_ATTR(0, WACS_VLINE), 14973 + MERGE_ATTR(1, WACS_VLINE), 14974 + MERGE_ATTR(2, WACS_HLINE), 14975 + MERGE_ATTR(3, WACS_HLINE), 14976 + MERGE_ATTR(4, WACS_ULCORNER), 14977 + MERGE_ATTR(5, WACS_URCORNER), 14978 + MERGE_ATTR(6, WACS_LLCORNER), 14979 + MERGE_ATTR(7, WACS_LRCORNER)); 14980 /* *INDENT-OFF* */ 14981 - mvhline_set(LINES / 2, 0, MERGE_ATTR(WACS_HLINE), COLS); 14982 - mvvline_set(0, COLS / 2, MERGE_ATTR(WACS_VLINE), LINES); 14983 - mvadd_wch(0, COLS / 2, MERGE_ATTR(WACS_TTEE)); 14984 - mvadd_wch(LINES / 2, COLS / 2, MERGE_ATTR(WACS_PLUS)); 14985 - mvadd_wch(LINES - 1, COLS / 2, MERGE_ATTR(WACS_BTEE)); 14986 - mvadd_wch(LINES / 2, 0, MERGE_ATTR(WACS_LTEE)); 14987 - mvadd_wch(LINES / 2, COLS - 1, MERGE_ATTR(WACS_RTEE)); 14988 + mvhline_set(LINES / 2, 0, MERGE_ATTR(0, WACS_HLINE), COLS); 14989 + mvvline_set(0, COLS / 2, MERGE_ATTR(0, WACS_VLINE), LINES); 14990 + mvadd_wch(0, COLS / 2, MERGE_ATTR(0, WACS_TTEE)); 14991 + mvadd_wch(LINES / 2, COLS / 2, MERGE_ATTR(0, WACS_PLUS)); 14992 + mvadd_wch(LINES - 1, COLS / 2, MERGE_ATTR(0, WACS_BTEE)); 14993 + mvadd_wch(LINES / 2, 0, MERGE_ATTR(0, WACS_LTEE)); 14994 + mvadd_wch(LINES / 2, COLS - 1, MERGE_ATTR(0, WACS_RTEE)); 14995 /* *INDENT-ON* */ 14996 14997 } 14998 @@ -5804,7 +5838,7 @@ 14999 break; 15000 case 2: 15001 init_pair(cpair, COLOR_RED, COLOR_GREEN); 15002 - wbkgdset(win, ' ' | A_BLINK | COLOR_PAIR(cpair)); 15003 + wbkgdset(win, colored_chtype(' ', A_BLINK, cpair)); 15004 break; 15005 case 3: 15006 wbkgdset(win, ' ' | A_NORMAL); 15007 diff -Naur ncurses-5.7.orig/test/programs ncurses-5.7/test/programs 15008 --- ncurses-5.7.orig/test/programs 2008-08-16 14:47:39.000000000 -0700 15009 +++ ncurses-5.7/test/programs 2008-12-29 20:11:58.000000000 -0800 15010 @@ -1,4 +1,4 @@ 15011 -# $Id: programs,v 1.14 2008/08/16 21:47:39 tom Exp $ 15012 +# $Id: programs,v 1.15 2008/12/20 21:38:44 tom Exp $ 15013 ############################################################################## 15014 # Copyright (c) 2006-2007,2008 Free Software Foundation, Inc. # 15015 # # 15016 @@ -35,6 +35,7 @@ 15017 bs $(LDFLAGS_CURSES) $(LOCAL_LIBS) bs 15018 cardfile $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) cardfile 15019 chgat $(LDFLAGS_CURSES) $(LOCAL_LIBS) chgat 15020 +clip_printw $(LDFLAGS_CURSES) $(LOCAL_LIBS) clip_printw 15021 color_set $(LDFLAGS_CURSES) $(LOCAL_LIBS) color_set 15022 demo_altkeys $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_altkeys 15023 demo_defkey $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_defkey 15024 @@ -57,6 +58,7 @@ 15025 inch_wide $(LDFLAGS_CURSES) $(LOCAL_LIBS) inch_wide 15026 inchs $(LDFLAGS_CURSES) $(LOCAL_LIBS) inchs 15027 ins_wide $(LDFLAGS_CURSES) $(LOCAL_LIBS) ins_wide 15028 +insdelln $(LDFLAGS_CURSES) $(LOCAL_LIBS) insdelln 15029 inserts $(LDFLAGS_CURSES) $(LOCAL_LIBS) inserts 15030 key_names $(LDFLAGS_CURSES) $(LOCAL_LIBS) key_names 15031 keynames $(LDFLAGS_CURSES) $(LOCAL_LIBS) keynames 15032 diff -Naur ncurses-5.7.orig/test/test.priv.h ncurses-5.7/test/test.priv.h 15033 --- ncurses-5.7.orig/test/test.priv.h 2008-10-04 14:53:41.000000000 -0700 15034 +++ ncurses-5.7/test/test.priv.h 2008-12-29 20:11:58.000000000 -0800 15035 @@ -29,7 +29,7 @@ 15036 /**************************************************************************** 15037 * Author: Thomas E. Dickey 1996-on * 15038 ****************************************************************************/ 15039 -/* $Id: test.priv.h,v 1.79 2008/10/04 21:53:41 tom Exp $ */ 15040 +/* $Id: test.priv.h,v 1.80 2008/12/20 16:37:20 tom Exp $ */ 15041 15042 #ifndef __TEST_PRIV_H 15043 #define __TEST_PRIV_H 1 15044 @@ -359,6 +359,9 @@ 15045 #define KEY_MIN 256 /* not defined in Solaris 8 */ 15046 #endif 15047 15048 +#define colored_chtype(ch, attr, pair) \ 15049 + ((ch) | (attr) | COLOR_PAIR(pair)) 15050 + 15051 /* 15052 * Workaround for HPUX 15053 */
Note:
See TracChangeset
for help on using the changeset viewer.