Changeset caed8e0 in clfs-sysroot
- Timestamp:
- Jul 9, 2009, 6:40:13 PM (15 years ago)
- Branches:
- master
- Children:
- ceca635c
- Parents:
- cba3e93
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/ncurses-5.7-branch_update-14.patch
rcba3e93 rcaed8e0 1 1 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 0 2-28-20092 Date: 06-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-20090 228.7 rechecked periodically. This patch covers up to 5.7-20090530. 8 8 9 9 diff -Naur ncurses-5.7.orig/aclocal.m4 ncurses-5.7/aclocal.m4 10 10 --- ncurses-5.7.orig/aclocal.m4 2008-10-25 15:15:32.000000000 -0700 11 +++ ncurses-5.7/aclocal.m4 2009-0 2-28 20:38:54.327061041 -080011 +++ ncurses-5.7/aclocal.m4 2009-06-05 14:01:31.000000000 -0700 12 12 @@ -1,5 +1,5 @@ 13 13 dnl*************************************************************************** … … 22 22 dnl 23 23 -dnl $Id: aclocal.m4,v 1.470 2008/10/25 22:15:32 tom Exp $ 24 +dnl $Id: aclocal.m4,v 1.48 3 2009/02/07 19:12:17tom Exp $24 +dnl $Id: aclocal.m4,v 1.487 2009/04/04 22:32:42 tom Exp $ 25 25 dnl Macros used in NCURSES auto-configuration script. 26 26 dnl … … 189 189 190 190 cf_save_CPPFLAGS="$CPPFLAGS" 191 @@ -1998,11 +2033,31 @@ 191 @@ -1451,7 +1486,7 @@ 192 fi 193 ])dnl 194 dnl --------------------------------------------------------------------------- 195 -dnl CF_GCC_WARNINGS version: 23 updated: 2008/07/26 17:54:02 196 +dnl CF_GCC_WARNINGS version: 24 updated: 2009/02/01 15:21:00 197 dnl --------------- 198 dnl Check if the compiler supports useful warning options. There's a few that 199 dnl we don't use, simply because they're too noisy: 200 @@ -1484,7 +1519,6 @@ 201 then 202 # The "-wdXXX" options suppress warnings: 203 # remark #1419: external declaration in primary source file 204 -# remark #1682: implicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem) 205 # remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem) 206 # remark #1684: conversion from pointer to same-sized integral type (potential portability problem) 207 # remark #193: zero used for undefined preprocessing identifier 208 @@ -1492,19 +1526,18 @@ 209 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits 210 # remark #869: parameter "tw" was never referenced 211 # remark #981: operands are evaluated in unspecified order 212 -# warning #269: invalid format string conversion 213 +# warning #279: controlling expression is constant 214 215 AC_CHECKING([for $CC warning options]) 216 cf_save_CFLAGS="$CFLAGS" 217 EXTRA_CFLAGS="-Wall" 218 for cf_opt in \ 219 wd1419 \ 220 - wd1682 \ 221 wd1683 \ 222 wd1684 \ 223 wd193 \ 224 - wd279 \ 225 wd593 \ 226 + wd279 \ 227 wd810 \ 228 wd869 \ 229 wd981 230 @@ -1998,11 +2031,31 @@ 192 231 ]) 193 232 ])dnl … … 224 263 test "$includedir" != "/usr/include" && \ 225 264 test -d "$includedir" && { 226 @@ -2017,6 +207 2,7 @@265 @@ -2017,6 +2070,7 @@ 227 266 test -d $oldincludedir/$2 && $1="[$]$1 $oldincludedir/$2" 228 267 } … … 232 271 dnl --------------------------------------------------------------------------- 233 272 dnl CF_HELP_MESSAGE version: 3 updated: 1998/01/14 10:56:23 234 @@ -2026,7 +208 2,7 @@273 @@ -2026,7 +2080,7 @@ 235 274 [AC_DIVERT_HELP([$1])dnl 236 275 ])dnl … … 241 280 dnl Construct the list of include-options according to whether we're building 242 281 dnl in the source directory or using '--srcdir=DIR' option. If we're building 243 @@ -2034,9 +20 90,9 @@282 @@ -2034,9 +2088,9 @@ 244 283 dnl since that usually breaks gcc's shadow-includes. 245 284 AC_DEFUN([CF_INCLUDE_DIRS], … … 253 292 if test "$GCC" != yes; then 254 293 CPPFLAGS="$CPPFLAGS -I\${includedir}" 255 @@ -2143,7 +219 9,7 @@294 @@ -2143,7 +2197,7 @@ 256 295 ]) 257 296 ]) 258 297 dnl --------------------------------------------------------------------------- 259 298 -dnl CF_LDFLAGS_STATIC version: 4 updated: 2008/10/18 17:58:20 260 +dnl CF_LDFLAGS_STATIC version: 5 updated: 2008/12/27 12:30:03299 +dnl CF_LDFLAGS_STATIC version: 7 updated: 2009/04/04 18:31:04 261 300 dnl ----------------- 262 301 dnl Check for compiler/linker flags used to temporarily force usage of static 263 302 dnl libraries. This depends on the compiler and platform. Use this to help 264 @@ -2153,7 +220 9,7 @@303 @@ -2153,7 +2207,7 @@ 265 304 266 305 if test "$GCC" = yes ; then 267 306 case $cf_cv_system_name in #( 268 307 - OS/2*|os2*|aix[[45]]*) #( vi 269 + OS/2*|os2*|aix[[4]]* ) #( vi308 + OS/2*|os2*|aix[[4]]*|solaris2.1[[0-9]]|darwin*) #( vi 270 309 LDFLAGS_STATIC= 271 310 LDFLAGS_SHARED= 272 311 ;; 273 @@ -2164,7 +22 20,7 @@312 @@ -2164,7 +2218,7 @@ 274 313 esac 275 314 else … … 280 319 LDFLAGS_SHARED=-bdynamic 281 320 ;; 282 @@ -2179,7 +223 5,7 @@321 @@ -2179,7 +2233,7 @@ 283 322 ;; 284 323 osf[[45]]*) #( from ld manpage osf4.0d, osf5.1 … … 289 328 ;; 290 329 solaris2*) 291 @@ -2193,11 +224 9,33 @@330 @@ -2193,11 +2247,33 @@ 292 331 AC_SUBST(LDFLAGS_SHARED) 293 332 ]) … … 326 365 dnl CF_LIB_PREFIX version: 8 updated: 2008/09/13 11:34:16 327 366 dnl ------------- 328 @@ -2216,7 +229 4,7 @@367 @@ -2216,7 +2292,7 @@ 329 368 AC_SUBST(LIB_PREFIX) 330 369 ])dnl … … 335 374 dnl Append definitions and rules for the given models to the subdirectory 336 375 dnl Makefiles, and the recursion rule for the top-level Makefile. If the 337 @@ -2504,18 +258 2,28 @@376 @@ -2504,18 +2580,28 @@ 338 377 install.libs uninstall.libs \\ 339 378 install.data uninstall.data :: … … 364 403 if test -f $srcdir/$tack.h; then 365 404 cat >> Makefile <<CF_EOF 366 @@ -2526,6 +261 4,7 @@405 @@ -2526,6 +2612,7 @@ 367 406 CF_EOF 368 407 fi … … 372 411 dnl If we're installing into a subdirectory of /usr/include, etc., we should 373 412 dnl prepend the subdirectory's name to the "#include" paths. It won't hurt 374 @@ -2679,7 +276 8,7 @@413 @@ -2679,7 +2766,7 @@ 375 414 ]) 376 415 ]) … … 381 420 dnl Compute the library file-suffix from the given model name 382 421 dnl $1 = model name 383 @@ -2689,40 +277 8,44 @@422 @@ -2689,40 +2776,44 @@ 384 423 AC_DEFUN([CF_LIB_SUFFIX], 385 424 [ … … 437 476 $3=[$]$2 438 477 ;; 439 @@ -2755,7 +284 8,7 @@478 @@ -2755,7 +2846,7 @@ 440 479 test -n "$LIB_SUFFIX" && $2="${LIB_SUFFIX}[$]{$2}" 441 480 ])dnl … … 446 485 dnl Some systems have a non-ANSI linker that doesn't pull in modules that have 447 486 dnl only data (i.e., no functions), for example NeXT. On those systems we'll 448 @@ -2772,7 +286 5,7 @@487 @@ -2772,7 +2863,7 @@ 449 488 EOF 450 489 if AC_TRY_EVAL(ac_compile) ; then … … 455 494 rm -f conftest.$ac_ext data.o 456 495 cat >conftest.$ac_ext <<EOF 457 @@ -2791,7 +288 4,7 @@496 @@ -2791,7 +2882,7 @@ 458 497 EOF 459 498 if AC_TRY_EVAL(ac_compile); then … … 464 503 rm -f conftest.$ac_ext func.o 465 504 ( eval $RANLIB conftest.a ) 2>&AC_FD_CC >/dev/null 466 @@ -2956,7 +304 9,7 @@505 @@ -2956,7 +3047,7 @@ 467 506 AC_SUBST(MAKE_LOWER_TAGS) 468 507 ])dnl … … 473 512 dnl Option to allow user to override automatic configuration of manpage format. 474 513 dnl There are several special cases: 475 @@ -2998,7 +30 91,7 @@514 @@ -2998,7 +3089,7 @@ 476 515 cf_catonly=yes 477 516 cf_example=date … … 482 521 test -z "$cf_dir" && cf_dir=/usr/man 483 522 for cf_name in $cf_dir/man*/$cf_example.[[01]]* $cf_dir/cat*/$cf_example.[[01]]* $cf_dir/man*/$cf_example $cf_dir/cat*/$cf_example 484 @@ -3687,17 +37 80,17 @@523 @@ -3687,17 +3778,17 @@ 485 524 esac 486 525 ])dnl … … 505 544 dnl --------------------------------------------------------------------------- 506 545 dnl CF_PATH_SYNTAX version: 12 updated: 2008/03/23 14:45:59 507 @@ -3737,6 +38 30,38 @@546 @@ -3737,6 +3828,38 @@ 508 547 esac 509 548 ])dnl … … 544 583 dnl ----------------- 545 584 dnl Define _POSIX_C_SOURCE to the given level, and _POSIX_SOURCE if needed. 546 @@ -3872,6 +399 7,13 @@585 @@ -3872,6 +3995,13 @@ 547 586 548 587 ])dnl … … 558 597 dnl ----------- 559 598 dnl Check for awk, ensure that the check found something. 560 @@ -4003,7 +413 5,7 @@599 @@ -4003,7 +4133,7 @@ 561 600 esac 562 601 ])dnl … … 567 606 dnl Check for ldconfig, needed to fixup shared libraries that would be built 568 607 dnl and then used in the install. 569 @@ -4012,7 +414 4,7 @@608 @@ -4012,7 +4142,7 @@ 570 609 LDCONFIG=: 571 610 else … … 576 615 ;; 577 616 *) LDPATH=$PATH:/sbin:/usr/sbin 578 @@ -4147,7 +427 9,7 @@617 @@ -4147,7 +4277,7 @@ 579 618 fi 580 619 ])dnl … … 585 624 dnl -------------- 586 625 dnl Attempt to determine the appropriate CC/LD options for creating a shared 587 @@ -4176,6 +430 8,7 @@626 @@ -4176,6 +4306,7 @@ 588 627 AC_REQUIRE([CF_SUBST_NCURSES_VERSION]) 589 628 LOCAL_LDFLAGS= … … 593 632 INSTALL_LIB="-m 644" 594 633 595 @@ -4219,6 +435 2,12 @@634 @@ -4219,6 +4350,12 @@ 596 635 cf_cv_shlib_version_infix=no 597 636 … … 606 645 MK_SHARED_LIB='${CC} ${CFLAGS} -o $[@] -Xlinker -soname=`basename $[@]` -nostart -e 0' 607 646 ;; 608 @@ -4239,7 +437 8,7 @@647 @@ -4239,7 +4376,7 @@ 609 648 EOF 610 649 exec \[$]* -shared -Wl,--out-implib=../lib/\[$]{IMPORT_LIB} -Wl,--export-all-symbols -o ../lib/\[$]{SHARED_LIB} … … 615 654 darwin*) 616 655 EXTRA_CFLAGS="-no-cpp-precomp" 617 @@ -4272,10 +44 11,10 @@656 @@ -4272,10 +4409,10 @@ 618 657 irix*) 619 658 if test "$cf_cv_ld_rpath" = yes ; then … … 628 667 fi 629 668 fi 630 @@ -4294,7 +443 3,7 @@669 @@ -4294,7 +4431,7 @@ 631 670 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 632 671 fi … … 637 676 fi 638 677 CF_SHARED_SONAME 639 @@ -4306,12 +444 5,12 @@678 @@ -4306,12 +4443,12 @@ 640 679 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 641 680 fi … … 652 691 nto-qnx*|openbsd*|freebsd[[12]].*) 653 692 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 654 @@ -4323,15 +446 2,15 @@693 @@ -4323,15 +4460,15 @@ 655 694 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then 656 695 LOCAL_LDFLAGS="-rpath \$(LOCAL_LIBDIR)" … … 671 710 LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)" 672 711 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 673 @@ -4346,7 +448 5,7 @@712 @@ -4346,7 +4483,7 @@ 674 713 CF_SHARED_SONAME 675 714 MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname' -o $[@]' … … 680 719 ;; 681 720 osf*|mls+*) 682 @@ -4365,7 +450 4,7 @@721 @@ -4365,7 +4502,7 @@ 683 722 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 684 723 fi … … 689 728 fi 690 729 cf_cv_rm_so_locs=yes 691 @@ -4400,12 +453 9,19 @@730 @@ -4400,12 +4537,19 @@ 692 731 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 693 732 fi … … 711 750 else 712 751 MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $[@]' 713 @@ -4438,18 +458 4,19 @@752 @@ -4438,18 +4582,19 @@ 714 753 ;; 715 754 esac … … 735 774 AC_SUBST(MK_SHARED_LIB) 736 775 AC_SUBST(LINK_PROGS) 737 @@ -4642,7 +478 9,7 @@776 @@ -4642,7 +4787,7 @@ 738 777 fi 739 778 ])dnl … … 744 783 dnl For each parameter, test if the source-directory exists, and if it contains 745 784 dnl a 'modules' file. If so, add to the list $cf_cv_src_modules which we'll 746 @@ -4717,7 +486 4,11 @@785 @@ -4717,7 +4862,11 @@ 747 786 AC_SUBST(TEST_ARG2) 748 787 AC_SUBST(TEST_DEP2) … … 757 796 do 758 797 SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir" 759 @@ -4728,8 +487 9,8 @@798 @@ -4728,8 +4877,8 @@ 760 799 761 800 ADA_SUBDIRS= … … 768 807 769 808 SUB_MAKEFILES= 770 @@ -4739,11 +48 90,11 @@809 @@ -4739,11 +4888,11 @@ 771 810 done 772 811 … … 785 824 ])dnl 786 825 dnl --------------------------------------------------------------------------- 787 @@ -5241,7 +539 2,7 @@826 @@ -5241,7 +5390,7 @@ 788 827 fi 789 828 ]) 790 829 dnl --------------------------------------------------------------------------- 791 830 -dnl CF_WITH_LIBTOOL version: 19 updated: 2008/03/29 15:46:43 792 +dnl CF_WITH_LIBTOOL version: 2 0 updated: 2008/12/27 12:31:39831 +dnl CF_WITH_LIBTOOL version: 23 updated: 2009/03/28 14:26:27 793 832 dnl --------------- 794 833 dnl Provide a configure option to incorporate libtool. Define several useful 795 834 dnl symbols for the makefile rules. 796 @@ -5261,18 +541 2,18 @@835 @@ -5261,18 +5410,18 @@ 797 836 dnl echo cannot find libtool.m4 file 798 837 dnl exit 1 … … 817 856 dnl 818 857 AC_DEFUN([CF_WITH_LIBTOOL], 819 @@ -5306,1 5 +5457,15@@858 @@ -5306,17 +5455,17 @@ 820 859 AC_PROG_LIBTOOL 821 860 # missing_content_AC_PROG_LIBTOOL}} … … 837 876 + fi 838 877 ])dnl 839 LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o' 878 - LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o' 879 + LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o' 840 880 LIB_OBJECT='${OBJECTS:.o=.lo}' 841 @@ -5393,7 +5544,7 @@ 881 LIB_SUFFIX=.la 882 LIB_CLEAN='${LIBTOOL} --mode=clean' 883 @@ -5331,16 +5480,25 @@ 884 885 # Save the version in a cache variable - this is not entirely a good 886 # thing, but the version string from libtool is very ugly, and for 887 - # bug reports it might be useful to have the original string. 888 + # bug reports it might be useful to have the original string. "(" 889 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.]].*//'` 890 AC_MSG_RESULT($cf_cv_libtool_version) 891 if test -z "$cf_cv_libtool_version" ; then 892 AC_MSG_ERROR(This is not GNU libtool) 893 fi 894 895 + # special hack to add -no-undefined (which libtool should do for itself) 896 + LT_UNDEF= 897 + case "$cf_cv_system_name" in #(vi 898 + cygwin*|mingw32*|uwin*|aix[[456]]) #(vi 899 + LT_UNDEF=-no-undefined 900 + ;; 901 + esac 902 + AC_SUBST([LT_UNDEF]) 903 + 904 # special hack to add --tag option for C++ compiler 905 - case $cf_cv_libtool_version in 906 - 1.[[5-9]]*|[[2-9]]*) 907 + case $cf_cv_libtool_version in #(vi 908 + 1.[[5-9]]*|[[2-9]].[[0-9.a-z]]*) #(vi 909 LIBTOOL_CXX="$LIBTOOL --tag=CXX" 910 LIBTOOL="$LIBTOOL --tag=CC" 911 ;; 912 @@ -5393,7 +5551,7 @@ 842 913 AC_SUBST($3)dnl 843 914 ])dnl … … 848 919 dnl Process an option specifying a list of colon-separated paths. 849 920 dnl 850 @@ -5409,7 +556 0,7 @@921 @@ -5409,7 +5567,7 @@ 851 922 AC_ARG_WITH($1,[$2 ](default: ifelse($4,,empty,$4)),, 852 923 ifelse($4,,[withval=${$3}],[withval=${$3-ifelse($5,,$4,$5)}]))dnl … … 857 928 for cf_src_path in $withval 858 929 do 859 @@ -5535,7 +56 86,7 @@930 @@ -5535,7 +5693,7 @@ 860 931 [USE_VALGRIND]) 861 932 ])dnl … … 866 937 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions, 867 938 dnl or adapt to the vendor's definitions to get equivalent functionality, 868 @@ -5552,7 +57 03,7 @@939 @@ -5552,7 +5710,7 @@ 869 940 cf_POSIX_C_SOURCE=ifelse($2,,199506L,$2) 870 941 … … 875 946 ;; 876 947 freebsd*|dragonfly*) #(vi 877 @@ -5569,7 +572 0,7 @@948 @@ -5569,7 +5727,7 @@ 878 949 irix[[56]].*) #(vi 879 950 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 886 957 diff -Naur ncurses-5.7.orig/Ada95/gen/adacurses-config.in ncurses-5.7/Ada95/gen/adacurses-config.in 887 958 --- ncurses-5.7.orig/Ada95/gen/adacurses-config.in 2007-04-07 14:06:50.000000000 -0700 888 +++ ncurses-5.7/Ada95/gen/adacurses-config.in 2009-0 2-28 20:38:50.310805699 -0800959 +++ ncurses-5.7/Ada95/gen/adacurses-config.in 2009-06-05 14:01:07.000000000 -0700 889 960 @@ -1,18 +1,47 @@ 890 961 #! /bin/sh … … 958 1029 ;; 959 1030 esac 1031 diff -Naur ncurses-5.7.orig/Ada95/gen/gen.c ncurses-5.7/Ada95/gen/gen.c 1032 --- ncurses-5.7.orig/Ada95/gen/gen.c 2008-10-04 14:59:37.000000000 -0700 1033 +++ ncurses-5.7/Ada95/gen/gen.c 2009-06-05 14:01:24.000000000 -0700 1034 @@ -1,5 +1,5 @@ 1035 /**************************************************************************** 1036 - * Copyright (c) 1998,2007,2008 Free Software Foundation, Inc. * 1037 + * Copyright (c) 1998,2008,2009 Free Software Foundation, Inc. * 1038 * * 1039 * Permission is hereby granted, free of charge, to any person obtaining a * 1040 * copy of this software and associated documentation files (the * 1041 @@ -32,7 +32,7 @@ 1042 1043 /* 1044 Version Control 1045 - $Id: gen.c,v 1.49 2008/10/04 21:59:37 tom Exp $ 1046 + $Id: gen.c,v 1.50 2009/03/21 21:34:20 tom Exp $ 1047 --------------------------------------------------------------------------*/ 1048 /* 1049 This program generates various record structures and constants from the 1050 @@ -778,7 +778,9 @@ 1051 #if USE_REENTRANT || BROKEN_LINKER 1052 printf(" type C_ACS_Ptr is access C_ACS_Map;\n"); 1053 printf(" function ACS_Map return C_ACS_Ptr;\n"); 1054 - printf(" pragma Import (C, ACS_Map, \"_nc_acs_map\");\n"); 1055 + printf(" pragma Import (C, ACS_Map, \"" 1056 + NCURSES_WRAP_PREFIX 1057 + "acs_map\");\n"); 1058 #else 1059 printf(" ACS_Map : C_ACS_Map;\n"); 1060 printf(" pragma Import (C, ACS_Map, \"acs_map\");\n"); 1061 @@ -1034,7 +1036,7 @@ 1062 printf(" function %s return %s\n", ada_func, ada_type); 1063 printf(" is\n"); 1064 printf(" function Result return %s;\n", c_type); 1065 - printf(" pragma Import (C, Result, \"_nc_%s\");\n", c_var); 1066 + printf(" pragma Import (C, Result, \"" NCURSES_WRAP_PREFIX "%s\");\n", c_var); 1067 printf(" begin\n"); 1068 if (strcmp(c_type, ada_type)) 1069 printf(" return %s (Result);\n", ada_type); 960 1070 diff -Naur ncurses-5.7.orig/Ada95/gen/Makefile.in ncurses-5.7/Ada95/gen/Makefile.in 961 1071 --- ncurses-5.7.orig/Ada95/gen/Makefile.in 2008-10-04 15:58:31.000000000 -0700 962 +++ ncurses-5.7/Ada95/gen/Makefile.in 2009-0 2-28 20:38:50.306805140 -08001072 +++ ncurses-5.7/Ada95/gen/Makefile.in 2009-06-05 14:01:07.000000000 -0700 963 1073 @@ -1,5 +1,5 @@ 964 1074 ############################################################################## … … 1016 1126 diff -Naur ncurses-5.7.orig/Ada95/samples/Makefile.in ncurses-5.7/Ada95/samples/Makefile.in 1017 1127 --- ncurses-5.7.orig/Ada95/samples/Makefile.in 2006-12-17 08:45:02.000000000 -0800 1018 +++ ncurses-5.7/Ada95/samples/Makefile.in 2009-0 2-28 20:38:50.310805699 -08001128 +++ ncurses-5.7/Ada95/samples/Makefile.in 2009-06-05 14:01:07.000000000 -0700 1019 1129 @@ -1,5 +1,5 @@ 1020 1130 ############################################################################## … … 1055 1165 diff -Naur ncurses-5.7.orig/Ada95/src/Makefile.in ncurses-5.7/Ada95/src/Makefile.in 1056 1166 --- ncurses-5.7.orig/Ada95/src/Makefile.in 2007-09-15 11:22:24.000000000 -0700 1057 +++ ncurses-5.7/Ada95/src/Makefile.in 2009-0 2-28 20:38:50.310805699 -08001167 +++ ncurses-5.7/Ada95/src/Makefile.in 2009-06-05 14:01:07.000000000 -0700 1058 1168 @@ -1,5 +1,5 @@ 1059 1169 ############################################################################## … … 1147 1257 diff -Naur ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 1148 1258 --- ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb 2008-07-26 11:51:11.000000000 -0700 1149 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 2009-0 2-28 20:38:37.153962564 -08001259 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 2009-06-05 14:00:52.000000000 -0700 1150 1260 @@ -35,8 +35,8 @@ 1151 1261 ------------------------------------------------------------------------------ … … 1170 1280 diff -Naur ncurses-5.7.orig/c++/cursesw.cc ncurses-5.7/c++/cursesw.cc 1171 1281 --- ncurses-5.7.orig/c++/cursesw.cc 2007-12-15 15:01:57.000000000 -0800 1172 +++ ncurses-5.7/c++/cursesw.cc 2009-0 2-28 20:38:37.161961447 -08001282 +++ ncurses-5.7/c++/cursesw.cc 2009-06-05 14:01:30.000000000 -0700 1173 1283 @@ -1,6 +1,6 @@ 1174 1284 // * this is for making emacs happy: -*-Mode: C++;-*- 1175 1285 /**************************************************************************** 1176 1286 - * Copyright (c) 2007 Free Software Foundation, Inc. * 1177 + * Copyright (c) 2007 ,2008 Free Software Foundation, Inc.*1287 + * Copyright (c) 2007-2008,2009 Free Software Foundation, Inc. * 1178 1288 * * 1179 1289 * Permission is hereby granted, free of charge, to any person obtaining a * … … 1184 1294 1185 1295 -MODULE_ID("$Id: cursesw.cc,v 1.49 2007/12/15 23:01:57 tom Exp $") 1186 +MODULE_ID("$Id: cursesw.cc,v 1.5 0 2008/11/23 00:17:31 juergenExp $")1296 +MODULE_ID("$Id: cursesw.cc,v 1.51 2009/03/28 21:31:37 tom Exp $") 1187 1297 1188 1298 #define COLORS_NEED_INITIALIZATION -1 … … 1196 1306 1197 1307 int _nc_xx_ripoff_init(WINDOW *w, int ncols) 1198 @@ -464,7 +463,7 @@ 1308 @@ -296,8 +295,7 @@ 1309 1310 RIPOFFINIT init = *prip++; 1311 if (init) { 1312 - NCursesWindow* W = new NCursesWindow(w,ncols); 1313 - res = init(*W); 1314 + res = init(*(new NCursesWindow(w,ncols))); 1315 } 1316 return res; 1317 } 1318 @@ -464,7 +462,7 @@ 1199 1319 #if HAVE_HAS_KEY 1200 1320 bool NCursesWindow::has_mouse() const … … 1205 1325 } 1206 1326 #endif 1327 diff -Naur ncurses-5.7.orig/c++/demo.cc ncurses-5.7/c++/demo.cc 1328 --- ncurses-5.7.orig/c++/demo.cc 2008-08-04 10:16:57.000000000 -0700 1329 +++ ncurses-5.7/c++/demo.cc 2009-06-05 14:01:49.000000000 -0700 1330 @@ -35,7 +35,7 @@ 1331 * Demo code for NCursesMenu and NCursesForm written by 1332 * Juergen Pfeifer 1333 * 1334 - * $Id: demo.cc,v 1.38 2008/08/04 17:16:57 tom Exp $ 1335 + * $Id: demo.cc,v 1.39 2008/12/07 02:07:34 juergen Exp $ 1336 */ 1337 1338 #include "internal.h" 1339 @@ -43,7 +43,13 @@ 1340 #include "cursesm.h" 1341 #include "cursesf.h" 1342 1343 +#ifdef __MINGW32__ 1344 +#undef KEY_EVENT 1345 +#endif 1346 + 1347 +#ifndef __MINGW32__ 1348 extern "C" unsigned int sleep(unsigned int); 1349 +#endif 1350 1351 #undef index // needed for NeXT 1352 1353 diff -Naur ncurses-5.7.orig/c++/internal.h ncurses-5.7/c++/internal.h 1354 --- ncurses-5.7.orig/c++/internal.h 2008-10-25 14:35:44.000000000 -0700 1355 +++ ncurses-5.7/c++/internal.h 2009-06-05 14:01:49.000000000 -0700 1356 @@ -31,7 +31,7 @@ 1357 * Author: Juergen Pfeifer, 1997 * 1358 ****************************************************************************/ 1359 1360 -// $Id: internal.h,v 1.16 2008/10/25 21:35:44 tom Exp $ 1361 +// $Id: internal.h,v 1.17 2008/12/07 02:07:34 juergen Exp $ 1362 1363 #ifndef NCURSES_CPLUS_INTERNAL_H 1364 #define NCURSES_CPLUS_INTERNAL_H 1 1365 @@ -44,6 +44,11 @@ 1366 #define MODULE_ID(id) /*nothing*/ 1367 #endif 1368 1369 +#ifdef __MINGW32__ 1370 +#include <nc_mingw.h> 1371 +#undef KEY_EVENT 1372 +#endif 1373 + 1374 #ifndef _QNX_SOURCE 1375 #include <stdlib.h> 1376 #include <string.h> 1207 1377 diff -Naur ncurses-5.7.orig/c++/Makefile.in ncurses-5.7/c++/Makefile.in 1208 1378 --- ncurses-5.7.orig/c++/Makefile.in 2007-04-28 08:29:12.000000000 -0700 1209 +++ ncurses-5.7/c++/Makefile.in 2009-0 2-28 20:38:46.290546165 -08001379 +++ ncurses-5.7/c++/Makefile.in 2009-06-05 14:01:30.000000000 -0700 1210 1380 @@ -1,6 +1,6 @@ 1211 1381 -# $Id: Makefile.in,v 1.84 2007/04/28 15:29:12 tom Exp $ 1212 +# $Id: Makefile.in,v 1.8 5 2009/01/03 19:10:40 tomExp $1382 +# $Id: Makefile.in,v 1.87 2009/03/28 18:22:39 Charles.Wilson Exp $ 1213 1383 ############################################################################## 1214 1384 -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # … … 1217 1387 # Permission is hereby granted, free of charge, to any person obtaining a # 1218 1388 # copy of this software and associated documentation files (the "Software"), # 1219 @@ -61,10 +61,10 @@ 1389 @@ -55,16 +55,17 @@ 1390 LIBTOOL_LINK = @LIB_LINK@ 1391 LIBTOOL_INSTALL = @LIB_INSTALL@ 1392 LIBTOOL_UNINSTALL = @LIB_UNINSTALL@ 1393 +LT_UNDEF = @LT_UNDEF@ 1394 1395 INSTALL = @INSTALL@ 1396 INSTALL_LIB = @INSTALL@ @INSTALL_LIB@ 1220 1397 INSTALL_DATA = @INSTALL_DATA@ 1221 1398 … … 1230 1407 1231 1408 CXX = @CXX@ 1232 @@ -153,7 +153,7 @@ 1409 @@ -95,7 +96,7 @@ 1410 1411 LINK = @LINK_PROGS@ $(LIBTOOL_LINK) @CXXLDFLAGS@ 1412 SHLIB_DIRS = -L../lib 1413 -SHLIB_LIST = $(SHLIB_DIRS) -lncurses@LIB_SUFFIX@ @SHLIB_LIST@ 1414 +SHLIB_LIST = $(SHLIB_DIRS) -lform@LIB_SUFFIX@ -lmenu@LIB_SUFFIX@ -lpanel@LIB_SUFFIX@ -lncurses@LIB_SUFFIX@ @SHLIB_LIST@ 1415 1416 LIBROOT = ncurses++ 1417 1418 @@ -153,14 +154,14 @@ 1233 1419 $(MODEL)/cursesmain$o 1234 1420 … … 1239 1425 1240 1426 ../lib/$(LIBNAME_LIBTOOL) : $(LIB_OBJS) 1427 cd ../lib && $(LIBTOOL_LINK) $(CXX) $(CXXFLAGS) \ 1428 -o $(LIBNAME) $(LIB_OBJS:$o=.lo) \ 1429 -rpath $(INSTALL_PREFIX)$(libdir) \ 1430 - -version-info $(NCURSES_MAJOR):$(NCURSES_MINOR) $(SHLIB_LIST) 1431 + -version-info $(NCURSES_MAJOR):$(NCURSES_MINOR) $(LT_UNDEF) $(SHLIB_LIST) 1432 1433 OBJS_DEMO = $(MODEL)/demo$o 1434 1241 1435 diff -Naur ncurses-5.7.orig/config.guess ncurses-5.7/config.guess 1242 1436 --- ncurses-5.7.orig/config.guess 2008-08-30 13:25:07.000000000 -0700 1243 +++ ncurses-5.7/config.guess 2009-0 2-28 20:38:46.290546165 -08001437 +++ ncurses-5.7/config.guess 2009-06-05 14:01:03.000000000 -0700 1244 1438 @@ -4,7 +4,7 @@ 1245 1439 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 … … 1311 1505 diff -Naur ncurses-5.7.orig/config.sub ncurses-5.7/config.sub 1312 1506 --- ncurses-5.7.orig/config.sub 2008-08-30 13:25:02.000000000 -0700 1313 +++ ncurses-5.7/config.sub 2009-0 2-28 20:38:46.290546165 -08001507 +++ ncurses-5.7/config.sub 2009-06-05 14:01:03.000000000 -0700 1314 1508 @@ -4,7 +4,7 @@ 1315 1509 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 … … 1395 1589 diff -Naur ncurses-5.7.orig/configure ncurses-5.7/configure 1396 1590 --- ncurses-5.7.orig/configure 2008-10-25 17:04:38.000000000 -0700 1397 +++ ncurses-5.7/configure 2009-0 2-28 20:38:57.039235088 -08001591 +++ ncurses-5.7/configure 2009-06-05 14:01:31.000000000 -0700 1398 1592 @@ -1,7 +1,7 @@ 1399 1593 #! /bin/sh 1400 1594 -# From configure.in Revision: 1.454 . 1401 +# From configure.in Revision: 1.4 66.1595 +# From configure.in Revision: 1.470 . 1402 1596 # Guess values for system-dependent variables and create Makefiles. 1403 1597 -# Generated by Autoconf 2.52.20080325. … … 1426 1620 --enable-ext-colors compile for 256-color support 1427 1621 --enable-ext-mouse compile for extended mouse-encoding 1428 @@ -870,7 +874,7 @@ 1622 @@ -780,6 +784,7 @@ 1623 --with-pthread use POSIX thread library 1624 --enable-weak-symbols enable weak-symbols for pthreads 1625 --enable-reentrant compile with experimental reentrant code 1626 + --with-wrap-prefix=XXX override prefix used for public variables 1627 --enable-safe-sprintf compile with experimental safe-sprintf code 1628 --disable-scroll-hints compile without scroll-hints code 1629 --enable-wgetch-events compile with experimental wgetch-events code 1630 @@ -870,7 +875,7 @@ 1429 1631 running configure, to aid debugging if configure makes a mistake. 1430 1632 … … 1435 1637 $ $0 $@ 1436 1638 1437 @@ -994,7 +99 8,7 @@1639 @@ -994,7 +999,7 @@ 1438 1640 fi 1439 1641 for ac_site_file in $CONFIG_SITE; do 1440 1642 if test -r "$ac_site_file"; then 1441 1643 - { echo "$as_me:997: loading site script $ac_site_file" >&5 1442 + { echo "$as_me:100 1: loading site script $ac_site_file" >&51644 + { echo "$as_me:1002: loading site script $ac_site_file" >&5 1443 1645 echo "$as_me: loading site script $ac_site_file" >&6;} 1444 1646 cat "$ac_site_file" >&5 1445 1647 . "$ac_site_file" 1446 @@ -1005,7 +10 09,7 @@1648 @@ -1005,7 +1010,7 @@ 1447 1649 # Some versions of bash will fail to source /dev/null (special 1448 1650 # files actually), so we avoid doing that. 1449 1651 if test -f "$cache_file"; then 1450 1652 - { echo "$as_me:1008: loading cache $cache_file" >&5 1451 + { echo "$as_me:101 2: loading cache $cache_file" >&51653 + { echo "$as_me:1013: loading cache $cache_file" >&5 1452 1654 echo "$as_me: loading cache $cache_file" >&6;} 1453 1655 case $cache_file in 1454 1656 [\\/]* | ?:[\\/]* ) . $cache_file;; 1455 @@ -1013,7 +101 7,7 @@1657 @@ -1013,7 +1018,7 @@ 1456 1658 esac 1457 1659 fi 1458 1660 else 1459 1661 - { echo "$as_me:1016: creating cache $cache_file" >&5 1460 + { echo "$as_me:102 0: creating cache $cache_file" >&51662 + { echo "$as_me:1021: creating cache $cache_file" >&5 1461 1663 echo "$as_me: creating cache $cache_file" >&6;} 1462 1664 >$cache_file 1463 1665 fi 1464 @@ -1029,21 +103 3,21 @@1666 @@ -1029,21 +1034,21 @@ 1465 1667 eval ac_new_val="\$ac_env_${ac_var}_value" 1466 1668 case $ac_old_set,$ac_new_set in 1467 1669 set,) 1468 1670 - { echo "$as_me:1032: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1469 + { echo "$as_me:103 6: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51671 + { echo "$as_me:1037: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1470 1672 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1471 1673 ac_cache_corrupted=: ;; 1472 1674 ,set) 1473 1675 - { echo "$as_me:1036: error: \`$ac_var' was not set in the previous run" >&5 1474 + { echo "$as_me:104 0: error: \`$ac_var' was not set in the previous run" >&51676 + { echo "$as_me:1041: error: \`$ac_var' was not set in the previous run" >&5 1475 1677 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1476 1678 ac_cache_corrupted=: ;; … … 1479 1681 if test "x$ac_old_val" != "x$ac_new_val"; then 1480 1682 - { echo "$as_me:1042: error: \`$ac_var' has changed since the previous run:" >&5 1481 + { echo "$as_me:104 6: error: \`$ac_var' has changed since the previous run:" >&51683 + { echo "$as_me:1047: error: \`$ac_var' has changed since the previous run:" >&5 1482 1684 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1483 1685 - { echo "$as_me:1044: former value: $ac_old_val" >&5 1484 + { echo "$as_me:104 8: former value: $ac_old_val" >&51686 + { echo "$as_me:1049: former value: $ac_old_val" >&5 1485 1687 echo "$as_me: former value: $ac_old_val" >&2;} 1486 1688 - { echo "$as_me:1046: current value: $ac_new_val" >&5 1487 + { echo "$as_me:105 0: current value: $ac_new_val" >&51689 + { echo "$as_me:1051: current value: $ac_new_val" >&5 1488 1690 echo "$as_me: current value: $ac_new_val" >&2;} 1489 1691 ac_cache_corrupted=: 1490 1692 fi;; 1491 @@ -1062,9 +106 6,9 @@1693 @@ -1062,9 +1067,9 @@ 1492 1694 fi 1493 1695 done 1494 1696 if $ac_cache_corrupted; then 1495 1697 - { echo "$as_me:1065: error: changes in the environment can compromise the build" >&5 1496 + { echo "$as_me:10 69: error: changes in the environment can compromise the build" >&51698 + { echo "$as_me:1070: error: changes in the environment can compromise the build" >&5 1497 1699 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1498 1700 - { { echo "$as_me:1067: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1499 + { { echo "$as_me:107 1: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51701 + { { echo "$as_me:1072: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1500 1702 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1501 1703 { (exit 1); exit 1; }; } 1502 1704 fi 1503 @@ -1085,10 +10 89,10 @@1705 @@ -1085,10 +1090,10 @@ 1504 1706 echo "#! $SHELL" >conftest.sh 1505 1707 echo "exit 0" >>conftest.sh 1506 1708 chmod +x conftest.sh 1507 1709 -if { (echo "$as_me:1088: PATH=\".;.\"; conftest.sh") >&5 1508 +if { (echo "$as_me:109 2: PATH=\".;.\"; conftest.sh") >&51710 +if { (echo "$as_me:1093: PATH=\".;.\"; conftest.sh") >&5 1509 1711 (PATH=".;."; conftest.sh) 2>&5 1510 1712 ac_status=$? 1511 1713 - echo "$as_me:1091: \$? = $ac_status" >&5 1512 + echo "$as_me:109 5: \$? = $ac_status" >&51714 + echo "$as_me:1096: \$? = $ac_status" >&5 1513 1715 (exit $ac_status); }; then 1514 1716 ac_path_separator=';' 1515 1717 else 1516 @@ -1101,7 +110 5,7 @@1718 @@ -1101,7 +1106,7 @@ 1517 1719 1518 1720 top_builddir=`pwd` 1519 1721 1520 1722 -echo "$as_me:1104: checking for egrep" >&5 1521 +echo "$as_me:110 8: checking for egrep" >&51723 +echo "$as_me:1109: checking for egrep" >&5 1522 1724 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 1523 1725 if test "${ac_cv_prog_egrep+set}" = set; then 1524 1726 echo $ECHO_N "(cached) $ECHO_C" >&6 1525 @@ -1111,11 +111 5,11 @@1727 @@ -1111,11 +1116,11 @@ 1526 1728 else ac_cv_prog_egrep='egrep' 1527 1729 fi 1528 1730 fi 1529 1731 -echo "$as_me:1114: result: $ac_cv_prog_egrep" >&5 1530 +echo "$as_me:111 8: result: $ac_cv_prog_egrep" >&51732 +echo "$as_me:1119: result: $ac_cv_prog_egrep" >&5 1531 1733 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 1532 1734 EGREP=$ac_cv_prog_egrep 1533 1735 1534 1736 -test -z "$EGREP" && { { echo "$as_me:1118: error: No egrep program found" >&5 1535 +test -z "$EGREP" && { { echo "$as_me:112 2: error: No egrep program found" >&51737 +test -z "$EGREP" && { { echo "$as_me:1123: error: No egrep program found" >&5 1536 1738 echo "$as_me: error: No egrep program found" >&2;} 1537 1739 { (exit 1); exit 1; }; } 1538 1740 1539 @@ -1125,7 +11 29,7 @@1741 @@ -1125,7 +1130,7 @@ 1540 1742 cf_cv_abi_version=${NCURSES_MAJOR} 1541 1743 cf_cv_rel_version=${NCURSES_MAJOR}.${NCURSES_MINOR} 1542 1744 cf_cv_timestamp=`date` 1543 1745 -echo "$as_me:1128: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5 1544 +echo "$as_me:113 2: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&51746 +echo "$as_me:1133: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5 1545 1747 echo "${ECHO_T}Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&6 1546 1748 1547 1749 test -z "$cf_cv_rel_version" && cf_cv_rel_version=0.0 1548 @@ -1133,7 +113 7,7 @@1750 @@ -1133,7 +1138,7 @@ 1549 1751 # Check whether --with-rel-version or --without-rel-version was given. 1550 1752 if test "${with_rel_version+set}" = set; then 1551 1753 withval="$with_rel_version" 1552 1754 - { echo "$as_me:1136: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5 1553 + { echo "$as_me:114 0: WARNING: overriding release version $cf_cv_rel_version to $withval" >&51755 + { echo "$as_me:1141: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5 1554 1756 echo "$as_me: WARNING: overriding release version $cf_cv_rel_version to $withval" >&2;} 1555 1757 cf_cv_rel_version=$withval 1556 1758 fi; 1557 @@ -1146,13 +115 0,13 @@1759 @@ -1146,13 +1151,13 @@ 1558 1760 [0-9]*) #(vi 1559 1761 ;; 1560 1762 *) 1561 1763 - { { echo "$as_me:1149: error: Release major-version is not a number: $NCURSES_MAJOR" >&5 1562 + { { echo "$as_me:115 3: error: Release major-version is not a number: $NCURSES_MAJOR" >&51764 + { { echo "$as_me:1154: error: Release major-version is not a number: $NCURSES_MAJOR" >&5 1563 1765 echo "$as_me: error: Release major-version is not a number: $NCURSES_MAJOR" >&2;} 1564 1766 { (exit 1); exit 1; }; } … … 1567 1769 else 1568 1770 - { { echo "$as_me:1155: error: Release major-version value is empty" >&5 1569 + { { echo "$as_me:11 59: error: Release major-version value is empty" >&51771 + { { echo "$as_me:1160: error: Release major-version value is empty" >&5 1570 1772 echo "$as_me: error: Release major-version value is empty" >&2;} 1571 1773 { (exit 1); exit 1; }; } 1572 1774 fi 1573 @@ -1162,13 +116 6,13 @@1775 @@ -1162,13 +1167,13 @@ 1574 1776 [0-9]*) #(vi 1575 1777 ;; 1576 1778 *) 1577 1779 - { { echo "$as_me:1165: error: Release minor-version is not a number: $NCURSES_MINOR" >&5 1578 + { { echo "$as_me:11 69: error: Release minor-version is not a number: $NCURSES_MINOR" >&51780 + { { echo "$as_me:1170: error: Release minor-version is not a number: $NCURSES_MINOR" >&5 1579 1781 echo "$as_me: error: Release minor-version is not a number: $NCURSES_MINOR" >&2;} 1580 1782 { (exit 1); exit 1; }; } … … 1583 1785 else 1584 1786 - { { echo "$as_me:1171: error: Release minor-version value is empty" >&5 1585 + { { echo "$as_me:117 5: error: Release minor-version value is empty" >&51787 + { { echo "$as_me:1176: error: Release minor-version value is empty" >&5 1586 1788 echo "$as_me: error: Release minor-version value is empty" >&2;} 1587 1789 { (exit 1); exit 1; }; } 1588 1790 fi 1589 @@ -1178,7 +118 2,7 @@1791 @@ -1178,7 +1183,7 @@ 1590 1792 # Check whether --with-abi-version or --without-abi-version was given. 1591 1793 if test "${with_abi_version+set}" = set; then 1592 1794 withval="$with_abi_version" 1593 1795 - { echo "$as_me:1181: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5 1594 + { echo "$as_me:118 5: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&51796 + { echo "$as_me:1186: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5 1595 1797 echo "$as_me: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&2;} 1596 1798 cf_cv_abi_version=$withval 1597 1799 fi; 1598 @@ -1188,13 +119 2,13 @@1800 @@ -1188,13 +1193,13 @@ 1599 1801 [0-9]*) #(vi 1600 1802 ;; 1601 1803 *) 1602 1804 - { { echo "$as_me:1191: error: ABI version is not a number: $cf_cv_abi_version" >&5 1603 + { { echo "$as_me:119 5: error: ABI version is not a number: $cf_cv_abi_version" >&51805 + { { echo "$as_me:1196: error: ABI version is not a number: $cf_cv_abi_version" >&5 1604 1806 echo "$as_me: error: ABI version is not a number: $cf_cv_abi_version" >&2;} 1605 1807 { (exit 1); exit 1; }; } … … 1608 1810 else 1609 1811 - { { echo "$as_me:1197: error: ABI version value is empty" >&5 1610 + { { echo "$as_me:120 1: error: ABI version value is empty" >&51812 + { { echo "$as_me:1202: error: ABI version value is empty" >&5 1611 1813 echo "$as_me: error: ABI version value is empty" >&2;} 1612 1814 { (exit 1); exit 1; }; } 1613 1815 fi 1614 @@ -1216,7 +122 0,7 @@1816 @@ -1216,7 +1221,7 @@ 1615 1817 fi 1616 1818 done 1617 1819 if test -z "$ac_aux_dir"; then 1618 1820 - { { echo "$as_me:1219: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1619 + { { echo "$as_me:122 3: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&51821 + { { echo "$as_me:1224: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1620 1822 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1621 1823 { (exit 1); exit 1; }; } 1622 1824 fi 1623 @@ -1226,11 +123 0,11 @@1825 @@ -1226,11 +1231,11 @@ 1624 1826 1625 1827 # Make sure we can run config.sub. 1626 1828 $ac_config_sub sun4 >/dev/null 2>&1 || 1627 1829 - { { echo "$as_me:1229: error: cannot run $ac_config_sub" >&5 1628 + { { echo "$as_me:123 3: error: cannot run $ac_config_sub" >&51830 + { { echo "$as_me:1234: error: cannot run $ac_config_sub" >&5 1629 1831 echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1630 1832 { (exit 1); exit 1; }; } 1631 1833 1632 1834 -echo "$as_me:1233: checking build system type" >&5 1633 +echo "$as_me:123 7: checking build system type" >&51835 +echo "$as_me:1238: checking build system type" >&5 1634 1836 echo $ECHO_N "checking build system type... $ECHO_C" >&6 1635 1837 if test "${ac_cv_build+set}" = set; then 1636 1838 echo $ECHO_N "(cached) $ECHO_C" >&6 1637 @@ -1239,23 +124 3,23 @@1839 @@ -1239,23 +1244,23 @@ 1638 1840 test -z "$ac_cv_build_alias" && 1639 1841 ac_cv_build_alias=`$ac_config_guess` 1640 1842 test -z "$ac_cv_build_alias" && 1641 1843 - { { echo "$as_me:1242: error: cannot guess build type; you must specify one" >&5 1642 + { { echo "$as_me:124 6: error: cannot guess build type; you must specify one" >&51844 + { { echo "$as_me:1247: error: cannot guess build type; you must specify one" >&5 1643 1845 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1644 1846 { (exit 1); exit 1; }; } 1645 1847 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 1646 1848 - { { echo "$as_me:1246: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1647 + { { echo "$as_me:125 0: error: $ac_config_sub $ac_cv_build_alias failed." >&51849 + { { echo "$as_me:1251: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1648 1850 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} 1649 1851 { (exit 1); exit 1; }; } … … 1651 1853 fi 1652 1854 -echo "$as_me:1251: result: $ac_cv_build" >&5 1653 +echo "$as_me:125 5: result: $ac_cv_build" >&51855 +echo "$as_me:1256: result: $ac_cv_build" >&5 1654 1856 echo "${ECHO_T}$ac_cv_build" >&6 1655 1857 build=$ac_cv_build … … 1659 1861 1660 1862 -echo "$as_me:1258: checking host system type" >&5 1661 +echo "$as_me:126 2: checking host system type" >&51863 +echo "$as_me:1263: checking host system type" >&5 1662 1864 echo $ECHO_N "checking host system type... $ECHO_C" >&6 1663 1865 if test "${ac_cv_host+set}" = set; then 1664 1866 echo $ECHO_N "(cached) $ECHO_C" >&6 1665 @@ -1264,12 +126 8,12 @@1867 @@ -1264,12 +1269,12 @@ 1666 1868 test -z "$ac_cv_host_alias" && 1667 1869 ac_cv_host_alias=$ac_cv_build_alias 1668 1870 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 1669 1871 - { { echo "$as_me:1267: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1670 + { { echo "$as_me:127 1: error: $ac_config_sub $ac_cv_host_alias failed" >&51872 + { { echo "$as_me:1272: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1671 1873 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 1672 1874 { (exit 1); exit 1; }; } … … 1674 1876 fi 1675 1877 -echo "$as_me:1272: result: $ac_cv_host" >&5 1676 +echo "$as_me:127 6: result: $ac_cv_host" >&51878 +echo "$as_me:1277: result: $ac_cv_host" >&5 1677 1879 echo "${ECHO_T}$ac_cv_host" >&6 1678 1880 host=$ac_cv_host 1679 1881 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1680 @@ -1277,7 +128 1,7 @@1882 @@ -1277,7 +1282,7 @@ 1681 1883 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1682 1884 1683 1885 if test -f $srcdir/config.guess || test -f $ac_aux_dir/config.guess ; then 1684 1886 - echo "$as_me:1280: checking target system type" >&5 1685 + echo "$as_me:128 4: checking target system type" >&51887 + echo "$as_me:1285: checking target system type" >&5 1686 1888 echo $ECHO_N "checking target system type... $ECHO_C" >&6 1687 1889 if test "${ac_cv_target+set}" = set; then 1688 1890 echo $ECHO_N "(cached) $ECHO_C" >&6 1689 @@ -1286,12 +129 0,12 @@1891 @@ -1286,12 +1291,12 @@ 1690 1892 test "x$ac_cv_target_alias" = "x" && 1691 1893 ac_cv_target_alias=$ac_cv_host_alias 1692 1894 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || 1693 1895 - { { echo "$as_me:1289: error: $ac_config_sub $ac_cv_target_alias failed" >&5 1694 + { { echo "$as_me:129 3: error: $ac_config_sub $ac_cv_target_alias failed" >&51896 + { { echo "$as_me:1294: error: $ac_config_sub $ac_cv_target_alias failed" >&5 1695 1897 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} 1696 1898 { (exit 1); exit 1; }; } … … 1698 1900 fi 1699 1901 -echo "$as_me:1294: result: $ac_cv_target" >&5 1700 +echo "$as_me:129 8: result: $ac_cv_target" >&51902 +echo "$as_me:1299: result: $ac_cv_target" >&5 1701 1903 echo "${ECHO_T}$ac_cv_target" >&6 1702 1904 target=$ac_cv_target 1703 1905 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1704 @@ -1322,13 +132 6,13 @@1906 @@ -1322,13 +1327,13 @@ 1705 1907 fi 1706 1908 1707 1909 test -z "$system_name" && system_name="$cf_cv_system_name" 1708 1910 -test -n "$cf_cv_system_name" && echo "$as_me:1325: result: Configuring for $cf_cv_system_name" >&5 1709 +test -n "$cf_cv_system_name" && echo "$as_me:13 29: result: Configuring for $cf_cv_system_name" >&51911 +test -n "$cf_cv_system_name" && echo "$as_me:1330: result: Configuring for $cf_cv_system_name" >&5 1710 1912 echo "${ECHO_T}Configuring for $cf_cv_system_name" >&6 1711 1913 1712 1914 if test ".$system_name" != ".$cf_cv_system_name" ; then 1713 1915 - echo "$as_me:1329: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 1714 + echo "$as_me:133 3: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&51916 + echo "$as_me:1334: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 1715 1917 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&6 1716 1918 - { { echo "$as_me:1331: error: \"Please remove config.cache and try again.\"" >&5 1717 + { { echo "$as_me:133 5: error: \"Please remove config.cache and try again.\"" >&51919 + { { echo "$as_me:1336: error: \"Please remove config.cache and try again.\"" >&5 1718 1920 echo "$as_me: error: \"Please remove config.cache and try again.\"" >&2;} 1719 1921 { (exit 1); exit 1; }; } 1720 1922 fi 1721 @@ -1336,7 +134 0,7 @@1923 @@ -1336,7 +1341,7 @@ 1722 1924 # Check whether --with-system-type or --without-system-type was given. 1723 1925 if test "${with_system_type+set}" = set; then 1724 1926 withval="$with_system_type" 1725 1927 - { echo "$as_me:1339: WARNING: overriding system type to $withval" >&5 1726 + { echo "$as_me:134 3: WARNING: overriding system type to $withval" >&51928 + { echo "$as_me:1344: WARNING: overriding system type to $withval" >&5 1727 1929 echo "$as_me: WARNING: overriding system type to $withval" >&2;} 1728 1930 cf_cv_system_name=$withval 1729 1931 fi; 1730 @@ -1346,7 +135 0,7 @@1932 @@ -1346,7 +1351,7 @@ 1731 1933 1732 1934 ### Default install-location 1733 1935 1734 1936 -echo "$as_me:1349: checking for prefix" >&5 1735 +echo "$as_me:135 3: checking for prefix" >&51937 +echo "$as_me:1354: checking for prefix" >&5 1736 1938 echo $ECHO_N "checking for prefix... $ECHO_C" >&6 1737 1939 if test "x$prefix" = "xNONE" ; then 1738 1940 case "$cf_cv_system_name" in 1739 @@ -1358,11 +136 2,11 @@1941 @@ -1358,11 +1363,11 @@ 1740 1942 ;; 1741 1943 esac 1742 1944 fi 1743 1945 -echo "$as_me:1361: result: $prefix" >&5 1744 +echo "$as_me:136 5: result: $prefix" >&51946 +echo "$as_me:1366: result: $prefix" >&5 1745 1947 echo "${ECHO_T}$prefix" >&6 1746 1948 1747 1949 if test "x$prefix" = "xNONE" ; then 1748 1950 -echo "$as_me:1365: checking for default include-directory" >&5 1749 +echo "$as_me:13 69: checking for default include-directory" >&51951 +echo "$as_me:1370: checking for default include-directory" >&5 1750 1952 echo $ECHO_N "checking for default include-directory... $ECHO_C" >&6 1751 1953 test -n "$verbose" && echo 1>&6 1752 1954 for cf_symbol in \ 1753 @@ -1385,7 +13 89,7 @@1955 @@ -1385,7 +1390,7 @@ 1754 1956 fi 1755 1957 test -n "$verbose" && echo " tested $cf_dir" 1>&6 1756 1958 done 1757 1959 -echo "$as_me:1388: result: $includedir" >&5 1758 +echo "$as_me:139 2: result: $includedir" >&51960 +echo "$as_me:1393: result: $includedir" >&5 1759 1961 echo "${ECHO_T}$includedir" >&6 1760 1962 fi 1761 1963 1762 @@ -1399,7 +140 3,7 @@1964 @@ -1399,7 +1404,7 @@ 1763 1965 if test -n "$ac_tool_prefix"; then 1764 1966 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1765 1967 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1766 1968 -echo "$as_me:1402: checking for $ac_word" >&5 1767 +echo "$as_me:140 6: checking for $ac_word" >&51969 +echo "$as_me:1407: checking for $ac_word" >&5 1768 1970 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1769 1971 if test "${ac_cv_prog_CC+set}" = set; then 1770 1972 echo $ECHO_N "(cached) $ECHO_C" >&6 1771 @@ -1414,7 +141 8,7 @@1973 @@ -1414,7 +1419,7 @@ 1772 1974 test -z "$ac_dir" && ac_dir=. 1773 1975 $as_executable_p "$ac_dir/$ac_word" || continue 1774 1976 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1775 1977 -echo "$as_me:1417: found $ac_dir/$ac_word" >&5 1776 +echo "$as_me:142 1: found $ac_dir/$ac_word" >&51978 +echo "$as_me:1422: found $ac_dir/$ac_word" >&5 1777 1979 break 1778 1980 done 1779 1981 1780 @@ -1422,10 +142 6,10 @@1982 @@ -1422,10 +1427,10 @@ 1781 1983 fi 1782 1984 CC=$ac_cv_prog_CC 1783 1985 if test -n "$CC"; then 1784 1986 - echo "$as_me:1425: result: $CC" >&5 1785 + echo "$as_me:14 29: result: $CC" >&51987 + echo "$as_me:1430: result: $CC" >&5 1786 1988 echo "${ECHO_T}$CC" >&6 1787 1989 else 1788 1990 - echo "$as_me:1428: result: no" >&5 1789 + echo "$as_me:143 2: result: no" >&51991 + echo "$as_me:1433: result: no" >&5 1790 1992 echo "${ECHO_T}no" >&6 1791 1993 fi 1792 1994 1793 @@ -1434,7 +143 8,7 @@1995 @@ -1434,7 +1439,7 @@ 1794 1996 ac_ct_CC=$CC 1795 1997 # Extract the first word of "gcc", so it can be a program name with args. 1796 1998 set dummy gcc; ac_word=$2 1797 1999 -echo "$as_me:1437: checking for $ac_word" >&5 1798 +echo "$as_me:144 1: checking for $ac_word" >&52000 +echo "$as_me:1442: checking for $ac_word" >&5 1799 2001 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1800 2002 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1801 2003 echo $ECHO_N "(cached) $ECHO_C" >&6 1802 @@ -1449,7 +145 3,7 @@2004 @@ -1449,7 +1454,7 @@ 1803 2005 test -z "$ac_dir" && ac_dir=. 1804 2006 $as_executable_p "$ac_dir/$ac_word" || continue 1805 2007 ac_cv_prog_ac_ct_CC="gcc" 1806 2008 -echo "$as_me:1452: found $ac_dir/$ac_word" >&5 1807 +echo "$as_me:145 6: found $ac_dir/$ac_word" >&52009 +echo "$as_me:1457: found $ac_dir/$ac_word" >&5 1808 2010 break 1809 2011 done 1810 2012 1811 @@ -1457,10 +146 1,10 @@2013 @@ -1457,10 +1462,10 @@ 1812 2014 fi 1813 2015 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1814 2016 if test -n "$ac_ct_CC"; then 1815 2017 - echo "$as_me:1460: result: $ac_ct_CC" >&5 1816 + echo "$as_me:146 4: result: $ac_ct_CC" >&52018 + echo "$as_me:1465: result: $ac_ct_CC" >&5 1817 2019 echo "${ECHO_T}$ac_ct_CC" >&6 1818 2020 else 1819 2021 - echo "$as_me:1463: result: no" >&5 1820 + echo "$as_me:146 7: result: no" >&52022 + echo "$as_me:1468: result: no" >&5 1821 2023 echo "${ECHO_T}no" >&6 1822 2024 fi 1823 2025 1824 @@ -1473,7 +147 7,7 @@2026 @@ -1473,7 +1478,7 @@ 1825 2027 if test -n "$ac_tool_prefix"; then 1826 2028 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1827 2029 set dummy ${ac_tool_prefix}cc; ac_word=$2 1828 2030 -echo "$as_me:1476: checking for $ac_word" >&5 1829 +echo "$as_me:148 0: checking for $ac_word" >&52031 +echo "$as_me:1481: checking for $ac_word" >&5 1830 2032 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1831 2033 if test "${ac_cv_prog_CC+set}" = set; then 1832 2034 echo $ECHO_N "(cached) $ECHO_C" >&6 1833 @@ -1488,7 +149 2,7 @@2035 @@ -1488,7 +1493,7 @@ 1834 2036 test -z "$ac_dir" && ac_dir=. 1835 2037 $as_executable_p "$ac_dir/$ac_word" || continue 1836 2038 ac_cv_prog_CC="${ac_tool_prefix}cc" 1837 2039 -echo "$as_me:1491: found $ac_dir/$ac_word" >&5 1838 +echo "$as_me:149 5: found $ac_dir/$ac_word" >&52040 +echo "$as_me:1496: found $ac_dir/$ac_word" >&5 1839 2041 break 1840 2042 done 1841 2043 1842 @@ -1496,10 +150 0,10 @@2044 @@ -1496,10 +1501,10 @@ 1843 2045 fi 1844 2046 CC=$ac_cv_prog_CC 1845 2047 if test -n "$CC"; then 1846 2048 - echo "$as_me:1499: result: $CC" >&5 1847 + echo "$as_me:150 3: result: $CC" >&52049 + echo "$as_me:1504: result: $CC" >&5 1848 2050 echo "${ECHO_T}$CC" >&6 1849 2051 else 1850 2052 - echo "$as_me:1502: result: no" >&5 1851 + echo "$as_me:150 6: result: no" >&52053 + echo "$as_me:1507: result: no" >&5 1852 2054 echo "${ECHO_T}no" >&6 1853 2055 fi 1854 2056 1855 @@ -1508,7 +151 2,7 @@2057 @@ -1508,7 +1513,7 @@ 1856 2058 ac_ct_CC=$CC 1857 2059 # Extract the first word of "cc", so it can be a program name with args. 1858 2060 set dummy cc; ac_word=$2 1859 2061 -echo "$as_me:1511: checking for $ac_word" >&5 1860 +echo "$as_me:151 5: checking for $ac_word" >&52062 +echo "$as_me:1516: checking for $ac_word" >&5 1861 2063 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1862 2064 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1863 2065 echo $ECHO_N "(cached) $ECHO_C" >&6 1864 @@ -1523,7 +152 7,7 @@2066 @@ -1523,7 +1528,7 @@ 1865 2067 test -z "$ac_dir" && ac_dir=. 1866 2068 $as_executable_p "$ac_dir/$ac_word" || continue 1867 2069 ac_cv_prog_ac_ct_CC="cc" 1868 2070 -echo "$as_me:1526: found $ac_dir/$ac_word" >&5 1869 +echo "$as_me:153 0: found $ac_dir/$ac_word" >&52071 +echo "$as_me:1531: found $ac_dir/$ac_word" >&5 1870 2072 break 1871 2073 done 1872 2074 1873 @@ -1531,10 +153 5,10 @@2075 @@ -1531,10 +1536,10 @@ 1874 2076 fi 1875 2077 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1876 2078 if test -n "$ac_ct_CC"; then 1877 2079 - echo "$as_me:1534: result: $ac_ct_CC" >&5 1878 + echo "$as_me:153 8: result: $ac_ct_CC" >&52080 + echo "$as_me:1539: result: $ac_ct_CC" >&5 1879 2081 echo "${ECHO_T}$ac_ct_CC" >&6 1880 2082 else 1881 2083 - echo "$as_me:1537: result: no" >&5 1882 + echo "$as_me:154 1: result: no" >&52084 + echo "$as_me:1542: result: no" >&5 1883 2085 echo "${ECHO_T}no" >&6 1884 2086 fi 1885 2087 1886 @@ -1547,7 +155 1,7 @@2088 @@ -1547,7 +1552,7 @@ 1887 2089 if test -z "$CC"; then 1888 2090 # Extract the first word of "cc", so it can be a program name with args. 1889 2091 set dummy cc; ac_word=$2 1890 2092 -echo "$as_me:1550: checking for $ac_word" >&5 1891 +echo "$as_me:155 4: checking for $ac_word" >&52093 +echo "$as_me:1555: checking for $ac_word" >&5 1892 2094 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1893 2095 if test "${ac_cv_prog_CC+set}" = set; then 1894 2096 echo $ECHO_N "(cached) $ECHO_C" >&6 1895 @@ -1567,7 +157 1,7 @@2097 @@ -1567,7 +1572,7 @@ 1896 2098 continue 1897 2099 fi 1898 2100 ac_cv_prog_CC="cc" 1899 2101 -echo "$as_me:1570: found $ac_dir/$ac_word" >&5 1900 +echo "$as_me:157 4: found $ac_dir/$ac_word" >&52102 +echo "$as_me:1575: found $ac_dir/$ac_word" >&5 1901 2103 break 1902 2104 done 1903 2105 1904 @@ -1589,10 +159 3,10 @@2106 @@ -1589,10 +1594,10 @@ 1905 2107 fi 1906 2108 CC=$ac_cv_prog_CC 1907 2109 if test -n "$CC"; then 1908 2110 - echo "$as_me:1592: result: $CC" >&5 1909 + echo "$as_me:159 6: result: $CC" >&52111 + echo "$as_me:1597: result: $CC" >&5 1910 2112 echo "${ECHO_T}$CC" >&6 1911 2113 else 1912 2114 - echo "$as_me:1595: result: no" >&5 1913 + echo "$as_me:1 599: result: no" >&52115 + echo "$as_me:1600: result: no" >&5 1914 2116 echo "${ECHO_T}no" >&6 1915 2117 fi 1916 2118 1917 @@ -1603,7 +160 7,7 @@2119 @@ -1603,7 +1608,7 @@ 1918 2120 do 1919 2121 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1920 2122 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1921 2123 -echo "$as_me:1606: checking for $ac_word" >&5 1922 +echo "$as_me:161 0: checking for $ac_word" >&52124 +echo "$as_me:1611: checking for $ac_word" >&5 1923 2125 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1924 2126 if test "${ac_cv_prog_CC+set}" = set; then 1925 2127 echo $ECHO_N "(cached) $ECHO_C" >&6 1926 @@ -1618,7 +162 2,7 @@2128 @@ -1618,7 +1623,7 @@ 1927 2129 test -z "$ac_dir" && ac_dir=. 1928 2130 $as_executable_p "$ac_dir/$ac_word" || continue 1929 2131 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1930 2132 -echo "$as_me:1621: found $ac_dir/$ac_word" >&5 1931 +echo "$as_me:162 5: found $ac_dir/$ac_word" >&52133 +echo "$as_me:1626: found $ac_dir/$ac_word" >&5 1932 2134 break 1933 2135 done 1934 2136 1935 @@ -1626,10 +163 0,10 @@2137 @@ -1626,10 +1631,10 @@ 1936 2138 fi 1937 2139 CC=$ac_cv_prog_CC 1938 2140 if test -n "$CC"; then 1939 2141 - echo "$as_me:1629: result: $CC" >&5 1940 + echo "$as_me:163 3: result: $CC" >&52142 + echo "$as_me:1634: result: $CC" >&5 1941 2143 echo "${ECHO_T}$CC" >&6 1942 2144 else 1943 2145 - echo "$as_me:1632: result: no" >&5 1944 + echo "$as_me:163 6: result: no" >&52146 + echo "$as_me:1637: result: no" >&5 1945 2147 echo "${ECHO_T}no" >&6 1946 2148 fi 1947 2149 1948 @@ -1642,7 +164 6,7 @@2150 @@ -1642,7 +1647,7 @@ 1949 2151 do 1950 2152 # Extract the first word of "$ac_prog", so it can be a program name with args. 1951 2153 set dummy $ac_prog; ac_word=$2 1952 2154 -echo "$as_me:1645: checking for $ac_word" >&5 1953 +echo "$as_me:16 49: checking for $ac_word" >&52155 +echo "$as_me:1650: checking for $ac_word" >&5 1954 2156 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1955 2157 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1956 2158 echo $ECHO_N "(cached) $ECHO_C" >&6 1957 @@ -1657,7 +166 1,7 @@2159 @@ -1657,7 +1662,7 @@ 1958 2160 test -z "$ac_dir" && ac_dir=. 1959 2161 $as_executable_p "$ac_dir/$ac_word" || continue 1960 2162 ac_cv_prog_ac_ct_CC="$ac_prog" 1961 2163 -echo "$as_me:1660: found $ac_dir/$ac_word" >&5 1962 +echo "$as_me:166 4: found $ac_dir/$ac_word" >&52164 +echo "$as_me:1665: found $ac_dir/$ac_word" >&5 1963 2165 break 1964 2166 done 1965 2167 1966 @@ -1665,10 +16 69,10 @@2168 @@ -1665,10 +1670,10 @@ 1967 2169 fi 1968 2170 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1969 2171 if test -n "$ac_ct_CC"; then 1970 2172 - echo "$as_me:1668: result: $ac_ct_CC" >&5 1971 + echo "$as_me:167 2: result: $ac_ct_CC" >&52173 + echo "$as_me:1673: result: $ac_ct_CC" >&5 1972 2174 echo "${ECHO_T}$ac_ct_CC" >&6 1973 2175 else 1974 2176 - echo "$as_me:1671: result: no" >&5 1975 + echo "$as_me:167 5: result: no" >&52177 + echo "$as_me:1676: result: no" >&5 1976 2178 echo "${ECHO_T}no" >&6 1977 2179 fi 1978 2180 1979 @@ -1680,32 +168 4,32 @@2181 @@ -1680,32 +1685,32 @@ 1980 2182 1981 2183 fi 1982 2184 1983 2185 -test -z "$CC" && { { echo "$as_me:1683: error: no acceptable cc found in \$PATH" >&5 1984 +test -z "$CC" && { { echo "$as_me:168 7: error: no acceptable cc found in \$PATH" >&52186 +test -z "$CC" && { { echo "$as_me:1688: error: no acceptable cc found in \$PATH" >&5 1985 2187 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 1986 2188 { (exit 1); exit 1; }; } … … 1988 2190 # Provide some information about the compiler. 1989 2191 -echo "$as_me:1688:" \ 1990 +echo "$as_me:169 2:" \2192 +echo "$as_me:1693:" \ 1991 2193 "checking for C compiler version" >&5 1992 2194 ac_compiler=`set X $ac_compile; echo $2` 1993 2195 -{ (eval echo "$as_me:1691: \"$ac_compiler --version </dev/null >&5\"") >&5 1994 +{ (eval echo "$as_me:169 5: \"$ac_compiler --version </dev/null >&5\"") >&52196 +{ (eval echo "$as_me:1696: \"$ac_compiler --version </dev/null >&5\"") >&5 1995 2197 (eval $ac_compiler --version </dev/null >&5) 2>&5 1996 2198 ac_status=$? 1997 2199 - echo "$as_me:1694: \$? = $ac_status" >&5 1998 + echo "$as_me:169 8: \$? = $ac_status" >&52200 + echo "$as_me:1699: \$? = $ac_status" >&5 1999 2201 (exit $ac_status); } 2000 2202 -{ (eval echo "$as_me:1696: \"$ac_compiler -v </dev/null >&5\"") >&5 2001 +{ (eval echo "$as_me:170 0: \"$ac_compiler -v </dev/null >&5\"") >&52203 +{ (eval echo "$as_me:1701: \"$ac_compiler -v </dev/null >&5\"") >&5 2002 2204 (eval $ac_compiler -v </dev/null >&5) 2>&5 2003 2205 ac_status=$? 2004 2206 - echo "$as_me:1699: \$? = $ac_status" >&5 2005 + echo "$as_me:170 3: \$? = $ac_status" >&52207 + echo "$as_me:1704: \$? = $ac_status" >&5 2006 2208 (exit $ac_status); } 2007 2209 -{ (eval echo "$as_me:1701: \"$ac_compiler -V </dev/null >&5\"") >&5 2008 +{ (eval echo "$as_me:170 5: \"$ac_compiler -V </dev/null >&5\"") >&52210 +{ (eval echo "$as_me:1706: \"$ac_compiler -V </dev/null >&5\"") >&5 2009 2211 (eval $ac_compiler -V </dev/null >&5) 2>&5 2010 2212 ac_status=$? 2011 2213 - echo "$as_me:1704: \$? = $ac_status" >&5 2012 + echo "$as_me:170 8: \$? = $ac_status" >&52214 + echo "$as_me:1709: \$? = $ac_status" >&5 2013 2215 (exit $ac_status); } 2014 2216 2015 2217 cat >conftest.$ac_ext <<_ACEOF 2016 2218 -#line 1708 "configure" 2017 +#line 171 2"configure"2219 +#line 1713 "configure" 2018 2220 #include "confdefs.h" 2019 2221 2020 2222 int 2021 @@ -1721,13 +172 5,13 @@2223 @@ -1721,13 +1726,13 @@ 2022 2224 # Try to create an executable without -o first, disregard a.out. 2023 2225 # It will help us diagnose broken compilers, and finding out an intuition 2024 2226 # of exeext. 2025 2227 -echo "$as_me:1724: checking for C compiler default output" >&5 2026 +echo "$as_me:172 8: checking for C compiler default output" >&52228 +echo "$as_me:1729: checking for C compiler default output" >&5 2027 2229 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2028 2230 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2029 2231 -if { (eval echo "$as_me:1727: \"$ac_link_default\"") >&5 2030 +if { (eval echo "$as_me:173 1: \"$ac_link_default\"") >&52232 +if { (eval echo "$as_me:1732: \"$ac_link_default\"") >&5 2031 2233 (eval $ac_link_default) 2>&5 2032 2234 ac_status=$? 2033 2235 - echo "$as_me:1730: \$? = $ac_status" >&5 2034 + echo "$as_me:173 4: \$? = $ac_status" >&52236 + echo "$as_me:1735: \$? = $ac_status" >&5 2035 2237 (exit $ac_status); }; then 2036 2238 # Find the output, starting from the most likely. This scheme is 2037 2239 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 2038 @@ -1736,7 +174 0,7 @@2240 @@ -1736,7 +1741,7 @@ 2039 2241 ls a.out conftest 2>/dev/null; 2040 2242 ls a.* conftest.* 2>/dev/null`; do … … 2045 2247 # certainly right. 2046 2248 break;; 2047 @@ -1750,34 +175 4,34 @@2249 @@ -1750,34 +1755,34 @@ 2048 2250 else 2049 2251 echo "$as_me: failed program was:" >&5 2050 2252 cat conftest.$ac_ext >&5 2051 2253 -{ { echo "$as_me:1753: error: C compiler cannot create executables" >&5 2052 +{ { echo "$as_me:175 7: error: C compiler cannot create executables" >&52254 +{ { echo "$as_me:1758: error: C compiler cannot create executables" >&5 2053 2255 echo "$as_me: error: C compiler cannot create executables" >&2;} 2054 2256 { (exit 77); exit 77; }; } … … 2057 2259 ac_exeext=$ac_cv_exeext 2058 2260 -echo "$as_me:1759: result: $ac_file" >&5 2059 +echo "$as_me:176 3: result: $ac_file" >&52261 +echo "$as_me:1764: result: $ac_file" >&5 2060 2262 echo "${ECHO_T}$ac_file" >&6 2061 2263 … … 2063 2265 # the compiler is broken, or we cross compile. 2064 2266 -echo "$as_me:1764: checking whether the C compiler works" >&5 2065 +echo "$as_me:176 8: checking whether the C compiler works" >&52267 +echo "$as_me:1769: checking whether the C compiler works" >&5 2066 2268 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2067 2269 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 … … 2070 2272 if { ac_try='./$ac_file' 2071 2273 - { (eval echo "$as_me:1770: \"$ac_try\"") >&5 2072 + { (eval echo "$as_me:177 4: \"$ac_try\"") >&52274 + { (eval echo "$as_me:1775: \"$ac_try\"") >&5 2073 2275 (eval $ac_try) 2>&5 2074 2276 ac_status=$? 2075 2277 - echo "$as_me:1773: \$? = $ac_status" >&5 2076 + echo "$as_me:177 7: \$? = $ac_status" >&52278 + echo "$as_me:1778: \$? = $ac_status" >&5 2077 2279 (exit $ac_status); }; }; then 2078 2280 cross_compiling=no … … 2082 2284 else 2083 2285 - { { echo "$as_me:1780: error: cannot run C compiled programs. 2084 + { { echo "$as_me:178 4: error: cannot run C compiled programs.2286 + { { echo "$as_me:1785: error: cannot run C compiled programs. 2085 2287 If you meant to cross compile, use \`--host'." >&5 2086 2288 echo "$as_me: error: cannot run C compiled programs. 2087 2289 If you meant to cross compile, use \`--host'." >&2;} 2088 @@ -1785,24 +17 89,24 @@2290 @@ -1785,24 +1790,24 @@ 2089 2291 fi 2090 2292 fi 2091 2293 fi 2092 2294 -echo "$as_me:1788: result: yes" >&5 2093 +echo "$as_me:179 2: result: yes" >&52295 +echo "$as_me:1793: result: yes" >&5 2094 2296 echo "${ECHO_T}yes" >&6 2095 2297 … … 2099 2301 # the compiler is broken, or we cross compile. 2100 2302 -echo "$as_me:1795: checking whether we are cross compiling" >&5 2101 +echo "$as_me:1 799: checking whether we are cross compiling" >&52303 +echo "$as_me:1800: checking whether we are cross compiling" >&5 2102 2304 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2103 2305 -echo "$as_me:1797: result: $cross_compiling" >&5 2104 +echo "$as_me:180 1: result: $cross_compiling" >&52306 +echo "$as_me:1802: result: $cross_compiling" >&5 2105 2307 echo "${ECHO_T}$cross_compiling" >&6 2106 2308 2107 2309 -echo "$as_me:1800: checking for executable suffix" >&5 2108 +echo "$as_me:180 4: checking for executable suffix" >&52310 +echo "$as_me:1805: checking for executable suffix" >&5 2109 2311 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 2110 2312 -if { (eval echo "$as_me:1802: \"$ac_link\"") >&5 2111 +if { (eval echo "$as_me:180 6: \"$ac_link\"") >&52313 +if { (eval echo "$as_me:1807: \"$ac_link\"") >&5 2112 2314 (eval $ac_link) 2>&5 2113 2315 ac_status=$? 2114 2316 - echo "$as_me:1805: \$? = $ac_status" >&5 2115 + echo "$as_me:18 09: \$? = $ac_status" >&52317 + echo "$as_me:1810: \$? = $ac_status" >&5 2116 2318 (exit $ac_status); }; then 2117 2319 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2118 2320 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2119 @@ -1810,7 +181 4,7 @@2321 @@ -1810,7 +1815,7 @@ 2120 2322 # `rm'. 2121 2323 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do … … 2126 2328 export ac_cv_exeext 2127 2329 break;; 2128 @@ -1818,25 +182 2,25 @@2330 @@ -1818,25 +1823,25 @@ 2129 2331 esac 2130 2332 done 2131 2333 else 2132 2334 - { { echo "$as_me:1821: error: cannot compute EXEEXT: cannot compile and link" >&5 2133 + { { echo "$as_me:182 5: error: cannot compute EXEEXT: cannot compile and link" >&52335 + { { echo "$as_me:1826: error: cannot compute EXEEXT: cannot compile and link" >&5 2134 2336 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 2135 2337 { (exit 1); exit 1; }; } … … 2138 2340 rm -f conftest$ac_cv_exeext 2139 2341 -echo "$as_me:1827: result: $ac_cv_exeext" >&5 2140 +echo "$as_me:183 1: result: $ac_cv_exeext" >&52342 +echo "$as_me:1832: result: $ac_cv_exeext" >&5 2141 2343 echo "${ECHO_T}$ac_cv_exeext" >&6 2142 2344 … … 2145 2347 ac_exeext=$EXEEXT 2146 2348 -echo "$as_me:1833: checking for object suffix" >&5 2147 +echo "$as_me:183 7: checking for object suffix" >&52349 +echo "$as_me:1838: checking for object suffix" >&5 2148 2350 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 2149 2351 if test "${ac_cv_objext+set}" = set; then … … 2152 2354 cat >conftest.$ac_ext <<_ACEOF 2153 2355 -#line 1839 "configure" 2154 +#line 184 3"configure"2356 +#line 1844 "configure" 2155 2357 #include "confdefs.h" 2156 2358 2157 2359 int 2158 @@ -1848,14 +185 2,14 @@2360 @@ -1848,14 +1853,14 @@ 2159 2361 } 2160 2362 _ACEOF 2161 2363 rm -f conftest.o conftest.obj 2162 2364 -if { (eval echo "$as_me:1851: \"$ac_compile\"") >&5 2163 +if { (eval echo "$as_me:185 5: \"$ac_compile\"") >&52365 +if { (eval echo "$as_me:1856: \"$ac_compile\"") >&5 2164 2366 (eval $ac_compile) 2>&5 2165 2367 ac_status=$? 2166 2368 - echo "$as_me:1854: \$? = $ac_status" >&5 2167 + echo "$as_me:185 8: \$? = $ac_status" >&52369 + echo "$as_me:1859: \$? = $ac_status" >&5 2168 2370 (exit $ac_status); }; then 2169 2371 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do … … 2174 2376 break;; 2175 2377 esac 2176 @@ -1863,24 +186 7,24 @@2378 @@ -1863,24 +1868,24 @@ 2177 2379 else 2178 2380 echo "$as_me: failed program was:" >&5 2179 2381 cat conftest.$ac_ext >&5 2180 2382 -{ { echo "$as_me:1866: error: cannot compute OBJEXT: cannot compile" >&5 2181 +{ { echo "$as_me:187 0: error: cannot compute OBJEXT: cannot compile" >&52383 +{ { echo "$as_me:1871: error: cannot compute OBJEXT: cannot compile" >&5 2182 2384 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 2183 2385 { (exit 1); exit 1; }; } … … 2187 2389 fi 2188 2390 -echo "$as_me:1873: result: $ac_cv_objext" >&5 2189 +echo "$as_me:187 7: result: $ac_cv_objext" >&52391 +echo "$as_me:1878: result: $ac_cv_objext" >&5 2190 2392 echo "${ECHO_T}$ac_cv_objext" >&6 2191 2393 OBJEXT=$ac_cv_objext 2192 2394 ac_objext=$OBJEXT 2193 2395 -echo "$as_me:1877: checking whether we are using the GNU C compiler" >&5 2194 +echo "$as_me:188 1: checking whether we are using the GNU C compiler" >&52396 +echo "$as_me:1882: checking whether we are using the GNU C compiler" >&5 2195 2397 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2196 2398 if test "${ac_cv_c_compiler_gnu+set}" = set; then … … 2199 2401 cat >conftest.$ac_ext <<_ACEOF 2200 2402 -#line 1883 "configure" 2201 +#line 188 7"configure"2403 +#line 1888 "configure" 2202 2404 #include "confdefs.h" 2203 2405 2204 2406 int 2205 @@ -1895,16 +1 899,16 @@2407 @@ -1895,16 +1900,16 @@ 2206 2408 } 2207 2409 _ACEOF 2208 2410 rm -f conftest.$ac_objext 2209 2411 -if { (eval echo "$as_me:1898: \"$ac_compile\"") >&5 2210 +if { (eval echo "$as_me:190 2: \"$ac_compile\"") >&52412 +if { (eval echo "$as_me:1903: \"$ac_compile\"") >&5 2211 2413 (eval $ac_compile) 2>&5 2212 2414 ac_status=$? 2213 2415 - echo "$as_me:1901: \$? = $ac_status" >&5 2214 + echo "$as_me:190 5: \$? = $ac_status" >&52416 + echo "$as_me:1906: \$? = $ac_status" >&5 2215 2417 (exit $ac_status); } && 2216 2418 { ac_try='test -s conftest.$ac_objext' 2217 2419 - { (eval echo "$as_me:1904: \"$ac_try\"") >&5 2218 + { (eval echo "$as_me:190 8: \"$ac_try\"") >&52420 + { (eval echo "$as_me:1909: \"$ac_try\"") >&5 2219 2421 (eval $ac_try) 2>&5 2220 2422 ac_status=$? 2221 2423 - echo "$as_me:1907: \$? = $ac_status" >&5 2222 + echo "$as_me:191 1: \$? = $ac_status" >&52424 + echo "$as_me:1912: \$? = $ac_status" >&5 2223 2425 (exit $ac_status); }; }; then 2224 2426 ac_compiler_gnu=yes 2225 2427 else 2226 @@ -1916,19 +192 0,19 @@2428 @@ -1916,19 +1921,19 @@ 2227 2429 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2228 2430 2229 2431 fi 2230 2432 -echo "$as_me:1919: result: $ac_cv_c_compiler_gnu" >&5 2231 +echo "$as_me:192 3: result: $ac_cv_c_compiler_gnu" >&52433 +echo "$as_me:1924: result: $ac_cv_c_compiler_gnu" >&5 2232 2434 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2233 2435 GCC=`test $ac_compiler_gnu = yes && echo yes` … … 2236 2438 CFLAGS="-g" 2237 2439 -echo "$as_me:1925: checking whether $CC accepts -g" >&5 2238 +echo "$as_me:19 29: checking whether $CC accepts -g" >&52440 +echo "$as_me:1930: checking whether $CC accepts -g" >&5 2239 2441 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2240 2442 if test "${ac_cv_prog_cc_g+set}" = set; then … … 2243 2445 cat >conftest.$ac_ext <<_ACEOF 2244 2446 -#line 1931 "configure" 2245 +#line 193 5"configure"2447 +#line 1936 "configure" 2246 2448 #include "confdefs.h" 2247 2449 2248 2450 int 2249 @@ -1940,16 +194 4,16 @@2451 @@ -1940,16 +1945,16 @@ 2250 2452 } 2251 2453 _ACEOF 2252 2454 rm -f conftest.$ac_objext 2253 2455 -if { (eval echo "$as_me:1943: \"$ac_compile\"") >&5 2254 +if { (eval echo "$as_me:194 7: \"$ac_compile\"") >&52456 +if { (eval echo "$as_me:1948: \"$ac_compile\"") >&5 2255 2457 (eval $ac_compile) 2>&5 2256 2458 ac_status=$? 2257 2459 - echo "$as_me:1946: \$? = $ac_status" >&5 2258 + echo "$as_me:195 0: \$? = $ac_status" >&52460 + echo "$as_me:1951: \$? = $ac_status" >&5 2259 2461 (exit $ac_status); } && 2260 2462 { ac_try='test -s conftest.$ac_objext' 2261 2463 - { (eval echo "$as_me:1949: \"$ac_try\"") >&5 2262 + { (eval echo "$as_me:195 3: \"$ac_try\"") >&52464 + { (eval echo "$as_me:1954: \"$ac_try\"") >&5 2263 2465 (eval $ac_try) 2>&5 2264 2466 ac_status=$? 2265 2467 - echo "$as_me:1952: \$? = $ac_status" >&5 2266 + echo "$as_me:195 6: \$? = $ac_status" >&52468 + echo "$as_me:1957: \$? = $ac_status" >&5 2267 2469 (exit $ac_status); }; }; then 2268 2470 ac_cv_prog_cc_g=yes 2269 2471 else 2270 @@ -1959,7 +196 3,7 @@2472 @@ -1959,7 +1964,7 @@ 2271 2473 fi 2272 2474 rm -f conftest.$ac_objext conftest.$ac_ext 2273 2475 fi 2274 2476 -echo "$as_me:1962: result: $ac_cv_prog_cc_g" >&5 2275 +echo "$as_me:196 6: result: $ac_cv_prog_cc_g" >&52477 +echo "$as_me:1967: result: $ac_cv_prog_cc_g" >&5 2276 2478 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2277 2479 if test "$ac_test_CFLAGS" = set; then 2278 2480 CFLAGS=$ac_save_CFLAGS 2279 @@ -1986,16 +199 0,16 @@2481 @@ -1986,16 +1991,16 @@ 2280 2482 #endif 2281 2483 _ACEOF 2282 2484 rm -f conftest.$ac_objext 2283 2485 -if { (eval echo "$as_me:1989: \"$ac_compile\"") >&5 2284 +if { (eval echo "$as_me:199 3: \"$ac_compile\"") >&52486 +if { (eval echo "$as_me:1994: \"$ac_compile\"") >&5 2285 2487 (eval $ac_compile) 2>&5 2286 2488 ac_status=$? 2287 2489 - echo "$as_me:1992: \$? = $ac_status" >&5 2288 + echo "$as_me:199 6: \$? = $ac_status" >&52490 + echo "$as_me:1997: \$? = $ac_status" >&5 2289 2491 (exit $ac_status); } && 2290 2492 { ac_try='test -s conftest.$ac_objext' 2291 2493 - { (eval echo "$as_me:1995: \"$ac_try\"") >&5 2292 + { (eval echo "$as_me: 1999: \"$ac_try\"") >&52494 + { (eval echo "$as_me:2000: \"$ac_try\"") >&5 2293 2495 (eval $ac_try) 2>&5 2294 2496 ac_status=$? 2295 2497 - echo "$as_me:1998: \$? = $ac_status" >&5 2296 + echo "$as_me:200 2: \$? = $ac_status" >&52498 + echo "$as_me:2003: \$? = $ac_status" >&5 2297 2499 (exit $ac_status); }; }; then 2298 2500 for ac_declaration in \ 2299 2501 ''\ 2300 @@ -2007,7 +201 1,7 @@2502 @@ -2007,7 +2012,7 @@ 2301 2503 'void exit (int);' 2302 2504 do 2303 2505 cat >conftest.$ac_ext <<_ACEOF 2304 2506 -#line 2010 "configure" 2305 +#line 201 4"configure"2507 +#line 2015 "configure" 2306 2508 #include "confdefs.h" 2307 2509 #include <stdlib.h> 2308 2510 $ac_declaration 2309 @@ -2020,16 +202 4,16 @@2511 @@ -2020,16 +2025,16 @@ 2310 2512 } 2311 2513 _ACEOF 2312 2514 rm -f conftest.$ac_objext 2313 2515 -if { (eval echo "$as_me:2023: \"$ac_compile\"") >&5 2314 +if { (eval echo "$as_me:202 7: \"$ac_compile\"") >&52516 +if { (eval echo "$as_me:2028: \"$ac_compile\"") >&5 2315 2517 (eval $ac_compile) 2>&5 2316 2518 ac_status=$? 2317 2519 - echo "$as_me:2026: \$? = $ac_status" >&5 2318 + echo "$as_me:203 0: \$? = $ac_status" >&52520 + echo "$as_me:2031: \$? = $ac_status" >&5 2319 2521 (exit $ac_status); } && 2320 2522 { ac_try='test -s conftest.$ac_objext' 2321 2523 - { (eval echo "$as_me:2029: \"$ac_try\"") >&5 2322 + { (eval echo "$as_me:203 3: \"$ac_try\"") >&52524 + { (eval echo "$as_me:2034: \"$ac_try\"") >&5 2323 2525 (eval $ac_try) 2>&5 2324 2526 ac_status=$? 2325 2527 - echo "$as_me:2032: \$? = $ac_status" >&5 2326 + echo "$as_me:203 6: \$? = $ac_status" >&52528 + echo "$as_me:2037: \$? = $ac_status" >&5 2327 2529 (exit $ac_status); }; }; then 2328 2530 : 2329 2531 else 2330 @@ -2039,7 +204 3,7 @@2532 @@ -2039,7 +2044,7 @@ 2331 2533 fi 2332 2534 rm -f conftest.$ac_objext conftest.$ac_ext 2333 2535 cat >conftest.$ac_ext <<_ACEOF 2334 2536 -#line 2042 "configure" 2335 +#line 204 6"configure"2537 +#line 2047 "configure" 2336 2538 #include "confdefs.h" 2337 2539 $ac_declaration 2338 2540 int 2339 @@ -2051,16 +205 5,16 @@2541 @@ -2051,16 +2056,16 @@ 2340 2542 } 2341 2543 _ACEOF 2342 2544 rm -f conftest.$ac_objext 2343 2545 -if { (eval echo "$as_me:2054: \"$ac_compile\"") >&5 2344 +if { (eval echo "$as_me:205 8: \"$ac_compile\"") >&52546 +if { (eval echo "$as_me:2059: \"$ac_compile\"") >&5 2345 2547 (eval $ac_compile) 2>&5 2346 2548 ac_status=$? 2347 2549 - echo "$as_me:2057: \$? = $ac_status" >&5 2348 + echo "$as_me:206 1: \$? = $ac_status" >&52550 + echo "$as_me:2062: \$? = $ac_status" >&5 2349 2551 (exit $ac_status); } && 2350 2552 { ac_try='test -s conftest.$ac_objext' 2351 2553 - { (eval echo "$as_me:2060: \"$ac_try\"") >&5 2352 + { (eval echo "$as_me:206 4: \"$ac_try\"") >&52554 + { (eval echo "$as_me:2065: \"$ac_try\"") >&5 2353 2555 (eval $ac_try) 2>&5 2354 2556 ac_status=$? 2355 2557 - echo "$as_me:2063: \$? = $ac_status" >&5 2356 + echo "$as_me:206 7: \$? = $ac_status" >&52558 + echo "$as_me:2068: \$? = $ac_status" >&5 2357 2559 (exit $ac_status); }; }; then 2358 2560 break 2359 2561 else 2360 @@ -2090,11 +209 4,11 @@2562 @@ -2090,11 +2095,11 @@ 2361 2563 2362 2564 GCC_VERSION=none 2363 2565 if test "$GCC" = yes ; then 2364 2566 - echo "$as_me:2093: checking version of $CC" >&5 2365 + echo "$as_me:209 7: checking version of $CC" >&52567 + echo "$as_me:2098: checking version of $CC" >&5 2366 2568 echo $ECHO_N "checking version of $CC... $ECHO_C" >&6 2367 2569 GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" 2368 2570 test -z "$GCC_VERSION" && GCC_VERSION=unknown 2369 2571 - echo "$as_me:2097: result: $GCC_VERSION" >&5 2370 + echo "$as_me:210 1: result: $GCC_VERSION" >&52572 + echo "$as_me:2102: result: $GCC_VERSION" >&5 2371 2573 echo "${ECHO_T}$GCC_VERSION" >&6 2372 2574 fi 2373 2575 2374 @@ -2104,7 +210 8,7 @@2576 @@ -2104,7 +2109,7 @@ 2375 2577 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2376 2578 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2377 2579 ac_main_return=return 2378 2580 -echo "$as_me:2107: checking how to run the C preprocessor" >&5 2379 +echo "$as_me:211 1: checking how to run the C preprocessor" >&52581 +echo "$as_me:2112: checking how to run the C preprocessor" >&5 2380 2582 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 2381 2583 # On Suns, sometimes $CPP names a directory. 2382 2584 if test -n "$CPP" && test -d "$CPP"; then 2383 @@ -2125,18 +21 29,18 @@2585 @@ -2125,18 +2130,18 @@ 2384 2586 # On the NeXT, cc -E runs the code through the compiler's parser, 2385 2587 # not just through cpp. "Syntax error" is here to catch this case. 2386 2588 cat >conftest.$ac_ext <<_ACEOF 2387 2589 -#line 2128 "configure" 2388 +#line 213 2"configure"2590 +#line 2133 "configure" 2389 2591 #include "confdefs.h" 2390 2592 #include <assert.h> … … 2392 2594 _ACEOF 2393 2595 -if { (eval echo "$as_me:2133: \"$ac_cpp conftest.$ac_ext\"") >&5 2394 +if { (eval echo "$as_me:213 7: \"$ac_cpp conftest.$ac_ext\"") >&52596 +if { (eval echo "$as_me:2138: \"$ac_cpp conftest.$ac_ext\"") >&5 2395 2597 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2396 2598 ac_status=$? … … 2399 2601 cat conftest.err >&5 2400 2602 - echo "$as_me:2139: \$? = $ac_status" >&5 2401 + echo "$as_me:214 3: \$? = $ac_status" >&52603 + echo "$as_me:2144: \$? = $ac_status" >&5 2402 2604 (exit $ac_status); } >/dev/null; then 2403 2605 if test -s conftest.err; then 2404 2606 ac_cpp_err=$ac_c_preproc_warn_flag 2405 @@ -2159,17 +216 3,17 @@2607 @@ -2159,17 +2164,17 @@ 2406 2608 # OK, works on sane cases. Now check whether non-existent headers 2407 2609 # can be detected and how. 2408 2610 cat >conftest.$ac_ext <<_ACEOF 2409 2611 -#line 2162 "configure" 2410 +#line 216 6"configure"2612 +#line 2167 "configure" 2411 2613 #include "confdefs.h" 2412 2614 #include <ac_nonexistent.h> 2413 2615 _ACEOF 2414 2616 -if { (eval echo "$as_me:2166: \"$ac_cpp conftest.$ac_ext\"") >&5 2415 +if { (eval echo "$as_me:217 0: \"$ac_cpp conftest.$ac_ext\"") >&52617 +if { (eval echo "$as_me:2171: \"$ac_cpp conftest.$ac_ext\"") >&5 2416 2618 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2417 2619 ac_status=$? … … 2420 2622 cat conftest.err >&5 2421 2623 - echo "$as_me:2172: \$? = $ac_status" >&5 2422 + echo "$as_me:217 6: \$? = $ac_status" >&52624 + echo "$as_me:2177: \$? = $ac_status" >&5 2423 2625 (exit $ac_status); } >/dev/null; then 2424 2626 if test -s conftest.err; then 2425 2627 ac_cpp_err=$ac_c_preproc_warn_flag 2426 @@ -2206,7 +221 0,7 @@2628 @@ -2206,7 +2211,7 @@ 2427 2629 else 2428 2630 ac_cv_prog_CPP=$CPP 2429 2631 fi 2430 2632 -echo "$as_me:2209: result: $CPP" >&5 2431 +echo "$as_me:221 3: result: $CPP" >&52633 +echo "$as_me:2214: result: $CPP" >&5 2432 2634 echo "${ECHO_T}$CPP" >&6 2433 2635 ac_preproc_ok=false 2434 2636 for ac_c_preproc_warn_flag in '' yes 2435 @@ -2216,18 +222 0,18 @@2637 @@ -2216,18 +2221,18 @@ 2436 2638 # On the NeXT, cc -E runs the code through the compiler's parser, 2437 2639 # not just through cpp. "Syntax error" is here to catch this case. 2438 2640 cat >conftest.$ac_ext <<_ACEOF 2439 2641 -#line 2219 "configure" 2440 +#line 222 3"configure"2642 +#line 2224 "configure" 2441 2643 #include "confdefs.h" 2442 2644 #include <assert.h> … … 2444 2646 _ACEOF 2445 2647 -if { (eval echo "$as_me:2224: \"$ac_cpp conftest.$ac_ext\"") >&5 2446 +if { (eval echo "$as_me:222 8: \"$ac_cpp conftest.$ac_ext\"") >&52648 +if { (eval echo "$as_me:2229: \"$ac_cpp conftest.$ac_ext\"") >&5 2447 2649 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2448 2650 ac_status=$? … … 2451 2653 cat conftest.err >&5 2452 2654 - echo "$as_me:2230: \$? = $ac_status" >&5 2453 + echo "$as_me:223 4: \$? = $ac_status" >&52655 + echo "$as_me:2235: \$? = $ac_status" >&5 2454 2656 (exit $ac_status); } >/dev/null; then 2455 2657 if test -s conftest.err; then 2456 2658 ac_cpp_err=$ac_c_preproc_warn_flag 2457 @@ -2250,17 +225 4,17 @@2659 @@ -2250,17 +2255,17 @@ 2458 2660 # OK, works on sane cases. Now check whether non-existent headers 2459 2661 # can be detected and how. 2460 2662 cat >conftest.$ac_ext <<_ACEOF 2461 2663 -#line 2253 "configure" 2462 +#line 225 7"configure"2664 +#line 2258 "configure" 2463 2665 #include "confdefs.h" 2464 2666 #include <ac_nonexistent.h> 2465 2667 _ACEOF 2466 2668 -if { (eval echo "$as_me:2257: \"$ac_cpp conftest.$ac_ext\"") >&5 2467 +if { (eval echo "$as_me:226 1: \"$ac_cpp conftest.$ac_ext\"") >&52669 +if { (eval echo "$as_me:2262: \"$ac_cpp conftest.$ac_ext\"") >&5 2468 2670 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2469 2671 ac_status=$? … … 2472 2674 cat conftest.err >&5 2473 2675 - echo "$as_me:2263: \$? = $ac_status" >&5 2474 + echo "$as_me:226 7: \$? = $ac_status" >&52676 + echo "$as_me:2268: \$? = $ac_status" >&5 2475 2677 (exit $ac_status); } >/dev/null; then 2476 2678 if test -s conftest.err; then 2477 2679 ac_cpp_err=$ac_c_preproc_warn_flag 2478 @@ -2288,7 +229 2,7 @@2680 @@ -2288,7 +2293,7 @@ 2479 2681 if $ac_preproc_ok; then 2480 2682 : 2481 2683 else 2482 2684 - { { echo "$as_me:2291: error: C preprocessor \"$CPP\" fails sanity check" >&5 2483 + { { echo "$as_me:229 5: error: C preprocessor \"$CPP\" fails sanity check" >&52685 + { { echo "$as_me:2296: error: C preprocessor \"$CPP\" fails sanity check" >&5 2484 2686 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 2485 2687 { (exit 1); exit 1; }; } 2486 2688 fi 2487 @@ -2301,14 +230 5,14 @@2689 @@ -2301,14 +2306,14 @@ 2488 2690 ac_main_return=return 2489 2691 2490 2692 if test $ac_cv_c_compiler_gnu = yes; then 2491 2693 - echo "$as_me:2304: checking whether $CC needs -traditional" >&5 2492 + echo "$as_me:230 8: checking whether $CC needs -traditional" >&52694 + echo "$as_me:2309: checking whether $CC needs -traditional" >&5 2493 2695 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 2494 2696 if test "${ac_cv_prog_gcc_traditional+set}" = set; then … … 2498 2700 cat >conftest.$ac_ext <<_ACEOF 2499 2701 -#line 2311 "configure" 2500 +#line 231 5"configure"2702 +#line 2316 "configure" 2501 2703 #include "confdefs.h" 2502 2704 #include <sgtty.h> 2503 2705 int Autoconf = TIOCGETP; 2504 @@ -2323,7 +232 7,7 @@2706 @@ -2323,7 +2328,7 @@ 2505 2707 2506 2708 if test $ac_cv_prog_gcc_traditional = no; then 2507 2709 cat >conftest.$ac_ext <<_ACEOF 2508 2710 -#line 2326 "configure" 2509 +#line 233 0"configure"2711 +#line 2331 "configure" 2510 2712 #include "confdefs.h" 2511 2713 #include <termio.h> 2512 2714 int Autoconf = TCGETA; 2513 @@ -2336,14 +234 0,14 @@2715 @@ -2336,14 +2341,14 @@ 2514 2716 2515 2717 fi 2516 2718 fi 2517 2719 -echo "$as_me:2339: result: $ac_cv_prog_gcc_traditional" >&5 2518 +echo "$as_me:234 3: result: $ac_cv_prog_gcc_traditional" >&52720 +echo "$as_me:2344: result: $ac_cv_prog_gcc_traditional" >&5 2519 2721 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 2520 2722 if test $ac_cv_prog_gcc_traditional = yes; then … … 2524 2726 2525 2727 -echo "$as_me:2346: checking whether $CC understands -c and -o together" >&5 2526 +echo "$as_me:235 0: checking whether $CC understands -c and -o together" >&52728 +echo "$as_me:2351: checking whether $CC understands -c and -o together" >&5 2527 2729 echo $ECHO_N "checking whether $CC understands -c and -o together... $ECHO_C" >&6 2528 2730 if test "${cf_cv_prog_CC_c_o+set}" = set; then 2529 2731 echo $ECHO_N "(cached) $ECHO_C" >&6 2530 @@ -2359,15 +236 3,15 @@2732 @@ -2359,15 +2364,15 @@ 2531 2733 # We do the test twice because some compilers refuse to overwrite an 2532 2734 # existing .o file with -o, though they will create one. 2533 2735 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 2534 2736 -if { (eval echo "$as_me:2362: \"$ac_try\"") >&5 2535 +if { (eval echo "$as_me:236 6: \"$ac_try\"") >&52737 +if { (eval echo "$as_me:2367: \"$ac_try\"") >&5 2536 2738 (eval $ac_try) 2>&5 2537 2739 ac_status=$? 2538 2740 - echo "$as_me:2365: \$? = $ac_status" >&5 2539 + echo "$as_me:23 69: \$? = $ac_status" >&52741 + echo "$as_me:2370: \$? = $ac_status" >&5 2540 2742 (exit $ac_status); } && 2541 2743 - test -f conftest2.$ac_objext && { (eval echo "$as_me:2367: \"$ac_try\"") >&5 2542 + test -f conftest2.$ac_objext && { (eval echo "$as_me:237 1: \"$ac_try\"") >&52744 + test -f conftest2.$ac_objext && { (eval echo "$as_me:2372: \"$ac_try\"") >&5 2543 2745 (eval $ac_try) 2>&5 2544 2746 ac_status=$? 2545 2747 - echo "$as_me:2370: \$? = $ac_status" >&5 2546 + echo "$as_me:237 4: \$? = $ac_status" >&52748 + echo "$as_me:2375: \$? = $ac_status" >&5 2547 2749 (exit $ac_status); }; 2548 2750 then 2549 2751 eval cf_cv_prog_CC_c_o=yes 2550 @@ -2378,19 +238 2,19 @@2752 @@ -2378,19 +2383,19 @@ 2551 2753 2552 2754 fi 2553 2755 if test $cf_cv_prog_CC_c_o = yes; then 2554 2756 - echo "$as_me:2381: result: yes" >&5 2555 + echo "$as_me:238 5: result: yes" >&52757 + echo "$as_me:2386: result: yes" >&5 2556 2758 echo "${ECHO_T}yes" >&6 2557 2759 else 2558 2760 - echo "$as_me:2384: result: no" >&5 2559 + echo "$as_me:238 8: result: no" >&52761 + echo "$as_me:2389: result: no" >&5 2560 2762 echo "${ECHO_T}no" >&6 2561 2763 fi 2562 2764 2563 2765 -echo "$as_me:2388: checking for POSIXized ISC" >&5 2564 +echo "$as_me:239 2: checking for POSIXized ISC" >&52766 +echo "$as_me:2393: checking for POSIXized ISC" >&5 2565 2767 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6 2566 2768 if test -d /etc/conf/kconfig.d && … … 2568 2770 then 2569 2771 - echo "$as_me:2393: result: yes" >&5 2570 + echo "$as_me:239 7: result: yes" >&52772 + echo "$as_me:2398: result: yes" >&5 2571 2773 echo "${ECHO_T}yes" >&6 2572 2774 ISC=yes # If later tests want to check for ISC. 2573 2775 2574 @@ -2404,12 +240 8,12 @@2776 @@ -2404,12 +2409,12 @@ 2575 2777 CC="$CC -Xp" 2576 2778 fi 2577 2779 else 2578 2780 - echo "$as_me:2407: result: no" >&5 2579 + echo "$as_me:241 1: result: no" >&52781 + echo "$as_me:2412: result: no" >&5 2580 2782 echo "${ECHO_T}no" >&6 2581 2783 ISC= … … 2583 2785 2584 2786 -echo "$as_me:2412: checking for ${CC-cc} option to accept ANSI C" >&5 2585 +echo "$as_me:241 6: checking for ${CC-cc} option to accept ANSI C" >&52787 +echo "$as_me:2417: checking for ${CC-cc} option to accept ANSI C" >&5 2586 2788 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6 2587 2789 if test "${cf_cv_ansi_cc+set}" = set; then 2588 2790 echo $ECHO_N "(cached) $ECHO_C" >&6 2589 @@ -2494,7 +249 8,7 @@2791 @@ -2494,7 +2499,7 @@ 2590 2792 2591 2793 if test -n "$cf_new_cppflags" ; then … … 2596 2798 2597 2799 if test -n "$cf_new_extra_cppflags" ; then 2598 @@ -2503,7 +250 7,7 @@2800 @@ -2503,7 +2508,7 @@ 2599 2801 fi 2600 2802 2601 2803 cat >conftest.$ac_ext <<_ACEOF 2602 2804 -#line 2506 "configure" 2603 +#line 251 0"configure"2805 +#line 2511 "configure" 2604 2806 #include "confdefs.h" 2605 2807 2606 2808 #ifndef CC_HAS_PROTOS 2607 @@ -2524,16 +252 8,16 @@2809 @@ -2524,16 +2529,16 @@ 2608 2810 } 2609 2811 _ACEOF 2610 2812 rm -f conftest.$ac_objext 2611 2813 -if { (eval echo "$as_me:2527: \"$ac_compile\"") >&5 2612 +if { (eval echo "$as_me:253 1: \"$ac_compile\"") >&52814 +if { (eval echo "$as_me:2532: \"$ac_compile\"") >&5 2613 2815 (eval $ac_compile) 2>&5 2614 2816 ac_status=$? 2615 2817 - echo "$as_me:2530: \$? = $ac_status" >&5 2616 + echo "$as_me:253 4: \$? = $ac_status" >&52818 + echo "$as_me:2535: \$? = $ac_status" >&5 2617 2819 (exit $ac_status); } && 2618 2820 { ac_try='test -s conftest.$ac_objext' 2619 2821 - { (eval echo "$as_me:2533: \"$ac_try\"") >&5 2620 + { (eval echo "$as_me:253 7: \"$ac_try\"") >&52822 + { (eval echo "$as_me:2538: \"$ac_try\"") >&5 2621 2823 (eval $ac_try) 2>&5 2622 2824 ac_status=$? 2623 2825 - echo "$as_me:2536: \$? = $ac_status" >&5 2624 + echo "$as_me:254 0: \$? = $ac_status" >&52826 + echo "$as_me:2541: \$? = $ac_status" >&5 2625 2827 (exit $ac_status); }; }; then 2626 2828 cf_cv_ansi_cc="$cf_arg"; break 2627 2829 else 2628 @@ -2546,7 +255 0,7 @@2830 @@ -2546,7 +2551,7 @@ 2629 2831 CPPFLAGS="$cf_save_CPPFLAGS" 2630 2832 2631 2833 fi 2632 2834 -echo "$as_me:2549: result: $cf_cv_ansi_cc" >&5 2633 +echo "$as_me:255 3: result: $cf_cv_ansi_cc" >&52835 +echo "$as_me:2554: result: $cf_cv_ansi_cc" >&5 2634 2836 echo "${ECHO_T}$cf_cv_ansi_cc" >&6 2635 2837 2636 2838 if test "$cf_cv_ansi_cc" != "no"; then 2637 @@ -2612,7 +261 6,7 @@2839 @@ -2612,7 +2617,7 @@ 2638 2840 2639 2841 if test -n "$cf_new_cppflags" ; then … … 2644 2846 2645 2847 if test -n "$cf_new_extra_cppflags" ; then 2646 @@ -2629,7 +263 3,7 @@2848 @@ -2629,7 +2634,7 @@ 2647 2849 fi 2648 2850 2649 2851 if test "$cf_cv_ansi_cc" = "no"; then 2650 2852 - { { echo "$as_me:2632: error: Your compiler does not appear to recognize prototypes. 2651 + { { echo "$as_me:263 6: error: Your compiler does not appear to recognize prototypes.2853 + { { echo "$as_me:2637: error: Your compiler does not appear to recognize prototypes. 2652 2854 You have the following choices: 2653 2855 a. adjust your compiler options 2654 2856 b. get an up-to-date compiler 2655 @@ -2663,13 +266 7,13 @@2857 @@ -2663,13 +2668,13 @@ 2656 2858 LDCONFIG=: 2657 2859 else … … 2665 2867 set dummy ldconfig; ac_word=$2 2666 2868 -echo "$as_me:2672: checking for $ac_word" >&5 2667 +echo "$as_me:267 6: checking for $ac_word" >&52869 +echo "$as_me:2677: checking for $ac_word" >&5 2668 2870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2669 2871 if test "${ac_cv_path_LDCONFIG+set}" = set; then 2670 2872 echo $ECHO_N "(cached) $ECHO_C" >&6 2671 @@ -2686,7 +269 0,7 @@2873 @@ -2686,7 +2691,7 @@ 2672 2874 test -z "$ac_dir" && ac_dir=. 2673 2875 if $as_executable_p "$ac_dir/$ac_word"; then 2674 2876 ac_cv_path_LDCONFIG="$ac_dir/$ac_word" 2675 2877 - echo "$as_me:2689: found $ac_dir/$ac_word" >&5 2676 + echo "$as_me:269 3: found $ac_dir/$ac_word" >&52878 + echo "$as_me:2694: found $ac_dir/$ac_word" >&5 2677 2879 break 2678 2880 fi 2679 2881 done 2680 @@ -2697,10 +270 1,10 @@2882 @@ -2697,10 +2702,10 @@ 2681 2883 LDCONFIG=$ac_cv_path_LDCONFIG 2682 2884 2683 2885 if test -n "$LDCONFIG"; then 2684 2886 - echo "$as_me:2700: result: $LDCONFIG" >&5 2685 + echo "$as_me:270 4: result: $LDCONFIG" >&52887 + echo "$as_me:2705: result: $LDCONFIG" >&5 2686 2888 echo "${ECHO_T}$LDCONFIG" >&6 2687 2889 else 2688 2890 - echo "$as_me:2703: result: no" >&5 2689 + echo "$as_me:270 7: result: no" >&52891 + echo "$as_me:2708: result: no" >&5 2690 2892 echo "${ECHO_T}no" >&6 2691 2893 fi 2692 2894 2693 @@ -2708,7 +271 2,7 @@2895 @@ -2708,7 +2713,7 @@ 2694 2896 esac 2695 2897 fi 2696 2898 2697 2899 -echo "$as_me:2711: checking if you want to ensure bool is consistent with C++" >&5 2698 +echo "$as_me:271 5: checking if you want to ensure bool is consistent with C++" >&52900 +echo "$as_me:2716: checking if you want to ensure bool is consistent with C++" >&5 2699 2901 echo $ECHO_N "checking if you want to ensure bool is consistent with C++... $ECHO_C" >&6 2700 2902 2701 2903 # Check whether --with-cxx or --without-cxx was given. 2702 @@ -2718,7 +272 2,7 @@2904 @@ -2718,7 +2723,7 @@ 2703 2905 else 2704 2906 cf_with_cxx=yes 2705 2907 fi; 2706 2908 -echo "$as_me:2721: result: $cf_with_cxx" >&5 2707 +echo "$as_me:272 5: result: $cf_with_cxx" >&52909 +echo "$as_me:2726: result: $cf_with_cxx" >&5 2708 2910 echo "${ECHO_T}$cf_with_cxx" >&6 2709 2911 if test "X$cf_with_cxx" = Xno ; then 2710 2912 CXX="" 2711 @@ -2736,7 +274 0,7 @@2913 @@ -2736,7 +2741,7 @@ 2712 2914 do 2713 2915 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2714 2916 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2715 2917 -echo "$as_me:2739: checking for $ac_word" >&5 2716 +echo "$as_me:274 3: checking for $ac_word" >&52918 +echo "$as_me:2744: checking for $ac_word" >&5 2717 2919 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2718 2920 if test "${ac_cv_prog_CXX+set}" = set; then 2719 2921 echo $ECHO_N "(cached) $ECHO_C" >&6 2720 @@ -2751,7 +275 5,7 @@2922 @@ -2751,7 +2756,7 @@ 2721 2923 test -z "$ac_dir" && ac_dir=. 2722 2924 $as_executable_p "$ac_dir/$ac_word" || continue 2723 2925 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2724 2926 -echo "$as_me:2754: found $ac_dir/$ac_word" >&5 2725 +echo "$as_me:275 8: found $ac_dir/$ac_word" >&52927 +echo "$as_me:2759: found $ac_dir/$ac_word" >&5 2726 2928 break 2727 2929 done 2728 2930 2729 @@ -2759,10 +276 3,10 @@2931 @@ -2759,10 +2764,10 @@ 2730 2932 fi 2731 2933 CXX=$ac_cv_prog_CXX 2732 2934 if test -n "$CXX"; then 2733 2935 - echo "$as_me:2762: result: $CXX" >&5 2734 + echo "$as_me:276 6: result: $CXX" >&52936 + echo "$as_me:2767: result: $CXX" >&5 2735 2937 echo "${ECHO_T}$CXX" >&6 2736 2938 else 2737 2939 - echo "$as_me:2765: result: no" >&5 2738 + echo "$as_me:27 69: result: no" >&52940 + echo "$as_me:2770: result: no" >&5 2739 2941 echo "${ECHO_T}no" >&6 2740 2942 fi 2741 2943 2742 @@ -2775,7 +27 79,7 @@2944 @@ -2775,7 +2780,7 @@ 2743 2945 do 2744 2946 # Extract the first word of "$ac_prog", so it can be a program name with args. 2745 2947 set dummy $ac_prog; ac_word=$2 2746 2948 -echo "$as_me:2778: checking for $ac_word" >&5 2747 +echo "$as_me:278 2: checking for $ac_word" >&52949 +echo "$as_me:2783: checking for $ac_word" >&5 2748 2950 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2749 2951 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2750 2952 echo $ECHO_N "(cached) $ECHO_C" >&6 2751 @@ -2790,7 +279 4,7 @@2953 @@ -2790,7 +2795,7 @@ 2752 2954 test -z "$ac_dir" && ac_dir=. 2753 2955 $as_executable_p "$ac_dir/$ac_word" || continue 2754 2956 ac_cv_prog_ac_ct_CXX="$ac_prog" 2755 2957 -echo "$as_me:2793: found $ac_dir/$ac_word" >&5 2756 +echo "$as_me:279 7: found $ac_dir/$ac_word" >&52958 +echo "$as_me:2798: found $ac_dir/$ac_word" >&5 2757 2959 break 2758 2960 done 2759 2961 2760 @@ -2798,10 +280 2,10 @@2962 @@ -2798,10 +2803,10 @@ 2761 2963 fi 2762 2964 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 2763 2965 if test -n "$ac_ct_CXX"; then 2764 2966 - echo "$as_me:2801: result: $ac_ct_CXX" >&5 2765 + echo "$as_me:280 5: result: $ac_ct_CXX" >&52967 + echo "$as_me:2806: result: $ac_ct_CXX" >&5 2766 2968 echo "${ECHO_T}$ac_ct_CXX" >&6 2767 2969 else 2768 2970 - echo "$as_me:2804: result: no" >&5 2769 + echo "$as_me:280 8: result: no" >&52971 + echo "$as_me:2809: result: no" >&5 2770 2972 echo "${ECHO_T}no" >&6 2771 2973 fi 2772 2974 2773 @@ -2813,32 +281 7,32 @@2975 @@ -2813,32 +2818,32 @@ 2774 2976 fi 2775 2977 2776 2978 # Provide some information about the compiler. 2777 2979 -echo "$as_me:2816:" \ 2778 +echo "$as_me:282 0:" \2980 +echo "$as_me:2821:" \ 2779 2981 "checking for C++ compiler version" >&5 2780 2982 ac_compiler=`set X $ac_compile; echo $2` 2781 2983 -{ (eval echo "$as_me:2819: \"$ac_compiler --version </dev/null >&5\"") >&5 2782 +{ (eval echo "$as_me:282 3: \"$ac_compiler --version </dev/null >&5\"") >&52984 +{ (eval echo "$as_me:2824: \"$ac_compiler --version </dev/null >&5\"") >&5 2783 2985 (eval $ac_compiler --version </dev/null >&5) 2>&5 2784 2986 ac_status=$? 2785 2987 - echo "$as_me:2822: \$? = $ac_status" >&5 2786 + echo "$as_me:282 6: \$? = $ac_status" >&52988 + echo "$as_me:2827: \$? = $ac_status" >&5 2787 2989 (exit $ac_status); } 2788 2990 -{ (eval echo "$as_me:2824: \"$ac_compiler -v </dev/null >&5\"") >&5 2789 +{ (eval echo "$as_me:282 8: \"$ac_compiler -v </dev/null >&5\"") >&52991 +{ (eval echo "$as_me:2829: \"$ac_compiler -v </dev/null >&5\"") >&5 2790 2992 (eval $ac_compiler -v </dev/null >&5) 2>&5 2791 2993 ac_status=$? 2792 2994 - echo "$as_me:2827: \$? = $ac_status" >&5 2793 + echo "$as_me:283 1: \$? = $ac_status" >&52995 + echo "$as_me:2832: \$? = $ac_status" >&5 2794 2996 (exit $ac_status); } 2795 2997 -{ (eval echo "$as_me:2829: \"$ac_compiler -V </dev/null >&5\"") >&5 2796 +{ (eval echo "$as_me:283 3: \"$ac_compiler -V </dev/null >&5\"") >&52998 +{ (eval echo "$as_me:2834: \"$ac_compiler -V </dev/null >&5\"") >&5 2797 2999 (eval $ac_compiler -V </dev/null >&5) 2>&5 2798 3000 ac_status=$? 2799 3001 - echo "$as_me:2832: \$? = $ac_status" >&5 2800 + echo "$as_me:283 6: \$? = $ac_status" >&53002 + echo "$as_me:2837: \$? = $ac_status" >&5 2801 3003 (exit $ac_status); } 2802 3004 2803 3005 -echo "$as_me:2835: checking whether we are using the GNU C++ compiler" >&5 2804 +echo "$as_me:28 39: checking whether we are using the GNU C++ compiler" >&53006 +echo "$as_me:2840: checking whether we are using the GNU C++ compiler" >&5 2805 3007 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 2806 3008 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then … … 2809 3011 cat >conftest.$ac_ext <<_ACEOF 2810 3012 -#line 2841 "configure" 2811 +#line 284 5"configure"3013 +#line 2846 "configure" 2812 3014 #include "confdefs.h" 2813 3015 2814 3016 int 2815 @@ -2853,16 +285 7,16 @@3017 @@ -2853,16 +2858,16 @@ 2816 3018 } 2817 3019 _ACEOF 2818 3020 rm -f conftest.$ac_objext 2819 3021 -if { (eval echo "$as_me:2856: \"$ac_compile\"") >&5 2820 +if { (eval echo "$as_me:286 0: \"$ac_compile\"") >&53022 +if { (eval echo "$as_me:2861: \"$ac_compile\"") >&5 2821 3023 (eval $ac_compile) 2>&5 2822 3024 ac_status=$? 2823 3025 - echo "$as_me:2859: \$? = $ac_status" >&5 2824 + echo "$as_me:286 3: \$? = $ac_status" >&53026 + echo "$as_me:2864: \$? = $ac_status" >&5 2825 3027 (exit $ac_status); } && 2826 3028 { ac_try='test -s conftest.$ac_objext' 2827 3029 - { (eval echo "$as_me:2862: \"$ac_try\"") >&5 2828 + { (eval echo "$as_me:286 6: \"$ac_try\"") >&53030 + { (eval echo "$as_me:2867: \"$ac_try\"") >&5 2829 3031 (eval $ac_try) 2>&5 2830 3032 ac_status=$? 2831 3033 - echo "$as_me:2865: \$? = $ac_status" >&5 2832 + echo "$as_me:28 69: \$? = $ac_status" >&53034 + echo "$as_me:2870: \$? = $ac_status" >&5 2833 3035 (exit $ac_status); }; }; then 2834 3036 ac_compiler_gnu=yes 2835 3037 else 2836 @@ -2874,19 +287 8,19 @@3038 @@ -2874,19 +2879,19 @@ 2837 3039 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 2838 3040 2839 3041 fi 2840 3042 -echo "$as_me:2877: result: $ac_cv_cxx_compiler_gnu" >&5 2841 +echo "$as_me:288 1: result: $ac_cv_cxx_compiler_gnu" >&53043 +echo "$as_me:2882: result: $ac_cv_cxx_compiler_gnu" >&5 2842 3044 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 2843 3045 GXX=`test $ac_compiler_gnu = yes && echo yes` … … 2846 3048 CXXFLAGS="-g" 2847 3049 -echo "$as_me:2883: checking whether $CXX accepts -g" >&5 2848 +echo "$as_me:288 7: checking whether $CXX accepts -g" >&53050 +echo "$as_me:2888: checking whether $CXX accepts -g" >&5 2849 3051 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 2850 3052 if test "${ac_cv_prog_cxx_g+set}" = set; then … … 2853 3055 cat >conftest.$ac_ext <<_ACEOF 2854 3056 -#line 2889 "configure" 2855 +#line 289 3"configure"3057 +#line 2894 "configure" 2856 3058 #include "confdefs.h" 2857 3059 2858 3060 int 2859 @@ -2898,16 +290 2,16 @@3061 @@ -2898,16 +2903,16 @@ 2860 3062 } 2861 3063 _ACEOF 2862 3064 rm -f conftest.$ac_objext 2863 3065 -if { (eval echo "$as_me:2901: \"$ac_compile\"") >&5 2864 +if { (eval echo "$as_me:290 5: \"$ac_compile\"") >&53066 +if { (eval echo "$as_me:2906: \"$ac_compile\"") >&5 2865 3067 (eval $ac_compile) 2>&5 2866 3068 ac_status=$? 2867 3069 - echo "$as_me:2904: \$? = $ac_status" >&5 2868 + echo "$as_me:290 8: \$? = $ac_status" >&53070 + echo "$as_me:2909: \$? = $ac_status" >&5 2869 3071 (exit $ac_status); } && 2870 3072 { ac_try='test -s conftest.$ac_objext' 2871 3073 - { (eval echo "$as_me:2907: \"$ac_try\"") >&5 2872 + { (eval echo "$as_me:291 1: \"$ac_try\"") >&53074 + { (eval echo "$as_me:2912: \"$ac_try\"") >&5 2873 3075 (eval $ac_try) 2>&5 2874 3076 ac_status=$? 2875 3077 - echo "$as_me:2910: \$? = $ac_status" >&5 2876 + echo "$as_me:291 4: \$? = $ac_status" >&53078 + echo "$as_me:2915: \$? = $ac_status" >&5 2877 3079 (exit $ac_status); }; }; then 2878 3080 ac_cv_prog_cxx_g=yes 2879 3081 else 2880 @@ -2917,7 +292 1,7 @@3082 @@ -2917,7 +2922,7 @@ 2881 3083 fi 2882 3084 rm -f conftest.$ac_objext conftest.$ac_ext 2883 3085 fi 2884 3086 -echo "$as_me:2920: result: $ac_cv_prog_cxx_g" >&5 2885 +echo "$as_me:292 4: result: $ac_cv_prog_cxx_g" >&53087 +echo "$as_me:2925: result: $ac_cv_prog_cxx_g" >&5 2886 3088 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 2887 3089 if test "$ac_test_CXXFLAGS" = set; then 2888 3090 CXXFLAGS=$ac_save_CXXFLAGS 2889 @@ -2944,7 +294 8,7 @@3091 @@ -2944,7 +2949,7 @@ 2890 3092 'void exit (int);' 2891 3093 do 2892 3094 cat >conftest.$ac_ext <<_ACEOF 2893 3095 -#line 2947 "configure" 2894 +#line 295 1"configure"3096 +#line 2952 "configure" 2895 3097 #include "confdefs.h" 2896 3098 #include <stdlib.h> 2897 3099 $ac_declaration 2898 @@ -2957,16 +296 1,16 @@3100 @@ -2957,16 +2962,16 @@ 2899 3101 } 2900 3102 _ACEOF 2901 3103 rm -f conftest.$ac_objext 2902 3104 -if { (eval echo "$as_me:2960: \"$ac_compile\"") >&5 2903 +if { (eval echo "$as_me:296 4: \"$ac_compile\"") >&53105 +if { (eval echo "$as_me:2965: \"$ac_compile\"") >&5 2904 3106 (eval $ac_compile) 2>&5 2905 3107 ac_status=$? 2906 3108 - echo "$as_me:2963: \$? = $ac_status" >&5 2907 + echo "$as_me:296 7: \$? = $ac_status" >&53109 + echo "$as_me:2968: \$? = $ac_status" >&5 2908 3110 (exit $ac_status); } && 2909 3111 { ac_try='test -s conftest.$ac_objext' 2910 3112 - { (eval echo "$as_me:2966: \"$ac_try\"") >&5 2911 + { (eval echo "$as_me:297 0: \"$ac_try\"") >&53113 + { (eval echo "$as_me:2971: \"$ac_try\"") >&5 2912 3114 (eval $ac_try) 2>&5 2913 3115 ac_status=$? 2914 3116 - echo "$as_me:2969: \$? = $ac_status" >&5 2915 + echo "$as_me:297 3: \$? = $ac_status" >&53117 + echo "$as_me:2974: \$? = $ac_status" >&5 2916 3118 (exit $ac_status); }; }; then 2917 3119 : 2918 3120 else 2919 @@ -2976,7 +298 0,7 @@3121 @@ -2976,7 +2981,7 @@ 2920 3122 fi 2921 3123 rm -f conftest.$ac_objext conftest.$ac_ext 2922 3124 cat >conftest.$ac_ext <<_ACEOF 2923 3125 -#line 2979 "configure" 2924 +#line 298 3"configure"3126 +#line 2984 "configure" 2925 3127 #include "confdefs.h" 2926 3128 $ac_declaration 2927 3129 int 2928 @@ -2988,16 +299 2,16 @@3130 @@ -2988,16 +2993,16 @@ 2929 3131 } 2930 3132 _ACEOF 2931 3133 rm -f conftest.$ac_objext 2932 3134 -if { (eval echo "$as_me:2991: \"$ac_compile\"") >&5 2933 +if { (eval echo "$as_me:299 5: \"$ac_compile\"") >&53135 +if { (eval echo "$as_me:2996: \"$ac_compile\"") >&5 2934 3136 (eval $ac_compile) 2>&5 2935 3137 ac_status=$? 2936 3138 - echo "$as_me:2994: \$? = $ac_status" >&5 2937 + echo "$as_me:299 8: \$? = $ac_status" >&53139 + echo "$as_me:2999: \$? = $ac_status" >&5 2938 3140 (exit $ac_status); } && 2939 3141 { ac_try='test -s conftest.$ac_objext' 2940 3142 - { (eval echo "$as_me:2997: \"$ac_try\"") >&5 2941 + { (eval echo "$as_me:300 1: \"$ac_try\"") >&53143 + { (eval echo "$as_me:3002: \"$ac_try\"") >&5 2942 3144 (eval $ac_try) 2>&5 2943 3145 ac_status=$? 2944 3146 - echo "$as_me:3000: \$? = $ac_status" >&5 2945 + echo "$as_me:300 4: \$? = $ac_status" >&53147 + echo "$as_me:3005: \$? = $ac_status" >&5 2946 3148 (exit $ac_status); }; }; then 2947 3149 break 2948 3150 else 2949 @@ -3024,7 +302 8,7 @@3151 @@ -3024,7 +3029,7 @@ 2950 3152 if test "$CXX" = "g++" ; then 2951 3153 # Extract the first word of "g++", so it can be a program name with args. 2952 3154 set dummy g++; ac_word=$2 2953 3155 -echo "$as_me:3027: checking for $ac_word" >&5 2954 +echo "$as_me:303 1: checking for $ac_word" >&53156 +echo "$as_me:3032: checking for $ac_word" >&5 2955 3157 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2956 3158 if test "${ac_cv_path_CXX+set}" = set; then 2957 3159 echo $ECHO_N "(cached) $ECHO_C" >&6 2958 @@ -3041,7 +304 5,7 @@3160 @@ -3041,7 +3046,7 @@ 2959 3161 test -z "$ac_dir" && ac_dir=. 2960 3162 if $as_executable_p "$ac_dir/$ac_word"; then 2961 3163 ac_cv_path_CXX="$ac_dir/$ac_word" 2962 3164 - echo "$as_me:3044: found $ac_dir/$ac_word" >&5 2963 + echo "$as_me:304 8: found $ac_dir/$ac_word" >&53165 + echo "$as_me:3049: found $ac_dir/$ac_word" >&5 2964 3166 break 2965 3167 fi 2966 3168 done 2967 @@ -3052,16 +305 6,16 @@3169 @@ -3052,16 +3057,16 @@ 2968 3170 CXX=$ac_cv_path_CXX 2969 3171 2970 3172 if test -n "$CXX"; then 2971 3173 - echo "$as_me:3055: result: $CXX" >&5 2972 + echo "$as_me:30 59: result: $CXX" >&53174 + echo "$as_me:3060: result: $CXX" >&5 2973 3175 echo "${ECHO_T}$CXX" >&6 2974 3176 else 2975 3177 - echo "$as_me:3058: result: no" >&5 2976 + echo "$as_me:306 2: result: no" >&53178 + echo "$as_me:3063: result: no" >&5 2977 3179 echo "${ECHO_T}no" >&6 2978 3180 fi … … 2981 3183 if test "$CXX" = "g++" ; then 2982 3184 - { echo "$as_me:3064: WARNING: ignoring hardcoded g++" >&5 2983 + { echo "$as_me:306 8: WARNING: ignoring hardcoded g++" >&53185 + { echo "$as_me:3069: WARNING: ignoring hardcoded g++" >&5 2984 3186 echo "$as_me: WARNING: ignoring hardcoded g++" >&2;} 2985 3187 cf_with_cxx=no; CXX=""; GXX=""; 2986 3188 fi 2987 @@ -3069,11 +307 3,11 @@3189 @@ -3069,11 +3074,11 @@ 2988 3190 2989 3191 GXX_VERSION=none 2990 3192 if test "$GXX" = yes; then 2991 3193 - echo "$as_me:3072: checking version of g++" >&5 2992 + echo "$as_me:307 6: checking version of g++" >&53194 + echo "$as_me:3077: checking version of g++" >&5 2993 3195 echo $ECHO_N "checking version of g++... $ECHO_C" >&6 2994 3196 GXX_VERSION="`${CXX-g++} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" 2995 3197 test -z "$GXX_VERSION" && GXX_VERSION=unknown 2996 3198 - echo "$as_me:3076: result: $GXX_VERSION" >&5 2997 + echo "$as_me:308 0: result: $GXX_VERSION" >&53199 + echo "$as_me:3081: result: $GXX_VERSION" >&5 2998 3200 echo "${ECHO_T}$GXX_VERSION" >&6 2999 3201 fi 3000 3202 3001 @@ -3081,12 +308 5,12 @@3203 @@ -3081,12 +3086,12 @@ 3002 3204 1*|2.[0-6]*) 3003 3205 # GXX=""; CXX=""; ac_cv_prog_gxx=no 3004 3206 # cf_cxx_library=no 3005 3207 - { echo "$as_me:3084: WARNING: templates do not work" >&5 3006 + { echo "$as_me:308 8: WARNING: templates do not work" >&53208 + { echo "$as_me:3089: WARNING: templates do not work" >&5 3007 3209 echo "$as_me: WARNING: templates do not work" >&2;} 3008 3210 ;; … … 3010 3212 3011 3213 -echo "$as_me:3089: checking if you want to build C++ binding and demo" >&5 3012 +echo "$as_me:309 3: checking if you want to build C++ binding and demo" >&53214 +echo "$as_me:3094: checking if you want to build C++ binding and demo" >&5 3013 3215 echo $ECHO_N "checking if you want to build C++ binding and demo... $ECHO_C" >&6 3014 3216 3015 3217 # Check whether --with-cxx-binding or --without-cxx-binding was given. 3016 @@ -3096,10 +310 0,10 @@3218 @@ -3096,10 +3101,10 @@ 3017 3219 else 3018 3220 cf_with_cxx_binding=$cf_with_cxx 3019 3221 fi; 3020 3222 -echo "$as_me:3099: result: $cf_with_cxx_binding" >&5 3021 +echo "$as_me:310 3: result: $cf_with_cxx_binding" >&53223 +echo "$as_me:3104: result: $cf_with_cxx_binding" >&5 3022 3224 echo "${ECHO_T}$cf_with_cxx_binding" >&6 3023 3225 3024 3226 -echo "$as_me:3102: checking if you want to build with Ada95" >&5 3025 +echo "$as_me:310 6: checking if you want to build with Ada95" >&53227 +echo "$as_me:3107: checking if you want to build with Ada95" >&5 3026 3228 echo $ECHO_N "checking if you want to build with Ada95... $ECHO_C" >&6 3027 3229 3028 3230 # Check whether --with-ada or --without-ada was given. 3029 @@ -3109,10 +311 3,23 @@3231 @@ -3109,10 +3114,23 @@ 3030 3232 else 3031 3233 cf_with_ada=yes 3032 3234 fi; 3033 3235 -echo "$as_me:3112: result: $cf_with_ada" >&5 3034 +echo "$as_me:311 6: result: $cf_with_ada" >&53236 +echo "$as_me:3117: result: $cf_with_ada" >&5 3035 3237 echo "${ECHO_T}$cf_with_ada" >&6 3036 3238 3037 3239 -echo "$as_me:3115: checking if you want to build programs such as tic" >&5 3038 +echo "$as_me:31 19: checking if you want to install manpages" >&53240 +echo "$as_me:3120: checking if you want to install manpages" >&5 3039 3241 +echo $ECHO_N "checking if you want to install manpages... $ECHO_C" >&6 3040 3242 + … … 3046 3248 + cf_with_manpages=yes 3047 3249 +fi; 3048 +echo "$as_me:31 29: result: $cf_with_manpages" >&53250 +echo "$as_me:3130: result: $cf_with_manpages" >&5 3049 3251 +echo "${ECHO_T}$cf_with_manpages" >&6 3050 3252 + 3051 +echo "$as_me:313 2: checking if you want to build programs such as tic" >&53253 +echo "$as_me:3133: checking if you want to build programs such as tic" >&5 3052 3254 echo $ECHO_N "checking if you want to build programs such as tic... $ECHO_C" >&6 3053 3255 3054 3256 # Check whether --with-progs or --without-progs was given. 3055 @@ -3122,10 +31 39,10 @@3257 @@ -3122,10 +3140,10 @@ 3056 3258 else 3057 3259 cf_with_progs=yes 3058 3260 fi; 3059 3261 -echo "$as_me:3125: result: $cf_with_progs" >&5 3060 +echo "$as_me:314 2: result: $cf_with_progs" >&53262 +echo "$as_me:3143: result: $cf_with_progs" >&5 3061 3263 echo "${ECHO_T}$cf_with_progs" >&6 3062 3264 3063 3265 -echo "$as_me:3128: checking if you wish to install curses.h" >&5 3064 +echo "$as_me:314 5: checking if you wish to install curses.h" >&53266 +echo "$as_me:3146: checking if you wish to install curses.h" >&5 3065 3267 echo $ECHO_N "checking if you wish to install curses.h... $ECHO_C" >&6 3066 3268 3067 3269 # Check whether --with-curses-h or --without-curses-h was given. 3068 @@ -3135,7 +315 2,7 @@3270 @@ -3135,7 +3153,7 @@ 3069 3271 else 3070 3272 with_curses_h=yes 3071 3273 fi; 3072 3274 -echo "$as_me:3138: result: $with_curses_h" >&5 3073 +echo "$as_me:315 5: result: $with_curses_h" >&53275 +echo "$as_me:3156: result: $with_curses_h" >&5 3074 3276 echo "${ECHO_T}$with_curses_h" >&6 3075 3277 3076 3278 modules_to_build="ncurses" 3077 @@ -3161,7 +317 8,7 @@3279 @@ -3161,7 +3179,7 @@ 3078 3280 do 3079 3281 # Extract the first word of "$ac_prog", so it can be a program name with args. 3080 3282 set dummy $ac_prog; ac_word=$2 3081 3283 -echo "$as_me:3164: checking for $ac_word" >&5 3082 +echo "$as_me:318 1: checking for $ac_word" >&53284 +echo "$as_me:3182: checking for $ac_word" >&5 3083 3285 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3084 3286 if test "${ac_cv_prog_AWK+set}" = set; then 3085 3287 echo $ECHO_N "(cached) $ECHO_C" >&6 3086 @@ -3176,7 +319 3,7 @@3288 @@ -3176,7 +3194,7 @@ 3087 3289 test -z "$ac_dir" && ac_dir=. 3088 3290 $as_executable_p "$ac_dir/$ac_word" || continue 3089 3291 ac_cv_prog_AWK="$ac_prog" 3090 3292 -echo "$as_me:3179: found $ac_dir/$ac_word" >&5 3091 +echo "$as_me:319 6: found $ac_dir/$ac_word" >&53293 +echo "$as_me:3197: found $ac_dir/$ac_word" >&5 3092 3294 break 3093 3295 done 3094 3296 3095 @@ -3184,21 +320 1,21 @@3297 @@ -3184,21 +3202,21 @@ 3096 3298 fi 3097 3299 AWK=$ac_cv_prog_AWK 3098 3300 if test -n "$AWK"; then 3099 3301 - echo "$as_me:3187: result: $AWK" >&5 3100 + echo "$as_me:320 4: result: $AWK" >&53302 + echo "$as_me:3205: result: $AWK" >&5 3101 3303 echo "${ECHO_T}$AWK" >&6 3102 3304 else 3103 3305 - echo "$as_me:3190: result: no" >&5 3104 + echo "$as_me:320 7: result: no" >&53306 + echo "$as_me:3208: result: no" >&5 3105 3307 echo "${ECHO_T}no" >&6 3106 3308 fi … … 3110 3312 3111 3313 -test -z "$AWK" && { { echo "$as_me:3197: error: No awk program found" >&5 3112 +test -z "$AWK" && { { echo "$as_me:321 4: error: No awk program found" >&53314 +test -z "$AWK" && { { echo "$as_me:3215: error: No awk program found" >&5 3113 3315 echo "$as_me: error: No awk program found" >&2;} 3114 3316 { (exit 1); exit 1; }; } 3115 3317 3116 3318 -echo "$as_me:3201: checking for egrep" >&5 3117 +echo "$as_me:321 8: checking for egrep" >&53319 +echo "$as_me:3219: checking for egrep" >&5 3118 3320 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3119 3321 if test "${ac_cv_prog_egrep+set}" = set; then 3120 3322 echo $ECHO_N "(cached) $ECHO_C" >&6 3121 @@ -3208,11 +322 5,11 @@3323 @@ -3208,11 +3226,11 @@ 3122 3324 else ac_cv_prog_egrep='egrep' 3123 3325 fi 3124 3326 fi 3125 3327 -echo "$as_me:3211: result: $ac_cv_prog_egrep" >&5 3126 +echo "$as_me:322 8: result: $ac_cv_prog_egrep" >&53328 +echo "$as_me:3229: result: $ac_cv_prog_egrep" >&5 3127 3329 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 3128 3330 EGREP=$ac_cv_prog_egrep 3129 3331 3130 3332 -test -z "$EGREP" && { { echo "$as_me:3215: error: No egrep program found" >&5 3131 +test -z "$EGREP" && { { echo "$as_me:323 2: error: No egrep program found" >&53333 +test -z "$EGREP" && { { echo "$as_me:3233: error: No egrep program found" >&5 3132 3334 echo "$as_me: error: No egrep program found" >&2;} 3133 3335 { (exit 1); exit 1; }; } 3134 3336 3135 @@ -3228,7 +324 5,7 @@3337 @@ -3228,7 +3246,7 @@ 3136 3338 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 3137 3339 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3138 3340 # ./install, which can be erroneously created by make from ./install.sh. 3139 3341 -echo "$as_me:3231: checking for a BSD compatible install" >&5 3140 +echo "$as_me:324 8: checking for a BSD compatible install" >&53342 +echo "$as_me:3249: checking for a BSD compatible install" >&5 3141 3343 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 3142 3344 if test -z "$INSTALL"; then 3143 3345 if test "${ac_cv_path_install+set}" = set; then 3144 @@ -3277,7 +329 4,7 @@3346 @@ -3277,7 +3295,7 @@ 3145 3347 INSTALL=$ac_install_sh 3146 3348 fi 3147 3349 fi 3148 3350 -echo "$as_me:3280: result: $INSTALL" >&5 3149 +echo "$as_me:329 7: result: $INSTALL" >&53351 +echo "$as_me:3298: result: $INSTALL" >&5 3150 3352 echo "${ECHO_T}$INSTALL" >&6 3151 3353 3152 3354 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3153 @@ -3302,7 +33 19,7 @@3355 @@ -3302,7 +3320,7 @@ 3154 3356 do 3155 3357 # Extract the first word of "$ac_prog", so it can be a program name with args. 3156 3358 set dummy $ac_prog; ac_word=$2 3157 3359 -echo "$as_me:3305: checking for $ac_word" >&5 3158 +echo "$as_me:332 2: checking for $ac_word" >&53360 +echo "$as_me:3323: checking for $ac_word" >&5 3159 3361 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3160 3362 if test "${ac_cv_prog_LINT+set}" = set; then 3161 3363 echo $ECHO_N "(cached) $ECHO_C" >&6 3162 @@ -3317,7 +333 4,7 @@3364 @@ -3317,7 +3335,7 @@ 3163 3365 test -z "$ac_dir" && ac_dir=. 3164 3366 $as_executable_p "$ac_dir/$ac_word" || continue 3165 3367 ac_cv_prog_LINT="$ac_prog" 3166 3368 -echo "$as_me:3320: found $ac_dir/$ac_word" >&5 3167 +echo "$as_me:333 7: found $ac_dir/$ac_word" >&53369 +echo "$as_me:3338: found $ac_dir/$ac_word" >&5 3168 3370 break 3169 3371 done 3170 3372 3171 @@ -3325,28 +334 2,28 @@3373 @@ -3325,28 +3343,28 @@ 3172 3374 fi 3173 3375 LINT=$ac_cv_prog_LINT 3174 3376 if test -n "$LINT"; then 3175 3377 - echo "$as_me:3328: result: $LINT" >&5 3176 + echo "$as_me:334 5: result: $LINT" >&53378 + echo "$as_me:3346: result: $LINT" >&5 3177 3379 echo "${ECHO_T}$LINT" >&6 3178 3380 else 3179 3381 - echo "$as_me:3331: result: no" >&5 3180 + echo "$as_me:334 8: result: no" >&53382 + echo "$as_me:3349: result: no" >&5 3181 3383 echo "${ECHO_T}no" >&6 3182 3384 fi … … 3186 3388 3187 3389 -echo "$as_me:3338: checking whether ln -s works" >&5 3188 +echo "$as_me:335 5: checking whether ln -s works" >&53390 +echo "$as_me:3356: checking whether ln -s works" >&5 3189 3391 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 3190 3392 LN_S=$as_ln_s 3191 3393 if test "$LN_S" = "ln -s"; then 3192 3394 - echo "$as_me:3342: result: yes" >&5 3193 + echo "$as_me:33 59: result: yes" >&53395 + echo "$as_me:3360: result: yes" >&5 3194 3396 echo "${ECHO_T}yes" >&6 3195 3397 else 3196 3398 - echo "$as_me:3345: result: no, using $LN_S" >&5 3197 + echo "$as_me:336 2: result: no, using $LN_S" >&53399 + echo "$as_me:3363: result: no, using $LN_S" >&5 3198 3400 echo "${ECHO_T}no, using $LN_S" >&6 3199 3401 fi 3200 3402 3201 3403 -echo "$as_me:3349: checking for long file names" >&5 3202 +echo "$as_me:336 6: checking for long file names" >&53404 +echo "$as_me:3367: checking for long file names" >&5 3203 3405 echo $ECHO_N "checking for long file names... $ECHO_C" >&6 3204 3406 if test "${ac_cv_sys_long_file_names+set}" = set; then 3205 3407 echo $ECHO_N "(cached) $ECHO_C" >&6 3206 @@ -3385,7 +340 2,7 @@3408 @@ -3385,7 +3403,7 @@ 3207 3409 rm -rf $ac_xdir 2>/dev/null 3208 3410 done 3209 3411 fi 3210 3412 -echo "$as_me:3388: result: $ac_cv_sys_long_file_names" >&5 3211 +echo "$as_me:340 5: result: $ac_cv_sys_long_file_names" >&53413 +echo "$as_me:3406: result: $ac_cv_sys_long_file_names" >&5 3212 3414 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 3213 3415 if test $ac_cv_sys_long_file_names = yes; then 3214 3416 3215 @@ -3395,7 +341 2,136 @@3417 @@ -3395,7 +3413,136 @@ 3216 3418 3217 3419 fi … … 3220 3422 +# if we find pkg-config, check if we should install the ".pc" files. 3221 3423 + 3222 +echo "$as_me:341 7: checking if you want to use pkg-config" >&53424 +echo "$as_me:3418: checking if you want to use pkg-config" >&5 3223 3425 +echo $ECHO_N "checking if you want to use pkg-config... $ECHO_C" >&6 3224 3426 + … … 3230 3432 + cf_pkg_config=yes 3231 3433 +fi; 3232 +echo "$as_me:342 7: result: $cf_pkg_config" >&53434 +echo "$as_me:3428: result: $cf_pkg_config" >&5 3233 3435 +echo "${ECHO_T}$cf_pkg_config" >&6 3234 3436 + … … 3240 3442 + # Extract the first word of "pkg-config", so it can be a program name with args. 3241 3443 +set dummy pkg-config; ac_word=$2 3242 +echo "$as_me:343 7: checking for $ac_word" >&53444 +echo "$as_me:3438: checking for $ac_word" >&5 3243 3445 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3244 3446 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then … … 3257 3459 + if $as_executable_p "$ac_dir/$ac_word"; then 3258 3460 + ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" 3259 + echo "$as_me:345 4: found $ac_dir/$ac_word" >&53461 + echo "$as_me:3455: found $ac_dir/$ac_word" >&5 3260 3462 + break 3261 3463 +fi … … 3269 3471 + 3270 3472 +if test -n "$PKG_CONFIG"; then 3271 + echo "$as_me:346 6: result: $PKG_CONFIG" >&53473 + echo "$as_me:3467: result: $PKG_CONFIG" >&5 3272 3474 +echo "${ECHO_T}$PKG_CONFIG" >&6 3273 3475 +else 3274 + echo "$as_me:34 69: result: no" >&53476 + echo "$as_me:3470: result: no" >&5 3275 3477 +echo "${ECHO_T}no" >&6 3276 3478 +fi … … 3310 3512 + ;; 3311 3513 +*) 3312 + { { echo "$as_me:350 7: error: expected a pathname, not \"$PKG_CONFIG\"" >&53514 + { { echo "$as_me:3508: error: expected a pathname, not \"$PKG_CONFIG\"" >&5 3313 3515 +echo "$as_me: error: expected a pathname, not \"$PKG_CONFIG\"" >&2;} 3314 3516 + { (exit 1); exit 1; }; } … … 3319 3521 + 3320 3522 +if test "$PKG_CONFIG" != no ; then 3321 + echo "$as_me:351 6: checking if we should install .pc files for $PKG_CONFIG" >&53523 + echo "$as_me:3517: checking if we should install .pc files for $PKG_CONFIG" >&5 3322 3524 +echo $ECHO_N "checking if we should install .pc files for $PKG_CONFIG... $ECHO_C" >&6 3323 3525 + … … 3336 3538 + enable_pc_files=no 3337 3539 +fi; 3338 + echo "$as_me:353 3: result: $enable_pc_files" >&53540 + echo "$as_me:3534: result: $enable_pc_files" >&5 3339 3541 +echo "${ECHO_T}$enable_pc_files" >&6 3340 3542 + else 3341 + echo "$as_me:353 6: result: no" >&53543 + echo "$as_me:3537: result: no" >&5 3342 3544 +echo "${ECHO_T}no" >&6 3343 + { echo "$as_me:353 8: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&53545 + { echo "$as_me:3539: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&5 3344 3546 +echo "$as_me: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&2;} 3345 3547 + enable_pc_files=no … … 3347 3549 +fi 3348 3550 + 3349 +echo "$as_me:354 4: checking if we should assume mixed-case filenames" >&53551 +echo "$as_me:3545: checking if we should assume mixed-case filenames" >&5 3350 3552 echo $ECHO_N "checking if we should assume mixed-case filenames... $ECHO_C" >&6 3351 3553 3352 3554 # Check whether --enable-mixed-case or --disable-mixed-case was given. 3353 @@ -3405,11 +355 1,11 @@3555 @@ -3405,11 +3552,11 @@ 3354 3556 else 3355 3557 enable_mixedcase=auto 3356 3558 fi; 3357 3559 -echo "$as_me:3408: result: $enable_mixedcase" >&5 3358 +echo "$as_me:355 4: result: $enable_mixedcase" >&53560 +echo "$as_me:3555: result: $enable_mixedcase" >&5 3359 3561 echo "${ECHO_T}$enable_mixedcase" >&6 3360 3562 if test "$enable_mixedcase" = "auto" ; then 3361 3563 3362 3564 -echo "$as_me:3412: checking if filesystem supports mixed-case filenames" >&5 3363 +echo "$as_me:355 8: checking if filesystem supports mixed-case filenames" >&53565 +echo "$as_me:3559: checking if filesystem supports mixed-case filenames" >&5 3364 3566 echo $ECHO_N "checking if filesystem supports mixed-case filenames... $ECHO_C" >&6 3365 3567 if test "${cf_cv_mixedcase+set}" = set; then 3366 3568 echo $ECHO_N "(cached) $ECHO_C" >&6 3367 @@ -3436,7 +358 2,7 @@3569 @@ -3436,7 +3583,7 @@ 3368 3570 fi 3369 3571 3370 3572 fi 3371 3573 -echo "$as_me:3439: result: $cf_cv_mixedcase" >&5 3372 +echo "$as_me:358 5: result: $cf_cv_mixedcase" >&53574 +echo "$as_me:3586: result: $cf_cv_mixedcase" >&5 3373 3575 echo "${ECHO_T}$cf_cv_mixedcase" >&6 3374 3576 test "$cf_cv_mixedcase" = yes && cat >>confdefs.h <<\EOF 3375 3577 #define MIXEDCASE_FILENAMES 1 3376 @@ -3453,7 +3 599,7 @@3578 @@ -3453,7 +3600,7 @@ 3377 3579 fi 3378 3580 3379 3581 # do this after mixed-case option (tags/TAGS is not as important as tic). 3380 3582 -echo "$as_me:3456: checking whether ${MAKE-make} sets \${MAKE}" >&5 3381 +echo "$as_me:360 2: checking whether ${MAKE-make} sets \${MAKE}" >&53583 +echo "$as_me:3603: checking whether ${MAKE-make} sets \${MAKE}" >&5 3382 3584 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 3383 3585 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 3384 3586 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 3385 @@ -3473,18 +36 19,18 @@3587 @@ -3473,18 +3620,18 @@ 3386 3588 rm -f conftest.make 3387 3589 fi 3388 3590 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 3389 3591 - echo "$as_me:3476: result: yes" >&5 3390 + echo "$as_me:362 2: result: yes" >&53592 + echo "$as_me:3623: result: yes" >&5 3391 3593 echo "${ECHO_T}yes" >&6 3392 3594 SET_MAKE= 3393 3595 else 3394 3596 - echo "$as_me:3480: result: no" >&5 3395 + echo "$as_me:362 6: result: no" >&53597 + echo "$as_me:3627: result: no" >&5 3396 3598 echo "${ECHO_T}no" >&6 3397 3599 SET_MAKE="MAKE=${MAKE-make}" … … 3401 3603 set dummy ctags; ac_word=$2 3402 3604 -echo "$as_me:3487: checking for $ac_word" >&5 3403 +echo "$as_me:363 3: checking for $ac_word" >&53605 +echo "$as_me:3634: checking for $ac_word" >&5 3404 3606 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3405 3607 if test "${ac_cv_prog_MAKE_LOWER_TAGS+set}" = set; then 3406 3608 echo $ECHO_N "(cached) $ECHO_C" >&6 3407 @@ -3499,7 +364 5,7 @@3609 @@ -3499,7 +3646,7 @@ 3408 3610 test -z "$ac_dir" && ac_dir=. 3409 3611 $as_executable_p "$ac_dir/$ac_word" || continue 3410 3612 ac_cv_prog_MAKE_LOWER_TAGS="yes" 3411 3613 -echo "$as_me:3502: found $ac_dir/$ac_word" >&5 3412 +echo "$as_me:364 8: found $ac_dir/$ac_word" >&53614 +echo "$as_me:3649: found $ac_dir/$ac_word" >&5 3413 3615 break 3414 3616 done 3415 3617 3416 @@ -3508,17 +365 4,17 @@3618 @@ -3508,17 +3655,17 @@ 3417 3619 fi 3418 3620 MAKE_LOWER_TAGS=$ac_cv_prog_MAKE_LOWER_TAGS 3419 3621 if test -n "$MAKE_LOWER_TAGS"; then 3420 3622 - echo "$as_me:3511: result: $MAKE_LOWER_TAGS" >&5 3421 + echo "$as_me:365 7: result: $MAKE_LOWER_TAGS" >&53623 + echo "$as_me:3658: result: $MAKE_LOWER_TAGS" >&5 3422 3624 echo "${ECHO_T}$MAKE_LOWER_TAGS" >&6 3423 3625 else 3424 3626 - echo "$as_me:3514: result: no" >&5 3425 + echo "$as_me:366 0: result: no" >&53627 + echo "$as_me:3661: result: no" >&5 3426 3628 echo "${ECHO_T}no" >&6 3427 3629 fi … … 3431 3633 set dummy etags; ac_word=$2 3432 3634 -echo "$as_me:3521: checking for $ac_word" >&5 3433 +echo "$as_me:366 7: checking for $ac_word" >&53635 +echo "$as_me:3668: checking for $ac_word" >&5 3434 3636 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3435 3637 if test "${ac_cv_prog_MAKE_UPPER_TAGS+set}" = set; then 3436 3638 echo $ECHO_N "(cached) $ECHO_C" >&6 3437 @@ -3533,7 +36 79,7 @@3639 @@ -3533,7 +3680,7 @@ 3438 3640 test -z "$ac_dir" && ac_dir=. 3439 3641 $as_executable_p "$ac_dir/$ac_word" || continue 3440 3642 ac_cv_prog_MAKE_UPPER_TAGS="yes" 3441 3643 -echo "$as_me:3536: found $ac_dir/$ac_word" >&5 3442 +echo "$as_me:368 2: found $ac_dir/$ac_word" >&53644 +echo "$as_me:3683: found $ac_dir/$ac_word" >&5 3443 3645 break 3444 3646 done 3445 3647 3446 @@ -3542,10 +368 8,10 @@3648 @@ -3542,10 +3689,10 @@ 3447 3649 fi 3448 3650 MAKE_UPPER_TAGS=$ac_cv_prog_MAKE_UPPER_TAGS 3449 3651 if test -n "$MAKE_UPPER_TAGS"; then 3450 3652 - echo "$as_me:3545: result: $MAKE_UPPER_TAGS" >&5 3451 + echo "$as_me:369 1: result: $MAKE_UPPER_TAGS" >&53653 + echo "$as_me:3692: result: $MAKE_UPPER_TAGS" >&5 3452 3654 echo "${ECHO_T}$MAKE_UPPER_TAGS" >&6 3453 3655 else 3454 3656 - echo "$as_me:3548: result: no" >&5 3455 + echo "$as_me:369 4: result: no" >&53657 + echo "$as_me:3695: result: no" >&5 3456 3658 echo "${ECHO_T}no" >&6 3457 3659 fi 3458 3660 3459 @@ -3565,7 +371 1,7 @@3661 @@ -3565,7 +3712,7 @@ 3460 3662 MAKE_LOWER_TAGS="#" 3461 3663 fi 3462 3664 3463 3665 -echo "$as_me:3568: checking for makeflags variable" >&5 3464 +echo "$as_me:371 4: checking for makeflags variable" >&53666 +echo "$as_me:3715: checking for makeflags variable" >&5 3465 3667 echo $ECHO_N "checking for makeflags variable... $ECHO_C" >&6 3466 3668 if test "${cf_cv_makeflags+set}" = set; then 3467 3669 echo $ECHO_N "(cached) $ECHO_C" >&6 3468 @@ -3599,13 +374 5,13 @@3670 @@ -3599,13 +3746,13 @@ 3469 3671 rm -f cf_makeflags.tmp 3470 3672 3471 3673 fi 3472 3674 -echo "$as_me:3602: result: $cf_cv_makeflags" >&5 3473 +echo "$as_me:374 8: result: $cf_cv_makeflags" >&53675 +echo "$as_me:3749: result: $cf_cv_makeflags" >&5 3474 3676 echo "${ECHO_T}$cf_cv_makeflags" >&6 3475 3677 … … 3478 3680 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3479 3681 -echo "$as_me:3608: checking for $ac_word" >&5 3480 +echo "$as_me:375 4: checking for $ac_word" >&53682 +echo "$as_me:3755: checking for $ac_word" >&5 3481 3683 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3482 3684 if test "${ac_cv_prog_RANLIB+set}" = set; then 3483 3685 echo $ECHO_N "(cached) $ECHO_C" >&6 3484 @@ -3620,7 +376 6,7 @@3686 @@ -3620,7 +3767,7 @@ 3485 3687 test -z "$ac_dir" && ac_dir=. 3486 3688 $as_executable_p "$ac_dir/$ac_word" || continue 3487 3689 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3488 3690 -echo "$as_me:3623: found $ac_dir/$ac_word" >&5 3489 +echo "$as_me:37 69: found $ac_dir/$ac_word" >&53691 +echo "$as_me:3770: found $ac_dir/$ac_word" >&5 3490 3692 break 3491 3693 done 3492 3694 3493 @@ -3628,10 +377 4,10 @@3695 @@ -3628,10 +3775,10 @@ 3494 3696 fi 3495 3697 RANLIB=$ac_cv_prog_RANLIB 3496 3698 if test -n "$RANLIB"; then 3497 3699 - echo "$as_me:3631: result: $RANLIB" >&5 3498 + echo "$as_me:377 7: result: $RANLIB" >&53700 + echo "$as_me:3778: result: $RANLIB" >&5 3499 3701 echo "${ECHO_T}$RANLIB" >&6 3500 3702 else 3501 3703 - echo "$as_me:3634: result: no" >&5 3502 + echo "$as_me:378 0: result: no" >&53704 + echo "$as_me:3781: result: no" >&5 3503 3705 echo "${ECHO_T}no" >&6 3504 3706 fi 3505 3707 3506 @@ -3640,7 +378 6,7 @@3708 @@ -3640,7 +3787,7 @@ 3507 3709 ac_ct_RANLIB=$RANLIB 3508 3710 # Extract the first word of "ranlib", so it can be a program name with args. 3509 3711 set dummy ranlib; ac_word=$2 3510 3712 -echo "$as_me:3643: checking for $ac_word" >&5 3511 +echo "$as_me:37 89: checking for $ac_word" >&53713 +echo "$as_me:3790: checking for $ac_word" >&5 3512 3714 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3513 3715 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3514 3716 echo $ECHO_N "(cached) $ECHO_C" >&6 3515 @@ -3655,7 +380 1,7 @@3717 @@ -3655,7 +3802,7 @@ 3516 3718 test -z "$ac_dir" && ac_dir=. 3517 3719 $as_executable_p "$ac_dir/$ac_word" || continue 3518 3720 ac_cv_prog_ac_ct_RANLIB="ranlib" 3519 3721 -echo "$as_me:3658: found $ac_dir/$ac_word" >&5 3520 +echo "$as_me:380 4: found $ac_dir/$ac_word" >&53722 +echo "$as_me:3805: found $ac_dir/$ac_word" >&5 3521 3723 break 3522 3724 done 3523 3725 3524 @@ -3664,10 +381 0,10 @@3726 @@ -3664,10 +3811,10 @@ 3525 3727 fi 3526 3728 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3527 3729 if test -n "$ac_ct_RANLIB"; then 3528 3730 - echo "$as_me:3667: result: $ac_ct_RANLIB" >&5 3529 + echo "$as_me:381 3: result: $ac_ct_RANLIB" >&53731 + echo "$as_me:3814: result: $ac_ct_RANLIB" >&5 3530 3732 echo "${ECHO_T}$ac_ct_RANLIB" >&6 3531 3733 else 3532 3734 - echo "$as_me:3670: result: no" >&5 3533 + echo "$as_me:381 6: result: no" >&53735 + echo "$as_me:3817: result: no" >&5 3534 3736 echo "${ECHO_T}no" >&6 3535 3737 fi 3536 3738 3537 @@ -3679,7 +382 5,7 @@3739 @@ -3679,7 +3826,7 @@ 3538 3740 if test -n "$ac_tool_prefix"; then 3539 3741 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args. 3540 3742 set dummy ${ac_tool_prefix}ld; ac_word=$2 3541 3743 -echo "$as_me:3682: checking for $ac_word" >&5 3542 +echo "$as_me:382 8: checking for $ac_word" >&53744 +echo "$as_me:3829: checking for $ac_word" >&5 3543 3745 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3544 3746 if test "${ac_cv_prog_LD+set}" = set; then 3545 3747 echo $ECHO_N "(cached) $ECHO_C" >&6 3546 @@ -3694,7 +384 0,7 @@3748 @@ -3694,7 +3841,7 @@ 3547 3749 test -z "$ac_dir" && ac_dir=. 3548 3750 $as_executable_p "$ac_dir/$ac_word" || continue 3549 3751 ac_cv_prog_LD="${ac_tool_prefix}ld" 3550 3752 -echo "$as_me:3697: found $ac_dir/$ac_word" >&5 3551 +echo "$as_me:384 3: found $ac_dir/$ac_word" >&53753 +echo "$as_me:3844: found $ac_dir/$ac_word" >&5 3552 3754 break 3553 3755 done 3554 3756 3555 @@ -3702,10 +384 8,10 @@3757 @@ -3702,10 +3849,10 @@ 3556 3758 fi 3557 3759 LD=$ac_cv_prog_LD 3558 3760 if test -n "$LD"; then 3559 3761 - echo "$as_me:3705: result: $LD" >&5 3560 + echo "$as_me:385 1: result: $LD" >&53762 + echo "$as_me:3852: result: $LD" >&5 3561 3763 echo "${ECHO_T}$LD" >&6 3562 3764 else 3563 3765 - echo "$as_me:3708: result: no" >&5 3564 + echo "$as_me:385 4: result: no" >&53766 + echo "$as_me:3855: result: no" >&5 3565 3767 echo "${ECHO_T}no" >&6 3566 3768 fi 3567 3769 3568 @@ -3714,7 +386 0,7 @@3770 @@ -3714,7 +3861,7 @@ 3569 3771 ac_ct_LD=$LD 3570 3772 # Extract the first word of "ld", so it can be a program name with args. 3571 3773 set dummy ld; ac_word=$2 3572 3774 -echo "$as_me:3717: checking for $ac_word" >&5 3573 +echo "$as_me:386 3: checking for $ac_word" >&53775 +echo "$as_me:3864: checking for $ac_word" >&5 3574 3776 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3575 3777 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then 3576 3778 echo $ECHO_N "(cached) $ECHO_C" >&6 3577 @@ -3729,7 +387 5,7 @@3779 @@ -3729,7 +3876,7 @@ 3578 3780 test -z "$ac_dir" && ac_dir=. 3579 3781 $as_executable_p "$ac_dir/$ac_word" || continue 3580 3782 ac_cv_prog_ac_ct_LD="ld" 3581 3783 -echo "$as_me:3732: found $ac_dir/$ac_word" >&5 3582 +echo "$as_me:387 8: found $ac_dir/$ac_word" >&53784 +echo "$as_me:3879: found $ac_dir/$ac_word" >&5 3583 3785 break 3584 3786 done 3585 3787 3586 @@ -3738,10 +388 4,10 @@3788 @@ -3738,10 +3885,10 @@ 3587 3789 fi 3588 3790 ac_ct_LD=$ac_cv_prog_ac_ct_LD 3589 3791 if test -n "$ac_ct_LD"; then 3590 3792 - echo "$as_me:3741: result: $ac_ct_LD" >&5 3591 + echo "$as_me:388 7: result: $ac_ct_LD" >&53793 + echo "$as_me:3888: result: $ac_ct_LD" >&5 3592 3794 echo "${ECHO_T}$ac_ct_LD" >&6 3593 3795 else 3594 3796 - echo "$as_me:3744: result: no" >&5 3595 + echo "$as_me:389 0: result: no" >&53797 + echo "$as_me:3891: result: no" >&5 3596 3798 echo "${ECHO_T}no" >&6 3597 3799 fi 3598 3800 3599 @@ -3753,7 +3 899,7 @@3801 @@ -3753,7 +3900,7 @@ 3600 3802 if test -n "$ac_tool_prefix"; then 3601 3803 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 3602 3804 set dummy ${ac_tool_prefix}ar; ac_word=$2 3603 3805 -echo "$as_me:3756: checking for $ac_word" >&5 3604 +echo "$as_me:390 2: checking for $ac_word" >&53806 +echo "$as_me:3903: checking for $ac_word" >&5 3605 3807 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3606 3808 if test "${ac_cv_prog_AR+set}" = set; then 3607 3809 echo $ECHO_N "(cached) $ECHO_C" >&6 3608 @@ -3768,7 +391 4,7 @@3810 @@ -3768,7 +3915,7 @@ 3609 3811 test -z "$ac_dir" && ac_dir=. 3610 3812 $as_executable_p "$ac_dir/$ac_word" || continue 3611 3813 ac_cv_prog_AR="${ac_tool_prefix}ar" 3612 3814 -echo "$as_me:3771: found $ac_dir/$ac_word" >&5 3613 +echo "$as_me:391 7: found $ac_dir/$ac_word" >&53815 +echo "$as_me:3918: found $ac_dir/$ac_word" >&5 3614 3816 break 3615 3817 done 3616 3818 3617 @@ -3776,10 +392 2,10 @@3819 @@ -3776,10 +3923,10 @@ 3618 3820 fi 3619 3821 AR=$ac_cv_prog_AR 3620 3822 if test -n "$AR"; then 3621 3823 - echo "$as_me:3779: result: $AR" >&5 3622 + echo "$as_me:392 5: result: $AR" >&53824 + echo "$as_me:3926: result: $AR" >&5 3623 3825 echo "${ECHO_T}$AR" >&6 3624 3826 else 3625 3827 - echo "$as_me:3782: result: no" >&5 3626 + echo "$as_me:392 8: result: no" >&53828 + echo "$as_me:3929: result: no" >&5 3627 3829 echo "${ECHO_T}no" >&6 3628 3830 fi 3629 3831 3630 @@ -3788,7 +393 4,7 @@3832 @@ -3788,7 +3935,7 @@ 3631 3833 ac_ct_AR=$AR 3632 3834 # Extract the first word of "ar", so it can be a program name with args. 3633 3835 set dummy ar; ac_word=$2 3634 3836 -echo "$as_me:3791: checking for $ac_word" >&5 3635 +echo "$as_me:393 7: checking for $ac_word" >&53837 +echo "$as_me:3938: checking for $ac_word" >&5 3636 3838 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3637 3839 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 3638 3840 echo $ECHO_N "(cached) $ECHO_C" >&6 3639 @@ -3803,7 +39 49,7 @@3841 @@ -3803,7 +3950,7 @@ 3640 3842 test -z "$ac_dir" && ac_dir=. 3641 3843 $as_executable_p "$ac_dir/$ac_word" || continue 3642 3844 ac_cv_prog_ac_ct_AR="ar" 3643 3845 -echo "$as_me:3806: found $ac_dir/$ac_word" >&5 3644 +echo "$as_me:395 2: found $ac_dir/$ac_word" >&53846 +echo "$as_me:3953: found $ac_dir/$ac_word" >&5 3645 3847 break 3646 3848 done 3647 3849 3648 @@ -3812,10 +395 8,10 @@3850 @@ -3812,10 +3959,10 @@ 3649 3851 fi 3650 3852 ac_ct_AR=$ac_cv_prog_ac_ct_AR 3651 3853 if test -n "$ac_ct_AR"; then 3652 3854 - echo "$as_me:3815: result: $ac_ct_AR" >&5 3653 + echo "$as_me:396 1: result: $ac_ct_AR" >&53855 + echo "$as_me:3962: result: $ac_ct_AR" >&5 3654 3856 echo "${ECHO_T}$ac_ct_AR" >&6 3655 3857 else 3656 3858 - echo "$as_me:3818: result: no" >&5 3657 + echo "$as_me:396 4: result: no" >&53859 + echo "$as_me:3965: result: no" >&5 3658 3860 echo "${ECHO_T}no" >&6 3659 3861 fi 3660 3862 3661 @@ -3824,25 +397 0,123 @@3863 @@ -3824,25 +3971,123 @@ 3662 3864 AR="$ac_cv_prog_AR" 3663 3865 fi … … 3667 3869 + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 3668 3870 +set dummy ${ac_tool_prefix}ar; ac_word=$2 3669 +echo "$as_me:397 6: checking for $ac_word" >&53871 +echo "$as_me:3977: checking for $ac_word" >&5 3670 3872 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3671 3873 +if test "${ac_cv_prog_AR+set}" = set; then … … 3682 3884 + $as_executable_p "$ac_dir/$ac_word" || continue 3683 3885 +ac_cv_prog_AR="${ac_tool_prefix}ar" 3684 +echo "$as_me:399 1: found $ac_dir/$ac_word" >&53886 +echo "$as_me:3992: found $ac_dir/$ac_word" >&5 3685 3887 +break 3686 3888 +done … … 3692 3894 +AR=$ac_cv_prog_AR 3693 3895 +if test -n "$AR"; then 3694 + echo "$as_me: 3999: result: $AR" >&53896 + echo "$as_me:4000: result: $AR" >&5 3695 3897 +echo "${ECHO_T}$AR" >&6 3696 3898 +else 3697 + echo "$as_me:400 2: result: no" >&53899 + echo "$as_me:4003: result: no" >&5 3698 3900 +echo "${ECHO_T}no" >&6 3699 3901 +fi … … 3706 3908 + # Extract the first word of "ar", so it can be a program name with args. 3707 3909 +set dummy ar; ac_word=$2 3708 +echo "$as_me:401 1: checking for $ac_word" >&53910 +echo "$as_me:4012: checking for $ac_word" >&5 3709 3911 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3710 3912 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then … … 3721 3923 + $as_executable_p "$ac_dir/$ac_word" || continue 3722 3924 +ac_cv_prog_ac_ct_AR="ar" 3723 +echo "$as_me:402 6: found $ac_dir/$ac_word" >&53925 +echo "$as_me:4027: found $ac_dir/$ac_word" >&5 3724 3926 +break 3725 3927 +done … … 3730 3932 +ac_ct_AR=$ac_cv_prog_ac_ct_AR 3731 3933 +if test -n "$ac_ct_AR"; then 3732 + echo "$as_me:403 5: result: $ac_ct_AR" >&53934 + echo "$as_me:4036: result: $ac_ct_AR" >&5 3733 3935 +echo "${ECHO_T}$ac_ct_AR" >&6 3734 3936 +else 3735 + echo "$as_me:403 8: result: no" >&53937 + echo "$as_me:4039: result: no" >&5 3736 3938 +echo "${ECHO_T}no" >&6 3737 3939 +fi … … 3742 3944 +fi 3743 3945 + 3744 +echo "$as_me:404 7: checking for options to update archives" >&53946 +echo "$as_me:4048: checking for options to update archives" >&5 3745 3947 +echo $ECHO_N "checking for options to update archives... $ECHO_C" >&6 3746 3948 +if test "${cf_cv_ar_flags+set}" = set; then 3747 3949 + echo $ECHO_N "(cached) $ECHO_C" >&6 3748 3950 +else 3749 3750 -cf_cv_subst_AR_OPTS=$AR_OPTS 3751 -echo "$as_me:3840: result: $AR_OPTS" >&5 3752 -echo "${ECHO_T}$AR_OPTS" >&6 3951 + 3753 3952 + cf_cv_ar_flags=unknown 3754 3953 + for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv … … 3756 3955 + rm -f conftest.$ac_cv_objext 3757 3956 + rm -f conftest.a 3758 + 3957 3958 -cf_cv_subst_AR_OPTS=$AR_OPTS 3959 -echo "$as_me:3840: result: $AR_OPTS" >&5 3960 -echo "${ECHO_T}$AR_OPTS" >&6 3759 3961 + cat >conftest.$ac_ext <<EOF 3760 +#line 406 0"configure"3962 +#line 4061 "configure" 3761 3963 +int testdata[3] = { 123, 456, 789 }; 3762 3964 +EOF 3763 + if { (eval echo "$as_me:406 3: \"$ac_compile\"") >&53965 + if { (eval echo "$as_me:4064: \"$ac_compile\"") >&5 3764 3966 + (eval $ac_compile) 2>&5 3765 3967 + ac_status=$? 3766 + echo "$as_me:406 6: \$? = $ac_status" >&53968 + echo "$as_me:4067: \$? = $ac_status" >&5 3767 3969 + (exit $ac_status); } ; then 3768 3970 + $AR $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&5 1>/dev/null … … 3774 3976 + test -n "$verbose" && echo " cannot compile test-program" 1>&6 3775 3977 + 3776 +echo "${as_me-configure}:407 6: testing cannot compile test-program ..." 1>&53978 +echo "${as_me-configure}:4077: testing cannot compile test-program ..." 1>&5 3777 3979 + 3778 3980 + break … … 3782 3984 3783 3985 fi 3784 +echo "$as_me:408 4: result: $cf_cv_ar_flags" >&53986 +echo "$as_me:4085: result: $cf_cv_ar_flags" >&5 3785 3987 +echo "${ECHO_T}$cf_cv_ar_flags" >&6 3786 3988 +test -z "$ARFLAGS" && ARFLAGS=$cf_cv_ar_flags … … 3788 3990 3789 3991 -echo "$as_me:3845: checking if you have specified an install-prefix" >&5 3790 +echo "$as_me:40 89: checking if you have specified an install-prefix" >&53992 +echo "$as_me:4090: checking if you have specified an install-prefix" >&5 3791 3993 echo $ECHO_N "checking if you have specified an install-prefix... $ECHO_C" >&6 3792 3994 3793 3995 # Check whether --with-install-prefix or --without-install-prefix was given. 3794 @@ -3855,7 +4 099,7 @@3996 @@ -3855,7 +4100,7 @@ 3795 3997 ;; 3796 3998 esac 3797 3999 fi; 3798 4000 -echo "$as_me:3858: result: $DESTDIR" >&5 3799 +echo "$as_me:410 2: result: $DESTDIR" >&54001 +echo "$as_me:4103: result: $DESTDIR" >&5 3800 4002 echo "${ECHO_T}$DESTDIR" >&6 3801 4003 3802 4004 ############################################################################### 3803 @@ -3883,7 +412 7,7 @@4005 @@ -3883,7 +4128,7 @@ 3804 4006 do 3805 4007 # Extract the first word of "$ac_prog", so it can be a program name with args. 3806 4008 set dummy $ac_prog; ac_word=$2 3807 4009 -echo "$as_me:3886: checking for $ac_word" >&5 3808 +echo "$as_me:413 0: checking for $ac_word" >&54010 +echo "$as_me:4131: checking for $ac_word" >&5 3809 4011 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3810 4012 if test "${ac_cv_prog_BUILD_CC+set}" = set; then 3811 4013 echo $ECHO_N "(cached) $ECHO_C" >&6 3812 @@ -3898,7 +414 2,7 @@4014 @@ -3898,7 +4143,7 @@ 3813 4015 test -z "$ac_dir" && ac_dir=. 3814 4016 $as_executable_p "$ac_dir/$ac_word" || continue 3815 4017 ac_cv_prog_BUILD_CC="$ac_prog" 3816 4018 -echo "$as_me:3901: found $ac_dir/$ac_word" >&5 3817 +echo "$as_me:414 5: found $ac_dir/$ac_word" >&54019 +echo "$as_me:4146: found $ac_dir/$ac_word" >&5 3818 4020 break 3819 4021 done 3820 4022 3821 @@ -3906,10 +415 0,10 @@4023 @@ -3906,10 +4151,10 @@ 3822 4024 fi 3823 4025 BUILD_CC=$ac_cv_prog_BUILD_CC 3824 4026 if test -n "$BUILD_CC"; then 3825 4027 - echo "$as_me:3909: result: $BUILD_CC" >&5 3826 + echo "$as_me:415 3: result: $BUILD_CC" >&54028 + echo "$as_me:4154: result: $BUILD_CC" >&5 3827 4029 echo "${ECHO_T}$BUILD_CC" >&6 3828 4030 else 3829 4031 - echo "$as_me:3912: result: no" >&5 3830 + echo "$as_me:415 6: result: no" >&54032 + echo "$as_me:4157: result: no" >&5 3831 4033 echo "${ECHO_T}no" >&6 3832 4034 fi 3833 4035 3834 @@ -3917,12 +416 1,12 @@4036 @@ -3917,12 +4162,12 @@ 3835 4037 done 3836 4038 3837 4039 fi; 3838 4040 - echo "$as_me:3920: checking for native build C compiler" >&5 3839 + echo "$as_me:416 4: checking for native build C compiler" >&54041 + echo "$as_me:4165: checking for native build C compiler" >&5 3840 4042 echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6 3841 4043 - echo "$as_me:3922: result: $BUILD_CC" >&5 3842 + echo "$as_me:416 6: result: $BUILD_CC" >&54044 + echo "$as_me:4167: result: $BUILD_CC" >&5 3843 4045 echo "${ECHO_T}$BUILD_CC" >&6 3844 4046 3845 4047 - echo "$as_me:3925: checking for native build C preprocessor" >&5 3846 + echo "$as_me:41 69: checking for native build C preprocessor" >&54048 + echo "$as_me:4170: checking for native build C preprocessor" >&5 3847 4049 echo $ECHO_N "checking for native build C preprocessor... $ECHO_C" >&6 3848 4050 3849 4051 # Check whether --with-build-cpp or --without-build-cpp was given. 3850 @@ -3932,10 +417 6,10 @@4052 @@ -3932,10 +4177,10 @@ 3851 4053 else 3852 4054 BUILD_CPP='${BUILD_CC} -E' 3853 4055 fi; 3854 4056 - echo "$as_me:3935: result: $BUILD_CPP" >&5 3855 + echo "$as_me:41 79: result: $BUILD_CPP" >&54057 + echo "$as_me:4180: result: $BUILD_CPP" >&5 3856 4058 echo "${ECHO_T}$BUILD_CPP" >&6 3857 4059 3858 4060 - echo "$as_me:3938: checking for native build C flags" >&5 3859 + echo "$as_me:418 2: checking for native build C flags" >&54061 + echo "$as_me:4183: checking for native build C flags" >&5 3860 4062 echo $ECHO_N "checking for native build C flags... $ECHO_C" >&6 3861 4063 3862 4064 # Check whether --with-build-cflags or --without-build-cflags was given. 3863 @@ -3943,10 +418 7,10 @@4065 @@ -3943,10 +4188,10 @@ 3864 4066 withval="$with_build_cflags" 3865 4067 BUILD_CFLAGS="$withval" 3866 4068 fi; 3867 4069 - echo "$as_me:3946: result: $BUILD_CFLAGS" >&5 3868 + echo "$as_me:419 0: result: $BUILD_CFLAGS" >&54070 + echo "$as_me:4191: result: $BUILD_CFLAGS" >&5 3869 4071 echo "${ECHO_T}$BUILD_CFLAGS" >&6 3870 4072 3871 4073 - echo "$as_me:3949: checking for native build C preprocessor-flags" >&5 3872 + echo "$as_me:419 3: checking for native build C preprocessor-flags" >&54074 + echo "$as_me:4194: checking for native build C preprocessor-flags" >&5 3873 4075 echo $ECHO_N "checking for native build C preprocessor-flags... $ECHO_C" >&6 3874 4076 3875 4077 # Check whether --with-build-cppflags or --without-build-cppflags was given. 3876 @@ -3954,10 +419 8,10 @@4078 @@ -3954,10 +4199,10 @@ 3877 4079 withval="$with_build_cppflags" 3878 4080 BUILD_CPPFLAGS="$withval" 3879 4081 fi; 3880 4082 - echo "$as_me:3957: result: $BUILD_CPPFLAGS" >&5 3881 + echo "$as_me:420 1: result: $BUILD_CPPFLAGS" >&54083 + echo "$as_me:4202: result: $BUILD_CPPFLAGS" >&5 3882 4084 echo "${ECHO_T}$BUILD_CPPFLAGS" >&6 3883 4085 3884 4086 - echo "$as_me:3960: checking for native build linker-flags" >&5 3885 + echo "$as_me:420 4: checking for native build linker-flags" >&54087 + echo "$as_me:4205: checking for native build linker-flags" >&5 3886 4088 echo $ECHO_N "checking for native build linker-flags... $ECHO_C" >&6 3887 4089 3888 4090 # Check whether --with-build-ldflags or --without-build-ldflags was given. 3889 @@ -3965,10 +42 09,10 @@4091 @@ -3965,10 +4210,10 @@ 3890 4092 withval="$with_build_ldflags" 3891 4093 BUILD_LDFLAGS="$withval" 3892 4094 fi; 3893 4095 - echo "$as_me:3968: result: $BUILD_LDFLAGS" >&5 3894 + echo "$as_me:421 2: result: $BUILD_LDFLAGS" >&54096 + echo "$as_me:4213: result: $BUILD_LDFLAGS" >&5 3895 4097 echo "${ECHO_T}$BUILD_LDFLAGS" >&6 3896 4098 3897 4099 - echo "$as_me:3971: checking for native build linker-libraries" >&5 3898 + echo "$as_me:421 5: checking for native build linker-libraries" >&54100 + echo "$as_me:4216: checking for native build linker-libraries" >&5 3899 4101 echo $ECHO_N "checking for native build linker-libraries... $ECHO_C" >&6 3900 4102 3901 4103 # Check whether --with-build-libs or --without-build-libs was given. 3902 @@ -3976,7 +422 0,7 @@4104 @@ -3976,7 +4221,7 @@ 3903 4105 withval="$with_build_libs" 3904 4106 BUILD_LIBS="$withval" 3905 4107 fi; 3906 4108 - echo "$as_me:3979: result: $BUILD_LIBS" >&5 3907 + echo "$as_me:422 3: result: $BUILD_LIBS" >&54109 + echo "$as_me:4224: result: $BUILD_LIBS" >&5 3908 4110 echo "${ECHO_T}$BUILD_LIBS" >&6 3909 4111 3910 4112 # this assumes we're on Unix. 3911 @@ -3986,7 +423 0,7 @@4113 @@ -3986,7 +4231,7 @@ 3912 4114 : ${BUILD_CC:='${CC}'} 3913 4115 3914 4116 if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then 3915 4117 - { { echo "$as_me:3989: error: Cross-build requires two compilers. 3916 + { { echo "$as_me:423 3: error: Cross-build requires two compilers.4118 + { { echo "$as_me:4234: error: Cross-build requires two compilers. 3917 4119 Use --with-build-cc to specify the native compiler." >&5 3918 4120 echo "$as_me: error: Cross-build requires two compilers. 3919 4121 Use --with-build-cc to specify the native compiler." >&2;} 3920 @@ -4027,7 +427 1,7 @@4122 @@ -4027,7 +4272,7 @@ 3921 4123 LIB_INSTALL= 3922 4124 LIB_UNINSTALL= 3923 4125 3924 4126 -echo "$as_me:4030: checking if you want to build libraries with libtool" >&5 3925 +echo "$as_me:427 4: checking if you want to build libraries with libtool" >&54127 +echo "$as_me:4275: checking if you want to build libraries with libtool" >&5 3926 4128 echo $ECHO_N "checking if you want to build libraries with libtool... $ECHO_C" >&6 3927 4129 3928 4130 # Check whether --with-libtool or --without-libtool was given. 3929 @@ -4037,11 +428 1,11 @@4131 @@ -4037,11 +4282,11 @@ 3930 4132 else 3931 4133 with_libtool=no 3932 4134 fi; 3933 4135 -echo "$as_me:4040: result: $with_libtool" >&5 3934 +echo "$as_me:428 4: result: $with_libtool" >&54136 +echo "$as_me:4285: result: $with_libtool" >&5 3935 4137 echo "${ECHO_T}$with_libtool" >&6 3936 4138 if test "$with_libtool" != "no"; then … … 3941 4143 if test "x$prefix" != xNONE; then 3942 4144 cf_path_syntax="$prefix" 3943 @@ -4068,7 +431 2,7 @@4145 @@ -4068,7 +4313,7 @@ 3944 4146 with_libtool=`echo $with_libtool | sed -e s%NONE%$cf_path_syntax%` 3945 4147 ;; 3946 4148 *) 3947 4149 - { { echo "$as_me:4071: error: expected a pathname, not \"$with_libtool\"" >&5 3948 + { { echo "$as_me:431 5: error: expected a pathname, not \"$with_libtool\"" >&54150 + { { echo "$as_me:4316: error: expected a pathname, not \"$with_libtool\"" >&5 3949 4151 echo "$as_me: error: expected a pathname, not \"$with_libtool\"" >&2;} 3950 4152 { (exit 1); exit 1; }; } 3951 4153 ;; 3952 @@ -4076,9 +432 0,9 @@4154 @@ -4076,9 +4321,9 @@ 3953 4155 3954 4156 LIBTOOL=$with_libtool … … 3958 4160 set dummy libtool; ac_word=$2 3959 4161 -echo "$as_me:4081: checking for $ac_word" >&5 3960 +echo "$as_me:432 5: checking for $ac_word" >&54162 +echo "$as_me:4326: checking for $ac_word" >&5 3961 4163 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3962 4164 if test "${ac_cv_path_LIBTOOL+set}" = set; then 3963 4165 echo $ECHO_N "(cached) $ECHO_C" >&6 3964 @@ -4095,7 +43 39,7 @@4166 @@ -4095,7 +4340,7 @@ 3965 4167 test -z "$ac_dir" && ac_dir=. 3966 4168 if $as_executable_p "$ac_dir/$ac_word"; then 3967 4169 ac_cv_path_LIBTOOL="$ac_dir/$ac_word" 3968 4170 - echo "$as_me:4098: found $ac_dir/$ac_word" >&5 3969 + echo "$as_me:434 2: found $ac_dir/$ac_word" >&54171 + echo "$as_me:4343: found $ac_dir/$ac_word" >&5 3970 4172 break 3971 4173 fi 3972 4174 done 3973 @@ -4106, 19 +4350,19@@4175 @@ -4106,20 +4351,20 @@ 3974 4176 LIBTOOL=$ac_cv_path_LIBTOOL 3975 4177 3976 4178 if test -n "$LIBTOOL"; then 3977 4179 - echo "$as_me:4109: result: $LIBTOOL" >&5 3978 + echo "$as_me:435 3: result: $LIBTOOL" >&54180 + echo "$as_me:4354: result: $LIBTOOL" >&5 3979 4181 echo "${ECHO_T}$LIBTOOL" >&6 3980 4182 else 3981 4183 - echo "$as_me:4112: result: no" >&5 3982 + echo "$as_me:435 6: result: no" >&54184 + echo "$as_me:4357: result: no" >&5 3983 4185 echo "${ECHO_T}no" >&6 3984 4186 fi … … 3989 4191 + fi 3990 4192 + if test -z "$LIBTOOL" ; then 3991 + { { echo "$as_me:436 2: error: Cannot find libtool" >&54193 + { { echo "$as_me:4363: error: Cannot find libtool" >&5 3992 4194 echo "$as_me: error: Cannot find libtool" >&2;} 3993 4195 { (exit 1); exit 1; }; } 3994 4196 - fi 4197 - LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o' 3995 4198 + fi 3996 LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'4199 + LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o' 3997 4200 LIB_OBJECT='${OBJECTS:.o=.lo}' 3998 4201 LIB_SUFFIX=.la 3999 @@ -4130,17 +4374,17 @@ 4202 LIB_CLEAN='${LIBTOOL} --mode=clean' 4203 @@ -4130,24 +4375,32 @@ 4000 4204 LIB_PREP=: 4001 4205 4002 4206 # Show the version of libtool 4003 4207 - echo "$as_me:4133: checking version of libtool" >&5 4004 + echo "$as_me:437 7: checking version of libtool" >&54208 + echo "$as_me:4378: checking version of libtool" >&5 4005 4209 echo $ECHO_N "checking version of libtool... $ECHO_C" >&6 4006 4210 4007 4211 # Save the version in a cache variable - this is not entirely a good 4008 4212 # thing, but the version string from libtool is very ugly, and for 4009 # bug reports it might be useful to have the original string. 4213 - # bug reports it might be useful to have the original string. 4214 + # bug reports it might be useful to have the original string. "(" 4010 4215 cf_cv_libtool_version=`$LIBTOOL --version 2>&1 | sed -e '/^$/d' |sed -e '2,$d' -e 's/([^)]*)//g' -e 's/^[^1-9]*//' -e 's/[^0-9.].*//'` 4011 4216 - echo "$as_me:4140: result: $cf_cv_libtool_version" >&5 4012 + echo "$as_me:438 4: result: $cf_cv_libtool_version" >&54217 + echo "$as_me:4385: result: $cf_cv_libtool_version" >&5 4013 4218 echo "${ECHO_T}$cf_cv_libtool_version" >&6 4014 4219 if test -z "$cf_cv_libtool_version" ; then 4015 4220 - { { echo "$as_me:4143: error: This is not GNU libtool" >&5 4016 + { { echo "$as_me:438 7: error: This is not GNU libtool" >&54221 + { { echo "$as_me:4388: error: This is not GNU libtool" >&5 4017 4222 echo "$as_me: error: This is not GNU libtool" >&2;} 4018 4223 { (exit 1); exit 1; }; } 4019 4224 fi 4020 @@ -4168,7 +4412,7 @@ 4225 4226 + # special hack to add -no-undefined (which libtool should do for itself) 4227 + LT_UNDEF= 4228 + case "$cf_cv_system_name" in #(vi 4229 + cygwin*|mingw32*|uwin*|aix[456]) #(vi 4230 + LT_UNDEF=-no-undefined 4231 + ;; 4232 + esac 4233 + 4234 # special hack to add --tag option for C++ compiler 4235 - case $cf_cv_libtool_version in 4236 - 1.[5-9]*|[2-9]*) 4237 + case $cf_cv_libtool_version in #(vi 4238 + 1.[5-9]*|[2-9].[0-9.a-z]*) #(vi 4239 LIBTOOL_CXX="$LIBTOOL --tag=CXX" 4240 LIBTOOL="$LIBTOOL --tag=CC" 4241 ;; 4242 @@ -4168,7 +4421,7 @@ 4021 4243 4022 4244 else 4023 4245 4024 4246 -echo "$as_me:4171: checking if you want to build shared libraries" >&5 4025 +echo "$as_me:44 15: checking if you want to build shared libraries" >&54247 +echo "$as_me:4424: checking if you want to build shared libraries" >&5 4026 4248 echo $ECHO_N "checking if you want to build shared libraries... $ECHO_C" >&6 4027 4249 4028 4250 # Check whether --with-shared or --without-shared was given. 4029 @@ -4178,11 +44 22,11 @@4251 @@ -4178,11 +4431,11 @@ 4030 4252 else 4031 4253 with_shared=no 4032 4254 fi; 4033 4255 -echo "$as_me:4181: result: $with_shared" >&5 4034 +echo "$as_me:44 25: result: $with_shared" >&54256 +echo "$as_me:4434: result: $with_shared" >&5 4035 4257 echo "${ECHO_T}$with_shared" >&6 4036 4258 test "$with_shared" = "yes" && cf_list_models="$cf_list_models shared" 4037 4259 4038 4260 -echo "$as_me:4185: checking if you want to build static libraries" >&5 4039 +echo "$as_me:44 29: checking if you want to build static libraries" >&54261 +echo "$as_me:4438: checking if you want to build static libraries" >&5 4040 4262 echo $ECHO_N "checking if you want to build static libraries... $ECHO_C" >&6 4041 4263 4042 4264 # Check whether --with-normal or --without-normal was given. 4043 @@ -4192,11 +44 36,11 @@4265 @@ -4192,11 +4445,11 @@ 4044 4266 else 4045 4267 with_normal=yes 4046 4268 fi; 4047 4269 -echo "$as_me:4195: result: $with_normal" >&5 4048 +echo "$as_me:44 39: result: $with_normal" >&54270 +echo "$as_me:4448: result: $with_normal" >&5 4049 4271 echo "${ECHO_T}$with_normal" >&6 4050 4272 test "$with_normal" = "yes" && cf_list_models="$cf_list_models normal" 4051 4273 4052 4274 -echo "$as_me:4199: checking if you want to build debug libraries" >&5 4053 +echo "$as_me:44 43: checking if you want to build debug libraries" >&54275 +echo "$as_me:4452: checking if you want to build debug libraries" >&5 4054 4276 echo $ECHO_N "checking if you want to build debug libraries... $ECHO_C" >&6 4055 4277 4056 4278 # Check whether --with-debug or --without-debug was given. 4057 @@ -4206,11 +445 0,11 @@4279 @@ -4206,11 +4459,11 @@ 4058 4280 else 4059 4281 with_debug=yes 4060 4282 fi; 4061 4283 -echo "$as_me:4209: result: $with_debug" >&5 4062 +echo "$as_me:44 53: result: $with_debug" >&54284 +echo "$as_me:4462: result: $with_debug" >&5 4063 4285 echo "${ECHO_T}$with_debug" >&6 4064 4286 test "$with_debug" = "yes" && cf_list_models="$cf_list_models debug" 4065 4287 4066 4288 -echo "$as_me:4213: checking if you want to build profiling libraries" >&5 4067 +echo "$as_me:44 57: checking if you want to build profiling libraries" >&54289 +echo "$as_me:4466: checking if you want to build profiling libraries" >&5 4068 4290 echo $ECHO_N "checking if you want to build profiling libraries... $ECHO_C" >&6 4069 4291 4070 4292 # Check whether --with-profile or --without-profile was given. 4071 @@ -4220,7 +44 64,7 @@4293 @@ -4220,7 +4473,7 @@ 4072 4294 else 4073 4295 with_profile=no 4074 4296 fi; 4075 4297 -echo "$as_me:4223: result: $with_profile" >&5 4076 +echo "$as_me:44 67: result: $with_profile" >&54298 +echo "$as_me:4476: result: $with_profile" >&5 4077 4299 echo "${ECHO_T}$with_profile" >&6 4078 4300 test "$with_profile" = "yes" && cf_list_models="$cf_list_models profile" 4079 4301 4080 @@ -4228,19 +44 72,19 @@4302 @@ -4228,19 +4481,19 @@ 4081 4303 4082 4304 ############################################################################### 4083 4305 4084 4306 -echo "$as_me:4231: checking for specified models" >&5 4085 +echo "$as_me:44 75: checking for specified models" >&54307 +echo "$as_me:4484: checking for specified models" >&5 4086 4308 echo $ECHO_N "checking for specified models... $ECHO_C" >&6 4087 4309 test -z "$cf_list_models" && cf_list_models=normal 4088 4310 test "$with_libtool" != "no" && cf_list_models=libtool 4089 4311 -echo "$as_me:4235: result: $cf_list_models" >&5 4090 +echo "$as_me:44 79: result: $cf_list_models" >&54312 +echo "$as_me:4488: result: $cf_list_models" >&5 4091 4313 echo "${ECHO_T}$cf_list_models" >&6 4092 4314 … … 4094 4316 ### up test-applications. 4095 4317 -echo "$as_me:4240: checking for default model" >&5 4096 +echo "$as_me:44 84: checking for default model" >&54318 +echo "$as_me:4493: checking for default model" >&5 4097 4319 echo $ECHO_N "checking for default model... $ECHO_C" >&6 4098 4320 DFT_LWR_MODEL=`echo "$cf_list_models" | $AWK '{print $1}'` 4099 4321 -echo "$as_me:4243: result: $DFT_LWR_MODEL" >&5 4100 +echo "$as_me:44 87: result: $DFT_LWR_MODEL" >&54322 +echo "$as_me:4496: result: $DFT_LWR_MODEL" >&5 4101 4323 echo "${ECHO_T}$DFT_LWR_MODEL" >&6 4102 4324 4103 4325 DFT_UPR_MODEL=`echo "$DFT_LWR_MODEL" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` 4104 @@ -4269,7 +45 13,7 @@4326 @@ -4269,7 +4522,7 @@ 4105 4327 4106 4328 ############################################################################### 4107 4329 4108 4330 -echo "$as_me:4272: checking if you want to build a separate terminfo library" >&5 4109 +echo "$as_me:45 16: checking if you want to build a separate terminfo library" >&54331 +echo "$as_me:4525: checking if you want to build a separate terminfo library" >&5 4110 4332 echo $ECHO_N "checking if you want to build a separate terminfo library... $ECHO_C" >&6 4111 4333 4112 4334 # Check whether --with-termlib or --without-termlib was given. 4113 @@ -4279,10 +45 23,10 @@4335 @@ -4279,10 +4532,10 @@ 4114 4336 else 4115 4337 with_termlib=no 4116 4338 fi; 4117 4339 -echo "$as_me:4282: result: $with_termlib" >&5 4118 +echo "$as_me:45 26: result: $with_termlib" >&54340 +echo "$as_me:4535: result: $with_termlib" >&5 4119 4341 echo "${ECHO_T}$with_termlib" >&6 4120 4342 4121 4343 -echo "$as_me:4285: checking if you want to build a separate tic library" >&5 4122 +echo "$as_me:45 29: checking if you want to build a separate tic library" >&54344 +echo "$as_me:4538: checking if you want to build a separate tic library" >&5 4123 4345 echo $ECHO_N "checking if you want to build a separate tic library... $ECHO_C" >&6 4124 4346 4125 4347 # Check whether --with-ticlib or --without-ticlib was given. 4126 @@ -4292,13 +45 36,13 @@4348 @@ -4292,13 +4545,13 @@ 4127 4349 else 4128 4350 with_ticlib=no 4129 4351 fi; 4130 4352 -echo "$as_me:4295: result: $with_ticlib" >&5 4131 +echo "$as_me:45 39: result: $with_ticlib" >&54353 +echo "$as_me:4548: result: $with_ticlib" >&5 4132 4354 echo "${ECHO_T}$with_ticlib" >&6 4133 4355 … … 4136 4358 4137 4359 -echo "$as_me:4301: checking if you want to link with the GPM mouse library" >&5 4138 +echo "$as_me:45 45: checking if you want to link with the GPM mouse library" >&54360 +echo "$as_me:4554: checking if you want to link with the GPM mouse library" >&5 4139 4361 echo $ECHO_N "checking if you want to link with the GPM mouse library... $ECHO_C" >&6 4140 4362 4141 4363 # Check whether --with-gpm or --without-gpm was given. 4142 @@ -4308,27 +45 52,27 @@4364 @@ -4308,27 +4561,27 @@ 4143 4365 else 4144 4366 with_gpm=maybe 4145 4367 fi; 4146 4368 -echo "$as_me:4311: result: $with_gpm" >&5 4147 +echo "$as_me:45 55: result: $with_gpm" >&54369 +echo "$as_me:4564: result: $with_gpm" >&5 4148 4370 echo "${ECHO_T}$with_gpm" >&6 4149 4371 4150 4372 if test "$with_gpm" != no ; then 4151 4373 - echo "$as_me:4315: checking for gpm.h" >&5 4152 + echo "$as_me:45 59: checking for gpm.h" >&54374 + echo "$as_me:4568: checking for gpm.h" >&5 4153 4375 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6 4154 4376 if test "${ac_cv_header_gpm_h+set}" = set; then … … 4157 4379 cat >conftest.$ac_ext <<_ACEOF 4158 4380 -#line 4321 "configure" 4159 +#line 45 65"configure"4381 +#line 4574 "configure" 4160 4382 #include "confdefs.h" 4161 4383 #include <gpm.h> 4162 4384 _ACEOF 4163 4385 -if { (eval echo "$as_me:4325: \"$ac_cpp conftest.$ac_ext\"") >&5 4164 +if { (eval echo "$as_me:45 69: \"$ac_cpp conftest.$ac_ext\"") >&54386 +if { (eval echo "$as_me:4578: \"$ac_cpp conftest.$ac_ext\"") >&5 4165 4387 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4166 4388 ac_status=$? … … 4169 4391 cat conftest.err >&5 4170 4392 - echo "$as_me:4331: \$? = $ac_status" >&5 4171 + echo "$as_me:45 75: \$? = $ac_status" >&54393 + echo "$as_me:4584: \$? = $ac_status" >&5 4172 4394 (exit $ac_status); } >/dev/null; then 4173 4395 if test -s conftest.err; then 4174 4396 ac_cpp_err=$ac_c_preproc_warn_flag 4175 @@ -4347,7 +4 591,7 @@4397 @@ -4347,7 +4600,7 @@ 4176 4398 fi 4177 4399 rm -f conftest.err conftest.$ac_ext 4178 4400 fi 4179 4401 -echo "$as_me:4350: result: $ac_cv_header_gpm_h" >&5 4180 +echo "$as_me:4 594: result: $ac_cv_header_gpm_h" >&54402 +echo "$as_me:4603: result: $ac_cv_header_gpm_h" >&5 4181 4403 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6 4182 4404 if test $ac_cv_header_gpm_h = yes; then 4183 4405 4184 @@ -4358,14 +46 02,14 @@4406 @@ -4358,14 +4611,14 @@ 4185 4407 if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then 4186 4408 test -n "$verbose" && echo " assuming we really have GPM library" 1>&6 4187 4409 4188 4410 -echo "${as_me-configure}:4361: testing assuming we really have GPM library ..." 1>&5 4189 +echo "${as_me-configure}:46 05: testing assuming we really have GPM library ..." 1>&54411 +echo "${as_me-configure}:4614: testing assuming we really have GPM library ..." 1>&5 4190 4412 4191 4413 cat >>confdefs.h <<\EOF … … 4195 4417 else 4196 4418 - echo "$as_me:4368: checking for Gpm_Open in -lgpm" >&5 4197 + echo "$as_me:46 12: checking for Gpm_Open in -lgpm" >&54419 + echo "$as_me:4621: checking for Gpm_Open in -lgpm" >&5 4198 4420 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6 4199 4421 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then 4200 4422 echo $ECHO_N "(cached) $ECHO_C" >&6 4201 @@ -4373,7 +46 17,7 @@4423 @@ -4373,7 +4626,7 @@ 4202 4424 ac_check_lib_save_LIBS=$LIBS 4203 4425 LIBS="-lgpm $LIBS" 4204 4426 cat >conftest.$ac_ext <<_ACEOF 4205 4427 -#line 4376 "configure" 4206 +#line 462 0"configure"4428 +#line 4629 "configure" 4207 4429 #include "confdefs.h" 4208 4430 4209 4431 /* Override any gcc2 internal prototype to avoid an error. */ 4210 @@ -4392,16 +46 36,16 @@4432 @@ -4392,16 +4645,16 @@ 4211 4433 } 4212 4434 _ACEOF 4213 4435 rm -f conftest.$ac_objext conftest$ac_exeext 4214 4436 -if { (eval echo "$as_me:4395: \"$ac_link\"") >&5 4215 +if { (eval echo "$as_me:46 39: \"$ac_link\"") >&54437 +if { (eval echo "$as_me:4648: \"$ac_link\"") >&5 4216 4438 (eval $ac_link) 2>&5 4217 4439 ac_status=$? 4218 4440 - echo "$as_me:4398: \$? = $ac_status" >&5 4219 + echo "$as_me:46 42: \$? = $ac_status" >&54441 + echo "$as_me:4651: \$? = $ac_status" >&5 4220 4442 (exit $ac_status); } && 4221 4443 { ac_try='test -s conftest$ac_exeext' 4222 4444 - { (eval echo "$as_me:4401: \"$ac_try\"") >&5 4223 + { (eval echo "$as_me:46 45: \"$ac_try\"") >&54445 + { (eval echo "$as_me:4654: \"$ac_try\"") >&5 4224 4446 (eval $ac_try) 2>&5 4225 4447 ac_status=$? 4226 4448 - echo "$as_me:4404: \$? = $ac_status" >&5 4227 + echo "$as_me:46 48: \$? = $ac_status" >&54449 + echo "$as_me:4657: \$? = $ac_status" >&5 4228 4450 (exit $ac_status); }; }; then 4229 4451 ac_cv_lib_gpm_Gpm_Open=yes 4230 4452 else 4231 @@ -4412,13 +46 56,13 @@4453 @@ -4412,13 +4665,13 @@ 4232 4454 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4233 4455 LIBS=$ac_check_lib_save_LIBS 4234 4456 fi 4235 4457 -echo "$as_me:4415: result: $ac_cv_lib_gpm_Gpm_Open" >&5 4236 +echo "$as_me:46 59: result: $ac_cv_lib_gpm_Gpm_Open" >&54458 +echo "$as_me:4668: result: $ac_cv_lib_gpm_Gpm_Open" >&5 4237 4459 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6 4238 4460 if test $ac_cv_lib_gpm_Gpm_Open = yes; then … … 4241 4463 4242 4464 - { { echo "$as_me:4421: error: Cannot link with GPM library" >&5 4243 + { { echo "$as_me:46 65: error: Cannot link with GPM library" >&54465 + { { echo "$as_me:4674: error: Cannot link with GPM library" >&5 4244 4466 echo "$as_me: error: Cannot link with GPM library" >&2;} 4245 4467 { (exit 1); exit 1; }; } 4246 4468 fi 4247 @@ -4428,7 +46 72,7 @@4469 @@ -4428,7 +4681,7 @@ 4248 4470 4249 4471 else 4250 4472 4251 4473 - test "$with_gpm" != maybe && { echo "$as_me:4431: WARNING: Cannot find GPM header" >&5 4252 + test "$with_gpm" != maybe && { echo "$as_me:46 75: WARNING: Cannot find GPM header" >&54474 + test "$with_gpm" != maybe && { echo "$as_me:4684: WARNING: Cannot find GPM header" >&5 4253 4475 echo "$as_me: WARNING: Cannot find GPM header" >&2;} 4254 4476 with_gpm=no 4255 4477 4256 @@ -4437,7 +46 81,7 @@4478 @@ -4437,7 +4690,7 @@ 4257 4479 fi 4258 4480 4259 4481 if test "$with_gpm" != no ; then 4260 4482 - echo "$as_me:4440: checking if you want to load GPM dynamically" >&5 4261 + echo "$as_me:46 84: checking if you want to load GPM dynamically" >&54483 + echo "$as_me:4693: checking if you want to load GPM dynamically" >&5 4262 4484 echo $ECHO_N "checking if you want to load GPM dynamically... $ECHO_C" >&6 4263 4485 4264 4486 # Check whether --with-dlsym or --without-dlsym was given. 4265 @@ -4447,18 +4 691,18 @@4487 @@ -4447,18 +4700,18 @@ 4266 4488 else 4267 4489 with_dlsym=yes 4268 4490 fi; 4269 4491 - echo "$as_me:4450: result: $with_dlsym" >&5 4270 + echo "$as_me:4 694: result: $with_dlsym" >&54492 + echo "$as_me:4703: result: $with_dlsym" >&5 4271 4493 echo "${ECHO_T}$with_dlsym" >&6 4272 4494 if test "$with_dlsym" = yes ; then … … 4274 4496 cf_have_dlsym=no 4275 4497 -echo "$as_me:4455: checking for dlsym" >&5 4276 +echo "$as_me:4 699: checking for dlsym" >&54498 +echo "$as_me:4708: checking for dlsym" >&5 4277 4499 echo $ECHO_N "checking for dlsym... $ECHO_C" >&6 4278 4500 if test "${ac_cv_func_dlsym+set}" = set; then … … 4281 4503 cat >conftest.$ac_ext <<_ACEOF 4282 4504 -#line 4461 "configure" 4283 +#line 47 05"configure"4505 +#line 4714 "configure" 4284 4506 #include "confdefs.h" 4285 4507 /* System header to define __stub macros and hopefully few prototypes, 4286 4508 which can conflict with char dlsym (); below. */ 4287 @@ -4489,16 +47 33,16 @@4509 @@ -4489,16 +4742,16 @@ 4288 4510 } 4289 4511 _ACEOF 4290 4512 rm -f conftest.$ac_objext conftest$ac_exeext 4291 4513 -if { (eval echo "$as_me:4492: \"$ac_link\"") >&5 4292 +if { (eval echo "$as_me:47 36: \"$ac_link\"") >&54514 +if { (eval echo "$as_me:4745: \"$ac_link\"") >&5 4293 4515 (eval $ac_link) 2>&5 4294 4516 ac_status=$? 4295 4517 - echo "$as_me:4495: \$? = $ac_status" >&5 4296 + echo "$as_me:47 39: \$? = $ac_status" >&54518 + echo "$as_me:4748: \$? = $ac_status" >&5 4297 4519 (exit $ac_status); } && 4298 4520 { ac_try='test -s conftest$ac_exeext' 4299 4521 - { (eval echo "$as_me:4498: \"$ac_try\"") >&5 4300 + { (eval echo "$as_me:47 42: \"$ac_try\"") >&54522 + { (eval echo "$as_me:4751: \"$ac_try\"") >&5 4301 4523 (eval $ac_try) 2>&5 4302 4524 ac_status=$? 4303 4525 - echo "$as_me:4501: \$? = $ac_status" >&5 4304 + echo "$as_me:47 45: \$? = $ac_status" >&54526 + echo "$as_me:4754: \$? = $ac_status" >&5 4305 4527 (exit $ac_status); }; }; then 4306 4528 ac_cv_func_dlsym=yes 4307 4529 else 4308 @@ -4508,14 +47 52,14 @@4530 @@ -4508,14 +4761,14 @@ 4309 4531 fi 4310 4532 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4311 4533 fi 4312 4534 -echo "$as_me:4511: result: $ac_cv_func_dlsym" >&5 4313 +echo "$as_me:47 55: result: $ac_cv_func_dlsym" >&54535 +echo "$as_me:4764: result: $ac_cv_func_dlsym" >&5 4314 4536 echo "${ECHO_T}$ac_cv_func_dlsym" >&6 4315 4537 if test $ac_cv_func_dlsym = yes; then … … 4319 4541 cf_have_libdl=no 4320 4542 -echo "$as_me:4518: checking for dlsym in -ldl" >&5 4321 +echo "$as_me:47 62: checking for dlsym in -ldl" >&54543 +echo "$as_me:4771: checking for dlsym in -ldl" >&5 4322 4544 echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6 4323 4545 if test "${ac_cv_lib_dl_dlsym+set}" = set; then 4324 4546 echo $ECHO_N "(cached) $ECHO_C" >&6 4325 @@ -4523,7 +47 67,7 @@4547 @@ -4523,7 +4776,7 @@ 4326 4548 ac_check_lib_save_LIBS=$LIBS 4327 4549 LIBS="-ldl $LIBS" 4328 4550 cat >conftest.$ac_ext <<_ACEOF 4329 4551 -#line 4526 "configure" 4330 +#line 477 0"configure"4552 +#line 4779 "configure" 4331 4553 #include "confdefs.h" 4332 4554 4333 4555 /* Override any gcc2 internal prototype to avoid an error. */ 4334 @@ -4542,16 +47 86,16 @@4556 @@ -4542,16 +4795,16 @@ 4335 4557 } 4336 4558 _ACEOF 4337 4559 rm -f conftest.$ac_objext conftest$ac_exeext 4338 4560 -if { (eval echo "$as_me:4545: \"$ac_link\"") >&5 4339 +if { (eval echo "$as_me:47 89: \"$ac_link\"") >&54561 +if { (eval echo "$as_me:4798: \"$ac_link\"") >&5 4340 4562 (eval $ac_link) 2>&5 4341 4563 ac_status=$? 4342 4564 - echo "$as_me:4548: \$? = $ac_status" >&5 4343 + echo "$as_me:4 792: \$? = $ac_status" >&54565 + echo "$as_me:4801: \$? = $ac_status" >&5 4344 4566 (exit $ac_status); } && 4345 4567 { ac_try='test -s conftest$ac_exeext' 4346 4568 - { (eval echo "$as_me:4551: \"$ac_try\"") >&5 4347 + { (eval echo "$as_me:4 795: \"$ac_try\"") >&54569 + { (eval echo "$as_me:4804: \"$ac_try\"") >&5 4348 4570 (eval $ac_try) 2>&5 4349 4571 ac_status=$? 4350 4572 - echo "$as_me:4554: \$? = $ac_status" >&5 4351 + echo "$as_me:4 798: \$? = $ac_status" >&54573 + echo "$as_me:4807: \$? = $ac_status" >&5 4352 4574 (exit $ac_status); }; }; then 4353 4575 ac_cv_lib_dl_dlsym=yes 4354 4576 else 4355 @@ -4562,7 +48 06,7 @@4577 @@ -4562,7 +4815,7 @@ 4356 4578 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4357 4579 LIBS=$ac_check_lib_save_LIBS 4358 4580 fi 4359 4581 -echo "$as_me:4565: result: $ac_cv_lib_dl_dlsym" >&5 4360 +echo "$as_me:48 09: result: $ac_cv_lib_dl_dlsym" >&54582 +echo "$as_me:4818: result: $ac_cv_lib_dl_dlsym" >&5 4361 4583 echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6 4362 4584 if test $ac_cv_lib_dl_dlsym = yes; then 4363 4585 4364 @@ -4575,10 +48 19,10 @@4586 @@ -4575,10 +4828,10 @@ 4365 4587 if test "$cf_have_dlsym" = yes ; then 4366 4588 test "$cf_have_libdl" = yes && LIBS="-ldl $LIBS" 4367 4589 4368 4590 - echo "$as_me:4578: checking whether able to link to dl*() functions" >&5 4369 + echo "$as_me:48 22: checking whether able to link to dl*() functions" >&54591 + echo "$as_me:4831: checking whether able to link to dl*() functions" >&5 4370 4592 echo $ECHO_N "checking whether able to link to dl*() functions... $ECHO_C" >&6 4371 4593 cat >conftest.$ac_ext <<_ACEOF 4372 4594 -#line 4581 "configure" 4373 +#line 48 25"configure"4595 +#line 4834 "configure" 4374 4596 #include "confdefs.h" 4375 4597 #include <dlfcn.h> 4376 4598 int 4377 @@ -4596,16 +484 0,16 @@4599 @@ -4596,16 +4849,16 @@ 4378 4600 } 4379 4601 _ACEOF 4380 4602 rm -f conftest.$ac_objext conftest$ac_exeext 4381 4603 -if { (eval echo "$as_me:4599: \"$ac_link\"") >&5 4382 +if { (eval echo "$as_me:48 43: \"$ac_link\"") >&54604 +if { (eval echo "$as_me:4852: \"$ac_link\"") >&5 4383 4605 (eval $ac_link) 2>&5 4384 4606 ac_status=$? 4385 4607 - echo "$as_me:4602: \$? = $ac_status" >&5 4386 + echo "$as_me:48 46: \$? = $ac_status" >&54608 + echo "$as_me:4855: \$? = $ac_status" >&5 4387 4609 (exit $ac_status); } && 4388 4610 { ac_try='test -s conftest$ac_exeext' 4389 4611 - { (eval echo "$as_me:4605: \"$ac_try\"") >&5 4390 + { (eval echo "$as_me:48 49: \"$ac_try\"") >&54612 + { (eval echo "$as_me:4858: \"$ac_try\"") >&5 4391 4613 (eval $ac_try) 2>&5 4392 4614 ac_status=$? 4393 4615 - echo "$as_me:4608: \$? = $ac_status" >&5 4394 + echo "$as_me:48 52: \$? = $ac_status" >&54616 + echo "$as_me:4861: \$? = $ac_status" >&5 4395 4617 (exit $ac_status); }; }; then 4396 4618 4397 4619 cat >>confdefs.h <<\EOF 4398 @@ -4616,15 +486 0,15 @@4620 @@ -4616,15 +4869,15 @@ 4399 4621 echo "$as_me: failed program was:" >&5 4400 4622 cat conftest.$ac_ext >&5 4401 4623 4402 4624 - { { echo "$as_me:4619: error: Cannot link test program for libdl" >&5 4403 + { { echo "$as_me:48 63: error: Cannot link test program for libdl" >&54625 + { { echo "$as_me:4872: error: Cannot link test program for libdl" >&5 4404 4626 echo "$as_me: error: Cannot link test program for libdl" >&2;} 4405 4627 { (exit 1); exit 1; }; } … … 4407 4629 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4408 4630 - echo "$as_me:4624: result: ok" >&5 4409 + echo "$as_me:48 68: result: ok" >&54631 + echo "$as_me:4877: result: ok" >&5 4410 4632 echo "${ECHO_T}ok" >&6 4411 4633 else 4412 4634 - { { echo "$as_me:4627: error: Cannot find dlsym function" >&5 4413 + { { echo "$as_me:48 71: error: Cannot find dlsym function" >&54635 + { { echo "$as_me:4880: error: Cannot find dlsym function" >&5 4414 4636 echo "$as_me: error: Cannot find dlsym function" >&2;} 4415 4637 { (exit 1); exit 1; }; } 4416 4638 fi 4417 @@ -4632,12 +48 76,12 @@4639 @@ -4632,12 +4885,12 @@ 4418 4640 if test "$with_gpm" != yes ; then 4419 4641 test -n "$verbose" && echo " assuming soname for gpm is $with_gpm" 1>&6 4420 4642 4421 4643 -echo "${as_me-configure}:4635: testing assuming soname for gpm is $with_gpm ..." 1>&5 4422 +echo "${as_me-configure}:48 79: testing assuming soname for gpm is $with_gpm ..." 1>&54644 +echo "${as_me-configure}:4888: testing assuming soname for gpm is $with_gpm ..." 1>&5 4423 4645 4424 4646 cf_cv_gpm_soname="$with_gpm" … … 4426 4648 4427 4649 -echo "$as_me:4640: checking for soname of gpm library" >&5 4428 +echo "$as_me:48 84: checking for soname of gpm library" >&54650 +echo "$as_me:4893: checking for soname of gpm library" >&5 4429 4651 echo $ECHO_N "checking for soname of gpm library... $ECHO_C" >&6 4430 4652 if test "${cf_cv_gpm_soname+set}" = set; then 4431 4653 echo $ECHO_N "(cached) $ECHO_C" >&6 4432 @@ -4655,15 +4 899,15 @@4654 @@ -4655,15 +4908,15 @@ 4433 4655 CF_EOF 4434 4656 cf_save_LIBS="$LIBS" 4435 4657 LIBS="-lgpm $LIBS" 4436 4658 - if { (eval echo "$as_me:4658: \"$ac_compile\"") >&5 4437 + if { (eval echo "$as_me:49 02: \"$ac_compile\"") >&54659 + if { (eval echo "$as_me:4911: \"$ac_compile\"") >&5 4438 4660 (eval $ac_compile) 2>&5 4439 4661 ac_status=$? 4440 4662 - echo "$as_me:4661: \$? = $ac_status" >&5 4441 + echo "$as_me:49 05: \$? = $ac_status" >&54663 + echo "$as_me:4914: \$? = $ac_status" >&5 4442 4664 (exit $ac_status); } ; then 4443 4665 - if { (eval echo "$as_me:4663: \"$ac_link\"") >&5 4444 + if { (eval echo "$as_me:49 07: \"$ac_link\"") >&54666 + if { (eval echo "$as_me:4916: \"$ac_link\"") >&5 4445 4667 (eval $ac_link) 2>&5 4446 4668 ac_status=$? 4447 4669 - echo "$as_me:4666: \$? = $ac_status" >&5 4448 + echo "$as_me:491 0: \$? = $ac_status" >&54670 + echo "$as_me:4919: \$? = $ac_status" >&5 4449 4671 (exit $ac_status); } ; then 4450 4672 cf_cv_gpm_soname=`ldd conftest$ac_exeext 2>/dev/null | sed -e 's,^.*/,,' -e 's, .*$,,' | fgrep libgpm.` 4451 4673 test -z "$cf_cv_gpm_soname" && cf_cv_gpm_soname=unknown 4452 @@ -4674,7 +49 18,7 @@4674 @@ -4674,7 +4927,7 @@ 4453 4675 fi 4454 4676 4455 4677 fi 4456 4678 -echo "$as_me:4677: result: $cf_cv_gpm_soname" >&5 4457 +echo "$as_me:49 21: result: $cf_cv_gpm_soname" >&54679 +echo "$as_me:4930: result: $cf_cv_gpm_soname" >&5 4458 4680 echo "${ECHO_T}$cf_cv_gpm_soname" >&6 4459 4681 4460 4682 fi 4461 @@ -4690,7 +49 34,7 @@4683 @@ -4690,7 +4943,7 @@ 4462 4684 #define HAVE_LIBGPM 1 4463 4685 EOF 4464 4686 4465 4687 -echo "$as_me:4693: checking for Gpm_Wgetch in -lgpm" >&5 4466 +echo "$as_me:49 37: checking for Gpm_Wgetch in -lgpm" >&54688 +echo "$as_me:4946: checking for Gpm_Wgetch in -lgpm" >&5 4467 4689 echo $ECHO_N "checking for Gpm_Wgetch in -lgpm... $ECHO_C" >&6 4468 4690 if test "${ac_cv_lib_gpm_Gpm_Wgetch+set}" = set; then 4469 4691 echo $ECHO_N "(cached) $ECHO_C" >&6 4470 @@ -4698,7 +49 42,7 @@4692 @@ -4698,7 +4951,7 @@ 4471 4693 ac_check_lib_save_LIBS=$LIBS 4472 4694 LIBS="-lgpm $LIBS" 4473 4695 cat >conftest.$ac_ext <<_ACEOF 4474 4696 -#line 4701 "configure" 4475 +#line 49 45"configure"4697 +#line 4954 "configure" 4476 4698 #include "confdefs.h" 4477 4699 4478 4700 /* Override any gcc2 internal prototype to avoid an error. */ 4479 @@ -4717,16 +49 61,16 @@4701 @@ -4717,16 +4970,16 @@ 4480 4702 } 4481 4703 _ACEOF 4482 4704 rm -f conftest.$ac_objext conftest$ac_exeext 4483 4705 -if { (eval echo "$as_me:4720: \"$ac_link\"") >&5 4484 +if { (eval echo "$as_me:49 64: \"$ac_link\"") >&54706 +if { (eval echo "$as_me:4973: \"$ac_link\"") >&5 4485 4707 (eval $ac_link) 2>&5 4486 4708 ac_status=$? 4487 4709 - echo "$as_me:4723: \$? = $ac_status" >&5 4488 + echo "$as_me:49 67: \$? = $ac_status" >&54710 + echo "$as_me:4976: \$? = $ac_status" >&5 4489 4711 (exit $ac_status); } && 4490 4712 { ac_try='test -s conftest$ac_exeext' 4491 4713 - { (eval echo "$as_me:4726: \"$ac_try\"") >&5 4492 + { (eval echo "$as_me:497 0: \"$ac_try\"") >&54714 + { (eval echo "$as_me:4979: \"$ac_try\"") >&5 4493 4715 (eval $ac_try) 2>&5 4494 4716 ac_status=$? 4495 4717 - echo "$as_me:4729: \$? = $ac_status" >&5 4496 + echo "$as_me:49 73: \$? = $ac_status" >&54718 + echo "$as_me:4982: \$? = $ac_status" >&5 4497 4719 (exit $ac_status); }; }; then 4498 4720 ac_cv_lib_gpm_Gpm_Wgetch=yes 4499 4721 else 4500 @@ -4737,11 +49 81,11 @@4722 @@ -4737,11 +4990,11 @@ 4501 4723 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4502 4724 LIBS=$ac_check_lib_save_LIBS 4503 4725 fi 4504 4726 -echo "$as_me:4740: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 4505 +echo "$as_me:49 84: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&54727 +echo "$as_me:4993: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 4506 4728 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Wgetch" >&6 4507 4729 if test $ac_cv_lib_gpm_Gpm_Wgetch = yes; then 4508 4730 4509 4731 -echo "$as_me:4744: checking if GPM is weakly bound to curses library" >&5 4510 +echo "$as_me:49 88: checking if GPM is weakly bound to curses library" >&54732 +echo "$as_me:4997: checking if GPM is weakly bound to curses library" >&5 4511 4733 echo $ECHO_N "checking if GPM is weakly bound to curses library... $ECHO_C" >&6 4512 4734 if test "${cf_cv_check_gpm_wgetch+set}" = set; then 4513 4735 echo $ECHO_N "(cached) $ECHO_C" >&6 4514 @@ -4765,15 +50 09,15 @@4736 @@ -4765,15 +5018,15 @@ 4515 4737 # to rely on the static library, noting that some packagers may not 4516 4738 # include it. 4517 4739 LIBS="-static -lgpm -dynamic $LIBS" 4518 4740 - if { (eval echo "$as_me:4768: \"$ac_compile\"") >&5 4519 + if { (eval echo "$as_me:50 12: \"$ac_compile\"") >&54741 + if { (eval echo "$as_me:5021: \"$ac_compile\"") >&5 4520 4742 (eval $ac_compile) 2>&5 4521 4743 ac_status=$? 4522 4744 - echo "$as_me:4771: \$? = $ac_status" >&5 4523 + echo "$as_me:50 15: \$? = $ac_status" >&54745 + echo "$as_me:5024: \$? = $ac_status" >&5 4524 4746 (exit $ac_status); } ; then 4525 4747 - if { (eval echo "$as_me:4773: \"$ac_link\"") >&5 4526 + if { (eval echo "$as_me:50 17: \"$ac_link\"") >&54748 + if { (eval echo "$as_me:5026: \"$ac_link\"") >&5 4527 4749 (eval $ac_link) 2>&5 4528 4750 ac_status=$? 4529 4751 - echo "$as_me:4776: \$? = $ac_status" >&5 4530 + echo "$as_me:502 0: \$? = $ac_status" >&54752 + echo "$as_me:5029: \$? = $ac_status" >&5 4531 4753 (exit $ac_status); } ; then 4532 4754 cf_cv_check_gpm_wgetch=`nm conftest$ac_exeext | egrep '\<wgetch\>' | egrep '\<[vVwW]\>'` 4533 4755 test -n "$cf_cv_check_gpm_wgetch" && cf_cv_check_gpm_wgetch=yes 4534 @@ -4785,11 +50 29,11 @@4756 @@ -4785,11 +5038,11 @@ 4535 4757 fi 4536 4758 4537 4759 fi 4538 4760 -echo "$as_me:4788: result: $cf_cv_check_gpm_wgetch" >&5 4539 +echo "$as_me:50 32: result: $cf_cv_check_gpm_wgetch" >&54761 +echo "$as_me:5041: result: $cf_cv_check_gpm_wgetch" >&5 4540 4762 echo "${ECHO_T}$cf_cv_check_gpm_wgetch" >&6 4541 4763 4542 4764 if test "$cf_cv_check_gpm_wgetch" != yes ; then 4543 4765 - { echo "$as_me:4792: WARNING: GPM library is already linked with curses - read the FAQ" >&5 4544 + { echo "$as_me:50 36: WARNING: GPM library is already linked with curses - read the FAQ" >&54766 + { echo "$as_me:5045: WARNING: GPM library is already linked with curses - read the FAQ" >&5 4545 4767 echo "$as_me: WARNING: GPM library is already linked with curses - read the FAQ" >&2;} 4546 4768 fi 4547 4769 4548 @@ -4799,7 +50 43,7 @@4770 @@ -4799,7 +5052,7 @@ 4549 4771 4550 4772 # not everyone has "test -c" 4551 4773 if test -c /dev/sysmouse 2>/dev/null ; then 4552 4774 -echo "$as_me:4802: checking if you want to use sysmouse" >&5 4553 +echo "$as_me:50 46: checking if you want to use sysmouse" >&54775 +echo "$as_me:5055: checking if you want to use sysmouse" >&5 4554 4776 echo $ECHO_N "checking if you want to use sysmouse... $ECHO_C" >&6 4555 4777 4556 4778 # Check whether --with-sysmouse or --without-sysmouse was given. 4557 @@ -4811,7 +50 55,7 @@4779 @@ -4811,7 +5064,7 @@ 4558 4780 fi; 4559 4781 if test "$cf_with_sysmouse" != no ; then 4560 4782 cat >conftest.$ac_ext <<_ACEOF 4561 4783 -#line 4814 "configure" 4562 +#line 50 58"configure"4784 +#line 5067 "configure" 4563 4785 #include "confdefs.h" 4564 4786 4565 4787 #include <osreldate.h> 4566 @@ -4834,16 +50 78,16 @@4788 @@ -4834,16 +5087,16 @@ 4567 4789 } 4568 4790 _ACEOF 4569 4791 rm -f conftest.$ac_objext 4570 4792 -if { (eval echo "$as_me:4837: \"$ac_compile\"") >&5 4571 +if { (eval echo "$as_me:50 81: \"$ac_compile\"") >&54793 +if { (eval echo "$as_me:5090: \"$ac_compile\"") >&5 4572 4794 (eval $ac_compile) 2>&5 4573 4795 ac_status=$? 4574 4796 - echo "$as_me:4840: \$? = $ac_status" >&5 4575 + echo "$as_me:50 84: \$? = $ac_status" >&54797 + echo "$as_me:5093: \$? = $ac_status" >&5 4576 4798 (exit $ac_status); } && 4577 4799 { ac_try='test -s conftest.$ac_objext' 4578 4800 - { (eval echo "$as_me:4843: \"$ac_try\"") >&5 4579 + { (eval echo "$as_me:50 87: \"$ac_try\"") >&54801 + { (eval echo "$as_me:5096: \"$ac_try\"") >&5 4580 4802 (eval $ac_try) 2>&5 4581 4803 ac_status=$? 4582 4804 - echo "$as_me:4846: \$? = $ac_status" >&5 4583 + echo "$as_me:509 0: \$? = $ac_status" >&54805 + echo "$as_me:5099: \$? = $ac_status" >&5 4584 4806 (exit $ac_status); }; }; then 4585 4807 cf_with_sysmouse=yes 4586 4808 else 4587 @@ -4853,7 +5 097,7 @@4809 @@ -4853,7 +5106,7 @@ 4588 4810 fi 4589 4811 rm -f conftest.$ac_objext conftest.$ac_ext 4590 4812 fi 4591 4813 -echo "$as_me:4856: result: $cf_with_sysmouse" >&5 4592 +echo "$as_me:510 0: result: $cf_with_sysmouse" >&54814 +echo "$as_me:5109: result: $cf_with_sysmouse" >&5 4593 4815 echo "${ECHO_T}$cf_with_sysmouse" >&6 4594 4816 test "$cf_with_sysmouse" = yes && cat >>confdefs.h <<\EOF 4595 4817 #define USE_SYSMOUSE 1 4596 @@ -4871,7 +51 15,7 @@4818 @@ -4871,7 +5124,7 @@ 4597 4819 test -n "$GXX" && test "${ac_cv_prog_cxx_g}" != yes && CXX_G_OPT='' 4598 4820 fi 4599 4821 4600 4822 -echo "$as_me:4874: checking for default loader flags" >&5 4601 +echo "$as_me:51 18: checking for default loader flags" >&54823 +echo "$as_me:5127: checking for default loader flags" >&5 4602 4824 echo $ECHO_N "checking for default loader flags... $ECHO_C" >&6 4603 4825 case $DFT_LWR_MODEL in 4604 4826 libtool) LD_MODEL='' ;; 4605 @@ -4880,13 +51 24,13 @@4827 @@ -4880,13 +5133,13 @@ 4606 4828 profile) LD_MODEL='-pg';; 4607 4829 shared) LD_MODEL='' ;; 4608 4830 esac 4609 4831 -echo "$as_me:4883: result: $LD_MODEL" >&5 4610 +echo "$as_me:51 27: result: $LD_MODEL" >&54832 +echo "$as_me:5136: result: $LD_MODEL" >&5 4611 4833 echo "${ECHO_T}$LD_MODEL" >&6 4612 4834 … … 4615 4837 4616 4838 -echo "$as_me:4889: checking if rpath option should be used" >&5 4617 +echo "$as_me:51 33: checking if rpath option should be used" >&54839 +echo "$as_me:5142: checking if rpath option should be used" >&5 4618 4840 echo $ECHO_N "checking if rpath option should be used... $ECHO_C" >&6 4619 4841 4620 4842 # Check whether --enable-rpath or --disable-rpath was given. 4621 @@ -4896,10 +514 0,10 @@4843 @@ -4896,10 +5149,10 @@ 4622 4844 else 4623 4845 cf_cv_ld_rpath=no 4624 4846 fi; 4625 4847 -echo "$as_me:4899: result: $cf_cv_ld_rpath" >&5 4626 +echo "$as_me:51 43: result: $cf_cv_ld_rpath" >&54848 +echo "$as_me:5152: result: $cf_cv_ld_rpath" >&5 4627 4849 echo "${ECHO_T}$cf_cv_ld_rpath" >&6 4628 4850 4629 4851 -echo "$as_me:4902: checking if shared libraries should be relinked during install" >&5 4630 +echo "$as_me:51 46: checking if shared libraries should be relinked during install" >&54852 +echo "$as_me:5155: checking if shared libraries should be relinked during install" >&5 4631 4853 echo $ECHO_N "checking if shared libraries should be relinked during install... $ECHO_C" >&6 4632 4854 4633 4855 # Check whether --enable-relink or --disable-relink was given. 4634 @@ -4909,19 +51 53,20 @@4856 @@ -4909,19 +5162,20 @@ 4635 4857 else 4636 4858 cf_cv_do_relink=yes 4637 4859 fi; 4638 4860 -echo "$as_me:4912: result: $cf_cv_do_relink" >&5 4639 +echo "$as_me:51 56: result: $cf_cv_do_relink" >&54861 +echo "$as_me:5165: result: $cf_cv_do_relink" >&5 4640 4862 echo "${ECHO_T}$cf_cv_do_relink" >&6 4641 4863 ;; … … 4651 4873 4652 4874 - echo "$as_me:4924: checking if release/abi version should be used for shared libs" >&5 4653 + echo "$as_me:51 69: checking if release/abi version should be used for shared libs" >&54875 + echo "$as_me:5178: checking if release/abi version should be used for shared libs" >&5 4654 4876 echo $ECHO_N "checking if release/abi version should be used for shared libs... $ECHO_C" >&6 4655 4877 4656 4878 # Check whether --with-shlib-version or --without-shlib-version was given. 4657 @@ -4936,7 +51 81,7 @@4879 @@ -4936,7 +5190,7 @@ 4658 4880 cf_cv_shlib_version=$withval 4659 4881 ;; 4660 4882 *) 4661 4883 - { { echo "$as_me:4939: error: option value must be one of: rel, abi, auto or no" >&5 4662 + { { echo "$as_me:51 84: error: option value must be one of: rel, abi, auto or no" >&54884 + { { echo "$as_me:5193: error: option value must be one of: rel, abi, auto or no" >&5 4663 4885 echo "$as_me: error: option value must be one of: rel, abi, auto or no" >&2;} 4664 4886 { (exit 1); exit 1; }; } 4665 4887 ;; 4666 @@ -4945,7 +519 0,7 @@4888 @@ -4945,7 +5199,7 @@ 4667 4889 else 4668 4890 cf_cv_shlib_version=auto 4669 4891 fi; 4670 4892 - echo "$as_me:4948: result: $cf_cv_shlib_version" >&5 4671 + echo "$as_me:5 193: result: $cf_cv_shlib_version" >&54893 + echo "$as_me:5202: result: $cf_cv_shlib_version" >&5 4672 4894 echo "${ECHO_T}$cf_cv_shlib_version" >&6 4673 4895 4674 4896 cf_cv_rm_so_locs=no 4675 @@ -4954,14 +5 199,14 @@4897 @@ -4954,14 +5208,14 @@ 4676 4898 CC_SHARED_OPTS= 4677 4899 if test "$GCC" = yes 4678 4900 then 4679 4901 - echo "$as_me:4957: checking which $CC option to use" >&5 4680 + echo "$as_me:52 02: checking which $CC option to use" >&54902 + echo "$as_me:5211: checking which $CC option to use" >&5 4681 4903 echo $ECHO_N "checking which $CC option to use... $ECHO_C" >&6 4682 4904 cf_save_CFLAGS="$CFLAGS" … … 4686 4908 cat >conftest.$ac_ext <<_ACEOF 4687 4909 -#line 4964 "configure" 4688 +#line 52 09"configure"4910 +#line 5218 "configure" 4689 4911 #include "confdefs.h" 4690 4912 #include <stdio.h> 4691 4913 int 4692 @@ -4973,16 +52 18,16 @@4914 @@ -4973,16 +5227,16 @@ 4693 4915 } 4694 4916 _ACEOF 4695 4917 rm -f conftest.$ac_objext 4696 4918 -if { (eval echo "$as_me:4976: \"$ac_compile\"") >&5 4697 +if { (eval echo "$as_me:52 21: \"$ac_compile\"") >&54919 +if { (eval echo "$as_me:5230: \"$ac_compile\"") >&5 4698 4920 (eval $ac_compile) 2>&5 4699 4921 ac_status=$? 4700 4922 - echo "$as_me:4979: \$? = $ac_status" >&5 4701 + echo "$as_me:52 24: \$? = $ac_status" >&54923 + echo "$as_me:5233: \$? = $ac_status" >&5 4702 4924 (exit $ac_status); } && 4703 4925 { ac_try='test -s conftest.$ac_objext' 4704 4926 - { (eval echo "$as_me:4982: \"$ac_try\"") >&5 4705 + { (eval echo "$as_me:52 27: \"$ac_try\"") >&54927 + { (eval echo "$as_me:5236: \"$ac_try\"") >&5 4706 4928 (eval $ac_try) 2>&5 4707 4929 ac_status=$? 4708 4930 - echo "$as_me:4985: \$? = $ac_status" >&5 4709 + echo "$as_me:523 0: \$? = $ac_status" >&54931 + echo "$as_me:5239: \$? = $ac_status" >&5 4710 4932 (exit $ac_status); }; }; then 4711 4933 break 4712 4934 else 4713 @@ -4991,7 +52 36,7 @@4935 @@ -4991,7 +5245,7 @@ 4714 4936 fi 4715 4937 rm -f conftest.$ac_objext conftest.$ac_ext 4716 4938 done 4717 4939 - echo "$as_me:4994: result: $CC_SHARED_OPTS" >&5 4718 + echo "$as_me:52 39: result: $CC_SHARED_OPTS" >&54940 + echo "$as_me:5248: result: $CC_SHARED_OPTS" >&5 4719 4941 echo "${ECHO_T}$CC_SHARED_OPTS" >&6 4720 4942 CFLAGS="$cf_save_CFLAGS" 4721 4943 fi 4722 @@ -4999,6 +52 44,12 @@4944 @@ -4999,6 +5253,12 @@ 4723 4945 cf_cv_shlib_version_infix=no 4724 4946 … … 4733 4955 MK_SHARED_LIB='${CC} ${CFLAGS} -o $@ -Xlinker -soname=`basename $@` -nostart -e 0' 4734 4956 ;; 4735 @@ -5027,7 +52 78,7 @@4957 @@ -5027,7 +5287,7 @@ 4736 4958 MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@' 4737 4959 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi 4738 4960 cf_cv_shlib_version_infix=yes 4739 4961 - echo "$as_me:5030: checking if ld -search_paths_first works" >&5 4740 + echo "$as_me:52 81: checking if ld -search_paths_first works" >&54962 + echo "$as_me:5290: checking if ld -search_paths_first works" >&5 4741 4963 echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6 4742 4964 if test "${cf_cv_ldflags_search_paths_first+set}" = set; then 4743 4965 echo $ECHO_N "(cached) $ECHO_C" >&6 4744 @@ -5036,7 +52 87,7 @@4966 @@ -5036,7 +5296,7 @@ 4745 4967 cf_save_LDFLAGS=$LDFLAGS 4746 4968 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 4747 4969 cat >conftest.$ac_ext <<_ACEOF 4748 4970 -#line 5039 "configure" 4749 +#line 529 0"configure"4971 +#line 5299 "configure" 4750 4972 #include "confdefs.h" 4751 4973 4752 4974 int 4753 @@ -5048,16 +5 299,16 @@4975 @@ -5048,16 +5308,16 @@ 4754 4976 } 4755 4977 _ACEOF 4756 4978 rm -f conftest.$ac_objext conftest$ac_exeext 4757 4979 -if { (eval echo "$as_me:5051: \"$ac_link\"") >&5 4758 +if { (eval echo "$as_me:53 02: \"$ac_link\"") >&54980 +if { (eval echo "$as_me:5311: \"$ac_link\"") >&5 4759 4981 (eval $ac_link) 2>&5 4760 4982 ac_status=$? 4761 4983 - echo "$as_me:5054: \$? = $ac_status" >&5 4762 + echo "$as_me:53 05: \$? = $ac_status" >&54984 + echo "$as_me:5314: \$? = $ac_status" >&5 4763 4985 (exit $ac_status); } && 4764 4986 { ac_try='test -s conftest$ac_exeext' 4765 4987 - { (eval echo "$as_me:5057: \"$ac_try\"") >&5 4766 + { (eval echo "$as_me:53 08: \"$ac_try\"") >&54988 + { (eval echo "$as_me:5317: \"$ac_try\"") >&5 4767 4989 (eval $ac_try) 2>&5 4768 4990 ac_status=$? 4769 4991 - echo "$as_me:5060: \$? = $ac_status" >&5 4770 + echo "$as_me:53 11: \$? = $ac_status" >&54992 + echo "$as_me:5320: \$? = $ac_status" >&5 4771 4993 (exit $ac_status); }; }; then 4772 4994 cf_cv_ldflags_search_paths_first=yes 4773 4995 else 4774 @@ -5068,7 +53 19,7 @@4996 @@ -5068,7 +5328,7 @@ 4775 4997 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4776 4998 LDFLAGS=$cf_save_LDFLAGS 4777 4999 fi 4778 5000 -echo "$as_me:5071: result: $cf_cv_ldflags_search_paths_first" >&5 4779 +echo "$as_me:53 22: result: $cf_cv_ldflags_search_paths_first" >&55001 +echo "$as_me:5331: result: $cf_cv_ldflags_search_paths_first" >&5 4780 5002 echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6 4781 5003 if test $cf_cv_ldflags_search_paths_first = yes; then 4782 5004 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 4783 @@ -5090,10 +53 41,10 @@5005 @@ -5090,10 +5350,10 @@ 4784 5006 irix*) 4785 5007 if test "$cf_cv_ld_rpath" = yes ; then … … 4794 5016 fi 4795 5017 fi 4796 @@ -5112,7 +53 63,7 @@5018 @@ -5112,7 +5372,7 @@ 4797 5019 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4798 5020 fi … … 4803 5025 fi 4804 5026 4805 @@ -5131,7 +53 82,7 @@5027 @@ -5131,7 +5391,7 @@ 4806 5028 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4807 5029 fi … … 4812 5034 fi 4813 5035 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 4814 @@ -5143,7 +5 394,7 @@5036 @@ -5143,7 +5403,7 @@ 4815 5037 cf_cv_shared_soname='`basename $@`' 4816 5038 fi … … 4821 5043 nto-qnx*|openbsd*|freebsd[12].*) 4822 5044 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 4823 @@ -5155,7 +54 06,7 @@5045 @@ -5155,7 +5415,7 @@ 4824 5046 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then 4825 5047 LOCAL_LDFLAGS="-rpath \$(LOCAL_LIBDIR)" … … 4830 5052 fi 4831 5053 4832 @@ -5166,11 +54 17,11 @@5054 @@ -5166,11 +5426,11 @@ 4833 5055 cf_cv_shared_soname='`basename $@`' 4834 5056 fi … … 4844 5066 LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)" 4845 5067 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4846 @@ -5192,7 +54 43,7 @@5068 @@ -5192,7 +5452,7 @@ 4847 5069 4848 5070 MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname' -o $@' … … 4853 5075 ;; 4854 5076 osf*|mls+*) 4855 @@ -5211,7 +54 62,7 @@5077 @@ -5211,7 +5471,7 @@ 4856 5078 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4857 5079 fi … … 4862 5084 fi 4863 5085 cf_cv_rm_so_locs=yes 4864 @@ -5246,7 +5 497,7 @@5086 @@ -5246,7 +5506,7 @@ 4865 5087 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4866 5088 fi … … 4871 5093 fi 4872 5094 4873 @@ -5258,7 +55 09,43 @@5095 @@ -5258,7 +5518,43 @@ 4874 5096 fi 4875 5097 … … 4881 5103 + CFLAGS="$cf_shared_opts $cf_save_CFLAGS" 4882 5104 + cat >conftest.$ac_ext <<_ACEOF 4883 +#line 55 17"configure"5105 +#line 5526 "configure" 4884 5106 +#include "confdefs.h" 4885 5107 +#include <stdio.h> … … 4893 5115 +_ACEOF 4894 5116 +rm -f conftest.$ac_objext 4895 +if { (eval echo "$as_me:55 29: \"$ac_compile\"") >&55117 +if { (eval echo "$as_me:5538: \"$ac_compile\"") >&5 4896 5118 + (eval $ac_compile) 2>&5 4897 5119 + ac_status=$? 4898 + echo "$as_me:55 32: \$? = $ac_status" >&55120 + echo "$as_me:5541: \$? = $ac_status" >&5 4899 5121 + (exit $ac_status); } && 4900 5122 + { ac_try='test -s conftest.$ac_objext' 4901 + { (eval echo "$as_me:55 35: \"$ac_try\"") >&55123 + { (eval echo "$as_me:5544: \"$ac_try\"") >&5 4902 5124 + (eval $ac_try) 2>&5 4903 5125 + ac_status=$? 4904 + echo "$as_me:55 38: \$? = $ac_status" >&55126 + echo "$as_me:5547: \$? = $ac_status" >&5 4905 5127 + (exit $ac_status); }; }; then 4906 5128 + break … … 4916 5138 else 4917 5139 MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $@' 4918 @@ -5285,20 +55 72,20 @@5140 @@ -5285,20 +5581,20 @@ 4919 5141 test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes 4920 5142 ;; 4921 5143 *) 4922 5144 - { echo "$as_me:5288: WARNING: ignored --with-shlib-version" >&5 4923 + { echo "$as_me:55 75: WARNING: ignored --with-shlib-version" >&55145 + { echo "$as_me:5584: WARNING: ignored --with-shlib-version" >&5 4924 5146 echo "$as_me: WARNING: ignored --with-shlib-version" >&2;} 4925 5147 ;; … … 4931 5153 - echo "$as_me:5296: checking if we need a space after rpath option" >&5 4932 5154 + if test -n "$LD_RPATH_OPT" ; then 4933 + echo "$as_me:55 83: checking if we need a space after rpath option" >&55155 + echo "$as_me:5592: checking if we need a space after rpath option" >&5 4934 5156 echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6 4935 5157 cf_save_LIBS="$LIBS" … … 4938 5160 cat >conftest.$ac_ext <<_ACEOF 4939 5161 -#line 5301 "configure" 4940 +#line 55 88"configure"5162 +#line 5597 "configure" 4941 5163 #include "confdefs.h" 4942 5164 4943 5165 int 4944 @@ -5310,16 +5 597,16 @@5166 @@ -5310,16 +5606,16 @@ 4945 5167 } 4946 5168 _ACEOF 4947 5169 rm -f conftest.$ac_objext conftest$ac_exeext 4948 5170 -if { (eval echo "$as_me:5313: \"$ac_link\"") >&5 4949 +if { (eval echo "$as_me:560 0: \"$ac_link\"") >&55171 +if { (eval echo "$as_me:5609: \"$ac_link\"") >&5 4950 5172 (eval $ac_link) 2>&5 4951 5173 ac_status=$? 4952 5174 - echo "$as_me:5316: \$? = $ac_status" >&5 4953 + echo "$as_me:56 03: \$? = $ac_status" >&55175 + echo "$as_me:5612: \$? = $ac_status" >&5 4954 5176 (exit $ac_status); } && 4955 5177 { ac_try='test -s conftest$ac_exeext' 4956 5178 - { (eval echo "$as_me:5319: \"$ac_try\"") >&5 4957 + { (eval echo "$as_me:56 06: \"$ac_try\"") >&55179 + { (eval echo "$as_me:5615: \"$ac_try\"") >&5 4958 5180 (eval $ac_try) 2>&5 4959 5181 ac_status=$? 4960 5182 - echo "$as_me:5322: \$? = $ac_status" >&5 4961 + echo "$as_me:56 09: \$? = $ac_status" >&55183 + echo "$as_me:5618: \$? = $ac_status" >&5 4962 5184 (exit $ac_status); }; }; then 4963 5185 cf_rpath_space=no 4964 5186 else 4965 @@ -5329,16 +56 16,16 @@5187 @@ -5329,16 +5625,16 @@ 4966 5188 fi 4967 5189 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4968 5190 LIBS="$cf_save_LIBS" 4969 5191 - echo "$as_me:5332: result: $cf_rpath_space" >&5 4970 + echo "$as_me:56 19: result: $cf_rpath_space" >&55192 + echo "$as_me:5628: result: $cf_rpath_space" >&5 4971 5193 echo "${ECHO_T}$cf_rpath_space" >&6 4972 5194 - test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt " … … 4980 5202 if test "$model" = "shared"; then 4981 5203 - { { echo "$as_me:5341: error: Shared libraries are not supported in this version" >&5 4982 + { { echo "$as_me:56 28: error: Shared libraries are not supported in this version" >&55204 + { { echo "$as_me:5637: error: Shared libraries are not supported in this version" >&5 4983 5205 echo "$as_me: error: Shared libraries are not supported in this version" >&2;} 4984 5206 { (exit 1); exit 1; }; } 4985 5207 fi 4986 @@ -5348,7 +56 35,7 @@5208 @@ -5348,7 +5644,7 @@ 4987 5209 ############################################################################### 4988 5210 4989 5211 ### use option --disable-overwrite to leave out the link to -lcurses 4990 5212 -echo "$as_me:5351: checking if you wish to install ncurses overwriting curses" >&5 4991 +echo "$as_me:56 38: checking if you wish to install ncurses overwriting curses" >&55213 +echo "$as_me:5647: checking if you wish to install ncurses overwriting curses" >&5 4992 5214 echo $ECHO_N "checking if you wish to install ncurses overwriting curses... $ECHO_C" >&6 4993 5215 4994 5216 # Check whether --enable-overwrite or --disable-overwrite was given. 4995 @@ -5358,10 +56 45,10 @@5217 @@ -5358,10 +5654,10 @@ 4996 5218 else 4997 5219 if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi 4998 5220 fi; 4999 5221 -echo "$as_me:5361: result: $with_overwrite" >&5 5000 +echo "$as_me:56 48: result: $with_overwrite" >&55222 +echo "$as_me:5657: result: $with_overwrite" >&5 5001 5223 echo "${ECHO_T}$with_overwrite" >&6 5002 5224 5003 5225 -echo "$as_me:5364: checking if external terminfo-database is used" >&5 5004 +echo "$as_me:56 51: checking if external terminfo-database is used" >&55226 +echo "$as_me:5660: checking if external terminfo-database is used" >&5 5005 5227 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6 5006 5228 5007 5229 # Check whether --enable-database or --disable-database was given. 5008 @@ -5371,7 +56 58,7 @@5230 @@ -5371,7 +5667,7 @@ 5009 5231 else 5010 5232 use_database=yes 5011 5233 fi; 5012 5234 -echo "$as_me:5374: result: $use_database" >&5 5013 +echo "$as_me:56 61: result: $use_database" >&55235 +echo "$as_me:5670: result: $use_database" >&5 5014 5236 echo "${ECHO_T}$use_database" >&6 5015 5237 5016 5238 case $host_os in #(vi 5017 @@ -5384,8 +56 71,8 @@5239 @@ -5384,8 +5680,8 @@ 5018 5240 esac 5019 5241 … … 5026 5248 5027 5249 if test "$use_database" != no ; then 5028 @@ -5393,7 +568 0,7 @@5250 @@ -5393,7 +5689,7 @@ 5029 5251 #define USE_DATABASE 1 5030 5252 EOF 5031 5253 5032 5254 - echo "$as_me:5396: checking which terminfo source-file will be installed" >&5 5033 + echo "$as_me:56 83: checking which terminfo source-file will be installed" >&55255 + echo "$as_me:5692: checking which terminfo source-file will be installed" >&5 5034 5256 echo $ECHO_N "checking which terminfo source-file will be installed... $ECHO_C" >&6 5035 5257 5036 5258 # Check whether --enable-database or --disable-database was given. 5037 @@ -5401,10 +56 88,10 @@5259 @@ -5401,10 +5697,10 @@ 5038 5260 enableval="$enable_database" 5039 5261 TERMINFO_SRC=$withval 5040 5262 fi; 5041 5263 - echo "$as_me:5404: result: $TERMINFO_SRC" >&5 5042 + echo "$as_me:5 691: result: $TERMINFO_SRC" >&55264 + echo "$as_me:5700: result: $TERMINFO_SRC" >&5 5043 5265 echo "${ECHO_T}$TERMINFO_SRC" >&6 5044 5266 5045 5267 - echo "$as_me:5407: checking whether to use hashed database instead of directory/tree" >&5 5046 + echo "$as_me:5 694: checking whether to use hashed database instead of directory/tree" >&55268 + echo "$as_me:5703: checking whether to use hashed database instead of directory/tree" >&5 5047 5269 echo $ECHO_N "checking whether to use hashed database instead of directory/tree... $ECHO_C" >&6 5048 5270 5049 5271 # Check whether --with-hashed-db or --without-hashed-db was given. 5050 @@ -5414,13 +57 01,13 @@5272 @@ -5414,13 +5710,13 @@ 5051 5273 else 5052 5274 with_hashed_db=no 5053 5275 fi; 5054 5276 - echo "$as_me:5417: result: $with_hashed_db" >&5 5055 + echo "$as_me:57 04: result: $with_hashed_db" >&55277 + echo "$as_me:5713: result: $with_hashed_db" >&5 5056 5278 echo "${ECHO_T}$with_hashed_db" >&6 5057 5279 else … … 5060 5282 5061 5283 -echo "$as_me:5423: checking for list of fallback descriptions" >&5 5062 +echo "$as_me:571 0: checking for list of fallback descriptions" >&55284 +echo "$as_me:5719: checking for list of fallback descriptions" >&5 5063 5285 echo $ECHO_N "checking for list of fallback descriptions... $ECHO_C" >&6 5064 5286 5065 5287 # Check whether --with-fallbacks or --without-fallbacks was given. 5066 @@ -5430,11 +57 17,11 @@5288 @@ -5430,11 +5726,11 @@ 5067 5289 else 5068 5290 with_fallback= 5069 5291 fi; 5070 5292 -echo "$as_me:5433: result: $with_fallback" >&5 5071 +echo "$as_me:572 0: result: $with_fallback" >&55293 +echo "$as_me:5729: result: $with_fallback" >&5 5072 5294 echo "${ECHO_T}$with_fallback" >&6 5073 5295 FALLBACK_LIST=`echo "$with_fallback" | sed -e 's/,/ /g'` 5074 5296 5075 5297 -echo "$as_me:5437: checking if you want modern xterm or antique" >&5 5076 +echo "$as_me:57 24: checking if you want modern xterm or antique" >&55298 +echo "$as_me:5733: checking if you want modern xterm or antique" >&5 5077 5299 echo $ECHO_N "checking if you want modern xterm or antique... $ECHO_C" >&6 5078 5300 5079 5301 # Check whether --with-xterm-new or --without-xterm-new was given. 5080 @@ -5448,7 +57 35,7 @@5302 @@ -5448,7 +5744,7 @@ 5081 5303 no) with_xterm_new=xterm-old;; 5082 5304 *) with_xterm_new=xterm-new;; 5083 5305 esac 5084 5306 -echo "$as_me:5451: result: $with_xterm_new" >&5 5085 +echo "$as_me:57 38: result: $with_xterm_new" >&55307 +echo "$as_me:5747: result: $with_xterm_new" >&5 5086 5308 echo "${ECHO_T}$with_xterm_new" >&6 5087 5309 WHICH_XTERM=$with_xterm_new 5088 5310 5089 @@ -5458,7 +57 45,7 @@5311 @@ -5458,7 +5754,7 @@ 5090 5312 MAKE_TERMINFO="#" 5091 5313 else 5092 5314 5093 5315 -echo "$as_me:5461: checking for list of terminfo directories" >&5 5094 +echo "$as_me:57 48: checking for list of terminfo directories" >&55316 +echo "$as_me:5757: checking for list of terminfo directories" >&5 5095 5317 echo $ECHO_N "checking for list of terminfo directories... $ECHO_C" >&6 5096 5318 5097 5319 # Check whether --with-terminfo-dirs or --without-terminfo-dirs was given. 5098 @@ -5468,7 +57 55,7 @@5320 @@ -5468,7 +5764,7 @@ 5099 5321 else 5100 5322 withval=${TERMINFO_DIRS-${datadir}/terminfo} … … 5105 5327 for cf_src_path in $withval 5106 5328 do 5107 @@ -5498,7 +57 85,7 @@5329 @@ -5498,7 +5794,7 @@ 5108 5330 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 5109 5331 ;; 5110 5332 *) 5111 5333 - { { echo "$as_me:5501: error: expected a pathname, not \"$cf_src_path\"" >&5 5112 + { { echo "$as_me:57 88: error: expected a pathname, not \"$cf_src_path\"" >&55334 + { { echo "$as_me:5797: error: expected a pathname, not \"$cf_src_path\"" >&5 5113 5335 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 5114 5336 { (exit 1); exit 1; }; } 5115 5337 ;; 5116 @@ -5511,13 +5 798,13 @@5338 @@ -5511,13 +5807,13 @@ 5117 5339 5118 5340 eval 'TERMINFO_DIRS="$cf_dst_path"' 5119 5341 5120 5342 -echo "$as_me:5514: result: $TERMINFO_DIRS" >&5 5121 +echo "$as_me:58 01: result: $TERMINFO_DIRS" >&55343 +echo "$as_me:5810: result: $TERMINFO_DIRS" >&5 5122 5344 echo "${ECHO_T}$TERMINFO_DIRS" >&6 5123 5345 test -n "$TERMINFO_DIRS" && cat >>confdefs.h <<EOF … … 5126 5348 5127 5349 -echo "$as_me:5520: checking for default terminfo directory" >&5 5128 +echo "$as_me:58 07: checking for default terminfo directory" >&55350 +echo "$as_me:5816: checking for default terminfo directory" >&5 5129 5351 echo $ECHO_N "checking for default terminfo directory... $ECHO_C" >&6 5130 5352 5131 5353 # Check whether --with-default-terminfo-dir or --without-default-terminfo-dir was given. 5132 @@ -5553,7 +584 0,7 @@5354 @@ -5553,7 +5849,7 @@ 5133 5355 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 5134 5356 ;; 5135 5357 *) 5136 5358 - { { echo "$as_me:5556: error: expected a pathname, not \"$withval\"" >&5 5137 + { { echo "$as_me:58 43: error: expected a pathname, not \"$withval\"" >&55359 + { { echo "$as_me:5852: error: expected a pathname, not \"$withval\"" >&5 5138 5360 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 5139 5361 { (exit 1); exit 1; }; } 5140 5362 ;; 5141 @@ -5562,7 +58 49,7 @@5363 @@ -5562,7 +5858,7 @@ 5142 5364 fi 5143 5365 TERMINFO="$withval" 5144 5366 5145 5367 -echo "$as_me:5565: result: $TERMINFO" >&5 5146 +echo "$as_me:58 52: result: $TERMINFO" >&55368 +echo "$as_me:5861: result: $TERMINFO" >&5 5147 5369 echo "${ECHO_T}$TERMINFO" >&6 5148 5370 cat >>confdefs.h <<EOF 5149 5371 #define TERMINFO "$TERMINFO" 5150 @@ -5572,7 +58 59,7 @@5372 @@ -5572,7 +5868,7 @@ 5151 5373 5152 5374 ### use option --disable-big-core to make tic run on small machines 5153 5375 ### We need 4Mb, check if we can allocate 50% more than that. 5154 5376 -echo "$as_me:5575: checking if big-core option selected" >&5 5155 +echo "$as_me:58 62: checking if big-core option selected" >&55377 +echo "$as_me:5871: checking if big-core option selected" >&5 5156 5378 echo $ECHO_N "checking if big-core option selected... $ECHO_C" >&6 5157 5379 5158 5380 # Check whether --enable-big-core or --disable-big-core was given. 5159 @@ -5584,7 +58 71,7 @@5381 @@ -5584,7 +5880,7 @@ 5160 5382 with_big_core=no 5161 5383 else 5162 5384 cat >conftest.$ac_ext <<_ACEOF 5163 5385 -#line 5587 "configure" 5164 +#line 58 74"configure"5386 +#line 5883 "configure" 5165 5387 #include "confdefs.h" 5166 5388 5167 5389 #include <stdlib.h> 5168 @@ -5598,15 +58 85,15 @@5390 @@ -5598,15 +5894,15 @@ 5169 5391 } 5170 5392 _ACEOF 5171 5393 rm -f conftest$ac_exeext 5172 5394 -if { (eval echo "$as_me:5601: \"$ac_link\"") >&5 5173 +if { (eval echo "$as_me:58 88: \"$ac_link\"") >&55395 +if { (eval echo "$as_me:5897: \"$ac_link\"") >&5 5174 5396 (eval $ac_link) 2>&5 5175 5397 ac_status=$? 5176 5398 - echo "$as_me:5604: \$? = $ac_status" >&5 5177 + echo "$as_me:5 891: \$? = $ac_status" >&55399 + echo "$as_me:5900: \$? = $ac_status" >&5 5178 5400 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5179 5401 - { (eval echo "$as_me:5606: \"$ac_try\"") >&5 5180 + { (eval echo "$as_me:5 893: \"$ac_try\"") >&55402 + { (eval echo "$as_me:5902: \"$ac_try\"") >&5 5181 5403 (eval $ac_try) 2>&5 5182 5404 ac_status=$? 5183 5405 - echo "$as_me:5609: \$? = $ac_status" >&5 5184 + echo "$as_me:5 896: \$? = $ac_status" >&55406 + echo "$as_me:5905: \$? = $ac_status" >&5 5185 5407 (exit $ac_status); }; }; then 5186 5408 with_big_core=yes 5187 5409 else 5188 @@ -5618,7 +59 05,7 @@5410 @@ -5618,7 +5914,7 @@ 5189 5411 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5190 5412 fi 5191 5413 fi; 5192 5414 -echo "$as_me:5621: result: $with_big_core" >&5 5193 +echo "$as_me:59 08: result: $with_big_core" >&55415 +echo "$as_me:5917: result: $with_big_core" >&5 5194 5416 echo "${ECHO_T}$with_big_core" >&6 5195 5417 test "$with_big_core" = "yes" && cat >>confdefs.h <<\EOF 5196 5418 #define HAVE_BIG_CORE 1 5197 @@ -5627,7 +59 14,7 @@5419 @@ -5627,7 +5923,7 @@ 5198 5420 ### ISO C only guarantees 512-char strings, we have tables which load faster 5199 5421 ### when constructed using "big" strings. More than the C compiler, the awk 5200 5422 ### program is a limit on most vendor UNIX systems. Check that we can build. 5201 5423 -echo "$as_me:5630: checking if big-strings option selected" >&5 5202 +echo "$as_me:59 17: checking if big-strings option selected" >&55424 +echo "$as_me:5926: checking if big-strings option selected" >&5 5203 5425 echo $ECHO_N "checking if big-strings option selected... $ECHO_C" >&6 5204 5426 5205 5427 # Check whether --enable-big-strings or --disable-big-strings was given. 5206 @@ -5636,29 +59 23,29 @@5428 @@ -5636,29 +5932,29 @@ 5207 5429 with_big_strings=$enableval 5208 5430 else … … 5237 5459 fi; 5238 5460 -echo "$as_me:5654: result: $with_big_strings" >&5 5239 +echo "$as_me:59 41: result: $with_big_strings" >&55461 +echo "$as_me:5950: result: $with_big_strings" >&5 5240 5462 echo "${ECHO_T}$with_big_strings" >&6 5241 5463 … … 5245 5467 ### use option --enable-termcap to compile in the termcap fallback support 5246 5468 -echo "$as_me:5661: checking if you want termcap-fallback support" >&5 5247 +echo "$as_me:59 48: checking if you want termcap-fallback support" >&55469 +echo "$as_me:5957: checking if you want termcap-fallback support" >&5 5248 5470 echo $ECHO_N "checking if you want termcap-fallback support... $ECHO_C" >&6 5249 5471 5250 5472 # Check whether --enable-termcap or --disable-termcap was given. 5251 @@ -5668,13 +59 55,13 @@5473 @@ -5668,13 +5964,13 @@ 5252 5474 else 5253 5475 with_termcap=no 5254 5476 fi; 5255 5477 -echo "$as_me:5671: result: $with_termcap" >&5 5256 +echo "$as_me:59 58: result: $with_termcap" >&55478 +echo "$as_me:5967: result: $with_termcap" >&5 5257 5479 echo "${ECHO_T}$with_termcap" >&6 5258 5480 … … 5261 5483 if test -z "$with_fallback" ; then 5262 5484 - { { echo "$as_me:5677: error: You have disabled the database w/o specifying fallbacks" >&5 5263 + { { echo "$as_me:59 64: error: You have disabled the database w/o specifying fallbacks" >&55485 + { { echo "$as_me:5973: error: You have disabled the database w/o specifying fallbacks" >&5 5264 5486 echo "$as_me: error: You have disabled the database w/o specifying fallbacks" >&2;} 5265 5487 { (exit 1); exit 1; }; } 5266 5488 fi 5267 @@ -5686,7 +59 73,7 @@5489 @@ -5686,7 +5982,7 @@ 5268 5490 else 5269 5491 5270 5492 if test "$with_ticlib" != no ; then 5271 5493 - { { echo "$as_me:5689: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5 5272 + { { echo "$as_me:59 76: error: Options --with-ticlib and --enable-termcap cannot be combined" >&55494 + { { echo "$as_me:5985: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5 5273 5495 echo "$as_me: error: Options --with-ticlib and --enable-termcap cannot be combined" >&2;} 5274 5496 { (exit 1); exit 1; }; } 5275 5497 fi 5276 @@ -5695,7 +59 82,7 @@5498 @@ -5695,7 +5991,7 @@ 5277 5499 #define USE_TERMCAP 1 5278 5500 EOF 5279 5501 5280 5502 -echo "$as_me:5698: checking for list of termcap files" >&5 5281 +echo "$as_me:59 85: checking for list of termcap files" >&55503 +echo "$as_me:5994: checking for list of termcap files" >&5 5282 5504 echo $ECHO_N "checking for list of termcap files... $ECHO_C" >&6 5283 5505 5284 5506 # Check whether --with-termpath or --without-termpath was given. 5285 @@ -5705,7 + 5992,7 @@5507 @@ -5705,7 +6001,7 @@ 5286 5508 else 5287 5509 withval=${TERMPATH-/etc/termcap:/usr/share/misc/termcap} … … 5292 5514 for cf_src_path in $withval 5293 5515 do 5294 @@ -5735,7 +60 22,7 @@5516 @@ -5735,7 +6031,7 @@ 5295 5517 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 5296 5518 ;; 5297 5519 *) 5298 5520 - { { echo "$as_me:5738: error: expected a pathname, not \"$cf_src_path\"" >&5 5299 + { { echo "$as_me:60 25: error: expected a pathname, not \"$cf_src_path\"" >&55521 + { { echo "$as_me:6034: error: expected a pathname, not \"$cf_src_path\"" >&5 5300 5522 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 5301 5523 { (exit 1); exit 1; }; } 5302 5524 ;; 5303 @@ -5748,14 +60 35,14 @@5525 @@ -5748,14 +6044,14 @@ 5304 5526 5305 5527 eval 'TERMPATH="$cf_dst_path"' 5306 5528 5307 5529 -echo "$as_me:5751: result: $TERMPATH" >&5 5308 +echo "$as_me:60 38: result: $TERMPATH" >&55530 +echo "$as_me:6047: result: $TERMPATH" >&5 5309 5531 echo "${ECHO_T}$TERMPATH" >&6 5310 5532 test -n "$TERMPATH" && cat >>confdefs.h <<EOF … … 5314 5536 ### use option --enable-getcap to use a hacked getcap for reading termcaps 5315 5537 -echo "$as_me:5758: checking if fast termcap-loader is needed" >&5 5316 +echo "$as_me:60 45: checking if fast termcap-loader is needed" >&55538 +echo "$as_me:6054: checking if fast termcap-loader is needed" >&5 5317 5539 echo $ECHO_N "checking if fast termcap-loader is needed... $ECHO_C" >&6 5318 5540 5319 5541 # Check whether --enable-getcap or --disable-getcap was given. 5320 @@ -5765,13 +60 52,13 @@5542 @@ -5765,13 +6061,13 @@ 5321 5543 else 5322 5544 with_getcap=no 5323 5545 fi; 5324 5546 -echo "$as_me:5768: result: $with_getcap" >&5 5325 +echo "$as_me:60 55: result: $with_getcap" >&55547 +echo "$as_me:6064: result: $with_getcap" >&5 5326 5548 echo "${ECHO_T}$with_getcap" >&6 5327 5549 test "$with_getcap" = "yes" && cat >>confdefs.h <<\EOF … … 5330 5552 5331 5553 -echo "$as_me:5774: checking if translated termcaps will be cached in ~/.terminfo" >&5 5332 +echo "$as_me:60 61: checking if translated termcaps will be cached in ~/.terminfo" >&55554 +echo "$as_me:6070: checking if translated termcaps will be cached in ~/.terminfo" >&5 5333 5555 echo $ECHO_N "checking if translated termcaps will be cached in ~/.terminfo... $ECHO_C" >&6 5334 5556 5335 5557 # Check whether --enable-getcap-cache or --disable-getcap-cache was given. 5336 @@ -5781,7 +60 68,7 @@5558 @@ -5781,7 +6077,7 @@ 5337 5559 else 5338 5560 with_getcap_cache=no 5339 5561 fi; 5340 5562 -echo "$as_me:5784: result: $with_getcap_cache" >&5 5341 +echo "$as_me:60 71: result: $with_getcap_cache" >&55563 +echo "$as_me:6080: result: $with_getcap_cache" >&5 5342 5564 echo "${ECHO_T}$with_getcap_cache" >&6 5343 5565 test "$with_getcap_cache" = "yes" && cat >>confdefs.h <<\EOF 5344 5566 #define USE_GETCAP_CACHE 1 5345 @@ -5790,7 +60 77,7 @@5567 @@ -5790,7 +6086,7 @@ 5346 5568 fi 5347 5569 5348 5570 ### Use option --disable-home-terminfo to completely remove ~/.terminfo 5349 5571 -echo "$as_me:5793: checking if ~/.terminfo is wanted" >&5 5350 +echo "$as_me:608 0: checking if ~/.terminfo is wanted" >&55572 +echo "$as_me:6089: checking if ~/.terminfo is wanted" >&5 5351 5573 echo $ECHO_N "checking if ~/.terminfo is wanted... $ECHO_C" >&6 5352 5574 5353 5575 # Check whether --enable-home-terminfo or --disable-home-terminfo was given. 5354 @@ -5800,13 +60 87,13 @@5576 @@ -5800,13 +6096,13 @@ 5355 5577 else 5356 5578 with_home_terminfo=yes 5357 5579 fi; 5358 5580 -echo "$as_me:5803: result: $with_home_terminfo" >&5 5359 +echo "$as_me:609 0: result: $with_home_terminfo" >&55581 +echo "$as_me:6099: result: $with_home_terminfo" >&5 5360 5582 echo "${ECHO_T}$with_home_terminfo" >&6 5361 5583 test "$with_home_terminfo" = "yes" && cat >>confdefs.h <<\EOF … … 5364 5586 5365 5587 -echo "$as_me:5809: checking if you want to use restricted environment when running as root" >&5 5366 +echo "$as_me:6 096: checking if you want to use restricted environment when running as root" >&55588 +echo "$as_me:6105: checking if you want to use restricted environment when running as root" >&5 5367 5589 echo $ECHO_N "checking if you want to use restricted environment when running as root... $ECHO_C" >&6 5368 5590 5369 5591 # Check whether --enable-root-environ or --disable-root-environ was given. 5370 @@ -5816,7 +61 03,7 @@5592 @@ -5816,7 +6112,7 @@ 5371 5593 else 5372 5594 with_root_environ=yes 5373 5595 fi; 5374 5596 -echo "$as_me:5819: result: $with_root_environ" >&5 5375 +echo "$as_me:61 06: result: $with_root_environ" >&55597 +echo "$as_me:6115: result: $with_root_environ" >&5 5376 5598 echo "${ECHO_T}$with_root_environ" >&6 5377 5599 test "$with_root_environ" = yes && cat >>confdefs.h <<\EOF 5378 5600 #define USE_ROOT_ENVIRON 1 5379 @@ -5830,13 +61 17,13 @@5601 @@ -5830,13 +6126,13 @@ 5380 5602 unlink 5381 5603 do 5382 5604 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5383 5605 -echo "$as_me:5833: checking for $ac_func" >&5 5384 +echo "$as_me:612 0: checking for $ac_func" >&55606 +echo "$as_me:6129: checking for $ac_func" >&5 5385 5607 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5386 5608 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 5389 5611 cat >conftest.$ac_ext <<_ACEOF 5390 5612 -#line 5839 "configure" 5391 +#line 61 26"configure"5613 +#line 6135 "configure" 5392 5614 #include "confdefs.h" 5393 5615 /* System header to define __stub macros and hopefully few prototypes, 5394 5616 which can conflict with char $ac_func (); below. */ 5395 @@ -5867,16 +61 54,16 @@5617 @@ -5867,16 +6163,16 @@ 5396 5618 } 5397 5619 _ACEOF 5398 5620 rm -f conftest.$ac_objext conftest$ac_exeext 5399 5621 -if { (eval echo "$as_me:5870: \"$ac_link\"") >&5 5400 +if { (eval echo "$as_me:61 57: \"$ac_link\"") >&55622 +if { (eval echo "$as_me:6166: \"$ac_link\"") >&5 5401 5623 (eval $ac_link) 2>&5 5402 5624 ac_status=$? 5403 5625 - echo "$as_me:5873: \$? = $ac_status" >&5 5404 + echo "$as_me:616 0: \$? = $ac_status" >&55626 + echo "$as_me:6169: \$? = $ac_status" >&5 5405 5627 (exit $ac_status); } && 5406 5628 { ac_try='test -s conftest$ac_exeext' 5407 5629 - { (eval echo "$as_me:5876: \"$ac_try\"") >&5 5408 + { (eval echo "$as_me:61 63: \"$ac_try\"") >&55630 + { (eval echo "$as_me:6172: \"$ac_try\"") >&5 5409 5631 (eval $ac_try) 2>&5 5410 5632 ac_status=$? 5411 5633 - echo "$as_me:5879: \$? = $ac_status" >&5 5412 + echo "$as_me:61 66: \$? = $ac_status" >&55634 + echo "$as_me:6175: \$? = $ac_status" >&5 5413 5635 (exit $ac_status); }; }; then 5414 5636 eval "$as_ac_var=yes" 5415 5637 else 5416 @@ -5886,7 +61 73,7 @@5638 @@ -5886,7 +6182,7 @@ 5417 5639 fi 5418 5640 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5419 5641 fi 5420 5642 -echo "$as_me:5889: result: `eval echo '${'$as_ac_var'}'`" >&5 5421 +echo "$as_me:61 76: result: `eval echo '${'$as_ac_var'}'`" >&55643 +echo "$as_me:6185: result: `eval echo '${'$as_ac_var'}'`" >&5 5422 5644 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5423 5645 if test `eval echo '${'$as_ac_var'}'` = yes; then 5424 5646 cat >>confdefs.h <<EOF 5425 @@ -5903,13 +619 0,13 @@5647 @@ -5903,13 +6199,13 @@ 5426 5648 symlink 5427 5649 do 5428 5650 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5429 5651 -echo "$as_me:5906: checking for $ac_func" >&5 5430 +echo "$as_me:6 193: checking for $ac_func" >&55652 +echo "$as_me:6202: checking for $ac_func" >&5 5431 5653 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5432 5654 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 5435 5657 cat >conftest.$ac_ext <<_ACEOF 5436 5658 -#line 5912 "configure" 5437 +#line 6 199"configure"5659 +#line 6208 "configure" 5438 5660 #include "confdefs.h" 5439 5661 /* System header to define __stub macros and hopefully few prototypes, 5440 5662 which can conflict with char $ac_func (); below. */ 5441 @@ -5940,16 +62 27,16 @@5663 @@ -5940,16 +6236,16 @@ 5442 5664 } 5443 5665 _ACEOF 5444 5666 rm -f conftest.$ac_objext conftest$ac_exeext 5445 5667 -if { (eval echo "$as_me:5943: \"$ac_link\"") >&5 5446 +if { (eval echo "$as_me:623 0: \"$ac_link\"") >&55668 +if { (eval echo "$as_me:6239: \"$ac_link\"") >&5 5447 5669 (eval $ac_link) 2>&5 5448 5670 ac_status=$? 5449 5671 - echo "$as_me:5946: \$? = $ac_status" >&5 5450 + echo "$as_me:62 33: \$? = $ac_status" >&55672 + echo "$as_me:6242: \$? = $ac_status" >&5 5451 5673 (exit $ac_status); } && 5452 5674 { ac_try='test -s conftest$ac_exeext' 5453 5675 - { (eval echo "$as_me:5949: \"$ac_try\"") >&5 5454 + { (eval echo "$as_me:62 36: \"$ac_try\"") >&55676 + { (eval echo "$as_me:6245: \"$ac_try\"") >&5 5455 5677 (eval $ac_try) 2>&5 5456 5678 ac_status=$? 5457 5679 - echo "$as_me:5952: \$? = $ac_status" >&5 5458 + echo "$as_me:62 39: \$? = $ac_status" >&55680 + echo "$as_me:6248: \$? = $ac_status" >&5 5459 5681 (exit $ac_status); }; }; then 5460 5682 eval "$as_ac_var=yes" 5461 5683 else 5462 @@ -5959,7 +62 46,7 @@5684 @@ -5959,7 +6255,7 @@ 5463 5685 fi 5464 5686 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5465 5687 fi 5466 5688 -echo "$as_me:5962: result: `eval echo '${'$as_ac_var'}'`" >&5 5467 +echo "$as_me:62 49: result: `eval echo '${'$as_ac_var'}'`" >&55689 +echo "$as_me:6258: result: `eval echo '${'$as_ac_var'}'`" >&5 5468 5690 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5469 5691 if test `eval echo '${'$as_ac_var'}'` = yes; then 5470 5692 cat >>confdefs.h <<EOF 5471 @@ -5970,7 +62 57,7 @@5693 @@ -5970,7 +6266,7 @@ 5472 5694 done 5473 5695 5474 5696 else 5475 5697 - echo "$as_me:5973: checking if link/symlink functions work" >&5 5476 + echo "$as_me:626 0: checking if link/symlink functions work" >&55698 + echo "$as_me:6269: checking if link/symlink functions work" >&5 5477 5699 echo $ECHO_N "checking if link/symlink functions work... $ECHO_C" >&6 5478 5700 if test "${cf_cv_link_funcs+set}" = set; then 5479 5701 echo $ECHO_N "(cached) $ECHO_C" >&6 5480 @@ -5983,7 +627 0,7 @@5702 @@ -5983,7 +6279,7 @@ 5481 5703 eval 'ac_cv_func_'$cf_func'=error' 5482 5704 else 5483 5705 cat >conftest.$ac_ext <<_ACEOF 5484 5706 -#line 5986 "configure" 5485 +#line 62 73"configure"5707 +#line 6282 "configure" 5486 5708 #include "confdefs.h" 5487 5709 5488 5710 #include <sys/types.h> 5489 @@ -6013,15 +630 0,15 @@5711 @@ -6013,15 +6309,15 @@ 5490 5712 5491 5713 _ACEOF 5492 5714 rm -f conftest$ac_exeext 5493 5715 -if { (eval echo "$as_me:6016: \"$ac_link\"") >&5 5494 +if { (eval echo "$as_me:63 03: \"$ac_link\"") >&55716 +if { (eval echo "$as_me:6312: \"$ac_link\"") >&5 5495 5717 (eval $ac_link) 2>&5 5496 5718 ac_status=$? 5497 5719 - echo "$as_me:6019: \$? = $ac_status" >&5 5498 + echo "$as_me:63 06: \$? = $ac_status" >&55720 + echo "$as_me:6315: \$? = $ac_status" >&5 5499 5721 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5500 5722 - { (eval echo "$as_me:6021: \"$ac_try\"") >&5 5501 + { (eval echo "$as_me:63 08: \"$ac_try\"") >&55723 + { (eval echo "$as_me:6317: \"$ac_try\"") >&5 5502 5724 (eval $ac_try) 2>&5 5503 5725 ac_status=$? 5504 5726 - echo "$as_me:6024: \$? = $ac_status" >&5 5505 + echo "$as_me:63 11: \$? = $ac_status" >&55727 + echo "$as_me:6320: \$? = $ac_status" >&5 5506 5728 (exit $ac_status); }; }; then 5507 5729 5508 5730 cf_cv_link_funcs="$cf_cv_link_funcs $cf_func" 5509 @@ -6039,7 +63 26,7 @@5731 @@ -6039,7 +6335,7 @@ 5510 5732 test -z "$cf_cv_link_funcs" && cf_cv_link_funcs=no 5511 5733 5512 5734 fi 5513 5735 -echo "$as_me:6042: result: $cf_cv_link_funcs" >&5 5514 +echo "$as_me:63 29: result: $cf_cv_link_funcs" >&55736 +echo "$as_me:6338: result: $cf_cv_link_funcs" >&5 5515 5737 echo "${ECHO_T}$cf_cv_link_funcs" >&6 5516 5738 test "$ac_cv_func_link" = yes && cat >>confdefs.h <<\EOF 5517 5739 #define HAVE_LINK 1 5518 @@ -6057,7 +63 44,7 @@5740 @@ -6057,7 +6353,7 @@ 5519 5741 # soft links (symbolic links) are useful for some systems where hard links do 5520 5742 # not work, or to make it simpler to copy terminfo trees around. 5521 5743 if test "$ac_cv_func_symlink" = yes ; then 5522 5744 - echo "$as_me:6060: checking if tic should use symbolic links" >&5 5523 + echo "$as_me:63 47: checking if tic should use symbolic links" >&55745 + echo "$as_me:6356: checking if tic should use symbolic links" >&5 5524 5746 echo $ECHO_N "checking if tic should use symbolic links... $ECHO_C" >&6 5525 5747 5526 5748 # Check whether --enable-symlinks or --disable-symlinks was given. 5527 @@ -6067,21 +63 54,21 @@5749 @@ -6067,21 +6363,21 @@ 5528 5750 else 5529 5751 with_symlinks=no 5530 5752 fi; 5531 5753 - echo "$as_me:6070: result: $with_symlinks" >&5 5532 + echo "$as_me:63 57: result: $with_symlinks" >&55754 + echo "$as_me:6366: result: $with_symlinks" >&5 5533 5755 echo "${ECHO_T}$with_symlinks" >&6 5534 5756 fi … … 5538 5760 if test "$with_symlinks" = no ; then 5539 5761 - echo "$as_me:6077: checking if tic should use hard links" >&5 5540 + echo "$as_me:63 64: checking if tic should use hard links" >&55762 + echo "$as_me:6373: checking if tic should use hard links" >&5 5541 5763 echo $ECHO_N "checking if tic should use hard links... $ECHO_C" >&6 5542 5764 if test "$ac_cv_func_link" = yes ; then … … 5546 5768 fi 5547 5769 - echo "$as_me:6084: result: $with_links" >&5 5548 + echo "$as_me:63 71: result: $with_links" >&55770 + echo "$as_me:6380: result: $with_links" >&5 5549 5771 echo "${ECHO_T}$with_links" >&6 5550 5772 fi 5551 5773 5552 @@ -6094,7 +63 81,7 @@5774 @@ -6094,7 +6390,7 @@ 5553 5775 EOF 5554 5776 5555 5777 ### use option --enable-broken-linker to force on use of broken-linker support 5556 5778 -echo "$as_me:6097: checking if you want broken-linker support code" >&5 5557 +echo "$as_me:63 84: checking if you want broken-linker support code" >&55779 +echo "$as_me:6393: checking if you want broken-linker support code" >&5 5558 5780 echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6 5559 5781 5560 5782 # Check whether --enable-broken_linker or --disable-broken_linker was given. 5561 @@ -6104,7 +6 391,7 @@5783 @@ -6104,7 +6400,7 @@ 5562 5784 else 5563 5785 with_broken_linker=${BROKEN_LINKER-no} 5564 5786 fi; 5565 5787 -echo "$as_me:6107: result: $with_broken_linker" >&5 5566 +echo "$as_me:6 394: result: $with_broken_linker" >&55788 +echo "$as_me:6403: result: $with_broken_linker" >&5 5567 5789 echo "${ECHO_T}$with_broken_linker" >&6 5568 5790 5569 5791 BROKEN_LINKER=0 5570 @@ -6124,14 +64 11,14 @@5792 @@ -6124,14 +6420,14 @@ 5571 5793 BROKEN_LINKER=1 5572 5794 test -n "$verbose" && echo " cygwin linker is broken anyway" 1>&6 5573 5795 5574 5796 -echo "${as_me-configure}:6127: testing cygwin linker is broken anyway ..." 1>&5 5575 +echo "${as_me-configure}:64 14: testing cygwin linker is broken anyway ..." 1>&55797 +echo "${as_me-configure}:6423: testing cygwin linker is broken anyway ..." 1>&5 5576 5798 5577 5799 ;; … … 5581 5803 ### use option --enable-bsdpad to have tputs process BSD-style prefix padding 5582 5804 -echo "$as_me:6134: checking if tputs should process BSD-style prefix padding" >&5 5583 +echo "$as_me:64 21: checking if tputs should process BSD-style prefix padding" >&55805 +echo "$as_me:6430: checking if tputs should process BSD-style prefix padding" >&5 5584 5806 echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6 5585 5807 5586 5808 # Check whether --enable-bsdpad or --disable-bsdpad was given. 5587 @@ -6141,7 +64 28,7 @@5809 @@ -6141,7 +6437,7 @@ 5588 5810 else 5589 5811 with_bsdpad=no 5590 5812 fi; 5591 5813 -echo "$as_me:6144: result: $with_bsdpad" >&5 5592 +echo "$as_me:64 31: result: $with_bsdpad" >&55814 +echo "$as_me:6440: result: $with_bsdpad" >&5 5593 5815 echo "${ECHO_T}$with_bsdpad" >&6 5594 5816 test "$with_bsdpad" = yes && cat >>confdefs.h <<\EOF 5595 5817 #define BSD_TPUTS 1 5596 @@ -6158,7 +64 45,7 @@5818 @@ -6158,7 +6454,7 @@ 5597 5819 5598 5820 # Check to define _XOPEN_SOURCE "automatically" 5599 5821 5600 5822 -echo "$as_me:6161: checking if $CC -U and -D options work together" >&5 5601 +echo "$as_me:64 48: checking if $CC -U and -D options work together" >&55823 +echo "$as_me:6457: checking if $CC -U and -D options work together" >&5 5602 5824 echo $ECHO_N "checking if $CC -U and -D options work together... $ECHO_C" >&6 5603 5825 if test "${cf_cv_cc_u_d_options+set}" = set; then 5604 5826 echo $ECHO_N "(cached) $ECHO_C" >&6 5605 @@ -6167,7 +64 54,7 @@5827 @@ -6167,7 +6463,7 @@ 5606 5828 cf_save_CPPFLAGS="$CPPFLAGS" 5607 5829 CPPFLAGS="-UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS" 5608 5830 cat >conftest.$ac_ext <<_ACEOF 5609 5831 -#line 6170 "configure" 5610 +#line 64 57"configure"5832 +#line 6466 "configure" 5611 5833 #include "confdefs.h" 5612 5834 5613 5835 int 5614 @@ -6186,16 +64 73,16 @@5836 @@ -6186,16 +6482,16 @@ 5615 5837 } 5616 5838 _ACEOF 5617 5839 rm -f conftest.$ac_objext 5618 5840 -if { (eval echo "$as_me:6189: \"$ac_compile\"") >&5 5619 +if { (eval echo "$as_me:64 76: \"$ac_compile\"") >&55841 +if { (eval echo "$as_me:6485: \"$ac_compile\"") >&5 5620 5842 (eval $ac_compile) 2>&5 5621 5843 ac_status=$? 5622 5844 - echo "$as_me:6192: \$? = $ac_status" >&5 5623 + echo "$as_me:64 79: \$? = $ac_status" >&55845 + echo "$as_me:6488: \$? = $ac_status" >&5 5624 5846 (exit $ac_status); } && 5625 5847 { ac_try='test -s conftest.$ac_objext' 5626 5848 - { (eval echo "$as_me:6195: \"$ac_try\"") >&5 5627 + { (eval echo "$as_me:64 82: \"$ac_try\"") >&55849 + { (eval echo "$as_me:6491: \"$ac_try\"") >&5 5628 5850 (eval $ac_try) 2>&5 5629 5851 ac_status=$? 5630 5852 - echo "$as_me:6198: \$? = $ac_status" >&5 5631 + echo "$as_me:64 85: \$? = $ac_status" >&55853 + echo "$as_me:6494: \$? = $ac_status" >&5 5632 5854 (exit $ac_status); }; }; then 5633 5855 5634 5856 cf_cv_cc_u_d_options=yes 5635 @@ -6209,14 +6 496,14 @@5857 @@ -6209,14 +6505,14 @@ 5636 5858 CPPFLAGS="$cf_save_CPPFLAGS" 5637 5859 5638 5860 fi 5639 5861 -echo "$as_me:6212: result: $cf_cv_cc_u_d_options" >&5 5640 +echo "$as_me:6 499: result: $cf_cv_cc_u_d_options" >&55862 +echo "$as_me:6508: result: $cf_cv_cc_u_d_options" >&5 5641 5863 echo "${ECHO_T}$cf_cv_cc_u_d_options" >&6 5642 5864 … … 5650 5872 ;; 5651 5873 freebsd*|dragonfly*) #(vi 5652 @@ -6233,16 +652 0,16 @@5874 @@ -6233,16 +6529,16 @@ 5653 5875 irix[56].*) #(vi 5654 5876 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 5658 5880 5659 5881 -echo "$as_me:6238: checking if we must define _GNU_SOURCE" >&5 5660 +echo "$as_me:65 25: checking if we must define _GNU_SOURCE" >&55882 +echo "$as_me:6534: checking if we must define _GNU_SOURCE" >&5 5661 5883 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6 5662 5884 if test "${cf_cv_gnu_source+set}" = set; then … … 5666 5888 cat >conftest.$ac_ext <<_ACEOF 5667 5889 -#line 6245 "configure" 5668 +#line 65 32"configure"5890 +#line 6541 "configure" 5669 5891 #include "confdefs.h" 5670 5892 #include <sys/types.h> 5671 5893 int 5672 @@ -6257,16 +65 44,16 @@5894 @@ -6257,16 +6553,16 @@ 5673 5895 } 5674 5896 _ACEOF 5675 5897 rm -f conftest.$ac_objext 5676 5898 -if { (eval echo "$as_me:6260: \"$ac_compile\"") >&5 5677 +if { (eval echo "$as_me:65 47: \"$ac_compile\"") >&55899 +if { (eval echo "$as_me:6556: \"$ac_compile\"") >&5 5678 5900 (eval $ac_compile) 2>&5 5679 5901 ac_status=$? 5680 5902 - echo "$as_me:6263: \$? = $ac_status" >&5 5681 + echo "$as_me:655 0: \$? = $ac_status" >&55903 + echo "$as_me:6559: \$? = $ac_status" >&5 5682 5904 (exit $ac_status); } && 5683 5905 { ac_try='test -s conftest.$ac_objext' 5684 5906 - { (eval echo "$as_me:6266: \"$ac_try\"") >&5 5685 + { (eval echo "$as_me:65 53: \"$ac_try\"") >&55907 + { (eval echo "$as_me:6562: \"$ac_try\"") >&5 5686 5908 (eval $ac_try) 2>&5 5687 5909 ac_status=$? 5688 5910 - echo "$as_me:6269: \$? = $ac_status" >&5 5689 + echo "$as_me:65 56: \$? = $ac_status" >&55911 + echo "$as_me:6565: \$? = $ac_status" >&5 5690 5912 (exit $ac_status); }; }; then 5691 5913 cf_cv_gnu_source=no 5692 5914 else 5693 @@ -6275,7 +65 62,7 @@5915 @@ -6275,7 +6571,7 @@ 5694 5916 cf_save="$CPPFLAGS" 5695 5917 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 5696 5918 cat >conftest.$ac_ext <<_ACEOF 5697 5919 -#line 6278 "configure" 5698 +#line 65 65"configure"5920 +#line 6574 "configure" 5699 5921 #include "confdefs.h" 5700 5922 #include <sys/types.h> 5701 5923 int 5702 @@ -6290,16 +65 77,16 @@5924 @@ -6290,16 +6586,16 @@ 5703 5925 } 5704 5926 _ACEOF 5705 5927 rm -f conftest.$ac_objext 5706 5928 -if { (eval echo "$as_me:6293: \"$ac_compile\"") >&5 5707 +if { (eval echo "$as_me:658 0: \"$ac_compile\"") >&55929 +if { (eval echo "$as_me:6589: \"$ac_compile\"") >&5 5708 5930 (eval $ac_compile) 2>&5 5709 5931 ac_status=$? 5710 5932 - echo "$as_me:6296: \$? = $ac_status" >&5 5711 + echo "$as_me:65 83: \$? = $ac_status" >&55933 + echo "$as_me:6592: \$? = $ac_status" >&5 5712 5934 (exit $ac_status); } && 5713 5935 { ac_try='test -s conftest.$ac_objext' 5714 5936 - { (eval echo "$as_me:6299: \"$ac_try\"") >&5 5715 + { (eval echo "$as_me:65 86: \"$ac_try\"") >&55937 + { (eval echo "$as_me:6595: \"$ac_try\"") >&5 5716 5938 (eval $ac_try) 2>&5 5717 5939 ac_status=$? 5718 5940 - echo "$as_me:6302: \$? = $ac_status" >&5 5719 + echo "$as_me:65 89: \$? = $ac_status" >&55941 + echo "$as_me:6598: \$? = $ac_status" >&5 5720 5942 (exit $ac_status); }; }; then 5721 5943 cf_cv_gnu_source=no 5722 5944 else 5723 @@ -6314,7 +66 01,7 @@5945 @@ -6314,7 +6610,7 @@ 5724 5946 rm -f conftest.$ac_objext conftest.$ac_ext 5725 5947 5726 5948 fi 5727 5949 -echo "$as_me:6317: result: $cf_cv_gnu_source" >&5 5728 +echo "$as_me:66 04: result: $cf_cv_gnu_source" >&55950 +echo "$as_me:6613: result: $cf_cv_gnu_source" >&5 5729 5951 echo "${ECHO_T}$cf_cv_gnu_source" >&6 5730 5952 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 5731 5953 5732 @@ -6341,14 +66 28,14 @@5954 @@ -6341,14 +6637,14 @@ 5733 5955 CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__" 5734 5956 ;; 5735 5957 *) 5736 5958 - echo "$as_me:6344: checking if we should define _XOPEN_SOURCE" >&5 5737 + echo "$as_me:66 31: checking if we should define _XOPEN_SOURCE" >&55959 + echo "$as_me:6640: checking if we should define _XOPEN_SOURCE" >&5 5738 5960 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 5739 5961 if test "${cf_cv_xopen_source+set}" = set; then … … 5743 5965 cat >conftest.$ac_ext <<_ACEOF 5744 5966 -#line 6351 "configure" 5745 +#line 66 38"configure"5967 +#line 6647 "configure" 5746 5968 #include "confdefs.h" 5747 5969 #include <sys/types.h> 5748 5970 int 5749 @@ -6363,16 +665 0,16 @@5971 @@ -6363,16 +6659,16 @@ 5750 5972 } 5751 5973 _ACEOF 5752 5974 rm -f conftest.$ac_objext 5753 5975 -if { (eval echo "$as_me:6366: \"$ac_compile\"") >&5 5754 +if { (eval echo "$as_me:66 53: \"$ac_compile\"") >&55976 +if { (eval echo "$as_me:6662: \"$ac_compile\"") >&5 5755 5977 (eval $ac_compile) 2>&5 5756 5978 ac_status=$? 5757 5979 - echo "$as_me:6369: \$? = $ac_status" >&5 5758 + echo "$as_me:66 56: \$? = $ac_status" >&55980 + echo "$as_me:6665: \$? = $ac_status" >&5 5759 5981 (exit $ac_status); } && 5760 5982 { ac_try='test -s conftest.$ac_objext' 5761 5983 - { (eval echo "$as_me:6372: \"$ac_try\"") >&5 5762 + { (eval echo "$as_me:66 59: \"$ac_try\"") >&55984 + { (eval echo "$as_me:6668: \"$ac_try\"") >&5 5763 5985 (eval $ac_try) 2>&5 5764 5986 ac_status=$? 5765 5987 - echo "$as_me:6375: \$? = $ac_status" >&5 5766 + echo "$as_me:66 62: \$? = $ac_status" >&55988 + echo "$as_me:6671: \$? = $ac_status" >&5 5767 5989 (exit $ac_status); }; }; then 5768 5990 cf_cv_xopen_source=no 5769 5991 else 5770 @@ -6381,7 +66 68,7 @@5992 @@ -6381,7 +6677,7 @@ 5771 5993 cf_save="$CPPFLAGS" 5772 5994 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" 5773 5995 cat >conftest.$ac_ext <<_ACEOF 5774 5996 -#line 6384 "configure" 5775 +#line 66 71"configure"5997 +#line 6680 "configure" 5776 5998 #include "confdefs.h" 5777 5999 #include <sys/types.h> 5778 6000 int 5779 @@ -6396,16 +66 83,16 @@6001 @@ -6396,16 +6692,16 @@