- 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 <