Changeset 08941f56
- Timestamp:
- Jun 28, 2008, 6:55:02 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 16b6cf87
- Parents:
- 818cf09
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/ncurses-5.6-branch_update-3.patch
r818cf09 r08941f56 1 1 Submitted By: Jim Gifford (jim at linuxfromscratch dot org) 2 Date: 12-21-20072 Date: 06-18-2008 3 3 Initial Package Version: 5.6 4 4 Origin: Upstream 5 5 Upstream Status: Applied 6 6 Description: This is a branch update for NCurses-5.6, and should be 7 rechecked periodically. This patch covers up to 5.6-200 71215.7 rechecked periodically. This patch covers up to 5.6-20080614. 8 8 9 9 diff -Naur ncurses-5.6.orig/Ada95/gen/Makefile.in ncurses-5.6/Ada95/gen/Makefile.in 10 10 --- ncurses-5.6.orig/Ada95/gen/Makefile.in 2006-12-17 11:53:33.000000000 -0500 11 +++ ncurses-5.6/Ada95/gen/Makefile.in 200 7-12-21 00:02:35.000000000 -050011 +++ ncurses-5.6/Ada95/gen/Makefile.in 2008-06-18 06:49:44.000000000 -0400 12 12 @@ -1,5 +1,5 @@ 13 13 ############################################################################## … … 303 303 diff -Naur ncurses-5.6.orig/Ada95/gen/adacurses-config.in ncurses-5.6/Ada95/gen/adacurses-config.in 304 304 --- ncurses-5.6.orig/Ada95/gen/adacurses-config.in 1969-12-31 19:00:00.000000000 -0500 305 +++ ncurses-5.6/Ada95/gen/adacurses-config.in 200 7-12-21 00:02:35.000000000 -0500305 +++ ncurses-5.6/Ada95/gen/adacurses-config.in 2008-06-18 06:49:44.000000000 -0400 306 306 @@ -0,0 +1,35 @@ 307 307 +#! /bin/sh … … 342 342 diff -Naur ncurses-5.6.orig/Ada95/gen/gen.c ncurses-5.6/Ada95/gen/gen.c 343 343 --- ncurses-5.6.orig/Ada95/gen/gen.c 2005-01-22 12:03:48.000000000 -0500 344 +++ ncurses-5.6/Ada95/gen/gen.c 200 7-12-21 00:02:35.000000000 -0500344 +++ ncurses-5.6/Ada95/gen/gen.c 2008-06-18 06:49:44.000000000 -0400 345 345 @@ -1,5 +1,5 @@ 346 346 /**************************************************************************** … … 578 578 diff -Naur ncurses-5.6.orig/Ada95/gen/html.m4 ncurses-5.6/Ada95/gen/html.m4 579 579 --- ncurses-5.6.orig/Ada95/gen/html.m4 2006-04-22 19:16:44.000000000 -0400 580 +++ ncurses-5.6/Ada95/gen/html.m4 200 7-12-21 00:02:35.000000000 -0500580 +++ ncurses-5.6/Ada95/gen/html.m4 2008-06-18 06:49:44.000000000 -0400 581 581 @@ -1,5 +1,5 @@ 582 582 dnl*************************************************************************** … … 605 605 diff -Naur ncurses-5.6.orig/Ada95/gen/terminal_interface-curses-aux.ads.m4 ncurses-5.6/Ada95/gen/terminal_interface-curses-aux.ads.m4 606 606 --- ncurses-5.6.orig/Ada95/gen/terminal_interface-curses-aux.ads.m4 2003-10-25 11:39:18.000000000 -0400 607 +++ ncurses-5.6/Ada95/gen/terminal_interface-curses-aux.ads.m4 200 7-12-21 00:02:35.000000000 -0500607 +++ ncurses-5.6/Ada95/gen/terminal_interface-curses-aux.ads.m4 2008-06-18 06:49:44.000000000 -0400 608 608 @@ -1,6 +1,7 @@ 609 609 -- -*- ada -*- … … 626 626 diff -Naur ncurses-5.6.orig/Ada95/gen/terminal_interface-curses-menus.ads.m4 ncurses-5.6/Ada95/gen/terminal_interface-curses-menus.ads.m4 627 627 --- ncurses-5.6.orig/Ada95/gen/terminal_interface-curses-menus.ads.m4 2006-06-25 10:30:22.000000000 -0400 628 +++ ncurses-5.6/Ada95/gen/terminal_interface-curses-menus.ads.m4 200 7-12-21 00:02:35.000000000 -0500628 +++ ncurses-5.6/Ada95/gen/terminal_interface-curses-menus.ads.m4 2008-06-18 06:49:44.000000000 -0400 629 629 @@ -38,8 +38,8 @@ 630 630 ------------------------------------------------------------------------------ … … 649 649 diff -Naur ncurses-5.6.orig/Ada95/gen/terminal_interface-curses.adb.m4 ncurses-5.6/Ada95/gen/terminal_interface-curses.adb.m4 650 650 --- ncurses-5.6.orig/Ada95/gen/terminal_interface-curses.adb.m4 1969-12-31 19:00:00.000000000 -0500 651 +++ ncurses-5.6/Ada95/gen/terminal_interface-curses.adb.m4 200 7-12-21 00:02:35.000000000 -0500651 +++ ncurses-5.6/Ada95/gen/terminal_interface-curses.adb.m4 2008-06-18 06:49:44.000000000 -0400 652 652 @@ -0,0 +1,2501 @@ 653 653 +-- -*- ada -*- … … 3154 3154 diff -Naur ncurses-5.6.orig/Ada95/gen/terminal_interface-curses.ads.m4 ncurses-5.6/Ada95/gen/terminal_interface-curses.ads.m4 3155 3155 --- ncurses-5.6.orig/Ada95/gen/terminal_interface-curses.ads.m4 2006-06-25 10:30:22.000000000 -0400 3156 +++ ncurses-5.6/Ada95/gen/terminal_interface-curses.ads.m4 200 7-12-21 00:02:35.000000000 -05003156 +++ ncurses-5.6/Ada95/gen/terminal_interface-curses.ads.m4 2008-06-18 06:49:44.000000000 -0400 3157 3157 @@ -9,7 +9,7 @@ 3158 3158 -- S P E C -- … … 3231 3231 diff -Naur ncurses-5.6.orig/Ada95/samples/ncurses2-attr_test.adb ncurses-5.6/Ada95/samples/ncurses2-attr_test.adb 3232 3232 --- ncurses-5.6.orig/Ada95/samples/ncurses2-attr_test.adb 2006-06-25 10:24:40.000000000 -0400 3233 +++ ncurses-5.6/Ada95/samples/ncurses2-attr_test.adb 200 7-12-21 00:02:35.000000000 -05003233 +++ ncurses-5.6/Ada95/samples/ncurses2-attr_test.adb 2008-06-18 06:49:44.000000000 -0400 3234 3234 @@ -7,7 +7,7 @@ 3235 3235 -- B O D Y -- … … 3288 3288 diff -Naur ncurses-5.6.orig/Ada95/samples/ncurses2-m.adb ncurses-5.6/Ada95/samples/ncurses2-m.adb 3289 3289 --- ncurses-5.6.orig/Ada95/samples/ncurses2-m.adb 2006-06-25 10:24:40.000000000 -0400 3290 +++ ncurses-5.6/Ada95/samples/ncurses2-m.adb 200 7-12-21 00:02:35.000000000 -05003290 +++ ncurses-5.6/Ada95/samples/ncurses2-m.adb 2008-06-18 06:49:44.000000000 -0400 3291 3291 @@ -35,8 +35,8 @@ 3292 3292 ------------------------------------------------------------------------------ … … 3310 3310 diff -Naur ncurses-5.6.orig/Ada95/samples/rain.adb ncurses-5.6/Ada95/samples/rain.adb 3311 3311 --- ncurses-5.6.orig/Ada95/samples/rain.adb 2003-10-25 11:39:18.000000000 -0400 3312 +++ ncurses-5.6/Ada95/samples/rain.adb 200 7-12-21 00:02:35.000000000 -05003312 +++ ncurses-5.6/Ada95/samples/rain.adb 2008-06-18 06:49:44.000000000 -0400 3313 3313 @@ -36,7 +36,8 @@ 3314 3314 -- Author: Laurent Pautet <pautet@gnat.com> … … 3330 3330 diff -Naur ncurses-5.6.orig/Ada95/samples/sample.adb ncurses-5.6/Ada95/samples/sample.adb 3331 3331 --- ncurses-5.6.orig/Ada95/samples/sample.adb 2003-10-25 11:39:18.000000000 -0400 3332 +++ ncurses-5.6/Ada95/samples/sample.adb 200 7-12-21 00:02:35.000000000 -05003332 +++ ncurses-5.6/Ada95/samples/sample.adb 2008-06-18 06:49:44.000000000 -0400 3333 3333 @@ -35,7 +35,8 @@ 3334 3334 ------------------------------------------------------------------------------ … … 3351 3351 diff -Naur ncurses-5.6.orig/Ada95/src/Makefile.in ncurses-5.6/Ada95/src/Makefile.in 3352 3352 --- ncurses-5.6.orig/Ada95/src/Makefile.in 2004-08-21 17:29:50.000000000 -0400 3353 +++ ncurses-5.6/Ada95/src/Makefile.in 200 7-12-21 00:02:35.000000000 -05003353 +++ ncurses-5.6/Ada95/src/Makefile.in 2008-06-18 06:49:44.000000000 -0400 3354 3354 @@ -28,7 +28,7 @@ 3355 3355 # … … 5952 5952 diff -Naur ncurses-5.6.orig/INSTALL ncurses-5.6/INSTALL 5953 5953 --- ncurses-5.6.orig/INSTALL 2006-12-17 14:58:19.000000000 -0500 5954 +++ ncurses-5.6/INSTALL 200 7-12-21 00:02:35.000000000 -05005954 +++ ncurses-5.6/INSTALL 2008-06-18 06:49:49.000000000 -0400 5955 5955 @@ -25,7 +25,7 @@ 5956 5956 -- sale, use or other dealings in this Software without prior written -- … … 5958 5958 ------------------------------------------------------------------------------- 5959 5959 --- $Id: INSTALL,v 1.114 2006/12/17 19:58:19 tom Exp $ 5960 +-- $Id: INSTALL,v 1.12 2 2007/12/01 19:37:47tom Exp $5960 +-- $Id: INSTALL,v 1.124 2008/03/29 18:07:32 tom Exp $ 5961 5961 --------------------------------------------------------------------- 5962 5962 How to install Ncurses/Terminfo on your system 5963 5963 --------------------------------------------------------------------- 5964 @@ -304,6 +304,11 @@ 5964 @@ -149,6 +149,9 @@ 5965 recent implementation of libiconv. We have built this configuration on 5966 Linux using libiconv, sometimes requiring libutf8. 5967 5968 + If you configure using the --with-pthread option, a "t" is appended to 5969 + the library names (e.g., libncursest.a, libncursestw.a). 5970 + 5971 If you do not specify any models, the normal and debug libraries will be 5972 configured. Typing `configure' with no arguments is equivalent to: 5973 5974 @@ -304,6 +307,11 @@ 5965 5975 return deceptive results, so you may have to override the configure 5966 5976 script. Or you may be building tic for a smaller machine. … … 5974 5984 Use only built-in data. The ncurses libraries normally read terminfo 5975 5985 and termcap data from disk. You can configure ncurses to have a 5976 @@ -334,6 +3 39,16 @@5986 @@ -334,6 +342,16 @@ 5977 5987 For testing, compile-in code that frees memory that normally would not 5978 5988 be freed, to simplify analysis of memory-leaks. … … 5991 6001 The header files will ignore use of the _LP64 symbol to make chtype 5992 6002 and mmask_t types 32 bits (they may be long on 64-bit hosts, for 5993 @@ -358,6 +37 3,13 @@6003 @@ -358,6 +376,13 @@ 5994 6004 rather than the include directory. This makes it simpler to avoid 5995 6005 compile-time conflicts with other versions of curses.h … … 6005 6015 Compile with environment restriction, so certain environment variables 6006 6016 are not available when running as root, or via a setuid/setgid 6007 @@ -476,12 + 498,22@@6017 @@ -476,12 +501,23 @@ 6008 6018 may not be accurate, or that your stty settings have disabled the use 6009 6019 of tabs. … … 6023 6033 + --enable-reentrant 6024 6034 + Compile experimental configuration which improves reentrant use of the 6025 + library by reducing global and static variables. 6035 + library by reducing global and static variables. This option is also 6036 + set if --with-pthread is used. 6026 6037 + 6027 6038 --enable-rpath 6028 6039 Use rpath option when generating shared libraries, and (with some 6029 6040 restrictions) when linking the corresponding programs. This originally 6030 @@ -495,6 +5 27,9 @@6041 @@ -495,6 +531,9 @@ 6031 6042 environment variable, they do not work with setuid applications since 6032 6043 the LD_LIBRARY_PATH variable would be unset in that situation. … … 6038 6049 Compile with experimental safe-sprintf code. You may consider using 6039 6050 this if you are building ncurses for a system that has neither 6040 @@ -659,10 +69 4,16 @@6051 @@ -659,10 +698,16 @@ 6041 6052 6042 6053 See also --without-dlsym … … 6056 6067 If you use this option for configuring ncurses, tic will only be able 6057 6068 to write entries in the hashed database. infocmp can still read 6058 @@ -674,6 +71 5,12 @@6069 @@ -674,6 +719,12 @@ 6059 6070 You cannot have a directory containing both hashed-database and 6060 6071 filesystem-based terminfo entries. … … 6069 6080 6070 6081 --with-install-prefix=XXX 6071 @@ -833,6 +880,15 @@ 6082 @@ -769,6 +820,11 @@ 6083 Generate profile-libraries These are named by adding "_p" to the root, 6084 e.g., libncurses_p.a 6085 6086 + --with-pthread 6087 + Link with POSIX threads, set --enable-reentrant. The use_window() and 6088 + use_screen() functions will use mutex's, allowing rudimentary support 6089 + for multithreaded applications. 6090 + 6091 --with-rcs-ids 6092 Compile-in RCS identifiers. Most of the C files have an identifier. 6093 6094 @@ -833,6 +889,15 @@ 6072 6095 Specify a search-list of termcap files which will be compiled into the 6073 6096 ncurses library (default: /etc/termcap:/usr/share/misc/termcap) … … 6087 6110 diff -Naur ncurses-5.6.orig/MANIFEST ncurses-5.6/MANIFEST 6088 6111 --- ncurses-5.6.orig/MANIFEST 2006-11-25 21:21:05.000000000 -0500 6089 +++ ncurses-5.6/MANIFEST 200 7-12-21 00:02:35.000000000 -05006112 +++ ncurses-5.6/MANIFEST 2008-06-18 06:49:46.000000000 -0400 6090 6113 @@ -4,6 +4,7 @@ 6091 6114 ./Ada95/README … … 6123 6146 ./man/curs_overlay.3x 6124 6147 ./man/curs_pad.3x 6125 @@ -709,7 +712,8 @@ 6148 @@ -568,6 +571,7 @@ 6149 ./man/curs_termattrs.3x 6150 ./man/curs_termcap.3x 6151 ./man/curs_terminfo.3x 6152 +./man/curs_threads.3x 6153 ./man/curs_touch.3x 6154 ./man/curs_trace.3x 6155 ./man/curs_util.3x 6156 @@ -709,7 +713,8 @@ 6126 6157 ./mk-0th.awk 6127 6158 ./mk-1st.awk … … 6133 6164 ./ncurses/README 6134 6165 ./ncurses/README.IZ 6135 @@ -799, 6 +803,7@@6166 @@ -799,15 +804,19 @@ 6136 6167 ./ncurses/base/safe_sprintf.c 6137 6168 ./ncurses/base/sigaction.c … … 6141 6172 ./ncurses/base/vsscanf.c 6142 6173 ./ncurses/base/wresize.c 6143 @@ -808,6 +813,8 @@ 6174 ./ncurses/curses.priv.h 6175 ./ncurses/fifo_defs.h 6176 ./ncurses/llib-lncurses 6177 +./ncurses/llib-lncursest 6144 6178 ./ncurses/llib-lncursesw 6145 6179 ./ncurses/modules … … 6150 6184 ./ncurses/tinfo/MKkeys_list.sh 6151 6185 ./ncurses/tinfo/MKnames.awk 6152 @@ -824,6 +83 1,7 @@6186 @@ -824,6 +833,7 @@ 6153 6187 ./ncurses/tinfo/comp_scan.c 6154 6188 ./ncurses/tinfo/db_iterator.c … … 6158 6192 ./ncurses/tinfo/getenv_num.c 6159 6193 ./ncurses/tinfo/hashed_db.c 6160 @@ -856,6 +86 4,7 @@6194 @@ -856,6 +866,7 @@ 6161 6195 ./ncurses/tinfo/setbuf.c 6162 6196 ./ncurses/tinfo/strings.c … … 6166 6200 ./ncurses/trace/README 6167 6201 ./ncurses/trace/lib_trace.c 6168 @@ -891,6 +90 0,7 @@6202 @@ -891,6 +902,7 @@ 6169 6203 ./ncurses/widechar/lib_in_wchnstr.c 6170 6204 ./ncurses/widechar/lib_ins_wch.c … … 6174 6208 ./ncurses/widechar/lib_slk_wset.c 6175 6209 ./ncurses/widechar/lib_unget_wch.c 6176 @@ -934,29 +94 4,6 @@6210 @@ -934,29 +946,6 @@ 6177 6211 ./progs/toe.c 6178 6212 ./progs/tput.c … … 6204 6238 ./test/Makefile.in 6205 6239 ./test/README 6206 @@ -981,6 +9 68,7 @@6240 @@ -981,6 +970,7 @@ 6207 6241 ./test/demo_termcap.c 6208 6242 ./test/ditto.c … … 6212 6246 ./test/edit_field.c 6213 6247 ./test/edit_field.h 6214 @@ -992,8 +98 0,11 @@6248 @@ -992,8 +982,11 @@ 6215 6249 ./test/gdc.c 6216 6250 ./test/hanoi.c … … 6224 6258 ./test/knight.c 6225 6259 ./test/linux-color.dat 6226 @@ -1010,8 +100 1,15 @@6260 @@ -1010,8 +1003,15 @@ 6227 6261 ./test/rain.c 6228 6262 ./test/redraw.c … … 6242 6276 diff -Naur ncurses-5.6.orig/NEWS ncurses-5.6/NEWS 6243 6277 --- ncurses-5.6.orig/NEWS 2006-12-17 15:36:26.000000000 -0500 6244 +++ ncurses-5.6/NEWS 200 7-12-21 00:02:36.000000000 -05006278 +++ ncurses-5.6/NEWS 2008-06-18 06:49:52.000000000 -0400 6245 6279 @@ -1,5 +1,5 @@ 6246 6280 ------------------------------------------------------------------------------- 6247 6281 --- Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. -- 6248 +-- Copyright (c) 1998-200 6,2007Free Software Foundation, Inc. --6282 +-- Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. -- 6249 6283 -- -- 6250 6284 -- Permission is hereby granted, free of charge, to any person obtaining a -- … … 6255 6289 ------------------------------------------------------------------------------- 6256 6290 --- $Id: NEWS,v 1.1056 2006/12/17 20:36:26 tom Exp $ 6257 +-- $Id: NEWS,v 1.1 187 2007/12/16 00:23:41tom Exp $6291 +-- $Id: NEWS,v 1.1245 2008/06/14 23:08:10 tom Exp $ 6258 6292 ------------------------------------------------------------------------------- 6259 6293 6260 6294 This is a log of changes that ncurses has gone through since Zeyd started 6261 @@ -45,9 +45, 508 @@6295 @@ -45,9 +45,688 @@ 6262 6296 Changes through 1.9.9e did not credit all contributions; 6263 6297 it is not possible to add this information. 6264 6298 6299 +20080614 6300 + + modify test/ditto.c to illustrate multi-threaded use_screen(). 6301 + + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris. 6302 + + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report 6303 + by Poor Yorick). 6304 + 6305 +20080607 6306 + + finish changes to wgetch(), making it switch as needed to the 6307 + window's actual screen when calling wrefresh() and wgetnstr(). That 6308 + allows wgetch() to get used concurrently in different threads with 6309 + some minor restrictions, e.g., the application should not delete a 6310 + window which is being used in a wgetch(). 6311 + + simplify mutex's, combining the window- and screen-mutex's. 6312 + 6313 +20080531 6314 + + modify wgetch() to use the screen which corresponds to its window 6315 + parameter rather than relying on SP; some dependent functions still 6316 + use SP internally. 6317 + + factor out most use of SP in lib_mouse.c, using parameter. 6318 + + add internal _nc_keyname(), replacing keyname() to associate with a 6319 + particular SCREEN rather than the global SP. 6320 + + add internal _nc_unctrl(), replacing unctrl() to associate with a 6321 + particular SCREEN rather than the global SP. 6322 + + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate 6323 + its associated global buffer _nc_globals.tracemse_buf now in SCREEN. 6324 + + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in 6325 + preference to the global _nc_globals.tracechr_buf buffer. 6326 + 6327 +20080524 6328 + + modify _nc_keypad() to make it switch temporarily as needed to the 6329 + screen which must be updated. 6330 + + wrap cur_term variable to help make _nc_keymap() thread-safe, and 6331 + always set the screen's copy of this variable in set_curterm(). 6332 + + restore curs_set() state after endwin()/refresh() (report/patch 6333 + Miroslav Lichvar) 6334 + 6335 +20080517 6336 + + modify configure script to note that --enable-ext-colors and 6337 + --enable-ext-mouse are not experimental, but extensions from 6338 + the ncurses ABI 5. 6339 + + corrected manpage description of setcchar() (discussion with 6340 + Emanuele Giaquinta). 6341 + + fix for adding a non-spacing character at the beginning of a line 6342 + (report/patch by Miroslav Lichvar). 6343 + 6344 +20080503 6345 + + modify screen.* terminfo entries using new screen+fkeys to fix 6346 + overridden keys in screen.rxvt (Debian #478094) -TD 6347 + + modify internal interfaces to reduce wgetch()'s dependency on the 6348 + global SP. 6349 + + simplify some loops with macros each_screen(), each_window() and 6350 + each_ripoff(). 6351 + 6352 +20080426 6353 + + continue modifying test/ditto.c toward making it demonstrate 6354 + multithreaded use_screen(), using fifos to pass data between screens. 6355 + + fix typo in form.3x (report by Mike Gran). 6356 + 6357 +20080419 6358 + + add screen.rxvt terminfo entry -TD 6359 + + modify tic -f option to format spaces as \s to prevent them from 6360 + being lost when that is read back in unformatted strings. 6361 + + improve test/ditto.c, using a "talk"-style layout. 6362 + 6363 +20080412 6364 + + change test/ditto.c to use openpty() and xterm. 6365 + + add locks for copywin(), dupwin(), overlap(), overlay() on their 6366 + window parameters. 6367 + + add locks for initscr() and newterm() on updates to the SCREEN 6368 + pointer. 6369 + + finish table in curs_thread.3x manpage. 6370 + 6371 +20080405 6372 + + begin table in curs_thread.3x manpage describing the scope of data 6373 + used by each function (or symbol) for threading analysis. 6374 + + add null-pointer checks to setsyx() and getsyx() (prompted by 6375 + discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on 6376 + python-dev2 mailing list). 6377 + 6378 +20080329 6379 + + add null-pointer checks in set_term() and delscreen(). 6380 + + move _nc_windows into _nc_globals, since windows can be pads, which 6381 + are not associated with a particular screen. 6382 + + change use_screen() to pass the SCREEN* parameter rather than 6383 + stdscr to the callback function. 6384 + + force libtool to use tag for 'CC' in case it does not detect this, 6385 + e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc 6386 + (report/patch by Michael Haubenwallner). 6387 + + override OBJEXT to "lo" when building with libtool, to work on 6388 + platforms such as AIX where libtool may use a different suffix for 6389 + the object files than ".o" (report/patch by Michael Haubenwallner). 6390 + + add configure --with-pthread option, for building with the POSIX 6391 + thread library. 6392 + 6393 +20080322 6394 + + fill in extended-color pair two more places in wbkgrndset() and 6395 + waddch_nosync() (prompted by Sedeno's patch). 6396 + + fill in extended-color pair in _nc_build_wch() to make colors work 6397 + for wide-characters using extended-colors (patch by Alejandro R 6398 + Sedeno). 6399 + + add x/X toggles to ncurses.c C color test to test/demo 6400 + wide-characters with extended-colors. 6401 + + add a/A toggles to ncurses.c c/C color tests. 6402 + + modify test/ditto.c to use use_screen(). 6403 + + finish modifying test/rain.c to demonstrate threads. 6404 + 6405 +20080308 6406 + + start modifying test/rain.c for threading demo. 6407 + + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles 6408 + that the 'F' accepts. 6409 + + modify test/worm.c to show trail in reverse-video when other threads 6410 + are working concurrently. 6411 + + fix a deadlock from improper nesting of mutexes for windowlist and 6412 + window. 6413 + 6414 +20080301 6415 + + fixes from 20080223 resolved issue with mutexes; change to use 6416 + recursive mutexes to fix memory leak in delwin() as called from 6417 + _nc_free_and_exit(). 6418 + 6419 +20080223 6420 + + fix a size-difference in _nc_globals which caused hanging of mutex 6421 + lock/unlock when termlib was built separately. 6422 + 6423 +20080216 6424 + + avoid using nanosleep() in threaded configuration since that often 6425 + is implemented to suspend the entire process. 6426 + 6427 +20080209 6428 + + update test programs to build/work with various UNIX curses for 6429 + comparisons. This was to reinvestigate statement in X/Open curses 6430 + that insnstr and winsnstr perform wrapping. None of the Unix-branded 6431 + implementations do this, as noted in manpage (cf: 20040228). 6432 + 6433 +20080203 6434 + + modify _nc_setupscreen() to set the legacy-coding value the same 6435 + for both narrow/wide models. It had been set only for wide model, 6436 + but is needed to make unctrl() work with locale in the narrow model. 6437 + + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by 6438 + using unctrl() to display illegal bytes rather than trying to append 6439 + further bytes to make up a valid sequence (reported by Andrey A 6440 + Chernov). 6441 + + modify unctrl() to check codes in 128-255 range versus isprint(). 6442 + If they are not printable, and locale was set, use a "M-" or "~" 6443 + sequence. 6444 + 6445 +20080126 6446 + + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE 6447 + handling). Now it hangs in napms(), no matter whether nanosleep() 6448 + or poll() or select() are used on Linux. 6449 + 6450 +20080119 6451 + + fixes to build with --disable-ext-funcs 6452 + + add manpage for use_window and use_screen. 6453 + + add set_tabsize() and set_escdelay() functions. 6454 + 6455 +20080112 6456 + + remove recursive-mutex definitions, finish threading demo for worm.c 6457 + + remove a redundant adjustment of lines in resizeterm.c's 6458 + adjust_window() which caused occasional misadjustment of stdscr when 6459 + softkeys were used. 6460 + 6461 +20080105 6462 + + several improvements to terminfo entries based on xterm #230 -TD 6463 + + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the 6464 + "link_test" builds properly. 6465 + + fix for toe command-line options -u/-U to ensure filename is given. 6466 + + fix allocation-size for command-line parsing in infocmp from 20070728 6467 + (report by Miroslav Lichvar) 6468 + + improve resizeterm() by moving ripped-off lines, and repainting the 6469 + soft-keys (report by Katarina Machalkova) 6470 + + add clarification in wclear's manpage noting that the screen will be 6471 + cleared even if a subwindow is cleared (prompted by Christer Enfors 6472 + question). 6473 + + change test/ncurses.c soft-key tests to work with KEY_RESIZE. 6474 + 6475 +20071222 6476 + + continue implementing support for threading demo by adding mutex 6477 + for delwin(). 6478 + 6265 6479 +20071215 6266 6480 + + add several functions to C++ binding which wrap C functions that … … 6769 6983 definitions in <wchar.h>. 6770 6984 + revert the va_copy() change from 20061202, since it was neither 6771 @@ -62,7 + 561,7 @@6985 @@ -62,7 +741,7 @@ 6772 6986 + modify configure --with-gpm option to allow it to accept a parameter, 6773 6987 i.e., the name of the dynamic GPM library to load via dlopen() … … 6778 6992 'return' in preference to 'exit()'. 6779 6993 6780 @@ -1524,7 +2 023,8 @@6994 @@ -1524,7 +2203,8 @@ 6781 6995 20031108 6782 6996 + add DJGPP to special case of DOS-style drive letters potentially … … 6788 7002 6789 7003 20031101 6790 @@ -1814,7 +2 314,7 @@7004 @@ -1814,7 +2494,7 @@ 6791 7005 "--srcdir" work (report by Warren L Dodge). 6792 7006 + correct missing definition of $(CC) in Ada95/gen/Makefile.in … … 6797 7011 6798 7012 20030503 6799 @@ -3449,7 + 3949,7 @@7013 @@ -3449,7 +4129,7 @@ 6800 7014 6801 7015 20000923 … … 6806 7020 <jhawk@MIT.EDU> (see NetBSD misc/11052)). 6807 7021 + using parameter check added to tic, corrected 27 typos in 6808 @@ -4266,7 +4 766,7 @@7022 @@ -4266,7 +4946,7 @@ 6809 7023 <bledp@voila.fr>)). 6810 7024 + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in … … 6815 7029 + corrected scoansi terminfo entry by testing with scoterm and console. 6816 7030 + revert change from 990614 to terminal_interface-curses-forms.ads.m4, 6817 @@ -5309,7 +5 809,7 @@7031 @@ -5309,7 +5989,7 @@ 6818 7032 6819 7033 980321 … … 6826 7040 diff -Naur ncurses-5.6.orig/TO-DO ncurses-5.6/TO-DO 6827 7041 --- ncurses-5.6.orig/TO-DO 2006-10-28 15:49:16.000000000 -0400 6828 +++ ncurses-5.6/TO-DO 200 7-12-21 00:02:35.000000000 -05007042 +++ ncurses-5.6/TO-DO 2008-06-18 06:49:44.000000000 -0400 6829 7043 @@ -1,5 +1,5 @@ 6830 7044 ------------------------------------------------------------------------------- … … 6891 7105 diff -Naur ncurses-5.6.orig/aclocal.m4 ncurses-5.6/aclocal.m4 6892 7106 --- ncurses-5.6.orig/aclocal.m4 2006-12-17 11:12:38.000000000 -0500 6893 +++ ncurses-5.6/aclocal.m4 200 7-12-21 00:02:35.000000000 -05007107 +++ ncurses-5.6/aclocal.m4 2008-06-18 06:49:52.000000000 -0400 6894 7108 @@ -1,5 +1,5 @@ 6895 7109 dnl*************************************************************************** 6896 7110 -dnl Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. * 6897 +dnl Copyright (c) 1998-200 6,2007Free Software Foundation, Inc. *7111 +dnl Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * 6898 7112 dnl * 6899 7113 dnl Permission is hereby granted, free of charge, to any person obtaining a * … … 6904 7118 dnl 6905 7119 -dnl $Id: aclocal.m4,v 1.407 2006/12/17 16:12:38 tom Exp $ 6906 +dnl $Id: aclocal.m4,v 1.44 2 2007/12/01 20:02:42tom Exp $7120 +dnl $Id: aclocal.m4,v 1.448 2008/06/14 19:12:45 tom Exp $ 6907 7121 dnl Macros used in NCURSES auto-configuration script. 6908 7122 dnl … … 6912 7126 ])dnl 6913 7127 dnl --------------------------------------------------------------------------- 6914 +dnl CF_ADD_INCDIR version: 8 updated: 2007/07/30 19:22:587128 +dnl CF_ADD_INCDIR version: 9 updated: 2008/02/09 13:15:34 6915 7129 +dnl ------------- 6916 7130 +dnl Add an include-directory to $CPPFLAGS. Don't add /usr/include, since it's … … 6954 7168 + 6955 7169 + if test "$cf_have_incdir" = no ; then 6956 + AC_VERBOSE(adding $cf_add_incdir to include-path)7170 + CF_VERBOSE(adding $cf_add_incdir to include-path) 6957 7171 + ifelse($2,,CPPFLAGS,$2)="-I$cf_add_incdir $ifelse($2,,CPPFLAGS,[$]$2)" 6958 7172 + … … 6969 7183 +])dnl 6970 7184 +dnl --------------------------------------------------------------------------- 6971 +dnl CF_ADD_LIBDIR version: 5 updated: 2007/07/30 19:12:037185 +dnl CF_ADD_LIBDIR version: 6 updated: 2008/02/09 13:15:34 6972 7186 +dnl ------------- 6973 7187 +dnl Adds to the library-path … … 6997 7211 + fi 6998 7212 + if test "$cf_have_libdir" = no ; then 6999 + AC_VERBOSE(adding $cf_add_libdir to library-path)7213 + CF_VERBOSE(adding $cf_add_libdir to library-path) 7000 7214 + ifelse($2,,LDFLAGS,$2)="-L$cf_add_libdir $ifelse($2,,LDFLAGS,[$]$2)" 7001 7215 + fi … … 7008 7222 dnl ---------------- 7009 7223 dnl This is adapted from the macros 'fp_PROG_CC_STDC' and 'fp_C_PROTOTYPES' 7224 @@ -220,7 +313,7 @@ 7225 fi 7226 ])dnl 7227 dnl --------------------------------------------------------------------------- 7228 -dnl CF_ANSI_CC_REQD version: 3 updated: 1997/09/06 13:40:44 7229 +dnl CF_ANSI_CC_REQD version: 4 updated: 2008/03/23 14:48:54 7230 dnl --------------- 7231 dnl For programs that must use an ANSI compiler, obtain compiler options that 7232 dnl will make it recognize prototypes. We'll do preprocessor checks in other 7233 @@ -229,7 +322,7 @@ 7234 AC_DEFUN([CF_ANSI_CC_REQD], 7235 [AC_REQUIRE([CF_ANSI_CC_CHECK]) 7236 if test "$cf_cv_ansi_cc" = "no"; then 7237 - AC_ERROR( 7238 + AC_MSG_ERROR( 7239 [Your compiler does not appear to recognize prototypes. 7240 You have the following choices: 7241 a. adjust your compiler options 7242 @@ -521,7 +614,7 @@ 7243 test "$cf_cv_cgetent" = yes && AC_DEFINE(HAVE_BSD_CGETENT) 7244 ])dnl 7245 dnl --------------------------------------------------------------------------- 7246 -dnl CF_CHECK_CACHE version: 10 updated: 2004/05/23 13:03:31 7247 +dnl CF_CHECK_CACHE version: 11 updated: 2008/03/23 14:45:59 7248 dnl -------------- 7249 dnl Check if we're accidentally using a cache from a different machine. 7250 dnl Derive the system name, as a check for reusing the autoconf cache. 7251 @@ -552,7 +645,7 @@ 7252 7253 if test ".$system_name" != ".$cf_cv_system_name" ; then 7254 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)) 7255 - AC_ERROR("Please remove config.cache and try again.") 7256 + AC_MSG_ERROR("Please remove config.cache and try again.") 7257 fi 7258 ])dnl 7259 dnl --------------------------------------------------------------------------- 7010 7260 @@ -612,6 +705,50 @@ 7011 7261 … … 7171 7421 dnl --------------------------------------------------------------------------- 7172 7422 dnl CF_DIRNAME version: 4 updated: 2002/12/21 19:25:52 7173 @@ -1070,7 +1161,7 @@ 7423 @@ -967,6 +1058,34 @@ 7424 test "$cf_cv_func_nanosleep" = "yes" && AC_DEFINE(HAVE_NANOSLEEP) 7425 ]) 7426 dnl --------------------------------------------------------------------------- 7427 +dnl CF_FUNC_OPENPTY version: 2 updated: 2008/04/12 19:49:01 7428 +dnl --------------- 7429 +dnl Check for openpty() function, along with <pty.h> header. It may need the 7430 +dnl "util" library as well. 7431 +AC_DEFUN([CF_FUNC_OPENPTY], 7432 +[ 7433 +AC_CHECK_LIB(util,openpty,cf_cv_lib_util=yes,cf_cv_lib_util=no) 7434 +AC_CACHE_CHECK(for openpty header,cf_cv_func_openpty,[ 7435 + cf_save_LIBS="$LIBS" 7436 + test $cf_cv_lib_util = yes && LIBS="-lutil $LIBS" 7437 + for cf_header in pty.h libutil.h util.h 7438 + do 7439 + AC_TRY_LINK([ 7440 +#include <$cf_header> 7441 +],[ 7442 + int x = openpty((int *)0, (int *)0, (char *)0, 7443 + (struct termios *)0, (struct winsize *)0); 7444 +],[ 7445 + cf_cv_func_openpty=$cf_header 7446 + break 7447 +],[ 7448 + cf_cv_func_openpty=no 7449 +]) 7450 + done 7451 + LIBS="$cf_save_LIBS" 7452 +]) 7453 +])dnl 7454 +dnl --------------------------------------------------------------------------- 7455 dnl CF_FUNC_POLL version: 4 updated: 2006/12/16 12:33:30 7456 dnl ------------ 7457 dnl See if the poll function really works. Some platforms have poll(), but 7458 @@ -1070,7 +1189,7 @@ 7174 7459 7175 7460 ])dnl … … 7180 7465 dnl Test for availability of useful gcc __attribute__ directives to quiet 7181 7466 dnl compiler warnings. Though useful, not all are supported -- and contrary 7182 @@ -1097,7 +1 188,7 @@7467 @@ -1097,7 +1216,7 @@ 7183 7468 then 7184 7469 AC_CHECKING([for $CC __attribute__ directives]) … … 7189 7474 #include "conftest.h" 7190 7475 #include "conftest.i" 7191 @@ -1159,7 +12 50,7 @@7476 @@ -1159,7 +1278,7 @@ 7192 7477 fi 7193 7478 ])dnl … … 7198 7483 dnl Check if the compiler supports useful warning options. There's a few that 7199 7484 dnl we don't use, simply because they're too noisy: 7200 @@ -1184,7 +1 275,7 @@7485 @@ -1184,7 +1303,7 @@ 7201 7486 CF_INTEL_COMPILER(GCC,INTEL_COMPILER,CFLAGS) 7202 7487 … … 7207 7492 EOF 7208 7493 7209 @@ -1205,7 +1 296,7 @@7494 @@ -1205,7 +1324,7 @@ 7210 7495 AC_CHECKING([for $CC warning options]) 7211 7496 cf_save_CFLAGS="$CFLAGS" … … 7216 7501 wd1682 \ 7217 7502 wd1683 \ 7218 @@ -1561,11 +16 52,24 @@7503 @@ -1561,11 +1680,24 @@ 7219 7504 AC_SUBST(EXTRA_CXXFLAGS) 7220 7505 ])dnl … … 7242 7527 CF_HASHED_DB_VERSION 7243 7528 if test "$cf_cv_hashed_db_version" = unknown ; then 7244 @@ -1583,7 +1 687,7 @@7529 @@ -1583,7 +1715,7 @@ 7245 7530 ]) 7246 7531 ])dnl … … 7251 7536 dnl Given that we have the header and version for hashed database, find the 7252 7537 dnl library information. 7253 @@ -1591,7 +1 695,7 @@7538 @@ -1591,7 +1723,7 @@ 7254 7539 [ 7255 7540 AC_CACHE_CHECK(for db libraries, cf_cv_hashed_db_libs,[ … … 7260 7545 cf_save_libs="$LIBS" 7261 7546 if test -n "$cf_db_libs"; then 7262 @@ -1655,7 +17 59,7 @@7547 @@ -1655,7 +1787,7 @@ 7263 7548 ]) 7264 7549 ])dnl … … 7269 7554 dnl Given that we have the header file for hashed database, find the version 7270 7555 dnl information. 7271 @@ -1664,7 +17 68,7 @@7556 @@ -1664,7 +1796,7 @@ 7272 7557 AC_CACHE_CHECK(for version of db, cf_cv_hashed_db_version,[ 7273 7558 cf_cv_hashed_db_version=unknown … … 7278 7563 CF_MSG_LOG(checking for db version $cf_db_version) 7279 7564 AC_TRY_COMPILE([ 7280 @@ -1778,7 +1 882,7 @@7565 @@ -1778,7 +1910,7 @@ 7281 7566 test "$cf_cv_have_isascii" = yes && AC_DEFINE(HAVE_ISASCII) 7282 7567 ])dnl … … 7287 7572 dnl Add checks for large file support. 7288 7573 AC_DEFUN([CF_LARGEFILE],[ 7289 @@ -1796,6 +19 00,7 @@7574 @@ -1796,6 +1928,7 @@ 7290 7575 # the config.h 7291 7576 test "$ac_cv_sys_large_files" != no && CPPFLAGS="$CPPFLAGS -D_LARGE_FILES " … … 7295 7580 AC_CACHE_CHECK(whether to use struct dirent64, cf_cv_struct_dirent64,[ 7296 7581 AC_TRY_COMPILE([ 7297 @@ -1816,6 +19 21,48 @@7582 @@ -1816,6 +1949,48 @@ 7298 7583 ]) 7299 7584 ]) … … 7344 7629 dnl ---------- 7345 7630 dnl Check for libutf8 7346 @@ -1852,11 + 1999,11 @@7631 @@ -1852,11 +2027,11 @@ 7347 7632 AC_SUBST(LIB_PREFIX) 7348 7633 ])dnl … … 7358 7643 dnl 7359 7644 dnl For shared libraries, make a list of symbolic links to construct when 7360 @@ -1875,7 +20 22,6 @@7645 @@ -1875,7 +2050,6 @@ 7361 7646 continue 7362 7647 elif test -f $srcdir/$cf_dir/modules; then … … 7366 7651 LIBS_TO_MAKE= 7367 7652 for cf_item in $cf_LIST_MODELS 7368 @@ -1922,9 +20 68,7 @@7653 @@ -1922,9 +2096,7 @@ 7369 7654 # use autodetected ${cf_prefix} for import lib and static lib, but 7370 7655 # use 'cyg' prefix for shared lib. … … 7377 7662 fi 7378 7663 fi 7379 @@ -1933,17 +2 077,34 @@7664 @@ -1933,17 +2105,34 @@ 7380 7665 7381 7666 if test $cf_dir = ncurses ; then … … 7418 7703 $cf_dir/Makefile >$cf_dir/Makefile.out 7419 7704 mv $cf_dir/Makefile.out $cf_dir/Makefile 7420 @@ -1968,13 +21 29,20 @@7705 @@ -1968,13 +2157,20 @@ 7421 7706 case $cf_subset in 7422 7707 *base*) … … 7441 7726 fi 7442 7727 7443 @@ -2015,8 +2 183,11 @@7728 @@ -2015,8 +2211,11 @@ 7444 7729 prefix=$cf_prefix \ 7445 7730 suffix=$cf_suffix \ … … 7453 7738 rmSoLocs=$cf_cv_rm_so_locs \ 7454 7739 ldconfig="$LDCONFIG" \ 7455 @@ -2103,8 +2 274,8 @@7740 @@ -2103,8 +2302,8 @@ 7456 7741 7457 7742 cat >> Makefile <<CF_EOF … … 7464 7749 7465 7750 install.man \\ 7466 @@ -2113,7 +2 284,7 @@7751 @@ -2113,7 +2312,7 @@ 7467 7752 7468 7753 distclean :: … … 7473 7758 CF_EOF 7474 7759 7475 @@ -2224,41 +2 395,10 @@7760 @@ -2224,41 +2423,10 @@ 7476 7761 fi 7477 7762 … … 7519 7804 7520 7805 if test -f $srcdir/$cf_dir/modules; then 7521 @@ -2776,7 +29 16,7 @@7806 @@ -2776,7 +2944,7 @@ 7522 7807 AC_MSG_RESULT($MANPAGE_TBL) 7523 7808 ])dnl … … 7528 7813 dnl Try to determine if the man-pages on the system are compressed, and if 7529 7814 dnl so, what format is used. Use this information to construct a script that 7530 @@ -2826,6 +29 66,7 @@7815 @@ -2826,6 +2994,7 @@ 7531 7816 esac 7532 7817 … … 7536 7821 cat >$cf_edit_man <<CF_EOF 7537 7822 #! /bin/sh 7538 @@ -2841,7 + 2982,7 @@7823 @@ -2841,7 +3010,7 @@ 7539 7824 NCURSES_OSPEED="$NCURSES_OSPEED" 7540 7825 TERMINFO="$TERMINFO" … … 7545 7830 INSTALL="$INSTALL" 7546 7831 INSTALL_DATA="$INSTALL_DATA" 7547 @@ -2889,6 +30 30,32 @@7832 @@ -2889,6 +3058,32 @@ 7548 7833 \$MKDIRS \$cf_subdir\$section 7549 7834 fi … … 7578 7863 cf_source=\`basename \$i\` 7579 7864 inalias=\$cf_source 7580 @@ -2901,7 +30 68,7 @@7865 @@ -2901,7 +3096,7 @@ 7581 7866 7582 7867 if test "$MANPAGE_ALIASES" != no ; then … … 7587 7872 fi 7588 7873 7589 @@ -2922,36 +3 089,13 @@7874 @@ -2922,36 +3117,13 @@ 7590 7875 cf_target="\$cf_source" 7591 7876 fi … … 7626 7911 if test -f $MANPAGE_RENAMES ; then 7627 7912 cat >>$cf_edit_man <<CF_EOF 7628 @@ -3012,6 +31 56,7 @@7913 @@ -3012,6 +3184,7 @@ 7629 7914 if test \$verb = installing ; then 7630 7915 echo \$verb \$cf_target … … 7634 7919 cd \$cf_subdir\${section} && ( 7635 7920 cf_source=\`echo \$cf_target |sed -e 's%^.*/\([[^/]][[^/]]*/[[^/]][[^/]]*$\)%\1%'\` 7636 @@ -3053,8 +3 198,11 @@7921 @@ -3053,8 +3226,11 @@ 7637 7922 ) 7638 7923 ) … … 7648 7933 cd \$cf_subdir\${section} && ( 7649 7934 for cf_alias in \$aliases 7650 @@ -3192,12 +33 40,12 @@7935 @@ -3192,12 +3368,12 @@ 7651 7936 fi 7652 7937 ])dnl … … 7663 7948 dnl --------------------------------------------------------------------------- 7664 7949 dnl CF_NCURSES_ABI_6 version: 1 updated: 2005/09/17 18:42:49 7665 @@ -3680,7 +3828,73 @@ 7950 @@ -3297,7 +3473,7 @@ 7951 AC_SUBST(PATHSEP) 7952 ])dnl 7953 dnl --------------------------------------------------------------------------- 7954 -dnl CF_PATH_SYNTAX version: 11 updated: 2006/09/02 08:55:46 7955 +dnl CF_PATH_SYNTAX version: 12 updated: 2008/03/23 14:45:59 7956 dnl -------------- 7957 dnl Check the argument to see that it looks like a pathname. Rewrite it if it 7958 dnl begins with one of the prefix/exec_prefix variables, and then again if the 7959 @@ -3329,7 +3505,7 @@ 7960 $1=`echo [$]$1 | sed -e s%NONE%$cf_path_syntax%` 7961 ;; 7962 *) 7963 - ifelse($2,,[AC_ERROR([expected a pathname, not \"[$]$1\"])],$2) 7964 + ifelse($2,,[AC_MSG_ERROR([expected a pathname, not \"[$]$1\"])],$2) 7965 ;; 7966 esac 7967 ])dnl 7968 @@ -3680,7 +3856,73 @@ 7666 7969 -e 's/-[[UD]]$3\(=[[^ ]]*\)\?[$]//g'` 7667 7970 ])dnl … … 7734 8037 +])dnl 7735 8038 +dnl --------------------------------------------------------------------------- 7736 +dnl CF_SHARED_OPTS version: 4 6 updated: 2007/02/24 18:58:098039 +dnl CF_SHARED_OPTS version: 48 updated: 2008/06/14 15:08:17 7737 8040 dnl -------------- 7738 8041 dnl -------------- 7739 8042 dnl Attempt to determine the appropriate CC/LD options for creating a shared 7740 @@ -3757,14 +3971,27 @@ 8043 @@ -3726,7 +3968,7 @@ 8044 cf_cv_shlib_version=$withval 8045 ;; 8046 *) 8047 - AC_ERROR([option value must be one of: rel, abi, auto or no]) 8048 + AC_MSG_ERROR([option value must be one of: rel, abi, auto or no]) 8049 ;; 8050 esac 8051 ],[cf_cv_shlib_version=auto]) 8052 @@ -3757,14 +3999,27 @@ 7741 8053 ;; 7742 8054 cygwin*) … … 7768 8080 cf_cv_shlib_version_infix=yes 7769 8081 AC_CACHE_CHECK([if ld -search_paths_first works], cf_cv_ldflags_search_paths_first, [ 7770 @@ -3818,11 +40 45,11 @@8082 @@ -3818,11 +4073,11 @@ 7771 8083 CF_SHARED_SONAME 7772 8084 MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_shared_soname',-stats,-lc -o $[@]' … … 7782 8094 MK_SHARED_LIB='${LD} -Bshareable -o $[@]' 7783 8095 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel 7784 @@ -4043,6 +4270,41 @@ 8096 @@ -3903,9 +4158,7 @@ 8097 ;; 8098 solaris2*) 8099 # tested with SunOS 5.5.1 (solaris 2.5.1) and gcc 2.7.2 8100 - if test "$GCC" != yes; then 8101 - CC_SHARED_OPTS='-KPIC' 8102 - fi 8103 + # tested with SunOS 5.10 (solaris 10) and gcc 3.4.3 8104 if test "$DFT_LWR_MODEL" = "shared" ; then 8105 LOCAL_LDFLAGS="-R \$(LOCAL_LIBDIR):\${libdir}" 8106 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 8107 @@ -3915,7 +4168,12 @@ 8108 EXTRA_LDFLAGS="$LOCAL_LDFLAGS $EXTRA_LDFLAGS" 8109 fi 8110 CF_SHARED_SONAME 8111 - MK_SHARED_LIB='${CC} -dy -G -h '$cf_shared_soname' -o $[@]' 8112 + if test "$GCC" != yes; then 8113 + CC_SHARED_OPTS='-xcode=pic32' 8114 + MK_SHARED_LIB='${CC} -dy -G -h '$cf_shared_soname' -o $[@]' 8115 + else 8116 + MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_shared_soname' -o $[@]' 8117 + fi 8118 ;; 8119 sysv5uw7*|unix_sv*) 8120 # tested with UnixWare 7.1.0 (gcc 2.95.2 and cc) 8121 @@ -4043,6 +4301,41 @@ 7785 8122 fi 7786 8123 ])dnl … … 7824 8161 dnl ------------- 7825 8162 dnl Check for definitions & structures needed for window size-changing 7826 @@ -4503,11 +47 65,12 @@8163 @@ -4503,11 +4796,12 @@ 7827 8164 $1=`echo "$2" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` 7828 8165 ])dnl … … 7838 8175 dnl --------------------------------------------------------------------------- 7839 8176 dnl CF_WCHAR_TYPE version: 2 updated: 2004/01/17 19:18:20 7840 @@ -4643,7 +4906,7 @@ 8177 @@ -4610,7 +4904,7 @@ 8178 fi 8179 ])dnl 8180 dnl --------------------------------------------------------------------------- 8181 -dnl CF_WITH_GPM version: 6 updated: 2006/12/17 11:12:09 8182 +dnl CF_WITH_GPM version: 7 updated: 2008/03/23 14:48:54 8183 dnl ----------- 8184 dnl 8185 dnl The option parameter (if neither yes/no) is assumed to be the name of 8186 @@ -4632,7 +4926,7 @@ 8187 AC_DEFINE(HAVE_LIBGPM) 8188 else 8189 AC_CHECK_LIB(gpm,Gpm_Open,[:],[ 8190 - AC_ERROR(Cannot link with GPM library) 8191 + AC_MSG_ERROR(Cannot link with GPM library) 8192 fi 8193 with_gpm=yes 8194 ]) 8195 @@ -4643,7 +4937,7 @@ 7841 8196 fi 7842 8197 ]) 7843 8198 dnl --------------------------------------------------------------------------- 7844 8199 -dnl CF_WITH_LIBTOOL version: 10 updated: 2006/10/14 15:23:15 7845 +dnl CF_WITH_LIBTOOL version: 1 8 updated: 2007/04/08 20:02:388200 +dnl CF_WITH_LIBTOOL version: 19 updated: 2008/03/29 15:46:43 7846 8201 dnl --------------- 7847 8202 dnl Provide a configure option to incorporate libtool. Define several useful 7848 8203 dnl symbols for the makefile rules. 7849 @@ -4692,7 +49 55,7 @@8204 @@ -4692,7 +4986,7 @@ 7850 8205 # doing: 7851 8206 LIB_CLEAN= … … 7856 8211 LIB_UNINSTALL= 7857 8212 7858 @@ -4718,12 + 4981,12 @@8213 @@ -4718,12 +5012,12 @@ 7859 8214 AC_MSG_ERROR(Cannot find libtool) 7860 8215 fi … … 7872 8227 LIB_UNINSTALL='${LIBTOOL} --mode=uninstall' 7873 8228 LIB_PREP=: 7874 @@ -4734,1 0 +4997,10@@8229 @@ -4734,16 +5028,17 @@ 7875 8230 # Save the version in a cache variable - this is not entirely a good 7876 8231 # thing, but the version string from libtool is very ugly, and for … … 7885 8240 7886 8241 # special hack to add --tag option for C++ compiler 7887 @@ -4758,6 +5021,7 @@ 8242 case $cf_cv_libtool_version in 8243 1.[[5-9]]*|[[2-9]]*) 8244 LIBTOOL_CXX="$LIBTOOL --tag=CXX" 8245 + LIBTOOL="$LIBTOOL --tag=CC" 8246 ;; 8247 *) 8248 LIBTOOL_CXX="$LIBTOOL" 8249 @@ -4758,6 +5053,7 @@ 7888 8250 7889 8251 AC_SUBST(LIBTOOL) … … 7893 8255 AC_SUBST(LIB_CREATE) 7894 8256 AC_SUBST(LIB_OBJECT) 7895 @@ -4772,7 +50 36,7 @@8257 @@ -4772,7 +5068,7 @@ 7896 8258 7897 8259 ])dnl … … 7902 8264 dnl Wrapper for AC_ARG_WITH to ensure that user supplies a pathname, not just 7903 8265 dnl defaulting to yes/no. 7904 @@ -4786,7 +50 50,9 @@8266 @@ -4786,7 +5082,9 @@ 7905 8267 AC_DEFUN([CF_WITH_PATH], 7906 8268 [AC_ARG_WITH($1,[$2 ](default: ifelse($4,,empty,$4)),, … … 7912 8274 AC_SUBST($3)dnl 7913 8275 ])dnl 7914 @@ -4896,7 +5162,7 @@ 8276 @@ -4833,6 +5131,32 @@ 8277 8278 ])dnl 8279 dnl --------------------------------------------------------------------------- 8280 +dnl CF_WITH_PTHREAD version: 1 updated: 2008/03/29 13:42:21 8281 +dnl --------------- 8282 +dnl Check for POSIX thread library. 8283 +AC_DEFUN([CF_WITH_PTHREAD], 8284 +[ 8285 +AC_MSG_CHECKING(if you want to link with the pthread library) 8286 +AC_ARG_WITH(pthread, 8287 + [ --with-pthread use POSIX thread library], 8288 + [with_pthread=$withval], 8289 + [with_pthread=no]) 8290 +AC_MSG_RESULT($with_pthread) 8291 + 8292 +if test "$with_pthread" != no ; then 8293 + AC_CHECK_HEADER(pthread.h,[ 8294 + AC_DEFINE(HAVE_PTHREADS_H) 8295 + AC_CHECK_LIB(pthread,pthread_create,[ 8296 + LIBS="-lpthread $LIBS" 8297 + AC_DEFINE(HAVE_LIBPTHREADS) 8298 + with_pthread=yes 8299 + ],[ 8300 + AC_MSG_ERROR(Cannot link with pthread library) 8301 + ]) 8302 + ]) 8303 +fi 8304 +]) 8305 +dnl --------------------------------------------------------------------------- 8306 dnl CF_WITH_REL_VERSION version: 1 updated: 2003/09/20 18:12:49 8307 dnl ------------------- 8308 dnl Allow library's release-version to be overridden. Generally this happens when a 8309 @@ -4896,7 +5220,7 @@ 7915 8310 [USE_VALGRIND]) 7916 8311 ])dnl … … 7921 8316 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions, 7922 8317 dnl or adapt to the vendor's definitions to get equivalent functionality, 7923 @@ -4930,7 +5 196,7 @@8318 @@ -4930,7 +5254,7 @@ 7924 8319 irix[[56]].*) #(vi 7925 8320 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 7932 8327 diff -Naur ncurses-5.6.orig/c++/Makefile.in ncurses-5.6/c++/Makefile.in 7933 8328 --- ncurses-5.6.orig/c++/Makefile.in 2006-10-21 13:07:49.000000000 -0400 7934 +++ ncurses-5.6/c++/Makefile.in 200 7-12-21 00:02:35.000000000 -05008329 +++ ncurses-5.6/c++/Makefile.in 2008-06-18 06:49:44.000000000 -0400 7935 8330 @@ -1,6 +1,6 @@ 7936 8331 -# $Id: Makefile.in,v 1.78 2006/10/21 17:07:49 tom Exp $ … … 7994 8389 diff -Naur ncurses-5.6.orig/c++/README-first ncurses-5.6/c++/README-first 7995 8390 --- ncurses-5.6.orig/c++/README-first 2006-04-22 18:19:37.000000000 -0400 7996 +++ ncurses-5.6/c++/README-first 200 7-12-21 00:02:35.000000000 -05008391 +++ ncurses-5.6/c++/README-first 2008-06-18 06:49:44.000000000 -0400 7997 8392 @@ -1,5 +1,5 @@ 7998 8393 ------------------------------------------------------------------------------- … … 8077 8472 diff -Naur ncurses-5.6.orig/c++/cursesapp.cc ncurses-5.6/c++/cursesapp.cc 8078 8473 --- ncurses-5.6.orig/c++/cursesapp.cc 2005-04-03 08:25:23.000000000 -0400 8079 +++ ncurses-5.6/c++/cursesapp.cc 200 7-12-21 00:02:35.000000000 -05008474 +++ ncurses-5.6/c++/cursesapp.cc 2008-06-18 06:49:44.000000000 -0400 8080 8475 @@ -1,6 +1,6 @@ 8081 8476 // * this is for making emacs happy: -*-Mode: C++;-*- … … 8114 8509 diff -Naur ncurses-5.6.orig/c++/cursesmain.cc ncurses-5.6/c++/cursesmain.cc 8115 8510 --- ncurses-5.6.orig/c++/cursesmain.cc 2003-10-25 10:53:13.000000000 -0400 8116 +++ ncurses-5.6/c++/cursesmain.cc 200 7-12-21 00:02:35.000000000 -05008511 +++ ncurses-5.6/c++/cursesmain.cc 2008-06-18 06:49:44.000000000 -0400 8117 8512 @@ -1,6 +1,6 @@ 8118 8513 // * this is for making emacs happy: -*-Mode: C++;-*- … … 8178 8573 diff -Naur ncurses-5.6.orig/c++/cursesp.h ncurses-5.6/c++/cursesp.h 8179 8574 --- ncurses-5.6.orig/c++/cursesp.h 2005-08-13 14:09:21.000000000 -0400 8180 +++ ncurses-5.6/c++/cursesp.h 200 7-12-21 00:02:35.000000000 -05008575 +++ ncurses-5.6/c++/cursesp.h 2008-06-18 06:49:44.000000000 -0400 8181 8576 @@ -1,6 +1,6 @@ 8182 8577 // * This makes emacs happy -*-Mode: C++;-*- … … 8207 8602 diff -Naur ncurses-5.6.orig/c++/cursespad.cc ncurses-5.6/c++/cursespad.cc 8208 8603 --- ncurses-5.6.orig/c++/cursespad.cc 2005-07-23 16:51:23.000000000 -0400 8209 +++ ncurses-5.6/c++/cursespad.cc 200 7-12-21 00:02:35.000000000 -05008604 +++ ncurses-5.6/c++/cursespad.cc 2008-06-18 06:49:44.000000000 -0400 8210 8605 @@ -1,6 +1,6 @@ 8211 8606 // * this is for making emacs happy: -*-Mode: C++;-*- … … 8234 8629 diff -Naur ncurses-5.6.orig/c++/cursesw.cc ncurses-5.6/c++/cursesw.cc 8235 8630 --- ncurses-5.6.orig/c++/cursesw.cc 2005-08-13 14:12:17.000000000 -0400 8236 +++ ncurses-5.6/c++/cursesw.cc 200 7-12-21 00:02:36.000000000 -05008631 +++ ncurses-5.6/c++/cursesw.cc 2008-06-18 06:49:45.000000000 -0400 8237 8632 @@ -1,77 +1,83 @@ 8238 8633 // * this is for making emacs happy: -*-Mode: C++;-*- … … 8933 9328 diff -Naur ncurses-5.6.orig/c++/cursesw.h ncurses-5.6/c++/cursesw.h 8934 9329 --- ncurses-5.6.orig/c++/cursesw.h 2005-07-23 16:51:39.000000000 -0400 8935 +++ ncurses-5.6/c++/cursesw.h 200 7-12-21 00:02:36.000000000 -05008936 @@ -1,6 +1, 6@@9330 +++ ncurses-5.6/c++/cursesw.h 2008-06-18 06:49:46.000000000 -0400 9331 @@ -1,6 +1,7 @@ 8937 9332 // * This makes emacs happy -*-Mode: C++;-*- 9333 +// vile:cppmode 8938 9334 /**************************************************************************** 8939 9335 - * Copyright (c) 1998-2004,2005 Free Software Foundation, Inc. * 8940 + * Copyright (c) 1998-200 5,2007Free Software Foundation, Inc. *9336 + * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * 8941 9337 * * 8942 9338 * Permission is hereby granted, free of charge, to any person obtaining a * 8943 9339 * copy of this software and associated documentation files (the * 8944 @@ -30,17 +3 0,10 @@9340 @@ -30,17 +31,10 @@ 8945 9341 #ifndef NCURSES_CURSESW_H_incl 8946 9342 #define NCURSES_CURSESW_H_incl 1 … … 8950 9346 -#include <stdarg.h> 8951 9347 -#include <stdio.h> 8952 +// $Id: cursesw.h,v 1.4 7 2007/12/16 00:21:05tom Exp $9348 +// $Id: cursesw.h,v 1.48 2008/01/19 21:09:10 tom Exp $ 8953 9349 8954 9350 #include <etip.h> … … 8961 9357 # include <curses.h> 8962 9358 } 8963 @@ -61,16 +5 4,17 @@9359 @@ -61,16 +55,17 @@ 8964 9360 #define addch UNDEF(addch) 8965 9361 #endif … … 8987 9383 8988 9384 #ifdef addstr 8989 @@ -79,28 +7 3,34 @@9385 @@ -79,28 +74,34 @@ 8990 9386 #define addstr UNDEF(addstr) 8991 9387 #endif … … 9032 9428 9033 9429 #ifdef border 9034 @@ -116,18 +11 6,11 @@9430 @@ -116,18 +117,11 @@ 9035 9431 #define box UNDEF(box) 9036 9432 #endif … … 9056 9452 9057 9453 #ifdef clear 9058 @@ -156,6 +1 49,18 @@9454 @@ -156,6 +150,18 @@ 9059 9455 #define clrtoeol UNDEF(clrtoeol) 9060 9456 #endif … … 9075 9471 inline int UNDEF(delch)() { return delch(); } 9076 9472 #undef delch 9077 @@ -168,12 +17 3,24 @@9473 @@ -168,12 +174,24 @@ 9078 9474 #define deleteln UNDEF(deleteln) 9079 9475 #endif … … 9100 9496 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) { 9101 9497 return flushok(_win, _bf); } 9102 @@ -183,91 +20 0,34 @@9498 @@ -183,91 +201,34 @@ 9103 9499 #define _no_flushok 9104 9500 #endif … … 9212 9608 9213 9609 #ifdef getnstr 9214 @@ -276,6 +23 6,18 @@9610 @@ -276,6 +237,18 @@ 9215 9611 #define getnstr UNDEF(getnstr) 9216 9612 #endif … … 9231 9627 inline void UNDEF(getyx)(const WINDOW* win, int& y, int& x) { 9232 9628 getyx(win, y, x); } 9233 @@ -283,18 +25 5,6 @@9629 @@ -283,18 +256,6 @@ 9234 9630 #define getyx UNDEF(getyx) 9235 9631 #endif … … 9250 9646 inline int UNDEF(hline)(chtype ch, int n) { return hline(ch, n); } 9251 9647 #undef hline 9252 @@ -307,18 +26 7,62 @@9648 @@ -307,18 +268,62 @@ 9253 9649 #define inch UNDEF(inch) 9254 9650 #endif … … 9313 9709 inline int UNDEF(leaveok)(WINDOW* win, bool bf) { return leaveok(win, bf); } 9314 9710 #undef leaveok 9315 @@ -333,142 +33 7,127 @@9711 @@ -333,142 +338,127 @@ 9316 9712 #define move UNDEF(move) 9317 9713 #endif … … 9543 9939 9544 9940 #ifdef mvwchgat 9545 @@ -479,212 +46 8,275 @@9941 @@ -479,212 +469,275 @@ 9546 9942 #define mvwchgat UNDEF(mvwchgat) 9547 9943 #endif … … 9963 10359 9964 10360 /* 9965 @@ -705,11 +75 7,13 @@10361 @@ -705,11 +758,13 @@ 9966 10362 private: 9967 10363 static bool b_initialized; … … 9978 10374 static int setpalette(short fore, short back, short pair); 9979 10375 static int colorInitialized; 9980 @@ -743,7 +79 7,7 @@10376 @@ -743,7 +798,7 @@ 9981 10377 NCursesWindow(); 9982 10378 … … 9987 10383 NCursesWindow(int nlines, // number of lines 9988 10384 int ncols, // number of columns 9989 @@ -823,16 +87 7,22 @@10385 @@ -823,16 +878,22 @@ 9990 10386 int width() const { return maxx() + 1; } 9991 10387 // Number of columns in this window … … 10014 10410 10015 10411 short getcolor() const; 10016 @@ -867,6 +92 7,15 @@10412 @@ -867,6 +928,15 @@ 10017 10413 void getyx(int& y, int& x) const { ::getyx(w, y, x); } 10018 10414 // Get current position of the cursor … … 10030 10426 return ::mvcur(oldrow, oldcol, newrow, newcol); } 10031 10427 // Perform lowlevel cursor motion that takes effect immediately. 10032 @@ -909,6 +97 8,9 @@10428 @@ -909,6 +979,9 @@ 10033 10429 ; 10034 10430 #endif … … 10040 10436 // Move the cursor to the requested position and then perform a scanw 10041 10437 // from the window. 10042 @@ -918,6 +99 0,10 @@10438 @@ -918,6 +991,10 @@ 10043 10439 ; 10044 10440 #endif … … 10051 10447 // output 10052 10448 // ------------------------------------------------------------------------- 10053 @@ -939,7 +101 5,17 @@10449 @@ -939,7 +1016,17 @@ 10054 10450 10055 10451 int addstr(int y, int x, const char * str, int n=-1) { … … 10070 10466 10071 10467 int printw(const char* fmt, ...) 10072 @@ -958,6 +104 4,12 @@10468 @@ -958,6 +1045,12 @@ 10073 10469 ; 10074 10470 #endif … … 10083 10479 // Retrieve attributed character under the current cursor position. 10084 10480 10085 @@ -965,6 +105 7,16 @@10481 @@ -965,6 +1058,16 @@ 10086 10482 // Move cursor to requested position and then retrieve attributed character 10087 10483 // at this position. … … 10100 10496 // Insert attributed character into the window before current cursor 10101 10497 // position. 10102 @@ -1001,6 +110 3,9 @@10498 @@ -1001,6 +1104,9 @@ 10103 10499 int attrset(chtype at) { return ::wattrset(w, static_cast<int>(at)); } 10104 10500 // Set the window attributes; … … 10110 10506 return ::wcolor_set(w, color_pair_number, opts); } 10111 10507 // Set the window color attribute; 10112 @@ -1116,11 +122 1,13 @@10508 @@ -1116,11 +1222,13 @@ 10113 10509 // If bf is TRUE, use insert/delete line hardware support if possible. 10114 10510 // Otherwise do it in software. … … 10125 10521 // Mark the whole window as modified. 10126 10522 10127 @@ -1173,9 +128 0,13 @@10523 @@ -1173,9 +1281,13 @@ 10128 10524 // If called with bf=TRUE, any change in the window will cause an 10129 10525 // automatic immediate refresh() … … 10139 10535 // If called with bf=TRUE, keys may generate 8-Bit characters. Otherwise 10140 10536 // 7-Bit characters are generated. 10141 @@ -1220,6 +133 1,14 @@10537 @@ -1220,6 +1332,14 @@ 10142 10538 // sminrow,smincol. 10143 10539 … … 10145 10541 + // Extended functions 10146 10542 + // ------------------------------------------------------------------------- 10147 +#if def NCURSES_EXT_FUNCS10543 +#if defined(NCURSES_EXT_FUNCS) && (NCURSES_EXT_FUNCS != 0) 10148 10544 + int wresize(int newLines, int newColumns) { 10149 10545 + return ::wresize(w, newLines, newColumns); } … … 10156 10552 diff -Naur ncurses-5.6.orig/c++/demo.cc ncurses-5.6/c++/demo.cc 10157 10553 --- ncurses-5.6.orig/c++/demo.cc 2006-04-22 18:38:57.000000000 -0400 10158 +++ ncurses-5.6/c++/demo.cc 200 7-12-21 00:02:35.000000000 -050010554 +++ ncurses-5.6/c++/demo.cc 2008-06-18 06:49:44.000000000 -0400 10159 10555 @@ -1,6 +1,6 @@ 10160 10556 // * This makes emacs happy -*-Mode: C++;-*- … … 10457 10853 diff -Naur ncurses-5.6.orig/c++/edit_cfg.sh ncurses-5.6/c++/edit_cfg.sh 10458 10854 --- ncurses-5.6.orig/c++/edit_cfg.sh 2005-04-30 17:00:22.000000000 -0400 10459 +++ ncurses-5.6/c++/edit_cfg.sh 200 7-12-21 00:02:35.000000000 -050010855 +++ ncurses-5.6/c++/edit_cfg.sh 2008-06-18 06:49:44.000000000 -0400 10460 10856 @@ -1,7 +1,7 @@ 10461 10857 #!/bin/sh … … 10493 10889 diff -Naur ncurses-5.6.orig/c++/etip.h.in ncurses-5.6/c++/etip.h.in 10494 10890 --- ncurses-5.6.orig/c++/etip.h.in 2005-08-06 15:55:57.000000000 -0400 10495 +++ ncurses-5.6/c++/etip.h.in 200 7-12-21 00:02:35.000000000 -050010891 +++ ncurses-5.6/c++/etip.h.in 2008-06-18 06:49:44.000000000 -0400 10496 10892 @@ -1,6 +1,6 @@ 10497 10893 // * This makes emacs happy -*-Mode: C++;-*- … … 10592 10988 diff -Naur ncurses-5.6.orig/c++/headers ncurses-5.6/c++/headers 10593 10989 --- ncurses-5.6.orig/c++/headers 1998-02-11 07:13:40.000000000 -0500 10594 +++ ncurses-5.6/c++/headers 200 7-12-21 00:02:35.000000000 -050010990 +++ ncurses-5.6/c++/headers 2008-06-18 06:49:44.000000000 -0400 10595 10991 @@ -1,7 +1,7 @@ 10596 10992 # C++ headers … … 10610 11006 diff -Naur ncurses-5.6.orig/c++/internal.h ncurses-5.6/c++/internal.h 10611 11007 --- ncurses-5.6.orig/c++/internal.h 2006-09-30 17:59:57.000000000 -0400 10612 +++ ncurses-5.6/c++/internal.h 200 7-12-21 00:02:35.000000000 -050011008 +++ ncurses-5.6/c++/internal.h 2008-06-18 06:49:44.000000000 -0400 10613 11009 @@ -1,6 +1,6 @@ 10614 11010 // * This makes emacs happy -*-Mode: C++;-*- … … 10638 11034 diff -Naur ncurses-5.6.orig/c++/modules ncurses-5.6/c++/modules 10639 11035 --- ncurses-5.6.orig/c++/modules 1999-07-31 05:46:54.000000000 -0400 10640 +++ ncurses-5.6/c++/modules 200 7-12-21 00:02:35.000000000 -050011036 +++ ncurses-5.6/c++/modules 2008-06-18 06:49:44.000000000 -0400 10641 11037 @@ -1,7 +1,7 @@ 10642 11038 # Program modules … … 10666 11062 diff -Naur ncurses-5.6.orig/config.guess ncurses-5.6/config.guess 10667 11063 --- ncurses-5.6.orig/config.guess 2006-07-22 11:57:37.000000000 -0400 10668 +++ ncurses-5.6/config.guess 2007-12-21 00:02:35.000000000 -0500 10669 @@ -4,7 +4,7 @@ 10670 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 10671 # Inc. 11064 +++ ncurses-5.6/config.guess 2008-06-18 06:49:49.000000000 -0400 11065 @@ -1,10 +1,10 @@ 11066 #! /bin/sh 11067 # Attempt to guess a canonical system name. 11068 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 11069 -# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 11070 -# Inc. 11071 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 11072 +# Free Software Foundation, Inc. 10672 11073 10673 11074 -timestamp='2006-07-02' 10674 +timestamp='200 7-05-17'11075 +timestamp='2008-03-12' 10675 11076 10676 11077 # This file is free software; you can redistribute it and/or modify it 10677 11078 # under the terms of the GNU General Public License as published by 11079 @@ -56,8 +56,8 @@ 11080 GNU config.guess ($timestamp) 11081 11082 Originally written by Per Bothner. 11083 -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 11084 -Free Software Foundation, Inc. 11085 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 11086 +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 11087 11088 This is free software; see the source for copying conditions. There is NO 11089 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 10678 11090 @@ -161,6 +161,7 @@ 10679 11091 arm*) machine=arm-unknown ;; … … 10684 11096 esac 10685 11097 # The Operating System including object format, if it has switched 11098 @@ -179,7 +180,7 @@ 11099 fi 11100 ;; 11101 *) 11102 - os=netbsd 11103 + os=netbsd 11104 ;; 11105 esac 11106 # The OS release 11107 @@ -218,11 +219,11 @@ 11108 exit ;; 11109 alpha:OSF1:*:*) 11110 case $UNAME_RELEASE in 11111 - *4.0) 11112 + *4.0) 11113 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` 11114 ;; 11115 - *5.*) 11116 - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` 11117 + *5.*) 11118 + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` 11119 ;; 11120 esac 11121 # According to Compaq, /usr/sbin/psrinfo has been available on 11122 @@ -294,7 +295,7 @@ 11123 echo s390-ibm-zvmoe 11124 exit ;; 11125 *:OS400:*:*) 11126 - echo powerpc-ibm-os400 11127 + echo powerpc-ibm-os400 11128 exit ;; 11129 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) 11130 echo arm-acorn-riscix${UNAME_RELEASE} 10686 11131 @@ -329,7 +330,7 @@ 10687 11132 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) … … 10689 11134 exit ;; 10690 11135 - i86pc:SunOS:5.*:*) 10691 + i86pc:SunOS:5.*:* | i x86xen:SunOS:5.*:*)11136 + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) 10692 11137 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 10693 11138 exit ;; 10694 11139 sun4*:SunOS:6*:*) 10695 @@ -780,7 +781,7 @@ 11140 @@ -374,23 +375,23 @@ 11141 # MiNT. But MiNT is downward compatible to TOS, so this should 11142 # be no problem. 11143 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) 11144 - echo m68k-atari-mint${UNAME_RELEASE} 11145 + echo m68k-atari-mint${UNAME_RELEASE} 11146 exit ;; 11147 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) 11148 echo m68k-atari-mint${UNAME_RELEASE} 11149 - exit ;; 11150 + exit ;; 11151 *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) 11152 - echo m68k-atari-mint${UNAME_RELEASE} 11153 + echo m68k-atari-mint${UNAME_RELEASE} 11154 exit ;; 11155 milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) 11156 - echo m68k-milan-mint${UNAME_RELEASE} 11157 - exit ;; 11158 + echo m68k-milan-mint${UNAME_RELEASE} 11159 + exit ;; 11160 hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) 11161 - echo m68k-hades-mint${UNAME_RELEASE} 11162 - exit ;; 11163 + echo m68k-hades-mint${UNAME_RELEASE} 11164 + exit ;; 11165 *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) 11166 - echo m68k-unknown-mint${UNAME_RELEASE} 11167 - exit ;; 11168 + echo m68k-unknown-mint${UNAME_RELEASE} 11169 + exit ;; 11170 m68k:machten:*:*) 11171 echo m68k-apple-machten${UNAME_RELEASE} 11172 exit ;; 11173 @@ -460,8 +461,8 @@ 11174 echo m88k-motorola-sysv3 11175 exit ;; 11176 AViiON:dgux:*:*) 11177 - # DG/UX returns AViiON for all architectures 11178 - UNAME_PROCESSOR=`/usr/bin/uname -p` 11179 + # DG/UX returns AViiON for all architectures 11180 + UNAME_PROCESSOR=`/usr/bin/uname -p` 11181 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] 11182 then 11183 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ 11184 @@ -531,7 +532,7 @@ 11185 echo rs6000-ibm-aix3.2 11186 fi 11187 exit ;; 11188 - *:AIX:*:[45]) 11189 + *:AIX:*:[456]) 11190 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` 11191 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then 11192 IBM_ARCH=rs6000 11193 @@ -574,8 +575,8 @@ 11194 9000/[678][0-9][0-9]) 11195 if [ -x /usr/bin/getconf ]; then 11196 sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` 11197 - sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` 11198 - case "${sc_cpu_version}" in 11199 + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` 11200 + case "${sc_cpu_version}" in 11201 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 11202 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 11203 532) # CPU_PA_RISC2_0 11204 @@ -710,22 +711,22 @@ 11205 exit ;; 11206 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) 11207 echo c1-convex-bsd 11208 - exit ;; 11209 + exit ;; 11210 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) 11211 if getsysinfo -f scalar_acc 11212 then echo c32-convex-bsd 11213 else echo c2-convex-bsd 11214 fi 11215 - exit ;; 11216 + exit ;; 11217 C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) 11218 echo c34-convex-bsd 11219 - exit ;; 11220 + exit ;; 11221 C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) 11222 echo c38-convex-bsd 11223 - exit ;; 11224 + exit ;; 11225 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) 11226 echo c4-convex-bsd 11227 - exit ;; 11228 + exit ;; 11229 CRAY*Y-MP:*:*:*) 11230 echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' 11231 exit ;; 11232 @@ -749,14 +750,14 @@ 11233 exit ;; 11234 F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) 11235 FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` 11236 - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` 11237 - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` 11238 - echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" 11239 - exit ;; 11240 + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` 11241 + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` 11242 + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" 11243 + exit ;; 11244 5000:UNIX_System_V:4.*:*) 11245 - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` 11246 - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` 11247 - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" 11248 + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` 11249 + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` 11250 + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" 11251 exit ;; 11252 i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) 11253 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} 11254 @@ -780,22 +781,28 @@ 10696 11255 i*:CYGWIN*:*) 10697 11256 echo ${UNAME_MACHINE}-pc-cygwin … … 10702 11261 exit ;; 10703 11262 i*:windows32*:*) 10704 @@ -790,12 +791,15 @@ 11263 - # uname -m includes "-pc" on this system. 11264 - echo ${UNAME_MACHINE}-mingw32 11265 + # uname -m includes "-pc" on this system. 11266 + echo ${UNAME_MACHINE}-mingw32 11267 exit ;; 10705 11268 i*:PW*:*) 10706 11269 echo ${UNAME_MACHINE}-pc-pw32 … … 10713 11276 - exit ;; 10714 11277 + *:Interix*:[3456]*) 10715 + 10716 + x86) 11278 + case ${UNAME_MACHINE} in 11279 + x86) 10717 11280 + echo i586-pc-interix${UNAME_RELEASE} 10718 11281 + exit ;; … … 10720 11283 + echo x86_64-unknown-interix${UNAME_RELEASE} 10721 11284 + exit ;; 11285 + IA64) 11286 + echo ia64-unknown-interix${UNAME_RELEASE} 11287 + exit ;; 10722 11288 + esac ;; 10723 11289 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) 10724 11290 echo i${UNAME_MACHINE}-pc-mks 10725 11291 exit ;; 10726 @@ -950,6 +954,9 @@ 11292 @@ -829,7 +836,13 @@ 11293 echo ${UNAME_MACHINE}-pc-minix 11294 exit ;; 11295 arm*:Linux:*:*) 11296 - echo ${UNAME_MACHINE}-unknown-linux-gnu 11297 + eval $set_cc_for_build 11298 + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null | grep -q __ARM_EABI__ 11299 + then 11300 + echo ${UNAME_MACHINE}-unknown-linux-gnu 11301 + else 11302 + echo ${UNAME_MACHINE}-unknown-linux-gnueabi 11303 + fi 11304 exit ;; 11305 avr32*:Linux:*:*) 11306 echo ${UNAME_MACHINE}-unknown-linux-gnu 11307 @@ -841,7 +854,7 @@ 11308 echo crisv32-axis-linux-gnu 11309 exit ;; 11310 frv:Linux:*:*) 11311 - echo frv-unknown-linux-gnu 11312 + echo frv-unknown-linux-gnu 11313 exit ;; 11314 ia64:Linux:*:*) 11315 echo ${UNAME_MACHINE}-unknown-linux-gnu 11316 @@ -869,10 +882,10 @@ 11317 #endif 11318 EOF 11319 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 11320 - /^CPU/{ 11321 - s: ::g 11322 - p 11323 - }'`" 11324 + /^CPU/{ 11325 + s: ::g 11326 + p 11327 + }'`" 11328 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 11329 ;; 11330 mips64:Linux:*:*) 11331 @@ -892,15 +905,15 @@ 11332 #endif 11333 EOF 11334 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 11335 - /^CPU/{ 11336 - s: ::g 11337 - p 11338 - }'`" 11339 + /^CPU/{ 11340 + s: ::g 11341 + p 11342 + }'`" 11343 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 11344 ;; 11345 or32:Linux:*:*) 11346 - echo or32-unknown-linux-gnu 11347 - exit ;; 11348 + echo or32-unknown-linux-gnu 11349 + exit ;; 11350 ppc:Linux:*:*) 11351 echo powerpc-unknown-linux-gnu 11352 exit ;; 11353 @@ -916,7 +929,7 @@ 11354 EV6) UNAME_MACHINE=alphaev6 ;; 11355 EV67) UNAME_MACHINE=alphaev67 ;; 11356 EV68*) UNAME_MACHINE=alphaev68 ;; 11357 - esac 11358 + esac 11359 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null 11360 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi 11361 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} 11362 @@ -936,7 +949,7 @@ 11363 echo ${UNAME_MACHINE}-ibm-linux 11364 exit ;; 11365 sh64*:Linux:*:*) 11366 - echo ${UNAME_MACHINE}-unknown-linux-gnu 11367 + echo ${UNAME_MACHINE}-unknown-linux-gnu 11368 exit ;; 11369 sh*:Linux:*:*) 11370 echo ${UNAME_MACHINE}-unknown-linux-gnu 11371 @@ -950,6 +963,9 @@ 10727 11372 x86_64:Linux:*:*) 10728 11373 echo x86_64-unknown-linux-gnu 10729 11374 exit ;; 10730 + xtensa :Linux:*:*)10731 + echo xtensa-unknown-linux-gnu11375 + xtensa*:Linux:*:*) 11376 + echo ${UNAME_MACHINE}-unknown-linux-gnu 10732 11377 + exit ;; 10733 11378 i*86:Linux:*:*) 10734 11379 # The BFD linker knows what the default object file format is, so 10735 11380 # first see if it will tell us. cd to the root directory to prevent 10736 @@ -1208,6 +1215,15 @@ 11381 @@ -961,7 +977,7 @@ 11382 s/.*supported targets: *// 11383 s/ .*// 11384 p'` 11385 - case "$ld_supported_targets" in 11386 + case "$ld_supported_targets" in 11387 elf32-i386) 11388 TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" 11389 ;; 11390 @@ -1003,10 +1019,10 @@ 11391 #endif 11392 EOF 11393 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 11394 - /^LIBC/{ 11395 - s: ::g 11396 - p 11397 - }'`" 11398 + /^LIBC/{ 11399 + s: ::g 11400 + p 11401 + }'`" 11402 test x"${LIBC}" != x && { 11403 echo "${UNAME_MACHINE}-pc-linux-${LIBC}" 11404 exit 11405 @@ -1020,11 +1036,11 @@ 11406 echo i386-sequent-sysv4 11407 exit ;; 11408 i*86:UNIX_SV:4.2MP:2.*) 11409 - # Unixware is an offshoot of SVR4, but it has its own version 11410 - # number series starting with 2... 11411 - # I am not positive that other SVR4 systems won't match this, 11412 + # Unixware is an offshoot of SVR4, but it has its own version 11413 + # number series starting with 2... 11414 + # I am not positive that other SVR4 systems won't match this, 11415 # I just have to hope. -- rms. 11416 - # Use sysv4.2uw... so that sysv4* matches it. 11417 + # Use sysv4.2uw... so that sysv4* matches it. 11418 echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} 11419 exit ;; 11420 i*86:OS/2:*:*) 11421 @@ -1056,7 +1072,7 @@ 11422 fi 11423 exit ;; 11424 i*86:*:5:[678]*) 11425 - # UnixWare 7.x, OpenUNIX and OpenServer 6. 11426 + # UnixWare 7.x, OpenUNIX and OpenServer 6. 11427 case `/bin/uname -X | grep "^Machine"` in 11428 *486*) UNAME_MACHINE=i486 ;; 11429 *Pentium) UNAME_MACHINE=i586 ;; 11430 @@ -1084,10 +1100,10 @@ 11431 exit ;; 11432 pc:*:*:*) 11433 # Left here for compatibility: 11434 - # uname -m prints for DJGPP always 'pc', but it prints nothing about 11435 - # the processor, so we play safe by assuming i386. 11436 + # uname -m prints for DJGPP always 'pc', but it prints nothing about 11437 + # the processor, so we play safe by assuming i386. 11438 echo i386-pc-msdosdjgpp 11439 - exit ;; 11440 + exit ;; 11441 Intel:Mach:3*:*) 11442 echo i386-pc-mach3 11443 exit ;; 11444 @@ -1122,8 +1138,8 @@ 11445 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ 11446 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 11447 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) 11448 - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ 11449 - && { echo i486-ncr-sysv4; exit; } ;; 11450 + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ 11451 + && { echo i486-ncr-sysv4; exit; } ;; 11452 m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) 11453 echo m68k-unknown-lynxos${UNAME_RELEASE} 11454 exit ;; 11455 @@ -1157,9 +1173,9 @@ 11456 fi 11457 exit ;; 11458 PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort 11459 - # says <Richard.M.Bartel@ccMail.Census.GOV> 11460 - echo i586-unisys-sysv4 11461 - exit ;; 11462 + # says <Richard.M.Bartel@ccMail.Census.GOV> 11463 + echo i586-unisys-sysv4 11464 + exit ;; 11465 *:UNIX_System_V:4*:FTX*) 11466 # From Gerald Hewes <hewes@openmarket.com>. 11467 # How about differentiating between stratus architectures? -djm 11468 @@ -1189,7 +1205,7 @@ 11469 else 11470 echo mips-unknown-sysv${UNAME_RELEASE} 11471 fi 11472 - exit ;; 11473 + exit ;; 11474 BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. 11475 echo powerpc-be-beos 11476 exit ;; 11477 @@ -1199,6 +1215,9 @@ 11478 BePC:BeOS:*:*) # BeOS running on Intel PC compatible. 11479 echo i586-pc-beos 11480 exit ;; 11481 + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. 11482 + echo i586-pc-haiku 11483 + exit ;; 11484 SX-4:SUPER-UX:*:*) 11485 echo sx4-nec-superux${UNAME_RELEASE} 11486 exit ;; 11487 @@ -1208,6 +1227,15 @@ 10737 11488 SX-6:SUPER-UX:*:*) 10738 11489 echo sx6-nec-superux${UNAME_RELEASE} … … 10750 11501 echo powerpc-apple-rhapsody${UNAME_RELEASE} 10751 11502 exit ;; 11503 @@ -1224,8 +1252,8 @@ 11504 *:procnto*:*:* | *:QNX:[0123456789]*:*) 11505 UNAME_PROCESSOR=`uname -p` 11506 if test "$UNAME_PROCESSOR" = "x86"; then 11507 - UNAME_PROCESSOR=i386 11508 - UNAME_MACHINE=pc 11509 + UNAME_PROCESSOR=i386 11510 + UNAME_MACHINE=pc 11511 fi 11512 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} 11513 exit ;; 11514 @@ -1277,13 +1305,13 @@ 11515 echo pdp10-unknown-its 11516 exit ;; 11517 SEI:*:*:SEIUX) 11518 - echo mips-sei-seiux${UNAME_RELEASE} 11519 + echo mips-sei-seiux${UNAME_RELEASE} 11520 exit ;; 11521 *:DragonFly:*:*) 11522 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` 11523 exit ;; 11524 *:*VMS:*:*) 11525 - UNAME_MACHINE=`(uname -p) 2>/dev/null` 11526 + UNAME_MACHINE=`(uname -p) 2>/dev/null` 11527 case "${UNAME_MACHINE}" in 11528 A*) echo alpha-dec-vms ; exit ;; 11529 I*) echo ia64-dec-vms ; exit ;; 11530 @@ -1458,9 +1486,9 @@ 11531 the operating system you are using. It is advised that you 11532 download the most up to date version of the config scripts from 11533 11534 - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess 11535 + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 11536 and 11537 - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub 11538 + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub 11539 11540 If the version you run ($0) is already up to date, please 11541 send the following data and any information you think might be 10752 11542 diff -Naur ncurses-5.6.orig/config.sub ncurses-5.6/config.sub 10753 11543 --- ncurses-5.6.orig/config.sub 2006-08-14 12:00:00.000000000 -0400 10754 +++ ncurses-5.6/config.sub 2007-12-21 00:02:35.000000000 -0500 10755 @@ -4,7 +4,7 @@ 10756 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 10757 # Inc. 11544 +++ ncurses-5.6/config.sub 2008-06-18 06:49:49.000000000 -0400 11545 @@ -1,10 +1,10 @@ 11546 #! /bin/sh 11547 # Configuration validation subroutine script. 11548 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 11549 -# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 11550 -# Inc. 11551 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 11552 +# Free Software Foundation, Inc. 10758 11553 10759 11554 -timestamp='2006-08-14' 10760 +timestamp='200 7-06-28'11555 +timestamp='2008-03-08' 10761 11556 10762 11557 # This file is (in principle) common to ALL GNU software. 10763 11558 # The presence of a machine in this file suggests that SOME GNU software 10764 @@ -245,12 +245,12 @@ 11559 @@ -72,8 +72,8 @@ 11560 version="\ 11561 GNU config.sub ($timestamp) 11562 11563 -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 11564 -Free Software Foundation, Inc. 11565 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 11566 +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 11567 11568 This is free software; see the source for copying conditions. There is NO 11569 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 11570 @@ -245,17 +245,19 @@ 10765 11571 | bfin \ 10766 11572 | c4x | clipper \ … … 10777 11583 | mips16 \ 10778 11584 | mips64 | mips64el \ 10779 @@ -276,6 +276,7 @@ 11585 - | mips64vr | mips64vrel \ 11586 + | mips64octeon | mips64octeonel \ 11587 | mips64orion | mips64orionel \ 11588 + | mips64r5900 | mips64r5900el \ 11589 + | mips64vr | mips64vrel \ 11590 | mips64vr4100 | mips64vr4100el \ 11591 | mips64vr4300 | mips64vr4300el \ 11592 | mips64vr5000 | mips64vr5000el \ 11593 @@ -276,6 +278,7 @@ 10780 11594 | pdp10 | pdp11 | pj | pjl \ 10781 11595 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ … … 10785 11599 | sh64 | sh64le \ 10786 11600 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ 10787 @@ -323,7 +324,7 @@ 11601 @@ -303,8 +306,8 @@ 11602 # because (1) that's what they normally are, and 11603 # (2) the word "unknown" tends to confuse beginning users. 11604 i*86 | x86_64) 11605 - basic_machine=$basic_machine-pc 11606 - ;; 11607 + basic_machine=$basic_machine-pc 11608 + ;; 11609 # Object if more than one company name word. 11610 *-*-*) 11611 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 11612 @@ -323,19 +326,21 @@ 10788 11613 | clipper-* | craynv-* | cydra-* \ 10789 11614 | d10v-* | d30v-* | dlx-* \ … … 10794 11619 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ 10795 11620 | i*86-* | i860-* | i960-* | ia64-* \ 10796 @@ -474,8 +475,8 @@ 11621 | ip2k-* | iq2000-* \ 11622 - | m32c-* | m32r-* | m32rle-* \ 11623 + | m32c- | m32r-* | m32rle-* \ 11624 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ 11625 | m88110-* | m88k-* | maxq-* | mcore-* \ 11626 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ 11627 | mips16-* \ 11628 | mips64-* | mips64el-* \ 11629 - | mips64vr-* | mips64vrel-* \ 11630 + | mips64octeon-* | mips64octeonel-* \ 11631 | mips64orion-* | mips64orionel-* \ 11632 + | mips64r5900-* | mips64r5900el-* \ 11633 + | mips64vr-* | mips64vrel-* \ 11634 | mips64vr4100-* | mips64vr4100el-* \ 11635 | mips64vr4300-* | mips64vr4300el-* \ 11636 | mips64vr5000-* | mips64vr5000el-* \ 11637 @@ -363,15 +368,19 @@ 11638 | sparclite-* \ 11639 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ 11640 | tahoe-* | thumb-* \ 11641 - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ 11642 + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ 11643 | tron-* \ 11644 | v850-* | v850e-* | vax-* \ 11645 | we32k-* \ 11646 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ 11647 - | xstormy16-* | xtensa-* \ 11648 + | xstormy16-* | xtensa*-* \ 11649 | ymp-* \ 11650 | z8k-*) 11651 ;; 11652 + # Recognize the basic CPU types without company name, with glob match. 11653 + xtensa*) 11654 + basic_machine=$basic_machine-unknown 11655 + ;; 11656 # Recognize the various machine names and aliases which stand 11657 # for a CPU type and a company and sometimes even an OS. 11658 386bsd) 11659 @@ -388,7 +397,7 @@ 11660 basic_machine=a29k-amd 11661 os=-udi 11662 ;; 11663 - abacus) 11664 + abacus) 11665 basic_machine=abacus-unknown 11666 ;; 11667 adobe68k) 11668 @@ -442,6 +451,14 @@ 11669 basic_machine=ns32k-sequent 11670 os=-dynix 11671 ;; 11672 + blackfin) 11673 + basic_machine=bfin-unknown 11674 + os=-linux 11675 + ;; 11676 + blackfin-*) 11677 + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` 11678 + os=-linux 11679 + ;; 11680 c90) 11681 basic_machine=c90-cray 11682 os=-unicos 11683 @@ -474,8 +491,8 @@ 10797 11684 basic_machine=craynv-cray 10798 11685 os=-unicosmp … … 10805 11692 ;; 10806 11693 crds | unos) 10807 @@ -682,6 +683,10 @@ 11694 @@ -667,6 +684,14 @@ 11695 basic_machine=m68k-isi 11696 os=-sysv 11697 ;; 11698 + m68knommu) 11699 + basic_machine=m68k-unknown 11700 + os=-linux 11701 + ;; 11702 + m68knommu-*) 11703 + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` 11704 + os=-linux 11705 + ;; 11706 m88k-omron*) 11707 basic_machine=m88k-omron 11708 ;; 11709 @@ -682,6 +707,10 @@ 10808 11710 basic_machine=i386-pc 10809 11711 os=-mingw32 … … 10816 11718 basic_machine=m68000-convergent 10817 11719 ;; 10818 @@ -924,6 +929,9 @@ 11720 @@ -808,6 +837,14 @@ 11721 basic_machine=i860-intel 11722 os=-osf 11723 ;; 11724 + parisc) 11725 + basic_machine=hppa-unknown 11726 + os=-linux 11727 + ;; 11728 + parisc-*) 11729 + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` 11730 + os=-linux 11731 + ;; 11732 pbd) 11733 basic_machine=sparc-tti 11734 ;; 11735 @@ -924,6 +961,9 @@ 10819 11736 basic_machine=sh-hitachi 10820 11737 os=-hms … … 10826 11743 basic_machine=sh64-unknown 10827 11744 ;; 10828 @@ -1218,7 +1226,7 @@ 11745 @@ -1013,6 +1053,10 @@ 11746 basic_machine=tic6x-unknown 11747 os=-coff 11748 ;; 11749 + tile*) 11750 + basic_machine=tile-unknown 11751 + os=-linux-gnu 11752 + ;; 11753 tx39) 11754 basic_machine=mipstx39-unknown 11755 ;; 11756 @@ -1173,8 +1217,8 @@ 11757 if [ x"$os" != x"" ] 11758 then 11759 case $os in 11760 - # First match some system type aliases 11761 - # that might get confused with valid system types. 11762 + # First match some system type aliases 11763 + # that might get confused with valid system types. 11764 # -solaris* is a basic system type, with this one exception. 11765 -solaris1 | -solaris1.*) 11766 os=`echo $os | sed -e 's|solaris1|sunos4|'` 11767 @@ -1218,7 +1262,7 @@ 10829 11768 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ 10830 11769 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ … … 10835 11774 ;; 10836 11775 -qnx*) 10837 @@ -1370,6 +1378,9 @@ 11776 @@ -1257,7 +1301,7 @@ 11777 -opened*) 11778 os=-openedition 11779 ;; 11780 - -os400*) 11781 + -os400*) 11782 os=-os400 11783 ;; 11784 -wince*) 11785 @@ -1306,7 +1350,7 @@ 11786 -sinix*) 11787 os=-sysv4 11788 ;; 11789 - -tpf*) 11790 + -tpf*) 11791 os=-tpf 11792 ;; 11793 -triton*) 11794 @@ -1370,7 +1414,10 @@ 10838 11795 # system, and we'll never get to this point. 10839 11796 10840 11797 case $basic_machine in 10841 + score-*) 11798 - spu-*) 11799 + score-*) 10842 11800 + os=-elf 10843 11801 + ;; 10844 11802 + spu-*) 10845 11803 os=-elf 10846 11804 ;; 10847 @@ -1410,6 +1421,9 @@ 11805 *-acorn) 11806 @@ -1382,8 +1429,8 @@ 11807 arm*-semi) 11808 os=-aout 11809 ;; 11810 - c4x-* | tic4x-*) 11811 - os=-coff 11812 + c4x-* | tic4x-*) 11813 + os=-coff 11814 ;; 11815 # This must come before the *-dec entry. 11816 pdp10-*) 11817 @@ -1410,6 +1457,9 @@ 10848 11818 m68*-cisco) 10849 11819 os=-aout 10850 11820 ;; 10851 + 11821 + mep-*) 10852 11822 + os=-elf 10853 11823 + ;; … … 10855 11825 os=-elf 10856 11826 ;; 11827 @@ -1434,7 +1484,7 @@ 11828 *-ibm) 11829 os=-aix 11830 ;; 11831 - *-knuth) 11832 + *-knuth) 11833 os=-mmixware 11834 ;; 11835 *-wec) 10857 11836 diff -Naur ncurses-5.6.orig/configure ncurses-5.6/configure 10858 11837 --- ncurses-5.6.orig/configure 2006-12-17 11:33:38.000000000 -0500 10859 +++ ncurses-5.6/configure 200 7-12-21 00:02:35.000000000 -050010860 @@ -1, 5 +1,5@@11838 +++ ncurses-5.6/configure 2008-06-18 06:49:52.000000000 -0400 11839 @@ -1,7 +1,7 @@ 10861 11840 #! /bin/sh 10862 11841 -# From configure.in Revision: 1.383 . 10863 +# From configure.in Revision: 1.4 29.11842 +# From configure.in Revision: 1.434 . 10864 11843 # Guess values for system-dependent variables and create Makefiles. 10865 # Generated by Autoconf 2.52.20061216. 11844 -# Generated by Autoconf 2.52.20061216. 11845 +# Generated by Autoconf 2.52.20080325. 10866 11846 # 11847 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 11848 # Free Software Foundation, Inc. 10867 11849 @@ -699,6 +699,7 @@ 10868 11850 --without-ada suppress check for Ada95, don't build demo … … 10894 11876 --with-termpath=XXX specify list of termcap files (default: /etc/termcap:/usr/share/misc/termcap) 10895 11877 --enable-getcap fast termcap load, no xrefs to terminfo 10896 @@ -759,7 +763,7 @@ 11878 @@ -758,8 +762,10 @@ 11879 Extensions: 10897 11880 --disable-ext-funcs disable function-extensions 10898 11881 --enable-const compile with extra/non-standard const 11882 + --enable-ext-colors compile for 256-color support 11883 + --enable-ext-mouse compile for extended mouse-encoding 10899 11884 --enable-no-padding compile with $NCURSES_NO_PADDING code 10900 11885 - --enable-signed-char compile with SIGWINCH handler … … 10903 11888 --enable-tcap-names compile with user-definable terminal capabilities 10904 11889 Development Code: 10905 @@ -772,6 +776,7 @@ 11890 @@ -770,8 +776,8 @@ 11891 --disable-assumed-color do not assume anything about default-colors 11892 --disable-hashmap compile without hashmap scrolling-optimization 10906 11893 --enable-colorfgbg compile with $COLORFGBG code 10907 --enable-ext-colors compile for experimental 256-color support 10908 --enable-ext-mouse compile for experimental mouse-encoding 11894 - --enable-ext-colors compile for experimental 256-color support 11895 - --enable-ext-mouse compile for experimental mouse-encoding 11896 + --with-pthread use POSIX thread library 10909 11897 + --enable-reentrant compile with experimental reentrant code 10910 11898 --enable-safe-sprintf compile with experimental safe-sprintf code 10911 11899 --disable-scroll-hints compile without scroll-hints code 10912 11900 --enable-wgetch-events compile with experimental wgetch-events code 10913 @@ -986,7 +991,7 @@ 11901 @@ -862,7 +868,7 @@ 11902 running configure, to aid debugging if configure makes a mistake. 11903 11904 It was created by $as_me, which was 11905 -generated by GNU Autoconf 2.52.20061216. Invocation command line was 11906 +generated by GNU Autoconf 2.52.20080325. Invocation command line was 11907 11908 $ $0 $@ 11909 11910 @@ -986,7 +992,7 @@ 10914 11911 fi 10915 11912 for ac_site_file in $CONFIG_SITE; do 10916 11913 if test -r "$ac_site_file"; then 10917 11914 - { echo "$as_me:989: loading site script $ac_site_file" >&5 10918 + { echo "$as_me:99 4: loading site script $ac_site_file" >&511915 + { echo "$as_me:995: loading site script $ac_site_file" >&5 10919 11916 echo "$as_me: loading site script $ac_site_file" >&6;} 10920 11917 cat "$ac_site_file" >&5 10921 11918 . "$ac_site_file" 10922 @@ -997,7 +100 2,7 @@11919 @@ -997,7 +1003,7 @@ 10923 11920 # Some versions of bash will fail to source /dev/null (special 10924 11921 # files actually), so we avoid doing that. 10925 11922 if test -f "$cache_file"; then 10926 11923 - { echo "$as_me:1000: loading cache $cache_file" >&5 10927 + { echo "$as_me:100 5: loading cache $cache_file" >&511924 + { echo "$as_me:1006: loading cache $cache_file" >&5 10928 11925 echo "$as_me: loading cache $cache_file" >&6;} 10929 11926 case $cache_file in 10930 11927 [\\/]* | ?:[\\/]* ) . $cache_file;; 10931 @@ -1005,7 +101 0,7 @@11928 @@ -1005,7 +1011,7 @@ 10932 11929 esac 10933 11930 fi 10934 11931 else 10935 11932 - { echo "$as_me:1008: creating cache $cache_file" >&5 10936 + { echo "$as_me:101 3: creating cache $cache_file" >&511933 + { echo "$as_me:1014: creating cache $cache_file" >&5 10937 11934 echo "$as_me: creating cache $cache_file" >&6;} 10938 11935 >$cache_file 10939 11936 fi 10940 @@ -1021,21 +102 6,21 @@11937 @@ -1021,21 +1027,21 @@ 10941 11938 eval ac_new_val="\$ac_env_${ac_var}_value" 10942 11939 case $ac_old_set,$ac_new_set in 10943 11940 set,) 10944 11941 - { echo "$as_me:1024: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 10945 + { echo "$as_me:10 29: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&511942 + { echo "$as_me:1030: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 10946 11943 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 10947 11944 ac_cache_corrupted=: ;; 10948 11945 ,set) 10949 11946 - { echo "$as_me:1028: error: \`$ac_var' was not set in the previous run" >&5 10950 + { echo "$as_me:103 3: error: \`$ac_var' was not set in the previous run" >&511947 + { echo "$as_me:1034: error: \`$ac_var' was not set in the previous run" >&5 10951 11948 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 10952 11949 ac_cache_corrupted=: ;; … … 10955 11952 if test "x$ac_old_val" != "x$ac_new_val"; then 10956 11953 - { echo "$as_me:1034: error: \`$ac_var' has changed since the previous run:" >&5 10957 + { echo "$as_me:10 39: error: \`$ac_var' has changed since the previous run:" >&511954 + { echo "$as_me:1040: error: \`$ac_var' has changed since the previous run:" >&5 10958 11955 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 10959 11956 - { echo "$as_me:1036: former value: $ac_old_val" >&5 10960 + { echo "$as_me:104 1: former value: $ac_old_val" >&511957 + { echo "$as_me:1042: former value: $ac_old_val" >&5 10961 11958 echo "$as_me: former value: $ac_old_val" >&2;} 10962 11959 - { echo "$as_me:1038: current value: $ac_new_val" >&5 10963 + { echo "$as_me:104 3: current value: $ac_new_val" >&511960 + { echo "$as_me:1044: current value: $ac_new_val" >&5 10964 11961 echo "$as_me: current value: $ac_new_val" >&2;} 10965 11962 ac_cache_corrupted=: 10966 11963 fi;; 10967 @@ -1054,9 +10 59,9 @@11964 @@ -1054,9 +1060,9 @@ 10968 11965 fi 10969 11966 done 10970 11967 if $ac_cache_corrupted; then 10971 11968 - { echo "$as_me:1057: error: changes in the environment can compromise the build" >&5 10972 + { echo "$as_me:106 2: error: changes in the environment can compromise the build" >&511969 + { echo "$as_me:1063: error: changes in the environment can compromise the build" >&5 10973 11970 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 10974 11971 - { { echo "$as_me:1059: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 10975 + { { echo "$as_me:106 4: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&511972 + { { echo "$as_me:1065: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 10976 11973 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 10977 11974 { (exit 1); exit 1; }; } 10978 11975 fi 10979 @@ -1077,10 +108 2,10 @@11976 @@ -1077,10 +1083,10 @@ 10980 11977 echo "#! $SHELL" >conftest.sh 10981 11978 echo "exit 0" >>conftest.sh 10982 11979 chmod +x conftest.sh 10983 11980 -if { (echo "$as_me:1080: PATH=\".;.\"; conftest.sh") >&5 10984 +if { (echo "$as_me:108 5: PATH=\".;.\"; conftest.sh") >&511981 +if { (echo "$as_me:1086: PATH=\".;.\"; conftest.sh") >&5 10985 11982 (PATH=".;."; conftest.sh) 2>&5 10986 11983 ac_status=$? 10987 11984 - echo "$as_me:1083: \$? = $ac_status" >&5 10988 + echo "$as_me:108 8: \$? = $ac_status" >&511985 + echo "$as_me:1089: \$? = $ac_status" >&5 10989 11986 (exit $ac_status); }; then 10990 11987 ac_path_separator=';' 10991 11988 else 10992 @@ -1093,7 +109 8,7 @@11989 @@ -1093,7 +1099,7 @@ 10993 11990 10994 11991 top_builddir=`pwd` 10995 11992 10996 11993 -echo "$as_me:1096: checking for egrep" >&5 10997 +echo "$as_me:110 1: checking for egrep" >&511994 +echo "$as_me:1102: checking for egrep" >&5 10998 11995 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 10999 11996 if test "${ac_cv_prog_egrep+set}" = set; then 11000 11997 echo $ECHO_N "(cached) $ECHO_C" >&6 11001 @@ -1103,11 +110 8,11 @@11998 @@ -1103,11 +1109,11 @@ 11002 11999 else ac_cv_prog_egrep='egrep' 11003 12000 fi 11004 12001 fi 11005 12002 -echo "$as_me:1106: result: $ac_cv_prog_egrep" >&5 11006 +echo "$as_me:111 1: result: $ac_cv_prog_egrep" >&512003 +echo "$as_me:1112: result: $ac_cv_prog_egrep" >&5 11007 12004 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 11008 12005 EGREP=$ac_cv_prog_egrep 11009 12006 11010 12007 -test -z "$EGREP" && { { echo "$as_me:1110: error: No egrep program found" >&5 11011 +test -z "$EGREP" && { { echo "$as_me:111 5: error: No egrep program found" >&512008 +test -z "$EGREP" && { { echo "$as_me:1116: error: No egrep program found" >&5 11012 12009 echo "$as_me: error: No egrep program found" >&2;} 11013 12010 { (exit 1); exit 1; }; } 11014 12011 11015 @@ -1117,7 +112 2,7 @@12012 @@ -1117,7 +1123,7 @@ 11016 12013 cf_cv_abi_version=${NCURSES_MAJOR} 11017 12014 cf_cv_rel_version=${NCURSES_MAJOR}.${NCURSES_MINOR} 11018 12015 cf_cv_timestamp=`date` 11019 12016 -echo "$as_me:1120: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5 11020 +echo "$as_me:112 5: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&512017 +echo "$as_me:1126: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5 11021 12018 echo "${ECHO_T}Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&6 11022 12019 11023 12020 test -z "$cf_cv_rel_version" && cf_cv_rel_version=0.0 11024 @@ -1125,7 +113 0,7 @@12021 @@ -1125,7 +1131,7 @@ 11025 12022 # Check whether --with-rel-version or --without-rel-version was given. 11026 12023 if test "${with_rel_version+set}" = set; then 11027 12024 withval="$with_rel_version" 11028 12025 - { echo "$as_me:1128: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5 11029 + { echo "$as_me:113 3: WARNING: overriding release version $cf_cv_rel_version to $withval" >&512026 + { echo "$as_me:1134: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5 11030 12027 echo "$as_me: WARNING: overriding release version $cf_cv_rel_version to $withval" >&2;} 11031 12028 cf_cv_rel_version=$withval 11032 12029 fi; 11033 @@ -1138,13 +114 3,13 @@12030 @@ -1138,13 +1144,13 @@ 11034 12031 [0-9]*) #(vi 11035 12032 ;; 11036 12033 *) 11037 12034 - { { echo "$as_me:1141: error: Release major-version is not a number: $NCURSES_MAJOR" >&5 11038 + { { echo "$as_me:114 6: error: Release major-version is not a number: $NCURSES_MAJOR" >&512035 + { { echo "$as_me:1147: error: Release major-version is not a number: $NCURSES_MAJOR" >&5 11039 12036 echo "$as_me: error: Release major-version is not a number: $NCURSES_MAJOR" >&2;} 11040 12037 { (exit 1); exit 1; }; } … … 11043 12040 else 11044 12041 - { { echo "$as_me:1147: error: Release major-version value is empty" >&5 11045 + { { echo "$as_me:115 2: error: Release major-version value is empty" >&512042 + { { echo "$as_me:1153: error: Release major-version value is empty" >&5 11046 12043 echo "$as_me: error: Release major-version value is empty" >&2;} 11047 12044 { (exit 1); exit 1; }; } 11048 12045 fi 11049 @@ -1154,13 +11 59,13 @@12046 @@ -1154,13 +1160,13 @@ 11050 12047 [0-9]*) #(vi 11051 12048 ;; 11052 12049 *) 11053 12050 - { { echo "$as_me:1157: error: Release minor-version is not a number: $NCURSES_MINOR" >&5 11054 + { { echo "$as_me:116 2: error: Release minor-version is not a number: $NCURSES_MINOR" >&512051 + { { echo "$as_me:1163: error: Release minor-version is not a number: $NCURSES_MINOR" >&5 11055 12052 echo "$as_me: error: Release minor-version is not a number: $NCURSES_MINOR" >&2;} 11056 12053 { (exit 1); exit 1; }; } … … 11059 12056 else 11060 12057 - { { echo "$as_me:1163: error: Release minor-version value is empty" >&5 11061 + { { echo "$as_me:116 8: error: Release minor-version value is empty" >&512058 + { { echo "$as_me:1169: error: Release minor-version value is empty" >&5 11062 12059 echo "$as_me: error: Release minor-version value is empty" >&2;} 11063 12060 { (exit 1); exit 1; }; } 11064 12061 fi 11065 @@ -1170,7 +117 5,7 @@12062 @@ -1170,7 +1176,7 @@ 11066 12063 # Check whether --with-abi-version or --without-abi-version was given. 11067 12064 if test "${with_abi_version+set}" = set; then 11068 12065 withval="$with_abi_version" 11069 12066 - { echo "$as_me:1173: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5 11070 + { echo "$as_me:117 8: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&512067 + { echo "$as_me:1179: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5 11071 12068 echo "$as_me: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&2;} 11072 12069 cf_cv_abi_version=$withval 11073 12070 fi; 11074 @@ -1180,13 +118 5,13 @@12071 @@ -1180,13 +1186,13 @@ 11075 12072 [0-9]*) #(vi 11076 12073 ;; 11077 12074 *) 11078 12075 - { { echo "$as_me:1183: error: ABI version is not a number: $cf_cv_abi_version" >&5 11079 + { { echo "$as_me:118 8: error: ABI version is not a number: $cf_cv_abi_version" >&512076 + { { echo "$as_me:1189: error: ABI version is not a number: $cf_cv_abi_version" >&5 11080 12077 echo "$as_me: error: ABI version is not a number: $cf_cv_abi_version" >&2;} 11081 12078 { (exit 1); exit 1; }; } … … 11084 12081 else 11085 12082 - { { echo "$as_me:1189: error: ABI version value is empty" >&5 11086 + { { echo "$as_me:119 4: error: ABI version value is empty" >&512083 + { { echo "$as_me:1195: error: ABI version value is empty" >&5 11087 12084 echo "$as_me: error: ABI version value is empty" >&2;} 11088 12085 { (exit 1); exit 1; }; } 11089 12086 fi 11090 @@ -1208,7 +121 3,7 @@12087 @@ -1208,7 +1214,7 @@ 11091 12088 fi 11092 12089 done 11093 12090 if test -z "$ac_aux_dir"; then 11094 12091 - { { echo "$as_me:1211: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 11095 + { { echo "$as_me:121 6: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&512092 + { { echo "$as_me:1217: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 11096 12093 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 11097 12094 { (exit 1); exit 1; }; } 11098 12095 fi 11099 @@ -1218,11 +122 3,11 @@12096 @@ -1218,11 +1224,11 @@ 11100 12097 11101 12098 # Make sure we can run config.sub. 11102 12099 $ac_config_sub sun4 >/dev/null 2>&1 || 11103 12100 - { { echo "$as_me:1221: error: cannot run $ac_config_sub" >&5 11104 + { { echo "$as_me:122 6: error: cannot run $ac_config_sub" >&512101 + { { echo "$as_me:1227: error: cannot run $ac_config_sub" >&5 11105 12102 echo "$as_me: error: cannot run $ac_config_sub" >&2;} 11106 12103 { (exit 1); exit 1; }; } 11107 12104 11108 12105 -echo "$as_me:1225: checking build system type" >&5 11109 +echo "$as_me:123 0: checking build system type" >&512106 +echo "$as_me:1231: checking build system type" >&5 11110 12107 echo $ECHO_N "checking build system type... $ECHO_C" >&6 11111 12108 if test "${ac_cv_build+set}" = set; then 11112 12109 echo $ECHO_N "(cached) $ECHO_C" >&6 11113 @@ -1231,23 +123 6,23 @@12110 @@ -1231,23 +1237,23 @@ 11114 12111 test -z "$ac_cv_build_alias" && 11115 12112 ac_cv_build_alias=`$ac_config_guess` 11116 12113 test -z "$ac_cv_build_alias" && 11117 12114 - { { echo "$as_me:1234: error: cannot guess build type; you must specify one" >&5 11118 + { { echo "$as_me:12 39: error: cannot guess build type; you must specify one" >&512115 + { { echo "$as_me:1240: error: cannot guess build type; you must specify one" >&5 11119 12116 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 11120 12117 { (exit 1); exit 1; }; } 11121 12118 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 11122 12119 - { { echo "$as_me:1238: error: $ac_config_sub $ac_cv_build_alias failed." >&5 11123 + { { echo "$as_me:124 3: error: $ac_config_sub $ac_cv_build_alias failed." >&512120 + { { echo "$as_me:1244: error: $ac_config_sub $ac_cv_build_alias failed." >&5 11124 12121 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} 11125 12122 { (exit 1); exit 1; }; } … … 11127 12124 fi 11128 12125 -echo "$as_me:1243: result: $ac_cv_build" >&5 11129 +echo "$as_me:124 8: result: $ac_cv_build" >&512126 +echo "$as_me:1249: result: $ac_cv_build" >&5 11130 12127 echo "${ECHO_T}$ac_cv_build" >&6 11131 12128 build=$ac_cv_build … … 11135 12132 11136 12133 -echo "$as_me:1250: checking host system type" >&5 11137 +echo "$as_me:125 5: checking host system type" >&512134 +echo "$as_me:1256: checking host system type" >&5 11138 12135 echo $ECHO_N "checking host system type... $ECHO_C" >&6 11139 12136 if test "${ac_cv_host+set}" = set; then 11140 12137 echo $ECHO_N "(cached) $ECHO_C" >&6 11141 @@ -1256,12 +126 1,12 @@12138 @@ -1256,12 +1262,12 @@ 11142 12139 test -z "$ac_cv_host_alias" && 11143 12140 ac_cv_host_alias=$ac_cv_build_alias 11144 12141 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 11145 12142 - { { echo "$as_me:1259: error: $ac_config_sub $ac_cv_host_alias failed" >&5 11146 + { { echo "$as_me:126 4: error: $ac_config_sub $ac_cv_host_alias failed" >&512143 + { { echo "$as_me:1265: error: $ac_config_sub $ac_cv_host_alias failed" >&5 11147 12144 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 11148 12145 { (exit 1); exit 1; }; } … … 11150 12147 fi 11151 12148 -echo "$as_me:1264: result: $ac_cv_host" >&5 11152 +echo "$as_me:12 69: result: $ac_cv_host" >&512149 +echo "$as_me:1270: result: $ac_cv_host" >&5 11153 12150 echo "${ECHO_T}$ac_cv_host" >&6 11154 12151 host=$ac_cv_host 11155 12152 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 11156 @@ -1269,7 +127 4,7 @@12153 @@ -1269,7 +1275,7 @@ 11157 12154 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 11158 12155 11159 12156 if test -f $srcdir/config.guess || test -f $ac_aux_dir/config.guess ; then 11160 12157 - echo "$as_me:1272: checking target system type" >&5 11161 + echo "$as_me:127 7: checking target system type" >&512158 + echo "$as_me:1278: checking target system type" >&5 11162 12159 echo $ECHO_N "checking target system type... $ECHO_C" >&6 11163 12160 if test "${ac_cv_target+set}" = set; then 11164 12161 echo $ECHO_N "(cached) $ECHO_C" >&6 11165 @@ -1278,12 +128 3,12 @@12162 @@ -1278,12 +1284,12 @@ 11166 12163 test "x$ac_cv_target_alias" = "x" && 11167 12164 ac_cv_target_alias=$ac_cv_host_alias 11168 12165 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || 11169 12166 - { { echo "$as_me:1281: error: $ac_config_sub $ac_cv_target_alias failed" >&5 11170 + { { echo "$as_me:128 6: error: $ac_config_sub $ac_cv_target_alias failed" >&512167 + { { echo "$as_me:1287: error: $ac_config_sub $ac_cv_target_alias failed" >&5 11171 12168 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} 11172 12169 { (exit 1); exit 1; }; } … … 11174 12171 fi 11175 12172 -echo "$as_me:1286: result: $ac_cv_target" >&5 11176 +echo "$as_me:129 1: result: $ac_cv_target" >&512173 +echo "$as_me:1292: result: $ac_cv_target" >&5 11177 12174 echo "${ECHO_T}$ac_cv_target" >&6 11178 12175 target=$ac_cv_target 11179 12176 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 11180 @@ -1314,13 +13 19,13 @@12177 @@ -1314,13 +1320,13 @@ 11181 12178 fi 11182 12179 11183 12180 test -z "$system_name" && system_name="$cf_cv_system_name" 11184 12181 -test -n "$cf_cv_system_name" && echo "$as_me:1317: result: Configuring for $cf_cv_system_name" >&5 11185 +test -n "$cf_cv_system_name" && echo "$as_me:132 2: result: Configuring for $cf_cv_system_name" >&512182 +test -n "$cf_cv_system_name" && echo "$as_me:1323: result: Configuring for $cf_cv_system_name" >&5 11186 12183 echo "${ECHO_T}Configuring for $cf_cv_system_name" >&6 11187 12184 11188 12185 if test ".$system_name" != ".$cf_cv_system_name" ; then 11189 12186 - echo "$as_me:1321: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 11190 + echo "$as_me:132 6: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&512187 + echo "$as_me:1327: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 11191 12188 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&6 11192 12189 - { { echo "$as_me:1323: error: \"Please remove config.cache and try again.\"" >&5 11193 + { { echo "$as_me:132 8: error: \"Please remove config.cache and try again.\"" >&512190 + { { echo "$as_me:1329: error: \"Please remove config.cache and try again.\"" >&5 11194 12191 echo "$as_me: error: \"Please remove config.cache and try again.\"" >&2;} 11195 12192 { (exit 1); exit 1; }; } 11196 12193 fi 11197 @@ -1328,7 +133 3,7 @@12194 @@ -1328,7 +1334,7 @@ 11198 12195 # Check whether --with-system-type or --without-system-type was given. 11199 12196 if test "${with_system_type+set}" = set; then 11200 12197 withval="$with_system_type" 11201 12198 - { echo "$as_me:1331: WARNING: overriding system type to $withval" >&5 11202 + { echo "$as_me:133 6: WARNING: overriding system type to $withval" >&512199 + { echo "$as_me:1337: WARNING: overriding system type to $withval" >&5 11203 12200 echo "$as_me: WARNING: overriding system type to $withval" >&2;} 11204 12201 cf_cv_system_name=$withval 11205 12202 fi; 11206 @@ -1338,7 +134 3,7 @@12203 @@ -1338,7 +1344,7 @@ 11207 12204 11208 12205 ### Default install-location 11209 12206 11210 12207 -echo "$as_me:1341: checking for prefix" >&5 11211 +echo "$as_me:134 6: checking for prefix" >&512208 +echo "$as_me:1347: checking for prefix" >&5 11212 12209 echo $ECHO_N "checking for prefix... $ECHO_C" >&6 11213 12210 if test "x$prefix" = "xNONE" ; then 11214 12211 case "$cf_cv_system_name" in 11215 @@ -1350,11 +135 5,11 @@12212 @@ -1350,11 +1356,11 @@ 11216 12213 ;; 11217 12214 esac 11218 12215 fi 11219 12216 -echo "$as_me:1353: result: $prefix" >&5 11220 +echo "$as_me:135 8: result: $prefix" >&512217 +echo "$as_me:1359: result: $prefix" >&5 11221 12218 echo "${ECHO_T}$prefix" >&6 11222 12219 11223 12220 if test "x$prefix" = "xNONE" ; then 11224 12221 -echo "$as_me:1357: checking for default include-directory" >&5 11225 +echo "$as_me:136 2: checking for default include-directory" >&512222 +echo "$as_me:1363: checking for default include-directory" >&5 11226 12223 echo $ECHO_N "checking for default include-directory... $ECHO_C" >&6 11227 12224 test -n "$verbose" && echo 1>&6 11228 12225 for cf_symbol in \ 11229 @@ -1377,7 +138 2,7 @@12226 @@ -1377,7 +1383,7 @@ 11230 12227 fi 11231 12228 test -n "$verbose" && echo " tested $cf_dir" 1>&6 11232 12229 done 11233 12230 -echo "$as_me:1380: result: $includedir" >&5 11234 +echo "$as_me:138 5: result: $includedir" >&512231 +echo "$as_me:1386: result: $includedir" >&5 11235 12232 echo "${ECHO_T}$includedir" >&6 11236 12233 fi 11237 12234 11238 @@ -1391,7 +139 6,7 @@12235 @@ -1391,7 +1397,7 @@ 11239 12236 if test -n "$ac_tool_prefix"; then 11240 12237 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 11241 12238 set dummy ${ac_tool_prefix}gcc; ac_word=$2 11242 12239 -echo "$as_me:1394: checking for $ac_word" >&5 11243 +echo "$as_me:1 399: checking for $ac_word" >&512240 +echo "$as_me:1400: checking for $ac_word" >&5 11244 12241 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 11245 12242 if test "${ac_cv_prog_CC+set}" = set; then 11246 12243 echo $ECHO_N "(cached) $ECHO_C" >&6 11247 @@ -1406,7 +141 1,7 @@12244 @@ -1406,7 +1412,7 @@ 11248 12245 test -z "$ac_dir" && ac_dir=. 11249 12246 $as_executable_p "$ac_dir/$ac_word" || continue 11250 12247 ac_cv_prog_CC="${ac_tool_prefix}gcc" 11251 12248 -echo "$as_me:1409: found $ac_dir/$ac_word" >&5 11252 +echo "$as_me:141 4: found $ac_dir/$ac_word" >&512249 +echo "$as_me:1415: found $ac_dir/$ac_word" >&5 11253 12250 break 11254 12251 done 11255 12252 11256 @@ -1414,10 +14 19,10 @@12253 @@ -1414,10 +1420,10 @@ 11257 12254 fi 11258 12255 CC=$ac_cv_prog_CC 11259 12256 if test -n "$CC"; then 11260 12257 - echo "$as_me:1417: result: $CC" >&5 11261 + echo "$as_me:142 2: result: $CC" >&512258 + echo "$as_me:1423: result: $CC" >&5 11262 12259 echo "${ECHO_T}$CC" >&6 11263 12260 else 11264 12261 - echo "$as_me:1420: result: no" >&5 11265 + echo "$as_me:142 5: result: no" >&512262 + echo "$as_me:1426: result: no" >&5 11266 12263 echo "${ECHO_T}no" >&6 11267 12264 fi 11268 12265 11269 @@ -1426,7 +143 1,7 @@12266 @@ -1426,7 +1432,7 @@ 11270 12267 ac_ct_CC=$CC 11271 12268 # Extract the first word of "gcc", so it can be a program name with args. 11272 12269 set dummy gcc; ac_word=$2 11273 12270 -echo "$as_me:1429: checking for $ac_word" >&5 11274 +echo "$as_me:143 4: checking for $ac_word" >&512271 +echo "$as_me:1435: checking for $ac_word" >&5 11275 12272 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 11276 12273 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 11277 12274 echo $ECHO_N "(cached) $ECHO_C" >&6 11278 @@ -1441,7 +144 6,7 @@12275 @@ -1441,7 +1447,7 @@ 11279 12276 test -z "$ac_dir" && ac_dir=. 11280 12277 $as_executable_p "$ac_dir/$ac_word" || continue 11281 12278 ac_cv_prog_ac_ct_CC="gcc" 11282 12279 -echo "$as_me:1444: found $ac_dir/$ac_word" >&5 11283 +echo "$as_me:14 49: found $ac_dir/$ac_word" >&512280 +echo "$as_me:1450: found $ac_dir/$ac_word" >&5 11284 12281 break 11285 12282 done 11286 12283 11287 @@ -1449,10 +145 4,10 @@12284 @@ -1449,10 +1455,10 @@ 11288 12285 fi 11289 12286 ac_ct_CC=$ac_cv_prog_ac_ct_CC 11290 12287 if test -n "$ac_ct_CC"; then 11291 12288 - echo "$as_me:1452: result: $ac_ct_CC" >&5 11292 + echo "$as_me:145 7: result: $ac_ct_CC" >&512289 + echo "$as_me:1458: result: $ac_ct_CC" >&5 11293 12290 echo "${ECHO_T}$ac_ct_CC" >&6 11294 12291 else 11295 12292 - echo "$as_me:1455: result: no" >&5 11296 + echo "$as_me:146 0: result: no" >&512293 + echo "$as_me:1461: result: no" >&5 11297 12294 echo "${ECHO_T}no" >&6 11298 12295 fi 11299 12296 11300 @@ -1465,7 +147 0,7 @@12297 @@ -1465,7 +1471,7 @@ 11301 12298 if test -n "$ac_tool_prefix"; then 11302 12299 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 11303 12300 set dummy ${ac_tool_prefix}cc; ac_word=$2 11304 12301 -echo "$as_me:1468: checking for $ac_word" >&5 11305 +echo "$as_me:147 3: checking for $ac_word" >&512302 +echo "$as_me:1474: checking for $ac_word" >&5 11306 12303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 11307 12304 if test "${ac_cv_prog_CC+set}" = set; then 11308 12305 echo $ECHO_N "(cached) $ECHO_C" >&6 11309 @@ -1480,7 +148 5,7 @@12306 @@ -1480,7 +1486,7 @@ 11310 12307 test -z "$ac_dir" && ac_dir=. 11311 12308 $as_executable_p "$ac_dir/$ac_word" || continue 11312 12309 ac_cv_prog_CC="${ac_tool_prefix}cc" 11313 12310 -echo "$as_me:1483: found $ac_dir/$ac_word" >&5 11314 +echo "$as_me:148 8: found $ac_dir/$ac_word" >&512311 +echo "$as_me:1489: found $ac_dir/$ac_word" >&5 11315 12312 break 11316 12313 done 11317 12314 11318 @@ -1488,10 +149 3,10 @@12315 @@ -1488,10 +1494,10 @@ 11319 12316 fi 11320 12317 CC=$ac_cv_prog_CC 11321 12318 if test -n "$CC"; then 11322 12319 - echo "$as_me:1491: result: $CC" >&5 11323 + echo "$as_me:149 6: result: $CC" >&512320 + echo "$as_me:1497: result: $CC" >&5 11324 12321 echo "${ECHO_T}$CC" >&6 11325 12322 else 11326 12323 - echo "$as_me:1494: result: no" >&5 11327 + echo "$as_me:1 499: result: no" >&512324 + echo "$as_me:1500: result: no" >&5 11328 12325 echo "${ECHO_T}no" >&6 11329 12326 fi 11330 12327 11331 @@ -1500,7 +150 5,7 @@12328 @@ -1500,7 +1506,7 @@ 11332 12329 ac_ct_CC=$CC 11333 12330 # Extract the first word of "cc", so it can be a program name with args. 11334 12331 set dummy cc; ac_word=$2 11335 12332 -echo "$as_me:1503: checking for $ac_word" >&5 11336 +echo "$as_me:150 8: checking for $ac_word" >&512333 +echo "$as_me:1509: checking for $ac_word" >&5 11337 12334 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 11338 12335 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 11339 12336 echo $ECHO_N "(cached) $ECHO_C" >&6 11340 @@ -1515,7 +152 0,7 @@12337 @@ -1515,7 +1521,7 @@ 11341 12338 test -z "$ac_dir" && ac_dir=. 11342 12339 $as_executable_p "$ac_dir/$ac_word" || continue 11343 12340 ac_cv_prog_ac_ct_CC="cc" 11344 12341 -echo "$as_me:1518: found $ac_dir/$ac_word" >&5 11345 +echo "$as_me:152 3: found $ac_dir/$ac_word" >&512342 +echo "$as_me:1524: found $ac_dir/$ac_word" >&5 11346 12343 break 11347 12344 done 11348 12345 11349 @@ -1523,10 +152 8,10 @@12346 @@ -1523,10 +1529,10 @@ 11350 12347 fi 11351 12348 ac_ct_CC=$ac_cv_prog_ac_ct_CC 11352 12349 if test -n "$ac_ct_CC"; then 11353 12350 - echo "$as_me:1526: result: $ac_ct_CC" >&5 11354 + echo "$as_me:153 1: result: $ac_ct_CC" >&512351 + echo "$as_me:1532: result: $ac_ct_CC" >&5 11355 12352 echo "${ECHO_T}$ac_ct_CC" >&6 11356 12353 else 11357 12354 - echo "$as_me:1529: result: no" >&5 11358 + echo "$as_me:153 4: result: no" >&512355 + echo "$as_me:1535: result: no" >&5 11359 12356 echo "${ECHO_T}no" >&6 11360 12357 fi 11361 12358 11362 @@ -1539,7 +154 4,7 @@12359 @@ -1539,7 +1545,7 @@ 11363 12360 if test -z "$CC"; then 11364 12361 # Extract the first word of "cc", so it can be a program name with args. 11365 12362 set dummy cc; ac_word=$2 11366 12363 -echo "$as_me:1542: checking for $ac_word" >&5 11367 +echo "$as_me:154 7: checking for $ac_word" >&512364 +echo "$as_me:1548: checking for $ac_word" >&5 11368 12365 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 11369 12366 if test "${ac_cv_prog_CC+set}" = set; then 11370 12367 echo $ECHO_N "(cached) $ECHO_C" >&6 11371 @@ -1559,7 +156 4,7 @@12368 @@ -1559,7 +1565,7 @@ 11372 12369 continue 11373 12370 fi 11374 12371 ac_cv_prog_CC="cc" 11375 12372 -echo "$as_me:1562: found $ac_dir/$ac_word" >&5 11376 +echo "$as_me:156 7: found $ac_dir/$ac_word" >&512373 +echo "$as_me:1568: found $ac_dir/$ac_word" >&5 11377 12374 break 11378 12375 done 11379 12376 11380 @@ -1581,10 +158 6,10 @@12377 @@ -1581,10 +1587,10 @@ 11381 12378 fi 11382 12379 CC=$ac_cv_prog_CC 11383 12380 if test -n "$CC"; then 11384 12381 - echo "$as_me:1584: result: $CC" >&5 11385 + echo "$as_me:15 89: result: $CC" >&512382 + echo "$as_me:1590: result: $CC" >&5 11386 12383 echo "${ECHO_T}$CC" >&6 11387 12384 else 11388 12385 - echo "$as_me:1587: result: no" >&5 11389 + echo "$as_me:159 2: result: no" >&512386 + echo "$as_me:1593: result: no" >&5 11390 12387 echo "${ECHO_T}no" >&6 11391 12388 fi 11392 12389 11393 @@ -1595,7 +160 0,7 @@12390 @@ -1595,7 +1601,7 @@ 11394 12391 do 11395 12392 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 11396 12393 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 11397 12394 -echo "$as_me:1598: checking for $ac_word" >&5 11398 +echo "$as_me:160 3: checking for $ac_word" >&512395 +echo "$as_me:1604: checking for $ac_word" >&5 11399 12396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 11400 12397 if test "${ac_cv_prog_CC+set}" = set; then 11401 12398 echo $ECHO_N "(cached) $ECHO_C" >&6 11402 @@ -1610,7 +161 5,7 @@12399 @@ -1610,7 +1616,7 @@ 11403 12400 test -z "$ac_dir" && ac_dir=. 11404 12401 $as_executable_p "$ac_dir/$ac_word" || continue 11405 12402 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 11406 12403 -echo "$as_me:1613: found $ac_dir/$ac_word" >&5 11407 +echo "$as_me:161 8: found $ac_dir/$ac_word" >&512404 +echo "$as_me:1619: found $ac_dir/$ac_word" >&5 11408 12405 break 11409 12406 done 11410 12407 11411 @@ -1618,10 +162 3,10 @@12408 @@ -1618,10 +1624,10 @@ 11412 12409 fi 11413 12410 CC=$ac_cv_prog_CC 11414 12411 if test -n "$CC"; then 11415 12412 - echo "$as_me:1621: result: $CC" >&5 11416 + echo "$as_me:162 6: result: $CC" >&512413 + echo "$as_me:1627: result: $CC" >&5 11417 12414 echo "${ECHO_T}$CC" >&6 11418 12415 else 11419 12416 - echo "$as_me:1624: result: no" >&5 11420 + echo "$as_me:16 29: result: no" >&512417 + echo "$as_me:1630: result: no" >&5 11421 12418 echo "${ECHO_T}no" >&6 11422 12419 fi 11423 12420 11424 @@ -1634,7 +16 39,7 @@12421 @@ -1634,7 +1640,7 @@ 11425 12422 do 11426 12423 # Extract the first word of "$ac_prog", so it can be a program name with args. 11427 12424 set dummy $ac_prog; ac_word=$2 11428 12425 -echo "$as_me:1637: checking for $ac_word" >&5 11429 +echo "$as_me:164 2: checking for $ac_word" >&512426 +echo "$as_me:1643: checking for $ac_word" >&5 11430 12427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 11431 12428 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 11432 12429 echo $ECHO_N "(cached) $ECHO_C" >&6 11433 @@ -1649,7 +165 4,7 @@12430 @@ -1649,7 +1655,7 @@ 11434 12431 test -z "$ac_dir" && ac_dir=. 11435 12432 $as_executable_p "$ac_dir/$ac_word" || continue 11436 12433 ac_cv_prog_ac_ct_CC="$ac_prog" 11437 12434 -echo "$as_me:1652: found $ac_dir/$ac_word" >&5 11438 +echo "$as_me:165 7: found $ac_dir/$ac_word" >&512435 +echo "$as_me:1658: found $ac_dir/$ac_word" >&5 11439 12436 break 11440 12437 done 11441 12438 11442 @@ -1657,10 +166 2,10 @@12439 @@ -1657,10 +1663,10 @@ 11443 12440 fi 11444 12441 ac_ct_CC=$ac_cv_prog_ac_ct_CC 11445 12442 if test -n "$ac_ct_CC"; then 11446 12443 - echo "$as_me:1660: result: $ac_ct_CC" >&5 11447 + echo "$as_me:166 5: result: $ac_ct_CC" >&512444 + echo "$as_me:1666: result: $ac_ct_CC" >&5 11448 12445 echo "${ECHO_T}$ac_ct_CC" >&6 11449 12446 else 11450 12447 - echo "$as_me:1663: result: no" >&5 11451 + echo "$as_me:166 8: result: no" >&512448 + echo "$as_me:1669: result: no" >&5 11452 12449 echo "${ECHO_T}no" >&6 11453 12450 fi 11454 12451 11455 @@ -1672,32 +167 7,32 @@12452 @@ -1672,32 +1678,32 @@ 11456 12453 11457 12454 fi 11458 12455 11459 12456 -test -z "$CC" && { { echo "$as_me:1675: error: no acceptable cc found in \$PATH" >&5 11460 +test -z "$CC" && { { echo "$as_me:168 0: error: no acceptable cc found in \$PATH" >&512457 +test -z "$CC" && { { echo "$as_me:1681: error: no acceptable cc found in \$PATH" >&5 11461 12458 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 11462 12459 { (exit 1); exit 1; }; } … … 11464 12461 # Provide some information about the compiler. 11465 12462 -echo "$as_me:1680:" \ 11466 +echo "$as_me:168 5:" \12463 +echo "$as_me:1686:" \ 11467 12464 "checking for C compiler version" >&5 11468 12465 ac_compiler=`set X $ac_compile; echo $2` 11469 12466 -{ (eval echo "$as_me:1683: \"$ac_compiler --version </dev/null >&5\"") >&5 11470 +{ (eval echo "$as_me:168 8: \"$ac_compiler --version </dev/null >&5\"") >&512467 +{ (eval echo "$as_me:1689: \"$ac_compiler --version </dev/null >&5\"") >&5 11471 12468 (eval $ac_compiler --version </dev/null >&5) 2>&5 11472 12469 ac_status=$? 11473 12470 - echo "$as_me:1686: \$? = $ac_status" >&5 11474 + echo "$as_me:169 1: \$? = $ac_status" >&512471 + echo "$as_me:1692: \$? = $ac_status" >&5 11475 12472 (exit $ac_status); } 11476 12473 -{ (eval echo "$as_me:1688: \"$ac_compiler -v </dev/null >&5\"") >&5 11477 +{ (eval echo "$as_me:169 3: \"$ac_compiler -v </dev/null >&5\"") >&512474 +{ (eval echo "$as_me:1694: \"$ac_compiler -v </dev/null >&5\"") >&5 11478 12475 (eval $ac_compiler -v </dev/null >&5) 2>&5 11479 12476 ac_status=$? 11480 12477 - echo "$as_me:1691: \$? = $ac_status" >&5 11481 + echo "$as_me:169 6: \$? = $ac_status" >&512478 + echo "$as_me:1697: \$? = $ac_status" >&5 11482 12479 (exit $ac_status); } 11483 12480 -{ (eval echo "$as_me:1693: \"$ac_compiler -V </dev/null >&5\"") >&5 11484 +{ (eval echo "$as_me:169 8: \"$ac_compiler -V </dev/null >&5\"") >&512481 +{ (eval echo "$as_me:1699: \"$ac_compiler -V </dev/null >&5\"") >&5 11485 12482 (eval $ac_compiler -V </dev/null >&5) 2>&5 11486 12483 ac_status=$? 11487 12484 - echo "$as_me:1696: \$? = $ac_status" >&5 11488 + echo "$as_me:170 1: \$? = $ac_status" >&512485 + echo "$as_me:1702: \$? = $ac_status" >&5 11489 12486 (exit $ac_status); } 11490 12487 11491 12488 cat >conftest.$ac_ext <<_ACEOF 11492 12489 -#line 1700 "configure" 11493 +#line 170 5"configure"12490 +#line 1706 "configure" 11494 12491 #include "confdefs.h" 11495 12492 11496 12493 int 11497 @@ -1713,13 +171 8,13 @@12494 @@ -1713,13 +1719,13 @@ 11498 12495 # Try to create an executable without -o first, disregard a.out. 11499 12496 # It will help us diagnose broken compilers, and finding out an intuition 11500 12497 # of exeext. 11501 12498 -echo "$as_me:1716: checking for C compiler default output" >&5 11502 +echo "$as_me:172 1: checking for C compiler default output" >&512499 +echo "$as_me:1722: checking for C compiler default output" >&5 11503 12500 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 11504 12501 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 11505 12502 -if { (eval echo "$as_me:1719: \"$ac_link_default\"") >&5 11506 +if { (eval echo "$as_me:172 4: \"$ac_link_default\"") >&512503 +if { (eval echo "$as_me:1725: \"$ac_link_default\"") >&5 11507 12504 (eval $ac_link_default) 2>&5 11508 12505 ac_status=$? 11509 12506 - echo "$as_me:1722: \$? = $ac_status" >&5 11510 + echo "$as_me:172 7: \$? = $ac_status" >&512507 + echo "$as_me:1728: \$? = $ac_status" >&5 11511 12508 (exit $ac_status); }; then 11512 12509 # Find the output, starting from the most likely. This scheme is 11513 12510 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 11514 @@ -1742,34 +174 7,34 @@12511 @@ -1742,34 +1748,34 @@ 11515 12512 else 11516 12513 echo "$as_me: failed program was:" >&5 11517 12514 cat conftest.$ac_ext >&5 11518 12515 -{ { echo "$as_me:1745: error: C compiler cannot create executables" >&5 11519 +{ { echo "$as_me:175 0: error: C compiler cannot create executables" >&512516 +{ { echo "$as_me:1751: error: C compiler cannot create executables" >&5 11520 12517 echo "$as_me: error: C compiler cannot create executables" >&2;} 11521 12518 { (exit 77); exit 77; }; } … … 11524 12521 ac_exeext=$ac_cv_exeext 11525 12522 -echo "$as_me:1751: result: $ac_file" >&5 11526 +echo "$as_me:175 6: result: $ac_file" >&512523 +echo "$as_me:1757: result: $ac_file" >&5 11527 12524 echo "${ECHO_T}$ac_file" >&6 11528 12525 … … 11530 12527 # the compiler is broken, or we cross compile. 11531 12528 -echo "$as_me:1756: checking whether the C compiler works" >&5 11532 +echo "$as_me:176 1: checking whether the C compiler works" >&512529 +echo "$as_me:1762: checking whether the C compiler works" >&5 11533 12530 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 11534 12531 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 … … 11537 12534 if { ac_try='./$ac_file' 11538 12535 - { (eval echo "$as_me:1762: \"$ac_try\"") >&5 11539 + { (eval echo "$as_me:176 7: \"$ac_try\"") >&512536 + { (eval echo "$as_me:1768: \"$ac_try\"") >&5 11540 12537 (eval $ac_try) 2>&5 11541 12538 ac_status=$? 11542 12539 - echo "$as_me:1765: \$? = $ac_status" >&5 11543 + echo "$as_me:177 0: \$? = $ac_status" >&512540 + echo "$as_me:1771: \$? = $ac_status" >&5 11544 12541 (exit $ac_status); }; }; then 11545 12542 cross_compiling=no … … 11549 12546 else 11550 12547 - { { echo "$as_me:1772: error: cannot run C compiled programs. 11551 + { { echo "$as_me:177 7: error: cannot run C compiled programs.12548 + { { echo "$as_me:1778: error: cannot run C compiled programs. 11552 12549 If you meant to cross compile, use \`--host'." >&5 11553 12550 echo "$as_me: error: cannot run C compiled programs. 11554 12551 If you meant to cross compile, use \`--host'." >&2;} 11555 @@ -1777,24 +178 2,24 @@12552 @@ -1777,24 +1783,24 @@ 11556 12553 fi 11557 12554 fi 11558 12555 fi 11559 12556 -echo "$as_me:1780: result: yes" >&5 11560 +echo "$as_me:178 5: result: yes" >&512557 +echo "$as_me:1786: result: yes" >&5 11561 12558 echo "${ECHO_T}yes" >&6 11562 12559 … … 11566 12563 # the compiler is broken, or we cross compile. 11567 12564 -echo "$as_me:1787: checking whether we are cross compiling" >&5 11568 +echo "$as_me:179 2: checking whether we are cross compiling" >&512565 +echo "$as_me:1793: checking whether we are cross compiling" >&5 11569 12566 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 11570 12567 -echo "$as_me:1789: result: $cross_compiling" >&5 11571 +echo "$as_me:179 4: result: $cross_compiling" >&512568 +echo "$as_me:1795: result: $cross_compiling" >&5 11572 12569 echo "${ECHO_T}$cross_compiling" >&6 11573 12570 11574 12571 -echo "$as_me:1792: checking for executable suffix" >&5 11575 +echo "$as_me:179 7: checking for executable suffix" >&512572 +echo "$as_me:1798: checking for executable suffix" >&5 11576 12573 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 11577 12574 -if { (eval echo "$as_me:1794: \"$ac_link\"") >&5 11578 +if { (eval echo "$as_me:1 799: \"$ac_link\"") >&512575 +if { (eval echo "$as_me:1800: \"$ac_link\"") >&5 11579 12576 (eval $ac_link) 2>&5 11580 12577 ac_status=$? 11581 12578 - echo "$as_me:1797: \$? = $ac_status" >&5 11582 + echo "$as_me:180 2: \$? = $ac_status" >&512579 + echo "$as_me:1803: \$? = $ac_status" >&5 11583 12580 (exit $ac_status); }; then 11584 12581 # If both `conftest.exe' and `conftest' are `present' (well, observable) 11585 12582 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 11586 @@ -1810,25 +181 5,25 @@12583 @@ -1810,25 +1816,25 @@ 11587 12584 esac 11588 12585 done 11589 12586 else 11590 12587 - { { echo "$as_me:1813: error: cannot compute EXEEXT: cannot compile and link" >&5 11591 + { { echo "$as_me:181 8: error: cannot compute EXEEXT: cannot compile and link" >&512588 + { { echo "$as_me:1819: error: cannot compute EXEEXT: cannot compile and link" >&5 11592 12589 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 11593 12590 { (exit 1); exit 1; }; } … … 11596 12593 rm -f conftest$ac_cv_exeext 11597 12594 -echo "$as_me:1819: result: $ac_cv_exeext" >&5 11598 +echo "$as_me:182 4: result: $ac_cv_exeext" >&512595 +echo "$as_me:1825: result: $ac_cv_exeext" >&5 11599 12596 echo "${ECHO_T}$ac_cv_exeext" >&6 11600 12597 … … 11603 12600 ac_exeext=$EXEEXT 11604 12601 -echo "$as_me:1825: checking for object suffix" >&5 11605 +echo "$as_me:183 0: checking for object suffix" >&512602 +echo "$as_me:1831: checking for object suffix" >&5 11606 12603 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 11607 12604 if test "${ac_cv_objext+set}" = set; then … … 11610 12607 cat >conftest.$ac_ext <<_ACEOF 11611 12608 -#line 1831 "configure" 11612 +#line 183 6"configure"12609 +#line 1837 "configure" 11613 12610 #include "confdefs.h" 11614 12611 11615 12612 int 11616 @@ -1840,10 +184 5,10 @@12613 @@ -1840,10 +1846,10 @@ 11617 12614 } 11618 12615 _ACEOF 11619 12616 rm -f conftest.o conftest.obj 11620 12617 -if { (eval echo "$as_me:1843: \"$ac_compile\"") >&5 11621 +if { (eval echo "$as_me:184 8: \"$ac_compile\"") >&512618 +if { (eval echo "$as_me:1849: \"$ac_compile\"") >&5 11622 12619 (eval $ac_compile) 2>&5 11623 12620 ac_status=$? 11624 12621 - echo "$as_me:1846: \$? = $ac_status" >&5 11625 + echo "$as_me:185 1: \$? = $ac_status" >&512622 + echo "$as_me:1852: \$? = $ac_status" >&5 11626 12623 (exit $ac_status); }; then 11627 12624 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 11628 12625 case $ac_file in 11629 @@ -1855,24 +186 0,24 @@12626 @@ -1855,24 +1861,24 @@ 11630 12627 else 11631 12628 echo "$as_me: failed program was:" >&5 11632 12629 cat conftest.$ac_ext >&5 11633 12630 -{ { echo "$as_me:1858: error: cannot compute OBJEXT: cannot compile" >&5 11634 +{ { echo "$as_me:186 3: error: cannot compute OBJEXT: cannot compile" >&512631 +{ { echo "$as_me:1864: error: cannot compute OBJEXT: cannot compile" >&5 11635 12632 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 11636 12633 { (exit 1); exit 1; }; } … … 11640 12637 fi 11641 12638 -echo "$as_me:1865: result: $ac_cv_objext" >&5 11642 +echo "$as_me:187 0: result: $ac_cv_objext" >&512639 +echo "$as_me:1871: result: $ac_cv_objext" >&5 11643 12640 echo "${ECHO_T}$ac_cv_objext" >&6 11644 12641 OBJEXT=$ac_cv_objext 11645 12642 ac_objext=$OBJEXT 11646 12643 -echo "$as_me:1869: checking whether we are using the GNU C compiler" >&5 11647 +echo "$as_me:187 4: checking whether we are using the GNU C compiler" >&512644 +echo "$as_me:1875: checking whether we are using the GNU C compiler" >&5 11648 12645 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 11649 12646 if test "${ac_cv_c_compiler_gnu+set}" = set; then … … 11652 12649 cat >conftest.$ac_ext <<_ACEOF 11653 12650 -#line 1875 "configure" 11654 +#line 188 0"configure"12651 +#line 1881 "configure" 11655 12652 #include "confdefs.h" 11656 12653 11657 12654 int 11658 @@ -1887,16 +189 2,16 @@12655 @@ -1887,16 +1893,16 @@ 11659 12656 } 11660 12657 _ACEOF 11661 12658 rm -f conftest.$ac_objext 11662 12659 -if { (eval echo "$as_me:1890: \"$ac_compile\"") >&5 11663 +if { (eval echo "$as_me:189 5: \"$ac_compile\"") >&512660 +if { (eval echo "$as_me:1896: \"$ac_compile\"") >&5 11664 12661 (eval $ac_compile) 2>&5 11665 12662 ac_status=$? 11666 12663 - echo "$as_me:1893: \$? = $ac_status" >&5 11667 + echo "$as_me:189 8: \$? = $ac_status" >&512664 + echo "$as_me:1899: \$? = $ac_status" >&5 11668 12665 (exit $ac_status); } && 11669 12666 { ac_try='test -s conftest.$ac_objext' 11670 12667 - { (eval echo "$as_me:1896: \"$ac_try\"") >&5 11671 + { (eval echo "$as_me:190 1: \"$ac_try\"") >&512668 + { (eval echo "$as_me:1902: \"$ac_try\"") >&5 11672 12669 (eval $ac_try) 2>&5 11673 12670 ac_status=$? 11674 12671 - echo "$as_me:1899: \$? = $ac_status" >&5 11675 + echo "$as_me:190 4: \$? = $ac_status" >&512672 + echo "$as_me:1905: \$? = $ac_status" >&5 11676 12673 (exit $ac_status); }; }; then 11677 12674 ac_compiler_gnu=yes 11678 12675 else 11679 @@ -1908,19 +191 3,19 @@12676 @@ -1908,19 +1914,19 @@ 11680 12677 ac_cv_c_compiler_gnu=$ac_compiler_gnu 11681 12678 11682 12679 fi 11683 12680 -echo "$as_me:1911: result: $ac_cv_c_compiler_gnu" >&5 11684 +echo "$as_me:191 6: result: $ac_cv_c_compiler_gnu" >&512681 +echo "$as_me:1917: result: $ac_cv_c_compiler_gnu" >&5 11685 12682 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 11686 12683 GCC=`test $ac_compiler_gnu = yes && echo yes` … … 11689 12686 CFLAGS="-g" 11690 12687 -echo "$as_me:1917: checking whether $CC accepts -g" >&5 11691 +echo "$as_me:192 2: checking whether $CC accepts -g" >&512688 +echo "$as_me:1923: checking whether $CC accepts -g" >&5 11692 12689 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 11693 12690 if test "${ac_cv_prog_cc_g+set}" = set; then … … 11696 12693 cat >conftest.$ac_ext <<_ACEOF 11697 12694 -#line 1923 "configure" 11698 +#line 192 8"configure"12695 +#line 1929 "configure" 11699 12696 #include "confdefs.h" 11700 12697 11701 12698 int 11702 @@ -1932,16 +193 7,16 @@12699 @@ -1932,16 +1938,16 @@ 11703 12700 } 11704 12701 _ACEOF 11705 12702 rm -f conftest.$ac_objext 11706 12703 -if { (eval echo "$as_me:1935: \"$ac_compile\"") >&5 11707 +if { (eval echo "$as_me:194 0: \"$ac_compile\"") >&512704 +if { (eval echo "$as_me:1941: \"$ac_compile\"") >&5 11708 12705 (eval $ac_compile) 2>&5 11709 12706 ac_status=$? 11710 12707 - echo "$as_me:1938: \$? = $ac_status" >&5 11711 + echo "$as_me:194 3: \$? = $ac_status" >&512708 + echo "$as_me:1944: \$? = $ac_status" >&5 11712 12709 (exit $ac_status); } && 11713 12710 { ac_try='test -s conftest.$ac_objext' 11714 12711 - { (eval echo "$as_me:1941: \"$ac_try\"") >&5 11715 + { (eval echo "$as_me:194 6: \"$ac_try\"") >&512712 + { (eval echo "$as_me:1947: \"$ac_try\"") >&5 11716 12713 (eval $ac_try) 2>&5 11717 12714 ac_status=$? 11718 12715 - echo "$as_me:1944: \$? = $ac_status" >&5 11719 + echo "$as_me:19 49: \$? = $ac_status" >&512716 + echo "$as_me:1950: \$? = $ac_status" >&5 11720 12717 (exit $ac_status); }; }; then 11721 12718 ac_cv_prog_cc_g=yes 11722 12719 else 11723 @@ -1951,7 +195 6,7 @@12720 @@ -1951,7 +1957,7 @@ 11724 12721 fi 11725 12722 rm -f conftest.$ac_objext conftest.$ac_ext 11726 12723 fi 11727 12724 -echo "$as_me:1954: result: $ac_cv_prog_cc_g" >&5 11728 +echo "$as_me:19 59: result: $ac_cv_prog_cc_g" >&512725 +echo "$as_me:1960: result: $ac_cv_prog_cc_g" >&5 11729 12726 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 11730 12727 if test "$ac_test_CFLAGS" = set; then 11731 12728 CFLAGS=$ac_save_CFLAGS 11732 @@ -1978,16 +198 3,16 @@12729 @@ -1978,16 +1984,16 @@ 11733 12730 #endif 11734 12731 _ACEOF 11735 12732 rm -f conftest.$ac_objext 11736 12733 -if { (eval echo "$as_me:1981: \"$ac_compile\"") >&5 11737 +if { (eval echo "$as_me:198 6: \"$ac_compile\"") >&512734 +if { (eval echo "$as_me:1987: \"$ac_compile\"") >&5 11738 12735 (eval $ac_compile) 2>&5 11739 12736 ac_status=$? 11740 12737 - echo "$as_me:1984: \$? = $ac_status" >&5 11741 + echo "$as_me:19 89: \$? = $ac_status" >&512738 + echo "$as_me:1990: \$? = $ac_status" >&5 11742 12739 (exit $ac_status); } && 11743 12740 { ac_try='test -s conftest.$ac_objext' 11744 12741 - { (eval echo "$as_me:1987: \"$ac_try\"") >&5 11745 + { (eval echo "$as_me:199 2: \"$ac_try\"") >&512742 + { (eval echo "$as_me:1993: \"$ac_try\"") >&5 11746 12743 (eval $ac_try) 2>&5 11747 12744 ac_status=$? 11748 12745 - echo "$as_me:1990: \$? = $ac_status" >&5 11749 + echo "$as_me:199 5: \$? = $ac_status" >&512746 + echo "$as_me:1996: \$? = $ac_status" >&5 11750 12747 (exit $ac_status); }; }; then 11751 12748 for ac_declaration in \ 11752 12749 ''\ 11753 @@ -1999,7 +200 4,7 @@12750 @@ -1999,7 +2005,7 @@ 11754 12751 'void exit (int);' 11755 12752 do 11756 12753 cat >conftest.$ac_ext <<_ACEOF 11757 12754 -#line 2002 "configure" 11758 +#line 200 7"configure"12755 +#line 2008 "configure" 11759 12756 #include "confdefs.h" 11760 12757 #include <stdlib.h> 11761 12758 $ac_declaration 11762 @@ -2012,16 +201 7,16 @@12759 @@ -2012,16 +2018,16 @@ 11763 12760 } 11764 12761 _ACEOF 11765 12762 rm -f conftest.$ac_objext 11766 12763 -if { (eval echo "$as_me:2015: \"$ac_compile\"") >&5 11767 +if { (eval echo "$as_me:202 0: \"$ac_compile\"") >&512764 +if { (eval echo "$as_me:2021: \"$ac_compile\"") >&5 11768 12765 (eval $ac_compile) 2>&5 11769 12766 ac_status=$? 11770 12767 - echo "$as_me:2018: \$? = $ac_status" >&5 11771 + echo "$as_me:202 3: \$? = $ac_status" >&512768 + echo "$as_me:2024: \$? = $ac_status" >&5 11772 12769 (exit $ac_status); } && 11773 12770 { ac_try='test -s conftest.$ac_objext' 11774 12771 - { (eval echo "$as_me:2021: \"$ac_try\"") >&5 11775 + { (eval echo "$as_me:202 6: \"$ac_try\"") >&512772 + { (eval echo "$as_me:2027: \"$ac_try\"") >&5 11776 12773 (eval $ac_try) 2>&5 11777 12774 ac_status=$? 11778 12775 - echo "$as_me:2024: \$? = $ac_status" >&5 11779 + echo "$as_me:20 29: \$? = $ac_status" >&512776 + echo "$as_me:2030: \$? = $ac_status" >&5 11780 12777 (exit $ac_status); }; }; then 11781 12778 : 11782 12779 else 11783 @@ -2031,7 +203 6,7 @@12780 @@ -2031,7 +2037,7 @@ 11784 12781 fi 11785 12782 rm -f conftest.$ac_objext conftest.$ac_ext 11786 12783 cat >conftest.$ac_ext <<_ACEOF 11787 12784 -#line 2034 "configure" 11788 +#line 20 39"configure"12785 +#line 2040 "configure" 11789 12786 #include "confdefs.h" 11790 12787 $ac_declaration 11791 12788 int 11792 @@ -2043,16 +204 8,16 @@12789 @@ -2043,16 +2049,16 @@ 11793 12790 } 11794 12791 _ACEOF 11795 12792 rm -f conftest.$ac_objext 11796 12793 -if { (eval echo "$as_me:2046: \"$ac_compile\"") >&5 11797 +if { (eval echo "$as_me:205 1: \"$ac_compile\"") >&512794 +if { (eval echo "$as_me:2052: \"$ac_compile\"") >&5 11798 12795 (eval $ac_compile) 2>&5 11799 12796 ac_status=$? 11800 12797 - echo "$as_me:2049: \$? = $ac_status" >&5 11801 + echo "$as_me:205 4: \$? = $ac_status" >&512798 + echo "$as_me:2055: \$? = $ac_status" >&5 11802 12799 (exit $ac_status); } && 11803 12800 { ac_try='test -s conftest.$ac_objext' 11804 12801 - { (eval echo "$as_me:2052: \"$ac_try\"") >&5 11805 + { (eval echo "$as_me:205 7: \"$ac_try\"") >&512802 + { (eval echo "$as_me:2058: \"$ac_try\"") >&5 11806 12803 (eval $ac_try) 2>&5 11807 12804 ac_status=$? 11808 12805 - echo "$as_me:2055: \$? = $ac_status" >&5 11809 + echo "$as_me:206 0: \$? = $ac_status" >&512806 + echo "$as_me:2061: \$? = $ac_status" >&5 11810 12807 (exit $ac_status); }; }; then 11811 12808 break 11812 12809 else 11813 @@ -2082,11 +208 7,11 @@12810 @@ -2082,11 +2088,11 @@ 11814 12811 11815 12812 GCC_VERSION=none 11816 12813 if test "$GCC" = yes ; then 11817 12814 - echo "$as_me:2085: checking version of $CC" >&5 11818 + echo "$as_me:209 0: checking version of $CC" >&512815 + echo "$as_me:2091: checking version of $CC" >&5 11819 12816 echo $ECHO_N "checking version of $CC... $ECHO_C" >&6 11820 12817 GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" 11821 12818 test -z "$GCC_VERSION" && GCC_VERSION=unknown 11822 12819 - echo "$as_me:2089: result: $GCC_VERSION" >&5 11823 + echo "$as_me:209 4: result: $GCC_VERSION" >&512820 + echo "$as_me:2095: result: $GCC_VERSION" >&5 11824 12821 echo "${ECHO_T}$GCC_VERSION" >&6 11825 12822 fi 11826 12823 11827 @@ -2096,7 +210 1,7 @@12824 @@ -2096,7 +2102,7 @@ 11828 12825 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 11829 12826 ac_compiler_gnu=$ac_cv_c_compiler_gnu 11830 12827 ac_main_return=return 11831 12828 -echo "$as_me:2099: checking how to run the C preprocessor" >&5 11832 +echo "$as_me:210 4: checking how to run the C preprocessor" >&512829 +echo "$as_me:2105: checking how to run the C preprocessor" >&5 11833 12830 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 11834 12831 # On Suns, sometimes $CPP names a directory. 11835 12832 if test -n "$CPP" && test -d "$CPP"; then 11836 @@ -2117,18 +212 2,18 @@12833 @@ -2117,18 +2123,18 @@ 11837 12834 # On the NeXT, cc -E runs the code through the compiler's parser, 11838 12835 # not just through cpp. "Syntax error" is here to catch this case. 11839 12836 cat >conftest.$ac_ext <<_ACEOF 11840 12837 -#line 2120 "configure" 11841 +#line 212 5"configure"12838 +#line 2126 "configure" 11842 12839 #include "confdefs.h" 11843 12840 #include <assert.h> … … 11845 12842 _ACEOF 11846 12843 -if { (eval echo "$as_me:2125: \"$ac_cpp conftest.$ac_ext\"") >&5 11847 +if { (eval echo "$as_me:213 0: \"$ac_cpp conftest.$ac_ext\"") >&512844 +if { (eval echo "$as_me:2131: \"$ac_cpp conftest.$ac_ext\"") >&5 11848 12845 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11849 12846 ac_status=$? … … 11852 12849 cat conftest.err >&5 11853 12850 - echo "$as_me:2131: \$? = $ac_status" >&5 11854 + echo "$as_me:213 6: \$? = $ac_status" >&512851 + echo "$as_me:2137: \$? = $ac_status" >&5 11855 12852 (exit $ac_status); } >/dev/null; then 11856 12853 if test -s conftest.err; then 11857 12854 ac_cpp_err=$ac_c_preproc_warn_flag 11858 @@ -2151,17 +215 6,17 @@12855 @@ -2151,17 +2157,17 @@ 11859 12856 # OK, works on sane cases. Now check whether non-existent headers 11860 12857 # can be detected and how. 11861 12858 cat >conftest.$ac_ext <<_ACEOF 11862 12859 -#line 2154 "configure" 11863 +#line 21 59"configure"12860 +#line 2160 "configure" 11864 12861 #include "confdefs.h" 11865 12862 #include <ac_nonexistent.h> 11866 12863 _ACEOF 11867 12864 -if { (eval echo "$as_me:2158: \"$ac_cpp conftest.$ac_ext\"") >&5 11868 +if { (eval echo "$as_me:216 3: \"$ac_cpp conftest.$ac_ext\"") >&512865 +if { (eval echo "$as_me:2164: \"$ac_cpp conftest.$ac_ext\"") >&5 11869 12866 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11870 12867 ac_status=$? … … 11873 12870 cat conftest.err >&5 11874 12871 - echo "$as_me:2164: \$? = $ac_status" >&5 11875 + echo "$as_me:21 69: \$? = $ac_status" >&512872 + echo "$as_me:2170: \$? = $ac_status" >&5 11876 12873 (exit $ac_status); } >/dev/null; then 11877 12874 if test -s conftest.err; then 11878 12875 ac_cpp_err=$ac_c_preproc_warn_flag 11879 @@ -2198,7 +220 3,7 @@12876 @@ -2198,7 +2204,7 @@ 11880 12877 else 11881 12878 ac_cv_prog_CPP=$CPP 11882 12879 fi 11883 12880 -echo "$as_me:2201: result: $CPP" >&5 11884 +echo "$as_me:220 6: result: $CPP" >&512881 +echo "$as_me:2207: result: $CPP" >&5 11885 12882 echo "${ECHO_T}$CPP" >&6 11886 12883 ac_preproc_ok=false 11887 12884 for ac_c_preproc_warn_flag in '' yes 11888 @@ -2208,18 +221 3,18 @@12885 @@ -2208,18 +2214,18 @@ 11889 12886 # On the NeXT, cc -E runs the code through the compiler's parser, 11890 12887 # not just through cpp. "Syntax error" is here to catch this case. 11891 12888 cat >conftest.$ac_ext <<_ACEOF 11892 12889 -#line 2211 "configure" 11893 +#line 221 6"configure"12890 +#line 2217 "configure" 11894 12891 #include "confdefs.h" 11895 12892 #include <assert.h> … … 11897 12894 _ACEOF 11898 12895 -if { (eval echo "$as_me:2216: \"$ac_cpp conftest.$ac_ext\"") >&5 11899 +if { (eval echo "$as_me:222 1: \"$ac_cpp conftest.$ac_ext\"") >&512896 +if { (eval echo "$as_me:2222: \"$ac_cpp conftest.$ac_ext\"") >&5 11900 12897 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11901 12898 ac_status=$? … … 11904 12901 cat conftest.err >&5 11905 12902 - echo "$as_me:2222: \$? = $ac_status" >&5 11906 + echo "$as_me:222 7: \$? = $ac_status" >&512903 + echo "$as_me:2228: \$? = $ac_status" >&5 11907 12904 (exit $ac_status); } >/dev/null; then 11908 12905 if test -s conftest.err; then 11909 12906 ac_cpp_err=$ac_c_preproc_warn_flag 11910 @@ -2242,17 +224 7,17 @@12907 @@ -2242,17 +2248,17 @@ 11911 12908 # OK, works on sane cases. Now check whether non-existent headers 11912 12909 # can be detected and how. 11913 12910 cat >conftest.$ac_ext <<_ACEOF 11914 12911 -#line 2245 "configure" 11915 +#line 225 0"configure"12912 +#line 2251 "configure" 11916 12913 #include "confdefs.h" 11917 12914 #include <ac_nonexistent.h> 11918 12915 _ACEOF 11919 12916 -if { (eval echo "$as_me:2249: \"$ac_cpp conftest.$ac_ext\"") >&5 11920 +if { (eval echo "$as_me:225 4: \"$ac_cpp conftest.$ac_ext\"") >&512917 +if { (eval echo "$as_me:2255: \"$ac_cpp conftest.$ac_ext\"") >&5 11921 12918 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11922 12919 ac_status=$? … … 11925 12922 cat conftest.err >&5 11926 12923 - echo "$as_me:2255: \$? = $ac_status" >&5 11927 + echo "$as_me:226 0: \$? = $ac_status" >&512924 + echo "$as_me:2261: \$? = $ac_status" >&5 11928 12925 (exit $ac_status); } >/dev/null; then 11929 12926 if test -s conftest.err; then 11930 12927 ac_cpp_err=$ac_c_preproc_warn_flag 11931 @@ -2280,7 +228 5,7 @@12928 @@ -2280,7 +2286,7 @@ 11932 12929 if $ac_preproc_ok; then 11933 12930 : 11934 12931 else 11935 12932 - { { echo "$as_me:2283: error: C preprocessor \"$CPP\" fails sanity check" >&5 11936 + { { echo "$as_me:228 8: error: C preprocessor \"$CPP\" fails sanity check" >&512933 + { { echo "$as_me:2289: error: C preprocessor \"$CPP\" fails sanity check" >&5 11937 12934 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 11938 12935 { (exit 1); exit 1; }; } 11939 12936 fi 11940 @@ -2293,14 +229 8,14 @@12937 @@ -2293,14 +2299,14 @@ 11941 12938 ac_main_return=return 11942 12939 11943 12940 if test $ac_cv_c_compiler_gnu = yes; then 11944 12941 - echo "$as_me:2296: checking whether $CC needs -traditional" >&5 11945 + echo "$as_me:230 1: checking whether $CC needs -traditional" >&512942 + echo "$as_me:2302: checking whether $CC needs -traditional" >&5 11946 12943 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 11947 12944 if test "${ac_cv_prog_gcc_traditional+set}" = set; then … … 11951 12948 cat >conftest.$ac_ext <<_ACEOF 11952 12949 -#line 2303 "configure" 11953 +#line 230 8"configure"12950 +#line 2309 "configure" 11954 12951 #include "confdefs.h" 11955 12952 #include <sgtty.h> 11956 12953 int Autoconf = TIOCGETP; 11957 @@ -2315,7 +232 0,7 @@12954 @@ -2315,7 +2321,7 @@ 11958 12955 11959 12956 if test $ac_cv_prog_gcc_traditional = no; then 11960 12957 cat >conftest.$ac_ext <<_ACEOF 11961 12958 -#line 2318 "configure" 11962 +#line 232 3"configure"12959 +#line 2324 "configure" 11963 12960 #include "confdefs.h" 11964 12961 #include <termio.h> 11965 12962 int Autoconf = TCGETA; 11966 @@ -2328,14 +233 3,14 @@12963 @@ -2328,14 +2334,14 @@ 11967 12964 11968 12965 fi 11969 12966 fi 11970 12967 -echo "$as_me:2331: result: $ac_cv_prog_gcc_traditional" >&5 11971 +echo "$as_me:233 6: result: $ac_cv_prog_gcc_traditional" >&512968 +echo "$as_me:2337: result: $ac_cv_prog_gcc_traditional" >&5 11972 12969 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 11973 12970 if test $ac_cv_prog_gcc_traditional = yes; then … … 11977 12974 11978 12975 -echo "$as_me:2338: checking whether $CC understands -c and -o together" >&5 11979 +echo "$as_me:234 3: checking whether $CC understands -c and -o together" >&512976 +echo "$as_me:2344: checking whether $CC understands -c and -o together" >&5 11980 12977 echo $ECHO_N "checking whether $CC understands -c and -o together... $ECHO_C" >&6 11981 12978 if test "${cf_cv_prog_CC_c_o+set}" = set; then 11982 12979 echo $ECHO_N "(cached) $ECHO_C" >&6 11983 @@ -2351,15 +235 6,15 @@12980 @@ -2351,15 +2357,15 @@ 11984 12981 # We do the test twice because some compilers refuse to overwrite an 11985 12982 # existing .o file with -o, though they will create one. 11986 12983 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 11987 12984 -if { (eval echo "$as_me:2354: \"$ac_try\"") >&5 11988 +if { (eval echo "$as_me:23 59: \"$ac_try\"") >&512985 +if { (eval echo "$as_me:2360: \"$ac_try\"") >&5 11989 12986 (eval $ac_try) 2>&5 11990 12987 ac_status=$? 11991 12988 - echo "$as_me:2357: \$? = $ac_status" >&5 11992 + echo "$as_me:236 2: \$? = $ac_status" >&512989 + echo "$as_me:2363: \$? = $ac_status" >&5 11993 12990 (exit $ac_status); } && 11994 12991 - test -f conftest2.$ac_objext && { (eval echo "$as_me:2359: \"$ac_try\"") >&5 11995 + test -f conftest2.$ac_objext && { (eval echo "$as_me:236 4: \"$ac_try\"") >&512992 + test -f conftest2.$ac_objext && { (eval echo "$as_me:2365: \"$ac_try\"") >&5 11996 12993 (eval $ac_try) 2>&5 11997 12994 ac_status=$? 11998 12995 - echo "$as_me:2362: \$? = $ac_status" >&5 11999 + echo "$as_me:236 7: \$? = $ac_status" >&512996 + echo "$as_me:2368: \$? = $ac_status" >&5 12000 12997 (exit $ac_status); }; 12001 12998 then 12002 12999 eval cf_cv_prog_CC_c_o=yes 12003 @@ -2370,19 +237 5,19 @@13000 @@ -2370,19 +2376,19 @@ 12004 13001 12005 13002 fi 12006 13003 if test $cf_cv_prog_CC_c_o = yes; then 12007 13004 - echo "$as_me:2373: result: yes" >&5 12008 + echo "$as_me:237 8: result: yes" >&513005 + echo "$as_me:2379: result: yes" >&5 12009 13006 echo "${ECHO_T}yes" >&6 12010 13007 else 12011 13008 - echo "$as_me:2376: result: no" >&5 12012 + echo "$as_me:238 1: result: no" >&513009 + echo "$as_me:2382: result: no" >&5 12013 13010 echo "${ECHO_T}no" >&6 12014 13011 fi 12015 13012 12016 13013 -echo "$as_me:2380: checking for POSIXized ISC" >&5 12017 +echo "$as_me:238 5: checking for POSIXized ISC" >&513014 +echo "$as_me:2386: checking for POSIXized ISC" >&5 12018 13015 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6 12019 13016 if test -d /etc/conf/kconfig.d && … … 12021 13018 then 12022 13019 - echo "$as_me:2385: result: yes" >&5 12023 + echo "$as_me:239 0: result: yes" >&513020 + echo "$as_me:2391: result: yes" >&5 12024 13021 echo "${ECHO_T}yes" >&6 12025 13022 ISC=yes # If later tests want to check for ISC. 12026 13023 12027 @@ -2396,12 +240 1,12 @@13024 @@ -2396,12 +2402,12 @@ 12028 13025 CC="$CC -Xp" 12029 13026 fi 12030 13027 else 12031 13028 - echo "$as_me:2399: result: no" >&5 12032 + echo "$as_me:240 4: result: no" >&513029 + echo "$as_me:2405: result: no" >&5 12033 13030 echo "${ECHO_T}no" >&6 12034 13031 ISC= … … 12036 13033 12037 13034 -echo "$as_me:2404: checking for ${CC-cc} option to accept ANSI C" >&5 12038 +echo "$as_me:24 09: checking for ${CC-cc} option to accept ANSI C" >&513035 +echo "$as_me:2410: checking for ${CC-cc} option to accept ANSI C" >&5 12039 13036 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6 12040 13037 if test "${cf_cv_ansi_cc+set}" = set; then 12041 13038 echo $ECHO_N "(cached) $ECHO_C" >&6 12042 @@ -2495,7 +250 0,7 @@13039 @@ -2495,7 +2501,7 @@ 12043 13040 fi 12044 13041 12045 13042 cat >conftest.$ac_ext <<_ACEOF 12046 13043 -#line 2498 "configure" 12047 +#line 250 3"configure"13044 +#line 2504 "configure" 12048 13045 #include "confdefs.h" 12049 13046 12050 13047 #ifndef CC_HAS_PROTOS 12051 @@ -2516,16 +252 1,16 @@13048 @@ -2516,16 +2522,16 @@ 12052 13049 } 12053 13050 _ACEOF 12054 13051 rm -f conftest.$ac_objext 12055 13052 -if { (eval echo "$as_me:2519: \"$ac_compile\"") >&5 12056 +if { (eval echo "$as_me:252 4: \"$ac_compile\"") >&513053 +if { (eval echo "$as_me:2525: \"$ac_compile\"") >&5 12057 13054 (eval $ac_compile) 2>&5 12058 13055 ac_status=$? 12059 13056 - echo "$as_me:2522: \$? = $ac_status" >&5 12060 + echo "$as_me:252 7: \$? = $ac_status" >&513057 + echo "$as_me:2528: \$? = $ac_status" >&5 12061 13058 (exit $ac_status); } && 12062 13059 { ac_try='test -s conftest.$ac_objext' 12063 13060 - { (eval echo "$as_me:2525: \"$ac_try\"") >&5 12064 + { (eval echo "$as_me:253 0: \"$ac_try\"") >&513061 + { (eval echo "$as_me:2531: \"$ac_try\"") >&5 12065 13062 (eval $ac_try) 2>&5 12066 13063 ac_status=$? 12067 13064 - echo "$as_me:2528: \$? = $ac_status" >&5 12068 + echo "$as_me:253 3: \$? = $ac_status" >&513065 + echo "$as_me:2534: \$? = $ac_status" >&5 12069 13066 (exit $ac_status); }; }; then 12070 13067 cf_cv_ansi_cc="$cf_arg"; break 12071 13068 else 12072 @@ -2538,7 +254 3,7 @@13069 @@ -2538,7 +2544,7 @@ 12073 13070 CPPFLAGS="$cf_save_CPPFLAGS" 12074 13071 12075 13072 fi 12076 13073 -echo "$as_me:2541: result: $cf_cv_ansi_cc" >&5 12077 +echo "$as_me:254 6: result: $cf_cv_ansi_cc" >&513074 +echo "$as_me:2547: result: $cf_cv_ansi_cc" >&5 12078 13075 echo "${ECHO_T}$cf_cv_ansi_cc" >&6 12079 13076 12080 13077 if test "$cf_cv_ansi_cc" != "no"; then 12081 @@ -2621,7 +262 6,7 @@13078 @@ -2621,7 +2627,7 @@ 12082 13079 fi 12083 13080 12084 13081 if test "$cf_cv_ansi_cc" = "no"; then 12085 13082 - { { echo "$as_me:2624: error: Your compiler does not appear to recognize prototypes. 12086 + { { echo "$as_me:26 29: error: Your compiler does not appear to recognize prototypes.13083 + { { echo "$as_me:2630: error: Your compiler does not appear to recognize prototypes. 12087 13084 You have the following choices: 12088 13085 a. adjust your compiler options 12089 13086 b. get an up-to-date compiler 12090 @@ -2661,7 +266 6,7 @@13087 @@ -2661,7 +2667,7 @@ 12091 13088 *) LDPATH=$PATH:/sbin:/usr/sbin 12092 13089 # Extract the first word of "ldconfig", so it can be a program name with args. 12093 13090 set dummy ldconfig; ac_word=$2 12094 13091 -echo "$as_me:2664: checking for $ac_word" >&5 12095 +echo "$as_me:26 69: checking for $ac_word" >&513092 +echo "$as_me:2670: checking for $ac_word" >&5 12096 13093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12097 13094 if test "${ac_cv_path_LDCONFIG+set}" = set; then 12098 13095 echo $ECHO_N "(cached) $ECHO_C" >&6 12099 @@ -2678,7 +268 3,7 @@13096 @@ -2678,7 +2684,7 @@ 12100 13097 test -z "$ac_dir" && ac_dir=. 12101 13098 if $as_executable_p "$ac_dir/$ac_word"; then 12102 13099 ac_cv_path_LDCONFIG="$ac_dir/$ac_word" 12103 13100 - echo "$as_me:2681: found $ac_dir/$ac_word" >&5 12104 + echo "$as_me:268 6: found $ac_dir/$ac_word" >&513101 + echo "$as_me:2687: found $ac_dir/$ac_word" >&5 12105 13102 break 12106 13103 fi 12107 13104 done 12108 @@ -2689,10 +269 4,10 @@13105 @@ -2689,10 +2695,10 @@ 12109 13106 LDCONFIG=$ac_cv_path_LDCONFIG 12110 13107 12111 13108 if test -n "$LDCONFIG"; then 12112 13109 - echo "$as_me:2692: result: $LDCONFIG" >&5 12113 + echo "$as_me:269 7: result: $LDCONFIG" >&513110 + echo "$as_me:2698: result: $LDCONFIG" >&5 12114 13111 echo "${ECHO_T}$LDCONFIG" >&6 12115 13112 else 12116 13113 - echo "$as_me:2695: result: no" >&5 12117 + echo "$as_me:270 0: result: no" >&513114 + echo "$as_me:2701: result: no" >&5 12118 13115 echo "${ECHO_T}no" >&6 12119 13116 fi 12120 13117 12121 @@ -2700,7 +270 5,7 @@13118 @@ -2700,7 +2706,7 @@ 12122 13119 esac 12123 13120 fi 12124 13121 12125 13122 -echo "$as_me:2703: checking if you want to ensure bool is consistent with C++" >&5 12126 +echo "$as_me:270 8: checking if you want to ensure bool is consistent with C++" >&513123 +echo "$as_me:2709: checking if you want to ensure bool is consistent with C++" >&5 12127 13124 echo $ECHO_N "checking if you want to ensure bool is consistent with C++... $ECHO_C" >&6 12128 13125 12129 13126 # Check whether --with-cxx or --without-cxx was given. 12130 @@ -2710,7 +271 5,7 @@13127 @@ -2710,7 +2716,7 @@ 12131 13128 else 12132 13129 cf_with_cxx=yes 12133 13130 fi; 12134 13131 -echo "$as_me:2713: result: $cf_with_cxx" >&5 12135 +echo "$as_me:271 8: result: $cf_with_cxx" >&513132 +echo "$as_me:2719: result: $cf_with_cxx" >&5 12136 13133 echo "${ECHO_T}$cf_with_cxx" >&6 12137 13134 if test "X$cf_with_cxx" = Xno ; then 12138 13135 CXX="" 12139 @@ -2728,7 +273 3,7 @@13136 @@ -2728,7 +2734,7 @@ 12140 13137 do 12141 13138 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 12142 13139 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 12143 13140 -echo "$as_me:2731: checking for $ac_word" >&5 12144 +echo "$as_me:273 6: checking for $ac_word" >&513141 +echo "$as_me:2737: checking for $ac_word" >&5 12145 13142 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12146 13143 if test "${ac_cv_prog_CXX+set}" = set; then 12147 13144 echo $ECHO_N "(cached) $ECHO_C" >&6 12148 @@ -2743,7 +274 8,7 @@13145 @@ -2743,7 +2749,7 @@ 12149 13146 test -z "$ac_dir" && ac_dir=. 12150 13147 $as_executable_p "$ac_dir/$ac_word" || continue 12151 13148 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 12152 13149 -echo "$as_me:2746: found $ac_dir/$ac_word" >&5 12153 +echo "$as_me:275 1: found $ac_dir/$ac_word" >&513150 +echo "$as_me:2752: found $ac_dir/$ac_word" >&5 12154 13151 break 12155 13152 done 12156 13153 12157 @@ -2751,10 +275 6,10 @@13154 @@ -2751,10 +2757,10 @@ 12158 13155 fi 12159 13156 CXX=$ac_cv_prog_CXX 12160 13157 if test -n "$CXX"; then 12161 13158 - echo "$as_me:2754: result: $CXX" >&5 12162 + echo "$as_me:27 59: result: $CXX" >&513159 + echo "$as_me:2760: result: $CXX" >&5 12163 13160 echo "${ECHO_T}$CXX" >&6 12164 13161 else 12165 13162 - echo "$as_me:2757: result: no" >&5 12166 + echo "$as_me:276 2: result: no" >&513163 + echo "$as_me:2763: result: no" >&5 12167 13164 echo "${ECHO_T}no" >&6 12168 13165 fi 12169 13166 12170 @@ -2767,7 +277 2,7 @@13167 @@ -2767,7 +2773,7 @@ 12171 13168 do 12172 13169 # Extract the first word of "$ac_prog", so it can be a program name with args. 12173 13170 set dummy $ac_prog; ac_word=$2 12174 13171 -echo "$as_me:2770: checking for $ac_word" >&5 12175 +echo "$as_me:277 5: checking for $ac_word" >&513172 +echo "$as_me:2776: checking for $ac_word" >&5 12176 13173 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12177 13174 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 12178 13175 echo $ECHO_N "(cached) $ECHO_C" >&6 12179 @@ -2782,7 +278 7,7 @@13176 @@ -2782,7 +2788,7 @@ 12180 13177 test -z "$ac_dir" && ac_dir=. 12181 13178 $as_executable_p "$ac_dir/$ac_word" || continue 12182 13179 ac_cv_prog_ac_ct_CXX="$ac_prog" 12183 13180 -echo "$as_me:2785: found $ac_dir/$ac_word" >&5 12184 +echo "$as_me:279 0: found $ac_dir/$ac_word" >&513181 +echo "$as_me:2791: found $ac_dir/$ac_word" >&5 12185 13182 break 12186 13183 done 12187 13184 12188 @@ -2790,10 +279 5,10 @@13185 @@ -2790,10 +2796,10 @@ 12189 13186 fi 12190 13187 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 12191 13188 if test -n "$ac_ct_CXX"; then 12192 13189 - echo "$as_me:2793: result: $ac_ct_CXX" >&5 12193 + echo "$as_me:279 8: result: $ac_ct_CXX" >&513190 + echo "$as_me:2799: result: $ac_ct_CXX" >&5 12194 13191 echo "${ECHO_T}$ac_ct_CXX" >&6 12195 13192 else 12196 13193 - echo "$as_me:2796: result: no" >&5 12197 + echo "$as_me:280 1: result: no" >&513194 + echo "$as_me:2802: result: no" >&5 12198 13195 echo "${ECHO_T}no" >&6 12199 13196 fi 12200 13197 12201 @@ -2805,32 +281 0,32 @@13198 @@ -2805,32 +2811,32 @@ 12202 13199 fi 12203 13200 12204 13201 # Provide some information about the compiler. 12205 13202 -echo "$as_me:2808:" \ 12206 +echo "$as_me:281 3:" \13203 +echo "$as_me:2814:" \ 12207 13204 "checking for C++ compiler version" >&5 12208 13205 ac_compiler=`set X $ac_compile; echo $2` 12209 13206 -{ (eval echo "$as_me:2811: \"$ac_compiler --version </dev/null >&5\"") >&5 12210 +{ (eval echo "$as_me:281 6: \"$ac_compiler --version </dev/null >&5\"") >&513207 +{ (eval echo "$as_me:2817: \"$ac_compiler --version </dev/null >&5\"") >&5 12211 13208 (eval $ac_compiler --version </dev/null >&5) 2>&5 12212 13209 ac_status=$? 12213 13210 - echo "$as_me:2814: \$? = $ac_status" >&5 12214 + echo "$as_me:28 19: \$? = $ac_status" >&513211 + echo "$as_me:2820: \$? = $ac_status" >&5 12215 13212 (exit $ac_status); } 12216 13213 -{ (eval echo "$as_me:2816: \"$ac_compiler -v </dev/null >&5\"") >&5 12217 +{ (eval echo "$as_me:282 1: \"$ac_compiler -v </dev/null >&5\"") >&513214 +{ (eval echo "$as_me:2822: \"$ac_compiler -v </dev/null >&5\"") >&5 12218 13215 (eval $ac_compiler -v </dev/null >&5) 2>&5 12219 13216 ac_status=$? 12220 13217 - echo "$as_me:2819: \$? = $ac_status" >&5 12221 + echo "$as_me:282 4: \$? = $ac_status" >&513218 + echo "$as_me:2825: \$? = $ac_status" >&5 12222 13219 (exit $ac_status); } 12223 13220 -{ (eval echo "$as_me:2821: \"$ac_compiler -V </dev/null >&5\"") >&5 12224 +{ (eval echo "$as_me:282 6: \"$ac_compiler -V </dev/null >&5\"") >&513221 +{ (eval echo "$as_me:2827: \"$ac_compiler -V </dev/null >&5\"") >&5 12225 13222 (eval $ac_compiler -V </dev/null >&5) 2>&5 12226 13223 ac_status=$? 12227 13224 - echo "$as_me:2824: \$? = $ac_status" >&5 12228 + echo "$as_me:28 29: \$? = $ac_status" >&513225 + echo "$as_me:2830: \$? = $ac_status" >&5 12229 13226 (exit $ac_status); } 12230 13227 12231 13228 -echo "$as_me:2827: checking whether we are using the GNU C++ compiler" >&5 12232 +echo "$as_me:283 2: checking whether we are using the GNU C++ compiler" >&513229 +echo "$as_me:2833: checking whether we are using the GNU C++ compiler" >&5 12233 13230 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 12234 13231 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then … … 12237 13234 cat >conftest.$ac_ext <<_ACEOF 12238 13235 -#line 2833 "configure" 12239 +#line 283 8"configure"13236 +#line 2839 "configure" 12240 13237 #include "confdefs.h" 12241 13238 12242 13239 int 12243 @@ -2845,16 +285 0,16 @@13240 @@ -2845,16 +2851,16 @@ 12244 13241 } 12245 13242 _ACEOF 12246 13243 rm -f conftest.$ac_objext 12247 13244 -if { (eval echo "$as_me:2848: \"$ac_compile\"") >&5 12248 +if { (eval echo "$as_me:285 3: \"$ac_compile\"") >&513245 +if { (eval echo "$as_me:2854: \"$ac_compile\"") >&5 12249 13246 (eval $ac_compile) 2>&5 12250 13247 ac_status=$? 12251 13248 - echo "$as_me:2851: \$? = $ac_status" >&5 12252 + echo "$as_me:285 6: \$? = $ac_status" >&513249 + echo "$as_me:2857: \$? = $ac_status" >&5 12253 13250 (exit $ac_status); } && 12254 13251 { ac_try='test -s conftest.$ac_objext' 12255 13252 - { (eval echo "$as_me:2854: \"$ac_try\"") >&5 12256 + { (eval echo "$as_me:28 59: \"$ac_try\"") >&513253 + { (eval echo "$as_me:2860: \"$ac_try\"") >&5 12257 13254 (eval $ac_try) 2>&5 12258 13255 ac_status=$? 12259 13256 - echo "$as_me:2857: \$? = $ac_status" >&5 12260 + echo "$as_me:286 2: \$? = $ac_status" >&513257 + echo "$as_me:2863: \$? = $ac_status" >&5 12261 13258 (exit $ac_status); }; }; then 12262 13259 ac_compiler_gnu=yes 12263 13260 else 12264 @@ -2866,19 +287 1,19 @@13261 @@ -2866,19 +2872,19 @@ 12265 13262 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 12266 13263 12267 13264 fi 12268 13265 -echo "$as_me:2869: result: $ac_cv_cxx_compiler_gnu" >&5 12269 +echo "$as_me:287 4: result: $ac_cv_cxx_compiler_gnu" >&513266 +echo "$as_me:2875: result: $ac_cv_cxx_compiler_gnu" >&5 12270 13267 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 12271 13268 GXX=`test $ac_compiler_gnu = yes && echo yes` … … 12274 13271 CXXFLAGS="-g" 12275 13272 -echo "$as_me:2875: checking whether $CXX accepts -g" >&5 12276 +echo "$as_me:288 0: checking whether $CXX accepts -g" >&513273 +echo "$as_me:2881: checking whether $CXX accepts -g" >&5 12277 13274 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 12278 13275 if test "${ac_cv_prog_cxx_g+set}" = set; then … … 12281 13278 cat >conftest.$ac_ext <<_ACEOF 12282 13279 -#line 2881 "configure" 12283 +#line 288 6"configure"13280 +#line 2887 "configure" 12284 13281 #include "confdefs.h" 12285 13282 12286 13283 int 12287 @@ -2890,16 +289 5,16 @@13284 @@ -2890,16 +2896,16 @@ 12288 13285 } 12289 13286 _ACEOF 12290 13287 rm -f conftest.$ac_objext 12291 13288 -if { (eval echo "$as_me:2893: \"$ac_compile\"") >&5 12292 +if { (eval echo "$as_me:289 8: \"$ac_compile\"") >&513289 +if { (eval echo "$as_me:2899: \"$ac_compile\"") >&5 12293 13290 (eval $ac_compile) 2>&5 12294 13291 ac_status=$? 12295 13292 - echo "$as_me:2896: \$? = $ac_status" >&5 12296 + echo "$as_me:290 1: \$? = $ac_status" >&513293 + echo "$as_me:2902: \$? = $ac_status" >&5 12297 13294 (exit $ac_status); } && 12298 13295 { ac_try='test -s conftest.$ac_objext' 12299 13296 - { (eval echo "$as_me:2899: \"$ac_try\"") >&5 12300 + { (eval echo "$as_me:290 4: \"$ac_try\"") >&513297 + { (eval echo "$as_me:2905: \"$ac_try\"") >&5 12301 13298 (eval $ac_try) 2>&5 12302 13299 ac_status=$? 12303 13300 - echo "$as_me:2902: \$? = $ac_status" >&5 12304 + echo "$as_me:290 7: \$? = $ac_status" >&513301 + echo "$as_me:2908: \$? = $ac_status" >&5 12305 13302 (exit $ac_status); }; }; then 12306 13303 ac_cv_prog_cxx_g=yes 12307 13304 else 12308 @@ -2909,7 +291 4,7 @@13305 @@ -2909,7 +2915,7 @@ 12309 13306 fi 12310 13307 rm -f conftest.$ac_objext conftest.$ac_ext 12311 13308 fi 12312 13309 -echo "$as_me:2912: result: $ac_cv_prog_cxx_g" >&5 12313 +echo "$as_me:291 7: result: $ac_cv_prog_cxx_g" >&513310 +echo "$as_me:2918: result: $ac_cv_prog_cxx_g" >&5 12314 13311 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 12315 13312 if test "$ac_test_CXXFLAGS" = set; then 12316 13313 CXXFLAGS=$ac_save_CXXFLAGS 12317 @@ -2936,7 +294 1,7 @@13314 @@ -2936,7 +2942,7 @@ 12318 13315 'void exit (int);' 12319 13316 do 12320 13317 cat >conftest.$ac_ext <<_ACEOF 12321 13318 -#line 2939 "configure" 12322 +#line 294 4"configure"13319 +#line 2945 "configure" 12323 13320 #include "confdefs.h" 12324 13321 #include <stdlib.h> 12325 13322 $ac_declaration 12326 @@ -2949,16 +295 4,16 @@13323 @@ -2949,16 +2955,16 @@ 12327 13324 } 12328 13325 _ACEOF 12329 13326 rm -f conftest.$ac_objext 12330 13327 -if { (eval echo "$as_me:2952: \"$ac_compile\"") >&5 12331 +if { (eval echo "$as_me:295 7: \"$ac_compile\"") >&513328 +if { (eval echo "$as_me:2958: \"$ac_compile\"") >&5 12332 13329 (eval $ac_compile) 2>&5 12333 13330 ac_status=$? 12334 13331 - echo "$as_me:2955: \$? = $ac_status" >&5 12335 + echo "$as_me:296 0: \$? = $ac_status" >&513332 + echo "$as_me:2961: \$? = $ac_status" >&5 12336 13333 (exit $ac_status); } && 12337 13334 { ac_try='test -s conftest.$ac_objext' 12338 13335 - { (eval echo "$as_me:2958: \"$ac_try\"") >&5 12339 + { (eval echo "$as_me:296 3: \"$ac_try\"") >&513336 + { (eval echo "$as_me:2964: \"$ac_try\"") >&5 12340 13337 (eval $ac_try) 2>&5 12341 13338 ac_status=$? 12342 13339 - echo "$as_me:2961: \$? = $ac_status" >&5 12343 + echo "$as_me:296 6: \$? = $ac_status" >&513340 + echo "$as_me:2967: \$? = $ac_status" >&5 12344 13341 (exit $ac_status); }; }; then 12345 13342 : 12346 13343 else 12347 @@ -2968,7 +297 3,7 @@13344 @@ -2968,7 +2974,7 @@ 12348 13345 fi 12349 13346 rm -f conftest.$ac_objext conftest.$ac_ext 12350 13347 cat >conftest.$ac_ext <<_ACEOF 12351 13348 -#line 2971 "configure" 12352 +#line 297 6"configure"13349 +#line 2977 "configure" 12353 13350 #include "confdefs.h" 12354 13351 $ac_declaration 12355 13352 int 12356 @@ -2980,16 +298 5,16 @@13353 @@ -2980,16 +2986,16 @@ 12357 13354 } 12358 13355 _ACEOF 12359 13356 rm -f conftest.$ac_objext 12360 13357 -if { (eval echo "$as_me:2983: \"$ac_compile\"") >&5 12361 +if { (eval echo "$as_me:298 8: \"$ac_compile\"") >&513358 +if { (eval echo "$as_me:2989: \"$ac_compile\"") >&5 12362 13359 (eval $ac_compile) 2>&5 12363 13360 ac_status=$? 12364 13361 - echo "$as_me:2986: \$? = $ac_status" >&5 12365 + echo "$as_me:299 1: \$? = $ac_status" >&513362 + echo "$as_me:2992: \$? = $ac_status" >&5 12366 13363 (exit $ac_status); } && 12367 13364 { ac_try='test -s conftest.$ac_objext' 12368 13365 - { (eval echo "$as_me:2989: \"$ac_try\"") >&5 12369 + { (eval echo "$as_me:299 4: \"$ac_try\"") >&513366 + { (eval echo "$as_me:2995: \"$ac_try\"") >&5 12370 13367 (eval $ac_try) 2>&5 12371 13368 ac_status=$? 12372 13369 - echo "$as_me:2992: \$? = $ac_status" >&5 12373 + echo "$as_me:299 7: \$? = $ac_status" >&513370 + echo "$as_me:2998: \$? = $ac_status" >&5 12374 13371 (exit $ac_status); }; }; then 12375 13372 break 12376 13373 else 12377 @@ -3016,7 +302 1,7 @@13374 @@ -3016,7 +3022,7 @@ 12378 13375 if test "$CXX" = "g++" ; then 12379 13376 # Extract the first word of "g++", so it can be a program name with args. 12380 13377 set dummy g++; ac_word=$2 12381 13378 -echo "$as_me:3019: checking for $ac_word" >&5 12382 +echo "$as_me:302 4: checking for $ac_word" >&513379 +echo "$as_me:3025: checking for $ac_word" >&5 12383 13380 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12384 13381 if test "${ac_cv_path_CXX+set}" = set; then 12385 13382 echo $ECHO_N "(cached) $ECHO_C" >&6 12386 @@ -3033,7 +303 8,7 @@13383 @@ -3033,7 +3039,7 @@ 12387 13384 test -z "$ac_dir" && ac_dir=. 12388 13385 if $as_executable_p "$ac_dir/$ac_word"; then 12389 13386 ac_cv_path_CXX="$ac_dir/$ac_word" 12390 13387 - echo "$as_me:3036: found $ac_dir/$ac_word" >&5 12391 + echo "$as_me:304 1: found $ac_dir/$ac_word" >&513388 + echo "$as_me:3042: found $ac_dir/$ac_word" >&5 12392 13389 break 12393 13390 fi 12394 13391 done 12395 @@ -3044,16 +30 49,16 @@13392 @@ -3044,16 +3050,16 @@ 12396 13393 CXX=$ac_cv_path_CXX 12397 13394 12398 13395 if test -n "$CXX"; then 12399 13396 - echo "$as_me:3047: result: $CXX" >&5 12400 + echo "$as_me:305 2: result: $CXX" >&513397 + echo "$as_me:3053: result: $CXX" >&5 12401 13398 echo "${ECHO_T}$CXX" >&6 12402 13399 else 12403 13400 - echo "$as_me:3050: result: no" >&5 12404 + echo "$as_me:305 5: result: no" >&513401 + echo "$as_me:3056: result: no" >&5 12405 13402 echo "${ECHO_T}no" >&6 12406 13403 fi … … 12409 13406 if test "$CXX" = "g++" ; then 12410 13407 - { echo "$as_me:3056: WARNING: ignoring hardcoded g++" >&5 12411 + { echo "$as_me:306 1: WARNING: ignoring hardcoded g++" >&513408 + { echo "$as_me:3062: WARNING: ignoring hardcoded g++" >&5 12412 13409 echo "$as_me: WARNING: ignoring hardcoded g++" >&2;} 12413 13410 cf_with_cxx=no; CXX=""; GXX=""; 12414 13411 fi 12415 @@ -3061,11 +306 6,11 @@13412 @@ -3061,11 +3067,11 @@ 12416 13413 12417 13414 GXX_VERSION=none 12418 13415 if test "$GXX" = yes; then 12419 13416 - echo "$as_me:3064: checking version of g++" >&5 12420 + echo "$as_me:30 69: checking version of g++" >&513417 + echo "$as_me:3070: checking version of g++" >&5 12421 13418 echo $ECHO_N "checking version of g++... $ECHO_C" >&6 12422 13419 GXX_VERSION="`${CXX-g++} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" 12423 13420 test -z "$GXX_VERSION" && GXX_VERSION=unknown 12424 13421 - echo "$as_me:3068: result: $GXX_VERSION" >&5 12425 + echo "$as_me:307 3: result: $GXX_VERSION" >&513422 + echo "$as_me:3074: result: $GXX_VERSION" >&5 12426 13423 echo "${ECHO_T}$GXX_VERSION" >&6 12427 13424 fi 12428 13425 12429 @@ -3073,12 +307 8,12 @@13426 @@ -3073,12 +3079,12 @@ 12430 13427 1*|2.[0-6]*) 12431 13428 # GXX=""; CXX=""; ac_cv_prog_gxx=no 12432 13429 # cf_cxx_library=no 12433 13430 - { echo "$as_me:3076: WARNING: templates do not work" >&5 12434 + { echo "$as_me:308 1: WARNING: templates do not work" >&513431 + { echo "$as_me:3082: WARNING: templates do not work" >&5 12435 13432 echo "$as_me: WARNING: templates do not work" >&2;} 12436 13433 ;; … … 12438 13435 12439 13436 -echo "$as_me:3081: checking if you want to build C++ binding and demo" >&5 12440 +echo "$as_me:308 6: checking if you want to build C++ binding and demo" >&513437 +echo "$as_me:3087: checking if you want to build C++ binding and demo" >&5 12441 13438 echo $ECHO_N "checking if you want to build C++ binding and demo... $ECHO_C" >&6 12442 13439 12443 13440 # Check whether --with-cxx-binding or --without-cxx-binding was given. 12444 @@ -3088,10 +309 3,10 @@13441 @@ -3088,10 +3094,10 @@ 12445 13442 else 12446 13443 cf_with_cxx_binding=$cf_with_cxx 12447 13444 fi; 12448 13445 -echo "$as_me:3091: result: $cf_with_cxx_binding" >&5 12449 +echo "$as_me:309 6: result: $cf_with_cxx_binding" >&513446 +echo "$as_me:3097: result: $cf_with_cxx_binding" >&5 12450 13447 echo "${ECHO_T}$cf_with_cxx_binding" >&6 12451 13448 12452 13449 -echo "$as_me:3094: checking if you want to build with Ada95" >&5 12453 +echo "$as_me:3 099: checking if you want to build with Ada95" >&513450 +echo "$as_me:3100: checking if you want to build with Ada95" >&5 12454 13451 echo $ECHO_N "checking if you want to build with Ada95... $ECHO_C" >&6 12455 13452 12456 13453 # Check whether --with-ada or --without-ada was given. 12457 @@ -3101,10 +310 6,10 @@13454 @@ -3101,10 +3107,10 @@ 12458 13455 else 12459 13456 cf_with_ada=yes 12460 13457 fi; 12461 13458 -echo "$as_me:3104: result: $cf_with_ada" >&5 12462 +echo "$as_me:31 09: result: $cf_with_ada" >&513459 +echo "$as_me:3110: result: $cf_with_ada" >&5 12463 13460 echo "${ECHO_T}$cf_with_ada" >&6 12464 13461 12465 13462 -echo "$as_me:3107: checking if you want to build programs such as tic" >&5 12466 +echo "$as_me:311 2: checking if you want to build programs such as tic" >&513463 +echo "$as_me:3113: checking if you want to build programs such as tic" >&5 12467 13464 echo $ECHO_N "checking if you want to build programs such as tic... $ECHO_C" >&6 12468 13465 12469 13466 # Check whether --with-progs or --without-progs was given. 12470 @@ -3114,10 +31 19,10 @@13467 @@ -3114,10 +3120,10 @@ 12471 13468 else 12472 13469 cf_with_progs=yes 12473 13470 fi; 12474 13471 -echo "$as_me:3117: result: $cf_with_progs" >&5 12475 +echo "$as_me:312 2: result: $cf_with_progs" >&513472 +echo "$as_me:3123: result: $cf_with_progs" >&5 12476 13473 echo "${ECHO_T}$cf_with_progs" >&6 12477 13474 12478 13475 -echo "$as_me:3120: checking if you wish to install curses.h" >&5 12479 +echo "$as_me:312 5: checking if you wish to install curses.h" >&513476 +echo "$as_me:3126: checking if you wish to install curses.h" >&5 12480 13477 echo $ECHO_N "checking if you wish to install curses.h... $ECHO_C" >&6 12481 13478 12482 13479 # Check whether --with-curses-h or --without-curses-h was given. 12483 @@ -3127,7 +313 2,7 @@13480 @@ -3127,7 +3133,7 @@ 12484 13481 else 12485 13482 with_curses_h=yes 12486 13483 fi; 12487 13484 -echo "$as_me:3130: result: $with_curses_h" >&5 12488 +echo "$as_me:313 5: result: $with_curses_h" >&513485 +echo "$as_me:3136: result: $with_curses_h" >&5 12489 13486 echo "${ECHO_T}$with_curses_h" >&6 12490 13487 12491 13488 modules_to_build="ncurses" 12492 @@ -3153,7 +315 8,7 @@13489 @@ -3153,7 +3159,7 @@ 12493 13490 do 12494 13491 # Extract the first word of "$ac_prog", so it can be a program name with args. 12495 13492 set dummy $ac_prog; ac_word=$2 12496 13493 -echo "$as_me:3156: checking for $ac_word" >&5 12497 +echo "$as_me:316 1: checking for $ac_word" >&513494 +echo "$as_me:3162: checking for $ac_word" >&5 12498 13495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12499 13496 if test "${ac_cv_prog_AWK+set}" = set; then 12500 13497 echo $ECHO_N "(cached) $ECHO_C" >&6 12501 @@ -3168,7 +317 3,7 @@13498 @@ -3168,7 +3174,7 @@ 12502 13499 test -z "$ac_dir" && ac_dir=. 12503 13500 $as_executable_p "$ac_dir/$ac_word" || continue 12504 13501 ac_cv_prog_AWK="$ac_prog" 12505 13502 -echo "$as_me:3171: found $ac_dir/$ac_word" >&5 12506 +echo "$as_me:317 6: found $ac_dir/$ac_word" >&513503 +echo "$as_me:3177: found $ac_dir/$ac_word" >&5 12507 13504 break 12508 13505 done 12509 13506 12510 @@ -3176,21 +318 1,21 @@13507 @@ -3176,21 +3182,21 @@ 12511 13508 fi 12512 13509 AWK=$ac_cv_prog_AWK 12513 13510 if test -n "$AWK"; then 12514 13511 - echo "$as_me:3179: result: $AWK" >&5 12515 + echo "$as_me:318 4: result: $AWK" >&513512 + echo "$as_me:3185: result: $AWK" >&5 12516 13513 echo "${ECHO_T}$AWK" >&6 12517 13514 else 12518 13515 - echo "$as_me:3182: result: no" >&5 12519 + echo "$as_me:318 7: result: no" >&513516 + echo "$as_me:3188: result: no" >&5 12520 13517 echo "${ECHO_T}no" >&6 12521 13518 fi … … 12525 13522 12526 13523 -test -z "$AWK" && { { echo "$as_me:3189: error: No awk program found" >&5 12527 +test -z "$AWK" && { { echo "$as_me:319 4: error: No awk program found" >&513524 +test -z "$AWK" && { { echo "$as_me:3195: error: No awk program found" >&5 12528 13525 echo "$as_me: error: No awk program found" >&2;} 12529 13526 { (exit 1); exit 1; }; } 12530 13527 12531 13528 -echo "$as_me:3193: checking for egrep" >&5 12532 +echo "$as_me:319 8: checking for egrep" >&513529 +echo "$as_me:3199: checking for egrep" >&5 12533 13530 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 12534 13531 if test "${ac_cv_prog_egrep+set}" = set; then 12535 13532 echo $ECHO_N "(cached) $ECHO_C" >&6 12536 @@ -3200,11 +320 5,11 @@13533 @@ -3200,11 +3206,11 @@ 12537 13534 else ac_cv_prog_egrep='egrep' 12538 13535 fi 12539 13536 fi 12540 13537 -echo "$as_me:3203: result: $ac_cv_prog_egrep" >&5 12541 +echo "$as_me:320 8: result: $ac_cv_prog_egrep" >&513538 +echo "$as_me:3209: result: $ac_cv_prog_egrep" >&5 12542 13539 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 12543 13540 EGREP=$ac_cv_prog_egrep 12544 13541 12545 13542 -test -z "$EGREP" && { { echo "$as_me:3207: error: No egrep program found" >&5 12546 +test -z "$EGREP" && { { echo "$as_me:321 2: error: No egrep program found" >&513543 +test -z "$EGREP" && { { echo "$as_me:3213: error: No egrep program found" >&5 12547 13544 echo "$as_me: error: No egrep program found" >&2;} 12548 13545 { (exit 1); exit 1; }; } 12549 13546 12550 @@ -3220,7 +322 5,7 @@13547 @@ -3220,7 +3226,7 @@ 12551 13548 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 12552 13549 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 12553 13550 # ./install, which can be erroneously created by make from ./install.sh. 12554 13551 -echo "$as_me:3223: checking for a BSD compatible install" >&5 12555 +echo "$as_me:322 8: checking for a BSD compatible install" >&513552 +echo "$as_me:3229: checking for a BSD compatible install" >&5 12556 13553 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 12557 13554 if test -z "$INSTALL"; then 12558 13555 if test "${ac_cv_path_install+set}" = set; then 12559 @@ -3269,7 +327 4,7 @@13556 @@ -3269,7 +3275,7 @@ 12560 13557 INSTALL=$ac_install_sh 12561 13558 fi 12562 13559 fi 12563 13560 -echo "$as_me:3272: result: $INSTALL" >&5 12564 +echo "$as_me:327 7: result: $INSTALL" >&513561 +echo "$as_me:3278: result: $INSTALL" >&5 12565 13562 echo "${ECHO_T}$INSTALL" >&6 12566 13563 12567 13564 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 12568 @@ -3294,7 +3 299,7 @@13565 @@ -3294,7 +3300,7 @@ 12569 13566 do 12570 13567 # Extract the first word of "$ac_prog", so it can be a program name with args. 12571 13568 set dummy $ac_prog; ac_word=$2 12572 13569 -echo "$as_me:3297: checking for $ac_word" >&5 12573 +echo "$as_me:330 2: checking for $ac_word" >&513570 +echo "$as_me:3303: checking for $ac_word" >&5 12574 13571 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12575 13572 if test "${ac_cv_prog_LINT+set}" = set; then 12576 13573 echo $ECHO_N "(cached) $ECHO_C" >&6 12577 @@ -3309,7 +331 4,7 @@13574 @@ -3309,7 +3315,7 @@ 12578 13575 test -z "$ac_dir" && ac_dir=. 12579 13576 $as_executable_p "$ac_dir/$ac_word" || continue 12580 13577 ac_cv_prog_LINT="$ac_prog" 12581 13578 -echo "$as_me:3312: found $ac_dir/$ac_word" >&5 12582 +echo "$as_me:331 7: found $ac_dir/$ac_word" >&513579 +echo "$as_me:3318: found $ac_dir/$ac_word" >&5 12583 13580 break 12584 13581 done 12585 13582 12586 @@ -3317,57 +332 2,91 @@13583 @@ -3317,57 +3323,91 @@ 12587 13584 fi 12588 13585 LINT=$ac_cv_prog_LINT 12589 13586 if test -n "$LINT"; then 12590 13587 - echo "$as_me:3320: result: $LINT" >&5 12591 + echo "$as_me:332 5: result: $LINT" >&513588 + echo "$as_me:3326: result: $LINT" >&5 12592 13589 echo "${ECHO_T}$LINT" >&6 12593 13590 else 12594 13591 - echo "$as_me:3323: result: no" >&5 12595 + echo "$as_me:332 8: result: no" >&513592 + echo "$as_me:3329: result: no" >&5 12596 13593 echo "${ECHO_T}no" >&6 12597 13594 fi … … 12601 13598 12602 13599 -echo "$as_me:3330: checking whether ln -s works" >&5 12603 +echo "$as_me:333 5: checking whether ln -s works" >&513600 +echo "$as_me:3336: checking whether ln -s works" >&5 12604 13601 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 12605 13602 LN_S=$as_ln_s 12606 13603 if test "$LN_S" = "ln -s"; then 12607 13604 - echo "$as_me:3334: result: yes" >&5 12608 + echo "$as_me:33 39: result: yes" >&513605 + echo "$as_me:3340: result: yes" >&5 12609 13606 echo "${ECHO_T}yes" >&6 12610 13607 else 12611 13608 - echo "$as_me:3337: result: no, using $LN_S" >&5 12612 + echo "$as_me:334 2: result: no, using $LN_S" >&513609 + echo "$as_me:3343: result: no, using $LN_S" >&5 12613 13610 echo "${ECHO_T}no, using $LN_S" >&6 12614 13611 fi … … 12618 13615 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 12619 13616 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 12620 +echo "$as_me:334 6: checking for long file names" >&513617 +echo "$as_me:3347: checking for long file names" >&5 12621 13618 +echo $ECHO_N "checking for long file names... $ECHO_C" >&6 12622 13619 +if test "${ac_cv_sys_long_file_names+set}" = set; then … … 12675 13672 -echo "${ECHO_T}no" >&6 12676 13673 - SET_MAKE="MAKE=${MAKE-make}" 12677 +echo "$as_me:338 5: result: $ac_cv_sys_long_file_names" >&513674 +echo "$as_me:3386: result: $ac_cv_sys_long_file_names" >&5 12678 13675 +echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 12679 13676 +if test $ac_cv_sys_long_file_names = yes; then … … 12686 13683 12687 13684 -echo "$as_me:3370: checking if filesystem supports mixed-case filenames" >&5 12688 +echo "$as_me:339 5: checking if we should assume mixed-case filenames" >&513685 +echo "$as_me:3396: checking if we should assume mixed-case filenames" >&5 12689 13686 +echo $ECHO_N "checking if we should assume mixed-case filenames... $ECHO_C" >&6 12690 13687 + … … 12696 13693 + enable_mixedcase=auto 12697 13694 +fi; 12698 +echo "$as_me:340 5: result: $enable_mixedcase" >&513695 +echo "$as_me:3406: result: $enable_mixedcase" >&5 12699 13696 +echo "${ECHO_T}$enable_mixedcase" >&6 12700 13697 +if test "$enable_mixedcase" = "auto" ; then 12701 13698 + 12702 +echo "$as_me:34 09: checking if filesystem supports mixed-case filenames" >&513699 +echo "$as_me:3410: checking if filesystem supports mixed-case filenames" >&5 12703 13700 echo $ECHO_N "checking if filesystem supports mixed-case filenames... $ECHO_C" >&6 12704 13701 if test "${cf_cv_mixedcase+set}" = set; then 12705 13702 echo $ECHO_N "(cached) $ECHO_C" >&6 12706 @@ -3394,15 +343 3,55 @@13703 @@ -3394,15 +3434,55 @@ 12707 13704 fi 12708 13705 12709 13706 fi 12710 13707 -echo "$as_me:3397: result: $cf_cv_mixedcase" >&5 12711 +echo "$as_me:343 6: result: $cf_cv_mixedcase" >&513708 +echo "$as_me:3437: result: $cf_cv_mixedcase" >&5 12712 13709 echo "${ECHO_T}$cf_cv_mixedcase" >&6 12713 13710 test "$cf_cv_mixedcase" = yes && cat >>confdefs.h <<\EOF … … 12726 13723 + 12727 13724 +# do this after mixed-case option (tags/TAGS is not as important as tic). 12728 +echo "$as_me:345 3: checking whether ${MAKE-make} sets \${MAKE}" >&513725 +echo "$as_me:3454: checking whether ${MAKE-make} sets \${MAKE}" >&5 12729 13726 +echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 12730 13727 +set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` … … 12746 13743 +fi 12747 13744 +if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 12748 + echo "$as_me:347 3: result: yes" >&513745 + echo "$as_me:3474: result: yes" >&5 12749 13746 +echo "${ECHO_T}yes" >&6 12750 13747 + SET_MAKE= 12751 13748 +else 12752 + echo "$as_me:347 7: result: no" >&513749 + echo "$as_me:3478: result: no" >&5 12753 13750 +echo "${ECHO_T}no" >&6 12754 13751 + SET_MAKE="MAKE=${MAKE-make}" … … 12758 13755 set dummy ctags; ac_word=$2 12759 13756 -echo "$as_me:3405: checking for $ac_word" >&5 12760 +echo "$as_me:348 4: checking for $ac_word" >&513757 +echo "$as_me:3485: checking for $ac_word" >&5 12761 13758 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12762 13759 if test "${ac_cv_prog_MAKE_LOWER_TAGS+set}" = set; then 12763 13760 echo $ECHO_N "(cached) $ECHO_C" >&6 12764 @@ -3417,7 +349 6,7 @@13761 @@ -3417,7 +3497,7 @@ 12765 13762 test -z "$ac_dir" && ac_dir=. 12766 13763 $as_executable_p "$ac_dir/$ac_word" || continue 12767 13764 ac_cv_prog_MAKE_LOWER_TAGS="yes" 12768 13765 -echo "$as_me:3420: found $ac_dir/$ac_word" >&5 12769 +echo "$as_me:3 499: found $ac_dir/$ac_word" >&513766 +echo "$as_me:3500: found $ac_dir/$ac_word" >&5 12770 13767 break 12771 13768 done 12772 13769 12773 @@ -3426,17 +350 5,17 @@13770 @@ -3426,17 +3506,17 @@ 12774 13771 fi 12775 13772 MAKE_LOWER_TAGS=$ac_cv_prog_MAKE_LOWER_TAGS 12776 13773 if test -n "$MAKE_LOWER_TAGS"; then 12777 13774 - echo "$as_me:3429: result: $MAKE_LOWER_TAGS" >&5 12778 + echo "$as_me:350 8: result: $MAKE_LOWER_TAGS" >&513775 + echo "$as_me:3509: result: $MAKE_LOWER_TAGS" >&5 12779 13776 echo "${ECHO_T}$MAKE_LOWER_TAGS" >&6 12780 13777 else 12781 13778 - echo "$as_me:3432: result: no" >&5 12782 + echo "$as_me:351 1: result: no" >&513779 + echo "$as_me:3512: result: no" >&5 12783 13780 echo "${ECHO_T}no" >&6 12784 13781 fi … … 12788 13785 set dummy etags; ac_word=$2 12789 13786 -echo "$as_me:3439: checking for $ac_word" >&5 12790 +echo "$as_me:351 8: checking for $ac_word" >&513787 +echo "$as_me:3519: checking for $ac_word" >&5 12791 13788 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12792 13789 if test "${ac_cv_prog_MAKE_UPPER_TAGS+set}" = set; then 12793 13790 echo $ECHO_N "(cached) $ECHO_C" >&6 12794 @@ -3451,7 +353 0,7 @@13791 @@ -3451,7 +3531,7 @@ 12795 13792 test -z "$ac_dir" && ac_dir=. 12796 13793 $as_executable_p "$ac_dir/$ac_word" || continue 12797 13794 ac_cv_prog_MAKE_UPPER_TAGS="yes" 12798 13795 -echo "$as_me:3454: found $ac_dir/$ac_word" >&5 12799 +echo "$as_me:353 3: found $ac_dir/$ac_word" >&513796 +echo "$as_me:3534: found $ac_dir/$ac_word" >&5 12800 13797 break 12801 13798 done 12802 13799 12803 @@ -3460,10 +35 39,10 @@13800 @@ -3460,10 +3540,10 @@ 12804 13801 fi 12805 13802 MAKE_UPPER_TAGS=$ac_cv_prog_MAKE_UPPER_TAGS 12806 13803 if test -n "$MAKE_UPPER_TAGS"; then 12807 13804 - echo "$as_me:3463: result: $MAKE_UPPER_TAGS" >&5 12808 + echo "$as_me:354 2: result: $MAKE_UPPER_TAGS" >&513805 + echo "$as_me:3543: result: $MAKE_UPPER_TAGS" >&5 12809 13806 echo "${ECHO_T}$MAKE_UPPER_TAGS" >&6 12810 13807 else 12811 13808 - echo "$as_me:3466: result: no" >&5 12812 + echo "$as_me:354 5: result: no" >&513809 + echo "$as_me:3546: result: no" >&5 12813 13810 echo "${ECHO_T}no" >&6 12814 13811 fi 12815 13812 12816 @@ -3483,7 +356 2,7 @@13813 @@ -3483,7 +3563,7 @@ 12817 13814 MAKE_LOWER_TAGS="#" 12818 13815 fi 12819 13816 12820 13817 -echo "$as_me:3486: checking for makeflags variable" >&5 12821 +echo "$as_me:356 5: checking for makeflags variable" >&513818 +echo "$as_me:3566: checking for makeflags variable" >&5 12822 13819 echo $ECHO_N "checking for makeflags variable... $ECHO_C" >&6 12823 13820 if test "${cf_cv_makeflags+set}" = set; then 12824 13821 echo $ECHO_N "(cached) $ECHO_C" >&6 12825 @@ -3517,95 +359 6,13 @@13822 @@ -3517,95 +3597,13 @@ 12826 13823 rm -f cf_makeflags.tmp 12827 13824 12828 13825 fi 12829 13826 -echo "$as_me:3520: result: $cf_cv_makeflags" >&5 12830 +echo "$as_me:3 599: result: $cf_cv_makeflags" >&513827 +echo "$as_me:3600: result: $cf_cv_makeflags" >&5 12831 13828 echo "${ECHO_T}$cf_cv_makeflags" >&6 12832 13829 … … 12917 13914 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 12918 13915 -echo "$as_me:3608: checking for $ac_word" >&5 12919 +echo "$as_me:360 5: checking for $ac_word" >&513916 +echo "$as_me:3606: checking for $ac_word" >&5 12920 13917 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12921 13918 if test "${ac_cv_prog_RANLIB+set}" = set; then 12922 13919 echo $ECHO_N "(cached) $ECHO_C" >&6 12923 @@ -3620,7 +361 7,7 @@13920 @@ -3620,7 +3618,7 @@ 12924 13921 test -z "$ac_dir" && ac_dir=. 12925 13922 $as_executable_p "$ac_dir/$ac_word" || continue 12926 13923 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 12927 13924 -echo "$as_me:3623: found $ac_dir/$ac_word" >&5 12928 +echo "$as_me:362 0: found $ac_dir/$ac_word" >&513925 +echo "$as_me:3621: found $ac_dir/$ac_word" >&5 12929 13926 break 12930 13927 done 12931 13928 12932 @@ -3628,10 +362 5,10 @@13929 @@ -3628,10 +3626,10 @@ 12933 13930 fi 12934 13931 RANLIB=$ac_cv_prog_RANLIB 12935 13932 if test -n "$RANLIB"; then 12936 13933 - echo "$as_me:3631: result: $RANLIB" >&5 12937 + echo "$as_me:362 8: result: $RANLIB" >&513934 + echo "$as_me:3629: result: $RANLIB" >&5 12938 13935 echo "${ECHO_T}$RANLIB" >&6 12939 13936 else 12940 13937 - echo "$as_me:3634: result: no" >&5 12941 + echo "$as_me:363 1: result: no" >&513938 + echo "$as_me:3632: result: no" >&5 12942 13939 echo "${ECHO_T}no" >&6 12943 13940 fi 12944 13941 12945 @@ -3640,7 +363 7,7 @@13942 @@ -3640,7 +3638,7 @@ 12946 13943 ac_ct_RANLIB=$RANLIB 12947 13944 # Extract the first word of "ranlib", so it can be a program name with args. 12948 13945 set dummy ranlib; ac_word=$2 12949 13946 -echo "$as_me:3643: checking for $ac_word" >&5 12950 +echo "$as_me:364 0: checking for $ac_word" >&513947 +echo "$as_me:3641: checking for $ac_word" >&5 12951 13948 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12952 13949 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 12953 13950 echo $ECHO_N "(cached) $ECHO_C" >&6 12954 @@ -3655,7 +365 2,7 @@13951 @@ -3655,7 +3653,7 @@ 12955 13952 test -z "$ac_dir" && ac_dir=. 12956 13953 $as_executable_p "$ac_dir/$ac_word" || continue 12957 13954 ac_cv_prog_ac_ct_RANLIB="ranlib" 12958 13955 -echo "$as_me:3658: found $ac_dir/$ac_word" >&5 12959 +echo "$as_me:365 5: found $ac_dir/$ac_word" >&513956 +echo "$as_me:3656: found $ac_dir/$ac_word" >&5 12960 13957 break 12961 13958 done 12962 13959 12963 @@ -3664,10 +366 1,10 @@13960 @@ -3664,10 +3662,10 @@ 12964 13961 fi 12965 13962 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 12966 13963 if test -n "$ac_ct_RANLIB"; then 12967 13964 - echo "$as_me:3667: result: $ac_ct_RANLIB" >&5 12968 + echo "$as_me:366 4: result: $ac_ct_RANLIB" >&513965 + echo "$as_me:3665: result: $ac_ct_RANLIB" >&5 12969 13966 echo "${ECHO_T}$ac_ct_RANLIB" >&6 12970 13967 else 12971 13968 - echo "$as_me:3670: result: no" >&5 12972 + echo "$as_me:366 7: result: no" >&513969 + echo "$as_me:3668: result: no" >&5 12973 13970 echo "${ECHO_T}no" >&6 12974 13971 fi 12975 13972 12976 @@ -3679,7 +367 6,7 @@13973 @@ -3679,7 +3677,7 @@ 12977 13974 if test -n "$ac_tool_prefix"; then 12978 13975 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args. 12979 13976 set dummy ${ac_tool_prefix}ld; ac_word=$2 12980 13977 -echo "$as_me:3682: checking for $ac_word" >&5 12981 +echo "$as_me:36 79: checking for $ac_word" >&513978 +echo "$as_me:3680: checking for $ac_word" >&5 12982 13979 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12983 13980 if test "${ac_cv_prog_LD+set}" = set; then 12984 13981 echo $ECHO_N "(cached) $ECHO_C" >&6 12985 @@ -3694,7 +369 1,7 @@13982 @@ -3694,7 +3692,7 @@ 12986 13983 test -z "$ac_dir" && ac_dir=. 12987 13984 $as_executable_p "$ac_dir/$ac_word" || continue 12988 13985 ac_cv_prog_LD="${ac_tool_prefix}ld" 12989 13986 -echo "$as_me:3697: found $ac_dir/$ac_word" >&5 12990 +echo "$as_me:369 4: found $ac_dir/$ac_word" >&513987 +echo "$as_me:3695: found $ac_dir/$ac_word" >&5 12991 13988 break 12992 13989 done 12993 13990 12994 @@ -3702,10 +3 699,10 @@13991 @@ -3702,10 +3700,10 @@ 12995 13992 fi 12996 13993 LD=$ac_cv_prog_LD 12997 13994 if test -n "$LD"; then 12998 13995 - echo "$as_me:3705: result: $LD" >&5 12999 + echo "$as_me:370 2: result: $LD" >&513996 + echo "$as_me:3703: result: $LD" >&5 13000 13997 echo "${ECHO_T}$LD" >&6 13001 13998 else 13002 13999 - echo "$as_me:3708: result: no" >&5 13003 + echo "$as_me:370 5: result: no" >&514000 + echo "$as_me:3706: result: no" >&5 13004 14001 echo "${ECHO_T}no" >&6 13005 14002 fi 13006 14003 13007 @@ -3714,7 +371 1,7 @@14004 @@ -3714,7 +3712,7 @@ 13008 14005 ac_ct_LD=$LD 13009 14006 # Extract the first word of "ld", so it can be a program name with args. 13010 14007 set dummy ld; ac_word=$2 13011 14008 -echo "$as_me:3717: checking for $ac_word" >&5 13012 +echo "$as_me:371 4: checking for $ac_word" >&514009 +echo "$as_me:3715: checking for $ac_word" >&5 13013 14010 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 13014 14011 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then 13015 14012 echo $ECHO_N "(cached) $ECHO_C" >&6 13016 @@ -3729,7 +372 6,7 @@14013 @@ -3729,7 +3727,7 @@ 13017 14014 test -z "$ac_dir" && ac_dir=. 13018 14015 $as_executable_p "$ac_dir/$ac_word" || continue 13019 14016 ac_cv_prog_ac_ct_LD="ld" 13020 14017 -echo "$as_me:3732: found $ac_dir/$ac_word" >&5 13021 +echo "$as_me:37 29: found $ac_dir/$ac_word" >&514018 +echo "$as_me:3730: found $ac_dir/$ac_word" >&5 13022 14019 break 13023 14020 done 13024 14021 13025 @@ -3738,10 +373 5,10 @@14022 @@ -3738,10 +3736,10 @@ 13026 14023 fi 13027 14024 ac_ct_LD=$ac_cv_prog_ac_ct_LD 13028 14025 if test -n "$ac_ct_LD"; then 13029 14026 - echo "$as_me:3741: result: $ac_ct_LD" >&5 13030 + echo "$as_me:373 8: result: $ac_ct_LD" >&514027 + echo "$as_me:3739: result: $ac_ct_LD" >&5 13031 14028 echo "${ECHO_T}$ac_ct_LD" >&6 13032 14029 else 13033 14030 - echo "$as_me:3744: result: no" >&5 13034 + echo "$as_me:374 1: result: no" >&514031 + echo "$as_me:3742: result: no" >&5 13035 14032 echo "${ECHO_T}no" >&6 13036 14033 fi 13037 14034 13038 @@ -3753,7 +375 0,7 @@14035 @@ -3753,7 +3751,7 @@ 13039 14036 if test -n "$ac_tool_prefix"; then 13040 14037 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 13041 14038 set dummy ${ac_tool_prefix}ar; ac_word=$2 13042 14039 -echo "$as_me:3756: checking for $ac_word" >&5 13043 +echo "$as_me:375 3: checking for $ac_word" >&514040 +echo "$as_me:3754: checking for $ac_word" >&5 13044 14041 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 13045 14042 if test "${ac_cv_prog_AR+set}" = set; then 13046 14043 echo $ECHO_N "(cached) $ECHO_C" >&6 13047 @@ -3768,7 +376 5,7 @@14044 @@ -3768,7 +3766,7 @@ 13048 14045 test -z "$ac_dir" && ac_dir=. 13049 14046 $as_executable_p "$ac_dir/$ac_word" || continue 13050 14047 ac_cv_prog_AR="${ac_tool_prefix}ar" 13051 14048 -echo "$as_me:3771: found $ac_dir/$ac_word" >&5 13052 +echo "$as_me:376 8: found $ac_dir/$ac_word" >&514049 +echo "$as_me:3769: found $ac_dir/$ac_word" >&5 13053 14050 break 13054 14051 done 13055 14052 13056 @@ -3776,10 +377 3,10 @@14053 @@ -3776,10 +3774,10 @@ 13057 14054 fi 13058 14055 AR=$ac_cv_prog_AR 13059 14056 if test -n "$AR"; then 13060 14057 - echo "$as_me:3779: result: $AR" >&5 13061 + echo "$as_me:377 6: result: $AR" >&514058 + echo "$as_me:3777: result: $AR" >&5 13062 14059 echo "${ECHO_T}$AR" >&6 13063 14060 else 13064 14061 - echo "$as_me:3782: result: no" >&5 13065 + echo "$as_me:37 79: result: no" >&514062 + echo "$as_me:3780: result: no" >&5 13066 14063 echo "${ECHO_T}no" >&6 13067 14064 fi 13068 14065 13069 @@ -3788,7 +378 5,7 @@14066 @@ -3788,7 +3786,7 @@ 13070 14067 ac_ct_AR=$AR 13071 14068 # Extract the first word of "ar", so it can be a program name with args. 13072 14069 set dummy ar; ac_word=$2 13073 14070 -echo "$as_me:3791: checking for $ac_word" >&5 13074 +echo "$as_me:378 8: checking for $ac_word" >&514071 +echo "$as_me:3789: checking for $ac_word" >&5 13075 14072 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 13076 14073 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 13077 14074 echo $ECHO_N "(cached) $ECHO_C" >&6 13078 @@ -3803,7 +380 0,7 @@14075 @@ -3803,7 +3801,7 @@ 13079 14076 test -z "$ac_dir" && ac_dir=. 13080 14077 $as_executable_p "$ac_dir/$ac_word" || continue 13081 14078 ac_cv_prog_ac_ct_AR="ar" 13082 14079 -echo "$as_me:3806: found $ac_dir/$ac_word" >&5 13083 +echo "$as_me:380 3: found $ac_dir/$ac_word" >&514080 +echo "$as_me:3804: found $ac_dir/$ac_word" >&5 13084 14081 break 13085 14082 done 13086 14083 13087 @@ -3812,10 +38 09,10 @@14084 @@ -3812,10 +3810,10 @@ 13088 14085 fi 13089 14086 ac_ct_AR=$ac_cv_prog_ac_ct_AR 13090 14087 if test -n "$ac_ct_AR"; then 13091 14088 - echo "$as_me:3815: result: $ac_ct_AR" >&5 13092 + echo "$as_me:381 2: result: $ac_ct_AR" >&514089 + echo "$as_me:3813: result: $ac_ct_AR" >&5 13093 14090 echo "${ECHO_T}$ac_ct_AR" >&6 13094 14091 else 13095 14092 - echo "$as_me:3818: result: no" >&5 13096 + echo "$as_me:381 5: result: no" >&514093 + echo "$as_me:3816: result: no" >&5 13097 14094 echo "${ECHO_T}no" >&6 13098 14095 fi 13099 14096 13100 @@ -3828,7 +382 5,7 @@14097 @@ -3828,7 +3826,7 @@ 13101 14098 echo $ECHO_N "(cached) $ECHO_C" >&6 13102 14099 else 13103 14100 13104 14101 -echo "$as_me:3831: checking for archiver options (symbol AR_OPTS)" >&5 13105 +echo "$as_me:382 8: checking for archiver options (symbol AR_OPTS)" >&514102 +echo "$as_me:3829: checking for archiver options (symbol AR_OPTS)" >&5 13106 14103 echo $ECHO_N "checking for archiver options (symbol AR_OPTS)... $ECHO_C" >&6 13107 14104 13108 14105 if test -z "$AR_OPTS" ; then 13109 @@ -3837,12 +383 4,12 @@14106 @@ -3837,12 +3835,12 @@ 13110 14107 fi 13111 14108 13112 14109 cf_cv_subst_AR_OPTS=$AR_OPTS 13113 14110 -echo "$as_me:3840: result: $AR_OPTS" >&5 13114 +echo "$as_me:383 7: result: $AR_OPTS" >&514111 +echo "$as_me:3838: result: $AR_OPTS" >&5 13115 14112 echo "${ECHO_T}$AR_OPTS" >&6 13116 14113 … … 13118 14115 13119 14116 -echo "$as_me:3845: checking if you have specified an install-prefix" >&5 13120 +echo "$as_me:384 2: checking if you have specified an install-prefix" >&514117 +echo "$as_me:3843: checking if you have specified an install-prefix" >&5 13121 14118 echo $ECHO_N "checking if you have specified an install-prefix... $ECHO_C" >&6 13122 14119 13123 14120 # Check whether --with-install-prefix or --without-install-prefix was given. 13124 @@ -3855,7 +385 2,7 @@14121 @@ -3855,7 +3853,7 @@ 13125 14122 ;; 13126 14123 esac 13127 14124 fi; 13128 14125 -echo "$as_me:3858: result: $DESTDIR" >&5 13129 +echo "$as_me:385 5: result: $DESTDIR" >&514126 +echo "$as_me:3856: result: $DESTDIR" >&5 13130 14127 echo "${ECHO_T}$DESTDIR" >&6 13131 14128 13132 14129 ############################################################################### 13133 @@ -3883,7 +388 0,7 @@14130 @@ -3883,7 +3881,7 @@ 13134 14131 do 13135 14132 # Extract the first word of "$ac_prog", so it can be a program name with args. 13136 14133 set dummy $ac_prog; ac_word=$2 13137 14134 -echo "$as_me:3886: checking for $ac_word" >&5 13138 +echo "$as_me:388 3: checking for $ac_word" >&514135 +echo "$as_me:3884: checking for $ac_word" >&5 13139 14136 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 13140 14137 if test "${ac_cv_prog_BUILD_CC+set}" = set; then 13141 14138 echo $ECHO_N "(cached) $ECHO_C" >&6 13142 @@ -3898,7 +389 5,7 @@14139 @@ -3898,7 +3896,7 @@ 13143 14140 test -z "$ac_dir" && ac_dir=. 13144 14141 $as_executable_p "$ac_dir/$ac_word" || continue 13145 14142 ac_cv_prog_BUILD_CC="$ac_prog" 13146 14143 -echo "$as_me:3901: found $ac_dir/$ac_word" >&5 13147 +echo "$as_me:389 8: found $ac_dir/$ac_word" >&514144 +echo "$as_me:3899: found $ac_dir/$ac_word" >&5 13148 14145 break 13149 14146 done 13150 14147 13151 @@ -3906,10 +390 3,10 @@14148 @@ -3906,10 +3904,10 @@ 13152 14149 fi 13153 14150 BUILD_CC=$ac_cv_prog_BUILD_CC 13154 14151 if test -n "$BUILD_CC"; then 13155 14152 - echo "$as_me:3909: result: $BUILD_CC" >&5 13156 + echo "$as_me:390 6: result: $BUILD_CC" >&514153 + echo "$as_me:3907: result: $BUILD_CC" >&5 13157 14154 echo "${ECHO_T}$BUILD_CC" >&6 13158 14155 else 13159 14156 - echo "$as_me:3912: result: no" >&5 13160 + echo "$as_me:39 09: result: no" >&514157 + echo "$as_me:3910: result: no" >&5 13161 14158 echo "${ECHO_T}no" >&6 13162 14159 fi 13163 14160 13164 @@ -3917,12 +391 4,12 @@14161 @@ -3917,12 +3915,12 @@ 13165 14162 done 13166 14163 13167 14164 fi; 13168 14165 - echo "$as_me:3920: checking for native build C compiler" >&5 13169 + echo "$as_me:391 7: checking for native build C compiler" >&514166 + echo "$as_me:3918: checking for native build C compiler" >&5 13170 14167 echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6 13171 14168 - echo "$as_me:3922: result: $BUILD_CC" >&5 13172 + echo "$as_me:39 19: result: $BUILD_CC" >&514169 + echo "$as_me:3920: result: $BUILD_CC" >&5 13173 14170 echo "${ECHO_T}$BUILD_CC" >&6 13174 14171 13175 14172 - echo "$as_me:3925: checking for native build C preprocessor" >&5 13176 + echo "$as_me:392 2: checking for native build C preprocessor" >&514173 + echo "$as_me:3923: checking for native build C preprocessor" >&5 13177 14174 echo $ECHO_N "checking for native build C preprocessor... $ECHO_C" >&6 13178 14175 13179 14176 # Check whether --with-build-cpp or --without-build-cpp was given. 13180 @@ -3932,10 +39 29,10 @@14177 @@ -3932,10 +3930,10 @@ 13181 14178 else 13182 14179 BUILD_CPP='${BUILD_CC} -E' 13183 14180 fi; 13184 14181 - echo "$as_me:3935: result: $BUILD_CPP" >&5 13185 + echo "$as_me:393 2: result: $BUILD_CPP" >&514182 + echo "$as_me:3933: result: $BUILD_CPP" >&5 13186 14183 echo "${ECHO_T}$BUILD_CPP" >&6 13187 14184 13188 14185 - echo "$as_me:3938: checking for native build C flags" >&5 13189 + echo "$as_me:393 5: checking for native build C flags" >&514186 + echo "$as_me:3936: checking for native build C flags" >&5 13190 14187 echo $ECHO_N "checking for native build C flags... $ECHO_C" >&6 13191 14188 13192 14189 # Check whether --with-build-cflags or --without-build-cflags was given. 13193 @@ -3943,10 +394 0,10 @@14190 @@ -3943,10 +3941,10 @@ 13194 14191 withval="$with_build_cflags" 13195 14192 BUILD_CFLAGS="$withval" 13196 14193 fi; 13197 14194 - echo "$as_me:3946: result: $BUILD_CFLAGS" >&5 13198 + echo "$as_me:394 3: result: $BUILD_CFLAGS" >&514195 + echo "$as_me:3944: result: $BUILD_CFLAGS" >&5 13199 14196 echo "${ECHO_T}$BUILD_CFLAGS" >&6 13200 14197 13201 14198 - echo "$as_me:3949: checking for native build C preprocessor-flags" >&5 13202 + echo "$as_me:394 6: checking for native build C preprocessor-flags" >&514199 + echo "$as_me:3947: checking for native build C preprocessor-flags" >&5 13203 14200 echo $ECHO_N "checking for native build C preprocessor-flags... $ECHO_C" >&6 13204 14201 13205 14202 # Check whether --with-build-cppflags or --without-build-cppflags was given. 13206 @@ -3954,10 +395 1,10 @@14203 @@ -3954,10 +3952,10 @@ 13207 14204 withval="$with_build_cppflags" 13208 14205 BUILD_CPPFLAGS="$withval" 13209 14206 fi; 13210 14207 - echo "$as_me:3957: result: $BUILD_CPPFLAGS" >&5 13211 + echo "$as_me:395 4: result: $BUILD_CPPFLAGS" >&514208 + echo "$as_me:3955: result: $BUILD_CPPFLAGS" >&5 13212 14209 echo "${ECHO_T}$BUILD_CPPFLAGS" >&6 13213 14210 13214 14211 - echo "$as_me:3960: checking for native build linker-flags" >&5 13215 + echo "$as_me:395 7: checking for native build linker-flags" >&514212 + echo "$as_me:3958: checking for native build linker-flags" >&5 13216 14213 echo $ECHO_N "checking for native build linker-flags... $ECHO_C" >&6 13217 14214 13218 14215 # Check whether --with-build-ldflags or --without-build-ldflags was given. 13219 @@ -3965,10 +396 2,10 @@14216 @@ -3965,10 +3963,10 @@ 13220 14217 withval="$with_build_ldflags" 13221 14218 BUILD_LDFLAGS="$withval" 13222 14219 fi; 13223 14220 - echo "$as_me:3968: result: $BUILD_LDFLAGS" >&5 13224 + echo "$as_me:396 5: result: $BUILD_LDFLAGS" >&514221 + echo "$as_me:3966: result: $BUILD_LDFLAGS" >&5 13225 14222 echo "${ECHO_T}$BUILD_LDFLAGS" >&6 13226 14223 13227 14224 - echo "$as_me:3971: checking for native build linker-libraries" >&5 13228 + echo "$as_me:396 8: checking for native build linker-libraries" >&514225 + echo "$as_me:3969: checking for native build linker-libraries" >&5 13229 14226 echo $ECHO_N "checking for native build linker-libraries... $ECHO_C" >&6 13230 14227 13231 14228 # Check whether --with-build-libs or --without-build-libs was given. 13232 @@ -3976,7 +397 3,7 @@14229 @@ -3976,7 +3974,7 @@ 13233 14230 withval="$with_build_libs" 13234 14231 BUILD_LIBS="$withval" 13235 14232 fi; 13236 14233 - echo "$as_me:3979: result: $BUILD_LIBS" >&5 13237 + echo "$as_me:397 6: result: $BUILD_LIBS" >&514234 + echo "$as_me:3977: result: $BUILD_LIBS" >&5 13238 14235 echo "${ECHO_T}$BUILD_LIBS" >&6 13239 14236 13240 14237 # this assumes we're on Unix. 13241 @@ -3986,7 +398 3,7 @@14238 @@ -3986,7 +3984,7 @@ 13242 14239 : ${BUILD_CC:='${CC}'} 13243 14240 13244 14241 if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then 13245 14242 - { { echo "$as_me:3989: error: Cross-build requires two compilers. 13246 + { { echo "$as_me:398 6: error: Cross-build requires two compilers.14243 + { { echo "$as_me:3987: error: Cross-build requires two compilers. 13247 14244 Use --with-build-cc to specify the native compiler." >&5 13248 14245 echo "$as_me: error: Cross-build requires two compilers. 13249 14246 Use --with-build-cc to specify the native compiler." >&2;} 13250 @@ -4023,11 +402 0,11 @@14247 @@ -4023,11 +4021,11 @@ 13251 14248 # doing: 13252 14249 LIB_CLEAN= … … 13258 14255 13259 14256 -echo "$as_me:4030: checking if you want to build libraries with libtool" >&5 13260 +echo "$as_me:402 7: checking if you want to build libraries with libtool" >&514257 +echo "$as_me:4028: checking if you want to build libraries with libtool" >&5 13261 14258 echo $ECHO_N "checking if you want to build libraries with libtool... $ECHO_C" >&6 13262 14259 13263 14260 # Check whether --with-libtool or --without-libtool was given. 13264 @@ -4037,7 +403 4,7 @@14261 @@ -4037,7 +4035,7 @@ 13265 14262 else 13266 14263 with_libtool=no 13267 14264 fi; 13268 14265 -echo "$as_me:4040: result: $with_libtool" >&5 13269 +echo "$as_me:403 7: result: $with_libtool" >&514266 +echo "$as_me:4038: result: $with_libtool" >&5 13270 14267 echo "${ECHO_T}$with_libtool" >&6 13271 14268 if test "$with_libtool" != "no"; then 13272 14269 13273 @@ -4068,7 +406 5,7 @@14270 @@ -4068,7 +4066,7 @@ 13274 14271 with_libtool=`echo $with_libtool | sed -e s%NONE%$cf_path_syntax%` 13275 14272 ;; 13276 14273 *) 13277 14274 - { { echo "$as_me:4071: error: expected a pathname, not \"$with_libtool\"" >&5 13278 + { { echo "$as_me:406 8: error: expected a pathname, not \"$with_libtool\"" >&514275 + { { echo "$as_me:4069: error: expected a pathname, not \"$with_libtool\"" >&5 13279 14276 echo "$as_me: error: expected a pathname, not \"$with_libtool\"" >&2;} 13280 14277 { (exit 1); exit 1; }; } 13281 14278 ;; 13282 @@ -4078,7 +407 5,7 @@14279 @@ -4078,7 +4076,7 @@ 13283 14280 else 13284 14281 # Extract the first word of "libtool", so it can be a program name with args. 13285 14282 set dummy libtool; ac_word=$2 13286 14283 -echo "$as_me:4081: checking for $ac_word" >&5 13287 +echo "$as_me:407 8: checking for $ac_word" >&514284 +echo "$as_me:4079: checking for $ac_word" >&5 13288 14285 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 13289 14286 if test "${ac_cv_path_LIBTOOL+set}" = set; then 13290 14287 echo $ECHO_N "(cached) $ECHO_C" >&6 13291 @@ -4095,7 +409 2,7 @@14288 @@ -4095,7 +4093,7 @@ 13292 14289 test -z "$ac_dir" && ac_dir=. 13293 14290 if $as_executable_p "$ac_dir/$ac_word"; then 13294 14291 ac_cv_path_LIBTOOL="$ac_dir/$ac_word" 13295 14292 - echo "$as_me:4098: found $ac_dir/$ac_word" >&5 13296 + echo "$as_me:409 5: found $ac_dir/$ac_word" >&514293 + echo "$as_me:4096: found $ac_dir/$ac_word" >&5 13297 14294 break 13298 14295 fi 13299 14296 done 13300 @@ -4106,42 +410 3,42 @@14297 @@ -4106,42 +4104,42 @@ 13301 14298 LIBTOOL=$ac_cv_path_LIBTOOL 13302 14299 13303 14300 if test -n "$LIBTOOL"; then 13304 14301 - echo "$as_me:4109: result: $LIBTOOL" >&5 13305 + echo "$as_me:410 6: result: $LIBTOOL" >&514302 + echo "$as_me:4107: result: $LIBTOOL" >&5 13306 14303 echo "${ECHO_T}$LIBTOOL" >&6 13307 14304 else 13308 14305 - echo "$as_me:4112: result: no" >&5 13309 + echo "$as_me:41 09: result: no" >&514306 + echo "$as_me:4110: result: no" >&5 13310 14307 echo "${ECHO_T}no" >&6 13311 14308 fi … … 13314 14311 if test -z "$LIBTOOL" ; then 13315 14312 - { { echo "$as_me:4118: error: Cannot find libtool" >&5 13316 + { { echo "$as_me:411 5: error: Cannot find libtool" >&514313 + { { echo "$as_me:4116: error: Cannot find libtool" >&5 13317 14314 echo "$as_me: error: Cannot find libtool" >&2;} 13318 14315 { (exit 1); exit 1; }; } … … 13333 14330 # Show the version of libtool 13334 14331 - echo "$as_me:4133: checking version of libtool" >&5 13335 + echo "$as_me:413 0: checking version of libtool" >&514332 + echo "$as_me:4131: checking version of libtool" >&5 13336 14333 echo $ECHO_N "checking version of libtool... $ECHO_C" >&6 13337 14334 … … 13342 14339 - echo "$as_me:4140: result: $cf_cv_libtool_version" >&5 13343 14340 + cf_cv_libtool_version=`$LIBTOOL --version 2>&1 | sed -e '/^$/d' |sed -e '2,$d' -e 's/([^)]*)//g' -e 's/^[^1-9]*//' -e 's/[^0-9.].*//'` 13344 + echo "$as_me:413 7: result: $cf_cv_libtool_version" >&514341 + echo "$as_me:4138: result: $cf_cv_libtool_version" >&5 13345 14342 echo "${ECHO_T}$cf_cv_libtool_version" >&6 13346 14343 if test -z "$cf_cv_libtool_version" ; then 13347 14344 - { { echo "$as_me:4143: error: This is not libtool" >&5 13348 14345 -echo "$as_me: error: This is not libtool" >&2;} 13349 + { { echo "$as_me:414 0: error: This is not GNU libtool" >&514346 + { { echo "$as_me:4141: error: This is not GNU libtool" >&5 13350 14347 +echo "$as_me: error: This is not GNU libtool" >&2;} 13351 14348 { (exit 1); exit 1; }; } 13352 14349 fi 13353 14350 13354 @@ -4167,7 +4164,7 @@ 14351 @@ -4149,6 +4147,7 @@ 14352 case $cf_cv_libtool_version in 14353 1.[5-9]*|[2-9]*) 14354 LIBTOOL_CXX="$LIBTOOL --tag=CXX" 14355 + LIBTOOL="$LIBTOOL --tag=CC" 14356 ;; 14357 *) 14358 LIBTOOL_CXX="$LIBTOOL" 14359 @@ -4167,7 +4166,7 @@ 13355 14360 13356 14361 else 13357 14362 13358 14363 -echo "$as_me:4170: checking if you want to build shared libraries" >&5 13359 +echo "$as_me:416 7: checking if you want to build shared libraries" >&514364 +echo "$as_me:4169: checking if you want to build shared libraries" >&5 13360 14365 echo $ECHO_N "checking if you want to build shared libraries... $ECHO_C" >&6 13361 14366 13362 14367 # Check whether --with-shared or --without-shared was given. 13363 @@ -4177,11 +417 4,11 @@14368 @@ -4177,11 +4176,11 @@ 13364 14369 else 13365 14370 with_shared=no 13366 14371 fi; 13367 14372 -echo "$as_me:4180: result: $with_shared" >&5 13368 +echo "$as_me:417 7: result: $with_shared" >&514373 +echo "$as_me:4179: result: $with_shared" >&5 13369 14374 echo "${ECHO_T}$with_shared" >&6 13370 14375 test "$with_shared" = "yes" && cf_list_models="$cf_list_models shared" 13371 14376 13372 14377 -echo "$as_me:4184: checking if you want to build static libraries" >&5 13373 +echo "$as_me:418 1: checking if you want to build static libraries" >&514378 +echo "$as_me:4183: checking if you want to build static libraries" >&5 13374 14379 echo $ECHO_N "checking if you want to build static libraries... $ECHO_C" >&6 13375 14380 13376 14381 # Check whether --with-normal or --without-normal was given. 13377 @@ -4191,11 +41 88,11 @@14382 @@ -4191,11 +4190,11 @@ 13378 14383 else 13379 14384 with_normal=yes 13380 14385 fi; 13381 14386 -echo "$as_me:4194: result: $with_normal" >&5 13382 +echo "$as_me:419 1: result: $with_normal" >&514387 +echo "$as_me:4193: result: $with_normal" >&5 13383 14388 echo "${ECHO_T}$with_normal" >&6 13384 14389 test "$with_normal" = "yes" && cf_list_models="$cf_list_models normal" 13385 14390 13386 14391 -echo "$as_me:4198: checking if you want to build debug libraries" >&5 13387 +echo "$as_me:419 5: checking if you want to build debug libraries" >&514392 +echo "$as_me:4197: checking if you want to build debug libraries" >&5 13388 14393 echo $ECHO_N "checking if you want to build debug libraries... $ECHO_C" >&6 13389 14394 13390 14395 # Check whether --with-debug or --without-debug was given. 13391 @@ -4205,11 +420 2,11 @@14396 @@ -4205,11 +4204,11 @@ 13392 14397 else 13393 14398 with_debug=yes 13394 14399 fi; 13395 14400 -echo "$as_me:4208: result: $with_debug" >&5 13396 +echo "$as_me:420 5: result: $with_debug" >&514401 +echo "$as_me:4207: result: $with_debug" >&5 13397 14402 echo "${ECHO_T}$with_debug" >&6 13398 14403 test "$with_debug" = "yes" && cf_list_models="$cf_list_models debug" 13399 14404 13400 14405 -echo "$as_me:4212: checking if you want to build profiling libraries" >&5 13401 +echo "$as_me:42 09: checking if you want to build profiling libraries" >&514406 +echo "$as_me:4211: checking if you want to build profiling libraries" >&5 13402 14407 echo $ECHO_N "checking if you want to build profiling libraries... $ECHO_C" >&6 13403 14408 13404 14409 # Check whether --with-profile or --without-profile was given. 13405 @@ -4219,7 +421 6,7 @@14410 @@ -4219,7 +4218,7 @@ 13406 14411 else 13407 14412 with_profile=no 13408 14413 fi; 13409 14414 -echo "$as_me:4222: result: $with_profile" >&5 13410 +echo "$as_me:42 19: result: $with_profile" >&514415 +echo "$as_me:4221: result: $with_profile" >&5 13411 14416 echo "${ECHO_T}$with_profile" >&6 13412 14417 test "$with_profile" = "yes" && cf_list_models="$cf_list_models profile" 13413 14418 13414 @@ -4227,23 +422 4,25 @@14419 @@ -4227,23 +4226,25 @@ 13415 14420 13416 14421 ############################################################################### 13417 14422 13418 14423 -echo "$as_me:4230: checking for specified models" >&5 13419 +echo "$as_me:422 7: checking for specified models" >&514424 +echo "$as_me:4229: checking for specified models" >&5 13420 14425 echo $ECHO_N "checking for specified models... $ECHO_C" >&6 13421 14426 test -z "$cf_list_models" && cf_list_models=normal 13422 14427 test "$with_libtool" != "no" && cf_list_models=libtool 13423 14428 -echo "$as_me:4234: result: $cf_list_models" >&5 13424 +echo "$as_me:423 1: result: $cf_list_models" >&514429 +echo "$as_me:4233: result: $cf_list_models" >&5 13425 14430 echo "${ECHO_T}$cf_list_models" >&6 13426 14431 … … 13428 14433 ### up test-applications. 13429 14434 -echo "$as_me:4239: checking for default model" >&5 13430 +echo "$as_me:423 6: checking for default model" >&514435 +echo "$as_me:4238: checking for default model" >&5 13431 14436 echo $ECHO_N "checking for default model... $ECHO_C" >&6 13432 14437 DFT_LWR_MODEL=`echo "$cf_list_models" | $AWK '{print $1}'` 13433 14438 -echo "$as_me:4242: result: $DFT_LWR_MODEL" >&5 13434 +echo "$as_me:42 39: result: $DFT_LWR_MODEL" >&514439 +echo "$as_me:4241: result: $DFT_LWR_MODEL" >&5 13435 14440 echo "${ECHO_T}$DFT_LWR_MODEL" >&6 13436 14441 … … 13442 14447 13443 14448 LIB_NAME=ncurses 13444 @@ -4264,7 +426 3,7 @@14449 @@ -4264,7 +4265,7 @@ 13445 14450 13446 14451 ############################################################################### 13447 14452 13448 14453 -echo "$as_me:4267: checking if you want to build a separate terminfo library" >&5 13449 +echo "$as_me:426 6: checking if you want to build a separate terminfo library" >&514454 +echo "$as_me:4268: checking if you want to build a separate terminfo library" >&5 13450 14455 echo $ECHO_N "checking if you want to build a separate terminfo library... $ECHO_C" >&6 13451 14456 13452 14457 # Check whether --with-termlib or --without-termlib was given. 13453 @@ -4274,13 +427 3,26 @@14458 @@ -4274,13 +4275,26 @@ 13454 14459 else 13455 14460 with_termlib=no 13456 14461 fi; 13457 14462 -echo "$as_me:4277: result: $with_termlib" >&5 13458 +echo "$as_me:427 6: result: $with_termlib" >&514463 +echo "$as_me:4278: result: $with_termlib" >&5 13459 14464 echo "${ECHO_T}$with_termlib" >&6 13460 14465 13461 +echo "$as_me:42 79: checking if you want to build a separate tic library" >&514466 +echo "$as_me:4281: checking if you want to build a separate tic library" >&5 13462 14467 +echo $ECHO_N "checking if you want to build a separate tic library... $ECHO_C" >&6 13463 14468 + … … 13469 14474 + with_ticlib=no 13470 14475 +fi; 13471 +echo "$as_me:42 89: result: $with_ticlib" >&514476 +echo "$as_me:4291: result: $with_ticlib" >&5 13472 14477 +echo "${ECHO_T}$with_ticlib" >&6 13473 14478 + … … 13476 14481 13477 14482 -echo "$as_me:4283: checking if you want to link with the GPM mouse library" >&5 13478 +echo "$as_me:429 5: checking if you want to link with the GPM mouse library" >&514483 +echo "$as_me:4297: checking if you want to link with the GPM mouse library" >&5 13479 14484 echo $ECHO_N "checking if you want to link with the GPM mouse library... $ECHO_C" >&6 13480 14485 13481 14486 # Check whether --with-gpm or --without-gpm was given. 13482 @@ -4290,27 +430 2,27 @@14487 @@ -4290,27 +4304,27 @@ 13483 14488 else 13484 14489 with_gpm=maybe 13485 14490 fi; 13486 14491 -echo "$as_me:4293: result: $with_gpm" >&5 13487 +echo "$as_me:430 5: result: $with_gpm" >&514492 +echo "$as_me:4307: result: $with_gpm" >&5 13488 14493 echo "${ECHO_T}$with_gpm" >&6 13489 14494 13490 14495 if test "$with_gpm" != no ; then 13491 14496 - echo "$as_me:4297: checking for gpm.h" >&5 13492 + echo "$as_me:43 09: checking for gpm.h" >&514497 + echo "$as_me:4311: checking for gpm.h" >&5 13493 14498 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6 13494 14499 if test "${ac_cv_header_gpm_h+set}" = set; then … … 13497 14502 cat >conftest.$ac_ext <<_ACEOF 13498 14503 -#line 4303 "configure" 13499 +#line 431 5"configure"14504 +#line 4317 "configure" 13500 14505 #include "confdefs.h" 13501 14506 #include <gpm.h> 13502 14507 _ACEOF 13503 14508 -if { (eval echo "$as_me:4307: \"$ac_cpp conftest.$ac_ext\"") >&5 13504 +if { (eval echo "$as_me:43 19: \"$ac_cpp conftest.$ac_ext\"") >&514509 +if { (eval echo "$as_me:4321: \"$ac_cpp conftest.$ac_ext\"") >&5 13505 14510 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 13506 14511 ac_status=$? … … 13509 14514 cat conftest.err >&5 13510 14515 - echo "$as_me:4313: \$? = $ac_status" >&5 13511 + echo "$as_me:432 5: \$? = $ac_status" >&514516 + echo "$as_me:4327: \$? = $ac_status" >&5 13512 14517 (exit $ac_status); } >/dev/null; then 13513 14518 if test -s conftest.err; then 13514 14519 ac_cpp_err=$ac_c_preproc_warn_flag 13515 @@ -4329,7 +434 1,7 @@14520 @@ -4329,7 +4343,7 @@ 13516 14521 fi 13517 14522 rm -f conftest.err conftest.$ac_ext 13518 14523 fi 13519 14524 -echo "$as_me:4332: result: $ac_cv_header_gpm_h" >&5 13520 +echo "$as_me:434 4: result: $ac_cv_header_gpm_h" >&514525 +echo "$as_me:4346: result: $ac_cv_header_gpm_h" >&5 13521 14526 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6 13522 14527 if test $ac_cv_header_gpm_h = yes; then 13523 14528 13524 @@ -4340,12 +435 2,14 @@14529 @@ -4340,12 +4354,14 @@ 13525 14530 if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then 13526 14531 test -n "$verbose" && echo " assuming we really have GPM library" 1>&6 13527 14532 13528 +echo "${as_me-configure}:435 5: testing assuming we really have GPM library ..." 1>&514533 +echo "${as_me-configure}:4357: testing assuming we really have GPM library ..." 1>&5 13529 14534 + 13530 14535 cat >>confdefs.h <<\EOF … … 13534 14539 else 13535 14540 - echo "$as_me:4348: checking for Gpm_Open in -lgpm" >&5 13536 + echo "$as_me:436 2: checking for Gpm_Open in -lgpm" >&514541 + echo "$as_me:4364: checking for Gpm_Open in -lgpm" >&5 13537 14542 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6 13538 14543 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then 13539 14544 echo $ECHO_N "(cached) $ECHO_C" >&6 13540 @@ -4353,7 +436 7,7 @@14545 @@ -4353,7 +4369,7 @@ 13541 14546 ac_check_lib_save_LIBS=$LIBS 13542 14547 LIBS="-lgpm $LIBS" 13543 14548 cat >conftest.$ac_ext <<_ACEOF 13544 14549 -#line 4356 "configure" 13545 +#line 437 0"configure"14550 +#line 4372 "configure" 13546 14551 #include "confdefs.h" 13547 14552 13548 14553 /* Override any gcc2 internal prototype to avoid an error. */ 13549 @@ -4372,16 +438 6,16 @@14554 @@ -4372,16 +4388,16 @@ 13550 14555 } 13551 14556 _ACEOF 13552 14557 rm -f conftest.$ac_objext conftest$ac_exeext 13553 14558 -if { (eval echo "$as_me:4375: \"$ac_link\"") >&5 13554 +if { (eval echo "$as_me:43 89: \"$ac_link\"") >&514559 +if { (eval echo "$as_me:4391: \"$ac_link\"") >&5 13555 14560 (eval $ac_link) 2>&5 13556 14561 ac_status=$? 13557 14562 - echo "$as_me:4378: \$? = $ac_status" >&5 13558 + echo "$as_me:439 2: \$? = $ac_status" >&514563 + echo "$as_me:4394: \$? = $ac_status" >&5 13559 14564 (exit $ac_status); } && 13560 14565 { ac_try='test -s conftest$ac_exeext' 13561 14566 - { (eval echo "$as_me:4381: \"$ac_try\"") >&5 13562 + { (eval echo "$as_me:439 5: \"$ac_try\"") >&514567 + { (eval echo "$as_me:4397: \"$ac_try\"") >&5 13563 14568 (eval $ac_try) 2>&5 13564 14569 ac_status=$? 13565 14570 - echo "$as_me:4384: \$? = $ac_status" >&5 13566 + echo "$as_me:4 398: \$? = $ac_status" >&514571 + echo "$as_me:4400: \$? = $ac_status" >&5 13567 14572 (exit $ac_status); }; }; then 13568 14573 ac_cv_lib_gpm_Gpm_Open=yes 13569 14574 else 13570 @@ -4392,13 +440 6,13 @@14575 @@ -4392,13 +4408,13 @@ 13571 14576 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13572 14577 LIBS=$ac_check_lib_save_LIBS 13573 14578 fi 13574 14579 -echo "$as_me:4395: result: $ac_cv_lib_gpm_Gpm_Open" >&5 13575 +echo "$as_me:44 09: result: $ac_cv_lib_gpm_Gpm_Open" >&514580 +echo "$as_me:4411: result: $ac_cv_lib_gpm_Gpm_Open" >&5 13576 14581 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6 13577 14582 if test $ac_cv_lib_gpm_Gpm_Open = yes; then … … 13580 14585 13581 14586 - { { echo "$as_me:4401: error: Cannot link with GPM library" >&5 13582 + { { echo "$as_me:441 5: error: Cannot link with GPM library" >&514587 + { { echo "$as_me:4417: error: Cannot link with GPM library" >&5 13583 14588 echo "$as_me: error: Cannot link with GPM library" >&2;} 13584 14589 { (exit 1); exit 1; }; } 13585 14590 fi 13586 @@ -4408,7 +442 2,7 @@14591 @@ -4408,7 +4424,7 @@ 13587 14592 13588 14593 else 13589 14594 13590 14595 - test "$with_gpm" != maybe && { echo "$as_me:4411: WARNING: Cannot find GPM header" >&5 13591 + test "$with_gpm" != maybe && { echo "$as_me:442 5: WARNING: Cannot find GPM header" >&514596 + test "$with_gpm" != maybe && { echo "$as_me:4427: WARNING: Cannot find GPM header" >&5 13592 14597 echo "$as_me: WARNING: Cannot find GPM header" >&2;} 13593 14598 with_gpm=no 13594 14599 13595 @@ -4417,7 +443 1,7 @@14600 @@ -4417,7 +4433,7 @@ 13596 14601 fi 13597 14602 13598 14603 if test "$with_gpm" != no ; then 13599 14604 - echo "$as_me:4420: checking if you want to load GPM dynamically" >&5 13600 + echo "$as_me:443 4: checking if you want to load GPM dynamically" >&514605 + echo "$as_me:4436: checking if you want to load GPM dynamically" >&5 13601 14606 echo $ECHO_N "checking if you want to load GPM dynamically... $ECHO_C" >&6 13602 14607 13603 14608 # Check whether --with-dlsym or --without-dlsym was given. 13604 @@ -4427,18 +444 1,18 @@14609 @@ -4427,18 +4443,18 @@ 13605 14610 else 13606 14611 with_dlsym=yes 13607 14612 fi; 13608 14613 - echo "$as_me:4430: result: $with_dlsym" >&5 13609 + echo "$as_me:444 4: result: $with_dlsym" >&514614 + echo "$as_me:4446: result: $with_dlsym" >&5 13610 14615 echo "${ECHO_T}$with_dlsym" >&6 13611 14616 if test "$with_dlsym" = yes ; then … … 13613 14618 cf_have_dlsym=no 13614 14619 -echo "$as_me:4435: checking for dlsym" >&5 13615 +echo "$as_me:44 49: checking for dlsym" >&514620 +echo "$as_me:4451: checking for dlsym" >&5 13616 14621 echo $ECHO_N "checking for dlsym... $ECHO_C" >&6 13617 14622 if test "${ac_cv_func_dlsym+set}" = set; then … … 13620 14625 cat >conftest.$ac_ext <<_ACEOF 13621 14626 -#line 4441 "configure" 13622 +#line 445 5"configure"14627 +#line 4457 "configure" 13623 14628 #include "confdefs.h" 13624 14629 /* System header to define __stub macros and hopefully few prototypes, 13625 14630 which can conflict with char dlsym (); below. */ 13626 @@ -4469,16 +448 3,16 @@14631 @@ -4469,16 +4485,16 @@ 13627 14632 } 13628 14633 _ACEOF 13629 14634 rm -f conftest.$ac_objext conftest$ac_exeext 13630 14635 -if { (eval echo "$as_me:4472: \"$ac_link\"") >&5 13631 +if { (eval echo "$as_me:448 6: \"$ac_link\"") >&514636 +if { (eval echo "$as_me:4488: \"$ac_link\"") >&5 13632 14637 (eval $ac_link) 2>&5 13633 14638 ac_status=$? 13634 14639 - echo "$as_me:4475: \$? = $ac_status" >&5 13635 + echo "$as_me:44 89: \$? = $ac_status" >&514640 + echo "$as_me:4491: \$? = $ac_status" >&5 13636 14641 (exit $ac_status); } && 13637 14642 { ac_try='test -s conftest$ac_exeext' 13638 14643 - { (eval echo "$as_me:4478: \"$ac_try\"") >&5 13639 + { (eval echo "$as_me:449 2: \"$ac_try\"") >&514644 + { (eval echo "$as_me:4494: \"$ac_try\"") >&5 13640 14645 (eval $ac_try) 2>&5 13641 14646 ac_status=$? 13642 14647 - echo "$as_me:4481: \$? = $ac_status" >&5 13643 + echo "$as_me:449 5: \$? = $ac_status" >&514648 + echo "$as_me:4497: \$? = $ac_status" >&5 13644 14649 (exit $ac_status); }; }; then 13645 14650 ac_cv_func_dlsym=yes 13646 14651 else 13647 @@ -4488,14 +450 2,14 @@14652 @@ -4488,14 +4504,14 @@ 13648 14653 fi 13649 14654 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13650 14655 fi 13651 14656 -echo "$as_me:4491: result: $ac_cv_func_dlsym" >&5 13652 +echo "$as_me:450 5: result: $ac_cv_func_dlsym" >&514657 +echo "$as_me:4507: result: $ac_cv_func_dlsym" >&5 13653 14658 echo "${ECHO_T}$ac_cv_func_dlsym" >&6 13654 14659 if test $ac_cv_func_dlsym = yes; then … … 13658 14663 cf_have_libdl=no 13659 14664 -echo "$as_me:4498: checking for dlsym in -ldl" >&5 13660 +echo "$as_me:451 2: checking for dlsym in -ldl" >&514665 +echo "$as_me:4514: checking for dlsym in -ldl" >&5 13661 14666 echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6 13662 14667 if test "${ac_cv_lib_dl_dlsym+set}" = set; then 13663 14668 echo $ECHO_N "(cached) $ECHO_C" >&6 13664 @@ -4503,7 +451 7,7 @@14669 @@ -4503,7 +4519,7 @@ 13665 14670 ac_check_lib_save_LIBS=$LIBS 13666 14671 LIBS="-ldl $LIBS" 13667 14672 cat >conftest.$ac_ext <<_ACEOF 13668 14673 -#line 4506 "configure" 13669 +#line 452 0"configure"14674 +#line 4522 "configure" 13670 14675 #include "confdefs.h" 13671 14676 13672 14677 /* Override any gcc2 internal prototype to avoid an error. */ 13673 @@ -4522,16 +453 6,16 @@14678 @@ -4522,16 +4538,16 @@ 13674 14679 } 13675 14680 _ACEOF 13676 14681 rm -f conftest.$ac_objext conftest$ac_exeext 13677 14682 -if { (eval echo "$as_me:4525: \"$ac_link\"") >&5 13678 +if { (eval echo "$as_me:45 39: \"$ac_link\"") >&514683 +if { (eval echo "$as_me:4541: \"$ac_link\"") >&5 13679 14684 (eval $ac_link) 2>&5 13680 14685 ac_status=$? 13681 14686 - echo "$as_me:4528: \$? = $ac_status" >&5 13682 + echo "$as_me:454 2: \$? = $ac_status" >&514687 + echo "$as_me:4544: \$? = $ac_status" >&5 13683 14688 (exit $ac_status); } && 13684 14689 { ac_try='test -s conftest$ac_exeext' 13685 14690 - { (eval echo "$as_me:4531: \"$ac_try\"") >&5 13686 + { (eval echo "$as_me:454 5: \"$ac_try\"") >&514691 + { (eval echo "$as_me:4547: \"$ac_try\"") >&5 13687 14692 (eval $ac_try) 2>&5 13688 14693 ac_status=$? 13689 14694 - echo "$as_me:4534: \$? = $ac_status" >&5 13690 + echo "$as_me:45 48: \$? = $ac_status" >&514695 + echo "$as_me:4550: \$? = $ac_status" >&5 13691 14696 (exit $ac_status); }; }; then 13692 14697 ac_cv_lib_dl_dlsym=yes 13693 14698 else 13694 @@ -4542,7 +455 6,7 @@14699 @@ -4542,7 +4558,7 @@ 13695 14700 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13696 14701 LIBS=$ac_check_lib_save_LIBS 13697 14702 fi 13698 14703 -echo "$as_me:4545: result: $ac_cv_lib_dl_dlsym" >&5 13699 +echo "$as_me:45 59: result: $ac_cv_lib_dl_dlsym" >&514704 +echo "$as_me:4561: result: $ac_cv_lib_dl_dlsym" >&5 13700 14705 echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6 13701 14706 if test $ac_cv_lib_dl_dlsym = yes; then 13702 14707 13703 @@ -4555,10 +45 69,10 @@14708 @@ -4555,10 +4571,10 @@ 13704 14709 if test "$cf_have_dlsym" = yes ; then 13705 14710 test "$cf_have_libdl" = yes && LIBS="-ldl $LIBS" 13706 14711 13707 14712 - echo "$as_me:4558: checking whether able to link to dl*() functions" >&5 13708 + echo "$as_me:457 2: checking whether able to link to dl*() functions" >&514713 + echo "$as_me:4574: checking whether able to link to dl*() functions" >&5 13709 14714 echo $ECHO_N "checking whether able to link to dl*() functions... $ECHO_C" >&6 13710 14715 cat >conftest.$ac_ext <<_ACEOF 13711 14716 -#line 4561 "configure" 13712 +#line 457 5"configure"14717 +#line 4577 "configure" 13713 14718 #include "confdefs.h" 13714 14719 #include <dlfcn.h> 13715 14720 int 13716 @@ -4576,16 +459 0,16 @@14721 @@ -4576,16 +4592,16 @@ 13717 14722 } 13718 14723 _ACEOF 13719 14724 rm -f conftest.$ac_objext conftest$ac_exeext 13720 14725 -if { (eval echo "$as_me:4579: \"$ac_link\"") >&5 13721 +if { (eval echo "$as_me:459 3: \"$ac_link\"") >&514726 +if { (eval echo "$as_me:4595: \"$ac_link\"") >&5 13722 14727 (eval $ac_link) 2>&5 13723 14728 ac_status=$? 13724 14729 - echo "$as_me:4582: \$? = $ac_status" >&5 13725 + echo "$as_me:459 6: \$? = $ac_status" >&514730 + echo "$as_me:4598: \$? = $ac_status" >&5 13726 14731 (exit $ac_status); } && 13727 14732 { ac_try='test -s conftest$ac_exeext' 13728 14733 - { (eval echo "$as_me:4585: \"$ac_try\"") >&5 13729 + { (eval echo "$as_me:4 599: \"$ac_try\"") >&514734 + { (eval echo "$as_me:4601: \"$ac_try\"") >&5 13730 14735 (eval $ac_try) 2>&5 13731 14736 ac_status=$? 13732 14737 - echo "$as_me:4588: \$? = $ac_status" >&5 13733 + echo "$as_me:460 2: \$? = $ac_status" >&514738 + echo "$as_me:4604: \$? = $ac_status" >&5 13734 14739 (exit $ac_status); }; }; then 13735 14740 13736 14741 cat >>confdefs.h <<\EOF 13737 @@ -4596,15 +461 0,15 @@14742 @@ -4596,15 +4612,15 @@ 13738 14743 echo "$as_me: failed program was:" >&5 13739 14744 cat conftest.$ac_ext >&5 13740 14745 13741 14746 - { { echo "$as_me:4599: error: Cannot link test program for libdl" >&5 13742 + { { echo "$as_me:461 3: error: Cannot link test program for libdl" >&514747 + { { echo "$as_me:4615: error: Cannot link test program for libdl" >&5 13743 14748 echo "$as_me: error: Cannot link test program for libdl" >&2;} 13744 14749 { (exit 1); exit 1; }; } … … 13746 14751 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13747 14752 - echo "$as_me:4604: result: ok" >&5 13748 + echo "$as_me:46 18: result: ok" >&514753 + echo "$as_me:4620: result: ok" >&5 13749 14754 echo "${ECHO_T}ok" >&6 13750 14755 else 13751 14756 - { { echo "$as_me:4607: error: Cannot find dlsym function" >&5 13752 + { { echo "$as_me:462 1: error: Cannot find dlsym function" >&514757 + { { echo "$as_me:4623: error: Cannot find dlsym function" >&5 13753 14758 echo "$as_me: error: Cannot find dlsym function" >&2;} 13754 14759 { (exit 1); exit 1; }; } 13755 14760 fi 13756 @@ -4612,10 +462 6,12 @@14761 @@ -4612,10 +4628,12 @@ 13757 14762 if test "$with_gpm" != yes ; then 13758 14763 test -n "$verbose" && echo " assuming soname for gpm is $with_gpm" 1>&6 13759 14764 13760 +echo "${as_me-configure}:46 29: testing assuming soname for gpm is $with_gpm ..." 1>&514765 +echo "${as_me-configure}:4631: testing assuming soname for gpm is $with_gpm ..." 1>&5 13761 14766 + 13762 14767 cf_cv_gpm_soname="$with_gpm" … … 13764 14769 13765 14770 -echo "$as_me:4618: checking for soname of gpm library" >&5 13766 +echo "$as_me:463 4: checking for soname of gpm library" >&514771 +echo "$as_me:4636: checking for soname of gpm library" >&5 13767 14772 echo $ECHO_N "checking for soname of gpm library... $ECHO_C" >&6 13768 14773 if test "${cf_cv_gpm_soname+set}" = set; then 13769 14774 echo $ECHO_N "(cached) $ECHO_C" >&6 13770 @@ -4633,15 +46 49,15 @@14775 @@ -4633,15 +4651,15 @@ 13771 14776 CF_EOF 13772 14777 cf_save_LIBS="$LIBS" 13773 14778 LIBS="-lgpm $LIBS" 13774 14779 - if { (eval echo "$as_me:4636: \"$ac_compile\"") >&5 13775 + if { (eval echo "$as_me:465 2: \"$ac_compile\"") >&514780 + if { (eval echo "$as_me:4654: \"$ac_compile\"") >&5 13776 14781 (eval $ac_compile) 2>&5 13777 14782 ac_status=$? 13778 14783 - echo "$as_me:4639: \$? = $ac_status" >&5 13779 + echo "$as_me:465 5: \$? = $ac_status" >&514784 + echo "$as_me:4657: \$? = $ac_status" >&5 13780 14785 (exit $ac_status); } ; then 13781 14786 - if { (eval echo "$as_me:4641: \"$ac_link\"") >&5 13782 + if { (eval echo "$as_me:465 7: \"$ac_link\"") >&514787 + if { (eval echo "$as_me:4659: \"$ac_link\"") >&5 13783 14788 (eval $ac_link) 2>&5 13784 14789 ac_status=$? 13785 14790 - echo "$as_me:4644: \$? = $ac_status" >&5 13786 + echo "$as_me:466 0: \$? = $ac_status" >&514791 + echo "$as_me:4662: \$? = $ac_status" >&5 13787 14792 (exit $ac_status); } ; then 13788 14793 cf_cv_gpm_soname=`ldd conftest$ac_exeext 2>/dev/null | sed -e 's,^.*/,,' -e 's, .*$,,' | fgrep libgpm.` 13789 14794 test -z "$cf_cv_gpm_soname" && cf_cv_gpm_soname=unknown 13790 @@ -4652,7 +46 68,7 @@14795 @@ -4652,7 +4670,7 @@ 13791 14796 fi 13792 14797 13793 14798 fi 13794 14799 -echo "$as_me:4655: result: $cf_cv_gpm_soname" >&5 13795 +echo "$as_me:467 1: result: $cf_cv_gpm_soname" >&514800 +echo "$as_me:4673: result: $cf_cv_gpm_soname" >&5 13796 14801 echo "${ECHO_T}$cf_cv_gpm_soname" >&6 13797 14802 13798 14803 fi 13799 @@ -4668,7 +468 4,7 @@14804 @@ -4668,7 +4686,7 @@ 13800 14805 #define HAVE_LIBGPM 1 13801 14806 EOF 13802 14807 13803 14808 - echo "$as_me:4671: checking for Gpm_Wgetch in -lgpm" >&5 13804 +echo "$as_me:468 7: checking for Gpm_Wgetch in -lgpm" >&514809 +echo "$as_me:4689: checking for Gpm_Wgetch in -lgpm" >&5 13805 14810 echo $ECHO_N "checking for Gpm_Wgetch in -lgpm... $ECHO_C" >&6 13806 14811 if test "${ac_cv_lib_gpm_Gpm_Wgetch+set}" = set; then 13807 14812 echo $ECHO_N "(cached) $ECHO_C" >&6 13808 @@ -4676,7 +469 2,7 @@14813 @@ -4676,7 +4694,7 @@ 13809 14814 ac_check_lib_save_LIBS=$LIBS 13810 14815 LIBS="-lgpm $LIBS" 13811 14816 cat >conftest.$ac_ext <<_ACEOF 13812 14817 -#line 4679 "configure" 13813 +#line 469 5"configure"14818 +#line 4697 "configure" 13814 14819 #include "confdefs.h" 13815 14820 13816 14821 /* Override any gcc2 internal prototype to avoid an error. */ 13817 @@ -4695,16 +471 1,16 @@14822 @@ -4695,16 +4713,16 @@ 13818 14823 } 13819 14824 _ACEOF 13820 14825 rm -f conftest.$ac_objext conftest$ac_exeext 13821 14826 -if { (eval echo "$as_me:4698: \"$ac_link\"") >&5 13822 +if { (eval echo "$as_me:471 4: \"$ac_link\"") >&514827 +if { (eval echo "$as_me:4716: \"$ac_link\"") >&5 13823 14828 (eval $ac_link) 2>&5 13824 14829 ac_status=$? 13825 14830 - echo "$as_me:4701: \$? = $ac_status" >&5 13826 + echo "$as_me:471 7: \$? = $ac_status" >&514831 + echo "$as_me:4719: \$? = $ac_status" >&5 13827 14832 (exit $ac_status); } && 13828 14833 { ac_try='test -s conftest$ac_exeext' 13829 14834 - { (eval echo "$as_me:4704: \"$ac_try\"") >&5 13830 + { (eval echo "$as_me:472 0: \"$ac_try\"") >&514835 + { (eval echo "$as_me:4722: \"$ac_try\"") >&5 13831 14836 (eval $ac_try) 2>&5 13832 14837 ac_status=$? 13833 14838 - echo "$as_me:4707: \$? = $ac_status" >&5 13834 + echo "$as_me:472 3: \$? = $ac_status" >&514839 + echo "$as_me:4725: \$? = $ac_status" >&5 13835 14840 (exit $ac_status); }; }; then 13836 14841 ac_cv_lib_gpm_Gpm_Wgetch=yes 13837 14842 else 13838 @@ -4715,12 +473 1,61 @@14843 @@ -4715,12 +4733,61 @@ 13839 14844 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13840 14845 LIBS=$ac_check_lib_save_LIBS 13841 14846 fi 13842 14847 -echo "$as_me:4718: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 13843 +echo "$as_me:473 4: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&514848 +echo "$as_me:4736: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 13844 14849 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Wgetch" >&6 13845 14850 if test $ac_cv_lib_gpm_Gpm_Wgetch = yes; then 13846 14851 13847 14852 - { echo "$as_me:4722: WARNING: GPM library is already linked with curses - read the FAQ" >&5 13848 +echo "$as_me:47 38: checking if GPM is weakly bound to curses library" >&514853 +echo "$as_me:4740: checking if GPM is weakly bound to curses library" >&5 13849 14854 +echo $ECHO_N "checking if GPM is weakly bound to curses library... $ECHO_C" >&6 13850 14855 +if test "${cf_cv_check_gpm_wgetch+set}" = set; then … … 13870 14875 + # include it. 13871 14876 + LIBS="-static -lgpm -dynamic $LIBS" 13872 + if { (eval echo "$as_me:476 2: \"$ac_compile\"") >&514877 + if { (eval echo "$as_me:4764: \"$ac_compile\"") >&5 13873 14878 + (eval $ac_compile) 2>&5 13874 14879 + ac_status=$? 13875 + echo "$as_me:476 5: \$? = $ac_status" >&514880 + echo "$as_me:4767: \$? = $ac_status" >&5 13876 14881 + (exit $ac_status); } ; then 13877 + if { (eval echo "$as_me:476 7: \"$ac_link\"") >&514882 + if { (eval echo "$as_me:4769: \"$ac_link\"") >&5 13878 14883 + (eval $ac_link) 2>&5 13879 14884 + ac_status=$? 13880 + echo "$as_me:477 0: \$? = $ac_status" >&514885 + echo "$as_me:4772: \$? = $ac_status" >&5 13881 14886 + (exit $ac_status); } ; then 13882 14887 + cf_cv_check_gpm_wgetch=`nm conftest$ac_exeext | egrep '\<wgetch\>' | egrep '\<[vVwW]\>'` … … 13890 14895 + 13891 14896 +fi 13892 +echo "$as_me:478 2: result: $cf_cv_check_gpm_wgetch" >&514897 +echo "$as_me:4784: result: $cf_cv_check_gpm_wgetch" >&5 13893 14898 +echo "${ECHO_T}$cf_cv_check_gpm_wgetch" >&6 13894 14899 + 13895 14900 +if test "$cf_cv_check_gpm_wgetch" != yes ; then 13896 + { echo "$as_me:478 6: WARNING: GPM library is already linked with curses - read the FAQ" >&514901 + { echo "$as_me:4788: WARNING: GPM library is already linked with curses - read the FAQ" >&5 13897 14902 echo "$as_me: WARNING: GPM library is already linked with curses - read the FAQ" >&2;} 13898 14903 +fi … … 13900 14905 fi 13901 14906 13902 @@ -4728,7 +479 3,7 @@14907 @@ -4728,7 +4795,7 @@ 13903 14908 13904 14909 # not everyone has "test -c" 13905 14910 if test -c /dev/sysmouse 2>/dev/null ; then 13906 14911 -echo "$as_me:4731: checking if you want to use sysmouse" >&5 13907 +echo "$as_me:479 6: checking if you want to use sysmouse" >&514912 +echo "$as_me:4798: checking if you want to use sysmouse" >&5 13908 14913 echo $ECHO_N "checking if you want to use sysmouse... $ECHO_C" >&6 13909 14914 13910 14915 # Check whether --with-sysmouse or --without-sysmouse was given. 13911 @@ -4740,7 +480 5,7 @@14916 @@ -4740,7 +4807,7 @@ 13912 14917 fi; 13913 14918 if test "$cf_with_sysmouse" != no ; then 13914 14919 cat >conftest.$ac_ext <<_ACEOF 13915 14920 -#line 4743 "configure" 13916 +#line 48 08"configure"14921 +#line 4810 "configure" 13917 14922 #include "confdefs.h" 13918 14923 13919 14924 #include <osreldate.h> 13920 @@ -4763,16 +48 28,16 @@14925 @@ -4763,16 +4830,16 @@ 13921 14926 } 13922 14927 _ACEOF 13923 14928 rm -f conftest.$ac_objext 13924 14929 -if { (eval echo "$as_me:4766: \"$ac_compile\"") >&5 13925 +if { (eval echo "$as_me:483 1: \"$ac_compile\"") >&514930 +if { (eval echo "$as_me:4833: \"$ac_compile\"") >&5 13926 14931 (eval $ac_compile) 2>&5 13927 14932 ac_status=$? 13928 14933 - echo "$as_me:4769: \$? = $ac_status" >&5 13929 + echo "$as_me:483 4: \$? = $ac_status" >&514934 + echo "$as_me:4836: \$? = $ac_status" >&5 13930 14935 (exit $ac_status); } && 13931 14936 { ac_try='test -s conftest.$ac_objext' 13932 14937 - { (eval echo "$as_me:4772: \"$ac_try\"") >&5 13933 + { (eval echo "$as_me:483 7: \"$ac_try\"") >&514938 + { (eval echo "$as_me:4839: \"$ac_try\"") >&5 13934 14939 (eval $ac_try) 2>&5 13935 14940 ac_status=$? 13936 14941 - echo "$as_me:4775: \$? = $ac_status" >&5 13937 + echo "$as_me:484 0: \$? = $ac_status" >&514942 + echo "$as_me:4842: \$? = $ac_status" >&5 13938 14943 (exit $ac_status); }; }; then 13939 14944 cf_with_sysmouse=yes 13940 14945 else 13941 @@ -4782,7 +484 7,7 @@14946 @@ -4782,7 +4849,7 @@ 13942 14947 fi 13943 14948 rm -f conftest.$ac_objext conftest.$ac_ext 13944 14949 fi 13945 14950 -echo "$as_me:4785: result: $cf_with_sysmouse" >&5 13946 +echo "$as_me:485 0: result: $cf_with_sysmouse" >&514951 +echo "$as_me