- Timestamp:
- Jan 5, 2009, 3:41:52 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:
- 902b794
- Parents:
- c75433a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/ncurses-5.7-branch_update-3.patch
rc75433a r5a377a7 1 Submitted By: Jim Gifford (jim at linuxfromscratchdot org)2 Date: 12-29-20081 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 01-05-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-200 81227.7 rechecked periodically. This patch covers up to 5.7-20090104. 8 8 9 9 diff -Naur ncurses-5.7.orig/Ada95/samples/Makefile.in ncurses-5.7/Ada95/samples/Makefile.in 10 10 --- ncurses-5.7.orig/Ada95/samples/Makefile.in 2006-12-17 08:45:02.000000000 -0800 11 +++ ncurses-5.7/Ada95/samples/Makefile.in 200 8-12-29 20:11:45.000000000 -080011 +++ ncurses-5.7/Ada95/samples/Makefile.in 2009-01-05 03:38:57.000000000 -0800 12 12 @@ -1,5 +1,5 @@ 13 13 ############################################################################## … … 35 35 distclean :: clean 36 36 rm -f Makefile 37 diff -Naur ncurses-5.7.orig/Ada95/src/Makefile.in ncurses-5.7/Ada95/src/Makefile.in 38 --- ncurses-5.7.orig/Ada95/src/Makefile.in 2007-09-15 11:22:24.000000000 -0700 39 +++ ncurses-5.7/Ada95/src/Makefile.in 2009-01-05 03:39:10.000000000 -0800 40 @@ -1,5 +1,5 @@ 41 ############################################################################## 42 -# Copyright (c) 1998-2003,2004 Free Software Foundation, Inc. # 43 +# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. # 44 # # 45 # Permission is hereby granted, free of charge, to any person obtaining a # 46 # copy of this software and associated documentation files (the "Software"), # 47 @@ -28,7 +28,7 @@ 48 # 49 # Author: Juergen Pfeifer, 1996 50 # 51 -# $Id: Makefile.in,v 1.31 2007/09/15 18:22:24 tom Exp $ 52 +# $Id: Makefile.in,v 1.32 2009/01/03 19:12:01 tom Exp $ 53 # 54 .SUFFIXES: 55 56 @@ -46,7 +46,7 @@ 57 INSTALL_DATA = @INSTALL_DATA@ 58 59 AR = @AR@ 60 -AR_OPTS = @AR_OPTS@ 61 +ARFLAGS = @ARFLAGS@ 62 AWK = @AWK@ 63 LN_S = @LN_S@ 64 65 @@ -168,7 +168,7 @@ 66 @echo done 67 68 libAdaCurses.a :: dotouch $(LIBOBJS) @cf_generic_objects@ 69 - $(AR) $(AR_OPTS) $@ $(LIBOBJS) @cf_generic_objects@ 70 + $(AR) $(ARFLAGS) $@ $(LIBOBJS) @cf_generic_objects@ 71 72 dotouch : 73 @sh -c 'for f in $(LIBALIS) $(GENALIS); do test -f $$f || touch $$f; done' 37 74 diff -Naur ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 38 75 --- ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb 2008-07-26 11:51:11.000000000 -0700 39 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 200 8-12-29 20:11:45.000000000 -080076 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 2009-01-05 03:38:57.000000000 -0800 40 77 @@ -35,8 +35,8 @@ 41 78 ------------------------------------------------------------------------------ … … 60 97 diff -Naur ncurses-5.7.orig/INSTALL ncurses-5.7/INSTALL 61 98 --- ncurses-5.7.orig/INSTALL 2008-11-02 13:13:51.000000000 -0800 62 +++ ncurses-5.7/INSTALL 2008-12-29 20:11:42.000000000 -0800 99 +++ ncurses-5.7/INSTALL 2009-01-05 03:39:10.000000000 -0800 100 @@ -1,5 +1,5 @@ 101 ------------------------------------------------------------------------------- 102 --- Copyright (c) 1998-2006,2008 Free Software Foundation, Inc. -- 103 +-- Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. -- 104 -- -- 105 -- Permission is hereby granted, free of charge, to any person obtaining a -- 106 -- copy of this software and associated documentation files (the -- 63 107 @@ -25,7 +25,7 @@ 64 108 -- sale, use or other dealings in this Software without prior written -- … … 66 110 ------------------------------------------------------------------------------- 67 111 --- $Id: INSTALL,v 1.135 2008/11/02 21:13:51 tom Exp $ 68 +-- $Id: INSTALL,v 1.13 6 2008/11/08 16:05:02tom Exp $112 +-- $Id: INSTALL,v 1.137 2009/01/03 23:59:23 tom Exp $ 69 113 --------------------------------------------------------------------- 70 114 How to install Ncurses/Terminfo on your system 71 115 --------------------------------------------------------------------- 72 @@ -975,6 +975,9 @@ 116 @@ -525,6 +525,11 @@ 117 terminfo entries. This is the default, unless you have disabled the 118 extended functions. 119 120 + --enable-pc-files 121 + If pkg-config is found (see --with-pkg-config), generate ".pc" files 122 + for each of the libraries, and install them in pkg-config's library 123 + directory. 124 + 125 --enable-reentrant 126 Compile experimental configuration which improves reentrant use of the 127 library by reducing global and static variables. This option is also 128 @@ -850,6 +855,9 @@ 129 those using termcap, do not use the higher speeds. Your application 130 (or system, in general) may or may not. 131 132 + --with-pkg-config=[DIR] 133 + Check for pkg-config, optionally specifying its path. 134 + 135 --with-profile 136 Generate profile-libraries These are named by adding "_p" to the root, 137 e.g., libncurses_p.a 138 @@ -975,6 +983,9 @@ 73 139 --without-dlsym 74 140 Do not use dlsym() to load GPM dynamically. … … 82 148 diff -Naur ncurses-5.7.orig/MANIFEST ncurses-5.7/MANIFEST 83 149 --- ncurses-5.7.orig/MANIFEST 2008-10-25 16:47:24.000000000 -0700 84 +++ ncurses-5.7/MANIFEST 200 8-12-29 20:11:58.000000000 -0800150 +++ ncurses-5.7/MANIFEST 2009-01-05 03:39:10.000000000 -0800 85 151 @@ -640,6 +640,7 @@ 86 152 ./man/ncurses.3x … … 91 157 ./man/term.7 92 158 ./man/terminfo.head 93 @@ -947,6 +948,7 @@ 159 @@ -694,6 +695,7 @@ 160 ./misc/emx.src 161 ./misc/form.def 162 ./misc/form.ref 163 +./misc/gen-pkgconfig.in 164 ./misc/gen_edit.sh 165 ./misc/jpf-indent 166 ./misc/makedef.cmd 167 @@ -947,6 +949,7 @@ 94 168 ./progs/infocmp.c 95 169 ./progs/modules … … 99 173 ./progs/toe.c 100 174 ./progs/tput.c 101 @@ -963,6 +96 5,7 @@175 @@ -963,6 +966,7 @@ 102 176 ./test/cardfile.c 103 177 ./test/cardfile.dat … … 107 181 ./test/configure 108 182 ./test/configure.in 109 @@ -990,6 +99 3,7 @@183 @@ -990,6 +994,7 @@ 110 184 ./test/inch_wide.c 111 185 ./test/inchs.c … … 117 191 diff -Naur ncurses-5.7.orig/NEWS ncurses-5.7/NEWS 118 192 --- ncurses-5.7.orig/NEWS 2008-11-01 17:56:22.000000000 -0700 119 +++ ncurses-5.7/NEWS 2008-12-29 20:12:06.000000000 -0800 193 +++ ncurses-5.7/NEWS 2009-01-05 03:39:12.000000000 -0800 194 @@ -1,5 +1,5 @@ 195 ------------------------------------------------------------------------------- 196 --- Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. -- 197 +-- Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. -- 198 -- -- 199 -- Permission is hereby granted, free of charge, to any person obtaining a -- 200 -- copy of this software and associated documentation files (the -- 120 201 @@ -25,7 +25,7 @@ 121 202 -- sale, use or other dealings in this Software without prior written -- … … 123 204 ------------------------------------------------------------------------------- 124 205 --- $Id: NEWS,v 1.1320 2008/11/02 00:56:22 tom Exp $ 125 +-- $Id: NEWS,v 1.13 44 2008/12/28 01:14:55tom Exp $206 +-- $Id: NEWS,v 1.1351 2009/01/04 22:43:22 tom Exp $ 126 207 ------------------------------------------------------------------------------- 127 208 128 209 This is a log of changes that ncurses has gone through since Zeyd started 129 @@ -45,6 +45, 75@@210 @@ -45,6 +45,97 @@ 130 211 Changes through 1.9.9e did not credit all contributions; 131 212 it is not possible to add this information. 132 213 214 +20090104 215 + + modify gen-pkgconfig.in to eliminate a dependency on rpath when 216 + deciding whether to add $LIBS to --libs output; that should be shown 217 + for the ncurses and tinfo libraries without taking rpath into 218 + account. 219 + + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk, 220 + used in static libraries (report by Marty Jack). 221 + 222 +20090103 223 + + add a configure-time check to pick a suitable value for 224 + CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen). 225 + + add configure --with-pkg-config and --enable-pc-files options, along 226 + with misc/gen-pkgconfig.in which can be used to generate ".pc" files 227 + for pkg-config (request by Jan Engelhardt). 228 + + use $includedir symbol in misc/ncurses-config.in, add --includedir 229 + option. 230 + + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a 231 + configure check to detect whether a "-" is needed before "ar" 232 + options. 233 + + update config.guess, config.sub from 234 + http://savannah.gnu.org/projects/config 235 + 133 236 +20081227 134 237 + + modify mk-1st.awk to work with extra categories for tinfo library. … … 205 308 diff -Naur ncurses-5.7.orig/TO-DO ncurses-5.7/TO-DO 206 309 --- ncurses-5.7.orig/TO-DO 2008-10-11 12:22:27.000000000 -0700 207 +++ ncurses-5.7/TO-DO 200 8-12-29 20:11:47.000000000 -0800310 +++ ncurses-5.7/TO-DO 2009-01-05 03:38:59.000000000 -0800 208 311 @@ -25,7 +25,7 @@ 209 312 -- sale, use or other dealings in this Software without prior written -- … … 283 386 diff -Naur ncurses-5.7.orig/aclocal.m4 ncurses-5.7/aclocal.m4 284 387 --- ncurses-5.7.orig/aclocal.m4 2008-10-25 15:15:32.000000000 -0700 285 +++ ncurses-5.7/aclocal.m4 2008-12-29 20:12:06.000000000 -0800 388 +++ ncurses-5.7/aclocal.m4 2009-01-05 03:39:10.000000000 -0800 389 @@ -1,5 +1,5 @@ 390 dnl*************************************************************************** 391 -dnl Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * 392 +dnl Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * 393 dnl * 394 dnl Permission is hereby granted, free of charge, to any person obtaining a * 395 dnl copy of this software and associated documentation files (the * 286 396 @@ -28,7 +28,7 @@ 287 397 dnl … … 289 399 dnl 290 400 -dnl $Id: aclocal.m4,v 1.470 2008/10/25 22:15:32 tom Exp $ 291 +dnl $Id: aclocal.m4,v 1.4 77 2008/12/27 17:35:01tom Exp $401 +dnl $Id: aclocal.m4,v 1.481 2009/01/04 00:11:12 tom Exp $ 292 402 dnl Macros used in NCURSES auto-configuration script. 293 403 dnl … … 324 434 break 325 435 fi 326 @@ -353,7 +353, 7@@436 @@ -353,7 +353,41 @@ 327 437 fi 328 438 ])dnl 329 439 dnl --------------------------------------------------------------------------- 330 440 -dnl CF_AWK_BIG_PRINTF version: 2 updated: 2008/10/04 17:16:18 441 +dnl CF_AR_FLAGS version: 2 updated: 2009/01/01 20:45:18 442 +dnl ----------- 443 +dnl Check for suitable "ar" (archiver) options for updating an archive. 444 +AC_DEFUN([CF_AR_FLAGS],[ 445 +AC_REQUIRE([CF_PROG_AR]) 446 + 447 +AC_CACHE_CHECK(for options to update archives, cf_cv_ar_flags,[ 448 + cf_cv_ar_flags=unknown 449 + for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv 450 + do 451 + rm -f conftest.$ac_cv_objext 452 + rm -f conftest.a 453 + 454 + cat >conftest.$ac_ext <<EOF 455 +#line __oline__ "configure" 456 +int testdata[[3]] = { 123, 456, 789 }; 457 +EOF 458 + if AC_TRY_EVAL(ac_compile) ; then 459 + $AR $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&AC_FD_CC 1>/dev/null 460 + if test -f conftest.a ; then 461 + cf_cv_ar_flags=$cf_ar_flags 462 + break 463 + fi 464 + else 465 + CF_VERBOSE(cannot compile test-program) 466 + break 467 + fi 468 + done 469 + rm -f conftest.a conftest.$ac_ext conftest.$ac_cv_objext 470 +]) 471 + 472 +AC_SUBST(ARFLAGS,$cf_cv_ar_flags) 473 +]) 474 +dnl --------------------------------------------------------------------------- 331 475 +dnl CF_AWK_BIG_PRINTF version: 3 updated: 2008/12/27 12:30:03 332 476 dnl ----------------- 333 477 dnl Check if awk can handle big strings using printf. Some older versions of 334 478 dnl awk choke on large strings passed via "%s". 335 @@ -362,19 +3 62,19 @@479 @@ -362,19 +396,19 @@ 336 480 dnl $2 = variable to set with result 337 481 AC_DEFUN([CF_AWK_BIG_PRINTF], … … 366 510 dnl --------------------------------------------------------------------------- 367 511 dnl CF_BOOL_DECL version: 8 updated: 2004/01/30 15:51:18 368 @@ -1019,7 +10 19,7 @@512 @@ -1019,7 +1053,7 @@ 369 513 CXXFLAGS="$cf_save_CXXFLAGS" 370 514 ]) … … 375 519 dnl Find a library (specifically the linkage used in the code fragment), 376 520 dnl searching for it if it is not already in the library path. 377 @@ -1052,6 +10 52,7 @@521 @@ -1052,6 +1086,7 @@ 378 522 cf_cv_find_linkage_$3=yes,[ 379 523 cf_cv_find_linkage_$3=no … … 383 527 384 528 cf_save_CPPFLAGS="$CPPFLAGS" 385 @@ -1998,11 + 1999,31 @@529 @@ -1998,11 +2033,31 @@ 386 530 ]) 387 531 ])dnl … … 418 562 test "$includedir" != "/usr/include" && \ 419 563 test -d "$includedir" && { 420 @@ -2017,6 +20 38,7 @@564 @@ -2017,6 +2072,7 @@ 421 565 test -d $oldincludedir/$2 && $1="[$]$1 $oldincludedir/$2" 422 566 } … … 426 570 dnl --------------------------------------------------------------------------- 427 571 dnl CF_HELP_MESSAGE version: 3 updated: 1998/01/14 10:56:23 428 @@ -2143,7 +21 65,7 @@572 @@ -2143,7 +2199,7 @@ 429 573 ]) 430 574 ]) … … 435 579 dnl Check for compiler/linker flags used to temporarily force usage of static 436 580 dnl libraries. This depends on the compiler and platform. Use this to help 437 @@ -2153,7 +2 175,7 @@581 @@ -2153,7 +2209,7 @@ 438 582 439 583 if test "$GCC" = yes ; then … … 444 588 LDFLAGS_SHARED= 445 589 ;; 446 @@ -2164,7 +2 186,7 @@590 @@ -2164,7 +2220,7 @@ 447 591 esac 448 592 else … … 453 597 LDFLAGS_SHARED=-bdynamic 454 598 ;; 455 @@ -2179,7 +22 01,7 @@599 @@ -2179,7 +2235,7 @@ 456 600 ;; 457 601 osf[[45]]*) #( from ld manpage osf4.0d, osf5.1 … … 462 606 ;; 463 607 solaris2*) 464 @@ -2193,11 +22 15,33 @@608 @@ -2193,11 +2249,33 @@ 465 609 AC_SUBST(LDFLAGS_SHARED) 466 610 ]) … … 499 643 dnl CF_LIB_PREFIX version: 8 updated: 2008/09/13 11:34:16 500 644 dnl ------------- 501 @@ -2216,7 +22 60,7 @@645 @@ -2216,7 +2294,7 @@ 502 646 AC_SUBST(LIB_PREFIX) 503 647 ])dnl … … 508 652 dnl Append definitions and rules for the given models to the subdirectory 509 653 dnl Makefiles, and the recursion rule for the top-level Makefile. If the 510 @@ -2504,18 +25 48,28 @@654 @@ -2504,18 +2582,28 @@ 511 655 install.libs uninstall.libs \\ 512 656 install.data uninstall.data :: … … 537 681 if test -f $srcdir/$tack.h; then 538 682 cat >> Makefile <<CF_EOF 539 @@ -2526,6 +2 580,7 @@683 @@ -2526,6 +2614,7 @@ 540 684 CF_EOF 541 685 fi … … 545 689 dnl If we're installing into a subdirectory of /usr/include, etc., we should 546 690 dnl prepend the subdirectory's name to the "#include" paths. It won't hurt 547 @@ -2679,7 +27 34,7 @@691 @@ -2679,7 +2768,7 @@ 548 692 ]) 549 693 ]) … … 554 698 dnl Compute the library file-suffix from the given model name 555 699 dnl $1 = model name 556 @@ -2689,40 +27 44,44 @@700 @@ -2689,40 +2778,44 @@ 557 701 AC_DEFUN([CF_LIB_SUFFIX], 558 702 [ … … 610 754 $3=[$]$2 611 755 ;; 612 @@ -4003,7 +4062,7 @@ 756 @@ -2755,7 +2848,7 @@ 757 test -n "$LIB_SUFFIX" && $2="${LIB_SUFFIX}[$]{$2}" 758 ])dnl 759 dnl --------------------------------------------------------------------------- 760 -dnl CF_LINK_DATAONLY version: 8 updated: 2006/12/16 12:33:30 761 +dnl CF_LINK_DATAONLY version: 9 updated: 2009/01/01 20:21:38 762 dnl ---------------- 763 dnl Some systems have a non-ANSI linker that doesn't pull in modules that have 764 dnl only data (i.e., no functions), for example NeXT. On those systems we'll 765 @@ -2772,7 +2865,7 @@ 766 EOF 767 if AC_TRY_EVAL(ac_compile) ; then 768 mv conftest.o data.o && \ 769 - ( $AR $AR_OPTS conftest.a data.o ) 2>&AC_FD_CC 1>/dev/null 770 + ( $AR $ARFLAGS conftest.a data.o ) 2>&AC_FD_CC 1>/dev/null 771 fi 772 rm -f conftest.$ac_ext data.o 773 cat >conftest.$ac_ext <<EOF 774 @@ -2791,7 +2884,7 @@ 775 EOF 776 if AC_TRY_EVAL(ac_compile); then 777 mv conftest.o func.o && \ 778 - ( $AR $AR_OPTS conftest.a func.o ) 2>&AC_FD_CC 1>/dev/null 779 + ( $AR $ARFLAGS conftest.a func.o ) 2>&AC_FD_CC 1>/dev/null 780 fi 781 rm -f conftest.$ac_ext func.o 782 ( eval $RANLIB conftest.a ) 2>&AC_FD_CC >/dev/null 783 @@ -3737,6 +3830,38 @@ 784 esac 785 ])dnl 786 dnl --------------------------------------------------------------------------- 787 +dnl CF_PKG_CONFIG version: 2 updated: 2008/12/24 07:57:28 788 +dnl ------------- 789 +dnl Check for the package-config program, unless disabled by command-line. 790 +AC_DEFUN([CF_PKG_CONFIG], 791 +[ 792 +AC_MSG_CHECKING(if you want to use pkg-config) 793 +AC_ARG_WITH(pkg-config, 794 + [ --with-pkg-config{=path} enable/disable use of pkg-config], 795 + [cf_pkg_config=$withval], 796 + [cf_pkg_config=yes]) 797 +AC_MSG_RESULT($cf_pkg_config) 798 + 799 +case $cf_pkg_config in 800 +no) 801 + PKG_CONFIG=none 802 + ;; 803 +yes) 804 + AC_PATH_PROG(PKG_CONFIG, pkg-config, none) 805 + ;; 806 +*) 807 + PKG_CONFIG=$withval 808 + ;; 809 +esac 810 + 811 +test -z "$PKG_CONFIG" && PKG_CONFIG=none 812 +if test "$PKG_CONFIG" != none ; then 813 + CF_PATH_SYNTAX(PKG_CONFIG) 814 +fi 815 + 816 +AC_SUBST(PKG_CONFIG) 817 +])dnl 818 +dnl --------------------------------------------------------------------------- 819 dnl CF_POSIX_C_SOURCE version: 6 updated: 2005/07/14 20:25:10 820 dnl ----------------- 821 dnl Define _POSIX_C_SOURCE to the given level, and _POSIX_SOURCE if needed. 822 @@ -3872,6 +3997,13 @@ 823 824 ])dnl 825 dnl --------------------------------------------------------------------------- 826 +dnl CF_PROG_AR version: 1 updated: 2009/01/01 20:15:22 827 +dnl ---------- 828 +dnl Check for archiver "ar". 829 +AC_DEFUN([CF_PROG_AR],[ 830 +AC_CHECK_TOOL(AR, ar, ar) 831 +]) 832 +dnl --------------------------------------------------------------------------- 833 dnl CF_PROG_AWK version: 1 updated: 2006/09/16 11:40:59 834 dnl ----------- 835 dnl Check for awk, ensure that the check found something. 836 @@ -4003,7 +4135,7 @@ 613 837 esac 614 838 ])dnl … … 619 843 dnl Check for ldconfig, needed to fixup shared libraries that would be built 620 844 dnl and then used in the install. 621 @@ -4012,7 +4 071,7 @@845 @@ -4012,7 +4144,7 @@ 622 846 LDCONFIG=: 623 847 else … … 628 852 ;; 629 853 *) LDPATH=$PATH:/sbin:/usr/sbin 630 @@ -4147,7 +42 06,7 @@854 @@ -4147,7 +4279,7 @@ 631 855 fi 632 856 ])dnl 633 857 dnl --------------------------------------------------------------------------- 634 858 -dnl CF_SHARED_OPTS version: 53 updated: 2008/10/25 18:14:20 635 +dnl CF_SHARED_OPTS version: 5 4 updated: 2008/12/27 12:30:03859 +dnl CF_SHARED_OPTS version: 56 updated: 2009/01/03 19:10:38 636 860 dnl -------------- 637 861 dnl -------------- 638 862 dnl Attempt to determine the appropriate CC/LD options for creating a shared 639 @@ -4219,6 +4278,12 @@ 863 @@ -4176,6 +4308,7 @@ 864 AC_REQUIRE([CF_SUBST_NCURSES_VERSION]) 865 LOCAL_LDFLAGS= 866 LOCAL_LDFLAGS2= 867 + LD_RPATH_OPT= 868 LD_SHARED_OPTS= 869 INSTALL_LIB="-m 644" 870 871 @@ -4219,6 +4352,12 @@ 640 872 cf_cv_shlib_version_infix=no 641 873 … … 650 882 MK_SHARED_LIB='${CC} ${CFLAGS} -o $[@] -Xlinker -soname=`basename $[@]` -nostart -e 0' 651 883 ;; 652 @@ -4239,7 +43 04,7 @@884 @@ -4239,7 +4378,7 @@ 653 885 EOF 654 886 exec \[$]* -shared -Wl,--out-implib=../lib/\[$]{IMPORT_LIB} -Wl,--export-all-symbols -o ../lib/\[$]{SHARED_LIB} … … 659 891 darwin*) 660 892 EXTRA_CFLAGS="-no-cpp-precomp" 661 @@ -4642,7 +4707,7 @@ 893 @@ -4272,10 +4411,10 @@ 894 irix*) 895 if test "$cf_cv_ld_rpath" = yes ; then 896 if test "$GCC" = yes; then 897 - cf_ld_rpath_opt="-Wl,-rpath," 898 + LD_RPATH_OPT="-Wl,-rpath," 899 EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS" 900 else 901 - cf_ld_rpath_opt="-rpath " 902 + LD_RPATH_OPT="-rpath " 903 EXTRA_LDFLAGS="-rpath \${libdir} $EXTRA_LDFLAGS" 904 fi 905 fi 906 @@ -4294,7 +4433,7 @@ 907 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 908 fi 909 if test "$cf_cv_ld_rpath" = yes ; then 910 - cf_ld_rpath_opt="-Wl,-rpath," 911 + LD_RPATH_OPT="-Wl,-rpath," 912 EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS" 913 fi 914 CF_SHARED_SONAME 915 @@ -4306,7 +4445,7 @@ 916 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 917 fi 918 if test "$cf_cv_ld_rpath" = yes ; then 919 - cf_ld_rpath_opt="-Wl,-rpath," 920 + LD_RPATH_OPT="-Wl,-rpath," 921 EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS" 922 fi 923 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 924 @@ -4323,7 +4462,7 @@ 925 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then 926 LOCAL_LDFLAGS="-rpath \$(LOCAL_LIBDIR)" 927 LOCAL_LDFLAGS2="-rpath \${libdir} $LOCAL_LDFLAGS" 928 - cf_ld_rpath_opt="-rpath " 929 + LD_RPATH_OPT="-rpath " 930 EXTRA_LDFLAGS="-rpath \${libdir} $EXTRA_LDFLAGS" 931 fi 932 CF_SHARED_SONAME 933 @@ -4331,7 +4470,7 @@ 934 ;; 935 netbsd*) 936 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 937 - test "$cf_cv_ld_rpath" = yes && cf_ld_rpath_opt="-Wl,-rpath," 938 + test "$cf_cv_ld_rpath" = yes && LD_RPATH_OPT="-Wl,-rpath," 939 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then 940 LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)" 941 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 942 @@ -4365,7 +4504,7 @@ 943 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 944 fi 945 if test "$cf_cv_ld_rpath" = yes ; then 946 - cf_ld_rpath_opt="-rpath" 947 + LD_RPATH_OPT="-rpath" 948 # EXTRA_LDFLAGS="$LOCAL_LDFLAGS $EXTRA_LDFLAGS" 949 fi 950 cf_cv_rm_so_locs=yes 951 @@ -4400,12 +4539,19 @@ 952 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 953 fi 954 if test "$cf_cv_ld_rpath" = yes ; then 955 - cf_ld_rpath_opt="-R" 956 + LD_RPATH_OPT="-R" 957 EXTRA_LDFLAGS="$LOCAL_LDFLAGS $EXTRA_LDFLAGS" 958 fi 959 CF_SHARED_SONAME 960 if test "$GCC" != yes; then 961 - CC_SHARED_OPTS='-xcode=pic32' 962 + cf_save_CFLAGS="$CFLAGS" 963 + for cf_shared_opts in -xcode=pic13 -xcode=pic32 -Kpic -KPIC -O 964 + do 965 + CFLAGS="$cf_shared_opts $cf_save_CFLAGS" 966 + AC_TRY_COMPILE([#include <stdio.h>],[printf("Hello\n");],[break]) 967 + done 968 + CFLAGS="$cf_save_CFLAGS" 969 + CC_SHARED_OPTS=$cf_shared_opts 970 MK_SHARED_LIB='${CC} -dy -G -h '$cf_cv_shared_soname' -o $[@]' 971 else 972 MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $[@]' 973 @@ -4438,18 +4584,19 @@ 974 ;; 975 esac 976 977 - if test -n "$cf_ld_rpath_opt" ; then 978 + if test -n "$LD_RPATH_OPT" ; then 979 AC_MSG_CHECKING(if we need a space after rpath option) 980 cf_save_LIBS="$LIBS" 981 - LIBS="$LIBS ${cf_ld_rpath_opt}$libdir" 982 + LIBS="$LIBS ${LD_RPATH_OPT}$libdir" 983 AC_TRY_LINK(, , cf_rpath_space=no, cf_rpath_space=yes) 984 LIBS="$cf_save_LIBS" 985 AC_MSG_RESULT($cf_rpath_space) 986 - test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt " 987 - MK_SHARED_LIB="$MK_SHARED_LIB $cf_ld_rpath_opt\${libdir}" 988 + test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT " 989 + MK_SHARED_LIB="$MK_SHARED_LIB $LD_RPATH_OPT\${libdir}" 990 fi 991 992 AC_SUBST(CC_SHARED_OPTS) 993 + AC_SUBST(LD_RPATH_OPT) 994 AC_SUBST(LD_SHARED_OPTS) 995 AC_SUBST(MK_SHARED_LIB) 996 AC_SUBST(LINK_PROGS) 997 @@ -4642,7 +4789,7 @@ 662 998 fi 663 999 ])dnl … … 668 1004 dnl For each parameter, test if the source-directory exists, and if it contains 669 1005 dnl a 'modules' file. If so, add to the list $cf_cv_src_modules which we'll 670 @@ -4717,7 +4 782,11 @@1006 @@ -4717,7 +4864,11 @@ 671 1007 AC_SUBST(TEST_ARG2) 672 1008 AC_SUBST(TEST_DEP2) … … 681 1017 do 682 1018 SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir" 683 @@ -4728,8 +4 797,8 @@1019 @@ -4728,8 +4879,8 @@ 684 1020 685 1021 ADA_SUBDIRS= … … 692 1028 693 1029 SUB_MAKEFILES= 694 @@ -4739,11 +48 08,11 @@1030 @@ -4739,11 +4890,11 @@ 695 1031 done 696 1032 … … 709 1045 ])dnl 710 1046 dnl --------------------------------------------------------------------------- 711 @@ -5241,7 +53 10,7 @@1047 @@ -5241,7 +5392,7 @@ 712 1048 fi 713 1049 ]) … … 718 1054 dnl Provide a configure option to incorporate libtool. Define several useful 719 1055 dnl symbols for the makefile rules. 720 @@ -5261,18 +5 330,18 @@1056 @@ -5261,18 +5412,18 @@ 721 1057 dnl echo cannot find libtool.m4 file 722 1058 dnl exit 1 … … 741 1077 dnl 742 1078 AC_DEFUN([CF_WITH_LIBTOOL], 743 @@ -5306,15 +5 375,15 @@1079 @@ -5306,15 +5457,15 @@ 744 1080 AC_PROG_LIBTOOL 745 1081 # missing_content_AC_PROG_LIBTOOL}} … … 763 1099 LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o' 764 1100 LIB_OBJECT='${OBJECTS:.o=.lo}' 765 @@ -5535,7 +56 04,7 @@1101 @@ -5535,7 +5686,7 @@ 766 1102 [USE_VALGRIND]) 767 1103 ])dnl … … 772 1108 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions, 773 1109 dnl or adapt to the vendor's definitions to get equivalent functionality, 774 @@ -5552,7 +5 621,7 @@1110 @@ -5552,7 +5703,7 @@ 775 1111 cf_POSIX_C_SOURCE=ifelse($2,,199506L,$2) 776 1112 … … 781 1117 ;; 782 1118 freebsd*|dragonfly*) #(vi 783 @@ -5569,7 +5 638,7 @@1119 @@ -5569,7 +5720,7 @@ 784 1120 irix[[56]].*) #(vi 785 1121 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 790 1126 ;; 791 1127 mirbsd*) #(vi 1128 diff -Naur ncurses-5.7.orig/c++/Makefile.in ncurses-5.7/c++/Makefile.in 1129 --- ncurses-5.7.orig/c++/Makefile.in 2007-04-28 08:29:12.000000000 -0700 1130 +++ ncurses-5.7/c++/Makefile.in 2009-01-05 03:39:10.000000000 -0800 1131 @@ -1,6 +1,6 @@ 1132 -# $Id: Makefile.in,v 1.84 2007/04/28 15:29:12 tom Exp $ 1133 +# $Id: Makefile.in,v 1.85 2009/01/03 19:10:40 tom Exp $ 1134 ############################################################################## 1135 -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # 1136 +# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. # 1137 # # 1138 # Permission is hereby granted, free of charge, to any person obtaining a # 1139 # copy of this software and associated documentation files (the "Software"), # 1140 @@ -61,10 +61,10 @@ 1141 INSTALL_DATA = @INSTALL_DATA@ 1142 1143 AR = @AR@ 1144 -AR_OPTS = @AR_OPTS@ 1145 +ARFLAGS = @ARFLAGS@ 1146 1147 CXX_AR = @CXX_AR@ 1148 -CXX_AR_OPTS = @CXX_AR_OPTS@ 1149 +CXX_ARFLAGS = @CXX_ARFLAGS@ 1150 RANLIB = @LIB_PREP@ 1151 1152 CXX = @CXX@ 1153 @@ -153,7 +153,7 @@ 1154 $(MODEL)/cursesmain$o 1155 1156 ../lib/$(LIBNAME_NORMAL) : $(LIB_OBJS) 1157 - $(CXX_AR) $(CXX_AR_OPTS) $@ $? 1158 + $(CXX_AR) $(CXX_ARFLAGS) $@ $? 1159 $(RANLIB) $@ 1160 1161 ../lib/$(LIBNAME_LIBTOOL) : $(LIB_OBJS) 792 1162 diff -Naur ncurses-5.7.orig/c++/cursesw.cc ncurses-5.7/c++/cursesw.cc 793 1163 --- ncurses-5.7.orig/c++/cursesw.cc 2007-12-15 15:01:57.000000000 -0800 794 +++ ncurses-5.7/c++/cursesw.cc 200 8-12-29 20:11:45.000000000 -08001164 +++ ncurses-5.7/c++/cursesw.cc 2009-01-05 03:38:57.000000000 -0800 795 1165 @@ -1,6 +1,6 @@ 796 1166 // * this is for making emacs happy: -*-Mode: C++;-*- … … 827 1197 } 828 1198 #endif 1199 diff -Naur ncurses-5.7.orig/config.guess ncurses-5.7/config.guess 1200 --- ncurses-5.7.orig/config.guess 2008-08-30 13:25:07.000000000 -0700 1201 +++ ncurses-5.7/config.guess 2009-01-05 03:39:10.000000000 -0800 1202 @@ -4,7 +4,7 @@ 1203 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 1204 # Free Software Foundation, Inc. 1205 1206 -timestamp='2008-04-14' 1207 +timestamp='2008-12-19' 1208 1209 # This file is free software; you can redistribute it and/or modify it 1210 # under the terms of the GNU General Public License as published by 1211 @@ -331,7 +331,20 @@ 1212 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 1213 exit ;; 1214 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) 1215 - echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 1216 + eval $set_cc_for_build 1217 + SUN_ARCH="i386" 1218 + # If there is a compiler, see if it is configured for 64-bit objects. 1219 + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. 1220 + # This test works for both compilers. 1221 + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then 1222 + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ 1223 + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ 1224 + grep IS_64BIT_ARCH >/dev/null 1225 + then 1226 + SUN_ARCH="x86_64" 1227 + fi 1228 + fi 1229 + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 1230 exit ;; 1231 sun4*:SunOS:6*:*) 1232 # According to config.sub, this is the proper way to canonicalize 1233 @@ -796,7 +809,7 @@ 1234 x86) 1235 echo i586-pc-interix${UNAME_RELEASE} 1236 exit ;; 1237 - EM64T | authenticamd) 1238 + EM64T | authenticamd | genuineintel) 1239 echo x86_64-unknown-interix${UNAME_RELEASE} 1240 exit ;; 1241 IA64) 1242 @@ -935,6 +948,9 @@ 1243 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi 1244 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} 1245 exit ;; 1246 + padre:Linux:*:*) 1247 + echo sparc-unknown-linux-gnu 1248 + exit ;; 1249 parisc:Linux:*:* | hppa:Linux:*:*) 1250 # Look for CPU level 1251 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in 1252 @@ -1138,6 +1154,16 @@ 1253 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) 1254 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ 1255 && { echo i486-ncr-sysv4; exit; } ;; 1256 + NCR*:*:4.2:* | MPRAS*:*:4.2:*) 1257 + OS_REL='.3' 1258 + test -r /etc/.relid \ 1259 + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` 1260 + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ 1261 + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } 1262 + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ 1263 + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } 1264 + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ 1265 + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 1266 m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) 1267 echo m68k-unknown-lynxos${UNAME_RELEASE} 1268 exit ;; 1269 diff -Naur ncurses-5.7.orig/config.sub ncurses-5.7/config.sub 1270 --- ncurses-5.7.orig/config.sub 2008-08-30 13:25:02.000000000 -0700 1271 +++ ncurses-5.7/config.sub 2009-01-05 03:39:10.000000000 -0800 1272 @@ -4,7 +4,7 @@ 1273 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 1274 # Free Software Foundation, Inc. 1275 1276 -timestamp='2008-06-16' 1277 +timestamp='2008-12-11' 1278 1279 # This file is (in principle) common to ALL GNU software. 1280 # The presence of a machine in this file suggests that SOME GNU software 1281 @@ -249,6 +249,7 @@ 1282 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ 1283 | i370 | i860 | i960 | ia64 \ 1284 | ip2k | iq2000 \ 1285 + | lm32 \ 1286 | m32c | m32r | m32rle | m68000 | m68k | m88k \ 1287 | maxq | mb | microblaze | mcore | mep | metag \ 1288 | mips | mipsbe | mipseb | mipsel | mipsle \ 1289 @@ -279,7 +280,7 @@ 1290 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ 1291 | pyramid \ 1292 | score \ 1293 - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ 1294 + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ 1295 | sh64 | sh64le \ 1296 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ 1297 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ 1298 @@ -288,7 +289,7 @@ 1299 | v850 | v850e \ 1300 | we32k \ 1301 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ 1302 - | z8k) 1303 + | z8k | z80) 1304 basic_machine=$basic_machine-unknown 1305 ;; 1306 m6811 | m68hc11 | m6812 | m68hc12) 1307 @@ -331,6 +332,7 @@ 1308 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ 1309 | i*86-* | i860-* | i960-* | ia64-* \ 1310 | ip2k-* | iq2000-* \ 1311 + | lm32-* \ 1312 | m32c-* | m32r-* | m32rle-* \ 1313 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ 1314 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ 1315 @@ -362,7 +364,7 @@ 1316 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ 1317 | pyramid-* \ 1318 | romp-* | rs6000-* \ 1319 - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ 1320 + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ 1321 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ 1322 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ 1323 | sparclite-* \ 1324 @@ -375,7 +377,7 @@ 1325 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ 1326 | xstormy16-* | xtensa*-* \ 1327 | ymp-* \ 1328 - | z8k-*) 1329 + | z8k-* | z80-*) 1330 ;; 1331 # Recognize the basic CPU types without company name, with glob match. 1332 xtensa*) 1333 @@ -1140,6 +1142,10 @@ 1334 basic_machine=z8k-unknown 1335 os=-sim 1336 ;; 1337 + z80-*-coff) 1338 + basic_machine=z80-unknown 1339 + os=-sim 1340 + ;; 1341 none) 1342 basic_machine=none-none 1343 os=-none 1344 @@ -1178,7 +1184,7 @@ 1345 we32k) 1346 basic_machine=we32k-att 1347 ;; 1348 - sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) 1349 + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) 1350 basic_machine=sh-unknown 1351 ;; 1352 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) 829 1353 diff -Naur ncurses-5.7.orig/configure ncurses-5.7/configure 830 1354 --- ncurses-5.7.orig/configure 2008-10-25 17:04:38.000000000 -0700 831 +++ ncurses-5.7/configure 200 8-12-29 20:12:06.000000000 -08001355 +++ ncurses-5.7/configure 2009-01-05 03:39:10.000000000 -0800 832 1356 @@ -1,7 +1,7 @@ 833 1357 #! /bin/sh 834 1358 -# From configure.in Revision: 1.454 . 835 +# From configure.in Revision: 1.4 57.1359 +# From configure.in Revision: 1.461 . 836 1360 # Guess values for system-dependent variables and create Makefiles. 837 1361 -# Generated by Autoconf 2.52.20080325. … … 840 1364 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 841 1365 # Free Software Foundation, Inc. 842 @@ -697, 6 +697,7@@1366 @@ -697,8 +697,11 @@ 843 1367 --without-cxx do not adjust ncurses bool to match C++ 844 1368 --without-cxx-binding do not build C++ binding and demo … … 847 1371 --without-progs suppress build with programs (e.g., tic) 848 1372 --without-curses-h install curses.h as ncurses.h only 1373 + --with-pkg-config{=path} enable/disable use of pkg-config 1374 + --enable-pc-files generate and install .pc files for pkg-config 849 1375 --enable-mixed-case tic should assume mixed-case filenames 850 @@ -870,7 +871,7 @@ 1376 --with-install-prefix prefixes actual install-location ($DESTDIR) 1377 Build-Tools Needed to Compile Temporary Applications for Cross-compiling: 1378 @@ -870,7 +873,7 @@ 851 1379 running configure, to aid debugging if configure makes a mistake. 852 1380 … … 857 1385 $ $0 $@ 858 1386 859 @@ -994,7 +99 5,7 @@1387 @@ -994,7 +997,7 @@ 860 1388 fi 861 1389 for ac_site_file in $CONFIG_SITE; do 862 1390 if test -r "$ac_site_file"; then 863 1391 - { echo "$as_me:997: loading site script $ac_site_file" >&5 864 + { echo "$as_me: 998: loading site script $ac_site_file" >&51392 + { echo "$as_me:1000: loading site script $ac_site_file" >&5 865 1393 echo "$as_me: loading site script $ac_site_file" >&6;} 866 1394 cat "$ac_site_file" >&5 867 1395 . "$ac_site_file" 868 @@ -1005,7 +100 6,7 @@1396 @@ -1005,7 +1008,7 @@ 869 1397 # Some versions of bash will fail to source /dev/null (special 870 1398 # files actually), so we avoid doing that. 871 1399 if test -f "$cache_file"; then 872 1400 - { echo "$as_me:1008: loading cache $cache_file" >&5 873 + { echo "$as_me:10 09: loading cache $cache_file" >&51401 + { echo "$as_me:1011: loading cache $cache_file" >&5 874 1402 echo "$as_me: loading cache $cache_file" >&6;} 875 1403 case $cache_file in 876 1404 [\\/]* | ?:[\\/]* ) . $cache_file;; 877 @@ -1013,7 +101 4,7 @@1405 @@ -1013,7 +1016,7 @@ 878 1406 esac 879 1407 fi 880 1408 else 881 1409 - { echo "$as_me:1016: creating cache $cache_file" >&5 882 + { echo "$as_me:101 7: creating cache $cache_file" >&51410 + { echo "$as_me:1019: creating cache $cache_file" >&5 883 1411 echo "$as_me: creating cache $cache_file" >&6;} 884 1412 >$cache_file 885 1413 fi 886 @@ -1029,21 +103 0,21 @@1414 @@ -1029,21 +1032,21 @@ 887 1415 eval ac_new_val="\$ac_env_${ac_var}_value" 888 1416 case $ac_old_set,$ac_new_set in 889 1417 set,) 890 1418 - { echo "$as_me:1032: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 891 + { echo "$as_me:103 3: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51419 + { echo "$as_me:1035: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 892 1420 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 893 1421 ac_cache_corrupted=: ;; 894 1422 ,set) 895 1423 - { echo "$as_me:1036: error: \`$ac_var' was not set in the previous run" >&5 896 + { echo "$as_me:103 7: error: \`$ac_var' was not set in the previous run" >&51424 + { echo "$as_me:1039: error: \`$ac_var' was not set in the previous run" >&5 897 1425 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 898 1426 ac_cache_corrupted=: ;; … … 901 1429 if test "x$ac_old_val" != "x$ac_new_val"; then 902 1430 - { echo "$as_me:1042: error: \`$ac_var' has changed since the previous run:" >&5 903 + { echo "$as_me:104 3: error: \`$ac_var' has changed since the previous run:" >&51431 + { echo "$as_me:1045: error: \`$ac_var' has changed since the previous run:" >&5 904 1432 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 905 1433 - { echo "$as_me:1044: former value: $ac_old_val" >&5 906 + { echo "$as_me:104 5: former value: $ac_old_val" >&51434 + { echo "$as_me:1047: former value: $ac_old_val" >&5 907 1435 echo "$as_me: former value: $ac_old_val" >&2;} 908 1436 - { echo "$as_me:1046: current value: $ac_new_val" >&5 909 + { echo "$as_me:104 7: current value: $ac_new_val" >&51437 + { echo "$as_me:1049: current value: $ac_new_val" >&5 910 1438 echo "$as_me: current value: $ac_new_val" >&2;} 911 1439 ac_cache_corrupted=: 912 1440 fi;; 913 @@ -1062,9 +106 3,9 @@1441 @@ -1062,9 +1065,9 @@ 914 1442 fi 915 1443 done 916 1444 if $ac_cache_corrupted; then 917 1445 - { echo "$as_me:1065: error: changes in the environment can compromise the build" >&5 918 + { echo "$as_me:106 6: error: changes in the environment can compromise the build" >&51446 + { echo "$as_me:1068: error: changes in the environment can compromise the build" >&5 919 1447 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 920 1448 - { { echo "$as_me:1067: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 921 + { { echo "$as_me:10 68: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51449 + { { echo "$as_me:1070: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 922 1450 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 923 1451 { (exit 1); exit 1; }; } 924 1452 fi 925 @@ -1085,10 +108 6,10 @@1453 @@ -1085,10 +1088,10 @@ 926 1454 echo "#! $SHELL" >conftest.sh 927 1455 echo "exit 0" >>conftest.sh 928 1456 chmod +x conftest.sh 929 1457 -if { (echo "$as_me:1088: PATH=\".;.\"; conftest.sh") >&5 930 +if { (echo "$as_me:10 89: PATH=\".;.\"; conftest.sh") >&51458 +if { (echo "$as_me:1091: PATH=\".;.\"; conftest.sh") >&5 931 1459 (PATH=".;."; conftest.sh) 2>&5 932 1460 ac_status=$? 933 1461 - echo "$as_me:1091: \$? = $ac_status" >&5 934 + echo "$as_me:109 2: \$? = $ac_status" >&51462 + echo "$as_me:1094: \$? = $ac_status" >&5 935 1463 (exit $ac_status); }; then 936 1464 ac_path_separator=';' 937 1465 else 938 @@ -1101,7 +110 2,7 @@1466 @@ -1101,7 +1104,7 @@ 939 1467 940 1468 top_builddir=`pwd` 941 1469 942 1470 -echo "$as_me:1104: checking for egrep" >&5 943 +echo "$as_me:110 5: checking for egrep" >&51471 +echo "$as_me:1107: checking for egrep" >&5 944 1472 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 945 1473 if test "${ac_cv_prog_egrep+set}" = set; then 946 1474 echo $ECHO_N "(cached) $ECHO_C" >&6 947 @@ -1111,11 +111 2,11 @@1475 @@ -1111,11 +1114,11 @@ 948 1476 else ac_cv_prog_egrep='egrep' 949 1477 fi 950 1478 fi 951 1479 -echo "$as_me:1114: result: $ac_cv_prog_egrep" >&5 952 +echo "$as_me:111 5: result: $ac_cv_prog_egrep" >&51480 +echo "$as_me:1117: result: $ac_cv_prog_egrep" >&5 953 1481 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 954 1482 EGREP=$ac_cv_prog_egrep 955 1483 956 1484 -test -z "$EGREP" && { { echo "$as_me:1118: error: No egrep program found" >&5 957 +test -z "$EGREP" && { { echo "$as_me:11 19: error: No egrep program found" >&51485 +test -z "$EGREP" && { { echo "$as_me:1121: error: No egrep program found" >&5 958 1486 echo "$as_me: error: No egrep program found" >&2;} 959 1487 { (exit 1); exit 1; }; } 960 1488 961 @@ -1125,7 +112 6,7 @@1489 @@ -1125,7 +1128,7 @@ 962 1490 cf_cv_abi_version=${NCURSES_MAJOR} 963 1491 cf_cv_rel_version=${NCURSES_MAJOR}.${NCURSES_MINOR} 964 1492 cf_cv_timestamp=`date` 965 1493 -echo "$as_me:1128: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5 966 +echo "$as_me:11 29: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&51494 +echo "$as_me:1131: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5 967 1495 echo "${ECHO_T}Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&6 968 1496 969 1497 test -z "$cf_cv_rel_version" && cf_cv_rel_version=0.0 970 @@ -1133,7 +113 4,7 @@1498 @@ -1133,7 +1136,7 @@ 971 1499 # Check whether --with-rel-version or --without-rel-version was given. 972 1500 if test "${with_rel_version+set}" = set; then 973 1501 withval="$with_rel_version" 974 1502 - { echo "$as_me:1136: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5 975 + { echo "$as_me:113 7: WARNING: overriding release version $cf_cv_rel_version to $withval" >&51503 + { echo "$as_me:1139: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5 976 1504 echo "$as_me: WARNING: overriding release version $cf_cv_rel_version to $withval" >&2;} 977 1505 cf_cv_rel_version=$withval 978 1506 fi; 979 @@ -1146,13 +114 7,13 @@1507 @@ -1146,13 +1149,13 @@ 980 1508 [0-9]*) #(vi 981 1509 ;; 982 1510 *) 983 1511 - { { echo "$as_me:1149: error: Release major-version is not a number: $NCURSES_MAJOR" >&5 984 + { { echo "$as_me:115 0: error: Release major-version is not a number: $NCURSES_MAJOR" >&51512 + { { echo "$as_me:1152: error: Release major-version is not a number: $NCURSES_MAJOR" >&5 985 1513 echo "$as_me: error: Release major-version is not a number: $NCURSES_MAJOR" >&2;} 986 1514 { (exit 1); exit 1; }; } … … 989 1517 else 990 1518 - { { echo "$as_me:1155: error: Release major-version value is empty" >&5 991 + { { echo "$as_me:115 6: error: Release major-version value is empty" >&51519 + { { echo "$as_me:1158: error: Release major-version value is empty" >&5 992 1520 echo "$as_me: error: Release major-version value is empty" >&2;} 993 1521 { (exit 1); exit 1; }; } 994 1522 fi 995 @@ -1162,13 +116 3,13 @@1523 @@ -1162,13 +1165,13 @@ 996 1524 [0-9]*) #(vi 997 1525 ;; 998 1526 *) 999 1527 - { { echo "$as_me:1165: error: Release minor-version is not a number: $NCURSES_MINOR" >&5 1000 + { { echo "$as_me:116 6: error: Release minor-version is not a number: $NCURSES_MINOR" >&51528 + { { echo "$as_me:1168: error: Release minor-version is not a number: $NCURSES_MINOR" >&5 1001 1529 echo "$as_me: error: Release minor-version is not a number: $NCURSES_MINOR" >&2;} 1002 1530 { (exit 1); exit 1; }; } … … 1005 1533 else 1006 1534 - { { echo "$as_me:1171: error: Release minor-version value is empty" >&5 1007 + { { echo "$as_me:117 2: error: Release minor-version value is empty" >&51535 + { { echo "$as_me:1174: error: Release minor-version value is empty" >&5 1008 1536 echo "$as_me: error: Release minor-version value is empty" >&2;} 1009 1537 { (exit 1); exit 1; }; } 1010 1538 fi 1011 @@ -1178,7 +11 79,7 @@1539 @@ -1178,7 +1181,7 @@ 1012 1540 # Check whether --with-abi-version or --without-abi-version was given. 1013 1541 if test "${with_abi_version+set}" = set; then 1014 1542 withval="$with_abi_version" 1015 1543 - { echo "$as_me:1181: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5 1016 + { echo "$as_me:118 2: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&51544 + { echo "$as_me:1184: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5 1017 1545 echo "$as_me: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&2;} 1018 1546 cf_cv_abi_version=$withval 1019 1547 fi; 1020 @@ -1188,13 +11 89,13 @@1548 @@ -1188,13 +1191,13 @@ 1021 1549 [0-9]*) #(vi 1022 1550 ;; 1023 1551 *) 1024 1552 - { { echo "$as_me:1191: error: ABI version is not a number: $cf_cv_abi_version" >&5 1025 + { { echo "$as_me:119 2: error: ABI version is not a number: $cf_cv_abi_version" >&51553 + { { echo "$as_me:1194: error: ABI version is not a number: $cf_cv_abi_version" >&5 1026 1554 echo "$as_me: error: ABI version is not a number: $cf_cv_abi_version" >&2;} 1027 1555 { (exit 1); exit 1; }; } … … 1030 1558 else 1031 1559 - { { echo "$as_me:1197: error: ABI version value is empty" >&5 1032 + { { echo "$as_me:1 198: error: ABI version value is empty" >&51560 + { { echo "$as_me:1200: error: ABI version value is empty" >&5 1033 1561 echo "$as_me: error: ABI version value is empty" >&2;} 1034 1562 { (exit 1); exit 1; }; } 1035 1563 fi 1036 @@ -1216,7 +121 7,7 @@1564 @@ -1216,7 +1219,7 @@ 1037 1565 fi 1038 1566 done 1039 1567 if test -z "$ac_aux_dir"; then 1040 1568 - { { echo "$as_me:1219: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1041 + { { echo "$as_me:122 0: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&51569 + { { echo "$as_me:1222: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1042 1570 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1043 1571 { (exit 1); exit 1; }; } 1044 1572 fi 1045 @@ -1226,11 +122 7,11 @@1573 @@ -1226,11 +1229,11 @@ 1046 1574 1047 1575 # Make sure we can run config.sub. 1048 1576 $ac_config_sub sun4 >/dev/null 2>&1 || 1049 1577 - { { echo "$as_me:1229: error: cannot run $ac_config_sub" >&5 1050 + { { echo "$as_me:123 0: error: cannot run $ac_config_sub" >&51578 + { { echo "$as_me:1232: error: cannot run $ac_config_sub" >&5 1051 1579 echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1052 1580 { (exit 1); exit 1; }; } 1053 1581 1054 1582 -echo "$as_me:1233: checking build system type" >&5 1055 +echo "$as_me:123 4: checking build system type" >&51583 +echo "$as_me:1236: checking build system type" >&5 1056 1584 echo $ECHO_N "checking build system type... $ECHO_C" >&6 1057 1585 if test "${ac_cv_build+set}" = set; then 1058 1586 echo $ECHO_N "(cached) $ECHO_C" >&6 1059 @@ -1239,23 +124 0,23 @@1587 @@ -1239,23 +1242,23 @@ 1060 1588 test -z "$ac_cv_build_alias" && 1061 1589 ac_cv_build_alias=`$ac_config_guess` 1062 1590 test -z "$ac_cv_build_alias" && 1063 1591 - { { echo "$as_me:1242: error: cannot guess build type; you must specify one" >&5 1064 + { { echo "$as_me:124 3: error: cannot guess build type; you must specify one" >&51592 + { { echo "$as_me:1245: error: cannot guess build type; you must specify one" >&5 1065 1593 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1066 1594 { (exit 1); exit 1; }; } 1067 1595 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 1068 1596 - { { echo "$as_me:1246: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1069 + { { echo "$as_me:124 7: error: $ac_config_sub $ac_cv_build_alias failed." >&51597 + { { echo "$as_me:1249: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1070 1598 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} 1071 1599 { (exit 1); exit 1; }; } … … 1073 1601 fi 1074 1602 -echo "$as_me:1251: result: $ac_cv_build" >&5 1075 +echo "$as_me:125 2: result: $ac_cv_build" >&51603 +echo "$as_me:1254: result: $ac_cv_build" >&5 1076 1604 echo "${ECHO_T}$ac_cv_build" >&6 1077 1605 build=$ac_cv_build … … 1081 1609 1082 1610 -echo "$as_me:1258: checking host system type" >&5 1083 +echo "$as_me:12 59: checking host system type" >&51611 +echo "$as_me:1261: checking host system type" >&5 1084 1612 echo $ECHO_N "checking host system type... $ECHO_C" >&6 1085 1613 if test "${ac_cv_host+set}" = set; then 1086 1614 echo $ECHO_N "(cached) $ECHO_C" >&6 1087 @@ -1264,12 +126 5,12 @@1615 @@ -1264,12 +1267,12 @@ 1088 1616 test -z "$ac_cv_host_alias" && 1089 1617 ac_cv_host_alias=$ac_cv_build_alias 1090 1618 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 1091 1619 - { { echo "$as_me:1267: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1092 + { { echo "$as_me:12 68: error: $ac_config_sub $ac_cv_host_alias failed" >&51620 + { { echo "$as_me:1270: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1093 1621 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 1094 1622 { (exit 1); exit 1; }; } … … 1096 1624 fi 1097 1625 -echo "$as_me:1272: result: $ac_cv_host" >&5 1098 +echo "$as_me:127 3: result: $ac_cv_host" >&51626 +echo "$as_me:1275: result: $ac_cv_host" >&5 1099 1627 echo "${ECHO_T}$ac_cv_host" >&6 1100 1628 host=$ac_cv_host 1101 1629 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1102 @@ -1277,7 +12 78,7 @@1630 @@ -1277,7 +1280,7 @@ 1103 1631 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1104 1632 1105 1633 if test -f $srcdir/config.guess || test -f $ac_aux_dir/config.guess ; then 1106 1634 - echo "$as_me:1280: checking target system type" >&5 1107 + echo "$as_me:128 1: checking target system type" >&51635 + echo "$as_me:1283: checking target system type" >&5 1108 1636 echo $ECHO_N "checking target system type... $ECHO_C" >&6 1109 1637 if test "${ac_cv_target+set}" = set; then 1110 1638 echo $ECHO_N "(cached) $ECHO_C" >&6 1111 @@ -1286,12 +128 7,12 @@1639 @@ -1286,12 +1289,12 @@ 1112 1640 test "x$ac_cv_target_alias" = "x" && 1113 1641 ac_cv_target_alias=$ac_cv_host_alias 1114 1642 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || 1115 1643 - { { echo "$as_me:1289: error: $ac_config_sub $ac_cv_target_alias failed" >&5 1116 + { { echo "$as_me:129 0: error: $ac_config_sub $ac_cv_target_alias failed" >&51644 + { { echo "$as_me:1292: error: $ac_config_sub $ac_cv_target_alias failed" >&5 1117 1645 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} 1118 1646 { (exit 1); exit 1; }; } … … 1120 1648 fi 1121 1649 -echo "$as_me:1294: result: $ac_cv_target" >&5 1122 +echo "$as_me:129 5: result: $ac_cv_target" >&51650 +echo "$as_me:1297: result: $ac_cv_target" >&5 1123 1651 echo "${ECHO_T}$ac_cv_target" >&6 1124 1652 target=$ac_cv_target 1125 1653 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1126 @@ -1322,13 +132 3,13 @@1654 @@ -1322,13 +1325,13 @@ 1127 1655 fi 1128 1656 1129 1657 test -z "$system_name" && system_name="$cf_cv_system_name" 1130 1658 -test -n "$cf_cv_system_name" && echo "$as_me:1325: result: Configuring for $cf_cv_system_name" >&5 1131 +test -n "$cf_cv_system_name" && echo "$as_me:132 6: result: Configuring for $cf_cv_system_name" >&51659 +test -n "$cf_cv_system_name" && echo "$as_me:1328: result: Configuring for $cf_cv_system_name" >&5 1132 1660 echo "${ECHO_T}Configuring for $cf_cv_system_name" >&6 1133 1661 1134 1662 if test ".$system_name" != ".$cf_cv_system_name" ; then 1135 1663 - echo "$as_me:1329: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 1136 + echo "$as_me:133 0: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&51664 + echo "$as_me:1332: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 1137 1665 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&6 1138 1666 - { { echo "$as_me:1331: error: \"Please remove config.cache and try again.\"" >&5 1139 + { { echo "$as_me:133 2: error: \"Please remove config.cache and try again.\"" >&51667 + { { echo "$as_me:1334: error: \"Please remove config.cache and try again.\"" >&5 1140 1668 echo "$as_me: error: \"Please remove config.cache and try again.\"" >&2;} 1141 1669 { (exit 1); exit 1; }; } 1142 1670 fi 1143 @@ -1336,7 +133 7,7 @@1671 @@ -1336,7 +1339,7 @@ 1144 1672 # Check whether --with-system-type or --without-system-type was given. 1145 1673 if test "${with_system_type+set}" = set; then 1146 1674 withval="$with_system_type" 1147 1675 - { echo "$as_me:1339: WARNING: overriding system type to $withval" >&5 1148 + { echo "$as_me:134 0: WARNING: overriding system type to $withval" >&51676 + { echo "$as_me:1342: WARNING: overriding system type to $withval" >&5 1149 1677 echo "$as_me: WARNING: overriding system type to $withval" >&2;} 1150 1678 cf_cv_system_name=$withval 1151 1679 fi; 1152 @@ -1346,7 +134 7,7 @@1680 @@ -1346,7 +1349,7 @@ 1153 1681 1154 1682 ### Default install-location 1155 1683 1156 1684 -echo "$as_me:1349: checking for prefix" >&5 1157 +echo "$as_me:135 0: checking for prefix" >&51685 +echo "$as_me:1352: checking for prefix" >&5 1158 1686 echo $ECHO_N "checking for prefix... $ECHO_C" >&6 1159 1687 if test "x$prefix" = "xNONE" ; then 1160 1688 case "$cf_cv_system_name" in 1161 @@ -1358,11 +13 59,11 @@1689 @@ -1358,11 +1361,11 @@ 1162 1690 ;; 1163 1691 esac 1164 1692 fi 1165 1693 -echo "$as_me:1361: result: $prefix" >&5 1166 +echo "$as_me:136 2: result: $prefix" >&51694 +echo "$as_me:1364: result: $prefix" >&5 1167 1695 echo "${ECHO_T}$prefix" >&6 1168 1696 1169 1697 if test "x$prefix" = "xNONE" ; then 1170 1698 -echo "$as_me:1365: checking for default include-directory" >&5 1171 +echo "$as_me:136 6: checking for default include-directory" >&51699 +echo "$as_me:1368: checking for default include-directory" >&5 1172 1700 echo $ECHO_N "checking for default include-directory... $ECHO_C" >&6 1173 1701 test -n "$verbose" && echo 1>&6 1174 1702 for cf_symbol in \ 1175 @@ -1385,7 +138 6,7 @@1703 @@ -1385,7 +1388,7 @@ 1176 1704 fi 1177 1705 test -n "$verbose" && echo " tested $cf_dir" 1>&6 1178 1706 done 1179 1707 -echo "$as_me:1388: result: $includedir" >&5 1180 +echo "$as_me:13 89: result: $includedir" >&51708 +echo "$as_me:1391: result: $includedir" >&5 1181 1709 echo "${ECHO_T}$includedir" >&6 1182 1710 fi 1183 1711 1184 @@ -1399,7 +140 0,7 @@1712 @@ -1399,7 +1402,7 @@ 1185 1713 if test -n "$ac_tool_prefix"; then 1186 1714 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1187 1715 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1188 1716 -echo "$as_me:1402: checking for $ac_word" >&5 1189 +echo "$as_me:140 3: checking for $ac_word" >&51717 +echo "$as_me:1405: checking for $ac_word" >&5 1190 1718 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1191 1719 if test "${ac_cv_prog_CC+set}" = set; then 1192 1720 echo $ECHO_N "(cached) $ECHO_C" >&6 1193 @@ -1414,7 +141 5,7 @@1721 @@ -1414,7 +1417,7 @@ 1194 1722 test -z "$ac_dir" && ac_dir=. 1195 1723 $as_executable_p "$ac_dir/$ac_word" || continue 1196 1724 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1197 1725 -echo "$as_me:1417: found $ac_dir/$ac_word" >&5 1198 +echo "$as_me:14 18: found $ac_dir/$ac_word" >&51726 +echo "$as_me:1420: found $ac_dir/$ac_word" >&5 1199 1727 break 1200 1728 done 1201 1729 1202 @@ -1422,10 +142 3,10 @@1730 @@ -1422,10 +1425,10 @@ 1203 1731 fi 1204 1732 CC=$ac_cv_prog_CC 1205 1733 if test -n "$CC"; then 1206 1734 - echo "$as_me:1425: result: $CC" >&5 1207 + echo "$as_me:142 6: result: $CC" >&51735 + echo "$as_me:1428: result: $CC" >&5 1208 1736 echo "${ECHO_T}$CC" >&6 1209 1737 else 1210 1738 - echo "$as_me:1428: result: no" >&5 1211 + echo "$as_me:14 29: result: no" >&51739 + echo "$as_me:1431: result: no" >&5 1212 1740 echo "${ECHO_T}no" >&6 1213 1741 fi 1214 1742 1215 @@ -1434,7 +143 5,7 @@1743 @@ -1434,7 +1437,7 @@ 1216 1744 ac_ct_CC=$CC 1217 1745 # Extract the first word of "gcc", so it can be a program name with args. 1218 1746 set dummy gcc; ac_word=$2 1219 1747 -echo "$as_me:1437: checking for $ac_word" >&5 1220 +echo "$as_me:14 38: checking for $ac_word" >&51748 +echo "$as_me:1440: checking for $ac_word" >&5 1221 1749 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1222 1750 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1223 1751 echo $ECHO_N "(cached) $ECHO_C" >&6 1224 @@ -1449,7 +145 0,7 @@1752 @@ -1449,7 +1452,7 @@ 1225 1753 test -z "$ac_dir" && ac_dir=. 1226 1754 $as_executable_p "$ac_dir/$ac_word" || continue 1227 1755 ac_cv_prog_ac_ct_CC="gcc" 1228 1756 -echo "$as_me:1452: found $ac_dir/$ac_word" >&5 1229 +echo "$as_me:145 3: found $ac_dir/$ac_word" >&51757 +echo "$as_me:1455: found $ac_dir/$ac_word" >&5 1230 1758 break 1231 1759 done 1232 1760 1233 @@ -1457,10 +14 58,10 @@1761 @@ -1457,10 +1460,10 @@ 1234 1762 fi 1235 1763 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1236 1764 if test -n "$ac_ct_CC"; then 1237 1765 - echo "$as_me:1460: result: $ac_ct_CC" >&5 1238 + echo "$as_me:146 1: result: $ac_ct_CC" >&51766 + echo "$as_me:1463: result: $ac_ct_CC" >&5 1239 1767 echo "${ECHO_T}$ac_ct_CC" >&6 1240 1768 else 1241 1769 - echo "$as_me:1463: result: no" >&5 1242 + echo "$as_me:146 4: result: no" >&51770 + echo "$as_me:1466: result: no" >&5 1243 1771 echo "${ECHO_T}no" >&6 1244 1772 fi 1245 1773 1246 @@ -1473,7 +147 4,7 @@1774 @@ -1473,7 +1476,7 @@ 1247 1775 if test -n "$ac_tool_prefix"; then 1248 1776 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1249 1777 set dummy ${ac_tool_prefix}cc; ac_word=$2 1250 1778 -echo "$as_me:1476: checking for $ac_word" >&5 1251 +echo "$as_me:147 7: checking for $ac_word" >&51779 +echo "$as_me:1479: checking for $ac_word" >&5 1252 1780 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1253 1781 if test "${ac_cv_prog_CC+set}" = set; then 1254 1782 echo $ECHO_N "(cached) $ECHO_C" >&6 1255 @@ -1488,7 +14 89,7 @@1783 @@ -1488,7 +1491,7 @@ 1256 1784 test -z "$ac_dir" && ac_dir=. 1257 1785 $as_executable_p "$ac_dir/$ac_word" || continue 1258 1786 ac_cv_prog_CC="${ac_tool_prefix}cc" 1259 1787 -echo "$as_me:1491: found $ac_dir/$ac_word" >&5 1260 +echo "$as_me:149 2: found $ac_dir/$ac_word" >&51788 +echo "$as_me:1494: found $ac_dir/$ac_word" >&5 1261 1789 break 1262 1790 done 1263 1791 1264 @@ -1496,10 +149 7,10 @@1792 @@ -1496,10 +1499,10 @@ 1265 1793 fi 1266 1794 CC=$ac_cv_prog_CC 1267 1795 if test -n "$CC"; then 1268 1796 - echo "$as_me:1499: result: $CC" >&5 1269 + echo "$as_me:150 0: result: $CC" >&51797 + echo "$as_me:1502: result: $CC" >&5 1270 1798 echo "${ECHO_T}$CC" >&6 1271 1799 else 1272 1800 - echo "$as_me:1502: result: no" >&5 1273 + echo "$as_me:150 3: result: no" >&51801 + echo "$as_me:1505: result: no" >&5 1274 1802 echo "${ECHO_T}no" >&6 1275 1803 fi 1276 1804 1277 @@ -1508,7 +15 09,7 @@1805 @@ -1508,7 +1511,7 @@ 1278 1806 ac_ct_CC=$CC 1279 1807 # Extract the first word of "cc", so it can be a program name with args. 1280 1808 set dummy cc; ac_word=$2 1281 1809 -echo "$as_me:1511: checking for $ac_word" >&5 1282 +echo "$as_me:151 2: checking for $ac_word" >&51810 +echo "$as_me:1514: checking for $ac_word" >&5 1283 1811 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1284 1812 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1285 1813 echo $ECHO_N "(cached) $ECHO_C" >&6 1286 @@ -1523,7 +152 4,7 @@1814 @@ -1523,7 +1526,7 @@ 1287 1815 test -z "$ac_dir" && ac_dir=. 1288 1816 $as_executable_p "$ac_dir/$ac_word" || continue 1289 1817 ac_cv_prog_ac_ct_CC="cc" 1290 1818 -echo "$as_me:1526: found $ac_dir/$ac_word" >&5 1291 +echo "$as_me:152 7: found $ac_dir/$ac_word" >&51819 +echo "$as_me:1529: found $ac_dir/$ac_word" >&5 1292 1820 break 1293 1821 done 1294 1822 1295 @@ -1531,10 +153 2,10 @@1823 @@ -1531,10 +1534,10 @@ 1296 1824 fi 1297 1825 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1298 1826 if test -n "$ac_ct_CC"; then 1299 1827 - echo "$as_me:1534: result: $ac_ct_CC" >&5 1300 + echo "$as_me:153 5: result: $ac_ct_CC" >&51828 + echo "$as_me:1537: result: $ac_ct_CC" >&5 1301 1829 echo "${ECHO_T}$ac_ct_CC" >&6 1302 1830 else 1303 1831 - echo "$as_me:1537: result: no" >&5 1304 + echo "$as_me:15 38: result: no" >&51832 + echo "$as_me:1540: result: no" >&5 1305 1833 echo "${ECHO_T}no" >&6 1306 1834 fi 1307 1835 1308 @@ -1547,7 +15 48,7 @@1836 @@ -1547,7 +1550,7 @@ 1309 1837 if test -z "$CC"; then 1310 1838 # Extract the first word of "cc", so it can be a program name with args. 1311 1839 set dummy cc; ac_word=$2 1312 1840 -echo "$as_me:1550: checking for $ac_word" >&5 1313 +echo "$as_me:155 1: checking for $ac_word" >&51841 +echo "$as_me:1553: checking for $ac_word" >&5 1314 1842 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1315 1843 if test "${ac_cv_prog_CC+set}" = set; then 1316 1844 echo $ECHO_N "(cached) $ECHO_C" >&6 1317 @@ -1567,7 +15 68,7 @@1845 @@ -1567,7 +1570,7 @@ 1318 1846 continue 1319 1847 fi 1320 1848 ac_cv_prog_CC="cc" 1321 1849 -echo "$as_me:1570: found $ac_dir/$ac_word" >&5 1322 +echo "$as_me:157 1: found $ac_dir/$ac_word" >&51850 +echo "$as_me:1573: found $ac_dir/$ac_word" >&5 1323 1851 break 1324 1852 done 1325 1853 1326 @@ -1589,10 +159 0,10 @@1854 @@ -1589,10 +1592,10 @@ 1327 1855 fi 1328 1856 CC=$ac_cv_prog_CC 1329 1857 if test -n "$CC"; then 1330 1858 - echo "$as_me:1592: result: $CC" >&5 1331 + echo "$as_me:159 3: result: $CC" >&51859 + echo "$as_me:1595: result: $CC" >&5 1332 1860 echo "${ECHO_T}$CC" >&6 1333 1861 else 1334 1862 - echo "$as_me:1595: result: no" >&5 1335 + echo "$as_me:159 6: result: no" >&51863 + echo "$as_me:1598: result: no" >&5 1336 1864 echo "${ECHO_T}no" >&6 1337 1865 fi 1338 1866 1339 @@ -1603,7 +160 4,7 @@1867 @@ -1603,7 +1606,7 @@ 1340 1868 do 1341 1869 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1342 1870 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1343 1871 -echo "$as_me:1606: checking for $ac_word" >&5 1344 +echo "$as_me:160 7: checking for $ac_word" >&51872 +echo "$as_me:1609: checking for $ac_word" >&5 1345 1873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1346 1874 if test "${ac_cv_prog_CC+set}" = set; then 1347 1875 echo $ECHO_N "(cached) $ECHO_C" >&6 1348 @@ -1618,7 +16 19,7 @@1876 @@ -1618,7 +1621,7 @@ 1349 1877 test -z "$ac_dir" && ac_dir=. 1350 1878 $as_executable_p "$ac_dir/$ac_word" || continue 1351 1879 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1352 1880 -echo "$as_me:1621: found $ac_dir/$ac_word" >&5 1353 +echo "$as_me:162 2: found $ac_dir/$ac_word" >&51881 +echo "$as_me:1624: found $ac_dir/$ac_word" >&5 1354 1882 break 1355 1883 done 1356 1884 1357 @@ -1626,10 +162 7,10 @@1885 @@ -1626,10 +1629,10 @@ 1358 1886 fi 1359 1887 CC=$ac_cv_prog_CC 1360 1888 if test -n "$CC"; then 1361 1889 - echo "$as_me:1629: result: $CC" >&5 1362 + echo "$as_me:163 0: result: $CC" >&51890 + echo "$as_me:1632: result: $CC" >&5 1363 1891 echo "${ECHO_T}$CC" >&6 1364 1892 else 1365 1893 - echo "$as_me:1632: result: no" >&5 1366 + echo "$as_me:163 3: result: no" >&51894 + echo "$as_me:1635: result: no" >&5 1367 1895 echo "${ECHO_T}no" >&6 1368 1896 fi 1369 1897 1370 @@ -1642,7 +164 3,7 @@1898 @@ -1642,7 +1645,7 @@ 1371 1899 do 1372 1900 # Extract the first word of "$ac_prog", so it can be a program name with args. 1373 1901 set dummy $ac_prog; ac_word=$2 1374 1902 -echo "$as_me:1645: checking for $ac_word" >&5 1375 +echo "$as_me:164 6: checking for $ac_word" >&51903 +echo "$as_me:1648: checking for $ac_word" >&5 1376 1904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1377 1905 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1378 1906 echo $ECHO_N "(cached) $ECHO_C" >&6 1379 @@ -1657,7 +16 58,7 @@1907 @@ -1657,7 +1660,7 @@ 1380 1908 test -z "$ac_dir" && ac_dir=. 1381 1909 $as_executable_p "$ac_dir/$ac_word" || continue 1382 1910 ac_cv_prog_ac_ct_CC="$ac_prog" 1383 1911 -echo "$as_me:1660: found $ac_dir/$ac_word" >&5 1384 +echo "$as_me:166 1: found $ac_dir/$ac_word" >&51912 +echo "$as_me:1663: found $ac_dir/$ac_word" >&5 1385 1913 break 1386 1914 done 1387 1915 1388 @@ -1665,10 +166 6,10 @@1916 @@ -1665,10 +1668,10 @@ 1389 1917 fi 1390 1918 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1391 1919 if test -n "$ac_ct_CC"; then 1392 1920 - echo "$as_me:1668: result: $ac_ct_CC" >&5 1393 + echo "$as_me:16 69: result: $ac_ct_CC" >&51921 + echo "$as_me:1671: result: $ac_ct_CC" >&5 1394 1922 echo "${ECHO_T}$ac_ct_CC" >&6 1395 1923 else 1396 1924 - echo "$as_me:1671: result: no" >&5 1397 + echo "$as_me:167 2: result: no" >&51925 + echo "$as_me:1674: result: no" >&5 1398 1926 echo "${ECHO_T}no" >&6 1399 1927 fi 1400 1928 1401 @@ -1680,32 +168 1,32 @@1929 @@ -1680,32 +1683,32 @@ 1402 1930 1403 1931 fi 1404 1932 1405 1933 -test -z "$CC" && { { echo "$as_me:1683: error: no acceptable cc found in \$PATH" >&5 1406 +test -z "$CC" && { { echo "$as_me:168 4: error: no acceptable cc found in \$PATH" >&51934 +test -z "$CC" && { { echo "$as_me:1686: error: no acceptable cc found in \$PATH" >&5 1407 1935 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 1408 1936 { (exit 1); exit 1; }; } … … 1410 1938 # Provide some information about the compiler. 1411 1939 -echo "$as_me:1688:" \ 1412 +echo "$as_me:16 89:" \1940 +echo "$as_me:1691:" \ 1413 1941 "checking for C compiler version" >&5 1414 1942 ac_compiler=`set X $ac_compile; echo $2` 1415 1943 -{ (eval echo "$as_me:1691: \"$ac_compiler --version </dev/null >&5\"") >&5 1416 +{ (eval echo "$as_me:169 2: \"$ac_compiler --version </dev/null >&5\"") >&51944 +{ (eval echo "$as_me:1694: \"$ac_compiler --version </dev/null >&5\"") >&5 1417 1945 (eval $ac_compiler --version </dev/null >&5) 2>&5 1418 1946 ac_status=$? 1419 1947 - echo "$as_me:1694: \$? = $ac_status" >&5 1420 + echo "$as_me:169 5: \$? = $ac_status" >&51948 + echo "$as_me:1697: \$? = $ac_status" >&5 1421 1949 (exit $ac_status); } 1422 1950 -{ (eval echo "$as_me:1696: \"$ac_compiler -v </dev/null >&5\"") >&5 1423 +{ (eval echo "$as_me:169 7: \"$ac_compiler -v </dev/null >&5\"") >&51951 +{ (eval echo "$as_me:1699: \"$ac_compiler -v </dev/null >&5\"") >&5 1424 1952 (eval $ac_compiler -v </dev/null >&5) 2>&5 1425 1953 ac_status=$? 1426 1954 - echo "$as_me:1699: \$? = $ac_status" >&5 1427 + echo "$as_me:170 0: \$? = $ac_status" >&51955 + echo "$as_me:1702: \$? = $ac_status" >&5 1428 1956 (exit $ac_status); } 1429 1957 -{ (eval echo "$as_me:1701: \"$ac_compiler -V </dev/null >&5\"") >&5 1430 +{ (eval echo "$as_me:170 2: \"$ac_compiler -V </dev/null >&5\"") >&51958 +{ (eval echo "$as_me:1704: \"$ac_compiler -V </dev/null >&5\"") >&5 1431 1959 (eval $ac_compiler -V </dev/null >&5) 2>&5 1432 1960 ac_status=$? 1433 1961 - echo "$as_me:1704: \$? = $ac_status" >&5 1434 + echo "$as_me:170 5: \$? = $ac_status" >&51962 + echo "$as_me:1707: \$? = $ac_status" >&5 1435 1963 (exit $ac_status); } 1436 1964 1437 1965 cat >conftest.$ac_ext <<_ACEOF 1438 1966 -#line 1708 "configure" 1439 +#line 17 09"configure"1967 +#line 1711 "configure" 1440 1968 #include "confdefs.h" 1441 1969 1442 1970 int 1443 @@ -1721,13 +172 2,13 @@1971 @@ -1721,13 +1724,13 @@ 1444 1972 # Try to create an executable without -o first, disregard a.out. 1445 1973 # It will help us diagnose broken compilers, and finding out an intuition 1446 1974 # of exeext. 1447 1975 -echo "$as_me:1724: checking for C compiler default output" >&5 1448 +echo "$as_me:172 5: checking for C compiler default output" >&51976 +echo "$as_me:1727: checking for C compiler default output" >&5 1449 1977 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 1450 1978 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1451 1979 -if { (eval echo "$as_me:1727: \"$ac_link_default\"") >&5 1452 +if { (eval echo "$as_me:17 28: \"$ac_link_default\"") >&51980 +if { (eval echo "$as_me:1730: \"$ac_link_default\"") >&5 1453 1981 (eval $ac_link_default) 2>&5 1454 1982 ac_status=$? 1455 1983 - echo "$as_me:1730: \$? = $ac_status" >&5 1456 + echo "$as_me:173 1: \$? = $ac_status" >&51984 + echo "$as_me:1733: \$? = $ac_status" >&5 1457 1985 (exit $ac_status); }; then 1458 1986 # Find the output, starting from the most likely. This scheme is 1459 1987 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 1460 @@ -1736,7 +173 7,7 @@1988 @@ -1736,7 +1739,7 @@ 1461 1989 ls a.out conftest 2>/dev/null; 1462 1990 ls a.* conftest.* 2>/dev/null`; do … … 1467 1995 # certainly right. 1468 1996 break;; 1469 @@ -1750,34 +175 1,34 @@1997 @@ -1750,34 +1753,34 @@ 1470 1998 else 1471 1999 echo "$as_me: failed program was:" >&5 1472 2000 cat conftest.$ac_ext >&5 1473 2001 -{ { echo "$as_me:1753: error: C compiler cannot create executables" >&5 1474 +{ { echo "$as_me:175 4: error: C compiler cannot create executables" >&52002 +{ { echo "$as_me:1756: error: C compiler cannot create executables" >&5 1475 2003 echo "$as_me: error: C compiler cannot create executables" >&2;} 1476 2004 { (exit 77); exit 77; }; } … … 1479 2007 ac_exeext=$ac_cv_exeext 1480 2008 -echo "$as_me:1759: result: $ac_file" >&5 1481 +echo "$as_me:176 0: result: $ac_file" >&52009 +echo "$as_me:1762: result: $ac_file" >&5 1482 2010 echo "${ECHO_T}$ac_file" >&6 1483 2011 … … 1485 2013 # the compiler is broken, or we cross compile. 1486 2014 -echo "$as_me:1764: checking whether the C compiler works" >&5 1487 +echo "$as_me:176 5: checking whether the C compiler works" >&52015 +echo "$as_me:1767: checking whether the C compiler works" >&5 1488 2016 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 1489 2017 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 … … 1492 2020 if { ac_try='./$ac_file' 1493 2021 - { (eval echo "$as_me:1770: \"$ac_try\"") >&5 1494 + { (eval echo "$as_me:177 1: \"$ac_try\"") >&52022 + { (eval echo "$as_me:1773: \"$ac_try\"") >&5 1495 2023 (eval $ac_try) 2>&5 1496 2024 ac_status=$? 1497 2025 - echo "$as_me:1773: \$? = $ac_status" >&5 1498 + echo "$as_me:177 4: \$? = $ac_status" >&52026 + echo "$as_me:1776: \$? = $ac_status" >&5 1499 2027 (exit $ac_status); }; }; then 1500 2028 cross_compiling=no … … 1504 2032 else 1505 2033 - { { echo "$as_me:1780: error: cannot run C compiled programs. 1506 + { { echo "$as_me:178 1: error: cannot run C compiled programs.2034 + { { echo "$as_me:1783: error: cannot run C compiled programs. 1507 2035 If you meant to cross compile, use \`--host'." >&5 1508 2036 echo "$as_me: error: cannot run C compiled programs. 1509 2037 If you meant to cross compile, use \`--host'." >&2;} 1510 @@ -1785,24 +178 6,24 @@2038 @@ -1785,24 +1788,24 @@ 1511 2039 fi 1512 2040 fi 1513 2041 fi 1514 2042 -echo "$as_me:1788: result: yes" >&5 1515 +echo "$as_me:17 89: result: yes" >&52043 +echo "$as_me:1791: result: yes" >&5 1516 2044 echo "${ECHO_T}yes" >&6 1517 2045 … … 1521 2049 # the compiler is broken, or we cross compile. 1522 2050 -echo "$as_me:1795: checking whether we are cross compiling" >&5 1523 +echo "$as_me:179 6: checking whether we are cross compiling" >&52051 +echo "$as_me:1798: checking whether we are cross compiling" >&5 1524 2052 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 1525 2053 -echo "$as_me:1797: result: $cross_compiling" >&5 1526 +echo "$as_me:1 798: result: $cross_compiling" >&52054 +echo "$as_me:1800: result: $cross_compiling" >&5 1527 2055 echo "${ECHO_T}$cross_compiling" >&6 1528 2056 1529 2057 -echo "$as_me:1800: checking for executable suffix" >&5 1530 +echo "$as_me:180 1: checking for executable suffix" >&52058 +echo "$as_me:1803: checking for executable suffix" >&5 1531 2059 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 1532 2060 -if { (eval echo "$as_me:1802: \"$ac_link\"") >&5 1533 +if { (eval echo "$as_me:180 3: \"$ac_link\"") >&52061 +if { (eval echo "$as_me:1805: \"$ac_link\"") >&5 1534 2062 (eval $ac_link) 2>&5 1535 2063 ac_status=$? 1536 2064 - echo "$as_me:1805: \$? = $ac_status" >&5 1537 + echo "$as_me:180 6: \$? = $ac_status" >&52065 + echo "$as_me:1808: \$? = $ac_status" >&5 1538 2066 (exit $ac_status); }; then 1539 2067 # If both `conftest.exe' and `conftest' are `present' (well, observable) 1540 2068 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 1541 @@ -1810,7 +181 1,7 @@2069 @@ -1810,7 +1813,7 @@ 1542 2070 # `rm'. 1543 2071 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do … … 1548 2076 export ac_cv_exeext 1549 2077 break;; 1550 @@ -1818,25 +18 19,25 @@2078 @@ -1818,25 +1821,25 @@ 1551 2079 esac 1552 2080 done 1553 2081 else 1554 2082 - { { echo "$as_me:1821: error: cannot compute EXEEXT: cannot compile and link" >&5 1555 + { { echo "$as_me:182 2: error: cannot compute EXEEXT: cannot compile and link" >&52083 + { { echo "$as_me:1824: error: cannot compute EXEEXT: cannot compile and link" >&5 1556 2084 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 1557 2085 { (exit 1); exit 1; }; } … … 1560 2088 rm -f conftest$ac_cv_exeext 1561 2089 -echo "$as_me:1827: result: $ac_cv_exeext" >&5 1562 +echo "$as_me:18 28: result: $ac_cv_exeext" >&52090 +echo "$as_me:1830: result: $ac_cv_exeext" >&5 1563 2091 echo "${ECHO_T}$ac_cv_exeext" >&6 1564 2092 … … 1567 2095 ac_exeext=$EXEEXT 1568 2096 -echo "$as_me:1833: checking for object suffix" >&5 1569 +echo "$as_me:183 4: checking for object suffix" >&52097 +echo "$as_me:1836: checking for object suffix" >&5 1570 2098 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 1571 2099 if test "${ac_cv_objext+set}" = set; then … … 1574 2102 cat >conftest.$ac_ext <<_ACEOF 1575 2103 -#line 1839 "configure" 1576 +#line 184 0"configure"2104 +#line 1842 "configure" 1577 2105 #include "confdefs.h" 1578 2106 1579 2107 int 1580 @@ -1848,14 +18 49,14 @@2108 @@ -1848,14 +1851,14 @@ 1581 2109 } 1582 2110 _ACEOF 1583 2111 rm -f conftest.o conftest.obj 1584 2112 -if { (eval echo "$as_me:1851: \"$ac_compile\"") >&5 1585 +if { (eval echo "$as_me:185 2: \"$ac_compile\"") >&52113 +if { (eval echo "$as_me:1854: \"$ac_compile\"") >&5 1586 2114 (eval $ac_compile) 2>&5 1587 2115 ac_status=$? 1588 2116 - echo "$as_me:1854: \$? = $ac_status" >&5 1589 + echo "$as_me:185 5: \$? = $ac_status" >&52117 + echo "$as_me:1857: \$? = $ac_status" >&5 1590 2118 (exit $ac_status); }; then 1591 2119 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do … … 1596 2124 break;; 1597 2125 esac 1598 @@ -1863,24 +186 4,24 @@2126 @@ -1863,24 +1866,24 @@ 1599 2127 else 1600 2128 echo "$as_me: failed program was:" >&5 1601 2129 cat conftest.$ac_ext >&5 1602 2130 -{ { echo "$as_me:1866: error: cannot compute OBJEXT: cannot compile" >&5 1603 +{ { echo "$as_me:186 7: error: cannot compute OBJEXT: cannot compile" >&52131 +{ { echo "$as_me:1869: error: cannot compute OBJEXT: cannot compile" >&5 1604 2132 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 1605 2133 { (exit 1); exit 1; }; } … … 1609 2137 fi 1610 2138 -echo "$as_me:1873: result: $ac_cv_objext" >&5 1611 +echo "$as_me:187 4: result: $ac_cv_objext" >&52139 +echo "$as_me:1876: result: $ac_cv_objext" >&5 1612 2140 echo "${ECHO_T}$ac_cv_objext" >&6 1613 2141 OBJEXT=$ac_cv_objext 1614 2142 ac_objext=$OBJEXT 1615 2143 -echo "$as_me:1877: checking whether we are using the GNU C compiler" >&5 1616 +echo "$as_me:18 78: checking whether we are using the GNU C compiler" >&52144 +echo "$as_me:1880: checking whether we are using the GNU C compiler" >&5 1617 2145 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 1618 2146 if test "${ac_cv_c_compiler_gnu+set}" = set; then … … 1621 2149 cat >conftest.$ac_ext <<_ACEOF 1622 2150 -#line 1883 "configure" 1623 +#line 188 4"configure"2151 +#line 1886 "configure" 1624 2152 #include "confdefs.h" 1625 2153 1626 2154 int 1627 @@ -1895,16 +189 6,16 @@2155 @@ -1895,16 +1898,16 @@ 1628 2156 } 1629 2157 _ACEOF 1630 2158 rm -f conftest.$ac_objext 1631 2159 -if { (eval echo "$as_me:1898: \"$ac_compile\"") >&5 1632 +if { (eval echo "$as_me:1 899: \"$ac_compile\"") >&52160 +if { (eval echo "$as_me:1901: \"$ac_compile\"") >&5 1633 2161 (eval $ac_compile) 2>&5 1634 2162 ac_status=$? 1635 2163 - echo "$as_me:1901: \$? = $ac_status" >&5 1636 + echo "$as_me:190 2: \$? = $ac_status" >&52164 + echo "$as_me:1904: \$? = $ac_status" >&5 1637 2165 (exit $ac_status); } && 1638 2166 { ac_try='test -s conftest.$ac_objext' 1639 2167 - { (eval echo "$as_me:1904: \"$ac_try\"") >&5 1640 + { (eval echo "$as_me:190 5: \"$ac_try\"") >&52168 + { (eval echo "$as_me:1907: \"$ac_try\"") >&5 1641 2169 (eval $ac_try) 2>&5 1642 2170 ac_status=$? 1643 2171 - echo "$as_me:1907: \$? = $ac_status" >&5 1644 + echo "$as_me:19 08: \$? = $ac_status" >&52172 + echo "$as_me:1910: \$? = $ac_status" >&5 1645 2173 (exit $ac_status); }; }; then 1646 2174 ac_compiler_gnu=yes 1647 2175 else 1648 @@ -1916,19 +191 7,19 @@2176 @@ -1916,19 +1919,19 @@ 1649 2177 ac_cv_c_compiler_gnu=$ac_compiler_gnu 1650 2178 1651 2179 fi 1652 2180 -echo "$as_me:1919: result: $ac_cv_c_compiler_gnu" >&5 1653 +echo "$as_me:192 0: result: $ac_cv_c_compiler_gnu" >&52181 +echo "$as_me:1922: result: $ac_cv_c_compiler_gnu" >&5 1654 2182 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 1655 2183 GCC=`test $ac_compiler_gnu = yes && echo yes` … … 1658 2186 CFLAGS="-g" 1659 2187 -echo "$as_me:1925: checking whether $CC accepts -g" >&5 1660 +echo "$as_me:192 6: checking whether $CC accepts -g" >&52188 +echo "$as_me:1928: checking whether $CC accepts -g" >&5 1661 2189 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 1662 2190 if test "${ac_cv_prog_cc_g+set}" = set; then … … 1665 2193 cat >conftest.$ac_ext <<_ACEOF 1666 2194 -#line 1931 "configure" 1667 +#line 193 2"configure"2195 +#line 1934 "configure" 1668 2196 #include "confdefs.h" 1669 2197 1670 2198 int 1671 @@ -1940,16 +194 1,16 @@2199 @@ -1940,16 +1943,16 @@ 1672 2200 } 1673 2201 _ACEOF 1674 2202 rm -f conftest.$ac_objext 1675 2203 -if { (eval echo "$as_me:1943: \"$ac_compile\"") >&5 1676 +if { (eval echo "$as_me:194 4: \"$ac_compile\"") >&52204 +if { (eval echo "$as_me:1946: \"$ac_compile\"") >&5 1677 2205 (eval $ac_compile) 2>&5 1678 2206 ac_status=$? 1679 2207 - echo "$as_me:1946: \$? = $ac_status" >&5 1680 + echo "$as_me:194 7: \$? = $ac_status" >&52208 + echo "$as_me:1949: \$? = $ac_status" >&5 1681 2209 (exit $ac_status); } && 1682 2210 { ac_try='test -s conftest.$ac_objext' 1683 2211 - { (eval echo "$as_me:1949: \"$ac_try\"") >&5 1684 + { (eval echo "$as_me:195 0: \"$ac_try\"") >&52212 + { (eval echo "$as_me:1952: \"$ac_try\"") >&5 1685 2213 (eval $ac_try) 2>&5 1686 2214 ac_status=$? 1687 2215 - echo "$as_me:1952: \$? = $ac_status" >&5 1688 + echo "$as_me:195 3: \$? = $ac_status" >&52216 + echo "$as_me:1955: \$? = $ac_status" >&5 1689 2217 (exit $ac_status); }; }; then 1690 2218 ac_cv_prog_cc_g=yes 1691 2219 else 1692 @@ -1959,7 +196 0,7 @@2220 @@ -1959,7 +1962,7 @@ 1693 2221 fi 1694 2222 rm -f conftest.$ac_objext conftest.$ac_ext 1695 2223 fi 1696 2224 -echo "$as_me:1962: result: $ac_cv_prog_cc_g" >&5 1697 +echo "$as_me:196 3: result: $ac_cv_prog_cc_g" >&52225 +echo "$as_me:1965: result: $ac_cv_prog_cc_g" >&5 1698 2226 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 1699 2227 if test "$ac_test_CFLAGS" = set; then 1700 2228 CFLAGS=$ac_save_CFLAGS 1701 @@ -1986,16 +198 7,16 @@2229 @@ -1986,16 +1989,16 @@ 1702 2230 #endif 1703 2231 _ACEOF 1704 2232 rm -f conftest.$ac_objext 1705 2233 -if { (eval echo "$as_me:1989: \"$ac_compile\"") >&5 1706 +if { (eval echo "$as_me:199 0: \"$ac_compile\"") >&52234 +if { (eval echo "$as_me:1992: \"$ac_compile\"") >&5 1707 2235 (eval $ac_compile) 2>&5 1708 2236 ac_status=$? 1709 2237 - echo "$as_me:1992: \$? = $ac_status" >&5 1710 + echo "$as_me:199 3: \$? = $ac_status" >&52238 + echo "$as_me:1995: \$? = $ac_status" >&5 1711 2239 (exit $ac_status); } && 1712 2240 { ac_try='test -s conftest.$ac_objext' 1713 2241 - { (eval echo "$as_me:1995: \"$ac_try\"") >&5 1714 + { (eval echo "$as_me:199 6: \"$ac_try\"") >&52242 + { (eval echo "$as_me:1998: \"$ac_try\"") >&5 1715 2243 (eval $ac_try) 2>&5 1716 2244 ac_status=$? 1717 2245 - echo "$as_me:1998: \$? = $ac_status" >&5 1718 + echo "$as_me: 1999: \$? = $ac_status" >&52246 + echo "$as_me:2001: \$? = $ac_status" >&5 1719 2247 (exit $ac_status); }; }; then 1720 2248 for ac_declaration in \ 1721 2249 ''\ 1722 @@ -2007,7 +20 08,7 @@2250 @@ -2007,7 +2010,7 @@ 1723 2251 'void exit (int);' 1724 2252 do 1725 2253 cat >conftest.$ac_ext <<_ACEOF 1726 2254 -#line 2010 "configure" 1727 +#line 201 1"configure"2255 +#line 2013 "configure" 1728 2256 #include "confdefs.h" 1729 2257 #include <stdlib.h> 1730 2258 $ac_declaration 1731 @@ -2020,16 +202 1,16 @@2259 @@ -2020,16 +2023,16 @@ 1732 2260 } 1733 2261 _ACEOF 1734 2262 rm -f conftest.$ac_objext 1735 2263 -if { (eval echo "$as_me:2023: \"$ac_compile\"") >&5 1736 +if { (eval echo "$as_me:202 4: \"$ac_compile\"") >&52264 +if { (eval echo "$as_me:2026: \"$ac_compile\"") >&5 1737 2265 (eval $ac_compile) 2>&5 1738 2266 ac_status=$? 1739 2267 - echo "$as_me:2026: \$? = $ac_status" >&5 1740 + echo "$as_me:202 7: \$? = $ac_status" >&52268 + echo "$as_me:2029: \$? = $ac_status" >&5 1741 2269 (exit $ac_status); } && 1742 2270 { ac_try='test -s conftest.$ac_objext' 1743 2271 - { (eval echo "$as_me:2029: \"$ac_try\"") >&5 1744 + { (eval echo "$as_me:203 0: \"$ac_try\"") >&52272 + { (eval echo "$as_me:2032: \"$ac_try\"") >&5 1745 2273 (eval $ac_try) 2>&5 1746 2274 ac_status=$? 1747 2275 - echo "$as_me:2032: \$? = $ac_status" >&5 1748 + echo "$as_me:203 3: \$? = $ac_status" >&52276 + echo "$as_me:2035: \$? = $ac_status" >&5 1749 2277 (exit $ac_status); }; }; then 1750 2278 : 1751 2279 else 1752 @@ -2039,7 +204 0,7 @@2280 @@ -2039,7 +2042,7 @@ 1753 2281 fi 1754 2282 rm -f conftest.$ac_objext conftest.$ac_ext 1755 2283 cat >conftest.$ac_ext <<_ACEOF 1756 2284 -#line 2042 "configure" 1757 +#line 204 3"configure"2285 +#line 2045 "configure" 1758 2286 #include "confdefs.h" 1759 2287 $ac_declaration 1760 2288 int 1761 @@ -2051,16 +205 2,16 @@2289 @@ -2051,16 +2054,16 @@ 1762 2290 } 1763 2291 _ACEOF 1764 2292 rm -f conftest.$ac_objext 1765 2293 -if { (eval echo "$as_me:2054: \"$ac_compile\"") >&5 1766 +if { (eval echo "$as_me:205 5: \"$ac_compile\"") >&52294 +if { (eval echo "$as_me:2057: \"$ac_compile\"") >&5 1767 2295 (eval $ac_compile) 2>&5 1768 2296 ac_status=$? 1769 2297 - echo "$as_me:2057: \$? = $ac_status" >&5 1770 + echo "$as_me:20 58: \$? = $ac_status" >&52298 + echo "$as_me:2060: \$? = $ac_status" >&5 1771 2299 (exit $ac_status); } && 1772 2300 { ac_try='test -s conftest.$ac_objext' 1773 2301 - { (eval echo "$as_me:2060: \"$ac_try\"") >&5 1774 + { (eval echo "$as_me:206 1: \"$ac_try\"") >&52302 + { (eval echo "$as_me:2063: \"$ac_try\"") >&5 1775 2303 (eval $ac_try) 2>&5 1776 2304 ac_status=$? 1777 2305 - echo "$as_me:2063: \$? = $ac_status" >&5 1778 + echo "$as_me:206 4: \$? = $ac_status" >&52306 + echo "$as_me:2066: \$? = $ac_status" >&5 1779 2307 (exit $ac_status); }; }; then 1780 2308 break 1781 2309 else 1782 @@ -2090,11 +209 1,11 @@2310 @@ -2090,11 +2093,11 @@ 1783 2311 1784 2312 GCC_VERSION=none 1785 2313 if test "$GCC" = yes ; then 1786 2314 - echo "$as_me:2093: checking version of $CC" >&5 1787 + echo "$as_me:209 4: checking version of $CC" >&52315 + echo "$as_me:2096: checking version of $CC" >&5 1788 2316 echo $ECHO_N "checking version of $CC... $ECHO_C" >&6 1789 2317 GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" 1790 2318 test -z "$GCC_VERSION" && GCC_VERSION=unknown 1791 2319 - echo "$as_me:2097: result: $GCC_VERSION" >&5 1792 + echo "$as_me:2 098: result: $GCC_VERSION" >&52320 + echo "$as_me:2100: result: $GCC_VERSION" >&5 1793 2321 echo "${ECHO_T}$GCC_VERSION" >&6 1794 2322 fi 1795 2323 1796 @@ -2104,7 +210 5,7 @@2324 @@ -2104,7 +2107,7 @@ 1797 2325 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1798 2326 ac_compiler_gnu=$ac_cv_c_compiler_gnu 1799 2327 ac_main_return=return 1800 2328 -echo "$as_me:2107: checking how to run the C preprocessor" >&5 1801 +echo "$as_me:21 08: checking how to run the C preprocessor" >&52329 +echo "$as_me:2110: checking how to run the C preprocessor" >&5 1802 2330 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 1803 2331 # On Suns, sometimes $CPP names a directory. 1804 2332 if test -n "$CPP" && test -d "$CPP"; then 1805 @@ -2125,18 +212 6,18 @@2333 @@ -2125,18 +2128,18 @@ 1806 2334 # On the NeXT, cc -E runs the code through the compiler's parser, 1807 2335 # not just through cpp. "Syntax error" is here to catch this case. 1808 2336 cat >conftest.$ac_ext <<_ACEOF 1809 2337 -#line 2128 "configure" 1810 +#line 21 29"configure"2338 +#line 2131 "configure" 1811 2339 #include "confdefs.h" 1812 2340 #include <assert.h> … … 1814 2342 _ACEOF 1815 2343 -if { (eval echo "$as_me:2133: \"$ac_cpp conftest.$ac_ext\"") >&5 1816 +if { (eval echo "$as_me:213 4: \"$ac_cpp conftest.$ac_ext\"") >&52344 +if { (eval echo "$as_me:2136: \"$ac_cpp conftest.$ac_ext\"") >&5 1817 2345 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1818 2346 ac_status=$? … … 1821 2349 cat conftest.err >&5 1822 2350 - echo "$as_me:2139: \$? = $ac_status" >&5 1823 + echo "$as_me:214 0: \$? = $ac_status" >&52351 + echo "$as_me:2142: \$? = $ac_status" >&5 1824 2352 (exit $ac_status); } >/dev/null; then 1825 2353 if test -s conftest.err; then 1826 2354 ac_cpp_err=$ac_c_preproc_warn_flag 1827 @@ -2159,17 +216 0,17 @@2355 @@ -2159,17 +2162,17 @@ 1828 2356 # OK, works on sane cases. Now check whether non-existent headers 1829 2357 # can be detected and how. 1830 2358 cat >conftest.$ac_ext <<_ACEOF 1831 2359 -#line 2162 "configure" 1832 +#line 216 3"configure"2360 +#line 2165 "configure" 1833 2361 #include "confdefs.h" 1834 2362 #include <ac_nonexistent.h> 1835 2363 _ACEOF 1836 2364 -if { (eval echo "$as_me:2166: \"$ac_cpp conftest.$ac_ext\"") >&5 1837 +if { (eval echo "$as_me:216 7: \"$ac_cpp conftest.$ac_ext\"") >&52365 +if { (eval echo "$as_me:2169: \"$ac_cpp conftest.$ac_ext\"") >&5 1838 2366 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1839 2367 ac_status=$? … … 1842 2370 cat conftest.err >&5 1843 2371 - echo "$as_me:2172: \$? = $ac_status" >&5 1844 + echo "$as_me:217 3: \$? = $ac_status" >&52372 + echo "$as_me:2175: \$? = $ac_status" >&5 1845 2373 (exit $ac_status); } >/dev/null; then 1846 2374 if test -s conftest.err; then 1847 2375 ac_cpp_err=$ac_c_preproc_warn_flag 1848 @@ -2206,7 +220 7,7 @@2376 @@ -2206,7 +2209,7 @@ 1849 2377 else 1850 2378 ac_cv_prog_CPP=$CPP 1851 2379 fi 1852 2380 -echo "$as_me:2209: result: $CPP" >&5 1853 +echo "$as_me:221 0: result: $CPP" >&52381 +echo "$as_me:2212: result: $CPP" >&5 1854 2382 echo "${ECHO_T}$CPP" >&6 1855 2383 ac_preproc_ok=false 1856 2384 for ac_c_preproc_warn_flag in '' yes 1857 @@ -2216,18 +221 7,18 @@2385 @@ -2216,18 +2219,18 @@ 1858 2386 # On the NeXT, cc -E runs the code through the compiler's parser, 1859 2387 # not just through cpp. "Syntax error" is here to catch this case. 1860 2388 cat >conftest.$ac_ext <<_ACEOF 1861 2389 -#line 2219 "configure" 1862 +#line 222 0"configure"2390 +#line 2222 "configure" 1863 2391 #include "confdefs.h" 1864 2392 #include <assert.h> … … 1866 2394 _ACEOF 1867 2395 -if { (eval echo "$as_me:2224: \"$ac_cpp conftest.$ac_ext\"") >&5 1868 +if { (eval echo "$as_me:222 5: \"$ac_cpp conftest.$ac_ext\"") >&52396 +if { (eval echo "$as_me:2227: \"$ac_cpp conftest.$ac_ext\"") >&5 1869 2397 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1870 2398 ac_status=$? … … 1873 2401 cat conftest.err >&5 1874 2402 - echo "$as_me:2230: \$? = $ac_status" >&5 1875 + echo "$as_me:223 1: \$? = $ac_status" >&52403 + echo "$as_me:2233: \$? = $ac_status" >&5 1876 2404 (exit $ac_status); } >/dev/null; then 1877 2405 if test -s conftest.err; then 1878 2406 ac_cpp_err=$ac_c_preproc_warn_flag 1879 @@ -2250,17 +225 1,17 @@2407 @@ -2250,17 +2253,17 @@ 1880 2408 # OK, works on sane cases. Now check whether non-existent headers 1881 2409 # can be detected and how. 1882 2410 cat >conftest.$ac_ext <<_ACEOF 1883 2411 -#line 2253 "configure" 1884 +#line 225 4"configure"2412 +#line 2256 "configure" 1885 2413 #include "confdefs.h" 1886 2414 #include <ac_nonexistent.h> 1887 2415 _ACEOF 1888 2416 -if { (eval echo "$as_me:2257: \"$ac_cpp conftest.$ac_ext\"") >&5 1889 +if { (eval echo "$as_me:22 58: \"$ac_cpp conftest.$ac_ext\"") >&52417 +if { (eval echo "$as_me:2260: \"$ac_cpp conftest.$ac_ext\"") >&5 1890 2418 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1891 2419 ac_status=$? … … 1894 2422 cat conftest.err >&5 1895 2423 - echo "$as_me:2263: \$? = $ac_status" >&5 1896 + echo "$as_me:226 4: \$? = $ac_status" >&52424 + echo "$as_me:2266: \$? = $ac_status" >&5 1897 2425 (exit $ac_status); } >/dev/null; then 1898 2426 if test -s conftest.err; then 1899 2427 ac_cpp_err=$ac_c_preproc_warn_flag 1900 @@ -2288,7 +22 89,7 @@2428 @@ -2288,7 +2291,7 @@ 1901 2429 if $ac_preproc_ok; then 1902 2430 : 1903 2431 else 1904 2432 - { { echo "$as_me:2291: error: C preprocessor \"$CPP\" fails sanity check" >&5 1905 + { { echo "$as_me:229 2: error: C preprocessor \"$CPP\" fails sanity check" >&52433 + { { echo "$as_me:2294: error: C preprocessor \"$CPP\" fails sanity check" >&5 1906 2434 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 1907 2435 { (exit 1); exit 1; }; } 1908 2436 fi 1909 @@ -2301,14 +230 2,14 @@2437 @@ -2301,14 +2304,14 @@ 1910 2438 ac_main_return=return 1911 2439 1912 2440 if test $ac_cv_c_compiler_gnu = yes; then 1913 2441 - echo "$as_me:2304: checking whether $CC needs -traditional" >&5 1914 + echo "$as_me:230 5: checking whether $CC needs -traditional" >&52442 + echo "$as_me:2307: checking whether $CC needs -traditional" >&5 1915 2443 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 1916 2444 if test "${ac_cv_prog_gcc_traditional+set}" = set; then … … 1920 2448 cat >conftest.$ac_ext <<_ACEOF 1921 2449 -#line 2311 "configure" 1922 +#line 231 2"configure"2450 +#line 2314 "configure" 1923 2451 #include "confdefs.h" 1924 2452 #include <sgtty.h> 1925 2453 int Autoconf = TIOCGETP; 1926 @@ -2323,7 +232 4,7 @@2454 @@ -2323,7 +2326,7 @@ 1927 2455 1928 2456 if test $ac_cv_prog_gcc_traditional = no; then 1929 2457 cat >conftest.$ac_ext <<_ACEOF 1930 2458 -#line 2326 "configure" 1931 +#line 232 7"configure"2459 +#line 2329 "configure" 1932 2460 #include "confdefs.h" 1933 2461 #include <termio.h> 1934 2462 int Autoconf = TCGETA; 1935 @@ -2336,14 +233 7,14 @@2463 @@ -2336,14 +2339,14 @@ 1936 2464 1937 2465 fi 1938 2466 fi 1939 2467 -echo "$as_me:2339: result: $ac_cv_prog_gcc_traditional" >&5 1940 +echo "$as_me:234 0: result: $ac_cv_prog_gcc_traditional" >&52468 +echo "$as_me:2342: result: $ac_cv_prog_gcc_traditional" >&5 1941 2469 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 1942 2470 if test $ac_cv_prog_gcc_traditional = yes; then … … 1946 2474 1947 2475 -echo "$as_me:2346: checking whether $CC understands -c and -o together" >&5 1948 +echo "$as_me:234 7: checking whether $CC understands -c and -o together" >&52476 +echo "$as_me:2349: checking whether $CC understands -c and -o together" >&5 1949 2477 echo $ECHO_N "checking whether $CC understands -c and -o together... $ECHO_C" >&6 1950 2478 if test "${cf_cv_prog_CC_c_o+set}" = set; then 1951 2479 echo $ECHO_N "(cached) $ECHO_C" >&6 1952 @@ -2359,15 +236 0,15 @@2480 @@ -2359,15 +2362,15 @@ 1953 2481 # We do the test twice because some compilers refuse to overwrite an 1954 2482 # existing .o file with -o, though they will create one. 1955 2483 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 1956 2484 -if { (eval echo "$as_me:2362: \"$ac_try\"") >&5 1957 +if { (eval echo "$as_me:236 3: \"$ac_try\"") >&52485 +if { (eval echo "$as_me:2365: \"$ac_try\"") >&5 1958 2486 (eval $ac_try) 2>&5 1959 2487 ac_status=$? 1960 2488 - echo "$as_me:2365: \$? = $ac_status" >&5 1961 + echo "$as_me:236 6: \$? = $ac_status" >&52489 + echo "$as_me:2368: \$? = $ac_status" >&5 1962 2490 (exit $ac_status); } && 1963 2491 - test -f conftest2.$ac_objext && { (eval echo "$as_me:2367: \"$ac_try\"") >&5 1964 + test -f conftest2.$ac_objext && { (eval echo "$as_me:23 68: \"$ac_try\"") >&52492 + test -f conftest2.$ac_objext && { (eval echo "$as_me:2370: \"$ac_try\"") >&5 1965 2493 (eval $ac_try) 2>&5 1966 2494 ac_status=$? 1967 2495 - echo "$as_me:2370: \$? = $ac_status" >&5 1968 + echo "$as_me:237 1: \$? = $ac_status" >&52496 + echo "$as_me:2373: \$? = $ac_status" >&5 1969 2497 (exit $ac_status); }; 1970 2498 then 1971 2499 eval cf_cv_prog_CC_c_o=yes 1972 @@ -2378,19 +23 79,19 @@2500 @@ -2378,19 +2381,19 @@ 1973 2501 1974 2502 fi 1975 2503 if test $cf_cv_prog_CC_c_o = yes; then 1976 2504 - echo "$as_me:2381: result: yes" >&5 1977 + echo "$as_me:238 2: result: yes" >&52505 + echo "$as_me:2384: result: yes" >&5 1978 2506 echo "${ECHO_T}yes" >&6 1979 2507 else 1980 2508 - echo "$as_me:2384: result: no" >&5 1981 + echo "$as_me:238 5: result: no" >&52509 + echo "$as_me:2387: result: no" >&5 1982 2510 echo "${ECHO_T}no" >&6 1983 2511 fi 1984 2512 1985 2513 -echo "$as_me:2388: checking for POSIXized ISC" >&5 1986 +echo "$as_me:23 89: checking for POSIXized ISC" >&52514 +echo "$as_me:2391: checking for POSIXized ISC" >&5 1987 2515 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6 1988 2516 if test -d /etc/conf/kconfig.d && … … 1990 2518 then 1991 2519 - echo "$as_me:2393: result: yes" >&5 1992 + echo "$as_me:239 4: result: yes" >&52520 + echo "$as_me:2396: result: yes" >&5 1993 2521 echo "${ECHO_T}yes" >&6 1994 2522 ISC=yes # If later tests want to check for ISC. 1995 2523 1996 @@ -2404,12 +240 5,12 @@2524 @@ -2404,12 +2407,12 @@ 1997 2525 CC="$CC -Xp" 1998 2526 fi 1999 2527 else 2000 2528 - echo "$as_me:2407: result: no" >&5 2001 + echo "$as_me:24 08: result: no" >&52529 + echo "$as_me:2410: result: no" >&5 2002 2530 echo "${ECHO_T}no" >&6 2003 2531 ISC= … … 2005 2533 2006 2534 -echo "$as_me:2412: checking for ${CC-cc} option to accept ANSI C" >&5 2007 +echo "$as_me:241 3: checking for ${CC-cc} option to accept ANSI C" >&52535 +echo "$as_me:2415: checking for ${CC-cc} option to accept ANSI C" >&5 2008 2536 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6 2009 2537 if test "${cf_cv_ansi_cc+set}" = set; then 2010 2538 echo $ECHO_N "(cached) $ECHO_C" >&6 2011 @@ -2503,7 +250 4,7 @@2539 @@ -2503,7 +2506,7 @@ 2012 2540 fi 2013 2541 2014 2542 cat >conftest.$ac_ext <<_ACEOF 2015 2543 -#line 2506 "configure" 2016 +#line 250 7"configure"2544 +#line 2509 "configure" 2017 2545 #include "confdefs.h" 2018 2546 2019 2547 #ifndef CC_HAS_PROTOS 2020 @@ -2524,16 +252 5,16 @@2548 @@ -2524,16 +2527,16 @@ 2021 2549 } 2022 2550 _ACEOF 2023 2551 rm -f conftest.$ac_objext 2024 2552 -if { (eval echo "$as_me:2527: \"$ac_compile\"") >&5 2025 +if { (eval echo "$as_me:25 28: \"$ac_compile\"") >&52553 +if { (eval echo "$as_me:2530: \"$ac_compile\"") >&5 2026 2554 (eval $ac_compile) 2>&5 2027 2555 ac_status=$? 2028 2556 - echo "$as_me:2530: \$? = $ac_status" >&5 2029 + echo "$as_me:253 1: \$? = $ac_status" >&52557 + echo "$as_me:2533: \$? = $ac_status" >&5 2030 2558 (exit $ac_status); } && 2031 2559 { ac_try='test -s conftest.$ac_objext' 2032 2560 - { (eval echo "$as_me:2533: \"$ac_try\"") >&5 2033 + { (eval echo "$as_me:253 4: \"$ac_try\"") >&52561 + { (eval echo "$as_me:2536: \"$ac_try\"") >&5 2034 2562 (eval $ac_try) 2>&5 2035 2563 ac_status=$? 2036 2564 - echo "$as_me:2536: \$? = $ac_status" >&5 2037 + echo "$as_me:253 7: \$? = $ac_status" >&52565 + echo "$as_me:2539: \$? = $ac_status" >&5 2038 2566 (exit $ac_status); }; }; then 2039 2567 cf_cv_ansi_cc="$cf_arg"; break 2040 2568 else 2041 @@ -2546,7 +254 7,7 @@2569 @@ -2546,7 +2549,7 @@ 2042 2570 CPPFLAGS="$cf_save_CPPFLAGS" 2043 2571 2044 2572 fi 2045 2573 -echo "$as_me:2549: result: $cf_cv_ansi_cc" >&5 2046 +echo "$as_me:255 0: result: $cf_cv_ansi_cc" >&52574 +echo "$as_me:2552: result: $cf_cv_ansi_cc" >&5 2047 2575 echo "${ECHO_T}$cf_cv_ansi_cc" >&6 2048 2576 2049 2577 if test "$cf_cv_ansi_cc" != "no"; then 2050 @@ -2629,7 +263 0,7 @@2578 @@ -2629,7 +2632,7 @@ 2051 2579 fi 2052 2580 2053 2581 if test "$cf_cv_ansi_cc" = "no"; then 2054 2582 - { { echo "$as_me:2632: error: Your compiler does not appear to recognize prototypes. 2055 + { { echo "$as_me:263 3: error: Your compiler does not appear to recognize prototypes.2583 + { { echo "$as_me:2635: error: Your compiler does not appear to recognize prototypes. 2056 2584 You have the following choices: 2057 2585 a. adjust your compiler options 2058 2586 b. get an up-to-date compiler 2059 @@ -2663,13 +266 4,13 @@2587 @@ -2663,13 +2666,13 @@ 2060 2588 LDCONFIG=: 2061 2589 else … … 2069 2597 set dummy ldconfig; ac_word=$2 2070 2598 -echo "$as_me:2672: checking for $ac_word" >&5 2071 +echo "$as_me:267 3: checking for $ac_word" >&52599 +echo "$as_me:2675: checking for $ac_word" >&5 2072 2600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2073 2601 if test "${ac_cv_path_LDCONFIG+set}" = set; then 2074 2602 echo $ECHO_N "(cached) $ECHO_C" >&6 2075 @@ -2686,7 +268 7,7 @@2603 @@ -2686,7 +2689,7 @@ 2076 2604 test -z "$ac_dir" && ac_dir=. 2077 2605 if $as_executable_p "$ac_dir/$ac_word"; then 2078 2606 ac_cv_path_LDCONFIG="$ac_dir/$ac_word" 2079 2607 - echo "$as_me:2689: found $ac_dir/$ac_word" >&5 2080 + echo "$as_me:269 0: found $ac_dir/$ac_word" >&52608 + echo "$as_me:2692: found $ac_dir/$ac_word" >&5 2081 2609 break 2082 2610 fi 2083 2611 done 2084 @@ -2697,10 +2 698,10 @@2612 @@ -2697,10 +2700,10 @@ 2085 2613 LDCONFIG=$ac_cv_path_LDCONFIG 2086 2614 2087 2615 if test -n "$LDCONFIG"; then 2088 2616 - echo "$as_me:2700: result: $LDCONFIG" >&5 2089 + echo "$as_me:270 1: result: $LDCONFIG" >&52617 + echo "$as_me:2703: result: $LDCONFIG" >&5 2090 2618 echo "${ECHO_T}$LDCONFIG" >&6 2091 2619 else 2092 2620 - echo "$as_me:2703: result: no" >&5 2093 + echo "$as_me:270 4: result: no" >&52621 + echo "$as_me:2706: result: no" >&5 2094 2622 echo "${ECHO_T}no" >&6 2095 2623 fi 2096 2624 2097 @@ -2708,7 +27 09,7 @@2625 @@ -2708,7 +2711,7 @@ 2098 2626 esac 2099 2627 fi 2100 2628 2101 2629 -echo "$as_me:2711: checking if you want to ensure bool is consistent with C++" >&5 2102 +echo "$as_me:271 2: checking if you want to ensure bool is consistent with C++" >&52630 +echo "$as_me:2714: checking if you want to ensure bool is consistent with C++" >&5 2103 2631 echo $ECHO_N "checking if you want to ensure bool is consistent with C++... $ECHO_C" >&6 2104 2632 2105 2633 # Check whether --with-cxx or --without-cxx was given. 2106 @@ -2718,7 +27 19,7 @@2634 @@ -2718,7 +2721,7 @@ 2107 2635 else 2108 2636 cf_with_cxx=yes 2109 2637 fi; 2110 2638 -echo "$as_me:2721: result: $cf_with_cxx" >&5 2111 +echo "$as_me:272 2: result: $cf_with_cxx" >&52639 +echo "$as_me:2724: result: $cf_with_cxx" >&5 2112 2640 echo "${ECHO_T}$cf_with_cxx" >&6 2113 2641 if test "X$cf_with_cxx" = Xno ; then 2114 2642 CXX="" 2115 @@ -2736,7 +273 7,7 @@2643 @@ -2736,7 +2739,7 @@ 2116 2644 do 2117 2645 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2118 2646 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2119 2647 -echo "$as_me:2739: checking for $ac_word" >&5 2120 +echo "$as_me:274 0: checking for $ac_word" >&52648 +echo "$as_me:2742: checking for $ac_word" >&5 2121 2649 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2122 2650 if test "${ac_cv_prog_CXX+set}" = set; then 2123 2651 echo $ECHO_N "(cached) $ECHO_C" >&6 2124 @@ -2751,7 +275 2,7 @@2652 @@ -2751,7 +2754,7 @@ 2125 2653 test -z "$ac_dir" && ac_dir=. 2126 2654 $as_executable_p "$ac_dir/$ac_word" || continue 2127 2655 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2128 2656 -echo "$as_me:2754: found $ac_dir/$ac_word" >&5 2129 +echo "$as_me:275 5: found $ac_dir/$ac_word" >&52657 +echo "$as_me:2757: found $ac_dir/$ac_word" >&5 2130 2658 break 2131 2659 done 2132 2660 2133 @@ -2759,10 +276 0,10 @@2661 @@ -2759,10 +2762,10 @@ 2134 2662 fi 2135 2663 CXX=$ac_cv_prog_CXX 2136 2664 if test -n "$CXX"; then 2137 2665 - echo "$as_me:2762: result: $CXX" >&5 2138 + echo "$as_me:276 3: result: $CXX" >&52666 + echo "$as_me:2765: result: $CXX" >&5 2139 2667 echo "${ECHO_T}$CXX" >&6 2140 2668 else 2141 2669 - echo "$as_me:2765: result: no" >&5 2142 + echo "$as_me:276 6: result: no" >&52670 + echo "$as_me:2768: result: no" >&5 2143 2671 echo "${ECHO_T}no" >&6 2144 2672 fi 2145 2673 2146 @@ -2775,7 +277 6,7 @@2674 @@ -2775,7 +2778,7 @@ 2147 2675 do 2148 2676 # Extract the first word of "$ac_prog", so it can be a program name with args. 2149 2677 set dummy $ac_prog; ac_word=$2 2150 2678 -echo "$as_me:2778: checking for $ac_word" >&5 2151 +echo "$as_me:27 79: checking for $ac_word" >&52679 +echo "$as_me:2781: checking for $ac_word" >&5 2152 2680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2153 2681 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2154 2682 echo $ECHO_N "(cached) $ECHO_C" >&6 2155 @@ -2790,7 +279 1,7 @@2683 @@ -2790,7 +2793,7 @@ 2156 2684 test -z "$ac_dir" && ac_dir=. 2157 2685 $as_executable_p "$ac_dir/$ac_word" || continue 2158 2686 ac_cv_prog_ac_ct_CXX="$ac_prog" 2159 2687 -echo "$as_me:2793: found $ac_dir/$ac_word" >&5 2160 +echo "$as_me:279 4: found $ac_dir/$ac_word" >&52688 +echo "$as_me:2796: found $ac_dir/$ac_word" >&5 2161 2689 break 2162 2690 done 2163 2691 2164 @@ -2798,10 +2 799,10 @@2692 @@ -2798,10 +2801,10 @@ 2165 2693 fi 2166 2694 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 2167 2695 if test -n "$ac_ct_CXX"; then 2168 2696 - echo "$as_me:2801: result: $ac_ct_CXX" >&5 2169 + echo "$as_me:280 2: result: $ac_ct_CXX" >&52697 + echo "$as_me:2804: result: $ac_ct_CXX" >&5 2170 2698 echo "${ECHO_T}$ac_ct_CXX" >&6 2171 2699 else 2172 2700 - echo "$as_me:2804: result: no" >&5 2173 + echo "$as_me:280 5: result: no" >&52701 + echo "$as_me:2807: result: no" >&5 2174 2702 echo "${ECHO_T}no" >&6 2175 2703 fi 2176 2704 2177 @@ -2813,32 +281 4,32 @@2705 @@ -2813,32 +2816,32 @@ 2178 2706 fi 2179 2707 2180 2708 # Provide some information about the compiler. 2181 2709 -echo "$as_me:2816:" \ 2182 +echo "$as_me:281 7:" \2710 +echo "$as_me:2819:" \ 2183 2711 "checking for C++ compiler version" >&5 2184 2712 ac_compiler=`set X $ac_compile; echo $2` 2185 2713 -{ (eval echo "$as_me:2819: \"$ac_compiler --version </dev/null >&5\"") >&5 2186 +{ (eval echo "$as_me:282 0: \"$ac_compiler --version </dev/null >&5\"") >&52714 +{ (eval echo "$as_me:2822: \"$ac_compiler --version </dev/null >&5\"") >&5 2187 2715 (eval $ac_compiler --version </dev/null >&5) 2>&5 2188 2716 ac_status=$? 2189 2717 - echo "$as_me:2822: \$? = $ac_status" >&5 2190 + echo "$as_me:282 3: \$? = $ac_status" >&52718 + echo "$as_me:2825: \$? = $ac_status" >&5 2191 2719 (exit $ac_status); } 2192 2720 -{ (eval echo "$as_me:2824: \"$ac_compiler -v </dev/null >&5\"") >&5 2193 +{ (eval echo "$as_me:282 5: \"$ac_compiler -v </dev/null >&5\"") >&52721 +{ (eval echo "$as_me:2827: \"$ac_compiler -v </dev/null >&5\"") >&5 2194 2722 (eval $ac_compiler -v </dev/null >&5) 2>&5 2195 2723 ac_status=$? 2196 2724 - echo "$as_me:2827: \$? = $ac_status" >&5 2197 + echo "$as_me:28 28: \$? = $ac_status" >&52725 + echo "$as_me:2830: \$? = $ac_status" >&5 2198 2726 (exit $ac_status); } 2199 2727 -{ (eval echo "$as_me:2829: \"$ac_compiler -V </dev/null >&5\"") >&5 2200 +{ (eval echo "$as_me:283 0: \"$ac_compiler -V </dev/null >&5\"") >&52728 +{ (eval echo "$as_me:2832: \"$ac_compiler -V </dev/null >&5\"") >&5 2201 2729 (eval $ac_compiler -V </dev/null >&5) 2>&5 2202 2730 ac_status=$? 2203 2731 - echo "$as_me:2832: \$? = $ac_status" >&5 2204 + echo "$as_me:283 3: \$? = $ac_status" >&52732 + echo "$as_me:2835: \$? = $ac_status" >&5 2205 2733 (exit $ac_status); } 2206 2734 2207 2735 -echo "$as_me:2835: checking whether we are using the GNU C++ compiler" >&5 2208 +echo "$as_me:283 6: checking whether we are using the GNU C++ compiler" >&52736 +echo "$as_me:2838: checking whether we are using the GNU C++ compiler" >&5 2209 2737 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 2210 2738 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then … … 2213 2741 cat >conftest.$ac_ext <<_ACEOF 2214 2742 -#line 2841 "configure" 2215 +#line 284 2"configure"2743 +#line 2844 "configure" 2216 2744 #include "confdefs.h" 2217 2745 2218 2746 int 2219 @@ -2853,16 +285 4,16 @@2747 @@ -2853,16 +2856,16 @@ 2220 2748 } 2221 2749 _ACEOF 2222 2750 rm -f conftest.$ac_objext 2223 2751 -if { (eval echo "$as_me:2856: \"$ac_compile\"") >&5 2224 +if { (eval echo "$as_me:285 7: \"$ac_compile\"") >&52752 +if { (eval echo "$as_me:2859: \"$ac_compile\"") >&5 2225 2753 (eval $ac_compile) 2>&5 2226 2754 ac_status=$? 2227 2755 - echo "$as_me:2859: \$? = $ac_status" >&5 2228 + echo "$as_me:286 0: \$? = $ac_status" >&52756 + echo "$as_me:2862: \$? = $ac_status" >&5 2229 2757 (exit $ac_status); } && 2230 2758 { ac_try='test -s conftest.$ac_objext' 2231 2759 - { (eval echo "$as_me:2862: \"$ac_try\"") >&5 2232 + { (eval echo "$as_me:286 3: \"$ac_try\"") >&52760 + { (eval echo "$as_me:2865: \"$ac_try\"") >&5 2233 2761 (eval $ac_try) 2>&5 2234 2762 ac_status=$? 2235 2763 - echo "$as_me:2865: \$? = $ac_status" >&5 2236 + echo "$as_me:286 6: \$? = $ac_status" >&52764 + echo "$as_me:2868: \$? = $ac_status" >&5 2237 2765 (exit $ac_status); }; }; then 2238 2766 ac_compiler_gnu=yes 2239 2767 else 2240 @@ -2874,19 +287 5,19 @@2768 @@ -2874,19 +2877,19 @@ 2241 2769 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 2242 2770 2243 2771 fi 2244 2772 -echo "$as_me:2877: result: $ac_cv_cxx_compiler_gnu" >&5 2245 +echo "$as_me:28 78: result: $ac_cv_cxx_compiler_gnu" >&52773 +echo "$as_me:2880: result: $ac_cv_cxx_compiler_gnu" >&5 2246 2774 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 2247 2775 GXX=`test $ac_compiler_gnu = yes && echo yes` … … 2250 2778 CXXFLAGS="-g" 2251 2779 -echo "$as_me:2883: checking whether $CXX accepts -g" >&5 2252 +echo "$as_me:288 4: checking whether $CXX accepts -g" >&52780 +echo "$as_me:2886: checking whether $CXX accepts -g" >&5 2253 2781 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 2254 2782 if test "${ac_cv_prog_cxx_g+set}" = set; then … … 2257 2785 cat >conftest.$ac_ext <<_ACEOF 2258 2786 -#line 2889 "configure" 2259 +#line 289 0"configure"2787 +#line 2892 "configure" 2260 2788 #include "confdefs.h" 2261 2789 2262 2790 int 2263 @@ -2898,16 +2 899,16 @@2791 @@ -2898,16 +2901,16 @@ 2264 2792 } 2265 2793 _ACEOF 2266 2794 rm -f conftest.$ac_objext 2267 2795 -if { (eval echo "$as_me:2901: \"$ac_compile\"") >&5 2268 +if { (eval echo "$as_me:290 2: \"$ac_compile\"") >&52796 +if { (eval echo "$as_me:2904: \"$ac_compile\"") >&5 2269 2797 (eval $ac_compile) 2>&5 2270 2798 ac_status=$? 2271 2799 - echo "$as_me:2904: \$? = $ac_status" >&5 2272 + echo "$as_me:290 5: \$? = $ac_status" >&52800 + echo "$as_me:2907: \$? = $ac_status" >&5 2273 2801 (exit $ac_status); } && 2274 2802 { ac_try='test -s conftest.$ac_objext' 2275 2803 - { (eval echo "$as_me:2907: \"$ac_try\"") >&5 2276 + { (eval echo "$as_me:29 08: \"$ac_try\"") >&52804 + { (eval echo "$as_me:2910: \"$ac_try\"") >&5 2277 2805 (eval $ac_try) 2>&5 2278 2806 ac_status=$? 2279 2807 - echo "$as_me:2910: \$? = $ac_status" >&5 2280 + echo "$as_me:291 1: \$? = $ac_status" >&52808 + echo "$as_me:2913: \$? = $ac_status" >&5 2281 2809 (exit $ac_status); }; }; then 2282 2810 ac_cv_prog_cxx_g=yes 2283 2811 else 2284 @@ -2917,7 +29 18,7 @@2812 @@ -2917,7 +2920,7 @@ 2285 2813 fi 2286 2814 rm -f conftest.$ac_objext conftest.$ac_ext 2287 2815 fi 2288 2816 -echo "$as_me:2920: result: $ac_cv_prog_cxx_g" >&5 2289 +echo "$as_me:292 1: result: $ac_cv_prog_cxx_g" >&52817 +echo "$as_me:2923: result: $ac_cv_prog_cxx_g" >&5 2290 2818 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 2291 2819 if test "$ac_test_CXXFLAGS" = set; then 2292 2820 CXXFLAGS=$ac_save_CXXFLAGS 2293 @@ -2944,7 +294 5,7 @@2821 @@ -2944,7 +2947,7 @@ 2294 2822 'void exit (int);' 2295 2823 do 2296 2824 cat >conftest.$ac_ext <<_ACEOF 2297 2825 -#line 2947 "configure" 2298 +#line 29 48"configure"2826 +#line 2950 "configure" 2299 2827 #include "confdefs.h" 2300 2828 #include <stdlib.h> 2301 2829 $ac_declaration 2302 @@ -2957,16 +29 58,16 @@2830 @@ -2957,16 +2960,16 @@ 2303 2831 } 2304 2832 _ACEOF 2305 2833 rm -f conftest.$ac_objext 2306 2834 -if { (eval echo "$as_me:2960: \"$ac_compile\"") >&5 2307 +if { (eval echo "$as_me:296 1: \"$ac_compile\"") >&52835 +if { (eval echo "$as_me:2963: \"$ac_compile\"") >&5 2308 2836 (eval $ac_compile) 2>&5 2309 2837 ac_status=$? 2310 2838 - echo "$as_me:2963: \$? = $ac_status" >&5 2311 + echo "$as_me:296 4: \$? = $ac_status" >&52839 + echo "$as_me:2966: \$? = $ac_status" >&5 2312 2840 (exit $ac_status); } && 2313 2841 { ac_try='test -s conftest.$ac_objext' 2314 2842 - { (eval echo "$as_me:2966: \"$ac_try\"") >&5 2315 + { (eval echo "$as_me:296 7: \"$ac_try\"") >&52843 + { (eval echo "$as_me:2969: \"$ac_try\"") >&5 2316 2844 (eval $ac_try) 2>&5 2317 2845 ac_status=$? 2318 2846 - echo "$as_me:2969: \$? = $ac_status" >&5 2319 + echo "$as_me:297 0: \$? = $ac_status" >&52847 + echo "$as_me:2972: \$? = $ac_status" >&5 2320 2848 (exit $ac_status); }; }; then 2321 2849 : 2322 2850 else 2323 @@ -2976,7 +297 7,7 @@2851 @@ -2976,7 +2979,7 @@ 2324 2852 fi 2325 2853 rm -f conftest.$ac_objext conftest.$ac_ext 2326 2854 cat >conftest.$ac_ext <<_ACEOF 2327 2855 -#line 2979 "configure" 2328 +#line 298 0"configure"2856 +#line 2982 "configure" 2329 2857 #include "confdefs.h" 2330 2858 $ac_declaration 2331 2859 int 2332 @@ -2988,16 +29 89,16 @@2860 @@ -2988,16 +2991,16 @@ 2333 2861 } 2334 2862 _ACEOF 2335 2863 rm -f conftest.$ac_objext 2336 2864 -if { (eval echo "$as_me:2991: \"$ac_compile\"") >&5 2337 +if { (eval echo "$as_me:299 2: \"$ac_compile\"") >&52865 +if { (eval echo "$as_me:2994: \"$ac_compile\"") >&5 2338 2866 (eval $ac_compile) 2>&5 2339 2867 ac_status=$? 2340 2868 - echo "$as_me:2994: \$? = $ac_status" >&5 2341 + echo "$as_me:299 5: \$? = $ac_status" >&52869 + echo "$as_me:2997: \$? = $ac_status" >&5 2342 2870 (exit $ac_status); } && 2343 2871 { ac_try='test -s conftest.$ac_objext' 2344 2872 - { (eval echo "$as_me:2997: \"$ac_try\"") >&5 2345 + { (eval echo "$as_me: 2998: \"$ac_try\"") >&52873 + { (eval echo "$as_me:3000: \"$ac_try\"") >&5 2346 2874 (eval $ac_try) 2>&5 2347 2875 ac_status=$? 2348 2876 - echo "$as_me:3000: \$? = $ac_status" >&5 2349 + echo "$as_me:300 1: \$? = $ac_status" >&52877 + echo "$as_me:3003: \$? = $ac_status" >&5 2350 2878 (exit $ac_status); }; }; then 2351 2879 break 2352 2880 else 2353 @@ -3024,7 +302 5,7 @@2881 @@ -3024,7 +3027,7 @@ 2354 2882 if test "$CXX" = "g++" ; then 2355 2883 # Extract the first word of "g++", so it can be a program name with args. 2356 2884 set dummy g++; ac_word=$2 2357 2885 -echo "$as_me:3027: checking for $ac_word" >&5 2358 +echo "$as_me:30 28: checking for $ac_word" >&52886 +echo "$as_me:3030: checking for $ac_word" >&5 2359 2887 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2360 2888 if test "${ac_cv_path_CXX+set}" = set; then 2361 2889 echo $ECHO_N "(cached) $ECHO_C" >&6 2362 @@ -3041,7 +304 2,7 @@2890 @@ -3041,7 +3044,7 @@ 2363 2891 test -z "$ac_dir" && ac_dir=. 2364 2892 if $as_executable_p "$ac_dir/$ac_word"; then 2365 2893 ac_cv_path_CXX="$ac_dir/$ac_word" 2366 2894 - echo "$as_me:3044: found $ac_dir/$ac_word" >&5 2367 + echo "$as_me:304 5: found $ac_dir/$ac_word" >&52895 + echo "$as_me:3047: found $ac_dir/$ac_word" >&5 2368 2896 break 2369 2897 fi 2370 2898 done 2371 @@ -3052,16 +305 3,16 @@2899 @@ -3052,16 +3055,16 @@ 2372 2900 CXX=$ac_cv_path_CXX 2373 2901 2374 2902 if test -n "$CXX"; then 2375 2903 - echo "$as_me:3055: result: $CXX" >&5 2376 + echo "$as_me:305 6: result: $CXX" >&52904 + echo "$as_me:3058: result: $CXX" >&5 2377 2905 echo "${ECHO_T}$CXX" >&6 2378 2906 else 2379 2907 - echo "$as_me:3058: result: no" >&5 2380 + echo "$as_me:30 59: result: no" >&52908 + echo "$as_me:3061: result: no" >&5 2381 2909 echo "${ECHO_T}no" >&6 2382 2910 fi … … 2385 2913 if test "$CXX" = "g++" ; then 2386 2914 - { echo "$as_me:3064: WARNING: ignoring hardcoded g++" >&5 2387 + { echo "$as_me:306 5: WARNING: ignoring hardcoded g++" >&52915 + { echo "$as_me:3067: WARNING: ignoring hardcoded g++" >&5 2388 2916 echo "$as_me: WARNING: ignoring hardcoded g++" >&2;} 2389 2917 cf_with_cxx=no; CXX=""; GXX=""; 2390 2918 fi 2391 @@ -3069,11 +307 0,11 @@2919 @@ -3069,11 +3072,11 @@ 2392 2920 2393 2921 GXX_VERSION=none 2394 2922 if test "$GXX" = yes; then 2395 2923 - echo "$as_me:3072: checking version of g++" >&5 2396 + echo "$as_me:307 3: checking version of g++" >&52924 + echo "$as_me:3075: checking version of g++" >&5 2397 2925 echo $ECHO_N "checking version of g++... $ECHO_C" >&6 2398 2926 GXX_VERSION="`${CXX-g++} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" 2399 2927 test -z "$GXX_VERSION" && GXX_VERSION=unknown 2400 2928 - echo "$as_me:3076: result: $GXX_VERSION" >&5 2401 + echo "$as_me:307 7: result: $GXX_VERSION" >&52929 + echo "$as_me:3079: result: $GXX_VERSION" >&5 2402 2930 echo "${ECHO_T}$GXX_VERSION" >&6 2403 2931 fi 2404 2932 2405 @@ -3081,12 +308 2,12 @@2933 @@ -3081,12 +3084,12 @@ 2406 2934 1*|2.[0-6]*) 2407 2935 # GXX=""; CXX=""; ac_cv_prog_gxx=no 2408 2936 # cf_cxx_library=no 2409 2937 - { echo "$as_me:3084: WARNING: templates do not work" >&5 2410 + { echo "$as_me:308 5: WARNING: templates do not work" >&52938 + { echo "$as_me:3087: WARNING: templates do not work" >&5 2411 2939 echo "$as_me: WARNING: templates do not work" >&2;} 2412 2940 ;; … … 2414 2942 2415 2943 -echo "$as_me:3089: checking if you want to build C++ binding and demo" >&5 2416 +echo "$as_me:309 0: checking if you want to build C++ binding and demo" >&52944 +echo "$as_me:3092: checking if you want to build C++ binding and demo" >&5 2417 2945 echo $ECHO_N "checking if you want to build C++ binding and demo... $ECHO_C" >&6 2418 2946 2419 2947 # Check whether --with-cxx-binding or --without-cxx-binding was given. 2420 @@ -3096,10 +309 7,10 @@2948 @@ -3096,10 +3099,10 @@ 2421 2949 else 2422 2950 cf_with_cxx_binding=$cf_with_cxx 2423 2951 fi; 2424 2952 -echo "$as_me:3099: result: $cf_with_cxx_binding" >&5 2425 +echo "$as_me:310 0: result: $cf_with_cxx_binding" >&52953 +echo "$as_me:3102: result: $cf_with_cxx_binding" >&5 2426 2954 echo "${ECHO_T}$cf_with_cxx_binding" >&6 2427 2955 2428 2956 -echo "$as_me:3102: checking if you want to build with Ada95" >&5 2429 +echo "$as_me:310 3: checking if you want to build with Ada95" >&52957 +echo "$as_me:3105: checking if you want to build with Ada95" >&5 2430 2958 echo $ECHO_N "checking if you want to build with Ada95... $ECHO_C" >&6 2431 2959 2432 2960 # Check whether --with-ada or --without-ada was given. 2433 @@ -3109,10 +311 0,23 @@2961 @@ -3109,10 +3112,23 @@ 2434 2962 else 2435 2963 cf_with_ada=yes 2436 2964 fi; 2437 2965 -echo "$as_me:3112: result: $cf_with_ada" >&5 2438 +echo "$as_me:311 3: result: $cf_with_ada" >&52966 +echo "$as_me:3115: result: $cf_with_ada" >&5 2439 2967 echo "${ECHO_T}$cf_with_ada" >&6 2440 2968 2441 2969 -echo "$as_me:3115: checking if you want to build programs such as tic" >&5 2442 +echo "$as_me:311 6: checking if you want to install manpages" >&52970 +echo "$as_me:3118: checking if you want to install manpages" >&5 2443 2971 +echo $ECHO_N "checking if you want to install manpages... $ECHO_C" >&6 2444 2972 + … … 2450 2978 + cf_with_manpages=yes 2451 2979 +fi; 2452 +echo "$as_me:312 6: result: $cf_with_manpages" >&52980 +echo "$as_me:3128: result: $cf_with_manpages" >&5 2453 2981 +echo "${ECHO_T}$cf_with_manpages" >&6 2454 2982 + 2455 +echo "$as_me:31 29: checking if you want to build programs such as tic" >&52983 +echo "$as_me:3131: checking if you want to build programs such as tic" >&5 2456 2984 echo $ECHO_N "checking if you want to build programs such as tic... $ECHO_C" >&6 2457 2985 2458 2986 # Check whether --with-progs or --without-progs was given. 2459 @@ -3122,10 +313 6,10 @@2987 @@ -3122,10 +3138,10 @@ 2460 2988 else 2461 2989 cf_with_progs=yes 2462 2990 fi; 2463 2991 -echo "$as_me:3125: result: $cf_with_progs" >&5 2464 +echo "$as_me:31 39: result: $cf_with_progs" >&52992 +echo "$as_me:3141: result: $cf_with_progs" >&5 2465 2993 echo "${ECHO_T}$cf_with_progs" >&6 2466 2994 2467 2995 -echo "$as_me:3128: checking if you wish to install curses.h" >&5 2468 +echo "$as_me:314 2: checking if you wish to install curses.h" >&52996 +echo "$as_me:3144: checking if you wish to install curses.h" >&5 2469 2997 echo $ECHO_N "checking if you wish to install curses.h... $ECHO_C" >&6 2470 2998 2471 2999 # Check whether --with-curses-h or --without-curses-h was given. 2472 @@ -3135,7 +31 49,7 @@3000 @@ -3135,7 +3151,7 @@ 2473 3001 else 2474 3002 with_curses_h=yes 2475 3003 fi; 2476 3004 -echo "$as_me:3138: result: $with_curses_h" >&5 2477 +echo "$as_me:315 2: result: $with_curses_h" >&53005 +echo "$as_me:3154: result: $with_curses_h" >&5 2478 3006 echo "${ECHO_T}$with_curses_h" >&6 2479 3007 2480 3008 modules_to_build="ncurses" 2481 @@ -3161,7 +317 5,7 @@3009 @@ -3161,7 +3177,7 @@ 2482 3010 do 2483 3011 # Extract the first word of "$ac_prog", so it can be a program name with args. 2484 3012 set dummy $ac_prog; ac_word=$2 2485 3013 -echo "$as_me:3164: checking for $ac_word" >&5 2486 +echo "$as_me:31 78: checking for $ac_word" >&53014 +echo "$as_me:3180: checking for $ac_word" >&5 2487 3015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2488 3016 if test "${ac_cv_prog_AWK+set}" = set; then 2489 3017 echo $ECHO_N "(cached) $ECHO_C" >&6 2490 @@ -3176,7 +319 0,7 @@3018 @@ -3176,7 +3192,7 @@ 2491 3019 test -z "$ac_dir" && ac_dir=. 2492 3020 $as_executable_p "$ac_dir/$ac_word" || continue 2493 3021 ac_cv_prog_AWK="$ac_prog" 2494 3022 -echo "$as_me:3179: found $ac_dir/$ac_word" >&5 2495 +echo "$as_me:319 3: found $ac_dir/$ac_word" >&53023 +echo "$as_me:3195: found $ac_dir/$ac_word" >&5 2496 3024 break 2497 3025 done 2498 3026 2499 @@ -3184,21 +3 198,21 @@3027 @@ -3184,21 +3200,21 @@ 2500 3028 fi 2501 3029 AWK=$ac_cv_prog_AWK 2502 3030 if test -n "$AWK"; then 2503 3031 - echo "$as_me:3187: result: $AWK" >&5 2504 + echo "$as_me:320 1: result: $AWK" >&53032 + echo "$as_me:3203: result: $AWK" >&5 2505 3033 echo "${ECHO_T}$AWK" >&6 2506 3034 else 2507 3035 - echo "$as_me:3190: result: no" >&5 2508 + echo "$as_me:320 4: result: no" >&53036 + echo "$as_me:3206: result: no" >&5 2509 3037 echo "${ECHO_T}no" >&6 2510 3038 fi … … 2514 3042 2515 3043 -test -z "$AWK" && { { echo "$as_me:3197: error: No awk program found" >&5 2516 +test -z "$AWK" && { { echo "$as_me:321 1: error: No awk program found" >&53044 +test -z "$AWK" && { { echo "$as_me:3213: error: No awk program found" >&5 2517 3045 echo "$as_me: error: No awk program found" >&2;} 2518 3046 { (exit 1); exit 1; }; } 2519 3047 2520 3048 -echo "$as_me:3201: checking for egrep" >&5 2521 +echo "$as_me:321 5: checking for egrep" >&53049 +echo "$as_me:3217: checking for egrep" >&5 2522 3050 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 2523 3051 if test "${ac_cv_prog_egrep+set}" = set; then 2524 3052 echo $ECHO_N "(cached) $ECHO_C" >&6 2525 @@ -3208,11 +322 2,11 @@3053 @@ -3208,11 +3224,11 @@ 2526 3054 else ac_cv_prog_egrep='egrep' 2527 3055 fi 2528 3056 fi 2529 3057 -echo "$as_me:3211: result: $ac_cv_prog_egrep" >&5 2530 +echo "$as_me:322 5: result: $ac_cv_prog_egrep" >&53058 +echo "$as_me:3227: result: $ac_cv_prog_egrep" >&5 2531 3059 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 2532 3060 EGREP=$ac_cv_prog_egrep 2533 3061 2534 3062 -test -z "$EGREP" && { { echo "$as_me:3215: error: No egrep program found" >&5 2535 +test -z "$EGREP" && { { echo "$as_me:32 29: error: No egrep program found" >&53063 +test -z "$EGREP" && { { echo "$as_me:3231: error: No egrep program found" >&5 2536 3064 echo "$as_me: error: No egrep program found" >&2;} 2537 3065 { (exit 1); exit 1; }; } 2538 3066 2539 @@ -3228,7 +324 2,7 @@3067 @@ -3228,7 +3244,7 @@ 2540 3068 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 2541 3069 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 2542 3070 # ./install, which can be erroneously created by make from ./install.sh. 2543 3071 -echo "$as_me:3231: checking for a BSD compatible install" >&5 2544 +echo "$as_me:324 5: checking for a BSD compatible install" >&53072 +echo "$as_me:3247: checking for a BSD compatible install" >&5 2545 3073 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 2546 3074 if test -z "$INSTALL"; then 2547 3075 if test "${ac_cv_path_install+set}" = set; then 2548 @@ -3277,7 +329 1,7 @@3076 @@ -3277,7 +3293,7 @@ 2549 3077 INSTALL=$ac_install_sh 2550 3078 fi 2551 3079 fi 2552 3080 -echo "$as_me:3280: result: $INSTALL" >&5 2553 +echo "$as_me:329 4: result: $INSTALL" >&53081 +echo "$as_me:3296: result: $INSTALL" >&5 2554 3082 echo "${ECHO_T}$INSTALL" >&6 2555 3083 2556 3084 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 2557 @@ -3302,7 +331 6,7 @@3085 @@ -3302,7 +3318,7 @@ 2558 3086 do 2559 3087 # Extract the first word of "$ac_prog", so it can be a program name with args. 2560 3088 set dummy $ac_prog; ac_word=$2 2561 3089 -echo "$as_me:3305: checking for $ac_word" >&5 2562 +echo "$as_me:33 19: checking for $ac_word" >&53090 +echo "$as_me:3321: checking for $ac_word" >&5 2563 3091 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2564 3092 if test "${ac_cv_prog_LINT+set}" = set; then 2565 3093 echo $ECHO_N "(cached) $ECHO_C" >&6 2566 @@ -3317,7 +333 1,7 @@3094 @@ -3317,7 +3333,7 @@ 2567 3095 test -z "$ac_dir" && ac_dir=. 2568 3096 $as_executable_p "$ac_dir/$ac_word" || continue 2569 3097 ac_cv_prog_LINT="$ac_prog" 2570 3098 -echo "$as_me:3320: found $ac_dir/$ac_word" >&5 2571 +echo "$as_me:333 4: found $ac_dir/$ac_word" >&53099 +echo "$as_me:3336: found $ac_dir/$ac_word" >&5 2572 3100 break 2573 3101 done 2574 3102 2575 @@ -3325,28 +33 39,28 @@3103 @@ -3325,28 +3341,28 @@ 2576 3104 fi 2577 3105 LINT=$ac_cv_prog_LINT 2578 3106 if test -n "$LINT"; then 2579 3107 - echo "$as_me:3328: result: $LINT" >&5 2580 + echo "$as_me:334 2: result: $LINT" >&53108 + echo "$as_me:3344: result: $LINT" >&5 2581 3109 echo "${ECHO_T}$LINT" >&6 2582 3110 else 2583 3111 - echo "$as_me:3331: result: no" >&5 2584 + echo "$as_me:334 5: result: no" >&53112 + echo "$as_me:3347: result: no" >&5 2585 3113 echo "${ECHO_T}no" >&6 2586 3114 fi … … 2590 3118 2591 3119 -echo "$as_me:3338: checking whether ln -s works" >&5 2592 +echo "$as_me:335 2: checking whether ln -s works" >&53120 +echo "$as_me:3354: checking whether ln -s works" >&5 2593 3121 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 2594 3122 LN_S=$as_ln_s 2595 3123 if test "$LN_S" = "ln -s"; then 2596 3124 - echo "$as_me:3342: result: yes" >&5 2597 + echo "$as_me:335 6: result: yes" >&53125 + echo "$as_me:3358: result: yes" >&5 2598 3126 echo "${ECHO_T}yes" >&6 2599 3127 else 2600 3128 - echo "$as_me:3345: result: no, using $LN_S" >&5 2601 + echo "$as_me:33 59: result: no, using $LN_S" >&53129 + echo "$as_me:3361: result: no, using $LN_S" >&5 2602 3130 echo "${ECHO_T}no, using $LN_S" >&6 2603 3131 fi 2604 3132 2605 3133 -echo "$as_me:3349: checking for long file names" >&5 2606 +echo "$as_me:336 3: checking for long file names" >&53134 +echo "$as_me:3365: checking for long file names" >&5 2607 3135 echo $ECHO_N "checking for long file names... $ECHO_C" >&6 2608 3136 if test "${ac_cv_sys_long_file_names+set}" = set; then 2609 3137 echo $ECHO_N "(cached) $ECHO_C" >&6 2610 @@ -3385,7 +3 399,7 @@3138 @@ -3385,7 +3401,7 @@ 2611 3139 rm -rf $ac_xdir 2>/dev/null 2612 3140 done 2613 3141 fi 2614 3142 -echo "$as_me:3388: result: $ac_cv_sys_long_file_names" >&5 2615 +echo "$as_me:340 2: result: $ac_cv_sys_long_file_names" >&53143 +echo "$as_me:3404: result: $ac_cv_sys_long_file_names" >&5 2616 3144 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 2617 3145 if test $ac_cv_sys_long_file_names = yes; then 2618 3146 2619 @@ -3395,7 +34 09,7@@3147 @@ -3395,7 +3411,136 @@ 2620 3148 2621 3149 fi 2622 3150 2623 3151 -echo "$as_me:3398: checking if we should assume mixed-case filenames" >&5 2624 +echo "$as_me:3412: checking if we should assume mixed-case filenames" >&5 3152 +# if we find pkg-config, check if we should install the ".pc" files. 3153 + 3154 +echo "$as_me:3416: checking if you want to use pkg-config" >&5 3155 +echo $ECHO_N "checking if you want to use pkg-config... $ECHO_C" >&6 3156 + 3157 +# Check whether --with-pkg-config or --without-pkg-config was given. 3158 +if test "${with_pkg_config+set}" = set; then 3159 + withval="$with_pkg_config" 3160 + cf_pkg_config=$withval 3161 +else 3162 + cf_pkg_config=yes 3163 +fi; 3164 +echo "$as_me:3426: result: $cf_pkg_config" >&5 3165 +echo "${ECHO_T}$cf_pkg_config" >&6 3166 + 3167 +case $cf_pkg_config in 3168 +no) 3169 + PKG_CONFIG=none 3170 + ;; 3171 +yes) 3172 + # Extract the first word of "pkg-config", so it can be a program name with args. 3173 +set dummy pkg-config; ac_word=$2 3174 +echo "$as_me:3436: checking for $ac_word" >&5 3175 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3176 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 3177 + echo $ECHO_N "(cached) $ECHO_C" >&6 3178 +else 3179 + case $PKG_CONFIG in 3180 + [\\/]* | ?:[\\/]*) 3181 + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 3182 + ;; 3183 + *) 3184 + ac_save_IFS=$IFS; IFS=$ac_path_separator 3185 +ac_dummy="$PATH" 3186 +for ac_dir in $ac_dummy; do 3187 + IFS=$ac_save_IFS 3188 + test -z "$ac_dir" && ac_dir=. 3189 + if $as_executable_p "$ac_dir/$ac_word"; then 3190 + ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" 3191 + echo "$as_me:3453: found $ac_dir/$ac_word" >&5 3192 + break 3193 +fi 3194 +done 3195 + 3196 + test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="none" 3197 + ;; 3198 +esac 3199 +fi 3200 +PKG_CONFIG=$ac_cv_path_PKG_CONFIG 3201 + 3202 +if test -n "$PKG_CONFIG"; then 3203 + echo "$as_me:3465: result: $PKG_CONFIG" >&5 3204 +echo "${ECHO_T}$PKG_CONFIG" >&6 3205 +else 3206 + echo "$as_me:3468: result: no" >&5 3207 +echo "${ECHO_T}no" >&6 3208 +fi 3209 + 3210 + ;; 3211 +*) 3212 + PKG_CONFIG=$withval 3213 + ;; 3214 +esac 3215 + 3216 +test -z "$PKG_CONFIG" && PKG_CONFIG=none 3217 +if test "$PKG_CONFIG" != none ; then 3218 + 3219 +if test "x$prefix" != xNONE; then 3220 + cf_path_syntax="$prefix" 3221 +else 3222 + cf_path_syntax="$ac_default_prefix" 3223 +fi 3224 + 3225 +case ".$PKG_CONFIG" in #(vi 3226 +.\$\(*\)*|.\'*\'*) #(vi 3227 + ;; 3228 +..|./*|.\\*) #(vi 3229 + ;; 3230 +.[a-zA-Z]:[\\/]*) #(vi OS/2 EMX 3231 + ;; 3232 +.\${*prefix}*) #(vi 3233 + eval PKG_CONFIG="$PKG_CONFIG" 3234 + case ".$PKG_CONFIG" in #(vi 3235 + .NONE/*) 3236 + PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%` 3237 + ;; 3238 + esac 3239 + ;; #(vi 3240 +.no|.NONE/*) 3241 + PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%` 3242 + ;; 3243 +*) 3244 + { { echo "$as_me:3506: error: expected a pathname, not \"$PKG_CONFIG\"" >&5 3245 +echo "$as_me: error: expected a pathname, not \"$PKG_CONFIG\"" >&2;} 3246 + { (exit 1); exit 1; }; } 3247 + ;; 3248 +esac 3249 + 3250 +fi 3251 + 3252 +if test "$PKG_CONFIG" != no ; then 3253 + echo "$as_me:3515: checking if we should install .pc files for $PKG_CONFIG" >&5 3254 +echo $ECHO_N "checking if we should install .pc files for $PKG_CONFIG... $ECHO_C" >&6 3255 + 3256 + # Leave this as something that can be overridden in the environment. 3257 + if test -z "$PKG_CONFIG_LIBDIR" ; then 3258 + PKG_CONFIG_LIBDIR=`echo "$PKG_CONFIG" | sed -e 's,/[^/]*/[^/]*$,,'`/lib/pkgconfig 3259 + fi 3260 + 3261 + if test -d "$PKG_CONFIG_LIBDIR" ; then 3262 + 3263 +# Check whether --enable-pc-files or --disable-pc-files was given. 3264 +if test "${enable_pc_files+set}" = set; then 3265 + enableval="$enable_pc_files" 3266 + enable_pc_files=$enableval 3267 +else 3268 + enable_pc_files=no 3269 +fi; 3270 + echo "$as_me:3532: result: $enable_pc_files" >&5 3271 +echo "${ECHO_T}$enable_pc_files" >&6 3272 + else 3273 + echo "$as_me:3535: result: no" >&5 3274 +echo "${ECHO_T}no" >&6 3275 + { echo "$as_me:3537: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&5 3276 +echo "$as_me: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&2;} 3277 + enable_pc_files=no 3278 + fi 3279 +fi 3280 + 3281 +echo "$as_me:3543: checking if we should assume mixed-case filenames" >&5 2625 3282 echo $ECHO_N "checking if we should assume mixed-case filenames... $ECHO_C" >&6 2626 3283 2627 3284 # Check whether --enable-mixed-case or --disable-mixed-case was given. 2628 @@ -3405,11 +3 419,11 @@3285 @@ -3405,11 +3550,11 @@ 2629 3286 else 2630 3287 enable_mixedcase=auto 2631 3288 fi; 2632 3289 -echo "$as_me:3408: result: $enable_mixedcase" >&5 2633 +echo "$as_me:3 422: result: $enable_mixedcase" >&53290 +echo "$as_me:3553: result: $enable_mixedcase" >&5 2634 3291 echo "${ECHO_T}$enable_mixedcase" >&6 2635 3292 if test "$enable_mixedcase" = "auto" ; then 2636 3293 2637 3294 -echo "$as_me:3412: checking if filesystem supports mixed-case filenames" >&5 2638 +echo "$as_me:3 426: checking if filesystem supports mixed-case filenames" >&53295 +echo "$as_me:3557: checking if filesystem supports mixed-case filenames" >&5 2639 3296 echo $ECHO_N "checking if filesystem supports mixed-case filenames... $ECHO_C" >&6 2640 3297 if test "${cf_cv_mixedcase+set}" = set; then 2641 3298 echo $ECHO_N "(cached) $ECHO_C" >&6 2642 @@ -3436,7 +3 450,7 @@3299 @@ -3436,7 +3581,7 @@ 2643 3300 fi 2644 3301 2645 3302 fi 2646 3303 -echo "$as_me:3439: result: $cf_cv_mixedcase" >&5 2647 +echo "$as_me:3 453: result: $cf_cv_mixedcase" >&53304 +echo "$as_me:3584: result: $cf_cv_mixedcase" >&5 2648 3305 echo "${ECHO_T}$cf_cv_mixedcase" >&6 2649 3306 test "$cf_cv_mixedcase" = yes && cat >>confdefs.h <<\EOF 2650 3307 #define MIXEDCASE_FILENAMES 1 2651 @@ -3453,7 +3 467,7 @@3308 @@ -3453,7 +3598,7 @@ 2652 3309 fi 2653 3310 2654 3311 # do this after mixed-case option (tags/TAGS is not as important as tic). 2655 3312 -echo "$as_me:3456: checking whether ${MAKE-make} sets \${MAKE}" >&5 2656 +echo "$as_me:3 470: checking whether ${MAKE-make} sets \${MAKE}" >&53313 +echo "$as_me:3601: checking whether ${MAKE-make} sets \${MAKE}" >&5 2657 3314 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 2658 3315 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 2659 3316 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 2660 @@ -3473,18 +3 487,18 @@3317 @@ -3473,18 +3618,18 @@ 2661 3318 rm -f conftest.make 2662 3319 fi 2663 3320 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 2664 3321 - echo "$as_me:3476: result: yes" >&5 2665 + echo "$as_me:3 490: result: yes" >&53322 + echo "$as_me:3621: result: yes" >&5 2666 3323 echo "${ECHO_T}yes" >&6 2667 3324 SET_MAKE= 2668 3325 else 2669 3326 - echo "$as_me:3480: result: no" >&5 2670 + echo "$as_me:3 494: result: no" >&53327 + echo "$as_me:3625: result: no" >&5 2671 3328 echo "${ECHO_T}no" >&6 2672 3329 SET_MAKE="MAKE=${MAKE-make}" … … 2676 3333 set dummy ctags; ac_word=$2 2677 3334 -echo "$as_me:3487: checking for $ac_word" >&5 2678 +echo "$as_me:3 501: checking for $ac_word" >&53335 +echo "$as_me:3632: checking for $ac_word" >&5 2679 3336 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2680 3337 if test "${ac_cv_prog_MAKE_LOWER_TAGS+set}" = set; then 2681 3338 echo $ECHO_N "(cached) $ECHO_C" >&6 2682 @@ -3499,7 +3 513,7 @@3339 @@ -3499,7 +3644,7 @@ 2683 3340 test -z "$ac_dir" && ac_dir=. 2684 3341 $as_executable_p "$ac_dir/$ac_word" || continue 2685 3342 ac_cv_prog_MAKE_LOWER_TAGS="yes" 2686 3343 -echo "$as_me:3502: found $ac_dir/$ac_word" >&5 2687 +echo "$as_me:3 516: found $ac_dir/$ac_word" >&53344 +echo "$as_me:3647: found $ac_dir/$ac_word" >&5 2688 3345 break 2689 3346 done 2690 3347 2691 @@ -3508,17 +3 522,17 @@3348 @@ -3508,17 +3653,17 @@ 2692 3349 fi 2693 3350 MAKE_LOWER_TAGS=$ac_cv_prog_MAKE_LOWER_TAGS 2694 3351 if test -n "$MAKE_LOWER_TAGS"; then 2695 3352 - echo "$as_me:3511: result: $MAKE_LOWER_TAGS" >&5 2696 + echo "$as_me:3 525: result: $MAKE_LOWER_TAGS" >&53353 + echo "$as_me:3656: result: $MAKE_LOWER_TAGS" >&5 2697 3354 echo "${ECHO_T}$MAKE_LOWER_TAGS" >&6 2698 3355 else 2699 3356 - echo "$as_me:3514: result: no" >&5 2700 + echo "$as_me:3 528: result: no" >&53357 + echo "$as_me:3659: result: no" >&5 2701 3358 echo "${ECHO_T}no" >&6 2702 3359 fi … … 2706 3363 set dummy etags; ac_word=$2 2707 3364 -echo "$as_me:3521: checking for $ac_word" >&5 2708 +echo "$as_me:3 535: checking for $ac_word" >&53365 +echo "$as_me:3666: checking for $ac_word" >&5 2709 3366 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2710 3367 if test "${ac_cv_prog_MAKE_UPPER_TAGS+set}" = set; then 2711 3368 echo $ECHO_N "(cached) $ECHO_C" >&6 2712 @@ -3533,7 +3 547,7 @@3369 @@ -3533,7 +3678,7 @@ 2713 3370 test -z "$ac_dir" && ac_dir=. 2714 3371 $as_executable_p "$ac_dir/$ac_word" || continue 2715 3372 ac_cv_prog_MAKE_UPPER_TAGS="yes" 2716 3373 -echo "$as_me:3536: found $ac_dir/$ac_word" >&5 2717 +echo "$as_me:3 550: found $ac_dir/$ac_word" >&53374 +echo "$as_me:3681: found $ac_dir/$ac_word" >&5 2718 3375 break 2719 3376 done 2720 3377 2721 @@ -3542,10 +3 556,10 @@3378 @@ -3542,10 +3687,10 @@ 2722 3379 fi 2723 3380 MAKE_UPPER_TAGS=$ac_cv_prog_MAKE_UPPER_TAGS 2724 3381 if test -n "$MAKE_UPPER_TAGS"; then 2725 3382 - echo "$as_me:3545: result: $MAKE_UPPER_TAGS" >&5 2726 + echo "$as_me:3 559: result: $MAKE_UPPER_TAGS" >&53383 + echo "$as_me:3690: result: $MAKE_UPPER_TAGS" >&5 2727 3384 echo "${ECHO_T}$MAKE_UPPER_TAGS" >&6 2728 3385 else 2729 3386 - echo "$as_me:3548: result: no" >&5 2730 + echo "$as_me:3 562: result: no" >&53387 + echo "$as_me:3693: result: no" >&5 2731 3388 echo "${ECHO_T}no" >&6 2732 3389 fi 2733 3390 2734 @@ -3565,7 +3 579,7 @@3391 @@ -3565,7 +3710,7 @@ 2735 3392 MAKE_LOWER_TAGS="#" 2736 3393 fi 2737 3394 2738 3395 -echo "$as_me:3568: checking for makeflags variable" >&5 2739 +echo "$as_me:3 582: checking for makeflags variable" >&53396 +echo "$as_me:3713: checking for makeflags variable" >&5 2740 3397 echo $ECHO_N "checking for makeflags variable... $ECHO_C" >&6 2741 3398 if test "${cf_cv_makeflags+set}" = set; then 2742 3399 echo $ECHO_N "(cached) $ECHO_C" >&6 2743 @@ -3599,13 +3 613,13 @@3400 @@ -3599,13 +3744,13 @@ 2744 3401 rm -f cf_makeflags.tmp 2745 3402 2746 3403 fi 2747 3404 -echo "$as_me:3602: result: $cf_cv_makeflags" >&5 2748 +echo "$as_me:3 616: result: $cf_cv_makeflags" >&53405 +echo "$as_me:3747: result: $cf_cv_makeflags" >&5 2749 3406 echo "${ECHO_T}$cf_cv_makeflags" >&6 2750 3407 … … 2753 3410 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2754 3411 -echo "$as_me:3608: checking for $ac_word" >&5 2755 +echo "$as_me:3 622: checking for $ac_word" >&53412 +echo "$as_me:3753: checking for $ac_word" >&5 2756 3413 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2757 3414 if test "${ac_cv_prog_RANLIB+set}" = set; then 2758 3415 echo $ECHO_N "(cached) $ECHO_C" >&6 2759 @@ -3620,7 +3 634,7 @@3416 @@ -3620,7 +3765,7 @@ 2760 3417 test -z "$ac_dir" && ac_dir=. 2761 3418 $as_executable_p "$ac_dir/$ac_word" || continue 2762 3419 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 2763 3420 -echo "$as_me:3623: found $ac_dir/$ac_word" >&5 2764 +echo "$as_me:3 637: found $ac_dir/$ac_word" >&53421 +echo "$as_me:3768: found $ac_dir/$ac_word" >&5 2765 3422 break 2766 3423 done 2767 3424 2768 @@ -3628,10 +3 642,10 @@3425 @@ -3628,10 +3773,10 @@ 2769 3426 fi 2770 3427 RANLIB=$ac_cv_prog_RANLIB 2771 3428 if test -n "$RANLIB"; then 2772 3429 - echo "$as_me:3631: result: $RANLIB" >&5 2773 + echo "$as_me:3 645: result: $RANLIB" >&53430 + echo "$as_me:3776: result: $RANLIB" >&5 2774 3431 echo "${ECHO_T}$RANLIB" >&6 2775 3432 else 2776 3433 - echo "$as_me:3634: result: no" >&5 2777 + echo "$as_me:3 648: result: no" >&53434 + echo "$as_me:3779: result: no" >&5 2778 3435 echo "${ECHO_T}no" >&6 2779 3436 fi 2780 3437 2781 @@ -3640,7 +3 654,7 @@3438 @@ -3640,7 +3785,7 @@ 2782 3439 ac_ct_RANLIB=$RANLIB 2783 3440 # Extract the first word of "ranlib", so it can be a program name with args. 2784 3441 set dummy ranlib; ac_word=$2 2785 3442 -echo "$as_me:3643: checking for $ac_word" >&5 2786 +echo "$as_me:3 657: checking for $ac_word" >&53443 +echo "$as_me:3788: checking for $ac_word" >&5 2787 3444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2788 3445 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 2789 3446 echo $ECHO_N "(cached) $ECHO_C" >&6 2790 @@ -3655,7 +3 669,7 @@3447 @@ -3655,7 +3800,7 @@ 2791 3448 test -z "$ac_dir" && ac_dir=. 2792 3449 $as_executable_p "$ac_dir/$ac_word" || continue 2793 3450 ac_cv_prog_ac_ct_RANLIB="ranlib" 2794 3451 -echo "$as_me:3658: found $ac_dir/$ac_word" >&5 2795 +echo "$as_me:3 672: found $ac_dir/$ac_word" >&53452 +echo "$as_me:3803: found $ac_dir/$ac_word" >&5 2796 3453 break 2797 3454 done 2798 3455 2799 @@ -3664,10 +3 678,10 @@3456 @@ -3664,10 +3809,10 @@ 2800 3457 fi 2801 3458 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 2802 3459 if test -n "$ac_ct_RANLIB"; then 2803 3460 - echo "$as_me:3667: result: $ac_ct_RANLIB" >&5 2804 + echo "$as_me:3 681: result: $ac_ct_RANLIB" >&53461 + echo "$as_me:3812: result: $ac_ct_RANLIB" >&5 2805 3462 echo "${ECHO_T}$ac_ct_RANLIB" >&6 2806 3463 else 2807 3464 - echo "$as_me:3670: result: no" >&5 2808 + echo "$as_me:3 684: result: no" >&53465 + echo "$as_me:3815: result: no" >&5 2809 3466 echo "${ECHO_T}no" >&6 2810 3467 fi 2811 3468 2812 @@ -3679,7 +3 693,7 @@3469 @@ -3679,7 +3824,7 @@ 2813 3470 if test -n "$ac_tool_prefix"; then 2814 3471 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args. 2815 3472 set dummy ${ac_tool_prefix}ld; ac_word=$2 2816 3473 -echo "$as_me:3682: checking for $ac_word" >&5 2817 +echo "$as_me:3 696: checking for $ac_word" >&53474 +echo "$as_me:3827: checking for $ac_word" >&5 2818 3475 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2819 3476 if test "${ac_cv_prog_LD+set}" = set; then 2820 3477 echo $ECHO_N "(cached) $ECHO_C" >&6 2821 @@ -3694,7 +3 708,7 @@3478 @@ -3694,7 +3839,7 @@ 2822 3479 test -z "$ac_dir" && ac_dir=. 2823 3480 $as_executable_p "$ac_dir/$ac_word" || continue 2824 3481 ac_cv_prog_LD="${ac_tool_prefix}ld" 2825 3482 -echo "$as_me:3697: found $ac_dir/$ac_word" >&5 2826 +echo "$as_me:3 711: found $ac_dir/$ac_word" >&53483 +echo "$as_me:3842: found $ac_dir/$ac_word" >&5 2827 3484 break 2828 3485 done 2829 3486 2830 @@ -3702,10 +3 716,10 @@3487 @@ -3702,10 +3847,10 @@ 2831 3488 fi 2832 3489 LD=$ac_cv_prog_LD 2833 3490 if test -n "$LD"; then 2834 3491 - echo "$as_me:3705: result: $LD" >&5 2835 + echo "$as_me:3 719: result: $LD" >&53492 + echo "$as_me:3850: result: $LD" >&5 2836 3493 echo "${ECHO_T}$LD" >&6 2837 3494 else 2838 3495 - echo "$as_me:3708: result: no" >&5 2839 + echo "$as_me:3 722: result: no" >&53496 + echo "$as_me:3853: result: no" >&5 2840 3497 echo "${ECHO_T}no" >&6 2841 3498 fi 2842 3499 2843 @@ -3714,7 +3 728,7 @@3500 @@ -3714,7 +3859,7 @@ 2844 3501 ac_ct_LD=$LD 2845 3502 # Extract the first word of "ld", so it can be a program name with args. 2846 3503 set dummy ld; ac_word=$2 2847 3504 -echo "$as_me:3717: checking for $ac_word" >&5 2848 +echo "$as_me:3 731: checking for $ac_word" >&53505 +echo "$as_me:3862: checking for $ac_word" >&5 2849 3506 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2850 3507 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then 2851 3508 echo $ECHO_N "(cached) $ECHO_C" >&6 2852 @@ -3729,7 +3 743,7 @@3509 @@ -3729,7 +3874,7 @@ 2853 3510 test -z "$ac_dir" && ac_dir=. 2854 3511 $as_executable_p "$ac_dir/$ac_word" || continue 2855 3512 ac_cv_prog_ac_ct_LD="ld" 2856 3513 -echo "$as_me:3732: found $ac_dir/$ac_word" >&5 2857 +echo "$as_me:3 746: found $ac_dir/$ac_word" >&53514 +echo "$as_me:3877: found $ac_dir/$ac_word" >&5 2858 3515 break 2859 3516 done 2860 3517 2861 @@ -3738,10 +3 752,10 @@3518 @@ -3738,10 +3883,10 @@ 2862 3519 fi 2863 3520 ac_ct_LD=$ac_cv_prog_ac_ct_LD 2864 3521 if test -n "$ac_ct_LD"; then 2865 3522 - echo "$as_me:3741: result: $ac_ct_LD" >&5 2866 + echo "$as_me:3 755: result: $ac_ct_LD" >&53523 + echo "$as_me:3886: result: $ac_ct_LD" >&5 2867 3524 echo "${ECHO_T}$ac_ct_LD" >&6 2868 3525 else 2869 3526 - echo "$as_me:3744: result: no" >&5 2870 + echo "$as_me:3 758: result: no" >&53527 + echo "$as_me:3889: result: no" >&5 2871 3528 echo "${ECHO_T}no" >&6 2872 3529 fi 2873 3530 2874 @@ -3753,7 +3 767,7 @@3531 @@ -3753,7 +3898,7 @@ 2875 3532 if test -n "$ac_tool_prefix"; then 2876 3533 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 2877 3534 set dummy ${ac_tool_prefix}ar; ac_word=$2 2878 3535 -echo "$as_me:3756: checking for $ac_word" >&5 2879 +echo "$as_me:3 770: checking for $ac_word" >&53536 +echo "$as_me:3901: checking for $ac_word" >&5 2880 3537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2881 3538 if test "${ac_cv_prog_AR+set}" = set; then 2882 3539 echo $ECHO_N "(cached) $ECHO_C" >&6 2883 @@ -3768,7 +3 782,7 @@3540 @@ -3768,7 +3913,7 @@ 2884 3541 test -z "$ac_dir" && ac_dir=. 2885 3542 $as_executable_p "$ac_dir/$ac_word" || continue 2886 3543 ac_cv_prog_AR="${ac_tool_prefix}ar" 2887 3544 -echo "$as_me:3771: found $ac_dir/$ac_word" >&5 2888 +echo "$as_me:3 785: found $ac_dir/$ac_word" >&53545 +echo "$as_me:3916: found $ac_dir/$ac_word" >&5 2889 3546 break 2890 3547 done 2891 3548 2892 @@ -3776,10 +3 790,10 @@3549 @@ -3776,10 +3921,10 @@ 2893 3550 fi 2894 3551 AR=$ac_cv_prog_AR 2895 3552 if test -n "$AR"; then 2896 3553 - echo "$as_me:3779: result: $AR" >&5 2897 + echo "$as_me:3 793: result: $AR" >&53554 + echo "$as_me:3924: result: $AR" >&5 2898 3555 echo "${ECHO_T}$AR" >&6 2899 3556 else 2900 3557 - echo "$as_me:3782: result: no" >&5 2901 + echo "$as_me:3 796: result: no" >&53558 + echo "$as_me:3927: result: no" >&5 2902 3559 echo "${ECHO_T}no" >&6 2903 3560 fi 2904 3561 2905 @@ -3788,7 +3 802,7 @@3562 @@ -3788,7 +3933,7 @@ 2906 3563 ac_ct_AR=$AR 2907 3564 # Extract the first word of "ar", so it can be a program name with args. 2908 3565 set dummy ar; ac_word=$2 2909 3566 -echo "$as_me:3791: checking for $ac_word" >&5 2910 +echo "$as_me:3 805: checking for $ac_word" >&53567 +echo "$as_me:3936: checking for $ac_word" >&5 2911 3568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2912 3569 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 2913 3570 echo $ECHO_N "(cached) $ECHO_C" >&6 2914 @@ -3803,7 +3 817,7 @@3571 @@ -3803,7 +3948,7 @@ 2915 3572 test -z "$ac_dir" && ac_dir=. 2916 3573 $as_executable_p "$ac_dir/$ac_word" || continue 2917 3574 ac_cv_prog_ac_ct_AR="ar" 2918 3575 -echo "$as_me:3806: found $ac_dir/$ac_word" >&5 2919 +echo "$as_me:3 820: found $ac_dir/$ac_word" >&53576 +echo "$as_me:3951: found $ac_dir/$ac_word" >&5 2920 3577 break 2921 3578 done 2922 3579 2923 @@ -3812,10 +3 826,10 @@3580 @@ -3812,10 +3957,10 @@ 2924 3581 fi 2925 3582 ac_ct_AR=$ac_cv_prog_ac_ct_AR 2926 3583 if test -n "$ac_ct_AR"; then 2927 3584 - echo "$as_me:3815: result: $ac_ct_AR" >&5 2928 + echo "$as_me:3 829: result: $ac_ct_AR" >&53585 + echo "$as_me:3960: result: $ac_ct_AR" >&5 2929 3586 echo "${ECHO_T}$ac_ct_AR" >&6 2930 3587 else 2931 3588 - echo "$as_me:3818: result: no" >&5 2932 + echo "$as_me:3 832: result: no" >&53589 + echo "$as_me:3963: result: no" >&5 2933 3590 echo "${ECHO_T}no" >&6 2934 3591 fi 2935 3592 2936 @@ -3828,7 +3842,7 @@ 3593 @@ -3824,25 +3969,123 @@ 3594 AR="$ac_cv_prog_AR" 3595 fi 3596 3597 -if test "${cf_cv_subst_AR_OPTS+set}" = set; then 3598 +if test -n "$ac_tool_prefix"; then 3599 + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 3600 +set dummy ${ac_tool_prefix}ar; ac_word=$2 3601 +echo "$as_me:3975: checking for $ac_word" >&5 3602 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3603 +if test "${ac_cv_prog_AR+set}" = set; then 2937 3604 echo $ECHO_N "(cached) $ECHO_C" >&6 2938 3605 else 3606 + if test -n "$AR"; then 3607 + ac_cv_prog_AR="$AR" # Let the user override the test. 3608 +else 3609 + ac_save_IFS=$IFS; IFS=$ac_path_separator 3610 +ac_dummy="$PATH" 3611 +for ac_dir in $ac_dummy; do 3612 + IFS=$ac_save_IFS 3613 + test -z "$ac_dir" && ac_dir=. 3614 + $as_executable_p "$ac_dir/$ac_word" || continue 3615 +ac_cv_prog_AR="${ac_tool_prefix}ar" 3616 +echo "$as_me:3990: found $ac_dir/$ac_word" >&5 3617 +break 3618 +done 2939 3619 2940 3620 -echo "$as_me:3831: checking for archiver options (symbol AR_OPTS)" >&5 2941 +echo "$as_me:3845: checking for archiver options (symbol AR_OPTS)" >&5 2942 echo $ECHO_N "checking for archiver options (symbol AR_OPTS)... $ECHO_C" >&6 2943 2944 if test -z "$AR_OPTS" ; then 2945 @@ -3837,12 +3851,12 @@ 2946 fi 2947 2948 cf_cv_subst_AR_OPTS=$AR_OPTS 3621 -echo $ECHO_N "checking for archiver options (symbol AR_OPTS)... $ECHO_C" >&6 3622 +fi 3623 +fi 3624 +AR=$ac_cv_prog_AR 3625 +if test -n "$AR"; then 3626 + echo "$as_me:3998: result: $AR" >&5 3627 +echo "${ECHO_T}$AR" >&6 3628 +else 3629 + echo "$as_me:4001: result: no" >&5 3630 +echo "${ECHO_T}no" >&6 3631 +fi 3632 3633 -if test -z "$AR_OPTS" ; then 3634 - AR_OPTS=rv 3635 +fi 3636 +if test -z "$ac_cv_prog_AR"; then 3637 + ac_ct_AR=$AR 3638 + # Extract the first word of "ar", so it can be a program name with args. 3639 +set dummy ar; ac_word=$2 3640 +echo "$as_me:4010: checking for $ac_word" >&5 3641 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3642 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 3643 + echo $ECHO_N "(cached) $ECHO_C" >&6 3644 +else 3645 + if test -n "$ac_ct_AR"; then 3646 + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 3647 +else 3648 + ac_save_IFS=$IFS; IFS=$ac_path_separator 3649 +ac_dummy="$PATH" 3650 +for ac_dir in $ac_dummy; do 3651 + IFS=$ac_save_IFS 3652 + test -z "$ac_dir" && ac_dir=. 3653 + $as_executable_p "$ac_dir/$ac_word" || continue 3654 +ac_cv_prog_ac_ct_AR="ar" 3655 +echo "$as_me:4025: found $ac_dir/$ac_word" >&5 3656 +break 3657 +done 3658 3659 + test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar" 3660 +fi 3661 fi 3662 +ac_ct_AR=$ac_cv_prog_ac_ct_AR 3663 +if test -n "$ac_ct_AR"; then 3664 + echo "$as_me:4034: result: $ac_ct_AR" >&5 3665 +echo "${ECHO_T}$ac_ct_AR" >&6 3666 +else 3667 + echo "$as_me:4037: result: no" >&5 3668 +echo "${ECHO_T}no" >&6 3669 +fi 3670 + 3671 + AR=$ac_ct_AR 3672 +else 3673 + AR="$ac_cv_prog_AR" 3674 +fi 3675 + 3676 +echo "$as_me:4046: checking for options to update archives" >&5 3677 +echo $ECHO_N "checking for options to update archives... $ECHO_C" >&6 3678 +if test "${cf_cv_ar_flags+set}" = set; then 3679 + echo $ECHO_N "(cached) $ECHO_C" >&6 3680 +else 3681 + 3682 + cf_cv_ar_flags=unknown 3683 + for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv 3684 + do 3685 + rm -f conftest.$ac_cv_objext 3686 + rm -f conftest.a 3687 + 3688 + cat >conftest.$ac_ext <<EOF 3689 +#line 4059 "configure" 3690 +int testdata[3] = { 123, 456, 789 }; 3691 +EOF 3692 + if { (eval echo "$as_me:4062: \"$ac_compile\"") >&5 3693 + (eval $ac_compile) 2>&5 3694 + ac_status=$? 3695 + echo "$as_me:4065: \$? = $ac_status" >&5 3696 + (exit $ac_status); } ; then 3697 + $AR $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&5 1>/dev/null 3698 + if test -f conftest.a ; then 3699 + cf_cv_ar_flags=$cf_ar_flags 3700 + break 3701 + fi 3702 + else 3703 + test -n "$verbose" && echo " cannot compile test-program" 1>&6 3704 3705 -cf_cv_subst_AR_OPTS=$AR_OPTS 2949 3706 -echo "$as_me:3840: result: $AR_OPTS" >&5 2950 +echo "$as_me:3854: result: $AR_OPTS" >&5 2951 echo "${ECHO_T}$AR_OPTS" >&6 2952 2953 fi 3707 -echo "${ECHO_T}$AR_OPTS" >&6 3708 +echo "${as_me-configure}:4075: testing cannot compile test-program ..." 1>&5 3709 + 3710 + break 3711 + fi 3712 + done 3713 + rm -f conftest.a conftest.$ac_ext conftest.$ac_cv_objext 3714 3715 fi 3716 +echo "$as_me:4083: result: $cf_cv_ar_flags" >&5 3717 +echo "${ECHO_T}$cf_cv_ar_flags" >&6 2954 3718 2955 3719 -echo "$as_me:3845: checking if you have specified an install-prefix" >&5 2956 +echo "$as_me:3859: checking if you have specified an install-prefix" >&5 3720 +ARFLAGS=$cf_cv_ar_flags 3721 + 3722 +echo "$as_me:4088: checking if you have specified an install-prefix" >&5 2957 3723 echo $ECHO_N "checking if you have specified an install-prefix... $ECHO_C" >&6 2958 3724 2959 3725 # Check whether --with-install-prefix or --without-install-prefix was given. 2960 @@ -3855,7 + 3869,7 @@3726 @@ -3855,7 +4098,7 @@ 2961 3727 ;; 2962 3728 esac 2963 3729 fi; 2964 3730 -echo "$as_me:3858: result: $DESTDIR" >&5 2965 +echo "$as_me: 3872: result: $DESTDIR" >&53731 +echo "$as_me:4101: result: $DESTDIR" >&5 2966 3732 echo "${ECHO_T}$DESTDIR" >&6 2967 3733 2968 3734 ############################################################################### 2969 @@ -3883,7 + 3897,7 @@3735 @@ -3883,7 +4126,7 @@ 2970 3736 do 2971 3737 # Extract the first word of "$ac_prog", so it can be a program name with args. 2972 3738 set dummy $ac_prog; ac_word=$2 2973 3739 -echo "$as_me:3886: checking for $ac_word" >&5 2974 +echo "$as_me: 3900: checking for $ac_word" >&53740 +echo "$as_me:4129: checking for $ac_word" >&5 2975 3741 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2976 3742 if test "${ac_cv_prog_BUILD_CC+set}" = set; then 2977 3743 echo $ECHO_N "(cached) $ECHO_C" >&6 2978 @@ -3898,7 + 3912,7 @@3744 @@ -3898,7 +4141,7 @@ 2979 3745 test -z "$ac_dir" && ac_dir=. 2980 3746 $as_executable_p "$ac_dir/$ac_word" || continue 2981 3747 ac_cv_prog_BUILD_CC="$ac_prog" 2982 3748 -echo "$as_me:3901: found $ac_dir/$ac_word" >&5 2983 +echo "$as_me: 3915: found $ac_dir/$ac_word" >&53749 +echo "$as_me:4144: found $ac_dir/$ac_word" >&5 2984 3750 break 2985 3751 done 2986 3752 2987 @@ -3906,10 + 3920,10 @@3753 @@ -3906,10 +4149,10 @@ 2988 3754 fi 2989 3755 BUILD_CC=$ac_cv_prog_BUILD_CC 2990 3756 if test -n "$BUILD_CC"; then 2991 3757 - echo "$as_me:3909: result: $BUILD_CC" >&5 2992 + echo "$as_me: 3923: result: $BUILD_CC" >&53758 + echo "$as_me:4152: result: $BUILD_CC" >&5 2993 3759 echo "${ECHO_T}$BUILD_CC" >&6 2994 3760 else 2995 3761 - echo "$as_me:3912: result: no" >&5 2996 + echo "$as_me: 3926: result: no" >&53762 + echo "$as_me:4155: result: no" >&5 2997 3763 echo "${ECHO_T}no" >&6 2998 3764 fi 2999 3765 3000 @@ -3917,12 + 3931,12 @@3766 @@ -3917,12 +4160,12 @@ 3001 3767 done 3002 3768 3003 3769 fi; 3004 3770 - echo "$as_me:3920: checking for native build C compiler" >&5 3005 + echo "$as_me: 3934: checking for native build C compiler" >&53771 + echo "$as_me:4163: checking for native build C compiler" >&5 3006 3772 echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6 3007 3773 - echo "$as_me:3922: result: $BUILD_CC" >&5 3008 + echo "$as_me: 3936: result: $BUILD_CC" >&53774 + echo "$as_me:4165: result: $BUILD_CC" >&5 3009 3775 echo "${ECHO_T}$BUILD_CC" >&6 3010 3776 3011 3777 - echo "$as_me:3925: checking for native build C preprocessor" >&5 3012 + echo "$as_me: 3939: checking for native build C preprocessor" >&53778 + echo "$as_me:4168: checking for native build C preprocessor" >&5 3013 3779 echo $ECHO_N "checking for native build C preprocessor... $ECHO_C" >&6 3014 3780 3015 3781 # Check whether --with-build-cpp or --without-build-cpp was given. 3016 @@ -3932,10 + 3946,10 @@3782 @@ -3932,10 +4175,10 @@ 3017 3783 else 3018 3784 BUILD_CPP='${BUILD_CC} -E' 3019 3785 fi; 3020 3786 - echo "$as_me:3935: result: $BUILD_CPP" >&5 3021 + echo "$as_me: 3949: result: $BUILD_CPP" >&53787 + echo "$as_me:4178: result: $BUILD_CPP" >&5 3022 3788 echo "${ECHO_T}$BUILD_CPP" >&6 3023 3789 3024 3790 - echo "$as_me:3938: checking for native build C flags" >&5 3025 + echo "$as_me: 3952: checking for native build C flags" >&53791 + echo "$as_me:4181: checking for native build C flags" >&5 3026 3792 echo $ECHO_N "checking for native build C flags... $ECHO_C" >&6 3027 3793 3028 3794 # Check whether --with-build-cflags or --without-build-cflags was given. 3029 @@ -3943,10 + 3957,10 @@3795 @@ -3943,10 +4186,10 @@ 3030 3796 withval="$with_build_cflags" 3031 3797 BUILD_CFLAGS="$withval" 3032 3798 fi; 3033 3799 - echo "$as_me:3946: result: $BUILD_CFLAGS" >&5 3034 + echo "$as_me: 3960: result: $BUILD_CFLAGS" >&53800 + echo "$as_me:4189: result: $BUILD_CFLAGS" >&5 3035 3801 echo "${ECHO_T}$BUILD_CFLAGS" >&6 3036 3802 3037 3803 - echo "$as_me:3949: checking for native build C preprocessor-flags" >&5 3038 + echo "$as_me: 3963: checking for native build C preprocessor-flags" >&53804 + echo "$as_me:4192: checking for native build C preprocessor-flags" >&5 3039 3805 echo $ECHO_N "checking for native build C preprocessor-flags... $ECHO_C" >&6 3040 3806 3041 3807 # Check whether --with-build-cppflags or --without-build-cppflags was given. 3042 @@ -3954,10 + 3968,10 @@3808 @@ -3954,10 +4197,10 @@ 3043 3809 withval="$with_build_cppflags" 3044 3810 BUILD_CPPFLAGS="$withval" 3045 3811 fi; 3046 3812 - echo "$as_me:3957: result: $BUILD_CPPFLAGS" >&5 3047 + echo "$as_me: 3971: result: $BUILD_CPPFLAGS" >&53813 + echo "$as_me:4200: result: $BUILD_CPPFLAGS" >&5 3048 3814 echo "${ECHO_T}$BUILD_CPPFLAGS" >&6 3049 3815 3050 3816 - echo "$as_me:3960: checking for native build linker-flags" >&5 3051 + echo "$as_me: 3974: checking for native build linker-flags" >&53817 + echo "$as_me:4203: checking for native build linker-flags" >&5 3052 3818 echo $ECHO_N "checking for native build linker-flags... $ECHO_C" >&6 3053 3819 3054 3820 # Check whether --with-build-ldflags or --without-build-ldflags was given. 3055 @@ -3965,10 + 3979,10 @@3821 @@ -3965,10 +4208,10 @@ 3056 3822 withval="$with_build_ldflags" 3057 3823 BUILD_LDFLAGS="$withval" 3058 3824 fi; 3059 3825 - echo "$as_me:3968: result: $BUILD_LDFLAGS" >&5 3060 + echo "$as_me: 3982: result: $BUILD_LDFLAGS" >&53826 + echo "$as_me:4211: result: $BUILD_LDFLAGS" >&5 3061 3827 echo "${ECHO_T}$BUILD_LDFLAGS" >&6 3062 3828 3063 3829 - echo "$as_me:3971: checking for native build linker-libraries" >&5 3064 + echo "$as_me: 3985: checking for native build linker-libraries" >&53830 + echo "$as_me:4214: checking for native build linker-libraries" >&5 3065 3831 echo $ECHO_N "checking for native build linker-libraries... $ECHO_C" >&6 3066 3832 3067 3833 # Check whether --with-build-libs or --without-build-libs was given. 3068 @@ -3976,7 + 3990,7 @@3834 @@ -3976,7 +4219,7 @@ 3069 3835 withval="$with_build_libs" 3070 3836 BUILD_LIBS="$withval" 3071 3837 fi; 3072 3838 - echo "$as_me:3979: result: $BUILD_LIBS" >&5 3073 + echo "$as_me: 3993: result: $BUILD_LIBS" >&53839 + echo "$as_me:4222: result: $BUILD_LIBS" >&5 3074 3840 echo "${ECHO_T}$BUILD_LIBS" >&6 3075 3841 3076 3842 # this assumes we're on Unix. 3077 @@ -3986,7 +4 000,7 @@3843 @@ -3986,7 +4229,7 @@ 3078 3844 : ${BUILD_CC:='${CC}'} 3079 3845 3080 3846 if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then 3081 3847 - { { echo "$as_me:3989: error: Cross-build requires two compilers. 3082 + { { echo "$as_me:4 003: error: Cross-build requires two compilers.3848 + { { echo "$as_me:4232: error: Cross-build requires two compilers. 3083 3849 Use --with-build-cc to specify the native compiler." >&5 3084 3850 echo "$as_me: error: Cross-build requires two compilers. 3085 3851 Use --with-build-cc to specify the native compiler." >&2;} 3086 @@ -4027,7 +4 041,7 @@3852 @@ -4027,7 +4270,7 @@ 3087 3853 LIB_INSTALL= 3088 3854 LIB_UNINSTALL= 3089 3855 3090 3856 -echo "$as_me:4030: checking if you want to build libraries with libtool" >&5 3091 +echo "$as_me:4 044: checking if you want to build libraries with libtool" >&53857 +echo "$as_me:4273: checking if you want to build libraries with libtool" >&5 3092 3858 echo $ECHO_N "checking if you want to build libraries with libtool... $ECHO_C" >&6 3093 3859 3094 3860 # Check whether --with-libtool or --without-libtool was given. 3095 @@ -4037,11 +4 051,11 @@3861 @@ -4037,11 +4280,11 @@ 3096 3862 else 3097 3863 with_libtool=no 3098 3864 fi; 3099 3865 -echo "$as_me:4040: result: $with_libtool" >&5 3100 +echo "$as_me:4 054: result: $with_libtool" >&53866 +echo "$as_me:4283: result: $with_libtool" >&5 3101 3867 echo "${ECHO_T}$with_libtool" >&6 3102 3868 if test "$with_libtool" != "no"; then … … 3107 3873 if test "x$prefix" != xNONE; then 3108 3874 cf_path_syntax="$prefix" 3109 @@ -4068,7 +4 082,7 @@3875 @@ -4068,7 +4311,7 @@ 3110 3876 with_libtool=`echo $with_libtool | sed -e s%NONE%$cf_path_syntax%` 3111 3877 ;; 3112 3878 *) 3113 3879 - { { echo "$as_me:4071: error: expected a pathname, not \"$with_libtool\"" >&5 3114 + { { echo "$as_me:4 085: error: expected a pathname, not \"$with_libtool\"" >&53880 + { { echo "$as_me:4314: error: expected a pathname, not \"$with_libtool\"" >&5 3115 3881 echo "$as_me: error: expected a pathname, not \"$with_libtool\"" >&2;} 3116 3882 { (exit 1); exit 1; }; } 3117 3883 ;; 3118 @@ -4076,9 +4 090,9 @@3884 @@ -4076,9 +4319,9 @@ 3119 3885 3120 3886 LIBTOOL=$with_libtool … … 3124 3890 set dummy libtool; ac_word=$2 3125 3891 -echo "$as_me:4081: checking for $ac_word" >&5 3126 +echo "$as_me:4 095: checking for $ac_word" >&53892 +echo "$as_me:4324: checking for $ac_word" >&5 3127 3893 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3128 3894 if test "${ac_cv_path_LIBTOOL+set}" = set; then 3129 3895 echo $ECHO_N "(cached) $ECHO_C" >&6 3130 @@ -4095,7 +4 109,7 @@3896 @@ -4095,7 +4338,7 @@ 3131 3897 test -z "$ac_dir" && ac_dir=. 3132 3898 if $as_executable_p "$ac_dir/$ac_word"; then 3133 3899 ac_cv_path_LIBTOOL="$ac_dir/$ac_word" 3134 3900 - echo "$as_me:4098: found $ac_dir/$ac_word" >&5 3135 + echo "$as_me:4 112: found $ac_dir/$ac_word" >&53901 + echo "$as_me:4341: found $ac_dir/$ac_word" >&5 3136 3902 break 3137 3903 fi 3138 3904 done 3139 @@ -4106,19 +4 120,19 @@3905 @@ -4106,19 +4349,19 @@ 3140 3906 LIBTOOL=$ac_cv_path_LIBTOOL 3141 3907 3142 3908 if test -n "$LIBTOOL"; then 3143 3909 - echo "$as_me:4109: result: $LIBTOOL" >&5 3144 + echo "$as_me:4 123: result: $LIBTOOL" >&53910 + echo "$as_me:4352: result: $LIBTOOL" >&5 3145 3911 echo "${ECHO_T}$LIBTOOL" >&6 3146 3912 else 3147 3913 - echo "$as_me:4112: result: no" >&5 3148 + echo "$as_me:4 126: result: no" >&53914 + echo "$as_me:4355: result: no" >&5 3149 3915 echo "${ECHO_T}no" >&6 3150 3916 fi … … 3155 3921 + fi 3156 3922 + if test -z "$LIBTOOL" ; then 3157 + { { echo "$as_me:4 132: error: Cannot find libtool" >&53923 + { { echo "$as_me:4361: error: Cannot find libtool" >&5 3158 3924 echo "$as_me: error: Cannot find libtool" >&2;} 3159 3925 { (exit 1); exit 1; }; } … … 3163 3929 LIB_OBJECT='${OBJECTS:.o=.lo}' 3164 3930 LIB_SUFFIX=.la 3165 @@ -4130,17 +4 144,17 @@3931 @@ -4130,17 +4373,17 @@ 3166 3932 LIB_PREP=: 3167 3933 3168 3934 # Show the version of libtool 3169 3935 - echo "$as_me:4133: checking version of libtool" >&5 3170 + echo "$as_me:4 147: checking version of libtool" >&53936 + echo "$as_me:4376: checking version of libtool" >&5 3171 3937 echo $ECHO_N "checking version of libtool... $ECHO_C" >&6 3172 3938 … … 3176 3942 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.].*//'` 3177 3943 - echo "$as_me:4140: result: $cf_cv_libtool_version" >&5 3178 + echo "$as_me:4 154: result: $cf_cv_libtool_version" >&53944 + echo "$as_me:4383: result: $cf_cv_libtool_version" >&5 3179 3945 echo "${ECHO_T}$cf_cv_libtool_version" >&6 3180 3946 if test -z "$cf_cv_libtool_version" ; then 3181 3947 - { { echo "$as_me:4143: error: This is not GNU libtool" >&5 3182 + { { echo "$as_me:4 157: error: This is not GNU libtool" >&53948 + { { echo "$as_me:4386: error: This is not GNU libtool" >&5 3183 3949 echo "$as_me: error: This is not GNU libtool" >&2;} 3184 3950 { (exit 1); exit 1; }; } 3185 3951 fi 3186 @@ -4168,7 +4 182,7 @@3952 @@ -4168,7 +4411,7 @@ 3187 3953 3188 3954 else 3189 3955 3190 3956 -echo "$as_me:4171: checking if you want to build shared libraries" >&5 3191 +echo "$as_me:4 185: checking if you want to build shared libraries" >&53957 +echo "$as_me:4414: checking if you want to build shared libraries" >&5 3192 3958 echo $ECHO_N "checking if you want to build shared libraries... $ECHO_C" >&6 3193 3959 3194 3960 # Check whether --with-shared or --without-shared was given. 3195 @@ -4178,11 +4 192,11 @@3961 @@ -4178,11 +4421,11 @@ 3196 3962 else 3197 3963 with_shared=no 3198 3964 fi; 3199 3965 -echo "$as_me:4181: result: $with_shared" >&5 3200 +echo "$as_me:4 195: result: $with_shared" >&53966 +echo "$as_me:4424: result: $with_shared" >&5 3201 3967 echo "${ECHO_T}$with_shared" >&6 3202 3968 test "$with_shared" = "yes" && cf_list_models="$cf_list_models shared" 3203 3969 3204 3970 -echo "$as_me:4185: checking if you want to build static libraries" >&5 3205 +echo "$as_me:4 199: checking if you want to build static libraries" >&53971 +echo "$as_me:4428: checking if you want to build static libraries" >&5 3206 3972 echo $ECHO_N "checking if you want to build static libraries... $ECHO_C" >&6 3207 3973 3208 3974 # Check whether --with-normal or --without-normal was given. 3209 @@ -4192,11 +4 206,11 @@3975 @@ -4192,11 +4435,11 @@ 3210 3976 else 3211 3977 with_normal=yes 3212 3978 fi; 3213 3979 -echo "$as_me:4195: result: $with_normal" >&5 3214 +echo "$as_me:4 209: result: $with_normal" >&53980 +echo "$as_me:4438: result: $with_normal" >&5 3215 3981 echo "${ECHO_T}$with_normal" >&6 3216 3982 test "$with_normal" = "yes" && cf_list_models="$cf_list_models normal" 3217 3983 3218 3984 -echo "$as_me:4199: checking if you want to build debug libraries" >&5 3219 +echo "$as_me:4 213: checking if you want to build debug libraries" >&53985 +echo "$as_me:4442: checking if you want to build debug libraries" >&5 3220 3986 echo $ECHO_N "checking if you want to build debug libraries... $ECHO_C" >&6 3221 3987 3222 3988 # Check whether --with-debug or --without-debug was given. 3223 @@ -4206,11 +4 220,11 @@3989 @@ -4206,11 +4449,11 @@ 3224 3990 else 3225 3991 with_debug=yes 3226 3992 fi; 3227 3993 -echo "$as_me:4209: result: $with_debug" >&5 3228 +echo "$as_me:4 223: result: $with_debug" >&53994 +echo "$as_me:4452: result: $with_debug" >&5 3229 3995 echo "${ECHO_T}$with_debug" >&6 3230 3996 test "$with_debug" = "yes" && cf_list_models="$cf_list_models debug" 3231 3997 3232 3998 -echo "$as_me:4213: checking if you want to build profiling libraries" >&5 3233 +echo "$as_me:4 227: checking if you want to build profiling libraries" >&53999 +echo "$as_me:4456: checking if you want to build profiling libraries" >&5 3234 4000 echo $ECHO_N "checking if you want to build profiling libraries... $ECHO_C" >&6 3235 4001 3236 4002 # Check whether --with-profile or --without-profile was given. 3237 @@ -4220,7 +4 234,7 @@4003 @@ -4220,7 +4463,7 @@ 3238 4004 else 3239 4005 with_profile=no 3240 4006 fi; 3241 4007 -echo "$as_me:4223: result: $with_profile" >&5 3242 +echo "$as_me:4 237: result: $with_profile" >&54008 +echo "$as_me:4466: result: $with_profile" >&5 3243 4009 echo "${ECHO_T}$with_profile" >&6 3244 4010 test "$with_profile" = "yes" && cf_list_models="$cf_list_models profile" 3245 4011 3246 @@ -4228,19 +4 242,19 @@4012 @@ -4228,19 +4471,19 @@ 3247 4013 3248 4014 ############################################################################### 3249 4015 3250 4016 -echo "$as_me:4231: checking for specified models" >&5 3251 +echo "$as_me:4 245: checking for specified models" >&54017 +echo "$as_me:4474: checking for specified models" >&5 3252 4018 echo $ECHO_N "checking for specified models... $ECHO_C" >&6 3253 4019 test -z "$cf_list_models" && cf_list_models=normal 3254 4020 test "$with_libtool" != "no" && cf_list_models=libtool 3255 4021 -echo "$as_me:4235: result: $cf_list_models" >&5 3256 +echo "$as_me:4 249: result: $cf_list_models" >&54022 +echo "$as_me:4478: result: $cf_list_models" >&5 3257 4023 echo "${ECHO_T}$cf_list_models" >&6 3258 4024 … … 3260 4026 ### up test-applications. 3261 4027 -echo "$as_me:4240: checking for default model" >&5 3262 +echo "$as_me:4 254: checking for default model" >&54028 +echo "$as_me:4483: checking for default model" >&5 3263 4029 echo $ECHO_N "checking for default model... $ECHO_C" >&6 3264 4030 DFT_LWR_MODEL=`echo "$cf_list_models" | $AWK '{print $1}'` 3265 4031 -echo "$as_me:4243: result: $DFT_LWR_MODEL" >&5 3266 +echo "$as_me:4 257: result: $DFT_LWR_MODEL" >&54032 +echo "$as_me:4486: result: $DFT_LWR_MODEL" >&5 3267 4033 echo "${ECHO_T}$DFT_LWR_MODEL" >&6 3268 4034 3269 4035 DFT_UPR_MODEL=`echo "$DFT_LWR_MODEL" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` 3270 @@ -4269,7 +4 283,7 @@4036 @@ -4269,7 +4512,7 @@ 3271 4037 3272 4038 ############################################################################### 3273 4039 3274 4040 -echo "$as_me:4272: checking if you want to build a separate terminfo library" >&5 3275 +echo "$as_me:4 286: checking if you want to build a separate terminfo library" >&54041 +echo "$as_me:4515: checking if you want to build a separate terminfo library" >&5 3276 4042 echo $ECHO_N "checking if you want to build a separate terminfo library... $ECHO_C" >&6 3277 4043 3278 4044 # Check whether --with-termlib or --without-termlib was given. 3279 @@ -4279,10 +4 293,10 @@4045 @@ -4279,10 +4522,10 @@ 3280 4046 else 3281 4047 with_termlib=no 3282 4048 fi; 3283 4049 -echo "$as_me:4282: result: $with_termlib" >&5 3284 +echo "$as_me:4 296: result: $with_termlib" >&54050 +echo "$as_me:4525: result: $with_termlib" >&5 3285 4051 echo "${ECHO_T}$with_termlib" >&6 3286 4052 3287 4053 -echo "$as_me:4285: checking if you want to build a separate tic library" >&5 3288 +echo "$as_me:4 299: checking if you want to build a separate tic library" >&54054 +echo "$as_me:4528: checking if you want to build a separate tic library" >&5 3289 4055 echo $ECHO_N "checking if you want to build a separate tic library... $ECHO_C" >&6 3290 4056 3291 4057 # Check whether --with-ticlib or --without-ticlib was given. 3292 @@ -4292,13 +4 306,13 @@4058 @@ -4292,13 +4535,13 @@ 3293 4059 else 3294 4060 with_ticlib=no 3295 4061 fi; 3296 4062 -echo "$as_me:4295: result: $with_ticlib" >&5 3297 +echo "$as_me:4 309: result: $with_ticlib" >&54063 +echo "$as_me:4538: result: $with_ticlib" >&5 3298 4064 echo "${ECHO_T}$with_ticlib" >&6 3299 4065 … … 3302 4068 3303 4069 -echo "$as_me:4301: checking if you want to link with the GPM mouse library" >&5 3304 +echo "$as_me:4 315: checking if you want to link with the GPM mouse library" >&54070 +echo "$as_me:4544: checking if you want to link with the GPM mouse library" >&5 3305 4071 echo $ECHO_N "checking if you want to link with the GPM mouse library... $ECHO_C" >&6 3306 4072 3307 4073 # Check whether --with-gpm or --without-gpm was given. 3308 @@ -4308,27 +4 322,27 @@4074 @@ -4308,27 +4551,27 @@ 3309 4075 else 3310 4076 with_gpm=maybe 3311 4077 fi; 3312 4078 -echo "$as_me:4311: result: $with_gpm" >&5 3313 +echo "$as_me:4 325: result: $with_gpm" >&54079 +echo "$as_me:4554: result: $with_gpm" >&5 3314 4080 echo "${ECHO_T}$with_gpm" >&6 3315 4081 3316 4082 if test "$with_gpm" != no ; then 3317 4083 - echo "$as_me:4315: checking for gpm.h" >&5 3318 + echo "$as_me:4 329: checking for gpm.h" >&54084 + echo "$as_me:4558: checking for gpm.h" >&5 3319 4085 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6 3320 4086 if test "${ac_cv_header_gpm_h+set}" = set; then … … 3323 4089 cat >conftest.$ac_ext <<_ACEOF 3324 4090 -#line 4321 "configure" 3325 +#line 4 335"configure"4091 +#line 4564 "configure" 3326 4092 #include "confdefs.h" 3327 4093 #include <gpm.h> 3328 4094 _ACEOF 3329 4095 -if { (eval echo "$as_me:4325: \"$ac_cpp conftest.$ac_ext\"") >&5 3330 +if { (eval echo "$as_me:4 339: \"$ac_cpp conftest.$ac_ext\"") >&54096 +if { (eval echo "$as_me:4568: \"$ac_cpp conftest.$ac_ext\"") >&5 3331 4097 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3332 4098 ac_status=$? … … 3335 4101 cat conftest.err >&5 3336 4102 - echo "$as_me:4331: \$? = $ac_status" >&5 3337 + echo "$as_me:4 345: \$? = $ac_status" >&54103 + echo "$as_me:4574: \$? = $ac_status" >&5 3338 4104 (exit $ac_status); } >/dev/null; then 3339 4105 if test -s conftest.err; then 3340 4106 ac_cpp_err=$ac_c_preproc_warn_flag 3341 @@ -4347,7 +4 361,7 @@4107 @@ -4347,7 +4590,7 @@ 3342 4108 fi 3343 4109 rm -f conftest.err conftest.$ac_ext 3344 4110 fi 3345 4111 -echo "$as_me:4350: result: $ac_cv_header_gpm_h" >&5 3346 +echo "$as_me:4 364: result: $ac_cv_header_gpm_h" >&54112 +echo "$as_me:4593: result: $ac_cv_header_gpm_h" >&5 3347 4113 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6 3348 4114 if test $ac_cv_header_gpm_h = yes; then 3349 4115 3350 @@ -4358,14 +4 372,14 @@4116 @@ -4358,14 +4601,14 @@ 3351 4117 if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then 3352 4118 test -n "$verbose" && echo " assuming we really have GPM library" 1>&6 3353 4119 3354 4120 -echo "${as_me-configure}:4361: testing assuming we really have GPM library ..." 1>&5 3355 +echo "${as_me-configure}:4 375: testing assuming we really have GPM library ..." 1>&54121 +echo "${as_me-configure}:4604: testing assuming we really have GPM library ..." 1>&5 3356 4122 3357 4123 cat >>confdefs.h <<\EOF … … 3361 4127 else 3362 4128 - echo "$as_me:4368: checking for Gpm_Open in -lgpm" >&5 3363 + echo "$as_me:4 382: checking for Gpm_Open in -lgpm" >&54129 + echo "$as_me:4611: checking for Gpm_Open in -lgpm" >&5 3364 4130 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6 3365 4131 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then 3366 4132 echo $ECHO_N "(cached) $ECHO_C" >&6 3367 @@ -4373,7 +4 387,7 @@4133 @@ -4373,7 +4616,7 @@ 3368 4134 ac_check_lib_save_LIBS=$LIBS 3369 4135 LIBS="-lgpm $LIBS" 3370 4136 cat >conftest.$ac_ext <<_ACEOF 3371 4137 -#line 4376 "configure" 3372 +#line 4 390"configure"4138 +#line 4619 "configure" 3373 4139 #include "confdefs.h" 3374 4140 3375 4141 /* Override any gcc2 internal prototype to avoid an error. */ 3376 @@ -4392,16 +4 406,16 @@4142 @@ -4392,16 +4635,16 @@ 3377 4143 } 3378 4144 _ACEOF 3379 4145 rm -f conftest.$ac_objext conftest$ac_exeext 3380 4146 -if { (eval echo "$as_me:4395: \"$ac_link\"") >&5 3381 +if { (eval echo "$as_me:4 409: \"$ac_link\"") >&54147 +if { (eval echo "$as_me:4638: \"$ac_link\"") >&5 3382 4148 (eval $ac_link) 2>&5 3383 4149 ac_status=$? 3384 4150 - echo "$as_me:4398: \$? = $ac_status" >&5 3385 + echo "$as_me:4 412: \$? = $ac_status" >&54151 + echo "$as_me:4641: \$? = $ac_status" >&5 3386 4152 (exit $ac_status); } && 3387 4153 { ac_try='test -s conftest$ac_exeext' 3388 4154 - { (eval echo "$as_me:4401: \"$ac_try\"") >&5 3389 + { (eval echo "$as_me:4 415: \"$ac_try\"") >&54155 + { (eval echo "$as_me:4644: \"$ac_try\"") >&5 3390 4156 (eval $ac_try) 2>&5 3391 4157 ac_status=$? 3392 4158 - echo "$as_me:4404: \$? = $ac_status" >&5 3393 + echo "$as_me:4 418: \$? = $ac_status" >&54159 + echo "$as_me:4647: \$? = $ac_status" >&5 3394 4160 (exit $ac_status); }; }; then 3395 4161 ac_cv_lib_gpm_Gpm_Open=yes 3396 4162 else 3397 @@ -4412,13 +4 426,13 @@4163 @@ -4412,13 +4655,13 @@ 3398 4164 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3399 4165 LIBS=$ac_check_lib_save_LIBS 3400 4166 fi 3401 4167 -echo "$as_me:4415: result: $ac_cv_lib_gpm_Gpm_Open" >&5 3402 +echo "$as_me:4 429: result: $ac_cv_lib_gpm_Gpm_Open" >&54168 +echo "$as_me:4658: result: $ac_cv_lib_gpm_Gpm_Open" >&5 3403 4169 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6 3404 4170 if test $ac_cv_lib_gpm_Gpm_Open = yes; then … … 3407 4173 3408 4174 - { { echo "$as_me:4421: error: Cannot link with GPM library" >&5 3409 + { { echo "$as_me:4 435: error: Cannot link with GPM library" >&54175 + { { echo "$as_me:4664: error: Cannot link with GPM library" >&5 3410 4176 echo "$as_me: error: Cannot link with GPM library" >&2;} 3411 4177 { (exit 1); exit 1; }; } 3412 4178 fi 3413 @@ -4428,7 +4 442,7 @@4179 @@ -4428,7 +4671,7 @@ 3414 4180 3415 4181 else 3416 4182 3417 4183 - test "$with_gpm" != maybe && { echo "$as_me:4431: WARNING: Cannot find GPM header" >&5 3418 + test "$with_gpm" != maybe && { echo "$as_me:4 445: WARNING: Cannot find GPM header" >&54184 + test "$with_gpm" != maybe && { echo "$as_me:4674: WARNING: Cannot find GPM header" >&5 3419 4185 echo "$as_me: WARNING: Cannot find GPM header" >&2;} 3420 4186 with_gpm=no 3421 4187 3422 @@ -4437,7 +4 451,7 @@4188 @@ -4437,7 +4680,7 @@ 3423 4189 fi 3424 4190 3425 4191 if test "$with_gpm" != no ; then 3426 4192 - echo "$as_me:4440: checking if you want to load GPM dynamically" >&5 3427 + echo "$as_me:4 454: checking if you want to load GPM dynamically" >&54193 + echo "$as_me:4683: checking if you want to load GPM dynamically" >&5 3428 4194 echo $ECHO_N "checking if you want to load GPM dynamically... $ECHO_C" >&6 3429 4195 3430 4196 # Check whether --with-dlsym or --without-dlsym was given. 3431 @@ -4447,18 +4 461,18 @@4197 @@ -4447,18 +4690,18 @@ 3432 4198 else 3433 4199 with_dlsym=yes 3434 4200 fi; 3435 4201 - echo "$as_me:4450: result: $with_dlsym" >&5 3436 + echo "$as_me:4 464: result: $with_dlsym" >&54202 + echo "$as_me:4693: result: $with_dlsym" >&5 3437 4203 echo "${ECHO_T}$with_dlsym" >&6 3438 4204 if test "$with_dlsym" = yes ; then … … 3440 4206 cf_have_dlsym=no 3441 4207 -echo "$as_me:4455: checking for dlsym" >&5 3442 +echo "$as_me:4 469: checking for dlsym" >&54208 +echo "$as_me:4698: checking for dlsym" >&5 3443 4209 echo $ECHO_N "checking for dlsym... $ECHO_C" >&6 3444 4210 if test "${ac_cv_func_dlsym+set}" = set; then … … 3447 4213 cat >conftest.$ac_ext <<_ACEOF 3448 4214 -#line 4461 "configure" 3449 +#line 4 475"configure"4215 +#line 4704 "configure" 3450 4216 #include "confdefs.h" 3451 4217 /* System header to define __stub macros and hopefully few prototypes, 3452 4218 which can conflict with char dlsym (); below. */ 3453 @@ -4489,16 +4 503,16 @@4219 @@ -4489,16 +4732,16 @@ 3454 4220 } 3455 4221 _ACEOF 3456 4222 rm -f conftest.$ac_objext conftest$ac_exeext 3457 4223 -if { (eval echo "$as_me:4492: \"$ac_link\"") >&5 3458 +if { (eval echo "$as_me:4 506: \"$ac_link\"") >&54224 +if { (eval echo "$as_me:4735: \"$ac_link\"") >&5 3459 4225 (eval $ac_link) 2>&5 3460 4226 ac_status=$? 3461 4227 - echo "$as_me:4495: \$? = $ac_status" >&5 3462 + echo "$as_me:4 509: \$? = $ac_status" >&54228 + echo "$as_me:4738: \$? = $ac_status" >&5 3463 4229 (exit $ac_status); } && 3464 4230 { ac_try='test -s conftest$ac_exeext' 3465 4231 - { (eval echo "$as_me:4498: \"$ac_try\"") >&5 3466 + { (eval echo "$as_me:4 512: \"$ac_try\"") >&54232 + { (eval echo "$as_me:4741: \"$ac_try\"") >&5 3467 4233 (eval $ac_try) 2>&5 3468 4234 ac_status=$? 3469 4235 - echo "$as_me:4501: \$? = $ac_status" >&5 3470 + echo "$as_me:4 515: \$? = $ac_status" >&54236 + echo "$as_me:4744: \$? = $ac_status" >&5 3471 4237 (exit $ac_status); }; }; then 3472 4238 ac_cv_func_dlsym=yes 3473 4239 else 3474 @@ -4508,14 +4 522,14 @@4240 @@ -4508,14 +4751,14 @@ 3475 4241 fi 3476 4242 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3477 4243 fi 3478 4244 -echo "$as_me:4511: result: $ac_cv_func_dlsym" >&5 3479 +echo "$as_me:4 525: result: $ac_cv_func_dlsym" >&54245 +echo "$as_me:4754: result: $ac_cv_func_dlsym" >&5 3480 4246 echo "${ECHO_T}$ac_cv_func_dlsym" >&6 3481 4247 if test $ac_cv_func_dlsym = yes; then … … 3485 4251 cf_have_libdl=no 3486 4252 -echo "$as_me:4518: checking for dlsym in -ldl" >&5 3487 +echo "$as_me:4 532: checking for dlsym in -ldl" >&54253 +echo "$as_me:4761: checking for dlsym in -ldl" >&5 3488 4254 echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6 3489 4255 if test "${ac_cv_lib_dl_dlsym+set}" = set; then 3490 4256 echo $ECHO_N "(cached) $ECHO_C" >&6 3491 @@ -4523,7 +4 537,7 @@4257 @@ -4523,7 +4766,7 @@ 3492 4258 ac_check_lib_save_LIBS=$LIBS 3493 4259 LIBS="-ldl $LIBS" 3494 4260 cat >conftest.$ac_ext <<_ACEOF 3495 4261 -#line 4526 "configure" 3496 +#line 4 540"configure"4262 +#line 4769 "configure" 3497 4263 #include "confdefs.h" 3498 4264 3499 4265 /* Override any gcc2 internal prototype to avoid an error. */ 3500 @@ -4542,16 +4 556,16 @@4266 @@ -4542,16 +4785,16 @@ 3501 4267 } 3502 4268 _ACEOF 3503 4269 rm -f conftest.$ac_objext conftest$ac_exeext 3504 4270 -if { (eval echo "$as_me:4545: \"$ac_link\"") >&5 3505 +if { (eval echo "$as_me:4 559: \"$ac_link\"") >&54271 +if { (eval echo "$as_me:4788: \"$ac_link\"") >&5 3506 4272 (eval $ac_link) 2>&5 3507 4273 ac_status=$? 3508 4274 - echo "$as_me:4548: \$? = $ac_status" >&5 3509 + echo "$as_me:4 562: \$? = $ac_status" >&54275 + echo "$as_me:4791: \$? = $ac_status" >&5 3510 4276 (exit $ac_status); } && 3511 4277 { ac_try='test -s conftest$ac_exeext' 3512 4278 - { (eval echo "$as_me:4551: \"$ac_try\"") >&5 3513 + { (eval echo "$as_me:4 565: \"$ac_try\"") >&54279 + { (eval echo "$as_me:4794: \"$ac_try\"") >&5 3514 4280 (eval $ac_try) 2>&5 3515 4281 ac_status=$? 3516 4282 - echo "$as_me:4554: \$? = $ac_status" >&5 3517 + echo "$as_me:4 568: \$? = $ac_status" >&54283 + echo "$as_me:4797: \$? = $ac_status" >&5 3518 4284 (exit $ac_status); }; }; then 3519 4285 ac_cv_lib_dl_dlsym=yes 3520 4286 else 3521 @@ -4562,7 +4 576,7 @@4287 @@ -4562,7 +4805,7 @@ 3522 4288 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3523 4289 LIBS=$ac_check_lib_save_LIBS 3524 4290 fi 3525 4291 -echo "$as_me:4565: result: $ac_cv_lib_dl_dlsym" >&5 3526 +echo "$as_me:4 579: result: $ac_cv_lib_dl_dlsym" >&54292 +echo "$as_me:4808: result: $ac_cv_lib_dl_dlsym" >&5 3527 4293 echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6 3528 4294 if test $ac_cv_lib_dl_dlsym = yes; then 3529 4295 3530 @@ -4575,10 +4 589,10 @@4296 @@ -4575,10 +4818,10 @@ 3531 4297 if test "$cf_have_dlsym" = yes ; then 3532 4298 test "$cf_have_libdl" = yes && LIBS="-ldl $LIBS" 3533 4299 3534 4300 - echo "$as_me:4578: checking whether able to link to dl*() functions" >&5 3535 + echo "$as_me:4 592: checking whether able to link to dl*() functions" >&54301 + echo "$as_me:4821: checking whether able to link to dl*() functions" >&5 3536 4302 echo $ECHO_N "checking whether able to link to dl*() functions... $ECHO_C" >&6 3537 4303 cat >conftest.$ac_ext <<_ACEOF 3538 4304 -#line 4581 "configure" 3539 +#line 4 595"configure"4305 +#line 4824 "configure" 3540 4306 #include "confdefs.h" 3541 4307 #include <dlfcn.h> 3542 4308 int 3543 @@ -4596,16 +4 610,16 @@4309 @@ -4596,16 +4839,16 @@ 3544 4310 } 3545 4311 _ACEOF 3546 4312 rm -f conftest.$ac_objext conftest$ac_exeext 3547 4313 -if { (eval echo "$as_me:4599: \"$ac_link\"") >&5 3548 +if { (eval echo "$as_me:4 613: \"$ac_link\"") >&54314 +if { (eval echo "$as_me:4842: \"$ac_link\"") >&5 3549 4315 (eval $ac_link) 2>&5 3550 4316 ac_status=$? 3551 4317 - echo "$as_me:4602: \$? = $ac_status" >&5 3552 + echo "$as_me:4 616: \$? = $ac_status" >&54318 + echo "$as_me:4845: \$? = $ac_status" >&5 3553 4319 (exit $ac_status); } && 3554 4320 { ac_try='test -s conftest$ac_exeext' 3555 4321 - { (eval echo "$as_me:4605: \"$ac_try\"") >&5 3556 + { (eval echo "$as_me:4 619: \"$ac_try\"") >&54322 + { (eval echo "$as_me:4848: \"$ac_try\"") >&5 3557 4323 (eval $ac_try) 2>&5 3558 4324 ac_status=$? 3559 4325 - echo "$as_me:4608: \$? = $ac_status" >&5 3560 + echo "$as_me:4 622: \$? = $ac_status" >&54326 + echo "$as_me:4851: \$? = $ac_status" >&5 3561 4327 (exit $ac_status); }; }; then 3562 4328 3563 4329 cat >>confdefs.h <<\EOF 3564 @@ -4616,15 +4 630,15 @@4330 @@ -4616,15 +4859,15 @@ 3565 4331 echo "$as_me: failed program was:" >&5 3566 4332 cat conftest.$ac_ext >&5 3567 4333 3568 4334 - { { echo "$as_me:4619: error: Cannot link test program for libdl" >&5 3569 + { { echo "$as_me:4 633: error: Cannot link test program for libdl" >&54335 + { { echo "$as_me:4862: error: Cannot link test program for libdl" >&5 3570 4336 echo "$as_me: error: Cannot link test program for libdl" >&2;} 3571 4337 { (exit 1); exit 1; }; } … … 3573 4339 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3574 4340 - echo "$as_me:4624: result: ok" >&5 3575 + echo "$as_me:4 638: result: ok" >&54341 + echo "$as_me:4867: result: ok" >&5 3576 4342 echo "${ECHO_T}ok" >&6 3577 4343 else 3578 4344 - { { echo "$as_me:4627: error: Cannot find dlsym function" >&5 3579 + { { echo "$as_me:4 641: error: Cannot find dlsym function" >&54345 + { { echo "$as_me:4870: error: Cannot find dlsym function" >&5 3580 4346 echo "$as_me: error: Cannot find dlsym function" >&2;} 3581 4347 { (exit 1); exit 1; }; } 3582 4348 fi 3583 @@ -4632,12 +4 646,12 @@4349 @@ -4632,12 +4875,12 @@ 3584 4350 if test "$with_gpm" != yes ; then 3585 4351 test -n "$verbose" && echo " assuming soname for gpm is $with_gpm" 1>&6 3586 4352 3587 4353 -echo "${as_me-configure}:4635: testing assuming soname for gpm is $with_gpm ..." 1>&5 3588 +echo "${as_me-configure}:4 649: testing assuming soname for gpm is $with_gpm ..." 1>&54354 +echo "${as_me-configure}:4878: testing assuming soname for gpm is $with_gpm ..." 1>&5 3589 4355 3590 4356 cf_cv_gpm_soname="$with_gpm" … … 3592 4358 3593 4359 -echo "$as_me:4640: checking for soname of gpm library" >&5 3594 +echo "$as_me:4 654: checking for soname of gpm library" >&54360 +echo "$as_me:4883: checking for soname of gpm library" >&5 3595 4361 echo $ECHO_N "checking for soname of gpm library... $ECHO_C" >&6 3596 4362 if test "${cf_cv_gpm_soname+set}" = set; then 3597 4363 echo $ECHO_N "(cached) $ECHO_C" >&6 3598 @@ -4655,15 +4 669,15 @@4364 @@ -4655,15 +4898,15 @@ 3599 4365 CF_EOF 3600 4366 cf_save_LIBS="$LIBS" 3601 4367 LIBS="-lgpm $LIBS" 3602 4368 - if { (eval echo "$as_me:4658: \"$ac_compile\"") >&5 3603 + if { (eval echo "$as_me:4 672: \"$ac_compile\"") >&54369 + if { (eval echo "$as_me:4901: \"$ac_compile\"") >&5 3604 4370 (eval $ac_compile) 2>&5 3605 4371 ac_status=$? 3606 4372 - echo "$as_me:4661: \$? = $ac_status" >&5 3607 + echo "$as_me:4 675: \$? = $ac_status" >&54373 + echo "$as_me:4904: \$? = $ac_status" >&5 3608 4374 (exit $ac_status); } ; then 3609 4375 - if { (eval echo "$as_me:4663: \"$ac_link\"") >&5 3610 + if { (eval echo "$as_me:4 677: \"$ac_link\"") >&54376 + if { (eval echo "$as_me:4906: \"$ac_link\"") >&5 3611 4377 (eval $ac_link) 2>&5 3612 4378 ac_status=$? 3613 4379 - echo "$as_me:4666: \$? = $ac_status" >&5 3614 + echo "$as_me:4 680: \$? = $ac_status" >&54380 + echo "$as_me:4909: \$? = $ac_status" >&5 3615 4381 (exit $ac_status); } ; then 3616 4382 cf_cv_gpm_soname=`ldd conftest$ac_exeext 2>/dev/null | sed -e 's,^.*/,,' -e 's, .*$,,' | fgrep libgpm.` 3617 4383 test -z "$cf_cv_gpm_soname" && cf_cv_gpm_soname=unknown 3618 @@ -4674,7 +4 688,7 @@4384 @@ -4674,7 +4917,7 @@ 3619 4385 fi 3620 4386 3621 4387 fi 3622 4388 -echo "$as_me:4677: result: $cf_cv_gpm_soname" >&5 3623 +echo "$as_me:4 691: result: $cf_cv_gpm_soname" >&54389 +echo "$as_me:4920: result: $cf_cv_gpm_soname" >&5 3624 4390 echo "${ECHO_T}$cf_cv_gpm_soname" >&6 3625 4391 3626 4392 fi 3627 @@ -4690,7 +4 704,7 @@4393 @@ -4690,7 +4933,7 @@ 3628 4394 #define HAVE_LIBGPM 1 3629 4395 EOF 3630 4396 3631 4397 -echo "$as_me:4693: checking for Gpm_Wgetch in -lgpm" >&5 3632 +echo "$as_me:4 707: checking for Gpm_Wgetch in -lgpm" >&54398 +echo "$as_me:4936: checking for Gpm_Wgetch in -lgpm" >&5 3633 4399 echo $ECHO_N "checking for Gpm_Wgetch in -lgpm... $ECHO_C" >&6 3634 4400 if test "${ac_cv_lib_gpm_Gpm_Wgetch+set}" = set; then 3635 4401 echo $ECHO_N "(cached) $ECHO_C" >&6 3636 @@ -4698,7 +4 712,7 @@4402 @@ -4698,7 +4941,7 @@ 3637 4403 ac_check_lib_save_LIBS=$LIBS 3638 4404 LIBS="-lgpm $LIBS" 3639 4405 cat >conftest.$ac_ext <<_ACEOF 3640 4406 -#line 4701 "configure" 3641 +#line 4 715"configure"4407 +#line 4944 "configure" 3642 4408 #include "confdefs.h" 3643 4409 3644 4410 /* Override any gcc2 internal prototype to avoid an error. */ 3645 @@ -4717,16 +4 731,16 @@4411 @@ -4717,16 +4960,16 @@ 3646 4412 } 3647 4413 _ACEOF 3648 4414 rm -f conftest.$ac_objext conftest$ac_exeext 3649 4415 -if { (eval echo "$as_me:4720: \"$ac_link\"") >&5 3650 +if { (eval echo "$as_me:4 734: \"$ac_link\"") >&54416 +if { (eval echo "$as_me:4963: \"$ac_link\"") >&5 3651 4417 (eval $ac_link) 2>&5 3652 4418 ac_status=$? 3653 4419 - echo "$as_me:4723: \$? = $ac_status" >&5 3654 + echo "$as_me:4 737: \$? = $ac_status" >&54420 + echo "$as_me:4966: \$? = $ac_status" >&5 3655 4421 (exit $ac_status); } && 3656 4422 { ac_try='test -s conftest$ac_exeext' 3657 4423 - { (eval echo "$as_me:4726: \"$ac_try\"") >&5 3658 + { (eval echo "$as_me:4 740: \"$ac_try\"") >&54424 + { (eval echo "$as_me:4969: \"$ac_try\"") >&5 3659 4425 (eval $ac_try) 2>&5 3660 4426 ac_status=$? 3661 4427 - echo "$as_me:4729: \$? = $ac_status" >&5 3662 + echo "$as_me:4 743: \$? = $ac_status" >&54428 + echo "$as_me:4972: \$? = $ac_status" >&5 3663 4429 (exit $ac_status); }; }; then 3664 4430 ac_cv_lib_gpm_Gpm_Wgetch=yes 3665 4431 else 3666 @@ -4737,11 +4 751,11 @@4432 @@ -4737,11 +4980,11 @@ 3667 4433 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3668 4434 LIBS=$ac_check_lib_save_LIBS 3669 4435 fi 3670 4436 -echo "$as_me:4740: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 3671 +echo "$as_me:4 754: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&54437 +echo "$as_me:4983: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 3672 4438 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Wgetch" >&6 3673 4439 if test $ac_cv_lib_gpm_Gpm_Wgetch = yes; then 3674 4440 3675 4441 -echo "$as_me:4744: checking if GPM is weakly bound to curses library" >&5 3676 +echo "$as_me:4 758: checking if GPM is weakly bound to curses library" >&54442 +echo "$as_me:4987: checking if GPM is weakly bound to curses library" >&5 3677 4443 echo $ECHO_N "checking if GPM is weakly bound to curses library... $ECHO_C" >&6 3678 4444 if test "${cf_cv_check_gpm_wgetch+set}" = set; then 3679 4445 echo $ECHO_N "(cached) $ECHO_C" >&6 3680 @@ -4765,15 + 4779,15 @@4446 @@ -4765,15 +5008,15 @@ 3681 4447 # to rely on the static library, noting that some packagers may not 3682 4448 # include it. 3683 4449 LIBS="-static -lgpm -dynamic $LIBS" 3684 4450 - if { (eval echo "$as_me:4768: \"$ac_compile\"") >&5 3685 + if { (eval echo "$as_me: 4782: \"$ac_compile\"") >&54451 + if { (eval echo "$as_me:5011: \"$ac_compile\"") >&5 3686 4452 (eval $ac_compile) 2>&5 3687 4453 ac_status=$? 3688 4454 - echo "$as_me:4771: \$? = $ac_status" >&5 3689 + echo "$as_me: 4785: \$? = $ac_status" >&54455 + echo "$as_me:5014: \$? = $ac_status" >&5 3690 4456 (exit $ac_status); } ; then 3691 4457 - if { (eval echo "$as_me:4773: \"$ac_link\"") >&5 3692 + if { (eval echo "$as_me: 4787: \"$ac_link\"") >&54458 + if { (eval echo "$as_me:5016: \"$ac_link\"") >&5 3693 4459 (eval $ac_link) 2>&5 3694 4460 ac_status=$? 3695 4461 - echo "$as_me:4776: \$? = $ac_status" >&5 3696 + echo "$as_me: 4790: \$? = $ac_status" >&54462 + echo "$as_me:5019: \$? = $ac_status" >&5 3697 4463 (exit $ac_status); } ; then 3698 4464 cf_cv_check_gpm_wgetch=`nm conftest$ac_exeext | egrep '\<wgetch\>' | egrep '\<[vVwW]\>'` 3699 4465 test -n "$cf_cv_check_gpm_wgetch" && cf_cv_check_gpm_wgetch=yes 3700 @@ -4785,11 + 4799,11 @@4466 @@ -4785,11 +5028,11 @@ 3701 4467 fi 3702 4468 3703 4469 fi 3704 4470 -echo "$as_me:4788: result: $cf_cv_check_gpm_wgetch" >&5 3705 +echo "$as_me: 4802: result: $cf_cv_check_gpm_wgetch" >&54471 +echo "$as_me:5031: result: $cf_cv_check_gpm_wgetch" >&5 3706 4472 echo "${ECHO_T}$cf_cv_check_gpm_wgetch" >&6 3707 4473 3708 4474 if test "$cf_cv_check_gpm_wgetch" != yes ; then 3709 4475 - { echo "$as_me:4792: WARNING: GPM library is already linked with curses - read the FAQ" >&5 3710 + { echo "$as_me: 4806: WARNING: GPM library is already linked with curses - read the FAQ" >&54476 + { echo "$as_me:5035: WARNING: GPM library is already linked with curses - read the FAQ" >&5 3711 4477 echo "$as_me: WARNING: GPM library is already linked with curses - read the FAQ" >&2;} 3712 4478 fi 3713 4479 3714 @@ -4799,7 + 4813,7 @@4480 @@ -4799,7 +5042,7 @@ 3715 4481 3716 4482 # not everyone has "test -c" 3717 4483 if test -c /dev/sysmouse 2>/dev/null ; then 3718 4484 -echo "$as_me:4802: checking if you want to use sysmouse" >&5 3719 +echo "$as_me: 4816: checking if you want to use sysmouse" >&54485 +echo "$as_me:5045: checking if you want to use sysmouse" >&5 3720 4486 echo $ECHO_N "checking if you want to use sysmouse... $ECHO_C" >&6 3721 4487 3722 4488 # Check whether --with-sysmouse or --without-sysmouse was given. 3723 @@ -4811,7 + 4825,7 @@4489 @@ -4811,7 +5054,7 @@ 3724 4490 fi; 3725 4491 if test "$cf_with_sysmouse" != no ; then 3726 4492 cat >conftest.$ac_ext <<_ACEOF 3727 4493 -#line 4814 "configure" 3728 +#line 4828"configure"4494 +#line 5057 "configure" 3729 4495 #include "confdefs.h" 3730 4496 3731 4497 #include <osreldate.h> 3732 @@ -4834,16 + 4848,16 @@4498 @@ -4834,16 +5077,16 @@ 3733 4499 } 3734 4500 _ACEOF 3735 4501 rm -f conftest.$ac_objext 3736 4502 -if { (eval echo "$as_me:4837: \"$ac_compile\"") >&5 3737 +if { (eval echo "$as_me: 4851: \"$ac_compile\"") >&54503 +if { (eval echo "$as_me:5080: \"$ac_compile\"") >&5 3738 4504 (eval $ac_compile) 2>&5 3739 4505 ac_status=$? 3740 4506 - echo "$as_me:4840: \$? = $ac_status" >&5 3741 + echo "$as_me: 4854: \$? = $ac_status" >&54507 + echo "$as_me:5083: \$? = $ac_status" >&5 3742 4508 (exit $ac_status); } && 3743 4509 { ac_try='test -s conftest.$ac_objext' 3744 4510 - { (eval echo "$as_me:4843: \"$ac_try\"") >&5 3745 + { (eval echo "$as_me: 4857: \"$ac_try\"") >&54511 + { (eval echo "$as_me:5086: \"$ac_try\"") >&5 3746 4512 (eval $ac_try) 2>&5 3747 4513 ac_status=$? 3748 4514 - echo "$as_me:4846: \$? = $ac_status" >&5 3749 + echo "$as_me: 4860: \$? = $ac_status" >&54515 + echo "$as_me:5089: \$? = $ac_status" >&5 3750 4516 (exit $ac_status); }; }; then 3751 4517 cf_with_sysmouse=yes 3752 4518 else 3753 @@ -4853,7 + 4867,7 @@4519 @@ -4853,7 +5096,7 @@ 3754 4520 fi 3755 4521 rm -f conftest.$ac_objext conftest.$ac_ext 3756 4522 fi 3757 4523 -echo "$as_me:4856: result: $cf_with_sysmouse" >&5 3758 +echo "$as_me: 4870: result: $cf_with_sysmouse" >&54524 +echo "$as_me:5099: result: $cf_with_sysmouse" >&5 3759 4525 echo "${ECHO_T}$cf_with_sysmouse" >&6 3760 4526 test "$cf_with_sysmouse" = yes && cat >>confdefs.h <<\EOF 3761 4527 #define USE_SYSMOUSE 1 3762 @@ -4871,7 + 4885,7 @@4528 @@ -4871,7 +5114,7 @@ 3763 4529 test -n "$GXX" && test "${ac_cv_prog_cxx_g}" != yes && CXX_G_OPT='' 3764 4530 fi 3765 4531 3766 4532 -echo "$as_me:4874: checking for default loader flags" >&5 3767 +echo "$as_me: 4888: checking for default loader flags" >&54533 +echo "$as_me:5117: checking for default loader flags" >&5 3768 4534 echo $ECHO_N "checking for default loader flags... $ECHO_C" >&6 3769 4535 case $DFT_LWR_MODEL in 3770 4536 libtool) LD_MODEL='' ;; 3771 @@ -4880,13 + 4894,13 @@4537 @@ -4880,13 +5123,13 @@ 3772 4538 profile) LD_MODEL='-pg';; 3773 4539 shared) LD_MODEL='' ;; 3774 4540 esac 3775 4541 -echo "$as_me:4883: result: $LD_MODEL" >&5 3776 +echo "$as_me: 4897: result: $LD_MODEL" >&54542 +echo "$as_me:5126: result: $LD_MODEL" >&5 3777 4543 echo "${ECHO_T}$LD_MODEL" >&6 3778 4544 … … 3781 4547 3782 4548 -echo "$as_me:4889: checking if rpath option should be used" >&5 3783 +echo "$as_me: 4903: checking if rpath option should be used" >&54549 +echo "$as_me:5132: checking if rpath option should be used" >&5 3784 4550 echo $ECHO_N "checking if rpath option should be used... $ECHO_C" >&6 3785 4551 3786 4552 # Check whether --enable-rpath or --disable-rpath was given. 3787 @@ -4896,10 + 4910,10 @@4553 @@ -4896,10 +5139,10 @@ 3788 4554 else 3789 4555 cf_cv_ld_rpath=no 3790 4556 fi; 3791 4557 -echo "$as_me:4899: result: $cf_cv_ld_rpath" >&5 3792 +echo "$as_me: 4913: result: $cf_cv_ld_rpath" >&54558 +echo "$as_me:5142: result: $cf_cv_ld_rpath" >&5 3793 4559 echo "${ECHO_T}$cf_cv_ld_rpath" >&6 3794 4560 3795 4561 -echo "$as_me:4902: checking if shared libraries should be relinked during install" >&5 3796 +echo "$as_me: 4916: checking if shared libraries should be relinked during install" >&54562 +echo "$as_me:5145: checking if shared libraries should be relinked during install" >&5 3797 4563 echo $ECHO_N "checking if shared libraries should be relinked during install... $ECHO_C" >&6 3798 4564 3799 4565 # Check whether --enable-relink or --disable-relink was given. 3800 @@ -4909, 7 +4923,7@@4566 @@ -4909,19 +5152,20 @@ 3801 4567 else 3802 4568 cf_cv_do_relink=yes 3803 4569 fi; 3804 4570 -echo "$as_me:4912: result: $cf_cv_do_relink" >&5 3805 +echo "$as_me: 4926: result: $cf_cv_do_relink" >&54571 +echo "$as_me:5155: result: $cf_cv_do_relink" >&5 3806 4572 echo "${ECHO_T}$cf_cv_do_relink" >&6 3807 4573 ;; 3808 4574 esac 3809 @@ -4921,7 +4935,7 @@ 4575 4576 LOCAL_LDFLAGS= 4577 LOCAL_LDFLAGS2= 4578 + LD_RPATH_OPT= 4579 LD_SHARED_OPTS= 4580 INSTALL_LIB="-m 644" 3810 4581 3811 4582 cf_cv_do_symlinks=no 3812 4583 3813 4584 - echo "$as_me:4924: checking if release/abi version should be used for shared libs" >&5 3814 + echo "$as_me: 4938: checking if release/abi version should be used for shared libs" >&54585 + echo "$as_me:5168: checking if release/abi version should be used for shared libs" >&5 3815 4586 echo $ECHO_N "checking if release/abi version should be used for shared libs... $ECHO_C" >&6 3816 4587 3817 4588 # Check whether --with-shlib-version or --without-shlib-version was given. 3818 @@ -4936,7 + 4950,7 @@4589 @@ -4936,7 +5180,7 @@ 3819 4590 cf_cv_shlib_version=$withval 3820 4591 ;; 3821 4592 *) 3822 4593 - { { echo "$as_me:4939: error: option value must be one of: rel, abi, auto or no" >&5 3823 + { { echo "$as_me: 4953: error: option value must be one of: rel, abi, auto or no" >&54594 + { { echo "$as_me:5183: error: option value must be one of: rel, abi, auto or no" >&5 3824 4595 echo "$as_me: error: option value must be one of: rel, abi, auto or no" >&2;} 3825 4596 { (exit 1); exit 1; }; } 3826 4597 ;; 3827 @@ -4945,7 + 4959,7 @@4598 @@ -4945,7 +5189,7 @@ 3828 4599 else 3829 4600 cf_cv_shlib_version=auto 3830 4601 fi; 3831 4602 - echo "$as_me:4948: result: $cf_cv_shlib_version" >&5 3832 + echo "$as_me: 4962: result: $cf_cv_shlib_version" >&54603 + echo "$as_me:5192: result: $cf_cv_shlib_version" >&5 3833 4604 echo "${ECHO_T}$cf_cv_shlib_version" >&6 3834 4605 3835 4606 cf_cv_rm_so_locs=no 3836 @@ -4954,14 + 4968,14 @@4607 @@ -4954,14 +5198,14 @@ 3837 4608 CC_SHARED_OPTS= 3838 4609 if test "$GCC" = yes 3839 4610 then 3840 4611 - echo "$as_me:4957: checking which $CC option to use" >&5 3841 + echo "$as_me: 4971: checking which $CC option to use" >&54612 + echo "$as_me:5201: checking which $CC option to use" >&5 3842 4613 echo $ECHO_N "checking which $CC option to use... $ECHO_C" >&6 3843 4614 cf_save_CFLAGS="$CFLAGS" … … 3847 4618 cat >conftest.$ac_ext <<_ACEOF 3848 4619 -#line 4964 "configure" 3849 +#line 4978 "configure"4620 +#line 5208 "configure" 3850 4621 #include "confdefs.h" 3851 4622 #include <stdio.h> 3852 4623 int 3853 @@ -4973,16 + 4987,16 @@4624 @@ -4973,16 +5217,16 @@ 3854 4625 } 3855 4626 _ACEOF 3856 4627 rm -f conftest.$ac_objext 3857 4628 -if { (eval echo "$as_me:4976: \"$ac_compile\"") >&5 3858 +if { (eval echo "$as_me: 4990: \"$ac_compile\"") >&54629 +if { (eval echo "$as_me:5220: \"$ac_compile\"") >&5 3859 4630 (eval $ac_compile) 2>&5 3860 4631 ac_status=$? 3861 4632 - echo "$as_me:4979: \$? = $ac_status" >&5 3862 + echo "$as_me: 4993: \$? = $ac_status" >&54633 + echo "$as_me:5223: \$? = $ac_status" >&5 3863 4634 (exit $ac_status); } && 3864 4635 { ac_try='test -s conftest.$ac_objext' 3865 4636 - { (eval echo "$as_me:4982: \"$ac_try\"") >&5 3866 + { (eval echo "$as_me: 4996: \"$ac_try\"") >&54637 + { (eval echo "$as_me:5226: \"$ac_try\"") >&5 3867 4638 (eval $ac_try) 2>&5 3868 4639 ac_status=$? 3869 4640 - echo "$as_me:4985: \$? = $ac_status" >&5 3870 + echo "$as_me: 4999: \$? = $ac_status" >&54641 + echo "$as_me:5229: \$? = $ac_status" >&5 3871 4642 (exit $ac_status); }; }; then 3872 4643 break 3873 4644 else 3874 @@ -4991,7 +5 005,7 @@4645 @@ -4991,7 +5235,7 @@ 3875 4646 fi 3876 4647 rm -f conftest.$ac_objext conftest.$ac_ext 3877 4648 done 3878 4649 - echo "$as_me:4994: result: $CC_SHARED_OPTS" >&5 3879 + echo "$as_me:5 008: result: $CC_SHARED_OPTS" >&54650 + echo "$as_me:5238: result: $CC_SHARED_OPTS" >&5 3880 4651 echo "${ECHO_T}$CC_SHARED_OPTS" >&6 3881 4652 CFLAGS="$cf_save_CFLAGS" 3882 4653 fi 3883 @@ -4999,6 +5 013,12 @@4654 @@ -4999,6 +5243,12 @@ 3884 4655 cf_cv_shlib_version_infix=no 3885 4656 … … 3894 4665 MK_SHARED_LIB='${CC} ${CFLAGS} -o $@ -Xlinker -soname=`basename $@` -nostart -e 0' 3895 4666 ;; 3896 @@ -5027,7 +5 047,7 @@4667 @@ -5027,7 +5277,7 @@ 3897 4668 MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@' 3898 4669 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi 3899 4670 cf_cv_shlib_version_infix=yes 3900 4671 - echo "$as_me:5030: checking if ld -search_paths_first works" >&5 3901 + echo "$as_me:5 050: checking if ld -search_paths_first works" >&54672 + echo "$as_me:5280: checking if ld -search_paths_first works" >&5 3902 4673 echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6 3903 4674 if test "${cf_cv_ldflags_search_paths_first+set}" = set; then 3904 4675 echo $ECHO_N "(cached) $ECHO_C" >&6 3905 @@ -5036,7 +5 056,7 @@4676 @@ -5036,7 +5286,7 @@ 3906 4677 cf_save_LDFLAGS=$LDFLAGS 3907 4678 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 3908 4679 cat >conftest.$ac_ext <<_ACEOF 3909 4680 -#line 5039 "configure" 3910 +#line 5 059 "configure"4681 +#line 5289 "configure" 3911 4682 #include "confdefs.h" 3912 4683 3913 4684 int 3914 @@ -5048,16 +5 068,16 @@4685 @@ -5048,16 +5298,16 @@ 3915 4686 } 3916 4687 _ACEOF 3917 4688 rm -f conftest.$ac_objext conftest$ac_exeext 3918 4689 -if { (eval echo "$as_me:5051: \"$ac_link\"") >&5 3919 +if { (eval echo "$as_me:5 071: \"$ac_link\"") >&54690 +if { (eval echo "$as_me:5301: \"$ac_link\"") >&5 3920 4691 (eval $ac_link) 2>&5 3921 4692 ac_status=$? 3922 4693 - echo "$as_me:5054: \$? = $ac_status" >&5 3923 + echo "$as_me:5 074: \$? = $ac_status" >&54694 + echo "$as_me:5304: \$? = $ac_status" >&5 3924 4695 (exit $ac_status); } && 3925 4696 { ac_try='test -s conftest$ac_exeext' 3926 4697 - { (eval echo "$as_me:5057: \"$ac_try\"") >&5 3927 + { (eval echo "$as_me:5 077: \"$ac_try\"") >&54698 + { (eval echo "$as_me:5307: \"$ac_try\"") >&5 3928 4699 (eval $ac_try) 2>&5 3929 4700 ac_status=$? 3930 4701 - echo "$as_me:5060: \$? = $ac_status" >&5 3931 + echo "$as_me:5 080: \$? = $ac_status" >&54702 + echo "$as_me:5310: \$? = $ac_status" >&5 3932 4703 (exit $ac_status); }; }; then 3933 4704 cf_cv_ldflags_search_paths_first=yes 3934 4705 else 3935 @@ -5068,7 +5 088,7 @@4706 @@ -5068,7 +5318,7 @@ 3936 4707 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3937 4708 LDFLAGS=$cf_save_LDFLAGS 3938 4709 fi 3939 4710 -echo "$as_me:5071: result: $cf_cv_ldflags_search_paths_first" >&5 3940 +echo "$as_me:5 091: result: $cf_cv_ldflags_search_paths_first" >&54711 +echo "$as_me:5321: result: $cf_cv_ldflags_search_paths_first" >&5 3941 4712 echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6 3942 4713 if test $cf_cv_ldflags_search_paths_first = yes; then 3943 4714 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 3944 @@ -5285,7 +5305,7 @@ 4715 @@ -5090,10 +5340,10 @@ 4716 irix*) 4717 if test "$cf_cv_ld_rpath" = yes ; then 4718 if test "$GCC" = yes; then 4719 - cf_ld_rpath_opt="-Wl,-rpath," 4720 + LD_RPATH_OPT="-Wl,-rpath," 4721 EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS" 4722 else 4723 - cf_ld_rpath_opt="-rpath " 4724 + LD_RPATH_OPT="-rpath " 4725 EXTRA_LDFLAGS="-rpath \${libdir} $EXTRA_LDFLAGS" 4726 fi 4727 fi 4728 @@ -5112,7 +5362,7 @@ 4729 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4730 fi 4731 if test "$cf_cv_ld_rpath" = yes ; then 4732 - cf_ld_rpath_opt="-Wl,-rpath," 4733 + LD_RPATH_OPT="-Wl,-rpath," 4734 EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS" 4735 fi 4736 4737 @@ -5131,7 +5381,7 @@ 4738 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4739 fi 4740 if test "$cf_cv_ld_rpath" = yes ; then 4741 - cf_ld_rpath_opt="-Wl,-rpath," 4742 + LD_RPATH_OPT="-Wl,-rpath," 4743 EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS" 4744 fi 4745 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 4746 @@ -5155,7 +5405,7 @@ 4747 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then 4748 LOCAL_LDFLAGS="-rpath \$(LOCAL_LIBDIR)" 4749 LOCAL_LDFLAGS2="-rpath \${libdir} $LOCAL_LDFLAGS" 4750 - cf_ld_rpath_opt="-rpath " 4751 + LD_RPATH_OPT="-rpath " 4752 EXTRA_LDFLAGS="-rpath \${libdir} $EXTRA_LDFLAGS" 4753 fi 4754 4755 @@ -5170,7 +5420,7 @@ 4756 ;; 4757 netbsd*) 4758 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 4759 - test "$cf_cv_ld_rpath" = yes && cf_ld_rpath_opt="-Wl,-rpath," 4760 + test "$cf_cv_ld_rpath" = yes && LD_RPATH_OPT="-Wl,-rpath," 4761 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then 4762 LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)" 4763 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4764 @@ -5211,7 +5461,7 @@ 4765 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4766 fi 4767 if test "$cf_cv_ld_rpath" = yes ; then 4768 - cf_ld_rpath_opt="-rpath" 4769 + LD_RPATH_OPT="-rpath" 4770 # EXTRA_LDFLAGS="$LOCAL_LDFLAGS $EXTRA_LDFLAGS" 4771 fi 4772 cf_cv_rm_so_locs=yes 4773 @@ -5246,7 +5496,7 @@ 4774 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4775 fi 4776 if test "$cf_cv_ld_rpath" = yes ; then 4777 - cf_ld_rpath_opt="-R" 4778 + LD_RPATH_OPT="-R" 4779 EXTRA_LDFLAGS="$LOCAL_LDFLAGS $EXTRA_LDFLAGS" 4780 fi 4781 4782 @@ -5258,7 +5508,43 @@ 4783 fi 4784 4785 if test "$GCC" != yes; then 4786 - CC_SHARED_OPTS='-xcode=pic32' 4787 + cf_save_CFLAGS="$CFLAGS" 4788 + for cf_shared_opts in -xcode=pic13 -xcode=pic32 -Kpic -KPIC -O 4789 + do 4790 + CFLAGS="$cf_shared_opts $cf_save_CFLAGS" 4791 + cat >conftest.$ac_ext <<_ACEOF 4792 +#line 5516 "configure" 4793 +#include "confdefs.h" 4794 +#include <stdio.h> 4795 +int 4796 +main () 4797 +{ 4798 +printf("Hello\n"); 4799 + ; 4800 + return 0; 4801 +} 4802 +_ACEOF 4803 +rm -f conftest.$ac_objext 4804 +if { (eval echo "$as_me:5528: \"$ac_compile\"") >&5 4805 + (eval $ac_compile) 2>&5 4806 + ac_status=$? 4807 + echo "$as_me:5531: \$? = $ac_status" >&5 4808 + (exit $ac_status); } && 4809 + { ac_try='test -s conftest.$ac_objext' 4810 + { (eval echo "$as_me:5534: \"$ac_try\"") >&5 4811 + (eval $ac_try) 2>&5 4812 + ac_status=$? 4813 + echo "$as_me:5537: \$? = $ac_status" >&5 4814 + (exit $ac_status); }; }; then 4815 + break 4816 +else 4817 + echo "$as_me: failed program was:" >&5 4818 +cat conftest.$ac_ext >&5 4819 +fi 4820 +rm -f conftest.$ac_objext conftest.$ac_ext 4821 + done 4822 + CFLAGS="$cf_save_CFLAGS" 4823 + CC_SHARED_OPTS=$cf_shared_opts 4824 MK_SHARED_LIB='${CC} -dy -G -h '$cf_cv_shared_soname' -o $@' 4825 else 4826 MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $@' 4827 @@ -5285,20 +5571,20 @@ 3945 4828 test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes 3946 4829 ;; 3947 4830 *) 3948 4831 - { echo "$as_me:5288: WARNING: ignored --with-shlib-version" >&5 3949 + { echo "$as_me:5 308: WARNING: ignored --with-shlib-version" >&54832 + { echo "$as_me:5574: WARNING: ignored --with-shlib-version" >&5 3950 4833 echo "$as_me: WARNING: ignored --with-shlib-version" >&2;} 3951 4834 ;; 3952 4835 esac 3953 @@ -5293,12 +5313,12 @@ 4836 ;; 3954 4837 esac 3955 4838 3956 4839 - if test -n "$cf_ld_rpath_opt" ; then 3957 4840 - echo "$as_me:5296: checking if we need a space after rpath option" >&5 3958 + echo "$as_me:5316: checking if we need a space after rpath option" >&5 4841 + if test -n "$LD_RPATH_OPT" ; then 4842 + echo "$as_me:5582: checking if we need a space after rpath option" >&5 3959 4843 echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6 3960 4844 cf_save_LIBS="$LIBS" 3961 LIBS="$LIBS ${cf_ld_rpath_opt}$libdir" 4845 - LIBS="$LIBS ${cf_ld_rpath_opt}$libdir" 4846 + LIBS="$LIBS ${LD_RPATH_OPT}$libdir" 3962 4847 cat >conftest.$ac_ext <<_ACEOF 3963 4848 -#line 5301 "configure" 3964 +#line 5 321"configure"4849 +#line 5587 "configure" 3965 4850 #include "confdefs.h" 3966 4851 3967 4852 int 3968 @@ -5310,16 +5 330,16 @@4853 @@ -5310,16 +5596,16 @@ 3969 4854 } 3970 4855 _ACEOF 3971 4856 rm -f conftest.$ac_objext conftest$ac_exeext 3972 4857 -if { (eval echo "$as_me:5313: \"$ac_link\"") >&5 3973 +if { (eval echo "$as_me:5 333: \"$ac_link\"") >&54858 +if { (eval echo "$as_me:5599: \"$ac_link\"") >&5 3974 4859 (eval $ac_link) 2>&5 3975 4860 ac_status=$? 3976 4861 - echo "$as_me:5316: \$? = $ac_status" >&5 3977 + echo "$as_me:5 336: \$? = $ac_status" >&54862 + echo "$as_me:5602: \$? = $ac_status" >&5 3978 4863 (exit $ac_status); } && 3979 4864 { ac_try='test -s conftest$ac_exeext' 3980 4865 - { (eval echo "$as_me:5319: \"$ac_try\"") >&5 3981 + { (eval echo "$as_me:5 339: \"$ac_try\"") >&54866 + { (eval echo "$as_me:5605: \"$ac_try\"") >&5 3982 4867 (eval $ac_try) 2>&5 3983 4868 ac_status=$? 3984 4869 - echo "$as_me:5322: \$? = $ac_status" >&5 3985 + echo "$as_me:5 342: \$? = $ac_status" >&54870 + echo "$as_me:5608: \$? = $ac_status" >&5 3986 4871 (exit $ac_status); }; }; then 3987 4872 cf_rpath_space=no 3988 4873 else 3989 @@ -5329, 7 +5349,7@@4874 @@ -5329,16 +5615,16 @@ 3990 4875 fi 3991 4876 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3992 4877 LIBS="$cf_save_LIBS" 3993 4878 - echo "$as_me:5332: result: $cf_rpath_space" >&5 3994 + echo "$as_me:5 352: result: $cf_rpath_space" >&54879 + echo "$as_me:5618: result: $cf_rpath_space" >&5 3995 4880 echo "${ECHO_T}$cf_rpath_space" >&6 3996 test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt " 3997 MK_SHARED_LIB="$MK_SHARED_LIB $cf_ld_rpath_opt\${libdir}" 3998 @@ -5338,7 +5358,7 @@ 4881 - test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt " 4882 - MK_SHARED_LIB="$MK_SHARED_LIB $cf_ld_rpath_opt\${libdir}" 4883 + test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT " 4884 + MK_SHARED_LIB="$MK_SHARED_LIB $LD_RPATH_OPT\${libdir}" 4885 fi 4886 3999 4887 if test "$CC_SHARED_OPTS" = "unknown"; then 4000 4888 for model in $cf_list_models; do 4001 4889 if test "$model" = "shared"; then 4002 4890 - { { echo "$as_me:5341: error: Shared libraries are not supported in this version" >&5 4003 + { { echo "$as_me:5 361: error: Shared libraries are not supported in this version" >&54891 + { { echo "$as_me:5627: error: Shared libraries are not supported in this version" >&5 4004 4892 echo "$as_me: error: Shared libraries are not supported in this version" >&2;} 4005 4893 { (exit 1); exit 1; }; } 4006 4894 fi 4007 @@ -5348,7 +5 368,7 @@4895 @@ -5348,7 +5634,7 @@ 4008 4896 ############################################################################### 4009 4897 4010 4898 ### use option --disable-overwrite to leave out the link to -lcurses 4011 4899 -echo "$as_me:5351: checking if you wish to install ncurses overwriting curses" >&5 4012 +echo "$as_me:5 371: checking if you wish to install ncurses overwriting curses" >&54900 +echo "$as_me:5637: checking if you wish to install ncurses overwriting curses" >&5 4013 4901 echo $ECHO_N "checking if you wish to install ncurses overwriting curses... $ECHO_C" >&6 4014 4902 4015 4903 # Check whether --enable-overwrite or --disable-overwrite was given. 4016 @@ -5358,10 +5 378,10 @@4904 @@ -5358,10 +5644,10 @@ 4017 4905 else 4018 4906 if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi 4019 4907 fi; 4020 4908 -echo "$as_me:5361: result: $with_overwrite" >&5 4021 +echo "$as_me:5 381: result: $with_overwrite" >&54909 +echo "$as_me:5647: result: $with_overwrite" >&5 4022 4910 echo "${ECHO_T}$with_overwrite" >&6 4023 4911 4024 4912 -echo "$as_me:5364: checking if external terminfo-database is used" >&5 4025 +echo "$as_me:5 384: checking if external terminfo-database is used" >&54913 +echo "$as_me:5650: checking if external terminfo-database is used" >&5 4026 4914 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6 4027 4915 4028 4916 # Check whether --enable-database or --disable-database was given. 4029 @@ -5371,7 +5 391,7 @@4917 @@ -5371,7 +5657,7 @@ 4030 4918 else 4031 4919 use_database=yes 4032 4920 fi; 4033 4921 -echo "$as_me:5374: result: $use_database" >&5 4034 +echo "$as_me:5 394: result: $use_database" >&54922 +echo "$as_me:5660: result: $use_database" >&5 4035 4923 echo "${ECHO_T}$use_database" >&6 4036 4924 4037 4925 case $host_os in #(vi 4038 @@ -5393,7 +5 413,7 @@4926 @@ -5393,7 +5679,7 @@ 4039 4927 #define USE_DATABASE 1 4040 4928 EOF 4041 4929 4042 4930 - echo "$as_me:5396: checking which terminfo source-file will be installed" >&5 4043 + echo "$as_me:5 416: checking which terminfo source-file will be installed" >&54931 + echo "$as_me:5682: checking which terminfo source-file will be installed" >&5 4044 4932 echo $ECHO_N "checking which terminfo source-file will be installed... $ECHO_C" >&6 4045 4933 4046 4934 # Check whether --enable-database or --disable-database was given. 4047 @@ -5401,10 +5 421,10 @@4935 @@ -5401,10 +5687,10 @@ 4048 4936 enableval="$enable_database" 4049 4937 TERMINFO_SRC=$withval 4050 4938 fi; 4051 4939 - echo "$as_me:5404: result: $TERMINFO_SRC" >&5 4052 + echo "$as_me:5 424: result: $TERMINFO_SRC" >&54940 + echo "$as_me:5690: result: $TERMINFO_SRC" >&5 4053 4941 echo "${ECHO_T}$TERMINFO_SRC" >&6 4054 4942 4055 4943 - echo "$as_me:5407: checking whether to use hashed database instead of directory/tree" >&5 4056 + echo "$as_me:5 427: checking whether to use hashed database instead of directory/tree" >&54944 + echo "$as_me:5693: checking whether to use hashed database instead of directory/tree" >&5 4057 4945 echo $ECHO_N "checking whether to use hashed database instead of directory/tree... $ECHO_C" >&6 4058 4946 4059 4947 # Check whether --with-hashed-db or --without-hashed-db was given. 4060 @@ -5414,13 +5 434,13 @@4948 @@ -5414,13 +5700,13 @@ 4061 4949 else 4062 4950 with_hashed_db=no 4063 4951 fi; 4064 4952 - echo "$as_me:5417: result: $with_hashed_db" >&5 4065 + echo "$as_me:5 437: result: $with_hashed_db" >&54953 + echo "$as_me:5703: result: $with_hashed_db" >&5 4066 4954 echo "${ECHO_T}$with_hashed_db" >&6 4067 4955 else … … 4070 4958 4071 4959 -echo "$as_me:5423: checking for list of fallback descriptions" >&5 4072 +echo "$as_me:5 443: checking for list of fallback descriptions" >&54960 +echo "$as_me:5709: checking for list of fallback descriptions" >&5 4073 4961 echo $ECHO_N "checking for list of fallback descriptions... $ECHO_C" >&6 4074 4962 4075 4963 # Check whether --with-fallbacks or --without-fallbacks was given. 4076 @@ -5430,11 +5 450,11 @@4964 @@ -5430,11 +5716,11 @@ 4077 4965 else 4078 4966 with_fallback= 4079 4967 fi; 4080 4968 -echo "$as_me:5433: result: $with_fallback" >&5 4081 +echo "$as_me:5 453: result: $with_fallback" >&54969 +echo "$as_me:5719: result: $with_fallback" >&5 4082 4970 echo "${ECHO_T}$with_fallback" >&6 4083 4971 FALLBACK_LIST=`echo "$with_fallback" | sed -e 's/,/ /g'` 4084 4972 4085 4973 -echo "$as_me:5437: checking if you want modern xterm or antique" >&5 4086 +echo "$as_me:5 457: checking if you want modern xterm or antique" >&54974 +echo "$as_me:5723: checking if you want modern xterm or antique" >&5 4087 4975 echo $ECHO_N "checking if you want modern xterm or antique... $ECHO_C" >&6 4088 4976 4089 4977 # Check whether --with-xterm-new or --without-xterm-new was given. 4090 @@ -5448,7 +5 468,7 @@4978 @@ -5448,7 +5734,7 @@ 4091 4979 no) with_xterm_new=xterm-old;; 4092 4980 *) with_xterm_new=xterm-new;; 4093 4981 esac 4094 4982 -echo "$as_me:5451: result: $with_xterm_new" >&5 4095 +echo "$as_me:5 471: result: $with_xterm_new" >&54983 +echo "$as_me:5737: result: $with_xterm_new" >&5 4096 4984 echo "${ECHO_T}$with_xterm_new" >&6 4097 4985 WHICH_XTERM=$with_xterm_new 4098 4986 4099 @@ -5458,7 +5 478,7 @@4987 @@ -5458,7 +5744,7 @@ 4100 4988 MAKE_TERMINFO="#" 4101 4989 else 4102 4990 4103 4991 -echo "$as_me:5461: checking for list of terminfo directories" >&5 4104 +echo "$as_me:5 481: checking for list of terminfo directories" >&54992 +echo "$as_me:5747: checking for list of terminfo directories" >&5 4105 4993 echo $ECHO_N "checking for list of terminfo directories... $ECHO_C" >&6 4106 4994 4107 4995 # Check whether --with-terminfo-dirs or --without-terminfo-dirs was given. 4108 @@ -5498,7 +5 518,7 @@4996 @@ -5498,7 +5784,7 @@ 4109 4997 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 4110 4998 ;; 4111 4999 *) 4112 5000 - { { echo "$as_me:5501: error: expected a pathname, not \"$cf_src_path\"" >&5 4113 + { { echo "$as_me:5 521: error: expected a pathname, not \"$cf_src_path\"" >&55001 + { { echo "$as_me:5787: error: expected a pathname, not \"$cf_src_path\"" >&5 4114 5002 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 4115 5003 { (exit 1); exit 1; }; } 4116 5004 ;; 4117 @@ -5511,13 +5 531,13 @@5005 @@ -5511,13 +5797,13 @@ 4118 5006 4119 5007 eval 'TERMINFO_DIRS="$cf_dst_path"' 4120 5008 4121 5009 -echo "$as_me:5514: result: $TERMINFO_DIRS" >&5 4122 +echo "$as_me:5 534: result: $TERMINFO_DIRS" >&55010 +echo "$as_me:5800: result: $TERMINFO_DIRS" >&5 4123 5011 echo "${ECHO_T}$TERMINFO_DIRS" >&6 4124 5012 test -n "$TERMINFO_DIRS" && cat >>confdefs.h <<EOF … … 4127 5015 4128 5016 -echo "$as_me:5520: checking for default terminfo directory" >&5 4129 +echo "$as_me:5 540: checking for default terminfo directory" >&55017 +echo "$as_me:5806: checking for default terminfo directory" >&5 4130 5018 echo $ECHO_N "checking for default terminfo directory... $ECHO_C" >&6 4131 5019 4132 5020 # Check whether --with-default-terminfo-dir or --without-default-terminfo-dir was given. 4133 @@ -5553,7 +5 573,7 @@5021 @@ -5553,7 +5839,7 @@ 4134 5022 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 4135 5023 ;; 4136 5024 *) 4137 5025 - { { echo "$as_me:5556: error: expected a pathname, not \"$withval\"" >&5 4138 + { { echo "$as_me:5 576: error: expected a pathname, not \"$withval\"" >&55026 + { { echo "$as_me:5842: error: expected a pathname, not \"$withval\"" >&5 4139 5027 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 4140 5028 { (exit 1); exit 1; }; } 4141 5029 ;; 4142 @@ -5562,7 +5 582,7 @@5030 @@ -5562,7 +5848,7 @@ 4143 5031 fi 4144 5032 TERMINFO="$withval" 4145 5033 4146 5034 -echo "$as_me:5565: result: $TERMINFO" >&5 4147 +echo "$as_me:5 585: result: $TERMINFO" >&55035 +echo "$as_me:5851: result: $TERMINFO" >&5 4148 5036 echo "${ECHO_T}$TERMINFO" >&6 4149 5037 cat >>confdefs.h <<EOF 4150 5038 #define TERMINFO "$TERMINFO" 4151 @@ -5572,7 +5 592,7 @@5039 @@ -5572,7 +5858,7 @@ 4152 5040 4153 5041 ### use option --disable-big-core to make tic run on small machines 4154 5042 ### We need 4Mb, check if we can allocate 50% more than that. 4155 5043 -echo "$as_me:5575: checking if big-core option selected" >&5 4156 +echo "$as_me:5 595: checking if big-core option selected" >&55044 +echo "$as_me:5861: checking if big-core option selected" >&5 4157 5045 echo $ECHO_N "checking if big-core option selected... $ECHO_C" >&6 4158 5046 4159 5047 # Check whether --enable-big-core or --disable-big-core was given. 4160 @@ -5584,7 +5 604,7 @@5048 @@ -5584,7 +5870,7 @@ 4161 5049 with_big_core=no 4162 5050 else 4163 5051 cat >conftest.$ac_ext <<_ACEOF 4164 5052 -#line 5587 "configure" 4165 +#line 5 607"configure"5053 +#line 5873 "configure" 4166 5054 #include "confdefs.h" 4167 5055 4168 5056 #include <stdlib.h> 4169 @@ -5598,15 +5 618,15 @@5057 @@ -5598,15 +5884,15 @@ 4170 5058 } 4171 5059 _ACEOF 4172 5060 rm -f conftest$ac_exeext 4173 5061 -if { (eval echo "$as_me:5601: \"$ac_link\"") >&5 4174 +if { (eval echo "$as_me:5 621: \"$ac_link\"") >&55062 +if { (eval echo "$as_me:5887: \"$ac_link\"") >&5 4175 5063 (eval $ac_link) 2>&5 4176 5064 ac_status=$? 4177 5065 - echo "$as_me:5604: \$? = $ac_status" >&5 4178 + echo "$as_me:5 624: \$? = $ac_status" >&55066 + echo "$as_me:5890: \$? = $ac_status" >&5 4179 5067 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4180 5068 - { (eval echo "$as_me:5606: \"$ac_try\"") >&5 4181 + { (eval echo "$as_me:5 626: \"$ac_try\"") >&55069 + { (eval echo "$as_me:5892: \"$ac_try\"") >&5 4182 5070 (eval $ac_try) 2>&5 4183 5071 ac_status=$? 4184 5072 - echo "$as_me:5609: \$? = $ac_status" >&5 4185 + echo "$as_me:5 629: \$? = $ac_status" >&55073 + echo "$as_me:5895: \$? = $ac_status" >&5 4186 5074 (exit $ac_status); }; }; then 4187 5075 with_big_core=yes 4188 5076 else 4189 @@ -5618,7 +5 638,7 @@5077 @@ -5618,7 +5904,7 @@ 4190 5078 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4191 5079 fi 4192 5080 fi; 4193 5081 -echo "$as_me:5621: result: $with_big_core" >&5 4194 +echo "$as_me:5 641: result: $with_big_core" >&55082 +echo "$as_me:5907: result: $with_big_core" >&5 4195 5083 echo "${ECHO_T}$with_big_core" >&6 4196 5084 test "$with_big_core" = "yes" && cat >>confdefs.h <<\EOF 4197 5085 #define HAVE_BIG_CORE 1 4198 @@ -5627,7 +5 647,7 @@5086 @@ -5627,7 +5913,7 @@ 4199 5087 ### ISO C only guarantees 512-char strings, we have tables which load faster 4200 5088 ### when constructed using "big" strings. More than the C compiler, the awk 4201 5089 ### program is a limit on most vendor UNIX systems. Check that we can build. 4202 5090 -echo "$as_me:5630: checking if big-strings option selected" >&5 4203 +echo "$as_me:5 650: checking if big-strings option selected" >&55091 +echo "$as_me:5916: checking if big-strings option selected" >&5 4204 5092 echo $ECHO_N "checking if big-strings option selected... $ECHO_C" >&6 4205 5093 4206 5094 # Check whether --enable-big-strings or --disable-big-strings was given. 4207 @@ -5636,29 +5 656,29 @@5095 @@ -5636,29 +5922,29 @@ 4208 5096 with_big_strings=$enableval 4209 5097 else … … 4238 5126 fi; 4239 5127 -echo "$as_me:5654: result: $with_big_strings" >&5 4240 +echo "$as_me:5 674: result: $with_big_strings" >&55128 +echo "$as_me:5940: result: $with_big_strings" >&5 4241 5129 echo "${ECHO_T}$with_big_strings" >&6 4242 5130 … … 4246 5134 ### use option --enable-termcap to compile in the termcap fallback support 4247 5135 -echo "$as_me:5661: checking if you want termcap-fallback support" >&5 4248 +echo "$as_me:5 681: checking if you want termcap-fallback support" >&55136 +echo "$as_me:5947: checking if you want termcap-fallback support" >&5 4249 5137 echo $ECHO_N "checking if you want termcap-fallback support... $ECHO_C" >&6 4250 5138 4251 5139 # Check whether --enable-termcap or --disable-termcap was given. 4252 @@ -5668,13 +5 688,13 @@5140 @@ -5668,13 +5954,13 @@ 4253 5141 else 4254 5142 with_termcap=no 4255 5143 fi; 4256 5144 -echo "$as_me:5671: result: $with_termcap" >&5 4257 +echo "$as_me:5 691: result: $with_termcap" >&55145 +echo "$as_me:5957: result: $with_termcap" >&5 4258 5146 echo "${ECHO_T}$with_termcap" >&6 4259 5147 … … 4262 5150 if test -z "$with_fallback" ; then 4263 5151 - { { echo "$as_me:5677: error: You have disabled the database w/o specifying fallbacks" >&5 4264 + { { echo "$as_me:5 697: error: You have disabled the database w/o specifying fallbacks" >&55152 + { { echo "$as_me:5963: error: You have disabled the database w/o specifying fallbacks" >&5 4265 5153 echo "$as_me: error: You have disabled the database w/o specifying fallbacks" >&2;} 4266 5154 { (exit 1); exit 1; }; } 4267 5155 fi 4268 @@ -5686,7 +5 706,7 @@5156 @@ -5686,7 +5972,7 @@ 4269 5157 else 4270 5158 4271 5159 if test "$with_ticlib" != no ; then 4272 5160 - { { echo "$as_me:5689: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5 4273 + { { echo "$as_me:5 709: error: Options --with-ticlib and --enable-termcap cannot be combined" >&55161 + { { echo "$as_me:5975: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5 4274 5162 echo "$as_me: error: Options --with-ticlib and --enable-termcap cannot be combined" >&2;} 4275 5163 { (exit 1); exit 1; }; } 4276 5164 fi 4277 @@ -5695,7 +5 715,7 @@5165 @@ -5695,7 +5981,7 @@ 4278 5166 #define USE_TERMCAP 1 4279 5167 EOF 4280 5168 4281 5169 -echo "$as_me:5698: checking for list of termcap files" >&5 4282 +echo "$as_me:5 718: checking for list of termcap files" >&55170 +echo "$as_me:5984: checking for list of termcap files" >&5 4283 5171 echo $ECHO_N "checking for list of termcap files... $ECHO_C" >&6 4284 5172 4285 5173 # Check whether --with-termpath or --without-termpath was given. 4286 @@ -5735,7 + 5755,7 @@5174 @@ -5735,7 +6021,7 @@ 4287 5175 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 4288 5176 ;; 4289 5177 *) 4290 5178 - { { echo "$as_me:5738: error: expected a pathname, not \"$cf_src_path\"" >&5 4291 + { { echo "$as_me: 5758: error: expected a pathname, not \"$cf_src_path\"" >&55179 + { { echo "$as_me:6024: error: expected a pathname, not \"$cf_src_path\"" >&5 4292 5180 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 4293 5181 { (exit 1); exit 1; }; } 4294 5182 ;; 4295 @@ -5748,14 + 5768,14 @@5183 @@ -5748,14 +6034,14 @@ 4296 5184 4297 5185 eval 'TERMPATH="$cf_dst_path"' 4298 5186 4299 5187 -echo "$as_me:5751: result: $TERMPATH" >&5 4300 +echo "$as_me: 5771: result: $TERMPATH" >&55188 +echo "$as_me:6037: result: $TERMPATH" >&5 4301 5189 echo "${ECHO_T}$TERMPATH" >&6 4302 5190 test -n "$TERMPATH" && cat >>confdefs.h <<EOF … … 4306 5194 ### use option --enable-getcap to use a hacked getcap for reading termcaps 4307 5195 -echo "$as_me:5758: checking if fast termcap-loader is needed" >&5 4308 +echo "$as_me: 5778: checking if fast termcap-loader is needed" >&55196 +echo "$as_me:6044: checking if fast termcap-loader is needed" >&5 4309 5197 echo $ECHO_N "checking if fast termcap-loader is needed... $ECHO_C" >&6 4310 5198 4311 5199 # Check whether --enable-getcap or --disable-getcap was given. 4312 @@ -5765,13 + 5785,13 @@5200 @@ -5765,13 +6051,13 @@ 4313 5201 else 4314 5202 with_getcap=no 4315 5203 fi; 4316 5204 -echo "$as_me:5768: result: $with_getcap" >&5 4317 +echo "$as_me: 5788: result: $with_getcap" >&55205 +echo "$as_me:6054: result: $with_getcap" >&5 4318 5206 echo "${ECHO_T}$with_getcap" >&6 4319 5207 test "$with_getcap" = "yes" && cat >>confdefs.h <<\EOF … … 4322 5210 4323 5211 -echo "$as_me:5774: checking if translated termcaps will be cached in ~/.terminfo" >&5 4324 +echo "$as_me: 5794: checking if translated termcaps will be cached in ~/.terminfo" >&55212 +echo "$as_me:6060: checking if translated termcaps will be cached in ~/.terminfo" >&5 4325 5213 echo $ECHO_N "checking if translated termcaps will be cached in ~/.terminfo... $ECHO_C" >&6 4326 5214 4327 5215 # Check whether --enable-getcap-cache or --disable-getcap-cache was given. 4328 @@ -5781,7 + 5801,7 @@5216 @@ -5781,7 +6067,7 @@ 4329 5217 else 4330 5218 with_getcap_cache=no 4331 5219 fi; 4332 5220 -echo "$as_me:5784: result: $with_getcap_cache" >&5 4333 +echo "$as_me: 5804: result: $with_getcap_cache" >&55221 +echo "$as_me:6070: result: $with_getcap_cache" >&5 4334 5222 echo "${ECHO_T}$with_getcap_cache" >&6 4335 5223 test "$with_getcap_cache" = "yes" && cat >>confdefs.h <<\EOF 4336 5224 #define USE_GETCAP_CACHE 1 4337 @@ -5790,7 + 5810,7 @@5225 @@ -5790,7 +6076,7 @@ 4338 5226 fi 4339 5227 4340 5228 ### Use option --disable-home-terminfo to completely remove ~/.terminfo 4341 5229 -echo "$as_me:5793: checking if ~/.terminfo is wanted" >&5 4342 +echo "$as_me: 5813: checking if ~/.terminfo is wanted" >&55230 +echo "$as_me:6079: checking if ~/.terminfo is wanted" >&5 4343 5231 echo $ECHO_N "checking if ~/.terminfo is wanted... $ECHO_C" >&6 4344 5232 4345 5233 # Check whether --enable-home-terminfo or --disable-home-terminfo was given. 4346 @@ -5800,13 + 5820,13 @@5234 @@ -5800,13 +6086,13 @@ 4347 5235 else 4348 5236 with_home_terminfo=yes 4349 5237 fi; 4350 5238 -echo "$as_me:5803: result: $with_home_terminfo" >&5 4351 +echo "$as_me: 5823: result: $with_home_terminfo" >&55239 +echo "$as_me:6089: result: $with_home_terminfo" >&5 4352 5240 echo "${ECHO_T}$with_home_terminfo" >&6 4353 5241 test "$with_home_terminfo" = "yes" && cat >>confdefs.h <<\EOF … … 4356 5244 4357 5245 -echo "$as_me:5809: checking if you want to use restricted environment when running as root" >&5 4358 +echo "$as_me: 5829: checking if you want to use restricted environment when running as root" >&55246 +echo "$as_me:6095: checking if you want to use restricted environment when running as root" >&5 4359 5247 echo $ECHO_N "checking if you want to use restricted environment when running as root... $ECHO_C" >&6 4360 5248 4361 5249 # Check whether --enable-root-environ or --disable-root-environ was given. 4362 @@ -5816,7 + 5836,7 @@5250 @@ -5816,7 +6102,7 @@ 4363 5251 else 4364 5252 with_root_environ=yes 4365 5253 fi; 4366 5254 -echo "$as_me:5819: result: $with_root_environ" >&5 4367 +echo "$as_me: 5839: result: $with_root_environ" >&55255 +echo "$as_me:6105: result: $with_root_environ" >&5 4368 5256 echo "${ECHO_T}$with_root_environ" >&6 4369 5257 test "$with_root_environ" = yes && cat >>confdefs.h <<\EOF 4370 5258 #define USE_ROOT_ENVIRON 1 4371 @@ -5830,13 + 5850,13 @@5259 @@ -5830,13 +6116,13 @@ 4372 5260 unlink 4373 5261 do 4374 5262 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4375 5263 -echo "$as_me:5833: checking for $ac_func" >&5 4376 +echo "$as_me: 5853: checking for $ac_func" >&55264 +echo "$as_me:6119: checking for $ac_func" >&5 4377 5265 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4378 5266 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 4381 5269 cat >conftest.$ac_ext <<_ACEOF 4382 5270 -#line 5839 "configure" 4383 +#line 5859"configure"5271 +#line 6125 "configure" 4384 5272 #include "confdefs.h" 4385 5273 /* System header to define __stub macros and hopefully few prototypes, 4386 5274 which can conflict with char $ac_func (); below. */ 4387 @@ -5867,16 + 5887,16 @@5275 @@ -5867,16 +6153,16 @@ 4388 5276 } 4389 5277 _ACEOF 4390 5278 rm -f conftest.$ac_objext conftest$ac_exeext 4391 5279 -if { (eval echo "$as_me:5870: \"$ac_link\"") >&5 4392 +if { (eval echo "$as_me: 5890: \"$ac_link\"") >&55280 +if { (eval echo "$as_me:6156: \"$ac_link\"") >&5 4393 5281 (eval $ac_link) 2>&5 4394 5282 ac_status=$? 4395 5283 - echo "$as_me:5873: \$? = $ac_status" >&5 4396 + echo "$as_me: 5893: \$? = $ac_status" >&55284 + echo "$as_me:6159: \$? = $ac_status" >&5 4397 5285 (exit $ac_status); } && 4398 5286 { ac_try='test -s conftest$ac_exeext' 4399 5287 - { (eval echo "$as_me:5876: \"$ac_try\"") >&5 4400 + { (eval echo "$as_me: 5896: \"$ac_try\"") >&55288 + { (eval echo "$as_me:6162: \"$ac_try\"") >&5 4401 5289 (eval $ac_try) 2>&5 4402 5290 ac_status=$? 4403 5291 - echo "$as_me:5879: \$? = $ac_status" >&5 4404 + echo "$as_me: 5899: \$? = $ac_status" >&55292 + echo "$as_me:6165: \$? = $ac_status" >&5 4405 5293 (exit $ac_status); }; }; then 4406 5294 eval "$as_ac_var=yes" 4407 5295 else 4408 @@ -5886,7 + 5906,7 @@5296 @@ -5886,7 +6172,7 @@ 4409 5297 fi 4410 5298 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4411 5299 fi 4412 5300 -echo "$as_me:5889: result: `eval echo '${'$as_ac_var'}'`" >&5 4413 +echo "$as_me: 5909: result: `eval echo '${'$as_ac_var'}'`" >&55301 +echo "$as_me:6175: result: `eval echo '${'$as_ac_var'}'`" >&5 4414 5302 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4415 5303 if test `eval echo '${'$as_ac_var'}'` = yes; then 4416 5304 cat >>confdefs.h <<EOF 4417 @@ -5903,13 + 5923,13 @@5305 @@ -5903,13 +6189,13 @@ 4418 5306 symlink 4419 5307 do 4420 5308 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4421 5309 -echo "$as_me:5906: checking for $ac_func" >&5 4422 +echo "$as_me: 5926: checking for $ac_func" >&55310 +echo "$as_me:6192: checking for $ac_func" >&5 4423 5311 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4424 5312 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 4427 5315 cat >conftest.$ac_ext <<_ACEOF 4428 5316 -#line 5912 "configure" 4429 +#line 5932"configure"5317 +#line 6198 "configure" 4430 5318 #include "confdefs.h" 4431 5319 /* System header to define __stub macros and hopefully few prototypes, 4432 5320 which can conflict with char $ac_func (); below. */ 4433 @@ -5940,16 + 5960,16 @@5321 @@ -5940,16 +6226,16 @@ 4434 5322 } 4435 5323 _ACEOF 4436 5324 rm -f conftest.$ac_objext conftest$ac_exeext 4437 5325 -if { (eval echo "$as_me:5943: \"$ac_link\"") >&5 4438 +if { (eval echo "$as_me: 5963: \"$ac_link\"") >&55326 +if { (eval echo "$as_me:6229: \"$ac_link\"") >&5 4439 5327 (eval $ac_link) 2>&5 4440 5328 ac_status=$? 4441 5329 - echo "$as_me:5946: \$? = $ac_status" >&5 4442 + echo "$as_me: 5966: \$? = $ac_status" >&55330 + echo "$as_me:6232: \$? = $ac_status" >&5 4443 5331 (exit $ac_status); } && 4444 5332 { ac_try='test -s conftest$ac_exeext' 4445 5333 - { (eval echo "$as_me:5949: \"$ac_try\"") >&5 4446 + { (eval echo "$as_me: 5969: \"$ac_try\"") >&55334 + { (eval echo "$as_me:6235: \"$ac_try\"") >&5 4447 5335 (eval $ac_try) 2>&5 4448 5336 ac_status=$? 4449 5337 - echo "$as_me:5952: \$? = $ac_status" >&5 4450 + echo "$as_me: 5972: \$? = $ac_status" >&55338 + echo "$as_me:6238: \$? = $ac_status" >&5 4451 5339 (exit $ac_status); }; }; then 4452 5340 eval "$as_ac_var=yes" 4453 5341 else 4454 @@ -5959,7 + 5979,7 @@5342 @@ -5959,7 +6245,7 @@ 4455 5343 fi 4456 5344 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4457 5345 fi 4458 5346 -echo "$as_me:5962: result: `eval echo '${'$as_ac_var'}'`" >&5 4459 +echo "$as_me: 5982: result: `eval echo '${'$as_ac_var'}'`" >&55347 +echo "$as_me:6248: result: `eval echo '${'$as_ac_var'}'`" >&5 4460 5348 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4461 5349 if test `eval echo '${'$as_ac_var'}'` = yes; then 4462 5350 cat >>confdefs.h <<EOF 4463 @@ -5970,7 + 5990,7 @@5351 @@ -5970,7 +6256,7 @@ 4464 5352 done 4465 5353 4466 5354 else 4467 5355 - echo "$as_me:5973: checking if link/symlink functions work" >&5 4468 + echo "$as_me: 5993: checking if link/symlink functions work" >&55356 + echo "$as_me:6259: checking if link/symlink functions work" >&5 4469 5357 echo $ECHO_N "checking if link/symlink functions work... $ECHO_C" >&6 4470 5358 if test "${cf_cv_link_funcs+set}" = set; then 4471 5359 echo $ECHO_N "(cached) $ECHO_C" >&6 4472 @@ -5983,7 +6 003,7 @@5360 @@ -5983,7 +6269,7 @@ 4473 5361 eval 'ac_cv_func_'$cf_func'=error' 4474 5362 else 4475 5363 cat >conftest.$ac_ext <<_ACEOF 4476 5364 -#line 5986 "configure" 4477 +#line 6 006"configure"5365 +#line 6272 "configure" 4478 5366 #include "confdefs.h" 4479 5367 4480 5368 #include <sys/types.h> 4481 @@ -6013,15 +6 033,15 @@5369 @@ -6013,15 +6299,15 @@ 4482 5370 4483 5371 _ACEOF 4484 5372 rm -f conftest$ac_exeext 4485 5373 -if { (eval echo "$as_me:6016: \"$ac_link\"") >&5 4486 +if { (eval echo "$as_me:6 036: \"$ac_link\"") >&55374 +if { (eval echo "$as_me:6302: \"$ac_link\"") >&5 4487 5375 (eval $ac_link) 2>&5 4488 5376 ac_status=$? 4489 5377 - echo "$as_me:6019: \$? = $ac_status" >&5 4490 + echo "$as_me:6 039: \$? = $ac_status" >&55378 + echo "$as_me:6305: \$? = $ac_status" >&5 4491 5379 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4492 5380 - { (eval echo "$as_me:6021: \"$ac_try\"") >&5 4493 + { (eval echo "$as_me:6 041: \"$ac_try\"") >&55381 + { (eval echo "$as_me:6307: \"$ac_try\"") >&5 4494 5382 (eval $ac_try) 2>&5 4495 5383 ac_status=$? 4496 5384 - echo "$as_me:6024: \$? = $ac_status" >&5 4497 + echo "$as_me:6 044: \$? = $ac_status" >&55385 + echo "$as_me:6310: \$? = $ac_status" >&5 4498 5386 (exit $ac_status); }; }; then 4499 5387 4500 5388 cf_cv_link_funcs="$cf_cv_link_funcs $cf_func" 4501 @@ -6039,7 +6 059,7 @@5389 @@ -6039,7 +6325,7 @@ 4502 5390 test -z "$cf_cv_link_funcs" && cf_cv_link_funcs=no 4503 5391 4504 5392 fi 4505 5393 -echo "$as_me:6042: result: $cf_cv_link_funcs" >&5 4506 +echo "$as_me:6 062: result: $cf_cv_link_funcs" >&55394 +echo "$as_me:6328: result: $cf_cv_link_funcs" >&5 4507 5395 echo "${ECHO_T}$cf_cv_link_funcs" >&6 4508 5396 test "$ac_cv_func_link" = yes && cat >>confdefs.h <<\EOF 4509 5397 #define HAVE_LINK 1 4510 @@ -6057,7 +6 077,7 @@5398 @@ -6057,7 +6343,7 @@ 4511 5399 # soft links (symbolic links) are useful for some systems where hard links do 4512 5400 # not work, or to make it simpler to copy terminfo trees around. 4513 5401 if test "$ac_cv_func_symlink" = yes ; then 4514 5402 - echo "$as_me:6060: checking if tic should use symbolic links" >&5 4515 + echo "$as_me:6 080: checking if tic should use symbolic links" >&55403 + echo "$as_me:6346: checking if tic should use symbolic links" >&5 4516 5404 echo $ECHO_N "checking if tic should use symbolic links... $ECHO_C" >&6 4517 5405 4518 5406 # Check whether --enable-symlinks or --disable-symlinks was given. 4519 @@ -6067,21 +6 087,21 @@5407 @@ -6067,21 +6353,21 @@ 4520 5408 else 4521 5409 with_symlinks=no 4522 5410 fi; 4523 5411 - echo "$as_me:6070: result: $with_symlinks" >&5 4524 + echo "$as_me:6 090: result: $with_symlinks" >&55412 + echo "$as_me:6356: result: $with_symlinks" >&5 4525 5413 echo "${ECHO_T}$with_symlinks" >&6 4526 5414 fi … … 4530 5418 if test "$with_symlinks" = no ; then 4531 5419 - echo "$as_me:6077: checking if tic should use hard links" >&5 4532 + echo "$as_me:6 097: checking if tic should use hard links" >&55420 + echo "$as_me:6363: checking if tic should use hard links" >&5 4533 5421 echo $ECHO_N "checking if tic should use hard links... $ECHO_C" >&6 4534 5422 if test "$ac_cv_func_link" = yes ; then … … 4538 5426 fi 4539 5427 - echo "$as_me:6084: result: $with_links" >&5 4540 + echo "$as_me:6 104: result: $with_links" >&55428 + echo "$as_me:6370: result: $with_links" >&5 4541 5429 echo "${ECHO_T}$with_links" >&6 4542 5430 fi 4543 5431 4544 @@ -6094,7 +6 114,7 @@5432 @@ -6094,7 +6380,7 @@ 4545 5433 EOF 4546 5434 4547 5435 ### use option --enable-broken-linker to force on use of broken-linker support 4548 5436 -echo "$as_me:6097: checking if you want broken-linker support code" >&5 4549 +echo "$as_me:6 117: checking if you want broken-linker support code" >&55437 +echo "$as_me:6383: checking if you want broken-linker support code" >&5 4550 5438 echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6 4551 5439 4552 5440 # Check whether --enable-broken_linker or --disable-broken_linker was given. 4553 @@ -6104,7 +6 124,7 @@5441 @@ -6104,7 +6390,7 @@ 4554 5442 else 4555 5443 with_broken_linker=${BROKEN_LINKER-no} 4556 5444 fi; 4557 5445 -echo "$as_me:6107: result: $with_broken_linker" >&5 4558 +echo "$as_me:6 127: result: $with_broken_linker" >&55446 +echo "$as_me:6393: result: $with_broken_linker" >&5 4559 5447 echo "${ECHO_T}$with_broken_linker" >&6 4560 5448 4561 5449 BROKEN_LINKER=0 4562 @@ -6124,14 +6 144,14 @@5450 @@ -6124,14 +6410,14 @@ 4563 5451 BROKEN_LINKER=1 4564 5452 test -n "$verbose" && echo " cygwin linker is broken anyway" 1>&6 4565 5453 4566 5454 -echo "${as_me-configure}:6127: testing cygwin linker is broken anyway ..." 1>&5 4567 +echo "${as_me-configure}:6 147: testing cygwin linker is broken anyway ..." 1>&55455 +echo "${as_me-configure}:6413: testing cygwin linker is broken anyway ..." 1>&5 4568 5456 4569 5457 ;; … … 4573 5461 ### use option --enable-bsdpad to have tputs process BSD-style prefix padding 4574 5462 -echo "$as_me:6134: checking if tputs should process BSD-style prefix padding" >&5 4575 +echo "$as_me:6 154: checking if tputs should process BSD-style prefix padding" >&55463 +echo "$as_me:6420: checking if tputs should process BSD-style prefix padding" >&5 4576 5464 echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6 4577 5465 4578 5466 # Check whether --enable-bsdpad or --disable-bsdpad was given. 4579 @@ -6141,7 +6 161,7 @@5467 @@ -6141,7 +6427,7 @@ 4580 5468 else 4581 5469 with_bsdpad=no 4582 5470 fi; 4583 5471 -echo "$as_me:6144: result: $with_bsdpad" >&5 4584 +echo "$as_me:6 164: result: $with_bsdpad" >&55472 +echo "$as_me:6430: result: $with_bsdpad" >&5 4585 5473 echo "${ECHO_T}$with_bsdpad" >&6 4586 5474 test "$with_bsdpad" = yes && cat >>confdefs.h <<\EOF 4587 5475 #define BSD_TPUTS 1 4588 @@ -6158,7 +6 178,7 @@5476 @@ -6158,7 +6444,7 @@ 4589 5477 4590 5478 # Check to define _XOPEN_SOURCE "automatically" 4591 5479 4592 5480 -echo "$as_me:6161: checking if $CC -U and -D options work together" >&5 4593 +echo "$as_me:6 181: checking if $CC -U and -D options work together" >&55481 +echo "$as_me:6447: checking if $CC -U and -D options work together" >&5 4594 5482 echo $ECHO_N "checking if $CC -U and -D options work together... $ECHO_C" >&6 4595 5483 if test "${cf_cv_cc_u_d_options+set}" = set; then 4596 5484 echo $ECHO_N "(cached) $ECHO_C" >&6 4597 @@ -6167,7 +6 187,7 @@5485 @@ -6167,7 +6453,7 @@ 4598 5486 cf_save_CPPFLAGS="$CPPFLAGS" 4599 5487 CPPFLAGS="-UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS" 4600 5488 cat >conftest.$ac_ext <<_ACEOF 4601 5489 -#line 6170 "configure" 4602 +#line 6 190"configure"5490 +#line 6456 "configure" 4603 5491 #include "confdefs.h" 4604 5492 4605 5493 int 4606 @@ -6186,16 +6 206,16 @@5494 @@ -6186,16 +6472,16 @@ 4607 5495 } 4608 5496 _ACEOF 4609 5497 rm -f conftest.$ac_objext 4610 5498 -if { (eval echo "$as_me:6189: \"$ac_compile\"") >&5 4611 +if { (eval echo "$as_me:6 209: \"$ac_compile\"") >&55499 +if { (eval echo "$as_me:6475: \"$ac_compile\"") >&5 4612 5500 (eval $ac_compile) 2>&5 4613 5501 ac_status=$? 4614 5502 - echo "$as_me:6192: \$? = $ac_status" >&5 4615 + echo "$as_me:6 212: \$? = $ac_status" >&55503 + echo "$as_me:6478: \$? = $ac_status" >&5 4616 5504 (exit $ac_status); } && 4617 5505 { ac_try='test -s conftest.$ac_objext' 4618 5506 - { (eval echo "$as_me:6195: \"$ac_try\"") >&5 4619 + { (eval echo "$as_me:6 215: \"$ac_try\"") >&55507 + { (eval echo "$as_me:6481: \"$ac_try\"") >&5 4620 5508 (eval $ac_try) 2>&5 4621 5509 ac_status=$? 4622 5510 - echo "$as_me:6198: \$? = $ac_status" >&5 4623 + echo "$as_me:6 218: \$? = $ac_status" >&55511 + echo "$as_me:6484: \$? = $ac_status" >&5 4624 5512 (exit $ac_status); }; }; then 4625 5513 4626 5514 cf_cv_cc_u_d_options=yes 4627 @@ -6209,14 +6 229,14 @@5515 @@ -6209,14 +6495,14 @@ 4628 5516 CPPFLAGS="$cf_save_CPPFLAGS" 4629 5517 4630 5518 fi 4631 5519 -echo "$as_me:6212: result: $cf_cv_cc_u_d_options" >&5 4632 +echo "$as_me:6 232: result: $cf_cv_cc_u_d_options" >&55520 +echo "$as_me:6498: result: $cf_cv_cc_u_d_options" >&5 4633 5521 echo "${ECHO_T}$cf_cv_cc_u_d_options" >&6 4634 5522 … … 4642 5530 ;; 4643 5531 freebsd*|dragonfly*) #(vi 4644 @@ -6233,16 +6 253,16 @@5532 @@ -6233,16 +6519,16 @@ 4645 5533 irix[56].*) #(vi 4646 5534 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 4650 5538 4651 5539 -echo "$as_me:6238: checking if we must define _GNU_SOURCE" >&5 4652 +echo "$as_me:6 258: checking if we must define _GNU_SOURCE" >&55540 +echo "$as_me:6524: checking if we must define _GNU_SOURCE" >&5 4653 5541 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6 4654 5542 if test "${cf_cv_gnu_source+set}" = set; then … … 4658 5546 cat >conftest.$ac_ext <<_ACEOF 4659 5547 -#line 6245 "configure" 4660 +#line 6 265"configure"5548 +#line 6531 "configure" 4661 5549 #include "confdefs.h" 4662 5550 #include <sys/types.h> 4663 5551 int 4664 @@ -6257,16 +6 277,16 @@5552 @@ -6257,16 +6543,16 @@ 4665 5553 } 4666 5554 _ACEOF 4667 5555 rm -f conftest.$ac_objext 4668 5556 -if { (eval echo "$as_me:6260: \"$ac_compile\"") >&5 4669 +if { (eval echo "$as_me:6 280: \"$ac_compile\"") >&55557 +if { (eval echo "$as_me:6546: \"$ac_compile\"") >&5 4670 5558 (eval $ac_compile) 2>&5 4671 5559 ac_status=$? 4672 5560 - echo "$as_me:6263: \$? = $ac_status" >&5 4673 + echo "$as_me:6 283: \$? = $ac_status" >&55561 + echo "$as_me:6549: \$? = $ac_status" >&5 4674 5562 (exit $ac_status); } && 4675 5563 { ac_try='test -s conftest.$ac_objext' 4676 5564 - { (eval echo "$as_me:6266: \"$ac_try\"") >&5 4677 + { (eval echo "$as_me:6 286: \"$ac_try\"") >&55565 + { (eval echo "$as_me:6552: \"$ac_try\"") >&5 4678 5566 (eval $ac_try) 2>&5 4679 5567 ac_status=$? 4680 5568 - echo "$as_me:6269: \$? = $ac_status" >&5 4681 + echo "$as_me:6 289: \$? = $ac_status" >&55569 + echo "$as_me:6555: \$? = $ac_status" >&5 4682 5570 (exit $ac_status); }; }; then 4683 5571 cf_cv_gnu_source=no 4684 5572 else 4685 @@ -6275,7 +6 295,7 @@5573 @@ -6275,7 +6561,7 @@ 4686 5574 cf_save="$CPPFLAGS" 4687 5575 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 4688 5576 cat >conftest.$ac_ext <<_ACEOF 4689 5577 -#line 6278 "configure" 4690 +#line 6 298"configure"5578 +#line 6564 "configure" 4691 5579 #include "confdefs.h" 4692 5580 #include <sys/types.h> 4693 5581 int 4694 @@ -6290,16 +6 310,16 @@5582 @@ -6290,16 +6576,16 @@ 4695 5583 } 4696 5584 _ACEOF 4697 5585 rm -f conftest.$ac_objext 4698 5586 -if { (eval echo "$as_me:6293: \"$ac_compile\"") >&5 4699 +if { (eval echo "$as_me:6 313: \"$ac_compile\"") >&55587 +if { (eval echo "$as_me:6579: \"$ac_compile\"") >&5 4700 5588 (eval $ac_compile) 2>&5 4701 5589 ac_status=$? 4702 5590 - echo "$as_me:6296: \$? = $ac_status" >&5 4703 + echo "$as_me:6 316: \$? = $ac_status" >&55591 + echo "$as_me:6582: \$? = $ac_status" >&5 4704 5592 (exit $ac_status); } && 4705 5593 { ac_try='test -s conftest.$ac_objext' 4706 5594 - { (eval echo "$as_me:6299: \"$ac_try\"") >&5 4707 + { (eval echo "$as_me:6 319: \"$ac_try\"") >&55595 + { (eval echo "$as_me:6585: \"$ac_try\"") >&5 4708 5596 (eval $ac_try) 2>&5 4709 5597 ac_status=$? 4710 5598 - echo "$as_me:6302: \$? = $ac_status" >&5 4711 + echo "$as_me:6 322: \$? = $ac_status" >&55599 + echo "$as_me:6588: \$? = $ac_status" >&5 4712 5600 (exit $ac_status); }; }; then 4713 5601 cf_cv_gnu_source=no 4714 5602 else 4715 @@ -6314,7 +6 334,7 @@5603 @@ -6314,7 +6600,7 @@ 4716 5604 rm -f conftest.$ac_objext conftest.$ac_ext 4717 5605 4718 5606 fi 4719 5607 -echo "$as_me:6317: result: $cf_cv_gnu_source" >&5 4720 +echo "$as_me:6 337: result: $cf_cv_gnu_source" >&55608 +echo "$as_me:6603: result: $cf_cv_gnu_source" >&5 4721 5609 echo "${ECHO_T}$cf_cv_gnu_source" >&6 4722 5610 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 4723 5611 4724 @@ -6341,14 +6 361,14 @@5612 @@ -6341,14 +6627,14 @@ 4725 5613 CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__" 4726 5614 ;; 4727 5615 *) 4728 5616 - echo "$as_me:6344: checking if we should define _XOPEN_SOURCE" >&5 4729 + echo "$as_me:6 364: checking if we should define _XOPEN_SOURCE" >&55617 + echo "$as_me:6630: checking if we should define _XOPEN_SOURCE" >&5 4730 5618 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 4731 5619 if test "${cf_cv_xopen_source+set}" = set; then … … 4735 5623 cat >conftest.$ac_ext <<_ACEOF 4736 5624 -#line 6351 "configure" 4737 +#line 6 371"configure"5625 +#line 6637 "configure" 4738 5626 #include "confdefs.h" 4739 5627 #include <sys/types.h> 4740 5628 int 4741 @@ -6363,16 +6 383,16 @@5629 @@ -6363,16 +6649,16 @@ 4742 5630 } 4743 5631 _ACEOF 4744 5632 rm -f conftest.$ac_objext 4745 5633 -if { (eval echo "$as_me:6366: \"$ac_compile\"") >&5 4746 +if { (eval echo "$as_me:6 386: \"$ac_compile\"") >&55634 +if { (eval echo "$as_me:6652: \"$ac_compile\"") >&5 4747 5635 (eval $ac_compile) 2>&5 4748 5636 ac_status=$? 4749 5637 - echo "$as_me:6369: \$? = $ac_status" >&5 4750 + echo "$as_me:6 389: \$? = $ac_status" >&55638 + echo "$as_me:6655: \$? = $ac_status" >&5 4751 5639 (exit $ac_status); } && 4752 5640 { ac_try='test -s conftest.$ac_objext' 4753 5641 - { (eval echo "$as_me:6372: \"$ac_try\"") >&5 4754 + { (eval echo "$as_me:6 392: \"$ac_try\"") >&55642 + { (eval echo "$as_me:6658: \"$ac_try\"") >&5 4755 5643 (eval $ac_try) 2>&5 4756 5644 ac_status=$? 4757 5645 - echo "$as_me:6375: \$? = $ac_status" >&5 4758 + echo "$as_me:6 395: \$? = $ac_status" >&55646 + echo "$as_me:6661: \$? = $ac_status" >&5 4759 5647 (exit $ac_status); }; }; then 4760 5648 cf_cv_xopen_source=no 4761 5649 else 4762 @@ -6381,7 +6 401,7 @@5650 @@ -6381,7 +6667,7 @@ 4763 5651 cf_save="$CPPFLAGS" 4764 5652 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" 4765 5653 cat >conftest.$ac_ext <<_ACEOF 4766 5654 -#line 6384 "configure" 4767 +#line 6 404"configure"5655 +#line 6670 "configure" 4768 5656 #include "confdefs.h" 4769 5657 #include <sys/types.h> 4770 5658 int 4771 @@ -6396,16 +6 416,16 @@5659 @@ -6396,16 +6682,16 @@ 4772 5660 } 4773 5661 _ACEOF 4774 5662 rm -f conftest.$ac_objext 4775 5663 -if { (eval echo "$as_me:6399: \"$ac_compile\"") >&5 4776 +if { (eval echo "$as_me:6 419: \"$ac_compile\"") >&55664 +if { (eval echo "$as_me:6685: \"$ac_compile\"") >&5 4777 5665 (eval $ac_compile) 2>&5 4778 5666 ac_status=$? 4779 5667 - echo "$as_me:6402: \$? = $ac_status" >&5 4780 + echo "$as_me:6 422: \$? = $ac_status" >&55668 + echo "$as_me:6688: \$? = $ac_status" >&5 4781 5669 (exit $ac_status); } && 4782 5670 { ac_try='test -s conftest.$ac_objext' 4783 5671 - { (eval echo "$as_me:6405: \"$ac_try\"") >&5 4784 + { (eval echo "$as_me:6 425: \"$ac_try\"") >&55672 + { (eval echo "$as_me:6691: \"$ac_try\"") >&5 4785 5673 (eval $ac_try) 2>&5 4786 5674 ac_status=$? 4787 5675 - echo "$as_me:6408: \$? = $ac_status" >&5 4788 + echo "$as_me:6 428: \$? = $ac_status" >&55676 + echo "$as_me:6694: \$? = $ac_status" >&5 4789 5677 (exit $ac_status); }; }; then 4790 5678 cf_cv_xopen_source=no 4791 5679 else 4792 @@ -6420,7 +6 440,7 @@5680 @@ -6420,7 +6706,7 @@ 4793 5681 rm -f conftest.$ac_objext conftest.$ac_ext 4794 5682 4795 5683 fi 4796 5684 -echo "$as_me:6423: result: $cf_cv_xopen_source" >&5 4797 +echo "$as_me:6 443: result: $cf_cv_xopen_source" >&55685 +echo "$as_me:6709: result: $cf_cv_xopen_source" >&5 4798 5686 echo "${ECHO_T}$cf_cv_xopen_source" >&6 4799 5687 if test "$cf_cv_xopen_source" != no ; then 4800 5688 4801 @@ -6454,16 +6 474,16 @@5689 @@ -6454,16 +6740,16 @@ 4802 5690 sed -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?[ ]/ /g' \ 4803 5691 -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?$//g'` 4804 5692 4805 5693 -echo "$as_me:6457: checking if we should define _POSIX_C_SOURCE" >&5 4806 +echo "$as_me:6 477: checking if we should define _POSIX_C_SOURCE" >&55694 +echo "$as_me:6743: checking if we should define _POSIX_C_SOURCE" >&5 4807 5695 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 4808 5696 if test "${cf_cv_posix_c_source+set}" = set; then … … 4811 5699 4812 5700 -echo "${as_me-configure}:6463: testing if the symbol is already defined go no further ..." 1>&5 4813 +echo "${as_me-configure}:6 483: testing if the symbol is already defined go no further ..." 1>&55701 +echo "${as_me-configure}:6749: testing if the symbol is already defined go no further ..." 1>&5 4814 5702 4815 5703 cat >conftest.$ac_ext <<_ACEOF 4816 5704 -#line 6466 "configure" 4817 +#line 6 486"configure"5705 +#line 6752 "configure" 4818 5706 #include "confdefs.h" 4819 5707 #include <sys/types.h> 4820 5708 int 4821 @@ -6478,16 +6 498,16 @@5709 @@ -6478,16 +6764,16 @@ 4822 5710 } 4823 5711 _ACEOF 4824 5712 rm -f conftest.$ac_objext 4825 5713 -if { (eval echo "$as_me:6481: \"$ac_compile\"") >&5 4826 +if { (eval echo "$as_me:6 501: \"$ac_compile\"") >&55714 +if { (eval echo "$as_me:6767: \"$ac_compile\"") >&5 4827 5715 (eval $ac_compile) 2>&5 4828 5716 ac_status=$? 4829 5717 - echo "$as_me:6484: \$? = $ac_status" >&5 4830 + echo "$as_me:6 504: \$? = $ac_status" >&55718 + echo "$as_me:6770: \$? = $ac_status" >&5 4831 5719 (exit $ac_status); } && 4832 5720 { ac_try='test -s conftest.$ac_objext' 4833 5721 - { (eval echo "$as_me:6487: \"$ac_try\"") >&5 4834 + { (eval echo "$as_me:6 507: \"$ac_try\"") >&55722 + { (eval echo "$as_me:6773: \"$ac_try\"") >&5 4835 5723 (eval $ac_try) 2>&5 4836 5724 ac_status=$? 4837 5725 - echo "$as_me:6490: \$? = $ac_status" >&5 4838 + echo "$as_me:6 510: \$? = $ac_status" >&55726 + echo "$as_me:6776: \$? = $ac_status" >&5 4839 5727 (exit $ac_status); }; }; then 4840 5728 cf_cv_posix_c_source=no 4841 5729 else 4842 @@ -6508,7 +6 528,7 @@5730 @@ -6508,7 +6794,7 @@ 4843 5731 esac 4844 5732 if test "$cf_want_posix_source" = yes ; then 4845 5733 cat >conftest.$ac_ext <<_ACEOF 4846 5734 -#line 6511 "configure" 4847 +#line 6 531"configure"5735 +#line 6797 "configure" 4848 5736 #include "confdefs.h" 4849 5737 #include <sys/types.h> 4850 5738 int 4851 @@ -6523,16 +6 543,16 @@5739 @@ -6523,16 +6809,16 @@ 4852 5740 } 4853 5741 _ACEOF 4854 5742 rm -f conftest.$ac_objext 4855 5743 -if { (eval echo "$as_me:6526: \"$ac_compile\"") >&5 4856 +if { (eval echo "$as_me:6 546: \"$ac_compile\"") >&55744 +if { (eval echo "$as_me:6812: \"$ac_compile\"") >&5 4857 5745 (eval $ac_compile) 2>&5 4858 5746 ac_status=$? 4859 5747 - echo "$as_me:6529: \$? = $ac_status" >&5 4860 + echo "$as_me:6 549: \$? = $ac_status" >&55748 + echo "$as_me:6815: \$? = $ac_status" >&5 4861 5749 (exit $ac_status); } && 4862 5750 { ac_try='test -s conftest.$ac_objext' 4863 5751 - { (eval echo "$as_me:6532: \"$ac_try\"") >&5 4864 + { (eval echo "$as_me:6 552: \"$ac_try\"") >&55752 + { (eval echo "$as_me:6818: \"$ac_try\"") >&5 4865 5753 (eval $ac_try) 2>&5 4866 5754 ac_status=$? 4867 5755 - echo "$as_me:6535: \$? = $ac_status" >&5 4868 + echo "$as_me:6 555: \$? = $ac_status" >&55756 + echo "$as_me:6821: \$? = $ac_status" >&5 4869 5757 (exit $ac_status); }; }; then 4870 5758 : 4871 5759 else 4872 @@ -6543,15 +6 563,15 @@5760 @@ -6543,15 +6829,15 @@ 4873 5761 rm -f conftest.$ac_objext conftest.$ac_ext 4874 5762 fi 4875 5763 4876 5764 -echo "${as_me-configure}:6546: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 4877 +echo "${as_me-configure}:6 566: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&55765 +echo "${as_me-configure}:6832: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 4878 5766 4879 5767 CFLAGS="$cf_trim_CFLAGS" … … 4881 5769 4882 5770 -echo "${as_me-configure}:6551: testing if the second compile does not leave our definition intact error ..." 1>&5 4883 +echo "${as_me-configure}:6 571: testing if the second compile does not leave our definition intact error ..." 1>&55771 +echo "${as_me-configure}:6837: testing if the second compile does not leave our definition intact error ..." 1>&5 4884 5772 4885 5773 cat >conftest.$ac_ext <<_ACEOF 4886 5774 -#line 6554 "configure" 4887 +#line 6 574"configure"5775 +#line 6840 "configure" 4888 5776 #include "confdefs.h" 4889 5777 #include <sys/types.h> 4890 5778 int 4891 @@ -6566,16 +6 586,16 @@5779 @@ -6566,16 +6852,16 @@ 4892 5780 } 4893 5781 _ACEOF 4894 5782 rm -f conftest.$ac_objext 4895 5783 -if { (eval echo "$as_me:6569: \"$ac_compile\"") >&5 4896 +if { (eval echo "$as_me:6 589: \"$ac_compile\"") >&55784 +if { (eval echo "$as_me:6855: \"$ac_compile\"") >&5 4897 5785 (eval $ac_compile) 2>&5 4898 5786 ac_status=$? 4899 5787 - echo "$as_me:6572: \$? = $ac_status" >&5 4900 + echo "$as_me:6 592: \$? = $ac_status" >&55788 + echo "$as_me:6858: \$? = $ac_status" >&5 4901 5789 (exit $ac_status); } && 4902 5790 { ac_try='test -s conftest.$ac_objext' 4903 5791 - { (eval echo "$as_me:6575: \"$ac_try\"") >&5 4904 + { (eval echo "$as_me:6 595: \"$ac_try\"") >&55792 + { (eval echo "$as_me:6861: \"$ac_try\"") >&5 4905 5793 (eval $ac_try) 2>&5 4906 5794 ac_status=$? 4907 5795 - echo "$as_me:6578: \$? = $ac_status" >&5 4908 + echo "$as_me:6 598: \$? = $ac_status" >&55796 + echo "$as_me:6864: \$? = $ac_status" >&5 4909 5797 (exit $ac_status); }; }; then 4910 5798 : 4911 5799 else 4912 @@ -6591,7 +6 611,7 @@5800 @@ -6591,7 +6877,7 @@ 4913 5801 rm -f conftest.$ac_objext conftest.$ac_ext 4914 5802 4915 5803 fi 4916 5804 -echo "$as_me:6594: result: $cf_cv_posix_c_source" >&5 4917 +echo "$as_me:6 614: result: $cf_cv_posix_c_source" >&55805 +echo "$as_me:6880: result: $cf_cv_posix_c_source" >&5 4918 5806 echo "${ECHO_T}$cf_cv_posix_c_source" >&6 4919 5807 4920 5808 if test "$cf_cv_posix_c_source" != no ; then 4921 @@ -6610,14 +6 630,14 @@5809 @@ -6610,14 +6896,14 @@ 4922 5810 4923 5811 # Work around breakage on OS X 4924 5812 4925 5813 -echo "$as_me:6613: checking if SIGWINCH is defined" >&5 4926 +echo "$as_me:6 633: checking if SIGWINCH is defined" >&55814 +echo "$as_me:6899: checking if SIGWINCH is defined" >&5 4927 5815 echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6 4928 5816 if test "${cf_cv_define_sigwinch+set}" = set; then … … 4932 5820 cat >conftest.$ac_ext <<_ACEOF 4933 5821 -#line 6620 "configure" 4934 +#line 6 640"configure"5822 +#line 6906 "configure" 4935 5823 #include "confdefs.h" 4936 5824 4937 5825 #include <sys/types.h> 4938 @@ -6632,23 +6 652,23 @@5826 @@ -6632,23 +6918,23 @@ 4939 5827 } 4940 5828 _ACEOF 4941 5829 rm -f conftest.$ac_objext 4942 5830 -if { (eval echo "$as_me:6635: \"$ac_compile\"") >&5 4943 +if { (eval echo "$as_me:6 655: \"$ac_compile\"") >&55831 +if { (eval echo "$as_me:6921: \"$ac_compile\"") >&5 4944 5832 (eval $ac_compile) 2>&5 4945 5833 ac_status=$? 4946 5834 - echo "$as_me:6638: \$? = $ac_status" >&5 4947 + echo "$as_me:6 658: \$? = $ac_status" >&55835 + echo "$as_me:6924: \$? = $ac_status" >&5 4948 5836 (exit $ac_status); } && 4949 5837 { ac_try='test -s conftest.$ac_objext' 4950 5838 - { (eval echo "$as_me:6641: \"$ac_try\"") >&5 4951 + { (eval echo "$as_me:6 661: \"$ac_try\"") >&55839 + { (eval echo "$as_me:6927: \"$ac_try\"") >&5 4952 5840 (eval $ac_try) 2>&5 4953 5841 ac_status=$? 4954 5842 - echo "$as_me:6644: \$? = $ac_status" >&5 4955 + echo "$as_me:6 664: \$? = $ac_status" >&55843 + echo "$as_me:6930: \$? = $ac_status" >&5 4956 5844 (exit $ac_status); }; }; then 4957 5845 cf_cv_define_sigwinch=yes … … 4961 5849 cat >conftest.$ac_ext <<_ACEOF 4962 5850 -#line 6651 "configure" 4963 +#line 6 671"configure"5851 +#line 6937 "configure" 4964 5852 #include "confdefs.h" 4965 5853 4966 5854 #undef _XOPEN_SOURCE 4967 @@ -6666,16 +6 686,16 @@5855 @@ -6666,16 +6952,16 @@ 4968 5856 } 4969 5857 _ACEOF 4970 5858 rm -f conftest.$ac_objext 4971 5859 -if { (eval echo "$as_me:6669: \"$ac_compile\"") >&5 4972 +if { (eval echo "$as_me:6 689: \"$ac_compile\"") >&55860 +if { (eval echo "$as_me:6955: \"$ac_compile\"") >&5 4973 5861 (eval $ac_compile) 2>&5 4974 5862 ac_status=$? 4975 5863 - echo "$as_me:6672: \$? = $ac_status" >&5 4976 + echo "$as_me:6 692: \$? = $ac_status" >&55864 + echo "$as_me:6958: \$? = $ac_status" >&5 4977 5865 (exit $ac_status); } && 4978 5866 { ac_try='test -s conftest.$ac_objext' 4979 5867 - { (eval echo "$as_me:6675: \"$ac_try\"") >&5 4980 + { (eval echo "$as_me:6 695: \"$ac_try\"") >&55868 + { (eval echo "$as_me:6961: \"$ac_try\"") >&5 4981 5869 (eval $ac_try) 2>&5 4982 5870 ac_status=$? 4983 5871 - echo "$as_me:6678: \$? = $ac_status" >&5 4984 + echo "$as_me:6 698: \$? = $ac_status" >&55872 + echo "$as_me:6964: \$? = $ac_status" >&5 4985 5873 (exit $ac_status); }; }; then 4986 5874 cf_cv_define_sigwinch=maybe 4987 5875 else 4988 @@ -6689,11 +6 709,11 @@5876 @@ -6689,11 +6975,11 @@ 4989 5877 rm -f conftest.$ac_objext conftest.$ac_ext 4990 5878 4991 5879 fi 4992 5880 -echo "$as_me:6692: result: $cf_cv_define_sigwinch" >&5 4993 +echo "$as_me:6 712: result: $cf_cv_define_sigwinch" >&55881 +echo "$as_me:6978: result: $cf_cv_define_sigwinch" >&5 4994 5882 echo "${ECHO_T}$cf_cv_define_sigwinch" >&6 4995 5883 4996 5884 if test "$cf_cv_define_sigwinch" = maybe ; then 4997 5885 -echo "$as_me:6696: checking for actual SIGWINCH definition" >&5 4998 +echo "$as_me:6 716: checking for actual SIGWINCH definition" >&55886 +echo "$as_me:6982: checking for actual SIGWINCH definition" >&5 4999 5887 echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6 5000 5888 if test "${cf_cv_fixup_sigwinch+set}" = set; then 5001 5889 echo $ECHO_N "(cached) $ECHO_C" >&6 5002 @@ -6704,7 +6 724,7 @@5890 @@ -6704,7 +6990,7 @@ 5003 5891 while test $cf_sigwinch != 1 5004 5892 do 5005 5893 cat >conftest.$ac_ext <<_ACEOF 5006 5894 -#line 6707 "configure" 5007 +#line 6 727"configure"5895 +#line 6993 "configure" 5008 5896 #include "confdefs.h" 5009 5897 5010 5898 #undef _XOPEN_SOURCE 5011 @@ -6726,16 + 6746,16 @@5899 @@ -6726,16 +7012,16 @@ 5012 5900 } 5013 5901 _ACEOF 5014 5902 rm -f conftest.$ac_objext 5015 5903 -if { (eval echo "$as_me:6729: \"$ac_compile\"") >&5 5016 +if { (eval echo "$as_me: 6749: \"$ac_compile\"") >&55904 +if { (eval echo "$as_me:7015: \"$ac_compile\"") >&5 5017 5905 (eval $ac_compile) 2>&5 5018 5906 ac_status=$? 5019 5907 - echo "$as_me:6732: \$? = $ac_status" >&5 5020 + echo "$as_me: 6752: \$? = $ac_status" >&55908 + echo "$as_me:7018: \$? = $ac_status" >&5 5021 5909 (exit $ac_status); } && 5022 5910 { ac_try='test -s conftest.$ac_objext' 5023 5911 - { (eval echo "$as_me:6735: \"$ac_try\"") >&5 5024 + { (eval echo "$as_me: 6755: \"$ac_try\"") >&55912 + { (eval echo "$as_me:7021: \"$ac_try\"") >&5 5025 5913 (eval $ac_try) 2>&5 5026 5914 ac_status=$? 5027 5915 - echo "$as_me:6738: \$? = $ac_status" >&5 5028 + echo "$as_me: 6758: \$? = $ac_status" >&55916 + echo "$as_me:7024: \$? = $ac_status" >&5 5029 5917 (exit $ac_status); }; }; then 5030 5918 cf_cv_fixup_sigwinch=$cf_sigwinch 5031 5919 break 5032 @@ -6749,7 + 6769,7 @@5920 @@ -6749,7 +7035,7 @@ 5033 5921 done 5034 5922 5035 5923 fi 5036 5924 -echo "$as_me:6752: result: $cf_cv_fixup_sigwinch" >&5 5037 +echo "$as_me: 6772: result: $cf_cv_fixup_sigwinch" >&55925 +echo "$as_me:7038: result: $cf_cv_fixup_sigwinch" >&5 5038 5926 echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6 5039 5927 5040 5928 if test "$cf_cv_fixup_sigwinch" != unknown ; then 5041 @@ -6759,13 + 6779,13 @@5929 @@ -6759,13 +7045,13 @@ 5042 5930 5043 5931 # Checks for CODESET support. 5044 5932 5045 5933 - echo "$as_me:6762: checking for nl_langinfo and CODESET" >&5 5046 + echo "$as_me: 6782: checking for nl_langinfo and CODESET" >&55934 + echo "$as_me:7048: checking for nl_langinfo and CODESET" >&5 5047 5935 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 5048 5936 if test "${am_cv_langinfo_codeset+set}" = set; then … … 5051 5939 cat >conftest.$ac_ext <<_ACEOF 5052 5940 -#line 6768 "configure" 5053 +#line 6788"configure"5941 +#line 7054 "configure" 5054 5942 #include "confdefs.h" 5055 5943 #include <langinfo.h> 5056 5944 int 5057 @@ -6777,16 + 6797,16 @@5945 @@ -6777,16 +7063,16 @@ 5058 5946 } 5059 5947 _ACEOF 5060 5948 rm -f conftest.$ac_objext conftest$ac_exeext 5061 5949 -if { (eval echo "$as_me:6780: \"$ac_link\"") >&5 5062 +if { (eval echo "$as_me: 6800: \"$ac_link\"") >&55950 +if { (eval echo "$as_me:7066: \"$ac_link\"") >&5 5063 5951 (eval $ac_link) 2>&5 5064 5952 ac_status=$? 5065 5953 - echo "$as_me:6783: \$? = $ac_status" >&5 5066 + echo "$as_me: 6803: \$? = $ac_status" >&55954 + echo "$as_me:7069: \$? = $ac_status" >&5 5067 5955 (exit $ac_status); } && 5068 5956 { ac_try='test -s conftest$ac_exeext' 5069 5957 - { (eval echo "$as_me:6786: \"$ac_try\"") >&5 5070 + { (eval echo "$as_me: 6806: \"$ac_try\"") >&55958 + { (eval echo "$as_me:7072: \"$ac_try\"") >&5 5071 5959 (eval $ac_try) 2>&5 5072 5960 ac_status=$? 5073 5961 - echo "$as_me:6789: \$? = $ac_status" >&5 5074 + echo "$as_me: 6809: \$? = $ac_status" >&55962 + echo "$as_me:7075: \$? = $ac_status" >&5 5075 5963 (exit $ac_status); }; }; then 5076 5964 am_cv_langinfo_codeset=yes 5077 5965 else 5078 @@ -6797,7 + 6817,7 @@5966 @@ -6797,7 +7083,7 @@ 5079 5967 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5080 5968 5081 5969 fi 5082 5970 -echo "$as_me:6800: result: $am_cv_langinfo_codeset" >&5 5083 +echo "$as_me: 6820: result: $am_cv_langinfo_codeset" >&55971 +echo "$as_me:7086: result: $am_cv_langinfo_codeset" >&5 5084 5972 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 5085 5973 if test $am_cv_langinfo_codeset = yes; then 5086 5974 5087 @@ -6811,7 + 6831,7 @@5975 @@ -6811,7 +7097,7 @@ 5088 5976 NCURSES_OK_WCHAR_T= 5089 5977 NCURSES_OK_WINT_T= 5090 5978 5091 5979 -echo "$as_me:6814: checking if you want wide-character code" >&5 5092 +echo "$as_me: 6834: checking if you want wide-character code" >&55980 +echo "$as_me:7100: checking if you want wide-character code" >&5 5093 5981 echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6 5094 5982 5095 5983 # Check whether --enable-widec or --disable-widec was given. 5096 @@ -6821,7 + 6841,7 @@5984 @@ -6821,7 +7107,7 @@ 5097 5985 else 5098 5986 with_widec=no 5099 5987 fi; 5100 5988 -echo "$as_me:6824: result: $with_widec" >&5 5101 +echo "$as_me: 6844: result: $with_widec" >&55989 +echo "$as_me:7110: result: $with_widec" >&5 5102 5990 echo "${ECHO_T}$with_widec" >&6 5103 5991 if test "$with_widec" = yes ; then 5104 5992 LIB_SUFFIX="w${LIB_SUFFIX}" 5105 @@ -6829,10 + 6849,10 @@5993 @@ -6829,10 +7115,10 @@ 5106 5994 #define USE_WIDEC_SUPPORT 1 5107 5995 EOF 5108 5996 5109 5997 -echo "$as_me:6832: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 5110 +echo "$as_me: 6852: checking if we must define _XOPEN_SOURCE_EXTENDED" >&55998 +echo "$as_me:7118: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 5111 5999 echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6 5112 6000 cat >conftest.$ac_ext <<_ACEOF 5113 6001 -#line 6835 "configure" 5114 +#line 6855"configure"6002 +#line 7121 "configure" 5115 6003 #include "confdefs.h" 5116 6004 #include <sys/types.h> 5117 6005 5118 @@ -6848,16 + 6868,16 @@6006 @@ -6848,16 +7134,16 @@ 5119 6007 } 5120 6008 _ACEOF 5121 6009 rm -f conftest.$ac_objext 5122 6010 -if { (eval echo "$as_me:6851: \"$ac_compile\"") >&5 5123 +if { (eval echo "$as_me: 6871: \"$ac_compile\"") >&56011 +if { (eval echo "$as_me:7137: \"$ac_compile\"") >&5 5124 6012 (eval $ac_compile) 2>&5 5125 6013 ac_status=$? 5126 6014 - echo "$as_me:6854: \$? = $ac_status" >&5 5127 + echo "$as_me: 6874: \$? = $ac_status" >&56015 + echo "$as_me:7140: \$? = $ac_status" >&5 5128 6016 (exit $ac_status); } && 5129 6017 { ac_try='test -s conftest.$ac_objext' 5130 6018 - { (eval echo "$as_me:6857: \"$ac_try\"") >&5 5131 + { (eval echo "$as_me: 6877: \"$ac_try\"") >&56019 + { (eval echo "$as_me:7143: \"$ac_try\"") >&5 5132 6020 (eval $ac_try) 2>&5 5133 6021 ac_status=$? 5134 6022 - echo "$as_me:6860: \$? = $ac_status" >&5 5135 + echo "$as_me: 6880: \$? = $ac_status" >&56023 + echo "$as_me:7146: \$? = $ac_status" >&5 5136 6024 (exit $ac_status); }; }; then 5137 6025 cf_result=no 5138 6026 else 5139 @@ -6866,16 + 6886,16 @@6027 @@ -6866,16 +7152,16 @@ 5140 6028 cf_result=yes 5141 6029 fi 5142 6030 rm -f conftest.$ac_objext conftest.$ac_ext 5143 6031 -echo "$as_me:6869: result: $cf_result" >&5 5144 +echo "$as_me: 6889: result: $cf_result" >&56032 +echo "$as_me:7155: result: $cf_result" >&5 5145 6033 echo "${ECHO_T}$cf_result" >&6 5146 6034 … … 5149 6037 elif test "x" != "x" ; then 5150 6038 - echo "$as_me:6875: checking checking for compatible value versus " >&5 5151 + echo "$as_me: 6895: checking checking for compatible value versus " >&56039 + echo "$as_me:7161: checking checking for compatible value versus " >&5 5152 6040 echo $ECHO_N "checking checking for compatible value versus ... $ECHO_C" >&6 5153 6041 cat >conftest.$ac_ext <<_ACEOF 5154 6042 -#line 6878 "configure" 5155 +#line 6898"configure"6043 +#line 7164 "configure" 5156 6044 #include "confdefs.h" 5157 6045 #include <sys/types.h> 5158 6046 5159 @@ -6891,16 + 6911,16 @@6047 @@ -6891,16 +7177,16 @@ 5160 6048 } 5161 6049 _ACEOF 5162 6050 rm -f conftest.$ac_objext 5163 6051 -if { (eval echo "$as_me:6894: \"$ac_compile\"") >&5 5164 +if { (eval echo "$as_me: 6914: \"$ac_compile\"") >&56052 +if { (eval echo "$as_me:7180: \"$ac_compile\"") >&5 5165 6053 (eval $ac_compile) 2>&5 5166 6054 ac_status=$? 5167 6055 - echo "$as_me:6897: \$? = $ac_status" >&5 5168 + echo "$as_me: 6917: \$? = $ac_status" >&56056 + echo "$as_me:7183: \$? = $ac_status" >&5 5169 6057 (exit $ac_status); } && 5170 6058 { ac_try='test -s conftest.$ac_objext' 5171 6059 - { (eval echo "$as_me:6900: \"$ac_try\"") >&5 5172 + { (eval echo "$as_me: 6920: \"$ac_try\"") >&56060 + { (eval echo "$as_me:7186: \"$ac_try\"") >&5 5173 6061 (eval $ac_try) 2>&5 5174 6062 ac_status=$? 5175 6063 - echo "$as_me:6903: \$? = $ac_status" >&5 5176 + echo "$as_me: 6923: \$? = $ac_status" >&56064 + echo "$as_me:7189: \$? = $ac_status" >&5 5177 6065 (exit $ac_status); }; }; then 5178 6066 cf_result=yes 5179 6067 else 5180 @@ -6909,7 + 6929,7 @@6068 @@ -6909,7 +7195,7 @@ 5181 6069 cf_result=no 5182 6070 fi 5183 6071 rm -f conftest.$ac_objext conftest.$ac_ext 5184 6072 - echo "$as_me:6912: result: $cf_result" >&5 5185 + echo "$as_me: 6932: result: $cf_result" >&56073 + echo "$as_me:7198: result: $cf_result" >&5 5186 6074 echo "${ECHO_T}$cf_result" >&6 5187 6075 if test "$cf_result" = no ; then 5188 6076 # perhaps we can override it - try... 5189 @@ -6923,13 + 6943,13 @@6077 @@ -6923,13 +7209,13 @@ 5190 6078 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs 5191 6079 do 5192 6080 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5193 6081 -echo "$as_me:6926: checking for $ac_func" >&5 5194 +echo "$as_me: 6946: checking for $ac_func" >&56082 +echo "$as_me:7212: checking for $ac_func" >&5 5195 6083 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5196 6084 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 5199 6087 cat >conftest.$ac_ext <<_ACEOF 5200 6088 -#line 6932 "configure" 5201 +#line 6952"configure"6089 +#line 7218 "configure" 5202 6090 #include "confdefs.h" 5203 6091 /* System header to define __stub macros and hopefully few prototypes, 5204 6092 which can conflict with char $ac_func (); below. */ 5205 @@ -6960,16 + 6980,16 @@6093 @@ -6960,16 +7246,16 @@ 5206 6094 } 5207 6095 _ACEOF 5208 6096 rm -f conftest.$ac_objext conftest$ac_exeext 5209 6097 -if { (eval echo "$as_me:6963: \"$ac_link\"") >&5 5210 +if { (eval echo "$as_me: 6983: \"$ac_link\"") >&56098 +if { (eval echo "$as_me:7249: \"$ac_link\"") >&5 5211 6099 (eval $ac_link) 2>&5 5212 6100 ac_status=$? 5213 6101 - echo "$as_me:6966: \$? = $ac_status" >&5 5214 + echo "$as_me: 6986: \$? = $ac_status" >&56102 + echo "$as_me:7252: \$? = $ac_status" >&5 5215 6103 (exit $ac_status); } && 5216 6104 { ac_try='test -s conftest$ac_exeext' 5217 6105 - { (eval echo "$as_me:6969: \"$ac_try\"") >&5 5218 + { (eval echo "$as_me: 6989: \"$ac_try\"") >&56106 + { (eval echo "$as_me:7255: \"$ac_try\"") >&5 5219 6107 (eval $ac_try) 2>&5 5220 6108 ac_status=$? 5221 6109 - echo "$as_me:6972: \$? = $ac_status" >&5 5222 + echo "$as_me: 6992: \$? = $ac_status" >&56110 + echo "$as_me:7258: \$? = $ac_status" >&5 5223 6111 (exit $ac_status); }; }; then 5224 6112 eval "$as_ac_var=yes" 5225 6113 else 5226 @@ -6979,7 + 6999,7 @@6114 @@ -6979,7 +7265,7 @@ 5227 6115 fi 5228 6116 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5229 6117 fi 5230 6118 -echo "$as_me:6982: result: `eval echo '${'$as_ac_var'}'`" >&5 5231 +echo "$as_me:7 002: result: `eval echo '${'$as_ac_var'}'`" >&56119 +echo "$as_me:7268: result: `eval echo '${'$as_ac_var'}'`" >&5 5232 6120 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5233 6121 if test `eval echo '${'$as_ac_var'}'` = yes; then 5234 6122 cat >>confdefs.h <<EOF 5235 @@ -6991,7 +7 011,7 @@6123 @@ -6991,7 +7277,7 @@ 5236 6124 5237 6125 if test "$ac_cv_func_putwc" != yes ; then 5238 6126 5239 6127 -echo "$as_me:6994: checking for multibyte character support" >&5 5240 +echo "$as_me:7 014: checking for multibyte character support" >&56128 +echo "$as_me:7280: checking for multibyte character support" >&5 5241 6129 echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6 5242 6130 if test "${cf_cv_utf8_lib+set}" = set; then 5243 6131 echo $ECHO_N "(cached) $ECHO_C" >&6 5244 @@ -6999,7 +7 019,7 @@6132 @@ -6999,7 +7285,7 @@ 5245 6133 5246 6134 cf_save_LIBS="$LIBS" 5247 6135 cat >conftest.$ac_ext <<_ACEOF 5248 6136 -#line 7002 "configure" 5249 +#line 7 022"configure"6137 +#line 7288 "configure" 5250 6138 #include "confdefs.h" 5251 6139 5252 6140 #include <stdlib.h> 5253 @@ -7012,16 +7 032,16 @@6141 @@ -7012,16 +7298,16 @@ 5254 6142 } 5255 6143 _ACEOF 5256 6144 rm -f conftest.$ac_objext conftest$ac_exeext 5257 6145 -if { (eval echo "$as_me:7015: \"$ac_link\"") >&5 5258 +if { (eval echo "$as_me:7 035: \"$ac_link\"") >&56146 +if { (eval echo "$as_me:7301: \"$ac_link\"") >&5 5259 6147 (eval $ac_link) 2>&5 5260 6148 ac_status=$? 5261 6149 - echo "$as_me:7018: \$? = $ac_status" >&5 5262 + echo "$as_me:7 038: \$? = $ac_status" >&56150 + echo "$as_me:7304: \$? = $ac_status" >&5 5263 6151 (exit $ac_status); } && 5264 6152 { ac_try='test -s conftest$ac_exeext' 5265 6153 - { (eval echo "$as_me:7021: \"$ac_try\"") >&5 5266 + { (eval echo "$as_me:7 041: \"$ac_try\"") >&56154 + { (eval echo "$as_me:7307: \"$ac_try\"") >&5 5267 6155 (eval $ac_try) 2>&5 5268 6156 ac_status=$? 5269 6157 - echo "$as_me:7024: \$? = $ac_status" >&5 5270 + echo "$as_me:7 044: \$? = $ac_status" >&56158 + echo "$as_me:7310: \$? = $ac_status" >&5 5271 6159 (exit $ac_status); }; }; then 5272 6160 cf_cv_utf8_lib=yes 5273 6161 else 5274 @@ -7033,10 +7 053,10 @@6162 @@ -7033,10 +7319,10 @@ 5275 6163 cf_cv_header_path_utf8= 5276 6164 cf_cv_library_path_utf8= 5277 6165 5278 6166 -echo "${as_me-configure}:7036: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 5279 +echo "${as_me-configure}:7 056: testing Starting FIND_LINKAGE(utf8,) ..." 1>&56167 +echo "${as_me-configure}:7322: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 5280 6168 5281 6169 cat >conftest.$ac_ext <<_ACEOF 5282 6170 -#line 7039 "configure" 5283 +#line 7 059"configure"6171 +#line 7325 "configure" 5284 6172 #include "confdefs.h" 5285 6173 5286 6174 #include <libutf8.h> 5287 @@ -7049,16 +7 069,16 @@6175 @@ -7049,16 +7335,16 @@ 5288 6176 } 5289 6177 _ACEOF 5290 6178 rm -f conftest.$ac_objext conftest$ac_exeext 5291 6179 -if { (eval echo "$as_me:7052: \"$ac_link\"") >&5 5292 +if { (eval echo "$as_me:7 072: \"$ac_link\"") >&56180 +if { (eval echo "$as_me:7338: \"$ac_link\"") >&5 5293 6181 (eval $ac_link) 2>&5 5294 6182 ac_status=$? 5295 6183 - echo "$as_me:7055: \$? = $ac_status" >&5 5296 + echo "$as_me:7 075: \$? = $ac_status" >&56184 + echo "$as_me:7341: \$? = $ac_status" >&5 5297 6185 (exit $ac_status); } && 5298 6186 { ac_try='test -s conftest$ac_exeext' 5299 6187 - { (eval echo "$as_me:7058: \"$ac_try\"") >&5 5300 + { (eval echo "$as_me:7 078: \"$ac_try\"") >&56188 + { (eval echo "$as_me:7344: \"$ac_try\"") >&5 5301 6189 (eval $ac_try) 2>&5 5302 6190 ac_status=$? 5303 6191 - echo "$as_me:7061: \$? = $ac_status" >&5 5304 + echo "$as_me:7 081: \$? = $ac_status" >&56192 + echo "$as_me:7347: \$? = $ac_status" >&5 5305 6193 (exit $ac_status); }; }; then 5306 6194 cf_cv_find_linkage_utf8=yes 5307 6195 else 5308 @@ -7067,12 +7 087,41 @@6196 @@ -7067,12 +7353,41 @@ 5309 6197 5310 6198 cf_cv_find_linkage_utf8=no … … 5313 6201 + test -n "$verbose" && echo " find linkage for utf8 library" 1>&6 5314 6202 + 5315 +echo "${as_me-configure}:7 092: testing find linkage for utf8 library ..." 1>&55316 + 5317 +echo "${as_me-configure}:7 094: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&56203 +echo "${as_me-configure}:7358: testing find linkage for utf8 library ..." 1>&5 6204 + 6205 +echo "${as_me-configure}:7360: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 5318 6206 5319 6207 cf_save_CPPFLAGS="$CPPFLAGS" … … 5350 6238 test "/usr" != "$prefix" && \ 5351 6239 test -d "/usr" && \ 5352 @@ -7143,16 +7 192,18 @@6240 @@ -7143,16 +7458,18 @@ 5353 6241 test -d $oldincludedir/utf8 && cf_search="$cf_search $oldincludedir/utf8" 5354 6242 } … … 5362 6250 5363 6251 -echo "${as_me-configure}:7151: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 5364 +echo "${as_me-configure}:7 202: testing ... testing $cf_cv_header_path_utf8 ..." 1>&56252 +echo "${as_me-configure}:7468: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 5365 6253 5366 6254 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_utf8" 5367 6255 cat >conftest.$ac_ext <<_ACEOF 5368 6256 -#line 7155 "configure" 5369 +#line 7 206"configure"6257 +#line 7472 "configure" 5370 6258 #include "confdefs.h" 5371 6259 5372 6260 #include <libutf8.h> 5373 @@ -7165,21 +7 216,21 @@6261 @@ -7165,21 +7482,21 @@ 5374 6262 } 5375 6263 _ACEOF 5376 6264 rm -f conftest.$ac_objext 5377 6265 -if { (eval echo "$as_me:7168: \"$ac_compile\"") >&5 5378 +if { (eval echo "$as_me:7 219: \"$ac_compile\"") >&56266 +if { (eval echo "$as_me:7485: \"$ac_compile\"") >&5 5379 6267 (eval $ac_compile) 2>&5 5380 6268 ac_status=$? 5381 6269 - echo "$as_me:7171: \$? = $ac_status" >&5 5382 + echo "$as_me:7 222: \$? = $ac_status" >&56270 + echo "$as_me:7488: \$? = $ac_status" >&5 5383 6271 (exit $ac_status); } && 5384 6272 { ac_try='test -s conftest.$ac_objext' 5385 6273 - { (eval echo "$as_me:7174: \"$ac_try\"") >&5 5386 + { (eval echo "$as_me:7 225: \"$ac_try\"") >&56274 + { (eval echo "$as_me:7491: \"$ac_try\"") >&5 5387 6275 (eval $ac_try) 2>&5 5388 6276 ac_status=$? 5389 6277 - echo "$as_me:7177: \$? = $ac_status" >&5 5390 + echo "$as_me:7 228: \$? = $ac_status" >&56278 + echo "$as_me:7494: \$? = $ac_status" >&5 5391 6279 (exit $ac_status); }; }; then 5392 6280 … … 5394 6282 5395 6283 -echo "${as_me-configure}:7182: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 5396 +echo "${as_me-configure}:7 233: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&56284 +echo "${as_me-configure}:7499: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 5397 6285 5398 6286 cf_cv_find_linkage_utf8=maybe 5399 6287 cf_test_CPPFLAGS="$CPPFLAGS" 5400 @@ -7197,13 +7 248,39 @@6288 @@ -7197,13 +7514,39 @@ 5401 6289 5402 6290 if test "$cf_cv_find_linkage_utf8" = maybe ; then 5403 6291 5404 6292 -echo "${as_me-configure}:7200: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 5405 +echo "${as_me-configure}:7 251: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&56293 +echo "${as_me-configure}:7517: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 5406 6294 5407 6295 cf_save_LIBS="$LIBS" … … 5440 6328 test "/usr" != "$prefix" && \ 5441 6329 test -d "/usr" && \ 5442 @@ -7260,18 +7 337,20 @@6330 @@ -7260,18 +7603,20 @@ 5443 6331 test -d $HOME/utf8/lib/utf8 && cf_search="$cf_search $HOME/utf8/lib/utf8" 5444 6332 } … … 5452 6340 5453 6341 -echo "${as_me-configure}:7268: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 5454 +echo "${as_me-configure}:7 347: testing ... testing $cf_cv_library_path_utf8 ..." 1>&56342 +echo "${as_me-configure}:7613: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 5455 6343 5456 6344 CPPFLAGS="$cf_test_CPPFLAGS" … … 5459 6347 cat >conftest.$ac_ext <<_ACEOF 5460 6348 -#line 7274 "configure" 5461 +#line 7 353"configure"6349 +#line 7619 "configure" 5462 6350 #include "confdefs.h" 5463 6351 5464 6352 #include <libutf8.h> 5465 @@ -7284,21 +7 363,21 @@6353 @@ -7284,21 +7629,21 @@ 5466 6354 } 5467 6355 _ACEOF 5468 6356 rm -f conftest.$ac_objext conftest$ac_exeext 5469 6357 -if { (eval echo "$as_me:7287: \"$ac_link\"") >&5 5470 +if { (eval echo "$as_me:7 366: \"$ac_link\"") >&56358 +if { (eval echo "$as_me:7632: \"$ac_link\"") >&5 5471 6359 (eval $ac_link) 2>&5 5472 6360 ac_status=$? 5473 6361 - echo "$as_me:7290: \$? = $ac_status" >&5 5474 + echo "$as_me:7 369: \$? = $ac_status" >&56362 + echo "$as_me:7635: \$? = $ac_status" >&5 5475 6363 (exit $ac_status); } && 5476 6364 { ac_try='test -s conftest$ac_exeext' 5477 6365 - { (eval echo "$as_me:7293: \"$ac_try\"") >&5 5478 + { (eval echo "$as_me:7 372: \"$ac_try\"") >&56366 + { (eval echo "$as_me:7638: \"$ac_try\"") >&5 5479 6367 (eval $ac_try) 2>&5 5480 6368 ac_status=$? 5481 6369 - echo "$as_me:7296: \$? = $ac_status" >&5 5482 + echo "$as_me:7 375: \$? = $ac_status" >&56370 + echo "$as_me:7641: \$? = $ac_status" >&5 5483 6371 (exit $ac_status); }; }; then 5484 6372 … … 5486 6374 5487 6375 -echo "${as_me-configure}:7301: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 5488 +echo "${as_me-configure}:7 380: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&56376 +echo "${as_me-configure}:7646: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 5489 6377 5490 6378 cf_cv_find_linkage_utf8=yes 5491 6379 cf_cv_library_file_utf8="-lutf8" 5492 @@ -7336,7 +7 415,7 @@6380 @@ -7336,7 +7681,7 @@ 5493 6381 fi 5494 6382 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5495 6383 fi 5496 6384 -echo "$as_me:7339: result: $cf_cv_utf8_lib" >&5 5497 +echo "$as_me:7 418: result: $cf_cv_utf8_lib" >&56385 +echo "$as_me:7684: result: $cf_cv_utf8_lib" >&5 5498 6386 echo "${ECHO_T}$cf_cv_utf8_lib" >&6 5499 6387 5500 6388 # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between 5501 @@ -7364,13 +7 443,13 @@6389 @@ -7364,13 +7709,13 @@ 5502 6390 fi 5503 6391 … … 5511 6399 cat >conftest.$ac_ext <<_ACEOF 5512 6400 -#line 7373 "configure" 5513 +#line 7 452"configure"6401 +#line 7718 "configure" 5514 6402 #include "confdefs.h" 5515 6403 #include <stdio.h> 5516 6404 int 5517 @@ -7382,16 +7 461,16 @@6405 @@ -7382,16 +7727,16 @@ 5518 6406 } 5519 6407 _ACEOF 5520 6408 rm -f conftest.$ac_objext 5521 6409 -if { (eval echo "$as_me:7385: \"$ac_compile\"") >&5 5522 +if { (eval echo "$as_me:7 464: \"$ac_compile\"") >&56410 +if { (eval echo "$as_me:7730: \"$ac_compile\"") >&5 5523 6411 (eval $ac_compile) 2>&5 5524 6412 ac_status=$? 5525 6413 - echo "$as_me:7388: \$? = $ac_status" >&5 5526 + echo "$as_me:7 467: \$? = $ac_status" >&56414 + echo "$as_me:7733: \$? = $ac_status" >&5 5527 6415 (exit $ac_status); } && 5528 6416 { ac_try='test -s conftest.$ac_objext' 5529 6417 - { (eval echo "$as_me:7391: \"$ac_try\"") >&5 5530 + { (eval echo "$as_me:7 470: \"$ac_try\"") >&56418 + { (eval echo "$as_me:7736: \"$ac_try\"") >&5 5531 6419 (eval $ac_try) 2>&5 5532 6420 ac_status=$? 5533 6421 - echo "$as_me:7394: \$? = $ac_status" >&5 5534 + echo "$as_me:7 473: \$? = $ac_status" >&56422 + echo "$as_me:7739: \$? = $ac_status" >&5 5535 6423 (exit $ac_status); }; }; then 5536 6424 : 5537 6425 else 5538 @@ -7408,13 +7 487,13 @@6426 @@ -7408,13 +7753,13 @@ 5539 6427 if test "$cf_have_incdir" = no ; then 5540 6428 test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 5541 6429 5542 6430 -echo "${as_me-configure}:7411: testing adding $cf_add_incdir to include-path ..." 1>&5 5543 +echo "${as_me-configure}:7 490: testing adding $cf_add_incdir to include-path ..." 1>&56431 +echo "${as_me-configure}:7756: testing adding $cf_add_incdir to include-path ..." 1>&5 5544 6432 5545 6433 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" … … 5554 6442 break 5555 6443 fi 5556 @@ -7442,7 +7 521,7 @@6444 @@ -7442,7 +7787,7 @@ 5557 6445 if test "$cf_have_libdir" = no ; then 5558 6446 test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 5559 6447 5560 6448 -echo "${as_me-configure}:7445: testing adding $cf_add_libdir to library-path ..." 1>&5 5561 +echo "${as_me-configure}:7 524: testing adding $cf_add_libdir to library-path ..." 1>&56449 +echo "${as_me-configure}:7790: testing adding $cf_add_libdir to library-path ..." 1>&5 5562 6450 5563 6451 LDFLAGS="-L$cf_add_libdir $LDFLAGS" 5564 6452 fi 5565 @@ -7459,14 +7 538,14 @@6453 @@ -7459,14 +7804,14 @@ 5566 6454 fi 5567 6455 5568 6456 # This is needed on Tru64 5.0 to declare mbstate_t 5569 6457 -echo "$as_me:7462: checking if we must include wchar.h to declare mbstate_t" >&5 5570 +echo "$as_me:7 541: checking if we must include wchar.h to declare mbstate_t" >&56458 +echo "$as_me:7807: checking if we must include wchar.h to declare mbstate_t" >&5 5571 6459 echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6 5572 6460 if test "${cf_cv_mbstate_t+set}" = set; then … … 5576 6464 cat >conftest.$ac_ext <<_ACEOF 5577 6465 -#line 7469 "configure" 5578 +#line 7 548"configure"6466 +#line 7814 "configure" 5579 6467 #include "confdefs.h" 5580 6468 5581 6469 #include <stdlib.h> 5582 @@ -7484,23 +7 563,23 @@6470 @@ -7484,23 +7829,23 @@ 5583 6471 } 5584 6472 _ACEOF 5585 6473 rm -f conftest.$ac_objext 5586 6474 -if { (eval echo "$as_me:7487: \"$ac_compile\"") >&5 5587 +if { (eval echo "$as_me:7 566: \"$ac_compile\"") >&56475 +if { (eval echo "$as_me:7832: \"$ac_compile\"") >&5 5588 6476 (eval $ac_compile) 2>&5 5589 6477 ac_status=$? 5590 6478 - echo "$as_me:7490: \$? = $ac_status" >&5 5591 + echo "$as_me:7 569: \$? = $ac_status" >&56479 + echo "$as_me:7835: \$? = $ac_status" >&5 5592 6480 (exit $ac_status); } && 5593 6481 { ac_try='test -s conftest.$ac_objext' 5594 6482 - { (eval echo "$as_me:7493: \"$ac_try\"") >&5 5595 + { (eval echo "$as_me:7 572: \"$ac_try\"") >&56483 + { (eval echo "$as_me:7838: \"$ac_try\"") >&5 5596 6484 (eval $ac_try) 2>&5 5597 6485 ac_status=$? 5598 6486 - echo "$as_me:7496: \$? = $ac_status" >&5 5599 + echo "$as_me:7 575: \$? = $ac_status" >&56487 + echo "$as_me:7841: \$? = $ac_status" >&5 5600 6488 (exit $ac_status); }; }; then 5601 6489 cf_cv_mbstate_t=no … … 5605 6493 cat >conftest.$ac_ext <<_ACEOF 5606 6494 -#line 7503 "configure" 5607 +#line 7 582"configure"6495 +#line 7848 "configure" 5608 6496 #include "confdefs.h" 5609 6497 5610 6498 #include <stdlib.h> 5611 @@ -7519,16 +7 598,16 @@6499 @@ -7519,16 +7864,16 @@ 5612 6500 } 5613 6501 _ACEOF 5614 6502 rm -f conftest.$ac_objext 5615 6503 -if { (eval echo "$as_me:7522: \"$ac_compile\"") >&5 5616 +if { (eval echo "$as_me:7 601: \"$ac_compile\"") >&56504 +if { (eval echo "$as_me:7867: \"$ac_compile\"") >&5 5617 6505 (eval $ac_compile) 2>&5 5618 6506 ac_status=$? 5619 6507 - echo "$as_me:7525: \$? = $ac_status" >&5 5620 + echo "$as_me:7 604: \$? = $ac_status" >&56508 + echo "$as_me:7870: \$? = $ac_status" >&5 5621 6509 (exit $ac_status); } && 5622 6510 { ac_try='test -s conftest.$ac_objext' 5623 6511 - { (eval echo "$as_me:7528: \"$ac_try\"") >&5 5624 + { (eval echo "$as_me:7 607: \"$ac_try\"") >&56512 + { (eval echo "$as_me:7873: \"$ac_try\"") >&5 5625 6513 (eval $ac_try) 2>&5 5626 6514 ac_status=$? 5627 6515 - echo "$as_me:7531: \$? = $ac_status" >&5 5628 + echo "$as_me:7 610: \$? = $ac_status" >&56516 + echo "$as_me:7876: \$? = $ac_status" >&5 5629 6517 (exit $ac_status); }; }; then 5630 6518 cf_cv_mbstate_t=yes 5631 6519 else 5632 @@ -7540,7 +7 619,7 @@6520 @@ -7540,7 +7885,7 @@ 5633 6521 fi 5634 6522 rm -f conftest.$ac_objext conftest.$ac_ext 5635 6523 fi 5636 6524 -echo "$as_me:7543: result: $cf_cv_mbstate_t" >&5 5637 +echo "$as_me:7 622: result: $cf_cv_mbstate_t" >&56525 +echo "$as_me:7888: result: $cf_cv_mbstate_t" >&5 5638 6526 echo "${ECHO_T}$cf_cv_mbstate_t" >&6 5639 6527 5640 6528 if test "$cf_cv_mbstate_t" = yes ; then 5641 @@ -7557,14 +7 636,14 @@6529 @@ -7557,14 +7902,14 @@ 5642 6530 fi 5643 6531 5644 6532 # This is needed on Tru64 5.0 to declare wchar_t 5645 6533 -echo "$as_me:7560: checking if we must include wchar.h to declare wchar_t" >&5 5646 +echo "$as_me:7 639: checking if we must include wchar.h to declare wchar_t" >&56534 +echo "$as_me:7905: checking if we must include wchar.h to declare wchar_t" >&5 5647 6535 echo $ECHO_N "checking if we must include wchar.h to declare wchar_t... $ECHO_C" >&6 5648 6536 if test "${cf_cv_wchar_t+set}" = set; then … … 5652 6540 cat >conftest.$ac_ext <<_ACEOF 5653 6541 -#line 7567 "configure" 5654 +#line 7 646"configure"6542 +#line 7912 "configure" 5655 6543 #include "confdefs.h" 5656 6544 5657 6545 #include <stdlib.h> 5658 @@ -7582,23 +7 661,23 @@6546 @@ -7582,23 +7927,23 @@ 5659 6547 } 5660 6548 _ACEOF 5661 6549 rm -f conftest.$ac_objext 5662 6550 -if { (eval echo "$as_me:7585: \"$ac_compile\"") >&5 5663 +if { (eval echo "$as_me:7 664: \"$ac_compile\"") >&56551 +if { (eval echo "$as_me:7930: \"$ac_compile\"") >&5 5664 6552 (eval $ac_compile) 2>&5 5665 6553 ac_status=$? 5666 6554 - echo "$as_me:7588: \$? = $ac_status" >&5 5667 + echo "$as_me:7 667: \$? = $ac_status" >&56555 + echo "$as_me:7933: \$? = $ac_status" >&5 5668 6556 (exit $ac_status); } && 5669 6557 { ac_try='test -s conftest.$ac_objext' 5670 6558 - { (eval echo "$as_me:7591: \"$ac_try\"") >&5 5671 + { (eval echo "$as_me:7 670: \"$ac_try\"") >&56559 + { (eval echo "$as_me:7936: \"$ac_try\"") >&5 5672 6560 (eval $ac_try) 2>&5 5673 6561 ac_status=$? 5674 6562 - echo "$as_me:7594: \$? = $ac_status" >&5 5675 + echo "$as_me:7 673: \$? = $ac_status" >&56563 + echo "$as_me:7939: \$? = $ac_status" >&5 5676 6564 (exit $ac_status); }; }; then 5677 6565 cf_cv_wchar_t=no … … 5681 6569 cat >conftest.$ac_ext <<_ACEOF 5682 6570 -#line 7601 "configure" 5683 +#line 7 680"configure"6571 +#line 7946 "configure" 5684 6572 #include "confdefs.h" 5685 6573 5686 6574 #include <stdlib.h> 5687 @@ -7617,16 +7 696,16 @@6575 @@ -7617,16 +7962,16 @@ 5688 6576 } 5689 6577 _ACEOF 5690 6578 rm -f conftest.$ac_objext 5691 6579 -if { (eval echo "$as_me:7620: \"$ac_compile\"") >&5 5692 +if { (eval echo "$as_me:7 699: \"$ac_compile\"") >&56580 +if { (eval echo "$as_me:7965: \"$ac_compile\"") >&5 5693 6581 (eval $ac_compile) 2>&5 5694 6582 ac_status=$? 5695 6583 - echo "$as_me:7623: \$? = $ac_status" >&5 5696 + echo "$as_me:7 702: \$? = $ac_status" >&56584 + echo "$as_me:7968: \$? = $ac_status" >&5 5697 6585 (exit $ac_status); } && 5698 6586 { ac_try='test -s conftest.$ac_objext' 5699 6587 - { (eval echo "$as_me:7626: \"$ac_try\"") >&5 5700 + { (eval echo "$as_me:7 705: \"$ac_try\"") >&56588 + { (eval echo "$as_me:7971: \"$ac_try\"") >&5 5701 6589 (eval $ac_try) 2>&5 5702 6590 ac_status=$? 5703 6591 - echo "$as_me:7629: \$? = $ac_status" >&5 5704 + echo "$as_me:7 708: \$? = $ac_status" >&56592 + echo "$as_me:7974: \$? = $ac_status" >&5 5705 6593 (exit $ac_status); }; }; then 5706 6594 cf_cv_wchar_t=yes 5707 6595 else 5708 @@ -7638,7 +7 717,7 @@6596 @@ -7638,7 +7983,7 @@ 5709 6597 fi 5710 6598 rm -f conftest.$ac_objext conftest.$ac_ext 5711 6599 fi 5712 6600 -echo "$as_me:7641: result: $cf_cv_wchar_t" >&5 5713 +echo "$as_me:7 720: result: $cf_cv_wchar_t" >&56601 +echo "$as_me:7986: result: $cf_cv_wchar_t" >&5 5714 6602 echo "${ECHO_T}$cf_cv_wchar_t" >&6 5715 6603 5716 6604 if test "$cf_cv_wchar_t" = yes ; then 5717 @@ -7660,14 + 7739,14 @@6605 @@ -7660,14 +8005,14 @@ 5718 6606 fi 5719 6607 5720 6608 # This is needed on Tru64 5.0 to declare wint_t 5721 6609 -echo "$as_me:7663: checking if we must include wchar.h to declare wint_t" >&5 5722 +echo "$as_me: 7742: checking if we must include wchar.h to declare wint_t" >&56610 +echo "$as_me:8008: checking if we must include wchar.h to declare wint_t" >&5 5723 6611 echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6 5724 6612 if test "${cf_cv_wint_t+set}" = set; then … … 5728 6616 cat >conftest.$ac_ext <<_ACEOF 5729 6617 -#line 7670 "configure" 5730 +#line 7749"configure"6618 +#line 8015 "configure" 5731 6619 #include "confdefs.h" 5732 6620 5733 6621 #include <stdlib.h> 5734 @@ -7685,23 + 7764,23 @@6622 @@ -7685,23 +8030,23 @@ 5735 6623 } 5736 6624 _ACEOF 5737 6625 rm -f conftest.$ac_objext 5738 6626 -if { (eval echo "$as_me:7688: \"$ac_compile\"") >&5 5739 +if { (eval echo "$as_me: 7767: \"$ac_compile\"") >&56627 +if { (eval echo "$as_me:8033: \"$ac_compile\"") >&5 5740 6628 (eval $ac_compile) 2>&5 5741 6629 ac_status=$? 5742 6630 - echo "$as_me:7691: \$? = $ac_status" >&5 5743 + echo "$as_me: 7770: \$? = $ac_status" >&56631 + echo "$as_me:8036: \$? = $ac_status" >&5 5744 6632 (exit $ac_status); } && 5745 6633 { ac_try='test -s conftest.$ac_objext' 5746 6634 - { (eval echo "$as_me:7694: \"$ac_try\"") >&5 5747 + { (eval echo "$as_me: 7773: \"$ac_try\"") >&56635 + { (eval echo "$as_me:8039: \"$ac_try\"") >&5 5748 6636 (eval $ac_try) 2>&5 5749 6637 ac_status=$? 5750 6638 - echo "$as_me:7697: \$? = $ac_status" >&5 5751 + echo "$as_me: 7776: \$? = $ac_status" >&56639 + echo "$as_me:8042: \$? = $ac_status" >&5 5752 6640 (exit $ac_status); }; }; then 5753 6641 cf_cv_wint_t=no … … 5757 6645 cat >conftest.$ac_ext <<_ACEOF 5758 6646 -#line 7704 "configure" 5759 +#line 7783"configure"6647 +#line 8049 "configure" 5760 6648 #include "confdefs.h" 5761 6649 5762 6650 #include <stdlib.h> 5763 @@ -7720,16 + 7799,16 @@6651 @@ -7720,16 +8065,16 @@ 5764 6652 } 5765 6653 _ACEOF 5766 6654 rm -f conftest.$ac_objext 5767 6655 -if { (eval echo "$as_me:7723: \"$ac_compile\"") >&5 5768 +if { (eval echo "$as_me: 7802: \"$ac_compile\"") >&56656 +if { (eval echo "$as_me:8068: \"$ac_compile\"") >&5 5769 6657 (eval $ac_compile) 2>&5 5770 6658 ac_status=$? 5771 6659 - echo "$as_me:7726: \$? = $ac_status" >&5 5772 + echo "$as_me: 7805: \$? = $ac_status" >&56660 + echo "$as_me:8071: \$? = $ac_status" >&5 5773 6661 (exit $ac_status); } && 5774 6662 { ac_try='test -s conftest.$ac_objext' 5775 6663 - { (eval echo "$as_me:7729: \"$ac_try\"") >&5 5776 + { (eval echo "$as_me: 7808: \"$ac_try\"") >&56664 + { (eval echo "$as_me:8074: \"$ac_try\"") >&5 5777 6665 (eval $ac_try) 2>&5 5778 6666 ac_status=$? 5779 6667 - echo "$as_me:7732: \$? = $ac_status" >&5 5780 + echo "$as_me: 7811: \$? = $ac_status" >&56668 + echo "$as_me:8077: \$? = $ac_status" >&5 5781 6669 (exit $ac_status); }; }; then 5782 6670 cf_cv_wint_t=yes 5783 6671 else 5784 @@ -7741,7 + 7820,7 @@6672 @@ -7741,7 +8086,7 @@ 5785 6673 fi 5786 6674 rm -f conftest.$ac_objext conftest.$ac_ext 5787 6675 fi 5788 6676 -echo "$as_me:7744: result: $cf_cv_wint_t" >&5 5789 +echo "$as_me: 7823: result: $cf_cv_wint_t" >&56677 +echo "$as_me:8089: result: $cf_cv_wint_t" >&5 5790 6678 echo "${ECHO_T}$cf_cv_wint_t" >&6 5791 6679 5792 6680 if test "$cf_cv_wint_t" = yes ; then 5793 @@ -7780,7 + 7859,7 @@6681 @@ -7780,7 +8125,7 @@ 5794 6682 ;; 5795 6683 esac 5796 6684 5797 6685 -echo "$as_me:7783: checking whether to enable _LP64 definition in curses.h" >&5 5798 +echo "$as_me: 7862: checking whether to enable _LP64 definition in curses.h" >&56686 +echo "$as_me:8128: checking whether to enable _LP64 definition in curses.h" >&5 5799 6687 echo $ECHO_N "checking whether to enable _LP64 definition in curses.h... $ECHO_C" >&6 5800 6688 5801 6689 # Check whether --enable-lp64 or --disable-lp64 was given. 5802 @@ -7790,7 + 7869,7 @@6690 @@ -7790,7 +8135,7 @@ 5803 6691 else 5804 6692 with_lp64=$default_with_lp64 5805 6693 fi; 5806 6694 -echo "$as_me:7793: result: $with_lp64" >&5 5807 +echo "$as_me: 7872: result: $with_lp64" >&56695 +echo "$as_me:8138: result: $with_lp64" >&5 5808 6696 echo "${ECHO_T}$with_lp64" >&6 5809 6697 5810 6698 if test "$with_lp64" = yes ; then 5811 @@ -7806,7 + 7885,7 @@6699 @@ -7806,7 +8151,7 @@ 5812 6700 fi; 5813 6701 if test "$enable_largefile" != no; then 5814 6702 5815 6703 - echo "$as_me:7809: checking for special C compiler options needed for large files" >&5 5816 + echo "$as_me: 7888: checking for special C compiler options needed for large files" >&56704 + echo "$as_me:8154: checking for special C compiler options needed for large files" >&5 5817 6705 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 5818 6706 if test "${ac_cv_sys_largefile_CC+set}" = set; then 5819 6707 echo $ECHO_N "(cached) $ECHO_C" >&6 5820 @@ -7818,7 + 7897,7 @@6708 @@ -7818,7 +8163,7 @@ 5821 6709 # IRIX 6.2 and later do not support large files by default, 5822 6710 # so use the C compiler's -n32 option if that helps. 5823 6711 cat >conftest.$ac_ext <<_ACEOF 5824 6712 -#line 7821 "configure" 5825 +#line 7900"configure"6713 +#line 8166 "configure" 5826 6714 #include "confdefs.h" 5827 6715 #include <sys/types.h> 5828 6716 /* Check that off_t can represent 2**63 - 1 correctly. 5829 @@ -7838,16 + 7917,16 @@6717 @@ -7838,16 +8183,16 @@ 5830 6718 } 5831 6719 _ACEOF 5832 6720 rm -f conftest.$ac_objext 5833 6721 -if { (eval echo "$as_me:7841: \"$ac_compile\"") >&5 5834 +if { (eval echo "$as_me: 7920: \"$ac_compile\"") >&56722 +if { (eval echo "$as_me:8186: \"$ac_compile\"") >&5 5835 6723 (eval $ac_compile) 2>&5 5836 6724 ac_status=$? 5837 6725 - echo "$as_me:7844: \$? = $ac_status" >&5 5838 + echo "$as_me: 7923: \$? = $ac_status" >&56726 + echo "$as_me:8189: \$? = $ac_status" >&5 5839 6727 (exit $ac_status); } && 5840 6728 { ac_try='test -s conftest.$ac_objext' 5841 6729 - { (eval echo "$as_me:7847: \"$ac_try\"") >&5 5842 + { (eval echo "$as_me: 7926: \"$ac_try\"") >&56730 + { (eval echo "$as_me:8192: \"$ac_try\"") >&5 5843 6731 (eval $ac_try) 2>&5 5844 6732 ac_status=$? 5845 6733 - echo "$as_me:7850: \$? = $ac_status" >&5 5846 + echo "$as_me: 7929: \$? = $ac_status" >&56734 + echo "$as_me:8195: \$? = $ac_status" >&5 5847 6735 (exit $ac_status); }; }; then 5848 6736 break 5849 6737 else 5850 @@ -7857,16 + 7936,16 @@6738 @@ -7857,16 +8202,16 @@ 5851 6739 rm -f conftest.$ac_objext 5852 6740 CC="$CC -n32" 5853 6741 rm -f conftest.$ac_objext 5854 6742 -if { (eval echo "$as_me:7860: \"$ac_compile\"") >&5 5855 +if { (eval echo "$as_me: 7939: \"$ac_compile\"") >&56743 +if { (eval echo "$as_me:8205: \"$ac_compile\"") >&5 5856 6744 (eval $ac_compile) 2>&5 5857 6745 ac_status=$? 5858 6746 - echo "$as_me:7863: \$? = $ac_status" >&5 5859 + echo "$as_me: 7942: \$? = $ac_status" >&56747 + echo "$as_me:8208: \$? = $ac_status" >&5 5860 6748 (exit $ac_status); } && 5861 6749 { ac_try='test -s conftest.$ac_objext' 5862 6750 - { (eval echo "$as_me:7866: \"$ac_try\"") >&5 5863 + { (eval echo "$as_me: 7945: \"$ac_try\"") >&56751 + { (eval echo "$as_me:8211: \"$ac_try\"") >&5 5864 6752 (eval $ac_try) 2>&5 5865 6753 ac_status=$? 5866 6754 - echo "$as_me:7869: \$? = $ac_status" >&5 5867 + echo "$as_me: 7948: \$? = $ac_status" >&56755 + echo "$as_me:8214: \$? = $ac_status" >&5 5868 6756 (exit $ac_status); }; }; then 5869 6757 ac_cv_sys_largefile_CC=' -n32'; break 5870 6758 else 5871 @@ -7880,13 + 7959,13 @@6759 @@ -7880,13 +8225,13 @@ 5872 6760 rm -f conftest.$ac_ext 5873 6761 fi 5874 6762 fi 5875 6763 -echo "$as_me:7883: result: $ac_cv_sys_largefile_CC" >&5 5876 +echo "$as_me: 7962: result: $ac_cv_sys_largefile_CC" >&56764 +echo "$as_me:8228: result: $ac_cv_sys_largefile_CC" >&5 5877 6765 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 5878 6766 if test "$ac_cv_sys_largefile_CC" != no; then … … 5881 6769 5882 6770 - echo "$as_me:7889: checking for _FILE_OFFSET_BITS value needed for large files" >&5 5883 + echo "$as_me: 7968: checking for _FILE_OFFSET_BITS value needed for large files" >&56771 + echo "$as_me:8234: checking for _FILE_OFFSET_BITS value needed for large files" >&5 5884 6772 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 5885 6773 if test "${ac_cv_sys_file_offset_bits+set}" = set; then 5886 6774 echo $ECHO_N "(cached) $ECHO_C" >&6 5887 @@ -7894,7 + 7973,7 @@6775 @@ -7894,7 +8239,7 @@ 5888 6776 while :; do 5889 6777 ac_cv_sys_file_offset_bits=no 5890 6778 cat >conftest.$ac_ext <<_ACEOF 5891 6779 -#line 7897 "configure" 5892 +#line 7976"configure"6780 +#line 8242 "configure" 5893 6781 #include "confdefs.h" 5894 6782 #include <sys/types.h> 5895 6783 /* Check that off_t can represent 2**63 - 1 correctly. 5896 @@ -7914,16 + 7993,16 @@6784 @@ -7914,16 +8259,16 @@ 5897 6785 } 5898 6786 _ACEOF 5899 6787 rm -f conftest.$ac_objext 5900 6788 -if { (eval echo "$as_me:7917: \"$ac_compile\"") >&5 5901 +if { (eval echo "$as_me: 7996: \"$ac_compile\"") >&56789 +if { (eval echo "$as_me:8262: \"$ac_compile\"") >&5 5902 6790 (eval $ac_compile) 2>&5 5903 6791 ac_status=$? 5904 6792 - echo "$as_me:7920: \$? = $ac_status" >&5 5905 + echo "$as_me: 7999: \$? = $ac_status" >&56793 + echo "$as_me:8265: \$? = $ac_status" >&5 5906 6794 (exit $ac_status); } && 5907 6795 { ac_try='test -s conftest.$ac_objext' 5908 6796 - { (eval echo "$as_me:7923: \"$ac_try\"") >&5 5909 + { (eval echo "$as_me:8 002: \"$ac_try\"") >&56797 + { (eval echo "$as_me:8268: \"$ac_try\"") >&5 5910 6798 (eval $ac_try) 2>&5 5911 6799 ac_status=$? 5912 6800 - echo "$as_me:7926: \$? = $ac_status" >&5 5913 + echo "$as_me:8 005: \$? = $ac_status" >&56801 + echo "$as_me:8271: \$? = $ac_status" >&5 5914 6802 (exit $ac_status); }; }; then 5915 6803 break 5916 6804 else 5917 @@ -7932,7 +8 011,7 @@6805 @@ -7932,7 +8277,7 @@ 5918 6806 fi 5919 6807 rm -f conftest.$ac_objext conftest.$ac_ext 5920 6808 cat >conftest.$ac_ext <<_ACEOF 5921 6809 -#line 7935 "configure" 5922 +#line 8 014"configure"6810 +#line 8280 "configure" 5923 6811 #include "confdefs.h" 5924 6812 #define _FILE_OFFSET_BITS 64 5925 6813 #include <sys/types.h> 5926 @@ -7953,16 +8 032,16 @@6814 @@ -7953,16 +8298,16 @@ 5927 6815 } 5928 6816 _ACEOF 5929 6817 rm -f conftest.$ac_objext 5930 6818 -if { (eval echo "$as_me:7956: \"$ac_compile\"") >&5 5931 +if { (eval echo "$as_me:8 035: \"$ac_compile\"") >&56819 +if { (eval echo "$as_me:8301: \"$ac_compile\"") >&5 5932 6820 (eval $ac_compile) 2>&5 5933 6821 ac_status=$? 5934 6822 - echo "$as_me:7959: \$? = $ac_status" >&5 5935 + echo "$as_me:8 038: \$? = $ac_status" >&56823 + echo "$as_me:8304: \$? = $ac_status" >&5 5936 6824 (exit $ac_status); } && 5937 6825 { ac_try='test -s conftest.$ac_objext' 5938 6826 - { (eval echo "$as_me:7962: \"$ac_try\"") >&5 5939 + { (eval echo "$as_me:8 041: \"$ac_try\"") >&56827 + { (eval echo "$as_me:8307: \"$ac_try\"") >&5 5940 6828 (eval $ac_try) 2>&5 5941 6829 ac_status=$? 5942 6830 - echo "$as_me:7965: \$? = $ac_status" >&5 5943 + echo "$as_me:8 044: \$? = $ac_status" >&56831 + echo "$as_me:8310: \$? = $ac_status" >&5 5944 6832 (exit $ac_status); }; }; then 5945 6833 ac_cv_sys_file_offset_bits=64; break 5946 6834 else 5947 @@ -7973,7 +8 052,7 @@6835 @@ -7973,7 +8318,7 @@ 5948 6836 break 5949 6837 done 5950 6838 fi 5951 6839 -echo "$as_me:7976: result: $ac_cv_sys_file_offset_bits" >&5 5952 +echo "$as_me:8 055: result: $ac_cv_sys_file_offset_bits" >&56840 +echo "$as_me:8321: result: $ac_cv_sys_file_offset_bits" >&5 5953 6841 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 5954 6842 if test "$ac_cv_sys_file_offset_bits" != no; then 5955 6843 5956 @@ -7983,7 +8 062,7 @@6844 @@ -7983,7 +8328,7 @@ 5957 6845 5958 6846 fi 5959 6847 rm -f conftest* 5960 6848 - echo "$as_me:7986: checking for _LARGE_FILES value needed for large files" >&5 5961 + echo "$as_me:8 065: checking for _LARGE_FILES value needed for large files" >&56849 + echo "$as_me:8331: checking for _LARGE_FILES value needed for large files" >&5 5962 6850 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 5963 6851 if test "${ac_cv_sys_large_files+set}" = set; then 5964 6852 echo $ECHO_N "(cached) $ECHO_C" >&6 5965 @@ -7991,7 +8 070,7 @@6853 @@ -7991,7 +8336,7 @@ 5966 6854 while :; do 5967 6855 ac_cv_sys_large_files=no 5968 6856 cat >conftest.$ac_ext <<_ACEOF 5969 6857 -#line 7994 "configure" 5970 +#line 8 073"configure"6858 +#line 8339 "configure" 5971 6859 #include "confdefs.h" 5972 6860 #include <sys/types.h> 5973 6861 /* Check that off_t can represent 2**63 - 1 correctly. 5974 @@ -8011,16 +8 090,16 @@6862 @@ -8011,16 +8356,16 @@ 5975 6863 } 5976 6864 _ACEOF 5977 6865 rm -f conftest.$ac_objext 5978 6866 -if { (eval echo "$as_me:8014: \"$ac_compile\"") >&5 5979 +if { (eval echo "$as_me:8 093: \"$ac_compile\"") >&56867 +if { (eval echo "$as_me:8359: \"$ac_compile\"") >&5 5980 6868 (eval $ac_compile) 2>&5 5981 6869 ac_status=$? 5982 6870 - echo "$as_me:8017: \$? = $ac_status" >&5 5983 + echo "$as_me:8 096: \$? = $ac_status" >&56871 + echo "$as_me:8362: \$? = $ac_status" >&5 5984 6872 (exit $ac_status); } && 5985 6873 { ac_try='test -s conftest.$ac_objext' 5986 6874 - { (eval echo "$as_me:8020: \"$ac_try\"") >&5 5987 + { (eval echo "$as_me:8 099: \"$ac_try\"") >&56875 + { (eval echo "$as_me:8365: \"$ac_try\"") >&5 5988 6876 (eval $ac_try) 2>&5 5989 6877 ac_status=$? 5990 6878 - echo "$as_me:8023: \$? = $ac_status" >&5 5991 + echo "$as_me:8 102: \$? = $ac_status" >&56879 + echo "$as_me:8368: \$? = $ac_status" >&5 5992 6880 (exit $ac_status); }; }; then 5993 6881 break 5994 6882 else 5995 @@ -8029,7 +8 108,7 @@6883 @@ -8029,7 +8374,7 @@ 5996 6884 fi 5997 6885 rm -f conftest.$ac_objext conftest.$ac_ext 5998 6886 cat >conftest.$ac_ext <<_ACEOF 5999 6887 -#line 8032 "configure" 6000 +#line 8 111"configure"6888 +#line 8377 "configure" 6001 6889 #include "confdefs.h" 6002 6890 #define _LARGE_FILES 1 6003 6891 #include <sys/types.h> 6004 @@ -8050,16 +8 129,16 @@6892 @@ -8050,16 +8395,16 @@ 6005 6893 } 6006 6894 _ACEOF 6007 6895 rm -f conftest.$ac_objext 6008 6896 -if { (eval echo "$as_me:8053: \"$ac_compile\"") >&5 6009 +if { (eval echo "$as_me:8 132: \"$ac_compile\"") >&56897 +if { (eval echo "$as_me:8398: \"$ac_compile\"") >&5 6010 6898 (eval $ac_compile) 2>&5 6011 6899 ac_status=$? 6012 6900 - echo "$as_me:8056: \$? = $ac_status" >&5 6013 + echo "$as_me:8 135: \$? = $ac_status" >&56901 + echo "$as_me:8401: \$? = $ac_status" >&5 6014 6902 (exit $ac_status); } && 6015 6903 { ac_try='test -s conftest.$ac_objext' 6016 6904 - { (eval echo "$as_me:8059: \"$ac_try\"") >&5 6017 + { (eval echo "$as_me:8 138: \"$ac_try\"") >&56905 + { (eval echo "$as_me:8404: \"$ac_try\"") >&5 6018 6906 (eval $ac_try) 2>&5 6019 6907 ac_status=$? 6020 6908 - echo "$as_me:8062: \$? = $ac_status" >&5 6021 + echo "$as_me:8 141: \$? = $ac_status" >&56909 + echo "$as_me:8407: \$? = $ac_status" >&5 6022 6910 (exit $ac_status); }; }; then 6023 6911 ac_cv_sys_large_files=1; break 6024 6912 else 6025 @@ -8070,7 +8 149,7 @@6913 @@ -8070,7 +8415,7 @@ 6026 6914 break 6027 6915 done 6028 6916 fi 6029 6917 -echo "$as_me:8073: result: $ac_cv_sys_large_files" >&5 6030 +echo "$as_me:8 152: result: $ac_cv_sys_large_files" >&56918 +echo "$as_me:8418: result: $ac_cv_sys_large_files" >&5 6031 6919 echo "${ECHO_T}$ac_cv_sys_large_files" >&6 6032 6920 if test "$ac_cv_sys_large_files" != no; then 6033 6921 6034 @@ -8083,7 +8 162,7 @@6922 @@ -8083,7 +8428,7 @@ 6035 6923 fi 6036 6924 6037 6925 if test "$enable_largefile" != no ; then 6038 6926 - echo "$as_me:8086: checking for _LARGEFILE_SOURCE value needed for large files" >&5 6039 + echo "$as_me:8 165: checking for _LARGEFILE_SOURCE value needed for large files" >&56927 + echo "$as_me:8431: checking for _LARGEFILE_SOURCE value needed for large files" >&5 6040 6928 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 6041 6929 if test "${ac_cv_sys_largefile_source+set}" = set; then 6042 6930 echo $ECHO_N "(cached) $ECHO_C" >&6 6043 @@ -8091,7 +8 170,7 @@6931 @@ -8091,7 +8436,7 @@ 6044 6932 while :; do 6045 6933 ac_cv_sys_largefile_source=no 6046 6934 cat >conftest.$ac_ext <<_ACEOF 6047 6935 -#line 8094 "configure" 6048 +#line 8 173"configure"6936 +#line 8439 "configure" 6049 6937 #include "confdefs.h" 6050 6938 #include <stdio.h> 6051 6939 int 6052 @@ -8103,16 +8 182,16 @@6940 @@ -8103,16 +8448,16 @@ 6053 6941 } 6054 6942 _ACEOF 6055 6943 rm -f conftest.$ac_objext 6056 6944 -if { (eval echo "$as_me:8106: \"$ac_compile\"") >&5 6057 +if { (eval echo "$as_me:8 185: \"$ac_compile\"") >&56945 +if { (eval echo "$as_me:8451: \"$ac_compile\"") >&5 6058 6946 (eval $ac_compile) 2>&5 6059 6947 ac_status=$? 6060 6948 - echo "$as_me:8109: \$? = $ac_status" >&5 6061 + echo "$as_me:8 188: \$? = $ac_status" >&56949 + echo "$as_me:8454: \$? = $ac_status" >&5 6062 6950 (exit $ac_status); } && 6063 6951 { ac_try='test -s conftest.$ac_objext' 6064 6952 - { (eval echo "$as_me:8112: \"$ac_try\"") >&5 6065 + { (eval echo "$as_me:8 191: \"$ac_try\"") >&56953 + { (eval echo "$as_me:8457: \"$ac_try\"") >&5 6066 6954 (eval $ac_try) 2>&5 6067 6955 ac_status=$? 6068 6956 - echo "$as_me:8115: \$? = $ac_status" >&5 6069 + echo "$as_me:8 194: \$? = $ac_status" >&56957 + echo "$as_me:8460: \$? = $ac_status" >&5 6070 6958 (exit $ac_status); }; }; then 6071 6959 break 6072 6960 else 6073 @@ -8121,7 +8 200,7 @@6961 @@ -8121,7 +8466,7 @@ 6074 6962 fi 6075 6963 rm -f conftest.$ac_objext conftest.$ac_ext 6076 6964 cat >conftest.$ac_ext <<_ACEOF 6077 6965 -#line 8124 "configure" 6078 +#line 8 203"configure"6966 +#line 8469 "configure" 6079 6967 #include "confdefs.h" 6080 6968 #define _LARGEFILE_SOURCE 1 6081 6969 #include <stdio.h> 6082 @@ -8134,16 +8 213,16 @@6970 @@ -8134,16 +8479,16 @@ 6083 6971 } 6084 6972 _ACEOF 6085 6973 rm -f conftest.$ac_objext 6086 6974 -if { (eval echo "$as_me:8137: \"$ac_compile\"") >&5 6087 +if { (eval echo "$as_me:8 216: \"$ac_compile\"") >&56975 +if { (eval echo "$as_me:8482: \"$ac_compile\"") >&5 6088 6976 (eval $ac_compile) 2>&5 6089 6977 ac_status=$? 6090 6978 - echo "$as_me:8140: \$? = $ac_status" >&5 6091 + echo "$as_me:8 219: \$? = $ac_status" >&56979 + echo "$as_me:8485: \$? = $ac_status" >&5 6092 6980 (exit $ac_status); } && 6093 6981 { ac_try='test -s conftest.$ac_objext' 6094 6982 - { (eval echo "$as_me:8143: \"$ac_try\"") >&5 6095 + { (eval echo "$as_me:8 222: \"$ac_try\"") >&56983 + { (eval echo "$as_me:8488: \"$ac_try\"") >&5 6096 6984 (eval $ac_try) 2>&5 6097 6985 ac_status=$? 6098 6986 - echo "$as_me:8146: \$? = $ac_status" >&5 6099 + echo "$as_me:8 225: \$? = $ac_status" >&56987 + echo "$as_me:8491: \$? = $ac_status" >&5 6100 6988 (exit $ac_status); }; }; then 6101 6989 ac_cv_sys_largefile_source=1; break 6102 6990 else 6103 @@ -8154,7 +8 233,7 @@6991 @@ -8154,7 +8499,7 @@ 6104 6992 break 6105 6993 done 6106 6994 fi 6107 6995 -echo "$as_me:8157: result: $ac_cv_sys_largefile_source" >&5 6108 +echo "$as_me:8 236: result: $ac_cv_sys_largefile_source" >&56996 +echo "$as_me:8502: result: $ac_cv_sys_largefile_source" >&5 6109 6997 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 6110 6998 if test "$ac_cv_sys_largefile_source" != no; then 6111 6999 6112 @@ -8168,13 +8 247,13 @@7000 @@ -8168,13 +8513,13 @@ 6113 7001 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 6114 7002 # in glibc 2.1.3, but that breaks too many other things. 6115 7003 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 6116 7004 -echo "$as_me:8171: checking for fseeko" >&5 6117 +echo "$as_me:8 250: checking for fseeko" >&57005 +echo "$as_me:8516: checking for fseeko" >&5 6118 7006 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 6119 7007 if test "${ac_cv_func_fseeko+set}" = set; then … … 6122 7010 cat >conftest.$ac_ext <<_ACEOF 6123 7011 -#line 8177 "configure" 6124 +#line 8 256"configure"7012 +#line 8522 "configure" 6125 7013 #include "confdefs.h" 6126 7014 #include <stdio.h> 6127 7015 int 6128 @@ -8186,16 +8 265,16 @@7016 @@ -8186,16 +8531,16 @@ 6129 7017 } 6130 7018 _ACEOF 6131 7019 rm -f conftest.$ac_objext conftest$ac_exeext 6132 7020 -if { (eval echo "$as_me:8189: \"$ac_link\"") >&5 6133 +if { (eval echo "$as_me:8 268: \"$ac_link\"") >&57021 +if { (eval echo "$as_me:8534: \"$ac_link\"") >&5 6134 7022 (eval $ac_link) 2>&5 6135 7023 ac_status=$? 6136 7024 - echo "$as_me:8192: \$? = $ac_status" >&5 6137 + echo "$as_me:8 271: \$? = $ac_status" >&57025 + echo "$as_me:8537: \$? = $ac_status" >&5 6138 7026 (exit $ac_status); } && 6139 7027 { ac_try='test -s conftest$ac_exeext' 6140 7028 - { (eval echo "$as_me:8195: \"$ac_try\"") >&5 6141 + { (eval echo "$as_me:8 274: \"$ac_try\"") >&57029 + { (eval echo "$as_me:8540: \"$ac_try\"") >&5 6142 7030 (eval $ac_try) 2>&5 6143 7031 ac_status=$? 6144 7032 - echo "$as_me:8198: \$? = $ac_status" >&5 6145 + echo "$as_me:8 277: \$? = $ac_status" >&57033 + echo "$as_me:8543: \$? = $ac_status" >&5 6146 7034 (exit $ac_status); }; }; then 6147 7035 ac_cv_func_fseeko=yes 6148 7036 else 6149 @@ -8205,7 +8 284,7 @@7037 @@ -8205,7 +8550,7 @@ 6150 7038 fi 6151 7039 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6152 7040 fi 6153 7041 -echo "$as_me:8208: result: $ac_cv_func_fseeko" >&5 6154 +echo "$as_me:8 287: result: $ac_cv_func_fseeko" >&57042 +echo "$as_me:8553: result: $ac_cv_func_fseeko" >&5 6155 7043 echo "${ECHO_T}$ac_cv_func_fseeko" >&6 6156 7044 if test $ac_cv_func_fseeko = yes; then 6157 7045 6158 @@ -8226,14 +8 305,14 @@7046 @@ -8226,14 +8571,14 @@ 6159 7047 test "$ac_cv_sys_largefile_source" != no && CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE " 6160 7048 test "$ac_cv_sys_file_offset_bits" != no && CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits " 6161 7049 6162 7050 - echo "$as_me:8229: checking whether to use struct dirent64" >&5 6163 + echo "$as_me:8 308: checking whether to use struct dirent64" >&57051 + echo "$as_me:8574: checking whether to use struct dirent64" >&5 6164 7052 echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6 6165 7053 if test "${cf_cv_struct_dirent64+set}" = set; then … … 6169 7057 cat >conftest.$ac_ext <<_ACEOF 6170 7058 -#line 8236 "configure" 6171 +#line 8 315"configure"7059 +#line 8581 "configure" 6172 7060 #include "confdefs.h" 6173 7061 6174 7062 #include <sys/types.h> 6175 @@ -8254,16 +8 333,16 @@7063 @@ -8254,16 +8599,16 @@ 6176 7064 } 6177 7065 _ACEOF 6178 7066 rm -f conftest.$ac_objext 6179 7067 -if { (eval echo "$as_me:8257: \"$ac_compile\"") >&5 6180 +if { (eval echo "$as_me:8 336: \"$ac_compile\"") >&57068 +if { (eval echo "$as_me:8602: \"$ac_compile\"") >&5 6181 7069 (eval $ac_compile) 2>&5 6182 7070 ac_status=$? 6183 7071 - echo "$as_me:8260: \$? = $ac_status" >&5 6184 + echo "$as_me:8 339: \$? = $ac_status" >&57072 + echo "$as_me:8605: \$? = $ac_status" >&5 6185 7073 (exit $ac_status); } && 6186 7074 { ac_try='test -s conftest.$ac_objext' 6187 7075 - { (eval echo "$as_me:8263: \"$ac_try\"") >&5 6188 + { (eval echo "$as_me:8 342: \"$ac_try\"") >&57076 + { (eval echo "$as_me:8608: \"$ac_try\"") >&5 6189 7077 (eval $ac_try) 2>&5 6190 7078 ac_status=$? 6191 7079 - echo "$as_me:8266: \$? = $ac_status" >&5 6192 + echo "$as_me:8 345: \$? = $ac_status" >&57080 + echo "$as_me:8611: \$? = $ac_status" >&5 6193 7081 (exit $ac_status); }; }; then 6194 7082 cf_cv_struct_dirent64=yes 6195 7083 else 6196 @@ -8274,7 +8 353,7 @@7084 @@ -8274,7 +8619,7 @@ 6197 7085 rm -f conftest.$ac_objext conftest.$ac_ext 6198 7086 6199 7087 fi 6200 7088 -echo "$as_me:8277: result: $cf_cv_struct_dirent64" >&5 6201 +echo "$as_me:8 356: result: $cf_cv_struct_dirent64" >&57089 +echo "$as_me:8622: result: $cf_cv_struct_dirent64" >&5 6202 7090 echo "${ECHO_T}$cf_cv_struct_dirent64" >&6 6203 7091 test "$cf_cv_struct_dirent64" = yes && cat >>confdefs.h <<\EOF 6204 7092 #define HAVE_STRUCT_DIRENT64 1 6205 @@ -8283,7 +8 362,7 @@7093 @@ -8283,7 +8628,7 @@ 6206 7094 fi 6207 7095 6208 7096 ### use option --disable-tparm-varargs to make tparm() conform to X/Open 6209 7097 -echo "$as_me:8286: checking if you want tparm not to use X/Open fixed-parameter list" >&5 6210 +echo "$as_me:8 365: checking if you want tparm not to use X/Open fixed-parameter list" >&57098 +echo "$as_me:8631: checking if you want tparm not to use X/Open fixed-parameter list" >&5 6211 7099 echo $ECHO_N "checking if you want tparm not to use X/Open fixed-parameter list... $ECHO_C" >&6 6212 7100 6213 7101 # Check whether --enable-tparm-varargs or --disable-tparm-varargs was given. 6214 @@ -8293,14 +8 372,14 @@7102 @@ -8293,14 +8638,14 @@ 6215 7103 else 6216 7104 with_tparm_varargs=yes 6217 7105 fi; 6218 7106 -echo "$as_me:8296: result: $with_tparm_varargs" >&5 6219 +echo "$as_me:8 375: result: $with_tparm_varargs" >&57107 +echo "$as_me:8641: result: $with_tparm_varargs" >&5 6220 7108 echo "${ECHO_T}$with_tparm_varargs" >&6 6221 7109 NCURSES_TPARM_VARARGS=0 … … 6225 7113 if test "$with_ticlib" != no ; then 6226 7114 -echo "$as_me:8303: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 6227 +echo "$as_me:8 382: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&57115 +echo "$as_me:8648: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 6228 7116 echo $ECHO_N "checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library... $ECHO_C" >&6 6229 7117 6230 7118 # Check whether --enable-tic-depends or --disable-tic-depends was given. 6231 @@ -8310,14 +8 389,14 @@7119 @@ -8310,14 +8655,14 @@ 6232 7120 else 6233 7121 with_tic_depends=yes 6234 7122 fi; 6235 7123 -echo "$as_me:8313: result: $with_tic_depends" >&5 6236 +echo "$as_me:8 392: result: $with_tic_depends" >&57124 +echo "$as_me:8658: result: $with_tic_depends" >&5 6237 7125 echo "${ECHO_T}$with_tic_depends" >&6 6238 7126 else … … 6242 7130 ### use option --with-bool to override bool's type 6243 7131 -echo "$as_me:8320: checking for type of bool" >&5 6244 +echo "$as_me:8 399: checking for type of bool" >&57132 +echo "$as_me:8665: checking for type of bool" >&5 6245 7133 echo $ECHO_N "checking for type of bool... $ECHO_C" >&6 6246 7134 6247 7135 # Check whether --with-bool or --without-bool was given. 6248 @@ -8327,10 +8 406,10 @@7136 @@ -8327,10 +8672,10 @@ 6249 7137 else 6250 7138 NCURSES_BOOL=auto 6251 7139 fi; 6252 7140 -echo "$as_me:8330: result: $NCURSES_BOOL" >&5 6253 +echo "$as_me:8 409: result: $NCURSES_BOOL" >&57141 +echo "$as_me:8675: result: $NCURSES_BOOL" >&5 6254 7142 echo "${ECHO_T}$NCURSES_BOOL" >&6 6255 7143 6256 7144 -echo "$as_me:8333: checking for alternate terminal capabilities file" >&5 6257 +echo "$as_me:8 412: checking for alternate terminal capabilities file" >&57145 +echo "$as_me:8678: checking for alternate terminal capabilities file" >&5 6258 7146 echo $ECHO_N "checking for alternate terminal capabilities file... $ECHO_C" >&6 6259 7147 6260 7148 # Check whether --with-caps or --without-caps was given. 6261 @@ -8341,11 +8 420,11 @@7149 @@ -8341,11 +8686,11 @@ 6262 7150 TERMINFO_CAPS=Caps 6263 7151 fi; 6264 7152 test -f "${srcdir}/include/${TERMINFO_CAPS}" || TERMINFO_CAPS=Caps 6265 7153 -echo "$as_me:8344: result: $TERMINFO_CAPS" >&5 6266 +echo "$as_me:8 423: result: $TERMINFO_CAPS" >&57154 +echo "$as_me:8689: result: $TERMINFO_CAPS" >&5 6267 7155 echo "${ECHO_T}$TERMINFO_CAPS" >&6 6268 7156 6269 7157 ### use option --with-chtype to override chtype's type 6270 7158 -echo "$as_me:8348: checking for type of chtype" >&5 6271 +echo "$as_me:8 427: checking for type of chtype" >&57159 +echo "$as_me:8693: checking for type of chtype" >&5 6272 7160 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 6273 7161 6274 7162 # Check whether --with-chtype or --without-chtype was given. 6275 @@ -8355,11 +8 434,11 @@7163 @@ -8355,11 +8700,11 @@ 6276 7164 else 6277 7165 NCURSES_CHTYPE=auto 6278 7166 fi; 6279 7167 -echo "$as_me:8358: result: $NCURSES_CHTYPE" >&5 6280 +echo "$as_me:8 437: result: $NCURSES_CHTYPE" >&57168 +echo "$as_me:8703: result: $NCURSES_CHTYPE" >&5 6281 7169 echo "${ECHO_T}$NCURSES_CHTYPE" >&6 6282 7170 6283 7171 ### use option --with-ospeed to override ospeed's type 6284 7172 -echo "$as_me:8362: checking for type of ospeed" >&5 6285 +echo "$as_me:8 441: checking for type of ospeed" >&57173 +echo "$as_me:8707: checking for type of ospeed" >&5 6286 7174 echo $ECHO_N "checking for type of ospeed... $ECHO_C" >&6 6287 7175 6288 7176 # Check whether --with-ospeed or --without-ospeed was given. 6289 @@ -8369,11 +8 448,11 @@7177 @@ -8369,11 +8714,11 @@ 6290 7178 else 6291 7179 NCURSES_OSPEED=short 6292 7180 fi; 6293 7181 -echo "$as_me:8372: result: $NCURSES_OSPEED" >&5 6294 +echo "$as_me:8 451: result: $NCURSES_OSPEED" >&57182 +echo "$as_me:8717: result: $NCURSES_OSPEED" >&5 6295 7183 echo "${ECHO_T}$NCURSES_OSPEED" >&6 6296 7184 6297 7185 ### use option --with-mmask-t to override mmask_t's type 6298 7186 -echo "$as_me:8376: checking for type of mmask_t" >&5 6299 +echo "$as_me:8 455: checking for type of mmask_t" >&57187 +echo "$as_me:8721: checking for type of mmask_t" >&5 6300 7188 echo $ECHO_N "checking for type of mmask_t... $ECHO_C" >&6 6301 7189 6302 7190 # Check whether --with-mmask-t or --without-mmask-t was given. 6303 @@ -8383,11 +8 462,11 @@7191 @@ -8383,11 +8728,11 @@ 6304 7192 else 6305 7193 NCURSES_MMASK_T=auto 6306 7194 fi; 6307 7195 -echo "$as_me:8386: result: $NCURSES_MMASK_T" >&5 6308 +echo "$as_me:8 465: result: $NCURSES_MMASK_T" >&57196 +echo "$as_me:8731: result: $NCURSES_MMASK_T" >&5 6309 7197 echo "${ECHO_T}$NCURSES_MMASK_T" >&6 6310 7198 6311 7199 ### Enable compiling-in rcs id's 6312 7200 -echo "$as_me:8390: checking if RCS identifiers should be compiled-in" >&5 6313 +echo "$as_me:8 469: checking if RCS identifiers should be compiled-in" >&57201 +echo "$as_me:8735: checking if RCS identifiers should be compiled-in" >&5 6314 7202 echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6 6315 7203 6316 7204 # Check whether --with-rcs-ids or --without-rcs-ids was given. 6317 @@ -8397,7 +8 476,7 @@7205 @@ -8397,7 +8742,7 @@ 6318 7206 else 6319 7207 with_rcs_ids=no 6320 7208 fi; 6321 7209 -echo "$as_me:8400: result: $with_rcs_ids" >&5 6322 +echo "$as_me:8 479: result: $with_rcs_ids" >&57210 +echo "$as_me:8745: result: $with_rcs_ids" >&5 6323 7211 echo "${ECHO_T}$with_rcs_ids" >&6 6324 7212 test "$with_rcs_ids" = yes && cat >>confdefs.h <<\EOF 6325 7213 #define USE_RCS_IDS 1 6326 @@ -8405,7 +8 484,7 @@7214 @@ -8405,7 +8750,7 @@ 6327 7215 6328 7216 ############################################################################### 6329 7217 6330 7218 -echo "$as_me:8408: checking format of man-pages" >&5 6331 +echo "$as_me:8 487: checking format of man-pages" >&57219 +echo "$as_me:8753: checking format of man-pages" >&5 6332 7220 echo $ECHO_N "checking format of man-pages... $ECHO_C" >&6 6333 7221 6334 7222 # Check whether --with-manpage-format or --without-manpage-format was given. 6335 @@ -8494,14 +8 573,14 @@7223 @@ -8494,14 +8839,14 @@ 6336 7224 ;; 6337 7225 esac 6338 7226 6339 7227 -echo "$as_me:8497: result: $MANPAGE_FORMAT" >&5 6340 +echo "$as_me:8 576: result: $MANPAGE_FORMAT" >&57228 +echo "$as_me:8842: result: $MANPAGE_FORMAT" >&5 6341 7229 echo "${ECHO_T}$MANPAGE_FORMAT" >&6 6342 7230 if test -n "$cf_unknown" ; then 6343 7231 - { echo "$as_me:8500: WARNING: Unexpected manpage-format $cf_unknown" >&5 6344 + { echo "$as_me:8 579: WARNING: Unexpected manpage-format $cf_unknown" >&57232 + { echo "$as_me:8845: WARNING: Unexpected manpage-format $cf_unknown" >&5 6345 7233 echo "$as_me: WARNING: Unexpected manpage-format $cf_unknown" >&2;} 6346 7234 fi 6347 7235 6348 7236 -echo "$as_me:8504: checking for manpage renaming" >&5 6349 +echo "$as_me:8 583: checking for manpage renaming" >&57237 +echo "$as_me:8849: checking for manpage renaming" >&5 6350 7238 echo $ECHO_N "checking for manpage renaming... $ECHO_C" >&6 6351 7239 6352 7240 # Check whether --with-manpage-renames or --without-manpage-renames was given. 6353 @@ -8529,7 +8 608,7 @@7241 @@ -8529,7 +8874,7 @@ 6354 7242 if test -f $srcdir/man/$MANPAGE_RENAMES ; then 6355 7243 MANPAGE_RENAMES=`cd $srcdir/man && pwd`/$MANPAGE_RENAMES 6356 7244 elif test ! -f $MANPAGE_RENAMES ; then 6357 7245 - { { echo "$as_me:8532: error: not a filename: $MANPAGE_RENAMES" >&5 6358 + { { echo "$as_me:8 611: error: not a filename: $MANPAGE_RENAMES" >&57246 + { { echo "$as_me:8877: error: not a filename: $MANPAGE_RENAMES" >&5 6359 7247 echo "$as_me: error: not a filename: $MANPAGE_RENAMES" >&2;} 6360 7248 { (exit 1); exit 1; }; } 6361 7249 fi 6362 @@ -8543,10 +8 622,10 @@7250 @@ -8543,10 +8888,10 @@ 6363 7251 fi 6364 7252 fi 6365 7253 6366 7254 -echo "$as_me:8546: result: $MANPAGE_RENAMES" >&5 6367 +echo "$as_me:8 625: result: $MANPAGE_RENAMES" >&57255 +echo "$as_me:8891: result: $MANPAGE_RENAMES" >&5 6368 7256 echo "${ECHO_T}$MANPAGE_RENAMES" >&6 6369 7257 6370 7258 -echo "$as_me:8549: checking if manpage aliases will be installed" >&5 6371 +echo "$as_me:8 628: checking if manpage aliases will be installed" >&57259 +echo "$as_me:8894: checking if manpage aliases will be installed" >&5 6372 7260 echo $ECHO_N "checking if manpage aliases will be installed... $ECHO_C" >&6 6373 7261 6374 7262 # Check whether --with-manpage-aliases or --without-manpage-aliases was given. 6375 @@ -8557,7 +8 636,7 @@7263 @@ -8557,7 +8902,7 @@ 6376 7264 MANPAGE_ALIASES=yes 6377 7265 fi; 6378 7266 6379 7267 -echo "$as_me:8560: result: $MANPAGE_ALIASES" >&5 6380 +echo "$as_me:8 639: result: $MANPAGE_ALIASES" >&57268 +echo "$as_me:8905: result: $MANPAGE_ALIASES" >&5 6381 7269 echo "${ECHO_T}$MANPAGE_ALIASES" >&6 6382 7270 6383 7271 if test "$LN_S" = "ln -s"; then 6384 @@ -8568,7 +8 647,7 @@7272 @@ -8568,7 +8913,7 @@ 6385 7273 6386 7274 MANPAGE_SYMLINKS=no 6387 7275 if test "$MANPAGE_ALIASES" = yes ; then 6388 7276 -echo "$as_me:8571: checking if manpage symlinks should be used" >&5 6389 +echo "$as_me:8 650: checking if manpage symlinks should be used" >&57277 +echo "$as_me:8916: checking if manpage symlinks should be used" >&5 6390 7278 echo $ECHO_N "checking if manpage symlinks should be used... $ECHO_C" >&6 6391 7279 6392 7280 # Check whether --with-manpage-symlinks or --without-manpage-symlinks was given. 6393 @@ -8581,17 +8 660,17 @@7281 @@ -8581,17 +8926,17 @@ 6394 7282 6395 7283 if test "$$cf_use_symlinks" = no; then 6396 7284 if test "$MANPAGE_SYMLINKS" = yes ; then 6397 7285 - { echo "$as_me:8584: WARNING: cannot make symlinks" >&5 6398 + { echo "$as_me:8 663: WARNING: cannot make symlinks" >&57286 + { echo "$as_me:8929: WARNING: cannot make symlinks" >&5 6399 7287 echo "$as_me: WARNING: cannot make symlinks" >&2;} 6400 7288 MANPAGE_SYMLINKS=no … … 6403 7291 6404 7292 -echo "$as_me:8590: result: $MANPAGE_SYMLINKS" >&5 6405 +echo "$as_me:8 669: result: $MANPAGE_SYMLINKS" >&57293 +echo "$as_me:8935: result: $MANPAGE_SYMLINKS" >&5 6406 7294 echo "${ECHO_T}$MANPAGE_SYMLINKS" >&6 6407 7295 fi 6408 7296 6409 7297 -echo "$as_me:8594: checking for manpage tbl" >&5 6410 +echo "$as_me:8 673: checking for manpage tbl" >&57298 +echo "$as_me:8939: checking for manpage tbl" >&5 6411 7299 echo $ECHO_N "checking for manpage tbl... $ECHO_C" >&6 6412 7300 6413 7301 # Check whether --with-manpage-tbl or --without-manpage-tbl was given. 6414 @@ -8602,7 +8 681,7 @@7302 @@ -8602,7 +8947,7 @@ 6415 7303 MANPAGE_TBL=no 6416 7304 fi; 6417 7305 6418 7306 -echo "$as_me:8605: result: $MANPAGE_TBL" >&5 6419 +echo "$as_me:8 684: result: $MANPAGE_TBL" >&57307 +echo "$as_me:8950: result: $MANPAGE_TBL" >&5 6420 7308 echo "${ECHO_T}$MANPAGE_TBL" >&6 6421 7309 6422 7310 if test "$prefix" = "NONE" ; then 6423 @@ -8718,7 + 8797,7 @@7311 @@ -8718,7 +9063,7 @@ 6424 7312 s,@NCURSES_OSPEED@,\$NCURSES_OSPEED,g 6425 7313 CF_EOF … … 6430 7318 cf_NAME=`echo "$cf_name" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` 6431 7319 cf_name=`echo $cf_name|sed "$program_transform_name"` 6432 @@ -8913,7 + 8992,7 @@7320 @@ -8913,7 +9258,7 @@ 6433 7321 ############################################################################### 6434 7322 6435 7323 ### Note that some functions (such as const) are normally disabled anyway. 6436 7324 -echo "$as_me:8916: checking if you want to build with function extensions" >&5 6437 +echo "$as_me: 8995: checking if you want to build with function extensions" >&57325 +echo "$as_me:9261: checking if you want to build with function extensions" >&5 6438 7326 echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6 6439 7327 6440 7328 # Check whether --enable-ext-funcs or --disable-ext-funcs was given. 6441 @@ -8923,7 +9 002,7 @@7329 @@ -8923,7 +9268,7 @@ 6442 7330 else 6443 7331 with_ext_funcs=yes 6444 7332 fi; 6445 7333 -echo "$as_me:8926: result: $with_ext_funcs" >&5 6446 +echo "$as_me:9 005: result: $with_ext_funcs" >&57334 +echo "$as_me:9271: result: $with_ext_funcs" >&5 6447 7335 echo "${ECHO_T}$with_ext_funcs" >&6 6448 7336 if test "$with_ext_funcs" = yes ; then 6449 7337 NCURSES_EXT_FUNCS=1 6450 @@ -8955,12 +9 034,14 @@7338 @@ -8955,12 +9300,14 @@ 6451 7339 #define NCURSES_EXT_FUNCS 1 6452 7340 EOF … … 6460 7348 ### use option --enable-const to turn on use of const beyond that in XSI. 6461 7349 -echo "$as_me:8963: checking for extended use of const keyword" >&5 6462 +echo "$as_me:9 044: checking for extended use of const keyword" >&57350 +echo "$as_me:9310: checking for extended use of const keyword" >&5 6463 7351 echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6 6464 7352 6465 7353 # Check whether --enable-const or --disable-const was given. 6466 @@ -8970,7 +9 051,7 @@7354 @@ -8970,7 +9317,7 @@ 6467 7355 else 6468 7356 with_ext_const=no 6469 7357 fi; 6470 7358 -echo "$as_me:8973: result: $with_ext_const" >&5 6471 +echo "$as_me:9 054: result: $with_ext_const" >&57359 +echo "$as_me:9320: result: $with_ext_const" >&5 6472 7360 echo "${ECHO_T}$with_ext_const" >&6 6473 7361 NCURSES_CONST='/*nothing*/' 6474 7362 if test "$with_ext_const" = yes ; then 6475 @@ -8978,7 +9 059,7 @@7363 @@ -8978,7 +9325,7 @@ 6476 7364 fi 6477 7365 6478 7366 ### use option --enable-ext-colors to turn on use of colors beyond 16. 6479 7367 -echo "$as_me:8981: checking if you want to use extended colors" >&5 6480 +echo "$as_me:9 062: checking if you want to use extended colors" >&57368 +echo "$as_me:9328: checking if you want to use extended colors" >&5 6481 7369 echo $ECHO_N "checking if you want to use extended colors... $ECHO_C" >&6 6482 7370 6483 7371 # Check whether --enable-ext-colors or --disable-ext-colors was given. 6484 @@ -8988,12 +9 069,12 @@7372 @@ -8988,12 +9335,12 @@ 6485 7373 else 6486 7374 with_ext_colors=no 6487 7375 fi; 6488 7376 -echo "$as_me:8991: result: $with_ext_colors" >&5 6489 +echo "$as_me:9 072: result: $with_ext_colors" >&57377 +echo "$as_me:9338: result: $with_ext_colors" >&5 6490 7378 echo "${ECHO_T}$with_ext_colors" >&6 6491 7379 NCURSES_EXT_COLORS=0 … … 6493 7381 if test "$with_widec" != yes ; then 6494 7382 - { { echo "$as_me:8996: error: This option applies only to wide-character library" >&5 6495 + { { echo "$as_me:9 077: error: This option applies only to wide-character library" >&57383 + { { echo "$as_me:9343: error: This option applies only to wide-character library" >&5 6496 7384 echo "$as_me: error: This option applies only to wide-character library" >&2;} 6497 7385 { (exit 1); exit 1; }; } 6498 7386 else 6499 @@ -9004,7 +9 085,7 @@7387 @@ -9004,7 +9351,7 @@ 6500 7388 5.*) 6501 7389 cf_cv_rel_version=6.0 6502 7390 cf_cv_abi_version=6 6503 7391 - { echo "$as_me:9007: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 6504 + { echo "$as_me:9 088: WARNING: Overriding ABI version to $cf_cv_abi_version" >&57392 + { echo "$as_me:9354: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 6505 7393 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 6506 7394 ;; 6507 7395 esac 6508 @@ -9019,7 +9 100,7 @@7396 @@ -9019,7 +9366,7 @@ 6509 7397 fi 6510 7398 6511 7399 ### use option --enable-ext-mouse to modify coding to support 5-button mice 6512 7400 -echo "$as_me:9022: checking if you want to use extended mouse encoding" >&5 6513 +echo "$as_me:9 103: checking if you want to use extended mouse encoding" >&57401 +echo "$as_me:9369: checking if you want to use extended mouse encoding" >&5 6514 7402 echo $ECHO_N "checking if you want to use extended mouse encoding... $ECHO_C" >&6 6515 7403 6516 7404 # Check whether --enable-ext-mouse or --disable-ext-mouse was given. 6517 @@ -9029,7 +9 110,7 @@7405 @@ -9029,7 +9376,7 @@ 6518 7406 else 6519 7407 with_ext_mouse=no 6520 7408 fi; 6521 7409 -echo "$as_me:9032: result: $with_ext_mouse" >&5 6522 +echo "$as_me:9 113: result: $with_ext_mouse" >&57410 +echo "$as_me:9379: result: $with_ext_mouse" >&5 6523 7411 echo "${ECHO_T}$with_ext_mouse" >&6 6524 7412 NCURSES_MOUSE_VERSION=1 6525 7413 if test "$with_ext_mouse" = yes ; then 6526 @@ -9040,7 +9 121,7 @@7414 @@ -9040,7 +9387,7 @@ 6527 7415 5.*) 6528 7416 cf_cv_rel_version=6.0 6529 7417 cf_cv_abi_version=6 6530 7418 - { echo "$as_me:9043: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 6531 + { echo "$as_me:9 124: WARNING: Overriding ABI version to $cf_cv_abi_version" >&57419 + { echo "$as_me:9390: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 6532 7420 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 6533 7421 ;; 6534 7422 esac 6535 @@ -9048,7 +9 129,7 @@7423 @@ -9048,7 +9395,7 @@ 6536 7424 6537 7425 fi 6538 7426 6539 7427 -echo "$as_me:9051: checking if you want \$NCURSES_NO_PADDING code" >&5 6540 +echo "$as_me:9 132: checking if you want \$NCURSES_NO_PADDING code" >&57428 +echo "$as_me:9398: checking if you want \$NCURSES_NO_PADDING code" >&5 6541 7429 echo $ECHO_N "checking if you want \$NCURSES_NO_PADDING code... $ECHO_C" >&6 6542 7430 6543 7431 # Check whether --enable-no-padding or --disable-no-padding was given. 6544 @@ -9058,19 +9 139,19 @@7432 @@ -9058,19 +9405,19 @@ 6545 7433 else 6546 7434 with_no_padding=$with_ext_funcs 6547 7435 fi; 6548 7436 -echo "$as_me:9061: result: $with_no_padding" >&5 6549 +echo "$as_me:9 142: result: $with_no_padding" >&57437 +echo "$as_me:9408: result: $with_no_padding" >&5 6550 7438 echo "${ECHO_T}$with_no_padding" >&6 6551 7439 test "$with_no_padding" = yes && cat >>confdefs.h <<\EOF … … 6554 7442 6555 7443 -echo "$as_me:9067: checking for ANSI C header files" >&5 6556 +echo "$as_me:9 148: checking for ANSI C header files" >&57444 +echo "$as_me:9414: checking for ANSI C header files" >&5 6557 7445 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 6558 7446 if test "${ac_cv_header_stdc+set}" = set; then … … 6561 7449 cat >conftest.$ac_ext <<_ACEOF 6562 7450 -#line 9073 "configure" 6563 +#line 9 154"configure"7451 +#line 9420 "configure" 6564 7452 #include "confdefs.h" 6565 7453 #include <stdlib.h> 6566 7454 #include <stdarg.h> 6567 @@ -9078,13 +9 159,13 @@7455 @@ -9078,13 +9425,13 @@ 6568 7456 #include <float.h> 6569 7457 6570 7458 _ACEOF 6571 7459 -if { (eval echo "$as_me:9081: \"$ac_cpp conftest.$ac_ext\"") >&5 6572 +if { (eval echo "$as_me:9 162: \"$ac_cpp conftest.$ac_ext\"") >&57460 +if { (eval echo "$as_me:9428: \"$ac_cpp conftest.$ac_ext\"") >&5 6573 7461 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6574 7462 ac_status=$? … … 6577 7465 cat conftest.err >&5 6578 7466 - echo "$as_me:9087: \$? = $ac_status" >&5 6579 + echo "$as_me:9 168: \$? = $ac_status" >&57467 + echo "$as_me:9434: \$? = $ac_status" >&5 6580 7468 (exit $ac_status); } >/dev/null; then 6581 7469 if test -s conftest.err; then 6582 7470 ac_cpp_err=$ac_c_preproc_warn_flag 6583 @@ -9106,7 +9 187,7 @@7471 @@ -9106,7 +9453,7 @@ 6584 7472 if test $ac_cv_header_stdc = yes; then 6585 7473 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 6586 7474 cat >conftest.$ac_ext <<_ACEOF 6587 7475 -#line 9109 "configure" 6588 +#line 9 190"configure"7476 +#line 9456 "configure" 6589 7477 #include "confdefs.h" 6590 7478 #include <string.h> 6591 7479 6592 @@ -9124,7 +9 205,7 @@7480 @@ -9124,7 +9471,7 @@ 6593 7481 if test $ac_cv_header_stdc = yes; then 6594 7482 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 6595 7483 cat >conftest.$ac_ext <<_ACEOF 6596 7484 -#line 9127 "configure" 6597 +#line 9 208"configure"7485 +#line 9474 "configure" 6598 7486 #include "confdefs.h" 6599 7487 #include <stdlib.h> 6600 7488 6601 @@ -9145,7 +9 226,7 @@7489 @@ -9145,7 +9492,7 @@ 6602 7490 : 6603 7491 else 6604 7492 cat >conftest.$ac_ext <<_ACEOF 6605 7493 -#line 9148 "configure" 6606 +#line 9 229"configure"7494 +#line 9495 "configure" 6607 7495 #include "confdefs.h" 6608 7496 #include <ctype.h> 6609 7497 #if ((' ' & 0x0FF) == 0x020) 6610 @@ -9171,15 +9 252,15 @@7498 @@ -9171,15 +9518,15 @@ 6611 7499 } 6612 7500 _ACEOF 6613 7501 rm -f conftest$ac_exeext 6614 7502 -if { (eval echo "$as_me:9174: \"$ac_link\"") >&5 6615 +if { (eval echo "$as_me:9 255: \"$ac_link\"") >&57503 +if { (eval echo "$as_me:9521: \"$ac_link\"") >&5 6616 7504 (eval $ac_link) 2>&5 6617 7505 ac_status=$? 6618 7506 - echo "$as_me:9177: \$? = $ac_status" >&5 6619 + echo "$as_me:9 258: \$? = $ac_status" >&57507 + echo "$as_me:9524: \$? = $ac_status" >&5 6620 7508 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6621 7509 - { (eval echo "$as_me:9179: \"$ac_try\"") >&5 6622 + { (eval echo "$as_me:9 260: \"$ac_try\"") >&57510 + { (eval echo "$as_me:9526: \"$ac_try\"") >&5 6623 7511 (eval $ac_try) 2>&5 6624 7512 ac_status=$? 6625 7513 - echo "$as_me:9182: \$? = $ac_status" >&5 6626 + echo "$as_me:9 263: \$? = $ac_status" >&57514 + echo "$as_me:9529: \$? = $ac_status" >&5 6627 7515 (exit $ac_status); }; }; then 6628 7516 : 6629 7517 else 6630 @@ -9192,7 +9 273,7 @@7518 @@ -9192,7 +9539,7 @@ 6631 7519 fi 6632 7520 fi 6633 7521 fi 6634 7522 -echo "$as_me:9195: result: $ac_cv_header_stdc" >&5 6635 +echo "$as_me:9 276: result: $ac_cv_header_stdc" >&57523 +echo "$as_me:9542: result: $ac_cv_header_stdc" >&5 6636 7524 echo "${ECHO_T}$ac_cv_header_stdc" >&6 6637 7525 if test $ac_cv_header_stdc = yes; then 6638 7526 6639 @@ -9208,28 +9 289,28 @@7527 @@ -9208,28 +9555,28 @@ 6640 7528 inttypes.h stdint.h unistd.h 6641 7529 do 6642 7530 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6643 7531 -echo "$as_me:9211: checking for $ac_header" >&5 6644 +echo "$as_me:9 292: checking for $ac_header" >&57532 +echo "$as_me:9558: checking for $ac_header" >&5 6645 7533 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 6646 7534 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 6649 7537 cat >conftest.$ac_ext <<_ACEOF 6650 7538 -#line 9217 "configure" 6651 +#line 9 298"configure"7539 +#line 9564 "configure" 6652 7540 #include "confdefs.h" 6653 7541 $ac_includes_default … … 6656 7544 rm -f conftest.$ac_objext 6657 7545 -if { (eval echo "$as_me:9223: \"$ac_compile\"") >&5 6658 +if { (eval echo "$as_me:9 304: \"$ac_compile\"") >&57546 +if { (eval echo "$as_me:9570: \"$ac_compile\"") >&5 6659 7547 (eval $ac_compile) 2>&5 6660 7548 ac_status=$? 6661 7549 - echo "$as_me:9226: \$? = $ac_status" >&5 6662 + echo "$as_me:9 307: \$? = $ac_status" >&57550 + echo "$as_me:9573: \$? = $ac_status" >&5 6663 7551 (exit $ac_status); } && 6664 7552 { ac_try='test -s conftest.$ac_objext' 6665 7553 - { (eval echo "$as_me:9229: \"$ac_try\"") >&5 6666 + { (eval echo "$as_me:9 310: \"$ac_try\"") >&57554 + { (eval echo "$as_me:9576: \"$ac_try\"") >&5 6667 7555 (eval $ac_try) 2>&5 6668 7556 ac_status=$? 6669 7557 - echo "$as_me:9232: \$? = $ac_status" >&5 6670 + echo "$as_me:9 313: \$? = $ac_status" >&57558 + echo "$as_me:9579: \$? = $ac_status" >&5 6671 7559 (exit $ac_status); }; }; then 6672 7560 eval "$as_ac_Header=yes" 6673 7561 else 6674 @@ -9239,7 +9 320,7 @@7562 @@ -9239,7 +9586,7 @@ 6675 7563 fi 6676 7564 rm -f conftest.$ac_objext conftest.$ac_ext 6677 7565 fi 6678 7566 -echo "$as_me:9242: result: `eval echo '${'$as_ac_Header'}'`" >&5 6679 +echo "$as_me:9 323: result: `eval echo '${'$as_ac_Header'}'`" >&57567 +echo "$as_me:9589: result: `eval echo '${'$as_ac_Header'}'`" >&5 6680 7568 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 6681 7569 if test `eval echo '${'$as_ac_Header'}'` = yes; then 6682 7570 cat >>confdefs.h <<EOF 6683 @@ -9249,13 +9 330,13 @@7571 @@ -9249,13 +9596,13 @@ 6684 7572 fi 6685 7573 done 6686 7574 6687 7575 -echo "$as_me:9252: checking for signed char" >&5 6688 +echo "$as_me:9 333: checking for signed char" >&57576 +echo "$as_me:9599: checking for signed char" >&5 6689 7577 echo $ECHO_N "checking for signed char... $ECHO_C" >&6 6690 7578 if test "${ac_cv_type_signed_char+set}" = set; then … … 6693 7581 cat >conftest.$ac_ext <<_ACEOF 6694 7582 -#line 9258 "configure" 6695 +#line 9 339"configure"7583 +#line 9605 "configure" 6696 7584 #include "confdefs.h" 6697 7585 $ac_includes_default 6698 7586 int 6699 @@ -9270,16 +9 351,16 @@7587 @@ -9270,16 +9617,16 @@ 6700 7588 } 6701 7589 _ACEOF 6702 7590 rm -f conftest.$ac_objext 6703 7591 -if { (eval echo "$as_me:9273: \"$ac_compile\"") >&5 6704 +if { (eval echo "$as_me:9 354: \"$ac_compile\"") >&57592 +if { (eval echo "$as_me:9620: \"$ac_compile\"") >&5 6705 7593 (eval $ac_compile) 2>&5 6706 7594 ac_status=$? 6707 7595 - echo "$as_me:9276: \$? = $ac_status" >&5 6708 + echo "$as_me:9 357: \$? = $ac_status" >&57596 + echo "$as_me:9623: \$? = $ac_status" >&5 6709 7597 (exit $ac_status); } && 6710 7598 { ac_try='test -s conftest.$ac_objext' 6711 7599 - { (eval echo "$as_me:9279: \"$ac_try\"") >&5 6712 + { (eval echo "$as_me:9 360: \"$ac_try\"") >&57600 + { (eval echo "$as_me:9626: \"$ac_try\"") >&5 6713 7601 (eval $ac_try) 2>&5 6714 7602 ac_status=$? 6715 7603 - echo "$as_me:9282: \$? = $ac_status" >&5 6716 + echo "$as_me:9 363: \$? = $ac_status" >&57604 + echo "$as_me:9629: \$? = $ac_status" >&5 6717 7605 (exit $ac_status); }; }; then 6718 7606 ac_cv_type_signed_char=yes 6719 7607 else 6720 @@ -9289,10 +9 370,10 @@7608 @@ -9289,10 +9636,10 @@ 6721 7609 fi 6722 7610 rm -f conftest.$ac_objext conftest.$ac_ext 6723 7611 fi 6724 7612 -echo "$as_me:9292: result: $ac_cv_type_signed_char" >&5 6725 +echo "$as_me:9 373: result: $ac_cv_type_signed_char" >&57613 +echo "$as_me:9639: result: $ac_cv_type_signed_char" >&5 6726 7614 echo "${ECHO_T}$ac_cv_type_signed_char" >&6 6727 7615 6728 7616 -echo "$as_me:9295: checking size of signed char" >&5 6729 +echo "$as_me:9 376: checking size of signed char" >&57617 +echo "$as_me:9642: checking size of signed char" >&5 6730 7618 echo $ECHO_N "checking size of signed char... $ECHO_C" >&6 6731 7619 if test "${ac_cv_sizeof_signed_char+set}" = set; then 6732 7620 echo $ECHO_N "(cached) $ECHO_C" >&6 6733 @@ -9301,7 +9 382,7 @@7621 @@ -9301,7 +9648,7 @@ 6734 7622 if test "$cross_compiling" = yes; then 6735 7623 # Depending upon the size, compute the lo and hi bounds. 6736 7624 cat >conftest.$ac_ext <<_ACEOF 6737 7625 -#line 9304 "configure" 6738 +#line 9 385"configure"7626 +#line 9651 "configure" 6739 7627 #include "confdefs.h" 6740 7628 $ac_includes_default 6741 7629 int 6742 @@ -9313,21 +9 394,21 @@7630 @@ -9313,21 +9660,21 @@ 6743 7631 } 6744 7632 _ACEOF 6745 7633 rm -f conftest.$ac_objext 6746 7634 -if { (eval echo "$as_me:9316: \"$ac_compile\"") >&5 6747 +if { (eval echo "$as_me:9 397: \"$ac_compile\"") >&57635 +if { (eval echo "$as_me:9663: \"$ac_compile\"") >&5 6748 7636 (eval $ac_compile) 2>&5 6749 7637 ac_status=$? 6750 7638 - echo "$as_me:9319: \$? = $ac_status" >&5 6751 + echo "$as_me:9 400: \$? = $ac_status" >&57639 + echo "$as_me:9666: \$? = $ac_status" >&5 6752 7640 (exit $ac_status); } && 6753 7641 { ac_try='test -s conftest.$ac_objext' 6754 7642 - { (eval echo "$as_me:9322: \"$ac_try\"") >&5 6755 + { (eval echo "$as_me:9 403: \"$ac_try\"") >&57643 + { (eval echo "$as_me:9669: \"$ac_try\"") >&5 6756 7644 (eval $ac_try) 2>&5 6757 7645 ac_status=$? 6758 7646 - echo "$as_me:9325: \$? = $ac_status" >&5 6759 + echo "$as_me:9 406: \$? = $ac_status" >&57647 + echo "$as_me:9672: \$? = $ac_status" >&5 6760 7648 (exit $ac_status); }; }; then 6761 7649 ac_lo=0 ac_mid=0 … … 6763 7651 cat >conftest.$ac_ext <<_ACEOF 6764 7652 -#line 9330 "configure" 6765 +#line 9 411"configure"7653 +#line 9677 "configure" 6766 7654 #include "confdefs.h" 6767 7655 $ac_includes_default 6768 7656 int 6769 @@ -9339,16 +9 420,16 @@7657 @@ -9339,16 +9686,16 @@ 6770 7658 } 6771 7659 _ACEOF 6772 7660 rm -f conftest.$ac_objext 6773 7661 -if { (eval echo "$as_me:9342: \"$ac_compile\"") >&5 6774 +if { (eval echo "$as_me:9 423: \"$ac_compile\"") >&57662 +if { (eval echo "$as_me:9689: \"$ac_compile\"") >&5 6775 7663 (eval $ac_compile) 2>&5 6776 7664 ac_status=$? 6777 7665 - echo "$as_me:9345: \$? = $ac_status" >&5 6778 + echo "$as_me:9 426: \$? = $ac_status" >&57666 + echo "$as_me:9692: \$? = $ac_status" >&5 6779 7667 (exit $ac_status); } && 6780 7668 { ac_try='test -s conftest.$ac_objext' 6781 7669 - { (eval echo "$as_me:9348: \"$ac_try\"") >&5 6782 + { (eval echo "$as_me:9 429: \"$ac_try\"") >&57670 + { (eval echo "$as_me:9695: \"$ac_try\"") >&5 6783 7671 (eval $ac_try) 2>&5 6784 7672 ac_status=$? 6785 7673 - echo "$as_me:9351: \$? = $ac_status" >&5 6786 + echo "$as_me:9 432: \$? = $ac_status" >&57674 + echo "$as_me:9698: \$? = $ac_status" >&5 6787 7675 (exit $ac_status); }; }; then 6788 7676 ac_hi=$ac_mid; break 6789 7677 else 6790 @@ -9364,7 +9 445,7 @@7678 @@ -9364,7 +9711,7 @@ 6791 7679 ac_hi=-1 ac_mid=-1 6792 7680 while :; do 6793 7681 cat >conftest.$ac_ext <<_ACEOF 6794 7682 -#line 9367 "configure" 6795 +#line 9 448"configure"7683 +#line 9714 "configure" 6796 7684 #include "confdefs.h" 6797 7685 $ac_includes_default 6798 7686 int 6799 @@ -9376,16 +9 457,16 @@7687 @@ -9376,16 +9723,16 @@ 6800 7688 } 6801 7689 _ACEOF 6802 7690 rm -f conftest.$ac_objext 6803 7691 -if { (eval echo "$as_me:9379: \"$ac_compile\"") >&5 6804 +if { (eval echo "$as_me:9 460: \"$ac_compile\"") >&57692 +if { (eval echo "$as_me:9726: \"$ac_compile\"") >&5 6805 7693 (eval $ac_compile) 2>&5 6806 7694 ac_status=$? 6807 7695 - echo "$as_me:9382: \$? = $ac_status" >&5 6808 + echo "$as_me:9 463: \$? = $ac_status" >&57696 + echo "$as_me:9729: \$? = $ac_status" >&5 6809 7697 (exit $ac_status); } && 6810 7698 { ac_try='test -s conftest.$ac_objext' 6811 7699 - { (eval echo "$as_me:9385: \"$ac_try\"") >&5 6812 + { (eval echo "$as_me:9 466: \"$ac_try\"") >&57700 + { (eval echo "$as_me:9732: \"$ac_try\"") >&5 6813 7701 (eval $ac_try) 2>&5 6814 7702 ac_status=$? 6815 7703 - echo "$as_me:9388: \$? = $ac_status" >&5 6816 + echo "$as_me:9 469: \$? = $ac_status" >&57704 + echo "$as_me:9735: \$? = $ac_status" >&5 6817 7705 (exit $ac_status); }; }; then 6818 7706 ac_lo=$ac_mid; break 6819 7707 else 6820 @@ -9401,7 +9 482,7 @@7708 @@ -9401,7 +9748,7 @@ 6821 7709 while test "x$ac_lo" != "x$ac_hi"; do 6822 7710 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 6823 7711 cat >conftest.$ac_ext <<_ACEOF 6824 7712 -#line 9404 "configure" 6825 +#line 9 485"configure"7713 +#line 9751 "configure" 6826 7714 #include "confdefs.h" 6827 7715 $ac_includes_default 6828 7716 int 6829 @@ -9413,16 +9 494,16 @@7717 @@ -9413,16 +9760,16 @@ 6830 7718 } 6831 7719 _ACEOF 6832 7720 rm -f conftest.$ac_objext 6833 7721 -if { (eval echo "$as_me:9416: \"$ac_compile\"") >&5 6834 +if { (eval echo "$as_me:9 497: \"$ac_compile\"") >&57722 +if { (eval echo "$as_me:9763: \"$ac_compile\"") >&5 6835 7723 (eval $ac_compile) 2>&5 6836 7724 ac_status=$? 6837 7725 - echo "$as_me:9419: \$? = $ac_status" >&5 6838 + echo "$as_me:9 500: \$? = $ac_status" >&57726 + echo "$as_me:9766: \$? = $ac_status" >&5 6839 7727 (exit $ac_status); } && 6840 7728 { ac_try='test -s conftest.$ac_objext' 6841 7729 - { (eval echo "$as_me:9422: \"$ac_try\"") >&5 6842 + { (eval echo "$as_me:9 503: \"$ac_try\"") >&57730 + { (eval echo "$as_me:9769: \"$ac_try\"") >&5 6843 7731 (eval $ac_try) 2>&5 6844 7732 ac_status=$? 6845 7733 - echo "$as_me:9425: \$? = $ac_status" >&5 6846 + echo "$as_me:9 506: \$? = $ac_status" >&57734 + echo "$as_me:9772: \$? = $ac_status" >&5 6847 7735 (exit $ac_status); }; }; then 6848 7736 ac_hi=$ac_mid 6849 7737 else 6850 @@ -9435,12 +9 516,12 @@7738 @@ -9435,12 +9782,12 @@ 6851 7739 ac_cv_sizeof_signed_char=$ac_lo 6852 7740 else 6853 7741 if test "$cross_compiling" = yes; then 6854 7742 - { { echo "$as_me:9438: error: cannot run test program while cross compiling" >&5 6855 + { { echo "$as_me:9 519: error: cannot run test program while cross compiling" >&57743 + { { echo "$as_me:9785: error: cannot run test program while cross compiling" >&5 6856 7744 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 6857 7745 { (exit 1); exit 1; }; } … … 6859 7747 cat >conftest.$ac_ext <<_ACEOF 6860 7748 -#line 9443 "configure" 6861 +#line 9 524"configure"7749 +#line 9790 "configure" 6862 7750 #include "confdefs.h" 6863 7751 $ac_includes_default 6864 7752 int 6865 @@ -9456,15 +9 537,15 @@7753 @@ -9456,15 +9803,15 @@ 6866 7754 } 6867 7755 _ACEOF 6868 7756 rm -f conftest$ac_exeext 6869 7757 -if { (eval echo "$as_me:9459: \"$ac_link\"") >&5 6870 +if { (eval echo "$as_me:9 540: \"$ac_link\"") >&57758 +if { (eval echo "$as_me:9806: \"$ac_link\"") >&5 6871 7759 (eval $ac_link) 2>&5 6872 7760 ac_status=$? 6873 7761 - echo "$as_me:9462: \$? = $ac_status" >&5 6874 + echo "$as_me:9 543: \$? = $ac_status" >&57762 + echo "$as_me:9809: \$? = $ac_status" >&5 6875 7763 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6876 7764 - { (eval echo "$as_me:9464: \"$ac_try\"") >&5 6877 + { (eval echo "$as_me:9 545: \"$ac_try\"") >&57765 + { (eval echo "$as_me:9811: \"$ac_try\"") >&5 6878 7766 (eval $ac_try) 2>&5 6879 7767 ac_status=$? 6880 7768 - echo "$as_me:9467: \$? = $ac_status" >&5 6881 + echo "$as_me:9 548: \$? = $ac_status" >&57769 + echo "$as_me:9814: \$? = $ac_status" >&5 6882 7770 (exit $ac_status); }; }; then 6883 7771 ac_cv_sizeof_signed_char=`cat conftest.val` 6884 7772 else 6885 @@ -9480,7 +9 561,7 @@7773 @@ -9480,7 +9827,7 @@ 6886 7774 ac_cv_sizeof_signed_char=0 6887 7775 fi 6888 7776 fi 6889 7777 -echo "$as_me:9483: result: $ac_cv_sizeof_signed_char" >&5 6890 +echo "$as_me:9 564: result: $ac_cv_sizeof_signed_char" >&57778 +echo "$as_me:9830: result: $ac_cv_sizeof_signed_char" >&5 6891 7779 echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6 6892 7780 cat >>confdefs.h <<EOF 6893 7781 #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char 6894 @@ -9491,7 +9 572,7 @@7782 @@ -9491,7 +9838,7 @@ 6895 7783 else 6896 7784 NCURSES_SBOOL="char" 6897 7785 fi 6898 7786 -echo "$as_me:9494: checking if you want to use signed Boolean array in term.h" >&5 6899 +echo "$as_me:9 575: checking if you want to use signed Boolean array in term.h" >&57787 +echo "$as_me:9841: checking if you want to use signed Boolean array in term.h" >&5 6900 7788 echo $ECHO_N "checking if you want to use signed Boolean array in term.h... $ECHO_C" >&6 6901 7789 6902 7790 # Check whether --enable-signed-char or --disable-signed-char was given. 6903 @@ -9501,12 +9 582,12 @@7791 @@ -9501,12 +9848,12 @@ 6904 7792 else 6905 7793 with_signed_char=no 6906 7794 fi; 6907 7795 -echo "$as_me:9504: result: $with_signed_char" >&5 6908 +echo "$as_me:9 585: result: $with_signed_char" >&57796 +echo "$as_me:9851: result: $with_signed_char" >&5 6909 7797 echo "${ECHO_T}$with_signed_char" >&6 6910 7798 test "$with_signed_char" != yes && NCURSES_SBOOL="char" … … 6912 7800 ### use option --enable-sigwinch to turn on use of SIGWINCH logic 6913 7801 -echo "$as_me:9509: checking if you want SIGWINCH handler" >&5 6914 +echo "$as_me:9 590: checking if you want SIGWINCH handler" >&57802 +echo "$as_me:9856: checking if you want SIGWINCH handler" >&5 6915 7803 echo $ECHO_N "checking if you want SIGWINCH handler... $ECHO_C" >&6 6916 7804 6917 7805 # Check whether --enable-sigwinch or --disable-sigwinch was given. 6918 @@ -9516,14 +9 597,14 @@7806 @@ -9516,14 +9863,14 @@ 6919 7807 else 6920 7808 with_sigwinch=$with_ext_funcs 6921 7809 fi; 6922 7810 -echo "$as_me:9519: result: $with_sigwinch" >&5 6923 +echo "$as_me:9 600: result: $with_sigwinch" >&57811 +echo "$as_me:9866: result: $with_sigwinch" >&5 6924 7812 echo "${ECHO_T}$with_sigwinch" >&6 6925 7813 test "$with_sigwinch" = yes && cat >>confdefs.h <<\EOF … … 6929 7817 ### use option --enable-tcap-names to allow user to define new capabilities 6930 7818 -echo "$as_me:9526: checking if you want user-definable terminal capabilities like termcap" >&5 6931 +echo "$as_me:9 607: checking if you want user-definable terminal capabilities like termcap" >&57819 +echo "$as_me:9873: checking if you want user-definable terminal capabilities like termcap" >&5 6932 7820 echo $ECHO_N "checking if you want user-definable terminal capabilities like termcap... $ECHO_C" >&6 6933 7821 6934 7822 # Check whether --enable-tcap-names or --disable-tcap-names was given. 6935 @@ -9533,7 +9 614,7 @@7823 @@ -9533,7 +9880,7 @@ 6936 7824 else 6937 7825 with_tcap_names=$with_ext_funcs 6938 7826 fi; 6939 7827 -echo "$as_me:9536: result: $with_tcap_names" >&5 6940 +echo "$as_me:9 617: result: $with_tcap_names" >&57828 +echo "$as_me:9883: result: $with_tcap_names" >&5 6941 7829 echo "${ECHO_T}$with_tcap_names" >&6 6942 7830 NCURSES_XNAMES=0 6943 7831 test "$with_tcap_names" = yes && NCURSES_XNAMES=1 6944 @@ -9541,7 +9 622,7 @@7832 @@ -9541,7 +9888,7 @@ 6945 7833 ############################################################################### 6946 7834 # These options are relatively safe to experiment with. 6947 7835 6948 7836 -echo "$as_me:9544: checking if you want all development code" >&5 6949 +echo "$as_me:9 625: checking if you want all development code" >&57837 +echo "$as_me:9891: checking if you want all development code" >&5 6950 7838 echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6 6951 7839 6952 7840 # Check whether --with-develop or --without-develop was given. 6953 @@ -9551,11 +9 632,11 @@7841 @@ -9551,11 +9898,11 @@ 6954 7842 else 6955 7843 with_develop=no 6956 7844 fi; 6957 7845 -echo "$as_me:9554: result: $with_develop" >&5 6958 +echo "$as_me:9 635: result: $with_develop" >&57846 +echo "$as_me:9901: result: $with_develop" >&5 6959 7847 echo "${ECHO_T}$with_develop" >&6 6960 7848 6961 7849 ### use option --enable-hard-tabs to turn on use of hard-tabs optimize 6962 7850 -echo "$as_me:9558: checking if you want hard-tabs code" >&5 6963 +echo "$as_me:9 639: checking if you want hard-tabs code" >&57851 +echo "$as_me:9905: checking if you want hard-tabs code" >&5 6964 7852 echo $ECHO_N "checking if you want hard-tabs code... $ECHO_C" >&6 6965 7853 6966 7854 # Check whether --enable-hard-tabs or --disable-hard-tabs was given. 6967 @@ -9565,14 +9 646,14 @@7855 @@ -9565,14 +9912,14 @@ 6968 7856 else 6969 7857 enable_hard_tabs=$with_develop 6970 7858 fi; 6971 7859 -echo "$as_me:9568: result: $enable_hard_tabs" >&5 6972 +echo "$as_me:9 649: result: $enable_hard_tabs" >&57860 +echo "$as_me:9915: result: $enable_hard_tabs" >&5 6973 7861 echo "${ECHO_T}$enable_hard_tabs" >&6 6974 7862 test "$enable_hard_tabs" = yes && cat >>confdefs.h <<\EOF … … 6978 7866 ### use option --enable-xmc-glitch to turn on use of magic-cookie optimize 6979 7867 -echo "$as_me:9575: checking if you want limited support for xmc" >&5 6980 +echo "$as_me:9 656: checking if you want limited support for xmc" >&57868 +echo "$as_me:9922: checking if you want limited support for xmc" >&5 6981 7869 echo $ECHO_N "checking if you want limited support for xmc... $ECHO_C" >&6 6982 7870 6983 7871 # Check whether --enable-xmc-glitch or --disable-xmc-glitch was given. 6984 @@ -9582,7 +9 663,7 @@7872 @@ -9582,7 +9929,7 @@ 6985 7873 else 6986 7874 enable_xmc_glitch=$with_develop 6987 7875 fi; 6988 7876 -echo "$as_me:9585: result: $enable_xmc_glitch" >&5 6989 +echo "$as_me:9 666: result: $enable_xmc_glitch" >&57877 +echo "$as_me:9932: result: $enable_xmc_glitch" >&5 6990 7878 echo "${ECHO_T}$enable_xmc_glitch" >&6 6991 7879 test "$enable_xmc_glitch" = yes && cat >>confdefs.h <<\EOF 6992 7880 #define USE_XMC_SUPPORT 1 6993 @@ -9591,7 +9 672,7 @@7881 @@ -9591,7 +9938,7 @@ 6994 7882 ############################################################################### 6995 7883 # These are just experimental, probably should not be in a package: 6996 7884 6997 7885 -echo "$as_me:9594: checking if you do not want to assume colors are white-on-black" >&5 6998 +echo "$as_me:9 675: checking if you do not want to assume colors are white-on-black" >&57886 +echo "$as_me:9941: checking if you do not want to assume colors are white-on-black" >&5 6999 7887 echo $ECHO_N "checking if you do not want to assume colors are white-on-black... $ECHO_C" >&6 7000 7888 7001 7889 # Check whether --enable-assumed-color or --disable-assumed-color was given. 7002 @@ -9601,14 +9 682,14 @@7890 @@ -9601,14 +9948,14 @@ 7003 7891 else 7004 7892 with_assumed_color=yes 7005 7893 fi; 7006 7894 -echo "$as_me:9604: result: $with_assumed_color" >&5 7007 +echo "$as_me:9 685: result: $with_assumed_color" >&57895 +echo "$as_me:9951: result: $with_assumed_color" >&5 7008 7896 echo "${ECHO_T}$with_assumed_color" >&6 7009 7897 test "$with_assumed_color" = yes && cat >>confdefs.h <<\EOF … … 7013 7901 ### use option --enable-hashmap to turn on use of hashmap scrolling logic 7014 7902 -echo "$as_me:9611: checking if you want hashmap scrolling-optimization code" >&5 7015 +echo "$as_me:9 692: checking if you want hashmap scrolling-optimization code" >&57903 +echo "$as_me:9958: checking if you want hashmap scrolling-optimization code" >&5 7016 7904 echo $ECHO_N "checking if you want hashmap scrolling-optimization code... $ECHO_C" >&6 7017 7905 7018 7906 # Check whether --enable-hashmap or --disable-hashmap was given. 7019 @@ -9618,14 +9 699,14 @@7907 @@ -9618,14 +9965,14 @@ 7020 7908 else 7021 7909 with_hashmap=yes 7022 7910 fi; 7023 7911 -echo "$as_me:9621: result: $with_hashmap" >&5 7024 +echo "$as_me:9 702: result: $with_hashmap" >&57912 +echo "$as_me:9968: result: $with_hashmap" >&5 7025 7913 echo "${ECHO_T}$with_hashmap" >&6 7026 7914 test "$with_hashmap" = yes && cat >>confdefs.h <<\EOF … … 7030 7918 ### use option --enable-colorfgbg to turn on use of $COLORFGBG environment 7031 7919 -echo "$as_me:9628: checking if you want colorfgbg code" >&5 7032 +echo "$as_me:9 709: checking if you want colorfgbg code" >&57920 +echo "$as_me:9975: checking if you want colorfgbg code" >&5 7033 7921 echo $ECHO_N "checking if you want colorfgbg code... $ECHO_C" >&6 7034 7922 7035 7923 # Check whether --enable-colorfgbg or --disable-colorfgbg was given. 7036 @@ -9635,7 +9 716,7 @@7924 @@ -9635,7 +9982,7 @@ 7037 7925 else 7038 7926 with_colorfgbg=no 7039 7927 fi; 7040 7928 -echo "$as_me:9638: result: $with_colorfgbg" >&5 7041 +echo "$as_me:9 719: result: $with_colorfgbg" >&57929 +echo "$as_me:9985: result: $with_colorfgbg" >&5 7042 7930 echo "${ECHO_T}$with_colorfgbg" >&6 7043 7931 test "$with_colorfgbg" = yes && cat >>confdefs.h <<\EOF 7044 7932 #define USE_COLORFGBG 1 7045 @@ -9644,7 +9 725,7 @@7933 @@ -9644,7 +9991,7 @@ 7046 7934 # This is still experimental (20080329), but should ultimately be moved to 7047 7935 # the script-block --with-normal, etc. 7048 7936 7049 7937 -echo "$as_me:9647: checking if you want to link with the pthread library" >&5 7050 +echo "$as_me:9 728: checking if you want to link with the pthread library" >&57938 +echo "$as_me:9994: checking if you want to link with the pthread library" >&5 7051 7939 echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6 7052 7940 7053 7941 # Check whether --with-pthread or --without-pthread was given. 7054 @@ -9654,27 + 9735,27 @@7942 @@ -9654,27 +10001,27 @@ 7055 7943 else 7056 7944 with_pthread=no 7057 7945 fi; 7058 7946 -echo "$as_me:9657: result: $with_pthread" >&5 7059 +echo "$as_me: 9738: result: $with_pthread" >&57947 +echo "$as_me:10004: result: $with_pthread" >&5 7060 7948 echo "${ECHO_T}$with_pthread" >&6 7061 7949 7062 7950 if test "$with_pthread" != no ; then 7063 7951 - echo "$as_me:9661: checking for pthread.h" >&5 7064 + echo "$as_me: 9742: checking for pthread.h" >&57952 + echo "$as_me:10008: checking for pthread.h" >&5 7065 7953 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6 7066 7954 if test "${ac_cv_header_pthread_h+set}" = set; then … … 7069 7957 cat >conftest.$ac_ext <<_ACEOF 7070 7958 -#line 9667 "configure" 7071 +#line 9748"configure"7959 +#line 10014 "configure" 7072 7960 #include "confdefs.h" 7073 7961 #include <pthread.h> 7074 7962 _ACEOF 7075 7963 -if { (eval echo "$as_me:9671: \"$ac_cpp conftest.$ac_ext\"") >&5 7076 +if { (eval echo "$as_me: 9752: \"$ac_cpp conftest.$ac_ext\"") >&57964 +if { (eval echo "$as_me:10018: \"$ac_cpp conftest.$ac_ext\"") >&5 7077 7965 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7078 7966 ac_status=$? … … 7081 7969 cat conftest.err >&5 7082 7970 - echo "$as_me:9677: \$? = $ac_status" >&5 7083 + echo "$as_me: 9758: \$? = $ac_status" >&57971 + echo "$as_me:10024: \$? = $ac_status" >&5 7084 7972 (exit $ac_status); } >/dev/null; then 7085 7973 if test -s conftest.err; then 7086 7974 ac_cpp_err=$ac_c_preproc_warn_flag 7087 @@ -9693,7 + 9774,7 @@7975 @@ -9693,7 +10040,7 @@ 7088 7976 fi 7089 7977 rm -f conftest.err conftest.$ac_ext 7090 7978 fi 7091 7979 -echo "$as_me:9696: result: $ac_cv_header_pthread_h" >&5 7092 +echo "$as_me: 9777: result: $ac_cv_header_pthread_h" >&57980 +echo "$as_me:10043: result: $ac_cv_header_pthread_h" >&5 7093 7981 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6 7094 7982 if test $ac_cv_header_pthread_h = yes; then 7095 7983 7096 @@ -9701,12 + 9782,12 @@7984 @@ -9701,12 +10048,12 @@ 7097 7985 #define HAVE_PTHREADS_H 1 7098 7986 EOF 7099 7987 7100 7988 - echo "$as_me:9704: checking if we can link with the pthread library" >&5 7101 + echo "$as_me: 9785: checking if we can link with the pthread library" >&57989 + echo "$as_me:10051: checking if we can link with the pthread library" >&5 7102 7990 echo $ECHO_N "checking if we can link with the pthread library... $ECHO_C" >&6 7103 7991 cf_save_LIBS="$LIBS" … … 7105 7993 cat >conftest.$ac_ext <<_ACEOF 7106 7994 -#line 9709 "configure" 7107 +#line 9790"configure"7995 +#line 10056 "configure" 7108 7996 #include "confdefs.h" 7109 7997 7110 7998 #include <pthread.h> 7111 @@ -9722,16 + 9803,16 @@7999 @@ -9722,16 +10069,16 @@ 7112 8000 } 7113 8001 _ACEOF 7114 8002 rm -f conftest.$ac_objext conftest$ac_exeext 7115 8003 -if { (eval echo "$as_me:9725: \"$ac_link\"") >&5 7116 +if { (eval echo "$as_me: 9806: \"$ac_link\"") >&58004 +if { (eval echo "$as_me:10072: \"$ac_link\"") >&5 7117 8005 (eval $ac_link) 2>&5 7118 8006 ac_status=$? 7119 8007 - echo "$as_me:9728: \$? = $ac_status" >&5 7120 + echo "$as_me: 9809: \$? = $ac_status" >&58008 + echo "$as_me:10075: \$? = $ac_status" >&5 7121 8009 (exit $ac_status); } && 7122 8010 { ac_try='test -s conftest$ac_exeext' 7123 8011 - { (eval echo "$as_me:9731: \"$ac_try\"") >&5 7124 + { (eval echo "$as_me: 9812: \"$ac_try\"") >&58012 + { (eval echo "$as_me:10078: \"$ac_try\"") >&5 7125 8013 (eval $ac_try) 2>&5 7126 8014 ac_status=$? 7127 8015 - echo "$as_me:9734: \$? = $ac_status" >&5 7128 + echo "$as_me: 9815: \$? = $ac_status" >&58016 + echo "$as_me:10081: \$? = $ac_status" >&5 7129 8017 (exit $ac_status); }; }; then 7130 8018 with_pthread=yes 7131 8019 else 7132 @@ -9741,7 + 9822,7 @@8020 @@ -9741,7 +10088,7 @@ 7133 8021 fi 7134 8022 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7135 8023 LIBS="$cf_save_LIBS" 7136 8024 - echo "$as_me:9744: result: $with_pthread" >&5 7137 + echo "$as_me: 9825: result: $with_pthread" >&58025 + echo "$as_me:10091: result: $with_pthread" >&5 7138 8026 echo "${ECHO_T}$with_pthread" >&6 7139 8027 7140 8028 if test "$with_pthread" = yes ; then 7141 @@ -9751,7 + 9832,7 @@8029 @@ -9751,7 +10098,7 @@ 7142 8030 EOF 7143 8031 7144 8032 else 7145 8033 - { { echo "$as_me:9754: error: Cannot link with pthread library" >&5 7146 + { { echo "$as_me: 9835: error: Cannot link with pthread library" >&58034 + { { echo "$as_me:10101: error: Cannot link with pthread library" >&5 7147 8035 echo "$as_me: error: Cannot link with pthread library" >&2;} 7148 8036 { (exit 1); exit 1; }; } 7149 8037 fi 7150 @@ -9760,7 + 9841,7 @@8038 @@ -9760,7 +10107,7 @@ 7151 8039 7152 8040 fi 7153 8041 7154 8042 -echo "$as_me:9763: checking if you want to use weak-symbols for pthreads" >&5 7155 +echo "$as_me: 9844: checking if you want to use weak-symbols for pthreads" >&58043 +echo "$as_me:10110: checking if you want to use weak-symbols for pthreads" >&5 7156 8044 echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6 7157 8045 7158 8046 # Check whether --enable-weak-symbols or --disable-weak-symbols was given. 7159 @@ -9770,18 + 9851,18 @@8047 @@ -9770,18 +10117,18 @@ 7160 8048 else 7161 8049 use_weak_symbols=no 7162 8050 fi; 7163 8051 -echo "$as_me:9773: result: $use_weak_symbols" >&5 7164 +echo "$as_me: 9854: result: $use_weak_symbols" >&58052 +echo "$as_me:10120: result: $use_weak_symbols" >&5 7165 8053 echo "${ECHO_T}$use_weak_symbols" >&6 7166 8054 if test "$use_weak_symbols" = yes ; then 7167 8055 7168 8056 -echo "$as_me:9777: checking if $CC supports weak symbols" >&5 7169 +echo "$as_me: 9858: checking if $CC supports weak symbols" >&58057 +echo "$as_me:10124: checking if $CC supports weak symbols" >&5 7170 8058 echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6 7171 8059 if test "${cf_cv_weak_symbols+set}" = set; then … … 7175 8063 cat >conftest.$ac_ext <<_ACEOF 7176 8064 -#line 9784 "configure" 7177 +#line 9865"configure"8065 +#line 10131 "configure" 7178 8066 #include "confdefs.h" 7179 8067 7180 8068 #include <stdio.h> 7181 @@ -9807,16 + 9888,16 @@8069 @@ -9807,16 +10154,16 @@ 7182 8070 } 7183 8071 _ACEOF 7184 8072 rm -f conftest.$ac_objext 7185 8073 -if { (eval echo "$as_me:9810: \"$ac_compile\"") >&5 7186 +if { (eval echo "$as_me: 9891: \"$ac_compile\"") >&58074 +if { (eval echo "$as_me:10157: \"$ac_compile\"") >&5 7187 8075 (eval $ac_compile) 2>&5 7188 8076 ac_status=$? 7189 8077 - echo "$as_me:9813: \$? = $ac_status" >&5 7190 + echo "$as_me: 9894: \$? = $ac_status" >&58078 + echo "$as_me:10160: \$? = $ac_status" >&5 7191 8079 (exit $ac_status); } && 7192 8080 { ac_try='test -s conftest.$ac_objext' 7193 8081 - { (eval echo "$as_me:9816: \"$ac_try\"") >&5 7194 + { (eval echo "$as_me: 9897: \"$ac_try\"") >&58082 + { (eval echo "$as_me:10163: \"$ac_try\"") >&5 7195 8083 (eval $ac_try) 2>&5 7196 8084 ac_status=$? 7197 8085 - echo "$as_me:9819: \$? = $ac_status" >&5 7198 + echo "$as_me: 9900: \$? = $ac_status" >&58086 + echo "$as_me:10166: \$? = $ac_status" >&5 7199 8087 (exit $ac_status); }; }; then 7200 8088 cf_cv_weak_symbols=yes 7201 8089 else 7202 @@ -9827,7 + 9908,7 @@8090 @@ -9827,7 +10174,7 @@ 7203 8091 rm -f conftest.$ac_objext conftest.$ac_ext 7204 8092 7205 8093 fi 7206 8094 -echo "$as_me:9830: result: $cf_cv_weak_symbols" >&5 7207 +echo "$as_me: 9911: result: $cf_cv_weak_symbols" >&58095 +echo "$as_me:10177: result: $cf_cv_weak_symbols" >&5 7208 8096 echo "${ECHO_T}$cf_cv_weak_symbols" >&6 7209 8097 7210 8098 else 7211 @@ -9857,7 + 9938,7 @@8099 @@ -9857,7 +10204,7 @@ 7212 8100 # opaque outside of that, so there is no --enable-opaque option. We can use 7213 8101 # this option without --with-pthreads, but this will be always set for 7214 8102 # pthreads. 7215 8103 -echo "$as_me:9860: checking if you want experimental reentrant code" >&5 7216 +echo "$as_me: 9941: checking if you want experimental reentrant code" >&58104 +echo "$as_me:10207: checking if you want experimental reentrant code" >&5 7217 8105 echo $ECHO_N "checking if you want experimental reentrant code... $ECHO_C" >&6 7218 8106 7219 8107 # Check whether --enable-reentrant or --disable-reentrant was given. 7220 @@ -9867,7 + 9948,7 @@8108 @@ -9867,7 +10214,7 @@ 7221 8109 else 7222 8110 with_reentrant=no 7223 8111 fi; 7224 8112 -echo "$as_me:9870: result: $with_reentrant" >&5 7225 +echo "$as_me: 9951: result: $with_reentrant" >&58113 +echo "$as_me:10217: result: $with_reentrant" >&5 7226 8114 echo "${ECHO_T}$with_reentrant" >&6 7227 8115 if test "$with_reentrant" = yes ; then 7228 8116 cf_cv_enable_reentrant=1 7229 @@ -9891,7 + 9972,7 @@8117 @@ -9891,7 +10238,7 @@ 7230 8118 5.*) 7231 8119 cf_cv_rel_version=6.0 7232 8120 cf_cv_abi_version=6 7233 8121 - { echo "$as_me:9894: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7234 + { echo "$as_me: 9975: WARNING: Overriding ABI version to $cf_cv_abi_version" >&58122 + { echo "$as_me:10241: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7235 8123 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 7236 8124 ;; 7237 8125 esac 7238 @@ -9904,7 + 9985,7 @@8126 @@ -9904,7 +10251,7 @@ 7239 8127 NCURSES_SIZE_T=short 7240 8128 fi 7241 8129 7242 8130 -echo "$as_me:9907: checking if you want experimental safe-sprintf code" >&5 7243 +echo "$as_me: 9988: checking if you want experimental safe-sprintf code" >&58131 +echo "$as_me:10254: checking if you want experimental safe-sprintf code" >&5 7244 8132 echo $ECHO_N "checking if you want experimental safe-sprintf code... $ECHO_C" >&6 7245 8133 7246 8134 # Check whether --enable-safe-sprintf or --disable-safe-sprintf was given. 7247 @@ -9914,7 + 9995,7 @@8135 @@ -9914,7 +10261,7 @@ 7248 8136 else 7249 8137 with_safe_sprintf=no 7250 8138 fi; 7251 8139 -echo "$as_me:9917: result: $with_safe_sprintf" >&5 7252 +echo "$as_me: 9998: result: $with_safe_sprintf" >&58140 +echo "$as_me:10264: result: $with_safe_sprintf" >&5 7253 8141 echo "${ECHO_T}$with_safe_sprintf" >&6 7254 8142 test "$with_safe_sprintf" = yes && cat >>confdefs.h <<\EOF 7255 8143 #define USE_SAFE_SPRINTF 1 7256 @@ -9923,7 +10 004,7 @@8144 @@ -9923,7 +10270,7 @@ 7257 8145 ### use option --disable-scroll-hints to turn off use of scroll-hints scrolling logic 7258 8146 # when hashmap is used scroll hints are useless 7259 8147 if test "$with_hashmap" = no ; then 7260 8148 -echo "$as_me:9926: checking if you want to experiment without scrolling-hints code" >&5 7261 +echo "$as_me:10 007: checking if you want to experiment without scrolling-hints code" >&58149 +echo "$as_me:10273: checking if you want to experiment without scrolling-hints code" >&5 7262 8150 echo $ECHO_N "checking if you want to experiment without scrolling-hints code... $ECHO_C" >&6 7263 8151 7264 8152 # Check whether --enable-scroll-hints or --disable-scroll-hints was given. 7265 @@ -9933,7 +10 014,7 @@8153 @@ -9933,7 +10280,7 @@ 7266 8154 else 7267 8155 with_scroll_hints=yes 7268 8156 fi; 7269 8157 -echo "$as_me:9936: result: $with_scroll_hints" >&5 7270 +echo "$as_me:10 017: result: $with_scroll_hints" >&58158 +echo "$as_me:10283: result: $with_scroll_hints" >&5 7271 8159 echo "${ECHO_T}$with_scroll_hints" >&6 7272 8160 test "$with_scroll_hints" = yes && cat >>confdefs.h <<\EOF 7273 8161 #define USE_SCROLL_HINTS 1 7274 @@ -9941,7 +10 022,7 @@8162 @@ -9941,7 +10288,7 @@ 7275 8163 7276 8164 fi 7277 8165 7278 8166 -echo "$as_me:9944: checking if you want experimental wgetch-events code" >&5 7279 +echo "$as_me:10 025: checking if you want experimental wgetch-events code" >&58167 +echo "$as_me:10291: checking if you want experimental wgetch-events code" >&5 7280 8168 echo $ECHO_N "checking if you want experimental wgetch-events code... $ECHO_C" >&6 7281 8169 7282 8170 # Check whether --enable-wgetch-events or --disable-wgetch-events was given. 7283 @@ -9951,7 +10 032,7 @@8171 @@ -9951,7 +10298,7 @@ 7284 8172 else 7285 8173 with_wgetch_events=no 7286 8174 fi; 7287 8175 -echo "$as_me:9954: result: $with_wgetch_events" >&5 7288 +echo "$as_me:10 035: result: $with_wgetch_events" >&58176 +echo "$as_me:10301: result: $with_wgetch_events" >&5 7289 8177 echo "${ECHO_T}$with_wgetch_events" >&6 7290 8178 test "$with_wgetch_events" = yes && cat >>confdefs.h <<\EOF 7291 8179 #define NCURSES_WGETCH_EVENTS 1 7292 @@ -9960,7 +10 041,7 @@8180 @@ -9960,7 +10307,7 @@ 7293 8181 ############################################################################### 7294 8182 7295 8183 ### use option --disable-echo to suppress full display compiling commands 7296 8184 -echo "$as_me:9963: checking if you want to display full commands during build" >&5 7297 +echo "$as_me:10 044: checking if you want to display full commands during build" >&58185 +echo "$as_me:10310: checking if you want to display full commands during build" >&5 7298 8186 echo $ECHO_N "checking if you want to display full commands during build... $ECHO_C" >&6 7299 8187 7300 8188 # Check whether --enable-echo or --disable-echo was given. 7301 @@ -9977,11 +10 058,11 @@8189 @@ -9977,11 +10324,11 @@ 7302 8190 test -n "$LIBTOOL" && LIBTOOL="$LIBTOOL --silent" 7303 8191 test -n "$LIBTOOL_CXX" && LIBTOOL_CXX="$LIBTOOL_CXX --silent" 7304 8192 fi 7305 8193 -echo "$as_me:9980: result: $with_echo" >&5 7306 +echo "$as_me:10 061: result: $with_echo" >&58194 +echo "$as_me:10327: result: $with_echo" >&5 7307 8195 echo "${ECHO_T}$with_echo" >&6 7308 8196 7309 8197 ### use option --enable-warnings to turn on all gcc warnings 7310 8198 -echo "$as_me:9984: checking if you want to see compiler warnings" >&5 7311 +echo "$as_me:10 065: checking if you want to see compiler warnings" >&58199 +echo "$as_me:10331: checking if you want to see compiler warnings" >&5 7312 8200 echo $ECHO_N "checking if you want to see compiler warnings... $ECHO_C" >&6 7313 8201 7314 8202 # Check whether --enable-warnings or --disable-warnings was given. 7315 @@ -9989,7 +10 070,7 @@8203 @@ -9989,7 +10336,7 @@ 7316 8204 enableval="$enable_warnings" 7317 8205 with_warnings=$enableval 7318 8206 fi; 7319 8207 -echo "$as_me:9992: result: $with_warnings" >&5 7320 +echo "$as_me:10 073: result: $with_warnings" >&58208 +echo "$as_me:10339: result: $with_warnings" >&5 7321 8209 echo "${ECHO_T}$with_warnings" >&6 7322 8210 7323 8211 if test "x$with_warnings" = "xyes"; then 7324 @@ -10000,12 +10 081,12 @@8212 @@ -10000,12 +10347,12 @@ 7325 8213 if test "$GCC" = yes ; then 7326 8214 case $host_os in 7327 8215 linux*|gnu*) 7328 8216 - echo "$as_me:10003: checking if this is really Intel C compiler" >&5 7329 + echo "$as_me:10 084: checking if this is really Intel C compiler" >&58217 + echo "$as_me:10350: checking if this is really Intel C compiler" >&5 7330 8218 echo $ECHO_N "checking if this is really Intel C compiler... $ECHO_C" >&6 7331 8219 cf_save_CFLAGS="$CFLAGS" … … 7333 8221 cat >conftest.$ac_ext <<_ACEOF 7334 8222 -#line 10008 "configure" 7335 +#line 10 089"configure"8223 +#line 10355 "configure" 7336 8224 #include "confdefs.h" 7337 8225 7338 8226 int 7339 @@ -10022,16 +10 103,16 @@8227 @@ -10022,16 +10369,16 @@ 7340 8228 } 7341 8229 _ACEOF 7342 8230 rm -f conftest.$ac_objext 7343 8231 -if { (eval echo "$as_me:10025: \"$ac_compile\"") >&5 7344 +if { (eval echo "$as_me:10 106: \"$ac_compile\"") >&58232 +if { (eval echo "$as_me:10372: \"$ac_compile\"") >&5 7345 8233 (eval $ac_compile) 2>&5 7346 8234 ac_status=$? 7347 8235 - echo "$as_me:10028: \$? = $ac_status" >&5 7348 + echo "$as_me:10 109: \$? = $ac_status" >&58236 + echo "$as_me:10375: \$? = $ac_status" >&5 7349 8237 (exit $ac_status); } && 7350 8238 { ac_try='test -s conftest.$ac_objext' 7351 8239 - { (eval echo "$as_me:10031: \"$ac_try\"") >&5 7352 + { (eval echo "$as_me:10 112: \"$ac_try\"") >&58240 + { (eval echo "$as_me:10378: \"$ac_try\"") >&5 7353 8241 (eval $ac_try) 2>&5 7354 8242 ac_status=$? 7355 8243 - echo "$as_me:10034: \$? = $ac_status" >&5 7356 + echo "$as_me:10 115: \$? = $ac_status" >&58244 + echo "$as_me:10381: \$? = $ac_status" >&5 7357 8245 (exit $ac_status); }; }; then 7358 8246 INTEL_COMPILER=yes 7359 8247 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc" 7360 @@ -10042,14 +10 123,14 @@8248 @@ -10042,14 +10389,14 @@ 7361 8249 fi 7362 8250 rm -f conftest.$ac_objext conftest.$ac_ext 7363 8251 CFLAGS="$cf_save_CFLAGS" 7364 8252 - echo "$as_me:10045: result: $INTEL_COMPILER" >&5 7365 + echo "$as_me:10 126: result: $INTEL_COMPILER" >&58253 + echo "$as_me:10392: result: $INTEL_COMPILER" >&5 7366 8254 echo "${ECHO_T}$INTEL_COMPILER" >&6 7367 8255 ;; … … 7371 8259 cat > conftest.$ac_ext <<EOF 7372 8260 -#line 10052 "${as_me-configure}" 7373 +#line 10 133"${as_me-configure}"8261 +#line 10399 "${as_me-configure}" 7374 8262 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } 7375 8263 EOF 7376 8264 7377 @@ -10067,7 +10 148,7 @@8265 @@ -10067,7 +10414,7 @@ 7378 8266 # remark #981: operands are evaluated in unspecified order 7379 8267 # warning #269: invalid format string conversion 7380 8268 7381 8269 - { echo "$as_me:10070: checking for $CC warning options..." >&5 7382 + { echo "$as_me:10 151: checking for $CC warning options..." >&58270 + { echo "$as_me:10417: checking for $CC warning options..." >&5 7383 8271 echo "$as_me: checking for $CC warning options..." >&6;} 7384 8272 cf_save_CFLAGS="$CFLAGS" 7385 8273 EXTRA_CFLAGS="-Wall" 7386 @@ -10084,12 +10 165,12 @@8274 @@ -10084,12 +10431,12 @@ 7387 8275 wd981 7388 8276 do 7389 8277 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" 7390 8278 - if { (eval echo "$as_me:10087: \"$ac_compile\"") >&5 7391 + if { (eval echo "$as_me:10 168: \"$ac_compile\"") >&58279 + if { (eval echo "$as_me:10434: \"$ac_compile\"") >&5 7392 8280 (eval $ac_compile) 2>&5 7393 8281 ac_status=$? 7394 8282 - echo "$as_me:10090: \$? = $ac_status" >&5 7395 + echo "$as_me:10 171: \$? = $ac_status" >&58283 + echo "$as_me:10437: \$? = $ac_status" >&5 7396 8284 (exit $ac_status); }; then 7397 8285 - test -n "$verbose" && echo "$as_me:10092: result: ... -$cf_opt" >&5 7398 + test -n "$verbose" && echo "$as_me:10 173: result: ... -$cf_opt" >&58286 + test -n "$verbose" && echo "$as_me:10439: result: ... -$cf_opt" >&5 7399 8287 echo "${ECHO_T}... -$cf_opt" >&6 7400 8288 EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt" 7401 8289 fi 7402 @@ -10098,7 +10 179,7 @@8290 @@ -10098,7 +10445,7 @@ 7403 8291 7404 8292 elif test "$GCC" = yes 7405 8293 then 7406 8294 - { echo "$as_me:10101: checking for $CC warning options..." >&5 7407 + { echo "$as_me:10 182: checking for $CC warning options..." >&58295 + { echo "$as_me:10448: checking for $CC warning options..." >&5 7408 8296 echo "$as_me: checking for $CC warning options..." >&6;} 7409 8297 cf_save_CFLAGS="$CFLAGS" 7410 8298 EXTRA_CFLAGS="-W -Wall" 7411 @@ -10118,12 +10 199,12 @@8299 @@ -10118,12 +10465,12 @@ 7412 8300 Wundef $cf_warn_CONST Wdeclaration-after-statement Wextra Wno-unknown-pragmas Wswitch-enum 7413 8301 do 7414 8302 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" 7415 8303 - if { (eval echo "$as_me:10121: \"$ac_compile\"") >&5 7416 + if { (eval echo "$as_me:10 202: \"$ac_compile\"") >&58304 + if { (eval echo "$as_me:10468: \"$ac_compile\"") >&5 7417 8305 (eval $ac_compile) 2>&5 7418 8306 ac_status=$? 7419 8307 - echo "$as_me:10124: \$? = $ac_status" >&5 7420 + echo "$as_me:10 205: \$? = $ac_status" >&58308 + echo "$as_me:10471: \$? = $ac_status" >&5 7421 8309 (exit $ac_status); }; then 7422 8310 - test -n "$verbose" && echo "$as_me:10126: result: ... -$cf_opt" >&5 7423 + test -n "$verbose" && echo "$as_me:10 207: result: ... -$cf_opt" >&58311 + test -n "$verbose" && echo "$as_me:10473: result: ... -$cf_opt" >&5 7424 8312 echo "${ECHO_T}... -$cf_opt" >&6 7425 8313 case $cf_opt in #(vi 7426 8314 Wcast-qual) #(vi 7427 @@ -10134,7 +10 215,7 @@8315 @@ -10134,7 +10481,7 @@ 7428 8316 [34].*) 7429 8317 test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 7430 8318 7431 8319 -echo "${as_me-configure}:10137: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 7432 +echo "${as_me-configure}:10 218: testing feature is broken in gcc $GCC_VERSION ..." 1>&58320 +echo "${as_me-configure}:10484: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 7433 8321 7434 8322 continue;; 7435 8323 esac 7436 @@ -10154,12 +10 235,12 @@8324 @@ -10154,12 +10501,12 @@ 7437 8325 if test "$GCC" = yes ; then 7438 8326 case $host_os in 7439 8327 linux*|gnu*) 7440 8328 - echo "$as_me:10157: checking if this is really Intel C++ compiler" >&5 7441 + echo "$as_me:10 238: checking if this is really Intel C++ compiler" >&58329 + echo "$as_me:10504: checking if this is really Intel C++ compiler" >&5 7442 8330 echo $ECHO_N "checking if this is really Intel C++ compiler... $ECHO_C" >&6 7443 8331 cf_save_CFLAGS="$CXXFLAGS" … … 7445 8333 cat >conftest.$ac_ext <<_ACEOF 7446 8334 -#line 10162 "configure" 7447 +#line 10 243"configure"8335 +#line 10509 "configure" 7448 8336 #include "confdefs.h" 7449 8337 7450 8338 int 7451 @@ -10176,16 +10 257,16 @@8339 @@ -10176,16 +10523,16 @@ 7452 8340 } 7453 8341 _ACEOF 7454 8342 rm -f conftest.$ac_objext 7455 8343 -if { (eval echo "$as_me:10179: \"$ac_compile\"") >&5 7456 +if { (eval echo "$as_me:10 260: \"$ac_compile\"") >&58344 +if { (eval echo "$as_me:10526: \"$ac_compile\"") >&5 7457 8345 (eval $ac_compile) 2>&5 7458 8346 ac_status=$? 7459 8347 - echo "$as_me:10182: \$? = $ac_status" >&5 7460 + echo "$as_me:10 263: \$? = $ac_status" >&58348 + echo "$as_me:10529: \$? = $ac_status" >&5 7461 8349 (exit $ac_status); } && 7462 8350 { ac_try='test -s conftest.$ac_objext' 7463 8351 - { (eval echo "$as_me:10185: \"$ac_try\"") >&5 7464 + { (eval echo "$as_me:10 266: \"$ac_try\"") >&58352 + { (eval echo "$as_me:10532: \"$ac_try\"") >&5 7465 8353 (eval $ac_try) 2>&5 7466 8354 ac_status=$? 7467 8355 - echo "$as_me:10188: \$? = $ac_status" >&5 7468 + echo "$as_me:10 269: \$? = $ac_status" >&58356 + echo "$as_me:10535: \$? = $ac_status" >&5 7469 8357 (exit $ac_status); }; }; then 7470 8358 INTEL_CPLUSPLUS=yes 7471 8359 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc" 7472 @@ -10196,7 +10 277,7 @@8360 @@ -10196,7 +10543,7 @@ 7473 8361 fi 7474 8362 rm -f conftest.$ac_objext conftest.$ac_ext 7475 8363 CXXFLAGS="$cf_save_CFLAGS" 7476 8364 - echo "$as_me:10199: result: $INTEL_CPLUSPLUS" >&5 7477 + echo "$as_me:10 280: result: $INTEL_CPLUSPLUS" >&58365 + echo "$as_me:10546: result: $INTEL_CPLUSPLUS" >&5 7478 8366 echo "${ECHO_T}$INTEL_CPLUSPLUS" >&6 7479 8367 ;; 7480 8368 esac 7481 @@ -10210,7 +10 291,7 @@8369 @@ -10210,7 +10557,7 @@ 7482 8370 ac_main_return=return 7483 8371 7484 8372 cat > conftest.$ac_ext <<EOF 7485 8373 -#line 10213 "configure" 7486 +#line 10 294"configure"8374 +#line 10560 "configure" 7487 8375 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } 7488 8376 EOF 7489 8377 7490 @@ -10228,7 +10 309,7 @@8378 @@ -10228,7 +10575,7 @@ 7491 8379 # remark #981: operands are evaluated in unspecified order 7492 8380 # warning #269: invalid format string conversion 7493 8381 7494 8382 - { echo "$as_me:10231: checking for $CC warning options..." >&5 7495 + { echo "$as_me:10 312: checking for $CC warning options..." >&58383 + { echo "$as_me:10578: checking for $CC warning options..." >&5 7496 8384 echo "$as_me: checking for $CC warning options..." >&6;} 7497 8385 cf_save_CXXFLAGS="$CXXFLAGS" 7498 8386 EXTRA_CXXFLAGS="-Wall" 7499 @@ -10245,12 +10 326,12 @@8387 @@ -10245,12 +10592,12 @@ 7500 8388 wd981 7501 8389 do 7502 8390 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -$cf_opt" 7503 8391 - if { (eval echo "$as_me:10248: \"$ac_compile\"") >&5 7504 + if { (eval echo "$as_me:10 329: \"$ac_compile\"") >&58392 + if { (eval echo "$as_me:10595: \"$ac_compile\"") >&5 7505 8393 (eval $ac_compile) 2>&5 7506 8394 ac_status=$? 7507 8395 - echo "$as_me:10251: \$? = $ac_status" >&5 7508 + echo "$as_me:10 332: \$? = $ac_status" >&58396 + echo "$as_me:10598: \$? = $ac_status" >&5 7509 8397 (exit $ac_status); }; then 7510 8398 - test -n "$verbose" && echo "$as_me:10253: result: ... -$cf_opt" >&5 7511 + test -n "$verbose" && echo "$as_me:10 334: result: ... -$cf_opt" >&58399 + test -n "$verbose" && echo "$as_me:10600: result: ... -$cf_opt" >&5 7512 8400 echo "${ECHO_T}... -$cf_opt" >&6 7513 8401 EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" 7514 8402 fi 7515 @@ -10259,7 +10 340,7 @@8403 @@ -10259,7 +10606,7 @@ 7516 8404 7517 8405 elif test "$GXX" = yes 7518 8406 then 7519 8407 - { echo "$as_me:10262: checking for $CXX warning options..." >&5 7520 + { echo "$as_me:10 343: checking for $CXX warning options..." >&58408 + { echo "$as_me:10609: checking for $CXX warning options..." >&5 7521 8409 echo "$as_me: checking for $CXX warning options..." >&6;} 7522 8410 cf_save_CXXFLAGS="$CXXFLAGS" 7523 8411 EXTRA_CXXFLAGS="-W -Wall" 7524 @@ -10288,16 +10 369,16 @@8412 @@ -10288,16 +10635,16 @@ 7525 8413 Wundef $cf_gxx_extra_warnings Wno-unused 7526 8414 do 7527 8415 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -Werror -$cf_opt" 7528 8416 - if { (eval echo "$as_me:10291: \"$ac_compile\"") >&5 7529 + if { (eval echo "$as_me:10 372: \"$ac_compile\"") >&58417 + if { (eval echo "$as_me:10638: \"$ac_compile\"") >&5 7530 8418 (eval $ac_compile) 2>&5 7531 8419 ac_status=$? 7532 8420 - echo "$as_me:10294: \$? = $ac_status" >&5 7533 + echo "$as_me:10 375: \$? = $ac_status" >&58421 + echo "$as_me:10641: \$? = $ac_status" >&5 7534 8422 (exit $ac_status); }; then 7535 8423 - test -n "$verbose" && echo "$as_me:10296: result: ... -$cf_opt" >&5 7536 + test -n "$verbose" && echo "$as_me:10 377: result: ... -$cf_opt" >&58424 + test -n "$verbose" && echo "$as_me:10643: result: ... -$cf_opt" >&5 7537 8425 echo "${ECHO_T}... -$cf_opt" >&6 7538 8426 EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" 7539 8427 else 7540 8428 - test -n "$verbose" && echo "$as_me:10300: result: ... no -$cf_opt" >&5 7541 + test -n "$verbose" && echo "$as_me:10 381: result: ... no -$cf_opt" >&58429 + test -n "$verbose" && echo "$as_me:10647: result: ... no -$cf_opt" >&5 7542 8430 echo "${ECHO_T}... no -$cf_opt" >&6 7543 8431 fi 7544 8432 done 7545 @@ -10333,10 +10 414,10 @@8433 @@ -10333,10 +10680,10 @@ 7546 8434 EOF 7547 8435 if test "$GCC" = yes 7548 8436 then 7549 8437 - { echo "$as_me:10336: checking for $CC __attribute__ directives..." >&5 7550 + { echo "$as_me:10 417: checking for $CC __attribute__ directives..." >&58438 + { echo "$as_me:10683: checking for $CC __attribute__ directives..." >&5 7551 8439 echo "$as_me: checking for $CC __attribute__ directives..." >&6;} 7552 8440 cat > conftest.$ac_ext <<EOF 7553 8441 -#line 10339 "${as_me-configure}" 7554 +#line 10 420"${as_me-configure}"8442 +#line 10686 "${as_me-configure}" 7555 8443 #include "confdefs.h" 7556 8444 #include "conftest.h" 7557 8445 #include "conftest.i" 7558 @@ -10374,12 +10 455,12 @@8446 @@ -10374,12 +10721,12 @@ 7559 8447 EOF 7560 8448 ;; 7561 8449 esac 7562 8450 - if { (eval echo "$as_me:10377: \"$ac_compile\"") >&5 7563 + if { (eval echo "$as_me:10 458: \"$ac_compile\"") >&58451 + if { (eval echo "$as_me:10724: \"$ac_compile\"") >&5 7564 8452 (eval $ac_compile) 2>&5 7565 8453 ac_status=$? 7566 8454 - echo "$as_me:10380: \$? = $ac_status" >&5 7567 + echo "$as_me:10 461: \$? = $ac_status" >&58455 + echo "$as_me:10727: \$? = $ac_status" >&5 7568 8456 (exit $ac_status); }; then 7569 8457 - test -n "$verbose" && echo "$as_me:10382: result: ... $cf_attribute" >&5 7570 + test -n "$verbose" && echo "$as_me:10 463: result: ... $cf_attribute" >&58458 + test -n "$verbose" && echo "$as_me:10729: result: ... $cf_attribute" >&5 7571 8459 echo "${ECHO_T}... $cf_attribute" >&6 7572 8460 cat conftest.h >>confdefs.h 7573 8461 fi 7574 @@ -10391,7 +10 472,7 @@8462 @@ -10391,7 +10738,7 @@ 7575 8463 fi 7576 8464 7577 8465 ### use option --enable-assertions to turn on generation of assertion code 7578 8466 -echo "$as_me:10394: checking if you want to enable runtime assertions" >&5 7579 +echo "$as_me:10 475: checking if you want to enable runtime assertions" >&58467 +echo "$as_me:10741: checking if you want to enable runtime assertions" >&5 7580 8468 echo $ECHO_N "checking if you want to enable runtime assertions... $ECHO_C" >&6 7581 8469 7582 8470 # Check whether --enable-assertions or --disable-assertions was given. 7583 @@ -10401,7 +10 482,7 @@8471 @@ -10401,7 +10748,7 @@ 7584 8472 else 7585 8473 with_assertions=no 7586 8474 fi; 7587 8475 -echo "$as_me:10404: result: $with_assertions" >&5 7588 +echo "$as_me:10 485: result: $with_assertions" >&58476 +echo "$as_me:10751: result: $with_assertions" >&5 7589 8477 echo "${ECHO_T}$with_assertions" >&6 7590 8478 if test -n "$GCC" 7591 8479 then 7592 @@ -10419,7 +10 500,7 @@8480 @@ -10419,7 +10766,7 @@ 7593 8481 7594 8482 ### use option --disable-leaks to suppress "permanent" leaks, for testing 7595 8483 7596 8484 -echo "$as_me:10422: checking if you want to use dmalloc for testing" >&5 7597 +echo "$as_me:10 503: checking if you want to use dmalloc for testing" >&58485 +echo "$as_me:10769: checking if you want to use dmalloc for testing" >&5 7598 8486 echo $ECHO_N "checking if you want to use dmalloc for testing... $ECHO_C" >&6 7599 8487 7600 8488 # Check whether --with-dmalloc or --without-dmalloc was given. 7601 @@ -10435,7 +10 516,7 @@8489 @@ -10435,7 +10782,7 @@ 7602 8490 else 7603 8491 with_dmalloc= 7604 8492 fi; 7605 8493 -echo "$as_me:10438: result: ${with_dmalloc:-no}" >&5 7606 +echo "$as_me:10 519: result: ${with_dmalloc:-no}" >&58494 +echo "$as_me:10785: result: ${with_dmalloc:-no}" >&5 7607 8495 echo "${ECHO_T}${with_dmalloc:-no}" >&6 7608 8496 7609 8497 case .$with_cflags in #(vi 7610 @@ -10519,23 +10 600,23 @@8498 @@ -10519,23 +10866,23 @@ 7611 8499 esac 7612 8500 7613 8501 if test "$with_dmalloc" = yes ; then 7614 8502 - echo "$as_me:10522: checking for dmalloc.h" >&5 7615 + echo "$as_me:10 603: checking for dmalloc.h" >&58503 + echo "$as_me:10869: checking for dmalloc.h" >&5 7616 8504 echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6 7617 8505 if test "${ac_cv_header_dmalloc_h+set}" = set; then … … 7620 8508 cat >conftest.$ac_ext <<_ACEOF 7621 8509 -#line 10528 "configure" 7622 +#line 10 609"configure"8510 +#line 10875 "configure" 7623 8511 #include "confdefs.h" 7624 8512 #include <dmalloc.h> 7625 8513 _ACEOF 7626 8514 -if { (eval echo "$as_me:10532: \"$ac_cpp conftest.$ac_ext\"") >&5 7627 +if { (eval echo "$as_me:10 613: \"$ac_cpp conftest.$ac_ext\"") >&58515 +if { (eval echo "$as_me:10879: \"$ac_cpp conftest.$ac_ext\"") >&5 7628 8516 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7629 8517 ac_status=$? … … 7632 8520 cat conftest.err >&5 7633 8521 - echo "$as_me:10538: \$? = $ac_status" >&5 7634 + echo "$as_me:10 619: \$? = $ac_status" >&58522 + echo "$as_me:10885: \$? = $ac_status" >&5 7635 8523 (exit $ac_status); } >/dev/null; then 7636 8524 if test -s conftest.err; then 7637 8525 ac_cpp_err=$ac_c_preproc_warn_flag 7638 @@ -10554,11 +10 635,11 @@8526 @@ -10554,11 +10901,11 @@ 7639 8527 fi 7640 8528 rm -f conftest.err conftest.$ac_ext 7641 8529 fi 7642 8530 -echo "$as_me:10557: result: $ac_cv_header_dmalloc_h" >&5 7643 +echo "$as_me:10 638: result: $ac_cv_header_dmalloc_h" >&58531 +echo "$as_me:10904: result: $ac_cv_header_dmalloc_h" >&5 7644 8532 echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6 7645 8533 if test $ac_cv_header_dmalloc_h = yes; then 7646 8534 7647 8535 -echo "$as_me:10561: checking for dmalloc_debug in -ldmalloc" >&5 7648 +echo "$as_me:10 642: checking for dmalloc_debug in -ldmalloc" >&58536 +echo "$as_me:10908: checking for dmalloc_debug in -ldmalloc" >&5 7649 8537 echo $ECHO_N "checking for dmalloc_debug in -ldmalloc... $ECHO_C" >&6 7650 8538 if test "${ac_cv_lib_dmalloc_dmalloc_debug+set}" = set; then 7651 8539 echo $ECHO_N "(cached) $ECHO_C" >&6 7652 @@ -10566,7 +10 647,7 @@8540 @@ -10566,7 +10913,7 @@ 7653 8541 ac_check_lib_save_LIBS=$LIBS 7654 8542 LIBS="-ldmalloc $LIBS" 7655 8543 cat >conftest.$ac_ext <<_ACEOF 7656 8544 -#line 10569 "configure" 7657 +#line 10 650"configure"8545 +#line 10916 "configure" 7658 8546 #include "confdefs.h" 7659 8547 7660 8548 /* Override any gcc2 internal prototype to avoid an error. */ 7661 @@ -10585,16 +10 666,16 @@8549 @@ -10585,16 +10932,16 @@ 7662 8550 } 7663 8551 _ACEOF 7664 8552 rm -f conftest.$ac_objext conftest$ac_exeext 7665 8553 -if { (eval echo "$as_me:10588: \"$ac_link\"") >&5 7666 +if { (eval echo "$as_me:10 669: \"$ac_link\"") >&58554 +if { (eval echo "$as_me:10935: \"$ac_link\"") >&5 7667 8555 (eval $ac_link) 2>&5 7668 8556 ac_status=$? 7669 8557 - echo "$as_me:10591: \$? = $ac_status" >&5 7670 + echo "$as_me:10 672: \$? = $ac_status" >&58558 + echo "$as_me:10938: \$? = $ac_status" >&5 7671 8559 (exit $ac_status); } && 7672 8560 { ac_try='test -s conftest$ac_exeext' 7673 8561 - { (eval echo "$as_me:10594: \"$ac_try\"") >&5 7674 + { (eval echo "$as_me:10 675: \"$ac_try\"") >&58562 + { (eval echo "$as_me:10941: \"$ac_try\"") >&5 7675 8563 (eval $ac_try) 2>&5 7676 8564 ac_status=$? 7677 8565 - echo "$as_me:10597: \$? = $ac_status" >&5 7678 + echo "$as_me:10 678: \$? = $ac_status" >&58566 + echo "$as_me:10944: \$? = $ac_status" >&5 7679 8567 (exit $ac_status); }; }; then 7680 8568 ac_cv_lib_dmalloc_dmalloc_debug=yes 7681 8569 else 7682 @@ -10605,7 +10 686,7 @@8570 @@ -10605,7 +10952,7 @@ 7683 8571 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7684 8572 LIBS=$ac_check_lib_save_LIBS 7685 8573 fi 7686 8574 -echo "$as_me:10608: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 7687 +echo "$as_me:10 689: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&58575 +echo "$as_me:10955: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 7688 8576 echo "${ECHO_T}$ac_cv_lib_dmalloc_dmalloc_debug" >&6 7689 8577 if test $ac_cv_lib_dmalloc_dmalloc_debug = yes; then 7690 8578 cat >>confdefs.h <<EOF 7691 @@ -10620,7 +10 701,7 @@8579 @@ -10620,7 +10967,7 @@ 7692 8580 7693 8581 fi 7694 8582 7695 8583 -echo "$as_me:10623: checking if you want to use dbmalloc for testing" >&5 7696 +echo "$as_me:10 704: checking if you want to use dbmalloc for testing" >&58584 +echo "$as_me:10970: checking if you want to use dbmalloc for testing" >&5 7697 8585 echo $ECHO_N "checking if you want to use dbmalloc for testing... $ECHO_C" >&6 7698 8586 7699 8587 # Check whether --with-dbmalloc or --without-dbmalloc was given. 7700 @@ -10636,7 +10 717,7 @@8588 @@ -10636,7 +10983,7 @@ 7701 8589 else 7702 8590 with_dbmalloc= 7703 8591 fi; 7704 8592 -echo "$as_me:10639: result: ${with_dbmalloc:-no}" >&5 7705 +echo "$as_me:10 720: result: ${with_dbmalloc:-no}" >&58593 +echo "$as_me:10986: result: ${with_dbmalloc:-no}" >&5 7706 8594 echo "${ECHO_T}${with_dbmalloc:-no}" >&6 7707 8595 7708 8596 case .$with_cflags in #(vi 7709 @@ -10720,23 +1 0801,23 @@8597 @@ -10720,23 +11067,23 @@ 7710 8598 esac 7711 8599 7712 8600 if test "$with_dbmalloc" = yes ; then 7713 8601 - echo "$as_me:10723: checking for dbmalloc.h" >&5 7714 + echo "$as_me:1 0804: checking for dbmalloc.h" >&58602 + echo "$as_me:11070: checking for dbmalloc.h" >&5 7715 8603 echo $ECHO_N "checking for dbmalloc.h... $ECHO_C" >&6 7716 8604 if test "${ac_cv_header_dbmalloc_h+set}" = set; then … … 7719 8607 cat >conftest.$ac_ext <<_ACEOF 7720 8608 -#line 10729 "configure" 7721 +#line 1 0810"configure"8609 +#line 11076 "configure" 7722 8610 #include "confdefs.h" 7723 8611 #include <dbmalloc.h> 7724 8612 _ACEOF 7725 8613 -if { (eval echo "$as_me:10733: \"$ac_cpp conftest.$ac_ext\"") >&5 7726 +if { (eval echo "$as_me:1 0814: \"$ac_cpp conftest.$ac_ext\"") >&58614 +if { (eval echo "$as_me:11080: \"$ac_cpp conftest.$ac_ext\"") >&5 7727 8615 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7728 8616 ac_status=$? … … 7731 8619 cat conftest.err >&5 7732 8620 - echo "$as_me:10739: \$? = $ac_status" >&5 7733 + echo "$as_me:1 0820: \$? = $ac_status" >&58621 + echo "$as_me:11086: \$? = $ac_status" >&5 7734 8622 (exit $ac_status); } >/dev/null; then 7735 8623 if test -s conftest.err; then 7736 8624 ac_cpp_err=$ac_c_preproc_warn_flag 7737 @@ -10755,11 +1 0836,11 @@8625 @@ -10755,11 +11102,11 @@ 7738 8626 fi 7739 8627 rm -f conftest.err conftest.$ac_ext 7740 8628 fi 7741 8629 -echo "$as_me:10758: result: $ac_cv_header_dbmalloc_h" >&5 7742 +echo "$as_me:1 0839: result: $ac_cv_header_dbmalloc_h" >&58630 +echo "$as_me:11105: result: $ac_cv_header_dbmalloc_h" >&5 7743 8631 echo "${ECHO_T}$ac_cv_header_dbmalloc_h" >&6 7744 8632 if test $ac_cv_header_dbmalloc_h = yes; then 7745 8633 7746 8634 -echo "$as_me:10762: checking for debug_malloc in -ldbmalloc" >&5 7747 +echo "$as_me:1 0843: checking for debug_malloc in -ldbmalloc" >&58635 +echo "$as_me:11109: checking for debug_malloc in -ldbmalloc" >&5 7748 8636 echo $ECHO_N "checking for debug_malloc in -ldbmalloc... $ECHO_C" >&6 7749 8637 if test "${ac_cv_lib_dbmalloc_debug_malloc+set}" = set; then 7750 8638 echo $ECHO_N "(cached) $ECHO_C" >&6 7751 @@ -10767,7 +1 0848,7 @@8639 @@ -10767,7 +11114,7 @@ 7752 8640 ac_check_lib_save_LIBS=$LIBS 7753 8641 LIBS="-ldbmalloc $LIBS" 7754 8642 cat >conftest.$ac_ext <<_ACEOF 7755 8643 -#line 10770 "configure" 7756 +#line 1 0851"configure"8644 +#line 11117 "configure" 7757 8645 #include "confdefs.h" 7758 8646 7759 8647 /* Override any gcc2 internal prototype to avoid an error. */ 7760 @@ -10786,16 +1 0867,16 @@8648 @@ -10786,16 +11133,16 @@ 7761 8649 } 7762 8650 _ACEOF 7763 8651 rm -f conftest.$ac_objext conftest$ac_exeext 7764 8652 -if { (eval echo "$as_me:10789: \"$ac_link\"") >&5 7765 +if { (eval echo "$as_me:1 0870: \"$ac_link\"") >&58653 +if { (eval echo "$as_me:11136: \"$ac_link\"") >&5 7766 8654 (eval $ac_link) 2>&5 7767 8655 ac_status=$? 7768 8656 - echo "$as_me:10792: \$? = $ac_status" >&5 7769 + echo "$as_me:1 0873: \$? = $ac_status" >&58657 + echo "$as_me:11139: \$? = $ac_status" >&5 7770 8658 (exit $ac_status); } && 7771 8659 { ac_try='test -s conftest$ac_exeext' 7772 8660 - { (eval echo "$as_me:10795: \"$ac_try\"") >&5 7773 + { (eval echo "$as_me:1 0876: \"$ac_try\"") >&58661 + { (eval echo "$as_me:11142: \"$ac_try\"") >&5 7774 8662 (eval $ac_try) 2>&5 7775 8663 ac_status=$? 7776 8664 - echo "$as_me:10798: \$? = $ac_status" >&5 7777 + echo "$as_me:1 0879: \$? = $ac_status" >&58665 + echo "$as_me:11145: \$? = $ac_status" >&5 7778 8666 (exit $ac_status); }; }; then 7779 8667 ac_cv_lib_dbmalloc_debug_malloc=yes 7780 8668 else 7781 @@ -10806,7 +1 0887,7 @@8669 @@ -10806,7 +11153,7 @@ 7782 8670 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7783 8671 LIBS=$ac_check_lib_save_LIBS 7784 8672 fi 7785 8673 -echo "$as_me:10809: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 7786 +echo "$as_me:1 0890: result: $ac_cv_lib_dbmalloc_debug_malloc" >&58674 +echo "$as_me:11156: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 7787 8675 echo "${ECHO_T}$ac_cv_lib_dbmalloc_debug_malloc" >&6 7788 8676 if test $ac_cv_lib_dbmalloc_debug_malloc = yes; then 7789 8677 cat >>confdefs.h <<EOF 7790 @@ -10821,7 +1 0902,7 @@8678 @@ -10821,7 +11168,7 @@ 7791 8679 7792 8680 fi 7793 8681 7794 8682 -echo "$as_me:10824: checking if you want to use valgrind for testing" >&5 7795 +echo "$as_me:1 0905: checking if you want to use valgrind for testing" >&58683 +echo "$as_me:11171: checking if you want to use valgrind for testing" >&5 7796 8684 echo $ECHO_N "checking if you want to use valgrind for testing... $ECHO_C" >&6 7797 8685 7798 8686 # Check whether --with-valgrind or --without-valgrind was given. 7799 @@ -10837,7 +1 0918,7 @@8687 @@ -10837,7 +11184,7 @@ 7800 8688 else 7801 8689 with_valgrind= 7802 8690 fi; 7803 8691 -echo "$as_me:10840: result: ${with_valgrind:-no}" >&5 7804 +echo "$as_me:1 0921: result: ${with_valgrind:-no}" >&58692 +echo "$as_me:11187: result: ${with_valgrind:-no}" >&5 7805 8693 echo "${ECHO_T}${with_valgrind:-no}" >&6 7806 8694 7807 8695 case .$with_cflags in #(vi 7808 @@ -10920,7 +11 001,7 @@8696 @@ -10920,7 +11267,7 @@ 7809 8697 ;; 7810 8698 esac 7811 8699 7812 8700 -echo "$as_me:10923: checking if you want to perform memory-leak testing" >&5 7813 +echo "$as_me:11 004: checking if you want to perform memory-leak testing" >&58701 +echo "$as_me:11270: checking if you want to perform memory-leak testing" >&5 7814 8702 echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6 7815 8703 7816 8704 # Check whether --enable-leaks or --disable-leaks was given. 7817 @@ -10930,7 +11 011,7 @@8705 @@ -10930,7 +11277,7 @@ 7818 8706 else 7819 8707 : ${with_no_leaks:=no} 7820 8708 fi; 7821 8709 -echo "$as_me:10933: result: $with_no_leaks" >&5 7822 +echo "$as_me:11 014: result: $with_no_leaks" >&58710 +echo "$as_me:11280: result: $with_no_leaks" >&5 7823 8711 echo "${ECHO_T}$with_no_leaks" >&6 7824 8712 7825 8713 if test "$with_no_leaks" = yes ; then 7826 @@ -10975,7 +11 056,7 @@8714 @@ -10975,7 +11322,7 @@ 7827 8715 ;; 7828 8716 esac 7829 8717 7830 8718 -echo "$as_me:10978: checking whether to add trace feature to all models" >&5 7831 +echo "$as_me:11 059: checking whether to add trace feature to all models" >&58719 +echo "$as_me:11325: checking whether to add trace feature to all models" >&5 7832 8720 echo $ECHO_N "checking whether to add trace feature to all models... $ECHO_C" >&6 7833 8721 7834 8722 # Check whether --with-trace or --without-trace was given. 7835 @@ -10985,7 +11 066,7 @@8723 @@ -10985,7 +11332,7 @@ 7836 8724 else 7837 8725 cf_with_trace=$cf_all_traces 7838 8726 fi; 7839 8727 -echo "$as_me:10988: result: $cf_with_trace" >&5 7840 +echo "$as_me:11 069: result: $cf_with_trace" >&58728 +echo "$as_me:11335: result: $cf_with_trace" >&5 7841 8729 echo "${ECHO_T}$cf_with_trace" >&6 7842 8730 7843 8731 if test "$cf_with_trace" = yes ; then 7844 @@ -11066,13 +11 147,13 @@8732 @@ -11066,13 +11413,13 @@ 7845 8733 fi 7846 8734 7847 8735 ### Checks for libraries. 7848 8736 -echo "$as_me:11069: checking for gettimeofday" >&5 7849 +echo "$as_me:11 150: checking for gettimeofday" >&58737 +echo "$as_me:11416: checking for gettimeofday" >&5 7850 8738 echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6 7851 8739 if test "${ac_cv_func_gettimeofday+set}" = set; then … … 7854 8742 cat >conftest.$ac_ext <<_ACEOF 7855 8743 -#line 11075 "configure" 7856 +#line 11 156"configure"8744 +#line 11422 "configure" 7857 8745 #include "confdefs.h" 7858 8746 /* System header to define __stub macros and hopefully few prototypes, 7859 8747 which can conflict with char gettimeofday (); below. */ 7860 @@ -11103,16 +11 184,16 @@8748 @@ -11103,16 +11450,16 @@ 7861 8749 } 7862 8750 _ACEOF 7863 8751 rm -f conftest.$ac_objext conftest$ac_exeext 7864 8752 -if { (eval echo "$as_me:11106: \"$ac_link\"") >&5 7865 +if { (eval echo "$as_me:11 187: \"$ac_link\"") >&58753 +if { (eval echo "$as_me:11453: \"$ac_link\"") >&5 7866 8754 (eval $ac_link) 2>&5 7867 8755 ac_status=$? 7868 8756 - echo "$as_me:11109: \$? = $ac_status" >&5 7869 + echo "$as_me:11 190: \$? = $ac_status" >&58757 + echo "$as_me:11456: \$? = $ac_status" >&5 7870 8758 (exit $ac_status); } && 7871 8759 { ac_try='test -s conftest$ac_exeext' 7872 8760 - { (eval echo "$as_me:11112: \"$ac_try\"") >&5 7873 + { (eval echo "$as_me:11 193: \"$ac_try\"") >&58761 + { (eval echo "$as_me:11459: \"$ac_try\"") >&5 7874 8762 (eval $ac_try) 2>&5 7875 8763 ac_status=$? 7876 8764 - echo "$as_me:11115: \$? = $ac_status" >&5 7877 + echo "$as_me:11 196: \$? = $ac_status" >&58765 + echo "$as_me:11462: \$? = $ac_status" >&5 7878 8766 (exit $ac_status); }; }; then 7879 8767 ac_cv_func_gettimeofday=yes 7880 8768 else 7881 @@ -11122,7 +11 203,7 @@8769 @@ -11122,7 +11469,7 @@ 7882 8770 fi 7883 8771 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7884 8772 fi 7885 8773 -echo "$as_me:11125: result: $ac_cv_func_gettimeofday" >&5 7886 +echo "$as_me:11 206: result: $ac_cv_func_gettimeofday" >&58774 +echo "$as_me:11472: result: $ac_cv_func_gettimeofday" >&5 7887 8775 echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6 7888 8776 if test $ac_cv_func_gettimeofday = yes; then 7889 8777 cat >>confdefs.h <<\EOF 7890 @@ -11131,7 +11 212,7 @@8778 @@ -11131,7 +11478,7 @@ 7891 8779 7892 8780 else 7893 8781 7894 8782 -echo "$as_me:11134: checking for gettimeofday in -lbsd" >&5 7895 +echo "$as_me:11 215: checking for gettimeofday in -lbsd" >&58783 +echo "$as_me:11481: checking for gettimeofday in -lbsd" >&5 7896 8784 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6 7897 8785 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then 7898 8786 echo $ECHO_N "(cached) $ECHO_C" >&6 7899 @@ -11139,7 +11 220,7 @@8787 @@ -11139,7 +11486,7 @@ 7900 8788 ac_check_lib_save_LIBS=$LIBS 7901 8789 LIBS="-lbsd $LIBS" 7902 8790 cat >conftest.$ac_ext <<_ACEOF 7903 8791 -#line 11142 "configure" 7904 +#line 11 223"configure"8792 +#line 11489 "configure" 7905 8793 #include "confdefs.h" 7906 8794 7907 8795 /* Override any gcc2 internal prototype to avoid an error. */ 7908 @@ -11158,16 +11 239,16 @@8796 @@ -11158,16 +11505,16 @@ 7909 8797 } 7910 8798 _ACEOF 7911 8799 rm -f conftest.$ac_objext conftest$ac_exeext 7912 8800 -if { (eval echo "$as_me:11161: \"$ac_link\"") >&5 7913 +if { (eval echo "$as_me:11 242: \"$ac_link\"") >&58801 +if { (eval echo "$as_me:11508: \"$ac_link\"") >&5 7914 8802 (eval $ac_link) 2>&5 7915 8803 ac_status=$? 7916 8804 - echo "$as_me:11164: \$? = $ac_status" >&5 7917 + echo "$as_me:11 245: \$? = $ac_status" >&58805 + echo "$as_me:11511: \$? = $ac_status" >&5 7918 8806 (exit $ac_status); } && 7919 8807 { ac_try='test -s conftest$ac_exeext' 7920 8808 - { (eval echo "$as_me:11167: \"$ac_try\"") >&5 7921 + { (eval echo "$as_me:11 248: \"$ac_try\"") >&58809 + { (eval echo "$as_me:11514: \"$ac_try\"") >&5 7922 8810 (eval $ac_try) 2>&5 7923 8811 ac_status=$? 7924 8812 - echo "$as_me:11170: \$? = $ac_status" >&5 7925 + echo "$as_me:11 251: \$? = $ac_status" >&58813 + echo "$as_me:11517: \$? = $ac_status" >&5 7926 8814 (exit $ac_status); }; }; then 7927 8815 ac_cv_lib_bsd_gettimeofday=yes 7928 8816 else 7929 @@ -11178,7 +11 259,7 @@8817 @@ -11178,7 +11525,7 @@ 7930 8818 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7931 8819 LIBS=$ac_check_lib_save_LIBS 7932 8820 fi 7933 8821 -echo "$as_me:11181: result: $ac_cv_lib_bsd_gettimeofday" >&5 7934 +echo "$as_me:11 262: result: $ac_cv_lib_bsd_gettimeofday" >&58822 +echo "$as_me:11528: result: $ac_cv_lib_bsd_gettimeofday" >&5 7935 8823 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6 7936 8824 if test $ac_cv_lib_bsd_gettimeofday = yes; then 7937 8825 cat >>confdefs.h <<\EOF 7938 @@ -11190,14 +11 271,14 @@8826 @@ -11190,14 +11537,14 @@ 7939 8827 7940 8828 fi 7941 8829 7942 8830 -echo "$as_me:11193: checking if -lm needed for math functions" >&5 7943 +echo "$as_me:11 274: checking if -lm needed for math functions" >&58831 +echo "$as_me:11540: checking if -lm needed for math functions" >&5 7944 8832 echo $ECHO_N "checking if -lm needed for math functions... $ECHO_C" >&6 7945 8833 if test "${cf_cv_need_libm+set}" = set; then … … 7949 8837 cat >conftest.$ac_ext <<_ACEOF 7950 8838 -#line 11200 "configure" 7951 +#line 11 281"configure"8839 +#line 11547 "configure" 7952 8840 #include "confdefs.h" 7953 8841 7954 8842 #include <stdio.h> 7955 @@ -11212,16 +11 293,16 @@8843 @@ -11212,16 +11559,16 @@ 7956 8844 } 7957 8845 _ACEOF 7958 8846 rm -f conftest.$ac_objext conftest$ac_exeext 7959 8847 -if { (eval echo "$as_me:11215: \"$ac_link\"") >&5 7960 +if { (eval echo "$as_me:11 296: \"$ac_link\"") >&58848 +if { (eval echo "$as_me:11562: \"$ac_link\"") >&5 7961 8849 (eval $ac_link) 2>&5 7962 8850 ac_status=$? 7963 8851 - echo "$as_me:11218: \$? = $ac_status" >&5 7964 + echo "$as_me:11 299: \$? = $ac_status" >&58852 + echo "$as_me:11565: \$? = $ac_status" >&5 7965 8853 (exit $ac_status); } && 7966 8854 { ac_try='test -s conftest$ac_exeext' 7967 8855 - { (eval echo "$as_me:11221: \"$ac_try\"") >&5 7968 + { (eval echo "$as_me:11 302: \"$ac_try\"") >&58856 + { (eval echo "$as_me:11568: \"$ac_try\"") >&5 7969 8857 (eval $ac_try) 2>&5 7970 8858 ac_status=$? 7971 8859 - echo "$as_me:11224: \$? = $ac_status" >&5 7972 + echo "$as_me:11 305: \$? = $ac_status" >&58860 + echo "$as_me:11571: \$? = $ac_status" >&5 7973 8861 (exit $ac_status); }; }; then 7974 8862 cf_cv_need_libm=no 7975 8863 else 7976 @@ -11231,7 +11 312,7 @@8864 @@ -11231,7 +11578,7 @@ 7977 8865 fi 7978 8866 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7979 8867 fi 7980 8868 -echo "$as_me:11234: result: $cf_cv_need_libm" >&5 7981 +echo "$as_me:11 315: result: $cf_cv_need_libm" >&58869 +echo "$as_me:11581: result: $cf_cv_need_libm" >&5 7982 8870 echo "${ECHO_T}$cf_cv_need_libm" >&6 7983 8871 if test "$cf_cv_need_libm" = yes 7984 8872 then 7985 @@ -11239,13 +11 320,13 @@8873 @@ -11239,13 +11586,13 @@ 7986 8874 fi 7987 8875 7988 8876 ### Checks for header files. 7989 8877 -echo "$as_me:11242: checking for ANSI C header files" >&5 7990 +echo "$as_me:11 323: checking for ANSI C header files" >&58878 +echo "$as_me:11589: checking for ANSI C header files" >&5 7991 8879 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 7992 8880 if test "${ac_cv_header_stdc+set}" = set; then … … 7995 8883 cat >conftest.$ac_ext <<_ACEOF 7996 8884 -#line 11248 "configure" 7997 +#line 11 329"configure"8885 +#line 11595 "configure" 7998 8886 #include "confdefs.h" 7999 8887 #include <stdlib.h> 8000 8888 #include <stdarg.h> 8001 @@ -11253,13 +11 334,13 @@8889 @@ -11253,13 +11600,13 @@ 8002 8890 #include <float.h> 8003 8891 8004 8892 _ACEOF 8005 8893 -if { (eval echo "$as_me:11256: \"$ac_cpp conftest.$ac_ext\"") >&5 8006 +if { (eval echo "$as_me:11 337: \"$ac_cpp conftest.$ac_ext\"") >&58894 +if { (eval echo "$as_me:11603: \"$ac_cpp conftest.$ac_ext\"") >&5 8007 8895 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8008 8896 ac_status=$? … … 8011 8899 cat conftest.err >&5 8012 8900 - echo "$as_me:11262: \$? = $ac_status" >&5 8013 + echo "$as_me:11 343: \$? = $ac_status" >&58901 + echo "$as_me:11609: \$? = $ac_status" >&5 8014 8902 (exit $ac_status); } >/dev/null; then 8015 8903 if test -s conftest.err; then 8016 8904 ac_cpp_err=$ac_c_preproc_warn_flag 8017 @@ -11281,7 +11 362,7 @@8905 @@ -11281,7 +11628,7 @@ 8018 8906 if test $ac_cv_header_stdc = yes; then 8019 8907 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 8020 8908 cat >conftest.$ac_ext <<_ACEOF 8021 8909 -#line 11284 "configure" 8022 +#line 11 365"configure"8910 +#line 11631 "configure" 8023 8911 #include "confdefs.h" 8024 8912 #include <string.h> 8025 8913 8026 @@ -11299,7 +11 380,7 @@8914 @@ -11299,7 +11646,7 @@ 8027 8915 if test $ac_cv_header_stdc = yes; then 8028 8916 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 8029 8917 cat >conftest.$ac_ext <<_ACEOF 8030 8918 -#line 11302 "configure" 8031 +#line 11 383"configure"8919 +#line 11649 "configure" 8032 8920 #include "confdefs.h" 8033 8921 #include <stdlib.h> 8034 8922 8035 @@ -11320,7 +11 401,7 @@8923 @@ -11320,7 +11667,7 @@ 8036 8924 : 8037 8925 else 8038 8926 cat >conftest.$ac_ext <<_ACEOF 8039 8927 -#line 11323 "configure" 8040 +#line 11 404"configure"8928 +#line 11670 "configure" 8041 8929 #include "confdefs.h" 8042 8930 #include <ctype.h> 8043 8931 #if ((' ' & 0x0FF) == 0x020) 8044 @@ -11346,15 +11 427,15 @@8932 @@ -11346,15 +11693,15 @@ 8045 8933 } 8046 8934 _ACEOF 8047 8935 rm -f conftest$ac_exeext 8048 8936 -if { (eval echo "$as_me:11349: \"$ac_link\"") >&5 8049 +if { (eval echo "$as_me:11 430: \"$ac_link\"") >&58937 +if { (eval echo "$as_me:11696: \"$ac_link\"") >&5 8050 8938 (eval $ac_link) 2>&5 8051 8939 ac_status=$? 8052 8940 - echo "$as_me:11352: \$? = $ac_status" >&5 8053 + echo "$as_me:11 433: \$? = $ac_status" >&58941 + echo "$as_me:11699: \$? = $ac_status" >&5 8054 8942 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8055 8943 - { (eval echo "$as_me:11354: \"$ac_try\"") >&5 8056 + { (eval echo "$as_me:11 435: \"$ac_try\"") >&58944 + { (eval echo "$as_me:11701: \"$ac_try\"") >&5 8057 8945 (eval $ac_try) 2>&5 8058 8946 ac_status=$? 8059 8947 - echo "$as_me:11357: \$? = $ac_status" >&5 8060 + echo "$as_me:11 438: \$? = $ac_status" >&58948 + echo "$as_me:11704: \$? = $ac_status" >&5 8061 8949 (exit $ac_status); }; }; then 8062 8950 : 8063 8951 else 8064 @@ -11367,7 +11 448,7 @@8952 @@ -11367,7 +11714,7 @@ 8065 8953 fi 8066 8954 fi 8067 8955 fi 8068 8956 -echo "$as_me:11370: result: $ac_cv_header_stdc" >&5 8069 +echo "$as_me:11 451: result: $ac_cv_header_stdc" >&58957 +echo "$as_me:11717: result: $ac_cv_header_stdc" >&5 8070 8958 echo "${ECHO_T}$ac_cv_header_stdc" >&6 8071 8959 if test $ac_cv_header_stdc = yes; then 8072 8960 8073 @@ -11380,13 +11 461,13 @@8961 @@ -11380,13 +11727,13 @@ 8074 8962 ac_header_dirent=no 8075 8963 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do 8076 8964 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` 8077 8965 -echo "$as_me:11383: checking for $ac_hdr that defines DIR" >&5 8078 +echo "$as_me:11 464: checking for $ac_hdr that defines DIR" >&58966 +echo "$as_me:11730: checking for $ac_hdr that defines DIR" >&5 8079 8967 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 8080 8968 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 8083 8971 cat >conftest.$ac_ext <<_ACEOF 8084 8972 -#line 11389 "configure" 8085 +#line 11 470"configure"8973 +#line 11736 "configure" 8086 8974 #include "confdefs.h" 8087 8975 #include <sys/types.h> 8088 8976 #include <$ac_hdr> 8089 @@ -11401,16 +11 482,16 @@8977 @@ -11401,16 +11748,16 @@ 8090 8978 } 8091 8979 _ACEOF 8092 8980 rm -f conftest.$ac_objext 8093 8981 -if { (eval echo "$as_me:11404: \"$ac_compile\"") >&5 8094 +if { (eval echo "$as_me:11 485: \"$ac_compile\"") >&58982 +if { (eval echo "$as_me:11751: \"$ac_compile\"") >&5 8095 8983 (eval $ac_compile) 2>&5 8096 8984 ac_status=$? 8097 8985 - echo "$as_me:11407: \$? = $ac_status" >&5 8098 + echo "$as_me:11 488: \$? = $ac_status" >&58986 + echo "$as_me:11754: \$? = $ac_status" >&5 8099 8987 (exit $ac_status); } && 8100 8988 { ac_try='test -s conftest.$ac_objext' 8101 8989 - { (eval echo "$as_me:11410: \"$ac_try\"") >&5 8102 + { (eval echo "$as_me:11 491: \"$ac_try\"") >&58990 + { (eval echo "$as_me:11757: \"$ac_try\"") >&5 8103 8991 (eval $ac_try) 2>&5 8104 8992 ac_status=$? 8105 8993 - echo "$as_me:11413: \$? = $ac_status" >&5 8106 + echo "$as_me:11 494: \$? = $ac_status" >&58994 + echo "$as_me:11760: \$? = $ac_status" >&5 8107 8995 (exit $ac_status); }; }; then 8108 8996 eval "$as_ac_Header=yes" 8109 8997 else 8110 @@ -11420,7 +11 501,7 @@8998 @@ -11420,7 +11767,7 @@ 8111 8999 fi 8112 9000 rm -f conftest.$ac_objext conftest.$ac_ext 8113 9001 fi 8114 9002 -echo "$as_me:11423: result: `eval echo '${'$as_ac_Header'}'`" >&5 8115 +echo "$as_me:11 504: result: `eval echo '${'$as_ac_Header'}'`" >&59003 +echo "$as_me:11770: result: `eval echo '${'$as_ac_Header'}'`" >&5 8116 9004 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8117 9005 if test `eval echo '${'$as_ac_Header'}'` = yes; then 8118 9006 cat >>confdefs.h <<EOF 8119 @@ -11433,7 +11 514,7 @@9007 @@ -11433,7 +11780,7 @@ 8120 9008 done 8121 9009 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. 8122 9010 if test $ac_header_dirent = dirent.h; then 8123 9011 - echo "$as_me:11436: checking for opendir in -ldir" >&5 8124 + echo "$as_me:11 517: checking for opendir in -ldir" >&59012 + echo "$as_me:11783: checking for opendir in -ldir" >&5 8125 9013 echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6 8126 9014 if test "${ac_cv_lib_dir_opendir+set}" = set; then 8127 9015 echo $ECHO_N "(cached) $ECHO_C" >&6 8128 @@ -11441,7 +11 522,7 @@9016 @@ -11441,7 +11788,7 @@ 8129 9017 ac_check_lib_save_LIBS=$LIBS 8130 9018 LIBS="-ldir $LIBS" 8131 9019 cat >conftest.$ac_ext <<_ACEOF 8132 9020 -#line 11444 "configure" 8133 +#line 11 525"configure"9021 +#line 11791 "configure" 8134 9022 #include "confdefs.h" 8135 9023 8136 9024 /* Override any gcc2 internal prototype to avoid an error. */ 8137 @@ -11460,16 +11 541,16 @@9025 @@ -11460,16 +11807,16 @@ 8138 9026 } 8139 9027 _ACEOF 8140 9028 rm -f conftest.$ac_objext conftest$ac_exeext 8141 9029 -if { (eval echo "$as_me:11463: \"$ac_link\"") >&5 8142 +if { (eval echo "$as_me:11 544: \"$ac_link\"") >&59030 +if { (eval echo "$as_me:11810: \"$ac_link\"") >&5 8143 9031 (eval $ac_link) 2>&5 8144 9032 ac_status=$? 8145 9033 - echo "$as_me:11466: \$? = $ac_status" >&5 8146 + echo "$as_me:11 547: \$? = $ac_status" >&59034 + echo "$as_me:11813: \$? = $ac_status" >&5 8147 9035 (exit $ac_status); } && 8148 9036 { ac_try='test -s conftest$ac_exeext' 8149 9037 - { (eval echo "$as_me:11469: \"$ac_try\"") >&5 8150 + { (eval echo "$as_me:11 550: \"$ac_try\"") >&59038 + { (eval echo "$as_me:11816: \"$ac_try\"") >&5 8151 9039 (eval $ac_try) 2>&5 8152 9040 ac_status=$? 8153 9041 - echo "$as_me:11472: \$? = $ac_status" >&5 8154 + echo "$as_me:11 553: \$? = $ac_status" >&59042 + echo "$as_me:11819: \$? = $ac_status" >&5 8155 9043 (exit $ac_status); }; }; then 8156 9044 ac_cv_lib_dir_opendir=yes 8157 9045 else 8158 @@ -11480,14 +11 561,14 @@9046 @@ -11480,14 +11827,14 @@ 8159 9047 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8160 9048 LIBS=$ac_check_lib_save_LIBS 8161 9049 fi 8162 9050 -echo "$as_me:11483: result: $ac_cv_lib_dir_opendir" >&5 8163 +echo "$as_me:11 564: result: $ac_cv_lib_dir_opendir" >&59051 +echo "$as_me:11830: result: $ac_cv_lib_dir_opendir" >&5 8164 9052 echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6 8165 9053 if test $ac_cv_lib_dir_opendir = yes; then … … 8169 9057 else 8170 9058 - echo "$as_me:11490: checking for opendir in -lx" >&5 8171 + echo "$as_me:11 571: checking for opendir in -lx" >&59059 + echo "$as_me:11837: checking for opendir in -lx" >&5 8172 9060 echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6 8173 9061 if test "${ac_cv_lib_x_opendir+set}" = set; then 8174 9062 echo $ECHO_N "(cached) $ECHO_C" >&6 8175 @@ -11495,7 +11 576,7 @@9063 @@ -11495,7 +11842,7 @@ 8176 9064 ac_check_lib_save_LIBS=$LIBS 8177 9065 LIBS="-lx $LIBS" 8178 9066 cat >conftest.$ac_ext <<_ACEOF 8179 9067 -#line 11498 "configure" 8180 +#line 11 579"configure"9068 +#line 11845 "configure" 8181 9069 #include "confdefs.h" 8182 9070 8183 9071 /* Override any gcc2 internal prototype to avoid an error. */ 8184 @@ -11514,16 +11 595,16 @@9072 @@ -11514,16 +11861,16 @@ 8185 9073 } 8186 9074 _ACEOF 8187 9075 rm -f conftest.$ac_objext conftest$ac_exeext 8188 9076 -if { (eval echo "$as_me:11517: \"$ac_link\"") >&5 8189 +if { (eval echo "$as_me:11 598: \"$ac_link\"") >&59077 +if { (eval echo "$as_me:11864: \"$ac_link\"") >&5 8190 9078 (eval $ac_link) 2>&5 8191 9079 ac_status=$? 8192 9080 - echo "$as_me:11520: \$? = $ac_status" >&5 8193 + echo "$as_me:11 601: \$? = $ac_status" >&59081 + echo "$as_me:11867: \$? = $ac_status" >&5 8194 9082 (exit $ac_status); } && 8195 9083 { ac_try='test -s conftest$ac_exeext' 8196 9084 - { (eval echo "$as_me:11523: \"$ac_try\"") >&5 8197 + { (eval echo "$as_me:11 604: \"$ac_try\"") >&59085 + { (eval echo "$as_me:11870: \"$ac_try\"") >&5 8198 9086 (eval $ac_try) 2>&5 8199 9087 ac_status=$? 8200 9088 - echo "$as_me:11526: \$? = $ac_status" >&5 8201 + echo "$as_me:11 607: \$? = $ac_status" >&59089 + echo "$as_me:11873: \$? = $ac_status" >&5 8202 9090 (exit $ac_status); }; }; then 8203 9091 ac_cv_lib_x_opendir=yes 8204 9092 else 8205 @@ -11534,7 +11 615,7 @@9093 @@ -11534,7 +11881,7 @@ 8206 9094 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8207 9095 LIBS=$ac_check_lib_save_LIBS 8208 9096 fi 8209 9097 -echo "$as_me:11537: result: $ac_cv_lib_x_opendir" >&5 8210 +echo "$as_me:11 618: result: $ac_cv_lib_x_opendir" >&59098 +echo "$as_me:11884: result: $ac_cv_lib_x_opendir" >&5 8211 9099 echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6 8212 9100 if test $ac_cv_lib_x_opendir = yes; then 8213 9101 LIBS="$LIBS -lx" 8214 @@ -11542,13 +11 623,13 @@9102 @@ -11542,13 +11889,13 @@ 8215 9103 8216 9104 fi 8217 9105 8218 9106 -echo "$as_me:11545: checking whether time.h and sys/time.h may both be included" >&5 8219 +echo "$as_me:11 626: checking whether time.h and sys/time.h may both be included" >&59107 +echo "$as_me:11892: checking whether time.h and sys/time.h may both be included" >&5 8220 9108 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 8221 9109 if test "${ac_cv_header_time+set}" = set; then … … 8224 9112 cat >conftest.$ac_ext <<_ACEOF 8225 9113 -#line 11551 "configure" 8226 +#line 11 632"configure"9114 +#line 11898 "configure" 8227 9115 #include "confdefs.h" 8228 9116 #include <sys/types.h> 8229 9117 #include <sys/time.h> 8230 @@ -11564,16 +11 645,16 @@9118 @@ -11564,16 +11911,16 @@ 8231 9119 } 8232 9120 _ACEOF 8233 9121 rm -f conftest.$ac_objext 8234 9122 -if { (eval echo "$as_me:11567: \"$ac_compile\"") >&5 8235 +if { (eval echo "$as_me:11 648: \"$ac_compile\"") >&59123 +if { (eval echo "$as_me:11914: \"$ac_compile\"") >&5 8236 9124 (eval $ac_compile) 2>&5 8237 9125 ac_status=$? 8238 9126 - echo "$as_me:11570: \$? = $ac_status" >&5 8239 + echo "$as_me:11 651: \$? = $ac_status" >&59127 + echo "$as_me:11917: \$? = $ac_status" >&5 8240 9128 (exit $ac_status); } && 8241 9129 { ac_try='test -s conftest.$ac_objext' 8242 9130 - { (eval echo "$as_me:11573: \"$ac_try\"") >&5 8243 + { (eval echo "$as_me:11 654: \"$ac_try\"") >&59131 + { (eval echo "$as_me:11920: \"$ac_try\"") >&5 8244 9132 (eval $ac_try) 2>&5 8245 9133 ac_status=$? 8246 9134 - echo "$as_me:11576: \$? = $ac_status" >&5 8247 + echo "$as_me:11 657: \$? = $ac_status" >&59135 + echo "$as_me:11923: \$? = $ac_status" >&5 8248 9136 (exit $ac_status); }; }; then 8249 9137 ac_cv_header_time=yes 8250 9138 else 8251 @@ -11583,7 +11 664,7 @@9139 @@ -11583,7 +11930,7 @@ 8252 9140 fi 8253 9141 rm -f conftest.$ac_objext conftest.$ac_ext 8254 9142 fi 8255 9143 -echo "$as_me:11586: result: $ac_cv_header_time" >&5 8256 +echo "$as_me:11 667: result: $ac_cv_header_time" >&59144 +echo "$as_me:11933: result: $ac_cv_header_time" >&5 8257 9145 echo "${ECHO_T}$ac_cv_header_time" >&6 8258 9146 if test $ac_cv_header_time = yes; then 8259 9147 8260 @@ -11593,14 +11 674,14 @@9148 @@ -11593,14 +11940,14 @@ 8261 9149 8262 9150 fi 8263 9151 8264 9152 -echo "$as_me:11596: checking for regular-expression headers" >&5 8265 +echo "$as_me:11 677: checking for regular-expression headers" >&59153 +echo "$as_me:11943: checking for regular-expression headers" >&5 8266 9154 echo $ECHO_N "checking for regular-expression headers... $ECHO_C" >&6 8267 9155 if test "${cf_cv_regex+set}" = set; then … … 8271 9159 cat >conftest.$ac_ext <<_ACEOF 8272 9160 -#line 11603 "configure" 8273 +#line 11 684"configure"9161 +#line 11950 "configure" 8274 9162 #include "confdefs.h" 8275 9163 #include <sys/types.h> 8276 9164 #include <regex.h> 8277 @@ -11618,16 +11 699,16 @@9165 @@ -11618,16 +11965,16 @@ 8278 9166 } 8279 9167 _ACEOF 8280 9168 rm -f conftest.$ac_objext conftest$ac_exeext 8281 9169 -if { (eval echo "$as_me:11621: \"$ac_link\"") >&5 8282 +if { (eval echo "$as_me:11 702: \"$ac_link\"") >&59170 +if { (eval echo "$as_me:11968: \"$ac_link\"") >&5 8283 9171 (eval $ac_link) 2>&5 8284 9172 ac_status=$? 8285 9173 - echo "$as_me:11624: \$? = $ac_status" >&5 8286 + echo "$as_me:11 705: \$? = $ac_status" >&59174 + echo "$as_me:11971: \$? = $ac_status" >&5 8287 9175 (exit $ac_status); } && 8288 9176 { ac_try='test -s conftest$ac_exeext' 8289 9177 - { (eval echo "$as_me:11627: \"$ac_try\"") >&5 8290 + { (eval echo "$as_me:11 708: \"$ac_try\"") >&59178 + { (eval echo "$as_me:11974: \"$ac_try\"") >&5 8291 9179 (eval $ac_try) 2>&5 8292 9180 ac_status=$? 8293 9181 - echo "$as_me:11630: \$? = $ac_status" >&5 8294 + echo "$as_me:11 711: \$? = $ac_status" >&59182 + echo "$as_me:11977: \$? = $ac_status" >&5 8295 9183 (exit $ac_status); }; }; then 8296 9184 cf_cv_regex="regex.h" 8297 9185 else 8298 @@ -11635,7 +11 716,7 @@9186 @@ -11635,7 +11982,7 @@ 8299 9187 cat conftest.$ac_ext >&5 8300 9188 8301 9189 cat >conftest.$ac_ext <<_ACEOF 8302 9190 -#line 11638 "configure" 8303 +#line 11 719"configure"9191 +#line 11985 "configure" 8304 9192 #include "confdefs.h" 8305 9193 #include <regexp.h> 8306 9194 int 8307 @@ -11650,16 +11 731,16 @@9195 @@ -11650,16 +11997,16 @@ 8308 9196 } 8309 9197 _ACEOF 8310 9198 rm -f conftest.$ac_objext conftest$ac_exeext 8311 9199 -if { (eval echo "$as_me:11653: \"$ac_link\"") >&5 8312 +if { (eval echo "$as_me:1 1734: \"$ac_link\"") >&59200 +if { (eval echo "$as_me:12000: \"$ac_link\"") >&5 8313 9201 (eval $ac_link) 2>&5 8314 9202 ac_status=$? 8315 9203 - echo "$as_me:11656: \$? = $ac_status" >&5 8316 + echo "$as_me:1 1737: \$? = $ac_status" >&59204 + echo "$as_me:12003: \$? = $ac_status" >&5 8317 9205 (exit $ac_status); } && 8318 9206 { ac_try='test -s conftest$ac_exeext' 8319 9207 - { (eval echo "$as_me:11659: \"$ac_try\"") >&5 8320 + { (eval echo "$as_me:1 1740: \"$ac_try\"") >&59208 + { (eval echo "$as_me:12006: \"$ac_try\"") >&5 8321 9209 (eval $ac_try) 2>&5 8322 9210 ac_status=$? 8323 9211 - echo "$as_me:11662: \$? = $ac_status" >&5 8324 + echo "$as_me:1 1743: \$? = $ac_status" >&59212 + echo "$as_me:12009: \$? = $ac_status" >&5 8325 9213 (exit $ac_status); }; }; then 8326 9214 cf_cv_regex="regexp.h" 8327 9215 else 8328 @@ -11669,7 +1 1750,7 @@9216 @@ -11669,7 +12016,7 @@ 8329 9217 cf_save_LIBS="$LIBS" 8330 9218 LIBS="-lgen $LIBS" 8331 9219 cat >conftest.$ac_ext <<_ACEOF 8332 9220 -#line 11672 "configure" 8333 +#line 1 1753"configure"9221 +#line 12019 "configure" 8334 9222 #include "confdefs.h" 8335 9223 #include <regexpr.h> 8336 9224 int 8337 @@ -11684,16 +1 1765,16 @@9225 @@ -11684,16 +12031,16 @@ 8338 9226 } 8339 9227 _ACEOF 8340 9228 rm -f conftest.$ac_objext conftest$ac_exeext 8341 9229 -if { (eval echo "$as_me:11687: \"$ac_link\"") >&5 8342 +if { (eval echo "$as_me:1 1768: \"$ac_link\"") >&59230 +if { (eval echo "$as_me:12034: \"$ac_link\"") >&5 8343 9231 (eval $ac_link) 2>&5 8344 9232 ac_status=$? 8345 9233 - echo "$as_me:11690: \$? = $ac_status" >&5 8346 + echo "$as_me:1 1771: \$? = $ac_status" >&59234 + echo "$as_me:12037: \$? = $ac_status" >&5 8347 9235 (exit $ac_status); } && 8348 9236 { ac_try='test -s conftest$ac_exeext' 8349 9237 - { (eval echo "$as_me:11693: \"$ac_try\"") >&5 8350 + { (eval echo "$as_me:1 1774: \"$ac_try\"") >&59238 + { (eval echo "$as_me:12040: \"$ac_try\"") >&5 8351 9239 (eval $ac_try) 2>&5 8352 9240 ac_status=$? 8353 9241 - echo "$as_me:11696: \$? = $ac_status" >&5 8354 + echo "$as_me:1 1777: \$? = $ac_status" >&59242 + echo "$as_me:12043: \$? = $ac_status" >&5 8355 9243 (exit $ac_status); }; }; then 8356 9244 cf_cv_regex="regexpr.h" 8357 9245 else 8358 @@ -11709,7 +1 1790,7 @@9246 @@ -11709,7 +12056,7 @@ 8359 9247 8360 9248 fi 8361 9249 8362 9250 -echo "$as_me:11712: result: $cf_cv_regex" >&5 8363 +echo "$as_me:1 1793: result: $cf_cv_regex" >&59251 +echo "$as_me:12059: result: $cf_cv_regex" >&5 8364 9252 echo "${ECHO_T}$cf_cv_regex" >&6 8365 9253 case $cf_cv_regex in 8366 9254 regex.h) cat >>confdefs.h <<\EOF 8367 @@ -11745,23 +1 1826,23 @@9255 @@ -11745,23 +12092,23 @@ 8368 9256 8369 9257 do 8370 9258 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8371 9259 -echo "$as_me:11748: checking for $ac_header" >&5 8372 +echo "$as_me:1 1829: checking for $ac_header" >&59260 +echo "$as_me:12095: checking for $ac_header" >&5 8373 9261 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8374 9262 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 8377 9265 cat >conftest.$ac_ext <<_ACEOF 8378 9266 -#line 11754 "configure" 8379 +#line 1 1835"configure"9267 +#line 12101 "configure" 8380 9268 #include "confdefs.h" 8381 9269 #include <$ac_header> 8382 9270 _ACEOF 8383 9271 -if { (eval echo "$as_me:11758: \"$ac_cpp conftest.$ac_ext\"") >&5 8384 +if { (eval echo "$as_me:1 1839: \"$ac_cpp conftest.$ac_ext\"") >&59272 +if { (eval echo "$as_me:12105: \"$ac_cpp conftest.$ac_ext\"") >&5 8385 9273 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8386 9274 ac_status=$? … … 8389 9277 cat conftest.err >&5 8390 9278 - echo "$as_me:11764: \$? = $ac_status" >&5 8391 + echo "$as_me:1 1845: \$? = $ac_status" >&59279 + echo "$as_me:12111: \$? = $ac_status" >&5 8392 9280 (exit $ac_status); } >/dev/null; then 8393 9281 if test -s conftest.err; then 8394 9282 ac_cpp_err=$ac_c_preproc_warn_flag 8395 @@ -11780,7 +1 1861,7 @@9283 @@ -11780,7 +12127,7 @@ 8396 9284 fi 8397 9285 rm -f conftest.err conftest.$ac_ext 8398 9286 fi 8399 9287 -echo "$as_me:11783: result: `eval echo '${'$as_ac_Header'}'`" >&5 8400 +echo "$as_me:1 1864: result: `eval echo '${'$as_ac_Header'}'`" >&59288 +echo "$as_me:12130: result: `eval echo '${'$as_ac_Header'}'`" >&5 8401 9289 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8402 9290 if test `eval echo '${'$as_ac_Header'}'` = yes; then 8403 9291 cat >>confdefs.h <<EOF 8404 @@ -11794,7 +1 1875,7 @@9292 @@ -11794,7 +12141,7 @@ 8405 9293 # Note: even non-Posix ISC needs <sys/bsdtypes.h> to declare fd_set 8406 9294 if test "$ISC" = yes ; then 8407 9295 8408 9296 -echo "$as_me:11797: checking for main in -lcposix" >&5 8409 +echo "$as_me:1 1878: checking for main in -lcposix" >&59297 +echo "$as_me:12144: checking for main in -lcposix" >&5 8410 9298 echo $ECHO_N "checking for main in -lcposix... $ECHO_C" >&6 8411 9299 if test "${ac_cv_lib_cposix_main+set}" = set; then 8412 9300 echo $ECHO_N "(cached) $ECHO_C" >&6 8413 @@ -11802,7 +1 1883,7 @@9301 @@ -11802,7 +12149,7 @@ 8414 9302 ac_check_lib_save_LIBS=$LIBS 8415 9303 LIBS="-lcposix $LIBS" 8416 9304 cat >conftest.$ac_ext <<_ACEOF 8417 9305 -#line 11805 "configure" 8418 +#line 1 1886"configure"9306 +#line 12152 "configure" 8419 9307 #include "confdefs.h" 8420 9308 8421 9309 int 8422 @@ -11814,16 +1 1895,16 @@9310 @@ -11814,16 +12161,16 @@ 8423 9311 } 8424 9312 _ACEOF 8425 9313 rm -f conftest.$ac_objext conftest$ac_exeext 8426 9314 -if { (eval echo "$as_me:11817: \"$ac_link\"") >&5 8427 +if { (eval echo "$as_me:1 1898: \"$ac_link\"") >&59315 +if { (eval echo "$as_me:12164: \"$ac_link\"") >&5 8428 9316 (eval $ac_link) 2>&5 8429 9317 ac_status=$? 8430 9318 - echo "$as_me:11820: \$? = $ac_status" >&5 8431 + echo "$as_me:1 1901: \$? = $ac_status" >&59319 + echo "$as_me:12167: \$? = $ac_status" >&5 8432 9320 (exit $ac_status); } && 8433 9321 { ac_try='test -s conftest$ac_exeext' 8434 9322 - { (eval echo "$as_me:11823: \"$ac_try\"") >&5 8435 + { (eval echo "$as_me:1 1904: \"$ac_try\"") >&59323 + { (eval echo "$as_me:12170: \"$ac_try\"") >&5 8436 9324 (eval $ac_try) 2>&5 8437 9325 ac_status=$? 8438 9326 - echo "$as_me:11826: \$? = $ac_status" >&5 8439 + echo "$as_me:1 1907: \$? = $ac_status" >&59327 + echo "$as_me:12173: \$? = $ac_status" >&5 8440 9328 (exit $ac_status); }; }; then 8441 9329 ac_cv_lib_cposix_main=yes 8442 9330 else 8443 @@ -11834,7 +1 1915,7 @@9331 @@ -11834,7 +12181,7 @@ 8444 9332 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8445 9333 LIBS=$ac_check_lib_save_LIBS 8446 9334 fi 8447 9335 -echo "$as_me:11837: result: $ac_cv_lib_cposix_main" >&5 8448 +echo "$as_me:1 1918: result: $ac_cv_lib_cposix_main" >&59336 +echo "$as_me:12184: result: $ac_cv_lib_cposix_main" >&5 8449 9337 echo "${ECHO_T}$ac_cv_lib_cposix_main" >&6 8450 9338 if test $ac_cv_lib_cposix_main = yes; then 8451 9339 cat >>confdefs.h <<EOF 8452 @@ -11845,7 +1 1926,7 @@9340 @@ -11845,7 +12192,7 @@ 8453 9341 8454 9342 fi 8455 9343 8456 9344 - echo "$as_me:11848: checking for bzero in -linet" >&5 8457 + echo "$as_me:1 1929: checking for bzero in -linet" >&59345 + echo "$as_me:12195: checking for bzero in -linet" >&5 8458 9346 echo $ECHO_N "checking for bzero in -linet... $ECHO_C" >&6 8459 9347 if test "${ac_cv_lib_inet_bzero+set}" = set; then 8460 9348 echo $ECHO_N "(cached) $ECHO_C" >&6 8461 @@ -11853,7 +1 1934,7 @@9349 @@ -11853,7 +12200,7 @@ 8462 9350 ac_check_lib_save_LIBS=$LIBS 8463 9351 LIBS="-linet $LIBS" 8464 9352 cat >conftest.$ac_ext <<_ACEOF 8465 9353 -#line 11856 "configure" 8466 +#line 1 1937"configure"9354 +#line 12203 "configure" 8467 9355 #include "confdefs.h" 8468 9356 8469 9357 /* Override any gcc2 internal prototype to avoid an error. */ 8470 @@ -11872,16 +1 1953,16 @@9358 @@ -11872,16 +12219,16 @@ 8471 9359 } 8472 9360 _ACEOF 8473 9361 rm -f conftest.$ac_objext conftest$ac_exeext 8474 9362 -if { (eval echo "$as_me:11875: \"$ac_link\"") >&5 8475 +if { (eval echo "$as_me:1 1956: \"$ac_link\"") >&59363 +if { (eval echo "$as_me:12222: \"$ac_link\"") >&5 8476 9364 (eval $ac_link) 2>&5 8477 9365 ac_status=$? 8478 9366 - echo "$as_me:11878: \$? = $ac_status" >&5 8479 + echo "$as_me:1 1959: \$? = $ac_status" >&59367 + echo "$as_me:12225: \$? = $ac_status" >&5 8480 9368 (exit $ac_status); } && 8481 9369 { ac_try='test -s conftest$ac_exeext' 8482 9370 - { (eval echo "$as_me:11881: \"$ac_try\"") >&5 8483 + { (eval echo "$as_me:1 1962: \"$ac_try\"") >&59371 + { (eval echo "$as_me:12228: \"$ac_try\"") >&5 8484 9372 (eval $ac_try) 2>&5 8485 9373 ac_status=$? 8486 9374 - echo "$as_me:11884: \$? = $ac_status" >&5 8487 + echo "$as_me:1 1965: \$? = $ac_status" >&59375 + echo "$as_me:12231: \$? = $ac_status" >&5 8488 9376 (exit $ac_status); }; }; then 8489 9377 ac_cv_lib_inet_bzero=yes 8490 9378 else 8491 @@ -11892,21 +1 1973,21 @@9379 @@ -11892,21 +12239,21 @@ 8492 9380 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8493 9381 LIBS=$ac_check_lib_save_LIBS 8494 9382 fi 8495 9383 -echo "$as_me:11895: result: $ac_cv_lib_inet_bzero" >&5 8496 +echo "$as_me:1 1976: result: $ac_cv_lib_inet_bzero" >&59384 +echo "$as_me:12242: result: $ac_cv_lib_inet_bzero" >&5 8497 9385 echo "${ECHO_T}$ac_cv_lib_inet_bzero" >&6 8498 9386 if test $ac_cv_lib_inet_bzero = yes; then … … 8502 9390 8503 9391 -echo "$as_me:11902: checking if sys/time.h works with sys/select.h" >&5 8504 +echo "$as_me:1 1983: checking if sys/time.h works with sys/select.h" >&59392 +echo "$as_me:12249: checking if sys/time.h works with sys/select.h" >&5 8505 9393 echo $ECHO_N "checking if sys/time.h works with sys/select.h... $ECHO_C" >&6 8506 9394 if test "${cf_cv_sys_time_select+set}" = set; then … … 8510 9398 cat >conftest.$ac_ext <<_ACEOF 8511 9399 -#line 11909 "configure" 8512 +#line 1 1990"configure"9400 +#line 12256 "configure" 8513 9401 #include "confdefs.h" 8514 9402 8515 9403 #include <sys/types.h> 8516 @@ -11926,16 +12 007,16 @@9404 @@ -11926,16 +12273,16 @@ 8517 9405 } 8518 9406 _ACEOF 8519 9407 rm -f conftest.$ac_objext 8520 9408 -if { (eval echo "$as_me:11929: \"$ac_compile\"") >&5 8521 +if { (eval echo "$as_me:12 010: \"$ac_compile\"") >&59409 +if { (eval echo "$as_me:12276: \"$ac_compile\"") >&5 8522 9410 (eval $ac_compile) 2>&5 8523 9411 ac_status=$? 8524 9412 - echo "$as_me:11932: \$? = $ac_status" >&5 8525 + echo "$as_me:12 013: \$? = $ac_status" >&59413 + echo "$as_me:12279: \$? = $ac_status" >&5 8526 9414 (exit $ac_status); } && 8527 9415 { ac_try='test -s conftest.$ac_objext' 8528 9416 - { (eval echo "$as_me:11935: \"$ac_try\"") >&5 8529 + { (eval echo "$as_me:12 016: \"$ac_try\"") >&59417 + { (eval echo "$as_me:12282: \"$ac_try\"") >&5 8530 9418 (eval $ac_try) 2>&5 8531 9419 ac_status=$? 8532 9420 - echo "$as_me:11938: \$? = $ac_status" >&5 8533 + echo "$as_me:12 019: \$? = $ac_status" >&59421 + echo "$as_me:12285: \$? = $ac_status" >&5 8534 9422 (exit $ac_status); }; }; then 8535 9423 cf_cv_sys_time_select=yes 8536 9424 else 8537 @@ -11947,7 +12 028,7 @@9425 @@ -11947,7 +12294,7 @@ 8538 9426 8539 9427 fi 8540 9428 8541 9429 -echo "$as_me:11950: result: $cf_cv_sys_time_select" >&5 8542 +echo "$as_me:12 031: result: $cf_cv_sys_time_select" >&59430 +echo "$as_me:12297: result: $cf_cv_sys_time_select" >&5 8543 9431 echo "${ECHO_T}$cf_cv_sys_time_select" >&6 8544 9432 test "$cf_cv_sys_time_select" = yes && cat >>confdefs.h <<\EOF 8545 9433 #define HAVE_SYS_TIME_SELECT 1 8546 @@ -11961,7 +12 042,7 @@9434 @@ -11961,7 +12308,7 @@ 8547 9435 ac_compiler_gnu=$ac_cv_c_compiler_gnu 8548 9436 ac_main_return=return 8549 9437 8550 9438 -echo "$as_me:11964: checking for $CC option to accept ANSI C" >&5 8551 +echo "$as_me:12 045: checking for $CC option to accept ANSI C" >&59439 +echo "$as_me:12311: checking for $CC option to accept ANSI C" >&5 8552 9440 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 8553 9441 if test "${ac_cv_prog_cc_stdc+set}" = set; then 8554 9442 echo $ECHO_N "(cached) $ECHO_C" >&6 8555 @@ -11969,7 +12 050,7 @@9443 @@ -11969,7 +12316,7 @@ 8556 9444 ac_cv_prog_cc_stdc=no 8557 9445 ac_save_CC=$CC 8558 9446 cat >conftest.$ac_ext <<_ACEOF 8559 9447 -#line 11972 "configure" 8560 +#line 12 053"configure"9448 +#line 12319 "configure" 8561 9449 #include "confdefs.h" 8562 9450 #include <stdarg.h> 8563 9451 #include <stdio.h> 8564 @@ -12018,16 +12 099,16 @@9452 @@ -12018,16 +12365,16 @@ 8565 9453 do 8566 9454 CC="$ac_save_CC $ac_arg" 8567 9455 rm -f conftest.$ac_objext 8568 9456 -if { (eval echo "$as_me:12021: \"$ac_compile\"") >&5 8569 +if { (eval echo "$as_me:12 102: \"$ac_compile\"") >&59457 +if { (eval echo "$as_me:12368: \"$ac_compile\"") >&5 8570 9458 (eval $ac_compile) 2>&5 8571 9459 ac_status=$? 8572 9460 - echo "$as_me:12024: \$? = $ac_status" >&5 8573 + echo "$as_me:12 105: \$? = $ac_status" >&59461 + echo "$as_me:12371: \$? = $ac_status" >&5 8574 9462 (exit $ac_status); } && 8575 9463 { ac_try='test -s conftest.$ac_objext' 8576 9464 - { (eval echo "$as_me:12027: \"$ac_try\"") >&5 8577 + { (eval echo "$as_me:12 108: \"$ac_try\"") >&59465 + { (eval echo "$as_me:12374: \"$ac_try\"") >&5 8578 9466 (eval $ac_try) 2>&5 8579 9467 ac_status=$? 8580 9468 - echo "$as_me:12030: \$? = $ac_status" >&5 8581 + echo "$as_me:12 111: \$? = $ac_status" >&59469 + echo "$as_me:12377: \$? = $ac_status" >&5 8582 9470 (exit $ac_status); }; }; then 8583 9471 ac_cv_prog_cc_stdc=$ac_arg 8584 9472 break 8585 @@ -12044,21 +12 125,21 @@9473 @@ -12044,21 +12391,21 @@ 8586 9474 8587 9475 case "x$ac_cv_prog_cc_stdc" in 8588 9476 x|xno) 8589 9477 - echo "$as_me:12047: result: none needed" >&5 8590 + echo "$as_me:12 128: result: none needed" >&59478 + echo "$as_me:12394: result: none needed" >&5 8591 9479 echo "${ECHO_T}none needed" >&6 ;; 8592 9480 *) 8593 9481 - echo "$as_me:12050: result: $ac_cv_prog_cc_stdc" >&5 8594 + echo "$as_me:12 131: result: $ac_cv_prog_cc_stdc" >&59482 + echo "$as_me:12397: result: $ac_cv_prog_cc_stdc" >&5 8595 9483 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 8596 9484 CC="$CC $ac_cv_prog_cc_stdc" ;; … … 8598 9486 8599 9487 -echo "$as_me:12055: checking for an ANSI C-conforming const" >&5 8600 +echo "$as_me:12 136: checking for an ANSI C-conforming const" >&59488 +echo "$as_me:12402: checking for an ANSI C-conforming const" >&5 8601 9489 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 8602 9490 if test "${ac_cv_c_const+set}" = set; then … … 8605 9493 cat >conftest.$ac_ext <<_ACEOF 8606 9494 -#line 12061 "configure" 8607 +#line 12 142"configure"9495 +#line 12408 "configure" 8608 9496 #include "confdefs.h" 8609 9497 8610 9498 int 8611 @@ -12116,16 +12 197,16 @@9499 @@ -12116,16 +12463,16 @@ 8612 9500 } 8613 9501 _ACEOF 8614 9502 rm -f conftest.$ac_objext 8615 9503 -if { (eval echo "$as_me:12119: \"$ac_compile\"") >&5 8616 +if { (eval echo "$as_me:12 200: \"$ac_compile\"") >&59504 +if { (eval echo "$as_me:12466: \"$ac_compile\"") >&5 8617 9505 (eval $ac_compile) 2>&5 8618 9506 ac_status=$? 8619 9507 - echo "$as_me:12122: \$? = $ac_status" >&5 8620 + echo "$as_me:12 203: \$? = $ac_status" >&59508 + echo "$as_me:12469: \$? = $ac_status" >&5 8621 9509 (exit $ac_status); } && 8622 9510 { ac_try='test -s conftest.$ac_objext' 8623 9511 - { (eval echo "$as_me:12125: \"$ac_try\"") >&5 8624 + { (eval echo "$as_me:12 206: \"$ac_try\"") >&59512 + { (eval echo "$as_me:12472: \"$ac_try\"") >&5 8625 9513 (eval $ac_try) 2>&5 8626 9514 ac_status=$? 8627 9515 - echo "$as_me:12128: \$? = $ac_status" >&5 8628 + echo "$as_me:12 209: \$? = $ac_status" >&59516 + echo "$as_me:12475: \$? = $ac_status" >&5 8629 9517 (exit $ac_status); }; }; then 8630 9518 ac_cv_c_const=yes 8631 9519 else 8632 @@ -12135,7 +12 216,7 @@9520 @@ -12135,7 +12482,7 @@ 8633 9521 fi 8634 9522 rm -f conftest.$ac_objext conftest.$ac_ext 8635 9523 fi 8636 9524 -echo "$as_me:12138: result: $ac_cv_c_const" >&5 8637 +echo "$as_me:12 219: result: $ac_cv_c_const" >&59525 +echo "$as_me:12485: result: $ac_cv_c_const" >&5 8638 9526 echo "${ECHO_T}$ac_cv_c_const" >&6 8639 9527 if test $ac_cv_c_const = no; then 8640 9528 8641 @@ -12145,7 +12 226,7 @@9529 @@ -12145,7 +12492,7 @@ 8642 9530 8643 9531 fi 8644 9532 8645 9533 -echo "$as_me:12148: checking for inline" >&5 8646 +echo "$as_me:12 229: checking for inline" >&59534 +echo "$as_me:12495: checking for inline" >&5 8647 9535 echo $ECHO_N "checking for inline... $ECHO_C" >&6 8648 9536 if test "${ac_cv_c_inline+set}" = set; then 8649 9537 echo $ECHO_N "(cached) $ECHO_C" >&6 8650 @@ -12153,7 +12 234,7 @@9538 @@ -12153,7 +12500,7 @@ 8651 9539 ac_cv_c_inline=no 8652 9540 for ac_kw in inline __inline__ __inline; do 8653 9541 cat >conftest.$ac_ext <<_ACEOF 8654 9542 -#line 12156 "configure" 8655 +#line 12 237"configure"9543 +#line 12503 "configure" 8656 9544 #include "confdefs.h" 8657 9545 #ifndef __cplusplus 8658 9546 static $ac_kw int static_foo () {return 0; } 8659 @@ -12162,16 +12 243,16 @@9547 @@ -12162,16 +12509,16 @@ 8660 9548 8661 9549 _ACEOF 8662 9550 rm -f conftest.$ac_objext 8663 9551 -if { (eval echo "$as_me:12165: \"$ac_compile\"") >&5 8664 +if { (eval echo "$as_me:12 246: \"$ac_compile\"") >&59552 +if { (eval echo "$as_me:12512: \"$ac_compile\"") >&5 8665 9553 (eval $ac_compile) 2>&5 8666 9554 ac_status=$? 8667 9555 - echo "$as_me:12168: \$? = $ac_status" >&5 8668 + echo "$as_me:12 249: \$? = $ac_status" >&59556 + echo "$as_me:12515: \$? = $ac_status" >&5 8669 9557 (exit $ac_status); } && 8670 9558 { ac_try='test -s conftest.$ac_objext' 8671 9559 - { (eval echo "$as_me:12171: \"$ac_try\"") >&5 8672 + { (eval echo "$as_me:12 252: \"$ac_try\"") >&59560 + { (eval echo "$as_me:12518: \"$ac_try\"") >&5 8673 9561 (eval $ac_try) 2>&5 8674 9562 ac_status=$? 8675 9563 - echo "$as_me:12174: \$? = $ac_status" >&5 8676 + echo "$as_me:12 255: \$? = $ac_status" >&59564 + echo "$as_me:12521: \$? = $ac_status" >&5 8677 9565 (exit $ac_status); }; }; then 8678 9566 ac_cv_c_inline=$ac_kw; break 8679 9567 else 8680 @@ -12182,7 +12 263,7 @@9568 @@ -12182,7 +12529,7 @@ 8681 9569 done 8682 9570 8683 9571 fi 8684 9572 -echo "$as_me:12185: result: $ac_cv_c_inline" >&5 8685 +echo "$as_me:12 266: result: $ac_cv_c_inline" >&59573 +echo "$as_me:12532: result: $ac_cv_c_inline" >&5 8686 9574 echo "${ECHO_T}$ac_cv_c_inline" >&6 8687 9575 case $ac_cv_c_inline in 8688 9576 inline | yes) ;; 8689 @@ -12205,7 +12 286,7 @@9577 @@ -12205,7 +12552,7 @@ 8690 9578 : 8691 9579 elif test "$GCC" = yes 8692 9580 then 8693 9581 - echo "$as_me:12208: checking if gcc supports options to tune inlining" >&5 8694 + echo "$as_me:12 289: checking if gcc supports options to tune inlining" >&59582 + echo "$as_me:12555: checking if gcc supports options to tune inlining" >&5 8695 9583 echo $ECHO_N "checking if gcc supports options to tune inlining... $ECHO_C" >&6 8696 9584 if test "${cf_cv_gcc_inline+set}" = set; then 8697 9585 echo $ECHO_N "(cached) $ECHO_C" >&6 8698 @@ -12214,7 +12 295,7 @@9586 @@ -12214,7 +12561,7 @@ 8699 9587 cf_save_CFLAGS=$CFLAGS 8700 9588 CFLAGS="$CFLAGS --param max-inline-insns-single=1200" 8701 9589 cat >conftest.$ac_ext <<_ACEOF 8702 9590 -#line 12217 "configure" 8703 +#line 12 298"configure"9591 +#line 12564 "configure" 8704 9592 #include "confdefs.h" 8705 9593 inline int foo(void) { return 1; } 8706 9594 int 8707 @@ -12226,16 +12 307,16 @@9595 @@ -12226,16 +12573,16 @@ 8708 9596 } 8709 9597 _ACEOF 8710 9598 rm -f conftest.$ac_objext 8711 9599 -if { (eval echo "$as_me:12229: \"$ac_compile\"") >&5 8712 +if { (eval echo "$as_me:12 310: \"$ac_compile\"") >&59600 +if { (eval echo "$as_me:12576: \"$ac_compile\"") >&5 8713 9601 (eval $ac_compile) 2>&5 8714 9602 ac_status=$? 8715 9603 - echo "$as_me:12232: \$? = $ac_status" >&5 8716 + echo "$as_me:12 313: \$? = $ac_status" >&59604 + echo "$as_me:12579: \$? = $ac_status" >&5 8717 9605 (exit $ac_status); } && 8718 9606 { ac_try='test -s conftest.$ac_objext' 8719 9607 - { (eval echo "$as_me:12235: \"$ac_try\"") >&5 8720 + { (eval echo "$as_me:12 316: \"$ac_try\"") >&59608 + { (eval echo "$as_me:12582: \"$ac_try\"") >&5 8721 9609 (eval $ac_try) 2>&5 8722 9610 ac_status=$? 8723 9611 - echo "$as_me:12238: \$? = $ac_status" >&5 8724 + echo "$as_me:12 319: \$? = $ac_status" >&59612 + echo "$as_me:12585: \$? = $ac_status" >&5 8725 9613 (exit $ac_status); }; }; then 8726 9614 cf_cv_gcc_inline=yes 8727 9615 else 8728 @@ -12247,7 +12 328,7 @@9616 @@ -12247,7 +12594,7 @@ 8729 9617 CFLAGS=$cf_save_CFLAGS 8730 9618 8731 9619 fi 8732 9620 -echo "$as_me:12250: result: $cf_cv_gcc_inline" >&5 8733 +echo "$as_me:12 331: result: $cf_cv_gcc_inline" >&59621 +echo "$as_me:12597: result: $cf_cv_gcc_inline" >&5 8734 9622 echo "${ECHO_T}$cf_cv_gcc_inline" >&6 8735 9623 if test "$cf_cv_gcc_inline" = yes ; then 8736 9624 8737 @@ -12323,7 +12 404,7 @@9625 @@ -12323,7 +12670,7 @@ 8738 9626 fi 8739 9627 fi 8740 9628 8741 9629 -echo "$as_me:12326: checking for signal global datatype" >&5 8742 +echo "$as_me:12 407: checking for signal global datatype" >&59630 +echo "$as_me:12673: checking for signal global datatype" >&5 8743 9631 echo $ECHO_N "checking for signal global datatype... $ECHO_C" >&6 8744 9632 if test "${cf_cv_sig_atomic_t+set}" = set; then 8745 9633 echo $ECHO_N "(cached) $ECHO_C" >&6 8746 @@ -12335,7 +12 416,7 @@9634 @@ -12335,7 +12682,7 @@ 8747 9635 "int" 8748 9636 do 8749 9637 cat >conftest.$ac_ext <<_ACEOF 8750 9638 -#line 12338 "configure" 8751 +#line 12 419"configure"9639 +#line 12685 "configure" 8752 9640 #include "confdefs.h" 8753 9641 8754 9642 #include <sys/types.h> 8755 @@ -12358,16 +12 439,16 @@9643 @@ -12358,16 +12705,16 @@ 8756 9644 } 8757 9645 _ACEOF 8758 9646 rm -f conftest.$ac_objext 8759 9647 -if { (eval echo "$as_me:12361: \"$ac_compile\"") >&5 8760 +if { (eval echo "$as_me:12 442: \"$ac_compile\"") >&59648 +if { (eval echo "$as_me:12708: \"$ac_compile\"") >&5 8761 9649 (eval $ac_compile) 2>&5 8762 9650 ac_status=$? 8763 9651 - echo "$as_me:12364: \$? = $ac_status" >&5 8764 + echo "$as_me:12 445: \$? = $ac_status" >&59652 + echo "$as_me:12711: \$? = $ac_status" >&5 8765 9653 (exit $ac_status); } && 8766 9654 { ac_try='test -s conftest.$ac_objext' 8767 9655 - { (eval echo "$as_me:12367: \"$ac_try\"") >&5 8768 + { (eval echo "$as_me:12 448: \"$ac_try\"") >&59656 + { (eval echo "$as_me:12714: \"$ac_try\"") >&5 8769 9657 (eval $ac_try) 2>&5 8770 9658 ac_status=$? 8771 9659 - echo "$as_me:12370: \$? = $ac_status" >&5 8772 + echo "$as_me:12 451: \$? = $ac_status" >&59660 + echo "$as_me:12717: \$? = $ac_status" >&5 8773 9661 (exit $ac_status); }; }; then 8774 9662 cf_cv_sig_atomic_t=$cf_type 8775 9663 else 8776 @@ -12381,7 +12 462,7 @@9664 @@ -12381,7 +12728,7 @@ 8777 9665 8778 9666 fi 8779 9667 8780 9668 -echo "$as_me:12384: result: $cf_cv_sig_atomic_t" >&5 8781 +echo "$as_me:12 465: result: $cf_cv_sig_atomic_t" >&59669 +echo "$as_me:12731: result: $cf_cv_sig_atomic_t" >&5 8782 9670 echo "${ECHO_T}$cf_cv_sig_atomic_t" >&6 8783 9671 test "$cf_cv_sig_atomic_t" != no && cat >>confdefs.h <<EOF 8784 9672 #define SIG_ATOMIC_T $cf_cv_sig_atomic_t 8785 @@ -12389,7 +12 470,7 @@9673 @@ -12389,7 +12736,7 @@ 8786 9674 8787 9675 if test $NCURSES_CHTYPE = auto ; then 8788 9676 8789 9677 -echo "$as_me:12392: checking for type of chtype" >&5 8790 +echo "$as_me:12 473: checking for type of chtype" >&59678 +echo "$as_me:12739: checking for type of chtype" >&5 8791 9679 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 8792 9680 if test "${cf_cv_typeof_chtype+set}" = set; then 8793 9681 echo $ECHO_N "(cached) $ECHO_C" >&6 8794 @@ -12399,7 +12 480,7 @@9682 @@ -12399,7 +12746,7 @@ 8795 9683 cf_cv_typeof_chtype=long 8796 9684 else 8797 9685 cat >conftest.$ac_ext <<_ACEOF 8798 9686 -#line 12402 "configure" 8799 +#line 12 483"configure"9687 +#line 12749 "configure" 8800 9688 #include "confdefs.h" 8801 9689 8802 9690 #define WANT_BITS 31 8803 @@ -12434,15 +12 515,15 @@9691 @@ -12434,15 +12781,15 @@ 8804 9692 8805 9693 _ACEOF 8806 9694 rm -f conftest$ac_exeext 8807 9695 -if { (eval echo "$as_me:12437: \"$ac_link\"") >&5 8808 +if { (eval echo "$as_me:12 518: \"$ac_link\"") >&59696 +if { (eval echo "$as_me:12784: \"$ac_link\"") >&5 8809 9697 (eval $ac_link) 2>&5 8810 9698 ac_status=$? 8811 9699 - echo "$as_me:12440: \$? = $ac_status" >&5 8812 + echo "$as_me:12 521: \$? = $ac_status" >&59700 + echo "$as_me:12787: \$? = $ac_status" >&5 8813 9701 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8814 9702 - { (eval echo "$as_me:12442: \"$ac_try\"") >&5 8815 + { (eval echo "$as_me:12 523: \"$ac_try\"") >&59703 + { (eval echo "$as_me:12789: \"$ac_try\"") >&5 8816 9704 (eval $ac_try) 2>&5 8817 9705 ac_status=$? 8818 9706 - echo "$as_me:12445: \$? = $ac_status" >&5 8819 + echo "$as_me:12 526: \$? = $ac_status" >&59707 + echo "$as_me:12792: \$? = $ac_status" >&5 8820 9708 (exit $ac_status); }; }; then 8821 9709 cf_cv_typeof_chtype=`cat cf_test.out` 8822 9710 else 8823 @@ -12457,7 +12 538,7 @@9711 @@ -12457,7 +12804,7 @@ 8824 9712 8825 9713 fi 8826 9714 8827 9715 -echo "$as_me:12460: result: $cf_cv_typeof_chtype" >&5 8828 +echo "$as_me:12 541: result: $cf_cv_typeof_chtype" >&59716 +echo "$as_me:12807: result: $cf_cv_typeof_chtype" >&5 8829 9717 echo "${ECHO_T}$cf_cv_typeof_chtype" >&6 8830 9718 8831 9719 cat >>confdefs.h <<EOF 8832 @@ -12469,14 +12 550,14 @@9720 @@ -12469,14 +12816,14 @@ 8833 9721 fi 8834 9722 test "$cf_cv_typeof_chtype" = unsigned && cf_cv_typeof_chtype="" 8835 9723 8836 9724 -echo "$as_me:12472: checking if unsigned literals are legal" >&5 8837 +echo "$as_me:12 553: checking if unsigned literals are legal" >&59725 +echo "$as_me:12819: checking if unsigned literals are legal" >&5 8838 9726 echo $ECHO_N "checking if unsigned literals are legal... $ECHO_C" >&6 8839 9727 if test "${cf_cv_unsigned_literals+set}" = set; then … … 8843 9731 cat >conftest.$ac_ext <<_ACEOF 8844 9732 -#line 12479 "configure" 8845 +#line 12 560"configure"9733 +#line 12826 "configure" 8846 9734 #include "confdefs.h" 8847 9735 8848 9736 int 8849 @@ -12488,16 +12 569,16 @@9737 @@ -12488,16 +12835,16 @@ 8850 9738 } 8851 9739 _ACEOF 8852 9740 rm -f conftest.$ac_objext 8853 9741 -if { (eval echo "$as_me:12491: \"$ac_compile\"") >&5 8854 +if { (eval echo "$as_me:12 572: \"$ac_compile\"") >&59742 +if { (eval echo "$as_me:12838: \"$ac_compile\"") >&5 8855 9743 (eval $ac_compile) 2>&5 8856 9744 ac_status=$? 8857 9745 - echo "$as_me:12494: \$? = $ac_status" >&5 8858 + echo "$as_me:12 575: \$? = $ac_status" >&59746 + echo "$as_me:12841: \$? = $ac_status" >&5 8859 9747 (exit $ac_status); } && 8860 9748 { ac_try='test -s conftest.$ac_objext' 8861 9749 - { (eval echo "$as_me:12497: \"$ac_try\"") >&5 8862 + { (eval echo "$as_me:12 578: \"$ac_try\"") >&59750 + { (eval echo "$as_me:12844: \"$ac_try\"") >&5 8863 9751 (eval $ac_try) 2>&5 8864 9752 ac_status=$? 8865 9753 - echo "$as_me:12500: \$? = $ac_status" >&5 8866 + echo "$as_me:12 581: \$? = $ac_status" >&59754 + echo "$as_me:12847: \$? = $ac_status" >&5 8867 9755 (exit $ac_status); }; }; then 8868 9756 cf_cv_unsigned_literals=yes 8869 9757 else 8870 @@ -12509,7 +12 590,7 @@9758 @@ -12509,7 +12856,7 @@ 8871 9759 8872 9760 fi 8873 9761 8874 9762 -echo "$as_me:12512: result: $cf_cv_unsigned_literals" >&5 8875 +echo "$as_me:12 593: result: $cf_cv_unsigned_literals" >&59763 +echo "$as_me:12859: result: $cf_cv_unsigned_literals" >&5 8876 9764 echo "${ECHO_T}$cf_cv_unsigned_literals" >&6 8877 9765 8878 9766 cf_cv_1UL="1" 8879 @@ -12525,14 +12 606,14 @@9767 @@ -12525,14 +12872,14 @@ 8880 9768 8881 9769 ### Checks for external-data 8882 9770 8883 9771 -echo "$as_me:12528: checking if external errno is declared" >&5 8884 +echo "$as_me:12 609: checking if external errno is declared" >&59772 +echo "$as_me:12875: checking if external errno is declared" >&5 8885 9773 echo $ECHO_N "checking if external errno is declared... $ECHO_C" >&6 8886 9774 if test "${cf_cv_dcl_errno+set}" = set; then … … 8890 9778 cat >conftest.$ac_ext <<_ACEOF 8891 9779 -#line 12535 "configure" 8892 +#line 12 616"configure"9780 +#line 12882 "configure" 8893 9781 #include "confdefs.h" 8894 9782 8895 9783 #ifdef HAVE_STDLIB_H 8896 @@ -12550,16 +12 631,16 @@9784 @@ -12550,16 +12897,16 @@ 8897 9785 } 8898 9786 _ACEOF 8899 9787 rm -f conftest.$ac_objext 8900 9788 -if { (eval echo "$as_me:12553: \"$ac_compile\"") >&5 8901 +if { (eval echo "$as_me:12 634: \"$ac_compile\"") >&59789 +if { (eval echo "$as_me:12900: \"$ac_compile\"") >&5 8902 9790 (eval $ac_compile) 2>&5 8903 9791 ac_status=$? 8904 9792 - echo "$as_me:12556: \$? = $ac_status" >&5 8905 + echo "$as_me:12 637: \$? = $ac_status" >&59793 + echo "$as_me:12903: \$? = $ac_status" >&5 8906 9794 (exit $ac_status); } && 8907 9795 { ac_try='test -s conftest.$ac_objext' 8908 9796 - { (eval echo "$as_me:12559: \"$ac_try\"") >&5 8909 + { (eval echo "$as_me:12 640: \"$ac_try\"") >&59797 + { (eval echo "$as_me:12906: \"$ac_try\"") >&5 8910 9798 (eval $ac_try) 2>&5 8911 9799 ac_status=$? 8912 9800 - echo "$as_me:12562: \$? = $ac_status" >&5 8913 + echo "$as_me:12 643: \$? = $ac_status" >&59801 + echo "$as_me:12909: \$? = $ac_status" >&5 8914 9802 (exit $ac_status); }; }; then 8915 9803 cf_cv_dcl_errno=yes 8916 9804 else 8917 @@ -12570,7 +12 651,7 @@9805 @@ -12570,7 +12917,7 @@ 8918 9806 rm -f conftest.$ac_objext conftest.$ac_ext 8919 9807 8920 9808 fi 8921 9809 -echo "$as_me:12573: result: $cf_cv_dcl_errno" >&5 8922 +echo "$as_me:12 654: result: $cf_cv_dcl_errno" >&59810 +echo "$as_me:12920: result: $cf_cv_dcl_errno" >&5 8923 9811 echo "${ECHO_T}$cf_cv_dcl_errno" >&6 8924 9812 8925 9813 if test "$cf_cv_dcl_errno" = no ; then 8926 @@ -12585,14 +12 666,14 @@9814 @@ -12585,14 +12932,14 @@ 8927 9815 8928 9816 # It's possible (for near-UNIX clones) that the data doesn't exist 8929 9817 8930 9818 -echo "$as_me:12588: checking if external errno exists" >&5 8931 +echo "$as_me:12 669: checking if external errno exists" >&59819 +echo "$as_me:12935: checking if external errno exists" >&5 8932 9820 echo $ECHO_N "checking if external errno exists... $ECHO_C" >&6 8933 9821 if test "${cf_cv_have_errno+set}" = set; then … … 8937 9825 cat >conftest.$ac_ext <<_ACEOF 8938 9826 -#line 12595 "configure" 8939 +#line 12 676"configure"9827 +#line 12942 "configure" 8940 9828 #include "confdefs.h" 8941 9829 8942 9830 #undef errno 8943 @@ -12607,16 +12 688,16 @@9831 @@ -12607,16 +12954,16 @@ 8944 9832 } 8945 9833 _ACEOF 8946 9834 rm -f conftest.$ac_objext conftest$ac_exeext 8947 9835 -if { (eval echo "$as_me:12610: \"$ac_link\"") >&5 8948 +if { (eval echo "$as_me:12 691: \"$ac_link\"") >&59836 +if { (eval echo "$as_me:12957: \"$ac_link\"") >&5 8949 9837 (eval $ac_link) 2>&5 8950 9838 ac_status=$? 8951 9839 - echo "$as_me:12613: \$? = $ac_status" >&5 8952 + echo "$as_me:12 694: \$? = $ac_status" >&59840 + echo "$as_me:12960: \$? = $ac_status" >&5 8953 9841 (exit $ac_status); } && 8954 9842 { ac_try='test -s conftest$ac_exeext' 8955 9843 - { (eval echo "$as_me:12616: \"$ac_try\"") >&5 8956 + { (eval echo "$as_me:12 697: \"$ac_try\"") >&59844 + { (eval echo "$as_me:12963: \"$ac_try\"") >&5 8957 9845 (eval $ac_try) 2>&5 8958 9846 ac_status=$? 8959 9847 - echo "$as_me:12619: \$? = $ac_status" >&5 8960 + echo "$as_me:12 700: \$? = $ac_status" >&59848 + echo "$as_me:12966: \$? = $ac_status" >&5 8961 9849 (exit $ac_status); }; }; then 8962 9850 cf_cv_have_errno=yes 8963 9851 else 8964 @@ -12627,7 +12 708,7 @@9852 @@ -12627,7 +12974,7 @@ 8965 9853 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8966 9854 8967 9855 fi 8968 9856 -echo "$as_me:12630: result: $cf_cv_have_errno" >&5 8969 +echo "$as_me:12 711: result: $cf_cv_have_errno" >&59857 +echo "$as_me:12977: result: $cf_cv_have_errno" >&5 8970 9858 echo "${ECHO_T}$cf_cv_have_errno" >&6 8971 9859 8972 9860 if test "$cf_cv_have_errno" = yes ; then 8973 @@ -12640,7 +12 721,7 @@9861 @@ -12640,7 +12987,7 @@ 8974 9862 8975 9863 fi 8976 9864 8977 9865 -echo "$as_me:12643: checking if data-only library module links" >&5 8978 +echo "$as_me:12 724: checking if data-only library module links" >&59866 +echo "$as_me:12990: checking if data-only library module links" >&5 8979 9867 echo $ECHO_N "checking if data-only library module links... $ECHO_C" >&6 8980 9868 if test "${cf_cv_link_dataonly+set}" = set; then 8981 9869 echo $ECHO_N "(cached) $ECHO_C" >&6 8982 @@ -12648,20 +12 729,20 @@9870 @@ -12648,20 +12995,20 @@ 8983 9871 8984 9872 rm -f conftest.a 8985 9873 cat >conftest.$ac_ext <<EOF 8986 9874 -#line 12651 "configure" 8987 +#line 12 732"configure"9875 +#line 12998 "configure" 8988 9876 int testdata[3] = { 123, 456, 789 }; 8989 9877 EOF 8990 9878 - if { (eval echo "$as_me:12654: \"$ac_compile\"") >&5 8991 + if { (eval echo "$as_me:1 2735: \"$ac_compile\"") >&59879 + if { (eval echo "$as_me:13001: \"$ac_compile\"") >&5 8992 9880 (eval $ac_compile) 2>&5 8993 9881 ac_status=$? 8994 9882 - echo "$as_me:12657: \$? = $ac_status" >&5 8995 + echo "$as_me:1 2738: \$? = $ac_status" >&59883 + echo "$as_me:13004: \$? = $ac_status" >&5 8996 9884 (exit $ac_status); } ; then 8997 9885 mv conftest.o data.o && \ 8998 ( $AR $AR_OPTS conftest.a data.o ) 2>&5 1>/dev/null 9886 - ( $AR $AR_OPTS conftest.a data.o ) 2>&5 1>/dev/null 9887 + ( $AR $ARFLAGS conftest.a data.o ) 2>&5 1>/dev/null 8999 9888 fi 9000 9889 rm -f conftest.$ac_ext data.o 9001 9890 cat >conftest.$ac_ext <<EOF 9002 9891 -#line 12664 "configure" 9003 +#line 1 2745"configure"9892 +#line 13011 "configure" 9004 9893 int testfunc() 9005 9894 { 9006 9895 #if defined(NeXT) 9007 @@ -12674,1 0 +12755,10@@9896 @@ -12674,13 +13021,13 @@ 9008 9897 #endif 9009 9898 } 9010 9899 EOF 9011 9900 - if { (eval echo "$as_me:12677: \"$ac_compile\"") >&5 9012 + if { (eval echo "$as_me:1 2758: \"$ac_compile\"") >&59901 + if { (eval echo "$as_me:13024: \"$ac_compile\"") >&5 9013 9902 (eval $ac_compile) 2>&5 9014 9903 ac_status=$? 9015 9904 - echo "$as_me:12680: \$? = $ac_status" >&5 9016 + echo "$as_me:1 2761: \$? = $ac_status" >&59905 + echo "$as_me:13027: \$? = $ac_status" >&5 9017 9906 (exit $ac_status); }; then 9018 9907 mv conftest.o func.o && \ 9019 ( $AR $AR_OPTS conftest.a func.o ) 2>&5 1>/dev/null 9020 @@ -12690,7 +12771,7 @@ 9908 - ( $AR $AR_OPTS conftest.a func.o ) 2>&5 1>/dev/null 9909 + ( $AR $ARFLAGS conftest.a func.o ) 2>&5 1>/dev/null 9910 fi 9911 rm -f conftest.$ac_ext func.o 9912 ( eval $RANLIB conftest.a ) 2>&5 >/dev/null 9913 @@ -12690,7 +13037,7 @@ 9021 9914 cf_cv_link_dataonly=unknown 9022 9915 else 9023 9916 cat >conftest.$ac_ext <<_ACEOF 9024 9917 -#line 12693 "configure" 9025 +#line 1 2774"configure"9918 +#line 13040 "configure" 9026 9919 #include "confdefs.h" 9027 9920 9028 9921 int main() 9029 @@ -12701,15 +1 2782,15 @@9922 @@ -12701,15 +13048,15 @@ 9030 9923 9031 9924 _ACEOF 9032 9925 rm -f conftest$ac_exeext 9033 9926 -if { (eval echo "$as_me:12704: \"$ac_link\"") >&5 9034 +if { (eval echo "$as_me:1 2785: \"$ac_link\"") >&59927 +if { (eval echo "$as_me:13051: \"$ac_link\"") >&5 9035 9928 (eval $ac_link) 2>&5 9036 9929 ac_status=$? 9037 9930 - echo "$as_me:12707: \$? = $ac_status" >&5 9038 + echo "$as_me:1 2788: \$? = $ac_status" >&59931 + echo "$as_me:13054: \$? = $ac_status" >&5 9039 9932 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9040 9933 - { (eval echo "$as_me:12709: \"$ac_try\"") >&5 9041 + { (eval echo "$as_me:1 2790: \"$ac_try\"") >&59934 + { (eval echo "$as_me:13056: \"$ac_try\"") >&5 9042 9935 (eval $ac_try) 2>&5 9043 9936 ac_status=$? 9044 9937 - echo "$as_me:12712: \$? = $ac_status" >&5 9045 + echo "$as_me:1 2793: \$? = $ac_status" >&59938 + echo "$as_me:13059: \$? = $ac_status" >&5 9046 9939 (exit $ac_status); }; }; then 9047 9940 cf_cv_link_dataonly=yes 9048 9941 else 9049 @@ -12724,7 +1 2805,7 @@9942 @@ -12724,7 +13071,7 @@ 9050 9943 9051 9944 fi 9052 9945 9053 9946 -echo "$as_me:12727: result: $cf_cv_link_dataonly" >&5 9054 +echo "$as_me:1 2808: result: $cf_cv_link_dataonly" >&59947 +echo "$as_me:13074: result: $cf_cv_link_dataonly" >&5 9055 9948 echo "${ECHO_T}$cf_cv_link_dataonly" >&6 9056 9949 9057 9950 if test "$cf_cv_link_dataonly" = no ; then 9058 @@ -12759,13 +1 2840,13 @@9951 @@ -12759,13 +13106,13 @@ 9059 9952 9060 9953 do 9061 9954 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9062 9955 -echo "$as_me:12762: checking for $ac_func" >&5 9063 +echo "$as_me:1 2843: checking for $ac_func" >&59956 +echo "$as_me:13109: checking for $ac_func" >&5 9064 9957 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9065 9958 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 9068 9961 cat >conftest.$ac_ext <<_ACEOF 9069 9962 -#line 12768 "configure" 9070 +#line 1 2849"configure"9963 +#line 13115 "configure" 9071 9964 #include "confdefs.h" 9072 9965 /* System header to define __stub macros and hopefully few prototypes, 9073 9966 which can conflict with char $ac_func (); below. */ 9074 @@ -12796,16 +1 2877,16 @@9967 @@ -12796,16 +13143,16 @@ 9075 9968 } 9076 9969 _ACEOF 9077 9970 rm -f conftest.$ac_objext conftest$ac_exeext 9078 9971 -if { (eval echo "$as_me:12799: \"$ac_link\"") >&5 9079 +if { (eval echo "$as_me:1 2880: \"$ac_link\"") >&59972 +if { (eval echo "$as_me:13146: \"$ac_link\"") >&5 9080 9973 (eval $ac_link) 2>&5 9081 9974 ac_status=$? 9082 9975 - echo "$as_me:12802: \$? = $ac_status" >&5 9083 + echo "$as_me:1 2883: \$? = $ac_status" >&59976 + echo "$as_me:13149: \$? = $ac_status" >&5 9084 9977 (exit $ac_status); } && 9085 9978 { ac_try='test -s conftest$ac_exeext' 9086 9979 - { (eval echo "$as_me:12805: \"$ac_try\"") >&5 9087 + { (eval echo "$as_me:1 2886: \"$ac_try\"") >&59980 + { (eval echo "$as_me:13152: \"$ac_try\"") >&5 9088 9981 (eval $ac_try) 2>&5 9089 9982 ac_status=$? 9090 9983 - echo "$as_me:12808: \$? = $ac_status" >&5 9091 + echo "$as_me:1 2889: \$? = $ac_status" >&59984 + echo "$as_me:13155: \$? = $ac_status" >&5 9092 9985 (exit $ac_status); }; }; then 9093 9986 eval "$as_ac_var=yes" 9094 9987 else 9095 @@ -12815,7 +1 2896,7 @@9988 @@ -12815,7 +13162,7 @@ 9096 9989 fi 9097 9990 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9098 9991 fi 9099 9992 -echo "$as_me:12818: result: `eval echo '${'$as_ac_var'}'`" >&5 9100 +echo "$as_me:1 2899: result: `eval echo '${'$as_ac_var'}'`" >&59993 +echo "$as_me:13165: result: `eval echo '${'$as_ac_var'}'`" >&5 9101 9994 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9102 9995 if test `eval echo '${'$as_ac_var'}'` = yes; then 9103 9996 cat >>confdefs.h <<EOF 9104 @@ -12827,14 +1 2908,14 @@9997 @@ -12827,14 +13174,14 @@ 9105 9998 9106 9999 if test "$with_getcap" = "yes" ; then 9107 10000 9108 10001 -echo "$as_me:12830: checking for terminal-capability database functions" >&5 9109 +echo "$as_me:1 2911: checking for terminal-capability database functions" >&510002 +echo "$as_me:13177: checking for terminal-capability database functions" >&5 9110 10003 echo $ECHO_N "checking for terminal-capability database functions... $ECHO_C" >&6 9111 10004 if test "${cf_cv_cgetent+set}" = set; then … … 9115 10008 cat >conftest.$ac_ext <<_ACEOF 9116 10009 -#line 12837 "configure" 9117 +#line 1 2918"configure"10010 +#line 13184 "configure" 9118 10011 #include "confdefs.h" 9119 10012 9120 10013 #include <stdlib.h> 9121 @@ -12854,16 +1 2935,16 @@10014 @@ -12854,16 +13201,16 @@ 9122 10015 } 9123 10016 _ACEOF 9124 10017 rm -f conftest.$ac_objext conftest$ac_exeext 9125 10018 -if { (eval echo "$as_me:12857: \"$ac_link\"") >&5 9126 +if { (eval echo "$as_me:1 2938: \"$ac_link\"") >&510019 +if { (eval echo "$as_me:13204: \"$ac_link\"") >&5 9127 10020 (eval $ac_link) 2>&5 9128 10021 ac_status=$? 9129 10022 - echo "$as_me:12860: \$? = $ac_status" >&5 9130 + echo "$as_me:1 2941: \$? = $ac_status" >&510023 + echo "$as_me:13207: \$? = $ac_status" >&5 9131 10024 (exit $ac_status); } && 9132 10025 { ac_try='test -s conftest$ac_exeext' 9133 10026 - { (eval echo "$as_me:12863: \"$ac_try\"") >&5 9134 + { (eval echo "$as_me:1 2944: \"$ac_try\"") >&510027 + { (eval echo "$as_me:13210: \"$ac_try\"") >&5 9135 10028 (eval $ac_try) 2>&5 9136 10029 ac_status=$? 9137 10030 - echo "$as_me:12866: \$? = $ac_status" >&5 9138 + echo "$as_me:1 2947: \$? = $ac_status" >&510031 + echo "$as_me:13213: \$? = $ac_status" >&5 9139 10032 (exit $ac_status); }; }; then 9140 10033 cf_cv_cgetent=yes 9141 10034 else 9142 @@ -12875,7 +1 2956,7 @@10035 @@ -12875,7 +13222,7 @@ 9143 10036 9144 10037 fi 9145 10038 9146 10039 -echo "$as_me:12878: result: $cf_cv_cgetent" >&5 9147 +echo "$as_me:1 2959: result: $cf_cv_cgetent" >&510040 +echo "$as_me:13225: result: $cf_cv_cgetent" >&5 9148 10041 echo "${ECHO_T}$cf_cv_cgetent" >&6 9149 10042 test "$cf_cv_cgetent" = yes && cat >>confdefs.h <<\EOF 9150 10043 #define HAVE_BSD_CGETENT 1 9151 @@ -12883,14 +1 2964,14 @@10044 @@ -12883,14 +13230,14 @@ 9152 10045 9153 10046 fi 9154 10047 9155 10048 -echo "$as_me:12886: checking for isascii" >&5 9156 +echo "$as_me:1 2967: checking for isascii" >&510049 +echo "$as_me:13233: checking for isascii" >&5 9157 10050 echo $ECHO_N "checking for isascii... $ECHO_C" >&6 9158 10051 if test "${cf_cv_have_isascii+set}" = set; then … … 9162 10055 cat >conftest.$ac_ext <<_ACEOF 9163 10056 -#line 12893 "configure" 9164 +#line 1 2974"configure"10057 +#line 13240 "configure" 9165 10058 #include "confdefs.h" 9166 10059 #include <ctype.h> 9167 10060 int 9168 @@ -12902,16 +1 2983,16 @@10061 @@ -12902,16 +13249,16 @@ 9169 10062 } 9170 10063 _ACEOF 9171 10064 rm -f conftest.$ac_objext conftest$ac_exeext 9172 10065 -if { (eval echo "$as_me:12905: \"$ac_link\"") >&5 9173 +if { (eval echo "$as_me:1 2986: \"$ac_link\"") >&510066 +if { (eval echo "$as_me:13252: \"$ac_link\"") >&5 9174 10067 (eval $ac_link) 2>&5 9175 10068 ac_status=$? 9176 10069 - echo "$as_me:12908: \$? = $ac_status" >&5 9177 + echo "$as_me:1 2989: \$? = $ac_status" >&510070 + echo "$as_me:13255: \$? = $ac_status" >&5 9178 10071 (exit $ac_status); } && 9179 10072 { ac_try='test -s conftest$ac_exeext' 9180 10073 - { (eval echo "$as_me:12911: \"$ac_try\"") >&5 9181 + { (eval echo "$as_me:1 2992: \"$ac_try\"") >&510074 + { (eval echo "$as_me:13258: \"$ac_try\"") >&5 9182 10075 (eval $ac_try) 2>&5 9183 10076 ac_status=$? 9184 10077 - echo "$as_me:12914: \$? = $ac_status" >&5 9185 + echo "$as_me:1 2995: \$? = $ac_status" >&510078 + echo "$as_me:13261: \$? = $ac_status" >&5 9186 10079 (exit $ac_status); }; }; then 9187 10080 cf_cv_have_isascii=yes 9188 10081 else 9189 @@ -12922,17 +13 003,17 @@10082 @@ -12922,17 +13269,17 @@ 9190 10083 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9191 10084 9192 10085 fi 9193 10086 -echo "$as_me:12925: result: $cf_cv_have_isascii" >&5 9194 +echo "$as_me:13 006: result: $cf_cv_have_isascii" >&510087 +echo "$as_me:13272: result: $cf_cv_have_isascii" >&5 9195 10088 echo "${ECHO_T}$cf_cv_have_isascii" >&6 9196 10089 test "$cf_cv_have_isascii" = yes && cat >>confdefs.h <<\EOF … … 9200 10093 if test "$ac_cv_func_sigaction" = yes; then 9201 10094 -echo "$as_me:12932: checking whether sigaction needs _POSIX_SOURCE" >&5 9202 +echo "$as_me:13 013: checking whether sigaction needs _POSIX_SOURCE" >&510095 +echo "$as_me:13279: checking whether sigaction needs _POSIX_SOURCE" >&5 9203 10096 echo $ECHO_N "checking whether sigaction needs _POSIX_SOURCE... $ECHO_C" >&6 9204 10097 cat >conftest.$ac_ext <<_ACEOF 9205 10098 -#line 12935 "configure" 9206 +#line 13 016"configure"10099 +#line 13282 "configure" 9207 10100 #include "confdefs.h" 9208 10101 9209 10102 #include <sys/types.h> 9210 @@ -12946,16 +13 027,16 @@10103 @@ -12946,16 +13293,16 @@ 9211 10104 } 9212 10105 _ACEOF 9213 10106 rm -f conftest.$ac_objext 9214 10107 -if { (eval echo "$as_me:12949: \"$ac_compile\"") >&5 9215 +if { (eval echo "$as_me:13 030: \"$ac_compile\"") >&510108 +if { (eval echo "$as_me:13296: \"$ac_compile\"") >&5 9216 10109 (eval $ac_compile) 2>&5 9217 10110 ac_status=$? 9218 10111 - echo "$as_me:12952: \$? = $ac_status" >&5 9219 + echo "$as_me:13 033: \$? = $ac_status" >&510112 + echo "$as_me:13299: \$? = $ac_status" >&5 9220 10113 (exit $ac_status); } && 9221 10114 { ac_try='test -s conftest.$ac_objext' 9222 10115 - { (eval echo "$as_me:12955: \"$ac_try\"") >&5 9223 + { (eval echo "$as_me:13 036: \"$ac_try\"") >&510116 + { (eval echo "$as_me:13302: \"$ac_try\"") >&5 9224 10117 (eval $ac_try) 2>&5 9225 10118 ac_status=$? 9226 10119 - echo "$as_me:12958: \$? = $ac_status" >&5 9227 + echo "$as_me:13 039: \$? = $ac_status" >&510120 + echo "$as_me:13305: \$? = $ac_status" >&5 9228 10121 (exit $ac_status); }; }; then 9229 10122 sigact_bad=no 9230 10123 else 9231 @@ -12963,7 +13 044,7 @@10124 @@ -12963,7 +13310,7 @@ 9232 10125 cat conftest.$ac_ext >&5 9233 10126 9234 10127 cat >conftest.$ac_ext <<_ACEOF 9235 10128 -#line 12966 "configure" 9236 +#line 13 047"configure"10129 +#line 13313 "configure" 9237 10130 #include "confdefs.h" 9238 10131 9239 10132 #define _POSIX_SOURCE 9240 @@ -12978,16 +13 059,16 @@10133 @@ -12978,16 +13325,16 @@ 9241 10134 } 9242 10135 _ACEOF 9243 10136 rm -f conftest.$ac_objext 9244 10137 -if { (eval echo "$as_me:12981: \"$ac_compile\"") >&5 9245 +if { (eval echo "$as_me:13 062: \"$ac_compile\"") >&510138 +if { (eval echo "$as_me:13328: \"$ac_compile\"") >&5 9246 10139 (eval $ac_compile) 2>&5 9247 10140 ac_status=$? 9248 10141 - echo "$as_me:12984: \$? = $ac_status" >&5 9249 + echo "$as_me:13 065: \$? = $ac_status" >&510142 + echo "$as_me:13331: \$? = $ac_status" >&5 9250 10143 (exit $ac_status); } && 9251 10144 { ac_try='test -s conftest.$ac_objext' 9252 10145 - { (eval echo "$as_me:12987: \"$ac_try\"") >&5 9253 + { (eval echo "$as_me:13 068: \"$ac_try\"") >&510146 + { (eval echo "$as_me:13334: \"$ac_try\"") >&5 9254 10147 (eval $ac_try) 2>&5 9255 10148 ac_status=$? 9256 10149 - echo "$as_me:12990: \$? = $ac_status" >&5 9257 + echo "$as_me:13 071: \$? = $ac_status" >&510150 + echo "$as_me:13337: \$? = $ac_status" >&5 9258 10151 (exit $ac_status); }; }; then 9259 10152 sigact_bad=yes 9260 10153 cat >>confdefs.h <<\EOF 9261 @@ -13002,11 +13 083,11 @@10154 @@ -13002,11 +13349,11 @@ 9262 10155 rm -f conftest.$ac_objext conftest.$ac_ext 9263 10156 fi 9264 10157 rm -f conftest.$ac_objext conftest.$ac_ext 9265 10158 -echo "$as_me:13005: result: $sigact_bad" >&5 9266 +echo "$as_me:13 086: result: $sigact_bad" >&510159 +echo "$as_me:13352: result: $sigact_bad" >&5 9267 10160 echo "${ECHO_T}$sigact_bad" >&6 9268 10161 fi 9269 10162 9270 10163 -echo "$as_me:13009: checking if nanosleep really works" >&5 9271 +echo "$as_me:13 090: checking if nanosleep really works" >&510164 +echo "$as_me:13356: checking if nanosleep really works" >&5 9272 10165 echo $ECHO_N "checking if nanosleep really works... $ECHO_C" >&6 9273 10166 if test "${cf_cv_func_nanosleep+set}" = set; then 9274 10167 echo $ECHO_N "(cached) $ECHO_C" >&6 9275 @@ -13016,7 +13 097,7 @@10168 @@ -13016,7 +13363,7 @@ 9276 10169 cf_cv_func_nanosleep=unknown 9277 10170 else 9278 10171 cat >conftest.$ac_ext <<_ACEOF 9279 10172 -#line 13019 "configure" 9280 +#line 13 100"configure"10173 +#line 13366 "configure" 9281 10174 #include "confdefs.h" 9282 10175 9283 10176 #include <stdio.h> 9284 @@ -13041,15 +13 122,15 @@10177 @@ -13041,15 +13388,15 @@ 9285 10178 9286 10179 _ACEOF 9287 10180 rm -f conftest$ac_exeext 9288 10181 -if { (eval echo "$as_me:13044: \"$ac_link\"") >&5 9289 +if { (eval echo "$as_me:13 125: \"$ac_link\"") >&510182 +if { (eval echo "$as_me:13391: \"$ac_link\"") >&5 9290 10183 (eval $ac_link) 2>&5 9291 10184 ac_status=$? 9292 10185 - echo "$as_me:13047: \$? = $ac_status" >&5 9293 + echo "$as_me:13 128: \$? = $ac_status" >&510186 + echo "$as_me:13394: \$? = $ac_status" >&5 9294 10187 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9295 10188 - { (eval echo "$as_me:13049: \"$ac_try\"") >&5 9296 + { (eval echo "$as_me:13 130: \"$ac_try\"") >&510189 + { (eval echo "$as_me:13396: \"$ac_try\"") >&5 9297 10190 (eval $ac_try) 2>&5 9298 10191 ac_status=$? 9299 10192 - echo "$as_me:13052: \$? = $ac_status" >&5 9300 + echo "$as_me:13 133: \$? = $ac_status" >&510193 + echo "$as_me:13399: \$? = $ac_status" >&5 9301 10194 (exit $ac_status); }; }; then 9302 10195 cf_cv_func_nanosleep=yes 9303 10196 else 9304 @@ -13061,7 +13 142,7 @@10197 @@ -13061,7 +13408,7 @@ 9305 10198 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 9306 10199 fi 9307 10200 fi 9308 10201 -echo "$as_me:13064: result: $cf_cv_func_nanosleep" >&5 9309 +echo "$as_me:13 145: result: $cf_cv_func_nanosleep" >&510202 +echo "$as_me:13411: result: $cf_cv_func_nanosleep" >&5 9310 10203 echo "${ECHO_T}$cf_cv_func_nanosleep" >&6 9311 10204 9312 10205 test "$cf_cv_func_nanosleep" = "yes" && cat >>confdefs.h <<\EOF 9313 @@ -13075,23 +13 156,23 @@10206 @@ -13075,23 +13422,23 @@ 9314 10207 9315 10208 do 9316 10209 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9317 10210 -echo "$as_me:13078: checking for $ac_header" >&5 9318 +echo "$as_me:13 159: checking for $ac_header" >&510211 +echo "$as_me:13425: checking for $ac_header" >&5 9319 10212 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9320 10213 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 9323 10216 cat >conftest.$ac_ext <<_ACEOF 9324 10217 -#line 13084 "configure" 9325 +#line 13 165"configure"10218 +#line 13431 "configure" 9326 10219 #include "confdefs.h" 9327 10220 #include <$ac_header> 9328 10221 _ACEOF 9329 10222 -if { (eval echo "$as_me:13088: \"$ac_cpp conftest.$ac_ext\"") >&5 9330 +if { (eval echo "$as_me:13 169: \"$ac_cpp conftest.$ac_ext\"") >&510223 +if { (eval echo "$as_me:13435: \"$ac_cpp conftest.$ac_ext\"") >&5 9331 10224 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9332 10225 ac_status=$? … … 9335 10228 cat conftest.err >&5 9336 10229 - echo "$as_me:13094: \$? = $ac_status" >&5 9337 + echo "$as_me:13 175: \$? = $ac_status" >&510230 + echo "$as_me:13441: \$? = $ac_status" >&5 9338 10231 (exit $ac_status); } >/dev/null; then 9339 10232 if test -s conftest.err; then 9340 10233 ac_cpp_err=$ac_c_preproc_warn_flag 9341 @@ -13110,7 +13 191,7 @@10234 @@ -13110,7 +13457,7 @@ 9342 10235 fi 9343 10236 rm -f conftest.err conftest.$ac_ext 9344 10237 fi 9345 10238 -echo "$as_me:13113: result: `eval echo '${'$as_ac_Header'}'`" >&5 9346 +echo "$as_me:13 194: result: `eval echo '${'$as_ac_Header'}'`" >&510239 +echo "$as_me:13460: result: `eval echo '${'$as_ac_Header'}'`" >&5 9347 10240 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9348 10241 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9349 10242 cat >>confdefs.h <<EOF 9350 @@ -13125,23 +13 206,23 @@10243 @@ -13125,23 +13472,23 @@ 9351 10244 for ac_header in sys/termio.h 9352 10245 do 9353 10246 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9354 10247 -echo "$as_me:13128: checking for $ac_header" >&5 9355 +echo "$as_me:13 209: checking for $ac_header" >&510248 +echo "$as_me:13475: checking for $ac_header" >&5 9356 10249 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9357 10250 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 9360 10253 cat >conftest.$ac_ext <<_ACEOF 9361 10254 -#line 13134 "configure" 9362 +#line 13 215"configure"10255 +#line 13481 "configure" 9363 10256 #include "confdefs.h" 9364 10257 #include <$ac_header> 9365 10258 _ACEOF 9366 10259 -if { (eval echo "$as_me:13138: \"$ac_cpp conftest.$ac_ext\"") >&5 9367 +if { (eval echo "$as_me:13 219: \"$ac_cpp conftest.$ac_ext\"") >&510260 +if { (eval echo "$as_me:13485: \"$ac_cpp conftest.$ac_ext\"") >&5 9368 10261 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9369 10262 ac_status=$? … … 9372 10265 cat conftest.err >&5 9373 10266 - echo "$as_me:13144: \$? = $ac_status" >&5 9374 + echo "$as_me:13 225: \$? = $ac_status" >&510267 + echo "$as_me:13491: \$? = $ac_status" >&5 9375 10268 (exit $ac_status); } >/dev/null; then 9376 10269 if test -s conftest.err; then 9377 10270 ac_cpp_err=$ac_c_preproc_warn_flag 9378 @@ -13160,7 +13 241,7 @@10271 @@ -13160,7 +13507,7 @@ 9379 10272 fi 9380 10273 rm -f conftest.err conftest.$ac_ext 9381 10274 fi 9382 10275 -echo "$as_me:13163: result: `eval echo '${'$as_ac_Header'}'`" >&5 9383 +echo "$as_me:13 244: result: `eval echo '${'$as_ac_Header'}'`" >&510276 +echo "$as_me:13510: result: `eval echo '${'$as_ac_Header'}'`" >&5 9384 10277 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9385 10278 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9386 10279 cat >>confdefs.h <<EOF 9387 @@ -13178,10 +13 259,10 @@10280 @@ -13178,10 +13525,10 @@ 9388 10281 *) termios_bad=maybe ;; 9389 10282 esac 9390 10283 if test "$termios_bad" = maybe ; then 9391 10284 - echo "$as_me:13181: checking whether termios.h needs _POSIX_SOURCE" >&5 9392 + echo "$as_me:13 262: checking whether termios.h needs _POSIX_SOURCE" >&510285 + echo "$as_me:13528: checking whether termios.h needs _POSIX_SOURCE" >&5 9393 10286 echo $ECHO_N "checking whether termios.h needs _POSIX_SOURCE... $ECHO_C" >&6 9394 10287 cat >conftest.$ac_ext <<_ACEOF 9395 10288 -#line 13184 "configure" 9396 +#line 13 265"configure"10289 +#line 13531 "configure" 9397 10290 #include "confdefs.h" 9398 10291 #include <termios.h> 9399 10292 int 9400 @@ -13193,16 +13 274,16 @@10293 @@ -13193,16 +13540,16 @@ 9401 10294 } 9402 10295 _ACEOF 9403 10296 rm -f conftest.$ac_objext 9404 10297 -if { (eval echo "$as_me:13196: \"$ac_compile\"") >&5 9405 +if { (eval echo "$as_me:13 277: \"$ac_compile\"") >&510298 +if { (eval echo "$as_me:13543: \"$ac_compile\"") >&5 9406 10299 (eval $ac_compile) 2>&5 9407 10300 ac_status=$? 9408 10301 - echo "$as_me:13199: \$? = $ac_status" >&5 9409 + echo "$as_me:13 280: \$? = $ac_status" >&510302 + echo "$as_me:13546: \$? = $ac_status" >&5 9410 10303 (exit $ac_status); } && 9411 10304 { ac_try='test -s conftest.$ac_objext' 9412 10305 - { (eval echo "$as_me:13202: \"$ac_try\"") >&5 9413 + { (eval echo "$as_me:13 283: \"$ac_try\"") >&510306 + { (eval echo "$as_me:13549: \"$ac_try\"") >&5 9414 10307 (eval $ac_try) 2>&5 9415 10308 ac_status=$? 9416 10309 - echo "$as_me:13205: \$? = $ac_status" >&5 9417 + echo "$as_me:13 286: \$? = $ac_status" >&510310 + echo "$as_me:13552: \$? = $ac_status" >&5 9418 10311 (exit $ac_status); }; }; then 9419 10312 termios_bad=no 9420 10313 else 9421 @@ -13210,7 +13 291,7 @@10314 @@ -13210,7 +13557,7 @@ 9422 10315 cat conftest.$ac_ext >&5 9423 10316 9424 10317 cat >conftest.$ac_ext <<_ACEOF 9425 10318 -#line 13213 "configure" 9426 +#line 13 294"configure"10319 +#line 13560 "configure" 9427 10320 #include "confdefs.h" 9428 10321 9429 10322 #define _POSIX_SOURCE 9430 @@ -13224,16 +13 305,16 @@10323 @@ -13224,16 +13571,16 @@ 9431 10324 } 9432 10325 _ACEOF 9433 10326 rm -f conftest.$ac_objext 9434 10327 -if { (eval echo "$as_me:13227: \"$ac_compile\"") >&5 9435 +if { (eval echo "$as_me:13 308: \"$ac_compile\"") >&510328 +if { (eval echo "$as_me:13574: \"$ac_compile\"") >&5 9436 10329 (eval $ac_compile) 2>&5 9437 10330 ac_status=$? 9438 10331 - echo "$as_me:13230: \$? = $ac_status" >&5 9439 + echo "$as_me:13 311: \$? = $ac_status" >&510332 + echo "$as_me:13577: \$? = $ac_status" >&5 9440 10333 (exit $ac_status); } && 9441 10334 { ac_try='test -s conftest.$ac_objext' 9442 10335 - { (eval echo "$as_me:13233: \"$ac_try\"") >&5 9443 + { (eval echo "$as_me:13 314: \"$ac_try\"") >&510336 + { (eval echo "$as_me:13580: \"$ac_try\"") >&5 9444 10337 (eval $ac_try) 2>&5 9445 10338 ac_status=$? 9446 10339 - echo "$as_me:13236: \$? = $ac_status" >&5 9447 + echo "$as_me:13 317: \$? = $ac_status" >&510340 + echo "$as_me:13583: \$? = $ac_status" >&5 9448 10341 (exit $ac_status); }; }; then 9449 10342 termios_bad=unknown 9450 10343 else 9451 @@ -13248,19 +13 329,19 @@10344 @@ -13248,19 +13595,19 @@ 9452 10345 9453 10346 fi 9454 10347 rm -f conftest.$ac_objext conftest.$ac_ext 9455 10348 - echo "$as_me:13251: result: $termios_bad" >&5 9456 + echo "$as_me:13 332: result: $termios_bad" >&510349 + echo "$as_me:13598: result: $termios_bad" >&5 9457 10350 echo "${ECHO_T}$termios_bad" >&6 9458 10351 fi … … 9460 10353 9461 10354 -echo "$as_me:13256: checking for tcgetattr" >&5 9462 +echo "$as_me:13 337: checking for tcgetattr" >&510355 +echo "$as_me:13603: checking for tcgetattr" >&5 9463 10356 echo $ECHO_N "checking for tcgetattr... $ECHO_C" >&6 9464 10357 if test "${cf_cv_have_tcgetattr+set}" = set; then … … 9468 10361 cat >conftest.$ac_ext <<_ACEOF 9469 10362 -#line 13263 "configure" 9470 +#line 13 344"configure"10363 +#line 13610 "configure" 9471 10364 #include "confdefs.h" 9472 10365 9473 10366 #include <sys/types.h> 9474 @@ -13288,16 +13 369,16 @@10367 @@ -13288,16 +13635,16 @@ 9475 10368 } 9476 10369 _ACEOF 9477 10370 rm -f conftest.$ac_objext conftest$ac_exeext 9478 10371 -if { (eval echo "$as_me:13291: \"$ac_link\"") >&5 9479 +if { (eval echo "$as_me:13 372: \"$ac_link\"") >&510372 +if { (eval echo "$as_me:13638: \"$ac_link\"") >&5 9480 10373 (eval $ac_link) 2>&5 9481 10374 ac_status=$? 9482 10375 - echo "$as_me:13294: \$? = $ac_status" >&5 9483 + echo "$as_me:13 375: \$? = $ac_status" >&510376 + echo "$as_me:13641: \$? = $ac_status" >&5 9484 10377 (exit $ac_status); } && 9485 10378 { ac_try='test -s conftest$ac_exeext' 9486 10379 - { (eval echo "$as_me:13297: \"$ac_try\"") >&5 9487 + { (eval echo "$as_me:13 378: \"$ac_try\"") >&510380 + { (eval echo "$as_me:13644: \"$ac_try\"") >&5 9488 10381 (eval $ac_try) 2>&5 9489 10382 ac_status=$? 9490 10383 - echo "$as_me:13300: \$? = $ac_status" >&5 9491 + echo "$as_me:13 381: \$? = $ac_status" >&510384 + echo "$as_me:13647: \$? = $ac_status" >&5 9492 10385 (exit $ac_status); }; }; then 9493 10386 cf_cv_have_tcgetattr=yes 9494 10387 else 9495 @@ -13307,20 +13 388,20 @@10388 @@ -13307,20 +13654,20 @@ 9496 10389 fi 9497 10390 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9498 10391 fi 9499 10392 -echo "$as_me:13310: result: $cf_cv_have_tcgetattr" >&5 9500 +echo "$as_me:13 391: result: $cf_cv_have_tcgetattr" >&510393 +echo "$as_me:13657: result: $cf_cv_have_tcgetattr" >&5 9501 10394 echo "${ECHO_T}$cf_cv_have_tcgetattr" >&6 9502 10395 test "$cf_cv_have_tcgetattr" = yes && cat >>confdefs.h <<\EOF … … 9505 10398 9506 10399 -echo "$as_me:13316: checking for vsscanf function or workaround" >&5 9507 +echo "$as_me:13 397: checking for vsscanf function or workaround" >&510400 +echo "$as_me:13663: checking for vsscanf function or workaround" >&5 9508 10401 echo $ECHO_N "checking for vsscanf function or workaround... $ECHO_C" >&6 9509 10402 if test "${cf_cv_func_vsscanf+set}" = set; then … … 9513 10406 cat >conftest.$ac_ext <<_ACEOF 9514 10407 -#line 13323 "configure" 9515 +#line 13 404"configure"10408 +#line 13670 "configure" 9516 10409 #include "confdefs.h" 9517 10410 9518 10411 #include <stdarg.h> 9519 @@ -13336,16 +13 417,16 @@10412 @@ -13336,16 +13683,16 @@ 9520 10413 } 9521 10414 _ACEOF 9522 10415 rm -f conftest.$ac_objext conftest$ac_exeext 9523 10416 -if { (eval echo "$as_me:13339: \"$ac_link\"") >&5 9524 +if { (eval echo "$as_me:13 420: \"$ac_link\"") >&510417 +if { (eval echo "$as_me:13686: \"$ac_link\"") >&5 9525 10418 (eval $ac_link) 2>&5 9526 10419 ac_status=$? 9527 10420 - echo "$as_me:13342: \$? = $ac_status" >&5 9528 + echo "$as_me:13 423: \$? = $ac_status" >&510421 + echo "$as_me:13689: \$? = $ac_status" >&5 9529 10422 (exit $ac_status); } && 9530 10423 { ac_try='test -s conftest$ac_exeext' 9531 10424 - { (eval echo "$as_me:13345: \"$ac_try\"") >&5 9532 + { (eval echo "$as_me:13 426: \"$ac_try\"") >&510425 + { (eval echo "$as_me:13692: \"$ac_try\"") >&5 9533 10426 (eval $ac_try) 2>&5 9534 10427 ac_status=$? 9535 10428 - echo "$as_me:13348: \$? = $ac_status" >&5 9536 + echo "$as_me:13 429: \$? = $ac_status" >&510429 + echo "$as_me:13695: \$? = $ac_status" >&5 9537 10430 (exit $ac_status); }; }; then 9538 10431 cf_cv_func_vsscanf=vsscanf 9539 10432 else 9540 @@ -13353,7 +13 434,7 @@10433 @@ -13353,7 +13700,7 @@ 9541 10434 cat conftest.$ac_ext >&5 9542 10435 9543 10436 cat >conftest.$ac_ext <<_ACEOF 9544 10437 -#line 13356 "configure" 9545 +#line 13 437"configure"10438 +#line 13703 "configure" 9546 10439 #include "confdefs.h" 9547 10440 9548 10441 #include <stdarg.h> 9549 @@ -13375,16 +13 456,16 @@10442 @@ -13375,16 +13722,16 @@ 9550 10443 } 9551 10444 _ACEOF 9552 10445 rm -f conftest.$ac_objext conftest$ac_exeext 9553 10446 -if { (eval echo "$as_me:13378: \"$ac_link\"") >&5 9554 +if { (eval echo "$as_me:13 459: \"$ac_link\"") >&510447 +if { (eval echo "$as_me:13725: \"$ac_link\"") >&5 9555 10448 (eval $ac_link) 2>&5 9556 10449 ac_status=$? 9557 10450 - echo "$as_me:13381: \$? = $ac_status" >&5 9558 + echo "$as_me:13 462: \$? = $ac_status" >&510451 + echo "$as_me:13728: \$? = $ac_status" >&5 9559 10452 (exit $ac_status); } && 9560 10453 { ac_try='test -s conftest$ac_exeext' 9561 10454 - { (eval echo "$as_me:13384: \"$ac_try\"") >&5 9562 + { (eval echo "$as_me:13 465: \"$ac_try\"") >&510455 + { (eval echo "$as_me:13731: \"$ac_try\"") >&5 9563 10456 (eval $ac_try) 2>&5 9564 10457 ac_status=$? 9565 10458 - echo "$as_me:13387: \$? = $ac_status" >&5 9566 + echo "$as_me:13 468: \$? = $ac_status" >&510459 + echo "$as_me:13734: \$? = $ac_status" >&5 9567 10460 (exit $ac_status); }; }; then 9568 10461 cf_cv_func_vsscanf=vfscanf 9569 10462 else 9570 @@ -13392,7 +13 473,7 @@10463 @@ -13392,7 +13739,7 @@ 9571 10464 cat conftest.$ac_ext >&5 9572 10465 9573 10466 cat >conftest.$ac_ext <<_ACEOF 9574 10467 -#line 13395 "configure" 9575 +#line 13 476"configure"10468 +#line 13742 "configure" 9576 10469 #include "confdefs.h" 9577 10470 9578 10471 #include <stdarg.h> 9579 @@ -13414,16 +13 495,16 @@10472 @@ -13414,16 +13761,16 @@ 9580 10473 } 9581 10474 _ACEOF 9582 10475 rm -f conftest.$ac_objext conftest$ac_exeext 9583 10476 -if { (eval echo "$as_me:13417: \"$ac_link\"") >&5 9584 +if { (eval echo "$as_me:13 498: \"$ac_link\"") >&510477 +if { (eval echo "$as_me:13764: \"$ac_link\"") >&5 9585 10478 (eval $ac_link) 2>&5 9586 10479 ac_status=$? 9587 10480 - echo "$as_me:13420: \$? = $ac_status" >&5 9588 + echo "$as_me:13 501: \$? = $ac_status" >&510481 + echo "$as_me:13767: \$? = $ac_status" >&5 9589 10482 (exit $ac_status); } && 9590 10483 { ac_try='test -s conftest$ac_exeext' 9591 10484 - { (eval echo "$as_me:13423: \"$ac_try\"") >&5 9592 + { (eval echo "$as_me:13 504: \"$ac_try\"") >&510485 + { (eval echo "$as_me:13770: \"$ac_try\"") >&5 9593 10486 (eval $ac_try) 2>&5 9594 10487 ac_status=$? 9595 10488 - echo "$as_me:13426: \$? = $ac_status" >&5 9596 + echo "$as_me:13 507: \$? = $ac_status" >&510489 + echo "$as_me:13773: \$? = $ac_status" >&5 9597 10490 (exit $ac_status); }; }; then 9598 10491 cf_cv_func_vsscanf=_doscan 9599 10492 else 9600 @@ -13438,7 +13 519,7 @@10493 @@ -13438,7 +13785,7 @@ 9601 10494 fi 9602 10495 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9603 10496 fi 9604 10497 -echo "$as_me:13441: result: $cf_cv_func_vsscanf" >&5 9605 +echo "$as_me:13 522: result: $cf_cv_func_vsscanf" >&510498 +echo "$as_me:13788: result: $cf_cv_func_vsscanf" >&5 9606 10499 echo "${ECHO_T}$cf_cv_func_vsscanf" >&6 9607 10500 9608 10501 case $cf_cv_func_vsscanf in #(vi 9609 @@ -13456,7 +13 537,7 @@10502 @@ -13456,7 +13803,7 @@ 9610 10503 ;; 9611 10504 esac 9612 10505 9613 10506 -echo "$as_me:13459: checking for working mkstemp" >&5 9614 +echo "$as_me:13 540: checking for working mkstemp" >&510507 +echo "$as_me:13806: checking for working mkstemp" >&5 9615 10508 echo $ECHO_N "checking for working mkstemp... $ECHO_C" >&6 9616 10509 if test "${cf_cv_func_mkstemp+set}" = set; then 9617 10510 echo $ECHO_N "(cached) $ECHO_C" >&6 9618 @@ -13464,13 +13 545,13 @@10511 @@ -13464,13 +13811,13 @@ 9619 10512 9620 10513 rm -f conftest* 9621 10514 if test "$cross_compiling" = yes; then 9622 10515 - echo "$as_me:13467: checking for mkstemp" >&5 9623 + echo "$as_me:13 548: checking for mkstemp" >&510516 + echo "$as_me:13814: checking for mkstemp" >&5 9624 10517 echo $ECHO_N "checking for mkstemp... $ECHO_C" >&6 9625 10518 if test "${ac_cv_func_mkstemp+set}" = set; then … … 9628 10521 cat >conftest.$ac_ext <<_ACEOF 9629 10522 -#line 13473 "configure" 9630 +#line 13 554"configure"10523 +#line 13820 "configure" 9631 10524 #include "confdefs.h" 9632 10525 /* System header to define __stub macros and hopefully few prototypes, 9633 10526 which can conflict with char mkstemp (); below. */ 9634 @@ -13501,16 +13 582,16 @@10527 @@ -13501,16 +13848,16 @@ 9635 10528 } 9636 10529 _ACEOF 9637 10530 rm -f conftest.$ac_objext conftest$ac_exeext 9638 10531 -if { (eval echo "$as_me:13504: \"$ac_link\"") >&5 9639 +if { (eval echo "$as_me:13 585: \"$ac_link\"") >&510532 +if { (eval echo "$as_me:13851: \"$ac_link\"") >&5 9640 10533 (eval $ac_link) 2>&5 9641 10534 ac_status=$? 9642 10535 - echo "$as_me:13507: \$? = $ac_status" >&5 9643 + echo "$as_me:13 588: \$? = $ac_status" >&510536 + echo "$as_me:13854: \$? = $ac_status" >&5 9644 10537 (exit $ac_status); } && 9645 10538 { ac_try='test -s conftest$ac_exeext' 9646 10539 - { (eval echo "$as_me:13510: \"$ac_try\"") >&5 9647 + { (eval echo "$as_me:13 591: \"$ac_try\"") >&510540 + { (eval echo "$as_me:13857: \"$ac_try\"") >&5 9648 10541 (eval $ac_try) 2>&5 9649 10542 ac_status=$? 9650 10543 - echo "$as_me:13513: \$? = $ac_status" >&5 9651 + echo "$as_me:13 594: \$? = $ac_status" >&510544 + echo "$as_me:13860: \$? = $ac_status" >&5 9652 10545 (exit $ac_status); }; }; then 9653 10546 ac_cv_func_mkstemp=yes 9654 10547 else 9655 @@ -13520,12 +13 601,12 @@10548 @@ -13520,12 +13867,12 @@ 9656 10549 fi 9657 10550 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9658 10551 fi 9659 10552 -echo "$as_me:13523: result: $ac_cv_func_mkstemp" >&5 9660 +echo "$as_me:13 604: result: $ac_cv_func_mkstemp" >&510553 +echo "$as_me:13870: result: $ac_cv_func_mkstemp" >&5 9661 10554 echo "${ECHO_T}$ac_cv_func_mkstemp" >&6 9662 10555 … … 9664 10557 cat >conftest.$ac_ext <<_ACEOF 9665 10558 -#line 13528 "configure" 9666 +#line 13 609"configure"10559 +#line 13875 "configure" 9667 10560 #include "confdefs.h" 9668 10561 9669 10562 #include <sys/types.h> 9670 @@ -13563,15 +13 644,15 @@10563 @@ -13563,15 +13910,15 @@ 9671 10564 9672 10565 _ACEOF 9673 10566 rm -f conftest$ac_exeext 9674 10567 -if { (eval echo "$as_me:13566: \"$ac_link\"") >&5 9675 +if { (eval echo "$as_me:13 647: \"$ac_link\"") >&510568 +if { (eval echo "$as_me:13913: \"$ac_link\"") >&5 9676 10569 (eval $ac_link) 2>&5 9677 10570 ac_status=$? 9678 10571 - echo "$as_me:13569: \$? = $ac_status" >&5 9679 + echo "$as_me:13 650: \$? = $ac_status" >&510572 + echo "$as_me:13916: \$? = $ac_status" >&5 9680 10573 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9681 10574 - { (eval echo "$as_me:13571: \"$ac_try\"") >&5 9682 + { (eval echo "$as_me:13 652: \"$ac_try\"") >&510575 + { (eval echo "$as_me:13918: \"$ac_try\"") >&5 9683 10576 (eval $ac_try) 2>&5 9684 10577 ac_status=$? 9685 10578 - echo "$as_me:13574: \$? = $ac_status" >&5 9686 + echo "$as_me:13 655: \$? = $ac_status" >&510579 + echo "$as_me:13921: \$? = $ac_status" >&5 9687 10580 (exit $ac_status); }; }; then 9688 10581 cf_cv_func_mkstemp=yes 9689 10582 9690 @@ -13586,7 +13 667,7 @@10583 @@ -13586,7 +13933,7 @@ 9691 10584 fi 9692 10585 9693 10586 fi 9694 10587 -echo "$as_me:13589: result: $cf_cv_func_mkstemp" >&5 9695 +echo "$as_me:13 670: result: $cf_cv_func_mkstemp" >&510588 +echo "$as_me:13936: result: $cf_cv_func_mkstemp" >&5 9696 10589 echo "${ECHO_T}$cf_cv_func_mkstemp" >&6 9697 10590 if test "$cf_cv_func_mkstemp" = yes ; then 9698 10591 cat >>confdefs.h <<\EOF 9699 @@ -13604,21 +13 685,21 @@10592 @@ -13604,21 +13951,21 @@ 9700 10593 fi 9701 10594 9702 10595 if test "$cross_compiling" = yes ; then 9703 10596 - { echo "$as_me:13607: WARNING: cross compiling: assume setvbuf params not reversed" >&5 9704 + { echo "$as_me:13 688: WARNING: cross compiling: assume setvbuf params not reversed" >&510597 + { echo "$as_me:13954: WARNING: cross compiling: assume setvbuf params not reversed" >&5 9705 10598 echo "$as_me: WARNING: cross compiling: assume setvbuf params not reversed" >&2;} 9706 10599 else 9707 10600 - echo "$as_me:13610: checking whether setvbuf arguments are reversed" >&5 9708 + echo "$as_me:13 691: checking whether setvbuf arguments are reversed" >&510601 + echo "$as_me:13957: checking whether setvbuf arguments are reversed" >&5 9709 10602 echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6 9710 10603 if test "${ac_cv_func_setvbuf_reversed+set}" = set; then … … 9713 10606 if test "$cross_compiling" = yes; then 9714 10607 - { { echo "$as_me:13616: error: cannot run test program while cross compiling" >&5 9715 + { { echo "$as_me:13 697: error: cannot run test program while cross compiling" >&510608 + { { echo "$as_me:13963: error: cannot run test program while cross compiling" >&5 9716 10609 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 9717 10610 { (exit 1); exit 1; }; } … … 9719 10612 cat >conftest.$ac_ext <<_ACEOF 9720 10613 -#line 13621 "configure" 9721 +#line 13 702"configure"10614 +#line 13968 "configure" 9722 10615 #include "confdefs.h" 9723 10616 #include <stdio.h> 9724 10617 /* If setvbuf has the reversed format, exit 0. */ 9725 @@ -13635,15 +13 716,15 @@10618 @@ -13635,15 +13982,15 @@ 9726 10619 } 9727 10620 _ACEOF 9728 10621 rm -f conftest$ac_exeext 9729 10622 -if { (eval echo "$as_me:13638: \"$ac_link\"") >&5 9730 +if { (eval echo "$as_me:13 719: \"$ac_link\"") >&510623 +if { (eval echo "$as_me:13985: \"$ac_link\"") >&5 9731 10624 (eval $ac_link) 2>&5 9732 10625 ac_status=$? 9733 10626 - echo "$as_me:13641: \$? = $ac_status" >&5 9734 + echo "$as_me:13 722: \$? = $ac_status" >&510627 + echo "$as_me:13988: \$? = $ac_status" >&5 9735 10628 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9736 10629 - { (eval echo "$as_me:13643: \"$ac_try\"") >&5 9737 + { (eval echo "$as_me:13 724: \"$ac_try\"") >&510630 + { (eval echo "$as_me:13990: \"$ac_try\"") >&5 9738 10631 (eval $ac_try) 2>&5 9739 10632 ac_status=$? 9740 10633 - echo "$as_me:13646: \$? = $ac_status" >&5 9741 + echo "$as_me:13 727: \$? = $ac_status" >&510634 + echo "$as_me:13993: \$? = $ac_status" >&5 9742 10635 (exit $ac_status); }; }; then 9743 10636 ac_cv_func_setvbuf_reversed=yes 9744 10637 else 9745 @@ -13656,7 +1 3737,7 @@10638 @@ -13656,7 +14003,7 @@ 9746 10639 fi 9747 10640 rm -f core core.* *.core 9748 10641 fi 9749 10642 -echo "$as_me:13659: result: $ac_cv_func_setvbuf_reversed" >&5 9750 +echo "$as_me:1 3740: result: $ac_cv_func_setvbuf_reversed" >&510643 +echo "$as_me:14006: result: $ac_cv_func_setvbuf_reversed" >&5 9751 10644 echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6 9752 10645 if test $ac_cv_func_setvbuf_reversed = yes; then 9753 10646 9754 @@ -13667,13 +1 3748,13 @@10647 @@ -13667,13 +14014,13 @@ 9755 10648 fi 9756 10649 9757 10650 fi 9758 10651 -echo "$as_me:13670: checking return type of signal handlers" >&5 9759 +echo "$as_me:1 3751: checking return type of signal handlers" >&510652 +echo "$as_me:14017: checking return type of signal handlers" >&5 9760 10653 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 9761 10654 if test "${ac_cv_type_signal+set}" = set; then … … 9764 10657 cat >conftest.$ac_ext <<_ACEOF 9765 10658 -#line 13676 "configure" 9766 +#line 1 3757"configure"10659 +#line 14023 "configure" 9767 10660 #include "confdefs.h" 9768 10661 #include <sys/types.h> 9769 10662 #include <signal.h> 9770 @@ -13695,16 +1 3776,16 @@10663 @@ -13695,16 +14042,16 @@ 9771 10664 } 9772 10665 _ACEOF 9773 10666 rm -f conftest.$ac_objext 9774 10667 -if { (eval echo "$as_me:13698: \"$ac_compile\"") >&5 9775 +if { (eval echo "$as_me:1 3779: \"$ac_compile\"") >&510668 +if { (eval echo "$as_me:14045: \"$ac_compile\"") >&5 9776 10669 (eval $ac_compile) 2>&5 9777 10670 ac_status=$? 9778 10671 - echo "$as_me:13701: \$? = $ac_status" >&5 9779 + echo "$as_me:1 3782: \$? = $ac_status" >&510672 + echo "$as_me:14048: \$? = $ac_status" >&5 9780 10673 (exit $ac_status); } && 9781 10674 { ac_try='test -s conftest.$ac_objext' 9782 10675 - { (eval echo "$as_me:13704: \"$ac_try\"") >&5 9783 + { (eval echo "$as_me:1 3785: \"$ac_try\"") >&510676 + { (eval echo "$as_me:14051: \"$ac_try\"") >&5 9784 10677 (eval $ac_try) 2>&5 9785 10678 ac_status=$? 9786 10679 - echo "$as_me:13707: \$? = $ac_status" >&5 9787 + echo "$as_me:1 3788: \$? = $ac_status" >&510680 + echo "$as_me:14054: \$? = $ac_status" >&5 9788 10681 (exit $ac_status); }; }; then 9789 10682 ac_cv_type_signal=void 9790 10683 else 9791 @@ -13714,21 +1 3795,21 @@10684 @@ -13714,21 +14061,21 @@ 9792 10685 fi 9793 10686 rm -f conftest.$ac_objext conftest.$ac_ext 9794 10687 fi 9795 10688 -echo "$as_me:13717: result: $ac_cv_type_signal" >&5 9796 +echo "$as_me:1 3798: result: $ac_cv_type_signal" >&510689 +echo "$as_me:14064: result: $ac_cv_type_signal" >&5 9797 10690 echo "${ECHO_T}$ac_cv_type_signal" >&6 9798 10691 … … 9802 10695 9803 10696 -echo "$as_me:13724: checking for type sigaction_t" >&5 9804 +echo "$as_me:1 3805: checking for type sigaction_t" >&510697 +echo "$as_me:14071: checking for type sigaction_t" >&5 9805 10698 echo $ECHO_N "checking for type sigaction_t... $ECHO_C" >&6 9806 10699 if test "${cf_cv_type_sigaction+set}" = set; then … … 9810 10703 cat >conftest.$ac_ext <<_ACEOF 9811 10704 -#line 13731 "configure" 9812 +#line 1 3812"configure"10705 +#line 14078 "configure" 9813 10706 #include "confdefs.h" 9814 10707 9815 10708 #include <signal.h> 9816 @@ -13741,16 +1 3822,16 @@10709 @@ -13741,16 +14088,16 @@ 9817 10710 } 9818 10711 _ACEOF 9819 10712 rm -f conftest.$ac_objext 9820 10713 -if { (eval echo "$as_me:13744: \"$ac_compile\"") >&5 9821 +if { (eval echo "$as_me:1 3825: \"$ac_compile\"") >&510714 +if { (eval echo "$as_me:14091: \"$ac_compile\"") >&5 9822 10715 (eval $ac_compile) 2>&5 9823 10716 ac_status=$? 9824 10717 - echo "$as_me:13747: \$? = $ac_status" >&5 9825 + echo "$as_me:1 3828: \$? = $ac_status" >&510718 + echo "$as_me:14094: \$? = $ac_status" >&5 9826 10719 (exit $ac_status); } && 9827 10720 { ac_try='test -s conftest.$ac_objext' 9828 10721 - { (eval echo "$as_me:13750: \"$ac_try\"") >&5 9829 + { (eval echo "$as_me:1 3831: \"$ac_try\"") >&510722 + { (eval echo "$as_me:14097: \"$ac_try\"") >&5 9830 10723 (eval $ac_try) 2>&5 9831 10724 ac_status=$? 9832 10725 - echo "$as_me:13753: \$? = $ac_status" >&5 9833 + echo "$as_me:1 3834: \$? = $ac_status" >&510726 + echo "$as_me:14100: \$? = $ac_status" >&5 9834 10727 (exit $ac_status); }; }; then 9835 10728 cf_cv_type_sigaction=yes 9836 10729 else 9837 @@ -13761,13 +1 3842,13 @@10730 @@ -13761,13 +14108,13 @@ 9838 10731 rm -f conftest.$ac_objext conftest.$ac_ext 9839 10732 fi 9840 10733 9841 10734 -echo "$as_me:13764: result: $cf_cv_type_sigaction" >&5 9842 +echo "$as_me:1 3845: result: $cf_cv_type_sigaction" >&510735 +echo "$as_me:14111: result: $cf_cv_type_sigaction" >&5 9843 10736 echo "${ECHO_T}$cf_cv_type_sigaction" >&6 9844 10737 test "$cf_cv_type_sigaction" = yes && cat >>confdefs.h <<\EOF … … 9847 10740 9848 10741 -echo "$as_me:13770: checking declaration of size-change" >&5 9849 +echo "$as_me:1 3851: checking declaration of size-change" >&510742 +echo "$as_me:14117: checking declaration of size-change" >&5 9850 10743 echo $ECHO_N "checking declaration of size-change... $ECHO_C" >&6 9851 10744 if test "${cf_cv_sizechange+set}" = set; then 9852 10745 echo $ECHO_N "(cached) $ECHO_C" >&6 9853 @@ -13782,7 +1 3863,7 @@10746 @@ -13782,7 +14129,7 @@ 9854 10747 CPPFLAGS="$cf_save_CPPFLAGS" 9855 10748 test -n "$cf_opts" && CPPFLAGS="$CPPFLAGS -D$cf_opts" 9856 10749 cat >conftest.$ac_ext <<_ACEOF 9857 10750 -#line 13785 "configure" 9858 +#line 1 3866"configure"10751 +#line 14132 "configure" 9859 10752 #include "confdefs.h" 9860 10753 #include <sys/types.h> 9861 10754 #ifdef HAVE_TERMIOS_H 9862 @@ -13826,16 +1 3907,16 @@10755 @@ -13826,16 +14173,16 @@ 9863 10756 } 9864 10757 _ACEOF 9865 10758 rm -f conftest.$ac_objext 9866 10759 -if { (eval echo "$as_me:13829: \"$ac_compile\"") >&5 9867 +if { (eval echo "$as_me:1 3910: \"$ac_compile\"") >&510760 +if { (eval echo "$as_me:14176: \"$ac_compile\"") >&5 9868 10761 (eval $ac_compile) 2>&5 9869 10762 ac_status=$? 9870 10763 - echo "$as_me:13832: \$? = $ac_status" >&5 9871 + echo "$as_me:1 3913: \$? = $ac_status" >&510764 + echo "$as_me:14179: \$? = $ac_status" >&5 9872 10765 (exit $ac_status); } && 9873 10766 { ac_try='test -s conftest.$ac_objext' 9874 10767 - { (eval echo "$as_me:13835: \"$ac_try\"") >&5 9875 + { (eval echo "$as_me:1 3916: \"$ac_try\"") >&510768 + { (eval echo "$as_me:14182: \"$ac_try\"") >&5 9876 10769 (eval $ac_try) 2>&5 9877 10770 ac_status=$? 9878 10771 - echo "$as_me:13838: \$? = $ac_status" >&5 9879 + echo "$as_me:1 3919: \$? = $ac_status" >&510772 + echo "$as_me:14185: \$? = $ac_status" >&5 9880 10773 (exit $ac_status); }; }; then 9881 10774 cf_cv_sizechange=yes 9882 10775 else 9883 @@ -13854,7 +1 3935,7 @@10776 @@ -13854,7 +14201,7 @@ 9884 10777 done 9885 10778 9886 10779 fi 9887 10780 -echo "$as_me:13857: result: $cf_cv_sizechange" >&5 9888 +echo "$as_me:1 3938: result: $cf_cv_sizechange" >&510781 +echo "$as_me:14204: result: $cf_cv_sizechange" >&5 9889 10782 echo "${ECHO_T}$cf_cv_sizechange" >&6 9890 10783 if test "$cf_cv_sizechange" != no ; then 9891 10784 cat >>confdefs.h <<\EOF 9892 @@ -13871,13 +1 3952,13 @@10785 @@ -13871,13 +14218,13 @@ 9893 10786 esac 9894 10787 fi 9895 10788 9896 10789 -echo "$as_me:13874: checking for memmove" >&5 9897 +echo "$as_me:1 3955: checking for memmove" >&510790 +echo "$as_me:14221: checking for memmove" >&5 9898 10791 echo $ECHO_N "checking for memmove... $ECHO_C" >&6 9899 10792 if test "${ac_cv_func_memmove+set}" = set; then … … 9902 10795 cat >conftest.$ac_ext <<_ACEOF 9903 10796 -#line 13880 "configure" 9904 +#line 1 3961"configure"10797 +#line 14227 "configure" 9905 10798 #include "confdefs.h" 9906 10799 /* System header to define __stub macros and hopefully few prototypes, 9907 10800 which can conflict with char memmove (); below. */ 9908 @@ -13908,16 +1 3989,16 @@10801 @@ -13908,16 +14255,16 @@ 9909 10802 } 9910 10803 _ACEOF 9911 10804 rm -f conftest.$ac_objext conftest$ac_exeext 9912 10805 -if { (eval echo "$as_me:13911: \"$ac_link\"") >&5 9913 +if { (eval echo "$as_me:1 3992: \"$ac_link\"") >&510806 +if { (eval echo "$as_me:14258: \"$ac_link\"") >&5 9914 10807 (eval $ac_link) 2>&5 9915 10808 ac_status=$? 9916 10809 - echo "$as_me:13914: \$? = $ac_status" >&5 9917 + echo "$as_me:1 3995: \$? = $ac_status" >&510810 + echo "$as_me:14261: \$? = $ac_status" >&5 9918 10811 (exit $ac_status); } && 9919 10812 { ac_try='test -s conftest$ac_exeext' 9920 10813 - { (eval echo "$as_me:13917: \"$ac_try\"") >&5 9921 + { (eval echo "$as_me:1 3998: \"$ac_try\"") >&510814 + { (eval echo "$as_me:14264: \"$ac_try\"") >&5 9922 10815 (eval $ac_try) 2>&5 9923 10816 ac_status=$? 9924 10817 - echo "$as_me:13920: \$? = $ac_status" >&5 9925 + echo "$as_me:14 001: \$? = $ac_status" >&510818 + echo "$as_me:14267: \$? = $ac_status" >&5 9926 10819 (exit $ac_status); }; }; then 9927 10820 ac_cv_func_memmove=yes 9928 10821 else 9929 @@ -13927,19 +14 008,19 @@10822 @@ -13927,19 +14274,19 @@ 9930 10823 fi 9931 10824 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9932 10825 fi 9933 10826 -echo "$as_me:13930: result: $ac_cv_func_memmove" >&5 9934 +echo "$as_me:14 011: result: $ac_cv_func_memmove" >&510827 +echo "$as_me:14277: result: $ac_cv_func_memmove" >&5 9935 10828 echo "${ECHO_T}$ac_cv_func_memmove" >&6 9936 10829 if test $ac_cv_func_memmove = yes; then … … 9939 10832 9940 10833 -echo "$as_me:13936: checking for bcopy" >&5 9941 +echo "$as_me:14 017: checking for bcopy" >&510834 +echo "$as_me:14283: checking for bcopy" >&5 9942 10835 echo $ECHO_N "checking for bcopy... $ECHO_C" >&6 9943 10836 if test "${ac_cv_func_bcopy+set}" = set; then … … 9946 10839 cat >conftest.$ac_ext <<_ACEOF 9947 10840 -#line 13942 "configure" 9948 +#line 14 023"configure"10841 +#line 14289 "configure" 9949 10842 #include "confdefs.h" 9950 10843 /* System header to define __stub macros and hopefully few prototypes, 9951 10844 which can conflict with char bcopy (); below. */ 9952 @@ -13970,16 +14 051,16 @@10845 @@ -13970,16 +14317,16 @@ 9953 10846 } 9954 10847 _ACEOF 9955 10848 rm -f conftest.$ac_objext conftest$ac_exeext 9956 10849 -if { (eval echo "$as_me:13973: \"$ac_link\"") >&5 9957 +if { (eval echo "$as_me:14 054: \"$ac_link\"") >&510850 +if { (eval echo "$as_me:14320: \"$ac_link\"") >&5 9958 10851 (eval $ac_link) 2>&5 9959 10852 ac_status=$? 9960 10853 - echo "$as_me:13976: \$? = $ac_status" >&5 9961 + echo "$as_me:14 057: \$? = $ac_status" >&510854 + echo "$as_me:14323: \$? = $ac_status" >&5 9962 10855 (exit $ac_status); } && 9963 10856 { ac_try='test -s conftest$ac_exeext' 9964 10857 - { (eval echo "$as_me:13979: \"$ac_try\"") >&5 9965 + { (eval echo "$as_me:14 060: \"$ac_try\"") >&510858 + { (eval echo "$as_me:14326: \"$ac_try\"") >&5 9966 10859 (eval $ac_try) 2>&5 9967 10860 ac_status=$? 9968 10861 - echo "$as_me:13982: \$? = $ac_status" >&5 9969 + echo "$as_me:14 063: \$? = $ac_status" >&510862 + echo "$as_me:14329: \$? = $ac_status" >&5 9970 10863 (exit $ac_status); }; }; then 9971 10864 ac_cv_func_bcopy=yes 9972 10865 else 9973 @@ -13989,11 +14 070,11 @@10866 @@ -13989,11 +14336,11 @@ 9974 10867 fi 9975 10868 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9976 10869 fi 9977 10870 -echo "$as_me:13992: result: $ac_cv_func_bcopy" >&5 9978 +echo "$as_me:14 073: result: $ac_cv_func_bcopy" >&510871 +echo "$as_me:14339: result: $ac_cv_func_bcopy" >&5 9979 10872 echo "${ECHO_T}$ac_cv_func_bcopy" >&6 9980 10873 if test $ac_cv_func_bcopy = yes; then 9981 10874 9982 10875 - echo "$as_me:13996: checking if bcopy does overlapping moves" >&5 9983 + echo "$as_me:14 077: checking if bcopy does overlapping moves" >&510876 + echo "$as_me:14343: checking if bcopy does overlapping moves" >&5 9984 10877 echo $ECHO_N "checking if bcopy does overlapping moves... $ECHO_C" >&6 9985 10878 if test "${cf_cv_good_bcopy+set}" = set; then 9986 10879 echo $ECHO_N "(cached) $ECHO_C" >&6 9987 @@ -14003,7 +14 084,7 @@10880 @@ -14003,7 +14350,7 @@ 9988 10881 cf_cv_good_bcopy=unknown 9989 10882 else 9990 10883 cat >conftest.$ac_ext <<_ACEOF 9991 10884 -#line 14006 "configure" 9992 +#line 14 087"configure"10885 +#line 14353 "configure" 9993 10886 #include "confdefs.h" 9994 10887 9995 10888 int main() { 9996 @@ -14017,15 +14 098,15 @@10889 @@ -14017,15 +14364,15 @@ 9997 10890 9998 10891 _ACEOF 9999 10892 rm -f conftest$ac_exeext 10000 10893 -if { (eval echo "$as_me:14020: \"$ac_link\"") >&5 10001 +if { (eval echo "$as_me:14 101: \"$ac_link\"") >&510894 +if { (eval echo "$as_me:14367: \"$ac_link\"") >&5 10002 10895 (eval $ac_link) 2>&5 10003 10896 ac_status=$? 10004 10897 - echo "$as_me:14023: \$? = $ac_status" >&5 10005 + echo "$as_me:14 104: \$? = $ac_status" >&510898 + echo "$as_me:14370: \$? = $ac_status" >&5 10006 10899 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10007 10900 - { (eval echo "$as_me:14025: \"$ac_try\"") >&5 10008 + { (eval echo "$as_me:14 106: \"$ac_try\"") >&510901 + { (eval echo "$as_me:14372: \"$ac_try\"") >&5 10009 10902 (eval $ac_try) 2>&5 10010 10903 ac_status=$? 10011 10904 - echo "$as_me:14028: \$? = $ac_status" >&5 10012 + echo "$as_me:14 109: \$? = $ac_status" >&510905 + echo "$as_me:14375: \$? = $ac_status" >&5 10013 10906 (exit $ac_status); }; }; then 10014 10907 cf_cv_good_bcopy=yes 10015 10908 else 10016 @@ -14038,7 +14 119,7 @@10909 @@ -14038,7 +14385,7 @@ 10017 10910 fi 10018 10911 10019 10912 fi 10020 10913 -echo "$as_me:14041: result: $cf_cv_good_bcopy" >&5 10021 +echo "$as_me:14 122: result: $cf_cv_good_bcopy" >&510914 +echo "$as_me:14388: result: $cf_cv_good_bcopy" >&5 10022 10915 echo "${ECHO_T}$cf_cv_good_bcopy" >&6 10023 10916 10024 10917 else 10025 @@ -14059,7 +14 140,7 @@10918 @@ -14059,7 +14406,7 @@ 10026 10919 10027 10920 fi 10028 10921 10029 10922 -echo "$as_me:14062: checking if poll really works" >&5 10030 +echo "$as_me:14 143: checking if poll really works" >&510923 +echo "$as_me:14409: checking if poll really works" >&5 10031 10924 echo $ECHO_N "checking if poll really works... $ECHO_C" >&6 10032 10925 if test "${cf_cv_working_poll+set}" = set; then 10033 10926 echo $ECHO_N "(cached) $ECHO_C" >&6 10034 @@ -14069,7 +14 150,7 @@10927 @@ -14069,7 +14416,7 @@ 10035 10928 cf_cv_working_poll=unknown 10036 10929 else 10037 10930 cat >conftest.$ac_ext <<_ACEOF 10038 10931 -#line 14072 "configure" 10039 +#line 14 153"configure"10932 +#line 14419 "configure" 10040 10933 #include "confdefs.h" 10041 10934 10042 10935 #include <stdio.h> 10043 @@ -14090,15 +14 171,15 @@10936 @@ -14090,15 +14437,15 @@ 10044 10937 } 10045 10938 _ACEOF 10046 10939 rm -f conftest$ac_exeext 10047 10940 -if { (eval echo "$as_me:14093: \"$ac_link\"") >&5 10048 +if { (eval echo "$as_me:14 174: \"$ac_link\"") >&510941 +if { (eval echo "$as_me:14440: \"$ac_link\"") >&5 10049 10942 (eval $ac_link) 2>&5 10050 10943 ac_status=$? 10051 10944 - echo "$as_me:14096: \$? = $ac_status" >&5 10052 + echo "$as_me:14 177: \$? = $ac_status" >&510945 + echo "$as_me:14443: \$? = $ac_status" >&5 10053 10946 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10054 10947 - { (eval echo "$as_me:14098: \"$ac_try\"") >&5 10055 + { (eval echo "$as_me:14 179: \"$ac_try\"") >&510948 + { (eval echo "$as_me:14445: \"$ac_try\"") >&5 10056 10949 (eval $ac_try) 2>&5 10057 10950 ac_status=$? 10058 10951 - echo "$as_me:14101: \$? = $ac_status" >&5 10059 + echo "$as_me:14 182: \$? = $ac_status" >&510952 + echo "$as_me:14448: \$? = $ac_status" >&5 10060 10953 (exit $ac_status); }; }; then 10061 10954 cf_cv_working_poll=yes 10062 10955 else 10063 @@ -14110,7 +14 191,7 @@10956 @@ -14110,7 +14457,7 @@ 10064 10957 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 10065 10958 fi 10066 10959 fi 10067 10960 -echo "$as_me:14113: result: $cf_cv_working_poll" >&5 10068 +echo "$as_me:14 194: result: $cf_cv_working_poll" >&510961 +echo "$as_me:14460: result: $cf_cv_working_poll" >&5 10069 10962 echo "${ECHO_T}$cf_cv_working_poll" >&6 10070 10963 test "$cf_cv_working_poll" = "yes" && cat >>confdefs.h <<\EOF 10071 10964 #define HAVE_WORKING_POLL 1 10072 @@ -14118,7 +14 199,7 @@10965 @@ -14118,7 +14465,7 @@ 10073 10966 10074 10967 # special check for test/ditto.c 10075 10968 10076 10969 -echo "$as_me:14121: checking for openpty in -lutil" >&5 10077 +echo "$as_me:14 202: checking for openpty in -lutil" >&510970 +echo "$as_me:14468: checking for openpty in -lutil" >&5 10078 10971 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6 10079 10972 if test "${ac_cv_lib_util_openpty+set}" = set; then 10080 10973 echo $ECHO_N "(cached) $ECHO_C" >&6 10081 @@ -14126,7 +14 207,7 @@10974 @@ -14126,7 +14473,7 @@ 10082 10975 ac_check_lib_save_LIBS=$LIBS 10083 10976 LIBS="-lutil $LIBS" 10084 10977 cat >conftest.$ac_ext <<_ACEOF 10085 10978 -#line 14129 "configure" 10086 +#line 14 210"configure"10979 +#line 14476 "configure" 10087 10980 #include "confdefs.h" 10088 10981 10089 10982 /* Override any gcc2 internal prototype to avoid an error. */ 10090 @@ -14145,16 +14 226,16 @@10983 @@ -14145,16 +14492,16 @@ 10091 10984 } 10092 10985 _ACEOF 10093 10986 rm -f conftest.$ac_objext conftest$ac_exeext 10094 10987 -if { (eval echo "$as_me:14148: \"$ac_link\"") >&5 10095 +if { (eval echo "$as_me:14 229: \"$ac_link\"") >&510988 +if { (eval echo "$as_me:14495: \"$ac_link\"") >&5 10096 10989 (eval $ac_link) 2>&5 10097 10990 ac_status=$? 10098 10991 - echo "$as_me:14151: \$? = $ac_status" >&5 10099 + echo "$as_me:14 232: \$? = $ac_status" >&510992 + echo "$as_me:14498: \$? = $ac_status" >&5 10100 10993 (exit $ac_status); } && 10101 10994 { ac_try='test -s conftest$ac_exeext' 10102 10995 - { (eval echo "$as_me:14154: \"$ac_try\"") >&5 10103 + { (eval echo "$as_me:14 235: \"$ac_try\"") >&510996 + { (eval echo "$as_me:14501: \"$ac_try\"") >&5 10104 10997 (eval $ac_try) 2>&5 10105 10998 ac_status=$? 10106 10999 - echo "$as_me:14157: \$? = $ac_status" >&5 10107 + echo "$as_me:14 238: \$? = $ac_status" >&511000 + echo "$as_me:14504: \$? = $ac_status" >&5 10108 11001 (exit $ac_status); }; }; then 10109 11002 ac_cv_lib_util_openpty=yes 10110 11003 else 10111 @@ -14165,7 +14 246,7 @@11004 @@ -14165,7 +14512,7 @@ 10112 11005 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10113 11006 LIBS=$ac_check_lib_save_LIBS 10114 11007 fi 10115 11008 -echo "$as_me:14168: result: $ac_cv_lib_util_openpty" >&5 10116 +echo "$as_me:14 249: result: $ac_cv_lib_util_openpty" >&511009 +echo "$as_me:14515: result: $ac_cv_lib_util_openpty" >&5 10117 11010 echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6 10118 11011 if test $ac_cv_lib_util_openpty = yes; then 10119 11012 cf_cv_lib_util=yes 10120 @@ -14173,7 +14 254,7 @@11013 @@ -14173,7 +14520,7 @@ 10121 11014 cf_cv_lib_util=no 10122 11015 fi 10123 11016 10124 11017 -echo "$as_me:14176: checking for openpty header" >&5 10125 +echo "$as_me:14 257: checking for openpty header" >&511018 +echo "$as_me:14523: checking for openpty header" >&5 10126 11019 echo $ECHO_N "checking for openpty header... $ECHO_C" >&6 10127 11020 if test "${cf_cv_func_openpty+set}" = set; then 10128 11021 echo $ECHO_N "(cached) $ECHO_C" >&6 10129 @@ -14184,7 +14 265,7 @@11022 @@ -14184,7 +14531,7 @@ 10130 11023 for cf_header in pty.h libutil.h util.h 10131 11024 do 10132 11025 cat >conftest.$ac_ext <<_ACEOF 10133 11026 -#line 14187 "configure" 10134 +#line 14 268"configure"11027 +#line 14534 "configure" 10135 11028 #include "confdefs.h" 10136 11029 10137 11030 #include <$cf_header> 10138 @@ -14201,16 +14 282,16 @@11031 @@ -14201,16 +14548,16 @@ 10139 11032 } 10140 11033 _ACEOF 10141 11034 rm -f conftest.$ac_objext conftest$ac_exeext 10142 11035 -if { (eval echo "$as_me:14204: \"$ac_link\"") >&5 10143 +if { (eval echo "$as_me:14 285: \"$ac_link\"") >&511036 +if { (eval echo "$as_me:14551: \"$ac_link\"") >&5 10144 11037 (eval $ac_link) 2>&5 10145 11038 ac_status=$? 10146 11039 - echo "$as_me:14207: \$? = $ac_status" >&5 10147 + echo "$as_me:14 288: \$? = $ac_status" >&511040 + echo "$as_me:14554: \$? = $ac_status" >&5 10148 11041 (exit $ac_status); } && 10149 11042 { ac_try='test -s conftest$ac_exeext' 10150 11043 - { (eval echo "$as_me:14210: \"$ac_try\"") >&5 10151 + { (eval echo "$as_me:14 291: \"$ac_try\"") >&511044 + { (eval echo "$as_me:14557: \"$ac_try\"") >&5 10152 11045 (eval $ac_try) 2>&5 10153 11046 ac_status=$? 10154 11047 - echo "$as_me:14213: \$? = $ac_status" >&5 10155 + echo "$as_me:14 294: \$? = $ac_status" >&511048 + echo "$as_me:14560: \$? = $ac_status" >&5 10156 11049 (exit $ac_status); }; }; then 10157 11050 10158 11051 cf_cv_func_openpty=$cf_header 10159 @@ -14228,7 +14 309,7 @@11052 @@ -14228,7 +14575,7 @@ 10160 11053 LIBS="$cf_save_LIBS" 10161 11054 10162 11055 fi 10163 11056 -echo "$as_me:14231: result: $cf_cv_func_openpty" >&5 10164 +echo "$as_me:14 312: result: $cf_cv_func_openpty" >&511057 +echo "$as_me:14578: result: $cf_cv_func_openpty" >&5 10165 11058 echo "${ECHO_T}$cf_cv_func_openpty" >&6 10166 11059 10167 11060 if test "$cf_cv_func_openpty" != no ; then 10168 @@ -14274,13 +14 355,13 @@11061 @@ -14274,13 +14621,13 @@ 10169 11062 fi 10170 11063 … … 10178 11071 cat >conftest.$ac_ext <<_ACEOF 10179 11072 -#line 14283 "configure" 10180 +#line 14 364"configure"11073 +#line 14630 "configure" 10181 11074 #include "confdefs.h" 10182 11075 #include <stdio.h> 10183 11076 int 10184 @@ -14292,16 +14 373,16 @@11077 @@ -14292,16 +14639,16 @@ 10185 11078 } 10186 11079 _ACEOF 10187 11080 rm -f conftest.$ac_objext 10188 11081 -if { (eval echo "$as_me:14295: \"$ac_compile\"") >&5 10189 +if { (eval echo "$as_me:14 376: \"$ac_compile\"") >&511082 +if { (eval echo "$as_me:14642: \"$ac_compile\"") >&5 10190 11083 (eval $ac_compile) 2>&5 10191 11084 ac_status=$? 10192 11085 - echo "$as_me:14298: \$? = $ac_status" >&5 10193 + echo "$as_me:14 379: \$? = $ac_status" >&511086 + echo "$as_me:14645: \$? = $ac_status" >&5 10194 11087 (exit $ac_status); } && 10195 11088 { ac_try='test -s conftest.$ac_objext' 10196 11089 - { (eval echo "$as_me:14301: \"$ac_try\"") >&5 10197 + { (eval echo "$as_me:14 382: \"$ac_try\"") >&511090 + { (eval echo "$as_me:14648: \"$ac_try\"") >&5 10198 11091 (eval $ac_try) 2>&5 10199 11092 ac_status=$? 10200 11093 - echo "$as_me:14304: \$? = $ac_status" >&5 10201 + echo "$as_me:14 385: \$? = $ac_status" >&511094 + echo "$as_me:14651: \$? = $ac_status" >&5 10202 11095 (exit $ac_status); }; }; then 10203 11096 : 10204 11097 else 10205 @@ -14318,13 +14 399,13 @@11098 @@ -14318,13 +14665,13 @@ 10206 11099 if test "$cf_have_incdir" = no ; then 10207 11100 test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 10208 11101 10209 11102 -echo "${as_me-configure}:14321: testing adding $cf_add_incdir to include-path ..." 1>&5 10210 +echo "${as_me-configure}:14 402: testing adding $cf_add_incdir to include-path ..." 1>&511103 +echo "${as_me-configure}:14668: testing adding $cf_add_incdir to include-path ..." 1>&5 10211 11104 10212 11105 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" … … 10221 11114 break 10222 11115 fi 10223 @@ -14352,7 +14 433,7 @@11116 @@ -14352,7 +14699,7 @@ 10224 11117 if test "$cf_have_libdir" = no ; then 10225 11118 test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 10226 11119 10227 11120 -echo "${as_me-configure}:14355: testing adding $cf_add_libdir to library-path ..." 1>&5 10228 +echo "${as_me-configure}:14 436: testing adding $cf_add_libdir to library-path ..." 1>&511121 +echo "${as_me-configure}:14702: testing adding $cf_add_libdir to library-path ..." 1>&5 10229 11122 10230 11123 LDFLAGS="-L$cf_add_libdir $LDFLAGS" 10231 11124 fi 10232 @@ -14363,23 +14 444,23 @@11125 @@ -14363,23 +14710,23 @@ 10233 11126 fi 10234 11127 esac 10235 11128 10236 11129 -echo "$as_me:14366: checking for db.h" >&5 10237 +echo "$as_me:14 447: checking for db.h" >&511130 +echo "$as_me:14713: checking for db.h" >&5 10238 11131 echo $ECHO_N "checking for db.h... $ECHO_C" >&6 10239 11132 if test "${ac_cv_header_db_h+set}" = set; then … … 10242 11135 cat >conftest.$ac_ext <<_ACEOF 10243 11136 -#line 14372 "configure" 10244 +#line 14 453"configure"11137 +#line 14719 "configure" 10245 11138 #include "confdefs.h" 10246 11139 #include <db.h> 10247 11140 _ACEOF 10248 11141 -if { (eval echo "$as_me:14376: \"$ac_cpp conftest.$ac_ext\"") >&5 10249 +if { (eval echo "$as_me:14 457: \"$ac_cpp conftest.$ac_ext\"") >&511142 +if { (eval echo "$as_me:14723: \"$ac_cpp conftest.$ac_ext\"") >&5 10250 11143 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10251 11144 ac_status=$? … … 10254 11147 cat conftest.err >&5 10255 11148 - echo "$as_me:14382: \$? = $ac_status" >&5 10256 + echo "$as_me:14 463: \$? = $ac_status" >&511149 + echo "$as_me:14729: \$? = $ac_status" >&5 10257 11150 (exit $ac_status); } >/dev/null; then 10258 11151 if test -s conftest.err; then 10259 11152 ac_cpp_err=$ac_c_preproc_warn_flag 10260 @@ -14398,11 +14 479,11 @@11153 @@ -14398,11 +14745,11 @@ 10261 11154 fi 10262 11155 rm -f conftest.err conftest.$ac_ext 10263 11156 fi 10264 11157 -echo "$as_me:14401: result: $ac_cv_header_db_h" >&5 10265 +echo "$as_me:14 482: result: $ac_cv_header_db_h" >&511158 +echo "$as_me:14748: result: $ac_cv_header_db_h" >&5 10266 11159 echo "${ECHO_T}$ac_cv_header_db_h" >&6 10267 11160 if test $ac_cv_header_db_h = yes; then 10268 11161 10269 11162 -echo "$as_me:14405: checking for version of db" >&5 10270 +echo "$as_me:14 486: checking for version of db" >&511163 +echo "$as_me:14752: checking for version of db" >&5 10271 11164 echo $ECHO_N "checking for version of db... $ECHO_C" >&6 10272 11165 if test "${cf_cv_hashed_db_version+set}" = set; then 10273 11166 echo $ECHO_N "(cached) $ECHO_C" >&6 10274 @@ -14413,10 +14 494,10 @@11167 @@ -14413,10 +14760,10 @@ 10275 11168 for cf_db_version in 1 2 3 4 5 10276 11169 do 10277 11170 10278 11171 -echo "${as_me-configure}:14416: testing checking for db version $cf_db_version ..." 1>&5 10279 +echo "${as_me-configure}:14 497: testing checking for db version $cf_db_version ..." 1>&511172 +echo "${as_me-configure}:14763: testing checking for db version $cf_db_version ..." 1>&5 10280 11173 10281 11174 cat >conftest.$ac_ext <<_ACEOF 10282 11175 -#line 14419 "configure" 10283 +#line 14 500"configure"11176 +#line 14766 "configure" 10284 11177 #include "confdefs.h" 10285 11178 10286 11179 $ac_includes_default 10287 @@ -14446,16 +14 527,16 @@11180 @@ -14446,16 +14793,16 @@ 10288 11181 } 10289 11182 _ACEOF 10290 11183 rm -f conftest.$ac_objext 10291 11184 -if { (eval echo "$as_me:14449: \"$ac_compile\"") >&5 10292 +if { (eval echo "$as_me:14 530: \"$ac_compile\"") >&511185 +if { (eval echo "$as_me:14796: \"$ac_compile\"") >&5 10293 11186 (eval $ac_compile) 2>&5 10294 11187 ac_status=$? 10295 11188 - echo "$as_me:14452: \$? = $ac_status" >&5 10296 + echo "$as_me:14 533: \$? = $ac_status" >&511189 + echo "$as_me:14799: \$? = $ac_status" >&5 10297 11190 (exit $ac_status); } && 10298 11191 { ac_try='test -s conftest.$ac_objext' 10299 11192 - { (eval echo "$as_me:14455: \"$ac_try\"") >&5 10300 + { (eval echo "$as_me:14 536: \"$ac_try\"") >&511193 + { (eval echo "$as_me:14802: \"$ac_try\"") >&5 10301 11194 (eval $ac_try) 2>&5 10302 11195 ac_status=$? 10303 11196 - echo "$as_me:14458: \$? = $ac_status" >&5 10304 + echo "$as_me:14 539: \$? = $ac_status" >&511197 + echo "$as_me:14805: \$? = $ac_status" >&5 10305 11198 (exit $ac_status); }; }; then 10306 11199 10307 11200 cf_cv_hashed_db_version=$cf_db_version 10308 @@ -14469,16 +14 550,16 @@11201 @@ -14469,16 +14816,16 @@ 10309 11202 done 10310 11203 10311 11204 fi 10312 11205 -echo "$as_me:14472: result: $cf_cv_hashed_db_version" >&5 10313 +echo "$as_me:14 553: result: $cf_cv_hashed_db_version" >&511206 +echo "$as_me:14819: result: $cf_cv_hashed_db_version" >&5 10314 11207 echo "${ECHO_T}$cf_cv_hashed_db_version" >&6 10315 11208 10316 11209 if test "$cf_cv_hashed_db_version" = unknown ; then 10317 11210 - { { echo "$as_me:14476: error: Cannot determine version of db" >&5 10318 + { { echo "$as_me:14 557: error: Cannot determine version of db" >&511211 + { { echo "$as_me:14823: error: Cannot determine version of db" >&5 10319 11212 echo "$as_me: error: Cannot determine version of db" >&2;} 10320 11213 { (exit 1); exit 1; }; } … … 10322 11215 10323 11216 -echo "$as_me:14481: checking for db libraries" >&5 10324 +echo "$as_me:14 562: checking for db libraries" >&511217 +echo "$as_me:14828: checking for db libraries" >&5 10325 11218 echo $ECHO_N "checking for db libraries... $ECHO_C" >&6 10326 11219 if test "${cf_cv_hashed_db_libs+set}" = set; then 10327 11220 echo $ECHO_N "(cached) $ECHO_C" >&6 10328 @@ -14492,10 +14 573,10 @@11221 @@ -14492,10 +14839,10 @@ 10329 11222 LIBS="-l$cf_db_libs $LIBS" 10330 11223 fi 10331 11224 10332 11225 -echo "${as_me-configure}:14495: testing checking for library "$cf_db_libs" ..." 1>&5 10333 +echo "${as_me-configure}:14 576: testing checking for library "$cf_db_libs" ..." 1>&511226 +echo "${as_me-configure}:14842: testing checking for library "$cf_db_libs" ..." 1>&5 10334 11227 10335 11228 cat >conftest.$ac_ext <<_ACEOF 10336 11229 -#line 14498 "configure" 10337 +#line 14 579"configure"11230 +#line 14845 "configure" 10338 11231 #include "confdefs.h" 10339 11232 10340 11233 $ac_includes_default 10341 @@ -14550,16 +14 631,16 @@11234 @@ -14550,16 +14897,16 @@ 10342 11235 } 10343 11236 _ACEOF 10344 11237 rm -f conftest.$ac_objext conftest$ac_exeext 10345 11238 -if { (eval echo "$as_me:14553: \"$ac_link\"") >&5 10346 +if { (eval echo "$as_me:14 634: \"$ac_link\"") >&511239 +if { (eval echo "$as_me:14900: \"$ac_link\"") >&5 10347 11240 (eval $ac_link) 2>&5 10348 11241 ac_status=$? 10349 11242 - echo "$as_me:14556: \$? = $ac_status" >&5 10350 + echo "$as_me:14 637: \$? = $ac_status" >&511243 + echo "$as_me:14903: \$? = $ac_status" >&5 10351 11244 (exit $ac_status); } && 10352 11245 { ac_try='test -s conftest$ac_exeext' 10353 11246 - { (eval echo "$as_me:14559: \"$ac_try\"") >&5 10354 + { (eval echo "$as_me:14 640: \"$ac_try\"") >&511247 + { (eval echo "$as_me:14906: \"$ac_try\"") >&5 10355 11248 (eval $ac_try) 2>&5 10356 11249 ac_status=$? 10357 11250 - echo "$as_me:14562: \$? = $ac_status" >&5 10358 + echo "$as_me:14 643: \$? = $ac_status" >&511251 + echo "$as_me:14909: \$? = $ac_status" >&5 10359 11252 (exit $ac_status); }; }; then 10360 11253 10361 11254 if test -n "$cf_db_libs" ; then 10362 @@ -14579,11 +14 660,11 @@11255 @@ -14579,11 +14926,11 @@ 10363 11256 done 10364 11257 10365 11258 fi 10366 11259 -echo "$as_me:14582: result: $cf_cv_hashed_db_libs" >&5 10367 +echo "$as_me:14 663: result: $cf_cv_hashed_db_libs" >&511260 +echo "$as_me:14929: result: $cf_cv_hashed_db_libs" >&5 10368 11261 echo "${ECHO_T}$cf_cv_hashed_db_libs" >&6 10369 11262 10370 11263 if test "$cf_cv_hashed_db_libs" = unknown ; then 10371 11264 - { { echo "$as_me:14586: error: Cannot determine library for db" >&5 10372 + { { echo "$as_me:14 667: error: Cannot determine library for db" >&511265 + { { echo "$as_me:14933: error: Cannot determine library for db" >&5 10373 11266 echo "$as_me: error: Cannot determine library for db" >&2;} 10374 11267 { (exit 1); exit 1; }; } 10375 11268 elif test "$cf_cv_hashed_db_libs" != default ; then 10376 @@ -14593,7 +14 674,7 @@11269 @@ -14593,7 +14940,7 @@ 10377 11270 10378 11271 else 10379 11272 10380 11273 - { { echo "$as_me:14596: error: Cannot find db.h" >&5 10381 + { { echo "$as_me:14 677: error: Cannot find db.h" >&511274 + { { echo "$as_me:14943: error: Cannot find db.h" >&5 10382 11275 echo "$as_me: error: Cannot find db.h" >&2;} 10383 11276 { (exit 1); exit 1; }; } 10384 11277 10385 @@ -14608,7 +14 689,7 @@11278 @@ -14608,7 +14955,7 @@ 10386 11279 10387 11280 # Just in case, check if the C compiler has a bool type. 10388 11281 10389 11282 -echo "$as_me:14611: checking if we should include stdbool.h" >&5 10390 +echo "$as_me:14 692: checking if we should include stdbool.h" >&511283 +echo "$as_me:14958: checking if we should include stdbool.h" >&5 10391 11284 echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6 10392 11285 10393 11286 if test "${cf_cv_header_stdbool_h+set}" = set; then 10394 @@ -14616,7 +14 697,7 @@11287 @@ -14616,7 +14963,7 @@ 10395 11288 else 10396 11289 10397 11290 cat >conftest.$ac_ext <<_ACEOF 10398 11291 -#line 14619 "configure" 10399 +#line 14 700"configure"11292 +#line 14966 "configure" 10400 11293 #include "confdefs.h" 10401 11294 10402 11295 int 10403 @@ -14628,23 +14 709,23 @@11296 @@ -14628,23 +14975,23 @@ 10404 11297 } 10405 11298 _ACEOF 10406 11299 rm -f conftest.$ac_objext 10407 11300 -if { (eval echo "$as_me:14631: \"$ac_compile\"") >&5 10408 +if { (eval echo "$as_me:14 712: \"$ac_compile\"") >&511301 +if { (eval echo "$as_me:14978: \"$ac_compile\"") >&5 10409 11302 (eval $ac_compile) 2>&5 10410 11303 ac_status=$? 10411 11304 - echo "$as_me:14634: \$? = $ac_status" >&5 10412 + echo "$as_me:14 715: \$? = $ac_status" >&511305 + echo "$as_me:14981: \$? = $ac_status" >&5 10413 11306 (exit $ac_status); } && 10414 11307 { ac_try='test -s conftest.$ac_objext' 10415 11308 - { (eval echo "$as_me:14637: \"$ac_try\"") >&5 10416 + { (eval echo "$as_me:14 718: \"$ac_try\"") >&511309 + { (eval echo "$as_me:14984: \"$ac_try\"") >&5 10417 11310 (eval $ac_try) 2>&5 10418 11311 ac_status=$? 10419 11312 - echo "$as_me:14640: \$? = $ac_status" >&5 10420 + echo "$as_me:14 721: \$? = $ac_status" >&511313 + echo "$as_me:14987: \$? = $ac_status" >&5 10421 11314 (exit $ac_status); }; }; then 10422 11315 cf_cv_header_stdbool_h=0 … … 10426 11319 cat >conftest.$ac_ext <<_ACEOF 10427 11320 -#line 14647 "configure" 10428 +#line 14 728"configure"11321 +#line 14994 "configure" 10429 11322 #include "confdefs.h" 10430 11323 10431 11324 #ifndef __BEOS__ 10432 @@ -14660,16 +1 4741,16 @@11325 @@ -14660,16 +15007,16 @@ 10433 11326 } 10434 11327 _ACEOF 10435 11328 rm -f conftest.$ac_objext 10436 11329 -if { (eval echo "$as_me:14663: \"$ac_compile\"") >&5 10437 +if { (eval echo "$as_me:1 4744: \"$ac_compile\"") >&511330 +if { (eval echo "$as_me:15010: \"$ac_compile\"") >&5 10438 11331 (eval $ac_compile) 2>&5 10439 11332 ac_status=$? 10440 11333 - echo "$as_me:14666: \$? = $ac_status" >&5 10441 + echo "$as_me:1 4747: \$? = $ac_status" >&511334 + echo "$as_me:15013: \$? = $ac_status" >&5 10442 11335 (exit $ac_status); } && 10443 11336 { ac_try='test -s conftest.$ac_objext' 10444 11337 - { (eval echo "$as_me:14669: \"$ac_try\"") >&5 10445 + { (eval echo "$as_me:1 4750: \"$ac_try\"") >&511338 + { (eval echo "$as_me:15016: \"$ac_try\"") >&5 10446 11339 (eval $ac_try) 2>&5 10447 11340 ac_status=$? 10448 11341 - echo "$as_me:14672: \$? = $ac_status" >&5 10449 + echo "$as_me:1 4753: \$? = $ac_status" >&511342 + echo "$as_me:15019: \$? = $ac_status" >&5 10450 11343 (exit $ac_status); }; }; then 10451 11344 cf_cv_header_stdbool_h=1 10452 11345 else 10453 @@ -14683,13 +1 4764,13 @@11346 @@ -14683,13 +15030,13 @@ 10454 11347 fi 10455 11348 10456 11349 if test "$cf_cv_header_stdbool_h" = 1 10457 11350 -then echo "$as_me:14686: result: yes" >&5 10458 +then echo "$as_me:1 4767: result: yes" >&511351 +then echo "$as_me:15033: result: yes" >&5 10459 11352 echo "${ECHO_T}yes" >&6 10460 11353 -else echo "$as_me:14688: result: no" >&5 10461 +else echo "$as_me:1 4769: result: no" >&511354 +else echo "$as_me:15035: result: no" >&5 10462 11355 echo "${ECHO_T}no" >&6 10463 11356 fi 10464 11357 10465 11358 -echo "$as_me:14692: checking for builtin bool type" >&5 10466 +echo "$as_me:1 4773: checking for builtin bool type" >&511359 +echo "$as_me:15039: checking for builtin bool type" >&5 10467 11360 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6 10468 11361 10469 11362 if test "${cf_cv_cc_bool_type+set}" = set; then 10470 @@ -14697,7 +1 4778,7 @@11363 @@ -14697,7 +15044,7 @@ 10471 11364 else 10472 11365 10473 11366 cat >conftest.$ac_ext <<_ACEOF 10474 11367 -#line 14700 "configure" 10475 +#line 1 4781"configure"11368 +#line 15047 "configure" 10476 11369 #include "confdefs.h" 10477 11370 10478 11371 #include <stdio.h> 10479 @@ -14712,16 +1 4793,16 @@11372 @@ -14712,16 +15059,16 @@ 10480 11373 } 10481 11374 _ACEOF 10482 11375 rm -f conftest.$ac_objext 10483 11376 -if { (eval echo "$as_me:14715: \"$ac_compile\"") >&5 10484 +if { (eval echo "$as_me:1 4796: \"$ac_compile\"") >&511377 +if { (eval echo "$as_me:15062: \"$ac_compile\"") >&5 10485 11378 (eval $ac_compile) 2>&5 10486 11379 ac_status=$? 10487 11380 - echo "$as_me:14718: \$? = $ac_status" >&5 10488 + echo "$as_me:1 4799: \$? = $ac_status" >&511381 + echo "$as_me:15065: \$? = $ac_status" >&5 10489 11382 (exit $ac_status); } && 10490 11383 { ac_try='test -s conftest.$ac_objext' 10491 11384 - { (eval echo "$as_me:14721: \"$ac_try\"") >&5 10492 + { (eval echo "$as_me:1 4802: \"$ac_try\"") >&511385 + { (eval echo "$as_me:15068: \"$ac_try\"") >&5 10493 11386 (eval $ac_try) 2>&5 10494 11387 ac_status=$? 10495 11388 - echo "$as_me:14724: \$? = $ac_status" >&5 10496 + echo "$as_me:1 4805: \$? = $ac_status" >&511389 + echo "$as_me:15071: \$? = $ac_status" >&5 10497 11390 (exit $ac_status); }; }; then 10498 11391 cf_cv_cc_bool_type=1 10499 11392 else 10500 @@ -14734,9 +1 4815,9 @@11393 @@ -14734,9 +15081,9 @@ 10501 11394 fi 10502 11395 10503 11396 if test "$cf_cv_cc_bool_type" = 1 10504 11397 -then echo "$as_me:14737: result: yes" >&5 10505 +then echo "$as_me:1 4818: result: yes" >&511398 +then echo "$as_me:15084: result: yes" >&5 10506 11399 echo "${ECHO_T}yes" >&6 10507 11400 -else echo "$as_me:14739: result: no" >&5 10508 +else echo "$as_me:1 4820: result: no" >&511401 +else echo "$as_me:15086: result: no" >&5 10509 11402 echo "${ECHO_T}no" >&6 10510 11403 fi 10511 11404 10512 @@ -14758,7 +1 4839,7 @@11405 @@ -14758,7 +15105,7 @@ 10513 11406 cf_stdcpp_libname=stdc++ 10514 11407 ;; 10515 11408 esac 10516 11409 -echo "$as_me:14761: checking for library $cf_stdcpp_libname" >&5 10517 +echo "$as_me:1 4842: checking for library $cf_stdcpp_libname" >&511410 +echo "$as_me:15108: checking for library $cf_stdcpp_libname" >&5 10518 11411 echo $ECHO_N "checking for library $cf_stdcpp_libname... $ECHO_C" >&6 10519 11412 if test "${cf_cv_libstdcpp+set}" = set; then 10520 11413 echo $ECHO_N "(cached) $ECHO_C" >&6 10521 @@ -14767,7 +1 4848,7 @@11414 @@ -14767,7 +15114,7 @@ 10522 11415 cf_save="$LIBS" 10523 11416 LIBS="$LIBS -l$cf_stdcpp_libname" 10524 11417 cat >conftest.$ac_ext <<_ACEOF 10525 11418 -#line 14770 "configure" 10526 +#line 1 4851"configure"11419 +#line 15117 "configure" 10527 11420 #include "confdefs.h" 10528 11421 10529 11422 #include <strstream.h> 10530 @@ -14783,16 +1 4864,16 @@11423 @@ -14783,16 +15130,16 @@ 10531 11424 } 10532 11425 _ACEOF 10533 11426 rm -f conftest.$ac_objext conftest$ac_exeext 10534 11427 -if { (eval echo "$as_me:14786: \"$ac_link\"") >&5 10535 +if { (eval echo "$as_me:1 4867: \"$ac_link\"") >&511428 +if { (eval echo "$as_me:15133: \"$ac_link\"") >&5 10536 11429 (eval $ac_link) 2>&5 10537 11430 ac_status=$? 10538 11431 - echo "$as_me:14789: \$? = $ac_status" >&5 10539 + echo "$as_me:1 4870: \$? = $ac_status" >&511432 + echo "$as_me:15136: \$? = $ac_status" >&5 10540 11433 (exit $ac_status); } && 10541 11434 { ac_try='test -s conftest$ac_exeext' 10542 11435 - { (eval echo "$as_me:14792: \"$ac_try\"") >&5 10543 + { (eval echo "$as_me:1 4873: \"$ac_try\"") >&511436 + { (eval echo "$as_me:15139: \"$ac_try\"") >&5 10544 11437 (eval $ac_try) 2>&5 10545 11438 ac_status=$? 10546 11439 - echo "$as_me:14795: \$? = $ac_status" >&5 10547 + echo "$as_me:1 4876: \$? = $ac_status" >&511440 + echo "$as_me:15142: \$? = $ac_status" >&5 10548 11441 (exit $ac_status); }; }; then 10549 11442 cf_cv_libstdcpp=yes 10550 11443 else 10551 @@ -14804,12 +1 4885,12 @@11444 @@ -14804,12 +15151,12 @@ 10552 11445 LIBS="$cf_save" 10553 11446 10554 11447 fi 10555 11448 -echo "$as_me:14807: result: $cf_cv_libstdcpp" >&5 10556 +echo "$as_me:1 4888: result: $cf_cv_libstdcpp" >&511449 +echo "$as_me:15154: result: $cf_cv_libstdcpp" >&5 10557 11450 echo "${ECHO_T}$cf_cv_libstdcpp" >&6 10558 11451 test "$cf_cv_libstdcpp" = yes && CXXLIBS="$CXXLIBS -l$cf_stdcpp_libname" … … 10560 11453 10561 11454 - echo "$as_me:14812: checking whether $CXX understands -c and -o together" >&5 10562 + echo "$as_me:1 4893: checking whether $CXX understands -c and -o together" >&511455 + echo "$as_me:15159: checking whether $CXX understands -c and -o together" >&5 10563 11456 echo $ECHO_N "checking whether $CXX understands -c and -o together... $ECHO_C" >&6 10564 11457 if test "${cf_cv_prog_CXX_c_o+set}" = set; then 10565 11458 echo $ECHO_N "(cached) $ECHO_C" >&6 10566 @@ -14825,15 +1 4906,15 @@11459 @@ -14825,15 +15172,15 @@ 10567 11460 # We do the test twice because some compilers refuse to overwrite an 10568 11461 # existing .o file with -o, though they will create one. 10569 11462 ac_try='$CXX -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 10570 11463 -if { (eval echo "$as_me:14828: \"$ac_try\"") >&5 10571 +if { (eval echo "$as_me:1 4909: \"$ac_try\"") >&511464 +if { (eval echo "$as_me:15175: \"$ac_try\"") >&5 10572 11465 (eval $ac_try) 2>&5 10573 11466 ac_status=$? 10574 11467 - echo "$as_me:14831: \$? = $ac_status" >&5 10575 + echo "$as_me:1 4912: \$? = $ac_status" >&511468 + echo "$as_me:15178: \$? = $ac_status" >&5 10576 11469 (exit $ac_status); } && 10577 11470 - test -f conftest2.$ac_objext && { (eval echo "$as_me:14833: \"$ac_try\"") >&5 10578 + test -f conftest2.$ac_objext && { (eval echo "$as_me:1 4914: \"$ac_try\"") >&511471 + test -f conftest2.$ac_objext && { (eval echo "$as_me:15180: \"$ac_try\"") >&5 10579 11472 (eval $ac_try) 2>&5 10580 11473 ac_status=$? 10581 11474 - echo "$as_me:14836: \$? = $ac_status" >&5 10582 + echo "$as_me:1 4917: \$? = $ac_status" >&511475 + echo "$as_me:15183: \$? = $ac_status" >&5 10583 11476 (exit $ac_status); }; 10584 11477 then 10585 11478 eval cf_cv_prog_CXX_c_o=yes 10586 @@ -14844,10 +1 4925,10 @@11479 @@ -14844,10 +15191,10 @@ 10587 11480 10588 11481 fi 10589 11482 if test $cf_cv_prog_CXX_c_o = yes; then 10590 11483 - echo "$as_me:14847: result: yes" >&5 10591 + echo "$as_me:1 4928: result: yes" >&511484 + echo "$as_me:15194: result: yes" >&5 10592 11485 echo "${ECHO_T}yes" >&6 10593 11486 else 10594 11487 - echo "$as_me:14850: result: no" >&5 10595 + echo "$as_me:1 4931: result: no" >&511488 + echo "$as_me:15197: result: no" >&5 10596 11489 echo "${ECHO_T}no" >&6 10597 11490 fi 10598 11491 10599 @@ -14867,12 +1 4948,12 @@11492 @@ -14867,12 +15214,12 @@ 10600 11493 ;; 10601 11494 esac 10602 11495 if test "$GXX" = yes; then 10603 11496 - echo "$as_me:14870: checking for lib$cf_gpp_libname" >&5 10604 + echo "$as_me:1 4951: checking for lib$cf_gpp_libname" >&511497 + echo "$as_me:15217: checking for lib$cf_gpp_libname" >&5 10605 11498 echo $ECHO_N "checking for lib$cf_gpp_libname... $ECHO_C" >&6 10606 11499 cf_save="$LIBS" … … 10608 11501 cat >conftest.$ac_ext <<_ACEOF 10609 11502 -#line 14875 "configure" 10610 +#line 1 4956"configure"11503 +#line 15222 "configure" 10611 11504 #include "confdefs.h" 10612 11505 10613 11506 #include <$cf_gpp_libname/builtin.h> 10614 @@ -14886,16 +1 4967,16 @@11507 @@ -14886,16 +15233,16 @@ 10615 11508 } 10616 11509 _ACEOF 10617 11510 rm -f conftest.$ac_objext conftest$ac_exeext 10618 11511 -if { (eval echo "$as_me:14889: \"$ac_link\"") >&5 10619 +if { (eval echo "$as_me:1 4970: \"$ac_link\"") >&511512 +if { (eval echo "$as_me:15236: \"$ac_link\"") >&5 10620 11513 (eval $ac_link) 2>&5 10621 11514 ac_status=$? 10622 11515 - echo "$as_me:14892: \$? = $ac_status" >&5 10623 + echo "$as_me:1 4973: \$? = $ac_status" >&511516 + echo "$as_me:15239: \$? = $ac_status" >&5 10624 11517 (exit $ac_status); } && 10625 11518 { ac_try='test -s conftest$ac_exeext' 10626 11519 - { (eval echo "$as_me:14895: \"$ac_try\"") >&5 10627 + { (eval echo "$as_me:1 4976: \"$ac_try\"") >&511520 + { (eval echo "$as_me:15242: \"$ac_try\"") >&5 10628 11521 (eval $ac_try) 2>&5 10629 11522 ac_status=$? 10630 11523 - echo "$as_me:14898: \$? = $ac_status" >&5 10631 + echo "$as_me:1 4979: \$? = $ac_status" >&511524 + echo "$as_me:15245: \$? = $ac_status" >&5 10632 11525 (exit $ac_status); }; }; then 10633 11526 cf_cxx_library=yes 10634 11527 CXXLIBS="$CXXLIBS -l$cf_gpp_libname" 10635 @@ -14914,7 +1 4995,7 @@11528 @@ -14914,7 +15261,7 @@ 10636 11529 echo "$as_me: failed program was:" >&5 10637 11530 cat conftest.$ac_ext >&5 10638 11531 cat >conftest.$ac_ext <<_ACEOF 10639 11532 -#line 14917 "configure" 10640 +#line 1 4998"configure"11533 +#line 15264 "configure" 10641 11534 #include "confdefs.h" 10642 11535 10643 11536 #include <builtin.h> 10644 @@ -14928,16 +15 009,16 @@11537 @@ -14928,16 +15275,16 @@ 10645 11538 } 10646 11539 _ACEOF 10647 11540 rm -f conftest.$ac_objext conftest$ac_exeext 10648 11541 -if { (eval echo "$as_me:14931: \"$ac_link\"") >&5 10649 +if { (eval echo "$as_me:15 012: \"$ac_link\"") >&511542 +if { (eval echo "$as_me:15278: \"$ac_link\"") >&5 10650 11543 (eval $ac_link) 2>&5 10651 11544 ac_status=$? 10652 11545 - echo "$as_me:14934: \$? = $ac_status" >&5 10653 + echo "$as_me:15 015: \$? = $ac_status" >&511546 + echo "$as_me:15281: \$? = $ac_status" >&5 10654 11547 (exit $ac_status); } && 10655 11548 { ac_try='test -s conftest$ac_exeext' 10656 11549 - { (eval echo "$as_me:14937: \"$ac_try\"") >&5 10657 + { (eval echo "$as_me:15 018: \"$ac_try\"") >&511550 + { (eval echo "$as_me:15284: \"$ac_try\"") >&5 10658 11551 (eval $ac_try) 2>&5 10659 11552 ac_status=$? 10660 11553 - echo "$as_me:14940: \$? = $ac_status" >&5 10661 + echo "$as_me:15 021: \$? = $ac_status" >&511554 + echo "$as_me:15287: \$? = $ac_status" >&5 10662 11555 (exit $ac_status); }; }; then 10663 11556 cf_cxx_library=yes 10664 11557 CXXLIBS="$CXXLIBS -l$cf_gpp_libname" 10665 @@ -14954,7 +15 035,7 @@11558 @@ -14954,7 +15301,7 @@ 10666 11559 fi 10667 11560 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10668 11561 LIBS="$cf_save" 10669 11562 - echo "$as_me:14957: result: $cf_cxx_library" >&5 10670 + echo "$as_me:15 038: result: $cf_cxx_library" >&511563 + echo "$as_me:15304: result: $cf_cxx_library" >&5 10671 11564 echo "${ECHO_T}$cf_cxx_library" >&6 10672 11565 fi 10673 11566 10674 @@ -14970,7 +15 051,7 @@11567 @@ -14970,7 +15317,7 @@ 10675 11568 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 10676 11569 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 10677 11570 ac_main_return=return 10678 11571 -echo "$as_me:14973: checking how to run the C++ preprocessor" >&5 10679 +echo "$as_me:15 054: checking how to run the C++ preprocessor" >&511572 +echo "$as_me:15320: checking how to run the C++ preprocessor" >&5 10680 11573 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 10681 11574 if test -z "$CXXCPP"; then 10682 11575 if test "${ac_cv_prog_CXXCPP+set}" = set; then 10683 @@ -14987,18 +15 068,18 @@11576 @@ -14987,18 +15334,18 @@ 10684 11577 # On the NeXT, cc -E runs the code through the compiler's parser, 10685 11578 # not just through cpp. "Syntax error" is here to catch this case. 10686 11579 cat >conftest.$ac_ext <<_ACEOF 10687 11580 -#line 14990 "configure" 10688 +#line 15 071"configure"11581 +#line 15337 "configure" 10689 11582 #include "confdefs.h" 10690 11583 #include <assert.h> … … 10692 11585 _ACEOF 10693 11586 -if { (eval echo "$as_me:14995: \"$ac_cpp conftest.$ac_ext\"") >&5 10694 +if { (eval echo "$as_me:15 076: \"$ac_cpp conftest.$ac_ext\"") >&511587 +if { (eval echo "$as_me:15342: \"$ac_cpp conftest.$ac_ext\"") >&5 10695 11588 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10696 11589 ac_status=$? … … 10699 11592 cat conftest.err >&5 10700 11593 - echo "$as_me:15001: \$? = $ac_status" >&5 10701 + echo "$as_me:15 082: \$? = $ac_status" >&511594 + echo "$as_me:15348: \$? = $ac_status" >&5 10702 11595 (exit $ac_status); } >/dev/null; then 10703 11596 if test -s conftest.err; then 10704 11597 ac_cpp_err=$ac_cxx_preproc_warn_flag 10705 @@ -15021,17 +15 102,17 @@11598 @@ -15021,17 +15368,17 @@ 10706 11599 # OK, works on sane cases. Now check whether non-existent headers 10707 11600 # can be detected and how. 10708 11601 cat >conftest.$ac_ext <<_ACEOF 10709 11602 -#line 15024 "configure" 10710 +#line 15 105"configure"11603 +#line 15371 "configure" 10711 11604 #include "confdefs.h" 10712 11605 #include <ac_nonexistent.h> 10713 11606 _ACEOF 10714 11607 -if { (eval echo "$as_me:15028: \"$ac_cpp conftest.$ac_ext\"") >&5 10715 +if { (eval echo "$as_me:15 109: \"$ac_cpp conftest.$ac_ext\"") >&511608 +if { (eval echo "$as_me:15375: \"$ac_cpp conftest.$ac_ext\"") >&5 10716 11609 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10717 11610 ac_status=$? … … 10720 11613 cat conftest.err >&5 10721 11614 - echo "$as_me:15034: \$? = $ac_status" >&5 10722 + echo "$as_me:15 115: \$? = $ac_status" >&511615 + echo "$as_me:15381: \$? = $ac_status" >&5 10723 11616 (exit $ac_status); } >/dev/null; then 10724 11617 if test -s conftest.err; then 10725 11618 ac_cpp_err=$ac_cxx_preproc_warn_flag 10726 @@ -15068,7 +15 149,7 @@11619 @@ -15068,7 +15415,7 @@ 10727 11620 else 10728 11621 ac_cv_prog_CXXCPP=$CXXCPP 10729 11622 fi 10730 11623 -echo "$as_me:15071: result: $CXXCPP" >&5 10731 +echo "$as_me:15 152: result: $CXXCPP" >&511624 +echo "$as_me:15418: result: $CXXCPP" >&5 10732 11625 echo "${ECHO_T}$CXXCPP" >&6 10733 11626 ac_preproc_ok=false 10734 11627 for ac_cxx_preproc_warn_flag in '' yes 10735 @@ -15078,18 +15 159,18 @@11628 @@ -15078,18 +15425,18 @@ 10736 11629 # On the NeXT, cc -E runs the code through the compiler's parser, 10737 11630 # not just through cpp. "Syntax error" is here to catch this case. 10738 11631 cat >conftest.$ac_ext <<_ACEOF 10739 11632 -#line 15081 "configure" 10740 +#line 15 162"configure"11633 +#line 15428 "configure" 10741 11634 #include "confdefs.h" 10742 11635 #include <assert.h> … … 10744 11637 _ACEOF 10745 11638 -if { (eval echo "$as_me:15086: \"$ac_cpp conftest.$ac_ext\"") >&5 10746 +if { (eval echo "$as_me:15 167: \"$ac_cpp conftest.$ac_ext\"") >&511639 +if { (eval echo "$as_me:15433: \"$ac_cpp conftest.$ac_ext\"") >&5 10747 11640 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10748 11641 ac_status=$? … … 10751 11644 cat conftest.err >&5 10752 11645 - echo "$as_me:15092: \$? = $ac_status" >&5 10753 + echo "$as_me:15 173: \$? = $ac_status" >&511646 + echo "$as_me:15439: \$? = $ac_status" >&5 10754 11647 (exit $ac_status); } >/dev/null; then 10755 11648 if test -s conftest.err; then 10756 11649 ac_cpp_err=$ac_cxx_preproc_warn_flag 10757 @@ -15112,17 +15 193,17 @@11650 @@ -15112,17 +15459,17 @@ 10758 11651 # OK, works on sane cases. Now check whether non-existent headers 10759 11652 # can be detected and how. 10760 11653 cat >conftest.$ac_ext <<_ACEOF 10761 11654 -#line 15115 "configure" 10762 +#line 15 196"configure"11655 +#line 15462 "configure" 10763 11656 #include "confdefs.h" 10764 11657 #include <ac_nonexistent.h> 10765 11658 _ACEOF 10766 11659 -if { (eval echo "$as_me:15119: \"$ac_cpp conftest.$ac_ext\"") >&5 10767 +if { (eval echo "$as_me:15 200: \"$ac_cpp conftest.$ac_ext\"") >&511660 +if { (eval echo "$as_me:15466: \"$ac_cpp conftest.$ac_ext\"") >&5 10768 11661 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10769 11662 ac_status=$? … … 10772 11665 cat conftest.err >&5 10773 11666 - echo "$as_me:15125: \$? = $ac_status" >&5 10774 + echo "$as_me:15 206: \$? = $ac_status" >&511667 + echo "$as_me:15472: \$? = $ac_status" >&5 10775 11668 (exit $ac_status); } >/dev/null; then 10776 11669 if test -s conftest.err; then 10777 11670 ac_cpp_err=$ac_cxx_preproc_warn_flag 10778 @@ -15150,7 +15 231,7 @@11671 @@ -15150,7 +15497,7 @@ 10779 11672 if $ac_preproc_ok; then 10780 11673 : 10781 11674 else 10782 11675 - { { echo "$as_me:15153: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 10783 + { { echo "$as_me:15 234: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&511676 + { { echo "$as_me:15500: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 10784 11677 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;} 10785 11678 { (exit 1); exit 1; }; } 10786 11679 fi 10787 @@ -15165,23 +15 246,23 @@11680 @@ -15165,23 +15512,23 @@ 10788 11681 for ac_header in iostream typeinfo 10789 11682 do 10790 11683 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10791 11684 -echo "$as_me:15168: checking for $ac_header" >&5 10792 +echo "$as_me:15 249: checking for $ac_header" >&511685 +echo "$as_me:15515: checking for $ac_header" >&5 10793 11686 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10794 11687 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 10797 11690 cat >conftest.$ac_ext <<_ACEOF 10798 11691 -#line 15174 "configure" 10799 +#line 15 255"configure"11692 +#line 15521 "configure" 10800 11693 #include "confdefs.h" 10801 11694 #include <$ac_header> 10802 11695 _ACEOF 10803 11696 -if { (eval echo "$as_me:15178: \"$ac_cpp conftest.$ac_ext\"") >&5 10804 +if { (eval echo "$as_me:15 259: \"$ac_cpp conftest.$ac_ext\"") >&511697 +if { (eval echo "$as_me:15525: \"$ac_cpp conftest.$ac_ext\"") >&5 10805 11698 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10806 11699 ac_status=$? … … 10809 11702 cat conftest.err >&5 10810 11703 - echo "$as_me:15184: \$? = $ac_status" >&5 10811 + echo "$as_me:15 265: \$? = $ac_status" >&511704 + echo "$as_me:15531: \$? = $ac_status" >&5 10812 11705 (exit $ac_status); } >/dev/null; then 10813 11706 if test -s conftest.err; then 10814 11707 ac_cpp_err=$ac_cxx_preproc_warn_flag 10815 @@ -15200,7 +15 281,7 @@11708 @@ -15200,7 +15547,7 @@ 10816 11709 fi 10817 11710 rm -f conftest.err conftest.$ac_ext 10818 11711 fi 10819 11712 -echo "$as_me:15203: result: `eval echo '${'$as_ac_Header'}'`" >&5 10820 +echo "$as_me:15 284: result: `eval echo '${'$as_ac_Header'}'`" >&511713 +echo "$as_me:15550: result: `eval echo '${'$as_ac_Header'}'`" >&5 10821 11714 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10822 11715 if test `eval echo '${'$as_ac_Header'}'` = yes; then 10823 11716 cat >>confdefs.h <<EOF 10824 @@ -15211,10 +15 292,10 @@11717 @@ -15211,10 +15558,10 @@ 10825 11718 done 10826 11719 10827 11720 if test x"$ac_cv_header_iostream" = xyes ; then 10828 11721 - echo "$as_me:15214: checking if iostream uses std-namespace" >&5 10829 + echo "$as_me:15 295: checking if iostream uses std-namespace" >&511722 + echo "$as_me:15561: checking if iostream uses std-namespace" >&5 10830 11723 echo $ECHO_N "checking if iostream uses std-namespace... $ECHO_C" >&6 10831 11724 cat >conftest.$ac_ext <<_ACEOF 10832 11725 -#line 15217 "configure" 10833 +#line 15 298"configure"11726 +#line 15564 "configure" 10834 11727 #include "confdefs.h" 10835 11728 10836 11729 #include <iostream> 10837 @@ -15231,16 +15 312,16 @@11730 @@ -15231,16 +15578,16 @@ 10838 11731 } 10839 11732 _ACEOF 10840 11733 rm -f conftest.$ac_objext 10841 11734 -if { (eval echo "$as_me:15234: \"$ac_compile\"") >&5 10842 +if { (eval echo "$as_me:15 315: \"$ac_compile\"") >&511735 +if { (eval echo "$as_me:15581: \"$ac_compile\"") >&5 10843 11736 (eval $ac_compile) 2>&5 10844 11737 ac_status=$? 10845 11738 - echo "$as_me:15237: \$? = $ac_status" >&5 10846 + echo "$as_me:15 318: \$? = $ac_status" >&511739 + echo "$as_me:15584: \$? = $ac_status" >&5 10847 11740 (exit $ac_status); } && 10848 11741 { ac_try='test -s conftest.$ac_objext' 10849 11742 - { (eval echo "$as_me:15240: \"$ac_try\"") >&5 10850 + { (eval echo "$as_me:15 321: \"$ac_try\"") >&511743 + { (eval echo "$as_me:15587: \"$ac_try\"") >&5 10851 11744 (eval $ac_try) 2>&5 10852 11745 ac_status=$? 10853 11746 - echo "$as_me:15243: \$? = $ac_status" >&5 10854 + echo "$as_me:15 324: \$? = $ac_status" >&511747 + echo "$as_me:15590: \$? = $ac_status" >&5 10855 11748 (exit $ac_status); }; }; then 10856 11749 cf_iostream_namespace=yes 10857 11750 else 10858 @@ -15249,7 +15 330,7 @@11751 @@ -15249,7 +15596,7 @@ 10859 11752 cf_iostream_namespace=no 10860 11753 fi 10861 11754 rm -f conftest.$ac_objext conftest.$ac_ext 10862 11755 - echo "$as_me:15252: result: $cf_iostream_namespace" >&5 10863 + echo "$as_me:15 333: result: $cf_iostream_namespace" >&511756 + echo "$as_me:15599: result: $cf_iostream_namespace" >&5 10864 11757 echo "${ECHO_T}$cf_iostream_namespace" >&6 10865 11758 if test "$cf_iostream_namespace" = yes ; then 10866 11759 cat >>confdefs.h <<\EOF 10867 @@ -15259,7 +15 340,7 @@11760 @@ -15259,7 +15606,7 @@ 10868 11761 fi 10869 11762 fi 10870 11763 10871 11764 -echo "$as_me:15262: checking if we should include stdbool.h" >&5 10872 +echo "$as_me:15 343: checking if we should include stdbool.h" >&511765 +echo "$as_me:15609: checking if we should include stdbool.h" >&5 10873 11766 echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6 10874 11767 10875 11768 if test "${cf_cv_header_stdbool_h+set}" = set; then 10876 @@ -15267,7 +15 348,7 @@11769 @@ -15267,7 +15614,7 @@ 10877 11770 else 10878 11771 10879 11772 cat >conftest.$ac_ext <<_ACEOF 10880 11773 -#line 15270 "configure" 10881 +#line 15 351"configure"11774 +#line 15617 "configure" 10882 11775 #include "confdefs.h" 10883 11776 10884 11777 int 10885 @@ -15279,23 +15 360,23 @@11778 @@ -15279,23 +15626,23 @@ 10886 11779 } 10887 11780 _ACEOF 10888 11781 rm -f conftest.$ac_objext 10889 11782 -if { (eval echo "$as_me:15282: \"$ac_compile\"") >&5 10890 +if { (eval echo "$as_me:15 363: \"$ac_compile\"") >&511783 +if { (eval echo "$as_me:15629: \"$ac_compile\"") >&5 10891 11784 (eval $ac_compile) 2>&5 10892 11785 ac_status=$? 10893 11786 - echo "$as_me:15285: \$? = $ac_status" >&5 10894 + echo "$as_me:15 366: \$? = $ac_status" >&511787 + echo "$as_me:15632: \$? = $ac_status" >&5 10895 11788 (exit $ac_status); } && 10896 11789 { ac_try='test -s conftest.$ac_objext' 10897 11790 - { (eval echo "$as_me:15288: \"$ac_try\"") >&5 10898 + { (eval echo "$as_me:15 369: \"$ac_try\"") >&511791 + { (eval echo "$as_me:15635: \"$ac_try\"") >&5 10899 11792 (eval $ac_try) 2>&5 10900 11793 ac_status=$? 10901 11794 - echo "$as_me:15291: \$? = $ac_status" >&5 10902 + echo "$as_me:15 372: \$? = $ac_status" >&511795 + echo "$as_me:15638: \$? = $ac_status" >&5 10903 11796 (exit $ac_status); }; }; then 10904 11797 cf_cv_header_stdbool_h=0 … … 10908 11801 cat >conftest.$ac_ext <<_ACEOF 10909 11802 -#line 15298 "configure" 10910 +#line 15 379"configure"11803 +#line 15645 "configure" 10911 11804 #include "confdefs.h" 10912 11805 10913 11806 #ifndef __BEOS__ 10914 @@ -15311,16 +15 392,16 @@11807 @@ -15311,16 +15658,16 @@ 10915 11808 } 10916 11809 _ACEOF 10917 11810 rm -f conftest.$ac_objext 10918 11811 -if { (eval echo "$as_me:15314: \"$ac_compile\"") >&5 10919 +if { (eval echo "$as_me:15 395: \"$ac_compile\"") >&511812 +if { (eval echo "$as_me:15661: \"$ac_compile\"") >&5 10920 11813 (eval $ac_compile) 2>&5 10921 11814 ac_status=$? 10922 11815 - echo "$as_me:15317: \$? = $ac_status" >&5 10923 + echo "$as_me:15 398: \$? = $ac_status" >&511816 + echo "$as_me:15664: \$? = $ac_status" >&5 10924 11817 (exit $ac_status); } && 10925 11818 { ac_try='test -s conftest.$ac_objext' 10926 11819 - { (eval echo "$as_me:15320: \"$ac_try\"") >&5 10927 + { (eval echo "$as_me:15 401: \"$ac_try\"") >&511820 + { (eval echo "$as_me:15667: \"$ac_try\"") >&5 10928 11821 (eval $ac_try) 2>&5 10929 11822 ac_status=$? 10930 11823 - echo "$as_me:15323: \$? = $ac_status" >&5 10931 + echo "$as_me:15 404: \$? = $ac_status" >&511824 + echo "$as_me:15670: \$? = $ac_status" >&5 10932 11825 (exit $ac_status); }; }; then 10933 11826 cf_cv_header_stdbool_h=1 10934 11827 else 10935 @@ -15334,13 +15 415,13 @@11828 @@ -15334,13 +15681,13 @@ 10936 11829 fi 10937 11830 10938 11831 if test "$cf_cv_header_stdbool_h" = 1 10939 11832 -then echo "$as_me:15337: result: yes" >&5 10940 +then echo "$as_me:15 418: result: yes" >&511833 +then echo "$as_me:15684: result: yes" >&5 10941 11834 echo "${ECHO_T}yes" >&6 10942 11835 -else echo "$as_me:15339: result: no" >&5 10943 +else echo "$as_me:15 420: result: no" >&511836 +else echo "$as_me:15686: result: no" >&5 10944 11837 echo "${ECHO_T}no" >&6 10945 11838 fi 10946 11839 10947 11840 -echo "$as_me:15343: checking for builtin bool type" >&5 10948 +echo "$as_me:15 424: checking for builtin bool type" >&511841 +echo "$as_me:15690: checking for builtin bool type" >&5 10949 11842 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6 10950 11843 10951 11844 if test "${cf_cv_builtin_bool+set}" = set; then 10952 @@ -15348,7 +15 429,7 @@11845 @@ -15348,7 +15695,7 @@ 10953 11846 else 10954 11847 10955 11848 cat >conftest.$ac_ext <<_ACEOF 10956 11849 -#line 15351 "configure" 10957 +#line 15 432"configure"11850 +#line 15698 "configure" 10958 11851 #include "confdefs.h" 10959 11852 10960 11853 #include <stdio.h> 10961 @@ -15363,16 +15 444,16 @@11854 @@ -15363,16 +15710,16 @@ 10962 11855 } 10963 11856 _ACEOF 10964 11857 rm -f conftest.$ac_objext 10965 11858 -if { (eval echo "$as_me:15366: \"$ac_compile\"") >&5 10966 +if { (eval echo "$as_me:15 447: \"$ac_compile\"") >&511859 +if { (eval echo "$as_me:15713: \"$ac_compile\"") >&5 10967 11860 (eval $ac_compile) 2>&5 10968 11861 ac_status=$? 10969 11862 - echo "$as_me:15369: \$? = $ac_status" >&5 10970 + echo "$as_me:15 450: \$? = $ac_status" >&511863 + echo "$as_me:15716: \$? = $ac_status" >&5 10971 11864 (exit $ac_status); } && 10972 11865 { ac_try='test -s conftest.$ac_objext' 10973 11866 - { (eval echo "$as_me:15372: \"$ac_try\"") >&5 10974 + { (eval echo "$as_me:15 453: \"$ac_try\"") >&511867 + { (eval echo "$as_me:15719: \"$ac_try\"") >&5 10975 11868 (eval $ac_try) 2>&5 10976 11869 ac_status=$? 10977 11870 - echo "$as_me:15375: \$? = $ac_status" >&5 10978 + echo "$as_me:15 456: \$? = $ac_status" >&511871 + echo "$as_me:15722: \$? = $ac_status" >&5 10979 11872 (exit $ac_status); }; }; then 10980 11873 cf_cv_builtin_bool=1 10981 11874 else 10982 @@ -15385,13 +15 466,13 @@11875 @@ -15385,13 +15732,13 @@ 10983 11876 fi 10984 11877 10985 11878 if test "$cf_cv_builtin_bool" = 1 10986 11879 -then echo "$as_me:15388: result: yes" >&5 10987 +then echo "$as_me:15 469: result: yes" >&511880 +then echo "$as_me:15735: result: yes" >&5 10988 11881 echo "${ECHO_T}yes" >&6 10989 11882 -else echo "$as_me:15390: result: no" >&5 10990 +else echo "$as_me:15 471: result: no" >&511883 +else echo "$as_me:15737: result: no" >&5 10991 11884 echo "${ECHO_T}no" >&6 10992 11885 fi 10993 11886 10994 11887 -echo "$as_me:15394: checking for size of bool" >&5 10995 +echo "$as_me:15 475: checking for size of bool" >&511888 +echo "$as_me:15741: checking for size of bool" >&5 10996 11889 echo $ECHO_N "checking for size of bool... $ECHO_C" >&6 10997 11890 if test "${cf_cv_type_of_bool+set}" = set; then 10998 11891 echo $ECHO_N "(cached) $ECHO_C" >&6 10999 @@ -15402,7 +15 483,7 @@11892 @@ -15402,7 +15749,7 @@ 11000 11893 cf_cv_type_of_bool=unknown 11001 11894 else 11002 11895 cat >conftest.$ac_ext <<_ACEOF 11003 11896 -#line 15405 "configure" 11004 +#line 15 486"configure"11897 +#line 15752 "configure" 11005 11898 #include "confdefs.h" 11006 11899 11007 11900 #include <stdlib.h> 11008 @@ -15444,15 +15 525,15 @@11901 @@ -15444,15 +15791,15 @@ 11009 11902 11010 11903 _ACEOF 11011 11904 rm -f conftest$ac_exeext 11012 11905 -if { (eval echo "$as_me:15447: \"$ac_link\"") >&5 11013 +if { (eval echo "$as_me:15 528: \"$ac_link\"") >&511906 +if { (eval echo "$as_me:15794: \"$ac_link\"") >&5 11014 11907 (eval $ac_link) 2>&5 11015 11908 ac_status=$? 11016 11909 - echo "$as_me:15450: \$? = $ac_status" >&5 11017 + echo "$as_me:15 531: \$? = $ac_status" >&511910 + echo "$as_me:15797: \$? = $ac_status" >&5 11018 11911 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11019 11912 - { (eval echo "$as_me:15452: \"$ac_try\"") >&5 11020 + { (eval echo "$as_me:15 533: \"$ac_try\"") >&511913 + { (eval echo "$as_me:15799: \"$ac_try\"") >&5 11021 11914 (eval $ac_try) 2>&5 11022 11915 ac_status=$? 11023 11916 - echo "$as_me:15455: \$? = $ac_status" >&5 11024 + echo "$as_me:15 536: \$? = $ac_status" >&511917 + echo "$as_me:15802: \$? = $ac_status" >&5 11025 11918 (exit $ac_status); }; }; then 11026 11919 cf_cv_type_of_bool=`cat cf_test.out` 11027 11920 if test -z "$cf_cv_type_of_bool"; then 11028 @@ -15470,18 +15 551,18 @@11921 @@ -15470,18 +15817,18 @@ 11029 11922 fi 11030 11923 11031 11924 rm -f cf_test.out 11032 11925 -echo "$as_me:15473: result: $cf_cv_type_of_bool" >&5 11033 +echo "$as_me:15 554: result: $cf_cv_type_of_bool" >&511926 +echo "$as_me:15820: result: $cf_cv_type_of_bool" >&5 11034 11927 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 11035 11928 if test "$cf_cv_type_of_bool" = unknown ; then … … 11038 11931 esac 11039 11932 - { echo "$as_me:15479: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 11040 + { echo "$as_me:15 560: WARNING: Assuming $NCURSES_BOOL for type of bool" >&511933 + { echo "$as_me:15826: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 11041 11934 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;} 11042 11935 cf_cv_type_of_bool=$NCURSES_BOOL … … 11044 11937 11045 11938 -echo "$as_me:15484: checking for special defines needed for etip.h" >&5 11046 +echo "$as_me:15 565: checking for special defines needed for etip.h" >&511939 +echo "$as_me:15831: checking for special defines needed for etip.h" >&5 11047 11940 echo $ECHO_N "checking for special defines needed for etip.h... $ECHO_C" >&6 11048 11941 cf_save_CXXFLAGS="$CXXFLAGS" 11049 11942 cf_result="none" 11050 @@ -15493,7 +15 574,7 @@11943 @@ -15493,7 +15840,7 @@ 11051 11944 test -n "$cf_math" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_math}" 11052 11945 test -n "$cf_excp" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_excp}" 11053 11946 cat >conftest.$ac_ext <<_ACEOF 11054 11947 -#line 15496 "configure" 11055 +#line 15 577"configure"11948 +#line 15843 "configure" 11056 11949 #include "confdefs.h" 11057 11950 11058 11951 #include <etip.h.in> 11059 @@ -15507,16 +15 588,16 @@11952 @@ -15507,16 +15854,16 @@ 11060 11953 } 11061 11954 _ACEOF 11062 11955 rm -f conftest.$ac_objext 11063 11956 -if { (eval echo "$as_me:15510: \"$ac_compile\"") >&5 11064 +if { (eval echo "$as_me:15 591: \"$ac_compile\"") >&511957 +if { (eval echo "$as_me:15857: \"$ac_compile\"") >&5 11065 11958 (eval $ac_compile) 2>&5 11066 11959 ac_status=$? 11067 11960 - echo "$as_me:15513: \$? = $ac_status" >&5 11068 + echo "$as_me:15 594: \$? = $ac_status" >&511961 + echo "$as_me:15860: \$? = $ac_status" >&5 11069 11962 (exit $ac_status); } && 11070 11963 { ac_try='test -s conftest.$ac_objext' 11071 11964 - { (eval echo "$as_me:15516: \"$ac_try\"") >&5 11072 + { (eval echo "$as_me:15 597: \"$ac_try\"") >&511965 + { (eval echo "$as_me:15863: \"$ac_try\"") >&5 11073 11966 (eval $ac_try) 2>&5 11074 11967 ac_status=$? 11075 11968 - echo "$as_me:15519: \$? = $ac_status" >&5 11076 + echo "$as_me:15 600: \$? = $ac_status" >&511969 + echo "$as_me:15866: \$? = $ac_status" >&5 11077 11970 (exit $ac_status); }; }; then 11078 11971 11079 11972 test -n "$cf_math" && cat >>confdefs.h <<EOF 11080 @@ -15537,12 +15 618,12 @@11973 @@ -15537,12 +15884,12 @@ 11081 11974 rm -f conftest.$ac_objext conftest.$ac_ext 11082 11975 done 11083 11976 done 11084 11977 -echo "$as_me:15540: result: $cf_result" >&5 11085 +echo "$as_me:15 621: result: $cf_result" >&511978 +echo "$as_me:15887: result: $cf_result" >&5 11086 11979 echo "${ECHO_T}$cf_result" >&6 11087 11980 CXXFLAGS="$cf_save_CXXFLAGS" … … 11089 11982 if test -n "$CXX"; then 11090 11983 -echo "$as_me:15545: checking if $CXX accepts parameter initialization" >&5 11091 +echo "$as_me:15 626: checking if $CXX accepts parameter initialization" >&511984 +echo "$as_me:15892: checking if $CXX accepts parameter initialization" >&5 11092 11985 echo $ECHO_N "checking if $CXX accepts parameter initialization... $ECHO_C" >&6 11093 11986 if test "${cf_cv_cpp_param_init+set}" = set; then 11094 11987 echo $ECHO_N "(cached) $ECHO_C" >&6 11095 @@ -15559,7 +15 640,7 @@11988 @@ -15559,7 +15906,7 @@ 11096 11989 cf_cv_cpp_param_init=unknown 11097 11990 else 11098 11991 cat >conftest.$ac_ext <<_ACEOF 11099 11992 -#line 15562 "configure" 11100 +#line 15 643"configure"11993 +#line 15909 "configure" 11101 11994 #include "confdefs.h" 11102 11995 11103 11996 class TEST { 11104 @@ -15578,15 +15 659,15 @@11997 @@ -15578,15 +15925,15 @@ 11105 11998 11106 11999 _ACEOF 11107 12000 rm -f conftest$ac_exeext 11108 12001 -if { (eval echo "$as_me:15581: \"$ac_link\"") >&5 11109 +if { (eval echo "$as_me:15 662: \"$ac_link\"") >&512002 +if { (eval echo "$as_me:15928: \"$ac_link\"") >&5 11110 12003 (eval $ac_link) 2>&5 11111 12004 ac_status=$? 11112 12005 - echo "$as_me:15584: \$? = $ac_status" >&5 11113 + echo "$as_me:15 665: \$? = $ac_status" >&512006 + echo "$as_me:15931: \$? = $ac_status" >&5 11114 12007 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11115 12008 - { (eval echo "$as_me:15586: \"$ac_try\"") >&5 11116 + { (eval echo "$as_me:15 667: \"$ac_try\"") >&512009 + { (eval echo "$as_me:15933: \"$ac_try\"") >&5 11117 12010 (eval $ac_try) 2>&5 11118 12011 ac_status=$? 11119 12012 - echo "$as_me:15589: \$? = $ac_status" >&5 11120 + echo "$as_me:15 670: \$? = $ac_status" >&512013 + echo "$as_me:15936: \$? = $ac_status" >&5 11121 12014 (exit $ac_status); }; }; then 11122 12015 cf_cv_cpp_param_init=yes 11123 12016 else 11124 @@ -15605,7 +15 686,7 @@12017 @@ -15605,7 +15952,7 @@ 11125 12018 ac_main_return=return 11126 12019 11127 12020 fi 11128 12021 -echo "$as_me:15608: result: $cf_cv_cpp_param_init" >&5 11129 +echo "$as_me:15 689: result: $cf_cv_cpp_param_init" >&512022 +echo "$as_me:15955: result: $cf_cv_cpp_param_init" >&5 11130 12023 echo "${ECHO_T}$cf_cv_cpp_param_init" >&6 11131 12024 fi 11132 12025 test "$cf_cv_cpp_param_init" = yes && cat >>confdefs.h <<\EOF 11133 @@ -15614,7 +15 695,7 @@12026 @@ -15614,7 +15961,7 @@ 11134 12027 11135 12028 if test -n "$CXX"; then 11136 12029 11137 12030 -echo "$as_me:15617: checking if $CXX accepts static_cast" >&5 11138 +echo "$as_me:15 698: checking if $CXX accepts static_cast" >&512031 +echo "$as_me:15964: checking if $CXX accepts static_cast" >&5 11139 12032 echo $ECHO_N "checking if $CXX accepts static_cast... $ECHO_C" >&6 11140 12033 if test "${cf_cv_cpp_static_cast+set}" = set; then 11141 12034 echo $ECHO_N "(cached) $ECHO_C" >&6 11142 @@ -15628,7 +15 709,7 @@12035 @@ -15628,7 +15975,7 @@ 11143 12036 ac_main_return=return 11144 12037 11145 12038 cat >conftest.$ac_ext <<_ACEOF 11146 12039 -#line 15631 "configure" 11147 +#line 15 712"configure"12040 +#line 15978 "configure" 11148 12041 #include "confdefs.h" 11149 12042 11150 12043 class NCursesPanel 11151 @@ -15672,16 +1 5753,16 @@12044 @@ -15672,16 +16019,16 @@ 11152 12045 } 11153 12046 _ACEOF 11154 12047 rm -f conftest.$ac_objext 11155 12048 -if { (eval echo "$as_me:15675: \"$ac_compile\"") >&5 11156 +if { (eval echo "$as_me:1 5756: \"$ac_compile\"") >&512049 +if { (eval echo "$as_me:16022: \"$ac_compile\"") >&5 11157 12050 (eval $ac_compile) 2>&5 11158 12051 ac_status=$? 11159 12052 - echo "$as_me:15678: \$? = $ac_status" >&5 11160 + echo "$as_me:1 5759: \$? = $ac_status" >&512053 + echo "$as_me:16025: \$? = $ac_status" >&5 11161 12054 (exit $ac_status); } && 11162 12055 { ac_try='test -s conftest.$ac_objext' 11163 12056 - { (eval echo "$as_me:15681: \"$ac_try\"") >&5 11164 + { (eval echo "$as_me:1 5762: \"$ac_try\"") >&512057 + { (eval echo "$as_me:16028: \"$ac_try\"") >&5 11165 12058 (eval $ac_try) 2>&5 11166 12059 ac_status=$? 11167 12060 - echo "$as_me:15684: \$? = $ac_status" >&5 11168 + echo "$as_me:1 5765: \$? = $ac_status" >&512061 + echo "$as_me:16031: \$? = $ac_status" >&5 11169 12062 (exit $ac_status); }; }; then 11170 12063 cf_cv_cpp_static_cast=yes 11171 12064 else 11172 @@ -15699,7 +1 5780,7 @@12065 @@ -15699,7 +16046,7 @@ 11173 12066 ac_main_return=return 11174 12067 11175 12068 fi 11176 12069 -echo "$as_me:15702: result: $cf_cv_cpp_static_cast" >&5 11177 +echo "$as_me:1 5783: result: $cf_cv_cpp_static_cast" >&512070 +echo "$as_me:16049: result: $cf_cv_cpp_static_cast" >&5 11178 12071 echo "${ECHO_T}$cf_cv_cpp_static_cast" >&6 11179 12072 11180 12073 fi 11181 @@ -15747,7 +15828,7 @@ 12074 @@ -15709,12 +16056,12 @@ 12075 EOF 12076 12077 CXX_AR='$(AR)' 12078 - CXX_AR_OPTS='$(AR_OPTS)' 12079 + CXX_ARFLAGS='$(ARFLAGS)' 12080 case $cf_cv_system_name in #(vi 12081 irix*) #(vi 12082 if test "$GXX" != yes ; then 12083 CXX_AR='$(CXX)' 12084 - CXX_AR_OPTS='-ar -o' 12085 + CXX_ARFLAGS='-ar -o' 12086 fi 12087 ;; 12088 sco3.2v5*) #(vi 12089 @@ -15723,7 +16070,7 @@ 12090 solaris2*) 12091 if test "$GXX" != yes ; then 12092 CXX_AR='$(CXX)' 12093 - CXX_AR_OPTS='-xar -o' 12094 + CXX_ARFLAGS='-xar -o' 12095 fi 12096 ;; 12097 esac 12098 @@ -15747,7 +16094,7 @@ 11182 12099 else 11183 12100 if test "$cf_cv_header_stdbool_h" = 1 ; then 11184 12101 11185 12102 -echo "$as_me:15750: checking for size of bool" >&5 11186 +echo "$as_me:1 5831: checking for size of bool" >&512103 +echo "$as_me:16097: checking for size of bool" >&5 11187 12104 echo $ECHO_N "checking for size of bool... $ECHO_C" >&6 11188 12105 if test "${cf_cv_type_of_bool+set}" = set; then 11189 12106 echo $ECHO_N "(cached) $ECHO_C" >&6 11190 @@ -15758,7 +1 5839,7 @@12107 @@ -15758,7 +16105,7 @@ 11191 12108 cf_cv_type_of_bool=unknown 11192 12109 else 11193 12110 cat >conftest.$ac_ext <<_ACEOF 11194 12111 -#line 15761 "configure" 11195 +#line 1 5842"configure"12112 +#line 16108 "configure" 11196 12113 #include "confdefs.h" 11197 12114 11198 12115 #include <stdlib.h> 11199 @@ -15800,15 +1 5881,15 @@12116 @@ -15800,15 +16147,15 @@ 11200 12117 11201 12118 _ACEOF 11202 12119 rm -f conftest$ac_exeext 11203 12120 -if { (eval echo "$as_me:15803: \"$ac_link\"") >&5 11204 +if { (eval echo "$as_me:1 5884: \"$ac_link\"") >&512121 +if { (eval echo "$as_me:16150: \"$ac_link\"") >&5 11205 12122 (eval $ac_link) 2>&5 11206 12123 ac_status=$? 11207 12124 - echo "$as_me:15806: \$? = $ac_status" >&5 11208 + echo "$as_me:1 5887: \$? = $ac_status" >&512125 + echo "$as_me:16153: \$? = $ac_status" >&5 11209 12126 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11210 12127 - { (eval echo "$as_me:15808: \"$ac_try\"") >&5 11211 + { (eval echo "$as_me:1 5889: \"$ac_try\"") >&512128 + { (eval echo "$as_me:16155: \"$ac_try\"") >&5 11212 12129 (eval $ac_try) 2>&5 11213 12130 ac_status=$? 11214 12131 - echo "$as_me:15811: \$? = $ac_status" >&5 11215 + echo "$as_me:1 5892: \$? = $ac_status" >&512132 + echo "$as_me:16158: \$? = $ac_status" >&5 11216 12133 (exit $ac_status); }; }; then 11217 12134 cf_cv_type_of_bool=`cat cf_test.out` 11218 12135 if test -z "$cf_cv_type_of_bool"; then 11219 @@ -15826,25 +1 5907,25 @@12136 @@ -15826,25 +16173,25 @@ 11220 12137 fi 11221 12138 11222 12139 rm -f cf_test.out 11223 12140 -echo "$as_me:15829: result: $cf_cv_type_of_bool" >&5 11224 +echo "$as_me:1 5910: result: $cf_cv_type_of_bool" >&512141 +echo "$as_me:16176: result: $cf_cv_type_of_bool" >&5 11225 12142 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 11226 12143 if test "$cf_cv_type_of_bool" = unknown ; then … … 11229 12146 esac 11230 12147 - { echo "$as_me:15835: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 11231 + { echo "$as_me:1 5916: WARNING: Assuming $NCURSES_BOOL for type of bool" >&512148 + { echo "$as_me:16182: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 11232 12149 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;} 11233 12150 cf_cv_type_of_bool=$NCURSES_BOOL … … 11236 12153 else 11237 12154 - echo "$as_me:15841: checking for fallback type of bool" >&5 11238 + echo "$as_me:1 5922: checking for fallback type of bool" >&512155 + echo "$as_me:16188: checking for fallback type of bool" >&5 11239 12156 echo $ECHO_N "checking for fallback type of bool... $ECHO_C" >&6 11240 12157 case "$host_cpu" in #(vi … … 11243 12160 esac 11244 12161 - echo "$as_me:15847: result: $cf_cv_type_of_bool" >&5 11245 + echo "$as_me:1 5928: result: $cf_cv_type_of_bool" >&512162 + echo "$as_me:16194: result: $cf_cv_type_of_bool" >&5 11246 12163 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 11247 12164 fi 11248 12165 fi 11249 @@ -15873,7 +1 5954,7 @@12166 @@ -15873,7 +16220,7 @@ 11250 12167 11251 12168 if test "$cf_with_ada" != "no" ; then 11252 12169 if test "$with_libtool" != "no"; then 11253 12170 - { echo "$as_me:15876: WARNING: libtool does not support Ada - disabling feature" >&5 11254 + { echo "$as_me:1 5957: WARNING: libtool does not support Ada - disabling feature" >&512171 + { echo "$as_me:16223: WARNING: libtool does not support Ada - disabling feature" >&5 11255 12172 echo "$as_me: WARNING: libtool does not support Ada - disabling feature" >&2;} 11256 12173 cf_with_ada=no 11257 12174 fi 11258 @@ -15883,7 +1 5964,7 @@12175 @@ -15883,7 +16230,7 @@ 11259 12176 cf_ada_make=gnatmake 11260 12177 # Extract the first word of "$cf_ada_make", so it can be a program name with args. 11261 12178 set dummy $cf_ada_make; ac_word=$2 11262 12179 -echo "$as_me:15886: checking for $ac_word" >&5 11263 +echo "$as_me:1 5967: checking for $ac_word" >&512180 +echo "$as_me:16233: checking for $ac_word" >&5 11264 12181 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 11265 12182 if test "${ac_cv_prog_gnat_exists+set}" = set; then 11266 12183 echo $ECHO_N "(cached) $ECHO_C" >&6 11267 @@ -15898,7 +1 5979,7 @@12184 @@ -15898,7 +16245,7 @@ 11268 12185 test -z "$ac_dir" && ac_dir=. 11269 12186 $as_executable_p "$ac_dir/$ac_word" || continue 11270 12187 ac_cv_prog_gnat_exists="yes" 11271 12188 -echo "$as_me:15901: found $ac_dir/$ac_word" >&5 11272 +echo "$as_me:1 5982: found $ac_dir/$ac_word" >&512189 +echo "$as_me:16248: found $ac_dir/$ac_word" >&5 11273 12190 break 11274 12191 done 11275 12192 11276 @@ -15907,10 +1 5988,10 @@12193 @@ -15907,10 +16254,10 @@ 11277 12194 fi 11278 12195 gnat_exists=$ac_cv_prog_gnat_exists 11279 12196 if test -n "$gnat_exists"; then 11280 12197 - echo "$as_me:15910: result: $gnat_exists" >&5 11281 + echo "$as_me:1 5991: result: $gnat_exists" >&512198 + echo "$as_me:16257: result: $gnat_exists" >&5 11282 12199 echo "${ECHO_T}$gnat_exists" >&6 11283 12200 else 11284 12201 - echo "$as_me:15913: result: no" >&5 11285 + echo "$as_me:1 5994: result: no" >&512202 + echo "$as_me:16260: result: no" >&5 11286 12203 echo "${ECHO_T}no" >&6 11287 12204 fi 11288 12205 11289 @@ -15918,11 +1 5999,11 @@12206 @@ -15918,11 +16265,11 @@ 11290 12207 cf_ada_make= 11291 12208 else 11292 12209 11293 12210 -echo "$as_me:15921: checking for gnat version" >&5 11294 +echo "$as_me:16 002: checking for gnat version" >&512211 +echo "$as_me:16268: checking for gnat version" >&5 11295 12212 echo $ECHO_N "checking for gnat version... $ECHO_C" >&6 11296 12213 cf_gnat_version=`${cf_ada_make-gnatmake} -v 2>&1 | grep '[0-9].[0-9][0-9]*' |\ 11297 12214 sed -e '2,$d' -e 's/[^0-9 \.]//g' -e 's/^[ ]*//' -e 's/ .*//'` 11298 12215 -echo "$as_me:15925: result: $cf_gnat_version" >&5 11299 +echo "$as_me:16 006: result: $cf_gnat_version" >&512216 +echo "$as_me:16272: result: $cf_gnat_version" >&5 11300 12217 echo "${ECHO_T}$cf_gnat_version" >&6 11301 12218 11302 12219 case $cf_gnat_version in 11303 @@ -15945,7 +16 026,7 @@12220 @@ -15945,7 +16292,7 @@ 11304 12221 11305 12222 # Extract the first word of "m4", so it can be a program name with args. 11306 12223 set dummy m4; ac_word=$2 11307 12224 -echo "$as_me:15948: checking for $ac_word" >&5 11308 +echo "$as_me:16 029: checking for $ac_word" >&512225 +echo "$as_me:16295: checking for $ac_word" >&5 11309 12226 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 11310 12227 if test "${ac_cv_prog_M4_exists+set}" = set; then 11311 12228 echo $ECHO_N "(cached) $ECHO_C" >&6 11312 @@ -15960,7 +16 041,7 @@12229 @@ -15960,7 +16307,7 @@ 11313 12230 test -z "$ac_dir" && ac_dir=. 11314 12231 $as_executable_p "$ac_dir/$ac_word" || continue 11315 12232 ac_cv_prog_M4_exists="yes" 11316 12233 -echo "$as_me:15963: found $ac_dir/$ac_word" >&5 11317 +echo "$as_me:16 044: found $ac_dir/$ac_word" >&512234 +echo "$as_me:16310: found $ac_dir/$ac_word" >&5 11318 12235 break 11319 12236 done 11320 12237 11321 @@ -15969,10 +16 050,10 @@12238 @@ -15969,10 +16316,10 @@ 11322 12239 fi 11323 12240 M4_exists=$ac_cv_prog_M4_exists 11324 12241 if test -n "$M4_exists"; then 11325 12242 - echo "$as_me:15972: result: $M4_exists" >&5 11326 + echo "$as_me:16 053: result: $M4_exists" >&512243 + echo "$as_me:16319: result: $M4_exists" >&5 11327 12244 echo "${ECHO_T}$M4_exists" >&6 11328 12245 else 11329 12246 - echo "$as_me:15975: result: no" >&5 11330 + echo "$as_me:16 056: result: no" >&512247 + echo "$as_me:16322: result: no" >&5 11331 12248 echo "${ECHO_T}no" >&6 11332 12249 fi 11333 12250 11334 @@ -15981,7 +16 062,7 @@12251 @@ -15981,7 +16328,7 @@ 11335 12252 echo Ada95 binding required program m4 not found. Ada95 binding disabled. 11336 12253 fi 11337 12254 if test "$cf_cv_prog_gnat_correct" = yes; then 11338 12255 - echo "$as_me:15984: checking if GNAT works" >&5 11339 + echo "$as_me:16 065: checking if GNAT works" >&512256 + echo "$as_me:16331: checking if GNAT works" >&5 11340 12257 echo $ECHO_N "checking if GNAT works... $ECHO_C" >&6 11341 12258 11342 12259 rm -f conftest* 11343 @@ -16009,14 +16 090,14 @@12260 @@ -16009,14 +16356,14 @@ 11344 12261 fi 11345 12262 rm -f conftest* 11346 12263 11347 12264 - echo "$as_me:16012: result: $cf_cv_prog_gnat_correct" >&5 11348 + echo "$as_me:16 093: result: $cf_cv_prog_gnat_correct" >&512265 + echo "$as_me:16359: result: $cf_cv_prog_gnat_correct" >&5 11349 12266 echo "${ECHO_T}$cf_cv_prog_gnat_correct" >&6 11350 12267 fi … … 11354 12271 11355 12272 - echo "$as_me:16019: checking if GNAT pragma Unreferenced works" >&5 11356 + echo "$as_me:16 100: checking if GNAT pragma Unreferenced works" >&512273 + echo "$as_me:16366: checking if GNAT pragma Unreferenced works" >&5 11357 12274 echo $ECHO_N "checking if GNAT pragma Unreferenced works... $ECHO_C" >&6 11358 12275 11359 12276 rm -f conftest* 11360 @@ -16043,7 +16 124,7 @@12277 @@ -16043,7 +16390,7 @@ 11361 12278 fi 11362 12279 rm -f conftest* 11363 12280 11364 12281 - echo "$as_me:16046: result: $cf_cv_pragma_unreferenced" >&5 11365 + echo "$as_me:16 127: result: $cf_cv_pragma_unreferenced" >&512282 + echo "$as_me:16393: result: $cf_cv_pragma_unreferenced" >&5 11366 12283 echo "${ECHO_T}$cf_cv_pragma_unreferenced" >&6 11367 12284 11368 12285 # if the pragma is supported, use it (needed in the Trace code). 11369 @@ -16096,7 +16 177,7 @@12286 @@ -16096,7 +16443,7 @@ 11370 12287 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 11371 12288 ;; 11372 12289 *) 11373 12290 - { { echo "$as_me:16099: error: expected a pathname, not \"$withval\"" >&5 11374 + { { echo "$as_me:16 180: error: expected a pathname, not \"$withval\"" >&512291 + { { echo "$as_me:16446: error: expected a pathname, not \"$withval\"" >&5 11375 12292 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 11376 12293 { (exit 1); exit 1; }; } 11377 12294 ;; 11378 @@ -16138,7 +16 219,7 @@12295 @@ -16138,7 +16485,7 @@ 11379 12296 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 11380 12297 ;; 11381 12298 *) 11382 12299 - { { echo "$as_me:16141: error: expected a pathname, not \"$withval\"" >&5 11383 + { { echo "$as_me:16 222: error: expected a pathname, not \"$withval\"" >&512300 + { { echo "$as_me:16488: error: expected a pathname, not \"$withval\"" >&5 11384 12301 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 11385 12302 { (exit 1); exit 1; }; } 11386 12303 ;; 11387 @@ -16163,7 +16 244,7 @@12304 @@ -16163,7 +16510,7 @@ 11388 12305 ### chooses to split module lists into libraries. 11389 12306 ### 11390 12307 ### (see CF_LIB_RULES). 11391 12308 -echo "$as_me:16166: checking for library subsets" >&5 11392 +echo "$as_me:16 247: checking for library subsets" >&512309 +echo "$as_me:16513: checking for library subsets" >&5 11393 12310 echo $ECHO_N "checking for library subsets... $ECHO_C" >&6 11394 12311 LIB_SUBSETS= 11395 12312 11396 @@ -16188,7 +16 269,7 @@12313 @@ -16188,7 +16535,7 @@ 11397 12314 test "$with_widec" = yes && LIB_SUBSETS="${LIB_SUBSETS}+widechar" 11398 12315 test "$with_ext_funcs" = yes && LIB_SUBSETS="${LIB_SUBSETS}+ext_funcs" 11399 12316 11400 12317 -echo "$as_me:16191: result: $LIB_SUBSETS" >&5 11401 +echo "$as_me:16 272: result: $LIB_SUBSETS" >&512318 +echo "$as_me:16538: result: $LIB_SUBSETS" >&5 11402 12319 echo "${ECHO_T}$LIB_SUBSETS" >&6 11403 12320 11404 12321 ### Construct the list of include-directories to be generated 11405 @@ -16226,7 +16 307,7 @@12322 @@ -16226,7 +16573,7 @@ 11406 12323 fi 11407 12324 11408 12325 ### Build up pieces for makefile rules 11409 12326 -echo "$as_me:16229: checking default library suffix" >&5 11410 +echo "$as_me:16 310: checking default library suffix" >&512327 +echo "$as_me:16576: checking default library suffix" >&5 11411 12328 echo $ECHO_N "checking default library suffix... $ECHO_C" >&6 11412 12329 11413 12330 case $DFT_LWR_MODEL in 11414 @@ -16237,46 +16 318,50 @@12331 @@ -16237,46 +16584,50 @@ 11415 12332 shared) DFT_ARG_SUFFIX='' ;; 11416 12333 esac 11417 12334 test -n "$LIB_SUFFIX" && DFT_ARG_SUFFIX="${LIB_SUFFIX}${DFT_ARG_SUFFIX}" 11418 12335 -echo "$as_me:16240: result: $DFT_ARG_SUFFIX" >&5 11419 +echo "$as_me:16 321: result: $DFT_ARG_SUFFIX" >&512336 +echo "$as_me:16587: result: $DFT_ARG_SUFFIX" >&5 11420 12337 echo "${ECHO_T}$DFT_ARG_SUFFIX" >&6 11421 12338 11422 12339 -echo "$as_me:16243: checking default library-dependency suffix" >&5 11423 +echo "$as_me:16 324: checking default library-dependency suffix" >&512340 +echo "$as_me:16590: checking default library-dependency suffix" >&5 11424 12341 echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6 11425 12342 … … 11476 12393 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX 11477 12394 ;; 11478 @@ -16289,10 +16 374,10 @@12395 @@ -16289,10 +16640,10 @@ 11479 12396 esac 11480 12397 test -n "$LIB_SUFFIX" && DFT_LIB_SUFFIX="${LIB_SUFFIX}${DFT_LIB_SUFFIX}" 11481 12398 test -n "$LIB_SUFFIX" && DFT_DEP_SUFFIX="${LIB_SUFFIX}${DFT_DEP_SUFFIX}" 11482 12399 -echo "$as_me:16292: result: $DFT_DEP_SUFFIX" >&5 11483 +echo "$as_me:16 377: result: $DFT_DEP_SUFFIX" >&512400 +echo "$as_me:16643: result: $DFT_DEP_SUFFIX" >&5 11484 12401 echo "${ECHO_T}$DFT_DEP_SUFFIX" >&6 11485 12402 11486 12403 -echo "$as_me:16295: checking default object directory" >&5 11487 +echo "$as_me:16 380: checking default object directory" >&512404 +echo "$as_me:16646: checking default object directory" >&5 11488 12405 echo $ECHO_N "checking default object directory... $ECHO_C" >&6 11489 12406 11490 12407 case $DFT_LWR_MODEL in 11491 @@ -16308,51 +16 393,55 @@12408 @@ -16308,51 +16659,55 @@ 11492 12409 DFT_OBJ_SUBDIR='obj_s' ;; 11493 12410 esac 11494 12411 esac 11495 12412 -echo "$as_me:16311: result: $DFT_OBJ_SUBDIR" >&5 11496 +echo "$as_me:16 396: result: $DFT_OBJ_SUBDIR" >&512413 +echo "$as_me:16662: result: $DFT_OBJ_SUBDIR" >&5 11497 12414 echo "${ECHO_T}$DFT_OBJ_SUBDIR" >&6 11498 12415 … … 11500 12417 if test "$cf_with_cxx" = yes ; then 11501 12418 -echo "$as_me:16316: checking c++ library-dependency suffix" >&5 11502 +echo "$as_me:16 401: checking c++ library-dependency suffix" >&512419 +echo "$as_me:16667: checking c++ library-dependency suffix" >&5 11503 12420 echo $ECHO_N "checking c++ library-dependency suffix... $ECHO_C" >&6 11504 12421 if test "$with_libtool" != "no"; then … … 11558 12475 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX 11559 12476 ;; 11560 @@ -16366,7 +16 455,7 @@12477 @@ -16366,7 +16721,7 @@ 11561 12478 test -n "$LIB_SUFFIX" && CXX_LIB_SUFFIX="${LIB_SUFFIX}${CXX_LIB_SUFFIX}" 11562 12479 test -n "$LIB_SUFFIX" && CXX_DEP_SUFFIX="${LIB_SUFFIX}${CXX_DEP_SUFFIX}" 11563 12480 fi 11564 12481 -echo "$as_me:16369: result: $CXX_LIB_SUFFIX" >&5 11565 +echo "$as_me:16 458: result: $CXX_LIB_SUFFIX" >&512482 +echo "$as_me:16724: result: $CXX_LIB_SUFFIX" >&5 11566 12483 echo "${ECHO_T}$CXX_LIB_SUFFIX" >&6 11567 12484 11568 12485 fi 11569 @@ -16480,7 +16 569,7 @@12486 @@ -16480,7 +16835,7 @@ 11570 12487 11571 12488 if test "$GCC" = yes ; then … … 11576 12493 LDFLAGS_SHARED= 11577 12494 ;; 11578 @@ -16491,7 +16 580,7 @@12495 @@ -16491,7 +16846,7 @@ 11579 12496 esac 11580 12497 else … … 11585 12502 LDFLAGS_SHARED=-bdynamic 11586 12503 ;; 11587 @@ -16519,12 +16 608,12 @@12504 @@ -16519,12 +16874,12 @@ 11588 12505 ;; 11589 12506 esac 11590 12507 11591 12508 -echo "$as_me:16522: checking where we will install curses.h" >&5 11592 +echo "$as_me:16 611: checking where we will install curses.h" >&512509 +echo "$as_me:16877: checking where we will install curses.h" >&5 11593 12510 echo $ECHO_N "checking where we will install curses.h... $ECHO_C" >&6 11594 12511 test "$with_overwrite" = no && \ … … 11596 12513 includedir='${prefix}/include/ncurses'${LIB_SUFFIX} 11597 12514 -echo "$as_me:16527: result: $includedir" >&5 11598 +echo "$as_me:16 616: result: $includedir" >&512515 +echo "$as_me:16882: result: $includedir" >&5 11599 12516 echo "${ECHO_T}$includedir" >&6 11600 12517 11601 12518 ### Resolve a conflict between normal and wide-curses by forcing applications 11602 @@ -16532,7 +16 621,7 @@12519 @@ -16532,7 +16887,7 @@ 11603 12520 if test "$with_overwrite" != no ; then 11604 12521 if test "$NCURSES_LIBUTF8" = 1 ; then 11605 12522 NCURSES_LIBUTF8='defined(HAVE_LIBUTF8_H)' 11606 12523 - { echo "$as_me:16535: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5 11607 + { echo "$as_me:16 624: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&512524 + { echo "$as_me:16890: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5 11608 12525 echo "$as_me: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&2;} 11609 12526 fi 11610 12527 fi 11611 @@ -16548,7 +16 637,7 @@12528 @@ -16548,7 +16903,7 @@ 11612 12529 ### Construct the list of subdirectories for which we'll customize makefiles 11613 12530 ### with the appropriate compile-rules. 11614 12531 11615 12532 -echo "$as_me:16551: checking for src modules" >&5 11616 +echo "$as_me:16 640: checking for src modules" >&512533 +echo "$as_me:16906: checking for src modules" >&5 11617 12534 echo $ECHO_N "checking for src modules... $ECHO_C" >&6 11618 12535 11619 12536 # dependencies and linker-arguments for test-programs 11620 @@ -16611,13 +16 700,17 @@12537 @@ -16611,13 +16966,17 @@ 11621 12538 fi 11622 12539 fi 11623 12540 done 11624 12541 -echo "$as_me:16614: result: $cf_cv_src_modules" >&5 11625 +echo "$as_me:16 703: result: $cf_cv_src_modules" >&512542 +echo "$as_me:16969: result: $cf_cv_src_modules" >&5 11626 12543 echo "${ECHO_T}$cf_cv_src_modules" >&6 11627 12544 … … 11638 12555 do 11639 12556 SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir" 11640 @@ -16628,8 +16 721,8 @@12557 @@ -16628,8 +16987,8 @@ 11641 12558 11642 12559 ADA_SUBDIRS= … … 11649 12566 11650 12567 SUB_MAKEFILES= 11651 @@ -16639,10 +16 732,10 @@12568 @@ -16639,10 +16998,10 @@ 11652 12569 done 11653 12570 … … 11664 12581 fi 11665 12582 11666 @@ -16760,18 +1 6853,18 @@12583 @@ -16760,18 +17119,18 @@ 11667 12584 ### If we're building with rpath, try to link non-standard libs that way too. 11668 12585 if test "$DFT_LWR_MODEL" = "shared"; then 11669 12586 11670 12587 -echo "$as_me:16763: checking for updated LDFLAGS" >&5 11671 +echo "$as_me:1 6856: checking for updated LDFLAGS" >&512588 +echo "$as_me:17122: checking for updated LDFLAGS" >&5 11672 12589 echo $ECHO_N "checking for updated LDFLAGS... $ECHO_C" >&6 11673 12590 if test -n "$LDFLAGS" ; then 11674 12591 -echo "$as_me:16766: result: maybe" >&5 11675 +echo "$as_me:1 6859: result: maybe" >&512592 +echo "$as_me:17125: result: maybe" >&5 11676 12593 echo "${ECHO_T}maybe" >&6 11677 12594 test -n "$verbose" && echo " ...checking LDFLAGS $LDFLAGS" 1>&6 11678 12595 11679 12596 -echo "${as_me-configure}:16770: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 11680 +echo "${as_me-configure}:1 6863: testing ...checking LDFLAGS $LDFLAGS ..." 1>&512597 +echo "${as_me-configure}:17129: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 11681 12598 11682 12599 test -n "$verbose" && echo " ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 11683 12600 11684 12601 -echo "${as_me-configure}:16774: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 11685 +echo "${as_me-configure}:1 6867: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&512602 +echo "${as_me-configure}:17133: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 11686 12603 11687 12604 case "$EXTRA_LDFLAGS" in #(vi 11688 12605 -Wl,-rpath,*) #(vi 11689 @@ -16793,7 +1 6886,7 @@12606 @@ -16793,7 +17152,7 @@ 11690 12607 do 11691 12608 test -n "$verbose" && echo " Filtering $cf_rpath_src" 1>&6 11692 12609 11693 12610 -echo "${as_me-configure}:16796: testing Filtering $cf_rpath_src ..." 1>&5 11694 +echo "${as_me-configure}:1 6889: testing Filtering $cf_rpath_src ..." 1>&512611 +echo "${as_me-configure}:17155: testing Filtering $cf_rpath_src ..." 1>&5 11695 12612 11696 12613 case $cf_rpath_src in #(vi 11697 12614 -L*) #(vi 11698 @@ -16804,7 +1 6897,7 @@12615 @@ -16804,7 +17163,7 @@ 11699 12616 fi 11700 12617 test -n "$verbose" && echo " ...Filter $cf_rpath_tmp" 1>&6 11701 12618 11702 12619 -echo "${as_me-configure}:16807: testing ...Filter $cf_rpath_tmp ..." 1>&5 11703 +echo "${as_me-configure}:1 6900: testing ...Filter $cf_rpath_tmp ..." 1>&512620 +echo "${as_me-configure}:17166: testing ...Filter $cf_rpath_tmp ..." 1>&5 11704 12621 11705 12622 EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS" 11706 12623 ;; 11707 @@ -16814,15 +1 6907,15 @@12624 @@ -16814,15 +17173,15 @@ 11708 12625 LDFLAGS=$cf_rpath_dst 11709 12626 test -n "$verbose" && echo " ...checked LDFLAGS $LDFLAGS" 1>&6 11710 12627 11711 12628 -echo "${as_me-configure}:16817: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 11712 +echo "${as_me-configure}:1 6910: testing ...checked LDFLAGS $LDFLAGS ..." 1>&512629 +echo "${as_me-configure}:17176: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 11713 12630 11714 12631 test -n "$verbose" && echo " ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 11715 12632 11716 12633 -echo "${as_me-configure}:16821: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 11717 +echo "${as_me-configure}:1 6914: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&512634 +echo "${as_me-configure}:17180: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 11718 12635 11719 12636 fi 11720 12637 else 11721 12638 -echo "$as_me:16825: result: no" >&5 11722 +echo "$as_me:1 6918: result: no" >&512639 +echo "$as_me:17184: result: no" >&5 11723 12640 echo "${ECHO_T}no" >&6 11724 12641 fi 11725 12642 11726 @@ -16932,7 +17025,7 @@ 12643 @@ -16849,8 +17208,18 @@ 12644 fi 12645 12646 ################################################################################ 12647 -test "$use_database" = yes && SUB_MAKEFILES="$SUB_MAKEFILES misc/run_tic.sh:misc/run_tic.in" 12648 +test "$use_database" = yes && \ 12649 +SUB_MAKEFILES="$SUB_MAKEFILES misc/run_tic.sh:misc/run_tic.in" 12650 + 12651 SUB_MAKEFILES="$SUB_MAKEFILES misc/ncurses-config:misc/ncurses-config.in" 12652 + 12653 +if test x"$enable_pc_files" = xyes ; then \ 12654 +SUB_MAKEFILES="$SUB_MAKEFILES misc/gen-pkgconfig:misc/gen-pkgconfig.in" 12655 +MAKE_PC_FILES= 12656 +else 12657 +MAKE_PC_FILES="#" 12658 +fi 12659 + 12660 ac_config_files="$ac_config_files include/MKterm.h.awk include/curses.head:include/curses.h.in include/termcap.h include/unctrl.h $SUB_MAKEFILES Makefile" 12661 ac_config_commands="$ac_config_commands default" 12662 cat >confcache <<\_ACEOF 12663 @@ -16932,7 +17301,7 @@ 11727 12664 : ${CONFIG_STATUS=./config.status} 11728 12665 ac_clean_files_save=$ac_clean_files 11729 12666 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 11730 12667 -{ echo "$as_me:16935: creating $CONFIG_STATUS" >&5 11731 +{ echo "$as_me:17 028: creating $CONFIG_STATUS" >&512668 +{ echo "$as_me:17304: creating $CONFIG_STATUS" >&5 11732 12669 echo "$as_me: creating $CONFIG_STATUS" >&6;} 11733 12670 cat >$CONFIG_STATUS <<_ACEOF 11734 12671 #! $SHELL 11735 @@ -17064,7 +17 157,7 @@12672 @@ -17064,7 +17433,7 @@ 11736 12673 cat >>$CONFIG_STATUS <<EOF 11737 12674 ac_cs_version="\\ … … 11742 12679 11743 12680 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 11744 @@ -17108,7 +17 201,7 @@12681 @@ -17108,7 +17477,7 @@ 11745 12682 echo "$ac_cs_version"; exit 0 ;; 11746 12683 --he | --h) 11747 12684 # Conflict between --help and --header 11748 12685 - { { echo "$as_me:17111: error: ambiguous option: $1 11749 + { { echo "$as_me:17 204: error: ambiguous option: $112686 + { { echo "$as_me:17480: error: ambiguous option: $1 11750 12687 Try \`$0 --help' for more information." >&5 11751 12688 echo "$as_me: error: ambiguous option: $1 11752 12689 Try \`$0 --help' for more information." >&2;} 11753 @@ -17127,7 +17 220,7 @@12690 @@ -17127,7 +17496,7 @@ 11754 12691 ac_need_defaults=false;; 11755 12692 11756 12693 # This is an error. 11757 12694 - -*) { { echo "$as_me:17130: error: unrecognized option: $1 11758 + -*) { { echo "$as_me:17 223: error: unrecognized option: $112695 + -*) { { echo "$as_me:17499: error: unrecognized option: $1 11759 12696 Try \`$0 --help' for more information." >&5 11760 12697 echo "$as_me: error: unrecognized option: $1 11761 12698 Try \`$0 --help' for more information." >&2;} 11762 @@ -17146,7 +17 239,7 @@12699 @@ -17146,7 +17515,7 @@ 11763 12700 ## Running config.status. ## 11764 12701 ## ----------------------- ## … … 11769 12706 CONFIG_HEADERS = $CONFIG_HEADERS 11770 12707 CONFIG_LINKS = $CONFIG_LINKS 11771 @@ -17206,6 +17299,7 @@ 12708 @@ -17181,13 +17550,13 @@ 12709 NCURSES_PATCH="$NCURSES_PATCH" 12710 SRC_SUBDIRS="$SRC_SUBDIRS" 12711 TERMINFO="$TERMINFO" 12712 +TICS_ARG_SUFFIX="$TICS_ARG_SUFFIX" 12713 +TICS_LIB_SUFFIX="$TICS_LIB_SUFFIX" 12714 +TICS_NAME="$TICS_NAME" 12715 TINFO_ARG_SUFFIX="$TINFO_ARG_SUFFIX" 12716 TINFO_LIB_SUFFIX="$TINFO_LIB_SUFFIX" 12717 TINFO_NAME="$TINFO_NAME" 12718 TINFO_SUFFIX="$TINFO_SUFFIX" 12719 -TICS_ARG_SUFFIX="$TICS_ARG_SUFFIX" 12720 -TICS_LIB_SUFFIX="$TICS_LIB_SUFFIX" 12721 -TICS_NAME="$TICS_NAME" 12722 WITH_CURSES_H="$with_curses_h" 12723 WITH_ECHO="$with_echo" 12724 WITH_OVERWRITE="$with_overwrite" 12725 @@ -17206,6 +17575,7 @@ 11772 12726 cf_cv_shlib_version_infix="$cf_cv_shlib_version_infix" 11773 12727 cf_cv_system_name="$cf_cv_system_name" … … 11777 12731 target="$target" 11778 12732 11779 @@ -17224,7 +17 318,7 @@12733 @@ -17224,7 +17594,7 @@ 11780 12734 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 11781 12735 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 11782 12736 "include/ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/ncurses_cfg.h:include/ncurses_cfg.hin" ;; 11783 12737 - *) { { echo "$as_me:17227: error: invalid argument: $ac_config_target" >&5 11784 + *) { { echo "$as_me:17 321: error: invalid argument: $ac_config_target" >&512738 + *) { { echo "$as_me:17597: error: invalid argument: $ac_config_target" >&5 11785 12739 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 11786 12740 { (exit 1); exit 1; }; };; 11787 12741 esac 11788 @@ -17425,6 +17519,7 @@ 12742 @@ -17349,6 +17719,8 @@ 12743 s,@LINT@,$LINT,;t t 12744 s,@LINT_OPTS@,$LINT_OPTS,;t t 12745 s,@LN_S@,$LN_S,;t t 12746 +s,@PKG_CONFIG@,$PKG_CONFIG,;t t 12747 +s,@PKG_CONFIG_LIBDIR@,$PKG_CONFIG_LIBDIR,;t t 12748 s,@SET_MAKE@,$SET_MAKE,;t t 12749 s,@MAKE_LOWER_TAGS@,$MAKE_LOWER_TAGS,;t t 12750 s,@MAKE_UPPER_TAGS@,$MAKE_UPPER_TAGS,;t t 12751 @@ -17359,7 +17731,7 @@ 12752 s,@ac_ct_LD@,$ac_ct_LD,;t t 12753 s,@AR@,$AR,;t t 12754 s,@ac_ct_AR@,$ac_ct_AR,;t t 12755 -s,@AR_OPTS@,$AR_OPTS,;t t 12756 +s,@ARFLAGS@,$ARFLAGS,;t t 12757 s,@DESTDIR@,$DESTDIR,;t t 12758 s,@BUILD_CC@,$BUILD_CC,;t t 12759 s,@BUILD_CPP@,$BUILD_CPP,;t t 12760 @@ -17392,6 +17764,7 @@ 12761 s,@CXX_G_OPT@,$CXX_G_OPT,;t t 12762 s,@LD_MODEL@,$LD_MODEL,;t t 12763 s,@CC_SHARED_OPTS@,$CC_SHARED_OPTS,;t t 12764 +s,@LD_RPATH_OPT@,$LD_RPATH_OPT,;t t 12765 s,@LD_SHARED_OPTS@,$LD_SHARED_OPTS,;t t 12766 s,@MK_SHARED_LIB@,$MK_SHARED_LIB,;t t 12767 s,@LINK_PROGS@,$LINK_PROGS,;t t 12768 @@ -17425,6 +17798,7 @@ 11789 12769 s,@NCURSES_OSPEED@,$NCURSES_OSPEED,;t t 11790 12770 s,@MANPAGE_RENAMES@,$MANPAGE_RENAMES,;t t … … 11794 12774 s,@NCURSES_EXT_COLORS@,$NCURSES_EXT_COLORS,;t t 11795 12775 s,@NCURSES_MOUSE_VERSION@,$NCURSES_MOUSE_VERSION,;t t 11796 @@ -17607,7 +17702,7 @@ 12776 @@ -17449,7 +17823,7 @@ 12777 s,@CXXCPP@,$CXXCPP,;t t 12778 s,@CXXLDFLAGS@,$CXXLDFLAGS,;t t 12779 s,@CXX_AR@,$CXX_AR,;t t 12780 -s,@CXX_AR_OPTS@,$CXX_AR_OPTS,;t t 12781 +s,@CXX_ARFLAGS@,$CXX_ARFLAGS,;t t 12782 s,@CXXLIBS@,$CXXLIBS,;t t 12783 s,@USE_CXX_BOOL@,$USE_CXX_BOOL,;t t 12784 s,@gnat_exists@,$gnat_exists,;t t 12785 @@ -17493,6 +17867,7 @@ 12786 s,@HAVE_TCGETATTR@,$HAVE_TCGETATTR,;t t 12787 s,@HAVE_TERMIO_H@,$HAVE_TERMIO_H,;t t 12788 s,@HAVE_TERMIOS_H@,$HAVE_TERMIOS_H,;t t 12789 +s,@MAKE_PC_FILES@,$MAKE_PC_FILES,;t t 12790 CEOF 12791 12792 EOF 12793 @@ -17607,7 +17982,7 @@ 11797 12794 esac 11798 12795 11799 12796 if test x"$ac_file" != x-; then 11800 12797 - { echo "$as_me:17610: creating $ac_file" >&5 11801 + { echo "$as_me:17 705: creating $ac_file" >&512798 + { echo "$as_me:17985: creating $ac_file" >&5 11802 12799 echo "$as_me: creating $ac_file" >&6;} 11803 12800 rm -f "$ac_file" 11804 12801 fi 11805 @@ -17625,7 +1 7720,7 @@12802 @@ -17625,7 +18000,7 @@ 11806 12803 -) echo $tmp/stdin ;; 11807 12804 [\\/$]*) 11808 12805 # Absolute (can't be DOS-style, as IFS=:) 11809 12806 - test -f "$f" || { { echo "$as_me:17628: error: cannot find input file: $f" >&5 11810 + test -f "$f" || { { echo "$as_me:1 7723: error: cannot find input file: $f" >&512807 + test -f "$f" || { { echo "$as_me:18003: error: cannot find input file: $f" >&5 11811 12808 echo "$as_me: error: cannot find input file: $f" >&2;} 11812 12809 { (exit 1); exit 1; }; } 11813 12810 echo $f;; 11814 @@ -17638,7 +1 7733,7 @@12811 @@ -17638,7 +18013,7 @@ 11815 12812 echo $srcdir/$f 11816 12813 else 11817 12814 # /dev/null tree 11818 12815 - { { echo "$as_me:17641: error: cannot find input file: $f" >&5 11819 + { { echo "$as_me:1 7736: error: cannot find input file: $f" >&512816 + { { echo "$as_me:18016: error: cannot find input file: $f" >&5 11820 12817 echo "$as_me: error: cannot find input file: $f" >&2;} 11821 12818 { (exit 1); exit 1; }; } 11822 12819 fi;; 11823 @@ -17704,7 +1 7799,7 @@12820 @@ -17704,7 +18079,7 @@ 11824 12821 * ) ac_file_in=$ac_file.in ;; 11825 12822 esac 11826 12823 11827 12824 - test x"$ac_file" != x- && { echo "$as_me:17707: creating $ac_file" >&5 11828 + test x"$ac_file" != x- && { echo "$as_me:1 7802: creating $ac_file" >&512825 + test x"$ac_file" != x- && { echo "$as_me:18082: creating $ac_file" >&5 11829 12826 echo "$as_me: creating $ac_file" >&6;} 11830 12827 11831 12828 # First look for the input files in the build tree, otherwise in the 11832 @@ -17715,7 +1 7810,7 @@12829 @@ -17715,7 +18090,7 @@ 11833 12830 -) echo $tmp/stdin ;; 11834 12831 [\\/$]*) 11835 12832 # Absolute (can't be DOS-style, as IFS=:) 11836 12833 - test -f "$f" || { { echo "$as_me:17718: error: cannot find input file: $f" >&5 11837 + test -f "$f" || { { echo "$as_me:1 7813: error: cannot find input file: $f" >&512834 + test -f "$f" || { { echo "$as_me:18093: error: cannot find input file: $f" >&5 11838 12835 echo "$as_me: error: cannot find input file: $f" >&2;} 11839 12836 { (exit 1); exit 1; }; } 11840 12837 echo $f;; 11841 @@ -17728,7 +1 7823,7 @@12838 @@ -17728,7 +18103,7 @@ 11842 12839 echo $srcdir/$f 11843 12840 else 11844 12841 # /dev/null tree 11845 12842 - { { echo "$as_me:17731: error: cannot find input file: $f" >&5 11846 + { { echo "$as_me:1 7826: error: cannot find input file: $f" >&512843 + { { echo "$as_me:18106: error: cannot find input file: $f" >&5 11847 12844 echo "$as_me: error: cannot find input file: $f" >&2;} 11848 12845 { (exit 1); exit 1; }; } 11849 12846 fi;; 11850 @@ -17786,7 +1 7881,7 @@12847 @@ -17786,7 +18161,7 @@ 11851 12848 rm -f $tmp/in 11852 12849 if test x"$ac_file" != x-; then 11853 12850 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 11854 12851 - { echo "$as_me:17789: $ac_file is unchanged" >&5 11855 + { echo "$as_me:1 7884: $ac_file is unchanged" >&512852 + { echo "$as_me:18164: $ac_file is unchanged" >&5 11856 12853 echo "$as_me: $ac_file is unchanged" >&6;} 11857 12854 else 11858 12855 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 11859 @@ -17873,40 +1 7968,44 @@12856 @@ -17873,40 +18248,44 @@ 11860 12857 for cf_item in $cf_LIST_MODELS 11861 12858 do … … 11913 12910 cf_depsuf=$cf_suffix 11914 12911 ;; 11915 @@ -18020,40 +18 119,44 @@12912 @@ -18020,40 +18399,44 @@ 11916 12913 11917 12914 cf_ITEM=`echo "$cf_item" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` … … 11969 12966 cf_depsuf=$cf_suffix 11970 12967 ;; 11971 @@ -18234,18 +18 337,28 @@12968 @@ -18234,18 +18617,28 @@ 11972 12969 install.libs uninstall.libs \\ 11973 12970 install.data uninstall.data :: … … 11998 12995 if test -f $srcdir/$tack.h; then 11999 12996 cat >> Makefile <<CF_EOF 12000 @@ -18256,6 +18 369,7 @@12997 @@ -18256,6 +18649,7 @@ 12001 12998 CF_EOF 12002 12999 fi … … 12008 13005 diff -Naur ncurses-5.7.orig/configure.in ncurses-5.7/configure.in 12009 13006 --- ncurses-5.7.orig/configure.in 2008-10-18 07:53:32.000000000 -0700 12010 +++ ncurses-5.7/configure.in 200 8-12-29 20:11:58.000000000 -080013007 +++ ncurses-5.7/configure.in 2009-01-05 03:39:10.000000000 -0800 12011 13008 @@ -28,14 +28,14 @@ 12012 13009 dnl … … 12014 13011 dnl 12015 13012 -dnl $Id: configure.in,v 1.454 2008/10/18 14:53:32 tom Exp $ 12016 +dnl $Id: configure.in,v 1.4 57 2008/12/20 22:28:22tom Exp $13013 +dnl $Id: configure.in,v 1.461 2009/01/04 01:16:23 tom Exp $ 12017 13014 dnl Process this file with autoconf to produce a configure script. 12018 13015 dnl … … 12022 13019 AC_PREREQ(2.13.20020210) 12023 13020 -AC_REVISION($Revision: 1.454 $) 12024 +AC_REVISION($Revision: 1.4 57$)13021 +AC_REVISION($Revision: 1.461 $) 12025 13022 AC_INIT(ncurses/base/lib_initscr.c) 12026 13023 AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) … … 12040 13037 AC_ARG_WITH(progs, 12041 13038 [ --without-progs suppress build with programs (e.g., tic)], 12042 @@ -807,7 +814,7 @@ 13039 @@ -152,6 +159,31 @@ 13040 13041 AC_SYS_LONG_FILE_NAMES 13042 13043 +# if we find pkg-config, check if we should install the ".pc" files. 13044 +CF_PKG_CONFIG 13045 + 13046 +if test "$PKG_CONFIG" != no ; then 13047 + AC_MSG_CHECKING(if we should install .pc files for $PKG_CONFIG) 13048 + 13049 + # Leave this as something that can be overridden in the environment. 13050 + if test -z "$PKG_CONFIG_LIBDIR" ; then 13051 + PKG_CONFIG_LIBDIR=`echo "$PKG_CONFIG" | sed -e 's,/[[^/]]*/[[^/]]*$,,'`/lib/pkgconfig 13052 + fi 13053 + 13054 + if test -d "$PKG_CONFIG_LIBDIR" ; then 13055 + AC_ARG_ENABLE(pc-files, 13056 + [ --enable-pc-files generate and install .pc files for pkg-config], 13057 + [enable_pc_files=$enableval], 13058 + [enable_pc_files=no]) 13059 + AC_MSG_RESULT($enable_pc_files) 13060 + else 13061 + AC_MSG_RESULT(no) 13062 + AC_MSG_WARN(did not find library $PKG_CONFIG_LIBDIR) 13063 + enable_pc_files=no 13064 + fi 13065 +fi 13066 +AC_SUBST(PKG_CONFIG_LIBDIR) 13067 + 13068 AC_MSG_CHECKING(if we should assume mixed-case filenames) 13069 AC_ARG_ENABLE(mixed-case, 13070 [ --enable-mixed-case tic should assume mixed-case filenames], 13071 @@ -176,7 +208,7 @@ 13072 AC_CHECK_TOOL(RANLIB, ranlib, ':') 13073 AC_CHECK_TOOL(LD, ld, ld) 13074 AC_CHECK_TOOL(AR, ar, ar) 13075 -CF_SUBST(archiver options,AR_OPTS,rv) 13076 +CF_AR_FLAGS 13077 13078 dnl Special option for use by system-builders: the install-prefix is used to 13079 dnl adjust the location into which the actual install is done, so that an 13080 @@ -807,7 +839,7 @@ 12043 13081 test "$with_rcs_ids" = yes && AC_DEFINE(USE_RCS_IDS) 12044 13082 … … 12049 13087 ############################################################################### 12050 13088 CF_HELP_MESSAGE(Extensions:) 12051 @@ -828,10 +8 35,13 @@13089 @@ -828,10 +860,13 @@ 12052 13090 AC_DEFINE(HAVE_USE_DEFAULT_COLORS) 12053 13091 AC_DEFINE(HAVE_WRESIZE) … … 12063 13101 ### use option --enable-const to turn on use of const beyond that in XSI. 12064 13102 AC_MSG_CHECKING(for extended use of const keyword) 12065 @@ -1821,6 +1831,7 @@ 13103 @@ -1354,12 +1389,12 @@ 13104 CF_CPP_STATIC_CAST 13105 13106 CXX_AR='$(AR)' 13107 - CXX_AR_OPTS='$(AR_OPTS)' 13108 + CXX_ARFLAGS='$(ARFLAGS)' 13109 case $cf_cv_system_name in #(vi 13110 irix*) #(vi 13111 if test "$GXX" != yes ; then 13112 CXX_AR='$(CXX)' 13113 - CXX_AR_OPTS='-ar -o' 13114 + CXX_ARFLAGS='-ar -o' 13115 fi 13116 ;; 13117 sco3.2v5*) #(vi 13118 @@ -1368,13 +1403,13 @@ 13119 solaris2*) 13120 if test "$GXX" != yes ; then 13121 CXX_AR='$(CXX)' 13122 - CXX_AR_OPTS='-xar -o' 13123 + CXX_ARFLAGS='-xar -o' 13124 fi 13125 ;; 13126 esac 13127 AC_SUBST(CXXLDFLAGS) 13128 AC_SUBST(CXX_AR) 13129 - AC_SUBST(CXX_AR_OPTS) 13130 + AC_SUBST(CXX_ARFLAGS) 13131 else 13132 cf_cxx_library=no 13133 cf_cv_builtin_bool=1 13134 @@ -1765,8 +1800,19 @@ 13135 CF_SUBST_IF(["$ac_cv_header_termios_h" = yes], HAVE_TERMIOS_H, 1, 0) 13136 13137 ################################################################################ 13138 -test "$use_database" = yes && SUB_MAKEFILES="$SUB_MAKEFILES misc/run_tic.sh:misc/run_tic.in" 13139 +test "$use_database" = yes && \ 13140 +SUB_MAKEFILES="$SUB_MAKEFILES misc/run_tic.sh:misc/run_tic.in" 13141 + 13142 SUB_MAKEFILES="$SUB_MAKEFILES misc/ncurses-config:misc/ncurses-config.in" 13143 + 13144 +if test x"$enable_pc_files" = xyes ; then \ 13145 +SUB_MAKEFILES="$SUB_MAKEFILES misc/gen-pkgconfig:misc/gen-pkgconfig.in" 13146 +MAKE_PC_FILES= 13147 +else 13148 +MAKE_PC_FILES="#" 13149 +fi 13150 +AC_SUBST(MAKE_PC_FILES) 13151 + 13152 AC_OUTPUT( \ 13153 include/MKterm.h.awk \ 13154 include/curses.head:include/curses.h.in \ 13155 @@ -1796,13 +1842,13 @@ 13156 NCURSES_PATCH="$NCURSES_PATCH" 13157 SRC_SUBDIRS="$SRC_SUBDIRS" 13158 TERMINFO="$TERMINFO" 13159 +TICS_ARG_SUFFIX="$TICS_ARG_SUFFIX" 13160 +TICS_LIB_SUFFIX="$TICS_LIB_SUFFIX" 13161 +TICS_NAME="$TICS_NAME" 13162 TINFO_ARG_SUFFIX="$TINFO_ARG_SUFFIX" 13163 TINFO_LIB_SUFFIX="$TINFO_LIB_SUFFIX" 13164 TINFO_NAME="$TINFO_NAME" 13165 TINFO_SUFFIX="$TINFO_SUFFIX" 13166 -TICS_ARG_SUFFIX="$TICS_ARG_SUFFIX" 13167 -TICS_LIB_SUFFIX="$TICS_LIB_SUFFIX" 13168 -TICS_NAME="$TICS_NAME" 13169 WITH_CURSES_H="$with_curses_h" 13170 WITH_ECHO="$with_echo" 13171 WITH_OVERWRITE="$with_overwrite" 13172 @@ -1821,6 +1867,7 @@ 12066 13173 cf_cv_shlib_version_infix="$cf_cv_shlib_version_infix" 12067 13174 cf_cv_system_name="$cf_cv_system_name" … … 12073 13180 diff -Naur ncurses-5.7.orig/dist.mk ncurses-5.7/dist.mk 12074 13181 --- ncurses-5.7.orig/dist.mk 2008-11-01 17:58:38.000000000 -0700 12075 +++ ncurses-5.7/dist.mk 200 8-12-29 20:12:06.000000000 -080013182 +++ ncurses-5.7/dist.mk 2009-01-05 03:39:12.000000000 -0800 12076 13183 @@ -25,7 +25,7 @@ 12077 13184 # use or other dealings in this Software without prior written # … … 12079 13186 ############################################################################## 12080 13187 -# $Id: dist.mk,v 1.671 2008/11/02 00:58:38 tom Exp $ 12081 +# $Id: dist.mk,v 1.6 78 2008/12/27 14:04:37tom Exp $13188 +# $Id: dist.mk,v 1.680 2009/01/04 21:51:56 tom Exp $ 12082 13189 # Makefile for creating ncurses distributions. 12083 13190 # … … 12088 13195 NCURSES_MINOR = 7 12089 13196 -NCURSES_PATCH = 20081102 12090 +NCURSES_PATCH = 200 8122713197 +NCURSES_PATCH = 20090104 12091 13198 12092 13199 # We don't append the patch to the version, since this only applies to releases 12093 13200 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) 13201 diff -Naur ncurses-5.7.orig/form/Makefile.in ncurses-5.7/form/Makefile.in 13202 --- ncurses-5.7.orig/form/Makefile.in 2007-04-28 07:56:11.000000000 -0700 13203 +++ ncurses-5.7/form/Makefile.in 2009-01-05 03:39:10.000000000 -0800 13204 @@ -1,6 +1,6 @@ 13205 -# $Id: Makefile.in,v 1.47 2007/04/28 14:56:11 tom Exp $ 13206 +# $Id: Makefile.in,v 1.48 2009/01/03 19:09:26 tom Exp $ 13207 ############################################################################## 13208 -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # 13209 +# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. # 13210 # # 13211 # Permission is hereby granted, free of charge, to any person obtaining a # 13212 # copy of this software and associated documentation files (the "Software"), # 13213 @@ -70,7 +70,7 @@ 13214 INSTALL_DATA = @INSTALL_DATA@ 13215 13216 AR = @AR@ 13217 -AR_OPTS = @AR_OPTS@ 13218 +ARFLAGS = @ARFLAGS@ 13219 AWK = @AWK@ 13220 LD = @LD@ 13221 LN_S = @LN_S@ 12094 13222 diff -Naur ncurses-5.7.orig/form/frm_driver.c ncurses-5.7/form/frm_driver.c 12095 13223 --- ncurses-5.7.orig/form/frm_driver.c 2008-10-18 09:25:00.000000000 -0700 12096 +++ ncurses-5.7/form/frm_driver.c 200 8-12-29 20:11:49.000000000 -080013224 +++ ncurses-5.7/form/frm_driver.c 2009-01-05 03:39:01.000000000 -0800 12097 13225 @@ -32,7 +32,7 @@ 12098 13226 … … 12114 13242 diff -Naur ncurses-5.7.orig/include/curses.h.in ncurses-5.7/include/curses.h.in 12115 13243 --- ncurses-5.7.orig/include/curses.h.in 2008-08-30 13:11:29.000000000 -0700 12116 +++ ncurses-5.7/include/curses.h.in 200 8-12-29 20:11:58.000000000 -080013244 +++ ncurses-5.7/include/curses.h.in 2009-01-05 03:39:06.000000000 -0800 12117 13245 @@ -32,7 +32,7 @@ 12118 13246 * and: Thomas E. Dickey 1996-on * … … 12170 13298 diff -Naur ncurses-5.7.orig/include/curses.tail ncurses-5.7/include/curses.tail 12171 13299 --- ncurses-5.7.orig/include/curses.tail 2008-07-05 13:20:38.000000000 -0700 12172 +++ ncurses-5.7/include/curses.tail 200 8-12-29 20:11:45.000000000 -080013300 +++ ncurses-5.7/include/curses.tail 2009-01-05 03:38:57.000000000 -0800 12173 13301 @@ -1,4 +1,4 @@ 12174 13302 -/* $Id: curses.tail,v 1.16 2008/07/05 20:20:38 tom Exp $ */ … … 12187 13315 diff -Naur ncurses-5.7.orig/include/curses.wide ncurses-5.7/include/curses.wide 12188 13316 --- ncurses-5.7.orig/include/curses.wide 2007-03-10 09:52:23.000000000 -0800 12189 +++ ncurses-5.7/include/curses.wide 200 8-12-29 20:11:47.000000000 -080013317 +++ ncurses-5.7/include/curses.wide 2009-01-05 03:38:59.000000000 -0800 12190 13318 @@ -1,9 +1,11 @@ 12191 13319 -/* $Id: curses.wide,v 1.34 2007/03/10 17:52:23 tom Exp $ */ … … 12203 13331 diff -Naur ncurses-5.7.orig/man/curs_mouse.3x ncurses-5.7/man/curs_mouse.3x 12204 13332 --- ncurses-5.7.orig/man/curs_mouse.3x 2006-12-30 15:43:34.000000000 -0800 12205 +++ ncurses-5.7/man/curs_mouse.3x 200 8-12-29 20:11:45.000000000 -080013333 +++ ncurses-5.7/man/curs_mouse.3x 2009-01-05 03:38:57.000000000 -0800 12206 13334 @@ -1,6 +1,6 @@ 12207 13335 '\" t … … 12249 13377 diff -Naur ncurses-5.7.orig/man/keybound.3x ncurses-5.7/man/keybound.3x 12250 13378 --- ncurses-5.7.orig/man/keybound.3x 2006-02-25 13:47:06.000000000 -0800 12251 +++ ncurses-5.7/man/keybound.3x 200 8-12-29 20:11:51.000000000 -080013379 +++ ncurses-5.7/man/keybound.3x 2009-01-05 03:39:03.000000000 -0800 12252 13380 @@ -1,5 +1,5 @@ 12253 13381 .\"*************************************************************************** … … 12270 13398 diff -Naur ncurses-5.7.orig/man/tabs.1 ncurses-5.7/man/tabs.1 12271 13399 --- ncurses-5.7.orig/man/tabs.1 1969-12-31 16:00:00.000000000 -0800 12272 +++ ncurses-5.7/man/tabs.1 200 8-12-29 20:11:43.000000000 -080013400 +++ ncurses-5.7/man/tabs.1 2009-01-05 03:38:54.000000000 -0800 12273 13401 @@ -0,0 +1,143 @@ 12274 13402 +.\"*************************************************************************** … … 12417 13545 diff -Naur ncurses-5.7.orig/man/tset.1 ncurses-5.7/man/tset.1 12418 13546 --- ncurses-5.7.orig/man/tset.1 2006-12-24 07:00:30.000000000 -0800 12419 +++ ncurses-5.7/man/tset.1 200 8-12-29 20:11:43.000000000 -080013547 +++ ncurses-5.7/man/tset.1 2009-01-05 03:38:54.000000000 -0800 12420 13548 @@ -1,5 +1,5 @@ 12421 13549 .\"*************************************************************************** … … 12436 13564 \fBtset\fR, \fBreset\fR - terminal initialization 12437 13565 .SH SYNOPSIS 12438 diff -Naur ncurses-5.7.orig/m isc/Makefile.in ncurses-5.7/misc/Makefile.in12439 --- ncurses-5.7.orig/m isc/Makefile.in 2007-03-31 08:54:17.000000000 -070012440 +++ ncurses-5.7/m isc/Makefile.in 2008-12-29 20:11:51.000000000 -080013566 diff -Naur ncurses-5.7.orig/menu/Makefile.in ncurses-5.7/menu/Makefile.in 13567 --- ncurses-5.7.orig/menu/Makefile.in 2007-04-28 07:56:11.000000000 -0700 13568 +++ ncurses-5.7/menu/Makefile.in 2009-01-05 03:39:10.000000000 -0800 12441 13569 @@ -1,6 +1,6 @@ 12442 -# $Id: Makefile.in,v 1.4 3 2007/03/31 15:54:17tom Exp $12443 +# $Id: Makefile.in,v 1.4 4 2008/12/13 18:48:47tom Exp $13570 -# $Id: Makefile.in,v 1.48 2007/04/28 14:56:11 tom Exp $ 13571 +# $Id: Makefile.in,v 1.49 2009/01/03 19:09:26 tom Exp $ 12444 13572 ############################################################################## 12445 13573 -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # 12446 +# Copyright (c) 1998-2007,200 8Free Software Foundation, Inc. #13574 +# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. # 12447 13575 # # 12448 13576 # Permission is hereby granted, free of charge, to any person obtaining a # 12449 13577 # copy of this software and associated documentation files (the "Software"), # 12450 @@ -66,7 +66,7 @@ 13578 @@ -70,7 +70,7 @@ 13579 INSTALL_DATA = @INSTALL_DATA@ 13580 13581 AR = @AR@ 13582 -AR_OPTS = @AR_OPTS@ 13583 +ARFLAGS = @ARFLAGS@ 13584 AWK = @AWK@ 13585 LD = @LD@ 13586 LN_S = @LN_S@ 13587 diff -Naur ncurses-5.7.orig/misc/Makefile.in ncurses-5.7/misc/Makefile.in 13588 --- ncurses-5.7.orig/misc/Makefile.in 2007-03-31 08:54:17.000000000 -0700 13589 +++ ncurses-5.7/misc/Makefile.in 2009-01-05 03:39:10.000000000 -0800 13590 @@ -1,6 +1,6 @@ 13591 -# $Id: Makefile.in,v 1.43 2007/03/31 15:54:17 tom Exp $ 13592 +# $Id: Makefile.in,v 1.48 2009/01/03 23:52:41 tom Exp $ 13593 ############################################################################## 13594 -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # 13595 +# Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. # 13596 # # 13597 # Permission is hereby granted, free of charge, to any person obtaining a # 13598 # copy of this software and associated documentation files (the "Software"), # 13599 @@ -66,9 +66,11 @@ 12451 13600 source = @TERMINFO_SRC@ 12452 13601 … … 12456 13605 INSTALL_DATA = @INSTALL_DATA@ 12457 13606 13607 +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 13608 + 12458 13609 ################################################################################ 13610 all : terminfo.tmp 13611 13612 @@ -103,9 +105,16 @@ 13613 13614 NCURSES_CONFIG = ncurses@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config 13615 13616 -install.libs : $(DESTDIR)$(bindir) ncurses-config 13617 +install.libs :: $(DESTDIR)$(bindir) ncurses-config 13618 $(INSTALL_PROG) ncurses-config $(DESTDIR)$(bindir)/$(NCURSES_CONFIG) 13619 13620 +@MAKE_PC_FILES@install.libs :: pc-files 13621 +@MAKE_PC_FILES@ $(SHELL) -c 'for name in *.pc; do $(INSTALL_DATA) $$name $(PKG_CONFIG_LIBDIR)/$$name; done' 13622 + 13623 +@MAKE_PC_FILES@pc-files : 13624 +@MAKE_PC_FILES@ $(SHELL) ./gen-pkgconfig 13625 +@MAKE_PC_FILES@ touch $@ 13626 + 13627 terminfo.tmp : run_tic.sed $(source) 13628 echo '** adjusting tabset paths' 13629 sed -f run_tic.sed $(source) >terminfo.tmp 13630 @@ -130,6 +139,7 @@ 13631 13632 uninstall.libs : 13633 -rm -f $(DESTDIR)$(bindir)/$(NCURSES_CONFIG) 13634 +@MAKE_PC_FILES@ $(SHELL) 'for name in *.pc; do rm -f $(PKG_CONFIG_LIBDIR)/$$name; done' 13635 13636 tags : 13637 13638 @@ -138,11 +148,13 @@ 13639 mostlyclean : 13640 -rm -f terminfo.tmp 13641 -rm -f run_tic.sed 13642 +@MAKE_PC_FILES@ -rm -f *.pc pc-files 13643 -rm -f core tags TAGS *~ *.bak *.ln *.atac trace 13644 13645 clean :: mostlyclean 13646 13647 distclean : clean 13648 +@MAKE_PC_FILES@ -rm -f gen-pkgconfig 13649 -rm -f Makefile run_tic.sh ncurses-config 13650 13651 realclean : distclean 13652 diff -Naur ncurses-5.7.orig/misc/gen-pkgconfig.in ncurses-5.7/misc/gen-pkgconfig.in 13653 --- ncurses-5.7.orig/misc/gen-pkgconfig.in 1969-12-31 16:00:00.000000000 -0800 13654 +++ ncurses-5.7/misc/gen-pkgconfig.in 2009-01-05 03:39:12.000000000 -0800 13655 @@ -0,0 +1,119 @@ 13656 +#!@SHELL@ 13657 +# $Id: gen-pkgconfig.in,v 1.4 2009/01/04 21:52:33 tom Exp $ 13658 +############################################################################## 13659 +# Copyright (c) 2009 Free Software Foundation, Inc. # 13660 +# # 13661 +# Permission is hereby granted, free of charge, to any person obtaining a # 13662 +# copy of this software and associated documentation files (the "Software"), # 13663 +# to deal in the Software without restriction, including without limitation # 13664 +# the rights to use, copy, modify, merge, publish, distribute, distribute # 13665 +# with modifications, sublicense, and/or sell copies of the Software, and to # 13666 +# permit persons to whom the Software is furnished to do so, subject to the # 13667 +# following conditions: # 13668 +# # 13669 +# The above copyright notice and this permission notice shall be included in # 13670 +# all copies or substantial portions of the Software. # 13671 +# # 13672 +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # 13673 +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # 13674 +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # 13675 +# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # 13676 +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # 13677 +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # 13678 +# DEALINGS IN THE SOFTWARE. # 13679 +# # 13680 +# Except as contained in this notice, the name(s) of the above copyright # 13681 +# holders shall not be used in advertising or otherwise to promote the sale, # 13682 +# use or other dealings in this Software without prior written # 13683 +# authorization. # 13684 +############################################################################## 13685 +# 13686 +# Author: Thomas E. Dickey, 2009 13687 +# 13688 +# The complete configure script for ncurses is the ncurses5-config (or similar 13689 +# name, depending on the flavor, e.g., ncursesw5-config, ncurses6-config, etc). 13690 +# That provides more information than pkg-config, and is the portable and 13691 +# recommended solution. 13692 +# 13693 +# For each library, generate a ".pc" file which depends on the base ncurses 13694 +# library, except that the tinfo library does not depend on ncurses. 13695 +LIB_NAME=@LIB_NAME@ 13696 +TINFO_NAME=@TINFO_NAME@ 13697 +DFT_DEP_SUFFIX=@DFT_DEP_SUFFIX@ 13698 +CXX_LIB_SUFFIX=@CXX_LIB_SUFFIX@ 13699 + 13700 +prefix="@prefix@" 13701 +exec_prefix="@exec_prefix@" 13702 +includedir="@includedir@" 13703 +libdir="@libdir@" 13704 + 13705 +show_prefix='@prefix@' 13706 +show_exec_prefix='@exec_prefix@' 13707 +show_includedir='@includedir@' 13708 +show_libdir='@libdir@' 13709 + 13710 +MAIN_LIBRARY="${LIB_NAME}@DFT_ARG_SUFFIX@" 13711 +SUB_LIBRARY="${TINFO_NAME}@DFT_ARG_SUFFIX@" 13712 + 13713 +for lib in ../lib/* 13714 +do 13715 + name=`basename $lib` 13716 + root=`basename $name "$DFT_DEP_SUFFIX"` 13717 + if test "$name" == "$root" ; then 13718 + root=`basename $name "$CXX_LIB_SUFFIX"` 13719 + if test "$name" == "$root" ; then 13720 + continue 13721 + fi 13722 + fi 13723 + 13724 + name=`echo "$name" | sed -e 's/^lib//' -e 's/\..*$//'` 13725 + 13726 + desc="ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" 13727 + if test $name = $MAIN_LIBRARY ; then 13728 + reqs= 13729 + desc="$desc library" 13730 + elif test $name = $SUB_LIBRARY ; then 13731 + reqs= 13732 + desc="$desc terminal interface library" 13733 + else 13734 + reqs=$MAIN_LIBRARY 13735 + desc="$desc add-on library" 13736 + fi 13737 + 13738 + if test "$includedir" = "/usr/include" ; then 13739 + cflags= 13740 + else 13741 + cflags="-I\${includedir}" 13742 + fi 13743 + 13744 + if test "$libdir" = "/usr/lib" ; then 13745 + libs= 13746 + else 13747 + libs="-L\${libdir}" 13748 + fi 13749 + libs="$libs -l$name" 13750 + 13751 + # add dependencies that pkg-config cannot guess about 13752 + if test -z "$reqs" ; then 13753 + libs="$libs @LIBS@" 13754 + fi 13755 + 13756 + echo "** creating ${name}.pc" 13757 + cat >${name}.pc <<EOF 13758 +prefix=$show_prefix 13759 +exec_prefix=$show_exec_prefix 13760 +libdir=$show_libdir 13761 +includedir=$show_includedir 13762 +major_version=@NCURSES_MAJOR@ 13763 +version=@NCURSES_MAJOR@.@NCURSES_MINOR@.@NCURSES_PATCH@ 13764 + 13765 +Name: $name 13766 +Description: $desc 13767 +Version: \${version} 13768 +Requires: $reqs 13769 +Libs: $libs 13770 +Cflags: $cflags 13771 +EOF 13772 + # pr -f ${name}.pc 13773 +done 13774 +# vile:shmode 13775 diff -Naur ncurses-5.7.orig/misc/ncurses-config.in ncurses-5.7/misc/ncurses-config.in 13776 --- ncurses-5.7.orig/misc/ncurses-config.in 2007-03-17 13:02:19.000000000 -0700 13777 +++ ncurses-5.7/misc/ncurses-config.in 2009-01-05 03:39:10.000000000 -0800 13778 @@ -1,7 +1,7 @@ 13779 #!@SHELL@ 13780 -# $Id: ncurses-config.in,v 1.12 2007/03/17 20:02:19 tom Exp $ 13781 +# $Id: ncurses-config.in,v 1.15 2009/01/03 21:10:18 tom Exp $ 13782 ############################################################################## 13783 -# Copyright (c) 2006,2007 Free Software Foundation, Inc. # 13784 +# Copyright (c) 2006-2007,2009 Free Software Foundation, Inc. # 13785 # # 13786 # Permission is hereby granted, free of charge, to any person obtaining a # 13787 # copy of this software and associated documentation files (the "Software"), # 13788 @@ -34,11 +34,12 @@ 13789 exec_prefix="@exec_prefix@" 13790 13791 bindir="@bindir@" 13792 +includedir="@includedir@" 13793 libdir="@libdir@" 13794 datadir="@datadir@" 13795 mandir="@mandir@" 13796 13797 -THIS="ncurses@DFT_ARG_SUFFIX@" 13798 +THIS="${LIB_NAME}@DFT_ARG_SUFFIX@" 13799 13800 LANG=C; export LANG 13801 LANGUAGE=C; export LANGUAGE 13802 @@ -75,11 +76,11 @@ 13803 # compile/link 13804 --cflags) 13805 INCS= 13806 - if test "${prefix}/include" != /usr/include ; then 13807 - INCS="-I${prefix}/include" 13808 + if test "${includedir}" != /usr/include ; then 13809 + INCS="-I${includedir}" 13810 fi 13811 if test "@WITH_OVERWRITE@" != no ; then 13812 - INCS="$INCS -I${prefix}/include/${THIS}" 13813 + INCS="$INCS -I${includedir}/${THIS}" 13814 fi 13815 sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO 13816 $INCS 13817 @@ -87,7 +88,7 @@ 13818 ;; 13819 --libs) 13820 sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO 13821 - -L${exec_prefix}/lib @EXTRA_LDFLAGS@ -l${THIS} @LIBS@ 13822 + -L$libdir @EXTRA_LDFLAGS@ -l${THIS} @LIBS@ 13823 ENDECHO 13824 ;; 13825 # identification 13826 @@ -107,6 +108,9 @@ 13827 --datadir) 13828 echo "${datadir}" 13829 ;; 13830 + --includedir) 13831 + echo "${includedir}" 13832 + ;; 13833 --libdir) 13834 echo "${libdir}" 13835 ;; 13836 @@ -142,6 +146,7 @@ 13837 13838 --bindir echos the directory containing ${THIS} programs 13839 --datadir echos the directory containing ${THIS} data 13840 + --includedir echos the directory containing ${THIS} header files 13841 --libdir echos the directory containing ${THIS} libraries 13842 --mandir echos the directory containing ${THIS} manpages 13843 --terminfo echos the \$TERMINFO terminfo database path 12459 13844 diff -Naur ncurses-5.7.orig/misc/terminfo.src ncurses-5.7/misc/terminfo.src 12460 13845 --- ncurses-5.7.orig/misc/terminfo.src 2008-10-12 16:03:54.000000000 -0700 12461 +++ ncurses-5.7/misc/terminfo.src 200 8-12-29 20:11:47.000000000 -080013846 +++ ncurses-5.7/misc/terminfo.src 2009-01-05 03:38:59.000000000 -0800 12462 13847 @@ -6,8 +6,8 @@ 12463 13848 # Report bugs and new terminal descriptions to … … 12613 13998 diff -Naur ncurses-5.7.orig/mk-1st.awk ncurses-5.7/mk-1st.awk 12614 13999 --- ncurses-5.7.orig/mk-1st.awk 2007-03-24 15:10:55.000000000 -0700 12615 +++ ncurses-5.7/mk-1st.awk 200 8-12-29 20:12:06.000000000 -080014000 +++ ncurses-5.7/mk-1st.awk 2009-01-05 03:39:12.000000000 -0800 12616 14001 @@ -1,6 +1,6 @@ 12617 14002 -# $Id: mk-1st.awk,v 1.78 2007/03/24 22:10:55 tom Exp $ 12618 +# $Id: mk-1st.awk,v 1. 79 2008/12/28 01:17:54tom Exp $14003 +# $Id: mk-1st.awk,v 1.80 2009/01/04 21:51:38 tom Exp $ 12619 14004 ############################################################################## 12620 14005 -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # … … 12632 14017 # see lib_name 12633 14018 function lib_name_of(a_name) { 14019 @@ -404,7 +404,7 @@ 14020 { 14021 end_name = lib_name; 14022 printf "../lib/%s : $(%s_OBJS)\n", lib_name, OBJS 14023 - printf "\t$(AR) $(AR_OPTS) $@ $?\n" 14024 + printf "\t$(AR) $(ARFLAGS) $@ $?\n" 14025 printf "\t$(RANLIB) $@\n" 14026 if ( host == "vxworks" ) 14027 { 14028 diff -Naur ncurses-5.7.orig/ncurses/Makefile.in ncurses-5.7/ncurses/Makefile.in 14029 --- ncurses-5.7.orig/ncurses/Makefile.in 2008-10-18 07:11:54.000000000 -0700 14030 +++ ncurses-5.7/ncurses/Makefile.in 2009-01-05 03:39:10.000000000 -0800 14031 @@ -1,6 +1,6 @@ 14032 -# $Id: Makefile.in,v 1.113 2008/10/18 14:11:54 tom Exp $ 14033 +# $Id: Makefile.in,v 1.114 2009/01/03 19:09:26 tom Exp $ 14034 ############################################################################## 14035 -# Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. # 14036 +# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. # 14037 # # 14038 # Permission is hereby granted, free of charge, to any person obtaining a # 14039 # copy of this software and associated documentation files (the "Software"), # 14040 @@ -78,7 +78,7 @@ 14041 INSTALL_DATA = @INSTALL_DATA@ 14042 14043 AR = @AR@ 14044 -AR_OPTS = @AR_OPTS@ 14045 +ARFLAGS = @ARFLAGS@ 14046 AWK = @AWK@ 14047 LD = @LD@ 14048 LN_S = @LN_S@ 12634 14049 diff -Naur ncurses-5.7.orig/ncurses/base/lib_addch.c ncurses-5.7/ncurses/base/lib_addch.c 12635 14050 --- ncurses-5.7.orig/ncurses/base/lib_addch.c 2008-08-16 12:20:04.000000000 -0700 12636 +++ ncurses-5.7/ncurses/base/lib_addch.c 200 8-12-29 20:11:47.000000000 -080014051 +++ ncurses-5.7/ncurses/base/lib_addch.c 2009-01-05 03:38:59.000000000 -0800 12637 14052 @@ -36,7 +36,7 @@ 12638 14053 #include <curses.priv.h> … … 12676 14091 diff -Naur ncurses-5.7.orig/ncurses/base/lib_freeall.c ncurses-5.7/ncurses/base/lib_freeall.c 12677 14092 --- ncurses-5.7.orig/ncurses/base/lib_freeall.c 2008-09-27 06:09:57.000000000 -0700 12678 +++ ncurses-5.7/ncurses/base/lib_freeall.c 200 8-12-29 20:11:49.000000000 -080014093 +++ ncurses-5.7/ncurses/base/lib_freeall.c 2009-01-05 03:39:01.000000000 -0800 12679 14094 @@ -40,7 +40,7 @@ 12680 14095 extern int malloc_errfd; /* FIXME */ … … 12697 14112 diff -Naur ncurses-5.7.orig/ncurses/base/lib_mouse.c ncurses-5.7/ncurses/base/lib_mouse.c 12698 14113 --- ncurses-5.7.orig/ncurses/base/lib_mouse.c 2008-10-18 14:48:55.000000000 -0700 12699 +++ ncurses-5.7/ncurses/base/lib_mouse.c 200 8-12-29 20:11:49.000000000 -080014114 +++ ncurses-5.7/ncurses/base/lib_mouse.c 2009-01-05 03:39:01.000000000 -0800 12700 14115 @@ -79,7 +79,7 @@ 12701 14116 … … 12756 14171 diff -Naur ncurses-5.7.orig/ncurses/curses.priv.h ncurses-5.7/ncurses/curses.priv.h 12757 14172 --- ncurses-5.7.orig/ncurses/curses.priv.h 2008-10-04 14:37:45.000000000 -0700 12758 +++ ncurses-5.7/ncurses/curses.priv.h 200 8-12-29 20:11:45.000000000 -080014173 +++ ncurses-5.7/ncurses/curses.priv.h 2009-01-05 03:38:57.000000000 -0800 12759 14174 @@ -34,7 +34,7 @@ 12760 14175 … … 12777 14192 diff -Naur ncurses-5.7.orig/ncurses/tinfo/entries.c ncurses-5.7/ncurses/tinfo/entries.c 12778 14193 --- ncurses-5.7.orig/ncurses/tinfo/entries.c 2008-09-27 06:11:10.000000000 -0700 12779 +++ ncurses-5.7/ncurses/tinfo/entries.c 200 8-12-29 20:11:49.000000000 -080014194 +++ ncurses-5.7/ncurses/tinfo/entries.c 2009-01-05 03:39:01.000000000 -0800 12780 14195 @@ -37,7 +37,7 @@ 12781 14196 #include <tic.h> … … 12799 14214 diff -Naur ncurses-5.7.orig/ncurses/tinfo/hashed_db.c ncurses-5.7/ncurses/tinfo/hashed_db.c 12800 14215 --- ncurses-5.7.orig/ncurses/tinfo/hashed_db.c 2006-08-19 12:48:38.000000000 -0700 12801 +++ ncurses-5.7/ncurses/tinfo/hashed_db.c 200 8-12-29 20:11:51.000000000 -080014216 +++ ncurses-5.7/ncurses/tinfo/hashed_db.c 2009-01-05 03:39:03.000000000 -0800 12802 14217 @@ -1,5 +1,5 @@ 12803 14218 /**************************************************************************** … … 12903 14318 } 12904 14319 14320 diff -Naur ncurses-5.7.orig/panel/Makefile.in ncurses-5.7/panel/Makefile.in 14321 --- ncurses-5.7.orig/panel/Makefile.in 2007-04-28 07:56:11.000000000 -0700 14322 +++ ncurses-5.7/panel/Makefile.in 2009-01-05 03:39:10.000000000 -0800 14323 @@ -1,6 +1,6 @@ 14324 -# $Id: Makefile.in,v 1.52 2007/04/28 14:56:11 tom Exp $ 14325 +# $Id: Makefile.in,v 1.53 2009/01/03 19:09:26 tom Exp $ 14326 ############################################################################## 14327 -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # 14328 +# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. # 14329 # # 14330 # Permission is hereby granted, free of charge, to any person obtaining a # 14331 # copy of this software and associated documentation files (the "Software"), # 14332 @@ -71,7 +71,7 @@ 14333 INSTALL_DATA = @INSTALL_DATA@ 14334 14335 AR = @AR@ 14336 -AR_OPTS = @AR_OPTS@ 14337 +ARFLAGS = @ARFLAGS@ 14338 AWK = @AWK@ 14339 LD = @LD@ 14340 LN_S = @LN_S@ 12905 14341 diff -Naur ncurses-5.7.orig/progs/Makefile.in ncurses-5.7/progs/Makefile.in 12906 14342 --- ncurses-5.7.orig/progs/Makefile.in 2008-09-07 06:58:55.000000000 -0700 12907 +++ ncurses-5.7/progs/Makefile.in 200 8-12-29 20:11:43.000000000 -080014343 +++ ncurses-5.7/progs/Makefile.in 2009-01-05 03:38:54.000000000 -0800 12908 14344 @@ -1,6 +1,6 @@ 12909 14345 -# $Id: Makefile.in,v 1.79 2008/09/07 13:58:55 tom Exp $ … … 12971 14407 diff -Naur ncurses-5.7.orig/progs/modules ncurses-5.7/progs/modules 12972 14408 --- ncurses-5.7.orig/progs/modules 2006-12-23 16:53:21.000000000 -0800 12973 +++ ncurses-5.7/progs/modules 200 8-12-29 20:11:43.000000000 -080014409 +++ ncurses-5.7/progs/modules 2009-01-05 03:38:54.000000000 -0800 12974 14410 @@ -1,7 +1,7 @@ 12975 14411 -# $Id: modules,v 1.13 2006/12/24 00:53:21 tom Exp $ … … 12992 14428 diff -Naur ncurses-5.7.orig/progs/tabs.c ncurses-5.7/progs/tabs.c 12993 14429 --- ncurses-5.7.orig/progs/tabs.c 1969-12-31 16:00:00.000000000 -0800 12994 +++ ncurses-5.7/progs/tabs.c 200 8-12-29 20:11:45.000000000 -080014430 +++ ncurses-5.7/progs/tabs.c 2009-01-05 03:38:57.000000000 -0800 12995 14431 @@ -0,0 +1,506 @@ 12996 14432 +/**************************************************************************** … … 13502 14938 diff -Naur ncurses-5.7.orig/test/README ncurses-5.7/test/README 13503 14939 --- ncurses-5.7.orig/test/README 2008-10-18 14:02:45.000000000 -0700 13504 +++ ncurses-5.7/test/README 200 8-12-29 20:11:58.000000000 -080014940 +++ ncurses-5.7/test/README 2009-01-05 03:39:06.000000000 -0800 13505 14941 @@ -25,7 +25,7 @@ 13506 14942 -- sale, use or other dealings in this Software without prior written -- … … 13798 15234 diff -Naur ncurses-5.7.orig/test/clip_printw.c ncurses-5.7/test/clip_printw.c 13799 15235 --- ncurses-5.7.orig/test/clip_printw.c 1969-12-31 16:00:00.000000000 -0800 13800 +++ ncurses-5.7/test/clip_printw.c 200 8-12-29 20:11:58.000000000 -080015236 +++ ncurses-5.7/test/clip_printw.c 2009-01-05 03:39:06.000000000 -0800 13801 15237 @@ -0,0 +1,360 @@ 13802 15238 +/**************************************************************************** … … 14162 15598 diff -Naur ncurses-5.7.orig/test/demo_forms.c ncurses-5.7/test/demo_forms.c 14163 15599 --- ncurses-5.7.orig/test/demo_forms.c 2008-10-18 13:38:20.000000000 -0700 14164 +++ ncurses-5.7/test/demo_forms.c 200 8-12-29 20:11:58.000000000 -080015600 +++ ncurses-5.7/test/demo_forms.c 2009-01-05 03:39:06.000000000 -0800 14165 15601 @@ -26,7 +26,7 @@ 14166 15602 * authorization. * … … 14197 15633 diff -Naur ncurses-5.7.orig/test/edit_field.c ncurses-5.7/test/edit_field.c 14198 15634 --- ncurses-5.7.orig/test/edit_field.c 2008-10-18 13:40:20.000000000 -0700 14199 +++ ncurses-5.7/test/edit_field.c 200 8-12-29 20:11:58.000000000 -080015635 +++ ncurses-5.7/test/edit_field.c 2009-01-05 03:39:06.000000000 -0800 14200 15636 @@ -26,7 +26,7 @@ 14201 15637 * authorization. * … … 14220 15656 diff -Naur ncurses-5.7.orig/test/edit_field.h ncurses-5.7/test/edit_field.h 14221 15657 --- ncurses-5.7.orig/test/edit_field.h 2006-06-03 09:38:57.000000000 -0700 14222 +++ ncurses-5.7/test/edit_field.h 200 8-12-29 20:11:58.000000000 -080015658 +++ ncurses-5.7/test/edit_field.h 2009-01-05 03:39:06.000000000 -0800 14223 15659 @@ -1,5 +1,5 @@ 14224 15660 /**************************************************************************** … … 14250 15686 diff -Naur ncurses-5.7.orig/test/filter.c ncurses-5.7/test/filter.c 14251 15687 --- ncurses-5.7.orig/test/filter.c 2006-12-09 08:53:47.000000000 -0800 14252 +++ ncurses-5.7/test/filter.c 200 8-12-29 20:11:49.000000000 -080015688 +++ ncurses-5.7/test/filter.c 2009-01-05 03:39:01.000000000 -0800 14253 15689 @@ -1,5 +1,5 @@ 14254 15690 /**************************************************************************** … … 14322 15758 diff -Naur ncurses-5.7.orig/test/insdelln.c ncurses-5.7/test/insdelln.c 14323 15759 --- ncurses-5.7.orig/test/insdelln.c 1969-12-31 16:00:00.000000000 -0800 14324 +++ ncurses-5.7/test/insdelln.c 200 8-12-29 20:11:58.000000000 -080015760 +++ ncurses-5.7/test/insdelln.c 2009-01-05 03:39:06.000000000 -0800 14325 15761 @@ -0,0 +1,380 @@ 14326 15762 +/**************************************************************************** … … 14706 16142 diff -Naur ncurses-5.7.orig/test/modules ncurses-5.7/test/modules 14707 16143 --- ncurses-5.7.orig/test/modules 2007-08-18 10:57:08.000000000 -0700 14708 +++ ncurses-5.7/test/modules 200 8-12-29 20:11:58.000000000 -080016144 +++ ncurses-5.7/test/modules 2009-01-05 03:39:06.000000000 -0800 14709 16145 @@ -1,4 +1,4 @@ 14710 16146 -# $Id: modules,v 1.36 2007/08/18 17:57:08 tom Exp $ … … 14731 16167 diff -Naur ncurses-5.7.orig/test/ncurses.c ncurses-5.7/test/ncurses.c 14732 16168 --- ncurses-5.7.orig/test/ncurses.c 2008-09-27 07:34:58.000000000 -0700 14733 +++ ncurses-5.7/test/ncurses.c 200 8-12-29 20:11:58.000000000 -080016169 +++ ncurses-5.7/test/ncurses.c 2009-01-05 03:39:06.000000000 -0800 14734 16170 @@ -40,7 +40,7 @@ 14735 16171 Author: Eric S. Raymond <esr@snark.thyrsus.com> 1993 … … 15007 16443 diff -Naur ncurses-5.7.orig/test/programs ncurses-5.7/test/programs 15008 16444 --- ncurses-5.7.orig/test/programs 2008-08-16 14:47:39.000000000 -0700 15009 +++ ncurses-5.7/test/programs 200 8-12-29 20:11:58.000000000 -080016445 +++ ncurses-5.7/test/programs 2009-01-05 03:39:06.000000000 -0800 15010 16446 @@ -1,4 +1,4 @@ 15011 16447 -# $Id: programs,v 1.14 2008/08/16 21:47:39 tom Exp $ … … 15032 16468 diff -Naur ncurses-5.7.orig/test/test.priv.h ncurses-5.7/test/test.priv.h 15033 16469 --- ncurses-5.7.orig/test/test.priv.h 2008-10-04 14:53:41.000000000 -0700 15034 +++ ncurses-5.7/test/test.priv.h 200 8-12-29 20:11:58.000000000 -080016470 +++ ncurses-5.7/test/test.priv.h 2009-01-05 03:39:06.000000000 -0800 15035 16471 @@ -29,7 +29,7 @@ 15036 16472 /****************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.