diff --git a/NEWS b/NEWS index 964e4025..08229e52 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.4376 2025/11/29 19:07:52 tom Exp $ +-- $Id: NEWS,v 1.4378 2025/12/06 21:23:53 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,9 @@ See the AUTHORS file for the corresponding full names. Changes through 1.9.9e did not credit all contributions; it is not possible to add this information. +20251206 + + in-progress work to merge MinGW/Windows port. + 20251129 + in-progress work to merge MinGW/Windows port. diff --git a/VERSION b/VERSION index 982c94b3..b1d28865 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5:0:10 6.5 20251129 +5:0:10 6.5 20251206 diff --git a/dist.mk b/dist.mk index 3ae5d3d8..40266a48 100644 --- a/dist.mk +++ b/dist.mk @@ -26,7 +26,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1702 2025/11/29 10:26:45 tom Exp $ +# $Id: dist.mk,v 1.1703 2025/12/06 12:06:12 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -38,7 +38,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 NCURSES_MINOR = 5 -NCURSES_PATCH = 20251129 +NCURSES_PATCH = 20251206 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) diff --git a/doc/html/man/form.3x.html b/doc/html/man/form.3x.html index 8c5abf50..96ff199b 100644 --- a/doc/html/man/form.3x.html +++ b/doc/html/man/form.3x.html @@ -1,7 +1,7 @@ diff --git a/doc/html/man/menu.3x.html b/doc/html/man/menu.3x.html index cf1fd659..3d6d3708 100644 --- a/doc/html/man/menu.3x.html +++ b/doc/html/man/menu.3x.html @@ -1,7 +1,7 @@ diff --git a/doc/html/man/ncurses.3x.html b/doc/html/man/ncurses.3x.html index bb85311b..dea86350 100644 --- a/doc/html/man/ncurses.3x.html +++ b/doc/html/man/ncurses.3x.html @@ -59,7 +59,7 @@ displays with output optimized to minimize screen updates. ncurses replaces the curses libraries from System V Release 4 Unix ("SVr4") and 4.4BSD Unix, the development of which ceased in the 1990s. This - document describes ncurses version 6.5 (patch 20251115). + document describes ncurses version 6.5 (patch 20251206). ncurses permits control of the terminal screen's contents; abstraction and subdivision thereof with windows and pads; acquisition of keyboard diff --git a/doc/html/man/term_variables.3x.html b/doc/html/man/term_variables.3x.html index 0ac91844..07ef2539 100644 --- a/doc/html/man/term_variables.3x.html +++ b/doc/html/man/term_variables.3x.html @@ -1,6 +1,6 @@ diff --git a/doc/html/man/terminfo.5.html b/doc/html/man/terminfo.5.html index 90059a11..4e56dcc7 100644 --- a/doc/html/man/terminfo.5.html +++ b/doc/html/man/terminfo.5.html @@ -72,7 +72,7 @@ have, by specifying how to perform screen operations, and by specifying padding requirements and initialization sequences. - This document describes ncurses version 6.5 (patch 20251115). + This document describes ncurses version 6.5 (patch 20251206).
diff --git a/package/debian-mingw/changelog b/package/debian-mingw/changelog index bdf661d3..6dcd6ed8 100644 --- a/package/debian-mingw/changelog +++ b/package/debian-mingw/changelog @@ -1,8 +1,8 @@ -ncurses6td (6.5+20251129) unstable; urgency=low +ncurses6td (6.5+20251206) unstable; urgency=low * latest weekly patch - -- Thomas E. DickeySat, 29 Nov 2025 05:26:45 -0500 + -- Thomas E. Dickey Mon, 01 Dec 2025 03:58:43 -0500 ncurses6 (5.9+20131005) unstable; urgency=low diff --git a/package/debian-mingw64/changelog b/package/debian-mingw64/changelog index bdf661d3..6dcd6ed8 100644 --- a/package/debian-mingw64/changelog +++ b/package/debian-mingw64/changelog @@ -1,8 +1,8 @@ -ncurses6td (6.5+20251129) unstable; urgency=low +ncurses6td (6.5+20251206) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sat, 29 Nov 2025 05:26:45 -0500 + -- Thomas E. Dickey Mon, 01 Dec 2025 03:58:43 -0500 ncurses6 (5.9+20131005) unstable; urgency=low diff --git a/package/debian/changelog b/package/debian/changelog index 8fe642c3..55477526 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,8 +1,8 @@ -ncurses6td (6.5+20251129) unstable; urgency=low +ncurses6td (6.5+20251206) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sat, 29 Nov 2025 05:26:45 -0500 + -- Thomas E. Dickey Mon, 01 Dec 2025 03:58:43 -0500 ncurses6 (5.9+20120608) unstable; urgency=low diff --git a/package/mingw-ncurses.nsi b/package/mingw-ncurses.nsi index c09d7d17..f0b415db 100644 --- a/package/mingw-ncurses.nsi +++ b/package/mingw-ncurses.nsi @@ -1,4 +1,4 @@ -; $Id: mingw-ncurses.nsi,v 1.733 2025/11/29 10:26:45 tom Exp $ +; $Id: mingw-ncurses.nsi,v 1.734 2025/12/01 08:58:43 tom Exp $ ; TODO add examples ; TODO bump ABI to 6 @@ -10,7 +10,7 @@ !define VERSION_MAJOR "6" !define VERSION_MINOR "5" !define VERSION_YYYY "2025" -!define VERSION_MMDD "1129" +!define VERSION_MMDD "1206" !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD} !define MY_ABI "5" diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index a880e390..a8602c87 100644 --- a/package/mingw-ncurses.spec +++ b/package/mingw-ncurses.spec @@ -3,7 +3,7 @@ Summary: shared libraries for terminal handling Name: mingw32-ncurses6 Version: 6.5 -Release: 20251129 +Release: 20251206 License: X11 License Distribution Modification Variant Group: Development/Libraries URL: https://invisible-island.net/ncurses/ @@ -144,8 +144,8 @@ popd %changelog -* Sat Nov 29 2025 Thomas E. Dickey -- testing ncurses 6.5-20251129 +* Sat Dec 06 2025 Thomas E. Dickey +- testing ncurses 6.5-20251206 * Sat Feb 25 2023 Thomas Dickey - amend URLs per rpmlint diff --git a/package/ncurses.spec b/package/ncurses.spec index 4171b1bd..c75a68e9 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,7 +1,7 @@ Summary: shared libraries for terminal handling Name: ncurses6 Version: 6.5 -Release: 20251129 +Release: 20251206 License: X11 License Distribution Modification Variant Group: Development/Libraries URL: https://invisible-island.net/ncurses/ @@ -134,8 +134,8 @@ rm -f test/ncurses %changelog -* Sat Nov 29 2025 Thomas E. Dickey -- testing ncurses 6.5-20251129 +* Sat Dec 06 2025 Thomas E. Dickey +- testing ncurses 6.5-20251206 * Sat Feb 25 2023 Thomas Dickey - amend URLs per rpmlint diff --git a/package/ncursest.spec b/package/ncursest.spec index b6cb2904..38033b78 100644 --- a/package/ncursest.spec +++ b/package/ncursest.spec @@ -1,7 +1,7 @@ Summary: Curses library with POSIX thread support. Name: ncursest6 Version: 6.5 -Release: 20251129 +Release: 20251206 License: X11 License Distribution Modification Variant Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz @@ -142,8 +142,8 @@ exit 0 %changelog -* Sat Nov 29 2025 Thomas E. Dickey -- testing ncurses 6.5-20251129 +* Sat Dec 06 2025 Thomas E. Dickey +- testing ncurses 6.5-20251206 * Tue Dec 24 2019 Thomas Dickey - drop custom CC_NORMAL warning flags because setting CFLAGS interferes with diff --git a/progs/clear_cmd.c b/progs/clear_cmd.c index 6ba67f5b..4e87ef2a 100644 --- a/progs/clear_cmd.c +++ b/progs/clear_cmd.c @@ -38,23 +38,82 @@ #define USE_LIBTINFO #include -MODULE_ID("$Id: clear_cmd.c,v 1.7 2025/11/29 19:34:33 tom Exp $") +MODULE_ID("$Id: clear_cmd.c,v 1.8 2025/12/06 21:00:26 tom Exp $") +#ifdef TERMIOS static int putch(int c) { return putchar(c); } +#endif int clear_cmd(bool legacy) { - int retval = tputs(clear_screen, lines > 0 ? lines : 1, putch); + int retval; +#ifdef TERMIOS + retval = tputs(clear_screen, lines > 0 ? lines : 1, putch); if (!legacy) { /* Clear the scrollback buffer if possible. */ char *E3 = tigetstr(UserCap(E3)); if (VALID_STRING(E3)) (void) tputs(E3, lines > 0 ? lines : 1, putch); } +#elif defined(_NC_WINDOWS) + /* + * https://learn.microsoft.com/en-us/windows/console/clearing-the-screen + */ + HANDLE hConsole = GetStdHandle(STD_OUTPUT_HANDLE); + COORD coordScreen = + {0, 0}; +#if defined(ENABLE_VIRTUAL_TERMINAL_PROCESSING) + DWORD mode = 0; + + retval = ERR; + + if (GetConsoleMode(hConsole, &mode)) { + const DWORD originalMode = mode; + mode |= ENABLE_VIRTUAL_TERMINAL_PROCESSING; + + if (SetConsoleMode(hConsole, mode)) { + DWORD written = 0; + PCWSTR sequence = legacy ? L"\x1b[2J" : L"\x1b[2J\x1b[3J"; + if (WriteConsoleW(hConsole, sequence, + (DWORD) wcslen(sequence), + &written, NULL)) { + SetConsoleCursorPosition(hConsole, coordScreen); + retval = OK; + } + SetConsoleMode(hConsole, originalMode); + } + } +#else + DWORD cCharsWritten; + CONSOLE_SCREEN_BUFFER_INFO csbi; + DWORD dwConSize; + + (void) legacy; + retval = ERR; + + /* Get the number of character cells in the current buffer, + * to fill the entire screen with blanks */ + if (GetConsoleScreenBufferInfo(hConsole, &csbi) + && (dwConSize = csbi.dwSize.X * csbi.dwSize.Y) > 0 + && FillConsoleOutputCharacter(hConsole, + (TCHAR) ' ', + dwConSize, + coordScreen, + &cCharsWritten) + && FillConsoleOutputAttribute(hConsole, + csbi.wAttributes, + dwConSize, + coordScreen, + &cCharsWritten)) { + SetConsoleCursorPosition(hConsole, coordScreen); + retval = OK; + } +#endif +#endif return retval; } diff --git a/test/configure b/test/configure index 01ed9248..6b0185ce 100755 --- a/test/configure +++ b/test/configure @@ -19558,16 +19558,17 @@ mbstowcs \ mbtowc \ wcsrtombs \ wcstombs \ +wcwidth \ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:19564: checking for $ac_func" >&5 +echo "$as_me:19565: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 19570 "configure" +#line 19571 "configure" #include "confdefs.h" #define $ac_func autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -19598,16 +19599,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:19601: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19602: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19604: \$? = $ac_status" >&5 + echo "$as_me:19605: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:19607: \"$ac_try\"") >&5 + { (eval echo "$as_me:19608: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19610: \$? = $ac_status" >&5 + echo "$as_me:19611: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then eval "$as_ac_var=yes" else @@ -19617,7 +19618,7 @@ eval "$as_ac_var=no" fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:19620: result: `eval echo '${'"$as_ac_var"'}'`" >&5 +echo "$as_me:19621: result: `eval echo '${'"$as_ac_var"'}'`" >&5 echo "${ECHO_T}`eval echo '${'"$as_ac_var"'}'`" >&6 if test "`eval echo '${'"$as_ac_var"'}'`" = yes; then cat >>confdefs.h < &5 +echo "$as_me:19633: checking definition to turn on extended curses functions" >&5 echo $ECHO_N "checking definition to turn on extended curses functions... $ECHO_C" >&6 if test "${cf_cv_need_xopen_extension+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19637,7 +19638,7 @@ else cf_cv_need_xopen_extension=unknown cat >"conftest.$ac_ext" <<_ACEOF -#line 19640 "configure" +#line 19641 "configure" #include "confdefs.h" $ac_includes_default @@ -19670,16 +19671,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:19673: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19674: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19676: \$? = $ac_status" >&5 + echo "$as_me:19677: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:19679: \"$ac_try\"") >&5 + { (eval echo "$as_me:19680: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19682: \$? = $ac_status" >&5 + echo "$as_me:19683: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_need_xopen_extension=none else @@ -19689,7 +19690,7 @@ cat "conftest.$ac_ext" >&5 for cf_try_xopen_extension in _XOPEN_SOURCE_EXTENDED NCURSES_WIDECHAR do cat >"conftest.$ac_ext" <<_ACEOF -#line 19692 "configure" +#line 19693 "configure" #include "confdefs.h" #define $cf_try_xopen_extension 1 @@ -19715,16 +19716,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:19718: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19719: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19721: \$? = $ac_status" >&5 + echo "$as_me:19722: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:19724: \"$ac_try\"") >&5 + { (eval echo "$as_me:19725: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19727: \$? = $ac_status" >&5 + echo "$as_me:19728: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_need_xopen_extension=$cf_try_xopen_extension; break else @@ -19738,7 +19739,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:19741: result: $cf_cv_need_xopen_extension" >&5 +echo "$as_me:19742: result: $cf_cv_need_xopen_extension" >&5 echo "${ECHO_T}$cf_cv_need_xopen_extension" >&6 case "$cf_cv_need_xopen_extension" in @@ -19750,7 +19751,7 @@ case "$cf_cv_need_xopen_extension" in ;; esac -echo "$as_me:19753: checking for term.h" >&5 +echo "$as_me:19754: checking for term.h" >&5 echo $ECHO_N "checking for term.h... $ECHO_C" >&6 if test "${cf_cv_term_header+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19771,7 +19772,7 @@ esac for cf_header in $cf_header_list do cat >"conftest.$ac_ext" <<_ACEOF -#line 19774 "configure" +#line 19775 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -19785,16 +19786,16 @@ WINDOW *x; (void)x } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:19788: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19789: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19791: \$? = $ac_status" >&5 + echo "$as_me:19792: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:19794: \"$ac_try\"") >&5 + { (eval echo "$as_me:19795: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19797: \$? = $ac_status" >&5 + echo "$as_me:19798: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_term_header=$cf_header break @@ -19813,7 +19814,7 @@ case "$cf_cv_term_header" in for cf_header in ncurses/term.h ncursesw/term.h do cat >"conftest.$ac_ext" <<_ACEOF -#line 19816 "configure" +#line 19817 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -19831,16 +19832,16 @@ WINDOW *x; (void)x } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:19834: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19835: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19837: \$? = $ac_status" >&5 + echo "$as_me:19838: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:19840: \"$ac_try\"") >&5 + { (eval echo "$as_me:19841: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19843: \$? = $ac_status" >&5 + echo "$as_me:19844: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_term_header=$cf_header break @@ -19855,7 +19856,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" esac fi -echo "$as_me:19858: result: $cf_cv_term_header" >&5 +echo "$as_me:19859: result: $cf_cv_term_header" >&5 echo "${ECHO_T}$cf_cv_term_header" >&6 case "$cf_cv_term_header" in @@ -19882,7 +19883,7 @@ EOF ;; esac -echo "$as_me:19885: checking for unctrl.h" >&5 +echo "$as_me:19886: checking for unctrl.h" >&5 echo $ECHO_N "checking for unctrl.h... $ECHO_C" >&6 if test "${cf_cv_unctrl_header+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19903,7 +19904,7 @@ esac for cf_header in $cf_header_list do cat >"conftest.$ac_ext" <<_ACEOF -#line 19906 "configure" +#line 19907 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -19917,16 +19918,16 @@ WINDOW *x; (void)x } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:19920: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19921: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19923: \$? = $ac_status" >&5 + echo "$as_me:19924: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:19926: \"$ac_try\"") >&5 + { (eval echo "$as_me:19927: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19929: \$? = $ac_status" >&5 + echo "$as_me:19930: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_unctrl_header=$cf_header break @@ -19939,12 +19940,12 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" done fi -echo "$as_me:19942: result: $cf_cv_unctrl_header" >&5 +echo "$as_me:19943: result: $cf_cv_unctrl_header" >&5 echo "${ECHO_T}$cf_cv_unctrl_header" >&6 case "$cf_cv_unctrl_header" in (no) - { echo "$as_me:19947: WARNING: unctrl.h header not found" >&5 + { echo "$as_me:19948: WARNING: unctrl.h header not found" >&5 echo "$as_me: WARNING: unctrl.h header not found" >&2;} ;; esac @@ -20042,10 +20043,10 @@ do cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` - echo "$as_me:20045: checking for ${cf_func}" >&5 + echo "$as_me:20046: checking for ${cf_func}" >&5 echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&6 -echo "${as_me:-configure}:20048: testing ${cf_func} ..." 1>&5 +echo "${as_me:-configure}:20049: testing ${cf_func} ..." 1>&5 if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20054,7 +20055,7 @@ else eval cf_result='$ac_cv_func_'$cf_func if test ".$cf_result" != ".no"; then cat >"conftest.$ac_ext" <<_ACEOF -#line 20057 "configure" +#line 20058 "configure" #include "confdefs.h" #ifdef HAVE_XCURSES @@ -20087,16 +20088,16 @@ if (foo + 1234L > 5678L) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20090: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20091: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20093: \$? = $ac_status" >&5 + echo "$as_me:20094: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20096: \"$ac_try\"") >&5 + { (eval echo "$as_me:20097: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20099: \$? = $ac_status" >&5 + echo "$as_me:20100: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_result=yes else @@ -20112,7 +20113,7 @@ fi # use the computed/retrieved cache-value: eval 'cf_result=$cf_cv_func_'$cf_func - echo "$as_me:20115: result: $cf_result" >&5 + echo "$as_me:20116: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" != no; then cat >>confdefs.h < &5 + echo "$as_me:20131: checking for ${cf_func}" >&5 echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&6 -echo "${as_me:-configure}:20133: testing ${cf_func} ..." 1>&5 +echo "${as_me:-configure}:20134: testing ${cf_func} ..." 1>&5 if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20139,7 +20140,7 @@ else eval cf_result='$ac_cv_func_'$cf_func if test ".$cf_result" != ".no"; then cat >"conftest.$ac_ext" <<_ACEOF -#line 20142 "configure" +#line 20143 "configure" #include "confdefs.h" #ifdef HAVE_XCURSES @@ -20172,16 +20173,16 @@ if (foo + 1234L > 5678L) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20175: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20176: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20178: \$? = $ac_status" >&5 + echo "$as_me:20179: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20181: \"$ac_try\"") >&5 + { (eval echo "$as_me:20182: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20184: \$? = $ac_status" >&5 + echo "$as_me:20185: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_result=yes else @@ -20197,7 +20198,7 @@ fi # use the computed/retrieved cache-value: eval 'cf_result=$cf_cv_func_'$cf_func - echo "$as_me:20200: result: $cf_result" >&5 + echo "$as_me:20201: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" != no; then cat >>confdefs.h < "conftest.$ac_ext" <<_ACEOF -#line 20224 "configure" +#line 20225 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -20241,21 +20242,21 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:20244: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20245: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20247: \$? = $ac_status" >&5 + echo "$as_me:20248: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:20250: \"$ac_try\"") >&5 + { (eval echo "$as_me:20251: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20253: \$? = $ac_status" >&5 + echo "$as_me:20254: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then test -n "$verbose" && echo " prototype $cf_ret func($cf_arg value)" 1>&6 -echo "${as_me:-configure}:20258: testing prototype $cf_ret func($cf_arg value) ..." 1>&5 +echo "${as_me:-configure}:20259: testing prototype $cf_ret func($cf_arg value) ..." 1>&5 cat >>confdefs.h < &5 +echo "$as_me:20279: checking for ncurses extended functions" >&5 echo $ECHO_N "checking for ncurses extended functions... $ECHO_C" >&6 if test "${cf_cv_ncurses_ext_funcs+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 20285 "configure" +#line 20286 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -20297,16 +20298,16 @@ int x = NCURSES_EXT_FUNCS } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:20300: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20301: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20303: \$? = $ac_status" >&5 + echo "$as_me:20304: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:20306: \"$ac_try\"") >&5 + { (eval echo "$as_me:20307: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20309: \$? = $ac_status" >&5 + echo "$as_me:20310: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_ncurses_ext_funcs=defined else @@ -20314,7 +20315,7 @@ else cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 20317 "configure" +#line 20318 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -20339,16 +20340,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20342: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20343: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20345: \$? = $ac_status" >&5 + echo "$as_me:20346: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20348: \"$ac_try\"") >&5 + { (eval echo "$as_me:20349: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20351: \$? = $ac_status" >&5 + echo "$as_me:20352: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_ncurses_ext_funcs=yes else @@ -20362,7 +20363,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:20365: result: $cf_cv_ncurses_ext_funcs" >&5 +echo "$as_me:20366: result: $cf_cv_ncurses_ext_funcs" >&5 echo "${ECHO_T}$cf_cv_ncurses_ext_funcs" >&6 test "$cf_cv_ncurses_ext_funcs" = yes && cat >>confdefs.h <<\EOF @@ -20376,11 +20377,11 @@ then if test -n "$cf_cv_ncurses_version" && test "x$cf_cv_ncurses_version" != xno then cf_define_xpg5=no - echo "$as_me:20379: checking if _XPG5 should be defined to enable wide-characters" >&5 + echo "$as_me:20380: checking if _XPG5 should be defined to enable wide-characters" >&5 echo $ECHO_N "checking if _XPG5 should be defined to enable wide-characters... $ECHO_C" >&6 cat >"conftest.$ac_ext" <<_ACEOF -#line 20383 "configure" +#line 20384 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -20393,16 +20394,16 @@ int x = _XPG5 } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:20396: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20397: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20399: \$? = $ac_status" >&5 + echo "$as_me:20400: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:20402: \"$ac_try\"") >&5 + { (eval echo "$as_me:20403: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20405: \$? = $ac_status" >&5 + echo "$as_me:20406: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then : else @@ -20411,7 +20412,7 @@ cat "conftest.$ac_ext" >&5 cf_save_cppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -D_XPG5" cat >"conftest.$ac_ext" <<_ACEOF -#line 20414 "configure" +#line 20415 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -20424,16 +20425,16 @@ int x = _XPG5 } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:20427: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20428: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20430: \$? = $ac_status" >&5 + echo "$as_me:20431: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:20433: \"$ac_try\"") >&5 + { (eval echo "$as_me:20434: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20436: \$? = $ac_status" >&5 + echo "$as_me:20437: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_define_xpg5=yes else @@ -20444,7 +20445,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" CPPFLAGS="$cf_save_cppflags" fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" - echo "$as_me:20447: result: $cf_define_xpg5" >&5 + echo "$as_me:20448: result: $cf_define_xpg5" >&5 echo "${ECHO_T}$cf_define_xpg5" >&6 if test "$cf_define_xpg5" = yes @@ -20453,14 +20454,14 @@ echo "${ECHO_T}$cf_define_xpg5" >&6 fi fi - echo "$as_me:20456: checking for wide-character functions" >&5 + echo "$as_me:20457: checking for wide-character functions" >&5 echo $ECHO_N "checking for wide-character functions... $ECHO_C" >&6 if test "${cf_cv_widechar_funcs+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 20463 "configure" +#line 20464 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -20477,16 +20478,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20480: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20481: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20483: \$? = $ac_status" >&5 + echo "$as_me:20484: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20486: \"$ac_try\"") >&5 + { (eval echo "$as_me:20487: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20489: \$? = $ac_status" >&5 + echo "$as_me:20490: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_widechar_funcs=yes else @@ -20497,7 +20498,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:20500: result: $cf_cv_widechar_funcs" >&5 +echo "$as_me:20501: result: $cf_cv_widechar_funcs" >&5 echo "${ECHO_T}$cf_cv_widechar_funcs" >&6 if test "$cf_cv_widechar_funcs" != no ; then @@ -20518,14 +20519,14 @@ EOF fi -echo "$as_me:20521: checking if $cf_cv_screen library uses pthreads" >&5 +echo "$as_me:20522: checking if $cf_cv_screen library uses pthreads" >&5 echo $ECHO_N "checking if $cf_cv_screen library uses pthreads... $ECHO_C" >&6 if test "${cf_cv_use_pthreads+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 20528 "configure" +#line 20529 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -20543,16 +20544,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20546: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20547: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20549: \$? = $ac_status" >&5 + echo "$as_me:20550: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20552: \"$ac_try\"") >&5 + { (eval echo "$as_me:20553: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20555: \$? = $ac_status" >&5 + echo "$as_me:20556: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_use_pthreads=yes else @@ -20563,21 +20564,21 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:20566: result: $cf_cv_use_pthreads" >&5 +echo "$as_me:20567: result: $cf_cv_use_pthreads" >&5 echo "${ECHO_T}$cf_cv_use_pthreads" >&6 test $cf_cv_use_pthreads = yes && cat >>confdefs.h <<\EOF #define USE_PTHREADS 1 EOF -echo "$as_me:20573: checking if sys/time.h works with sys/select.h" >&5 +echo "$as_me:20574: checking if sys/time.h works with sys/select.h" >&5 echo $ECHO_N "checking if sys/time.h works with sys/select.h... $ECHO_C" >&6 if test "${cf_cv_sys_time_select+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 20580 "configure" +#line 20581 "configure" #include "confdefs.h" #include @@ -20597,16 +20598,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:20600: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20601: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20603: \$? = $ac_status" >&5 + echo "$as_me:20604: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:20606: \"$ac_try\"") >&5 + { (eval echo "$as_me:20607: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20609: \$? = $ac_status" >&5 + echo "$as_me:20610: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_sys_time_select=yes else @@ -20618,7 +20619,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:20621: result: $cf_cv_sys_time_select" >&5 +echo "$as_me:20622: result: $cf_cv_sys_time_select" >&5 echo "${ECHO_T}$cf_cv_sys_time_select" >&6 test "$cf_cv_sys_time_select" = yes && cat >>confdefs.h <<\EOF @@ -20627,7 +20628,7 @@ EOF # special check for test/ditto.c -echo "$as_me:20630: checking for openpty in -lutil" >&5 +echo "$as_me:20631: checking for openpty in -lutil" >&5 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6 if test "${ac_cv_lib_util_openpty+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20635,7 +20636,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lutil $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 20638 "configure" +#line 20639 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -20654,16 +20655,16 @@ openpty (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20657: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20658: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20660: \$? = $ac_status" >&5 + echo "$as_me:20661: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20663: \"$ac_try\"") >&5 + { (eval echo "$as_me:20664: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20666: \$? = $ac_status" >&5 + echo "$as_me:20667: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_util_openpty=yes else @@ -20674,7 +20675,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:20677: result: $ac_cv_lib_util_openpty" >&5 +echo "$as_me:20678: result: $ac_cv_lib_util_openpty" >&5 echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6 if test "$ac_cv_lib_util_openpty" = yes; then cf_cv_lib_util=yes @@ -20682,7 +20683,7 @@ else cf_cv_lib_util=no fi -echo "$as_me:20685: checking for openpty header" >&5 +echo "$as_me:20686: checking for openpty header" >&5 echo $ECHO_N "checking for openpty header... $ECHO_C" >&6 if test "${cf_cv_func_openpty+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20709,7 +20710,7 @@ LIBS="$cf_add_libs" for cf_header in pty.h libutil.h util.h do cat >"conftest.$ac_ext" <<_ACEOF -#line 20712 "configure" +#line 20713 "configure" #include "confdefs.h" #include <$cf_header> @@ -20727,16 +20728,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20730: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20731: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20733: \$? = $ac_status" >&5 + echo "$as_me:20734: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20736: \"$ac_try\"") >&5 + { (eval echo "$as_me:20737: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20739: \$? = $ac_status" >&5 + echo "$as_me:20740: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_openpty=$cf_header @@ -20754,7 +20755,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS="$cf_save_LIBS" fi -echo "$as_me:20757: result: $cf_cv_func_openpty" >&5 +echo "$as_me:20758: result: $cf_cv_func_openpty" >&5 echo "${ECHO_T}$cf_cv_func_openpty" >&6 if test "$cf_cv_func_openpty" != no ; then @@ -20788,7 +20789,7 @@ TEST_LIBS="$cf_add_libs" fi fi -echo "$as_me:20791: checking for function curses_version" >&5 +echo "$as_me:20792: checking for function curses_version" >&5 echo $ECHO_N "checking for function curses_version... $ECHO_C" >&6 if test "${cf_cv_func_curses_version+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20798,7 +20799,7 @@ if test "$cross_compiling" = yes; then cf_cv_func_curses_version=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 20801 "configure" +#line 20802 "configure" #include "confdefs.h" $ac_includes_default @@ -20814,15 +20815,15 @@ int main(void) _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:20817: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20818: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20820: \$? = $ac_status" >&5 + echo "$as_me:20821: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:20822: \"$ac_try\"") >&5 + { (eval echo "$as_me:20823: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20825: \$? = $ac_status" >&5 + echo "$as_me:20826: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_curses_version=yes @@ -20837,14 +20838,14 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes fi rm -f core fi -echo "$as_me:20840: result: $cf_cv_func_curses_version" >&5 +echo "$as_me:20841: result: $cf_cv_func_curses_version" >&5 echo "${ECHO_T}$cf_cv_func_curses_version" >&6 test "$cf_cv_func_curses_version" = yes && cat >>confdefs.h <<\EOF #define HAVE_CURSES_VERSION 1 EOF -echo "$as_me:20847: checking for alternate character set array" >&5 +echo "$as_me:20848: checking for alternate character set array" >&5 echo $ECHO_N "checking for alternate character set array... $ECHO_C" >&6 if test "${cf_cv_curses_acs_map+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20854,7 +20855,7 @@ cf_cv_curses_acs_map=unknown for name in acs_map _acs_map __acs_map ${NCURSES_WRAP_PREFIX}acs_map do cat >"conftest.$ac_ext" <<_ACEOF -#line 20857 "configure" +#line 20858 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header:-curses.h}> @@ -20870,16 +20871,16 @@ ${name}['k'] = ACS_PLUS } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20873: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20874: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20876: \$? = $ac_status" >&5 + echo "$as_me:20877: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20879: \"$ac_try\"") >&5 + { (eval echo "$as_me:20880: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20882: \$? = $ac_status" >&5 + echo "$as_me:20883: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_curses_acs_map=$name; break else @@ -20890,7 +20891,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" done fi -echo "$as_me:20893: result: $cf_cv_curses_acs_map" >&5 +echo "$as_me:20894: result: $cf_cv_curses_acs_map" >&5 echo "${ECHO_T}$cf_cv_curses_acs_map" >&6 test "$cf_cv_curses_acs_map" != unknown && @@ -20900,7 +20901,7 @@ EOF if test "$cf_enable_widec" = yes; then -echo "$as_me:20903: checking for wide alternate character set array" >&5 +echo "$as_me:20904: checking for wide alternate character set array" >&5 echo $ECHO_N "checking for wide alternate character set array... $ECHO_C" >&6 if test "${cf_cv_curses_wacs_map+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20910,7 +20911,7 @@ else for name in wacs_map _wacs_map __wacs_map _nc_wacs _wacs_char do cat >"conftest.$ac_ext" <<_ACEOF -#line 20913 "configure" +#line 20914 "configure" #include "confdefs.h" #ifndef _XOPEN_SOURCE_EXTENDED @@ -20926,16 +20927,16 @@ void *foo = &(${name}['k']); (void)foo } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20929: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20930: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20932: \$? = $ac_status" >&5 + echo "$as_me:20933: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20935: \"$ac_try\"") >&5 + { (eval echo "$as_me:20936: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20938: \$? = $ac_status" >&5 + echo "$as_me:20939: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_curses_wacs_map=$name break @@ -20946,7 +20947,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" done fi -echo "$as_me:20949: result: $cf_cv_curses_wacs_map" >&5 +echo "$as_me:20950: result: $cf_cv_curses_wacs_map" >&5 echo "${ECHO_T}$cf_cv_curses_wacs_map" >&6 test "$cf_cv_curses_wacs_map" != unknown && @@ -20954,7 +20955,7 @@ cat >>confdefs.h < &5 +echo "$as_me:20958: checking for wide alternate character constants" >&5 echo $ECHO_N "checking for wide alternate character constants... $ECHO_C" >&6 if test "${cf_cv_curses_wacs_symbols+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20964,7 +20965,7 @@ cf_cv_curses_wacs_symbols=no if test "$cf_cv_curses_wacs_map" != unknown then cat >"conftest.$ac_ext" <<_ACEOF -#line 20967 "configure" +#line 20968 "configure" #include "confdefs.h" #ifndef _XOPEN_SOURCE_EXTENDED @@ -20981,16 +20982,16 @@ cchar_t *foo = WACS_PLUS; } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20984: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20985: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20987: \$? = $ac_status" >&5 + echo "$as_me:20988: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20990: \"$ac_try\"") >&5 + { (eval echo "$as_me:20991: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20993: \$? = $ac_status" >&5 + echo "$as_me:20994: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_curses_wacs_symbols=yes else @@ -21000,7 +21001,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" else cat >"conftest.$ac_ext" <<_ACEOF -#line 21003 "configure" +#line 21004 "configure" #include "confdefs.h" #ifndef _XOPEN_SOURCE_EXTENDED @@ -21016,16 +21017,16 @@ cchar_t *foo = WACS_PLUS; (void)foo } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:21019: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21020: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21022: \$? = $ac_status" >&5 + echo "$as_me:21023: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:21025: \"$ac_try\"") >&5 + { (eval echo "$as_me:21026: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21028: \$? = $ac_status" >&5 + echo "$as_me:21029: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_curses_wacs_symbols=yes else @@ -21036,7 +21037,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi fi -echo "$as_me:21039: result: $cf_cv_curses_wacs_symbols" >&5 +echo "$as_me:21040: result: $cf_cv_curses_wacs_symbols" >&5 echo "${ECHO_T}$cf_cv_curses_wacs_symbols" >&6 test "$cf_cv_curses_wacs_symbols" != no && @@ -21046,10 +21047,10 @@ EOF fi -echo "$as_me:21049: checking for type attr_t in ${cf_cv_ncurses_header:-curses.h}" >&5 +echo "$as_me:21050: checking for type attr_t in ${cf_cv_ncurses_header:-curses.h}" >&5 echo $ECHO_N "checking for type attr_t in ${cf_cv_ncurses_header:-curses.h}... $ECHO_C" >&6 cat >"conftest.$ac_ext" <<_ACEOF -#line 21052 "configure" +#line 21053 "configure" #include "confdefs.h" #ifndef _XOPEN_SOURCE_EXTENDED @@ -21067,16 +21068,16 @@ attr_t foo } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21070: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21071: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21073: \$? = $ac_status" >&5 + echo "$as_me:21074: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21076: \"$ac_try\"") >&5 + { (eval echo "$as_me:21077: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21079: \$? = $ac_status" >&5 + echo "$as_me:21080: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_result=yes else @@ -21085,7 +21086,7 @@ cat "conftest.$ac_ext" >&5 cf_result=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" -echo "$as_me:21088: result: $cf_result" >&5 +echo "$as_me:21089: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then @@ -21106,14 +21107,14 @@ fi if test "$cf_enable_widec" = yes; then # This is needed on Tru64 5.0 to declare mbstate_t -echo "$as_me:21109: checking if we must include wchar.h to declare mbstate_t" >&5 +echo "$as_me:21110: checking if we must include wchar.h to declare mbstate_t" >&5 echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6 if test "${cf_cv_mbstate_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 21116 "configure" +#line 21117 "configure" #include "confdefs.h" #include @@ -21131,23 +21132,23 @@ mbstate_t state; (void)state } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21134: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21135: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21137: \$? = $ac_status" >&5 + echo "$as_me:21138: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21140: \"$ac_try\"") >&5 + { (eval echo "$as_me:21141: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21143: \$? = $ac_status" >&5 + echo "$as_me:21144: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_mbstate_t=no else echo "$as_me: failed program was:" >&5 cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 21150 "configure" +#line 21151 "configure" #include "confdefs.h" #include @@ -21166,16 +21167,16 @@ mbstate_t value; (void) value } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21169: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21170: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21172: \$? = $ac_status" >&5 + echo "$as_me:21173: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21175: \"$ac_try\"") >&5 + { (eval echo "$as_me:21176: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21178: \$? = $ac_status" >&5 + echo "$as_me:21179: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_mbstate_t=yes else @@ -21187,7 +21188,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:21190: result: $cf_cv_mbstate_t" >&5 +echo "$as_me:21191: result: $cf_cv_mbstate_t" >&5 echo "${ECHO_T}$cf_cv_mbstate_t" >&6 if test "$cf_cv_mbstate_t" = yes ; then @@ -21210,14 +21211,14 @@ if test "$cf_cv_mbstate_t" != unknown ; then fi # This is needed on Tru64 5.0 to declare wchar_t -echo "$as_me:21213: checking if we must include wchar.h to declare wchar_t" >&5 +echo "$as_me:21214: checking if we must include wchar.h to declare wchar_t" >&5 echo $ECHO_N "checking if we must include wchar.h to declare wchar_t... $ECHO_C" >&6 if test "${cf_cv_wchar_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 21220 "configure" +#line 21221 "configure" #include "confdefs.h" #include @@ -21235,23 +21236,23 @@ wchar_t state; (void)state } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21238: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21239: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21241: \$? = $ac_status" >&5 + echo "$as_me:21242: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21244: \"$ac_try\"") >&5 + { (eval echo "$as_me:21245: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21247: \$? = $ac_status" >&5 + echo "$as_me:21248: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_wchar_t=no else echo "$as_me: failed program was:" >&5 cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 21254 "configure" +#line 21255 "configure" #include "confdefs.h" #include @@ -21270,16 +21271,16 @@ wchar_t value; (void) value } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21273: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21274: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21276: \$? = $ac_status" >&5 + echo "$as_me:21277: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21279: \"$ac_try\"") >&5 + { (eval echo "$as_me:21280: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21282: \$? = $ac_status" >&5 + echo "$as_me:21283: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_wchar_t=yes else @@ -21291,7 +21292,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:21294: result: $cf_cv_wchar_t" >&5 +echo "$as_me:21295: result: $cf_cv_wchar_t" >&5 echo "${ECHO_T}$cf_cv_wchar_t" >&6 if test "$cf_cv_wchar_t" = yes ; then @@ -21314,14 +21315,14 @@ if test "$cf_cv_wchar_t" != unknown ; then fi # This is needed on Tru64 5.0 to declare wint_t -echo "$as_me:21317: checking if we must include wchar.h to declare wint_t" >&5 +echo "$as_me:21318: checking if we must include wchar.h to declare wint_t" >&5 echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6 if test "${cf_cv_wint_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 21324 "configure" +#line 21325 "configure" #include "confdefs.h" #include @@ -21339,23 +21340,23 @@ wint_t state; (void)state } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21342: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21343: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21345: \$? = $ac_status" >&5 + echo "$as_me:21346: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21348: \"$ac_try\"") >&5 + { (eval echo "$as_me:21349: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21351: \$? = $ac_status" >&5 + echo "$as_me:21352: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_wint_t=no else echo "$as_me: failed program was:" >&5 cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 21358 "configure" +#line 21359 "configure" #include "confdefs.h" #include @@ -21374,16 +21375,16 @@ wint_t value; (void) value } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21377: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21378: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21380: \$? = $ac_status" >&5 + echo "$as_me:21381: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21383: \"$ac_try\"") >&5 + { (eval echo "$as_me:21384: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21386: \$? = $ac_status" >&5 + echo "$as_me:21387: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_wint_t=yes else @@ -21395,7 +21396,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:21398: result: $cf_cv_wint_t" >&5 +echo "$as_me:21399: result: $cf_cv_wint_t" >&5 echo "${ECHO_T}$cf_cv_wint_t" >&6 if test "$cf_cv_wint_t" = yes ; then @@ -21419,10 +21420,10 @@ fi if test "$NCURSES_OK_MBSTATE_T" = 0 ; then -echo "$as_me:21422: checking for type mbstate_t in ${cf_cv_ncurses_header:-curses.h}" >&5 +echo "$as_me:21423: checking for type mbstate_t in ${cf_cv_ncurses_header:-curses.h}" >&5 echo $ECHO_N "checking for type mbstate_t in ${cf_cv_ncurses_header:-curses.h}... $ECHO_C" >&6 cat >"conftest.$ac_ext" <<_ACEOF -#line 21425 "configure" +#line 21426 "configure" #include "confdefs.h" #ifndef _XOPEN_SOURCE_EXTENDED @@ -21440,16 +21441,16 @@ mbstate_t foo } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21443: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21444: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21446: \$? = $ac_status" >&5 + echo "$as_me:21447: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21449: \"$ac_try\"") >&5 + { (eval echo "$as_me:21450: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21452: \$? = $ac_status" >&5 + echo "$as_me:21453: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_result=yes else @@ -21458,7 +21459,7 @@ cat "conftest.$ac_ext" >&5 cf_result=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" -echo "$as_me:21461: result: $cf_result" >&5 +echo "$as_me:21462: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then @@ -21480,10 +21481,10 @@ fi if test "$NCURSES_OK_WCHAR_T" = 0 ; then -echo "$as_me:21483: checking for type wchar_t in ${cf_cv_ncurses_header:-curses.h}" >&5 +echo "$as_me:21484: checking for type wchar_t in ${cf_cv_ncurses_header:-curses.h}" >&5 echo $ECHO_N "checking for type wchar_t in ${cf_cv_ncurses_header:-curses.h}... $ECHO_C" >&6 cat >"conftest.$ac_ext" <<_ACEOF -#line 21486 "configure" +#line 21487 "configure" #include "confdefs.h" #ifndef _XOPEN_SOURCE_EXTENDED @@ -21501,16 +21502,16 @@ wchar_t foo } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21504: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21505: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21507: \$? = $ac_status" >&5 + echo "$as_me:21508: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21510: \"$ac_try\"") >&5 + { (eval echo "$as_me:21511: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21513: \$? = $ac_status" >&5 + echo "$as_me:21514: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_result=yes else @@ -21519,7 +21520,7 @@ cat "conftest.$ac_ext" >&5 cf_result=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" -echo "$as_me:21522: result: $cf_result" >&5 +echo "$as_me:21523: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then @@ -21541,10 +21542,10 @@ fi if test "$NCURSES_OK_WINT_T" = 0 ; then -echo "$as_me:21544: checking for type wint_t in ${cf_cv_ncurses_header:-curses.h}" >&5 +echo "$as_me:21545: checking for type wint_t in ${cf_cv_ncurses_header:-curses.h}" >&5 echo $ECHO_N "checking for type wint_t in ${cf_cv_ncurses_header:-curses.h}... $ECHO_C" >&6 cat >"conftest.$ac_ext" <<_ACEOF -#line 21547 "configure" +#line 21548 "configure" #include "confdefs.h" #ifndef _XOPEN_SOURCE_EXTENDED @@ -21562,16 +21563,16 @@ wint_t foo } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21565: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21566: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21568: \$? = $ac_status" >&5 + echo "$as_me:21569: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21571: \"$ac_try\"") >&5 + { (eval echo "$as_me:21572: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21574: \$? = $ac_status" >&5 + echo "$as_me:21575: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_result=yes else @@ -21580,7 +21581,7 @@ cat "conftest.$ac_ext" >&5 cf_result=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" -echo "$as_me:21583: result: $cf_result" >&5 +echo "$as_me:21584: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then @@ -21609,11 +21610,11 @@ boolnames \ boolfnames \ ttytype do -echo "$as_me:21612: checking for data $cf_data declaration in ${cf_cv_ncurses_header:-curses.h}" >&5 +echo "$as_me:21613: checking for data $cf_data declaration in ${cf_cv_ncurses_header:-curses.h}" >&5 echo $ECHO_N "checking for data $cf_data declaration in ${cf_cv_ncurses_header:-curses.h}... $ECHO_C" >&6 cat >"conftest.$ac_ext" <<_ACEOF -#line 21616 "configure" +#line 21617 "configure" #include "confdefs.h" #ifdef HAVE_XCURSES @@ -21646,16 +21647,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21649: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21650: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21652: \$? = $ac_status" >&5 + echo "$as_me:21653: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21655: \"$ac_try\"") >&5 + { (eval echo "$as_me:21656: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21658: \$? = $ac_status" >&5 + echo "$as_me:21659: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_result=yes @@ -21665,7 +21666,7 @@ cat "conftest.$ac_ext" >&5 cf_result=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" -echo "$as_me:21668: result: $cf_result" >&5 +echo "$as_me:21669: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then @@ -21677,14 +21678,14 @@ cf_result=`echo "have_curses_data_$cf_data" | sed y%abcdefghijklmnopqrstuvwxyz./ EOF else - echo "$as_me:21680: checking for data $cf_data in library" >&5 + echo "$as_me:21681: checking for data $cf_data in library" >&5 echo $ECHO_N "checking for data $cf_data in library... $ECHO_C" >&6 # BSD linkers insist on making weak linkage, but resolve at runtime. if test "$cross_compiling" = yes; then # cross-compiling cat >"conftest.$ac_ext" <<_ACEOF -#line 21687 "configure" +#line 21688 "configure" #include "confdefs.h" #ifdef HAVE_XCURSES @@ -21723,16 +21724,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:21726: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21727: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21729: \$? = $ac_status" >&5 + echo "$as_me:21730: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:21732: \"$ac_try\"") >&5 + { (eval echo "$as_me:21733: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21735: \$? = $ac_status" >&5 + echo "$as_me:21736: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_result=yes else @@ -21744,7 +21745,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" else cat >"conftest.$ac_ext" <<_ACEOF -#line 21747 "configure" +#line 21748 "configure" #include "confdefs.h" #ifdef HAVE_XCURSES @@ -21776,15 +21777,15 @@ int main(void) } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:21779: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21780: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21782: \$? = $ac_status" >&5 + echo "$as_me:21783: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:21784: \"$ac_try\"") >&5 + { (eval echo "$as_me:21785: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21787: \$? = $ac_status" >&5 + echo "$as_me:21788: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_result=yes @@ -21796,7 +21797,7 @@ cf_result=no fi rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" fi - echo "$as_me:21799: result: $cf_result" >&5 + echo "$as_me:21800: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then @@ -21813,7 +21814,7 @@ done if test -n "$with_screen" && test "x$with_screen" = "xpdcurses" then - echo "$as_me:21816: checking for X" >&5 + echo "$as_me:21817: checking for X" >&5 echo $ECHO_N "checking for X... $ECHO_C" >&6 # Check whether --with-x or --without-x was given. @@ -21917,17 +21918,17 @@ if test "$ac_x_includes" = no; then # Guess where to find include files, by looking for Intrinsic.h. # First, try using that file with no special directory specified. cat >"conftest.$ac_ext" <<_ACEOF -#line 21920 "configure" +#line 21921 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:21924: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:21925: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:21930: \$? = $ac_status" >&5 + echo "$as_me:21931: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -21960,7 +21961,7 @@ if test "$ac_x_libraries" = no; then ac_save_LIBS=$LIBS LIBS="-lXt $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 21963 "configure" +#line 21964 "configure" #include "confdefs.h" #include int @@ -21972,16 +21973,16 @@ XtMalloc (0) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:21975: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21976: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21978: \$? = $ac_status" >&5 + echo "$as_me:21979: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:21981: \"$ac_try\"") >&5 + { (eval echo "$as_me:21982: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21984: \$? = $ac_status" >&5 + echo "$as_me:21985: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then LIBS=$ac_save_LIBS # We can link X programs with no special library path. @@ -22019,7 +22020,7 @@ fi fi # $with_x != no if test "$have_x" != yes; then - echo "$as_me:22022: result: $have_x" >&5 + echo "$as_me:22023: result: $have_x" >&5 echo "${ECHO_T}$have_x" >&6 no_x=yes else @@ -22029,7 +22030,7 @@ else # Update the cache value to reflect the command line values. ac_cv_have_x="have_x=yes \ ac_x_includes=$x_includes ac_x_libraries=$x_libraries" - echo "$as_me:22032: result: libraries $x_libraries, headers $x_includes" >&5 + echo "$as_me:22033: result: libraries $x_libraries, headers $x_includes" >&5 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 fi @@ -22056,11 +22057,11 @@ else # others require no space. Words are not sufficient . . . . case `(uname -sr) 2>/dev/null` in "SunOS 5"*) - echo "$as_me:22059: checking whether -R must be followed by a space" >&5 + echo "$as_me:22060: checking whether -R must be followed by a space" >&5 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" cat >"conftest.$ac_ext" <<_ACEOF -#line 22063 "configure" +#line 22064 "configure" #include "confdefs.h" int @@ -22072,16 +22073,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22075: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22076: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22078: \$? = $ac_status" >&5 + echo "$as_me:22079: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22081: \"$ac_try\"") >&5 + { (eval echo "$as_me:22082: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22084: \$? = $ac_status" >&5 + echo "$as_me:22085: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_R_nospace=yes else @@ -22091,13 +22092,13 @@ ac_R_nospace=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" if test $ac_R_nospace = yes; then - echo "$as_me:22094: result: no" >&5 + echo "$as_me:22095: result: no" >&5 echo "${ECHO_T}no" >&6 X_LIBS="$X_LIBS -R$x_libraries" else LIBS="$ac_xsave_LIBS -R $x_libraries" cat >"conftest.$ac_ext" <<_ACEOF -#line 22100 "configure" +#line 22101 "configure" #include "confdefs.h" int @@ -22109,16 +22110,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22112: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22113: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22115: \$? = $ac_status" >&5 + echo "$as_me:22116: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22118: \"$ac_try\"") >&5 + { (eval echo "$as_me:22119: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22121: \$? = $ac_status" >&5 + echo "$as_me:22122: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_R_space=yes else @@ -22128,11 +22129,11 @@ ac_R_space=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" if test $ac_R_space = yes; then - echo "$as_me:22131: result: yes" >&5 + echo "$as_me:22132: result: yes" >&5 echo "${ECHO_T}yes" >&6 X_LIBS="$X_LIBS -R $x_libraries" else - echo "$as_me:22135: result: neither works" >&5 + echo "$as_me:22136: result: neither works" >&5 echo "${ECHO_T}neither works" >&6 fi fi @@ -22152,7 +22153,7 @@ echo "${ECHO_T}neither works" >&6 # the Alpha needs dnet_stub (dnet does not exist). ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" cat >"conftest.$ac_ext" <<_ACEOF -#line 22155 "configure" +#line 22156 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22171,22 +22172,22 @@ XOpenDisplay (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22174: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22175: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22177: \$? = $ac_status" >&5 + echo "$as_me:22178: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22180: \"$ac_try\"") >&5 + { (eval echo "$as_me:22181: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22183: \$? = $ac_status" >&5 + echo "$as_me:22184: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then : else echo "$as_me: failed program was:" >&5 cat "conftest.$ac_ext" >&5 -echo "$as_me:22189: checking for dnet_ntoa in -ldnet" >&5 +echo "$as_me:22190: checking for dnet_ntoa in -ldnet" >&5 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22194,7 +22195,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 22197 "configure" +#line 22198 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22213,16 +22214,16 @@ dnet_ntoa (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22216: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22217: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22219: \$? = $ac_status" >&5 + echo "$as_me:22220: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22222: \"$ac_try\"") >&5 + { (eval echo "$as_me:22223: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22225: \$? = $ac_status" >&5 + echo "$as_me:22226: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_dnet_dnet_ntoa=yes else @@ -22233,14 +22234,14 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22236: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 +echo "$as_me:22237: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 if test "$ac_cv_lib_dnet_dnet_ntoa" = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" fi if test $ac_cv_lib_dnet_dnet_ntoa = no; then - echo "$as_me:22243: checking for dnet_ntoa in -ldnet_stub" >&5 + echo "$as_me:22244: checking for dnet_ntoa in -ldnet_stub" >&5 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22248,7 +22249,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet_stub $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 22251 "configure" +#line 22252 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22267,16 +22268,16 @@ dnet_ntoa (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22270: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22271: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22273: \$? = $ac_status" >&5 + echo "$as_me:22274: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22276: \"$ac_try\"") >&5 + { (eval echo "$as_me:22277: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22279: \$? = $ac_status" >&5 + echo "$as_me:22280: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_dnet_stub_dnet_ntoa=yes else @@ -22287,7 +22288,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22290: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 +echo "$as_me:22291: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 if test "$ac_cv_lib_dnet_stub_dnet_ntoa" = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" @@ -22306,13 +22307,13 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" # on Irix 5.2, according to T.E. Dickey. # The functions gethostbyname, getservbyname, and inet_addr are # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. - echo "$as_me:22309: checking for gethostbyname" >&5 + echo "$as_me:22310: checking for gethostbyname" >&5 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 if test "${ac_cv_func_gethostbyname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22315 "configure" +#line 22316 "configure" #include "confdefs.h" #define gethostbyname autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -22343,16 +22344,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22346: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22347: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22349: \$? = $ac_status" >&5 + echo "$as_me:22350: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22352: \"$ac_try\"") >&5 + { (eval echo "$as_me:22353: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22355: \$? = $ac_status" >&5 + echo "$as_me:22356: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_gethostbyname=yes else @@ -22362,11 +22363,11 @@ ac_cv_func_gethostbyname=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22365: result: $ac_cv_func_gethostbyname" >&5 +echo "$as_me:22366: result: $ac_cv_func_gethostbyname" >&5 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 if test $ac_cv_func_gethostbyname = no; then - echo "$as_me:22369: checking for gethostbyname in -lnsl" >&5 + echo "$as_me:22370: checking for gethostbyname in -lnsl" >&5 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22374,7 +22375,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 22377 "configure" +#line 22378 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22393,16 +22394,16 @@ gethostbyname (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22396: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22397: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22399: \$? = $ac_status" >&5 + echo "$as_me:22400: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22402: \"$ac_try\"") >&5 + { (eval echo "$as_me:22403: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22405: \$? = $ac_status" >&5 + echo "$as_me:22406: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_nsl_gethostbyname=yes else @@ -22413,14 +22414,14 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22416: result: $ac_cv_lib_nsl_gethostbyname" >&5 +echo "$as_me:22417: result: $ac_cv_lib_nsl_gethostbyname" >&5 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 if test "$ac_cv_lib_nsl_gethostbyname" = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" fi if test $ac_cv_lib_nsl_gethostbyname = no; then - echo "$as_me:22423: checking for gethostbyname in -lbsd" >&5 + echo "$as_me:22424: checking for gethostbyname in -lbsd" >&5 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22428,7 +22429,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 22431 "configure" +#line 22432 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22447,16 +22448,16 @@ gethostbyname (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22450: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22451: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22453: \$? = $ac_status" >&5 + echo "$as_me:22454: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22456: \"$ac_try\"") >&5 + { (eval echo "$as_me:22457: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22459: \$? = $ac_status" >&5 + echo "$as_me:22460: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_bsd_gethostbyname=yes else @@ -22467,7 +22468,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22470: result: $ac_cv_lib_bsd_gethostbyname" >&5 +echo "$as_me:22471: result: $ac_cv_lib_bsd_gethostbyname" >&5 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 if test "$ac_cv_lib_bsd_gethostbyname" = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" @@ -22483,13 +22484,13 @@ fi # variants that don't use the nameserver (or something). -lsocket # must be given before -lnsl if both are needed. We assume that # if connect needs -lnsl, so does gethostbyname. - echo "$as_me:22486: checking for connect" >&5 + echo "$as_me:22487: checking for connect" >&5 echo $ECHO_N "checking for connect... $ECHO_C" >&6 if test "${ac_cv_func_connect+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22492 "configure" +#line 22493 "configure" #include "confdefs.h" #define connect autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -22520,16 +22521,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22523: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22524: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22526: \$? = $ac_status" >&5 + echo "$as_me:22527: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22529: \"$ac_try\"") >&5 + { (eval echo "$as_me:22530: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22532: \$? = $ac_status" >&5 + echo "$as_me:22533: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_connect=yes else @@ -22539,11 +22540,11 @@ ac_cv_func_connect=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22542: result: $ac_cv_func_connect" >&5 +echo "$as_me:22543: result: $ac_cv_func_connect" >&5 echo "${ECHO_T}$ac_cv_func_connect" >&6 if test $ac_cv_func_connect = no; then - echo "$as_me:22546: checking for connect in -lsocket" >&5 + echo "$as_me:22547: checking for connect in -lsocket" >&5 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 if test "${ac_cv_lib_socket_connect+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22551,7 +22552,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 22554 "configure" +#line 22555 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22570,16 +22571,16 @@ connect (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22573: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22574: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22576: \$? = $ac_status" >&5 + echo "$as_me:22577: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22579: \"$ac_try\"") >&5 + { (eval echo "$as_me:22580: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22582: \$? = $ac_status" >&5 + echo "$as_me:22583: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_socket_connect=yes else @@ -22590,7 +22591,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22593: result: $ac_cv_lib_socket_connect" >&5 +echo "$as_me:22594: result: $ac_cv_lib_socket_connect" >&5 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 if test "$ac_cv_lib_socket_connect" = yes; then X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" @@ -22599,13 +22600,13 @@ fi fi # Guillermo Gomez says -lposix is necessary on A/UX. - echo "$as_me:22602: checking for remove" >&5 + echo "$as_me:22603: checking for remove" >&5 echo $ECHO_N "checking for remove... $ECHO_C" >&6 if test "${ac_cv_func_remove+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22608 "configure" +#line 22609 "configure" #include "confdefs.h" #define remove autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -22636,16 +22637,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22639: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22640: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22642: \$? = $ac_status" >&5 + echo "$as_me:22643: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22645: \"$ac_try\"") >&5 + { (eval echo "$as_me:22646: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22648: \$? = $ac_status" >&5 + echo "$as_me:22649: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_remove=yes else @@ -22655,11 +22656,11 @@ ac_cv_func_remove=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22658: result: $ac_cv_func_remove" >&5 +echo "$as_me:22659: result: $ac_cv_func_remove" >&5 echo "${ECHO_T}$ac_cv_func_remove" >&6 if test $ac_cv_func_remove = no; then - echo "$as_me:22662: checking for remove in -lposix" >&5 + echo "$as_me:22663: checking for remove in -lposix" >&5 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 if test "${ac_cv_lib_posix_remove+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22667,7 +22668,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lposix $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 22670 "configure" +#line 22671 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22686,16 +22687,16 @@ remove (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22689: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22690: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22692: \$? = $ac_status" >&5 + echo "$as_me:22693: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22695: \"$ac_try\"") >&5 + { (eval echo "$as_me:22696: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22698: \$? = $ac_status" >&5 + echo "$as_me:22699: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_posix_remove=yes else @@ -22706,7 +22707,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22709: result: $ac_cv_lib_posix_remove" >&5 +echo "$as_me:22710: result: $ac_cv_lib_posix_remove" >&5 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 if test "$ac_cv_lib_posix_remove" = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" @@ -22715,13 +22716,13 @@ fi fi # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. - echo "$as_me:22718: checking for shmat" >&5 + echo "$as_me:22719: checking for shmat" >&5 echo $ECHO_N "checking for shmat... $ECHO_C" >&6 if test "${ac_cv_func_shmat+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22724 "configure" +#line 22725 "configure" #include "confdefs.h" #define shmat autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -22752,16 +22753,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22755: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22756: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22758: \$? = $ac_status" >&5 + echo "$as_me:22759: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22761: \"$ac_try\"") >&5 + { (eval echo "$as_me:22762: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22764: \$? = $ac_status" >&5 + echo "$as_me:22765: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_shmat=yes else @@ -22771,11 +22772,11 @@ ac_cv_func_shmat=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22774: result: $ac_cv_func_shmat" >&5 +echo "$as_me:22775: result: $ac_cv_func_shmat" >&5 echo "${ECHO_T}$ac_cv_func_shmat" >&6 if test $ac_cv_func_shmat = no; then - echo "$as_me:22778: checking for shmat in -lipc" >&5 + echo "$as_me:22779: checking for shmat in -lipc" >&5 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 if test "${ac_cv_lib_ipc_shmat+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22783,7 +22784,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lipc $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 22786 "configure" +#line 22787 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22802,16 +22803,16 @@ shmat (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22805: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22806: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22808: \$? = $ac_status" >&5 + echo "$as_me:22809: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22811: \"$ac_try\"") >&5 + { (eval echo "$as_me:22812: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22814: \$? = $ac_status" >&5 + echo "$as_me:22815: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_ipc_shmat=yes else @@ -22822,7 +22823,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22825: result: $ac_cv_lib_ipc_shmat" >&5 +echo "$as_me:22826: result: $ac_cv_lib_ipc_shmat" >&5 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 if test "$ac_cv_lib_ipc_shmat" = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" @@ -22840,7 +22841,7 @@ fi # These have to be linked with before -lX11, unlike the other # libraries we check for below, so use a different variable. # John Interrante, Karl Berry - echo "$as_me:22843: checking for IceConnectionNumber in -lICE" >&5 + echo "$as_me:22844: checking for IceConnectionNumber in -lICE" >&5 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22848,7 +22849,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 22851 "configure" +#line 22852 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22867,16 +22868,16 @@ IceConnectionNumber (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22870: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22871: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22873: \$? = $ac_status" >&5 + echo "$as_me:22874: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22876: \"$ac_try\"") >&5 + { (eval echo "$as_me:22877: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22879: \$? = $ac_status" >&5 + echo "$as_me:22880: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_ICE_IceConnectionNumber=yes else @@ -22887,7 +22888,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22890: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 +echo "$as_me:22891: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 if test "$ac_cv_lib_ICE_IceConnectionNumber" = yes; then X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" @@ -22934,16 +22935,16 @@ then then test -n "$verbose" && echo " repairing CFLAGS: $CFLAGS" 1>&6 -echo "${as_me:-configure}:22937: testing repairing CFLAGS: $CFLAGS ..." 1>&5 +echo "${as_me:-configure}:22938: testing repairing CFLAGS: $CFLAGS ..." 1>&5 CFLAGS="$cf_temp_flags" test -n "$verbose" && echo " ... fixed $CFLAGS" 1>&6 -echo "${as_me:-configure}:22942: testing ... fixed $CFLAGS ..." 1>&5 +echo "${as_me:-configure}:22943: testing ... fixed $CFLAGS ..." 1>&5 test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6 -echo "${as_me:-configure}:22946: testing ... extra $EXTRA_CFLAGS ..." 1>&5 +echo "${as_me:-configure}:22947: testing ... extra $EXTRA_CFLAGS ..." 1>&5 fi ;; @@ -22982,16 +22983,16 @@ then then test -n "$verbose" && echo " repairing CPPFLAGS: $CPPFLAGS" 1>&6 -echo "${as_me:-configure}:22985: testing repairing CPPFLAGS: $CPPFLAGS ..." 1>&5 +echo "${as_me:-configure}:22986: testing repairing CPPFLAGS: $CPPFLAGS ..." 1>&5 CPPFLAGS="$cf_temp_flags" test -n "$verbose" && echo " ... fixed $CPPFLAGS" 1>&6 -echo "${as_me:-configure}:22990: testing ... fixed $CPPFLAGS ..." 1>&5 +echo "${as_me:-configure}:22991: testing ... fixed $CPPFLAGS ..." 1>&5 test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6 -echo "${as_me:-configure}:22994: testing ... extra $EXTRA_CFLAGS ..." 1>&5 +echo "${as_me:-configure}:22995: testing ... extra $EXTRA_CFLAGS ..." 1>&5 fi ;; @@ -23030,23 +23031,23 @@ then then test -n "$verbose" && echo " repairing LDFLAGS: $LDFLAGS" 1>&6 -echo "${as_me:-configure}:23033: testing repairing LDFLAGS: $LDFLAGS ..." 1>&5 +echo "${as_me:-configure}:23034: testing repairing LDFLAGS: $LDFLAGS ..." 1>&5 LDFLAGS="$cf_temp_flags" test -n "$verbose" && echo " ... fixed $LDFLAGS" 1>&6 -echo "${as_me:-configure}:23038: testing ... fixed $LDFLAGS ..." 1>&5 +echo "${as_me:-configure}:23039: testing ... fixed $LDFLAGS ..." 1>&5 test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6 -echo "${as_me:-configure}:23042: testing ... extra $EXTRA_CFLAGS ..." 1>&5 +echo "${as_me:-configure}:23043: testing ... extra $EXTRA_CFLAGS ..." 1>&5 fi ;; esac fi -echo "$as_me:23049: checking if you want to turn on gcc warnings" >&5 +echo "$as_me:23050: checking if you want to turn on gcc warnings" >&5 echo $ECHO_N "checking if you want to turn on gcc warnings... $ECHO_C" >&6 # Check whether --enable-warnings or --disable-warnings was given. @@ -23063,7 +23064,7 @@ else enable_warnings=no fi; -echo "$as_me:23066: result: $enable_warnings" >&5 +echo "$as_me:23067: result: $enable_warnings" >&5 echo "${ECHO_T}$enable_warnings" >&6 if test "$enable_warnings" = "yes" then @@ -23086,10 +23087,10 @@ cat > conftest.i < &5 + { echo "$as_me:23090: checking for $CC __attribute__ directives..." >&5 echo "$as_me: checking for $CC __attribute__ directives..." >&6;} cat > "conftest.$ac_ext" < #include "confdefs.h" #include "conftest.h" @@ -23139,12 +23140,12 @@ EOF ;; esac - if { (eval echo "$as_me:23142: \"$ac_compile\"") >&5 + if { (eval echo "$as_me:23143: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23145: \$? = $ac_status" >&5 + echo "$as_me:23146: \$? = $ac_status" >&5 (exit "$ac_status"); }; then - test -n "$verbose" && echo "$as_me:23147: result: ... $cf_attribute" >&5 + test -n "$verbose" && echo "$as_me:23148: result: ... $cf_attribute" >&5 echo "${ECHO_T}... $cf_attribute" >&6 cat conftest.h >>confdefs.h case "$cf_attribute" in @@ -23222,7 +23223,7 @@ do done cat >"conftest.$ac_ext" <<_ACEOF -#line 23225 "configure" +#line 23226 "configure" #include "confdefs.h" $ac_includes_default @@ -23237,26 +23238,26 @@ String foo = malloc(1); free((void*)foo) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:23240: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23241: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23243: \$? = $ac_status" >&5 + echo "$as_me:23244: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:23246: \"$ac_try\"") >&5 + { (eval echo "$as_me:23247: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23249: \$? = $ac_status" >&5 + echo "$as_me:23250: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then -echo "$as_me:23252: checking for X11/Xt const-feature" >&5 +echo "$as_me:23253: checking for X11/Xt const-feature" >&5 echo $ECHO_N "checking for X11/Xt const-feature... $ECHO_C" >&6 if test "${cf_cv_const_x_string+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 23259 "configure" +#line 23260 "configure" #include "confdefs.h" #undef _CONST_X_STRING @@ -23274,16 +23275,16 @@ String foo = malloc(1); *foo = 0 } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:23277: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23278: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23280: \$? = $ac_status" >&5 + echo "$as_me:23281: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:23283: \"$ac_try\"") >&5 + { (eval echo "$as_me:23284: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23286: \$? = $ac_status" >&5 + echo "$as_me:23287: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_const_x_string=no @@ -23298,7 +23299,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:23301: result: $cf_cv_const_x_string" >&5 +echo "$as_me:23302: result: $cf_cv_const_x_string" >&5 echo "${ECHO_T}$cf_cv_const_x_string" >&6 LIBS="$cf_save_LIBS_CF_CONST_X_STRING" @@ -23327,7 +23328,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi cat > "conftest.$ac_ext" < &5 + { echo "$as_me:23347: checking for $CC warning options..." >&5 echo "$as_me: checking for $CC warning options..." >&6;} cf_save_CFLAGS="$CFLAGS" EXTRA_CFLAGS="$EXTRA_CFLAGS -Wall" @@ -23359,12 +23360,12 @@ echo "$as_me: checking for $CC warning options..." >&6;} wd981 do CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" - if { (eval echo "$as_me:23362: \"$ac_compile\"") >&5 + if { (eval echo "$as_me:23363: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23365: \$? = $ac_status" >&5 + echo "$as_me:23366: \$? = $ac_status" >&5 (exit "$ac_status"); }; then - test -n "$verbose" && echo "$as_me:23367: result: ... -$cf_opt" >&5 + test -n "$verbose" && echo "$as_me:23368: result: ... -$cf_opt" >&5 echo "${ECHO_T}... -$cf_opt" >&6 EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt" fi @@ -23372,7 +23373,7 @@ echo "${ECHO_T}... -$cf_opt" >&6 CFLAGS="$cf_save_CFLAGS" elif test "$GCC" = yes && test "$GCC_VERSION" != "unknown" then - { echo "$as_me:23375: checking for $CC warning options..." >&5 + { echo "$as_me:23376: checking for $CC warning options..." >&5 echo "$as_me: checking for $CC warning options..." >&6;} cf_save_CFLAGS="$CFLAGS" cf_warn_CONST="" @@ -23395,12 +23396,12 @@ echo "$as_me: checking for $CC warning options..." >&6;} Wundef Wno-inline $cf_gcc_warnings $cf_warn_CONST Wno-unknown-pragmas do CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" - if { (eval echo "$as_me:23398: \"$ac_compile\"") >&5 + if { (eval echo "$as_me:23399: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23401: \$? = $ac_status" >&5 + echo "$as_me:23402: \$? = $ac_status" >&5 (exit "$ac_status"); }; then - test -n "$verbose" && echo "$as_me:23403: result: ... -$cf_opt" >&5 + test -n "$verbose" && echo "$as_me:23404: result: ... -$cf_opt" >&5 echo "${ECHO_T}... -$cf_opt" >&6 case "$cf_opt" in (Winline) @@ -23408,7 +23409,7 @@ echo "${ECHO_T}... -$cf_opt" >&6 ([34].*) test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 -echo "${as_me:-configure}:23411: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 +echo "${as_me:-configure}:23412: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 continue;; esac @@ -23418,7 +23419,7 @@ echo "${as_me:-configure}:23411: testing feature is broken in gcc $GCC_VERSION . ([12].*) test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 -echo "${as_me:-configure}:23421: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 +echo "${as_me:-configure}:23422: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 continue;; esac @@ -23435,7 +23436,7 @@ fi fi -echo "$as_me:23438: checking if you want to use dmalloc for testing" >&5 +echo "$as_me:23439: checking if you want to use dmalloc for testing" >&5 echo $ECHO_N "checking if you want to use dmalloc for testing... $ECHO_C" >&6 # Check whether --with-dmalloc or --without-dmalloc was given. @@ -23457,7 +23458,7 @@ EOF else with_dmalloc= fi; -echo "$as_me:23460: result: ${with_dmalloc:-no}" >&5 +echo "$as_me:23461: result: ${with_dmalloc:-no}" >&5 echo "${ECHO_T}${with_dmalloc:-no}" >&6 case ".$with_cflags" in @@ -23571,23 +23572,23 @@ fi esac if test "$with_dmalloc" = yes ; then - echo "$as_me:23574: checking for dmalloc.h" >&5 + echo "$as_me:23575: checking for dmalloc.h" >&5 echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6 if test "${ac_cv_header_dmalloc_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 23580 "configure" +#line 23581 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:23584: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:23585: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:23590: \$? = $ac_status" >&5 + echo "$as_me:23591: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -23606,11 +23607,11 @@ else fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:23609: result: $ac_cv_header_dmalloc_h" >&5 +echo "$as_me:23610: result: $ac_cv_header_dmalloc_h" >&5 echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6 if test "$ac_cv_header_dmalloc_h" = yes; then -echo "$as_me:23613: checking for dmalloc_debug in -ldmalloc" >&5 +echo "$as_me:23614: checking for dmalloc_debug in -ldmalloc" >&5 echo $ECHO_N "checking for dmalloc_debug in -ldmalloc... $ECHO_C" >&6 if test "${ac_cv_lib_dmalloc_dmalloc_debug+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -23618,7 +23619,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldmalloc $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 23621 "configure" +#line 23622 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -23637,16 +23638,16 @@ dmalloc_debug (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23640: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23641: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23643: \$? = $ac_status" >&5 + echo "$as_me:23644: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23646: \"$ac_try\"") >&5 + { (eval echo "$as_me:23647: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23649: \$? = $ac_status" >&5 + echo "$as_me:23650: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_dmalloc_dmalloc_debug=yes else @@ -23657,7 +23658,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:23660: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 +echo "$as_me:23661: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 echo "${ECHO_T}$ac_cv_lib_dmalloc_dmalloc_debug" >&6 if test "$ac_cv_lib_dmalloc_dmalloc_debug" = yes; then cat >>confdefs.h < &5 +echo "$as_me:23676: checking if you want to use dbmalloc for testing" >&5 echo $ECHO_N "checking if you want to use dbmalloc for testing... $ECHO_C" >&6 # Check whether --with-dbmalloc or --without-dbmalloc was given. @@ -23694,7 +23695,7 @@ EOF else with_dbmalloc= fi; -echo "$as_me:23697: result: ${with_dbmalloc:-no}" >&5 +echo "$as_me:23698: result: ${with_dbmalloc:-no}" >&5 echo "${ECHO_T}${with_dbmalloc:-no}" >&6 case ".$with_cflags" in @@ -23808,23 +23809,23 @@ fi esac if test "$with_dbmalloc" = yes ; then - echo "$as_me:23811: checking for dbmalloc.h" >&5 + echo "$as_me:23812: checking for dbmalloc.h" >&5 echo $ECHO_N "checking for dbmalloc.h... $ECHO_C" >&6 if test "${ac_cv_header_dbmalloc_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 23817 "configure" +#line 23818 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:23821: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:23822: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:23827: \$? = $ac_status" >&5 + echo "$as_me:23828: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -23843,11 +23844,11 @@ else fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:23846: result: $ac_cv_header_dbmalloc_h" >&5 +echo "$as_me:23847: result: $ac_cv_header_dbmalloc_h" >&5 echo "${ECHO_T}$ac_cv_header_dbmalloc_h" >&6 if test "$ac_cv_header_dbmalloc_h" = yes; then -echo "$as_me:23850: checking for debug_malloc in -ldbmalloc" >&5 +echo "$as_me:23851: checking for debug_malloc in -ldbmalloc" >&5 echo $ECHO_N "checking for debug_malloc in -ldbmalloc... $ECHO_C" >&6 if test "${ac_cv_lib_dbmalloc_debug_malloc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -23855,7 +23856,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldbmalloc $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 23858 "configure" +#line 23859 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -23874,16 +23875,16 @@ debug_malloc (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23877: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23878: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23880: \$? = $ac_status" >&5 + echo "$as_me:23881: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23883: \"$ac_try\"") >&5 + { (eval echo "$as_me:23884: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23886: \$? = $ac_status" >&5 + echo "$as_me:23887: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_dbmalloc_debug_malloc=yes else @@ -23894,7 +23895,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:23897: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 +echo "$as_me:23898: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 echo "${ECHO_T}$ac_cv_lib_dbmalloc_debug_malloc" >&6 if test "$ac_cv_lib_dbmalloc_debug_malloc" = yes; then cat >>confdefs.h < &5 +echo "$as_me:23913: checking if you want to use valgrind for testing" >&5 echo $ECHO_N "checking if you want to use valgrind for testing... $ECHO_C" >&6 # Check whether --with-valgrind or --without-valgrind was given. @@ -23931,7 +23932,7 @@ EOF else with_valgrind= fi; -echo "$as_me:23934: result: ${with_valgrind:-no}" >&5 +echo "$as_me:23935: result: ${with_valgrind:-no}" >&5 echo "${ECHO_T}${with_valgrind:-no}" >&6 case ".$with_cflags" in @@ -24044,7 +24045,7 @@ fi ;; esac -echo "$as_me:24047: checking if you want to perform memory-leak testing" >&5 +echo "$as_me:24048: checking if you want to perform memory-leak testing" >&5 echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6 # Check whether --enable-leaks or --disable-leaks was given. @@ -24055,7 +24056,7 @@ else enable_leaks=yes fi; if test "x$enable_leaks" = xno; then with_no_leaks=yes; else with_no_leaks=no; fi -echo "$as_me:24058: result: $with_no_leaks" >&5 +echo "$as_me:24059: result: $with_no_leaks" >&5 echo "${ECHO_T}$with_no_leaks" >&6 if test "$enable_leaks" = no ; then @@ -24073,7 +24074,7 @@ fi LD_RPATH_OPT= if test "x$cf_cv_enable_rpath" != xno then - echo "$as_me:24076: checking for an rpath option" >&5 + echo "$as_me:24077: checking for an rpath option" >&5 echo $ECHO_N "checking for an rpath option... $ECHO_C" >&6 case "$cf_cv_system_name" in (irix*) @@ -24104,12 +24105,12 @@ echo $ECHO_N "checking for an rpath option... $ECHO_C" >&6 (*) ;; esac - echo "$as_me:24107: result: $LD_RPATH_OPT" >&5 + echo "$as_me:24108: result: $LD_RPATH_OPT" >&5 echo "${ECHO_T}$LD_RPATH_OPT" >&6 case "x$LD_RPATH_OPT" in (x-R*) - echo "$as_me:24112: checking if we need a space after rpath option" >&5 + echo "$as_me:24113: checking if we need a space after rpath option" >&5 echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6 cf_save_LIBS="$LIBS" @@ -24130,7 +24131,7 @@ done LIBS="$cf_add_libs" cat >"conftest.$ac_ext" <<_ACEOF -#line 24133 "configure" +#line 24134 "configure" #include "confdefs.h" int @@ -24142,16 +24143,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24145: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24146: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24148: \$? = $ac_status" >&5 + echo "$as_me:24149: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24151: \"$ac_try\"") >&5 + { (eval echo "$as_me:24152: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24154: \$? = $ac_status" >&5 + echo "$as_me:24155: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_rpath_space=no else @@ -24161,14 +24162,14 @@ cf_rpath_space=yes fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS="$cf_save_LIBS" - echo "$as_me:24164: result: $cf_rpath_space" >&5 + echo "$as_me:24165: result: $cf_rpath_space" >&5 echo "${ECHO_T}$cf_rpath_space" >&6 test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT " ;; esac fi -echo "$as_me:24171: checking if rpath-hack should be disabled" >&5 +echo "$as_me:24172: checking if rpath-hack should be disabled" >&5 echo $ECHO_N "checking if rpath-hack should be disabled... $ECHO_C" >&6 # Check whether --enable-rpath-hack or --disable-rpath-hack was given. @@ -24186,22 +24187,22 @@ else fi; if test "x$enable_rpath_hack" = xno; then cf_disable_rpath_hack=yes; else cf_disable_rpath_hack=no; fi -echo "$as_me:24189: result: $cf_disable_rpath_hack" >&5 +echo "$as_me:24190: result: $cf_disable_rpath_hack" >&5 echo "${ECHO_T}$cf_disable_rpath_hack" >&6 if test "$enable_rpath_hack" = yes ; then -echo "$as_me:24194: checking for updated LDFLAGS" >&5 +echo "$as_me:24195: checking for updated LDFLAGS" >&5 echo $ECHO_N "checking for updated LDFLAGS... $ECHO_C" >&6 if test -n "$LD_RPATH_OPT" ; then - echo "$as_me:24197: result: maybe" >&5 + echo "$as_me:24198: result: maybe" >&5 echo "${ECHO_T}maybe" >&6 for ac_prog in ldd do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:24204: checking for $ac_word" >&5 +echo "$as_me:24205: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_cf_ldd_prog+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -24216,7 +24217,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_cf_ldd_prog="$ac_prog" -echo "$as_me:24219: found $ac_dir/$ac_word" >&5 +echo "$as_me:24220: found $ac_dir/$ac_word" >&5 break done @@ -24224,10 +24225,10 @@ fi fi cf_ldd_prog=$ac_cv_prog_cf_ldd_prog if test -n "$cf_ldd_prog"; then - echo "$as_me:24227: result: $cf_ldd_prog" >&5 + echo "$as_me:24228: result: $cf_ldd_prog" >&5 echo "${ECHO_T}$cf_ldd_prog" >&6 else - echo "$as_me:24230: result: no" >&5 + echo "$as_me:24231: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -24241,7 +24242,7 @@ test -n "$cf_ldd_prog" || cf_ldd_prog="no" cf_rpath_oops= cat >"conftest.$ac_ext" <<_ACEOF -#line 24244 "configure" +#line 24245 "configure" #include "confdefs.h" #include int @@ -24253,16 +24254,16 @@ printf("Hello"); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24256: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24257: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24259: \$? = $ac_status" >&5 + echo "$as_me:24260: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24262: \"$ac_try\"") >&5 + { (eval echo "$as_me:24263: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24265: \$? = $ac_status" >&5 + echo "$as_me:24266: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_rpath_oops=`"$cf_ldd_prog" "conftest$ac_exeext" | ${FGREP-fgrep} ' not found' | sed -e 's% =>.*$%%' |sort | uniq` cf_rpath_list=`"$cf_ldd_prog" "conftest$ac_exeext" | ${FGREP-fgrep} / | sed -e 's%^.*[ ]/%/%' -e 's%/[^/][^/]*$%%' |sort | uniq` @@ -24290,7 +24291,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" then test -n "$verbose" && echo " ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src" 1>&6 -echo "${as_me:-configure}:24293: testing ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src ..." 1>&5 +echo "${as_me:-configure}:24294: testing ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src ..." 1>&5 LDFLAGS="$LDFLAGS -L$cf_rpath_dir/lib" break @@ -24302,11 +24303,11 @@ echo "${as_me:-configure}:24293: testing ...adding -L$cf_rpath_dir/lib to LDFLAG test -n "$verbose" && echo " ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 -echo "${as_me:-configure}:24305: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 +echo "${as_me:-configure}:24306: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 test -n "$verbose" && echo " ...checking LDFLAGS $LDFLAGS" 1>&6 -echo "${as_me:-configure}:24309: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 +echo "${as_me:-configure}:24310: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 cf_rpath_dst= for cf_rpath_src in $LDFLAGS @@ -24343,7 +24344,7 @@ do then test -n "$verbose" && echo " ...Filter $cf_rpath_src ->$cf_rpath_tmp" 1>&6 -echo "${as_me:-configure}:24346: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5 +echo "${as_me:-configure}:24347: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5 EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS" fi @@ -24356,11 +24357,11 @@ LDFLAGS=$cf_rpath_dst test -n "$verbose" && echo " ...checked LDFLAGS $LDFLAGS" 1>&6 -echo "${as_me:-configure}:24359: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 +echo "${as_me:-configure}:24360: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 test -n "$verbose" && echo " ...checking LIBS $LIBS" 1>&6 -echo "${as_me:-configure}:24363: testing ...checking LIBS $LIBS ..." 1>&5 +echo "${as_me:-configure}:24364: testing ...checking LIBS $LIBS ..." 1>&5 cf_rpath_dst= for cf_rpath_src in $LIBS @@ -24397,7 +24398,7 @@ do then test -n "$verbose" && echo " ...Filter $cf_rpath_src ->$cf_rpath_tmp" 1>&6 -echo "${as_me:-configure}:24400: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5 +echo "${as_me:-configure}:24401: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5 EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS" fi @@ -24410,14 +24411,14 @@ LIBS=$cf_rpath_dst test -n "$verbose" && echo " ...checked LIBS $LIBS" 1>&6 -echo "${as_me:-configure}:24413: testing ...checked LIBS $LIBS ..." 1>&5 +echo "${as_me:-configure}:24414: testing ...checked LIBS $LIBS ..." 1>&5 test -n "$verbose" && echo " ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 -echo "${as_me:-configure}:24417: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 +echo "${as_me:-configure}:24418: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 else - echo "$as_me:24420: result: no" >&5 + echo "$as_me:24421: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -24507,7 +24508,7 @@ DEFS=-DHAVE_CONFIG_H : "${CONFIG_STATUS=./config.status}" ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:24510: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:24511: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >"$CONFIG_STATUS" <<_ACEOF #! $SHELL @@ -24688,7 +24689,7 @@ cat >>"$CONFIG_STATUS" <<\EOF echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header - { { echo "$as_me:24691: error: ambiguous option: $1 + { { echo "$as_me:24692: error: ambiguous option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2;} @@ -24707,7 +24708,7 @@ Try \`$0 --help' for more information." >&2;} ac_need_defaults=false;; # This is an error. - -*) { { echo "$as_me:24710: error: unrecognized option: $1 + -*) { { echo "$as_me:24711: error: unrecognized option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2;} @@ -24757,7 +24758,7 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; "ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS ncurses_cfg.h:ncurses_tst.hin" ;; - *) { { echo "$as_me:24760: error: invalid argument: $ac_config_target" >&5 + *) { { echo "$as_me:24761: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac @@ -25075,7 +25076,7 @@ done; } esac if test x"$ac_file" != x-; then - { echo "$as_me:25078: creating $ac_file" >&5 + { echo "$as_me:25079: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi @@ -25093,7 +25094,7 @@ echo "$as_me: creating $ac_file" >&6;} -) echo "$tmp"/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:25096: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:25097: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo "$f";; @@ -25106,7 +25107,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo "$srcdir/$f" else # /dev/null tree - { { echo "$as_me:25109: error: cannot find input file: $f" >&5 + { { echo "$as_me:25110: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -25122,7 +25123,7 @@ cat >>"$CONFIG_STATUS" <<\EOF if test -n "$ac_seen"; then ac_used=`grep '@datarootdir@' "$ac_item"` if test -z "$ac_used"; then - { echo "$as_me:25125: WARNING: datarootdir was used implicitly but not set: + { echo "$as_me:25126: WARNING: datarootdir was used implicitly but not set: $ac_seen" >&5 echo "$as_me: WARNING: datarootdir was used implicitly but not set: $ac_seen" >&2;} @@ -25131,7 +25132,7 @@ $ac_seen" >&2;} fi ac_seen=`grep '${datarootdir}' "$ac_item"` if test -n "$ac_seen"; then - { echo "$as_me:25134: WARNING: datarootdir was used explicitly but not set: + { echo "$as_me:25135: WARNING: datarootdir was used explicitly but not set: $ac_seen" >&5 echo "$as_me: WARNING: datarootdir was used explicitly but not set: $ac_seen" >&2;} @@ -25176,7 +25177,7 @@ cat >>"$CONFIG_STATUS" <<\EOF ac_init=`$EGREP '[ ]*'$ac_name'[ ]*=' "$ac_file"` if test -z "$ac_init"; then ac_seen=`echo "$ac_seen" |sed -e 's,^,'"$ac_file"':,'` - { echo "$as_me:25179: WARNING: Variable $ac_name is used but was not set: + { echo "$as_me:25180: WARNING: Variable $ac_name is used but was not set: $ac_seen" >&5 echo "$as_me: WARNING: Variable $ac_name is used but was not set: $ac_seen" >&2;} @@ -25187,7 +25188,7 @@ $ac_seen" >&2;} $EGREP -n '@[A-Z_][A-Z_0-9]+@' "$ac_file" >>"$tmp"/out if test -s "$tmp"/out; then ac_seen=`sed -e 's,^,'"$ac_file"':,' < "$tmp"/out` - { echo "$as_me:25190: WARNING: Some variables may not be substituted: + { echo "$as_me:25191: WARNING: Some variables may not be substituted: $ac_seen" >&5 echo "$as_me: WARNING: Some variables may not be substituted: $ac_seen" >&2;} @@ -25236,7 +25237,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue * ) ac_file_in=$ac_file.in ;; esac - test x"$ac_file" != x- && { echo "$as_me:25239: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:25240: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the @@ -25247,7 +25248,7 @@ echo "$as_me: creating $ac_file" >&6;} -) echo "$tmp"/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:25250: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:25251: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -25260,7 +25261,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo "$srcdir/$f" else # /dev/null tree - { { echo "$as_me:25263: error: cannot find input file: $f" >&5 + { { echo "$as_me:25264: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -25318,7 +25319,7 @@ cat >>"$CONFIG_STATUS" <<\EOF rm -f "$tmp"/in if test x"$ac_file" != x-; then if cmp -s "$ac_file" "$tmp/config.h" 2>/dev/null; then - { echo "$as_me:25321: $ac_file is unchanged" >&5 + { echo "$as_me:25322: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ diff --git a/test/configure.in b/test/configure.in index 5f5c279a..cf3f75d6 100644 --- a/test/configure.in +++ b/test/configure.in @@ -1,5 +1,5 @@ dnl*************************************************************************** -dnl Copyright 2018-2023,2024 Thomas E. Dickey * +dnl Copyright 2018-2024,2025 Thomas E. Dickey * dnl Copyright 1998-2017,2018 Free Software Foundation, Inc. * dnl * dnl Permission is hereby granted, free of charge, to any person obtaining a * @@ -29,7 +29,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1996-on dnl -dnl $Id: configure.in,v 1.178 2024/08/11 09:08:54 tom Exp $ +dnl $Id: configure.in,v 1.179 2025/12/06 21:10:37 tom Exp $ dnl This is a simple configuration-script for the ncurses test programs that dnl allows the test-directory to be separately configured against a reference dnl system (i.e., sysvr4 curses) @@ -309,6 +309,7 @@ mbstowcs \ mbtowc \ wcsrtombs \ wcstombs \ +wcwidth \ ) fi diff --git a/test/test.priv.h b/test/test.priv.h index de6b061c..3c0c2d36 100644 --- a/test/test.priv.h +++ b/test/test.priv.h @@ -30,7 +30,7 @@ /**************************************************************************** * Author: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: test.priv.h,v 1.227 2025/08/23 17:05:52 tom Exp $ */ +/* $Id: test.priv.h,v 1.229 2025/12/06 21:21:06 tom Exp $ */ #ifndef __TEST_PRIV_H #define __TEST_PRIV_H 1 @@ -183,6 +183,30 @@ #define HAVE_MATH_H 0 #endif +#ifndef HAVE_MBLEN +#define HAVE_MBLEN 0 +#endif + +#ifndef HAVE_MBRLEN +#define HAVE_MBRLEN 0 +#endif + +#ifndef HAVE_MBRTOWC +#define HAVE_MBRTOWC 0 +#endif + +#ifndef HAVE_MBSRTOWCS +#define HAVE_MBSRTOWCS 0 +#endif + +#ifndef HAVE_MBSTOWCS +#define HAVE_MBSTOWCS 0 +#endif + +#ifndef HAVE_MBTOWC +#define HAVE_MBTOWC 0 +#endif + #ifndef HAVE_MENU_H #define HAVE_MENU_H 0 #endif @@ -275,6 +299,10 @@ #define HAVE_SYS_SELECT_H 0 #endif +#ifndef HAVE_SYS_TIME_SELECT +#define HAVE_SYS_TIME_SELECT 0 +#endif + #ifndef HAVE_TERMATTRS #define HAVE_TERMATTRS 0 #endif @@ -363,6 +391,18 @@ #define HAVE_VID_PUTS 0 #endif +#ifndef HAVE_WCSRTOMBS +#define HAVE_WCSRTOMBS 0 +#endif + +#ifndef HAVE_WCSTOMBS +#define HAVE_WCSTOMBS 0 +#endif + +#ifndef HAVE_WCWIDTH +#define HAVE_WCWIDTH 0 +#endif + #ifndef HAVE_WINSDELLN #define HAVE_WINSDELLN 0 #endif