Changeset 1e1873cf
- Timestamp:
- Mar 23, 2009, 12:16:20 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- b69b7ec
- Parents:
- 78ffc068
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
r78ffc068 r1e1873cf 38 38 39 39 <listitem> 40 <para>March 1, 2009</para> 40 <para>March 23, 2009</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Jim] - Updated VIM Branch Update Patch to -12.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 49 <listitem> 50 <para>March 22, 2009</para> 41 51 <itemizedlist> 42 52 <listitem> -
BOOK/patches.ent
r78ffc068 r1e1873cf 133 133 <!ENTITY texinfo-new_compressors-patch-size "2 KB"> 134 134 135 <!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update-1 1.patch">136 <!ENTITY vim-branch_update-patch-md5 " 326e75a9a9ac2d3777eba30300124652">137 <!ENTITY vim-branch_update-patch-size "2 53KB">135 <!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update-12.patch"> 136 <!ENTITY vim-branch_update-patch-md5 "caf0e87b866997909808b50763e3706b"> 137 <!ENTITY vim-branch_update-patch-size "265 KB"> 138 138 139 139 <!ENTITY zlib-fpic-patch "zlib-&zlib-version;-fPIC-1.patch"> -
patches/ncurses-5.7-branch_update-11.patch
r78ffc068 r1e1873cf 1 1 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 0 2-28-20092 Date: 03-22-2009 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-20090 228.7 rechecked periodically. This patch covers up to 5.7-20090321. 8 8 9 9 diff -Naur ncurses-5.7.orig/aclocal.m4 ncurses-5.7/aclocal.m4 10 10 --- ncurses-5.7.orig/aclocal.m4 2008-10-25 15:15:32.000000000 -0700 11 +++ ncurses-5.7/aclocal.m4 2009-0 2-28 20:38:54.327061041 -080011 +++ ncurses-5.7/aclocal.m4 2009-03-22 21:17:11.616376588 -0700 12 12 @@ -1,5 +1,5 @@ 13 13 dnl*************************************************************************** … … 22 22 dnl 23 23 -dnl $Id: aclocal.m4,v 1.470 2008/10/25 22:15:32 tom Exp $ 24 +dnl $Id: aclocal.m4,v 1.48 3 2009/02/07 19:12:17tom Exp $24 +dnl $Id: aclocal.m4,v 1.485 2009/03/21 23:15:19 tom Exp $ 25 25 dnl Macros used in NCURSES auto-configuration script. 26 26 dnl … … 189 189 190 190 cf_save_CPPFLAGS="$CPPFLAGS" 191 @@ -1998,11 +2033,31 @@ 191 @@ -1451,7 +1486,7 @@ 192 fi 193 ])dnl 194 dnl --------------------------------------------------------------------------- 195 -dnl CF_GCC_WARNINGS version: 23 updated: 2008/07/26 17:54:02 196 +dnl CF_GCC_WARNINGS version: 24 updated: 2009/02/01 15:21:00 197 dnl --------------- 198 dnl Check if the compiler supports useful warning options. There's a few that 199 dnl we don't use, simply because they're too noisy: 200 @@ -1484,7 +1519,6 @@ 201 then 202 # The "-wdXXX" options suppress warnings: 203 # remark #1419: external declaration in primary source file 204 -# remark #1682: implicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem) 205 # remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem) 206 # remark #1684: conversion from pointer to same-sized integral type (potential portability problem) 207 # remark #193: zero used for undefined preprocessing identifier 208 @@ -1492,19 +1526,18 @@ 209 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits 210 # remark #869: parameter "tw" was never referenced 211 # remark #981: operands are evaluated in unspecified order 212 -# warning #269: invalid format string conversion 213 +# warning #279: controlling expression is constant 214 215 AC_CHECKING([for $CC warning options]) 216 cf_save_CFLAGS="$CFLAGS" 217 EXTRA_CFLAGS="-Wall" 218 for cf_opt in \ 219 wd1419 \ 220 - wd1682 \ 221 wd1683 \ 222 wd1684 \ 223 wd193 \ 224 - wd279 \ 225 wd593 \ 226 + wd279 \ 227 wd810 \ 228 wd869 \ 229 wd981 230 @@ -1998,11 +2031,31 @@ 192 231 ]) 193 232 ])dnl … … 224 263 test "$includedir" != "/usr/include" && \ 225 264 test -d "$includedir" && { 226 @@ -2017,6 +207 2,7 @@265 @@ -2017,6 +2070,7 @@ 227 266 test -d $oldincludedir/$2 && $1="[$]$1 $oldincludedir/$2" 228 267 } … … 232 271 dnl --------------------------------------------------------------------------- 233 272 dnl CF_HELP_MESSAGE version: 3 updated: 1998/01/14 10:56:23 234 @@ -2026,7 +208 2,7 @@273 @@ -2026,7 +2080,7 @@ 235 274 [AC_DIVERT_HELP([$1])dnl 236 275 ])dnl … … 241 280 dnl Construct the list of include-options according to whether we're building 242 281 dnl in the source directory or using '--srcdir=DIR' option. If we're building 243 @@ -2034,9 +20 90,9 @@282 @@ -2034,9 +2088,9 @@ 244 283 dnl since that usually breaks gcc's shadow-includes. 245 284 AC_DEFUN([CF_INCLUDE_DIRS], … … 253 292 if test "$GCC" != yes; then 254 293 CPPFLAGS="$CPPFLAGS -I\${includedir}" 255 @@ -2143,7 +219 9,7 @@294 @@ -2143,7 +2197,7 @@ 256 295 ]) 257 296 ]) 258 297 dnl --------------------------------------------------------------------------- 259 298 -dnl CF_LDFLAGS_STATIC version: 4 updated: 2008/10/18 17:58:20 260 +dnl CF_LDFLAGS_STATIC version: 5 updated: 2008/12/27 12:30:03299 +dnl CF_LDFLAGS_STATIC version: 6 updated: 2009/03/14 14:03:25 261 300 dnl ----------------- 262 301 dnl Check for compiler/linker flags used to temporarily force usage of static 263 302 dnl libraries. This depends on the compiler and platform. Use this to help 264 @@ -2153,7 +220 9,7 @@303 @@ -2153,7 +2207,7 @@ 265 304 266 305 if test "$GCC" = yes ; then 267 306 case $cf_cv_system_name in #( 268 307 - OS/2*|os2*|aix[[45]]*) #( vi 269 + OS/2*|os2*|aix[[4]]* ) #( vi308 + OS/2*|os2*|aix[[4]]*|solaris2.1[[0-9]]) #( vi 270 309 LDFLAGS_STATIC= 271 310 LDFLAGS_SHARED= 272 311 ;; 273 @@ -2164,7 +22 20,7 @@312 @@ -2164,7 +2218,7 @@ 274 313 esac 275 314 else … … 280 319 LDFLAGS_SHARED=-bdynamic 281 320 ;; 282 @@ -2179,7 +223 5,7 @@321 @@ -2179,7 +2233,7 @@ 283 322 ;; 284 323 osf[[45]]*) #( from ld manpage osf4.0d, osf5.1 … … 289 328 ;; 290 329 solaris2*) 291 @@ -2193,11 +224 9,33 @@330 @@ -2193,11 +2247,33 @@ 292 331 AC_SUBST(LDFLAGS_SHARED) 293 332 ]) … … 326 365 dnl CF_LIB_PREFIX version: 8 updated: 2008/09/13 11:34:16 327 366 dnl ------------- 328 @@ -2216,7 +229 4,7 @@367 @@ -2216,7 +2292,7 @@ 329 368 AC_SUBST(LIB_PREFIX) 330 369 ])dnl … … 335 374 dnl Append definitions and rules for the given models to the subdirectory 336 375 dnl Makefiles, and the recursion rule for the top-level Makefile. If the 337 @@ -2504,18 +258 2,28 @@376 @@ -2504,18 +2580,28 @@ 338 377 install.libs uninstall.libs \\ 339 378 install.data uninstall.data :: … … 364 403 if test -f $srcdir/$tack.h; then 365 404 cat >> Makefile <<CF_EOF 366 @@ -2526,6 +261 4,7 @@405 @@ -2526,6 +2612,7 @@ 367 406 CF_EOF 368 407 fi … … 372 411 dnl If we're installing into a subdirectory of /usr/include, etc., we should 373 412 dnl prepend the subdirectory's name to the "#include" paths. It won't hurt 374 @@ -2679,7 +276 8,7 @@413 @@ -2679,7 +2766,7 @@ 375 414 ]) 376 415 ]) … … 381 420 dnl Compute the library file-suffix from the given model name 382 421 dnl $1 = model name 383 @@ -2689,40 +277 8,44 @@422 @@ -2689,40 +2776,44 @@ 384 423 AC_DEFUN([CF_LIB_SUFFIX], 385 424 [ … … 437 476 $3=[$]$2 438 477 ;; 439 @@ -2755,7 +284 8,7 @@478 @@ -2755,7 +2846,7 @@ 440 479 test -n "$LIB_SUFFIX" && $2="${LIB_SUFFIX}[$]{$2}" 441 480 ])dnl … … 446 485 dnl Some systems have a non-ANSI linker that doesn't pull in modules that have 447 486 dnl only data (i.e., no functions), for example NeXT. On those systems we'll 448 @@ -2772,7 +286 5,7 @@487 @@ -2772,7 +2863,7 @@ 449 488 EOF 450 489 if AC_TRY_EVAL(ac_compile) ; then … … 455 494 rm -f conftest.$ac_ext data.o 456 495 cat >conftest.$ac_ext <<EOF 457 @@ -2791,7 +288 4,7 @@496 @@ -2791,7 +2882,7 @@ 458 497 EOF 459 498 if AC_TRY_EVAL(ac_compile); then … … 464 503 rm -f conftest.$ac_ext func.o 465 504 ( eval $RANLIB conftest.a ) 2>&AC_FD_CC >/dev/null 466 @@ -2956,7 +304 9,7 @@505 @@ -2956,7 +3047,7 @@ 467 506 AC_SUBST(MAKE_LOWER_TAGS) 468 507 ])dnl … … 473 512 dnl Option to allow user to override automatic configuration of manpage format. 474 513 dnl There are several special cases: 475 @@ -2998,7 +30 91,7 @@514 @@ -2998,7 +3089,7 @@ 476 515 cf_catonly=yes 477 516 cf_example=date … … 482 521 test -z "$cf_dir" && cf_dir=/usr/man 483 522 for cf_name in $cf_dir/man*/$cf_example.[[01]]* $cf_dir/cat*/$cf_example.[[01]]* $cf_dir/man*/$cf_example $cf_dir/cat*/$cf_example 484 @@ -3687,17 +37 80,17 @@523 @@ -3687,17 +3778,17 @@ 485 524 esac 486 525 ])dnl … … 505 544 dnl --------------------------------------------------------------------------- 506 545 dnl CF_PATH_SYNTAX version: 12 updated: 2008/03/23 14:45:59 507 @@ -3737,6 +38 30,38 @@546 @@ -3737,6 +3828,38 @@ 508 547 esac 509 548 ])dnl … … 544 583 dnl ----------------- 545 584 dnl Define _POSIX_C_SOURCE to the given level, and _POSIX_SOURCE if needed. 546 @@ -3872,6 +399 7,13 @@585 @@ -3872,6 +3995,13 @@ 547 586 548 587 ])dnl … … 558 597 dnl ----------- 559 598 dnl Check for awk, ensure that the check found something. 560 @@ -4003,7 +413 5,7 @@599 @@ -4003,7 +4133,7 @@ 561 600 esac 562 601 ])dnl … … 567 606 dnl Check for ldconfig, needed to fixup shared libraries that would be built 568 607 dnl and then used in the install. 569 @@ -4012,7 +414 4,7 @@608 @@ -4012,7 +4142,7 @@ 570 609 LDCONFIG=: 571 610 else … … 576 615 ;; 577 616 *) LDPATH=$PATH:/sbin:/usr/sbin 578 @@ -4147,7 +427 9,7 @@617 @@ -4147,7 +4277,7 @@ 579 618 fi 580 619 ])dnl … … 585 624 dnl -------------- 586 625 dnl Attempt to determine the appropriate CC/LD options for creating a shared 587 @@ -4176,6 +430 8,7 @@626 @@ -4176,6 +4306,7 @@ 588 627 AC_REQUIRE([CF_SUBST_NCURSES_VERSION]) 589 628 LOCAL_LDFLAGS= … … 593 632 INSTALL_LIB="-m 644" 594 633 595 @@ -4219,6 +435 2,12 @@634 @@ -4219,6 +4350,12 @@ 596 635 cf_cv_shlib_version_infix=no 597 636 … … 606 645 MK_SHARED_LIB='${CC} ${CFLAGS} -o $[@] -Xlinker -soname=`basename $[@]` -nostart -e 0' 607 646 ;; 608 @@ -4239,7 +437 8,7 @@647 @@ -4239,7 +4376,7 @@ 609 648 EOF 610 649 exec \[$]* -shared -Wl,--out-implib=../lib/\[$]{IMPORT_LIB} -Wl,--export-all-symbols -o ../lib/\[$]{SHARED_LIB} … … 615 654 darwin*) 616 655 EXTRA_CFLAGS="-no-cpp-precomp" 617 @@ -4272,10 +44 11,10 @@656 @@ -4272,10 +4409,10 @@ 618 657 irix*) 619 658 if test "$cf_cv_ld_rpath" = yes ; then … … 628 667 fi 629 668 fi 630 @@ -4294,7 +443 3,7 @@669 @@ -4294,7 +4431,7 @@ 631 670 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 632 671 fi … … 637 676 fi 638 677 CF_SHARED_SONAME 639 @@ -4306,12 +444 5,12 @@678 @@ -4306,12 +4443,12 @@ 640 679 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 641 680 fi … … 652 691 nto-qnx*|openbsd*|freebsd[[12]].*) 653 692 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 654 @@ -4323,15 +446 2,15 @@693 @@ -4323,15 +4460,15 @@ 655 694 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then 656 695 LOCAL_LDFLAGS="-rpath \$(LOCAL_LIBDIR)" … … 671 710 LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)" 672 711 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 673 @@ -4346,7 +448 5,7 @@712 @@ -4346,7 +4483,7 @@ 674 713 CF_SHARED_SONAME 675 714 MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname' -o $[@]' … … 680 719 ;; 681 720 osf*|mls+*) 682 @@ -4365,7 +450 4,7 @@721 @@ -4365,7 +4502,7 @@ 683 722 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 684 723 fi … … 689 728 fi 690 729 cf_cv_rm_so_locs=yes 691 @@ -4400,12 +453 9,19 @@730 @@ -4400,12 +4537,19 @@ 692 731 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 693 732 fi … … 711 750 else 712 751 MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $[@]' 713 @@ -4438,18 +458 4,19 @@752 @@ -4438,18 +4582,19 @@ 714 753 ;; 715 754 esac … … 735 774 AC_SUBST(MK_SHARED_LIB) 736 775 AC_SUBST(LINK_PROGS) 737 @@ -4642,7 +478 9,7 @@776 @@ -4642,7 +4787,7 @@ 738 777 fi 739 778 ])dnl … … 744 783 dnl For each parameter, test if the source-directory exists, and if it contains 745 784 dnl a 'modules' file. If so, add to the list $cf_cv_src_modules which we'll 746 @@ -4717,7 +486 4,11 @@785 @@ -4717,7 +4862,11 @@ 747 786 AC_SUBST(TEST_ARG2) 748 787 AC_SUBST(TEST_DEP2) … … 757 796 do 758 797 SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir" 759 @@ -4728,8 +487 9,8 @@798 @@ -4728,8 +4877,8 @@ 760 799 761 800 ADA_SUBDIRS= … … 768 807 769 808 SUB_MAKEFILES= 770 @@ -4739,11 +48 90,11 @@809 @@ -4739,11 +4888,11 @@ 771 810 done 772 811 … … 785 824 ])dnl 786 825 dnl --------------------------------------------------------------------------- 787 @@ -5241,7 +539 2,7 @@826 @@ -5241,7 +5390,7 @@ 788 827 fi 789 828 ]) 790 829 dnl --------------------------------------------------------------------------- 791 830 -dnl CF_WITH_LIBTOOL version: 19 updated: 2008/03/29 15:46:43 792 +dnl CF_WITH_LIBTOOL version: 2 0 updated: 2008/12/27 12:31:39831 +dnl CF_WITH_LIBTOOL version: 22 updated: 2009/03/21 19:14:56 793 832 dnl --------------- 794 833 dnl Provide a configure option to incorporate libtool. Define several useful 795 834 dnl symbols for the makefile rules. 796 @@ -5261,18 +541 2,18 @@835 @@ -5261,18 +5410,18 @@ 797 836 dnl echo cannot find libtool.m4 file 798 837 dnl exit 1 … … 817 856 dnl 818 857 AC_DEFUN([CF_WITH_LIBTOOL], 819 @@ -5306,15 +545 7,15 @@858 @@ -5306,15 +5455,15 @@ 820 859 AC_PROG_LIBTOOL 821 860 # missing_content_AC_PROG_LIBTOOL}} … … 839 878 LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o' 840 879 LIB_OBJECT='${OBJECTS:.o=.lo}' 841 @@ -5393,7 +5544,7 @@ 880 @@ -5331,16 +5480,23 @@ 881 882 # Save the version in a cache variable - this is not entirely a good 883 # thing, but the version string from libtool is very ugly, and for 884 - # bug reports it might be useful to have the original string. 885 + # bug reports it might be useful to have the original string. "(" 886 cf_cv_libtool_version=`$LIBTOOL --version 2>&1 | sed -e '/^$/d' |sed -e '2,$d' -e 's/([[^)]]*)//g' -e 's/^[[^1-9]]*//' -e 's/[[^0-9.]].*//'` 887 AC_MSG_RESULT($cf_cv_libtool_version) 888 if test -z "$cf_cv_libtool_version" ; then 889 AC_MSG_ERROR(This is not GNU libtool) 890 fi 891 892 + # special hack to add -no-undefined (which libtool should do for itself) 893 + case "$cf_cv_system_name" in #(vi 894 + cygwin*|mingw32*|uwin*|aix[[456]]) #(vi 895 + LIBTOOL="$LIBTOOL -no-undefined" 896 + ;; 897 + esac 898 + 899 # special hack to add --tag option for C++ compiler 900 - case $cf_cv_libtool_version in 901 - 1.[[5-9]]*|[[2-9]]*) 902 + case $cf_cv_libtool_version in #(vi 903 + 1.[[5-9]]*|[[2-9]]*) #(vi 904 LIBTOOL_CXX="$LIBTOOL --tag=CXX" 905 LIBTOOL="$LIBTOOL --tag=CC" 906 ;; 907 @@ -5393,7 +5549,7 @@ 842 908 AC_SUBST($3)dnl 843 909 ])dnl … … 848 914 dnl Process an option specifying a list of colon-separated paths. 849 915 dnl 850 @@ -5409,7 +556 0,7 @@916 @@ -5409,7 +5565,7 @@ 851 917 AC_ARG_WITH($1,[$2 ](default: ifelse($4,,empty,$4)),, 852 918 ifelse($4,,[withval=${$3}],[withval=${$3-ifelse($5,,$4,$5)}]))dnl … … 857 923 for cf_src_path in $withval 858 924 do 859 @@ -5535,7 +56 86,7 @@925 @@ -5535,7 +5691,7 @@ 860 926 [USE_VALGRIND]) 861 927 ])dnl … … 866 932 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions, 867 933 dnl or adapt to the vendor's definitions to get equivalent functionality, 868 @@ -5552,7 +570 3,7 @@934 @@ -5552,7 +5708,7 @@ 869 935 cf_POSIX_C_SOURCE=ifelse($2,,199506L,$2) 870 936 … … 875 941 ;; 876 942 freebsd*|dragonfly*) #(vi 877 @@ -5569,7 +572 0,7 @@943 @@ -5569,7 +5725,7 @@ 878 944 irix[[56]].*) #(vi 879 945 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 886 952 diff -Naur ncurses-5.7.orig/Ada95/gen/adacurses-config.in ncurses-5.7/Ada95/gen/adacurses-config.in 887 953 --- ncurses-5.7.orig/Ada95/gen/adacurses-config.in 2007-04-07 14:06:50.000000000 -0700 888 +++ ncurses-5.7/Ada95/gen/adacurses-config.in 2009-0 2-28 20:38:50.310805699 -0800954 +++ ncurses-5.7/Ada95/gen/adacurses-config.in 2009-03-22 21:16:59.575606928 -0700 889 955 @@ -1,18 +1,47 @@ 890 956 #! /bin/sh … … 958 1024 ;; 959 1025 esac 1026 diff -Naur ncurses-5.7.orig/Ada95/gen/gen.c ncurses-5.7/Ada95/gen/gen.c 1027 --- ncurses-5.7.orig/Ada95/gen/gen.c 2008-10-04 14:59:37.000000000 -0700 1028 +++ ncurses-5.7/Ada95/gen/gen.c 2009-03-22 21:17:11.612376588 -0700 1029 @@ -1,5 +1,5 @@ 1030 /**************************************************************************** 1031 - * Copyright (c) 1998,2007,2008 Free Software Foundation, Inc. * 1032 + * Copyright (c) 1998,2008,2009 Free Software Foundation, Inc. * 1033 * * 1034 * Permission is hereby granted, free of charge, to any person obtaining a * 1035 * copy of this software and associated documentation files (the * 1036 @@ -32,7 +32,7 @@ 1037 1038 /* 1039 Version Control 1040 - $Id: gen.c,v 1.49 2008/10/04 21:59:37 tom Exp $ 1041 + $Id: gen.c,v 1.50 2009/03/21 21:34:20 tom Exp $ 1042 --------------------------------------------------------------------------*/ 1043 /* 1044 This program generates various record structures and constants from the 1045 @@ -778,7 +778,9 @@ 1046 #if USE_REENTRANT || BROKEN_LINKER 1047 printf(" type C_ACS_Ptr is access C_ACS_Map;\n"); 1048 printf(" function ACS_Map return C_ACS_Ptr;\n"); 1049 - printf(" pragma Import (C, ACS_Map, \"_nc_acs_map\");\n"); 1050 + printf(" pragma Import (C, ACS_Map, \"" 1051 + NCURSES_WRAP_PREFIX 1052 + "acs_map\");\n"); 1053 #else 1054 printf(" ACS_Map : C_ACS_Map;\n"); 1055 printf(" pragma Import (C, ACS_Map, \"acs_map\");\n"); 1056 @@ -1034,7 +1036,7 @@ 1057 printf(" function %s return %s\n", ada_func, ada_type); 1058 printf(" is\n"); 1059 printf(" function Result return %s;\n", c_type); 1060 - printf(" pragma Import (C, Result, \"_nc_%s\");\n", c_var); 1061 + printf(" pragma Import (C, Result, \"" NCURSES_WRAP_PREFIX "%s\");\n", c_var); 1062 printf(" begin\n"); 1063 if (strcmp(c_type, ada_type)) 1064 printf(" return %s (Result);\n", ada_type); 960 1065 diff -Naur ncurses-5.7.orig/Ada95/gen/Makefile.in ncurses-5.7/Ada95/gen/Makefile.in 961 1066 --- ncurses-5.7.orig/Ada95/gen/Makefile.in 2008-10-04 15:58:31.000000000 -0700 962 +++ ncurses-5.7/Ada95/gen/Makefile.in 2009-0 2-28 20:38:50.306805140 -08001067 +++ ncurses-5.7/Ada95/gen/Makefile.in 2009-03-22 21:16:59.575606928 -0700 963 1068 @@ -1,5 +1,5 @@ 964 1069 ############################################################################## … … 1016 1121 diff -Naur ncurses-5.7.orig/Ada95/samples/Makefile.in ncurses-5.7/Ada95/samples/Makefile.in 1017 1122 --- ncurses-5.7.orig/Ada95/samples/Makefile.in 2006-12-17 08:45:02.000000000 -0800 1018 +++ ncurses-5.7/Ada95/samples/Makefile.in 2009-0 2-28 20:38:50.310805699 -08001123 +++ ncurses-5.7/Ada95/samples/Makefile.in 2009-03-22 21:16:59.579606090 -0700 1019 1124 @@ -1,5 +1,5 @@ 1020 1125 ############################################################################## … … 1055 1160 diff -Naur ncurses-5.7.orig/Ada95/src/Makefile.in ncurses-5.7/Ada95/src/Makefile.in 1056 1161 --- ncurses-5.7.orig/Ada95/src/Makefile.in 2007-09-15 11:22:24.000000000 -0700 1057 +++ ncurses-5.7/Ada95/src/Makefile.in 2009-0 2-28 20:38:50.310805699 -08001162 +++ ncurses-5.7/Ada95/src/Makefile.in 2009-03-22 21:16:59.579606090 -0700 1058 1163 @@ -1,5 +1,5 @@ 1059 1164 ############################################################################## … … 1147 1252 diff -Naur ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 1148 1253 --- ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb 2008-07-26 11:51:11.000000000 -0700 1149 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 2009-0 2-28 20:38:37.153962564 -08001254 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 2009-03-22 21:16:46.486767984 -0700 1150 1255 @@ -35,8 +35,8 @@ 1151 1256 ------------------------------------------------------------------------------ … … 1170 1275 diff -Naur ncurses-5.7.orig/c++/cursesw.cc ncurses-5.7/c++/cursesw.cc 1171 1276 --- ncurses-5.7.orig/c++/cursesw.cc 2007-12-15 15:01:57.000000000 -0800 1172 +++ ncurses-5.7/c++/cursesw.cc 2009-0 2-28 20:38:37.161961447 -08001277 +++ ncurses-5.7/c++/cursesw.cc 2009-03-22 21:16:46.490769660 -0700 1173 1278 @@ -1,6 +1,6 @@ 1174 1279 // * this is for making emacs happy: -*-Mode: C++;-*- … … 1207 1312 diff -Naur ncurses-5.7.orig/c++/Makefile.in ncurses-5.7/c++/Makefile.in 1208 1313 --- ncurses-5.7.orig/c++/Makefile.in 2007-04-28 08:29:12.000000000 -0700 1209 +++ ncurses-5.7/c++/Makefile.in 2009-0 2-28 20:38:46.290546165 -08001314 +++ ncurses-5.7/c++/Makefile.in 2009-03-22 21:17:11.616376588 -0700 1210 1315 @@ -1,6 +1,6 @@ 1211 1316 -# $Id: Makefile.in,v 1.84 2007/04/28 15:29:12 tom Exp $ 1212 +# $Id: Makefile.in,v 1.8 5 2009/01/03 19:10:40 tomExp $1317 +# $Id: Makefile.in,v 1.86 2009/03/21 20:02:11 Charles.Wilson Exp $ 1213 1318 ############################################################################## 1214 1319 -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # … … 1230 1335 1231 1336 CXX = @CXX@ 1337 @@ -95,7 +95,7 @@ 1338 1339 LINK = @LINK_PROGS@ $(LIBTOOL_LINK) @CXXLDFLAGS@ 1340 SHLIB_DIRS = -L../lib 1341 -SHLIB_LIST = $(SHLIB_DIRS) -lncurses@LIB_SUFFIX@ @SHLIB_LIST@ 1342 +SHLIB_LIST = $(SHLIB_DIRS) -lform@LIB_SUFFIX@ -lmenu@LIB_SUFFIX@ -lpanel@LIB_SUFFIX@ -lncurses@LIB_SUFFIX@ @SHLIB_LIST@ 1343 1344 LIBROOT = ncurses++ 1345 1232 1346 @@ -153,7 +153,7 @@ 1233 1347 $(MODEL)/cursesmain$o … … 1241 1355 diff -Naur ncurses-5.7.orig/config.guess ncurses-5.7/config.guess 1242 1356 --- ncurses-5.7.orig/config.guess 2008-08-30 13:25:07.000000000 -0700 1243 +++ ncurses-5.7/config.guess 2009-0 2-28 20:38:46.290546165 -08001357 +++ ncurses-5.7/config.guess 2009-03-22 21:16:55.651353540 -0700 1244 1358 @@ -4,7 +4,7 @@ 1245 1359 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 … … 1311 1425 diff -Naur ncurses-5.7.orig/config.sub ncurses-5.7/config.sub 1312 1426 --- ncurses-5.7.orig/config.sub 2008-08-30 13:25:02.000000000 -0700 1313 +++ ncurses-5.7/config.sub 2009-0 2-28 20:38:46.290546165 -08001427 +++ ncurses-5.7/config.sub 2009-03-22 21:16:55.651353540 -0700 1314 1428 @@ -4,7 +4,7 @@ 1315 1429 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 … … 1395 1509 diff -Naur ncurses-5.7.orig/configure ncurses-5.7/configure 1396 1510 --- ncurses-5.7.orig/configure 2008-10-25 17:04:38.000000000 -0700 1397 +++ ncurses-5.7/configure 2009-0 2-28 20:38:57.039235088 -08001511 +++ ncurses-5.7/configure 2009-03-22 21:17:11.632377985 -0700 1398 1512 @@ -1,7 +1,7 @@ 1399 1513 #! /bin/sh 1400 1514 -# From configure.in Revision: 1.454 . 1401 +# From configure.in Revision: 1.46 6.1515 +# From configure.in Revision: 1.469 . 1402 1516 # Guess values for system-dependent variables and create Makefiles. 1403 1517 -# Generated by Autoconf 2.52.20080325. … … 1426 1540 --enable-ext-colors compile for 256-color support 1427 1541 --enable-ext-mouse compile for extended mouse-encoding 1428 @@ -870,7 +874,7 @@ 1542 @@ -780,6 +784,7 @@ 1543 --with-pthread use POSIX thread library 1544 --enable-weak-symbols enable weak-symbols for pthreads 1545 --enable-reentrant compile with experimental reentrant code 1546 + --with-wrap-prefix=XXX override prefix used for public variables 1547 --enable-safe-sprintf compile with experimental safe-sprintf code 1548 --disable-scroll-hints compile without scroll-hints code 1549 --enable-wgetch-events compile with experimental wgetch-events code 1550 @@ -870,7 +875,7 @@ 1429 1551 running configure, to aid debugging if configure makes a mistake. 1430 1552 … … 1435 1557 $ $0 $@ 1436 1558 1437 @@ -994,7 +99 8,7 @@1559 @@ -994,7 +999,7 @@ 1438 1560 fi 1439 1561 for ac_site_file in $CONFIG_SITE; do 1440 1562 if test -r "$ac_site_file"; then 1441 1563 - { echo "$as_me:997: loading site script $ac_site_file" >&5 1442 + { echo "$as_me:100 1: loading site script $ac_site_file" >&51564 + { echo "$as_me:1002: loading site script $ac_site_file" >&5 1443 1565 echo "$as_me: loading site script $ac_site_file" >&6;} 1444 1566 cat "$ac_site_file" >&5 1445 1567 . "$ac_site_file" 1446 @@ -1005,7 +10 09,7 @@1568 @@ -1005,7 +1010,7 @@ 1447 1569 # Some versions of bash will fail to source /dev/null (special 1448 1570 # files actually), so we avoid doing that. 1449 1571 if test -f "$cache_file"; then 1450 1572 - { echo "$as_me:1008: loading cache $cache_file" >&5 1451 + { echo "$as_me:101 2: loading cache $cache_file" >&51573 + { echo "$as_me:1013: loading cache $cache_file" >&5 1452 1574 echo "$as_me: loading cache $cache_file" >&6;} 1453 1575 case $cache_file in 1454 1576 [\\/]* | ?:[\\/]* ) . $cache_file;; 1455 @@ -1013,7 +101 7,7 @@1577 @@ -1013,7 +1018,7 @@ 1456 1578 esac 1457 1579 fi 1458 1580 else 1459 1581 - { echo "$as_me:1016: creating cache $cache_file" >&5 1460 + { echo "$as_me:102 0: creating cache $cache_file" >&51582 + { echo "$as_me:1021: creating cache $cache_file" >&5 1461 1583 echo "$as_me: creating cache $cache_file" >&6;} 1462 1584 >$cache_file 1463 1585 fi 1464 @@ -1029,21 +103 3,21 @@1586 @@ -1029,21 +1034,21 @@ 1465 1587 eval ac_new_val="\$ac_env_${ac_var}_value" 1466 1588 case $ac_old_set,$ac_new_set in 1467 1589 set,) 1468 1590 - { echo "$as_me:1032: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1469 + { echo "$as_me:103 6: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51591 + { echo "$as_me:1037: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1470 1592 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1471 1593 ac_cache_corrupted=: ;; 1472 1594 ,set) 1473 1595 - { echo "$as_me:1036: error: \`$ac_var' was not set in the previous run" >&5 1474 + { echo "$as_me:104 0: error: \`$ac_var' was not set in the previous run" >&51596 + { echo "$as_me:1041: error: \`$ac_var' was not set in the previous run" >&5 1475 1597 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1476 1598 ac_cache_corrupted=: ;; … … 1479 1601 if test "x$ac_old_val" != "x$ac_new_val"; then 1480 1602 - { echo "$as_me:1042: error: \`$ac_var' has changed since the previous run:" >&5 1481 + { echo "$as_me:104 6: error: \`$ac_var' has changed since the previous run:" >&51603 + { echo "$as_me:1047: error: \`$ac_var' has changed since the previous run:" >&5 1482 1604 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1483 1605 - { echo "$as_me:1044: former value: $ac_old_val" >&5 1484 + { echo "$as_me:104 8: former value: $ac_old_val" >&51606 + { echo "$as_me:1049: former value: $ac_old_val" >&5 1485 1607 echo "$as_me: former value: $ac_old_val" >&2;} 1486 1608 - { echo "$as_me:1046: current value: $ac_new_val" >&5 1487 + { echo "$as_me:105 0: current value: $ac_new_val" >&51609 + { echo "$as_me:1051: current value: $ac_new_val" >&5 1488 1610 echo "$as_me: current value: $ac_new_val" >&2;} 1489 1611 ac_cache_corrupted=: 1490 1612 fi;; 1491 @@ -1062,9 +106 6,9 @@1613 @@ -1062,9 +1067,9 @@ 1492 1614 fi 1493 1615 done 1494 1616 if $ac_cache_corrupted; then 1495 1617 - { echo "$as_me:1065: error: changes in the environment can compromise the build" >&5 1496 + { echo "$as_me:10 69: error: changes in the environment can compromise the build" >&51618 + { echo "$as_me:1070: error: changes in the environment can compromise the build" >&5 1497 1619 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1498 1620 - { { echo "$as_me:1067: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1499 + { { echo "$as_me:107 1: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51621 + { { echo "$as_me:1072: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1500 1622 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1501 1623 { (exit 1); exit 1; }; } 1502 1624 fi 1503 @@ -1085,10 +10 89,10 @@1625 @@ -1085,10 +1090,10 @@ 1504 1626 echo "#! $SHELL" >conftest.sh 1505 1627 echo "exit 0" >>conftest.sh 1506 1628 chmod +x conftest.sh 1507 1629 -if { (echo "$as_me:1088: PATH=\".;.\"; conftest.sh") >&5 1508 +if { (echo "$as_me:109 2: PATH=\".;.\"; conftest.sh") >&51630 +if { (echo "$as_me:1093: PATH=\".;.\"; conftest.sh") >&5 1509 1631 (PATH=".;."; conftest.sh) 2>&5 1510 1632 ac_status=$? 1511 1633 - echo "$as_me:1091: \$? = $ac_status" >&5 1512 + echo "$as_me:109 5: \$? = $ac_status" >&51634 + echo "$as_me:1096: \$? = $ac_status" >&5 1513 1635 (exit $ac_status); }; then 1514 1636 ac_path_separator=';' 1515 1637 else 1516 @@ -1101,7 +110 5,7 @@1638 @@ -1101,7 +1106,7 @@ 1517 1639 1518 1640 top_builddir=`pwd` 1519 1641 1520 1642 -echo "$as_me:1104: checking for egrep" >&5 1521 +echo "$as_me:110 8: checking for egrep" >&51643 +echo "$as_me:1109: checking for egrep" >&5 1522 1644 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 1523 1645 if test "${ac_cv_prog_egrep+set}" = set; then 1524 1646 echo $ECHO_N "(cached) $ECHO_C" >&6 1525 @@ -1111,11 +111 5,11 @@1647 @@ -1111,11 +1116,11 @@ 1526 1648 else ac_cv_prog_egrep='egrep' 1527 1649 fi 1528 1650 fi 1529 1651 -echo "$as_me:1114: result: $ac_cv_prog_egrep" >&5 1530 +echo "$as_me:111 8: result: $ac_cv_prog_egrep" >&51652 +echo "$as_me:1119: result: $ac_cv_prog_egrep" >&5 1531 1653 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 1532 1654 EGREP=$ac_cv_prog_egrep 1533 1655 1534 1656 -test -z "$EGREP" && { { echo "$as_me:1118: error: No egrep program found" >&5 1535 +test -z "$EGREP" && { { echo "$as_me:112 2: error: No egrep program found" >&51657 +test -z "$EGREP" && { { echo "$as_me:1123: error: No egrep program found" >&5 1536 1658 echo "$as_me: error: No egrep program found" >&2;} 1537 1659 { (exit 1); exit 1; }; } 1538 1660 1539 @@ -1125,7 +11 29,7 @@1661 @@ -1125,7 +1130,7 @@ 1540 1662 cf_cv_abi_version=${NCURSES_MAJOR} 1541 1663 cf_cv_rel_version=${NCURSES_MAJOR}.${NCURSES_MINOR} 1542 1664 cf_cv_timestamp=`date` 1543 1665 -echo "$as_me:1128: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5 1544 +echo "$as_me:113 2: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&51666 +echo "$as_me:1133: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5 1545 1667 echo "${ECHO_T}Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&6 1546 1668 1547 1669 test -z "$cf_cv_rel_version" && cf_cv_rel_version=0.0 1548 @@ -1133,7 +113 7,7 @@1670 @@ -1133,7 +1138,7 @@ 1549 1671 # Check whether --with-rel-version or --without-rel-version was given. 1550 1672 if test "${with_rel_version+set}" = set; then 1551 1673 withval="$with_rel_version" 1552 1674 - { echo "$as_me:1136: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5 1553 + { echo "$as_me:114 0: WARNING: overriding release version $cf_cv_rel_version to $withval" >&51675 + { echo "$as_me:1141: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5 1554 1676 echo "$as_me: WARNING: overriding release version $cf_cv_rel_version to $withval" >&2;} 1555 1677 cf_cv_rel_version=$withval 1556 1678 fi; 1557 @@ -1146,13 +115 0,13 @@1679 @@ -1146,13 +1151,13 @@ 1558 1680 [0-9]*) #(vi 1559 1681 ;; 1560 1682 *) 1561 1683 - { { echo "$as_me:1149: error: Release major-version is not a number: $NCURSES_MAJOR" >&5 1562 + { { echo "$as_me:115 3: error: Release major-version is not a number: $NCURSES_MAJOR" >&51684 + { { echo "$as_me:1154: error: Release major-version is not a number: $NCURSES_MAJOR" >&5 1563 1685 echo "$as_me: error: Release major-version is not a number: $NCURSES_MAJOR" >&2;} 1564 1686 { (exit 1); exit 1; }; } … … 1567 1689 else 1568 1690 - { { echo "$as_me:1155: error: Release major-version value is empty" >&5 1569 + { { echo "$as_me:11 59: error: Release major-version value is empty" >&51691 + { { echo "$as_me:1160: error: Release major-version value is empty" >&5 1570 1692 echo "$as_me: error: Release major-version value is empty" >&2;} 1571 1693 { (exit 1); exit 1; }; } 1572 1694 fi 1573 @@ -1162,13 +116 6,13 @@1695 @@ -1162,13 +1167,13 @@ 1574 1696 [0-9]*) #(vi 1575 1697 ;; 1576 1698 *) 1577 1699 - { { echo "$as_me:1165: error: Release minor-version is not a number: $NCURSES_MINOR" >&5 1578 + { { echo "$as_me:11 69: error: Release minor-version is not a number: $NCURSES_MINOR" >&51700 + { { echo "$as_me:1170: error: Release minor-version is not a number: $NCURSES_MINOR" >&5 1579 1701 echo "$as_me: error: Release minor-version is not a number: $NCURSES_MINOR" >&2;} 1580 1702 { (exit 1); exit 1; }; } … … 1583 1705 else 1584 1706 - { { echo "$as_me:1171: error: Release minor-version value is empty" >&5 1585 + { { echo "$as_me:117 5: error: Release minor-version value is empty" >&51707 + { { echo "$as_me:1176: error: Release minor-version value is empty" >&5 1586 1708 echo "$as_me: error: Release minor-version value is empty" >&2;} 1587 1709 { (exit 1); exit 1; }; } 1588 1710 fi 1589 @@ -1178,7 +118 2,7 @@1711 @@ -1178,7 +1183,7 @@ 1590 1712 # Check whether --with-abi-version or --without-abi-version was given. 1591 1713 if test "${with_abi_version+set}" = set; then 1592 1714 withval="$with_abi_version" 1593 1715 - { echo "$as_me:1181: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5 1594 + { echo "$as_me:118 5: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&51716 + { echo "$as_me:1186: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5 1595 1717 echo "$as_me: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&2;} 1596 1718 cf_cv_abi_version=$withval 1597 1719 fi; 1598 @@ -1188,13 +119 2,13 @@1720 @@ -1188,13 +1193,13 @@ 1599 1721 [0-9]*) #(vi 1600 1722 ;; 1601 1723 *) 1602 1724 - { { echo "$as_me:1191: error: ABI version is not a number: $cf_cv_abi_version" >&5 1603 + { { echo "$as_me:119 5: error: ABI version is not a number: $cf_cv_abi_version" >&51725 + { { echo "$as_me:1196: error: ABI version is not a number: $cf_cv_abi_version" >&5 1604 1726 echo "$as_me: error: ABI version is not a number: $cf_cv_abi_version" >&2;} 1605 1727 { (exit 1); exit 1; }; } … … 1608 1730 else 1609 1731 - { { echo "$as_me:1197: error: ABI version value is empty" >&5 1610 + { { echo "$as_me:120 1: error: ABI version value is empty" >&51732 + { { echo "$as_me:1202: error: ABI version value is empty" >&5 1611 1733 echo "$as_me: error: ABI version value is empty" >&2;} 1612 1734 { (exit 1); exit 1; }; } 1613 1735 fi 1614 @@ -1216,7 +122 0,7 @@1736 @@ -1216,7 +1221,7 @@ 1615 1737 fi 1616 1738 done 1617 1739 if test -z "$ac_aux_dir"; then 1618 1740 - { { echo "$as_me:1219: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1619 + { { echo "$as_me:122 3: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&51741 + { { echo "$as_me:1224: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1620 1742 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1621 1743 { (exit 1); exit 1; }; } 1622 1744 fi 1623 @@ -1226,11 +123 0,11 @@1745 @@ -1226,11 +1231,11 @@ 1624 1746 1625 1747 # Make sure we can run config.sub. 1626 1748 $ac_config_sub sun4 >/dev/null 2>&1 || 1627 1749 - { { echo "$as_me:1229: error: cannot run $ac_config_sub" >&5 1628 + { { echo "$as_me:123 3: error: cannot run $ac_config_sub" >&51750 + { { echo "$as_me:1234: error: cannot run $ac_config_sub" >&5 1629 1751 echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1630 1752 { (exit 1); exit 1; }; } 1631 1753 1632 1754 -echo "$as_me:1233: checking build system type" >&5 1633 +echo "$as_me:123 7: checking build system type" >&51755 +echo "$as_me:1238: checking build system type" >&5 1634 1756 echo $ECHO_N "checking build system type... $ECHO_C" >&6 1635 1757 if test "${ac_cv_build+set}" = set; then 1636 1758 echo $ECHO_N "(cached) $ECHO_C" >&6 1637 @@ -1239,23 +124 3,23 @@1759 @@ -1239,23 +1244,23 @@ 1638 1760 test -z "$ac_cv_build_alias" && 1639 1761 ac_cv_build_alias=`$ac_config_guess` 1640 1762 test -z "$ac_cv_build_alias" && 1641 1763 - { { echo "$as_me:1242: error: cannot guess build type; you must specify one" >&5 1642 + { { echo "$as_me:124 6: error: cannot guess build type; you must specify one" >&51764 + { { echo "$as_me:1247: error: cannot guess build type; you must specify one" >&5 1643 1765 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1644 1766 { (exit 1); exit 1; }; } 1645 1767 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 1646 1768 - { { echo "$as_me:1246: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1647 + { { echo "$as_me:125 0: error: $ac_config_sub $ac_cv_build_alias failed." >&51769 + { { echo "$as_me:1251: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1648 1770 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} 1649 1771 { (exit 1); exit 1; }; } … … 1651 1773 fi 1652 1774 -echo "$as_me:1251: result: $ac_cv_build" >&5 1653 +echo "$as_me:125 5: result: $ac_cv_build" >&51775 +echo "$as_me:1256: result: $ac_cv_build" >&5 1654 1776 echo "${ECHO_T}$ac_cv_build" >&6 1655 1777 build=$ac_cv_build … … 1659 1781 1660 1782 -echo "$as_me:1258: checking host system type" >&5 1661 +echo "$as_me:126 2: checking host system type" >&51783 +echo "$as_me:1263: checking host system type" >&5 1662 1784 echo $ECHO_N "checking host system type... $ECHO_C" >&6 1663 1785 if test "${ac_cv_host+set}" = set; then 1664 1786 echo $ECHO_N "(cached) $ECHO_C" >&6 1665 @@ -1264,12 +126 8,12 @@1787 @@ -1264,12 +1269,12 @@ 1666 1788 test -z "$ac_cv_host_alias" && 1667 1789 ac_cv_host_alias=$ac_cv_build_alias 1668 1790 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 1669 1791 - { { echo "$as_me:1267: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1670 + { { echo "$as_me:127 1: error: $ac_config_sub $ac_cv_host_alias failed" >&51792 + { { echo "$as_me:1272: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1671 1793 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 1672 1794 { (exit 1); exit 1; }; } … … 1674 1796 fi 1675 1797 -echo "$as_me:1272: result: $ac_cv_host" >&5 1676 +echo "$as_me:127 6: result: $ac_cv_host" >&51798 +echo "$as_me:1277: result: $ac_cv_host" >&5 1677 1799 echo "${ECHO_T}$ac_cv_host" >&6 1678 1800 host=$ac_cv_host 1679 1801 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1680 @@ -1277,7 +128 1,7 @@1802 @@ -1277,7 +1282,7 @@ 1681 1803 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1682 1804 1683 1805 if test -f $srcdir/config.guess || test -f $ac_aux_dir/config.guess ; then 1684 1806 - echo "$as_me:1280: checking target system type" >&5 1685 + echo "$as_me:128 4: checking target system type" >&51807 + echo "$as_me:1285: checking target system type" >&5 1686 1808 echo $ECHO_N "checking target system type... $ECHO_C" >&6 1687 1809 if test "${ac_cv_target+set}" = set; then 1688 1810 echo $ECHO_N "(cached) $ECHO_C" >&6 1689 @@ -1286,12 +129 0,12 @@1811 @@ -1286,12 +1291,12 @@ 1690 1812 test "x$ac_cv_target_alias" = "x" && 1691 1813 ac_cv_target_alias=$ac_cv_host_alias 1692 1814 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || 1693 1815 - { { echo "$as_me:1289: error: $ac_config_sub $ac_cv_target_alias failed" >&5 1694 + { { echo "$as_me:129 3: error: $ac_config_sub $ac_cv_target_alias failed" >&51816 + { { echo "$as_me:1294: error: $ac_config_sub $ac_cv_target_alias failed" >&5 1695 1817 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} 1696 1818 { (exit 1); exit 1; }; } … … 1698 1820 fi 1699 1821 -echo "$as_me:1294: result: $ac_cv_target" >&5 1700 +echo "$as_me:129 8: result: $ac_cv_target" >&51822 +echo "$as_me:1299: result: $ac_cv_target" >&5 1701 1823 echo "${ECHO_T}$ac_cv_target" >&6 1702 1824 target=$ac_cv_target 1703 1825 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1704 @@ -1322,13 +132 6,13 @@1826 @@ -1322,13 +1327,13 @@ 1705 1827 fi 1706 1828 1707 1829 test -z "$system_name" && system_name="$cf_cv_system_name" 1708 1830 -test -n "$cf_cv_system_name" && echo "$as_me:1325: result: Configuring for $cf_cv_system_name" >&5 1709 +test -n "$cf_cv_system_name" && echo "$as_me:13 29: result: Configuring for $cf_cv_system_name" >&51831 +test -n "$cf_cv_system_name" && echo "$as_me:1330: result: Configuring for $cf_cv_system_name" >&5 1710 1832 echo "${ECHO_T}Configuring for $cf_cv_system_name" >&6 1711 1833 1712 1834 if test ".$system_name" != ".$cf_cv_system_name" ; then 1713 1835 - echo "$as_me:1329: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 1714 + echo "$as_me:133 3: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&51836 + echo "$as_me:1334: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 1715 1837 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&6 1716 1838 - { { echo "$as_me:1331: error: \"Please remove config.cache and try again.\"" >&5 1717 + { { echo "$as_me:133 5: error: \"Please remove config.cache and try again.\"" >&51839 + { { echo "$as_me:1336: error: \"Please remove config.cache and try again.\"" >&5 1718 1840 echo "$as_me: error: \"Please remove config.cache and try again.\"" >&2;} 1719 1841 { (exit 1); exit 1; }; } 1720 1842 fi 1721 @@ -1336,7 +134 0,7 @@1843 @@ -1336,7 +1341,7 @@ 1722 1844 # Check whether --with-system-type or --without-system-type was given. 1723 1845 if test "${with_system_type+set}" = set; then 1724 1846 withval="$with_system_type" 1725 1847 - { echo "$as_me:1339: WARNING: overriding system type to $withval" >&5 1726 + { echo "$as_me:134 3: WARNING: overriding system type to $withval" >&51848 + { echo "$as_me:1344: WARNING: overriding system type to $withval" >&5 1727 1849 echo "$as_me: WARNING: overriding system type to $withval" >&2;} 1728 1850 cf_cv_system_name=$withval 1729 1851 fi; 1730 @@ -1346,7 +135 0,7 @@1852 @@ -1346,7 +1351,7 @@ 1731 1853 1732 1854 ### Default install-location 1733 1855 1734 1856 -echo "$as_me:1349: checking for prefix" >&5 1735 +echo "$as_me:135 3: checking for prefix" >&51857 +echo "$as_me:1354: checking for prefix" >&5 1736 1858 echo $ECHO_N "checking for prefix... $ECHO_C" >&6 1737 1859 if test "x$prefix" = "xNONE" ; then 1738 1860 case "$cf_cv_system_name" in 1739 @@ -1358,11 +136 2,11 @@1861 @@ -1358,11 +1363,11 @@ 1740 1862 ;; 1741 1863 esac 1742 1864 fi 1743 1865 -echo "$as_me:1361: result: $prefix" >&5 1744 +echo "$as_me:136 5: result: $prefix" >&51866 +echo "$as_me:1366: result: $prefix" >&5 1745 1867 echo "${ECHO_T}$prefix" >&6 1746 1868 1747 1869 if test "x$prefix" = "xNONE" ; then 1748 1870 -echo "$as_me:1365: checking for default include-directory" >&5 1749 +echo "$as_me:13 69: checking for default include-directory" >&51871 +echo "$as_me:1370: checking for default include-directory" >&5 1750 1872 echo $ECHO_N "checking for default include-directory... $ECHO_C" >&6 1751 1873 test -n "$verbose" && echo 1>&6 1752 1874 for cf_symbol in \ 1753 @@ -1385,7 +13 89,7 @@1875 @@ -1385,7 +1390,7 @@ 1754 1876 fi 1755 1877 test -n "$verbose" && echo " tested $cf_dir" 1>&6 1756 1878 done 1757 1879 -echo "$as_me:1388: result: $includedir" >&5 1758 +echo "$as_me:139 2: result: $includedir" >&51880 +echo "$as_me:1393: result: $includedir" >&5 1759 1881 echo "${ECHO_T}$includedir" >&6 1760 1882 fi 1761 1883 1762 @@ -1399,7 +140 3,7 @@1884 @@ -1399,7 +1404,7 @@ 1763 1885 if test -n "$ac_tool_prefix"; then 1764 1886 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1765 1887 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1766 1888 -echo "$as_me:1402: checking for $ac_word" >&5 1767 +echo "$as_me:140 6: checking for $ac_word" >&51889 +echo "$as_me:1407: checking for $ac_word" >&5 1768 1890 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1769 1891 if test "${ac_cv_prog_CC+set}" = set; then 1770 1892 echo $ECHO_N "(cached) $ECHO_C" >&6 1771 @@ -1414,7 +141 8,7 @@1893 @@ -1414,7 +1419,7 @@ 1772 1894 test -z "$ac_dir" && ac_dir=. 1773 1895 $as_executable_p "$ac_dir/$ac_word" || continue 1774 1896 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1775 1897 -echo "$as_me:1417: found $ac_dir/$ac_word" >&5 1776 +echo "$as_me:142 1: found $ac_dir/$ac_word" >&51898 +echo "$as_me:1422: found $ac_dir/$ac_word" >&5 1777 1899 break 1778 1900 done 1779 1901 1780 @@ -1422,10 +142 6,10 @@1902 @@ -1422,10 +1427,10 @@ 1781 1903 fi 1782 1904 CC=$ac_cv_prog_CC 1783 1905 if test -n "$CC"; then 1784 1906 - echo "$as_me:1425: result: $CC" >&5 1785 + echo "$as_me:14 29: result: $CC" >&51907 + echo "$as_me:1430: result: $CC" >&5 1786 1908 echo "${ECHO_T}$CC" >&6 1787 1909 else 1788 1910 - echo "$as_me:1428: result: no" >&5 1789 + echo "$as_me:143 2: result: no" >&51911 + echo "$as_me:1433: result: no" >&5 1790 1912 echo "${ECHO_T}no" >&6 1791 1913 fi 1792 1914 1793 @@ -1434,7 +143 8,7 @@1915 @@ -1434,7 +1439,7 @@ 1794 1916 ac_ct_CC=$CC 1795 1917 # Extract the first word of "gcc", so it can be a program name with args. 1796 1918 set dummy gcc; ac_word=$2 1797 1919 -echo "$as_me:1437: checking for $ac_word" >&5 1798 +echo "$as_me:144 1: checking for $ac_word" >&51920 +echo "$as_me:1442: checking for $ac_word" >&5 1799 1921 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1800 1922 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1801 1923 echo $ECHO_N "(cached) $ECHO_C" >&6 1802 @@ -1449,7 +145 3,7 @@1924 @@ -1449,7 +1454,7 @@ 1803 1925 test -z "$ac_dir" && ac_dir=. 1804 1926 $as_executable_p "$ac_dir/$ac_word" || continue 1805 1927 ac_cv_prog_ac_ct_CC="gcc" 1806 1928 -echo "$as_me:1452: found $ac_dir/$ac_word" >&5 1807 +echo "$as_me:145 6: found $ac_dir/$ac_word" >&51929 +echo "$as_me:1457: found $ac_dir/$ac_word" >&5 1808 1930 break 1809 1931 done 1810 1932 1811 @@ -1457,10 +146 1,10 @@1933 @@ -1457,10 +1462,10 @@ 1812 1934 fi 1813 1935 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1814 1936 if test -n "$ac_ct_CC"; then 1815 1937 - echo "$as_me:1460: result: $ac_ct_CC" >&5 1816 + echo "$as_me:146 4: result: $ac_ct_CC" >&51938 + echo "$as_me:1465: result: $ac_ct_CC" >&5 1817 1939 echo "${ECHO_T}$ac_ct_CC" >&6 1818 1940 else 1819 1941 - echo "$as_me:1463: result: no" >&5 1820 + echo "$as_me:146 7: result: no" >&51942 + echo "$as_me:1468: result: no" >&5 1821 1943 echo "${ECHO_T}no" >&6 1822 1944 fi 1823 1945 1824 @@ -1473,7 +147 7,7 @@1946 @@ -1473,7 +1478,7 @@ 1825 1947 if test -n "$ac_tool_prefix"; then 1826 1948 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1827 1949 set dummy ${ac_tool_prefix}cc; ac_word=$2 1828 1950 -echo "$as_me:1476: checking for $ac_word" >&5 1829 +echo "$as_me:148 0: checking for $ac_word" >&51951 +echo "$as_me:1481: checking for $ac_word" >&5 1830 1952 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1831 1953 if test "${ac_cv_prog_CC+set}" = set; then 1832 1954 echo $ECHO_N "(cached) $ECHO_C" >&6 1833 @@ -1488,7 +149 2,7 @@1955 @@ -1488,7 +1493,7 @@ 1834 1956 test -z "$ac_dir" && ac_dir=. 1835 1957 $as_executable_p "$ac_dir/$ac_word" || continue 1836 1958 ac_cv_prog_CC="${ac_tool_prefix}cc" 1837 1959 -echo "$as_me:1491: found $ac_dir/$ac_word" >&5 1838 +echo "$as_me:149 5: found $ac_dir/$ac_word" >&51960 +echo "$as_me:1496: found $ac_dir/$ac_word" >&5 1839 1961 break 1840 1962 done 1841 1963 1842 @@ -1496,10 +150 0,10 @@1964 @@ -1496,10 +1501,10 @@ 1843 1965 fi 1844 1966 CC=$ac_cv_prog_CC 1845 1967 if test -n "$CC"; then 1846 1968 - echo "$as_me:1499: result: $CC" >&5 1847 + echo "$as_me:150 3: result: $CC" >&51969 + echo "$as_me:1504: result: $CC" >&5 1848 1970 echo "${ECHO_T}$CC" >&6 1849 1971 else 1850 1972 - echo "$as_me:1502: result: no" >&5 1851 + echo "$as_me:150 6: result: no" >&51973 + echo "$as_me:1507: result: no" >&5 1852 1974 echo "${ECHO_T}no" >&6 1853 1975 fi 1854 1976 1855 @@ -1508,7 +151 2,7 @@1977 @@ -1508,7 +1513,7 @@ 1856 1978 ac_ct_CC=$CC 1857 1979 # Extract the first word of "cc", so it can be a program name with args. 1858 1980 set dummy cc; ac_word=$2 1859 1981 -echo "$as_me:1511: checking for $ac_word" >&5 1860 +echo "$as_me:151 5: checking for $ac_word" >&51982 +echo "$as_me:1516: checking for $ac_word" >&5 1861 1983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1862 1984 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1863 1985 echo $ECHO_N "(cached) $ECHO_C" >&6 1864 @@ -1523,7 +152 7,7 @@1986 @@ -1523,7 +1528,7 @@ 1865 1987 test -z "$ac_dir" && ac_dir=. 1866 1988 $as_executable_p "$ac_dir/$ac_word" || continue 1867 1989 ac_cv_prog_ac_ct_CC="cc" 1868 1990 -echo "$as_me:1526: found $ac_dir/$ac_word" >&5 1869 +echo "$as_me:153 0: found $ac_dir/$ac_word" >&51991 +echo "$as_me:1531: found $ac_dir/$ac_word" >&5 1870 1992 break 1871 1993 done 1872 1994 1873 @@ -1531,10 +153 5,10 @@1995 @@ -1531,10 +1536,10 @@ 1874 1996 fi 1875 1997 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1876 1998 if test -n "$ac_ct_CC"; then 1877 1999 - echo "$as_me:1534: result: $ac_ct_CC" >&5 1878 + echo "$as_me:153 8: result: $ac_ct_CC" >&52000 + echo "$as_me:1539: result: $ac_ct_CC" >&5 1879 2001 echo "${ECHO_T}$ac_ct_CC" >&6 1880 2002 else 1881 2003 - echo "$as_me:1537: result: no" >&5 1882 + echo "$as_me:154 1: result: no" >&52004 + echo "$as_me:1542: result: no" >&5 1883 2005 echo "${ECHO_T}no" >&6 1884 2006 fi 1885 2007 1886 @@ -1547,7 +155 1,7 @@2008 @@ -1547,7 +1552,7 @@ 1887 2009 if test -z "$CC"; then 1888 2010 # Extract the first word of "cc", so it can be a program name with args. 1889 2011 set dummy cc; ac_word=$2 1890 2012 -echo "$as_me:1550: checking for $ac_word" >&5 1891 +echo "$as_me:155 4: checking for $ac_word" >&52013 +echo "$as_me:1555: checking for $ac_word" >&5 1892 2014 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1893 2015 if test "${ac_cv_prog_CC+set}" = set; then 1894 2016 echo $ECHO_N "(cached) $ECHO_C" >&6 1895 @@ -1567,7 +157 1,7 @@2017 @@ -1567,7 +1572,7 @@ 1896 2018 continue 1897 2019 fi 1898 2020 ac_cv_prog_CC="cc" 1899 2021 -echo "$as_me:1570: found $ac_dir/$ac_word" >&5 1900 +echo "$as_me:157 4: found $ac_dir/$ac_word" >&52022 +echo "$as_me:1575: found $ac_dir/$ac_word" >&5 1901 2023 break 1902 2024 done 1903 2025 1904 @@ -1589,10 +159 3,10 @@2026 @@ -1589,10 +1594,10 @@ 1905 2027 fi 1906 2028 CC=$ac_cv_prog_CC 1907 2029 if test -n "$CC"; then 1908 2030 - echo "$as_me:1592: result: $CC" >&5 1909 + echo "$as_me:159 6: result: $CC" >&52031 + echo "$as_me:1597: result: $CC" >&5 1910 2032 echo "${ECHO_T}$CC" >&6 1911 2033 else 1912 2034 - echo "$as_me:1595: result: no" >&5 1913 + echo "$as_me:1 599: result: no" >&52035 + echo "$as_me:1600: result: no" >&5 1914 2036 echo "${ECHO_T}no" >&6 1915 2037 fi 1916 2038 1917 @@ -1603,7 +160 7,7 @@2039 @@ -1603,7 +1608,7 @@ 1918 2040 do 1919 2041 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1920 2042 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1921 2043 -echo "$as_me:1606: checking for $ac_word" >&5 1922 +echo "$as_me:161 0: checking for $ac_word" >&52044 +echo "$as_me:1611: checking for $ac_word" >&5 1923 2045 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1924 2046 if test "${ac_cv_prog_CC+set}" = set; then 1925 2047 echo $ECHO_N "(cached) $ECHO_C" >&6 1926 @@ -1618,7 +162 2,7 @@2048 @@ -1618,7 +1623,7 @@ 1927 2049 test -z "$ac_dir" && ac_dir=. 1928 2050 $as_executable_p "$ac_dir/$ac_word" || continue 1929 2051 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1930 2052 -echo "$as_me:1621: found $ac_dir/$ac_word" >&5 1931 +echo "$as_me:162 5: found $ac_dir/$ac_word" >&52053 +echo "$as_me:1626: found $ac_dir/$ac_word" >&5 1932 2054 break 1933 2055 done 1934 2056 1935 @@ -1626,10 +163 0,10 @@2057 @@ -1626,10 +1631,10 @@ 1936 2058 fi 1937 2059 CC=$ac_cv_prog_CC 1938 2060 if test -n "$CC"; then 1939 2061 - echo "$as_me:1629: result: $CC" >&5 1940 + echo "$as_me:163 3: result: $CC" >&52062 + echo "$as_me:1634: result: $CC" >&5 1941 2063 echo "${ECHO_T}$CC" >&6 1942 2064 else 1943 2065 - echo "$as_me:1632: result: no" >&5 1944 + echo "$as_me:163 6: result: no" >&52066 + echo "$as_me:1637: result: no" >&5 1945 2067 echo "${ECHO_T}no" >&6 1946 2068 fi 1947 2069 1948 @@ -1642,7 +164 6,7 @@2070 @@ -1642,7 +1647,7 @@ 1949 2071 do 1950 2072 # Extract the first word of "$ac_prog", so it can be a program name with args. 1951 2073 set dummy $ac_prog; ac_word=$2 1952 2074 -echo "$as_me:1645: checking for $ac_word" >&5 1953 +echo "$as_me:16 49: checking for $ac_word" >&52075 +echo "$as_me:1650: checking for $ac_word" >&5 1954 2076 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1955 2077 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1956 2078 echo $ECHO_N "(cached) $ECHO_C" >&6 1957 @@ -1657,7 +166 1,7 @@2079 @@ -1657,7 +1662,7 @@ 1958 2080 test -z "$ac_dir" && ac_dir=. 1959 2081 $as_executable_p "$ac_dir/$ac_word" || continue 1960 2082 ac_cv_prog_ac_ct_CC="$ac_prog" 1961 2083 -echo "$as_me:1660: found $ac_dir/$ac_word" >&5 1962 +echo "$as_me:166 4: found $ac_dir/$ac_word" >&52084 +echo "$as_me:1665: found $ac_dir/$ac_word" >&5 1963 2085 break 1964 2086 done 1965 2087 1966 @@ -1665,10 +16 69,10 @@2088 @@ -1665,10 +1670,10 @@ 1967 2089 fi 1968 2090 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1969 2091 if test -n "$ac_ct_CC"; then 1970 2092 - echo "$as_me:1668: result: $ac_ct_CC" >&5 1971 + echo "$as_me:167 2: result: $ac_ct_CC" >&52093 + echo "$as_me:1673: result: $ac_ct_CC" >&5 1972 2094 echo "${ECHO_T}$ac_ct_CC" >&6 1973 2095 else 1974 2096 - echo "$as_me:1671: result: no" >&5 1975 + echo "$as_me:167 5: result: no" >&52097 + echo "$as_me:1676: result: no" >&5 1976 2098 echo "${ECHO_T}no" >&6 1977 2099 fi 1978 2100 1979 @@ -1680,32 +168 4,32 @@2101 @@ -1680,32 +1685,32 @@ 1980 2102 1981 2103 fi 1982 2104 1983 2105 -test -z "$CC" && { { echo "$as_me:1683: error: no acceptable cc found in \$PATH" >&5 1984 +test -z "$CC" && { { echo "$as_me:168 7: error: no acceptable cc found in \$PATH" >&52106 +test -z "$CC" && { { echo "$as_me:1688: error: no acceptable cc found in \$PATH" >&5 1985 2107 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 1986 2108 { (exit 1); exit 1; }; } … … 1988 2110 # Provide some information about the compiler. 1989 2111 -echo "$as_me:1688:" \ 1990 +echo "$as_me:169 2:" \2112 +echo "$as_me:1693:" \ 1991 2113 "checking for C compiler version" >&5 1992 2114 ac_compiler=`set X $ac_compile; echo $2` 1993 2115 -{ (eval echo "$as_me:1691: \"$ac_compiler --version </dev/null >&5\"") >&5 1994 +{ (eval echo "$as_me:169 5: \"$ac_compiler --version </dev/null >&5\"") >&52116 +{ (eval echo "$as_me:1696: \"$ac_compiler --version </dev/null >&5\"") >&5 1995 2117 (eval $ac_compiler --version </dev/null >&5) 2>&5 1996 2118 ac_status=$? 1997 2119 - echo "$as_me:1694: \$? = $ac_status" >&5 1998 + echo "$as_me:169 8: \$? = $ac_status" >&52120 + echo "$as_me:1699: \$? = $ac_status" >&5 1999 2121 (exit $ac_status); } 2000 2122 -{ (eval echo "$as_me:1696: \"$ac_compiler -v </dev/null >&5\"") >&5 2001 +{ (eval echo "$as_me:170 0: \"$ac_compiler -v </dev/null >&5\"") >&52123 +{ (eval echo "$as_me:1701: \"$ac_compiler -v </dev/null >&5\"") >&5 2002 2124 (eval $ac_compiler -v </dev/null >&5) 2>&5 2003 2125 ac_status=$? 2004 2126 - echo "$as_me:1699: \$? = $ac_status" >&5 2005 + echo "$as_me:170 3: \$? = $ac_status" >&52127 + echo "$as_me:1704: \$? = $ac_status" >&5 2006 2128 (exit $ac_status); } 2007 2129 -{ (eval echo "$as_me:1701: \"$ac_compiler -V </dev/null >&5\"") >&5 2008 +{ (eval echo "$as_me:170 5: \"$ac_compiler -V </dev/null >&5\"") >&52130 +{ (eval echo "$as_me:1706: \"$ac_compiler -V </dev/null >&5\"") >&5 2009 2131 (eval $ac_compiler -V </dev/null >&5) 2>&5 2010 2132 ac_status=$? 2011 2133 - echo "$as_me:1704: \$? = $ac_status" >&5 2012 + echo "$as_me:170 8: \$? = $ac_status" >&52134 + echo "$as_me:1709: \$? = $ac_status" >&5 2013 2135 (exit $ac_status); } 2014 2136 2015 2137 cat >conftest.$ac_ext <<_ACEOF 2016 2138 -#line 1708 "configure" 2017 +#line 171 2"configure"2139 +#line 1713 "configure" 2018 2140 #include "confdefs.h" 2019 2141 2020 2142 int 2021 @@ -1721,13 +172 5,13 @@2143 @@ -1721,13 +1726,13 @@ 2022 2144 # Try to create an executable without -o first, disregard a.out. 2023 2145 # It will help us diagnose broken compilers, and finding out an intuition 2024 2146 # of exeext. 2025 2147 -echo "$as_me:1724: checking for C compiler default output" >&5 2026 +echo "$as_me:172 8: checking for C compiler default output" >&52148 +echo "$as_me:1729: checking for C compiler default output" >&5 2027 2149 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2028 2150 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2029 2151 -if { (eval echo "$as_me:1727: \"$ac_link_default\"") >&5 2030 +if { (eval echo "$as_me:173 1: \"$ac_link_default\"") >&52152 +if { (eval echo "$as_me:1732: \"$ac_link_default\"") >&5 2031 2153 (eval $ac_link_default) 2>&5 2032 2154 ac_status=$? 2033 2155 - echo "$as_me:1730: \$? = $ac_status" >&5 2034 + echo "$as_me:173 4: \$? = $ac_status" >&52156 + echo "$as_me:1735: \$? = $ac_status" >&5 2035 2157 (exit $ac_status); }; then 2036 2158 # Find the output, starting from the most likely. This scheme is 2037 2159 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 2038 @@ -1736,7 +174 0,7 @@2160 @@ -1736,7 +1741,7 @@ 2039 2161 ls a.out conftest 2>/dev/null; 2040 2162 ls a.* conftest.* 2>/dev/null`; do … … 2045 2167 # certainly right. 2046 2168 break;; 2047 @@ -1750,34 +175 4,34 @@2169 @@ -1750,34 +1755,34 @@ 2048 2170 else 2049 2171 echo "$as_me: failed program was:" >&5 2050 2172 cat conftest.$ac_ext >&5 2051 2173 -{ { echo "$as_me:1753: error: C compiler cannot create executables" >&5 2052 +{ { echo "$as_me:175 7: error: C compiler cannot create executables" >&52174 +{ { echo "$as_me:1758: error: C compiler cannot create executables" >&5 2053 2175 echo "$as_me: error: C compiler cannot create executables" >&2;} 2054 2176 { (exit 77); exit 77; }; } … … 2057 2179 ac_exeext=$ac_cv_exeext 2058 2180 -echo "$as_me:1759: result: $ac_file" >&5 2059 +echo "$as_me:176 3: result: $ac_file" >&52181 +echo "$as_me:1764: result: $ac_file" >&5 2060 2182 echo "${ECHO_T}$ac_file" >&6 2061 2183 … … 2063 2185 # the compiler is broken, or we cross compile. 2064 2186 -echo "$as_me:1764: checking whether the C compiler works" >&5 2065 +echo "$as_me:176 8: checking whether the C compiler works" >&52187 +echo "$as_me:1769: checking whether the C compiler works" >&5 2066 2188 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2067 2189 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 … … 2070 2192 if { ac_try='./$ac_file' 2071 2193 - { (eval echo "$as_me:1770: \"$ac_try\"") >&5 2072 + { (eval echo "$as_me:177 4: \"$ac_try\"") >&52194 + { (eval echo "$as_me:1775: \"$ac_try\"") >&5 2073 2195 (eval $ac_try) 2>&5 2074 2196 ac_status=$? 2075 2197 - echo "$as_me:1773: \$? = $ac_status" >&5 2076 + echo "$as_me:177 7: \$? = $ac_status" >&52198 + echo "$as_me:1778: \$? = $ac_status" >&5 2077 2199 (exit $ac_status); }; }; then 2078 2200 cross_compiling=no … … 2082 2204 else 2083 2205 - { { echo "$as_me:1780: error: cannot run C compiled programs. 2084 + { { echo "$as_me:178 4: error: cannot run C compiled programs.2206 + { { echo "$as_me:1785: error: cannot run C compiled programs. 2085 2207 If you meant to cross compile, use \`--host'." >&5 2086 2208 echo "$as_me: error: cannot run C compiled programs. 2087 2209 If you meant to cross compile, use \`--host'." >&2;} 2088 @@ -1785,24 +17 89,24 @@2210 @@ -1785,24 +1790,24 @@ 2089 2211 fi 2090 2212 fi 2091 2213 fi 2092 2214 -echo "$as_me:1788: result: yes" >&5 2093 +echo "$as_me:179 2: result: yes" >&52215 +echo "$as_me:1793: result: yes" >&5 2094 2216 echo "${ECHO_T}yes" >&6 2095 2217 … … 2099 2221 # the compiler is broken, or we cross compile. 2100 2222 -echo "$as_me:1795: checking whether we are cross compiling" >&5 2101 +echo "$as_me:1 799: checking whether we are cross compiling" >&52223 +echo "$as_me:1800: checking whether we are cross compiling" >&5 2102 2224 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2103 2225 -echo "$as_me:1797: result: $cross_compiling" >&5 2104 +echo "$as_me:180 1: result: $cross_compiling" >&52226 +echo "$as_me:1802: result: $cross_compiling" >&5 2105 2227 echo "${ECHO_T}$cross_compiling" >&6 2106 2228 2107 2229 -echo "$as_me:1800: checking for executable suffix" >&5 2108 +echo "$as_me:180 4: checking for executable suffix" >&52230 +echo "$as_me:1805: checking for executable suffix" >&5 2109 2231 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 2110 2232 -if { (eval echo "$as_me:1802: \"$ac_link\"") >&5 2111 +if { (eval echo "$as_me:180 6: \"$ac_link\"") >&52233 +if { (eval echo "$as_me:1807: \"$ac_link\"") >&5 2112 2234 (eval $ac_link) 2>&5 2113 2235 ac_status=$? 2114 2236 - echo "$as_me:1805: \$? = $ac_status" >&5 2115 + echo "$as_me:18 09: \$? = $ac_status" >&52237 + echo "$as_me:1810: \$? = $ac_status" >&5 2116 2238 (exit $ac_status); }; then 2117 2239 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2118 2240 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2119 @@ -1810,7 +181 4,7 @@2241 @@ -1810,7 +1815,7 @@ 2120 2242 # `rm'. 2121 2243 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do … … 2126 2248 export ac_cv_exeext 2127 2249 break;; 2128 @@ -1818,25 +182 2,25 @@2250 @@ -1818,25 +1823,25 @@ 2129 2251 esac 2130 2252 done 2131 2253 else 2132 2254 - { { echo "$as_me:1821: error: cannot compute EXEEXT: cannot compile and link" >&5 2133 + { { echo "$as_me:182 5: error: cannot compute EXEEXT: cannot compile and link" >&52255 + { { echo "$as_me:1826: error: cannot compute EXEEXT: cannot compile and link" >&5 2134 2256 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 2135 2257 { (exit 1); exit 1; }; } … … 2138 2260 rm -f conftest$ac_cv_exeext 2139 2261 -echo "$as_me:1827: result: $ac_cv_exeext" >&5 2140 +echo "$as_me:183 1: result: $ac_cv_exeext" >&52262 +echo "$as_me:1832: result: $ac_cv_exeext" >&5 2141 2263 echo "${ECHO_T}$ac_cv_exeext" >&6 2142 2264 … … 2145 2267 ac_exeext=$EXEEXT 2146 2268 -echo "$as_me:1833: checking for object suffix" >&5 2147 +echo "$as_me:183 7: checking for object suffix" >&52269 +echo "$as_me:1838: checking for object suffix" >&5 2148 2270 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 2149 2271 if test "${ac_cv_objext+set}" = set; then … … 2152 2274 cat >conftest.$ac_ext <<_ACEOF 2153 2275 -#line 1839 "configure" 2154 +#line 184 3"configure"2276 +#line 1844 "configure" 2155 2277 #include "confdefs.h" 2156 2278 2157 2279 int 2158 @@ -1848,14 +185 2,14 @@2280 @@ -1848,14 +1853,14 @@ 2159 2281 } 2160 2282 _ACEOF 2161 2283 rm -f conftest.o conftest.obj 2162 2284 -if { (eval echo "$as_me:1851: \"$ac_compile\"") >&5 2163 +if { (eval echo "$as_me:185 5: \"$ac_compile\"") >&52285 +if { (eval echo "$as_me:1856: \"$ac_compile\"") >&5 2164 2286 (eval $ac_compile) 2>&5 2165 2287 ac_status=$? 2166 2288 - echo "$as_me:1854: \$? = $ac_status" >&5 2167 + echo "$as_me:185 8: \$? = $ac_status" >&52289 + echo "$as_me:1859: \$? = $ac_status" >&5 2168 2290 (exit $ac_status); }; then 2169 2291 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do … … 2174 2296 break;; 2175 2297 esac 2176 @@ -1863,24 +186 7,24 @@2298 @@ -1863,24 +1868,24 @@ 2177 2299 else 2178 2300 echo "$as_me: failed program was:" >&5 2179 2301 cat conftest.$ac_ext >&5 2180 2302 -{ { echo "$as_me:1866: error: cannot compute OBJEXT: cannot compile" >&5 2181 +{ { echo "$as_me:187 0: error: cannot compute OBJEXT: cannot compile" >&52303 +{ { echo "$as_me:1871: error: cannot compute OBJEXT: cannot compile" >&5 2182 2304 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 2183 2305 { (exit 1); exit 1; }; } … … 2187 2309 fi 2188 2310 -echo "$as_me:1873: result: $ac_cv_objext" >&5 2189 +echo "$as_me:187 7: result: $ac_cv_objext" >&52311 +echo "$as_me:1878: result: $ac_cv_objext" >&5 2190 2312 echo "${ECHO_T}$ac_cv_objext" >&6 2191 2313 OBJEXT=$ac_cv_objext 2192 2314 ac_objext=$OBJEXT 2193 2315 -echo "$as_me:1877: checking whether we are using the GNU C compiler" >&5 2194 +echo "$as_me:188 1: checking whether we are using the GNU C compiler" >&52316 +echo "$as_me:1882: checking whether we are using the GNU C compiler" >&5 2195 2317 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2196 2318 if test "${ac_cv_c_compiler_gnu+set}" = set; then … … 2199 2321 cat >conftest.$ac_ext <<_ACEOF 2200 2322 -#line 1883 "configure" 2201 +#line 188 7"configure"2323 +#line 1888 "configure" 2202 2324 #include "confdefs.h" 2203 2325 2204 2326 int 2205 @@ -1895,16 +1 899,16 @@2327 @@ -1895,16 +1900,16 @@ 2206 2328 } 2207 2329 _ACEOF 2208 2330 rm -f conftest.$ac_objext 2209 2331 -if { (eval echo "$as_me:1898: \"$ac_compile\"") >&5 2210 +if { (eval echo "$as_me:190 2: \"$ac_compile\"") >&52332 +if { (eval echo "$as_me:1903: \"$ac_compile\"") >&5 2211 2333 (eval $ac_compile) 2>&5 2212 2334 ac_status=$? 2213 2335 - echo "$as_me:1901: \$? = $ac_status" >&5 2214 + echo "$as_me:190 5: \$? = $ac_status" >&52336 + echo "$as_me:1906: \$? = $ac_status" >&5 2215 2337 (exit $ac_status); } && 2216 2338 { ac_try='test -s conftest.$ac_objext' 2217 2339 - { (eval echo "$as_me:1904: \"$ac_try\"") >&5 2218 + { (eval echo "$as_me:190 8: \"$ac_try\"") >&52340 + { (eval echo "$as_me:1909: \"$ac_try\"") >&5 2219 2341 (eval $ac_try) 2>&5 2220 2342 ac_status=$? 2221 2343 - echo "$as_me:1907: \$? = $ac_status" >&5 2222 + echo "$as_me:191 1: \$? = $ac_status" >&52344 + echo "$as_me:1912: \$? = $ac_status" >&5 2223 2345 (exit $ac_status); }; }; then 2224 2346 ac_compiler_gnu=yes 2225 2347 else 2226 @@ -1916,19 +192 0,19 @@2348 @@ -1916,19 +1921,19 @@ 2227 2349 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2228 2350 2229 2351 fi 2230 2352 -echo "$as_me:1919: result: $ac_cv_c_compiler_gnu" >&5 2231 +echo "$as_me:192 3: result: $ac_cv_c_compiler_gnu" >&52353 +echo "$as_me:1924: result: $ac_cv_c_compiler_gnu" >&5 2232 2354 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2233 2355 GCC=`test $ac_compiler_gnu = yes && echo yes` … … 2236 2358 CFLAGS="-g" 2237 2359 -echo "$as_me:1925: checking whether $CC accepts -g" >&5 2238 +echo "$as_me:19 29: checking whether $CC accepts -g" >&52360 +echo "$as_me:1930: checking whether $CC accepts -g" >&5 2239 2361 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2240 2362 if test "${ac_cv_prog_cc_g+set}" = set; then … … 2243 2365 cat >conftest.$ac_ext <<_ACEOF 2244 2366 -#line 1931 "configure" 2245 +#line 193 5"configure"2367 +#line 1936 "configure" 2246 2368 #include "confdefs.h" 2247 2369 2248 2370 int 2249 @@ -1940,16 +194 4,16 @@2371 @@ -1940,16 +1945,16 @@ 2250 2372 } 2251 2373 _ACEOF 2252 2374 rm -f conftest.$ac_objext 2253 2375 -if { (eval echo "$as_me:1943: \"$ac_compile\"") >&5 2254 +if { (eval echo "$as_me:194 7: \"$ac_compile\"") >&52376 +if { (eval echo "$as_me:1948: \"$ac_compile\"") >&5 2255 2377 (eval $ac_compile) 2>&5 2256 2378 ac_status=$? 2257 2379 - echo "$as_me:1946: \$? = $ac_status" >&5 2258 + echo "$as_me:195 0: \$? = $ac_status" >&52380 + echo "$as_me:1951: \$? = $ac_status" >&5 2259 2381 (exit $ac_status); } && 2260 2382 { ac_try='test -s conftest.$ac_objext' 2261 2383 - { (eval echo "$as_me:1949: \"$ac_try\"") >&5 2262 + { (eval echo "$as_me:195 3: \"$ac_try\"") >&52384 + { (eval echo "$as_me:1954: \"$ac_try\"") >&5 2263 2385 (eval $ac_try) 2>&5 2264 2386 ac_status=$? 2265 2387 - echo "$as_me:1952: \$? = $ac_status" >&5 2266 + echo "$as_me:195 6: \$? = $ac_status" >&52388 + echo "$as_me:1957: \$? = $ac_status" >&5 2267 2389 (exit $ac_status); }; }; then 2268 2390 ac_cv_prog_cc_g=yes 2269 2391 else 2270 @@ -1959,7 +196 3,7 @@2392 @@ -1959,7 +1964,7 @@ 2271 2393 fi 2272 2394 rm -f conftest.$ac_objext conftest.$ac_ext 2273 2395 fi 2274 2396 -echo "$as_me:1962: result: $ac_cv_prog_cc_g" >&5 2275 +echo "$as_me:196 6: result: $ac_cv_prog_cc_g" >&52397 +echo "$as_me:1967: result: $ac_cv_prog_cc_g" >&5 2276 2398 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2277 2399 if test "$ac_test_CFLAGS" = set; then 2278 2400 CFLAGS=$ac_save_CFLAGS 2279 @@ -1986,16 +199 0,16 @@2401 @@ -1986,16 +1991,16 @@ 2280 2402 #endif 2281 2403 _ACEOF 2282 2404 rm -f conftest.$ac_objext 2283 2405 -if { (eval echo "$as_me:1989: \"$ac_compile\"") >&5 2284 +if { (eval echo "$as_me:199 3: \"$ac_compile\"") >&52406 +if { (eval echo "$as_me:1994: \"$ac_compile\"") >&5 2285 2407 (eval $ac_compile) 2>&5 2286 2408 ac_status=$? 2287 2409 - echo "$as_me:1992: \$? = $ac_status" >&5 2288 + echo "$as_me:199 6: \$? = $ac_status" >&52410 + echo "$as_me:1997: \$? = $ac_status" >&5 2289 2411 (exit $ac_status); } && 2290 2412 { ac_try='test -s conftest.$ac_objext' 2291 2413 - { (eval echo "$as_me:1995: \"$ac_try\"") >&5 2292 + { (eval echo "$as_me: 1999: \"$ac_try\"") >&52414 + { (eval echo "$as_me:2000: \"$ac_try\"") >&5 2293 2415 (eval $ac_try) 2>&5 2294 2416 ac_status=$? 2295 2417 - echo "$as_me:1998: \$? = $ac_status" >&5 2296 + echo "$as_me:200 2: \$? = $ac_status" >&52418 + echo "$as_me:2003: \$? = $ac_status" >&5 2297 2419 (exit $ac_status); }; }; then 2298 2420 for ac_declaration in \ 2299 2421 ''\ 2300 @@ -2007,7 +201 1,7 @@2422 @@ -2007,7 +2012,7 @@ 2301 2423 'void exit (int);' 2302 2424 do 2303 2425 cat >conftest.$ac_ext <<_ACEOF 2304 2426 -#line 2010 "configure" 2305 +#line 201 4"configure"2427 +#line 2015 "configure" 2306 2428 #include "confdefs.h" 2307 2429 #include <stdlib.h> 2308 2430 $ac_declaration 2309 @@ -2020,16 +202 4,16 @@2431 @@ -2020,16 +2025,16 @@ 2310 2432 } 2311 2433 _ACEOF 2312 2434 rm -f conftest.$ac_objext 2313 2435 -if { (eval echo "$as_me:2023: \"$ac_compile\"") >&5 2314 +if { (eval echo "$as_me:202 7: \"$ac_compile\"") >&52436 +if { (eval echo "$as_me:2028: \"$ac_compile\"") >&5 2315 2437 (eval $ac_compile) 2>&5 2316 2438 ac_status=$? 2317 2439 - echo "$as_me:2026: \$? = $ac_status" >&5 2318 + echo "$as_me:203 0: \$? = $ac_status" >&52440 + echo "$as_me:2031: \$? = $ac_status" >&5 2319 2441 (exit $ac_status); } && 2320 2442 { ac_try='test -s conftest.$ac_objext' 2321 2443 - { (eval echo "$as_me:2029: \"$ac_try\"") >&5 2322 + { (eval echo "$as_me:203 3: \"$ac_try\"") >&52444 + { (eval echo "$as_me:2034: \"$ac_try\"") >&5 2323 2445 (eval $ac_try) 2>&5 2324 2446 ac_status=$? 2325 2447 - echo "$as_me:2032: \$? = $ac_status" >&5 2326 + echo "$as_me:203 6: \$? = $ac_status" >&52448 + echo "$as_me:2037: \$? = $ac_status" >&5 2327 2449 (exit $ac_status); }; }; then 2328 2450 : 2329 2451 else 2330 @@ -2039,7 +204 3,7 @@2452 @@ -2039,7 +2044,7 @@ 2331 2453 fi 2332 2454 rm -f conftest.$ac_objext conftest.$ac_ext 2333 2455 cat >conftest.$ac_ext <<_ACEOF 2334 2456 -#line 2042 "configure" 2335 +#line 204 6"configure"2457 +#line 2047 "configure" 2336 2458 #include "confdefs.h" 2337 2459 $ac_declaration 2338 2460 int 2339 @@ -2051,16 +205 5,16 @@2461 @@ -2051,16 +2056,16 @@ 2340 2462 } 2341 2463 _ACEOF 2342 2464 rm -f conftest.$ac_objext 2343 2465 -if { (eval echo "$as_me:2054: \"$ac_compile\"") >&5 2344 +if { (eval echo "$as_me:205 8: \"$ac_compile\"") >&52466 +if { (eval echo "$as_me:2059: \"$ac_compile\"") >&5 2345 2467 (eval $ac_compile) 2>&5 2346 2468 ac_status=$? 2347 2469 - echo "$as_me:2057: \$? = $ac_status" >&5 2348 + echo "$as_me:206 1: \$? = $ac_status" >&52470 + echo "$as_me:2062: \$? = $ac_status" >&5 2349 2471 (exit $ac_status); } && 2350 2472 { ac_try='test -s conftest.$ac_objext' 2351 2473 - { (eval echo "$as_me:2060: \"$ac_try\"") >&5 2352 + { (eval echo "$as_me:206 4: \"$ac_try\"") >&52474 + { (eval echo "$as_me:2065: \"$ac_try\"") >&5 2353 2475 (eval $ac_try) 2>&5 2354 2476 ac_status=$? 2355 2477 - echo "$as_me:2063: \$? = $ac_status" >&5 2356 + echo "$as_me:206 7: \$? = $ac_status" >&52478 + echo "$as_me:2068: \$? = $ac_status" >&5 2357 2479 (exit $ac_status); }; }; then 2358 2480 break 2359 2481 else 2360 @@ -2090,11 +209 4,11 @@2482 @@ -2090,11 +2095,11 @@ 2361 2483 2362 2484 GCC_VERSION=none 2363 2485 if test "$GCC" = yes ; then 2364 2486 - echo "$as_me:2093: checking version of $CC" >&5 2365 + echo "$as_me:209 7: checking version of $CC" >&52487 + echo "$as_me:2098: checking version of $CC" >&5 2366 2488 echo $ECHO_N "checking version of $CC... $ECHO_C" >&6 2367 2489 GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" 2368 2490 test -z "$GCC_VERSION" && GCC_VERSION=unknown 2369 2491 - echo "$as_me:2097: result: $GCC_VERSION" >&5 2370 + echo "$as_me:210 1: result: $GCC_VERSION" >&52492 + echo "$as_me:2102: result: $GCC_VERSION" >&5 2371 2493 echo "${ECHO_T}$GCC_VERSION" >&6 2372 2494 fi 2373 2495 2374 @@ -2104,7 +210 8,7 @@2496 @@ -2104,7 +2109,7 @@ 2375 2497 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2376 2498 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2377 2499 ac_main_return=return 2378 2500 -echo "$as_me:2107: checking how to run the C preprocessor" >&5 2379 +echo "$as_me:211 1: checking how to run the C preprocessor" >&52501 +echo "$as_me:2112: checking how to run the C preprocessor" >&5 2380 2502 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 2381 2503 # On Suns, sometimes $CPP names a directory. 2382 2504 if test -n "$CPP" && test -d "$CPP"; then 2383 @@ -2125,18 +21 29,18 @@2505 @@ -2125,18 +2130,18 @@ 2384 2506 # On the NeXT, cc -E runs the code through the compiler's parser, 2385 2507 # not just through cpp. "Syntax error" is here to catch this case. 2386 2508 cat >conftest.$ac_ext <<_ACEOF 2387 2509 -#line 2128 "configure" 2388 +#line 213 2"configure"2510 +#line 2133 "configure" 2389 2511 #include "confdefs.h" 2390 2512 #include <assert.h> … … 2392 2514 _ACEOF 2393 2515 -if { (eval echo "$as_me:2133: \"$ac_cpp conftest.$ac_ext\"") >&5 2394 +if { (eval echo "$as_me:213 7: \"$ac_cpp conftest.$ac_ext\"") >&52516 +if { (eval echo "$as_me:2138: \"$ac_cpp conftest.$ac_ext\"") >&5 2395 2517 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2396 2518 ac_status=$? … … 2399 2521 cat conftest.err >&5 2400 2522 - echo "$as_me:2139: \$? = $ac_status" >&5 2401 + echo "$as_me:214 3: \$? = $ac_status" >&52523 + echo "$as_me:2144: \$? = $ac_status" >&5 2402 2524 (exit $ac_status); } >/dev/null; then 2403 2525 if test -s conftest.err; then 2404 2526 ac_cpp_err=$ac_c_preproc_warn_flag 2405 @@ -2159,17 +216 3,17 @@2527 @@ -2159,17 +2164,17 @@ 2406 2528 # OK, works on sane cases. Now check whether non-existent headers 2407 2529 # can be detected and how. 2408 2530 cat >conftest.$ac_ext <<_ACEOF 2409 2531 -#line 2162 "configure" 2410 +#line 216 6"configure"2532 +#line 2167 "configure" 2411 2533 #include "confdefs.h" 2412 2534 #include <ac_nonexistent.h> 2413 2535 _ACEOF 2414 2536 -if { (eval echo "$as_me:2166: \"$ac_cpp conftest.$ac_ext\"") >&5 2415 +if { (eval echo "$as_me:217 0: \"$ac_cpp conftest.$ac_ext\"") >&52537 +if { (eval echo "$as_me:2171: \"$ac_cpp conftest.$ac_ext\"") >&5 2416 2538 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2417 2539 ac_status=$? … … 2420 2542 cat conftest.err >&5 2421 2543 - echo "$as_me:2172: \$? = $ac_status" >&5 2422 + echo "$as_me:217 6: \$? = $ac_status" >&52544 + echo "$as_me:2177: \$? = $ac_status" >&5 2423 2545 (exit $ac_status); } >/dev/null; then 2424 2546 if test -s conftest.err; then 2425 2547 ac_cpp_err=$ac_c_preproc_warn_flag 2426 @@ -2206,7 +221 0,7 @@2548 @@ -2206,7 +2211,7 @@ 2427 2549 else 2428 2550 ac_cv_prog_CPP=$CPP 2429 2551 fi 2430 2552 -echo "$as_me:2209: result: $CPP" >&5 2431 +echo "$as_me:221 3: result: $CPP" >&52553 +echo "$as_me:2214: result: $CPP" >&5 2432 2554 echo "${ECHO_T}$CPP" >&6 2433 2555 ac_preproc_ok=false 2434 2556 for ac_c_preproc_warn_flag in '' yes 2435 @@ -2216,18 +222 0,18 @@2557 @@ -2216,18 +2221,18 @@ 2436 2558 # On the NeXT, cc -E runs the code through the compiler's parser, 2437 2559 # not just through cpp. "Syntax error" is here to catch this case. 2438 2560 cat >conftest.$ac_ext <<_ACEOF 2439 2561 -#line 2219 "configure" 2440 +#line 222 3"configure"2562 +#line 2224 "configure" 2441 2563 #include "confdefs.h" 2442 2564 #include <assert.h> … … 2444 2566 _ACEOF 2445 2567 -if { (eval echo "$as_me:2224: \"$ac_cpp conftest.$ac_ext\"") >&5 2446 +if { (eval echo "$as_me:222 8: \"$ac_cpp conftest.$ac_ext\"") >&52568 +if { (eval echo "$as_me:2229: \"$ac_cpp conftest.$ac_ext\"") >&5 2447 2569 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2448 2570 ac_status=$? … … 2451 2573 cat conftest.err >&5 2452 2574 - echo "$as_me:2230: \$? = $ac_status" >&5 2453 + echo "$as_me:223 4: \$? = $ac_status" >&52575 + echo "$as_me:2235: \$? = $ac_status" >&5 2454 2576 (exit $ac_status); } >/dev/null; then 2455 2577 if test -s conftest.err; then 2456 2578 ac_cpp_err=$ac_c_preproc_warn_flag 2457 @@ -2250,17 +225 4,17 @@2579 @@ -2250,17 +2255,17 @@ 2458 2580 # OK, works on sane cases. Now check whether non-existent headers 2459 2581 # can be detected and how. 2460 2582 cat >conftest.$ac_ext <<_ACEOF 2461 2583 -#line 2253 "configure" 2462 +#line 225 7"configure"2584 +#line 2258 "configure" 2463 2585 #include "confdefs.h" 2464 2586 #include <ac_nonexistent.h> 2465 2587 _ACEOF 2466 2588 -if { (eval echo "$as_me:2257: \"$ac_cpp conftest.$ac_ext\"") >&5 2467 +if { (eval echo "$as_me:226 1: \"$ac_cpp conftest.$ac_ext\"") >&52589 +if { (eval echo "$as_me:2262: \"$ac_cpp conftest.$ac_ext\"") >&5 2468 2590 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2469 2591 ac_status=$? … … 2472 2594 cat conftest.err >&5 2473 2595 - echo "$as_me:2263: \$? = $ac_status" >&5 2474 + echo "$as_me:226 7: \$? = $ac_status" >&52596 + echo "$as_me:2268: \$? = $ac_status" >&5 2475 2597 (exit $ac_status); } >/dev/null; then 2476 2598 if test -s conftest.err; then 2477 2599 ac_cpp_err=$ac_c_preproc_warn_flag 2478 @@ -2288,7 +229 2,7 @@2600 @@ -2288,7 +2293,7 @@ 2479 2601 if $ac_preproc_ok; then 2480 2602 : 2481 2603 else 2482 2604 - { { echo "$as_me:2291: error: C preprocessor \"$CPP\" fails sanity check" >&5 2483 + { { echo "$as_me:229 5: error: C preprocessor \"$CPP\" fails sanity check" >&52605 + { { echo "$as_me:2296: error: C preprocessor \"$CPP\" fails sanity check" >&5 2484 2606 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 2485 2607 { (exit 1); exit 1; }; } 2486 2608 fi 2487 @@ -2301,14 +230 5,14 @@2609 @@ -2301,14 +2306,14 @@ 2488 2610 ac_main_return=return 2489 2611 2490 2612 if test $ac_cv_c_compiler_gnu = yes; then 2491 2613 - echo "$as_me:2304: checking whether $CC needs -traditional" >&5 2492 + echo "$as_me:230 8: checking whether $CC needs -traditional" >&52614 + echo "$as_me:2309: checking whether $CC needs -traditional" >&5 2493 2615 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 2494 2616 if test "${ac_cv_prog_gcc_traditional+set}" = set; then … … 2498 2620 cat >conftest.$ac_ext <<_ACEOF 2499 2621 -#line 2311 "configure" 2500 +#line 231 5"configure"2622 +#line 2316 "configure" 2501 2623 #include "confdefs.h" 2502 2624 #include <sgtty.h> 2503 2625 int Autoconf = TIOCGETP; 2504 @@ -2323,7 +232 7,7 @@2626 @@ -2323,7 +2328,7 @@ 2505 2627 2506 2628 if test $ac_cv_prog_gcc_traditional = no; then 2507 2629 cat >conftest.$ac_ext <<_ACEOF 2508 2630 -#line 2326 "configure" 2509 +#line 233 0"configure"2631 +#line 2331 "configure" 2510 2632 #include "confdefs.h" 2511 2633 #include <termio.h> 2512 2634 int Autoconf = TCGETA; 2513 @@ -2336,14 +234 0,14 @@2635 @@ -2336,14 +2341,14 @@ 2514 2636 2515 2637 fi 2516 2638 fi 2517 2639 -echo "$as_me:2339: result: $ac_cv_prog_gcc_traditional" >&5 2518 +echo "$as_me:234 3: result: $ac_cv_prog_gcc_traditional" >&52640 +echo "$as_me:2344: result: $ac_cv_prog_gcc_traditional" >&5 2519 2641 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 2520 2642 if test $ac_cv_prog_gcc_traditional = yes; then … … 2524 2646 2525 2647 -echo "$as_me:2346: checking whether $CC understands -c and -o together" >&5 2526 +echo "$as_me:235 0: checking whether $CC understands -c and -o together" >&52648 +echo "$as_me:2351: checking whether $CC understands -c and -o together" >&5 2527 2649 echo $ECHO_N "checking whether $CC understands -c and -o together... $ECHO_C" >&6 2528 2650 if test "${cf_cv_prog_CC_c_o+set}" = set; then 2529 2651 echo $ECHO_N "(cached) $ECHO_C" >&6 2530 @@ -2359,15 +236 3,15 @@2652 @@ -2359,15 +2364,15 @@ 2531 2653 # We do the test twice because some compilers refuse to overwrite an 2532 2654 # existing .o file with -o, though they will create one. 2533 2655 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 2534 2656 -if { (eval echo "$as_me:2362: \"$ac_try\"") >&5 2535 +if { (eval echo "$as_me:236 6: \"$ac_try\"") >&52657 +if { (eval echo "$as_me:2367: \"$ac_try\"") >&5 2536 2658 (eval $ac_try) 2>&5 2537 2659 ac_status=$? 2538 2660 - echo "$as_me:2365: \$? = $ac_status" >&5 2539 + echo "$as_me:23 69: \$? = $ac_status" >&52661 + echo "$as_me:2370: \$? = $ac_status" >&5 2540 2662 (exit $ac_status); } && 2541 2663 - test -f conftest2.$ac_objext && { (eval echo "$as_me:2367: \"$ac_try\"") >&5 2542 + test -f conftest2.$ac_objext && { (eval echo "$as_me:237 1: \"$ac_try\"") >&52664 + test -f conftest2.$ac_objext && { (eval echo "$as_me:2372: \"$ac_try\"") >&5 2543 2665 (eval $ac_try) 2>&5 2544 2666 ac_status=$? 2545 2667 - echo "$as_me:2370: \$? = $ac_status" >&5 2546 + echo "$as_me:237 4: \$? = $ac_status" >&52668 + echo "$as_me:2375: \$? = $ac_status" >&5 2547 2669 (exit $ac_status); }; 2548 2670 then 2549 2671 eval cf_cv_prog_CC_c_o=yes 2550 @@ -2378,19 +238 2,19 @@2672 @@ -2378,19 +2383,19 @@ 2551 2673 2552 2674 fi 2553 2675 if test $cf_cv_prog_CC_c_o = yes; then 2554 2676 - echo "$as_me:2381: result: yes" >&5 2555 + echo "$as_me:238 5: result: yes" >&52677 + echo "$as_me:2386: result: yes" >&5 2556 2678 echo "${ECHO_T}yes" >&6 2557 2679 else 2558 2680 - echo "$as_me:2384: result: no" >&5 2559 + echo "$as_me:238 8: result: no" >&52681 + echo "$as_me:2389: result: no" >&5 2560 2682 echo "${ECHO_T}no" >&6 2561 2683 fi 2562 2684 2563 2685 -echo "$as_me:2388: checking for POSIXized ISC" >&5 2564 +echo "$as_me:239 2: checking for POSIXized ISC" >&52686 +echo "$as_me:2393: checking for POSIXized ISC" >&5 2565 2687 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6 2566 2688 if test -d /etc/conf/kconfig.d && … … 2568 2690 then 2569 2691 - echo "$as_me:2393: result: yes" >&5 2570 + echo "$as_me:239 7: result: yes" >&52692 + echo "$as_me:2398: result: yes" >&5 2571 2693 echo "${ECHO_T}yes" >&6 2572 2694 ISC=yes # If later tests want to check for ISC. 2573 2695 2574 @@ -2404,12 +240 8,12 @@2696 @@ -2404,12 +2409,12 @@ 2575 2697 CC="$CC -Xp" 2576 2698 fi 2577 2699 else 2578 2700 - echo "$as_me:2407: result: no" >&5 2579 + echo "$as_me:241 1: result: no" >&52701 + echo "$as_me:2412: result: no" >&5 2580 2702 echo "${ECHO_T}no" >&6 2581 2703 ISC= … … 2583 2705 2584 2706 -echo "$as_me:2412: checking for ${CC-cc} option to accept ANSI C" >&5 2585 +echo "$as_me:241 6: checking for ${CC-cc} option to accept ANSI C" >&52707 +echo "$as_me:2417: checking for ${CC-cc} option to accept ANSI C" >&5 2586 2708 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6 2587 2709 if test "${cf_cv_ansi_cc+set}" = set; then 2588 2710 echo $ECHO_N "(cached) $ECHO_C" >&6 2589 @@ -2494,7 +249 8,7 @@2711 @@ -2494,7 +2499,7 @@ 2590 2712 2591 2713 if test -n "$cf_new_cppflags" ; then … … 2596 2718 2597 2719 if test -n "$cf_new_extra_cppflags" ; then 2598 @@ -2503,7 +250 7,7 @@2720 @@ -2503,7 +2508,7 @@ 2599 2721 fi 2600 2722 2601 2723 cat >conftest.$ac_ext <<_ACEOF 2602 2724 -#line 2506 "configure" 2603 +#line 251 0"configure"2725 +#line 2511 "configure" 2604 2726 #include "confdefs.h" 2605 2727 2606 2728 #ifndef CC_HAS_PROTOS 2607 @@ -2524,16 +252 8,16 @@2729 @@ -2524,16 +2529,16 @@ 2608 2730 } 2609 2731 _ACEOF 2610 2732 rm -f conftest.$ac_objext 2611 2733 -if { (eval echo "$as_me:2527: \"$ac_compile\"") >&5 2612 +if { (eval echo "$as_me:253 1: \"$ac_compile\"") >&52734 +if { (eval echo "$as_me:2532: \"$ac_compile\"") >&5 2613 2735 (eval $ac_compile) 2>&5 2614 2736 ac_status=$? 2615 2737 - echo "$as_me:2530: \$? = $ac_status" >&5 2616 + echo "$as_me:253 4: \$? = $ac_status" >&52738 + echo "$as_me:2535: \$? = $ac_status" >&5 2617 2739 (exit $ac_status); } && 2618 2740 { ac_try='test -s conftest.$ac_objext' 2619 2741 - { (eval echo "$as_me:2533: \"$ac_try\"") >&5 2620 + { (eval echo "$as_me:253 7: \"$ac_try\"") >&52742 + { (eval echo "$as_me:2538: \"$ac_try\"") >&5 2621 2743 (eval $ac_try) 2>&5 2622 2744 ac_status=$? 2623 2745 - echo "$as_me:2536: \$? = $ac_status" >&5 2624 + echo "$as_me:254 0: \$? = $ac_status" >&52746 + echo "$as_me:2541: \$? = $ac_status" >&5 2625 2747 (exit $ac_status); }; }; then 2626 2748 cf_cv_ansi_cc="$cf_arg"; break 2627 2749 else 2628 @@ -2546,7 +255 0,7 @@2750 @@ -2546,7 +2551,7 @@ 2629 2751 CPPFLAGS="$cf_save_CPPFLAGS" 2630 2752 2631 2753 fi 2632 2754 -echo "$as_me:2549: result: $cf_cv_ansi_cc" >&5 2633 +echo "$as_me:255 3: result: $cf_cv_ansi_cc" >&52755 +echo "$as_me:2554: result: $cf_cv_ansi_cc" >&5 2634 2756 echo "${ECHO_T}$cf_cv_ansi_cc" >&6 2635 2757 2636 2758 if test "$cf_cv_ansi_cc" != "no"; then 2637 @@ -2612,7 +261 6,7 @@2759 @@ -2612,7 +2617,7 @@ 2638 2760 2639 2761 if test -n "$cf_new_cppflags" ; then … … 2644 2766 2645 2767 if test -n "$cf_new_extra_cppflags" ; then 2646 @@ -2629,7 +263 3,7 @@2768 @@ -2629,7 +2634,7 @@ 2647 2769 fi 2648 2770 2649 2771 if test "$cf_cv_ansi_cc" = "no"; then 2650 2772 - { { echo "$as_me:2632: error: Your compiler does not appear to recognize prototypes. 2651 + { { echo "$as_me:263 6: error: Your compiler does not appear to recognize prototypes.2773 + { { echo "$as_me:2637: error: Your compiler does not appear to recognize prototypes. 2652 2774 You have the following choices: 2653 2775 a. adjust your compiler options 2654 2776 b. get an up-to-date compiler 2655 @@ -2663,13 +266 7,13 @@2777 @@ -2663,13 +2668,13 @@ 2656 2778 LDCONFIG=: 2657 2779 else … … 2665 2787 set dummy ldconfig; ac_word=$2 2666 2788 -echo "$as_me:2672: checking for $ac_word" >&5 2667 +echo "$as_me:267 6: checking for $ac_word" >&52789 +echo "$as_me:2677: checking for $ac_word" >&5 2668 2790 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2669 2791 if test "${ac_cv_path_LDCONFIG+set}" = set; then 2670 2792 echo $ECHO_N "(cached) $ECHO_C" >&6 2671 @@ -2686,7 +269 0,7 @@2793 @@ -2686,7 +2691,7 @@ 2672 2794 test -z "$ac_dir" && ac_dir=. 2673 2795 if $as_executable_p "$ac_dir/$ac_word"; then 2674 2796 ac_cv_path_LDCONFIG="$ac_dir/$ac_word" 2675 2797 - echo "$as_me:2689: found $ac_dir/$ac_word" >&5 2676 + echo "$as_me:269 3: found $ac_dir/$ac_word" >&52798 + echo "$as_me:2694: found $ac_dir/$ac_word" >&5 2677 2799 break 2678 2800 fi 2679 2801 done 2680 @@ -2697,10 +270 1,10 @@2802 @@ -2697,10 +2702,10 @@ 2681 2803 LDCONFIG=$ac_cv_path_LDCONFIG 2682 2804 2683 2805 if test -n "$LDCONFIG"; then 2684 2806 - echo "$as_me:2700: result: $LDCONFIG" >&5 2685 + echo "$as_me:270 4: result: $LDCONFIG" >&52807 + echo "$as_me:2705: result: $LDCONFIG" >&5 2686 2808 echo "${ECHO_T}$LDCONFIG" >&6 2687 2809 else 2688 2810 - echo "$as_me:2703: result: no" >&5 2689 + echo "$as_me:270 7: result: no" >&52811 + echo "$as_me:2708: result: no" >&5 2690 2812 echo "${ECHO_T}no" >&6 2691 2813 fi 2692 2814 2693 @@ -2708,7 +271 2,7 @@2815 @@ -2708,7 +2713,7 @@ 2694 2816 esac 2695 2817 fi 2696 2818 2697 2819 -echo "$as_me:2711: checking if you want to ensure bool is consistent with C++" >&5 2698 +echo "$as_me:271 5: checking if you want to ensure bool is consistent with C++" >&52820 +echo "$as_me:2716: checking if you want to ensure bool is consistent with C++" >&5 2699 2821 echo $ECHO_N "checking if you want to ensure bool is consistent with C++... $ECHO_C" >&6 2700 2822 2701 2823 # Check whether --with-cxx or --without-cxx was given. 2702 @@ -2718,7 +272 2,7 @@2824 @@ -2718,7 +2723,7 @@ 2703 2825 else 2704 2826 cf_with_cxx=yes 2705 2827 fi; 2706 2828 -echo "$as_me:2721: result: $cf_with_cxx" >&5 2707 +echo "$as_me:272 5: result: $cf_with_cxx" >&52829 +echo "$as_me:2726: result: $cf_with_cxx" >&5 2708 2830 echo "${ECHO_T}$cf_with_cxx" >&6 2709 2831 if test "X$cf_with_cxx" = Xno ; then 2710 2832 CXX="" 2711 @@ -2736,7 +274 0,7 @@2833 @@ -2736,7 +2741,7 @@ 2712 2834 do 2713 2835 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2714 2836 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2715 2837 -echo "$as_me:2739: checking for $ac_word" >&5 2716 +echo "$as_me:274 3: checking for $ac_word" >&52838 +echo "$as_me:2744: checking for $ac_word" >&5 2717 2839 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2718 2840 if test "${ac_cv_prog_CXX+set}" = set; then 2719 2841 echo $ECHO_N "(cached) $ECHO_C" >&6 2720 @@ -2751,7 +275 5,7 @@2842 @@ -2751,7 +2756,7 @@ 2721 2843 test -z "$ac_dir" && ac_dir=. 2722 2844 $as_executable_p "$ac_dir/$ac_word" || continue 2723 2845 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2724 2846 -echo "$as_me:2754: found $ac_dir/$ac_word" >&5 2725 +echo "$as_me:275 8: found $ac_dir/$ac_word" >&52847 +echo "$as_me:2759: found $ac_dir/$ac_word" >&5 2726 2848 break 2727 2849 done 2728 2850 2729 @@ -2759,10 +276 3,10 @@2851 @@ -2759,10 +2764,10 @@ 2730 2852 fi 2731 2853 CXX=$ac_cv_prog_CXX 2732 2854 if test -n "$CXX"; then 2733 2855 - echo "$as_me:2762: result: $CXX" >&5 2734 + echo "$as_me:276 6: result: $CXX" >&52856 + echo "$as_me:2767: result: $CXX" >&5 2735 2857 echo "${ECHO_T}$CXX" >&6 2736 2858 else 2737 2859 - echo "$as_me:2765: result: no" >&5 2738 + echo "$as_me:27 69: result: no" >&52860 + echo "$as_me:2770: result: no" >&5 2739 2861 echo "${ECHO_T}no" >&6 2740 2862 fi 2741 2863 2742 @@ -2775,7 +27 79,7 @@2864 @@ -2775,7 +2780,7 @@ 2743 2865 do 2744 2866 # Extract the first word of "$ac_prog", so it can be a program name with args. 2745 2867 set dummy $ac_prog; ac_word=$2 2746 2868 -echo "$as_me:2778: checking for $ac_word" >&5 2747 +echo "$as_me:278 2: checking for $ac_word" >&52869 +echo "$as_me:2783: checking for $ac_word" >&5 2748 2870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2749 2871 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2750 2872 echo $ECHO_N "(cached) $ECHO_C" >&6 2751 @@ -2790,7 +279 4,7 @@2873 @@ -2790,7 +2795,7 @@ 2752 2874 test -z "$ac_dir" && ac_dir=. 2753 2875 $as_executable_p "$ac_dir/$ac_word" || continue 2754 2876 ac_cv_prog_ac_ct_CXX="$ac_prog" 2755 2877 -echo "$as_me:2793: found $ac_dir/$ac_word" >&5 2756 +echo "$as_me:279 7: found $ac_dir/$ac_word" >&52878 +echo "$as_me:2798: found $ac_dir/$ac_word" >&5 2757 2879 break 2758 2880 done 2759 2881 2760 @@ -2798,10 +280 2,10 @@2882 @@ -2798,10 +2803,10 @@ 2761 2883 fi 2762 2884 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 2763 2885 if test -n "$ac_ct_CXX"; then 2764 2886 - echo "$as_me:2801: result: $ac_ct_CXX" >&5 2765 + echo "$as_me:280 5: result: $ac_ct_CXX" >&52887 + echo "$as_me:2806: result: $ac_ct_CXX" >&5 2766 2888 echo "${ECHO_T}$ac_ct_CXX" >&6 2767 2889 else 2768 2890 - echo "$as_me:2804: result: no" >&5 2769 + echo "$as_me:280 8: result: no" >&52891 + echo "$as_me:2809: result: no" >&5 2770 2892 echo "${ECHO_T}no" >&6 2771 2893 fi 2772 2894 2773 @@ -2813,32 +281 7,32 @@2895 @@ -2813,32 +2818,32 @@ 2774 2896 fi 2775 2897 2776 2898 # Provide some information about the compiler. 2777 2899 -echo "$as_me:2816:" \ 2778 +echo "$as_me:282 0:" \2900 +echo "$as_me:2821:" \ 2779 2901 "checking for C++ compiler version" >&5 2780 2902 ac_compiler=`set X $ac_compile; echo $2` 2781 2903 -{ (eval echo "$as_me:2819: \"$ac_compiler --version </dev/null >&5\"") >&5 2782 +{ (eval echo "$as_me:282 3: \"$ac_compiler --version </dev/null >&5\"") >&52904 +{ (eval echo "$as_me:2824: \"$ac_compiler --version </dev/null >&5\"") >&5 2783 2905 (eval $ac_compiler --version </dev/null >&5) 2>&5 2784 2906 ac_status=$? 2785 2907 - echo "$as_me:2822: \$? = $ac_status" >&5 2786 + echo "$as_me:282 6: \$? = $ac_status" >&52908 + echo "$as_me:2827: \$? = $ac_status" >&5 2787 2909 (exit $ac_status); } 2788 2910 -{ (eval echo "$as_me:2824: \"$ac_compiler -v </dev/null >&5\"") >&5 2789 +{ (eval echo "$as_me:282 8: \"$ac_compiler -v </dev/null >&5\"") >&52911 +{ (eval echo "$as_me:2829: \"$ac_compiler -v </dev/null >&5\"") >&5 2790 2912 (eval $ac_compiler -v </dev/null >&5) 2>&5 2791 2913 ac_status=$? 2792 2914 - echo "$as_me:2827: \$? = $ac_status" >&5 2793 + echo "$as_me:283 1: \$? = $ac_status" >&52915 + echo "$as_me:2832: \$? = $ac_status" >&5 2794 2916 (exit $ac_status); } 2795 2917 -{ (eval echo "$as_me:2829: \"$ac_compiler -V </dev/null >&5\"") >&5 2796 +{ (eval echo "$as_me:283 3: \"$ac_compiler -V </dev/null >&5\"") >&52918 +{ (eval echo "$as_me:2834: \"$ac_compiler -V </dev/null >&5\"") >&5 2797 2919 (eval $ac_compiler -V </dev/null >&5) 2>&5 2798 2920 ac_status=$? 2799 2921 - echo "$as_me:2832: \$? = $ac_status" >&5 2800 + echo "$as_me:283 6: \$? = $ac_status" >&52922 + echo "$as_me:2837: \$? = $ac_status" >&5 2801 2923 (exit $ac_status); } 2802 2924 2803 2925 -echo "$as_me:2835: checking whether we are using the GNU C++ compiler" >&5 2804 +echo "$as_me:28 39: checking whether we are using the GNU C++ compiler" >&52926 +echo "$as_me:2840: checking whether we are using the GNU C++ compiler" >&5 2805 2927 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 2806 2928 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then … … 2809 2931 cat >conftest.$ac_ext <<_ACEOF 2810 2932 -#line 2841 "configure" 2811 +#line 284 5"configure"2933 +#line 2846 "configure" 2812 2934 #include "confdefs.h" 2813 2935 2814 2936 int 2815 @@ -2853,16 +285 7,16 @@2937 @@ -2853,16 +2858,16 @@ 2816 2938 } 2817 2939 _ACEOF 2818 2940 rm -f conftest.$ac_objext 2819 2941 -if { (eval echo "$as_me:2856: \"$ac_compile\"") >&5 2820 +if { (eval echo "$as_me:286 0: \"$ac_compile\"") >&52942 +if { (eval echo "$as_me:2861: \"$ac_compile\"") >&5 2821 2943 (eval $ac_compile) 2>&5 2822 2944 ac_status=$? 2823 2945 - echo "$as_me:2859: \$? = $ac_status" >&5 2824 + echo "$as_me:286 3: \$? = $ac_status" >&52946 + echo "$as_me:2864: \$? = $ac_status" >&5 2825 2947 (exit $ac_status); } && 2826 2948 { ac_try='test -s conftest.$ac_objext' 2827 2949 - { (eval echo "$as_me:2862: \"$ac_try\"") >&5 2828 + { (eval echo "$as_me:286 6: \"$ac_try\"") >&52950 + { (eval echo "$as_me:2867: \"$ac_try\"") >&5 2829 2951 (eval $ac_try) 2>&5 2830 2952 ac_status=$? 2831 2953 - echo "$as_me:2865: \$? = $ac_status" >&5 2832 + echo "$as_me:28 69: \$? = $ac_status" >&52954 + echo "$as_me:2870: \$? = $ac_status" >&5 2833 2955 (exit $ac_status); }; }; then 2834 2956 ac_compiler_gnu=yes 2835 2957 else 2836 @@ -2874,19 +287 8,19 @@2958 @@ -2874,19 +2879,19 @@ 2837 2959 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 2838 2960 2839 2961 fi 2840 2962 -echo "$as_me:2877: result: $ac_cv_cxx_compiler_gnu" >&5 2841 +echo "$as_me:288 1: result: $ac_cv_cxx_compiler_gnu" >&52963 +echo "$as_me:2882: result: $ac_cv_cxx_compiler_gnu" >&5 2842 2964 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 2843 2965 GXX=`test $ac_compiler_gnu = yes && echo yes` … … 2846 2968 CXXFLAGS="-g" 2847 2969 -echo "$as_me:2883: checking whether $CXX accepts -g" >&5 2848 +echo "$as_me:288 7: checking whether $CXX accepts -g" >&52970 +echo "$as_me:2888: checking whether $CXX accepts -g" >&5 2849 2971 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 2850 2972 if test "${ac_cv_prog_cxx_g+set}" = set; then … … 2853 2975 cat >conftest.$ac_ext <<_ACEOF 2854 2976 -#line 2889 "configure" 2855 +#line 289 3"configure"2977 +#line 2894 "configure" 2856 2978 #include "confdefs.h" 2857 2979 2858 2980 int 2859 @@ -2898,16 +290 2,16 @@2981 @@ -2898,16 +2903,16 @@ 2860 2982 } 2861 2983 _ACEOF 2862 2984 rm -f conftest.$ac_objext 2863 2985 -if { (eval echo "$as_me:2901: \"$ac_compile\"") >&5 2864 +if { (eval echo "$as_me:290 5: \"$ac_compile\"") >&52986 +if { (eval echo "$as_me:2906: \"$ac_compile\"") >&5 2865 2987 (eval $ac_compile) 2>&5 2866 2988 ac_status=$? 2867 2989 - echo "$as_me:2904: \$? = $ac_status" >&5 2868 + echo "$as_me:290 8: \$? = $ac_status" >&52990 + echo "$as_me:2909: \$? = $ac_status" >&5 2869 2991 (exit $ac_status); } && 2870 2992 { ac_try='test -s conftest.$ac_objext' 2871 2993 - { (eval echo "$as_me:2907: \"$ac_try\"") >&5 2872 + { (eval echo "$as_me:291 1: \"$ac_try\"") >&52994 + { (eval echo "$as_me:2912: \"$ac_try\"") >&5 2873 2995 (eval $ac_try) 2>&5 2874 2996 ac_status=$? 2875 2997 - echo "$as_me:2910: \$? = $ac_status" >&5 2876 + echo "$as_me:291 4: \$? = $ac_status" >&52998 + echo "$as_me:2915: \$? = $ac_status" >&5 2877 2999 (exit $ac_status); }; }; then 2878 3000 ac_cv_prog_cxx_g=yes 2879 3001 else 2880 @@ -2917,7 +292 1,7 @@3002 @@ -2917,7 +2922,7 @@ 2881 3003 fi 2882 3004 rm -f conftest.$ac_objext conftest.$ac_ext 2883 3005 fi 2884 3006 -echo "$as_me:2920: result: $ac_cv_prog_cxx_g" >&5 2885 +echo "$as_me:292 4: result: $ac_cv_prog_cxx_g" >&53007 +echo "$as_me:2925: result: $ac_cv_prog_cxx_g" >&5 2886 3008 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 2887 3009 if test "$ac_test_CXXFLAGS" = set; then 2888 3010 CXXFLAGS=$ac_save_CXXFLAGS 2889 @@ -2944,7 +294 8,7 @@3011 @@ -2944,7 +2949,7 @@ 2890 3012 'void exit (int);' 2891 3013 do 2892 3014 cat >conftest.$ac_ext <<_ACEOF 2893 3015 -#line 2947 "configure" 2894 +#line 295 1"configure"3016 +#line 2952 "configure" 2895 3017 #include "confdefs.h" 2896 3018 #include <stdlib.h> 2897 3019 $ac_declaration 2898 @@ -2957,16 +296 1,16 @@3020 @@ -2957,16 +2962,16 @@ 2899 3021 } 2900 3022 _ACEOF 2901 3023 rm -f conftest.$ac_objext 2902 3024 -if { (eval echo "$as_me:2960: \"$ac_compile\"") >&5 2903 +if { (eval echo "$as_me:296 4: \"$ac_compile\"") >&53025 +if { (eval echo "$as_me:2965: \"$ac_compile\"") >&5 2904 3026 (eval $ac_compile) 2>&5 2905 3027 ac_status=$? 2906 3028 - echo "$as_me:2963: \$? = $ac_status" >&5 2907 + echo "$as_me:296 7: \$? = $ac_status" >&53029 + echo "$as_me:2968: \$? = $ac_status" >&5 2908 3030 (exit $ac_status); } && 2909 3031 { ac_try='test -s conftest.$ac_objext' 2910 3032 - { (eval echo "$as_me:2966: \"$ac_try\"") >&5 2911 + { (eval echo "$as_me:297 0: \"$ac_try\"") >&53033 + { (eval echo "$as_me:2971: \"$ac_try\"") >&5 2912 3034 (eval $ac_try) 2>&5 2913 3035 ac_status=$? 2914 3036 - echo "$as_me:2969: \$? = $ac_status" >&5 2915 + echo "$as_me:297 3: \$? = $ac_status" >&53037 + echo "$as_me:2974: \$? = $ac_status" >&5 2916 3038 (exit $ac_status); }; }; then 2917 3039 : 2918 3040 else 2919 @@ -2976,7 +298 0,7 @@3041 @@ -2976,7 +2981,7 @@ 2920 3042 fi 2921 3043 rm -f conftest.$ac_objext conftest.$ac_ext 2922 3044 cat >conftest.$ac_ext <<_ACEOF 2923 3045 -#line 2979 "configure" 2924 +#line 298 3"configure"3046 +#line 2984 "configure" 2925 3047 #include "confdefs.h" 2926 3048 $ac_declaration 2927 3049 int 2928 @@ -2988,16 +299 2,16 @@3050 @@ -2988,16 +2993,16 @@ 2929 3051 } 2930 3052 _ACEOF 2931 3053 rm -f conftest.$ac_objext 2932 3054 -if { (eval echo "$as_me:2991: \"$ac_compile\"") >&5 2933 +if { (eval echo "$as_me:299 5: \"$ac_compile\"") >&53055 +if { (eval echo "$as_me:2996: \"$ac_compile\"") >&5 2934 3056 (eval $ac_compile) 2>&5 2935 3057 ac_status=$? 2936 3058 - echo "$as_me:2994: \$? = $ac_status" >&5 2937 + echo "$as_me:299 8: \$? = $ac_status" >&53059 + echo "$as_me:2999: \$? = $ac_status" >&5 2938 3060 (exit $ac_status); } && 2939 3061 { ac_try='test -s conftest.$ac_objext' 2940 3062 - { (eval echo "$as_me:2997: \"$ac_try\"") >&5 2941 + { (eval echo "$as_me:300 1: \"$ac_try\"") >&53063 + { (eval echo "$as_me:3002: \"$ac_try\"") >&5 2942 3064 (eval $ac_try) 2>&5 2943 3065 ac_status=$? 2944 3066 - echo "$as_me:3000: \$? = $ac_status" >&5 2945 + echo "$as_me:300 4: \$? = $ac_status" >&53067 + echo "$as_me:3005: \$? = $ac_status" >&5 2946 3068 (exit $ac_status); }; }; then 2947 3069 break 2948 3070 else 2949 @@ -3024,7 +302 8,7 @@3071 @@ -3024,7 +3029,7 @@ 2950 3072 if test "$CXX" = "g++" ; then 2951 3073 # Extract the first word of "g++", so it can be a program name with args. 2952 3074 set dummy g++; ac_word=$2 2953 3075 -echo "$as_me:3027: checking for $ac_word" >&5 2954 +echo "$as_me:303 1: checking for $ac_word" >&53076 +echo "$as_me:3032: checking for $ac_word" >&5 2955 3077 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2956 3078 if test "${ac_cv_path_CXX+set}" = set; then 2957 3079 echo $ECHO_N "(cached) $ECHO_C" >&6 2958 @@ -3041,7 +304 5,7 @@3080 @@ -3041,7 +3046,7 @@ 2959 3081 test -z "$ac_dir" && ac_dir=. 2960 3082 if $as_executable_p "$ac_dir/$ac_word"; then 2961 3083 ac_cv_path_CXX="$ac_dir/$ac_word" 2962 3084 - echo "$as_me:3044: found $ac_dir/$ac_word" >&5 2963 + echo "$as_me:304 8: found $ac_dir/$ac_word" >&53085 + echo "$as_me:3049: found $ac_dir/$ac_word" >&5 2964 3086 break 2965 3087 fi 2966 3088 done 2967 @@ -3052,16 +305 6,16 @@3089 @@ -3052,16 +3057,16 @@ 2968 3090 CXX=$ac_cv_path_CXX 2969 3091 2970 3092 if test -n "$CXX"; then 2971 3093 - echo "$as_me:3055: result: $CXX" >&5 2972 + echo "$as_me:30 59: result: $CXX" >&53094 + echo "$as_me:3060: result: $CXX" >&5 2973 3095 echo "${ECHO_T}$CXX" >&6 2974 3096 else 2975 3097 - echo "$as_me:3058: result: no" >&5 2976 + echo "$as_me:306 2: result: no" >&53098 + echo "$as_me:3063: result: no" >&5 2977 3099 echo "${ECHO_T}no" >&6 2978 3100 fi … … 2981 3103 if test "$CXX" = "g++" ; then 2982 3104 - { echo "$as_me:3064: WARNING: ignoring hardcoded g++" >&5 2983 + { echo "$as_me:306 8: WARNING: ignoring hardcoded g++" >&53105 + { echo "$as_me:3069: WARNING: ignoring hardcoded g++" >&5 2984 3106 echo "$as_me: WARNING: ignoring hardcoded g++" >&2;} 2985 3107 cf_with_cxx=no; CXX=""; GXX=""; 2986 3108 fi 2987 @@ -3069,11 +307 3,11 @@3109 @@ -3069,11 +3074,11 @@ 2988 3110 2989 3111 GXX_VERSION=none 2990 3112 if test "$GXX" = yes; then 2991 3113 - echo "$as_me:3072: checking version of g++" >&5 2992 + echo "$as_me:307 6: checking version of g++" >&53114 + echo "$as_me:3077: checking version of g++" >&5 2993 3115 echo $ECHO_N "checking version of g++... $ECHO_C" >&6 2994 3116 GXX_VERSION="`${CXX-g++} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" 2995 3117 test -z "$GXX_VERSION" && GXX_VERSION=unknown 2996 3118 - echo "$as_me:3076: result: $GXX_VERSION" >&5 2997 + echo "$as_me:308 0: result: $GXX_VERSION" >&53119 + echo "$as_me:3081: result: $GXX_VERSION" >&5 2998 3120 echo "${ECHO_T}$GXX_VERSION" >&6 2999 3121 fi 3000 3122 3001 @@ -3081,12 +308 5,12 @@3123 @@ -3081,12 +3086,12 @@ 3002 3124 1*|2.[0-6]*) 3003 3125 # GXX=""; CXX=""; ac_cv_prog_gxx=no 3004 3126 # cf_cxx_library=no 3005 3127 - { echo "$as_me:3084: WARNING: templates do not work" >&5 3006 + { echo "$as_me:308 8: WARNING: templates do not work" >&53128 + { echo "$as_me:3089: WARNING: templates do not work" >&5 3007 3129 echo "$as_me: WARNING: templates do not work" >&2;} 3008 3130 ;; … … 3010 3132 3011 3133 -echo "$as_me:3089: checking if you want to build C++ binding and demo" >&5 3012 +echo "$as_me:309 3: checking if you want to build C++ binding and demo" >&53134 +echo "$as_me:3094: checking if you want to build C++ binding and demo" >&5 3013 3135 echo $ECHO_N "checking if you want to build C++ binding and demo... $ECHO_C" >&6 3014 3136 3015 3137 # Check whether --with-cxx-binding or --without-cxx-binding was given. 3016 @@ -3096,10 +310 0,10 @@3138 @@ -3096,10 +3101,10 @@ 3017 3139 else 3018 3140 cf_with_cxx_binding=$cf_with_cxx 3019 3141 fi; 3020 3142 -echo "$as_me:3099: result: $cf_with_cxx_binding" >&5 3021 +echo "$as_me:310 3: result: $cf_with_cxx_binding" >&53143 +echo "$as_me:3104: result: $cf_with_cxx_binding" >&5 3022 3144 echo "${ECHO_T}$cf_with_cxx_binding" >&6 3023 3145 3024 3146 -echo "$as_me:3102: checking if you want to build with Ada95" >&5 3025 +echo "$as_me:310 6: checking if you want to build with Ada95" >&53147 +echo "$as_me:3107: checking if you want to build with Ada95" >&5 3026 3148 echo $ECHO_N "checking if you want to build with Ada95... $ECHO_C" >&6 3027 3149 3028 3150 # Check whether --with-ada or --without-ada was given. 3029 @@ -3109,10 +311 3,23 @@3151 @@ -3109,10 +3114,23 @@ 3030 3152 else 3031 3153 cf_with_ada=yes 3032 3154 fi; 3033 3155 -echo "$as_me:3112: result: $cf_with_ada" >&5 3034 +echo "$as_me:311 6: result: $cf_with_ada" >&53156 +echo "$as_me:3117: result: $cf_with_ada" >&5 3035 3157 echo "${ECHO_T}$cf_with_ada" >&6 3036 3158 3037 3159 -echo "$as_me:3115: checking if you want to build programs such as tic" >&5 3038 +echo "$as_me:31 19: checking if you want to install manpages" >&53160 +echo "$as_me:3120: checking if you want to install manpages" >&5 3039 3161 +echo $ECHO_N "checking if you want to install manpages... $ECHO_C" >&6 3040 3162 + … … 3046 3168 + cf_with_manpages=yes 3047 3169 +fi; 3048 +echo "$as_me:31 29: result: $cf_with_manpages" >&53170 +echo "$as_me:3130: result: $cf_with_manpages" >&5 3049 3171 +echo "${ECHO_T}$cf_with_manpages" >&6 3050 3172 + 3051 +echo "$as_me:313 2: checking if you want to build programs such as tic" >&53173 +echo "$as_me:3133: checking if you want to build programs such as tic" >&5 3052 3174 echo $ECHO_N "checking if you want to build programs such as tic... $ECHO_C" >&6 3053 3175 3054 3176 # Check whether --with-progs or --without-progs was given. 3055 @@ -3122,10 +31 39,10 @@3177 @@ -3122,10 +3140,10 @@ 3056 3178 else 3057 3179 cf_with_progs=yes 3058 3180 fi; 3059 3181 -echo "$as_me:3125: result: $cf_with_progs" >&5 3060 +echo "$as_me:314 2: result: $cf_with_progs" >&53182 +echo "$as_me:3143: result: $cf_with_progs" >&5 3061 3183 echo "${ECHO_T}$cf_with_progs" >&6 3062 3184 3063 3185 -echo "$as_me:3128: checking if you wish to install curses.h" >&5 3064 +echo "$as_me:314 5: checking if you wish to install curses.h" >&53186 +echo "$as_me:3146: checking if you wish to install curses.h" >&5 3065 3187 echo $ECHO_N "checking if you wish to install curses.h... $ECHO_C" >&6 3066 3188 3067 3189 # Check whether --with-curses-h or --without-curses-h was given. 3068 @@ -3135,7 +315 2,7 @@3190 @@ -3135,7 +3153,7 @@ 3069 3191 else 3070 3192 with_curses_h=yes 3071 3193 fi; 3072 3194 -echo "$as_me:3138: result: $with_curses_h" >&5 3073 +echo "$as_me:315 5: result: $with_curses_h" >&53195 +echo "$as_me:3156: result: $with_curses_h" >&5 3074 3196 echo "${ECHO_T}$with_curses_h" >&6 3075 3197 3076 3198 modules_to_build="ncurses" 3077 @@ -3161,7 +317 8,7 @@3199 @@ -3161,7 +3179,7 @@ 3078 3200 do 3079 3201 # Extract the first word of "$ac_prog", so it can be a program name with args. 3080 3202 set dummy $ac_prog; ac_word=$2 3081 3203 -echo "$as_me:3164: checking for $ac_word" >&5 3082 +echo "$as_me:318 1: checking for $ac_word" >&53204 +echo "$as_me:3182: checking for $ac_word" >&5 3083 3205 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3084 3206 if test "${ac_cv_prog_AWK+set}" = set; then 3085 3207 echo $ECHO_N "(cached) $ECHO_C" >&6 3086 @@ -3176,7 +319 3,7 @@3208 @@ -3176,7 +3194,7 @@ 3087 3209 test -z "$ac_dir" && ac_dir=. 3088 3210 $as_executable_p "$ac_dir/$ac_word" || continue 3089 3211 ac_cv_prog_AWK="$ac_prog" 3090 3212 -echo "$as_me:3179: found $ac_dir/$ac_word" >&5 3091 +echo "$as_me:319 6: found $ac_dir/$ac_word" >&53213 +echo "$as_me:3197: found $ac_dir/$ac_word" >&5 3092 3214 break 3093 3215 done 3094 3216 3095 @@ -3184,21 +320 1,21 @@3217 @@ -3184,21 +3202,21 @@ 3096 3218 fi 3097 3219 AWK=$ac_cv_prog_AWK 3098 3220 if test -n "$AWK"; then 3099 3221 - echo "$as_me:3187: result: $AWK" >&5 3100 + echo "$as_me:320 4: result: $AWK" >&53222 + echo "$as_me:3205: result: $AWK" >&5 3101 3223 echo "${ECHO_T}$AWK" >&6 3102 3224 else 3103 3225 - echo "$as_me:3190: result: no" >&5 3104 + echo "$as_me:320 7: result: no" >&53226 + echo "$as_me:3208: result: no" >&5 3105 3227 echo "${ECHO_T}no" >&6 3106 3228 fi … … 3110 3232 3111 3233 -test -z "$AWK" && { { echo "$as_me:3197: error: No awk program found" >&5 3112 +test -z "$AWK" && { { echo "$as_me:321 4: error: No awk program found" >&53234 +test -z "$AWK" && { { echo "$as_me:3215: error: No awk program found" >&5 3113 3235 echo "$as_me: error: No awk program found" >&2;} 3114 3236 { (exit 1); exit 1; }; } 3115 3237 3116 3238 -echo "$as_me:3201: checking for egrep" >&5 3117 +echo "$as_me:321 8: checking for egrep" >&53239 +echo "$as_me:3219: checking for egrep" >&5 3118 3240 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3119 3241 if test "${ac_cv_prog_egrep+set}" = set; then 3120 3242 echo $ECHO_N "(cached) $ECHO_C" >&6 3121 @@ -3208,11 +322 5,11 @@3243 @@ -3208,11 +3226,11 @@ 3122 3244 else ac_cv_prog_egrep='egrep' 3123 3245 fi 3124 3246 fi 3125 3247 -echo "$as_me:3211: result: $ac_cv_prog_egrep" >&5 3126 +echo "$as_me:322 8: result: $ac_cv_prog_egrep" >&53248 +echo "$as_me:3229: result: $ac_cv_prog_egrep" >&5 3127 3249 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 3128 3250 EGREP=$ac_cv_prog_egrep 3129 3251 3130 3252 -test -z "$EGREP" && { { echo "$as_me:3215: error: No egrep program found" >&5 3131 +test -z "$EGREP" && { { echo "$as_me:323 2: error: No egrep program found" >&53253 +test -z "$EGREP" && { { echo "$as_me:3233: error: No egrep program found" >&5 3132 3254 echo "$as_me: error: No egrep program found" >&2;} 3133 3255 { (exit 1); exit 1; }; } 3134 3256 3135 @@ -3228,7 +324 5,7 @@3257 @@ -3228,7 +3246,7 @@ 3136 3258 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 3137 3259 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3138 3260 # ./install, which can be erroneously created by make from ./install.sh. 3139 3261 -echo "$as_me:3231: checking for a BSD compatible install" >&5 3140 +echo "$as_me:324 8: checking for a BSD compatible install" >&53262 +echo "$as_me:3249: checking for a BSD compatible install" >&5 3141 3263 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 3142 3264 if test -z "$INSTALL"; then 3143 3265 if test "${ac_cv_path_install+set}" = set; then 3144 @@ -3277,7 +329 4,7 @@3266 @@ -3277,7 +3295,7 @@ 3145 3267 INSTALL=$ac_install_sh 3146 3268 fi 3147 3269 fi 3148 3270 -echo "$as_me:3280: result: $INSTALL" >&5 3149 +echo "$as_me:329 7: result: $INSTALL" >&53271 +echo "$as_me:3298: result: $INSTALL" >&5 3150 3272 echo "${ECHO_T}$INSTALL" >&6 3151 3273 3152 3274 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3153 @@ -3302,7 +33 19,7 @@3275 @@ -3302,7 +3320,7 @@ 3154 3276 do 3155 3277 # Extract the first word of "$ac_prog", so it can be a program name with args. 3156 3278 set dummy $ac_prog; ac_word=$2 3157 3279 -echo "$as_me:3305: checking for $ac_word" >&5 3158 +echo "$as_me:332 2: checking for $ac_word" >&53280 +echo "$as_me:3323: checking for $ac_word" >&5 3159 3281 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3160 3282 if test "${ac_cv_prog_LINT+set}" = set; then 3161 3283 echo $ECHO_N "(cached) $ECHO_C" >&6 3162 @@ -3317,7 +333 4,7 @@3284 @@ -3317,7 +3335,7 @@ 3163 3285 test -z "$ac_dir" && ac_dir=. 3164 3286 $as_executable_p "$ac_dir/$ac_word" || continue 3165 3287 ac_cv_prog_LINT="$ac_prog" 3166 3288 -echo "$as_me:3320: found $ac_dir/$ac_word" >&5 3167 +echo "$as_me:333 7: found $ac_dir/$ac_word" >&53289 +echo "$as_me:3338: found $ac_dir/$ac_word" >&5 3168 3290 break 3169 3291 done 3170 3292 3171 @@ -3325,28 +334 2,28 @@3293 @@ -3325,28 +3343,28 @@ 3172 3294 fi 3173 3295 LINT=$ac_cv_prog_LINT 3174 3296 if test -n "$LINT"; then 3175 3297 - echo "$as_me:3328: result: $LINT" >&5 3176 + echo "$as_me:334 5: result: $LINT" >&53298 + echo "$as_me:3346: result: $LINT" >&5 3177 3299 echo "${ECHO_T}$LINT" >&6 3178 3300 else 3179 3301 - echo "$as_me:3331: result: no" >&5 3180 + echo "$as_me:334 8: result: no" >&53302 + echo "$as_me:3349: result: no" >&5 3181 3303 echo "${ECHO_T}no" >&6 3182 3304 fi … … 3186 3308 3187 3309 -echo "$as_me:3338: checking whether ln -s works" >&5 3188 +echo "$as_me:335 5: checking whether ln -s works" >&53310 +echo "$as_me:3356: checking whether ln -s works" >&5 3189 3311 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 3190 3312 LN_S=$as_ln_s 3191 3313 if test "$LN_S" = "ln -s"; then 3192 3314 - echo "$as_me:3342: result: yes" >&5 3193 + echo "$as_me:33 59: result: yes" >&53315 + echo "$as_me:3360: result: yes" >&5 3194 3316 echo "${ECHO_T}yes" >&6 3195 3317 else 3196 3318 - echo "$as_me:3345: result: no, using $LN_S" >&5 3197 + echo "$as_me:336 2: result: no, using $LN_S" >&53319 + echo "$as_me:3363: result: no, using $LN_S" >&5 3198 3320 echo "${ECHO_T}no, using $LN_S" >&6 3199 3321 fi 3200 3322 3201 3323 -echo "$as_me:3349: checking for long file names" >&5 3202 +echo "$as_me:336 6: checking for long file names" >&53324 +echo "$as_me:3367: checking for long file names" >&5 3203 3325 echo $ECHO_N "checking for long file names... $ECHO_C" >&6 3204 3326 if test "${ac_cv_sys_long_file_names+set}" = set; then 3205 3327 echo $ECHO_N "(cached) $ECHO_C" >&6 3206 @@ -3385,7 +340 2,7 @@3328 @@ -3385,7 +3403,7 @@ 3207 3329 rm -rf $ac_xdir 2>/dev/null 3208 3330 done 3209 3331 fi 3210 3332 -echo "$as_me:3388: result: $ac_cv_sys_long_file_names" >&5 3211 +echo "$as_me:340 5: result: $ac_cv_sys_long_file_names" >&53333 +echo "$as_me:3406: result: $ac_cv_sys_long_file_names" >&5 3212 3334 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 3213 3335 if test $ac_cv_sys_long_file_names = yes; then 3214 3336 3215 @@ -3395,7 +341 2,136 @@3337 @@ -3395,7 +3413,136 @@ 3216 3338 3217 3339 fi … … 3220 3342 +# if we find pkg-config, check if we should install the ".pc" files. 3221 3343 + 3222 +echo "$as_me:341 7: checking if you want to use pkg-config" >&53344 +echo "$as_me:3418: checking if you want to use pkg-config" >&5 3223 3345 +echo $ECHO_N "checking if you want to use pkg-config... $ECHO_C" >&6 3224 3346 + … … 3230 3352 + cf_pkg_config=yes 3231 3353 +fi; 3232 +echo "$as_me:342 7: result: $cf_pkg_config" >&53354 +echo "$as_me:3428: result: $cf_pkg_config" >&5 3233 3355 +echo "${ECHO_T}$cf_pkg_config" >&6 3234 3356 + … … 3240 3362 + # Extract the first word of "pkg-config", so it can be a program name with args. 3241 3363 +set dummy pkg-config; ac_word=$2 3242 +echo "$as_me:343 7: checking for $ac_word" >&53364 +echo "$as_me:3438: checking for $ac_word" >&5 3243 3365 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3244 3366 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then … … 3257 3379 + if $as_executable_p "$ac_dir/$ac_word"; then 3258 3380 + ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" 3259 + echo "$as_me:345 4: found $ac_dir/$ac_word" >&53381 + echo "$as_me:3455: found $ac_dir/$ac_word" >&5 3260 3382 + break 3261 3383 +fi … … 3269 3391 + 3270 3392 +if test -n "$PKG_CONFIG"; then 3271 + echo "$as_me:346 6: result: $PKG_CONFIG" >&53393 + echo "$as_me:3467: result: $PKG_CONFIG" >&5 3272 3394 +echo "${ECHO_T}$PKG_CONFIG" >&6 3273 3395 +else 3274 + echo "$as_me:34 69: result: no" >&53396 + echo "$as_me:3470: result: no" >&5 3275 3397 +echo "${ECHO_T}no" >&6 3276 3398 +fi … … 3310 3432 + ;; 3311 3433 +*) 3312 + { { echo "$as_me:350 7: error: expected a pathname, not \"$PKG_CONFIG\"" >&53434 + { { echo "$as_me:3508: error: expected a pathname, not \"$PKG_CONFIG\"" >&5 3313 3435 +echo "$as_me: error: expected a pathname, not \"$PKG_CONFIG\"" >&2;} 3314 3436 + { (exit 1); exit 1; }; } … … 3319 3441 + 3320 3442 +if test "$PKG_CONFIG" != no ; then 3321 + echo "$as_me:351 6: checking if we should install .pc files for $PKG_CONFIG" >&53443 + echo "$as_me:3517: checking if we should install .pc files for $PKG_CONFIG" >&5 3322 3444 +echo $ECHO_N "checking if we should install .pc files for $PKG_CONFIG... $ECHO_C" >&6 3323 3445 + … … 3336 3458 + enable_pc_files=no 3337 3459 +fi; 3338 + echo "$as_me:353 3: result: $enable_pc_files" >&53460 + echo "$as_me:3534: result: $enable_pc_files" >&5 3339 3461 +echo "${ECHO_T}$enable_pc_files" >&6 3340 3462 + else 3341 + echo "$as_me:353 6: result: no" >&53463 + echo "$as_me:3537: result: no" >&5 3342 3464 +echo "${ECHO_T}no" >&6 3343 + { echo "$as_me:353 8: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&53465 + { echo "$as_me:3539: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&5 3344 3466 +echo "$as_me: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&2;} 3345 3467 + enable_pc_files=no … … 3347 3469 +fi 3348 3470 + 3349 +echo "$as_me:354 4: checking if we should assume mixed-case filenames" >&53471 +echo "$as_me:3545: checking if we should assume mixed-case filenames" >&5 3350 3472 echo $ECHO_N "checking if we should assume mixed-case filenames... $ECHO_C" >&6 3351 3473 3352 3474 # Check whether --enable-mixed-case or --disable-mixed-case was given. 3353 @@ -3405,11 +355 1,11 @@3475 @@ -3405,11 +3552,11 @@ 3354 3476 else 3355 3477 enable_mixedcase=auto 3356 3478 fi; 3357 3479 -echo "$as_me:3408: result: $enable_mixedcase" >&5 3358 +echo "$as_me:355 4: result: $enable_mixedcase" >&53480 +echo "$as_me:3555: result: $enable_mixedcase" >&5 3359 3481 echo "${ECHO_T}$enable_mixedcase" >&6 3360 3482 if test "$enable_mixedcase" = "auto" ; then 3361 3483 3362 3484 -echo "$as_me:3412: checking if filesystem supports mixed-case filenames" >&5 3363 +echo "$as_me:355 8: checking if filesystem supports mixed-case filenames" >&53485 +echo "$as_me:3559: checking if filesystem supports mixed-case filenames" >&5 3364 3486 echo $ECHO_N "checking if filesystem supports mixed-case filenames... $ECHO_C" >&6 3365 3487 if test "${cf_cv_mixedcase+set}" = set; then 3366 3488 echo $ECHO_N "(cached) $ECHO_C" >&6 3367 @@ -3436,7 +358 2,7 @@3489 @@ -3436,7 +3583,7 @@ 3368 3490 fi 3369 3491 3370 3492 fi 3371 3493 -echo "$as_me:3439: result: $cf_cv_mixedcase" >&5 3372 +echo "$as_me:358 5: result: $cf_cv_mixedcase" >&53494 +echo "$as_me:3586: result: $cf_cv_mixedcase" >&5 3373 3495 echo "${ECHO_T}$cf_cv_mixedcase" >&6 3374 3496 test "$cf_cv_mixedcase" = yes && cat >>confdefs.h <<\EOF 3375 3497 #define MIXEDCASE_FILENAMES 1 3376 @@ -3453,7 +3 599,7 @@3498 @@ -3453,7 +3600,7 @@ 3377 3499 fi 3378 3500 3379 3501 # do this after mixed-case option (tags/TAGS is not as important as tic). 3380 3502 -echo "$as_me:3456: checking whether ${MAKE-make} sets \${MAKE}" >&5 3381 +echo "$as_me:360 2: checking whether ${MAKE-make} sets \${MAKE}" >&53503 +echo "$as_me:3603: checking whether ${MAKE-make} sets \${MAKE}" >&5 3382 3504 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 3383 3505 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 3384 3506 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 3385 @@ -3473,18 +36 19,18 @@3507 @@ -3473,18 +3620,18 @@ 3386 3508 rm -f conftest.make 3387 3509 fi 3388 3510 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 3389 3511 - echo "$as_me:3476: result: yes" >&5 3390 + echo "$as_me:362 2: result: yes" >&53512 + echo "$as_me:3623: result: yes" >&5 3391 3513 echo "${ECHO_T}yes" >&6 3392 3514 SET_MAKE= 3393 3515 else 3394 3516 - echo "$as_me:3480: result: no" >&5 3395 + echo "$as_me:362 6: result: no" >&53517 + echo "$as_me:3627: result: no" >&5 3396 3518 echo "${ECHO_T}no" >&6 3397 3519 SET_MAKE="MAKE=${MAKE-make}" … … 3401 3523 set dummy ctags; ac_word=$2 3402 3524 -echo "$as_me:3487: checking for $ac_word" >&5 3403 +echo "$as_me:363 3: checking for $ac_word" >&53525 +echo "$as_me:3634: checking for $ac_word" >&5 3404 3526 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3405 3527 if test "${ac_cv_prog_MAKE_LOWER_TAGS+set}" = set; then 3406 3528 echo $ECHO_N "(cached) $ECHO_C" >&6 3407 @@ -3499,7 +364 5,7 @@3529 @@ -3499,7 +3646,7 @@ 3408 3530 test -z "$ac_dir" && ac_dir=. 3409 3531 $as_executable_p "$ac_dir/$ac_word" || continue 3410 3532 ac_cv_prog_MAKE_LOWER_TAGS="yes" 3411 3533 -echo "$as_me:3502: found $ac_dir/$ac_word" >&5 3412 +echo "$as_me:364 8: found $ac_dir/$ac_word" >&53534 +echo "$as_me:3649: found $ac_dir/$ac_word" >&5 3413 3535 break 3414 3536 done 3415 3537 3416 @@ -3508,17 +365 4,17 @@3538 @@ -3508,17 +3655,17 @@ 3417 3539 fi 3418 3540 MAKE_LOWER_TAGS=$ac_cv_prog_MAKE_LOWER_TAGS 3419 3541 if test -n "$MAKE_LOWER_TAGS"; then 3420 3542 - echo "$as_me:3511: result: $MAKE_LOWER_TAGS" >&5 3421 + echo "$as_me:365 7: result: $MAKE_LOWER_TAGS" >&53543 + echo "$as_me:3658: result: $MAKE_LOWER_TAGS" >&5 3422 3544 echo "${ECHO_T}$MAKE_LOWER_TAGS" >&6 3423 3545 else 3424 3546 - echo "$as_me:3514: result: no" >&5 3425 + echo "$as_me:366 0: result: no" >&53547 + echo "$as_me:3661: result: no" >&5 3426 3548 echo "${ECHO_T}no" >&6 3427 3549 fi … … 3431 3553 set dummy etags; ac_word=$2 3432 3554 -echo "$as_me:3521: checking for $ac_word" >&5 3433 +echo "$as_me:366 7: checking for $ac_word" >&53555 +echo "$as_me:3668: checking for $ac_word" >&5 3434 3556 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3435 3557 if test "${ac_cv_prog_MAKE_UPPER_TAGS+set}" = set; then 3436 3558 echo $ECHO_N "(cached) $ECHO_C" >&6 3437 @@ -3533,7 +36 79,7 @@3559 @@ -3533,7 +3680,7 @@ 3438 3560 test -z "$ac_dir" && ac_dir=. 3439 3561 $as_executable_p "$ac_dir/$ac_word" || continue 3440 3562 ac_cv_prog_MAKE_UPPER_TAGS="yes" 3441 3563 -echo "$as_me:3536: found $ac_dir/$ac_word" >&5 3442 +echo "$as_me:368 2: found $ac_dir/$ac_word" >&53564 +echo "$as_me:3683: found $ac_dir/$ac_word" >&5 3443 3565 break 3444 3566 done 3445 3567 3446 @@ -3542,10 +368 8,10 @@3568 @@ -3542,10 +3689,10 @@ 3447 3569 fi 3448 3570 MAKE_UPPER_TAGS=$ac_cv_prog_MAKE_UPPER_TAGS 3449 3571 if test -n "$MAKE_UPPER_TAGS"; then 3450 3572 - echo "$as_me:3545: result: $MAKE_UPPER_TAGS" >&5 3451 + echo "$as_me:369 1: result: $MAKE_UPPER_TAGS" >&53573 + echo "$as_me:3692: result: $MAKE_UPPER_TAGS" >&5 3452 3574 echo "${ECHO_T}$MAKE_UPPER_TAGS" >&6 3453 3575 else 3454 3576 - echo "$as_me:3548: result: no" >&5 3455 + echo "$as_me:369 4: result: no" >&53577 + echo "$as_me:3695: result: no" >&5 3456 3578 echo "${ECHO_T}no" >&6 3457 3579 fi 3458 3580 3459 @@ -3565,7 +371 1,7 @@3581 @@ -3565,7 +3712,7 @@ 3460 3582 MAKE_LOWER_TAGS="#" 3461 3583 fi 3462 3584 3463 3585 -echo "$as_me:3568: checking for makeflags variable" >&5 3464 +echo "$as_me:371 4: checking for makeflags variable" >&53586 +echo "$as_me:3715: checking for makeflags variable" >&5 3465 3587 echo $ECHO_N "checking for makeflags variable... $ECHO_C" >&6 3466 3588 if test "${cf_cv_makeflags+set}" = set; then 3467 3589 echo $ECHO_N "(cached) $ECHO_C" >&6 3468 @@ -3599,13 +374 5,13 @@3590 @@ -3599,13 +3746,13 @@ 3469 3591 rm -f cf_makeflags.tmp 3470 3592 3471 3593 fi 3472 3594 -echo "$as_me:3602: result: $cf_cv_makeflags" >&5 3473 +echo "$as_me:374 8: result: $cf_cv_makeflags" >&53595 +echo "$as_me:3749: result: $cf_cv_makeflags" >&5 3474 3596 echo "${ECHO_T}$cf_cv_makeflags" >&6 3475 3597 … … 3478 3600 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3479 3601 -echo "$as_me:3608: checking for $ac_word" >&5 3480 +echo "$as_me:375 4: checking for $ac_word" >&53602 +echo "$as_me:3755: checking for $ac_word" >&5 3481 3603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3482 3604 if test "${ac_cv_prog_RANLIB+set}" = set; then 3483 3605 echo $ECHO_N "(cached) $ECHO_C" >&6 3484 @@ -3620,7 +376 6,7 @@3606 @@ -3620,7 +3767,7 @@ 3485 3607 test -z "$ac_dir" && ac_dir=. 3486 3608 $as_executable_p "$ac_dir/$ac_word" || continue 3487 3609 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3488 3610 -echo "$as_me:3623: found $ac_dir/$ac_word" >&5 3489 +echo "$as_me:37 69: found $ac_dir/$ac_word" >&53611 +echo "$as_me:3770: found $ac_dir/$ac_word" >&5 3490 3612 break 3491 3613 done 3492 3614 3493 @@ -3628,10 +377 4,10 @@3615 @@ -3628,10 +3775,10 @@ 3494 3616 fi 3495 3617 RANLIB=$ac_cv_prog_RANLIB 3496 3618 if test -n "$RANLIB"; then 3497 3619 - echo "$as_me:3631: result: $RANLIB" >&5 3498 + echo "$as_me:377 7: result: $RANLIB" >&53620 + echo "$as_me:3778: result: $RANLIB" >&5 3499 3621 echo "${ECHO_T}$RANLIB" >&6 3500 3622 else 3501 3623 - echo "$as_me:3634: result: no" >&5 3502 + echo "$as_me:378 0: result: no" >&53624 + echo "$as_me:3781: result: no" >&5 3503 3625 echo "${ECHO_T}no" >&6 3504 3626 fi 3505 3627 3506 @@ -3640,7 +378 6,7 @@3628 @@ -3640,7 +3787,7 @@ 3507 3629 ac_ct_RANLIB=$RANLIB 3508 3630 # Extract the first word of "ranlib", so it can be a program name with args. 3509 3631 set dummy ranlib; ac_word=$2 3510 3632 -echo "$as_me:3643: checking for $ac_word" >&5 3511 +echo "$as_me:37 89: checking for $ac_word" >&53633 +echo "$as_me:3790: checking for $ac_word" >&5 3512 3634 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3513 3635 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3514 3636 echo $ECHO_N "(cached) $ECHO_C" >&6 3515 @@ -3655,7 +380 1,7 @@3637 @@ -3655,7 +3802,7 @@ 3516 3638 test -z "$ac_dir" && ac_dir=. 3517 3639 $as_executable_p "$ac_dir/$ac_word" || continue 3518 3640 ac_cv_prog_ac_ct_RANLIB="ranlib" 3519 3641 -echo "$as_me:3658: found $ac_dir/$ac_word" >&5 3520 +echo "$as_me:380 4: found $ac_dir/$ac_word" >&53642 +echo "$as_me:3805: found $ac_dir/$ac_word" >&5 3521 3643 break 3522 3644 done 3523 3645 3524 @@ -3664,10 +381 0,10 @@3646 @@ -3664,10 +3811,10 @@ 3525 3647 fi 3526 3648 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3527 3649 if test -n "$ac_ct_RANLIB"; then 3528 3650 - echo "$as_me:3667: result: $ac_ct_RANLIB" >&5 3529 + echo "$as_me:381 3: result: $ac_ct_RANLIB" >&53651 + echo "$as_me:3814: result: $ac_ct_RANLIB" >&5 3530 3652 echo "${ECHO_T}$ac_ct_RANLIB" >&6 3531 3653 else 3532 3654 - echo "$as_me:3670: result: no" >&5 3533 + echo "$as_me:381 6: result: no" >&53655 + echo "$as_me:3817: result: no" >&5 3534 3656 echo "${ECHO_T}no" >&6 3535 3657 fi 3536 3658 3537 @@ -3679,7 +382 5,7 @@3659 @@ -3679,7 +3826,7 @@ 3538 3660 if test -n "$ac_tool_prefix"; then 3539 3661 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args. 3540 3662 set dummy ${ac_tool_prefix}ld; ac_word=$2 3541 3663 -echo "$as_me:3682: checking for $ac_word" >&5 3542 +echo "$as_me:382 8: checking for $ac_word" >&53664 +echo "$as_me:3829: checking for $ac_word" >&5 3543 3665 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3544 3666 if test "${ac_cv_prog_LD+set}" = set; then 3545 3667 echo $ECHO_N "(cached) $ECHO_C" >&6 3546 @@ -3694,7 +384 0,7 @@3668 @@ -3694,7 +3841,7 @@ 3547 3669 test -z "$ac_dir" && ac_dir=. 3548 3670 $as_executable_p "$ac_dir/$ac_word" || continue 3549 3671 ac_cv_prog_LD="${ac_tool_prefix}ld" 3550 3672 -echo "$as_me:3697: found $ac_dir/$ac_word" >&5 3551 +echo "$as_me:384 3: found $ac_dir/$ac_word" >&53673 +echo "$as_me:3844: found $ac_dir/$ac_word" >&5 3552 3674 break 3553 3675 done 3554 3676 3555 @@ -3702,10 +384 8,10 @@3677 @@ -3702,10 +3849,10 @@ 3556 3678 fi 3557 3679 LD=$ac_cv_prog_LD 3558 3680 if test -n "$LD"; then 3559 3681 - echo "$as_me:3705: result: $LD" >&5 3560 + echo "$as_me:385 1: result: $LD" >&53682 + echo "$as_me:3852: result: $LD" >&5 3561 3683 echo "${ECHO_T}$LD" >&6 3562 3684 else 3563 3685 - echo "$as_me:3708: result: no" >&5 3564 + echo "$as_me:385 4: result: no" >&53686 + echo "$as_me:3855: result: no" >&5 3565 3687 echo "${ECHO_T}no" >&6 3566 3688 fi 3567 3689 3568 @@ -3714,7 +386 0,7 @@3690 @@ -3714,7 +3861,7 @@ 3569 3691 ac_ct_LD=$LD 3570 3692 # Extract the first word of "ld", so it can be a program name with args. 3571 3693 set dummy ld; ac_word=$2 3572 3694 -echo "$as_me:3717: checking for $ac_word" >&5 3573 +echo "$as_me:386 3: checking for $ac_word" >&53695 +echo "$as_me:3864: checking for $ac_word" >&5 3574 3696 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3575 3697 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then 3576 3698 echo $ECHO_N "(cached) $ECHO_C" >&6 3577 @@ -3729,7 +387 5,7 @@3699 @@ -3729,7 +3876,7 @@ 3578 3700 test -z "$ac_dir" && ac_dir=. 3579 3701 $as_executable_p "$ac_dir/$ac_word" || continue 3580 3702 ac_cv_prog_ac_ct_LD="ld" 3581 3703 -echo "$as_me:3732: found $ac_dir/$ac_word" >&5 3582 +echo "$as_me:387 8: found $ac_dir/$ac_word" >&53704 +echo "$as_me:3879: found $ac_dir/$ac_word" >&5 3583 3705 break 3584 3706 done 3585 3707 3586 @@ -3738,10 +388 4,10 @@3708 @@ -3738,10 +3885,10 @@ 3587 3709 fi 3588 3710 ac_ct_LD=$ac_cv_prog_ac_ct_LD 3589 3711 if test -n "$ac_ct_LD"; then 3590 3712 - echo "$as_me:3741: result: $ac_ct_LD" >&5 3591 + echo "$as_me:388 7: result: $ac_ct_LD" >&53713 + echo "$as_me:3888: result: $ac_ct_LD" >&5 3592 3714 echo "${ECHO_T}$ac_ct_LD" >&6 3593 3715 else 3594 3716 - echo "$as_me:3744: result: no" >&5 3595 + echo "$as_me:389 0: result: no" >&53717 + echo "$as_me:3891: result: no" >&5 3596 3718 echo "${ECHO_T}no" >&6 3597 3719 fi 3598 3720 3599 @@ -3753,7 +3 899,7 @@3721 @@ -3753,7 +3900,7 @@ 3600 3722 if test -n "$ac_tool_prefix"; then 3601 3723 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 3602 3724 set dummy ${ac_tool_prefix}ar; ac_word=$2 3603 3725 -echo "$as_me:3756: checking for $ac_word" >&5 3604 +echo "$as_me:390 2: checking for $ac_word" >&53726 +echo "$as_me:3903: checking for $ac_word" >&5 3605 3727 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3606 3728 if test "${ac_cv_prog_AR+set}" = set; then 3607 3729 echo $ECHO_N "(cached) $ECHO_C" >&6 3608 @@ -3768,7 +391 4,7 @@3730 @@ -3768,7 +3915,7 @@ 3609 3731 test -z "$ac_dir" && ac_dir=. 3610 3732 $as_executable_p "$ac_dir/$ac_word" || continue 3611 3733 ac_cv_prog_AR="${ac_tool_prefix}ar" 3612 3734 -echo "$as_me:3771: found $ac_dir/$ac_word" >&5 3613 +echo "$as_me:391 7: found $ac_dir/$ac_word" >&53735 +echo "$as_me:3918: found $ac_dir/$ac_word" >&5 3614 3736 break 3615 3737 done 3616 3738 3617 @@ -3776,10 +392 2,10 @@3739 @@ -3776,10 +3923,10 @@ 3618 3740 fi 3619 3741 AR=$ac_cv_prog_AR 3620 3742 if test -n "$AR"; then 3621 3743 - echo "$as_me:3779: result: $AR" >&5 3622 + echo "$as_me:392 5: result: $AR" >&53744 + echo "$as_me:3926: result: $AR" >&5 3623 3745 echo "${ECHO_T}$AR" >&6 3624 3746 else 3625 3747 - echo "$as_me:3782: result: no" >&5 3626 + echo "$as_me:392 8: result: no" >&53748 + echo "$as_me:3929: result: no" >&5 3627 3749 echo "${ECHO_T}no" >&6 3628 3750 fi 3629 3751 3630 @@ -3788,7 +393 4,7 @@3752 @@ -3788,7 +3935,7 @@ 3631 3753 ac_ct_AR=$AR 3632 3754 # Extract the first word of "ar", so it can be a program name with args. 3633 3755 set dummy ar; ac_word=$2 3634 3756 -echo "$as_me:3791: checking for $ac_word" >&5 3635 +echo "$as_me:393 7: checking for $ac_word" >&53757 +echo "$as_me:3938: checking for $ac_word" >&5 3636 3758 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3637 3759 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 3638 3760 echo $ECHO_N "(cached) $ECHO_C" >&6 3639 @@ -3803,7 +39 49,7 @@3761 @@ -3803,7 +3950,7 @@ 3640 3762 test -z "$ac_dir" && ac_dir=. 3641 3763 $as_executable_p "$ac_dir/$ac_word" || continue 3642 3764 ac_cv_prog_ac_ct_AR="ar" 3643 3765 -echo "$as_me:3806: found $ac_dir/$ac_word" >&5 3644 +echo "$as_me:395 2: found $ac_dir/$ac_word" >&53766 +echo "$as_me:3953: found $ac_dir/$ac_word" >&5 3645 3767 break 3646 3768 done 3647 3769 3648 @@ -3812,10 +395 8,10 @@3770 @@ -3812,10 +3959,10 @@ 3649 3771 fi 3650 3772 ac_ct_AR=$ac_cv_prog_ac_ct_AR 3651 3773 if test -n "$ac_ct_AR"; then 3652 3774 - echo "$as_me:3815: result: $ac_ct_AR" >&5 3653 + echo "$as_me:396 1: result: $ac_ct_AR" >&53775 + echo "$as_me:3962: result: $ac_ct_AR" >&5 3654 3776 echo "${ECHO_T}$ac_ct_AR" >&6 3655 3777 else 3656 3778 - echo "$as_me:3818: result: no" >&5 3657 + echo "$as_me:396 4: result: no" >&53779 + echo "$as_me:3965: result: no" >&5 3658 3780 echo "${ECHO_T}no" >&6 3659 3781 fi 3660 3782 3661 @@ -3824,25 +397 0,123 @@3783 @@ -3824,25 +3971,123 @@ 3662 3784 AR="$ac_cv_prog_AR" 3663 3785 fi … … 3667 3789 + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 3668 3790 +set dummy ${ac_tool_prefix}ar; ac_word=$2 3669 +echo "$as_me:397 6: checking for $ac_word" >&53791 +echo "$as_me:3977: checking for $ac_word" >&5 3670 3792 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3671 3793 +if test "${ac_cv_prog_AR+set}" = set; then … … 3682 3804 + $as_executable_p "$ac_dir/$ac_word" || continue 3683 3805 +ac_cv_prog_AR="${ac_tool_prefix}ar" 3684 +echo "$as_me:399 1: found $ac_dir/$ac_word" >&53806 +echo "$as_me:3992: found $ac_dir/$ac_word" >&5 3685 3807 +break 3686 3808 +done … … 3692 3814 +AR=$ac_cv_prog_AR 3693 3815 +if test -n "$AR"; then 3694 + echo "$as_me: 3999: result: $AR" >&53816 + echo "$as_me:4000: result: $AR" >&5 3695 3817 +echo "${ECHO_T}$AR" >&6 3696 3818 +else 3697 + echo "$as_me:400 2: result: no" >&53819 + echo "$as_me:4003: result: no" >&5 3698 3820 +echo "${ECHO_T}no" >&6 3699 3821 +fi 3700 3701 -if test -z "$AR_OPTS" ; then 3702 - AR_OPTS=rv 3822 + 3703 3823 +fi 3704 3824 +if test -z "$ac_cv_prog_AR"; then … … 3706 3826 + # Extract the first word of "ar", so it can be a program name with args. 3707 3827 +set dummy ar; ac_word=$2 3708 +echo "$as_me:401 1: checking for $ac_word" >&53828 +echo "$as_me:4012: checking for $ac_word" >&5 3709 3829 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3710 3830 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then … … 3721 3841 + $as_executable_p "$ac_dir/$ac_word" || continue 3722 3842 +ac_cv_prog_ac_ct_AR="ar" 3723 +echo "$as_me:402 6: found $ac_dir/$ac_word" >&53843 +echo "$as_me:4027: found $ac_dir/$ac_word" >&5 3724 3844 +break 3725 3845 +done 3726 3846 3847 -if test -z "$AR_OPTS" ; then 3848 - AR_OPTS=rv 3727 3849 + test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar" 3728 3850 +fi 3729 3851 +fi 3730 3852 +ac_ct_AR=$ac_cv_prog_ac_ct_AR 3731 3853 +if test -n "$ac_ct_AR"; then 3732 + echo "$as_me:403 5: result: $ac_ct_AR" >&53854 + echo "$as_me:4036: result: $ac_ct_AR" >&5 3733 3855 +echo "${ECHO_T}$ac_ct_AR" >&6 3734 3856 +else 3735 + echo "$as_me:403 8: result: no" >&53857 + echo "$as_me:4039: result: no" >&5 3736 3858 +echo "${ECHO_T}no" >&6 3737 3859 +fi 3738 + 3860 3739 3861 + AR=$ac_ct_AR 3740 3862 +else 3741 3863 + AR="$ac_cv_prog_AR" 3742 +fi 3743 + 3744 +echo "$as_me:4047: checking for options to update archives" >&5 3864 fi 3865 3866 -cf_cv_subst_AR_OPTS=$AR_OPTS 3867 -echo "$as_me:3840: result: $AR_OPTS" >&5 3868 -echo "${ECHO_T}$AR_OPTS" >&6 3869 +echo "$as_me:4048: checking for options to update archives" >&5 3745 3870 +echo $ECHO_N "checking for options to update archives... $ECHO_C" >&6 3746 3871 +if test "${cf_cv_ar_flags+set}" = set; then 3747 3872 + echo $ECHO_N "(cached) $ECHO_C" >&6 3748 3873 +else 3749 3750 -cf_cv_subst_AR_OPTS=$AR_OPTS 3751 -echo "$as_me:3840: result: $AR_OPTS" >&5 3752 -echo "${ECHO_T}$AR_OPTS" >&6 3874 + 3753 3875 + cf_cv_ar_flags=unknown 3754 3876 + for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv … … 3758 3880 + 3759 3881 + cat >conftest.$ac_ext <<EOF 3760 +#line 406 0"configure"3882 +#line 4061 "configure" 3761 3883 +int testdata[3] = { 123, 456, 789 }; 3762 3884 +EOF 3763 + if { (eval echo "$as_me:406 3: \"$ac_compile\"") >&53885 + if { (eval echo "$as_me:4064: \"$ac_compile\"") >&5 3764 3886 + (eval $ac_compile) 2>&5 3765 3887 + ac_status=$? 3766 + echo "$as_me:406 6: \$? = $ac_status" >&53888 + echo "$as_me:4067: \$? = $ac_status" >&5 3767 3889 + (exit $ac_status); } ; then 3768 3890 + $AR $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&5 1>/dev/null … … 3774 3896 + test -n "$verbose" && echo " cannot compile test-program" 1>&6 3775 3897 + 3776 +echo "${as_me-configure}:407 6: testing cannot compile test-program ..." 1>&53898 +echo "${as_me-configure}:4077: testing cannot compile test-program ..." 1>&5 3777 3899 + 3778 3900 + break … … 3782 3904 3783 3905 fi 3784 +echo "$as_me:408 4: result: $cf_cv_ar_flags" >&53906 +echo "$as_me:4085: result: $cf_cv_ar_flags" >&5 3785 3907 +echo "${ECHO_T}$cf_cv_ar_flags" >&6 3786 3908 +test -z "$ARFLAGS" && ARFLAGS=$cf_cv_ar_flags … … 3788 3910 3789 3911 -echo "$as_me:3845: checking if you have specified an install-prefix" >&5 3790 +echo "$as_me:40 89: checking if you have specified an install-prefix" >&53912 +echo "$as_me:4090: checking if you have specified an install-prefix" >&5 3791 3913 echo $ECHO_N "checking if you have specified an install-prefix... $ECHO_C" >&6 3792 3914 3793 3915 # Check whether --with-install-prefix or --without-install-prefix was given. 3794 @@ -3855,7 +4 099,7 @@3916 @@ -3855,7 +4100,7 @@ 3795 3917 ;; 3796 3918 esac 3797 3919 fi; 3798 3920 -echo "$as_me:3858: result: $DESTDIR" >&5 3799 +echo "$as_me:410 2: result: $DESTDIR" >&53921 +echo "$as_me:4103: result: $DESTDIR" >&5 3800 3922 echo "${ECHO_T}$DESTDIR" >&6 3801 3923 3802 3924 ############################################################################### 3803 @@ -3883,7 +412 7,7 @@3925 @@ -3883,7 +4128,7 @@ 3804 3926 do 3805 3927 # Extract the first word of "$ac_prog", so it can be a program name with args. 3806 3928 set dummy $ac_prog; ac_word=$2 3807 3929 -echo "$as_me:3886: checking for $ac_word" >&5 3808 +echo "$as_me:413 0: checking for $ac_word" >&53930 +echo "$as_me:4131: checking for $ac_word" >&5 3809 3931 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3810 3932 if test "${ac_cv_prog_BUILD_CC+set}" = set; then 3811 3933 echo $ECHO_N "(cached) $ECHO_C" >&6 3812 @@ -3898,7 +414 2,7 @@3934 @@ -3898,7 +4143,7 @@ 3813 3935 test -z "$ac_dir" && ac_dir=. 3814 3936 $as_executable_p "$ac_dir/$ac_word" || continue 3815 3937 ac_cv_prog_BUILD_CC="$ac_prog" 3816 3938 -echo "$as_me:3901: found $ac_dir/$ac_word" >&5 3817 +echo "$as_me:414 5: found $ac_dir/$ac_word" >&53939 +echo "$as_me:4146: found $ac_dir/$ac_word" >&5 3818 3940 break 3819 3941 done 3820 3942 3821 @@ -3906,10 +415 0,10 @@3943 @@ -3906,10 +4151,10 @@ 3822 3944 fi 3823 3945 BUILD_CC=$ac_cv_prog_BUILD_CC 3824 3946 if test -n "$BUILD_CC"; then 3825 3947 - echo "$as_me:3909: result: $BUILD_CC" >&5 3826 + echo "$as_me:415 3: result: $BUILD_CC" >&53948 + echo "$as_me:4154: result: $BUILD_CC" >&5 3827 3949 echo "${ECHO_T}$BUILD_CC" >&6 3828 3950 else 3829 3951 - echo "$as_me:3912: result: no" >&5 3830 + echo "$as_me:415 6: result: no" >&53952 + echo "$as_me:4157: result: no" >&5 3831 3953 echo "${ECHO_T}no" >&6 3832 3954 fi 3833 3955 3834 @@ -3917,12 +416 1,12 @@3956 @@ -3917,12 +4162,12 @@ 3835 3957 done 3836 3958 3837 3959 fi; 3838 3960 - echo "$as_me:3920: checking for native build C compiler" >&5 3839 + echo "$as_me:416 4: checking for native build C compiler" >&53961 + echo "$as_me:4165: checking for native build C compiler" >&5 3840 3962 echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6 3841 3963 - echo "$as_me:3922: result: $BUILD_CC" >&5 3842 + echo "$as_me:416 6: result: $BUILD_CC" >&53964 + echo "$as_me:4167: result: $BUILD_CC" >&5 3843 3965 echo "${ECHO_T}$BUILD_CC" >&6 3844 3966 3845 3967 - echo "$as_me:3925: checking for native build C preprocessor" >&5 3846 + echo "$as_me:41 69: checking for native build C preprocessor" >&53968 + echo "$as_me:4170: checking for native build C preprocessor" >&5 3847 3969 echo $ECHO_N "checking for native build C preprocessor... $ECHO_C" >&6 3848 3970 3849 3971 # Check whether --with-build-cpp or --without-build-cpp was given. 3850 @@ -3932,10 +417 6,10 @@3972 @@ -3932,10 +4177,10 @@ 3851 3973 else 3852 3974 BUILD_CPP='${BUILD_CC} -E' 3853 3975 fi; 3854 3976 - echo "$as_me:3935: result: $BUILD_CPP" >&5 3855 + echo "$as_me:41 79: result: $BUILD_CPP" >&53977 + echo "$as_me:4180: result: $BUILD_CPP" >&5 3856 3978 echo "${ECHO_T}$BUILD_CPP" >&6 3857 3979 3858 3980 - echo "$as_me:3938: checking for native build C flags" >&5 3859 + echo "$as_me:418 2: checking for native build C flags" >&53981 + echo "$as_me:4183: checking for native build C flags" >&5 3860 3982 echo $ECHO_N "checking for native build C flags... $ECHO_C" >&6 3861 3983 3862 3984 # Check whether --with-build-cflags or --without-build-cflags was given. 3863 @@ -3943,10 +418 7,10 @@3985 @@ -3943,10 +4188,10 @@ 3864 3986 withval="$with_build_cflags" 3865 3987 BUILD_CFLAGS="$withval" 3866 3988 fi; 3867 3989 - echo "$as_me:3946: result: $BUILD_CFLAGS" >&5 3868 + echo "$as_me:419 0: result: $BUILD_CFLAGS" >&53990 + echo "$as_me:4191: result: $BUILD_CFLAGS" >&5 3869 3991 echo "${ECHO_T}$BUILD_CFLAGS" >&6 3870 3992 3871 3993 - echo "$as_me:3949: checking for native build C preprocessor-flags" >&5 3872 + echo "$as_me:419 3: checking for native build C preprocessor-flags" >&53994 + echo "$as_me:4194: checking for native build C preprocessor-flags" >&5 3873 3995 echo $ECHO_N "checking for native build C preprocessor-flags... $ECHO_C" >&6 3874 3996 3875 3997 # Check whether --with-build-cppflags or --without-build-cppflags was given. 3876 @@ -3954,10 +419 8,10 @@3998 @@ -3954,10 +4199,10 @@ 3877 3999 withval="$with_build_cppflags" 3878 4000 BUILD_CPPFLAGS="$withval" 3879 4001 fi; 3880 4002 - echo "$as_me:3957: result: $BUILD_CPPFLAGS" >&5 3881 + echo "$as_me:420 1: result: $BUILD_CPPFLAGS" >&54003 + echo "$as_me:4202: result: $BUILD_CPPFLAGS" >&5 3882 4004 echo "${ECHO_T}$BUILD_CPPFLAGS" >&6 3883 4005 3884 4006 - echo "$as_me:3960: checking for native build linker-flags" >&5 3885 + echo "$as_me:420 4: checking for native build linker-flags" >&54007 + echo "$as_me:4205: checking for native build linker-flags" >&5 3886 4008 echo $ECHO_N "checking for native build linker-flags... $ECHO_C" >&6 3887 4009 3888 4010 # Check whether --with-build-ldflags or --without-build-ldflags was given. 3889 @@ -3965,10 +42 09,10 @@4011 @@ -3965,10 +4210,10 @@ 3890 4012 withval="$with_build_ldflags" 3891 4013 BUILD_LDFLAGS="$withval" 3892 4014 fi; 3893 4015 - echo "$as_me:3968: result: $BUILD_LDFLAGS" >&5 3894 + echo "$as_me:421 2: result: $BUILD_LDFLAGS" >&54016 + echo "$as_me:4213: result: $BUILD_LDFLAGS" >&5 3895 4017 echo "${ECHO_T}$BUILD_LDFLAGS" >&6 3896 4018 3897 4019 - echo "$as_me:3971: checking for native build linker-libraries" >&5 3898 + echo "$as_me:421 5: checking for native build linker-libraries" >&54020 + echo "$as_me:4216: checking for native build linker-libraries" >&5 3899 4021 echo $ECHO_N "checking for native build linker-libraries... $ECHO_C" >&6 3900 4022 3901 4023 # Check whether --with-build-libs or --without-build-libs was given. 3902 @@ -3976,7 +422 0,7 @@4024 @@ -3976,7 +4221,7 @@ 3903 4025 withval="$with_build_libs" 3904 4026 BUILD_LIBS="$withval" 3905 4027 fi; 3906 4028 - echo "$as_me:3979: result: $BUILD_LIBS" >&5 3907 + echo "$as_me:422 3: result: $BUILD_LIBS" >&54029 + echo "$as_me:4224: result: $BUILD_LIBS" >&5 3908 4030 echo "${ECHO_T}$BUILD_LIBS" >&6 3909 4031 3910 4032 # this assumes we're on Unix. 3911 @@ -3986,7 +423 0,7 @@4033 @@ -3986,7 +4231,7 @@ 3912 4034 : ${BUILD_CC:='${CC}'} 3913 4035 3914 4036 if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then 3915 4037 - { { echo "$as_me:3989: error: Cross-build requires two compilers. 3916 + { { echo "$as_me:423 3: error: Cross-build requires two compilers.4038 + { { echo "$as_me:4234: error: Cross-build requires two compilers. 3917 4039 Use --with-build-cc to specify the native compiler." >&5 3918 4040 echo "$as_me: error: Cross-build requires two compilers. 3919 4041 Use --with-build-cc to specify the native compiler." >&2;} 3920 @@ -4027,7 +427 1,7 @@4042 @@ -4027,7 +4272,7 @@ 3921 4043 LIB_INSTALL= 3922 4044 LIB_UNINSTALL= 3923 4045 3924 4046 -echo "$as_me:4030: checking if you want to build libraries with libtool" >&5 3925 +echo "$as_me:427 4: checking if you want to build libraries with libtool" >&54047 +echo "$as_me:4275: checking if you want to build libraries with libtool" >&5 3926 4048 echo $ECHO_N "checking if you want to build libraries with libtool... $ECHO_C" >&6 3927 4049 3928 4050 # Check whether --with-libtool or --without-libtool was given. 3929 @@ -4037,11 +428 1,11 @@4051 @@ -4037,11 +4282,11 @@ 3930 4052 else 3931 4053 with_libtool=no 3932 4054 fi; 3933 4055 -echo "$as_me:4040: result: $with_libtool" >&5 3934 +echo "$as_me:428 4: result: $with_libtool" >&54056 +echo "$as_me:4285: result: $with_libtool" >&5 3935 4057 echo "${ECHO_T}$with_libtool" >&6 3936 4058 if test "$with_libtool" != "no"; then … … 3941 4063 if test "x$prefix" != xNONE; then 3942 4064 cf_path_syntax="$prefix" 3943 @@ -4068,7 +431 2,7 @@4065 @@ -4068,7 +4313,7 @@ 3944 4066 with_libtool=`echo $with_libtool | sed -e s%NONE%$cf_path_syntax%` 3945 4067 ;; 3946 4068 *) 3947 4069 - { { echo "$as_me:4071: error: expected a pathname, not \"$with_libtool\"" >&5 3948 + { { echo "$as_me:431 5: error: expected a pathname, not \"$with_libtool\"" >&54070 + { { echo "$as_me:4316: error: expected a pathname, not \"$with_libtool\"" >&5 3949 4071 echo "$as_me: error: expected a pathname, not \"$with_libtool\"" >&2;} 3950 4072 { (exit 1); exit 1; }; } 3951 4073 ;; 3952 @@ -4076,9 +432 0,9 @@4074 @@ -4076,9 +4321,9 @@ 3953 4075 3954 4076 LIBTOOL=$with_libtool … … 3958 4080 set dummy libtool; ac_word=$2 3959 4081 -echo "$as_me:4081: checking for $ac_word" >&5 3960 +echo "$as_me:432 5: checking for $ac_word" >&54082 +echo "$as_me:4326: checking for $ac_word" >&5 3961 4083 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3962 4084 if test "${ac_cv_path_LIBTOOL+set}" = set; then 3963 4085 echo $ECHO_N "(cached) $ECHO_C" >&6 3964 @@ -4095,7 +43 39,7 @@4086 @@ -4095,7 +4340,7 @@ 3965 4087 test -z "$ac_dir" && ac_dir=. 3966 4088 if $as_executable_p "$ac_dir/$ac_word"; then 3967 4089 ac_cv_path_LIBTOOL="$ac_dir/$ac_word" 3968 4090 - echo "$as_me:4098: found $ac_dir/$ac_word" >&5 3969 + echo "$as_me:434 2: found $ac_dir/$ac_word" >&54091 + echo "$as_me:4343: found $ac_dir/$ac_word" >&5 3970 4092 break 3971 4093 fi 3972 4094 done 3973 @@ -4106,19 +435 0,19 @@4095 @@ -4106,19 +4351,19 @@ 3974 4096 LIBTOOL=$ac_cv_path_LIBTOOL 3975 4097 3976 4098 if test -n "$LIBTOOL"; then 3977 4099 - echo "$as_me:4109: result: $LIBTOOL" >&5 3978 + echo "$as_me:435 3: result: $LIBTOOL" >&54100 + echo "$as_me:4354: result: $LIBTOOL" >&5 3979 4101 echo "${ECHO_T}$LIBTOOL" >&6 3980 4102 else 3981 4103 - echo "$as_me:4112: result: no" >&5 3982 + echo "$as_me:435 6: result: no" >&54104 + echo "$as_me:4357: result: no" >&5 3983 4105 echo "${ECHO_T}no" >&6 3984 4106 fi … … 3989 4111 + fi 3990 4112 + if test -z "$LIBTOOL" ; then 3991 + { { echo "$as_me:436 2: error: Cannot find libtool" >&54113 + { { echo "$as_me:4363: error: Cannot find libtool" >&5 3992 4114 echo "$as_me: error: Cannot find libtool" >&2;} 3993 4115 { (exit 1); exit 1; }; } … … 3997 4119 LIB_OBJECT='${OBJECTS:.o=.lo}' 3998 4120 LIB_SUFFIX=.la 3999 @@ -4130, 17 +4374,17@@4121 @@ -4130,24 +4375,31 @@ 4000 4122 LIB_PREP=: 4001 4123 4002 4124 # Show the version of libtool 4003 4125 - echo "$as_me:4133: checking version of libtool" >&5 4004 + echo "$as_me:437 7: checking version of libtool" >&54126 + echo "$as_me:4378: checking version of libtool" >&5 4005 4127 echo $ECHO_N "checking version of libtool... $ECHO_C" >&6 4006 4128 4007 4129 # Save the version in a cache variable - this is not entirely a good 4008 4130 # thing, but the version string from libtool is very ugly, and for 4009 # bug reports it might be useful to have the original string. 4131 - # bug reports it might be useful to have the original string. 4132 + # bug reports it might be useful to have the original string. "(" 4010 4133 cf_cv_libtool_version=`$LIBTOOL --version 2>&1 | sed -e '/^$/d' |sed -e '2,$d' -e 's/([^)]*)//g' -e 's/^[^1-9]*//' -e 's/[^0-9.].*//'` 4011 4134 - echo "$as_me:4140: result: $cf_cv_libtool_version" >&5 4012 + echo "$as_me:438 4: result: $cf_cv_libtool_version" >&54135 + echo "$as_me:4385: result: $cf_cv_libtool_version" >&5 4013 4136 echo "${ECHO_T}$cf_cv_libtool_version" >&6 4014 4137 if test -z "$cf_cv_libtool_version" ; then 4015 4138 - { { echo "$as_me:4143: error: This is not GNU libtool" >&5 4016 + { { echo "$as_me:438 7: error: This is not GNU libtool" >&54139 + { { echo "$as_me:4388: error: This is not GNU libtool" >&5 4017 4140 echo "$as_me: error: This is not GNU libtool" >&2;} 4018 4141 { (exit 1); exit 1; }; } 4019 4142 fi 4020 @@ -4168,7 +4412,7 @@ 4143 4144 + # special hack to add -no-undefined (which libtool should do for itself) 4145 + case "$cf_cv_system_name" in #(vi 4146 + cygwin*|mingw32*|uwin*|aix[456]) #(vi 4147 + LIBTOOL="$LIBTOOL -no-undefined" 4148 + ;; 4149 + esac 4150 + 4151 # special hack to add --tag option for C++ compiler 4152 - case $cf_cv_libtool_version in 4153 - 1.[5-9]*|[2-9]*) 4154 + case $cf_cv_libtool_version in #(vi 4155 + 1.[5-9]*|[2-9]*) #(vi 4156 LIBTOOL_CXX="$LIBTOOL --tag=CXX" 4157 LIBTOOL="$LIBTOOL --tag=CC" 4158 ;; 4159 @@ -4168,7 +4420,7 @@ 4021 4160 4022 4161 else 4023 4162 4024 4163 -echo "$as_me:4171: checking if you want to build shared libraries" >&5 4025 +echo "$as_me:44 15: checking if you want to build shared libraries" >&54164 +echo "$as_me:4423: checking if you want to build shared libraries" >&5 4026 4165 echo $ECHO_N "checking if you want to build shared libraries... $ECHO_C" >&6 4027 4166 4028 4167 # Check whether --with-shared or --without-shared was given. 4029 @@ -4178,11 +44 22,11 @@4168 @@ -4178,11 +4430,11 @@ 4030 4169 else 4031 4170 with_shared=no 4032 4171 fi; 4033 4172 -echo "$as_me:4181: result: $with_shared" >&5 4034 +echo "$as_me:44 25: result: $with_shared" >&54173 +echo "$as_me:4433: result: $with_shared" >&5 4035 4174 echo "${ECHO_T}$with_shared" >&6 4036 4175 test "$with_shared" = "yes" && cf_list_models="$cf_list_models shared" 4037 4176 4038 4177 -echo "$as_me:4185: checking if you want to build static libraries" >&5 4039 +echo "$as_me:44 29: checking if you want to build static libraries" >&54178 +echo "$as_me:4437: checking if you want to build static libraries" >&5 4040 4179 echo $ECHO_N "checking if you want to build static libraries... $ECHO_C" >&6 4041 4180 4042 4181 # Check whether --with-normal or --without-normal was given. 4043 @@ -4192,11 +44 36,11 @@4182 @@ -4192,11 +4444,11 @@ 4044 4183 else 4045 4184 with_normal=yes 4046 4185 fi; 4047 4186 -echo "$as_me:4195: result: $with_normal" >&5 4048 +echo "$as_me:44 39: result: $with_normal" >&54187 +echo "$as_me:4447: result: $with_normal" >&5 4049 4188 echo "${ECHO_T}$with_normal" >&6 4050 4189 test "$with_normal" = "yes" && cf_list_models="$cf_list_models normal" 4051 4190 4052 4191 -echo "$as_me:4199: checking if you want to build debug libraries" >&5 4053 +echo "$as_me:44 43: checking if you want to build debug libraries" >&54192 +echo "$as_me:4451: checking if you want to build debug libraries" >&5 4054 4193 echo $ECHO_N "checking if you want to build debug libraries... $ECHO_C" >&6 4055 4194 4056 4195 # Check whether --with-debug or --without-debug was given. 4057 @@ -4206,11 +445 0,11 @@4196 @@ -4206,11 +4458,11 @@ 4058 4197 else 4059 4198 with_debug=yes 4060 4199 fi; 4061 4200 -echo "$as_me:4209: result: $with_debug" >&5 4062 +echo "$as_me:44 53: result: $with_debug" >&54201 +echo "$as_me:4461: result: $with_debug" >&5 4063 4202 echo "${ECHO_T}$with_debug" >&6 4064 4203 test "$with_debug" = "yes" && cf_list_models="$cf_list_models debug" 4065 4204 4066 4205 -echo "$as_me:4213: checking if you want to build profiling libraries" >&5 4067 +echo "$as_me:44 57: checking if you want to build profiling libraries" >&54206 +echo "$as_me:4465: checking if you want to build profiling libraries" >&5 4068 4207 echo $ECHO_N "checking if you want to build profiling libraries... $ECHO_C" >&6 4069 4208 4070 4209 # Check whether --with-profile or --without-profile was given. 4071 @@ -4220,7 +44 64,7 @@4210 @@ -4220,7 +4472,7 @@ 4072 4211 else 4073 4212 with_profile=no 4074 4213 fi; 4075 4214 -echo "$as_me:4223: result: $with_profile" >&5 4076 +echo "$as_me:44 67: result: $with_profile" >&54215 +echo "$as_me:4475: result: $with_profile" >&5 4077 4216 echo "${ECHO_T}$with_profile" >&6 4078 4217 test "$with_profile" = "yes" && cf_list_models="$cf_list_models profile" 4079 4218 4080 @@ -4228,19 +44 72,19 @@4219 @@ -4228,19 +4480,19 @@ 4081 4220 4082 4221 ############################################################################### 4083 4222 4084 4223 -echo "$as_me:4231: checking for specified models" >&5 4085 +echo "$as_me:44 75: checking for specified models" >&54224 +echo "$as_me:4483: checking for specified models" >&5 4086 4225 echo $ECHO_N "checking for specified models... $ECHO_C" >&6 4087 4226 test -z "$cf_list_models" && cf_list_models=normal 4088 4227 test "$with_libtool" != "no" && cf_list_models=libtool 4089 4228 -echo "$as_me:4235: result: $cf_list_models" >&5 4090 +echo "$as_me:44 79: result: $cf_list_models" >&54229 +echo "$as_me:4487: result: $cf_list_models" >&5 4091 4230 echo "${ECHO_T}$cf_list_models" >&6 4092 4231 … … 4094 4233 ### up test-applications. 4095 4234 -echo "$as_me:4240: checking for default model" >&5 4096 +echo "$as_me:44 84: checking for default model" >&54235 +echo "$as_me:4492: checking for default model" >&5 4097 4236 echo $ECHO_N "checking for default model... $ECHO_C" >&6 4098 4237 DFT_LWR_MODEL=`echo "$cf_list_models" | $AWK '{print $1}'` 4099 4238 -echo "$as_me:4243: result: $DFT_LWR_MODEL" >&5 4100 +echo "$as_me:44 87: result: $DFT_LWR_MODEL" >&54239 +echo "$as_me:4495: result: $DFT_LWR_MODEL" >&5 4101 4240 echo "${ECHO_T}$DFT_LWR_MODEL" >&6 4102 4241 4103 4242 DFT_UPR_MODEL=`echo "$DFT_LWR_MODEL" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` 4104 @@ -4269,7 +45 13,7 @@4243 @@ -4269,7 +4521,7 @@ 4105 4244 4106 4245 ############################################################################### 4107 4246 4108 4247 -echo "$as_me:4272: checking if you want to build a separate terminfo library" >&5 4109 +echo "$as_me:45 16: checking if you want to build a separate terminfo library" >&54248 +echo "$as_me:4524: checking if you want to build a separate terminfo library" >&5 4110 4249 echo $ECHO_N "checking if you want to build a separate terminfo library... $ECHO_C" >&6 4111 4250 4112 4251 # Check whether --with-termlib or --without-termlib was given. 4113 @@ -4279,10 +45 23,10 @@4252 @@ -4279,10 +4531,10 @@ 4114 4253 else 4115 4254 with_termlib=no 4116 4255 fi; 4117 4256 -echo "$as_me:4282: result: $with_termlib" >&5 4118 +echo "$as_me:45 26: result: $with_termlib" >&54257 +echo "$as_me:4534: result: $with_termlib" >&5 4119 4258 echo "${ECHO_T}$with_termlib" >&6 4120 4259 4121 4260 -echo "$as_me:4285: checking if you want to build a separate tic library" >&5 4122 +echo "$as_me:45 29: checking if you want to build a separate tic library" >&54261 +echo "$as_me:4537: checking if you want to build a separate tic library" >&5 4123 4262 echo $ECHO_N "checking if you want to build a separate tic library... $ECHO_C" >&6 4124 4263 4125 4264 # Check whether --with-ticlib or --without-ticlib was given. 4126 @@ -4292,13 +45 36,13 @@4265 @@ -4292,13 +4544,13 @@ 4127 4266 else 4128 4267 with_ticlib=no 4129 4268 fi; 4130 4269 -echo "$as_me:4295: result: $with_ticlib" >&5 4131 +echo "$as_me:45 39: result: $with_ticlib" >&54270 +echo "$as_me:4547: result: $with_ticlib" >&5 4132 4271 echo "${ECHO_T}$with_ticlib" >&6 4133 4272 … … 4136 4275 4137 4276 -echo "$as_me:4301: checking if you want to link with the GPM mouse library" >&5 4138 +echo "$as_me:45 45: checking if you want to link with the GPM mouse library" >&54277 +echo "$as_me:4553: checking if you want to link with the GPM mouse library" >&5 4139 4278 echo $ECHO_N "checking if you want to link with the GPM mouse library... $ECHO_C" >&6 4140 4279 4141 4280 # Check whether --with-gpm or --without-gpm was given. 4142 @@ -4308,27 +45 52,27 @@4281 @@ -4308,27 +4560,27 @@ 4143 4282 else 4144 4283 with_gpm=maybe 4145 4284 fi; 4146 4285 -echo "$as_me:4311: result: $with_gpm" >&5 4147 +echo "$as_me:45 55: result: $with_gpm" >&54286 +echo "$as_me:4563: result: $with_gpm" >&5 4148 4287 echo "${ECHO_T}$with_gpm" >&6 4149 4288 4150 4289 if test "$with_gpm" != no ; then 4151 4290 - echo "$as_me:4315: checking for gpm.h" >&5 4152 + echo "$as_me:45 59: checking for gpm.h" >&54291 + echo "$as_me:4567: checking for gpm.h" >&5 4153 4292 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6 4154 4293 if test "${ac_cv_header_gpm_h+set}" = set; then … … 4157 4296 cat >conftest.$ac_ext <<_ACEOF 4158 4297 -#line 4321 "configure" 4159 +#line 45 65"configure"4298 +#line 4573 "configure" 4160 4299 #include "confdefs.h" 4161 4300 #include <gpm.h> 4162 4301 _ACEOF 4163 4302 -if { (eval echo "$as_me:4325: \"$ac_cpp conftest.$ac_ext\"") >&5 4164 +if { (eval echo "$as_me:45 69: \"$ac_cpp conftest.$ac_ext\"") >&54303 +if { (eval echo "$as_me:4577: \"$ac_cpp conftest.$ac_ext\"") >&5 4165 4304 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4166 4305 ac_status=$? … … 4169 4308 cat conftest.err >&5 4170 4309 - echo "$as_me:4331: \$? = $ac_status" >&5 4171 + echo "$as_me:45 75: \$? = $ac_status" >&54310 + echo "$as_me:4583: \$? = $ac_status" >&5 4172 4311 (exit $ac_status); } >/dev/null; then 4173 4312 if test -s conftest.err; then 4174 4313 ac_cpp_err=$ac_c_preproc_warn_flag 4175 @@ -4347,7 +459 1,7 @@4314 @@ -4347,7 +4599,7 @@ 4176 4315 fi 4177 4316 rm -f conftest.err conftest.$ac_ext 4178 4317 fi 4179 4318 -echo "$as_me:4350: result: $ac_cv_header_gpm_h" >&5 4180 +echo "$as_me:4 594: result: $ac_cv_header_gpm_h" >&54319 +echo "$as_me:4602: result: $ac_cv_header_gpm_h" >&5 4181 4320 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6 4182 4321 if test $ac_cv_header_gpm_h = yes; then 4183 4322 4184 @@ -4358,14 +46 02,14 @@4323 @@ -4358,14 +4610,14 @@ 4185 4324 if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then 4186 4325 test -n "$verbose" && echo " assuming we really have GPM library" 1>&6 4187 4326 4188 4327 -echo "${as_me-configure}:4361: testing assuming we really have GPM library ..." 1>&5 4189 +echo "${as_me-configure}:46 05: testing assuming we really have GPM library ..." 1>&54328 +echo "${as_me-configure}:4613: testing assuming we really have GPM library ..." 1>&5 4190 4329 4191 4330 cat >>confdefs.h <<\EOF … … 4195 4334 else 4196 4335 - echo "$as_me:4368: checking for Gpm_Open in -lgpm" >&5 4197 + echo "$as_me:46 12: checking for Gpm_Open in -lgpm" >&54336 + echo "$as_me:4620: checking for Gpm_Open in -lgpm" >&5 4198 4337 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6 4199 4338 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then 4200 4339 echo $ECHO_N "(cached) $ECHO_C" >&6 4201 @@ -4373,7 +46 17,7 @@4340 @@ -4373,7 +4625,7 @@ 4202 4341 ac_check_lib_save_LIBS=$LIBS 4203 4342 LIBS="-lgpm $LIBS" 4204 4343 cat >conftest.$ac_ext <<_ACEOF 4205 4344 -#line 4376 "configure" 4206 +#line 462 0"configure"4345 +#line 4628 "configure" 4207 4346 #include "confdefs.h" 4208 4347 4209 4348 /* Override any gcc2 internal prototype to avoid an error. */ 4210 @@ -4392,16 +46 36,16 @@4349 @@ -4392,16 +4644,16 @@ 4211 4350 } 4212 4351 _ACEOF 4213 4352 rm -f conftest.$ac_objext conftest$ac_exeext 4214 4353 -if { (eval echo "$as_me:4395: \"$ac_link\"") >&5 4215 +if { (eval echo "$as_me:46 39: \"$ac_link\"") >&54354 +if { (eval echo "$as_me:4647: \"$ac_link\"") >&5 4216 4355 (eval $ac_link) 2>&5 4217 4356 ac_status=$? 4218 4357 - echo "$as_me:4398: \$? = $ac_status" >&5 4219 + echo "$as_me:46 42: \$? = $ac_status" >&54358 + echo "$as_me:4650: \$? = $ac_status" >&5 4220 4359 (exit $ac_status); } && 4221 4360 { ac_try='test -s conftest$ac_exeext' 4222 4361 - { (eval echo "$as_me:4401: \"$ac_try\"") >&5 4223 + { (eval echo "$as_me:46 45: \"$ac_try\"") >&54362 + { (eval echo "$as_me:4653: \"$ac_try\"") >&5 4224 4363 (eval $ac_try) 2>&5 4225 4364 ac_status=$? 4226 4365 - echo "$as_me:4404: \$? = $ac_status" >&5 4227 + echo "$as_me:46 48: \$? = $ac_status" >&54366 + echo "$as_me:4656: \$? = $ac_status" >&5 4228 4367 (exit $ac_status); }; }; then 4229 4368 ac_cv_lib_gpm_Gpm_Open=yes 4230 4369 else 4231 @@ -4412,13 +46 56,13 @@4370 @@ -4412,13 +4664,13 @@ 4232 4371 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4233 4372 LIBS=$ac_check_lib_save_LIBS 4234 4373 fi 4235 4374 -echo "$as_me:4415: result: $ac_cv_lib_gpm_Gpm_Open" >&5 4236 +echo "$as_me:46 59: result: $ac_cv_lib_gpm_Gpm_Open" >&54375 +echo "$as_me:4667: result: $ac_cv_lib_gpm_Gpm_Open" >&5 4237 4376 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6 4238 4377 if test $ac_cv_lib_gpm_Gpm_Open = yes; then … … 4241 4380 4242 4381 - { { echo "$as_me:4421: error: Cannot link with GPM library" >&5 4243 + { { echo "$as_me:46 65: error: Cannot link with GPM library" >&54382 + { { echo "$as_me:4673: error: Cannot link with GPM library" >&5 4244 4383 echo "$as_me: error: Cannot link with GPM library" >&2;} 4245 4384 { (exit 1); exit 1; }; } 4246 4385 fi 4247 @@ -4428,7 +46 72,7 @@4386 @@ -4428,7 +4680,7 @@ 4248 4387 4249 4388 else 4250 4389 4251 4390 - test "$with_gpm" != maybe && { echo "$as_me:4431: WARNING: Cannot find GPM header" >&5 4252 + test "$with_gpm" != maybe && { echo "$as_me:46 75: WARNING: Cannot find GPM header" >&54391 + test "$with_gpm" != maybe && { echo "$as_me:4683: WARNING: Cannot find GPM header" >&5 4253 4392 echo "$as_me: WARNING: Cannot find GPM header" >&2;} 4254 4393 with_gpm=no 4255 4394 4256 @@ -4437,7 +468 1,7 @@4395 @@ -4437,7 +4689,7 @@ 4257 4396 fi 4258 4397 4259 4398 if test "$with_gpm" != no ; then 4260 4399 - echo "$as_me:4440: checking if you want to load GPM dynamically" >&5 4261 + echo "$as_me:46 84: checking if you want to load GPM dynamically" >&54400 + echo "$as_me:4692: checking if you want to load GPM dynamically" >&5 4262 4401 echo $ECHO_N "checking if you want to load GPM dynamically... $ECHO_C" >&6 4263 4402 4264 4403 # Check whether --with-dlsym or --without-dlsym was given. 4265 @@ -4447,18 +469 1,18 @@4404 @@ -4447,18 +4699,18 @@ 4266 4405 else 4267 4406 with_dlsym=yes 4268 4407 fi; 4269 4408 - echo "$as_me:4450: result: $with_dlsym" >&5 4270 + echo "$as_me:4 694: result: $with_dlsym" >&54409 + echo "$as_me:4702: result: $with_dlsym" >&5 4271 4410 echo "${ECHO_T}$with_dlsym" >&6 4272 4411 if test "$with_dlsym" = yes ; then … … 4274 4413 cf_have_dlsym=no 4275 4414 -echo "$as_me:4455: checking for dlsym" >&5 4276 +echo "$as_me:4 699: checking for dlsym" >&54415 +echo "$as_me:4707: checking for dlsym" >&5 4277 4416 echo $ECHO_N "checking for dlsym... $ECHO_C" >&6 4278 4417 if test "${ac_cv_func_dlsym+set}" = set; then … … 4281 4420 cat >conftest.$ac_ext <<_ACEOF 4282 4421 -#line 4461 "configure" 4283 +#line 47 05"configure"4422 +#line 4713 "configure" 4284 4423 #include "confdefs.h" 4285 4424 /* System header to define __stub macros and hopefully few prototypes, 4286 4425 which can conflict with char dlsym (); below. */ 4287 @@ -4489,16 +47 33,16 @@4426 @@ -4489,16 +4741,16 @@ 4288 4427 } 4289 4428 _ACEOF 4290 4429 rm -f conftest.$ac_objext conftest$ac_exeext 4291 4430 -if { (eval echo "$as_me:4492: \"$ac_link\"") >&5 4292 +if { (eval echo "$as_me:47 36: \"$ac_link\"") >&54431 +if { (eval echo "$as_me:4744: \"$ac_link\"") >&5 4293 4432 (eval $ac_link) 2>&5 4294 4433 ac_status=$? 4295 4434 - echo "$as_me:4495: \$? = $ac_status" >&5 4296 + echo "$as_me:47 39: \$? = $ac_status" >&54435 + echo "$as_me:4747: \$? = $ac_status" >&5 4297 4436 (exit $ac_status); } && 4298 4437 { ac_try='test -s conftest$ac_exeext' 4299 4438 - { (eval echo "$as_me:4498: \"$ac_try\"") >&5 4300 + { (eval echo "$as_me:47 42: \"$ac_try\"") >&54439 + { (eval echo "$as_me:4750: \"$ac_try\"") >&5 4301 4440 (eval $ac_try) 2>&5 4302 4441 ac_status=$? 4303 4442 - echo "$as_me:4501: \$? = $ac_status" >&5 4304 + echo "$as_me:47 45: \$? = $ac_status" >&54443 + echo "$as_me:4753: \$? = $ac_status" >&5 4305 4444 (exit $ac_status); }; }; then 4306 4445 ac_cv_func_dlsym=yes 4307 4446 else 4308 @@ -4508,14 +47 52,14 @@4447 @@ -4508,14 +4760,14 @@ 4309 4448 fi 4310 4449 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4311 4450 fi 4312 4451 -echo "$as_me:4511: result: $ac_cv_func_dlsym" >&5 4313 +echo "$as_me:47 55: result: $ac_cv_func_dlsym" >&54452 +echo "$as_me:4763: result: $ac_cv_func_dlsym" >&5 4314 4453 echo "${ECHO_T}$ac_cv_func_dlsym" >&6 4315 4454 if test $ac_cv_func_dlsym = yes; then … … 4319 4458 cf_have_libdl=no 4320 4459 -echo "$as_me:4518: checking for dlsym in -ldl" >&5 4321 +echo "$as_me:47 62: checking for dlsym in -ldl" >&54460 +echo "$as_me:4770: checking for dlsym in -ldl" >&5 4322 4461 echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6 4323 4462 if test "${ac_cv_lib_dl_dlsym+set}" = set; then 4324 4463 echo $ECHO_N "(cached) $ECHO_C" >&6 4325 @@ -4523,7 +47 67,7 @@4464 @@ -4523,7 +4775,7 @@ 4326 4465 ac_check_lib_save_LIBS=$LIBS 4327 4466 LIBS="-ldl $LIBS" 4328 4467 cat >conftest.$ac_ext <<_ACEOF 4329 4468 -#line 4526 "configure" 4330 +#line 477 0"configure"4469 +#line 4778 "configure" 4331 4470 #include "confdefs.h" 4332 4471 4333 4472 /* Override any gcc2 internal prototype to avoid an error. */ 4334 @@ -4542,16 +47 86,16 @@4473 @@ -4542,16 +4794,16 @@ 4335 4474 } 4336 4475 _ACEOF 4337 4476 rm -f conftest.$ac_objext conftest$ac_exeext 4338 4477 -if { (eval echo "$as_me:4545: \"$ac_link\"") >&5 4339 +if { (eval echo "$as_me:47 89: \"$ac_link\"") >&54478 +if { (eval echo "$as_me:4797: \"$ac_link\"") >&5 4340 4479 (eval $ac_link) 2>&5 4341 4480 ac_status=$? 4342 4481 - echo "$as_me:4548: \$? = $ac_status" >&5 4343 + echo "$as_me:4 792: \$? = $ac_status" >&54482 + echo "$as_me:4800: \$? = $ac_status" >&5 4344 4483 (exit $ac_status); } && 4345 4484 { ac_try='test -s conftest$ac_exeext' 4346 4485 - { (eval echo "$as_me:4551: \"$ac_try\"") >&5 4347 + { (eval echo "$as_me:4 795: \"$ac_try\"") >&54486 + { (eval echo "$as_me:4803: \"$ac_try\"") >&5 4348 4487 (eval $ac_try) 2>&5 4349 4488 ac_status=$? 4350 4489 - echo "$as_me:4554: \$? = $ac_status" >&5 4351 + echo "$as_me:4 798: \$? = $ac_status" >&54490 + echo "$as_me:4806: \$? = $ac_status" >&5 4352 4491 (exit $ac_status); }; }; then 4353 4492 ac_cv_lib_dl_dlsym=yes 4354 4493 else 4355 @@ -4562,7 +48 06,7 @@4494 @@ -4562,7 +4814,7 @@ 4356 4495 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4357 4496 LIBS=$ac_check_lib_save_LIBS 4358 4497 fi 4359 4498 -echo "$as_me:4565: result: $ac_cv_lib_dl_dlsym" >&5 4360 +echo "$as_me:48 09: result: $ac_cv_lib_dl_dlsym" >&54499 +echo "$as_me:4817: result: $ac_cv_lib_dl_dlsym" >&5 4361 4500 echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6 4362 4501 if test $ac_cv_lib_dl_dlsym = yes; then 4363 4502 4364 @@ -4575,10 +48 19,10 @@4503 @@ -4575,10 +4827,10 @@ 4365 4504 if test "$cf_have_dlsym" = yes ; then 4366 4505 test "$cf_have_libdl" = yes && LIBS="-ldl $LIBS" 4367 4506 4368 4507 - echo "$as_me:4578: checking whether able to link to dl*() functions" >&5 4369 + echo "$as_me:48 22: checking whether able to link to dl*() functions" >&54508 + echo "$as_me:4830: checking whether able to link to dl*() functions" >&5 4370 4509 echo $ECHO_N "checking whether able to link to dl*() functions... $ECHO_C" >&6 4371 4510 cat >conftest.$ac_ext <<_ACEOF 4372 4511 -#line 4581 "configure" 4373 +#line 48 25"configure"4512 +#line 4833 "configure" 4374 4513 #include "confdefs.h" 4375 4514 #include <dlfcn.h> 4376 4515 int 4377 @@ -4596,16 +484 0,16 @@4516 @@ -4596,16 +4848,16 @@ 4378 4517 } 4379 4518 _ACEOF 4380 4519 rm -f conftest.$ac_objext conftest$ac_exeext 4381 4520 -if { (eval echo "$as_me:4599: \"$ac_link\"") >&5 4382 +if { (eval echo "$as_me:48 43: \"$ac_link\"") >&54521 +if { (eval echo "$as_me:4851: \"$ac_link\"") >&5 4383 4522 (eval $ac_link) 2>&5 4384 4523 ac_status=$? 4385 4524 - echo "$as_me:4602: \$? = $ac_status" >&5 4386 + echo "$as_me:48 46: \$? = $ac_status" >&54525 + echo "$as_me:4854: \$? = $ac_status" >&5 4387 4526 (exit $ac_status); } && 4388 4527 { ac_try='test -s conftest$ac_exeext' 4389 4528 - { (eval echo "$as_me:4605: \"$ac_try\"") >&5 4390 + { (eval echo "$as_me:48 49: \"$ac_try\"") >&54529 + { (eval echo "$as_me:4857: \"$ac_try\"") >&5 4391 4530 (eval $ac_try) 2>&5 4392 4531 ac_status=$? 4393 4532 - echo "$as_me:4608: \$? = $ac_status" >&5 4394 + echo "$as_me:48 52: \$? = $ac_status" >&54533 + echo "$as_me:4860: \$? = $ac_status" >&5 4395 4534 (exit $ac_status); }; }; then 4396 4535 4397 4536 cat >>confdefs.h <<\EOF 4398 @@ -4616,15 +486 0,15 @@4537 @@ -4616,15 +4868,15 @@ 4399 4538 echo "$as_me: failed program was:" >&5 4400 4539 cat conftest.$ac_ext >&5 4401 4540 4402 4541 - { { echo "$as_me:4619: error: Cannot link test program for libdl" >&5 4403 + { { echo "$as_me:48 63: error: Cannot link test program for libdl" >&54542 + { { echo "$as_me:4871: error: Cannot link test program for libdl" >&5 4404 4543 echo "$as_me: error: Cannot link test program for libdl" >&2;} 4405 4544 { (exit 1); exit 1; }; } … … 4407 4546 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4408 4547 - echo "$as_me:4624: result: ok" >&5 4409 + echo "$as_me:48 68: result: ok" >&54548 + echo "$as_me:4876: result: ok" >&5 4410 4549 echo "${ECHO_T}ok" >&6 4411 4550 else 4412 4551 - { { echo "$as_me:4627: error: Cannot find dlsym function" >&5 4413 + { { echo "$as_me:487 1: error: Cannot find dlsym function" >&54552 + { { echo "$as_me:4879: error: Cannot find dlsym function" >&5 4414 4553 echo "$as_me: error: Cannot find dlsym function" >&2;} 4415 4554 { (exit 1); exit 1; }; } 4416 4555 fi 4417 @@ -4632,12 +48 76,12 @@4556 @@ -4632,12 +4884,12 @@ 4418 4557 if test "$with_gpm" != yes ; then 4419 4558 test -n "$verbose" && echo " assuming soname for gpm is $with_gpm" 1>&6 4420 4559 4421 4560 -echo "${as_me-configure}:4635: testing assuming soname for gpm is $with_gpm ..." 1>&5 4422 +echo "${as_me-configure}:48 79: testing assuming soname for gpm is $with_gpm ..." 1>&54561 +echo "${as_me-configure}:4887: testing assuming soname for gpm is $with_gpm ..." 1>&5 4423 4562 4424 4563 cf_cv_gpm_soname="$with_gpm" … … 4426 4565 4427 4566 -echo "$as_me:4640: checking for soname of gpm library" >&5 4428 +echo "$as_me:48 84: checking for soname of gpm library" >&54567 +echo "$as_me:4892: checking for soname of gpm library" >&5 4429 4568 echo $ECHO_N "checking for soname of gpm library... $ECHO_C" >&6 4430 4569 if test "${cf_cv_gpm_soname+set}" = set; then 4431 4570 echo $ECHO_N "(cached) $ECHO_C" >&6 4432 @@ -4655,15 +4 899,15 @@4571 @@ -4655,15 +4907,15 @@ 4433 4572 CF_EOF 4434 4573 cf_save_LIBS="$LIBS" 4435 4574 LIBS="-lgpm $LIBS" 4436 4575 - if { (eval echo "$as_me:4658: \"$ac_compile\"") >&5 4437 + if { (eval echo "$as_me:49 02: \"$ac_compile\"") >&54576 + if { (eval echo "$as_me:4910: \"$ac_compile\"") >&5 4438 4577 (eval $ac_compile) 2>&5 4439 4578 ac_status=$? 4440 4579 - echo "$as_me:4661: \$? = $ac_status" >&5 4441 + echo "$as_me:49 05: \$? = $ac_status" >&54580 + echo "$as_me:4913: \$? = $ac_status" >&5 4442 4581 (exit $ac_status); } ; then 4443 4582 - if { (eval echo "$as_me:4663: \"$ac_link\"") >&5 4444 + if { (eval echo "$as_me:49 07: \"$ac_link\"") >&54583 + if { (eval echo "$as_me:4915: \"$ac_link\"") >&5 4445 4584 (eval $ac_link) 2>&5 4446 4585 ac_status=$? 4447 4586 - echo "$as_me:4666: \$? = $ac_status" >&5 4448 + echo "$as_me:491 0: \$? = $ac_status" >&54587 + echo "$as_me:4918: \$? = $ac_status" >&5 4449 4588 (exit $ac_status); } ; then 4450 4589 cf_cv_gpm_soname=`ldd conftest$ac_exeext 2>/dev/null | sed -e 's,^.*/,,' -e 's, .*$,,' | fgrep libgpm.` 4451 4590 test -z "$cf_cv_gpm_soname" && cf_cv_gpm_soname=unknown 4452 @@ -4674,7 +49 18,7 @@4591 @@ -4674,7 +4926,7 @@ 4453 4592 fi 4454 4593 4455 4594 fi 4456 4595 -echo "$as_me:4677: result: $cf_cv_gpm_soname" >&5 4457 +echo "$as_me:492 1: result: $cf_cv_gpm_soname" >&54596 +echo "$as_me:4929: result: $cf_cv_gpm_soname" >&5 4458 4597 echo "${ECHO_T}$cf_cv_gpm_soname" >&6 4459 4598 4460 4599 fi 4461 @@ -4690,7 +49 34,7 @@4600 @@ -4690,7 +4942,7 @@ 4462 4601 #define HAVE_LIBGPM 1 4463 4602 EOF 4464 4603 4465 4604 -echo "$as_me:4693: checking for Gpm_Wgetch in -lgpm" >&5 4466 +echo "$as_me:49 37: checking for Gpm_Wgetch in -lgpm" >&54605 +echo "$as_me:4945: checking for Gpm_Wgetch in -lgpm" >&5 4467 4606 echo $ECHO_N "checking for Gpm_Wgetch in -lgpm... $ECHO_C" >&6 4468 4607 if test "${ac_cv_lib_gpm_Gpm_Wgetch+set}" = set; then 4469 4608 echo $ECHO_N "(cached) $ECHO_C" >&6 4470 @@ -4698,7 +49 42,7 @@4609 @@ -4698,7 +4950,7 @@ 4471 4610 ac_check_lib_save_LIBS=$LIBS 4472 4611 LIBS="-lgpm $LIBS" 4473 4612 cat >conftest.$ac_ext <<_ACEOF 4474 4613 -#line 4701 "configure" 4475 +#line 49 45"configure"4614 +#line 4953 "configure" 4476 4615 #include "confdefs.h" 4477 4616 4478 4617 /* Override any gcc2 internal prototype to avoid an error. */ 4479 @@ -4717,16 +496 1,16 @@4618 @@ -4717,16 +4969,16 @@ 4480 4619 } 4481 4620 _ACEOF 4482 4621 rm -f conftest.$ac_objext conftest$ac_exeext 4483 4622 -if { (eval echo "$as_me:4720: \"$ac_link\"") >&5 4484 +if { (eval echo "$as_me:49 64: \"$ac_link\"") >&54623 +if { (eval echo "$as_me:4972: \"$ac_link\"") >&5 4485 4624 (eval $ac_link) 2>&5 4486 4625 ac_status=$? 4487 4626 - echo "$as_me:4723: \$? = $ac_status" >&5 4488 + echo "$as_me:49 67: \$? = $ac_status" >&54627 + echo "$as_me:4975: \$? = $ac_status" >&5 4489 4628 (exit $ac_status); } && 4490 4629 { ac_try='test -s conftest$ac_exeext' 4491 4630 - { (eval echo "$as_me:4726: \"$ac_try\"") >&5 4492 + { (eval echo "$as_me:497 0: \"$ac_try\"") >&54631 + { (eval echo "$as_me:4978: \"$ac_try\"") >&5 4493 4632 (eval $ac_try) 2>&5 4494 4633 ac_status=$? 4495 4634 - echo "$as_me:4729: \$? = $ac_status" >&5 4496 + echo "$as_me:49 73: \$? = $ac_status" >&54635 + echo "$as_me:4981: \$? = $ac_status" >&5 4497 4636 (exit $ac_status); }; }; then 4498 4637 ac_cv_lib_gpm_Gpm_Wgetch=yes 4499 4638 else 4500 @@ -4737,11 +498 1,11 @@4639 @@ -4737,11 +4989,11 @@ 4501 4640 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4502 4641 LIBS=$ac_check_lib_save_LIBS 4503 4642 fi 4504 4643 -echo "$as_me:4740: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 4505 +echo "$as_me:49 84: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&54644 +echo "$as_me:4992: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 4506 4645 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Wgetch" >&6 4507 4646 if test $ac_cv_lib_gpm_Gpm_Wgetch = yes; then 4508 4647 4509 4648 -echo "$as_me:4744: checking if GPM is weakly bound to curses library" >&5 4510 +echo "$as_me:49 88: checking if GPM is weakly bound to curses library" >&54649 +echo "$as_me:4996: checking if GPM is weakly bound to curses library" >&5 4511 4650 echo $ECHO_N "checking if GPM is weakly bound to curses library... $ECHO_C" >&6 4512 4651 if test "${cf_cv_check_gpm_wgetch+set}" = set; then 4513 4652 echo $ECHO_N "(cached) $ECHO_C" >&6 4514 @@ -4765,15 +50 09,15 @@4653 @@ -4765,15 +5017,15 @@ 4515 4654 # to rely on the static library, noting that some packagers may not 4516 4655 # include it. 4517 4656 LIBS="-static -lgpm -dynamic $LIBS" 4518 4657 - if { (eval echo "$as_me:4768: \"$ac_compile\"") >&5 4519 + if { (eval echo "$as_me:50 12: \"$ac_compile\"") >&54658 + if { (eval echo "$as_me:5020: \"$ac_compile\"") >&5 4520 4659 (eval $ac_compile) 2>&5 4521 4660 ac_status=$? 4522 4661 - echo "$as_me:4771: \$? = $ac_status" >&5 4523 + echo "$as_me:50 15: \$? = $ac_status" >&54662 + echo "$as_me:5023: \$? = $ac_status" >&5 4524 4663 (exit $ac_status); } ; then 4525 4664 - if { (eval echo "$as_me:4773: \"$ac_link\"") >&5 4526 + if { (eval echo "$as_me:50 17: \"$ac_link\"") >&54665 + if { (eval echo "$as_me:5025: \"$ac_link\"") >&5 4527 4666 (eval $ac_link) 2>&5 4528 4667 ac_status=$? 4529 4668 - echo "$as_me:4776: \$? = $ac_status" >&5 4530 + echo "$as_me:502 0: \$? = $ac_status" >&54669 + echo "$as_me:5028: \$? = $ac_status" >&5 4531 4670 (exit $ac_status); } ; then 4532 4671 cf_cv_check_gpm_wgetch=`nm conftest$ac_exeext | egrep '\<wgetch\>' | egrep '\<[vVwW]\>'` 4533 4672 test -n "$cf_cv_check_gpm_wgetch" && cf_cv_check_gpm_wgetch=yes 4534 @@ -4785,11 +50 29,11 @@4673 @@ -4785,11 +5037,11 @@ 4535 4674 fi 4536 4675 4537 4676 fi 4538 4677 -echo "$as_me:4788: result: $cf_cv_check_gpm_wgetch" >&5 4539 +echo "$as_me:50 32: result: $cf_cv_check_gpm_wgetch" >&54678 +echo "$as_me:5040: result: $cf_cv_check_gpm_wgetch" >&5 4540 4679 echo "${ECHO_T}$cf_cv_check_gpm_wgetch" >&6 4541 4680 4542 4681 if test "$cf_cv_check_gpm_wgetch" != yes ; then 4543 4682 - { echo "$as_me:4792: WARNING: GPM library is already linked with curses - read the FAQ" >&5 4544 + { echo "$as_me:50 36: WARNING: GPM library is already linked with curses - read the FAQ" >&54683 + { echo "$as_me:5044: WARNING: GPM library is already linked with curses - read the FAQ" >&5 4545 4684 echo "$as_me: WARNING: GPM library is already linked with curses - read the FAQ" >&2;} 4546 4685 fi 4547 4686 4548 @@ -4799,7 +50 43,7 @@4687 @@ -4799,7 +5051,7 @@ 4549 4688 4550 4689 # not everyone has "test -c" 4551 4690 if test -c /dev/sysmouse 2>/dev/null ; then 4552 4691 -echo "$as_me:4802: checking if you want to use sysmouse" >&5 4553 +echo "$as_me:50 46: checking if you want to use sysmouse" >&54692 +echo "$as_me:5054: checking if you want to use sysmouse" >&5 4554 4693 echo $ECHO_N "checking if you want to use sysmouse... $ECHO_C" >&6 4555 4694 4556 4695 # Check whether --with-sysmouse or --without-sysmouse was given. 4557 @@ -4811,7 +50 55,7 @@4696 @@ -4811,7 +5063,7 @@ 4558 4697 fi; 4559 4698 if test "$cf_with_sysmouse" != no ; then 4560 4699 cat >conftest.$ac_ext <<_ACEOF 4561 4700 -#line 4814 "configure" 4562 +#line 50 58"configure"4701 +#line 5066 "configure" 4563 4702 #include "confdefs.h" 4564 4703 4565 4704 #include <osreldate.h> 4566 @@ -4834,16 +50 78,16 @@4705 @@ -4834,16 +5086,16 @@ 4567 4706 } 4568 4707 _ACEOF 4569 4708 rm -f conftest.$ac_objext 4570 4709 -if { (eval echo "$as_me:4837: \"$ac_compile\"") >&5 4571 +if { (eval echo "$as_me:508 1: \"$ac_compile\"") >&54710 +if { (eval echo "$as_me:5089: \"$ac_compile\"") >&5 4572 4711 (eval $ac_compile) 2>&5 4573 4712 ac_status=$? 4574 4713 - echo "$as_me:4840: \$? = $ac_status" >&5 4575 + echo "$as_me:50 84: \$? = $ac_status" >&54714 + echo "$as_me:5092: \$? = $ac_status" >&5 4576 4715 (exit $ac_status); } && 4577 4716 { ac_try='test -s conftest.$ac_objext' 4578 4717 - { (eval echo "$as_me:4843: \"$ac_try\"") >&5 4579 + { (eval echo "$as_me:50 87: \"$ac_try\"") >&54718 + { (eval echo "$as_me:5095: \"$ac_try\"") >&5 4580 4719 (eval $ac_try) 2>&5 4581 4720 ac_status=$? 4582 4721 - echo "$as_me:4846: \$? = $ac_status" >&5 4583 + echo "$as_me:509 0: \$? = $ac_status" >&54722 + echo "$as_me:5098: \$? = $ac_status" >&5 4584 4723 (exit $ac_status); }; }; then 4585 4724 cf_with_sysmouse=yes 4586 4725 else 4587 @@ -4853,7 +5 097,7 @@4726 @@ -4853,7 +5105,7 @@ 4588 4727 fi 4589 4728 rm -f conftest.$ac_objext conftest.$ac_ext 4590 4729 fi 4591 4730 -echo "$as_me:4856: result: $cf_with_sysmouse" >&5 4592 +echo "$as_me:510 0: result: $cf_with_sysmouse" >&54731 +echo "$as_me:5108: result: $cf_with_sysmouse" >&5 4593 4732 echo "${ECHO_T}$cf_with_sysmouse" >&6 4594 4733 test "$cf_with_sysmouse" = yes && cat >>confdefs.h <<\EOF 4595 4734 #define USE_SYSMOUSE 1 4596 @@ -4871,7 +51 15,7 @@4735 @@ -4871,7 +5123,7 @@ 4597 4736 test -n "$GXX" && test "${ac_cv_prog_cxx_g}" != yes && CXX_G_OPT='' 4598 4737 fi 4599 4738 4600 4739 -echo "$as_me:4874: checking for default loader flags" >&5 4601 +echo "$as_me:51 18: checking for default loader flags" >&54740 +echo "$as_me:5126: checking for default loader flags" >&5 4602 4741 echo $ECHO_N "checking for default loader flags... $ECHO_C" >&6 4603 4742 case $DFT_LWR_MODEL in 4604 4743 libtool) LD_MODEL='' ;; 4605 @@ -4880,13 +51 24,13 @@4744 @@ -4880,13 +5132,13 @@ 4606 4745 profile) LD_MODEL='-pg';; 4607 4746 shared) LD_MODEL='' ;; 4608 4747 esac 4609 4748 -echo "$as_me:4883: result: $LD_MODEL" >&5 4610 +echo "$as_me:51 27: result: $LD_MODEL" >&54749 +echo "$as_me:5135: result: $LD_MODEL" >&5 4611 4750 echo "${ECHO_T}$LD_MODEL" >&6 4612 4751 … … 4615 4754 4616 4755 -echo "$as_me:4889: checking if rpath option should be used" >&5 4617 +echo "$as_me:51 33: checking if rpath option should be used" >&54756 +echo "$as_me:5141: checking if rpath option should be used" >&5 4618 4757 echo $ECHO_N "checking if rpath option should be used... $ECHO_C" >&6 4619 4758 4620 4759 # Check whether --enable-rpath or --disable-rpath was given. 4621 @@ -4896,10 +514 0,10 @@4760 @@ -4896,10 +5148,10 @@ 4622 4761 else 4623 4762 cf_cv_ld_rpath=no 4624 4763 fi; 4625 4764 -echo "$as_me:4899: result: $cf_cv_ld_rpath" >&5 4626 +echo "$as_me:51 43: result: $cf_cv_ld_rpath" >&54765 +echo "$as_me:5151: result: $cf_cv_ld_rpath" >&5 4627 4766 echo "${ECHO_T}$cf_cv_ld_rpath" >&6 4628 4767 4629 4768 -echo "$as_me:4902: checking if shared libraries should be relinked during install" >&5 4630 +echo "$as_me:51 46: checking if shared libraries should be relinked during install" >&54769 +echo "$as_me:5154: checking if shared libraries should be relinked during install" >&5 4631 4770 echo $ECHO_N "checking if shared libraries should be relinked during install... $ECHO_C" >&6 4632 4771 4633 4772 # Check whether --enable-relink or --disable-relink was given. 4634 @@ -4909,19 +51 53,20 @@4773 @@ -4909,19 +5161,20 @@ 4635 4774 else 4636 4775 cf_cv_do_relink=yes 4637 4776 fi; 4638 4777 -echo "$as_me:4912: result: $cf_cv_do_relink" >&5 4639 +echo "$as_me:51 56: result: $cf_cv_do_relink" >&54778 +echo "$as_me:5164: result: $cf_cv_do_relink" >&5 4640 4779 echo "${ECHO_T}$cf_cv_do_relink" >&6 4641 4780 ;; … … 4651 4790 4652 4791 - echo "$as_me:4924: checking if release/abi version should be used for shared libs" >&5 4653 + echo "$as_me:51 69: checking if release/abi version should be used for shared libs" >&54792 + echo "$as_me:5177: checking if release/abi version should be used for shared libs" >&5 4654 4793 echo $ECHO_N "checking if release/abi version should be used for shared libs... $ECHO_C" >&6 4655 4794 4656 4795 # Check whether --with-shlib-version or --without-shlib-version was given. 4657 @@ -4936,7 +518 1,7 @@4796 @@ -4936,7 +5189,7 @@ 4658 4797 cf_cv_shlib_version=$withval 4659 4798 ;; 4660 4799 *) 4661 4800 - { { echo "$as_me:4939: error: option value must be one of: rel, abi, auto or no" >&5 4662 + { { echo "$as_me:51 84: error: option value must be one of: rel, abi, auto or no" >&54801 + { { echo "$as_me:5192: error: option value must be one of: rel, abi, auto or no" >&5 4663 4802 echo "$as_me: error: option value must be one of: rel, abi, auto or no" >&2;} 4664 4803 { (exit 1); exit 1; }; } 4665 4804 ;; 4666 @@ -4945,7 +519 0,7 @@4805 @@ -4945,7 +5198,7 @@ 4667 4806 else 4668 4807 cf_cv_shlib_version=auto 4669 4808 fi; 4670 4809 - echo "$as_me:4948: result: $cf_cv_shlib_version" >&5 4671 + echo "$as_me:5 193: result: $cf_cv_shlib_version" >&54810 + echo "$as_me:5201: result: $cf_cv_shlib_version" >&5 4672 4811 echo "${ECHO_T}$cf_cv_shlib_version" >&6 4673 4812 4674 4813 cf_cv_rm_so_locs=no 4675 @@ -4954,14 +5 199,14 @@4814 @@ -4954,14 +5207,14 @@ 4676 4815 CC_SHARED_OPTS= 4677 4816 if test "$GCC" = yes 4678 4817 then 4679 4818 - echo "$as_me:4957: checking which $CC option to use" >&5 4680 + echo "$as_me:52 02: checking which $CC option to use" >&54819 + echo "$as_me:5210: checking which $CC option to use" >&5 4681 4820 echo $ECHO_N "checking which $CC option to use... $ECHO_C" >&6 4682 4821 cf_save_CFLAGS="$CFLAGS" … … 4686 4825 cat >conftest.$ac_ext <<_ACEOF 4687 4826 -#line 4964 "configure" 4688 +#line 52 09"configure"4827 +#line 5217 "configure" 4689 4828 #include "confdefs.h" 4690 4829 #include <stdio.h> 4691 4830 int 4692 @@ -4973,16 +52 18,16 @@4831 @@ -4973,16 +5226,16 @@ 4693 4832 } 4694 4833 _ACEOF 4695 4834 rm -f conftest.$ac_objext 4696 4835 -if { (eval echo "$as_me:4976: \"$ac_compile\"") >&5 4697 +if { (eval echo "$as_me:522 1: \"$ac_compile\"") >&54836 +if { (eval echo "$as_me:5229: \"$ac_compile\"") >&5 4698 4837 (eval $ac_compile) 2>&5 4699 4838 ac_status=$? 4700 4839 - echo "$as_me:4979: \$? = $ac_status" >&5 4701 + echo "$as_me:52 24: \$? = $ac_status" >&54840 + echo "$as_me:5232: \$? = $ac_status" >&5 4702 4841 (exit $ac_status); } && 4703 4842 { ac_try='test -s conftest.$ac_objext' 4704 4843 - { (eval echo "$as_me:4982: \"$ac_try\"") >&5 4705 + { (eval echo "$as_me:52 27: \"$ac_try\"") >&54844 + { (eval echo "$as_me:5235: \"$ac_try\"") >&5 4706 4845 (eval $ac_try) 2>&5 4707 4846 ac_status=$? 4708 4847 - echo "$as_me:4985: \$? = $ac_status" >&5 4709 + echo "$as_me:523 0: \$? = $ac_status" >&54848 + echo "$as_me:5238: \$? = $ac_status" >&5 4710 4849 (exit $ac_status); }; }; then 4711 4850 break 4712 4851 else 4713 @@ -4991,7 +52 36,7 @@4852 @@ -4991,7 +5244,7 @@ 4714 4853 fi 4715 4854 rm -f conftest.$ac_objext conftest.$ac_ext 4716 4855 done 4717 4856 - echo "$as_me:4994: result: $CC_SHARED_OPTS" >&5 4718 + echo "$as_me:52 39: result: $CC_SHARED_OPTS" >&54857 + echo "$as_me:5247: result: $CC_SHARED_OPTS" >&5 4719 4858 echo "${ECHO_T}$CC_SHARED_OPTS" >&6 4720 4859 CFLAGS="$cf_save_CFLAGS" 4721 4860 fi 4722 @@ -4999,6 +52 44,12 @@4861 @@ -4999,6 +5252,12 @@ 4723 4862 cf_cv_shlib_version_infix=no 4724 4863 … … 4733 4872 MK_SHARED_LIB='${CC} ${CFLAGS} -o $@ -Xlinker -soname=`basename $@` -nostart -e 0' 4734 4873 ;; 4735 @@ -5027,7 +52 78,7 @@4874 @@ -5027,7 +5286,7 @@ 4736 4875 MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@' 4737 4876 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi 4738 4877 cf_cv_shlib_version_infix=yes 4739 4878 - echo "$as_me:5030: checking if ld -search_paths_first works" >&5 4740 + echo "$as_me:528 1: checking if ld -search_paths_first works" >&54879 + echo "$as_me:5289: checking if ld -search_paths_first works" >&5 4741 4880 echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6 4742 4881 if test "${cf_cv_ldflags_search_paths_first+set}" = set; then 4743 4882 echo $ECHO_N "(cached) $ECHO_C" >&6 4744 @@ -5036,7 +52 87,7 @@4883 @@ -5036,7 +5295,7 @@ 4745 4884 cf_save_LDFLAGS=$LDFLAGS 4746 4885 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 4747 4886 cat >conftest.$ac_ext <<_ACEOF 4748 4887 -#line 5039 "configure" 4749 +#line 529 0"configure"4888 +#line 5298 "configure" 4750 4889 #include "confdefs.h" 4751 4890 4752 4891 int 4753 @@ -5048,16 +5 299,16 @@4892 @@ -5048,16 +5307,16 @@ 4754 4893 } 4755 4894 _ACEOF 4756 4895 rm -f conftest.$ac_objext conftest$ac_exeext 4757 4896 -if { (eval echo "$as_me:5051: \"$ac_link\"") >&5 4758 +if { (eval echo "$as_me:53 02: \"$ac_link\"") >&54897 +if { (eval echo "$as_me:5310: \"$ac_link\"") >&5 4759 4898 (eval $ac_link) 2>&5 4760 4899 ac_status=$? 4761 4900 - echo "$as_me:5054: \$? = $ac_status" >&5 4762 + echo "$as_me:53 05: \$? = $ac_status" >&54901 + echo "$as_me:5313: \$? = $ac_status" >&5 4763 4902 (exit $ac_status); } && 4764 4903 { ac_try='test -s conftest$ac_exeext' 4765 4904 - { (eval echo "$as_me:5057: \"$ac_try\"") >&5 4766 + { (eval echo "$as_me:53 08: \"$ac_try\"") >&54905 + { (eval echo "$as_me:5316: \"$ac_try\"") >&5 4767 4906 (eval $ac_try) 2>&5 4768 4907 ac_status=$? 4769 4908 - echo "$as_me:5060: \$? = $ac_status" >&5 4770 + echo "$as_me:531 1: \$? = $ac_status" >&54909 + echo "$as_me:5319: \$? = $ac_status" >&5 4771 4910 (exit $ac_status); }; }; then 4772 4911 cf_cv_ldflags_search_paths_first=yes 4773 4912 else 4774 @@ -5068,7 +53 19,7 @@4913 @@ -5068,7 +5327,7 @@ 4775 4914 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4776 4915 LDFLAGS=$cf_save_LDFLAGS 4777 4916 fi 4778 4917 -echo "$as_me:5071: result: $cf_cv_ldflags_search_paths_first" >&5 4779 +echo "$as_me:53 22: result: $cf_cv_ldflags_search_paths_first" >&54918 +echo "$as_me:5330: result: $cf_cv_ldflags_search_paths_first" >&5 4780 4919 echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6 4781 4920 if test $cf_cv_ldflags_search_paths_first = yes; then 4782 4921 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 4783 @@ -5090,10 +534 1,10 @@4922 @@ -5090,10 +5349,10 @@ 4784 4923 irix*) 4785 4924 if test "$cf_cv_ld_rpath" = yes ; then … … 4794 4933 fi 4795 4934 fi 4796 @@ -5112,7 +53 63,7 @@4935 @@ -5112,7 +5371,7 @@ 4797 4936 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4798 4937 fi … … 4803 4942 fi 4804 4943 4805 @@ -5131,7 +53 82,7 @@4944 @@ -5131,7 +5390,7 @@ 4806 4945 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4807 4946 fi … … 4812 4951 fi 4813 4952 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 4814 @@ -5143,7 +5 394,7 @@4953 @@ -5143,7 +5402,7 @@ 4815 4954 cf_cv_shared_soname='`basename $@`' 4816 4955 fi … … 4821 4960 nto-qnx*|openbsd*|freebsd[12].*) 4822 4961 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 4823 @@ -5155,7 +54 06,7 @@4962 @@ -5155,7 +5414,7 @@ 4824 4963 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then 4825 4964 LOCAL_LDFLAGS="-rpath \$(LOCAL_LIBDIR)" … … 4830 4969 fi 4831 4970 4832 @@ -5166,11 +54 17,11 @@4971 @@ -5166,11 +5425,11 @@ 4833 4972 cf_cv_shared_soname='`basename $@`' 4834 4973 fi … … 4844 4983 LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)" 4845 4984 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4846 @@ -5192,7 +54 43,7 @@4985 @@ -5192,7 +5451,7 @@ 4847 4986 4848 4987 MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname' -o $@' … … 4853 4992 ;; 4854 4993 osf*|mls+*) 4855 @@ -5211,7 +54 62,7 @@4994 @@ -5211,7 +5470,7 @@ 4856 4995 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4857 4996 fi … … 4862 5001 fi 4863 5002 cf_cv_rm_so_locs=yes 4864 @@ -5246,7 +5 497,7 @@5003 @@ -5246,7 +5505,7 @@ 4865 5004 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4866 5005 fi … … 4871 5010 fi 4872 5011 4873 @@ -5258,7 +55 09,43 @@5012 @@ -5258,7 +5517,43 @@ 4874 5013 fi 4875 5014 … … 4881 5020 + CFLAGS="$cf_shared_opts $cf_save_CFLAGS" 4882 5021 + cat >conftest.$ac_ext <<_ACEOF 4883 +#line 55 17"configure"5022 +#line 5525 "configure" 4884 5023 +#include "confdefs.h" 4885 5024 +#include <stdio.h> … … 4893 5032 +_ACEOF 4894 5033 +rm -f conftest.$ac_objext 4895 +if { (eval echo "$as_me:55 29: \"$ac_compile\"") >&55034 +if { (eval echo "$as_me:5537: \"$ac_compile\"") >&5 4896 5035 + (eval $ac_compile) 2>&5 4897 5036 + ac_status=$? 4898 + echo "$as_me:55 32: \$? = $ac_status" >&55037 + echo "$as_me:5540: \$? = $ac_status" >&5 4899 5038 + (exit $ac_status); } && 4900 5039 + { ac_try='test -s conftest.$ac_objext' 4901 + { (eval echo "$as_me:55 35: \"$ac_try\"") >&55040 + { (eval echo "$as_me:5543: \"$ac_try\"") >&5 4902 5041 + (eval $ac_try) 2>&5 4903 5042 + ac_status=$? 4904 + echo "$as_me:55 38: \$? = $ac_status" >&55043 + echo "$as_me:5546: \$? = $ac_status" >&5 4905 5044 + (exit $ac_status); }; }; then 4906 5045 + break … … 4916 5055 else 4917 5056 MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $@' 4918 @@ -5285,20 +55 72,20 @@5057 @@ -5285,20 +5580,20 @@ 4919 5058 test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes 4920 5059 ;; 4921 5060 *) 4922 5061 - { echo "$as_me:5288: WARNING: ignored --with-shlib-version" >&5 4923 + { echo "$as_me:55 75: WARNING: ignored --with-shlib-version" >&55062 + { echo "$as_me:5583: WARNING: ignored --with-shlib-version" >&5 4924 5063 echo "$as_me: WARNING: ignored --with-shlib-version" >&2;} 4925 5064 ;; … … 4931 5070 - echo "$as_me:5296: checking if we need a space after rpath option" >&5 4932 5071 + if test -n "$LD_RPATH_OPT" ; then 4933 + echo "$as_me:55 83: checking if we need a space after rpath option" >&55072 + echo "$as_me:5591: checking if we need a space after rpath option" >&5 4934 5073 echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6 4935 5074 cf_save_LIBS="$LIBS" … … 4938 5077 cat >conftest.$ac_ext <<_ACEOF 4939 5078 -#line 5301 "configure" 4940 +#line 55 88"configure"5079 +#line 5596 "configure" 4941 5080 #include "confdefs.h" 4942 5081 4943 5082 int 4944 @@ -5310,16 +5 597,16 @@5083 @@ -5310,16 +5605,16 @@ 4945 5084 } 4946 5085 _ACEOF 4947 5086 rm -f conftest.$ac_objext conftest$ac_exeext 4948 5087 -if { (eval echo "$as_me:5313: \"$ac_link\"") >&5 4949 +if { (eval echo "$as_me:560 0: \"$ac_link\"") >&55088 +if { (eval echo "$as_me:5608: \"$ac_link\"") >&5 4950 5089 (eval $ac_link) 2>&5 4951 5090 ac_status=$? 4952 5091 - echo "$as_me:5316: \$? = $ac_status" >&5 4953 + echo "$as_me:56 03: \$? = $ac_status" >&55092 + echo "$as_me:5611: \$? = $ac_status" >&5 4954 5093 (exit $ac_status); } && 4955 5094 { ac_try='test -s conftest$ac_exeext' 4956 5095 - { (eval echo "$as_me:5319: \"$ac_try\"") >&5 4957 + { (eval echo "$as_me:56 06: \"$ac_try\"") >&55096 + { (eval echo "$as_me:5614: \"$ac_try\"") >&5 4958 5097 (eval $ac_try) 2>&5 4959 5098 ac_status=$? 4960 5099 - echo "$as_me:5322: \$? = $ac_status" >&5 4961 + echo "$as_me:56 09: \$? = $ac_status" >&55100 + echo "$as_me:5617: \$? = $ac_status" >&5 4962 5101 (exit $ac_status); }; }; then 4963 5102 cf_rpath_space=no 4964 5103 else 4965 @@ -5329,16 +56 16,16 @@5104 @@ -5329,16 +5624,16 @@ 4966 5105 fi 4967 5106 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4968 5107 LIBS="$cf_save_LIBS" 4969 5108 - echo "$as_me:5332: result: $cf_rpath_space" >&5 4970 + echo "$as_me:56 19: result: $cf_rpath_space" >&55109 + echo "$as_me:5627: result: $cf_rpath_space" >&5 4971 5110 echo "${ECHO_T}$cf_rpath_space" >&6 4972 5111 - test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt " … … 4980 5119 if test "$model" = "shared"; then 4981 5120 - { { echo "$as_me:5341: error: Shared libraries are not supported in this version" >&5 4982 + { { echo "$as_me:56 28: error: Shared libraries are not supported in this version" >&55121 + { { echo "$as_me:5636: error: Shared libraries are not supported in this version" >&5 4983 5122 echo "$as_me: error: Shared libraries are not supported in this version" >&2;} 4984 5123 { (exit 1); exit 1; }; } 4985 5124 fi 4986 @@ -5348,7 +56 35,7 @@5125 @@ -5348,7 +5643,7 @@ 4987 5126 ############################################################################### 4988 5127 4989 5128 ### use option --disable-overwrite to leave out the link to -lcurses 4990 5129 -echo "$as_me:5351: checking if you wish to install ncurses overwriting curses" >&5 4991 +echo "$as_me:56 38: checking if you wish to install ncurses overwriting curses" >&55130 +echo "$as_me:5646: checking if you wish to install ncurses overwriting curses" >&5 4992 5131 echo $ECHO_N "checking if you wish to install ncurses overwriting curses... $ECHO_C" >&6 4993 5132 4994 5133 # Check whether --enable-overwrite or --disable-overwrite was given. 4995 @@ -5358,10 +56 45,10 @@5134 @@ -5358,10 +5653,10 @@ 4996 5135 else 4997 5136 if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi 4998 5137 fi; 4999 5138 -echo "$as_me:5361: result: $with_overwrite" >&5 5000 +echo "$as_me:56 48: result: $with_overwrite" >&55139 +echo "$as_me:5656: result: $with_overwrite" >&5 5001 5140 echo "${ECHO_T}$with_overwrite" >&6 5002 5141 5003 5142 -echo "$as_me:5364: checking if external terminfo-database is used" >&5 5004 +echo "$as_me:565 1: checking if external terminfo-database is used" >&55143 +echo "$as_me:5659: checking if external terminfo-database is used" >&5 5005 5144 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6 5006 5145 5007 5146 # Check whether --enable-database or --disable-database was given. 5008 @@ -5371,7 +56 58,7 @@5147 @@ -5371,7 +5666,7 @@ 5009 5148 else 5010 5149 use_database=yes 5011 5150 fi; 5012 5151 -echo "$as_me:5374: result: $use_database" >&5 5013 +echo "$as_me:566 1: result: $use_database" >&55152 +echo "$as_me:5669: result: $use_database" >&5 5014 5153 echo "${ECHO_T}$use_database" >&6 5015 5154 5016 5155 case $host_os in #(vi 5017 @@ -5384,8 +567 1,8 @@5156 @@ -5384,8 +5679,8 @@ 5018 5157 esac 5019 5158 … … 5026 5165 5027 5166 if test "$use_database" != no ; then 5028 @@ -5393,7 +568 0,7 @@5167 @@ -5393,7 +5688,7 @@ 5029 5168 #define USE_DATABASE 1 5030 5169 EOF 5031 5170 5032 5171 - echo "$as_me:5396: checking which terminfo source-file will be installed" >&5 5033 + echo "$as_me:56 83: checking which terminfo source-file will be installed" >&55172 + echo "$as_me:5691: checking which terminfo source-file will be installed" >&5 5034 5173 echo $ECHO_N "checking which terminfo source-file will be installed... $ECHO_C" >&6 5035 5174 5036 5175 # Check whether --enable-database or --disable-database was given. 5037 @@ -5401,10 +56 88,10 @@5176 @@ -5401,10 +5696,10 @@ 5038 5177 enableval="$enable_database" 5039 5178 TERMINFO_SRC=$withval 5040 5179 fi; 5041 5180 - echo "$as_me:5404: result: $TERMINFO_SRC" >&5 5042 + echo "$as_me:569 1: result: $TERMINFO_SRC" >&55181 + echo "$as_me:5699: result: $TERMINFO_SRC" >&5 5043 5182 echo "${ECHO_T}$TERMINFO_SRC" >&6 5044 5183 5045 5184 - echo "$as_me:5407: checking whether to use hashed database instead of directory/tree" >&5 5046 + echo "$as_me:5 694: checking whether to use hashed database instead of directory/tree" >&55185 + echo "$as_me:5702: checking whether to use hashed database instead of directory/tree" >&5 5047 5186 echo $ECHO_N "checking whether to use hashed database instead of directory/tree... $ECHO_C" >&6 5048 5187 5049 5188 # Check whether --with-hashed-db or --without-hashed-db was given. 5050 @@ -5414,13 +570 1,13 @@5189 @@ -5414,13 +5709,13 @@ 5051 5190 else 5052 5191 with_hashed_db=no 5053 5192 fi; 5054 5193 - echo "$as_me:5417: result: $with_hashed_db" >&5 5055 + echo "$as_me:57 04: result: $with_hashed_db" >&55194 + echo "$as_me:5712: result: $with_hashed_db" >&5 5056 5195 echo "${ECHO_T}$with_hashed_db" >&6 5057 5196 else … … 5060 5199 5061 5200 -echo "$as_me:5423: checking for list of fallback descriptions" >&5 5062 +echo "$as_me:571 0: checking for list of fallback descriptions" >&55201 +echo "$as_me:5718: checking for list of fallback descriptions" >&5 5063 5202 echo $ECHO_N "checking for list of fallback descriptions... $ECHO_C" >&6 5064 5203 5065 5204 # Check whether --with-fallbacks or --without-fallbacks was given. 5066 @@ -5430,11 +57 17,11 @@5205 @@ -5430,11 +5725,11 @@ 5067 5206 else 5068 5207 with_fallback= 5069 5208 fi; 5070 5209 -echo "$as_me:5433: result: $with_fallback" >&5 5071 +echo "$as_me:572 0: result: $with_fallback" >&55210 +echo "$as_me:5728: result: $with_fallback" >&5 5072 5211 echo "${ECHO_T}$with_fallback" >&6 5073 5212 FALLBACK_LIST=`echo "$with_fallback" | sed -e 's/,/ /g'` 5074 5213 5075 5214 -echo "$as_me:5437: checking if you want modern xterm or antique" >&5 5076 +echo "$as_me:57 24: checking if you want modern xterm or antique" >&55215 +echo "$as_me:5732: checking if you want modern xterm or antique" >&5 5077 5216 echo $ECHO_N "checking if you want modern xterm or antique... $ECHO_C" >&6 5078 5217 5079 5218 # Check whether --with-xterm-new or --without-xterm-new was given. 5080 @@ -5448,7 +57 35,7 @@5219 @@ -5448,7 +5743,7 @@ 5081 5220 no) with_xterm_new=xterm-old;; 5082 5221 *) with_xterm_new=xterm-new;; 5083 5222 esac 5084 5223 -echo "$as_me:5451: result: $with_xterm_new" >&5 5085 +echo "$as_me:57 38: result: $with_xterm_new" >&55224 +echo "$as_me:5746: result: $with_xterm_new" >&5 5086 5225 echo "${ECHO_T}$with_xterm_new" >&6 5087 5226 WHICH_XTERM=$with_xterm_new 5088 5227 5089 @@ -5458,7 +57 45,7 @@5228 @@ -5458,7 +5753,7 @@ 5090 5229 MAKE_TERMINFO="#" 5091 5230 else 5092 5231 5093 5232 -echo "$as_me:5461: checking for list of terminfo directories" >&5 5094 +echo "$as_me:57 48: checking for list of terminfo directories" >&55233 +echo "$as_me:5756: checking for list of terminfo directories" >&5 5095 5234 echo $ECHO_N "checking for list of terminfo directories... $ECHO_C" >&6 5096 5235 5097 5236 # Check whether --with-terminfo-dirs or --without-terminfo-dirs was given. 5098 @@ -5468,7 +57 55,7 @@5237 @@ -5468,7 +5763,7 @@ 5099 5238 else 5100 5239 withval=${TERMINFO_DIRS-${datadir}/terminfo} … … 5105 5244 for cf_src_path in $withval 5106 5245 do 5107 @@ -5498,7 +57 85,7 @@5246 @@ -5498,7 +5793,7 @@ 5108 5247 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 5109 5248 ;; 5110 5249 *) 5111 5250 - { { echo "$as_me:5501: error: expected a pathname, not \"$cf_src_path\"" >&5 5112 + { { echo "$as_me:57 88: error: expected a pathname, not \"$cf_src_path\"" >&55251 + { { echo "$as_me:5796: error: expected a pathname, not \"$cf_src_path\"" >&5 5113 5252 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 5114 5253 { (exit 1); exit 1; }; } 5115 5254 ;; 5116 @@ -5511,13 +5 798,13 @@5255 @@ -5511,13 +5806,13 @@ 5117 5256 5118 5257 eval 'TERMINFO_DIRS="$cf_dst_path"' 5119 5258 5120 5259 -echo "$as_me:5514: result: $TERMINFO_DIRS" >&5 5121 +echo "$as_me:580 1: result: $TERMINFO_DIRS" >&55260 +echo "$as_me:5809: result: $TERMINFO_DIRS" >&5 5122 5261 echo "${ECHO_T}$TERMINFO_DIRS" >&6 5123 5262 test -n "$TERMINFO_DIRS" && cat >>confdefs.h <<EOF … … 5126 5265 5127 5266 -echo "$as_me:5520: checking for default terminfo directory" >&5 5128 +echo "$as_me:58 07: checking for default terminfo directory" >&55267 +echo "$as_me:5815: checking for default terminfo directory" >&5 5129 5268 echo $ECHO_N "checking for default terminfo directory... $ECHO_C" >&6 5130 5269 5131 5270 # Check whether --with-default-terminfo-dir or --without-default-terminfo-dir was given. 5132 @@ -5553,7 +584 0,7 @@5271 @@ -5553,7 +5848,7 @@ 5133 5272 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 5134 5273 ;; 5135 5274 *) 5136 5275 - { { echo "$as_me:5556: error: expected a pathname, not \"$withval\"" >&5 5137 + { { echo "$as_me:58 43: error: expected a pathname, not \"$withval\"" >&55276 + { { echo "$as_me:5851: error: expected a pathname, not \"$withval\"" >&5 5138 5277 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 5139 5278 { (exit 1); exit 1; }; } 5140 5279 ;; 5141 @@ -5562,7 +58 49,7 @@5280 @@ -5562,7 +5857,7 @@ 5142 5281 fi 5143 5282 TERMINFO="$withval" 5144 5283 5145 5284 -echo "$as_me:5565: result: $TERMINFO" >&5 5146 +echo "$as_me:58 52: result: $TERMINFO" >&55285 +echo "$as_me:5860: result: $TERMINFO" >&5 5147 5286 echo "${ECHO_T}$TERMINFO" >&6 5148 5287 cat >>confdefs.h <<EOF 5149 5288 #define TERMINFO "$TERMINFO" 5150 @@ -5572,7 +58 59,7 @@5289 @@ -5572,7 +5867,7 @@ 5151 5290 5152 5291 ### use option --disable-big-core to make tic run on small machines 5153 5292 ### We need 4Mb, check if we can allocate 50% more than that. 5154 5293 -echo "$as_me:5575: checking if big-core option selected" >&5 5155 +echo "$as_me:58 62: checking if big-core option selected" >&55294 +echo "$as_me:5870: checking if big-core option selected" >&5 5156 5295 echo $ECHO_N "checking if big-core option selected... $ECHO_C" >&6 5157 5296 5158 5297 # Check whether --enable-big-core or --disable-big-core was given. 5159 @@ -5584,7 +587 1,7 @@5298 @@ -5584,7 +5879,7 @@ 5160 5299 with_big_core=no 5161 5300 else 5162 5301 cat >conftest.$ac_ext <<_ACEOF 5163 5302 -#line 5587 "configure" 5164 +#line 58 74"configure"5303 +#line 5882 "configure" 5165 5304 #include "confdefs.h" 5166 5305 5167 5306 #include <stdlib.h> 5168 @@ -5598,15 +58 85,15 @@5307 @@ -5598,15 +5893,15 @@ 5169 5308 } 5170 5309 _ACEOF 5171 5310 rm -f conftest$ac_exeext 5172 5311 -if { (eval echo "$as_me:5601: \"$ac_link\"") >&5 5173 +if { (eval echo "$as_me:58 88: \"$ac_link\"") >&55312 +if { (eval echo "$as_me:5896: \"$ac_link\"") >&5 5174 5313 (eval $ac_link) 2>&5 5175 5314 ac_status=$? 5176 5315 - echo "$as_me:5604: \$? = $ac_status" >&5 5177 + echo "$as_me:589 1: \$? = $ac_status" >&55316 + echo "$as_me:5899: \$? = $ac_status" >&5 5178 5317 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5179 5318 - { (eval echo "$as_me:5606: \"$ac_try\"") >&5 5180 + { (eval echo "$as_me:5 893: \"$ac_try\"") >&55319 + { (eval echo "$as_me:5901: \"$ac_try\"") >&5 5181 5320 (eval $ac_try) 2>&5 5182 5321 ac_status=$? 5183 5322 - echo "$as_me:5609: \$? = $ac_status" >&5 5184 + echo "$as_me:5 896: \$? = $ac_status" >&55323 + echo "$as_me:5904: \$? = $ac_status" >&5 5185 5324 (exit $ac_status); }; }; then 5186 5325 with_big_core=yes 5187 5326 else 5188 @@ -5618,7 +59 05,7 @@5327 @@ -5618,7 +5913,7 @@ 5189 5328 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5190 5329 fi 5191 5330 fi; 5192 5331 -echo "$as_me:5621: result: $with_big_core" >&5 5193 +echo "$as_me:59 08: result: $with_big_core" >&55332 +echo "$as_me:5916: result: $with_big_core" >&5 5194 5333 echo "${ECHO_T}$with_big_core" >&6 5195 5334 test "$with_big_core" = "yes" && cat >>confdefs.h <<\EOF 5196 5335 #define HAVE_BIG_CORE 1 5197 @@ -5627,7 +59 14,7 @@5336 @@ -5627,7 +5922,7 @@ 5198 5337 ### ISO C only guarantees 512-char strings, we have tables which load faster 5199 5338 ### when constructed using "big" strings. More than the C compiler, the awk 5200 5339 ### program is a limit on most vendor UNIX systems. Check that we can build. 5201 5340 -echo "$as_me:5630: checking if big-strings option selected" >&5 5202 +echo "$as_me:59 17: checking if big-strings option selected" >&55341 +echo "$as_me:5925: checking if big-strings option selected" >&5 5203 5342 echo $ECHO_N "checking if big-strings option selected... $ECHO_C" >&6 5204 5343 5205 5344 # Check whether --enable-big-strings or --disable-big-strings was given. 5206 @@ -5636,29 +59 23,29 @@5345 @@ -5636,29 +5931,29 @@ 5207 5346 with_big_strings=$enableval 5208 5347 else … … 5237 5376 fi; 5238 5377 -echo "$as_me:5654: result: $with_big_strings" >&5 5239 +echo "$as_me:594 1: result: $with_big_strings" >&55378 +echo "$as_me:5949: result: $with_big_strings" >&5 5240 5379 echo "${ECHO_T}$with_big_strings" >&6 5241 5380 … … 5245 5384 ### use option --enable-termcap to compile in the termcap fallback support 5246 5385 -echo "$as_me:5661: checking if you want termcap-fallback support" >&5 5247 +echo "$as_me:59 48: checking if you want termcap-fallback support" >&55386 +echo "$as_me:5956: checking if you want termcap-fallback support" >&5 5248 5387 echo $ECHO_N "checking if you want termcap-fallback support... $ECHO_C" >&6 5249 5388 5250 5389 # Check whether --enable-termcap or --disable-termcap was given. 5251 @@ -5668,13 +59 55,13 @@5390 @@ -5668,13 +5963,13 @@ 5252 5391 else 5253 5392 with_termcap=no 5254 5393 fi; 5255 5394 -echo "$as_me:5671: result: $with_termcap" >&5 5256 +echo "$as_me:59 58: result: $with_termcap" >&55395 +echo "$as_me:5966: result: $with_termcap" >&5 5257 5396 echo "${ECHO_T}$with_termcap" >&6 5258 5397 … … 5261 5400 if test -z "$with_fallback" ; then 5262 5401 - { { echo "$as_me:5677: error: You have disabled the database w/o specifying fallbacks" >&5 5263 + { { echo "$as_me:59 64: error: You have disabled the database w/o specifying fallbacks" >&55402 + { { echo "$as_me:5972: error: You have disabled the database w/o specifying fallbacks" >&5 5264 5403 echo "$as_me: error: You have disabled the database w/o specifying fallbacks" >&2;} 5265 5404 { (exit 1); exit 1; }; } 5266 5405 fi 5267 @@ -5686,7 +59 73,7 @@5406 @@ -5686,7 +5981,7 @@ 5268 5407 else 5269 5408 5270 5409 if test "$with_ticlib" != no ; then 5271 5410 - { { echo "$as_me:5689: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5 5272 + { { echo "$as_me:59 76: error: Options --with-ticlib and --enable-termcap cannot be combined" >&55411 + { { echo "$as_me:5984: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5 5273 5412 echo "$as_me: error: Options --with-ticlib and --enable-termcap cannot be combined" >&2;} 5274 5413 { (exit 1); exit 1; }; } 5275 5414 fi 5276 @@ -5695,7 +59 82,7 @@5415 @@ -5695,7 +5990,7 @@ 5277 5416 #define USE_TERMCAP 1 5278 5417 EOF 5279 5418 5280 5419 -echo "$as_me:5698: checking for list of termcap files" >&5 5281 +echo "$as_me:59 85: checking for list of termcap files" >&55420 +echo "$as_me:5993: checking for list of termcap files" >&5 5282 5421 echo $ECHO_N "checking for list of termcap files... $ECHO_C" >&6 5283 5422 5284 5423 # Check whether --with-termpath or --without-termpath was given. 5285 @@ -5705,7 + 5992,7 @@5424 @@ -5705,7 +6000,7 @@ 5286 5425 else 5287 5426 withval=${TERMPATH-/etc/termcap:/usr/share/misc/termcap} … … 5292 5431 for cf_src_path in $withval 5293 5432 do 5294 @@ -5735,7 +60 22,7 @@5433 @@ -5735,7 +6030,7 @@ 5295 5434 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 5296 5435 ;; 5297 5436 *) 5298 5437 - { { echo "$as_me:5738: error: expected a pathname, not \"$cf_src_path\"" >&5 5299 + { { echo "$as_me:60 25: error: expected a pathname, not \"$cf_src_path\"" >&55438 + { { echo "$as_me:6033: error: expected a pathname, not \"$cf_src_path\"" >&5 5300 5439 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 5301 5440 { (exit 1); exit 1; }; } 5302 5441 ;; 5303 @@ -5748,14 +60 35,14 @@5442 @@ -5748,14 +6043,14 @@ 5304 5443 5305 5444 eval 'TERMPATH="$cf_dst_path"' 5306 5445 5307 5446 -echo "$as_me:5751: result: $TERMPATH" >&5 5308 +echo "$as_me:60 38: result: $TERMPATH" >&55447 +echo "$as_me:6046: result: $TERMPATH" >&5 5309 5448 echo "${ECHO_T}$TERMPATH" >&6 5310 5449 test -n "$TERMPATH" && cat >>confdefs.h <<EOF … … 5314 5453 ### use option --enable-getcap to use a hacked getcap for reading termcaps 5315 5454 -echo "$as_me:5758: checking if fast termcap-loader is needed" >&5 5316 +echo "$as_me:60 45: checking if fast termcap-loader is needed" >&55455 +echo "$as_me:6053: checking if fast termcap-loader is needed" >&5 5317 5456 echo $ECHO_N "checking if fast termcap-loader is needed... $ECHO_C" >&6 5318 5457 5319 5458 # Check whether --enable-getcap or --disable-getcap was given. 5320 @@ -5765,13 +60 52,13 @@5459 @@ -5765,13 +6060,13 @@ 5321 5460 else 5322 5461 with_getcap=no 5323 5462 fi; 5324 5463 -echo "$as_me:5768: result: $with_getcap" >&5 5325 +echo "$as_me:60 55: result: $with_getcap" >&55464 +echo "$as_me:6063: result: $with_getcap" >&5 5326 5465 echo "${ECHO_T}$with_getcap" >&6 5327 5466 test "$with_getcap" = "yes" && cat >>confdefs.h <<\EOF … … 5330 5469 5331 5470 -echo "$as_me:5774: checking if translated termcaps will be cached in ~/.terminfo" >&5 5332 +echo "$as_me:606 1: checking if translated termcaps will be cached in ~/.terminfo" >&55471 +echo "$as_me:6069: checking if translated termcaps will be cached in ~/.terminfo" >&5 5333 5472 echo $ECHO_N "checking if translated termcaps will be cached in ~/.terminfo... $ECHO_C" >&6 5334 5473 5335 5474 # Check whether --enable-getcap-cache or --disable-getcap-cache was given. 5336 @@ -5781,7 +60 68,7 @@5475 @@ -5781,7 +6076,7 @@ 5337 5476 else 5338 5477 with_getcap_cache=no 5339 5478 fi; 5340 5479 -echo "$as_me:5784: result: $with_getcap_cache" >&5 5341 +echo "$as_me:607 1: result: $with_getcap_cache" >&55480 +echo "$as_me:6079: result: $with_getcap_cache" >&5 5342 5481 echo "${ECHO_T}$with_getcap_cache" >&6 5343 5482 test "$with_getcap_cache" = "yes" && cat >>confdefs.h <<\EOF 5344 5483 #define USE_GETCAP_CACHE 1 5345 @@ -5790,7 +60 77,7 @@5484 @@ -5790,7 +6085,7 @@ 5346 5485 fi 5347 5486 5348 5487 ### Use option --disable-home-terminfo to completely remove ~/.terminfo 5349 5488 -echo "$as_me:5793: checking if ~/.terminfo is wanted" >&5 5350 +echo "$as_me:608 0: checking if ~/.terminfo is wanted" >&55489 +echo "$as_me:6088: checking if ~/.terminfo is wanted" >&5 5351 5490 echo $ECHO_N "checking if ~/.terminfo is wanted... $ECHO_C" >&6 5352 5491 5353 5492 # Check whether --enable-home-terminfo or --disable-home-terminfo was given. 5354 @@ -5800,13 +60 87,13 @@5493 @@ -5800,13 +6095,13 @@ 5355 5494 else 5356 5495 with_home_terminfo=yes 5357 5496 fi; 5358 5497 -echo "$as_me:5803: result: $with_home_terminfo" >&5 5359 +echo "$as_me:609 0: result: $with_home_terminfo" >&55498 +echo "$as_me:6098: result: $with_home_terminfo" >&5 5360 5499 echo "${ECHO_T}$with_home_terminfo" >&6 5361 5500 test "$with_home_terminfo" = "yes" && cat >>confdefs.h <<\EOF … … 5364 5503 5365 5504 -echo "$as_me:5809: checking if you want to use restricted environment when running as root" >&5 5366 +echo "$as_me:6 096: checking if you want to use restricted environment when running as root" >&55505 +echo "$as_me:6104: checking if you want to use restricted environment when running as root" >&5 5367 5506 echo $ECHO_N "checking if you want to use restricted environment when running as root... $ECHO_C" >&6 5368 5507 5369 5508 # Check whether --enable-root-environ or --disable-root-environ was given. 5370 @@ -5816,7 +61 03,7 @@5509 @@ -5816,7 +6111,7 @@ 5371 5510 else 5372 5511 with_root_environ=yes 5373 5512 fi; 5374 5513 -echo "$as_me:5819: result: $with_root_environ" >&5 5375 +echo "$as_me:61 06: result: $with_root_environ" >&55514 +echo "$as_me:6114: result: $with_root_environ" >&5 5376 5515 echo "${ECHO_T}$with_root_environ" >&6 5377 5516 test "$with_root_environ" = yes && cat >>confdefs.h <<\EOF 5378 5517 #define USE_ROOT_ENVIRON 1 5379 @@ -5830,13 +61 17,13 @@5518 @@ -5830,13 +6125,13 @@ 5380 5519 unlink 5381 5520 do 5382 5521 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5383 5522 -echo "$as_me:5833: checking for $ac_func" >&5 5384 +echo "$as_me:612 0: checking for $ac_func" >&55523 +echo "$as_me:6128: checking for $ac_func" >&5 5385 5524 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5386 5525 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 5389 5528 cat >conftest.$ac_ext <<_ACEOF 5390 5529 -#line 5839 "configure" 5391 +#line 61 26"configure"5530 +#line 6134 "configure" 5392 5531 #include "confdefs.h" 5393 5532 /* System header to define __stub macros and hopefully few prototypes, 5394 5533 which can conflict with char $ac_func (); below. */ 5395 @@ -5867,16 +61 54,16 @@5534 @@ -5867,16 +6162,16 @@ 5396 5535 } 5397 5536 _ACEOF 5398 5537 rm -f conftest.$ac_objext conftest$ac_exeext 5399 5538 -if { (eval echo "$as_me:5870: \"$ac_link\"") >&5 5400 +if { (eval echo "$as_me:61 57: \"$ac_link\"") >&55539 +if { (eval echo "$as_me:6165: \"$ac_link\"") >&5 5401 5540 (eval $ac_link) 2>&5 5402 5541 ac_status=$? 5403 5542 - echo "$as_me:5873: \$? = $ac_status" >&5 5404 + echo "$as_me:616 0: \$? = $ac_status" >&55543 + echo "$as_me:6168: \$? = $ac_status" >&5 5405 5544 (exit $ac_status); } && 5406 5545 { ac_try='test -s conftest$ac_exeext' 5407 5546 - { (eval echo "$as_me:5876: \"$ac_try\"") >&5 5408 + { (eval echo "$as_me:61 63: \"$ac_try\"") >&55547 + { (eval echo "$as_me:6171: \"$ac_try\"") >&5 5409 5548 (eval $ac_try) 2>&5 5410 5549 ac_status=$? 5411 5550 - echo "$as_me:5879: \$? = $ac_status" >&5 5412 + echo "$as_me:61 66: \$? = $ac_status" >&55551 + echo "$as_me:6174: \$? = $ac_status" >&5 5413 5552 (exit $ac_status); }; }; then 5414 5553 eval "$as_ac_var=yes" 5415 5554 else 5416 @@ -5886,7 +61 73,7 @@5555 @@ -5886,7 +6181,7 @@ 5417 5556 fi 5418 5557 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5419 5558 fi 5420 5559 -echo "$as_me:5889: result: `eval echo '${'$as_ac_var'}'`" >&5 5421 +echo "$as_me:61 76: result: `eval echo '${'$as_ac_var'}'`" >&55560 +echo "$as_me:6184: result: `eval echo '${'$as_ac_var'}'`" >&5 5422 5561 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5423 5562 if test `eval echo '${'$as_ac_var'}'` = yes; then 5424 5563 cat >>confdefs.h <<EOF 5425 @@ -5903,13 +619 0,13 @@5564 @@ -5903,13 +6198,13 @@ 5426 5565 symlink 5427 5566 do 5428 5567 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5429 5568 -echo "$as_me:5906: checking for $ac_func" >&5 5430 +echo "$as_me:6 193: checking for $ac_func" >&55569 +echo "$as_me:6201: checking for $ac_func" >&5 5431 5570 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5432 5571 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 5435 5574 cat >conftest.$ac_ext <<_ACEOF 5436 5575 -#line 5912 "configure" 5437 +#line 6 199"configure"5576 +#line 6207 "configure" 5438 5577 #include "confdefs.h" 5439 5578 /* System header to define __stub macros and hopefully few prototypes, 5440 5579 which can conflict with char $ac_func (); below. */ 5441 @@ -5940,16 +62 27,16 @@5580 @@ -5940,16 +6235,16 @@ 5442 5581 } 5443 5582 _ACEOF 5444 5583 rm -f conftest.$ac_objext conftest$ac_exeext 5445 5584 -if { (eval echo "$as_me:5943: \"$ac_link\"") >&5 5446 +if { (eval echo "$as_me:623 0: \"$ac_link\"") >&55585 +if { (eval echo "$as_me:6238: \"$ac_link\"") >&5 5447 5586 (eval $ac_link) 2>&5 5448 5587 ac_status=$? 5449 5588 - echo "$as_me:5946: \$? = $ac_status" >&5 5450 + echo "$as_me:62 33: \$? = $ac_status" >&55589 + echo "$as_me:6241: \$? = $ac_status" >&5 5451 5590 (exit $ac_status); } && 5452 5591 { ac_try='test -s conftest$ac_exeext' 5453 5592 - { (eval echo "$as_me:5949: \"$ac_try\"") >&5 5454 + { (eval echo "$as_me:62 36: \"$ac_try\"") >&55593 + { (eval echo "$as_me:6244: \"$ac_try\"") >&5 5455 5594 (eval $ac_try) 2>&5 5456 5595 ac_status=$? 5457 5596 - echo "$as_me:5952: \$? = $ac_status" >&5 5458 + echo "$as_me:62 39: \$? = $ac_status" >&55597 + echo "$as_me:6247: \$? = $ac_status" >&5 5459 5598 (exit $ac_status); }; }; then 5460 5599 eval "$as_ac_var=yes" 5461 5600 else 5462 @@ -5959,7 +62 46,7 @@5601 @@ -5959,7 +6254,7 @@ 5463 5602 fi 5464 5603 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5465 5604 fi 5466 5605 -echo "$as_me:5962: result: `eval echo '${'$as_ac_var'}'`" >&5 5467 +echo "$as_me:62 49: result: `eval echo '${'$as_ac_var'}'`" >&55606 +echo "$as_me:6257: result: `eval echo '${'$as_ac_var'}'`" >&5 5468 5607 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5469 5608 if test `eval echo '${'$as_ac_var'}'` = yes; then 5470 5609 cat >>confdefs.h <<EOF 5471 @@ -5970,7 +62 57,7 @@5610 @@ -5970,7 +6265,7 @@ 5472 5611 done 5473 5612 5474 5613 else 5475 5614 - echo "$as_me:5973: checking if link/symlink functions work" >&5 5476 + echo "$as_me:626 0: checking if link/symlink functions work" >&55615 + echo "$as_me:6268: checking if link/symlink functions work" >&5 5477 5616 echo $ECHO_N "checking if link/symlink functions work... $ECHO_C" >&6 5478 5617 if test "${cf_cv_link_funcs+set}" = set; then 5479 5618 echo $ECHO_N "(cached) $ECHO_C" >&6 5480 @@ -5983,7 +627 0,7 @@5619 @@ -5983,7 +6278,7 @@ 5481 5620 eval 'ac_cv_func_'$cf_func'=error' 5482 5621 else 5483 5622 cat >conftest.$ac_ext <<_ACEOF 5484 5623 -#line 5986 "configure" 5485 +#line 62 73"configure"5624 +#line 6281 "configure" 5486 5625 #include "confdefs.h" 5487 5626 5488 5627 #include <sys/types.h> 5489 @@ -6013,15 +630 0,15 @@5628 @@ -6013,15 +6308,15 @@ 5490 5629 5491 5630 _ACEOF 5492 5631 rm -f conftest$ac_exeext 5493 5632 -if { (eval echo "$as_me:6016: \"$ac_link\"") >&5 5494 +if { (eval echo "$as_me:63 03: \"$ac_link\"") >&55633 +if { (eval echo "$as_me:6311: \"$ac_link\"") >&5 5495 5634 (eval $ac_link) 2>&5 5496 5635 ac_status=$? 5497 5636 - echo "$as_me:6019: \$? = $ac_status" >&5 5498 + echo "$as_me:63 06: \$? = $ac_status" >&55637 + echo "$as_me:6314: \$? = $ac_status" >&5 5499 5638 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5500 5639 - { (eval echo "$as_me:6021: \"$ac_try\"") >&5 5501 + { (eval echo "$as_me:63 08: \"$ac_try\"") >&55640 + { (eval echo "$as_me:6316: \"$ac_try\"") >&5 5502 5641 (eval $ac_try) 2>&5 5503 5642 ac_status=$? 5504 5643 - echo "$as_me:6024: \$? = $ac_status" >&5 5505 + echo "$as_me:631 1: \$? = $ac_status" >&55644 + echo "$as_me:6319: \$? = $ac_status" >&5 5506 5645 (exit $ac_status); }; }; then 5507 5646 5508 5647 cf_cv_link_funcs="$cf_cv_link_funcs $cf_func" 5509 @@ -6039,7 +63 26,7 @@5648 @@ -6039,7 +6334,7 @@ 5510 5649 test -z "$cf_cv_link_funcs" && cf_cv_link_funcs=no 5511 5650 5512 5651 fi 5513 5652 -echo "$as_me:6042: result: $cf_cv_link_funcs" >&5 5514 +echo "$as_me:63 29: result: $cf_cv_link_funcs" >&55653 +echo "$as_me:6337: result: $cf_cv_link_funcs" >&5 5515 5654 echo "${ECHO_T}$cf_cv_link_funcs" >&6 5516 5655 test "$ac_cv_func_link" = yes && cat >>confdefs.h <<\EOF 5517 5656 #define HAVE_LINK 1 5518 @@ -6057,7 +63 44,7 @@5657 @@ -6057,7 +6352,7 @@ 5519 5658 # soft links (symbolic links) are useful for some systems where hard links do 5520 5659 # not work, or to make it simpler to copy terminfo trees around. 5521 5660 if test "$ac_cv_func_symlink" = yes ; then 5522 5661 - echo "$as_me:6060: checking if tic should use symbolic links" >&5 5523 + echo "$as_me:63 47: checking if tic should use symbolic links" >&55662 + echo "$as_me:6355: checking if tic should use symbolic links" >&5 5524 5663 echo $ECHO_N "checking if tic should use symbolic links... $ECHO_C" >&6 5525 5664 5526 5665 # Check whether --enable-symlinks or --disable-symlinks was given. 5527 @@ -6067,21 +63 54,21 @@5666 @@ -6067,21 +6362,21 @@ 5528 5667 else 5529 5668 with_symlinks=no 5530 5669 fi; 5531 5670 - echo "$as_me:6070: result: $with_symlinks" >&5 5532 + echo "$as_me:63 57: result: $with_symlinks" >&55671 + echo "$as_me:6365: result: $with_symlinks" >&5 5533 5672 echo "${ECHO_T}$with_symlinks" >&6 5534 5673 fi … … 5538 5677 if test "$with_symlinks" = no ; then 5539 5678 - echo "$as_me:6077: checking if tic should use hard links" >&5 5540 + echo "$as_me:63 64: checking if tic should use hard links" >&55679 + echo "$as_me:6372: checking if tic should use hard links" >&5 5541 5680 echo $ECHO_N "checking if tic should use hard links... $ECHO_C" >&6 5542 5681 if test "$ac_cv_func_link" = yes ; then … … 5546 5685 fi 5547 5686 - echo "$as_me:6084: result: $with_links" >&5 5548 + echo "$as_me:637 1: result: $with_links" >&55687 + echo "$as_me:6379: result: $with_links" >&5 5549 5688 echo "${ECHO_T}$with_links" >&6 5550 5689 fi 5551 5690 5552 @@ -6094,7 +638 1,7 @@5691 @@ -6094,7 +6389,7 @@ 5553 5692 EOF 5554 5693 5555 5694 ### use option --enable-broken-linker to force on use of broken-linker support 5556 5695 -echo "$as_me:6097: checking if you want broken-linker support code" >&5 5557 +echo "$as_me:63 84: checking if you want broken-linker support code" >&55696 +echo "$as_me:6392: checking if you want broken-linker support code" >&5 5558 5697 echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6 5559 5698 5560 5699 # Check whether --enable-broken_linker or --disable-broken_linker was given. 5561 @@ -6104,7 +639 1,7 @@5700 @@ -6104,7 +6399,7 @@ 5562 5701 else 5563 5702 with_broken_linker=${BROKEN_LINKER-no} 5564 5703 fi; 5565 5704 -echo "$as_me:6107: result: $with_broken_linker" >&5 5566 +echo "$as_me:6 394: result: $with_broken_linker" >&55705 +echo "$as_me:6402: result: $with_broken_linker" >&5 5567 5706 echo "${ECHO_T}$with_broken_linker" >&6 5568 5707 5569 5708 BROKEN_LINKER=0 5570 @@ -6124,14 +641 1,14 @@5709 @@ -6124,14 +6419,14 @@ 5571 5710 BROKEN_LINKER=1 5572 5711 test -n "$verbose" && echo " cygwin linker is broken anyway" 1>&6 5573 5712 5574 5713 -echo "${as_me-configure}:6127: testing cygwin linker is broken anyway ..." 1>&5 5575 +echo "${as_me-configure}:64 14: testing cygwin linker is broken anyway ..." 1>&55714 +echo "${as_me-configure}:6422: testing cygwin linker is broken anyway ..." 1>&5 5576 5715 5577 5716 ;; … … 5581 5720 ### use option --enable-bsdpad to have tputs process BSD-style prefix padding 5582 5721 -echo "$as_me:6134: checking if tputs should process BSD-style prefix padding" >&5 5583 +echo "$as_me:642 1: checking if tputs should process BSD-style prefix padding" >&55722 +echo "$as_me:6429: checking if tputs should process BSD-style prefix padding" >&5 5584 5723 echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6 5585 5724 5586 5725 # Check whether --enable-bsdpad or --disable-bsdpad was given. 5587 @@ -6141,7 +64 28,7 @@5726 @@ -6141,7 +6436,7 @@ 5588 5727 else 5589 5728 with_bsdpad=no 5590 5729 fi; 5591 5730 -echo "$as_me:6144: result: $with_bsdpad" >&5 5592 +echo "$as_me:643 1: result: $with_bsdpad" >&55731 +echo "$as_me:6439: result: $with_bsdpad" >&5 5593 5732 echo "${ECHO_T}$with_bsdpad" >&6 5594 5733 test "$with_bsdpad" = yes && cat >>confdefs.h <<\EOF 5595 5734 #define BSD_TPUTS 1 5596 @@ -6158,7 +64 45,7 @@5735 @@ -6158,7 +6453,7 @@ 5597 5736 5598 5737 # Check to define _XOPEN_SOURCE "automatically" 5599 5738 5600 5739 -echo "$as_me:6161: checking if $CC -U and -D options work together" >&5 5601 +echo "$as_me:64 48: checking if $CC -U and -D options work together" >&55740 +echo "$as_me:6456: checking if $CC -U and -D options work together" >&5 5602 5741 echo $ECHO_N "checking if $CC -U and -D options work together... $ECHO_C" >&6 5603 5742 if test "${cf_cv_cc_u_d_options+set}" = set; then 5604 5743 echo $ECHO_N "(cached) $ECHO_C" >&6 5605 @@ -6167,7 +64 54,7 @@5744 @@ -6167,7 +6462,7 @@ 5606 5745 cf_save_CPPFLAGS="$CPPFLAGS" 5607 5746 CPPFLAGS="-UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS" 5608 5747 cat >conftest.$ac_ext <<_ACEOF 5609 5748 -#line 6170 "configure" 5610 +#line 64 57"configure"5749 +#line 6465 "configure" 5611 5750 #include "confdefs.h" 5612 5751 5613 5752 int 5614 @@ -6186,16 +64 73,16 @@5753 @@ -6186,16 +6481,16 @@ 5615 5754 } 5616 5755 _ACEOF 5617 5756 rm -f conftest.$ac_objext 5618 5757 -if { (eval echo "$as_me:6189: \"$ac_compile\"") >&5 5619 +if { (eval echo "$as_me:64 76: \"$ac_compile\"") >&55758 +if { (eval echo "$as_me:6484: \"$ac_compile\"") >&5 5620 5759 (eval $ac_compile) 2>&5 5621 5760 ac_status=$? 5622 5761 - echo "$as_me:6192: \$? = $ac_status" >&5 5623 + echo "$as_me:64 79: \$? = $ac_status" >&55762 + echo "$as_me:6487: \$? = $ac_status" >&5 5624 5763 (exit $ac_status); } && 5625 5764 { ac_try='test -s conftest.$ac_objext' 5626 5765 - { (eval echo "$as_me:6195: \"$ac_try\"") >&5 5627 + { (eval echo "$as_me:64 82: \"$ac_try\"") >&55766 + { (eval echo "$as_me:6490: \"$ac_try\"") >&5 5628 5767 (eval $ac_try) 2>&5 5629 5768 ac_status=$? 5630 5769 - echo "$as_me:6198: \$? = $ac_status" >&5 5631 + echo "$as_me:64 85: \$? = $ac_status" >&55770 + echo "$as_me:6493: \$? = $ac_status" >&5 5632 5771 (exit $ac_status); }; }; then 5633 5772 5634 5773 cf_cv_cc_u_d_options=yes 5635 @@ -6209,14 +6 496,14 @@5774 @@ -6209,14 +6504,14 @@ 5636 5775 CPPFLAGS="$cf_save_CPPFLAGS" 5637 5776 5638 5777 fi 5639 5778 -echo "$as_me:6212: result: $cf_cv_cc_u_d_options" >&5 5640 +echo "$as_me:6 499: result: $cf_cv_cc_u_d_options" >&55779 +echo "$as_me:6507: result: $cf_cv_cc_u_d_options" >&5 5641 5780 echo "${ECHO_T}$cf_cv_cc_u_d_options" >&6 5642 5781 … … 5650 5789 ;; 5651 5790 freebsd*|dragonfly*) #(vi 5652 @@ -6233,16 +652 0,16 @@5791 @@ -6233,16 +6528,16 @@ 5653 5792 irix[56].*) #(vi 5654 5793 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 5658 5797 5659 5798 -echo "$as_me:6238: checking if we must define _GNU_SOURCE" >&5 5660 +echo "$as_me:65 25: checking if we must define _GNU_SOURCE" >&55799 +echo "$as_me:6533: checking if we must define _GNU_SOURCE" >&5 5661 5800 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6 5662 5801 if test "${cf_cv_gnu_source+set}" = set; then … … 5666 5805 cat >conftest.$ac_ext <<_ACEOF 5667 5806 -#line 6245 "configure" 5668 +#line 65 32"configure"5807 +#line 6540 "configure" 5669 5808 #include "confdefs.h" 5670 5809 #include <sys/types.h> 5671 5810 int 5672 @@ -6257,16 +65 44,16 @@5811 @@ -6257,16 +6552,16 @@ 5673 5812 } 5674 5813 _ACEOF 5675 5814 rm -f conftest.$ac_objext 5676 5815 -if { (eval echo "$as_me:6260: \"$ac_compile\"") >&5 5677 +if { (eval echo "$as_me:65 47: \"$ac_compile\"") >&55816 +if { (eval echo "$as_me:6555: \"$ac_compile\"") >&5 5678 5817 (eval $ac_compile) 2>&5 5679 5818 ac_status=$? 5680 5819 - echo "$as_me:6263: \$? = $ac_status" >&5 5681 + echo "$as_me:655 0: \$? = $ac_status" >&55820 + echo "$as_me:6558: \$? = $ac_status" >&5 5682 5821 (exit $ac_status); } && 5683 5822 { ac_try='test -s conftest.$ac_objext' 5684 5823 - { (eval echo "$as_me:6266: \"$ac_try\"") >&5 5685 + { (eval echo "$as_me:65 53: \"$ac_try\"") >&55824 + { (eval echo "$as_me:6561: \"$ac_try\"") >&5 5686 5825 (eval $ac_try) 2>&5 5687 5826 ac_status=$? 5688 5827 - echo "$as_me:6269: \$? = $ac_status" >&5 5689 + echo "$as_me:65 56: \$? = $ac_status" >&55828 + echo "$as_me:6564: \$? = $ac_status" >&5 5690 5829 (exit $ac_status); }; }; then 5691 5830 cf_cv_gnu_source=no 5692 5831 else 5693 @@ -6275,7 +65 62,7 @@5832 @@ -6275,7 +6570,7 @@ 5694 5833 cf_save="$CPPFLAGS" 5695 5834 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 5696 5835 cat >conftest.$ac_ext <<_ACEOF 5697 5836 -#line 6278 "configure" 5698 +#line 65 65"configure"5837 +#line 6573 "configure" 5699 5838 #include "confdefs.h" 5700 5839 #include <sys/types.h> 5701 5840 int 5702 @@ -6290,16 +65 77,16 @@5841 @@ -6290,16 +6585,16 @@ 5703 5842 } 5704 5843 _ACEOF 5705 5844 rm -f conftest.$ac_objext 5706 5845 -if { (eval echo "$as_me:6293: \"$ac_compile\"") >&5 5707 +if { (eval echo "$as_me:658 0: \"$ac_compile\"") >&55846 +if { (eval echo "$as_me:6588: \"$ac_compile\"") >&5 5708 5847 (eval $ac_compile) 2>&5 5709 5848 ac_status=$? 5710 5849 - echo "$as_me:6296: \$? = $ac_status" >&5 5711 + echo "$as_me:65 83: \$? = $ac_status" >&55850 + echo "$as_me:6591: \$? = $ac_status" >&5 5712 5851 (exit $ac_status); } && 5713 5852 { ac_try='test -s conftest.$ac_objext' 5714 5853 - { (eval echo "$as_me:6299: \"$ac_try\"") >&5 5715 + { (eval echo "$as_me:65 86: \"$ac_try\"") >&55854 + { (eval echo "$as_me:6594: \"$ac_try\"") >&5 5716 5855 (eval $ac_try) 2>&5 5717 5856 ac_status=$? 5718 5857 - echo "$as_me:6302: \$? = $ac_status" >&5 5719 + echo "$as_me:65 89: \$? = $ac_status" >&55858 + echo "$as_me:6597: \$? = $ac_status" >&5 5720 5859 (exit $ac_status); }; }; then 5721 5860 cf_cv_gnu_source=no 5722 5861 else 5723 @@ -6314,7 +660 1,7 @@5862 @@ -6314,7 +6609,7 @@ 5724 5863 rm -f conftest.$ac_objext conftest.$ac_ext 5725 5864 5726 5865 fi 5727 5866 -echo "$as_me:6317: result: $cf_cv_gnu_source" >&5 5728 +echo "$as_me:66 04: result: $cf_cv_gnu_source" >&55867 +echo "$as_me:6612: result: $cf_cv_gnu_source" >&5 5729 5868 echo "${ECHO_T}$cf_cv_gnu_source" >&6 5730 5869 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 5731 5870 5732 @@ -6341,14 +66 28,14 @@5871 @@ -6341,14 +6636,14 @@ 5733 5872 CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__" 5734 5873 ;; 5735 5874 *) 5736 5875 - echo "$as_me:6344: checking if we should define _XOPEN_SOURCE" >&5 5737 + echo "$as_me:663 1: checking if we should define _XOPEN_SOURCE" >&55876 + echo "$as_me:6639: checking if we should define _XOPEN_SOURCE" >&5 5738 5877 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 5739 5878 if test "${cf_cv_xopen_source+set}" = set; then … … 5743 5882 cat >conftest.$ac_ext <<_ACEOF 5744 5883 -#line 6351 "configure" 5745 +#line 66 38"configure"5884 +#line 6646 "configure" 5746 5885 #include "confdefs.h" 5747 5886 #include <sys/types.h> 5748 5887 int 5749 @@ -6363,16 +665 0,16 @@5888 @@ -6363,16 +6658,16 @@ 5750 5889 } 5751 5890 _ACEOF 5752 5891 rm -f conftest.$ac_objext 5753 5892 -if { (eval echo "$as_me:6366: \"$ac_compile\"") >&5 5754 +if { (eval echo "$as_me:66 53: \"$ac_compile\"") >&55893 +if { (eval echo "$as_me:6661: \"$ac_compile\"") >&5 5755 5894 (eval $ac_compile) 2>&5 5756 5895 ac_status=$? 5757 5896 - echo "$as_me:6369: \$? = $ac_status" >&5 5758 + echo "$as_me:66 56: \$? = $ac_status" >&55897 + echo "$as_me:6664: \$? = $ac_status" >&5 5759 5898 (exit $ac_status); } && 5760 5899 { ac_try='test -s conftest.$ac_objext' 5761 5900 - { (eval echo "$as_me:6372: \"$ac_try\"") >&5 5762 + { (eval echo "$as_me:66 59: \"$ac_try\"") >&55901 + { (eval echo "$as_me:6667: \"$ac_try\"") >&5 5763 5902 (eval $ac_try) 2>&5 5764 5903 ac_status=$? 5765 5904 - echo "$as_me:6375: \$? = $ac_status" >&5 5766 + echo "$as_me:66 62: \$? = $ac_status" >&55905 + echo "$as_me:6670: \$? = $ac_status" >&5 5767 5906 (exit $ac_status); }; }; then 5768 5907 cf_cv_xopen_source=no 5769 5908 else 5770 @@ -6381,7 +66 68,7 @@5909 @@ -6381,7 +6676,7 @@ 5771 5910 cf_save="$CPPFLAGS" 5772 5911 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" 5773 5912 cat >conftest.$ac_ext <<_ACEOF 5774 5913 -#line 6384 "configure" 5775 +#line 667 1"configure"5914 +#line 6679 "configure" 5776 5915 #include "confdefs.h" 5777 5916 #include <sys/types.h> 5778 5917 int 5779 @@ -6396,16 +66 83,16 @@5918 @@ -6396,16 +6691,16 @@ 5780 5919 } 5781 5920 _ACEOF 5782 5921 rm -f conftest.$ac_objext 5783 5922 -if { (eval echo "$as_me:6399: \"$ac_compile\"") >&5 5784 +if { (eval echo "$as_me:66 86: \"$ac_compile\"") >&55923 +if { (eval echo "$as_me:6694: \"$ac_compile\"") >&5 5785 5924 (eval $ac_compile) 2>&5 5786 5925 ac_status=$? 5787 5926 - echo "$as_me:6402: \$? = $ac_status" >&5 5788 + echo "$as_me:66 89: \$? = $ac_status" >&55927 + echo "$as_me:6697: \$? = $ac_status" >&5 5789 5928 (exit $ac_status); } && 5790 5929 { ac_try='test -s conftest.$ac_objext' 5791 5930 - { (eval echo "$as_me:6405: \"$ac_try\"") >&5 5792 + { (eval echo "$as_me:6 692: \"$ac_try\"") >&55931 + { (eval echo "$as_me:6700: \"$ac_try\"") >&5 5793 5932 (eval $ac_try) 2>&5 5794 5933 ac_status=$? 5795 5934 - echo "$as_me:6408: \$? = $ac_status" >&5 5796 + echo "$as_me:6 695: \$? = $ac_status" >&55935 + echo "$as_me:6703: \$? = $ac_status" >&5 5797 5936 (exit $ac_status); }; }; then 5798 5937 cf_cv_xopen_source=no 5799 5938 else 5800 @@ -6420,7 +67 07,7 @@5939 @@ -6420,7 +6715,7 @@ 5801 5940 rm -f conftest.$ac_objext conftest.$ac_ext 5802 5941 5803 5942 fi 5804 5943 -echo "$as_me:6423: result: $cf_cv_xopen_source" >&5 5805 +echo "$as_me:671 0: result: $cf_cv_xopen_source" >&55944 +echo "$as_me:6718: result: $cf_cv_xopen_source" >&5 5806 5945 echo "${ECHO_T}$cf_cv_xopen_source" >&6 5807 5946 if test "$cf_cv_xopen_source" != no ; then 5808 5947 5809 @@ -6454,16 +674 1,16 @@5948 @@ -6454,16 +6749,16 @@ 5810 5949 sed -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?[ ]/ /g' \ 5811 5950 -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?$//g'` 5812 5951 5813 5952 -echo "$as_me:6457: checking if we should define _POSIX_C_SOURCE" >&5 5814 +echo "$as_me:67 44: checking if we should define _POSIX_C_SOURCE" >&55953 +echo "$as_me:6752: checking if we should define _POSIX_C_SOURCE" >&5 5815 5954 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 5816 5955 if test "${cf_cv_posix_c_source+set}" = set; then … … 5819 5958 5820 5959 -echo "${as_me-configure}:6463: testing if the symbol is already defined go no further ..." 1>&5 5821 +echo "${as_me-configure}:675 0: testing if the symbol is already defined go no further ..." 1>&55960 +echo "${as_me-configure}:6758: testing if the symbol is already defined go no further ..." 1>&5 5822 5961 5823 5962 cat >conftest.$ac_ext <<_ACEOF 5824 5963 -#line 6466 "configure" 5825 +#line 67 53"configure"5964 +#line 6761 "configure" 5826 5965 #include "confdefs.h" 5827 5966 #include <sys/types.h> 5828 5967 int 5829 @@ -6478,16 +67 65,16 @@5968 @@ -6478,16 +6773,16 @@ 5830 5969 } 5831 5970 _ACEOF 5832 5971 rm -f conftest.$ac_objext 5833 5972 -if { (eval echo "$as_me:6481: \"$ac_compile\"") >&5 5834 +if { (eval echo "$as_me:67 68: \"$ac_compile\"") >&55973 +if { (eval echo "$as_me:6776: \"$ac_compile\"") >&5 5835 5974 (eval $ac_compile) 2>&5 5836 5975 ac_status=$? 5837 5976 - echo "$as_me:6484: \$? = $ac_status" >&5 5838 + echo "$as_me:677 1: \$? = $ac_status" >&55977 + echo "$as_me:6779: \$? = $ac_status" >&5 5839 5978 (exit $ac_status); } && 5840 5979 { ac_try='test -s conftest.$ac_objext' 5841 5980 - { (eval echo "$as_me:6487: \"$ac_try\"") >&5 5842 + { (eval echo "$as_me:67 74: \"$ac_try\"") >&55981 + { (eval echo "$as_me:6782: \"$ac_try\"") >&5 5843 5982 (eval $ac_try) 2>&5 5844 5983 ac_status=$? 5845 5984 - echo "$as_me:6490: \$? = $ac_status" >&5 5846 + echo "$as_me:67 77: \$? = $ac_status" >&55985 + echo "$as_me:6785: \$? = $ac_status" >&5 5847 5986 (exit $ac_status); }; }; then 5848 5987 cf_cv_posix_c_source=no 5849 5988 else 5850 @@ -6508,7 +6 795,7 @@5989 @@ -6508,7 +6803,7 @@ 5851 5990 esac 5852 5991 if test "$cf_want_posix_source" = yes ; then 5853 5992 cat >conftest.$ac_ext <<_ACEOF 5854 5993 -#line 6511 "configure" 5855 +#line 6 798"configure"5994 +#line 6806 "configure" 5856 5995 #include "confdefs.h" 5857 5996 #include <sys/types.h> 5858 5997 int 5859 @@ -6523,16 +681 0,16 @@5998 @@ -6523,16 +6818,16 @@ 5860 5999 } 5861 6000 _ACEOF 5862 6001 rm -f conftest.$ac_objext 5863 6002 -if { (eval echo "$as_me:6526: \"$ac_compile\"") >&5 5864 +if { (eval echo "$as_me:68 13: \"$ac_compile\"") >&56003 +if { (eval echo "$as_me:6821: \"$ac_compile\"") >&5 5865 6004 (eval $ac_compile) 2>&5 5866 6005 ac_status=$? 5867 6006 - echo "$as_me:6529: \$? = $ac_status" >&5 5868 + echo "$as_me:68 16: \$? = $ac_status" >&56007 + echo "$as_me:6824: \$? = $ac_status" >&5 5869 6008 (exit $ac_status); } && 5870 6009 { ac_try='test -s conftest.$ac_objext' 5871 6010 - { (eval echo "$as_me:6532: \"$ac_try\"") >&5 5872 + { (eval echo "$as_me:68 19: \"$ac_try\"") >&56011 + { (eval echo "$as_me:6827: \"$ac_try\"") >&5 5873 6012 (eval $ac_try) 2>&5 5874 6013 ac_status=$? 5875 6014 - echo "$as_me:6535: \$? = $ac_status" >&5 5876 + echo "$as_me:68 22: \$? = $ac_status" >&56015 + echo "$as_me:6830: \$? = $ac_status" >&5 5877 6016 (exit $ac_status); }; }; then 5878 6017 : 5879 6018 else 5880 @@ -6543,15 +683 0,15 @@6019 @@ -6543,15 +6838,15 @@ 5881 6020 rm -f conftest.$ac_objext conftest.$ac_ext 5882 6021 fi 5883 6022 5884 6023 -echo "${as_me-configure}:6546: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 5885 +echo "${as_me-configure}:68 33: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&56024 +echo "${as_me-configure}:6841: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 5886 6025 5887 6026 CFLAGS="$cf_trim_CFLAGS" … … 5889 6028 5890 6029 -echo "${as_me-configure}:6551: testing if the second compile does not leave our definition intact error ..." 1>&5 5891 +echo "${as_me-configure}:68 38: testing if the second compile does not leave our definition intact error ..." 1>&56030 +echo "${as_me-configure}:6846: testing if the second compile does not leave our definition intact error ..." 1>&5 5892 6031 5893 6032 cat >conftest.$ac_ext <<_ACEOF 5894 6033 -#line 6554 "configure" 5895 +#line 684 1"configure"6034 +#line 6849 "configure" 5896 6035 #include "confdefs.h" 5897 6036 #include <sys/types.h> 5898 6037 int 5899 @@ -6566,16 +68 53,16 @@6038 @@ -6566,16 +6861,16 @@ 5900 6039 } 5901 6040 _ACEOF 5902 6041 rm -f conftest.$ac_objext 5903 6042 -if { (eval echo "$as_me:6569: \"$ac_compile\"") >&5 5904 +if { (eval echo "$as_me:68 56: \"$ac_compile\"") >&56043 +if { (eval echo "$as_me:6864: \"$ac_compile\"") >&5 5905 6044 (eval $ac_compile) 2>&5 5906 6045 ac_status=$? 5907 6046 - echo "$as_me:6572: \$? = $ac_status" >&5 5908 + echo "$as_me:68 59: \$? = $ac_status" >&56047 + echo "$as_me:6867: \$? = $ac_status" >&5 5909 6048 (exit $ac_status); } && 5910 6049 { ac_try='test -s conftest.$ac_objext' 5911 6050 - { (eval echo "$as_me:6575: \"$ac_try\"") >&5 5912 + { (eval echo "$as_me:68 62: \"$ac_try\"") >&56051 + { (eval echo "$as_me:6870: \"$ac_try\"") >&5 5913 6052 (eval $ac_try) 2>&5 5914 6053 ac_status=$? 5915 6054 - echo "$as_me:6578: \$? = $ac_status" >&5 5916 + echo "$as_me:68 65: \$? = $ac_status" >&56055 + echo "$as_me:6873: \$? = $ac_status" >&5 5917 6056 (exit $ac_status); }; }; then 5918 6057 : 5919 6058 else 5920 @@ -6591,7 +68 78,7 @@6059 @@ -6591,7 +6886,7 @@ 5921 6060 rm -f conftest.$ac_objext conftest.$ac_ext 5922 6061 5923 6062 fi 5924 6063 -echo "$as_me:6594: result: $cf_cv_posix_c_source" >&5 5925 +echo "$as_me:688 1: result: $cf_cv_posix_c_source" >&56064 +echo "$as_me:6889: result: $cf_cv_posix_c_source" >&5 5926 6065 echo "${ECHO_T}$cf_cv_posix_c_source" >&6 5927 6066 5928 6067 if test "$cf_cv_posix_c_source" != no ; then 5929 @@ -6610,14 +6 897,14 @@6068 @@ -6610,14 +6905,14 @@ 5930 6069 5931 6070 # Work around breakage on OS X 5932 6071 5933 6072 -echo "$as_me:6613: checking if SIGWINCH is defined" >&5 5934 +echo "$as_me:690 0: checking if SIGWINCH is defined" >&56073 +echo "$as_me:6908: checking if SIGWINCH is defined" >&5 5935 6074 echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6 5936 6075 if test "${cf_cv_define_sigwinch+set}" = set; then … … 5940 6079 cat >conftest.$ac_ext <<_ACEOF 5941 6080 -#line 6620 "configure" 5942 +#line 69 07"configure"6081 +#line 6915 "configure" 5943 6082 #include "confdefs.h" 5944 6083 5945 6084 #include <sys/types.h> 5946 @@ -6632,23 +69 19,23 @@6085 @@ -6632,23 +6927,23 @@ 5947 6086 } 5948 6087 _ACEOF 5949 6088 rm -f conftest.$ac_objext 5950 6089 -if { (eval echo "$as_me:6635: \"$ac_compile\"") >&5 5951 +if { (eval echo "$as_me:69 22: \"$ac_compile\"") >&56090 +if { (eval echo "$as_me:6930: \"$ac_compile\"") >&5 5952 6091 (eval $ac_compile) 2>&5 5953 6092 ac_status=$? 5954 6093 - echo "$as_me:6638: \$? = $ac_status" >&5 5955 + echo "$as_me:69 25: \$? = $ac_status" >&56094 + echo "$as_me:6933: \$? = $ac_status" >&5 5956 6095 (exit $ac_status); } && 5957 6096 { ac_try='test -s conftest.$ac_objext' 5958 6097 - { (eval echo "$as_me:6641: \"$ac_try\"") >&5 5959 + { (eval echo "$as_me:69 28: \"$ac_try\"") >&56098 + { (eval echo "$as_me:6936: \"$ac_try\"") >&5 5960 6099 (eval $ac_try) 2>&5 5961 6100 ac_status=$? 5962 6101 - echo "$as_me:6644: \$? = $ac_status" >&5 5963 + echo "$as_me:693 1: \$? = $ac_status" >&56102 + echo "$as_me:6939: \$? = $ac_status" >&5 5964 6103 (exit $ac_status); }; }; then 5965 6104 cf_cv_define_sigwinch=yes … … 5969 6108 cat >conftest.$ac_ext <<_ACEOF 5970 6109 -#line 6651 "configure" 5971 +#line 69 38"configure"6110 +#line 6946 "configure" 5972 6111 #include "confdefs.h" 5973 6112 5974 6113 #undef _XOPEN_SOURCE 5975 @@ -6666,16 +69 53,16 @@6114 @@ -6666,16 +6961,16 @@ 5976 6115 } 5977 6116 _ACEOF 5978 6117 rm -f conftest.$ac_objext 5979 6118 -if { (eval echo "$as_me:6669: \"$ac_compile\"") >&5 5980 +if { (eval echo "$as_me:69 56: \"$ac_compile\"") >&56119 +if { (eval echo "$as_me:6964: \"$ac_compile\"") >&5 5981 6120 (eval $ac_compile) 2>&5 5982 6121 ac_status=$? 5983 6122 - echo "$as_me:6672: \$? = $ac_status" >&5 5984 + echo "$as_me:69 59: \$? = $ac_status" >&56123 + echo "$as_me:6967: \$? = $ac_status" >&5 5985 6124 (exit $ac_status); } && 5986 6125 { ac_try='test -s conftest.$ac_objext' 5987 6126 - { (eval echo "$as_me:6675: \"$ac_try\"") >&5 5988 + { (eval echo "$as_me:69 62: \"$ac_try\"") >&56127 + { (eval echo "$as_me:6970: \"$ac_try\"") >&5 5989 6128 (eval $ac_try) 2>&5 5990 6129 ac_status=$? 5991 6130 - echo "$as_me:6678: \$? = $ac_status" >&5 5992 + echo "$as_me:69 65: \$? = $ac_status" >&56131 + echo "$as_me:6973: \$? = $ac_status" >&5 5993 6132 (exit $ac_status); }; }; then 5994 6133 cf_cv_define_sigwinch=maybe 5995 6134 else 5996 @@ -6689,11 +69 76,11 @@6135 @@ -6689,11 +6984,11 @@ 5997 6136 rm -f conftest.$ac_objext conftest.$ac_ext 5998 6137 5999 6138 fi 6000 6139 -echo "$as_me:6692: result: $cf_cv_define_sigwinch" >&5 6001 +echo "$as_me:69 79: result: $cf_cv_define_sigwinch" >&56140 +echo "$as_me:6987: result: $cf_cv_define_sigwinch" >&5 6002 6141 echo "${ECHO_T}$cf_cv_define_sigwinch" >&6 6003 6142 6004 6143 if test "$cf_cv_define_sigwinch" = maybe ; then 6005 6144 -echo "$as_me:6696: checking for actual SIGWINCH definition" >&5 6006 +echo "$as_me:69 83: checking for actual SIGWINCH definition" >&56145 +echo "$as_me:6991: checking for actual SIGWINCH definition" >&5 6007 6146 echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6 6008 6147 if test "${cf_cv_fixup_sigwinch+set}" = set; then 6009 6148 echo $ECHO_N "(cached) $ECHO_C" >&6 6010 @@ -6704,7 +699 1,7 @@6149 @@ -6704,7 +6999,7 @@ 6011 6150 while test $cf_sigwinch != 1 6012 6151 do 6013 6152 cat >conftest.$ac_ext <<_ACEOF 6014 6153 -#line 6707 "configure" 6015 +#line 6994"configure"6154 +#line 7002 "configure" 6016 6155 #include "confdefs.h" 6017 6156 6018 6157 #undef _XOPEN_SOURCE 6019 @@ -6726,16 +70 13,16 @@6158 @@ -6726,16 +7021,16 @@ 6020 6159 } 6021 6160 _ACEOF 6022 6161 rm -f conftest.$ac_objext 6023 6162 -if { (eval echo "$as_me:6729: \"$ac_compile\"") >&5 6024 +if { (eval echo "$as_me:70 16: \"$ac_compile\"") >&56163 +if { (eval echo "$as_me:7024: \"$ac_compile\"") >&5 6025 6164 (eval $ac_compile) 2>&5 6026 6165 ac_status=$? 6027 6166 - echo "$as_me:6732: \$? = $ac_status" >&5 6028 + echo "$as_me:70 19: \$? = $ac_status" >&56167 + echo "$as_me:7027: \$? = $ac_status" >&5 6029 6168 (exit $ac_status); } && 6030 6169 { ac_try='test -s conftest.$ac_objext' 6031 6170 - { (eval echo "$as_me:6735: \"$ac_try\"") >&5 6032 + { (eval echo "$as_me:70 22: \"$ac_try\"") >&56171 + { (eval echo "$as_me:7030: \"$ac_try\"") >&5 6033 6172 (eval $ac_try) 2>&5 6034 6173 ac_status=$? 6035 6174 - echo "$as_me:6738: \$? = $ac_status" >&5 6036 + echo "$as_me:70 25: \$? = $ac_status" >&56175 + echo "$as_me:7033: \$? = $ac_status" >&5 6037 6176 (exit $ac_status); }; }; then 6038 6177 cf_cv_fixup_sigwinch=$cf_sigwinch 6039 6178 break 6040 @@ -6749,7 +70 36,7 @@6179 @@ -6749,7 +7044,7 @@ 6041 6180 done 6042 6181 6043 6182 fi 6044 6183 -echo "$as_me:6752: result: $cf_cv_fixup_sigwinch" >&5 6045 +echo "$as_me:70 39: result: $cf_cv_fixup_sigwinch" >&56184 +echo "$as_me:7047: result: $cf_cv_fixup_sigwinch" >&5 6046 6185 echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6 6047 6186 6048 6187 if test "$cf_cv_fixup_sigwinch" != unknown ; then 6049 @@ -6759,13 +70 46,13 @@6188 @@ -6759,13 +7054,13 @@ 6050 6189 6051 6190 # Checks for CODESET support. 6052 6191 6053 6192 - echo "$as_me:6762: checking for nl_langinfo and CODESET" >&5 6054 + echo "$as_me:70 49: checking for nl_langinfo and CODESET" >&56193 + echo "$as_me:7057: checking for nl_langinfo and CODESET" >&5 6055 6194 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 6056 6195 if test "${am_cv_langinfo_codeset+set}" = set; then … … 6059 6198 cat >conftest.$ac_ext <<_ACEOF 6060 6199 -#line 6768 "configure" 6061 +#line 70 55"configure"6200 +#line 7063 "configure" 6062 6201 #include "confdefs.h" 6063 6202 #include <langinfo.h> 6064 6203 int 6065 @@ -6777,16 +70 64,16 @@6204 @@ -6777,16 +7072,16 @@ 6066 6205 } 6067 6206 _ACEOF 6068 6207 rm -f conftest.$ac_objext conftest$ac_exeext 6069 6208 -if { (eval echo "$as_me:6780: \"$ac_link\"") >&5 6070 +if { (eval echo "$as_me:70 67: \"$ac_link\"") >&56209 +if { (eval echo "$as_me:7075: \"$ac_link\"") >&5 6071 6210 (eval $ac_link) 2>&5 6072 6211 ac_status=$? 6073 6212 - echo "$as_me:6783: \$? = $ac_status" >&5 6074 + echo "$as_me:707 0: \$? = $ac_status" >&56213 + echo "$as_me:7078: \$? = $ac_status" >&5 6075 6214 (exit $ac_status); } && 6076 6215 { ac_try='test -s conftest$ac_exeext' 6077 6216 - { (eval echo "$as_me:6786: \"$ac_try\"") >&5 6078 + { (eval echo "$as_me:70 73: \"$ac_try\"") >&56217 + { (eval echo "$as_me:7081: \"$ac_try\"") >&5 6079 6218 (eval $ac_try) 2>&5 6080 6219 ac_status=$? 6081 6220 - echo "$as_me:6789: \$? = $ac_status" >&5 6082 + echo "$as_me:70 76: \$? = $ac_status" >&56221 + echo "$as_me:7084: \$? = $ac_status" >&5 6083 6222 (exit $ac_status); }; }; then 6084 6223 am_cv_langinfo_codeset=yes 6085 6224 else 6086 @@ -6797,7 +70 84,7 @@6225 @@ -6797,7 +7092,7 @@ 6087 6226 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6088 6227 6089 6228 fi 6090 6229 -echo "$as_me:6800: result: $am_cv_langinfo_codeset" >&5 6091 +echo "$as_me:70 87: result: $am_cv_langinfo_codeset" >&56230 +echo "$as_me:7095: result: $am_cv_langinfo_codeset" >&5 6092 6231 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 6093 6232 if test $am_cv_langinfo_codeset = yes; then 6094 6233 6095 @@ -6811,7 +7 098,7 @@6234 @@ -6811,7 +7106,7 @@ 6096 6235 NCURSES_OK_WCHAR_T= 6097 6236 NCURSES_OK_WINT_T= 6098 6237 6099 6238 -echo "$as_me:6814: checking if you want wide-character code" >&5 6100 +echo "$as_me:710 1: checking if you want wide-character code" >&56239 +echo "$as_me:7109: checking if you want wide-character code" >&5 6101 6240 echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6 6102 6241 6103 6242 # Check whether --enable-widec or --disable-widec was given. 6104 @@ -6821,7 +71 08,7 @@6243 @@ -6821,7 +7116,7 @@ 6105 6244 else 6106 6245 with_widec=no 6107 6246 fi; 6108 6247 -echo "$as_me:6824: result: $with_widec" >&5 6109 +echo "$as_me:711 1: result: $with_widec" >&56248 +echo "$as_me:7119: result: $with_widec" >&5 6110 6249 echo "${ECHO_T}$with_widec" >&6 6111 6250 if test "$with_widec" = yes ; then 6112 6251 LIB_SUFFIX="w${LIB_SUFFIX}" 6113 @@ -6829,10 +71 16,10 @@6252 @@ -6829,10 +7124,10 @@ 6114 6253 #define USE_WIDEC_SUPPORT 1 6115 6254 EOF 6116 6255 6117 6256 -echo "$as_me:6832: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 6118 +echo "$as_me:71 19: checking if we must define _XOPEN_SOURCE_EXTENDED" >&56257 +echo "$as_me:7127: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 6119 6258 echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6 6120 6259 cat >conftest.$ac_ext <<_ACEOF 6121 6260 -#line 6835 "configure" 6122 +#line 71 22"configure"6261 +#line 7130 "configure" 6123 6262 #include "confdefs.h" 6124 6263 #include <sys/types.h> 6125 6264 6126 @@ -6848,16 +71 35,16 @@6265 @@ -6848,16 +7143,16 @@ 6127 6266 } 6128 6267 _ACEOF 6129 6268 rm -f conftest.$ac_objext 6130 6269 -if { (eval echo "$as_me:6851: \"$ac_compile\"") >&5 6131 +if { (eval echo "$as_me:71 38: \"$ac_compile\"") >&56270 +if { (eval echo "$as_me:7146: \"$ac_compile\"") >&5 6132 6271 (eval $ac_compile) 2>&5 6133 6272 ac_status=$? 6134 6273 - echo "$as_me:6854: \$? = $ac_status" >&5 6135 + echo "$as_me:714 1: \$? = $ac_status" >&56274 + echo "$as_me:7149: \$? = $ac_status" >&5 6136 6275 (exit $ac_status); } && 6137 6276 { ac_try='test -s conftest.$ac_objext' 6138 6277 - { (eval echo "$as_me:6857: \"$ac_try\"") >&5 6139 + { (eval echo "$as_me:71 44: \"$ac_try\"") >&56278 + { (eval echo "$as_me:7152: \"$ac_try\"") >&5 6140 6279 (eval $ac_try) 2>&5 6141 6280 ac_status=$? 6142 6281 - echo "$as_me:6860: \$? = $ac_status" >&5 6143 + echo "$as_me:71 47: \$? = $ac_status" >&56282 + echo "$as_me:7155: \$? = $ac_status" >&5 6144 6283 (exit $ac_status); }; }; then 6145 6284 cf_result=no 6146 6285 else 6147 @@ -6866,16 +71 53,16 @@6286 @@ -6866,16 +7161,16 @@ 6148 6287 cf_result=yes 6149 6288 fi 6150 6289 rm -f conftest.$ac_objext conftest.$ac_ext 6151 6290 -echo "$as_me:6869: result: $cf_result" >&5 6152 +echo "$as_me:71 56: result: $cf_result" >&56291 +echo "$as_me:7164: result: $cf_result" >&5 6153 6292 echo "${ECHO_T}$cf_result" >&6 6154 6293 … … 6157 6296 elif test "x" != "x" ; then 6158 6297 - echo "$as_me:6875: checking checking for compatible value versus " >&5 6159 + echo "$as_me:71 62: checking checking for compatible value versus " >&56298 + echo "$as_me:7170: checking checking for compatible value versus " >&5 6160 6299 echo $ECHO_N "checking checking for compatible value versus ... $ECHO_C" >&6 6161 6300 cat >conftest.$ac_ext <<_ACEOF 6162 6301 -#line 6878 "configure" 6163 +#line 71 65"configure"6302 +#line 7173 "configure" 6164 6303 #include "confdefs.h" 6165 6304 #include <sys/types.h> 6166 6305 6167 @@ -6891,16 +71 78,16 @@6306 @@ -6891,16 +7186,16 @@ 6168 6307 } 6169 6308 _ACEOF 6170 6309 rm -f conftest.$ac_objext 6171 6310 -if { (eval echo "$as_me:6894: \"$ac_compile\"") >&5 6172 +if { (eval echo "$as_me:718 1: \"$ac_compile\"") >&56311 +if { (eval echo "$as_me:7189: \"$ac_compile\"") >&5 6173 6312 (eval $ac_compile) 2>&5 6174 6313 ac_status=$? 6175 6314 - echo "$as_me:6897: \$? = $ac_status" >&5 6176 + echo "$as_me:71 84: \$? = $ac_status" >&56315 + echo "$as_me:7192: \$? = $ac_status" >&5 6177 6316 (exit $ac_status); } && 6178 6317 { ac_try='test -s conftest.$ac_objext' 6179 6318 - { (eval echo "$as_me:6900: \"$ac_try\"") >&5 6180 + { (eval echo "$as_me:71 87: \"$ac_try\"") >&56319 + { (eval echo "$as_me:7195: \"$ac_try\"") >&5 6181 6320 (eval $ac_try) 2>&5 6182 6321 ac_status=$? 6183 6322 - echo "$as_me:6903: \$? = $ac_status" >&5 6184 + echo "$as_me:719 0: \$? = $ac_status" >&56323 + echo "$as_me:7198: \$? = $ac_status" >&5 6185 6324 (exit $ac_status); }; }; then 6186 6325 cf_result=yes 6187 6326 else 6188 @@ -6909,7 +7 196,7 @@6327 @@ -6909,7 +7204,7 @@ 6189 6328 cf_result=no 6190 6329 fi 6191 6330 rm -f conftest.$ac_objext conftest.$ac_ext 6192 6331 - echo "$as_me:6912: result: $cf_result" >&5 6193 + echo "$as_me:7 199: result: $cf_result" >&56332 + echo "$as_me:7207: result: $cf_result" >&5 6194 6333 echo "${ECHO_T}$cf_result" >&6 6195 6334 if test "$cf_result" = no ; then 6196 6335 # perhaps we can override it - try... 6197 @@ -6923,13 +721 0,13 @@6336 @@ -6923,13 +7218,13 @@ 6198 6337 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs 6199 6338 do 6200 6339 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6201 6340 -echo "$as_me:6926: checking for $ac_func" >&5 6202 +echo "$as_me:72 13: checking for $ac_func" >&56341 +echo "$as_me:7221: checking for $ac_func" >&5 6203 6342 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6204 6343 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 6207 6346 cat >conftest.$ac_ext <<_ACEOF 6208 6347 -#line 6932 "configure" 6209 +#line 72 19"configure"6348 +#line 7227 "configure" 6210 6349 #include "confdefs.h" 6211 6350 /* System header to define __stub macros and hopefully few prototypes, 6212 6351 which can conflict with char $ac_func (); below. */ 6213 @@ -6960,16 +72 47,16 @@6352 @@ -6960,16 +7255,16 @@ 6214 6353 } 6215 6354 _ACEOF 6216 6355 rm -f conftest.$ac_objext conftest$ac_exeext 6217 6356 -if { (eval echo "$as_me:6963: \"$ac_link\"") >&5 6218 +if { (eval echo "$as_me:725 0: \"$ac_link\"") >&56357 +if { (eval echo "$as_me:7258: \"$ac_link\"") >&5 6219 6358 (eval $ac_link) 2>&5 6220 6359 ac_status=$? 6221 6360 - echo "$as_me:6966: \$? = $ac_status" >&5 6222 + echo "$as_me:72 53: \$? = $ac_status" >&56361 + echo "$as_me:7261: \$? = $ac_status" >&5 6223 6362 (exit $ac_status); } && 6224 6363 { ac_try='test -s conftest$ac_exeext' 6225 6364 - { (eval echo "$as_me:6969: \"$ac_try\"") >&5 6226 + { (eval echo "$as_me:72 56: \"$ac_try\"") >&56365 + { (eval echo "$as_me:7264: \"$ac_try\"") >&5 6227 6366 (eval $ac_try) 2>&5 6228 6367 ac_status=$? 6229 6368 - echo "$as_me:6972: \$? = $ac_status" >&5 6230 + echo "$as_me:72 59: \$? = $ac_status" >&56369 + echo "$as_me:7267: \$? = $ac_status" >&5 6231 6370 (exit $ac_status); }; }; then 6232 6371 eval "$as_ac_var=yes" 6233 6372 else 6234 @@ -6979,7 +72 66,7 @@6373 @@ -6979,7 +7274,7 @@ 6235 6374 fi 6236 6375 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6237 6376 fi 6238 6377 -echo "$as_me:6982: result: `eval echo '${'$as_ac_var'}'`" >&5 6239 +echo "$as_me:72 69: result: `eval echo '${'$as_ac_var'}'`" >&56378 +echo "$as_me:7277: result: `eval echo '${'$as_ac_var'}'`" >&5 6240 6379 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6241 6380 if test `eval echo '${'$as_ac_var'}'` = yes; then 6242 6381 cat >>confdefs.h <<EOF 6243 @@ -6991,7 +72 78,7 @@6382 @@ -6991,7 +7286,7 @@ 6244 6383 6245 6384 if test "$ac_cv_func_putwc" != yes ; then 6246 6385 6247 6386 -echo "$as_me:6994: checking for multibyte character support" >&5 6248 +echo "$as_me:728 1: checking for multibyte character support" >&56387 +echo "$as_me:7289: checking for multibyte character support" >&5 6249 6388 echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6 6250 6389 if test "${cf_cv_utf8_lib+set}" = set; then 6251 6390 echo $ECHO_N "(cached) $ECHO_C" >&6 6252 @@ -6999,7 +72 86,7 @@6391 @@ -6999,7 +7294,7 @@ 6253 6392 6254 6393 cf_save_LIBS="$LIBS" 6255 6394 cat >conftest.$ac_ext <<_ACEOF 6256 6395 -#line 7002 "configure" 6257 +#line 72 89"configure"6396 +#line 7297 "configure" 6258 6397 #include "confdefs.h" 6259 6398 6260 6399 #include <stdlib.h> 6261 @@ -7012,16 +7 299,16 @@6400 @@ -7012,16 +7307,16 @@ 6262 6401 } 6263 6402 _ACEOF 6264 6403 rm -f conftest.$ac_objext conftest$ac_exeext 6265 6404 -if { (eval echo "$as_me:7015: \"$ac_link\"") >&5 6266 +if { (eval echo "$as_me:73 02: \"$ac_link\"") >&56405 +if { (eval echo "$as_me:7310: \"$ac_link\"") >&5 6267 6406 (eval $ac_link) 2>&5 6268 6407 ac_status=$? 6269 6408 - echo "$as_me:7018: \$? = $ac_status" >&5 6270 + echo "$as_me:73 05: \$? = $ac_status" >&56409 + echo "$as_me:7313: \$? = $ac_status" >&5 6271 6410 (exit $ac_status); } && 6272 6411 { ac_try='test -s conftest$ac_exeext' 6273 6412 - { (eval echo "$as_me:7021: \"$ac_try\"") >&5 6274 + { (eval echo "$as_me:73 08: \"$ac_try\"") >&56413 + { (eval echo "$as_me:7316: \"$ac_try\"") >&5 6275 6414 (eval $ac_try) 2>&5 6276 6415 ac_status=$? 6277 6416 - echo "$as_me:7024: \$? = $ac_status" >&5 6278 + echo "$as_me:731 1: \$? = $ac_status" >&56417 + echo "$as_me:7319: \$? = $ac_status" >&5 6279 6418 (exit $ac_status); }; }; then 6280 6419 cf_cv_utf8_lib=yes 6281 6420 else 6282 @@ -7033,10 +732 0,10 @@6421 @@ -7033,10 +7328,10 @@ 6283 6422 cf_cv_header_path_utf8= 6284 6423 cf_cv_library_path_utf8= 6285 6424 6286 6425 -echo "${as_me-configure}:7036: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 6287 +echo "${as_me-configure}:73 23: testing Starting FIND_LINKAGE(utf8,) ..." 1>&56426 +echo "${as_me-configure}:7331: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 6288 6427 6289 6428 cat >conftest.$ac_ext <<_ACEOF 6290 6429 -#line 7039 "configure" 6291 +#line 73 26"configure"6430 +#line 7334 "configure" 6292 6431 #include "confdefs.h" 6293 6432 6294 6433 #include <libutf8.h> 6295 @@ -7049,16 +73 36,16 @@6434 @@ -7049,16 +7344,16 @@ 6296 6435 } 6297 6436 _ACEOF 6298 6437 rm -f conftest.$ac_objext conftest$ac_exeext 6299 6438 -if { (eval echo "$as_me:7052: \"$ac_link\"") >&5 6300 +if { (eval echo "$as_me:73 39: \"$ac_link\"") >&56439 +if { (eval echo "$as_me:7347: \"$ac_link\"") >&5 6301 6440 (eval $ac_link) 2>&5 6302 6441 ac_status=$? 6303 6442 - echo "$as_me:7055: \$? = $ac_status" >&5 6304 + echo "$as_me:73 42: \$? = $ac_status" >&56443 + echo "$as_me:7350: \$? = $ac_status" >&5 6305 6444 (exit $ac_status); } && 6306 6445 { ac_try='test -s conftest$ac_exeext' 6307 6446 - { (eval echo "$as_me:7058: \"$ac_try\"") >&5 6308 + { (eval echo "$as_me:73 45: \"$ac_try\"") >&56447 + { (eval echo "$as_me:7353: \"$ac_try\"") >&5 6309 6448 (eval $ac_try) 2>&5 6310 6449 ac_status=$? 6311 6450 - echo "$as_me:7061: \$? = $ac_status" >&5 6312 + echo "$as_me:73 48: \$? = $ac_status" >&56451 + echo "$as_me:7356: \$? = $ac_status" >&5 6313 6452 (exit $ac_status); }; }; then 6314 6453 cf_cv_find_linkage_utf8=yes 6315 6454 else 6316 @@ -7067,12 +73 54,41 @@6455 @@ -7067,12 +7362,41 @@ 6317 6456 6318 6457 cf_cv_find_linkage_utf8=no … … 6321 6460 + test -n "$verbose" && echo " find linkage for utf8 library" 1>&6 6322 6461 + 6323 +echo "${as_me-configure}:73 59: testing find linkage for utf8 library ..." 1>&56324 + 6325 +echo "${as_me-configure}:736 1: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&56462 +echo "${as_me-configure}:7367: testing find linkage for utf8 library ..." 1>&5 6463 + 6464 +echo "${as_me-configure}:7369: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 6326 6465 6327 6466 cf_save_CPPFLAGS="$CPPFLAGS" … … 6358 6497 test "/usr" != "$prefix" && \ 6359 6498 test -d "/usr" && \ 6360 @@ -7143,16 +74 59,18 @@6499 @@ -7143,16 +7467,18 @@ 6361 6500 test -d $oldincludedir/utf8 && cf_search="$cf_search $oldincludedir/utf8" 6362 6501 } … … 6370 6509 6371 6510 -echo "${as_me-configure}:7151: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 6372 +echo "${as_me-configure}:74 69: testing ... testing $cf_cv_header_path_utf8 ..." 1>&56511 +echo "${as_me-configure}:7477: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 6373 6512 6374 6513 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_utf8" 6375 6514 cat >conftest.$ac_ext <<_ACEOF 6376 6515 -#line 7155 "configure" 6377 +#line 74 73"configure"6516 +#line 7481 "configure" 6378 6517 #include "confdefs.h" 6379 6518 6380 6519 #include <libutf8.h> 6381 @@ -7165,21 +74 83,21 @@6520 @@ -7165,21 +7491,21 @@ 6382 6521 } 6383 6522 _ACEOF 6384 6523 rm -f conftest.$ac_objext 6385 6524 -if { (eval echo "$as_me:7168: \"$ac_compile\"") >&5 6386 +if { (eval echo "$as_me:74 86: \"$ac_compile\"") >&56525 +if { (eval echo "$as_me:7494: \"$ac_compile\"") >&5 6387 6526 (eval $ac_compile) 2>&5 6388 6527 ac_status=$? 6389 6528 - echo "$as_me:7171: \$? = $ac_status" >&5 6390 + echo "$as_me:74 89: \$? = $ac_status" >&56529 + echo "$as_me:7497: \$? = $ac_status" >&5 6391 6530 (exit $ac_status); } && 6392 6531 { ac_try='test -s conftest.$ac_objext' 6393 6532 - { (eval echo "$as_me:7174: \"$ac_try\"") >&5 6394 + { (eval echo "$as_me:7 492: \"$ac_try\"") >&56533 + { (eval echo "$as_me:7500: \"$ac_try\"") >&5 6395 6534 (eval $ac_try) 2>&5 6396 6535 ac_status=$? 6397 6536 - echo "$as_me:7177: \$? = $ac_status" >&5 6398 + echo "$as_me:7 495: \$? = $ac_status" >&56537 + echo "$as_me:7503: \$? = $ac_status" >&5 6399 6538 (exit $ac_status); }; }; then 6400 6539 … … 6402 6541 6403 6542 -echo "${as_me-configure}:7182: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 6404 +echo "${as_me-configure}:750 0: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&56543 +echo "${as_me-configure}:7508: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 6405 6544 6406 6545 cf_cv_find_linkage_utf8=maybe 6407 6546 cf_test_CPPFLAGS="$CPPFLAGS" 6408 @@ -7197,13 +75 15,39 @@6547 @@ -7197,13 +7523,39 @@ 6409 6548 6410 6549 if test "$cf_cv_find_linkage_utf8" = maybe ; then 6411 6550 6412 6551 -echo "${as_me-configure}:7200: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 6413 +echo "${as_me-configure}:75 18: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&56552 +echo "${as_me-configure}:7526: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 6414 6553 6415 6554 cf_save_LIBS="$LIBS" … … 6448 6587 test "/usr" != "$prefix" && \ 6449 6588 test -d "/usr" && \ 6450 @@ -7260,18 +76 04,20 @@6589 @@ -7260,18 +7612,20 @@ 6451 6590 test -d $HOME/utf8/lib/utf8 && cf_search="$cf_search $HOME/utf8/lib/utf8" 6452 6591 } … … 6460 6599 6461 6600 -echo "${as_me-configure}:7268: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 6462 +echo "${as_me-configure}:76 14: testing ... testing $cf_cv_library_path_utf8 ..." 1>&56601 +echo "${as_me-configure}:7622: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 6463 6602 6464 6603 CPPFLAGS="$cf_test_CPPFLAGS" … … 6467 6606 cat >conftest.$ac_ext <<_ACEOF 6468 6607 -#line 7274 "configure" 6469 +#line 762 0"configure"6608 +#line 7628 "configure" 6470 6609 #include "confdefs.h" 6471 6610 6472 6611 #include <libutf8.h> 6473 @@ -7284,21 +763 0,21 @@6612 @@ -7284,21 +7638,21 @@ 6474 6613 } 6475 6614 _ACEOF 6476 6615 rm -f conftest.$ac_objext conftest$ac_exeext 6477 6616 -if { (eval echo "$as_me:7287: \"$ac_link\"") >&5 6478 +if { (eval echo "$as_me:76 33: \"$ac_link\"") >&56617 +if { (eval echo "$as_me:7641: \"$ac_link\"") >&5 6479 6618 (eval $ac_link) 2>&5 6480 6619 ac_status=$? 6481 6620 - echo "$as_me:7290: \$? = $ac_status" >&5 6482 + echo "$as_me:76 36: \$? = $ac_status" >&56621 + echo "$as_me:7644: \$? = $ac_status" >&5 6483 6622 (exit $ac_status); } && 6484 6623 { ac_try='test -s conftest$ac_exeext' 6485 6624 - { (eval echo "$as_me:7293: \"$ac_try\"") >&5 6486 + { (eval echo "$as_me:76 39: \"$ac_try\"") >&56625 + { (eval echo "$as_me:7647: \"$ac_try\"") >&5 6487 6626 (eval $ac_try) 2>&5 6488 6627 ac_status=$? 6489 6628 - echo "$as_me:7296: \$? = $ac_status" >&5 6490 + echo "$as_me:76 42: \$? = $ac_status" >&56629 + echo "$as_me:7650: \$? = $ac_status" >&5 6491 6630 (exit $ac_status); }; }; then 6492 6631 … … 6494 6633 6495 6634 -echo "${as_me-configure}:7301: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 6496 +echo "${as_me-configure}:76 47: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&56635 +echo "${as_me-configure}:7655: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 6497 6636 6498 6637 cf_cv_find_linkage_utf8=yes 6499 6638 cf_cv_library_file_utf8="-lutf8" 6500 @@ -7336,7 +76 82,7 @@6639 @@ -7336,7 +7690,7 @@ 6501 6640 fi 6502 6641 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6503 6642 fi 6504 6643 -echo "$as_me:7339: result: $cf_cv_utf8_lib" >&5 6505 +echo "$as_me:76 85: result: $cf_cv_utf8_lib" >&56644 +echo "$as_me:7693: result: $cf_cv_utf8_lib" >&5 6506 6645 echo "${ECHO_T}$cf_cv_utf8_lib" >&6 6507 6646 6508 6647 # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between 6509 @@ -7364,13 +771 0,13 @@6648 @@ -7364,13 +7718,13 @@ 6510 6649 fi 6511 6650 … … 6519 6658 cat >conftest.$ac_ext <<_ACEOF 6520 6659 -#line 7373 "configure" 6521 +#line 77 19"configure"6660 +#line 7727 "configure" 6522 6661 #include "confdefs.h" 6523 6662 #include <stdio.h> 6524 6663 int 6525 @@ -7382,16 +77 28,16 @@6664 @@ -7382,16 +7736,16 @@ 6526 6665 } 6527 6666 _ACEOF 6528 6667 rm -f conftest.$ac_objext 6529 6668 -if { (eval echo "$as_me:7385: \"$ac_compile\"") >&5 6530 +if { (eval echo "$as_me:773 1: \"$ac_compile\"") >&56669 +if { (eval echo "$as_me:7739: \"$ac_compile\"") >&5 6531 6670 (eval $ac_compile) 2>&5 6532 6671 ac_status=$? 6533 6672 - echo "$as_me:7388: \$? = $ac_status" >&5 6534 + echo "$as_me:77 34: \$? = $ac_status" >&56673 + echo "$as_me:7742: \$? = $ac_status" >&5 6535 6674 (exit $ac_status); } && 6536 6675 { ac_try='test -s conftest.$ac_objext' 6537 6676 - { (eval echo "$as_me:7391: \"$ac_try\"") >&5 6538 + { (eval echo "$as_me:77 37: \"$ac_try\"") >&56677 + { (eval echo "$as_me:7745: \"$ac_try\"") >&5 6539 6678 (eval $ac_try) 2>&5 6540 6679 ac_status=$? 6541 6680 - echo "$as_me:7394: \$? = $ac_status" >&5 6542 + echo "$as_me:774 0: \$? = $ac_status" >&56681 + echo "$as_me:7748: \$? = $ac_status" >&5 6543 6682 (exit $ac_status); }; }; then 6544 6683 : 6545 6684 else 6546 @@ -7408,13 +77 54,13 @@6685 @@ -7408,13 +7762,13 @@ 6547 6686 if test "$cf_have_incdir" = no ; then 6548 6687 test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 6549 6688 6550 6689 -echo "${as_me-configure}:7411: testing adding $cf_add_incdir to include-path ..." 1>&5 6551 +echo "${as_me-configure}:77 57: testing adding $cf_add_incdir to include-path ..." 1>&56690 +echo "${as_me-configure}:7765: testing adding $cf_add_incdir to include-path ..." 1>&5 6552 6691 6553 6692 - CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" … … 6563 6702 break 6564 6703 fi 6565 @@ -7442,7 +77 88,7 @@6704 @@ -7442,7 +7796,7 @@ 6566 6705 if test "$cf_have_libdir" = no ; then 6567 6706 test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 6568 6707 6569 6708 -echo "${as_me-configure}:7445: testing adding $cf_add_libdir to library-path ..." 1>&5 6570 +echo "${as_me-configure}:779 1: testing adding $cf_add_libdir to library-path ..." 1>&56709 +echo "${as_me-configure}:7799: testing adding $cf_add_libdir to library-path ..." 1>&5 6571 6710 6572 6711 LDFLAGS="-L$cf_add_libdir $LDFLAGS" 6573 6712 fi 6574 @@ -7459,14 +78 05,14 @@6713 @@ -7459,14 +7813,14 @@ 6575 6714 fi 6576 6715 6577 6716 # This is needed on Tru64 5.0 to declare mbstate_t 6578 6717 -echo "$as_me:7462: checking if we must include wchar.h to declare mbstate_t" >&5 6579 +echo "$as_me:78 08: checking if we must include wchar.h to declare mbstate_t" >&56718 +echo "$as_me:7816: checking if we must include wchar.h to declare mbstate_t" >&5 6580 6719 echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6 6581 6720 if test "${cf_cv_mbstate_t+set}" = set; then … … 6585 6724 cat >conftest.$ac_ext <<_ACEOF 6586 6725 -#line 7469 "configure" 6587 +#line 78 15"configure"6726 +#line 7823 "configure" 6588 6727 #include "confdefs.h" 6589 6728 6590 6729 #include <stdlib.h> 6591 @@ -7484,23 +783 0,23 @@6730 @@ -7484,23 +7838,23 @@ 6592 6731 } 6593 6732 _ACEOF 6594 6733 rm -f conftest.$ac_objext 6595 6734 -if { (eval echo "$as_me:7487: \"$ac_compile\"") >&5 6596 +if { (eval echo "$as_me:78 33: \"$ac_compile\"") >&56735 +if { (eval echo "$as_me:7841: \"$ac_compile\"") >&5 6597 6736 (eval $ac_compile) 2>&5 6598 6737 ac_status=$? 6599 6738 - echo "$as_me:7490: \$? = $ac_status" >&5 6600 + echo "$as_me:78 36: \$? = $ac_status" >&56739 + echo "$as_me:7844: \$? = $ac_status" >&5 6601 6740 (exit $ac_status); } && 6602 6741 { ac_try='test -s conftest.$ac_objext' 6603 6742 - { (eval echo "$as_me:7493: \"$ac_try\"") >&5 6604 + { (eval echo "$as_me:78 39: \"$ac_try\"") >&56743 + { (eval echo "$as_me:7847: \"$ac_try\"") >&5 6605 6744 (eval $ac_try) 2>&5 6606 6745 ac_status=$? 6607 6746 - echo "$as_me:7496: \$? = $ac_status" >&5 6608 + echo "$as_me:78 42: \$? = $ac_status" >&56747 + echo "$as_me:7850: \$? = $ac_status" >&5 6609 6748 (exit $ac_status); }; }; then 6610 6749 cf_cv_mbstate_t=no … … 6614 6753 cat >conftest.$ac_ext <<_ACEOF 6615 6754 -#line 7503 "configure" 6616 +#line 78 49"configure"6755 +#line 7857 "configure" 6617 6756 #include "confdefs.h" 6618 6757 6619 6758 #include <stdlib.h> 6620 @@ -7519,16 +78 65,16 @@6759 @@ -7519,16 +7873,16 @@ 6621 6760 } 6622 6761 _ACEOF 6623 6762 rm -f conftest.$ac_objext 6624 6763 -if { (eval echo "$as_me:7522: \"$ac_compile\"") >&5 6625 +if { (eval echo "$as_me:78 68: \"$ac_compile\"") >&56764 +if { (eval echo "$as_me:7876: \"$ac_compile\"") >&5 6626 6765 (eval $ac_compile) 2>&5 6627 6766 ac_status=$? 6628 6767 - echo "$as_me:7525: \$? = $ac_status" >&5 6629 + echo "$as_me:787 1: \$? = $ac_status" >&56768 + echo "$as_me:7879: \$? = $ac_status" >&5 6630 6769 (exit $ac_status); } && 6631 6770 { ac_try='test -s conftest.$ac_objext' 6632 6771 - { (eval echo "$as_me:7528: \"$ac_try\"") >&5 6633 + { (eval echo "$as_me:78 74: \"$ac_try\"") >&56772 + { (eval echo "$as_me:7882: \"$ac_try\"") >&5 6634 6773 (eval $ac_try) 2>&5 6635 6774 ac_status=$? 6636 6775 - echo "$as_me:7531: \$? = $ac_status" >&5 6637 + echo "$as_me:78 77: \$? = $ac_status" >&56776 + echo "$as_me:7885: \$? = $ac_status" >&5 6638 6777 (exit $ac_status); }; }; then 6639 6778 cf_cv_mbstate_t=yes 6640 6779 else 6641 @@ -7540,7 +78 86,7 @@6780 @@ -7540,7 +7894,7 @@ 6642 6781 fi 6643 6782 rm -f conftest.$ac_objext conftest.$ac_ext 6644 6783 fi 6645 6784 -echo "$as_me:7543: result: $cf_cv_mbstate_t" >&5 6646 +echo "$as_me:78 89: result: $cf_cv_mbstate_t" >&56785 +echo "$as_me:7897: result: $cf_cv_mbstate_t" >&5 6647 6786 echo "${ECHO_T}$cf_cv_mbstate_t" >&6 6648 6787 6649 6788 if test "$cf_cv_mbstate_t" = yes ; then 6650 @@ -7557,14 +79 03,14 @@6789 @@ -7557,14 +7911,14 @@ 6651 6790 fi 6652 6791 6653 6792 # This is needed on Tru64 5.0 to declare wchar_t 6654 6793 -echo "$as_me:7560: checking if we must include wchar.h to declare wchar_t" >&5 6655 +echo "$as_me:79 06: checking if we must include wchar.h to declare wchar_t" >&56794 +echo "$as_me:7914: checking if we must include wchar.h to declare wchar_t" >&5 6656 6795 echo $ECHO_N "checking if we must include wchar.h to declare wchar_t... $ECHO_C" >&6 6657 6796 if test "${cf_cv_wchar_t+set}" = set; then … … 6661 6800 cat >conftest.$ac_ext <<_ACEOF 6662 6801 -#line 7567 "configure" 6663 +#line 79 13"configure"6802 +#line 7921 "configure" 6664 6803 #include "confdefs.h" 6665 6804 6666 6805 #include <stdlib.h> 6667 @@ -7582,23 +79 28,23 @@6806 @@ -7582,23 +7936,23 @@ 6668 6807 } 6669 6808 _ACEOF 6670 6809 rm -f conftest.$ac_objext 6671 6810 -if { (eval echo "$as_me:7585: \"$ac_compile\"") >&5 6672 +if { (eval echo "$as_me:793 1: \"$ac_compile\"") >&56811 +if { (eval echo "$as_me:7939: \"$ac_compile\"") >&5 6673 6812 (eval $ac_compile) 2>&5 6674 6813 ac_status=$? 6675 6814 - echo "$as_me:7588: \$? = $ac_status" >&5 6676 + echo "$as_me:79 34: \$? = $ac_status" >&56815 + echo "$as_me:7942: \$? = $ac_status" >&5 6677 6816 (exit $ac_status); } && 6678 6817 { ac_try='test -s conftest.$ac_objext' 6679 6818 - { (eval echo "$as_me:7591: \"$ac_try\"") >&5 6680 + { (eval echo "$as_me:79 37: \"$ac_try\"") >&56819 + { (eval echo "$as_me:7945: \"$ac_try\"") >&5 6681 6820 (eval $ac_try) 2>&5 6682 6821 ac_status=$? 6683 6822 - echo "$as_me:7594: \$? = $ac_status" >&5 6684 + echo "$as_me:794 0: \$? = $ac_status" >&56823 + echo "$as_me:7948: \$? = $ac_status" >&5 6685 6824 (exit $ac_status); }; }; then 6686 6825 cf_cv_wchar_t=no … … 6690 6829 cat >conftest.$ac_ext <<_ACEOF 6691 6830 -#line 7601 "configure" 6692 +#line 79 47"configure"6831 +#line 7955 "configure" 6693 6832 #include "confdefs.h" 6694 6833 6695 6834 #include <stdlib.h> 6696 @@ -7617,16 +79 63,16 @@6835 @@ -7617,16 +7971,16 @@ 6697 6836 } 6698 6837 _ACEOF 6699 6838 rm -f conftest.$ac_objext 6700 6839 -if { (eval echo "$as_me:7620: \"$ac_compile\"") >&5 6701 +if { (eval echo "$as_me:79 66: \"$ac_compile\"") >&56840 +if { (eval echo "$as_me:7974: \"$ac_compile\"") >&5 6702 6841 (eval $ac_compile) 2>&5 6703 6842 ac_status=$? 6704 6843 - echo "$as_me:7623: \$? = $ac_status" >&5 6705 + echo "$as_me:79 69: \$? = $ac_status" >&56844 + echo "$as_me:7977: \$? = $ac_status" >&5 6706 6845 (exit $ac_status); } && 6707 6846 { ac_try='test -s conftest.$ac_objext' 6708 6847 - { (eval echo "$as_me:7626: \"$ac_try\"") >&5 6709 + { (eval echo "$as_me:79 72: \"$ac_try\"") >&56848 + { (eval echo "$as_me:7980: \"$ac_try\"") >&5 6710 6849 (eval $ac_try) 2>&5 6711 6850 ac_status=$? 6712 6851 - echo "$as_me:7629: \$? = $ac_status" >&5 6713 + echo "$as_me:79 75: \$? = $ac_status" >&56852 + echo "$as_me:7983: \$? = $ac_status" >&5 6714 6853 (exit $ac_status); }; }; then 6715 6854 cf_cv_wchar_t=yes 6716 6855 else 6717 @@ -7638,7 +79 84,7 @@6856 @@ -7638,7 +7992,7 @@ 6718 6857 fi 6719 6858 rm -f conftest.$ac_objext conftest.$ac_ext 6720 6859 fi 6721 6860 -echo "$as_me:7641: result: $cf_cv_wchar_t" >&5 6722 +echo "$as_me:79 87: result: $cf_cv_wchar_t" >&56861 +echo "$as_me:7995: result: $cf_cv_wchar_t" >&5 6723 6862 echo "${ECHO_T}$cf_cv_wchar_t" >&6 6724 6863 6725 6864 if test "$cf_cv_wchar_t" = yes ; then 6726 @@ -7660,14 +80 06,14 @@6865 @@ -7660,14 +8014,14 @@ 6727 6866 fi 6728 6867 6729 6868 # This is needed on Tru64 5.0 to declare wint_t 6730 6869 -echo "$as_me:7663: checking if we must include wchar.h to declare wint_t" >&5 6731 +echo "$as_me:80 09: checking if we must include wchar.h to declare wint_t" >&56870 +echo "$as_me:8017: checking if we must include wchar.h to declare wint_t" >&5 6732 6871 echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6 6733 6872 if test "${cf_cv_wint_t+set}" = set; then … … 6737 6876 cat >conftest.$ac_ext <<_ACEOF 6738 6877 -#line 7670 "configure" 6739 +#line 80 16"configure"6878 +#line 8024 "configure" 6740 6879 #include "confdefs.h" 6741 6880 6742 6881 #include <stdlib.h> 6743 @@ -7685,23 +803 1,23 @@6882 @@ -7685,23 +8039,23 @@ 6744 6883 } 6745 6884 _ACEOF 6746 6885 rm -f conftest.$ac_objext 6747 6886 -if { (eval echo "$as_me:7688: \"$ac_compile\"") >&5 6748 +if { (eval echo "$as_me:80 34: \"$ac_compile\"") >&56887 +if { (eval echo "$as_me:8042: \"$ac_compile\"") >&5 6749 6888 (eval $ac_compile) 2>&5 6750 6889 ac_status=$? 6751 6890 - echo "$as_me:7691: \$? = $ac_status" >&5 6752 + echo "$as_me:80 37: \$? = $ac_status" >&56891 + echo "$as_me:8045: \$? = $ac_status" >&5 6753 6892 (exit $ac_status); } && 6754 6893 { ac_try='test -s conftest.$ac_objext' 6755 6894 - { (eval echo "$as_me:7694: \"$ac_try\"") >&5 6756 + { (eval echo "$as_me:804 0: \"$ac_try\"") >&56895 + { (eval echo "$as_me:8048: \"$ac_try\"") >&5 6757 6896 (eval $ac_try) 2>&5 6758 6897 ac_status=$? 6759 6898 - echo "$as_me:7697: \$? = $ac_status" >&5 6760 + echo "$as_me:80 43: \$? = $ac_status" >&56899 + echo "$as_me:8051: \$? = $ac_status" >&5 6761 6900 (exit $ac_status); }; }; then 6762 6901 cf_cv_wint_t=no … … 6766 6905 cat >conftest.$ac_ext <<_ACEOF 6767 6906 -#line 7704 "configure" 6768 +#line 805 0"configure"6907 +#line 8058 "configure" 6769 6908 #include "confdefs.h" 6770 6909 6771 6910 #include <stdlib.h> 6772 @@ -7720,16 +80 66,16 @@6911 @@ -7720,16 +8074,16 @@ 6773 6912 } 6774 6913 _ACEOF 6775 6914 rm -f conftest.$ac_objext 6776 6915 -if { (eval echo "$as_me:7723: \"$ac_compile\"") >&5 6777 +if { (eval echo "$as_me:80 69: \"$ac_compile\"") >&56916 +if { (eval echo "$as_me:8077: \"$ac_compile\"") >&5 6778 6917 (eval $ac_compile) 2>&5 6779 6918 ac_status=$? 6780 6919 - echo "$as_me:7726: \$? = $ac_status" >&5 6781 + echo "$as_me:80 72: \$? = $ac_status" >&56920 + echo "$as_me:8080: \$? = $ac_status" >&5 6782 6921 (exit $ac_status); } && 6783 6922 { ac_try='test -s conftest.$ac_objext' 6784 6923 - { (eval echo "$as_me:7729: \"$ac_try\"") >&5 6785 + { (eval echo "$as_me:80 75: \"$ac_try\"") >&56924 + { (eval echo "$as_me:8083: \"$ac_try\"") >&5 6786 6925 (eval $ac_try) 2>&5 6787 6926 ac_status=$? 6788 6927 - echo "$as_me:7732: \$? = $ac_status" >&5 6789 + echo "$as_me:80 78: \$? = $ac_status" >&56928 + echo "$as_me:8086: \$? = $ac_status" >&5 6790 6929 (exit $ac_status); }; }; then 6791 6930 cf_cv_wint_t=yes 6792 6931 else 6793 @@ -7741,7 +80 87,7 @@6932 @@ -7741,7 +8095,7 @@ 6794 6933 fi 6795 6934 rm -f conftest.$ac_objext conftest.$ac_ext 6796 6935 fi 6797 6936 -echo "$as_me:7744: result: $cf_cv_wint_t" >&5 6798 +echo "$as_me:809 0: result: $cf_cv_wint_t" >&56937 +echo "$as_me:8098: result: $cf_cv_wint_t" >&5 6799 6938 echo "${ECHO_T}$cf_cv_wint_t" >&6 6800 6939 6801 6940 if test "$cf_cv_wint_t" = yes ; then 6802 @@ -7780,7 +81 26,7 @@6941 @@ -7780,7 +8134,7 @@ 6803 6942 ;; 6804 6943 esac 6805 6944 6806 6945 -echo "$as_me:7783: checking whether to enable _LP64 definition in curses.h" >&5 6807 +echo "$as_me:81 29: checking whether to enable _LP64 definition in curses.h" >&56946 +echo "$as_me:8137: checking whether to enable _LP64 definition in curses.h" >&5 6808 6947 echo $ECHO_N "checking whether to enable _LP64 definition in curses.h... $ECHO_C" >&6 6809 6948 6810 6949 # Check whether --enable-lp64 or --disable-lp64 was given. 6811 @@ -7790,7 +81 36,7 @@6950 @@ -7790,7 +8144,7 @@ 6812 6951 else 6813 6952 with_lp64=$default_with_lp64 6814 6953 fi; 6815 6954 -echo "$as_me:7793: result: $with_lp64" >&5 6816 +echo "$as_me:81 39: result: $with_lp64" >&56955 +echo "$as_me:8147: result: $with_lp64" >&5 6817 6956 echo "${ECHO_T}$with_lp64" >&6 6818 6957 6819 6958 if test "$with_lp64" = yes ; then 6820 @@ -7806,7 +81 52,7 @@6959 @@ -7806,7 +8160,7 @@ 6821 6960 fi; 6822 6961 if test "$enable_largefile" != no; then 6823 6962 6824 6963 - echo "$as_me:7809: checking for special C compiler options needed for large files" >&5 6825 + echo "$as_me:81 55: checking for special C compiler options needed for large files" >&56964 + echo "$as_me:8163: checking for special C compiler options needed for large files" >&5 6826 6965 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 6827 6966 if test "${ac_cv_sys_largefile_CC+set}" = set; then 6828 6967 echo $ECHO_N "(cached) $ECHO_C" >&6 6829 @@ -7818,7 +81 64,7 @@6968 @@ -7818,7 +8172,7 @@ 6830 6969 # IRIX 6.2 and later do not support large files by default, 6831 6970 # so use the C compiler's -n32 option if that helps. 6832 6971 cat >conftest.$ac_ext <<_ACEOF 6833 6972 -#line 7821 "configure" 6834 +#line 81 67"configure"6973 +#line 8175 "configure" 6835 6974 #include "confdefs.h" 6836 6975 #include <sys/types.h> 6837 6976 /* Check that off_t can represent 2**63 - 1 correctly. 6838 @@ -7838,16 +81 84,16 @@6977 @@ -7838,16 +8192,16 @@ 6839 6978 } 6840 6979 _ACEOF 6841 6980 rm -f conftest.$ac_objext 6842 6981 -if { (eval echo "$as_me:7841: \"$ac_compile\"") >&5 6843 +if { (eval echo "$as_me:81 87: \"$ac_compile\"") >&56982 +if { (eval echo "$as_me:8195: \"$ac_compile\"") >&5 6844 6983 (eval $ac_compile) 2>&5 6845 6984 ac_status=$? 6846 6985 - echo "$as_me:7844: \$? = $ac_status" >&5 6847 + echo "$as_me:819 0: \$? = $ac_status" >&56986 + echo "$as_me:8198: \$? = $ac_status" >&5 6848 6987 (exit $ac_status); } && 6849 6988 { ac_try='test -s conftest.$ac_objext' 6850 6989 - { (eval echo "$as_me:7847: \"$ac_try\"") >&5 6851 + { (eval echo "$as_me:8 193: \"$ac_try\"") >&56990 + { (eval echo "$as_me:8201: \"$ac_try\"") >&5 6852 6991 (eval $ac_try) 2>&5 6853 6992 ac_status=$? 6854 6993 - echo "$as_me:7850: \$? = $ac_status" >&5 6855 + echo "$as_me:8 196: \$? = $ac_status" >&56994 + echo "$as_me:8204: \$? = $ac_status" >&5 6856 6995 (exit $ac_status); }; }; then 6857 6996 break 6858 6997 else 6859 @@ -7857,16 +82 03,16 @@6998 @@ -7857,16 +8211,16 @@ 6860 6999 rm -f conftest.$ac_objext 6861 7000 CC="$CC -n32" 6862 7001 rm -f conftest.$ac_objext 6863 7002 -if { (eval echo "$as_me:7860: \"$ac_compile\"") >&5 6864 +if { (eval echo "$as_me:82 06: \"$ac_compile\"") >&57003 +if { (eval echo "$as_me:8214: \"$ac_compile\"") >&5 6865 7004 (eval $ac_compile) 2>&5 6866 7005 ac_status=$? 6867 7006 - echo "$as_me:7863: \$? = $ac_status" >&5 6868 + echo "$as_me:82 09: \$? = $ac_status" >&57007 + echo "$as_me:8217: \$? = $ac_status" >&5 6869 7008 (exit $ac_status); } && 6870 7009 { ac_try='test -s conftest.$ac_objext' 6871 7010 - { (eval echo "$as_me:7866: \"$ac_try\"") >&5 6872 + { (eval echo "$as_me:82 12: \"$ac_try\"") >&57011 + { (eval echo "$as_me:8220: \"$ac_try\"") >&5 6873 7012 (eval $ac_try) 2>&5 6874 7013 ac_status=$? 6875 7014 - echo "$as_me:7869: \$? = $ac_status" >&5 6876 + echo "$as_me:82 15: \$? = $ac_status" >&57015 + echo "$as_me:8223: \$? = $ac_status" >&5 6877 7016 (exit $ac_status); }; }; then 6878 7017 ac_cv_sys_largefile_CC=' -n32'; break 6879 7018 else 6880 @@ -7880,13 +82 26,13 @@7019 @@ -7880,13 +8234,13 @@ 6881 7020 rm -f conftest.$ac_ext 6882 7021 fi 6883 7022 fi 6884 7023 -echo "$as_me:7883: result: $ac_cv_sys_largefile_CC" >&5 6885 +echo "$as_me:82 29: result: $ac_cv_sys_largefile_CC" >&57024 +echo "$as_me:8237: result: $ac_cv_sys_largefile_CC" >&5 6886 7025 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 6887 7026 if test "$ac_cv_sys_largefile_CC" != no; then … … 6890 7029 6891 7030 - echo "$as_me:7889: checking for _FILE_OFFSET_BITS value needed for large files" >&5 6892 + echo "$as_me:82 35: checking for _FILE_OFFSET_BITS value needed for large files" >&57031 + echo "$as_me:8243: checking for _FILE_OFFSET_BITS value needed for large files" >&5 6893 7032 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 6894 7033 if test "${ac_cv_sys_file_offset_bits+set}" = set; then 6895 7034 echo $ECHO_N "(cached) $ECHO_C" >&6 6896 @@ -7894,7 +824 0,7 @@7035 @@ -7894,7 +8248,7 @@ 6897 7036 while :; do 6898 7037 ac_cv_sys_file_offset_bits=no 6899 7038 cat >conftest.$ac_ext <<_ACEOF 6900 7039 -#line 7897 "configure" 6901 +#line 82 43"configure"7040 +#line 8251 "configure" 6902 7041 #include "confdefs.h" 6903 7042 #include <sys/types.h> 6904 7043 /* Check that off_t can represent 2**63 - 1 correctly. 6905 @@ -7914,16 +826 0,16 @@7044 @@ -7914,16 +8268,16 @@ 6906 7045 } 6907 7046 _ACEOF 6908 7047 rm -f conftest.$ac_objext 6909 7048 -if { (eval echo "$as_me:7917: \"$ac_compile\"") >&5 6910 +if { (eval echo "$as_me:82 63: \"$ac_compile\"") >&57049 +if { (eval echo "$as_me:8271: \"$ac_compile\"") >&5 6911 7050 (eval $ac_compile) 2>&5 6912 7051 ac_status=$? 6913 7052 - echo "$as_me:7920: \$? = $ac_status" >&5 6914 + echo "$as_me:82 66: \$? = $ac_status" >&57053 + echo "$as_me:8274: \$? = $ac_status" >&5 6915 7054 (exit $ac_status); } && 6916 7055 { ac_try='test -s conftest.$ac_objext' 6917 7056 - { (eval echo "$as_me:7923: \"$ac_try\"") >&5 6918 + { (eval echo "$as_me:82 69: \"$ac_try\"") >&57057 + { (eval echo "$as_me:8277: \"$ac_try\"") >&5 6919 7058 (eval $ac_try) 2>&5 6920 7059 ac_status=$? 6921 7060 - echo "$as_me:7926: \$? = $ac_status" >&5 6922 + echo "$as_me:82 72: \$? = $ac_status" >&57061 + echo "$as_me:8280: \$? = $ac_status" >&5 6923 7062 (exit $ac_status); }; }; then 6924 7063 break 6925 7064 else 6926 @@ -7932,7 +82 78,7 @@7065 @@ -7932,7 +8286,7 @@ 6927 7066 fi 6928 7067 rm -f conftest.$ac_objext conftest.$ac_ext 6929 7068 cat >conftest.$ac_ext <<_ACEOF 6930 7069 -#line 7935 "configure" 6931 +#line 828 1"configure"7070 +#line 8289 "configure" 6932 7071 #include "confdefs.h" 6933 7072 #define _FILE_OFFSET_BITS 64 6934 7073 #include <sys/types.h> 6935 @@ -7953,16 +8 299,16 @@7074 @@ -7953,16 +8307,16 @@ 6936 7075 } 6937 7076 _ACEOF 6938 7077 rm -f conftest.$ac_objext 6939 7078 -if { (eval echo "$as_me:7956: \"$ac_compile\"") >&5 6940 +if { (eval echo "$as_me:83 02: \"$ac_compile\"") >&57079 +if { (eval echo "$as_me:8310: \"$ac_compile\"") >&5 6941 7080 (eval $ac_compile) 2>&5 6942 7081 ac_status=$? 6943 7082 - echo "$as_me:7959: \$? = $ac_status" >&5 6944 + echo "$as_me:83 05: \$? = $ac_status" >&57083 + echo "$as_me:8313: \$? = $ac_status" >&5 6945 7084 (exit $ac_status); } && 6946 7085 { ac_try='test -s conftest.$ac_objext' 6947 7086 - { (eval echo "$as_me:7962: \"$ac_try\"") >&5 6948 + { (eval echo "$as_me:83 08: \"$ac_try\"") >&57087 + { (eval echo "$as_me:8316: \"$ac_try\"") >&5 6949 7088 (eval $ac_try) 2>&5 6950 7089 ac_status=$? 6951 7090 - echo "$as_me:7965: \$? = $ac_status" >&5 6952 + echo "$as_me:831 1: \$? = $ac_status" >&57091 + echo "$as_me:8319: \$? = $ac_status" >&5 6953 7092 (exit $ac_status); }; }; then 6954 7093 ac_cv_sys_file_offset_bits=64; break 6955 7094 else 6956 @@ -7973,7 +83 19,7 @@7095 @@ -7973,7 +8327,7 @@ 6957 7096 break 6958 7097 done 6959 7098 fi 6960 7099 -echo "$as_me:7976: result: $ac_cv_sys_file_offset_bits" >&5 6961 +echo "$as_me:83 22: result: $ac_cv_sys_file_offset_bits" >&57100 +echo "$as_me:8330: result: $ac_cv_sys_file_offset_bits" >&5 6962 7101 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 6963 7102 if test "$ac_cv_sys_file_offset_bits" != no; then 6964 7103 6965 @@ -7983,7 +83 29,7 @@7104 @@ -7983,7 +8337,7 @@ 6966 7105 6967 7106 fi 6968 7107 rm -f conftest* 6969 7108 - echo "$as_me:7986: checking for _LARGE_FILES value needed for large files" >&5 6970 + echo "$as_me:83 32: checking for _LARGE_FILES value needed for large files" >&57109 + echo "$as_me:8340: checking for _LARGE_FILES value needed for large files" >&5 6971 7110 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 6972 7111 if test "${ac_cv_sys_large_files+set}" = set; then 6973 7112 echo $ECHO_N "(cached) $ECHO_C" >&6 6974 @@ -7991,7 +83 37,7 @@7113 @@ -7991,7 +8345,7 @@ 6975 7114 while :; do 6976 7115 ac_cv_sys_large_files=no 6977 7116 cat >conftest.$ac_ext <<_ACEOF 6978 7117 -#line 7994 "configure" 6979 +#line 834 0"configure"7118 +#line 8348 "configure" 6980 7119 #include "confdefs.h" 6981 7120 #include <sys/types.h> 6982 7121 /* Check that off_t can represent 2**63 - 1 correctly. 6983 @@ -8011,16 +83 57,16 @@7122 @@ -8011,16 +8365,16 @@ 6984 7123 } 6985 7124 _ACEOF 6986 7125 rm -f conftest.$ac_objext 6987 7126 -if { (eval echo "$as_me:8014: \"$ac_compile\"") >&5 6988 +if { (eval echo "$as_me:836 0: \"$ac_compile\"") >&57127 +if { (eval echo "$as_me:8368: \"$ac_compile\"") >&5 6989 7128 (eval $ac_compile) 2>&5 6990 7129 ac_status=$? 6991 7130 - echo "$as_me:8017: \$? = $ac_status" >&5 6992 + echo "$as_me:83 63: \$? = $ac_status" >&57131 + echo "$as_me:8371: \$? = $ac_status" >&5 6993 7132 (exit $ac_status); } && 6994 7133 { ac_try='test -s conftest.$ac_objext' 6995 7134 - { (eval echo "$as_me:8020: \"$ac_try\"") >&5 6996 + { (eval echo "$as_me:83 66: \"$ac_try\"") >&57135 + { (eval echo "$as_me:8374: \"$ac_try\"") >&5 6997 7136 (eval $ac_try) 2>&5 6998 7137 ac_status=$? 6999 7138 - echo "$as_me:8023: \$? = $ac_status" >&5 7000 + echo "$as_me:83 69: \$? = $ac_status" >&57139 + echo "$as_me:8377: \$? = $ac_status" >&5 7001 7140 (exit $ac_status); }; }; then 7002 7141 break 7003 7142 else 7004 @@ -8029,7 +83 75,7 @@7143 @@ -8029,7 +8383,7 @@ 7005 7144 fi 7006 7145 rm -f conftest.$ac_objext conftest.$ac_ext 7007 7146 cat >conftest.$ac_ext <<_ACEOF 7008 7147 -#line 8032 "configure" 7009 +#line 83 78"configure"7148 +#line 8386 "configure" 7010 7149 #include "confdefs.h" 7011 7150 #define _LARGE_FILES 1 7012 7151 #include <sys/types.h> 7013 @@ -8050,16 +8 396,16 @@7152 @@ -8050,16 +8404,16 @@ 7014 7153 } 7015 7154 _ACEOF 7016 7155 rm -f conftest.$ac_objext 7017 7156 -if { (eval echo "$as_me:8053: \"$ac_compile\"") >&5 7018 +if { (eval echo "$as_me:8 399: \"$ac_compile\"") >&57157 +if { (eval echo "$as_me:8407: \"$ac_compile\"") >&5 7019 7158 (eval $ac_compile) 2>&5 7020 7159 ac_status=$? 7021 7160 - echo "$as_me:8056: \$? = $ac_status" >&5 7022 + echo "$as_me:84 02: \$? = $ac_status" >&57161 + echo "$as_me:8410: \$? = $ac_status" >&5 7023 7162 (exit $ac_status); } && 7024 7163 { ac_try='test -s conftest.$ac_objext' 7025 7164 - { (eval echo "$as_me:8059: \"$ac_try\"") >&5 7026 + { (eval echo "$as_me:84 05: \"$ac_try\"") >&57165 + { (eval echo "$as_me:8413: \"$ac_try\"") >&5 7027 7166 (eval $ac_try) 2>&5 7028 7167 ac_status=$? 7029 7168 - echo "$as_me:8062: \$? = $ac_status" >&5 7030 + echo "$as_me:84 08: \$? = $ac_status" >&57169 + echo "$as_me:8416: \$? = $ac_status" >&5 7031 7170 (exit $ac_status); }; }; then 7032 7171 ac_cv_sys_large_files=1; break 7033 7172 else 7034 @@ -8070,7 +84 16,7 @@7173 @@ -8070,7 +8424,7 @@ 7035 7174 break 7036 7175 done 7037 7176 fi 7038 7177 -echo "$as_me:8073: result: $ac_cv_sys_large_files" >&5 7039 +echo "$as_me:84 19: result: $ac_cv_sys_large_files" >&57178 +echo "$as_me:8427: result: $ac_cv_sys_large_files" >&5 7040 7179 echo "${ECHO_T}$ac_cv_sys_large_files" >&6 7041 7180 if test "$ac_cv_sys_large_files" != no; then 7042 7181 7043 @@ -8083,7 +84 29,7 @@7182 @@ -8083,7 +8437,7 @@ 7044 7183 fi 7045 7184 7046 7185 if test "$enable_largefile" != no ; then 7047 7186 - echo "$as_me:8086: checking for _LARGEFILE_SOURCE value needed for large files" >&5 7048 + echo "$as_me:84 32: checking for _LARGEFILE_SOURCE value needed for large files" >&57187 + echo "$as_me:8440: checking for _LARGEFILE_SOURCE value needed for large files" >&5 7049 7188 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 7050 7189 if test "${ac_cv_sys_largefile_source+set}" = set; then 7051 7190 echo $ECHO_N "(cached) $ECHO_C" >&6 7052 @@ -8091,7 +84 37,7 @@7191 @@ -8091,7 +8445,7 @@ 7053 7192 while :; do 7054 7193 ac_cv_sys_largefile_source=no 7055 7194 cat >conftest.$ac_ext <<_ACEOF 7056 7195 -#line 8094 "configure" 7057 +#line 844 0"configure"7196 +#line 8448 "configure" 7058 7197 #include "confdefs.h" 7059 7198 #include <stdio.h> 7060 7199 int 7061 @@ -8103,16 +84 49,16 @@7200 @@ -8103,16 +8457,16 @@ 7062 7201 } 7063 7202 _ACEOF 7064 7203 rm -f conftest.$ac_objext 7065 7204 -if { (eval echo "$as_me:8106: \"$ac_compile\"") >&5 7066 +if { (eval echo "$as_me:84 52: \"$ac_compile\"") >&57205 +if { (eval echo "$as_me:8460: \"$ac_compile\"") >&5 7067 7206 (eval $ac_compile) 2>&5 7068 7207 ac_status=$? 7069 7208 - echo "$as_me:8109: \$? = $ac_status" >&5 7070 + echo "$as_me:84 55: \$? = $ac_status" >&57209 + echo "$as_me:8463: \$? = $ac_status" >&5 7071 7210 (exit $ac_status); } && 7072 7211 { ac_try='test -s conftest.$ac_objext' 7073 7212 - { (eval echo "$as_me:8112: \"$ac_try\"") >&5 7074 + { (eval echo "$as_me:84 58: \"$ac_try\"") >&57213 + { (eval echo "$as_me:8466: \"$ac_try\"") >&5 7075 7214 (eval $ac_try) 2>&5 7076 7215 ac_status=$? 7077 7216 - echo "$as_me:8115: \$? = $ac_status" >&5 7078 + echo "$as_me:846 1: \$? = $ac_status" >&57217 + echo "$as_me:8469: \$? = $ac_status" >&5 7079 7218 (exit $ac_status); }; }; then 7080 7219 break 7081 7220 else 7082 @@ -8121,7 +84 67,7 @@7221 @@ -8121,7 +8475,7 @@ 7083 7222 fi 7084 7223 rm -f conftest.$ac_objext conftest.$ac_ext 7085 7224 cat >conftest.$ac_ext <<_ACEOF 7086 7225 -#line 8124 "configure" 7087 +#line 847 0"configure"7226 +#line 8478 "configure" 7088 7227 #include "confdefs.h" 7089 7228 #define _LARGEFILE_SOURCE 1 7090 7229 #include <stdio.h> 7091 @@ -8134,16 +848 0,16 @@7230 @@ -8134,16 +8488,16 @@ 7092 7231 } 7093 7232 _ACEOF 7094 7233 rm -f conftest.$ac_objext 7095 7234 -if { (eval echo "$as_me:8137: \"$ac_compile\"") >&5 7096 +if { (eval echo "$as_me:84 83: \"$ac_compile\"") >&57235 +if { (eval echo "$as_me:8491: \"$ac_compile\"") >&5 7097 7236 (eval $ac_compile) 2>&5 7098 7237 ac_status=$? 7099 7238 - echo "$as_me:8140: \$? = $ac_status" >&5 7100 + echo "$as_me:84 86: \$? = $ac_status" >&57239 + echo "$as_me:8494: \$? = $ac_status" >&5 7101 7240 (exit $ac_status); } && 7102 7241 { ac_try='test -s conftest.$ac_objext' 7103 7242 - { (eval echo "$as_me:8143: \"$ac_try\"") >&5 7104 + { (eval echo "$as_me:84 89: \"$ac_try\"") >&57243 + { (eval echo "$as_me:8497: \"$ac_try\"") >&5 7105 7244 (eval $ac_try) 2>&5 7106 7245 ac_status=$? 7107 7246 - echo "$as_me:8146: \$? = $ac_status" >&5 7108 + echo "$as_me:8 492: \$? = $ac_status" >&57247 + echo "$as_me:8500: \$? = $ac_status" >&5 7109 7248 (exit $ac_status); }; }; then 7110 7249 ac_cv_sys_largefile_source=1; break 7111 7250 else 7112 @@ -8154,7 +850 0,7 @@7251 @@ -8154,7 +8508,7 @@ 7113 7252 break 7114 7253 done 7115 7254 fi 7116 7255 -echo "$as_me:8157: result: $ac_cv_sys_largefile_source" >&5 7117 +echo "$as_me:85 03: result: $ac_cv_sys_largefile_source" >&57256 +echo "$as_me:8511: result: $ac_cv_sys_largefile_source" >&5 7118 7257 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 7119 7258 if test "$ac_cv_sys_largefile_source" != no; then 7120 7259 7121 @@ -8168,13 +85 14,13 @@7260 @@ -8168,13 +8522,13 @@ 7122 7261 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 7123 7262 # in glibc 2.1.3, but that breaks too many other things. 7124 7263 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 7125 7264 -echo "$as_me:8171: checking for fseeko" >&5 7126 +echo "$as_me:85 17: checking for fseeko" >&57265 +echo "$as_me:8525: checking for fseeko" >&5 7127 7266 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 7128 7267 if test "${ac_cv_func_fseeko+set}" = set; then … … 7131 7270 cat >conftest.$ac_ext <<_ACEOF 7132 7271 -#line 8177 "configure" 7133 +#line 85 23"configure"7272 +#line 8531 "configure" 7134 7273 #include "confdefs.h" 7135 7274 #include <stdio.h> 7136 7275 int 7137 @@ -8186,16 +85 32,16 @@7276 @@ -8186,16 +8540,16 @@ 7138 7277 } 7139 7278 _ACEOF 7140 7279 rm -f conftest.$ac_objext conftest$ac_exeext 7141 7280 -if { (eval echo "$as_me:8189: \"$ac_link\"") >&5 7142 +if { (eval echo "$as_me:85 35: \"$ac_link\"") >&57281 +if { (eval echo "$as_me:8543: \"$ac_link\"") >&5 7143 7282 (eval $ac_link) 2>&5 7144 7283 ac_status=$? 7145 7284 - echo "$as_me:8192: \$? = $ac_status" >&5 7146 + echo "$as_me:85 38: \$? = $ac_status" >&57285 + echo "$as_me:8546: \$? = $ac_status" >&5 7147 7286 (exit $ac_status); } && 7148 7287 { ac_try='test -s conftest$ac_exeext' 7149 7288 - { (eval echo "$as_me:8195: \"$ac_try\"") >&5 7150 + { (eval echo "$as_me:854 1: \"$ac_try\"") >&57289 + { (eval echo "$as_me:8549: \"$ac_try\"") >&5 7151 7290 (eval $ac_try) 2>&5 7152 7291 ac_status=$? 7153 7292 - echo "$as_me:8198: \$? = $ac_status" >&5 7154 + echo "$as_me:85 44: \$? = $ac_status" >&57293 + echo "$as_me:8552: \$? = $ac_status" >&5 7155 7294 (exit $ac_status); }; }; then 7156 7295 ac_cv_func_fseeko=yes 7157 7296 else 7158 @@ -8205,7 +855 1,7 @@7297 @@ -8205,7 +8559,7 @@ 7159 7298 fi 7160 7299 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7161 7300 fi 7162 7301 -echo "$as_me:8208: result: $ac_cv_func_fseeko" >&5 7163 +echo "$as_me:85 54: result: $ac_cv_func_fseeko" >&57302 +echo "$as_me:8562: result: $ac_cv_func_fseeko" >&5 7164 7303 echo "${ECHO_T}$ac_cv_func_fseeko" >&6 7165 7304 if test $ac_cv_func_fseeko = yes; then 7166 7305 7167 @@ -8226,14 +85 72,14 @@7306 @@ -8226,14 +8580,14 @@ 7168 7307 test "$ac_cv_sys_largefile_source" != no && CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE " 7169 7308 test "$ac_cv_sys_file_offset_bits" != no && CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits " 7170 7309 7171 7310 - echo "$as_me:8229: checking whether to use struct dirent64" >&5 7172 + echo "$as_me:85 75: checking whether to use struct dirent64" >&57311 + echo "$as_me:8583: checking whether to use struct dirent64" >&5 7173 7312 echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6 7174 7313 if test "${cf_cv_struct_dirent64+set}" = set; then … … 7178 7317 cat >conftest.$ac_ext <<_ACEOF 7179 7318 -#line 8236 "configure" 7180 +#line 85 82"configure"7319 +#line 8590 "configure" 7181 7320 #include "confdefs.h" 7182 7321 7183 7322 #include <sys/types.h> 7184 @@ -8254,16 +860 0,16 @@7323 @@ -8254,16 +8608,16 @@ 7185 7324 } 7186 7325 _ACEOF 7187 7326 rm -f conftest.$ac_objext 7188 7327 -if { (eval echo "$as_me:8257: \"$ac_compile\"") >&5 7189 +if { (eval echo "$as_me:86 03: \"$ac_compile\"") >&57328 +if { (eval echo "$as_me:8611: \"$ac_compile\"") >&5 7190 7329 (eval $ac_compile) 2>&5 7191 7330 ac_status=$? 7192 7331 - echo "$as_me:8260: \$? = $ac_status" >&5 7193 + echo "$as_me:86 06: \$? = $ac_status" >&57332 + echo "$as_me:8614: \$? = $ac_status" >&5 7194 7333 (exit $ac_status); } && 7195 7334 { ac_try='test -s conftest.$ac_objext' 7196 7335 - { (eval echo "$as_me:8263: \"$ac_try\"") >&5 7197 + { (eval echo "$as_me:86 09: \"$ac_try\"") >&57336 + { (eval echo "$as_me:8617: \"$ac_try\"") >&5 7198 7337 (eval $ac_try) 2>&5 7199 7338 ac_status=$? 7200 7339 - echo "$as_me:8266: \$? = $ac_status" >&5 7201 + echo "$as_me:86 12: \$? = $ac_status" >&57340 + echo "$as_me:8620: \$? = $ac_status" >&5 7202 7341 (exit $ac_status); }; }; then 7203 7342 cf_cv_struct_dirent64=yes 7204 7343 else 7205 @@ -8274,7 +862 0,7 @@7344 @@ -8274,7 +8628,7 @@ 7206 7345 rm -f conftest.$ac_objext conftest.$ac_ext 7207 7346 7208 7347 fi 7209 7348 -echo "$as_me:8277: result: $cf_cv_struct_dirent64" >&5 7210 +echo "$as_me:86 23: result: $cf_cv_struct_dirent64" >&57349 +echo "$as_me:8631: result: $cf_cv_struct_dirent64" >&5 7211 7350 echo "${ECHO_T}$cf_cv_struct_dirent64" >&6 7212 7351 test "$cf_cv_struct_dirent64" = yes && cat >>confdefs.h <<\EOF 7213 7352 #define HAVE_STRUCT_DIRENT64 1 7214 @@ -8283,7 +86 29,7 @@7353 @@ -8283,7 +8637,7 @@ 7215 7354 fi 7216 7355 7217 7356 ### use option --disable-tparm-varargs to make tparm() conform to X/Open 7218 7357 -echo "$as_me:8286: checking if you want tparm not to use X/Open fixed-parameter list" >&5 7219 +echo "$as_me:86 32: checking if you want tparm not to use X/Open fixed-parameter list" >&57358 +echo "$as_me:8640: checking if you want tparm not to use X/Open fixed-parameter list" >&5 7220 7359 echo $ECHO_N "checking if you want tparm not to use X/Open fixed-parameter list... $ECHO_C" >&6 7221 7360 7222 7361 # Check whether --enable-tparm-varargs or --disable-tparm-varargs was given. 7223 @@ -8293,14 +86 39,14 @@7362 @@ -8293,14 +8647,14 @@ 7224 7363 else 7225 7364 with_tparm_varargs=yes 7226 7365 fi; 7227 7366 -echo "$as_me:8296: result: $with_tparm_varargs" >&5 7228 +echo "$as_me:86 42: result: $with_tparm_varargs" >&57367 +echo "$as_me:8650: result: $with_tparm_varargs" >&5 7229 7368 echo "${ECHO_T}$with_tparm_varargs" >&6 7230 7369 NCURSES_TPARM_VARARGS=0 … … 7234 7373 if test "$with_ticlib" != no ; then 7235 7374 -echo "$as_me:8303: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 7236 +echo "$as_me:86 49: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&57375 +echo "$as_me:8657: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 7237 7376 echo $ECHO_N "checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library... $ECHO_C" >&6 7238 7377 7239 7378 # Check whether --enable-tic-depends or --disable-tic-depends was given. 7240 @@ -8310,14 +86 56,14 @@7379 @@ -8310,14 +8664,14 @@ 7241 7380 else 7242 7381 with_tic_depends=yes 7243 7382 fi; 7244 7383 -echo "$as_me:8313: result: $with_tic_depends" >&5 7245 +echo "$as_me:86 59: result: $with_tic_depends" >&57384 +echo "$as_me:8667: result: $with_tic_depends" >&5 7246 7385 echo "${ECHO_T}$with_tic_depends" >&6 7247 7386 else … … 7251 7390 ### use option --with-bool to override bool's type 7252 7391 -echo "$as_me:8320: checking for type of bool" >&5 7253 +echo "$as_me:86 66: checking for type of bool" >&57392 +echo "$as_me:8674: checking for type of bool" >&5 7254 7393 echo $ECHO_N "checking for type of bool... $ECHO_C" >&6 7255 7394 7256 7395 # Check whether --with-bool or --without-bool was given. 7257 @@ -8327,10 +86 73,10 @@7396 @@ -8327,10 +8681,10 @@ 7258 7397 else 7259 7398 NCURSES_BOOL=auto 7260 7399 fi; 7261 7400 -echo "$as_me:8330: result: $NCURSES_BOOL" >&5 7262 +echo "$as_me:86 76: result: $NCURSES_BOOL" >&57401 +echo "$as_me:8684: result: $NCURSES_BOOL" >&5 7263 7402 echo "${ECHO_T}$NCURSES_BOOL" >&6 7264 7403 7265 7404 -echo "$as_me:8333: checking for alternate terminal capabilities file" >&5 7266 +echo "$as_me:86 79: checking for alternate terminal capabilities file" >&57405 +echo "$as_me:8687: checking for alternate terminal capabilities file" >&5 7267 7406 echo $ECHO_N "checking for alternate terminal capabilities file... $ECHO_C" >&6 7268 7407 7269 7408 # Check whether --with-caps or --without-caps was given. 7270 @@ -8341,11 +86 87,11 @@7409 @@ -8341,11 +8695,11 @@ 7271 7410 TERMINFO_CAPS=Caps 7272 7411 fi; 7273 7412 test -f "${srcdir}/include/${TERMINFO_CAPS}" || TERMINFO_CAPS=Caps 7274 7413 -echo "$as_me:8344: result: $TERMINFO_CAPS" >&5 7275 +echo "$as_me:869 0: result: $TERMINFO_CAPS" >&57414 +echo "$as_me:8698: result: $TERMINFO_CAPS" >&5 7276 7415 echo "${ECHO_T}$TERMINFO_CAPS" >&6 7277 7416 7278 7417 ### use option --with-chtype to override chtype's type 7279 7418 -echo "$as_me:8348: checking for type of chtype" >&5 7280 +echo "$as_me:8 694: checking for type of chtype" >&57419 +echo "$as_me:8702: checking for type of chtype" >&5 7281 7420 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 7282 7421 7283 7422 # Check whether --with-chtype or --without-chtype was given. 7284 @@ -8355,11 +870 1,11 @@7423 @@ -8355,11 +8709,11 @@ 7285 7424 else 7286 7425 NCURSES_CHTYPE=auto 7287 7426 fi; 7288 7427 -echo "$as_me:8358: result: $NCURSES_CHTYPE" >&5 7289 +echo "$as_me:87 04: result: $NCURSES_CHTYPE" >&57428 +echo "$as_me:8712: result: $NCURSES_CHTYPE" >&5 7290 7429 echo "${ECHO_T}$NCURSES_CHTYPE" >&6 7291 7430 7292 7431 ### use option --with-ospeed to override ospeed's type 7293 7432 -echo "$as_me:8362: checking for type of ospeed" >&5 7294 +echo "$as_me:87 08: checking for type of ospeed" >&57433 +echo "$as_me:8716: checking for type of ospeed" >&5 7295 7434 echo $ECHO_N "checking for type of ospeed... $ECHO_C" >&6 7296 7435 7297 7436 # Check whether --with-ospeed or --without-ospeed was given. 7298 @@ -8369,11 +87 15,11 @@7437 @@ -8369,11 +8723,11 @@ 7299 7438 else 7300 7439 NCURSES_OSPEED=short 7301 7440 fi; 7302 7441 -echo "$as_me:8372: result: $NCURSES_OSPEED" >&5 7303 +echo "$as_me:87 18: result: $NCURSES_OSPEED" >&57442 +echo "$as_me:8726: result: $NCURSES_OSPEED" >&5 7304 7443 echo "${ECHO_T}$NCURSES_OSPEED" >&6 7305 7444 7306 7445 ### use option --with-mmask-t to override mmask_t's type 7307 7446 -echo "$as_me:8376: checking for type of mmask_t" >&5 7308 +echo "$as_me:87 22: checking for type of mmask_t" >&57447 +echo "$as_me:8730: checking for type of mmask_t" >&5 7309 7448 echo $ECHO_N "checking for type of mmask_t... $ECHO_C" >&6 7310 7449 7311 7450 # Check whether --with-mmask-t or --without-mmask-t was given. 7312 @@ -8383,11 +87 29,11 @@7451 @@ -8383,11 +8737,11 @@ 7313 7452 else 7314 7453 NCURSES_MMASK_T=auto 7315 7454 fi; 7316 7455 -echo "$as_me:8386: result: $NCURSES_MMASK_T" >&5 7317 +echo "$as_me:87 32: result: $NCURSES_MMASK_T" >&57456 +echo "$as_me:8740: result: $NCURSES_MMASK_T" >&5 7318 7457 echo "${ECHO_T}$NCURSES_MMASK_T" >&6 7319 7458 7320 7459 ### Enable compiling-in rcs id's 7321 7460 -echo "$as_me:8390: checking if RCS identifiers should be compiled-in" >&5 7322 +echo "$as_me:87 36: checking if RCS identifiers should be compiled-in" >&57461 +echo "$as_me:8744: checking if RCS identifiers should be compiled-in" >&5 7323 7462 echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6 7324 7463 7325 7464 # Check whether --with-rcs-ids or --without-rcs-ids was given. 7326 @@ -8397,7 +87 43,7 @@7465 @@ -8397,7 +8751,7 @@ 7327 7466 else 7328 7467 with_rcs_ids=no 7329 7468 fi; 7330 7469 -echo "$as_me:8400: result: $with_rcs_ids" >&5 7331 +echo "$as_me:87 46: result: $with_rcs_ids" >&57470 +echo "$as_me:8754: result: $with_rcs_ids" >&5 7332 7471 echo "${ECHO_T}$with_rcs_ids" >&6 7333 7472 test "$with_rcs_ids" = yes && cat >>confdefs.h <<\EOF 7334 7473 #define USE_RCS_IDS 1 7335 @@ -8405,7 +875 1,7 @@7474 @@ -8405,7 +8759,7 @@ 7336 7475 7337 7476 ############################################################################### 7338 7477 7339 7478 -echo "$as_me:8408: checking format of man-pages" >&5 7340 +echo "$as_me:87 54: checking format of man-pages" >&57479 +echo "$as_me:8762: checking format of man-pages" >&5 7341 7480 echo $ECHO_N "checking format of man-pages... $ECHO_C" >&6 7342 7481 7343 7482 # Check whether --with-manpage-format or --without-manpage-format was given. 7344 @@ -8433,7 +87 79,7 @@7483 @@ -8433,7 +8787,7 @@ 7345 7484 cf_catonly=yes 7346 7485 cf_example=date … … 7351 7490 test -z "$cf_dir" && cf_dir=/usr/man 7352 7491 for cf_name in $cf_dir/man*/$cf_example.[01]* $cf_dir/cat*/$cf_example.[01]* $cf_dir/man*/$cf_example $cf_dir/cat*/$cf_example 7353 @@ -8494,14 +884 0,14 @@7492 @@ -8494,14 +8848,14 @@ 7354 7493 ;; 7355 7494 esac 7356 7495 7357 7496 -echo "$as_me:8497: result: $MANPAGE_FORMAT" >&5 7358 +echo "$as_me:88 43: result: $MANPAGE_FORMAT" >&57497 +echo "$as_me:8851: result: $MANPAGE_FORMAT" >&5 7359 7498 echo "${ECHO_T}$MANPAGE_FORMAT" >&6 7360 7499 if test -n "$cf_unknown" ; then 7361 7500 - { echo "$as_me:8500: WARNING: Unexpected manpage-format $cf_unknown" >&5 7362 + { echo "$as_me:88 46: WARNING: Unexpected manpage-format $cf_unknown" >&57501 + { echo "$as_me:8854: WARNING: Unexpected manpage-format $cf_unknown" >&5 7363 7502 echo "$as_me: WARNING: Unexpected manpage-format $cf_unknown" >&2;} 7364 7503 fi 7365 7504 7366 7505 -echo "$as_me:8504: checking for manpage renaming" >&5 7367 +echo "$as_me:885 0: checking for manpage renaming" >&57506 +echo "$as_me:8858: checking for manpage renaming" >&5 7368 7507 echo $ECHO_N "checking for manpage renaming... $ECHO_C" >&6 7369 7508 7370 7509 # Check whether --with-manpage-renames or --without-manpage-renames was given. 7371 @@ -8529,7 +88 75,7 @@7510 @@ -8529,7 +8883,7 @@ 7372 7511 if test -f $srcdir/man/$MANPAGE_RENAMES ; then 7373 7512 MANPAGE_RENAMES=`cd $srcdir/man && pwd`/$MANPAGE_RENAMES 7374 7513 elif test ! -f $MANPAGE_RENAMES ; then 7375 7514 - { { echo "$as_me:8532: error: not a filename: $MANPAGE_RENAMES" >&5 7376 + { { echo "$as_me:88 78: error: not a filename: $MANPAGE_RENAMES" >&57515 + { { echo "$as_me:8886: error: not a filename: $MANPAGE_RENAMES" >&5 7377 7516 echo "$as_me: error: not a filename: $MANPAGE_RENAMES" >&2;} 7378 7517 { (exit 1); exit 1; }; } 7379 7518 fi 7380 @@ -8543,10 +88 89,10 @@7519 @@ -8543,10 +8897,10 @@ 7381 7520 fi 7382 7521 fi 7383 7522 7384 7523 -echo "$as_me:8546: result: $MANPAGE_RENAMES" >&5 7385 +echo "$as_me:8 892: result: $MANPAGE_RENAMES" >&57524 +echo "$as_me:8900: result: $MANPAGE_RENAMES" >&5 7386 7525 echo "${ECHO_T}$MANPAGE_RENAMES" >&6 7387 7526 7388 7527 -echo "$as_me:8549: checking if manpage aliases will be installed" >&5 7389 +echo "$as_me:8 895: checking if manpage aliases will be installed" >&57528 +echo "$as_me:8903: checking if manpage aliases will be installed" >&5 7390 7529 echo $ECHO_N "checking if manpage aliases will be installed... $ECHO_C" >&6 7391 7530 7392 7531 # Check whether --with-manpage-aliases or --without-manpage-aliases was given. 7393 @@ -8557,7 +89 03,7 @@7532 @@ -8557,7 +8911,7 @@ 7394 7533 MANPAGE_ALIASES=yes 7395 7534 fi; 7396 7535 7397 7536 -echo "$as_me:8560: result: $MANPAGE_ALIASES" >&5 7398 +echo "$as_me:89 06: result: $MANPAGE_ALIASES" >&57537 +echo "$as_me:8914: result: $MANPAGE_ALIASES" >&5 7399 7538 echo "${ECHO_T}$MANPAGE_ALIASES" >&6 7400 7539 7401 7540 if test "$LN_S" = "ln -s"; then 7402 @@ -8568,7 +89 14,7 @@7541 @@ -8568,7 +8922,7 @@ 7403 7542 7404 7543 MANPAGE_SYMLINKS=no 7405 7544 if test "$MANPAGE_ALIASES" = yes ; then 7406 7545 -echo "$as_me:8571: checking if manpage symlinks should be used" >&5 7407 +echo "$as_me:89 17: checking if manpage symlinks should be used" >&57546 +echo "$as_me:8925: checking if manpage symlinks should be used" >&5 7408 7547 echo $ECHO_N "checking if manpage symlinks should be used... $ECHO_C" >&6 7409 7548 7410 7549 # Check whether --with-manpage-symlinks or --without-manpage-symlinks was given. 7411 @@ -8581,17 +89 27,17 @@7550 @@ -8581,17 +8935,17 @@ 7412 7551 7413 7552 if test "$$cf_use_symlinks" = no; then 7414 7553 if test "$MANPAGE_SYMLINKS" = yes ; then 7415 7554 - { echo "$as_me:8584: WARNING: cannot make symlinks" >&5 7416 + { echo "$as_me:893 0: WARNING: cannot make symlinks" >&57555 + { echo "$as_me:8938: WARNING: cannot make symlinks" >&5 7417 7556 echo "$as_me: WARNING: cannot make symlinks" >&2;} 7418 7557 MANPAGE_SYMLINKS=no … … 7421 7560 7422 7561 -echo "$as_me:8590: result: $MANPAGE_SYMLINKS" >&5 7423 +echo "$as_me:89 36: result: $MANPAGE_SYMLINKS" >&57562 +echo "$as_me:8944: result: $MANPAGE_SYMLINKS" >&5 7424 7563 echo "${ECHO_T}$MANPAGE_SYMLINKS" >&6 7425 7564 fi 7426 7565 7427 7566 -echo "$as_me:8594: checking for manpage tbl" >&5 7428 +echo "$as_me:894 0: checking for manpage tbl" >&57567 +echo "$as_me:8948: checking for manpage tbl" >&5 7429 7568 echo $ECHO_N "checking for manpage tbl... $ECHO_C" >&6 7430 7569 7431 7570 # Check whether --with-manpage-tbl or --without-manpage-tbl was given. 7432 @@ -8602,7 +89 48,7 @@7571 @@ -8602,7 +8956,7 @@ 7433 7572 MANPAGE_TBL=no 7434 7573 fi; 7435 7574 7436 7575 -echo "$as_me:8605: result: $MANPAGE_TBL" >&5 7437 +echo "$as_me:895 1: result: $MANPAGE_TBL" >&57576 +echo "$as_me:8959: result: $MANPAGE_TBL" >&5 7438 7577 echo "${ECHO_T}$MANPAGE_TBL" >&6 7439 7578 7440 7579 if test "$prefix" = "NONE" ; then 7441 @@ -8718,7 +90 64,7 @@7580 @@ -8718,7 +9072,7 @@ 7442 7581 s,@NCURSES_OSPEED@,\$NCURSES_OSPEED,g 7443 7582 CF_EOF … … 7448 7587 cf_NAME=`echo "$cf_name" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` 7449 7588 cf_name=`echo $cf_name|sed "$program_transform_name"` 7450 @@ -8913,7 +92 59,7 @@7589 @@ -8913,7 +9267,7 @@ 7451 7590 ############################################################################### 7452 7591 7453 7592 ### Note that some functions (such as const) are normally disabled anyway. 7454 7593 -echo "$as_me:8916: checking if you want to build with function extensions" >&5 7455 +echo "$as_me:92 62: checking if you want to build with function extensions" >&57594 +echo "$as_me:9270: checking if you want to build with function extensions" >&5 7456 7595 echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6 7457 7596 7458 7597 # Check whether --enable-ext-funcs or --disable-ext-funcs was given. 7459 @@ -8923,7 +92 69,7 @@7598 @@ -8923,7 +9277,7 @@ 7460 7599 else 7461 7600 with_ext_funcs=yes 7462 7601 fi; 7463 7602 -echo "$as_me:8926: result: $with_ext_funcs" >&5 7464 +echo "$as_me:92 72: result: $with_ext_funcs" >&57603 +echo "$as_me:9280: result: $with_ext_funcs" >&5 7465 7604 echo "${ECHO_T}$with_ext_funcs" >&6 7466 7605 if test "$with_ext_funcs" = yes ; then 7467 7606 NCURSES_EXT_FUNCS=1 7468 @@ -8955,12 +930 1,38 @@7607 @@ -8955,12 +9309,38 @@ 7469 7608 #define NCURSES_EXT_FUNCS 1 7470 7609 EOF … … 7476 7615 +fi 7477 7616 + 7478 +echo "$as_me:931 0: checking if you want to build with experimental SCREEN extensions" >&57617 +echo "$as_me:9318: checking if you want to build with experimental SCREEN extensions" >&5 7479 7618 +echo $ECHO_N "checking if you want to build with experimental SCREEN extensions... $ECHO_C" >&6 7480 7619 + … … 7486 7625 + with_sp_funcs=no 7487 7626 +fi; 7488 +echo "$as_me:932 0: result: $with_sp_funcs" >&57627 +echo "$as_me:9328: result: $with_sp_funcs" >&5 7489 7628 +echo "${ECHO_T}$with_sp_funcs" >&6 7490 7629 +if test "$with_sp_funcs" = yes ; then … … 7502 7641 ### use option --enable-const to turn on use of const beyond that in XSI. 7503 7642 -echo "$as_me:8963: checking for extended use of const keyword" >&5 7504 +echo "$as_me:93 35: checking for extended use of const keyword" >&57643 +echo "$as_me:9343: checking for extended use of const keyword" >&5 7505 7644 echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6 7506 7645 7507 7646 # Check whether --enable-const or --disable-const was given. 7508 @@ -8970,7 +93 42,7 @@7647 @@ -8970,7 +9350,7 @@ 7509 7648 else 7510 7649 with_ext_const=no 7511 7650 fi; 7512 7651 -echo "$as_me:8973: result: $with_ext_const" >&5 7513 +echo "$as_me:93 45: result: $with_ext_const" >&57652 +echo "$as_me:9353: result: $with_ext_const" >&5 7514 7653 echo "${ECHO_T}$with_ext_const" >&6 7515 7654 NCURSES_CONST='/*nothing*/' 7516 7655 if test "$with_ext_const" = yes ; then 7517 @@ -8978,7 +935 0,7 @@7656 @@ -8978,7 +9358,7 @@ 7518 7657 fi 7519 7658 7520 7659 ### use option --enable-ext-colors to turn on use of colors beyond 16. 7521 7660 -echo "$as_me:8981: checking if you want to use extended colors" >&5 7522 +echo "$as_me:93 53: checking if you want to use extended colors" >&57661 +echo "$as_me:9361: checking if you want to use extended colors" >&5 7523 7662 echo $ECHO_N "checking if you want to use extended colors... $ECHO_C" >&6 7524 7663 7525 7664 # Check whether --enable-ext-colors or --disable-ext-colors was given. 7526 @@ -8988,12 +936 0,12 @@7665 @@ -8988,12 +9368,12 @@ 7527 7666 else 7528 7667 with_ext_colors=no 7529 7668 fi; 7530 7669 -echo "$as_me:8991: result: $with_ext_colors" >&5 7531 +echo "$as_me:93 63: result: $with_ext_colors" >&57670 +echo "$as_me:9371: result: $with_ext_colors" >&5 7532 7671 echo "${ECHO_T}$with_ext_colors" >&6 7533 7672 NCURSES_EXT_COLORS=0 … … 7535 7674 if test "$with_widec" != yes ; then 7536 7675 - { { echo "$as_me:8996: error: This option applies only to wide-character library" >&5 7537 + { { echo "$as_me:93 68: error: This option applies only to wide-character library" >&57676 + { { echo "$as_me:9376: error: This option applies only to wide-character library" >&5 7538 7677 echo "$as_me: error: This option applies only to wide-character library" >&2;} 7539 7678 { (exit 1); exit 1; }; } 7540 7679 else 7541 @@ -9004,7 +93 76,7 @@7680 @@ -9004,7 +9384,7 @@ 7542 7681 5.*) 7543 7682 cf_cv_rel_version=6.0 7544 7683 cf_cv_abi_version=6 7545 7684 - { echo "$as_me:9007: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7546 + { echo "$as_me:93 79: WARNING: Overriding ABI version to $cf_cv_abi_version" >&57685 + { echo "$as_me:9387: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7547 7686 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 7548 7687 ;; 7549 7688 esac 7550 @@ -9019,7 +939 1,7 @@7689 @@ -9019,7 +9399,7 @@ 7551 7690 fi 7552 7691 7553 7692 ### use option --enable-ext-mouse to modify coding to support 5-button mice 7554 7693 -echo "$as_me:9022: checking if you want to use extended mouse encoding" >&5 7555 +echo "$as_me:9 394: checking if you want to use extended mouse encoding" >&57694 +echo "$as_me:9402: checking if you want to use extended mouse encoding" >&5 7556 7695 echo $ECHO_N "checking if you want to use extended mouse encoding... $ECHO_C" >&6 7557 7696 7558 7697 # Check whether --enable-ext-mouse or --disable-ext-mouse was given. 7559 @@ -9029,7 +940 1,7 @@7698 @@ -9029,7 +9409,7 @@ 7560 7699 else 7561 7700 with_ext_mouse=no 7562 7701 fi; 7563 7702 -echo "$as_me:9032: result: $with_ext_mouse" >&5 7564 +echo "$as_me:94 04: result: $with_ext_mouse" >&57703 +echo "$as_me:9412: result: $with_ext_mouse" >&5 7565 7704 echo "${ECHO_T}$with_ext_mouse" >&6 7566 7705 NCURSES_MOUSE_VERSION=1 7567 7706 if test "$with_ext_mouse" = yes ; then 7568 @@ -9040,7 +94 12,7 @@7707 @@ -9040,7 +9420,7 @@ 7569 7708 5.*) 7570 7709 cf_cv_rel_version=6.0 7571 7710 cf_cv_abi_version=6 7572 7711 - { echo "$as_me:9043: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7573 + { echo "$as_me:94 15: WARNING: Overriding ABI version to $cf_cv_abi_version" >&57712 + { echo "$as_me:9423: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7574 7713 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 7575 7714 ;; 7576 7715 esac 7577 @@ -9048,7 +942 0,7 @@7716 @@ -9048,7 +9428,7 @@ 7578 7717 7579 7718 fi 7580 7719 7581 7720 -echo "$as_me:9051: checking if you want \$NCURSES_NO_PADDING code" >&5 7582 +echo "$as_me:94 23: checking if you want \$NCURSES_NO_PADDING code" >&57721 +echo "$as_me:9431: checking if you want \$NCURSES_NO_PADDING code" >&5 7583 7722 echo $ECHO_N "checking if you want \$NCURSES_NO_PADDING code... $ECHO_C" >&6 7584 7723 7585 7724 # Check whether --enable-no-padding or --disable-no-padding was given. 7586 @@ -9058,19 +943 0,19 @@7725 @@ -9058,19 +9438,19 @@ 7587 7726 else 7588 7727 with_no_padding=$with_ext_funcs 7589 7728 fi; 7590 7729 -echo "$as_me:9061: result: $with_no_padding" >&5 7591 +echo "$as_me:94 33: result: $with_no_padding" >&57730 +echo "$as_me:9441: result: $with_no_padding" >&5 7592 7731 echo "${ECHO_T}$with_no_padding" >&6 7593 7732 test "$with_no_padding" = yes && cat >>confdefs.h <<\EOF … … 7596 7735 7597 7736 -echo "$as_me:9067: checking for ANSI C header files" >&5 7598 +echo "$as_me:94 39: checking for ANSI C header files" >&57737 +echo "$as_me:9447: checking for ANSI C header files" >&5 7599 7738 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 7600 7739 if test "${ac_cv_header_stdc+set}" = set; then … … 7603 7742 cat >conftest.$ac_ext <<_ACEOF 7604 7743 -#line 9073 "configure" 7605 +#line 94 45"configure"7744 +#line 9453 "configure" 7606 7745 #include "confdefs.h" 7607 7746 #include <stdlib.h> 7608 7747 #include <stdarg.h> 7609 @@ -9078,13 +945 0,13 @@7748 @@ -9078,13 +9458,13 @@ 7610 7749 #include <float.h> 7611 7750 7612 7751 _ACEOF 7613 7752 -if { (eval echo "$as_me:9081: \"$ac_cpp conftest.$ac_ext\"") >&5 7614 +if { (eval echo "$as_me:94 53: \"$ac_cpp conftest.$ac_ext\"") >&57753 +if { (eval echo "$as_me:9461: \"$ac_cpp conftest.$ac_ext\"") >&5 7615 7754 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7616 7755 ac_status=$? … … 7619 7758 cat conftest.err >&5 7620 7759 - echo "$as_me:9087: \$? = $ac_status" >&5 7621 + echo "$as_me:94 59: \$? = $ac_status" >&57760 + echo "$as_me:9467: \$? = $ac_status" >&5 7622 7761 (exit $ac_status); } >/dev/null; then 7623 7762 if test -s conftest.err; then 7624 7763 ac_cpp_err=$ac_c_preproc_warn_flag 7625 @@ -9106,7 +94 78,7 @@7764 @@ -9106,7 +9486,7 @@ 7626 7765 if test $ac_cv_header_stdc = yes; then 7627 7766 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 7628 7767 cat >conftest.$ac_ext <<_ACEOF 7629 7768 -#line 9109 "configure" 7630 +#line 948 1"configure"7769 +#line 9489 "configure" 7631 7770 #include "confdefs.h" 7632 7771 #include <string.h> 7633 7772 7634 @@ -9124,7 +9 496,7 @@7773 @@ -9124,7 +9504,7 @@ 7635 7774 if test $ac_cv_header_stdc = yes; then 7636 7775 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 7637 7776 cat >conftest.$ac_ext <<_ACEOF 7638 7777 -#line 9127 "configure" 7639 +#line 9 499"configure"7778 +#line 9507 "configure" 7640 7779 #include "confdefs.h" 7641 7780 #include <stdlib.h> 7642 7781 7643 @@ -9145,7 +95 17,7 @@7782 @@ -9145,7 +9525,7 @@ 7644 7783 : 7645 7784 else 7646 7785 cat >conftest.$ac_ext <<_ACEOF 7647 7786 -#line 9148 "configure" 7648 +#line 952 0"configure"7787 +#line 9528 "configure" 7649 7788 #include "confdefs.h" 7650 7789 #include <ctype.h> 7651 7790 #if ((' ' & 0x0FF) == 0x020) 7652 @@ -9171,15 +95 43,15 @@7791 @@ -9171,15 +9551,15 @@ 7653 7792 } 7654 7793 _ACEOF 7655 7794 rm -f conftest$ac_exeext 7656 7795 -if { (eval echo "$as_me:9174: \"$ac_link\"") >&5 7657 +if { (eval echo "$as_me:95 46: \"$ac_link\"") >&57796 +if { (eval echo "$as_me:9554: \"$ac_link\"") >&5 7658 7797 (eval $ac_link) 2>&5 7659 7798 ac_status=$? 7660 7799 - echo "$as_me:9177: \$? = $ac_status" >&5 7661 + echo "$as_me:95 49: \$? = $ac_status" >&57800 + echo "$as_me:9557: \$? = $ac_status" >&5 7662 7801 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7663 7802 - { (eval echo "$as_me:9179: \"$ac_try\"") >&5 7664 + { (eval echo "$as_me:955 1: \"$ac_try\"") >&57803 + { (eval echo "$as_me:9559: \"$ac_try\"") >&5 7665 7804 (eval $ac_try) 2>&5 7666 7805 ac_status=$? 7667 7806 - echo "$as_me:9182: \$? = $ac_status" >&5 7668 + echo "$as_me:95 54: \$? = $ac_status" >&57807 + echo "$as_me:9562: \$? = $ac_status" >&5 7669 7808 (exit $ac_status); }; }; then 7670 7809 : 7671 7810 else 7672 @@ -9192,7 +95 64,7 @@7811 @@ -9192,7 +9572,7 @@ 7673 7812 fi 7674 7813 fi 7675 7814 fi 7676 7815 -echo "$as_me:9195: result: $ac_cv_header_stdc" >&5 7677 +echo "$as_me:95 67: result: $ac_cv_header_stdc" >&57816 +echo "$as_me:9575: result: $ac_cv_header_stdc" >&5 7678 7817 echo "${ECHO_T}$ac_cv_header_stdc" >&6 7679 7818 if test $ac_cv_header_stdc = yes; then 7680 7819 7681 @@ -9208,28 +958 0,28 @@7820 @@ -9208,28 +9588,28 @@ 7682 7821 inttypes.h stdint.h unistd.h 7683 7822 do 7684 7823 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7685 7824 -echo "$as_me:9211: checking for $ac_header" >&5 7686 +echo "$as_me:95 83: checking for $ac_header" >&57825 +echo "$as_me:9591: checking for $ac_header" >&5 7687 7826 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 7688 7827 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 7691 7830 cat >conftest.$ac_ext <<_ACEOF 7692 7831 -#line 9217 "configure" 7693 +#line 95 89"configure"7832 +#line 9597 "configure" 7694 7833 #include "confdefs.h" 7695 7834 $ac_includes_default … … 7698 7837 rm -f conftest.$ac_objext 7699 7838 -if { (eval echo "$as_me:9223: \"$ac_compile\"") >&5 7700 +if { (eval echo "$as_me:9 595: \"$ac_compile\"") >&57839 +if { (eval echo "$as_me:9603: \"$ac_compile\"") >&5 7701 7840 (eval $ac_compile) 2>&5 7702 7841 ac_status=$? 7703 7842 - echo "$as_me:9226: \$? = $ac_status" >&5 7704 + echo "$as_me:9 598: \$? = $ac_status" >&57843 + echo "$as_me:9606: \$? = $ac_status" >&5 7705 7844 (exit $ac_status); } && 7706 7845 { ac_try='test -s conftest.$ac_objext' 7707 7846 - { (eval echo "$as_me:9229: \"$ac_try\"") >&5 7708 + { (eval echo "$as_me:960 1: \"$ac_try\"") >&57847 + { (eval echo "$as_me:9609: \"$ac_try\"") >&5 7709 7848 (eval $ac_try) 2>&5 7710 7849 ac_status=$? 7711 7850 - echo "$as_me:9232: \$? = $ac_status" >&5 7712 + echo "$as_me:96 04: \$? = $ac_status" >&57851 + echo "$as_me:9612: \$? = $ac_status" >&5 7713 7852 (exit $ac_status); }; }; then 7714 7853 eval "$as_ac_Header=yes" 7715 7854 else 7716 @@ -9239,7 +961 1,7 @@7855 @@ -9239,7 +9619,7 @@ 7717 7856 fi 7718 7857 rm -f conftest.$ac_objext conftest.$ac_ext 7719 7858 fi 7720 7859 -echo "$as_me:9242: result: `eval echo '${'$as_ac_Header'}'`" >&5 7721 +echo "$as_me:96 14: result: `eval echo '${'$as_ac_Header'}'`" >&57860 +echo "$as_me:9622: result: `eval echo '${'$as_ac_Header'}'`" >&5 7722 7861 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 7723 7862 if test `eval echo '${'$as_ac_Header'}'` = yes; then 7724 7863 cat >>confdefs.h <<EOF 7725 @@ -9249,13 +962 1,13 @@7864 @@ -9249,13 +9629,13 @@ 7726 7865 fi 7727 7866 done 7728 7867 7729 7868 -echo "$as_me:9252: checking for signed char" >&5 7730 +echo "$as_me:96 24: checking for signed char" >&57869 +echo "$as_me:9632: checking for signed char" >&5 7731 7870 echo $ECHO_N "checking for signed char... $ECHO_C" >&6 7732 7871 if test "${ac_cv_type_signed_char+set}" = set; then … … 7735 7874 cat >conftest.$ac_ext <<_ACEOF 7736 7875 -#line 9258 "configure" 7737 +#line 963 0"configure"7876 +#line 9638 "configure" 7738 7877 #include "confdefs.h" 7739 7878 $ac_includes_default 7740 7879 int 7741 @@ -9270,16 +96 42,16 @@7880 @@ -9270,16 +9650,16 @@ 7742 7881 } 7743 7882 _ACEOF 7744 7883 rm -f conftest.$ac_objext 7745 7884 -if { (eval echo "$as_me:9273: \"$ac_compile\"") >&5 7746 +if { (eval echo "$as_me:96 45: \"$ac_compile\"") >&57885 +if { (eval echo "$as_me:9653: \"$ac_compile\"") >&5 7747 7886 (eval $ac_compile) 2>&5 7748 7887 ac_status=$? 7749 7888 - echo "$as_me:9276: \$? = $ac_status" >&5 7750 + echo "$as_me:96 48: \$? = $ac_status" >&57889 + echo "$as_me:9656: \$? = $ac_status" >&5 7751 7890 (exit $ac_status); } && 7752 7891 { ac_try='test -s conftest.$ac_objext' 7753 7892 - { (eval echo "$as_me:9279: \"$ac_try\"") >&5 7754 + { (eval echo "$as_me:965 1: \"$ac_try\"") >&57893 + { (eval echo "$as_me:9659: \"$ac_try\"") >&5 7755 7894 (eval $ac_try) 2>&5 7756 7895 ac_status=$? 7757 7896 - echo "$as_me:9282: \$? = $ac_status" >&5 7758 + echo "$as_me:96 54: \$? = $ac_status" >&57897 + echo "$as_me:9662: \$? = $ac_status" >&5 7759 7898 (exit $ac_status); }; }; then 7760 7899 ac_cv_type_signed_char=yes 7761 7900 else 7762 @@ -9289,10 +966 1,10 @@7901 @@ -9289,10 +9669,10 @@ 7763 7902 fi 7764 7903 rm -f conftest.$ac_objext conftest.$ac_ext 7765 7904 fi 7766 7905 -echo "$as_me:9292: result: $ac_cv_type_signed_char" >&5 7767 +echo "$as_me:96 64: result: $ac_cv_type_signed_char" >&57906 +echo "$as_me:9672: result: $ac_cv_type_signed_char" >&5 7768 7907 echo "${ECHO_T}$ac_cv_type_signed_char" >&6 7769 7908 7770 7909 -echo "$as_me:9295: checking size of signed char" >&5 7771 +echo "$as_me:96 67: checking size of signed char" >&57910 +echo "$as_me:9675: checking size of signed char" >&5 7772 7911 echo $ECHO_N "checking size of signed char... $ECHO_C" >&6 7773 7912 if test "${ac_cv_sizeof_signed_char+set}" = set; then 7774 7913 echo $ECHO_N "(cached) $ECHO_C" >&6 7775 @@ -9301,7 +96 73,7 @@7914 @@ -9301,7 +9681,7 @@ 7776 7915 if test "$cross_compiling" = yes; then 7777 7916 # Depending upon the size, compute the lo and hi bounds. 7778 7917 cat >conftest.$ac_ext <<_ACEOF 7779 7918 -#line 9304 "configure" 7780 +#line 96 76"configure"7919 +#line 9684 "configure" 7781 7920 #include "confdefs.h" 7782 7921 $ac_includes_default 7783 7922 int 7784 @@ -9313,21 +96 85,21 @@7923 @@ -9313,21 +9693,21 @@ 7785 7924 } 7786 7925 _ACEOF 7787 7926 rm -f conftest.$ac_objext 7788 7927 -if { (eval echo "$as_me:9316: \"$ac_compile\"") >&5 7789 +if { (eval echo "$as_me:96 88: \"$ac_compile\"") >&57928 +if { (eval echo "$as_me:9696: \"$ac_compile\"") >&5 7790 7929 (eval $ac_compile) 2>&5 7791 7930 ac_status=$? 7792 7931 - echo "$as_me:9319: \$? = $ac_status" >&5 7793 + echo "$as_me:969 1: \$? = $ac_status" >&57932 + echo "$as_me:9699: \$? = $ac_status" >&5 7794 7933 (exit $ac_status); } && 7795 7934 { ac_try='test -s conftest.$ac_objext' 7796 7935 - { (eval echo "$as_me:9322: \"$ac_try\"") >&5 7797 + { (eval echo "$as_me:9 694: \"$ac_try\"") >&57936 + { (eval echo "$as_me:9702: \"$ac_try\"") >&5 7798 7937 (eval $ac_try) 2>&5 7799 7938 ac_status=$? 7800 7939 - echo "$as_me:9325: \$? = $ac_status" >&5 7801 + echo "$as_me:9 697: \$? = $ac_status" >&57940 + echo "$as_me:9705: \$? = $ac_status" >&5 7802 7941 (exit $ac_status); }; }; then 7803 7942 ac_lo=0 ac_mid=0 … … 7805 7944 cat >conftest.$ac_ext <<_ACEOF 7806 7945 -#line 9330 "configure" 7807 +#line 97 02"configure"7946 +#line 9710 "configure" 7808 7947 #include "confdefs.h" 7809 7948 $ac_includes_default 7810 7949 int 7811 @@ -9339,16 +971 1,16 @@7950 @@ -9339,16 +9719,16 @@ 7812 7951 } 7813 7952 _ACEOF 7814 7953 rm -f conftest.$ac_objext 7815 7954 -if { (eval echo "$as_me:9342: \"$ac_compile\"") >&5 7816 +if { (eval echo "$as_me:97 14: \"$ac_compile\"") >&57955 +if { (eval echo "$as_me:9722: \"$ac_compile\"") >&5 7817 7956 (eval $ac_compile) 2>&5 7818 7957 ac_status=$? 7819 7958 - echo "$as_me:9345: \$? = $ac_status" >&5 7820 + echo "$as_me:97 17: \$? = $ac_status" >&57959 + echo "$as_me:9725: \$? = $ac_status" >&5 7821 7960 (exit $ac_status); } && 7822 7961 { ac_try='test -s conftest.$ac_objext' 7823 7962 - { (eval echo "$as_me:9348: \"$ac_try\"") >&5 7824 + { (eval echo "$as_me:972 0: \"$ac_try\"") >&57963 + { (eval echo "$as_me:9728: \"$ac_try\"") >&5 7825 7964 (eval $ac_try) 2>&5 7826 7965 ac_status=$? 7827 7966 - echo "$as_me:9351: \$? = $ac_status" >&5 7828 + echo "$as_me:97 23: \$? = $ac_status" >&57967 + echo "$as_me:9731: \$? = $ac_status" >&5 7829 7968 (exit $ac_status); }; }; then 7830 7969 ac_hi=$ac_mid; break 7831 7970 else 7832 @@ -9364,7 +97 36,7 @@7971 @@ -9364,7 +9744,7 @@ 7833 7972 ac_hi=-1 ac_mid=-1 7834 7973 while :; do 7835 7974 cat >conftest.$ac_ext <<_ACEOF 7836 7975 -#line 9367 "configure" 7837 +#line 97 39"configure"7976 +#line 9747 "configure" 7838 7977 #include "confdefs.h" 7839 7978 $ac_includes_default 7840 7979 int 7841 @@ -9376,16 +97 48,16 @@7980 @@ -9376,16 +9756,16 @@ 7842 7981 } 7843 7982 _ACEOF 7844 7983 rm -f conftest.$ac_objext 7845 7984 -if { (eval echo "$as_me:9379: \"$ac_compile\"") >&5 7846 +if { (eval echo "$as_me:975 1: \"$ac_compile\"") >&57985 +if { (eval echo "$as_me:9759: \"$ac_compile\"") >&5 7847 7986 (eval $ac_compile) 2>&5 7848 7987 ac_status=$? 7849 7988 - echo "$as_me:9382: \$? = $ac_status" >&5 7850 + echo "$as_me:97 54: \$? = $ac_status" >&57989 + echo "$as_me:9762: \$? = $ac_status" >&5 7851 7990 (exit $ac_status); } && 7852 7991 { ac_try='test -s conftest.$ac_objext' 7853 7992 - { (eval echo "$as_me:9385: \"$ac_try\"") >&5 7854 + { (eval echo "$as_me:97 57: \"$ac_try\"") >&57993 + { (eval echo "$as_me:9765: \"$ac_try\"") >&5 7855 7994 (eval $ac_try) 2>&5 7856 7995 ac_status=$? 7857 7996 - echo "$as_me:9388: \$? = $ac_status" >&5 7858 + echo "$as_me:976 0: \$? = $ac_status" >&57997 + echo "$as_me:9768: \$? = $ac_status" >&5 7859 7998 (exit $ac_status); }; }; then 7860 7999 ac_lo=$ac_mid; break 7861 8000 else 7862 @@ -9401,7 +97 73,7 @@8001 @@ -9401,7 +9781,7 @@ 7863 8002 while test "x$ac_lo" != "x$ac_hi"; do 7864 8003 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 7865 8004 cat >conftest.$ac_ext <<_ACEOF 7866 8005 -#line 9404 "configure" 7867 +#line 97 76"configure"8006 +#line 9784 "configure" 7868 8007 #include "confdefs.h" 7869 8008 $ac_includes_default 7870 8009 int 7871 @@ -9413,16 +97 85,16 @@8010 @@ -9413,16 +9793,16 @@ 7872 8011 } 7873 8012 _ACEOF 7874 8013 rm -f conftest.$ac_objext 7875 8014 -if { (eval echo "$as_me:9416: \"$ac_compile\"") >&5 7876 +if { (eval echo "$as_me:97 88: \"$ac_compile\"") >&58015 +if { (eval echo "$as_me:9796: \"$ac_compile\"") >&5 7877 8016 (eval $ac_compile) 2>&5 7878 8017 ac_status=$? 7879 8018 - echo "$as_me:9419: \$? = $ac_status" >&5 7880 + echo "$as_me:979 1: \$? = $ac_status" >&58019 + echo "$as_me:9799: \$? = $ac_status" >&5 7881 8020 (exit $ac_status); } && 7882 8021 { ac_try='test -s conftest.$ac_objext' 7883 8022 - { (eval echo "$as_me:9422: \"$ac_try\"") >&5 7884 + { (eval echo "$as_me:9 794: \"$ac_try\"") >&58023 + { (eval echo "$as_me:9802: \"$ac_try\"") >&5 7885 8024 (eval $ac_try) 2>&5 7886 8025 ac_status=$? 7887 8026 - echo "$as_me:9425: \$? = $ac_status" >&5 7888 + echo "$as_me:9 797: \$? = $ac_status" >&58027 + echo "$as_me:9805: \$? = $ac_status" >&5 7889 8028 (exit $ac_status); }; }; then 7890 8029 ac_hi=$ac_mid 7891 8030 else 7892 @@ -9435,12 +98 07,12 @@8031 @@ -9435,12 +9815,12 @@ 7893 8032 ac_cv_sizeof_signed_char=$ac_lo 7894 8033 else 7895 8034 if test "$cross_compiling" = yes; then 7896 8035 - { { echo "$as_me:9438: error: cannot run test program while cross compiling" >&5 7897 + { { echo "$as_me:981 0: error: cannot run test program while cross compiling" >&58036 + { { echo "$as_me:9818: error: cannot run test program while cross compiling" >&5 7898 8037 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 7899 8038 { (exit 1); exit 1; }; } … … 7901 8040 cat >conftest.$ac_ext <<_ACEOF 7902 8041 -#line 9443 "configure" 7903 +#line 98 15"configure"8042 +#line 9823 "configure" 7904 8043 #include "confdefs.h" 7905 8044 $ac_includes_default 7906 8045 int 7907 @@ -9456,15 +98 28,15 @@8046 @@ -9456,15 +9836,15 @@ 7908 8047 } 7909 8048 _ACEOF 7910 8049 rm -f conftest$ac_exeext 7911 8050 -if { (eval echo "$as_me:9459: \"$ac_link\"") >&5 7912 +if { (eval echo "$as_me:983 1: \"$ac_link\"") >&58051 +if { (eval echo "$as_me:9839: \"$ac_link\"") >&5 7913 8052 (eval $ac_link) 2>&5 7914 8053 ac_status=$? 7915 8054 - echo "$as_me:9462: \$? = $ac_status" >&5 7916 + echo "$as_me:98 34: \$? = $ac_status" >&58055 + echo "$as_me:9842: \$? = $ac_status" >&5 7917 8056 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7918 8057 - { (eval echo "$as_me:9464: \"$ac_try\"") >&5 7919 + { (eval echo "$as_me:98 36: \"$ac_try\"") >&58058 + { (eval echo "$as_me:9844: \"$ac_try\"") >&5 7920 8059 (eval $ac_try) 2>&5 7921 8060 ac_status=$? 7922 8061 - echo "$as_me:9467: \$? = $ac_status" >&5 7923 + echo "$as_me:98 39: \$? = $ac_status" >&58062 + echo "$as_me:9847: \$? = $ac_status" >&5 7924 8063 (exit $ac_status); }; }; then 7925 8064 ac_cv_sizeof_signed_char=`cat conftest.val` 7926 8065 else 7927 @@ -9480,7 +98 52,7 @@8066 @@ -9480,7 +9860,7 @@ 7928 8067 ac_cv_sizeof_signed_char=0 7929 8068 fi 7930 8069 fi 7931 8070 -echo "$as_me:9483: result: $ac_cv_sizeof_signed_char" >&5 7932 +echo "$as_me:98 55: result: $ac_cv_sizeof_signed_char" >&58071 +echo "$as_me:9863: result: $ac_cv_sizeof_signed_char" >&5 7933 8072 echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6 7934 8073 cat >>confdefs.h <<EOF 7935 8074 #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char 7936 @@ -9491,7 +98 63,7 @@8075 @@ -9491,7 +9871,7 @@ 7937 8076 else 7938 8077 NCURSES_SBOOL="char" 7939 8078 fi 7940 8079 -echo "$as_me:9494: checking if you want to use signed Boolean array in term.h" >&5 7941 +echo "$as_me:98 66: checking if you want to use signed Boolean array in term.h" >&58080 +echo "$as_me:9874: checking if you want to use signed Boolean array in term.h" >&5 7942 8081 echo $ECHO_N "checking if you want to use signed Boolean array in term.h... $ECHO_C" >&6 7943 8082 7944 8083 # Check whether --enable-signed-char or --disable-signed-char was given. 7945 @@ -9501,12 +98 73,12 @@8084 @@ -9501,12 +9881,12 @@ 7946 8085 else 7947 8086 with_signed_char=no 7948 8087 fi; 7949 8088 -echo "$as_me:9504: result: $with_signed_char" >&5 7950 +echo "$as_me:98 76: result: $with_signed_char" >&58089 +echo "$as_me:9884: result: $with_signed_char" >&5 7951 8090 echo "${ECHO_T}$with_signed_char" >&6 7952 8091 test "$with_signed_char" != yes && NCURSES_SBOOL="char" … … 7954 8093 ### use option --enable-sigwinch to turn on use of SIGWINCH logic 7955 8094 -echo "$as_me:9509: checking if you want SIGWINCH handler" >&5 7956 +echo "$as_me:988 1: checking if you want SIGWINCH handler" >&58095 +echo "$as_me:9889: checking if you want SIGWINCH handler" >&5 7957 8096 echo $ECHO_N "checking if you want SIGWINCH handler... $ECHO_C" >&6 7958 8097 7959 8098 # Check whether --enable-sigwinch or --disable-sigwinch was given. 7960 @@ -9516,14 +98 88,14 @@8099 @@ -9516,14 +9896,14 @@ 7961 8100 else 7962 8101 with_sigwinch=$with_ext_funcs 7963 8102 fi; 7964 8103 -echo "$as_me:9519: result: $with_sigwinch" >&5 7965 +echo "$as_me:989 1: result: $with_sigwinch" >&58104 +echo "$as_me:9899: result: $with_sigwinch" >&5 7966 8105 echo "${ECHO_T}$with_sigwinch" >&6 7967 8106 test "$with_sigwinch" = yes && cat >>confdefs.h <<\EOF … … 7971 8110 ### use option --enable-tcap-names to allow user to define new capabilities 7972 8111 -echo "$as_me:9526: checking if you want user-definable terminal capabilities like termcap" >&5 7973 +echo "$as_me:9 898: checking if you want user-definable terminal capabilities like termcap" >&58112 +echo "$as_me:9906: checking if you want user-definable terminal capabilities like termcap" >&5 7974 8113 echo $ECHO_N "checking if you want user-definable terminal capabilities like termcap... $ECHO_C" >&6 7975 8114 7976 8115 # Check whether --enable-tcap-names or --disable-tcap-names was given. 7977 @@ -9533,7 +99 05,7 @@8116 @@ -9533,7 +9913,7 @@ 7978 8117 else 7979 8118 with_tcap_names=$with_ext_funcs 7980 8119 fi; 7981 8120 -echo "$as_me:9536: result: $with_tcap_names" >&5 7982 +echo "$as_me:99 08: result: $with_tcap_names" >&58121 +echo "$as_me:9916: result: $with_tcap_names" >&5 7983 8122 echo "${ECHO_T}$with_tcap_names" >&6 7984 8123 NCURSES_XNAMES=0 7985 8124 test "$with_tcap_names" = yes && NCURSES_XNAMES=1 7986 @@ -9541,7 +99 13,7 @@8125 @@ -9541,7 +9921,7 @@ 7987 8126 ############################################################################### 7988 8127 # These options are relatively safe to experiment with. 7989 8128 7990 8129 -echo "$as_me:9544: checking if you want all development code" >&5 7991 +echo "$as_me:99 16: checking if you want all development code" >&58130 +echo "$as_me:9924: checking if you want all development code" >&5 7992 8131 echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6 7993 8132 7994 8133 # Check whether --with-develop or --without-develop was given. 7995 @@ -9551,11 +99 23,11 @@8134 @@ -9551,11 +9931,11 @@ 7996 8135 else 7997 8136 with_develop=no 7998 8137 fi; 7999 8138 -echo "$as_me:9554: result: $with_develop" >&5 8000 +echo "$as_me:99 26: result: $with_develop" >&58139 +echo "$as_me:9934: result: $with_develop" >&5 8001 8140 echo "${ECHO_T}$with_develop" >&6 8002 8141 8003 8142 ### use option --enable-hard-tabs to turn on use of hard-tabs optimize 8004 8143 -echo "$as_me:9558: checking if you want hard-tabs code" >&5 8005 +echo "$as_me:993 0: checking if you want hard-tabs code" >&58144 +echo "$as_me:9938: checking if you want hard-tabs code" >&5 8006 8145 echo $ECHO_N "checking if you want hard-tabs code... $ECHO_C" >&6 8007 8146 8008 8147 # Check whether --enable-hard-tabs or --disable-hard-tabs was given. 8009 @@ -9565,14 +99 37,14 @@8148 @@ -9565,14 +9945,14 @@ 8010 8149 else 8011 8150 enable_hard_tabs=$with_develop 8012 8151 fi; 8013 8152 -echo "$as_me:9568: result: $enable_hard_tabs" >&5 8014 +echo "$as_me:994 0: result: $enable_hard_tabs" >&58153 +echo "$as_me:9948: result: $enable_hard_tabs" >&5 8015 8154 echo "${ECHO_T}$enable_hard_tabs" >&6 8016 8155 test "$enable_hard_tabs" = yes && cat >>confdefs.h <<\EOF … … 8020 8159 ### use option --enable-xmc-glitch to turn on use of magic-cookie optimize 8021 8160 -echo "$as_me:9575: checking if you want limited support for xmc" >&5 8022 +echo "$as_me:99 47: checking if you want limited support for xmc" >&58161 +echo "$as_me:9955: checking if you want limited support for xmc" >&5 8023 8162 echo $ECHO_N "checking if you want limited support for xmc... $ECHO_C" >&6 8024 8163 8025 8164 # Check whether --enable-xmc-glitch or --disable-xmc-glitch was given. 8026 @@ -9582,7 +99 54,7 @@8165 @@ -9582,7 +9962,7 @@ 8027 8166 else 8028 8167 enable_xmc_glitch=$with_develop 8029 8168 fi; 8030 8169 -echo "$as_me:9585: result: $enable_xmc_glitch" >&5 8031 +echo "$as_me:99 57: result: $enable_xmc_glitch" >&58170 +echo "$as_me:9965: result: $enable_xmc_glitch" >&5 8032 8171 echo "${ECHO_T}$enable_xmc_glitch" >&6 8033 8172 test "$enable_xmc_glitch" = yes && cat >>confdefs.h <<\EOF 8034 8173 #define USE_XMC_SUPPORT 1 8035 @@ -9591,7 +99 63,7 @@8174 @@ -9591,7 +9971,7 @@ 8036 8175 ############################################################################### 8037 8176 # These are just experimental, probably should not be in a package: 8038 8177 8039 8178 -echo "$as_me:9594: checking if you do not want to assume colors are white-on-black" >&5 8040 +echo "$as_me:99 66: checking if you do not want to assume colors are white-on-black" >&58179 +echo "$as_me:9974: checking if you do not want to assume colors are white-on-black" >&5 8041 8180 echo $ECHO_N "checking if you do not want to assume colors are white-on-black... $ECHO_C" >&6 8042 8181 8043 8182 # Check whether --enable-assumed-color or --disable-assumed-color was given. 8044 @@ -9601,14 +99 73,14 @@8183 @@ -9601,14 +9981,14 @@ 8045 8184 else 8046 8185 with_assumed_color=yes 8047 8186 fi; 8048 8187 -echo "$as_me:9604: result: $with_assumed_color" >&5 8049 +echo "$as_me:99 76: result: $with_assumed_color" >&58188 +echo "$as_me:9984: result: $with_assumed_color" >&5 8050 8189 echo "${ECHO_T}$with_assumed_color" >&6 8051 8190 test "$with_assumed_color" = yes && cat >>confdefs.h <<\EOF … … 8055 8194 ### use option --enable-hashmap to turn on use of hashmap scrolling logic 8056 8195 -echo "$as_me:9611: checking if you want hashmap scrolling-optimization code" >&5 8057 +echo "$as_me:99 83: checking if you want hashmap scrolling-optimization code" >&58196 +echo "$as_me:9991: checking if you want hashmap scrolling-optimization code" >&5 8058 8197 echo $ECHO_N "checking if you want hashmap scrolling-optimization code... $ECHO_C" >&6 8059 8198 8060 8199 # Check whether --enable-hashmap or --disable-hashmap was given. 8061 @@ -9618,14 +999 0,14 @@8200 @@ -9618,14 +9998,14 @@ 8062 8201 else 8063 8202 with_hashmap=yes 8064 8203 fi; 8065 8204 -echo "$as_me:9621: result: $with_hashmap" >&5 8066 +echo "$as_me: 9993: result: $with_hashmap" >&58205 +echo "$as_me:10001: result: $with_hashmap" >&5 8067 8206 echo "${ECHO_T}$with_hashmap" >&6 8068 8207 test "$with_hashmap" = yes && cat >>confdefs.h <<\EOF … … 8072 8211 ### use option --enable-colorfgbg to turn on use of $COLORFGBG environment 8073 8212 -echo "$as_me:9628: checking if you want colorfgbg code" >&5 8074 +echo "$as_me:1000 0: checking if you want colorfgbg code" >&58213 +echo "$as_me:10008: checking if you want colorfgbg code" >&5 8075 8214 echo $ECHO_N "checking if you want colorfgbg code... $ECHO_C" >&6 8076 8215 8077 8216 # Check whether --enable-colorfgbg or --disable-colorfgbg was given. 8078 @@ -9635,7 +100 07,7 @@8217 @@ -9635,7 +10015,7 @@ 8079 8218 else 8080 8219 with_colorfgbg=no 8081 8220 fi; 8082 8221 -echo "$as_me:9638: result: $with_colorfgbg" >&5 8083 +echo "$as_me:1001 0: result: $with_colorfgbg" >&58222 +echo "$as_me:10018: result: $with_colorfgbg" >&5 8084 8223 echo "${ECHO_T}$with_colorfgbg" >&6 8085 8224 test "$with_colorfgbg" = yes && cat >>confdefs.h <<\EOF 8086 8225 #define USE_COLORFGBG 1 8087 @@ -9644,7 +100 16,7 @@8226 @@ -9644,7 +10024,7 @@ 8088 8227 # This is still experimental (20080329), but should ultimately be moved to 8089 8228 # the script-block --with-normal, etc. 8090 8229 8091 8230 -echo "$as_me:9647: checking if you want to link with the pthread library" >&5 8092 +echo "$as_me:100 19: checking if you want to link with the pthread library" >&58231 +echo "$as_me:10027: checking if you want to link with the pthread library" >&5 8093 8232 echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6 8094 8233 8095 8234 # Check whether --with-pthread or --without-pthread was given. 8096 @@ -9654,27 +100 26,27 @@8235 @@ -9654,27 +10034,27 @@ 8097 8236 else 8098 8237 with_pthread=no 8099 8238 fi; 8100 8239 -echo "$as_me:9657: result: $with_pthread" >&5 8101 +echo "$as_me:100 29: result: $with_pthread" >&58240 +echo "$as_me:10037: result: $with_pthread" >&5 8102 8241 echo "${ECHO_T}$with_pthread" >&6 8103 8242 8104 8243 if test "$with_pthread" != no ; then 8105 8244 - echo "$as_me:9661: checking for pthread.h" >&5 8106 + echo "$as_me:100 33: checking for pthread.h" >&58245 + echo "$as_me:10041: checking for pthread.h" >&5 8107 8246 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6 8108 8247 if test "${ac_cv_header_pthread_h+set}" = set; then … … 8111 8250 cat >conftest.$ac_ext <<_ACEOF 8112 8251 -#line 9667 "configure" 8113 +#line 100 39"configure"8252 +#line 10047 "configure" 8114 8253 #include "confdefs.h" 8115 8254 #include <pthread.h> 8116 8255 _ACEOF 8117 8256 -if { (eval echo "$as_me:9671: \"$ac_cpp conftest.$ac_ext\"") >&5 8118 +if { (eval echo "$as_me:100 43: \"$ac_cpp conftest.$ac_ext\"") >&58257 +if { (eval echo "$as_me:10051: \"$ac_cpp conftest.$ac_ext\"") >&5 8119 8258 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8120 8259 ac_status=$? … … 8123 8262 cat conftest.err >&5 8124 8263 - echo "$as_me:9677: \$? = $ac_status" >&5 8125 + echo "$as_me:100 49: \$? = $ac_status" >&58264 + echo "$as_me:10057: \$? = $ac_status" >&5 8126 8265 (exit $ac_status); } >/dev/null; then 8127 8266 if test -s conftest.err; then 8128 8267 ac_cpp_err=$ac_c_preproc_warn_flag 8129 @@ -9693,7 +100 65,7 @@8268 @@ -9693,7 +10073,7 @@ 8130 8269 fi 8131 8270 rm -f conftest.err conftest.$ac_ext 8132 8271 fi 8133 8272 -echo "$as_me:9696: result: $ac_cv_header_pthread_h" >&5 8134 +echo "$as_me:100 68: result: $ac_cv_header_pthread_h" >&58273 +echo "$as_me:10076: result: $ac_cv_header_pthread_h" >&5 8135 8274 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6 8136 8275 if test $ac_cv_header_pthread_h = yes; then 8137 8276 8138 @@ -9701,12 +100 73,12 @@8277 @@ -9701,12 +10081,12 @@ 8139 8278 #define HAVE_PTHREADS_H 1 8140 8279 EOF 8141 8280 8142 8281 - echo "$as_me:9704: checking if we can link with the pthread library" >&5 8143 + echo "$as_me:100 76: checking if we can link with the pthread library" >&58282 + echo "$as_me:10084: checking if we can link with the pthread library" >&5 8144 8283 echo $ECHO_N "checking if we can link with the pthread library... $ECHO_C" >&6 8145 8284 cf_save_LIBS="$LIBS" … … 8147 8286 cat >conftest.$ac_ext <<_ACEOF 8148 8287 -#line 9709 "configure" 8149 +#line 1008 1"configure"8288 +#line 10089 "configure" 8150 8289 #include "confdefs.h" 8151 8290 8152 8291 #include <pthread.h> 8153 @@ -9722,16 +10 094,16 @@8292 @@ -9722,16 +10102,16 @@ 8154 8293 } 8155 8294 _ACEOF 8156 8295 rm -f conftest.$ac_objext conftest$ac_exeext 8157 8296 -if { (eval echo "$as_me:9725: \"$ac_link\"") >&5 8158 +if { (eval echo "$as_me:10 097: \"$ac_link\"") >&58297 +if { (eval echo "$as_me:10105: \"$ac_link\"") >&5 8159 8298 (eval $ac_link) 2>&5 8160 8299 ac_status=$? 8161 8300 - echo "$as_me:9728: \$? = $ac_status" >&5 8162 + echo "$as_me:1010 0: \$? = $ac_status" >&58301 + echo "$as_me:10108: \$? = $ac_status" >&5 8163 8302 (exit $ac_status); } && 8164 8303 { ac_try='test -s conftest$ac_exeext' 8165 8304 - { (eval echo "$as_me:9731: \"$ac_try\"") >&5 8166 + { (eval echo "$as_me:101 03: \"$ac_try\"") >&58305 + { (eval echo "$as_me:10111: \"$ac_try\"") >&5 8167 8306 (eval $ac_try) 2>&5 8168 8307 ac_status=$? 8169 8308 - echo "$as_me:9734: \$? = $ac_status" >&5 8170 + echo "$as_me:101 06: \$? = $ac_status" >&58309 + echo "$as_me:10114: \$? = $ac_status" >&5 8171 8310 (exit $ac_status); }; }; then 8172 8311 with_pthread=yes 8173 8312 else 8174 @@ -9741,7 +101 13,7 @@8313 @@ -9741,7 +10121,7 @@ 8175 8314 fi 8176 8315 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8177 8316 LIBS="$cf_save_LIBS" 8178 8317 - echo "$as_me:9744: result: $with_pthread" >&5 8179 + echo "$as_me:101 16: result: $with_pthread" >&58318 + echo "$as_me:10124: result: $with_pthread" >&5 8180 8319 echo "${ECHO_T}$with_pthread" >&6 8181 8320 8182 8321 if test "$with_pthread" = yes ; then 8183 @@ -9751,7 +101 23,7 @@8322 @@ -9751,7 +10131,7 @@ 8184 8323 EOF 8185 8324 8186 8325 else 8187 8326 - { { echo "$as_me:9754: error: Cannot link with pthread library" >&5 8188 + { { echo "$as_me:101 26: error: Cannot link with pthread library" >&58327 + { { echo "$as_me:10134: error: Cannot link with pthread library" >&5 8189 8328 echo "$as_me: error: Cannot link with pthread library" >&2;} 8190 8329 { (exit 1); exit 1; }; } 8191 8330 fi 8192 @@ -9760,7 +101 32,7 @@8331 @@ -9760,7 +10140,7 @@ 8193 8332 8194 8333 fi 8195 8334 8196 8335 -echo "$as_me:9763: checking if you want to use weak-symbols for pthreads" >&5 8197 +echo "$as_me:101 35: checking if you want to use weak-symbols for pthreads" >&58336 +echo "$as_me:10143: checking if you want to use weak-symbols for pthreads" >&5 8198 8337 echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6 8199 8338 8200 8339 # Check whether --enable-weak-symbols or --disable-weak-symbols was given. 8201 @@ -9770,18 +101 42,18 @@8340 @@ -9770,18 +10150,18 @@ 8202 8341 else 8203 8342 use_weak_symbols=no 8204 8343 fi; 8205 8344 -echo "$as_me:9773: result: $use_weak_symbols" >&5 8206 +echo "$as_me:101 45: result: $use_weak_symbols" >&58345 +echo "$as_me:10153: result: $use_weak_symbols" >&5 8207 8346 echo "${ECHO_T}$use_weak_symbols" >&6 8208 8347 if test "$use_weak_symbols" = yes ; then 8209 8348 8210 8349 -echo "$as_me:9777: checking if $CC supports weak symbols" >&5 8211 +echo "$as_me:101 49: checking if $CC supports weak symbols" >&58350 +echo "$as_me:10157: checking if $CC supports weak symbols" >&5 8212 8351 echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6 8213 8352 if test "${cf_cv_weak_symbols+set}" = set; then … … 8217 8356 cat >conftest.$ac_ext <<_ACEOF 8218 8357 -#line 9784 "configure" 8219 +#line 101 56"configure"8358 +#line 10164 "configure" 8220 8359 #include "confdefs.h" 8221 8360 8222 8361 #include <stdio.h> 8223 @@ -9807,16 +101 79,16 @@8362 @@ -9807,16 +10187,16 @@ 8224 8363 } 8225 8364 _ACEOF 8226 8365 rm -f conftest.$ac_objext 8227 8366 -if { (eval echo "$as_me:9810: \"$ac_compile\"") >&5 8228 +if { (eval echo "$as_me:101 82: \"$ac_compile\"") >&58367 +if { (eval echo "$as_me:10190: \"$ac_compile\"") >&5 8229 8368 (eval $ac_compile) 2>&5 8230 8369 ac_status=$? 8231 8370 - echo "$as_me:9813: \$? = $ac_status" >&5 8232 + echo "$as_me:101 85: \$? = $ac_status" >&58371 + echo "$as_me:10193: \$? = $ac_status" >&5 8233 8372 (exit $ac_status); } && 8234 8373 { ac_try='test -s conftest.$ac_objext' 8235 8374 - { (eval echo "$as_me:9816: \"$ac_try\"") >&5 8236 + { (eval echo "$as_me:101 88: \"$ac_try\"") >&58375 + { (eval echo "$as_me:10196: \"$ac_try\"") >&5 8237 8376 (eval $ac_try) 2>&5 8238 8377 ac_status=$? 8239 8378 - echo "$as_me:9819: \$? = $ac_status" >&5 8240 + echo "$as_me:1019 1: \$? = $ac_status" >&58379 + echo "$as_me:10199: \$? = $ac_status" >&5 8241 8380 (exit $ac_status); }; }; then 8242 8381 cf_cv_weak_symbols=yes 8243 8382 else 8244 @@ -9827,7 +10 199,7 @@8383 @@ -9827,7 +10207,7 @@ 8245 8384 rm -f conftest.$ac_objext conftest.$ac_ext 8246 8385 8247 8386 fi 8248 8387 -echo "$as_me:9830: result: $cf_cv_weak_symbols" >&5 8249 +echo "$as_me:102 02: result: $cf_cv_weak_symbols" >&58388 +echo "$as_me:10210: result: $cf_cv_weak_symbols" >&5 8250 8389 echo "${ECHO_T}$cf_cv_weak_symbols" >&6 8251 8390 8252 8391 else 8253 @@ -9857,7 +102 29,7 @@8392 @@ -9857,7 +10237,7 @@ 8254 8393 # opaque outside of that, so there is no --enable-opaque option. We can use 8255 8394 # this option without --with-pthreads, but this will be always set for 8256 8395 # pthreads. 8257 8396 -echo "$as_me:9860: checking if you want experimental reentrant code" >&5 8258 +echo "$as_me:102 32: checking if you want experimental reentrant code" >&58397 +echo "$as_me:10240: checking if you want experimental reentrant code" >&5 8259 8398 echo $ECHO_N "checking if you want experimental reentrant code... $ECHO_C" >&6 8260 8399 8261 8400 # Check whether --enable-reentrant or --disable-reentrant was given. 8262 @@ -9867, 7 +10239,7@@8401 @@ -9867,21 +10247,21 @@ 8263 8402 else 8264 8403 with_reentrant=no 8265 8404 fi; 8266 8405 -echo "$as_me:9870: result: $with_reentrant" >&5 8267 +echo "$as_me:102 42: result: $with_reentrant" >&58406 +echo "$as_me:10250: result: $with_reentrant" >&5 8268 8407 echo "${ECHO_T}$with_reentrant" >&6 8269 8408 if test "$with_reentrant" = yes ; then 8270 8409 cf_cv_enable_reentrant=1 8271 @@ -9891,7 +10263,7 @@ 8410 cf_cv_enable_opaque="NCURSES_INTERNALS" 8411 NCURSES_OPAQUE=1 8412 NCURSES_SIZE_T=int 8413 - if test $cf_cv_weak_symbols = yes ; then 8414 + if test $cf_cv_weak_symbols = yes ; then 8415 8416 # remove pthread library from $LIBS 8417 LIBS=`echo "$LIBS" | sed -e 's/-lpthread[ ]//g' -e 's/-lpthread$//'` 8418 8419 - else 8420 - LIB_SUFFIX="t${LIB_SUFFIX}" 8421 - fi 8422 + else 8423 + LIB_SUFFIX="t${LIB_SUFFIX}" 8424 + fi 8425 cat >>confdefs.h <<\EOF 8426 #define USE_REENTRANT 1 8427 EOF 8428 @@ -9891,7 +10271,7 @@ 8272 8429 5.*) 8273 8430 cf_cv_rel_version=6.0 8274 8431 cf_cv_abi_version=6 8275 8432 - { echo "$as_me:9894: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 8276 + { echo "$as_me:102 66: WARNING: Overriding ABI version to $cf_cv_abi_version" >&58433 + { echo "$as_me:10274: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 8277 8434 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 8278 8435 ;; 8279 8436 esac 8280 @@ -9904,7 +102 76,7@@8437 @@ -9904,7 +10284,29 @@ 8281 8438 NCURSES_SIZE_T=short 8282 8439 fi 8283 8440 8284 8441 -echo "$as_me:9907: checking if you want experimental safe-sprintf code" >&5 8285 +echo "$as_me:10279: checking if you want experimental safe-sprintf code" >&5 8442 +### Allow using a different wrap-prefix 8443 +if test "$cf_cv_enable_reentrant" != 0 ; then 8444 + echo "$as_me:10289: checking for prefix used to wrap public variables" >&5 8445 +echo $ECHO_N "checking for prefix used to wrap public variables... $ECHO_C" >&6 8446 + 8447 +# Check whether --with-wrap-prefix or --without-wrap-prefix was given. 8448 +if test "${with_wrap_prefix+set}" = set; then 8449 + withval="$with_wrap_prefix" 8450 + NCURSES_WRAP_PREFIX=$withval 8451 +else 8452 + NCURSES_WRAP_PREFIX=_nc_ 8453 +fi; 8454 + echo "$as_me:10299: result: $NCURSES_WRAP_PREFIX" >&5 8455 +echo "${ECHO_T}$NCURSES_WRAP_PREFIX" >&6 8456 +else 8457 + NCURSES_WRAP_PREFIX=_nc_ 8458 +fi 8459 + 8460 +cat >>confdefs.h <<EOF 8461 +#define NCURSES_WRAP_PREFIX "$NCURSES_WRAP_PREFIX" 8462 +EOF 8463 + 8464 +echo "$as_me:10309: checking if you want experimental safe-sprintf code" >&5 8286 8465 echo $ECHO_N "checking if you want experimental safe-sprintf code... $ECHO_C" >&6 8287 8466 8288 8467 # Check whether --enable-safe-sprintf or --disable-safe-sprintf was given. 8289 @@ -9914,7 +10 286,7 @@8468 @@ -9914,7 +10316,7 @@ 8290 8469 else 8291 8470 with_safe_sprintf=no 8292 8471 fi; 8293 8472 -echo "$as_me:9917: result: $with_safe_sprintf" >&5 8294 +echo "$as_me:10 289: result: $with_safe_sprintf" >&58473 +echo "$as_me:10319: result: $with_safe_sprintf" >&5 8295 8474 echo "${ECHO_T}$with_safe_sprintf" >&6 8296 8475 test "$with_safe_sprintf" = yes && cat >>confdefs.h <<\EOF 8297 8476 #define USE_SAFE_SPRINTF 1 8298 @@ -9923,7 +10 295,7 @@8477 @@ -9923,7 +10325,7 @@ 8299 8478 ### use option --disable-scroll-hints to turn off use of scroll-hints scrolling logic 8300 8479 # when hashmap is used scroll hints are useless 8301 8480 if test "$with_hashmap" = no ; then 8302 8481 -echo "$as_me:9926: checking if you want to experiment without scrolling-hints code" >&5 8303 +echo "$as_me:10 298: checking if you want to experiment without scrolling-hints code" >&58482 +echo "$as_me:10328: checking if you want to experiment without scrolling-hints code" >&5 8304 8483 echo $ECHO_N "checking if you want to experiment without scrolling-hints code... $ECHO_C" >&6 8305 8484 8306 8485 # Check whether --enable-scroll-hints or --disable-scroll-hints was given. 8307 @@ -9933,7 +103 05,7 @@8486 @@ -9933,7 +10335,7 @@ 8308 8487 else 8309 8488 with_scroll_hints=yes 8310 8489 fi; 8311 8490 -echo "$as_me:9936: result: $with_scroll_hints" >&5 8312 +echo "$as_me:103 08: result: $with_scroll_hints" >&58491 +echo "$as_me:10338: result: $with_scroll_hints" >&5 8313 8492 echo "${ECHO_T}$with_scroll_hints" >&6 8314 8493 test "$with_scroll_hints" = yes && cat >>confdefs.h <<\EOF 8315 8494 #define USE_SCROLL_HINTS 1 8316 @@ -9941,7 +103 13,7 @@8495 @@ -9941,7 +10343,7 @@ 8317 8496 8318 8497 fi 8319 8498 8320 8499 -echo "$as_me:9944: checking if you want experimental wgetch-events code" >&5 8321 +echo "$as_me:103 16: checking if you want experimental wgetch-events code" >&58500 +echo "$as_me:10346: checking if you want experimental wgetch-events code" >&5 8322 8501 echo $ECHO_N "checking if you want experimental wgetch-events code... $ECHO_C" >&6 8323 8502 8324 8503 # Check whether --enable-wgetch-events or --disable-wgetch-events was given. 8325 @@ -9951,7 +103 23,7 @@8504 @@ -9951,7 +10353,7 @@ 8326 8505 else 8327 8506 with_wgetch_events=no 8328 8507 fi; 8329 8508 -echo "$as_me:9954: result: $with_wgetch_events" >&5 8330 +echo "$as_me:103 26: result: $with_wgetch_events" >&58509 +echo "$as_me:10356: result: $with_wgetch_events" >&5 8331 8510 echo "${ECHO_T}$with_wgetch_events" >&6 8332 8511 test "$with_wgetch_events" = yes && cat >>confdefs.h <<\EOF 8333 8512 #define NCURSES_WGETCH_EVENTS 1 8334 @@ -9960,7 +103 32,7 @@8513 @@ -9960,7 +10362,7 @@ 8335 8514 ############################################################################### 8336 8515 8337 8516 ### use option --disable-echo to suppress full display compiling commands 8338 8517 -echo "$as_me:9963: checking if you want to display full commands during build" >&5 8339 +echo "$as_me:103 35: checking if you want to display full commands during build" >&58518 +echo "$as_me:10365: checking if you want to display full commands during build" >&5 8340 8519 echo $ECHO_N "checking if you want to display full commands during build... $ECHO_C" >&6 8341 8520 8342 8521 # Check whether --enable-echo or --disable-echo was given. 8343 @@ -9977,11 +103 49,11 @@8522 @@ -9977,11 +10379,11 @@ 8344 8523 test -n "$LIBTOOL" && LIBTOOL="$LIBTOOL --silent" 8345 8524 test -n "$LIBTOOL_CXX" && LIBTOOL_CXX="$LIBTOOL_CXX --silent" 8346 8525 fi 8347 8526 -echo "$as_me:9980: result: $with_echo" >&5 8348 +echo "$as_me:103 52: result: $with_echo" >&58527 +echo "$as_me:10382: result: $with_echo" >&5 8349 8528 echo "${ECHO_T}$with_echo" >&6 8350 8529 8351 8530 ### use option --enable-warnings to turn on all gcc warnings 8352 8531 -echo "$as_me:9984: checking if you want to see compiler warnings" >&5 8353 +echo "$as_me:103 56: checking if you want to see compiler warnings" >&58532 +echo "$as_me:10386: checking if you want to see compiler warnings" >&5 8354 8533 echo $ECHO_N "checking if you want to see compiler warnings... $ECHO_C" >&6 8355 8534 8356 8535 # Check whether --enable-warnings or --disable-warnings was given. 8357 @@ -9989,7 +103 61,7 @@8536 @@ -9989,7 +10391,7 @@ 8358 8537 enableval="$enable_warnings" 8359 8538 with_warnings=$enableval 8360 8539 fi; 8361 8540 -echo "$as_me:9992: result: $with_warnings" >&5 8362 +echo "$as_me:103 64: result: $with_warnings" >&58541 +echo "$as_me:10394: result: $with_warnings" >&5 8363 8542 echo "${ECHO_T}$with_warnings" >&6 8364 8543 8365 8544 if test "x$with_warnings" = "xyes"; then 8366 @@ -10000,12 +10 372,12 @@8545 @@ -10000,12 +10402,12 @@ 8367 8546 if test "$GCC" = yes ; then 8368 8547 case $host_os in 8369 8548 linux*|gnu*) 8370 8549 - echo "$as_me:10003: checking if this is really Intel C compiler" >&5 8371 + echo "$as_me:10 375: checking if this is really Intel C compiler" >&58550 + echo "$as_me:10405: checking if this is really Intel C compiler" >&5 8372 8551 echo $ECHO_N "checking if this is really Intel C compiler... $ECHO_C" >&6 8373 8552 cf_save_CFLAGS="$CFLAGS" … … 8375 8554 cat >conftest.$ac_ext <<_ACEOF 8376 8555 -#line 10008 "configure" 8377 +#line 10 380 "configure"8556 +#line 10410 "configure" 8378 8557 #include "confdefs.h" 8379 8558 8380 8559 int 8381 @@ -10022,16 +10 394,16 @@8560 @@ -10022,16 +10424,16 @@ 8382 8561 } 8383 8562 _ACEOF 8384 8563 rm -f conftest.$ac_objext 8385 8564 -if { (eval echo "$as_me:10025: \"$ac_compile\"") >&5 8386 +if { (eval echo "$as_me:10 397: \"$ac_compile\"") >&58565 +if { (eval echo "$as_me:10427: \"$ac_compile\"") >&5 8387 8566 (eval $ac_compile) 2>&5 8388 8567 ac_status=$? 8389 8568 - echo "$as_me:10028: \$? = $ac_status" >&5 8390 + echo "$as_me:104 00: \$? = $ac_status" >&58569 + echo "$as_me:10430: \$? = $ac_status" >&5 8391 8570 (exit $ac_status); } && 8392 8571 { ac_try='test -s conftest.$ac_objext' 8393 8572 - { (eval echo "$as_me:10031: \"$ac_try\"") >&5 8394 + { (eval echo "$as_me:104 03: \"$ac_try\"") >&58573 + { (eval echo "$as_me:10433: \"$ac_try\"") >&5 8395 8574 (eval $ac_try) 2>&5 8396 8575 ac_status=$? 8397 8576 - echo "$as_me:10034: \$? = $ac_status" >&5 8398 + echo "$as_me:104 06: \$? = $ac_status" >&58577 + echo "$as_me:10436: \$? = $ac_status" >&5 8399 8578 (exit $ac_status); }; }; then 8400 8579 INTEL_COMPILER=yes 8401 8580 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc" 8402 @@ -10042,14 +104 14,14 @@8581 @@ -10042,14 +10444,14 @@ 8403 8582 fi 8404 8583 rm -f conftest.$ac_objext conftest.$ac_ext 8405 8584 CFLAGS="$cf_save_CFLAGS" 8406 8585 - echo "$as_me:10045: result: $INTEL_COMPILER" >&5 8407 + echo "$as_me:104 17: result: $INTEL_COMPILER" >&58586 + echo "$as_me:10447: result: $INTEL_COMPILER" >&5 8408 8587 echo "${ECHO_T}$INTEL_COMPILER" >&6 8409 8588 ;; … … 8413 8592 cat > conftest.$ac_ext <<EOF 8414 8593 -#line 10052 "${as_me-configure}" 8415 +#line 104 24 "${as_me-configure}"8594 +#line 10454 "${as_me-configure}" 8416 8595 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } 8417 8596 EOF 8418 8597 8419 @@ -10067,7 +10439,7 @@ 8598 @@ -10057,7 +10459,6 @@ 8599 then 8600 # The "-wdXXX" options suppress warnings: 8601 # remark #1419: external declaration in primary source file 8602 -# remark #1682: implicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem) 8603 # remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem) 8604 # remark #1684: conversion from pointer to same-sized integral type (potential portability problem) 8605 # remark #193: zero used for undefined preprocessing identifier 8606 @@ -10065,31 +10466,30 @@ 8607 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits 8608 # remark #869: parameter "tw" was never referenced 8420 8609 # remark #981: operands are evaluated in unspecified order 8421 # warning #269: invalid format string conversion 8610 -# warning #269: invalid format string conversion 8611 +# warning #279: controlling expression is constant 8422 8612 8423 8613 - { echo "$as_me:10070: checking for $CC warning options..." >&5 8424 + { echo "$as_me:104 42: checking for $CC warning options..." >&58614 + { echo "$as_me:10471: checking for $CC warning options..." >&5 8425 8615 echo "$as_me: checking for $CC warning options..." >&6;} 8426 8616 cf_save_CFLAGS="$CFLAGS" 8427 8617 EXTRA_CFLAGS="-Wall" 8428 @@ -10084,12 +10456,12 @@ 8618 for cf_opt in \ 8619 wd1419 \ 8620 - wd1682 \ 8621 wd1683 \ 8622 wd1684 \ 8623 wd193 \ 8624 - wd279 \ 8625 wd593 \ 8626 + wd279 \ 8627 wd810 \ 8628 wd869 \ 8429 8629 wd981 8430 8630 do 8431 8631 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" 8432 8632 - if { (eval echo "$as_me:10087: \"$ac_compile\"") >&5 8433 + if { (eval echo "$as_me:104 59: \"$ac_compile\"") >&58633 + if { (eval echo "$as_me:10487: \"$ac_compile\"") >&5 8434 8634 (eval $ac_compile) 2>&5 8435 8635 ac_status=$? 8436 8636 - echo "$as_me:10090: \$? = $ac_status" >&5 8437 + echo "$as_me:104 62: \$? = $ac_status" >&58637 + echo "$as_me:10490: \$? = $ac_status" >&5 8438 8638 (exit $ac_status); }; then 8439 8639 - test -n "$verbose" && echo "$as_me:10092: result: ... -$cf_opt" >&5 8440 + test -n "$verbose" && echo "$as_me:104 64: result: ... -$cf_opt" >&58640 + test -n "$verbose" && echo "$as_me:10492: result: ... -$cf_opt" >&5 8441 8641 echo "${ECHO_T}... -$cf_opt" >&6 8442 8642 EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt" 8443 8643 fi 8444 @@ -10098,7 +104 70,7 @@8644 @@ -10098,7 +10498,7 @@ 8445 8645 8446 8646 elif test "$GCC" = yes 8447 8647 then 8448 8648 - { echo "$as_me:10101: checking for $CC warning options..." >&5 8449 + { echo "$as_me:10 473: checking for $CC warning options..." >&58649 + { echo "$as_me:10501: checking for $CC warning options..." >&5 8450 8650 echo "$as_me: checking for $CC warning options..." >&6;} 8451 8651 cf_save_CFLAGS="$CFLAGS" 8452 8652 EXTRA_CFLAGS="-W -Wall" 8453 @@ -10118,12 +10 490,12 @@8653 @@ -10118,12 +10518,12 @@ 8454 8654 Wundef $cf_warn_CONST Wdeclaration-after-statement Wextra Wno-unknown-pragmas Wswitch-enum 8455 8655 do 8456 8656 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" 8457 8657 - if { (eval echo "$as_me:10121: \"$ac_compile\"") >&5 8458 + if { (eval echo "$as_me:10 493: \"$ac_compile\"") >&58658 + if { (eval echo "$as_me:10521: \"$ac_compile\"") >&5 8459 8659 (eval $ac_compile) 2>&5 8460 8660 ac_status=$? 8461 8661 - echo "$as_me:10124: \$? = $ac_status" >&5 8462 + echo "$as_me:10 496: \$? = $ac_status" >&58662 + echo "$as_me:10524: \$? = $ac_status" >&5 8463 8663 (exit $ac_status); }; then 8464 8664 - test -n "$verbose" && echo "$as_me:10126: result: ... -$cf_opt" >&5 8465 + test -n "$verbose" && echo "$as_me:10 498: result: ... -$cf_opt" >&58665 + test -n "$verbose" && echo "$as_me:10526: result: ... -$cf_opt" >&5 8466 8666 echo "${ECHO_T}... -$cf_opt" >&6 8467 8667 case $cf_opt in #(vi 8468 8668 Wcast-qual) #(vi 8469 @@ -10134,7 +105 06,7 @@8669 @@ -10134,7 +10534,7 @@ 8470 8670 [34].*) 8471 8671 test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 8472 8672 8473 8673 -echo "${as_me-configure}:10137: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 8474 +echo "${as_me-configure}:105 09: testing feature is broken in gcc $GCC_VERSION ..." 1>&58674 +echo "${as_me-configure}:10537: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 8475 8675 8476 8676 continue;; 8477 8677 esac 8478 @@ -10154,12 +105 26,12 @@8678 @@ -10154,12 +10554,12 @@ 8479 8679 if test "$GCC" = yes ; then 8480 8680 case $host_os in 8481 8681 linux*|gnu*) 8482 8682 - echo "$as_me:10157: checking if this is really Intel C++ compiler" >&5 8483 + echo "$as_me:105 29: checking if this is really Intel C++ compiler" >&58683 + echo "$as_me:10557: checking if this is really Intel C++ compiler" >&5 8484 8684 echo $ECHO_N "checking if this is really Intel C++ compiler... $ECHO_C" >&6 8485 8685 cf_save_CFLAGS="$CXXFLAGS" … … 8487 8687 cat >conftest.$ac_ext <<_ACEOF 8488 8688 -#line 10162 "configure" 8489 +#line 105 34"configure"8689 +#line 10562 "configure" 8490 8690 #include "confdefs.h" 8491 8691 8492 8692 int 8493 @@ -10176,16 +105 48,16 @@8693 @@ -10176,16 +10576,16 @@ 8494 8694 } 8495 8695 _ACEOF 8496 8696 rm -f conftest.$ac_objext 8497 8697 -if { (eval echo "$as_me:10179: \"$ac_compile\"") >&5 8498 +if { (eval echo "$as_me:105 51: \"$ac_compile\"") >&58698 +if { (eval echo "$as_me:10579: \"$ac_compile\"") >&5 8499 8699 (eval $ac_compile) 2>&5 8500 8700 ac_status=$? 8501 8701 - echo "$as_me:10182: \$? = $ac_status" >&5 8502 + echo "$as_me:105 54: \$? = $ac_status" >&58702 + echo "$as_me:10582: \$? = $ac_status" >&5 8503 8703 (exit $ac_status); } && 8504 8704 { ac_try='test -s conftest.$ac_objext' 8505 8705 - { (eval echo "$as_me:10185: \"$ac_try\"") >&5 8506 + { (eval echo "$as_me:105 57: \"$ac_try\"") >&58706 + { (eval echo "$as_me:10585: \"$ac_try\"") >&5 8507 8707 (eval $ac_try) 2>&5 8508 8708 ac_status=$? 8509 8709 - echo "$as_me:10188: \$? = $ac_status" >&5 8510 + echo "$as_me:105 60: \$? = $ac_status" >&58710 + echo "$as_me:10588: \$? = $ac_status" >&5 8511 8711 (exit $ac_status); }; }; then 8512 8712 INTEL_CPLUSPLUS=yes 8513 8713 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc" 8514 @@ -10196,7 +105 68,7 @@8714 @@ -10196,7 +10596,7 @@ 8515 8715 fi 8516 8716 rm -f conftest.$ac_objext conftest.$ac_ext 8517 8717 CXXFLAGS="$cf_save_CFLAGS" 8518 8718 - echo "$as_me:10199: result: $INTEL_CPLUSPLUS" >&5 8519 + echo "$as_me:105 71: result: $INTEL_CPLUSPLUS" >&58719 + echo "$as_me:10599: result: $INTEL_CPLUSPLUS" >&5 8520 8720 echo "${ECHO_T}$INTEL_CPLUSPLUS" >&6 8521 8721 ;; 8522 8722 esac 8523 @@ -10210,7 +10 582,7 @@8723 @@ -10210,7 +10610,7 @@ 8524 8724 ac_main_return=return 8525 8725 8526 8726 cat > conftest.$ac_ext <<EOF 8527 8727 -#line 10213 "configure" 8528 +#line 10 585"configure"8728 +#line 10613 "configure" 8529 8729 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } 8530 8730 EOF 8531 8731 8532 @@ -10228,7 +106 00,7 @@8732 @@ -10228,7 +10628,7 @@ 8533 8733 # remark #981: operands are evaluated in unspecified order 8534 8734 # warning #269: invalid format string conversion 8535 8735 8536 8736 - { echo "$as_me:10231: checking for $CC warning options..." >&5 8537 + { echo "$as_me:106 03: checking for $CC warning options..." >&58737 + { echo "$as_me:10631: checking for $CC warning options..." >&5 8538 8738 echo "$as_me: checking for $CC warning options..." >&6;} 8539 8739 cf_save_CXXFLAGS="$CXXFLAGS" 8540 8740 EXTRA_CXXFLAGS="-Wall" 8541 @@ -10245,12 +106 17,12 @@8741 @@ -10245,12 +10645,12 @@ 8542 8742 wd981 8543 8743 do 8544 8744 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -$cf_opt" 8545 8745 - if { (eval echo "$as_me:10248: \"$ac_compile\"") >&5 8546 + if { (eval echo "$as_me:106 20: \"$ac_compile\"") >&58746 + if { (eval echo "$as_me:10648: \"$ac_compile\"") >&5 8547 8747 (eval $ac_compile) 2>&5 8548 8748 ac_status=$? 8549 8749 - echo "$as_me:10251: \$? = $ac_status" >&5 8550 + echo "$as_me:106 23: \$? = $ac_status" >&58750 + echo "$as_me:10651: \$? = $ac_status" >&5 8551 8751 (exit $ac_status); }; then 8552 8752 - test -n "$verbose" && echo "$as_me:10253: result: ... -$cf_opt" >&5 8553 + test -n "$verbose" && echo "$as_me:106 25: result: ... -$cf_opt" >&58753 + test -n "$verbose" && echo "$as_me:10653: result: ... -$cf_opt" >&5 8554 8754 echo "${ECHO_T}... -$cf_opt" >&6 8555 8755 EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" 8556 8756 fi 8557 @@ -10259,7 +106 31,7 @@8757 @@ -10259,7 +10659,7 @@ 8558 8758 8559 8759 elif test "$GXX" = yes 8560 8760 then 8561 8761 - { echo "$as_me:10262: checking for $CXX warning options..." >&5 8562 + { echo "$as_me:106 34: checking for $CXX warning options..." >&58762 + { echo "$as_me:10662: checking for $CXX warning options..." >&5 8563 8763 echo "$as_me: checking for $CXX warning options..." >&6;} 8564 8764 cf_save_CXXFLAGS="$CXXFLAGS" 8565 8765 EXTRA_CXXFLAGS="-W -Wall" 8566 @@ -10288,16 +106 60,16 @@8766 @@ -10288,16 +10688,16 @@ 8567 8767 Wundef $cf_gxx_extra_warnings Wno-unused 8568 8768 do 8569 8769 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -Werror -$cf_opt" 8570 8770 - if { (eval echo "$as_me:10291: \"$ac_compile\"") >&5 8571 + if { (eval echo "$as_me:106 63: \"$ac_compile\"") >&58771 + if { (eval echo "$as_me:10691: \"$ac_compile\"") >&5 8572 8772 (eval $ac_compile) 2>&5 8573 8773 ac_status=$? 8574 8774 - echo "$as_me:10294: \$? = $ac_status" >&5 8575 + echo "$as_me:106 66: \$? = $ac_status" >&58775 + echo "$as_me:10694: \$? = $ac_status" >&5 8576 8776 (exit $ac_status); }; then 8577 8777 - test -n "$verbose" && echo "$as_me:10296: result: ... -$cf_opt" >&5 8578 + test -n "$verbose" && echo "$as_me:106 68: result: ... -$cf_opt" >&58778 + test -n "$verbose" && echo "$as_me:10696: result: ... -$cf_opt" >&5 8579 8779 echo "${ECHO_T}... -$cf_opt" >&6 8580 8780 EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" 8581 8781 else 8582 8782 - test -n "$verbose" && echo "$as_me:10300: result: ... no -$cf_opt" >&5 8583 + test -n "$verbose" && echo "$as_me:10 672: result: ... no -$cf_opt" >&58783 + test -n "$verbose" && echo "$as_me:10700: result: ... no -$cf_opt" >&5 8584 8784 echo "${ECHO_T}... no -$cf_opt" >&6 8585 8785 fi 8586 8786 done 8587 @@ -10333,10 +107 05,10 @@8787 @@ -10333,10 +10733,10 @@ 8588 8788 EOF 8589 8789 if test "$GCC" = yes 8590 8790 then 8591 8791 - { echo "$as_me:10336: checking for $CC __attribute__ directives..." >&5 8592 + { echo "$as_me:107 08: checking for $CC __attribute__ directives..." >&58792 + { echo "$as_me:10736: checking for $CC __attribute__ directives..." >&5 8593 8793 echo "$as_me: checking for $CC __attribute__ directives..." >&6;} 8594 8794 cat > conftest.$ac_ext <<EOF 8595 8795 -#line 10339 "${as_me-configure}" 8596 +#line 107 11"${as_me-configure}"8796 +#line 10739 "${as_me-configure}" 8597 8797 #include "confdefs.h" 8598 8798 #include "conftest.h" 8599 8799 #include "conftest.i" 8600 @@ -10374,12 +107 46,12 @@8800 @@ -10374,12 +10774,12 @@ 8601 8801 EOF 8602 8802 ;; 8603 8803 esac 8604 8804 - if { (eval echo "$as_me:10377: \"$ac_compile\"") >&5 8605 + if { (eval echo "$as_me:107 49: \"$ac_compile\"") >&58805 + if { (eval echo "$as_me:10777: \"$ac_compile\"") >&5 8606 8806 (eval $ac_compile) 2>&5 8607 8807 ac_status=$? 8608 8808 - echo "$as_me:10380: \$? = $ac_status" >&5 8609 + echo "$as_me:107 52: \$? = $ac_status" >&58809 + echo "$as_me:10780: \$? = $ac_status" >&5 8610 8810 (exit $ac_status); }; then 8611 8811 - test -n "$verbose" && echo "$as_me:10382: result: ... $cf_attribute" >&5 8612 + test -n "$verbose" && echo "$as_me:107 54: result: ... $cf_attribute" >&58812 + test -n "$verbose" && echo "$as_me:10782: result: ... $cf_attribute" >&5 8613 8813 echo "${ECHO_T}... $cf_attribute" >&6 8614 8814 cat conftest.h >>confdefs.h 8615 8815 fi 8616 @@ -10391,7 +107 63,7 @@8816 @@ -10391,7 +10791,7 @@ 8617 8817 fi 8618 8818 8619 8819 ### use option --enable-assertions to turn on generation of assertion code 8620 8820 -echo "$as_me:10394: checking if you want to enable runtime assertions" >&5 8621 +echo "$as_me:107 66: checking if you want to enable runtime assertions" >&58821 +echo "$as_me:10794: checking if you want to enable runtime assertions" >&5 8622 8822 echo $ECHO_N "checking if you want to enable runtime assertions... $ECHO_C" >&6 8623 8823 8624 8824 # Check whether --enable-assertions or --disable-assertions was given. 8625 @@ -10401,7 +10 773,7 @@8825 @@ -10401,7 +10801,7 @@ 8626 8826 else 8627 8827 with_assertions=no 8628 8828 fi; 8629 8829 -echo "$as_me:10404: result: $with_assertions" >&5 8630 +echo "$as_me:10 776: result: $with_assertions" >&58830 +echo "$as_me:10804: result: $with_assertions" >&5 8631 8831 echo "${ECHO_T}$with_assertions" >&6 8632 8832 if test -n "$GCC" 8633 8833 then 8634 @@ -10419,7 +10 791,7 @@8834 @@ -10419,7 +10819,7 @@ 8635 8835 8636 8836 ### use option --disable-leaks to suppress "permanent" leaks, for testing 8637 8837 8638 8838 -echo "$as_me:10422: checking if you want to use dmalloc for testing" >&5 8639 +echo "$as_me:10 794: checking if you want to use dmalloc for testing" >&58839 +echo "$as_me:10822: checking if you want to use dmalloc for testing" >&5 8640 8840 echo $ECHO_N "checking if you want to use dmalloc for testing... $ECHO_C" >&6 8641 8841 8642 8842 # Check whether --with-dmalloc or --without-dmalloc was given. 8643 @@ -10435,7 +108 07,7 @@8843 @@ -10435,7 +10835,7 @@ 8644 8844 else 8645 8845 with_dmalloc= 8646 8846 fi; 8647 8847 -echo "$as_me:10438: result: ${with_dmalloc:-no}" >&5 8648 +echo "$as_me:108 10: result: ${with_dmalloc:-no}" >&58848 +echo "$as_me:10838: result: ${with_dmalloc:-no}" >&5 8649 8849 echo "${ECHO_T}${with_dmalloc:-no}" >&6 8650 8850 8651 8851 case .$with_cflags in #(vi 8652 @@ -10505,7 +10 877,7 @@8852 @@ -10505,7 +10905,7 @@ 8653 8853 8654 8854 if test -n "$cf_new_cppflags" ; then … … 8659 8859 8660 8860 if test -n "$cf_new_extra_cppflags" ; then 8661 @@ -10519,23 +10 891,23 @@8861 @@ -10519,23 +10919,23 @@ 8662 8862 esac 8663 8863 8664 8864 if test "$with_dmalloc" = yes ; then 8665 8865 - echo "$as_me:10522: checking for dmalloc.h" >&5 8666 + echo "$as_me:10 894: checking for dmalloc.h" >&58866 + echo "$as_me:10922: checking for dmalloc.h" >&5 8667 8867 echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6 8668 8868 if test "${ac_cv_header_dmalloc_h+set}" = set; then … … 8671 8871 cat >conftest.$ac_ext <<_ACEOF 8672 8872 -#line 10528 "configure" 8673 +#line 109 00"configure"8873 +#line 10928 "configure" 8674 8874 #include "confdefs.h" 8675 8875 #include <dmalloc.h> 8676 8876 _ACEOF 8677 8877 -if { (eval echo "$as_me:10532: \"$ac_cpp conftest.$ac_ext\"") >&5 8678 +if { (eval echo "$as_me:109 04: \"$ac_cpp conftest.$ac_ext\"") >&58878 +if { (eval echo "$as_me:10932: \"$ac_cpp conftest.$ac_ext\"") >&5 8679 8879 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8680 8880 ac_status=$? … … 8683 8883 cat conftest.err >&5 8684 8884 - echo "$as_me:10538: \$? = $ac_status" >&5 8685 + echo "$as_me:109 10: \$? = $ac_status" >&58885 + echo "$as_me:10938: \$? = $ac_status" >&5 8686 8886 (exit $ac_status); } >/dev/null; then 8687 8887 if test -s conftest.err; then 8688 8888 ac_cpp_err=$ac_c_preproc_warn_flag 8689 @@ -10554,11 +109 26,11 @@8889 @@ -10554,11 +10954,11 @@ 8690 8890 fi 8691 8891 rm -f conftest.err conftest.$ac_ext 8692 8892 fi 8693 8893 -echo "$as_me:10557: result: $ac_cv_header_dmalloc_h" >&5 8694 +echo "$as_me:109 29: result: $ac_cv_header_dmalloc_h" >&58894 +echo "$as_me:10957: result: $ac_cv_header_dmalloc_h" >&5 8695 8895 echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6 8696 8896 if test $ac_cv_header_dmalloc_h = yes; then 8697 8897 8698 8898 -echo "$as_me:10561: checking for dmalloc_debug in -ldmalloc" >&5 8699 +echo "$as_me:109 33: checking for dmalloc_debug in -ldmalloc" >&58899 +echo "$as_me:10961: checking for dmalloc_debug in -ldmalloc" >&5 8700 8900 echo $ECHO_N "checking for dmalloc_debug in -ldmalloc... $ECHO_C" >&6 8701 8901 if test "${ac_cv_lib_dmalloc_dmalloc_debug+set}" = set; then 8702 8902 echo $ECHO_N "(cached) $ECHO_C" >&6 8703 @@ -10566,7 +109 38,7 @@8903 @@ -10566,7 +10966,7 @@ 8704 8904 ac_check_lib_save_LIBS=$LIBS 8705 8905 LIBS="-ldmalloc $LIBS" 8706 8906 cat >conftest.$ac_ext <<_ACEOF 8707 8907 -#line 10569 "configure" 8708 +#line 109 41"configure"8908 +#line 10969 "configure" 8709 8909 #include "confdefs.h" 8710 8910 8711 8911 /* Override any gcc2 internal prototype to avoid an error. */ 8712 @@ -10585,16 +109 57,16 @@8912 @@ -10585,16 +10985,16 @@ 8713 8913 } 8714 8914 _ACEOF 8715 8915 rm -f conftest.$ac_objext conftest$ac_exeext 8716 8916 -if { (eval echo "$as_me:10588: \"$ac_link\"") >&5 8717 +if { (eval echo "$as_me:109 60: \"$ac_link\"") >&58917 +if { (eval echo "$as_me:10988: \"$ac_link\"") >&5 8718 8918 (eval $ac_link) 2>&5 8719 8919 ac_status=$? 8720 8920 - echo "$as_me:10591: \$? = $ac_status" >&5 8721 + echo "$as_me:109 63: \$? = $ac_status" >&58921 + echo "$as_me:10991: \$? = $ac_status" >&5 8722 8922 (exit $ac_status); } && 8723 8923 { ac_try='test -s conftest$ac_exeext' 8724 8924 - { (eval echo "$as_me:10594: \"$ac_try\"") >&5 8725 + { (eval echo "$as_me:109 66: \"$ac_try\"") >&58925 + { (eval echo "$as_me:10994: \"$ac_try\"") >&5 8726 8926 (eval $ac_try) 2>&5 8727 8927 ac_status=$? 8728 8928 - echo "$as_me:10597: \$? = $ac_status" >&5 8729 + echo "$as_me:109 69: \$? = $ac_status" >&58929 + echo "$as_me:10997: \$? = $ac_status" >&5 8730 8930 (exit $ac_status); }; }; then 8731 8931 ac_cv_lib_dmalloc_dmalloc_debug=yes 8732 8932 else 8733 @@ -10605,7 +1 0977,7 @@8933 @@ -10605,7 +11005,7 @@ 8734 8934 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8735 8935 LIBS=$ac_check_lib_save_LIBS 8736 8936 fi 8737 8937 -echo "$as_me:10608: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 8738 +echo "$as_me:1 0980: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&58938 +echo "$as_me:11008: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 8739 8939 echo "${ECHO_T}$ac_cv_lib_dmalloc_dmalloc_debug" >&6 8740 8940 if test $ac_cv_lib_dmalloc_dmalloc_debug = yes; then 8741 8941 cat >>confdefs.h <<EOF 8742 @@ -10620,7 +1 0992,7 @@8942 @@ -10620,7 +11020,7 @@ 8743 8943 8744 8944 fi 8745 8945 8746 8946 -echo "$as_me:10623: checking if you want to use dbmalloc for testing" >&5 8747 +echo "$as_me:1 0995: checking if you want to use dbmalloc for testing" >&58947 +echo "$as_me:11023: checking if you want to use dbmalloc for testing" >&5 8748 8948 echo $ECHO_N "checking if you want to use dbmalloc for testing... $ECHO_C" >&6 8749 8949 8750 8950 # Check whether --with-dbmalloc or --without-dbmalloc was given. 8751 @@ -10636,7 +110 08,7 @@8951 @@ -10636,7 +11036,7 @@ 8752 8952 else 8753 8953 with_dbmalloc= 8754 8954 fi; 8755 8955 -echo "$as_me:10639: result: ${with_dbmalloc:-no}" >&5 8756 +echo "$as_me:110 11: result: ${with_dbmalloc:-no}" >&58956 +echo "$as_me:11039: result: ${with_dbmalloc:-no}" >&5 8757 8957 echo "${ECHO_T}${with_dbmalloc:-no}" >&6 8758 8958 8759 8959 case .$with_cflags in #(vi 8760 @@ -10706,7 +11 078,7 @@8960 @@ -10706,7 +11106,7 @@ 8761 8961 8762 8962 if test -n "$cf_new_cppflags" ; then … … 8767 8967 8768 8968 if test -n "$cf_new_extra_cppflags" ; then 8769 @@ -10720,23 +11 092,23 @@8969 @@ -10720,23 +11120,23 @@ 8770 8970 esac 8771 8971 8772 8972 if test "$with_dbmalloc" = yes ; then 8773 8973 - echo "$as_me:10723: checking for dbmalloc.h" >&5 8774 + echo "$as_me:11 095: checking for dbmalloc.h" >&58974 + echo "$as_me:11123: checking for dbmalloc.h" >&5 8775 8975 echo $ECHO_N "checking for dbmalloc.h... $ECHO_C" >&6 8776 8976 if test "${ac_cv_header_dbmalloc_h+set}" = set; then … … 8779 8979 cat >conftest.$ac_ext <<_ACEOF 8780 8980 -#line 10729 "configure" 8781 +#line 111 01"configure"8981 +#line 11129 "configure" 8782 8982 #include "confdefs.h" 8783 8983 #include <dbmalloc.h> 8784 8984 _ACEOF 8785 8985 -if { (eval echo "$as_me:10733: \"$ac_cpp conftest.$ac_ext\"") >&5 8786 +if { (eval echo "$as_me:111 05: \"$ac_cpp conftest.$ac_ext\"") >&58986 +if { (eval echo "$as_me:11133: \"$ac_cpp conftest.$ac_ext\"") >&5 8787 8987 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8788 8988 ac_status=$? … … 8791 8991 cat conftest.err >&5 8792 8992 - echo "$as_me:10739: \$? = $ac_status" >&5 8793 + echo "$as_me:111 11: \$? = $ac_status" >&58993 + echo "$as_me:11139: \$? = $ac_status" >&5 8794 8994 (exit $ac_status); } >/dev/null; then 8795 8995 if test -s conftest.err; then 8796 8996 ac_cpp_err=$ac_c_preproc_warn_flag 8797 @@ -10755,11 +111 27,11 @@8997 @@ -10755,11 +11155,11 @@ 8798 8998 fi 8799 8999 rm -f conftest.err conftest.$ac_ext 8800 9000 fi 8801 9001 -echo "$as_me:10758: result: $ac_cv_header_dbmalloc_h" >&5 8802 +echo "$as_me:111 30: result: $ac_cv_header_dbmalloc_h" >&59002 +echo "$as_me:11158: result: $ac_cv_header_dbmalloc_h" >&5 8803 9003 echo "${ECHO_T}$ac_cv_header_dbmalloc_h" >&6 8804 9004 if test $ac_cv_header_dbmalloc_h = yes; then 8805 9005 8806 9006 -echo "$as_me:10762: checking for debug_malloc in -ldbmalloc" >&5 8807 +echo "$as_me:111 34: checking for debug_malloc in -ldbmalloc" >&59007 +echo "$as_me:11162: checking for debug_malloc in -ldbmalloc" >&5 8808 9008 echo $ECHO_N "checking for debug_malloc in -ldbmalloc... $ECHO_C" >&6 8809 9009 if test "${ac_cv_lib_dbmalloc_debug_malloc+set}" = set; then 8810 9010 echo $ECHO_N "(cached) $ECHO_C" >&6 8811 @@ -10767,7 +111 39,7 @@9011 @@ -10767,7 +11167,7 @@ 8812 9012 ac_check_lib_save_LIBS=$LIBS 8813 9013 LIBS="-ldbmalloc $LIBS" 8814 9014 cat >conftest.$ac_ext <<_ACEOF 8815 9015 -#line 10770 "configure" 8816 +#line 111 42"configure"9016 +#line 11170 "configure" 8817 9017 #include "confdefs.h" 8818 9018 8819 9019 /* Override any gcc2 internal prototype to avoid an error. */ 8820 @@ -10786,16 +111 58,16 @@9020 @@ -10786,16 +11186,16 @@ 8821 9021 } 8822 9022 _ACEOF 8823 9023 rm -f conftest.$ac_objext conftest$ac_exeext 8824 9024 -if { (eval echo "$as_me:10789: \"$ac_link\"") >&5 8825 +if { (eval echo "$as_me:111 61: \"$ac_link\"") >&59025 +if { (eval echo "$as_me:11189: \"$ac_link\"") >&5 8826 9026 (eval $ac_link) 2>&5 8827 9027 ac_status=$? 8828 9028 - echo "$as_me:10792: \$? = $ac_status" >&5 8829 + echo "$as_me:111 64: \$? = $ac_status" >&59029 + echo "$as_me:11192: \$? = $ac_status" >&5 8830 9030 (exit $ac_status); } && 8831 9031 { ac_try='test -s conftest$ac_exeext' 8832 9032 - { (eval echo "$as_me:10795: \"$ac_try\"") >&5 8833 + { (eval echo "$as_me:111 67: \"$ac_try\"") >&59033 + { (eval echo "$as_me:11195: \"$ac_try\"") >&5 8834 9034 (eval $ac_try) 2>&5 8835 9035 ac_status=$? 8836 9036 - echo "$as_me:10798: \$? = $ac_status" >&5 8837 + echo "$as_me:111 70: \$? = $ac_status" >&59037 + echo "$as_me:11198: \$? = $ac_status" >&5 8838 9038 (exit $ac_status); }; }; then 8839 9039 ac_cv_lib_dbmalloc_debug_malloc=yes 8840 9040 else 8841 @@ -10806,7 +11 178,7 @@9041 @@ -10806,7 +11206,7 @@ 8842 9042 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8843 9043 LIBS=$ac_check_lib_save_LIBS 8844 9044 fi 8845 9045 -echo "$as_me:10809: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 8846 +echo "$as_me:11 181: result: $ac_cv_lib_dbmalloc_debug_malloc" >&59046 +echo "$as_me:11209: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 8847 9047 echo "${ECHO_T}$ac_cv_lib_dbmalloc_debug_malloc" >&6 8848 9048 if test $ac_cv_lib_dbmalloc_debug_malloc = yes; then 8849 9049 cat >>confdefs.h <<EOF 8850 @@ -10821,7 +11 193,7 @@9050 @@ -10821,7 +11221,7 @@ 8851 9051 8852 9052 fi 8853 9053 8854 9054 -echo "$as_me:10824: checking if you want to use valgrind for testing" >&5 8855 +echo "$as_me:11 196: checking if you want to use valgrind for testing" >&59055 +echo "$as_me:11224: checking if you want to use valgrind for testing" >&5 8856 9056 echo $ECHO_N "checking if you want to use valgrind for testing... $ECHO_C" >&6 8857 9057 8858 9058 # Check whether --with-valgrind or --without-valgrind was given. 8859 @@ -10837,7 +112 09,7 @@9059 @@ -10837,7 +11237,7 @@ 8860 9060 else 8861 9061 with_valgrind= 8862 9062 fi; 8863 9063 -echo "$as_me:10840: result: ${with_valgrind:-no}" >&5 8864 +echo "$as_me:112 12: result: ${with_valgrind:-no}" >&59064 +echo "$as_me:11240: result: ${with_valgrind:-no}" >&5 8865 9065 echo "${ECHO_T}${with_valgrind:-no}" >&6 8866 9066 8867 9067 case .$with_cflags in #(vi 8868 @@ -10907,7 +11 279,7 @@9068 @@ -10907,7 +11307,7 @@ 8869 9069 8870 9070 if test -n "$cf_new_cppflags" ; then … … 8875 9075 8876 9076 if test -n "$cf_new_extra_cppflags" ; then 8877 @@ -10920,7 +11 292,7 @@9077 @@ -10920,7 +11320,7 @@ 8878 9078 ;; 8879 9079 esac 8880 9080 8881 9081 -echo "$as_me:10923: checking if you want to perform memory-leak testing" >&5 8882 +echo "$as_me:11 295: checking if you want to perform memory-leak testing" >&59082 +echo "$as_me:11323: checking if you want to perform memory-leak testing" >&5 8883 9083 echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6 8884 9084 8885 9085 # Check whether --enable-leaks or --disable-leaks was given. 8886 @@ -10930,7 +113 02,7 @@9086 @@ -10930,7 +11330,7 @@ 8887 9087 else 8888 9088 : ${with_no_leaks:=no} 8889 9089 fi; 8890 9090 -echo "$as_me:10933: result: $with_no_leaks" >&5 8891 +echo "$as_me:113 05: result: $with_no_leaks" >&59091 +echo "$as_me:11333: result: $with_no_leaks" >&5 8892 9092 echo "${ECHO_T}$with_no_leaks" >&6 8893 9093 8894 9094 if test "$with_no_leaks" = yes ; then 8895 @@ -10975,7 +113 47,7 @@9095 @@ -10975,7 +11375,7 @@ 8896 9096 ;; 8897 9097 esac 8898 9098 8899 9099 -echo "$as_me:10978: checking whether to add trace feature to all models" >&5 8900 +echo "$as_me:113 50: checking whether to add trace feature to all models" >&59100 +echo "$as_me:11378: checking whether to add trace feature to all models" >&5 8901 9101 echo $ECHO_N "checking whether to add trace feature to all models... $ECHO_C" >&6 8902 9102 8903 9103 # Check whether --with-trace or --without-trace was given. 8904 @@ -10985,7 +113 57,7 @@9104 @@ -10985,7 +11385,7 @@ 8905 9105 else 8906 9106 cf_with_trace=$cf_all_traces 8907 9107 fi; 8908 9108 -echo "$as_me:10988: result: $cf_with_trace" >&5 8909 +echo "$as_me:113 60: result: $cf_with_trace" >&59109 +echo "$as_me:11388: result: $cf_with_trace" >&5 8910 9110 echo "${ECHO_T}$cf_with_trace" >&6 8911 9111 8912 9112 if test "$cf_with_trace" = yes ; then 8913 @@ -11052,7 +114 24,7 @@9113 @@ -11052,7 +11452,7 @@ 8914 9114 8915 9115 if test -n "$cf_new_cppflags" ; then … … 8920 9120 8921 9121 if test -n "$cf_new_extra_cppflags" ; then 8922 @@ -11066,13 +114 38,17 @@9122 @@ -11066,13 +11466,17 @@ 8923 9123 fi 8924 9124 … … 8929 9129 + ;; 8930 9130 +*) 8931 +echo "$as_me:114 45: checking for gettimeofday" >&59131 +echo "$as_me:11473: checking for gettimeofday" >&5 8932 9132 echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6 8933 9133 if test "${ac_cv_func_gettimeofday+set}" = set; then … … 8936 9136 cat >conftest.$ac_ext <<_ACEOF 8937 9137 -#line 11075 "configure" 8938 +#line 114 51"configure"9138 +#line 11479 "configure" 8939 9139 #include "confdefs.h" 8940 9140 /* System header to define __stub macros and hopefully few prototypes, 8941 9141 which can conflict with char gettimeofday (); below. */ 8942 @@ -11103,16 +11 479,16 @@9142 @@ -11103,16 +11507,16 @@ 8943 9143 } 8944 9144 _ACEOF 8945 9145 rm -f conftest.$ac_objext conftest$ac_exeext 8946 9146 -if { (eval echo "$as_me:11106: \"$ac_link\"") >&5 8947 +if { (eval echo "$as_me:11 482: \"$ac_link\"") >&59147 +if { (eval echo "$as_me:11510: \"$ac_link\"") >&5 8948 9148 (eval $ac_link) 2>&5 8949 9149 ac_status=$? 8950 9150 - echo "$as_me:11109: \$? = $ac_status" >&5 8951 + echo "$as_me:11 485: \$? = $ac_status" >&59151 + echo "$as_me:11513: \$? = $ac_status" >&5 8952 9152 (exit $ac_status); } && 8953 9153 { ac_try='test -s conftest$ac_exeext' 8954 9154 - { (eval echo "$as_me:11112: \"$ac_try\"") >&5 8955 + { (eval echo "$as_me:11 488: \"$ac_try\"") >&59155 + { (eval echo "$as_me:11516: \"$ac_try\"") >&5 8956 9156 (eval $ac_try) 2>&5 8957 9157 ac_status=$? 8958 9158 - echo "$as_me:11115: \$? = $ac_status" >&5 8959 + echo "$as_me:11 491: \$? = $ac_status" >&59159 + echo "$as_me:11519: \$? = $ac_status" >&5 8960 9160 (exit $ac_status); }; }; then 8961 9161 ac_cv_func_gettimeofday=yes 8962 9162 else 8963 @@ -11122,7 +11 498,7 @@9163 @@ -11122,7 +11526,7 @@ 8964 9164 fi 8965 9165 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8966 9166 fi 8967 9167 -echo "$as_me:11125: result: $ac_cv_func_gettimeofday" >&5 8968 +echo "$as_me:115 01: result: $ac_cv_func_gettimeofday" >&59168 +echo "$as_me:11529: result: $ac_cv_func_gettimeofday" >&5 8969 9169 echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6 8970 9170 if test $ac_cv_func_gettimeofday = yes; then 8971 9171 cat >>confdefs.h <<\EOF 8972 @@ -11131,7 +115 07,7 @@9172 @@ -11131,7 +11535,7 @@ 8973 9173 8974 9174 else 8975 9175 8976 9176 -echo "$as_me:11134: checking for gettimeofday in -lbsd" >&5 8977 +echo "$as_me:115 10: checking for gettimeofday in -lbsd" >&59177 +echo "$as_me:11538: checking for gettimeofday in -lbsd" >&5 8978 9178 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6 8979 9179 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then 8980 9180 echo $ECHO_N "(cached) $ECHO_C" >&6 8981 @@ -11139,7 +115 15,7 @@9181 @@ -11139,7 +11543,7 @@ 8982 9182 ac_check_lib_save_LIBS=$LIBS 8983 9183 LIBS="-lbsd $LIBS" 8984 9184 cat >conftest.$ac_ext <<_ACEOF 8985 9185 -#line 11142 "configure" 8986 +#line 115 18"configure"9186 +#line 11546 "configure" 8987 9187 #include "confdefs.h" 8988 9188 8989 9189 /* Override any gcc2 internal prototype to avoid an error. */ 8990 @@ -11158,16 +115 34,16 @@9190 @@ -11158,16 +11562,16 @@ 8991 9191 } 8992 9192 _ACEOF 8993 9193 rm -f conftest.$ac_objext conftest$ac_exeext 8994 9194 -if { (eval echo "$as_me:11161: \"$ac_link\"") >&5 8995 +if { (eval echo "$as_me:115 37: \"$ac_link\"") >&59195 +if { (eval echo "$as_me:11565: \"$ac_link\"") >&5 8996 9196 (eval $ac_link) 2>&5 8997 9197 ac_status=$? 8998 9198 - echo "$as_me:11164: \$? = $ac_status" >&5 8999 + echo "$as_me:115 40: \$? = $ac_status" >&59199 + echo "$as_me:11568: \$? = $ac_status" >&5 9000 9200 (exit $ac_status); } && 9001 9201 { ac_try='test -s conftest$ac_exeext' 9002 9202 - { (eval echo "$as_me:11167: \"$ac_try\"") >&5 9003 + { (eval echo "$as_me:115 43: \"$ac_try\"") >&59203 + { (eval echo "$as_me:11571: \"$ac_try\"") >&5 9004 9204 (eval $ac_try) 2>&5 9005 9205 ac_status=$? 9006 9206 - echo "$as_me:11170: \$? = $ac_status" >&5 9007 + echo "$as_me:115 46: \$? = $ac_status" >&59207 + echo "$as_me:11574: \$? = $ac_status" >&5 9008 9208 (exit $ac_status); }; }; then 9009 9209 ac_cv_lib_bsd_gettimeofday=yes 9010 9210 else 9011 @@ -11178,7 +115 54,7 @@9211 @@ -11178,7 +11582,7 @@ 9012 9212 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9013 9213 LIBS=$ac_check_lib_save_LIBS 9014 9214 fi 9015 9215 -echo "$as_me:11181: result: $ac_cv_lib_bsd_gettimeofday" >&5 9016 +echo "$as_me:115 57: result: $ac_cv_lib_bsd_gettimeofday" >&59216 +echo "$as_me:11585: result: $ac_cv_lib_bsd_gettimeofday" >&5 9017 9217 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6 9018 9218 if test $ac_cv_lib_bsd_gettimeofday = yes; then 9019 9219 cat >>confdefs.h <<\EOF 9020 @@ -11189,15 +115 65,17 @@9220 @@ -11189,15 +11593,17 @@ 9021 9221 fi 9022 9222 … … 9026 9226 9027 9227 -echo "$as_me:11193: checking if -lm needed for math functions" >&5 9028 +echo "$as_me:115 71: checking if -lm needed for math functions" >&59228 +echo "$as_me:11599: checking if -lm needed for math functions" >&5 9029 9229 echo $ECHO_N "checking if -lm needed for math functions... $ECHO_C" >&6 9030 9230 if test "${cf_cv_need_libm+set}" = set; then … … 9034 9234 cat >conftest.$ac_ext <<_ACEOF 9035 9235 -#line 11200 "configure" 9036 +#line 11 578"configure"9236 +#line 11606 "configure" 9037 9237 #include "confdefs.h" 9038 9238 9039 9239 #include <stdio.h> 9040 @@ -11212,16 +11 590,16 @@9240 @@ -11212,16 +11618,16 @@ 9041 9241 } 9042 9242 _ACEOF 9043 9243 rm -f conftest.$ac_objext conftest$ac_exeext 9044 9244 -if { (eval echo "$as_me:11215: \"$ac_link\"") >&5 9045 +if { (eval echo "$as_me:11 593: \"$ac_link\"") >&59245 +if { (eval echo "$as_me:11621: \"$ac_link\"") >&5 9046 9246 (eval $ac_link) 2>&5 9047 9247 ac_status=$? 9048 9248 - echo "$as_me:11218: \$? = $ac_status" >&5 9049 + echo "$as_me:11 596: \$? = $ac_status" >&59249 + echo "$as_me:11624: \$? = $ac_status" >&5 9050 9250 (exit $ac_status); } && 9051 9251 { ac_try='test -s conftest$ac_exeext' 9052 9252 - { (eval echo "$as_me:11221: \"$ac_try\"") >&5 9053 + { (eval echo "$as_me:11 599: \"$ac_try\"") >&59253 + { (eval echo "$as_me:11627: \"$ac_try\"") >&5 9054 9254 (eval $ac_try) 2>&5 9055 9255 ac_status=$? 9056 9256 - echo "$as_me:11224: \$? = $ac_status" >&5 9057 + echo "$as_me:116 02: \$? = $ac_status" >&59257 + echo "$as_me:11630: \$? = $ac_status" >&5 9058 9258 (exit $ac_status); }; }; then 9059 9259 cf_cv_need_libm=no 9060 9260 else 9061 @@ -11231,7 +116 09,7 @@9261 @@ -11231,7 +11637,7 @@ 9062 9262 fi 9063 9263 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9064 9264 fi 9065 9265 -echo "$as_me:11234: result: $cf_cv_need_libm" >&5 9066 +echo "$as_me:116 12: result: $cf_cv_need_libm" >&59266 +echo "$as_me:11640: result: $cf_cv_need_libm" >&5 9067 9267 echo "${ECHO_T}$cf_cv_need_libm" >&6 9068 9268 if test "$cf_cv_need_libm" = yes 9069 9269 then 9070 @@ -11239,13 +116 17,13 @@9270 @@ -11239,13 +11645,13 @@ 9071 9271 fi 9072 9272 9073 9273 ### Checks for header files. 9074 9274 -echo "$as_me:11242: checking for ANSI C header files" >&5 9075 +echo "$as_me:116 20: checking for ANSI C header files" >&59275 +echo "$as_me:11648: checking for ANSI C header files" >&5 9076 9276 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 9077 9277 if test "${ac_cv_header_stdc+set}" = set; then … … 9080 9280 cat >conftest.$ac_ext <<_ACEOF 9081 9281 -#line 11248 "configure" 9082 +#line 116 26"configure"9282 +#line 11654 "configure" 9083 9283 #include "confdefs.h" 9084 9284 #include <stdlib.h> 9085 9285 #include <stdarg.h> 9086 @@ -11253,13 +116 31,13 @@9286 @@ -11253,13 +11659,13 @@ 9087 9287 #include <float.h> 9088 9288 9089 9289 _ACEOF 9090 9290 -if { (eval echo "$as_me:11256: \"$ac_cpp conftest.$ac_ext\"") >&5 9091 +if { (eval echo "$as_me:116 34: \"$ac_cpp conftest.$ac_ext\"") >&59291 +if { (eval echo "$as_me:11662: \"$ac_cpp conftest.$ac_ext\"") >&5 9092 9292 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9093 9293 ac_status=$? … … 9096 9296 cat conftest.err >&5 9097 9297 - echo "$as_me:11262: \$? = $ac_status" >&5 9098 + echo "$as_me:116 40: \$? = $ac_status" >&59298 + echo "$as_me:11668: \$? = $ac_status" >&5 9099 9299 (exit $ac_status); } >/dev/null; then 9100 9300 if test -s conftest.err; then 9101 9301 ac_cpp_err=$ac_c_preproc_warn_flag 9102 @@ -11281,7 +116 59,7 @@9302 @@ -11281,7 +11687,7 @@ 9103 9303 if test $ac_cv_header_stdc = yes; then 9104 9304 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 9105 9305 cat >conftest.$ac_ext <<_ACEOF 9106 9306 -#line 11284 "configure" 9107 +#line 116 62"configure"9307 +#line 11690 "configure" 9108 9308 #include "confdefs.h" 9109 9309 #include <string.h> 9110 9310 9111 @@ -11299,7 +11 677,7 @@9311 @@ -11299,7 +11705,7 @@ 9112 9312 if test $ac_cv_header_stdc = yes; then 9113 9313 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 9114 9314 cat >conftest.$ac_ext <<_ACEOF 9115 9315 -#line 11302 "configure" 9116 +#line 11 680"configure"9316 +#line 11708 "configure" 9117 9317 #include "confdefs.h" 9118 9318 #include <stdlib.h> 9119 9319 9120 @@ -11320,7 +11 698,7 @@9320 @@ -11320,7 +11726,7 @@ 9121 9321 : 9122 9322 else 9123 9323 cat >conftest.$ac_ext <<_ACEOF 9124 9324 -#line 11323 "configure" 9125 +#line 117 01"configure"9325 +#line 11729 "configure" 9126 9326 #include "confdefs.h" 9127 9327 #include <ctype.h> 9128 9328 #if ((' ' & 0x0FF) == 0x020) 9129 @@ -11346,15 +117 24,15 @@9329 @@ -11346,15 +11752,15 @@ 9130 9330 } 9131 9331 _ACEOF 9132 9332 rm -f conftest$ac_exeext 9133 9333 -if { (eval echo "$as_me:11349: \"$ac_link\"") >&5 9134 +if { (eval echo "$as_me:117 27: \"$ac_link\"") >&59334 +if { (eval echo "$as_me:11755: \"$ac_link\"") >&5 9135 9335 (eval $ac_link) 2>&5 9136 9336 ac_status=$? 9137 9337 - echo "$as_me:11352: \$? = $ac_status" >&5 9138 + echo "$as_me:117 30: \$? = $ac_status" >&59338 + echo "$as_me:11758: \$? = $ac_status" >&5 9139 9339 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9140 9340 - { (eval echo "$as_me:11354: \"$ac_try\"") >&5 9141 + { (eval echo "$as_me:117 32: \"$ac_try\"") >&59341 + { (eval echo "$as_me:11760: \"$ac_try\"") >&5 9142 9342 (eval $ac_try) 2>&5 9143 9343 ac_status=$? 9144 9344 - echo "$as_me:11357: \$? = $ac_status" >&5 9145 + echo "$as_me:117 35: \$? = $ac_status" >&59345 + echo "$as_me:11763: \$? = $ac_status" >&5 9146 9346 (exit $ac_status); }; }; then 9147 9347 : 9148 9348 else 9149 @@ -11367,7 +117 45,7 @@9349 @@ -11367,7 +11773,7 @@ 9150 9350 fi 9151 9351 fi 9152 9352 fi 9153 9353 -echo "$as_me:11370: result: $ac_cv_header_stdc" >&5 9154 +echo "$as_me:117 48: result: $ac_cv_header_stdc" >&59354 +echo "$as_me:11776: result: $ac_cv_header_stdc" >&5 9155 9355 echo "${ECHO_T}$ac_cv_header_stdc" >&6 9156 9356 if test $ac_cv_header_stdc = yes; then 9157 9357 9158 @@ -11380,13 +117 58,13 @@9358 @@ -11380,13 +11786,13 @@ 9159 9359 ac_header_dirent=no 9160 9360 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do 9161 9361 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` 9162 9362 -echo "$as_me:11383: checking for $ac_hdr that defines DIR" >&5 9163 +echo "$as_me:117 61: checking for $ac_hdr that defines DIR" >&59363 +echo "$as_me:11789: checking for $ac_hdr that defines DIR" >&5 9164 9364 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 9165 9365 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 9168 9368 cat >conftest.$ac_ext <<_ACEOF 9169 9369 -#line 11389 "configure" 9170 +#line 117 67"configure"9370 +#line 11795 "configure" 9171 9371 #include "confdefs.h" 9172 9372 #include <sys/types.h> 9173 9373 #include <$ac_hdr> 9174 @@ -11401,16 +11 779,16 @@9374 @@ -11401,16 +11807,16 @@ 9175 9375 } 9176 9376 _ACEOF 9177 9377 rm -f conftest.$ac_objext 9178 9378 -if { (eval echo "$as_me:11404: \"$ac_compile\"") >&5 9179 +if { (eval echo "$as_me:11 782: \"$ac_compile\"") >&59379 +if { (eval echo "$as_me:11810: \"$ac_compile\"") >&5 9180 9380 (eval $ac_compile) 2>&5 9181 9381 ac_status=$? 9182 9382 - echo "$as_me:11407: \$? = $ac_status" >&5 9183 + echo "$as_me:11 785: \$? = $ac_status" >&59383 + echo "$as_me:11813: \$? = $ac_status" >&5 9184 9384 (exit $ac_status); } && 9185 9385 { ac_try='test -s conftest.$ac_objext' 9186 9386 - { (eval echo "$as_me:11410: \"$ac_try\"") >&5 9187 + { (eval echo "$as_me:11 788: \"$ac_try\"") >&59387 + { (eval echo "$as_me:11816: \"$ac_try\"") >&5 9188 9388 (eval $ac_try) 2>&5 9189 9389 ac_status=$? 9190 9390 - echo "$as_me:11413: \$? = $ac_status" >&5 9191 + echo "$as_me:11 791: \$? = $ac_status" >&59391 + echo "$as_me:11819: \$? = $ac_status" >&5 9192 9392 (exit $ac_status); }; }; then 9193 9393 eval "$as_ac_Header=yes" 9194 9394 else 9195 @@ -11420,7 +11 798,7 @@9395 @@ -11420,7 +11826,7 @@ 9196 9396 fi 9197 9397 rm -f conftest.$ac_objext conftest.$ac_ext 9198 9398 fi 9199 9399 -echo "$as_me:11423: result: `eval echo '${'$as_ac_Header'}'`" >&5 9200 +echo "$as_me:118 01: result: `eval echo '${'$as_ac_Header'}'`" >&59400 +echo "$as_me:11829: result: `eval echo '${'$as_ac_Header'}'`" >&5 9201 9401 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9202 9402 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9203 9403 cat >>confdefs.h <<EOF 9204 @@ -11433,7 +118 11,7 @@9404 @@ -11433,7 +11839,7 @@ 9205 9405 done 9206 9406 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. 9207 9407 if test $ac_header_dirent = dirent.h; then 9208 9408 - echo "$as_me:11436: checking for opendir in -ldir" >&5 9209 + echo "$as_me:118 14: checking for opendir in -ldir" >&59409 + echo "$as_me:11842: checking for opendir in -ldir" >&5 9210 9410 echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6 9211 9411 if test "${ac_cv_lib_dir_opendir+set}" = set; then 9212 9412 echo $ECHO_N "(cached) $ECHO_C" >&6 9213 @@ -11441,7 +118 19,7 @@9413 @@ -11441,7 +11847,7 @@ 9214 9414 ac_check_lib_save_LIBS=$LIBS 9215 9415 LIBS="-ldir $LIBS" 9216 9416 cat >conftest.$ac_ext <<_ACEOF 9217 9417 -#line 11444 "configure" 9218 +#line 118 22"configure"9418 +#line 11850 "configure" 9219 9419 #include "confdefs.h" 9220 9420 9221 9421 /* Override any gcc2 internal prototype to avoid an error. */ 9222 @@ -11460,16 +118 38,16 @@9422 @@ -11460,16 +11866,16 @@ 9223 9423 } 9224 9424 _ACEOF 9225 9425 rm -f conftest.$ac_objext conftest$ac_exeext 9226 9426 -if { (eval echo "$as_me:11463: \"$ac_link\"") >&5 9227 +if { (eval echo "$as_me:118 41: \"$ac_link\"") >&59427 +if { (eval echo "$as_me:11869: \"$ac_link\"") >&5 9228 9428 (eval $ac_link) 2>&5 9229 9429 ac_status=$? 9230 9430 - echo "$as_me:11466: \$? = $ac_status" >&5 9231 + echo "$as_me:118 44: \$? = $ac_status" >&59431 + echo "$as_me:11872: \$? = $ac_status" >&5 9232 9432 (exit $ac_status); } && 9233 9433 { ac_try='test -s conftest$ac_exeext' 9234 9434 - { (eval echo "$as_me:11469: \"$ac_try\"") >&5 9235 + { (eval echo "$as_me:118 47: \"$ac_try\"") >&59435 + { (eval echo "$as_me:11875: \"$ac_try\"") >&5 9236 9436 (eval $ac_try) 2>&5 9237 9437 ac_status=$? 9238 9438 - echo "$as_me:11472: \$? = $ac_status" >&5 9239 + echo "$as_me:118 50: \$? = $ac_status" >&59439 + echo "$as_me:11878: \$? = $ac_status" >&5 9240 9440 (exit $ac_status); }; }; then 9241 9441 ac_cv_lib_dir_opendir=yes 9242 9442 else 9243 @@ -11480,14 +118 58,14 @@9443 @@ -11480,14 +11886,14 @@ 9244 9444 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9245 9445 LIBS=$ac_check_lib_save_LIBS 9246 9446 fi 9247 9447 -echo "$as_me:11483: result: $ac_cv_lib_dir_opendir" >&5 9248 +echo "$as_me:118 61: result: $ac_cv_lib_dir_opendir" >&59448 +echo "$as_me:11889: result: $ac_cv_lib_dir_opendir" >&5 9249 9449 echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6 9250 9450 if test $ac_cv_lib_dir_opendir = yes; then … … 9254 9454 else 9255 9455 - echo "$as_me:11490: checking for opendir in -lx" >&5 9256 + echo "$as_me:118 68: checking for opendir in -lx" >&59456 + echo "$as_me:11896: checking for opendir in -lx" >&5 9257 9457 echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6 9258 9458 if test "${ac_cv_lib_x_opendir+set}" = set; then 9259 9459 echo $ECHO_N "(cached) $ECHO_C" >&6 9260 @@ -11495,7 +11 873,7 @@9460 @@ -11495,7 +11901,7 @@ 9261 9461 ac_check_lib_save_LIBS=$LIBS 9262 9462 LIBS="-lx $LIBS" 9263 9463 cat >conftest.$ac_ext <<_ACEOF 9264 9464 -#line 11498 "configure" 9265 +#line 11 876"configure"9465 +#line 11904 "configure" 9266 9466 #include "confdefs.h" 9267 9467 9268 9468 /* Override any gcc2 internal prototype to avoid an error. */ 9269 @@ -11514,16 +11 892,16 @@9469 @@ -11514,16 +11920,16 @@ 9270 9470 } 9271 9471 _ACEOF 9272 9472 rm -f conftest.$ac_objext conftest$ac_exeext 9273 9473 -if { (eval echo "$as_me:11517: \"$ac_link\"") >&5 9274 +if { (eval echo "$as_me:11 895: \"$ac_link\"") >&59474 +if { (eval echo "$as_me:11923: \"$ac_link\"") >&5 9275 9475 (eval $ac_link) 2>&5 9276 9476 ac_status=$? 9277 9477 - echo "$as_me:11520: \$? = $ac_status" >&5 9278 + echo "$as_me:11 898: \$? = $ac_status" >&59478 + echo "$as_me:11926: \$? = $ac_status" >&5 9279 9479 (exit $ac_status); } && 9280 9480 { ac_try='test -s conftest$ac_exeext' 9281 9481 - { (eval echo "$as_me:11523: \"$ac_try\"") >&5 9282 + { (eval echo "$as_me:119 01: \"$ac_try\"") >&59482 + { (eval echo "$as_me:11929: \"$ac_try\"") >&5 9283 9483 (eval $ac_try) 2>&5 9284 9484 ac_status=$? 9285 9485 - echo "$as_me:11526: \$? = $ac_status" >&5 9286 + echo "$as_me:119 04: \$? = $ac_status" >&59486 + echo "$as_me:11932: \$? = $ac_status" >&5 9287 9487 (exit $ac_status); }; }; then 9288 9488 ac_cv_lib_x_opendir=yes 9289 9489 else 9290 @@ -11534,7 +119 12,7 @@9490 @@ -11534,7 +11940,7 @@ 9291 9491 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9292 9492 LIBS=$ac_check_lib_save_LIBS 9293 9493 fi 9294 9494 -echo "$as_me:11537: result: $ac_cv_lib_x_opendir" >&5 9295 +echo "$as_me:119 15: result: $ac_cv_lib_x_opendir" >&59495 +echo "$as_me:11943: result: $ac_cv_lib_x_opendir" >&5 9296 9496 echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6 9297 9497 if test $ac_cv_lib_x_opendir = yes; then 9298 9498 LIBS="$LIBS -lx" 9299 @@ -11542,13 +119 20,13 @@9499 @@ -11542,13 +11948,13 @@ 9300 9500 9301 9501 fi 9302 9502 9303 9503 -echo "$as_me:11545: checking whether time.h and sys/time.h may both be included" >&5 9304 +echo "$as_me:119 23: checking whether time.h and sys/time.h may both be included" >&59504 +echo "$as_me:11951: checking whether time.h and sys/time.h may both be included" >&5 9305 9505 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 9306 9506 if test "${ac_cv_header_time+set}" = set; then … … 9309 9509 cat >conftest.$ac_ext <<_ACEOF 9310 9510 -#line 11551 "configure" 9311 +#line 119 29"configure"9511 +#line 11957 "configure" 9312 9512 #include "confdefs.h" 9313 9513 #include <sys/types.h> 9314 9514 #include <sys/time.h> 9315 @@ -11564,16 +119 42,16 @@9515 @@ -11564,16 +11970,16 @@ 9316 9516 } 9317 9517 _ACEOF 9318 9518 rm -f conftest.$ac_objext 9319 9519 -if { (eval echo "$as_me:11567: \"$ac_compile\"") >&5 9320 +if { (eval echo "$as_me:119 45: \"$ac_compile\"") >&59520 +if { (eval echo "$as_me:11973: \"$ac_compile\"") >&5 9321 9521 (eval $ac_compile) 2>&5 9322 9522 ac_status=$? 9323 9523 - echo "$as_me:11570: \$? = $ac_status" >&5 9324 + echo "$as_me:119 48: \$? = $ac_status" >&59524 + echo "$as_me:11976: \$? = $ac_status" >&5 9325 9525 (exit $ac_status); } && 9326 9526 { ac_try='test -s conftest.$ac_objext' 9327 9527 - { (eval echo "$as_me:11573: \"$ac_try\"") >&5 9328 + { (eval echo "$as_me:119 51: \"$ac_try\"") >&59528 + { (eval echo "$as_me:11979: \"$ac_try\"") >&5 9329 9529 (eval $ac_try) 2>&5 9330 9530 ac_status=$? 9331 9531 - echo "$as_me:11576: \$? = $ac_status" >&5 9332 + echo "$as_me:119 54: \$? = $ac_status" >&59532 + echo "$as_me:11982: \$? = $ac_status" >&5 9333 9533 (exit $ac_status); }; }; then 9334 9534 ac_cv_header_time=yes 9335 9535 else 9336 @@ -11583,7 +119 61,7 @@9536 @@ -11583,7 +11989,7 @@ 9337 9537 fi 9338 9538 rm -f conftest.$ac_objext conftest.$ac_ext 9339 9539 fi 9340 9540 -echo "$as_me:11586: result: $ac_cv_header_time" >&5 9341 +echo "$as_me:119 64: result: $ac_cv_header_time" >&59541 +echo "$as_me:11992: result: $ac_cv_header_time" >&5 9342 9542 echo "${ECHO_T}$ac_cv_header_time" >&6 9343 9543 if test $ac_cv_header_time = yes; then 9344 9544 9345 @@ -11593,14 +119 71,14 @@9545 @@ -11593,14 +11999,14 @@ 9346 9546 9347 9547 fi 9348 9548 9349 9549 -echo "$as_me:11596: checking for regular-expression headers" >&5 9350 +echo "$as_me:1 1974: checking for regular-expression headers" >&59550 +echo "$as_me:12002: checking for regular-expression headers" >&5 9351 9551 echo $ECHO_N "checking for regular-expression headers... $ECHO_C" >&6 9352 9552 if test "${cf_cv_regex+set}" = set; then … … 9356 9556 cat >conftest.$ac_ext <<_ACEOF 9357 9557 -#line 11603 "configure" 9358 +#line 1 1981"configure"9558 +#line 12009 "configure" 9359 9559 #include "confdefs.h" 9360 9560 #include <sys/types.h> 9361 9561 #include <regex.h> 9362 @@ -11618,16 +1 1996,16 @@9562 @@ -11618,16 +12024,16 @@ 9363 9563 } 9364 9564 _ACEOF 9365 9565 rm -f conftest.$ac_objext conftest$ac_exeext 9366 9566 -if { (eval echo "$as_me:11621: \"$ac_link\"") >&5 9367 +if { (eval echo "$as_me:1 1999: \"$ac_link\"") >&59567 +if { (eval echo "$as_me:12027: \"$ac_link\"") >&5 9368 9568 (eval $ac_link) 2>&5 9369 9569 ac_status=$? 9370 9570 - echo "$as_me:11624: \$? = $ac_status" >&5 9371 + echo "$as_me:120 02: \$? = $ac_status" >&59571 + echo "$as_me:12030: \$? = $ac_status" >&5 9372 9572 (exit $ac_status); } && 9373 9573 { ac_try='test -s conftest$ac_exeext' 9374 9574 - { (eval echo "$as_me:11627: \"$ac_try\"") >&5 9375 + { (eval echo "$as_me:120 05: \"$ac_try\"") >&59575 + { (eval echo "$as_me:12033: \"$ac_try\"") >&5 9376 9576 (eval $ac_try) 2>&5 9377 9577 ac_status=$? 9378 9578 - echo "$as_me:11630: \$? = $ac_status" >&5 9379 + echo "$as_me:120 08: \$? = $ac_status" >&59579 + echo "$as_me:12036: \$? = $ac_status" >&5 9380 9580 (exit $ac_status); }; }; then 9381 9581 cf_cv_regex="regex.h" 9382 9582 else 9383 @@ -11635,7 +120 13,7 @@9583 @@ -11635,7 +12041,7 @@ 9384 9584 cat conftest.$ac_ext >&5 9385 9585 9386 9586 cat >conftest.$ac_ext <<_ACEOF 9387 9587 -#line 11638 "configure" 9388 +#line 120 16"configure"9588 +#line 12044 "configure" 9389 9589 #include "confdefs.h" 9390 9590 #include <regexp.h> 9391 9591 int 9392 @@ -11650,16 +120 28,16 @@9592 @@ -11650,16 +12056,16 @@ 9393 9593 } 9394 9594 _ACEOF 9395 9595 rm -f conftest.$ac_objext conftest$ac_exeext 9396 9596 -if { (eval echo "$as_me:11653: \"$ac_link\"") >&5 9397 +if { (eval echo "$as_me:120 31: \"$ac_link\"") >&59597 +if { (eval echo "$as_me:12059: \"$ac_link\"") >&5 9398 9598 (eval $ac_link) 2>&5 9399 9599 ac_status=$? 9400 9600 - echo "$as_me:11656: \$? = $ac_status" >&5 9401 + echo "$as_me:120 34: \$? = $ac_status" >&59601 + echo "$as_me:12062: \$? = $ac_status" >&5 9402 9602 (exit $ac_status); } && 9403 9603 { ac_try='test -s conftest$ac_exeext' 9404 9604 - { (eval echo "$as_me:11659: \"$ac_try\"") >&5 9405 + { (eval echo "$as_me:120 37: \"$ac_try\"") >&59605 + { (eval echo "$as_me:12065: \"$ac_try\"") >&5 9406 9606 (eval $ac_try) 2>&5 9407 9607 ac_status=$? 9408 9608 - echo "$as_me:11662: \$? = $ac_status" >&5 9409 + echo "$as_me:120 40: \$? = $ac_status" >&59609 + echo "$as_me:12068: \$? = $ac_status" >&5 9410 9610 (exit $ac_status); }; }; then 9411 9611 cf_cv_regex="regexp.h" 9412 9612 else 9413 @@ -11669,7 +120 47,7 @@9613 @@ -11669,7 +12075,7 @@ 9414 9614 cf_save_LIBS="$LIBS" 9415 9615 LIBS="-lgen $LIBS" 9416 9616 cat >conftest.$ac_ext <<_ACEOF 9417 9617 -#line 11672 "configure" 9418 +#line 120 50"configure"9618 +#line 12078 "configure" 9419 9619 #include "confdefs.h" 9420 9620 #include <regexpr.h> 9421 9621 int 9422 @@ -11684,16 +120 62,16 @@9622 @@ -11684,16 +12090,16 @@ 9423 9623 } 9424 9624 _ACEOF 9425 9625 rm -f conftest.$ac_objext conftest$ac_exeext 9426 9626 -if { (eval echo "$as_me:11687: \"$ac_link\"") >&5 9427 +if { (eval echo "$as_me:120 65: \"$ac_link\"") >&59627 +if { (eval echo "$as_me:12093: \"$ac_link\"") >&5 9428 9628 (eval $ac_link) 2>&5 9429 9629 ac_status=$? 9430 9630 - echo "$as_me:11690: \$? = $ac_status" >&5 9431 + echo "$as_me:120 68: \$? = $ac_status" >&59631 + echo "$as_me:12096: \$? = $ac_status" >&5 9432 9632 (exit $ac_status); } && 9433 9633 { ac_try='test -s conftest$ac_exeext' 9434 9634 - { (eval echo "$as_me:11693: \"$ac_try\"") >&5 9435 + { (eval echo "$as_me:120 71: \"$ac_try\"") >&59635 + { (eval echo "$as_me:12099: \"$ac_try\"") >&5 9436 9636 (eval $ac_try) 2>&5 9437 9637 ac_status=$? 9438 9638 - echo "$as_me:11696: \$? = $ac_status" >&5 9439 + echo "$as_me:12 074: \$? = $ac_status" >&59639 + echo "$as_me:12102: \$? = $ac_status" >&5 9440 9640 (exit $ac_status); }; }; then 9441 9641 cf_cv_regex="regexpr.h" 9442 9642 else 9443 @@ -11709,7 +12 087,7 @@9643 @@ -11709,7 +12115,7 @@ 9444 9644 9445 9645 fi 9446 9646 9447 9647 -echo "$as_me:11712: result: $cf_cv_regex" >&5 9448 +echo "$as_me:12 090: result: $cf_cv_regex" >&59648 +echo "$as_me:12118: result: $cf_cv_regex" >&5 9449 9649 echo "${ECHO_T}$cf_cv_regex" >&6 9450 9650 case $cf_cv_regex in 9451 9651 regex.h) cat >>confdefs.h <<\EOF 9452 @@ -11745,23 +121 23,23 @@9652 @@ -11745,23 +12151,23 @@ 9453 9653 9454 9654 do 9455 9655 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9456 9656 -echo "$as_me:11748: checking for $ac_header" >&5 9457 +echo "$as_me:121 26: checking for $ac_header" >&59657 +echo "$as_me:12154: checking for $ac_header" >&5 9458 9658 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9459 9659 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 9462 9662 cat >conftest.$ac_ext <<_ACEOF 9463 9663 -#line 11754 "configure" 9464 +#line 121 32"configure"9664 +#line 12160 "configure" 9465 9665 #include "confdefs.h" 9466 9666 #include <$ac_header> 9467 9667 _ACEOF 9468 9668 -if { (eval echo "$as_me:11758: \"$ac_cpp conftest.$ac_ext\"") >&5 9469 +if { (eval echo "$as_me:121 36: \"$ac_cpp conftest.$ac_ext\"") >&59669 +if { (eval echo "$as_me:12164: \"$ac_cpp conftest.$ac_ext\"") >&5 9470 9670 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9471 9671 ac_status=$? … … 9474 9674 cat conftest.err >&5 9475 9675 - echo "$as_me:11764: \$? = $ac_status" >&5 9476 + echo "$as_me:121 42: \$? = $ac_status" >&59676 + echo "$as_me:12170: \$? = $ac_status" >&5 9477 9677 (exit $ac_status); } >/dev/null; then 9478 9678 if test -s conftest.err; then 9479 9679 ac_cpp_err=$ac_c_preproc_warn_flag 9480 @@ -11780,7 +121 58,7 @@9680 @@ -11780,7 +12186,7 @@ 9481 9681 fi 9482 9682 rm -f conftest.err conftest.$ac_ext 9483 9683 fi 9484 9684 -echo "$as_me:11783: result: `eval echo '${'$as_ac_Header'}'`" >&5 9485 +echo "$as_me:121 61: result: `eval echo '${'$as_ac_Header'}'`" >&59685 +echo "$as_me:12189: result: `eval echo '${'$as_ac_Header'}'`" >&5 9486 9686 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9487 9687 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9488 9688 cat >>confdefs.h <<EOF 9489 @@ -11794,7 +12 172,7 @@9689 @@ -11794,7 +12200,7 @@ 9490 9690 # Note: even non-Posix ISC needs <sys/bsdtypes.h> to declare fd_set 9491 9691 if test "$ISC" = yes ; then 9492 9692 9493 9693 -echo "$as_me:11797: checking for main in -lcposix" >&5 9494 +echo "$as_me:12 175: checking for main in -lcposix" >&59694 +echo "$as_me:12203: checking for main in -lcposix" >&5 9495 9695 echo $ECHO_N "checking for main in -lcposix... $ECHO_C" >&6 9496 9696 if test "${ac_cv_lib_cposix_main+set}" = set; then 9497 9697 echo $ECHO_N "(cached) $ECHO_C" >&6 9498 @@ -11802,7 +12 180,7 @@9698 @@ -11802,7 +12208,7 @@ 9499 9699 ac_check_lib_save_LIBS=$LIBS 9500 9700 LIBS="-lcposix $LIBS" 9501 9701 cat >conftest.$ac_ext <<_ACEOF 9502 9702 -#line 11805 "configure" 9503 +#line 12 183"configure"9703 +#line 12211 "configure" 9504 9704 #include "confdefs.h" 9505 9705 9506 9706 int 9507 @@ -11814,16 +12 192,16 @@9707 @@ -11814,16 +12220,16 @@ 9508 9708 } 9509 9709 _ACEOF 9510 9710 rm -f conftest.$ac_objext conftest$ac_exeext 9511 9711 -if { (eval echo "$as_me:11817: \"$ac_link\"") >&5 9512 +if { (eval echo "$as_me:12 195: \"$ac_link\"") >&59712 +if { (eval echo "$as_me:12223: \"$ac_link\"") >&5 9513 9713 (eval $ac_link) 2>&5 9514 9714 ac_status=$? 9515 9715 - echo "$as_me:11820: \$? = $ac_status" >&5 9516 + echo "$as_me:12 198: \$? = $ac_status" >&59716 + echo "$as_me:12226: \$? = $ac_status" >&5 9517 9717 (exit $ac_status); } && 9518 9718 { ac_try='test -s conftest$ac_exeext' 9519 9719 - { (eval echo "$as_me:11823: \"$ac_try\"") >&5 9520 + { (eval echo "$as_me:122 01: \"$ac_try\"") >&59720 + { (eval echo "$as_me:12229: \"$ac_try\"") >&5 9521 9721 (eval $ac_try) 2>&5 9522 9722 ac_status=$? 9523 9723 - echo "$as_me:11826: \$? = $ac_status" >&5 9524 + echo "$as_me:122 04: \$? = $ac_status" >&59724 + echo "$as_me:12232: \$? = $ac_status" >&5 9525 9725 (exit $ac_status); }; }; then 9526 9726 ac_cv_lib_cposix_main=yes 9527 9727 else 9528 @@ -11834,7 +122 12,7 @@9728 @@ -11834,7 +12240,7 @@ 9529 9729 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9530 9730 LIBS=$ac_check_lib_save_LIBS 9531 9731 fi 9532 9732 -echo "$as_me:11837: result: $ac_cv_lib_cposix_main" >&5 9533 +echo "$as_me:122 15: result: $ac_cv_lib_cposix_main" >&59733 +echo "$as_me:12243: result: $ac_cv_lib_cposix_main" >&5 9534 9734 echo "${ECHO_T}$ac_cv_lib_cposix_main" >&6 9535 9735 if test $ac_cv_lib_cposix_main = yes; then 9536 9736 cat >>confdefs.h <<EOF 9537 @@ -11845,7 +122 23,7 @@9737 @@ -11845,7 +12251,7 @@ 9538 9738 9539 9739 fi 9540 9740 9541 9741 - echo "$as_me:11848: checking for bzero in -linet" >&5 9542 + echo "$as_me:122 26: checking for bzero in -linet" >&59742 + echo "$as_me:12254: checking for bzero in -linet" >&5 9543 9743 echo $ECHO_N "checking for bzero in -linet... $ECHO_C" >&6 9544 9744 if test "${ac_cv_lib_inet_bzero+set}" = set; then 9545 9745 echo $ECHO_N "(cached) $ECHO_C" >&6 9546 @@ -11853,7 +122 31,7 @@9746 @@ -11853,7 +12259,7 @@ 9547 9747 ac_check_lib_save_LIBS=$LIBS 9548 9748 LIBS="-linet $LIBS" 9549 9749 cat >conftest.$ac_ext <<_ACEOF 9550 9750 -#line 11856 "configure" 9551 +#line 122 34"configure"9751 +#line 12262 "configure" 9552 9752 #include "confdefs.h" 9553 9753 9554 9754 /* Override any gcc2 internal prototype to avoid an error. */ 9555 @@ -11872,16 +122 50,16 @@9755 @@ -11872,16 +12278,16 @@ 9556 9756 } 9557 9757 _ACEOF 9558 9758 rm -f conftest.$ac_objext conftest$ac_exeext 9559 9759 -if { (eval echo "$as_me:11875: \"$ac_link\"") >&5 9560 +if { (eval echo "$as_me:122 53: \"$ac_link\"") >&59760 +if { (eval echo "$as_me:12281: \"$ac_link\"") >&5 9561 9761 (eval $ac_link) 2>&5 9562 9762 ac_status=$? 9563 9763 - echo "$as_me:11878: \$? = $ac_status" >&5 9564 + echo "$as_me:122 56: \$? = $ac_status" >&59764 + echo "$as_me:12284: \$? = $ac_status" >&5 9565 9765 (exit $ac_status); } && 9566 9766 { ac_try='test -s conftest$ac_exeext' 9567 9767 - { (eval echo "$as_me:11881: \"$ac_try\"") >&5 9568 + { (eval echo "$as_me:122 59: \"$ac_try\"") >&59768 + { (eval echo "$as_me:12287: \"$ac_try\"") >&5 9569 9769 (eval $ac_try) 2>&5 9570 9770 ac_status=$? 9571 9771 - echo "$as_me:11884: \$? = $ac_status" >&5 9572 + echo "$as_me:122 62: \$? = $ac_status" >&59772 + echo "$as_me:12290: \$? = $ac_status" >&5 9573 9773 (exit $ac_status); }; }; then 9574 9774 ac_cv_lib_inet_bzero=yes 9575 9775 else 9576 @@ -11892,21 +122 70,21 @@9776 @@ -11892,21 +12298,21 @@ 9577 9777 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9578 9778 LIBS=$ac_check_lib_save_LIBS 9579 9779 fi 9580 9780 -echo "$as_me:11895: result: $ac_cv_lib_inet_bzero" >&5 9581 +echo "$as_me:12 273: result: $ac_cv_lib_inet_bzero" >&59781 +echo "$as_me:12301: result: $ac_cv_lib_inet_bzero" >&5 9582 9782 echo "${ECHO_T}$ac_cv_lib_inet_bzero" >&6 9583 9783 if test $ac_cv_lib_inet_bzero = yes; then … … 9587 9787 9588 9788 -echo "$as_me:11902: checking if sys/time.h works with sys/select.h" >&5 9589 +echo "$as_me:12 280: checking if sys/time.h works with sys/select.h" >&59789 +echo "$as_me:12308: checking if sys/time.h works with sys/select.h" >&5 9590 9790 echo $ECHO_N "checking if sys/time.h works with sys/select.h... $ECHO_C" >&6 9591 9791 if test "${cf_cv_sys_time_select+set}" = set; then … … 9595 9795 cat >conftest.$ac_ext <<_ACEOF 9596 9796 -#line 11909 "configure" 9597 +#line 12 287"configure"9797 +#line 12315 "configure" 9598 9798 #include "confdefs.h" 9599 9799 9600 9800 #include <sys/types.h> 9601 @@ -11926,16 +123 04,16 @@9801 @@ -11926,16 +12332,16 @@ 9602 9802 } 9603 9803 _ACEOF 9604 9804 rm -f conftest.$ac_objext 9605 9805 -if { (eval echo "$as_me:11929: \"$ac_compile\"") >&5 9606 +if { (eval echo "$as_me:123 07: \"$ac_compile\"") >&59806 +if { (eval echo "$as_me:12335: \"$ac_compile\"") >&5 9607 9807 (eval $ac_compile) 2>&5 9608 9808 ac_status=$? 9609 9809 - echo "$as_me:11932: \$? = $ac_status" >&5 9610 + echo "$as_me:123 10: \$? = $ac_status" >&59810 + echo "$as_me:12338: \$? = $ac_status" >&5 9611 9811 (exit $ac_status); } && 9612 9812 { ac_try='test -s conftest.$ac_objext' 9613 9813 - { (eval echo "$as_me:11935: \"$ac_try\"") >&5 9614 + { (eval echo "$as_me:123 13: \"$ac_try\"") >&59814 + { (eval echo "$as_me:12341: \"$ac_try\"") >&5 9615 9815 (eval $ac_try) 2>&5 9616 9816 ac_status=$? 9617 9817 - echo "$as_me:11938: \$? = $ac_status" >&5 9618 + echo "$as_me:123 16: \$? = $ac_status" >&59818 + echo "$as_me:12344: \$? = $ac_status" >&5 9619 9819 (exit $ac_status); }; }; then 9620 9820 cf_cv_sys_time_select=yes 9621 9821 else 9622 @@ -11947,7 +123 25,7 @@9822 @@ -11947,7 +12353,7 @@ 9623 9823 9624 9824 fi 9625 9825 9626 9826 -echo "$as_me:11950: result: $cf_cv_sys_time_select" >&5 9627 +echo "$as_me:123 28: result: $cf_cv_sys_time_select" >&59827 +echo "$as_me:12356: result: $cf_cv_sys_time_select" >&5 9628 9828 echo "${ECHO_T}$cf_cv_sys_time_select" >&6 9629 9829 test "$cf_cv_sys_time_select" = yes && cat >>confdefs.h <<\EOF 9630 9830 #define HAVE_SYS_TIME_SELECT 1 9631 @@ -11961,7 +123 39,7 @@9831 @@ -11961,7 +12367,7 @@ 9632 9832 ac_compiler_gnu=$ac_cv_c_compiler_gnu 9633 9833 ac_main_return=return 9634 9834 9635 9835 -echo "$as_me:11964: checking for $CC option to accept ANSI C" >&5 9636 +echo "$as_me:123 42: checking for $CC option to accept ANSI C" >&59836 +echo "$as_me:12370: checking for $CC option to accept ANSI C" >&5 9637 9837 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 9638 9838 if test "${ac_cv_prog_cc_stdc+set}" = set; then 9639 9839 echo $ECHO_N "(cached) $ECHO_C" >&6 9640 @@ -11969,7 +123 47,7 @@9840 @@ -11969,7 +12375,7 @@ 9641 9841 ac_cv_prog_cc_stdc=no 9642 9842 ac_save_CC=$CC 9643 9843 cat >conftest.$ac_ext <<_ACEOF 9644 9844 -#line 11972 "configure" 9645 +#line 123 50"configure"9845 +#line 12378 "configure" 9646 9846 #include "confdefs.h" 9647 9847 #include <stdarg.h> 9648 9848 #include <stdio.h> 9649 @@ -12018,16 +12 396,16 @@9849 @@ -12018,16 +12424,16 @@ 9650 9850 do 9651 9851 CC="$ac_save_CC $ac_arg" 9652 9852 rm -f conftest.$ac_objext 9653 9853 -if { (eval echo "$as_me:12021: \"$ac_compile\"") >&5 9654 +if { (eval echo "$as_me:12 399: \"$ac_compile\"") >&59854 +if { (eval echo "$as_me:12427: \"$ac_compile\"") >&5 9655 9855 (eval $ac_compile) 2>&5 9656 9856 ac_status=$? 9657 9857 - echo "$as_me:12024: \$? = $ac_status" >&5 9658 + echo "$as_me:124 02: \$? = $ac_status" >&59858 + echo "$as_me:12430: \$? = $ac_status" >&5 9659 9859 (exit $ac_status); } && 9660 9860 { ac_try='test -s conftest.$ac_objext' 9661 9861 - { (eval echo "$as_me:12027: \"$ac_try\"") >&5 9662 + { (eval echo "$as_me:124 05: \"$ac_try\"") >&59862 + { (eval echo "$as_me:12433: \"$ac_try\"") >&5 9663 9863 (eval $ac_try) 2>&5 9664 9864 ac_status=$? 9665 9865 - echo "$as_me:12030: \$? = $ac_status" >&5 9666 + echo "$as_me:124 08: \$? = $ac_status" >&59866 + echo "$as_me:12436: \$? = $ac_status" >&5 9667 9867 (exit $ac_status); }; }; then 9668 9868 ac_cv_prog_cc_stdc=$ac_arg 9669 9869 break 9670 @@ -12044,21 +124 22,21 @@9870 @@ -12044,21 +12450,21 @@ 9671 9871 9672 9872 case "x$ac_cv_prog_cc_stdc" in 9673 9873 x|xno) 9674 9874 - echo "$as_me:12047: result: none needed" >&5 9675 + echo "$as_me:124 25: result: none needed" >&59875 + echo "$as_me:12453: result: none needed" >&5 9676 9876 echo "${ECHO_T}none needed" >&6 ;; 9677 9877 *) 9678 9878 - echo "$as_me:12050: result: $ac_cv_prog_cc_stdc" >&5 9679 + echo "$as_me:124 28: result: $ac_cv_prog_cc_stdc" >&59879 + echo "$as_me:12456: result: $ac_cv_prog_cc_stdc" >&5 9680 9880 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 9681 9881 CC="$CC $ac_cv_prog_cc_stdc" ;; … … 9683 9883 9684 9884 -echo "$as_me:12055: checking for an ANSI C-conforming const" >&5 9685 +echo "$as_me:124 33: checking for an ANSI C-conforming const" >&59885 +echo "$as_me:12461: checking for an ANSI C-conforming const" >&5 9686 9886 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 9687 9887 if test "${ac_cv_c_const+set}" = set; then … … 9690 9890 cat >conftest.$ac_ext <<_ACEOF 9691 9891 -#line 12061 "configure" 9692 +#line 124 39"configure"9892 +#line 12467 "configure" 9693 9893 #include "confdefs.h" 9694 9894 9695 9895 int 9696 @@ -12116,16 +12 494,16 @@9896 @@ -12116,16 +12522,16 @@ 9697 9897 } 9698 9898 _ACEOF 9699 9899 rm -f conftest.$ac_objext 9700 9900 -if { (eval echo "$as_me:12119: \"$ac_compile\"") >&5 9701 +if { (eval echo "$as_me:12 497: \"$ac_compile\"") >&59901 +if { (eval echo "$as_me:12525: \"$ac_compile\"") >&5 9702 9902 (eval $ac_compile) 2>&5 9703 9903 ac_status=$? 9704 9904 - echo "$as_me:12122: \$? = $ac_status" >&5 9705 + echo "$as_me:125 00: \$? = $ac_status" >&59905 + echo "$as_me:12528: \$? = $ac_status" >&5 9706 9906 (exit $ac_status); } && 9707 9907 { ac_try='test -s conftest.$ac_objext' 9708 9908 - { (eval echo "$as_me:12125: \"$ac_try\"") >&5 9709 + { (eval echo "$as_me:125 03: \"$ac_try\"") >&59909 + { (eval echo "$as_me:12531: \"$ac_try\"") >&5 9710 9910 (eval $ac_try) 2>&5 9711 9911 ac_status=$? 9712 9912 - echo "$as_me:12128: \$? = $ac_status" >&5 9713 + echo "$as_me:125 06: \$? = $ac_status" >&59913 + echo "$as_me:12534: \$? = $ac_status" >&5 9714 9914 (exit $ac_status); }; }; then 9715 9915 ac_cv_c_const=yes 9716 9916 else 9717 @@ -12135,7 +125 13,7 @@9917 @@ -12135,7 +12541,7 @@ 9718 9918 fi 9719 9919 rm -f conftest.$ac_objext conftest.$ac_ext 9720 9920 fi 9721 9921 -echo "$as_me:12138: result: $ac_cv_c_const" >&5 9722 +echo "$as_me:125 16: result: $ac_cv_c_const" >&59922 +echo "$as_me:12544: result: $ac_cv_c_const" >&5 9723 9923 echo "${ECHO_T}$ac_cv_c_const" >&6 9724 9924 if test $ac_cv_c_const = no; then 9725 9925 9726 @@ -12145,7 +125 23,7 @@9926 @@ -12145,7 +12551,7 @@ 9727 9927 9728 9928 fi 9729 9929 9730 9930 -echo "$as_me:12148: checking for inline" >&5 9731 +echo "$as_me:125 26: checking for inline" >&59931 +echo "$as_me:12554: checking for inline" >&5 9732 9932 echo $ECHO_N "checking for inline... $ECHO_C" >&6 9733 9933 if test "${ac_cv_c_inline+set}" = set; then 9734 9934 echo $ECHO_N "(cached) $ECHO_C" >&6 9735 @@ -12153,7 +125 31,7 @@9935 @@ -12153,7 +12559,7 @@ 9736 9936 ac_cv_c_inline=no 9737 9937 for ac_kw in inline __inline__ __inline; do 9738 9938 cat >conftest.$ac_ext <<_ACEOF 9739 9939 -#line 12156 "configure" 9740 +#line 125 34"configure"9940 +#line 12562 "configure" 9741 9941 #include "confdefs.h" 9742 9942 #ifndef __cplusplus 9743 9943 static $ac_kw int static_foo () {return 0; } 9744 @@ -12162,16 +125 40,16 @@9944 @@ -12162,16 +12568,16 @@ 9745 9945 9746 9946 _ACEOF 9747 9947 rm -f conftest.$ac_objext 9748 9948 -if { (eval echo "$as_me:12165: \"$ac_compile\"") >&5 9749 +if { (eval echo "$as_me:125 43: \"$ac_compile\"") >&59949 +if { (eval echo "$as_me:12571: \"$ac_compile\"") >&5 9750 9950 (eval $ac_compile) 2>&5 9751 9951 ac_status=$? 9752 9952 - echo "$as_me:12168: \$? = $ac_status" >&5 9753 + echo "$as_me:125 46: \$? = $ac_status" >&59953 + echo "$as_me:12574: \$? = $ac_status" >&5 9754 9954 (exit $ac_status); } && 9755 9955 { ac_try='test -s conftest.$ac_objext' 9756 9956 - { (eval echo "$as_me:12171: \"$ac_try\"") >&5 9757 + { (eval echo "$as_me:125 49: \"$ac_try\"") >&59957 + { (eval echo "$as_me:12577: \"$ac_try\"") >&5 9758 9958 (eval $ac_try) 2>&5 9759 9959 ac_status=$? 9760 9960 - echo "$as_me:12174: \$? = $ac_status" >&5 9761 + echo "$as_me:125 52: \$? = $ac_status" >&59961 + echo "$as_me:12580: \$? = $ac_status" >&5 9762 9962 (exit $ac_status); }; }; then 9763 9963 ac_cv_c_inline=$ac_kw; break 9764 9964 else 9765 @@ -12182,7 +125 60,7 @@9965 @@ -12182,7 +12588,7 @@ 9766 9966 done 9767 9967 9768 9968 fi 9769 9969 -echo "$as_me:12185: result: $ac_cv_c_inline" >&5 9770 +echo "$as_me:125 63: result: $ac_cv_c_inline" >&59970 +echo "$as_me:12591: result: $ac_cv_c_inline" >&5 9771 9971 echo "${ECHO_T}$ac_cv_c_inline" >&6 9772 9972 case $ac_cv_c_inline in 9773 9973 inline | yes) ;; 9774 @@ -12205,7 +12 583,7 @@9974 @@ -12205,7 +12611,7 @@ 9775 9975 : 9776 9976 elif test "$GCC" = yes 9777 9977 then 9778 9978 - echo "$as_me:12208: checking if gcc supports options to tune inlining" >&5 9779 + echo "$as_me:12 586: checking if gcc supports options to tune inlining" >&59979 + echo "$as_me:12614: checking if gcc supports options to tune inlining" >&5 9780 9980 echo $ECHO_N "checking if gcc supports options to tune inlining... $ECHO_C" >&6 9781 9981 if test "${cf_cv_gcc_inline+set}" = set; then 9782 9982 echo $ECHO_N "(cached) $ECHO_C" >&6 9783 @@ -12214,7 +12 592,7 @@9983 @@ -12214,7 +12620,7 @@ 9784 9984 cf_save_CFLAGS=$CFLAGS 9785 9985 CFLAGS="$CFLAGS --param max-inline-insns-single=1200" 9786 9986 cat >conftest.$ac_ext <<_ACEOF 9787 9987 -#line 12217 "configure" 9788 +#line 12 595"configure"9988 +#line 12623 "configure" 9789 9989 #include "confdefs.h" 9790 9990 inline int foo(void) { return 1; } 9791 9991 int 9792 @@ -12226,16 +126 04,16 @@9992 @@ -12226,16 +12632,16 @@ 9793 9993 } 9794 9994 _ACEOF 9795 9995 rm -f conftest.$ac_objext 9796 9996 -if { (eval echo "$as_me:12229: \"$ac_compile\"") >&5 9797 +if { (eval echo "$as_me:126 07: \"$ac_compile\"") >&59997 +if { (eval echo "$as_me:12635: \"$ac_compile\"") >&5 9798 9998 (eval $ac_compile) 2>&5 9799 9999 ac_status=$? 9800 10000 - echo "$as_me:12232: \$? = $ac_status" >&5 9801 + echo "$as_me:126 10: \$? = $ac_status" >&510001 + echo "$as_me:12638: \$? = $ac_status" >&5 9802 10002 (exit $ac_status); } && 9803 10003 { ac_try='test -s conftest.$ac_objext' 9804 10004 - { (eval echo "$as_me:12235: \"$ac_try\"") >&5 9805 + { (eval echo "$as_me:126 13: \"$ac_try\"") >&510005 + { (eval echo "$as_me:12641: \"$ac_try\"") >&5 9806 10006 (eval $ac_try) 2>&5 9807 10007 ac_status=$? 9808 10008 - echo "$as_me:12238: \$? = $ac_status" >&5 9809 + echo "$as_me:126 16: \$? = $ac_status" >&510009 + echo "$as_me:12644: \$? = $ac_status" >&5 9810 10010 (exit $ac_status); }; }; then 9811 10011 cf_cv_gcc_inline=yes 9812 10012 else 9813 @@ -12247,7 +126 25,7 @@10013 @@ -12247,7 +12653,7 @@ 9814 10014 CFLAGS=$cf_save_CFLAGS 9815 10015 9816 10016 fi 9817 10017 -echo "$as_me:12250: result: $cf_cv_gcc_inline" >&5 9818 +echo "$as_me:126 28: result: $cf_cv_gcc_inline" >&510018 +echo "$as_me:12656: result: $cf_cv_gcc_inline" >&5 9819 10019 echo "${ECHO_T}$cf_cv_gcc_inline" >&6 9820 10020 if test "$cf_cv_gcc_inline" = yes ; then 9821 10021 9822 @@ -12311,7 +12 689,7 @@10022 @@ -12311,7 +12717,7 @@ 9823 10023 9824 10024 if test -n "$cf_new_cppflags" ; then … … 9829 10029 9830 10030 if test -n "$cf_new_extra_cppflags" ; then 9831 @@ -12323,7 +127 01,7 @@10031 @@ -12323,7 +12729,7 @@ 9832 10032 fi 9833 10033 fi 9834 10034 9835 10035 -echo "$as_me:12326: checking for signal global datatype" >&5 9836 +echo "$as_me:127 04: checking for signal global datatype" >&510036 +echo "$as_me:12732: checking for signal global datatype" >&5 9837 10037 echo $ECHO_N "checking for signal global datatype... $ECHO_C" >&6 9838 10038 if test "${cf_cv_sig_atomic_t+set}" = set; then 9839 10039 echo $ECHO_N "(cached) $ECHO_C" >&6 9840 @@ -12335,7 +127 13,7 @@10040 @@ -12335,7 +12741,7 @@ 9841 10041 "int" 9842 10042 do 9843 10043 cat >conftest.$ac_ext <<_ACEOF 9844 10044 -#line 12338 "configure" 9845 +#line 127 16"configure"10045 +#line 12744 "configure" 9846 10046 #include "confdefs.h" 9847 10047 9848 10048 #include <sys/types.h> 9849 @@ -12358,16 +127 36,16 @@10049 @@ -12358,16 +12764,16 @@ 9850 10050 } 9851 10051 _ACEOF 9852 10052 rm -f conftest.$ac_objext 9853 10053 -if { (eval echo "$as_me:12361: \"$ac_compile\"") >&5 9854 +if { (eval echo "$as_me:127 39: \"$ac_compile\"") >&510054 +if { (eval echo "$as_me:12767: \"$ac_compile\"") >&5 9855 10055 (eval $ac_compile) 2>&5 9856 10056 ac_status=$? 9857 10057 - echo "$as_me:12364: \$? = $ac_status" >&5 9858 + echo "$as_me:127 42: \$? = $ac_status" >&510058 + echo "$as_me:12770: \$? = $ac_status" >&5 9859 10059 (exit $ac_status); } && 9860 10060 { ac_try='test -s conftest.$ac_objext' 9861 10061 - { (eval echo "$as_me:12367: \"$ac_try\"") >&5 9862 + { (eval echo "$as_me:127 45: \"$ac_try\"") >&510062 + { (eval echo "$as_me:12773: \"$ac_try\"") >&5 9863 10063 (eval $ac_try) 2>&5 9864 10064 ac_status=$? 9865 10065 - echo "$as_me:12370: \$? = $ac_status" >&5 9866 + echo "$as_me:127 48: \$? = $ac_status" >&510066 + echo "$as_me:12776: \$? = $ac_status" >&5 9867 10067 (exit $ac_status); }; }; then 9868 10068 cf_cv_sig_atomic_t=$cf_type 9869 10069 else 9870 @@ -12381,7 +127 59,7 @@10070 @@ -12381,7 +12787,7 @@ 9871 10071 9872 10072 fi 9873 10073 9874 10074 -echo "$as_me:12384: result: $cf_cv_sig_atomic_t" >&5 9875 +echo "$as_me:127 62: result: $cf_cv_sig_atomic_t" >&510075 +echo "$as_me:12790: result: $cf_cv_sig_atomic_t" >&5 9876 10076 echo "${ECHO_T}$cf_cv_sig_atomic_t" >&6 9877 10077 test "$cf_cv_sig_atomic_t" != no && cat >>confdefs.h <<EOF 9878 10078 #define SIG_ATOMIC_T $cf_cv_sig_atomic_t 9879 @@ -12389,7 +127 67,7 @@10079 @@ -12389,7 +12795,7 @@ 9880 10080 9881 10081 if test $NCURSES_CHTYPE = auto ; then 9882 10082 9883 10083 -echo "$as_me:12392: checking for type of chtype" >&5 9884 +echo "$as_me:127 70: checking for type of chtype" >&510084 +echo "$as_me:12798: checking for type of chtype" >&5 9885 10085 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 9886 10086 if test "${cf_cv_typeof_chtype+set}" = set; then 9887 10087 echo $ECHO_N "(cached) $ECHO_C" >&6 9888 @@ -12399,7 +12 777,7 @@10088 @@ -12399,7 +12805,7 @@ 9889 10089 cf_cv_typeof_chtype=long 9890 10090 else 9891 10091 cat >conftest.$ac_ext <<_ACEOF 9892 10092 -#line 12402 "configure" 9893 +#line 12 780"configure"10093 +#line 12808 "configure" 9894 10094 #include "confdefs.h" 9895 10095 9896 10096 #define WANT_BITS 31 9897 @@ -12434,15 +128 12,15 @@10097 @@ -12434,15 +12840,15 @@ 9898 10098 9899 10099 _ACEOF 9900 10100 rm -f conftest$ac_exeext 9901 10101 -if { (eval echo "$as_me:12437: \"$ac_link\"") >&5 9902 +if { (eval echo "$as_me:128 15: \"$ac_link\"") >&510102 +if { (eval echo "$as_me:12843: \"$ac_link\"") >&5 9903 10103 (eval $ac_link) 2>&5 9904 10104 ac_status=$? 9905 10105 - echo "$as_me:12440: \$? = $ac_status" >&5 9906 + echo "$as_me:128 18: \$? = $ac_status" >&510106 + echo "$as_me:12846: \$? = $ac_status" >&5 9907 10107 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9908 10108 - { (eval echo "$as_me:12442: \"$ac_try\"") >&5 9909 + { (eval echo "$as_me:128 20: \"$ac_try\"") >&510109 + { (eval echo "$as_me:12848: \"$ac_try\"") >&5 9910 10110 (eval $ac_try) 2>&5 9911 10111 ac_status=$? 9912 10112 - echo "$as_me:12445: \$? = $ac_status" >&5 9913 + echo "$as_me:128 23: \$? = $ac_status" >&510113 + echo "$as_me:12851: \$? = $ac_status" >&5 9914 10114 (exit $ac_status); }; }; then 9915 10115 cf_cv_typeof_chtype=`cat cf_test.out` 9916 10116 else 9917 @@ -12457,7 +128 35,7 @@10117 @@ -12457,7 +12863,7 @@ 9918 10118 9919 10119 fi 9920 10120 9921 10121 -echo "$as_me:12460: result: $cf_cv_typeof_chtype" >&5 9922 +echo "$as_me:128 38: result: $cf_cv_typeof_chtype" >&510122 +echo "$as_me:12866: result: $cf_cv_typeof_chtype" >&5 9923 10123 echo "${ECHO_T}$cf_cv_typeof_chtype" >&6 9924 10124 9925 10125 cat >>confdefs.h <<EOF 9926 @@ -12469,14 +128 47,14 @@10126 @@ -12469,14 +12875,14 @@ 9927 10127 fi 9928 10128 test "$cf_cv_typeof_chtype" = unsigned && cf_cv_typeof_chtype="" 9929 10129 9930 10130 -echo "$as_me:12472: checking if unsigned literals are legal" >&5 9931 +echo "$as_me:128 50: checking if unsigned literals are legal" >&510131 +echo "$as_me:12878: checking if unsigned literals are legal" >&5 9932 10132 echo $ECHO_N "checking if unsigned literals are legal... $ECHO_C" >&6 9933 10133 if test "${cf_cv_unsigned_literals+set}" = set; then … … 9937 10137 cat >conftest.$ac_ext <<_ACEOF 9938 10138 -#line 12479 "configure" 9939 +#line 128 57"configure"10139 +#line 12885 "configure" 9940 10140 #include "confdefs.h" 9941 10141 9942 10142 int 9943 @@ -12488,16 +128 66,16 @@10143 @@ -12488,16 +12894,16 @@ 9944 10144 } 9945 10145 _ACEOF 9946 10146 rm -f conftest.$ac_objext 9947 10147 -if { (eval echo "$as_me:12491: \"$ac_compile\"") >&5 9948 +if { (eval echo "$as_me:128 69: \"$ac_compile\"") >&510148 +if { (eval echo "$as_me:12897: \"$ac_compile\"") >&5 9949 10149 (eval $ac_compile) 2>&5 9950 10150 ac_status=$? 9951 10151 - echo "$as_me:12494: \$? = $ac_status" >&5 9952 + echo "$as_me:12 872: \$? = $ac_status" >&510152 + echo "$as_me:12900: \$? = $ac_status" >&5 9953 10153 (exit $ac_status); } && 9954 10154 { ac_try='test -s conftest.$ac_objext' 9955 10155 - { (eval echo "$as_me:12497: \"$ac_try\"") >&5 9956 + { (eval echo "$as_me:12 875: \"$ac_try\"") >&510156 + { (eval echo "$as_me:12903: \"$ac_try\"") >&5 9957 10157 (eval $ac_try) 2>&5 9958 10158 ac_status=$? 9959 10159 - echo "$as_me:12500: \$? = $ac_status" >&5 9960 + echo "$as_me:12 878: \$? = $ac_status" >&510160 + echo "$as_me:12906: \$? = $ac_status" >&5 9961 10161 (exit $ac_status); }; }; then 9962 10162 cf_cv_unsigned_literals=yes 9963 10163 else 9964 @@ -12509,7 +12 887,7 @@10164 @@ -12509,7 +12915,7 @@ 9965 10165 9966 10166 fi 9967 10167 9968 10168 -echo "$as_me:12512: result: $cf_cv_unsigned_literals" >&5 9969 +echo "$as_me:12 890: result: $cf_cv_unsigned_literals" >&510169 +echo "$as_me:12918: result: $cf_cv_unsigned_literals" >&5 9970 10170 echo "${ECHO_T}$cf_cv_unsigned_literals" >&6 9971 10171 9972 10172 cf_cv_1UL="1" 9973 @@ -12525,14 +129 03,14 @@10173 @@ -12525,14 +12931,14 @@ 9974 10174 9975 10175 ### Checks for external-data 9976 10176 9977 10177 -echo "$as_me:12528: checking if external errno is declared" >&5 9978 +echo "$as_me:129 06: checking if external errno is declared" >&510178 +echo "$as_me:12934: checking if external errno is declared" >&5 9979 10179 echo $ECHO_N "checking if external errno is declared... $ECHO_C" >&6 9980 10180 if test "${cf_cv_dcl_errno+set}" = set; then … … 9984 10184 cat >conftest.$ac_ext <<_ACEOF 9985 10185 -#line 12535 "configure" 9986 +#line 129 13"configure"10186 +#line 12941 "configure" 9987 10187 #include "confdefs.h" 9988 10188 9989 10189 #ifdef HAVE_STDLIB_H 9990 @@ -12550,16 +129 28,16 @@10190 @@ -12550,16 +12956,16 @@ 9991 10191 } 9992 10192 _ACEOF 9993 10193 rm -f conftest.$ac_objext 9994 10194 -if { (eval echo "$as_me:12553: \"$ac_compile\"") >&5 9995 +if { (eval echo "$as_me:129 31: \"$ac_compile\"") >&510195 +if { (eval echo "$as_me:12959: \"$ac_compile\"") >&5 9996 10196 (eval $ac_compile) 2>&5 9997 10197 ac_status=$? 9998 10198 - echo "$as_me:12556: \$? = $ac_status" >&5 9999 + echo "$as_me:129 34: \$? = $ac_status" >&510199 + echo "$as_me:12962: \$? = $ac_status" >&5 10000 10200 (exit $ac_status); } && 10001 10201 { ac_try='test -s conftest.$ac_objext' 10002 10202 - { (eval echo "$as_me:12559: \"$ac_try\"") >&5 10003 + { (eval echo "$as_me:129 37: \"$ac_try\"") >&510203 + { (eval echo "$as_me:12965: \"$ac_try\"") >&5 10004 10204 (eval $ac_try) 2>&5 10005 10205 ac_status=$? 10006 10206 - echo "$as_me:12562: \$? = $ac_status" >&5 10007 + echo "$as_me:129 40: \$? = $ac_status" >&510207 + echo "$as_me:12968: \$? = $ac_status" >&5 10008 10208 (exit $ac_status); }; }; then 10009 10209 cf_cv_dcl_errno=yes 10010 10210 else 10011 @@ -12570,7 +129 48,7 @@10211 @@ -12570,7 +12976,7 @@ 10012 10212 rm -f conftest.$ac_objext conftest.$ac_ext 10013 10213 10014 10214 fi 10015 10215 -echo "$as_me:12573: result: $cf_cv_dcl_errno" >&5 10016 +echo "$as_me:129 51: result: $cf_cv_dcl_errno" >&510216 +echo "$as_me:12979: result: $cf_cv_dcl_errno" >&5 10017 10217 echo "${ECHO_T}$cf_cv_dcl_errno" >&6 10018 10218 10019 10219 if test "$cf_cv_dcl_errno" = no ; then 10020 @@ -12585,14 +129 63,14 @@10220 @@ -12585,14 +12991,14 @@ 10021 10221 10022 10222 # It's possible (for near-UNIX clones) that the data doesn't exist 10023 10223 10024 10224 -echo "$as_me:12588: checking if external errno exists" >&5 10025 +echo "$as_me:129 66: checking if external errno exists" >&510225 +echo "$as_me:12994: checking if external errno exists" >&5 10026 10226 echo $ECHO_N "checking if external errno exists... $ECHO_C" >&6 10027 10227 if test "${cf_cv_have_errno+set}" = set; then … … 10031 10231 cat >conftest.$ac_ext <<_ACEOF 10032 10232 -#line 12595 "configure" 10033 +#line 1 2973"configure"10233 +#line 13001 "configure" 10034 10234 #include "confdefs.h" 10035 10235 10036 10236 #undef errno 10037 @@ -12607,16 +1 2985,16 @@10237 @@ -12607,16 +13013,16 @@ 10038 10238 } 10039 10239 _ACEOF 10040 10240 rm -f conftest.$ac_objext conftest$ac_exeext 10041 10241 -if { (eval echo "$as_me:12610: \"$ac_link\"") >&5 10042 +if { (eval echo "$as_me:1 2988: \"$ac_link\"") >&510242 +if { (eval echo "$as_me:13016: \"$ac_link\"") >&5 10043 10243 (eval $ac_link) 2>&5 10044 10244 ac_status=$? 10045 10245 - echo "$as_me:12613: \$? = $ac_status" >&5 10046 + echo "$as_me:1 2991: \$? = $ac_status" >&510246 + echo "$as_me:13019: \$? = $ac_status" >&5 10047 10247 (exit $ac_status); } && 10048 10248 { ac_try='test -s conftest$ac_exeext' 10049 10249 - { (eval echo "$as_me:12616: \"$ac_try\"") >&5 10050 + { (eval echo "$as_me:1 2994: \"$ac_try\"") >&510250 + { (eval echo "$as_me:13022: \"$ac_try\"") >&5 10051 10251 (eval $ac_try) 2>&5 10052 10252 ac_status=$? 10053 10253 - echo "$as_me:12619: \$? = $ac_status" >&5 10054 + echo "$as_me:1 2997: \$? = $ac_status" >&510254 + echo "$as_me:13025: \$? = $ac_status" >&5 10055 10255 (exit $ac_status); }; }; then 10056 10256 cf_cv_have_errno=yes 10057 10257 else 10058 @@ -12627,7 +130 05,7 @@10258 @@ -12627,7 +13033,7 @@ 10059 10259 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10060 10260 10061 10261 fi 10062 10262 -echo "$as_me:12630: result: $cf_cv_have_errno" >&5 10063 +echo "$as_me:130 08: result: $cf_cv_have_errno" >&510263 +echo "$as_me:13036: result: $cf_cv_have_errno" >&5 10064 10264 echo "${ECHO_T}$cf_cv_have_errno" >&6 10065 10265 10066 10266 if test "$cf_cv_have_errno" = yes ; then 10067 @@ -12640,7 +130 18,7 @@10267 @@ -12640,7 +13046,7 @@ 10068 10268 10069 10269 fi 10070 10270 10071 10271 -echo "$as_me:12643: checking if data-only library module links" >&5 10072 +echo "$as_me:130 21: checking if data-only library module links" >&510272 +echo "$as_me:13049: checking if data-only library module links" >&5 10073 10273 echo $ECHO_N "checking if data-only library module links... $ECHO_C" >&6 10074 10274 if test "${cf_cv_link_dataonly+set}" = set; then 10075 10275 echo $ECHO_N "(cached) $ECHO_C" >&6 10076 @@ -12648,20 +130 26,20 @@10276 @@ -12648,20 +13054,20 @@ 10077 10277 10078 10278 rm -f conftest.a 10079 10279 cat >conftest.$ac_ext <<EOF 10080 10280 -#line 12651 "configure" 10081 +#line 130 29"configure"10281 +#line 13057 "configure" 10082 10282 int testdata[3] = { 123, 456, 789 }; 10083 10283 EOF 10084 10284 - if { (eval echo "$as_me:12654: \"$ac_compile\"") >&5 10085 + if { (eval echo "$as_me:130 32: \"$ac_compile\"") >&510285 + if { (eval echo "$as_me:13060: \"$ac_compile\"") >&5 10086 10286 (eval $ac_compile) 2>&5 10087 10287 ac_status=$? 10088 10288 - echo "$as_me:12657: \$? = $ac_status" >&5 10089 + echo "$as_me:130 35: \$? = $ac_status" >&510289 + echo "$as_me:13063: \$? = $ac_status" >&5 10090 10290 (exit $ac_status); } ; then 10091 10291 mv conftest.o data.o && \ … … 10096 10296 cat >conftest.$ac_ext <<EOF 10097 10297 -#line 12664 "configure" 10098 +#line 130 42"configure"10298 +#line 13070 "configure" 10099 10299 int testfunc() 10100 10300 { 10101 10301 #if defined(NeXT) 10102 @@ -12674,13 +130 52,13 @@10302 @@ -12674,13 +13080,13 @@ 10103 10303 #endif 10104 10304 } 10105 10305 EOF 10106 10306 - if { (eval echo "$as_me:12677: \"$ac_compile\"") >&5 10107 + if { (eval echo "$as_me:130 55: \"$ac_compile\"") >&510307 + if { (eval echo "$as_me:13083: \"$ac_compile\"") >&5 10108 10308 (eval $ac_compile) 2>&5 10109 10309 ac_status=$? 10110 10310 - echo "$as_me:12680: \$? = $ac_status" >&5 10111 + echo "$as_me:130 58: \$? = $ac_status" >&510311 + echo "$as_me:13086: \$? = $ac_status" >&5 10112 10312 (exit $ac_status); }; then 10113 10313 mv conftest.o func.o && \ … … 10117 10317 rm -f conftest.$ac_ext func.o 10118 10318 ( eval $RANLIB conftest.a ) 2>&5 >/dev/null 10119 @@ -12690,7 +130 68,7 @@10319 @@ -12690,7 +13096,7 @@ 10120 10320 cf_cv_link_dataonly=unknown 10121 10321 else 10122 10322 cat >conftest.$ac_ext <<_ACEOF 10123 10323 -#line 12693 "configure" 10124 +#line 130 71"configure"10324 +#line 13099 "configure" 10125 10325 #include "confdefs.h" 10126 10326 10127 10327 int main() 10128 @@ -12701,15 +13 079,15 @@10328 @@ -12701,15 +13107,15 @@ 10129 10329 10130 10330 _ACEOF 10131 10331 rm -f conftest$ac_exeext 10132 10332 -if { (eval echo "$as_me:12704: \"$ac_link\"") >&5 10133 +if { (eval echo "$as_me:13 082: \"$ac_link\"") >&510333 +if { (eval echo "$as_me:13110: \"$ac_link\"") >&5 10134 10334 (eval $ac_link) 2>&5 10135 10335 ac_status=$? 10136 10336 - echo "$as_me:12707: \$? = $ac_status" >&5 10137 + echo "$as_me:13 085: \$? = $ac_status" >&510337 + echo "$as_me:13113: \$? = $ac_status" >&5 10138 10338 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10139 10339 - { (eval echo "$as_me:12709: \"$ac_try\"") >&5 10140 + { (eval echo "$as_me:13 087: \"$ac_try\"") >&510340 + { (eval echo "$as_me:13115: \"$ac_try\"") >&5 10141 10341 (eval $ac_try) 2>&5 10142 10342 ac_status=$? 10143 10343 - echo "$as_me:12712: \$? = $ac_status" >&5 10144 + echo "$as_me:13 090: \$? = $ac_status" >&510344 + echo "$as_me:13118: \$? = $ac_status" >&5 10145 10345 (exit $ac_status); }; }; then 10146 10346 cf_cv_link_dataonly=yes 10147 10347 else 10148 @@ -12724,7 +131 02,7 @@10348 @@ -12724,7 +13130,7 @@ 10149 10349 10150 10350 fi 10151 10351 10152 10352 -echo "$as_me:12727: result: $cf_cv_link_dataonly" >&5 10153 +echo "$as_me:131 05: result: $cf_cv_link_dataonly" >&510353 +echo "$as_me:13133: result: $cf_cv_link_dataonly" >&5 10154 10354 echo "${ECHO_T}$cf_cv_link_dataonly" >&6 10155 10355 10156 10356 if test "$cf_cv_link_dataonly" = no ; then 10157 @@ -12759,13 +131 37,13 @@10357 @@ -12759,13 +13165,13 @@ 10158 10358 10159 10359 do 10160 10360 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10161 10361 -echo "$as_me:12762: checking for $ac_func" >&5 10162 +echo "$as_me:131 40: checking for $ac_func" >&510362 +echo "$as_me:13168: checking for $ac_func" >&5 10163 10363 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10164 10364 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 10167 10367 cat >conftest.$ac_ext <<_ACEOF 10168 10368 -#line 12768 "configure" 10169 +#line 131 46"configure"10369 +#line 13174 "configure" 10170 10370 #include "confdefs.h" 10171 10371 /* System header to define __stub macros and hopefully few prototypes, 10172 10372 which can conflict with char $ac_func (); below. */ 10173 @@ -12796,16 +13 174,16 @@10373 @@ -12796,16 +13202,16 @@ 10174 10374 } 10175 10375 _ACEOF 10176 10376 rm -f conftest.$ac_objext conftest$ac_exeext 10177 10377 -if { (eval echo "$as_me:12799: \"$ac_link\"") >&5 10178 +if { (eval echo "$as_me:13 177: \"$ac_link\"") >&510378 +if { (eval echo "$as_me:13205: \"$ac_link\"") >&5 10179 10379 (eval $ac_link) 2>&5 10180 10380 ac_status=$? 10181 10381 - echo "$as_me:12802: \$? = $ac_status" >&5 10182 + echo "$as_me:13 180: \$? = $ac_status" >&510382 + echo "$as_me:13208: \$? = $ac_status" >&5 10183 10383 (exit $ac_status); } && 10184 10384 { ac_try='test -s conftest$ac_exeext' 10185 10385 - { (eval echo "$as_me:12805: \"$ac_try\"") >&5 10186 + { (eval echo "$as_me:13 183: \"$ac_try\"") >&510386 + { (eval echo "$as_me:13211: \"$ac_try\"") >&5 10187 10387 (eval $ac_try) 2>&5 10188 10388 ac_status=$? 10189 10389 - echo "$as_me:12808: \$? = $ac_status" >&5 10190 + echo "$as_me:13 186: \$? = $ac_status" >&510390 + echo "$as_me:13214: \$? = $ac_status" >&5 10191 10391 (exit $ac_status); }; }; then 10192 10392 eval "$as_ac_var=yes" 10193 10393 else 10194 @@ -12815,7 +13 193,7 @@10394 @@ -12815,7 +13221,7 @@ 10195 10395 fi 10196 10396 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10197 10397 fi 10198 10398 -echo "$as_me:12818: result: `eval echo '${'$as_ac_var'}'`" >&5 10199 +echo "$as_me:13 196: result: `eval echo '${'$as_ac_var'}'`" >&510399 +echo "$as_me:13224: result: `eval echo '${'$as_ac_var'}'`" >&5 10200 10400 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 10201 10401 if test `eval echo '${'$as_ac_var'}'` = yes; then 10202 10402 cat >>confdefs.h <<EOF 10203 @@ -12827,14 +132 05,14 @@10403 @@ -12827,14 +13233,14 @@ 10204 10404 10205 10405 if test "$with_getcap" = "yes" ; then 10206 10406 10207 10407 -echo "$as_me:12830: checking for terminal-capability database functions" >&5 10208 +echo "$as_me:132 08: checking for terminal-capability database functions" >&510408 +echo "$as_me:13236: checking for terminal-capability database functions" >&5 10209 10409 echo $ECHO_N "checking for terminal-capability database functions... $ECHO_C" >&6 10210 10410 if test "${cf_cv_cgetent+set}" = set; then … … 10214 10414 cat >conftest.$ac_ext <<_ACEOF 10215 10415 -#line 12837 "configure" 10216 +#line 132 15"configure"10416 +#line 13243 "configure" 10217 10417 #include "confdefs.h" 10218 10418 10219 10419 #include <stdlib.h> 10220 @@ -12854,16 +132 32,16 @@10420 @@ -12854,16 +13260,16 @@ 10221 10421 } 10222 10422 _ACEOF 10223 10423 rm -f conftest.$ac_objext conftest$ac_exeext 10224 10424 -if { (eval echo "$as_me:12857: \"$ac_link\"") >&5 10225 +if { (eval echo "$as_me:132 35: \"$ac_link\"") >&510425 +if { (eval echo "$as_me:13263: \"$ac_link\"") >&5 10226 10426 (eval $ac_link) 2>&5 10227 10427 ac_status=$? 10228 10428 - echo "$as_me:12860: \$? = $ac_status" >&5 10229 + echo "$as_me:132 38: \$? = $ac_status" >&510429 + echo "$as_me:13266: \$? = $ac_status" >&5 10230 10430 (exit $ac_status); } && 10231 10431 { ac_try='test -s conftest$ac_exeext' 10232 10432 - { (eval echo "$as_me:12863: \"$ac_try\"") >&5 10233 + { (eval echo "$as_me:132 41: \"$ac_try\"") >&510433 + { (eval echo "$as_me:13269: \"$ac_try\"") >&5 10234 10434 (eval $ac_try) 2>&5 10235 10435 ac_status=$? 10236 10436 - echo "$as_me:12866: \$? = $ac_status" >&5 10237 + echo "$as_me:132 44: \$? = $ac_status" >&510437 + echo "$as_me:13272: \$? = $ac_status" >&5 10238 10438 (exit $ac_status); }; }; then 10239 10439 cf_cv_cgetent=yes 10240 10440 else 10241 @@ -12875,7 +132 53,7 @@10441 @@ -12875,7 +13281,7 @@ 10242 10442 10243 10443 fi 10244 10444 10245 10445 -echo "$as_me:12878: result: $cf_cv_cgetent" >&5 10246 +echo "$as_me:132 56: result: $cf_cv_cgetent" >&510446 +echo "$as_me:13284: result: $cf_cv_cgetent" >&5 10247 10447 echo "${ECHO_T}$cf_cv_cgetent" >&6 10248 10448 test "$cf_cv_cgetent" = yes && cat >>confdefs.h <<\EOF 10249 10449 #define HAVE_BSD_CGETENT 1 10250 @@ -12883,14 +132 61,14 @@10450 @@ -12883,14 +13289,14 @@ 10251 10451 10252 10452 fi 10253 10453 10254 10454 -echo "$as_me:12886: checking for isascii" >&5 10255 +echo "$as_me:132 64: checking for isascii" >&510455 +echo "$as_me:13292: checking for isascii" >&5 10256 10456 echo $ECHO_N "checking for isascii... $ECHO_C" >&6 10257 10457 if test "${cf_cv_have_isascii+set}" = set; then … … 10261 10461 cat >conftest.$ac_ext <<_ACEOF 10262 10462 -#line 12893 "configure" 10263 +#line 132 71"configure"10463 +#line 13299 "configure" 10264 10464 #include "confdefs.h" 10265 10465 #include <ctype.h> 10266 10466 int 10267 @@ -12902,16 +13 280,16 @@10467 @@ -12902,16 +13308,16 @@ 10268 10468 } 10269 10469 _ACEOF 10270 10470 rm -f conftest.$ac_objext conftest$ac_exeext 10271 10471 -if { (eval echo "$as_me:12905: \"$ac_link\"") >&5 10272 +if { (eval echo "$as_me:13 283: \"$ac_link\"") >&510472 +if { (eval echo "$as_me:13311: \"$ac_link\"") >&5 10273 10473 (eval $ac_link) 2>&5 10274 10474 ac_status=$? 10275 10475 - echo "$as_me:12908: \$? = $ac_status" >&5 10276 + echo "$as_me:13 286: \$? = $ac_status" >&510476 + echo "$as_me:13314: \$? = $ac_status" >&5 10277 10477 (exit $ac_status); } && 10278 10478 { ac_try='test -s conftest$ac_exeext' 10279 10479 - { (eval echo "$as_me:12911: \"$ac_try\"") >&5 10280 + { (eval echo "$as_me:13 289: \"$ac_try\"") >&510480 + { (eval echo "$as_me:13317: \"$ac_try\"") >&5 10281 10481 (eval $ac_try) 2>&5 10282 10482 ac_status=$? 10283 10483 - echo "$as_me:12914: \$? = $ac_status" >&5 10284 + echo "$as_me:13 292: \$? = $ac_status" >&510484 + echo "$as_me:13320: \$? = $ac_status" >&5 10285 10485 (exit $ac_status); }; }; then 10286 10486 cf_cv_have_isascii=yes 10287 10487 else 10288 @@ -12922,17 +133 00,17 @@10488 @@ -12922,17 +13328,17 @@ 10289 10489 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10290 10490 10291 10491 fi 10292 10492 -echo "$as_me:12925: result: $cf_cv_have_isascii" >&5 10293 +echo "$as_me:133 03: result: $cf_cv_have_isascii" >&510493 +echo "$as_me:13331: result: $cf_cv_have_isascii" >&5 10294 10494 echo "${ECHO_T}$cf_cv_have_isascii" >&6 10295 10495 test "$cf_cv_have_isascii" = yes && cat >>confdefs.h <<\EOF … … 10299 10499 if test "$ac_cv_func_sigaction" = yes; then 10300 10500 -echo "$as_me:12932: checking whether sigaction needs _POSIX_SOURCE" >&5 10301 +echo "$as_me:133 10: checking whether sigaction needs _POSIX_SOURCE" >&510501 +echo "$as_me:13338: checking whether sigaction needs _POSIX_SOURCE" >&5 10302 10502 echo $ECHO_N "checking whether sigaction needs _POSIX_SOURCE... $ECHO_C" >&6 10303 10503 cat >conftest.$ac_ext <<_ACEOF 10304 10504 -#line 12935 "configure" 10305 +#line 133 13"configure"10505 +#line 13341 "configure" 10306 10506 #include "confdefs.h" 10307 10507 10308 10508 #include <sys/types.h> 10309 @@ -12946,16 +133 24,16 @@10509 @@ -12946,16 +13352,16 @@ 10310 10510 } 10311 10511 _ACEOF 10312 10512 rm -f conftest.$ac_objext 10313 10513 -if { (eval echo "$as_me:12949: \"$ac_compile\"") >&5 10314 +if { (eval echo "$as_me:133 27: \"$ac_compile\"") >&510514 +if { (eval echo "$as_me:13355: \"$ac_compile\"") >&5 10315 10515 (eval $ac_compile) 2>&5 10316 10516 ac_status=$? 10317 10517 - echo "$as_me:12952: \$? = $ac_status" >&5 10318 + echo "$as_me:133 30: \$? = $ac_status" >&510518 + echo "$as_me:13358: \$? = $ac_status" >&5 10319 10519 (exit $ac_status); } && 10320 10520 { ac_try='test -s conftest.$ac_objext' 10321 10521 - { (eval echo "$as_me:12955: \"$ac_try\"") >&5 10322 + { (eval echo "$as_me:133 33: \"$ac_try\"") >&510522 + { (eval echo "$as_me:13361: \"$ac_try\"") >&5 10323 10523 (eval $ac_try) 2>&5 10324 10524 ac_status=$? 10325 10525 - echo "$as_me:12958: \$? = $ac_status" >&5 10326 + echo "$as_me:133 36: \$? = $ac_status" >&510526 + echo "$as_me:13364: \$? = $ac_status" >&5 10327 10527 (exit $ac_status); }; }; then 10328 10528 sigact_bad=no 10329 10529 else 10330 @@ -12963,7 +133 41,7 @@10530 @@ -12963,7 +13369,7 @@ 10331 10531 cat conftest.$ac_ext >&5 10332 10532 10333 10533 cat >conftest.$ac_ext <<_ACEOF 10334 10534 -#line 12966 "configure" 10335 +#line 133 44"configure"10535 +#line 13372 "configure" 10336 10536 #include "confdefs.h" 10337 10537 10338 10538 #define _POSIX_SOURCE 10339 @@ -12978,16 +133 56,16 @@10539 @@ -12978,16 +13384,16 @@ 10340 10540 } 10341 10541 _ACEOF 10342 10542 rm -f conftest.$ac_objext 10343 10543 -if { (eval echo "$as_me:12981: \"$ac_compile\"") >&5 10344 +if { (eval echo "$as_me:133 59: \"$ac_compile\"") >&510544 +if { (eval echo "$as_me:13387: \"$ac_compile\"") >&5 10345 10545 (eval $ac_compile) 2>&5 10346 10546 ac_status=$? 10347 10547 - echo "$as_me:12984: \$? = $ac_status" >&5 10348 + echo "$as_me:133 62: \$? = $ac_status" >&510548 + echo "$as_me:13390: \$? = $ac_status" >&5 10349 10549 (exit $ac_status); } && 10350 10550 { ac_try='test -s conftest.$ac_objext' 10351 10551 - { (eval echo "$as_me:12987: \"$ac_try\"") >&5 10352 + { (eval echo "$as_me:133 65: \"$ac_try\"") >&510552 + { (eval echo "$as_me:13393: \"$ac_try\"") >&5 10353 10553 (eval $ac_try) 2>&5 10354 10554 ac_status=$? 10355 10555 - echo "$as_me:12990: \$? = $ac_status" >&5 10356 + echo "$as_me:133 68: \$? = $ac_status" >&510556 + echo "$as_me:13396: \$? = $ac_status" >&5 10357 10557 (exit $ac_status); }; }; then 10358 10558 sigact_bad=yes 10359 10559 cat >>confdefs.h <<\EOF 10360 @@ -13002,11 +13 380,11 @@10560 @@ -13002,11 +13408,11 @@ 10361 10561 rm -f conftest.$ac_objext conftest.$ac_ext 10362 10562 fi 10363 10563 rm -f conftest.$ac_objext conftest.$ac_ext 10364 10564 -echo "$as_me:13005: result: $sigact_bad" >&5 10365 +echo "$as_me:13 383: result: $sigact_bad" >&510565 +echo "$as_me:13411: result: $sigact_bad" >&5 10366 10566 echo "${ECHO_T}$sigact_bad" >&6 10367 10567 fi 10368 10568 10369 10569 -echo "$as_me:13009: checking if nanosleep really works" >&5 10370 +echo "$as_me:13 387: checking if nanosleep really works" >&510570 +echo "$as_me:13415: checking if nanosleep really works" >&5 10371 10571 echo $ECHO_N "checking if nanosleep really works... $ECHO_C" >&6 10372 10572 if test "${cf_cv_func_nanosleep+set}" = set; then 10373 10573 echo $ECHO_N "(cached) $ECHO_C" >&6 10374 @@ -13016,7 +13 394,7 @@10574 @@ -13016,7 +13422,7 @@ 10375 10575 cf_cv_func_nanosleep=unknown 10376 10576 else 10377 10577 cat >conftest.$ac_ext <<_ACEOF 10378 10578 -#line 13019 "configure" 10379 +#line 13 397"configure"10579 +#line 13425 "configure" 10380 10580 #include "confdefs.h" 10381 10581 10382 10582 #include <stdio.h> 10383 @@ -13041,15 +134 19,15 @@10583 @@ -13041,15 +13447,15 @@ 10384 10584 10385 10585 _ACEOF 10386 10586 rm -f conftest$ac_exeext 10387 10587 -if { (eval echo "$as_me:13044: \"$ac_link\"") >&5 10388 +if { (eval echo "$as_me:134 22: \"$ac_link\"") >&510588 +if { (eval echo "$as_me:13450: \"$ac_link\"") >&5 10389 10589 (eval $ac_link) 2>&5 10390 10590 ac_status=$? 10391 10591 - echo "$as_me:13047: \$? = $ac_status" >&5 10392 + echo "$as_me:134 25: \$? = $ac_status" >&510592 + echo "$as_me:13453: \$? = $ac_status" >&5 10393 10593 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10394 10594 - { (eval echo "$as_me:13049: \"$ac_try\"") >&5 10395 + { (eval echo "$as_me:134 27: \"$ac_try\"") >&510595 + { (eval echo "$as_me:13455: \"$ac_try\"") >&5 10396 10596 (eval $ac_try) 2>&5 10397 10597 ac_status=$? 10398 10598 - echo "$as_me:13052: \$? = $ac_status" >&5 10399 + echo "$as_me:134 30: \$? = $ac_status" >&510599 + echo "$as_me:13458: \$? = $ac_status" >&5 10400 10600 (exit $ac_status); }; }; then 10401 10601 cf_cv_func_nanosleep=yes 10402 10602 else 10403 @@ -13061,7 +134 39,7 @@10603 @@ -13061,7 +13467,7 @@ 10404 10604 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 10405 10605 fi 10406 10606 fi 10407 10607 -echo "$as_me:13064: result: $cf_cv_func_nanosleep" >&5 10408 +echo "$as_me:134 42: result: $cf_cv_func_nanosleep" >&510608 +echo "$as_me:13470: result: $cf_cv_func_nanosleep" >&5 10409 10609 echo "${ECHO_T}$cf_cv_func_nanosleep" >&6 10410 10610 10411 10611 test "$cf_cv_func_nanosleep" = "yes" && cat >>confdefs.h <<\EOF 10412 @@ -13075,23 +134 53,23 @@10612 @@ -13075,23 +13481,23 @@ 10413 10613 10414 10614 do 10415 10615 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10416 10616 -echo "$as_me:13078: checking for $ac_header" >&5 10417 +echo "$as_me:134 56: checking for $ac_header" >&510617 +echo "$as_me:13484: checking for $ac_header" >&5 10418 10618 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10419 10619 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 10422 10622 cat >conftest.$ac_ext <<_ACEOF 10423 10623 -#line 13084 "configure" 10424 +#line 134 62"configure"10624 +#line 13490 "configure" 10425 10625 #include "confdefs.h" 10426 10626 #include <$ac_header> 10427 10627 _ACEOF 10428 10628 -if { (eval echo "$as_me:13088: \"$ac_cpp conftest.$ac_ext\"") >&5 10429 +if { (eval echo "$as_me:134 66: \"$ac_cpp conftest.$ac_ext\"") >&510629 +if { (eval echo "$as_me:13494: \"$ac_cpp conftest.$ac_ext\"") >&5 10430 10630 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10431 10631 ac_status=$? … … 10434 10634 cat conftest.err >&5 10435 10635 - echo "$as_me:13094: \$? = $ac_status" >&5 10436 + echo "$as_me:13 472: \$? = $ac_status" >&510636 + echo "$as_me:13500: \$? = $ac_status" >&5 10437 10637 (exit $ac_status); } >/dev/null; then 10438 10638 if test -s conftest.err; then 10439 10639 ac_cpp_err=$ac_c_preproc_warn_flag 10440 @@ -13110,7 +13 488,7 @@10640 @@ -13110,7 +13516,7 @@ 10441 10641 fi 10442 10642 rm -f conftest.err conftest.$ac_ext 10443 10643 fi 10444 10644 -echo "$as_me:13113: result: `eval echo '${'$as_ac_Header'}'`" >&5 10445 +echo "$as_me:13 491: result: `eval echo '${'$as_ac_Header'}'`" >&510645 +echo "$as_me:13519: result: `eval echo '${'$as_ac_Header'}'`" >&5 10446 10646 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10447 10647 if test `eval echo '${'$as_ac_Header'}'` = yes; then 10448 10648 cat >>confdefs.h <<EOF 10449 @@ -13125,23 +135 03,23 @@10649 @@ -13125,23 +13531,23 @@ 10450 10650 for ac_header in sys/termio.h 10451 10651 do 10452 10652 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10453 10653 -echo "$as_me:13128: checking for $ac_header" >&5 10454 +echo "$as_me:135 06: checking for $ac_header" >&510654 +echo "$as_me:13534: checking for $ac_header" >&5 10455 10655 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10456 10656 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 10459 10659 cat >conftest.$ac_ext <<_ACEOF 10460 10660 -#line 13134 "configure" 10461 +#line 135 12"configure"10661 +#line 13540 "configure" 10462 10662 #include "confdefs.h" 10463 10663 #include <$ac_header> 10464 10664 _ACEOF 10465 10665 -if { (eval echo "$as_me:13138: \"$ac_cpp conftest.$ac_ext\"") >&5 10466 +if { (eval echo "$as_me:135 16: \"$ac_cpp conftest.$ac_ext\"") >&510666 +if { (eval echo "$as_me:13544: \"$ac_cpp conftest.$ac_ext\"") >&5 10467 10667 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10468 10668 ac_status=$? … … 10471 10671 cat conftest.err >&5 10472 10672 - echo "$as_me:13144: \$? = $ac_status" >&5 10473 + echo "$as_me:135 22: \$? = $ac_status" >&510673 + echo "$as_me:13550: \$? = $ac_status" >&5 10474 10674 (exit $ac_status); } >/dev/null; then 10475 10675 if test -s conftest.err; then 10476 10676 ac_cpp_err=$ac_c_preproc_warn_flag 10477 @@ -13160,7 +135 38,7 @@10677 @@ -13160,7 +13566,7 @@ 10478 10678 fi 10479 10679 rm -f conftest.err conftest.$ac_ext 10480 10680 fi 10481 10681 -echo "$as_me:13163: result: `eval echo '${'$as_ac_Header'}'`" >&5 10482 +echo "$as_me:135 41: result: `eval echo '${'$as_ac_Header'}'`" >&510682 +echo "$as_me:13569: result: `eval echo '${'$as_ac_Header'}'`" >&5 10483 10683 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10484 10684 if test `eval echo '${'$as_ac_Header'}'` = yes; then 10485 10685 cat >>confdefs.h <<EOF 10486 @@ -13178,10 +135 56,10 @@10686 @@ -13178,10 +13584,10 @@ 10487 10687 *) termios_bad=maybe ;; 10488 10688 esac 10489 10689 if test "$termios_bad" = maybe ; then 10490 10690 - echo "$as_me:13181: checking whether termios.h needs _POSIX_SOURCE" >&5 10491 + echo "$as_me:135 59: checking whether termios.h needs _POSIX_SOURCE" >&510691 + echo "$as_me:13587: checking whether termios.h needs _POSIX_SOURCE" >&5 10492 10692 echo $ECHO_N "checking whether termios.h needs _POSIX_SOURCE... $ECHO_C" >&6 10493 10693 cat >conftest.$ac_ext <<_ACEOF 10494 10694 -#line 13184 "configure" 10495 +#line 135 62"configure"10695 +#line 13590 "configure" 10496 10696 #include "confdefs.h" 10497 10697 #include <termios.h> 10498 10698 int 10499 @@ -13193,16 +135 71,16 @@10699 @@ -13193,16 +13599,16 @@ 10500 10700 } 10501 10701 _ACEOF 10502 10702 rm -f conftest.$ac_objext 10503 10703 -if { (eval echo "$as_me:13196: \"$ac_compile\"") >&5 10504 +if { (eval echo "$as_me:13 574: \"$ac_compile\"") >&510704 +if { (eval echo "$as_me:13602: \"$ac_compile\"") >&5 10505 10705 (eval $ac_compile) 2>&5 10506 10706 ac_status=$? 10507 10707 - echo "$as_me:13199: \$? = $ac_status" >&5 10508 + echo "$as_me:13 577: \$? = $ac_status" >&510708 + echo "$as_me:13605: \$? = $ac_status" >&5 10509 10709 (exit $ac_status); } && 10510 10710 { ac_try='test -s conftest.$ac_objext' 10511 10711 - { (eval echo "$as_me:13202: \"$ac_try\"") >&5 10512 + { (eval echo "$as_me:13 580: \"$ac_try\"") >&510712 + { (eval echo "$as_me:13608: \"$ac_try\"") >&5 10513 10713 (eval $ac_try) 2>&5 10514 10714 ac_status=$? 10515 10715 - echo "$as_me:13205: \$? = $ac_status" >&5 10516 + echo "$as_me:13 583: \$? = $ac_status" >&510716 + echo "$as_me:13611: \$? = $ac_status" >&5 10517 10717 (exit $ac_status); }; }; then 10518 10718 termios_bad=no 10519 10719 else 10520 @@ -13210,7 +13 588,7 @@10720 @@ -13210,7 +13616,7 @@ 10521 10721 cat conftest.$ac_ext >&5 10522 10722 10523 10723 cat >conftest.$ac_ext <<_ACEOF 10524 10724 -#line 13213 "configure" 10525 +#line 13 591"configure"10725 +#line 13619 "configure" 10526 10726 #include "confdefs.h" 10527 10727 10528 10728 #define _POSIX_SOURCE 10529 @@ -13224,16 +136 02,16 @@10729 @@ -13224,16 +13630,16 @@ 10530 10730 } 10531 10731 _ACEOF 10532 10732 rm -f conftest.$ac_objext 10533 10733 -if { (eval echo "$as_me:13227: \"$ac_compile\"") >&5 10534 +if { (eval echo "$as_me:136 05: \"$ac_compile\"") >&510734 +if { (eval echo "$as_me:13633: \"$ac_compile\"") >&5 10535 10735 (eval $ac_compile) 2>&5 10536 10736 ac_status=$? 10537 10737 - echo "$as_me:13230: \$? = $ac_status" >&5 10538 + echo "$as_me:136 08: \$? = $ac_status" >&510738 + echo "$as_me:13636: \$? = $ac_status" >&5 10539 10739 (exit $ac_status); } && 10540 10740 { ac_try='test -s conftest.$ac_objext' 10541 10741 - { (eval echo "$as_me:13233: \"$ac_try\"") >&5 10542 + { (eval echo "$as_me:136 11: \"$ac_try\"") >&510742 + { (eval echo "$as_me:13639: \"$ac_try\"") >&5 10543 10743 (eval $ac_try) 2>&5 10544 10744 ac_status=$? 10545 10745 - echo "$as_me:13236: \$? = $ac_status" >&5 10546 + echo "$as_me:136 14: \$? = $ac_status" >&510746 + echo "$as_me:13642: \$? = $ac_status" >&5 10547 10747 (exit $ac_status); }; }; then 10548 10748 termios_bad=unknown 10549 10749 else 10550 @@ -13248,19 +136 26,19 @@10750 @@ -13248,19 +13654,19 @@ 10551 10751 10552 10752 fi 10553 10753 rm -f conftest.$ac_objext conftest.$ac_ext 10554 10754 - echo "$as_me:13251: result: $termios_bad" >&5 10555 + echo "$as_me:136 29: result: $termios_bad" >&510755 + echo "$as_me:13657: result: $termios_bad" >&5 10556 10756 echo "${ECHO_T}$termios_bad" >&6 10557 10757 fi … … 10559 10759 10560 10760 -echo "$as_me:13256: checking for tcgetattr" >&5 10561 +echo "$as_me:136 34: checking for tcgetattr" >&510761 +echo "$as_me:13662: checking for tcgetattr" >&5 10562 10762 echo $ECHO_N "checking for tcgetattr... $ECHO_C" >&6 10563 10763 if test "${cf_cv_have_tcgetattr+set}" = set; then … … 10567 10767 cat >conftest.$ac_ext <<_ACEOF 10568 10768 -#line 13263 "configure" 10569 +#line 136 41"configure"10769 +#line 13669 "configure" 10570 10770 #include "confdefs.h" 10571 10771 10572 10772 #include <sys/types.h> 10573 @@ -13288,16 +136 66,16 @@10773 @@ -13288,16 +13694,16 @@ 10574 10774 } 10575 10775 _ACEOF 10576 10776 rm -f conftest.$ac_objext conftest$ac_exeext 10577 10777 -if { (eval echo "$as_me:13291: \"$ac_link\"") >&5 10578 +if { (eval echo "$as_me:136 69: \"$ac_link\"") >&510778 +if { (eval echo "$as_me:13697: \"$ac_link\"") >&5 10579 10779 (eval $ac_link) 2>&5 10580 10780 ac_status=$? 10581 10781 - echo "$as_me:13294: \$? = $ac_status" >&5 10582 + echo "$as_me:13 672: \$? = $ac_status" >&510782 + echo "$as_me:13700: \$? = $ac_status" >&5 10583 10783 (exit $ac_status); } && 10584 10784 { ac_try='test -s conftest$ac_exeext' 10585 10785 - { (eval echo "$as_me:13297: \"$ac_try\"") >&5 10586 + { (eval echo "$as_me:13 675: \"$ac_try\"") >&510786 + { (eval echo "$as_me:13703: \"$ac_try\"") >&5 10587 10787 (eval $ac_try) 2>&5 10588 10788 ac_status=$? 10589 10789 - echo "$as_me:13300: \$? = $ac_status" >&5 10590 + echo "$as_me:13 678: \$? = $ac_status" >&510790 + echo "$as_me:13706: \$? = $ac_status" >&5 10591 10791 (exit $ac_status); }; }; then 10592 10792 cf_cv_have_tcgetattr=yes 10593 10793 else 10594 @@ -13307,20 +13 685,20 @@10794 @@ -13307,20 +13713,20 @@ 10595 10795 fi 10596 10796 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10597 10797 fi 10598 10798 -echo "$as_me:13310: result: $cf_cv_have_tcgetattr" >&5 10599 +echo "$as_me:13 688: result: $cf_cv_have_tcgetattr" >&510799 +echo "$as_me:13716: result: $cf_cv_have_tcgetattr" >&5 10600 10800 echo "${ECHO_T}$cf_cv_have_tcgetattr" >&6 10601 10801 test "$cf_cv_have_tcgetattr" = yes && cat >>confdefs.h <<\EOF … … 10604 10804 10605 10805 -echo "$as_me:13316: checking for vsscanf function or workaround" >&5 10606 +echo "$as_me:13 694: checking for vsscanf function or workaround" >&510806 +echo "$as_me:13722: checking for vsscanf function or workaround" >&5 10607 10807 echo $ECHO_N "checking for vsscanf function or workaround... $ECHO_C" >&6 10608 10808 if test "${cf_cv_func_vsscanf+set}" = set; then … … 10612 10812 cat >conftest.$ac_ext <<_ACEOF 10613 10813 -#line 13323 "configure" 10614 +#line 137 01"configure"10814 +#line 13729 "configure" 10615 10815 #include "confdefs.h" 10616 10816 10617 10817 #include <stdarg.h> 10618 @@ -13336,16 +137 14,16 @@10818 @@ -13336,16 +13742,16 @@ 10619 10819 } 10620 10820 _ACEOF 10621 10821 rm -f conftest.$ac_objext conftest$ac_exeext 10622 10822 -if { (eval echo "$as_me:13339: \"$ac_link\"") >&5 10623 +if { (eval echo "$as_me:137 17: \"$ac_link\"") >&510823 +if { (eval echo "$as_me:13745: \"$ac_link\"") >&5 10624 10824 (eval $ac_link) 2>&5 10625 10825 ac_status=$? 10626 10826 - echo "$as_me:13342: \$? = $ac_status" >&5 10627 + echo "$as_me:137 20: \$? = $ac_status" >&510827 + echo "$as_me:13748: \$? = $ac_status" >&5 10628 10828 (exit $ac_status); } && 10629 10829 { ac_try='test -s conftest$ac_exeext' 10630 10830 - { (eval echo "$as_me:13345: \"$ac_try\"") >&5 10631 + { (eval echo "$as_me:137 23: \"$ac_try\"") >&510831 + { (eval echo "$as_me:13751: \"$ac_try\"") >&5 10632 10832 (eval $ac_try) 2>&5 10633 10833 ac_status=$? 10634 10834 - echo "$as_me:13348: \$? = $ac_status" >&5 10635 + echo "$as_me:137 26: \$? = $ac_status" >&510835 + echo "$as_me:13754: \$? = $ac_status" >&5 10636 10836 (exit $ac_status); }; }; then 10637 10837 cf_cv_func_vsscanf=vsscanf 10638 10838 else 10639 @@ -13353,7 +137 31,7 @@10839 @@ -13353,7 +13759,7 @@ 10640 10840 cat conftest.$ac_ext >&5 10641 10841 10642 10842 cat >conftest.$ac_ext <<_ACEOF 10643 10843 -#line 13356 "configure" 10644 +#line 137 34"configure"10844 +#line 13762 "configure" 10645 10845 #include "confdefs.h" 10646 10846 10647 10847 #include <stdarg.h> 10648 @@ -13375,16 +137 53,16 @@10848 @@ -13375,16 +13781,16 @@ 10649 10849 } 10650 10850 _ACEOF 10651 10851 rm -f conftest.$ac_objext conftest$ac_exeext 10652 10852 -if { (eval echo "$as_me:13378: \"$ac_link\"") >&5 10653 +if { (eval echo "$as_me:137 56: \"$ac_link\"") >&510853 +if { (eval echo "$as_me:13784: \"$ac_link\"") >&5 10654 10854 (eval $ac_link) 2>&5 10655 10855 ac_status=$? 10656 10856 - echo "$as_me:13381: \$? = $ac_status" >&5 10657 + echo "$as_me:137 59: \$? = $ac_status" >&510857 + echo "$as_me:13787: \$? = $ac_status" >&5 10658 10858 (exit $ac_status); } && 10659 10859 { ac_try='test -s conftest$ac_exeext' 10660 10860 - { (eval echo "$as_me:13384: \"$ac_try\"") >&5 10661 + { (eval echo "$as_me:137 62: \"$ac_try\"") >&510861 + { (eval echo "$as_me:13790: \"$ac_try\"") >&5 10662 10862 (eval $ac_try) 2>&5 10663 10863 ac_status=$? 10664 10864 - echo "$as_me:13387: \$? = $ac_status" >&5 10665 + echo "$as_me:137 65: \$? = $ac_status" >&510865 + echo "$as_me:13793: \$? = $ac_status" >&5 10666 10866 (exit $ac_status); }; }; then 10667 10867 cf_cv_func_vsscanf=vfscanf 10668 10868 else 10669 @@ -13392,7 +137 70,7 @@10869 @@ -13392,7 +13798,7 @@ 10670 10870 cat conftest.$ac_ext >&5 10671 10871 10672 10872 cat >conftest.$ac_ext <<_ACEOF 10673 10873 -#line 13395 "configure" 10674 +#line 13 773"configure"10874 +#line 13801 "configure" 10675 10875 #include "confdefs.h" 10676 10876 10677 10877 #include <stdarg.h> 10678 @@ -13414,16 +13 792,16 @@10878 @@ -13414,16 +13820,16 @@ 10679 10879 } 10680 10880 _ACEOF 10681 10881 rm -f conftest.$ac_objext conftest$ac_exeext 10682 10882 -if { (eval echo "$as_me:13417: \"$ac_link\"") >&5 10683 +if { (eval echo "$as_me:13 795: \"$ac_link\"") >&510883 +if { (eval echo "$as_me:13823: \"$ac_link\"") >&5 10684 10884 (eval $ac_link) 2>&5 10685 10885 ac_status=$? 10686 10886 - echo "$as_me:13420: \$? = $ac_status" >&5 10687 + echo "$as_me:13 798: \$? = $ac_status" >&510887 + echo "$as_me:13826: \$? = $ac_status" >&5 10688 10888 (exit $ac_status); } && 10689 10889 { ac_try='test -s conftest$ac_exeext' 10690 10890 - { (eval echo "$as_me:13423: \"$ac_try\"") >&5 10691 + { (eval echo "$as_me:138 01: \"$ac_try\"") >&510891 + { (eval echo "$as_me:13829: \"$ac_try\"") >&5 10692 10892 (eval $ac_try) 2>&5 10693 10893 ac_status=$? 10694 10894 - echo "$as_me:13426: \$? = $ac_status" >&5 10695 + echo "$as_me:138 04: \$? = $ac_status" >&510895 + echo "$as_me:13832: \$? = $ac_status" >&5 10696 10896 (exit $ac_status); }; }; then 10697 10897 cf_cv_func_vsscanf=_doscan 10698 10898 else 10699 @@ -13438,7 +138 16,7 @@10899 @@ -13438,7 +13844,7 @@ 10700 10900 fi 10701 10901 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10702 10902 fi 10703 10903 -echo "$as_me:13441: result: $cf_cv_func_vsscanf" >&5 10704 +echo "$as_me:138 19: result: $cf_cv_func_vsscanf" >&510904 +echo "$as_me:13847: result: $cf_cv_func_vsscanf" >&5 10705 10905 echo "${ECHO_T}$cf_cv_func_vsscanf" >&6 10706 10906 10707 10907 case $cf_cv_func_vsscanf in #(vi 10708 @@ -13456,7 +138 34,7 @@10908 @@ -13456,7 +13862,7 @@ 10709 10909 ;; 10710 10910 esac 10711 10911 10712 10912 -echo "$as_me:13459: checking for working mkstemp" >&5 10713 +echo "$as_me:138 37: checking for working mkstemp" >&510913 +echo "$as_me:13865: checking for working mkstemp" >&5 10714 10914 echo $ECHO_N "checking for working mkstemp... $ECHO_C" >&6 10715 10915 if test "${cf_cv_func_mkstemp+set}" = set; then 10716 10916 echo $ECHO_N "(cached) $ECHO_C" >&6 10717 @@ -13464,13 +138 42,13 @@10917 @@ -13464,13 +13870,13 @@ 10718 10918 10719 10919 rm -f conftest* 10720 10920 if test "$cross_compiling" = yes; then 10721 10921 - echo "$as_me:13467: checking for mkstemp" >&5 10722 + echo "$as_me:138 45: checking for mkstemp" >&510922 + echo "$as_me:13873: checking for mkstemp" >&5 10723 10923 echo $ECHO_N "checking for mkstemp... $ECHO_C" >&6 10724 10924 if test "${ac_cv_func_mkstemp+set}" = set; then … … 10727 10927 cat >conftest.$ac_ext <<_ACEOF 10728 10928 -#line 13473 "configure" 10729 +#line 138 51"configure"10929 +#line 13879 "configure" 10730 10930 #include "confdefs.h" 10731 10931 /* System header to define __stub macros and hopefully few prototypes, 10732 10932 which can conflict with char mkstemp (); below. */ 10733 @@ -13501,16 +13 879,16 @@10933 @@ -13501,16 +13907,16 @@ 10734 10934 } 10735 10935 _ACEOF 10736 10936 rm -f conftest.$ac_objext conftest$ac_exeext 10737 10937 -if { (eval echo "$as_me:13504: \"$ac_link\"") >&5 10738 +if { (eval echo "$as_me:13 882: \"$ac_link\"") >&510938 +if { (eval echo "$as_me:13910: \"$ac_link\"") >&5 10739 10939 (eval $ac_link) 2>&5 10740 10940 ac_status=$? 10741 10941 - echo "$as_me:13507: \$? = $ac_status" >&5 10742 + echo "$as_me:13 885: \$? = $ac_status" >&510942 + echo "$as_me:13913: \$? = $ac_status" >&5 10743 10943 (exit $ac_status); } && 10744 10944 { ac_try='test -s conftest$ac_exeext' 10745 10945 - { (eval echo "$as_me:13510: \"$ac_try\"") >&5 10746 + { (eval echo "$as_me:13 888: \"$ac_try\"") >&510946 + { (eval echo "$as_me:13916: \"$ac_try\"") >&5 10747 10947 (eval $ac_try) 2>&5 10748 10948 ac_status=$? 10749 10949 - echo "$as_me:13513: \$? = $ac_status" >&5 10750 + echo "$as_me:13 891: \$? = $ac_status" >&510950 + echo "$as_me:13919: \$? = $ac_status" >&5 10751 10951 (exit $ac_status); }; }; then 10752 10952 ac_cv_func_mkstemp=yes 10753 10953 else 10754 @@ -13520,12 +13 898,12 @@10954 @@ -13520,12 +13926,12 @@ 10755 10955 fi 10756 10956 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10757 10957 fi 10758 10958 -echo "$as_me:13523: result: $ac_cv_func_mkstemp" >&5 10759 +echo "$as_me:139 01: result: $ac_cv_func_mkstemp" >&510959 +echo "$as_me:13929: result: $ac_cv_func_mkstemp" >&5 10760 10960 echo "${ECHO_T}$ac_cv_func_mkstemp" >&6 10761 10961 … … 10763 10963 cat >conftest.$ac_ext <<_ACEOF 10764 10964 -#line 13528 "configure" 10765 +#line 139 06"configure"10965 +#line 13934 "configure" 10766 10966 #include "confdefs.h" 10767 10967 10768 10968 #include <sys/types.h> 10769 @@ -13563,15 +139 41,15 @@10969 @@ -13563,15 +13969,15 @@ 10770 10970 10771 10971 _ACEOF 10772 10972 rm -f conftest$ac_exeext 10773 10973 -if { (eval echo "$as_me:13566: \"$ac_link\"") >&5 10774 +if { (eval echo "$as_me:139 44: \"$ac_link\"") >&510974 +if { (eval echo "$as_me:13972: \"$ac_link\"") >&5 10775 10975 (eval $ac_link) 2>&5 10776 10976 ac_status=$? 10777 10977 - echo "$as_me:13569: \$? = $ac_status" >&5 10778 + echo "$as_me:139 47: \$? = $ac_status" >&510978 + echo "$as_me:13975: \$? = $ac_status" >&5 10779 10979 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10780 10980 - { (eval echo "$as_me:13571: \"$ac_try\"") >&5 10781 + { (eval echo "$as_me:139 49: \"$ac_try\"") >&510981 + { (eval echo "$as_me:13977: \"$ac_try\"") >&5 10782 10982 (eval $ac_try) 2>&5 10783 10983 ac_status=$? 10784 10984 - echo "$as_me:13574: \$? = $ac_status" >&5 10785 + echo "$as_me:139 52: \$? = $ac_status" >&510985 + echo "$as_me:13980: \$? = $ac_status" >&5 10786 10986 (exit $ac_status); }; }; then 10787 10987 cf_cv_func_mkstemp=yes 10788 10988 10789 @@ -13586,7 +139 64,7 @@10989 @@ -13586,7 +13992,7 @@ 10790 10990 fi 10791 10991 10792 10992 fi 10793 10993 -echo "$as_me:13589: result: $cf_cv_func_mkstemp" >&5 10794 +echo "$as_me:139 67: result: $cf_cv_func_mkstemp" >&510994 +echo "$as_me:13995: result: $cf_cv_func_mkstemp" >&5 10795 10995 echo "${ECHO_T}$cf_cv_func_mkstemp" >&6 10796 10996 if test "$cf_cv_func_mkstemp" = yes ; then 10797 10997 cat >>confdefs.h <<\EOF 10798 @@ -13604,21 +1 3982,21 @@10998 @@ -13604,21 +14010,21 @@ 10799 10999 fi 10800 11000 10801 11001 if test "$cross_compiling" = yes ; then 10802 11002 - { echo "$as_me:13607: WARNING: cross compiling: assume setvbuf params not reversed" >&5 10803 + { echo "$as_me:1 3985: WARNING: cross compiling: assume setvbuf params not reversed" >&511003 + { echo "$as_me:14013: WARNING: cross compiling: assume setvbuf params not reversed" >&5 10804 11004 echo "$as_me: WARNING: cross compiling: assume setvbuf params not reversed" >&2;} 10805 11005 else 10806 11006 - echo "$as_me:13610: checking whether setvbuf arguments are reversed" >&5 10807 + echo "$as_me:1 3988: checking whether setvbuf arguments are reversed" >&511007 + echo "$as_me:14016: checking whether setvbuf arguments are reversed" >&5 10808 11008 echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6 10809 11009 if test "${ac_cv_func_setvbuf_reversed+set}" = set; then … … 10812 11012 if test "$cross_compiling" = yes; then 10813 11013 - { { echo "$as_me:13616: error: cannot run test program while cross compiling" >&5 10814 + { { echo "$as_me:1 3994: error: cannot run test program while cross compiling" >&511014 + { { echo "$as_me:14022: error: cannot run test program while cross compiling" >&5 10815 11015 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 10816 11016 { (exit 1); exit 1; }; } … … 10818 11018 cat >conftest.$ac_ext <<_ACEOF 10819 11019 -#line 13621 "configure" 10820 +#line 1 3999"configure"11020 +#line 14027 "configure" 10821 11021 #include "confdefs.h" 10822 11022 #include <stdio.h> 10823 11023 /* If setvbuf has the reversed format, exit 0. */ 10824 @@ -13635,15 +140 13,15 @@11024 @@ -13635,15 +14041,15 @@ 10825 11025 } 10826 11026 _ACEOF 10827 11027 rm -f conftest$ac_exeext 10828 11028 -if { (eval echo "$as_me:13638: \"$ac_link\"") >&5 10829 +if { (eval echo "$as_me:140 16: \"$ac_link\"") >&511029 +if { (eval echo "$as_me:14044: \"$ac_link\"") >&5 10830 11030 (eval $ac_link) 2>&5 10831 11031 ac_status=$? 10832 11032 - echo "$as_me:13641: \$? = $ac_status" >&5 10833 + echo "$as_me:140 19: \$? = $ac_status" >&511033 + echo "$as_me:14047: \$? = $ac_status" >&5 10834 11034 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10835 11035 - { (eval echo "$as_me:13643: \"$ac_try\"") >&5 10836 + { (eval echo "$as_me:140 21: \"$ac_try\"") >&511036 + { (eval echo "$as_me:14049: \"$ac_try\"") >&5 10837 11037 (eval $ac_try) 2>&5 10838 11038 ac_status=$? 10839 11039 - echo "$as_me:13646: \$? = $ac_status" >&5 10840 + echo "$as_me:140 24: \$? = $ac_status" >&511040 + echo "$as_me:14052: \$? = $ac_status" >&5 10841 11041 (exit $ac_status); }; }; then 10842 11042 ac_cv_func_setvbuf_reversed=yes 10843 11043 else 10844 @@ -13656,7 +140 34,7 @@11044 @@ -13656,7 +14062,7 @@ 10845 11045 fi 10846 11046 rm -f core core.* *.core 10847 11047 fi 10848 11048 -echo "$as_me:13659: result: $ac_cv_func_setvbuf_reversed" >&5 10849 +echo "$as_me:140 37: result: $ac_cv_func_setvbuf_reversed" >&511049 +echo "$as_me:14065: result: $ac_cv_func_setvbuf_reversed" >&5 10850 11050 echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6 10851 11051 if test $ac_cv_func_setvbuf_reversed = yes; then 10852 11052 10853 @@ -13667,13 +140 45,13 @@11053 @@ -13667,13 +14073,13 @@ 10854 11054 fi 10855 11055 10856 11056 fi 10857 11057 -echo "$as_me:13670: checking return type of signal handlers" >&5 10858 +echo "$as_me:140 48: checking return type of signal handlers" >&511058 +echo "$as_me:14076: checking return type of signal handlers" >&5 10859 11059 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 10860 11060 if test "${ac_cv_type_signal+set}" = set; then … … 10863 11063 cat >conftest.$ac_ext <<_ACEOF 10864 11064 -#line 13676 "configure" 10865 +#line 140 54"configure"11065 +#line 14082 "configure" 10866 11066 #include "confdefs.h" 10867 11067 #include <sys/types.h> 10868 11068 #include <signal.h> 10869 @@ -13695,16 +14 073,16 @@11069 @@ -13695,16 +14101,16 @@ 10870 11070 } 10871 11071 _ACEOF 10872 11072 rm -f conftest.$ac_objext 10873 11073 -if { (eval echo "$as_me:13698: \"$ac_compile\"") >&5 10874 +if { (eval echo "$as_me:14 076: \"$ac_compile\"") >&511074 +if { (eval echo "$as_me:14104: \"$ac_compile\"") >&5 10875 11075 (eval $ac_compile) 2>&5 10876 11076 ac_status=$? 10877 11077 - echo "$as_me:13701: \$? = $ac_status" >&5 10878 + echo "$as_me:14 079: \$? = $ac_status" >&511078 + echo "$as_me:14107: \$? = $ac_status" >&5 10879 11079 (exit $ac_status); } && 10880 11080 { ac_try='test -s conftest.$ac_objext' 10881 11081 - { (eval echo "$as_me:13704: \"$ac_try\"") >&5 10882 + { (eval echo "$as_me:14 082: \"$ac_try\"") >&511082 + { (eval echo "$as_me:14110: \"$ac_try\"") >&5 10883 11083 (eval $ac_try) 2>&5 10884 11084 ac_status=$? 10885 11085 - echo "$as_me:13707: \$? = $ac_status" >&5 10886 + echo "$as_me:14 085: \$? = $ac_status" >&511086 + echo "$as_me:14113: \$? = $ac_status" >&5 10887 11087 (exit $ac_status); }; }; then 10888 11088 ac_cv_type_signal=void 10889 11089 else 10890 @@ -13714,21 +14 092,21 @@11090 @@ -13714,21 +14120,21 @@ 10891 11091 fi 10892 11092 rm -f conftest.$ac_objext conftest.$ac_ext 10893 11093 fi 10894 11094 -echo "$as_me:13717: result: $ac_cv_type_signal" >&5 10895 +echo "$as_me:14 095: result: $ac_cv_type_signal" >&511095 +echo "$as_me:14123: result: $ac_cv_type_signal" >&5 10896 11096 echo "${ECHO_T}$ac_cv_type_signal" >&6 10897 11097 … … 10901 11101 10902 11102 -echo "$as_me:13724: checking for type sigaction_t" >&5 10903 +echo "$as_me:141 02: checking for type sigaction_t" >&511103 +echo "$as_me:14130: checking for type sigaction_t" >&5 10904 11104 echo $ECHO_N "checking for type sigaction_t... $ECHO_C" >&6 10905 11105 if test "${cf_cv_type_sigaction+set}" = set; then … … 10909 11109 cat >conftest.$ac_ext <<_ACEOF 10910 11110 -#line 13731 "configure" 10911 +#line 141 09"configure"11111 +#line 14137 "configure" 10912 11112 #include "confdefs.h" 10913 11113 10914 11114 #include <signal.h> 10915 @@ -13741,16 +141 19,16 @@11115 @@ -13741,16 +14147,16 @@ 10916 11116 } 10917 11117 _ACEOF 10918 11118 rm -f conftest.$ac_objext 10919 11119 -if { (eval echo "$as_me:13744: \"$ac_compile\"") >&5 10920 +if { (eval echo "$as_me:141 22: \"$ac_compile\"") >&511120 +if { (eval echo "$as_me:14150: \"$ac_compile\"") >&5 10921 11121 (eval $ac_compile) 2>&5 10922 11122 ac_status=$? 10923 11123 - echo "$as_me:13747: \$? = $ac_status" >&5 10924 + echo "$as_me:141 25: \$? = $ac_status" >&511124 + echo "$as_me:14153: \$? = $ac_status" >&5 10925 11125 (exit $ac_status); } && 10926 11126 { ac_try='test -s conftest.$ac_objext' 10927 11127 - { (eval echo "$as_me:13750: \"$ac_try\"") >&5 10928 + { (eval echo "$as_me:141 28: \"$ac_try\"") >&511128 + { (eval echo "$as_me:14156: \"$ac_try\"") >&5 10929 11129 (eval $ac_try) 2>&5 10930 11130 ac_status=$? 10931 11131 - echo "$as_me:13753: \$? = $ac_status" >&5 10932 + echo "$as_me:141 31: \$? = $ac_status" >&511132 + echo "$as_me:14159: \$? = $ac_status" >&5 10933 11133 (exit $ac_status); }; }; then 10934 11134 cf_cv_type_sigaction=yes 10935 11135 else 10936 @@ -13761,13 +141 39,13 @@11136 @@ -13761,13 +14167,13 @@ 10937 11137 rm -f conftest.$ac_objext conftest.$ac_ext 10938 11138 fi 10939 11139 10940 11140 -echo "$as_me:13764: result: $cf_cv_type_sigaction" >&5 10941 +echo "$as_me:141 42: result: $cf_cv_type_sigaction" >&511141 +echo "$as_me:14170: result: $cf_cv_type_sigaction" >&5 10942 11142 echo "${ECHO_T}$cf_cv_type_sigaction" >&6 10943 11143 test "$cf_cv_type_sigaction" = yes && cat >>confdefs.h <<\EOF … … 10946 11146 10947 11147 -echo "$as_me:13770: checking declaration of size-change" >&5 10948 +echo "$as_me:141 48: checking declaration of size-change" >&511148 +echo "$as_me:14176: checking declaration of size-change" >&5 10949 11149 echo $ECHO_N "checking declaration of size-change... $ECHO_C" >&6 10950 11150 if test "${cf_cv_sizechange+set}" = set; then 10951 11151 echo $ECHO_N "(cached) $ECHO_C" >&6 10952 @@ -13782,7 +141 60,7 @@11152 @@ -13782,7 +14188,7 @@ 10953 11153 CPPFLAGS="$cf_save_CPPFLAGS" 10954 11154 test -n "$cf_opts" && CPPFLAGS="$CPPFLAGS -D$cf_opts" 10955 11155 cat >conftest.$ac_ext <<_ACEOF 10956 11156 -#line 13785 "configure" 10957 +#line 141 63"configure"11157 +#line 14191 "configure" 10958 11158 #include "confdefs.h" 10959 11159 #include <sys/types.h> 10960 11160 #ifdef HAVE_TERMIOS_H 10961 @@ -13826,16 +142 04,16 @@11161 @@ -13826,16 +14232,16 @@ 10962 11162 } 10963 11163 _ACEOF 10964 11164 rm -f conftest.$ac_objext 10965 11165 -if { (eval echo "$as_me:13829: \"$ac_compile\"") >&5 10966 +if { (eval echo "$as_me:142 07: \"$ac_compile\"") >&511166 +if { (eval echo "$as_me:14235: \"$ac_compile\"") >&5 10967 11167 (eval $ac_compile) 2>&5 10968 11168 ac_status=$? 10969 11169 - echo "$as_me:13832: \$? = $ac_status" >&5 10970 + echo "$as_me:142 10: \$? = $ac_status" >&511170 + echo "$as_me:14238: \$? = $ac_status" >&5 10971 11171 (exit $ac_status); } && 10972 11172 { ac_try='test -s conftest.$ac_objext' 10973 11173 - { (eval echo "$as_me:13835: \"$ac_try\"") >&5 10974 + { (eval echo "$as_me:142 13: \"$ac_try\"") >&511174 + { (eval echo "$as_me:14241: \"$ac_try\"") >&5 10975 11175 (eval $ac_try) 2>&5 10976 11176 ac_status=$? 10977 11177 - echo "$as_me:13838: \$? = $ac_status" >&5 10978 + echo "$as_me:142 16: \$? = $ac_status" >&511178 + echo "$as_me:14244: \$? = $ac_status" >&5 10979 11179 (exit $ac_status); }; }; then 10980 11180 cf_cv_sizechange=yes 10981 11181 else 10982 @@ -13854,7 +142 32,7 @@11182 @@ -13854,7 +14260,7 @@ 10983 11183 done 10984 11184 10985 11185 fi 10986 11186 -echo "$as_me:13857: result: $cf_cv_sizechange" >&5 10987 +echo "$as_me:142 35: result: $cf_cv_sizechange" >&511187 +echo "$as_me:14263: result: $cf_cv_sizechange" >&5 10988 11188 echo "${ECHO_T}$cf_cv_sizechange" >&6 10989 11189 if test "$cf_cv_sizechange" != no ; then 10990 11190 cat >>confdefs.h <<\EOF 10991 @@ -13871,13 +142 49,13 @@11191 @@ -13871,13 +14277,13 @@ 10992 11192 esac 10993 11193 fi 10994 11194 10995 11195 -echo "$as_me:13874: checking for memmove" >&5 10996 +echo "$as_me:142 52: checking for memmove" >&511196 +echo "$as_me:14280: checking for memmove" >&5 10997 11197 echo $ECHO_N "checking for memmove... $ECHO_C" >&6 10998 11198 if test "${ac_cv_func_memmove+set}" = set; then … … 11001 11201 cat >conftest.$ac_ext <<_ACEOF 11002 11202 -#line 13880 "configure" 11003 +#line 142 58"configure"11203 +#line 14286 "configure" 11004 11204 #include "confdefs.h" 11005 11205 /* System header to define __stub macros and hopefully few prototypes, 11006 11206 which can conflict with char memmove (); below. */ 11007 @@ -13908,16 +14 286,16 @@11207 @@ -13908,16 +14314,16 @@ 11008 11208 } 11009 11209 _ACEOF 11010 11210 rm -f conftest.$ac_objext conftest$ac_exeext 11011 11211 -if { (eval echo "$as_me:13911: \"$ac_link\"") >&5 11012 +if { (eval echo "$as_me:14 289: \"$ac_link\"") >&511212 +if { (eval echo "$as_me:14317: \"$ac_link\"") >&5 11013 11213 (eval $ac_link) 2>&5 11014 11214 ac_status=$? 11015 11215 - echo "$as_me:13914: \$? = $ac_status" >&5 11016 + echo "$as_me:14 292: \$? = $ac_status" >&511216 + echo "$as_me:14320: \$? = $ac_status" >&5 11017 11217 (exit $ac_status); } && 11018 11218 { ac_try='test -s conftest$ac_exeext' 11019 11219 - { (eval echo "$as_me:13917: \"$ac_try\"") >&5 11020 + { (eval echo "$as_me:14 295: \"$ac_try\"") >&511220 + { (eval echo "$as_me:14323: \"$ac_try\"") >&5 11021 11221 (eval $ac_try) 2>&5 11022 11222 ac_status=$? 11023 11223 - echo "$as_me:13920: \$? = $ac_status" >&5 11024 + echo "$as_me:14 298: \$? = $ac_status" >&511224 + echo "$as_me:14326: \$? = $ac_status" >&5 11025 11225 (exit $ac_status); }; }; then 11026 11226 ac_cv_func_memmove=yes 11027 11227 else 11028 @@ -13927,19 +143 05,19 @@11228 @@ -13927,19 +14333,19 @@ 11029 11229 fi 11030 11230 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11031 11231 fi 11032 11232 -echo "$as_me:13930: result: $ac_cv_func_memmove" >&5 11033 +echo "$as_me:143 08: result: $ac_cv_func_memmove" >&511233 +echo "$as_me:14336: result: $ac_cv_func_memmove" >&5 11034 11234 echo "${ECHO_T}$ac_cv_func_memmove" >&6 11035 11235 if test $ac_cv_func_memmove = yes; then … … 11038 11238 11039 11239 -echo "$as_me:13936: checking for bcopy" >&5 11040 +echo "$as_me:143 14: checking for bcopy" >&511240 +echo "$as_me:14342: checking for bcopy" >&5 11041 11241 echo $ECHO_N "checking for bcopy... $ECHO_C" >&6 11042 11242 if test "${ac_cv_func_bcopy+set}" = set; then … … 11045 11245 cat >conftest.$ac_ext <<_ACEOF 11046 11246 -#line 13942 "configure" 11047 +#line 143 20"configure"11247 +#line 14348 "configure" 11048 11248 #include "confdefs.h" 11049 11249 /* System header to define __stub macros and hopefully few prototypes, 11050 11250 which can conflict with char bcopy (); below. */ 11051 @@ -13970,16 +143 48,16 @@11251 @@ -13970,16 +14376,16 @@ 11052 11252 } 11053 11253 _ACEOF 11054 11254 rm -f conftest.$ac_objext conftest$ac_exeext 11055 11255 -if { (eval echo "$as_me:13973: \"$ac_link\"") >&5 11056 +if { (eval echo "$as_me:143 51: \"$ac_link\"") >&511256 +if { (eval echo "$as_me:14379: \"$ac_link\"") >&5 11057 11257 (eval $ac_link) 2>&5 11058 11258 ac_status=$? 11059 11259 - echo "$as_me:13976: \$? = $ac_status" >&5 11060 + echo "$as_me:143 54: \$? = $ac_status" >&511260 + echo "$as_me:14382: \$? = $ac_status" >&5 11061 11261 (exit $ac_status); } && 11062 11262 { ac_try='test -s conftest$ac_exeext' 11063 11263 - { (eval echo "$as_me:13979: \"$ac_try\"") >&5 11064 + { (eval echo "$as_me:143 57: \"$ac_try\"") >&511264 + { (eval echo "$as_me:14385: \"$ac_try\"") >&5 11065 11265 (eval $ac_try) 2>&5 11066 11266 ac_status=$? 11067 11267 - echo "$as_me:13982: \$? = $ac_status" >&5 11068 + echo "$as_me:143 60: \$? = $ac_status" >&511268 + echo "$as_me:14388: \$? = $ac_status" >&5 11069 11269 (exit $ac_status); }; }; then 11070 11270 ac_cv_func_bcopy=yes 11071 11271 else 11072 @@ -13989,11 +143 67,11 @@11272 @@ -13989,11 +14395,11 @@ 11073 11273 fi 11074 11274 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11075 11275 fi 11076 11276 -echo "$as_me:13992: result: $ac_cv_func_bcopy" >&5 11077 +echo "$as_me:143 70: result: $ac_cv_func_bcopy" >&511277 +echo "$as_me:14398: result: $ac_cv_func_bcopy" >&5 11078 11278 echo "${ECHO_T}$ac_cv_func_bcopy" >&6 11079 11279 if test $ac_cv_func_bcopy = yes; then 11080 11280 11081 11281 - echo "$as_me:13996: checking if bcopy does overlapping moves" >&5 11082 + echo "$as_me:14 374: checking if bcopy does overlapping moves" >&511282 + echo "$as_me:14402: checking if bcopy does overlapping moves" >&5 11083 11283 echo $ECHO_N "checking if bcopy does overlapping moves... $ECHO_C" >&6 11084 11284 if test "${cf_cv_good_bcopy+set}" = set; then 11085 11285 echo $ECHO_N "(cached) $ECHO_C" >&6 11086 @@ -14003,7 +14 381,7 @@11286 @@ -14003,7 +14409,7 @@ 11087 11287 cf_cv_good_bcopy=unknown 11088 11288 else 11089 11289 cat >conftest.$ac_ext <<_ACEOF 11090 11290 -#line 14006 "configure" 11091 +#line 14 384"configure"11291 +#line 14412 "configure" 11092 11292 #include "confdefs.h" 11093 11293 11094 11294 int main() { 11095 @@ -14017,15 +14 395,15 @@11295 @@ -14017,15 +14423,15 @@ 11096 11296 11097 11297 _ACEOF 11098 11298 rm -f conftest$ac_exeext 11099 11299 -if { (eval echo "$as_me:14020: \"$ac_link\"") >&5 11100 +if { (eval echo "$as_me:14 398: \"$ac_link\"") >&511300 +if { (eval echo "$as_me:14426: \"$ac_link\"") >&5 11101 11301 (eval $ac_link) 2>&5 11102 11302 ac_status=$? 11103 11303 - echo "$as_me:14023: \$? = $ac_status" >&5 11104 + echo "$as_me:144 01: \$? = $ac_status" >&511304 + echo "$as_me:14429: \$? = $ac_status" >&5 11105 11305 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11106 11306 - { (eval echo "$as_me:14025: \"$ac_try\"") >&5 11107 + { (eval echo "$as_me:144 03: \"$ac_try\"") >&511307 + { (eval echo "$as_me:14431: \"$ac_try\"") >&5 11108 11308 (eval $ac_try) 2>&5 11109 11309 ac_status=$? 11110 11310 - echo "$as_me:14028: \$? = $ac_status" >&5 11111 + echo "$as_me:144 06: \$? = $ac_status" >&511311 + echo "$as_me:14434: \$? = $ac_status" >&5 11112 11312 (exit $ac_status); }; }; then 11113 11313 cf_cv_good_bcopy=yes 11114 11314 else 11115 @@ -14038,7 +144 16,7 @@11315 @@ -14038,7 +14444,7 @@ 11116 11316 fi 11117 11317 11118 11318 fi 11119 11319 -echo "$as_me:14041: result: $cf_cv_good_bcopy" >&5 11120 +echo "$as_me:144 19: result: $cf_cv_good_bcopy" >&511320 +echo "$as_me:14447: result: $cf_cv_good_bcopy" >&5 11121 11321 echo "${ECHO_T}$cf_cv_good_bcopy" >&6 11122 11322 11123 11323 else 11124 @@ -14059,7 +144 37,7 @@11324 @@ -14059,7 +14465,7 @@ 11125 11325 11126 11326 fi 11127 11327 11128 11328 -echo "$as_me:14062: checking if poll really works" >&5 11129 +echo "$as_me:144 40: checking if poll really works" >&511329 +echo "$as_me:14468: checking if poll really works" >&5 11130 11330 echo $ECHO_N "checking if poll really works... $ECHO_C" >&6 11131 11331 if test "${cf_cv_working_poll+set}" = set; then 11132 11332 echo $ECHO_N "(cached) $ECHO_C" >&6 11133 @@ -14069,7 +144 47,7 @@11333 @@ -14069,7 +14475,7 @@ 11134 11334 cf_cv_working_poll=unknown 11135 11335 else 11136 11336 cat >conftest.$ac_ext <<_ACEOF 11137 11337 -#line 14072 "configure" 11138 +#line 144 50"configure"11338 +#line 14478 "configure" 11139 11339 #include "confdefs.h" 11140 11340 11141 11341 #include <stdio.h> 11142 @@ -14090,15 +144 68,15 @@11342 @@ -14090,15 +14496,15 @@ 11143 11343 } 11144 11344 _ACEOF 11145 11345 rm -f conftest$ac_exeext 11146 11346 -if { (eval echo "$as_me:14093: \"$ac_link\"") >&5 11147 +if { (eval echo "$as_me:144 71: \"$ac_link\"") >&511347 +if { (eval echo "$as_me:14499: \"$ac_link\"") >&5 11148 11348 (eval $ac_link) 2>&5 11149 11349 ac_status=$? 11150 11350 - echo "$as_me:14096: \$? = $ac_status" >&5 11151 + echo "$as_me:14 474: \$? = $ac_status" >&511351 + echo "$as_me:14502: \$? = $ac_status" >&5 11152 11352 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11153 11353 - { (eval echo "$as_me:14098: \"$ac_try\"") >&5 11154 + { (eval echo "$as_me:14 476: \"$ac_try\"") >&511354 + { (eval echo "$as_me:14504: \"$ac_try\"") >&5 11155 11355 (eval $ac_try) 2>&5 11156 11356 ac_status=$? 11157 11357 - echo "$as_me:14101: \$? = $ac_status" >&5 11158 + echo "$as_me:14 479: \$? = $ac_status" >&511358 + echo "$as_me:14507: \$? = $ac_status" >&5 11159 11359 (exit $ac_status); }; }; then 11160 11360 cf_cv_working_poll=yes 11161 11361 else 11162 @@ -14110,7 +14 488,7 @@11362 @@ -14110,7 +14516,7 @@ 11163 11363 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11164 11364 fi 11165 11365 fi 11166 11366 -echo "$as_me:14113: result: $cf_cv_working_poll" >&5 11167 +echo "$as_me:14 491: result: $cf_cv_working_poll" >&511367 +echo "$as_me:14519: result: $cf_cv_working_poll" >&5 11168 11368 echo "${ECHO_T}$cf_cv_working_poll" >&6 11169 11369 test "$cf_cv_working_poll" = "yes" && cat >>confdefs.h <<\EOF 11170 11370 #define HAVE_WORKING_POLL 1 11171 @@ -14118,7 +14 496,7 @@11371 @@ -14118,7 +14524,7 @@ 11172 11372 11173 11373 # special check for test/ditto.c 11174 11374 11175 11375 -echo "$as_me:14121: checking for openpty in -lutil" >&5 11176 +echo "$as_me:14 499: checking for openpty in -lutil" >&511376 +echo "$as_me:14527: checking for openpty in -lutil" >&5 11177 11377 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6 11178 11378 if test "${ac_cv_lib_util_openpty+set}" = set; then 11179 11379 echo $ECHO_N "(cached) $ECHO_C" >&6 11180 @@ -14126,7 +145 04,7 @@11380 @@ -14126,7 +14532,7 @@ 11181 11381 ac_check_lib_save_LIBS=$LIBS 11182 11382 LIBS="-lutil $LIBS" 11183 11383 cat >conftest.$ac_ext <<_ACEOF 11184 11384 -#line 14129 "configure" 11185 +#line 145 07"configure"11385 +#line 14535 "configure" 11186 11386 #include "confdefs.h" 11187 11387 11188 11388 /* Override any gcc2 internal prototype to avoid an error. */ 11189 @@ -14145,16 +145 23,16 @@11389 @@ -14145,16 +14551,16 @@ 11190 11390 } 11191 11391 _ACEOF 11192 11392 rm -f conftest.$ac_objext conftest$ac_exeext 11193 11393 -if { (eval echo "$as_me:14148: \"$ac_link\"") >&5 11194 +if { (eval echo "$as_me:145 26: \"$ac_link\"") >&511394 +if { (eval echo "$as_me:14554: \"$ac_link\"") >&5 11195 11395 (eval $ac_link) 2>&5 11196 11396 ac_status=$? 11197 11397 - echo "$as_me:14151: \$? = $ac_status" >&5 11198 + echo "$as_me:145 29: \$? = $ac_status" >&511398 + echo "$as_me:14557: \$? = $ac_status" >&5 11199 11399 (exit $ac_status); } && 11200 11400 { ac_try='test -s conftest$ac_exeext' 11201 11401 - { (eval echo "$as_me:14154: \"$ac_try\"") >&5 11202 + { (eval echo "$as_me:145 32: \"$ac_try\"") >&511402 + { (eval echo "$as_me:14560: \"$ac_try\"") >&5 11203 11403 (eval $ac_try) 2>&5 11204 11404 ac_status=$? 11205 11405 - echo "$as_me:14157: \$? = $ac_status" >&5 11206 + echo "$as_me:145 35: \$? = $ac_status" >&511406 + echo "$as_me:14563: \$? = $ac_status" >&5 11207 11407 (exit $ac_status); }; }; then 11208 11408 ac_cv_lib_util_openpty=yes 11209 11409 else 11210 @@ -14165,7 +145 43,7 @@11410 @@ -14165,7 +14571,7 @@ 11211 11411 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11212 11412 LIBS=$ac_check_lib_save_LIBS 11213 11413 fi 11214 11414 -echo "$as_me:14168: result: $ac_cv_lib_util_openpty" >&5 11215 +echo "$as_me:145 46: result: $ac_cv_lib_util_openpty" >&511415 +echo "$as_me:14574: result: $ac_cv_lib_util_openpty" >&5 11216 11416 echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6 11217 11417 if test $ac_cv_lib_util_openpty = yes; then 11218 11418 cf_cv_lib_util=yes 11219 @@ -14173,7 +145 51,7 @@11419 @@ -14173,7 +14579,7 @@ 11220 11420 cf_cv_lib_util=no 11221 11421 fi 11222 11422 11223 11423 -echo "$as_me:14176: checking for openpty header" >&5 11224 +echo "$as_me:145 54: checking for openpty header" >&511424 +echo "$as_me:14582: checking for openpty header" >&5 11225 11425 echo $ECHO_N "checking for openpty header... $ECHO_C" >&6 11226 11426 if test "${cf_cv_func_openpty+set}" = set; then 11227 11427 echo $ECHO_N "(cached) $ECHO_C" >&6 11228 @@ -14184,7 +145 62,7 @@11428 @@ -14184,7 +14590,7 @@ 11229 11429 for cf_header in pty.h libutil.h util.h 11230 11430 do 11231 11431 cat >conftest.$ac_ext <<_ACEOF 11232 11432 -#line 14187 "configure" 11233 +#line 145 65"configure"11433 +#line 14593 "configure" 11234 11434 #include "confdefs.h" 11235 11435 11236 11436 #include <$cf_header> 11237 @@ -14201,16 +14 579,16 @@11437 @@ -14201,16 +14607,16 @@ 11238 11438 } 11239 11439 _ACEOF 11240 11440 rm -f conftest.$ac_objext conftest$ac_exeext 11241 11441 -if { (eval echo "$as_me:14204: \"$ac_link\"") >&5 11242 +if { (eval echo "$as_me:14 582: \"$ac_link\"") >&511442 +if { (eval echo "$as_me:14610: \"$ac_link\"") >&5 11243 11443 (eval $ac_link) 2>&5 11244 11444 ac_status=$? 11245 11445 - echo "$as_me:14207: \$? = $ac_status" >&5 11246 + echo "$as_me:14 585: \$? = $ac_status" >&511446 + echo "$as_me:14613: \$? = $ac_status" >&5 11247 11447 (exit $ac_status); } && 11248 11448 { ac_try='test -s conftest$ac_exeext' 11249 11449 - { (eval echo "$as_me:14210: \"$ac_try\"") >&5 11250 + { (eval echo "$as_me:14 588: \"$ac_try\"") >&511450 + { (eval echo "$as_me:14616: \"$ac_try\"") >&5 11251 11451 (eval $ac_try) 2>&5 11252 11452 ac_status=$? 11253 11453 - echo "$as_me:14213: \$? = $ac_status" >&5 11254 + echo "$as_me:14 591: \$? = $ac_status" >&511454 + echo "$as_me:14619: \$? = $ac_status" >&5 11255 11455 (exit $ac_status); }; }; then 11256 11456 11257 11457 cf_cv_func_openpty=$cf_header 11258 @@ -14228,7 +146 06,7 @@11458 @@ -14228,7 +14634,7 @@ 11259 11459 LIBS="$cf_save_LIBS" 11260 11460 11261 11461 fi 11262 11462 -echo "$as_me:14231: result: $cf_cv_func_openpty" >&5 11263 +echo "$as_me:146 09: result: $cf_cv_func_openpty" >&511463 +echo "$as_me:14637: result: $cf_cv_func_openpty" >&5 11264 11464 echo "${ECHO_T}$cf_cv_func_openpty" >&6 11265 11465 11266 11466 if test "$cf_cv_func_openpty" != no ; then 11267 @@ -14274,13 +146 52,13 @@11467 @@ -14274,13 +14680,13 @@ 11268 11468 fi 11269 11469 … … 11277 11477 cat >conftest.$ac_ext <<_ACEOF 11278 11478 -#line 14283 "configure" 11279 +#line 146 61"configure"11479 +#line 14689 "configure" 11280 11480 #include "confdefs.h" 11281 11481 #include <stdio.h> 11282 11482 int 11283 @@ -14292,16 +146 70,16 @@11483 @@ -14292,16 +14698,16 @@ 11284 11484 } 11285 11485 _ACEOF 11286 11486 rm -f conftest.$ac_objext 11287 11487 -if { (eval echo "$as_me:14295: \"$ac_compile\"") >&5 11288 +if { (eval echo "$as_me:14 673: \"$ac_compile\"") >&511488 +if { (eval echo "$as_me:14701: \"$ac_compile\"") >&5 11289 11489 (eval $ac_compile) 2>&5 11290 11490 ac_status=$? 11291 11491 - echo "$as_me:14298: \$? = $ac_status" >&5 11292 + echo "$as_me:14 676: \$? = $ac_status" >&511492 + echo "$as_me:14704: \$? = $ac_status" >&5 11293 11493 (exit $ac_status); } && 11294 11494 { ac_try='test -s conftest.$ac_objext' 11295 11495 - { (eval echo "$as_me:14301: \"$ac_try\"") >&5 11296 + { (eval echo "$as_me:14 679: \"$ac_try\"") >&511496 + { (eval echo "$as_me:14707: \"$ac_try\"") >&5 11297 11497 (eval $ac_try) 2>&5 11298 11498 ac_status=$? 11299 11499 - echo "$as_me:14304: \$? = $ac_status" >&5 11300 + echo "$as_me:14 682: \$? = $ac_status" >&511500 + echo "$as_me:14710: \$? = $ac_status" >&5 11301 11501 (exit $ac_status); }; }; then 11302 11502 : 11303 11503 else 11304 @@ -14318,13 +14 696,13 @@11504 @@ -14318,13 +14724,13 @@ 11305 11505 if test "$cf_have_incdir" = no ; then 11306 11506 test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 11307 11507 11308 11508 -echo "${as_me-configure}:14321: testing adding $cf_add_incdir to include-path ..." 1>&5 11309 +echo "${as_me-configure}:14 699: testing adding $cf_add_incdir to include-path ..." 1>&511509 +echo "${as_me-configure}:14727: testing adding $cf_add_incdir to include-path ..." 1>&5 11310 11510 11311 11511 - CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" … … 11321 11521 break 11322 11522 fi 11323 @@ -14352,7 +147 30,7 @@11523 @@ -14352,7 +14758,7 @@ 11324 11524 if test "$cf_have_libdir" = no ; then 11325 11525 test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 11326 11526 11327 11527 -echo "${as_me-configure}:14355: testing adding $cf_add_libdir to library-path ..." 1>&5 11328 +echo "${as_me-configure}:147 33: testing adding $cf_add_libdir to library-path ..." 1>&511528 +echo "${as_me-configure}:14761: testing adding $cf_add_libdir to library-path ..." 1>&5 11329 11529 11330 11530 LDFLAGS="-L$cf_add_libdir $LDFLAGS" 11331 11531 fi 11332 @@ -14363,23 +147 41,23 @@11532 @@ -14363,23 +14769,23 @@ 11333 11533 fi 11334 11534 esac 11335 11535 11336 11536 -echo "$as_me:14366: checking for db.h" >&5 11337 +echo "$as_me:147 44: checking for db.h" >&511537 +echo "$as_me:14772: checking for db.h" >&5 11338 11538 echo $ECHO_N "checking for db.h... $ECHO_C" >&6 11339 11539 if test "${ac_cv_header_db_h+set}" = set; then … … 11342 11542 cat >conftest.$ac_ext <<_ACEOF 11343 11543 -#line 14372 "configure" 11344 +#line 147 50"configure"11544 +#line 14778 "configure" 11345 11545 #include "confdefs.h" 11346 11546 #include <db.h> 11347 11547 _ACEOF 11348 11548 -if { (eval echo "$as_me:14376: \"$ac_cpp conftest.$ac_ext\"") >&5 11349 +if { (eval echo "$as_me:147 54: \"$ac_cpp conftest.$ac_ext\"") >&511549 +if { (eval echo "$as_me:14782: \"$ac_cpp conftest.$ac_ext\"") >&5 11350 11550 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11351 11551 ac_status=$? … … 11354 11554 cat conftest.err >&5 11355 11555 - echo "$as_me:14382: \$? = $ac_status" >&5 11356 + echo "$as_me:147 60: \$? = $ac_status" >&511556 + echo "$as_me:14788: \$? = $ac_status" >&5 11357 11557 (exit $ac_status); } >/dev/null; then 11358 11558 if test -s conftest.err; then 11359 11559 ac_cpp_err=$ac_c_preproc_warn_flag 11360 @@ -14398,11 +14 776,11 @@11560 @@ -14398,11 +14804,11 @@ 11361 11561 fi 11362 11562 rm -f conftest.err conftest.$ac_ext 11363 11563 fi 11364 11564 -echo "$as_me:14401: result: $ac_cv_header_db_h" >&5 11365 +echo "$as_me:14 779: result: $ac_cv_header_db_h" >&511565 +echo "$as_me:14807: result: $ac_cv_header_db_h" >&5 11366 11566 echo "${ECHO_T}$ac_cv_header_db_h" >&6 11367 11567 if test $ac_cv_header_db_h = yes; then 11368 11568 11369 11569 -echo "$as_me:14405: checking for version of db" >&5 11370 +echo "$as_me:14 783: checking for version of db" >&511570 +echo "$as_me:14811: checking for version of db" >&5 11371 11571 echo $ECHO_N "checking for version of db... $ECHO_C" >&6 11372 11572 if test "${cf_cv_hashed_db_version+set}" = set; then 11373 11573 echo $ECHO_N "(cached) $ECHO_C" >&6 11374 @@ -14413,10 +14 791,10 @@11574 @@ -14413,10 +14819,10 @@ 11375 11575 for cf_db_version in 1 2 3 4 5 11376 11576 do 11377 11577 11378 11578 -echo "${as_me-configure}:14416: testing checking for db version $cf_db_version ..." 1>&5 11379 +echo "${as_me-configure}:14 794: testing checking for db version $cf_db_version ..." 1>&511579 +echo "${as_me-configure}:14822: testing checking for db version $cf_db_version ..." 1>&5 11380 11580 11381 11581 cat >conftest.$ac_ext <<_ACEOF 11382 11582 -#line 14419 "configure" 11383 +#line 14 797"configure"11583 +#line 14825 "configure" 11384 11584 #include "confdefs.h" 11385 11585 11386 11586 $ac_includes_default 11387 @@ -14446,16 +148 24,16 @@11587 @@ -14446,16 +14852,16 @@ 11388 11588 } 11389 11589 _ACEOF 11390 11590 rm -f conftest.$ac_objext 11391 11591 -if { (eval echo "$as_me:14449: \"$ac_compile\"") >&5 11392 +if { (eval echo "$as_me:148 27: \"$ac_compile\"") >&511592 +if { (eval echo "$as_me:14855: \"$ac_compile\"") >&5 11393 11593 (eval $ac_compile) 2>&5 11394 11594 ac_status=$? 11395 11595 - echo "$as_me:14452: \$? = $ac_status" >&5 11396 + echo "$as_me:148 30: \$? = $ac_status" >&511596 + echo "$as_me:14858: \$? = $ac_status" >&5 11397 11597 (exit $ac_status); } && 11398 11598 { ac_try='test -s conftest.$ac_objext' 11399 11599 - { (eval echo "$as_me:14455: \"$ac_try\"") >&5 11400 + { (eval echo "$as_me:148 33: \"$ac_try\"") >&511600 + { (eval echo "$as_me:14861: \"$ac_try\"") >&5 11401 11601 (eval $ac_try) 2>&5 11402 11602 ac_status=$? 11403 11603 - echo "$as_me:14458: \$? = $ac_status" >&5 11404 + echo "$as_me:148 36: \$? = $ac_status" >&511604 + echo "$as_me:14864: \$? = $ac_status" >&5 11405 11605 (exit $ac_status); }; }; then 11406 11606 11407 11607 cf_cv_hashed_db_version=$cf_db_version 11408 @@ -14469,16 +148 47,16 @@11608 @@ -14469,16 +14875,16 @@ 11409 11609 done 11410 11610 11411 11611 fi 11412 11612 -echo "$as_me:14472: result: $cf_cv_hashed_db_version" >&5 11413 +echo "$as_me:148 50: result: $cf_cv_hashed_db_version" >&511613 +echo "$as_me:14878: result: $cf_cv_hashed_db_version" >&5 11414 11614 echo "${ECHO_T}$cf_cv_hashed_db_version" >&6 11415 11615 11416 11616 if test "$cf_cv_hashed_db_version" = unknown ; then 11417 11617 - { { echo "$as_me:14476: error: Cannot determine version of db" >&5 11418 + { { echo "$as_me:148 54: error: Cannot determine version of db" >&511618 + { { echo "$as_me:14882: error: Cannot determine version of db" >&5 11419 11619 echo "$as_me: error: Cannot determine version of db" >&2;} 11420 11620 { (exit 1); exit 1; }; } … … 11422 11622 11423 11623 -echo "$as_me:14481: checking for db libraries" >&5 11424 +echo "$as_me:148 59: checking for db libraries" >&511624 +echo "$as_me:14887: checking for db libraries" >&5 11425 11625 echo $ECHO_N "checking for db libraries... $ECHO_C" >&6 11426 11626 if test "${cf_cv_hashed_db_libs+set}" = set; then 11427 11627 echo $ECHO_N "(cached) $ECHO_C" >&6 11428 @@ -14492,10 +148 70,10 @@11628 @@ -14492,10 +14898,10 @@ 11429 11629 LIBS="-l$cf_db_libs $LIBS" 11430 11630 fi 11431 11631 11432 11632 -echo "${as_me-configure}:14495: testing checking for library "$cf_db_libs" ..." 1>&5 11433 +echo "${as_me-configure}:14 873: testing checking for library "$cf_db_libs" ..." 1>&511633 +echo "${as_me-configure}:14901: testing checking for library "$cf_db_libs" ..." 1>&5 11434 11634 11435 11635 cat >conftest.$ac_ext <<_ACEOF 11436 11636 -#line 14498 "configure" 11437 +#line 14 876"configure"11637 +#line 14904 "configure" 11438 11638 #include "confdefs.h" 11439 11639 11440 11640 $ac_includes_default 11441 @@ -14550,16 +149 28,16 @@11641 @@ -14550,16 +14956,16 @@ 11442 11642 } 11443 11643 _ACEOF 11444 11644 rm -f conftest.$ac_objext conftest$ac_exeext 11445 11645 -if { (eval echo "$as_me:14553: \"$ac_link\"") >&5 11446 +if { (eval echo "$as_me:149 31: \"$ac_link\"") >&511646 +if { (eval echo "$as_me:14959: \"$ac_link\"") >&5 11447 11647 (eval $ac_link) 2>&5 11448 11648 ac_status=$? 11449 11649 - echo "$as_me:14556: \$? = $ac_status" >&5 11450 + echo "$as_me:149 34: \$? = $ac_status" >&511650 + echo "$as_me:14962: \$? = $ac_status" >&5 11451 11651 (exit $ac_status); } && 11452 11652 { ac_try='test -s conftest$ac_exeext' 11453 11653 - { (eval echo "$as_me:14559: \"$ac_try\"") >&5 11454 + { (eval echo "$as_me:149 37: \"$ac_try\"") >&511654 + { (eval echo "$as_me:14965: \"$ac_try\"") >&5 11455 11655 (eval $ac_try) 2>&5 11456 11656 ac_status=$? 11457 11657 - echo "$as_me:14562: \$? = $ac_status" >&5 11458 + echo "$as_me:149 40: \$? = $ac_status" >&511658 + echo "$as_me:14968: \$? = $ac_status" >&5 11459 11659 (exit $ac_status); }; }; then 11460 11660 11461 11661 if test -n "$cf_db_libs" ; then 11462 @@ -14579,11 +149 57,11 @@11662 @@ -14579,11 +14985,11 @@ 11463 11663 done 11464 11664 11465 11665 fi 11466 11666 -echo "$as_me:14582: result: $cf_cv_hashed_db_libs" >&5 11467 +echo "$as_me:149 60: result: $cf_cv_hashed_db_libs" >&511667 +echo "$as_me:14988: result: $cf_cv_hashed_db_libs" >&5 11468 11668 echo "${ECHO_T}$cf_cv_hashed_db_libs" >&6 11469 11669 11470 11670 if test "$cf_cv_hashed_db_libs" = unknown ; then 11471 11671 - { { echo "$as_me:14586: error: Cannot determine library for db" >&5 11472 + { { echo "$as_me:149 64: error: Cannot determine library for db" >&511672 + { { echo "$as_me:14992: error: Cannot determine library for db" >&5 11473 11673 echo "$as_me: error: Cannot determine library for db" >&2;} 11474 11674 { (exit 1); exit 1; }; } 11475 11675 elif test "$cf_cv_hashed_db_libs" != default ; then 11476 @@ -14593,7 +149 71,7 @@11676 @@ -14593,7 +14999,7 @@ 11477 11677 11478 11678 else 11479 11679 11480 11680 - { { echo "$as_me:14596: error: Cannot find db.h" >&5 11481 + { { echo "$as_me:1 4974: error: Cannot find db.h" >&511681 + { { echo "$as_me:15002: error: Cannot find db.h" >&5 11482 11682 echo "$as_me: error: Cannot find db.h" >&2;} 11483 11683 { (exit 1); exit 1; }; } 11484 11684 11485 @@ -14608,7 +1 4986,7 @@11685 @@ -14608,7 +15014,7 @@ 11486 11686 11487 11687 # Just in case, check if the C compiler has a bool type. 11488 11688 11489 11689 -echo "$as_me:14611: checking if we should include stdbool.h" >&5 11490 +echo "$as_me:1 4989: checking if we should include stdbool.h" >&511690 +echo "$as_me:15017: checking if we should include stdbool.h" >&5 11491 11691 echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6 11492 11692 11493 11693 if test "${cf_cv_header_stdbool_h+set}" = set; then 11494 @@ -14616,7 +1 4994,7 @@11694 @@ -14616,7 +15022,7 @@ 11495 11695 else 11496 11696 11497 11697 cat >conftest.$ac_ext <<_ACEOF 11498 11698 -#line 14619 "configure" 11499 +#line 1 4997"configure"11699 +#line 15025 "configure" 11500 11700 #include "confdefs.h" 11501 11701 11502 11702 int 11503 @@ -14628,23 +150 06,23 @@11703 @@ -14628,23 +15034,23 @@ 11504 11704 } 11505 11705 _ACEOF 11506 11706 rm -f conftest.$ac_objext 11507 11707 -if { (eval echo "$as_me:14631: \"$ac_compile\"") >&5 11508 +if { (eval echo "$as_me:150 09: \"$ac_compile\"") >&511708 +if { (eval echo "$as_me:15037: \"$ac_compile\"") >&5 11509 11709 (eval $ac_compile) 2>&5 11510 11710 ac_status=$? 11511 11711 - echo "$as_me:14634: \$? = $ac_status" >&5 11512 + echo "$as_me:150 12: \$? = $ac_status" >&511712 + echo "$as_me:15040: \$? = $ac_status" >&5 11513 11713 (exit $ac_status); } && 11514 11714 { ac_try='test -s conftest.$ac_objext' 11515 11715 - { (eval echo "$as_me:14637: \"$ac_try\"") >&5 11516 + { (eval echo "$as_me:150 15: \"$ac_try\"") >&511716 + { (eval echo "$as_me:15043: \"$ac_try\"") >&5 11517 11717 (eval $ac_try) 2>&5 11518 11718 ac_status=$? 11519 11719 - echo "$as_me:14640: \$? = $ac_status" >&5 11520 + echo "$as_me:150 18: \$? = $ac_status" >&511720 + echo "$as_me:15046: \$? = $ac_status" >&5 11521 11721 (exit $ac_status); }; }; then 11522 11722 cf_cv_header_stdbool_h=0 … … 11526 11726 cat >conftest.$ac_ext <<_ACEOF 11527 11727 -#line 14647 "configure" 11528 +#line 150 25"configure"11728 +#line 15053 "configure" 11529 11729 #include "confdefs.h" 11530 11730 11531 11731 #ifndef __BEOS__ 11532 @@ -14660,16 +150 38,16 @@11732 @@ -14660,16 +15066,16 @@ 11533 11733 } 11534 11734 _ACEOF 11535 11735 rm -f conftest.$ac_objext 11536 11736 -if { (eval echo "$as_me:14663: \"$ac_compile\"") >&5 11537 +if { (eval echo "$as_me:150 41: \"$ac_compile\"") >&511737 +if { (eval echo "$as_me:15069: \"$ac_compile\"") >&5 11538 11738 (eval $ac_compile) 2>&5 11539 11739 ac_status=$? 11540 11740 - echo "$as_me:14666: \$? = $ac_status" >&5 11541 + echo "$as_me:150 44: \$? = $ac_status" >&511741 + echo "$as_me:15072: \$? = $ac_status" >&5 11542 11742 (exit $ac_status); } && 11543 11743 { ac_try='test -s conftest.$ac_objext' 11544 11744 - { (eval echo "$as_me:14669: \"$ac_try\"") >&5 11545 + { (eval echo "$as_me:150 47: \"$ac_try\"") >&511745 + { (eval echo "$as_me:15075: \"$ac_try\"") >&5 11546 11746 (eval $ac_try) 2>&5 11547 11747 ac_status=$? 11548 11748 - echo "$as_me:14672: \$? = $ac_status" >&5 11549 + echo "$as_me:150 50: \$? = $ac_status" >&511749 + echo "$as_me:15078: \$? = $ac_status" >&5 11550 11750 (exit $ac_status); }; }; then 11551 11751 cf_cv_header_stdbool_h=1 11552 11752 else 11553 @@ -14683,13 +150 61,13 @@11753 @@ -14683,13 +15089,13 @@ 11554 11754 fi 11555 11755 11556 11756 if test "$cf_cv_header_stdbool_h" = 1 11557 11757 -then echo "$as_me:14686: result: yes" >&5 11558 +then echo "$as_me:150 64: result: yes" >&511758 +then echo "$as_me:15092: result: yes" >&5 11559 11759 echo "${ECHO_T}yes" >&6 11560 11760 -else echo "$as_me:14688: result: no" >&5 11561 +else echo "$as_me:150 66: result: no" >&511761 +else echo "$as_me:15094: result: no" >&5 11562 11762 echo "${ECHO_T}no" >&6 11563 11763 fi 11564 11764 11565 11765 -echo "$as_me:14692: checking for builtin bool type" >&5 11566 +echo "$as_me:150 70: checking for builtin bool type" >&511766 +echo "$as_me:15098: checking for builtin bool type" >&5 11567 11767 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6 11568 11768 11569 11769 if test "${cf_cv_cc_bool_type+set}" = set; then 11570 @@ -14697,7 +15 075,7 @@11770 @@ -14697,7 +15103,7 @@ 11571 11771 else 11572 11772 11573 11773 cat >conftest.$ac_ext <<_ACEOF 11574 11774 -#line 14700 "configure" 11575 +#line 15 078"configure"11775 +#line 15106 "configure" 11576 11776 #include "confdefs.h" 11577 11777 11578 11778 #include <stdio.h> 11579 @@ -14712,16 +15 090,16 @@11779 @@ -14712,16 +15118,16 @@ 11580 11780 } 11581 11781 _ACEOF 11582 11782 rm -f conftest.$ac_objext 11583 11783 -if { (eval echo "$as_me:14715: \"$ac_compile\"") >&5 11584 +if { (eval echo "$as_me:15 093: \"$ac_compile\"") >&511784 +if { (eval echo "$as_me:15121: \"$ac_compile\"") >&5 11585 11785 (eval $ac_compile) 2>&5 11586 11786 ac_status=$? 11587 11787 - echo "$as_me:14718: \$? = $ac_status" >&5 11588 + echo "$as_me:15 096: \$? = $ac_status" >&511788 + echo "$as_me:15124: \$? = $ac_status" >&5 11589 11789 (exit $ac_status); } && 11590 11790 { ac_try='test -s conftest.$ac_objext' 11591 11791 - { (eval echo "$as_me:14721: \"$ac_try\"") >&5 11592 + { (eval echo "$as_me:15 099: \"$ac_try\"") >&511792 + { (eval echo "$as_me:15127: \"$ac_try\"") >&5 11593 11793 (eval $ac_try) 2>&5 11594 11794 ac_status=$? 11595 11795 - echo "$as_me:14724: \$? = $ac_status" >&5 11596 + echo "$as_me:151 02: \$? = $ac_status" >&511796 + echo "$as_me:15130: \$? = $ac_status" >&5 11597 11797 (exit $ac_status); }; }; then 11598 11798 cf_cv_cc_bool_type=1 11599 11799 else 11600 @@ -14734,9 +151 12,9 @@11800 @@ -14734,9 +15140,9 @@ 11601 11801 fi 11602 11802 11603 11803 if test "$cf_cv_cc_bool_type" = 1 11604 11804 -then echo "$as_me:14737: result: yes" >&5 11605 +then echo "$as_me:151 15: result: yes" >&511805 +then echo "$as_me:15143: result: yes" >&5 11606 11806 echo "${ECHO_T}yes" >&6 11607 11807 -else echo "$as_me:14739: result: no" >&5 11608 +else echo "$as_me:151 17: result: no" >&511808 +else echo "$as_me:15145: result: no" >&5 11609 11809 echo "${ECHO_T}no" >&6 11610 11810 fi 11611 11811 11612 @@ -14758,7 +151 36,7 @@11812 @@ -14758,7 +15164,7 @@ 11613 11813 cf_stdcpp_libname=stdc++ 11614 11814 ;; 11615 11815 esac 11616 11816 -echo "$as_me:14761: checking for library $cf_stdcpp_libname" >&5 11617 +echo "$as_me:151 39: checking for library $cf_stdcpp_libname" >&511817 +echo "$as_me:15167: checking for library $cf_stdcpp_libname" >&5 11618 11818 echo $ECHO_N "checking for library $cf_stdcpp_libname... $ECHO_C" >&6 11619 11819 if test "${cf_cv_libstdcpp+set}" = set; then 11620 11820 echo $ECHO_N "(cached) $ECHO_C" >&6 11621 @@ -14767,7 +151 45,7 @@11821 @@ -14767,7 +15173,7 @@ 11622 11822 cf_save="$LIBS" 11623 11823 LIBS="$LIBS -l$cf_stdcpp_libname" 11624 11824 cat >conftest.$ac_ext <<_ACEOF 11625 11825 -#line 14770 "configure" 11626 +#line 151 48"configure"11826 +#line 15176 "configure" 11627 11827 #include "confdefs.h" 11628 11828 11629 11829 #include <strstream.h> 11630 @@ -14783,16 +151 61,16 @@11830 @@ -14783,16 +15189,16 @@ 11631 11831 } 11632 11832 _ACEOF 11633 11833 rm -f conftest.$ac_objext conftest$ac_exeext 11634 11834 -if { (eval echo "$as_me:14786: \"$ac_link\"") >&5 11635 +if { (eval echo "$as_me:151 64: \"$ac_link\"") >&511835 +if { (eval echo "$as_me:15192: \"$ac_link\"") >&5 11636 11836 (eval $ac_link) 2>&5 11637 11837 ac_status=$? 11638 11838 - echo "$as_me:14789: \$? = $ac_status" >&5 11639 + echo "$as_me:151 67: \$? = $ac_status" >&511839 + echo "$as_me:15195: \$? = $ac_status" >&5 11640 11840 (exit $ac_status); } && 11641 11841 { ac_try='test -s conftest$ac_exeext' 11642 11842 - { (eval echo "$as_me:14792: \"$ac_try\"") >&5 11643 + { (eval echo "$as_me:151 70: \"$ac_try\"") >&511843 + { (eval echo "$as_me:15198: \"$ac_try\"") >&5 11644 11844 (eval $ac_try) 2>&5 11645 11845 ac_status=$? 11646 11846 - echo "$as_me:14795: \$? = $ac_status" >&5 11647 + echo "$as_me:15 173: \$? = $ac_status" >&511847 + echo "$as_me:15201: \$? = $ac_status" >&5 11648 11848 (exit $ac_status); }; }; then 11649 11849 cf_cv_libstdcpp=yes 11650 11850 else 11651 @@ -14804,12 +15 182,12 @@11851 @@ -14804,12 +15210,12 @@ 11652 11852 LIBS="$cf_save" 11653 11853 11654 11854 fi 11655 11855 -echo "$as_me:14807: result: $cf_cv_libstdcpp" >&5 11656 +echo "$as_me:15 185: result: $cf_cv_libstdcpp" >&511856 +echo "$as_me:15213: result: $cf_cv_libstdcpp" >&5 11657 11857 echo "${ECHO_T}$cf_cv_libstdcpp" >&6 11658 11858 test "$cf_cv_libstdcpp" = yes && CXXLIBS="$CXXLIBS -l$cf_stdcpp_libname" … … 11660 11860 11661 11861 - echo "$as_me:14812: checking whether $CXX understands -c and -o together" >&5 11662 + echo "$as_me:15 190: checking whether $CXX understands -c and -o together" >&511862 + echo "$as_me:15218: checking whether $CXX understands -c and -o together" >&5 11663 11863 echo $ECHO_N "checking whether $CXX understands -c and -o together... $ECHO_C" >&6 11664 11864 if test "${cf_cv_prog_CXX_c_o+set}" = set; then 11665 11865 echo $ECHO_N "(cached) $ECHO_C" >&6 11666 @@ -14825,15 +152 03,15 @@11866 @@ -14825,15 +15231,15 @@ 11667 11867 # We do the test twice because some compilers refuse to overwrite an 11668 11868 # existing .o file with -o, though they will create one. 11669 11869 ac_try='$CXX -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 11670 11870 -if { (eval echo "$as_me:14828: \"$ac_try\"") >&5 11671 +if { (eval echo "$as_me:152 06: \"$ac_try\"") >&511871 +if { (eval echo "$as_me:15234: \"$ac_try\"") >&5 11672 11872 (eval $ac_try) 2>&5 11673 11873 ac_status=$? 11674 11874 - echo "$as_me:14831: \$? = $ac_status" >&5 11675 + echo "$as_me:152 09: \$? = $ac_status" >&511875 + echo "$as_me:15237: \$? = $ac_status" >&5 11676 11876 (exit $ac_status); } && 11677 11877 - test -f conftest2.$ac_objext && { (eval echo "$as_me:14833: \"$ac_try\"") >&5 11678 + test -f conftest2.$ac_objext && { (eval echo "$as_me:152 11: \"$ac_try\"") >&511878 + test -f conftest2.$ac_objext && { (eval echo "$as_me:15239: \"$ac_try\"") >&5 11679 11879 (eval $ac_try) 2>&5 11680 11880 ac_status=$? 11681 11881 - echo "$as_me:14836: \$? = $ac_status" >&5 11682 + echo "$as_me:152 14: \$? = $ac_status" >&511882 + echo "$as_me:15242: \$? = $ac_status" >&5 11683 11883 (exit $ac_status); }; 11684 11884 then 11685 11885 eval cf_cv_prog_CXX_c_o=yes 11686 @@ -14844,10 +152 22,10 @@11886 @@ -14844,10 +15250,10 @@ 11687 11887 11688 11888 fi 11689 11889 if test $cf_cv_prog_CXX_c_o = yes; then 11690 11890 - echo "$as_me:14847: result: yes" >&5 11691 + echo "$as_me:152 25: result: yes" >&511891 + echo "$as_me:15253: result: yes" >&5 11692 11892 echo "${ECHO_T}yes" >&6 11693 11893 else 11694 11894 - echo "$as_me:14850: result: no" >&5 11695 + echo "$as_me:152 28: result: no" >&511895 + echo "$as_me:15256: result: no" >&5 11696 11896 echo "${ECHO_T}no" >&6 11697 11897 fi 11698 11898 11699 @@ -14867,12 +152 45,12 @@11899 @@ -14867,12 +15273,12 @@ 11700 11900 ;; 11701 11901 esac 11702 11902 if test "$GXX" = yes; then 11703 11903 - echo "$as_me:14870: checking for lib$cf_gpp_libname" >&5 11704 + echo "$as_me:152 48: checking for lib$cf_gpp_libname" >&511904 + echo "$as_me:15276: checking for lib$cf_gpp_libname" >&5 11705 11905 echo $ECHO_N "checking for lib$cf_gpp_libname... $ECHO_C" >&6 11706 11906 cf_save="$LIBS" … … 11708 11908 cat >conftest.$ac_ext <<_ACEOF 11709 11909 -#line 14875 "configure" 11710 +#line 152 53"configure"11910 +#line 15281 "configure" 11711 11911 #include "confdefs.h" 11712 11912 11713 11913 #include <$cf_gpp_libname/builtin.h> 11714 @@ -14886,16 +152 64,16 @@11914 @@ -14886,16 +15292,16 @@ 11715 11915 } 11716 11916 _ACEOF 11717 11917 rm -f conftest.$ac_objext conftest$ac_exeext 11718 11918 -if { (eval echo "$as_me:14889: \"$ac_link\"") >&5 11719 +if { (eval echo "$as_me:152 67: \"$ac_link\"") >&511919 +if { (eval echo "$as_me:15295: \"$ac_link\"") >&5 11720 11920 (eval $ac_link) 2>&5 11721 11921 ac_status=$? 11722 11922 - echo "$as_me:14892: \$? = $ac_status" >&5 11723 + echo "$as_me:152 70: \$? = $ac_status" >&511923 + echo "$as_me:15298: \$? = $ac_status" >&5 11724 11924 (exit $ac_status); } && 11725 11925 { ac_try='test -s conftest$ac_exeext' 11726 11926 - { (eval echo "$as_me:14895: \"$ac_try\"") >&5 11727 + { (eval echo "$as_me:15 273: \"$ac_try\"") >&511927 + { (eval echo "$as_me:15301: \"$ac_try\"") >&5 11728 11928 (eval $ac_try) 2>&5 11729 11929 ac_status=$? 11730 11930 - echo "$as_me:14898: \$? = $ac_status" >&5 11731 + echo "$as_me:15 276: \$? = $ac_status" >&511931 + echo "$as_me:15304: \$? = $ac_status" >&5 11732 11932 (exit $ac_status); }; }; then 11733 11933 cf_cxx_library=yes 11734 11934 CXXLIBS="$CXXLIBS -l$cf_gpp_libname" 11735 @@ -14914,7 +15 292,7 @@11935 @@ -14914,7 +15320,7 @@ 11736 11936 echo "$as_me: failed program was:" >&5 11737 11937 cat conftest.$ac_ext >&5 11738 11938 cat >conftest.$ac_ext <<_ACEOF 11739 11939 -#line 14917 "configure" 11740 +#line 15 295"configure"11940 +#line 15323 "configure" 11741 11941 #include "confdefs.h" 11742 11942 11743 11943 #include <builtin.h> 11744 @@ -14928,16 +153 06,16 @@11944 @@ -14928,16 +15334,16 @@ 11745 11945 } 11746 11946 _ACEOF 11747 11947 rm -f conftest.$ac_objext conftest$ac_exeext 11748 11948 -if { (eval echo "$as_me:14931: \"$ac_link\"") >&5 11749 +if { (eval echo "$as_me:153 09: \"$ac_link\"") >&511949 +if { (eval echo "$as_me:15337: \"$ac_link\"") >&5 11750 11950 (eval $ac_link) 2>&5 11751 11951 ac_status=$? 11752 11952 - echo "$as_me:14934: \$? = $ac_status" >&5 11753 + echo "$as_me:153 12: \$? = $ac_status" >&511953 + echo "$as_me:15340: \$? = $ac_status" >&5 11754 11954 (exit $ac_status); } && 11755 11955 { ac_try='test -s conftest$ac_exeext' 11756 11956 - { (eval echo "$as_me:14937: \"$ac_try\"") >&5 11757 + { (eval echo "$as_me:153 15: \"$ac_try\"") >&511957 + { (eval echo "$as_me:15343: \"$ac_try\"") >&5 11758 11958 (eval $ac_try) 2>&5 11759 11959 ac_status=$? 11760 11960 - echo "$as_me:14940: \$? = $ac_status" >&5 11761 + echo "$as_me:153 18: \$? = $ac_status" >&511961 + echo "$as_me:15346: \$? = $ac_status" >&5 11762 11962 (exit $ac_status); }; }; then 11763 11963 cf_cxx_library=yes 11764 11964 CXXLIBS="$CXXLIBS -l$cf_gpp_libname" 11765 @@ -14954,7 +153 32,7 @@11965 @@ -14954,7 +15360,7 @@ 11766 11966 fi 11767 11967 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11768 11968 LIBS="$cf_save" 11769 11969 - echo "$as_me:14957: result: $cf_cxx_library" >&5 11770 + echo "$as_me:153 35: result: $cf_cxx_library" >&511970 + echo "$as_me:15363: result: $cf_cxx_library" >&5 11771 11971 echo "${ECHO_T}$cf_cxx_library" >&6 11772 11972 fi 11773 11973 11774 @@ -14970,7 +153 48,7 @@11974 @@ -14970,7 +15376,7 @@ 11775 11975 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 11776 11976 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 11777 11977 ac_main_return=return 11778 11978 -echo "$as_me:14973: checking how to run the C++ preprocessor" >&5 11779 +echo "$as_me:153 51: checking how to run the C++ preprocessor" >&511979 +echo "$as_me:15379: checking how to run the C++ preprocessor" >&5 11780 11980 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 11781 11981 if test -z "$CXXCPP"; then 11782 11982 if test "${ac_cv_prog_CXXCPP+set}" = set; then 11783 @@ -14987,18 +153 65,18 @@11983 @@ -14987,18 +15393,18 @@ 11784 11984 # On the NeXT, cc -E runs the code through the compiler's parser, 11785 11985 # not just through cpp. "Syntax error" is here to catch this case. 11786 11986 cat >conftest.$ac_ext <<_ACEOF 11787 11987 -#line 14990 "configure" 11788 +#line 153 68"configure"11988 +#line 15396 "configure" 11789 11989 #include "confdefs.h" 11790 11990 #include <assert.h> … … 11792 11992 _ACEOF 11793 11993 -if { (eval echo "$as_me:14995: \"$ac_cpp conftest.$ac_ext\"") >&5 11794 +if { (eval echo "$as_me:15 373: \"$ac_cpp conftest.$ac_ext\"") >&511994 +if { (eval echo "$as_me:15401: \"$ac_cpp conftest.$ac_ext\"") >&5 11795 11995 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11796 11996 ac_status=$? … … 11799 11999 cat conftest.err >&5 11800 12000 - echo "$as_me:15001: \$? = $ac_status" >&5 11801 + echo "$as_me:15 379: \$? = $ac_status" >&512001 + echo "$as_me:15407: \$? = $ac_status" >&5 11802 12002 (exit $ac_status); } >/dev/null; then 11803 12003 if test -s conftest.err; then 11804 12004 ac_cpp_err=$ac_cxx_preproc_warn_flag 11805 @@ -15021,17 +15 399,17 @@12005 @@ -15021,17 +15427,17 @@ 11806 12006 # OK, works on sane cases. Now check whether non-existent headers 11807 12007 # can be detected and how. 11808 12008 cat >conftest.$ac_ext <<_ACEOF 11809 12009 -#line 15024 "configure" 11810 +#line 154 02"configure"12010 +#line 15430 "configure" 11811 12011 #include "confdefs.h" 11812 12012 #include <ac_nonexistent.h> 11813 12013 _ACEOF 11814 12014 -if { (eval echo "$as_me:15028: \"$ac_cpp conftest.$ac_ext\"") >&5 11815 +if { (eval echo "$as_me:154 06: \"$ac_cpp conftest.$ac_ext\"") >&512015 +if { (eval echo "$as_me:15434: \"$ac_cpp conftest.$ac_ext\"") >&5 11816 12016 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11817 12017 ac_status=$? … … 11820 12020 cat conftest.err >&5 11821 12021 - echo "$as_me:15034: \$? = $ac_status" >&5 11822 + echo "$as_me:154 12: \$? = $ac_status" >&512022 + echo "$as_me:15440: \$? = $ac_status" >&5 11823 12023 (exit $ac_status); } >/dev/null; then 11824 12024 if test -s conftest.err; then 11825 12025 ac_cpp_err=$ac_cxx_preproc_warn_flag 11826 @@ -15068,7 +154 46,7 @@12026 @@ -15068,7 +15474,7 @@ 11827 12027 else 11828 12028 ac_cv_prog_CXXCPP=$CXXCPP 11829 12029 fi 11830 12030 -echo "$as_me:15071: result: $CXXCPP" >&5 11831 +echo "$as_me:154 49: result: $CXXCPP" >&512031 +echo "$as_me:15477: result: $CXXCPP" >&5 11832 12032 echo "${ECHO_T}$CXXCPP" >&6 11833 12033 ac_preproc_ok=false 11834 12034 for ac_cxx_preproc_warn_flag in '' yes 11835 @@ -15078,18 +154 56,18 @@12035 @@ -15078,18 +15484,18 @@ 11836 12036 # On the NeXT, cc -E runs the code through the compiler's parser, 11837 12037 # not just through cpp. "Syntax error" is here to catch this case. 11838 12038 cat >conftest.$ac_ext <<_ACEOF 11839 12039 -#line 15081 "configure" 11840 +#line 154 59"configure"12040 +#line 15487 "configure" 11841 12041 #include "confdefs.h" 11842 12042 #include <assert.h> … … 11844 12044 _ACEOF 11845 12045 -if { (eval echo "$as_me:15086: \"$ac_cpp conftest.$ac_ext\"") >&5 11846 +if { (eval echo "$as_me:154 64: \"$ac_cpp conftest.$ac_ext\"") >&512046 +if { (eval echo "$as_me:15492: \"$ac_cpp conftest.$ac_ext\"") >&5 11847 12047 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11848 12048 ac_status=$? … … 11851 12051 cat conftest.err >&5 11852 12052 - echo "$as_me:15092: \$? = $ac_status" >&5 11853 + echo "$as_me:154 70: \$? = $ac_status" >&512053 + echo "$as_me:15498: \$? = $ac_status" >&5 11854 12054 (exit $ac_status); } >/dev/null; then 11855 12055 if test -s conftest.err; then 11856 12056 ac_cpp_err=$ac_cxx_preproc_warn_flag 11857 @@ -15112,17 +15 490,17 @@12057 @@ -15112,17 +15518,17 @@ 11858 12058 # OK, works on sane cases. Now check whether non-existent headers 11859 12059 # can be detected and how. 11860 12060 cat >conftest.$ac_ext <<_ACEOF 11861 12061 -#line 15115 "configure" 11862 +#line 15 493"configure"12062 +#line 15521 "configure" 11863 12063 #include "confdefs.h" 11864 12064 #include <ac_nonexistent.h> 11865 12065 _ACEOF 11866 12066 -if { (eval echo "$as_me:15119: \"$ac_cpp conftest.$ac_ext\"") >&5 11867 +if { (eval echo "$as_me:15 497: \"$ac_cpp conftest.$ac_ext\"") >&512067 +if { (eval echo "$as_me:15525: \"$ac_cpp conftest.$ac_ext\"") >&5 11868 12068 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11869 12069 ac_status=$? … … 11872 12072 cat conftest.err >&5 11873 12073 - echo "$as_me:15125: \$? = $ac_status" >&5 11874 + echo "$as_me:155 03: \$? = $ac_status" >&512074 + echo "$as_me:15531: \$? = $ac_status" >&5 11875 12075 (exit $ac_status); } >/dev/null; then 11876 12076 if test -s conftest.err; then 11877 12077 ac_cpp_err=$ac_cxx_preproc_warn_flag 11878 @@ -15150,7 +155 28,7 @@12078 @@ -15150,7 +15556,7 @@ 11879 12079 if $ac_preproc_ok; then 11880 12080 : 11881 12081 else 11882 12082 - { { echo "$as_me:15153: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 11883 + { { echo "$as_me:155 31: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&512083 + { { echo "$as_me:15559: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 11884 12084 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;} 11885 12085 { (exit 1); exit 1; }; } 11886 12086 fi 11887 @@ -15165,23 +155 43,23 @@12087 @@ -15165,23 +15571,23 @@ 11888 12088 for ac_header in iostream typeinfo 11889 12089 do 11890 12090 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11891 12091 -echo "$as_me:15168: checking for $ac_header" >&5 11892 +echo "$as_me:155 46: checking for $ac_header" >&512092 +echo "$as_me:15574: checking for $ac_header" >&5 11893 12093 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11894 12094 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 11897 12097 cat >conftest.$ac_ext <<_ACEOF 11898 12098 -#line 15174 "configure" 11899 +#line 155 52"configure"12099 +#line 15580 "configure" 11900 12100 #include "confdefs.h" 11901 12101 #include <$ac_header> 11902 12102 _ACEOF 11903 12103 -if { (eval echo "$as_me:15178: \"$ac_cpp conftest.$ac_ext\"") >&5 11904 +if { (eval echo "$as_me:155 56: \"$ac_cpp conftest.$ac_ext\"") >&512104 +if { (eval echo "$as_me:15584: \"$ac_cpp conftest.$ac_ext\"") >&5 11905 12105 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11906 12106 ac_status=$? … … 11909 12109 cat conftest.err >&5 11910 12110 - echo "$as_me:15184: \$? = $ac_status" >&5 11911 + echo "$as_me:155 62: \$? = $ac_status" >&512111 + echo "$as_me:15590: \$? = $ac_status" >&5 11912 12112 (exit $ac_status); } >/dev/null; then 11913 12113 if test -s conftest.err; then 11914 12114 ac_cpp_err=$ac_cxx_preproc_warn_flag 11915 @@ -15200,7 +15 578,7 @@12115 @@ -15200,7 +15606,7 @@ 11916 12116 fi 11917 12117 rm -f conftest.err conftest.$ac_ext 11918 12118 fi 11919 12119 -echo "$as_me:15203: result: `eval echo '${'$as_ac_Header'}'`" >&5 11920 +echo "$as_me:15 581: result: `eval echo '${'$as_ac_Header'}'`" >&512120 +echo "$as_me:15609: result: `eval echo '${'$as_ac_Header'}'`" >&5 11921 12121 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11922 12122 if test `eval echo '${'$as_ac_Header'}'` = yes; then 11923 12123 cat >>confdefs.h <<EOF 11924 @@ -15211,10 +15 589,10 @@12124 @@ -15211,10 +15617,10 @@ 11925 12125 done 11926 12126 11927 12127 if test x"$ac_cv_header_iostream" = xyes ; then 11928 12128 - echo "$as_me:15214: checking if iostream uses std-namespace" >&5 11929 + echo "$as_me:15 592: checking if iostream uses std-namespace" >&512129 + echo "$as_me:15620: checking if iostream uses std-namespace" >&5 11930 12130 echo $ECHO_N "checking if iostream uses std-namespace... $ECHO_C" >&6 11931 12131 cat >conftest.$ac_ext <<_ACEOF 11932 12132 -#line 15217 "configure" 11933 +#line 15 595"configure"12133 +#line 15623 "configure" 11934 12134 #include "confdefs.h" 11935 12135 11936 12136 #include <iostream> 11937 @@ -15231,16 +156 09,16 @@12137 @@ -15231,16 +15637,16 @@ 11938 12138 } 11939 12139 _ACEOF 11940 12140 rm -f conftest.$ac_objext 11941 12141 -if { (eval echo "$as_me:15234: \"$ac_compile\"") >&5 11942 +if { (eval echo "$as_me:156 12: \"$ac_compile\"") >&512142 +if { (eval echo "$as_me:15640: \"$ac_compile\"") >&5 11943 12143 (eval $ac_compile) 2>&5 11944 12144 ac_status=$? 11945 12145 - echo "$as_me:15237: \$? = $ac_status" >&5 11946 + echo "$as_me:156 15: \$? = $ac_status" >&512146 + echo "$as_me:15643: \$? = $ac_status" >&5 11947 12147 (exit $ac_status); } && 11948 12148 { ac_try='test -s conftest.$ac_objext' 11949 12149 - { (eval echo "$as_me:15240: \"$ac_try\"") >&5 11950 + { (eval echo "$as_me:156 18: \"$ac_try\"") >&512150 + { (eval echo "$as_me:15646: \"$ac_try\"") >&5 11951 12151 (eval $ac_try) 2>&5 11952 12152 ac_status=$? 11953 12153 - echo "$as_me:15243: \$? = $ac_status" >&5 11954 + echo "$as_me:156 21: \$? = $ac_status" >&512154 + echo "$as_me:15649: \$? = $ac_status" >&5 11955 12155 (exit $ac_status); }; }; then 11956 12156 cf_iostream_namespace=yes 11957 12157 else 11958 @@ -15249,7 +156 27,7 @@12158 @@ -15249,7 +15655,7 @@ 11959 12159 cf_iostream_namespace=no 11960 12160 fi 11961 12161 rm -f conftest.$ac_objext conftest.$ac_ext 11962 12162 - echo "$as_me:15252: result: $cf_iostream_namespace" >&5 11963 + echo "$as_me:156 30: result: $cf_iostream_namespace" >&512163 + echo "$as_me:15658: result: $cf_iostream_namespace" >&5 11964 12164 echo "${ECHO_T}$cf_iostream_namespace" >&6 11965 12165 if test "$cf_iostream_namespace" = yes ; then 11966 12166 cat >>confdefs.h <<\EOF 11967 @@ -15259,7 +156 37,7 @@12167 @@ -15259,7 +15665,7 @@ 11968 12168 fi 11969 12169 fi 11970 12170 11971 12171 -echo "$as_me:15262: checking if we should include stdbool.h" >&5 11972 +echo "$as_me:156 40: checking if we should include stdbool.h" >&512172 +echo "$as_me:15668: checking if we should include stdbool.h" >&5 11973 12173 echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6 11974 12174 11975 12175 if test "${cf_cv_header_stdbool_h+set}" = set; then 11976 @@ -15267,7 +156 45,7 @@12176 @@ -15267,7 +15673,7 @@ 11977 12177 else 11978 12178 11979 12179 cat >conftest.$ac_ext <<_ACEOF 11980 12180 -#line 15270 "configure" 11981 +#line 156 48"configure"12181 +#line 15676 "configure" 11982 12182 #include "confdefs.h" 11983 12183 11984 12184 int 11985 @@ -15279,23 +156 57,23 @@12185 @@ -15279,23 +15685,23 @@ 11986 12186 } 11987 12187 _ACEOF 11988 12188 rm -f conftest.$ac_objext 11989 12189 -if { (eval echo "$as_me:15282: \"$ac_compile\"") >&5 11990 +if { (eval echo "$as_me:156 60: \"$ac_compile\"") >&512190 +if { (eval echo "$as_me:15688: \"$ac_compile\"") >&5 11991 12191 (eval $ac_compile) 2>&5 11992 12192 ac_status=$? 11993 12193 - echo "$as_me:15285: \$? = $ac_status" >&5 11994 + echo "$as_me:156 63: \$? = $ac_status" >&512194 + echo "$as_me:15691: \$? = $ac_status" >&5 11995 12195 (exit $ac_status); } && 11996 12196 { ac_try='test -s conftest.$ac_objext' 11997 12197 - { (eval echo "$as_me:15288: \"$ac_try\"") >&5 11998 + { (eval echo "$as_me:156 66: \"$ac_try\"") >&512198 + { (eval echo "$as_me:15694: \"$ac_try\"") >&5 11999 12199 (eval $ac_try) 2>&5 12000 12200 ac_status=$? 12001 12201 - echo "$as_me:15291: \$? = $ac_status" >&5 12002 + echo "$as_me:156 69: \$? = $ac_status" >&512202 + echo "$as_me:15697: \$? = $ac_status" >&5 12003 12203 (exit $ac_status); }; }; then 12004 12204 cf_cv_header_stdbool_h=0 … … 12008 12208 cat >conftest.$ac_ext <<_ACEOF 12009 12209 -#line 15298 "configure" 12010 +#line 15 676"configure"12210 +#line 15704 "configure" 12011 12211 #include "confdefs.h" 12012 12212 12013 12213 #ifndef __BEOS__ 12014 @@ -15311,16 +15 689,16 @@12214 @@ -15311,16 +15717,16 @@ 12015 12215 } 12016 12216 _ACEOF 12017 12217 rm -f conftest.$ac_objext 12018 12218 -if { (eval echo "$as_me:15314: \"$ac_compile\"") >&5 12019 +if { (eval echo "$as_me:15 692: \"$ac_compile\"") >&512219 +if { (eval echo "$as_me:15720: \"$ac_compile\"") >&5 12020 12220 (eval $ac_compile) 2>&5 12021 12221 ac_status=$? 12022 12222 - echo "$as_me:15317: \$? = $ac_status" >&5 12023 + echo "$as_me:15 695: \$? = $ac_status" >&512223 + echo "$as_me:15723: \$? = $ac_status" >&5 12024 12224 (exit $ac_status); } && 12025 12225 { ac_try='test -s conftest.$ac_objext' 12026 12226 - { (eval echo "$as_me:15320: \"$ac_try\"") >&5 12027 + { (eval echo "$as_me:15 698: \"$ac_try\"") >&512227 + { (eval echo "$as_me:15726: \"$ac_try\"") >&5 12028 12228 (eval $ac_try) 2>&5 12029 12229 ac_status=$? 12030 12230 - echo "$as_me:15323: \$? = $ac_status" >&5 12031 + echo "$as_me:157 01: \$? = $ac_status" >&512231 + echo "$as_me:15729: \$? = $ac_status" >&5 12032 12232 (exit $ac_status); }; }; then 12033 12233 cf_cv_header_stdbool_h=1 12034 12234 else 12035 @@ -15334,13 +157 12,13 @@12235 @@ -15334,13 +15740,13 @@ 12036 12236 fi 12037 12237 12038 12238 if test "$cf_cv_header_stdbool_h" = 1 12039 12239 -then echo "$as_me:15337: result: yes" >&5 12040 +then echo "$as_me:157 15: result: yes" >&512240 +then echo "$as_me:15743: result: yes" >&5 12041 12241 echo "${ECHO_T}yes" >&6 12042 12242 -else echo "$as_me:15339: result: no" >&5 12043 +else echo "$as_me:157 17: result: no" >&512243 +else echo "$as_me:15745: result: no" >&5 12044 12244 echo "${ECHO_T}no" >&6 12045 12245 fi 12046 12246 12047 12247 -echo "$as_me:15343: checking for builtin bool type" >&5 12048 +echo "$as_me:157 21: checking for builtin bool type" >&512248 +echo "$as_me:15749: checking for builtin bool type" >&5 12049 12249 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6 12050 12250 12051 12251 if test "${cf_cv_builtin_bool+set}" = set; then 12052 @@ -15348,7 +157 26,7 @@12252 @@ -15348,7 +15754,7 @@ 12053 12253 else 12054 12254 12055 12255 cat >conftest.$ac_ext <<_ACEOF 12056 12256 -#line 15351 "configure" 12057 +#line 157 29"configure"12257 +#line 15757 "configure" 12058 12258 #include "confdefs.h" 12059 12259 12060 12260 #include <stdio.h> 12061 @@ -15363,16 +157 41,16 @@12261 @@ -15363,16 +15769,16 @@ 12062 12262 } 12063 12263 _ACEOF 12064 12264 rm -f conftest.$ac_objext 12065 12265 -if { (eval echo "$as_me:15366: \"$ac_compile\"") >&5 12066 +if { (eval echo "$as_me:157 44: \"$ac_compile\"") >&512266 +if { (eval echo "$as_me:15772: \"$ac_compile\"") >&5 12067 12267 (eval $ac_compile) 2>&5 12068 12268 ac_status=$? 12069 12269 - echo "$as_me:15369: \$? = $ac_status" >&5 12070 + echo "$as_me:157 47: \$? = $ac_status" >&512270 + echo "$as_me:15775: \$? = $ac_status" >&5 12071 12271 (exit $ac_status); } && 12072 12272 { ac_try='test -s conftest.$ac_objext' 12073 12273 - { (eval echo "$as_me:15372: \"$ac_try\"") >&5 12074 + { (eval echo "$as_me:157 50: \"$ac_try\"") >&512274 + { (eval echo "$as_me:15778: \"$ac_try\"") >&5 12075 12275 (eval $ac_try) 2>&5 12076 12276 ac_status=$? 12077 12277 - echo "$as_me:15375: \$? = $ac_status" >&5 12078 + echo "$as_me:157 53: \$? = $ac_status" >&512278 + echo "$as_me:15781: \$? = $ac_status" >&5 12079 12279 (exit $ac_status); }; }; then 12080 12280 cf_cv_builtin_bool=1 12081 12281 else 12082 @@ -15385,13 +157 63,13 @@12282 @@ -15385,13 +15791,13 @@ 12083 12283 fi 12084 12284 12085 12285 if test "$cf_cv_builtin_bool" = 1 12086 12286 -then echo "$as_me:15388: result: yes" >&5 12087 +then echo "$as_me:157 66: result: yes" >&512287 +then echo "$as_me:15794: result: yes" >&5 12088 12288 echo "${ECHO_T}yes" >&6 12089 12289 -else echo "$as_me:15390: result: no" >&5 12090 +else echo "$as_me:157 68: result: no" >&512290 +else echo "$as_me:15796: result: no" >&5 12091 12291 echo "${ECHO_T}no" >&6 12092 12292 fi 12093 12293 12094 12294 -echo "$as_me:15394: checking for size of bool" >&5 12095 +echo "$as_me:15 772: checking for size of bool" >&512295 +echo "$as_me:15800: checking for size of bool" >&5 12096 12296 echo $ECHO_N "checking for size of bool... $ECHO_C" >&6 12097 12297 if test "${cf_cv_type_of_bool+set}" = set; then 12098 12298 echo $ECHO_N "(cached) $ECHO_C" >&6 12099 @@ -15402,7 +15 780,7 @@12299 @@ -15402,7 +15808,7 @@ 12100 12300 cf_cv_type_of_bool=unknown 12101 12301 else 12102 12302 cat >conftest.$ac_ext <<_ACEOF 12103 12303 -#line 15405 "configure" 12104 +#line 15 783"configure"12304 +#line 15811 "configure" 12105 12305 #include "confdefs.h" 12106 12306 12107 12307 #include <stdlib.h> 12108 @@ -15444,15 +158 22,15 @@12308 @@ -15444,15 +15850,15 @@ 12109 12309 12110 12310 _ACEOF 12111 12311 rm -f conftest$ac_exeext 12112 12312 -if { (eval echo "$as_me:15447: \"$ac_link\"") >&5 12113 +if { (eval echo "$as_me:158 25: \"$ac_link\"") >&512313 +if { (eval echo "$as_me:15853: \"$ac_link\"") >&5 12114 12314 (eval $ac_link) 2>&5 12115 12315 ac_status=$? 12116 12316 - echo "$as_me:15450: \$? = $ac_status" >&5 12117 + echo "$as_me:158 28: \$? = $ac_status" >&512317 + echo "$as_me:15856: \$? = $ac_status" >&5 12118 12318 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12119 12319 - { (eval echo "$as_me:15452: \"$ac_try\"") >&5 12120 + { (eval echo "$as_me:158 30: \"$ac_try\"") >&512320 + { (eval echo "$as_me:15858: \"$ac_try\"") >&5 12121 12321 (eval $ac_try) 2>&5 12122 12322 ac_status=$? 12123 12323 - echo "$as_me:15455: \$? = $ac_status" >&5 12124 + echo "$as_me:158 33: \$? = $ac_status" >&512324 + echo "$as_me:15861: \$? = $ac_status" >&5 12125 12325 (exit $ac_status); }; }; then 12126 12326 cf_cv_type_of_bool=`cat cf_test.out` 12127 12327 if test -z "$cf_cv_type_of_bool"; then 12128 @@ -15470,18 +158 48,18 @@12328 @@ -15470,18 +15876,18 @@ 12129 12329 fi 12130 12330 12131 12331 rm -f cf_test.out 12132 12332 -echo "$as_me:15473: result: $cf_cv_type_of_bool" >&5 12133 +echo "$as_me:158 51: result: $cf_cv_type_of_bool" >&512333 +echo "$as_me:15879: result: $cf_cv_type_of_bool" >&5 12134 12334 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 12135 12335 if test "$cf_cv_type_of_bool" = unknown ; then … … 12138 12338 esac 12139 12339 - { echo "$as_me:15479: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 12140 + { echo "$as_me:158 57: WARNING: Assuming $NCURSES_BOOL for type of bool" >&512340 + { echo "$as_me:15885: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 12141 12341 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;} 12142 12342 cf_cv_type_of_bool=$NCURSES_BOOL … … 12144 12344 12145 12345 -echo "$as_me:15484: checking for special defines needed for etip.h" >&5 12146 +echo "$as_me:158 62: checking for special defines needed for etip.h" >&512346 +echo "$as_me:15890: checking for special defines needed for etip.h" >&5 12147 12347 echo $ECHO_N "checking for special defines needed for etip.h... $ECHO_C" >&6 12148 12348 cf_save_CXXFLAGS="$CXXFLAGS" 12149 12349 cf_result="none" 12150 @@ -15493,7 +158 71,7 @@12350 @@ -15493,7 +15899,7 @@ 12151 12351 test -n "$cf_math" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_math}" 12152 12352 test -n "$cf_excp" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_excp}" 12153 12353 cat >conftest.$ac_ext <<_ACEOF 12154 12354 -#line 15496 "configure" 12155 +#line 15 874"configure"12355 +#line 15902 "configure" 12156 12356 #include "confdefs.h" 12157 12357 12158 12358 #include <etip.h.in> 12159 @@ -15507,16 +15 885,16 @@12359 @@ -15507,16 +15913,16 @@ 12160 12360 } 12161 12361 _ACEOF 12162 12362 rm -f conftest.$ac_objext 12163 12363 -if { (eval echo "$as_me:15510: \"$ac_compile\"") >&5 12164 +if { (eval echo "$as_me:15 888: \"$ac_compile\"") >&512364 +if { (eval echo "$as_me:15916: \"$ac_compile\"") >&5 12165 12365 (eval $ac_compile) 2>&5 12166 12366 ac_status=$? 12167 12367 - echo "$as_me:15513: \$? = $ac_status" >&5 12168 + echo "$as_me:15 891: \$? = $ac_status" >&512368 + echo "$as_me:15919: \$? = $ac_status" >&5 12169 12369 (exit $ac_status); } && 12170 12370 { ac_try='test -s conftest.$ac_objext' 12171 12371 - { (eval echo "$as_me:15516: \"$ac_try\"") >&5 12172 + { (eval echo "$as_me:15 894: \"$ac_try\"") >&512372 + { (eval echo "$as_me:15922: \"$ac_try\"") >&5 12173 12373 (eval $ac_try) 2>&5 12174 12374 ac_status=$? 12175 12375 - echo "$as_me:15519: \$? = $ac_status" >&5 12176 + echo "$as_me:15 897: \$? = $ac_status" >&512376 + echo "$as_me:15925: \$? = $ac_status" >&5 12177 12377 (exit $ac_status); }; }; then 12178 12378 12179 12379 test -n "$cf_math" && cat >>confdefs.h <<EOF 12180 @@ -15537,12 +159 15,12 @@12380 @@ -15537,12 +15943,12 @@ 12181 12381 rm -f conftest.$ac_objext conftest.$ac_ext 12182 12382 done 12183 12383 done 12184 12384 -echo "$as_me:15540: result: $cf_result" >&5 12185 +echo "$as_me:159 18: result: $cf_result" >&512385 +echo "$as_me:15946: result: $cf_result" >&5 12186 12386 echo "${ECHO_T}$cf_result" >&6 12187 12387 CXXFLAGS="$cf_save_CXXFLAGS" … … 12189 12389 if test -n "$CXX"; then 12190 12390 -echo "$as_me:15545: checking if $CXX accepts parameter initialization" >&5 12191 +echo "$as_me:159 23: checking if $CXX accepts parameter initialization" >&512391 +echo "$as_me:15951: checking if $CXX accepts parameter initialization" >&5 12192 12392 echo $ECHO_N "checking if $CXX accepts parameter initialization... $ECHO_C" >&6 12193 12393 if test "${cf_cv_cpp_param_init+set}" = set; then 12194 12394 echo $ECHO_N "(cached) $ECHO_C" >&6 12195 @@ -15559,7 +159 37,7 @@12395 @@ -15559,7 +15965,7 @@ 12196 12396 cf_cv_cpp_param_init=unknown 12197 12397 else 12198 12398 cat >conftest.$ac_ext <<_ACEOF 12199 12399 -#line 15562 "configure" 12200 +#line 159 40"configure"12400 +#line 15968 "configure" 12201 12401 #include "confdefs.h" 12202 12402 12203 12403 class TEST { 12204 @@ -15578,15 +159 56,15 @@12404 @@ -15578,15 +15984,15 @@ 12205 12405 12206 12406 _ACEOF 12207 12407 rm -f conftest$ac_exeext 12208 12408 -if { (eval echo "$as_me:15581: \"$ac_link\"") >&5 12209 +if { (eval echo "$as_me:159 59: \"$ac_link\"") >&512409 +if { (eval echo "$as_me:15987: \"$ac_link\"") >&5 12210 12410 (eval $ac_link) 2>&5 12211 12411 ac_status=$? 12212 12412 - echo "$as_me:15584: \$? = $ac_status" >&5 12213 + echo "$as_me:159 62: \$? = $ac_status" >&512413 + echo "$as_me:15990: \$? = $ac_status" >&5 12214 12414 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12215 12415 - { (eval echo "$as_me:15586: \"$ac_try\"") >&5 12216 + { (eval echo "$as_me:159 64: \"$ac_try\"") >&512416 + { (eval echo "$as_me:15992: \"$ac_try\"") >&5 12217 12417 (eval $ac_try) 2>&5 12218 12418 ac_status=$? 12219 12419 - echo "$as_me:15589: \$? = $ac_status" >&5 12220 + echo "$as_me:159 67: \$? = $ac_status" >&512420 + echo "$as_me:15995: \$? = $ac_status" >&5 12221 12421 (exit $ac_status); }; }; then 12222 12422 cf_cv_cpp_param_init=yes 12223 12423 else 12224 @@ -15605,7 +1 5983,7 @@12424 @@ -15605,7 +16011,7 @@ 12225 12425 ac_main_return=return 12226 12426 12227 12427 fi 12228 12428 -echo "$as_me:15608: result: $cf_cv_cpp_param_init" >&5 12229 +echo "$as_me:1 5986: result: $cf_cv_cpp_param_init" >&512429 +echo "$as_me:16014: result: $cf_cv_cpp_param_init" >&5 12230 12430 echo "${ECHO_T}$cf_cv_cpp_param_init" >&6 12231 12431 fi 12232 12432 test "$cf_cv_cpp_param_init" = yes && cat >>confdefs.h <<\EOF 12233 @@ -15614,7 +1 5992,7 @@12433 @@ -15614,7 +16020,7 @@ 12234 12434 12235 12435 if test -n "$CXX"; then 12236 12436 12237 12437 -echo "$as_me:15617: checking if $CXX accepts static_cast" >&5 12238 +echo "$as_me:1 5995: checking if $CXX accepts static_cast" >&512438 +echo "$as_me:16023: checking if $CXX accepts static_cast" >&5 12239 12439 echo $ECHO_N "checking if $CXX accepts static_cast... $ECHO_C" >&6 12240 12440 if test "${cf_cv_cpp_static_cast+set}" = set; then 12241 12441 echo $ECHO_N "(cached) $ECHO_C" >&6 12242 @@ -15628,7 +160 06,7 @@12442 @@ -15628,7 +16034,7 @@ 12243 12443 ac_main_return=return 12244 12444 12245 12445 cat >conftest.$ac_ext <<_ACEOF 12246 12446 -#line 15631 "configure" 12247 +#line 160 09"configure"12447 +#line 16037 "configure" 12248 12448 #include "confdefs.h" 12249 12449 12250 12450 class NCursesPanel 12251 @@ -15672,16 +160 50,16 @@12451 @@ -15672,16 +16078,16 @@ 12252 12452 } 12253 12453 _ACEOF 12254 12454 rm -f conftest.$ac_objext 12255 12455 -if { (eval echo "$as_me:15675: \"$ac_compile\"") >&5 12256 +if { (eval echo "$as_me:160 53: \"$ac_compile\"") >&512456 +if { (eval echo "$as_me:16081: \"$ac_compile\"") >&5 12257 12457 (eval $ac_compile) 2>&5 12258 12458 ac_status=$? 12259 12459 - echo "$as_me:15678: \$? = $ac_status" >&5 12260 + echo "$as_me:160 56: \$? = $ac_status" >&512460 + echo "$as_me:16084: \$? = $ac_status" >&5 12261 12461 (exit $ac_status); } && 12262 12462 { ac_try='test -s conftest.$ac_objext' 12263 12463 - { (eval echo "$as_me:15681: \"$ac_try\"") >&5 12264 + { (eval echo "$as_me:160 59: \"$ac_try\"") >&512464 + { (eval echo "$as_me:16087: \"$ac_try\"") >&5 12265 12465 (eval $ac_try) 2>&5 12266 12466 ac_status=$? 12267 12467 - echo "$as_me:15684: \$? = $ac_status" >&5 12268 + echo "$as_me:160 62: \$? = $ac_status" >&512468 + echo "$as_me:16090: \$? = $ac_status" >&5 12269 12469 (exit $ac_status); }; }; then 12270 12470 cf_cv_cpp_static_cast=yes 12271 12471 else 12272 @@ -15699,7 +16 077,7 @@12472 @@ -15699,7 +16105,7 @@ 12273 12473 ac_main_return=return 12274 12474 12275 12475 fi 12276 12476 -echo "$as_me:15702: result: $cf_cv_cpp_static_cast" >&5 12277 +echo "$as_me:16 080: result: $cf_cv_cpp_static_cast" >&512477 +echo "$as_me:16108: result: $cf_cv_cpp_static_cast" >&5 12278 12478 echo "${ECHO_T}$cf_cv_cpp_static_cast" >&6 12279 12479 12280 12480 fi 12281 @@ -15709,12 +16 087,12 @@12481 @@ -15709,12 +16115,12 @@ 12282 12482 EOF 12283 12483 … … 12294 12494 ;; 12295 12495 sco3.2v5*) #(vi 12296 @@ -15723,7 +161 01,7 @@12496 @@ -15723,7 +16129,7 @@ 12297 12497 solaris2*) 12298 12498 if test "$GXX" != yes ; then … … 12303 12503 ;; 12304 12504 esac 12305 @@ -15747,7 +161 25,7 @@12505 @@ -15747,7 +16153,7 @@ 12306 12506 else 12307 12507 if test "$cf_cv_header_stdbool_h" = 1 ; then 12308 12508 12309 12509 -echo "$as_me:15750: checking for size of bool" >&5 12310 +echo "$as_me:161 28: checking for size of bool" >&512510 +echo "$as_me:16156: checking for size of bool" >&5 12311 12511 echo $ECHO_N "checking for size of bool... $ECHO_C" >&6 12312 12512 if test "${cf_cv_type_of_bool+set}" = set; then 12313 12513 echo $ECHO_N "(cached) $ECHO_C" >&6 12314 @@ -15758,7 +161 36,7 @@12514 @@ -15758,7 +16164,7 @@ 12315 12515 cf_cv_type_of_bool=unknown 12316 12516 else 12317 12517 cat >conftest.$ac_ext <<_ACEOF 12318 12518 -#line 15761 "configure" 12319 +#line 161 39"configure"12519 +#line 16167 "configure" 12320 12520 #include "confdefs.h" 12321 12521 12322 12522 #include <stdlib.h> 12323 @@ -15800,15 +16 178,15 @@12523 @@ -15800,15 +16206,15 @@ 12324 12524 12325 12525 _ACEOF 12326 12526 rm -f conftest$ac_exeext 12327 12527 -if { (eval echo "$as_me:15803: \"$ac_link\"") >&5 12328 +if { (eval echo "$as_me:16 181: \"$ac_link\"") >&512528 +if { (eval echo "$as_me:16209: \"$ac_link\"") >&5 12329 12529 (eval $ac_link) 2>&5 12330 12530 ac_status=$? 12331 12531 - echo "$as_me:15806: \$? = $ac_status" >&5 12332 + echo "$as_me:16 184: \$? = $ac_status" >&512532 + echo "$as_me:16212: \$? = $ac_status" >&5 12333 12533 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12334 12534 - { (eval echo "$as_me:15808: \"$ac_try\"") >&5 12335 + { (eval echo "$as_me:16 186: \"$ac_try\"") >&512535 + { (eval echo "$as_me:16214: \"$ac_try\"") >&5 12336 12536 (eval $ac_try) 2>&5 12337 12537 ac_status=$? 12338 12538 - echo "$as_me:15811: \$? = $ac_status" >&5 12339 + echo "$as_me:16 189: \$? = $ac_status" >&512539 + echo "$as_me:16217: \$? = $ac_status" >&5 12340 12540 (exit $ac_status); }; }; then 12341 12541 cf_cv_type_of_bool=`cat cf_test.out` 12342 12542 if test -z "$cf_cv_type_of_bool"; then 12343 @@ -15826,25 +162 04,25 @@12543 @@ -15826,25 +16232,25 @@ 12344 12544 fi 12345 12545 12346 12546 rm -f cf_test.out 12347 12547 -echo "$as_me:15829: result: $cf_cv_type_of_bool" >&5 12348 +echo "$as_me:162 07: result: $cf_cv_type_of_bool" >&512548 +echo "$as_me:16235: result: $cf_cv_type_of_bool" >&5 12349 12549 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 12350 12550 if test "$cf_cv_type_of_bool" = unknown ; then … … 12353 12553 esac 12354 12554 - { echo "$as_me:15835: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 12355 + { echo "$as_me:162 13: WARNING: Assuming $NCURSES_BOOL for type of bool" >&512555 + { echo "$as_me:16241: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 12356 12556 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;} 12357 12557 cf_cv_type_of_bool=$NCURSES_BOOL … … 12360 12560 else 12361 12561 - echo "$as_me:15841: checking for fallback type of bool" >&5 12362 + echo "$as_me:162 19: checking for fallback type of bool" >&512562 + echo "$as_me:16247: checking for fallback type of bool" >&5 12363 12563 echo $ECHO_N "checking for fallback type of bool... $ECHO_C" >&6 12364 12564 case "$host_cpu" in #(vi … … 12367 12567 esac 12368 12568 - echo "$as_me:15847: result: $cf_cv_type_of_bool" >&5 12369 + echo "$as_me:162 25: result: $cf_cv_type_of_bool" >&512569 + echo "$as_me:16253: result: $cf_cv_type_of_bool" >&5 12370 12570 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 12371 12571 fi 12372 12572 fi 12373 @@ -15873,7 +162 51,7 @@12573 @@ -15873,7 +16279,7 @@ 12374 12574 12375 12575 if test "$cf_with_ada" != "no" ; then 12376 12576 if test "$with_libtool" != "no"; then 12377 12577 - { echo "$as_me:15876: WARNING: libtool does not support Ada - disabling feature" >&5 12378 + { echo "$as_me:162 54: WARNING: libtool does not support Ada - disabling feature" >&512578 + { echo "$as_me:16282: WARNING: libtool does not support Ada - disabling feature" >&5 12379 12579 echo "$as_me: WARNING: libtool does not support Ada - disabling feature" >&2;} 12380 12580 cf_with_ada=no 12381 12581 fi 12382 @@ -15883,7 +162 61,7 @@12582 @@ -15883,7 +16289,7 @@ 12383 12583 cf_ada_make=gnatmake 12384 12584 # Extract the first word of "$cf_ada_make", so it can be a program name with args. 12385 12585 set dummy $cf_ada_make; ac_word=$2 12386 12586 -echo "$as_me:15886: checking for $ac_word" >&5 12387 +echo "$as_me:162 64: checking for $ac_word" >&512587 +echo "$as_me:16292: checking for $ac_word" >&5 12388 12588 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12389 12589 if test "${ac_cv_prog_gnat_exists+set}" = set; then 12390 12590 echo $ECHO_N "(cached) $ECHO_C" >&6 12391 @@ -15898,7 +16 276,7 @@12591 @@ -15898,7 +16304,7 @@ 12392 12592 test -z "$ac_dir" && ac_dir=. 12393 12593 $as_executable_p "$ac_dir/$ac_word" || continue 12394 12594 ac_cv_prog_gnat_exists="yes" 12395 12595 -echo "$as_me:15901: found $ac_dir/$ac_word" >&5 12396 +echo "$as_me:16 279: found $ac_dir/$ac_word" >&512596 +echo "$as_me:16307: found $ac_dir/$ac_word" >&5 12397 12597 break 12398 12598 done 12399 12599 12400 @@ -15907,10 +16 285,10 @@12600 @@ -15907,10 +16313,10 @@ 12401 12601 fi 12402 12602 gnat_exists=$ac_cv_prog_gnat_exists 12403 12603 if test -n "$gnat_exists"; then 12404 12604 - echo "$as_me:15910: result: $gnat_exists" >&5 12405 + echo "$as_me:16 288: result: $gnat_exists" >&512605 + echo "$as_me:16316: result: $gnat_exists" >&5 12406 12606 echo "${ECHO_T}$gnat_exists" >&6 12407 12607 else 12408 12608 - echo "$as_me:15913: result: no" >&5 12409 + echo "$as_me:16 291: result: no" >&512609 + echo "$as_me:16319: result: no" >&5 12410 12610 echo "${ECHO_T}no" >&6 12411 12611 fi 12412 12612 12413 @@ -15918,11 +16 296,11 @@12613 @@ -15918,11 +16324,11 @@ 12414 12614 cf_ada_make= 12415 12615 else 12416 12616 12417 12617 -echo "$as_me:15921: checking for gnat version" >&5 12418 +echo "$as_me:16 299: checking for gnat version" >&512618 +echo "$as_me:16327: checking for gnat version" >&5 12419 12619 echo $ECHO_N "checking for gnat version... $ECHO_C" >&6 12420 12620 cf_gnat_version=`${cf_ada_make-gnatmake} -v 2>&1 | grep '[0-9].[0-9][0-9]*' |\ 12421 12621 sed -e '2,$d' -e 's/[^0-9 \.]//g' -e 's/^[ ]*//' -e 's/ .*//'` 12422 12622 -echo "$as_me:15925: result: $cf_gnat_version" >&5 12423 +echo "$as_me:163 03: result: $cf_gnat_version" >&512623 +echo "$as_me:16331: result: $cf_gnat_version" >&5 12424 12624 echo "${ECHO_T}$cf_gnat_version" >&6 12425 12625 12426 12626 case $cf_gnat_version in 12427 @@ -15945,7 +163 23,7 @@12627 @@ -15945,7 +16351,7 @@ 12428 12628 12429 12629 # Extract the first word of "m4", so it can be a program name with args. 12430 12630 set dummy m4; ac_word=$2 12431 12631 -echo "$as_me:15948: checking for $ac_word" >&5 12432 +echo "$as_me:163 26: checking for $ac_word" >&512632 +echo "$as_me:16354: checking for $ac_word" >&5 12433 12633 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12434 12634 if test "${ac_cv_prog_M4_exists+set}" = set; then 12435 12635 echo $ECHO_N "(cached) $ECHO_C" >&6 12436 @@ -15960,7 +163 38,7 @@12636 @@ -15960,7 +16366,7 @@ 12437 12637 test -z "$ac_dir" && ac_dir=. 12438 12638 $as_executable_p "$ac_dir/$ac_word" || continue 12439 12639 ac_cv_prog_M4_exists="yes" 12440 12640 -echo "$as_me:15963: found $ac_dir/$ac_word" >&5 12441 +echo "$as_me:163 41: found $ac_dir/$ac_word" >&512641 +echo "$as_me:16369: found $ac_dir/$ac_word" >&5 12442 12642 break 12443 12643 done 12444 12644 12445 @@ -15969,10 +163 47,10 @@12645 @@ -15969,10 +16375,10 @@ 12446 12646 fi 12447 12647 M4_exists=$ac_cv_prog_M4_exists 12448 12648 if test -n "$M4_exists"; then 12449 12649 - echo "$as_me:15972: result: $M4_exists" >&5 12450 + echo "$as_me:163 50: result: $M4_exists" >&512650 + echo "$as_me:16378: result: $M4_exists" >&5 12451 12651 echo "${ECHO_T}$M4_exists" >&6 12452 12652 else 12453 12653 - echo "$as_me:15975: result: no" >&5 12454 + echo "$as_me:163 53: result: no" >&512654 + echo "$as_me:16381: result: no" >&5 12455 12655 echo "${ECHO_T}no" >&6 12456 12656 fi 12457 12657 12458 @@ -15981,7 +163 59,7 @@12658 @@ -15981,7 +16387,7 @@ 12459 12659 echo Ada95 binding required program m4 not found. Ada95 binding disabled. 12460 12660 fi 12461 12661 if test "$cf_cv_prog_gnat_correct" = yes; then 12462 12662 - echo "$as_me:15984: checking if GNAT works" >&5 12463 + echo "$as_me:163 62: checking if GNAT works" >&512663 + echo "$as_me:16390: checking if GNAT works" >&5 12464 12664 echo $ECHO_N "checking if GNAT works... $ECHO_C" >&6 12465 12665 12466 12666 rm -f conftest* 12467 @@ -16009,14 +16 387,14 @@12667 @@ -16009,14 +16415,14 @@ 12468 12668 fi 12469 12669 rm -f conftest* 12470 12670 12471 12671 - echo "$as_me:16012: result: $cf_cv_prog_gnat_correct" >&5 12472 + echo "$as_me:16 390: result: $cf_cv_prog_gnat_correct" >&512672 + echo "$as_me:16418: result: $cf_cv_prog_gnat_correct" >&5 12473 12673 echo "${ECHO_T}$cf_cv_prog_gnat_correct" >&6 12474 12674 fi … … 12478 12678 12479 12679 - echo "$as_me:16019: checking if GNAT pragma Unreferenced works" >&5 12480 + echo "$as_me:16 397: checking if GNAT pragma Unreferenced works" >&512680 + echo "$as_me:16425: checking if GNAT pragma Unreferenced works" >&5 12481 12681 echo $ECHO_N "checking if GNAT pragma Unreferenced works... $ECHO_C" >&6 12482 12682 12483 12683 rm -f conftest* 12484 @@ -16043,7 +164 21,7 @@12684 @@ -16043,7 +16449,7 @@ 12485 12685 fi 12486 12686 rm -f conftest* 12487 12687 12488 12688 - echo "$as_me:16046: result: $cf_cv_pragma_unreferenced" >&5 12489 + echo "$as_me:164 24: result: $cf_cv_pragma_unreferenced" >&512689 + echo "$as_me:16452: result: $cf_cv_pragma_unreferenced" >&5 12490 12690 echo "${ECHO_T}$cf_cv_pragma_unreferenced" >&6 12491 12691 12492 12692 # if the pragma is supported, use it (needed in the Trace code). 12493 @@ -16096,7 +16 474,7 @@12693 @@ -16096,7 +16502,7 @@ 12494 12694 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 12495 12695 ;; 12496 12696 *) 12497 12697 - { { echo "$as_me:16099: error: expected a pathname, not \"$withval\"" >&5 12498 + { { echo "$as_me:16 477: error: expected a pathname, not \"$withval\"" >&512698 + { { echo "$as_me:16505: error: expected a pathname, not \"$withval\"" >&5 12499 12699 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 12500 12700 { (exit 1); exit 1; }; } 12501 12701 ;; 12502 @@ -16138,7 +165 16,7 @@12702 @@ -16138,7 +16544,7 @@ 12503 12703 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 12504 12704 ;; 12505 12705 *) 12506 12706 - { { echo "$as_me:16141: error: expected a pathname, not \"$withval\"" >&5 12507 + { { echo "$as_me:165 19: error: expected a pathname, not \"$withval\"" >&512707 + { { echo "$as_me:16547: error: expected a pathname, not \"$withval\"" >&5 12508 12708 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 12509 12709 { (exit 1); exit 1; }; } 12510 12710 ;; 12511 @@ -16163,7 +165 41,7 @@12711 @@ -16163,7 +16569,7 @@ 12512 12712 ### chooses to split module lists into libraries. 12513 12713 ### 12514 12714 ### (see CF_LIB_RULES). 12515 12715 -echo "$as_me:16166: checking for library subsets" >&5 12516 +echo "$as_me:165 44: checking for library subsets" >&512716 +echo "$as_me:16572: checking for library subsets" >&5 12517 12717 echo $ECHO_N "checking for library subsets... $ECHO_C" >&6 12518 12718 LIB_SUBSETS= 12519 12719 12520 @@ -16176,7 +165 54,17 @@12720 @@ -16176,7 +16582,17 @@ 12521 12721 fi 12522 12722 fi … … 12537 12737 if test "$with_termlib" != no ; then 12538 12738 LIB_SUBSETS="${LIB_SUBSETS} " 12539 @@ -16185,17 +16 573,18 @@12739 @@ -16185,17 +16601,18 @@ 12540 12740 fi 12541 12741 … … 12546 12746 12547 12747 -echo "$as_me:16191: result: $LIB_SUBSETS" >&5 12548 +echo "$as_me:16 580: result: $LIB_SUBSETS" >&512748 +echo "$as_me:16608: result: $LIB_SUBSETS" >&5 12549 12749 echo "${ECHO_T}$LIB_SUBSETS" >&6 12550 12750 … … 12559 12759 if test "$GCC" != yes; then 12560 12760 CPPFLAGS="$CPPFLAGS -I\${includedir}" 12561 @@ -16226,7 +166 15,7 @@12761 @@ -16226,7 +16643,7 @@ 12562 12762 fi 12563 12763 12564 12764 ### Build up pieces for makefile rules 12565 12765 -echo "$as_me:16229: checking default library suffix" >&5 12566 +echo "$as_me:166 18: checking default library suffix" >&512766 +echo "$as_me:16646: checking default library suffix" >&5 12567 12767 echo $ECHO_N "checking default library suffix... $ECHO_C" >&6 12568 12768 12569 12769 case $DFT_LWR_MODEL in 12570 @@ -16237,46 +166 26,50 @@12770 @@ -16237,46 +16654,50 @@ 12571 12771 shared) DFT_ARG_SUFFIX='' ;; 12572 12772 esac 12573 12773 test -n "$LIB_SUFFIX" && DFT_ARG_SUFFIX="${LIB_SUFFIX}${DFT_ARG_SUFFIX}" 12574 12774 -echo "$as_me:16240: result: $DFT_ARG_SUFFIX" >&5 12575 +echo "$as_me:166 29: result: $DFT_ARG_SUFFIX" >&512775 +echo "$as_me:16657: result: $DFT_ARG_SUFFIX" >&5 12576 12776 echo "${ECHO_T}$DFT_ARG_SUFFIX" >&6 12577 12777 12578 12778 -echo "$as_me:16243: checking default library-dependency suffix" >&5 12579 +echo "$as_me:166 32: checking default library-dependency suffix" >&512779 +echo "$as_me:16660: checking default library-dependency suffix" >&5 12580 12780 echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6 12581 12781 … … 12632 12832 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX 12633 12833 ;; 12634 @@ -16289,10 +16 682,10 @@12834 @@ -16289,10 +16710,10 @@ 12635 12835 esac 12636 12836 test -n "$LIB_SUFFIX" && DFT_LIB_SUFFIX="${LIB_SUFFIX}${DFT_LIB_SUFFIX}" 12637 12837 test -n "$LIB_SUFFIX" && DFT_DEP_SUFFIX="${LIB_SUFFIX}${DFT_DEP_SUFFIX}" 12638 12838 -echo "$as_me:16292: result: $DFT_DEP_SUFFIX" >&5 12639 +echo "$as_me:16 685: result: $DFT_DEP_SUFFIX" >&512839 +echo "$as_me:16713: result: $DFT_DEP_SUFFIX" >&5 12640 12840 echo "${ECHO_T}$DFT_DEP_SUFFIX" >&6 12641 12841 12642 12842 -echo "$as_me:16295: checking default object directory" >&5 12643 +echo "$as_me:16 688: checking default object directory" >&512843 +echo "$as_me:16716: checking default object directory" >&5 12644 12844 echo $ECHO_N "checking default object directory... $ECHO_C" >&6 12645 12845 12646 12846 case $DFT_LWR_MODEL in 12647 @@ -16308,51 +167 01,55 @@12847 @@ -16308,51 +16729,55 @@ 12648 12848 DFT_OBJ_SUBDIR='obj_s' ;; 12649 12849 esac 12650 12850 esac 12651 12851 -echo "$as_me:16311: result: $DFT_OBJ_SUBDIR" >&5 12652 +echo "$as_me:167 04: result: $DFT_OBJ_SUBDIR" >&512852 +echo "$as_me:16732: result: $DFT_OBJ_SUBDIR" >&5 12653 12853 echo "${ECHO_T}$DFT_OBJ_SUBDIR" >&6 12654 12854 … … 12656 12856 if test "$cf_with_cxx" = yes ; then 12657 12857 -echo "$as_me:16316: checking c++ library-dependency suffix" >&5 12658 +echo "$as_me:167 09: checking c++ library-dependency suffix" >&512858 +echo "$as_me:16737: checking c++ library-dependency suffix" >&5 12659 12859 echo $ECHO_N "checking c++ library-dependency suffix... $ECHO_C" >&6 12660 12860 if test "$with_libtool" != "no"; then … … 12714 12914 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX 12715 12915 ;; 12716 @@ -16366,7 +167 63,7 @@12916 @@ -16366,7 +16791,7 @@ 12717 12917 test -n "$LIB_SUFFIX" && CXX_LIB_SUFFIX="${LIB_SUFFIX}${CXX_LIB_SUFFIX}" 12718 12918 test -n "$LIB_SUFFIX" && CXX_DEP_SUFFIX="${LIB_SUFFIX}${CXX_DEP_SUFFIX}" 12719 12919 fi 12720 12920 -echo "$as_me:16369: result: $CXX_LIB_SUFFIX" >&5 12721 +echo "$as_me:167 66: result: $CXX_LIB_SUFFIX" >&512921 +echo "$as_me:16794: result: $CXX_LIB_SUFFIX" >&5 12722 12922 echo "${ECHO_T}$CXX_LIB_SUFFIX" >&6 12723 12923 12724 12924 fi 12725 @@ -16480,7 +16877,7 @@ 12925 @@ -16431,6 +16856,8 @@ 12926 TEST_ARGS="${TEST_DEPS}" 12927 TEST_ARG2="${TEST_DEP2}" 12928 TINFO_ARGS="-L${LIB_DIR} $TEST_ARGS" 12929 + TICS_LIST="$SHLIB_LIST $TEST_ARGS" 12930 + SHLIB_LIST="${SHLIB_LIST} $TEST_ARGS" 12931 else 12932 TEST_ARGS="-l${TINFO_ARG_SUFFIX}" 12933 TEST_ARG2="-l${TINFO_ARG_SUFFIX}" 12934 @@ -16480,7 +16907,7 @@ 12726 12935 12727 12936 if test "$GCC" = yes ; then 12728 12937 case $cf_cv_system_name in #( 12729 12938 - OS/2*|os2*|aix[45]*) #( vi 12730 + OS/2*|os2*|aix[4]* ) #( vi12939 + OS/2*|os2*|aix[4]*|solaris2.1[0-9]) #( vi 12731 12940 LDFLAGS_STATIC= 12732 12941 LDFLAGS_SHARED= 12733 12942 ;; 12734 @@ -16491,7 +16 888,7 @@12943 @@ -16491,7 +16918,7 @@ 12735 12944 esac 12736 12945 else … … 12741 12950 LDFLAGS_SHARED=-bdynamic 12742 12951 ;; 12743 @@ -16519,12 +169 16,12 @@12952 @@ -16519,12 +16946,12 @@ 12744 12953 ;; 12745 12954 esac 12746 12955 12747 12956 -echo "$as_me:16522: checking where we will install curses.h" >&5 12748 +echo "$as_me:169 19: checking where we will install curses.h" >&512957 +echo "$as_me:16949: checking where we will install curses.h" >&5 12749 12958 echo $ECHO_N "checking where we will install curses.h... $ECHO_C" >&6 12750 12959 test "$with_overwrite" = no && \ … … 12752 12961 includedir='${prefix}/include/ncurses'${LIB_SUFFIX} 12753 12962 -echo "$as_me:16527: result: $includedir" >&5 12754 +echo "$as_me:169 24: result: $includedir" >&512963 +echo "$as_me:16954: result: $includedir" >&5 12755 12964 echo "${ECHO_T}$includedir" >&6 12756 12965 12757 12966 ### Resolve a conflict between normal and wide-curses by forcing applications 12758 @@ -16532,10 +169 29,11 @@12967 @@ -16532,10 +16959,11 @@ 12759 12968 if test "$with_overwrite" != no ; then 12760 12969 if test "$NCURSES_LIBUTF8" = 1 ; then 12761 12970 NCURSES_LIBUTF8='defined(HAVE_LIBUTF8_H)' 12762 12971 - { echo "$as_me:16535: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5 12763 + { echo "$as_me:169 32: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&512972 + { echo "$as_me:16962: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5 12764 12973 echo "$as_me: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&2;} 12765 12974 fi … … 12769 12978 # used to separate tack out of the tree 12770 12979 NCURSES_TREE= 12771 @@ -16548,7 +169 46,7 @@12980 @@ -16548,7 +16976,7 @@ 12772 12981 ### Construct the list of subdirectories for which we'll customize makefiles 12773 12982 ### with the appropriate compile-rules. 12774 12983 12775 12984 -echo "$as_me:16551: checking for src modules" >&5 12776 +echo "$as_me:169 49: checking for src modules" >&512985 +echo "$as_me:16979: checking for src modules" >&5 12777 12986 echo $ECHO_N "checking for src modules... $ECHO_C" >&6 12778 12987 12779 12988 # dependencies and linker-arguments for test-programs 12780 @@ -16611,13 +170 09,17 @@12989 @@ -16611,13 +17039,17 @@ 12781 12990 fi 12782 12991 fi 12783 12992 done 12784 12993 -echo "$as_me:16614: result: $cf_cv_src_modules" >&5 12785 +echo "$as_me:170 12: result: $cf_cv_src_modules" >&512994 +echo "$as_me:17042: result: $cf_cv_src_modules" >&5 12786 12995 echo "${ECHO_T}$cf_cv_src_modules" >&6 12787 12996 … … 12798 13007 do 12799 13008 SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir" 12800 @@ -16628,8 +170 30,8 @@13009 @@ -16628,8 +17060,8 @@ 12801 13010 12802 13011 ADA_SUBDIRS= … … 12809 13018 12810 13019 SUB_MAKEFILES= 12811 @@ -16639,15 +170 41,15 @@13020 @@ -16639,15 +17071,15 @@ 12812 13021 done 12813 13022 … … 12830 13039 12831 13040 DIRS_TO_MAKE="lib" 12832 @@ -16680,7 +17 082,7 @@13041 @@ -16680,7 +17112,7 @@ 12833 13042 done 12834 13043 … … 12839 13048 12840 13049 cat >>confdefs.h <<EOF 12841 @@ -16749,7 +171 51,7 @@13050 @@ -16749,7 +17181,7 @@ 12842 13051 12843 13052 if test -n "$cf_new_cppflags" ; then … … 12848 13057 12849 13058 if test -n "$cf_new_extra_cppflags" ; then 12850 @@ -16760,18 +171 62,18 @@13059 @@ -16760,18 +17192,18 @@ 12851 13060 ### If we're building with rpath, try to link non-standard libs that way too. 12852 13061 if test "$DFT_LWR_MODEL" = "shared"; then 12853 13062 12854 13063 -echo "$as_me:16763: checking for updated LDFLAGS" >&5 12855 +echo "$as_me:171 65: checking for updated LDFLAGS" >&513064 +echo "$as_me:17195: checking for updated LDFLAGS" >&5 12856 13065 echo $ECHO_N "checking for updated LDFLAGS... $ECHO_C" >&6 12857 13066 if test -n "$LDFLAGS" ; then 12858 13067 -echo "$as_me:16766: result: maybe" >&5 12859 +echo "$as_me:171 68: result: maybe" >&513068 +echo "$as_me:17198: result: maybe" >&5 12860 13069 echo "${ECHO_T}maybe" >&6 12861 13070 test -n "$verbose" && echo " ...checking LDFLAGS $LDFLAGS" 1>&6 12862 13071 12863 13072 -echo "${as_me-configure}:16770: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 12864 +echo "${as_me-configure}:17 172: testing ...checking LDFLAGS $LDFLAGS ..." 1>&513073 +echo "${as_me-configure}:17202: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 12865 13074 12866 13075 test -n "$verbose" && echo " ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 12867 13076 12868 13077 -echo "${as_me-configure}:16774: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 12869 +echo "${as_me-configure}:17 176: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&513078 +echo "${as_me-configure}:17206: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 12870 13079 12871 13080 case "$EXTRA_LDFLAGS" in #(vi 12872 13081 -Wl,-rpath,*) #(vi 12873 @@ -16793,7 +17 195,7 @@13082 @@ -16793,7 +17225,7 @@ 12874 13083 do 12875 13084 test -n "$verbose" && echo " Filtering $cf_rpath_src" 1>&6 12876 13085 12877 13086 -echo "${as_me-configure}:16796: testing Filtering $cf_rpath_src ..." 1>&5 12878 +echo "${as_me-configure}:17 198: testing Filtering $cf_rpath_src ..." 1>&513087 +echo "${as_me-configure}:17228: testing Filtering $cf_rpath_src ..." 1>&5 12879 13088 12880 13089 case $cf_rpath_src in #(vi 12881 13090 -L*) #(vi 12882 @@ -16804,7 +172 06,7 @@13091 @@ -16804,7 +17236,7 @@ 12883 13092 fi 12884 13093 test -n "$verbose" && echo " ...Filter $cf_rpath_tmp" 1>&6 12885 13094 12886 13095 -echo "${as_me-configure}:16807: testing ...Filter $cf_rpath_tmp ..." 1>&5 12887 +echo "${as_me-configure}:172 09: testing ...Filter $cf_rpath_tmp ..." 1>&513096 +echo "${as_me-configure}:17239: testing ...Filter $cf_rpath_tmp ..." 1>&5 12888 13097 12889 13098 EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS" 12890 13099 ;; 12891 @@ -16814,15 +172 16,15 @@13100 @@ -16814,15 +17246,15 @@ 12892 13101 LDFLAGS=$cf_rpath_dst 12893 13102 test -n "$verbose" && echo " ...checked LDFLAGS $LDFLAGS" 1>&6 12894 13103 12895 13104 -echo "${as_me-configure}:16817: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 12896 +echo "${as_me-configure}:172 19: testing ...checked LDFLAGS $LDFLAGS ..." 1>&513105 +echo "${as_me-configure}:17249: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 12897 13106 12898 13107 test -n "$verbose" && echo " ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 12899 13108 12900 13109 -echo "${as_me-configure}:16821: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 12901 +echo "${as_me-configure}:172 23: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&513110 +echo "${as_me-configure}:17253: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 12902 13111 12903 13112 fi 12904 13113 else 12905 13114 -echo "$as_me:16825: result: no" >&5 12906 +echo "$as_me:172 27: result: no" >&513115 +echo "$as_me:17257: result: no" >&5 12907 13116 echo "${ECHO_T}no" >&6 12908 13117 fi 12909 13118 12910 @@ -16849,8 +172 51,18 @@13119 @@ -16849,8 +17281,18 @@ 12911 13120 fi 12912 13121 … … 12928 13137 ac_config_commands="$ac_config_commands default" 12929 13138 cat >confcache <<\_ACEOF 12930 @@ -16932,7 +173 44,7 @@13139 @@ -16932,7 +17374,7 @@ 12931 13140 : ${CONFIG_STATUS=./config.status} 12932 13141 ac_clean_files_save=$ac_clean_files 12933 13142 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 12934 13143 -{ echo "$as_me:16935: creating $CONFIG_STATUS" >&5 12935 +{ echo "$as_me:173 47: creating $CONFIG_STATUS" >&513144 +{ echo "$as_me:17377: creating $CONFIG_STATUS" >&5 12936 13145 echo "$as_me: creating $CONFIG_STATUS" >&6;} 12937 13146 cat >$CONFIG_STATUS <<_ACEOF 12938 13147 #! $SHELL 12939 @@ -17064,7 +17 476,7 @@13148 @@ -17064,7 +17506,7 @@ 12940 13149 cat >>$CONFIG_STATUS <<EOF 12941 13150 ac_cs_version="\\ … … 12946 13155 12947 13156 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 12948 @@ -17108,7 +175 20,7 @@13157 @@ -17108,7 +17550,7 @@ 12949 13158 echo "$ac_cs_version"; exit 0 ;; 12950 13159 --he | --h) 12951 13160 # Conflict between --help and --header 12952 13161 - { { echo "$as_me:17111: error: ambiguous option: $1 12953 + { { echo "$as_me:175 23: error: ambiguous option: $113162 + { { echo "$as_me:17553: error: ambiguous option: $1 12954 13163 Try \`$0 --help' for more information." >&5 12955 13164 echo "$as_me: error: ambiguous option: $1 12956 13165 Try \`$0 --help' for more information." >&2;} 12957 @@ -17127,7 +175 39,7 @@13166 @@ -17127,7 +17569,7 @@ 12958 13167 ac_need_defaults=false;; 12959 13168 12960 13169 # This is an error. 12961 13170 - -*) { { echo "$as_me:17130: error: unrecognized option: $1 12962 + -*) { { echo "$as_me:175 42: error: unrecognized option: $113171 + -*) { { echo "$as_me:17572: error: unrecognized option: $1 12963 13172 Try \`$0 --help' for more information." >&5 12964 13173 echo "$as_me: error: unrecognized option: $1 12965 13174 Try \`$0 --help' for more information." >&2;} 12966 @@ -17146,7 +175 58,7 @@13175 @@ -17146,7 +17588,7 @@ 12967 13176 ## Running config.status. ## 12968 13177 ## ----------------------- ## … … 12973 13182 CONFIG_HEADERS = $CONFIG_HEADERS 12974 13183 CONFIG_LINKS = $CONFIG_LINKS 12975 @@ -17181,13 +17 593,13 @@13184 @@ -17181,13 +17623,13 @@ 12976 13185 NCURSES_PATCH="$NCURSES_PATCH" 12977 13186 SRC_SUBDIRS="$SRC_SUBDIRS" … … 12990 13199 WITH_ECHO="$with_echo" 12991 13200 WITH_OVERWRITE="$with_overwrite" 12992 @@ -17206,6 +176 18,7 @@13201 @@ -17206,6 +17648,7 @@ 12993 13202 cf_cv_shlib_version_infix="$cf_cv_shlib_version_infix" 12994 13203 cf_cv_system_name="$cf_cv_system_name" … … 12998 13207 target="$target" 12999 13208 13000 @@ -17224,7 +176 37,7 @@13209 @@ -17224,7 +17667,7 @@ 13001 13210 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13002 13211 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 13003 13212 "include/ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/ncurses_cfg.h:include/ncurses_cfg.hin" ;; 13004 13213 - *) { { echo "$as_me:17227: error: invalid argument: $ac_config_target" >&5 13005 + *) { { echo "$as_me:176 40: error: invalid argument: $ac_config_target" >&513214 + *) { { echo "$as_me:17670: error: invalid argument: $ac_config_target" >&5 13006 13215 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13007 13216 { (exit 1); exit 1; }; };; 13008 13217 esac 13009 @@ -17349,6 +177 62,8 @@13218 @@ -17349,6 +17792,8 @@ 13010 13219 s,@LINT@,$LINT,;t t 13011 13220 s,@LINT_OPTS@,$LINT_OPTS,;t t … … 13016 13225 s,@MAKE_LOWER_TAGS@,$MAKE_LOWER_TAGS,;t t 13017 13226 s,@MAKE_UPPER_TAGS@,$MAKE_UPPER_TAGS,;t t 13018 @@ -17359,7 +17 774,7 @@13227 @@ -17359,7 +17804,7 @@ 13019 13228 s,@ac_ct_LD@,$ac_ct_LD,;t t 13020 13229 s,@AR@,$AR,;t t … … 13025 13234 s,@BUILD_CC@,$BUILD_CC,;t t 13026 13235 s,@BUILD_CPP@,$BUILD_CPP,;t t 13027 @@ -17392,6 +178 07,7 @@13236 @@ -17392,6 +17837,7 @@ 13028 13237 s,@CXX_G_OPT@,$CXX_G_OPT,;t t 13029 13238 s,@LD_MODEL@,$LD_MODEL,;t t … … 13033 13242 s,@MK_SHARED_LIB@,$MK_SHARED_LIB,;t t 13034 13243 s,@LINK_PROGS@,$LINK_PROGS,;t t 13035 @@ -17401,7 +178 17,6 @@13244 @@ -17401,7 +17847,6 @@ 13036 13245 s,@LOCAL_LDFLAGS2@,$LOCAL_LDFLAGS2,;t t 13037 13246 s,@INSTALL_LIB@,$INSTALL_LIB,;t t … … 13041 13250 s,@WHICH_XTERM@,$WHICH_XTERM,;t t 13042 13251 s,@TERMINFO_DIRS@,$TERMINFO_DIRS,;t t 13043 @@ -17425,6 +178 40,9 @@13252 @@ -17425,6 +17870,9 @@ 13044 13253 s,@NCURSES_OSPEED@,$NCURSES_OSPEED,;t t 13045 13254 s,@MANPAGE_RENAMES@,$MANPAGE_RENAMES,;t t … … 13051 13260 s,@NCURSES_EXT_COLORS@,$NCURSES_EXT_COLORS,;t t 13052 13261 s,@NCURSES_MOUSE_VERSION@,$NCURSES_MOUSE_VERSION,;t t 13053 @@ -17449,7 +17867,7 @@ 13262 @@ -17435,6 +17883,7 @@ 13263 s,@cf_cv_enable_opaque@,$cf_cv_enable_opaque,;t t 13264 s,@NCURSES_OPAQUE@,$NCURSES_OPAQUE,;t t 13265 s,@NCURSES_SIZE_T@,$NCURSES_SIZE_T,;t t 13266 +s,@NCURSES_WRAP_PREFIX@,$NCURSES_WRAP_PREFIX,;t t 13267 s,@ECHO_LINK@,$ECHO_LINK,;t t 13268 s,@EXTRA_CFLAGS@,$EXTRA_CFLAGS,;t t 13269 s,@EXTRA_CXXFLAGS@,$EXTRA_CXXFLAGS,;t t 13270 @@ -17449,7 +17898,7 @@ 13054 13271 s,@CXXCPP@,$CXXCPP,;t t 13055 13272 s,@CXXLDFLAGS@,$CXXLDFLAGS,;t t … … 13060 13277 s,@USE_CXX_BOOL@,$USE_CXX_BOOL,;t t 13061 13278 s,@gnat_exists@,$gnat_exists,;t t 13062 @@ -17493,6 +179 11,7 @@13279 @@ -17493,6 +17942,7 @@ 13063 13280 s,@HAVE_TCGETATTR@,$HAVE_TCGETATTR,;t t 13064 13281 s,@HAVE_TERMIO_H@,$HAVE_TERMIO_H,;t t … … 13068 13285 13069 13286 EOF 13070 @@ -17607,7 +180 26,7 @@13287 @@ -17607,7 +18057,7 @@ 13071 13288 esac 13072 13289 13073 13290 if test x"$ac_file" != x-; then 13074 13291 - { echo "$as_me:17610: creating $ac_file" >&5 13075 + { echo "$as_me:180 29: creating $ac_file" >&513292 + { echo "$as_me:18060: creating $ac_file" >&5 13076 13293 echo "$as_me: creating $ac_file" >&6;} 13077 13294 rm -f "$ac_file" 13078 13295 fi 13079 @@ -17625,7 +180 44,7 @@13296 @@ -17625,7 +18075,7 @@ 13080 13297 -) echo $tmp/stdin ;; 13081 13298 [\\/$]*) 13082 13299 # Absolute (can't be DOS-style, as IFS=:) 13083 13300 - test -f "$f" || { { echo "$as_me:17628: error: cannot find input file: $f" >&5 13084 + test -f "$f" || { { echo "$as_me:180 47: error: cannot find input file: $f" >&513301 + test -f "$f" || { { echo "$as_me:18078: error: cannot find input file: $f" >&5 13085 13302 echo "$as_me: error: cannot find input file: $f" >&2;} 13086 13303 { (exit 1); exit 1; }; } 13087 13304 echo $f;; 13088 @@ -17638,7 +180 57,7 @@13305 @@ -17638,7 +18088,7 @@ 13089 13306 echo $srcdir/$f 13090 13307 else 13091 13308 # /dev/null tree 13092 13309 - { { echo "$as_me:17641: error: cannot find input file: $f" >&5 13093 + { { echo "$as_me:180 60: error: cannot find input file: $f" >&513310 + { { echo "$as_me:18091: error: cannot find input file: $f" >&5 13094 13311 echo "$as_me: error: cannot find input file: $f" >&2;} 13095 13312 { (exit 1); exit 1; }; } 13096 13313 fi;; 13097 @@ -17704,7 +181 23,7 @@13314 @@ -17704,7 +18154,7 @@ 13098 13315 * ) ac_file_in=$ac_file.in ;; 13099 13316 esac 13100 13317 13101 13318 - test x"$ac_file" != x- && { echo "$as_me:17707: creating $ac_file" >&5 13102 + test x"$ac_file" != x- && { echo "$as_me:181 26: creating $ac_file" >&513319 + test x"$ac_file" != x- && { echo "$as_me:18157: creating $ac_file" >&5 13103 13320 echo "$as_me: creating $ac_file" >&6;} 13104 13321 13105 13322 # First look for the input files in the build tree, otherwise in the 13106 @@ -17715,7 +181 34,7 @@13323 @@ -17715,7 +18165,7 @@ 13107 13324 -) echo $tmp/stdin ;; 13108 13325 [\\/$]*) 13109 13326 # Absolute (can't be DOS-style, as IFS=:) 13110 13327 - test -f "$f" || { { echo "$as_me:17718: error: cannot find input file: $f" >&5 13111 + test -f "$f" || { { echo "$as_me:181 37: error: cannot find input file: $f" >&513328 + test -f "$f" || { { echo "$as_me:18168: error: cannot find input file: $f" >&5 13112 13329 echo "$as_me: error: cannot find input file: $f" >&2;} 13113 13330 { (exit 1); exit 1; }; } 13114 13331 echo $f;; 13115 @@ -17728,7 +181 47,7 @@13332 @@ -17728,7 +18178,7 @@ 13116 13333 echo $srcdir/$f 13117 13334 else 13118 13335 # /dev/null tree 13119 13336 - { { echo "$as_me:17731: error: cannot find input file: $f" >&5 13120 + { { echo "$as_me:181 50: error: cannot find input file: $f" >&513337 + { { echo "$as_me:18181: error: cannot find input file: $f" >&5 13121 13338 echo "$as_me: error: cannot find input file: $f" >&2;} 13122 13339 { (exit 1); exit 1; }; } 13123 13340 fi;; 13124 @@ -17786,7 +182 05,7 @@13341 @@ -17786,7 +18236,7 @@ 13125 13342 rm -f $tmp/in 13126 13343 if test x"$ac_file" != x-; then 13127 13344 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 13128 13345 - { echo "$as_me:17789: $ac_file is unchanged" >&5 13129 + { echo "$as_me:182 08: $ac_file is unchanged" >&513346 + { echo "$as_me:18239: $ac_file is unchanged" >&5 13130 13347 echo "$as_me: $ac_file is unchanged" >&6;} 13131 13348 else 13132 13349 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 13133 @@ -17873,40 +18 292,44 @@13350 @@ -17873,40 +18323,44 @@ 13134 13351 for cf_item in $cf_LIST_MODELS 13135 13352 do … … 13187 13404 cf_depsuf=$cf_suffix 13188 13405 ;; 13189 @@ -18020,40 +184 43,44 @@13406 @@ -18020,40 +18474,44 @@ 13190 13407 13191 13408 cf_ITEM=`echo "$cf_item" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` … … 13243 13460 cf_depsuf=$cf_suffix 13244 13461 ;; 13245 @@ -18234,18 +186 61,28 @@13462 @@ -18234,18 +18692,28 @@ 13246 13463 install.libs uninstall.libs \\ 13247 13464 install.data uninstall.data :: … … 13272 13489 if test -f $srcdir/$tack.h; then 13273 13490 cat >> Makefile <<CF_EOF 13274 @@ -18256,6 +18 693,7 @@13491 @@ -18256,6 +18724,7 @@ 13275 13492 CF_EOF 13276 13493 fi … … 13282 13499 diff -Naur ncurses-5.7.orig/configure.in ncurses-5.7/configure.in 13283 13500 --- ncurses-5.7.orig/configure.in 2008-10-18 07:53:32.000000000 -0700 13284 +++ ncurses-5.7/configure.in 2009-0 2-28 20:38:57.043235088 -080013501 +++ ncurses-5.7/configure.in 2009-03-22 21:17:11.636377985 -0700 13285 13502 @@ -1,5 +1,5 @@ 13286 13503 dnl*************************************************************************** … … 13295 13512 dnl 13296 13513 -dnl $Id: configure.in,v 1.454 2008/10/18 14:53:32 tom Exp $ 13297 +dnl $Id: configure.in,v 1.46 6 2009/02/15 00:19:01 tomExp $13514 +dnl $Id: configure.in,v 1.469 2009/03/21 21:45:29 Charles.Wilson Exp $ 13298 13515 dnl Process this file with autoconf to produce a configure script. 13299 13516 dnl … … 13303 13520 AC_PREREQ(2.13.20020210) 13304 13521 -AC_REVISION($Revision: 1.454 $) 13305 +AC_REVISION($Revision: 1.46 6$)13522 +AC_REVISION($Revision: 1.469 $) 13306 13523 AC_INIT(ncurses/base/lib_initscr.c) 13307 13524 AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) … … 13402 13619 ### use option --enable-const to turn on use of const beyond that in XSI. 13403 13620 AC_MSG_CHECKING(for extended use of const keyword) 13404 @@ -1165,12 +1217,18 @@ 13621 @@ -1024,11 +1076,11 @@ 13622 cf_cv_enable_opaque="NCURSES_INTERNALS" 13623 NCURSES_OPAQUE=1 13624 NCURSES_SIZE_T=int 13625 - if test $cf_cv_weak_symbols = yes ; then 13626 - CF_REMOVE_LIB(LIBS,$LIBS,pthread) 13627 - else 13628 - LIB_SUFFIX="t${LIB_SUFFIX}" 13629 - fi 13630 + if test $cf_cv_weak_symbols = yes ; then 13631 + CF_REMOVE_LIB(LIBS,$LIBS,pthread) 13632 + else 13633 + LIB_SUFFIX="t${LIB_SUFFIX}" 13634 + fi 13635 AC_DEFINE(USE_REENTRANT) 13636 CF_NCURSES_ABI_6 13637 else 13638 @@ -1042,6 +1094,20 @@ 13639 AC_SUBST(NCURSES_OPAQUE) 13640 AC_SUBST(NCURSES_SIZE_T) 13641 13642 +### Allow using a different wrap-prefix 13643 +if test "$cf_cv_enable_reentrant" != 0 ; then 13644 + AC_MSG_CHECKING(for prefix used to wrap public variables) 13645 + AC_ARG_WITH(wrap-prefix, 13646 + [ --with-wrap-prefix=XXX override prefix used for public variables], 13647 + [NCURSES_WRAP_PREFIX=$withval], 13648 + [NCURSES_WRAP_PREFIX=_nc_]) 13649 + AC_MSG_RESULT($NCURSES_WRAP_PREFIX) 13650 +else 13651 + NCURSES_WRAP_PREFIX=_nc_ 13652 +fi 13653 +AC_SUBST(NCURSES_WRAP_PREFIX) 13654 +AC_DEFINE_UNQUOTED(NCURSES_WRAP_PREFIX,"$NCURSES_WRAP_PREFIX") 13655 + 13656 AC_MSG_CHECKING(if you want experimental safe-sprintf code) 13657 AC_ARG_ENABLE(safe-sprintf, 13658 [ --enable-safe-sprintf compile with experimental safe-sprintf code], 13659 @@ -1165,12 +1231,18 @@ 13405 13660 AC_SUBST(ADA_TRACE) 13406 13661 … … 13421 13676 CF_MATH_LIB(MATH_LIB,sin(x)) 13422 13677 AC_SUBST(MATH_LIB) 13423 @@ -1354,12 +14 12,12 @@13678 @@ -1354,12 +1426,12 @@ 13424 13679 CF_CPP_STATIC_CAST 13425 13680 … … 13436 13691 ;; 13437 13692 sco3.2v5*) #(vi 13438 @@ -1368,13 +14 26,13 @@13693 @@ -1368,13 +1440,13 @@ 13439 13694 solaris2*) 13440 13695 if test "$GXX" != yes ; then … … 13452 13707 cf_cxx_library=no 13453 13708 cf_cv_builtin_bool=1 13454 @@ -1552,7 +16 10,17 @@13709 @@ -1552,7 +1624,17 @@ 13455 13710 fi 13456 13711 fi … … 13471 13726 if test "$with_termlib" != no ; then 13472 13727 LIB_SUBSETS="${LIB_SUBSETS} " 13473 @@ -1561,6 +16 29,7 @@13728 @@ -1561,6 +1643,7 @@ 13474 13729 fi 13475 13730 … … 13479 13734 test "$with_ext_funcs" = yes && LIB_SUBSETS="${LIB_SUBSETS}+ext_funcs" 13480 13735 13481 @@ -1723,6 +1792,7 @@ 13736 @@ -1656,6 +1739,8 @@ 13737 TEST_ARGS="${TEST_DEPS}" 13738 TEST_ARG2="${TEST_DEP2}" 13739 TINFO_ARGS="-L${LIB_DIR} $TEST_ARGS" 13740 + TICS_LIST="$SHLIB_LIST $TEST_ARGS" 13741 + SHLIB_LIST="${SHLIB_LIST} $TEST_ARGS" 13742 else 13743 TEST_ARGS="-l${TINFO_ARG_SUFFIX}" 13744 TEST_ARG2="-l${TINFO_ARG_SUFFIX}" 13745 @@ -1723,6 +1808,7 @@ 13482 13746 AC_MSG_WARN(Wide-character applications must define HAVE_LIBUTF8_H to include curses.h) 13483 13747 fi … … 13487 13751 AC_SUBST(WITH_OVERWRITE) 13488 13752 AC_SUBST(TICS_LIST) 13489 @@ -1742,12 +18 12,12 @@13753 @@ -1742,12 +1828,12 @@ 13490 13754 CF_SRC_MODULES($modules_to_build) 13491 13755 … … 13502 13766 AC_DEFINE_UNQUOTED(NCURSES_VERSION_STRING, "${NCURSES_MAJOR}.${NCURSES_MINOR}.${NCURSES_PATCH}") 13503 13767 13504 @@ -1765,8 +18 35,19 @@13768 @@ -1765,8 +1851,19 @@ 13505 13769 CF_SUBST_IF(["$ac_cv_header_termios_h" = yes], HAVE_TERMIOS_H, 1, 0) 13506 13770 … … 13523 13787 include/MKterm.h.awk \ 13524 13788 include/curses.head:include/curses.h.in \ 13525 @@ -1796,13 +18 77,13 @@13789 @@ -1796,13 +1893,13 @@ 13526 13790 NCURSES_PATCH="$NCURSES_PATCH" 13527 13791 SRC_SUBDIRS="$SRC_SUBDIRS" … … 13540 13804 WITH_ECHO="$with_echo" 13541 13805 WITH_OVERWRITE="$with_overwrite" 13542 @@ -1821,6 +19 02,7 @@13806 @@ -1821,6 +1918,7 @@ 13543 13807 cf_cv_shlib_version_infix="$cf_cv_shlib_version_infix" 13544 13808 cf_cv_system_name="$cf_cv_system_name" … … 13550 13814 diff -Naur ncurses-5.7.orig/dist.mk ncurses-5.7/dist.mk 13551 13815 --- ncurses-5.7.orig/dist.mk 2008-11-01 17:58:38.000000000 -0700 13552 +++ ncurses-5.7/dist.mk 2009-0 2-28 20:38:59.855417236 -080013816 +++ ncurses-5.7/dist.mk 2009-03-22 21:17:11.636377985 -0700 13553 13817 @@ -25,7 +25,7 @@ 13554 13818 # use or other dealings in this Software without prior written # … … 13556 13820 ############################################################################## 13557 13821 -# $Id: dist.mk,v 1.671 2008/11/02 00:58:38 tom Exp $ 13558 +# $Id: dist.mk,v 1.6 88 2009/02/28 14:49:13 tom Exp $13822 +# $Id: dist.mk,v 1.690 2009/03/21 18:31:13 tom Exp $ 13559 13823 # Makefile for creating ncurses distributions. 13560 13824 # … … 13565 13829 NCURSES_MINOR = 7 13566 13830 -NCURSES_PATCH = 20081102 13567 +NCURSES_PATCH = 20090 22813831 +NCURSES_PATCH = 20090321 13568 13832 13569 13833 # We don't append the patch to the version, since this only applies to releases … … 13571 13835 diff -Naur ncurses-5.7.orig/form/fld_def.c ncurses-5.7/form/fld_def.c 13572 13836 --- ncurses-5.7.orig/form/fld_def.c 2007-10-13 12:29:58.000000000 -0700 13573 +++ ncurses-5.7/form/fld_def.c 2009-0 2-28 20:38:59.855417236 -080013837 +++ ncurses-5.7/form/fld_def.c 2009-03-22 21:17:08.396170694 -0700 13574 13838 @@ -32,7 +32,7 @@ 13575 13839 … … 13593 13857 diff -Naur ncurses-5.7.orig/form/frm_driver.c ncurses-5.7/form/frm_driver.c 13594 13858 --- ncurses-5.7.orig/form/frm_driver.c 2008-10-18 09:25:00.000000000 -0700 13595 +++ ncurses-5.7/form/frm_driver.c 2009-0 2-28 20:38:39.770130185 -080013859 +++ ncurses-5.7/form/frm_driver.c 2009-03-22 21:16:49.034929738 -0700 13596 13860 @@ -32,7 +32,7 @@ 13597 13861 … … 13613 13877 diff -Naur ncurses-5.7.orig/form/Makefile.in ncurses-5.7/form/Makefile.in 13614 13878 --- ncurses-5.7.orig/form/Makefile.in 2007-04-28 07:56:11.000000000 -0700 13615 +++ ncurses-5.7/form/Makefile.in 2009-0 2-28 20:38:46.310547562 -080013879 +++ ncurses-5.7/form/Makefile.in 2009-03-22 21:16:55.671355217 -0700 13616 13880 @@ -1,6 +1,6 @@ 13617 13881 -# $Id: Makefile.in,v 1.47 2007/04/28 14:56:11 tom Exp $ … … 13634 13898 diff -Naur ncurses-5.7.orig/include/capdefaults.c ncurses-5.7/include/capdefaults.c 13635 13899 --- ncurses-5.7.orig/include/capdefaults.c 2008-08-04 05:33:42.000000000 -0700 13636 +++ ncurses-5.7/include/capdefaults.c 2009-0 2-28 20:38:58.435326721 -080013900 +++ ncurses-5.7/include/capdefaults.c 2009-03-22 21:17:07.012081575 -0700 13637 13901 @@ -32,7 +32,7 @@ 13638 13902 * and: Thomas E. Dickey 1996-on * … … 13660 13924 diff -Naur ncurses-5.7.orig/include/curses.h.in ncurses-5.7/include/curses.h.in 13661 13925 --- ncurses-5.7.orig/include/curses.h.in 2008-08-30 13:11:29.000000000 -0700 13662 +++ ncurses-5.7/include/curses.h.in 2009-0 2-28 20:38:58.435326721 -080013926 +++ ncurses-5.7/include/curses.h.in 2009-03-22 21:17:11.636377985 -0700 13663 13927 @@ -1,5 +1,5 @@ 13664 13928 /**************************************************************************** … … 13673 13937 13674 13938 -/* $Id: curses.h.in,v 1.187 2008/08/30 20:11:29 tom Exp $ */ 13675 +/* $Id: curses.h.in,v 1.19 4 2009/02/21 22:44:41tom Exp $ */13939 +/* $Id: curses.h.in,v 1.195 2009/03/21 21:04:57 tom Exp $ */ 13676 13940 13677 13941 #ifndef __NCURSES_H … … 13690 13954 #define NCURSES_VERSION_MAJOR @NCURSES_MAJOR@ 13691 13955 #define NCURSES_VERSION_MINOR @NCURSES_MINOR@ 13692 @@ -110,6 +104, 13@@13956 @@ -110,6 +104,20 @@ 13693 13957 #endif 13694 13958 … … 13701 13965 + 13702 13966 +/* 13967 + * For reentrant code, we map the various global variables into SCREEN by 13968 + * using functions to access them. 13969 + */ 13970 +#define NCURSES_PUBLIC_VAR(name) @NCURSES_WRAP_PREFIX@##name 13971 +#define NCURSES_WRAPPED_VAR(type,name) extern type NCURSES_PUBLIC_VAR(name)(void) 13972 + 13973 +/* 13703 13974 * The internal type used for window dimensions. 13704 13975 */ 13705 13976 #undef NCURSES_SIZE_T 13706 @@ -224, 7 +225,7@@13977 @@ -224,9 +232,9 @@ 13707 13978 13708 13979 /* line graphics */ … … 13711 13982 +#if @BROKEN_LINKER@ || NCURSES_REENTRANT 13712 13983 NCURSES_WRAPPED_VAR(chtype*, acs_map); 13713 #define acs_map (_nc_acs_map()) 13984 -#define acs_map (_nc_acs_map()) 13985 +#define acs_map NCURSES_PUBLIC_VAR(acs_map()) 13714 13986 #else 13715 @@ -646,7 +647,7 @@ 13987 extern NCURSES_EXPORT_VAR(chtype) acs_map[]; 13988 #endif 13989 @@ -646,7 +654,7 @@ 13716 13990 extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int); /* generated */ 13717 13991 extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */ … … 13722 13996 extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...) /* implemented */ 13723 13997 GCC_PRINTFLIKE(4,5); 13724 @@ -654,9 +6 55,9 @@13998 @@ -654,9 +662,9 @@ 13725 13999 GCC_SCANFLIKE(4,5); 13726 14000 extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */ … … 13734 14008 extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */ 13735 14009 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */ 13736 @@ -710,7 +71 1,7 @@14010 @@ -710,7 +718,7 @@ 13737 14011 extern NCURSES_EXPORT(int) slk_refresh (void); /* implemented */ 13738 14012 extern NCURSES_EXPORT(int) slk_restore (void); /* implemented */ … … 13743 14017 extern NCURSES_EXPORT(int) standend (void); /* generated */ 13744 14018 extern NCURSES_EXPORT(int) start_color (void); /* implemented */ 13745 @@ -856,23 +8 57,119 @@14019 @@ -856,23 +864,119 @@ 13746 14020 * These extensions provide access to information stored in the WINDOW even 13747 14021 * when NCURSES_OPAQUE is set: … … 13875 14149 13876 14150 #define NCURSES_ATTR_SHIFT 8 13877 @@ -1173,7 +127 0,7 @@14151 @@ -1173,7 +1277,7 @@ 13878 14152 * It gives the ESC expire time in milliseconds. 13879 14153 * b. ttytype is needed for backward compatibility … … 13886 14160 diff -Naur ncurses-5.7.orig/include/curses.tail ncurses-5.7/include/curses.tail 13887 14161 --- ncurses-5.7.orig/include/curses.tail 2008-07-05 13:20:38.000000000 -0700 13888 +++ ncurses-5.7/include/curses.tail 2009-0 2-28 20:38:37.161961447 -080014162 +++ ncurses-5.7/include/curses.tail 2009-03-22 21:16:46.494768822 -0700 13889 14163 @@ -1,4 +1,4 @@ 13890 14164 -/* $Id: curses.tail,v 1.16 2008/07/05 20:20:38 tom Exp $ */ … … 13903 14177 diff -Naur ncurses-5.7.orig/include/curses.wide ncurses-5.7/include/curses.wide 13904 14178 --- ncurses-5.7.orig/include/curses.wide 2007-03-10 09:52:23.000000000 -0800 13905 +++ ncurses-5.7/include/curses.wide 2009-0 2-28 20:38:38.454044419 -080014179 +++ ncurses-5.7/include/curses.wide 2009-03-22 21:16:47.770848442 -0700 13906 14180 @@ -1,9 +1,11 @@ 13907 14181 -/* $Id: curses.wide,v 1.34 2007/03/10 17:52:23 tom Exp $ */ … … 13919 14193 diff -Naur ncurses-5.7.orig/include/MKterm.h.awk.in ncurses-5.7/include/MKterm.h.awk.in 13920 14194 --- ncurses-5.7.orig/include/MKterm.h.awk.in 2008-05-24 16:13:59.000000000 -0700 13921 +++ ncurses-5.7/include/MKterm.h.awk.in 2009-0 2-28 20:38:59.855417236 -080014195 +++ ncurses-5.7/include/MKterm.h.awk.in 2009-03-22 21:17:08.396170694 -0700 13922 14196 @@ -1,7 +1,7 @@ 13923 14197 # vile:awkmode … … 13973 14247 print "extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) boolcodes[];" 13974 14248 print "extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) boolfnames[];" 14249 diff -Naur ncurses-5.7.orig/include/ncurses_dll.h ncurses-5.7/include/ncurses_dll.h 14250 --- ncurses-5.7.orig/include/ncurses_dll.h 2007-03-10 11:21:49.000000000 -0800 14251 +++ ncurses-5.7/include/ncurses_dll.h 2009-03-22 21:17:11.636377985 -0700 14252 @@ -1,5 +1,5 @@ 14253 /**************************************************************************** 14254 - * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. * 14255 + * Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. * 14256 * * 14257 * Permission is hereby granted, free of charge, to any person obtaining a * 14258 * copy of this software and associated documentation files (the * 14259 @@ -25,7 +25,7 @@ 14260 * sale, use or other dealings in this Software without prior written * 14261 * authorization. * 14262 ****************************************************************************/ 14263 -/* $Id: ncurses_dll.h,v 1.6 2007/03/10 19:21:49 tom Exp $ */ 14264 +/* $Id: ncurses_dll.h,v 1.7 2009/03/21 18:55:22 tom Exp $ */ 14265 14266 #ifndef NCURSES_DLL_H_incl 14267 #define NCURSES_DLL_H_incl 1 14268 @@ -76,11 +76,4 @@ 14269 # define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type 14270 #endif 14271 14272 -/* 14273 - * For reentrant code, we map the various global variables into SCREEN by 14274 - * using functions to access them. 14275 - */ 14276 -#define NCURSES_PUBLIC_VAR(name) _nc_##name 14277 -#define NCURSES_WRAPPED_VAR(type,name) extern type NCURSES_PUBLIC_VAR(name)(void) 14278 - 14279 #endif /* NCURSES_DLL_H_incl */ 13975 14280 diff -Naur ncurses-5.7.orig/INSTALL ncurses-5.7/INSTALL 13976 14281 --- ncurses-5.7.orig/INSTALL 2008-11-02 13:13:51.000000000 -0800 13977 +++ ncurses-5.7/INSTALL 2009-0 2-28 20:38:46.282546444 -080014282 +++ ncurses-5.7/INSTALL 2009-03-22 21:17:11.612376588 -0700 13978 14283 @@ -1,5 +1,5 @@ 13979 14284 ------------------------------------------------------------------------------- … … 13988 14293 ------------------------------------------------------------------------------- 13989 14294 --- $Id: INSTALL,v 1.135 2008/11/02 21:13:51 tom Exp $ 13990 +-- $Id: INSTALL,v 1.13 7 2009/01/03 23:59:23tom Exp $14295 +-- $Id: INSTALL,v 1.138 2009/03/21 20:23:29 tom Exp $ 13991 14296 --------------------------------------------------------------------- 13992 14297 How to install Ncurses/Terminfo on your system … … 14014 14319 Generate profile-libraries These are named by adding "_p" to the root, 14015 14320 e.g., libncurses_p.a 14016 @@ -975,6 +983,9 @@ 14321 @@ -946,6 +954,17 @@ 14322 For testing, compile with debug option. 14323 This also sets the --disable-leaks option. 14324 14325 + --with-wrap-prefix=XXX 14326 + When using the --enable-reentrant option, ncurses redefines variables 14327 + that would be global in curses, e.g., LINES, as a macro that calls a 14328 + "wrapping" function which fetches the data from the current SCREEN 14329 + structure. Normally that function is named by prepending "_nc_" to the 14330 + variable's name. The function is technically private (since portable 14331 + applications would not refer directly to it). But according to one 14332 + line of reasoning, it is not the same type of "private" as functions 14333 + which applications should not call even via a macro. This configure 14334 + option lets you choose the prefix for these wrapped variables. 14335 + 14336 --without-ada 14337 Suppress the configure script's check for Ada95, do not build the 14338 Ada95 binding and related demo. 14339 @@ -975,6 +994,9 @@ 14017 14340 --without-dlsym 14018 14341 Do not use dlsym() to load GPM dynamically. … … 14026 14349 diff -Naur ncurses-5.7.orig/man/curs_color.3x ncurses-5.7/man/curs_color.3x 14027 14350 --- ncurses-5.7.orig/man/curs_color.3x 2005-12-17 16:00:37.000000000 -0800 14028 +++ ncurses-5.7/man/curs_color.3x 2009-0 2-28 20:38:53.014978628 -080014351 +++ ncurses-5.7/man/curs_color.3x 2009-03-22 21:17:02.195775108 -0700 14029 14352 @@ -1,5 +1,5 @@ 14030 14353 .\"*************************************************************************** … … 14057 14380 diff -Naur ncurses-5.7.orig/man/curs_mouse.3x ncurses-5.7/man/curs_mouse.3x 14058 14381 --- ncurses-5.7.orig/man/curs_mouse.3x 2006-12-30 15:43:34.000000000 -0800 14059 +++ ncurses-5.7/man/curs_mouse.3x 2009-0 2-28 20:38:37.161961447 -080014382 +++ ncurses-5.7/man/curs_mouse.3x 2009-03-22 21:16:46.494768822 -0700 14060 14383 @@ -1,6 +1,6 @@ 14061 14384 '\" t … … 14103 14426 diff -Naur ncurses-5.7.orig/man/keybound.3x ncurses-5.7/man/keybound.3x 14104 14427 --- ncurses-5.7.orig/man/keybound.3x 2006-02-25 13:47:06.000000000 -0800 14105 +++ ncurses-5.7/man/keybound.3x 2009-0 2-28 20:38:41.374231037 -080014428 +++ ncurses-5.7/man/keybound.3x 2009-03-22 21:16:50.643032825 -0700 14106 14429 @@ -1,5 +1,5 @@ 14107 14430 .\"*************************************************************************** … … 14124 14447 diff -Naur ncurses-5.7.orig/man/tabs.1 ncurses-5.7/man/tabs.1 14125 14448 --- ncurses-5.7.orig/man/tabs.1 1969-12-31 16:00:00.000000000 -0800 14126 +++ ncurses-5.7/man/tabs.1 2009-0 2-28 20:38:35.777872887 -080014449 +++ ncurses-5.7/man/tabs.1 2009-03-22 21:16:45.114678865 -0700 14127 14450 @@ -0,0 +1,143 @@ 14128 14451 +.\"*************************************************************************** … … 14271 14594 diff -Naur ncurses-5.7.orig/man/tset.1 ncurses-5.7/man/tset.1 14272 14595 --- ncurses-5.7.orig/man/tset.1 2006-12-24 07:00:30.000000000 -0800 14273 +++ ncurses-5.7/man/tset.1 2009-0 2-28 20:38:35.777872887 -080014596 +++ ncurses-5.7/man/tset.1 2009-03-22 21:16:45.114678865 -0700 14274 14597 @@ -1,5 +1,5 @@ 14275 14598 .\"*************************************************************************** … … 14292 14615 diff -Naur ncurses-5.7.orig/MANIFEST ncurses-5.7/MANIFEST 14293 14616 --- ncurses-5.7.orig/MANIFEST 2008-10-25 16:47:24.000000000 -0700 14294 +++ ncurses-5.7/MANIFEST 2009-0 2-28 20:38:46.282546444 -080014617 +++ ncurses-5.7/MANIFEST 2009-03-22 21:17:09.900267355 -0700 14295 14618 @@ -640,6 +640,7 @@ 14296 14619 ./man/ncurses.3x … … 14309 14632 ./misc/jpf-indent 14310 14633 ./misc/makedef.cmd 14311 @@ -947, 6 +949,7@@14634 @@ -947,9 +949,11 @@ 14312 14635 ./progs/infocmp.c 14313 14636 ./progs/modules … … 14317 14640 ./progs/toe.c 14318 14641 ./progs/tput.c 14319 @@ -963,6 +966,7 @@ 14642 +./progs/transform.c 14643 ./progs/tset.c 14644 ./tar-copy.sh 14645 ./test/Makefile.in 14646 @@ -963,6 +967,7 @@ 14320 14647 ./test/cardfile.c 14321 14648 ./test/cardfile.dat … … 14325 14652 ./test/configure 14326 14653 ./test/configure.in 14327 @@ -990,6 +99 4,7 @@14654 @@ -990,6 +995,7 @@ 14328 14655 ./test/inch_wide.c 14329 14656 ./test/inchs.c … … 14335 14662 diff -Naur ncurses-5.7.orig/menu/Makefile.in ncurses-5.7/menu/Makefile.in 14336 14663 --- ncurses-5.7.orig/menu/Makefile.in 2007-04-28 07:56:11.000000000 -0700 14337 +++ ncurses-5.7/menu/Makefile.in 2009-0 2-28 20:38:46.310547562 -080014664 +++ ncurses-5.7/menu/Makefile.in 2009-03-22 21:16:55.671355217 -0700 14338 14665 @@ -1,6 +1,6 @@ 14339 14666 -# $Id: Makefile.in,v 1.48 2007/04/28 14:56:11 tom Exp $ … … 14356 14683 diff -Naur ncurses-5.7.orig/menu/m_cursor.c ncurses-5.7/menu/m_cursor.c 14357 14684 --- ncurses-5.7.orig/menu/m_cursor.c 2005-10-22 16:03:32.000000000 -0700 14358 +++ ncurses-5.7/menu/m_cursor.c 2009-0 2-28 20:38:59.855417236 -080014685 +++ ncurses-5.7/menu/m_cursor.c 2009-03-22 21:17:08.396170694 -0700 14359 14686 @@ -1,5 +1,5 @@ 14360 14687 /**************************************************************************** … … 14384 14711 diff -Naur ncurses-5.7.orig/menu/m_driver.c ncurses-5.7/menu/m_driver.c 14385 14712 --- ncurses-5.7.orig/menu/m_driver.c 2008-08-03 15:08:22.000000000 -0700 14386 +++ ncurses-5.7/menu/m_driver.c 2009-0 2-28 20:38:59.855417236 -080014713 +++ ncurses-5.7/menu/m_driver.c 2009-03-22 21:17:08.396170694 -0700 14387 14714 @@ -1,5 +1,5 @@ 14388 14715 /**************************************************************************** … … 14412 14739 diff -Naur ncurses-5.7.orig/menu/menu.priv.h ncurses-5.7/menu/menu.priv.h 14413 14740 --- ncurses-5.7.orig/menu/menu.priv.h 2005-01-15 17:02:23.000000000 -0800 14414 +++ ncurses-5.7/menu/menu.priv.h 2009-0 2-28 20:38:59.859415560 -080014741 +++ ncurses-5.7/menu/menu.priv.h 2009-03-22 21:17:08.396170694 -0700 14415 14742 @@ -1,5 +1,5 @@ 14416 14743 /**************************************************************************** … … 14445 14772 diff -Naur ncurses-5.7.orig/menu/m_global.c ncurses-5.7/menu/m_global.c 14446 14773 --- ncurses-5.7.orig/menu/m_global.c 2005-12-31 13:51:52.000000000 -0800 14447 +++ ncurses-5.7/menu/m_global.c 2009-0 2-28 20:38:59.855417236 -080014774 +++ ncurses-5.7/menu/m_global.c 2009-03-22 21:17:08.396170694 -0700 14448 14775 @@ -1,5 +1,5 @@ 14449 14776 /**************************************************************************** … … 14486 14813 diff -Naur ncurses-5.7.orig/menu/m_post.c ncurses-5.7/menu/m_post.c 14487 14814 --- ncurses-5.7.orig/menu/m_post.c 2004-12-25 15:57:04.000000000 -0800 14488 +++ ncurses-5.7/menu/m_post.c 2009-0 2-28 20:38:59.855417236 -080014815 +++ ncurses-5.7/menu/m_post.c 2009-03-22 21:17:08.396170694 -0700 14489 14816 @@ -1,5 +1,5 @@ 14490 14817 /**************************************************************************** … … 14523 14850 diff -Naur ncurses-5.7.orig/misc/gen-pkgconfig.in ncurses-5.7/misc/gen-pkgconfig.in 14524 14851 --- ncurses-5.7.orig/misc/gen-pkgconfig.in 1969-12-31 16:00:00.000000000 -0800 14525 +++ ncurses-5.7/misc/gen-pkgconfig.in 2009-0 2-28 20:38:53.014978628 -080014526 @@ -0,0 +1,1 19@@14852 +++ ncurses-5.7/misc/gen-pkgconfig.in 2009-03-22 21:17:09.916267635 -0700 14853 @@ -0,0 +1,140 @@ 14527 14854 +#!@SHELL@ 14528 +# $Id: gen-pkgconfig.in,v 1. 5 2009/01/24 21:06:36tom Exp $14855 +# $Id: gen-pkgconfig.in,v 1.7 2009/03/14 20:37:54 tom Exp $ 14529 14856 +############################################################################## 14530 14857 +# Copyright (c) 2009 Free Software Foundation, Inc. # … … 14566 14893 +LIB_NAME=@LIB_NAME@ 14567 14894 +TINFO_NAME=@TINFO_NAME@ 14895 +PANEL_NAME=panel # @PANEL_NAME@ 14896 +MENU_NAME=menu # @MENU_NAME@ 14897 +FORM_NAME=form # @FORM_NAME@ 14898 +CXX_NAME=ncurses++ # @CXX_NAME@ 14568 14899 +DFT_DEP_SUFFIX=@DFT_DEP_SUFFIX@ 14569 14900 +CXX_LIB_SUFFIX=@CXX_LIB_SUFFIX@ … … 14581 14912 +MAIN_LIBRARY="${LIB_NAME}@DFT_ARG_SUFFIX@" 14582 14913 +SUB_LIBRARY="${TINFO_NAME}@DFT_ARG_SUFFIX@" 14914 +PANEL_LIBRARY="${PANEL_NAME}@DFT_ARG_SUFFIX@" 14915 +MENU_LIBRARY="${MENU_NAME}@DFT_ARG_SUFFIX@" 14916 +FORM_LIBRARY="${FORM_NAME}@DFT_ARG_SUFFIX@" 14917 + 14918 +SUB_LIBRARY_REQ=${SUB_LIBRARY} 14919 +TINFO_NAME_REQ=${TINFO_NAME} 14920 +if test $TINFO_NAME = $LIB_NAME ; then 14921 + SUB_LIBRARY_REQ= 14922 + TINFO_NAME_REQ= 14923 +fi 14583 14924 + 14584 14925 +for lib in ../lib/* 14585 14926 +do 14586 14927 + name=`basename $lib` 14928 + if test "$name" = "*" ; then 14929 + break 14930 + fi 14931 + 14587 14932 + root=`basename $name "$DFT_DEP_SUFFIX"` 14588 14933 + if test "$name" = "$root" ; then … … 14597 14942 + desc="ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" 14598 14943 + if test $name = $MAIN_LIBRARY ; then 14599 + reqs= 14944 + reqs=$TINFO_NAME_REQ 14600 14945 + desc="$desc library" 14601 14946 + elif test $name = $SUB_LIBRARY ; then 14602 14947 + reqs= 14603 14948 + desc="$desc terminal interface library" 14949 + elif expr $name : ".*${CXX_NAME}.*" >/dev/null ; then 14950 + reqs="$PANEL_LIBRARY $MENU_LIBRARY $FORM_LIBRARY $MAIN_LIBRARY $SUB_LIBRARY_REQ" 14951 + desc="$desc add-on library" 14604 14952 + else 14605 + reqs= $MAIN_LIBRARY14953 + reqs="$MAIN_LIBRARY $SUB_LIBRARY_REQ" 14606 14954 + desc="$desc add-on library" 14607 14955 + fi … … 14646 14994 diff -Naur ncurses-5.7.orig/misc/Makefile.in ncurses-5.7/misc/Makefile.in 14647 14995 --- ncurses-5.7.orig/misc/Makefile.in 2007-03-31 08:54:17.000000000 -0700 14648 +++ ncurses-5.7/misc/Makefile.in 2009-0 2-28 20:38:54.335061600 -080014996 +++ ncurses-5.7/misc/Makefile.in 2009-03-22 21:17:03.943886576 -0700 14649 14997 @@ -1,6 +1,6 @@ 14650 14998 -# $Id: Makefile.in,v 1.43 2007/03/31 15:54:17 tom Exp $ … … 14729 15077 diff -Naur ncurses-5.7.orig/misc/ncu-indent ncurses-5.7/misc/ncu-indent 14730 15078 --- ncurses-5.7.orig/misc/ncu-indent 2008-08-03 08:46:44.000000000 -0700 14731 +++ ncurses-5.7/misc/ncu-indent 2009-0 2-28 20:38:59.859415560 -080015079 +++ ncurses-5.7/misc/ncu-indent 2009-03-22 21:17:08.396170694 -0700 14732 15080 @@ -26,7 +26,7 @@ 14733 15081 #* sale, use or other dealings in this Software without prior written * … … 14778 15126 diff -Naur ncurses-5.7.orig/misc/ncurses-config.in ncurses-5.7/misc/ncurses-config.in 14779 15127 --- ncurses-5.7.orig/misc/ncurses-config.in 2007-03-17 13:02:19.000000000 -0700 14780 +++ ncurses-5.7/misc/ncurses-config.in 2009-0 2-28 20:38:53.014978628 -080015128 +++ ncurses-5.7/misc/ncurses-config.in 2009-03-22 21:17:09.916267635 -0700 14781 15129 @@ -1,7 +1,7 @@ 14782 15130 #!@SHELL@ 14783 15131 -# $Id: ncurses-config.in,v 1.12 2007/03/17 20:02:19 tom Exp $ 14784 +# $Id: ncurses-config.in,v 1.2 2 2009/01/24 21:06:45 tomExp $15132 +# $Id: ncurses-config.in,v 1.23 2009/03/14 19:20:57 Charles.Wilson Exp $ 14785 15133 ############################################################################## 14786 15134 -# Copyright (c) 2006,2007 Free Software Foundation, Inc. # … … 14789 15137 # Permission is hereby granted, free of charge, to any person obtaining a # 14790 15138 # copy of this software and associated documentation files (the "Software"), # 14791 @@ -28, 58 +28,54@@15139 @@ -28,67 +28,70 @@ 14792 15140 # authorization. # 14793 15141 ############################################################################## … … 14807 15155 -THIS="ncurses@DFT_ARG_SUFFIX@" 14808 15156 +THIS="@LIB_NAME@@DFT_ARG_SUFFIX@" 15157 +TINFO_LIB="@TINFO_NAME@@DFT_ARG_SUFFIX@" 14809 15158 14810 15159 LANG=C; export LANG … … 14832 15181 esac 14833 15182 +fi 14834 15183 + 14835 15184 +test $# = 0 && exec @SHELL@ $0 --error 14836 + 15185 14837 15186 +while test $# -gt 0; do 14838 15187 case "$1" in … … 14866 15215 sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO 14867 15216 $INCS 14868 @@ -87,7 +83,7 @@ 15217 ENDECHO 14869 15218 ;; 14870 15219 --libs) 15220 + if test @TINFO_NAME@ = @LIB_NAME@ ; then 14871 15221 sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO 14872 15222 - -L${exec_prefix}/lib @EXTRA_LDFLAGS@ -l${THIS} @LIBS@ 14873 15223 + -L$libdir @EXTRA_LDFLAGS@ -l${THIS} @LIBS@ 14874 15224 ENDECHO 15225 + else 15226 + sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO 15227 + -L$libdir @EXTRA_LDFLAGS@ -l${THIS} -l${TINFO_LIB} @LIBS@ 15228 +ENDECHO 15229 + fi 14875 15230 ;; 14876 15231 # identification 14877 @@ -107,6 +103,9 @@ 15232 --version) 15233 @@ -107,6 +110,9 @@ 14878 15234 --datadir) 14879 15235 echo "${datadir}" … … 14885 15241 echo "${libdir}" 14886 15242 ;; 14887 @@ -129,9 +1 28,7 @@15243 @@ -129,9 +135,7 @@ 14888 15244 14889 15245 Options: … … 14895 15251 --cflags echos the C compiler flags needed to compile with ${THIS} 14896 15252 --libs echos the libraries needed to link with ${THIS} 14897 @@ -142,6 +1 39,7 @@15253 @@ -142,6 +146,7 @@ 14898 15254 14899 15255 --bindir echos the directory containing ${THIS} programs … … 14905 15261 diff -Naur ncurses-5.7.orig/misc/terminfo.src ncurses-5.7/misc/terminfo.src 14906 15262 --- ncurses-5.7.orig/misc/terminfo.src 2008-10-12 16:03:54.000000000 -0700 14907 +++ ncurses-5.7/misc/terminfo.src 2009-0 2-28 20:38:50.326805978 -080015263 +++ ncurses-5.7/misc/terminfo.src 2009-03-22 21:16:59.595606369 -0700 14908 15264 @@ -6,8 +6,8 @@ 14909 15265 # Report bugs and new terminal descriptions to … … 15071 15427 diff -Naur ncurses-5.7.orig/mk-1st.awk ncurses-5.7/mk-1st.awk 15072 15428 --- ncurses-5.7.orig/mk-1st.awk 2007-03-24 15:10:55.000000000 -0700 15073 +++ ncurses-5.7/mk-1st.awk 2009-0 2-28 20:38:47.598636401 -080015429 +++ ncurses-5.7/mk-1st.awk 2009-03-22 21:16:56.935437910 -0700 15074 15430 @@ -1,6 +1,6 @@ 15075 15431 -# $Id: mk-1st.awk,v 1.78 2007/03/24 22:10:55 tom Exp $ … … 15101 15457 diff -Naur ncurses-5.7.orig/ncurses/base/define_key.c ncurses-5.7/ncurses/base/define_key.c 15102 15458 --- ncurses-5.7.orig/ncurses/base/define_key.c 2006-12-30 15:23:31.000000000 -0800 15103 +++ ncurses-5.7/ncurses/base/define_key.c 2009-0 2-28 20:38:57.043235088 -080015459 +++ ncurses-5.7/ncurses/base/define_key.c 2009-03-22 21:17:05.639993853 -0700 15104 15460 @@ -1,5 +1,5 @@ 15105 15461 /**************************************************************************** … … 15170 15526 diff -Naur ncurses-5.7.orig/ncurses/base/keybound.c ncurses-5.7/ncurses/base/keybound.c 15171 15527 --- ncurses-5.7.orig/ncurses/base/keybound.c 2006-06-17 11:19:24.000000000 -0700 15172 +++ ncurses-5.7/ncurses/base/keybound.c 2009-0 2-28 20:38:58.435326721 -080015528 +++ ncurses-5.7/ncurses/base/keybound.c 2009-03-22 21:17:07.012081575 -0700 15173 15529 @@ -1,5 +1,5 @@ 15174 15530 /**************************************************************************** … … 15221 15577 diff -Naur ncurses-5.7.orig/ncurses/base/key_defined.c ncurses-5.7/ncurses/base/key_defined.c 15222 15578 --- ncurses-5.7.orig/ncurses/base/key_defined.c 2006-12-30 15:22:55.000000000 -0800 15223 +++ ncurses-5.7/ncurses/base/key_defined.c 2009-0 2-28 20:38:58.435326721 -080015579 +++ ncurses-5.7/ncurses/base/key_defined.c 2009-03-22 21:17:07.012081575 -0700 15224 15580 @@ -1,5 +1,5 @@ 15225 15581 /**************************************************************************** … … 15267 15623 diff -Naur ncurses-5.7.orig/ncurses/base/keyok.c ncurses-5.7/ncurses/base/keyok.c 15268 15624 --- ncurses-5.7.orig/ncurses/base/keyok.c 2006-12-30 08:22:33.000000000 -0800 15269 +++ ncurses-5.7/ncurses/base/keyok.c 2009-0 2-28 20:38:57.043235088 -080015625 +++ ncurses-5.7/ncurses/base/keyok.c 2009-03-22 21:17:05.639993853 -0700 15270 15626 @@ -1,5 +1,5 @@ 15271 15627 /**************************************************************************** … … 15339 15695 diff -Naur ncurses-5.7.orig/ncurses/base/legacy_coding.c ncurses-5.7/ncurses/base/legacy_coding.c 15340 15696 --- ncurses-5.7.orig/ncurses/base/legacy_coding.c 2005-12-17 15:38:17.000000000 -0800 15341 +++ ncurses-5.7/ncurses/base/legacy_coding.c 2009-0 2-28 20:38:58.435326721 -080015697 +++ ncurses-5.7/ncurses/base/legacy_coding.c 2009-03-22 21:17:07.012081575 -0700 15342 15698 @@ -1,5 +1,5 @@ 15343 15699 /**************************************************************************** … … 15388 15744 diff -Naur ncurses-5.7.orig/ncurses/base/lib_addch.c ncurses-5.7/ncurses/base/lib_addch.c 15389 15745 --- ncurses-5.7.orig/ncurses/base/lib_addch.c 2008-08-16 12:20:04.000000000 -0700 15390 +++ ncurses-5.7/ncurses/base/lib_addch.c 2009-0 2-28 20:38:51.642889230 -080015746 +++ ncurses-5.7/ncurses/base/lib_addch.c 2009-03-22 21:17:00.859689900 -0700 15391 15747 @@ -1,5 +1,5 @@ 15392 15748 /**************************************************************************** … … 15445 15801 diff -Naur ncurses-5.7.orig/ncurses/base/lib_beep.c ncurses-5.7/ncurses/base/lib_beep.c 15446 15802 --- ncurses-5.7.orig/ncurses/base/lib_beep.c 2005-04-09 08:20:04.000000000 -0700 15447 +++ ncurses-5.7/ncurses/base/lib_beep.c 2009-0 2-28 20:38:57.043235088 -080015803 +++ ncurses-5.7/ncurses/base/lib_beep.c 2009-03-22 21:17:05.639993853 -0700 15448 15804 @@ -1,5 +1,5 @@ 15449 15805 /**************************************************************************** … … 15493 15849 diff -Naur ncurses-5.7.orig/ncurses/base/lib_color.c ncurses-5.7/ncurses/base/lib_color.c 15494 15850 --- ncurses-5.7.orig/ncurses/base/lib_color.c 2007-04-07 10:07:28.000000000 -0700 15495 +++ ncurses-5.7/ncurses/base/lib_color.c 2009-0 2-28 20:38:57.047235367 -080015851 +++ ncurses-5.7/ncurses/base/lib_color.c 2009-03-22 21:17:05.643993853 -0700 15496 15852 @@ -1,5 +1,5 @@ 15497 15853 /**************************************************************************** … … 15906 16262 diff -Naur ncurses-5.7.orig/ncurses/base/lib_colorset.c ncurses-5.7/ncurses/base/lib_colorset.c 15907 16263 --- ncurses-5.7.orig/ncurses/base/lib_colorset.c 2005-01-29 13:40:51.000000000 -0800 15908 +++ ncurses-5.7/ncurses/base/lib_colorset.c 2009-0 2-28 20:38:53.014978628 -080016264 +++ ncurses-5.7/ncurses/base/lib_colorset.c 2009-03-22 21:17:02.195775108 -0700 15909 16265 @@ -1,5 +1,5 @@ 15910 16266 /**************************************************************************** … … 15954 16310 diff -Naur ncurses-5.7.orig/ncurses/base/lib_dft_fgbg.c ncurses-5.7/ncurses/base/lib_dft_fgbg.c 15955 16311 --- ncurses-5.7.orig/ncurses/base/lib_dft_fgbg.c 2005-11-26 12:03:38.000000000 -0800 15956 +++ ncurses-5.7/ncurses/base/lib_dft_fgbg.c 2009-0 2-28 20:38:57.047235367 -080016312 +++ ncurses-5.7/ncurses/base/lib_dft_fgbg.c 2009-03-22 21:17:05.643993853 -0700 15957 16313 @@ -1,5 +1,5 @@ 15958 16314 /**************************************************************************** … … 16042 16398 diff -Naur ncurses-5.7.orig/ncurses/base/lib_echo.c ncurses-5.7/ncurses/base/lib_echo.c 16043 16399 --- ncurses-5.7.orig/ncurses/base/lib_echo.c 2000-12-09 18:43:27.000000000 -0800 16044 +++ ncurses-5.7/ncurses/base/lib_echo.c 2009-0 2-28 20:38:58.435326721 -080016400 +++ ncurses-5.7/ncurses/base/lib_echo.c 2009-03-22 21:17:07.012081575 -0700 16045 16401 @@ -1,5 +1,5 @@ 16046 16402 /**************************************************************************** … … 16108 16464 diff -Naur ncurses-5.7.orig/ncurses/base/lib_endwin.c ncurses-5.7/ncurses/base/lib_endwin.c 16109 16465 --- ncurses-5.7.orig/ncurses/base/lib_endwin.c 2000-12-09 18:43:27.000000000 -0800 16110 +++ ncurses-5.7/ncurses/base/lib_endwin.c 2009-0 2-28 20:38:57.047235367 -080016466 +++ ncurses-5.7/ncurses/base/lib_endwin.c 2009-03-22 21:17:05.643993853 -0700 16111 16467 @@ -1,5 +1,5 @@ 16112 16468 /**************************************************************************** … … 16161 16517 diff -Naur ncurses-5.7.orig/ncurses/base/lib_flash.c ncurses-5.7/ncurses/base/lib_flash.c 16162 16518 --- ncurses-5.7.orig/ncurses/base/lib_flash.c 2000-12-09 18:43:27.000000000 -0800 16163 +++ ncurses-5.7/ncurses/base/lib_flash.c 2009-0 2-28 20:38:57.047235367 -080016519 +++ ncurses-5.7/ncurses/base/lib_flash.c 2009-03-22 21:17:05.643993853 -0700 16164 16520 @@ -1,5 +1,5 @@ 16165 16521 /**************************************************************************** … … 16210 16566 diff -Naur ncurses-5.7.orig/ncurses/base/lib_freeall.c ncurses-5.7/ncurses/base/lib_freeall.c 16211 16567 --- ncurses-5.7.orig/ncurses/base/lib_freeall.c 2008-09-27 06:09:57.000000000 -0700 16212 +++ ncurses-5.7/ncurses/base/lib_freeall.c 2009-0 2-28 20:38:39.770130185 -080016568 +++ ncurses-5.7/ncurses/base/lib_freeall.c 2009-03-22 21:16:49.034929738 -0700 16213 16569 @@ -40,7 +40,7 @@ 16214 16570 extern int malloc_errfd; /* FIXME */ … … 16231 16587 diff -Naur ncurses-5.7.orig/ncurses/base/lib_getch.c ncurses-5.7/ncurses/base/lib_getch.c 16232 16588 --- ncurses-5.7.orig/ncurses/base/lib_getch.c 2008-09-20 12:46:13.000000000 -0700 16233 +++ ncurses-5.7/ncurses/base/lib_getch.c 2009-0 2-28 20:38:59.859415560 -080016589 +++ ncurses-5.7/ncurses/base/lib_getch.c 2009-03-22 21:17:08.396170694 -0700 16234 16590 @@ -1,5 +1,5 @@ 16235 16591 /**************************************************************************** … … 16409 16765 diff -Naur ncurses-5.7.orig/ncurses/base/lib_isendwin.c ncurses-5.7/ncurses/base/lib_isendwin.c 16410 16766 --- ncurses-5.7.orig/ncurses/base/lib_isendwin.c 2000-12-09 18:43:27.000000000 -0800 16411 +++ ncurses-5.7/ncurses/base/lib_isendwin.c 2009-0 2-28 20:38:57.047235367 -080016767 +++ ncurses-5.7/ncurses/base/lib_isendwin.c 2009-03-22 21:17:05.643993853 -0700 16412 16768 @@ -1,5 +1,5 @@ 16413 16769 /**************************************************************************** … … 16453 16809 diff -Naur ncurses-5.7.orig/ncurses/base/lib_mouse.c ncurses-5.7/ncurses/base/lib_mouse.c 16454 16810 --- ncurses-5.7.orig/ncurses/base/lib_mouse.c 2008-10-18 14:48:55.000000000 -0700 16455 +++ ncurses-5.7/ncurses/base/lib_mouse.c 2009-0 2-28 20:38:59.859415560 -080016811 +++ ncurses-5.7/ncurses/base/lib_mouse.c 2009-03-22 21:17:08.400170414 -0700 16456 16812 @@ -1,5 +1,5 @@ 16457 16813 /**************************************************************************** … … 16773 17129 diff -Naur ncurses-5.7.orig/ncurses/base/lib_newterm.c ncurses-5.7/ncurses/base/lib_newterm.c 16774 17130 --- ncurses-5.7.orig/ncurses/base/lib_newterm.c 2008-08-16 14:20:48.000000000 -0700 16775 +++ ncurses-5.7/ncurses/base/lib_newterm.c 2009-0 2-28 20:38:57.047235367 -080017131 +++ ncurses-5.7/ncurses/base/lib_newterm.c 2009-03-22 21:17:05.643993853 -0700 16776 17132 @@ -1,5 +1,5 @@ 16777 17133 /**************************************************************************** … … 16884 17240 diff -Naur ncurses-5.7.orig/ncurses/base/lib_newwin.c ncurses-5.7/ncurses/base/lib_newwin.c 16885 17241 --- ncurses-5.7.orig/ncurses/base/lib_newwin.c 2008-06-07 06:58:09.000000000 -0700 16886 +++ ncurses-5.7/ncurses/base/lib_newwin.c 2009-0 2-28 20:38:57.047235367 -080017242 +++ ncurses-5.7/ncurses/base/lib_newwin.c 2009-03-22 21:17:05.643993853 -0700 16887 17243 @@ -1,5 +1,5 @@ 16888 17244 /**************************************************************************** … … 16946 17302 diff -Naur ncurses-5.7.orig/ncurses/base/lib_nl.c ncurses-5.7/ncurses/base/lib_nl.c 16947 17303 --- ncurses-5.7.orig/ncurses/base/lib_nl.c 2000-12-09 18:43:27.000000000 -0800 16948 +++ ncurses-5.7/ncurses/base/lib_nl.c 2009-0 2-28 20:38:58.435326721 -080017304 +++ ncurses-5.7/ncurses/base/lib_nl.c 2009-03-22 21:17:07.012081575 -0700 16949 17305 @@ -1,5 +1,5 @@ 16950 17306 /**************************************************************************** … … 17030 17386 diff -Naur ncurses-5.7.orig/ncurses/base/lib_pad.c ncurses-5.7/ncurses/base/lib_pad.c 17031 17387 --- ncurses-5.7.orig/ncurses/base/lib_pad.c 2006-10-14 13:47:13.000000000 -0700 17032 +++ ncurses-5.7/ncurses/base/lib_pad.c 2009-0 2-28 20:38:57.047235367 -080017388 +++ ncurses-5.7/ncurses/base/lib_pad.c 2009-03-22 21:17:05.643993853 -0700 17033 17389 @@ -1,5 +1,5 @@ 17034 17390 /**************************************************************************** … … 17077 17433 diff -Naur ncurses-5.7.orig/ncurses/base/lib_screen.c ncurses-5.7/ncurses/base/lib_screen.c 17078 17434 --- ncurses-5.7.orig/ncurses/base/lib_screen.c 2008-08-16 12:05:37.000000000 -0700 17079 +++ ncurses-5.7/ncurses/base/lib_screen.c 2009-0 2-28 20:38:57.047235367 -080017435 +++ ncurses-5.7/ncurses/base/lib_screen.c 2009-03-22 21:17:05.647994412 -0700 17080 17436 @@ -1,5 +1,5 @@ 17081 17437 /**************************************************************************** … … 17195 17551 diff -Naur ncurses-5.7.orig/ncurses/base/lib_set_term.c ncurses-5.7/ncurses/base/lib_set_term.c 17196 17552 --- ncurses-5.7.orig/ncurses/base/lib_set_term.c 2008-08-04 11:11:12.000000000 -0700 17197 +++ ncurses-5.7/ncurses/base/lib_set_term.c 2009-0 2-28 20:38:57.051235647 -080017553 +++ ncurses-5.7/ncurses/base/lib_set_term.c 2009-03-22 21:17:05.647994412 -0700 17198 17554 @@ -1,5 +1,5 @@ 17199 17555 /**************************************************************************** … … 17245 17601 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkatrof.c ncurses-5.7/ncurses/base/lib_slkatrof.c 17246 17602 --- ncurses-5.7.orig/ncurses/base/lib_slkatrof.c 2005-01-08 15:01:32.000000000 -0800 17247 +++ ncurses-5.7/ncurses/base/lib_slkatrof.c 2009-0 2-28 20:38:58.439326442 -080017603 +++ ncurses-5.7/ncurses/base/lib_slkatrof.c 2009-03-22 21:17:07.016081855 -0700 17248 17604 @@ -1,5 +1,5 @@ 17249 17605 /**************************************************************************** … … 17293 17649 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkatron.c ncurses-5.7/ncurses/base/lib_slkatron.c 17294 17650 --- ncurses-5.7.orig/ncurses/base/lib_slkatron.c 2005-01-08 15:02:01.000000000 -0800 17295 +++ ncurses-5.7/ncurses/base/lib_slkatron.c 2009-0 2-28 20:38:58.439326442 -080017651 +++ ncurses-5.7/ncurses/base/lib_slkatron.c 2009-03-22 21:17:07.016081855 -0700 17296 17652 @@ -1,5 +1,5 @@ 17297 17653 /**************************************************************************** … … 17341 17697 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkatr_set.c ncurses-5.7/ncurses/base/lib_slkatr_set.c 17342 17698 --- ncurses-5.7.orig/ncurses/base/lib_slkatr_set.c 2005-01-28 13:11:53.000000000 -0800 17343 +++ ncurses-5.7/ncurses/base/lib_slkatr_set.c 2009-0 2-28 20:38:58.439326442 -080017699 +++ ncurses-5.7/ncurses/base/lib_slkatr_set.c 2009-03-22 21:17:07.016081855 -0700 17344 17700 @@ -1,5 +1,5 @@ 17345 17701 /**************************************************************************** … … 17412 17768 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkatrset.c ncurses-5.7/ncurses/base/lib_slkatrset.c 17413 17769 --- ncurses-5.7.orig/ncurses/base/lib_slkatrset.c 2005-01-08 13:46:47.000000000 -0800 17414 +++ ncurses-5.7/ncurses/base/lib_slkatrset.c 2009-0 2-28 20:38:58.439326442 -080017770 +++ ncurses-5.7/ncurses/base/lib_slkatrset.c 2009-03-22 21:17:07.016081855 -0700 17415 17771 @@ -1,5 +1,5 @@ 17416 17772 /**************************************************************************** … … 17452 17808 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkattr.c ncurses-5.7/ncurses/base/lib_slkattr.c 17453 17809 --- ncurses-5.7.orig/ncurses/base/lib_slkattr.c 2005-01-08 13:44:28.000000000 -0800 17454 +++ ncurses-5.7/ncurses/base/lib_slkattr.c 2009-0 2-28 20:38:58.439326442 -080017810 +++ ncurses-5.7/ncurses/base/lib_slkattr.c 2009-03-22 21:17:07.016081855 -0700 17455 17811 @@ -1,5 +1,5 @@ 17456 17812 /**************************************************************************** … … 17496 17852 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slk.c ncurses-5.7/ncurses/base/lib_slk.c 17497 17853 --- ncurses-5.7.orig/ncurses/base/lib_slk.c 2008-09-27 07:07:33.000000000 -0700 17498 +++ ncurses-5.7/ncurses/base/lib_slk.c 2009-0 2-28 20:38:57.051235647 -080017854 +++ ncurses-5.7/ncurses/base/lib_slk.c 2009-03-22 21:17:05.647994412 -0700 17499 17855 @@ -1,5 +1,5 @@ 17500 17856 /**************************************************************************** … … 17542 17898 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkclear.c ncurses-5.7/ncurses/base/lib_slkclear.c 17543 17899 --- ncurses-5.7.orig/ncurses/base/lib_slkclear.c 2007-12-29 09:51:47.000000000 -0800 17544 +++ ncurses-5.7/ncurses/base/lib_slkclear.c 2009-0 2-28 20:38:58.439326442 -080017900 +++ ncurses-5.7/ncurses/base/lib_slkclear.c 2009-03-22 21:17:07.016081855 -0700 17545 17901 @@ -1,5 +1,5 @@ 17546 17902 /**************************************************************************** … … 17598 17954 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkcolor.c ncurses-5.7/ncurses/base/lib_slkcolor.c 17599 17955 --- ncurses-5.7.orig/ncurses/base/lib_slkcolor.c 2005-01-28 13:11:53.000000000 -0800 17600 +++ ncurses-5.7/ncurses/base/lib_slkcolor.c 2009-0 2-28 20:38:58.439326442 -080017956 +++ ncurses-5.7/ncurses/base/lib_slkcolor.c 2009-03-22 21:17:07.016081855 -0700 17601 17957 @@ -1,5 +1,5 @@ 17602 17958 /**************************************************************************** … … 17662 18018 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkinit.c ncurses-5.7/ncurses/base/lib_slkinit.c 17663 18019 --- ncurses-5.7.orig/ncurses/base/lib_slkinit.c 2008-01-12 12:23:39.000000000 -0800 17664 +++ ncurses-5.7/ncurses/base/lib_slkinit.c 2009-0 2-28 20:38:57.051235647 -080018020 +++ ncurses-5.7/ncurses/base/lib_slkinit.c 2009-03-22 21:17:05.647994412 -0700 17665 18021 @@ -1,5 +1,5 @@ 17666 18022 /**************************************************************************** … … 17705 18061 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slklab.c ncurses-5.7/ncurses/base/lib_slklab.c 17706 18062 --- ncurses-5.7.orig/ncurses/base/lib_slklab.c 2003-03-29 14:53:48.000000000 -0800 17707 +++ ncurses-5.7/ncurses/base/lib_slklab.c 2009-0 2-28 20:38:58.439326442 -080018063 +++ ncurses-5.7/ncurses/base/lib_slklab.c 2009-03-22 21:17:07.016081855 -0700 17708 18064 @@ -1,5 +1,5 @@ 17709 18065 /**************************************************************************** … … 17752 18108 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkrefr.c ncurses-5.7/ncurses/base/lib_slkrefr.c 17753 18109 --- ncurses-5.7.orig/ncurses/base/lib_slkrefr.c 2008-09-27 07:07:53.000000000 -0700 17754 +++ ncurses-5.7/ncurses/base/lib_slkrefr.c 2009-0 2-28 20:38:57.051235647 -080018110 +++ ncurses-5.7/ncurses/base/lib_slkrefr.c 2009-03-22 21:17:05.647994412 -0700 17755 18111 @@ -1,5 +1,5 @@ 17756 18112 /**************************************************************************** … … 17830 18186 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkset.c ncurses-5.7/ncurses/base/lib_slkset.c 17831 18187 --- ncurses-5.7.orig/ncurses/base/lib_slkset.c 2007-10-13 13:08:46.000000000 -0700 17832 +++ ncurses-5.7/ncurses/base/lib_slkset.c 2009-0 2-28 20:38:58.439326442 -080018188 +++ ncurses-5.7/ncurses/base/lib_slkset.c 2009-03-22 21:17:07.016081855 -0700 17833 18189 @@ -1,5 +1,5 @@ 17834 18190 /**************************************************************************** … … 17891 18247 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slktouch.c ncurses-5.7/ncurses/base/lib_slktouch.c 17892 18248 --- ncurses-5.7.orig/ncurses/base/lib_slktouch.c 2000-12-09 18:43:27.000000000 -0800 17893 +++ ncurses-5.7/ncurses/base/lib_slktouch.c 2009-0 2-28 20:38:58.439326442 -080018249 +++ ncurses-5.7/ncurses/base/lib_slktouch.c 2009-03-22 21:17:07.016081855 -0700 17894 18250 @@ -1,5 +1,5 @@ 17895 18251 /**************************************************************************** … … 17942 18298 diff -Naur ncurses-5.7.orig/ncurses/base/lib_ungetch.c ncurses-5.7/ncurses/base/lib_ungetch.c 17943 18299 --- ncurses-5.7.orig/ncurses/base/lib_ungetch.c 2008-05-31 09:44:54.000000000 -0700 17944 +++ ncurses-5.7/ncurses/base/lib_ungetch.c 2009-0 2-28 20:38:57.055236206 -080018300 +++ ncurses-5.7/ncurses/base/lib_ungetch.c 2009-03-22 21:17:05.651994412 -0700 17945 18301 @@ -1,5 +1,5 @@ 17946 18302 /**************************************************************************** … … 17988 18344 diff -Naur ncurses-5.7.orig/ncurses/base/lib_winch.c ncurses-5.7/ncurses/base/lib_winch.c 17989 18345 --- ncurses-5.7.orig/ncurses/base/lib_winch.c 2001-06-02 16:42:08.000000000 -0700 17990 +++ ncurses-5.7/ncurses/base/lib_winch.c 2009-0 2-28 20:38:58.439326442 -080018346 +++ ncurses-5.7/ncurses/base/lib_winch.c 2009-03-22 21:17:07.016081855 -0700 17991 18347 @@ -39,16 +39,16 @@ 17992 18348 … … 18012 18368 diff -Naur ncurses-5.7.orig/ncurses/base/MKkeyname.awk ncurses-5.7/ncurses/base/MKkeyname.awk 18013 18369 --- ncurses-5.7.orig/ncurses/base/MKkeyname.awk 2008-07-12 11:40:00.000000000 -0700 18014 +++ ncurses-5.7/ncurses/base/MKkeyname.awk 2009-0 2-28 20:38:57.043235088 -080018370 +++ ncurses-5.7/ncurses/base/MKkeyname.awk 2009-03-22 21:17:05.639993853 -0700 18015 18371 @@ -1,6 +1,6 @@ 18016 18372 -# $Id: MKkeyname.awk,v 1.40 2008/07/12 18:40:00 tom Exp $ … … 18047 18403 diff -Naur ncurses-5.7.orig/ncurses/base/MKlib_gen.sh ncurses-5.7/ncurses/base/MKlib_gen.sh 18048 18404 --- ncurses-5.7.orig/ncurses/base/MKlib_gen.sh 2008-08-30 12:20:50.000000000 -0700 18049 +++ ncurses-5.7/ncurses/base/MKlib_gen.sh 2009-0 2-28 20:38:58.435326721 -080018405 +++ ncurses-5.7/ncurses/base/MKlib_gen.sh 2009-03-22 21:17:07.012081575 -0700 18050 18406 @@ -2,7 +2,7 @@ 18051 18407 # … … 18068 18424 diff -Naur ncurses-5.7.orig/ncurses/base/tries.c ncurses-5.7/ncurses/base/tries.c 18069 18425 --- ncurses-5.7.orig/ncurses/base/tries.c 2008-08-16 12:22:55.000000000 -0700 18070 +++ ncurses-5.7/ncurses/base/tries.c 2009-0 2-28 20:38:58.439326442 -080018426 +++ ncurses-5.7/ncurses/base/tries.c 2009-03-22 21:17:07.016081855 -0700 18071 18427 @@ -39,7 +39,7 @@ 18072 18428 … … 18091 18447 diff -Naur ncurses-5.7.orig/ncurses/curses.priv.h ncurses-5.7/ncurses/curses.priv.h 18092 18448 --- ncurses-5.7.orig/ncurses/curses.priv.h 2008-10-04 14:37:45.000000000 -0700 18093 +++ ncurses-5.7/ncurses/curses.priv.h 2009-0 2-28 20:38:59.859415560 -080018449 +++ ncurses-5.7/ncurses/curses.priv.h 2009-03-22 21:17:08.400170414 -0700 18094 18450 @@ -1,5 +1,5 @@ 18095 18451 /**************************************************************************** … … 18358 18714 diff -Naur ncurses-5.7.orig/ncurses/Makefile.in ncurses-5.7/ncurses/Makefile.in 18359 18715 --- ncurses-5.7.orig/ncurses/Makefile.in 2008-10-18 07:11:54.000000000 -0700 18360 +++ ncurses-5.7/ncurses/Makefile.in 2009-0 2-28 20:38:46.310547562 -080018716 +++ ncurses-5.7/ncurses/Makefile.in 2009-03-22 21:16:55.671355217 -0700 18361 18717 @@ -1,6 +1,6 @@ 18362 18718 -# $Id: Makefile.in,v 1.113 2008/10/18 14:11:54 tom Exp $ … … 18379 18735 diff -Naur ncurses-5.7.orig/ncurses/tinfo/entries.c ncurses-5.7/ncurses/tinfo/entries.c 18380 18736 --- ncurses-5.7.orig/ncurses/tinfo/entries.c 2008-09-27 06:11:10.000000000 -0700 18381 +++ ncurses-5.7/ncurses/tinfo/entries.c 2009-02-28 20:38:39.770130185 -0800 18737 +++ ncurses-5.7/ncurses/tinfo/entries.c 2009-03-22 21:17:09.916267635 -0700 18738 @@ -1,5 +1,5 @@ 18739 /**************************************************************************** 18740 - * Copyright (c) 2006-2007,2008 Free Software Foundation, Inc. * 18741 + * Copyright (c) 2006-2008,2009 Free Software Foundation, Inc. * 18742 * * 18743 * Permission is hereby granted, free of charge, to any person obtaining a * 18744 * copy of this software and associated documentation files (the * 18382 18745 @@ -37,7 +37,7 @@ 18383 18746 #include <tic.h> … … 18385 18748 18386 18749 -MODULE_ID("$Id: entries.c,v 1.8 2008/09/27 13:11:10 tom Exp $") 18387 +MODULE_ID("$Id: entries.c,v 1.1 0 2008/12/07 00:11:45tom Exp $")18750 +MODULE_ID("$Id: entries.c,v 1.11 2009/03/14 15:22:37 tom Exp $") 18388 18751 18389 18752 /**************************************************************************** 18390 18753 * 18391 @@ -117,6 +117,9 @@ 18392 18393 T((T_CALLED("_nc_free_tinfo()"))); 18754 @@ -119,6 +119,10 @@ 18394 18755 #if NO_LEAKS 18756 _nc_free_tparm(); 18757 _nc_tgetent_leaks(); 18758 + 18395 18759 + if (cur_term != 0) 18396 18760 + del_curterm(cur_term); 18397 18761 + 18398 _nc_free_tparm();18399 _nc_tgetent_leaks();18400 18762 _nc_free_entries(_nc_head); 18763 _nc_get_type(0); 18764 _nc_first_name(0); 18401 18765 diff -Naur ncurses-5.7.orig/ncurses/tinfo/hashed_db.c ncurses-5.7/ncurses/tinfo/hashed_db.c 18402 18766 --- ncurses-5.7.orig/ncurses/tinfo/hashed_db.c 2006-08-19 12:48:38.000000000 -0700 18403 +++ ncurses-5.7/ncurses/tinfo/hashed_db.c 2009-0 2-28 20:38:41.374231037 -080018767 +++ ncurses-5.7/ncurses/tinfo/hashed_db.c 2009-03-22 21:16:50.643032825 -0700 18404 18768 @@ -1,5 +1,5 @@ 18405 18769 /**************************************************************************** … … 18505 18869 } 18506 18870 18871 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_acs.c ncurses-5.7/ncurses/tinfo/lib_acs.c 18872 --- ncurses-5.7.orig/ncurses/tinfo/lib_acs.c 2008-08-16 12:22:55.000000000 -0700 18873 +++ ncurses-5.7/ncurses/tinfo/lib_acs.c 2009-03-22 21:17:11.636377985 -0700 18874 @@ -35,12 +35,12 @@ 18875 #include <curses.priv.h> 18876 #include <term.h> /* ena_acs, acs_chars */ 18877 18878 -MODULE_ID("$Id: lib_acs.c,v 1.36 2008/08/16 19:22:55 tom Exp $") 18879 +MODULE_ID("$Id: lib_acs.c,v 1.37 2009/03/21 19:39:23 tom Exp $") 18880 18881 #if BROKEN_LINKER || USE_REENTRANT 18882 #define MyBuffer _nc_prescreen.real_acs_map 18883 NCURSES_EXPORT_VAR(chtype *) 18884 -_nc_acs_map(void) 18885 +NCURSES_PUBLIC_VAR(acs_map)(void) 18886 { 18887 if (MyBuffer == 0) 18888 MyBuffer = typeCalloc(chtype, ACS_LEN); 18507 18889 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_baudrate.c ncurses-5.7/ncurses/tinfo/lib_baudrate.c 18508 18890 --- ncurses-5.7.orig/ncurses/tinfo/lib_baudrate.c 2008-06-28 08:19:24.000000000 -0700 18509 +++ ncurses-5.7/ncurses/tinfo/lib_baudrate.c 2009-0 2-28 20:38:57.055236206 -080018891 +++ ncurses-5.7/ncurses/tinfo/lib_baudrate.c 2009-03-22 21:17:05.651994412 -0700 18510 18892 @@ -1,5 +1,5 @@ 18511 18893 /**************************************************************************** … … 18556 18938 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_cur_term.c ncurses-5.7/ncurses/tinfo/lib_cur_term.c 18557 18939 --- ncurses-5.7.orig/ncurses/tinfo/lib_cur_term.c 2008-08-16 12:22:55.000000000 -0700 18558 +++ ncurses-5.7/ncurses/tinfo/lib_cur_term.c 2009-0 2-28 20:38:59.859415560 -080018940 +++ ncurses-5.7/ncurses/tinfo/lib_cur_term.c 2009-03-22 21:17:09.916267635 -0700 18559 18941 @@ -1,5 +1,5 @@ 18560 18942 /**************************************************************************** … … 18569 18951 18570 18952 -MODULE_ID("$Id: lib_cur_term.c,v 1.18 2008/08/16 19:22:55 tom Exp $") 18571 +MODULE_ID("$Id: lib_cur_term.c,v 1. 19 2009/02/28 15:49:58tom Exp $")18953 +MODULE_ID("$Id: lib_cur_term.c,v 1.20 2009/03/14 14:39:32 tom Exp $") 18572 18954 18573 18955 #undef CUR … … 18581 18963 NCURSES_PUBLIC_VAR(cur_term) (void) 18582 18964 { 18965 @@ -66,7 +68,9 @@ 18966 oldterm = cur_term; 18967 if (SP) 18968 SP->_term = termp; 18969 -#if BROKEN_LINKER || USE_REENTRANT 18970 +#if BROKEN_LINKER && !USE_REENTRANT 18971 + cur_term = termp; 18972 +#elif BROKEN_LINKER || USE_REENTRANT 18973 _nc_prescreen._cur_term = termp; 18974 #else 18975 cur_term = termp; 18583 18976 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_has_cap.c ncurses-5.7/ncurses/tinfo/lib_has_cap.c 18584 18977 --- ncurses-5.7.orig/ncurses/tinfo/lib_has_cap.c 2003-10-25 12:43:55.000000000 -0700 18585 +++ ncurses-5.7/ncurses/tinfo/lib_has_cap.c 2009-0 2-28 20:38:57.055236206 -080018978 +++ ncurses-5.7/ncurses/tinfo/lib_has_cap.c 2009-03-22 21:17:05.651994412 -0700 18586 18979 @@ -1,5 +1,5 @@ 18587 18980 /**************************************************************************** … … 18643 19036 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_kernel.c ncurses-5.7/ncurses/tinfo/lib_kernel.c 18644 19037 --- ncurses-5.7.orig/ncurses/tinfo/lib_kernel.c 2004-05-08 10:11:21.000000000 -0700 18645 +++ ncurses-5.7/ncurses/tinfo/lib_kernel.c 2009-0 2-28 20:38:57.055236206 -080019038 +++ ncurses-5.7/ncurses/tinfo/lib_kernel.c 2009-03-22 21:17:05.651994412 -0700 18646 19039 @@ -1,5 +1,5 @@ 18647 19040 /**************************************************************************** … … 18754 19147 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_longname.c ncurses-5.7/ncurses/tinfo/lib_longname.c 18755 19148 --- ncurses-5.7.orig/ncurses/tinfo/lib_longname.c 2000-12-09 18:55:07.000000000 -0800 18756 +++ ncurses-5.7/ncurses/tinfo/lib_longname.c 2009-0 2-28 20:38:57.055236206 -080019149 +++ ncurses-5.7/ncurses/tinfo/lib_longname.c 2009-03-22 21:17:05.651994412 -0700 18757 19150 @@ -1,5 +1,5 @@ 18758 19151 /**************************************************************************** … … 18798 19191 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_napms.c ncurses-5.7/ncurses/tinfo/lib_napms.c 18799 19192 --- ncurses-5.7.orig/ncurses/tinfo/lib_napms.c 2008-05-03 14:34:13.000000000 -0700 18800 +++ ncurses-5.7/ncurses/tinfo/lib_napms.c 2009-0 2-28 20:38:57.055236206 -080019193 +++ ncurses-5.7/ncurses/tinfo/lib_napms.c 2009-03-22 21:17:05.651994412 -0700 18801 19194 @@ -1,5 +1,5 @@ 18802 19195 /**************************************************************************** … … 18842 19235 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_options.c ncurses-5.7/ncurses/tinfo/lib_options.c 18843 19236 --- ncurses-5.7.orig/ncurses/tinfo/lib_options.c 2008-08-16 14:20:48.000000000 -0700 18844 +++ ncurses-5.7/ncurses/tinfo/lib_options.c 2009-0 2-28 20:38:59.859415560 -080019237 +++ ncurses-5.7/ncurses/tinfo/lib_options.c 2009-03-22 21:17:08.400170414 -0700 18845 19238 @@ -1,5 +1,5 @@ 18846 19239 /**************************************************************************** … … 19001 19394 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_raw.c ncurses-5.7/ncurses/tinfo/lib_raw.c 19002 19395 --- ncurses-5.7.orig/ncurses/tinfo/lib_raw.c 2007-09-29 14:50:22.000000000 -0700 19003 +++ ncurses-5.7/ncurses/tinfo/lib_raw.c 2009-0 2-28 20:38:57.055236206 -080019396 +++ ncurses-5.7/ncurses/tinfo/lib_raw.c 2009-03-22 21:17:05.651994412 -0700 19004 19397 @@ -1,5 +1,5 @@ 19005 19398 /**************************************************************************** … … 19250 19643 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_setup.c ncurses-5.7/ncurses/tinfo/lib_setup.c 19251 19644 --- ncurses-5.7.orig/ncurses/tinfo/lib_setup.c 2008-08-03 15:42:33.000000000 -0700 19252 +++ ncurses-5.7/ncurses/tinfo/lib_setup.c 2009-0 2-28 20:38:57.055236206 -080019645 +++ ncurses-5.7/ncurses/tinfo/lib_setup.c 2009-03-22 21:17:05.655995250 -0700 19253 19646 @@ -1,5 +1,5 @@ 19254 19647 /**************************************************************************** … … 19339 19732 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_termname.c ncurses-5.7/ncurses/tinfo/lib_termname.c 19340 19733 --- ncurses-5.7.orig/ncurses/tinfo/lib_termname.c 2003-12-27 10:23:01.000000000 -0800 19341 +++ ncurses-5.7/ncurses/tinfo/lib_termname.c 2009-0 2-28 20:38:58.439326442 -080019734 +++ ncurses-5.7/ncurses/tinfo/lib_termname.c 2009-03-22 21:17:07.020082134 -0700 19342 19735 @@ -1,5 +1,5 @@ 19343 19736 /**************************************************************************** … … 19384 19777 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_tparm.c ncurses-5.7/ncurses/tinfo/lib_tparm.c 19385 19778 --- ncurses-5.7.orig/ncurses/tinfo/lib_tparm.c 2008-08-16 12:22:55.000000000 -0700 19386 +++ ncurses-5.7/ncurses/tinfo/lib_tparm.c 2009-0 2-28 20:38:58.439326442 -080019779 +++ ncurses-5.7/ncurses/tinfo/lib_tparm.c 2009-03-22 21:17:07.020082134 -0700 19387 19780 @@ -40,10 +40,9 @@ 19388 19781 #include <curses.priv.h> … … 19399 19792 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_tputs.c ncurses-5.7/ncurses/tinfo/lib_tputs.c 19400 19793 --- ncurses-5.7.orig/ncurses/tinfo/lib_tputs.c 2008-06-28 06:12:15.000000000 -0700 19401 +++ ncurses-5.7/ncurses/tinfo/lib_tputs.c 2009-0 2-28 20:38:59.859415560 -080019794 +++ ncurses-5.7/ncurses/tinfo/lib_tputs.c 2009-03-22 21:17:08.400170414 -0700 19402 19795 @@ -1,5 +1,5 @@ 19403 19796 /**************************************************************************** … … 19490 19883 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_ttyflags.c ncurses-5.7/ncurses/tinfo/lib_ttyflags.c 19491 19884 --- ncurses-5.7.orig/ncurses/tinfo/lib_ttyflags.c 2008-08-03 15:10:44.000000000 -0700 19492 +++ ncurses-5.7/ncurses/tinfo/lib_ttyflags.c 2009-0 2-28 20:38:57.059236485 -080019885 +++ ncurses-5.7/ncurses/tinfo/lib_ttyflags.c 2009-03-22 21:17:05.655995250 -0700 19493 19886 @@ -1,5 +1,5 @@ 19494 19887 /**************************************************************************** … … 19606 19999 diff -Naur ncurses-5.7.orig/ncurses/tinfo/make_keys.c ncurses-5.7/ncurses/tinfo/make_keys.c 19607 20000 --- ncurses-5.7.orig/ncurses/tinfo/make_keys.c 2008-08-03 14:57:22.000000000 -0700 19608 +++ ncurses-5.7/ncurses/tinfo/make_keys.c 2009-0 2-28 20:38:58.439326442 -080020001 +++ ncurses-5.7/ncurses/tinfo/make_keys.c 2009-03-22 21:17:07.020082134 -0700 19609 20002 @@ -39,16 +39,16 @@ 19610 20003 #define USE_TERMLIB 1 … … 19649 20042 fprintf(ofp, "\t{ %4d, %-*.*s },\t/* %s */\n", 19650 20043 code, 20044 diff -Naur ncurses-5.7.orig/ncurses/tinfo/MKcodes.awk ncurses-5.7/ncurses/tinfo/MKcodes.awk 20045 --- ncurses-5.7.orig/ncurses/tinfo/MKcodes.awk 2008-06-28 16:13:25.000000000 -0700 20046 +++ ncurses-5.7/ncurses/tinfo/MKcodes.awk 2009-03-22 21:17:11.636377985 -0700 20047 @@ -1,5 +1,5 @@ 20048 ############################################################################## 20049 -# Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. # 20050 +# Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. # 20051 # # 20052 # Permission is hereby granted, free of charge, to any person obtaining a # 20053 # copy of this software and associated documentation files (the "Software"), # 20054 @@ -25,7 +25,7 @@ 20055 # use or other dealings in this Software without prior written # 20056 # authorization. # 20057 ############################################################################## 20058 -# $Id: MKcodes.awk,v 1.5 2008/06/28 23:13:25 tom Exp $ 20059 +# $Id: MKcodes.awk,v 1.6 2009/03/21 21:03:39 tom Exp $ 20060 function large_item(value) { 20061 result = sprintf("%d,", offset); 20062 offset = offset + length(value) + 1; 20063 @@ -124,7 +124,7 @@ 20064 print " return *value;" 20065 print "}" 20066 print "" 20067 - print "#define FIX(it) NCURSES_IMPEXP IT * NCURSES_API _nc_##it(void) { return alloc_array(&ptr_##it, _nc_offset_##it, SIZEOF(_nc_offset_##it)); }" 20068 + print "#define FIX(it) NCURSES_IMPEXP IT * NCURSES_API NCURSES_PUBLIC_VAR(it)(void) { return alloc_array(&ptr_##it, _nc_offset_##it, SIZEOF(_nc_offset_##it)); }" 20069 } else { 20070 print "#define DCL(it) static IT data##it[]" 20071 print "" 20072 @@ -134,11 +134,22 @@ 20073 print "#define FIX(it) NCURSES_IMPEXP IT * NCURSES_API _nc_##it(void) { return data##it; }" 20074 } 20075 print "" 20076 + print "/* remove public definition which conflicts with FIX() */" 20077 + print "#undef boolcodes" 20078 + print "#undef numcodes" 20079 + print "#undef strcodes" 20080 + print "" 20081 + print "/* add local definition */" 20082 print "FIX(boolcodes)" 20083 print "FIX(numcodes)" 20084 print "FIX(strcodes)" 20085 print "" 20086 + print "/* restore the public definition */" 20087 + print "" 20088 print "#define FREE_FIX(it) if (ptr_##it) { FreeAndNull(ptr_##it); }" 20089 + print "#define boolcodes NCURSES_PUBLIC_VAR(boolcodes())" 20090 + print "#define numcodes NCURSES_PUBLIC_VAR(numcodes())" 20091 + print "#define strcodes NCURSES_PUBLIC_VAR(strcodes())" 20092 print "" 20093 print "#if NO_LEAKS" 20094 print "NCURSES_EXPORT(void)" 19651 20095 diff -Naur ncurses-5.7.orig/ncurses/tinfo/MKnames.awk ncurses-5.7/ncurses/tinfo/MKnames.awk 19652 20096 --- ncurses-5.7.orig/ncurses/tinfo/MKnames.awk 2008-10-11 14:07:56.000000000 -0700 19653 +++ ncurses-5.7/ncurses/tinfo/MKnames.awk 2009-02-28 20:38:58.439326442 -0800 20097 +++ ncurses-5.7/ncurses/tinfo/MKnames.awk 2009-03-22 21:17:11.636377985 -0700 20098 @@ -1,5 +1,5 @@ 20099 ############################################################################## 20100 -# Copyright (c) 2007,2008 Free Software Foundation, Inc. # 20101 +# Copyright (c) 2007-2008,2009 Free Software Foundation, Inc. # 20102 # # 20103 # Permission is hereby granted, free of charge, to any person obtaining a # 20104 # copy of this software and associated documentation files (the "Software"), # 19654 20105 @@ -25,7 +25,7 @@ 19655 20106 # use or other dealings in this Software without prior written # … … 19657 20108 ############################################################################## 19658 20109 -# $Id: MKnames.awk,v 1.20 2008/10/11 21:07:56 tom Exp $ 19659 +# $Id: MKnames.awk,v 1.2 1 2008/11/16 00:19:59 juergenExp $20110 +# $Id: MKnames.awk,v 1.22 2009/03/21 21:03:39 tom Exp $ 19660 20111 function large_item(value) { 19661 20112 result = sprintf("%d,", offset); … … 19670 20121 printf "static const char _nc_name_blob[] = \n" 19671 20122 printf "%s;\n", bigstr; 20123 @@ -133,7 +131,7 @@ 20124 print " return *value;" 20125 print "}" 20126 print "" 20127 - print "#define FIX(it) NCURSES_IMPEXP IT * NCURSES_API _nc_##it(void) { return alloc_array(&ptr_##it, _nc_offset_##it, SIZEOF(_nc_offset_##it)); }" 20128 + print "#define FIX(it) NCURSES_IMPEXP IT * NCURSES_API NCURSES_PUBLIC_VAR(it)(void) { return alloc_array(&ptr_##it, _nc_offset_##it, SIZEOF(_nc_offset_##it)); }" 20129 } else { 20130 print "#define DCL(it) static IT data##it[]" 20131 print "" 20132 @@ -143,9 +141,18 @@ 20133 print_strings("numfnames", small_numfnames); 20134 print_strings("strnames", small_strnames); 20135 print_strings("strfnames", small_strfnames); 20136 - print "#define FIX(it) NCURSES_IMPEXP IT * NCURSES_API _nc_##it(void) { return data##it; }" 20137 + print "#define FIX(it) NCURSES_IMPEXP IT * NCURSES_API NCURSES_PUBLIC_VAR(it)(void) { return data##it; }" 20138 } 20139 print "" 20140 + print "/* remove public definition which conflicts with FIX() */" 20141 + print "#undef boolnames" 20142 + print "#undef boolfnames" 20143 + print "#undef numnames" 20144 + print "#undef numfnames" 20145 + print "#undef strnames" 20146 + print "#undef strfnames" 20147 + print "" 20148 + print "/* add local definition */" 20149 print "FIX(boolnames)" 20150 print "FIX(boolfnames)" 20151 print "FIX(numnames)" 20152 @@ -153,6 +160,13 @@ 20153 print "FIX(strnames)" 20154 print "FIX(strfnames)" 20155 print "" 20156 + print "/* restore the public definition */" 20157 + print "#define boolnames NCURSES_PUBLIC_VAR(boolnames())" 20158 + print "#define boolfnames NCURSES_PUBLIC_VAR(boolfnames())" 20159 + print "#define numnames NCURSES_PUBLIC_VAR(numnames())" 20160 + print "#define numfnames NCURSES_PUBLIC_VAR(numfnames())" 20161 + print "#define strnames NCURSES_PUBLIC_VAR(strnames())" 20162 + print "#define strfnames NCURSES_PUBLIC_VAR(strfnames())" 20163 print "" 20164 print "#define FREE_FIX(it) if (ptr_##it) { FreeAndNull(ptr_##it); }" 20165 print "" 19672 20166 diff -Naur ncurses-5.7.orig/ncurses/tinfo/name_match.c ncurses-5.7/ncurses/tinfo/name_match.c 19673 20167 --- ncurses-5.7.orig/ncurses/tinfo/name_match.c 2008-08-03 12:49:33.000000000 -0700 19674 +++ ncurses-5.7/ncurses/tinfo/name_match.c 2009-0 2-28 20:38:58.439326442 -080020168 +++ ncurses-5.7/ncurses/tinfo/name_match.c 2009-03-22 21:17:07.020082134 -0700 19675 20169 @@ -31,10 +31,9 @@ 19676 20170 ****************************************************************************/ … … 19687 20181 diff -Naur ncurses-5.7.orig/ncurses/tinfo/use_screen.c ncurses-5.7/ncurses/tinfo/use_screen.c 19688 20182 --- ncurses-5.7.orig/ncurses/tinfo/use_screen.c 2008-06-07 12:16:56.000000000 -0700 19689 +++ ncurses-5.7/ncurses/tinfo/use_screen.c 2009-0 2-28 20:38:58.443328118 -080020183 +++ ncurses-5.7/ncurses/tinfo/use_screen.c 2009-03-22 21:17:07.020082134 -0700 19690 20184 @@ -32,7 +32,7 @@ 19691 20185 … … 19708 20202 diff -Naur ncurses-5.7.orig/ncurses/trace/lib_traceatr.c ncurses-5.7/ncurses/trace/lib_traceatr.c 19709 20203 --- ncurses-5.7.orig/ncurses/trace/lib_traceatr.c 2008-08-03 09:24:53.000000000 -0700 19710 +++ ncurses-5.7/ncurses/trace/lib_traceatr.c 2009-0 2-28 20:38:59.863415840 -080020204 +++ ncurses-5.7/ncurses/trace/lib_traceatr.c 2009-03-22 21:17:08.400170414 -0700 19711 20205 @@ -1,5 +1,5 @@ 19712 20206 /**************************************************************************** … … 19785 20279 diff -Naur ncurses-5.7.orig/ncurses/trace/lib_tracebits.c ncurses-5.7/ncurses/trace/lib_tracebits.c 19786 20280 --- ncurses-5.7.orig/ncurses/trace/lib_tracebits.c 2008-08-03 09:09:26.000000000 -0700 19787 +++ ncurses-5.7/ncurses/trace/lib_tracebits.c 2009-0 2-28 20:38:58.443328118 -080020281 +++ ncurses-5.7/ncurses/trace/lib_tracebits.c 2009-03-22 21:17:07.020082134 -0700 19788 20282 @@ -33,9 +33,8 @@ 19789 20283 ****************************************************************************/ … … 19799 20293 diff -Naur ncurses-5.7.orig/ncurses/trace/lib_trace.c ncurses-5.7/ncurses/trace/lib_trace.c 19800 20294 --- ncurses-5.7.orig/ncurses/trace/lib_trace.c 2008-08-23 11:04:29.000000000 -0700 19801 +++ ncurses-5.7/ncurses/trace/lib_trace.c 2009-0 2-28 20:38:59.859415560 -080020295 +++ ncurses-5.7/ncurses/trace/lib_trace.c 2009-03-22 21:17:08.400170414 -0700 19802 20296 @@ -1,5 +1,5 @@ 19803 20297 /**************************************************************************** … … 19859 20353 diff -Naur ncurses-5.7.orig/ncurses/trace/lib_tracemse.c ncurses-5.7/ncurses/trace/lib_tracemse.c 19860 20354 --- ncurses-5.7.orig/ncurses/trace/lib_tracemse.c 2008-08-03 08:39:29.000000000 -0700 19861 +++ ncurses-5.7/ncurses/trace/lib_tracemse.c 2009-0 2-28 20:38:58.443328118 -080020355 +++ ncurses-5.7/ncurses/trace/lib_tracemse.c 2009-03-22 21:17:07.020082134 -0700 19862 20356 @@ -38,7 +38,7 @@ 19863 20357 … … 19880 20374 diff -Naur ncurses-5.7.orig/ncurses/trace/varargs.c ncurses-5.7/ncurses/trace/varargs.c 19881 20375 --- ncurses-5.7.orig/ncurses/trace/varargs.c 2008-08-03 08:42:49.000000000 -0700 19882 +++ ncurses-5.7/ncurses/trace/varargs.c 2009-0 2-28 20:38:58.443328118 -080020376 +++ ncurses-5.7/ncurses/trace/varargs.c 2009-03-22 21:17:07.020082134 -0700 19883 20377 @@ -34,7 +34,7 @@ 19884 20378 … … 19901 20395 diff -Naur ncurses-5.7.orig/ncurses/tty/lib_mvcur.c ncurses-5.7/ncurses/tty/lib_mvcur.c 19902 20396 --- ncurses-5.7.orig/ncurses/tty/lib_mvcur.c 2008-08-16 12:30:58.000000000 -0700 19903 +++ ncurses-5.7/ncurses/tty/lib_mvcur.c 2009-0 2-28 20:38:57.059236485 -080020397 +++ ncurses-5.7/ncurses/tty/lib_mvcur.c 2009-03-22 21:17:05.655995250 -0700 19904 20398 @@ -1,5 +1,5 @@ 19905 20399 /**************************************************************************** … … 19992 20486 diff -Naur ncurses-5.7.orig/ncurses/tty/lib_vidattr.c ncurses-5.7/ncurses/tty/lib_vidattr.c 19993 20487 --- ncurses-5.7.orig/ncurses/tty/lib_vidattr.c 2007-06-30 14:58:04.000000000 -0700 19994 +++ ncurses-5.7/ncurses/tty/lib_vidattr.c 2009-0 2-28 20:38:58.443328118 -080020488 +++ ncurses-5.7/ncurses/tty/lib_vidattr.c 2009-03-22 21:17:07.020082134 -0700 19995 20489 @@ -1,5 +1,5 @@ 19996 20490 /**************************************************************************** … … 20049 20543 diff -Naur ncurses-5.7.orig/ncurses/tty/tty_update.c ncurses-5.7/ncurses/tty/tty_update.c 20050 20544 --- ncurses-5.7.orig/ncurses/tty/tty_update.c 2008-08-30 13:08:19.000000000 -0700 20051 +++ ncurses-5.7/ncurses/tty/tty_update.c 2009-0 2-28 20:38:57.059236485 -080020545 +++ ncurses-5.7/ncurses/tty/tty_update.c 2009-03-22 21:17:05.655995250 -0700 20052 20546 @@ -1,5 +1,5 @@ 20053 20547 /**************************************************************************** … … 20196 20690 diff -Naur ncurses-5.7.orig/ncurses/widechar/lib_cchar.c ncurses-5.7/ncurses/widechar/lib_cchar.c 20197 20691 --- ncurses-5.7.orig/ncurses/widechar/lib_cchar.c 2007-05-12 12:03:06.000000000 -0700 20198 +++ ncurses-5.7/ncurses/widechar/lib_cchar.c 2009-0 2-28 20:38:58.443328118 -080020692 +++ ncurses-5.7/ncurses/widechar/lib_cchar.c 2009-03-22 21:17:07.020082134 -0700 20199 20693 @@ -1,5 +1,5 @@ 20200 20694 /**************************************************************************** … … 20226 20720 diff -Naur ncurses-5.7.orig/ncurses/widechar/lib_get_wstr.c ncurses-5.7/ncurses/widechar/lib_get_wstr.c 20227 20721 --- ncurses-5.7.orig/ncurses/widechar/lib_get_wstr.c 2008-08-16 12:25:33.000000000 -0700 20228 +++ ncurses-5.7/ncurses/widechar/lib_get_wstr.c 2009-0 2-28 20:38:58.443328118 -080020722 +++ ncurses-5.7/ncurses/widechar/lib_get_wstr.c 2009-03-22 21:17:07.020082134 -0700 20229 20723 @@ -38,9 +38,8 @@ 20230 20724 */ … … 20240 20734 diff -Naur ncurses-5.7.orig/ncurses/widechar/lib_wacs.c ncurses-5.7/ncurses/widechar/lib_wacs.c 20241 20735 --- ncurses-5.7.orig/ncurses/widechar/lib_wacs.c 2006-12-17 07:16:17.000000000 -0800 20242 +++ ncurses-5.7/ncurses/widechar/lib_wacs.c 2009-0 2-28 20:38:58.443328118 -080020736 +++ ncurses-5.7/ncurses/widechar/lib_wacs.c 2009-03-22 21:17:07.020082134 -0700 20243 20737 @@ -31,9 +31,8 @@ 20244 20738 ****************************************************************************/ … … 20254 20748 diff -Naur ncurses-5.7.orig/NEWS ncurses-5.7/NEWS 20255 20749 --- ncurses-5.7.orig/NEWS 2008-11-01 17:56:22.000000000 -0700 20256 +++ ncurses-5.7/NEWS 2009-0 2-28 20:38:59.855417236 -080020750 +++ ncurses-5.7/NEWS 2009-03-22 21:17:11.616376588 -0700 20257 20751 @@ -1,5 +1,5 @@ 20258 20752 ------------------------------------------------------------------------------- … … 20267 20761 ------------------------------------------------------------------------------- 20268 20762 --- $Id: NEWS,v 1.1320 2008/11/02 00:56:22 tom Exp $ 20269 +-- $Id: NEWS,v 1.13 67 2009/02/28 22:38:03tom Exp $20763 +-- $Id: NEWS,v 1.1373 2009/03/21 23:24:10 tom Exp $ 20270 20764 ------------------------------------------------------------------------------- 20271 20765 20272 20766 This is a log of changes that ncurses has gone through since Zeyd started 20273 @@ -45,6 +45,1 58@@20767 @@ -45,6 +45,185 @@ 20274 20768 Changes through 1.9.9e did not credit all contributions; 20275 20769 it is not possible to add this information. 20276 20770 20771 +20090321 20772 + + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to 20773 + build with tic and term libraries (patch by Charles Wilson). 20774 + + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX 20775 + (report by Charles Wilson). 20776 + + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list 20777 + the form, menu or panel libraries (patch by Charles Wilson). 20778 + + add configure option --with-wrap-prefix to allow setting the prefix 20779 + for functions used to wrap global variables to something other than 20780 + "_nc_" (discussion with Charles Wilson). 20781 + 20782 +20090314 20783 + + modify scripts to generate ncurses*-config and pc-files to add 20784 + dependency for tinfo library (patch by Charles Wilson). 20785 + + improve comparison of program-names when checking for linked flavors 20786 + such as "reset" by ignoring the executable suffix (reports by Charles 20787 + Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing 20788 + list). 20789 + + suppress configure check for static/dynamic linker flags for gcc on 20790 + Solaris 10, since gcc is confused by absence of static libc, and 20791 + does not switch back to dynamic mode before finishing the libraries 20792 + (reports by Joel Bertrand, Alan Pae). 20793 + + minor fixes to Intel compiler warning checks in configure script. 20794 + + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works. 20795 + + modify set_curterm() to make broken-linker configuration work with 20796 + changes from 20090228 (report by Charles Wilson). 20797 + 20277 20798 +20090228 20278 20799 + + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete). … … 20432 20953 diff -Naur ncurses-5.7.orig/panel/Makefile.in ncurses-5.7/panel/Makefile.in 20433 20954 --- ncurses-5.7.orig/panel/Makefile.in 2007-04-28 07:56:11.000000000 -0700 20434 +++ ncurses-5.7/panel/Makefile.in 2009-0 2-28 20:38:46.310547562 -080020955 +++ ncurses-5.7/panel/Makefile.in 2009-03-22 21:16:55.671355217 -0700 20435 20956 @@ -1,6 +1,6 @@ 20436 20957 -# $Id: Makefile.in,v 1.52 2007/04/28 14:56:11 tom Exp $ … … 20453 20974 diff -Naur ncurses-5.7.orig/progs/Makefile.in ncurses-5.7/progs/Makefile.in 20454 20975 --- ncurses-5.7.orig/progs/Makefile.in 2008-09-07 06:58:55.000000000 -0700 20455 +++ ncurses-5.7/progs/Makefile.in 2009-0 2-28 20:38:35.789873445 -080020976 +++ ncurses-5.7/progs/Makefile.in 2009-03-22 21:17:09.916267635 -0700 20456 20977 @@ -1,6 +1,6 @@ 20457 20978 -# $Id: Makefile.in,v 1.79 2008/09/07 13:58:55 tom Exp $ 20458 +# $Id: Makefile.in,v 1.8 0 2008/11/15 19:04:19tom Exp $20979 +# $Id: Makefile.in,v 1.81 2009/03/14 18:45:55 tom Exp $ 20459 20980 ############################################################################## 20460 20981 -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # 20461 +# Copyright (c) 1998-200 7,2008Free Software Foundation, Inc. #20982 +# Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. # 20462 20983 # # 20463 20984 # Permission is hereby granted, free of charge, to any person obtaining a # … … 20480 21001 actual_toe = `echo toe$x| $(TRANSFORM)` 20481 21002 actual_tput = `echo tput$x| $(TRANSFORM)` 20482 @@ -187,6 +188,7 @@ 21003 @@ -171,10 +172,16 @@ 21004 define_reset = `echo reset| $(TRANSFORM)` 21005 21006 transform.h : 21007 - echo "#define PROG_CAPTOINFO \"$(define_captoinfo)\"" >$@ 21008 - echo "#define PROG_INFOTOCAP \"$(define_infotocap)\"" >>$@ 21009 - echo "#define PROG_RESET \"$(define_reset)\"" >>$@ 21010 - echo "#define PROG_INIT \"$(define_init)\"" >>$@ 21011 + echo "#ifndef __TRANSFORM_H" >$@ 21012 + echo "#define __TRANSFORM_H 1" >>$@ 21013 + echo "#include <progs.priv.h>" >>$@ 21014 + echo "extern bool same_program(const char *, const char *);" >>$@ 21015 + -test -n "$x" && echo "#define SUFFIX_IGNORED \"$x\"" >>$@ 21016 + echo "#define PROG_CAPTOINFO \"$(define_captoinfo)\"" >>$@ 21017 + echo "#define PROG_INFOTOCAP \"$(define_infotocap)\"" >>$@ 21018 + echo "#define PROG_RESET \"$(define_reset)\"" >>$@ 21019 + echo "#define PROG_INIT \"$(define_init)\"" >>$@ 21020 + echo "#endif /* __TRANSFORM_H */" >>$@ 21021 21022 install.progs: $(AUTO_SRC) $(PROGS) $(DESTDIR)$(bindir) 21023 @MAKE_TERMINFO@ $(LIBTOOL_INSTALL) $(INSTALL_PROG) tic$x $(DESTDIR)$(bindir)/$(actual_tic) 21024 @@ -187,6 +194,7 @@ 20483 21025 @MAKE_TERMINFO@ (cd $(DESTDIR)$(bindir) && $(LN_S) $(actual_tic) $(actual_captoinfo)) 20484 21026 $(LIBTOOL_INSTALL) $(INSTALL_PROG) infocmp$x $(DESTDIR)$(bindir)/$(actual_infocmp) … … 20488 21030 $(LIBTOOL_INSTALL) $(INSTALL_PROG) tset$x $(DESTDIR)$(bindir)/$(actual_tset) 20489 21031 @echo "linking $(actual_reset) to $(actual_tset)" 20490 @@ -200,6 +20 2,7 @@21032 @@ -200,6 +208,7 @@ 20491 21033 @MAKE_TERMINFO@ -@rm -f $(DESTDIR)$(bindir)/$(actual_infotocap) 20492 21034 -@$(LIBTOOL_CLEAN) rm -f $(DESTDIR)$(bindir)/$(actual_infocmp) … … 20496 21038 -@$(LIBTOOL_CLEAN) rm -f $(DESTDIR)$(bindir)/$(actual_tset) 20497 21039 -@rm -f $(DESTDIR)$(bindir)/$(actual_reset) 20498 @@ -230,6 +233,12 @@ 21040 @@ -213,7 +222,8 @@ 21041 21042 DEPS_TIC = \ 21043 $(MODEL)/tic$o \ 21044 - $(MODEL)/dump_entry$o 21045 + $(MODEL)/dump_entry$o \ 21046 + $(MODEL)/transform$o 21047 21048 tic$x: $(DEPS_TIC) $(DEPS_CURSES) transform.h 21049 @ECHO_LINK@ $(LINK) $(DEPS_TIC) $(LDFLAGS_TIC) -o $@ 21050 @@ -230,8 +240,15 @@ 20499 21051 clear$x: $(DEPS_CLEAR) $(DEPS_CURSES) 20500 21052 @ECHO_LINK@ $(LINK) $(DEPS_CLEAR) $(LDFLAGS_TINFO) -o $@ … … 20507 21059 + 20508 21060 DEPS_TPUT = \ 20509 $(MODEL)/tput$o 20510 20511 @@ -289,6 +298,7 @@ 21061 - $(MODEL)/tput$o 21062 + $(MODEL)/tput$o \ 21063 + $(MODEL)/transform$o 21064 21065 tput$x: $(DEPS_TPUT) $(DEPS_CURSES) transform.h 21066 @ECHO_LINK@ $(LINK) $(DEPS_TPUT) $(LDFLAGS_TINFO) -o $@ 21067 @@ -244,7 +261,8 @@ 21068 @ECHO_LINK@ $(LINK) $(DEPS_INFOCMP) $(LDFLAGS_TIC) -o $@ 21069 21070 DEPS_TSET = \ 21071 - $(MODEL)/tset$o 21072 + $(MODEL)/tset$o \ 21073 + $(MODEL)/transform$o 21074 21075 tset$x: $(DEPS_TSET) $(DEPS_CURSES) transform.h 21076 @ECHO_LINK@ $(LINK) $(DEPS_TSET) $(LDFLAGS_TINFO) -o $@ 21077 @@ -289,6 +307,7 @@ 20512 21078 @MAKE_TERMINFO@ $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/toe.c $(srcdir)/dump_entry.c $(LINT_LIBS) 20513 21079 $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/clear.c $(LINT_LIBS) … … 20519 21085 diff -Naur ncurses-5.7.orig/progs/modules ncurses-5.7/progs/modules 20520 21086 --- ncurses-5.7.orig/progs/modules 2006-12-23 16:53:21.000000000 -0800 20521 +++ ncurses-5.7/progs/modules 2009-0 2-28 20:38:35.789873445 -080021087 +++ ncurses-5.7/progs/modules 2009-03-22 21:17:09.916267635 -0700 20522 21088 @@ -1,7 +1,7 @@ 20523 21089 -# $Id: modules,v 1.13 2006/12/24 00:53:21 tom Exp $ 20524 +# $Id: modules,v 1.1 4 2008/11/15 16:26:48tom Exp $21090 +# $Id: modules,v 1.15 2009/03/14 18:45:55 tom Exp $ 20525 21091 # Program modules (some are in ncurses lib!) 20526 21092 ############################################################################## 20527 21093 -# Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. # 20528 +# Copyright (c) 1998-200 6,2008Free Software Foundation, Inc. #21094 +# Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. # 20529 21095 # # 20530 21096 # Permission is hereby granted, free of charge, to any person obtaining a # 20531 21097 # copy of this software and associated documentation files (the "Software"), # 20532 @@ -37, 6 +37,7@@21098 @@ -37,7 +37,9 @@ 20533 21099 toe progs $(srcdir) $(HEADER_DEPS) $(srcdir)/dump_entry.h 20534 21100 dump_entry progs $(srcdir) $(HEADER_DEPS) $(srcdir)/dump_entry.h ../include/parametrized.h $(INCDIR)/capdefaults.c termsort.c … … 20537 21103 tput progs $(srcdir) $(HEADER_DEPS) transform.h termsort.c 20538 21104 tset progs $(srcdir) $(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h ../include/termcap.h 20539 21105 +transform progs $(srcdir) $(HEADER_DEPS) 21106 21107 # vile:makemode 20540 21108 diff -Naur ncurses-5.7.orig/progs/tabs.c ncurses-5.7/progs/tabs.c 20541 21109 --- ncurses-5.7.orig/progs/tabs.c 1969-12-31 16:00:00.000000000 -0800 20542 +++ ncurses-5.7/progs/tabs.c 2009-0 2-28 20:38:37.161961447 -080021110 +++ ncurses-5.7/progs/tabs.c 2009-03-22 21:16:46.494768822 -0700 20543 21111 @@ -0,0 +1,506 @@ 20544 21112 +/**************************************************************************** … … 21048 21616 + ExitProgram(rc); 21049 21617 +} 21618 diff -Naur ncurses-5.7.orig/progs/tic.c ncurses-5.7/progs/tic.c 21619 --- ncurses-5.7.orig/progs/tic.c 2008-09-13 09:59:24.000000000 -0700 21620 +++ ncurses-5.7/progs/tic.c 2009-03-22 21:17:09.916267635 -0700 21621 @@ -1,5 +1,5 @@ 21622 /**************************************************************************** 21623 - * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * 21624 + * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * 21625 * * 21626 * Permission is hereby granted, free of charge, to any person obtaining a * 21627 * copy of this software and associated documentation files (the * 21628 @@ -44,7 +44,7 @@ 21629 #include <dump_entry.h> 21630 #include <transform.h> 21631 21632 -MODULE_ID("$Id: tic.c,v 1.137 2008/09/13 16:59:24 tom Exp $") 21633 +MODULE_ID("$Id: tic.c,v 1.138 2009/03/14 18:45:55 tom Exp $") 21634 21635 const char *_nc_progname = "tic"; 21636 21637 @@ -495,11 +495,11 @@ 21638 21639 _nc_progname = _nc_rootname(argv[0]); 21640 21641 - if ((infodump = (strcmp(_nc_progname, PROG_CAPTOINFO) == 0)) != FALSE) { 21642 + if ((infodump = same_program(_nc_progname, PROG_CAPTOINFO)) != FALSE) { 21643 outform = F_TERMINFO; 21644 sortmode = S_TERMINFO; 21645 } 21646 - if ((capdump = (strcmp(_nc_progname, PROG_INFOTOCAP) == 0)) != FALSE) { 21647 + if ((capdump = same_program(_nc_progname, PROG_INFOTOCAP)) != FALSE) { 21648 outform = F_TERMCAP; 21649 sortmode = S_TERMCAP; 21650 } 21651 diff -Naur ncurses-5.7.orig/progs/tput.c ncurses-5.7/progs/tput.c 21652 --- ncurses-5.7.orig/progs/tput.c 2008-07-13 04:05:12.000000000 -0700 21653 +++ ncurses-5.7/progs/tput.c 2009-03-22 21:17:09.916267635 -0700 21654 @@ -1,5 +1,5 @@ 21655 /**************************************************************************** 21656 - * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * 21657 + * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * 21658 * * 21659 * Permission is hereby granted, free of charge, to any person obtaining a * 21660 * copy of this software and associated documentation files (the * 21661 @@ -47,7 +47,7 @@ 21662 #endif 21663 #include <transform.h> 21664 21665 -MODULE_ID("$Id: tput.c,v 1.42 2008/07/13 11:05:12 tom Exp $") 21666 +MODULE_ID("$Id: tput.c,v 1.43 2009/03/14 18:45:55 tom Exp $") 21667 21668 #define PUTS(s) fputs(s, stdout) 21669 #define PUTCHAR(c) putchar(c) 21670 @@ -86,8 +86,8 @@ 21671 static void 21672 check_aliases(const char *name) 21673 { 21674 - is_init = (strcmp(name, PROG_INIT) == 0); 21675 - is_reset = (strcmp(name, PROG_RESET) == 0); 21676 + is_init = same_program(name, PROG_INIT); 21677 + is_reset = same_program(name, PROG_RESET); 21678 } 21679 21680 /* 21681 diff -Naur ncurses-5.7.orig/progs/transform.c ncurses-5.7/progs/transform.c 21682 --- ncurses-5.7.orig/progs/transform.c 1969-12-31 16:00:00.000000000 -0800 21683 +++ ncurses-5.7/progs/transform.c 2009-03-22 21:17:09.916267635 -0700 21684 @@ -0,0 +1,79 @@ 21685 +/**************************************************************************** 21686 + * Copyright (c) 2009 Free Software Foundation, Inc. * 21687 + * * 21688 + * Permission is hereby granted, free of charge, to any person obtaining a * 21689 + * copy of this software and associated documentation files (the * 21690 + * "Software"), to deal in the Software without restriction, including * 21691 + * without limitation the rights to use, copy, modify, merge, publish, * 21692 + * distribute, distribute with modifications, sublicense, and/or sell * 21693 + * copies of the Software, and to permit persons to whom the Software is * 21694 + * furnished to do so, subject to the following conditions: * 21695 + * * 21696 + * The above copyright notice and this permission notice shall be included * 21697 + * in all copies or substantial portions of the Software. * 21698 + * * 21699 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 21700 + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 21701 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * 21702 + * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * 21703 + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * 21704 + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 21705 + * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 21706 + * * 21707 + * Except as contained in this notice, the name(s) of the above copyright * 21708 + * holders shall not be used in advertising or otherwise to promote the * 21709 + * sale, use or other dealings in this Software without prior written * 21710 + * authorization. * 21711 + ****************************************************************************/ 21712 + 21713 +/**************************************************************************** 21714 + * Author: Thomas E. Dickey * 21715 + ****************************************************************************/ 21716 +#include <progs.priv.h> 21717 +#include <string.h> 21718 + 21719 +#include <transform.h> 21720 + 21721 +MODULE_ID("$Id: transform.c,v 1.1 2009/03/14 19:08:28 tom Exp $") 21722 + 21723 +#ifdef SUFFIX_IGNORED 21724 +static void 21725 +trim_suffix(const char *a, unsigned *len) 21726 +{ 21727 + const char ignore[] = SUFFIX_IGNORED; 21728 + 21729 + if (sizeof(ignore) != 0) { 21730 + bool trim = FALSE; 21731 + unsigned need = (sizeof(ignore) - 1); 21732 + 21733 + if (*len > need) { 21734 + unsigned first = *len - need; 21735 + unsigned n; 21736 + trim = TRUE; 21737 + for (n = first; n < *len; ++n) { 21738 + if (tolower(a[n]) != tolower(ignore[n - first])) { 21739 + trim = FALSE; 21740 + break; 21741 + } 21742 + } 21743 + if (trim) { 21744 + *len -= need; 21745 + } 21746 + } 21747 + } 21748 +} 21749 +#else 21750 +#define trim_suffix(a, len) /* nothing */ 21751 +#endif 21752 + 21753 +bool 21754 +same_program(const char *a, const char *b) 21755 +{ 21756 + unsigned len_a = strlen(a); 21757 + unsigned len_b = strlen(b); 21758 + 21759 + trim_suffix(a, &len_a); 21760 + trim_suffix(b, &len_b); 21761 + 21762 + return (len_a == len_b) && (strncmp(a, b, len_a) == 0); 21763 +} 21764 diff -Naur ncurses-5.7.orig/progs/tset.c ncurses-5.7/progs/tset.c 21765 --- ncurses-5.7.orig/progs/tset.c 2008-10-11 12:26:19.000000000 -0700 21766 +++ ncurses-5.7/progs/tset.c 2009-03-22 21:17:09.916267635 -0700 21767 @@ -1,5 +1,5 @@ 21768 /**************************************************************************** 21769 - * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * 21770 + * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * 21771 * * 21772 * Permission is hereby granted, free of charge, to any person obtaining a * 21773 * copy of this software and associated documentation files (the * 21774 @@ -107,7 +107,7 @@ 21775 #include <dump_entry.h> 21776 #include <transform.h> 21777 21778 -MODULE_ID("$Id: tset.c,v 1.76 2008/10/11 19:26:19 tom Exp $") 21779 +MODULE_ID("$Id: tset.c,v 1.77 2009/03/14 19:08:35 tom Exp $") 21780 21781 /* 21782 * SCO defines TIOCGSIZE and the corresponding struct. Other systems (SunOS, 21783 @@ -1247,7 +1247,7 @@ 21784 ospeed = (NCURSES_OSPEED) mode.sg_ospeed; 21785 #endif 21786 21787 - if (!strcmp(_nc_progname, PROG_RESET)) { 21788 + if (same_program(_nc_progname, PROG_RESET)) { 21789 isreset = TRUE; 21790 reset_mode(); 21791 } 21050 21792 diff -Naur ncurses-5.7.orig/test/clip_printw.c ncurses-5.7/test/clip_printw.c 21051 21793 --- ncurses-5.7.orig/test/clip_printw.c 1969-12-31 16:00:00.000000000 -0800 21052 +++ ncurses-5.7/test/clip_printw.c 2009-0 2-28 20:38:42.990334962 -080021794 +++ ncurses-5.7/test/clip_printw.c 2009-03-22 21:16:52.251135633 -0700 21053 21795 @@ -0,0 +1,360 @@ 21054 21796 +/**************************************************************************** … … 21414 22156 diff -Naur ncurses-5.7.orig/test/demo_forms.c ncurses-5.7/test/demo_forms.c 21415 22157 --- ncurses-5.7.orig/test/demo_forms.c 2008-10-18 13:38:20.000000000 -0700 21416 +++ ncurses-5.7/test/demo_forms.c 2009-0 2-28 20:38:42.990334962 -080022158 +++ ncurses-5.7/test/demo_forms.c 2009-03-22 21:16:52.251135633 -0700 21417 22159 @@ -26,7 +26,7 @@ 21418 22160 * authorization. * … … 21449 22191 diff -Naur ncurses-5.7.orig/test/edit_field.c ncurses-5.7/test/edit_field.c 21450 22192 --- ncurses-5.7.orig/test/edit_field.c 2008-10-18 13:40:20.000000000 -0700 21451 +++ ncurses-5.7/test/edit_field.c 2009-0 2-28 20:38:42.990334962 -080022193 +++ ncurses-5.7/test/edit_field.c 2009-03-22 21:16:52.251135633 -0700 21452 22194 @@ -26,7 +26,7 @@ 21453 22195 * authorization. * … … 21472 22214 diff -Naur ncurses-5.7.orig/test/edit_field.h ncurses-5.7/test/edit_field.h 21473 22215 --- ncurses-5.7.orig/test/edit_field.h 2006-06-03 09:38:57.000000000 -0700 21474 +++ ncurses-5.7/test/edit_field.h 2009-0 2-28 20:38:42.990334962 -080022216 +++ ncurses-5.7/test/edit_field.h 2009-03-22 21:16:52.251135633 -0700 21475 22217 @@ -1,5 +1,5 @@ 21476 22218 /**************************************************************************** … … 21502 22244 diff -Naur ncurses-5.7.orig/test/filter.c ncurses-5.7/test/filter.c 21503 22245 --- ncurses-5.7.orig/test/filter.c 2006-12-09 08:53:47.000000000 -0800 21504 +++ ncurses-5.7/test/filter.c 2009-0 2-28 20:38:39.770130185 -080022246 +++ ncurses-5.7/test/filter.c 2009-03-22 21:16:49.034929738 -0700 21505 22247 @@ -1,5 +1,5 @@ 21506 22248 /**************************************************************************** … … 21574 22316 diff -Naur ncurses-5.7.orig/test/insdelln.c ncurses-5.7/test/insdelln.c 21575 22317 --- ncurses-5.7.orig/test/insdelln.c 1969-12-31 16:00:00.000000000 -0800 21576 +++ ncurses-5.7/test/insdelln.c 2009-0 2-28 20:38:42.990334962 -080022318 +++ ncurses-5.7/test/insdelln.c 2009-03-22 21:16:52.251135633 -0700 21577 22319 @@ -0,0 +1,380 @@ 21578 22320 +/**************************************************************************** … … 21958 22700 diff -Naur ncurses-5.7.orig/test/modules ncurses-5.7/test/modules 21959 22701 --- ncurses-5.7.orig/test/modules 2007-08-18 10:57:08.000000000 -0700 21960 +++ ncurses-5.7/test/modules 2009-0 2-28 20:38:42.990334962 -080022702 +++ ncurses-5.7/test/modules 2009-03-22 21:16:52.251135633 -0700 21961 22703 @@ -1,4 +1,4 @@ 21962 22704 -# $Id: modules,v 1.36 2007/08/18 17:57:08 tom Exp $ … … 21983 22725 diff -Naur ncurses-5.7.orig/test/ncurses.c ncurses-5.7/test/ncurses.c 21984 22726 --- ncurses-5.7.orig/test/ncurses.c 2008-09-27 07:34:58.000000000 -0700 21985 +++ ncurses-5.7/test/ncurses.c 2009-0 2-28 20:38:53.018977231 -080022727 +++ ncurses-5.7/test/ncurses.c 2009-03-22 21:17:02.199776504 -0700 21986 22728 @@ -40,7 +40,7 @@ 21987 22729 Author: Eric S. Raymond <esr@snark.thyrsus.com> 1993 … … 22475 23217 diff -Naur ncurses-5.7.orig/test/programs ncurses-5.7/test/programs 22476 23218 --- ncurses-5.7.orig/test/programs 2008-08-16 14:47:39.000000000 -0700 22477 +++ ncurses-5.7/test/programs 2009-0 2-28 20:38:42.994335242 -080023219 +++ ncurses-5.7/test/programs 2009-03-22 21:16:52.255135912 -0700 22478 23220 @@ -1,4 +1,4 @@ 22479 23221 -# $Id: programs,v 1.14 2008/08/16 21:47:39 tom Exp $ … … 22500 23242 diff -Naur ncurses-5.7.orig/test/railroad.c ncurses-5.7/test/railroad.c 22501 23243 --- ncurses-5.7.orig/test/railroad.c 2008-02-09 10:08:43.000000000 -0800 22502 +++ ncurses-5.7/test/railroad.c 2009-0 2-28 20:38:59.863415840 -080023244 +++ ncurses-5.7/test/railroad.c 2009-03-22 21:17:08.400170414 -0700 22503 23245 @@ -29,7 +29,7 @@ 22504 23246 /* … … 22547 23289 diff -Naur ncurses-5.7.orig/test/README ncurses-5.7/test/README 22548 23290 --- ncurses-5.7.orig/test/README 2008-10-18 14:02:45.000000000 -0700 22549 +++ ncurses-5.7/test/README 2009-0 2-28 20:38:42.990334962 -080023291 +++ ncurses-5.7/test/README 2009-03-22 21:16:52.251135633 -0700 22550 23292 @@ -25,7 +25,7 @@ 22551 23293 -- sale, use or other dealings in this Software without prior written -- … … 22843 23585 diff -Naur ncurses-5.7.orig/test/test.priv.h ncurses-5.7/test/test.priv.h 22844 23586 --- ncurses-5.7.orig/test/test.priv.h 2008-10-04 14:53:41.000000000 -0700 22845 +++ ncurses-5.7/test/test.priv.h 2009-0 2-28 20:38:42.994335242 -080023587 +++ ncurses-5.7/test/test.priv.h 2009-03-22 21:16:52.255135912 -0700 22846 23588 @@ -29,7 +29,7 @@ 22847 23589 /**************************************************************************** … … 22865 23607 diff -Naur ncurses-5.7.orig/TO-DO ncurses-5.7/TO-DO 22866 23608 --- ncurses-5.7.orig/TO-DO 2008-10-11 12:22:27.000000000 -0700 22867 +++ ncurses-5.7/TO-DO 2009-0 2-28 20:38:38.454044419 -080023609 +++ ncurses-5.7/TO-DO 2009-03-22 21:16:47.770848442 -0700 22868 23610 @@ -25,7 +25,7 @@ 22869 23611 -- sale, use or other dealings in this Software without prior written -- -
patches/vim-7.2-branch_update-12.patch
r78ffc068 r1e1873cf 1 1 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 03- 12-20092 Date: 03-22-2009 3 3 Initial Package Version: 7.2 4 4 Origin: Upstream 5 5 Upstream Status: Applied 6 Description: Contains all upstream patches up to 7.2.14 16 Description: Contains all upstream patches up to 7.2.148 7 7 The following patches were skipped 8 8 007 036 041 049 071 072 074 088 089 093 101 138 … … 10 10 diff -Naur vim72.orig/Filelist vim72/Filelist 11 11 --- vim72.orig/Filelist 2008-07-06 11:02:23.000000000 -0700 12 +++ vim72/Filelist 2009-03- 12 11:54:40.397486521-070012 +++ vim72/Filelist 2009-03-22 21:27:50.249298785 -0700 13 13 @@ -285,6 +285,7 @@ 14 14 src/proto/os_win32.pro \ … … 21 21 diff -Naur vim72.orig/runtime/doc/cmdline.txt vim72/runtime/doc/cmdline.txt 22 22 --- vim72.orig/runtime/doc/cmdline.txt 2008-08-09 07:22:59.000000000 -0700 23 +++ vim72/runtime/doc/cmdline.txt 2009-03- 12 11:54:40.529493784-070023 +++ vim72/runtime/doc/cmdline.txt 2009-03-22 21:28:12.878748987 -0700 24 24 @@ -1,4 +1,4 @@ 25 25 -*cmdline.txt* For Vim version 7.2. Last change: 2008 Jul 29 … … 80 80 diff -Naur vim72.orig/runtime/doc/eval.txt vim72/runtime/doc/eval.txt 81 81 --- vim72.orig/runtime/doc/eval.txt 2008-08-09 07:22:59.000000000 -0700 82 +++ vim72/runtime/doc/eval.txt 2009-03- 12 11:54:50.318122364-070082 +++ vim72/runtime/doc/eval.txt 2009-03-22 21:29:41.424424361 -0700 83 83 @@ -1,4 +1,4 @@ 84 84 -*eval.txt* For Vim version 7.2. Last change: 2008 Aug 09 … … 198 198 multi_lang Compiled with support for multiple languages. 199 199 mzscheme Compiled with MzScheme interface |mzscheme|. 200 diff -Naur vim72.orig/runtime/doc/if_cscop.txt vim72/runtime/doc/if_cscop.txt 201 --- vim72.orig/runtime/doc/if_cscop.txt 2008-08-09 07:22:59.000000000 -0700 202 +++ vim72/runtime/doc/if_cscop.txt 2009-03-22 21:32:56.384915491 -0700 203 @@ -1,4 +1,4 @@ 204 -*if_cscop.txt* For Vim version 7.2. Last change: 2005 Mar 29 205 +*if_cscop.txt* For Vim version 7.2. Last change: 2009 Mar 18 206 207 208 VIM REFERENCE MANUAL by Andy Kahn 209 @@ -131,11 +131,22 @@ 210 7 or f: Find this file 211 8 or i: Find files #including this file 212 213 + For all types, except 4 and 6, leading white space for {name} is 214 + removed. For 4 and 6 there is exactly one space between {querytype} 215 + and {name}. Further white space is included in {name}. 216 + 217 EXAMPLES > 218 :cscope find c vim_free 219 - :cscope find 3 vim_free 220 + :cscope find 3 vim_free 221 +< 222 + These two examples perform the same query: functions calling 223 + "vim_free". > 224 + 225 + :cscope find t initOnce 226 + :cscope find t initOnce 227 < 228 - These two examples perform the same query. > 229 + The first one searches for the text "initOnce", the second one for 230 + " initOnce". > 231 232 :cscope find 0 DEFAULT_TERM 233 < 200 234 diff -Naur vim72.orig/runtime/doc/netbeans.txt vim72/runtime/doc/netbeans.txt 201 235 --- vim72.orig/runtime/doc/netbeans.txt 2008-08-09 07:22:59.000000000 -0700 202 +++ vim72/runtime/doc/netbeans.txt 2009-03- 12 11:54:59.850731108-0700236 +++ vim72/runtime/doc/netbeans.txt 2009-03-22 21:30:13.574484705 -0700 203 237 @@ -1,4 +1,4 @@ 204 238 -*netbeans.txt* For Vim version 7.2. Last change: 2008 Jun 28 … … 222 256 diff -Naur vim72.orig/runtime/doc/options.txt vim72/runtime/doc/options.txt 223 257 --- vim72.orig/runtime/doc/options.txt 2008-08-09 07:22:59.000000000 -0700 224 +++ vim72/runtime/doc/options.txt 2009-03- 12 11:55:13.407601900-0700258 +++ vim72/runtime/doc/options.txt 2009-03-22 21:31:27.231204917 -0700 225 259 @@ -1,4 +1,4 @@ 226 260 -*options.txt* For Vim version 7.2. Last change: 2008 Aug 06 … … 253 287 diff -Naur vim72.orig/runtime/doc/spell.txt vim72/runtime/doc/spell.txt 254 288 --- vim72.orig/runtime/doc/spell.txt 2008-08-09 07:23:00.000000000 -0700 255 +++ vim72/runtime/doc/spell.txt 2009-03- 12 11:54:50.218113983-0700289 +++ vim72/runtime/doc/spell.txt 2009-03-22 21:29:26.755482609 -0700 256 290 @@ -1,4 +1,4 @@ 257 291 -*spell.txt* For Vim version 7.2. Last change: 2008 Jun 21 … … 383 417 diff -Naur vim72.orig/runtime/doc/starting.txt vim72/runtime/doc/starting.txt 384 418 --- vim72.orig/runtime/doc/starting.txt 2008-08-09 07:23:00.000000000 -0700 385 +++ vim72/runtime/doc/starting.txt 2009-03- 12 11:54:40.533495740-0700419 +++ vim72/runtime/doc/starting.txt 2009-03-22 21:28:12.882751502 -0700 386 420 @@ -1,4 +1,4 @@ 387 421 -*starting.txt* For Vim version 7.2. Last change: 2008 Jun 21 … … 445 479 diff -Naur vim72.orig/runtime/doc/usr_21.txt vim72/runtime/doc/usr_21.txt 446 480 --- vim72.orig/runtime/doc/usr_21.txt 2008-08-09 07:23:01.000000000 -0700 447 +++ vim72/runtime/doc/usr_21.txt 2009-03- 12 11:54:40.533495740-0700481 +++ vim72/runtime/doc/usr_21.txt 2009-03-22 21:28:12.882751502 -0700 448 482 @@ -1,4 +1,4 @@ 449 483 -*usr_21.txt* For Vim version 7.2. Last change: 2007 May 01 … … 512 546 diff -Naur vim72.orig/runtime/scripts.vim vim72/runtime/scripts.vim 513 547 --- vim72.orig/runtime/scripts.vim 2008-08-08 15:27:21.000000000 -0700 514 +++ vim72/runtime/scripts.vim 2009-03- 12 11:54:28.900750105-0700548 +++ vim72/runtime/scripts.vim 2009-03-22 21:27:09.826708758 -0700 515 549 @@ -234,6 +234,10 @@ 516 550 elseif s:line1 =~ '\<DTD\s\+XHTML\s' … … 526 560 diff -Naur vim72.orig/src/auto/configure vim72/src/auto/configure 527 561 --- vim72.orig/src/auto/configure 2008-07-24 05:40:36.000000000 -0700 528 +++ vim72/src/auto/configure 2009-03- 12 11:55:13.667618383-0700562 +++ vim72/src/auto/configure 2009-03-22 21:32:18.746505099 -0700 529 563 @@ -11565,6 +11565,67 @@ 530 564 … … 635 669 diff -Naur vim72.orig/src/buffer.c vim72/src/buffer.c 636 670 --- vim72.orig/src/buffer.c 2008-08-06 04:00:48.000000000 -0700 637 +++ vim72/src/buffer.c 2009-03- 12 11:55:13.507605811-0700671 +++ vim72/src/buffer.c 2009-03-22 21:31:46.680450343 -0700 638 672 @@ -437,10 +437,6 @@ 639 673 return; … … 763 797 diff -Naur vim72.orig/src/config.h.in vim72/src/config.h.in 764 798 --- vim72.orig/src/config.h.in 2008-06-21 08:01:41.000000000 -0700 765 +++ vim72/src/config.h.in 2009-03- 12 11:55:13.667618383-0700799 +++ vim72/src/config.h.in 2009-03-22 21:32:18.746505099 -0700 766 800 @@ -50,6 +50,9 @@ 767 801 /* Define to empty if the keyword does not work. */ … … 776 810 diff -Naur vim72.orig/src/configure.in vim72/src/configure.in 777 811 --- vim72.orig/src/configure.in 2008-07-24 05:40:26.000000000 -0700 778 +++ vim72/src/configure.in 2009-03- 12 11:55:13.667618383-0700812 +++ vim72/src/configure.in 2009-03-22 21:32:18.746505099 -0700 779 813 @@ -2148,6 +2148,7 @@ 780 814 dnl Checks for typedefs, structures, and compiler characteristics. … … 819 853 diff -Naur vim72.orig/src/diff.c vim72/src/diff.c 820 854 --- vim72.orig/src/diff.c 2008-03-05 03:16:56.000000000 -0800 821 +++ vim72/src/diff.c 2009-03- 12 11:55:16.155775667-0700855 +++ vim72/src/diff.c 2009-03-22 21:32:26.210983378 -0700 822 856 @@ -8,7 +8,7 @@ 823 857 */ … … 954 988 diff -Naur vim72.orig/src/edit.c vim72/src/edit.c 955 989 --- vim72.orig/src/edit.c 2008-08-06 05:51:17.000000000 -0700 956 +++ vim72/src/edit.c 2009-03- 12 11:55:13.411601900-0700990 +++ vim72/src/edit.c 2009-03-22 21:31:27.235204917 -0700 957 991 @@ -147,6 +147,7 @@ 958 992 static int ins_compl_bs __ARGS((void)); … … 1214 1248 diff -Naur vim72.orig/src/eval.c vim72/src/eval.c 1215 1249 --- vim72.orig/src/eval.c 2008-08-07 12:37:22.000000000 -0700 1216 +++ vim72/src/eval.c 2009-03- 12 11:55:08.231269731-07001250 +++ vim72/src/eval.c 2009-03-22 21:31:00.153469200 -0700 1217 1251 @@ -32,6 +32,9 @@ 1218 1252 … … 2103 2137 diff -Naur vim72.orig/src/ex_cmds2.c vim72/src/ex_cmds2.c 2104 2138 --- vim72.orig/src/ex_cmds2.c 2008-07-13 09:18:22.000000000 -0700 2105 +++ vim72/src/ex_cmds2.c 2009-03- 12 11:55:13.311593519-07002139 +++ vim72/src/ex_cmds2.c 2009-03-22 21:31:09.882091074 -0700 2106 2140 @@ -2842,6 +2842,7 @@ 2107 2141 linenr_T save_sourcing_lnum; … … 2196 2230 diff -Naur vim72.orig/src/ex_cmds.c vim72/src/ex_cmds.c 2197 2231 --- vim72.orig/src/ex_cmds.c 2008-08-04 12:15:00.000000000 -0700 2198 +++ vim72/src/ex_cmds.c 2009-03- 12 11:55:13.611614471-07002232 +++ vim72/src/ex_cmds.c 2009-03-22 21:32:08.697861154 -0700 2199 2233 @@ -24,7 +24,7 @@ 2200 2234 static void do_filter __ARGS((linenr_T line1, linenr_T line2, exarg_T *eap, char_u *cmd, int do_in, int do_out)); … … 2461 2495 diff -Naur vim72.orig/src/ex_cmds.h vim72/src/ex_cmds.h 2462 2496 --- vim72.orig/src/ex_cmds.h 2008-06-21 11:47:57.000000000 -0700 2463 +++ vim72/src/ex_cmds.h 2009-03- 12 11:54:40.541495740 -07002497 +++ vim72/src/ex_cmds.h 2009-03-22 21:28:12.894752340 -0700 2464 2498 @@ -278,7 +278,7 @@ 2465 2499 EX(CMD_crewind, "crewind", ex_cc, … … 2509 2543 diff -Naur vim72.orig/src/ex_docmd.c vim72/src/ex_docmd.c 2510 2544 --- vim72.orig/src/ex_docmd.c 2008-07-26 04:51:05.000000000 -0700 2511 +++ vim72/src/ex_docmd.c 2009-03- 12 11:55:24.900337757 -07002545 +++ vim72/src/ex_docmd.c 2009-03-22 21:32:51.508603437 -0700 2512 2546 @@ -364,6 +364,7 @@ 2513 2547 # define ex_function ex_ni … … 2543 2577 #endif 2544 2578 case CMD_set: 2545 @@ -5121,7 +5124,11 @@ 2579 @@ -3680,6 +3683,11 @@ 2580 case CMD_highlight: 2581 set_context_in_highlight_cmd(xp, arg); 2582 break; 2583 +#ifdef FEAT_CSCOPE 2584 + case CMD_cscope: 2585 + set_context_in_cscope_cmd(xp, arg); 2586 + break; 2587 +#endif 2588 #ifdef FEAT_LISTCMDS 2589 case CMD_bdelete: 2590 case CMD_bwipeout: 2591 @@ -5121,7 +5129,11 @@ 2546 2592 } 2547 2593 … … 2556 2602 } 2557 2603 2558 @@ -5479,6 +5486,9 @@ 2604 @@ -5180,6 +5192,9 @@ 2605 {EXPAND_AUGROUP, "augroup"}, 2606 {EXPAND_BUFFERS, "buffer"}, 2607 {EXPAND_COMMANDS, "command"}, 2608 +#if defined(FEAT_CSCOPE) 2609 + {EXPAND_CSCOPE, "cscope"}, 2610 +#endif 2611 #if defined(FEAT_EVAL) && defined(FEAT_CMDL_COMPL) 2612 {EXPAND_USER_DEFINED, "custom"}, 2613 {EXPAND_USER_LIST, "customlist"}, 2614 @@ -5479,6 +5494,9 @@ 2559 2615 return OK; 2560 2616 } … … 2566 2622 ex_command(eap) 2567 2623 exarg_T *eap; 2568 @@ -5910,7 +592 0,8 @@2624 @@ -5910,7 +5928,8 @@ 2569 2625 char_u *q; 2570 2626 … … 2576 2632 2577 2633 size_t split_len = 0; 2578 @@ -5927,16 +59 38,51 @@2634 @@ -5927,16 +5946,51 @@ 2579 2635 2580 2636 /* … … 2632 2688 ++end; 2633 2689 2634 @@ -7803,6 +78 49,9 @@2690 @@ -7803,6 +7857,9 @@ 2635 2691 { 2636 2692 vim_free(prev_dir); … … 2642 2698 #endif 2643 2699 2644 @@ -7825,6 +78 74,10 @@2700 @@ -7825,6 +7882,10 @@ 2645 2701 else 2646 2702 #endif … … 2653 2709 && !eap->forceit) 2654 2710 { 2655 @@ -8749,8 +88 02,8 @@2711 @@ -8749,8 +8810,8 @@ 2656 2712 else if (*dirnow != NUL 2657 2713 && (ssop_flags & SSOP_CURDIR) && globaldir != NULL) … … 2664 2720 2665 2721 failed |= (makeopens(fd, dirnow) == FAIL); 2666 @@ -9506,24 +95 59,50 @@2722 @@ -9506,24 +9567,50 @@ 2667 2723 break; 2668 2724 } … … 2725 2781 2726 2782 #ifdef FEAT_SEARCHPATH 2727 @@ -9541,6 +962 0,15 @@2783 @@ -9541,6 +9628,15 @@ 2728 2784 #ifdef FEAT_AUTOCMD 2729 2785 case SPEC_AFILE: /* file name for autocommand */ … … 2741 2797 { 2742 2798 *errormsg = (char_u *)_("E495: no autocommand file name to substitute for \"<afile>\""); 2743 @@ -10067,7 +101 55,7 @@2799 @@ -10067,7 +10163,7 @@ 2744 2800 */ 2745 2801 if (put_line(fd, "let s:sx = expand(\"<sfile>:p:r\").\"x.vim\"") == FAIL … … 2750 2806 return FAIL; 2751 2807 2752 @@ -10689,7 +107 77,8 @@2808 @@ -10689,7 +10785,8 @@ 2753 2809 p_viminfo = (char_u *)"'100"; 2754 2810 if (eap->cmdidx == CMD_rviminfo) … … 2762 2818 diff -Naur vim72.orig/src/ex_getln.c vim72/src/ex_getln.c 2763 2819 --- vim72.orig/src/ex_getln.c 2008-08-08 02:31:33.000000000 -0700 2764 +++ vim72/src/ex_getln.c 2009-03- 12 11:55:13.699620338-07002820 +++ vim72/src/ex_getln.c 2009-03-22 21:32:51.512605113 -0700 2765 2821 @@ -31,6 +31,8 @@ 2766 2822 int cmdattr; /* attributes for prompt */ … … 2892 2948 #ifndef BACKSLASH_IN_FILENAME 2893 2949 xp->xp_shell = FALSE; 2894 @@ -4871,7 +4912,7 @@ 2950 @@ -4477,6 +4518,9 @@ 2951 {EXPAND_EVENTS, get_event_name, TRUE}, 2952 {EXPAND_AUGROUP, get_augroup_name, TRUE}, 2953 #endif 2954 +#ifdef FEAT_CSCOPE 2955 + {EXPAND_CSCOPE, get_cscope_name, TRUE}, 2956 +#endif 2957 #if (defined(HAVE_LOCALE_H) || defined(X_LOCALE)) \ 2958 && (defined(FEAT_GETTEXT) || defined(FEAT_MBYTE)) 2959 {EXPAND_LANGUAGE, get_lang_arg, TRUE}, 2960 @@ -4871,7 +4915,7 @@ 2895 2961 if (s == NULL) 2896 2962 return FAIL; … … 2901 2967 if (all == NULL) 2902 2968 return FAIL; 2903 @@ -4912,9 +495 3,10 @@2969 @@ -4912,9 +4956,10 @@ 2904 2970 * newlines. Returns NULL for an error or no matches. 2905 2971 */ … … 2913 2979 expand_T xpc; 2914 2980 char_u *buf; 2915 @@ -4943,10 +498 5,10 @@2981 @@ -4943,10 +4988,10 @@ 2916 2982 { 2917 2983 add_pathsep(buf); … … 2927 2993 len += (int)STRLEN(p[i]) + 1; 2928 2994 2929 @@ -6020,9 +606 2,7 @@2995 @@ -6020,9 +6065,7 @@ 2930 2996 # endif 2931 2997 return K_IGNORE; … … 2938 3004 /* Create the command-line buffer empty. */ 2939 3005 (void)do_ecmd(0, NULL, NULL, NULL, ECMD_ONE, ECMD_HIDE); 2940 @@ -6046,7 +608 6,7 @@3006 @@ -6046,7 +6089,7 @@ 2941 3007 /* Showing the prompt may have set need_wait_return, reset it. */ 2942 3008 need_wait_return = FALSE; … … 2949 3015 diff -Naur vim72.orig/src/feature.h vim72/src/feature.h 2950 3016 --- vim72.orig/src/feature.h 2008-08-06 04:00:39.000000000 -0700 2951 +++ vim72/src/feature.h 2009-03- 12 11:54:40.545495740 -07003017 +++ vim72/src/feature.h 2009-03-22 21:28:12.894752340 -0700 2952 3018 @@ -767,9 +767,13 @@ 2953 3019 … … 2968 3034 diff -Naur vim72.orig/src/fileio.c vim72/src/fileio.c 2969 3035 --- vim72.orig/src/fileio.c 2008-08-06 04:01:03.000000000 -0700 2970 +++ vim72/src/fileio.c 2009-03- 12 11:55:18.711941333 -07003036 +++ vim72/src/fileio.c 2009-03-22 21:32:58.833074173 -0700 2971 3037 @@ -69,7 +69,7 @@ 2972 3038 static int au_find_group __ARGS((char_u *name)); … … 3278 3344 if (n) 3279 3345 { 3280 @@ -8523,6 +8632,7 @@ 3346 @@ -6538,6 +6647,11 @@ 3347 tbuf = alloc((unsigned)(STRLEN(path) + STRLEN(mesg) 3348 + STRLEN(mesg2) + 2)); 3349 sprintf((char *)tbuf, mesg, path); 3350 +#ifdef FEAT_EVAL 3351 + /* Set warningmsg here, before the unimportant and output-specific 3352 + * mesg2 has been appended. */ 3353 + set_vim_var_string(VV_WARNINGMSG, tbuf, -1); 3354 +#endif 3355 #if defined(FEAT_CON_DIALOG) || defined(FEAT_GUI_DIALOG) 3356 if (can_reload) 3357 { 3358 @@ -8523,6 +8637,7 @@ 3281 3359 char_u *save_sourcing_name; 3282 3360 linenr_T save_sourcing_lnum; … … 3286 3364 char_u *save_autocmd_match; 3287 3365 int save_autocmd_busy; 3288 @@ -8601,6 +871 1,7 @@3366 @@ -8601,6 +8716,7 @@ 3289 3367 * Save the autocmd_* variables and info about the current buffer. 3290 3368 */ … … 3294 3372 save_autocmd_match = autocmd_match; 3295 3373 save_autocmd_busy = autocmd_busy; 3296 @@ -8618,14 +87 29,15 @@3374 @@ -8618,14 +8734,15 @@ 3297 3375 if (fname != NULL && *fname != NUL) 3298 3376 autocmd_fname = fname; … … 3312 3390 /* 3313 3391 * Set the buffer number to be used for <abuf>. 3314 @@ -8810,6 +892 2,7 @@3392 @@ -8810,6 +8927,7 @@ 3315 3393 sourcing_lnum = save_sourcing_lnum; 3316 3394 vim_free(autocmd_fname); … … 3320 3398 autocmd_match = save_autocmd_match; 3321 3399 #ifdef FEAT_EVAL 3322 @@ -8918,7 +903 1,7 @@3400 @@ -8918,7 +9036,7 @@ 3323 3401 { 3324 3402 apc->curpat = NULL; … … 3329 3407 * buffer number. */ 3330 3408 if (ap->pat != NULL && ap->cmds != NULL 3331 @@ -9104,7 +92 17,7 @@3409 @@ -9104,7 +9222,7 @@ 3332 3410 set_context_in_autocmd(xp, arg, doautocmd) 3333 3411 expand_T *xp; … … 3340 3418 diff -Naur vim72.orig/src/fold.c vim72/src/fold.c 3341 3419 --- vim72.orig/src/fold.c 2008-08-06 04:01:12.000000000 -0700 3342 +++ vim72/src/fold.c 2009-03- 12 11:54:59.842732505-07003420 +++ vim72/src/fold.c 2009-03-22 21:30:10.950316246 -0700 3343 3421 @@ -48,7 +48,7 @@ 3344 3422 static int foldFind __ARGS((garray_T *gap, linenr_T lnum, fold_T **fpp)); … … 3429 3507 diff -Naur vim72.orig/src/getchar.c vim72/src/getchar.c 3430 3508 --- vim72.orig/src/getchar.c 2008-07-22 09:57:48.000000000 -0700 3431 +++ vim72/src/getchar.c 2009-03- 12 11:55:13.579612236-07003509 +++ vim72/src/getchar.c 2009-03-22 21:32:01.425393770 -0700 3432 3510 @@ -3816,7 +3816,11 @@ 3433 3511 int len = 1; … … 3462 3540 diff -Naur vim72.orig/src/globals.h vim72/src/globals.h 3463 3541 --- vim72.orig/src/globals.h 2008-07-26 04:53:29.000000000 -0700 3464 +++ vim72/src/globals.h 2009-03- 12 11:55:13.699620338 -07003542 +++ vim72/src/globals.h 2009-03-22 21:32:23.782828328 -0700 3465 3543 @@ -482,8 +482,10 @@ 3466 3544 /* … … 3556 3634 diff -Naur vim72.orig/src/gui_at_sb.c vim72/src/gui_at_sb.c 3557 3635 --- vim72.orig/src/gui_at_sb.c 2004-06-07 07:32:25.000000000 -0700 3558 +++ vim72/src/gui_at_sb.c 2009-03- 12 11:54:50.138110630-07003636 +++ vim72/src/gui_at_sb.c 2009-03-22 21:29:14.042669926 -0700 3559 3637 @@ -1078,6 +1078,12 @@ 3560 3638 Cardinal *num_params; /* unused */ … … 3580 3658 } 3581 3659 3660 diff -Naur vim72.orig/src/gui_beval.c vim72/src/gui_beval.c 3661 --- vim72.orig/src/gui_beval.c 2007-05-07 12:33:41.000000000 -0700 3662 +++ vim72/src/gui_beval.c 2009-03-22 21:32:48.872435816 -0700 3663 @@ -1291,6 +1291,23 @@ 3664 XtNy, ty, 3665 NULL); 3666 #endif 3667 + /* Set tooltip colors */ 3668 + { 3669 + Arg args[2]; 3670 + 3671 +#ifdef FEAT_GUI_MOTIF 3672 + args[0].name = XmNbackground; 3673 + args[0].value = gui.tooltip_bg_pixel; 3674 + args[1].name = XmNforeground; 3675 + args[1].value = gui.tooltip_fg_pixel; 3676 +#else /* Athena */ 3677 + args[0].name = XtNbackground; 3678 + args[0].value = gui.tooltip_bg_pixel; 3679 + args[1].name = XtNforeground; 3680 + args[1].value = gui.tooltip_fg_pixel; 3681 +#endif 3682 + XtSetValues(beval->balloonLabel, &args[0], XtNumber(args)); 3683 + } 3684 3685 XtPopup(beval->balloonShell, XtGrabNone); 3686 3582 3687 diff -Naur vim72.orig/src/gui.c vim72/src/gui.c 3583 3688 --- vim72.orig/src/gui.c 2008-07-27 12:32:14.000000000 -0700 3584 +++ vim72/src/gui.c 2009-03- 12 11:54:50.298121805-07003689 +++ vim72/src/gui.c 2009-03-22 21:29:38.972265680 -0700 3585 3690 @@ -139,7 +139,7 @@ 3586 3691 /* The read returns when the child closes the pipe (or when … … 3675 3780 diff -Naur vim72.orig/src/gui_gtk_x11.c vim72/src/gui_gtk_x11.c 3676 3781 --- vim72.orig/src/gui_gtk_x11.c 2008-07-04 03:46:24.000000000 -0700 3677 +++ vim72/src/gui_gtk_x11.c 2009-03- 12 11:54:50.138110630-07003782 +++ vim72/src/gui_gtk_x11.c 2009-03-22 21:29:14.042669926 -0700 3678 3783 @@ -4070,14 +4070,14 @@ 3679 3784 … … 3699 3804 diff -Naur vim72.orig/src/gui_x11.c vim72/src/gui_x11.c 3700 3805 --- vim72.orig/src/gui_x11.c 2008-06-08 08:13:45.000000000 -0700 3701 +++ vim72/src/gui_x11.c 2009-03- 12 11:55:13.599613075-07003806 +++ vim72/src/gui_x11.c 2009-03-22 21:32:06.281706663 -0700 3702 3807 @@ -1587,6 +1587,8 @@ 3703 3808 XtCloseDisplay(gui.dpy); … … 3808 3913 diff -Naur vim72.orig/src/gui_xmdlg.c vim72/src/gui_xmdlg.c 3809 3914 --- vim72.orig/src/gui_xmdlg.c 2008-06-21 09:05:32.000000000 -0700 3810 +++ vim72/src/gui_xmdlg.c 2009-03- 12 11:54:50.142110910-07003915 +++ vim72/src/gui_xmdlg.c 2009-03-22 21:29:14.042669926 -0700 3811 3916 @@ -369,10 +369,10 @@ 3812 3917 char buf[TEMP_BUF_SIZE]; … … 3964 4069 diff -Naur vim72.orig/src/gui_xmebw.c vim72/src/gui_xmebw.c 3965 4070 --- vim72.orig/src/gui_xmebw.c 2007-09-06 03:57:51.000000000 -0700 3966 +++ vim72/src/gui_xmebw.c 2009-03- 12 11:54:50.142110910-07004071 +++ vim72/src/gui_xmebw.c 2009-03-22 21:29:14.042669926 -0700 3967 4072 @@ -1256,7 +1256,7 @@ 3968 4073 } … … 3991 4096 diff -Naur vim72.orig/src/if_cscope.c vim72/src/if_cscope.c 3992 4097 --- vim72.orig/src/if_cscope.c 2008-06-24 09:32:34.000000000 -0700 3993 +++ vim72/src/if_cscope.c 2009-03- 12 11:55:05.383086185-07004098 +++ vim72/src/if_cscope.c 2009-03-22 21:32:56.384915491 -0700 3994 4099 @@ -74,7 +74,7 @@ 3995 4100 { "add", cs_add, … … 4001 4106 N_("Show this message"), "help", 0 }, 4002 4107 { "kill", cs_kill, 4003 @@ -1177,10 +1177,27 @@ 4108 @@ -93,12 +93,117 @@ 4109 (void)EMSG2(_("E560: Usage: cs[cope] %s"), cs_cmds[(int)x].usage); 4110 } 4111 4112 +#if defined(FEAT_CMDL_COMPL) || defined(PROTO) 4113 + 4114 +static enum 4115 +{ 4116 + EXP_CSCOPE_SUBCMD, /* expand ":cscope" sub-commands */ 4117 + EXP_CSCOPE_FIND, /* expand ":cscope find" arguments */ 4118 + EXP_CSCOPE_KILL /* expand ":cscope kill" arguments */ 4119 +} expand_what; 4120 + 4121 +/* 4122 + * Function given to ExpandGeneric() to obtain the cscope command 4123 + * expansion. 4124 + */ 4125 +/*ARGSUSED*/ 4126 + char_u * 4127 +get_cscope_name(xp, idx) 4128 + expand_T *xp; 4129 + int idx; 4130 +{ 4131 + switch (expand_what) 4132 + { 4133 + case EXP_CSCOPE_SUBCMD: 4134 + /* Complete with sub-commands of ":cscope": 4135 + * add, find, help, kill, reset, show */ 4136 + return (char_u *)cs_cmds[idx].name; 4137 + case EXP_CSCOPE_FIND: 4138 + { 4139 + const char *query_type[] = 4140 + { 4141 + "c", "d", "e", "f", "g", "i", "s", "t", NULL 4142 + }; 4143 + 4144 + /* Complete with query type of ":cscope find {query_type}". 4145 + * {query_type} can be letters (c, d, ... t) or numbers (0, 1, 4146 + * ..., 8) but only complete with letters, since numbers are 4147 + * redundant. */ 4148 + return (char_u *)query_type[idx]; 4149 + } 4150 + case EXP_CSCOPE_KILL: 4151 + { 4152 + int i; 4153 + int current_idx = 0; 4154 + static char_u connection[2]; 4155 + 4156 + /* ":cscope kill" accepts connection numbers or partial names of 4157 + * the pathname of the cscope database as argument. Only complete 4158 + * with connection numbers. -1 can also be used to kill all 4159 + * connections. */ 4160 + for (i = 0; i < CSCOPE_MAX_CONNECTIONS; i++) 4161 + { 4162 + if (csinfo[i].fname == NULL) 4163 + continue; 4164 + if (current_idx++ == idx) 4165 + { 4166 + /* Connection number fits in one character since 4167 + * CSCOPE_MAX_CONNECTIONS is < 10 */ 4168 + connection[0] = i + '0'; 4169 + connection[1] = NUL; 4170 + return connection; 4171 + } 4172 + } 4173 + return (current_idx == idx && idx > 0) ? (char_u *)"-1" : NULL; 4174 + } 4175 + default: 4176 + return NULL; 4177 + } 4178 +} 4179 + 4180 +/* 4181 + * Handle command line completion for :cscope command. 4182 + */ 4183 + void 4184 +set_context_in_cscope_cmd(xp, arg) 4185 + expand_T *xp; 4186 + char_u *arg; 4187 +{ 4188 + char_u *p; 4189 + 4190 + /* Default: expand subcommands */ 4191 + xp->xp_context = EXPAND_CSCOPE; 4192 + expand_what = EXP_CSCOPE_SUBCMD; 4193 + xp->xp_pattern = arg; 4194 + 4195 + /* (part of) subcommand already typed */ 4196 + if (*arg != NUL) 4197 + { 4198 + p = skiptowhite(arg); 4199 + if (*p != NUL) /* past first word */ 4200 + { 4201 + xp->xp_pattern = skipwhite(p); 4202 + if (*skiptowhite(xp->xp_pattern) != NUL) 4203 + xp->xp_context = EXPAND_NOTHING; 4204 + else if (STRNICMP(arg, "add", p - arg) == 0) 4205 + xp->xp_context = EXPAND_FILES; 4206 + else if (STRNICMP(arg, "kill", p - arg) == 0) 4207 + expand_what = EXP_CSCOPE_KILL; 4208 + else if (STRNICMP(arg, "find", p - arg) == 0) 4209 + expand_what = EXP_CSCOPE_FIND; 4210 + else 4211 + xp->xp_context = EXPAND_NOTHING; 4212 + } 4213 + } 4214 +} 4215 + 4216 +#endif /* FEAT_CMDL_COMPL */ 4217 + 4218 /* 4219 * PRIVATE: do_cscope_general 4220 * 4221 - * find the command, print help if invalid, and the then call the 4222 - * corresponding command function, 4223 - * called from do_cscope and do_scscope 4224 + * Find the command, print help if invalid, and then call the corresponding 4225 + * command function. 4226 */ 4227 static void 4228 do_cscope_general(eap, make_split) 4229 @@ -659,6 +764,7 @@ 4230 { 4231 char *cmd; 4232 short search; 4233 + char *pat; 4234 4235 switch (csoption[0]) 4236 { 4237 @@ -692,10 +798,17 @@ 4238 return NULL; 4239 } 4240 4241 - if ((cmd = (char *)alloc((unsigned)(strlen(pattern) + 2))) == NULL) 4242 + /* Skip white space before the patter, except for text and pattern search, 4243 + * they may want to use the leading white space. */ 4244 + pat = pattern; 4245 + if (search != 4 && search != 6) 4246 + while vim_iswhite(*pat) 4247 + ++pat; 4248 + 4249 + if ((cmd = (char *)alloc((unsigned)(strlen(pat) + 2))) == NULL) 4250 return NULL; 4251 4252 - (void)sprintf(cmd, "%d%s", search, pattern); 4253 + (void)sprintf(cmd, "%d%s", search, pat); 4254 4255 return cmd; 4256 } /* cs_create_cmd */ 4257 @@ -1177,10 +1290,27 @@ 4004 4258 (void)MSG_PUTS(_("cscope commands:\n")); 4005 4259 while (cmdp->name != NULL) … … 4034 4288 diff -Naur vim72.orig/src/if_cscope.h vim72/src/if_cscope.h 4035 4289 --- vim72.orig/src/if_cscope.h 2007-09-02 07:51:08.000000000 -0700 4036 +++ vim72/src/if_cscope.h 2009-03- 12 11:54:28.876748429-07004290 +++ vim72/src/if_cscope.h 2009-03-22 21:27:04.882391674 -0700 4037 4291 @@ -42,17 +42,6 @@ 4038 4292 * f 7name Find this file … … 4055 4309 diff -Naur vim72.orig/src/if_perl.xs vim72/src/if_perl.xs 4056 4310 --- vim72.orig/src/if_perl.xs 2008-07-17 13:55:09.000000000 -0700 4057 +++ vim72/src/if_perl.xs 2009-03- 12 11:54:50.278119291-07004311 +++ vim72/src/if_perl.xs 2009-03-22 21:29:34.075951949 -0700 4058 4312 @@ -136,6 +136,9 @@ 4059 4313 # define Perl_newXS_flags dll_Perl_newXS_flags … … 4106 4360 diff -Naur vim72.orig/src/if_python.c vim72/src/if_python.c 4107 4361 --- vim72.orig/src/if_python.c 2008-07-17 14:09:32.000000000 -0700 4108 +++ vim72/src/if_python.c 2009-03- 12 11:54:59.902735857-07004362 +++ vim72/src/if_python.c 2009-03-22 21:30:25.899274200 -0700 4109 4363 @@ -531,6 +531,12 @@ 4110 4364 if (PythonMod_Init()) … … 4208 4462 diff -Naur vim72.orig/src/if_xcmdsrv.c vim72/src/if_xcmdsrv.c 4209 4463 --- vim72.orig/src/if_xcmdsrv.c 2008-07-18 06:05:03.000000000 -0700 4210 +++ vim72/src/if_xcmdsrv.c 2009-03- 12 11:54:43.269670345-07004464 +++ vim72/src/if_xcmdsrv.c 2009-03-22 21:28:30.191858640 -0700 4211 4465 @@ -736,7 +736,7 @@ 4212 4466 + serverReply.ga_len; … … 4238 4492 diff -Naur vim72.orig/src/macros.h vim72/src/macros.h 4239 4493 --- vim72.orig/src/macros.h 2007-08-04 04:44:18.000000000 -0700 4240 +++ vim72/src/macros.h 2009-03- 12 11:55:13.411601900-07004494 +++ vim72/src/macros.h 2009-03-22 21:31:27.235204917 -0700 4241 4495 @@ -127,15 +127,31 @@ 4242 4496 #ifdef FEAT_LANGMAP … … 4278 4532 diff -Naur vim72.orig/src/main.c vim72/src/main.c 4279 4533 --- vim72.orig/src/main.c 2008-07-24 01:40:56.000000000 -0700 4280 +++ vim72/src/main.c 2009-03- 12 11:54:50.142110910-07004534 +++ vim72/src/main.c 2009-03-22 21:29:14.046670485 -0700 4281 4535 @@ -645,11 +645,12 @@ 4282 4536 … … 4340 4594 diff -Naur vim72.orig/src/mark.c vim72/src/mark.c 4341 4595 --- vim72.orig/src/mark.c 2008-08-08 15:06:49.000000000 -0700 4342 +++ vim72/src/mark.c 2009-03- 12 11:54:40.549496299-07004596 +++ vim72/src/mark.c 2009-03-22 21:28:12.902752340 -0700 4343 4597 @@ -1627,15 +1627,17 @@ 4344 4598 … … 4409 4663 diff -Naur vim72.orig/src/mbyte.c vim72/src/mbyte.c 4410 4664 --- vim72.orig/src/mbyte.c 2008-07-14 05:38:05.000000000 -0700 4411 +++ vim72/src/mbyte.c 2009-03- 12 11:54:50.142110910-07004665 +++ vim72/src/mbyte.c 2009-03-22 21:29:14.046670485 -0700 4412 4666 @@ -717,7 +717,7 @@ 4413 4667 * where mblen() returns 0 for invalid character. … … 4491 4745 diff -Naur vim72.orig/src/menu.c vim72/src/menu.c 4492 4746 --- vim72.orig/src/menu.c 2008-06-21 12:53:43.000000000 -0700 4493 +++ vim72/src/menu.c 2009-03- 12 11:54:28.852745635-07004747 +++ vim72/src/menu.c 2009-03-22 21:27:00.030081016 -0700 4494 4748 @@ -1120,6 +1120,7 @@ 4495 4749 parent = menu; … … 4502 4756 diff -Naur vim72.orig/src/message.c vim72/src/message.c 4503 4757 --- vim72.orig/src/message.c 2008-07-09 11:24:55.000000000 -0700 4504 +++ vim72/src/message.c 2009-03- 12 11:55:13.623615309 -07004758 +++ vim72/src/message.c 2009-03-22 21:32:11.106013969 -0700 4505 4759 @@ -976,7 +976,7 @@ 4506 4760 } … … 4664 4918 diff -Naur vim72.orig/src/misc1.c vim72/src/misc1.c 4665 4919 --- vim72.orig/src/misc1.c 2008-07-12 12:20:53.000000000 -0700 4666 +++ vim72/src/misc1.c 2009-03-12 11:54:40.553496578 -0700 4667 @@ -3245,9 +3245,9 @@ 4920 +++ vim72/src/misc1.c 2009-03-22 21:32:58.837074452 -0700 4921 @@ -2955,6 +2955,8 @@ 4922 int col; /* column for message; non-zero when in insert 4923 mode and 'showmode' is on */ 4924 { 4925 + static char *w_readonly = N_("W10: Warning: Changing a readonly file"); 4926 + 4927 if (curbuf->b_did_warn == FALSE 4928 && curbufIsChanged() == 0 4929 #ifdef FEAT_AUTOCMD 4930 @@ -2977,8 +2979,10 @@ 4931 if (msg_row == Rows - 1) 4932 msg_col = col; 4933 msg_source(hl_attr(HLF_W)); 4934 - MSG_PUTS_ATTR(_("W10: Warning: Changing a readonly file"), 4935 - hl_attr(HLF_W) | MSG_HIST); 4936 + MSG_PUTS_ATTR(_(w_readonly), hl_attr(HLF_W) | MSG_HIST); 4937 +#ifdef FEAT_EVAL 4938 + set_vim_var_string(VV_WARNINGMSG, (char_u *)_(w_readonly), -1); 4939 +#endif 4940 msg_clr_eos(); 4941 (void)msg_end(); 4942 if (msg_silent == 0 && !silent_mode) 4943 @@ -3245,9 +3249,9 @@ 4668 4944 4669 4945 /* When using ":silent" assume that <CR> was entered. */ … … 4679 4955 diff -Naur vim72.orig/src/misc2.c vim72/src/misc2.c 4680 4956 --- vim72.orig/src/misc2.c 2008-07-23 12:12:56.000000000 -0700 4681 +++ vim72/src/misc2.c 2009-03- 12 11:55:33.688900964-07004957 +++ vim72/src/misc2.c 2009-03-22 21:32:41.367955022 -0700 4682 4958 @@ -496,7 +496,8 @@ 4683 4959 { … … 4805 5081 diff -Naur vim72.orig/src/move.c vim72/src/move.c 4806 5082 --- vim72.orig/src/move.c 2008-07-12 09:26:47.000000000 -0700 4807 +++ vim72/src/move.c 2009-03- 12 11:54:46.913903059-07005083 +++ vim72/src/move.c 2009-03-22 21:28:40.376510966 -0700 4808 5084 @@ -280,18 +280,20 @@ 4809 5085 … … 4855 5131 diff -Naur vim72.orig/src/nbdebug.c vim72/src/nbdebug.c 4856 5132 --- vim72.orig/src/nbdebug.c 2008-06-22 08:38:58.000000000 -0700 4857 +++ vim72/src/nbdebug.c 2009-03- 12 11:55:13.487606370-07005133 +++ vim72/src/nbdebug.c 2009-03-22 21:31:41.800136053 -0700 4858 5134 @@ -33,7 +33,6 @@ 4859 5135 u_int nb_dlevel = 0; /* nb_debug verbosity level */ … … 4916 5192 diff -Naur vim72.orig/src/nbdebug.h vim72/src/nbdebug.h 4917 5193 --- vim72.orig/src/nbdebug.h 2008-06-22 07:31:50.000000000 -0700 4918 +++ vim72/src/nbdebug.h 2009-03- 12 11:55:13.487606370-07005194 +++ vim72/src/nbdebug.h 2009-03-22 21:31:41.800136053 -0700 4919 5195 @@ -43,8 +43,6 @@ 4920 5196 … … 4948 5224 diff -Naur vim72.orig/src/netbeans.c vim72/src/netbeans.c 4949 5225 --- vim72.orig/src/netbeans.c 2008-07-13 09:19:54.000000000 -0700 4950 +++ vim72/src/netbeans.c 2009-03- 12 11:55:13.479606090-07005226 +++ vim72/src/netbeans.c 2009-03-22 21:31:39.383983238 -0700 4951 5227 @@ -1043,7 +1043,7 @@ 4952 5228 nbdebug(("EVT: %s", buf)); … … 5064 5340 diff -Naur vim72.orig/src/normal.c vim72/src/normal.c 5065 5341 --- vim72.orig/src/normal.c 2008-07-31 13:03:08.000000000 -0700 5066 +++ vim72/src/normal.c 2009-03- 12 11:55:13.415602459-07005342 +++ vim72/src/normal.c 2009-03-22 21:31:27.235204917 -0700 5067 5343 @@ -183,6 +183,8 @@ 5068 5344 static void nv_cursorhold __ARGS((cmdarg_T *cap)); … … 5342 5618 diff -Naur vim72.orig/src/ops.c vim72/src/ops.c 5343 5619 --- vim72.orig/src/ops.c 2008-06-21 13:08:59.000000000 -0700 5344 +++ vim72/src/ops.c 2009-03- 12 11:55:27.544506216-07005620 +++ vim72/src/ops.c 2009-03-22 21:32:36.451638218 -0700 5345 5621 @@ -72,11 +72,11 @@ 5346 5622 */ … … 5550 5826 diff -Naur vim72.orig/src/option.c vim72/src/option.c 5551 5827 --- vim72.orig/src/option.c 2008-07-18 06:05:33.000000000 -0700 5552 +++ vim72/src/option.c 2009-03- 12 11:55:13.683619779-07005828 +++ vim72/src/option.c 2009-03-22 21:32:58.841075011 -0700 5553 5829 @@ -2593,13 +2593,13 @@ 5554 5830 #ifdef FEAT_VIMINFO … … 5692 5968 /* update flag in swap file */ 5693 5969 ml_setflags(curbuf); 5694 @@ -6055,6 +6100,7 @@ 5970 @@ -5977,15 +6022,23 @@ 5971 /* ":set t_Co=0" and ":set t_Co=1" do ":set t_Co=" */ 5972 if (varp == &T_CCO) 5973 { 5974 - t_colors = atoi((char *)T_CCO); 5975 - if (t_colors <= 1) 5976 + int colors = atoi((char *)T_CCO); 5977 + 5978 + /* Only reinitialize colors if t_Co value has really changed to 5979 + * avoid expensive reload of colorscheme if t_Co is set to the 5980 + * same value multiple times. */ 5981 + if (colors != t_colors) 5982 { 5983 - if (new_value_alloced) 5984 - vim_free(T_CCO); 5985 - T_CCO = empty_option; 5986 + t_colors = colors; 5987 + if (t_colors <= 1) 5988 + { 5989 + if (new_value_alloced) 5990 + vim_free(T_CCO); 5991 + T_CCO = empty_option; 5992 + } 5993 + /* We now have a different color setup, initialize it again. */ 5994 + init_highlight(TRUE, FALSE); 5995 } 5996 - /* We now have a different color setup, initialize it again. */ 5997 - init_highlight(TRUE, FALSE); 5998 } 5999 ttest(FALSE); 6000 if (varp == &T_ME) 6001 @@ -6055,6 +6108,7 @@ 5695 6002 errmsg = (char_u *)N_("E596: Invalid font(s)"); 5696 6003 } … … 5700 6007 # ifdef FEAT_XFONTSET 5701 6008 else if (varp == &p_guifontset) 5702 @@ -6063,6 +61 09,7 @@6009 @@ -6063,6 +6117,7 @@ 5703 6010 errmsg = (char_u *)N_("E597: can't select fontset"); 5704 6011 else if (gui.in_use && gui_init_font(p_guifontset, TRUE) != OK) … … 5708 6015 # endif 5709 6016 # ifdef FEAT_MBYTE 5710 @@ -6072,6 +61 19,7 @@6017 @@ -6072,6 +6127,7 @@ 5711 6018 errmsg = (char_u *)N_("E533: can't select wide font"); 5712 6019 else if (gui_get_wide_font() == FAIL) … … 5716 6023 # endif 5717 6024 #endif 5718 @@ -6133,13 +618 1,24 @@6025 @@ -6133,13 +6189,24 @@ 5719 6026 #ifdef FEAT_GUI 5720 6027 /* 'guioptions' */ … … 5741 6048 5742 6049 #if defined(FEAT_MOUSE_TTY) && (defined(UNIX) || defined(VMS)) 5743 @@ -6717,7 +67 76,11 @@6050 @@ -6717,7 +6784,11 @@ 5744 6051 5745 6052 if (curwin->w_curswant != MAXCOL) … … 5754 6061 return errmsg; 5755 6062 } 5756 @@ -7105,22 +71 68,28 @@6063 @@ -7105,22 +7176,28 @@ 5757 6064 curbuf->b_did_warn = FALSE; 5758 6065 … … 5790 6097 5791 6098 /* when 'bin' is set also set some other options */ 5792 @@ -7128,7 +7 197,7 @@6099 @@ -7128,7 +7205,7 @@ 5793 6100 { 5794 6101 set_options_bin(old_value, curbuf->b_p_bin, opt_flags); … … 5799 6106 } 5800 6107 5801 @@ -7279,7 +73 48,7 @@6108 @@ -7279,7 +7356,7 @@ 5802 6109 if (!value) 5803 6110 save_file_ff(curbuf); /* Buffer is unchanged */ … … 5808 6115 #ifdef FEAT_AUTOCMD 5809 6116 modified_was_set = value; 5810 @@ -7714,7 +7783,7 @@ 6117 @@ -7486,9 +7563,13 @@ 6118 * set. */ 6119 if (STRCMP(p_enc, "utf-8") != 0) 6120 { 6121 + static char *w_arabic = N_("W17: Arabic requires UTF-8, do ':set encoding=utf-8'"); 6122 + 6123 msg_source(hl_attr(HLF_W)); 6124 - MSG_ATTR(_("W17: Arabic requires UTF-8, do ':set encoding=utf-8'"), 6125 - hl_attr(HLF_W)); 6126 + MSG_ATTR(_(w_arabic), hl_attr(HLF_W)); 6127 +#ifdef FEAT_EVAL 6128 + set_vim_var_string(VV_WARNINGMSG, (char_u *)_(w_arabic), -1); 6129 +#endif 6130 } 6131 6132 # ifdef FEAT_MBYTE 6133 @@ -7714,7 +7795,7 @@ 5811 6134 newFoldLevel(); 5812 6135 } … … 5817 6140 { 5818 6141 foldUpdateAll(curwin); 5819 @@ -7974,6 +80 43,11 @@6142 @@ -7974,6 +8055,11 @@ 5820 6143 else /* curwin->w_p_scr > curwin->w_height */ 5821 6144 curwin->w_p_scr = curwin->w_height; … … 5829 6152 { 5830 6153 errmsg = e_positive; 5831 @@ -8227,13 +83 01,13 @@6154 @@ -8227,13 +8313,13 @@ 5832 6155 { 5833 6156 if (number == 0 && string != NULL) … … 5846 6169 /* There's another character after zeros or the string 5847 6170 * is empty. In both cases, we are trying to set a 5848 @@ -8323,7 +8 397,7 @@6171 @@ -8323,7 +8409,7 @@ 5849 6172 { 5850 6173 --arg; /* put arg at the '<' */ … … 5855 6178 key = 0; 5856 6179 } 5857 @@ -10093,25 +101 67,110 @@6180 @@ -10093,25 +10179,110 @@ 5858 6181 5859 6182 #ifdef FEAT_LANGMAP … … 5873 6196 + * langmap_entry_T. This does the same as langmap_mapchar[] for characters >= 5874 6197 + * 256. 5875 6198 + */ 5876 6199 +# ifdef FEAT_MBYTE 5877 6200 +/* 5878 6201 + * With multi-byte support use growarray for 'langmap' chars >= 256 5879 +*/6202 */ 5880 6203 +typedef struct 5881 6204 +{ … … 5975 6298 5976 6299 /* 5977 @@ -10125,7 +102 84,10 @@6300 @@ -10125,7 +10296,10 @@ 5978 6301 char_u *p2; 5979 6302 int from, to; … … 5987 6310 for (p = p_langmap; p[0] != NUL; ) 5988 6311 { 5989 @@ -10175,7 +103 37,13 @@6312 @@ -10175,7 +10349,13 @@ 5990 6313 transchar(from)); 5991 6314 return; … … 6004 6327 diff -Naur vim72.orig/src/os_unix.c vim72/src/os_unix.c 6005 6328 --- vim72.orig/src/os_unix.c 2008-08-06 04:01:40.000000000 -0700 6006 +++ vim72/src/os_unix.c 2009-03- 12 11:55:13.671618662-07006329 +++ vim72/src/os_unix.c 2009-03-22 21:32:18.750505657 -0700 6007 6330 @@ -181,7 +181,8 @@ 6008 6331 && defined(FEAT_TITLE) && !defined(FEAT_GUI_GTK) … … 6360 6683 diff -Naur vim72.orig/src/proto/eval.pro vim72/src/proto/eval.pro 6361 6684 --- vim72.orig/src/proto/eval.pro 2008-08-09 07:31:25.000000000 -0700 6362 +++ vim72/src/proto/eval.pro 2009-03- 12 11:54:47.005909205-07006685 +++ vim72/src/proto/eval.pro 2009-03-22 21:28:55.169458863 -0700 6363 6686 @@ -17,7 +17,7 @@ 6364 6687 int eval_to_bool __ARGS((char_u *arg, int *error, char_u **nextcmd, int skip)); … … 6402 6725 diff -Naur vim72.orig/src/proto/ex_cmds.pro vim72/src/proto/ex_cmds.pro 6403 6726 --- vim72.orig/src/proto/ex_cmds.pro 2008-08-09 07:31:25.000000000 -0700 6404 +++ vim72/src/proto/ex_cmds.pro 2009-03- 12 11:55:13.611614471-07006727 +++ vim72/src/proto/ex_cmds.pro 2009-03-22 21:32:08.697861154 -0700 6405 6728 @@ -11,7 +11,7 @@ 6406 6729 char_u *make_filter_cmd __ARGS((char_u *cmd, char_u *itmp, char_u *otmp)); … … 6422 6745 diff -Naur vim72.orig/src/proto/ex_getln.pro vim72/src/proto/ex_getln.pro 6423 6746 --- vim72.orig/src/proto/ex_getln.pro 2008-08-09 07:31:28.000000000 -0700 6424 +++ vim72/src/proto/ex_getln.pro 2009-03- 12 11:55:13.703620617-07006747 +++ vim72/src/proto/ex_getln.pro 2009-03-22 21:32:23.786828608 -0700 6425 6748 @@ -4,6 +4,7 @@ 6426 6749 int text_locked __ARGS((void)); … … 6440 6763 int get_histtype __ARGS((char_u *name)); 6441 6764 void add_to_history __ARGS((int histype, char_u *new_entry, int in_map, int sep)); 6765 diff -Naur vim72.orig/src/proto/if_cscope.pro vim72/src/proto/if_cscope.pro 6766 --- vim72.orig/src/proto/if_cscope.pro 2008-08-09 07:31:33.000000000 -0700 6767 +++ vim72/src/proto/if_cscope.pro 2009-03-22 21:32:51.512605113 -0700 6768 @@ -1,4 +1,6 @@ 6769 /* if_cscope.c */ 6770 +char_u *get_cscope_name __ARGS((expand_T *xp, int idx)); 6771 +void set_context_in_cscope_cmd __ARGS((expand_T *xp, char_u *arg)); 6772 void do_cscope __ARGS((exarg_T *eap)); 6773 void do_scscope __ARGS((exarg_T *eap)); 6774 void do_cstag __ARGS((exarg_T *eap)); 6442 6775 diff -Naur vim72.orig/src/proto/mark.pro vim72/src/proto/mark.pro 6443 6776 --- vim72.orig/src/proto/mark.pro 2008-08-09 07:31:36.000000000 -0700 6444 +++ vim72/src/proto/mark.pro 2009-03- 12 11:54:40.553496578-07006777 +++ vim72/src/proto/mark.pro 2009-03-22 21:28:12.902752340 -0700 6445 6778 @@ -26,5 +26,5 @@ 6446 6779 void write_viminfo_filemarks __ARGS((FILE *fp)); … … 6452 6785 diff -Naur vim72.orig/src/proto/misc2.pro vim72/src/proto/misc2.pro 6453 6786 --- vim72.orig/src/proto/misc2.pro 2008-08-09 07:31:40.000000000 -0700 6454 +++ vim72/src/proto/misc2.pro 2009-03- 12 11:54:56.454515435-07006787 +++ vim72/src/proto/misc2.pro 2009-03-22 21:29:58.829540160 -0700 6455 6788 @@ -59,7 +59,7 @@ 6456 6789 int handle_x_keys __ARGS((int key)); … … 6464 6797 diff -Naur vim72.orig/src/proto/netbeans.pro vim72/src/proto/netbeans.pro 6465 6798 --- vim72.orig/src/proto/netbeans.pro 2008-08-09 07:31:56.000000000 -0700 6466 +++ vim72/src/proto/netbeans.pro 2009-03- 12 11:54:59.854733063-07006799 +++ vim72/src/proto/netbeans.pro 2009-03-22 21:30:13.578485264 -0700 6467 6800 @@ -11,7 +11,7 @@ 6468 6801 void netbeans_frame_moved __ARGS((int new_x, int new_y)); … … 6476 6809 diff -Naur vim72.orig/src/proto/option.pro vim72/src/proto/option.pro 6477 6810 --- vim72.orig/src/proto/option.pro 2008-08-09 07:31:43.000000000 -0700 6478 +++ vim72/src/proto/option.pro 2009-03- 12 11:55:13.419602459-07006811 +++ vim72/src/proto/option.pro 2009-03-22 21:31:27.239205476 -0700 6479 6812 @@ -44,6 +44,7 @@ 6480 6813 void set_context_in_set_cmd __ARGS((expand_T *xp, char_u *arg, int opt_flags)); … … 6487 6820 diff -Naur vim72.orig/src/pty.c vim72/src/pty.c 6488 6821 --- vim72.orig/src/pty.c 2008-06-21 11:52:58.000000000 -0700 6489 +++ vim72/src/pty.c 2009-03- 12 11:54:28.844744238-07006822 +++ vim72/src/pty.c 2009-03-22 21:26:57.485917865 -0700 6490 6823 @@ -270,9 +270,10 @@ 6491 6824 } … … 6503 6836 diff -Naur vim72.orig/src/quickfix.c vim72/src/quickfix.c 6504 6837 --- vim72.orig/src/quickfix.c 2008-07-18 05:53:02.000000000 -0700 6505 +++ vim72/src/quickfix.c 2009-03- 12 11:55:13.547610560-07006838 +++ vim72/src/quickfix.c 2009-03-22 21:31:54.128927784 -0700 6506 6839 @@ -1419,6 +1419,7 @@ 6507 6840 int opened_window = FALSE; … … 6600 6933 diff -Naur vim72.orig/src/regexp.c vim72/src/regexp.c 6601 6934 --- vim72.orig/src/regexp.c 2008-08-07 12:58:50.000000000 -0700 6602 +++ vim72/src/regexp.c 2009-03- 12 11:55:13.471605532-07006935 +++ vim72/src/regexp.c 2009-03-22 21:31:36.967828468 -0700 6603 6936 @@ -4532,7 +4532,7 @@ 6604 6937 cleanup_subexpr(); … … 6637 6970 diff -Naur vim72.orig/src/screen.c vim72/src/screen.c 6638 6971 --- vim72.orig/src/screen.c 2008-07-24 07:45:07.000000000 -0700 6639 +++ vim72/src/screen.c 2009-03- 12 11:55:39.893297947-07006972 +++ vim72/src/screen.c 2009-03-22 21:33:03.705385948 -0700 6640 6973 @@ -2439,9 +2439,17 @@ 6641 6974 … … 6679 7012 fromcol = wp->w_old_cursor_fcol; 6680 7013 tocol = wp->w_old_cursor_lcol; 6681 @@ -3412,6 +3422,7 @@ 7014 @@ -2879,8 +2889,9 @@ 7015 } 7016 else 7017 tocol = MAXCOL; 7018 - if (fromcol == tocol) /* do at least one character */ 7019 - tocol = fromcol + 1; /* happens when past end of line */ 7020 + /* do at least one character; happens when past end of line */ 7021 + if (fromcol == tocol) 7022 + tocol = fromcol + 1; 7023 area_highlighting = TRUE; 7024 attr = hl_attr(HLF_I); 7025 } 7026 @@ -3412,6 +3423,7 @@ 6682 7027 && (*mb_ptr2cells)(ptr) > 1) 6683 7028 #endif … … 6687 7032 area_attr = attr; /* start highlighting */ 6688 7033 else if (area_attr != 0 6689 @@ -3544,7 +355 5,8 @@7034 @@ -3544,7 +3556,8 @@ 6690 7035 /* Use line_attr when not in the Visual or 'incsearch' area 6691 7036 * (area_attr may be 0 when "noinvcur" is set). */ … … 6697 7042 #endif 6698 7043 else 6699 @@ -4549,7 +4561,8 @@ 7044 @@ -4106,6 +4119,7 @@ 7045 # endif 7046 (col < W_WIDTH(wp))) 7047 && !(noinvcur 7048 + && lnum == wp->w_cursor.lnum 7049 && (colnr_T)vcol == wp->w_virtcol))) 7050 && lcs_eol_one >= 0) 7051 { 7052 @@ -4247,7 +4261,7 @@ 7053 * preedit_changed and commit. Thus Vim can't set "im_is_active", use 7054 * im_is_preediting() here. */ 7055 if (xic != NULL 7056 - && lnum == curwin->w_cursor.lnum 7057 + && lnum == wp->w_cursor.lnum 7058 && (State & INSERT) 7059 && !p_imdisable 7060 && im_is_preediting() 7061 @@ -4256,7 +4270,7 @@ 7062 colnr_T tcol; 7063 7064 if (preedit_end_col == MAXCOL) 7065 - getvcol(curwin, &(curwin->w_cursor), &tcol, NULL, NULL); 7066 + getvcol(curwin, &(wp->w_cursor), &tcol, NULL, NULL); 7067 else 7068 tcol = preedit_end_col; 7069 if ((long)preedit_start_col <= vcol && vcol < (long)tcol) 7070 @@ -4353,7 +4367,13 @@ 7071 } 7072 #endif 7073 if (lcs_eol == lcs_eol_one 7074 - && ((area_attr != 0 && vcol == fromcol && c == NUL) 7075 + && ((area_attr != 0 && vcol == fromcol 7076 +#ifdef FEAT_VISUAL 7077 + && (VIsual_mode != Ctrl_V 7078 + || lnum == VIsual.lnum 7079 + || lnum == curwin->w_cursor.lnum) 7080 +#endif 7081 + && c == NUL) 7082 #ifdef FEAT_SEARCH_EXTRA 7083 /* highlight 'hlsearch' match at end of line */ 7084 || (prevcol_hl_flag == TRUE 7085 @@ -4447,7 +4467,8 @@ 7086 if (c == NUL) 7087 { 7088 #ifdef FEAT_SYN_HL 7089 - if (eol_hl_off > 0 && vcol - eol_hl_off == (long)wp->w_virtcol) 7090 + if (eol_hl_off > 0 && vcol - eol_hl_off == (long)wp->w_virtcol 7091 + && lnum == wp->w_cursor.lnum) 7092 { 7093 /* highlight last char after line */ 7094 --col; 7095 @@ -4549,7 +4570,8 @@ 6700 7096 * highlight the cursor position itself. */ 6701 7097 if (wp->w_p_cuc && vcol == (long)wp->w_virtcol … … 6707 7103 vcol_save_attr = char_attr; 6708 7104 char_attr = hl_combine_attr(char_attr, hl_attr(HLF_CUC)); 6709 @@ -5119,8 +5132,8 @@ 7105 @@ -4652,7 +4674,7 @@ 7106 --n_skip; 7107 7108 /* Only advance the "vcol" when after the 'number' column. */ 7109 - if (draw_state >= WL_SBR 7110 + if (draw_state > WL_NR 7111 #ifdef FEAT_DIFF 7112 && filler_todo <= 0 7113 #endif 7114 @@ -5119,8 +5141,8 @@ 6710 7115 #endif 6711 7116 … … 6718 7123 * and for some xterms. */ 6719 7124 if ( 6720 @@ -6263,9 +62 76,15 @@7125 @@ -6263,9 +6285,15 @@ 6721 7126 int pcc[MAX_MCO]; 6722 7127 # endif … … 6734 7139 #ifdef FEAT_MBYTE 6735 7140 /* When drawing over the right halve of a double-wide char clear out the 6736 @@ -6275,10 +6 294,21 @@7141 @@ -6275,10 +6303,21 @@ 6737 7142 && !gui.in_use 6738 7143 # endif … … 6758 7163 max_off = LineOffset[row] + screen_Columns; 6759 7164 #endif 6760 @@ -6342,7 +63 72,12 @@7165 @@ -6342,7 +6381,12 @@ 6761 7166 } 6762 7167 #endif … … 6772 7177 || (mbyte_cells == 2 6773 7178 && ScreenLines[off + 1] != (enc_dbcs ? ptr[1] : 0)) 6774 @@ -6350,24 +63 85,24 @@7179 @@ -6350,24 +6394,24 @@ 6775 7180 && c == 0x8e 6776 7181 && ScreenLines2[off] != ptr[1]) … … 6806 7211 gui.in_use 6807 7212 # endif 6808 @@ -6377,23 +64 12,14 @@7213 @@ -6377,23 +6421,14 @@ 6809 7214 # ifdef UNIX 6810 7215 term_is_xterm … … 6836 7241 #endif 6837 7242 #ifdef FEAT_MBYTE 6838 @@ -6480,6 +65 06,20 @@7243 @@ -6480,6 +6515,20 @@ 6839 7244 ++ptr; 6840 7245 } … … 6857 7262 6858 7263 #ifdef FEAT_SEARCH_EXTRA 6859 @@ -7356,7 +7 396,11 @@7264 @@ -7356,7 +7405,11 @@ 6860 7265 #endif 6861 7266 static int entered = FALSE; /* avoid recursiveness */ … … 6869 7274 * Allocation of the screen buffers is done only when the size changes and 6870 7275 * when Rows and Columns have been set and we have started doing full 6871 @@ -7440,10 +74 84,13 @@7276 @@ -7440,10 +7493,13 @@ 6872 7277 { 6873 7278 outofmem = TRUE; … … 6884 7289 #ifdef FEAT_MBYTE 6885 7290 for (i = 0; i < p_mco; ++i) 6886 @@ -7628,8 +76 75,17 @@7291 @@ -7628,8 +7684,17 @@ 6887 7292 --RedrawingDisabled; 6888 7293 … … 6905 7310 diff -Naur vim72.orig/src/spell.c vim72/src/spell.c 6906 7311 --- vim72.orig/src/spell.c 2008-07-12 12:20:55.000000000 -0700 6907 +++ vim72/src/spell.c 2009-03- 12 11:55:13.363596871-07007312 +++ vim72/src/spell.c 2009-03-22 21:31:19.602716022 -0700 6908 7313 @@ -77,7 +77,7 @@ 6909 7314 … … 7776 8181 diff -Naur vim72.orig/src/structs.h vim72/src/structs.h 7777 8182 --- vim72.orig/src/structs.h 2008-07-30 13:02:50.000000000 -0700 7778 +++ vim72/src/structs.h 2009-03- 12 11:54:46.913903059-07008183 +++ vim72/src/structs.h 2009-03-22 21:28:40.380513201 -0700 7779 8184 @@ -459,7 +459,7 @@ 7780 8185 typedef struct … … 7805 8210 diff -Naur vim72.orig/src/tag.c vim72/src/tag.c 7806 8211 --- vim72.orig/src/tag.c 2008-07-16 14:31:30.000000000 -0700 7807 +++ vim72/src/tag.c 2009-03- 12 11:55:13.591613075-07008212 +++ vim72/src/tag.c 2009-03-22 21:32:03.853549379 -0700 7808 8213 @@ -515,7 +515,7 @@ 7809 8214 * If a count is supplied to the ":tag <name>" command, then … … 7936 8341 diff -Naur vim72.orig/src/term.c vim72/src/term.c 7937 8342 --- vim72.orig/src/term.c 2008-07-27 04:48:06.000000000 -0700 7938 +++ vim72/src/term.c 2009-03- 12 11:54:59.914737254-07008343 +++ vim72/src/term.c 2009-03-22 21:30:28.311427015 -0700 7939 8344 @@ -4920,7 +4920,15 @@ 7940 8345 key_name[0] = KEY2TERMCAP0(key); … … 7956 8361 diff -Naur vim72.orig/src/testdir/Makefile vim72/src/testdir/Makefile 7957 8362 --- vim72.orig/src/testdir/Makefile 2008-06-19 13:29:46.000000000 -0700 7958 +++ vim72/src/testdir/Makefile 2009-03- 12 11:55:27.544506216-07008363 +++ vim72/src/testdir/Makefile 2009-03-22 21:32:36.451638218 -0700 7959 8364 @@ -20,21 +20,23 @@ 7960 8365 test48.out test49.out test51.out test52.out test53.out \ … … 7997 8402 diff -Naur vim72.orig/src/testdir/Make_ming.mak vim72/src/testdir/Make_ming.mak 7998 8403 --- vim72.orig/src/testdir/Make_ming.mak 1969-12-31 16:00:00.000000000 -0800 7999 +++ vim72/src/testdir/Make_ming.mak 2009-03- 12 11:54:40.397486521-07008404 +++ vim72/src/testdir/Make_ming.mak 2009-03-22 21:27:50.249298785 -0700 8000 8405 @@ -0,0 +1,91 @@ 8001 8406 +# Makefile to run tests for Vim, on Dos-like machines … … 8092 8497 diff -Naur vim72.orig/src/testdir/test42.ok vim72/src/testdir/test42.ok 8093 8498 --- vim72.orig/src/testdir/test42.ok 2008-02-20 04:27:37.000000000 -0800 8094 +++ vim72/src/testdir/test42.ok 2009-03- 12 11:54:40.601499372-07008499 +++ vim72/src/testdir/test42.ok 2009-03-22 21:28:17.791064674 -0700 8095 8500 @@ -20,7 +20,7 @@ 8096 8501 ucs-2 … … 8104 8509 diff -Naur vim72.orig/src/testdir/test66.in vim72/src/testdir/test66.in 8105 8510 --- vim72.orig/src/testdir/test66.in 1969-12-31 16:00:00.000000000 -0800 8106 +++ vim72/src/testdir/test66.in 2009-03- 12 11:55:27.544506216-07008511 +++ vim72/src/testdir/test66.in 2009-03-22 21:32:36.451638218 -0700 8107 8512 @@ -0,0 +1,25 @@ 8108 8513 + … … 8133 8538 diff -Naur vim72.orig/src/testdir/test66.ok vim72/src/testdir/test66.ok 8134 8539 --- vim72.orig/src/testdir/test66.ok 1969-12-31 16:00:00.000000000 -0800 8135 +++ vim72/src/testdir/test66.ok 2009-03- 12 11:55:27.544506216-07008540 +++ vim72/src/testdir/test66.ok 2009-03-22 21:32:36.451638218 -0700 8136 8541 @@ -0,0 +1,10 @@ 8137 8542 + abcdefghijklmnopqrstuvwxyz … … 8147 8552 diff -Naur vim72.orig/src/ui.c vim72/src/ui.c 8148 8553 --- vim72.orig/src/ui.c 2008-07-14 11:14:56.000000000 -0700 8149 +++ vim72/src/ui.c 2009-03- 12 11:54:50.158111748-07008554 +++ vim72/src/ui.c 2009-03-22 21:29:14.058671044 -0700 8150 8555 @@ -1820,7 +1820,7 @@ 8151 8556 #ifdef HAVE_DUP … … 8255 8660 diff -Naur vim72.orig/src/version.c vim72/src/version.c 8256 8661 --- vim72.orig/src/version.c 2008-08-09 07:24:52.000000000 -0700 8257 +++ vim72/src/version.c 2009-03- 12 11:55:39.893297947-07008258 @@ -677,9 +677,2 80@@8662 +++ vim72/src/version.c 2009-03-22 21:33:03.705385948 -0700 8663 @@ -677,9 +677,294 @@ 8259 8664 static int included_patches[] = 8260 8665 { /* Add new patch number below this line */ 8261 8666 /**/ 8667 + 148, 8668 +/**/ 8669 + 147, 8670 +/**/ 8671 + 146, 8672 +/**/ 8673 + 145, 8674 +/**/ 8675 + 144, 8676 +/**/ 8677 + 143, 8678 +/**/ 8679 + 142, 8680 +/**/ 8262 8681 + 141, 8263 8682 +/**/ … … 8537 8956 highest_patch() 8538 8957 { 8539 @@ -786,7 +10 57,7 @@8958 @@ -786,7 +1071,7 @@ 8540 8959 MSG_PUTS(_("\nRISC OS version")); 8541 8960 #endif … … 8546 8965 if (*compiled_arch != NUL) 8547 8966 { 8548 @@ -825,6 +1 096,19 @@8967 @@ -825,6 +1110,19 @@ 8549 8968 } 8550 8969 } … … 8568 8987 diff -Naur vim72.orig/src/vim.h vim72/src/vim.h 8569 8988 --- vim72.orig/src/vim.h 2008-08-09 09:03:38.000000000 -0700 8570 +++ vim72/src/vim.h 2009-03- 12 11:55:13.547610560-07008989 +++ vim72/src/vim.h 2009-03-22 21:32:51.512605113 -0700 8571 8990 @@ -341,8 +341,14 @@ 8572 8991 #ifdef BACKSLASH_IN_FILENAME … … 8595 9014 typedef unsigned long __w64 long_u; 8596 9015 typedef long __w64 long_i; 8597 @@ -1051,6 +1057,7 @@ 9016 @@ -702,6 +708,7 @@ 9017 #define EXPAND_USER_DEFINED 30 9018 #define EXPAND_USER_LIST 31 9019 #define EXPAND_SHELLCMD 32 9020 +#define EXPAND_CSCOPE 33 9021 9022 /* Values for exmode_active (0 is no exmode) */ 9023 #define EXMODE_NORMAL 1 9024 @@ -1051,6 +1058,7 @@ 8598 9025 #define WSP_HELP 16 /* creating the help window */ 8599 9026 #define WSP_BELOW 32 /* put new window below/right */ … … 8603 9030 /* 8604 9031 * arguments for gui_set_shellsize() 8605 @@ -1728,7 +173 5,8 @@9032 @@ -1728,7 +1736,8 @@ 8606 9033 #define VV_MOUSE_COL 51 8607 9034 #define VV_OP 52 … … 8613 9040 #ifdef FEAT_CLIPBOARD 8614 9041 8615 @@ -1979,6 +198 7,9 @@9042 @@ -1979,6 +1988,9 @@ 8616 9043 # endif 8617 9044 #endif … … 8623 9050 # include "nbdebug.h" 8624 9051 #else 8625 @@ -2054,4 +206 5,10 @@9052 @@ -2054,4 +2066,10 @@ 8626 9053 #define DOSO_VIMRC 1 /* loading vimrc file */ 8627 9054 #define DOSO_GVIMRC 2 /* loading gvimrc file */ … … 8636 9063 diff -Naur vim72.orig/src/window.c vim72/src/window.c 8637 9064 --- vim72.orig/src/window.c 2008-08-06 04:00:30.000000000 -0700 8638 +++ vim72/src/window.c 2009-03- 12 11:55:13.547610560-07009065 +++ vim72/src/window.c 2009-03-22 21:31:54.132928342 -0700 8639 9066 @@ -12,7 +12,7 @@ 8640 9067 static int path_is_url __ARGS((char_u *p)); … … 8727 9154 diff -Naur vim72.orig/src/workshop.c vim72/src/workshop.c 8728 9155 --- vim72.orig/src/workshop.c 2008-06-21 11:53:26.000000000 -0700 8729 +++ vim72/src/workshop.c 2009-03- 12 11:54:50.062104763-07009156 +++ vim72/src/workshop.c 2009-03-22 21:29:08.534315407 -0700 8730 9157 @@ -1121,8 +1121,12 @@ 8731 9158 ? (char *)curbuf->b_sfname : "<None>");
Note:
See TracChangeset
for help on using the changeset viewer.