- Timestamp:
- Jun 5, 2009, 9:04:05 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 613a326
- Parents:
- b057cfe
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/ncurses-5.7-branch_update-14.patch
rb057cfe r8ec404e6 1 1 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 0 3-22-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 321.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 3-22 21:17:11.616376588-070011 +++ 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 5 2009/03/21 23:15:19tom 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 … … 297 297 dnl --------------------------------------------------------------------------- 298 298 -dnl CF_LDFLAGS_STATIC version: 4 updated: 2008/10/18 17:58:20 299 +dnl CF_LDFLAGS_STATIC version: 6 updated: 2009/03/14 14:03:25299 +dnl CF_LDFLAGS_STATIC version: 7 updated: 2009/04/04 18:31:04 300 300 dnl ----------------- 301 301 dnl Check for compiler/linker flags used to temporarily force usage of static … … 306 306 case $cf_cv_system_name in #( 307 307 - OS/2*|os2*|aix[[45]]*) #( vi 308 + OS/2*|os2*|aix[[4]]*|solaris2.1[[0-9]] ) #( vi308 + OS/2*|os2*|aix[[4]]*|solaris2.1[[0-9]]|darwin*) #( vi 309 309 LDFLAGS_STATIC= 310 310 LDFLAGS_SHARED= … … 829 829 dnl --------------------------------------------------------------------------- 830 830 -dnl CF_WITH_LIBTOOL version: 19 updated: 2008/03/29 15:46:43 831 +dnl CF_WITH_LIBTOOL version: 2 2 updated: 2009/03/21 19:14:56831 +dnl CF_WITH_LIBTOOL version: 23 updated: 2009/03/28 14:26:27 832 832 dnl --------------- 833 833 dnl Provide a configure option to incorporate libtool. Define several useful … … 856 856 dnl 857 857 AC_DEFUN([CF_WITH_LIBTOOL], 858 @@ -5306,1 5 +5455,15@@858 @@ -5306,17 +5455,17 @@ 859 859 AC_PROG_LIBTOOL 860 860 # missing_content_AC_PROG_LIBTOOL}} … … 876 876 + fi 877 877 ])dnl 878 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' 879 880 LIB_OBJECT='${OBJECTS:.o=.lo}' 880 @@ -5331,16 +5480,23 @@ 881 LIB_SUFFIX=.la 882 LIB_CLEAN='${LIBTOOL} --mode=clean' 883 @@ -5331,16 +5480,25 @@ 881 884 882 885 # Save the version in a cache variable - this is not entirely a good … … 891 894 892 895 + # special hack to add -no-undefined (which libtool should do for itself) 896 + LT_UNDEF= 893 897 + case "$cf_cv_system_name" in #(vi 894 898 + cygwin*|mingw32*|uwin*|aix[[456]]) #(vi 895 + L IBTOOL="$LIBTOOL -no-undefined"899 + LT_UNDEF=-no-undefined 896 900 + ;; 897 901 + esac 902 + AC_SUBST([LT_UNDEF]) 898 903 + 899 904 # special hack to add --tag option for C++ compiler … … 901 906 - 1.[[5-9]]*|[[2-9]]*) 902 907 + case $cf_cv_libtool_version in #(vi 903 + 1.[[5-9]]*|[[2-9]] *) #(vi908 + 1.[[5-9]]*|[[2-9]].[[0-9.a-z]]*) #(vi 904 909 LIBTOOL_CXX="$LIBTOOL --tag=CXX" 905 910 LIBTOOL="$LIBTOOL --tag=CC" 906 911 ;; 907 @@ -5393,7 +55 49,7 @@912 @@ -5393,7 +5551,7 @@ 908 913 AC_SUBST($3)dnl 909 914 ])dnl … … 914 919 dnl Process an option specifying a list of colon-separated paths. 915 920 dnl 916 @@ -5409,7 +556 5,7 @@921 @@ -5409,7 +5567,7 @@ 917 922 AC_ARG_WITH($1,[$2 ](default: ifelse($4,,empty,$4)),, 918 923 ifelse($4,,[withval=${$3}],[withval=${$3-ifelse($5,,$4,$5)}]))dnl … … 923 928 for cf_src_path in $withval 924 929 do 925 @@ -5535,7 +569 1,7 @@930 @@ -5535,7 +5693,7 @@ 926 931 [USE_VALGRIND]) 927 932 ])dnl … … 932 937 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions, 933 938 dnl or adapt to the vendor's definitions to get equivalent functionality, 934 @@ -5552,7 +57 08,7 @@939 @@ -5552,7 +5710,7 @@ 935 940 cf_POSIX_C_SOURCE=ifelse($2,,199506L,$2) 936 941 … … 941 946 ;; 942 947 freebsd*|dragonfly*) #(vi 943 @@ -5569,7 +572 5,7 @@948 @@ -5569,7 +5727,7 @@ 944 949 irix[[56]].*) #(vi 945 950 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 952 957 diff -Naur ncurses-5.7.orig/Ada95/gen/adacurses-config.in ncurses-5.7/Ada95/gen/adacurses-config.in 953 958 --- ncurses-5.7.orig/Ada95/gen/adacurses-config.in 2007-04-07 14:06:50.000000000 -0700 954 +++ ncurses-5.7/Ada95/gen/adacurses-config.in 2009-0 3-22 21:16:59.575606928-0700959 +++ ncurses-5.7/Ada95/gen/adacurses-config.in 2009-06-05 14:01:07.000000000 -0700 955 960 @@ -1,18 +1,47 @@ 956 961 #! /bin/sh … … 1026 1031 diff -Naur ncurses-5.7.orig/Ada95/gen/gen.c ncurses-5.7/Ada95/gen/gen.c 1027 1032 --- ncurses-5.7.orig/Ada95/gen/gen.c 2008-10-04 14:59:37.000000000 -0700 1028 +++ ncurses-5.7/Ada95/gen/gen.c 2009-0 3-22 21:17:11.612376588-07001033 +++ ncurses-5.7/Ada95/gen/gen.c 2009-06-05 14:01:24.000000000 -0700 1029 1034 @@ -1,5 +1,5 @@ 1030 1035 /**************************************************************************** … … 1065 1070 diff -Naur ncurses-5.7.orig/Ada95/gen/Makefile.in ncurses-5.7/Ada95/gen/Makefile.in 1066 1071 --- ncurses-5.7.orig/Ada95/gen/Makefile.in 2008-10-04 15:58:31.000000000 -0700 1067 +++ ncurses-5.7/Ada95/gen/Makefile.in 2009-0 3-22 21:16:59.575606928-07001072 +++ ncurses-5.7/Ada95/gen/Makefile.in 2009-06-05 14:01:07.000000000 -0700 1068 1073 @@ -1,5 +1,5 @@ 1069 1074 ############################################################################## … … 1121 1126 diff -Naur ncurses-5.7.orig/Ada95/samples/Makefile.in ncurses-5.7/Ada95/samples/Makefile.in 1122 1127 --- ncurses-5.7.orig/Ada95/samples/Makefile.in 2006-12-17 08:45:02.000000000 -0800 1123 +++ ncurses-5.7/Ada95/samples/Makefile.in 2009-0 3-22 21:16:59.579606090 -07001128 +++ ncurses-5.7/Ada95/samples/Makefile.in 2009-06-05 14:01:07.000000000 -0700 1124 1129 @@ -1,5 +1,5 @@ 1125 1130 ############################################################################## … … 1160 1165 diff -Naur ncurses-5.7.orig/Ada95/src/Makefile.in ncurses-5.7/Ada95/src/Makefile.in 1161 1166 --- ncurses-5.7.orig/Ada95/src/Makefile.in 2007-09-15 11:22:24.000000000 -0700 1162 +++ ncurses-5.7/Ada95/src/Makefile.in 2009-0 3-22 21:16:59.579606090 -07001167 +++ ncurses-5.7/Ada95/src/Makefile.in 2009-06-05 14:01:07.000000000 -0700 1163 1168 @@ -1,5 +1,5 @@ 1164 1169 ############################################################################## … … 1252 1257 diff -Naur ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 1253 1258 --- ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb 2008-07-26 11:51:11.000000000 -0700 1254 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 2009-0 3-22 21:16:46.486767984-07001259 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 2009-06-05 14:00:52.000000000 -0700 1255 1260 @@ -35,8 +35,8 @@ 1256 1261 ------------------------------------------------------------------------------ … … 1275 1280 diff -Naur ncurses-5.7.orig/c++/cursesw.cc ncurses-5.7/c++/cursesw.cc 1276 1281 --- ncurses-5.7.orig/c++/cursesw.cc 2007-12-15 15:01:57.000000000 -0800 1277 +++ ncurses-5.7/c++/cursesw.cc 2009-0 3-22 21:16:46.490769660 -07001282 +++ ncurses-5.7/c++/cursesw.cc 2009-06-05 14:01:30.000000000 -0700 1278 1283 @@ -1,6 +1,6 @@ 1279 1284 // * this is for making emacs happy: -*-Mode: C++;-*- 1280 1285 /**************************************************************************** 1281 1286 - * Copyright (c) 2007 Free Software Foundation, Inc. * 1282 + * Copyright (c) 2007 ,2008 Free Software Foundation, Inc.*1287 + * Copyright (c) 2007-2008,2009 Free Software Foundation, Inc. * 1283 1288 * * 1284 1289 * Permission is hereby granted, free of charge, to any person obtaining a * … … 1289 1294 1290 1295 -MODULE_ID("$Id: cursesw.cc,v 1.49 2007/12/15 23:01:57 tom Exp $") 1291 +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 $") 1292 1297 1293 1298 #define COLORS_NEED_INITIALIZATION -1 … … 1301 1306 1302 1307 int _nc_xx_ripoff_init(WINDOW *w, int ncols) 1303 @@ -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 @@ 1304 1319 #if HAVE_HAS_KEY 1305 1320 bool NCursesWindow::has_mouse() const … … 1310 1325 } 1311 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> 1312 1377 diff -Naur ncurses-5.7.orig/c++/Makefile.in ncurses-5.7/c++/Makefile.in 1313 1378 --- ncurses-5.7.orig/c++/Makefile.in 2007-04-28 08:29:12.000000000 -0700 1314 +++ ncurses-5.7/c++/Makefile.in 2009-0 3-22 21:17:11.616376588-07001379 +++ ncurses-5.7/c++/Makefile.in 2009-06-05 14:01:30.000000000 -0700 1315 1380 @@ -1,6 +1,6 @@ 1316 1381 -# $Id: Makefile.in,v 1.84 2007/04/28 15:29:12 tom Exp $ 1317 +# $Id: Makefile.in,v 1.8 6 2009/03/21 20:02:11Charles.Wilson Exp $1382 +# $Id: Makefile.in,v 1.87 2009/03/28 18:22:39 Charles.Wilson Exp $ 1318 1383 ############################################################################## 1319 1384 -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # … … 1322 1387 # Permission is hereby granted, free of charge, to any person obtaining a # 1323 1388 # copy of this software and associated documentation files (the "Software"), # 1324 @@ -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@ 1325 1397 INSTALL_DATA = @INSTALL_DATA@ 1326 1398 … … 1335 1407 1336 1408 CXX = @CXX@ 1337 @@ -95,7 +9 5,7 @@1409 @@ -95,7 +96,7 @@ 1338 1410 1339 1411 LINK = @LINK_PROGS@ $(LIBTOOL_LINK) @CXXLDFLAGS@ … … 1344 1416 LIBROOT = ncurses++ 1345 1417 1346 @@ -153, 7 +153,7@@1418 @@ -153,14 +154,14 @@ 1347 1419 $(MODEL)/cursesmain$o 1348 1420 … … 1353 1425 1354 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 1355 1435 diff -Naur ncurses-5.7.orig/config.guess ncurses-5.7/config.guess 1356 1436 --- ncurses-5.7.orig/config.guess 2008-08-30 13:25:07.000000000 -0700 1357 +++ ncurses-5.7/config.guess 2009-0 3-22 21:16:55.651353540 -07001437 +++ ncurses-5.7/config.guess 2009-06-05 14:01:03.000000000 -0700 1358 1438 @@ -4,7 +4,7 @@ 1359 1439 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 … … 1425 1505 diff -Naur ncurses-5.7.orig/config.sub ncurses-5.7/config.sub 1426 1506 --- ncurses-5.7.orig/config.sub 2008-08-30 13:25:02.000000000 -0700 1427 +++ ncurses-5.7/config.sub 2009-0 3-22 21:16:55.651353540 -07001507 +++ ncurses-5.7/config.sub 2009-06-05 14:01:03.000000000 -0700 1428 1508 @@ -4,7 +4,7 @@ 1429 1509 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 … … 1509 1589 diff -Naur ncurses-5.7.orig/configure ncurses-5.7/configure 1510 1590 --- ncurses-5.7.orig/configure 2008-10-25 17:04:38.000000000 -0700 1511 +++ ncurses-5.7/configure 2009-0 3-22 21:17:11.632377985-07001591 +++ ncurses-5.7/configure 2009-06-05 14:01:31.000000000 -0700 1512 1592 @@ -1,7 +1,7 @@ 1513 1593 #! /bin/sh 1514 1594 -# From configure.in Revision: 1.454 . 1515 +# From configure.in Revision: 1.4 69.1595 +# From configure.in Revision: 1.470 . 1516 1596 # Guess values for system-dependent variables and create Makefiles. 1517 1597 -# Generated by Autoconf 2.52.20080325. … … 3820 3900 +echo "${ECHO_T}no" >&6 3821 3901 +fi 3822 + 3902 3903 -if test -z "$AR_OPTS" ; then 3904 - AR_OPTS=rv 3823 3905 +fi 3824 3906 +if test -z "$ac_cv_prog_AR"; then … … 3845 3927 +done 3846 3928 3847 -if test -z "$AR_OPTS" ; then3848 - AR_OPTS=rv3849 3929 + test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar" 3850 3930 +fi 3851 +fi3931 fi 3852 3932 +ac_ct_AR=$ac_cv_prog_ac_ct_AR 3853 3933 +if test -n "$ac_ct_AR"; then … … 3858 3938 +echo "${ECHO_T}no" >&6 3859 3939 +fi 3860 3940 + 3861 3941 + AR=$ac_ct_AR 3862 3942 +else 3863 3943 + AR="$ac_cv_prog_AR" 3864 fi 3865 3866 -cf_cv_subst_AR_OPTS=$AR_OPTS 3867 -echo "$as_me:3840: result: $AR_OPTS" >&5 3868 -echo "${ECHO_T}$AR_OPTS" >&6 3944 +fi 3945 + 3869 3946 +echo "$as_me:4048: checking for options to update archives" >&5 3870 3947 +echo $ECHO_N "checking for options to update archives... $ECHO_C" >&6 … … 3878 3955 + rm -f conftest.$ac_cv_objext 3879 3956 + rm -f conftest.a 3880 + 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 3881 3961 + cat >conftest.$ac_ext <<EOF 3882 3962 +#line 4061 "configure" … … 4093 4173 fi 4094 4174 done 4095 @@ -4106, 19 +4351,19@@4175 @@ -4106,20 +4351,20 @@ 4096 4176 LIBTOOL=$ac_cv_path_LIBTOOL 4097 4177 … … 4115 4195 { (exit 1); exit 1; }; } 4116 4196 - fi 4197 - LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o' 4117 4198 + fi 4118 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' 4119 4200 LIB_OBJECT='${OBJECTS:.o=.lo}' 4120 4201 LIB_SUFFIX=.la 4121 @@ -4130,24 +4375,31 @@ 4202 LIB_CLEAN='${LIBTOOL} --mode=clean' 4203 @@ -4130,24 +4375,32 @@ 4122 4204 LIB_PREP=: 4123 4205 … … 4143 4225 4144 4226 + # special hack to add -no-undefined (which libtool should do for itself) 4227 + LT_UNDEF= 4145 4228 + case "$cf_cv_system_name" in #(vi 4146 4229 + cygwin*|mingw32*|uwin*|aix[456]) #(vi 4147 + L IBTOOL="$LIBTOOL -no-undefined"4230 + LT_UNDEF=-no-undefined 4148 4231 + ;; 4149 4232 + esac … … 4153 4236 - 1.[5-9]*|[2-9]*) 4154 4237 + case $cf_cv_libtool_version in #(vi 4155 + 1.[5-9]*|[2-9] *) #(vi4238 + 1.[5-9]*|[2-9].[0-9.a-z]*) #(vi 4156 4239 LIBTOOL_CXX="$LIBTOOL --tag=CXX" 4157 4240 LIBTOOL="$LIBTOOL --tag=CC" 4158 4241 ;; 4159 @@ -4168,7 +442 0,7 @@4242 @@ -4168,7 +4421,7 @@ 4160 4243 4161 4244 else 4162 4245 4163 4246 -echo "$as_me:4171: checking if you want to build shared libraries" >&5 4164 +echo "$as_me:442 3: checking if you want to build shared libraries" >&54247 +echo "$as_me:4424: checking if you want to build shared libraries" >&5 4165 4248 echo $ECHO_N "checking if you want to build shared libraries... $ECHO_C" >&6 4166 4249 4167 4250 # Check whether --with-shared or --without-shared was given. 4168 @@ -4178,11 +443 0,11 @@4251 @@ -4178,11 +4431,11 @@ 4169 4252 else 4170 4253 with_shared=no 4171 4254 fi; 4172 4255 -echo "$as_me:4181: result: $with_shared" >&5 4173 +echo "$as_me:443 3: result: $with_shared" >&54256 +echo "$as_me:4434: result: $with_shared" >&5 4174 4257 echo "${ECHO_T}$with_shared" >&6 4175 4258 test "$with_shared" = "yes" && cf_list_models="$cf_list_models shared" 4176 4259 4177 4260 -echo "$as_me:4185: checking if you want to build static libraries" >&5 4178 +echo "$as_me:443 7: checking if you want to build static libraries" >&54261 +echo "$as_me:4438: checking if you want to build static libraries" >&5 4179 4262 echo $ECHO_N "checking if you want to build static libraries... $ECHO_C" >&6 4180 4263 4181 4264 # Check whether --with-normal or --without-normal was given. 4182 @@ -4192,11 +444 4,11 @@4265 @@ -4192,11 +4445,11 @@ 4183 4266 else 4184 4267 with_normal=yes 4185 4268 fi; 4186 4269 -echo "$as_me:4195: result: $with_normal" >&5 4187 +echo "$as_me:444 7: result: $with_normal" >&54270 +echo "$as_me:4448: result: $with_normal" >&5 4188 4271 echo "${ECHO_T}$with_normal" >&6 4189 4272 test "$with_normal" = "yes" && cf_list_models="$cf_list_models normal" 4190 4273 4191 4274 -echo "$as_me:4199: checking if you want to build debug libraries" >&5 4192 +echo "$as_me:445 1: checking if you want to build debug libraries" >&54275 +echo "$as_me:4452: checking if you want to build debug libraries" >&5 4193 4276 echo $ECHO_N "checking if you want to build debug libraries... $ECHO_C" >&6 4194 4277 4195 4278 # Check whether --with-debug or --without-debug was given. 4196 @@ -4206,11 +445 8,11 @@4279 @@ -4206,11 +4459,11 @@ 4197 4280 else 4198 4281 with_debug=yes 4199 4282 fi; 4200 4283 -echo "$as_me:4209: result: $with_debug" >&5 4201 +echo "$as_me:446 1: result: $with_debug" >&54284 +echo "$as_me:4462: result: $with_debug" >&5 4202 4285 echo "${ECHO_T}$with_debug" >&6 4203 4286 test "$with_debug" = "yes" && cf_list_models="$cf_list_models debug" 4204 4287 4205 4288 -echo "$as_me:4213: checking if you want to build profiling libraries" >&5 4206 +echo "$as_me:446 5: checking if you want to build profiling libraries" >&54289 +echo "$as_me:4466: checking if you want to build profiling libraries" >&5 4207 4290 echo $ECHO_N "checking if you want to build profiling libraries... $ECHO_C" >&6 4208 4291 4209 4292 # Check whether --with-profile or --without-profile was given. 4210 @@ -4220,7 +447 2,7 @@4293 @@ -4220,7 +4473,7 @@ 4211 4294 else 4212 4295 with_profile=no 4213 4296 fi; 4214 4297 -echo "$as_me:4223: result: $with_profile" >&5 4215 +echo "$as_me:447 5: result: $with_profile" >&54298 +echo "$as_me:4476: result: $with_profile" >&5 4216 4299 echo "${ECHO_T}$with_profile" >&6 4217 4300 test "$with_profile" = "yes" && cf_list_models="$cf_list_models profile" 4218 4301 4219 @@ -4228,19 +448 0,19 @@4302 @@ -4228,19 +4481,19 @@ 4220 4303 4221 4304 ############################################################################### 4222 4305 4223 4306 -echo "$as_me:4231: checking for specified models" >&5 4224 +echo "$as_me:448 3: checking for specified models" >&54307 +echo "$as_me:4484: checking for specified models" >&5 4225 4308 echo $ECHO_N "checking for specified models... $ECHO_C" >&6 4226 4309 test -z "$cf_list_models" && cf_list_models=normal 4227 4310 test "$with_libtool" != "no" && cf_list_models=libtool 4228 4311 -echo "$as_me:4235: result: $cf_list_models" >&5 4229 +echo "$as_me:448 7: result: $cf_list_models" >&54312 +echo "$as_me:4488: result: $cf_list_models" >&5 4230 4313 echo "${ECHO_T}$cf_list_models" >&6 4231 4314 … … 4233 4316 ### up test-applications. 4234 4317 -echo "$as_me:4240: checking for default model" >&5 4235 +echo "$as_me:449 2: checking for default model" >&54318 +echo "$as_me:4493: checking for default model" >&5 4236 4319 echo $ECHO_N "checking for default model... $ECHO_C" >&6 4237 4320 DFT_LWR_MODEL=`echo "$cf_list_models" | $AWK '{print $1}'` 4238 4321 -echo "$as_me:4243: result: $DFT_LWR_MODEL" >&5 4239 +echo "$as_me:449 5: result: $DFT_LWR_MODEL" >&54322 +echo "$as_me:4496: result: $DFT_LWR_MODEL" >&5 4240 4323 echo "${ECHO_T}$DFT_LWR_MODEL" >&6 4241 4324 4242 4325 DFT_UPR_MODEL=`echo "$DFT_LWR_MODEL" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` 4243 @@ -4269,7 +452 1,7 @@4326 @@ -4269,7 +4522,7 @@ 4244 4327 4245 4328 ############################################################################### 4246 4329 4247 4330 -echo "$as_me:4272: checking if you want to build a separate terminfo library" >&5 4248 +echo "$as_me:452 4: 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 4249 4332 echo $ECHO_N "checking if you want to build a separate terminfo library... $ECHO_C" >&6 4250 4333 4251 4334 # Check whether --with-termlib or --without-termlib was given. 4252 @@ -4279,10 +453 1,10 @@4335 @@ -4279,10 +4532,10 @@ 4253 4336 else 4254 4337 with_termlib=no 4255 4338 fi; 4256 4339 -echo "$as_me:4282: result: $with_termlib" >&5 4257 +echo "$as_me:453 4: result: $with_termlib" >&54340 +echo "$as_me:4535: result: $with_termlib" >&5 4258 4341 echo "${ECHO_T}$with_termlib" >&6 4259 4342 4260 4343 -echo "$as_me:4285: checking if you want to build a separate tic library" >&5 4261 +echo "$as_me:453 7: 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 4262 4345 echo $ECHO_N "checking if you want to build a separate tic library... $ECHO_C" >&6 4263 4346 4264 4347 # Check whether --with-ticlib or --without-ticlib was given. 4265 @@ -4292,13 +454 4,13 @@4348 @@ -4292,13 +4545,13 @@ 4266 4349 else 4267 4350 with_ticlib=no 4268 4351 fi; 4269 4352 -echo "$as_me:4295: result: $with_ticlib" >&5 4270 +echo "$as_me:454 7: result: $with_ticlib" >&54353 +echo "$as_me:4548: result: $with_ticlib" >&5 4271 4354 echo "${ECHO_T}$with_ticlib" >&6 4272 4355 … … 4275 4358 4276 4359 -echo "$as_me:4301: checking if you want to link with the GPM mouse library" >&5 4277 +echo "$as_me:455 3: 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 4278 4361 echo $ECHO_N "checking if you want to link with the GPM mouse library... $ECHO_C" >&6 4279 4362 4280 4363 # Check whether --with-gpm or --without-gpm was given. 4281 @@ -4308,27 +456 0,27 @@4364 @@ -4308,27 +4561,27 @@ 4282 4365 else 4283 4366 with_gpm=maybe 4284 4367 fi; 4285 4368 -echo "$as_me:4311: result: $with_gpm" >&5 4286 +echo "$as_me:456 3: result: $with_gpm" >&54369 +echo "$as_me:4564: result: $with_gpm" >&5 4287 4370 echo "${ECHO_T}$with_gpm" >&6 4288 4371 4289 4372 if test "$with_gpm" != no ; then 4290 4373 - echo "$as_me:4315: checking for gpm.h" >&5 4291 + echo "$as_me:456 7: checking for gpm.h" >&54374 + echo "$as_me:4568: checking for gpm.h" >&5 4292 4375 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6 4293 4376 if test "${ac_cv_header_gpm_h+set}" = set; then … … 4296 4379 cat >conftest.$ac_ext <<_ACEOF 4297 4380 -#line 4321 "configure" 4298 +#line 457 3"configure"4381 +#line 4574 "configure" 4299 4382 #include "confdefs.h" 4300 4383 #include <gpm.h> 4301 4384 _ACEOF 4302 4385 -if { (eval echo "$as_me:4325: \"$ac_cpp conftest.$ac_ext\"") >&5 4303 +if { (eval echo "$as_me:457 7: \"$ac_cpp conftest.$ac_ext\"") >&54386 +if { (eval echo "$as_me:4578: \"$ac_cpp conftest.$ac_ext\"") >&5 4304 4387 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4305 4388 ac_status=$? … … 4308 4391 cat conftest.err >&5 4309 4392 - echo "$as_me:4331: \$? = $ac_status" >&5 4310 + echo "$as_me:458 3: \$? = $ac_status" >&54393 + echo "$as_me:4584: \$? = $ac_status" >&5 4311 4394 (exit $ac_status); } >/dev/null; then 4312 4395 if test -s conftest.err; then 4313 4396 ac_cpp_err=$ac_c_preproc_warn_flag 4314 @@ -4347,7 +4 599,7 @@4397 @@ -4347,7 +4600,7 @@ 4315 4398 fi 4316 4399 rm -f conftest.err conftest.$ac_ext 4317 4400 fi 4318 4401 -echo "$as_me:4350: result: $ac_cv_header_gpm_h" >&5 4319 +echo "$as_me:460 2: result: $ac_cv_header_gpm_h" >&54402 +echo "$as_me:4603: result: $ac_cv_header_gpm_h" >&5 4320 4403 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6 4321 4404 if test $ac_cv_header_gpm_h = yes; then 4322 4405 4323 @@ -4358,14 +461 0,14 @@4406 @@ -4358,14 +4611,14 @@ 4324 4407 if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then 4325 4408 test -n "$verbose" && echo " assuming we really have GPM library" 1>&6 4326 4409 4327 4410 -echo "${as_me-configure}:4361: testing assuming we really have GPM library ..." 1>&5 4328 +echo "${as_me-configure}:461 3: testing assuming we really have GPM library ..." 1>&54411 +echo "${as_me-configure}:4614: testing assuming we really have GPM library ..." 1>&5 4329 4412 4330 4413 cat >>confdefs.h <<\EOF … … 4334 4417 else 4335 4418 - echo "$as_me:4368: checking for Gpm_Open in -lgpm" >&5 4336 + echo "$as_me:462 0: checking for Gpm_Open in -lgpm" >&54419 + echo "$as_me:4621: checking for Gpm_Open in -lgpm" >&5 4337 4420 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6 4338 4421 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then 4339 4422 echo $ECHO_N "(cached) $ECHO_C" >&6 4340 @@ -4373,7 +462 5,7 @@4423 @@ -4373,7 +4626,7 @@ 4341 4424 ac_check_lib_save_LIBS=$LIBS 4342 4425 LIBS="-lgpm $LIBS" 4343 4426 cat >conftest.$ac_ext <<_ACEOF 4344 4427 -#line 4376 "configure" 4345 +#line 462 8"configure"4428 +#line 4629 "configure" 4346 4429 #include "confdefs.h" 4347 4430 4348 4431 /* Override any gcc2 internal prototype to avoid an error. */ 4349 @@ -4392,16 +464 4,16 @@4432 @@ -4392,16 +4645,16 @@ 4350 4433 } 4351 4434 _ACEOF 4352 4435 rm -f conftest.$ac_objext conftest$ac_exeext 4353 4436 -if { (eval echo "$as_me:4395: \"$ac_link\"") >&5 4354 +if { (eval echo "$as_me:464 7: \"$ac_link\"") >&54437 +if { (eval echo "$as_me:4648: \"$ac_link\"") >&5 4355 4438 (eval $ac_link) 2>&5 4356 4439 ac_status=$? 4357 4440 - echo "$as_me:4398: \$? = $ac_status" >&5 4358 + echo "$as_me:465 0: \$? = $ac_status" >&54441 + echo "$as_me:4651: \$? = $ac_status" >&5 4359 4442 (exit $ac_status); } && 4360 4443 { ac_try='test -s conftest$ac_exeext' 4361 4444 - { (eval echo "$as_me:4401: \"$ac_try\"") >&5 4362 + { (eval echo "$as_me:465 3: \"$ac_try\"") >&54445 + { (eval echo "$as_me:4654: \"$ac_try\"") >&5 4363 4446 (eval $ac_try) 2>&5 4364 4447 ac_status=$? 4365 4448 - echo "$as_me:4404: \$? = $ac_status" >&5 4366 + echo "$as_me:465 6: \$? = $ac_status" >&54449 + echo "$as_me:4657: \$? = $ac_status" >&5 4367 4450 (exit $ac_status); }; }; then 4368 4451 ac_cv_lib_gpm_Gpm_Open=yes 4369 4452 else 4370 @@ -4412,13 +466 4,13 @@4453 @@ -4412,13 +4665,13 @@ 4371 4454 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4372 4455 LIBS=$ac_check_lib_save_LIBS 4373 4456 fi 4374 4457 -echo "$as_me:4415: result: $ac_cv_lib_gpm_Gpm_Open" >&5 4375 +echo "$as_me:466 7: result: $ac_cv_lib_gpm_Gpm_Open" >&54458 +echo "$as_me:4668: result: $ac_cv_lib_gpm_Gpm_Open" >&5 4376 4459 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6 4377 4460 if test $ac_cv_lib_gpm_Gpm_Open = yes; then … … 4380 4463 4381 4464 - { { echo "$as_me:4421: error: Cannot link with GPM library" >&5 4382 + { { echo "$as_me:467 3: error: Cannot link with GPM library" >&54465 + { { echo "$as_me:4674: error: Cannot link with GPM library" >&5 4383 4466 echo "$as_me: error: Cannot link with GPM library" >&2;} 4384 4467 { (exit 1); exit 1; }; } 4385 4468 fi 4386 @@ -4428,7 +468 0,7 @@4469 @@ -4428,7 +4681,7 @@ 4387 4470 4388 4471 else 4389 4472 4390 4473 - test "$with_gpm" != maybe && { echo "$as_me:4431: WARNING: Cannot find GPM header" >&5 4391 + test "$with_gpm" != maybe && { echo "$as_me:468 3: WARNING: Cannot find GPM header" >&54474 + test "$with_gpm" != maybe && { echo "$as_me:4684: WARNING: Cannot find GPM header" >&5 4392 4475 echo "$as_me: WARNING: Cannot find GPM header" >&2;} 4393 4476 with_gpm=no 4394 4477 4395 @@ -4437,7 +46 89,7 @@4478 @@ -4437,7 +4690,7 @@ 4396 4479 fi 4397 4480 4398 4481 if test "$with_gpm" != no ; then 4399 4482 - echo "$as_me:4440: checking if you want to load GPM dynamically" >&5 4400 + echo "$as_me:469 2: checking if you want to load GPM dynamically" >&54483 + echo "$as_me:4693: checking if you want to load GPM dynamically" >&5 4401 4484 echo $ECHO_N "checking if you want to load GPM dynamically... $ECHO_C" >&6 4402 4485 4403 4486 # Check whether --with-dlsym or --without-dlsym was given. 4404 @@ -4447,18 +4 699,18 @@4487 @@ -4447,18 +4700,18 @@ 4405 4488 else 4406 4489 with_dlsym=yes 4407 4490 fi; 4408 4491 - echo "$as_me:4450: result: $with_dlsym" >&5 4409 + echo "$as_me:470 2: result: $with_dlsym" >&54492 + echo "$as_me:4703: result: $with_dlsym" >&5 4410 4493 echo "${ECHO_T}$with_dlsym" >&6 4411 4494 if test "$with_dlsym" = yes ; then … … 4413 4496 cf_have_dlsym=no 4414 4497 -echo "$as_me:4455: checking for dlsym" >&5 4415 +echo "$as_me:470 7: checking for dlsym" >&54498 +echo "$as_me:4708: checking for dlsym" >&5 4416 4499 echo $ECHO_N "checking for dlsym... $ECHO_C" >&6 4417 4500 if test "${ac_cv_func_dlsym+set}" = set; then … … 4420 4503 cat >conftest.$ac_ext <<_ACEOF 4421 4504 -#line 4461 "configure" 4422 +#line 471 3"configure"4505 +#line 4714 "configure" 4423 4506 #include "confdefs.h" 4424 4507 /* System header to define __stub macros and hopefully few prototypes, 4425 4508 which can conflict with char dlsym (); below. */ 4426 @@ -4489,16 +474 1,16 @@4509 @@ -4489,16 +4742,16 @@ 4427 4510 } 4428 4511 _ACEOF 4429 4512 rm -f conftest.$ac_objext conftest$ac_exeext 4430 4513 -if { (eval echo "$as_me:4492: \"$ac_link\"") >&5 4431 +if { (eval echo "$as_me:474 4: \"$ac_link\"") >&54514 +if { (eval echo "$as_me:4745: \"$ac_link\"") >&5 4432 4515 (eval $ac_link) 2>&5 4433 4516 ac_status=$? 4434 4517 - echo "$as_me:4495: \$? = $ac_status" >&5 4435 + echo "$as_me:474 7: \$? = $ac_status" >&54518 + echo "$as_me:4748: \$? = $ac_status" >&5 4436 4519 (exit $ac_status); } && 4437 4520 { ac_try='test -s conftest$ac_exeext' 4438 4521 - { (eval echo "$as_me:4498: \"$ac_try\"") >&5 4439 + { (eval echo "$as_me:475 0: \"$ac_try\"") >&54522 + { (eval echo "$as_me:4751: \"$ac_try\"") >&5 4440 4523 (eval $ac_try) 2>&5 4441 4524 ac_status=$? 4442 4525 - echo "$as_me:4501: \$? = $ac_status" >&5 4443 + echo "$as_me:475 3: \$? = $ac_status" >&54526 + echo "$as_me:4754: \$? = $ac_status" >&5 4444 4527 (exit $ac_status); }; }; then 4445 4528 ac_cv_func_dlsym=yes 4446 4529 else 4447 @@ -4508,14 +476 0,14 @@4530 @@ -4508,14 +4761,14 @@ 4448 4531 fi 4449 4532 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4450 4533 fi 4451 4534 -echo "$as_me:4511: result: $ac_cv_func_dlsym" >&5 4452 +echo "$as_me:476 3: result: $ac_cv_func_dlsym" >&54535 +echo "$as_me:4764: result: $ac_cv_func_dlsym" >&5 4453 4536 echo "${ECHO_T}$ac_cv_func_dlsym" >&6 4454 4537 if test $ac_cv_func_dlsym = yes; then … … 4458 4541 cf_have_libdl=no 4459 4542 -echo "$as_me:4518: checking for dlsym in -ldl" >&5 4460 +echo "$as_me:477 0: checking for dlsym in -ldl" >&54543 +echo "$as_me:4771: checking for dlsym in -ldl" >&5 4461 4544 echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6 4462 4545 if test "${ac_cv_lib_dl_dlsym+set}" = set; then 4463 4546 echo $ECHO_N "(cached) $ECHO_C" >&6 4464 @@ -4523,7 +477 5,7 @@4547 @@ -4523,7 +4776,7 @@ 4465 4548 ac_check_lib_save_LIBS=$LIBS 4466 4549 LIBS="-ldl $LIBS" 4467 4550 cat >conftest.$ac_ext <<_ACEOF 4468 4551 -#line 4526 "configure" 4469 +#line 477 8"configure"4552 +#line 4779 "configure" 4470 4553 #include "confdefs.h" 4471 4554 4472 4555 /* Override any gcc2 internal prototype to avoid an error. */ 4473 @@ -4542,16 +479 4,16 @@4556 @@ -4542,16 +4795,16 @@ 4474 4557 } 4475 4558 _ACEOF 4476 4559 rm -f conftest.$ac_objext conftest$ac_exeext 4477 4560 -if { (eval echo "$as_me:4545: \"$ac_link\"") >&5 4478 +if { (eval echo "$as_me:479 7: \"$ac_link\"") >&54561 +if { (eval echo "$as_me:4798: \"$ac_link\"") >&5 4479 4562 (eval $ac_link) 2>&5 4480 4563 ac_status=$? 4481 4564 - echo "$as_me:4548: \$? = $ac_status" >&5 4482 + echo "$as_me:480 0: \$? = $ac_status" >&54565 + echo "$as_me:4801: \$? = $ac_status" >&5 4483 4566 (exit $ac_status); } && 4484 4567 { ac_try='test -s conftest$ac_exeext' 4485 4568 - { (eval echo "$as_me:4551: \"$ac_try\"") >&5 4486 + { (eval echo "$as_me:480 3: \"$ac_try\"") >&54569 + { (eval echo "$as_me:4804: \"$ac_try\"") >&5 4487 4570 (eval $ac_try) 2>&5 4488 4571 ac_status=$? 4489 4572 - echo "$as_me:4554: \$? = $ac_status" >&5 4490 + echo "$as_me:480 6: \$? = $ac_status" >&54573 + echo "$as_me:4807: \$? = $ac_status" >&5 4491 4574 (exit $ac_status); }; }; then 4492 4575 ac_cv_lib_dl_dlsym=yes 4493 4576 else 4494 @@ -4562,7 +481 4,7 @@4577 @@ -4562,7 +4815,7 @@ 4495 4578 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4496 4579 LIBS=$ac_check_lib_save_LIBS 4497 4580 fi 4498 4581 -echo "$as_me:4565: result: $ac_cv_lib_dl_dlsym" >&5 4499 +echo "$as_me:481 7: result: $ac_cv_lib_dl_dlsym" >&54582 +echo "$as_me:4818: result: $ac_cv_lib_dl_dlsym" >&5 4500 4583 echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6 4501 4584 if test $ac_cv_lib_dl_dlsym = yes; then 4502 4585 4503 @@ -4575,10 +482 7,10 @@4586 @@ -4575,10 +4828,10 @@ 4504 4587 if test "$cf_have_dlsym" = yes ; then 4505 4588 test "$cf_have_libdl" = yes && LIBS="-ldl $LIBS" 4506 4589 4507 4590 - echo "$as_me:4578: checking whether able to link to dl*() functions" >&5 4508 + echo "$as_me:483 0: checking whether able to link to dl*() functions" >&54591 + echo "$as_me:4831: checking whether able to link to dl*() functions" >&5 4509 4592 echo $ECHO_N "checking whether able to link to dl*() functions... $ECHO_C" >&6 4510 4593 cat >conftest.$ac_ext <<_ACEOF 4511 4594 -#line 4581 "configure" 4512 +#line 483 3"configure"4595 +#line 4834 "configure" 4513 4596 #include "confdefs.h" 4514 4597 #include <dlfcn.h> 4515 4598 int 4516 @@ -4596,16 +484 8,16 @@4599 @@ -4596,16 +4849,16 @@ 4517 4600 } 4518 4601 _ACEOF 4519 4602 rm -f conftest.$ac_objext conftest$ac_exeext 4520 4603 -if { (eval echo "$as_me:4599: \"$ac_link\"") >&5 4521 +if { (eval echo "$as_me:485 1: \"$ac_link\"") >&54604 +if { (eval echo "$as_me:4852: \"$ac_link\"") >&5 4522 4605 (eval $ac_link) 2>&5 4523 4606 ac_status=$? 4524 4607 - echo "$as_me:4602: \$? = $ac_status" >&5 4525 + echo "$as_me:485 4: \$? = $ac_status" >&54608 + echo "$as_me:4855: \$? = $ac_status" >&5 4526 4609 (exit $ac_status); } && 4527 4610 { ac_try='test -s conftest$ac_exeext' 4528 4611 - { (eval echo "$as_me:4605: \"$ac_try\"") >&5 4529 + { (eval echo "$as_me:485 7: \"$ac_try\"") >&54612 + { (eval echo "$as_me:4858: \"$ac_try\"") >&5 4530 4613 (eval $ac_try) 2>&5 4531 4614 ac_status=$? 4532 4615 - echo "$as_me:4608: \$? = $ac_status" >&5 4533 + echo "$as_me:486 0: \$? = $ac_status" >&54616 + echo "$as_me:4861: \$? = $ac_status" >&5 4534 4617 (exit $ac_status); }; }; then 4535 4618 4536 4619 cat >>confdefs.h <<\EOF 4537 @@ -4616,15 +486 8,15 @@4620 @@ -4616,15 +4869,15 @@ 4538 4621 echo "$as_me: failed program was:" >&5 4539 4622 cat conftest.$ac_ext >&5 4540 4623 4541 4624 - { { echo "$as_me:4619: error: Cannot link test program for libdl" >&5 4542 + { { echo "$as_me:487 1: error: Cannot link test program for libdl" >&54625 + { { echo "$as_me:4872: error: Cannot link test program for libdl" >&5 4543 4626 echo "$as_me: error: Cannot link test program for libdl" >&2;} 4544 4627 { (exit 1); exit 1; }; } … … 4546 4629 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4547 4630 - echo "$as_me:4624: result: ok" >&5 4548 + echo "$as_me:487 6: result: ok" >&54631 + echo "$as_me:4877: result: ok" >&5 4549 4632 echo "${ECHO_T}ok" >&6 4550 4633 else 4551 4634 - { { echo "$as_me:4627: error: Cannot find dlsym function" >&5 4552 + { { echo "$as_me:48 79: error: Cannot find dlsym function" >&54635 + { { echo "$as_me:4880: error: Cannot find dlsym function" >&5 4553 4636 echo "$as_me: error: Cannot find dlsym function" >&2;} 4554 4637 { (exit 1); exit 1; }; } 4555 4638 fi 4556 @@ -4632,12 +488 4,12 @@4639 @@ -4632,12 +4885,12 @@ 4557 4640 if test "$with_gpm" != yes ; then 4558 4641 test -n "$verbose" && echo " assuming soname for gpm is $with_gpm" 1>&6 4559 4642 4560 4643 -echo "${as_me-configure}:4635: testing assuming soname for gpm is $with_gpm ..." 1>&5 4561 +echo "${as_me-configure}:488 7: 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 4562 4645 4563 4646 cf_cv_gpm_soname="$with_gpm" … … 4565 4648 4566 4649 -echo "$as_me:4640: checking for soname of gpm library" >&5 4567 +echo "$as_me:489 2: checking for soname of gpm library" >&54650 +echo "$as_me:4893: checking for soname of gpm library" >&5 4568 4651 echo $ECHO_N "checking for soname of gpm library... $ECHO_C" >&6 4569 4652 if test "${cf_cv_gpm_soname+set}" = set; then 4570 4653 echo $ECHO_N "(cached) $ECHO_C" >&6 4571 @@ -4655,15 +490 7,15 @@4654 @@ -4655,15 +4908,15 @@ 4572 4655 CF_EOF 4573 4656 cf_save_LIBS="$LIBS" 4574 4657 LIBS="-lgpm $LIBS" 4575 4658 - if { (eval echo "$as_me:4658: \"$ac_compile\"") >&5 4576 + if { (eval echo "$as_me:491 0: \"$ac_compile\"") >&54659 + if { (eval echo "$as_me:4911: \"$ac_compile\"") >&5 4577 4660 (eval $ac_compile) 2>&5 4578 4661 ac_status=$? 4579 4662 - echo "$as_me:4661: \$? = $ac_status" >&5 4580 + echo "$as_me:491 3: \$? = $ac_status" >&54663 + echo "$as_me:4914: \$? = $ac_status" >&5 4581 4664 (exit $ac_status); } ; then 4582 4665 - if { (eval echo "$as_me:4663: \"$ac_link\"") >&5 4583 + if { (eval echo "$as_me:491 5: \"$ac_link\"") >&54666 + if { (eval echo "$as_me:4916: \"$ac_link\"") >&5 4584 4667 (eval $ac_link) 2>&5 4585 4668 ac_status=$? 4586 4669 - echo "$as_me:4666: \$? = $ac_status" >&5 4587 + echo "$as_me:491 8: \$? = $ac_status" >&54670 + echo "$as_me:4919: \$? = $ac_status" >&5 4588 4671 (exit $ac_status); } ; then 4589 4672 cf_cv_gpm_soname=`ldd conftest$ac_exeext 2>/dev/null | sed -e 's,^.*/,,' -e 's, .*$,,' | fgrep libgpm.` 4590 4673 test -z "$cf_cv_gpm_soname" && cf_cv_gpm_soname=unknown 4591 @@ -4674,7 +492 6,7 @@4674 @@ -4674,7 +4927,7 @@ 4592 4675 fi 4593 4676 4594 4677 fi 4595 4678 -echo "$as_me:4677: result: $cf_cv_gpm_soname" >&5 4596 +echo "$as_me:49 29: result: $cf_cv_gpm_soname" >&54679 +echo "$as_me:4930: result: $cf_cv_gpm_soname" >&5 4597 4680 echo "${ECHO_T}$cf_cv_gpm_soname" >&6 4598 4681 4599 4682 fi 4600 @@ -4690,7 +494 2,7 @@4683 @@ -4690,7 +4943,7 @@ 4601 4684 #define HAVE_LIBGPM 1 4602 4685 EOF 4603 4686 4604 4687 -echo "$as_me:4693: checking for Gpm_Wgetch in -lgpm" >&5 4605 +echo "$as_me:494 5: checking for Gpm_Wgetch in -lgpm" >&54688 +echo "$as_me:4946: checking for Gpm_Wgetch in -lgpm" >&5 4606 4689 echo $ECHO_N "checking for Gpm_Wgetch in -lgpm... $ECHO_C" >&6 4607 4690 if test "${ac_cv_lib_gpm_Gpm_Wgetch+set}" = set; then 4608 4691 echo $ECHO_N "(cached) $ECHO_C" >&6 4609 @@ -4698,7 +495 0,7 @@4692 @@ -4698,7 +4951,7 @@ 4610 4693 ac_check_lib_save_LIBS=$LIBS 4611 4694 LIBS="-lgpm $LIBS" 4612 4695 cat >conftest.$ac_ext <<_ACEOF 4613 4696 -#line 4701 "configure" 4614 +#line 495 3"configure"4697 +#line 4954 "configure" 4615 4698 #include "confdefs.h" 4616 4699 4617 4700 /* Override any gcc2 internal prototype to avoid an error. */ 4618 @@ -4717,16 +49 69,16 @@4701 @@ -4717,16 +4970,16 @@ 4619 4702 } 4620 4703 _ACEOF 4621 4704 rm -f conftest.$ac_objext conftest$ac_exeext 4622 4705 -if { (eval echo "$as_me:4720: \"$ac_link\"") >&5 4623 +if { (eval echo "$as_me:497 2: \"$ac_link\"") >&54706 +if { (eval echo "$as_me:4973: \"$ac_link\"") >&5 4624 4707 (eval $ac_link) 2>&5 4625 4708 ac_status=$? 4626 4709 - echo "$as_me:4723: \$? = $ac_status" >&5 4627 + echo "$as_me:497 5: \$? = $ac_status" >&54710 + echo "$as_me:4976: \$? = $ac_status" >&5 4628 4711 (exit $ac_status); } && 4629 4712 { ac_try='test -s conftest$ac_exeext' 4630 4713 - { (eval echo "$as_me:4726: \"$ac_try\"") >&5 4631 + { (eval echo "$as_me:497 8: \"$ac_try\"") >&54714 + { (eval echo "$as_me:4979: \"$ac_try\"") >&5 4632 4715 (eval $ac_try) 2>&5 4633 4716 ac_status=$? 4634 4717 - echo "$as_me:4729: \$? = $ac_status" >&5 4635 + echo "$as_me:498 1: \$? = $ac_status" >&54718 + echo "$as_me:4982: \$? = $ac_status" >&5 4636 4719 (exit $ac_status); }; }; then 4637 4720 ac_cv_lib_gpm_Gpm_Wgetch=yes 4638 4721 else 4639 @@ -4737,11 +49 89,11 @@4722 @@ -4737,11 +4990,11 @@ 4640 4723 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4641 4724 LIBS=$ac_check_lib_save_LIBS 4642 4725 fi 4643 4726 -echo "$as_me:4740: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 4644 +echo "$as_me:499 2: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&54727 +echo "$as_me:4993: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 4645 4728 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Wgetch" >&6 4646 4729 if test $ac_cv_lib_gpm_Gpm_Wgetch = yes; then 4647 4730 4648 4731 -echo "$as_me:4744: checking if GPM is weakly bound to curses library" >&5 4649 +echo "$as_me:499 6: checking if GPM is weakly bound to curses library" >&54732 +echo "$as_me:4997: checking if GPM is weakly bound to curses library" >&5 4650 4733 echo $ECHO_N "checking if GPM is weakly bound to curses library... $ECHO_C" >&6 4651 4734 if test "${cf_cv_check_gpm_wgetch+set}" = set; then 4652 4735 echo $ECHO_N "(cached) $ECHO_C" >&6 4653 @@ -4765,15 +501 7,15 @@4736 @@ -4765,15 +5018,15 @@ 4654 4737 # to rely on the static library, noting that some packagers may not 4655 4738 # include it. 4656 4739 LIBS="-static -lgpm -dynamic $LIBS" 4657 4740 - if { (eval echo "$as_me:4768: \"$ac_compile\"") >&5 4658 + if { (eval echo "$as_me:502 0: \"$ac_compile\"") >&54741 + if { (eval echo "$as_me:5021: \"$ac_compile\"") >&5 4659 4742 (eval $ac_compile) 2>&5 4660 4743 ac_status=$? 4661 4744 - echo "$as_me:4771: \$? = $ac_status" >&5 4662 + echo "$as_me:502 3: \$? = $ac_status" >&54745 + echo "$as_me:5024: \$? = $ac_status" >&5 4663 4746 (exit $ac_status); } ; then 4664 4747 - if { (eval echo "$as_me:4773: \"$ac_link\"") >&5 4665 + if { (eval echo "$as_me:502 5: \"$ac_link\"") >&54748 + if { (eval echo "$as_me:5026: \"$ac_link\"") >&5 4666 4749 (eval $ac_link) 2>&5 4667 4750 ac_status=$? 4668 4751 - echo "$as_me:4776: \$? = $ac_status" >&5 4669 + echo "$as_me:502 8: \$? = $ac_status" >&54752 + echo "$as_me:5029: \$? = $ac_status" >&5 4670 4753 (exit $ac_status); } ; then 4671 4754 cf_cv_check_gpm_wgetch=`nm conftest$ac_exeext | egrep '\<wgetch\>' | egrep '\<[vVwW]\>'` 4672 4755 test -n "$cf_cv_check_gpm_wgetch" && cf_cv_check_gpm_wgetch=yes 4673 @@ -4785,11 +503 7,11 @@4756 @@ -4785,11 +5038,11 @@ 4674 4757 fi 4675 4758 4676 4759 fi 4677 4760 -echo "$as_me:4788: result: $cf_cv_check_gpm_wgetch" >&5 4678 +echo "$as_me:504 0: result: $cf_cv_check_gpm_wgetch" >&54761 +echo "$as_me:5041: result: $cf_cv_check_gpm_wgetch" >&5 4679 4762 echo "${ECHO_T}$cf_cv_check_gpm_wgetch" >&6 4680 4763 4681 4764 if test "$cf_cv_check_gpm_wgetch" != yes ; then 4682 4765 - { echo "$as_me:4792: WARNING: GPM library is already linked with curses - read the FAQ" >&5 4683 + { echo "$as_me:504 4: 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 4684 4767 echo "$as_me: WARNING: GPM library is already linked with curses - read the FAQ" >&2;} 4685 4768 fi 4686 4769 4687 @@ -4799,7 +505 1,7 @@4770 @@ -4799,7 +5052,7 @@ 4688 4771 4689 4772 # not everyone has "test -c" 4690 4773 if test -c /dev/sysmouse 2>/dev/null ; then 4691 4774 -echo "$as_me:4802: checking if you want to use sysmouse" >&5 4692 +echo "$as_me:505 4: checking if you want to use sysmouse" >&54775 +echo "$as_me:5055: checking if you want to use sysmouse" >&5 4693 4776 echo $ECHO_N "checking if you want to use sysmouse... $ECHO_C" >&6 4694 4777 4695 4778 # Check whether --with-sysmouse or --without-sysmouse was given. 4696 @@ -4811,7 +506 3,7 @@4779 @@ -4811,7 +5064,7 @@ 4697 4780 fi; 4698 4781 if test "$cf_with_sysmouse" != no ; then 4699 4782 cat >conftest.$ac_ext <<_ACEOF 4700 4783 -#line 4814 "configure" 4701 +#line 506 6"configure"4784 +#line 5067 "configure" 4702 4785 #include "confdefs.h" 4703 4786 4704 4787 #include <osreldate.h> 4705 @@ -4834,16 +508 6,16 @@4788 @@ -4834,16 +5087,16 @@ 4706 4789 } 4707 4790 _ACEOF 4708 4791 rm -f conftest.$ac_objext 4709 4792 -if { (eval echo "$as_me:4837: \"$ac_compile\"") >&5 4710 +if { (eval echo "$as_me:50 89: \"$ac_compile\"") >&54793 +if { (eval echo "$as_me:5090: \"$ac_compile\"") >&5 4711 4794 (eval $ac_compile) 2>&5 4712 4795 ac_status=$? 4713 4796 - echo "$as_me:4840: \$? = $ac_status" >&5 4714 + echo "$as_me:509 2: \$? = $ac_status" >&54797 + echo "$as_me:5093: \$? = $ac_status" >&5 4715 4798 (exit $ac_status); } && 4716 4799 { ac_try='test -s conftest.$ac_objext' 4717 4800 - { (eval echo "$as_me:4843: \"$ac_try\"") >&5 4718 + { (eval echo "$as_me:509 5: \"$ac_try\"") >&54801 + { (eval echo "$as_me:5096: \"$ac_try\"") >&5 4719 4802 (eval $ac_try) 2>&5 4720 4803 ac_status=$? 4721 4804 - echo "$as_me:4846: \$? = $ac_status" >&5 4722 + echo "$as_me:509 8: \$? = $ac_status" >&54805 + echo "$as_me:5099: \$? = $ac_status" >&5 4723 4806 (exit $ac_status); }; }; then 4724 4807 cf_with_sysmouse=yes 4725 4808 else 4726 @@ -4853,7 +510 5,7 @@4809 @@ -4853,7 +5106,7 @@ 4727 4810 fi 4728 4811 rm -f conftest.$ac_objext conftest.$ac_ext 4729 4812 fi 4730 4813 -echo "$as_me:4856: result: $cf_with_sysmouse" >&5 4731 +echo "$as_me:510 8: result: $cf_with_sysmouse" >&54814 +echo "$as_me:5109: result: $cf_with_sysmouse" >&5 4732 4815 echo "${ECHO_T}$cf_with_sysmouse" >&6 4733 4816 test "$cf_with_sysmouse" = yes && cat >>confdefs.h <<\EOF 4734 4817 #define USE_SYSMOUSE 1 4735 @@ -4871,7 +512 3,7 @@4818 @@ -4871,7 +5124,7 @@ 4736 4819 test -n "$GXX" && test "${ac_cv_prog_cxx_g}" != yes && CXX_G_OPT='' 4737 4820 fi 4738 4821 4739 4822 -echo "$as_me:4874: checking for default loader flags" >&5 4740 +echo "$as_me:512 6: checking for default loader flags" >&54823 +echo "$as_me:5127: checking for default loader flags" >&5 4741 4824 echo $ECHO_N "checking for default loader flags... $ECHO_C" >&6 4742 4825 case $DFT_LWR_MODEL in 4743 4826 libtool) LD_MODEL='' ;; 4744 @@ -4880,13 +513 2,13 @@4827 @@ -4880,13 +5133,13 @@ 4745 4828 profile) LD_MODEL='-pg';; 4746 4829 shared) LD_MODEL='' ;; 4747 4830 esac 4748 4831 -echo "$as_me:4883: result: $LD_MODEL" >&5 4749 +echo "$as_me:513 5: result: $LD_MODEL" >&54832 +echo "$as_me:5136: result: $LD_MODEL" >&5 4750 4833 echo "${ECHO_T}$LD_MODEL" >&6 4751 4834 … … 4754 4837 4755 4838 -echo "$as_me:4889: checking if rpath option should be used" >&5 4756 +echo "$as_me:514 1: checking if rpath option should be used" >&54839 +echo "$as_me:5142: checking if rpath option should be used" >&5 4757 4840 echo $ECHO_N "checking if rpath option should be used... $ECHO_C" >&6 4758 4841 4759 4842 # Check whether --enable-rpath or --disable-rpath was given. 4760 @@ -4896,10 +514 8,10 @@4843 @@ -4896,10 +5149,10 @@ 4761 4844 else 4762 4845 cf_cv_ld_rpath=no 4763 4846 fi; 4764 4847 -echo "$as_me:4899: result: $cf_cv_ld_rpath" >&5 4765 +echo "$as_me:515 1: result: $cf_cv_ld_rpath" >&54848 +echo "$as_me:5152: result: $cf_cv_ld_rpath" >&5 4766 4849 echo "${ECHO_T}$cf_cv_ld_rpath" >&6 4767 4850 4768 4851 -echo "$as_me:4902: checking if shared libraries should be relinked during install" >&5 4769 +echo "$as_me:515 4: checking if shared libraries should be relinked during install" >&54852 +echo "$as_me:5155: checking if shared libraries should be relinked during install" >&5 4770 4853 echo $ECHO_N "checking if shared libraries should be relinked during install... $ECHO_C" >&6 4771 4854 4772 4855 # Check whether --enable-relink or --disable-relink was given. 4773 @@ -4909,19 +516 1,20 @@4856 @@ -4909,19 +5162,20 @@ 4774 4857 else 4775 4858 cf_cv_do_relink=yes 4776 4859 fi; 4777 4860 -echo "$as_me:4912: result: $cf_cv_do_relink" >&5 4778 +echo "$as_me:516 4: result: $cf_cv_do_relink" >&54861 +echo "$as_me:5165: result: $cf_cv_do_relink" >&5 4779 4862 echo "${ECHO_T}$cf_cv_do_relink" >&6 4780 4863 ;; … … 4790 4873 4791 4874 - echo "$as_me:4924: checking if release/abi version should be used for shared libs" >&5 4792 + echo "$as_me:517 7: 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 4793 4876 echo $ECHO_N "checking if release/abi version should be used for shared libs... $ECHO_C" >&6 4794 4877 4795 4878 # Check whether --with-shlib-version or --without-shlib-version was given. 4796 @@ -4936,7 +51 89,7 @@4879 @@ -4936,7 +5190,7 @@ 4797 4880 cf_cv_shlib_version=$withval 4798 4881 ;; 4799 4882 *) 4800 4883 - { { echo "$as_me:4939: error: option value must be one of: rel, abi, auto or no" >&5 4801 + { { echo "$as_me:519 2: 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 4802 4885 echo "$as_me: error: option value must be one of: rel, abi, auto or no" >&2;} 4803 4886 { (exit 1); exit 1; }; } 4804 4887 ;; 4805 @@ -4945,7 +519 8,7 @@4888 @@ -4945,7 +5199,7 @@ 4806 4889 else 4807 4890 cf_cv_shlib_version=auto 4808 4891 fi; 4809 4892 - echo "$as_me:4948: result: $cf_cv_shlib_version" >&5 4810 + echo "$as_me:520 1: result: $cf_cv_shlib_version" >&54893 + echo "$as_me:5202: result: $cf_cv_shlib_version" >&5 4811 4894 echo "${ECHO_T}$cf_cv_shlib_version" >&6 4812 4895 4813 4896 cf_cv_rm_so_locs=no 4814 @@ -4954,14 +520 7,14 @@4897 @@ -4954,14 +5208,14 @@ 4815 4898 CC_SHARED_OPTS= 4816 4899 if test "$GCC" = yes 4817 4900 then 4818 4901 - echo "$as_me:4957: checking which $CC option to use" >&5 4819 + echo "$as_me:521 0: checking which $CC option to use" >&54902 + echo "$as_me:5211: checking which $CC option to use" >&5 4820 4903 echo $ECHO_N "checking which $CC option to use... $ECHO_C" >&6 4821 4904 cf_save_CFLAGS="$CFLAGS" … … 4825 4908 cat >conftest.$ac_ext <<_ACEOF 4826 4909 -#line 4964 "configure" 4827 +#line 521 7"configure"4910 +#line 5218 "configure" 4828 4911 #include "confdefs.h" 4829 4912 #include <stdio.h> 4830 4913 int 4831 @@ -4973,16 +522 6,16 @@4914 @@ -4973,16 +5227,16 @@ 4832 4915 } 4833 4916 _ACEOF 4834 4917 rm -f conftest.$ac_objext 4835 4918 -if { (eval echo "$as_me:4976: \"$ac_compile\"") >&5 4836 +if { (eval echo "$as_me:52 29: \"$ac_compile\"") >&54919 +if { (eval echo "$as_me:5230: \"$ac_compile\"") >&5 4837 4920 (eval $ac_compile) 2>&5 4838 4921 ac_status=$? 4839 4922 - echo "$as_me:4979: \$? = $ac_status" >&5 4840 + echo "$as_me:523 2: \$? = $ac_status" >&54923 + echo "$as_me:5233: \$? = $ac_status" >&5 4841 4924 (exit $ac_status); } && 4842 4925 { ac_try='test -s conftest.$ac_objext' 4843 4926 - { (eval echo "$as_me:4982: \"$ac_try\"") >&5 4844 + { (eval echo "$as_me:523 5: \"$ac_try\"") >&54927 + { (eval echo "$as_me:5236: \"$ac_try\"") >&5 4845 4928 (eval $ac_try) 2>&5 4846 4929 ac_status=$? 4847 4930 - echo "$as_me:4985: \$? = $ac_status" >&5 4848 + echo "$as_me:523 8: \$? = $ac_status" >&54931 + echo "$as_me:5239: \$? = $ac_status" >&5 4849 4932 (exit $ac_status); }; }; then 4850 4933 break 4851 4934 else 4852 @@ -4991,7 +524 4,7 @@4935 @@ -4991,7 +5245,7 @@ 4853 4936 fi 4854 4937 rm -f conftest.$ac_objext conftest.$ac_ext 4855 4938 done 4856 4939 - echo "$as_me:4994: result: $CC_SHARED_OPTS" >&5 4857 + echo "$as_me:524 7: result: $CC_SHARED_OPTS" >&54940 + echo "$as_me:5248: result: $CC_SHARED_OPTS" >&5 4858 4941 echo "${ECHO_T}$CC_SHARED_OPTS" >&6 4859 4942 CFLAGS="$cf_save_CFLAGS" 4860 4943 fi 4861 @@ -4999,6 +525 2,12 @@4944 @@ -4999,6 +5253,12 @@ 4862 4945 cf_cv_shlib_version_infix=no 4863 4946 … … 4872 4955 MK_SHARED_LIB='${CC} ${CFLAGS} -o $@ -Xlinker -soname=`basename $@` -nostart -e 0' 4873 4956 ;; 4874 @@ -5027,7 +528 6,7 @@4957 @@ -5027,7 +5287,7 @@ 4875 4958 MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@' 4876 4959 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi 4877 4960 cf_cv_shlib_version_infix=yes 4878 4961 - echo "$as_me:5030: checking if ld -search_paths_first works" >&5 4879 + echo "$as_me:52 89: checking if ld -search_paths_first works" >&54962 + echo "$as_me:5290: checking if ld -search_paths_first works" >&5 4880 4963 echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6 4881 4964 if test "${cf_cv_ldflags_search_paths_first+set}" = set; then 4882 4965 echo $ECHO_N "(cached) $ECHO_C" >&6 4883 @@ -5036,7 +529 5,7 @@4966 @@ -5036,7 +5296,7 @@ 4884 4967 cf_save_LDFLAGS=$LDFLAGS 4885 4968 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 4886 4969 cat >conftest.$ac_ext <<_ACEOF 4887 4970 -#line 5039 "configure" 4888 +#line 529 8"configure"4971 +#line 5299 "configure" 4889 4972 #include "confdefs.h" 4890 4973 4891 4974 int 4892 @@ -5048,16 +530 7,16 @@4975 @@ -5048,16 +5308,16 @@ 4893 4976 } 4894 4977 _ACEOF 4895 4978 rm -f conftest.$ac_objext conftest$ac_exeext 4896 4979 -if { (eval echo "$as_me:5051: \"$ac_link\"") >&5 4897 +if { (eval echo "$as_me:531 0: \"$ac_link\"") >&54980 +if { (eval echo "$as_me:5311: \"$ac_link\"") >&5 4898 4981 (eval $ac_link) 2>&5 4899 4982 ac_status=$? 4900 4983 - echo "$as_me:5054: \$? = $ac_status" >&5 4901 + echo "$as_me:531 3: \$? = $ac_status" >&54984 + echo "$as_me:5314: \$? = $ac_status" >&5 4902 4985 (exit $ac_status); } && 4903 4986 { ac_try='test -s conftest$ac_exeext' 4904 4987 - { (eval echo "$as_me:5057: \"$ac_try\"") >&5 4905 + { (eval echo "$as_me:531 6: \"$ac_try\"") >&54988 + { (eval echo "$as_me:5317: \"$ac_try\"") >&5 4906 4989 (eval $ac_try) 2>&5 4907 4990 ac_status=$? 4908 4991 - echo "$as_me:5060: \$? = $ac_status" >&5 4909 + echo "$as_me:53 19: \$? = $ac_status" >&54992 + echo "$as_me:5320: \$? = $ac_status" >&5 4910 4993 (exit $ac_status); }; }; then 4911 4994 cf_cv_ldflags_search_paths_first=yes 4912 4995 else 4913 @@ -5068,7 +532 7,7 @@4996 @@ -5068,7 +5328,7 @@ 4914 4997 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4915 4998 LDFLAGS=$cf_save_LDFLAGS 4916 4999 fi 4917 5000 -echo "$as_me:5071: result: $cf_cv_ldflags_search_paths_first" >&5 4918 +echo "$as_me:533 0: result: $cf_cv_ldflags_search_paths_first" >&55001 +echo "$as_me:5331: result: $cf_cv_ldflags_search_paths_first" >&5 4919 5002 echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6 4920 5003 if test $cf_cv_ldflags_search_paths_first = yes; then 4921 5004 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 4922 @@ -5090,10 +53 49,10 @@5005 @@ -5090,10 +5350,10 @@ 4923 5006 irix*) 4924 5007 if test "$cf_cv_ld_rpath" = yes ; then … … 4933 5016 fi 4934 5017 fi 4935 @@ -5112,7 +537 1,7 @@5018 @@ -5112,7 +5372,7 @@ 4936 5019 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4937 5020 fi … … 4942 5025 fi 4943 5026 4944 @@ -5131,7 +539 0,7 @@5027 @@ -5131,7 +5391,7 @@ 4945 5028 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4946 5029 fi … … 4951 5034 fi 4952 5035 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 4953 @@ -5143,7 +540 2,7 @@5036 @@ -5143,7 +5403,7 @@ 4954 5037 cf_cv_shared_soname='`basename $@`' 4955 5038 fi … … 4960 5043 nto-qnx*|openbsd*|freebsd[12].*) 4961 5044 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 4962 @@ -5155,7 +541 4,7 @@5045 @@ -5155,7 +5415,7 @@ 4963 5046 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then 4964 5047 LOCAL_LDFLAGS="-rpath \$(LOCAL_LIBDIR)" … … 4969 5052 fi 4970 5053 4971 @@ -5166,11 +542 5,11 @@5054 @@ -5166,11 +5426,11 @@ 4972 5055 cf_cv_shared_soname='`basename $@`' 4973 5056 fi … … 4983 5066 LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)" 4984 5067 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4985 @@ -5192,7 +545 1,7 @@5068 @@ -5192,7 +5452,7 @@ 4986 5069 4987 5070 MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname' -o $@' … … 4992 5075 ;; 4993 5076 osf*|mls+*) 4994 @@ -5211,7 +547 0,7 @@5077 @@ -5211,7 +5471,7 @@ 4995 5078 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 4996 5079 fi … … 5001 5084 fi 5002 5085 cf_cv_rm_so_locs=yes 5003 @@ -5246,7 +550 5,7 @@5086 @@ -5246,7 +5506,7 @@ 5004 5087 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 5005 5088 fi … … 5010 5093 fi 5011 5094 5012 @@ -5258,7 +551 7,43 @@5095 @@ -5258,7 +5518,43 @@ 5013 5096 fi 5014 5097 … … 5020 5103 + CFLAGS="$cf_shared_opts $cf_save_CFLAGS" 5021 5104 + cat >conftest.$ac_ext <<_ACEOF 5022 +#line 552 5"configure"5105 +#line 5526 "configure" 5023 5106 +#include "confdefs.h" 5024 5107 +#include <stdio.h> … … 5032 5115 +_ACEOF 5033 5116 +rm -f conftest.$ac_objext 5034 +if { (eval echo "$as_me:553 7: \"$ac_compile\"") >&55117 +if { (eval echo "$as_me:5538: \"$ac_compile\"") >&5 5035 5118 + (eval $ac_compile) 2>&5 5036 5119 + ac_status=$? 5037 + echo "$as_me:554 0: \$? = $ac_status" >&55120 + echo "$as_me:5541: \$? = $ac_status" >&5 5038 5121 + (exit $ac_status); } && 5039 5122 + { ac_try='test -s conftest.$ac_objext' 5040 + { (eval echo "$as_me:554 3: \"$ac_try\"") >&55123 + { (eval echo "$as_me:5544: \"$ac_try\"") >&5 5041 5124 + (eval $ac_try) 2>&5 5042 5125 + ac_status=$? 5043 + echo "$as_me:554 6: \$? = $ac_status" >&55126 + echo "$as_me:5547: \$? = $ac_status" >&5 5044 5127 + (exit $ac_status); }; }; then 5045 5128 + break … … 5055 5138 else 5056 5139 MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $@' 5057 @@ -5285,20 +558 0,20 @@5140 @@ -5285,20 +5581,20 @@ 5058 5141 test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes 5059 5142 ;; 5060 5143 *) 5061 5144 - { echo "$as_me:5288: WARNING: ignored --with-shlib-version" >&5 5062 + { echo "$as_me:558 3: WARNING: ignored --with-shlib-version" >&55145 + { echo "$as_me:5584: WARNING: ignored --with-shlib-version" >&5 5063 5146 echo "$as_me: WARNING: ignored --with-shlib-version" >&2;} 5064 5147 ;; … … 5070 5153 - echo "$as_me:5296: checking if we need a space after rpath option" >&5 5071 5154 + if test -n "$LD_RPATH_OPT" ; then 5072 + echo "$as_me:559 1: checking if we need a space after rpath option" >&55155 + echo "$as_me:5592: checking if we need a space after rpath option" >&5 5073 5156 echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6 5074 5157 cf_save_LIBS="$LIBS" … … 5077 5160 cat >conftest.$ac_ext <<_ACEOF 5078 5161 -#line 5301 "configure" 5079 +#line 559 6"configure"5162 +#line 5597 "configure" 5080 5163 #include "confdefs.h" 5081 5164 5082 5165 int 5083 @@ -5310,16 +560 5,16 @@5166 @@ -5310,16 +5606,16 @@ 5084 5167 } 5085 5168 _ACEOF 5086 5169 rm -f conftest.$ac_objext conftest$ac_exeext 5087 5170 -if { (eval echo "$as_me:5313: \"$ac_link\"") >&5 5088 +if { (eval echo "$as_me:560 8: \"$ac_link\"") >&55171 +if { (eval echo "$as_me:5609: \"$ac_link\"") >&5 5089 5172 (eval $ac_link) 2>&5 5090 5173 ac_status=$? 5091 5174 - echo "$as_me:5316: \$? = $ac_status" >&5 5092 + echo "$as_me:561 1: \$? = $ac_status" >&55175 + echo "$as_me:5612: \$? = $ac_status" >&5 5093 5176 (exit $ac_status); } && 5094 5177 { ac_try='test -s conftest$ac_exeext' 5095 5178 - { (eval echo "$as_me:5319: \"$ac_try\"") >&5 5096 + { (eval echo "$as_me:561 4: \"$ac_try\"") >&55179 + { (eval echo "$as_me:5615: \"$ac_try\"") >&5 5097 5180 (eval $ac_try) 2>&5 5098 5181 ac_status=$? 5099 5182 - echo "$as_me:5322: \$? = $ac_status" >&5 5100 + echo "$as_me:561 7: \$? = $ac_status" >&55183 + echo "$as_me:5618: \$? = $ac_status" >&5 5101 5184 (exit $ac_status); }; }; then 5102 5185 cf_rpath_space=no 5103 5186 else 5104 @@ -5329,16 +562 4,16 @@5187 @@ -5329,16 +5625,16 @@ 5105 5188 fi 5106 5189 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5107 5190 LIBS="$cf_save_LIBS" 5108 5191 - echo "$as_me:5332: result: $cf_rpath_space" >&5 5109 + echo "$as_me:562 7: result: $cf_rpath_space" >&55192 + echo "$as_me:5628: result: $cf_rpath_space" >&5 5110 5193 echo "${ECHO_T}$cf_rpath_space" >&6 5111 5194 - test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt " … … 5119 5202 if test "$model" = "shared"; then 5120 5203 - { { echo "$as_me:5341: error: Shared libraries are not supported in this version" >&5 5121 + { { echo "$as_me:563 6: error: Shared libraries are not supported in this version" >&55204 + { { echo "$as_me:5637: error: Shared libraries are not supported in this version" >&5 5122 5205 echo "$as_me: error: Shared libraries are not supported in this version" >&2;} 5123 5206 { (exit 1); exit 1; }; } 5124 5207 fi 5125 @@ -5348,7 +564 3,7 @@5208 @@ -5348,7 +5644,7 @@ 5126 5209 ############################################################################### 5127 5210 5128 5211 ### use option --disable-overwrite to leave out the link to -lcurses 5129 5212 -echo "$as_me:5351: checking if you wish to install ncurses overwriting curses" >&5 5130 +echo "$as_me:564 6: checking if you wish to install ncurses overwriting curses" >&55213 +echo "$as_me:5647: checking if you wish to install ncurses overwriting curses" >&5 5131 5214 echo $ECHO_N "checking if you wish to install ncurses overwriting curses... $ECHO_C" >&6 5132 5215 5133 5216 # Check whether --enable-overwrite or --disable-overwrite was given. 5134 @@ -5358,10 +565 3,10 @@5217 @@ -5358,10 +5654,10 @@ 5135 5218 else 5136 5219 if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi 5137 5220 fi; 5138 5221 -echo "$as_me:5361: result: $with_overwrite" >&5 5139 +echo "$as_me:565 6: result: $with_overwrite" >&55222 +echo "$as_me:5657: result: $with_overwrite" >&5 5140 5223 echo "${ECHO_T}$with_overwrite" >&6 5141 5224 5142 5225 -echo "$as_me:5364: checking if external terminfo-database is used" >&5 5143 +echo "$as_me:56 59: checking if external terminfo-database is used" >&55226 +echo "$as_me:5660: checking if external terminfo-database is used" >&5 5144 5227 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6 5145 5228 5146 5229 # Check whether --enable-database or --disable-database was given. 5147 @@ -5371,7 +566 6,7 @@5230 @@ -5371,7 +5667,7 @@ 5148 5231 else 5149 5232 use_database=yes 5150 5233 fi; 5151 5234 -echo "$as_me:5374: result: $use_database" >&5 5152 +echo "$as_me:56 69: result: $use_database" >&55235 +echo "$as_me:5670: result: $use_database" >&5 5153 5236 echo "${ECHO_T}$use_database" >&6 5154 5237 5155 5238 case $host_os in #(vi 5156 @@ -5384,8 +56 79,8 @@5239 @@ -5384,8 +5680,8 @@ 5157 5240 esac 5158 5241 … … 5165 5248 5166 5249 if test "$use_database" != no ; then 5167 @@ -5393,7 +568 8,7 @@5250 @@ -5393,7 +5689,7 @@ 5168 5251 #define USE_DATABASE 1 5169 5252 EOF 5170 5253 5171 5254 - echo "$as_me:5396: checking which terminfo source-file will be installed" >&5 5172 + echo "$as_me:569 1: checking which terminfo source-file will be installed" >&55255 + echo "$as_me:5692: checking which terminfo source-file will be installed" >&5 5173 5256 echo $ECHO_N "checking which terminfo source-file will be installed... $ECHO_C" >&6 5174 5257 5175 5258 # Check whether --enable-database or --disable-database was given. 5176 @@ -5401,10 +569 6,10 @@5259 @@ -5401,10 +5697,10 @@ 5177 5260 enableval="$enable_database" 5178 5261 TERMINFO_SRC=$withval 5179 5262 fi; 5180 5263 - echo "$as_me:5404: result: $TERMINFO_SRC" >&5 5181 + echo "$as_me:5 699: result: $TERMINFO_SRC" >&55264 + echo "$as_me:5700: result: $TERMINFO_SRC" >&5 5182 5265 echo "${ECHO_T}$TERMINFO_SRC" >&6 5183 5266 5184 5267 - echo "$as_me:5407: checking whether to use hashed database instead of directory/tree" >&5 5185 + echo "$as_me:570 2: 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 5186 5269 echo $ECHO_N "checking whether to use hashed database instead of directory/tree... $ECHO_C" >&6 5187 5270 5188 5271 # Check whether --with-hashed-db or --without-hashed-db was given. 5189 @@ -5414,13 +57 09,13 @@5272 @@ -5414,13 +5710,13 @@ 5190 5273 else 5191 5274 with_hashed_db=no 5192 5275 fi; 5193 5276 - echo "$as_me:5417: result: $with_hashed_db" >&5 5194 + echo "$as_me:571 2: result: $with_hashed_db" >&55277 + echo "$as_me:5713: result: $with_hashed_db" >&5 5195 5278 echo "${ECHO_T}$with_hashed_db" >&6 5196 5279 else … … 5199 5282 5200 5283 -echo "$as_me:5423: checking for list of fallback descriptions" >&5 5201 +echo "$as_me:571 8: checking for list of fallback descriptions" >&55284 +echo "$as_me:5719: checking for list of fallback descriptions" >&5 5202 5285 echo $ECHO_N "checking for list of fallback descriptions... $ECHO_C" >&6 5203 5286 5204 5287 # Check whether --with-fallbacks or --without-fallbacks was given. 5205 @@ -5430,11 +572 5,11 @@5288 @@ -5430,11 +5726,11 @@ 5206 5289 else 5207 5290 with_fallback= 5208 5291 fi; 5209 5292 -echo "$as_me:5433: result: $with_fallback" >&5 5210 +echo "$as_me:572 8: result: $with_fallback" >&55293 +echo "$as_me:5729: result: $with_fallback" >&5 5211 5294 echo "${ECHO_T}$with_fallback" >&6 5212 5295 FALLBACK_LIST=`echo "$with_fallback" | sed -e 's/,/ /g'` 5213 5296 5214 5297 -echo "$as_me:5437: checking if you want modern xterm or antique" >&5 5215 +echo "$as_me:573 2: checking if you want modern xterm or antique" >&55298 +echo "$as_me:5733: checking if you want modern xterm or antique" >&5 5216 5299 echo $ECHO_N "checking if you want modern xterm or antique... $ECHO_C" >&6 5217 5300 5218 5301 # Check whether --with-xterm-new or --without-xterm-new was given. 5219 @@ -5448,7 +574 3,7 @@5302 @@ -5448,7 +5744,7 @@ 5220 5303 no) with_xterm_new=xterm-old;; 5221 5304 *) with_xterm_new=xterm-new;; 5222 5305 esac 5223 5306 -echo "$as_me:5451: result: $with_xterm_new" >&5 5224 +echo "$as_me:574 6: result: $with_xterm_new" >&55307 +echo "$as_me:5747: result: $with_xterm_new" >&5 5225 5308 echo "${ECHO_T}$with_xterm_new" >&6 5226 5309 WHICH_XTERM=$with_xterm_new 5227 5310 5228 @@ -5458,7 +575 3,7 @@5311 @@ -5458,7 +5754,7 @@ 5229 5312 MAKE_TERMINFO="#" 5230 5313 else 5231 5314 5232 5315 -echo "$as_me:5461: checking for list of terminfo directories" >&5 5233 +echo "$as_me:575 6: checking for list of terminfo directories" >&55316 +echo "$as_me:5757: checking for list of terminfo directories" >&5 5234 5317 echo $ECHO_N "checking for list of terminfo directories... $ECHO_C" >&6 5235 5318 5236 5319 # Check whether --with-terminfo-dirs or --without-terminfo-dirs was given. 5237 @@ -5468,7 +576 3,7 @@5320 @@ -5468,7 +5764,7 @@ 5238 5321 else 5239 5322 withval=${TERMINFO_DIRS-${datadir}/terminfo} … … 5244 5327 for cf_src_path in $withval 5245 5328 do 5246 @@ -5498,7 +579 3,7 @@5329 @@ -5498,7 +5794,7 @@ 5247 5330 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 5248 5331 ;; 5249 5332 *) 5250 5333 - { { echo "$as_me:5501: error: expected a pathname, not \"$cf_src_path\"" >&5 5251 + { { echo "$as_me:579 6: error: expected a pathname, not \"$cf_src_path\"" >&55334 + { { echo "$as_me:5797: error: expected a pathname, not \"$cf_src_path\"" >&5 5252 5335 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 5253 5336 { (exit 1); exit 1; }; } 5254 5337 ;; 5255 @@ -5511,13 +580 6,13 @@5338 @@ -5511,13 +5807,13 @@ 5256 5339 5257 5340 eval 'TERMINFO_DIRS="$cf_dst_path"' 5258 5341 5259 5342 -echo "$as_me:5514: result: $TERMINFO_DIRS" >&5 5260 +echo "$as_me:58 09: result: $TERMINFO_DIRS" >&55343 +echo "$as_me:5810: result: $TERMINFO_DIRS" >&5 5261 5344 echo "${ECHO_T}$TERMINFO_DIRS" >&6 5262 5345 test -n "$TERMINFO_DIRS" && cat >>confdefs.h <<EOF … … 5265 5348 5266 5349 -echo "$as_me:5520: checking for default terminfo directory" >&5 5267 +echo "$as_me:581 5: checking for default terminfo directory" >&55350 +echo "$as_me:5816: checking for default terminfo directory" >&5 5268 5351 echo $ECHO_N "checking for default terminfo directory... $ECHO_C" >&6 5269 5352 5270 5353 # Check whether --with-default-terminfo-dir or --without-default-terminfo-dir was given. 5271 @@ -5553,7 +584 8,7 @@5354 @@ -5553,7 +5849,7 @@ 5272 5355 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 5273 5356 ;; 5274 5357 *) 5275 5358 - { { echo "$as_me:5556: error: expected a pathname, not \"$withval\"" >&5 5276 + { { echo "$as_me:585 1: error: expected a pathname, not \"$withval\"" >&55359 + { { echo "$as_me:5852: error: expected a pathname, not \"$withval\"" >&5 5277 5360 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 5278 5361 { (exit 1); exit 1; }; } 5279 5362 ;; 5280 @@ -5562,7 +585 7,7 @@5363 @@ -5562,7 +5858,7 @@ 5281 5364 fi 5282 5365 TERMINFO="$withval" 5283 5366 5284 5367 -echo "$as_me:5565: result: $TERMINFO" >&5 5285 +echo "$as_me:586 0: result: $TERMINFO" >&55368 +echo "$as_me:5861: result: $TERMINFO" >&5 5286 5369 echo "${ECHO_T}$TERMINFO" >&6 5287 5370 cat >>confdefs.h <<EOF 5288 5371 #define TERMINFO "$TERMINFO" 5289 @@ -5572,7 +586 7,7 @@5372 @@ -5572,7 +5868,7 @@ 5290 5373 5291 5374 ### use option --disable-big-core to make tic run on small machines 5292 5375 ### We need 4Mb, check if we can allocate 50% more than that. 5293 5376 -echo "$as_me:5575: checking if big-core option selected" >&5 5294 +echo "$as_me:587 0: checking if big-core option selected" >&55377 +echo "$as_me:5871: checking if big-core option selected" >&5 5295 5378 echo $ECHO_N "checking if big-core option selected... $ECHO_C" >&6 5296 5379 5297 5380 # Check whether --enable-big-core or --disable-big-core was given. 5298 @@ -5584,7 +58 79,7 @@5381 @@ -5584,7 +5880,7 @@ 5299 5382 with_big_core=no 5300 5383 else 5301 5384 cat >conftest.$ac_ext <<_ACEOF 5302 5385 -#line 5587 "configure" 5303 +#line 588 2"configure"5386 +#line 5883 "configure" 5304 5387 #include "confdefs.h" 5305 5388 5306 5389 #include <stdlib.h> 5307 @@ -5598,15 +589 3,15 @@5390 @@ -5598,15 +5894,15 @@ 5308 5391 } 5309 5392 _ACEOF 5310 5393 rm -f conftest$ac_exeext 5311 5394 -if { (eval echo "$as_me:5601: \"$ac_link\"") >&5 5312 +if { (eval echo "$as_me:589 6: \"$ac_link\"") >&55395 +if { (eval echo "$as_me:5897: \"$ac_link\"") >&5 5313 5396 (eval $ac_link) 2>&5 5314 5397 ac_status=$? 5315 5398 - echo "$as_me:5604: \$? = $ac_status" >&5 5316 + echo "$as_me:5 899: \$? = $ac_status" >&55399 + echo "$as_me:5900: \$? = $ac_status" >&5 5317 5400 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5318 5401 - { (eval echo "$as_me:5606: \"$ac_try\"") >&5 5319 + { (eval echo "$as_me:590 1: \"$ac_try\"") >&55402 + { (eval echo "$as_me:5902: \"$ac_try\"") >&5 5320 5403 (eval $ac_try) 2>&5 5321 5404 ac_status=$? 5322 5405 - echo "$as_me:5609: \$? = $ac_status" >&5 5323 + echo "$as_me:590 4: \$? = $ac_status" >&55406 + echo "$as_me:5905: \$? = $ac_status" >&5 5324 5407 (exit $ac_status); }; }; then 5325 5408 with_big_core=yes 5326 5409 else 5327 @@ -5618,7 +591 3,7 @@5410 @@ -5618,7 +5914,7 @@ 5328 5411 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5329 5412 fi 5330 5413 fi; 5331 5414 -echo "$as_me:5621: result: $with_big_core" >&5 5332 +echo "$as_me:591 6: result: $with_big_core" >&55415 +echo "$as_me:5917: result: $with_big_core" >&5 5333 5416 echo "${ECHO_T}$with_big_core" >&6 5334 5417 test "$with_big_core" = "yes" && cat >>confdefs.h <<\EOF 5335 5418 #define HAVE_BIG_CORE 1 5336 @@ -5627,7 +592 2,7 @@5419 @@ -5627,7 +5923,7 @@ 5337 5420 ### ISO C only guarantees 512-char strings, we have tables which load faster 5338 5421 ### when constructed using "big" strings. More than the C compiler, the awk 5339 5422 ### program is a limit on most vendor UNIX systems. Check that we can build. 5340 5423 -echo "$as_me:5630: checking if big-strings option selected" >&5 5341 +echo "$as_me:592 5: checking if big-strings option selected" >&55424 +echo "$as_me:5926: checking if big-strings option selected" >&5 5342 5425 echo $ECHO_N "checking if big-strings option selected... $ECHO_C" >&6 5343 5426 5344 5427 # Check whether --enable-big-strings or --disable-big-strings was given. 5345 @@ -5636,29 +593 1,29 @@5428 @@ -5636,29 +5932,29 @@ 5346 5429 with_big_strings=$enableval 5347 5430 else … … 5376 5459 fi; 5377 5460 -echo "$as_me:5654: result: $with_big_strings" >&5 5378 +echo "$as_me:59 49: result: $with_big_strings" >&55461 +echo "$as_me:5950: result: $with_big_strings" >&5 5379 5462 echo "${ECHO_T}$with_big_strings" >&6 5380 5463 … … 5384 5467 ### use option --enable-termcap to compile in the termcap fallback support 5385 5468 -echo "$as_me:5661: checking if you want termcap-fallback support" >&5 5386 +echo "$as_me:595 6: checking if you want termcap-fallback support" >&55469 +echo "$as_me:5957: checking if you want termcap-fallback support" >&5 5387 5470 echo $ECHO_N "checking if you want termcap-fallback support... $ECHO_C" >&6 5388 5471 5389 5472 # Check whether --enable-termcap or --disable-termcap was given. 5390 @@ -5668,13 +596 3,13 @@5473 @@ -5668,13 +5964,13 @@ 5391 5474 else 5392 5475 with_termcap=no 5393 5476 fi; 5394 5477 -echo "$as_me:5671: result: $with_termcap" >&5 5395 +echo "$as_me:596 6: result: $with_termcap" >&55478 +echo "$as_me:5967: result: $with_termcap" >&5 5396 5479 echo "${ECHO_T}$with_termcap" >&6 5397 5480 … … 5400 5483 if test -z "$with_fallback" ; then 5401 5484 - { { echo "$as_me:5677: error: You have disabled the database w/o specifying fallbacks" >&5 5402 + { { echo "$as_me:597 2: 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 5403 5486 echo "$as_me: error: You have disabled the database w/o specifying fallbacks" >&2;} 5404 5487 { (exit 1); exit 1; }; } 5405 5488 fi 5406 @@ -5686,7 +598 1,7 @@5489 @@ -5686,7 +5982,7 @@ 5407 5490 else 5408 5491 5409 5492 if test "$with_ticlib" != no ; then 5410 5493 - { { echo "$as_me:5689: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5 5411 + { { echo "$as_me:598 4: 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 5412 5495 echo "$as_me: error: Options --with-ticlib and --enable-termcap cannot be combined" >&2;} 5413 5496 { (exit 1); exit 1; }; } 5414 5497 fi 5415 @@ -5695,7 +599 0,7 @@5498 @@ -5695,7 +5991,7 @@ 5416 5499 #define USE_TERMCAP 1 5417 5500 EOF 5418 5501 5419 5502 -echo "$as_me:5698: checking for list of termcap files" >&5 5420 +echo "$as_me:599 3: checking for list of termcap files" >&55503 +echo "$as_me:5994: checking for list of termcap files" >&5 5421 5504 echo $ECHO_N "checking for list of termcap files... $ECHO_C" >&6 5422 5505 5423 5506 # Check whether --with-termpath or --without-termpath was given. 5424 @@ -5705,7 +600 0,7 @@5507 @@ -5705,7 +6001,7 @@ 5425 5508 else 5426 5509 withval=${TERMPATH-/etc/termcap:/usr/share/misc/termcap} … … 5431 5514 for cf_src_path in $withval 5432 5515 do 5433 @@ -5735,7 +603 0,7 @@5516 @@ -5735,7 +6031,7 @@ 5434 5517 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 5435 5518 ;; 5436 5519 *) 5437 5520 - { { echo "$as_me:5738: error: expected a pathname, not \"$cf_src_path\"" >&5 5438 + { { echo "$as_me:603 3: error: expected a pathname, not \"$cf_src_path\"" >&55521 + { { echo "$as_me:6034: error: expected a pathname, not \"$cf_src_path\"" >&5 5439 5522 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 5440 5523 { (exit 1); exit 1; }; } 5441 5524 ;; 5442 @@ -5748,14 +604 3,14 @@5525 @@ -5748,14 +6044,14 @@ 5443 5526 5444 5527 eval 'TERMPATH="$cf_dst_path"' 5445 5528 5446 5529 -echo "$as_me:5751: result: $TERMPATH" >&5 5447 +echo "$as_me:604 6: result: $TERMPATH" >&55530 +echo "$as_me:6047: result: $TERMPATH" >&5 5448 5531 echo "${ECHO_T}$TERMPATH" >&6 5449 5532 test -n "$TERMPATH" && cat >>confdefs.h <<EOF … … 5453 5536 ### use option --enable-getcap to use a hacked getcap for reading termcaps 5454 5537 -echo "$as_me:5758: checking if fast termcap-loader is needed" >&5 5455 +echo "$as_me:605 3: checking if fast termcap-loader is needed" >&55538 +echo "$as_me:6054: checking if fast termcap-loader is needed" >&5 5456 5539 echo $ECHO_N "checking if fast termcap-loader is needed... $ECHO_C" >&6 5457 5540 5458 5541 # Check whether --enable-getcap or --disable-getcap was given. 5459 @@ -5765,13 +606 0,13 @@5542 @@ -5765,13 +6061,13 @@ 5460 5543 else 5461 5544 with_getcap=no 5462 5545 fi; 5463 5546 -echo "$as_me:5768: result: $with_getcap" >&5 5464 +echo "$as_me:606 3: result: $with_getcap" >&55547 +echo "$as_me:6064: result: $with_getcap" >&5 5465 5548 echo "${ECHO_T}$with_getcap" >&6 5466 5549 test "$with_getcap" = "yes" && cat >>confdefs.h <<\EOF … … 5469 5552 5470 5553 -echo "$as_me:5774: checking if translated termcaps will be cached in ~/.terminfo" >&5 5471 +echo "$as_me:60 69: checking if translated termcaps will be cached in ~/.terminfo" >&55554 +echo "$as_me:6070: checking if translated termcaps will be cached in ~/.terminfo" >&5 5472 5555 echo $ECHO_N "checking if translated termcaps will be cached in ~/.terminfo... $ECHO_C" >&6 5473 5556 5474 5557 # Check whether --enable-getcap-cache or --disable-getcap-cache was given. 5475 @@ -5781,7 +607 6,7 @@5558 @@ -5781,7 +6077,7 @@ 5476 5559 else 5477 5560 with_getcap_cache=no 5478 5561 fi; 5479 5562 -echo "$as_me:5784: result: $with_getcap_cache" >&5 5480 +echo "$as_me:60 79: result: $with_getcap_cache" >&55563 +echo "$as_me:6080: result: $with_getcap_cache" >&5 5481 5564 echo "${ECHO_T}$with_getcap_cache" >&6 5482 5565 test "$with_getcap_cache" = "yes" && cat >>confdefs.h <<\EOF 5483 5566 #define USE_GETCAP_CACHE 1 5484 @@ -5790,7 +608 5,7 @@5567 @@ -5790,7 +6086,7 @@ 5485 5568 fi 5486 5569 5487 5570 ### Use option --disable-home-terminfo to completely remove ~/.terminfo 5488 5571 -echo "$as_me:5793: checking if ~/.terminfo is wanted" >&5 5489 +echo "$as_me:608 8: checking if ~/.terminfo is wanted" >&55572 +echo "$as_me:6089: checking if ~/.terminfo is wanted" >&5 5490 5573 echo $ECHO_N "checking if ~/.terminfo is wanted... $ECHO_C" >&6 5491 5574 5492 5575 # Check whether --enable-home-terminfo or --disable-home-terminfo was given. 5493 @@ -5800,13 +609 5,13 @@5576 @@ -5800,13 +6096,13 @@ 5494 5577 else 5495 5578 with_home_terminfo=yes 5496 5579 fi; 5497 5580 -echo "$as_me:5803: result: $with_home_terminfo" >&5 5498 +echo "$as_me:609 8: result: $with_home_terminfo" >&55581 +echo "$as_me:6099: result: $with_home_terminfo" >&5 5499 5582 echo "${ECHO_T}$with_home_terminfo" >&6 5500 5583 test "$with_home_terminfo" = "yes" && cat >>confdefs.h <<\EOF … … 5503 5586 5504 5587 -echo "$as_me:5809: checking if you want to use restricted environment when running as root" >&5 5505 +echo "$as_me:610 4: 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 5506 5589 echo $ECHO_N "checking if you want to use restricted environment when running as root... $ECHO_C" >&6 5507 5590 5508 5591 # Check whether --enable-root-environ or --disable-root-environ was given. 5509 @@ -5816,7 +611 1,7 @@5592 @@ -5816,7 +6112,7 @@ 5510 5593 else 5511 5594 with_root_environ=yes 5512 5595 fi; 5513 5596 -echo "$as_me:5819: result: $with_root_environ" >&5 5514 +echo "$as_me:611 4: result: $with_root_environ" >&55597 +echo "$as_me:6115: result: $with_root_environ" >&5 5515 5598 echo "${ECHO_T}$with_root_environ" >&6 5516 5599 test "$with_root_environ" = yes && cat >>confdefs.h <<\EOF 5517 5600 #define USE_ROOT_ENVIRON 1 5518 @@ -5830,13 +612 5,13 @@5601 @@ -5830,13 +6126,13 @@ 5519 5602 unlink 5520 5603 do 5521 5604 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5522 5605 -echo "$as_me:5833: checking for $ac_func" >&5 5523 +echo "$as_me:612 8: checking for $ac_func" >&55606 +echo "$as_me:6129: checking for $ac_func" >&5 5524 5607 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5525 5608 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 5528 5611 cat >conftest.$ac_ext <<_ACEOF 5529 5612 -#line 5839 "configure" 5530 +#line 613 4"configure"5613 +#line 6135 "configure" 5531 5614 #include "confdefs.h" 5532 5615 /* System header to define __stub macros and hopefully few prototypes, 5533 5616 which can conflict with char $ac_func (); below. */ 5534 @@ -5867,16 +616 2,16 @@5617 @@ -5867,16 +6163,16 @@ 5535 5618 } 5536 5619 _ACEOF 5537 5620 rm -f conftest.$ac_objext conftest$ac_exeext 5538 5621 -if { (eval echo "$as_me:5870: \"$ac_link\"") >&5 5539 +if { (eval echo "$as_me:616 5: \"$ac_link\"") >&55622 +if { (eval echo "$as_me:6166: \"$ac_link\"") >&5 5540 5623 (eval $ac_link) 2>&5 5541 5624 ac_status=$? 5542 5625 - echo "$as_me:5873: \$? = $ac_status" >&5 5543 + echo "$as_me:616 8: \$? = $ac_status" >&55626 + echo "$as_me:6169: \$? = $ac_status" >&5 5544 5627 (exit $ac_status); } && 5545 5628 { ac_try='test -s conftest$ac_exeext' 5546 5629 - { (eval echo "$as_me:5876: \"$ac_try\"") >&5 5547 + { (eval echo "$as_me:617 1: \"$ac_try\"") >&55630 + { (eval echo "$as_me:6172: \"$ac_try\"") >&5 5548 5631 (eval $ac_try) 2>&5 5549 5632 ac_status=$? 5550 5633 - echo "$as_me:5879: \$? = $ac_status" >&5 5551 + echo "$as_me:617 4: \$? = $ac_status" >&55634 + echo "$as_me:6175: \$? = $ac_status" >&5 5552 5635 (exit $ac_status); }; }; then 5553 5636 eval "$as_ac_var=yes" 5554 5637 else 5555 @@ -5886,7 +618 1,7 @@5638 @@ -5886,7 +6182,7 @@ 5556 5639 fi 5557 5640 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5558 5641 fi 5559 5642 -echo "$as_me:5889: result: `eval echo '${'$as_ac_var'}'`" >&5 5560 +echo "$as_me:618 4: result: `eval echo '${'$as_ac_var'}'`" >&55643 +echo "$as_me:6185: result: `eval echo '${'$as_ac_var'}'`" >&5 5561 5644 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5562 5645 if test `eval echo '${'$as_ac_var'}'` = yes; then 5563 5646 cat >>confdefs.h <<EOF 5564 @@ -5903,13 +619 8,13 @@5647 @@ -5903,13 +6199,13 @@ 5565 5648 symlink 5566 5649 do 5567 5650 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5568 5651 -echo "$as_me:5906: checking for $ac_func" >&5 5569 +echo "$as_me:620 1: checking for $ac_func" >&55652 +echo "$as_me:6202: checking for $ac_func" >&5 5570 5653 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5571 5654 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 5574 5657 cat >conftest.$ac_ext <<_ACEOF 5575 5658 -#line 5912 "configure" 5576 +#line 620 7"configure"5659 +#line 6208 "configure" 5577 5660 #include "confdefs.h" 5578 5661 /* System header to define __stub macros and hopefully few prototypes, 5579 5662 which can conflict with char $ac_func (); below. */ 5580 @@ -5940,16 +623 5,16 @@5663 @@ -5940,16 +6236,16 @@ 5581 5664 } 5582 5665 _ACEOF 5583 5666 rm -f conftest.$ac_objext conftest$ac_exeext 5584 5667 -if { (eval echo "$as_me:5943: \"$ac_link\"") >&5 5585 +if { (eval echo "$as_me:623 8: \"$ac_link\"") >&55668 +if { (eval echo "$as_me:6239: \"$ac_link\"") >&5 5586 5669 (eval $ac_link) 2>&5 5587 5670 ac_status=$? 5588 5671 - echo "$as_me:5946: \$? = $ac_status" >&5 5589 + echo "$as_me:624 1: \$? = $ac_status" >&55672 + echo "$as_me:6242: \$? = $ac_status" >&5 5590 5673 (exit $ac_status); } && 5591 5674 { ac_try='test -s conftest$ac_exeext' 5592 5675 - { (eval echo "$as_me:5949: \"$ac_try\"") >&5 5593 + { (eval echo "$as_me:624 4: \"$ac_try\"") >&55676 + { (eval echo "$as_me:6245: \"$ac_try\"") >&5 5594 5677 (eval $ac_try) 2>&5 5595 5678 ac_status=$? 5596 5679 - echo "$as_me:5952: \$? = $ac_status" >&5 5597 + echo "$as_me:624 7: \$? = $ac_status" >&55680 + echo "$as_me:6248: \$? = $ac_status" >&5 5598 5681 (exit $ac_status); }; }; then 5599 5682 eval "$as_ac_var=yes" 5600 5683 else 5601 @@ -5959,7 +625 4,7 @@5684 @@ -5959,7 +6255,7 @@ 5602 5685 fi 5603 5686 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5604 5687 fi 5605 5688 -echo "$as_me:5962: result: `eval echo '${'$as_ac_var'}'`" >&5 5606 +echo "$as_me:625 7: result: `eval echo '${'$as_ac_var'}'`" >&55689 +echo "$as_me:6258: result: `eval echo '${'$as_ac_var'}'`" >&5 5607 5690 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5608 5691 if test `eval echo '${'$as_ac_var'}'` = yes; then 5609 5692 cat >>confdefs.h <<EOF 5610 @@ -5970,7 +626 5,7 @@5693 @@ -5970,7 +6266,7 @@ 5611 5694 done 5612 5695 5613 5696 else 5614 5697 - echo "$as_me:5973: checking if link/symlink functions work" >&5 5615 + echo "$as_me:626 8: checking if link/symlink functions work" >&55698 + echo "$as_me:6269: checking if link/symlink functions work" >&5 5616 5699 echo $ECHO_N "checking if link/symlink functions work... $ECHO_C" >&6 5617 5700 if test "${cf_cv_link_funcs+set}" = set; then 5618 5701 echo $ECHO_N "(cached) $ECHO_C" >&6 5619 @@ -5983,7 +627 8,7 @@5702 @@ -5983,7 +6279,7 @@ 5620 5703 eval 'ac_cv_func_'$cf_func'=error' 5621 5704 else 5622 5705 cat >conftest.$ac_ext <<_ACEOF 5623 5706 -#line 5986 "configure" 5624 +#line 628 1"configure"5707 +#line 6282 "configure" 5625 5708 #include "confdefs.h" 5626 5709 5627 5710 #include <sys/types.h> 5628 @@ -6013,15 +630 8,15 @@5711 @@ -6013,15 +6309,15 @@ 5629 5712 5630 5713 _ACEOF 5631 5714 rm -f conftest$ac_exeext 5632 5715 -if { (eval echo "$as_me:6016: \"$ac_link\"") >&5 5633 +if { (eval echo "$as_me:631 1: \"$ac_link\"") >&55716 +if { (eval echo "$as_me:6312: \"$ac_link\"") >&5 5634 5717 (eval $ac_link) 2>&5 5635 5718 ac_status=$? 5636 5719 - echo "$as_me:6019: \$? = $ac_status" >&5 5637 + echo "$as_me:631 4: \$? = $ac_status" >&55720 + echo "$as_me:6315: \$? = $ac_status" >&5 5638 5721 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5639 5722 - { (eval echo "$as_me:6021: \"$ac_try\"") >&5 5640 + { (eval echo "$as_me:631 6: \"$ac_try\"") >&55723 + { (eval echo "$as_me:6317: \"$ac_try\"") >&5 5641 5724 (eval $ac_try) 2>&5 5642 5725 ac_status=$? 5643 5726 - echo "$as_me:6024: \$? = $ac_status" >&5 5644 + echo "$as_me:63 19: \$? = $ac_status" >&55727 + echo "$as_me:6320: \$? = $ac_status" >&5 5645 5728 (exit $ac_status); }; }; then 5646 5729 5647 5730 cf_cv_link_funcs="$cf_cv_link_funcs $cf_func" 5648 @@ -6039,7 +633 4,7 @@5731 @@ -6039,7 +6335,7 @@ 5649 5732 test -z "$cf_cv_link_funcs" && cf_cv_link_funcs=no 5650 5733 5651 5734 fi 5652 5735 -echo "$as_me:6042: result: $cf_cv_link_funcs" >&5 5653 +echo "$as_me:633 7: result: $cf_cv_link_funcs" >&55736 +echo "$as_me:6338: result: $cf_cv_link_funcs" >&5 5654 5737 echo "${ECHO_T}$cf_cv_link_funcs" >&6 5655 5738 test "$ac_cv_func_link" = yes && cat >>confdefs.h <<\EOF 5656 5739 #define HAVE_LINK 1 5657 @@ -6057,7 +635 2,7 @@5740 @@ -6057,7 +6353,7 @@ 5658 5741 # soft links (symbolic links) are useful for some systems where hard links do 5659 5742 # not work, or to make it simpler to copy terminfo trees around. 5660 5743 if test "$ac_cv_func_symlink" = yes ; then 5661 5744 - echo "$as_me:6060: checking if tic should use symbolic links" >&5 5662 + echo "$as_me:635 5: checking if tic should use symbolic links" >&55745 + echo "$as_me:6356: checking if tic should use symbolic links" >&5 5663 5746 echo $ECHO_N "checking if tic should use symbolic links... $ECHO_C" >&6 5664 5747 5665 5748 # Check whether --enable-symlinks or --disable-symlinks was given. 5666 @@ -6067,21 +636 2,21 @@5749 @@ -6067,21 +6363,21 @@ 5667 5750 else 5668 5751 with_symlinks=no 5669 5752 fi; 5670 5753 - echo "$as_me:6070: result: $with_symlinks" >&5 5671 + echo "$as_me:636 5: result: $with_symlinks" >&55754 + echo "$as_me:6366: result: $with_symlinks" >&5 5672 5755 echo "${ECHO_T}$with_symlinks" >&6 5673 5756 fi … … 5677 5760 if test "$with_symlinks" = no ; then 5678 5761 - echo "$as_me:6077: checking if tic should use hard links" >&5 5679 + echo "$as_me:637 2: checking if tic should use hard links" >&55762 + echo "$as_me:6373: checking if tic should use hard links" >&5 5680 5763 echo $ECHO_N "checking if tic should use hard links... $ECHO_C" >&6 5681 5764 if test "$ac_cv_func_link" = yes ; then … … 5685 5768 fi 5686 5769 - echo "$as_me:6084: result: $with_links" >&5 5687 + echo "$as_me:63 79: result: $with_links" >&55770 + echo "$as_me:6380: result: $with_links" >&5 5688 5771 echo "${ECHO_T}$with_links" >&6 5689 5772 fi 5690 5773 5691 @@ -6094,7 +63 89,7 @@5774 @@ -6094,7 +6390,7 @@ 5692 5775 EOF 5693 5776 5694 5777 ### use option --enable-broken-linker to force on use of broken-linker support 5695 5778 -echo "$as_me:6097: checking if you want broken-linker support code" >&5 5696 +echo "$as_me:639 2: checking if you want broken-linker support code" >&55779 +echo "$as_me:6393: checking if you want broken-linker support code" >&5 5697 5780 echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6 5698 5781 5699 5782 # Check whether --enable-broken_linker or --disable-broken_linker was given. 5700 @@ -6104,7 +6 399,7 @@5783 @@ -6104,7 +6400,7 @@ 5701 5784 else 5702 5785 with_broken_linker=${BROKEN_LINKER-no} 5703 5786 fi; 5704 5787 -echo "$as_me:6107: result: $with_broken_linker" >&5 5705 +echo "$as_me:640 2: result: $with_broken_linker" >&55788 +echo "$as_me:6403: result: $with_broken_linker" >&5 5706 5789 echo "${ECHO_T}$with_broken_linker" >&6 5707 5790 5708 5791 BROKEN_LINKER=0 5709 @@ -6124,14 +64 19,14 @@5792 @@ -6124,14 +6420,14 @@ 5710 5793 BROKEN_LINKER=1 5711 5794 test -n "$verbose" && echo " cygwin linker is broken anyway" 1>&6 5712 5795 5713 5796 -echo "${as_me-configure}:6127: testing cygwin linker is broken anyway ..." 1>&5 5714 +echo "${as_me-configure}:642 2: testing cygwin linker is broken anyway ..." 1>&55797 +echo "${as_me-configure}:6423: testing cygwin linker is broken anyway ..." 1>&5 5715 5798 5716 5799 ;; … … 5720 5803 ### use option --enable-bsdpad to have tputs process BSD-style prefix padding 5721 5804 -echo "$as_me:6134: checking if tputs should process BSD-style prefix padding" >&5 5722 +echo "$as_me:64 29: checking if tputs should process BSD-style prefix padding" >&55805 +echo "$as_me:6430: checking if tputs should process BSD-style prefix padding" >&5 5723 5806 echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6 5724 5807 5725 5808 # Check whether --enable-bsdpad or --disable-bsdpad was given. 5726 @@ -6141,7 +643 6,7 @@5809 @@ -6141,7 +6437,7 @@ 5727 5810 else 5728 5811 with_bsdpad=no 5729 5812 fi; 5730 5813 -echo "$as_me:6144: result: $with_bsdpad" >&5 5731 +echo "$as_me:64 39: result: $with_bsdpad" >&55814 +echo "$as_me:6440: result: $with_bsdpad" >&5 5732 5815 echo "${ECHO_T}$with_bsdpad" >&6 5733 5816 test "$with_bsdpad" = yes && cat >>confdefs.h <<\EOF 5734 5817 #define BSD_TPUTS 1 5735 @@ -6158,7 +645 3,7 @@5818 @@ -6158,7 +6454,7 @@ 5736 5819 5737 5820 # Check to define _XOPEN_SOURCE "automatically" 5738 5821 5739 5822 -echo "$as_me:6161: checking if $CC -U and -D options work together" >&5 5740 +echo "$as_me:645 6: checking if $CC -U and -D options work together" >&55823 +echo "$as_me:6457: checking if $CC -U and -D options work together" >&5 5741 5824 echo $ECHO_N "checking if $CC -U and -D options work together... $ECHO_C" >&6 5742 5825 if test "${cf_cv_cc_u_d_options+set}" = set; then 5743 5826 echo $ECHO_N "(cached) $ECHO_C" >&6 5744 @@ -6167,7 +646 2,7 @@5827 @@ -6167,7 +6463,7 @@ 5745 5828 cf_save_CPPFLAGS="$CPPFLAGS" 5746 5829 CPPFLAGS="-UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS" 5747 5830 cat >conftest.$ac_ext <<_ACEOF 5748 5831 -#line 6170 "configure" 5749 +#line 646 5"configure"5832 +#line 6466 "configure" 5750 5833 #include "confdefs.h" 5751 5834 5752 5835 int 5753 @@ -6186,16 +648 1,16 @@5836 @@ -6186,16 +6482,16 @@ 5754 5837 } 5755 5838 _ACEOF 5756 5839 rm -f conftest.$ac_objext 5757 5840 -if { (eval echo "$as_me:6189: \"$ac_compile\"") >&5 5758 +if { (eval echo "$as_me:648 4: \"$ac_compile\"") >&55841 +if { (eval echo "$as_me:6485: \"$ac_compile\"") >&5 5759 5842 (eval $ac_compile) 2>&5 5760 5843 ac_status=$? 5761 5844 - echo "$as_me:6192: \$? = $ac_status" >&5 5762 + echo "$as_me:648 7: \$? = $ac_status" >&55845 + echo "$as_me:6488: \$? = $ac_status" >&5 5763 5846 (exit $ac_status); } && 5764 5847 { ac_try='test -s conftest.$ac_objext' 5765 5848 - { (eval echo "$as_me:6195: \"$ac_try\"") >&5 5766 + { (eval echo "$as_me:649 0: \"$ac_try\"") >&55849 + { (eval echo "$as_me:6491: \"$ac_try\"") >&5 5767 5850 (eval $ac_try) 2>&5 5768 5851 ac_status=$? 5769 5852 - echo "$as_me:6198: \$? = $ac_status" >&5 5770 + echo "$as_me:649 3: \$? = $ac_status" >&55853 + echo "$as_me:6494: \$? = $ac_status" >&5 5771 5854 (exit $ac_status); }; }; then 5772 5855 5773 5856 cf_cv_cc_u_d_options=yes 5774 @@ -6209,14 +650 4,14 @@5857 @@ -6209,14 +6505,14 @@ 5775 5858 CPPFLAGS="$cf_save_CPPFLAGS" 5776 5859 5777 5860 fi 5778 5861 -echo "$as_me:6212: result: $cf_cv_cc_u_d_options" >&5 5779 +echo "$as_me:650 7: result: $cf_cv_cc_u_d_options" >&55862 +echo "$as_me:6508: result: $cf_cv_cc_u_d_options" >&5 5780 5863 echo "${ECHO_T}$cf_cv_cc_u_d_options" >&6 5781 5864 … … 5789 5872 ;; 5790 5873 freebsd*|dragonfly*) #(vi 5791 @@ -6233,16 +652 8,16 @@5874 @@ -6233,16 +6529,16 @@ 5792 5875 irix[56].*) #(vi 5793 5876 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 5797 5880 5798 5881 -echo "$as_me:6238: checking if we must define _GNU_SOURCE" >&5 5799 +echo "$as_me:653 3: checking if we must define _GNU_SOURCE" >&55882 +echo "$as_me:6534: checking if we must define _GNU_SOURCE" >&5 5800 5883 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6 5801 5884 if test "${cf_cv_gnu_source+set}" = set; then … … 5805 5888 cat >conftest.$ac_ext <<_ACEOF 5806 5889 -#line 6245 "configure" 5807 +#line 654 0"configure"5890 +#line 6541 "configure" 5808 5891 #include "confdefs.h" 5809 5892 #include <sys/types.h> 5810 5893 int 5811 @@ -6257,16 +655 2,16 @@5894 @@ -6257,16 +6553,16 @@ 5812 5895 } 5813 5896 _ACEOF 5814 5897 rm -f conftest.$ac_objext 5815 5898 -if { (eval echo "$as_me:6260: \"$ac_compile\"") >&5 5816 +if { (eval echo "$as_me:655 5: \"$ac_compile\"") >&55899 +if { (eval echo "$as_me:6556: \"$ac_compile\"") >&5 5817 5900 (eval $ac_compile) 2>&5 5818 5901 ac_status=$? 5819 5902 - echo "$as_me:6263: \$? = $ac_status" >&5 5820 + echo "$as_me:655 8: \$? = $ac_status" >&55903 + echo "$as_me:6559: \$? = $ac_status" >&5 5821 5904 (exit $ac_status); } && 5822 5905 { ac_try='test -s conftest.$ac_objext' 5823 5906 - { (eval echo "$as_me:6266: \"$ac_try\"") >&5 5824 + { (eval echo "$as_me:656 1: \"$ac_try\"") >&55907 + { (eval echo "$as_me:6562: \"$ac_try\"") >&5 5825 5908 (eval $ac_try) 2>&5 5826 5909 ac_status=$? 5827 5910 - echo "$as_me:6269: \$? = $ac_status" >&5 5828 + echo "$as_me:656 4: \$? = $ac_status" >&55911 + echo "$as_me:6565: \$? = $ac_status" >&5 5829 5912 (exit $ac_status); }; }; then 5830 5913 cf_cv_gnu_source=no 5831 5914 else 5832 @@ -6275,7 +657 0,7 @@5915 @@ -6275,7 +6571,7 @@ 5833 5916 cf_save="$CPPFLAGS" 5834 5917 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 5835 5918 cat >conftest.$ac_ext <<_ACEOF 5836 5919 -#line 6278 "configure" 5837 +#line 657 3"configure"5920 +#line 6574 "configure" 5838 5921 #include "confdefs.h" 5839 5922 #include <sys/types.h> 5840 5923 int 5841 @@ -6290,16 +658 5,16 @@5924 @@ -6290,16 +6586,16 @@ 5842 5925 } 5843 5926 _ACEOF 5844 5927 rm -f conftest.$ac_objext 5845 5928 -if { (eval echo "$as_me:6293: \"$ac_compile\"") >&5 5846 +if { (eval echo "$as_me:658 8: \"$ac_compile\"") >&55929 +if { (eval echo "$as_me:6589: \"$ac_compile\"") >&5 5847 5930 (eval $ac_compile) 2>&5 5848 5931 ac_status=$? 5849 5932 - echo "$as_me:6296: \$? = $ac_status" >&5 5850 + echo "$as_me:659 1: \$? = $ac_status" >&55933 + echo "$as_me:6592: \$? = $ac_status" >&5 5851 5934 (exit $ac_status); } && 5852 5935 { ac_try='test -s conftest.$ac_objext' 5853 5936 - { (eval echo "$as_me:6299: \"$ac_try\"") >&5 5854 + { (eval echo "$as_me:659 4: \"$ac_try\"") >&55937 + { (eval echo "$as_me:6595: \"$ac_try\"") >&5 5855 5938 (eval $ac_try) 2>&5 5856 5939 ac_status=$? 5857 5940 - echo "$as_me:6302: \$? = $ac_status" >&5 5858 + echo "$as_me:659 7: \$? = $ac_status" >&55941 + echo "$as_me:6598: \$? = $ac_status" >&5 5859 5942 (exit $ac_status); }; }; then 5860 5943 cf_cv_gnu_source=no 5861 5944 else 5862 @@ -6314,7 +66 09,7 @@5945 @@ -6314,7 +6610,7 @@ 5863 5946 rm -f conftest.$ac_objext conftest.$ac_ext 5864 5947 5865 5948 fi 5866 5949 -echo "$as_me:6317: result: $cf_cv_gnu_source" >&5 5867 +echo "$as_me:661 2: result: $cf_cv_gnu_source" >&55950 +echo "$as_me:6613: result: $cf_cv_gnu_source" >&5 5868 5951 echo "${ECHO_T}$cf_cv_gnu_source" >&6 5869 5952 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 5870 5953 5871 @@ -6341,14 +663 6,14 @@5954 @@ -6341,14 +6637,14 @@ 5872 5955 CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__" 5873 5956 ;; 5874 5957 *) 5875 5958 - echo "$as_me:6344: checking if we should define _XOPEN_SOURCE" >&5 5876 + echo "$as_me:66 39: checking if we should define _XOPEN_SOURCE" >&55959 + echo "$as_me:6640: checking if we should define _XOPEN_SOURCE" >&5 5877 5960 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 5878 5961 if test "${cf_cv_xopen_source+set}" = set; then … … 5882 5965 cat >conftest.$ac_ext <<_ACEOF 5883 5966 -#line 6351 "configure" 5884 +#line 664 6"configure"5967 +#line 6647 "configure" 5885 5968 #include "confdefs.h" 5886 5969 #include <sys/types.h> 5887 5970 int 5888 @@ -6363,16 +665 8,16 @@5971 @@ -6363,16 +6659,16 @@ 5889 5972 } 5890 5973 _ACEOF 5891 5974 rm -f conftest.$ac_objext 5892 5975 -if { (eval echo "$as_me:6366: \"$ac_compile\"") >&5 5893 +if { (eval echo "$as_me:666 1: \"$ac_compile\"") >&55976 +if { (eval echo "$as_me:6662: \"$ac_compile\"") >&5 5894 5977 (eval $ac_compile) 2>&5 5895 5978 ac_status=$? 5896 5979 - echo "$as_me:6369: \$? = $ac_status" >&5 5897 + echo "$as_me:666 4: \$? = $ac_status" >&55980 + echo "$as_me:6665: \$? = $ac_status" >&5 5898 5981 (exit $ac_status); } && 5899 5982 { ac_try='test -s conftest.$ac_objext' 5900 5983 - { (eval echo "$as_me:6372: \"$ac_try\"") >&5 5901 + { (eval echo "$as_me:666 7: \"$ac_try\"") >&55984 + { (eval echo "$as_me:6668: \"$ac_try\"") >&5 5902 5985 (eval $ac_try) 2>&5 5903 5986 ac_status=$? 5904 5987 - echo "$as_me:6375: \$? = $ac_status" >&5 5905 + echo "$as_me:667 0: \$? = $ac_status" >&55988 + echo "$as_me:6671: \$? = $ac_status" >&5 5906 5989 (exit $ac_status); }; }; then 5907 5990 cf_cv_xopen_source=no 5908 5991 else 5909 @@ -6381,7 +667 6,7 @@5992 @@ -6381,7 +6677,7 @@ 5910 5993 cf_save="$CPPFLAGS" 5911 5994 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" 5912 5995 cat >conftest.$ac_ext <<_ACEOF 5913 5996 -#line 6384 "configure" 5914 +#line 66 79"configure"5997 +#line 6680 "configure" 5915 5998 #include "confdefs.h" 5916 5999 #include <sys/types.h> 5917 6000 int 5918 @@ -6396,16 +669 1,16 @@6001 @@ -6396,16 +6692,16 @@ 5919 6002 } 5920 6003 _ACEOF 5921 6004 rm -f conftest.$ac_objext 5922 6005 -if { (eval echo "$as_me:6399: \"$ac_compile\"") >&5 5923 +if { (eval echo "$as_me:669 4: \"$ac_compile\"") >&56006 +if { (eval echo "$as_me:6695: \"$ac_compile\"") >&5 5924 6007 (eval $ac_compile) 2>&5 5925 6008 ac_status=$? 5926 6009 - echo "$as_me:6402: \$? = $ac_status" >&5 5927 + echo "$as_me:669 7: \$? = $ac_status" >&56010 + echo "$as_me:6698: \$? = $ac_status" >&5 5928 6011 (exit $ac_status); } && 5929 6012 { ac_try='test -s conftest.$ac_objext' 5930 6013 - { (eval echo "$as_me:6405: \"$ac_try\"") >&5 5931 + { (eval echo "$as_me:670 0: \"$ac_try\"") >&56014 + { (eval echo "$as_me:6701: \"$ac_try\"") >&5 5932 6015 (eval $ac_try) 2>&5 5933 6016 ac_status=$? 5934 6017 - echo "$as_me:6408: \$? = $ac_status" >&5 5935 + echo "$as_me:670 3: \$? = $ac_status" >&56018 + echo "$as_me:6704: \$? = $ac_status" >&5 5936 6019 (exit $ac_status); }; }; then 5937 6020 cf_cv_xopen_source=no 5938 6021 else 5939 @@ -6420,7 +671 5,7 @@6022 @@ -6420,7 +6716,7 @@ 5940 6023 rm -f conftest.$ac_objext conftest.$ac_ext 5941 6024 5942 6025 fi 5943 6026 -echo "$as_me:6423: result: $cf_cv_xopen_source" >&5 5944 +echo "$as_me:671 8: result: $cf_cv_xopen_source" >&56027 +echo "$as_me:6719: result: $cf_cv_xopen_source" >&5 5945 6028 echo "${ECHO_T}$cf_cv_xopen_source" >&6 5946 6029 if test "$cf_cv_xopen_source" != no ; then 5947 6030 5948 @@ -6454,16 +67 49,16 @@6031 @@ -6454,16 +6750,16 @@ 5949 6032 sed -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?[ ]/ /g' \ 5950 6033 -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?$//g'` 5951 6034 5952 6035 -echo "$as_me:6457: checking if we should define _POSIX_C_SOURCE" >&5 5953 +echo "$as_me:675 2: checking if we should define _POSIX_C_SOURCE" >&56036 +echo "$as_me:6753: checking if we should define _POSIX_C_SOURCE" >&5 5954 6037 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 5955 6038 if test "${cf_cv_posix_c_source+set}" = set; then … … 5958 6041 5959 6042 -echo "${as_me-configure}:6463: testing if the symbol is already defined go no further ..." 1>&5 5960 +echo "${as_me-configure}:675 8: testing if the symbol is already defined go no further ..." 1>&56043 +echo "${as_me-configure}:6759: testing if the symbol is already defined go no further ..." 1>&5 5961 6044 5962 6045 cat >conftest.$ac_ext <<_ACEOF 5963 6046 -#line 6466 "configure" 5964 +#line 676 1"configure"6047 +#line 6762 "configure" 5965 6048 #include "confdefs.h" 5966 6049 #include <sys/types.h> 5967 6050 int 5968 @@ -6478,16 +677 3,16 @@6051 @@ -6478,16 +6774,16 @@ 5969 6052 } 5970 6053 _ACEOF 5971 6054 rm -f conftest.$ac_objext 5972 6055 -if { (eval echo "$as_me:6481: \"$ac_compile\"") >&5 5973 +if { (eval echo "$as_me:677 6: \"$ac_compile\"") >&56056 +if { (eval echo "$as_me:6777: \"$ac_compile\"") >&5 5974 6057 (eval $ac_compile) 2>&5 5975 6058 ac_status=$? 5976 6059 - echo "$as_me:6484: \$? = $ac_status" >&5 5977 + echo "$as_me:67 79: \$? = $ac_status" >&56060 + echo "$as_me:6780: \$? = $ac_status" >&5 5978 6061 (exit $ac_status); } && 5979 6062 { ac_try='test -s conftest.$ac_objext' 5980 6063 - { (eval echo "$as_me:6487: \"$ac_try\"") >&5 5981 + { (eval echo "$as_me:678 2: \"$ac_try\"") >&56064 + { (eval echo "$as_me:6783: \"$ac_try\"") >&5 5982 6065 (eval $ac_try) 2>&5 5983 6066 ac_status=$? 5984 6067 - echo "$as_me:6490: \$? = $ac_status" >&5 5985 + echo "$as_me:678 5: \$? = $ac_status" >&56068 + echo "$as_me:6786: \$? = $ac_status" >&5 5986 6069 (exit $ac_status); }; }; then 5987 6070 cf_cv_posix_c_source=no 5988 6071 else 5989 @@ -6508,7 +680 3,7 @@6072 @@ -6508,7 +6804,7 @@ 5990 6073 esac 5991 6074 if test "$cf_want_posix_source" = yes ; then 5992 6075 cat >conftest.$ac_ext <<_ACEOF 5993 6076 -#line 6511 "configure" 5994 +#line 680 6"configure"6077 +#line 6807 "configure" 5995 6078 #include "confdefs.h" 5996 6079 #include <sys/types.h> 5997 6080 int 5998 @@ -6523,16 +681 8,16 @@6081 @@ -6523,16 +6819,16 @@ 5999 6082 } 6000 6083 _ACEOF 6001 6084 rm -f conftest.$ac_objext 6002 6085 -if { (eval echo "$as_me:6526: \"$ac_compile\"") >&5 6003 +if { (eval echo "$as_me:682 1: \"$ac_compile\"") >&56086 +if { (eval echo "$as_me:6822: \"$ac_compile\"") >&5 6004 6087 (eval $ac_compile) 2>&5 6005 6088 ac_status=$? 6006 6089 - echo "$as_me:6529: \$? = $ac_status" >&5 6007 + echo "$as_me:682 4: \$? = $ac_status" >&56090 + echo "$as_me:6825: \$? = $ac_status" >&5 6008 6091 (exit $ac_status); } && 6009 6092 { ac_try='test -s conftest.$ac_objext' 6010 6093 - { (eval echo "$as_me:6532: \"$ac_try\"") >&5 6011 + { (eval echo "$as_me:682 7: \"$ac_try\"") >&56094 + { (eval echo "$as_me:6828: \"$ac_try\"") >&5 6012 6095 (eval $ac_try) 2>&5 6013 6096 ac_status=$? 6014 6097 - echo "$as_me:6535: \$? = $ac_status" >&5 6015 + echo "$as_me:683 0: \$? = $ac_status" >&56098 + echo "$as_me:6831: \$? = $ac_status" >&5 6016 6099 (exit $ac_status); }; }; then 6017 6100 : 6018 6101 else 6019 @@ -6543,15 +683 8,15 @@6102 @@ -6543,15 +6839,15 @@ 6020 6103 rm -f conftest.$ac_objext conftest.$ac_ext 6021 6104 fi 6022 6105 6023 6106 -echo "${as_me-configure}:6546: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 6024 +echo "${as_me-configure}:684 1: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&56107 +echo "${as_me-configure}:6842: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 6025 6108 6026 6109 CFLAGS="$cf_trim_CFLAGS" … … 6028 6111 6029 6112 -echo "${as_me-configure}:6551: testing if the second compile does not leave our definition intact error ..." 1>&5 6030 +echo "${as_me-configure}:684 6: testing if the second compile does not leave our definition intact error ..." 1>&56113 +echo "${as_me-configure}:6847: testing if the second compile does not leave our definition intact error ..." 1>&5 6031 6114 6032 6115 cat >conftest.$ac_ext <<_ACEOF 6033 6116 -#line 6554 "configure" 6034 +#line 68 49"configure"6117 +#line 6850 "configure" 6035 6118 #include "confdefs.h" 6036 6119 #include <sys/types.h> 6037 6120 int 6038 @@ -6566,16 +686 1,16 @@6121 @@ -6566,16 +6862,16 @@ 6039 6122 } 6040 6123 _ACEOF 6041 6124 rm -f conftest.$ac_objext 6042 6125 -if { (eval echo "$as_me:6569: \"$ac_compile\"") >&5 6043 +if { (eval echo "$as_me:686 4: \"$ac_compile\"") >&56126 +if { (eval echo "$as_me:6865: \"$ac_compile\"") >&5 6044 6127 (eval $ac_compile) 2>&5 6045 6128 ac_status=$? 6046 6129 - echo "$as_me:6572: \$? = $ac_status" >&5 6047 + echo "$as_me:686 7: \$? = $ac_status" >&56130 + echo "$as_me:6868: \$? = $ac_status" >&5 6048 6131 (exit $ac_status); } && 6049 6132 { ac_try='test -s conftest.$ac_objext' 6050 6133 - { (eval echo "$as_me:6575: \"$ac_try\"") >&5 6051 + { (eval echo "$as_me:687 0: \"$ac_try\"") >&56134 + { (eval echo "$as_me:6871: \"$ac_try\"") >&5 6052 6135 (eval $ac_try) 2>&5 6053 6136 ac_status=$? 6054 6137 - echo "$as_me:6578: \$? = $ac_status" >&5 6055 + echo "$as_me:687 3: \$? = $ac_status" >&56138 + echo "$as_me:6874: \$? = $ac_status" >&5 6056 6139 (exit $ac_status); }; }; then 6057 6140 : 6058 6141 else 6059 @@ -6591,7 +688 6,7 @@6142 @@ -6591,7 +6887,7 @@ 6060 6143 rm -f conftest.$ac_objext conftest.$ac_ext 6061 6144 6062 6145 fi 6063 6146 -echo "$as_me:6594: result: $cf_cv_posix_c_source" >&5 6064 +echo "$as_me:68 89: result: $cf_cv_posix_c_source" >&56147 +echo "$as_me:6890: result: $cf_cv_posix_c_source" >&5 6065 6148 echo "${ECHO_T}$cf_cv_posix_c_source" >&6 6066 6149 6067 6150 if test "$cf_cv_posix_c_source" != no ; then 6068 @@ -6610,14 +690 5,14 @@6151 @@ -6610,14 +6906,14 @@ 6069 6152 6070 6153 # Work around breakage on OS X 6071 6154 6072 6155 -echo "$as_me:6613: checking if SIGWINCH is defined" >&5 6073 +echo "$as_me:690 8: checking if SIGWINCH is defined" >&56156 +echo "$as_me:6909: checking if SIGWINCH is defined" >&5 6074 6157 echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6 6075 6158 if test "${cf_cv_define_sigwinch+set}" = set; then … … 6079 6162 cat >conftest.$ac_ext <<_ACEOF 6080 6163 -#line 6620 "configure" 6081 +#line 691 5"configure"6164 +#line 6916 "configure" 6082 6165 #include "confdefs.h" 6083 6166 6084 6167 #include <sys/types.h> 6085 @@ -6632,23 +692 7,23 @@6168 @@ -6632,23 +6928,23 @@ 6086 6169 } 6087 6170 _ACEOF 6088 6171 rm -f conftest.$ac_objext 6089 6172 -if { (eval echo "$as_me:6635: \"$ac_compile\"") >&5 6090 +if { (eval echo "$as_me:693 0: \"$ac_compile\"") >&56173 +if { (eval echo "$as_me:6931: \"$ac_compile\"") >&5 6091 6174 (eval $ac_compile) 2>&5 6092 6175 ac_status=$? 6093 6176 - echo "$as_me:6638: \$? = $ac_status" >&5 6094 + echo "$as_me:693 3: \$? = $ac_status" >&56177 + echo "$as_me:6934: \$? = $ac_status" >&5 6095 6178 (exit $ac_status); } && 6096 6179 { ac_try='test -s conftest.$ac_objext' 6097 6180 - { (eval echo "$as_me:6641: \"$ac_try\"") >&5 6098 + { (eval echo "$as_me:693 6: \"$ac_try\"") >&56181 + { (eval echo "$as_me:6937: \"$ac_try\"") >&5 6099 6182 (eval $ac_try) 2>&5 6100 6183 ac_status=$? 6101 6184 - echo "$as_me:6644: \$? = $ac_status" >&5 6102 + echo "$as_me:69 39: \$? = $ac_status" >&56185 + echo "$as_me:6940: \$? = $ac_status" >&5 6103 6186 (exit $ac_status); }; }; then 6104 6187 cf_cv_define_sigwinch=yes … … 6108 6191 cat >conftest.$ac_ext <<_ACEOF 6109 6192 -#line 6651 "configure" 6110 +#line 694 6"configure"6193 +#line 6947 "configure" 6111 6194 #include "confdefs.h" 6112 6195 6113 6196 #undef _XOPEN_SOURCE 6114 @@ -6666,16 +696 1,16 @@6197 @@ -6666,16 +6962,16 @@ 6115 6198 } 6116 6199 _ACEOF 6117 6200 rm -f conftest.$ac_objext 6118 6201 -if { (eval echo "$as_me:6669: \"$ac_compile\"") >&5 6119 +if { (eval echo "$as_me:696 4: \"$ac_compile\"") >&56202 +if { (eval echo "$as_me:6965: \"$ac_compile\"") >&5 6120 6203 (eval $ac_compile) 2>&5 6121 6204 ac_status=$? 6122 6205 - echo "$as_me:6672: \$? = $ac_status" >&5 6123 + echo "$as_me:696 7: \$? = $ac_status" >&56206 + echo "$as_me:6968: \$? = $ac_status" >&5 6124 6207 (exit $ac_status); } && 6125 6208 { ac_try='test -s conftest.$ac_objext' 6126 6209 - { (eval echo "$as_me:6675: \"$ac_try\"") >&5 6127 + { (eval echo "$as_me:697 0: \"$ac_try\"") >&56210 + { (eval echo "$as_me:6971: \"$ac_try\"") >&5 6128 6211 (eval $ac_try) 2>&5 6129 6212 ac_status=$? 6130 6213 - echo "$as_me:6678: \$? = $ac_status" >&5 6131 + echo "$as_me:697 3: \$? = $ac_status" >&56214 + echo "$as_me:6974: \$? = $ac_status" >&5 6132 6215 (exit $ac_status); }; }; then 6133 6216 cf_cv_define_sigwinch=maybe 6134 6217 else 6135 @@ -6689,11 +698 4,11 @@6218 @@ -6689,11 +6985,11 @@ 6136 6219 rm -f conftest.$ac_objext conftest.$ac_ext 6137 6220 6138 6221 fi 6139 6222 -echo "$as_me:6692: result: $cf_cv_define_sigwinch" >&5 6140 +echo "$as_me:698 7: result: $cf_cv_define_sigwinch" >&56223 +echo "$as_me:6988: result: $cf_cv_define_sigwinch" >&5 6141 6224 echo "${ECHO_T}$cf_cv_define_sigwinch" >&6 6142 6225 6143 6226 if test "$cf_cv_define_sigwinch" = maybe ; then 6144 6227 -echo "$as_me:6696: checking for actual SIGWINCH definition" >&5 6145 +echo "$as_me:699 1: checking for actual SIGWINCH definition" >&56228 +echo "$as_me:6992: checking for actual SIGWINCH definition" >&5 6146 6229 echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6 6147 6230 if test "${cf_cv_fixup_sigwinch+set}" = set; then 6148 6231 echo $ECHO_N "(cached) $ECHO_C" >&6 6149 @@ -6704,7 + 6999,7 @@6232 @@ -6704,7 +7000,7 @@ 6150 6233 while test $cf_sigwinch != 1 6151 6234 do 6152 6235 cat >conftest.$ac_ext <<_ACEOF 6153 6236 -#line 6707 "configure" 6154 +#line 700 2"configure"6237 +#line 7003 "configure" 6155 6238 #include "confdefs.h" 6156 6239 6157 6240 #undef _XOPEN_SOURCE 6158 @@ -6726,16 +702 1,16 @@6241 @@ -6726,16 +7022,16 @@ 6159 6242 } 6160 6243 _ACEOF 6161 6244 rm -f conftest.$ac_objext 6162 6245 -if { (eval echo "$as_me:6729: \"$ac_compile\"") >&5 6163 +if { (eval echo "$as_me:702 4: \"$ac_compile\"") >&56246 +if { (eval echo "$as_me:7025: \"$ac_compile\"") >&5 6164 6247 (eval $ac_compile) 2>&5 6165 6248 ac_status=$? 6166 6249 - echo "$as_me:6732: \$? = $ac_status" >&5 6167 + echo "$as_me:702 7: \$? = $ac_status" >&56250 + echo "$as_me:7028: \$? = $ac_status" >&5 6168 6251 (exit $ac_status); } && 6169 6252 { ac_try='test -s conftest.$ac_objext' 6170 6253 - { (eval echo "$as_me:6735: \"$ac_try\"") >&5 6171 + { (eval echo "$as_me:703 0: \"$ac_try\"") >&56254 + { (eval echo "$as_me:7031: \"$ac_try\"") >&5 6172 6255 (eval $ac_try) 2>&5 6173 6256 ac_status=$? 6174 6257 - echo "$as_me:6738: \$? = $ac_status" >&5 6175 + echo "$as_me:703 3: \$? = $ac_status" >&56258 + echo "$as_me:7034: \$? = $ac_status" >&5 6176 6259 (exit $ac_status); }; }; then 6177 6260 cf_cv_fixup_sigwinch=$cf_sigwinch 6178 6261 break 6179 @@ -6749,7 +704 4,7 @@6262 @@ -6749,7 +7045,7 @@ 6180 6263 done 6181 6264 6182 6265 fi 6183 6266 -echo "$as_me:6752: result: $cf_cv_fixup_sigwinch" >&5 6184 +echo "$as_me:704 7: result: $cf_cv_fixup_sigwinch" >&56267 +echo "$as_me:7048: result: $cf_cv_fixup_sigwinch" >&5 6185 6268 echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6 6186 6269 6187 6270 if test "$cf_cv_fixup_sigwinch" != unknown ; then 6188 @@ -6759,13 +705 4,13 @@6271 @@ -6759,13 +7055,13 @@ 6189 6272 6190 6273 # Checks for CODESET support. 6191 6274 6192 6275 - echo "$as_me:6762: checking for nl_langinfo and CODESET" >&5 6193 + echo "$as_me:705 7: checking for nl_langinfo and CODESET" >&56276 + echo "$as_me:7058: checking for nl_langinfo and CODESET" >&5 6194 6277 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 6195 6278 if test "${am_cv_langinfo_codeset+set}" = set; then … … 6198 6281 cat >conftest.$ac_ext <<_ACEOF 6199 6282 -#line 6768 "configure" 6200 +#line 706 3"configure"6283 +#line 7064 "configure" 6201 6284 #include "confdefs.h" 6202 6285 #include <langinfo.h> 6203 6286 int 6204 @@ -6777,16 +707 2,16 @@6287 @@ -6777,16 +7073,16 @@ 6205 6288 } 6206 6289 _ACEOF 6207 6290 rm -f conftest.$ac_objext conftest$ac_exeext 6208 6291 -if { (eval echo "$as_me:6780: \"$ac_link\"") >&5 6209 +if { (eval echo "$as_me:707 5: \"$ac_link\"") >&56292 +if { (eval echo "$as_me:7076: \"$ac_link\"") >&5 6210 6293 (eval $ac_link) 2>&5 6211 6294 ac_status=$? 6212 6295 - echo "$as_me:6783: \$? = $ac_status" >&5 6213 + echo "$as_me:707 8: \$? = $ac_status" >&56296 + echo "$as_me:7079: \$? = $ac_status" >&5 6214 6297 (exit $ac_status); } && 6215 6298 { ac_try='test -s conftest$ac_exeext' 6216 6299 - { (eval echo "$as_me:6786: \"$ac_try\"") >&5 6217 + { (eval echo "$as_me:708 1: \"$ac_try\"") >&56300 + { (eval echo "$as_me:7082: \"$ac_try\"") >&5 6218 6301 (eval $ac_try) 2>&5 6219 6302 ac_status=$? 6220 6303 - echo "$as_me:6789: \$? = $ac_status" >&5 6221 + echo "$as_me:708 4: \$? = $ac_status" >&56304 + echo "$as_me:7085: \$? = $ac_status" >&5 6222 6305 (exit $ac_status); }; }; then 6223 6306 am_cv_langinfo_codeset=yes 6224 6307 else 6225 @@ -6797,7 +709 2,7 @@6308 @@ -6797,7 +7093,7 @@ 6226 6309 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6227 6310 6228 6311 fi 6229 6312 -echo "$as_me:6800: result: $am_cv_langinfo_codeset" >&5 6230 +echo "$as_me:709 5: result: $am_cv_langinfo_codeset" >&56313 +echo "$as_me:7096: result: $am_cv_langinfo_codeset" >&5 6231 6314 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 6232 6315 if test $am_cv_langinfo_codeset = yes; then 6233 6316 6234 @@ -6811,7 +710 6,7 @@6317 @@ -6811,7 +7107,7 @@ 6235 6318 NCURSES_OK_WCHAR_T= 6236 6319 NCURSES_OK_WINT_T= 6237 6320 6238 6321 -echo "$as_me:6814: checking if you want wide-character code" >&5 6239 +echo "$as_me:71 09: checking if you want wide-character code" >&56322 +echo "$as_me:7110: checking if you want wide-character code" >&5 6240 6323 echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6 6241 6324 6242 6325 # Check whether --enable-widec or --disable-widec was given. 6243 @@ -6821,7 +711 6,7 @@6326 @@ -6821,7 +7117,7 @@ 6244 6327 else 6245 6328 with_widec=no 6246 6329 fi; 6247 6330 -echo "$as_me:6824: result: $with_widec" >&5 6248 +echo "$as_me:71 19: result: $with_widec" >&56331 +echo "$as_me:7120: result: $with_widec" >&5 6249 6332 echo "${ECHO_T}$with_widec" >&6 6250 6333 if test "$with_widec" = yes ; then 6251 6334 LIB_SUFFIX="w${LIB_SUFFIX}" 6252 @@ -6829,10 +712 4,10 @@6335 @@ -6829,10 +7125,10 @@ 6253 6336 #define USE_WIDEC_SUPPORT 1 6254 6337 EOF 6255 6338 6256 6339 -echo "$as_me:6832: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 6257 +echo "$as_me:712 7: checking if we must define _XOPEN_SOURCE_EXTENDED" >&56340 +echo "$as_me:7128: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 6258 6341 echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6 6259 6342 cat >conftest.$ac_ext <<_ACEOF 6260 6343 -#line 6835 "configure" 6261 +#line 713 0"configure"6344 +#line 7131 "configure" 6262 6345 #include "confdefs.h" 6263 6346 #include <sys/types.h> 6264 6347 6265 @@ -6848,16 +714 3,16 @@6348 @@ -6848,16 +7144,16 @@ 6266 6349 } 6267 6350 _ACEOF 6268 6351 rm -f conftest.$ac_objext 6269 6352 -if { (eval echo "$as_me:6851: \"$ac_compile\"") >&5 6270 +if { (eval echo "$as_me:714 6: \"$ac_compile\"") >&56353 +if { (eval echo "$as_me:7147: \"$ac_compile\"") >&5 6271 6354 (eval $ac_compile) 2>&5 6272 6355 ac_status=$? 6273 6356 - echo "$as_me:6854: \$? = $ac_status" >&5 6274 + echo "$as_me:71 49: \$? = $ac_status" >&56357 + echo "$as_me:7150: \$? = $ac_status" >&5 6275 6358 (exit $ac_status); } && 6276 6359 { ac_try='test -s conftest.$ac_objext' 6277 6360 - { (eval echo "$as_me:6857: \"$ac_try\"") >&5 6278 + { (eval echo "$as_me:715 2: \"$ac_try\"") >&56361 + { (eval echo "$as_me:7153: \"$ac_try\"") >&5 6279 6362 (eval $ac_try) 2>&5 6280 6363 ac_status=$? 6281 6364 - echo "$as_me:6860: \$? = $ac_status" >&5 6282 + echo "$as_me:715 5: \$? = $ac_status" >&56365 + echo "$as_me:7156: \$? = $ac_status" >&5 6283 6366 (exit $ac_status); }; }; then 6284 6367 cf_result=no 6285 6368 else 6286 @@ -6866,16 +716 1,16 @@6369 @@ -6866,16 +7162,16 @@ 6287 6370 cf_result=yes 6288 6371 fi 6289 6372 rm -f conftest.$ac_objext conftest.$ac_ext 6290 6373 -echo "$as_me:6869: result: $cf_result" >&5 6291 +echo "$as_me:716 4: result: $cf_result" >&56374 +echo "$as_me:7165: result: $cf_result" >&5 6292 6375 echo "${ECHO_T}$cf_result" >&6 6293 6376 … … 6296 6379 elif test "x" != "x" ; then 6297 6380 - echo "$as_me:6875: checking checking for compatible value versus " >&5 6298 + echo "$as_me:717 0: checking checking for compatible value versus " >&56381 + echo "$as_me:7171: checking checking for compatible value versus " >&5 6299 6382 echo $ECHO_N "checking checking for compatible value versus ... $ECHO_C" >&6 6300 6383 cat >conftest.$ac_ext <<_ACEOF 6301 6384 -#line 6878 "configure" 6302 +#line 717 3"configure"6385 +#line 7174 "configure" 6303 6386 #include "confdefs.h" 6304 6387 #include <sys/types.h> 6305 6388 6306 @@ -6891,16 +718 6,16 @@6389 @@ -6891,16 +7187,16 @@ 6307 6390 } 6308 6391 _ACEOF 6309 6392 rm -f conftest.$ac_objext 6310 6393 -if { (eval echo "$as_me:6894: \"$ac_compile\"") >&5 6311 +if { (eval echo "$as_me:71 89: \"$ac_compile\"") >&56394 +if { (eval echo "$as_me:7190: \"$ac_compile\"") >&5 6312 6395 (eval $ac_compile) 2>&5 6313 6396 ac_status=$? 6314 6397 - echo "$as_me:6897: \$? = $ac_status" >&5 6315 + echo "$as_me:719 2: \$? = $ac_status" >&56398 + echo "$as_me:7193: \$? = $ac_status" >&5 6316 6399 (exit $ac_status); } && 6317 6400 { ac_try='test -s conftest.$ac_objext' 6318 6401 - { (eval echo "$as_me:6900: \"$ac_try\"") >&5 6319 + { (eval echo "$as_me:719 5: \"$ac_try\"") >&56402 + { (eval echo "$as_me:7196: \"$ac_try\"") >&5 6320 6403 (eval $ac_try) 2>&5 6321 6404 ac_status=$? 6322 6405 - echo "$as_me:6903: \$? = $ac_status" >&5 6323 + echo "$as_me:719 8: \$? = $ac_status" >&56406 + echo "$as_me:7199: \$? = $ac_status" >&5 6324 6407 (exit $ac_status); }; }; then 6325 6408 cf_result=yes 6326 6409 else 6327 @@ -6909,7 +720 4,7 @@6410 @@ -6909,7 +7205,7 @@ 6328 6411 cf_result=no 6329 6412 fi 6330 6413 rm -f conftest.$ac_objext conftest.$ac_ext 6331 6414 - echo "$as_me:6912: result: $cf_result" >&5 6332 + echo "$as_me:720 7: result: $cf_result" >&56415 + echo "$as_me:7208: result: $cf_result" >&5 6333 6416 echo "${ECHO_T}$cf_result" >&6 6334 6417 if test "$cf_result" = no ; then 6335 6418 # perhaps we can override it - try... 6336 @@ -6923,13 +721 8,13 @@6419 @@ -6923,13 +7219,13 @@ 6337 6420 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs 6338 6421 do 6339 6422 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6340 6423 -echo "$as_me:6926: checking for $ac_func" >&5 6341 +echo "$as_me:722 1: checking for $ac_func" >&56424 +echo "$as_me:7222: checking for $ac_func" >&5 6342 6425 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6343 6426 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 6346 6429 cat >conftest.$ac_ext <<_ACEOF 6347 6430 -#line 6932 "configure" 6348 +#line 722 7"configure"6431 +#line 7228 "configure" 6349 6432 #include "confdefs.h" 6350 6433 /* System header to define __stub macros and hopefully few prototypes, 6351 6434 which can conflict with char $ac_func (); below. */ 6352 @@ -6960,16 +725 5,16 @@6435 @@ -6960,16 +7256,16 @@ 6353 6436 } 6354 6437 _ACEOF 6355 6438 rm -f conftest.$ac_objext conftest$ac_exeext 6356 6439 -if { (eval echo "$as_me:6963: \"$ac_link\"") >&5 6357 +if { (eval echo "$as_me:725 8: \"$ac_link\"") >&56440 +if { (eval echo "$as_me:7259: \"$ac_link\"") >&5 6358 6441 (eval $ac_link) 2>&5 6359 6442 ac_status=$? 6360 6443 - echo "$as_me:6966: \$? = $ac_status" >&5 6361 + echo "$as_me:726 1: \$? = $ac_status" >&56444 + echo "$as_me:7262: \$? = $ac_status" >&5 6362 6445 (exit $ac_status); } && 6363 6446 { ac_try='test -s conftest$ac_exeext' 6364 6447 - { (eval echo "$as_me:6969: \"$ac_try\"") >&5 6365 + { (eval echo "$as_me:726 4: \"$ac_try\"") >&56448 + { (eval echo "$as_me:7265: \"$ac_try\"") >&5 6366 6449 (eval $ac_try) 2>&5 6367 6450 ac_status=$? 6368 6451 - echo "$as_me:6972: \$? = $ac_status" >&5 6369 + echo "$as_me:726 7: \$? = $ac_status" >&56452 + echo "$as_me:7268: \$? = $ac_status" >&5 6370 6453 (exit $ac_status); }; }; then 6371 6454 eval "$as_ac_var=yes" 6372 6455 else 6373 @@ -6979,7 +727 4,7 @@6456 @@ -6979,7 +7275,7 @@ 6374 6457 fi 6375 6458 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6376 6459 fi 6377 6460 -echo "$as_me:6982: result: `eval echo '${'$as_ac_var'}'`" >&5 6378 +echo "$as_me:727 7: result: `eval echo '${'$as_ac_var'}'`" >&56461 +echo "$as_me:7278: result: `eval echo '${'$as_ac_var'}'`" >&5 6379 6462 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6380 6463 if test `eval echo '${'$as_ac_var'}'` = yes; then 6381 6464 cat >>confdefs.h <<EOF 6382 @@ -6991,7 +728 6,7 @@6465 @@ -6991,7 +7287,7 @@ 6383 6466 6384 6467 if test "$ac_cv_func_putwc" != yes ; then 6385 6468 6386 6469 -echo "$as_me:6994: checking for multibyte character support" >&5 6387 +echo "$as_me:72 89: checking for multibyte character support" >&56470 +echo "$as_me:7290: checking for multibyte character support" >&5 6388 6471 echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6 6389 6472 if test "${cf_cv_utf8_lib+set}" = set; then 6390 6473 echo $ECHO_N "(cached) $ECHO_C" >&6 6391 @@ -6999,7 +729 4,7 @@6474 @@ -6999,7 +7295,7 @@ 6392 6475 6393 6476 cf_save_LIBS="$LIBS" 6394 6477 cat >conftest.$ac_ext <<_ACEOF 6395 6478 -#line 7002 "configure" 6396 +#line 729 7"configure"6479 +#line 7298 "configure" 6397 6480 #include "confdefs.h" 6398 6481 6399 6482 #include <stdlib.h> 6400 @@ -7012,16 +730 7,16 @@6483 @@ -7012,16 +7308,16 @@ 6401 6484 } 6402 6485 _ACEOF 6403 6486 rm -f conftest.$ac_objext conftest$ac_exeext 6404 6487 -if { (eval echo "$as_me:7015: \"$ac_link\"") >&5 6405 +if { (eval echo "$as_me:731 0: \"$ac_link\"") >&56488 +if { (eval echo "$as_me:7311: \"$ac_link\"") >&5 6406 6489 (eval $ac_link) 2>&5 6407 6490 ac_status=$? 6408 6491 - echo "$as_me:7018: \$? = $ac_status" >&5 6409 + echo "$as_me:731 3: \$? = $ac_status" >&56492 + echo "$as_me:7314: \$? = $ac_status" >&5 6410 6493 (exit $ac_status); } && 6411 6494 { ac_try='test -s conftest$ac_exeext' 6412 6495 - { (eval echo "$as_me:7021: \"$ac_try\"") >&5 6413 + { (eval echo "$as_me:731 6: \"$ac_try\"") >&56496 + { (eval echo "$as_me:7317: \"$ac_try\"") >&5 6414 6497 (eval $ac_try) 2>&5 6415 6498 ac_status=$? 6416 6499 - echo "$as_me:7024: \$? = $ac_status" >&5 6417 + echo "$as_me:73 19: \$? = $ac_status" >&56500 + echo "$as_me:7320: \$? = $ac_status" >&5 6418 6501 (exit $ac_status); }; }; then 6419 6502 cf_cv_utf8_lib=yes 6420 6503 else 6421 @@ -7033,10 +732 8,10 @@6504 @@ -7033,10 +7329,10 @@ 6422 6505 cf_cv_header_path_utf8= 6423 6506 cf_cv_library_path_utf8= 6424 6507 6425 6508 -echo "${as_me-configure}:7036: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 6426 +echo "${as_me-configure}:733 1: testing Starting FIND_LINKAGE(utf8,) ..." 1>&56509 +echo "${as_me-configure}:7332: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 6427 6510 6428 6511 cat >conftest.$ac_ext <<_ACEOF 6429 6512 -#line 7039 "configure" 6430 +#line 733 4"configure"6513 +#line 7335 "configure" 6431 6514 #include "confdefs.h" 6432 6515 6433 6516 #include <libutf8.h> 6434 @@ -7049,16 +734 4,16 @@6517 @@ -7049,16 +7345,16 @@ 6435 6518 } 6436 6519 _ACEOF 6437 6520 rm -f conftest.$ac_objext conftest$ac_exeext 6438 6521 -if { (eval echo "$as_me:7052: \"$ac_link\"") >&5 6439 +if { (eval echo "$as_me:734 7: \"$ac_link\"") >&56522 +if { (eval echo "$as_me:7348: \"$ac_link\"") >&5 6440 6523 (eval $ac_link) 2>&5 6441 6524 ac_status=$? 6442 6525 - echo "$as_me:7055: \$? = $ac_status" >&5 6443 + echo "$as_me:735 0: \$? = $ac_status" >&56526 + echo "$as_me:7351: \$? = $ac_status" >&5 6444 6527 (exit $ac_status); } && 6445 6528 { ac_try='test -s conftest$ac_exeext' 6446 6529 - { (eval echo "$as_me:7058: \"$ac_try\"") >&5 6447 + { (eval echo "$as_me:735 3: \"$ac_try\"") >&56530 + { (eval echo "$as_me:7354: \"$ac_try\"") >&5 6448 6531 (eval $ac_try) 2>&5 6449 6532 ac_status=$? 6450 6533 - echo "$as_me:7061: \$? = $ac_status" >&5 6451 + echo "$as_me:735 6: \$? = $ac_status" >&56534 + echo "$as_me:7357: \$? = $ac_status" >&5 6452 6535 (exit $ac_status); }; }; then 6453 6536 cf_cv_find_linkage_utf8=yes 6454 6537 else 6455 @@ -7067,12 +736 2,41 @@6538 @@ -7067,12 +7363,41 @@ 6456 6539 6457 6540 cf_cv_find_linkage_utf8=no … … 6460 6543 + test -n "$verbose" && echo " find linkage for utf8 library" 1>&6 6461 6544 + 6462 +echo "${as_me-configure}:736 7: testing find linkage for utf8 library ..." 1>&56463 + 6464 +echo "${as_me-configure}:73 69: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&56545 +echo "${as_me-configure}:7368: testing find linkage for utf8 library ..." 1>&5 6546 + 6547 +echo "${as_me-configure}:7370: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 6465 6548 6466 6549 cf_save_CPPFLAGS="$CPPFLAGS" … … 6497 6580 test "/usr" != "$prefix" && \ 6498 6581 test -d "/usr" && \ 6499 @@ -7143,16 +746 7,18 @@6582 @@ -7143,16 +7468,18 @@ 6500 6583 test -d $oldincludedir/utf8 && cf_search="$cf_search $oldincludedir/utf8" 6501 6584 } … … 6509 6592 6510 6593 -echo "${as_me-configure}:7151: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 6511 +echo "${as_me-configure}:747 7: testing ... testing $cf_cv_header_path_utf8 ..." 1>&56594 +echo "${as_me-configure}:7478: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 6512 6595 6513 6596 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_utf8" 6514 6597 cat >conftest.$ac_ext <<_ACEOF 6515 6598 -#line 7155 "configure" 6516 +#line 748 1"configure"6599 +#line 7482 "configure" 6517 6600 #include "confdefs.h" 6518 6601 6519 6602 #include <libutf8.h> 6520 @@ -7165,21 +749 1,21 @@6603 @@ -7165,21 +7492,21 @@ 6521 6604 } 6522 6605 _ACEOF 6523 6606 rm -f conftest.$ac_objext 6524 6607 -if { (eval echo "$as_me:7168: \"$ac_compile\"") >&5 6525 +if { (eval echo "$as_me:749 4: \"$ac_compile\"") >&56608 +if { (eval echo "$as_me:7495: \"$ac_compile\"") >&5 6526 6609 (eval $ac_compile) 2>&5 6527 6610 ac_status=$? 6528 6611 - echo "$as_me:7171: \$? = $ac_status" >&5 6529 + echo "$as_me:749 7: \$? = $ac_status" >&56612 + echo "$as_me:7498: \$? = $ac_status" >&5 6530 6613 (exit $ac_status); } && 6531 6614 { ac_try='test -s conftest.$ac_objext' 6532 6615 - { (eval echo "$as_me:7174: \"$ac_try\"") >&5 6533 + { (eval echo "$as_me:750 0: \"$ac_try\"") >&56616 + { (eval echo "$as_me:7501: \"$ac_try\"") >&5 6534 6617 (eval $ac_try) 2>&5 6535 6618 ac_status=$? 6536 6619 - echo "$as_me:7177: \$? = $ac_status" >&5 6537 + echo "$as_me:750 3: \$? = $ac_status" >&56620 + echo "$as_me:7504: \$? = $ac_status" >&5 6538 6621 (exit $ac_status); }; }; then 6539 6622 … … 6541 6624 6542 6625 -echo "${as_me-configure}:7182: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 6543 +echo "${as_me-configure}:750 8: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&56626 +echo "${as_me-configure}:7509: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 6544 6627 6545 6628 cf_cv_find_linkage_utf8=maybe 6546 6629 cf_test_CPPFLAGS="$CPPFLAGS" 6547 @@ -7197,13 +752 3,39 @@6630 @@ -7197,13 +7524,39 @@ 6548 6631 6549 6632 if test "$cf_cv_find_linkage_utf8" = maybe ; then 6550 6633 6551 6634 -echo "${as_me-configure}:7200: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 6552 +echo "${as_me-configure}:752 6: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&56635 +echo "${as_me-configure}:7527: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 6553 6636 6554 6637 cf_save_LIBS="$LIBS" … … 6587 6670 test "/usr" != "$prefix" && \ 6588 6671 test -d "/usr" && \ 6589 @@ -7260,18 +761 2,20 @@6672 @@ -7260,18 +7613,20 @@ 6590 6673 test -d $HOME/utf8/lib/utf8 && cf_search="$cf_search $HOME/utf8/lib/utf8" 6591 6674 } … … 6599 6682 6600 6683 -echo "${as_me-configure}:7268: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 6601 +echo "${as_me-configure}:762 2: testing ... testing $cf_cv_library_path_utf8 ..." 1>&56684 +echo "${as_me-configure}:7623: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 6602 6685 6603 6686 CPPFLAGS="$cf_test_CPPFLAGS" … … 6606 6689 cat >conftest.$ac_ext <<_ACEOF 6607 6690 -#line 7274 "configure" 6608 +#line 762 8"configure"6691 +#line 7629 "configure" 6609 6692 #include "confdefs.h" 6610 6693 6611 6694 #include <libutf8.h> 6612 @@ -7284,21 +763 8,21 @@6695 @@ -7284,21 +7639,21 @@ 6613 6696 } 6614 6697 _ACEOF 6615 6698 rm -f conftest.$ac_objext conftest$ac_exeext 6616 6699 -if { (eval echo "$as_me:7287: \"$ac_link\"") >&5 6617 +if { (eval echo "$as_me:764 1: \"$ac_link\"") >&56700 +if { (eval echo "$as_me:7642: \"$ac_link\"") >&5 6618 6701 (eval $ac_link) 2>&5 6619 6702 ac_status=$? 6620 6703 - echo "$as_me:7290: \$? = $ac_status" >&5 6621 + echo "$as_me:764 4: \$? = $ac_status" >&56704 + echo "$as_me:7645: \$? = $ac_status" >&5 6622 6705 (exit $ac_status); } && 6623 6706 { ac_try='test -s conftest$ac_exeext' 6624 6707 - { (eval echo "$as_me:7293: \"$ac_try\"") >&5 6625 + { (eval echo "$as_me:764 7: \"$ac_try\"") >&56708 + { (eval echo "$as_me:7648: \"$ac_try\"") >&5 6626 6709 (eval $ac_try) 2>&5 6627 6710 ac_status=$? 6628 6711 - echo "$as_me:7296: \$? = $ac_status" >&5 6629 + echo "$as_me:765 0: \$? = $ac_status" >&56712 + echo "$as_me:7651: \$? = $ac_status" >&5 6630 6713 (exit $ac_status); }; }; then 6631 6714 … … 6633 6716 6634 6717 -echo "${as_me-configure}:7301: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 6635 +echo "${as_me-configure}:765 5: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&56718 +echo "${as_me-configure}:7656: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 6636 6719 6637 6720 cf_cv_find_linkage_utf8=yes 6638 6721 cf_cv_library_file_utf8="-lutf8" 6639 @@ -7336,7 +769 0,7 @@6722 @@ -7336,7 +7691,7 @@ 6640 6723 fi 6641 6724 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6642 6725 fi 6643 6726 -echo "$as_me:7339: result: $cf_cv_utf8_lib" >&5 6644 +echo "$as_me:769 3: result: $cf_cv_utf8_lib" >&56727 +echo "$as_me:7694: result: $cf_cv_utf8_lib" >&5 6645 6728 echo "${ECHO_T}$cf_cv_utf8_lib" >&6 6646 6729 6647 6730 # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between 6648 @@ -7364,13 +771 8,13 @@6731 @@ -7364,13 +7719,13 @@ 6649 6732 fi 6650 6733 … … 6658 6741 cat >conftest.$ac_ext <<_ACEOF 6659 6742 -#line 7373 "configure" 6660 +#line 772 7"configure"6743 +#line 7728 "configure" 6661 6744 #include "confdefs.h" 6662 6745 #include <stdio.h> 6663 6746 int 6664 @@ -7382,16 +773 6,16 @@6747 @@ -7382,16 +7737,16 @@ 6665 6748 } 6666 6749 _ACEOF 6667 6750 rm -f conftest.$ac_objext 6668 6751 -if { (eval echo "$as_me:7385: \"$ac_compile\"") >&5 6669 +if { (eval echo "$as_me:77 39: \"$ac_compile\"") >&56752 +if { (eval echo "$as_me:7740: \"$ac_compile\"") >&5 6670 6753 (eval $ac_compile) 2>&5 6671 6754 ac_status=$? 6672 6755 - echo "$as_me:7388: \$? = $ac_status" >&5 6673 + echo "$as_me:774 2: \$? = $ac_status" >&56756 + echo "$as_me:7743: \$? = $ac_status" >&5 6674 6757 (exit $ac_status); } && 6675 6758 { ac_try='test -s conftest.$ac_objext' 6676 6759 - { (eval echo "$as_me:7391: \"$ac_try\"") >&5 6677 + { (eval echo "$as_me:774 5: \"$ac_try\"") >&56760 + { (eval echo "$as_me:7746: \"$ac_try\"") >&5 6678 6761 (eval $ac_try) 2>&5 6679 6762 ac_status=$? 6680 6763 - echo "$as_me:7394: \$? = $ac_status" >&5 6681 + echo "$as_me:774 8: \$? = $ac_status" >&56764 + echo "$as_me:7749: \$? = $ac_status" >&5 6682 6765 (exit $ac_status); }; }; then 6683 6766 : 6684 6767 else 6685 @@ -7408,13 +776 2,13 @@6768 @@ -7408,13 +7763,13 @@ 6686 6769 if test "$cf_have_incdir" = no ; then 6687 6770 test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 6688 6771 6689 6772 -echo "${as_me-configure}:7411: testing adding $cf_add_incdir to include-path ..." 1>&5 6690 +echo "${as_me-configure}:776 5: testing adding $cf_add_incdir to include-path ..." 1>&56773 +echo "${as_me-configure}:7766: testing adding $cf_add_incdir to include-path ..." 1>&5 6691 6774 6692 6775 - CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" … … 6702 6785 break 6703 6786 fi 6704 @@ -7442,7 +779 6,7 @@6787 @@ -7442,7 +7797,7 @@ 6705 6788 if test "$cf_have_libdir" = no ; then 6706 6789 test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 6707 6790 6708 6791 -echo "${as_me-configure}:7445: testing adding $cf_add_libdir to library-path ..." 1>&5 6709 +echo "${as_me-configure}:7 799: testing adding $cf_add_libdir to library-path ..." 1>&56792 +echo "${as_me-configure}:7800: testing adding $cf_add_libdir to library-path ..." 1>&5 6710 6793 6711 6794 LDFLAGS="-L$cf_add_libdir $LDFLAGS" 6712 6795 fi 6713 @@ -7459,14 +781 3,14 @@6796 @@ -7459,14 +7814,14 @@ 6714 6797 fi 6715 6798 6716 6799 # This is needed on Tru64 5.0 to declare mbstate_t 6717 6800 -echo "$as_me:7462: checking if we must include wchar.h to declare mbstate_t" >&5 6718 +echo "$as_me:781 6: checking if we must include wchar.h to declare mbstate_t" >&56801 +echo "$as_me:7817: checking if we must include wchar.h to declare mbstate_t" >&5 6719 6802 echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6 6720 6803 if test "${cf_cv_mbstate_t+set}" = set; then … … 6724 6807 cat >conftest.$ac_ext <<_ACEOF 6725 6808 -#line 7469 "configure" 6726 +#line 782 3"configure"6809 +#line 7824 "configure" 6727 6810 #include "confdefs.h" 6728 6811 6729 6812 #include <stdlib.h> 6730 @@ -7484,23 +783 8,23 @@6813 @@ -7484,23 +7839,23 @@ 6731 6814 } 6732 6815 _ACEOF 6733 6816 rm -f conftest.$ac_objext 6734 6817 -if { (eval echo "$as_me:7487: \"$ac_compile\"") >&5 6735 +if { (eval echo "$as_me:784 1: \"$ac_compile\"") >&56818 +if { (eval echo "$as_me:7842: \"$ac_compile\"") >&5 6736 6819 (eval $ac_compile) 2>&5 6737 6820 ac_status=$? 6738 6821 - echo "$as_me:7490: \$? = $ac_status" >&5 6739 + echo "$as_me:784 4: \$? = $ac_status" >&56822 + echo "$as_me:7845: \$? = $ac_status" >&5 6740 6823 (exit $ac_status); } && 6741 6824 { ac_try='test -s conftest.$ac_objext' 6742 6825 - { (eval echo "$as_me:7493: \"$ac_try\"") >&5 6743 + { (eval echo "$as_me:784 7: \"$ac_try\"") >&56826 + { (eval echo "$as_me:7848: \"$ac_try\"") >&5 6744 6827 (eval $ac_try) 2>&5 6745 6828 ac_status=$? 6746 6829 - echo "$as_me:7496: \$? = $ac_status" >&5 6747 + echo "$as_me:785 0: \$? = $ac_status" >&56830 + echo "$as_me:7851: \$? = $ac_status" >&5 6748 6831 (exit $ac_status); }; }; then 6749 6832 cf_cv_mbstate_t=no … … 6753 6836 cat >conftest.$ac_ext <<_ACEOF 6754 6837 -#line 7503 "configure" 6755 +#line 785 7"configure"6838 +#line 7858 "configure" 6756 6839 #include "confdefs.h" 6757 6840 6758 6841 #include <stdlib.h> 6759 @@ -7519,16 +787 3,16 @@6842 @@ -7519,16 +7874,16 @@ 6760 6843 } 6761 6844 _ACEOF 6762 6845 rm -f conftest.$ac_objext 6763 6846 -if { (eval echo "$as_me:7522: \"$ac_compile\"") >&5 6764 +if { (eval echo "$as_me:787 6: \"$ac_compile\"") >&56847 +if { (eval echo "$as_me:7877: \"$ac_compile\"") >&5 6765 6848 (eval $ac_compile) 2>&5 6766 6849 ac_status=$? 6767 6850 - echo "$as_me:7525: \$? = $ac_status" >&5 6768 + echo "$as_me:78 79: \$? = $ac_status" >&56851 + echo "$as_me:7880: \$? = $ac_status" >&5 6769 6852 (exit $ac_status); } && 6770 6853 { ac_try='test -s conftest.$ac_objext' 6771 6854 - { (eval echo "$as_me:7528: \"$ac_try\"") >&5 6772 + { (eval echo "$as_me:788 2: \"$ac_try\"") >&56855 + { (eval echo "$as_me:7883: \"$ac_try\"") >&5 6773 6856 (eval $ac_try) 2>&5 6774 6857 ac_status=$? 6775 6858 - echo "$as_me:7531: \$? = $ac_status" >&5 6776 + echo "$as_me:788 5: \$? = $ac_status" >&56859 + echo "$as_me:7886: \$? = $ac_status" >&5 6777 6860 (exit $ac_status); }; }; then 6778 6861 cf_cv_mbstate_t=yes 6779 6862 else 6780 @@ -7540,7 +789 4,7 @@6863 @@ -7540,7 +7895,7 @@ 6781 6864 fi 6782 6865 rm -f conftest.$ac_objext conftest.$ac_ext 6783 6866 fi 6784 6867 -echo "$as_me:7543: result: $cf_cv_mbstate_t" >&5 6785 +echo "$as_me:789 7: result: $cf_cv_mbstate_t" >&56868 +echo "$as_me:7898: result: $cf_cv_mbstate_t" >&5 6786 6869 echo "${ECHO_T}$cf_cv_mbstate_t" >&6 6787 6870 6788 6871 if test "$cf_cv_mbstate_t" = yes ; then 6789 @@ -7557,14 +791 1,14 @@6872 @@ -7557,14 +7912,14 @@ 6790 6873 fi 6791 6874 6792 6875 # This is needed on Tru64 5.0 to declare wchar_t 6793 6876 -echo "$as_me:7560: checking if we must include wchar.h to declare wchar_t" >&5 6794 +echo "$as_me:791 4: checking if we must include wchar.h to declare wchar_t" >&56877 +echo "$as_me:7915: checking if we must include wchar.h to declare wchar_t" >&5 6795 6878 echo $ECHO_N "checking if we must include wchar.h to declare wchar_t... $ECHO_C" >&6 6796 6879 if test "${cf_cv_wchar_t+set}" = set; then … … 6800 6883 cat >conftest.$ac_ext <<_ACEOF 6801 6884 -#line 7567 "configure" 6802 +#line 792 1"configure"6885 +#line 7922 "configure" 6803 6886 #include "confdefs.h" 6804 6887 6805 6888 #include <stdlib.h> 6806 @@ -7582,23 +793 6,23 @@6889 @@ -7582,23 +7937,23 @@ 6807 6890 } 6808 6891 _ACEOF 6809 6892 rm -f conftest.$ac_objext 6810 6893 -if { (eval echo "$as_me:7585: \"$ac_compile\"") >&5 6811 +if { (eval echo "$as_me:79 39: \"$ac_compile\"") >&56894 +if { (eval echo "$as_me:7940: \"$ac_compile\"") >&5 6812 6895 (eval $ac_compile) 2>&5 6813 6896 ac_status=$? 6814 6897 - echo "$as_me:7588: \$? = $ac_status" >&5 6815 + echo "$as_me:794 2: \$? = $ac_status" >&56898 + echo "$as_me:7943: \$? = $ac_status" >&5 6816 6899 (exit $ac_status); } && 6817 6900 { ac_try='test -s conftest.$ac_objext' 6818 6901 - { (eval echo "$as_me:7591: \"$ac_try\"") >&5 6819 + { (eval echo "$as_me:794 5: \"$ac_try\"") >&56902 + { (eval echo "$as_me:7946: \"$ac_try\"") >&5 6820 6903 (eval $ac_try) 2>&5 6821 6904 ac_status=$? 6822 6905 - echo "$as_me:7594: \$? = $ac_status" >&5 6823 + echo "$as_me:794 8: \$? = $ac_status" >&56906 + echo "$as_me:7949: \$? = $ac_status" >&5 6824 6907 (exit $ac_status); }; }; then 6825 6908 cf_cv_wchar_t=no … … 6829 6912 cat >conftest.$ac_ext <<_ACEOF 6830 6913 -#line 7601 "configure" 6831 +#line 795 5"configure"6914 +#line 7956 "configure" 6832 6915 #include "confdefs.h" 6833 6916 6834 6917 #include <stdlib.h> 6835 @@ -7617,16 +797 1,16 @@6918 @@ -7617,16 +7972,16 @@ 6836 6919 } 6837 6920 _ACEOF 6838 6921 rm -f conftest.$ac_objext 6839 6922 -if { (eval echo "$as_me:7620: \"$ac_compile\"") >&5 6840 +if { (eval echo "$as_me:797 4: \"$ac_compile\"") >&56923 +if { (eval echo "$as_me:7975: \"$ac_compile\"") >&5 6841 6924 (eval $ac_compile) 2>&5 6842 6925 ac_status=$? 6843 6926 - echo "$as_me:7623: \$? = $ac_status" >&5 6844 + echo "$as_me:797 7: \$? = $ac_status" >&56927 + echo "$as_me:7978: \$? = $ac_status" >&5 6845 6928 (exit $ac_status); } && 6846 6929 { ac_try='test -s conftest.$ac_objext' 6847 6930 - { (eval echo "$as_me:7626: \"$ac_try\"") >&5 6848 + { (eval echo "$as_me:798 0: \"$ac_try\"") >&56931 + { (eval echo "$as_me:7981: \"$ac_try\"") >&5 6849 6932 (eval $ac_try) 2>&5 6850 6933 ac_status=$? 6851 6934 - echo "$as_me:7629: \$? = $ac_status" >&5 6852 + echo "$as_me:798 3: \$? = $ac_status" >&56935 + echo "$as_me:7984: \$? = $ac_status" >&5 6853 6936 (exit $ac_status); }; }; then 6854 6937 cf_cv_wchar_t=yes 6855 6938 else 6856 @@ -7638,7 +799 2,7 @@6939 @@ -7638,7 +7993,7 @@ 6857 6940 fi 6858 6941 rm -f conftest.$ac_objext conftest.$ac_ext 6859 6942 fi 6860 6943 -echo "$as_me:7641: result: $cf_cv_wchar_t" >&5 6861 +echo "$as_me:799 5: result: $cf_cv_wchar_t" >&56944 +echo "$as_me:7996: result: $cf_cv_wchar_t" >&5 6862 6945 echo "${ECHO_T}$cf_cv_wchar_t" >&6 6863 6946 6864 6947 if test "$cf_cv_wchar_t" = yes ; then 6865 @@ -7660,14 +801 4,14 @@6948 @@ -7660,14 +8015,14 @@ 6866 6949 fi 6867 6950 6868 6951 # This is needed on Tru64 5.0 to declare wint_t 6869 6952 -echo "$as_me:7663: checking if we must include wchar.h to declare wint_t" >&5 6870 +echo "$as_me:801 7: checking if we must include wchar.h to declare wint_t" >&56953 +echo "$as_me:8018: checking if we must include wchar.h to declare wint_t" >&5 6871 6954 echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6 6872 6955 if test "${cf_cv_wint_t+set}" = set; then … … 6876 6959 cat >conftest.$ac_ext <<_ACEOF 6877 6960 -#line 7670 "configure" 6878 +#line 802 4"configure"6961 +#line 8025 "configure" 6879 6962 #include "confdefs.h" 6880 6963 6881 6964 #include <stdlib.h> 6882 @@ -7685,23 +80 39,23 @@6965 @@ -7685,23 +8040,23 @@ 6883 6966 } 6884 6967 _ACEOF 6885 6968 rm -f conftest.$ac_objext 6886 6969 -if { (eval echo "$as_me:7688: \"$ac_compile\"") >&5 6887 +if { (eval echo "$as_me:804 2: \"$ac_compile\"") >&56970 +if { (eval echo "$as_me:8043: \"$ac_compile\"") >&5 6888 6971 (eval $ac_compile) 2>&5 6889 6972 ac_status=$? 6890 6973 - echo "$as_me:7691: \$? = $ac_status" >&5 6891 + echo "$as_me:804 5: \$? = $ac_status" >&56974 + echo "$as_me:8046: \$? = $ac_status" >&5 6892 6975 (exit $ac_status); } && 6893 6976 { ac_try='test -s conftest.$ac_objext' 6894 6977 - { (eval echo "$as_me:7694: \"$ac_try\"") >&5 6895 + { (eval echo "$as_me:804 8: \"$ac_try\"") >&56978 + { (eval echo "$as_me:8049: \"$ac_try\"") >&5 6896 6979 (eval $ac_try) 2>&5 6897 6980 ac_status=$? 6898 6981 - echo "$as_me:7697: \$? = $ac_status" >&5 6899 + echo "$as_me:805 1: \$? = $ac_status" >&56982 + echo "$as_me:8052: \$? = $ac_status" >&5 6900 6983 (exit $ac_status); }; }; then 6901 6984 cf_cv_wint_t=no … … 6905 6988 cat >conftest.$ac_ext <<_ACEOF 6906 6989 -#line 7704 "configure" 6907 +#line 805 8"configure"6990 +#line 8059 "configure" 6908 6991 #include "confdefs.h" 6909 6992 6910 6993 #include <stdlib.h> 6911 @@ -7720,16 +807 4,16 @@6994 @@ -7720,16 +8075,16 @@ 6912 6995 } 6913 6996 _ACEOF 6914 6997 rm -f conftest.$ac_objext 6915 6998 -if { (eval echo "$as_me:7723: \"$ac_compile\"") >&5 6916 +if { (eval echo "$as_me:807 7: \"$ac_compile\"") >&56999 +if { (eval echo "$as_me:8078: \"$ac_compile\"") >&5 6917 7000 (eval $ac_compile) 2>&5 6918 7001 ac_status=$? 6919 7002 - echo "$as_me:7726: \$? = $ac_status" >&5 6920 + echo "$as_me:808 0: \$? = $ac_status" >&57003 + echo "$as_me:8081: \$? = $ac_status" >&5 6921 7004 (exit $ac_status); } && 6922 7005 { ac_try='test -s conftest.$ac_objext' 6923 7006 - { (eval echo "$as_me:7729: \"$ac_try\"") >&5 6924 + { (eval echo "$as_me:808 3: \"$ac_try\"") >&57007 + { (eval echo "$as_me:8084: \"$ac_try\"") >&5 6925 7008 (eval $ac_try) 2>&5 6926 7009 ac_status=$? 6927 7010 - echo "$as_me:7732: \$? = $ac_status" >&5 6928 + echo "$as_me:808 6: \$? = $ac_status" >&57011 + echo "$as_me:8087: \$? = $ac_status" >&5 6929 7012 (exit $ac_status); }; }; then 6930 7013 cf_cv_wint_t=yes 6931 7014 else 6932 @@ -7741,7 +809 5,7 @@7015 @@ -7741,7 +8096,7 @@ 6933 7016 fi 6934 7017 rm -f conftest.$ac_objext conftest.$ac_ext 6935 7018 fi 6936 7019 -echo "$as_me:7744: result: $cf_cv_wint_t" >&5 6937 +echo "$as_me:809 8: result: $cf_cv_wint_t" >&57020 +echo "$as_me:8099: result: $cf_cv_wint_t" >&5 6938 7021 echo "${ECHO_T}$cf_cv_wint_t" >&6 6939 7022 6940 7023 if test "$cf_cv_wint_t" = yes ; then 6941 @@ -7780,7 +813 4,7 @@7024 @@ -7780,7 +8135,7 @@ 6942 7025 ;; 6943 7026 esac 6944 7027 6945 7028 -echo "$as_me:7783: checking whether to enable _LP64 definition in curses.h" >&5 6946 +echo "$as_me:813 7: checking whether to enable _LP64 definition in curses.h" >&57029 +echo "$as_me:8138: checking whether to enable _LP64 definition in curses.h" >&5 6947 7030 echo $ECHO_N "checking whether to enable _LP64 definition in curses.h... $ECHO_C" >&6 6948 7031 6949 7032 # Check whether --enable-lp64 or --disable-lp64 was given. 6950 @@ -7790,7 +814 4,7 @@7033 @@ -7790,7 +8145,7 @@ 6951 7034 else 6952 7035 with_lp64=$default_with_lp64 6953 7036 fi; 6954 7037 -echo "$as_me:7793: result: $with_lp64" >&5 6955 +echo "$as_me:814 7: result: $with_lp64" >&57038 +echo "$as_me:8148: result: $with_lp64" >&5 6956 7039 echo "${ECHO_T}$with_lp64" >&6 6957 7040 6958 7041 if test "$with_lp64" = yes ; then 6959 @@ -7806,7 +816 0,7 @@7042 @@ -7806,7 +8161,7 @@ 6960 7043 fi; 6961 7044 if test "$enable_largefile" != no; then 6962 7045 6963 7046 - echo "$as_me:7809: checking for special C compiler options needed for large files" >&5 6964 + echo "$as_me:816 3: checking for special C compiler options needed for large files" >&57047 + echo "$as_me:8164: checking for special C compiler options needed for large files" >&5 6965 7048 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 6966 7049 if test "${ac_cv_sys_largefile_CC+set}" = set; then 6967 7050 echo $ECHO_N "(cached) $ECHO_C" >&6 6968 @@ -7818,7 +817 2,7 @@7051 @@ -7818,7 +8173,7 @@ 6969 7052 # IRIX 6.2 and later do not support large files by default, 6970 7053 # so use the C compiler's -n32 option if that helps. 6971 7054 cat >conftest.$ac_ext <<_ACEOF 6972 7055 -#line 7821 "configure" 6973 +#line 817 5"configure"7056 +#line 8176 "configure" 6974 7057 #include "confdefs.h" 6975 7058 #include <sys/types.h> 6976 7059 /* Check that off_t can represent 2**63 - 1 correctly. 6977 @@ -7838,16 +819 2,16 @@7060 @@ -7838,16 +8193,16 @@ 6978 7061 } 6979 7062 _ACEOF 6980 7063 rm -f conftest.$ac_objext 6981 7064 -if { (eval echo "$as_me:7841: \"$ac_compile\"") >&5 6982 +if { (eval echo "$as_me:819 5: \"$ac_compile\"") >&57065 +if { (eval echo "$as_me:8196: \"$ac_compile\"") >&5 6983 7066 (eval $ac_compile) 2>&5 6984 7067 ac_status=$? 6985 7068 - echo "$as_me:7844: \$? = $ac_status" >&5 6986 + echo "$as_me:819 8: \$? = $ac_status" >&57069 + echo "$as_me:8199: \$? = $ac_status" >&5 6987 7070 (exit $ac_status); } && 6988 7071 { ac_try='test -s conftest.$ac_objext' 6989 7072 - { (eval echo "$as_me:7847: \"$ac_try\"") >&5 6990 + { (eval echo "$as_me:820 1: \"$ac_try\"") >&57073 + { (eval echo "$as_me:8202: \"$ac_try\"") >&5 6991 7074 (eval $ac_try) 2>&5 6992 7075 ac_status=$? 6993 7076 - echo "$as_me:7850: \$? = $ac_status" >&5 6994 + echo "$as_me:820 4: \$? = $ac_status" >&57077 + echo "$as_me:8205: \$? = $ac_status" >&5 6995 7078 (exit $ac_status); }; }; then 6996 7079 break 6997 7080 else 6998 @@ -7857,16 +821 1,16 @@7081 @@ -7857,16 +8212,16 @@ 6999 7082 rm -f conftest.$ac_objext 7000 7083 CC="$CC -n32" 7001 7084 rm -f conftest.$ac_objext 7002 7085 -if { (eval echo "$as_me:7860: \"$ac_compile\"") >&5 7003 +if { (eval echo "$as_me:821 4: \"$ac_compile\"") >&57086 +if { (eval echo "$as_me:8215: \"$ac_compile\"") >&5 7004 7087 (eval $ac_compile) 2>&5 7005 7088 ac_status=$? 7006 7089 - echo "$as_me:7863: \$? = $ac_status" >&5 7007 + echo "$as_me:821 7: \$? = $ac_status" >&57090 + echo "$as_me:8218: \$? = $ac_status" >&5 7008 7091 (exit $ac_status); } && 7009 7092 { ac_try='test -s conftest.$ac_objext' 7010 7093 - { (eval echo "$as_me:7866: \"$ac_try\"") >&5 7011 + { (eval echo "$as_me:822 0: \"$ac_try\"") >&57094 + { (eval echo "$as_me:8221: \"$ac_try\"") >&5 7012 7095 (eval $ac_try) 2>&5 7013 7096 ac_status=$? 7014 7097 - echo "$as_me:7869: \$? = $ac_status" >&5 7015 + echo "$as_me:822 3: \$? = $ac_status" >&57098 + echo "$as_me:8224: \$? = $ac_status" >&5 7016 7099 (exit $ac_status); }; }; then 7017 7100 ac_cv_sys_largefile_CC=' -n32'; break 7018 7101 else 7019 @@ -7880,13 +823 4,13 @@7102 @@ -7880,13 +8235,13 @@ 7020 7103 rm -f conftest.$ac_ext 7021 7104 fi 7022 7105 fi 7023 7106 -echo "$as_me:7883: result: $ac_cv_sys_largefile_CC" >&5 7024 +echo "$as_me:823 7: result: $ac_cv_sys_largefile_CC" >&57107 +echo "$as_me:8238: result: $ac_cv_sys_largefile_CC" >&5 7025 7108 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 7026 7109 if test "$ac_cv_sys_largefile_CC" != no; then … … 7029 7112 7030 7113 - echo "$as_me:7889: checking for _FILE_OFFSET_BITS value needed for large files" >&5 7031 + echo "$as_me:824 3: checking for _FILE_OFFSET_BITS value needed for large files" >&57114 + echo "$as_me:8244: checking for _FILE_OFFSET_BITS value needed for large files" >&5 7032 7115 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 7033 7116 if test "${ac_cv_sys_file_offset_bits+set}" = set; then 7034 7117 echo $ECHO_N "(cached) $ECHO_C" >&6 7035 @@ -7894,7 +824 8,7 @@7118 @@ -7894,7 +8249,7 @@ 7036 7119 while :; do 7037 7120 ac_cv_sys_file_offset_bits=no 7038 7121 cat >conftest.$ac_ext <<_ACEOF 7039 7122 -#line 7897 "configure" 7040 +#line 825 1"configure"7123 +#line 8252 "configure" 7041 7124 #include "confdefs.h" 7042 7125 #include <sys/types.h> 7043 7126 /* Check that off_t can represent 2**63 - 1 correctly. 7044 @@ -7914,16 +826 8,16 @@7127 @@ -7914,16 +8269,16 @@ 7045 7128 } 7046 7129 _ACEOF 7047 7130 rm -f conftest.$ac_objext 7048 7131 -if { (eval echo "$as_me:7917: \"$ac_compile\"") >&5 7049 +if { (eval echo "$as_me:827 1: \"$ac_compile\"") >&57132 +if { (eval echo "$as_me:8272: \"$ac_compile\"") >&5 7050 7133 (eval $ac_compile) 2>&5 7051 7134 ac_status=$? 7052 7135 - echo "$as_me:7920: \$? = $ac_status" >&5 7053 + echo "$as_me:827 4: \$? = $ac_status" >&57136 + echo "$as_me:8275: \$? = $ac_status" >&5 7054 7137 (exit $ac_status); } && 7055 7138 { ac_try='test -s conftest.$ac_objext' 7056 7139 - { (eval echo "$as_me:7923: \"$ac_try\"") >&5 7057 + { (eval echo "$as_me:827 7: \"$ac_try\"") >&57140 + { (eval echo "$as_me:8278: \"$ac_try\"") >&5 7058 7141 (eval $ac_try) 2>&5 7059 7142 ac_status=$? 7060 7143 - echo "$as_me:7926: \$? = $ac_status" >&5 7061 + echo "$as_me:828 0: \$? = $ac_status" >&57144 + echo "$as_me:8281: \$? = $ac_status" >&5 7062 7145 (exit $ac_status); }; }; then 7063 7146 break 7064 7147 else 7065 @@ -7932,7 +828 6,7 @@7148 @@ -7932,7 +8287,7 @@ 7066 7149 fi 7067 7150 rm -f conftest.$ac_objext conftest.$ac_ext 7068 7151 cat >conftest.$ac_ext <<_ACEOF 7069 7152 -#line 7935 "configure" 7070 +#line 82 89"configure"7153 +#line 8290 "configure" 7071 7154 #include "confdefs.h" 7072 7155 #define _FILE_OFFSET_BITS 64 7073 7156 #include <sys/types.h> 7074 @@ -7953,16 +830 7,16 @@7157 @@ -7953,16 +8308,16 @@ 7075 7158 } 7076 7159 _ACEOF 7077 7160 rm -f conftest.$ac_objext 7078 7161 -if { (eval echo "$as_me:7956: \"$ac_compile\"") >&5 7079 +if { (eval echo "$as_me:831 0: \"$ac_compile\"") >&57162 +if { (eval echo "$as_me:8311: \"$ac_compile\"") >&5 7080 7163 (eval $ac_compile) 2>&5 7081 7164 ac_status=$? 7082 7165 - echo "$as_me:7959: \$? = $ac_status" >&5 7083 + echo "$as_me:831 3: \$? = $ac_status" >&57166 + echo "$as_me:8314: \$? = $ac_status" >&5 7084 7167 (exit $ac_status); } && 7085 7168 { ac_try='test -s conftest.$ac_objext' 7086 7169 - { (eval echo "$as_me:7962: \"$ac_try\"") >&5 7087 + { (eval echo "$as_me:831 6: \"$ac_try\"") >&57170 + { (eval echo "$as_me:8317: \"$ac_try\"") >&5 7088 7171 (eval $ac_try) 2>&5 7089 7172 ac_status=$? 7090 7173 - echo "$as_me:7965: \$? = $ac_status" >&5 7091 + echo "$as_me:83 19: \$? = $ac_status" >&57174 + echo "$as_me:8320: \$? = $ac_status" >&5 7092 7175 (exit $ac_status); }; }; then 7093 7176 ac_cv_sys_file_offset_bits=64; break 7094 7177 else 7095 @@ -7973,7 +832 7,7 @@7178 @@ -7973,7 +8328,7 @@ 7096 7179 break 7097 7180 done 7098 7181 fi 7099 7182 -echo "$as_me:7976: result: $ac_cv_sys_file_offset_bits" >&5 7100 +echo "$as_me:833 0: result: $ac_cv_sys_file_offset_bits" >&57183 +echo "$as_me:8331: result: $ac_cv_sys_file_offset_bits" >&5 7101 7184 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 7102 7185 if test "$ac_cv_sys_file_offset_bits" != no; then 7103 7186 7104 @@ -7983,7 +833 7,7 @@7187 @@ -7983,7 +8338,7 @@ 7105 7188 7106 7189 fi 7107 7190 rm -f conftest* 7108 7191 - echo "$as_me:7986: checking for _LARGE_FILES value needed for large files" >&5 7109 + echo "$as_me:834 0: checking for _LARGE_FILES value needed for large files" >&57192 + echo "$as_me:8341: checking for _LARGE_FILES value needed for large files" >&5 7110 7193 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 7111 7194 if test "${ac_cv_sys_large_files+set}" = set; then 7112 7195 echo $ECHO_N "(cached) $ECHO_C" >&6 7113 @@ -7991,7 +834 5,7 @@7196 @@ -7991,7 +8346,7 @@ 7114 7197 while :; do 7115 7198 ac_cv_sys_large_files=no 7116 7199 cat >conftest.$ac_ext <<_ACEOF 7117 7200 -#line 7994 "configure" 7118 +#line 834 8"configure"7201 +#line 8349 "configure" 7119 7202 #include "confdefs.h" 7120 7203 #include <sys/types.h> 7121 7204 /* Check that off_t can represent 2**63 - 1 correctly. 7122 @@ -8011,16 +836 5,16 @@7205 @@ -8011,16 +8366,16 @@ 7123 7206 } 7124 7207 _ACEOF 7125 7208 rm -f conftest.$ac_objext 7126 7209 -if { (eval echo "$as_me:8014: \"$ac_compile\"") >&5 7127 +if { (eval echo "$as_me:836 8: \"$ac_compile\"") >&57210 +if { (eval echo "$as_me:8369: \"$ac_compile\"") >&5 7128 7211 (eval $ac_compile) 2>&5 7129 7212 ac_status=$? 7130 7213 - echo "$as_me:8017: \$? = $ac_status" >&5 7131 + echo "$as_me:837 1: \$? = $ac_status" >&57214 + echo "$as_me:8372: \$? = $ac_status" >&5 7132 7215 (exit $ac_status); } && 7133 7216 { ac_try='test -s conftest.$ac_objext' 7134 7217 - { (eval echo "$as_me:8020: \"$ac_try\"") >&5 7135 + { (eval echo "$as_me:837 4: \"$ac_try\"") >&57218 + { (eval echo "$as_me:8375: \"$ac_try\"") >&5 7136 7219 (eval $ac_try) 2>&5 7137 7220 ac_status=$? 7138 7221 - echo "$as_me:8023: \$? = $ac_status" >&5 7139 + echo "$as_me:837 7: \$? = $ac_status" >&57222 + echo "$as_me:8378: \$? = $ac_status" >&5 7140 7223 (exit $ac_status); }; }; then 7141 7224 break 7142 7225 else 7143 @@ -8029,7 +838 3,7 @@7226 @@ -8029,7 +8384,7 @@ 7144 7227 fi 7145 7228 rm -f conftest.$ac_objext conftest.$ac_ext 7146 7229 cat >conftest.$ac_ext <<_ACEOF 7147 7230 -#line 8032 "configure" 7148 +#line 838 6"configure"7231 +#line 8387 "configure" 7149 7232 #include "confdefs.h" 7150 7233 #define _LARGE_FILES 1 7151 7234 #include <sys/types.h> 7152 @@ -8050,16 +840 4,16 @@7235 @@ -8050,16 +8405,16 @@ 7153 7236 } 7154 7237 _ACEOF 7155 7238 rm -f conftest.$ac_objext 7156 7239 -if { (eval echo "$as_me:8053: \"$ac_compile\"") >&5 7157 +if { (eval echo "$as_me:840 7: \"$ac_compile\"") >&57240 +if { (eval echo "$as_me:8408: \"$ac_compile\"") >&5 7158 7241 (eval $ac_compile) 2>&5 7159 7242 ac_status=$? 7160 7243 - echo "$as_me:8056: \$? = $ac_status" >&5 7161 + echo "$as_me:841 0: \$? = $ac_status" >&57244 + echo "$as_me:8411: \$? = $ac_status" >&5 7162 7245 (exit $ac_status); } && 7163 7246 { ac_try='test -s conftest.$ac_objext' 7164 7247 - { (eval echo "$as_me:8059: \"$ac_try\"") >&5 7165 + { (eval echo "$as_me:841 3: \"$ac_try\"") >&57248 + { (eval echo "$as_me:8414: \"$ac_try\"") >&5 7166 7249 (eval $ac_try) 2>&5 7167 7250 ac_status=$? 7168 7251 - echo "$as_me:8062: \$? = $ac_status" >&5 7169 + echo "$as_me:841 6: \$? = $ac_status" >&57252 + echo "$as_me:8417: \$? = $ac_status" >&5 7170 7253 (exit $ac_status); }; }; then 7171 7254 ac_cv_sys_large_files=1; break 7172 7255 else 7173 @@ -8070,7 +842 4,7 @@7256 @@ -8070,7 +8425,7 @@ 7174 7257 break 7175 7258 done 7176 7259 fi 7177 7260 -echo "$as_me:8073: result: $ac_cv_sys_large_files" >&5 7178 +echo "$as_me:842 7: result: $ac_cv_sys_large_files" >&57261 +echo "$as_me:8428: result: $ac_cv_sys_large_files" >&5 7179 7262 echo "${ECHO_T}$ac_cv_sys_large_files" >&6 7180 7263 if test "$ac_cv_sys_large_files" != no; then 7181 7264 7182 @@ -8083,7 +843 7,7 @@7265 @@ -8083,7 +8438,7 @@ 7183 7266 fi 7184 7267 7185 7268 if test "$enable_largefile" != no ; then 7186 7269 - echo "$as_me:8086: checking for _LARGEFILE_SOURCE value needed for large files" >&5 7187 + echo "$as_me:844 0: checking for _LARGEFILE_SOURCE value needed for large files" >&57270 + echo "$as_me:8441: checking for _LARGEFILE_SOURCE value needed for large files" >&5 7188 7271 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 7189 7272 if test "${ac_cv_sys_largefile_source+set}" = set; then 7190 7273 echo $ECHO_N "(cached) $ECHO_C" >&6 7191 @@ -8091,7 +844 5,7 @@7274 @@ -8091,7 +8446,7 @@ 7192 7275 while :; do 7193 7276 ac_cv_sys_largefile_source=no 7194 7277 cat >conftest.$ac_ext <<_ACEOF 7195 7278 -#line 8094 "configure" 7196 +#line 844 8"configure"7279 +#line 8449 "configure" 7197 7280 #include "confdefs.h" 7198 7281 #include <stdio.h> 7199 7282 int 7200 @@ -8103,16 +845 7,16 @@7283 @@ -8103,16 +8458,16 @@ 7201 7284 } 7202 7285 _ACEOF 7203 7286 rm -f conftest.$ac_objext 7204 7287 -if { (eval echo "$as_me:8106: \"$ac_compile\"") >&5 7205 +if { (eval echo "$as_me:846 0: \"$ac_compile\"") >&57288 +if { (eval echo "$as_me:8461: \"$ac_compile\"") >&5 7206 7289 (eval $ac_compile) 2>&5 7207 7290 ac_status=$? 7208 7291 - echo "$as_me:8109: \$? = $ac_status" >&5 7209 + echo "$as_me:846 3: \$? = $ac_status" >&57292 + echo "$as_me:8464: \$? = $ac_status" >&5 7210 7293 (exit $ac_status); } && 7211 7294 { ac_try='test -s conftest.$ac_objext' 7212 7295 - { (eval echo "$as_me:8112: \"$ac_try\"") >&5 7213 + { (eval echo "$as_me:846 6: \"$ac_try\"") >&57296 + { (eval echo "$as_me:8467: \"$ac_try\"") >&5 7214 7297 (eval $ac_try) 2>&5 7215 7298 ac_status=$? 7216 7299 - echo "$as_me:8115: \$? = $ac_status" >&5 7217 + echo "$as_me:84 69: \$? = $ac_status" >&57300 + echo "$as_me:8470: \$? = $ac_status" >&5 7218 7301 (exit $ac_status); }; }; then 7219 7302 break 7220 7303 else 7221 @@ -8121,7 +847 5,7 @@7304 @@ -8121,7 +8476,7 @@ 7222 7305 fi 7223 7306 rm -f conftest.$ac_objext conftest.$ac_ext 7224 7307 cat >conftest.$ac_ext <<_ACEOF 7225 7308 -#line 8124 "configure" 7226 +#line 847 8"configure"7309 +#line 8479 "configure" 7227 7310 #include "confdefs.h" 7228 7311 #define _LARGEFILE_SOURCE 1 7229 7312 #include <stdio.h> 7230 @@ -8134,16 +848 8,16 @@7313 @@ -8134,16 +8489,16 @@ 7231 7314 } 7232 7315 _ACEOF 7233 7316 rm -f conftest.$ac_objext 7234 7317 -if { (eval echo "$as_me:8137: \"$ac_compile\"") >&5 7235 +if { (eval echo "$as_me:849 1: \"$ac_compile\"") >&57318 +if { (eval echo "$as_me:8492: \"$ac_compile\"") >&5 7236 7319 (eval $ac_compile) 2>&5 7237 7320 ac_status=$? 7238 7321 - echo "$as_me:8140: \$? = $ac_status" >&5 7239 + echo "$as_me:849 4: \$? = $ac_status" >&57322 + echo "$as_me:8495: \$? = $ac_status" >&5 7240 7323 (exit $ac_status); } && 7241 7324 { ac_try='test -s conftest.$ac_objext' 7242 7325 - { (eval echo "$as_me:8143: \"$ac_try\"") >&5 7243 + { (eval echo "$as_me:849 7: \"$ac_try\"") >&57326 + { (eval echo "$as_me:8498: \"$ac_try\"") >&5 7244 7327 (eval $ac_try) 2>&5 7245 7328 ac_status=$? 7246 7329 - echo "$as_me:8146: \$? = $ac_status" >&5 7247 + echo "$as_me:850 0: \$? = $ac_status" >&57330 + echo "$as_me:8501: \$? = $ac_status" >&5 7248 7331 (exit $ac_status); }; }; then 7249 7332 ac_cv_sys_largefile_source=1; break 7250 7333 else 7251 @@ -8154,7 +850 8,7 @@7334 @@ -8154,7 +8509,7 @@ 7252 7335 break 7253 7336 done 7254 7337 fi 7255 7338 -echo "$as_me:8157: result: $ac_cv_sys_largefile_source" >&5 7256 +echo "$as_me:851 1: result: $ac_cv_sys_largefile_source" >&57339 +echo "$as_me:8512: result: $ac_cv_sys_largefile_source" >&5 7257 7340 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 7258 7341 if test "$ac_cv_sys_largefile_source" != no; then 7259 7342 7260 @@ -8168,13 +852 2,13 @@7343 @@ -8168,13 +8523,13 @@ 7261 7344 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 7262 7345 # in glibc 2.1.3, but that breaks too many other things. 7263 7346 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 7264 7347 -echo "$as_me:8171: checking for fseeko" >&5 7265 +echo "$as_me:852 5: checking for fseeko" >&57348 +echo "$as_me:8526: checking for fseeko" >&5 7266 7349 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 7267 7350 if test "${ac_cv_func_fseeko+set}" = set; then … … 7270 7353 cat >conftest.$ac_ext <<_ACEOF 7271 7354 -#line 8177 "configure" 7272 +#line 853 1"configure"7355 +#line 8532 "configure" 7273 7356 #include "confdefs.h" 7274 7357 #include <stdio.h> 7275 7358 int 7276 @@ -8186,16 +854 0,16 @@7359 @@ -8186,16 +8541,16 @@ 7277 7360 } 7278 7361 _ACEOF 7279 7362 rm -f conftest.$ac_objext conftest$ac_exeext 7280 7363 -if { (eval echo "$as_me:8189: \"$ac_link\"") >&5 7281 +if { (eval echo "$as_me:854 3: \"$ac_link\"") >&57364 +if { (eval echo "$as_me:8544: \"$ac_link\"") >&5 7282 7365 (eval $ac_link) 2>&5 7283 7366 ac_status=$? 7284 7367 - echo "$as_me:8192: \$? = $ac_status" >&5 7285 + echo "$as_me:854 6: \$? = $ac_status" >&57368 + echo "$as_me:8547: \$? = $ac_status" >&5 7286 7369 (exit $ac_status); } && 7287 7370 { ac_try='test -s conftest$ac_exeext' 7288 7371 - { (eval echo "$as_me:8195: \"$ac_try\"") >&5 7289 + { (eval echo "$as_me:85 49: \"$ac_try\"") >&57372 + { (eval echo "$as_me:8550: \"$ac_try\"") >&5 7290 7373 (eval $ac_try) 2>&5 7291 7374 ac_status=$? 7292 7375 - echo "$as_me:8198: \$? = $ac_status" >&5 7293 + echo "$as_me:855 2: \$? = $ac_status" >&57376 + echo "$as_me:8553: \$? = $ac_status" >&5 7294 7377 (exit $ac_status); }; }; then 7295 7378 ac_cv_func_fseeko=yes 7296 7379 else 7297 @@ -8205,7 +85 59,7 @@7380 @@ -8205,7 +8560,7 @@ 7298 7381 fi 7299 7382 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7300 7383 fi 7301 7384 -echo "$as_me:8208: result: $ac_cv_func_fseeko" >&5 7302 +echo "$as_me:856 2: result: $ac_cv_func_fseeko" >&57385 +echo "$as_me:8563: result: $ac_cv_func_fseeko" >&5 7303 7386 echo "${ECHO_T}$ac_cv_func_fseeko" >&6 7304 7387 if test $ac_cv_func_fseeko = yes; then 7305 7388 7306 @@ -8226,14 +858 0,14 @@7389 @@ -8226,14 +8581,14 @@ 7307 7390 test "$ac_cv_sys_largefile_source" != no && CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE " 7308 7391 test "$ac_cv_sys_file_offset_bits" != no && CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits " 7309 7392 7310 7393 - echo "$as_me:8229: checking whether to use struct dirent64" >&5 7311 + echo "$as_me:858 3: checking whether to use struct dirent64" >&57394 + echo "$as_me:8584: checking whether to use struct dirent64" >&5 7312 7395 echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6 7313 7396 if test "${cf_cv_struct_dirent64+set}" = set; then … … 7317 7400 cat >conftest.$ac_ext <<_ACEOF 7318 7401 -#line 8236 "configure" 7319 +#line 859 0"configure"7402 +#line 8591 "configure" 7320 7403 #include "confdefs.h" 7321 7404 7322 7405 #include <sys/types.h> 7323 @@ -8254,16 +860 8,16 @@7406 @@ -8254,16 +8609,16 @@ 7324 7407 } 7325 7408 _ACEOF 7326 7409 rm -f conftest.$ac_objext 7327 7410 -if { (eval echo "$as_me:8257: \"$ac_compile\"") >&5 7328 +if { (eval echo "$as_me:861 1: \"$ac_compile\"") >&57411 +if { (eval echo "$as_me:8612: \"$ac_compile\"") >&5 7329 7412 (eval $ac_compile) 2>&5 7330 7413 ac_status=$? 7331 7414 - echo "$as_me:8260: \$? = $ac_status" >&5 7332 + echo "$as_me:861 4: \$? = $ac_status" >&57415 + echo "$as_me:8615: \$? = $ac_status" >&5 7333 7416 (exit $ac_status); } && 7334 7417 { ac_try='test -s conftest.$ac_objext' 7335 7418 - { (eval echo "$as_me:8263: \"$ac_try\"") >&5 7336 + { (eval echo "$as_me:861 7: \"$ac_try\"") >&57419 + { (eval echo "$as_me:8618: \"$ac_try\"") >&5 7337 7420 (eval $ac_try) 2>&5 7338 7421 ac_status=$? 7339 7422 - echo "$as_me:8266: \$? = $ac_status" >&5 7340 + echo "$as_me:862 0: \$? = $ac_status" >&57423 + echo "$as_me:8621: \$? = $ac_status" >&5 7341 7424 (exit $ac_status); }; }; then 7342 7425 cf_cv_struct_dirent64=yes 7343 7426 else 7344 @@ -8274,7 +862 8,7 @@7427 @@ -8274,7 +8629,7 @@ 7345 7428 rm -f conftest.$ac_objext conftest.$ac_ext 7346 7429 7347 7430 fi 7348 7431 -echo "$as_me:8277: result: $cf_cv_struct_dirent64" >&5 7349 +echo "$as_me:863 1: result: $cf_cv_struct_dirent64" >&57432 +echo "$as_me:8632: result: $cf_cv_struct_dirent64" >&5 7350 7433 echo "${ECHO_T}$cf_cv_struct_dirent64" >&6 7351 7434 test "$cf_cv_struct_dirent64" = yes && cat >>confdefs.h <<\EOF 7352 7435 #define HAVE_STRUCT_DIRENT64 1 7353 @@ -8283,7 +863 7,7 @@7436 @@ -8283,7 +8638,7 @@ 7354 7437 fi 7355 7438 7356 7439 ### use option --disable-tparm-varargs to make tparm() conform to X/Open 7357 7440 -echo "$as_me:8286: checking if you want tparm not to use X/Open fixed-parameter list" >&5 7358 +echo "$as_me:864 0: checking if you want tparm not to use X/Open fixed-parameter list" >&57441 +echo "$as_me:8641: checking if you want tparm not to use X/Open fixed-parameter list" >&5 7359 7442 echo $ECHO_N "checking if you want tparm not to use X/Open fixed-parameter list... $ECHO_C" >&6 7360 7443 7361 7444 # Check whether --enable-tparm-varargs or --disable-tparm-varargs was given. 7362 @@ -8293,14 +864 7,14 @@7445 @@ -8293,14 +8648,14 @@ 7363 7446 else 7364 7447 with_tparm_varargs=yes 7365 7448 fi; 7366 7449 -echo "$as_me:8296: result: $with_tparm_varargs" >&5 7367 +echo "$as_me:865 0: result: $with_tparm_varargs" >&57450 +echo "$as_me:8651: result: $with_tparm_varargs" >&5 7368 7451 echo "${ECHO_T}$with_tparm_varargs" >&6 7369 7452 NCURSES_TPARM_VARARGS=0 … … 7373 7456 if test "$with_ticlib" != no ; then 7374 7457 -echo "$as_me:8303: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 7375 +echo "$as_me:865 7: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&57458 +echo "$as_me:8658: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 7376 7459 echo $ECHO_N "checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library... $ECHO_C" >&6 7377 7460 7378 7461 # Check whether --enable-tic-depends or --disable-tic-depends was given. 7379 @@ -8310,14 +866 4,14 @@7462 @@ -8310,14 +8665,14 @@ 7380 7463 else 7381 7464 with_tic_depends=yes 7382 7465 fi; 7383 7466 -echo "$as_me:8313: result: $with_tic_depends" >&5 7384 +echo "$as_me:866 7: result: $with_tic_depends" >&57467 +echo "$as_me:8668: result: $with_tic_depends" >&5 7385 7468 echo "${ECHO_T}$with_tic_depends" >&6 7386 7469 else … … 7390 7473 ### use option --with-bool to override bool's type 7391 7474 -echo "$as_me:8320: checking for type of bool" >&5 7392 +echo "$as_me:867 4: checking for type of bool" >&57475 +echo "$as_me:8675: checking for type of bool" >&5 7393 7476 echo $ECHO_N "checking for type of bool... $ECHO_C" >&6 7394 7477 7395 7478 # Check whether --with-bool or --without-bool was given. 7396 @@ -8327,10 +868 1,10 @@7479 @@ -8327,10 +8682,10 @@ 7397 7480 else 7398 7481 NCURSES_BOOL=auto 7399 7482 fi; 7400 7483 -echo "$as_me:8330: result: $NCURSES_BOOL" >&5 7401 +echo "$as_me:868 4: result: $NCURSES_BOOL" >&57484 +echo "$as_me:8685: result: $NCURSES_BOOL" >&5 7402 7485 echo "${ECHO_T}$NCURSES_BOOL" >&6 7403 7486 7404 7487 -echo "$as_me:8333: checking for alternate terminal capabilities file" >&5 7405 +echo "$as_me:868 7: checking for alternate terminal capabilities file" >&57488 +echo "$as_me:8688: checking for alternate terminal capabilities file" >&5 7406 7489 echo $ECHO_N "checking for alternate terminal capabilities file... $ECHO_C" >&6 7407 7490 7408 7491 # Check whether --with-caps or --without-caps was given. 7409 @@ -8341,11 +869 5,11 @@7492 @@ -8341,11 +8696,11 @@ 7410 7493 TERMINFO_CAPS=Caps 7411 7494 fi; 7412 7495 test -f "${srcdir}/include/${TERMINFO_CAPS}" || TERMINFO_CAPS=Caps 7413 7496 -echo "$as_me:8344: result: $TERMINFO_CAPS" >&5 7414 +echo "$as_me:869 8: result: $TERMINFO_CAPS" >&57497 +echo "$as_me:8699: result: $TERMINFO_CAPS" >&5 7415 7498 echo "${ECHO_T}$TERMINFO_CAPS" >&6 7416 7499 7417 7500 ### use option --with-chtype to override chtype's type 7418 7501 -echo "$as_me:8348: checking for type of chtype" >&5 7419 +echo "$as_me:870 2: checking for type of chtype" >&57502 +echo "$as_me:8703: checking for type of chtype" >&5 7420 7503 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 7421 7504 7422 7505 # Check whether --with-chtype or --without-chtype was given. 7423 @@ -8355,11 +87 09,11 @@7506 @@ -8355,11 +8710,11 @@ 7424 7507 else 7425 7508 NCURSES_CHTYPE=auto 7426 7509 fi; 7427 7510 -echo "$as_me:8358: result: $NCURSES_CHTYPE" >&5 7428 +echo "$as_me:871 2: result: $NCURSES_CHTYPE" >&57511 +echo "$as_me:8713: result: $NCURSES_CHTYPE" >&5 7429 7512 echo "${ECHO_T}$NCURSES_CHTYPE" >&6 7430 7513 7431 7514 ### use option --with-ospeed to override ospeed's type 7432 7515 -echo "$as_me:8362: checking for type of ospeed" >&5 7433 +echo "$as_me:871 6: checking for type of ospeed" >&57516 +echo "$as_me:8717: checking for type of ospeed" >&5 7434 7517 echo $ECHO_N "checking for type of ospeed... $ECHO_C" >&6 7435 7518 7436 7519 # Check whether --with-ospeed or --without-ospeed was given. 7437 @@ -8369,11 +872 3,11 @@7520 @@ -8369,11 +8724,11 @@ 7438 7521 else 7439 7522 NCURSES_OSPEED=short 7440 7523 fi; 7441 7524 -echo "$as_me:8372: result: $NCURSES_OSPEED" >&5 7442 +echo "$as_me:872 6: result: $NCURSES_OSPEED" >&57525 +echo "$as_me:8727: result: $NCURSES_OSPEED" >&5 7443 7526 echo "${ECHO_T}$NCURSES_OSPEED" >&6 7444 7527 7445 7528 ### use option --with-mmask-t to override mmask_t's type 7446 7529 -echo "$as_me:8376: checking for type of mmask_t" >&5 7447 +echo "$as_me:873 0: checking for type of mmask_t" >&57530 +echo "$as_me:8731: checking for type of mmask_t" >&5 7448 7531 echo $ECHO_N "checking for type of mmask_t... $ECHO_C" >&6 7449 7532 7450 7533 # Check whether --with-mmask-t or --without-mmask-t was given. 7451 @@ -8383,11 +873 7,11 @@7534 @@ -8383,11 +8738,11 @@ 7452 7535 else 7453 7536 NCURSES_MMASK_T=auto 7454 7537 fi; 7455 7538 -echo "$as_me:8386: result: $NCURSES_MMASK_T" >&5 7456 +echo "$as_me:874 0: result: $NCURSES_MMASK_T" >&57539 +echo "$as_me:8741: result: $NCURSES_MMASK_T" >&5 7457 7540 echo "${ECHO_T}$NCURSES_MMASK_T" >&6 7458 7541 7459 7542 ### Enable compiling-in rcs id's 7460 7543 -echo "$as_me:8390: checking if RCS identifiers should be compiled-in" >&5 7461 +echo "$as_me:874 4: checking if RCS identifiers should be compiled-in" >&57544 +echo "$as_me:8745: checking if RCS identifiers should be compiled-in" >&5 7462 7545 echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6 7463 7546 7464 7547 # Check whether --with-rcs-ids or --without-rcs-ids was given. 7465 @@ -8397,7 +875 1,7 @@7548 @@ -8397,7 +8752,7 @@ 7466 7549 else 7467 7550 with_rcs_ids=no 7468 7551 fi; 7469 7552 -echo "$as_me:8400: result: $with_rcs_ids" >&5 7470 +echo "$as_me:875 4: result: $with_rcs_ids" >&57553 +echo "$as_me:8755: result: $with_rcs_ids" >&5 7471 7554 echo "${ECHO_T}$with_rcs_ids" >&6 7472 7555 test "$with_rcs_ids" = yes && cat >>confdefs.h <<\EOF 7473 7556 #define USE_RCS_IDS 1 7474 @@ -8405,7 +87 59,7 @@7557 @@ -8405,7 +8760,7 @@ 7475 7558 7476 7559 ############################################################################### 7477 7560 7478 7561 -echo "$as_me:8408: checking format of man-pages" >&5 7479 +echo "$as_me:876 2: checking format of man-pages" >&57562 +echo "$as_me:8763: checking format of man-pages" >&5 7480 7563 echo $ECHO_N "checking format of man-pages... $ECHO_C" >&6 7481 7564 7482 7565 # Check whether --with-manpage-format or --without-manpage-format was given. 7483 @@ -8433,7 +878 7,7 @@7566 @@ -8433,7 +8788,7 @@ 7484 7567 cf_catonly=yes 7485 7568 cf_example=date … … 7490 7573 test -z "$cf_dir" && cf_dir=/usr/man 7491 7574 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 7492 @@ -8494,14 +884 8,14 @@7575 @@ -8494,14 +8849,14 @@ 7493 7576 ;; 7494 7577 esac 7495 7578 7496 7579 -echo "$as_me:8497: result: $MANPAGE_FORMAT" >&5 7497 +echo "$as_me:885 1: result: $MANPAGE_FORMAT" >&57580 +echo "$as_me:8852: result: $MANPAGE_FORMAT" >&5 7498 7581 echo "${ECHO_T}$MANPAGE_FORMAT" >&6 7499 7582 if test -n "$cf_unknown" ; then 7500 7583 - { echo "$as_me:8500: WARNING: Unexpected manpage-format $cf_unknown" >&5 7501 + { echo "$as_me:885 4: WARNING: Unexpected manpage-format $cf_unknown" >&57584 + { echo "$as_me:8855: WARNING: Unexpected manpage-format $cf_unknown" >&5 7502 7585 echo "$as_me: WARNING: Unexpected manpage-format $cf_unknown" >&2;} 7503 7586 fi 7504 7587 7505 7588 -echo "$as_me:8504: checking for manpage renaming" >&5 7506 +echo "$as_me:885 8: checking for manpage renaming" >&57589 +echo "$as_me:8859: checking for manpage renaming" >&5 7507 7590 echo $ECHO_N "checking for manpage renaming... $ECHO_C" >&6 7508 7591 7509 7592 # Check whether --with-manpage-renames or --without-manpage-renames was given. 7510 @@ -8529,7 +888 3,7 @@7593 @@ -8529,7 +8884,7 @@ 7511 7594 if test -f $srcdir/man/$MANPAGE_RENAMES ; then 7512 7595 MANPAGE_RENAMES=`cd $srcdir/man && pwd`/$MANPAGE_RENAMES 7513 7596 elif test ! -f $MANPAGE_RENAMES ; then 7514 7597 - { { echo "$as_me:8532: error: not a filename: $MANPAGE_RENAMES" >&5 7515 + { { echo "$as_me:888 6: error: not a filename: $MANPAGE_RENAMES" >&57598 + { { echo "$as_me:8887: error: not a filename: $MANPAGE_RENAMES" >&5 7516 7599 echo "$as_me: error: not a filename: $MANPAGE_RENAMES" >&2;} 7517 7600 { (exit 1); exit 1; }; } 7518 7601 fi 7519 @@ -8543,10 +889 7,10 @@7602 @@ -8543,10 +8898,10 @@ 7520 7603 fi 7521 7604 fi 7522 7605 7523 7606 -echo "$as_me:8546: result: $MANPAGE_RENAMES" >&5 7524 +echo "$as_me:890 0: result: $MANPAGE_RENAMES" >&57607 +echo "$as_me:8901: result: $MANPAGE_RENAMES" >&5 7525 7608 echo "${ECHO_T}$MANPAGE_RENAMES" >&6 7526 7609 7527 7610 -echo "$as_me:8549: checking if manpage aliases will be installed" >&5 7528 +echo "$as_me:890 3: checking if manpage aliases will be installed" >&57611 +echo "$as_me:8904: checking if manpage aliases will be installed" >&5 7529 7612 echo $ECHO_N "checking if manpage aliases will be installed... $ECHO_C" >&6 7530 7613 7531 7614 # Check whether --with-manpage-aliases or --without-manpage-aliases was given. 7532 @@ -8557,7 +891 1,7 @@7615 @@ -8557,7 +8912,7 @@ 7533 7616 MANPAGE_ALIASES=yes 7534 7617 fi; 7535 7618 7536 7619 -echo "$as_me:8560: result: $MANPAGE_ALIASES" >&5 7537 +echo "$as_me:891 4: result: $MANPAGE_ALIASES" >&57620 +echo "$as_me:8915: result: $MANPAGE_ALIASES" >&5 7538 7621 echo "${ECHO_T}$MANPAGE_ALIASES" >&6 7539 7622 7540 7623 if test "$LN_S" = "ln -s"; then 7541 @@ -8568,7 +892 2,7 @@7624 @@ -8568,7 +8923,7 @@ 7542 7625 7543 7626 MANPAGE_SYMLINKS=no 7544 7627 if test "$MANPAGE_ALIASES" = yes ; then 7545 7628 -echo "$as_me:8571: checking if manpage symlinks should be used" >&5 7546 +echo "$as_me:892 5: checking if manpage symlinks should be used" >&57629 +echo "$as_me:8926: checking if manpage symlinks should be used" >&5 7547 7630 echo $ECHO_N "checking if manpage symlinks should be used... $ECHO_C" >&6 7548 7631 7549 7632 # Check whether --with-manpage-symlinks or --without-manpage-symlinks was given. 7550 @@ -8581,17 +893 5,17 @@7633 @@ -8581,17 +8936,17 @@ 7551 7634 7552 7635 if test "$$cf_use_symlinks" = no; then 7553 7636 if test "$MANPAGE_SYMLINKS" = yes ; then 7554 7637 - { echo "$as_me:8584: WARNING: cannot make symlinks" >&5 7555 + { echo "$as_me:893 8: WARNING: cannot make symlinks" >&57638 + { echo "$as_me:8939: WARNING: cannot make symlinks" >&5 7556 7639 echo "$as_me: WARNING: cannot make symlinks" >&2;} 7557 7640 MANPAGE_SYMLINKS=no … … 7560 7643 7561 7644 -echo "$as_me:8590: result: $MANPAGE_SYMLINKS" >&5 7562 +echo "$as_me:894 4: result: $MANPAGE_SYMLINKS" >&57645 +echo "$as_me:8945: result: $MANPAGE_SYMLINKS" >&5 7563 7646 echo "${ECHO_T}$MANPAGE_SYMLINKS" >&6 7564 7647 fi 7565 7648 7566 7649 -echo "$as_me:8594: checking for manpage tbl" >&5 7567 +echo "$as_me:894 8: checking for manpage tbl" >&57650 +echo "$as_me:8949: checking for manpage tbl" >&5 7568 7651 echo $ECHO_N "checking for manpage tbl... $ECHO_C" >&6 7569 7652 7570 7653 # Check whether --with-manpage-tbl or --without-manpage-tbl was given. 7571 @@ -8602,7 +895 6,7 @@7654 @@ -8602,7 +8957,7 @@ 7572 7655 MANPAGE_TBL=no 7573 7656 fi; 7574 7657 7575 7658 -echo "$as_me:8605: result: $MANPAGE_TBL" >&5 7576 +echo "$as_me:89 59: result: $MANPAGE_TBL" >&57659 +echo "$as_me:8960: result: $MANPAGE_TBL" >&5 7577 7660 echo "${ECHO_T}$MANPAGE_TBL" >&6 7578 7661 7579 7662 if test "$prefix" = "NONE" ; then 7580 @@ -8718,7 +907 2,7 @@7663 @@ -8718,7 +9073,7 @@ 7581 7664 s,@NCURSES_OSPEED@,\$NCURSES_OSPEED,g 7582 7665 CF_EOF … … 7587 7670 cf_NAME=`echo "$cf_name" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` 7588 7671 cf_name=`echo $cf_name|sed "$program_transform_name"` 7589 @@ -8913,7 +926 7,7 @@7672 @@ -8913,7 +9268,7 @@ 7590 7673 ############################################################################### 7591 7674 7592 7675 ### Note that some functions (such as const) are normally disabled anyway. 7593 7676 -echo "$as_me:8916: checking if you want to build with function extensions" >&5 7594 +echo "$as_me:927 0: checking if you want to build with function extensions" >&57677 +echo "$as_me:9271: checking if you want to build with function extensions" >&5 7595 7678 echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6 7596 7679 7597 7680 # Check whether --enable-ext-funcs or --disable-ext-funcs was given. 7598 @@ -8923,7 +927 7,7 @@7681 @@ -8923,7 +9278,7 @@ 7599 7682 else 7600 7683 with_ext_funcs=yes 7601 7684 fi; 7602 7685 -echo "$as_me:8926: result: $with_ext_funcs" >&5 7603 +echo "$as_me:928 0: result: $with_ext_funcs" >&57686 +echo "$as_me:9281: result: $with_ext_funcs" >&5 7604 7687 echo "${ECHO_T}$with_ext_funcs" >&6 7605 7688 if test "$with_ext_funcs" = yes ; then 7606 7689 NCURSES_EXT_FUNCS=1 7607 @@ -8955,12 +93 09,38 @@7690 @@ -8955,12 +9310,38 @@ 7608 7691 #define NCURSES_EXT_FUNCS 1 7609 7692 EOF … … 7615 7698 +fi 7616 7699 + 7617 +echo "$as_me:931 8: checking if you want to build with experimental SCREEN extensions" >&57700 +echo "$as_me:9319: checking if you want to build with experimental SCREEN extensions" >&5 7618 7701 +echo $ECHO_N "checking if you want to build with experimental SCREEN extensions... $ECHO_C" >&6 7619 7702 + … … 7625 7708 + with_sp_funcs=no 7626 7709 +fi; 7627 +echo "$as_me:932 8: result: $with_sp_funcs" >&57710 +echo "$as_me:9329: result: $with_sp_funcs" >&5 7628 7711 +echo "${ECHO_T}$with_sp_funcs" >&6 7629 7712 +if test "$with_sp_funcs" = yes ; then … … 7641 7724 ### use option --enable-const to turn on use of const beyond that in XSI. 7642 7725 -echo "$as_me:8963: checking for extended use of const keyword" >&5 7643 +echo "$as_me:934 3: checking for extended use of const keyword" >&57726 +echo "$as_me:9344: checking for extended use of const keyword" >&5 7644 7727 echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6 7645 7728 7646 7729 # Check whether --enable-const or --disable-const was given. 7647 @@ -8970,7 +935 0,7 @@7730 @@ -8970,7 +9351,7 @@ 7648 7731 else 7649 7732 with_ext_const=no 7650 7733 fi; 7651 7734 -echo "$as_me:8973: result: $with_ext_const" >&5 7652 +echo "$as_me:935 3: result: $with_ext_const" >&57735 +echo "$as_me:9354: result: $with_ext_const" >&5 7653 7736 echo "${ECHO_T}$with_ext_const" >&6 7654 7737 NCURSES_CONST='/*nothing*/' 7655 7738 if test "$with_ext_const" = yes ; then 7656 @@ -8978,7 +935 8,7 @@7739 @@ -8978,7 +9359,7 @@ 7657 7740 fi 7658 7741 7659 7742 ### use option --enable-ext-colors to turn on use of colors beyond 16. 7660 7743 -echo "$as_me:8981: checking if you want to use extended colors" >&5 7661 +echo "$as_me:936 1: checking if you want to use extended colors" >&57744 +echo "$as_me:9362: checking if you want to use extended colors" >&5 7662 7745 echo $ECHO_N "checking if you want to use extended colors... $ECHO_C" >&6 7663 7746 7664 7747 # Check whether --enable-ext-colors or --disable-ext-colors was given. 7665 @@ -8988,12 +936 8,12 @@7748 @@ -8988,12 +9369,12 @@ 7666 7749 else 7667 7750 with_ext_colors=no 7668 7751 fi; 7669 7752 -echo "$as_me:8991: result: $with_ext_colors" >&5 7670 +echo "$as_me:937 1: result: $with_ext_colors" >&57753 +echo "$as_me:9372: result: $with_ext_colors" >&5 7671 7754 echo "${ECHO_T}$with_ext_colors" >&6 7672 7755 NCURSES_EXT_COLORS=0 … … 7674 7757 if test "$with_widec" != yes ; then 7675 7758 - { { echo "$as_me:8996: error: This option applies only to wide-character library" >&5 7676 + { { echo "$as_me:937 6: error: This option applies only to wide-character library" >&57759 + { { echo "$as_me:9377: error: This option applies only to wide-character library" >&5 7677 7760 echo "$as_me: error: This option applies only to wide-character library" >&2;} 7678 7761 { (exit 1); exit 1; }; } 7679 7762 else 7680 @@ -9004,7 +938 4,7 @@7763 @@ -9004,7 +9385,7 @@ 7681 7764 5.*) 7682 7765 cf_cv_rel_version=6.0 7683 7766 cf_cv_abi_version=6 7684 7767 - { echo "$as_me:9007: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7685 + { echo "$as_me:938 7: WARNING: Overriding ABI version to $cf_cv_abi_version" >&57768 + { echo "$as_me:9388: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7686 7769 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 7687 7770 ;; 7688 7771 esac 7689 @@ -9019,7 +9 399,7 @@7772 @@ -9019,7 +9400,7 @@ 7690 7773 fi 7691 7774 7692 7775 ### use option --enable-ext-mouse to modify coding to support 5-button mice 7693 7776 -echo "$as_me:9022: checking if you want to use extended mouse encoding" >&5 7694 +echo "$as_me:940 2: checking if you want to use extended mouse encoding" >&57777 +echo "$as_me:9403: checking if you want to use extended mouse encoding" >&5 7695 7778 echo $ECHO_N "checking if you want to use extended mouse encoding... $ECHO_C" >&6 7696 7779 7697 7780 # Check whether --enable-ext-mouse or --disable-ext-mouse was given. 7698 @@ -9029,7 +94 09,7 @@7781 @@ -9029,7 +9410,7 @@ 7699 7782 else 7700 7783 with_ext_mouse=no 7701 7784 fi; 7702 7785 -echo "$as_me:9032: result: $with_ext_mouse" >&5 7703 +echo "$as_me:941 2: result: $with_ext_mouse" >&57786 +echo "$as_me:9413: result: $with_ext_mouse" >&5 7704 7787 echo "${ECHO_T}$with_ext_mouse" >&6 7705 7788 NCURSES_MOUSE_VERSION=1 7706 7789 if test "$with_ext_mouse" = yes ; then 7707 @@ -9040,7 +942 0,7 @@7790 @@ -9040,7 +9421,7 @@ 7708 7791 5.*) 7709 7792 cf_cv_rel_version=6.0 7710 7793 cf_cv_abi_version=6 7711 7794 - { echo "$as_me:9043: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7712 + { echo "$as_me:942 3: WARNING: Overriding ABI version to $cf_cv_abi_version" >&57795 + { echo "$as_me:9424: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7713 7796 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 7714 7797 ;; 7715 7798 esac 7716 @@ -9048,7 +942 8,7 @@7799 @@ -9048,7 +9429,7 @@ 7717 7800 7718 7801 fi 7719 7802 7720 7803 -echo "$as_me:9051: checking if you want \$NCURSES_NO_PADDING code" >&5 7721 +echo "$as_me:943 1: checking if you want \$NCURSES_NO_PADDING code" >&57804 +echo "$as_me:9432: checking if you want \$NCURSES_NO_PADDING code" >&5 7722 7805 echo $ECHO_N "checking if you want \$NCURSES_NO_PADDING code... $ECHO_C" >&6 7723 7806 7724 7807 # Check whether --enable-no-padding or --disable-no-padding was given. 7725 @@ -9058,19 +943 8,19 @@7808 @@ -9058,19 +9439,19 @@ 7726 7809 else 7727 7810 with_no_padding=$with_ext_funcs 7728 7811 fi; 7729 7812 -echo "$as_me:9061: result: $with_no_padding" >&5 7730 +echo "$as_me:944 1: result: $with_no_padding" >&57813 +echo "$as_me:9442: result: $with_no_padding" >&5 7731 7814 echo "${ECHO_T}$with_no_padding" >&6 7732 7815 test "$with_no_padding" = yes && cat >>confdefs.h <<\EOF … … 7735 7818 7736 7819 -echo "$as_me:9067: checking for ANSI C header files" >&5 7737 +echo "$as_me:944 7: checking for ANSI C header files" >&57820 +echo "$as_me:9448: checking for ANSI C header files" >&5 7738 7821 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 7739 7822 if test "${ac_cv_header_stdc+set}" = set; then … … 7742 7825 cat >conftest.$ac_ext <<_ACEOF 7743 7826 -#line 9073 "configure" 7744 +#line 945 3"configure"7827 +#line 9454 "configure" 7745 7828 #include "confdefs.h" 7746 7829 #include <stdlib.h> 7747 7830 #include <stdarg.h> 7748 @@ -9078,13 +945 8,13 @@7831 @@ -9078,13 +9459,13 @@ 7749 7832 #include <float.h> 7750 7833 7751 7834 _ACEOF 7752 7835 -if { (eval echo "$as_me:9081: \"$ac_cpp conftest.$ac_ext\"") >&5 7753 +if { (eval echo "$as_me:946 1: \"$ac_cpp conftest.$ac_ext\"") >&57836 +if { (eval echo "$as_me:9462: \"$ac_cpp conftest.$ac_ext\"") >&5 7754 7837 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7755 7838 ac_status=$? … … 7758 7841 cat conftest.err >&5 7759 7842 - echo "$as_me:9087: \$? = $ac_status" >&5 7760 + echo "$as_me:946 7: \$? = $ac_status" >&57843 + echo "$as_me:9468: \$? = $ac_status" >&5 7761 7844 (exit $ac_status); } >/dev/null; then 7762 7845 if test -s conftest.err; then 7763 7846 ac_cpp_err=$ac_c_preproc_warn_flag 7764 @@ -9106,7 +948 6,7 @@7847 @@ -9106,7 +9487,7 @@ 7765 7848 if test $ac_cv_header_stdc = yes; then 7766 7849 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 7767 7850 cat >conftest.$ac_ext <<_ACEOF 7768 7851 -#line 9109 "configure" 7769 +#line 94 89"configure"7852 +#line 9490 "configure" 7770 7853 #include "confdefs.h" 7771 7854 #include <string.h> 7772 7855 7773 @@ -9124,7 +950 4,7 @@7856 @@ -9124,7 +9505,7 @@ 7774 7857 if test $ac_cv_header_stdc = yes; then 7775 7858 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 7776 7859 cat >conftest.$ac_ext <<_ACEOF 7777 7860 -#line 9127 "configure" 7778 +#line 950 7"configure"7861 +#line 9508 "configure" 7779 7862 #include "confdefs.h" 7780 7863 #include <stdlib.h> 7781 7864 7782 @@ -9145,7 +952 5,7 @@7865 @@ -9145,7 +9526,7 @@ 7783 7866 : 7784 7867 else 7785 7868 cat >conftest.$ac_ext <<_ACEOF 7786 7869 -#line 9148 "configure" 7787 +#line 952 8"configure"7870 +#line 9529 "configure" 7788 7871 #include "confdefs.h" 7789 7872 #include <ctype.h> 7790 7873 #if ((' ' & 0x0FF) == 0x020) 7791 @@ -9171,15 +955 1,15 @@7874 @@ -9171,15 +9552,15 @@ 7792 7875 } 7793 7876 _ACEOF 7794 7877 rm -f conftest$ac_exeext 7795 7878 -if { (eval echo "$as_me:9174: \"$ac_link\"") >&5 7796 +if { (eval echo "$as_me:955 4: \"$ac_link\"") >&57879 +if { (eval echo "$as_me:9555: \"$ac_link\"") >&5 7797 7880 (eval $ac_link) 2>&5 7798 7881 ac_status=$? 7799 7882 - echo "$as_me:9177: \$? = $ac_status" >&5 7800 + echo "$as_me:955 7: \$? = $ac_status" >&57883 + echo "$as_me:9558: \$? = $ac_status" >&5 7801 7884 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7802 7885 - { (eval echo "$as_me:9179: \"$ac_try\"") >&5 7803 + { (eval echo "$as_me:95 59: \"$ac_try\"") >&57886 + { (eval echo "$as_me:9560: \"$ac_try\"") >&5 7804 7887 (eval $ac_try) 2>&5 7805 7888 ac_status=$? 7806 7889 - echo "$as_me:9182: \$? = $ac_status" >&5 7807 + echo "$as_me:956 2: \$? = $ac_status" >&57890 + echo "$as_me:9563: \$? = $ac_status" >&5 7808 7891 (exit $ac_status); }; }; then 7809 7892 : 7810 7893 else 7811 @@ -9192,7 +957 2,7 @@7894 @@ -9192,7 +9573,7 @@ 7812 7895 fi 7813 7896 fi 7814 7897 fi 7815 7898 -echo "$as_me:9195: result: $ac_cv_header_stdc" >&5 7816 +echo "$as_me:957 5: result: $ac_cv_header_stdc" >&57899 +echo "$as_me:9576: result: $ac_cv_header_stdc" >&5 7817 7900 echo "${ECHO_T}$ac_cv_header_stdc" >&6 7818 7901 if test $ac_cv_header_stdc = yes; then 7819 7902 7820 @@ -9208,28 +958 8,28 @@7903 @@ -9208,28 +9589,28 @@ 7821 7904 inttypes.h stdint.h unistd.h 7822 7905 do 7823 7906 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7824 7907 -echo "$as_me:9211: checking for $ac_header" >&5 7825 +echo "$as_me:959 1: checking for $ac_header" >&57908 +echo "$as_me:9592: checking for $ac_header" >&5 7826 7909 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 7827 7910 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 7830 7913 cat >conftest.$ac_ext <<_ACEOF 7831 7914 -#line 9217 "configure" 7832 +#line 959 7"configure"7915 +#line 9598 "configure" 7833 7916 #include "confdefs.h" 7834 7917 $ac_includes_default … … 7837 7920 rm -f conftest.$ac_objext 7838 7921 -if { (eval echo "$as_me:9223: \"$ac_compile\"") >&5 7839 +if { (eval echo "$as_me:960 3: \"$ac_compile\"") >&57922 +if { (eval echo "$as_me:9604: \"$ac_compile\"") >&5 7840 7923 (eval $ac_compile) 2>&5 7841 7924 ac_status=$? 7842 7925 - echo "$as_me:9226: \$? = $ac_status" >&5 7843 + echo "$as_me:960 6: \$? = $ac_status" >&57926 + echo "$as_me:9607: \$? = $ac_status" >&5 7844 7927 (exit $ac_status); } && 7845 7928 { ac_try='test -s conftest.$ac_objext' 7846 7929 - { (eval echo "$as_me:9229: \"$ac_try\"") >&5 7847 + { (eval echo "$as_me:96 09: \"$ac_try\"") >&57930 + { (eval echo "$as_me:9610: \"$ac_try\"") >&5 7848 7931 (eval $ac_try) 2>&5 7849 7932 ac_status=$? 7850 7933 - echo "$as_me:9232: \$? = $ac_status" >&5 7851 + echo "$as_me:961 2: \$? = $ac_status" >&57934 + echo "$as_me:9613: \$? = $ac_status" >&5 7852 7935 (exit $ac_status); }; }; then 7853 7936 eval "$as_ac_Header=yes" 7854 7937 else 7855 @@ -9239,7 +96 19,7 @@7938 @@ -9239,7 +9620,7 @@ 7856 7939 fi 7857 7940 rm -f conftest.$ac_objext conftest.$ac_ext 7858 7941 fi 7859 7942 -echo "$as_me:9242: result: `eval echo '${'$as_ac_Header'}'`" >&5 7860 +echo "$as_me:962 2: result: `eval echo '${'$as_ac_Header'}'`" >&57943 +echo "$as_me:9623: result: `eval echo '${'$as_ac_Header'}'`" >&5 7861 7944 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 7862 7945 if test `eval echo '${'$as_ac_Header'}'` = yes; then 7863 7946 cat >>confdefs.h <<EOF 7864 @@ -9249,13 +96 29,13 @@7947 @@ -9249,13 +9630,13 @@ 7865 7948 fi 7866 7949 done 7867 7950 7868 7951 -echo "$as_me:9252: checking for signed char" >&5 7869 +echo "$as_me:963 2: checking for signed char" >&57952 +echo "$as_me:9633: checking for signed char" >&5 7870 7953 echo $ECHO_N "checking for signed char... $ECHO_C" >&6 7871 7954 if test "${ac_cv_type_signed_char+set}" = set; then … … 7874 7957 cat >conftest.$ac_ext <<_ACEOF 7875 7958 -#line 9258 "configure" 7876 +#line 963 8"configure"7959 +#line 9639 "configure" 7877 7960 #include "confdefs.h" 7878 7961 $ac_includes_default 7879 7962 int 7880 @@ -9270,16 +965 0,16 @@7963 @@ -9270,16 +9651,16 @@ 7881 7964 } 7882 7965 _ACEOF 7883 7966 rm -f conftest.$ac_objext 7884 7967 -if { (eval echo "$as_me:9273: \"$ac_compile\"") >&5 7885 +if { (eval echo "$as_me:965 3: \"$ac_compile\"") >&57968 +if { (eval echo "$as_me:9654: \"$ac_compile\"") >&5 7886 7969 (eval $ac_compile) 2>&5 7887 7970 ac_status=$? 7888 7971 - echo "$as_me:9276: \$? = $ac_status" >&5 7889 + echo "$as_me:965 6: \$? = $ac_status" >&57972 + echo "$as_me:9657: \$? = $ac_status" >&5 7890 7973 (exit $ac_status); } && 7891 7974 { ac_try='test -s conftest.$ac_objext' 7892 7975 - { (eval echo "$as_me:9279: \"$ac_try\"") >&5 7893 + { (eval echo "$as_me:96 59: \"$ac_try\"") >&57976 + { (eval echo "$as_me:9660: \"$ac_try\"") >&5 7894 7977 (eval $ac_try) 2>&5 7895 7978 ac_status=$? 7896 7979 - echo "$as_me:9282: \$? = $ac_status" >&5 7897 + echo "$as_me:966 2: \$? = $ac_status" >&57980 + echo "$as_me:9663: \$? = $ac_status" >&5 7898 7981 (exit $ac_status); }; }; then 7899 7982 ac_cv_type_signed_char=yes 7900 7983 else 7901 @@ -9289,10 +96 69,10 @@7984 @@ -9289,10 +9670,10 @@ 7902 7985 fi 7903 7986 rm -f conftest.$ac_objext conftest.$ac_ext 7904 7987 fi 7905 7988 -echo "$as_me:9292: result: $ac_cv_type_signed_char" >&5 7906 +echo "$as_me:967 2: result: $ac_cv_type_signed_char" >&57989 +echo "$as_me:9673: result: $ac_cv_type_signed_char" >&5 7907 7990 echo "${ECHO_T}$ac_cv_type_signed_char" >&6 7908 7991 7909 7992 -echo "$as_me:9295: checking size of signed char" >&5 7910 +echo "$as_me:967 5: checking size of signed char" >&57993 +echo "$as_me:9676: checking size of signed char" >&5 7911 7994 echo $ECHO_N "checking size of signed char... $ECHO_C" >&6 7912 7995 if test "${ac_cv_sizeof_signed_char+set}" = set; then 7913 7996 echo $ECHO_N "(cached) $ECHO_C" >&6 7914 @@ -9301,7 +968 1,7 @@7997 @@ -9301,7 +9682,7 @@ 7915 7998 if test "$cross_compiling" = yes; then 7916 7999 # Depending upon the size, compute the lo and hi bounds. 7917 8000 cat >conftest.$ac_ext <<_ACEOF 7918 8001 -#line 9304 "configure" 7919 +#line 968 4"configure"8002 +#line 9685 "configure" 7920 8003 #include "confdefs.h" 7921 8004 $ac_includes_default 7922 8005 int 7923 @@ -9313,21 +969 3,21 @@8006 @@ -9313,21 +9694,21 @@ 7924 8007 } 7925 8008 _ACEOF 7926 8009 rm -f conftest.$ac_objext 7927 8010 -if { (eval echo "$as_me:9316: \"$ac_compile\"") >&5 7928 +if { (eval echo "$as_me:969 6: \"$ac_compile\"") >&58011 +if { (eval echo "$as_me:9697: \"$ac_compile\"") >&5 7929 8012 (eval $ac_compile) 2>&5 7930 8013 ac_status=$? 7931 8014 - echo "$as_me:9319: \$? = $ac_status" >&5 7932 + echo "$as_me:9 699: \$? = $ac_status" >&58015 + echo "$as_me:9700: \$? = $ac_status" >&5 7933 8016 (exit $ac_status); } && 7934 8017 { ac_try='test -s conftest.$ac_objext' 7935 8018 - { (eval echo "$as_me:9322: \"$ac_try\"") >&5 7936 + { (eval echo "$as_me:970 2: \"$ac_try\"") >&58019 + { (eval echo "$as_me:9703: \"$ac_try\"") >&5 7937 8020 (eval $ac_try) 2>&5 7938 8021 ac_status=$? 7939 8022 - echo "$as_me:9325: \$? = $ac_status" >&5 7940 + echo "$as_me:970 5: \$? = $ac_status" >&58023 + echo "$as_me:9706: \$? = $ac_status" >&5 7941 8024 (exit $ac_status); }; }; then 7942 8025 ac_lo=0 ac_mid=0 … … 7944 8027 cat >conftest.$ac_ext <<_ACEOF 7945 8028 -#line 9330 "configure" 7946 +#line 971 0"configure"8029 +#line 9711 "configure" 7947 8030 #include "confdefs.h" 7948 8031 $ac_includes_default 7949 8032 int 7950 @@ -9339,16 +97 19,16 @@8033 @@ -9339,16 +9720,16 @@ 7951 8034 } 7952 8035 _ACEOF 7953 8036 rm -f conftest.$ac_objext 7954 8037 -if { (eval echo "$as_me:9342: \"$ac_compile\"") >&5 7955 +if { (eval echo "$as_me:972 2: \"$ac_compile\"") >&58038 +if { (eval echo "$as_me:9723: \"$ac_compile\"") >&5 7956 8039 (eval $ac_compile) 2>&5 7957 8040 ac_status=$? 7958 8041 - echo "$as_me:9345: \$? = $ac_status" >&5 7959 + echo "$as_me:972 5: \$? = $ac_status" >&58042 + echo "$as_me:9726: \$? = $ac_status" >&5 7960 8043 (exit $ac_status); } && 7961 8044 { ac_try='test -s conftest.$ac_objext' 7962 8045 - { (eval echo "$as_me:9348: \"$ac_try\"") >&5 7963 + { (eval echo "$as_me:972 8: \"$ac_try\"") >&58046 + { (eval echo "$as_me:9729: \"$ac_try\"") >&5 7964 8047 (eval $ac_try) 2>&5 7965 8048 ac_status=$? 7966 8049 - echo "$as_me:9351: \$? = $ac_status" >&5 7967 + echo "$as_me:973 1: \$? = $ac_status" >&58050 + echo "$as_me:9732: \$? = $ac_status" >&5 7968 8051 (exit $ac_status); }; }; then 7969 8052 ac_hi=$ac_mid; break 7970 8053 else 7971 @@ -9364,7 +974 4,7 @@8054 @@ -9364,7 +9745,7 @@ 7972 8055 ac_hi=-1 ac_mid=-1 7973 8056 while :; do 7974 8057 cat >conftest.$ac_ext <<_ACEOF 7975 8058 -#line 9367 "configure" 7976 +#line 974 7"configure"8059 +#line 9748 "configure" 7977 8060 #include "confdefs.h" 7978 8061 $ac_includes_default 7979 8062 int 7980 @@ -9376,16 +975 6,16 @@8063 @@ -9376,16 +9757,16 @@ 7981 8064 } 7982 8065 _ACEOF 7983 8066 rm -f conftest.$ac_objext 7984 8067 -if { (eval echo "$as_me:9379: \"$ac_compile\"") >&5 7985 +if { (eval echo "$as_me:97 59: \"$ac_compile\"") >&58068 +if { (eval echo "$as_me:9760: \"$ac_compile\"") >&5 7986 8069 (eval $ac_compile) 2>&5 7987 8070 ac_status=$? 7988 8071 - echo "$as_me:9382: \$? = $ac_status" >&5 7989 + echo "$as_me:976 2: \$? = $ac_status" >&58072 + echo "$as_me:9763: \$? = $ac_status" >&5 7990 8073 (exit $ac_status); } && 7991 8074 { ac_try='test -s conftest.$ac_objext' 7992 8075 - { (eval echo "$as_me:9385: \"$ac_try\"") >&5 7993 + { (eval echo "$as_me:976 5: \"$ac_try\"") >&58076 + { (eval echo "$as_me:9766: \"$ac_try\"") >&5 7994 8077 (eval $ac_try) 2>&5 7995 8078 ac_status=$? 7996 8079 - echo "$as_me:9388: \$? = $ac_status" >&5 7997 + echo "$as_me:976 8: \$? = $ac_status" >&58080 + echo "$as_me:9769: \$? = $ac_status" >&5 7998 8081 (exit $ac_status); }; }; then 7999 8082 ac_lo=$ac_mid; break 8000 8083 else 8001 @@ -9401,7 +978 1,7 @@8084 @@ -9401,7 +9782,7 @@ 8002 8085 while test "x$ac_lo" != "x$ac_hi"; do 8003 8086 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 8004 8087 cat >conftest.$ac_ext <<_ACEOF 8005 8088 -#line 9404 "configure" 8006 +#line 978 4"configure"8089 +#line 9785 "configure" 8007 8090 #include "confdefs.h" 8008 8091 $ac_includes_default 8009 8092 int 8010 @@ -9413,16 +979 3,16 @@8093 @@ -9413,16 +9794,16 @@ 8011 8094 } 8012 8095 _ACEOF 8013 8096 rm -f conftest.$ac_objext 8014 8097 -if { (eval echo "$as_me:9416: \"$ac_compile\"") >&5 8015 +if { (eval echo "$as_me:979 6: \"$ac_compile\"") >&58098 +if { (eval echo "$as_me:9797: \"$ac_compile\"") >&5 8016 8099 (eval $ac_compile) 2>&5 8017 8100 ac_status=$? 8018 8101 - echo "$as_me:9419: \$? = $ac_status" >&5 8019 + echo "$as_me:9 799: \$? = $ac_status" >&58102 + echo "$as_me:9800: \$? = $ac_status" >&5 8020 8103 (exit $ac_status); } && 8021 8104 { ac_try='test -s conftest.$ac_objext' 8022 8105 - { (eval echo "$as_me:9422: \"$ac_try\"") >&5 8023 + { (eval echo "$as_me:980 2: \"$ac_try\"") >&58106 + { (eval echo "$as_me:9803: \"$ac_try\"") >&5 8024 8107 (eval $ac_try) 2>&5 8025 8108 ac_status=$? 8026 8109 - echo "$as_me:9425: \$? = $ac_status" >&5 8027 + echo "$as_me:980 5: \$? = $ac_status" >&58110 + echo "$as_me:9806: \$? = $ac_status" >&5 8028 8111 (exit $ac_status); }; }; then 8029 8112 ac_hi=$ac_mid 8030 8113 else 8031 @@ -9435,12 +981 5,12 @@8114 @@ -9435,12 +9816,12 @@ 8032 8115 ac_cv_sizeof_signed_char=$ac_lo 8033 8116 else 8034 8117 if test "$cross_compiling" = yes; then 8035 8118 - { { echo "$as_me:9438: error: cannot run test program while cross compiling" >&5 8036 + { { echo "$as_me:981 8: error: cannot run test program while cross compiling" >&58119 + { { echo "$as_me:9819: error: cannot run test program while cross compiling" >&5 8037 8120 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 8038 8121 { (exit 1); exit 1; }; } … … 8040 8123 cat >conftest.$ac_ext <<_ACEOF 8041 8124 -#line 9443 "configure" 8042 +#line 982 3"configure"8125 +#line 9824 "configure" 8043 8126 #include "confdefs.h" 8044 8127 $ac_includes_default 8045 8128 int 8046 @@ -9456,15 +983 6,15 @@8129 @@ -9456,15 +9837,15 @@ 8047 8130 } 8048 8131 _ACEOF 8049 8132 rm -f conftest$ac_exeext 8050 8133 -if { (eval echo "$as_me:9459: \"$ac_link\"") >&5 8051 +if { (eval echo "$as_me:98 39: \"$ac_link\"") >&58134 +if { (eval echo "$as_me:9840: \"$ac_link\"") >&5 8052 8135 (eval $ac_link) 2>&5 8053 8136 ac_status=$? 8054 8137 - echo "$as_me:9462: \$? = $ac_status" >&5 8055 + echo "$as_me:984 2: \$? = $ac_status" >&58138 + echo "$as_me:9843: \$? = $ac_status" >&5 8056 8139 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8057 8140 - { (eval echo "$as_me:9464: \"$ac_try\"") >&5 8058 + { (eval echo "$as_me:984 4: \"$ac_try\"") >&58141 + { (eval echo "$as_me:9845: \"$ac_try\"") >&5 8059 8142 (eval $ac_try) 2>&5 8060 8143 ac_status=$? 8061 8144 - echo "$as_me:9467: \$? = $ac_status" >&5 8062 + echo "$as_me:984 7: \$? = $ac_status" >&58145 + echo "$as_me:9848: \$? = $ac_status" >&5 8063 8146 (exit $ac_status); }; }; then 8064 8147 ac_cv_sizeof_signed_char=`cat conftest.val` 8065 8148 else 8066 @@ -9480,7 +986 0,7 @@8149 @@ -9480,7 +9861,7 @@ 8067 8150 ac_cv_sizeof_signed_char=0 8068 8151 fi 8069 8152 fi 8070 8153 -echo "$as_me:9483: result: $ac_cv_sizeof_signed_char" >&5 8071 +echo "$as_me:986 3: result: $ac_cv_sizeof_signed_char" >&58154 +echo "$as_me:9864: result: $ac_cv_sizeof_signed_char" >&5 8072 8155 echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6 8073 8156 cat >>confdefs.h <<EOF 8074 8157 #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char 8075 @@ -9491,7 +987 1,7 @@8158 @@ -9491,7 +9872,7 @@ 8076 8159 else 8077 8160 NCURSES_SBOOL="char" 8078 8161 fi 8079 8162 -echo "$as_me:9494: checking if you want to use signed Boolean array in term.h" >&5 8080 +echo "$as_me:987 4: checking if you want to use signed Boolean array in term.h" >&58163 +echo "$as_me:9875: checking if you want to use signed Boolean array in term.h" >&5 8081 8164 echo $ECHO_N "checking if you want to use signed Boolean array in term.h... $ECHO_C" >&6 8082 8165 8083 8166 # Check whether --enable-signed-char or --disable-signed-char was given. 8084 @@ -9501,12 +988 1,12 @@8167 @@ -9501,12 +9882,12 @@ 8085 8168 else 8086 8169 with_signed_char=no 8087 8170 fi; 8088 8171 -echo "$as_me:9504: result: $with_signed_char" >&5 8089 +echo "$as_me:988 4: result: $with_signed_char" >&58172 +echo "$as_me:9885: result: $with_signed_char" >&5 8090 8173 echo "${ECHO_T}$with_signed_char" >&6 8091 8174 test "$with_signed_char" != yes && NCURSES_SBOOL="char" … … 8093 8176 ### use option --enable-sigwinch to turn on use of SIGWINCH logic 8094 8177 -echo "$as_me:9509: checking if you want SIGWINCH handler" >&5 8095 +echo "$as_me:98 89: checking if you want SIGWINCH handler" >&58178 +echo "$as_me:9890: checking if you want SIGWINCH handler" >&5 8096 8179 echo $ECHO_N "checking if you want SIGWINCH handler... $ECHO_C" >&6 8097 8180 8098 8181 # Check whether --enable-sigwinch or --disable-sigwinch was given. 8099 @@ -9516,14 +989 6,14 @@8182 @@ -9516,14 +9897,14 @@ 8100 8183 else 8101 8184 with_sigwinch=$with_ext_funcs 8102 8185 fi; 8103 8186 -echo "$as_me:9519: result: $with_sigwinch" >&5 8104 +echo "$as_me:9 899: result: $with_sigwinch" >&58187 +echo "$as_me:9900: result: $with_sigwinch" >&5 8105 8188 echo "${ECHO_T}$with_sigwinch" >&6 8106 8189 test "$with_sigwinch" = yes && cat >>confdefs.h <<\EOF … … 8110 8193 ### use option --enable-tcap-names to allow user to define new capabilities 8111 8194 -echo "$as_me:9526: checking if you want user-definable terminal capabilities like termcap" >&5 8112 +echo "$as_me:990 6: checking if you want user-definable terminal capabilities like termcap" >&58195 +echo "$as_me:9907: checking if you want user-definable terminal capabilities like termcap" >&5 8113 8196 echo $ECHO_N "checking if you want user-definable terminal capabilities like termcap... $ECHO_C" >&6 8114 8197 8115 8198 # Check whether --enable-tcap-names or --disable-tcap-names was given. 8116 @@ -9533,7 +991 3,7 @@8199 @@ -9533,7 +9914,7 @@ 8117 8200 else 8118 8201 with_tcap_names=$with_ext_funcs 8119 8202 fi; 8120 8203 -echo "$as_me:9536: result: $with_tcap_names" >&5 8121 +echo "$as_me:991 6: result: $with_tcap_names" >&58204 +echo "$as_me:9917: result: $with_tcap_names" >&5 8122 8205 echo "${ECHO_T}$with_tcap_names" >&6 8123 8206 NCURSES_XNAMES=0 8124 8207 test "$with_tcap_names" = yes && NCURSES_XNAMES=1 8125 @@ -9541,7 +992 1,7 @@8208 @@ -9541,7 +9922,7 @@ 8126 8209 ############################################################################### 8127 8210 # These options are relatively safe to experiment with. 8128 8211 8129 8212 -echo "$as_me:9544: checking if you want all development code" >&5 8130 +echo "$as_me:992 4: checking if you want all development code" >&58213 +echo "$as_me:9925: checking if you want all development code" >&5 8131 8214 echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6 8132 8215 8133 8216 # Check whether --with-develop or --without-develop was given. 8134 @@ -9551,11 +993 1,11 @@8217 @@ -9551,11 +9932,11 @@ 8135 8218 else 8136 8219 with_develop=no 8137 8220 fi; 8138 8221 -echo "$as_me:9554: result: $with_develop" >&5 8139 +echo "$as_me:993 4: result: $with_develop" >&58222 +echo "$as_me:9935: result: $with_develop" >&5 8140 8223 echo "${ECHO_T}$with_develop" >&6 8141 8224 8142 8225 ### use option --enable-hard-tabs to turn on use of hard-tabs optimize 8143 8226 -echo "$as_me:9558: checking if you want hard-tabs code" >&5 8144 +echo "$as_me:993 8: checking if you want hard-tabs code" >&58227 +echo "$as_me:9939: checking if you want hard-tabs code" >&5 8145 8228 echo $ECHO_N "checking if you want hard-tabs code... $ECHO_C" >&6 8146 8229 8147 8230 # Check whether --enable-hard-tabs or --disable-hard-tabs was given. 8148 @@ -9565,14 +994 5,14 @@8231 @@ -9565,14 +9946,14 @@ 8149 8232 else 8150 8233 enable_hard_tabs=$with_develop 8151 8234 fi; 8152 8235 -echo "$as_me:9568: result: $enable_hard_tabs" >&5 8153 +echo "$as_me:994 8: result: $enable_hard_tabs" >&58236 +echo "$as_me:9949: result: $enable_hard_tabs" >&5 8154 8237 echo "${ECHO_T}$enable_hard_tabs" >&6 8155 8238 test "$enable_hard_tabs" = yes && cat >>confdefs.h <<\EOF … … 8159 8242 ### use option --enable-xmc-glitch to turn on use of magic-cookie optimize 8160 8243 -echo "$as_me:9575: checking if you want limited support for xmc" >&5 8161 +echo "$as_me:995 5: checking if you want limited support for xmc" >&58244 +echo "$as_me:9956: checking if you want limited support for xmc" >&5 8162 8245 echo $ECHO_N "checking if you want limited support for xmc... $ECHO_C" >&6 8163 8246 8164 8247 # Check whether --enable-xmc-glitch or --disable-xmc-glitch was given. 8165 @@ -9582,7 +996 2,7 @@8248 @@ -9582,7 +9963,7 @@ 8166 8249 else 8167 8250 enable_xmc_glitch=$with_develop 8168 8251 fi; 8169 8252 -echo "$as_me:9585: result: $enable_xmc_glitch" >&5 8170 +echo "$as_me:996 5: result: $enable_xmc_glitch" >&58253 +echo "$as_me:9966: result: $enable_xmc_glitch" >&5 8171 8254 echo "${ECHO_T}$enable_xmc_glitch" >&6 8172 8255 test "$enable_xmc_glitch" = yes && cat >>confdefs.h <<\EOF 8173 8256 #define USE_XMC_SUPPORT 1 8174 @@ -9591,7 +997 1,7 @@8257 @@ -9591,7 +9972,7 @@ 8175 8258 ############################################################################### 8176 8259 # These are just experimental, probably should not be in a package: 8177 8260 8178 8261 -echo "$as_me:9594: checking if you do not want to assume colors are white-on-black" >&5 8179 +echo "$as_me:997 4: checking if you do not want to assume colors are white-on-black" >&58262 +echo "$as_me:9975: checking if you do not want to assume colors are white-on-black" >&5 8180 8263 echo $ECHO_N "checking if you do not want to assume colors are white-on-black... $ECHO_C" >&6 8181 8264 8182 8265 # Check whether --enable-assumed-color or --disable-assumed-color was given. 8183 @@ -9601,14 +998 1,14 @@8266 @@ -9601,14 +9982,14 @@ 8184 8267 else 8185 8268 with_assumed_color=yes 8186 8269 fi; 8187 8270 -echo "$as_me:9604: result: $with_assumed_color" >&5 8188 +echo "$as_me:998 4: result: $with_assumed_color" >&58271 +echo "$as_me:9985: result: $with_assumed_color" >&5 8189 8272 echo "${ECHO_T}$with_assumed_color" >&6 8190 8273 test "$with_assumed_color" = yes && cat >>confdefs.h <<\EOF … … 8194 8277 ### use option --enable-hashmap to turn on use of hashmap scrolling logic 8195 8278 -echo "$as_me:9611: checking if you want hashmap scrolling-optimization code" >&5 8196 +echo "$as_me:999 1: checking if you want hashmap scrolling-optimization code" >&58279 +echo "$as_me:9992: checking if you want hashmap scrolling-optimization code" >&5 8197 8280 echo $ECHO_N "checking if you want hashmap scrolling-optimization code... $ECHO_C" >&6 8198 8281 8199 8282 # Check whether --enable-hashmap or --disable-hashmap was given. 8200 @@ -9618,14 +999 8,14 @@8283 @@ -9618,14 +9999,14 @@ 8201 8284 else 8202 8285 with_hashmap=yes 8203 8286 fi; 8204 8287 -echo "$as_me:9621: result: $with_hashmap" >&5 8205 +echo "$as_me:1000 1: result: $with_hashmap" >&58288 +echo "$as_me:10002: result: $with_hashmap" >&5 8206 8289 echo "${ECHO_T}$with_hashmap" >&6 8207 8290 test "$with_hashmap" = yes && cat >>confdefs.h <<\EOF … … 8211 8294 ### use option --enable-colorfgbg to turn on use of $COLORFGBG environment 8212 8295 -echo "$as_me:9628: checking if you want colorfgbg code" >&5 8213 +echo "$as_me:1000 8: checking if you want colorfgbg code" >&58296 +echo "$as_me:10009: checking if you want colorfgbg code" >&5 8214 8297 echo $ECHO_N "checking if you want colorfgbg code... $ECHO_C" >&6 8215 8298 8216 8299 # Check whether --enable-colorfgbg or --disable-colorfgbg was given. 8217 @@ -9635,7 +1001 5,7 @@8300 @@ -9635,7 +10016,7 @@ 8218 8301 else 8219 8302 with_colorfgbg=no 8220 8303 fi; 8221 8304 -echo "$as_me:9638: result: $with_colorfgbg" >&5 8222 +echo "$as_me:1001 8: result: $with_colorfgbg" >&58305 +echo "$as_me:10019: result: $with_colorfgbg" >&5 8223 8306 echo "${ECHO_T}$with_colorfgbg" >&6 8224 8307 test "$with_colorfgbg" = yes && cat >>confdefs.h <<\EOF 8225 8308 #define USE_COLORFGBG 1 8226 @@ -9644,7 +1002 4,7 @@8309 @@ -9644,7 +10025,7 @@ 8227 8310 # This is still experimental (20080329), but should ultimately be moved to 8228 8311 # the script-block --with-normal, etc. 8229 8312 8230 8313 -echo "$as_me:9647: checking if you want to link with the pthread library" >&5 8231 +echo "$as_me:1002 7: checking if you want to link with the pthread library" >&58314 +echo "$as_me:10028: checking if you want to link with the pthread library" >&5 8232 8315 echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6 8233 8316 8234 8317 # Check whether --with-pthread or --without-pthread was given. 8235 @@ -9654,27 +1003 4,27 @@8318 @@ -9654,27 +10035,27 @@ 8236 8319 else 8237 8320 with_pthread=no 8238 8321 fi; 8239 8322 -echo "$as_me:9657: result: $with_pthread" >&5 8240 +echo "$as_me:1003 7: result: $with_pthread" >&58323 +echo "$as_me:10038: result: $with_pthread" >&5 8241 8324 echo "${ECHO_T}$with_pthread" >&6 8242 8325 8243 8326 if test "$with_pthread" != no ; then 8244 8327 - echo "$as_me:9661: checking for pthread.h" >&5 8245 + echo "$as_me:1004 1: checking for pthread.h" >&58328 + echo "$as_me:10042: checking for pthread.h" >&5 8246 8329 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6 8247 8330 if test "${ac_cv_header_pthread_h+set}" = set; then … … 8250 8333 cat >conftest.$ac_ext <<_ACEOF 8251 8334 -#line 9667 "configure" 8252 +#line 1004 7"configure"8335 +#line 10048 "configure" 8253 8336 #include "confdefs.h" 8254 8337 #include <pthread.h> 8255 8338 _ACEOF 8256 8339 -if { (eval echo "$as_me:9671: \"$ac_cpp conftest.$ac_ext\"") >&5 8257 +if { (eval echo "$as_me:1005 1: \"$ac_cpp conftest.$ac_ext\"") >&58340 +if { (eval echo "$as_me:10052: \"$ac_cpp conftest.$ac_ext\"") >&5 8258 8341 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8259 8342 ac_status=$? … … 8262 8345 cat conftest.err >&5 8263 8346 - echo "$as_me:9677: \$? = $ac_status" >&5 8264 + echo "$as_me:1005 7: \$? = $ac_status" >&58347 + echo "$as_me:10058: \$? = $ac_status" >&5 8265 8348 (exit $ac_status); } >/dev/null; then 8266 8349 if test -s conftest.err; then 8267 8350 ac_cpp_err=$ac_c_preproc_warn_flag 8268 @@ -9693,7 +1007 3,7 @@8351 @@ -9693,7 +10074,7 @@ 8269 8352 fi 8270 8353 rm -f conftest.err conftest.$ac_ext 8271 8354 fi 8272 8355 -echo "$as_me:9696: result: $ac_cv_header_pthread_h" >&5 8273 +echo "$as_me:1007 6: result: $ac_cv_header_pthread_h" >&58356 +echo "$as_me:10077: result: $ac_cv_header_pthread_h" >&5 8274 8357 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6 8275 8358 if test $ac_cv_header_pthread_h = yes; then 8276 8359 8277 @@ -9701,12 +1008 1,12 @@8360 @@ -9701,12 +10082,12 @@ 8278 8361 #define HAVE_PTHREADS_H 1 8279 8362 EOF 8280 8363 8281 8364 - echo "$as_me:9704: checking if we can link with the pthread library" >&5 8282 + echo "$as_me:1008 4: checking if we can link with the pthread library" >&58365 + echo "$as_me:10085: checking if we can link with the pthread library" >&5 8283 8366 echo $ECHO_N "checking if we can link with the pthread library... $ECHO_C" >&6 8284 8367 cf_save_LIBS="$LIBS" … … 8286 8369 cat >conftest.$ac_ext <<_ACEOF 8287 8370 -#line 9709 "configure" 8288 +#line 100 89"configure"8371 +#line 10090 "configure" 8289 8372 #include "confdefs.h" 8290 8373 8291 8374 #include <pthread.h> 8292 @@ -9722,16 +1010 2,16 @@8375 @@ -9722,16 +10103,16 @@ 8293 8376 } 8294 8377 _ACEOF 8295 8378 rm -f conftest.$ac_objext conftest$ac_exeext 8296 8379 -if { (eval echo "$as_me:9725: \"$ac_link\"") >&5 8297 +if { (eval echo "$as_me:1010 5: \"$ac_link\"") >&58380 +if { (eval echo "$as_me:10106: \"$ac_link\"") >&5 8298 8381 (eval $ac_link) 2>&5 8299 8382 ac_status=$? 8300 8383 - echo "$as_me:9728: \$? = $ac_status" >&5 8301 + echo "$as_me:1010 8: \$? = $ac_status" >&58384 + echo "$as_me:10109: \$? = $ac_status" >&5 8302 8385 (exit $ac_status); } && 8303 8386 { ac_try='test -s conftest$ac_exeext' 8304 8387 - { (eval echo "$as_me:9731: \"$ac_try\"") >&5 8305 + { (eval echo "$as_me:1011 1: \"$ac_try\"") >&58388 + { (eval echo "$as_me:10112: \"$ac_try\"") >&5 8306 8389 (eval $ac_try) 2>&5 8307 8390 ac_status=$? 8308 8391 - echo "$as_me:9734: \$? = $ac_status" >&5 8309 + echo "$as_me:1011 4: \$? = $ac_status" >&58392 + echo "$as_me:10115: \$? = $ac_status" >&5 8310 8393 (exit $ac_status); }; }; then 8311 8394 with_pthread=yes 8312 8395 else 8313 @@ -9741,7 +1012 1,7 @@8396 @@ -9741,7 +10122,7 @@ 8314 8397 fi 8315 8398 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8316 8399 LIBS="$cf_save_LIBS" 8317 8400 - echo "$as_me:9744: result: $with_pthread" >&5 8318 + echo "$as_me:1012 4: result: $with_pthread" >&58401 + echo "$as_me:10125: result: $with_pthread" >&5 8319 8402 echo "${ECHO_T}$with_pthread" >&6 8320 8403 8321 8404 if test "$with_pthread" = yes ; then 8322 @@ -9751,7 +1013 1,7 @@8405 @@ -9751,7 +10132,7 @@ 8323 8406 EOF 8324 8407 8325 8408 else 8326 8409 - { { echo "$as_me:9754: error: Cannot link with pthread library" >&5 8327 + { { echo "$as_me:1013 4: error: Cannot link with pthread library" >&58410 + { { echo "$as_me:10135: error: Cannot link with pthread library" >&5 8328 8411 echo "$as_me: error: Cannot link with pthread library" >&2;} 8329 8412 { (exit 1); exit 1; }; } 8330 8413 fi 8331 @@ -9760,7 +1014 0,7 @@8414 @@ -9760,7 +10141,7 @@ 8332 8415 8333 8416 fi 8334 8417 8335 8418 -echo "$as_me:9763: checking if you want to use weak-symbols for pthreads" >&5 8336 +echo "$as_me:1014 3: checking if you want to use weak-symbols for pthreads" >&58419 +echo "$as_me:10144: checking if you want to use weak-symbols for pthreads" >&5 8337 8420 echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6 8338 8421 8339 8422 # Check whether --enable-weak-symbols or --disable-weak-symbols was given. 8340 @@ -9770,18 +1015 0,18 @@8423 @@ -9770,18 +10151,18 @@ 8341 8424 else 8342 8425 use_weak_symbols=no 8343 8426 fi; 8344 8427 -echo "$as_me:9773: result: $use_weak_symbols" >&5 8345 +echo "$as_me:1015 3: result: $use_weak_symbols" >&58428 +echo "$as_me:10154: result: $use_weak_symbols" >&5 8346 8429 echo "${ECHO_T}$use_weak_symbols" >&6 8347 8430 if test "$use_weak_symbols" = yes ; then 8348 8431 8349 8432 -echo "$as_me:9777: checking if $CC supports weak symbols" >&5 8350 +echo "$as_me:1015 7: checking if $CC supports weak symbols" >&58433 +echo "$as_me:10158: checking if $CC supports weak symbols" >&5 8351 8434 echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6 8352 8435 if test "${cf_cv_weak_symbols+set}" = set; then … … 8356 8439 cat >conftest.$ac_ext <<_ACEOF 8357 8440 -#line 9784 "configure" 8358 +#line 1016 4"configure"8441 +#line 10165 "configure" 8359 8442 #include "confdefs.h" 8360 8443 8361 8444 #include <stdio.h> 8362 @@ -9807,16 +1018 7,16 @@8445 @@ -9807,16 +10188,16 @@ 8363 8446 } 8364 8447 _ACEOF 8365 8448 rm -f conftest.$ac_objext 8366 8449 -if { (eval echo "$as_me:9810: \"$ac_compile\"") >&5 8367 +if { (eval echo "$as_me:1019 0: \"$ac_compile\"") >&58450 +if { (eval echo "$as_me:10191: \"$ac_compile\"") >&5 8368 8451 (eval $ac_compile) 2>&5 8369 8452 ac_status=$? 8370 8453 - echo "$as_me:9813: \$? = $ac_status" >&5 8371 + echo "$as_me:1019 3: \$? = $ac_status" >&58454 + echo "$as_me:10194: \$? = $ac_status" >&5 8372 8455 (exit $ac_status); } && 8373 8456 { ac_try='test -s conftest.$ac_objext' 8374 8457 - { (eval echo "$as_me:9816: \"$ac_try\"") >&5 8375 + { (eval echo "$as_me:1019 6: \"$ac_try\"") >&58458 + { (eval echo "$as_me:10197: \"$ac_try\"") >&5 8376 8459 (eval $ac_try) 2>&5 8377 8460 ac_status=$? 8378 8461 - echo "$as_me:9819: \$? = $ac_status" >&5 8379 + echo "$as_me:10 199: \$? = $ac_status" >&58462 + echo "$as_me:10200: \$? = $ac_status" >&5 8380 8463 (exit $ac_status); }; }; then 8381 8464 cf_cv_weak_symbols=yes 8382 8465 else 8383 @@ -9827,7 +1020 7,7 @@8466 @@ -9827,7 +10208,7 @@ 8384 8467 rm -f conftest.$ac_objext conftest.$ac_ext 8385 8468 8386 8469 fi 8387 8470 -echo "$as_me:9830: result: $cf_cv_weak_symbols" >&5 8388 +echo "$as_me:1021 0: result: $cf_cv_weak_symbols" >&58471 +echo "$as_me:10211: result: $cf_cv_weak_symbols" >&5 8389 8472 echo "${ECHO_T}$cf_cv_weak_symbols" >&6 8390 8473 8391 8474 else 8392 @@ -9857,7 +1023 7,7 @@8475 @@ -9857,7 +10238,7 @@ 8393 8476 # opaque outside of that, so there is no --enable-opaque option. We can use 8394 8477 # this option without --with-pthreads, but this will be always set for 8395 8478 # pthreads. 8396 8479 -echo "$as_me:9860: checking if you want experimental reentrant code" >&5 8397 +echo "$as_me:1024 0: checking if you want experimental reentrant code" >&58480 +echo "$as_me:10241: checking if you want experimental reentrant code" >&5 8398 8481 echo $ECHO_N "checking if you want experimental reentrant code... $ECHO_C" >&6 8399 8482 8400 8483 # Check whether --enable-reentrant or --disable-reentrant was given. 8401 @@ -9867,21 +1024 7,21 @@8484 @@ -9867,21 +10248,21 @@ 8402 8485 else 8403 8486 with_reentrant=no 8404 8487 fi; 8405 8488 -echo "$as_me:9870: result: $with_reentrant" >&5 8406 +echo "$as_me:1025 0: result: $with_reentrant" >&58489 +echo "$as_me:10251: result: $with_reentrant" >&5 8407 8490 echo "${ECHO_T}$with_reentrant" >&6 8408 8491 if test "$with_reentrant" = yes ; then … … 8426 8509 #define USE_REENTRANT 1 8427 8510 EOF 8428 @@ -9891,7 +1027 1,7 @@8511 @@ -9891,7 +10272,7 @@ 8429 8512 5.*) 8430 8513 cf_cv_rel_version=6.0 8431 8514 cf_cv_abi_version=6 8432 8515 - { echo "$as_me:9894: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 8433 + { echo "$as_me:1027 4: WARNING: Overriding ABI version to $cf_cv_abi_version" >&58516 + { echo "$as_me:10275: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 8434 8517 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 8435 8518 ;; 8436 8519 esac 8437 @@ -9904,7 +1028 4,29 @@8520 @@ -9904,7 +10285,29 @@ 8438 8521 NCURSES_SIZE_T=short 8439 8522 fi … … 8441 8524 -echo "$as_me:9907: checking if you want experimental safe-sprintf code" >&5 8442 8525 +### Allow using a different wrap-prefix 8443 +if test "$cf_cv_enable_reentrant" != 0 ; then8444 + echo "$as_me:102 89: checking for prefix used to wrap public variables" >&58526 +if test "$cf_cv_enable_reentrant" != 0 || test "$BROKEN_LINKER" = 1 ; then 8527 + echo "$as_me:10290: checking for prefix used to wrap public variables" >&5 8445 8528 +echo $ECHO_N "checking for prefix used to wrap public variables... $ECHO_C" >&6 8446 8529 + … … 8452 8535 + NCURSES_WRAP_PREFIX=_nc_ 8453 8536 +fi; 8454 + echo "$as_me:10 299: result: $NCURSES_WRAP_PREFIX" >&58537 + echo "$as_me:10300: result: $NCURSES_WRAP_PREFIX" >&5 8455 8538 +echo "${ECHO_T}$NCURSES_WRAP_PREFIX" >&6 8456 8539 +else … … 8462 8545 +EOF 8463 8546 + 8464 +echo "$as_me:103 09: checking if you want experimental safe-sprintf code" >&58547 +echo "$as_me:10310: checking if you want experimental safe-sprintf code" >&5 8465 8548 echo $ECHO_N "checking if you want experimental safe-sprintf code... $ECHO_C" >&6 8466 8549 8467 8550 # Check whether --enable-safe-sprintf or --disable-safe-sprintf was given. 8468 @@ -9914,7 +1031 6,7 @@8551 @@ -9914,7 +10317,7 @@ 8469 8552 else 8470 8553 with_safe_sprintf=no 8471 8554 fi; 8472 8555 -echo "$as_me:9917: result: $with_safe_sprintf" >&5 8473 +echo "$as_me:103 19: result: $with_safe_sprintf" >&58556 +echo "$as_me:10320: result: $with_safe_sprintf" >&5 8474 8557 echo "${ECHO_T}$with_safe_sprintf" >&6 8475 8558 test "$with_safe_sprintf" = yes && cat >>confdefs.h <<\EOF 8476 8559 #define USE_SAFE_SPRINTF 1 8477 @@ -9923,7 +1032 5,7 @@8560 @@ -9923,7 +10326,7 @@ 8478 8561 ### use option --disable-scroll-hints to turn off use of scroll-hints scrolling logic 8479 8562 # when hashmap is used scroll hints are useless 8480 8563 if test "$with_hashmap" = no ; then 8481 8564 -echo "$as_me:9926: checking if you want to experiment without scrolling-hints code" >&5 8482 +echo "$as_me:1032 8: checking if you want to experiment without scrolling-hints code" >&58565 +echo "$as_me:10329: checking if you want to experiment without scrolling-hints code" >&5 8483 8566 echo $ECHO_N "checking if you want to experiment without scrolling-hints code... $ECHO_C" >&6 8484 8567 8485 8568 # Check whether --enable-scroll-hints or --disable-scroll-hints was given. 8486 @@ -9933,7 +1033 5,7 @@8569 @@ -9933,7 +10336,7 @@ 8487 8570 else 8488 8571 with_scroll_hints=yes 8489 8572 fi; 8490 8573 -echo "$as_me:9936: result: $with_scroll_hints" >&5 8491 +echo "$as_me:1033 8: result: $with_scroll_hints" >&58574 +echo "$as_me:10339: result: $with_scroll_hints" >&5 8492 8575 echo "${ECHO_T}$with_scroll_hints" >&6 8493 8576 test "$with_scroll_hints" = yes && cat >>confdefs.h <<\EOF 8494 8577 #define USE_SCROLL_HINTS 1 8495 @@ -9941,7 +1034 3,7 @@8578 @@ -9941,7 +10344,7 @@ 8496 8579 8497 8580 fi 8498 8581 8499 8582 -echo "$as_me:9944: checking if you want experimental wgetch-events code" >&5 8500 +echo "$as_me:1034 6: checking if you want experimental wgetch-events code" >&58583 +echo "$as_me:10347: checking if you want experimental wgetch-events code" >&5 8501 8584 echo $ECHO_N "checking if you want experimental wgetch-events code... $ECHO_C" >&6 8502 8585 8503 8586 # Check whether --enable-wgetch-events or --disable-wgetch-events was given. 8504 @@ -9951,7 +1035 3,7 @@8587 @@ -9951,7 +10354,7 @@ 8505 8588 else 8506 8589 with_wgetch_events=no 8507 8590 fi; 8508 8591 -echo "$as_me:9954: result: $with_wgetch_events" >&5 8509 +echo "$as_me:1035 6: result: $with_wgetch_events" >&58592 +echo "$as_me:10357: result: $with_wgetch_events" >&5 8510 8593 echo "${ECHO_T}$with_wgetch_events" >&6 8511 8594 test "$with_wgetch_events" = yes && cat >>confdefs.h <<\EOF 8512 8595 #define NCURSES_WGETCH_EVENTS 1 8513 @@ -9960,7 +1036 2,7 @@8596 @@ -9960,7 +10363,7 @@ 8514 8597 ############################################################################### 8515 8598 8516 8599 ### use option --disable-echo to suppress full display compiling commands 8517 8600 -echo "$as_me:9963: checking if you want to display full commands during build" >&5 8518 +echo "$as_me:1036 5: checking if you want to display full commands during build" >&58601 +echo "$as_me:10366: checking if you want to display full commands during build" >&5 8519 8602 echo $ECHO_N "checking if you want to display full commands during build... $ECHO_C" >&6 8520 8603 8521 8604 # Check whether --enable-echo or --disable-echo was given. 8522 @@ -9977,11 +103 79,11 @@8605 @@ -9977,11 +10380,11 @@ 8523 8606 test -n "$LIBTOOL" && LIBTOOL="$LIBTOOL --silent" 8524 8607 test -n "$LIBTOOL_CXX" && LIBTOOL_CXX="$LIBTOOL_CXX --silent" 8525 8608 fi 8526 8609 -echo "$as_me:9980: result: $with_echo" >&5 8527 +echo "$as_me:1038 2: result: $with_echo" >&58610 +echo "$as_me:10383: result: $with_echo" >&5 8528 8611 echo "${ECHO_T}$with_echo" >&6 8529 8612 8530 8613 ### use option --enable-warnings to turn on all gcc warnings 8531 8614 -echo "$as_me:9984: checking if you want to see compiler warnings" >&5 8532 +echo "$as_me:1038 6: checking if you want to see compiler warnings" >&58615 +echo "$as_me:10387: checking if you want to see compiler warnings" >&5 8533 8616 echo $ECHO_N "checking if you want to see compiler warnings... $ECHO_C" >&6 8534 8617 8535 8618 # Check whether --enable-warnings or --disable-warnings was given. 8536 @@ -9989,7 +1039 1,7 @@8619 @@ -9989,7 +10392,7 @@ 8537 8620 enableval="$enable_warnings" 8538 8621 with_warnings=$enableval 8539 8622 fi; 8540 8623 -echo "$as_me:9992: result: $with_warnings" >&5 8541 +echo "$as_me:1039 4: result: $with_warnings" >&58624 +echo "$as_me:10395: result: $with_warnings" >&5 8542 8625 echo "${ECHO_T}$with_warnings" >&6 8543 8626 8544 8627 if test "x$with_warnings" = "xyes"; then 8545 @@ -10000,12 +1040 2,12 @@8628 @@ -10000,12 +10403,12 @@ 8546 8629 if test "$GCC" = yes ; then 8547 8630 case $host_os in 8548 8631 linux*|gnu*) 8549 8632 - echo "$as_me:10003: checking if this is really Intel C compiler" >&5 8550 + echo "$as_me:1040 5: checking if this is really Intel C compiler" >&58633 + echo "$as_me:10406: checking if this is really Intel C compiler" >&5 8551 8634 echo $ECHO_N "checking if this is really Intel C compiler... $ECHO_C" >&6 8552 8635 cf_save_CFLAGS="$CFLAGS" … … 8554 8637 cat >conftest.$ac_ext <<_ACEOF 8555 8638 -#line 10008 "configure" 8556 +#line 1041 0"configure"8639 +#line 10411 "configure" 8557 8640 #include "confdefs.h" 8558 8641 8559 8642 int 8560 @@ -10022,16 +1042 4,16 @@8643 @@ -10022,16 +10425,16 @@ 8561 8644 } 8562 8645 _ACEOF 8563 8646 rm -f conftest.$ac_objext 8564 8647 -if { (eval echo "$as_me:10025: \"$ac_compile\"") >&5 8565 +if { (eval echo "$as_me:1042 7: \"$ac_compile\"") >&58648 +if { (eval echo "$as_me:10428: \"$ac_compile\"") >&5 8566 8649 (eval $ac_compile) 2>&5 8567 8650 ac_status=$? 8568 8651 - echo "$as_me:10028: \$? = $ac_status" >&5 8569 + echo "$as_me:1043 0: \$? = $ac_status" >&58652 + echo "$as_me:10431: \$? = $ac_status" >&5 8570 8653 (exit $ac_status); } && 8571 8654 { ac_try='test -s conftest.$ac_objext' 8572 8655 - { (eval echo "$as_me:10031: \"$ac_try\"") >&5 8573 + { (eval echo "$as_me:1043 3: \"$ac_try\"") >&58656 + { (eval echo "$as_me:10434: \"$ac_try\"") >&5 8574 8657 (eval $ac_try) 2>&5 8575 8658 ac_status=$? 8576 8659 - echo "$as_me:10034: \$? = $ac_status" >&5 8577 + echo "$as_me:1043 6: \$? = $ac_status" >&58660 + echo "$as_me:10437: \$? = $ac_status" >&5 8578 8661 (exit $ac_status); }; }; then 8579 8662 INTEL_COMPILER=yes 8580 8663 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc" 8581 @@ -10042,14 +1044 4,14 @@8664 @@ -10042,14 +10445,14 @@ 8582 8665 fi 8583 8666 rm -f conftest.$ac_objext conftest.$ac_ext 8584 8667 CFLAGS="$cf_save_CFLAGS" 8585 8668 - echo "$as_me:10045: result: $INTEL_COMPILER" >&5 8586 + echo "$as_me:1044 7: result: $INTEL_COMPILER" >&58669 + echo "$as_me:10448: result: $INTEL_COMPILER" >&5 8587 8670 echo "${ECHO_T}$INTEL_COMPILER" >&6 8588 8671 ;; … … 8592 8675 cat > conftest.$ac_ext <<EOF 8593 8676 -#line 10052 "${as_me-configure}" 8594 +#line 1045 4"${as_me-configure}"8677 +#line 10455 "${as_me-configure}" 8595 8678 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } 8596 8679 EOF 8597 8680 8598 @@ -10057,7 +104 59,6 @@8681 @@ -10057,7 +10460,6 @@ 8599 8682 then 8600 8683 # The "-wdXXX" options suppress warnings: … … 8604 8687 # remark #1684: conversion from pointer to same-sized integral type (potential portability problem) 8605 8688 # remark #193: zero used for undefined preprocessing identifier 8606 @@ -10065,31 +1046 6,30 @@8689 @@ -10065,31 +10467,30 @@ 8607 8690 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits 8608 8691 # remark #869: parameter "tw" was never referenced … … 8612 8695 8613 8696 - { echo "$as_me:10070: checking for $CC warning options..." >&5 8614 + { echo "$as_me:1047 1: checking for $CC warning options..." >&58697 + { echo "$as_me:10472: checking for $CC warning options..." >&5 8615 8698 echo "$as_me: checking for $CC warning options..." >&6;} 8616 8699 cf_save_CFLAGS="$CFLAGS" … … 8631 8714 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" 8632 8715 - if { (eval echo "$as_me:10087: \"$ac_compile\"") >&5 8633 + if { (eval echo "$as_me:1048 7: \"$ac_compile\"") >&58716 + if { (eval echo "$as_me:10488: \"$ac_compile\"") >&5 8634 8717 (eval $ac_compile) 2>&5 8635 8718 ac_status=$? 8636 8719 - echo "$as_me:10090: \$? = $ac_status" >&5 8637 + echo "$as_me:1049 0: \$? = $ac_status" >&58720 + echo "$as_me:10491: \$? = $ac_status" >&5 8638 8721 (exit $ac_status); }; then 8639 8722 - test -n "$verbose" && echo "$as_me:10092: result: ... -$cf_opt" >&5 8640 + test -n "$verbose" && echo "$as_me:1049 2: result: ... -$cf_opt" >&58723 + test -n "$verbose" && echo "$as_me:10493: result: ... -$cf_opt" >&5 8641 8724 echo "${ECHO_T}... -$cf_opt" >&6 8642 8725 EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt" 8643 8726 fi 8644 @@ -10098,7 +1049 8,7 @@8727 @@ -10098,7 +10499,7 @@ 8645 8728 8646 8729 elif test "$GCC" = yes 8647 8730 then 8648 8731 - { echo "$as_me:10101: checking for $CC warning options..." >&5 8649 + { echo "$as_me:1050 1: checking for $CC warning options..." >&58732 + { echo "$as_me:10502: checking for $CC warning options..." >&5 8650 8733 echo "$as_me: checking for $CC warning options..." >&6;} 8651 8734 cf_save_CFLAGS="$CFLAGS" 8652 8735 EXTRA_CFLAGS="-W -Wall" 8653 @@ -10118,12 +1051 8,12 @@8736 @@ -10118,12 +10519,12 @@ 8654 8737 Wundef $cf_warn_CONST Wdeclaration-after-statement Wextra Wno-unknown-pragmas Wswitch-enum 8655 8738 do 8656 8739 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" 8657 8740 - if { (eval echo "$as_me:10121: \"$ac_compile\"") >&5 8658 + if { (eval echo "$as_me:1052 1: \"$ac_compile\"") >&58741 + if { (eval echo "$as_me:10522: \"$ac_compile\"") >&5 8659 8742 (eval $ac_compile) 2>&5 8660 8743 ac_status=$? 8661 8744 - echo "$as_me:10124: \$? = $ac_status" >&5 8662 + echo "$as_me:1052 4: \$? = $ac_status" >&58745 + echo "$as_me:10525: \$? = $ac_status" >&5 8663 8746 (exit $ac_status); }; then 8664 8747 - test -n "$verbose" && echo "$as_me:10126: result: ... -$cf_opt" >&5 8665 + test -n "$verbose" && echo "$as_me:1052 6: result: ... -$cf_opt" >&58748 + test -n "$verbose" && echo "$as_me:10527: result: ... -$cf_opt" >&5 8666 8749 echo "${ECHO_T}... -$cf_opt" >&6 8667 8750 case $cf_opt in #(vi 8668 8751 Wcast-qual) #(vi 8669 @@ -10134,7 +1053 4,7 @@8752 @@ -10134,7 +10535,7 @@ 8670 8753 [34].*) 8671 8754 test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 8672 8755 8673 8756 -echo "${as_me-configure}:10137: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 8674 +echo "${as_me-configure}:1053 7: testing feature is broken in gcc $GCC_VERSION ..." 1>&58757 +echo "${as_me-configure}:10538: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 8675 8758 8676 8759 continue;; 8677 8760 esac 8678 @@ -10154,12 +1055 4,12 @@8761 @@ -10154,12 +10555,12 @@ 8679 8762 if test "$GCC" = yes ; then 8680 8763 case $host_os in 8681 8764 linux*|gnu*) 8682 8765 - echo "$as_me:10157: checking if this is really Intel C++ compiler" >&5 8683 + echo "$as_me:1055 7: checking if this is really Intel C++ compiler" >&58766 + echo "$as_me:10558: checking if this is really Intel C++ compiler" >&5 8684 8767 echo $ECHO_N "checking if this is really Intel C++ compiler... $ECHO_C" >&6 8685 8768 cf_save_CFLAGS="$CXXFLAGS" … … 8687 8770 cat >conftest.$ac_ext <<_ACEOF 8688 8771 -#line 10162 "configure" 8689 +#line 1056 2"configure"8772 +#line 10563 "configure" 8690 8773 #include "confdefs.h" 8691 8774 8692 8775 int 8693 @@ -10176,16 +1057 6,16 @@8776 @@ -10176,16 +10577,16 @@ 8694 8777 } 8695 8778 _ACEOF 8696 8779 rm -f conftest.$ac_objext 8697 8780 -if { (eval echo "$as_me:10179: \"$ac_compile\"") >&5 8698 +if { (eval echo "$as_me:105 79: \"$ac_compile\"") >&58781 +if { (eval echo "$as_me:10580: \"$ac_compile\"") >&5 8699 8782 (eval $ac_compile) 2>&5 8700 8783 ac_status=$? 8701 8784 - echo "$as_me:10182: \$? = $ac_status" >&5 8702 + echo "$as_me:1058 2: \$? = $ac_status" >&58785 + echo "$as_me:10583: \$? = $ac_status" >&5 8703 8786 (exit $ac_status); } && 8704 8787 { ac_try='test -s conftest.$ac_objext' 8705 8788 - { (eval echo "$as_me:10185: \"$ac_try\"") >&5 8706 + { (eval echo "$as_me:1058 5: \"$ac_try\"") >&58789 + { (eval echo "$as_me:10586: \"$ac_try\"") >&5 8707 8790 (eval $ac_try) 2>&5 8708 8791 ac_status=$? 8709 8792 - echo "$as_me:10188: \$? = $ac_status" >&5 8710 + echo "$as_me:1058 8: \$? = $ac_status" >&58793 + echo "$as_me:10589: \$? = $ac_status" >&5 8711 8794 (exit $ac_status); }; }; then 8712 8795 INTEL_CPLUSPLUS=yes 8713 8796 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc" 8714 @@ -10196,7 +1059 6,7 @@8797 @@ -10196,7 +10597,7 @@ 8715 8798 fi 8716 8799 rm -f conftest.$ac_objext conftest.$ac_ext 8717 8800 CXXFLAGS="$cf_save_CFLAGS" 8718 8801 - echo "$as_me:10199: result: $INTEL_CPLUSPLUS" >&5 8719 + echo "$as_me:10 599: result: $INTEL_CPLUSPLUS" >&58802 + echo "$as_me:10600: result: $INTEL_CPLUSPLUS" >&5 8720 8803 echo "${ECHO_T}$INTEL_CPLUSPLUS" >&6 8721 8804 ;; 8722 8805 esac 8723 @@ -10210,7 +1061 0,7 @@8806 @@ -10210,7 +10611,7 @@ 8724 8807 ac_main_return=return 8725 8808 8726 8809 cat > conftest.$ac_ext <<EOF 8727 8810 -#line 10213 "configure" 8728 +#line 1061 3"configure"8811 +#line 10614 "configure" 8729 8812 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } 8730 8813 EOF 8731 8814 8732 @@ -10228,7 +1062 8,7 @@8815 @@ -10228,7 +10629,7 @@ 8733 8816 # remark #981: operands are evaluated in unspecified order 8734 8817 # warning #269: invalid format string conversion 8735 8818 8736 8819 - { echo "$as_me:10231: checking for $CC warning options..." >&5 8737 + { echo "$as_me:1063 1: checking for $CC warning options..." >&58820 + { echo "$as_me:10632: checking for $CC warning options..." >&5 8738 8821 echo "$as_me: checking for $CC warning options..." >&6;} 8739 8822 cf_save_CXXFLAGS="$CXXFLAGS" 8740 8823 EXTRA_CXXFLAGS="-Wall" 8741 @@ -10245,12 +1064 5,12 @@8824 @@ -10245,12 +10646,12 @@ 8742 8825 wd981 8743 8826 do 8744 8827 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -$cf_opt" 8745 8828 - if { (eval echo "$as_me:10248: \"$ac_compile\"") >&5 8746 + if { (eval echo "$as_me:1064 8: \"$ac_compile\"") >&58829 + if { (eval echo "$as_me:10649: \"$ac_compile\"") >&5 8747 8830 (eval $ac_compile) 2>&5 8748 8831 ac_status=$? 8749 8832 - echo "$as_me:10251: \$? = $ac_status" >&5 8750 + echo "$as_me:1065 1: \$? = $ac_status" >&58833 + echo "$as_me:10652: \$? = $ac_status" >&5 8751 8834 (exit $ac_status); }; then 8752 8835 - test -n "$verbose" && echo "$as_me:10253: result: ... -$cf_opt" >&5 8753 + test -n "$verbose" && echo "$as_me:1065 3: result: ... -$cf_opt" >&58836 + test -n "$verbose" && echo "$as_me:10654: result: ... -$cf_opt" >&5 8754 8837 echo "${ECHO_T}... -$cf_opt" >&6 8755 8838 EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" 8756 8839 fi 8757 @@ -10259,7 +106 59,7 @@8840 @@ -10259,7 +10660,7 @@ 8758 8841 8759 8842 elif test "$GXX" = yes 8760 8843 then 8761 8844 - { echo "$as_me:10262: checking for $CXX warning options..." >&5 8762 + { echo "$as_me:1066 2: checking for $CXX warning options..." >&58845 + { echo "$as_me:10663: checking for $CXX warning options..." >&5 8763 8846 echo "$as_me: checking for $CXX warning options..." >&6;} 8764 8847 cf_save_CXXFLAGS="$CXXFLAGS" 8765 8848 EXTRA_CXXFLAGS="-W -Wall" 8766 @@ -10288,16 +1068 8,16 @@8849 @@ -10288,16 +10689,16 @@ 8767 8850 Wundef $cf_gxx_extra_warnings Wno-unused 8768 8851 do 8769 8852 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -Werror -$cf_opt" 8770 8853 - if { (eval echo "$as_me:10291: \"$ac_compile\"") >&5 8771 + if { (eval echo "$as_me:1069 1: \"$ac_compile\"") >&58854 + if { (eval echo "$as_me:10692: \"$ac_compile\"") >&5 8772 8855 (eval $ac_compile) 2>&5 8773 8856 ac_status=$? 8774 8857 - echo "$as_me:10294: \$? = $ac_status" >&5 8775 + echo "$as_me:1069 4: \$? = $ac_status" >&58858 + echo "$as_me:10695: \$? = $ac_status" >&5 8776 8859 (exit $ac_status); }; then 8777 8860 - test -n "$verbose" && echo "$as_me:10296: result: ... -$cf_opt" >&5 8778 + test -n "$verbose" && echo "$as_me:1069 6: result: ... -$cf_opt" >&58861 + test -n "$verbose" && echo "$as_me:10697: result: ... -$cf_opt" >&5 8779 8862 echo "${ECHO_T}... -$cf_opt" >&6 8780 8863 EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" 8781 8864 else 8782 8865 - test -n "$verbose" && echo "$as_me:10300: result: ... no -$cf_opt" >&5 8783 + test -n "$verbose" && echo "$as_me:1070 0: result: ... no -$cf_opt" >&58866 + test -n "$verbose" && echo "$as_me:10701: result: ... no -$cf_opt" >&5 8784 8867 echo "${ECHO_T}... no -$cf_opt" >&6 8785 8868 fi 8786 8869 done 8787 @@ -10333,10 +1073 3,10 @@8870 @@ -10333,10 +10734,10 @@ 8788 8871 EOF 8789 8872 if test "$GCC" = yes 8790 8873 then 8791 8874 - { echo "$as_me:10336: checking for $CC __attribute__ directives..." >&5 8792 + { echo "$as_me:1073 6: checking for $CC __attribute__ directives..." >&58875 + { echo "$as_me:10737: checking for $CC __attribute__ directives..." >&5 8793 8876 echo "$as_me: checking for $CC __attribute__ directives..." >&6;} 8794 8877 cat > conftest.$ac_ext <<EOF 8795 8878 -#line 10339 "${as_me-configure}" 8796 +#line 107 39"${as_me-configure}"8879 +#line 10740 "${as_me-configure}" 8797 8880 #include "confdefs.h" 8798 8881 #include "conftest.h" 8799 8882 #include "conftest.i" 8800 @@ -10374,12 +1077 4,12 @@8883 @@ -10374,12 +10775,12 @@ 8801 8884 EOF 8802 8885 ;; 8803 8886 esac 8804 8887 - if { (eval echo "$as_me:10377: \"$ac_compile\"") >&5 8805 + if { (eval echo "$as_me:1077 7: \"$ac_compile\"") >&58888 + if { (eval echo "$as_me:10778: \"$ac_compile\"") >&5 8806 8889 (eval $ac_compile) 2>&5 8807 8890 ac_status=$? 8808 8891 - echo "$as_me:10380: \$? = $ac_status" >&5 8809 + echo "$as_me:1078 0: \$? = $ac_status" >&58892 + echo "$as_me:10781: \$? = $ac_status" >&5 8810 8893 (exit $ac_status); }; then 8811 8894 - test -n "$verbose" && echo "$as_me:10382: result: ... $cf_attribute" >&5 8812 + test -n "$verbose" && echo "$as_me:1078 2: result: ... $cf_attribute" >&58895 + test -n "$verbose" && echo "$as_me:10783: result: ... $cf_attribute" >&5 8813 8896 echo "${ECHO_T}... $cf_attribute" >&6 8814 8897 &nb