diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-02-10 23:30:04 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-02-10 23:30:04 -0500 |
commit | acdfec8f90ac4aa21cfc20b6b7ad3ecb7e56ea90 (patch) | |
tree | 86c9e3563afd079f3dde28d94be992c75627c8fa | |
parent | 92e120361baf8d55566015fe7bf09ac91f06a6e6 (diff) | |
download | lynx-snapshots-acdfec8f90ac4aa21cfc20b6b7ad3ecb7e56ea90.tar.gz |
snapshot of project "lynx", label v2-8-7dev_c-pbm
68 files changed, 4083 insertions, 2994 deletions
diff --git a/AUTHORS b/AUTHORS index fb62f589..d7aaa628 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ --- $LynxId: AUTHORS,v 1.4 2007/07/22 21:58:00 tom Exp $ +-- $LynxId: AUTHORS,v 1.5 2008/01/10 01:14:43 tom Exp $ -- vile:txtmode Most of the people who have contributed more than one patch to Lynx (as well as a few who have only one) are noted in the changelogs by their initials (to keep @@ -33,7 +33,7 @@ LE Laura Eaves LP Leonid Pauzner LV Larry W Virden NSH nsh@horae.dti.ne.jp -PBM onemda@gmail.com +PBM Paul B Mahol PC Peter Canning PDS Paul D Smith PG Paul Gilmartin diff --git a/BUILD/VS2003/lynx/lynx.vcproj b/BUILD/VS2003/lynx/lynx.vcproj index c890d356..3d98537d 100644 --- a/BUILD/VS2003/lynx/lynx.vcproj +++ b/BUILD/VS2003/lynx/lynx.vcproj @@ -335,6 +335,9 @@ RelativePath="..\..\..\src\LYSearch.c"> </File> <File + RelativePath="..\..\..\src\LYSession.c"> + </File> + <File RelativePath="..\..\..\src\LYShowInfo.c"> </File> <File @@ -628,6 +631,9 @@ RelativePath="..\..\..\src\LYSearch.h"> </File> <File + RelativePath="..\..\..\src\LYSession.h"> + </File> + <File RelativePath="..\..\..\src\LYShowInfo.h"> </File> <File diff --git a/BUILD/VS2005X/lynx/lynx.vcproj b/BUILD/VS2005X/lynx/lynx.vcproj index 5bcd957a..0128fa1a 100644 --- a/BUILD/VS2005X/lynx/lynx.vcproj +++ b/BUILD/VS2005X/lynx/lynx.vcproj @@ -468,6 +468,10 @@ > </File> <File + RelativePath="..\..\..\src\LYSession.c" + > + </File> + <File RelativePath="..\..\..\src\LYShowInfo.c" > </File> @@ -846,6 +850,10 @@ > </File> <File + RelativePath="..\..\..\src\LYSession.h" + > + </File> + <File RelativePath="..\..\..\src\LYShowInfo.h" > </File> diff --git a/BUILD/VS2008X/lynx/lynx.vcproj b/BUILD/VS2008X/lynx/lynx.vcproj index 5bcd957a..0128fa1a 100644 --- a/BUILD/VS2008X/lynx/lynx.vcproj +++ b/BUILD/VS2008X/lynx/lynx.vcproj @@ -468,6 +468,10 @@ > </File> <File + RelativePath="..\..\..\src\LYSession.c" + > + </File> + <File RelativePath="..\..\..\src\LYShowInfo.c" > </File> @@ -846,6 +850,10 @@ > </File> <File + RelativePath="..\..\..\src\LYSession.h" + > + </File> + <File RelativePath="..\..\..\src\LYShowInfo.h" > </File> diff --git a/CHANGES b/CHANGES index 7ef5972b..c6fa8a02 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,17 @@ --- $LynxId: CHANGES,v 1.250 2008/01/06 20:35:55 Thorsten.Glaser Exp $ +-- $LynxId: CHANGES,v 1.253 2008/01/11 00:45:24 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== 2007-??-?? (2.8.7dev.8) +* add configure script options --enable-session-cache and --enable-progressbar + for PBM's experimental session and progressbar features -TD +* add session save/restore feature -PBM + + bind ^X to toggle view of page showing session information + + add binding for ^U to previous-document (outside of line-editing). + + documented command-line options and configuration data for this feature. + + document -child_relaxed option in Lynx users's guide. +* use vasprintf() if available, fixes Fedora #462449 -TD * several small changes to configure script to work with MirBSD build environment -TG * show progress message in X509 callback -TG diff --git a/INSTALLATION b/INSTALLATION index 4ae4784f..fa4a4c75 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -345,6 +345,10 @@ II. Compile instructions -- UNIX completion), as well as the amount of time stalled without any data transferred. + --disable-session-cache (define USE_CACHE_JAR) + Use this option to compile-in support for saving/restoring session + information in files. Configurable from lynx.cfg + --disable-source-cache (define USE_SOURCE_CACHE) Use this option to compile-in support for caching HTML pages locally, in files or in memory. Configurable from lynx.cfg @@ -1315,4 +1319,4 @@ VIII. Acknowledgment -- 1999/04/24 - H. Nelson <lynx-admin@irm.nara.kindai.ac.jp> -- vile:txtmode --- $LynxId: INSTALLATION,v 1.100 2007/07/29 17:23:43 tom Exp $ +-- $LynxId: INSTALLATION,v 1.101 2008/01/10 01:42:27 tom Exp $ diff --git a/LYHelp.hin b/LYHelp.hin index 4c583014..6e7a7f51 100644 --- a/LYHelp.hin +++ b/LYHelp.hin @@ -1,3 +1,7 @@ +/* + * $LynxId: LYHelp.hin,v 1.4 2008/01/10 23:26:53 tom Exp $ + * vile:cmode + */ /* definitions for help files */ #ifndef LYHELP_H @@ -6,6 +10,7 @@ #define ALT_EDIT_HELP "keystrokes/@ALT_EDIT_HELP@" #define BASHLIKE_EDIT_HELP "keystrokes/@BASHLIKE_EDIT_HELP@" #define COOKIE_JAR_HELP "@LYNX_USERS_GUIDE@#Cookies" +#define CACHE_JAR_HELP "@LYNX_USERS_GUIDE@#Cache" #define CURRENT_KEYMAP_HELP "keystrokes/@KEYSTROKE_HELP@" #define DIRED_MENU_HELP "keystrokes/@DIRED_HELP@" #define EDIT_HELP "keystrokes/@EDIT_HELP@" diff --git a/LYMessages_en.h b/LYMessages_en.h index 6ddcbc7e..02330261 100644 --- a/LYMessages_en.h +++ b/LYMessages_en.h @@ -1,4 +1,6 @@ /* + * $LynxId: LYMessages_en.h,v 1.68 2008/01/08 00:50:53 tom Exp $ + * * Lynx - Hypertext navigation system * * (c) Copyright 1992, 1993, 1994 University of Kansas @@ -298,6 +300,8 @@ #define BOOKMARKS_NOT_OPEN \ gettext("Unable to open bookmark file, use 'a' to save a link first") #define BOOKMARKS_NOLINKS gettext("There are no links in this bookmark file!") +#define CACHE_D_OR_CANCEL \ + gettext("D)elete cached document or C)ancel? (d,c): ") #define BOOK_D_L_OR_CANCEL \ gettext("Save D)ocument or L)ink to bookmark file or C)ancel? (d,l,c): ") #define BOOK_D_OR_CANCEL gettext("Save D)ocument to bookmark file or C)ancel? (d,c): ") @@ -653,8 +657,6 @@ #endif /* VMS */ #define MAXLINKS_REACHED \ gettext("Maximum links per page exceeded! Use half-page or two-line scrolling.") -#define MAXHIST_REACHED \ - gettext("History List maximum reached! Document not pushed.") #define VISITED_LINKS_EMPTY gettext("No previously visited links available!") #define MEMORY_EXHAUSTED_ABORT gettext("Memory exhausted! Program aborted!") #define MEMORY_EXHAUSTED_ABORTING gettext("Memory exhausted! Aborting...") @@ -700,6 +702,7 @@ #define ALLOWING_COOKIE gettext("Allowing this cookie.") #define REJECTING_COOKIE gettext("Rejecting this cookie.") #define COOKIE_JAR_IS_EMPTY gettext("The Cookie Jar is empty.") +#define CACHE_JAR_IS_EMPTY gettext("The Cache Jar is empty.") #define ACTIVATE_TO_GOBBLE \ gettext("Activate links to gobble up cookies or entire domains,") #define OR_CHANGE_ALLOW gettext("or to change a domain's 'allow' setting.") @@ -814,6 +817,7 @@ #define DIRED_MENU_TITLE gettext("File Management Options") #define DOWNLOAD_OPTIONS_TITLE gettext("Download Options") #define HISTORY_PAGE_TITLE gettext("History Page") +#define CACHE_JAR_TITLE gettext("Cache Jar") #define LIST_PAGE_TITLE gettext("List Page") #define LYNXCFG_TITLE gettext("Lynx.cfg Information") #define MOSAIC_BOOKMARK_TITLE gettext("Converted Mosaic Hotlist") diff --git a/WWW/Library/Implementation/HTParse.c b/WWW/Library/Implementation/HTParse.c index 37b1208e..bf0b9665 100644 --- a/WWW/Library/Implementation/HTParse.c +++ b/WWW/Library/Implementation/HTParse.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTParse.c,v 1.47 2007/07/22 22:24:37 tom Exp $ + * $LynxId: HTParse.c,v 1.48 2008/01/10 00:57:31 tom Exp $ * * Parse HyperText Document Address HTParse.c * ================================ @@ -294,11 +294,14 @@ char *HTParse(const char *aName, if (given.access && given.host && !given.relative && !given.absolute) { if (!strcmp(given.access, "http") || !strcmp(given.access, "https") || - !strcmp(given.access, "ftp")) + !strcmp(given.access, "ftp")) { + static char empty_string[] = ""; + /* * Assume root. */ - given.absolute = ""; + given.absolute = empty_string; + } } acc_method = given.access ? given.access : related.access; if (wanted & PARSE_ACCESS) { @@ -574,6 +577,7 @@ char *HTParse(const char *aName, case LYNXKEYMAP_URL_TYPE: case LYNXIMGMAP_URL_TYPE: case LYNXCOOKIE_URL_TYPE: + case LYNXCACHE_URL_TYPE: case LYNXDIRED_URL_TYPE: case LYNXOPTIONS_URL_TYPE: case LYNXCFG_URL_TYPE: diff --git a/WWW/Library/Implementation/HTString.c b/WWW/Library/Implementation/HTString.c index 014e7ce7..58e9deed 100644 --- a/WWW/Library/Implementation/HTString.c +++ b/WWW/Library/Implementation/HTString.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTString.c,v 1.49 2007/05/16 21:44:23 tom Exp $ + * $LynxId: HTString.c,v 1.50 2008/01/09 00:06:06 tom Exp $ * * Case-independent string comparison HTString.c * @@ -619,6 +619,46 @@ PUBLIC_IF_FIND_LEAKS char *StrAllocVsprintf(char **pstr, const char *fmt, va_list * ap) { +#ifdef HAVE_VASPRINTF + /* + * Use vasprintf() if we have it, since it is simplest. + */ + char *result = 0; + char *temp = 0; + + /* discard old destination if no length was given */ + if (pstr && !dst_len) { + if (*pstr) + FREE(*pstr); + } + + if (vasprintf(&temp, fmt, *ap) >= 0) { + if (dst_len != 0) { + int src_len = strlen(temp); + int new_len = dst_len + src_len + 1; + + result = HTAlloc(pstr ? *pstr : 0, new_len); + if (result != 0) { + strcpy(result + dst_len, temp); + mark_malloced(temp, new_len); + } + free(temp); + } else { + result = temp; + mark_malloced(temp, strlen(temp)); + } + } + + if (pstr != 0) + *pstr = result; + + return result; +#else /* !HAVE_VASPRINTF */ + /* + * If vasprintf() is not available, this works - but does not implement + * the POSIX '$' formatting character which may be used in some of the + * ".po" files. + */ #ifdef SAVE_TIME_NOT_SPACE static size_t tmp_len = 0; static size_t fmt_len = 0; @@ -634,20 +674,9 @@ PUBLIC_IF_FIND_LEAKS char *StrAllocVsprintf(char **pstr, char *dst_ptr = *pstr; const char *format = fmt; - if (fmt == 0 || *fmt == '\0') + if (isEmpty(fmt)) return 0; -#ifdef USE_VASPRINTF - if (pstr && !dst_len) { - if (*pstr) - FREE(*pstr); - if (vasprintf(pstr, fmt, *ap) >= 0) { - mark_malloced(*pstr, strlen(*pstr) + 1); - return (*pstr); - } - } -#endif /* USE_VASPRINTF */ - need = strlen(fmt) + 1; #ifdef SAVE_TIME_NOT_SPACE if (!fmt_ptr || fmt_len < need * NUM_WIDTH) { @@ -848,6 +877,7 @@ PUBLIC_IF_FIND_LEAKS char *StrAllocVsprintf(char **pstr, if (pstr) *pstr = dst_ptr; return (dst_ptr); +#endif /* HAVE_VASPRINTF */ } #undef SAVE_TIME_NOT_SPACE @@ -895,16 +925,7 @@ char *HTSprintf0(char **pstr, const char *fmt,...) LYva_start(ap, fmt); { -#ifdef USE_VASPRINTF - if (pstr) { - if (*pstr) - FREE(*pstr); - if (vasprintf(pstr, fmt, ap) >= 0) /* else call outofmem?? */ - mark_malloced(*pstr, strlen(*pstr) + 1); - result = *pstr; - } else -#endif /* USE_VASPRINTF */ - result = StrAllocVsprintf(pstr, 0, fmt, &ap); + result = StrAllocVsprintf(pstr, 0, fmt, &ap); } va_end(ap); diff --git a/build.com b/build.com index 0923adf5..27383a57 100644 --- a/build.com +++ b/build.com @@ -1,6 +1,6 @@ $ v0 = 0 $ v = f$verify(v0) -$! $LynxId: build.com,v 1.14 2007/07/01 16:40:21 tom Exp $ +$! $LynxId: build.com,v 1.15 2008/01/08 00:19:25 tom Exp $ $! BUILD.COM $! $! Command file to build LYNX.EXE on VMS systems. @@ -345,6 +345,7 @@ $ cc LYPrint $ cc LYrcFile $ cc LYReadCFG $ cc LYSearch +$ cc LYSession $ cc LYShowInfo $ cc LYStrings $ cc LYTraversal @@ -399,6 +400,7 @@ LYPrint.obj, - LYrcFile.obj, - LYReadCFG.obj, - LYSearch.obj, - +LYSession.obj, - LYShowInfo.obj, - LYStrings.obj, - LYTraversal.obj, - diff --git a/config.hin b/config.hin index 91826642..4657f462 100644 --- a/config.hin +++ b/config.hin @@ -1,5 +1,5 @@ /* - * $LynxId: config.hin,v 1.99 2008/01/06 20:33:15 tom Exp $ + * $LynxId: config.hin,v 1.100 2008/01/11 00:52:49 tom Exp $ * vile:cmode * * The configure script translates "config.hin" into "lynx_cfg.h" @@ -235,6 +235,7 @@ #undef UNIX #undef UNZIP_PATH /* CF_PATH_PROG(unzip) */ #undef USE_BZLIB /* AC_ARG_WITH(bzlib) */ +#undef USE_CACHEJAR /* CF_ARG_ENABLE(session-cache) */ #undef USE_COLOR_STYLE /* CF_ARG_ENABLE(color-style) */ #undef USE_DEFAULT_COLORS /* CF_ARG_ENABLE(default-colors) */ #undef USE_EXECVP /* CF_ARG_DISABLE(full-paths) */ @@ -246,8 +247,10 @@ #undef USE_OPENSSL_INCL /* CF_SSL */ #undef USE_PERSISTENT_COOKIES /* CF_ARG_ENABLE(persistent-cookies) */ #undef USE_PRETTYSRC /* CF_ARG_ENABLE(prettysrc) */ +#undef USE_PROGRESSBAR /* CF_ARG_ENABLE(progressbar) */ #undef USE_READPROGRESS /* CF_ARG_ENABLE(read-eta) */ #undef USE_SCROLLBAR /* CF_ARG_ENABLE(scrollbar) */ +#undef USE_SESSIONS /* CF_ARG_ENABLE(session-cache) */ #undef USE_SLANG /* AC_ARG_WITH(screen=slang) */ #undef USE_SOCKS4_PREFIX /* CF_SOCKS5 */ #undef USE_SOCKS5 /* CF_SOCKS5 */ diff --git a/configure b/configure index d0d58ab1..721332fb 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in 2.8.7dev.5. +# From configure.in 2.8.7dev.7. # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.52.20061216. # @@ -736,7 +736,9 @@ Experimental Options: --enable-default-colors enable use of default-colors (ncurses/slang) --enable-kbd-layout use experimental keyboard-layout support --enable-nested-tables use experimental nested-table support + --enable-progressbar use experimental progress-bar --enable-scrollbar use experimental scrollbar, with mouse + --enable-session-cache use experimental session-caching code Miscellaneous Options: --disable-alt-bindings disable alternative line-edit bindings --disable-extended-dtd disable extended HTML DTD logic @@ -976,7 +978,7 @@ if test -z "$CONFIG_SITE"; then fi for ac_site_file in $CONFIG_SITE; do if test -r "$ac_site_file"; then - { echo "$as_me:979: loading site script $ac_site_file" >&5 + { echo "$as_me:981: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} cat "$ac_site_file" >&5 . "$ac_site_file" @@ -987,7 +989,7 @@ if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then - { echo "$as_me:990: loading cache $cache_file" >&5 + { echo "$as_me:992: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . $cache_file;; @@ -995,7 +997,7 @@ echo "$as_me: loading cache $cache_file" >&6;} esac fi else - { echo "$as_me:998: creating cache $cache_file" >&5 + { echo "$as_me:1000: creating cache $cache_file" >&5 echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi @@ -1011,21 +1013,21 @@ for ac_var in `(set) 2>&1 | eval ac_new_val="\$ac_env_${ac_var}_value" case $ac_old_set,$ac_new_set in set,) - { echo "$as_me:1014: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 + { echo "$as_me:1016: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) - { echo "$as_me:1018: error: \`$ac_var' was not set in the previous run" >&5 + { echo "$as_me:1020: error: \`$ac_var' was not set in the previous run" >&5 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then - { echo "$as_me:1024: error: \`$ac_var' has changed since the previous run:" >&5 + { echo "$as_me:1026: error: \`$ac_var' has changed since the previous run:" >&5 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - { echo "$as_me:1026: former value: $ac_old_val" >&5 + { echo "$as_me:1028: former value: $ac_old_val" >&5 echo "$as_me: former value: $ac_old_val" >&2;} - { echo "$as_me:1028: current value: $ac_new_val" >&5 + { echo "$as_me:1030: current value: $ac_new_val" >&5 echo "$as_me: current value: $ac_new_val" >&2;} ac_cache_corrupted=: fi;; @@ -1044,9 +1046,9 @@ echo "$as_me: current value: $ac_new_val" >&2;} fi done if $ac_cache_corrupted; then - { echo "$as_me:1047: error: changes in the environment can compromise the build" >&5 + { echo "$as_me:1049: error: changes in the environment can compromise the build" >&5 echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { echo "$as_me:1049: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 + { { echo "$as_me:1051: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi @@ -1067,10 +1069,10 @@ esac echo "#! $SHELL" >conftest.sh echo "exit 0" >>conftest.sh chmod +x conftest.sh -if { (echo "$as_me:1070: PATH=\".;.\"; conftest.sh") >&5 +if { (echo "$as_me:1072: PATH=\".;.\"; conftest.sh") >&5 (PATH=".;."; conftest.sh) 2>&5 ac_status=$? - echo "$as_me:1073: \$? = $ac_status" >&5 + echo "$as_me:1075: \$? = $ac_status" >&5 (exit $ac_status); }; then ac_path_separator=';' else @@ -1105,7 +1107,7 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:1108: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 + { { echo "$as_me:1110: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} { (exit 1); exit 1; }; } fi @@ -1115,11 +1117,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. # Make sure we can run config.sub. $ac_config_sub sun4 >/dev/null 2>&1 || - { { echo "$as_me:1118: error: cannot run $ac_config_sub" >&5 + { { echo "$as_me:1120: error: cannot run $ac_config_sub" >&5 echo "$as_me: error: cannot run $ac_config_sub" >&2;} { (exit 1); exit 1; }; } -echo "$as_me:1122: checking build system type" >&5 +echo "$as_me:1124: checking build system type" >&5 echo $ECHO_N "checking build system type... $ECHO_C" >&6 if test "${ac_cv_build+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1128,23 +1130,23 @@ else test -z "$ac_cv_build_alias" && ac_cv_build_alias=`$ac_config_guess` test -z "$ac_cv_build_alias" && - { { echo "$as_me:1131: error: cannot guess build type; you must specify one" >&5 + { { echo "$as_me:1133: error: cannot guess build type; you must specify one" >&5 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || - { { echo "$as_me:1135: error: $ac_config_sub $ac_cv_build_alias failed." >&5 + { { echo "$as_me:1137: error: $ac_config_sub $ac_cv_build_alias failed." >&5 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1140: result: $ac_cv_build" >&5 +echo "$as_me:1142: result: $ac_cv_build" >&5 echo "${ECHO_T}$ac_cv_build" >&6 build=$ac_cv_build build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$as_me:1147: checking host system type" >&5 +echo "$as_me:1149: checking host system type" >&5 echo $ECHO_N "checking host system type... $ECHO_C" >&6 if test "${ac_cv_host+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1153,12 +1155,12 @@ else test -z "$ac_cv_host_alias" && ac_cv_host_alias=$ac_cv_build_alias ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || - { { echo "$as_me:1156: error: $ac_config_sub $ac_cv_host_alias failed" >&5 + { { echo "$as_me:1158: error: $ac_config_sub $ac_cv_host_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1161: result: $ac_cv_host" >&5 +echo "$as_me:1163: result: $ac_cv_host" >&5 echo "${ECHO_T}$ac_cv_host" >&6 host=$ac_cv_host host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` @@ -1166,7 +1168,7 @@ host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` if test -f $srcdir/config.guess || test -f $ac_aux_dir/config.guess ; then - echo "$as_me:1169: checking target system type" >&5 + echo "$as_me:1171: checking target system type" >&5 echo $ECHO_N "checking target system type... $ECHO_C" >&6 if test "${ac_cv_target+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1175,12 +1177,12 @@ else test "x$ac_cv_target_alias" = "x" && ac_cv_target_alias=$ac_cv_host_alias ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || - { { echo "$as_me:1178: error: $ac_config_sub $ac_cv_target_alias failed" >&5 + { { echo "$as_me:1180: error: $ac_config_sub $ac_cv_target_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1183: result: $ac_cv_target" >&5 +echo "$as_me:1185: result: $ac_cv_target" >&5 echo "${ECHO_T}$ac_cv_target" >&6 target=$ac_cv_target target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` @@ -1211,13 +1213,13 @@ else fi test -z "$system_name" && system_name="$cf_cv_system_name" -test -n "$cf_cv_system_name" && echo "$as_me:1214: result: Configuring for $cf_cv_system_name" >&5 +test -n "$cf_cv_system_name" && echo "$as_me:1216: result: Configuring for $cf_cv_system_name" >&5 echo "${ECHO_T}Configuring for $cf_cv_system_name" >&6 if test ".$system_name" != ".$cf_cv_system_name" ; then - echo "$as_me:1218: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 + echo "$as_me:1220: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&6 - { { echo "$as_me:1220: error: \"Please remove config.cache and try again.\"" >&5 + { { echo "$as_me:1222: error: \"Please remove config.cache and try again.\"" >&5 echo "$as_me: error: \"Please remove config.cache and try again.\"" >&2;} { (exit 1); exit 1; }; } fi @@ -1225,7 +1227,7 @@ fi # Check whether --with-system-type or --without-system-type was given. if test "${with_system_type+set}" = set; then withval="$with_system_type" - { echo "$as_me:1228: WARNING: overriding system type $host_os to $withval" >&5 + { echo "$as_me:1230: WARNING: overriding system type $host_os to $withval" >&5 echo "$as_me: WARNING: overriding system type $host_os to $withval" >&2;} host_os=$withval fi; @@ -1234,7 +1236,7 @@ PACKAGE=lynx # $Format: "VERSION=$ProjectVersion$"$ VERSION=2.8.7dev.7 -echo "$as_me:1237: checking for DESTDIR" >&5 +echo "$as_me:1239: checking for DESTDIR" >&5 echo $ECHO_N "checking for DESTDIR... $ECHO_C" >&6 # Check whether --with-destdir or --without-destdir was given. @@ -1270,7 +1272,7 @@ case ".$withval" in #(vi withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; *) - { { echo "$as_me:1273: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:1275: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -1279,7 +1281,7 @@ esac fi DESTDIR="$withval" -echo "$as_me:1282: result: $DESTDIR" >&5 +echo "$as_me:1284: result: $DESTDIR" >&5 echo "${ECHO_T}$DESTDIR" >&6 case $host_os in @@ -1298,7 +1300,7 @@ ac_main_return=return if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -echo "$as_me:1301: checking for $ac_word" >&5 +echo "$as_me:1303: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1313,7 +1315,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_CC="${ac_tool_prefix}gcc" -echo "$as_me:1316: found $ac_dir/$ac_word" >&5 +echo "$as_me:1318: found $ac_dir/$ac_word" >&5 break done @@ -1321,10 +1323,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1324: result: $CC" >&5 + echo "$as_me:1326: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1327: result: no" >&5 + echo "$as_me:1329: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1333,7 +1335,7 @@ if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -echo "$as_me:1336: checking for $ac_word" >&5 +echo "$as_me:1338: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1348,7 +1350,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_ac_ct_CC="gcc" -echo "$as_me:1351: found $ac_dir/$ac_word" >&5 +echo "$as_me:1353: found $ac_dir/$ac_word" >&5 break done @@ -1356,10 +1358,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1359: result: $ac_ct_CC" >&5 + echo "$as_me:1361: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1362: result: no" >&5 + echo "$as_me:1364: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1372,7 +1374,7 @@ if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:1375: checking for $ac_word" >&5 +echo "$as_me:1377: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1387,7 +1389,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_CC="${ac_tool_prefix}cc" -echo "$as_me:1390: found $ac_dir/$ac_word" >&5 +echo "$as_me:1392: found $ac_dir/$ac_word" >&5 break done @@ -1395,10 +1397,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1398: result: $CC" >&5 + echo "$as_me:1400: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1401: result: no" >&5 + echo "$as_me:1403: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1407,7 +1409,7 @@ if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:1410: checking for $ac_word" >&5 +echo "$as_me:1412: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1422,7 +1424,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_ac_ct_CC="cc" -echo "$as_me:1425: found $ac_dir/$ac_word" >&5 +echo "$as_me:1427: found $ac_dir/$ac_word" >&5 break done @@ -1430,10 +1432,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1433: result: $ac_ct_CC" >&5 + echo "$as_me:1435: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1436: result: no" >&5 + echo "$as_me:1438: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1446,7 +1448,7 @@ fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:1449: checking for $ac_word" >&5 +echo "$as_me:1451: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1466,7 +1468,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then continue fi ac_cv_prog_CC="cc" -echo "$as_me:1469: found $ac_dir/$ac_word" >&5 +echo "$as_me:1471: found $ac_dir/$ac_word" >&5 break done @@ -1488,10 +1490,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1491: result: $CC" >&5 + echo "$as_me:1493: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1494: result: no" >&5 + echo "$as_me:1496: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1502,7 +1504,7 @@ if test -z "$CC"; then do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:1505: checking for $ac_word" >&5 +echo "$as_me:1507: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1517,7 +1519,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_CC="$ac_tool_prefix$ac_prog" -echo "$as_me:1520: found $ac_dir/$ac_word" >&5 +echo "$as_me:1522: found $ac_dir/$ac_word" >&5 break done @@ -1525,10 +1527,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1528: result: $CC" >&5 + echo "$as_me:1530: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1531: result: no" >&5 + echo "$as_me:1533: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1541,7 +1543,7 @@ if test -z "$CC"; then 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:1544: checking for $ac_word" >&5 +echo "$as_me:1546: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1556,7 +1558,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_ac_ct_CC="$ac_prog" -echo "$as_me:1559: found $ac_dir/$ac_word" >&5 +echo "$as_me:1561: found $ac_dir/$ac_word" >&5 break done @@ -1564,10 +1566,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1567: result: $ac_ct_CC" >&5 + echo "$as_me:1569: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1570: result: no" >&5 + echo "$as_me:1572: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1579,32 +1581,32 @@ fi fi -test -z "$CC" && { { echo "$as_me:1582: error: no acceptable cc found in \$PATH" >&5 +test -z "$CC" && { { echo "$as_me:1584: error: no acceptable cc found in \$PATH" >&5 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. -echo "$as_me:1587:" \ +echo "$as_me:1589:" \ "checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:1590: \"$ac_compiler --version </dev/null >&5\"") >&5 +{ (eval echo "$as_me:1592: \"$ac_compiler --version </dev/null >&5\"") >&5 (eval $ac_compiler --version </dev/null >&5) 2>&5 ac_status=$? - echo "$as_me:1593: \$? = $ac_status" >&5 + echo "$as_me:1595: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:1595: \"$ac_compiler -v </dev/null >&5\"") >&5 +{ (eval echo "$as_me:1597: \"$ac_compiler -v </dev/null >&5\"") >&5 (eval $ac_compiler -v </dev/null >&5) 2>&5 ac_status=$? - echo "$as_me:1598: \$? = $ac_status" >&5 + echo "$as_me:1600: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:1600: \"$ac_compiler -V </dev/null >&5\"") >&5 +{ (eval echo "$as_me:1602: \"$ac_compiler -V </dev/null >&5\"") >&5 (eval $ac_compiler -V </dev/null >&5) 2>&5 ac_status=$? - echo "$as_me:1603: \$? = $ac_status" >&5 + echo "$as_me:1605: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF -#line 1607 "configure" +#line 1609 "configure" #include "confdefs.h" int @@ -1620,13 +1622,13 @@ ac_clean_files="$ac_clean_files a.out a.exe" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. -echo "$as_me:1623: checking for C compiler default output" >&5 +echo "$as_me:1625: checking for C compiler default output" >&5 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -if { (eval echo "$as_me:1626: \"$ac_link_default\"") >&5 +if { (eval echo "$as_me:1628: \"$ac_link_default\"") >&5 (eval $ac_link_default) 2>&5 ac_status=$? - echo "$as_me:1629: \$? = $ac_status" >&5 + echo "$as_me:1631: \$? = $ac_status" >&5 (exit $ac_status); }; then # Find the output, starting from the most likely. This scheme is # not robust to junk in `.', hence go to wildcards (a.*) only as a last @@ -1649,34 +1651,34 @@ done else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:1652: error: C compiler cannot create executables" >&5 +{ { echo "$as_me:1654: error: C compiler cannot create executables" >&5 echo "$as_me: error: C compiler cannot create executables" >&2;} { (exit 77); exit 77; }; } fi ac_exeext=$ac_cv_exeext -echo "$as_me:1658: result: $ac_file" >&5 +echo "$as_me:1660: result: $ac_file" >&5 echo "${ECHO_T}$ac_file" >&6 # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:1663: checking whether the C compiler works" >&5 +echo "$as_me:1665: checking whether the C compiler works" >&5 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' - { (eval echo "$as_me:1669: \"$ac_try\"") >&5 + { (eval echo "$as_me:1671: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1672: \$? = $ac_status" >&5 + echo "$as_me:1674: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else - { { echo "$as_me:1679: error: cannot run C compiled programs. + { { echo "$as_me:1681: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&5 echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&2;} @@ -1684,24 +1686,24 @@ If you meant to cross compile, use \`--host'." >&2;} fi fi fi -echo "$as_me:1687: result: yes" >&5 +echo "$as_me:1689: result: yes" >&5 echo "${ECHO_T}yes" >&6 rm -f a.out a.exe conftest$ac_cv_exeext ac_clean_files=$ac_clean_files_save # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:1694: checking whether we are cross compiling" >&5 +echo "$as_me:1696: checking whether we are cross compiling" >&5 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 -echo "$as_me:1696: result: $cross_compiling" >&5 +echo "$as_me:1698: result: $cross_compiling" >&5 echo "${ECHO_T}$cross_compiling" >&6 -echo "$as_me:1699: checking for executable suffix" >&5 +echo "$as_me:1701: checking for executable suffix" >&5 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 -if { (eval echo "$as_me:1701: \"$ac_link\"") >&5 +if { (eval echo "$as_me:1703: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:1704: \$? = $ac_status" >&5 + echo "$as_me:1706: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will @@ -1717,25 +1719,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do esac done else - { { echo "$as_me:1720: error: cannot compute EXEEXT: cannot compile and link" >&5 + { { echo "$as_me:1722: error: cannot compute EXEEXT: cannot compile and link" >&5 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext -echo "$as_me:1726: result: $ac_cv_exeext" >&5 +echo "$as_me:1728: result: $ac_cv_exeext" >&5 echo "${ECHO_T}$ac_cv_exeext" >&6 rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT -echo "$as_me:1732: checking for object suffix" >&5 +echo "$as_me:1734: checking for object suffix" >&5 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 1738 "configure" +#line 1740 "configure" #include "confdefs.h" int @@ -1747,10 +1749,10 @@ main () } _ACEOF rm -f conftest.o conftest.obj -if { (eval echo "$as_me:1750: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1752: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1753: \$? = $ac_status" >&5 + echo "$as_me:1755: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do case $ac_file in @@ -1762,24 +1764,24 @@ done else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:1765: error: cannot compute OBJEXT: cannot compile" >&5 +{ { echo "$as_me:1767: error: cannot compute OBJEXT: cannot compile" >&5 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -echo "$as_me:1772: result: $ac_cv_objext" >&5 +echo "$as_me:1774: result: $ac_cv_objext" >&5 echo "${ECHO_T}$ac_cv_objext" >&6 OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -echo "$as_me:1776: checking whether we are using the GNU C compiler" >&5 +echo "$as_me:1778: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 1782 "configure" +#line 1784 "configure" #include "confdefs.h" int @@ -1794,16 +1796,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1797: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1799: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1800: \$? = $ac_status" >&5 + echo "$as_me:1802: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1803: \"$ac_try\"") >&5 + { (eval echo "$as_me:1805: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1806: \$? = $ac_status" >&5 + echo "$as_me:1808: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else @@ -1815,19 +1817,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -echo "$as_me:1818: result: $ac_cv_c_compiler_gnu" >&5 +echo "$as_me:1820: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS CFLAGS="-g" -echo "$as_me:1824: checking whether $CC accepts -g" >&5 +echo "$as_me:1826: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 1830 "configure" +#line 1832 "configure" #include "confdefs.h" int @@ -1839,16 +1841,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1842: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1844: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1845: \$? = $ac_status" >&5 + echo "$as_me:1847: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1848: \"$ac_try\"") >&5 + { (eval echo "$as_me:1850: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1851: \$? = $ac_status" >&5 + echo "$as_me:1853: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_g=yes else @@ -1858,7 +1860,7 @@ ac_cv_prog_cc_g=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:1861: result: $ac_cv_prog_cc_g" >&5 +echo "$as_me:1863: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS @@ -1885,16 +1887,16 @@ cat >conftest.$ac_ext <<_ACEOF #endif _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1888: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1890: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1891: \$? = $ac_status" >&5 + echo "$as_me:1893: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1894: \"$ac_try\"") >&5 + { (eval echo "$as_me:1896: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1897: \$? = $ac_status" >&5 + echo "$as_me:1899: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ ''\ @@ -1906,7 +1908,7 @@ if { (eval echo "$as_me:1888: \"$ac_compile\"") >&5 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF -#line 1909 "configure" +#line 1911 "configure" #include "confdefs.h" #include <stdlib.h> $ac_declaration @@ -1919,16 +1921,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1922: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1924: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1925: \$? = $ac_status" >&5 + echo "$as_me:1927: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1928: \"$ac_try\"") >&5 + { (eval echo "$as_me:1930: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1931: \$? = $ac_status" >&5 + echo "$as_me:1933: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -1938,7 +1940,7 @@ continue fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 1941 "configure" +#line 1943 "configure" #include "confdefs.h" $ac_declaration int @@ -1950,16 +1952,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1953: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1955: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1956: \$? = $ac_status" >&5 + echo "$as_me:1958: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1959: \"$ac_try\"") >&5 + { (eval echo "$as_me:1961: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1962: \$? = $ac_status" >&5 + echo "$as_me:1964: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -1993,7 +1995,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_main_return=return -echo "$as_me:1996: checking how to run the C preprocessor" >&5 +echo "$as_me:1998: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then @@ -2014,18 +2016,18 @@ do # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF -#line 2017 "configure" +#line 2019 "configure" #include "confdefs.h" #include <assert.h> Syntax error _ACEOF -if { (eval echo "$as_me:2022: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2024: \"$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:2028: \$? = $ac_status" >&5 + echo "$as_me:2030: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2048,17 +2050,17 @@ rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 2051 "configure" +#line 2053 "configure" #include "confdefs.h" #include <ac_nonexistent.h> _ACEOF -if { (eval echo "$as_me:2055: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2057: \"$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:2061: \$? = $ac_status" >&5 + echo "$as_me:2063: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2095,7 +2097,7 @@ fi else ac_cv_prog_CPP=$CPP fi -echo "$as_me:2098: result: $CPP" >&5 +echo "$as_me:2100: result: $CPP" >&5 echo "${ECHO_T}$CPP" >&6 ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes @@ -2105,18 +2107,18 @@ do # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF -#line 2108 "configure" +#line 2110 "configure" #include "confdefs.h" #include <assert.h> Syntax error _ACEOF -if { (eval echo "$as_me:2113: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2115: \"$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:2119: \$? = $ac_status" >&5 + echo "$as_me:2121: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2139,17 +2141,17 @@ rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 2142 "configure" +#line 2144 "configure" #include "confdefs.h" #include <ac_nonexistent.h> _ACEOF -if { (eval echo "$as_me:2146: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2148: \"$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:2152: \$? = $ac_status" >&5 + echo "$as_me:2154: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2177,7 +2179,7 @@ rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else - { { echo "$as_me:2180: error: C preprocessor \"$CPP\" fails sanity check" >&5 + { { echo "$as_me:2182: error: C preprocessor \"$CPP\" fails sanity check" >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} { (exit 1); exit 1; }; } fi @@ -2189,18 +2191,18 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_main_return=return -echo "$as_me:2192: checking whether ln -s works" >&5 +echo "$as_me:2194: checking whether ln -s works" >&5 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then - echo "$as_me:2196: result: yes" >&5 + echo "$as_me:2198: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:2199: result: no, using $LN_S" >&5 + echo "$as_me:2201: result: no, using $LN_S" >&5 echo "${ECHO_T}no, using $LN_S" >&6 fi -echo "$as_me:2203: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "$as_me:2205: checking whether ${MAKE-make} sets \${MAKE}" >&5 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then @@ -2220,11 +2222,11 @@ fi rm -f conftest.make fi if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$as_me:2223: result: yes" >&5 + echo "$as_me:2225: result: yes" >&5 echo "${ECHO_T}yes" >&6 SET_MAKE= else - echo "$as_me:2227: result: no" >&5 + echo "$as_me:2229: result: no" >&5 echo "${ECHO_T}no" >&6 SET_MAKE="MAKE=${MAKE-make}" fi @@ -2241,7 +2243,7 @@ fi # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. -echo "$as_me:2244: checking for a BSD compatible install" >&5 +echo "$as_me:2246: checking for a BSD compatible install" >&5 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then @@ -2290,7 +2292,7 @@ fi INSTALL=$ac_install_sh fi fi -echo "$as_me:2293: result: $INSTALL" >&5 +echo "$as_me:2295: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. @@ -2305,7 +2307,7 @@ for ac_prog in lint alint lclint tdlint 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:2308: checking for $ac_word" >&5 +echo "$as_me:2310: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_LINT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2320,7 +2322,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_LINT="$ac_prog" -echo "$as_me:2323: found $ac_dir/$ac_word" >&5 +echo "$as_me:2325: found $ac_dir/$ac_word" >&5 break done @@ -2328,20 +2330,20 @@ fi fi LINT=$ac_cv_prog_LINT if test -n "$LINT"; then - echo "$as_me:2331: result: $LINT" >&5 + echo "$as_me:2333: result: $LINT" >&5 echo "${ECHO_T}$LINT" >&6 else - echo "$as_me:2334: result: no" >&5 + echo "$as_me:2336: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$LINT" && break done -echo "$as_me:2341: checking for AIX" >&5 +echo "$as_me:2343: checking for AIX" >&5 echo $ECHO_N "checking for AIX... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 2344 "configure" +#line 2346 "configure" #include "confdefs.h" #ifdef _AIX yes @@ -2350,24 +2352,24 @@ cat >conftest.$ac_ext <<_ACEOF _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | egrep "yes" >/dev/null 2>&1; then - echo "$as_me:2353: result: yes" >&5 + echo "$as_me:2355: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define _ALL_SOURCE 1 EOF else - echo "$as_me:2360: result: no" >&5 + echo "$as_me:2362: result: no" >&5 echo "${ECHO_T}no" >&6 fi rm -f conftest* -echo "$as_me:2365: checking for POSIXized ISC" >&5 +echo "$as_me:2367: checking for POSIXized ISC" >&5 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6 if test -d /etc/conf/kconfig.d && grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 then - echo "$as_me:2370: result: yes" >&5 + echo "$as_me:2372: result: yes" >&5 echo "${ECHO_T}yes" >&6 ISC=yes # If later tests want to check for ISC. @@ -2381,7 +2383,7 @@ EOF CC="$CC -Xp" fi else - echo "$as_me:2384: result: no" >&5 + echo "$as_me:2386: result: no" >&5 echo "${ECHO_T}no" >&6 ISC= fi @@ -2422,7 +2424,7 @@ else 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:2425: checking for $ac_word" >&5 +echo "$as_me:2427: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_BUILD_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2437,7 +2439,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_BUILD_CC="$ac_prog" -echo "$as_me:2440: found $ac_dir/$ac_word" >&5 +echo "$as_me:2442: found $ac_dir/$ac_word" >&5 break done @@ -2445,10 +2447,10 @@ fi fi BUILD_CC=$ac_cv_prog_BUILD_CC if test -n "$BUILD_CC"; then - echo "$as_me:2448: result: $BUILD_CC" >&5 + echo "$as_me:2450: result: $BUILD_CC" >&5 echo "${ECHO_T}$BUILD_CC" >&6 else - echo "$as_me:2451: result: no" >&5 + echo "$as_me:2453: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2456,12 +2458,12 @@ fi done fi; - echo "$as_me:2459: checking for native build C compiler" >&5 + echo "$as_me:2461: checking for native build C compiler" >&5 echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6 - echo "$as_me:2461: result: $BUILD_CC" >&5 + echo "$as_me:2463: result: $BUILD_CC" >&5 echo "${ECHO_T}$BUILD_CC" >&6 - echo "$as_me:2464: checking for native build C preprocessor" >&5 + echo "$as_me:2466: checking for native build C preprocessor" >&5 echo $ECHO_N "checking for native build C preprocessor... $ECHO_C" >&6 # Check whether --with-build-cpp or --without-build-cpp was given. @@ -2471,10 +2473,10 @@ if test "${with_build_cpp+set}" = set; then else BUILD_CPP='${BUILD_CC} -E' fi; - echo "$as_me:2474: result: $BUILD_CPP" >&5 + echo "$as_me:2476: result: $BUILD_CPP" >&5 echo "${ECHO_T}$BUILD_CPP" >&6 - echo "$as_me:2477: checking for native build C flags" >&5 + echo "$as_me:2479: checking for native build C flags" >&5 echo $ECHO_N "checking for native build C flags... $ECHO_C" >&6 # Check whether --with-build-cflags or --without-build-cflags was given. @@ -2482,10 +2484,10 @@ if test "${with_build_cflags+set}" = set; then withval="$with_build_cflags" BUILD_CFLAGS="$withval" fi; - echo "$as_me:2485: result: $BUILD_CFLAGS" >&5 + echo "$as_me:2487: result: $BUILD_CFLAGS" >&5 echo "${ECHO_T}$BUILD_CFLAGS" >&6 - echo "$as_me:2488: checking for native build C preprocessor-flags" >&5 + echo "$as_me:2490: checking for native build C preprocessor-flags" >&5 echo $ECHO_N "checking for native build C preprocessor-flags... $ECHO_C" >&6 # Check whether --with-build-cppflags or --without-build-cppflags was given. @@ -2493,10 +2495,10 @@ if test "${with_build_cppflags+set}" = set; then withval="$with_build_cppflags" BUILD_CPPFLAGS="$withval" fi; - echo "$as_me:2496: result: $BUILD_CPPFLAGS" >&5 + echo "$as_me:2498: result: $BUILD_CPPFLAGS" >&5 echo "${ECHO_T}$BUILD_CPPFLAGS" >&6 - echo "$as_me:2499: checking for native build linker-flags" >&5 + echo "$as_me:2501: checking for native build linker-flags" >&5 echo $ECHO_N "checking for native build linker-flags... $ECHO_C" >&6 # Check whether --with-build-ldflags or --without-build-ldflags was given. @@ -2504,10 +2506,10 @@ if test "${with_build_ldflags+set}" = set; then withval="$with_build_ldflags" BUILD_LDFLAGS="$withval" fi; - echo "$as_me:2507: result: $BUILD_LDFLAGS" >&5 + echo "$as_me:2509: result: $BUILD_LDFLAGS" >&5 echo "${ECHO_T}$BUILD_LDFLAGS" >&6 - echo "$as_me:2510: checking for native build linker-libraries" >&5 + echo "$as_me:2512: checking for native build linker-libraries" >&5 echo $ECHO_N "checking for native build linker-libraries... $ECHO_C" >&6 # Check whether --with-build-libs or --without-build-libs was given. @@ -2515,7 +2517,7 @@ if test "${with_build_libs+set}" = set; then withval="$with_build_libs" BUILD_LIBS="$withval" fi; - echo "$as_me:2518: result: $BUILD_LIBS" >&5 + echo "$as_me:2520: result: $BUILD_LIBS" >&5 echo "${ECHO_T}$BUILD_LIBS" >&6 # this assumes we're on Unix. @@ -2525,7 +2527,7 @@ echo "${ECHO_T}$BUILD_LIBS" >&6 : ${BUILD_CC:='${CC}'} if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then - { { echo "$as_me:2528: error: Cross-build requires two compilers. + { { echo "$as_me:2530: error: Cross-build requires two compilers. Use --with-build-cc to specify the native compiler." >&5 echo "$as_me: error: Cross-build requires two compilers. Use --with-build-cc to specify the native compiler." >&2;} @@ -2546,7 +2548,7 @@ fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -echo "$as_me:2549: checking for $ac_word" >&5 +echo "$as_me:2551: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2561,7 +2563,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_RANLIB="${ac_tool_prefix}ranlib" -echo "$as_me:2564: found $ac_dir/$ac_word" >&5 +echo "$as_me:2566: found $ac_dir/$ac_word" >&5 break done @@ -2569,10 +2571,10 @@ fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - echo "$as_me:2572: result: $RANLIB" >&5 + echo "$as_me:2574: result: $RANLIB" >&5 echo "${ECHO_T}$RANLIB" >&6 else - echo "$as_me:2575: result: no" >&5 + echo "$as_me:2577: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2581,7 +2583,7 @@ if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -echo "$as_me:2584: checking for $ac_word" >&5 +echo "$as_me:2586: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2596,7 +2598,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_ac_ct_RANLIB="ranlib" -echo "$as_me:2599: found $ac_dir/$ac_word" >&5 +echo "$as_me:2601: found $ac_dir/$ac_word" >&5 break done @@ -2605,10 +2607,10 @@ fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - echo "$as_me:2608: result: $ac_ct_RANLIB" >&5 + echo "$as_me:2610: result: $ac_ct_RANLIB" >&5 echo "${ECHO_T}$ac_ct_RANLIB" >&6 else - echo "$as_me:2611: result: no" >&5 + echo "$as_me:2613: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2620,7 +2622,7 @@ fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. set dummy ${ac_tool_prefix}ar; ac_word=$2 -echo "$as_me:2623: checking for $ac_word" >&5 +echo "$as_me:2625: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_AR+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2635,7 +2637,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_AR="${ac_tool_prefix}ar" -echo "$as_me:2638: found $ac_dir/$ac_word" >&5 +echo "$as_me:2640: found $ac_dir/$ac_word" >&5 break done @@ -2643,10 +2645,10 @@ fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then - echo "$as_me:2646: result: $AR" >&5 + echo "$as_me:2648: result: $AR" >&5 echo "${ECHO_T}$AR" >&6 else - echo "$as_me:2649: result: no" >&5 + echo "$as_me:2651: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2655,7 +2657,7 @@ if test -z "$ac_cv_prog_AR"; then ac_ct_AR=$AR # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 -echo "$as_me:2658: checking for $ac_word" >&5 +echo "$as_me:2660: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2670,7 +2672,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_ac_ct_AR="ar" -echo "$as_me:2673: found $ac_dir/$ac_word" >&5 +echo "$as_me:2675: found $ac_dir/$ac_word" >&5 break done @@ -2679,10 +2681,10 @@ fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then - echo "$as_me:2682: result: $ac_ct_AR" >&5 + echo "$as_me:2684: result: $ac_ct_AR" >&5 echo "${ECHO_T}$ac_ct_AR" >&6 else - echo "$as_me:2685: result: no" >&5 + echo "$as_me:2687: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2695,7 +2697,7 @@ if test "${cf_cv_subst_AR_OPTS+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else -echo "$as_me:2698: checking for archiver options (symbol AR_OPTS)" >&5 +echo "$as_me:2700: checking for archiver options (symbol AR_OPTS)" >&5 echo $ECHO_N "checking for archiver options (symbol AR_OPTS)... $ECHO_C" >&6 if test -z "$AR_OPTS" ; then @@ -2704,12 +2706,12 @@ if test -z "$AR_OPTS" ; then fi cf_cv_subst_AR_OPTS=$AR_OPTS -echo "$as_me:2707: result: $AR_OPTS" >&5 +echo "$as_me:2709: result: $AR_OPTS" >&5 echo "${ECHO_T}$AR_OPTS" >&6 fi -echo "$as_me:2712: checking if you want to see long compiling messages" >&5 +echo "$as_me:2714: checking if you want to see long compiling messages" >&5 echo $ECHO_N "checking if you want to see long compiling messages... $ECHO_C" >&6 # Check whether --enable-echo or --disable-echo was given. @@ -2743,7 +2745,7 @@ else ECHO_CC='' fi; -echo "$as_me:2746: result: $enableval" >&5 +echo "$as_me:2748: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 # special case for WWW/* @@ -2753,7 +2755,7 @@ else DONT_ECHO_CC='' fi -echo "$as_me:2756: checking if you want to check memory-leaks" >&5 +echo "$as_me:2758: checking if you want to check memory-leaks" >&5 echo $ECHO_N "checking if you want to check memory-leaks... $ECHO_C" >&6 # Check whether --enable-find-leaks or --disable-find-leaks was given. @@ -2770,7 +2772,7 @@ else with_leak_checks=no fi; -echo "$as_me:2773: result: $with_leak_checks" >&5 +echo "$as_me:2775: result: $with_leak_checks" >&5 echo "${ECHO_T}$with_leak_checks" >&6 test "$with_leak_checks" = "yes" && cat >>confdefs.h <<\EOF #define LY_FIND_LEAKS 1 @@ -2779,7 +2781,7 @@ EOF # The comment about adding -g to $CFLAGS is unclear. Autoconf tries to add # a -g flag; we remove it if the user's $CFLAGS was not set and debugging is # disabled. -echo "$as_me:2782: checking if you want to enable debug-code" >&5 +echo "$as_me:2784: checking if you want to enable debug-code" >&5 echo $ECHO_N "checking if you want to enable debug-code... $ECHO_C" >&6 # Check whether --enable-debug or --disable-debug was given. @@ -2796,7 +2798,7 @@ else with_debug=no fi; -echo "$as_me:2799: result: $with_debug" >&5 +echo "$as_me:2801: result: $with_debug" >&5 echo "${ECHO_T}$with_debug" >&6 if test "$with_debug" = "yes" ; then case $host_os in @@ -2821,7 +2823,7 @@ else esac fi -echo "$as_me:2824: checking if you want to enable lynx trace code *recommended* " >&5 +echo "$as_me:2826: checking if you want to enable lynx trace code *recommended* " >&5 echo $ECHO_N "checking if you want to enable lynx trace code *recommended* ... $ECHO_C" >&6 # Check whether --enable-trace or --disable-trace was given. @@ -2838,13 +2840,13 @@ else with_trace=yes fi; -echo "$as_me:2841: result: $with_trace" >&5 +echo "$as_me:2843: result: $with_trace" >&5 echo "${ECHO_T}$with_trace" >&6 test $with_trace = no && cat >>confdefs.h <<\EOF #define NO_LYNX_TRACE 1 EOF -echo "$as_me:2847: checking if you want verbose trace code" >&5 +echo "$as_me:2849: checking if you want verbose trace code" >&5 echo $ECHO_N "checking if you want verbose trace code... $ECHO_C" >&6 # Check whether --enable-vertrace or --disable-vertrace was given. @@ -2861,7 +2863,7 @@ else with_vertrace=no fi; -echo "$as_me:2864: result: $with_vertrace" >&5 +echo "$as_me:2866: result: $with_vertrace" >&5 echo "${ECHO_T}$with_vertrace" >&6 test $with_vertrace = yes && cat >>confdefs.h <<\EOF #define LY_TRACELINE __LINE__ @@ -2869,7 +2871,7 @@ EOF if test -n "$GCC" then -echo "$as_me:2872: checking if you want to turn on gcc warnings" >&5 +echo "$as_me:2874: 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. @@ -2886,7 +2888,7 @@ else with_warnings=no fi; -echo "$as_me:2889: result: $with_warnings" >&5 +echo "$as_me:2891: result: $with_warnings" >&5 echo "${ECHO_T}$with_warnings" >&6 if test "$with_warnings" = "yes" then @@ -2909,10 +2911,10 @@ cat > conftest.i <<EOF EOF if test "$GCC" = yes then - { echo "$as_me:2912: checking for $CC __attribute__ directives..." >&5 + { echo "$as_me:2914: checking for $CC __attribute__ directives..." >&5 echo "$as_me: checking for $CC __attribute__ directives..." >&6;} cat > conftest.$ac_ext <<EOF -#line 2915 "${as_me-configure}" +#line 2917 "${as_me-configure}" #include "confdefs.h" #include "conftest.h" #include "conftest.i" @@ -2950,12 +2952,12 @@ EOF EOF ;; esac - if { (eval echo "$as_me:2953: \"$ac_compile\"") >&5 + if { (eval echo "$as_me:2955: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2956: \$? = $ac_status" >&5 + echo "$as_me:2958: \$? = $ac_status" >&5 (exit $ac_status); }; then - test -n "$verbose" && echo "$as_me:2958: result: ... $cf_attribute" >&5 + test -n "$verbose" && echo "$as_me:2960: result: ... $cf_attribute" >&5 echo "${ECHO_T}... $cf_attribute" >&6 cat conftest.h >>confdefs.h fi @@ -2968,11 +2970,11 @@ fi GCC_VERSION=none if test "$GCC" = yes ; then - echo "$as_me:2971: checking version of $CC" >&5 + echo "$as_me:2973: checking version of $CC" >&5 echo $ECHO_N "checking version of $CC... $ECHO_C" >&6 GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" test -z "$GCC_VERSION" && GCC_VERSION=unknown - echo "$as_me:2975: result: $GCC_VERSION" >&5 + echo "$as_me:2977: result: $GCC_VERSION" >&5 echo "${ECHO_T}$GCC_VERSION" >&6 fi @@ -2981,12 +2983,12 @@ INTEL_COMPILER=no if test "$GCC" = yes ; then case $host_os in linux*|gnu*) - echo "$as_me:2984: checking if this is really Intel C compiler" >&5 + echo "$as_me:2986: checking if this is really Intel C compiler" >&5 echo $ECHO_N "checking if this is really Intel C compiler... $ECHO_C" >&6 cf_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -no-gcc" cat >conftest.$ac_ext <<_ACEOF -#line 2989 "configure" +#line 2991 "configure" #include "confdefs.h" int @@ -3003,16 +3005,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3006: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3008: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3009: \$? = $ac_status" >&5 + echo "$as_me:3011: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3012: \"$ac_try\"") >&5 + { (eval echo "$as_me:3014: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3015: \$? = $ac_status" >&5 + echo "$as_me:3017: \$? = $ac_status" >&5 (exit $ac_status); }; }; then INTEL_COMPILER=yes cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc" @@ -3023,14 +3025,14 @@ cat conftest.$ac_ext >&5 fi rm -f conftest.$ac_objext conftest.$ac_ext CFLAGS="$cf_save_CFLAGS" - echo "$as_me:3026: result: $INTEL_COMPILER" >&5 + echo "$as_me:3028: result: $INTEL_COMPILER" >&5 echo "${ECHO_T}$INTEL_COMPILER" >&6 ;; esac fi cat > conftest.$ac_ext <<EOF -#line 3033 "${as_me-configure}" +#line 3035 "${as_me-configure}" int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } EOF @@ -3048,7 +3050,7 @@ then # remark #981: operands are evaluated in unspecified order # warning #269: invalid format string conversion - { echo "$as_me:3051: checking for $CC warning options..." >&5 + { echo "$as_me:3053: checking for $CC warning options..." >&5 echo "$as_me: checking for $CC warning options..." >&6;} cf_save_CFLAGS="$CFLAGS" EXTRA_CFLAGS="-Wall" @@ -3065,12 +3067,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:3068: \"$ac_compile\"") >&5 + if { (eval echo "$as_me:3070: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3071: \$? = $ac_status" >&5 + echo "$as_me:3073: \$? = $ac_status" >&5 (exit $ac_status); }; then - test -n "$verbose" && echo "$as_me:3073: result: ... -$cf_opt" >&5 + test -n "$verbose" && echo "$as_me:3075: result: ... -$cf_opt" >&5 echo "${ECHO_T}... -$cf_opt" >&6 EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt" fi @@ -3079,7 +3081,7 @@ echo "${ECHO_T}... -$cf_opt" >&6 elif test "$GCC" = yes then - { echo "$as_me:3082: checking for $CC warning options..." >&5 + { echo "$as_me:3084: checking for $CC warning options..." >&5 echo "$as_me: checking for $CC warning options..." >&6;} cf_save_CFLAGS="$CFLAGS" EXTRA_CFLAGS="-W -Wall" @@ -3099,12 +3101,12 @@ echo "$as_me: checking for $CC warning options..." >&6;} Wundef $cf_warn_CONST do CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" - if { (eval echo "$as_me:3102: \"$ac_compile\"") >&5 + if { (eval echo "$as_me:3104: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3105: \$? = $ac_status" >&5 + echo "$as_me:3107: \$? = $ac_status" >&5 (exit $ac_status); }; then - test -n "$verbose" && echo "$as_me:3107: result: ... -$cf_opt" >&5 + test -n "$verbose" && echo "$as_me:3109: result: ... -$cf_opt" >&5 echo "${ECHO_T}... -$cf_opt" >&6 case $cf_opt in #(vi Wcast-qual) #(vi @@ -3115,7 +3117,7 @@ echo "${ECHO_T}... -$cf_opt" >&6 3.3*) test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 -echo "${as_me-configure}:3118: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 +echo "${as_me-configure}:3120: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 continue;; esac @@ -3131,7 +3133,7 @@ rm -f conftest* fi fi -echo "$as_me:3134: checking if you want to use dbmalloc for testing" >&5 +echo "$as_me:3136: 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. @@ -3147,7 +3149,7 @@ EOF else with_dbmalloc= fi; -echo "$as_me:3150: result: ${with_dbmalloc:-no}" >&5 +echo "$as_me:3152: result: ${with_dbmalloc:-no}" >&5 echo "${ECHO_T}${with_dbmalloc:-no}" >&6 case .$with_cflags in #(vi @@ -3231,23 +3233,23 @@ fi esac if test "$with_dbmalloc" = yes ; then - echo "$as_me:3234: checking for dbmalloc.h" >&5 + echo "$as_me:3236: 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 3240 "configure" +#line 3242 "configure" #include "confdefs.h" #include <dbmalloc.h> _ACEOF -if { (eval echo "$as_me:3244: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3246: \"$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:3250: \$? = $ac_status" >&5 + echo "$as_me:3252: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3266,11 +3268,11 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:3269: result: $ac_cv_header_dbmalloc_h" >&5 +echo "$as_me:3271: 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:3273: checking for debug_malloc in -ldbmalloc" >&5 +echo "$as_me:3275: 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 @@ -3278,7 +3280,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldbmalloc $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3281 "configure" +#line 3283 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3297,16 +3299,16 @@ debug_malloc (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3300: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3302: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3303: \$? = $ac_status" >&5 + echo "$as_me:3305: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3306: \"$ac_try\"") >&5 + { (eval echo "$as_me:3308: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3309: \$? = $ac_status" >&5 + echo "$as_me:3311: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dbmalloc_debug_malloc=yes else @@ -3317,7 +3319,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3320: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 +echo "$as_me:3322: 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 <<EOF @@ -3332,7 +3334,7 @@ fi fi -echo "$as_me:3335: checking if you want to use dmalloc for testing" >&5 +echo "$as_me:3337: 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. @@ -3348,7 +3350,7 @@ EOF else with_dmalloc= fi; -echo "$as_me:3351: result: ${with_dmalloc:-no}" >&5 +echo "$as_me:3353: result: ${with_dmalloc:-no}" >&5 echo "${ECHO_T}${with_dmalloc:-no}" >&6 case .$with_cflags in #(vi @@ -3432,23 +3434,23 @@ fi esac if test "$with_dmalloc" = yes ; then - echo "$as_me:3435: checking for dmalloc.h" >&5 + echo "$as_me:3437: 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 3441 "configure" +#line 3443 "configure" #include "confdefs.h" #include <dmalloc.h> _ACEOF -if { (eval echo "$as_me:3445: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3447: \"$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:3451: \$? = $ac_status" >&5 + echo "$as_me:3453: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3467,11 +3469,11 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:3470: result: $ac_cv_header_dmalloc_h" >&5 +echo "$as_me:3472: 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:3474: checking for dmalloc_debug in -ldmalloc" >&5 +echo "$as_me:3476: 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 @@ -3479,7 +3481,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldmalloc $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3482 "configure" +#line 3484 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3498,16 +3500,16 @@ dmalloc_debug (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3501: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3503: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3504: \$? = $ac_status" >&5 + echo "$as_me:3506: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3507: \"$ac_try\"") >&5 + { (eval echo "$as_me:3509: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3510: \$? = $ac_status" >&5 + echo "$as_me:3512: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dmalloc_dmalloc_debug=yes else @@ -3518,7 +3520,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3521: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 +echo "$as_me:3523: 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 <<EOF @@ -3537,7 +3539,7 @@ cat >>confdefs.h <<\EOF #define UNIX 1 EOF -echo "$as_me:3540: checking for $CC option to accept ANSI C" >&5 +echo "$as_me:3542: checking for $CC option to accept ANSI C" >&5 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 if test "${ac_cv_prog_cc_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3545,7 +3547,7 @@ else ac_cv_prog_cc_stdc=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF -#line 3548 "configure" +#line 3550 "configure" #include "confdefs.h" #include <stdarg.h> #include <stdio.h> @@ -3594,16 +3596,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext -if { (eval echo "$as_me:3597: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3599: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3600: \$? = $ac_status" >&5 + echo "$as_me:3602: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3603: \"$ac_try\"") >&5 + { (eval echo "$as_me:3605: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3606: \$? = $ac_status" >&5 + echo "$as_me:3608: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_stdc=$ac_arg break @@ -3620,21 +3622,21 @@ fi case "x$ac_cv_prog_cc_stdc" in x|xno) - echo "$as_me:3623: result: none needed" >&5 + echo "$as_me:3625: result: none needed" >&5 echo "${ECHO_T}none needed" >&6 ;; *) - echo "$as_me:3626: result: $ac_cv_prog_cc_stdc" >&5 + echo "$as_me:3628: result: $ac_cv_prog_cc_stdc" >&5 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 CC="$CC $ac_cv_prog_cc_stdc" ;; esac -echo "$as_me:3631: checking for an ANSI C-conforming const" >&5 +echo "$as_me:3633: checking for an ANSI C-conforming const" >&5 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 if test "${ac_cv_c_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3637 "configure" +#line 3639 "configure" #include "confdefs.h" int @@ -3692,16 +3694,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3695: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3697: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3698: \$? = $ac_status" >&5 + echo "$as_me:3700: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3701: \"$ac_try\"") >&5 + { (eval echo "$as_me:3703: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3704: \$? = $ac_status" >&5 + echo "$as_me:3706: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_const=yes else @@ -3711,7 +3713,7 @@ ac_cv_c_const=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:3714: result: $ac_cv_c_const" >&5 +echo "$as_me:3716: result: $ac_cv_c_const" >&5 echo "${ECHO_T}$ac_cv_c_const" >&6 if test $ac_cv_c_const = no; then @@ -3759,7 +3761,7 @@ clix*) # contributed by Alex Matulich (matuli_a@marlin.navsea.navy.mil) also # references -lmalloc and -lbsd. -echo "$as_me:3762: checking for strcmp in -lc_s" >&5 +echo "$as_me:3764: checking for strcmp in -lc_s" >&5 echo $ECHO_N "checking for strcmp in -lc_s... $ECHO_C" >&6 if test "${ac_cv_lib_c_s_strcmp+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3767,7 +3769,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lc_s $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3770 "configure" +#line 3772 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3786,16 +3788,16 @@ strcmp (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3789: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3791: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3792: \$? = $ac_status" >&5 + echo "$as_me:3794: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3795: \"$ac_try\"") >&5 + { (eval echo "$as_me:3797: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3798: \$? = $ac_status" >&5 + echo "$as_me:3800: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_c_s_strcmp=yes else @@ -3806,7 +3808,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3809: result: $ac_cv_lib_c_s_strcmp" >&5 +echo "$as_me:3811: result: $ac_cv_lib_c_s_strcmp" >&5 echo "${ECHO_T}$ac_cv_lib_c_s_strcmp" >&6 if test $ac_cv_lib_c_s_strcmp = yes; then cat >>confdefs.h <<EOF @@ -3877,14 +3879,14 @@ sco*) # SCO's cc (which is reported to have broken const/volatile). case "$CC" in #(vi cc|*/cc) - { echo "$as_me:3880: WARNING: You should consider using gcc or rcc if available" >&5 + { echo "$as_me:3882: WARNING: You should consider using gcc or rcc if available" >&5 echo "$as_me: WARNING: You should consider using gcc or rcc if available" >&2;} unset ac_cv_prog_CC for ac_prog in gcc rcc 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:3887: checking for $ac_word" >&5 +echo "$as_me:3889: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3899,7 +3901,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_CC="$ac_prog" -echo "$as_me:3902: found $ac_dir/$ac_word" >&5 +echo "$as_me:3904: found $ac_dir/$ac_word" >&5 break done @@ -3907,10 +3909,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:3910: result: $CC" >&5 + echo "$as_me:3912: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:3913: result: no" >&5 + echo "$as_me:3915: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3933,23 +3935,23 @@ sony-newsos*) for ac_header in jcurses.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:3936: checking for $ac_header" >&5 +echo "$as_me:3938: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3942 "configure" +#line 3944 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:3946: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3948: \"$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:3952: \$? = $ac_status" >&5 + echo "$as_me:3954: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3968,7 +3970,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:3971: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:3973: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -3996,23 +3998,23 @@ ultrix*) for ac_header in cursesX.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:3999: checking for $ac_header" >&5 +echo "$as_me:4001: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4005 "configure" +#line 4007 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4009: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4011: \"$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:4015: \$? = $ac_status" >&5 + echo "$as_me:4017: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4031,7 +4033,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4034: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:4036: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -4048,7 +4050,7 @@ done ;; esac -echo "$as_me:4051: checking for ${CC-cc} option to accept ANSI C" >&5 +echo "$as_me:4053: checking for ${CC-cc} option to accept ANSI C" >&5 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6 if test "${cf_cv_ansi_cc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4142,7 +4144,7 @@ if test -n "$cf_new_extra_cppflags" ; then fi cat >conftest.$ac_ext <<_ACEOF -#line 4145 "configure" +#line 4147 "configure" #include "confdefs.h" #ifndef CC_HAS_PROTOS @@ -4163,16 +4165,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4166: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4168: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4169: \$? = $ac_status" >&5 + echo "$as_me:4171: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4172: \"$ac_try\"") >&5 + { (eval echo "$as_me:4174: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4175: \$? = $ac_status" >&5 + echo "$as_me:4177: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ansi_cc="$cf_arg"; break else @@ -4185,7 +4187,7 @@ CFLAGS="$cf_save_CFLAGS" CPPFLAGS="$cf_save_CPPFLAGS" fi -echo "$as_me:4188: result: $cf_cv_ansi_cc" >&5 +echo "$as_me:4190: result: $cf_cv_ansi_cc" >&5 echo "${ECHO_T}$cf_cv_ansi_cc" >&6 if test "$cf_cv_ansi_cc" != "no"; then @@ -4268,7 +4270,7 @@ fi fi if test "$cf_cv_ansi_cc" = "no"; then - { { echo "$as_me:4271: error: Your compiler does not appear to recognize prototypes. + { { echo "$as_me:4273: error: Your compiler does not appear to recognize prototypes. You have the following choices: a. adjust your compiler options b. get an up-to-date compiler @@ -4288,7 +4290,7 @@ if test "${enable_largefile+set}" = set; then fi; if test "$enable_largefile" != no; then - echo "$as_me:4291: checking for special C compiler options needed for large files" >&5 + echo "$as_me:4293: checking for special C compiler options needed for large files" >&5 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 if test "${ac_cv_sys_largefile_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4300,7 +4302,7 @@ else # IRIX 6.2 and later do not support large files by default, # so use the C compiler's -n32 option if that helps. cat >conftest.$ac_ext <<_ACEOF -#line 4303 "configure" +#line 4305 "configure" #include "confdefs.h" #include <sys/types.h> /* Check that off_t can represent 2**63 - 1 correctly. @@ -4320,16 +4322,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4323: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4325: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4326: \$? = $ac_status" >&5 + echo "$as_me:4328: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4329: \"$ac_try\"") >&5 + { (eval echo "$as_me:4331: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4332: \$? = $ac_status" >&5 + echo "$as_me:4334: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -4339,16 +4341,16 @@ fi rm -f conftest.$ac_objext CC="$CC -n32" rm -f conftest.$ac_objext -if { (eval echo "$as_me:4342: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4344: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4345: \$? = $ac_status" >&5 + echo "$as_me:4347: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4348: \"$ac_try\"") >&5 + { (eval echo "$as_me:4350: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4351: \$? = $ac_status" >&5 + echo "$as_me:4353: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sys_largefile_CC=' -n32'; break else @@ -4362,13 +4364,13 @@ rm -f conftest.$ac_objext rm -f conftest.$ac_ext fi fi -echo "$as_me:4365: result: $ac_cv_sys_largefile_CC" >&5 +echo "$as_me:4367: result: $ac_cv_sys_largefile_CC" >&5 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 if test "$ac_cv_sys_largefile_CC" != no; then CC=$CC$ac_cv_sys_largefile_CC fi - echo "$as_me:4371: checking for _FILE_OFFSET_BITS value needed for large files" >&5 + echo "$as_me:4373: checking for _FILE_OFFSET_BITS value needed for large files" >&5 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 if test "${ac_cv_sys_file_offset_bits+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4376,7 +4378,7 @@ else while :; do ac_cv_sys_file_offset_bits=no cat >conftest.$ac_ext <<_ACEOF -#line 4379 "configure" +#line 4381 "configure" #include "confdefs.h" #include <sys/types.h> /* Check that off_t can represent 2**63 - 1 correctly. @@ -4396,16 +4398,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4399: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4401: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4402: \$? = $ac_status" >&5 + echo "$as_me:4404: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4405: \"$ac_try\"") >&5 + { (eval echo "$as_me:4407: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4408: \$? = $ac_status" >&5 + echo "$as_me:4410: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -4414,7 +4416,7 @@ cat conftest.$ac_ext >&5 fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 4417 "configure" +#line 4419 "configure" #include "confdefs.h" #define _FILE_OFFSET_BITS 64 #include <sys/types.h> @@ -4435,16 +4437,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4438: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4440: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4441: \$? = $ac_status" >&5 + echo "$as_me:4443: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4444: \"$ac_try\"") >&5 + { (eval echo "$as_me:4446: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4447: \$? = $ac_status" >&5 + echo "$as_me:4449: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sys_file_offset_bits=64; break else @@ -4455,7 +4457,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext break done fi -echo "$as_me:4458: result: $ac_cv_sys_file_offset_bits" >&5 +echo "$as_me:4460: result: $ac_cv_sys_file_offset_bits" >&5 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 if test "$ac_cv_sys_file_offset_bits" != no; then @@ -4465,7 +4467,7 @@ EOF fi rm -f conftest* - echo "$as_me:4468: checking for _LARGE_FILES value needed for large files" >&5 + echo "$as_me:4470: checking for _LARGE_FILES value needed for large files" >&5 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 if test "${ac_cv_sys_large_files+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4473,7 +4475,7 @@ else while :; do ac_cv_sys_large_files=no cat >conftest.$ac_ext <<_ACEOF -#line 4476 "configure" +#line 4478 "configure" #include "confdefs.h" #include <sys/types.h> /* Check that off_t can represent 2**63 - 1 correctly. @@ -4493,16 +4495,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4496: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4498: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4499: \$? = $ac_status" >&5 + echo "$as_me:4501: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4502: \"$ac_try\"") >&5 + { (eval echo "$as_me:4504: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4505: \$? = $ac_status" >&5 + echo "$as_me:4507: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -4511,7 +4513,7 @@ cat conftest.$ac_ext >&5 fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 4514 "configure" +#line 4516 "configure" #include "confdefs.h" #define _LARGE_FILES 1 #include <sys/types.h> @@ -4532,16 +4534,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4535: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4537: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4538: \$? = $ac_status" >&5 + echo "$as_me:4540: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4541: \"$ac_try\"") >&5 + { (eval echo "$as_me:4543: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4544: \$? = $ac_status" >&5 + echo "$as_me:4546: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sys_large_files=1; break else @@ -4552,7 +4554,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext break done fi -echo "$as_me:4555: result: $ac_cv_sys_large_files" >&5 +echo "$as_me:4557: result: $ac_cv_sys_large_files" >&5 echo "${ECHO_T}$ac_cv_sys_large_files" >&6 if test "$ac_cv_sys_large_files" != no; then @@ -4565,7 +4567,7 @@ rm -f conftest* fi if test "$enable_largefile" != no ; then - echo "$as_me:4568: checking for _LARGEFILE_SOURCE value needed for large files" >&5 + echo "$as_me:4570: checking for _LARGEFILE_SOURCE value needed for large files" >&5 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 if test "${ac_cv_sys_largefile_source+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4573,7 +4575,7 @@ else while :; do ac_cv_sys_largefile_source=no cat >conftest.$ac_ext <<_ACEOF -#line 4576 "configure" +#line 4578 "configure" #include "confdefs.h" #include <stdio.h> int @@ -4585,16 +4587,16 @@ return !fseeko; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4588: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4590: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4591: \$? = $ac_status" >&5 + echo "$as_me:4593: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4594: \"$ac_try\"") >&5 + { (eval echo "$as_me:4596: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4597: \$? = $ac_status" >&5 + echo "$as_me:4599: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -4603,7 +4605,7 @@ cat conftest.$ac_ext >&5 fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 4606 "configure" +#line 4608 "configure" #include "confdefs.h" #define _LARGEFILE_SOURCE 1 #include <stdio.h> @@ -4616,16 +4618,16 @@ return !fseeko; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4619: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4621: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4622: \$? = $ac_status" >&5 + echo "$as_me:4624: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4625: \"$ac_try\"") >&5 + { (eval echo "$as_me:4627: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4628: \$? = $ac_status" >&5 + echo "$as_me:4630: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sys_largefile_source=1; break else @@ -4636,7 +4638,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext break done fi -echo "$as_me:4639: result: $ac_cv_sys_largefile_source" >&5 +echo "$as_me:4641: result: $ac_cv_sys_largefile_source" >&5 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 if test "$ac_cv_sys_largefile_source" != no; then @@ -4650,13 +4652,13 @@ rm -f conftest* # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug # in glibc 2.1.3, but that breaks too many other things. # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. -echo "$as_me:4653: checking for fseeko" >&5 +echo "$as_me:4655: checking for fseeko" >&5 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 if test "${ac_cv_func_fseeko+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4659 "configure" +#line 4661 "configure" #include "confdefs.h" #include <stdio.h> int @@ -4668,16 +4670,16 @@ return fseeko && fseeko (stdin, 0, 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4671: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4673: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4674: \$? = $ac_status" >&5 + echo "$as_me:4676: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4677: \"$ac_try\"") >&5 + { (eval echo "$as_me:4679: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4680: \$? = $ac_status" >&5 + echo "$as_me:4682: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_fseeko=yes else @@ -4687,7 +4689,7 @@ ac_cv_func_fseeko=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:4690: result: $ac_cv_func_fseeko" >&5 +echo "$as_me:4692: result: $ac_cv_func_fseeko" >&5 echo "${ECHO_T}$ac_cv_func_fseeko" >&6 if test $ac_cv_func_fseeko = yes; then @@ -4708,14 +4710,14 @@ fi test "$ac_cv_sys_largefile_source" != no && CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE " test "$ac_cv_sys_file_offset_bits" != no && CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits " - echo "$as_me:4711: checking whether to use struct dirent64" >&5 + echo "$as_me:4713: checking whether to use struct dirent64" >&5 echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6 if test "${cf_cv_struct_dirent64+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4718 "configure" +#line 4720 "configure" #include "confdefs.h" #include <sys/types.h> @@ -4736,16 +4738,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4739: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4741: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4742: \$? = $ac_status" >&5 + echo "$as_me:4744: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4745: \"$ac_try\"") >&5 + { (eval echo "$as_me:4747: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4748: \$? = $ac_status" >&5 + echo "$as_me:4750: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_struct_dirent64=yes else @@ -4756,7 +4758,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4759: result: $cf_cv_struct_dirent64" >&5 +echo "$as_me:4761: result: $cf_cv_struct_dirent64" >&5 echo "${ECHO_T}$cf_cv_struct_dirent64" >&6 test "$cf_cv_struct_dirent64" = yes && cat >>confdefs.h <<\EOF #define HAVE_STRUCT_DIRENT64 1 @@ -4772,7 +4774,7 @@ fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -echo "$as_me:4775: checking for $ac_word" >&5 +echo "$as_me:4777: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4787,7 +4789,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_RANLIB="${ac_tool_prefix}ranlib" -echo "$as_me:4790: found $ac_dir/$ac_word" >&5 +echo "$as_me:4792: found $ac_dir/$ac_word" >&5 break done @@ -4795,10 +4797,10 @@ fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - echo "$as_me:4798: result: $RANLIB" >&5 + echo "$as_me:4800: result: $RANLIB" >&5 echo "${ECHO_T}$RANLIB" >&6 else - echo "$as_me:4801: result: no" >&5 + echo "$as_me:4803: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -4807,7 +4809,7 @@ if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -echo "$as_me:4810: checking for $ac_word" >&5 +echo "$as_me:4812: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4822,7 +4824,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_ac_ct_RANLIB="ranlib" -echo "$as_me:4825: found $ac_dir/$ac_word" >&5 +echo "$as_me:4827: found $ac_dir/$ac_word" >&5 break done @@ -4831,10 +4833,10 @@ fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - echo "$as_me:4834: result: $ac_ct_RANLIB" >&5 + echo "$as_me:4836: result: $ac_ct_RANLIB" >&5 echo "${ECHO_T}$ac_ct_RANLIB" >&6 else - echo "$as_me:4837: result: no" >&5 + echo "$as_me:4839: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -4843,13 +4845,13 @@ else RANLIB="$ac_cv_prog_RANLIB" fi -echo "$as_me:4846: checking for ANSI C header files" >&5 +echo "$as_me:4848: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4852 "configure" +#line 4854 "configure" #include "confdefs.h" #include <stdlib.h> #include <stdarg.h> @@ -4857,13 +4859,13 @@ else #include <float.h> _ACEOF -if { (eval echo "$as_me:4860: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4862: \"$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:4866: \$? = $ac_status" >&5 + echo "$as_me:4868: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4885,7 +4887,7 @@ rm -f conftest.err conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 4888 "configure" +#line 4890 "configure" #include "confdefs.h" #include <string.h> @@ -4903,7 +4905,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 4906 "configure" +#line 4908 "configure" #include "confdefs.h" #include <stdlib.h> @@ -4924,7 +4926,7 @@ if test $ac_cv_header_stdc = yes; then : else cat >conftest.$ac_ext <<_ACEOF -#line 4927 "configure" +#line 4929 "configure" #include "confdefs.h" #include <ctype.h> #if ((' ' & 0x0FF) == 0x020) @@ -4950,15 +4952,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:4953: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4955: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4956: \$? = $ac_status" >&5 + echo "$as_me:4958: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:4958: \"$ac_try\"") >&5 + { (eval echo "$as_me:4960: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4961: \$? = $ac_status" >&5 + echo "$as_me:4963: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -4971,7 +4973,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -echo "$as_me:4974: result: $ac_cv_header_stdc" >&5 +echo "$as_me:4976: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then @@ -4981,7 +4983,7 @@ EOF fi -echo "$as_me:4984: checking for inline" >&5 +echo "$as_me:4986: checking for inline" >&5 echo $ECHO_N "checking for inline... $ECHO_C" >&6 if test "${ac_cv_c_inline+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4989,7 +4991,7 @@ else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat >conftest.$ac_ext <<_ACEOF -#line 4992 "configure" +#line 4994 "configure" #include "confdefs.h" #ifndef __cplusplus static $ac_kw int static_foo () {return 0; } @@ -4998,16 +5000,16 @@ $ac_kw int foo () {return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5001: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5003: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5004: \$? = $ac_status" >&5 + echo "$as_me:5006: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5007: \"$ac_try\"") >&5 + { (eval echo "$as_me:5009: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5010: \$? = $ac_status" >&5 + echo "$as_me:5012: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_inline=$ac_kw; break else @@ -5018,7 +5020,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:5021: result: $ac_cv_c_inline" >&5 +echo "$as_me:5023: result: $ac_cv_c_inline" >&5 echo "${ECHO_T}$ac_cv_c_inline" >&6 case $ac_cv_c_inline in inline | yes) ;; @@ -5039,28 +5041,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:5042: checking for $ac_header" >&5 +echo "$as_me:5044: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5048 "configure" +#line 5050 "configure" #include "confdefs.h" $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5054: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5056: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5057: \$? = $ac_status" >&5 + echo "$as_me:5059: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5060: \"$ac_try\"") >&5 + { (eval echo "$as_me:5062: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5063: \$? = $ac_status" >&5 + echo "$as_me:5065: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Header=yes" else @@ -5070,7 +5072,7 @@ eval "$as_ac_Header=no" fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:5073: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:5075: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -5080,13 +5082,13 @@ EOF fi done -echo "$as_me:5083: checking for off_t" >&5 +echo "$as_me:5085: checking for off_t" >&5 echo $ECHO_N "checking for off_t... $ECHO_C" >&6 if test "${ac_cv_type_off_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5089 "configure" +#line 5091 "configure" #include "confdefs.h" $ac_includes_default int @@ -5101,16 +5103,16 @@ if (sizeof (off_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5104: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5106: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5107: \$? = $ac_status" >&5 + echo "$as_me:5109: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5110: \"$ac_try\"") >&5 + { (eval echo "$as_me:5112: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5113: \$? = $ac_status" >&5 + echo "$as_me:5115: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_off_t=yes else @@ -5120,7 +5122,7 @@ ac_cv_type_off_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:5123: result: $ac_cv_type_off_t" >&5 +echo "$as_me:5125: result: $ac_cv_type_off_t" >&5 echo "${ECHO_T}$ac_cv_type_off_t" >&6 if test $ac_cv_type_off_t = yes; then : @@ -5132,13 +5134,13 @@ EOF fi -echo "$as_me:5135: checking for size_t" >&5 +echo "$as_me:5137: checking for size_t" >&5 echo $ECHO_N "checking for size_t... $ECHO_C" >&6 if test "${ac_cv_type_size_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5141 "configure" +#line 5143 "configure" #include "confdefs.h" $ac_includes_default int @@ -5153,16 +5155,16 @@ if (sizeof (size_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5156: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5158: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5159: \$? = $ac_status" >&5 + echo "$as_me:5161: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5162: \"$ac_try\"") >&5 + { (eval echo "$as_me:5164: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5165: \$? = $ac_status" >&5 + echo "$as_me:5167: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_size_t=yes else @@ -5172,7 +5174,7 @@ ac_cv_type_size_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:5175: result: $ac_cv_type_size_t" >&5 +echo "$as_me:5177: result: $ac_cv_type_size_t" >&5 echo "${ECHO_T}$ac_cv_type_size_t" >&6 if test $ac_cv_type_size_t = yes; then : @@ -5186,13 +5188,13 @@ fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -echo "$as_me:5189: checking for working alloca.h" >&5 +echo "$as_me:5191: checking for working alloca.h" >&5 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 if test "${ac_cv_working_alloca_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5195 "configure" +#line 5197 "configure" #include "confdefs.h" #include <alloca.h> int @@ -5204,16 +5206,16 @@ char *p = (char *) alloca (2 * sizeof (int)); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5207: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5209: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5210: \$? = $ac_status" >&5 + echo "$as_me:5212: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5213: \"$ac_try\"") >&5 + { (eval echo "$as_me:5215: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5216: \$? = $ac_status" >&5 + echo "$as_me:5218: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_working_alloca_h=yes else @@ -5223,7 +5225,7 @@ ac_cv_working_alloca_h=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5226: result: $ac_cv_working_alloca_h" >&5 +echo "$as_me:5228: result: $ac_cv_working_alloca_h" >&5 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 if test $ac_cv_working_alloca_h = yes; then @@ -5233,13 +5235,13 @@ EOF fi -echo "$as_me:5236: checking for alloca" >&5 +echo "$as_me:5238: checking for alloca" >&5 echo $ECHO_N "checking for alloca... $ECHO_C" >&6 if test "${ac_cv_func_alloca_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5242 "configure" +#line 5244 "configure" #include "confdefs.h" #ifdef __GNUC__ # define alloca __builtin_alloca @@ -5271,16 +5273,16 @@ char *p = (char *) alloca (1); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5274: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5276: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5277: \$? = $ac_status" >&5 + echo "$as_me:5279: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5280: \"$ac_try\"") >&5 + { (eval echo "$as_me:5282: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5283: \$? = $ac_status" >&5 + echo "$as_me:5285: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_alloca_works=yes else @@ -5290,7 +5292,7 @@ ac_cv_func_alloca_works=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5293: result: $ac_cv_func_alloca_works" >&5 +echo "$as_me:5295: result: $ac_cv_func_alloca_works" >&5 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 if test $ac_cv_func_alloca_works = yes; then @@ -5311,13 +5313,13 @@ cat >>confdefs.h <<\EOF #define C_ALLOCA 1 EOF -echo "$as_me:5314: checking whether \`alloca.c' needs Cray hooks" >&5 +echo "$as_me:5316: checking whether \`alloca.c' needs Cray hooks" >&5 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 if test "${ac_cv_os_cray+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5320 "configure" +#line 5322 "configure" #include "confdefs.h" #if defined(CRAY) && ! defined(CRAY2) webecray @@ -5335,18 +5337,18 @@ fi rm -f conftest* fi -echo "$as_me:5338: result: $ac_cv_os_cray" >&5 +echo "$as_me:5340: result: $ac_cv_os_cray" >&5 echo "${ECHO_T}$ac_cv_os_cray" >&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:5343: checking for $ac_func" >&5 +echo "$as_me:5345: 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 5349 "configure" +#line 5351 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5377,16 +5379,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5380: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5382: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5383: \$? = $ac_status" >&5 + echo "$as_me:5385: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5386: \"$ac_try\"") >&5 + { (eval echo "$as_me:5388: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5389: \$? = $ac_status" >&5 + echo "$as_me:5391: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -5396,7 +5398,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5399: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:5401: 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 @@ -5410,7 +5412,7 @@ fi done fi -echo "$as_me:5413: checking stack direction for C alloca" >&5 +echo "$as_me:5415: checking stack direction for C alloca" >&5 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 if test "${ac_cv_c_stack_direction+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5419,7 +5421,7 @@ else ac_cv_c_stack_direction=0 else cat >conftest.$ac_ext <<_ACEOF -#line 5422 "configure" +#line 5424 "configure" #include "confdefs.h" int find_stack_direction () @@ -5442,15 +5444,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:5445: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5447: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5448: \$? = $ac_status" >&5 + echo "$as_me:5450: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:5450: \"$ac_try\"") >&5 + { (eval echo "$as_me:5452: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5453: \$? = $ac_status" >&5 + echo "$as_me:5455: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 else @@ -5462,7 +5464,7 @@ fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:5465: result: $ac_cv_c_stack_direction" >&5 +echo "$as_me:5467: result: $ac_cv_c_stack_direction" >&5 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 cat >>confdefs.h <<EOF @@ -5474,23 +5476,23 @@ fi for ac_header in stdlib.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:5477: checking for $ac_header" >&5 +echo "$as_me:5479: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5483 "configure" +#line 5485 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:5487: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5489: \"$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:5493: \$? = $ac_status" >&5 + echo "$as_me:5495: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -5509,7 +5511,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:5512: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:5514: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -5522,13 +5524,13 @@ done for ac_func in getpagesize do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:5525: checking for $ac_func" >&5 +echo "$as_me:5527: 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 5531 "configure" +#line 5533 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5559,16 +5561,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5562: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5564: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5565: \$? = $ac_status" >&5 + echo "$as_me:5567: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5568: \"$ac_try\"") >&5 + { (eval echo "$as_me:5570: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5571: \$? = $ac_status" >&5 + echo "$as_me:5573: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -5578,7 +5580,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5581: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:5583: 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 <<EOF @@ -5588,7 +5590,7 @@ EOF fi done -echo "$as_me:5591: checking for working mmap" >&5 +echo "$as_me:5593: checking for working mmap" >&5 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5597,7 +5599,7 @@ else ac_cv_func_mmap_fixed_mapped=no else cat >conftest.$ac_ext <<_ACEOF -#line 5600 "configure" +#line 5602 "configure" #include "confdefs.h" $ac_includes_default /* Thanks to Mike Haertel and Jim Avera for this test. @@ -5724,15 +5726,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:5727: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5729: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5730: \$? = $ac_status" >&5 + echo "$as_me:5732: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:5732: \"$ac_try\"") >&5 + { (eval echo "$as_me:5734: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5735: \$? = $ac_status" >&5 + echo "$as_me:5737: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_mmap_fixed_mapped=yes else @@ -5744,7 +5746,7 @@ fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:5747: result: $ac_cv_func_mmap_fixed_mapped" >&5 +echo "$as_me:5749: result: $ac_cv_func_mmap_fixed_mapped" >&5 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 if test $ac_cv_func_mmap_fixed_mapped = yes; then @@ -5755,13 +5757,13 @@ EOF fi rm -f conftest.mmap - echo "$as_me:5758: checking whether we are using the GNU C Library 2.1 or newer" >&5 + echo "$as_me:5760: checking whether we are using the GNU C Library 2.1 or newer" >&5 echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6 if test "${ac_cv_gnu_library_2_1+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5764 "configure" +#line 5766 "configure" #include "confdefs.h" #include <features.h> @@ -5781,7 +5783,7 @@ fi rm -f conftest* fi -echo "$as_me:5784: result: $ac_cv_gnu_library_2_1" >&5 +echo "$as_me:5786: result: $ac_cv_gnu_library_2_1" >&5 echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6 GLIBC21="$ac_cv_gnu_library_2_1" @@ -5810,23 +5812,23 @@ for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ stdlib.h string.h unistd.h sys/param.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:5813: checking for $ac_header" >&5 +echo "$as_me:5815: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5819 "configure" +#line 5821 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:5823: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5825: \"$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:5829: \$? = $ac_status" >&5 + echo "$as_me:5831: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -5845,7 +5847,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:5848: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:5850: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -5860,13 +5862,13 @@ getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \ strdup strtoul tsearch __argz_count __argz_stringify __argz_next do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:5863: checking for $ac_func" >&5 +echo "$as_me:5865: 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 5869 "configure" +#line 5871 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5897,16 +5899,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5900: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5902: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5903: \$? = $ac_status" >&5 + echo "$as_me:5905: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5906: \"$ac_try\"") >&5 + { (eval echo "$as_me:5908: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5909: \$? = $ac_status" >&5 + echo "$as_me:5911: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -5916,7 +5918,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5919: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:5921: 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 <<EOF @@ -5964,7 +5966,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 5967 "configure" +#line 5969 "configure" #include "confdefs.h" #include <stdio.h> int @@ -5976,16 +5978,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5979: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5981: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5982: \$? = $ac_status" >&5 + echo "$as_me:5984: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5985: \"$ac_try\"") >&5 + { (eval echo "$as_me:5987: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5988: \$? = $ac_status" >&5 + echo "$as_me:5990: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -6000,7 +6002,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:6003: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:6005: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -6041,7 +6043,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 6044 "configure" +#line 6046 "configure" #include "confdefs.h" #include <stdio.h> int @@ -6053,16 +6055,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6056: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6058: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6059: \$? = $ac_status" >&5 + echo "$as_me:6061: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6062: \"$ac_try\"") >&5 + { (eval echo "$as_me:6064: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6065: \$? = $ac_status" >&5 + echo "$as_me:6067: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -6077,7 +6079,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:6080: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:6082: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -6093,7 +6095,7 @@ echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 fi else -{ { echo "$as_me:6096: error: cannot find libiconv under $withval" >&5 +{ { echo "$as_me:6098: error: cannot find libiconv under $withval" >&5 echo "$as_me: error: cannot find libiconv under $withval" >&2;} { (exit 1); exit 1; }; } fi @@ -6116,7 +6118,7 @@ if test -n "$cf_searchpath/lib" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:6119: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:6121: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -6143,7 +6145,7 @@ if test -n "$cf_searchpath" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:6146: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:6148: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -6152,7 +6154,7 @@ echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 fi else -{ { echo "$as_me:6155: error: cannot find libiconv under $withval" >&5 +{ { echo "$as_me:6157: error: cannot find libiconv under $withval" >&5 echo "$as_me: error: cannot find libiconv under $withval" >&2;} { (exit 1); exit 1; }; } fi @@ -6163,7 +6165,7 @@ done fi; - echo "$as_me:6166: checking for iconv" >&5 + echo "$as_me:6168: checking for iconv" >&5 echo $ECHO_N "checking for iconv... $ECHO_C" >&6 if test "${am_cv_func_iconv+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6174,10 +6176,10 @@ else cf_cv_header_path_iconv= cf_cv_library_path_iconv= -echo "${as_me-configure}:6177: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me-configure}:6179: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 6180 "configure" +#line 6182 "configure" #include "confdefs.h" #include <stdlib.h> @@ -6196,16 +6198,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6199: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6201: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6202: \$? = $ac_status" >&5 + echo "$as_me:6204: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6205: \"$ac_try\"") >&5 + { (eval echo "$as_me:6207: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6208: \$? = $ac_status" >&5 + echo "$as_me:6210: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_iconv=yes else @@ -6214,7 +6216,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_iconv=no -echo "${as_me-configure}:6217: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me-configure}:6219: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -6295,11 +6297,11 @@ test -d "$oldincludedir" && { if test -d $cf_cv_header_path_iconv ; then test -n "$verbose" && echo " ... testing $cf_cv_header_path_iconv" 1>&6 -echo "${as_me-configure}:6298: testing ... testing $cf_cv_header_path_iconv ..." 1>&5 +echo "${as_me-configure}:6300: testing ... testing $cf_cv_header_path_iconv ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_iconv" cat >conftest.$ac_ext <<_ACEOF -#line 6302 "configure" +#line 6304 "configure" #include "confdefs.h" #include <stdlib.h> @@ -6318,21 +6320,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6321: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6323: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6324: \$? = $ac_status" >&5 + echo "$as_me:6326: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6327: \"$ac_try\"") >&5 + { (eval echo "$as_me:6329: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6330: \$? = $ac_status" >&5 + echo "$as_me:6332: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found iconv headers in $cf_cv_header_path_iconv" 1>&6 -echo "${as_me-configure}:6335: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5 +echo "${as_me-configure}:6337: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5 cf_cv_find_linkage_iconv=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -6350,7 +6352,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_iconv" = maybe ; then -echo "${as_me-configure}:6353: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me-configure}:6355: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -6418,13 +6420,13 @@ test -d "$HOME" && \ if test -d $cf_cv_library_path_iconv ; then test -n "$verbose" && echo " ... testing $cf_cv_library_path_iconv" 1>&6 -echo "${as_me-configure}:6421: testing ... testing $cf_cv_library_path_iconv ..." 1>&5 +echo "${as_me-configure}:6423: testing ... testing $cf_cv_library_path_iconv ..." 1>&5 CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-liconv $cf_save_LIBS" LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_iconv" cat >conftest.$ac_ext <<_ACEOF -#line 6427 "configure" +#line 6429 "configure" #include "confdefs.h" #include <stdlib.h> @@ -6443,21 +6445,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6446: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6448: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6449: \$? = $ac_status" >&5 + echo "$as_me:6451: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6452: \"$ac_try\"") >&5 + { (eval echo "$as_me:6454: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6455: \$? = $ac_status" >&5 + echo "$as_me:6457: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found iconv library in $cf_cv_library_path_iconv" 1>&6 -echo "${as_me-configure}:6460: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5 +echo "${as_me-configure}:6462: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5 cf_cv_find_linkage_iconv=yes cf_cv_library_file_iconv="-liconv" @@ -6493,7 +6495,7 @@ am_cv_func_iconv="no, consider installing GNU libiconv" fi fi -echo "$as_me:6496: result: $am_cv_func_iconv" >&5 +echo "$as_me:6498: result: $am_cv_func_iconv" >&5 echo "${ECHO_T}$am_cv_func_iconv" >&6 if test "$am_cv_func_iconv" = yes; then @@ -6502,14 +6504,14 @@ cat >>confdefs.h <<\EOF #define HAVE_ICONV 1 EOF - echo "$as_me:6505: checking if the declaration of iconv() needs const." >&5 + echo "$as_me:6507: checking if the declaration of iconv() needs const." >&5 echo $ECHO_N "checking if the declaration of iconv() needs const.... $ECHO_C" >&6 if test "${am_cv_proto_iconv_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6512 "configure" +#line 6514 "configure" #include "confdefs.h" #include <stdlib.h> @@ -6534,16 +6536,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6537: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6539: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6540: \$? = $ac_status" >&5 + echo "$as_me:6542: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6543: \"$ac_try\"") >&5 + { (eval echo "$as_me:6545: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6546: \$? = $ac_status" >&5 + echo "$as_me:6548: \$? = $ac_status" >&5 (exit $ac_status); }; }; then am_cv_proto_iconv_const=no else @@ -6553,7 +6555,7 @@ am_cv_proto_iconv_const=yes fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6556: result: $am_cv_proto_iconv_const" >&5 +echo "$as_me:6558: result: $am_cv_proto_iconv_const" >&5 echo "${ECHO_T}$am_cv_proto_iconv_const" >&6 if test "$am_cv_proto_iconv_const" = yes ; then @@ -6595,7 +6597,7 @@ if test -n "$cf_cv_header_path_iconv" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 6598 "configure" +#line 6600 "configure" #include "confdefs.h" #include <stdio.h> int @@ -6607,16 +6609,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6610: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6612: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6613: \$? = $ac_status" >&5 + echo "$as_me:6615: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6616: \"$ac_try\"") >&5 + { (eval echo "$as_me:6618: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6619: \$? = $ac_status" >&5 + echo "$as_me:6621: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -6631,7 +6633,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:6634: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:6636: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -6666,7 +6668,7 @@ if test -n "$cf_cv_library_path_iconv" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:6669: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:6671: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -6677,13 +6679,13 @@ fi fi fi - echo "$as_me:6680: checking for nl_langinfo and CODESET" >&5 + echo "$as_me:6682: checking for nl_langinfo and CODESET" >&5 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 if test "${am_cv_langinfo_codeset+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6686 "configure" +#line 6688 "configure" #include "confdefs.h" #include <langinfo.h> int @@ -6695,16 +6697,16 @@ char* cs = nl_langinfo(CODESET); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6698: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6700: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6701: \$? = $ac_status" >&5 + echo "$as_me:6703: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6704: \"$ac_try\"") >&5 + { (eval echo "$as_me:6706: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6707: \$? = $ac_status" >&5 + echo "$as_me:6709: \$? = $ac_status" >&5 (exit $ac_status); }; }; then am_cv_langinfo_codeset=yes else @@ -6715,7 +6717,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6718: result: $am_cv_langinfo_codeset" >&5 +echo "$as_me:6720: result: $am_cv_langinfo_codeset" >&5 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 if test $am_cv_langinfo_codeset = yes; then @@ -6726,13 +6728,13 @@ EOF fi if test $ac_cv_header_locale_h = yes; then - echo "$as_me:6729: checking for LC_MESSAGES" >&5 + echo "$as_me:6731: checking for LC_MESSAGES" >&5 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6 if test "${am_cv_val_LC_MESSAGES+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6735 "configure" +#line 6737 "configure" #include "confdefs.h" #include <locale.h> int @@ -6744,16 +6746,16 @@ return LC_MESSAGES } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6747: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6749: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6750: \$? = $ac_status" >&5 + echo "$as_me:6752: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6753: \"$ac_try\"") >&5 + { (eval echo "$as_me:6755: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6756: \$? = $ac_status" >&5 + echo "$as_me:6758: \$? = $ac_status" >&5 (exit $ac_status); }; }; then am_cv_val_LC_MESSAGES=yes else @@ -6763,7 +6765,7 @@ am_cv_val_LC_MESSAGES=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6766: result: $am_cv_val_LC_MESSAGES" >&5 +echo "$as_me:6768: result: $am_cv_val_LC_MESSAGES" >&5 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6 if test $am_cv_val_LC_MESSAGES = yes; then @@ -6773,7 +6775,7 @@ EOF fi fi - echo "$as_me:6776: checking whether NLS is requested" >&5 + echo "$as_me:6778: checking whether NLS is requested" >&5 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 # Check whether --enable-nls or --disable-nls was given. @@ -6783,7 +6785,7 @@ if test "${enable_nls+set}" = set; then else USE_NLS=no fi; - echo "$as_me:6786: result: $USE_NLS" >&5 + echo "$as_me:6788: result: $USE_NLS" >&5 echo "${ECHO_T}$USE_NLS" >&6 BUILD_INCLUDED_LIBINTL=no @@ -6796,7 +6798,7 @@ cat >>confdefs.h <<\EOF #define ENABLE_NLS 1 EOF - echo "$as_me:6799: checking whether included gettext is requested" >&5 + echo "$as_me:6801: checking whether included gettext is requested" >&5 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6 # Check whether --with-included-gettext or --without-included-gettext was given. @@ -6806,14 +6808,14 @@ if test "${with_included_gettext+set}" = set; then else nls_cv_force_use_gnu_gettext=no fi; - echo "$as_me:6809: result: $nls_cv_force_use_gnu_gettext" >&5 + echo "$as_me:6811: result: $nls_cv_force_use_gnu_gettext" >&5 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then CATOBJEXT=NONE - echo "$as_me:6816: checking for libintl.h and gettext()" >&5 + echo "$as_me:6818: checking for libintl.h and gettext()" >&5 echo $ECHO_N "checking for libintl.h and gettext()... $ECHO_C" >&6 if test "${cf_cv_func_gettext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6824,10 +6826,10 @@ else cf_cv_header_path_intl= cf_cv_library_path_intl= -echo "${as_me-configure}:6827: testing Starting FIND_LINKAGE(intl,) ..." 1>&5 +echo "${as_me-configure}:6829: testing Starting FIND_LINKAGE(intl,) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 6830 "configure" +#line 6832 "configure" #include "confdefs.h" #include <libintl.h> @@ -6847,16 +6849,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6850: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6852: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6853: \$? = $ac_status" >&5 + echo "$as_me:6855: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6856: \"$ac_try\"") >&5 + { (eval echo "$as_me:6858: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6859: \$? = $ac_status" >&5 + echo "$as_me:6861: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_intl=yes else @@ -6865,7 +6867,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_intl=no -echo "${as_me-configure}:6868: testing Searching for headers in FIND_LINKAGE(intl,) ..." 1>&5 +echo "${as_me-configure}:6870: testing Searching for headers in FIND_LINKAGE(intl,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -6946,11 +6948,11 @@ test -d "$oldincludedir" && { if test -d $cf_cv_header_path_intl ; then test -n "$verbose" && echo " ... testing $cf_cv_header_path_intl" 1>&6 -echo "${as_me-configure}:6949: testing ... testing $cf_cv_header_path_intl ..." 1>&5 +echo "${as_me-configure}:6951: testing ... testing $cf_cv_header_path_intl ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_intl" cat >conftest.$ac_ext <<_ACEOF -#line 6953 "configure" +#line 6955 "configure" #include "confdefs.h" #include <libintl.h> @@ -6970,21 +6972,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6973: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6975: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6976: \$? = $ac_status" >&5 + echo "$as_me:6978: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6979: \"$ac_try\"") >&5 + { (eval echo "$as_me:6981: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6982: \$? = $ac_status" >&5 + echo "$as_me:6984: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found intl headers in $cf_cv_header_path_intl" 1>&6 -echo "${as_me-configure}:6987: testing ... found intl headers in $cf_cv_header_path_intl ..." 1>&5 +echo "${as_me-configure}:6989: testing ... found intl headers in $cf_cv_header_path_intl ..." 1>&5 cf_cv_find_linkage_intl=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -7002,7 +7004,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_intl" = maybe ; then -echo "${as_me-configure}:7005: testing Searching for intl library in FIND_LINKAGE(intl,) ..." 1>&5 +echo "${as_me-configure}:7007: testing Searching for intl library in FIND_LINKAGE(intl,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -7070,13 +7072,13 @@ test -d "$HOME" && \ if test -d $cf_cv_library_path_intl ; then test -n "$verbose" && echo " ... testing $cf_cv_library_path_intl" 1>&6 -echo "${as_me-configure}:7073: testing ... testing $cf_cv_library_path_intl ..." 1>&5 +echo "${as_me-configure}:7075: testing ... testing $cf_cv_library_path_intl ..." 1>&5 CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lintl $cf_save_LIBS" LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_intl" cat >conftest.$ac_ext <<_ACEOF -#line 7079 "configure" +#line 7081 "configure" #include "confdefs.h" #include <libintl.h> @@ -7096,21 +7098,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7099: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7101: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7102: \$? = $ac_status" >&5 + echo "$as_me:7104: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7105: \"$ac_try\"") >&5 + { (eval echo "$as_me:7107: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7108: \$? = $ac_status" >&5 + echo "$as_me:7110: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found intl library in $cf_cv_library_path_intl" 1>&6 -echo "${as_me-configure}:7113: testing ... found intl library in $cf_cv_library_path_intl ..." 1>&5 +echo "${as_me-configure}:7115: testing ... found intl library in $cf_cv_library_path_intl ..." 1>&5 cf_cv_find_linkage_intl=yes cf_cv_library_file_intl="-lintl" @@ -7146,7 +7148,7 @@ cf_cv_func_gettext=no fi fi -echo "$as_me:7149: result: $cf_cv_func_gettext" >&5 +echo "$as_me:7151: result: $cf_cv_func_gettext" >&5 echo "${ECHO_T}$cf_cv_func_gettext" >&6 if test "$cf_cv_func_gettext" = yes ; then @@ -7184,7 +7186,7 @@ if test -n "$cf_cv_header_path_intl" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 7187 "configure" +#line 7189 "configure" #include "confdefs.h" #include <stdio.h> int @@ -7196,16 +7198,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7199: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7201: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7202: \$? = $ac_status" >&5 + echo "$as_me:7204: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7205: \"$ac_try\"") >&5 + { (eval echo "$as_me:7207: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7208: \$? = $ac_status" >&5 + echo "$as_me:7210: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -7220,7 +7222,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:7223: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:7225: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -7255,7 +7257,7 @@ if test -n "$cf_cv_library_path_intl" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:7258: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:7260: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 INTLLIBS="-L$cf_add_libdir $$INTLLIBS" fi @@ -7271,13 +7273,13 @@ fi for ac_func in dcgettext do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:7274: checking for $ac_func" >&5 +echo "$as_me:7276: 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 7280 "configure" +#line 7282 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -7308,16 +7310,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7311: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7313: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7314: \$? = $ac_status" >&5 + echo "$as_me:7316: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7317: \"$ac_try\"") >&5 + { (eval echo "$as_me:7319: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7320: \$? = $ac_status" >&5 + echo "$as_me:7322: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -7327,7 +7329,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:7330: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:7332: 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 <<EOF @@ -7342,7 +7344,7 @@ done # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 -echo "$as_me:7345: checking for $ac_word" >&5 +echo "$as_me:7347: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_MSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7370,16 +7372,16 @@ esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then - echo "$as_me:7373: result: $MSGFMT" >&5 + echo "$as_me:7375: result: $MSGFMT" >&5 echo "${ECHO_T}$MSGFMT" >&6 else - echo "$as_me:7376: result: no" >&5 + echo "$as_me:7378: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 -echo "$as_me:7382: checking for $ac_word" >&5 +echo "$as_me:7384: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_GMSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7396,7 +7398,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_GMSGFMT="$ac_dir/$ac_word" - echo "$as_me:7399: found $ac_dir/$ac_word" >&5 + echo "$as_me:7401: found $ac_dir/$ac_word" >&5 break fi done @@ -7408,17 +7410,17 @@ fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then - echo "$as_me:7411: result: $GMSGFMT" >&5 + echo "$as_me:7413: result: $GMSGFMT" >&5 echo "${ECHO_T}$GMSGFMT" >&6 else - echo "$as_me:7414: result: no" >&5 + echo "$as_me:7416: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 -echo "$as_me:7421: checking for $ac_word" >&5 +echo "$as_me:7423: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_XGETTEXT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7446,10 +7448,10 @@ esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then - echo "$as_me:7449: result: $XGETTEXT" >&5 + echo "$as_me:7451: result: $XGETTEXT" >&5 echo "${ECHO_T}$XGETTEXT" >&6 else - echo "$as_me:7452: result: no" >&5 + echo "$as_me:7454: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -7464,7 +7466,7 @@ fi if test "$nls_cv_use_gnu_gettext" = "yes"; then if test ! -d $srcdir/intl ; then - { { echo "$as_me:7467: error: no NLS library is packaged with this application" >&5 + { { echo "$as_me:7469: error: no NLS library is packaged with this application" >&5 echo "$as_me: error: no NLS library is packaged with this application" >&2;} { (exit 1); exit 1; }; } fi @@ -7472,7 +7474,7 @@ echo "$as_me: error: no NLS library is packaged with this application" >&2;} # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 -echo "$as_me:7475: checking for $ac_word" >&5 +echo "$as_me:7477: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_MSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7500,16 +7502,16 @@ esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then - echo "$as_me:7503: result: $MSGFMT" >&5 + echo "$as_me:7505: result: $MSGFMT" >&5 echo "${ECHO_T}$MSGFMT" >&6 else - echo "$as_me:7506: result: no" >&5 + echo "$as_me:7508: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 -echo "$as_me:7512: checking for $ac_word" >&5 +echo "$as_me:7514: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_GMSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7526,7 +7528,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_GMSGFMT="$ac_dir/$ac_word" - echo "$as_me:7529: found $ac_dir/$ac_word" >&5 + echo "$as_me:7531: found $ac_dir/$ac_word" >&5 break fi done @@ -7538,17 +7540,17 @@ fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then - echo "$as_me:7541: result: $GMSGFMT" >&5 + echo "$as_me:7543: result: $GMSGFMT" >&5 echo "${ECHO_T}$GMSGFMT" >&6 else - echo "$as_me:7544: result: no" >&5 + echo "$as_me:7546: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 -echo "$as_me:7551: checking for $ac_word" >&5 +echo "$as_me:7553: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_XGETTEXT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7576,10 +7578,10 @@ esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then - echo "$as_me:7579: result: $XGETTEXT" >&5 + echo "$as_me:7581: result: $XGETTEXT" >&5 echo "${ECHO_T}$XGETTEXT" >&6 else - echo "$as_me:7582: result: no" >&5 + echo "$as_me:7584: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -7594,7 +7596,7 @@ fi if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then : ; else - echo "$as_me:7597: result: found msgfmt program is not GNU msgfmt; ignore it" >&5 + echo "$as_me:7599: result: found msgfmt program is not GNU msgfmt; ignore it" >&5 echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6 GMSGFMT=":" fi @@ -7604,7 +7606,7 @@ echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6 if $XGETTEXT --omit-header /dev/null >/dev/null 2>&1; then : ; else - echo "$as_me:7607: result: found xgettext program is not GNU xgettext; ignore it" >&5 + echo "$as_me:7609: result: found xgettext program is not GNU xgettext; ignore it" >&5 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6 XGETTEXT=":" fi @@ -7624,7 +7626,7 @@ echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6 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:7627: checking for $ac_word" >&5 +echo "$as_me:7629: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_INTLBISON+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7639,7 +7641,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_INTLBISON="$ac_prog" -echo "$as_me:7642: found $ac_dir/$ac_word" >&5 +echo "$as_me:7644: found $ac_dir/$ac_word" >&5 break done @@ -7647,10 +7649,10 @@ fi fi INTLBISON=$ac_cv_prog_INTLBISON if test -n "$INTLBISON"; then - echo "$as_me:7650: result: $INTLBISON" >&5 + echo "$as_me:7652: result: $INTLBISON" >&5 echo "${ECHO_T}$INTLBISON" >&6 else - echo "$as_me:7653: result: no" >&5 + echo "$as_me:7655: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -7660,7 +7662,7 @@ done if test -z "$INTLBISON"; then ac_verc_fail=yes else - echo "$as_me:7663: checking version of bison" >&5 + echo "$as_me:7665: checking version of bison" >&5 echo $ECHO_N "checking version of bison... $ECHO_C" >&6 ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` case $ac_prog_version in @@ -7669,7 +7671,7 @@ echo $ECHO_N "checking version of bison... $ECHO_C" >&6 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; esac - echo "$as_me:7672: result: $ac_prog_version" >&5 + echo "$as_me:7674: result: $ac_prog_version" >&5 echo "${ECHO_T}$ac_prog_version" >&6 fi if test $ac_verc_fail = yes; then @@ -7695,7 +7697,7 @@ echo "${ECHO_T}$ac_prog_version" >&6 if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else - echo "$as_me:7698: checking for catalogs to be installed" >&5 + echo "$as_me:7700: checking for catalogs to be installed" >&5 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6 NEW_LINGUAS= for presentlang in $ALL_LINGUAS; do @@ -7715,7 +7717,7 @@ echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6 fi done LINGUAS=$NEW_LINGUAS - echo "$as_me:7718: result: $LINGUAS" >&5 + echo "$as_me:7720: result: $LINGUAS" >&5 echo "${ECHO_T}$LINGUAS" >&6 fi @@ -7748,7 +7750,7 @@ cf_makefile=makefile use_our_messages=no if test "$USE_NLS" = yes ; then if test -d $srcdir/po ; then -echo "$as_me:7751: checking if we should use included message-library" >&5 +echo "$as_me:7753: checking if we should use included message-library" >&5 echo $ECHO_N "checking if we should use included message-library... $ECHO_C" >&6 # Check whether --enable-included-msgs or --disable-included-msgs was given. @@ -7759,7 +7761,7 @@ else use_our_messages=yes fi; fi -echo "$as_me:7762: result: $use_our_messages" >&5 +echo "$as_me:7764: result: $use_our_messages" >&5 echo "${ECHO_T}$use_our_messages" >&6 fi @@ -7800,23 +7802,23 @@ else for ac_header in libintl.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:7803: checking for $ac_header" >&5 +echo "$as_me:7805: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7809 "configure" +#line 7811 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:7813: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:7815: \"$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:7819: \$? = $ac_status" >&5 + echo "$as_me:7821: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -7835,7 +7837,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:7838: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:7840: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -7918,7 +7920,7 @@ case ".$withval" in #(vi withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; *) - { { echo "$as_me:7921: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:7923: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -7927,7 +7929,7 @@ esac fi NLS_DATADIR="$withval" -echo "$as_me:7930: checking if you want full utility pathnames" >&5 +echo "$as_me:7932: checking if you want full utility pathnames" >&5 echo $ECHO_N "checking if you want full utility pathnames... $ECHO_C" >&6 # Check whether --enable-full-paths or --disable-full-paths was given. @@ -7944,13 +7946,13 @@ else with_full_paths=yes fi; -echo "$as_me:7947: result: $with_full_paths" >&5 +echo "$as_me:7949: result: $with_full_paths" >&5 echo "${ECHO_T}$with_full_paths" >&6 test $with_full_paths = no && cat >>confdefs.h <<\EOF #define USE_EXECVP 1 EOF -echo "$as_me:7953: checking for system mailer" >&5 +echo "$as_me:7955: checking for system mailer" >&5 echo $ECHO_N "checking for system mailer... $ECHO_C" >&6 if test "${cf_cv_SYSTEM_MAIL+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7970,13 +7972,13 @@ else fi -echo "$as_me:7973: result: $cf_cv_SYSTEM_MAIL" >&5 +echo "$as_me:7975: result: $cf_cv_SYSTEM_MAIL" >&5 echo "${ECHO_T}$cf_cv_SYSTEM_MAIL" >&6 cat >>confdefs.h <<EOF #define SYSTEM_MAIL "$cf_cv_SYSTEM_MAIL" EOF -echo "$as_me:7979: checking system mail flags" >&5 +echo "$as_me:7981: checking system mail flags" >&5 echo $ECHO_N "checking system mail flags... $ECHO_C" >&6 if test "${cf_cv_system_mail_flags+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7992,7 +7994,7 @@ else fi -echo "$as_me:7995: result: $cf_cv_system_mail_flags" >&5 +echo "$as_me:7997: result: $cf_cv_system_mail_flags" >&5 echo "${ECHO_T}$cf_cv_system_mail_flags" >&6 cat >>confdefs.h <<EOF #define SYSTEM_MAIL_FLAGS "$cf_cv_system_mail_flags" @@ -8004,7 +8006,7 @@ if test $with_full_paths = no ; then fi fi -echo "$as_me:8007: checking if $CC -U and -D options work together" >&5 +echo "$as_me:8009: checking if $CC -U and -D options work together" >&5 echo $ECHO_N "checking if $CC -U and -D options work together... $ECHO_C" >&6 if test "${cf_cv_cc_u_d_options+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8013,7 +8015,7 @@ else cf_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="-UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS" cat >conftest.$ac_ext <<_ACEOF -#line 8016 "configure" +#line 8018 "configure" #include "confdefs.h" int @@ -8032,16 +8034,16 @@ make a defined-error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8035: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8037: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8038: \$? = $ac_status" >&5 + echo "$as_me:8040: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8041: \"$ac_try\"") >&5 + { (eval echo "$as_me:8043: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8044: \$? = $ac_status" >&5 + echo "$as_me:8046: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_cc_u_d_options=yes @@ -8055,7 +8057,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext CPPFLAGS="$cf_save_CPPFLAGS" fi -echo "$as_me:8058: result: $cf_cv_cc_u_d_options" >&5 +echo "$as_me:8060: result: $cf_cv_cc_u_d_options" >&5 echo "${ECHO_T}$cf_cv_cc_u_d_options" >&6 cf_XOPEN_SOURCE=600 @@ -8081,14 +8083,14 @@ irix[56].*) #(vi ;; linux*|gnu*|k*bsd*-gnu) #(vi -echo "$as_me:8084: checking if we must define _GNU_SOURCE" >&5 +echo "$as_me:8086: checking if we must define _GNU_SOURCE" >&5 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6 if test "${cf_cv_gnu_source+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8091 "configure" +#line 8093 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -8103,16 +8105,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8106: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8108: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8109: \$? = $ac_status" >&5 + echo "$as_me:8111: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8112: \"$ac_try\"") >&5 + { (eval echo "$as_me:8114: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8115: \$? = $ac_status" >&5 + echo "$as_me:8117: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_gnu_source=no else @@ -8121,7 +8123,7 @@ cat conftest.$ac_ext >&5 cf_save="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" cat >conftest.$ac_ext <<_ACEOF -#line 8124 "configure" +#line 8126 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -8136,16 +8138,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8139: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8141: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8142: \$? = $ac_status" >&5 + echo "$as_me:8144: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8145: \"$ac_try\"") >&5 + { (eval echo "$as_me:8147: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8148: \$? = $ac_status" >&5 + echo "$as_me:8150: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_gnu_source=no else @@ -8160,7 +8162,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:8163: result: $cf_cv_gnu_source" >&5 +echo "$as_me:8165: result: $cf_cv_gnu_source" >&5 echo "${ECHO_T}$cf_cv_gnu_source" >&6 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" @@ -8187,14 +8189,14 @@ solaris*) #(vi CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__" ;; *) - echo "$as_me:8190: checking if we should define _XOPEN_SOURCE" >&5 + echo "$as_me:8192: checking if we should define _XOPEN_SOURCE" >&5 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 if test "${cf_cv_xopen_source+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8197 "configure" +#line 8199 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -8209,16 +8211,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8212: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8214: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8215: \$? = $ac_status" >&5 + echo "$as_me:8217: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8218: \"$ac_try\"") >&5 + { (eval echo "$as_me:8220: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8221: \$? = $ac_status" >&5 + echo "$as_me:8223: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_xopen_source=no else @@ -8227,7 +8229,7 @@ cat conftest.$ac_ext >&5 cf_save="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" cat >conftest.$ac_ext <<_ACEOF -#line 8230 "configure" +#line 8232 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -8242,16 +8244,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8245: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8247: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8248: \$? = $ac_status" >&5 + echo "$as_me:8250: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8251: \"$ac_try\"") >&5 + { (eval echo "$as_me:8253: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8254: \$? = $ac_status" >&5 + echo "$as_me:8256: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_xopen_source=no else @@ -8266,7 +8268,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:8269: result: $cf_cv_xopen_source" >&5 +echo "$as_me:8271: result: $cf_cv_xopen_source" >&5 echo "${ECHO_T}$cf_cv_xopen_source" >&6 if test "$cf_cv_xopen_source" != no ; then @@ -8300,16 +8302,16 @@ cf_trim_CPPFLAGS=`echo "$cf_save_CPPFLAGS" | \ sed -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?[ ]/ /g' \ -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?$//g'` -echo "$as_me:8303: checking if we should define _POSIX_C_SOURCE" >&5 +echo "$as_me:8305: checking if we should define _POSIX_C_SOURCE" >&5 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 if test "${cf_cv_posix_c_source+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else -echo "${as_me-configure}:8309: testing if the symbol is already defined go no further ..." 1>&5 +echo "${as_me-configure}:8311: testing if the symbol is already defined go no further ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 8312 "configure" +#line 8314 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -8324,16 +8326,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8327: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8329: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8330: \$? = $ac_status" >&5 + echo "$as_me:8332: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8333: \"$ac_try\"") >&5 + { (eval echo "$as_me:8335: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8336: \$? = $ac_status" >&5 + echo "$as_me:8338: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_posix_c_source=no else @@ -8354,7 +8356,7 @@ cf_want_posix_source=no esac if test "$cf_want_posix_source" = yes ; then cat >conftest.$ac_ext <<_ACEOF -#line 8357 "configure" +#line 8359 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -8369,16 +8371,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8372: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8374: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8375: \$? = $ac_status" >&5 + echo "$as_me:8377: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8378: \"$ac_try\"") >&5 + { (eval echo "$as_me:8380: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8381: \$? = $ac_status" >&5 + echo "$as_me:8383: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -8389,15 +8391,15 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "${as_me-configure}:8392: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 +echo "${as_me-configure}:8394: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 CFLAGS="$cf_trim_CFLAGS" CPPFLAGS="$cf_trim_CPPFLAGS $cf_cv_posix_c_source" -echo "${as_me-configure}:8397: testing if the second compile does not leave our definition intact error ..." 1>&5 +echo "${as_me-configure}:8399: testing if the second compile does not leave our definition intact error ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 8400 "configure" +#line 8402 "configure" #include "confdefs.h" #include <sys/types.h> int @@ -8412,16 +8414,16 @@ make an error } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8415: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8417: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8418: \$? = $ac_status" >&5 + echo "$as_me:8420: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8421: \"$ac_try\"") >&5 + { (eval echo "$as_me:8423: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8424: \$? = $ac_status" >&5 + echo "$as_me:8426: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -8437,7 +8439,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:8440: result: $cf_cv_posix_c_source" >&5 +echo "$as_me:8442: result: $cf_cv_posix_c_source" >&5 echo "${ECHO_T}$cf_cv_posix_c_source" >&6 if test "$cf_cv_posix_c_source" != no ; then @@ -8454,14 +8456,14 @@ fi ;; esac -echo "$as_me:8457: checking if SIGWINCH is defined" >&5 +echo "$as_me:8459: checking if SIGWINCH is defined" >&5 echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6 if test "${cf_cv_define_sigwinch+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8464 "configure" +#line 8466 "configure" #include "confdefs.h" #include <sys/types.h> @@ -8476,23 +8478,23 @@ int x = SIGWINCH } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8479: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8481: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8482: \$? = $ac_status" >&5 + echo "$as_me:8484: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8485: \"$ac_try\"") >&5 + { (eval echo "$as_me:8487: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8488: \$? = $ac_status" >&5 + echo "$as_me:8490: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_define_sigwinch=yes else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 8495 "configure" +#line 8497 "configure" #include "confdefs.h" #undef _XOPEN_SOURCE @@ -8510,16 +8512,16 @@ int x = SIGWINCH } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8513: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8515: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8516: \$? = $ac_status" >&5 + echo "$as_me:8518: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8519: \"$ac_try\"") >&5 + { (eval echo "$as_me:8521: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8522: \$? = $ac_status" >&5 + echo "$as_me:8524: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_define_sigwinch=maybe else @@ -8533,11 +8535,11 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:8536: result: $cf_cv_define_sigwinch" >&5 +echo "$as_me:8538: result: $cf_cv_define_sigwinch" >&5 echo "${ECHO_T}$cf_cv_define_sigwinch" >&6 if test "$cf_cv_define_sigwinch" = maybe ; then -echo "$as_me:8540: checking for actual SIGWINCH definition" >&5 +echo "$as_me:8542: checking for actual SIGWINCH definition" >&5 echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6 if test "${cf_cv_fixup_sigwinch+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8548,7 +8550,7 @@ cf_sigwinch=32 while test $cf_sigwinch != 1 do cat >conftest.$ac_ext <<_ACEOF -#line 8551 "configure" +#line 8553 "configure" #include "confdefs.h" #undef _XOPEN_SOURCE @@ -8570,16 +8572,16 @@ int x = SIGWINCH } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8573: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8575: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8576: \$? = $ac_status" >&5 + echo "$as_me:8578: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8579: \"$ac_try\"") >&5 + { (eval echo "$as_me:8581: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8582: \$? = $ac_status" >&5 + echo "$as_me:8584: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_fixup_sigwinch=$cf_sigwinch break @@ -8593,7 +8595,7 @@ cf_sigwinch=`expr $cf_sigwinch - 1` done fi -echo "$as_me:8596: result: $cf_cv_fixup_sigwinch" >&5 +echo "$as_me:8598: result: $cf_cv_fixup_sigwinch" >&5 echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6 if test "$cf_cv_fixup_sigwinch" != unknown ; then @@ -8605,7 +8607,7 @@ if test -n "$TRY_CFLAGS" ; then test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6 -echo "${as_me-configure}:8608: testing checking additions to CFLAGS ..." 1>&5 +echo "${as_me-configure}:8610: testing checking additions to CFLAGS ..." 1>&5 cf_check_cflags="$CFLAGS" cf_check_cppflags="$CPPFLAGS" @@ -8666,7 +8668,7 @@ done if test -n "$cf_new_cflags" ; then test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6 -echo "${as_me-configure}:8669: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 +echo "${as_me-configure}:8671: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 CFLAGS="$CFLAGS $cf_new_cflags" fi @@ -8674,7 +8676,7 @@ fi if test -n "$cf_new_cppflags" ; then test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6 -echo "${as_me-configure}:8677: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 +echo "${as_me-configure}:8679: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 CPPFLAGS="$cf_new_cppflags $CPPFLAGS" fi @@ -8682,14 +8684,14 @@ fi if test -n "$cf_new_extra_cppflags" ; then test -n "$verbose" && echo " add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags" 1>&6 -echo "${as_me-configure}:8685: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 +echo "${as_me-configure}:8687: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS" fi if test "$cf_check_cflags" != "$CFLAGS" ; then cat >conftest.$ac_ext <<_ACEOF -#line 8692 "configure" +#line 8694 "configure" #include "confdefs.h" #include <stdio.h> int @@ -8701,16 +8703,16 @@ printf("Hello world"); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8704: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8706: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8707: \$? = $ac_status" >&5 + echo "$as_me:8709: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8710: \"$ac_try\"") >&5 + { (eval echo "$as_me:8712: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8713: \$? = $ac_status" >&5 + echo "$as_me:8715: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -8718,12 +8720,12 @@ else cat conftest.$ac_ext >&5 test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6 -echo "${as_me-configure}:8721: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 +echo "${as_me-configure}:8723: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 if test "$cf_check_cppflags" != "$CPPFLAGS" ; then test -n "$verbose" && echo " but keeping change to \$CPPFLAGS" 1>&6 -echo "${as_me-configure}:8726: testing but keeping change to \$CPPFLAGS ..." 1>&5 +echo "${as_me-configure}:8728: testing but keeping change to \$CPPFLAGS ..." 1>&5 fi CFLAGS="$cf_check_flags" @@ -8735,7 +8737,7 @@ fi ### Look for network libraries first, since some functions (such as gethostname) ### are used in a lot of places. -echo "$as_me:8738: checking if you want ssl library" >&5 +echo "$as_me:8740: checking if you want ssl library" >&5 echo $ECHO_N "checking if you want ssl library... $ECHO_C" >&6 if test "${cf_cv_use_libssl+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8750,11 +8752,11 @@ else fi; fi -echo "$as_me:8753: result: $cf_cv_use_libssl" >&5 +echo "$as_me:8755: result: $cf_cv_use_libssl" >&5 echo "${ECHO_T}$cf_cv_use_libssl" >&6 if test "x$cf_cv_use_libssl" = "xno" ; then -echo "$as_me:8757: checking if you want gnutls support" >&5 +echo "$as_me:8759: checking if you want gnutls support" >&5 echo $ECHO_N "checking if you want gnutls support... $ECHO_C" >&6 if test "${cf_cv_use_libgnutls+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8769,11 +8771,11 @@ else fi; fi -echo "$as_me:8772: result: $cf_cv_use_libgnutls" >&5 +echo "$as_me:8774: result: $cf_cv_use_libgnutls" >&5 echo "${ECHO_T}$cf_cv_use_libgnutls" >&6 fi -echo "$as_me:8776: checking if you want socks library" >&5 +echo "$as_me:8778: checking if you want socks library" >&5 echo $ECHO_N "checking if you want socks library... $ECHO_C" >&6 if test "${cf_cv_use_libsocks+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8788,10 +8790,10 @@ else fi; fi -echo "$as_me:8791: result: $cf_cv_use_libsocks" >&5 +echo "$as_me:8793: result: $cf_cv_use_libsocks" >&5 echo "${ECHO_T}$cf_cv_use_libsocks" >&6 -echo "$as_me:8794: checking if you want socks5 library" >&5 +echo "$as_me:8796: checking if you want socks5 library" >&5 echo $ECHO_N "checking if you want socks5 library... $ECHO_C" >&6 if test "${cf_cv_use_libsocks5+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8806,7 +8808,7 @@ else fi; fi -echo "$as_me:8809: result: $cf_cv_use_libsocks5" >&5 +echo "$as_me:8811: result: $cf_cv_use_libsocks5" >&5 echo "${ECHO_T}$cf_cv_use_libsocks5" >&6 if test "x$cf_cv_use_libsocks" != xno ; then @@ -8845,7 +8847,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 8848 "configure" +#line 8850 "configure" #include "confdefs.h" #include <stdio.h> int @@ -8857,16 +8859,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8860: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8862: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8863: \$? = $ac_status" >&5 + echo "$as_me:8865: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8866: \"$ac_try\"") >&5 + { (eval echo "$as_me:8868: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8869: \$? = $ac_status" >&5 + echo "$as_me:8871: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -8881,7 +8883,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:8884: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:8886: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -8922,7 +8924,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 8925 "configure" +#line 8927 "configure" #include "confdefs.h" #include <stdio.h> int @@ -8934,16 +8936,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8937: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8939: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8940: \$? = $ac_status" >&5 + echo "$as_me:8942: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8943: \"$ac_try\"") >&5 + { (eval echo "$as_me:8945: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8946: \$? = $ac_status" >&5 + echo "$as_me:8948: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -8958,7 +8960,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:8961: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:8963: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -8974,7 +8976,7 @@ echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 fi else -{ { echo "$as_me:8977: error: cannot find socks library under $cf_cv_use_libsocks" >&5 +{ { echo "$as_me:8979: error: cannot find socks library under $cf_cv_use_libsocks" >&5 echo "$as_me: error: cannot find socks library under $cf_cv_use_libsocks" >&2;} { (exit 1); exit 1; }; } fi @@ -8997,7 +8999,7 @@ if test -n "$cf_searchpath/lib" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:9000: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:9002: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -9024,7 +9026,7 @@ if test -n "$cf_searchpath" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:9027: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:9029: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -9033,7 +9035,7 @@ echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 fi else -{ { echo "$as_me:9036: error: cannot find socks library under $cf_cv_use_libsocks" >&5 +{ { echo "$as_me:9038: error: cannot find socks library under $cf_cv_use_libsocks" >&5 echo "$as_me: error: cannot find socks library under $cf_cv_use_libsocks" >&2;} { (exit 1); exit 1; }; } fi @@ -9047,10 +9049,10 @@ done cf_cv_header_path_socks= cf_cv_library_path_socks= -echo "${as_me-configure}:9050: testing Starting FIND_LINKAGE(socks,) ..." 1>&5 +echo "${as_me-configure}:9052: testing Starting FIND_LINKAGE(socks,) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 9053 "configure" +#line 9055 "configure" #include "confdefs.h" #include <stdio.h> @@ -9066,16 +9068,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9069: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9071: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9072: \$? = $ac_status" >&5 + echo "$as_me:9074: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9075: \"$ac_try\"") >&5 + { (eval echo "$as_me:9077: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9078: \$? = $ac_status" >&5 + echo "$as_me:9080: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_socks=yes else @@ -9084,7 +9086,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_socks=no -echo "${as_me-configure}:9087: testing Searching for headers in FIND_LINKAGE(socks,) ..." 1>&5 +echo "${as_me-configure}:9089: testing Searching for headers in FIND_LINKAGE(socks,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -9165,11 +9167,11 @@ test -d "$oldincludedir" && { if test -d $cf_cv_header_path_socks ; then test -n "$verbose" && echo " ... testing $cf_cv_header_path_socks" 1>&6 -echo "${as_me-configure}:9168: testing ... testing $cf_cv_header_path_socks ..." 1>&5 +echo "${as_me-configure}:9170: testing ... testing $cf_cv_header_path_socks ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_socks" cat >conftest.$ac_ext <<_ACEOF -#line 9172 "configure" +#line 9174 "configure" #include "confdefs.h" #include <stdio.h> @@ -9185,21 +9187,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9188: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9190: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9191: \$? = $ac_status" >&5 + echo "$as_me:9193: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9194: \"$ac_try\"") >&5 + { (eval echo "$as_me:9196: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9197: \$? = $ac_status" >&5 + echo "$as_me:9199: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found socks headers in $cf_cv_header_path_socks" 1>&6 -echo "${as_me-configure}:9202: testing ... found socks headers in $cf_cv_header_path_socks ..." 1>&5 +echo "${as_me-configure}:9204: testing ... found socks headers in $cf_cv_header_path_socks ..." 1>&5 cf_cv_find_linkage_socks=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -9217,7 +9219,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_socks" = maybe ; then -echo "${as_me-configure}:9220: testing Searching for socks library in FIND_LINKAGE(socks,) ..." 1>&5 +echo "${as_me-configure}:9222: testing Searching for socks library in FIND_LINKAGE(socks,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -9285,13 +9287,13 @@ test -d "$HOME" && \ if test -d $cf_cv_library_path_socks ; then test -n "$verbose" && echo " ... testing $cf_cv_library_path_socks" 1>&6 -echo "${as_me-configure}:9288: testing ... testing $cf_cv_library_path_socks ..." 1>&5 +echo "${as_me-configure}:9290: testing ... testing $cf_cv_library_path_socks ..." 1>&5 CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lsocks $cf_save_LIBS" LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_socks" cat >conftest.$ac_ext <<_ACEOF -#line 9294 "configure" +#line 9296 "configure" #include "confdefs.h" #include <stdio.h> @@ -9307,21 +9309,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9310: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9312: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9313: \$? = $ac_status" >&5 + echo "$as_me:9315: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9316: \"$ac_try\"") >&5 + { (eval echo "$as_me:9318: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9319: \$? = $ac_status" >&5 + echo "$as_me:9321: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found socks library in $cf_cv_library_path_socks" 1>&6 -echo "${as_me-configure}:9324: testing ... found socks library in $cf_cv_library_path_socks ..." 1>&5 +echo "${as_me-configure}:9326: testing ... found socks library in $cf_cv_library_path_socks ..." 1>&5 cf_cv_find_linkage_socks=yes cf_cv_library_file_socks="-lsocks" @@ -9417,7 +9419,7 @@ if test -n "$cf_cv_header_path_socks" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 9420 "configure" +#line 9422 "configure" #include "confdefs.h" #include <stdio.h> int @@ -9429,16 +9431,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9432: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9434: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9435: \$? = $ac_status" >&5 + echo "$as_me:9437: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9438: \"$ac_try\"") >&5 + { (eval echo "$as_me:9440: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9441: \$? = $ac_status" >&5 + echo "$as_me:9443: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -9453,7 +9455,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:9456: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:9458: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -9485,7 +9487,7 @@ if test -n "$cf_cv_library_path_socks" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:9488: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:9490: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -9495,7 +9497,7 @@ fi LIBS="$LIBS -lsocks" else - { { echo "$as_me:9498: error: cannot link with socks library" >&5 + { { echo "$as_me:9500: error: cannot link with socks library" >&5 echo "$as_me: error: cannot link with socks library" >&2;} { (exit 1); exit 1; }; } fi @@ -9536,7 +9538,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 9539 "configure" +#line 9541 "configure" #include "confdefs.h" #include <stdio.h> int @@ -9548,16 +9550,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9551: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9553: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9554: \$? = $ac_status" >&5 + echo "$as_me:9556: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9557: \"$ac_try\"") >&5 + { (eval echo "$as_me:9559: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9560: \$? = $ac_status" >&5 + echo "$as_me:9562: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -9572,7 +9574,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:9575: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:9577: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -9613,7 +9615,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 9616 "configure" +#line 9618 "configure" #include "confdefs.h" #include <stdio.h> int @@ -9625,16 +9627,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9628: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9630: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9631: \$? = $ac_status" >&5 + echo "$as_me:9633: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9634: \"$ac_try\"") >&5 + { (eval echo "$as_me:9636: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9637: \$? = $ac_status" >&5 + echo "$as_me:9639: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -9649,7 +9651,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:9652: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:9654: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -9665,7 +9667,7 @@ echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 fi else -{ { echo "$as_me:9668: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&5 +{ { echo "$as_me:9670: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&5 echo "$as_me: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&2;} { (exit 1); exit 1; }; } fi @@ -9688,7 +9690,7 @@ if test -n "$cf_searchpath/lib" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:9691: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:9693: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -9715,7 +9717,7 @@ if test -n "$cf_searchpath" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:9718: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:9720: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -9724,7 +9726,7 @@ echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 fi else -{ { echo "$as_me:9727: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&5 +{ { echo "$as_me:9729: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&5 echo "$as_me: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&2;} { (exit 1); exit 1; }; } fi @@ -9743,11 +9745,11 @@ cat >>confdefs.h <<\EOF #define SOCKS 1 EOF -echo "$as_me:9746: checking if the socks library uses socks4 prefix" >&5 +echo "$as_me:9748: checking if the socks library uses socks4 prefix" >&5 echo $ECHO_N "checking if the socks library uses socks4 prefix... $ECHO_C" >&6 cf_use_socks4=error cat >conftest.$ac_ext <<_ACEOF -#line 9750 "configure" +#line 9752 "configure" #include "confdefs.h" #include <socks.h> @@ -9761,16 +9763,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9764: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9766: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9767: \$? = $ac_status" >&5 + echo "$as_me:9769: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9770: \"$ac_try\"") >&5 + { (eval echo "$as_me:9772: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9773: \$? = $ac_status" >&5 + echo "$as_me:9775: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >>confdefs.h <<\EOF #define USE_SOCKS4_PREFIX 1 @@ -9781,7 +9783,7 @@ else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 9784 "configure" +#line 9786 "configure" #include "confdefs.h" #include <socks.h> int @@ -9793,29 +9795,29 @@ SOCKSinit((char *)0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9796: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9798: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9799: \$? = $ac_status" >&5 + echo "$as_me:9801: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9802: \"$ac_try\"") >&5 + { (eval echo "$as_me:9804: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9805: \$? = $ac_status" >&5 + echo "$as_me:9807: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_use_socks4=no else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:9811: error: Cannot link with socks5 library" >&5 +{ { echo "$as_me:9813: error: Cannot link with socks5 library" >&5 echo "$as_me: error: Cannot link with socks5 library" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$as_me:9818: result: $cf_use_socks4" >&5 +echo "$as_me:9820: result: $cf_use_socks4" >&5 echo "${ECHO_T}$cf_use_socks4" >&6 if test "$cf_use_socks4" = "yes" ; then @@ -9870,10 +9872,10 @@ EOF fi -echo "$as_me:9873: checking if socks5p.h is available" >&5 +echo "$as_me:9875: checking if socks5p.h is available" >&5 echo $ECHO_N "checking if socks5p.h is available... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 9876 "configure" +#line 9878 "configure" #include "confdefs.h" #define INCLUDE_PROTOTYPES @@ -9888,16 +9890,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9891: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9893: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9894: \$? = $ac_status" >&5 + echo "$as_me:9896: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9897: \"$ac_try\"") >&5 + { (eval echo "$as_me:9899: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9900: \$? = $ac_status" >&5 + echo "$as_me:9902: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_use_socks5p_h=yes else @@ -9906,7 +9908,7 @@ cat conftest.$ac_ext >&5 cf_use_socks5p_h=no fi rm -f conftest.$ac_objext conftest.$ac_ext -echo "$as_me:9909: result: $cf_use_socks5p_h" >&5 +echo "$as_me:9911: result: $cf_use_socks5p_h" >&5 echo "${ECHO_T}$cf_use_socks5p_h" >&6 test "$cf_use_socks5p_h" = yes && cat >>confdefs.h <<\EOF @@ -9916,13 +9918,13 @@ EOF else cf_test_netlibs=no -echo "$as_me:9919: checking for network libraries" >&5 +echo "$as_me:9921: checking for network libraries" >&5 echo $ECHO_N "checking for network libraries... $ECHO_C" >&6 if test "${cf_cv_netlibs+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else -echo "$as_me:9925: result: working..." >&5 +echo "$as_me:9927: result: working..." >&5 echo "${ECHO_T}working..." >&6 cf_cv_netlibs="" cf_test_netlibs=yes @@ -9930,13 +9932,13 @@ cf_test_netlibs=yes for ac_func in gethostname do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:9933: checking for $ac_func" >&5 +echo "$as_me:9935: 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 9939 "configure" +#line 9941 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9967,16 +9969,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9970: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9972: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9973: \$? = $ac_status" >&5 + echo "$as_me:9975: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9976: \"$ac_try\"") >&5 + { (eval echo "$as_me:9978: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9979: \$? = $ac_status" >&5 + echo "$as_me:9981: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -9986,7 +9988,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9989: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:9991: 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 <<EOF @@ -9995,7 +9997,7 @@ EOF else -echo "$as_me:9998: checking for gethostname in -lnsl" >&5 +echo "$as_me:10000: checking for gethostname in -lnsl" >&5 echo $ECHO_N "checking for gethostname in -lnsl... $ECHO_C" >&6 if test "${ac_cv_lib_nsl_gethostname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10003,7 +10005,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10006 "configure" +#line 10008 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10022,16 +10024,16 @@ gethostname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10025: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10027: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10028: \$? = $ac_status" >&5 + echo "$as_me:10030: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10031: \"$ac_try\"") >&5 + { (eval echo "$as_me:10033: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10034: \$? = $ac_status" >&5 + echo "$as_me:10036: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_gethostname=yes else @@ -10042,7 +10044,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10045: result: $ac_cv_lib_nsl_gethostname" >&5 +echo "$as_me:10047: result: $ac_cv_lib_nsl_gethostname" >&5 echo "${ECHO_T}$ac_cv_lib_nsl_gethostname" >&6 if test $ac_cv_lib_nsl_gethostname = yes; then @@ -10059,7 +10061,7 @@ else ac_cv_func_gethostname=unknown unset ac_cv_func_gethostname 2>/dev/null -echo "$as_me:10062: checking for gethostname in -lsocket" >&5 +echo "$as_me:10064: checking for gethostname in -lsocket" >&5 echo $ECHO_N "checking for gethostname in -lsocket... $ECHO_C" >&6 if test "${ac_cv_lib_socket_gethostname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10067,7 +10069,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10070 "configure" +#line 10072 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10086,16 +10088,16 @@ gethostname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10089: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10091: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10092: \$? = $ac_status" >&5 + echo "$as_me:10094: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10095: \"$ac_try\"") >&5 + { (eval echo "$as_me:10097: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10098: \$? = $ac_status" >&5 + echo "$as_me:10100: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_gethostname=yes else @@ -10106,7 +10108,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10109: result: $ac_cv_lib_socket_gethostname" >&5 +echo "$as_me:10111: result: $ac_cv_lib_socket_gethostname" >&5 echo "${ECHO_T}$ac_cv_lib_socket_gethostname" >&6 if test $ac_cv_lib_socket_gethostname = yes; then @@ -10134,7 +10136,7 @@ done # FIXME: sequent needs this library (i.e., -lsocket -linet -lnsl), but # I don't know the entrypoints - 97/7/22 TD # AC_HAVE_LIBRARY(inet,cf_cv_netlibs="-linet $cf_cv_netlibs") -echo "$as_me:10137: checking for main in -linet" >&5 +echo "$as_me:10139: checking for main in -linet" >&5 echo $ECHO_N "checking for main in -linet... $ECHO_C" >&6 if test "${ac_cv_lib_inet_main+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10142,7 +10144,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-linet $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10145 "configure" +#line 10147 "configure" #include "confdefs.h" int @@ -10154,16 +10156,16 @@ main (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10157: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10159: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10160: \$? = $ac_status" >&5 + echo "$as_me:10162: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10163: \"$ac_try\"") >&5 + { (eval echo "$as_me:10165: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10166: \$? = $ac_status" >&5 + echo "$as_me:10168: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_inet_main=yes else @@ -10174,7 +10176,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10177: result: $ac_cv_lib_inet_main" >&5 +echo "$as_me:10179: result: $ac_cv_lib_inet_main" >&5 echo "${ECHO_T}$ac_cv_lib_inet_main" >&6 if test $ac_cv_lib_inet_main = yes; then cf_cv_netlibs="-linet $cf_cv_netlibs" @@ -10186,13 +10188,13 @@ if test "$ac_cv_func_lsocket" != no ; then for ac_func in socket do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:10189: checking for $ac_func" >&5 +echo "$as_me:10191: 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 10195 "configure" +#line 10197 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -10223,16 +10225,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10226: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10228: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10229: \$? = $ac_status" >&5 + echo "$as_me:10231: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10232: \"$ac_try\"") >&5 + { (eval echo "$as_me:10234: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10235: \$? = $ac_status" >&5 + echo "$as_me:10237: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -10242,7 +10244,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:10245: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:10247: 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 <<EOF @@ -10251,7 +10253,7 @@ EOF else -echo "$as_me:10254: checking for socket in -lsocket" >&5 +echo "$as_me:10256: checking for socket in -lsocket" >&5 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6 if test "${ac_cv_lib_socket_socket+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10259,7 +10261,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10262 "configure" +#line 10264 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10278,16 +10280,16 @@ socket (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10281: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10283: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10284: \$? = $ac_status" >&5 + echo "$as_me:10286: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10287: \"$ac_try\"") >&5 + { (eval echo "$as_me:10289: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10290: \$? = $ac_status" >&5 + echo "$as_me:10292: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_socket=yes else @@ -10298,7 +10300,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10301: result: $ac_cv_lib_socket_socket" >&5 +echo "$as_me:10303: result: $ac_cv_lib_socket_socket" >&5 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6 if test $ac_cv_lib_socket_socket = yes; then @@ -10315,7 +10317,7 @@ else ac_cv_func_socket=unknown unset ac_cv_func_socket 2>/dev/null -echo "$as_me:10318: checking for socket in -lbsd" >&5 +echo "$as_me:10320: checking for socket in -lbsd" >&5 echo $ECHO_N "checking for socket in -lbsd... $ECHO_C" >&6 if test "${ac_cv_lib_bsd_socket+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10323,7 +10325,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10326 "configure" +#line 10328 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10342,16 +10344,16 @@ socket (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10345: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10347: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10348: \$? = $ac_status" >&5 + echo "$as_me:10350: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10351: \"$ac_try\"") >&5 + { (eval echo "$as_me:10353: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10354: \$? = $ac_status" >&5 + echo "$as_me:10356: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_bsd_socket=yes else @@ -10362,7 +10364,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10365: result: $ac_cv_lib_bsd_socket" >&5 +echo "$as_me:10367: result: $ac_cv_lib_bsd_socket" >&5 echo "${ECHO_T}$ac_cv_lib_bsd_socket" >&6 if test $ac_cv_lib_bsd_socket = yes; then @@ -10392,13 +10394,13 @@ fi for ac_func in gethostbyname do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:10395: checking for $ac_func" >&5 +echo "$as_me:10397: 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 10401 "configure" +#line 10403 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -10429,16 +10431,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10432: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10434: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10435: \$? = $ac_status" >&5 + echo "$as_me:10437: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10438: \"$ac_try\"") >&5 + { (eval echo "$as_me:10440: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10441: \$? = $ac_status" >&5 + echo "$as_me:10443: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -10448,7 +10450,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:10451: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:10453: 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 <<EOF @@ -10457,7 +10459,7 @@ EOF else -echo "$as_me:10460: checking for gethostbyname in -lnsl" >&5 +echo "$as_me:10462: 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 @@ -10465,7 +10467,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10468 "configure" +#line 10470 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10484,16 +10486,16 @@ gethostbyname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10487: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10489: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10490: \$? = $ac_status" >&5 + echo "$as_me:10492: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10493: \"$ac_try\"") >&5 + { (eval echo "$as_me:10495: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10496: \$? = $ac_status" >&5 + echo "$as_me:10498: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_gethostbyname=yes else @@ -10504,7 +10506,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10507: result: $ac_cv_lib_nsl_gethostbyname" >&5 +echo "$as_me:10509: 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 @@ -10531,13 +10533,13 @@ done for ac_func in strcasecmp do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:10534: checking for $ac_func" >&5 +echo "$as_me:10536: 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 10540 "configure" +#line 10542 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -10568,16 +10570,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10571: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10573: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10574: \$? = $ac_status" >&5 + echo "$as_me:10576: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10577: \"$ac_try\"") >&5 + { (eval echo "$as_me:10579: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10580: \$? = $ac_status" >&5 + echo "$as_me:10582: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -10587,7 +10589,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:10590: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:10592: 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 <<EOF @@ -10596,7 +10598,7 @@ EOF else -echo "$as_me:10599: checking for strcasecmp in -lresolv" >&5 +echo "$as_me:10601: checking for strcasecmp in -lresolv" >&5 echo $ECHO_N "checking for strcasecmp in -lresolv... $ECHO_C" >&6 if test "${ac_cv_lib_resolv_strcasecmp+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10604,7 +10606,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lresolv $cf_cv_netlibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10607 "configure" +#line 10609 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10623,16 +10625,16 @@ strcasecmp (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10626: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10628: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10629: \$? = $ac_status" >&5 + echo "$as_me:10631: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10632: \"$ac_try\"") >&5 + { (eval echo "$as_me:10634: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10635: \$? = $ac_status" >&5 + echo "$as_me:10637: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_resolv_strcasecmp=yes else @@ -10643,7 +10645,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10646: result: $ac_cv_lib_resolv_strcasecmp" >&5 +echo "$as_me:10648: result: $ac_cv_lib_resolv_strcasecmp" >&5 echo "${ECHO_T}$ac_cv_lib_resolv_strcasecmp" >&6 if test $ac_cv_lib_resolv_strcasecmp = yes; then @@ -10672,14 +10674,14 @@ test $cf_test_netlibs = no && echo "$cf_cv_netlibs" >&6 fi -echo "$as_me:10675: checking for inet_aton function" >&5 +echo "$as_me:10677: checking for inet_aton function" >&5 echo $ECHO_N "checking for inet_aton function... $ECHO_C" >&6 if test "${cf_cv_have_inet_aton+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10682 "configure" +#line 10684 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/socket.h> @@ -10695,16 +10697,16 @@ inet_aton(0, (struct in_addr *)0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10698: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10700: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10701: \$? = $ac_status" >&5 + echo "$as_me:10703: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10704: \"$ac_try\"") >&5 + { (eval echo "$as_me:10706: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10707: \$? = $ac_status" >&5 + echo "$as_me:10709: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_inet_aton=yes else @@ -10714,7 +10716,7 @@ cf_cv_have_inet_aton=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:10717: result: $cf_cv_have_inet_aton" >&5 +echo "$as_me:10719: result: $cf_cv_have_inet_aton" >&5 echo "${ECHO_T}$cf_cv_have_inet_aton" >&6 if test "$cf_cv_have_inet_aton" = yes ; then cat >>confdefs.h <<\EOF @@ -10722,14 +10724,14 @@ if test "$cf_cv_have_inet_aton" = yes ; then EOF else - echo "$as_me:10725: checking for inet_addr function" >&5 + echo "$as_me:10727: checking for inet_addr function" >&5 echo $ECHO_N "checking for inet_addr function... $ECHO_C" >&6 if test "${cf_cv_have_inet_addr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10732 "configure" +#line 10734 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/socket.h> @@ -10745,16 +10747,16 @@ inet_addr(0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10748: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10750: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10751: \$? = $ac_status" >&5 + echo "$as_me:10753: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10754: \"$ac_try\"") >&5 + { (eval echo "$as_me:10756: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10757: \$? = $ac_status" >&5 + echo "$as_me:10759: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_inet_addr=yes else @@ -10764,10 +10766,10 @@ cf_cv_have_inet_addr=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:10767: result: $cf_cv_have_inet_addr" >&5 +echo "$as_me:10769: result: $cf_cv_have_inet_addr" >&5 echo "${ECHO_T}$cf_cv_have_inet_addr" >&6 if test "$cf_cv_have_inet_addr" = no ; then - echo "$as_me:10770: checking for library with inet_addr" >&5 + echo "$as_me:10772: checking for library with inet_addr" >&5 echo $ECHO_N "checking for library with inet_addr... $ECHO_C" >&6 if test "${cf_cv_lib_inet_addr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10778,7 +10780,7 @@ else do LIBS="$cf_save_LIBS $cf_inetlib" cat >conftest.$ac_ext <<_ACEOF -#line 10781 "configure" +#line 10783 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/socket.h> @@ -10794,16 +10796,16 @@ inet_addr(0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10797: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10799: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10800: \$? = $ac_status" >&5 + echo "$as_me:10802: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10803: \"$ac_try\"") >&5 + { (eval echo "$as_me:10805: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10806: \$? = $ac_status" >&5 + echo "$as_me:10808: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_lib_inet_addr=$cf_inetlib else @@ -10817,12 +10819,12 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext done fi -echo "$as_me:10820: result: $cf_cv_lib_inet_addr" >&5 +echo "$as_me:10822: result: $cf_cv_lib_inet_addr" >&5 echo "${ECHO_T}$cf_cv_lib_inet_addr" >&6 if test "$cf_cv_lib_inet_addr" != no ; then LIBS="$LIBS $cf_cv_lib_inet_addr" else - { echo "$as_me:10825: WARNING: Unable to find library for inet_addr function" >&5 + { echo "$as_me:10827: WARNING: Unable to find library for inet_addr function" >&5 echo "$as_me: WARNING: Unable to find library for inet_addr function" >&2;} fi fi @@ -10864,7 +10866,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 10867 "configure" +#line 10869 "configure" #include "confdefs.h" #include <stdio.h> int @@ -10876,16 +10878,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10879: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10881: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10882: \$? = $ac_status" >&5 + echo "$as_me:10884: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10885: \"$ac_try\"") >&5 + { (eval echo "$as_me:10887: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10888: \$? = $ac_status" >&5 + echo "$as_me:10890: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -10900,7 +10902,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:10903: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:10905: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -10941,7 +10943,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 10944 "configure" +#line 10946 "configure" #include "confdefs.h" #include <stdio.h> int @@ -10953,16 +10955,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10956: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10958: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10959: \$? = $ac_status" >&5 + echo "$as_me:10961: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10962: \"$ac_try\"") >&5 + { (eval echo "$as_me:10964: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10965: \$? = $ac_status" >&5 + echo "$as_me:10967: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -10977,7 +10979,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:10980: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:10982: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -10993,7 +10995,7 @@ echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 fi else -{ { echo "$as_me:10996: error: cannot find ssl library under $cf_cv_use_libssl" >&5 +{ { echo "$as_me:10998: error: cannot find ssl library under $cf_cv_use_libssl" >&5 echo "$as_me: error: cannot find ssl library under $cf_cv_use_libssl" >&2;} { (exit 1); exit 1; }; } fi @@ -11016,7 +11018,7 @@ if test -n "$cf_searchpath/lib" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:11019: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:11021: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -11043,7 +11045,7 @@ if test -n "$cf_searchpath" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:11046: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:11048: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -11052,7 +11054,7 @@ echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 fi else -{ { echo "$as_me:11055: error: cannot find ssl library under $cf_cv_use_libssl" >&5 +{ { echo "$as_me:11057: error: cannot find ssl library under $cf_cv_use_libssl" >&5 echo "$as_me: error: cannot find ssl library under $cf_cv_use_libssl" >&2;} { (exit 1); exit 1; }; } fi @@ -11066,10 +11068,10 @@ done cf_cv_header_path_ssl= cf_cv_library_path_ssl= -echo "${as_me-configure}:11069: testing Starting FIND_LINKAGE(ssl,openssl) ..." 1>&5 +echo "${as_me-configure}:11071: testing Starting FIND_LINKAGE(ssl,openssl) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 11072 "configure" +#line 11074 "configure" #include "confdefs.h" #include <stdio.h> @@ -11092,16 +11094,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11095: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11097: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11098: \$? = $ac_status" >&5 + echo "$as_me:11100: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11101: \"$ac_try\"") >&5 + { (eval echo "$as_me:11103: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11104: \$? = $ac_status" >&5 + echo "$as_me:11106: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_ssl=yes else @@ -11110,7 +11112,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_ssl=no -echo "${as_me-configure}:11113: testing Searching for headers in FIND_LINKAGE(ssl,openssl) ..." 1>&5 +echo "${as_me-configure}:11115: testing Searching for headers in FIND_LINKAGE(ssl,openssl) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -11191,11 +11193,11 @@ test -d "$oldincludedir" && { if test -d $cf_cv_header_path_ssl ; then test -n "$verbose" && echo " ... testing $cf_cv_header_path_ssl" 1>&6 -echo "${as_me-configure}:11194: testing ... testing $cf_cv_header_path_ssl ..." 1>&5 +echo "${as_me-configure}:11196: testing ... testing $cf_cv_header_path_ssl ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_ssl" cat >conftest.$ac_ext <<_ACEOF -#line 11198 "configure" +#line 11200 "configure" #include "confdefs.h" #include <stdio.h> @@ -11218,21 +11220,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11221: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11223: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11224: \$? = $ac_status" >&5 + echo "$as_me:11226: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11227: \"$ac_try\"") >&5 + { (eval echo "$as_me:11229: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11230: \$? = $ac_status" >&5 + echo "$as_me:11232: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found ssl headers in $cf_cv_header_path_ssl" 1>&6 -echo "${as_me-configure}:11235: testing ... found ssl headers in $cf_cv_header_path_ssl ..." 1>&5 +echo "${as_me-configure}:11237: testing ... found ssl headers in $cf_cv_header_path_ssl ..." 1>&5 cf_cv_find_linkage_ssl=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -11250,7 +11252,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_ssl" = maybe ; then -echo "${as_me-configure}:11253: testing Searching for ssl library in FIND_LINKAGE(ssl,openssl) ..." 1>&5 +echo "${as_me-configure}:11255: testing Searching for ssl library in FIND_LINKAGE(ssl,openssl) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -11258,7 +11260,7 @@ echo "${as_me-configure}:11253: testing Searching for ssl library in FIND_LINKAG CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lssl -lcrypto $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 11261 "configure" +#line 11263 "configure" #include "confdefs.h" #include <stdio.h> @@ -11281,21 +11283,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11284: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11286: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11287: \$? = $ac_status" >&5 + echo "$as_me:11289: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11290: \"$ac_try\"") >&5 + { (eval echo "$as_me:11292: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11293: \$? = $ac_status" >&5 + echo "$as_me:11295: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found ssl library in system" 1>&6 -echo "${as_me-configure}:11298: testing ... found ssl library in system ..." 1>&5 +echo "${as_me-configure}:11300: testing ... found ssl library in system ..." 1>&5 cf_cv_find_linkage_ssl=yes else @@ -11369,13 +11371,13 @@ test -d "$HOME" && \ if test -d $cf_cv_library_path_ssl ; then test -n "$verbose" && echo " ... testing $cf_cv_library_path_ssl" 1>&6 -echo "${as_me-configure}:11372: testing ... testing $cf_cv_library_path_ssl ..." 1>&5 +echo "${as_me-configure}:11374: testing ... testing $cf_cv_library_path_ssl ..." 1>&5 CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lssl -lcrypto $cf_save_LIBS" LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_ssl" cat >conftest.$ac_ext <<_ACEOF -#line 11378 "configure" +#line 11380 "configure" #include "confdefs.h" #include <stdio.h> @@ -11398,21 +11400,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11401: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11403: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11404: \$? = $ac_status" >&5 + echo "$as_me:11406: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11407: \"$ac_try\"") >&5 + { (eval echo "$as_me:11409: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11410: \$? = $ac_status" >&5 + echo "$as_me:11412: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found ssl library in $cf_cv_library_path_ssl" 1>&6 -echo "${as_me-configure}:11415: testing ... found ssl library in $cf_cv_library_path_ssl ..." 1>&5 +echo "${as_me-configure}:11417: testing ... found ssl library in $cf_cv_library_path_ssl ..." 1>&5 cf_cv_find_linkage_ssl=yes cf_cv_library_file_ssl="-lssl" @@ -11491,7 +11493,7 @@ if test -n "$cf_cv_header_path_ssl" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 11494 "configure" +#line 11496 "configure" #include "confdefs.h" #include <stdio.h> int @@ -11503,16 +11505,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11506: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11508: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11509: \$? = $ac_status" >&5 + echo "$as_me:11511: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11512: \"$ac_try\"") >&5 + { (eval echo "$as_me:11514: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11515: \$? = $ac_status" >&5 + echo "$as_me:11517: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -11527,7 +11529,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:11530: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:11532: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -11546,11 +11548,40 @@ fi esac fi + if test -n "$cf_cv_library_path_ssl" ; then + +if test -n "$cf_cv_library_path_ssl" ; then + for cf_add_libdir in $cf_cv_library_path_ssl + do + if test $cf_add_libdir = /usr/lib ; then + : + elif test -d $cf_add_libdir + then + cf_have_libdir=no + if test -n "$LDFLAGS$LIBS" ; then + # a loop is needed to ensure we can add subdirs of existing dirs + for cf_test_libdir in $LDFLAGS $LIBS ; do + if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then + cf_have_libdir=yes; break + fi + done + fi + if test "$cf_have_libdir" = no ; then + echo "$as_me:11570: result: adding $cf_add_libdir to library-path" >&5 +echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 + LDFLAGS="-L$cf_add_libdir $LDFLAGS" + fi + fi + done +fi + + fi + LIBS="-lssl -lcrypto $LIBS" -echo "$as_me:11550: checking for X509 support" >&5 +echo "$as_me:11581: checking for X509 support" >&5 echo $ECHO_N "checking for X509 support... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 11553 "configure" +#line 11584 "configure" #include "confdefs.h" #include <stdio.h> @@ -11566,22 +11597,22 @@ cat >conftest.$ac_ext <<_ACEOF int main () { -X509_verify_cert_error_string(X509_STORE_CTX_get_error(X509_STORE_CTX *0)) +X509_verify_cert_error_string(X509_STORE_CTX_get_error(NULL)) ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11575: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11606: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11578: \$? = $ac_status" >&5 + echo "$as_me:11609: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11581: \"$ac_try\"") >&5 + { (eval echo "$as_me:11612: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11584: \$? = $ac_status" >&5 + echo "$as_me:11615: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_x509_support=yes else @@ -11590,7 +11621,7 @@ cat conftest.$ac_ext >&5 cf_x509_support=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$as_me:11593: result: $cf_x509_support" >&5 +echo "$as_me:11624: result: $cf_x509_support" >&5 echo "${ECHO_T}$cf_x509_support" >&6 if test "$cf_x509_support" = yes ; then @@ -11600,35 +11631,6 @@ EOF fi - if test -n "$cf_cv_library_path_ssl" ; then - -if test -n "$cf_cv_library_path_ssl" ; then - for cf_add_libdir in $cf_cv_library_path_ssl - do - if test $cf_add_libdir = /usr/lib ; then - : - elif test -d $cf_add_libdir - then - cf_have_libdir=no - if test -n "$LDFLAGS$LIBS" ; then - # a loop is needed to ensure we can add subdirs of existing dirs - for cf_test_libdir in $LDFLAGS $LIBS ; do - if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then - cf_have_libdir=yes; break - fi - done - fi - if test "$cf_have_libdir" = no ; then - echo "$as_me:11622: result: adding $cf_add_libdir to library-path" >&5 -echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 - LDFLAGS="-L$cf_add_libdir $LDFLAGS" - fi - fi - done -fi - - fi - LIBS="-lssl -lcrypto $LIBS" fi elif test "x$cf_cv_use_libgnutls" != xno ; then @@ -11667,7 +11669,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 11670 "configure" +#line 11672 "configure" #include "confdefs.h" #include <stdio.h> int @@ -11679,16 +11681,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11682: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11684: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11685: \$? = $ac_status" >&5 + echo "$as_me:11687: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11688: \"$ac_try\"") >&5 + { (eval echo "$as_me:11690: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11691: \$? = $ac_status" >&5 + echo "$as_me:11693: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -11703,7 +11705,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:11706: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:11708: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -11744,7 +11746,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 11747 "configure" +#line 11749 "configure" #include "confdefs.h" #include <stdio.h> int @@ -11756,16 +11758,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11759: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11761: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11762: \$? = $ac_status" >&5 + echo "$as_me:11764: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11765: \"$ac_try\"") >&5 + { (eval echo "$as_me:11767: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11768: \$? = $ac_status" >&5 + echo "$as_me:11770: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -11780,7 +11782,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:11783: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:11785: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -11796,7 +11798,7 @@ echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 fi else -{ { echo "$as_me:11799: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5 +{ { echo "$as_me:11801: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5 echo "$as_me: error: cannot find ssl library under $cf_cv_use_libgnutls" >&2;} { (exit 1); exit 1; }; } fi @@ -11819,7 +11821,7 @@ if test -n "$cf_searchpath/lib" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:11822: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:11824: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -11846,7 +11848,7 @@ if test -n "$cf_searchpath" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:11849: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:11851: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -11855,7 +11857,7 @@ echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 fi else -{ { echo "$as_me:11858: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5 +{ { echo "$as_me:11860: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5 echo "$as_me: error: cannot find ssl library under $cf_cv_use_libgnutls" >&2;} { (exit 1); exit 1; }; } fi @@ -11875,10 +11877,10 @@ EOF cf_cv_header_path_gnutls= cf_cv_library_path_gnutls= -echo "${as_me-configure}:11878: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me-configure}:11880: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 11881 "configure" +#line 11883 "configure" #include "confdefs.h" #include <stdio.h> @@ -11901,16 +11903,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11904: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11906: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11907: \$? = $ac_status" >&5 + echo "$as_me:11909: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11910: \"$ac_try\"") >&5 + { (eval echo "$as_me:11912: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11913: \$? = $ac_status" >&5 + echo "$as_me:11915: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_gnutls=yes else @@ -11919,7 +11921,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_gnutls=no -echo "${as_me-configure}:11922: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me-configure}:11924: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -12000,11 +12002,11 @@ test -d "$oldincludedir" && { if test -d $cf_cv_header_path_gnutls ; then test -n "$verbose" && echo " ... testing $cf_cv_header_path_gnutls" 1>&6 -echo "${as_me-configure}:12003: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5 +echo "${as_me-configure}:12005: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_gnutls" cat >conftest.$ac_ext <<_ACEOF -#line 12007 "configure" +#line 12009 "configure" #include "confdefs.h" #include <stdio.h> @@ -12027,21 +12029,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12030: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12032: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12033: \$? = $ac_status" >&5 + echo "$as_me:12035: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12036: \"$ac_try\"") >&5 + { (eval echo "$as_me:12038: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12039: \$? = $ac_status" >&5 + echo "$as_me:12041: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found gnutls headers in $cf_cv_header_path_gnutls" 1>&6 -echo "${as_me-configure}:12044: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5 +echo "${as_me-configure}:12046: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5 cf_cv_find_linkage_gnutls=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -12059,7 +12061,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_gnutls" = maybe ; then -echo "${as_me-configure}:12062: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me-configure}:12064: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -12127,13 +12129,13 @@ test -d "$HOME" && \ if test -d $cf_cv_library_path_gnutls ; then test -n "$verbose" && echo " ... testing $cf_cv_library_path_gnutls" 1>&6 -echo "${as_me-configure}:12130: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5 +echo "${as_me-configure}:12132: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5 CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lgnutls -lgnutls-openssl -lgnutls-extra -lgnutls -lcrypt $cf_save_LIBS" LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_gnutls" cat >conftest.$ac_ext <<_ACEOF -#line 12136 "configure" +#line 12138 "configure" #include "confdefs.h" #include <stdio.h> @@ -12156,21 +12158,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12159: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12161: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12162: \$? = $ac_status" >&5 + echo "$as_me:12164: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12165: \"$ac_try\"") >&5 + { (eval echo "$as_me:12167: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12168: \$? = $ac_status" >&5 + echo "$as_me:12170: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found gnutls library in $cf_cv_library_path_gnutls" 1>&6 -echo "${as_me-configure}:12173: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5 +echo "${as_me-configure}:12175: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5 cf_cv_find_linkage_gnutls=yes cf_cv_library_file_gnutls="-lgnutls" @@ -12242,7 +12244,7 @@ if test -n "$cf_cv_header_path_gnutls" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 12245 "configure" +#line 12247 "configure" #include "confdefs.h" #include <stdio.h> int @@ -12254,16 +12256,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12257: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12259: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12260: \$? = $ac_status" >&5 + echo "$as_me:12262: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12263: \"$ac_try\"") >&5 + { (eval echo "$as_me:12265: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12266: \$? = $ac_status" >&5 + echo "$as_me:12268: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -12278,7 +12280,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:12281: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:12283: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -12315,7 +12317,7 @@ if test -n "$cf_cv_library_path_gnutls" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:12318: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:12320: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -12327,7 +12329,7 @@ fi LIBS="-lgnutls -lcrypt $LIBS" fi - echo "$as_me:12330: checking for SSL_connect in -lgnutls-openssl" >&5 + echo "$as_me:12332: checking for SSL_connect in -lgnutls-openssl" >&5 echo $ECHO_N "checking for SSL_connect in -lgnutls-openssl... $ECHO_C" >&6 if test "${ac_cv_lib_gnutls_openssl_SSL_connect+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -12335,7 +12337,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgnutls-openssl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12338 "configure" +#line 12340 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12354,16 +12356,16 @@ SSL_connect (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12357: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12359: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12360: \$? = $ac_status" >&5 + echo "$as_me:12362: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12363: \"$ac_try\"") >&5 + { (eval echo "$as_me:12365: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12366: \$? = $ac_status" >&5 + echo "$as_me:12368: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gnutls_openssl_SSL_connect=yes else @@ -12374,12 +12376,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12377: result: $ac_cv_lib_gnutls_openssl_SSL_connect" >&5 +echo "$as_me:12379: result: $ac_cv_lib_gnutls_openssl_SSL_connect" >&5 echo "${ECHO_T}$ac_cv_lib_gnutls_openssl_SSL_connect" >&6 if test $ac_cv_lib_gnutls_openssl_SSL_connect = yes; then LIBS="-lgnutls-openssl $LIBS" else - echo "$as_me:12382: checking for SSL_connect in -lgnutls-extra" >&5 + echo "$as_me:12384: checking for SSL_connect in -lgnutls-extra" >&5 echo $ECHO_N "checking for SSL_connect in -lgnutls-extra... $ECHO_C" >&6 if test "${ac_cv_lib_gnutls_extra_SSL_connect+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -12387,7 +12389,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgnutls-extra $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12390 "configure" +#line 12392 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12406,16 +12408,16 @@ SSL_connect (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12409: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12411: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12412: \$? = $ac_status" >&5 + echo "$as_me:12414: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12415: \"$ac_try\"") >&5 + { (eval echo "$as_me:12417: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12418: \$? = $ac_status" >&5 + echo "$as_me:12420: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gnutls_extra_SSL_connect=yes else @@ -12426,22 +12428,22 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12429: result: $ac_cv_lib_gnutls_extra_SSL_connect" >&5 +echo "$as_me:12431: result: $ac_cv_lib_gnutls_extra_SSL_connect" >&5 echo "${ECHO_T}$ac_cv_lib_gnutls_extra_SSL_connect" >&6 if test $ac_cv_lib_gnutls_extra_SSL_connect = yes; then LIBS="-lgnutls-extra $LIBS" else - { { echo "$as_me:12434: error: cannot find gnutls openssl functions" >&5 + { { echo "$as_me:12436: error: cannot find gnutls openssl functions" >&5 echo "$as_me: error: cannot find gnutls openssl functions" >&2;} { (exit 1); exit 1; }; } fi fi -echo "$as_me:12441: checking for X509 support" >&5 +echo "$as_me:12443: checking for X509 support" >&5 echo $ECHO_N "checking for X509 support... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 12444 "configure" +#line 12446 "configure" #include "confdefs.h" #include <stdio.h> @@ -12457,22 +12459,22 @@ cat >conftest.$ac_ext <<_ACEOF int main () { -X509_verify_cert_error_string(X509_STORE_CTX_get_error(X509_STORE_CTX *0)) +X509_verify_cert_error_string(X509_STORE_CTX_get_error(NULL)) ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12466: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12468: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12469: \$? = $ac_status" >&5 + echo "$as_me:12471: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12472: \"$ac_try\"") >&5 + { (eval echo "$as_me:12474: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12475: \$? = $ac_status" >&5 + echo "$as_me:12477: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_x509_support=yes else @@ -12481,7 +12483,7 @@ cat conftest.$ac_ext >&5 cf_x509_support=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$as_me:12484: result: $cf_x509_support" >&5 +echo "$as_me:12486: result: $cf_x509_support" >&5 echo "${ECHO_T}$cf_x509_support" >&6 if test "$cf_x509_support" = yes ; then @@ -12494,7 +12496,7 @@ fi fi ### check for ipv6 support -echo "$as_me:12497: checking whether to enable ipv6" >&5 +echo "$as_me:12499: checking whether to enable ipv6" >&5 echo $ECHO_N "checking whether to enable ipv6... $ECHO_C" >&6 # Check whether --enable-ipv6 or --disable-ipv6 was given. @@ -12510,11 +12512,11 @@ EOF else enableval=no fi; -echo "$as_me:12513: result: $enableval" >&5 +echo "$as_me:12515: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 if test "$enableval" = "yes"; then -echo "$as_me:12517: checking ipv6 stack type" >&5 +echo "$as_me:12519: checking ipv6 stack type" >&5 echo $ECHO_N "checking ipv6 stack type... $ECHO_C" >&6 if test "${cf_cv_ipv6type+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -12535,7 +12537,7 @@ do ;; inria) #(vi cat >conftest.$ac_ext <<_ACEOF -#line 12538 "configure" +#line 12540 "configure" #include "confdefs.h" #include <netinet/in.h> @@ -12552,7 +12554,7 @@ rm -f conftest* ;; kame) #(vi cat >conftest.$ac_ext <<_ACEOF -#line 12555 "configure" +#line 12557 "configure" #include "confdefs.h" #include <netinet/in.h> @@ -12569,7 +12571,7 @@ rm -f conftest* ;; linux-glibc) #(vi cat >conftest.$ac_ext <<_ACEOF -#line 12572 "configure" +#line 12574 "configure" #include "confdefs.h" #include <features.h> @@ -12595,7 +12597,7 @@ rm -f conftest* ;; toshiba) #(vi cat >conftest.$ac_ext <<_ACEOF -#line 12598 "configure" +#line 12600 "configure" #include "confdefs.h" #include <sys/param.h> @@ -12612,7 +12614,7 @@ rm -f conftest* ;; v6d) #(vi cat >conftest.$ac_ext <<_ACEOF -#line 12615 "configure" +#line 12617 "configure" #include "confdefs.h" #include </usr/local/v6/include/sys/v6config.h> @@ -12629,7 +12631,7 @@ rm -f conftest* ;; zeta) cat >conftest.$ac_ext <<_ACEOF -#line 12632 "configure" +#line 12634 "configure" #include "confdefs.h" #include <sys/param.h> @@ -12651,13 +12653,13 @@ rm -f conftest* done fi -echo "$as_me:12654: result: $cf_cv_ipv6type" >&5 +echo "$as_me:12656: result: $cf_cv_ipv6type" >&5 echo "${ECHO_T}$cf_cv_ipv6type" >&6 cf_ipv6lib=none cf_ipv6dir=none -echo "$as_me:12660: checking for IPv6 library if required" >&5 +echo "$as_me:12662: checking for IPv6 library if required" >&5 echo $ECHO_N "checking for IPv6 library if required... $ECHO_C" >&6 case $cf_cv_ipv6type in #(vi solaris) #(vi @@ -12687,13 +12689,13 @@ zeta) cf_ipv6dir=v6 ;; esac -echo "$as_me:12690: result: $cf_ipv6lib" >&5 +echo "$as_me:12692: result: $cf_ipv6lib" >&5 echo "${ECHO_T}$cf_ipv6lib" >&6 if test "$cf_ipv6lib" != "none"; then cat >conftest.$ac_ext <<_ACEOF -#line 12696 "configure" +#line 12698 "configure" #include "confdefs.h" #include <sys/types.h> @@ -12709,16 +12711,16 @@ getaddrinfo(0, 0, 0, 0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12712: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12714: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12715: \$? = $ac_status" >&5 + echo "$as_me:12717: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12718: \"$ac_try\"") >&5 + { (eval echo "$as_me:12720: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12721: \$? = $ac_status" >&5 + echo "$as_me:12723: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -12826,7 +12828,7 @@ if test -n "$cf_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 12829 "configure" +#line 12831 "configure" #include "confdefs.h" #include <stdio.h> int @@ -12838,16 +12840,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12841: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12843: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12844: \$? = $ac_status" >&5 + echo "$as_me:12846: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12847: \"$ac_try\"") >&5 + { (eval echo "$as_me:12849: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12850: \$? = $ac_status" >&5 + echo "$as_me:12852: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -12862,7 +12864,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:12865: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:12867: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -12888,13 +12890,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext eval 'cf_cv_have_lib_'$cf_ipv6lib'=no' cf_libdir="" - echo "$as_me:12891: checking for getaddrinfo" >&5 + echo "$as_me:12893: checking for getaddrinfo" >&5 echo $ECHO_N "checking for getaddrinfo... $ECHO_C" >&6 if test "${ac_cv_func_getaddrinfo+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 12897 "configure" +#line 12899 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getaddrinfo (); below. */ @@ -12925,16 +12927,16 @@ f = getaddrinfo; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12928: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12930: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12931: \$? = $ac_status" >&5 + echo "$as_me:12933: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12934: \"$ac_try\"") >&5 + { (eval echo "$as_me:12936: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12937: \$? = $ac_status" >&5 + echo "$as_me:12939: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_getaddrinfo=yes else @@ -12944,18 +12946,18 @@ ac_cv_func_getaddrinfo=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:12947: result: $ac_cv_func_getaddrinfo" >&5 +echo "$as_me:12949: result: $ac_cv_func_getaddrinfo" >&5 echo "${ECHO_T}$ac_cv_func_getaddrinfo" >&6 if test $ac_cv_func_getaddrinfo = yes; then eval 'cf_cv_have_lib_'$cf_ipv6lib'=yes' else cf_save_LIBS="$LIBS" - echo "$as_me:12954: checking for getaddrinfo in -l$cf_ipv6lib" >&5 + echo "$as_me:12956: checking for getaddrinfo in -l$cf_ipv6lib" >&5 echo $ECHO_N "checking for getaddrinfo in -l$cf_ipv6lib... $ECHO_C" >&6 LIBS="-l$cf_ipv6lib $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12958 "configure" +#line 12960 "configure" #include "confdefs.h" #include <sys/types.h> @@ -12971,25 +12973,25 @@ getaddrinfo(0, 0, 0, 0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12974: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12976: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12977: \$? = $ac_status" >&5 + echo "$as_me:12979: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12980: \"$ac_try\"") >&5 + { (eval echo "$as_me:12982: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12983: \$? = $ac_status" >&5 + echo "$as_me:12985: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:12985: result: yes" >&5 + echo "$as_me:12987: result: yes" >&5 echo "${ECHO_T}yes" >&6 eval 'cf_cv_have_lib_'$cf_ipv6lib'=yes' else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:12992: result: no" >&5 +echo "$as_me:12994: result: no" >&5 echo "${ECHO_T}no" >&6 cf_search="" @@ -13050,11 +13052,11 @@ test -d "$HOME" && \ for cf_libdir in $cf_search do - echo "$as_me:13053: checking for -l$cf_ipv6lib in $cf_libdir" >&5 + echo "$as_me:13055: checking for -l$cf_ipv6lib in $cf_libdir" >&5 echo $ECHO_N "checking for -l$cf_ipv6lib in $cf_libdir... $ECHO_C" >&6 LIBS="-L$cf_libdir -l$cf_ipv6lib $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13057 "configure" +#line 13059 "configure" #include "confdefs.h" #include <sys/types.h> @@ -13070,25 +13072,25 @@ getaddrinfo(0, 0, 0, 0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13073: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13075: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13076: \$? = $ac_status" >&5 + echo "$as_me:13078: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13079: \"$ac_try\"") >&5 + { (eval echo "$as_me:13081: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13082: \$? = $ac_status" >&5 + echo "$as_me:13084: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:13084: result: yes" >&5 + echo "$as_me:13086: result: yes" >&5 echo "${ECHO_T}yes" >&6 eval 'cf_cv_have_lib_'$cf_ipv6lib'=yes' break else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:13091: result: no" >&5 +echo "$as_me:13093: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -13103,7 +13105,7 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'$cf_ipv6lib if test $cf_found_library = no ; then - { { echo "$as_me:13106: error: No $cf_ipv6lib library found, cannot continue. You must fetch lib$cf_ipv6lib.a + { { echo "$as_me:13108: error: No $cf_ipv6lib library found, cannot continue. You must fetch lib$cf_ipv6lib.a from an appropriate IPv6 kit and compile beforehand." >&5 echo "$as_me: error: No $cf_ipv6lib library found, cannot continue. You must fetch lib$cf_ipv6lib.a from an appropriate IPv6 kit and compile beforehand." >&2;} @@ -13111,7 +13113,7 @@ from an appropriate IPv6 kit and compile beforehand." >&2;} fi fi -echo "$as_me:13114: checking working getaddrinfo" >&5 +echo "$as_me:13116: checking working getaddrinfo" >&5 echo $ECHO_N "checking working getaddrinfo... $ECHO_C" >&6 if test "${cf_cv_getaddrinfo+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13121,7 +13123,7 @@ if test "$cross_compiling" = yes; then cf_cv_getaddrinfo=unknown else cat >conftest.$ac_ext <<_ACEOF -#line 13124 "configure" +#line 13126 "configure" #include "confdefs.h" #include <sys/types.h> @@ -13201,15 +13203,15 @@ int main() _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:13204: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13206: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13207: \$? = $ac_status" >&5 + echo "$as_me:13209: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:13209: \"$ac_try\"") >&5 + { (eval echo "$as_me:13211: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13212: \$? = $ac_status" >&5 + echo "$as_me:13214: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_getaddrinfo=yes else @@ -13222,7 +13224,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:13225: result: $cf_cv_getaddrinfo" >&5 +echo "$as_me:13227: result: $cf_cv_getaddrinfo" >&5 echo "${ECHO_T}$cf_cv_getaddrinfo" >&6 if test "$cf_cv_getaddrinfo" = yes ; then cat >>confdefs.h <<\EOF @@ -13237,12 +13239,12 @@ fi if test "$cf_cv_getaddrinfo" != "yes"; then if test "$cf_cv_ipv6type" != "linux"; then - { echo "$as_me:13240: WARNING: You must get working getaddrinfo() function, + { echo "$as_me:13242: WARNING: You must get working getaddrinfo() function, or you can specify \"--disable-ipv6\"" >&5 echo "$as_me: WARNING: You must get working getaddrinfo() function, or you can specify \"--disable-ipv6\"" >&2;} else - { echo "$as_me:13245: WARNING: The getaddrinfo() implementation on your system seems be buggy. + { echo "$as_me:13247: WARNING: The getaddrinfo() implementation on your system seems be buggy. You should upgrade your system library to the newest version of GNU C library (aka glibc)." >&5 echo "$as_me: WARNING: The getaddrinfo() implementation on your system seems be buggy. @@ -13253,7 +13255,7 @@ fi fi -echo "$as_me:13256: checking for screen type" >&5 +echo "$as_me:13258: checking for screen type" >&5 echo $ECHO_N "checking for screen type... $ECHO_C" >&6 if test "${cf_cv_screen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13267,7 +13269,7 @@ case $withval in curses|ncurses|ncursesw|pdcurses|slang) cf_cv_screen=$withval ;; -*) { { echo "$as_me:13270: error: Unexpected value" >&5 +*) { { echo "$as_me:13272: error: Unexpected value" >&5 echo "$as_me: error: Unexpected value" >&2;} { (exit 1); exit 1; }; } ;; @@ -13276,7 +13278,7 @@ else cf_cv_screen=curses fi; fi -echo "$as_me:13279: result: $cf_cv_screen" >&5 +echo "$as_me:13281: result: $cf_cv_screen" >&5 echo "${ECHO_T}$cf_cv_screen" >&6 case $cf_cv_screen in @@ -13311,7 +13313,7 @@ case ".$withval" in #(vi withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; *) - { { echo "$as_me:13314: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:13316: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -13330,7 +13332,7 @@ dft_color_style=yes case $cf_cv_screen in curses) -echo "$as_me:13333: checking for extra include directories" >&5 +echo "$as_me:13335: checking for extra include directories" >&5 echo $ECHO_N "checking for extra include directories... $ECHO_C" >&6 if test "${cf_cv_curses_incdir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13350,11 +13352,11 @@ sunos3*|sunos4*) esac fi -echo "$as_me:13353: result: $cf_cv_curses_incdir" >&5 +echo "$as_me:13355: result: $cf_cv_curses_incdir" >&5 echo "${ECHO_T}$cf_cv_curses_incdir" >&6 test "$cf_cv_curses_incdir" != no && CPPFLAGS="$cf_cv_curses_incdir $CPPFLAGS" -echo "$as_me:13357: checking if we have identified curses headers" >&5 +echo "$as_me:13359: checking if we have identified curses headers" >&5 echo $ECHO_N "checking if we have identified curses headers... $ECHO_C" >&6 if test "${cf_cv_ncurses_header+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13368,7 +13370,7 @@ for cf_header in \ ncurses/ncurses.h do cat >conftest.$ac_ext <<_ACEOF -#line 13371 "configure" +#line 13373 "configure" #include "confdefs.h" #include <${cf_header}> int @@ -13380,16 +13382,16 @@ initscr(); tgoto("?", 0,0) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:13383: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:13385: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:13386: \$? = $ac_status" >&5 + echo "$as_me:13388: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:13389: \"$ac_try\"") >&5 + { (eval echo "$as_me:13391: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13392: \$? = $ac_status" >&5 + echo "$as_me:13394: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_header=$cf_header; break else @@ -13400,11 +13402,11 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:13403: result: $cf_cv_ncurses_header" >&5 +echo "$as_me:13405: result: $cf_cv_ncurses_header" >&5 echo "${ECHO_T}$cf_cv_ncurses_header" >&6 if test "$cf_cv_ncurses_header" = none ; then - { { echo "$as_me:13407: error: No curses header-files found" >&5 + { { echo "$as_me:13409: error: No curses header-files found" >&5 echo "$as_me: error: No curses header-files found" >&2;} { (exit 1); exit 1; }; } fi @@ -13414,23 +13416,23 @@ fi for ac_header in $cf_cv_ncurses_header do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:13417: checking for $ac_header" >&5 +echo "$as_me:13419: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 13423 "configure" +#line 13425 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:13427: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:13429: \"$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:13433: \$? = $ac_status" >&5 + echo "$as_me:13435: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -13449,7 +13451,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:13452: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:13454: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -13459,7 +13461,7 @@ EOF fi done -echo "$as_me:13462: checking for terminfo header" >&5 +echo "$as_me:13464: checking for terminfo header" >&5 echo $ECHO_N "checking for terminfo header... $ECHO_C" >&6 if test "${cf_cv_term_header+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13477,7 +13479,7 @@ esac for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" do cat >conftest.$ac_ext <<_ACEOF -#line 13480 "configure" +#line 13482 "configure" #include "confdefs.h" #include <stdio.h> #include <${cf_cv_ncurses_header-curses.h}> @@ -13492,16 +13494,16 @@ int x = auto_left_margin } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:13495: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:13497: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:13498: \$? = $ac_status" >&5 + echo "$as_me:13500: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:13501: \"$ac_try\"") >&5 + { (eval echo "$as_me:13503: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13504: \$? = $ac_status" >&5 + echo "$as_me:13506: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_term_header="$cf_test" @@ -13517,7 +13519,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:13520: result: $cf_cv_term_header" >&5 +echo "$as_me:13522: result: $cf_cv_term_header" >&5 echo "${ECHO_T}$cf_cv_term_header" >&6 # Set definitions to allow ifdef'ing to accommodate subdirectories @@ -13546,7 +13548,7 @@ EOF ;; esac -echo "$as_me:13549: checking for ncurses version" >&5 +echo "$as_me:13551: checking for ncurses version" >&5 echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6 if test "${cf_cv_ncurses_version+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13572,10 +13574,10 @@ Autoconf "old" #endif EOF cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out" - { (eval echo "$as_me:13575: \"$cf_try\"") >&5 + { (eval echo "$as_me:13577: \"$cf_try\"") >&5 (eval $cf_try) 2>&5 ac_status=$? - echo "$as_me:13578: \$? = $ac_status" >&5 + echo "$as_me:13580: \$? = $ac_status" >&5 (exit $ac_status); } if test -f conftest.out ; then cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'` @@ -13585,7 +13587,7 @@ EOF else cat >conftest.$ac_ext <<_ACEOF -#line 13588 "configure" +#line 13590 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -13610,15 +13612,15 @@ int main() } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:13613: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13615: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13616: \$? = $ac_status" >&5 + echo "$as_me:13618: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:13618: \"$ac_try\"") >&5 + { (eval echo "$as_me:13620: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13621: \$? = $ac_status" >&5 + echo "$as_me:13623: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_version=`cat $cf_tempfile` @@ -13632,16 +13634,16 @@ fi rm -f $cf_tempfile fi -echo "$as_me:13635: result: $cf_cv_ncurses_version" >&5 +echo "$as_me:13637: result: $cf_cv_ncurses_version" >&5 echo "${ECHO_T}$cf_cv_ncurses_version" >&6 test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF #define NCURSES 1 EOF -echo "$as_me:13641: checking if we have identified curses libraries" >&5 +echo "$as_me:13643: checking if we have identified curses libraries" >&5 echo $ECHO_N "checking if we have identified curses libraries... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 13644 "configure" +#line 13646 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -13653,16 +13655,16 @@ initscr(); tgoto("?", 0,0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13656: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13658: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13659: \$? = $ac_status" >&5 + echo "$as_me:13661: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13662: \"$ac_try\"") >&5 + { (eval echo "$as_me:13664: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13665: \$? = $ac_status" >&5 + echo "$as_me:13667: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -13671,13 +13673,13 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$as_me:13674: result: $cf_result" >&5 +echo "$as_me:13676: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = no ; then case $host_os in #(vi freebsd*) #(vi - echo "$as_me:13680: checking for tgoto in -lmytinfo" >&5 + echo "$as_me:13682: checking for tgoto in -lmytinfo" >&5 echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6 if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13685,7 +13687,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lmytinfo $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13688 "configure" +#line 13690 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -13704,16 +13706,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13707: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13709: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13710: \$? = $ac_status" >&5 + echo "$as_me:13712: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13713: \"$ac_try\"") >&5 + { (eval echo "$as_me:13715: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13716: \$? = $ac_status" >&5 + echo "$as_me:13718: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_mytinfo_tgoto=yes else @@ -13724,7 +13726,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:13727: result: $ac_cv_lib_mytinfo_tgoto" >&5 +echo "$as_me:13729: result: $ac_cv_lib_mytinfo_tgoto" >&5 echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6 if test $ac_cv_lib_mytinfo_tgoto = yes; then LIBS="-lmytinfo $LIBS" @@ -13732,7 +13734,7 @@ fi ;; hpux10.*) #(vi - echo "$as_me:13735: checking for initscr in -lcur_colr" >&5 + echo "$as_me:13737: checking for initscr in -lcur_colr" >&5 echo $ECHO_N "checking for initscr in -lcur_colr... $ECHO_C" >&6 if test "${ac_cv_lib_cur_colr_initscr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13740,7 +13742,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lcur_colr $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13743 "configure" +#line 13745 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -13759,16 +13761,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13762: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13764: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13765: \$? = $ac_status" >&5 + echo "$as_me:13767: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13768: \"$ac_try\"") >&5 + { (eval echo "$as_me:13770: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13771: \$? = $ac_status" >&5 + echo "$as_me:13773: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_cur_colr_initscr=yes else @@ -13779,7 +13781,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:13782: result: $ac_cv_lib_cur_colr_initscr" >&5 +echo "$as_me:13784: result: $ac_cv_lib_cur_colr_initscr" >&5 echo "${ECHO_T}$ac_cv_lib_cur_colr_initscr" >&6 if test $ac_cv_lib_cur_colr_initscr = yes; then @@ -13788,7 +13790,7 @@ if test $ac_cv_lib_cur_colr_initscr = yes; then else - echo "$as_me:13791: checking for initscr in -lHcurses" >&5 + echo "$as_me:13793: checking for initscr in -lHcurses" >&5 echo $ECHO_N "checking for initscr in -lHcurses... $ECHO_C" >&6 if test "${ac_cv_lib_Hcurses_initscr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13796,7 +13798,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lHcurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13799 "configure" +#line 13801 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -13815,16 +13817,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13818: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13820: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13821: \$? = $ac_status" >&5 + echo "$as_me:13823: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13824: \"$ac_try\"") >&5 + { (eval echo "$as_me:13826: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13827: \$? = $ac_status" >&5 + echo "$as_me:13829: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Hcurses_initscr=yes else @@ -13835,7 +13837,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:13838: result: $ac_cv_lib_Hcurses_initscr" >&5 +echo "$as_me:13840: result: $ac_cv_lib_Hcurses_initscr" >&5 echo "${ECHO_T}$ac_cv_lib_Hcurses_initscr" >&6 if test $ac_cv_lib_Hcurses_initscr = yes; then @@ -13868,7 +13870,7 @@ if test -n "/lib" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:13871: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:13873: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -13897,7 +13899,7 @@ if test -n "/usr/5lib" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:13900: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:13902: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -13925,13 +13927,13 @@ if test ".$ac_cv_func_initscr" != .yes ; then # Check for library containing tgoto. Do this before curses library # because it may be needed to link the test-case for initscr. - echo "$as_me:13928: checking for tgoto" >&5 + echo "$as_me:13930: checking for tgoto" >&5 echo $ECHO_N "checking for tgoto... $ECHO_C" >&6 if test "${ac_cv_func_tgoto+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 13934 "configure" +#line 13936 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char tgoto (); below. */ @@ -13962,16 +13964,16 @@ f = tgoto; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13965: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13967: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13968: \$? = $ac_status" >&5 + echo "$as_me:13970: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13971: \"$ac_try\"") >&5 + { (eval echo "$as_me:13973: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13974: \$? = $ac_status" >&5 + echo "$as_me:13976: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_tgoto=yes else @@ -13981,7 +13983,7 @@ ac_cv_func_tgoto=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:13984: result: $ac_cv_func_tgoto" >&5 +echo "$as_me:13986: result: $ac_cv_func_tgoto" >&5 echo "${ECHO_T}$ac_cv_func_tgoto" >&6 if test $ac_cv_func_tgoto = yes; then cf_term_lib=predefined @@ -13990,7 +13992,7 @@ else for cf_term_lib in $cf_check_list termcap termlib unknown do as_ac_Lib=`echo "ac_cv_lib_$cf_term_lib''_tgoto" | $as_tr_sh` -echo "$as_me:13993: checking for tgoto in -l$cf_term_lib" >&5 +echo "$as_me:13995: checking for tgoto in -l$cf_term_lib" >&5 echo $ECHO_N "checking for tgoto in -l$cf_term_lib... $ECHO_C" >&6 if eval "test \"\${$as_ac_Lib+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13998,7 +14000,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-l$cf_term_lib $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 14001 "configure" +#line 14003 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -14017,16 +14019,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14020: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14022: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14023: \$? = $ac_status" >&5 + echo "$as_me:14025: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14026: \"$ac_try\"") >&5 + { (eval echo "$as_me:14028: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14029: \$? = $ac_status" >&5 + echo "$as_me:14031: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Lib=yes" else @@ -14037,7 +14039,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:14040: result: `eval echo '${'$as_ac_Lib'}'`" >&5 +echo "$as_me:14042: result: `eval echo '${'$as_ac_Lib'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 if test `eval echo '${'$as_ac_Lib'}'` = yes; then break @@ -14052,7 +14054,7 @@ fi for cf_curs_lib in $cf_check_list xcurses jcurses unknown do as_ac_Lib=`echo "ac_cv_lib_$cf_curs_lib''_initscr" | $as_tr_sh` -echo "$as_me:14055: checking for initscr in -l$cf_curs_lib" >&5 +echo "$as_me:14057: checking for initscr in -l$cf_curs_lib" >&5 echo $ECHO_N "checking for initscr in -l$cf_curs_lib... $ECHO_C" >&6 if eval "test \"\${$as_ac_Lib+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14060,7 +14062,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-l$cf_curs_lib $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 14063 "configure" +#line 14065 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -14079,16 +14081,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14082: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14084: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14085: \$? = $ac_status" >&5 + echo "$as_me:14087: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14088: \"$ac_try\"") >&5 + { (eval echo "$as_me:14090: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14091: \$? = $ac_status" >&5 + echo "$as_me:14093: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Lib=yes" else @@ -14099,23 +14101,23 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:14102: result: `eval echo '${'$as_ac_Lib'}'`" >&5 +echo "$as_me:14104: result: `eval echo '${'$as_ac_Lib'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 if test `eval echo '${'$as_ac_Lib'}'` = yes; then break fi done - test $cf_curs_lib = unknown && { { echo "$as_me:14109: error: no curses library found" >&5 + test $cf_curs_lib = unknown && { { echo "$as_me:14111: error: no curses library found" >&5 echo "$as_me: error: no curses library found" >&2;} { (exit 1); exit 1; }; } LIBS="-l$cf_curs_lib $cf_save_LIBS" if test "$cf_term_lib" = unknown ; then - echo "$as_me:14115: checking if we can link with $cf_curs_lib library" >&5 + echo "$as_me:14117: checking if we can link with $cf_curs_lib library" >&5 echo $ECHO_N "checking if we can link with $cf_curs_lib library... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 14118 "configure" +#line 14120 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -14127,16 +14129,16 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14130: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14132: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14133: \$? = $ac_status" >&5 + echo "$as_me:14135: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14136: \"$ac_try\"") >&5 + { (eval echo "$as_me:14138: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14139: \$? = $ac_status" >&5 + echo "$as_me:14141: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -14145,18 +14147,18 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - echo "$as_me:14148: result: $cf_result" >&5 + echo "$as_me:14150: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 - test $cf_result = no && { { echo "$as_me:14150: error: Cannot link curses library" >&5 + test $cf_result = no && { { echo "$as_me:14152: error: Cannot link curses library" >&5 echo "$as_me: error: Cannot link curses library" >&2;} { (exit 1); exit 1; }; } elif test "$cf_curs_lib" = "$cf_term_lib" ; then : elif test "$cf_term_lib" != predefined ; then - echo "$as_me:14156: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5 + echo "$as_me:14158: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5 echo $ECHO_N "checking if we need both $cf_curs_lib and $cf_term_lib libraries... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 14159 "configure" +#line 14161 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -14168,16 +14170,16 @@ initscr(); tgoto((char *)0, 0, 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14171: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14173: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14174: \$? = $ac_status" >&5 + echo "$as_me:14176: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14177: \"$ac_try\"") >&5 + { (eval echo "$as_me:14179: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14180: \$? = $ac_status" >&5 + echo "$as_me:14182: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=no else @@ -14186,7 +14188,7 @@ cat conftest.$ac_ext >&5 LIBS="-l$cf_curs_lib -l$cf_term_lib $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 14189 "configure" +#line 14191 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -14198,16 +14200,16 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14201: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14203: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14204: \$? = $ac_status" >&5 + echo "$as_me:14206: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14207: \"$ac_try\"") >&5 + { (eval echo "$as_me:14209: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14210: \$? = $ac_status" >&5 + echo "$as_me:14212: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -14219,13 +14221,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - echo "$as_me:14222: result: $cf_result" >&5 + echo "$as_me:14224: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 fi fi fi -echo "$as_me:14228: checking for curses performance tradeoff" >&5 +echo "$as_me:14230: checking for curses performance tradeoff" >&5 echo $ECHO_N "checking for curses performance tradeoff... $ECHO_C" >&6 if test "${cf_cv_curs_performance+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14233,7 +14235,7 @@ else cf_cv_curs_performance=no cat >conftest.$ac_ext <<_ACEOF -#line 14236 "configure" +#line 14238 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -14252,20 +14254,20 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14255: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14257: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14258: \$? = $ac_status" >&5 + echo "$as_me:14260: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14261: \"$ac_try\"") >&5 + { (eval echo "$as_me:14263: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14264: \$? = $ac_status" >&5 + echo "$as_me:14266: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 14268 "configure" +#line 14270 "configure" #include "confdefs.h" #define CURS_PERFORMANCE @@ -14285,16 +14287,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14288: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14290: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14291: \$? = $ac_status" >&5 + echo "$as_me:14293: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14294: \"$ac_try\"") >&5 + { (eval echo "$as_me:14296: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14297: \$? = $ac_status" >&5 + echo "$as_me:14299: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_curs_performance=yes else @@ -14309,20 +14311,20 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:14312: result: $cf_cv_curs_performance" >&5 +echo "$as_me:14314: result: $cf_cv_curs_performance" >&5 echo "${ECHO_T}$cf_cv_curs_performance" >&6 test $cf_cv_curs_performance = yes && cat >>confdefs.h <<\EOF #define CURS_PERFORMANCE 1 EOF -echo "$as_me:14318: checking for curses touchline function" >&5 +echo "$as_me:14320: checking for curses touchline function" >&5 echo $ECHO_N "checking for curses touchline function... $ECHO_C" >&6 if test "${cf_cv_curs_touchline+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 14325 "configure" +#line 14327 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -14335,23 +14337,23 @@ touchline(stdscr, 1,2,3); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14338: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14340: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14341: \$? = $ac_status" >&5 + echo "$as_me:14343: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14344: \"$ac_try\"") >&5 + { (eval echo "$as_me:14346: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14347: \$? = $ac_status" >&5 + echo "$as_me:14349: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_curs_touchline=bsd else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 14354 "configure" +#line 14356 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -14364,16 +14366,16 @@ touchline(stdscr, 1,2); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14367: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14369: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14370: \$? = $ac_status" >&5 + echo "$as_me:14372: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14373: \"$ac_try\"") >&5 + { (eval echo "$as_me:14375: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14376: \$? = $ac_status" >&5 + echo "$as_me:14378: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_curs_touchline=sysv else @@ -14385,7 +14387,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:14388: result: $cf_cv_curs_touchline" >&5 +echo "$as_me:14390: result: $cf_cv_curs_touchline" >&5 echo "${ECHO_T}$cf_cv_curs_touchline" >&6 case "$cf_cv_curs_touchline" in #(vi bsd) #(vi @@ -14412,7 +14414,7 @@ for ac_prog in ${cf_ncuconfig_root}6-config ${cf_ncuconfig_root}5-config 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:14415: checking for $ac_word" >&5 +echo "$as_me:14417: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_NCURSES_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14429,7 +14431,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_NCURSES_CONFIG="$ac_dir/$ac_word" - echo "$as_me:14432: found $ac_dir/$ac_word" >&5 + echo "$as_me:14434: found $ac_dir/$ac_word" >&5 break fi done @@ -14440,10 +14442,10 @@ fi NCURSES_CONFIG=$ac_cv_path_NCURSES_CONFIG if test -n "$NCURSES_CONFIG"; then - echo "$as_me:14443: result: $NCURSES_CONFIG" >&5 + echo "$as_me:14445: result: $NCURSES_CONFIG" >&5 echo "${ECHO_T}$NCURSES_CONFIG" >&6 else - echo "$as_me:14446: result: no" >&5 + echo "$as_me:14448: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -14501,7 +14503,7 @@ if test -n "$cf_cv_curses_dir/include $cf_cv_curses_dir/include/$cf_ncuhdr_root" cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 14504 "configure" +#line 14506 "configure" #include "confdefs.h" #include <stdio.h> int @@ -14513,16 +14515,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14516: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14518: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14519: \$? = $ac_status" >&5 + echo "$as_me:14521: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14522: \"$ac_try\"") >&5 + { (eval echo "$as_me:14524: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14525: \$? = $ac_status" >&5 + echo "$as_me:14527: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -14537,7 +14539,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:14540: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:14542: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -14554,7 +14556,7 @@ fi } -echo "$as_me:14557: checking for $cf_ncuhdr_root header in include-path" >&5 +echo "$as_me:14559: checking for $cf_ncuhdr_root header in include-path" >&5 echo $ECHO_N "checking for $cf_ncuhdr_root header in include-path... $ECHO_C" >&6 if test "${cf_cv_ncurses_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14566,7 +14568,7 @@ else do cat >conftest.$ac_ext <<_ACEOF -#line 14569 "configure" +#line 14571 "configure" #include "confdefs.h" #include <$cf_header> @@ -14590,16 +14592,16 @@ printf("old\n"); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14593: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14595: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14596: \$? = $ac_status" >&5 + echo "$as_me:14598: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14599: \"$ac_try\"") >&5 + { (eval echo "$as_me:14601: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14602: \$? = $ac_status" >&5 + echo "$as_me:14604: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_h=$cf_header @@ -14614,14 +14616,14 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:14617: result: $cf_cv_ncurses_h" >&5 +echo "$as_me:14619: result: $cf_cv_ncurses_h" >&5 echo "${ECHO_T}$cf_cv_ncurses_h" >&6 if test "$cf_cv_ncurses_h" != no ; then cf_cv_ncurses_header=$cf_cv_ncurses_h else -echo "$as_me:14624: checking for $cf_ncuhdr_root include-path" >&5 +echo "$as_me:14626: checking for $cf_ncuhdr_root include-path" >&5 echo $ECHO_N "checking for $cf_ncuhdr_root include-path... $ECHO_C" >&6 if test "${cf_cv_ncurses_h2+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14728,7 +14730,7 @@ if test -n "$cf_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 14731 "configure" +#line 14733 "configure" #include "confdefs.h" #include <stdio.h> int @@ -14740,16 +14742,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14743: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14745: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14746: \$? = $ac_status" >&5 + echo "$as_me:14748: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14749: \"$ac_try\"") >&5 + { (eval echo "$as_me:14751: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14752: \$? = $ac_status" >&5 + echo "$as_me:14754: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -14764,7 +14766,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:14767: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:14769: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -14785,7 +14787,7 @@ fi do cat >conftest.$ac_ext <<_ACEOF -#line 14788 "configure" +#line 14790 "configure" #include "confdefs.h" #include <$cf_header> @@ -14809,16 +14811,16 @@ printf("old\n"); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14812: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14814: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14815: \$? = $ac_status" >&5 + echo "$as_me:14817: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14818: \"$ac_try\"") >&5 + { (eval echo "$as_me:14820: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14821: \$? = $ac_status" >&5 + echo "$as_me:14823: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_h2=$cf_header @@ -14839,12 +14841,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext CPPFLAGS="$cf_save2_CPPFLAGS" test "$cf_cv_ncurses_h2" != no && break done - test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:14842: error: not found" >&5 + test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:14844: error: not found" >&5 echo "$as_me: error: not found" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:14847: result: $cf_cv_ncurses_h2" >&5 +echo "$as_me:14849: result: $cf_cv_ncurses_h2" >&5 echo "${ECHO_T}$cf_cv_ncurses_h2" >&6 cf_1st_incdir=`echo $cf_cv_ncurses_h2 | sed -e 's%/[^/]*$%%'` @@ -14877,7 +14879,7 @@ if test -n "$cf_1st_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 14880 "configure" +#line 14882 "configure" #include "confdefs.h" #include <stdio.h> int @@ -14889,16 +14891,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14892: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14894: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14895: \$? = $ac_status" >&5 + echo "$as_me:14897: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14898: \"$ac_try\"") >&5 + { (eval echo "$as_me:14900: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14901: \$? = $ac_status" >&5 + echo "$as_me:14903: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -14913,7 +14915,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:14916: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:14918: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -14956,7 +14958,7 @@ EOF ;; esac -echo "$as_me:14959: checking for terminfo header" >&5 +echo "$as_me:14961: checking for terminfo header" >&5 echo $ECHO_N "checking for terminfo header... $ECHO_C" >&6 if test "${cf_cv_term_header+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14974,7 +14976,7 @@ esac for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" do cat >conftest.$ac_ext <<_ACEOF -#line 14977 "configure" +#line 14979 "configure" #include "confdefs.h" #include <stdio.h> #include <${cf_cv_ncurses_header-curses.h}> @@ -14989,16 +14991,16 @@ int x = auto_left_margin } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14992: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14994: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14995: \$? = $ac_status" >&5 + echo "$as_me:14997: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14998: \"$ac_try\"") >&5 + { (eval echo "$as_me:15000: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15001: \$? = $ac_status" >&5 + echo "$as_me:15003: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_term_header="$cf_test" @@ -15014,7 +15016,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:15017: result: $cf_cv_term_header" >&5 +echo "$as_me:15019: result: $cf_cv_term_header" >&5 echo "${ECHO_T}$cf_cv_term_header" >&6 # Set definitions to allow ifdef'ing to accommodate subdirectories @@ -15048,7 +15050,7 @@ cat >>confdefs.h <<\EOF #define NCURSES 1 EOF -echo "$as_me:15051: checking for ncurses version" >&5 +echo "$as_me:15053: checking for ncurses version" >&5 echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6 if test "${cf_cv_ncurses_version+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -15074,10 +15076,10 @@ Autoconf "old" #endif EOF cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out" - { (eval echo "$as_me:15077: \"$cf_try\"") >&5 + { (eval echo "$as_me:15079: \"$cf_try\"") >&5 (eval $cf_try) 2>&5 ac_status=$? - echo "$as_me:15080: \$? = $ac_status" >&5 + echo "$as_me:15082: \$? = $ac_status" >&5 (exit $ac_status); } if test -f conftest.out ; then cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'` @@ -15087,7 +15089,7 @@ EOF else cat >conftest.$ac_ext <<_ACEOF -#line 15090 "configure" +#line 15092 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -15112,15 +15114,15 @@ int main() } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:15115: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15117: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15118: \$? = $ac_status" >&5 + echo "$as_me:15120: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:15120: \"$ac_try\"") >&5 + { (eval echo "$as_me:15122: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15123: \$? = $ac_status" >&5 + echo "$as_me:15125: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_version=`cat $cf_tempfile` @@ -15134,7 +15136,7 @@ fi rm -f $cf_tempfile fi -echo "$as_me:15137: result: $cf_cv_ncurses_version" >&5 +echo "$as_me:15139: result: $cf_cv_ncurses_version" >&5 echo "${ECHO_T}$cf_cv_ncurses_version" >&6 test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF #define NCURSES 1 @@ -15146,7 +15148,7 @@ cf_nculib_root=ncurses # to link gpm. cf_ncurses_LIBS="" cf_ncurses_SAVE="$LIBS" -echo "$as_me:15149: checking for Gpm_Open in -lgpm" >&5 +echo "$as_me:15151: checking for Gpm_Open in -lgpm" >&5 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -15154,7 +15156,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgpm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15157 "configure" +#line 15159 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -15173,16 +15175,16 @@ Gpm_Open (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15176: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15178: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15179: \$? = $ac_status" >&5 + echo "$as_me:15181: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15182: \"$ac_try\"") >&5 + { (eval echo "$as_me:15184: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15185: \$? = $ac_status" >&5 + echo "$as_me:15187: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gpm_Gpm_Open=yes else @@ -15193,10 +15195,10 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:15196: result: $ac_cv_lib_gpm_Gpm_Open" >&5 +echo "$as_me:15198: result: $ac_cv_lib_gpm_Gpm_Open" >&5 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6 if test $ac_cv_lib_gpm_Gpm_Open = yes; then - echo "$as_me:15199: checking for initscr in -lgpm" >&5 + echo "$as_me:15201: checking for initscr in -lgpm" >&5 echo $ECHO_N "checking for initscr in -lgpm... $ECHO_C" >&6 if test "${ac_cv_lib_gpm_initscr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -15204,7 +15206,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgpm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15207 "configure" +#line 15209 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -15223,16 +15225,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15226: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15228: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15229: \$? = $ac_status" >&5 + echo "$as_me:15231: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15232: \"$ac_try\"") >&5 + { (eval echo "$as_me:15234: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15235: \$? = $ac_status" >&5 + echo "$as_me:15237: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gpm_initscr=yes else @@ -15243,7 +15245,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:15246: result: $ac_cv_lib_gpm_initscr" >&5 +echo "$as_me:15248: result: $ac_cv_lib_gpm_initscr" >&5 echo "${ECHO_T}$ac_cv_lib_gpm_initscr" >&6 if test $ac_cv_lib_gpm_initscr = yes; then LIBS="$cf_ncurses_SAVE" @@ -15258,7 +15260,7 @@ freebsd*) # This is only necessary if you are linking against an obsolete # version of ncurses (but it should do no harm, since it's static). if test "$cf_nculib_root" = ncurses ; then - echo "$as_me:15261: checking for tgoto in -lmytinfo" >&5 + echo "$as_me:15263: checking for tgoto in -lmytinfo" >&5 echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6 if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -15266,7 +15268,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lmytinfo $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15269 "configure" +#line 15271 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -15285,16 +15287,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15288: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15290: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15291: \$? = $ac_status" >&5 + echo "$as_me:15293: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15294: \"$ac_try\"") >&5 + { (eval echo "$as_me:15296: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15297: \$? = $ac_status" >&5 + echo "$as_me:15299: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_mytinfo_tgoto=yes else @@ -15305,7 +15307,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:15308: result: $ac_cv_lib_mytinfo_tgoto" >&5 +echo "$as_me:15310: result: $ac_cv_lib_mytinfo_tgoto" >&5 echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6 if test $ac_cv_lib_mytinfo_tgoto = yes; then cf_ncurses_LIBS="-lmytinfo $cf_ncurses_LIBS" @@ -15337,7 +15339,7 @@ if test -n "$cf_cv_curses_dir/lib" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:15340: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:15342: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -15350,13 +15352,13 @@ else eval 'cf_cv_have_lib_'$cf_nculib_root'=no' cf_libdir="" - echo "$as_me:15353: checking for initscr" >&5 + echo "$as_me:15355: checking for initscr" >&5 echo $ECHO_N "checking for initscr... $ECHO_C" >&6 if test "${ac_cv_func_initscr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 15359 "configure" +#line 15361 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char initscr (); below. */ @@ -15387,16 +15389,16 @@ f = initscr; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15390: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15392: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15393: \$? = $ac_status" >&5 + echo "$as_me:15395: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15396: \"$ac_try\"") >&5 + { (eval echo "$as_me:15398: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15399: \$? = $ac_status" >&5 + echo "$as_me:15401: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_initscr=yes else @@ -15406,18 +15408,18 @@ ac_cv_func_initscr=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:15409: result: $ac_cv_func_initscr" >&5 +echo "$as_me:15411: result: $ac_cv_func_initscr" >&5 echo "${ECHO_T}$ac_cv_func_initscr" >&6 if test $ac_cv_func_initscr = yes; then eval 'cf_cv_have_lib_'$cf_nculib_root'=yes' else cf_save_LIBS="$LIBS" - echo "$as_me:15416: checking for initscr in -l$cf_nculib_root" >&5 + echo "$as_me:15418: checking for initscr in -l$cf_nculib_root" >&5 echo $ECHO_N "checking for initscr in -l$cf_nculib_root... $ECHO_C" >&6 LIBS="-l$cf_nculib_root $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15420 "configure" +#line 15422 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -15429,25 +15431,25 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15432: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15434: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15435: \$? = $ac_status" >&5 + echo "$as_me:15437: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15438: \"$ac_try\"") >&5 + { (eval echo "$as_me:15440: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15441: \$? = $ac_status" >&5 + echo "$as_me:15443: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:15443: result: yes" >&5 + echo "$as_me:15445: result: yes" >&5 echo "${ECHO_T}yes" >&6 eval 'cf_cv_have_lib_'$cf_nculib_root'=yes' else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:15450: result: no" >&5 +echo "$as_me:15452: result: no" >&5 echo "${ECHO_T}no" >&6 cf_search="" @@ -15508,11 +15510,11 @@ test -d "$HOME" && \ for cf_libdir in $cf_search do - echo "$as_me:15511: checking for -l$cf_nculib_root in $cf_libdir" >&5 + echo "$as_me:15513: checking for -l$cf_nculib_root in $cf_libdir" >&5 echo $ECHO_N "checking for -l$cf_nculib_root in $cf_libdir... $ECHO_C" >&6 LIBS="-L$cf_libdir -l$cf_nculib_root $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15515 "configure" +#line 15517 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -15524,25 +15526,25 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15527: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15529: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15530: \$? = $ac_status" >&5 + echo "$as_me:15532: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15533: \"$ac_try\"") >&5 + { (eval echo "$as_me:15535: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15536: \$? = $ac_status" >&5 + echo "$as_me:15538: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:15538: result: yes" >&5 + echo "$as_me:15540: result: yes" >&5 echo "${ECHO_T}yes" >&6 eval 'cf_cv_have_lib_'$cf_nculib_root'=yes' break else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:15545: result: no" >&5 +echo "$as_me:15547: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -15557,7 +15559,7 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'$cf_nculib_root if test $cf_found_library = no ; then - { { echo "$as_me:15560: error: Cannot link $cf_nculib_root library" >&5 + { { echo "$as_me:15562: error: Cannot link $cf_nculib_root library" >&5 echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;} { (exit 1); exit 1; }; } fi @@ -15565,7 +15567,7 @@ fi fi if test -n "$cf_ncurses_LIBS" ; then - echo "$as_me:15568: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5 + echo "$as_me:15570: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5 echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS... $ECHO_C" >&6 cf_ncurses_SAVE="$LIBS" for p in $cf_ncurses_LIBS ; do @@ -15575,7 +15577,7 @@ echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS.. fi done cat >conftest.$ac_ext <<_ACEOF -#line 15578 "configure" +#line 15580 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -15587,23 +15589,23 @@ initscr(); mousemask(0,0); tgoto((char *)0, 0, 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15590: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15592: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15593: \$? = $ac_status" >&5 + echo "$as_me:15595: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15596: \"$ac_try\"") >&5 + { (eval echo "$as_me:15598: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15599: \$? = $ac_status" >&5 + echo "$as_me:15601: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:15601: result: yes" >&5 + echo "$as_me:15603: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:15606: result: no" >&5 +echo "$as_me:15608: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_ncurses_SAVE" fi @@ -15621,7 +15623,7 @@ fi ;; ncursesw) -echo "$as_me:15624: checking for multibyte character support" >&5 +echo "$as_me:15626: checking for multibyte character support" >&5 echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6 if test "${cf_cv_utf8_lib+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -15629,7 +15631,7 @@ else cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15632 "configure" +#line 15634 "configure" #include "confdefs.h" #include <stdlib.h> @@ -15642,16 +15644,16 @@ putwc(0,0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15645: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15647: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15648: \$? = $ac_status" >&5 + echo "$as_me:15650: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15651: \"$ac_try\"") >&5 + { (eval echo "$as_me:15653: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15654: \$? = $ac_status" >&5 + echo "$as_me:15656: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_utf8_lib=yes else @@ -15659,7 +15661,7 @@ else cat conftest.$ac_ext >&5 LIBS="-lutf8 $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15662 "configure" +#line 15664 "configure" #include "confdefs.h" #include <libutf8.h> @@ -15672,16 +15674,16 @@ putwc(0,0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15675: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15677: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15678: \$? = $ac_status" >&5 + echo "$as_me:15680: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15681: \"$ac_try\"") >&5 + { (eval echo "$as_me:15683: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15684: \$? = $ac_status" >&5 + echo "$as_me:15686: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_utf8_lib=add-on else @@ -15695,7 +15697,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:15698: result: $cf_cv_utf8_lib" >&5 +echo "$as_me:15700: result: $cf_cv_utf8_lib" >&5 echo "${ECHO_T}$cf_cv_utf8_lib" >&6 # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between @@ -15715,7 +15717,7 @@ for ac_prog in ${cf_ncuconfig_root}6-config ${cf_ncuconfig_root}5-config 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:15718: checking for $ac_word" >&5 +echo "$as_me:15720: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_NCURSES_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -15732,7 +15734,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_NCURSES_CONFIG="$ac_dir/$ac_word" - echo "$as_me:15735: found $ac_dir/$ac_word" >&5 + echo "$as_me:15737: found $ac_dir/$ac_word" >&5 break fi done @@ -15743,10 +15745,10 @@ fi NCURSES_CONFIG=$ac_cv_path_NCURSES_CONFIG if test -n "$NCURSES_CONFIG"; then - echo "$as_me:15746: result: $NCURSES_CONFIG" >&5 + echo "$as_me:15748: result: $NCURSES_CONFIG" >&5 echo "${ECHO_T}$NCURSES_CONFIG" >&6 else - echo "$as_me:15749: result: no" >&5 + echo "$as_me:15751: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -15804,7 +15806,7 @@ if test -n "$cf_cv_curses_dir/include $cf_cv_curses_dir/include/$cf_ncuhdr_root" cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 15807 "configure" +#line 15809 "configure" #include "confdefs.h" #include <stdio.h> int @@ -15816,16 +15818,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:15819: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:15821: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:15822: \$? = $ac_status" >&5 + echo "$as_me:15824: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:15825: \"$ac_try\"") >&5 + { (eval echo "$as_me:15827: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15828: \$? = $ac_status" >&5 + echo "$as_me:15830: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -15840,7 +15842,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:15843: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:15845: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -15857,7 +15859,7 @@ fi } -echo "$as_me:15860: checking for $cf_ncuhdr_root header in include-path" >&5 +echo "$as_me:15862: checking for $cf_ncuhdr_root header in include-path" >&5 echo $ECHO_N "checking for $cf_ncuhdr_root header in include-path... $ECHO_C" >&6 if test "${cf_cv_ncurses_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -15869,7 +15871,7 @@ else do cat >conftest.$ac_ext <<_ACEOF -#line 15872 "configure" +#line 15874 "configure" #include "confdefs.h" #define _XOPEN_SOURCE_EXTENDED @@ -15901,16 +15903,16 @@ printf("old\n"); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:15904: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:15906: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:15907: \$? = $ac_status" >&5 + echo "$as_me:15909: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:15910: \"$ac_try\"") >&5 + { (eval echo "$as_me:15912: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15913: \$? = $ac_status" >&5 + echo "$as_me:15915: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_h=$cf_header @@ -15925,14 +15927,14 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:15928: result: $cf_cv_ncurses_h" >&5 +echo "$as_me:15930: result: $cf_cv_ncurses_h" >&5 echo "${ECHO_T}$cf_cv_ncurses_h" >&6 if test "$cf_cv_ncurses_h" != no ; then cf_cv_ncurses_header=$cf_cv_ncurses_h else -echo "$as_me:15935: checking for $cf_ncuhdr_root include-path" >&5 +echo "$as_me:15937: checking for $cf_ncuhdr_root include-path" >&5 echo $ECHO_N "checking for $cf_ncuhdr_root include-path... $ECHO_C" >&6 if test "${cf_cv_ncurses_h2+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -16039,7 +16041,7 @@ if test -n "$cf_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 16042 "configure" +#line 16044 "configure" #include "confdefs.h" #include <stdio.h> int @@ -16051,16 +16053,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16054: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16056: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16057: \$? = $ac_status" >&5 + echo "$as_me:16059: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16060: \"$ac_try\"") >&5 + { (eval echo "$as_me:16062: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16063: \$? = $ac_status" >&5 + echo "$as_me:16065: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -16075,7 +16077,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:16078: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:16080: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -16096,7 +16098,7 @@ fi do cat >conftest.$ac_ext <<_ACEOF -#line 16099 "configure" +#line 16101 "configure" #include "confdefs.h" #include <$cf_header> @@ -16120,16 +16122,16 @@ printf("old\n"); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16123: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16125: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16126: \$? = $ac_status" >&5 + echo "$as_me:16128: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16129: \"$ac_try\"") >&5 + { (eval echo "$as_me:16131: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16132: \$? = $ac_status" >&5 + echo "$as_me:16134: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_h2=$cf_header @@ -16150,12 +16152,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext CPPFLAGS="$cf_save2_CPPFLAGS" test "$cf_cv_ncurses_h2" != no && break done - test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:16153: error: not found" >&5 + test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:16155: error: not found" >&5 echo "$as_me: error: not found" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:16158: result: $cf_cv_ncurses_h2" >&5 +echo "$as_me:16160: result: $cf_cv_ncurses_h2" >&5 echo "${ECHO_T}$cf_cv_ncurses_h2" >&6 cf_1st_incdir=`echo $cf_cv_ncurses_h2 | sed -e 's%/[^/]*$%%'` @@ -16188,7 +16190,7 @@ if test -n "$cf_1st_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 16191 "configure" +#line 16193 "configure" #include "confdefs.h" #include <stdio.h> int @@ -16200,16 +16202,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16203: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16205: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16206: \$? = $ac_status" >&5 + echo "$as_me:16208: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16209: \"$ac_try\"") >&5 + { (eval echo "$as_me:16211: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16212: \$? = $ac_status" >&5 + echo "$as_me:16214: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -16224,7 +16226,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:16227: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:16229: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -16267,7 +16269,7 @@ EOF ;; esac -echo "$as_me:16270: checking for terminfo header" >&5 +echo "$as_me:16272: checking for terminfo header" >&5 echo $ECHO_N "checking for terminfo header... $ECHO_C" >&6 if test "${cf_cv_term_header+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -16285,7 +16287,7 @@ esac for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" do cat >conftest.$ac_ext <<_ACEOF -#line 16288 "configure" +#line 16290 "configure" #include "confdefs.h" #include <stdio.h> #include <${cf_cv_ncurses_header-curses.h}> @@ -16300,16 +16302,16 @@ int x = auto_left_margin } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16303: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16305: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16306: \$? = $ac_status" >&5 + echo "$as_me:16308: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16309: \"$ac_try\"") >&5 + { (eval echo "$as_me:16311: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16312: \$? = $ac_status" >&5 + echo "$as_me:16314: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_term_header="$cf_test" @@ -16325,7 +16327,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:16328: result: $cf_cv_term_header" >&5 +echo "$as_me:16330: result: $cf_cv_term_header" >&5 echo "${ECHO_T}$cf_cv_term_header" >&6 # Set definitions to allow ifdef'ing to accommodate subdirectories @@ -16359,7 +16361,7 @@ cat >>confdefs.h <<\EOF #define NCURSES 1 EOF -echo "$as_me:16362: checking for ncurses version" >&5 +echo "$as_me:16364: checking for ncurses version" >&5 echo $ECHO_N "checking for ncurses version... $ECHO_C" >&6 if test "${cf_cv_ncurses_version+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -16385,10 +16387,10 @@ Autoconf "old" #endif EOF cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out" - { (eval echo "$as_me:16388: \"$cf_try\"") >&5 + { (eval echo "$as_me:16390: \"$cf_try\"") >&5 (eval $cf_try) 2>&5 ac_status=$? - echo "$as_me:16391: \$? = $ac_status" >&5 + echo "$as_me:16393: \$? = $ac_status" >&5 (exit $ac_status); } if test -f conftest.out ; then cf_out=`cat conftest.out | sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%'` @@ -16398,7 +16400,7 @@ EOF else cat >conftest.$ac_ext <<_ACEOF -#line 16401 "configure" +#line 16403 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -16423,15 +16425,15 @@ int main() } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:16426: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16428: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16429: \$? = $ac_status" >&5 + echo "$as_me:16431: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:16431: \"$ac_try\"") >&5 + { (eval echo "$as_me:16433: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16434: \$? = $ac_status" >&5 + echo "$as_me:16436: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_version=`cat $cf_tempfile` @@ -16445,7 +16447,7 @@ fi rm -f $cf_tempfile fi -echo "$as_me:16448: result: $cf_cv_ncurses_version" >&5 +echo "$as_me:16450: result: $cf_cv_ncurses_version" >&5 echo "${ECHO_T}$cf_cv_ncurses_version" >&6 test "$cf_cv_ncurses_version" = no || cat >>confdefs.h <<\EOF #define NCURSES 1 @@ -16457,7 +16459,7 @@ cf_nculib_root=ncursesw # to link gpm. cf_ncurses_LIBS="" cf_ncurses_SAVE="$LIBS" -echo "$as_me:16460: checking for Gpm_Open in -lgpm" >&5 +echo "$as_me:16462: checking for Gpm_Open in -lgpm" >&5 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -16465,7 +16467,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgpm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 16468 "configure" +#line 16470 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -16484,16 +16486,16 @@ Gpm_Open (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16487: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16489: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16490: \$? = $ac_status" >&5 + echo "$as_me:16492: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16493: \"$ac_try\"") >&5 + { (eval echo "$as_me:16495: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16496: \$? = $ac_status" >&5 + echo "$as_me:16498: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gpm_Gpm_Open=yes else @@ -16504,10 +16506,10 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:16507: result: $ac_cv_lib_gpm_Gpm_Open" >&5 +echo "$as_me:16509: result: $ac_cv_lib_gpm_Gpm_Open" >&5 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6 if test $ac_cv_lib_gpm_Gpm_Open = yes; then - echo "$as_me:16510: checking for initscr in -lgpm" >&5 + echo "$as_me:16512: checking for initscr in -lgpm" >&5 echo $ECHO_N "checking for initscr in -lgpm... $ECHO_C" >&6 if test "${ac_cv_lib_gpm_initscr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -16515,7 +16517,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgpm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 16518 "configure" +#line 16520 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -16534,16 +16536,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16537: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16539: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16540: \$? = $ac_status" >&5 + echo "$as_me:16542: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16543: \"$ac_try\"") >&5 + { (eval echo "$as_me:16545: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16546: \$? = $ac_status" >&5 + echo "$as_me:16548: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gpm_initscr=yes else @@ -16554,7 +16556,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:16557: result: $ac_cv_lib_gpm_initscr" >&5 +echo "$as_me:16559: result: $ac_cv_lib_gpm_initscr" >&5 echo "${ECHO_T}$ac_cv_lib_gpm_initscr" >&6 if test $ac_cv_lib_gpm_initscr = yes; then LIBS="$cf_ncurses_SAVE" @@ -16569,7 +16571,7 @@ freebsd*) # This is only necessary if you are linking against an obsolete # version of ncurses (but it should do no harm, since it's static). if test "$cf_nculib_root" = ncurses ; then - echo "$as_me:16572: checking for tgoto in -lmytinfo" >&5 + echo "$as_me:16574: checking for tgoto in -lmytinfo" >&5 echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6 if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -16577,7 +16579,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lmytinfo $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 16580 "configure" +#line 16582 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -16596,16 +16598,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16599: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16601: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16602: \$? = $ac_status" >&5 + echo "$as_me:16604: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16605: \"$ac_try\"") >&5 + { (eval echo "$as_me:16607: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16608: \$? = $ac_status" >&5 + echo "$as_me:16610: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_mytinfo_tgoto=yes else @@ -16616,7 +16618,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:16619: result: $ac_cv_lib_mytinfo_tgoto" >&5 +echo "$as_me:16621: result: $ac_cv_lib_mytinfo_tgoto" >&5 echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6 if test $ac_cv_lib_mytinfo_tgoto = yes; then cf_ncurses_LIBS="-lmytinfo $cf_ncurses_LIBS" @@ -16648,7 +16650,7 @@ if test -n "$cf_cv_curses_dir/lib" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:16651: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:16653: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -16661,13 +16663,13 @@ else eval 'cf_cv_have_lib_'$cf_nculib_root'=no' cf_libdir="" - echo "$as_me:16664: checking for initscr" >&5 + echo "$as_me:16666: checking for initscr" >&5 echo $ECHO_N "checking for initscr... $ECHO_C" >&6 if test "${ac_cv_func_initscr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 16670 "configure" +#line 16672 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char initscr (); below. */ @@ -16698,16 +16700,16 @@ f = initscr; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16701: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16703: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16704: \$? = $ac_status" >&5 + echo "$as_me:16706: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16707: \"$ac_try\"") >&5 + { (eval echo "$as_me:16709: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16710: \$? = $ac_status" >&5 + echo "$as_me:16712: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_initscr=yes else @@ -16717,18 +16719,18 @@ ac_cv_func_initscr=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:16720: result: $ac_cv_func_initscr" >&5 +echo "$as_me:16722: result: $ac_cv_func_initscr" >&5 echo "${ECHO_T}$ac_cv_func_initscr" >&6 if test $ac_cv_func_initscr = yes; then eval 'cf_cv_have_lib_'$cf_nculib_root'=yes' else cf_save_LIBS="$LIBS" - echo "$as_me:16727: checking for initscr in -l$cf_nculib_root" >&5 + echo "$as_me:16729: checking for initscr in -l$cf_nculib_root" >&5 echo $ECHO_N "checking for initscr in -l$cf_nculib_root... $ECHO_C" >&6 LIBS="-l$cf_nculib_root $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 16731 "configure" +#line 16733 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -16740,25 +16742,25 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16743: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16745: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16746: \$? = $ac_status" >&5 + echo "$as_me:16748: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16749: \"$ac_try\"") >&5 + { (eval echo "$as_me:16751: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16752: \$? = $ac_status" >&5 + echo "$as_me:16754: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:16754: result: yes" >&5 + echo "$as_me:16756: result: yes" >&5 echo "${ECHO_T}yes" >&6 eval 'cf_cv_have_lib_'$cf_nculib_root'=yes' else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:16761: result: no" >&5 +echo "$as_me:16763: result: no" >&5 echo "${ECHO_T}no" >&6 cf_search="" @@ -16819,11 +16821,11 @@ test -d "$HOME" && \ for cf_libdir in $cf_search do - echo "$as_me:16822: checking for -l$cf_nculib_root in $cf_libdir" >&5 + echo "$as_me:16824: checking for -l$cf_nculib_root in $cf_libdir" >&5 echo $ECHO_N "checking for -l$cf_nculib_root in $cf_libdir... $ECHO_C" >&6 LIBS="-L$cf_libdir -l$cf_nculib_root $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 16826 "configure" +#line 16828 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -16835,25 +16837,25 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16838: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16840: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16841: \$? = $ac_status" >&5 + echo "$as_me:16843: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16844: \"$ac_try\"") >&5 + { (eval echo "$as_me:16846: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16847: \$? = $ac_status" >&5 + echo "$as_me:16849: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:16849: result: yes" >&5 + echo "$as_me:16851: result: yes" >&5 echo "${ECHO_T}yes" >&6 eval 'cf_cv_have_lib_'$cf_nculib_root'=yes' break else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:16856: result: no" >&5 +echo "$as_me:16858: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -16868,7 +16870,7 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'$cf_nculib_root if test $cf_found_library = no ; then - { { echo "$as_me:16871: error: Cannot link $cf_nculib_root library" >&5 + { { echo "$as_me:16873: error: Cannot link $cf_nculib_root library" >&5 echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;} { (exit 1); exit 1; }; } fi @@ -16876,7 +16878,7 @@ fi fi if test -n "$cf_ncurses_LIBS" ; then - echo "$as_me:16879: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5 + echo "$as_me:16881: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5 echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS... $ECHO_C" >&6 cf_ncurses_SAVE="$LIBS" for p in $cf_ncurses_LIBS ; do @@ -16886,7 +16888,7 @@ echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS.. fi done cat >conftest.$ac_ext <<_ACEOF -#line 16889 "configure" +#line 16891 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -16898,23 +16900,23 @@ initscr(); mousemask(0,0); tgoto((char *)0, 0, 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16901: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16903: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16904: \$? = $ac_status" >&5 + echo "$as_me:16906: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16907: \"$ac_try\"") >&5 + { (eval echo "$as_me:16909: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16910: \$? = $ac_status" >&5 + echo "$as_me:16912: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:16912: result: yes" >&5 + echo "$as_me:16914: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:16917: result: no" >&5 +echo "$as_me:16919: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_ncurses_SAVE" fi @@ -16937,14 +16939,14 @@ pdcurses) ;; slang) -echo "$as_me:16940: checking for slang header file" >&5 +echo "$as_me:16942: checking for slang header file" >&5 echo $ECHO_N "checking for slang header file... $ECHO_C" >&6 if test "${cf_cv_slang_header+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 16947 "configure" +#line 16949 "configure" #include "confdefs.h" #include <slang.h> int @@ -16956,16 +16958,16 @@ printf("%s\n", SLANG_VERSION) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16959: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16961: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16962: \$? = $ac_status" >&5 + echo "$as_me:16964: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16965: \"$ac_try\"") >&5 + { (eval echo "$as_me:16967: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16968: \$? = $ac_status" >&5 + echo "$as_me:16970: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_slang_header=predefined else @@ -17056,14 +17058,14 @@ test -d "$oldincludedir" && { done test -n "$cf_cv_slang_header" && break done - test -z "$cf_cv_slang_header" && { { echo "$as_me:17059: error: not found" >&5 + test -z "$cf_cv_slang_header" && { { echo "$as_me:17061: error: not found" >&5 echo "$as_me: error: not found" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:17066: result: $cf_cv_slang_header" >&5 +echo "$as_me:17068: result: $cf_cv_slang_header" >&5 echo "${ECHO_T}$cf_cv_slang_header" >&6 cat >>confdefs.h <<\EOF #define USE_SLANG 1 @@ -17100,7 +17102,7 @@ if test -n "$cf_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 17103 "configure" +#line 17105 "configure" #include "confdefs.h" #include <stdio.h> int @@ -17112,16 +17114,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17115: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17117: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17118: \$? = $ac_status" >&5 + echo "$as_me:17120: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17121: \"$ac_try\"") >&5 + { (eval echo "$as_me:17123: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17124: \$? = $ac_status" >&5 + echo "$as_me:17126: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -17136,7 +17138,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:17139: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:17141: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -17156,14 +17158,14 @@ esac # There's an unofficial set of patches for slang that gives it some limited # UTF8 capability. Unfortunately it won't compile unless one defines UTF8. -echo "$as_me:17159: checking if we must define UTF8" >&5 +echo "$as_me:17161: checking if we must define UTF8" >&5 echo $ECHO_N "checking if we must define UTF8... $ECHO_C" >&6 if test "${cf_cv_slang_utf8+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 17166 "configure" +#line 17168 "configure" #include "confdefs.h" #include <slang.h> @@ -17176,16 +17178,16 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17179: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17181: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17182: \$? = $ac_status" >&5 + echo "$as_me:17184: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17185: \"$ac_try\"") >&5 + { (eval echo "$as_me:17187: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17188: \$? = $ac_status" >&5 + echo "$as_me:17190: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_slang_utf8=no else @@ -17193,7 +17195,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 17196 "configure" +#line 17198 "configure" #include "confdefs.h" #define UTF8 @@ -17207,16 +17209,16 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17210: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17212: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17213: \$? = $ac_status" >&5 + echo "$as_me:17215: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17216: \"$ac_try\"") >&5 + { (eval echo "$as_me:17218: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17219: \$? = $ac_status" >&5 + echo "$as_me:17221: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_slang_utf8=yes else @@ -17229,7 +17231,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:17232: result: $cf_cv_slang_utf8" >&5 +echo "$as_me:17234: result: $cf_cv_slang_utf8" >&5 echo "${ECHO_T}$cf_cv_slang_utf8" >&6 if test "$cf_cv_slang_utf8" = yes ; then @@ -17247,7 +17249,7 @@ else cf_cv_termlib=none cat >conftest.$ac_ext <<_ACEOF -#line 17250 "configure" +#line 17252 "configure" #include "confdefs.h" int @@ -17259,19 +17261,19 @@ char *x=(char*)tgoto("",0,0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17262: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17264: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17265: \$? = $ac_status" >&5 + echo "$as_me:17267: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17268: \"$ac_try\"") >&5 + { (eval echo "$as_me:17270: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17271: \$? = $ac_status" >&5 + echo "$as_me:17273: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 17274 "configure" +#line 17276 "configure" #include "confdefs.h" int @@ -17283,16 +17285,16 @@ int x=tigetstr("") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17286: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17288: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17289: \$? = $ac_status" >&5 + echo "$as_me:17291: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17292: \"$ac_try\"") >&5 + { (eval echo "$as_me:17294: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17295: \$? = $ac_status" >&5 + echo "$as_me:17297: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_termlib=terminfo else @@ -17303,7 +17305,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext test -n "$verbose" && echo " using functions in predefined $cf_cv_termlib LIBS" 1>&6 -echo "${as_me-configure}:17306: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5 +echo "${as_me-configure}:17308: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5 else echo "$as_me: failed program was:" >&5 @@ -17318,10 +17320,10 @@ if test "$cf_cv_termlib" = none; then LIBS="-l$cf_lib $cf_save_LIBS" for cf_func in tigetstr tgetstr do - echo "$as_me:17321: checking for $cf_func in -l$cf_lib" >&5 + echo "$as_me:17323: checking for $cf_func in -l$cf_lib" >&5 echo $ECHO_N "checking for $cf_func in -l$cf_lib... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 17324 "configure" +#line 17326 "configure" #include "confdefs.h" int @@ -17333,16 +17335,16 @@ int x=$cf_func("") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17336: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17338: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17339: \$? = $ac_status" >&5 + echo "$as_me:17341: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17342: \"$ac_try\"") >&5 + { (eval echo "$as_me:17344: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17345: \$? = $ac_status" >&5 + echo "$as_me:17347: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -17351,7 +17353,7 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - echo "$as_me:17354: result: $cf_result" >&5 + echo "$as_me:17356: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then if test "$cf_func" = tigetstr ; then @@ -17368,7 +17370,7 @@ echo "${ECHO_T}$cf_result" >&6 fi if test "$cf_cv_termlib" = none; then # allow curses library for broken AIX system. - echo "$as_me:17371: checking for initscr in -lcurses" >&5 + echo "$as_me:17373: checking for initscr in -lcurses" >&5 echo $ECHO_N "checking for initscr in -lcurses... $ECHO_C" >&6 if test "${ac_cv_lib_curses_initscr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -17376,7 +17378,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lcurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 17379 "configure" +#line 17381 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -17395,16 +17397,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17398: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17400: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17401: \$? = $ac_status" >&5 + echo "$as_me:17403: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17404: \"$ac_try\"") >&5 + { (eval echo "$as_me:17406: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17407: \$? = $ac_status" >&5 + echo "$as_me:17409: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_curses_initscr=yes else @@ -17415,13 +17417,13 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:17418: result: $ac_cv_lib_curses_initscr" >&5 +echo "$as_me:17420: result: $ac_cv_lib_curses_initscr" >&5 echo "${ECHO_T}$ac_cv_lib_curses_initscr" >&6 if test $ac_cv_lib_curses_initscr = yes; then LIBS="$LIBS -lcurses" cf_cv_termlib=termcap fi - echo "$as_me:17424: checking for tgoto in -ltermcap" >&5 + echo "$as_me:17426: checking for tgoto in -ltermcap" >&5 echo $ECHO_N "checking for tgoto in -ltermcap... $ECHO_C" >&6 if test "${ac_cv_lib_termcap_tgoto+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -17429,7 +17431,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ltermcap $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 17432 "configure" +#line 17434 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -17448,16 +17450,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17451: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17453: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17454: \$? = $ac_status" >&5 + echo "$as_me:17456: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17457: \"$ac_try\"") >&5 + { (eval echo "$as_me:17459: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17460: \$? = $ac_status" >&5 + echo "$as_me:17462: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_termcap_tgoto=yes else @@ -17468,7 +17470,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:17471: result: $ac_cv_lib_termcap_tgoto" >&5 +echo "$as_me:17473: result: $ac_cv_lib_termcap_tgoto" >&5 echo "${ECHO_T}$ac_cv_lib_termcap_tgoto" >&6 if test $ac_cv_lib_termcap_tgoto = yes; then LIBS="$LIBS -ltermcap" cf_cv_termlib=termcap @@ -17479,20 +17481,20 @@ fi fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test "$cf_cv_termlib" = none; then - { echo "$as_me:17482: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&5 + { echo "$as_me:17484: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&5 echo "$as_me: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&2;} fi fi cf_slang_LIBS2="$LIBS" -echo "$as_me:17489: checking for acos" >&5 +echo "$as_me:17491: checking for acos" >&5 echo $ECHO_N "checking for acos... $ECHO_C" >&6 if test "${ac_cv_func_acos+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 17495 "configure" +#line 17497 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char acos (); below. */ @@ -17523,16 +17525,16 @@ f = acos; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17526: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17528: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17529: \$? = $ac_status" >&5 + echo "$as_me:17531: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17532: \"$ac_try\"") >&5 + { (eval echo "$as_me:17534: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17535: \$? = $ac_status" >&5 + echo "$as_me:17537: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_acos=yes else @@ -17542,13 +17544,13 @@ ac_cv_func_acos=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:17545: result: $ac_cv_func_acos" >&5 +echo "$as_me:17547: result: $ac_cv_func_acos" >&5 echo "${ECHO_T}$ac_cv_func_acos" >&6 if test $ac_cv_func_acos = yes; then : else -echo "$as_me:17551: checking for acos in -lm" >&5 +echo "$as_me:17553: checking for acos in -lm" >&5 echo $ECHO_N "checking for acos in -lm... $ECHO_C" >&6 if test "${ac_cv_lib_m_acos+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -17556,7 +17558,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 17559 "configure" +#line 17561 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -17575,16 +17577,16 @@ acos (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17578: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17580: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17581: \$? = $ac_status" >&5 + echo "$as_me:17583: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17584: \"$ac_try\"") >&5 + { (eval echo "$as_me:17586: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17587: \$? = $ac_status" >&5 + echo "$as_me:17589: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_m_acos=yes else @@ -17595,7 +17597,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:17598: result: $ac_cv_lib_m_acos" >&5 +echo "$as_me:17600: result: $ac_cv_lib_m_acos" >&5 echo "${ECHO_T}$ac_cv_lib_m_acos" >&6 if test $ac_cv_lib_m_acos = yes; then @@ -17621,13 +17623,13 @@ os2*) eval 'cf_cv_have_lib_'video'=no' cf_libdir="" - echo "$as_me:17624: checking for v_init" >&5 + echo "$as_me:17626: checking for v_init" >&5 echo $ECHO_N "checking for v_init... $ECHO_C" >&6 if test "${ac_cv_func_v_init+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 17630 "configure" +#line 17632 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char v_init (); below. */ @@ -17658,16 +17660,16 @@ f = v_init; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17661: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17663: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17664: \$? = $ac_status" >&5 + echo "$as_me:17666: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17667: \"$ac_try\"") >&5 + { (eval echo "$as_me:17669: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17670: \$? = $ac_status" >&5 + echo "$as_me:17672: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_v_init=yes else @@ -17677,18 +17679,18 @@ ac_cv_func_v_init=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:17680: result: $ac_cv_func_v_init" >&5 +echo "$as_me:17682: result: $ac_cv_func_v_init" >&5 echo "${ECHO_T}$ac_cv_func_v_init" >&6 if test $ac_cv_func_v_init = yes; then eval 'cf_cv_have_lib_'video'=yes' else cf_save_LIBS="$LIBS" - echo "$as_me:17687: checking for v_init in -lvideo" >&5 + echo "$as_me:17689: checking for v_init in -lvideo" >&5 echo $ECHO_N "checking for v_init in -lvideo... $ECHO_C" >&6 LIBS="-lvideo $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 17691 "configure" +#line 17693 "configure" #include "confdefs.h" #include <sys/video.h> int @@ -17700,25 +17702,25 @@ v_init() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17703: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17705: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17706: \$? = $ac_status" >&5 + echo "$as_me:17708: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17709: \"$ac_try\"") >&5 + { (eval echo "$as_me:17711: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17712: \$? = $ac_status" >&5 + echo "$as_me:17714: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:17714: result: yes" >&5 + echo "$as_me:17716: result: yes" >&5 echo "${ECHO_T}yes" >&6 eval 'cf_cv_have_lib_'video'=yes' else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:17721: result: no" >&5 +echo "$as_me:17723: result: no" >&5 echo "${ECHO_T}no" >&6 cf_search="" @@ -17779,11 +17781,11 @@ test -d "$HOME" && \ for cf_libdir in $cf_search do - echo "$as_me:17782: checking for -lvideo in $cf_libdir" >&5 + echo "$as_me:17784: checking for -lvideo in $cf_libdir" >&5 echo $ECHO_N "checking for -lvideo in $cf_libdir... $ECHO_C" >&6 LIBS="-L$cf_libdir -lvideo $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 17786 "configure" +#line 17788 "configure" #include "confdefs.h" #include <sys/video.h> int @@ -17795,25 +17797,25 @@ v_init() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17798: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17800: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17801: \$? = $ac_status" >&5 + echo "$as_me:17803: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17804: \"$ac_try\"") >&5 + { (eval echo "$as_me:17806: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17807: \$? = $ac_status" >&5 + echo "$as_me:17809: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:17809: result: yes" >&5 + echo "$as_me:17811: result: yes" >&5 echo "${ECHO_T}yes" >&6 eval 'cf_cv_have_lib_'video'=yes' break else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:17816: result: no" >&5 +echo "$as_me:17818: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -17828,7 +17830,7 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'video if test $cf_found_library = no ; then - { { echo "$as_me:17831: error: Cannot link video library" >&5 + { { echo "$as_me:17833: error: Cannot link video library" >&5 echo "$as_me: error: Cannot link video library" >&2;} { (exit 1); exit 1; }; } fi @@ -17838,13 +17840,13 @@ esac eval 'cf_cv_have_lib_'slang'=no' cf_libdir="" - echo "$as_me:17841: checking for SLtt_get_screen_size" >&5 + echo "$as_me:17843: checking for SLtt_get_screen_size" >&5 echo $ECHO_N "checking for SLtt_get_screen_size... $ECHO_C" >&6 if test "${ac_cv_func_SLtt_get_screen_size+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 17847 "configure" +#line 17849 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char SLtt_get_screen_size (); below. */ @@ -17875,16 +17877,16 @@ f = SLtt_get_screen_size; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17878: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17880: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17881: \$? = $ac_status" >&5 + echo "$as_me:17883: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17884: \"$ac_try\"") >&5 + { (eval echo "$as_me:17886: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17887: \$? = $ac_status" >&5 + echo "$as_me:17889: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_SLtt_get_screen_size=yes else @@ -17894,18 +17896,18 @@ ac_cv_func_SLtt_get_screen_size=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:17897: result: $ac_cv_func_SLtt_get_screen_size" >&5 +echo "$as_me:17899: result: $ac_cv_func_SLtt_get_screen_size" >&5 echo "${ECHO_T}$ac_cv_func_SLtt_get_screen_size" >&6 if test $ac_cv_func_SLtt_get_screen_size = yes; then eval 'cf_cv_have_lib_'slang'=yes' else cf_save_LIBS="$LIBS" - echo "$as_me:17904: checking for SLtt_get_screen_size in -lslang" >&5 + echo "$as_me:17906: checking for SLtt_get_screen_size in -lslang" >&5 echo $ECHO_N "checking for SLtt_get_screen_size in -lslang... $ECHO_C" >&6 LIBS="-lslang $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 17908 "configure" +#line 17910 "configure" #include "confdefs.h" #include <slang.h> int @@ -17917,25 +17919,25 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17920: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17922: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17923: \$? = $ac_status" >&5 + echo "$as_me:17925: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17926: \"$ac_try\"") >&5 + { (eval echo "$as_me:17928: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17929: \$? = $ac_status" >&5 + echo "$as_me:17931: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:17931: result: yes" >&5 + echo "$as_me:17933: result: yes" >&5 echo "${ECHO_T}yes" >&6 eval 'cf_cv_have_lib_'slang'=yes' else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:17938: result: no" >&5 +echo "$as_me:17940: result: no" >&5 echo "${ECHO_T}no" >&6 cf_search="" @@ -17996,11 +17998,11 @@ test -d "$HOME" && \ for cf_libdir in $cf_search do - echo "$as_me:17999: checking for -lslang in $cf_libdir" >&5 + echo "$as_me:18001: checking for -lslang in $cf_libdir" >&5 echo $ECHO_N "checking for -lslang in $cf_libdir... $ECHO_C" >&6 LIBS="-L$cf_libdir -lslang $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 18003 "configure" +#line 18005 "configure" #include "confdefs.h" #include <slang.h> int @@ -18012,25 +18014,25 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18015: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18017: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18018: \$? = $ac_status" >&5 + echo "$as_me:18020: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18021: \"$ac_try\"") >&5 + { (eval echo "$as_me:18023: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18024: \$? = $ac_status" >&5 + echo "$as_me:18026: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:18026: result: yes" >&5 + echo "$as_me:18028: result: yes" >&5 echo "${ECHO_T}yes" >&6 eval 'cf_cv_have_lib_'slang'=yes' break else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:18033: result: no" >&5 +echo "$as_me:18035: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -18045,13 +18047,13 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'slang if test $cf_found_library = no ; then - { { echo "$as_me:18048: error: Cannot link slang library" >&5 + { { echo "$as_me:18050: error: Cannot link slang library" >&5 echo "$as_me: error: Cannot link slang library" >&2;} { (exit 1); exit 1; }; } fi cf_slang_LIBS3="$LIBS" -echo "$as_me:18054: checking if we can link slang without termcap" >&5 +echo "$as_me:18056: checking if we can link slang without termcap" >&5 echo $ECHO_N "checking if we can link slang without termcap... $ECHO_C" >&6 if test -n "`echo $cf_slang_LIBS1 | sed -e 's/ //g'`" ; then cf_exclude=`echo ".$cf_slang_LIBS2" | sed -e "s%$cf_slang_LIBS1%%" -e 's%^.%%'` @@ -18060,7 +18062,7 @@ else fi LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'` cat >conftest.$ac_ext <<_ACEOF -#line 18063 "configure" +#line 18065 "configure" #include "confdefs.h" #include <slang.h> int @@ -18072,16 +18074,16 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18075: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18077: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18078: \$? = $ac_status" >&5 + echo "$as_me:18080: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18081: \"$ac_try\"") >&5 + { (eval echo "$as_me:18083: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18084: \$? = $ac_status" >&5 + echo "$as_me:18086: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -18090,18 +18092,18 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$as_me:18093: result: $cf_result" >&5 +echo "$as_me:18095: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 test $cf_result = no && LIBS="$cf_slang_LIBS3" -echo "$as_me:18097: checking if we must tell slang this is UNIX" >&5 +echo "$as_me:18099: checking if we must tell slang this is UNIX" >&5 echo $ECHO_N "checking if we must tell slang this is UNIX... $ECHO_C" >&6 if test "${cf_cv_slang_unix+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 18104 "configure" +#line 18106 "configure" #include "confdefs.h" #include <slang.h> int @@ -18120,16 +18122,16 @@ SLang_TT_Baud_Rate = 1 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18123: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18125: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18126: \$? = $ac_status" >&5 + echo "$as_me:18128: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18129: \"$ac_try\"") >&5 + { (eval echo "$as_me:18131: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18132: \$? = $ac_status" >&5 + echo "$as_me:18134: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_slang_unix=yes else @@ -18140,7 +18142,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:18143: result: $cf_cv_slang_unix" >&5 +echo "$as_me:18145: result: $cf_cv_slang_unix" >&5 echo "${ECHO_T}$cf_cv_slang_unix" >&6 test $cf_cv_slang_unix = yes && cat >>confdefs.h <<\EOF #define REAL_UNIX_SYSTEM 1 @@ -18150,7 +18152,7 @@ EOF ;; esac -echo "$as_me:18153: checking if you want the wide-curses features" >&5 +echo "$as_me:18155: checking if you want the wide-curses features" >&5 echo $ECHO_N "checking if you want the wide-curses features... $ECHO_C" >&6 # Check whether --enable-widec or --disable-widec was given. @@ -18167,10 +18169,10 @@ else use_wide_curses=$cf_wide_curses fi; -echo "$as_me:18170: result: $use_wide_curses" >&5 +echo "$as_me:18172: result: $use_wide_curses" >&5 echo "${ECHO_T}$use_wide_curses" >&6 -echo "$as_me:18173: checking if color-style code should be used" >&5 +echo "$as_me:18175: checking if color-style code should be used" >&5 echo $ECHO_N "checking if color-style code should be used... $ECHO_C" >&6 # Check whether --enable-color-style or --disable-color-style was given. @@ -18190,7 +18192,7 @@ fi; case $use_color_style in no) - echo "$as_me:18193: result: no" >&5 + echo "$as_me:18195: result: no" >&5 echo "${ECHO_T}no" >&6 INSTALL_LSS= ;; @@ -18199,10 +18201,10 @@ echo "${ECHO_T}no" >&6 #define USE_COLOR_STYLE 1 EOF - echo "$as_me:18202: result: yes" >&5 + echo "$as_me:18204: result: yes" >&5 echo "${ECHO_T}yes" >&6 - echo "$as_me:18205: checking for location of style-sheet file" >&5 + echo "$as_me:18207: checking for location of style-sheet file" >&5 echo $ECHO_N "checking for location of style-sheet file... $ECHO_C" >&6 # Check whether --with-lss-file or --without-lss-file was given. @@ -18238,7 +18240,7 @@ case ".$withval" in #(vi withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; *) - { { echo "$as_me:18241: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:18243: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -18247,7 +18249,7 @@ esac fi LYNX_LSS_FILE="$withval" - echo "$as_me:18250: result: $LYNX_LSS_FILE" >&5 + echo "$as_me:18252: result: $LYNX_LSS_FILE" >&5 echo "${ECHO_T}$LYNX_LSS_FILE" >&6 test "$LYNX_LSS_FILE" = no && LYNX_LSS_FILE= @@ -18259,7 +18261,7 @@ EOF ;; esac -echo "$as_me:18262: checking for the default configuration-file" >&5 +echo "$as_me:18264: checking for the default configuration-file" >&5 echo $ECHO_N "checking for the default configuration-file... $ECHO_C" >&6 # Check whether --with-cfg-file or --without-cfg-file was given. @@ -18295,7 +18297,7 @@ case ".$withval" in #(vi withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; *) - { { echo "$as_me:18298: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:18300: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -18304,7 +18306,7 @@ esac fi LYNX_CFG_FILE="$withval" -echo "$as_me:18307: result: $LYNX_CFG_FILE" >&5 +echo "$as_me:18309: result: $LYNX_CFG_FILE" >&5 echo "${ECHO_T}$LYNX_CFG_FILE" >&6 test "$LYNX_CFG_FILE" = no && LYNX_CFG_FILE= @@ -18312,7 +18314,7 @@ cat >>confdefs.h <<EOF #define LYNX_CFG_FILE "$LYNX_CFG_FILE" EOF -echo "$as_me:18315: checking if htmlized lynx.cfg should be built" >&5 +echo "$as_me:18317: checking if htmlized lynx.cfg should be built" >&5 echo $ECHO_N "checking if htmlized lynx.cfg should be built... $ECHO_C" >&6 # Check whether --enable-htmlized-cfg or --disable-htmlized-cfg was given. @@ -18329,7 +18331,7 @@ else use_htmlized_cfg=no fi; -echo "$as_me:18332: result: $use_htmlized_cfg" >&5 +echo "$as_me:18334: result: $use_htmlized_cfg" >&5 echo "${ECHO_T}$use_htmlized_cfg" >&6 LYNXCFG_MAKE='' @@ -18337,7 +18339,7 @@ if test $use_htmlized_cfg = no ; then LYNXCFG_MAKE='#' fi -echo "$as_me:18340: checking if local doc directory should be linked to help page" >&5 +echo "$as_me:18342: checking if local doc directory should be linked to help page" >&5 echo $ECHO_N "checking if local doc directory should be linked to help page... $ECHO_C" >&6 # Check whether --enable-local-docs or --disable-local-docs was given. @@ -18354,7 +18356,7 @@ else use_local_docs=no fi; -echo "$as_me:18357: result: $use_local_docs" >&5 +echo "$as_me:18359: result: $use_local_docs" >&5 echo "${ECHO_T}$use_local_docs" >&6 LYNXDOC_MAKE='' @@ -18362,7 +18364,7 @@ if test $use_local_docs = no ; then LYNXDOC_MAKE='#' fi -echo "$as_me:18365: checking for MIME library directory" >&5 +echo "$as_me:18367: checking for MIME library directory" >&5 echo $ECHO_N "checking for MIME library directory... $ECHO_C" >&6 # Check whether --with-mime-libdir or --without-mime-libdir was given. @@ -18398,7 +18400,7 @@ case ".$withval" in #(vi withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; *) - { { echo "$as_me:18401: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:18403: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -18407,14 +18409,14 @@ esac fi MIME_LIBDIR="$withval" -echo "$as_me:18410: result: $MIME_LIBDIR" >&5 +echo "$as_me:18412: result: $MIME_LIBDIR" >&5 echo "${ECHO_T}$MIME_LIBDIR" >&6 MIME_LIBDIR=`echo "$MIME_LIBDIR" | sed -e 's,/$,,' -e 's,$,/,'` cat >>confdefs.h <<EOF #define MIME_LIBDIR "$MIME_LIBDIR" EOF -echo "$as_me:18417: checking if locale-charset selection logic should be used" >&5 +echo "$as_me:18419: checking if locale-charset selection logic should be used" >&5 echo $ECHO_N "checking if locale-charset selection logic should be used... $ECHO_C" >&6 # Check whether --enable-locale-charset or --disable-locale-charset was given. @@ -18431,7 +18433,7 @@ else use_locale_charset=yes fi; -echo "$as_me:18434: result: $use_locale_charset" >&5 +echo "$as_me:18436: result: $use_locale_charset" >&5 echo "${ECHO_T}$use_locale_charset" >&6 test $use_locale_charset != no && cat >>confdefs.h <<\EOF #define USE_LOCALE_CHARSET 1 @@ -18439,7 +18441,7 @@ EOF CHARSET_DEFS= -echo "$as_me:18442: checking if you want only a few charsets" >&5 +echo "$as_me:18444: checking if you want only a few charsets" >&5 echo $ECHO_N "checking if you want only a few charsets... $ECHO_C" >&6 # Check whether --with-charsets or --without-charsets was given. @@ -18451,7 +18453,7 @@ else fi; if test -n "$cf_charsets" ; then - echo "$as_me:18454: result: yes" >&5 + echo "$as_me:18456: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define ALL_CHARSETS 0 @@ -18464,7 +18466,7 @@ EOF if test "$cf_charsets" = "minimal" ; then test -n "$verbose" && echo " using minimal list of charsets: $cf_min_charsets" 1>&6 -echo "${as_me-configure}:18467: testing using minimal list of charsets: $cf_min_charsets ..." 1>&5 +echo "${as_me-configure}:18469: testing using minimal list of charsets: $cf_min_charsets ..." 1>&5 fi cf_charsets=`echo $cf_charsets | sed -e "s/minimal/$cf_min_charsets/g" -e 's/,/ /g'` @@ -18491,28 +18493,28 @@ echo "${as_me-configure}:18467: testing using minimal list of charsets: $cf_min_ then test -n "$verbose" && echo " found $cf_charset" 1>&6 -echo "${as_me-configure}:18494: testing found $cf_charset ..." 1>&5 +echo "${as_me-configure}:18496: testing found $cf_charset ..." 1>&5 CHARSET_DEFS="-DNO_CHARSET_${cf_def_charset}=0 $CHARSET_DEFS" else test -n "$verbose" && echo " not found $cf_charset" 1>&6 -echo "${as_me-configure}:18500: testing not found $cf_charset ..." 1>&5 +echo "${as_me-configure}:18502: testing not found $cf_charset ..." 1>&5 fi done else - echo "$as_me:18505: result: no" >&5 + echo "$as_me:18507: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:18509: checking for ANSI C header files" >&5 +echo "$as_me:18511: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 18515 "configure" +#line 18517 "configure" #include "confdefs.h" #include <stdlib.h> #include <stdarg.h> @@ -18520,13 +18522,13 @@ else #include <float.h> _ACEOF -if { (eval echo "$as_me:18523: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:18525: \"$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:18529: \$? = $ac_status" >&5 + echo "$as_me:18531: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -18548,7 +18550,7 @@ rm -f conftest.err conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 18551 "configure" +#line 18553 "configure" #include "confdefs.h" #include <string.h> @@ -18566,7 +18568,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 18569 "configure" +#line 18571 "configure" #include "confdefs.h" #include <stdlib.h> @@ -18587,7 +18589,7 @@ if test $ac_cv_header_stdc = yes; then : else cat >conftest.$ac_ext <<_ACEOF -#line 18590 "configure" +#line 18592 "configure" #include "confdefs.h" #include <ctype.h> #if ((' ' & 0x0FF) == 0x020) @@ -18613,15 +18615,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:18616: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18618: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18619: \$? = $ac_status" >&5 + echo "$as_me:18621: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:18621: \"$ac_try\"") >&5 + { (eval echo "$as_me:18623: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18624: \$? = $ac_status" >&5 + echo "$as_me:18626: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -18634,7 +18636,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -echo "$as_me:18637: result: $ac_cv_header_stdc" >&5 +echo "$as_me:18639: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then @@ -18644,13 +18646,13 @@ EOF fi -echo "$as_me:18647: checking whether time.h and sys/time.h may both be included" >&5 +echo "$as_me:18649: checking whether time.h and sys/time.h may both be included" >&5 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 if test "${ac_cv_header_time+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 18653 "configure" +#line 18655 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/time.h> @@ -18666,16 +18668,16 @@ return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18669: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18671: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18672: \$? = $ac_status" >&5 + echo "$as_me:18674: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18675: \"$ac_try\"") >&5 + { (eval echo "$as_me:18677: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18678: \$? = $ac_status" >&5 + echo "$as_me:18680: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_header_time=yes else @@ -18685,7 +18687,7 @@ ac_cv_header_time=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:18688: result: $ac_cv_header_time" >&5 +echo "$as_me:18690: result: $ac_cv_header_time" >&5 echo "${ECHO_T}$ac_cv_header_time" >&6 if test $ac_cv_header_time = yes; then @@ -18698,13 +18700,13 @@ fi ac_header_dirent=no for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` -echo "$as_me:18701: checking for $ac_hdr that defines DIR" >&5 +echo "$as_me:18703: checking for $ac_hdr that defines DIR" >&5 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 18707 "configure" +#line 18709 "configure" #include "confdefs.h" #include <sys/types.h> #include <$ac_hdr> @@ -18719,16 +18721,16 @@ return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18722: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18724: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18725: \$? = $ac_status" >&5 + echo "$as_me:18727: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18728: \"$ac_try\"") >&5 + { (eval echo "$as_me:18730: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18731: \$? = $ac_status" >&5 + echo "$as_me:18733: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Header=yes" else @@ -18738,7 +18740,7 @@ eval "$as_ac_Header=no" fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:18741: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:18743: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -18751,7 +18753,7 @@ fi done # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. if test $ac_header_dirent = dirent.h; then - echo "$as_me:18754: checking for opendir in -ldir" >&5 + echo "$as_me:18756: checking for opendir in -ldir" >&5 echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6 if test "${ac_cv_lib_dir_opendir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -18759,7 +18761,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldir $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 18762 "configure" +#line 18764 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -18778,16 +18780,16 @@ opendir (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18781: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18783: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18784: \$? = $ac_status" >&5 + echo "$as_me:18786: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18787: \"$ac_try\"") >&5 + { (eval echo "$as_me:18789: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18790: \$? = $ac_status" >&5 + echo "$as_me:18792: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dir_opendir=yes else @@ -18798,14 +18800,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:18801: result: $ac_cv_lib_dir_opendir" >&5 +echo "$as_me:18803: result: $ac_cv_lib_dir_opendir" >&5 echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6 if test $ac_cv_lib_dir_opendir = yes; then LIBS="$LIBS -ldir" fi else - echo "$as_me:18808: checking for opendir in -lx" >&5 + echo "$as_me:18810: checking for opendir in -lx" >&5 echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6 if test "${ac_cv_lib_x_opendir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -18813,7 +18815,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lx $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 18816 "configure" +#line 18818 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -18832,16 +18834,16 @@ opendir (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18835: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18837: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18838: \$? = $ac_status" >&5 + echo "$as_me:18840: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18841: \"$ac_try\"") >&5 + { (eval echo "$as_me:18843: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18844: \$? = $ac_status" >&5 + echo "$as_me:18846: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_x_opendir=yes else @@ -18852,7 +18854,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:18855: result: $ac_cv_lib_x_opendir" >&5 +echo "$as_me:18857: result: $ac_cv_lib_x_opendir" >&5 echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6 if test $ac_cv_lib_x_opendir = yes; then LIBS="$LIBS -lx" @@ -18880,23 +18882,23 @@ for ac_header in \ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:18883: checking for $ac_header" >&5 +echo "$as_me:18885: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 18889 "configure" +#line 18891 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:18893: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:18895: \"$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:18899: \$? = $ac_status" >&5 + echo "$as_me:18901: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -18915,7 +18917,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:18918: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:18920: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -18925,14 +18927,14 @@ EOF fi done -echo "$as_me:18928: checking termio.h and termios.h" >&5 +echo "$as_me:18930: checking termio.h and termios.h" >&5 echo $ECHO_N "checking termio.h and termios.h... $ECHO_C" >&6 if test "${cf_cv_termio_and_termios+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 18935 "configure" +#line 18937 "configure" #include "confdefs.h" #if HAVE_TERMIO_H @@ -18950,16 +18952,16 @@ putchar (0x0a) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18953: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18955: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18956: \$? = $ac_status" >&5 + echo "$as_me:18958: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18959: \"$ac_try\"") >&5 + { (eval echo "$as_me:18961: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18962: \$? = $ac_status" >&5 + echo "$as_me:18964: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_termio_and_termios=yes else @@ -18970,20 +18972,20 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:18973: result: $cf_cv_termio_and_termios" >&5 +echo "$as_me:18975: result: $cf_cv_termio_and_termios" >&5 echo "${ECHO_T}$cf_cv_termio_and_termios" >&6 test $cf_cv_termio_and_termios = no && cat >>confdefs.h <<\EOF #define TERMIO_AND_TERMIOS 1 EOF -echo "$as_me:18979: checking for sigaction and structs" >&5 +echo "$as_me:18981: checking for sigaction and structs" >&5 echo $ECHO_N "checking for sigaction and structs... $ECHO_C" >&6 if test "${cf_cv_func_sigaction+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 18986 "configure" +#line 18988 "configure" #include "confdefs.h" #include <sys/types.h> @@ -19003,16 +19005,16 @@ struct sigaction act; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19006: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19008: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19009: \$? = $ac_status" >&5 + echo "$as_me:19011: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19012: \"$ac_try\"") >&5 + { (eval echo "$as_me:19014: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19015: \$? = $ac_status" >&5 + echo "$as_me:19017: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_func_sigaction=yes else @@ -19023,7 +19025,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:19026: result: $cf_cv_func_sigaction" >&5 +echo "$as_me:19028: result: $cf_cv_func_sigaction" >&5 echo "${ECHO_T}$cf_cv_func_sigaction" >&6 test "$cf_cv_func_sigaction" = yes && cat >>confdefs.h <<\EOF #define HAVE_SIGACTION 1 @@ -19032,23 +19034,23 @@ EOF for ac_header in sys/wait.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:19035: checking for $ac_header" >&5 +echo "$as_me:19037: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19041 "configure" +#line 19043 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:19045: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:19047: \"$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:19051: \$? = $ac_status" >&5 + echo "$as_me:19053: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -19067,7 +19069,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:19070: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:19072: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -19088,23 +19090,23 @@ else for ac_header in wait.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:19091: checking for $ac_header" >&5 +echo "$as_me:19093: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19097 "configure" +#line 19099 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:19101: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:19103: \"$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:19107: \$? = $ac_status" >&5 + echo "$as_me:19109: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -19123,7 +19125,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:19126: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:19128: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -19136,23 +19138,23 @@ done for ac_header in waitstatus.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:19139: checking for $ac_header" >&5 +echo "$as_me:19141: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19145 "configure" +#line 19147 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:19149: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:19151: \"$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:19155: \$? = $ac_status" >&5 + echo "$as_me:19157: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -19171,7 +19173,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:19174: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:19176: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -19193,14 +19195,14 @@ cf_wait_headers="$cf_wait_headers fi fi -echo "$as_me:19196: checking for union wait" >&5 +echo "$as_me:19198: checking for union wait" >&5 echo $ECHO_N "checking for union wait... $ECHO_C" >&6 if test "${cf_cv_type_unionwait+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19203 "configure" +#line 19205 "configure" #include "confdefs.h" $cf_wait_headers int @@ -19216,16 +19218,16 @@ int x; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19219: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19221: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19222: \$? = $ac_status" >&5 + echo "$as_me:19224: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19225: \"$ac_try\"") >&5 + { (eval echo "$as_me:19227: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19228: \$? = $ac_status" >&5 + echo "$as_me:19230: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_type_unionwait=no echo compiles ok w/o union wait 1>&5 @@ -19235,7 +19237,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 19238 "configure" +#line 19240 "configure" #include "confdefs.h" $cf_wait_headers int @@ -19255,16 +19257,16 @@ union wait x; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19258: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19260: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19261: \$? = $ac_status" >&5 + echo "$as_me:19263: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19264: \"$ac_try\"") >&5 + { (eval echo "$as_me:19266: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19267: \$? = $ac_status" >&5 + echo "$as_me:19269: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_type_unionwait=yes echo compiles ok with union wait and possibly macros too 1>&5 @@ -19279,7 +19281,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:19282: result: $cf_cv_type_unionwait" >&5 +echo "$as_me:19284: result: $cf_cv_type_unionwait" >&5 echo "${ECHO_T}$cf_cv_type_unionwait" >&6 test $cf_cv_type_unionwait = yes && cat >>confdefs.h <<\EOF #define HAVE_TYPE_UNIONWAIT 1 @@ -19287,14 +19289,14 @@ EOF if test $cf_cv_type_unionwait = yes; then - echo "$as_me:19290: checking if union wait can be used as wait-arg" >&5 + echo "$as_me:19292: checking if union wait can be used as wait-arg" >&5 echo $ECHO_N "checking if union wait can be used as wait-arg... $ECHO_C" >&6 if test "${cf_cv_arg_union_wait+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19297 "configure" +#line 19299 "configure" #include "confdefs.h" $cf_wait_headers int @@ -19306,16 +19308,16 @@ union wait x; wait(&x) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19309: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19311: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19312: \$? = $ac_status" >&5 + echo "$as_me:19314: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19315: \"$ac_try\"") >&5 + { (eval echo "$as_me:19317: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19318: \$? = $ac_status" >&5 + echo "$as_me:19320: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_arg_union_wait=yes else @@ -19327,20 +19329,20 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi - echo "$as_me:19330: result: $cf_cv_arg_union_wait" >&5 + echo "$as_me:19332: result: $cf_cv_arg_union_wait" >&5 echo "${ECHO_T}$cf_cv_arg_union_wait" >&6 test $cf_cv_arg_union_wait = yes && cat >>confdefs.h <<\EOF #define WAIT_USES_UNION 1 EOF - echo "$as_me:19336: checking if union wait can be used as waitpid-arg" >&5 + echo "$as_me:19338: checking if union wait can be used as waitpid-arg" >&5 echo $ECHO_N "checking if union wait can be used as waitpid-arg... $ECHO_C" >&6 if test "${cf_cv_arg_union_waitpid+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19343 "configure" +#line 19345 "configure" #include "confdefs.h" $cf_wait_headers int @@ -19352,16 +19354,16 @@ union wait x; waitpid(0, &x, 0) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19355: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19357: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19358: \$? = $ac_status" >&5 + echo "$as_me:19360: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19361: \"$ac_try\"") >&5 + { (eval echo "$as_me:19363: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19364: \$? = $ac_status" >&5 + echo "$as_me:19366: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_arg_union_waitpid=yes else @@ -19373,7 +19375,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi - echo "$as_me:19376: result: $cf_cv_arg_union_waitpid" >&5 + echo "$as_me:19378: result: $cf_cv_arg_union_waitpid" >&5 echo "${ECHO_T}$cf_cv_arg_union_waitpid" >&6 test $cf_cv_arg_union_waitpid = yes && cat >>confdefs.h <<\EOF #define WAITPID_USES_UNION 1 @@ -19384,23 +19386,23 @@ fi for ac_header in stdarg.h varargs.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:19387: checking for $ac_header" >&5 +echo "$as_me:19389: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19393 "configure" +#line 19395 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:19397: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:19399: \"$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:19403: \$? = $ac_status" >&5 + echo "$as_me:19405: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -19419,7 +19421,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:19422: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:19424: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -19429,14 +19431,14 @@ EOF fi done -echo "$as_me:19432: checking for standard varargs" >&5 +echo "$as_me:19434: checking for standard varargs" >&5 echo $ECHO_N "checking for standard varargs... $ECHO_C" >&6 if test "${cf_cv_ansi_varargs+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19439 "configure" +#line 19441 "configure" #include "confdefs.h" #if HAVE_STDARG_H @@ -19456,16 +19458,16 @@ return 0;} int foo(char *fmt,...){va_list args;va_start(args,fmt);va_end(args) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19459: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19461: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19462: \$? = $ac_status" >&5 + echo "$as_me:19464: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19465: \"$ac_try\"") >&5 + { (eval echo "$as_me:19467: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19468: \$? = $ac_status" >&5 + echo "$as_me:19470: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ansi_varargs=yes else @@ -19477,19 +19479,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:19480: result: $cf_cv_ansi_varargs" >&5 +echo "$as_me:19482: result: $cf_cv_ansi_varargs" >&5 echo "${ECHO_T}$cf_cv_ansi_varargs" >&6 test $cf_cv_ansi_varargs = yes && cat >>confdefs.h <<\EOF #define ANSI_VARARGS 1 EOF -echo "$as_me:19486: checking for uid_t in sys/types.h" >&5 +echo "$as_me:19488: checking for uid_t in sys/types.h" >&5 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 if test "${ac_cv_type_uid_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19492 "configure" +#line 19494 "configure" #include "confdefs.h" #include <sys/types.h> @@ -19503,7 +19505,7 @@ fi rm -f conftest* fi -echo "$as_me:19506: result: $ac_cv_type_uid_t" >&5 +echo "$as_me:19508: result: $ac_cv_type_uid_t" >&5 echo "${ECHO_T}$ac_cv_type_uid_t" >&6 if test $ac_cv_type_uid_t = no; then @@ -19517,7 +19519,7 @@ EOF fi -echo "$as_me:19520: checking type of array argument to getgroups" >&5 +echo "$as_me:19522: checking type of array argument to getgroups" >&5 echo $ECHO_N "checking type of array argument to getgroups... $ECHO_C" >&6 if test "${ac_cv_type_getgroups+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19526,7 +19528,7 @@ else ac_cv_type_getgroups=cross else cat >conftest.$ac_ext <<_ACEOF -#line 19529 "configure" +#line 19531 "configure" #include "confdefs.h" /* Thanks to Mike Rendell for this test. */ #include <sys/types.h> @@ -19552,15 +19554,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:19555: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19557: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19558: \$? = $ac_status" >&5 + echo "$as_me:19560: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:19560: \"$ac_try\"") >&5 + { (eval echo "$as_me:19562: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19563: \$? = $ac_status" >&5 + echo "$as_me:19565: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_getgroups=gid_t else @@ -19573,7 +19575,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_type_getgroups = cross; then cat >conftest.$ac_ext <<_ACEOF -#line 19576 "configure" +#line 19578 "configure" #include "confdefs.h" #include <unistd.h> @@ -19588,20 +19590,20 @@ rm -f conftest* fi fi -echo "$as_me:19591: result: $ac_cv_type_getgroups" >&5 +echo "$as_me:19593: result: $ac_cv_type_getgroups" >&5 echo "${ECHO_T}$ac_cv_type_getgroups" >&6 cat >>confdefs.h <<EOF #define GETGROUPS_T $ac_cv_type_getgroups EOF -echo "$as_me:19598: checking for pid_t" >&5 +echo "$as_me:19600: checking for pid_t" >&5 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 if test "${ac_cv_type_pid_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19604 "configure" +#line 19606 "configure" #include "confdefs.h" $ac_includes_default int @@ -19616,16 +19618,16 @@ if (sizeof (pid_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19619: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19621: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19622: \$? = $ac_status" >&5 + echo "$as_me:19624: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19625: \"$ac_try\"") >&5 + { (eval echo "$as_me:19627: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19628: \$? = $ac_status" >&5 + echo "$as_me:19630: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_pid_t=yes else @@ -19635,7 +19637,7 @@ ac_cv_type_pid_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:19638: result: $ac_cv_type_pid_t" >&5 +echo "$as_me:19640: result: $ac_cv_type_pid_t" >&5 echo "${ECHO_T}$ac_cv_type_pid_t" >&6 if test $ac_cv_type_pid_t = yes; then : @@ -19647,13 +19649,13 @@ EOF fi -echo "$as_me:19650: checking for uid_t in sys/types.h" >&5 +echo "$as_me:19652: checking for uid_t in sys/types.h" >&5 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 if test "${ac_cv_type_uid_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19656 "configure" +#line 19658 "configure" #include "confdefs.h" #include <sys/types.h> @@ -19667,7 +19669,7 @@ fi rm -f conftest* fi -echo "$as_me:19670: result: $ac_cv_type_uid_t" >&5 +echo "$as_me:19672: result: $ac_cv_type_uid_t" >&5 echo "${ECHO_T}$ac_cv_type_uid_t" >&6 if test $ac_cv_type_uid_t = no; then @@ -19681,13 +19683,13 @@ EOF fi -echo "$as_me:19684: checking for mode_t" >&5 +echo "$as_me:19686: checking for mode_t" >&5 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6 if test "${ac_cv_type_mode_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19690 "configure" +#line 19692 "configure" #include "confdefs.h" $ac_includes_default int @@ -19702,16 +19704,16 @@ if (sizeof (mode_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19705: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19707: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19708: \$? = $ac_status" >&5 + echo "$as_me:19710: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19711: \"$ac_try\"") >&5 + { (eval echo "$as_me:19713: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19714: \$? = $ac_status" >&5 + echo "$as_me:19716: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_mode_t=yes else @@ -19721,7 +19723,7 @@ ac_cv_type_mode_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:19724: result: $ac_cv_type_mode_t" >&5 +echo "$as_me:19726: result: $ac_cv_type_mode_t" >&5 echo "${ECHO_T}$ac_cv_type_mode_t" >&6 if test $ac_cv_type_mode_t = yes; then : @@ -19733,13 +19735,13 @@ EOF fi - echo "$as_me:19736: checking for socklen_t" >&5 + echo "$as_me:19738: checking for socklen_t" >&5 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6 if test "${ac_cv_type_socklen_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19742 "configure" +#line 19744 "configure" #include "confdefs.h" #include <sys/socket.h> @@ -19755,16 +19757,16 @@ if (sizeof (socklen_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19758: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19760: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19761: \$? = $ac_status" >&5 + echo "$as_me:19763: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19764: \"$ac_try\"") >&5 + { (eval echo "$as_me:19766: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19767: \$? = $ac_status" >&5 + echo "$as_me:19769: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_socklen_t=yes else @@ -19774,7 +19776,7 @@ ac_cv_type_socklen_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:19777: result: $ac_cv_type_socklen_t" >&5 +echo "$as_me:19779: result: $ac_cv_type_socklen_t" >&5 echo "${ECHO_T}$ac_cv_type_socklen_t" >&6 if test $ac_cv_type_socklen_t = yes; then ac_cv_type_socklen_t=yes @@ -19791,13 +19793,13 @@ fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -echo "$as_me:19794: checking for working alloca.h" >&5 +echo "$as_me:19796: checking for working alloca.h" >&5 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 if test "${ac_cv_working_alloca_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19800 "configure" +#line 19802 "configure" #include "confdefs.h" #include <alloca.h> int @@ -19809,16 +19811,16 @@ char *p = (char *) alloca (2 * sizeof (int)); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19812: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19814: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19815: \$? = $ac_status" >&5 + echo "$as_me:19817: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19818: \"$ac_try\"") >&5 + { (eval echo "$as_me:19820: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19821: \$? = $ac_status" >&5 + echo "$as_me:19823: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_working_alloca_h=yes else @@ -19828,7 +19830,7 @@ ac_cv_working_alloca_h=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:19831: result: $ac_cv_working_alloca_h" >&5 +echo "$as_me:19833: result: $ac_cv_working_alloca_h" >&5 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 if test $ac_cv_working_alloca_h = yes; then @@ -19838,13 +19840,13 @@ EOF fi -echo "$as_me:19841: checking for alloca" >&5 +echo "$as_me:19843: checking for alloca" >&5 echo $ECHO_N "checking for alloca... $ECHO_C" >&6 if test "${ac_cv_func_alloca_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19847 "configure" +#line 19849 "configure" #include "confdefs.h" #ifdef __GNUC__ # define alloca __builtin_alloca @@ -19876,16 +19878,16 @@ char *p = (char *) alloca (1); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19879: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19881: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19882: \$? = $ac_status" >&5 + echo "$as_me:19884: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19885: \"$ac_try\"") >&5 + { (eval echo "$as_me:19887: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19888: \$? = $ac_status" >&5 + echo "$as_me:19890: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_alloca_works=yes else @@ -19895,7 +19897,7 @@ ac_cv_func_alloca_works=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:19898: result: $ac_cv_func_alloca_works" >&5 +echo "$as_me:19900: result: $ac_cv_func_alloca_works" >&5 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 if test $ac_cv_func_alloca_works = yes; then @@ -19916,13 +19918,13 @@ cat >>confdefs.h <<\EOF #define C_ALLOCA 1 EOF -echo "$as_me:19919: checking whether \`alloca.c' needs Cray hooks" >&5 +echo "$as_me:19921: checking whether \`alloca.c' needs Cray hooks" >&5 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 if test "${ac_cv_os_cray+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 19925 "configure" +#line 19927 "configure" #include "confdefs.h" #if defined(CRAY) && ! defined(CRAY2) webecray @@ -19940,18 +19942,18 @@ fi rm -f conftest* fi -echo "$as_me:19943: result: $ac_cv_os_cray" >&5 +echo "$as_me:19945: result: $ac_cv_os_cray" >&5 echo "${ECHO_T}$ac_cv_os_cray" >&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:19948: checking for $ac_func" >&5 +echo "$as_me:19950: 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 19954 "configure" +#line 19956 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -19982,16 +19984,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19985: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19987: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19988: \$? = $ac_status" >&5 + echo "$as_me:19990: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19991: \"$ac_try\"") >&5 + { (eval echo "$as_me:19993: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19994: \$? = $ac_status" >&5 + echo "$as_me:19996: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -20001,7 +20003,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:20004: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:20006: 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 @@ -20015,7 +20017,7 @@ fi done fi -echo "$as_me:20018: checking stack direction for C alloca" >&5 +echo "$as_me:20020: checking stack direction for C alloca" >&5 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 if test "${ac_cv_c_stack_direction+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20024,7 +20026,7 @@ else ac_cv_c_stack_direction=0 else cat >conftest.$ac_ext <<_ACEOF -#line 20027 "configure" +#line 20029 "configure" #include "confdefs.h" int find_stack_direction () @@ -20047,15 +20049,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:20050: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20052: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20053: \$? = $ac_status" >&5 + echo "$as_me:20055: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:20055: \"$ac_try\"") >&5 + { (eval echo "$as_me:20057: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20058: \$? = $ac_status" >&5 + echo "$as_me:20060: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 else @@ -20067,7 +20069,7 @@ fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:20070: result: $ac_cv_c_stack_direction" >&5 +echo "$as_me:20072: result: $ac_cv_c_stack_direction" >&5 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 cat >>confdefs.h <<EOF @@ -20079,23 +20081,23 @@ fi for ac_header in unistd.h vfork.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:20082: checking for $ac_header" >&5 +echo "$as_me:20084: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 20088 "configure" +#line 20090 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:20092: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:20094: \"$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:20098: \$? = $ac_status" >&5 + echo "$as_me:20100: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -20114,7 +20116,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:20117: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:20119: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -20127,13 +20129,13 @@ done for ac_func in fork vfork do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:20130: checking for $ac_func" >&5 +echo "$as_me:20132: 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 20136 "configure" +#line 20138 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -20164,16 +20166,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20167: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20169: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20170: \$? = $ac_status" >&5 + echo "$as_me:20172: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20173: \"$ac_try\"") >&5 + { (eval echo "$as_me:20175: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20176: \$? = $ac_status" >&5 + echo "$as_me:20178: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -20183,7 +20185,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:20186: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:20188: 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 <<EOF @@ -20195,7 +20197,7 @@ done ac_cv_func_fork_works=$ac_cv_func_fork if test "x$ac_cv_func_fork" = xyes; then - echo "$as_me:20198: checking for working fork" >&5 + echo "$as_me:20200: checking for working fork" >&5 echo $ECHO_N "checking for working fork... $ECHO_C" >&6 if test "${ac_cv_func_fork_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20218,15 +20220,15 @@ else } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:20221: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20223: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20224: \$? = $ac_status" >&5 + echo "$as_me:20226: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:20226: \"$ac_try\"") >&5 + { (eval echo "$as_me:20228: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20229: \$? = $ac_status" >&5 + echo "$as_me:20231: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_fork_works=yes else @@ -20238,7 +20240,7 @@ fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:20241: result: $ac_cv_func_fork_works" >&5 +echo "$as_me:20243: result: $ac_cv_func_fork_works" >&5 echo "${ECHO_T}$ac_cv_func_fork_works" >&6 fi @@ -20252,12 +20254,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then ac_cv_func_fork_works=yes ;; esac - { echo "$as_me:20255: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 + { echo "$as_me:20257: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;} fi ac_cv_func_vfork_works=$ac_cv_func_vfork if test "x$ac_cv_func_vfork" = xyes; then - echo "$as_me:20260: checking for working vfork" >&5 + echo "$as_me:20262: checking for working vfork" >&5 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6 if test "${ac_cv_func_vfork_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20266,7 +20268,7 @@ else ac_cv_func_vfork_works=cross else cat >conftest.$ac_ext <<_ACEOF -#line 20269 "configure" +#line 20271 "configure" #include "confdefs.h" /* Thanks to Paul Eggert for this test. */ #include <stdio.h> @@ -20363,15 +20365,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:20366: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20368: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20369: \$? = $ac_status" >&5 + echo "$as_me:20371: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:20371: \"$ac_try\"") >&5 + { (eval echo "$as_me:20373: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20374: \$? = $ac_status" >&5 + echo "$as_me:20376: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_vfork_works=yes else @@ -20383,13 +20385,13 @@ fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:20386: result: $ac_cv_func_vfork_works" >&5 +echo "$as_me:20388: result: $ac_cv_func_vfork_works" >&5 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 fi; if test "x$ac_cv_func_fork_works" = xcross; then ac_cv_func_vfork_works=ac_cv_func_vfork - { echo "$as_me:20392: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 + { echo "$as_me:20394: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;} fi @@ -20414,14 +20416,14 @@ EOF fi -echo "$as_me:20417: checking if we should use fcntl or ioctl" >&5 +echo "$as_me:20419: checking if we should use fcntl or ioctl" >&5 echo $ECHO_N "checking if we should use fcntl or ioctl... $ECHO_C" >&6 if test "${cf_cv_fionbio+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 20424 "configure" +#line 20426 "configure" #include "confdefs.h" #include <sys/types.h> @@ -20438,16 +20440,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20441: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20443: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20444: \$? = $ac_status" >&5 + echo "$as_me:20446: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20447: \"$ac_try\"") >&5 + { (eval echo "$as_me:20449: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20450: \$? = $ac_status" >&5 + echo "$as_me:20452: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_fionbio=ioctl else @@ -20455,7 +20457,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 20458 "configure" +#line 20460 "configure" #include "confdefs.h" #include <sys/types.h> @@ -20477,16 +20479,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20480: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20482: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20483: \$? = $ac_status" >&5 + echo "$as_me:20485: \$? = $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:20488: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20489: \$? = $ac_status" >&5 + echo "$as_me:20491: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_fionbio=fcntl else @@ -20499,20 +20501,20 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:20502: result: $cf_cv_fionbio" >&5 +echo "$as_me:20504: result: $cf_cv_fionbio" >&5 echo "${ECHO_T}$cf_cv_fionbio" >&6 test "$cf_cv_fionbio" = "fcntl" && cat >>confdefs.h <<\EOF #define USE_FCNTL 1 EOF -echo "$as_me:20508: checking for broken/missing definition of remove" >&5 +echo "$as_me:20510: checking for broken/missing definition of remove" >&5 echo $ECHO_N "checking for broken/missing definition of remove... $ECHO_C" >&6 if test "${cf_cv_baddef_remove+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 20515 "configure" +#line 20517 "configure" #include "confdefs.h" #include <stdio.h> int @@ -20524,23 +20526,23 @@ remove("dummy") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20527: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20529: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20530: \$? = $ac_status" >&5 + echo "$as_me:20532: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20533: \"$ac_try\"") >&5 + { (eval echo "$as_me:20535: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20536: \$? = $ac_status" >&5 + echo "$as_me:20538: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_baddef_remove=no else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 20543 "configure" +#line 20545 "configure" #include "confdefs.h" #include <stdio.h> int __unlink(name) { return unlink(name); } @@ -20553,16 +20555,16 @@ remove("dummy") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20556: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20558: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20559: \$? = $ac_status" >&5 + echo "$as_me:20561: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20562: \"$ac_try\"") >&5 + { (eval echo "$as_me:20564: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20565: \$? = $ac_status" >&5 + echo "$as_me:20567: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_baddef_remove=yes else @@ -20577,20 +20579,20 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:20580: result: $cf_cv_baddef_remove" >&5 +echo "$as_me:20582: result: $cf_cv_baddef_remove" >&5 echo "${ECHO_T}$cf_cv_baddef_remove" >&6 test "$cf_cv_baddef_remove" != no && cat >>confdefs.h <<\EOF #define NEED_REMOVE 1 EOF -echo "$as_me:20586: checking for lstat" >&5 +echo "$as_me:20588: checking for lstat" >&5 echo $ECHO_N "checking for lstat... $ECHO_C" >&6 if test "${ac_cv_func_lstat+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 20593 "configure" +#line 20595 "configure" #include "confdefs.h" #include <sys/types.h> @@ -20604,16 +20606,16 @@ lstat(".", (struct stat *)0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20607: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20609: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20610: \$? = $ac_status" >&5 + echo "$as_me:20612: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20613: \"$ac_try\"") >&5 + { (eval echo "$as_me:20615: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20616: \$? = $ac_status" >&5 + echo "$as_me:20618: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_lstat=yes else @@ -20625,7 +20627,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:20628: result: $ac_cv_func_lstat " >&5 +echo "$as_me:20630: result: $ac_cv_func_lstat " >&5 echo "${ECHO_T}$ac_cv_func_lstat " >&6 if test $ac_cv_func_lstat = yes; then cat >>confdefs.h <<\EOF @@ -20659,13 +20661,13 @@ for ac_func in \ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:20662: checking for $ac_func" >&5 +echo "$as_me:20664: 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 20668 "configure" +#line 20670 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -20696,16 +20698,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20699: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20701: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20702: \$? = $ac_status" >&5 + echo "$as_me:20704: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20705: \"$ac_try\"") >&5 + { (eval echo "$as_me:20707: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20708: \$? = $ac_status" >&5 + echo "$as_me:20710: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -20715,7 +20717,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:20718: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:20720: 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 <<EOF @@ -20731,13 +20733,13 @@ for ac_func in \ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:20734: checking for $ac_func" >&5 +echo "$as_me:20736: 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 20740 "configure" +#line 20742 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -20768,16 +20770,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20771: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20773: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20774: \$? = $ac_status" >&5 + echo "$as_me:20776: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20777: \"$ac_try\"") >&5 + { (eval echo "$as_me:20779: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20780: \$? = $ac_status" >&5 + echo "$as_me:20782: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -20787,7 +20789,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:20790: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:20792: 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 <<EOF @@ -20799,7 +20801,7 @@ else fi done -echo "$as_me:20802: checking for random-integer functions" >&5 +echo "$as_me:20804: checking for random-integer functions" >&5 echo $ECHO_N "checking for random-integer functions... $ECHO_C" >&6 if test "${cf_cv_srand_func+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20819,7 +20821,7 @@ do esac cat >conftest.$ac_ext <<_ACEOF -#line 20822 "configure" +#line 20824 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -20838,16 +20840,16 @@ long seed = 1; $cf_srand_func(seed); seed = $cf_rand_func() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20841: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20843: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20844: \$? = $ac_status" >&5 + echo "$as_me:20846: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20847: \"$ac_try\"") >&5 + { (eval echo "$as_me:20849: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20850: \$? = $ac_status" >&5 + echo "$as_me:20852: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_srand_func=$cf_func break @@ -20859,10 +20861,10 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext done fi -echo "$as_me:20862: result: $cf_cv_srand_func" >&5 +echo "$as_me:20864: result: $cf_cv_srand_func" >&5 echo "${ECHO_T}$cf_cv_srand_func" >&6 if test "$cf_cv_srand_func" != unknown ; then - echo "$as_me:20865: checking for range of random-integers" >&5 + echo "$as_me:20867: checking for range of random-integers" >&5 echo $ECHO_N "checking for range of random-integers... $ECHO_C" >&6 if test "${cf_cv_rand_max+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20883,7 +20885,7 @@ else ;; esac cat >conftest.$ac_ext <<_ACEOF -#line 20886 "configure" +#line 20888 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -20902,16 +20904,16 @@ long x = $cf_cv_rand_max } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20905: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20907: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20908: \$? = $ac_status" >&5 + echo "$as_me:20910: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20911: \"$ac_try\"") >&5 + { (eval echo "$as_me:20913: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20914: \$? = $ac_status" >&5 + echo "$as_me:20916: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -20922,7 +20924,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:20925: result: $cf_cv_rand_max" >&5 +echo "$as_me:20927: result: $cf_cv_rand_max" >&5 echo "${ECHO_T}$cf_cv_rand_max" >&6 cf_srand_func=`echo $cf_func | sed -e 's%/.*%%'` @@ -20953,13 +20955,13 @@ fi for ac_func in strstr do -echo "$as_me:20956: checking for $ac_func declaration" >&5 +echo "$as_me:20958: checking for $ac_func declaration" >&5 echo $ECHO_N "checking for $ac_func declaration... $ECHO_C" >&6 if eval "test \"\${ac_cv_func_decl_$ac_func+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 20962 "configure" +#line 20964 "configure" #include "confdefs.h" #include <string.h> int @@ -20973,20 +20975,20 @@ extern int ${ac_func}(); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20976: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20978: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20979: \$? = $ac_status" >&5 + echo "$as_me:20981: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20982: \"$ac_try\"") >&5 + { (eval echo "$as_me:20984: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20985: \$? = $ac_status" >&5 + echo "$as_me:20987: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 20989 "configure" +#line 20991 "configure" #include "confdefs.h" #include <string.h> int @@ -21000,16 +21002,16 @@ int (*p)() = ${ac_func}; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21003: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21005: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21006: \$? = $ac_status" >&5 + echo "$as_me:21008: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21009: \"$ac_try\"") >&5 + { (eval echo "$as_me:21011: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21012: \$? = $ac_status" >&5 + echo "$as_me:21014: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "ac_cv_func_decl_$ac_func=yes" @@ -21030,11 +21032,11 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then - echo "$as_me:21033: result: yes" >&5 + echo "$as_me:21035: result: yes" >&5 echo "${ECHO_T}yes" >&6 : else - echo "$as_me:21037: result: no" >&5 + echo "$as_me:21039: result: no" >&5 echo "${ECHO_T}no" >&6 ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` @@ -21049,13 +21051,13 @@ done for ac_func in getgrgid getgrnam do -echo "$as_me:21052: checking for $ac_func declaration" >&5 +echo "$as_me:21054: checking for $ac_func declaration" >&5 echo $ECHO_N "checking for $ac_func declaration... $ECHO_C" >&6 if eval "test \"\${ac_cv_func_decl_$ac_func+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21058 "configure" +#line 21060 "configure" #include "confdefs.h" #include <stdio.h> @@ -21071,20 +21073,20 @@ extern int ${ac_func}(); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21074: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21076: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21077: \$? = $ac_status" >&5 + echo "$as_me:21079: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21080: \"$ac_try\"") >&5 + { (eval echo "$as_me:21082: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21083: \$? = $ac_status" >&5 + echo "$as_me:21085: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 21087 "configure" +#line 21089 "configure" #include "confdefs.h" #include <stdio.h> @@ -21100,16 +21102,16 @@ int (*p)() = ${ac_func}; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21103: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21105: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21106: \$? = $ac_status" >&5 + echo "$as_me:21108: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21109: \"$ac_try\"") >&5 + { (eval echo "$as_me:21111: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21112: \$? = $ac_status" >&5 + echo "$as_me:21114: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "ac_cv_func_decl_$ac_func=yes" @@ -21130,11 +21132,11 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then - echo "$as_me:21133: result: yes" >&5 + echo "$as_me:21135: result: yes" >&5 echo "${ECHO_T}yes" >&6 : else - echo "$as_me:21137: result: no" >&5 + echo "$as_me:21139: result: no" >&5 echo "${ECHO_T}no" >&6 ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` @@ -21146,14 +21148,14 @@ EOF fi done -echo "$as_me:21149: checking if TRUE/FALSE are defined" >&5 +echo "$as_me:21151: checking if TRUE/FALSE are defined" >&5 echo $ECHO_N "checking if TRUE/FALSE are defined... $ECHO_C" >&6 if test "${cf_cv_bool_defs+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21156 "configure" +#line 21158 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -21167,16 +21169,16 @@ int x = TRUE, y = FALSE } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21170: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21172: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21173: \$? = $ac_status" >&5 + echo "$as_me:21175: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21176: \"$ac_try\"") >&5 + { (eval echo "$as_me:21178: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21179: \$? = $ac_status" >&5 + echo "$as_me:21181: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_bool_defs=yes else @@ -21187,7 +21189,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:21190: result: $cf_cv_bool_defs" >&5 +echo "$as_me:21192: result: $cf_cv_bool_defs" >&5 echo "${ECHO_T}$cf_cv_bool_defs" >&6 if test "$cf_cv_bool_defs" = no ; then cat >>confdefs.h <<\EOF @@ -21200,14 +21202,14 @@ EOF fi -echo "$as_me:21203: checking if external errno is declared" >&5 +echo "$as_me:21205: checking if external errno is declared" >&5 echo $ECHO_N "checking if external errno is declared... $ECHO_C" >&6 if test "${cf_cv_dcl_errno+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21210 "configure" +#line 21212 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -21225,16 +21227,16 @@ long x = (long) errno } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21228: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21230: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21231: \$? = $ac_status" >&5 + echo "$as_me:21233: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21234: \"$ac_try\"") >&5 + { (eval echo "$as_me:21236: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21237: \$? = $ac_status" >&5 + echo "$as_me:21239: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_dcl_errno=yes else @@ -21245,7 +21247,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:21248: result: $cf_cv_dcl_errno" >&5 +echo "$as_me:21250: result: $cf_cv_dcl_errno" >&5 echo "${ECHO_T}$cf_cv_dcl_errno" >&6 if test "$cf_cv_dcl_errno" = no ; then @@ -21260,14 +21262,14 @@ fi # It's possible (for near-UNIX clones) that the data doesn't exist -echo "$as_me:21263: checking if external errno exists" >&5 +echo "$as_me:21265: checking if external errno exists" >&5 echo $ECHO_N "checking if external errno exists... $ECHO_C" >&6 if test "${cf_cv_have_errno+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21270 "configure" +#line 21272 "configure" #include "confdefs.h" #undef errno @@ -21282,16 +21284,16 @@ errno = 2 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21285: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21287: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21288: \$? = $ac_status" >&5 + echo "$as_me:21290: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21291: \"$ac_try\"") >&5 + { (eval echo "$as_me:21293: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21294: \$? = $ac_status" >&5 + echo "$as_me:21296: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_errno=yes else @@ -21302,7 +21304,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:21305: result: $cf_cv_have_errno" >&5 +echo "$as_me:21307: result: $cf_cv_have_errno" >&5 echo "${ECHO_T}$cf_cv_have_errno" >&6 if test "$cf_cv_have_errno" = yes ; then @@ -21315,7 +21317,7 @@ EOF fi -echo "$as_me:21318: checking if we can set errno" >&5 +echo "$as_me:21320: checking if we can set errno" >&5 echo $ECHO_N "checking if we can set errno... $ECHO_C" >&6 if test "${cf_cv_set_errno+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21323,7 +21325,7 @@ else if test "$cross_compiling" = yes; then cat >conftest.$ac_ext <<_ACEOF -#line 21326 "configure" +#line 21328 "configure" #include "confdefs.h" #include <errno.h> int @@ -21335,16 +21337,16 @@ errno = 255 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21338: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21340: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21341: \$? = $ac_status" >&5 + echo "$as_me:21343: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21344: \"$ac_try\"") >&5 + { (eval echo "$as_me:21346: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21347: \$? = $ac_status" >&5 + echo "$as_me:21349: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_set_errno=maybe else @@ -21355,7 +21357,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext else cat >conftest.$ac_ext <<_ACEOF -#line 21358 "configure" +#line 21360 "configure" #include "confdefs.h" #include <errno.h> @@ -21366,15 +21368,15 @@ int main() } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:21369: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21371: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21372: \$? = $ac_status" >&5 + echo "$as_me:21374: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:21374: \"$ac_try\"") >&5 + { (eval echo "$as_me:21376: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21377: \$? = $ac_status" >&5 + echo "$as_me:21379: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_set_errno=yes else @@ -21387,20 +21389,20 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:21390: result: $cf_cv_set_errno" >&5 +echo "$as_me:21392: result: $cf_cv_set_errno" >&5 echo "${ECHO_T}$cf_cv_set_errno" >&6 test "$cf_cv_set_errno" != no && cat >>confdefs.h <<\EOF #define CAN_SET_ERRNO 1 EOF -echo "$as_me:21396: checking for setlocale()" >&5 +echo "$as_me:21398: checking for setlocale()" >&5 echo $ECHO_N "checking for setlocale()... $ECHO_C" >&6 if test "${cf_cv_locale+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21403 "configure" +#line 21405 "configure" #include "confdefs.h" #include <locale.h> int @@ -21412,16 +21414,16 @@ setlocale(LC_ALL, "") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21415: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21417: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21418: \$? = $ac_status" >&5 + echo "$as_me:21420: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21421: \"$ac_try\"") >&5 + { (eval echo "$as_me:21423: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21424: \$? = $ac_status" >&5 + echo "$as_me:21426: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_locale=yes else @@ -21433,21 +21435,21 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:21436: result: $cf_cv_locale" >&5 +echo "$as_me:21438: result: $cf_cv_locale" >&5 echo "${ECHO_T}$cf_cv_locale" >&6 test $cf_cv_locale = yes && { cat >>confdefs.h <<\EOF #define LOCALE 1 EOF } -echo "$as_me:21443: checking if NGROUPS is defined" >&5 +echo "$as_me:21445: checking if NGROUPS is defined" >&5 echo $ECHO_N "checking if NGROUPS is defined... $ECHO_C" >&6 if test "${cf_cv_ngroups+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21450 "configure" +#line 21452 "configure" #include "confdefs.h" #if HAVE_SYS_PARAM_H @@ -21466,23 +21468,23 @@ int x = NGROUPS } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21469: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21471: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21472: \$? = $ac_status" >&5 + echo "$as_me:21474: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21475: \"$ac_try\"") >&5 + { (eval echo "$as_me:21477: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21478: \$? = $ac_status" >&5 + echo "$as_me:21480: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ngroups=yes else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 21485 "configure" +#line 21487 "configure" #include "confdefs.h" #if HAVE_SYS_PARAM_H @@ -21501,16 +21503,16 @@ int x = NGROUPS_MAX } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21504: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21506: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21507: \$? = $ac_status" >&5 + echo "$as_me:21509: \$? = $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:21512: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21513: \$? = $ac_status" >&5 + echo "$as_me:21515: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ngroups=NGROUPS_MAX else @@ -21522,7 +21524,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest.$ac_ext -echo "$as_me:21525: result: $cf_cv_ngroups" >&5 +echo "$as_me:21527: result: $cf_cv_ngroups" >&5 echo "${ECHO_T}$cf_cv_ngroups" >&6 fi @@ -21539,14 +21541,14 @@ EOF fi -echo "$as_me:21542: checking if external sys_nerr is declared" >&5 +echo "$as_me:21544: checking if external sys_nerr is declared" >&5 echo $ECHO_N "checking if external sys_nerr is declared... $ECHO_C" >&6 if test "${cf_cv_dcl_sys_nerr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21549 "configure" +#line 21551 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -21564,16 +21566,16 @@ long x = (long) sys_nerr } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21567: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21569: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21570: \$? = $ac_status" >&5 + echo "$as_me:21572: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21573: \"$ac_try\"") >&5 + { (eval echo "$as_me:21575: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21576: \$? = $ac_status" >&5 + echo "$as_me:21578: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_dcl_sys_nerr=yes else @@ -21584,7 +21586,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:21587: result: $cf_cv_dcl_sys_nerr" >&5 +echo "$as_me:21589: result: $cf_cv_dcl_sys_nerr" >&5 echo "${ECHO_T}$cf_cv_dcl_sys_nerr" >&6 if test "$cf_cv_dcl_sys_nerr" = no ; then @@ -21599,14 +21601,14 @@ fi # It's possible (for near-UNIX clones) that the data doesn't exist -echo "$as_me:21602: checking if external sys_nerr exists" >&5 +echo "$as_me:21604: checking if external sys_nerr exists" >&5 echo $ECHO_N "checking if external sys_nerr exists... $ECHO_C" >&6 if test "${cf_cv_have_sys_nerr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21609 "configure" +#line 21611 "configure" #include "confdefs.h" #undef sys_nerr @@ -21621,16 +21623,16 @@ sys_nerr = 2 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21624: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21626: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21627: \$? = $ac_status" >&5 + echo "$as_me:21629: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21630: \"$ac_try\"") >&5 + { (eval echo "$as_me:21632: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21633: \$? = $ac_status" >&5 + echo "$as_me:21635: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_sys_nerr=yes else @@ -21641,7 +21643,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:21644: result: $cf_cv_have_sys_nerr" >&5 +echo "$as_me:21646: result: $cf_cv_have_sys_nerr" >&5 echo "${ECHO_T}$cf_cv_have_sys_nerr" >&6 if test "$cf_cv_have_sys_nerr" = yes ; then @@ -21654,14 +21656,14 @@ EOF fi -echo "$as_me:21657: checking if external sys_errlist is declared" >&5 +echo "$as_me:21659: checking if external sys_errlist is declared" >&5 echo $ECHO_N "checking if external sys_errlist is declared... $ECHO_C" >&6 if test "${cf_cv_dcl_sys_errlist+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21664 "configure" +#line 21666 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -21679,16 +21681,16 @@ long x = (long) sys_errlist } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21682: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21684: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21685: \$? = $ac_status" >&5 + echo "$as_me:21687: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21688: \"$ac_try\"") >&5 + { (eval echo "$as_me:21690: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21691: \$? = $ac_status" >&5 + echo "$as_me:21693: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_dcl_sys_errlist=yes else @@ -21699,7 +21701,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:21702: result: $cf_cv_dcl_sys_errlist" >&5 +echo "$as_me:21704: result: $cf_cv_dcl_sys_errlist" >&5 echo "${ECHO_T}$cf_cv_dcl_sys_errlist" >&6 if test "$cf_cv_dcl_sys_errlist" = no ; then @@ -21714,14 +21716,14 @@ fi # It's possible (for near-UNIX clones) that the data doesn't exist -echo "$as_me:21717: checking if external sys_errlist exists" >&5 +echo "$as_me:21719: checking if external sys_errlist exists" >&5 echo $ECHO_N "checking if external sys_errlist exists... $ECHO_C" >&6 if test "${cf_cv_have_sys_errlist+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21724 "configure" +#line 21726 "configure" #include "confdefs.h" #undef sys_errlist @@ -21736,16 +21738,16 @@ sys_errlist = 2 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21739: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21741: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21742: \$? = $ac_status" >&5 + echo "$as_me:21744: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21745: \"$ac_try\"") >&5 + { (eval echo "$as_me:21747: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21748: \$? = $ac_status" >&5 + echo "$as_me:21750: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_sys_errlist=yes else @@ -21756,7 +21758,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:21759: result: $cf_cv_have_sys_errlist" >&5 +echo "$as_me:21761: result: $cf_cv_have_sys_errlist" >&5 echo "${ECHO_T}$cf_cv_have_sys_errlist" >&6 if test "$cf_cv_have_sys_errlist" = yes ; then @@ -21772,23 +21774,23 @@ fi for ac_header in lastlog.h paths.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:21775: checking for $ac_header" >&5 +echo "$as_me:21777: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21781 "configure" +#line 21783 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:21785: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:21787: \"$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:21791: \$? = $ac_status" >&5 + echo "$as_me:21793: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -21807,7 +21809,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:21810: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:21812: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -21817,14 +21819,14 @@ EOF fi done -echo "$as_me:21820: checking for lastlog path" >&5 +echo "$as_me:21822: checking for lastlog path" >&5 echo $ECHO_N "checking for lastlog path... $ECHO_C" >&6 if test "${cf_cv_path_lastlog+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21827 "configure" +#line 21829 "configure" #include "confdefs.h" #include <sys/types.h> @@ -21844,16 +21846,16 @@ char *path = _PATH_LASTLOG } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21847: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21849: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21850: \$? = $ac_status" >&5 + echo "$as_me:21852: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21853: \"$ac_try\"") >&5 + { (eval echo "$as_me:21855: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21856: \$? = $ac_status" >&5 + echo "$as_me:21858: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_path_lastlog="_PATH_LASTLOG" else @@ -21868,13 +21870,13 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:21871: result: $cf_cv_path_lastlog" >&5 +echo "$as_me:21873: result: $cf_cv_path_lastlog" >&5 echo "${ECHO_T}$cf_cv_path_lastlog" >&6 test $cf_cv_path_lastlog != no && cat >>confdefs.h <<\EOF #define USE_LASTLOG 1 EOF -echo "$as_me:21877: checking for utmp implementation" >&5 +echo "$as_me:21879: checking for utmp implementation" >&5 echo $ECHO_N "checking for utmp implementation... $ECHO_C" >&6 if test "${cf_cv_have_utmp+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21891,7 +21893,7 @@ cf_utmp_includes=" #endif " cat >conftest.$ac_ext <<_ACEOF -#line 21894 "configure" +#line 21896 "configure" #include "confdefs.h" $cf_utmp_includes int @@ -21905,16 +21907,16 @@ struct $cf_header x; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21908: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21910: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21911: \$? = $ac_status" >&5 + echo "$as_me:21913: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21914: \"$ac_try\"") >&5 + { (eval echo "$as_me:21916: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21917: \$? = $ac_status" >&5 + echo "$as_me:21919: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp=$cf_header break @@ -21923,7 +21925,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 21926 "configure" +#line 21928 "configure" #include "confdefs.h" $cf_utmp_includes int @@ -21937,16 +21939,16 @@ struct $cf_header x; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21940: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21942: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21943: \$? = $ac_status" >&5 + echo "$as_me:21945: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21946: \"$ac_try\"") >&5 + { (eval echo "$as_me:21948: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21949: \$? = $ac_status" >&5 + echo "$as_me:21951: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp=$cf_header break @@ -21961,7 +21963,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:21964: result: $cf_cv_have_utmp" >&5 +echo "$as_me:21966: result: $cf_cv_have_utmp" >&5 echo "${ECHO_T}$cf_cv_have_utmp" >&6 if test $cf_cv_have_utmp != no ; then @@ -21974,14 +21976,14 @@ EOF EOF if test $cf_cv_have_utmp != no ; then -echo "$as_me:21977: checking if ${cf_cv_have_utmp}.ut_host is declared" >&5 +echo "$as_me:21979: checking if ${cf_cv_have_utmp}.ut_host is declared" >&5 echo $ECHO_N "checking if ${cf_cv_have_utmp}.ut_host is declared... $ECHO_C" >&6 if test "${cf_cv_have_utmp_ut_host+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21984 "configure" +#line 21986 "configure" #include "confdefs.h" #include <sys/types.h> @@ -21995,16 +21997,16 @@ struct $cf_cv_have_utmp x; char *y = &x.ut_host[0] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21998: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22000: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22001: \$? = $ac_status" >&5 + echo "$as_me:22003: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22004: \"$ac_try\"") >&5 + { (eval echo "$as_me:22006: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22007: \$? = $ac_status" >&5 + echo "$as_me:22009: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_host=yes else @@ -22016,7 +22018,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:22019: result: $cf_cv_have_utmp_ut_host" >&5 +echo "$as_me:22021: result: $cf_cv_have_utmp_ut_host" >&5 echo "${ECHO_T}$cf_cv_have_utmp_ut_host" >&6 test $cf_cv_have_utmp_ut_host != no && cat >>confdefs.h <<\EOF #define HAVE_UTMP_UT_HOST 1 @@ -22025,7 +22027,7 @@ EOF fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:22028: checking if ${cf_cv_have_utmp}.ut_name is declared" >&5 +echo "$as_me:22030: checking if ${cf_cv_have_utmp}.ut_name is declared" >&5 echo $ECHO_N "checking if ${cf_cv_have_utmp}.ut_name is declared... $ECHO_C" >&6 if test "${cf_cv_have_utmp_ut_name+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22042,7 +22044,7 @@ cf_utmp_includes=" " for cf_header in ut_name ut_user ; do cat >conftest.$ac_ext <<_ACEOF -#line 22045 "configure" +#line 22047 "configure" #include "confdefs.h" $cf_utmp_includes int @@ -22056,16 +22058,16 @@ struct $cf_cv_have_utmp x; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22059: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22061: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22062: \$? = $ac_status" >&5 + echo "$as_me:22064: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22065: \"$ac_try\"") >&5 + { (eval echo "$as_me:22067: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22068: \$? = $ac_status" >&5 + echo "$as_me:22070: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_name=$cf_header break @@ -22077,12 +22079,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:22080: result: $cf_cv_have_utmp_ut_name" >&5 +echo "$as_me:22082: result: $cf_cv_have_utmp_ut_name" >&5 echo "${ECHO_T}$cf_cv_have_utmp_ut_name" >&6 case $cf_cv_have_utmp_ut_name in #(vi no) #(vi - { { echo "$as_me:22085: error: Cannot find declaration for ut.ut_name" >&5 + { { echo "$as_me:22087: error: Cannot find declaration for ut.ut_name" >&5 echo "$as_me: error: Cannot find declaration for ut.ut_name" >&2;} { (exit 1); exit 1; }; } ;; @@ -22096,7 +22098,7 @@ esac fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:22099: checking for exit-status in $cf_cv_have_utmp" >&5 +echo "$as_me:22101: checking for exit-status in $cf_cv_have_utmp" >&5 echo $ECHO_N "checking for exit-status in $cf_cv_have_utmp... $ECHO_C" >&6 if test "${cf_cv_have_utmp_ut_xstatus+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22109,7 +22111,7 @@ for cf_result in \ ut_exit.ut_exit do cat >conftest.$ac_ext <<_ACEOF -#line 22112 "configure" +#line 22114 "configure" #include "confdefs.h" #include <sys/types.h> @@ -22123,16 +22125,16 @@ struct $cf_cv_have_utmp x; long y = x.$cf_result = 0 } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22126: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22128: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22129: \$? = $ac_status" >&5 + echo "$as_me:22131: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22132: \"$ac_try\"") >&5 + { (eval echo "$as_me:22134: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22135: \$? = $ac_status" >&5 + echo "$as_me:22137: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_xstatus=$cf_result break @@ -22145,7 +22147,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:22148: result: $cf_cv_have_utmp_ut_xstatus" >&5 +echo "$as_me:22150: result: $cf_cv_have_utmp_ut_xstatus" >&5 echo "${ECHO_T}$cf_cv_have_utmp_ut_xstatus" >&6 if test $cf_cv_have_utmp_ut_xstatus != no ; then cat >>confdefs.h <<\EOF @@ -22160,14 +22162,14 @@ fi fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:22163: checking if ${cf_cv_have_utmp}.ut_xtime is declared" >&5 +echo "$as_me:22165: checking if ${cf_cv_have_utmp}.ut_xtime is declared" >&5 echo $ECHO_N "checking if ${cf_cv_have_utmp}.ut_xtime is declared... $ECHO_C" >&6 if test "${cf_cv_have_utmp_ut_xtime+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 22170 "configure" +#line 22172 "configure" #include "confdefs.h" #include <sys/types.h> @@ -22181,23 +22183,23 @@ struct $cf_cv_have_utmp x; long y = x.ut_xtime = 0 } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22184: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22186: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22187: \$? = $ac_status" >&5 + echo "$as_me:22189: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22190: \"$ac_try\"") >&5 + { (eval echo "$as_me:22192: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22193: \$? = $ac_status" >&5 + echo "$as_me:22195: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_xtime=yes else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 22200 "configure" +#line 22202 "configure" #include "confdefs.h" #include <sys/types.h> @@ -22211,16 +22213,16 @@ struct $cf_cv_have_utmp x; long y = x.ut_tv.tv_sec } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22214: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22216: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22217: \$? = $ac_status" >&5 + echo "$as_me:22219: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22220: \"$ac_try\"") >&5 + { (eval echo "$as_me:22222: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22223: \$? = $ac_status" >&5 + echo "$as_me:22225: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_xtime=define else @@ -22234,7 +22236,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:22237: result: $cf_cv_have_utmp_ut_xtime" >&5 +echo "$as_me:22239: result: $cf_cv_have_utmp_ut_xtime" >&5 echo "${ECHO_T}$cf_cv_have_utmp_ut_xtime" >&6 if test $cf_cv_have_utmp_ut_xtime != no ; then cat >>confdefs.h <<\EOF @@ -22251,14 +22253,14 @@ fi fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:22254: checking if ${cf_cv_have_utmp}.ut_session is declared" >&5 +echo "$as_me:22256: checking if ${cf_cv_have_utmp}.ut_session is declared" >&5 echo $ECHO_N "checking if ${cf_cv_have_utmp}.ut_session is declared... $ECHO_C" >&6 if test "${cf_cv_have_utmp_ut_session+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 22261 "configure" +#line 22263 "configure" #include "confdefs.h" #include <sys/types.h> @@ -22272,16 +22274,16 @@ struct $cf_cv_have_utmp x; long y = x.ut_session } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22275: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22277: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22278: \$? = $ac_status" >&5 + echo "$as_me:22280: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22281: \"$ac_try\"") >&5 + { (eval echo "$as_me:22283: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22284: \$? = $ac_status" >&5 + echo "$as_me:22286: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_session=yes else @@ -22292,7 +22294,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:22295: result: $cf_cv_have_utmp_ut_session" >&5 +echo "$as_me:22297: result: $cf_cv_have_utmp_ut_session" >&5 echo "${ECHO_T}$cf_cv_have_utmp_ut_session" >&6 if test $cf_cv_have_utmp_ut_session != no ; then cat >>confdefs.h <<\EOF @@ -22302,7 +22304,7 @@ EOF fi fi -echo "$as_me:22305: checking if $cf_cv_have_utmp is SYSV flavor" >&5 +echo "$as_me:22307: checking if $cf_cv_have_utmp is SYSV flavor" >&5 echo $ECHO_N "checking if $cf_cv_have_utmp is SYSV flavor... $ECHO_C" >&6 if test "${cf_cv_sysv_utmp+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22310,7 +22312,7 @@ else test "$cf_cv_have_utmp" = "utmp" && cf_prefix="ut" || cf_prefix="utx" cat >conftest.$ac_ext <<_ACEOF -#line 22313 "configure" +#line 22315 "configure" #include "confdefs.h" #include <sys/types.h> @@ -22329,16 +22331,16 @@ struct $cf_cv_have_utmp x; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:22332: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22334: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22335: \$? = $ac_status" >&5 + echo "$as_me:22337: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:22338: \"$ac_try\"") >&5 + { (eval echo "$as_me:22340: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22341: \$? = $ac_status" >&5 + echo "$as_me:22343: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_sysv_utmp=yes else @@ -22349,7 +22351,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:22352: result: $cf_cv_sysv_utmp" >&5 +echo "$as_me:22354: result: $cf_cv_sysv_utmp" >&5 echo "${ECHO_T}$cf_cv_sysv_utmp" >&6 test $cf_cv_sysv_utmp = yes && cat >>confdefs.h <<\EOF #define USE_SYSV_UTMP 1 @@ -22357,14 +22359,14 @@ EOF fi -echo "$as_me:22360: checking if external h_errno exists" >&5 +echo "$as_me:22362: checking if external h_errno exists" >&5 echo $ECHO_N "checking if external h_errno exists... $ECHO_C" >&6 if test "${cf_cv_have_h_errno+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 22367 "configure" +#line 22369 "configure" #include "confdefs.h" #undef h_errno @@ -22379,16 +22381,16 @@ h_errno = 2 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:22382: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22384: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22385: \$? = $ac_status" >&5 + echo "$as_me:22387: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:22388: \"$ac_try\"") >&5 + { (eval echo "$as_me:22390: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22391: \$? = $ac_status" >&5 + echo "$as_me:22393: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_h_errno=yes else @@ -22399,7 +22401,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:22402: result: $cf_cv_have_h_errno" >&5 +echo "$as_me:22404: result: $cf_cv_have_h_errno" >&5 echo "${ECHO_T}$cf_cv_have_h_errno" >&6 if test "$cf_cv_have_h_errno" = yes ; then @@ -22412,7 +22414,7 @@ EOF fi -echo "$as_me:22415: checking if bibp: URLs should be supported" >&5 +echo "$as_me:22417: checking if bibp: URLs should be supported" >&5 echo $ECHO_N "checking if bibp: URLs should be supported... $ECHO_C" >&6 # Check whether --enable-bibp-urls or --disable-bibp-urls was given. @@ -22429,13 +22431,13 @@ else use_bibp_urls=yes fi; -echo "$as_me:22432: result: $use_bibp_urls" >&5 +echo "$as_me:22434: result: $use_bibp_urls" >&5 echo "${ECHO_T}$use_bibp_urls" >&6 test $use_bibp_urls = no && cat >>confdefs.h <<\EOF #define DISABLE_BIBP 1 EOF -echo "$as_me:22438: checking if configuration info should be browsable" >&5 +echo "$as_me:22440: checking if configuration info should be browsable" >&5 echo $ECHO_N "checking if configuration info should be browsable... $ECHO_C" >&6 # Check whether --enable-config-info or --disable-config-info was given. @@ -22452,13 +22454,13 @@ else use_config_info=yes fi; -echo "$as_me:22455: result: $use_config_info" >&5 +echo "$as_me:22457: result: $use_config_info" >&5 echo "${ECHO_T}$use_config_info" >&6 test $use_config_info = no && cat >>confdefs.h <<\EOF #define NO_CONFIG_INFO 1 EOF -echo "$as_me:22461: checking if new-style forms-based options screen should be used" >&5 +echo "$as_me:22463: checking if new-style forms-based options screen should be used" >&5 echo $ECHO_N "checking if new-style forms-based options screen should be used... $ECHO_C" >&6 # Check whether --enable-forms-options or --disable-forms-options was given. @@ -22475,13 +22477,13 @@ else use_forms_options=yes fi; -echo "$as_me:22478: result: $use_forms_options" >&5 +echo "$as_me:22480: result: $use_forms_options" >&5 echo "${ECHO_T}$use_forms_options" >&6 test $use_forms_options = no && cat >>confdefs.h <<\EOF #define NO_OPTION_FORMS 1 EOF -echo "$as_me:22484: checking if old-style options menu should be used" >&5 +echo "$as_me:22486: checking if old-style options menu should be used" >&5 echo $ECHO_N "checking if old-style options menu should be used... $ECHO_C" >&6 # Check whether --enable-menu-options or --disable-menu-options was given. @@ -22498,13 +22500,13 @@ else use_menu_options=yes fi; -echo "$as_me:22501: result: $use_menu_options" >&5 +echo "$as_me:22503: result: $use_menu_options" >&5 echo "${ECHO_T}$use_menu_options" >&6 test $use_menu_options = no && cat >>confdefs.h <<\EOF #define NO_OPTION_MENU 1 EOF -echo "$as_me:22507: checking if experimental address-list page should be used" >&5 +echo "$as_me:22509: checking if experimental address-list page should be used" >&5 echo $ECHO_N "checking if experimental address-list page should be used... $ECHO_C" >&6 # Check whether --enable-addrlist-page or --disable-addrlist-page was given. @@ -22521,13 +22523,13 @@ else use_addrlist_page=no fi; -echo "$as_me:22524: result: $use_addrlist_page" >&5 +echo "$as_me:22526: result: $use_addrlist_page" >&5 echo "${ECHO_T}$use_addrlist_page" >&6 test $use_addrlist_page != no && cat >>confdefs.h <<\EOF #define EXP_ADDRLIST_PAGE 1 EOF -echo "$as_me:22530: checking if experimental charset-selection logic should be used" >&5 +echo "$as_me:22532: checking if experimental charset-selection logic should be used" >&5 echo $ECHO_N "checking if experimental charset-selection logic should be used... $ECHO_C" >&6 # Check whether --enable-charset-choice or --disable-charset-choice was given. @@ -22544,13 +22546,13 @@ else use_charset_choice=no fi; -echo "$as_me:22547: result: $use_charset_choice" >&5 +echo "$as_me:22549: result: $use_charset_choice" >&5 echo "${ECHO_T}$use_charset_choice" >&6 test $use_charset_choice != no && cat >>confdefs.h <<\EOF #define EXP_CHARSET_CHOICE 1 EOF -echo "$as_me:22553: checking if experimental CJK logic should be used" >&5 +echo "$as_me:22555: checking if experimental CJK logic should be used" >&5 echo $ECHO_N "checking if experimental CJK logic should be used... $ECHO_C" >&6 # Check whether --enable-cjk or --disable-cjk was given. @@ -22567,13 +22569,13 @@ else use_cjk=no fi; -echo "$as_me:22570: result: $use_cjk" >&5 +echo "$as_me:22572: result: $use_cjk" >&5 echo "${ECHO_T}$use_cjk" >&6 test $use_cjk != no && cat >>confdefs.h <<\EOF #define CJK_EX 1 EOF -echo "$as_me:22576: checking if experimental Japanese UTF-8 logic should be used" >&5 +echo "$as_me:22578: checking if experimental Japanese UTF-8 logic should be used" >&5 echo $ECHO_N "checking if experimental Japanese UTF-8 logic should be used... $ECHO_C" >&6 # Check whether --enable-japanese-utf8 or --disable-japanese-utf8 was given. @@ -22590,7 +22592,7 @@ else use_ja_utf8=no fi; -echo "$as_me:22593: result: $use_ja_utf8" >&5 +echo "$as_me:22595: result: $use_ja_utf8" >&5 echo "${ECHO_T}$use_ja_utf8" >&6 if test $use_ja_utf8 != no ; then cat >>confdefs.h <<\EOF @@ -22635,7 +22637,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 22638 "configure" +#line 22640 "configure" #include "confdefs.h" #include <stdio.h> int @@ -22647,16 +22649,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22650: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22652: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22653: \$? = $ac_status" >&5 + echo "$as_me:22655: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22656: \"$ac_try\"") >&5 + { (eval echo "$as_me:22658: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22659: \$? = $ac_status" >&5 + echo "$as_me:22661: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -22671,7 +22673,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:22674: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:22676: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -22712,7 +22714,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 22715 "configure" +#line 22717 "configure" #include "confdefs.h" #include <stdio.h> int @@ -22724,16 +22726,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22727: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22729: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22730: \$? = $ac_status" >&5 + echo "$as_me:22732: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22733: \"$ac_try\"") >&5 + { (eval echo "$as_me:22735: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22736: \$? = $ac_status" >&5 + echo "$as_me:22738: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -22748,7 +22750,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:22751: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:22753: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -22764,7 +22766,7 @@ echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 fi else -{ { echo "$as_me:22767: error: cannot find libiconv under $withval" >&5 +{ { echo "$as_me:22769: error: cannot find libiconv under $withval" >&5 echo "$as_me: error: cannot find libiconv under $withval" >&2;} { (exit 1); exit 1; }; } fi @@ -22787,7 +22789,7 @@ if test -n "$cf_searchpath/lib" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:22790: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:22792: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -22814,7 +22816,7 @@ if test -n "$cf_searchpath" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:22817: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:22819: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -22823,7 +22825,7 @@ echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 fi else -{ { echo "$as_me:22826: error: cannot find libiconv under $withval" >&5 +{ { echo "$as_me:22828: error: cannot find libiconv under $withval" >&5 echo "$as_me: error: cannot find libiconv under $withval" >&2;} { (exit 1); exit 1; }; } fi @@ -22834,7 +22836,7 @@ done fi; - echo "$as_me:22837: checking for iconv" >&5 + echo "$as_me:22839: checking for iconv" >&5 echo $ECHO_N "checking for iconv... $ECHO_C" >&6 if test "${am_cv_func_iconv+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22845,10 +22847,10 @@ else cf_cv_header_path_iconv= cf_cv_library_path_iconv= -echo "${as_me-configure}:22848: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me-configure}:22850: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 22851 "configure" +#line 22853 "configure" #include "confdefs.h" #include <stdlib.h> @@ -22867,16 +22869,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:22870: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22872: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22873: \$? = $ac_status" >&5 + echo "$as_me:22875: \$? = $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:22878: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22879: \$? = $ac_status" >&5 + echo "$as_me:22881: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_iconv=yes else @@ -22885,7 +22887,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_iconv=no -echo "${as_me-configure}:22888: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me-configure}:22890: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -22966,11 +22968,11 @@ test -d "$oldincludedir" && { if test -d $cf_cv_header_path_iconv ; then test -n "$verbose" && echo " ... testing $cf_cv_header_path_iconv" 1>&6 -echo "${as_me-configure}:22969: testing ... testing $cf_cv_header_path_iconv ..." 1>&5 +echo "${as_me-configure}:22971: testing ... testing $cf_cv_header_path_iconv ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_iconv" cat >conftest.$ac_ext <<_ACEOF -#line 22973 "configure" +#line 22975 "configure" #include "confdefs.h" #include <stdlib.h> @@ -22989,21 +22991,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22992: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22994: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22995: \$? = $ac_status" >&5 + echo "$as_me:22997: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22998: \"$ac_try\"") >&5 + { (eval echo "$as_me:23000: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23001: \$? = $ac_status" >&5 + echo "$as_me:23003: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found iconv headers in $cf_cv_header_path_iconv" 1>&6 -echo "${as_me-configure}:23006: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5 +echo "${as_me-configure}:23008: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5 cf_cv_find_linkage_iconv=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -23021,7 +23023,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_iconv" = maybe ; then -echo "${as_me-configure}:23024: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me-configure}:23026: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -23089,13 +23091,13 @@ test -d "$HOME" && \ if test -d $cf_cv_library_path_iconv ; then test -n "$verbose" && echo " ... testing $cf_cv_library_path_iconv" 1>&6 -echo "${as_me-configure}:23092: testing ... testing $cf_cv_library_path_iconv ..." 1>&5 +echo "${as_me-configure}:23094: testing ... testing $cf_cv_library_path_iconv ..." 1>&5 CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-liconv $cf_save_LIBS" LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_iconv" cat >conftest.$ac_ext <<_ACEOF -#line 23098 "configure" +#line 23100 "configure" #include "confdefs.h" #include <stdlib.h> @@ -23114,21 +23116,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23117: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23119: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23120: \$? = $ac_status" >&5 + echo "$as_me:23122: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23123: \"$ac_try\"") >&5 + { (eval echo "$as_me:23125: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23126: \$? = $ac_status" >&5 + echo "$as_me:23128: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found iconv library in $cf_cv_library_path_iconv" 1>&6 -echo "${as_me-configure}:23131: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5 +echo "${as_me-configure}:23133: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5 cf_cv_find_linkage_iconv=yes cf_cv_library_file_iconv="-liconv" @@ -23164,7 +23166,7 @@ am_cv_func_iconv="no, consider installing GNU libiconv" fi fi -echo "$as_me:23167: result: $am_cv_func_iconv" >&5 +echo "$as_me:23169: result: $am_cv_func_iconv" >&5 echo "${ECHO_T}$am_cv_func_iconv" >&6 if test "$am_cv_func_iconv" = yes; then @@ -23173,14 +23175,14 @@ cat >>confdefs.h <<\EOF #define HAVE_ICONV 1 EOF - echo "$as_me:23176: checking if the declaration of iconv() needs const." >&5 + echo "$as_me:23178: checking if the declaration of iconv() needs const." >&5 echo $ECHO_N "checking if the declaration of iconv() needs const.... $ECHO_C" >&6 if test "${am_cv_proto_iconv_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 23183 "configure" +#line 23185 "configure" #include "confdefs.h" #include <stdlib.h> @@ -23205,16 +23207,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:23208: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23210: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23211: \$? = $ac_status" >&5 + echo "$as_me:23213: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:23214: \"$ac_try\"") >&5 + { (eval echo "$as_me:23216: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23217: \$? = $ac_status" >&5 + echo "$as_me:23219: \$? = $ac_status" >&5 (exit $ac_status); }; }; then am_cv_proto_iconv_const=no else @@ -23224,7 +23226,7 @@ am_cv_proto_iconv_const=yes fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:23227: result: $am_cv_proto_iconv_const" >&5 +echo "$as_me:23229: result: $am_cv_proto_iconv_const" >&5 echo "${ECHO_T}$am_cv_proto_iconv_const" >&6 if test "$am_cv_proto_iconv_const" = yes ; then @@ -23266,7 +23268,7 @@ if test -n "$cf_cv_header_path_iconv" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 23269 "configure" +#line 23271 "configure" #include "confdefs.h" #include <stdio.h> int @@ -23278,16 +23280,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:23281: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23283: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23284: \$? = $ac_status" >&5 + echo "$as_me:23286: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:23287: \"$ac_try\"") >&5 + { (eval echo "$as_me:23289: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23290: \$? = $ac_status" >&5 + echo "$as_me:23292: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -23302,7 +23304,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:23305: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:23307: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -23337,7 +23339,7 @@ if test -n "$cf_cv_library_path_iconv" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:23340: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:23342: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -23361,7 +23363,7 @@ curses|slang|ncurses*) esac if test "$use_dft_colors" != no ; then -echo "$as_me:23364: checking if you want to use default-colors" >&5 +echo "$as_me:23366: checking if you want to use default-colors" >&5 echo $ECHO_N "checking if you want to use default-colors... $ECHO_C" >&6 # Check whether --enable-default-colors or --disable-default-colors was given. @@ -23378,7 +23380,7 @@ else use_dft_colors=no fi; -echo "$as_me:23381: result: $use_dft_colors" >&5 +echo "$as_me:23383: result: $use_dft_colors" >&5 echo "${ECHO_T}$use_dft_colors" >&6 test $use_dft_colors = "yes" && cat >>confdefs.h <<\EOF #define USE_DEFAULT_COLORS 1 @@ -23386,7 +23388,7 @@ EOF fi -echo "$as_me:23389: checking if experimental keyboard-layout logic should be used" >&5 +echo "$as_me:23391: checking if experimental keyboard-layout logic should be used" >&5 echo $ECHO_N "checking if experimental keyboard-layout logic should be used... $ECHO_C" >&6 # Check whether --enable-kbd-layout or --disable-kbd-layout was given. @@ -23403,13 +23405,13 @@ else use_kbd_layout=no fi; -echo "$as_me:23406: result: $use_kbd_layout" >&5 +echo "$as_me:23408: result: $use_kbd_layout" >&5 echo "${ECHO_T}$use_kbd_layout" >&6 test $use_kbd_layout != no && cat >>confdefs.h <<\EOF #define EXP_KEYBOARD_LAYOUT 1 EOF -echo "$as_me:23412: checking if experimental nested-table logic should be used" >&5 +echo "$as_me:23414: checking if experimental nested-table logic should be used" >&5 echo $ECHO_N "checking if experimental nested-table logic should be used... $ECHO_C" >&6 # Check whether --enable-nested-tables or --disable-nested-tables was given. @@ -23426,13 +23428,36 @@ else use_nested_tables=no fi; -echo "$as_me:23429: result: $use_nested_tables" >&5 +echo "$as_me:23431: result: $use_nested_tables" >&5 echo "${ECHO_T}$use_nested_tables" >&6 test $use_nested_tables != no && cat >>confdefs.h <<\EOF #define EXP_NESTED_TABLES 1 EOF -echo "$as_me:23435: checking if scrollbar code should be used" >&5 +echo "$as_me:23437: checking if progress-bar code should be used" >&5 +echo $ECHO_N "checking if progress-bar code should be used... $ECHO_C" >&6 + +# Check whether --enable-progressbar or --disable-progressbar was given. +if test "${enable_progressbar+set}" = set; then + enableval="$enable_progressbar" + test "$enableval" != yes && enableval=no + if test "$enableval" != "no" ; then + use_progressbar=$enableval + else + use_progressbar=no + fi +else + enableval=no + use_progressbar=no + +fi; +echo "$as_me:23454: result: $use_progressbar" >&5 +echo "${ECHO_T}$use_progressbar" >&6 +test $use_progressbar != no && cat >>confdefs.h <<\EOF +#define USE_PROGRESSBAR 1 +EOF + +echo "$as_me:23460: checking if scrollbar code should be used" >&5 echo $ECHO_N "checking if scrollbar code should be used... $ECHO_C" >&6 # Check whether --enable-scrollbar or --disable-scrollbar was given. @@ -23449,10 +23474,41 @@ else use_scrollbar=no fi; -echo "$as_me:23452: result: $use_scrollbar" >&5 +echo "$as_me:23477: result: $use_scrollbar" >&5 echo "${ECHO_T}$use_scrollbar" >&6 -echo "$as_me:23455: checking if alternative line-edit bindings should be used" >&5 +echo "$as_me:23480: checking if session-caching code should be used" >&5 +echo $ECHO_N "checking if session-caching code should be used... $ECHO_C" >&6 + +# Check whether --enable-session-cache or --disable-session-cache was given. +if test "${enable_session_cache+set}" = set; then + enableval="$enable_session_cache" + test "$enableval" != yes && enableval=no + if test "$enableval" != "no" ; then + use_session_cache=$enableval + else + use_session_cache=no + fi +else + enableval=no + use_session_cache=no + +fi; +echo "$as_me:23497: result: $use_session_cache" >&5 +echo "${ECHO_T}$use_session_cache" >&6 +if test $use_session_cache != no ; then + cat >>confdefs.h <<\EOF +#define USE_CACHEJAR 1 +EOF + + cat >>confdefs.h <<\EOF +#define USE_SESSIONS 1 +EOF + + EXTRA_OBJS="$EXTRA_OBJS LYSession\$o" +fi + +echo "$as_me:23511: checking if alternative line-edit bindings should be used" >&5 echo $ECHO_N "checking if alternative line-edit bindings should be used... $ECHO_C" >&6 # Check whether --enable-alt-bindings or --disable-alt-bindings was given. @@ -23469,13 +23525,13 @@ else use_alt_bindings=yes fi; -echo "$as_me:23472: result: $use_alt_bindings" >&5 +echo "$as_me:23528: result: $use_alt_bindings" >&5 echo "${ECHO_T}$use_alt_bindings" >&6 test $use_alt_bindings != no && cat >>confdefs.h <<\EOF #define EXP_ALT_BINDINGS 1 EOF -echo "$as_me:23478: checking if you want to use extended HTML DTD logic" >&5 +echo "$as_me:23534: checking if you want to use extended HTML DTD logic" >&5 echo $ECHO_N "checking if you want to use extended HTML DTD logic... $ECHO_C" >&6 # Check whether --enable-extended-dtd or --disable-extended-dtd was given. @@ -23492,13 +23548,13 @@ else use_ext_htmldtd=yes fi; -echo "$as_me:23495: result: $use_ext_htmldtd" >&5 +echo "$as_me:23551: result: $use_ext_htmldtd" >&5 echo "${ECHO_T}$use_ext_htmldtd" >&6 test $use_ext_htmldtd = "no" && cat >>confdefs.h <<\EOF #define NO_EXTENDED_HTMLDTD 1 EOF -echo "$as_me:23501: checking if file-upload logic should be used" >&5 +echo "$as_me:23557: checking if file-upload logic should be used" >&5 echo $ECHO_N "checking if file-upload logic should be used... $ECHO_C" >&6 # Check whether --enable-file-upload or --disable-file-upload was given. @@ -23515,13 +23571,13 @@ else use_file_upload=yes fi; -echo "$as_me:23518: result: $use_file_upload" >&5 +echo "$as_me:23574: result: $use_file_upload" >&5 echo "${ECHO_T}$use_file_upload" >&6 test $use_file_upload != no && cat >>confdefs.h <<\EOF #define USE_FILE_UPLOAD 1 EOF -echo "$as_me:23524: checking if element-justification logic should be used" >&5 +echo "$as_me:23580: checking if element-justification logic should be used" >&5 echo $ECHO_N "checking if element-justification logic should be used... $ECHO_C" >&6 # Check whether --enable-justify-elts or --disable-justify-elts was given. @@ -23538,13 +23594,13 @@ else use_justify_elts=yes fi; -echo "$as_me:23541: result: $use_justify_elts" >&5 +echo "$as_me:23597: result: $use_justify_elts" >&5 echo "${ECHO_T}$use_justify_elts" >&6 test $use_justify_elts != no && cat >>confdefs.h <<\EOF #define EXP_JUSTIFY_ELTS 1 EOF -echo "$as_me:23547: checking if partial-display should be used" >&5 +echo "$as_me:23603: checking if partial-display should be used" >&5 echo $ECHO_N "checking if partial-display should be used... $ECHO_C" >&6 # Check whether --enable-partial or --disable-partial was given. @@ -23561,13 +23617,13 @@ else use_partial_display=yes fi; -echo "$as_me:23564: result: $use_partial_display" >&5 +echo "$as_me:23620: result: $use_partial_display" >&5 echo "${ECHO_T}$use_partial_display" >&6 test $use_partial_display != no && cat >>confdefs.h <<\EOF #define DISP_PARTIAL 1 EOF -echo "$as_me:23570: checking if persistent-cookie logic should be used" >&5 +echo "$as_me:23626: checking if persistent-cookie logic should be used" >&5 echo $ECHO_N "checking if persistent-cookie logic should be used... $ECHO_C" >&6 # Check whether --enable-persistent-cookies or --disable-persistent-cookies was given. @@ -23584,13 +23640,13 @@ else use_filed_cookies=yes fi; -echo "$as_me:23587: result: $use_filed_cookies" >&5 +echo "$as_me:23643: result: $use_filed_cookies" >&5 echo "${ECHO_T}$use_filed_cookies" >&6 test $use_filed_cookies != no && cat >>confdefs.h <<\EOF #define USE_PERSISTENT_COOKIES 1 EOF -echo "$as_me:23593: checking if html source should be colorized" >&5 +echo "$as_me:23649: checking if html source should be colorized" >&5 echo $ECHO_N "checking if html source should be colorized... $ECHO_C" >&6 # Check whether --enable-prettysrc or --disable-prettysrc was given. @@ -23607,13 +23663,13 @@ else use_prettysrc=yes fi; -echo "$as_me:23610: result: $use_prettysrc" >&5 +echo "$as_me:23666: result: $use_prettysrc" >&5 echo "${ECHO_T}$use_prettysrc" >&6 test $use_prettysrc != no && cat >>confdefs.h <<\EOF #define USE_PRETTYSRC 1 EOF -echo "$as_me:23616: checking if read-progress message should show ETA" >&5 +echo "$as_me:23672: checking if read-progress message should show ETA" >&5 echo $ECHO_N "checking if read-progress message should show ETA... $ECHO_C" >&6 # Check whether --enable-read-eta or --disable-read-eta was given. @@ -23630,13 +23686,13 @@ else use_read_eta=yes fi; -echo "$as_me:23633: result: $use_read_eta" >&5 +echo "$as_me:23689: result: $use_read_eta" >&5 echo "${ECHO_T}$use_read_eta" >&6 test $use_read_eta != no && cat >>confdefs.h <<\EOF #define USE_READPROGRESS 1 EOF -echo "$as_me:23639: checking if source caching should be used" >&5 +echo "$as_me:23695: checking if source caching should be used" >&5 echo $ECHO_N "checking if source caching should be used... $ECHO_C" >&6 # Check whether --enable-source-cache or --disable-source-cache was given. @@ -23653,13 +23709,13 @@ else use_source_cache=yes fi; -echo "$as_me:23656: result: $use_source_cache" >&5 +echo "$as_me:23712: result: $use_source_cache" >&5 echo "${ECHO_T}$use_source_cache" >&6 test $use_source_cache != no && cat >>confdefs.h <<\EOF #define USE_SOURCE_CACHE 1 EOF -echo "$as_me:23662: checking if you want to use external commands" >&5 +echo "$as_me:23718: checking if you want to use external commands" >&5 echo $ECHO_N "checking if you want to use external commands... $ECHO_C" >&6 # Check whether --enable-externs or --disable-externs was given. @@ -23676,7 +23732,7 @@ else use_externs=no fi; -echo "$as_me:23679: result: $use_externs" >&5 +echo "$as_me:23735: result: $use_externs" >&5 echo "${ECHO_T}$use_externs" >&6 if test $use_externs != "no" ; then cat >>confdefs.h <<\EOF @@ -23686,7 +23742,7 @@ EOF EXTRA_OBJS="$EXTRA_OBJS LYExtern\$o" fi -echo "$as_me:23689: checking if you want to use setfont support" >&5 +echo "$as_me:23745: checking if you want to use setfont support" >&5 echo $ECHO_N "checking if you want to use setfont support... $ECHO_C" >&6 # Check whether --enable-font-switch or --disable-font-switch was given. @@ -23703,7 +23759,7 @@ else use_setfont=no fi; -echo "$as_me:23706: result: $use_setfont" >&5 +echo "$as_me:23762: result: $use_setfont" >&5 echo "${ECHO_T}$use_setfont" >&6 if test $use_setfont = yes ; then case $host_os in @@ -23714,7 +23770,7 @@ for ac_prog in $SETFONT consolechars setfont 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:23717: checking for $ac_word" >&5 +echo "$as_me:23773: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_SETFONT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -23731,7 +23787,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_SETFONT="$ac_dir/$ac_word" - echo "$as_me:23734: found $ac_dir/$ac_word" >&5 + echo "$as_me:23790: found $ac_dir/$ac_word" >&5 break fi done @@ -23742,10 +23798,10 @@ fi SETFONT=$ac_cv_path_SETFONT if test -n "$SETFONT"; then - echo "$as_me:23745: result: $SETFONT" >&5 + echo "$as_me:23801: result: $SETFONT" >&5 echo "${ECHO_T}$SETFONT" >&6 else - echo "$as_me:23748: result: no" >&5 + echo "$as_me:23804: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -23813,7 +23869,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:23816: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:23872: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define SETFONT_PATH "$cf_path_prog" @@ -23830,19 +23886,19 @@ fi SETFONT=built-in test -n "$verbose" && echo " Assume $host_os has font-switching" 1>&6 -echo "${as_me-configure}:23833: testing Assume $host_os has font-switching ..." 1>&5 +echo "${as_me-configure}:23889: testing Assume $host_os has font-switching ..." 1>&5 ;; *) SETFONT=unknown test -n "$verbose" && echo " Assume $host_os has no font-switching" 1>&6 -echo "${as_me-configure}:23840: testing Assume $host_os has no font-switching ..." 1>&5 +echo "${as_me-configure}:23896: testing Assume $host_os has no font-switching ..." 1>&5 ;; esac if test -z "$SETFONT" ; then - { echo "$as_me:23845: WARNING: Cannot find a font-setting program" >&5 + { echo "$as_me:23901: WARNING: Cannot find a font-setting program" >&5 echo "$as_me: WARNING: Cannot find a font-setting program" >&2;} elif test "$SETFONT" != unknown ; then cat >>confdefs.h <<\EOF @@ -23852,7 +23908,7 @@ EOF fi fi -echo "$as_me:23855: checking if you want cgi-link support" >&5 +echo "$as_me:23911: checking if you want cgi-link support" >&5 echo $ECHO_N "checking if you want cgi-link support... $ECHO_C" >&6 # Check whether --enable-cgi-links or --disable-cgi-links was given. @@ -23868,10 +23924,10 @@ EOF else enableval=no fi; -echo "$as_me:23871: result: $enableval" >&5 +echo "$as_me:23927: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 -echo "$as_me:23874: checking if you want change-exec support" >&5 +echo "$as_me:23930: checking if you want change-exec support" >&5 echo $ECHO_N "checking if you want change-exec support... $ECHO_C" >&6 # Check whether --enable-change-exec or --disable-change-exec was given. @@ -23888,13 +23944,13 @@ else use_change_exec=no fi; -echo "$as_me:23891: result: $use_change_exec" >&5 +echo "$as_me:23947: result: $use_change_exec" >&5 echo "${ECHO_T}$use_change_exec" >&6 test $use_change_exec = yes && cat >>confdefs.h <<\EOF #define ENABLE_OPTS_CHANGE_EXEC 1 EOF -echo "$as_me:23897: checking if you want exec-links support" >&5 +echo "$as_me:23953: checking if you want exec-links support" >&5 echo $ECHO_N "checking if you want exec-links support... $ECHO_C" >&6 # Check whether --enable-exec-links or --disable-exec-links was given. @@ -23911,13 +23967,13 @@ else use_exec_links=$enableval fi; -echo "$as_me:23914: result: $use_exec_links" >&5 +echo "$as_me:23970: result: $use_exec_links" >&5 echo "${ECHO_T}$use_exec_links" >&6 test $use_exec_links = yes && cat >>confdefs.h <<\EOF #define EXEC_LINKS 1 EOF -echo "$as_me:23920: checking if you want exec-scripts support" >&5 +echo "$as_me:23976: checking if you want exec-scripts support" >&5 echo $ECHO_N "checking if you want exec-scripts support... $ECHO_C" >&6 # Check whether --enable-exec-scripts or --disable-exec-scripts was given. @@ -23934,13 +23990,13 @@ else use_exec_scripts=$enableval fi; -echo "$as_me:23937: result: $use_exec_scripts" >&5 +echo "$as_me:23993: result: $use_exec_scripts" >&5 echo "${ECHO_T}$use_exec_scripts" >&6 test $use_exec_scripts = yes && cat >>confdefs.h <<\EOF #define EXEC_SCRIPTS 1 EOF -echo "$as_me:23943: checking if you want internal-links feature" >&5 +echo "$as_me:23999: checking if you want internal-links feature" >&5 echo $ECHO_N "checking if you want internal-links feature... $ECHO_C" >&6 # Check whether --enable-internal-links or --disable-internal-links was given. @@ -23957,13 +24013,13 @@ else use_internal_links=no fi; -echo "$as_me:23960: result: $use_internal_links" >&5 +echo "$as_me:24016: result: $use_internal_links" >&5 echo "${ECHO_T}$use_internal_links" >&6 test $use_internal_links = no && cat >>confdefs.h <<\EOF #define DONT_TRACK_INTERNAL_LINKS 1 EOF -echo "$as_me:23966: checking if you want to fork NSL requests" >&5 +echo "$as_me:24022: checking if you want to fork NSL requests" >&5 echo $ECHO_N "checking if you want to fork NSL requests... $ECHO_C" >&6 # Check whether --enable-nsl-fork or --disable-nsl-fork was given. @@ -23980,13 +24036,13 @@ else use_nsl_fork=no fi; -echo "$as_me:23983: result: $use_nsl_fork" >&5 +echo "$as_me:24039: result: $use_nsl_fork" >&5 echo "${ECHO_T}$use_nsl_fork" >&6 test $use_nsl_fork = yes && cat >>confdefs.h <<\EOF #define NSL_FORK 1 EOF -echo "$as_me:23989: checking if you want to log URL requests via syslog" >&5 +echo "$as_me:24045: checking if you want to log URL requests via syslog" >&5 echo $ECHO_N "checking if you want to log URL requests via syslog... $ECHO_C" >&6 # Check whether --enable-syslog or --disable-syslog was given. @@ -24003,13 +24059,13 @@ else use_syslog=no fi; -echo "$as_me:24006: result: $use_syslog" >&5 +echo "$as_me:24062: result: $use_syslog" >&5 echo "${ECHO_T}$use_syslog" >&6 test $use_syslog = yes && cat >>confdefs.h <<\EOF #define SYSLOG_REQUESTED_URLS 1 EOF -echo "$as_me:24012: checking if you want to underline links" >&5 +echo "$as_me:24068: checking if you want to underline links" >&5 echo $ECHO_N "checking if you want to underline links... $ECHO_C" >&6 # Check whether --enable-underlines or --disable-underlines was given. @@ -24026,7 +24082,7 @@ else use_underline=no fi; -echo "$as_me:24029: result: $use_underline" >&5 +echo "$as_me:24085: result: $use_underline" >&5 echo "${ECHO_T}$use_underline" >&6 test $use_underline = yes && cat >>confdefs.h <<\EOF #define UNDERLINE_LINKS 1 @@ -24036,7 +24092,7 @@ test $use_underline = no && cat >>confdefs.h <<\EOF #define UNDERLINE_LINKS 0 EOF -echo "$as_me:24039: checking if help files should be gzip'ed" >&5 +echo "$as_me:24095: checking if help files should be gzip'ed" >&5 echo $ECHO_N "checking if help files should be gzip'ed... $ECHO_C" >&6 # Check whether --enable-gzip-help or --disable-gzip-help was given. @@ -24053,10 +24109,10 @@ else use_gzip_help=no fi; -echo "$as_me:24056: result: $use_gzip_help" >&5 +echo "$as_me:24112: result: $use_gzip_help" >&5 echo "${ECHO_T}$use_gzip_help" >&6 -echo "$as_me:24059: checking if you want to use libbz2 for decompression of some bzip2 files" >&5 +echo "$as_me:24115: checking if you want to use libbz2 for decompression of some bzip2 files" >&5 echo $ECHO_N "checking if you want to use libbz2 for decompression of some bzip2 files... $ECHO_C" >&6 # Check whether --with-bzlib or --without-bzlib was given. @@ -24066,7 +24122,7 @@ if test "${with_bzlib+set}" = set; then else use_bzlib=no fi; -echo "$as_me:24069: result: $use_bzlib" >&5 +echo "$as_me:24125: result: $use_bzlib" >&5 echo "${ECHO_T}$use_bzlib" >&6 if test ".$use_bzlib" != ".no" ; then @@ -24105,7 +24161,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 24108 "configure" +#line 24164 "configure" #include "confdefs.h" #include <stdio.h> int @@ -24117,16 +24173,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24120: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24176: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24123: \$? = $ac_status" >&5 + echo "$as_me:24179: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24126: \"$ac_try\"") >&5 + { (eval echo "$as_me:24182: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24129: \$? = $ac_status" >&5 + echo "$as_me:24185: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -24141,7 +24197,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:24144: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:24200: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -24182,7 +24238,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 24185 "configure" +#line 24241 "configure" #include "confdefs.h" #include <stdio.h> int @@ -24194,16 +24250,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24197: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24253: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24200: \$? = $ac_status" >&5 + echo "$as_me:24256: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24203: \"$ac_try\"") >&5 + { (eval echo "$as_me:24259: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24206: \$? = $ac_status" >&5 + echo "$as_me:24262: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -24218,7 +24274,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:24221: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:24277: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -24234,7 +24290,7 @@ echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 fi else -{ { echo "$as_me:24237: error: cannot find under $use_bzlib" >&5 +{ { echo "$as_me:24293: error: cannot find under $use_bzlib" >&5 echo "$as_me: error: cannot find under $use_bzlib" >&2;} { (exit 1); exit 1; }; } fi @@ -24257,7 +24313,7 @@ if test -n "$cf_searchpath/lib" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:24260: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:24316: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -24284,7 +24340,7 @@ if test -n "$cf_searchpath" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:24287: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:24343: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -24293,7 +24349,7 @@ echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 fi else -{ { echo "$as_me:24296: error: cannot find under $use_bzlib" >&5 +{ { echo "$as_me:24352: error: cannot find under $use_bzlib" >&5 echo "$as_me: error: cannot find under $use_bzlib" >&2;} { (exit 1); exit 1; }; } fi @@ -24307,10 +24363,10 @@ done cf_cv_header_path_bz2= cf_cv_library_path_bz2= -echo "${as_me-configure}:24310: testing Starting FIND_LINKAGE(bz2,bzlib) ..." 1>&5 +echo "${as_me-configure}:24366: testing Starting FIND_LINKAGE(bz2,bzlib) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 24313 "configure" +#line 24369 "configure" #include "confdefs.h" #include <stdio.h> @@ -24327,16 +24383,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24330: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24386: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24333: \$? = $ac_status" >&5 + echo "$as_me:24389: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24336: \"$ac_try\"") >&5 + { (eval echo "$as_me:24392: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24339: \$? = $ac_status" >&5 + echo "$as_me:24395: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_bz2=yes else @@ -24345,7 +24401,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_bz2=no -echo "${as_me-configure}:24348: testing Searching for headers in FIND_LINKAGE(bz2,bzlib) ..." 1>&5 +echo "${as_me-configure}:24404: testing Searching for headers in FIND_LINKAGE(bz2,bzlib) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -24426,11 +24482,11 @@ test -d "$oldincludedir" && { if test -d $cf_cv_header_path_bz2 ; then test -n "$verbose" && echo " ... testing $cf_cv_header_path_bz2" 1>&6 -echo "${as_me-configure}:24429: testing ... testing $cf_cv_header_path_bz2 ..." 1>&5 +echo "${as_me-configure}:24485: testing ... testing $cf_cv_header_path_bz2 ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_bz2" cat >conftest.$ac_ext <<_ACEOF -#line 24433 "configure" +#line 24489 "configure" #include "confdefs.h" #include <stdio.h> @@ -24447,21 +24503,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24450: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24506: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24453: \$? = $ac_status" >&5 + echo "$as_me:24509: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24456: \"$ac_try\"") >&5 + { (eval echo "$as_me:24512: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24459: \$? = $ac_status" >&5 + echo "$as_me:24515: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found bz2 headers in $cf_cv_header_path_bz2" 1>&6 -echo "${as_me-configure}:24464: testing ... found bz2 headers in $cf_cv_header_path_bz2 ..." 1>&5 +echo "${as_me-configure}:24520: testing ... found bz2 headers in $cf_cv_header_path_bz2 ..." 1>&5 cf_cv_find_linkage_bz2=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -24479,7 +24535,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_bz2" = maybe ; then -echo "${as_me-configure}:24482: testing Searching for bz2 library in FIND_LINKAGE(bz2,bzlib) ..." 1>&5 +echo "${as_me-configure}:24538: testing Searching for bz2 library in FIND_LINKAGE(bz2,bzlib) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -24487,7 +24543,7 @@ echo "${as_me-configure}:24482: testing Searching for bz2 library in FIND_LINKAG CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lbz2 $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 24490 "configure" +#line 24546 "configure" #include "confdefs.h" #include <stdio.h> @@ -24504,21 +24560,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24507: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24563: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24510: \$? = $ac_status" >&5 + echo "$as_me:24566: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24513: \"$ac_try\"") >&5 + { (eval echo "$as_me:24569: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24516: \$? = $ac_status" >&5 + echo "$as_me:24572: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found bz2 library in system" 1>&6 -echo "${as_me-configure}:24521: testing ... found bz2 library in system ..." 1>&5 +echo "${as_me-configure}:24577: testing ... found bz2 library in system ..." 1>&5 cf_cv_find_linkage_bz2=yes else @@ -24592,13 +24648,13 @@ test -d "$HOME" && \ if test -d $cf_cv_library_path_bz2 ; then test -n "$verbose" && echo " ... testing $cf_cv_library_path_bz2" 1>&6 -echo "${as_me-configure}:24595: testing ... testing $cf_cv_library_path_bz2 ..." 1>&5 +echo "${as_me-configure}:24651: testing ... testing $cf_cv_library_path_bz2 ..." 1>&5 CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lbz2 $cf_save_LIBS" LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_bz2" cat >conftest.$ac_ext <<_ACEOF -#line 24601 "configure" +#line 24657 "configure" #include "confdefs.h" #include <stdio.h> @@ -24615,21 +24671,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24618: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24674: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24621: \$? = $ac_status" >&5 + echo "$as_me:24677: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24624: \"$ac_try\"") >&5 + { (eval echo "$as_me:24680: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24627: \$? = $ac_status" >&5 + echo "$as_me:24683: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found bz2 library in $cf_cv_library_path_bz2" 1>&6 -echo "${as_me-configure}:24632: testing ... found bz2 library in $cf_cv_library_path_bz2 ..." 1>&5 +echo "${as_me-configure}:24688: testing ... found bz2 library in $cf_cv_library_path_bz2 ..." 1>&5 cf_cv_find_linkage_bz2=yes cf_cv_library_file_bz2="-lbz2" @@ -24684,7 +24740,7 @@ if test -n "$cf_cv_header_path_bz2" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 24687 "configure" +#line 24743 "configure" #include "confdefs.h" #include <stdio.h> int @@ -24696,16 +24752,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24699: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24755: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24702: \$? = $ac_status" >&5 + echo "$as_me:24758: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24705: \"$ac_try\"") >&5 + { (eval echo "$as_me:24761: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24708: \$? = $ac_status" >&5 + echo "$as_me:24764: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -24720,7 +24776,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:24723: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:24779: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -24752,7 +24808,7 @@ if test -n "$cf_cv_library_path_bz2" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:24755: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:24811: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -24763,7 +24819,7 @@ fi LIBS="-lbz2 $LIBS" else -{ echo "$as_me:24766: WARNING: Cannot find bz2 library" >&5 +{ echo "$as_me:24822: WARNING: Cannot find bz2 library" >&5 echo "$as_me: WARNING: Cannot find bz2 library" >&2;} fi @@ -24773,7 +24829,7 @@ EOF fi -echo "$as_me:24776: checking if you want to use zlib for decompression of some gzip files" >&5 +echo "$as_me:24832: checking if you want to use zlib for decompression of some gzip files" >&5 echo $ECHO_N "checking if you want to use zlib for decompression of some gzip files... $ECHO_C" >&6 # Check whether --with-zlib or --without-zlib was given. @@ -24783,7 +24839,7 @@ if test "${with_zlib+set}" = set; then else use_zlib=no fi; -echo "$as_me:24786: result: $use_zlib" >&5 +echo "$as_me:24842: result: $use_zlib" >&5 echo "${ECHO_T}$use_zlib" >&6 if test ".$use_zlib" != ".no" ; then @@ -24822,7 +24878,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 24825 "configure" +#line 24881 "configure" #include "confdefs.h" #include <stdio.h> int @@ -24834,16 +24890,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24837: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24893: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24840: \$? = $ac_status" >&5 + echo "$as_me:24896: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24843: \"$ac_try\"") >&5 + { (eval echo "$as_me:24899: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24846: \$? = $ac_status" >&5 + echo "$as_me:24902: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -24858,7 +24914,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:24861: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:24917: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -24899,7 +24955,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 24902 "configure" +#line 24958 "configure" #include "confdefs.h" #include <stdio.h> int @@ -24911,16 +24967,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24914: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24970: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24917: \$? = $ac_status" >&5 + echo "$as_me:24973: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24920: \"$ac_try\"") >&5 + { (eval echo "$as_me:24976: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24923: \$? = $ac_status" >&5 + echo "$as_me:24979: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -24935,7 +24991,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:24938: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:24994: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -24951,7 +25007,7 @@ echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 fi else -{ { echo "$as_me:24954: error: cannot find under $use_zlib" >&5 +{ { echo "$as_me:25010: error: cannot find under $use_zlib" >&5 echo "$as_me: error: cannot find under $use_zlib" >&2;} { (exit 1); exit 1; }; } fi @@ -24974,7 +25030,7 @@ if test -n "$cf_searchpath/lib" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:24977: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:25033: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -25001,7 +25057,7 @@ if test -n "$cf_searchpath" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:25004: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:25060: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -25010,7 +25066,7 @@ echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 fi else -{ { echo "$as_me:25013: error: cannot find under $use_zlib" >&5 +{ { echo "$as_me:25069: error: cannot find under $use_zlib" >&5 echo "$as_me: error: cannot find under $use_zlib" >&2;} { (exit 1); exit 1; }; } fi @@ -25024,10 +25080,10 @@ done cf_cv_header_path_z= cf_cv_library_path_z= -echo "${as_me-configure}:25027: testing Starting FIND_LINKAGE(z,zlib) ..." 1>&5 +echo "${as_me-configure}:25083: testing Starting FIND_LINKAGE(z,zlib) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 25030 "configure" +#line 25086 "configure" #include "confdefs.h" #include <zlib.h> @@ -25043,16 +25099,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:25046: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25102: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25049: \$? = $ac_status" >&5 + echo "$as_me:25105: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:25052: \"$ac_try\"") >&5 + { (eval echo "$as_me:25108: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25055: \$? = $ac_status" >&5 + echo "$as_me:25111: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_z=yes else @@ -25061,7 +25117,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_z=no -echo "${as_me-configure}:25064: testing Searching for headers in FIND_LINKAGE(z,zlib) ..." 1>&5 +echo "${as_me-configure}:25120: testing Searching for headers in FIND_LINKAGE(z,zlib) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -25142,11 +25198,11 @@ test -d "$oldincludedir" && { if test -d $cf_cv_header_path_z ; then test -n "$verbose" && echo " ... testing $cf_cv_header_path_z" 1>&6 -echo "${as_me-configure}:25145: testing ... testing $cf_cv_header_path_z ..." 1>&5 +echo "${as_me-configure}:25201: testing ... testing $cf_cv_header_path_z ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_z" cat >conftest.$ac_ext <<_ACEOF -#line 25149 "configure" +#line 25205 "configure" #include "confdefs.h" #include <zlib.h> @@ -25162,21 +25218,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25165: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25221: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25168: \$? = $ac_status" >&5 + echo "$as_me:25224: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25171: \"$ac_try\"") >&5 + { (eval echo "$as_me:25227: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25174: \$? = $ac_status" >&5 + echo "$as_me:25230: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found z headers in $cf_cv_header_path_z" 1>&6 -echo "${as_me-configure}:25179: testing ... found z headers in $cf_cv_header_path_z ..." 1>&5 +echo "${as_me-configure}:25235: testing ... found z headers in $cf_cv_header_path_z ..." 1>&5 cf_cv_find_linkage_z=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -25194,7 +25250,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_z" = maybe ; then -echo "${as_me-configure}:25197: testing Searching for z library in FIND_LINKAGE(z,zlib) ..." 1>&5 +echo "${as_me-configure}:25253: testing Searching for z library in FIND_LINKAGE(z,zlib) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -25202,7 +25258,7 @@ echo "${as_me-configure}:25197: testing Searching for z library in FIND_LINKAGE( CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lz $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 25205 "configure" +#line 25261 "configure" #include "confdefs.h" #include <zlib.h> @@ -25218,21 +25274,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:25221: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25277: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25224: \$? = $ac_status" >&5 + echo "$as_me:25280: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:25227: \"$ac_try\"") >&5 + { (eval echo "$as_me:25283: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25230: \$? = $ac_status" >&5 + echo "$as_me:25286: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found z library in system" 1>&6 -echo "${as_me-configure}:25235: testing ... found z library in system ..." 1>&5 +echo "${as_me-configure}:25291: testing ... found z library in system ..." 1>&5 cf_cv_find_linkage_z=yes else @@ -25306,13 +25362,13 @@ test -d "$HOME" && \ if test -d $cf_cv_library_path_z ; then test -n "$verbose" && echo " ... testing $cf_cv_library_path_z" 1>&6 -echo "${as_me-configure}:25309: testing ... testing $cf_cv_library_path_z ..." 1>&5 +echo "${as_me-configure}:25365: testing ... testing $cf_cv_library_path_z ..." 1>&5 CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lz $cf_save_LIBS" LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_z" cat >conftest.$ac_ext <<_ACEOF -#line 25315 "configure" +#line 25371 "configure" #include "confdefs.h" #include <zlib.h> @@ -25328,21 +25384,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:25331: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25387: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25334: \$? = $ac_status" >&5 + echo "$as_me:25390: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:25337: \"$ac_try\"") >&5 + { (eval echo "$as_me:25393: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25340: \$? = $ac_status" >&5 + echo "$as_me:25396: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found z library in $cf_cv_library_path_z" 1>&6 -echo "${as_me-configure}:25345: testing ... found z library in $cf_cv_library_path_z ..." 1>&5 +echo "${as_me-configure}:25401: testing ... found z library in $cf_cv_library_path_z ..." 1>&5 cf_cv_find_linkage_z=yes cf_cv_library_file_z="-lz" @@ -25397,7 +25453,7 @@ if test -n "$cf_cv_header_path_z" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 25400 "configure" +#line 25456 "configure" #include "confdefs.h" #include <stdio.h> int @@ -25409,16 +25465,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25412: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25468: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25415: \$? = $ac_status" >&5 + echo "$as_me:25471: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25418: \"$ac_try\"") >&5 + { (eval echo "$as_me:25474: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25421: \$? = $ac_status" >&5 + echo "$as_me:25477: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -25433,7 +25489,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi if test "$cf_have_incdir" = no ; then - echo "$as_me:25436: result: adding $cf_add_incdir to include-path" >&5 + echo "$as_me:25492: result: adding $cf_add_incdir to include-path" >&5 echo "${ECHO_T}adding $cf_add_incdir to include-path" >&6 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -25465,7 +25521,7 @@ if test -n "$cf_cv_library_path_z" ; then done fi if test "$cf_have_libdir" = no ; then - echo "$as_me:25468: result: adding $cf_add_libdir to library-path" >&5 + echo "$as_me:25524: result: adding $cf_add_libdir to library-path" >&5 echo "${ECHO_T}adding $cf_add_libdir to library-path" >&6 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -25476,7 +25532,7 @@ fi LIBS="-lz $LIBS" else -{ echo "$as_me:25479: WARNING: Cannot find z library" >&5 +{ echo "$as_me:25535: WARNING: Cannot find z library" >&5 echo "$as_me: WARNING: Cannot find z library" >&2;} fi @@ -25486,7 +25542,7 @@ EOF fi -echo "$as_me:25489: checking if you want to exclude FINGER code" >&5 +echo "$as_me:25545: checking if you want to exclude FINGER code" >&5 echo $ECHO_N "checking if you want to exclude FINGER code... $ECHO_C" >&6 # Check whether --enable-finger or --disable-finger was given. @@ -25503,13 +25559,13 @@ else use_finger=no fi; -echo "$as_me:25506: result: $use_finger" >&5 +echo "$as_me:25562: result: $use_finger" >&5 echo "${ECHO_T}$use_finger" >&6 test $use_finger != "no" && cat >>confdefs.h <<\EOF #define DISABLE_FINGER 1 EOF -echo "$as_me:25512: checking if you want to exclude GOPHER code" >&5 +echo "$as_me:25568: checking if you want to exclude GOPHER code" >&5 echo $ECHO_N "checking if you want to exclude GOPHER code... $ECHO_C" >&6 # Check whether --enable-gopher or --disable-gopher was given. @@ -25526,13 +25582,13 @@ else use_gopher=no fi; -echo "$as_me:25529: result: $use_gopher" >&5 +echo "$as_me:25585: result: $use_gopher" >&5 echo "${ECHO_T}$use_gopher" >&6 test $use_gopher != "no" && cat >>confdefs.h <<\EOF #define DISABLE_GOPHER 1 EOF -echo "$as_me:25535: checking if you want to exclude NEWS code" >&5 +echo "$as_me:25591: checking if you want to exclude NEWS code" >&5 echo $ECHO_N "checking if you want to exclude NEWS code... $ECHO_C" >&6 # Check whether --enable-news or --disable-news was given. @@ -25549,13 +25605,13 @@ else use_news=no fi; -echo "$as_me:25552: result: $use_news" >&5 +echo "$as_me:25608: result: $use_news" >&5 echo "${ECHO_T}$use_news" >&6 test $use_news != "no" && cat >>confdefs.h <<\EOF #define DISABLE_NEWS 1 EOF -echo "$as_me:25558: checking if you want to exclude FTP code" >&5 +echo "$as_me:25614: checking if you want to exclude FTP code" >&5 echo $ECHO_N "checking if you want to exclude FTP code... $ECHO_C" >&6 # Check whether --enable-ftp or --disable-ftp was given. @@ -25572,7 +25628,7 @@ else use_ftp=no fi; -echo "$as_me:25575: result: $use_ftp" >&5 +echo "$as_me:25631: result: $use_ftp" >&5 echo "${ECHO_T}$use_ftp" >&6 test $use_ftp != "no" && cat >>confdefs.h <<\EOF #define DISABLE_FTP 1 @@ -25580,7 +25636,7 @@ EOF # All DirEd functions that were enabled on compilation can be disabled # or modified at run time via DIRED_MENU symbols in lynx.cfg. -echo "$as_me:25583: checking if directory-editor code should be used" >&5 +echo "$as_me:25639: checking if directory-editor code should be used" >&5 echo $ECHO_N "checking if directory-editor code should be used... $ECHO_C" >&6 # Check whether --enable-dired or --disable-dired was given. @@ -25597,7 +25653,7 @@ else use_dired=yes fi; -echo "$as_me:25600: result: $use_dired" >&5 +echo "$as_me:25656: result: $use_dired" >&5 echo "${ECHO_T}$use_dired" >&6 if test ".$use_dired" != ".no" ; then @@ -25606,7 +25662,7 @@ if test ".$use_dired" != ".no" ; then #define DIRED_SUPPORT 1 EOF - echo "$as_me:25609: checking if you wish to allow extracting from archives via DirEd" >&5 + echo "$as_me:25665: checking if you wish to allow extracting from archives via DirEd" >&5 echo $ECHO_N "checking if you wish to allow extracting from archives via DirEd... $ECHO_C" >&6 # Check whether --enable-dired-dearchive or --disable-dired-dearchive was given. @@ -25622,10 +25678,10 @@ EOF else enableval=yes fi; - echo "$as_me:25625: result: $enableval" >&5 + echo "$as_me:25681: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:25628: checking if DirEd mode should override keys" >&5 + echo "$as_me:25684: checking if DirEd mode should override keys" >&5 echo $ECHO_N "checking if DirEd mode should override keys... $ECHO_C" >&6 # Check whether --enable-dired-override or --disable-dired-override was given. @@ -25647,10 +25703,10 @@ else EOF fi; - echo "$as_me:25650: result: $enableval" >&5 + echo "$as_me:25706: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:25653: checking if you wish to allow permissions commands via DirEd" >&5 + echo "$as_me:25709: checking if you wish to allow permissions commands via DirEd" >&5 echo $ECHO_N "checking if you wish to allow permissions commands via DirEd... $ECHO_C" >&6 # Check whether --enable-dired-permit or --disable-dired-permit was given. @@ -25672,10 +25728,10 @@ else EOF fi; - echo "$as_me:25675: result: $enableval" >&5 + echo "$as_me:25731: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:25678: checking if you wish to allow executable-permission commands via DirEd" >&5 + echo "$as_me:25734: checking if you wish to allow executable-permission commands via DirEd" >&5 echo $ECHO_N "checking if you wish to allow executable-permission commands via DirEd... $ECHO_C" >&6 # Check whether --enable-dired-xpermit or --disable-dired-xpermit was given. @@ -25691,10 +25747,10 @@ EOF else enableval=yes fi; - echo "$as_me:25694: result: $enableval" >&5 + echo "$as_me:25750: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:25697: checking if you wish to allow \"tar\" commands from DirEd" >&5 + echo "$as_me:25753: checking if you wish to allow \"tar\" commands from DirEd" >&5 echo $ECHO_N "checking if you wish to allow \"tar\" commands from DirEd... $ECHO_C" >&6 # Check whether --enable-dired-tar or --disable-dired-tar was given. @@ -25716,10 +25772,10 @@ else EOF fi; - echo "$as_me:25719: result: $enableval" >&5 + echo "$as_me:25775: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:25722: checking if you wish to allow \"uudecode\" commands from DirEd" >&5 + echo "$as_me:25778: checking if you wish to allow \"uudecode\" commands from DirEd" >&5 echo $ECHO_N "checking if you wish to allow \"uudecode\" commands from DirEd... $ECHO_C" >&6 # Check whether --enable-dired-uudecode or --disable-dired-uudecode was given. @@ -25741,10 +25797,10 @@ else EOF fi; - echo "$as_me:25744: result: $enableval" >&5 + echo "$as_me:25800: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:25747: checking if you wish to allow \"zip\" and \"unzip\" commands from DirEd" >&5 + echo "$as_me:25803: checking if you wish to allow \"zip\" and \"unzip\" commands from DirEd" >&5 echo $ECHO_N "checking if you wish to allow \"zip\" and \"unzip\" commands from DirEd... $ECHO_C" >&6 # Check whether --enable-dired-zip or --disable-dired-zip was given. @@ -25766,10 +25822,10 @@ else EOF fi; - echo "$as_me:25769: result: $enableval" >&5 + echo "$as_me:25825: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:25772: checking if you wish to allow \"gzip\" and \"gunzip\" commands from DirEd" >&5 + echo "$as_me:25828: checking if you wish to allow \"gzip\" and \"gunzip\" commands from DirEd" >&5 echo $ECHO_N "checking if you wish to allow \"gzip\" and \"gunzip\" commands from DirEd... $ECHO_C" >&6 # Check whether --enable-dired-gzip or --disable-dired-gzip was given. @@ -25791,11 +25847,11 @@ else EOF fi; - echo "$as_me:25794: result: $enableval" >&5 + echo "$as_me:25850: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 fi -echo "$as_me:25798: checking if you want long-directory listings" >&5 +echo "$as_me:25854: checking if you want long-directory listings" >&5 echo $ECHO_N "checking if you want long-directory listings... $ECHO_C" >&6 # Check whether --enable-long-list or --disable-long-list was given. @@ -25817,10 +25873,10 @@ else EOF fi; -echo "$as_me:25820: result: $enableval" >&5 +echo "$as_me:25876: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 -echo "$as_me:25823: checking if parent-directory references are permitted" >&5 +echo "$as_me:25879: checking if parent-directory references are permitted" >&5 echo $ECHO_N "checking if parent-directory references are permitted... $ECHO_C" >&6 # Check whether --enable-parent-dir-refs or --disable-parent-dir-refs was given. @@ -25836,7 +25892,7 @@ EOF else enableval=yes fi; -echo "$as_me:25839: result: $enableval" >&5 +echo "$as_me:25895: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 test -z "$TELNET" && TELNET=telnet @@ -25844,7 +25900,7 @@ for ac_prog in $TELNET telnet 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:25847: checking for $ac_word" >&5 +echo "$as_me:25903: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_TELNET+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -25861,7 +25917,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_TELNET="$ac_dir/$ac_word" - echo "$as_me:25864: found $ac_dir/$ac_word" >&5 + echo "$as_me:25920: found $ac_dir/$ac_word" >&5 break fi done @@ -25872,10 +25928,10 @@ fi TELNET=$ac_cv_path_TELNET if test -n "$TELNET"; then - echo "$as_me:25875: result: $TELNET" >&5 + echo "$as_me:25931: result: $TELNET" >&5 echo "${ECHO_T}$TELNET" >&6 else - echo "$as_me:25878: result: no" >&5 + echo "$as_me:25934: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -25943,7 +25999,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:25946: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:26002: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define TELNET_PATH "$cf_path_prog" @@ -25960,7 +26016,7 @@ for ac_prog in $TN3270 tn3270 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:25963: checking for $ac_word" >&5 +echo "$as_me:26019: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_TN3270+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -25977,7 +26033,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_TN3270="$ac_dir/$ac_word" - echo "$as_me:25980: found $ac_dir/$ac_word" >&5 + echo "$as_me:26036: found $ac_dir/$ac_word" >&5 break fi done @@ -25988,10 +26044,10 @@ fi TN3270=$ac_cv_path_TN3270 if test -n "$TN3270"; then - echo "$as_me:25991: result: $TN3270" >&5 + echo "$as_me:26047: result: $TN3270" >&5 echo "${ECHO_T}$TN3270" >&6 else - echo "$as_me:25994: result: no" >&5 + echo "$as_me:26050: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -26059,7 +26115,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:26062: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:26118: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define TN3270_PATH "$cf_path_prog" @@ -26076,7 +26132,7 @@ for ac_prog in $RLOGIN rlogin 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:26079: checking for $ac_word" >&5 +echo "$as_me:26135: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_RLOGIN+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -26093,7 +26149,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_RLOGIN="$ac_dir/$ac_word" - echo "$as_me:26096: found $ac_dir/$ac_word" >&5 + echo "$as_me:26152: found $ac_dir/$ac_word" >&5 break fi done @@ -26104,10 +26160,10 @@ fi RLOGIN=$ac_cv_path_RLOGIN if test -n "$RLOGIN"; then - echo "$as_me:26107: result: $RLOGIN" >&5 + echo "$as_me:26163: result: $RLOGIN" >&5 echo "${ECHO_T}$RLOGIN" >&6 else - echo "$as_me:26110: result: no" >&5 + echo "$as_me:26166: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -26175,7 +26231,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:26178: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:26234: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define RLOGIN_PATH "$cf_path_prog" @@ -26192,7 +26248,7 @@ for ac_prog in $MV mv 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:26195: checking for $ac_word" >&5 +echo "$as_me:26251: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_MV+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -26209,7 +26265,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_MV="$ac_dir/$ac_word" - echo "$as_me:26212: found $ac_dir/$ac_word" >&5 + echo "$as_me:26268: found $ac_dir/$ac_word" >&5 break fi done @@ -26220,10 +26276,10 @@ fi MV=$ac_cv_path_MV if test -n "$MV"; then - echo "$as_me:26223: result: $MV" >&5 + echo "$as_me:26279: result: $MV" >&5 echo "${ECHO_T}$MV" >&6 else - echo "$as_me:26226: result: no" >&5 + echo "$as_me:26282: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -26291,7 +26347,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:26294: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:26350: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define MV_PATH "$cf_path_prog" @@ -26308,7 +26364,7 @@ for ac_prog in $GZIP gzip 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:26311: checking for $ac_word" >&5 +echo "$as_me:26367: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_GZIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -26325,7 +26381,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_GZIP="$ac_dir/$ac_word" - echo "$as_me:26328: found $ac_dir/$ac_word" >&5 + echo "$as_me:26384: found $ac_dir/$ac_word" >&5 break fi done @@ -26336,10 +26392,10 @@ fi GZIP=$ac_cv_path_GZIP if test -n "$GZIP"; then - echo "$as_me:26339: result: $GZIP" >&5 + echo "$as_me:26395: result: $GZIP" >&5 echo "${ECHO_T}$GZIP" >&6 else - echo "$as_me:26342: result: no" >&5 + echo "$as_me:26398: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -26407,7 +26463,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:26410: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:26466: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define GZIP_PATH "$cf_path_prog" @@ -26424,7 +26480,7 @@ for ac_prog in $UNCOMPRESS gunzip 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:26427: checking for $ac_word" >&5 +echo "$as_me:26483: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_UNCOMPRESS+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -26441,7 +26497,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_UNCOMPRESS="$ac_dir/$ac_word" - echo "$as_me:26444: found $ac_dir/$ac_word" >&5 + echo "$as_me:26500: found $ac_dir/$ac_word" >&5 break fi done @@ -26452,10 +26508,10 @@ fi UNCOMPRESS=$ac_cv_path_UNCOMPRESS if test -n "$UNCOMPRESS"; then - echo "$as_me:26455: result: $UNCOMPRESS" >&5 + echo "$as_me:26511: result: $UNCOMPRESS" >&5 echo "${ECHO_T}$UNCOMPRESS" >&6 else - echo "$as_me:26458: result: no" >&5 + echo "$as_me:26514: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -26523,7 +26579,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:26526: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:26582: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define UNCOMPRESS_PATH "$cf_path_prog" @@ -26540,7 +26596,7 @@ for ac_prog in $UNZIP unzip 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:26543: checking for $ac_word" >&5 +echo "$as_me:26599: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_UNZIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -26557,7 +26613,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_UNZIP="$ac_dir/$ac_word" - echo "$as_me:26560: found $ac_dir/$ac_word" >&5 + echo "$as_me:26616: found $ac_dir/$ac_word" >&5 break fi done @@ -26568,10 +26624,10 @@ fi UNZIP=$ac_cv_path_UNZIP if test -n "$UNZIP"; then - echo "$as_me:26571: result: $UNZIP" >&5 + echo "$as_me:26627: result: $UNZIP" >&5 echo "${ECHO_T}$UNZIP" >&6 else - echo "$as_me:26574: result: no" >&5 + echo "$as_me:26630: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -26639,7 +26695,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:26642: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:26698: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define UNZIP_PATH "$cf_path_prog" @@ -26656,7 +26712,7 @@ for ac_prog in $BZIP2 bzip2 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:26659: checking for $ac_word" >&5 +echo "$as_me:26715: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_BZIP2+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -26673,7 +26729,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_BZIP2="$ac_dir/$ac_word" - echo "$as_me:26676: found $ac_dir/$ac_word" >&5 + echo "$as_me:26732: found $ac_dir/$ac_word" >&5 break fi done @@ -26684,10 +26740,10 @@ fi BZIP2=$ac_cv_path_BZIP2 if test -n "$BZIP2"; then - echo "$as_me:26687: result: $BZIP2" >&5 + echo "$as_me:26743: result: $BZIP2" >&5 echo "${ECHO_T}$BZIP2" >&6 else - echo "$as_me:26690: result: no" >&5 + echo "$as_me:26746: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -26755,7 +26811,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:26758: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:26814: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define BZIP2_PATH "$cf_path_prog" @@ -26772,7 +26828,7 @@ for ac_prog in $TAR tar pax gtar gnutar bsdtar star 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:26775: checking for $ac_word" >&5 +echo "$as_me:26831: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_TAR+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -26789,7 +26845,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_TAR="$ac_dir/$ac_word" - echo "$as_me:26792: found $ac_dir/$ac_word" >&5 + echo "$as_me:26848: found $ac_dir/$ac_word" >&5 break fi done @@ -26800,10 +26856,10 @@ fi TAR=$ac_cv_path_TAR if test -n "$TAR"; then - echo "$as_me:26803: result: $TAR" >&5 + echo "$as_me:26859: result: $TAR" >&5 echo "${ECHO_T}$TAR" >&6 else - echo "$as_me:26806: result: no" >&5 + echo "$as_me:26862: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -26871,7 +26927,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:26874: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:26930: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define TAR_PATH "$cf_path_prog" @@ -26928,7 +26984,7 @@ for ac_prog in $COMPRESS compress 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:26931: checking for $ac_word" >&5 +echo "$as_me:26987: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_COMPRESS+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -26945,7 +27001,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_COMPRESS="$ac_dir/$ac_word" - echo "$as_me:26948: found $ac_dir/$ac_word" >&5 + echo "$as_me:27004: found $ac_dir/$ac_word" >&5 break fi done @@ -26956,10 +27012,10 @@ fi COMPRESS=$ac_cv_path_COMPRESS if test -n "$COMPRESS"; then - echo "$as_me:26959: result: $COMPRESS" >&5 + echo "$as_me:27015: result: $COMPRESS" >&5 echo "${ECHO_T}$COMPRESS" >&6 else - echo "$as_me:26962: result: no" >&5 + echo "$as_me:27018: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -27027,7 +27083,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:27030: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:27086: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define COMPRESS_PATH "$cf_path_prog" @@ -27044,7 +27100,7 @@ for ac_prog in $RM rm 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:27047: checking for $ac_word" >&5 +echo "$as_me:27103: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_RM+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -27061,7 +27117,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_RM="$ac_dir/$ac_word" - echo "$as_me:27064: found $ac_dir/$ac_word" >&5 + echo "$as_me:27120: found $ac_dir/$ac_word" >&5 break fi done @@ -27072,10 +27128,10 @@ fi RM=$ac_cv_path_RM if test -n "$RM"; then - echo "$as_me:27075: result: $RM" >&5 + echo "$as_me:27131: result: $RM" >&5 echo "${ECHO_T}$RM" >&6 else - echo "$as_me:27078: result: no" >&5 + echo "$as_me:27134: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -27143,7 +27199,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:27146: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:27202: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define RM_PATH "$cf_path_prog" @@ -27160,7 +27216,7 @@ for ac_prog in $UUDECODE uudecode 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:27163: checking for $ac_word" >&5 +echo "$as_me:27219: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_UUDECODE+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -27177,7 +27233,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_UUDECODE="$ac_dir/$ac_word" - echo "$as_me:27180: found $ac_dir/$ac_word" >&5 + echo "$as_me:27236: found $ac_dir/$ac_word" >&5 break fi done @@ -27188,10 +27244,10 @@ fi UUDECODE=$ac_cv_path_UUDECODE if test -n "$UUDECODE"; then - echo "$as_me:27191: result: $UUDECODE" >&5 + echo "$as_me:27247: result: $UUDECODE" >&5 echo "${ECHO_T}$UUDECODE" >&6 else - echo "$as_me:27194: result: no" >&5 + echo "$as_me:27250: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -27259,7 +27315,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:27262: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:27318: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define UUDECODE_PATH "$cf_path_prog" @@ -27276,7 +27332,7 @@ for ac_prog in $ZCAT zcat 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:27279: checking for $ac_word" >&5 +echo "$as_me:27335: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_ZCAT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -27293,7 +27349,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_ZCAT="$ac_dir/$ac_word" - echo "$as_me:27296: found $ac_dir/$ac_word" >&5 + echo "$as_me:27352: found $ac_dir/$ac_word" >&5 break fi done @@ -27304,10 +27360,10 @@ fi ZCAT=$ac_cv_path_ZCAT if test -n "$ZCAT"; then - echo "$as_me:27307: result: $ZCAT" >&5 + echo "$as_me:27363: result: $ZCAT" >&5 echo "${ECHO_T}$ZCAT" >&6 else - echo "$as_me:27310: result: no" >&5 + echo "$as_me:27366: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -27375,7 +27431,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:27378: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:27434: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define ZCAT_PATH "$cf_path_prog" @@ -27392,7 +27448,7 @@ for ac_prog in $ZIP zip 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:27395: checking for $ac_word" >&5 +echo "$as_me:27451: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_ZIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -27409,7 +27465,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_ZIP="$ac_dir/$ac_word" - echo "$as_me:27412: found $ac_dir/$ac_word" >&5 + echo "$as_me:27468: found $ac_dir/$ac_word" >&5 break fi done @@ -27420,10 +27476,10 @@ fi ZIP=$ac_cv_path_ZIP if test -n "$ZIP"; then - echo "$as_me:27423: result: $ZIP" >&5 + echo "$as_me:27479: result: $ZIP" >&5 echo "${ECHO_T}$ZIP" >&6 else - echo "$as_me:27426: result: no" >&5 + echo "$as_me:27482: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -27491,7 +27547,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:27494: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:27550: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define ZIP_PATH "$cf_path_prog" @@ -27518,7 +27574,7 @@ for ac_prog in $INSTALL install 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:27521: checking for $ac_word" >&5 +echo "$as_me:27577: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_INSTALL+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -27535,7 +27591,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_INSTALL="$ac_dir/$ac_word" - echo "$as_me:27538: found $ac_dir/$ac_word" >&5 + echo "$as_me:27594: found $ac_dir/$ac_word" >&5 break fi done @@ -27546,10 +27602,10 @@ fi INSTALL=$ac_cv_path_INSTALL if test -n "$INSTALL"; then - echo "$as_me:27549: result: $INSTALL" >&5 + echo "$as_me:27605: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6 else - echo "$as_me:27552: result: no" >&5 + echo "$as_me:27608: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -27617,7 +27673,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:27620: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:27676: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define INSTALL_PATH "$cf_path_prog" @@ -27643,7 +27699,7 @@ fi if test $cf_cv_screen = pdcurses ; then - echo "$as_me:27646: checking for X" >&5 + echo "$as_me:27702: checking for X" >&5 echo $ECHO_N "checking for X... $ECHO_C" >&6 # Check whether --with-x or --without-x was given. @@ -27740,17 +27796,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 27743 "configure" +#line 27799 "configure" #include "confdefs.h" #include <X11/Intrinsic.h> _ACEOF -if { (eval echo "$as_me:27747: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:27803: \"$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:27753: \$? = $ac_status" >&5 + echo "$as_me:27809: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -27783,7 +27839,7 @@ if test "$ac_x_libraries" = no; then ac_save_LIBS=$LIBS LIBS="-lXt $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 27786 "configure" +#line 27842 "configure" #include "confdefs.h" #include <X11/Intrinsic.h> int @@ -27795,16 +27851,16 @@ XtMalloc (0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:27798: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27854: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27801: \$? = $ac_status" >&5 + echo "$as_me:27857: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:27804: \"$ac_try\"") >&5 + { (eval echo "$as_me:27860: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27807: \$? = $ac_status" >&5 + echo "$as_me:27863: \$? = $ac_status" >&5 (exit $ac_status); }; }; then LIBS=$ac_save_LIBS # We can link X programs with no special library path. @@ -27842,7 +27898,7 @@ fi fi # $with_x != no if test "$have_x" != yes; then - echo "$as_me:27845: result: $have_x" >&5 + echo "$as_me:27901: result: $have_x" >&5 echo "${ECHO_T}$have_x" >&6 no_x=yes else @@ -27852,7 +27908,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:27855: result: libraries $x_libraries, headers $x_includes" >&5 + echo "$as_me:27911: result: libraries $x_libraries, headers $x_includes" >&5 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 fi @@ -27876,11 +27932,11 @@ else # others require no space. Words are not sufficient . . . . case `(uname -sr) 2>/dev/null` in "SunOS 5"*) - echo "$as_me:27879: checking whether -R must be followed by a space" >&5 + echo "$as_me:27935: 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 27883 "configure" +#line 27939 "configure" #include "confdefs.h" int @@ -27892,16 +27948,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:27895: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27951: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27898: \$? = $ac_status" >&5 + echo "$as_me:27954: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:27901: \"$ac_try\"") >&5 + { (eval echo "$as_me:27957: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27904: \$? = $ac_status" >&5 + echo "$as_me:27960: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_R_nospace=yes else @@ -27911,13 +27967,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:27914: result: no" >&5 + echo "$as_me:27970: 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 27920 "configure" +#line 27976 "configure" #include "confdefs.h" int @@ -27929,16 +27985,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:27932: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27988: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27935: \$? = $ac_status" >&5 + echo "$as_me:27991: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:27938: \"$ac_try\"") >&5 + { (eval echo "$as_me:27994: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27941: \$? = $ac_status" >&5 + echo "$as_me:27997: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_R_space=yes else @@ -27948,11 +28004,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:27951: result: yes" >&5 + echo "$as_me:28007: result: yes" >&5 echo "${ECHO_T}yes" >&6 X_LIBS="$X_LIBS -R $x_libraries" else - echo "$as_me:27955: result: neither works" >&5 + echo "$as_me:28011: result: neither works" >&5 echo "${ECHO_T}neither works" >&6 fi fi @@ -27972,7 +28028,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 27975 "configure" +#line 28031 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -27991,22 +28047,22 @@ XOpenDisplay (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:27994: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28050: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27997: \$? = $ac_status" >&5 + echo "$as_me:28053: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28000: \"$ac_try\"") >&5 + { (eval echo "$as_me:28056: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28003: \$? = $ac_status" >&5 + echo "$as_me:28059: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:28009: checking for dnet_ntoa in -ldnet" >&5 +echo "$as_me:28065: 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 @@ -28014,7 +28070,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 28017 "configure" +#line 28073 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -28033,16 +28089,16 @@ dnet_ntoa (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28036: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28092: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28039: \$? = $ac_status" >&5 + echo "$as_me:28095: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28042: \"$ac_try\"") >&5 + { (eval echo "$as_me:28098: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28045: \$? = $ac_status" >&5 + echo "$as_me:28101: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dnet_dnet_ntoa=yes else @@ -28053,14 +28109,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:28056: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 +echo "$as_me:28112: 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:28063: checking for dnet_ntoa in -ldnet_stub" >&5 + echo "$as_me:28119: 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 @@ -28068,7 +28124,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet_stub $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 28071 "configure" +#line 28127 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -28087,16 +28143,16 @@ dnet_ntoa (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28090: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28146: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28093: \$? = $ac_status" >&5 + echo "$as_me:28149: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28096: \"$ac_try\"") >&5 + { (eval echo "$as_me:28152: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28099: \$? = $ac_status" >&5 + echo "$as_me:28155: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dnet_stub_dnet_ntoa=yes else @@ -28107,7 +28163,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:28110: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 +echo "$as_me:28166: 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" @@ -28126,13 +28182,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:28129: checking for gethostbyname" >&5 + echo "$as_me:28185: 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 28135 "configure" +#line 28191 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyname (); below. */ @@ -28163,16 +28219,16 @@ f = gethostbyname; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28166: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28222: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28169: \$? = $ac_status" >&5 + echo "$as_me:28225: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28172: \"$ac_try\"") >&5 + { (eval echo "$as_me:28228: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28175: \$? = $ac_status" >&5 + echo "$as_me:28231: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_gethostbyname=yes else @@ -28182,11 +28238,11 @@ ac_cv_func_gethostbyname=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:28185: result: $ac_cv_func_gethostbyname" >&5 +echo "$as_me:28241: 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:28189: checking for gethostbyname in -lnsl" >&5 + echo "$as_me:28245: 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 @@ -28194,7 +28250,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 28197 "configure" +#line 28253 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -28213,16 +28269,16 @@ gethostbyname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28216: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28272: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28219: \$? = $ac_status" >&5 + echo "$as_me:28275: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28222: \"$ac_try\"") >&5 + { (eval echo "$as_me:28278: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28225: \$? = $ac_status" >&5 + echo "$as_me:28281: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_gethostbyname=yes else @@ -28233,14 +28289,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:28236: result: $ac_cv_lib_nsl_gethostbyname" >&5 +echo "$as_me:28292: 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:28243: checking for gethostbyname in -lbsd" >&5 + echo "$as_me:28299: 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 @@ -28248,7 +28304,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 28251 "configure" +#line 28307 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -28267,16 +28323,16 @@ gethostbyname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28270: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28326: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28273: \$? = $ac_status" >&5 + echo "$as_me:28329: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28276: \"$ac_try\"") >&5 + { (eval echo "$as_me:28332: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28279: \$? = $ac_status" >&5 + echo "$as_me:28335: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_bsd_gethostbyname=yes else @@ -28287,7 +28343,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:28290: result: $ac_cv_lib_bsd_gethostbyname" >&5 +echo "$as_me:28346: 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" @@ -28303,13 +28359,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:28306: checking for connect" >&5 + echo "$as_me:28362: 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 28312 "configure" +#line 28368 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char connect (); below. */ @@ -28340,16 +28396,16 @@ f = connect; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28343: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28399: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28346: \$? = $ac_status" >&5 + echo "$as_me:28402: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28349: \"$ac_try\"") >&5 + { (eval echo "$as_me:28405: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28352: \$? = $ac_status" >&5 + echo "$as_me:28408: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_connect=yes else @@ -28359,11 +28415,11 @@ ac_cv_func_connect=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:28362: result: $ac_cv_func_connect" >&5 +echo "$as_me:28418: 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:28366: checking for connect in -lsocket" >&5 + echo "$as_me:28422: 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 @@ -28371,7 +28427,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 28374 "configure" +#line 28430 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -28390,16 +28446,16 @@ connect (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28393: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28449: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28396: \$? = $ac_status" >&5 + echo "$as_me:28452: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28399: \"$ac_try\"") >&5 + { (eval echo "$as_me:28455: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28402: \$? = $ac_status" >&5 + echo "$as_me:28458: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_connect=yes else @@ -28410,7 +28466,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:28413: result: $ac_cv_lib_socket_connect" >&5 +echo "$as_me:28469: 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" @@ -28419,13 +28475,13 @@ fi fi # Guillermo Gomez says -lposix is necessary on A/UX. - echo "$as_me:28422: checking for remove" >&5 + echo "$as_me:28478: 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 28428 "configure" +#line 28484 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char remove (); below. */ @@ -28456,16 +28512,16 @@ f = remove; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28459: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28515: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28462: \$? = $ac_status" >&5 + echo "$as_me:28518: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28465: \"$ac_try\"") >&5 + { (eval echo "$as_me:28521: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28468: \$? = $ac_status" >&5 + echo "$as_me:28524: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_remove=yes else @@ -28475,11 +28531,11 @@ ac_cv_func_remove=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:28478: result: $ac_cv_func_remove" >&5 +echo "$as_me:28534: 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:28482: checking for remove in -lposix" >&5 + echo "$as_me:28538: 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 @@ -28487,7 +28543,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lposix $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 28490 "configure" +#line 28546 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -28506,16 +28562,16 @@ remove (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28509: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28565: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28512: \$? = $ac_status" >&5 + echo "$as_me:28568: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28515: \"$ac_try\"") >&5 + { (eval echo "$as_me:28571: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28518: \$? = $ac_status" >&5 + echo "$as_me:28574: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_posix_remove=yes else @@ -28526,7 +28582,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:28529: result: $ac_cv_lib_posix_remove" >&5 +echo "$as_me:28585: 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" @@ -28535,13 +28591,13 @@ fi fi # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. - echo "$as_me:28538: checking for shmat" >&5 + echo "$as_me:28594: 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 28544 "configure" +#line 28600 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shmat (); below. */ @@ -28572,16 +28628,16 @@ f = shmat; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28575: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28631: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28578: \$? = $ac_status" >&5 + echo "$as_me:28634: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28581: \"$ac_try\"") >&5 + { (eval echo "$as_me:28637: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28584: \$? = $ac_status" >&5 + echo "$as_me:28640: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_shmat=yes else @@ -28591,11 +28647,11 @@ ac_cv_func_shmat=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:28594: result: $ac_cv_func_shmat" >&5 +echo "$as_me:28650: 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:28598: checking for shmat in -lipc" >&5 + echo "$as_me:28654: 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 @@ -28603,7 +28659,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lipc $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 28606 "configure" +#line 28662 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -28622,16 +28678,16 @@ shmat (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28625: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28681: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28628: \$? = $ac_status" >&5 + echo "$as_me:28684: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28631: \"$ac_try\"") >&5 + { (eval echo "$as_me:28687: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28634: \$? = $ac_status" >&5 + echo "$as_me:28690: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ipc_shmat=yes else @@ -28642,7 +28698,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:28645: result: $ac_cv_lib_ipc_shmat" >&5 +echo "$as_me:28701: 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" @@ -28660,7 +28716,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:28663: checking for IceConnectionNumber in -lICE" >&5 + echo "$as_me:28719: 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 @@ -28668,7 +28724,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 28671 "configure" +#line 28727 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -28687,16 +28743,16 @@ IceConnectionNumber (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28690: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28746: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28693: \$? = $ac_status" >&5 + echo "$as_me:28749: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28696: \"$ac_try\"") >&5 + { (eval echo "$as_me:28752: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28699: \$? = $ac_status" >&5 + echo "$as_me:28755: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ICE_IceConnectionNumber=yes else @@ -28707,7 +28763,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:28710: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 +echo "$as_me:28766: 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" @@ -28725,7 +28781,7 @@ LDFLAGS="$X_LIBS $LDFLAGS" test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6 -echo "${as_me-configure}:28728: testing checking additions to CFLAGS ..." 1>&5 +echo "${as_me-configure}:28784: testing checking additions to CFLAGS ..." 1>&5 cf_check_cflags="$CFLAGS" cf_check_cppflags="$CPPFLAGS" @@ -28786,7 +28842,7 @@ done if test -n "$cf_new_cflags" ; then test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6 -echo "${as_me-configure}:28789: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 +echo "${as_me-configure}:28845: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 CFLAGS="$CFLAGS $cf_new_cflags" fi @@ -28794,7 +28850,7 @@ fi if test -n "$cf_new_cppflags" ; then test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6 -echo "${as_me-configure}:28797: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 +echo "${as_me-configure}:28853: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 CPPFLAGS="$cf_new_cppflags $CPPFLAGS" fi @@ -28802,14 +28858,14 @@ fi if test -n "$cf_new_extra_cppflags" ; then test -n "$verbose" && echo " add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags" 1>&6 -echo "${as_me-configure}:28805: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 +echo "${as_me-configure}:28861: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS" fi if test "$cf_check_cflags" != "$CFLAGS" ; then cat >conftest.$ac_ext <<_ACEOF -#line 28812 "configure" +#line 28868 "configure" #include "confdefs.h" #include <stdio.h> int @@ -28821,16 +28877,16 @@ printf("Hello world"); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28824: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28880: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28827: \$? = $ac_status" >&5 + echo "$as_me:28883: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28830: \"$ac_try\"") >&5 + { (eval echo "$as_me:28886: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28833: \$? = $ac_status" >&5 + echo "$as_me:28889: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -28838,12 +28894,12 @@ else cat conftest.$ac_ext >&5 test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6 -echo "${as_me-configure}:28841: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 +echo "${as_me-configure}:28897: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 if test "$cf_check_cppflags" != "$CPPFLAGS" ; then test -n "$verbose" && echo " but keeping change to \$CPPFLAGS" 1>&6 -echo "${as_me-configure}:28846: testing but keeping change to \$CPPFLAGS ..." 1>&5 +echo "${as_me-configure}:28902: testing but keeping change to \$CPPFLAGS ..." 1>&5 fi CFLAGS="$cf_check_flags" @@ -28851,13 +28907,13 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:28854: checking for XOpenDisplay" >&5 +echo "$as_me:28910: checking for XOpenDisplay" >&5 echo $ECHO_N "checking for XOpenDisplay... $ECHO_C" >&6 if test "${ac_cv_func_XOpenDisplay+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 28860 "configure" +#line 28916 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XOpenDisplay (); below. */ @@ -28888,16 +28944,16 @@ f = XOpenDisplay; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28891: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28947: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28894: \$? = $ac_status" >&5 + echo "$as_me:28950: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28897: \"$ac_try\"") >&5 + { (eval echo "$as_me:28953: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28900: \$? = $ac_status" >&5 + echo "$as_me:28956: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_XOpenDisplay=yes else @@ -28907,13 +28963,13 @@ ac_cv_func_XOpenDisplay=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:28910: result: $ac_cv_func_XOpenDisplay" >&5 +echo "$as_me:28966: result: $ac_cv_func_XOpenDisplay" >&5 echo "${ECHO_T}$ac_cv_func_XOpenDisplay" >&6 if test $ac_cv_func_XOpenDisplay = yes; then : else -echo "$as_me:28916: checking for XOpenDisplay in -lX11" >&5 +echo "$as_me:28972: checking for XOpenDisplay in -lX11" >&5 echo $ECHO_N "checking for XOpenDisplay in -lX11... $ECHO_C" >&6 if test "${ac_cv_lib_X11_XOpenDisplay+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -28921,7 +28977,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lX11 $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 28924 "configure" +#line 28980 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -28940,16 +28996,16 @@ XOpenDisplay (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28943: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28999: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28946: \$? = $ac_status" >&5 + echo "$as_me:29002: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28949: \"$ac_try\"") >&5 + { (eval echo "$as_me:29005: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28952: \$? = $ac_status" >&5 + echo "$as_me:29008: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_X11_XOpenDisplay=yes else @@ -28960,7 +29016,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:28963: result: $ac_cv_lib_X11_XOpenDisplay" >&5 +echo "$as_me:29019: result: $ac_cv_lib_X11_XOpenDisplay" >&5 echo "${ECHO_T}$ac_cv_lib_X11_XOpenDisplay" >&6 if test $ac_cv_lib_X11_XOpenDisplay = yes; then LIBS="-lX11 $LIBS" @@ -28968,13 +29024,13 @@ fi fi -echo "$as_me:28971: checking for XtAppInitialize" >&5 +echo "$as_me:29027: checking for XtAppInitialize" >&5 echo $ECHO_N "checking for XtAppInitialize... $ECHO_C" >&6 if test "${ac_cv_func_XtAppInitialize+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 28977 "configure" +#line 29033 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XtAppInitialize (); below. */ @@ -29005,16 +29061,16 @@ f = XtAppInitialize; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29008: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29064: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29011: \$? = $ac_status" >&5 + echo "$as_me:29067: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29014: \"$ac_try\"") >&5 + { (eval echo "$as_me:29070: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29017: \$? = $ac_status" >&5 + echo "$as_me:29073: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_XtAppInitialize=yes else @@ -29024,13 +29080,13 @@ ac_cv_func_XtAppInitialize=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:29027: result: $ac_cv_func_XtAppInitialize" >&5 +echo "$as_me:29083: result: $ac_cv_func_XtAppInitialize" >&5 echo "${ECHO_T}$ac_cv_func_XtAppInitialize" >&6 if test $ac_cv_func_XtAppInitialize = yes; then : else -echo "$as_me:29033: checking for XtAppInitialize in -lXt" >&5 +echo "$as_me:29089: checking for XtAppInitialize in -lXt" >&5 echo $ECHO_N "checking for XtAppInitialize in -lXt... $ECHO_C" >&6 if test "${ac_cv_lib_Xt_XtAppInitialize+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -29038,7 +29094,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lXt $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 29041 "configure" +#line 29097 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -29057,16 +29113,16 @@ XtAppInitialize (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29060: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29116: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29063: \$? = $ac_status" >&5 + echo "$as_me:29119: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29066: \"$ac_try\"") >&5 + { (eval echo "$as_me:29122: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29069: \$? = $ac_status" >&5 + echo "$as_me:29125: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xt_XtAppInitialize=yes else @@ -29077,7 +29133,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:29080: result: $ac_cv_lib_Xt_XtAppInitialize" >&5 +echo "$as_me:29136: result: $ac_cv_lib_Xt_XtAppInitialize" >&5 echo "${ECHO_T}$ac_cv_lib_Xt_XtAppInitialize" >&6 if test $ac_cv_lib_Xt_XtAppInitialize = yes; then cat >>confdefs.h <<\EOF @@ -29091,7 +29147,7 @@ fi fi if test $cf_have_X_LIBS = no ; then - { echo "$as_me:29094: WARNING: Unable to successfully link X Toolkit library (-lXt) with + { echo "$as_me:29150: WARNING: Unable to successfully link X Toolkit library (-lXt) with test program. You will have to check and add the proper libraries by hand to makefile." >&5 echo "$as_me: WARNING: Unable to successfully link X Toolkit library (-lXt) with @@ -29101,7 +29157,7 @@ fi cf_x_athena=${cf_x_athena-Xaw} -echo "$as_me:29104: checking if you want to link with Xaw 3d library" >&5 +echo "$as_me:29160: checking if you want to link with Xaw 3d library" >&5 echo $ECHO_N "checking if you want to link with Xaw 3d library... $ECHO_C" >&6 withval= @@ -29112,14 +29168,14 @@ if test "${with_Xaw3d+set}" = set; then fi; if test "$withval" = yes ; then cf_x_athena=Xaw3d - echo "$as_me:29115: result: yes" >&5 + echo "$as_me:29171: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:29118: result: no" >&5 + echo "$as_me:29174: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:29122: checking if you want to link with neXT Athena library" >&5 +echo "$as_me:29178: checking if you want to link with neXT Athena library" >&5 echo $ECHO_N "checking if you want to link with neXT Athena library... $ECHO_C" >&6 withval= @@ -29130,14 +29186,14 @@ if test "${with_neXtaw+set}" = set; then fi; if test "$withval" = yes ; then cf_x_athena=neXtaw - echo "$as_me:29133: result: yes" >&5 + echo "$as_me:29189: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:29136: result: no" >&5 + echo "$as_me:29192: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:29140: checking if you want to link with Athena-Plus library" >&5 +echo "$as_me:29196: checking if you want to link with Athena-Plus library" >&5 echo $ECHO_N "checking if you want to link with Athena-Plus library... $ECHO_C" >&6 withval= @@ -29148,14 +29204,14 @@ if test "${with_XawPlus+set}" = set; then fi; if test "$withval" = yes ; then cf_x_athena=XawPlus - echo "$as_me:29151: result: yes" >&5 + echo "$as_me:29207: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:29154: result: no" >&5 + echo "$as_me:29210: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:29158: checking for XextCreateExtension in -lXext" >&5 +echo "$as_me:29214: checking for XextCreateExtension in -lXext" >&5 echo $ECHO_N "checking for XextCreateExtension in -lXext... $ECHO_C" >&6 if test "${ac_cv_lib_Xext_XextCreateExtension+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -29163,7 +29219,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lXext $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 29166 "configure" +#line 29222 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -29182,16 +29238,16 @@ XextCreateExtension (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29185: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29241: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29188: \$? = $ac_status" >&5 + echo "$as_me:29244: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29191: \"$ac_try\"") >&5 + { (eval echo "$as_me:29247: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29194: \$? = $ac_status" >&5 + echo "$as_me:29250: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xext_XextCreateExtension=yes else @@ -29202,7 +29258,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:29205: result: $ac_cv_lib_Xext_XextCreateExtension" >&5 +echo "$as_me:29261: result: $ac_cv_lib_Xext_XextCreateExtension" >&5 echo "${ECHO_T}$ac_cv_lib_Xext_XextCreateExtension" >&6 if test $ac_cv_lib_Xext_XextCreateExtension = yes; then LIBS="-lXext $LIBS" @@ -29224,14 +29280,14 @@ do cf_test=X11/$cf_x_athena_root/SimpleMenu.h if test $cf_path != default ; then CPPFLAGS="-I$cf_path/include $cf_save" - echo "$as_me:29227: checking for $cf_test in $cf_path" >&5 + echo "$as_me:29283: checking for $cf_test in $cf_path" >&5 echo $ECHO_N "checking for $cf_test in $cf_path... $ECHO_C" >&6 else - echo "$as_me:29230: checking for $cf_test" >&5 + echo "$as_me:29286: checking for $cf_test" >&5 echo $ECHO_N "checking for $cf_test... $ECHO_C" >&6 fi cat >conftest.$ac_ext <<_ACEOF -#line 29234 "configure" +#line 29290 "configure" #include "confdefs.h" #include <X11/Intrinsic.h> @@ -29245,16 +29301,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:29248: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:29304: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:29251: \$? = $ac_status" >&5 + echo "$as_me:29307: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:29254: \"$ac_try\"") >&5 + { (eval echo "$as_me:29310: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29257: \$? = $ac_status" >&5 + echo "$as_me:29313: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -29263,7 +29319,7 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest.$ac_ext - echo "$as_me:29266: result: $cf_result" >&5 + echo "$as_me:29322: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then cf_x_athena_include=$cf_path @@ -29275,7 +29331,7 @@ echo "${ECHO_T}$cf_result" >&6 done if test -z "$cf_x_athena_include" ; then - { echo "$as_me:29278: WARNING: Unable to successfully find Athena header files with test program" >&5 + { echo "$as_me:29334: WARNING: Unable to successfully find Athena header files with test program" >&5 echo "$as_me: WARNING: Unable to successfully find Athena header files with test program" >&2;} elif test "$cf_x_athena_include" != default ; then CPPFLAGS="$CPPFLAGS -I$cf_x_athena_include" @@ -29300,15 +29356,15 @@ do cf_test=XawSimpleMenuAddGlobalActions if test $cf_path != default ; then LIBS="-L$cf_path/lib $cf_lib $LIBS" - echo "$as_me:29303: checking for $cf_lib in $cf_path" >&5 + echo "$as_me:29359: checking for $cf_lib in $cf_path" >&5 echo $ECHO_N "checking for $cf_lib in $cf_path... $ECHO_C" >&6 else LIBS="$cf_lib $LIBS" - echo "$as_me:29307: checking for $cf_test in $cf_lib" >&5 + echo "$as_me:29363: checking for $cf_test in $cf_lib" >&5 echo $ECHO_N "checking for $cf_test in $cf_lib... $ECHO_C" >&6 fi cat >conftest.$ac_ext <<_ACEOF -#line 29311 "configure" +#line 29367 "configure" #include "confdefs.h" int @@ -29320,16 +29376,16 @@ $cf_test() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29323: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29379: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29326: \$? = $ac_status" >&5 + echo "$as_me:29382: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29329: \"$ac_try\"") >&5 + { (eval echo "$as_me:29385: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29332: \$? = $ac_status" >&5 + echo "$as_me:29388: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -29338,7 +29394,7 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - echo "$as_me:29341: result: $cf_result" >&5 + echo "$as_me:29397: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then cf_x_athena_lib="$cf_lib" @@ -29350,7 +29406,7 @@ echo "${ECHO_T}$cf_result" >&6 done if test -z "$cf_x_athena_lib" ; then - { { echo "$as_me:29353: error: Unable to successfully link Athena library (-l$cf_x_athena_root) with test program" >&5 + { { echo "$as_me:29409: error: Unable to successfully link Athena library (-l$cf_x_athena_root) with test program" >&5 echo "$as_me: error: Unable to successfully link Athena library (-l$cf_x_athena_root) with test program" >&2;} { (exit 1); exit 1; }; } fi @@ -29365,7 +29421,7 @@ for ac_prog in xcurses-config 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:29368: checking for $ac_word" >&5 +echo "$as_me:29424: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_XCURSES_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -29382,7 +29438,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_XCURSES_CONFIG="$ac_dir/$ac_word" - echo "$as_me:29385: found $ac_dir/$ac_word" >&5 + echo "$as_me:29441: found $ac_dir/$ac_word" >&5 break fi done @@ -29393,10 +29449,10 @@ fi XCURSES_CONFIG=$ac_cv_path_XCURSES_CONFIG if test -n "$XCURSES_CONFIG"; then - echo "$as_me:29396: result: $XCURSES_CONFIG" >&5 + echo "$as_me:29452: result: $XCURSES_CONFIG" >&5 echo "${ECHO_T}$XCURSES_CONFIG" >&6 else - echo "$as_me:29399: result: no" >&5 + echo "$as_me:29455: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -29417,7 +29473,7 @@ LDFLAGS="$LDFLAGS $X_LIBS" test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6 -echo "${as_me-configure}:29420: testing checking additions to CFLAGS ..." 1>&5 +echo "${as_me-configure}:29476: testing checking additions to CFLAGS ..." 1>&5 cf_check_cflags="$CFLAGS" cf_check_cppflags="$CPPFLAGS" @@ -29478,7 +29534,7 @@ done if test -n "$cf_new_cflags" ; then test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6 -echo "${as_me-configure}:29481: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 +echo "${as_me-configure}:29537: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 CFLAGS="$CFLAGS $cf_new_cflags" fi @@ -29486,7 +29542,7 @@ fi if test -n "$cf_new_cppflags" ; then test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6 -echo "${as_me-configure}:29489: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 +echo "${as_me-configure}:29545: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 CPPFLAGS="$cf_new_cppflags $CPPFLAGS" fi @@ -29494,14 +29550,14 @@ fi if test -n "$cf_new_extra_cppflags" ; then test -n "$verbose" && echo " add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags" 1>&6 -echo "${as_me-configure}:29497: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 +echo "${as_me-configure}:29553: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS" fi if test "$cf_check_cflags" != "$CFLAGS" ; then cat >conftest.$ac_ext <<_ACEOF -#line 29504 "configure" +#line 29560 "configure" #include "confdefs.h" #include <stdio.h> int @@ -29513,16 +29569,16 @@ printf("Hello world"); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29516: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29572: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29519: \$? = $ac_status" >&5 + echo "$as_me:29575: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29522: \"$ac_try\"") >&5 + { (eval echo "$as_me:29578: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29525: \$? = $ac_status" >&5 + echo "$as_me:29581: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -29530,12 +29586,12 @@ else cat conftest.$ac_ext >&5 test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6 -echo "${as_me-configure}:29533: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 +echo "${as_me-configure}:29589: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 if test "$cf_check_cppflags" != "$CPPFLAGS" ; then test -n "$verbose" && echo " but keeping change to \$CPPFLAGS" 1>&6 -echo "${as_me-configure}:29538: testing but keeping change to \$CPPFLAGS ..." 1>&5 +echo "${as_me-configure}:29594: testing but keeping change to \$CPPFLAGS ..." 1>&5 fi CFLAGS="$cf_check_flags" @@ -29543,7 +29599,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:29546: checking for XOpenDisplay in -lX11" >&5 +echo "$as_me:29602: checking for XOpenDisplay in -lX11" >&5 echo $ECHO_N "checking for XOpenDisplay in -lX11... $ECHO_C" >&6 if test "${ac_cv_lib_X11_XOpenDisplay+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -29551,7 +29607,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lX11 $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 29554 "configure" +#line 29610 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -29570,16 +29626,16 @@ XOpenDisplay (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29573: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29629: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29576: \$? = $ac_status" >&5 + echo "$as_me:29632: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29579: \"$ac_try\"") >&5 + { (eval echo "$as_me:29635: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29582: \$? = $ac_status" >&5 + echo "$as_me:29638: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_X11_XOpenDisplay=yes else @@ -29590,13 +29646,13 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:29593: result: $ac_cv_lib_X11_XOpenDisplay" >&5 +echo "$as_me:29649: result: $ac_cv_lib_X11_XOpenDisplay" >&5 echo "${ECHO_T}$ac_cv_lib_X11_XOpenDisplay" >&6 if test $ac_cv_lib_X11_XOpenDisplay = yes; then LIBS="-lX11 $LIBS" fi -echo "$as_me:29599: checking for XCurses library" >&5 +echo "$as_me:29655: checking for XCurses library" >&5 echo $ECHO_N "checking for XCurses library... $ECHO_C" >&6 if test "${cf_cv_lib_XCurses+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -29604,7 +29660,7 @@ else LIBS="-lXCurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 29607 "configure" +#line 29663 "configure" #include "confdefs.h" #include <xcurses.h> @@ -29619,16 +29675,16 @@ XCursesExit(); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29622: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29678: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29625: \$? = $ac_status" >&5 + echo "$as_me:29681: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29628: \"$ac_try\"") >&5 + { (eval echo "$as_me:29684: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29631: \$? = $ac_status" >&5 + echo "$as_me:29687: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_lib_XCurses=yes else @@ -29639,7 +29695,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:29642: result: $cf_cv_lib_XCurses" >&5 +echo "$as_me:29698: result: $cf_cv_lib_XCurses" >&5 echo "${ECHO_T}$cf_cv_lib_XCurses" >&6 fi @@ -29658,14 +29714,14 @@ EOF EOF else - { { echo "$as_me:29661: error: Cannot link with XCurses" >&5 + { { echo "$as_me:29717: error: Cannot link with XCurses" >&5 echo "$as_me: error: Cannot link with XCurses" >&2;} { (exit 1); exit 1; }; } fi else -echo "$as_me:29668: checking if we can include termio.h with curses" >&5 +echo "$as_me:29724: checking if we can include termio.h with curses" >&5 echo $ECHO_N "checking if we can include termio.h with curses... $ECHO_C" >&6 if test "${cf_cv_termio_and_curses+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -29675,7 +29731,7 @@ else CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H -I. -I${srcdir-.} -I${srcdir-.}/src -I${srcdir-.}/WWW/Library/Implementation" touch lynx_cfg.h cat >conftest.$ac_ext <<_ACEOF -#line 29678 "configure" +#line 29734 "configure" #include "confdefs.h" #include <LYCurses.h> @@ -29689,16 +29745,16 @@ putchar(0x0a) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:29692: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:29748: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:29695: \$? = $ac_status" >&5 + echo "$as_me:29751: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:29698: \"$ac_try\"") >&5 + { (eval echo "$as_me:29754: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29701: \$? = $ac_status" >&5 + echo "$as_me:29757: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_termio_and_curses=yes else @@ -29711,7 +29767,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext rm -f lynx_cfg.h fi -echo "$as_me:29714: result: $cf_cv_termio_and_curses" >&5 +echo "$as_me:29770: result: $cf_cv_termio_and_curses" >&5 echo "${ECHO_T}$cf_cv_termio_and_curses" >&6 test $cf_cv_termio_and_curses = yes && cat >>confdefs.h <<\EOF @@ -29726,23 +29782,23 @@ if test $cf_cv_screen != slang ; then for ac_header in $cf_cv_screen/term.h term.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:29729: checking for $ac_header" >&5 +echo "$as_me:29785: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 29735 "configure" +#line 29791 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:29739: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:29795: \"$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:29745: \$? = $ac_status" >&5 + echo "$as_me:29801: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -29761,7 +29817,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:29764: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:29820: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -29771,7 +29827,7 @@ EOF fi done -echo "$as_me:29774: checking if curses supports alternate-character set" >&5 +echo "$as_me:29830: checking if curses supports alternate-character set" >&5 echo $ECHO_N "checking if curses supports alternate-character set... $ECHO_C" >&6 if test "${cf_cv_alt_char_set+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -29780,7 +29836,7 @@ else for mapname in acs_map _acs_map do cat >conftest.$ac_ext <<_ACEOF -#line 29783 "configure" +#line 29839 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -29794,16 +29850,16 @@ chtype x = $mapname['l']; $mapname['m'] = 0 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29797: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29853: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29800: \$? = $ac_status" >&5 + echo "$as_me:29856: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29803: \"$ac_try\"") >&5 + { (eval echo "$as_me:29859: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29806: \$? = $ac_status" >&5 + echo "$as_me:29862: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_alt_char_set=$mapname break @@ -29817,20 +29873,20 @@ done fi -echo "$as_me:29820: result: $cf_cv_alt_char_set" >&5 +echo "$as_me:29876: result: $cf_cv_alt_char_set" >&5 echo "${ECHO_T}$cf_cv_alt_char_set" >&6 test $cf_cv_alt_char_set != no && cat >>confdefs.h <<EOF #define ALT_CHAR_SET $cf_cv_alt_char_set EOF -echo "$as_me:29826: checking if curses supports fancy attributes" >&5 +echo "$as_me:29882: checking if curses supports fancy attributes" >&5 echo $ECHO_N "checking if curses supports fancy attributes... $ECHO_C" >&6 if test "${cf_cv_fancy_curses+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 29833 "configure" +#line 29889 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -29848,16 +29904,16 @@ attrset(A_UNDERLINE|A_BOLD|A_REVERSE); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:29851: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29907: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29854: \$? = $ac_status" >&5 + echo "$as_me:29910: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:29857: \"$ac_try\"") >&5 + { (eval echo "$as_me:29913: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29860: \$? = $ac_status" >&5 + echo "$as_me:29916: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_fancy_curses=yes else @@ -29869,13 +29925,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:29872: result: $cf_cv_fancy_curses" >&5 +echo "$as_me:29928: result: $cf_cv_fancy_curses" >&5 echo "${ECHO_T}$cf_cv_fancy_curses" >&6 test $cf_cv_fancy_curses = yes && cat >>confdefs.h <<\EOF #define FANCY_CURSES 1 EOF -echo "$as_me:29878: checking for function curses_version" >&5 +echo "$as_me:29934: 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 @@ -29885,7 +29941,7 @@ if test "$cross_compiling" = yes; then cf_cv_func_curses_version=unknown else cat >conftest.$ac_ext <<_ACEOF -#line 29888 "configure" +#line 29944 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -29898,15 +29954,15 @@ int main() _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:29901: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29957: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29904: \$? = $ac_status" >&5 + echo "$as_me:29960: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:29906: \"$ac_try\"") >&5 + { (eval echo "$as_me:29962: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29909: \$? = $ac_status" >&5 + echo "$as_me:29965: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_func_curses_version=yes @@ -29921,21 +29977,21 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f core fi -echo "$as_me:29924: result: $cf_cv_func_curses_version" >&5 +echo "$as_me:29980: 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 if test "$cf_cv_ncurses_version" != no ; then -echo "$as_me:29931: checking for obsolete/broken version of ncurses" >&5 +echo "$as_me:29987: checking for obsolete/broken version of ncurses" >&5 echo $ECHO_N "checking for obsolete/broken version of ncurses... $ECHO_C" >&6 if test "${cf_cv_ncurses_broken+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 29938 "configure" +#line 29994 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -29954,16 +30010,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:29957: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30013: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:29960: \$? = $ac_status" >&5 + echo "$as_me:30016: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:29963: \"$ac_try\"") >&5 + { (eval echo "$as_me:30019: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29966: \$? = $ac_status" >&5 + echo "$as_me:30022: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_broken=no else @@ -29975,10 +30031,10 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:29978: result: $cf_cv_ncurses_broken" >&5 +echo "$as_me:30034: result: $cf_cv_ncurses_broken" >&5 echo "${ECHO_T}$cf_cv_ncurses_broken" >&6 if test "$cf_cv_ncurses_broken" = yes ; then - { echo "$as_me:29981: WARNING: hmm... you should get an up-to-date version of ncurses" >&5 + { echo "$as_me:30037: WARNING: hmm... you should get an up-to-date version of ncurses" >&5 echo "$as_me: WARNING: hmm... you should get an up-to-date version of ncurses" >&2;} cat >>confdefs.h <<\EOF #define NCURSES_BROKEN 1 @@ -29987,14 +30043,14 @@ EOF fi fi -echo "$as_me:29990: checking if curses supports color attributes" >&5 +echo "$as_me:30046: checking if curses supports color attributes" >&5 echo $ECHO_N "checking if curses supports color attributes... $ECHO_C" >&6 if test "${cf_cv_color_curses+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 29997 "configure" +#line 30053 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -30014,16 +30070,16 @@ chtype x = COLOR_BLUE; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:30017: \"$ac_link\"") >&5 +if { (eval echo "$as_me:30073: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:30020: \$? = $ac_status" >&5 + echo "$as_me:30076: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:30023: \"$ac_try\"") >&5 + { (eval echo "$as_me:30079: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30026: \$? = $ac_status" >&5 + echo "$as_me:30082: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_color_curses=yes else @@ -30035,7 +30091,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:30038: result: $cf_cv_color_curses" >&5 +echo "$as_me:30094: result: $cf_cv_color_curses" >&5 echo "${ECHO_T}$cf_cv_color_curses" >&6 if test $cf_cv_color_curses = yes ; then cat >>confdefs.h <<\EOF @@ -30055,23 +30111,23 @@ unistd.h \ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:30058: checking for $ac_header" >&5 +echo "$as_me:30114: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 30064 "configure" +#line 30120 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:30068: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:30124: \"$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:30074: \$? = $ac_status" >&5 + echo "$as_me:30130: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -30090,7 +30146,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:30093: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:30149: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -30105,23 +30161,23 @@ if test "$ISC" = yes ; then for ac_header in sys/termio.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:30108: checking for $ac_header" >&5 +echo "$as_me:30164: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 30114 "configure" +#line 30170 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:30118: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:30174: \"$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:30124: \$? = $ac_status" >&5 + echo "$as_me:30180: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -30140,7 +30196,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:30143: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:30199: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -30158,10 +30214,10 @@ if test "$ac_cv_header_termios_h" = yes ; then *) termios_bad=maybe ;; esac if test "$termios_bad" = maybe ; then - echo "$as_me:30161: checking whether termios.h needs _POSIX_SOURCE" >&5 + echo "$as_me:30217: checking whether termios.h needs _POSIX_SOURCE" >&5 echo $ECHO_N "checking whether termios.h needs _POSIX_SOURCE... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 30164 "configure" +#line 30220 "configure" #include "confdefs.h" #include <termios.h> int @@ -30173,16 +30229,16 @@ struct termios foo; int x = foo.c_iflag } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30176: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30232: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30179: \$? = $ac_status" >&5 + echo "$as_me:30235: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30182: \"$ac_try\"") >&5 + { (eval echo "$as_me:30238: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30185: \$? = $ac_status" >&5 + echo "$as_me:30241: \$? = $ac_status" >&5 (exit $ac_status); }; }; then termios_bad=no else @@ -30190,7 +30246,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 30193 "configure" +#line 30249 "configure" #include "confdefs.h" #define _POSIX_SOURCE @@ -30204,16 +30260,16 @@ struct termios foo; int x = foo.c_iflag } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30207: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30263: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30210: \$? = $ac_status" >&5 + echo "$as_me:30266: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30213: \"$ac_try\"") >&5 + { (eval echo "$as_me:30269: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30216: \$? = $ac_status" >&5 + echo "$as_me:30272: \$? = $ac_status" >&5 (exit $ac_status); }; }; then termios_bad=unknown else @@ -30228,12 +30284,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest.$ac_ext - echo "$as_me:30231: result: $termios_bad" >&5 + echo "$as_me:30287: result: $termios_bad" >&5 echo "${ECHO_T}$termios_bad" >&6 fi fi -echo "$as_me:30236: checking declaration of size-change" >&5 +echo "$as_me:30292: checking declaration of size-change" >&5 echo $ECHO_N "checking declaration of size-change... $ECHO_C" >&6 if test "${cf_cv_sizechange+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -30248,7 +30304,7 @@ do CPPFLAGS="$cf_save_CPPFLAGS" test -n "$cf_opts" && CPPFLAGS="$CPPFLAGS -D$cf_opts" cat >conftest.$ac_ext <<_ACEOF -#line 30251 "configure" +#line 30307 "configure" #include "confdefs.h" #include <sys/types.h> #ifdef HAVE_TERMIOS_H @@ -30292,16 +30348,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30295: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30351: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30298: \$? = $ac_status" >&5 + echo "$as_me:30354: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30301: \"$ac_try\"") >&5 + { (eval echo "$as_me:30357: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30304: \$? = $ac_status" >&5 + echo "$as_me:30360: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_sizechange=yes else @@ -30320,7 +30376,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:30323: result: $cf_cv_sizechange" >&5 +echo "$as_me:30379: result: $cf_cv_sizechange" >&5 echo "${ECHO_T}$cf_cv_sizechange" >&6 if test "$cf_cv_sizechange" != no ; then cat >>confdefs.h <<\EOF @@ -30337,14 +30393,14 @@ EOF esac fi -echo "$as_me:30340: checking if ttytype is declared in curses library" >&5 +echo "$as_me:30396: checking if ttytype is declared in curses library" >&5 echo $ECHO_N "checking if ttytype is declared in curses library... $ECHO_C" >&6 if test "${cf_cv_have_ttytype+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 30347 "configure" +#line 30403 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -30356,16 +30412,16 @@ char *x = &ttytype[1]; *x = 1 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:30359: \"$ac_link\"") >&5 +if { (eval echo "$as_me:30415: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:30362: \$? = $ac_status" >&5 + echo "$as_me:30418: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:30365: \"$ac_try\"") >&5 + { (eval echo "$as_me:30421: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30368: \$? = $ac_status" >&5 + echo "$as_me:30424: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_ttytype=yes else @@ -30377,7 +30433,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:30380: result: $cf_cv_have_ttytype" >&5 +echo "$as_me:30436: result: $cf_cv_have_ttytype" >&5 echo "${ECHO_T}$cf_cv_have_ttytype" >&6 test $cf_cv_have_ttytype = yes && cat >>confdefs.h <<\EOF #define HAVE_TTYTYPE 1 @@ -30385,14 +30441,14 @@ EOF if test "$use_wide_curses" = yes ; then -echo "$as_me:30388: checking if curses supports wide characters" >&5 +echo "$as_me:30444: checking if curses supports wide characters" >&5 echo $ECHO_N "checking if curses supports wide characters... $ECHO_C" >&6 if test "${cf_cv_widec_curses+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 30395 "configure" +#line 30451 "configure" #include "confdefs.h" #include <stdlib.h> @@ -30411,16 +30467,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:30414: \"$ac_link\"") >&5 +if { (eval echo "$as_me:30470: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:30417: \$? = $ac_status" >&5 + echo "$as_me:30473: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:30420: \"$ac_try\"") >&5 + { (eval echo "$as_me:30476: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30423: \$? = $ac_status" >&5 + echo "$as_me:30479: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_widec_curses=yes else @@ -30431,7 +30487,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:30434: result: $cf_cv_widec_curses" >&5 +echo "$as_me:30490: result: $cf_cv_widec_curses" >&5 echo "${ECHO_T}$cf_cv_widec_curses" >&6 if test "$cf_cv_widec_curses" = yes ; then @@ -30440,14 +30496,14 @@ if test "$cf_cv_widec_curses" = yes ; then EOF # This is needed on Tru64 5.0 to declare mbstate_t - echo "$as_me:30443: checking if we must include wchar.h to declare mbstate_t" >&5 + echo "$as_me:30499: 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_widec_mbstate+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 30450 "configure" +#line 30506 "configure" #include "confdefs.h" #include <stdlib.h> @@ -30461,23 +30517,23 @@ mbstate_t state } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30464: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30520: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30467: \$? = $ac_status" >&5 + echo "$as_me:30523: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30470: \"$ac_try\"") >&5 + { (eval echo "$as_me:30526: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30473: \$? = $ac_status" >&5 + echo "$as_me:30529: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_widec_mbstate=no else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 30480 "configure" +#line 30536 "configure" #include "confdefs.h" #include <stdlib.h> @@ -30492,16 +30548,16 @@ mbstate_t state } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30495: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30551: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30498: \$? = $ac_status" >&5 + echo "$as_me:30554: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30501: \"$ac_try\"") >&5 + { (eval echo "$as_me:30557: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30504: \$? = $ac_status" >&5 + echo "$as_me:30560: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_widec_mbstate=yes else @@ -30513,7 +30569,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:30516: result: $cf_cv_widec_mbstate" >&5 +echo "$as_me:30572: result: $cf_cv_widec_mbstate" >&5 echo "${ECHO_T}$cf_cv_widec_mbstate" >&6 if test "$cf_cv_widec_mbstate" = yes ; then @@ -30534,14 +30590,14 @@ fi fi -echo "$as_me:30537: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 +echo "$as_me:30593: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6 if test "${cf_cv_need_xopen_extension+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 30544 "configure" +#line 30600 "configure" #include "confdefs.h" #include <stdlib.h> @@ -30558,23 +30614,23 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:30561: \"$ac_link\"") >&5 +if { (eval echo "$as_me:30617: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:30564: \$? = $ac_status" >&5 + echo "$as_me:30620: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:30567: \"$ac_try\"") >&5 + { (eval echo "$as_me:30623: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30570: \$? = $ac_status" >&5 + echo "$as_me:30626: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_need_xopen_extension=no else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 30577 "configure" +#line 30633 "configure" #include "confdefs.h" #define _XOPEN_SOURCE_EXTENDED @@ -30592,16 +30648,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:30595: \"$ac_link\"") >&5 +if { (eval echo "$as_me:30651: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:30598: \$? = $ac_status" >&5 + echo "$as_me:30654: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:30601: \"$ac_try\"") >&5 + { (eval echo "$as_me:30657: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30604: \$? = $ac_status" >&5 + echo "$as_me:30660: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_need_xopen_extension=yes else @@ -30613,11 +30669,11 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:30616: result: $cf_cv_need_xopen_extension" >&5 +echo "$as_me:30672: result: $cf_cv_need_xopen_extension" >&5 echo "${ECHO_T}$cf_cv_need_xopen_extension" >&6 test $cf_cv_need_xopen_extension = yes && CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED" -echo "$as_me:30620: checking for term.h" >&5 +echo "$as_me:30676: 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 @@ -30630,7 +30686,7 @@ for cf_header in \ term.h do cat >conftest.$ac_ext <<_ACEOF -#line 30633 "configure" +#line 30689 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -30644,16 +30700,16 @@ WINDOW *x } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:30647: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:30703: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:30650: \$? = $ac_status" >&5 + echo "$as_me:30706: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:30653: \"$ac_try\"") >&5 + { (eval echo "$as_me:30709: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30656: \$? = $ac_status" >&5 + echo "$as_me:30712: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_term_header=$cf_header break @@ -30666,7 +30722,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:30669: result: $cf_cv_term_header" >&5 +echo "$as_me:30725: result: $cf_cv_term_header" >&5 echo "${ECHO_T}$cf_cv_term_header" >&6 case $cf_cv_term_header in #(vi @@ -30717,10 +30773,10 @@ do cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` - echo "$as_me:30720: checking for ${cf_func}" >&5 + echo "$as_me:30776: checking for ${cf_func}" >&5 echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&6 -echo "${as_me-configure}:30723: testing ${cf_func} ..." 1>&5 +echo "${as_me-configure}:30779: testing ${cf_func} ..." 1>&5 if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -30729,7 +30785,7 @@ else eval cf_result='$ac_cv_func_'$cf_func if test ".$cf_result" != ".no"; then cat >conftest.$ac_ext <<_ACEOF -#line 30732 "configure" +#line 30788 "configure" #include "confdefs.h" #ifdef HAVE_XCURSES @@ -30763,16 +30819,16 @@ ${cf_cv_main_return-return}(foo == 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:30766: \"$ac_link\"") >&5 +if { (eval echo "$as_me:30822: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:30769: \$? = $ac_status" >&5 + echo "$as_me:30825: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:30772: \"$ac_try\"") >&5 + { (eval echo "$as_me:30828: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30775: \$? = $ac_status" >&5 + echo "$as_me:30831: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -30788,7 +30844,7 @@ fi # use the computed/retrieved cache-value: eval 'cf_result=$cf_cv_func_'$cf_func - echo "$as_me:30791: result: $cf_result" >&5 + echo "$as_me:30847: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test $cf_result != no; then cat >>confdefs.h <<EOF @@ -30804,13 +30860,13 @@ for ac_func in \ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:30807: checking for $ac_func" >&5 +echo "$as_me:30863: 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 30813 "configure" +#line 30869 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -30841,16 +30897,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:30844: \"$ac_link\"") >&5 +if { (eval echo "$as_me:30900: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:30847: \$? = $ac_status" >&5 + echo "$as_me:30903: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:30850: \"$ac_try\"") >&5 + { (eval echo "$as_me:30906: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:30853: \$? = $ac_status" >&5 + echo "$as_me:30909: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -30860,7 +30916,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:30863: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:30919: 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 <<EOF @@ -30874,12 +30930,12 @@ fi if test $use_color_style != no ; then if test .$cf_cv_color_curses != .yes ; then - { { echo "$as_me:30877: error: Configuration does not support color-styles" >&5 + { { echo "$as_me:30933: error: Configuration does not support color-styles" >&5 echo "$as_me: error: Configuration does not support color-styles" >&2;} { (exit 1); exit 1; }; } fi if test $cf_cv_screen = slang ; then - { { echo "$as_me:30882: error: Configuration does not support color-styles" >&5 + { { echo "$as_me:30938: error: Configuration does not support color-styles" >&5 echo "$as_me: error: Configuration does not support color-styles" >&2;} { (exit 1); exit 1; }; } fi @@ -30887,7 +30943,7 @@ fi if test $use_scrollbar != no ; then if test .$cf_cv_fancy_curses != .yes ; then - { echo "$as_me:30890: WARNING: Configuration does not support ACS_xxx definitions" >&5 + { echo "$as_me:30946: WARNING: Configuration does not support ACS_xxx definitions" >&5 echo "$as_me: WARNING: Configuration does not support ACS_xxx definitions" >&2;} else cat >>confdefs.h <<\EOF @@ -30992,7 +31048,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:30995: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:31051: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $SHELL @@ -31168,7 +31224,7 @@ cat >>$CONFIG_STATUS <<\EOF echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header - { { echo "$as_me:31171: error: ambiguous option: $1 + { { echo "$as_me:31227: 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;} @@ -31187,7 +31243,7 @@ Try \`$0 --help' for more information." >&2;} ac_need_defaults=false;; # This is an error. - -*) { { echo "$as_me:31190: error: unrecognized option: $1 + -*) { { echo "$as_me:31246: 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;} @@ -31240,7 +31296,7 @@ do "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; "$CONFIG_H" ) CONFIG_HEADERS="$CONFIG_HEADERS $CONFIG_H:config.hin" ;; - *) { { echo "$as_me:31243: error: invalid argument: $ac_config_target" >&5 + *) { { echo "$as_me:31299: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac @@ -31557,7 +31613,7 @@ done; } esac if test x"$ac_file" != x-; then - { echo "$as_me:31560: creating $ac_file" >&5 + { echo "$as_me:31616: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi @@ -31575,7 +31631,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:31578: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:31634: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -31588,7 +31644,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:31591: error: cannot find input file: $f" >&5 + { { echo "$as_me:31647: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -31654,7 +31710,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:31657: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:31713: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the @@ -31665,7 +31721,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:31668: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:31724: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -31678,7 +31734,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:31681: error: cannot find input file: $f" >&5 + { { echo "$as_me:31737: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -31796,7 +31852,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:31799: $ac_file is unchanged" >&5 + { echo "$as_me:31855: $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/configure.in b/configure.in index 8014c750..e1148b0b 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.160 2007/08/03 00:21:48 tom Exp $ +dnl $LynxId: configure.in,v 1.161 2008/02/10 20:07:42 tom Exp $ dnl dnl Process this file with autoconf to produce a configure script. dnl @@ -750,6 +750,8 @@ CF_SYS_ERRLIST CF_UTMP CF_CHECK_EXTERN_DATA(h_errno,int) +AC_SUBST(EXTRA_OBJS) + dnl -------------------------------------------------------------------------- dnl Experimental options that don't need to test system features dnl -------------------------------------------------------------------------- @@ -871,6 +873,15 @@ AC_MSG_RESULT($use_nested_tables) test $use_nested_tables != no && AC_DEFINE(EXP_NESTED_TABLES) dnl -------------------------------------------------------------------------- +AC_MSG_CHECKING(if progress-bar code should be used) +CF_ARG_ENABLE(progressbar, +[ --enable-progressbar use experimental progress-bar], + [use_progressbar=$enableval], + [use_progressbar=no]) +AC_MSG_RESULT($use_progressbar) +test $use_progressbar != no && AC_DEFINE(USE_PROGRESSBAR) + +dnl -------------------------------------------------------------------------- AC_MSG_CHECKING(if scrollbar code should be used) CF_ARG_ENABLE(scrollbar, [ --enable-scrollbar use experimental scrollbar, with mouse], @@ -879,6 +890,19 @@ CF_ARG_ENABLE(scrollbar, AC_MSG_RESULT($use_scrollbar) dnl -------------------------------------------------------------------------- +AC_MSG_CHECKING(if session-caching code should be used) +CF_ARG_ENABLE(session-cache, +[ --enable-session-cache use experimental session-caching code], + [use_session_cache=$enableval], + [use_session_cache=no]) +AC_MSG_RESULT($use_session_cache) +if test $use_session_cache != no ; then + AC_DEFINE(USE_CACHEJAR) + AC_DEFINE(USE_SESSIONS) + EXTRA_OBJS="$EXTRA_OBJS LYSession\$o" +fi + +dnl -------------------------------------------------------------------------- dnl Miscellaneous options that don't need to test system features dnl -------------------------------------------------------------------------- @@ -966,8 +990,6 @@ CF_ARG_DISABLE(source-cache, AC_MSG_RESULT($use_source_cache) test $use_source_cache != no && AC_DEFINE(USE_SOURCE_CACHE) -AC_SUBST(EXTRA_OBJS) - dnl -------------------------------------------------------------------------- AC_MSG_CHECKING(if you want to use external commands) CF_ARG_ENABLE(externs, diff --git a/lynx.cfg b/lynx.cfg index 8efd849e..6e8535c6 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,4 +1,4 @@ -# $LynxId: lynx.cfg,v 1.153 2008/01/03 00:55:35 Joey.Schulze Exp $ +# $LynxId: lynx.cfg,v 1.154 2008/01/10 00:35:29 tom Exp $ # lynx.cfg file. # The default placement for this file is /usr/local/lib/lynx.cfg (Unix) # or Lynx_Dir:lynx.cfg (VMS) @@ -285,6 +285,45 @@ DEFAULT_INDEX_FILE:http://lynx.isc.org/ #LOCAL_DOMAIN:ukans.edu +.h1 Session support + +.h2 AUTO_SESSION +# If AUTO_SESSION is TRUE lynx will save/restore useful information about +# your browsing history when closing/starting current lynx session if +# no command-line session switches override this setting. +# This setting is useful only if SESSION_FILE is defined here or in the user's +# .lynxrc file. +# +#AUTO_SESSION:FALSE + +.h2 SESSION_FILE +# SESSION_FILE defines the file name where lynx will store user sessions. +# This setting is used only when AUTO_SESSION is true. +# Note: the default setting will store/resume each session in a different +# folder under same file name (if that is allowed by operating system) +# when lynx is invoked from different directories. +# (The current working directory may be changed inside lynx) +# +# If you do not want this feature, leave the setting commented. +# Uses can still customize SESSION_FILE and AUTO_SESSION via their .lynxrc file. +# +#SESSION_FILE:lynx_session + +.h2 SESSION_LIMIT +# SESSION_LIMIT defines maximum number of: searched strings, goto URLs, +# visited links and history entries which will be saved in session file. The +# minimum allowed is 1, the maximum is 10000. +# +# For instance, if SESSION_LIMIT is 250, a per-session limit of 250 entries of +# searched strings, goto URLs, visited links and history entries will be saved +# in the session file. +# +# There is no fixed limit on the number of entries which can be restored; +# It is limited only by available memory. +# +#SESSION_LIMIT:250 + + .h1 Character sets .h2 CHARACTER_SET @@ -1236,10 +1275,12 @@ DEFAULT_INDEX_FILE:http://lynx.isc.org/ .h2 USE_MOUSE # If Lynx is configured with ncurses, PDcurses or slang & USE_MOUSE is TRUE, # users can perform commands by left-clicking certain parts of the screen: -# on a link = `g'oto + ACTIVATE (ie move highlight & follow the link); -# on the top/bottom lines = PREV/NEXT_PAGE (ie go up/down 1 page); -# on the top/bottom left corners = PREV_DOC (ie go to the previous document); -# on the top/bottom right corners = HISTORY (ie call up the history page). +# on a link = `g'oto + ACTIVATE (i.e., move highlight & follow the link); +# on the top/bottom lines = PREV/NEXT_PAGE (i.e., go up/down 1 page); +# on the top/bottom left corners = PREV/NEXT_DOC (i.e., go to the previous +# document / undo goto previous document); +# on the top/bottom right corners = HISTORY/VLINKS (i.e., call up the history +# page or visited links page if on history page). # NB if the mouse is defined in this way, it will not be available # for copy/paste operations using the clipboard of a desktop manager: # for flexibility instead, use the command-line switch -use_mouse . @@ -2438,6 +2479,7 @@ MINIMAL_COMMENTS:TRUE .nf #KEYMAP:0x5C:SOURCE # Toggle source viewing mode (show HTML source) #KEYMAP:^R:RELOAD # Reload the current document and redisplay +#KEYMAP:^U:NEXT_DOC # Undo PREV_DOC) #KEYMAP:q:QUIT # Ask the user to quit #KEYMAP:Q:ABORT # Quit without verification #KEYMAP:0x20:NEXT_PAGE # Move down to next page @@ -2552,7 +2594,7 @@ MINIMAL_COMMENTS:TRUE # sense in Dired mode), and SELECT is meaningless. Default built-in override # mappings are # -#KEYMAP:^U:PREV_DOC:DIRED # Return to the previous document +#KEYMAP:^U:NEXT_DOC:DIRED # Undo going back to the previous document #KEYMAP:.:TAG_LINK:DIRED # Tag a file or directory for later action #KEYMAP:c:CREATE:DIRED # Create a new file or directory #KEYMAP:C:CHDIR:DIRED # change current directory @@ -3323,6 +3365,7 @@ COLOR:6:brightred:black .nf #ENABLE_LYNXRC:accept_all_cookies:ON #ENABLE_LYNXRC:assume_charset:OFF +#ENABLE_LYNXRC:auto_session:OFF #ENABLE_LYNXRC:bookmark_file:ON #ENABLE_LYNXRC:case_sensitive_searching:ON #ENABLE_LYNXRC:character_set:ON @@ -3357,6 +3400,7 @@ COLOR:6:brightred:black #ENABLE_LYNXRC:run_execution_links_on_local_files:ON #ENABLE_LYNXRC:scrollbar:OFF #ENABLE_LYNXRC:select_popups:ON +#ENABLE_LYNXRC:session_file:OFF #ENABLE_LYNXRC:set_cookies:OFF #ENABLE_LYNXRC:show_color:ON #ENABLE_LYNXRC:show_cursor:ON diff --git a/lynx.hlp b/lynx.hlp index a427b093..25cef554 100644 --- a/lynx.hlp +++ b/lynx.hlp @@ -560,6 +560,16 @@ -selective require .www_browsable files to browse directories. + -session=FILENAME + resumes from specified file on startup and saves session to that + file on exit. + + -sessionin=FILENAME + resumes session from specified file. + + -sessionout=FILENAME + saves session to specified file. + -short_url show very long URLs in the status line with "..." to represent the portion which cannot be displayed. The beginning and end of diff --git a/lynx.man b/lynx.man index ef26af3d..6b3a65a4 100644 --- a/lynx.man +++ b/lynx.man @@ -1,4 +1,4 @@ -.\" $LynxId: lynx.man,v 1.76 2008/01/06 17:04:42 tom Exp $ +.\" $LynxId: lynx.man,v 1.77 2008/01/08 00:19:25 tom Exp $ .nr N -1 .nr D 5 .TH LYNX 1 @@ -667,6 +667,15 @@ toggles showing arrows at ends of the scrollbar. .B \-selective require .www_browsable files to browse directories. .TP +.B \-session\fR=\fIFILENAME +resumes from specified file on startup and saves session to that file on exit. +.TP +.B \-sessionin\fR=\fIFILENAME +resumes session from specified file. +.TP +.B \-sessionout\fR=\fIFILENAME +saves session to specified file. +.TP .B \-short_url show very long URLs in the status line with "..." to represent the portion which cannot be displayed. diff --git a/lynx.rsp b/lynx.rsp index d8374e24..b6b38401 100644 --- a/lynx.rsp +++ b/lynx.rsp @@ -66,6 +66,7 @@ ../obj/LYPrettySrc.obj ../obj/LYReadCFG.obj ../obj/LYSearch.obj +../obj/LYSession.obj ../obj/LYShowInfo.obj ../obj/LYStrings.obj ../obj/LYTraversal.obj diff --git a/lynx_help/Lynx_users_guide.html b/lynx_help/Lynx_users_guide.html index 0cc0949d..5a5aff6b 100644 --- a/lynx_help/Lynx_users_guide.html +++ b/lynx_help/Lynx_users_guide.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 3.0//EN"> -<!-- $LynxId: Lynx_users_guide.html,v 1.91 2007/05/22 22:06:06 tom Exp $ --> +<!-- $LynxId: Lynx_users_guide.html,v 1.92 2008/01/10 21:44:53 tom Exp $ --> <html> <head> <title>Lynx Users Guide v2.8.6</title> @@ -65,6 +65,8 @@ within a single LAN. <li><a href="#USEMAP" NAME="ToC-USEMAP">Lynx and Client-Side-Image-Maps</a> <li><a href="#Refresh" NAME="ToC-Refresh">Lynx and Client-Side-Pull</a> <li><a href="#Cookies" NAME="ToC-Cookies">Lynx and State Management</a> (Me want <em>cookie</em>!) +<li><a href="#Cache" NAME="ToC-Cache">Lynx and Cached Documents</a> +<li><a href="#Sessions" NAME="ToC-Sessions">Lynx and Sessions</a> <li><A HREF="#Invoking" NAME="ToC-Invoking">The Lynx command line</A> <li><A HREF="#Environment" NAME="ToC-Environment">Environment variables used by Lynx</A> <li><A HREF="#lynx.cfg" NAME="ToC-lynx.cfg">Main configuration file lynx.cfg</A> @@ -959,8 +961,8 @@ return to Lynx or the '<em>></em>' command to save the options to a <dd>Use underline-attribute rather than bold for links. <dt>Use Passive FTP - <dd>This allows you to change whether Lynx uses passive ftp - connections. + <dd>This allows you to change whether Lynx uses passive ftp + connections. <dt>User Agent <dd>The header string which Lynx sends to HTTP servers to indicate the @@ -1410,6 +1412,10 @@ commands. <dd><em>Control-K</em> invokes the <a href="keystrokes/cookie_help.html">Cookie Jar Page</a> if it contains cookies. + <dt><em>^X</em> + <dd><em>Control-X</em> invokes the <a + href="#Cache">Cache Jar Page</a> + if it contains cached documents. <dt><em>z</em> <dd>Lynx supports completely interruptible I/O processes. Press the '<em>z</em>' key at any time during a connect or transfer process @@ -2305,6 +2311,76 @@ and/or change the 'allow' setting for its <em>domain</em> via the <a href="keystrokes/cookie_help.html">Cookie Jar Page</a>. [<A HREF="#ToC-Cookies">ToC</A>] +<h2 ID="Cache"><A NAME="Cache"><em>Cached Documents</em></A></h2> + +A list of documents which are in lynx's internal cache is accessible through +hypothetical <em>Cache Jar</em> which can be examined via the CACHE_JAR +keystroke command, normally mapped to <em>Ctrl-X</em>. + +<p>Entries in the <em>Cache Jar</em> are ordered +from oldest (at the top) to newest. +The user can easily access any document which is in the cache, +especially those which may be soon removed due to +configurable limits on the maximum number of cached documents, +as well as the maxmimum amount of memory used by the cache. + +<p>The structure of <em>Cache Jar</em> is simple: +<ul> +<li>Each entry starts with its ordinal number (within session), +recently added documents in cache have a smaller number than documents +which are added before, and are positioned at the end of <em>Cache Jar</em> + +<li>Following its ordinal number is the document title, which is also a link. +On activating this link, +the user is prompted if they want to delete the document +from <em>Cache Jar</em>. +The document's address (also a link) follows the title. +It is distinguished by a <code>URL:</code> label preceding the link. +Activating this link, lynx displays the corresponding cached document. + +<li>Below each cached document URL lynx shows +the document properties which include: +Lines, +Size, File-Cache, Content-Type, Content-Language, Content-Encoding, +Content-Location, Subject, Owner, Date, Expires, Last-Modified, ETag, Server, and +Source-Cache-File. +</ul> + +<p>This feature can be enabled by default using the USE_CACHEJAR symbol in the +compilation (<code>userdefs.h</code>), +as well as enabled in lynx.cfg +[<A HREF="#ToC-Cache">ToC</A>] + +<h2 ID="Sessions"><A NAME="Sessions"><em>Sessions</em></A></h2> + +Lynx's current state (all information about the user's +current activity with lynx) is called a session. +Sessions are useful in particular if you are in the middle +of exploring something on the web and you were forced to stop abruptly, +losing any trace of your current work. + +<p>A session can be automatically restored as lynx starts after a clean exit. +The session data is saved if lynx is invoked with +the <em>-session=FILENAME</em> switch. +The <em>FILENAME</em> is the name of the file where the session will be stored. + +<p>There are also switches for only restoring: +<em>-sessionin=FILENAME</em> +and for only saving: +<em>-sessionout=FILENAME</em> sesions: + +<p>If you do not want to specify these options at each lynx startup, +there is an option in <em>lynx.cfg</em> to enable automatic +saving/restoring of session. +To keep lynx startup/exit reasonable fast there is +also an option in <em>lynx.cfg</em> specifying +how much information about the current lynx session will be stored in file. + +<p>The syntax of the session file is rather self explanatory. +You can use a text editor to modify, add +new entries, or remove URLs you no longer want. +[<A HREF="#ToC-Sessions">ToC</A>] + <h2 ID="Invoking"><A NAME="Invoking"><em>The Lynx command line</em></A></h2> A summary of the Lynx command line options (switches) is returned to @@ -2442,6 +2518,9 @@ where <A HREF="#lynx.cfg">lynx.cfg</A>. <dt><code>-child</code> <dd>exit on left-arrow in startfile, and disable save to disk. + <dt><code>-child_relaxed</code> + <dd>exit on left-arrow in startfile, but allow save to disk and + associated print/mail options. <dt><code>-cmd_log=FILENAME</code> <dd>write keystroke commands and related information to the specified file. @@ -2866,6 +2945,13 @@ where <dd>toggles showing arrows at ends of the scrollbar. <dt><code>-selective</code> <dd>require .www_browsable files to browse directories. + <dt><code>-session=FILENAME</code> + <dd>resumes from specified file on startup and saves session + to that file on exit. + <dt><code>-sessionin=FILENAME</code> + <dd>resumes session from specified file. + <dt><code>-sessionout=FILENAME=</code> + <dd>saves session to specified file. <dt><code>-short_url</code> <dd>show very long URLs in the status line with "..." to represent the portion which cannot be displayed. The diff --git a/lynx_help/keystrokes/keystroke_help.html b/lynx_help/keystrokes/keystroke_help.html index 81b8966f..239cb53c 100644 --- a/lynx_help/keystrokes/keystroke_help.html +++ b/lynx_help/keystrokes/keystroke_help.html @@ -114,14 +114,20 @@ twice to use it, since it quotes the following keystroke. - CTRL-U - Erase input line (<a href="edit_help.html" + CTRL-U - Inside text input line or field, + erase input line (<a href="edit_help.html" >more input line commands</a>) + - Outside of text input or field, + undo returning to previous topic. + CTRL-G - Cancel input or transfer CTRL-T - Toggle trace mode on and off ; - View the Lynx Trace Log for the current session CTRL-K - Invoke the <A HREF="cookie_help.html" >Cookie Jar Page</A> + CTRL-X - Invoke the <A HREF="../Lynx_users_guide.html#Cache" + >Cache Jar Page</A> numbers - Invoke the prompt <a href="follow_help.html" >Follow link (or goto link or page) number:</a> diff --git a/makefile.bcb b/makefile.bcb index 3b010214..4052bc10 100644 --- a/makefile.bcb +++ b/makefile.bcb @@ -1,3 +1,4 @@ +# $LynxId: makefile.bcb,v 1.11 2008/01/08 00:53:05 tom Exp $ # # Borland C++ / C++ builder # 1997/11/08 (Sat) 10:45:37 @@ -167,6 +168,7 @@ Dep_lynxdexe = \ $(OBJ)/LYPrint.obj\ $(OBJ)/LYReadCFG.obj\ $(OBJ)/LYSearch.obj\ + $(OBJ)/LYSession.obj\ $(OBJ)/LYShowInfo.obj\ $(OBJ)/LYStrings.obj\ $(OBJ)/LYTraversal.obj\ @@ -557,6 +559,11 @@ $(OBJ)/LYSearch.obj : src/LYSearch.c $(CEAT_lynxdexe) $(CC_FLAGS) -o$@ src/LYSearch.c | +$(OBJ)/LYSession.obj : src/LYSession.c + $(BCC32) -P- -c @&&| + $(CEAT_lynxdexe) $(CC_FLAGS) -o$@ src/LYSession.c +| + $(OBJ)/LYShowInfo.obj : src/LYShowInfo.c $(BCC32) -P- -c @&&| $(CEAT_lynxdexe) $(CC_FLAGS) -o$@ src/LYShowInfo.c diff --git a/makefile.msc b/makefile.msc index 201dd620..ede39816 100644 --- a/makefile.msc +++ b/makefile.msc @@ -1,3 +1,4 @@ +# $LynxId: makefile.msc,v 1.17 2008/01/08 00:53:14 tom Exp $ # # Makefile for `Lynx' browser for Microsoft Visual C++ 4.2 or later # @@ -189,6 +190,7 @@ OBJS = $(CS_OBJS) \ "LYPrint.obj" \ "LYReadCFG.obj" \ "LYSearch.obj" \ + "LYSession.obj" \ "LYShowInfo.obj" \ "LYStrings.obj" \ "LYTraversal.obj" \ @@ -338,6 +340,9 @@ LYReadCFG.obj : $(SRC_DIR)\LYReadCFG.c LYSearch.obj : $(SRC_DIR)\LYSearch.c $(COMPILE) $(SRC_DIR)\LYSearch.c +LYSession.obj : $(SRC_DIR)\LYSession.c + $(COMPILE) $(SRC_DIR)\LYSession.c + LYShowInfo.obj : $(SRC_DIR)\LYShowInfo.c $(COMPILE) $(SRC_DIR)\LYShowInfo.c diff --git a/makelynx.bat b/makelynx.bat index c2d13798..bf595870 100644 --- a/makelynx.bat +++ b/makelynx.bat @@ -1,4 +1,5 @@ @echo off +@rem $LynxId: makelynx.bat,v 1.13 2008/01/08 00:53:30 tom Exp $ @echo Windows/Dos batch makefile for MingW32 and lynx.exe @echo Remember to precede this by "command /E:8192" for Windows prior to @echo W2000 and "cmd.exe /E:8192" for subsequent Window versions and to @@ -313,6 +314,8 @@ if errorlevel 1 PAUSE if errorlevel 1 PAUSE %COMPILE_CMD% LYSearch.c if errorlevel 1 PAUSE +%COMPILE_CMD% LYSession.c +if errorlevel 1 PAUSE %COMPILE_CMD% LYShowInfo.c if errorlevel 1 PAUSE %COMPILE_CMD% LYStrings.c diff --git a/po/ca.po b/po/ca.po index 078cdf2d..51ade538 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1995,11 +1995,6 @@ msgstr "Useu un camí que no pertanga al vostre directori!" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Superat el nre. d'enllaços/pàg.! Useu mitja pàg. o desplaçament de dues línies." -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "L'historial ha assolit el màxim! Aquest document no s'hi afegirà." - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "No hi ha disponible cap enllaç anterior!" diff --git a/po/cs.po b/po/cs.po index a66ec971..e220c76d 100644 --- a/po/cs.po +++ b/po/cs.po @@ -1989,11 +1989,6 @@ msgstr "Pou¾ijte jméno cesty z domácího adresáøe!" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Maximální poèet odkazù na stránku dosa¾en! Pou¾ijte posun o 1/2 strany èi 2 øádky." -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "Maximální velikost seznamu historie dosa¾ena! Dokument nebyl zaznamenán." - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "®ádné nav¹tívené odkazy nejsou k dispozici!" diff --git a/po/da.po b/po/da.po index 7d975491..8d5401e8 100644 --- a/po/da.po +++ b/po/da.po @@ -1993,11 +1993,6 @@ msgstr "Brug en filsti udenfor dit hjemmekatalog!" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Max. links pr. side overskredet! Se en halv side eller 2 linjer ad gangen." -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "Antal linjer i historikliste udtømt! Dokument ikke skubbet ud." - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "Side med tidligere besøgte links er ikke tilgængelig!" diff --git a/po/de.po b/po/de.po index 6d1d376e..0f48cc21 100644 --- a/po/de.po +++ b/po/de.po @@ -2017,11 +2017,6 @@ msgstr "Dateipfad relativ zum Home-Verzeichnis angeben!" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Max. Links/Bildschirm erreicht! Probier Halbseiten- oder Zweizeilenbewegung." -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "Maximum für History-Liste erreicht! Dokument nicht auf Stapel abgelegt." - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "Noch keine schon besuchten Links!" diff --git a/po/et.po b/po/et.po index 11dff5eb..bbca7c5b 100644 --- a/po/et.po +++ b/po/et.po @@ -1989,11 +1989,6 @@ msgstr "Kasutage failiteed oma kodukataloogis!" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Viidete maksimum lehel ületatud! Kasutage poolt lehte või kahe-rea skrolli." -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "Ajaloo loendi maksimum saavutatud! Dokumenti ei lisata." - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "Varem külastatud viiteid pole!" diff --git a/po/fr.po b/po/fr.po index dfc0b0c7..b720d905 100644 --- a/po/fr.po +++ b/po/fr.po @@ -2029,11 +2029,6 @@ msgstr "Utilisez un chemin de fichier à partir de votre répertoire personnel" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Nombre maximum dépassé. Utilisez le défilement demi-page ou double lignes" -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "Vous avez atteint le maximum de l'Historique. Accès impossible" - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "Aucun lien déjà activé n'est disponible" diff --git a/po/hu.po b/po/hu.po index c8dba501..846dfe7d 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1990,11 +1990,6 @@ msgstr "Használja a HOME könyvtártól az útvonalat!" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Elértük az oldalankénti maximális hivatkozások számát! Használjon fél oldalt vagy kétsoros görgetést." -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "Elértük az elõzménylista maximális hosszát! A dokumentum nem lett berakva." - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "Nem áll rendelkezésre meglátogatott hivatkozás!" diff --git a/po/it.po b/po/it.po index 4f473270..9d418f7f 100644 --- a/po/it.po +++ b/po/it.po @@ -2025,11 +2025,6 @@ msgstr "Il percorso del file deve essere relativo alla directory home." msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Troppi link nella pagina. Scorrere di due righe o di mezza pagina." -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "L'elenco della storia ha raggiunto il massimo. Documento non inserito." - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "Non è disponibile alcun link consultato in precedenza!" diff --git a/po/ja.po b/po/ja.po index 5fda5952..b78dab21 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1990,11 +1990,6 @@ msgstr "¤¢¤Ê¤¿¤Î¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È¥ê¤ò½ü¤¤¤¿¥Õ¥¡¥¤¥ë¥Ñ¥¹¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤!" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "°ì¥Ú¡¼¥¸¤¢¤¿¤ê¤Î¥ê¥ó¥¯¤ÎºÇÂç¿ô¤òĶ¤¨¤Þ¤·¤¿! Ⱦ¥Ú¡¼¥¸¤Ê¤¤¤·Æó¹Ôñ°Ì¤Î¥¹¥¯¥í¡¼¥ë¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤¡£" -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "ÍúÎò¥ê¥¹¥È¤¬ºÇÂç¿ô¤òĶ¤¨¤Þ¤·¤¿! ¥É¥¥å¥á¥ó¥È¤Ï¥×¥Ã¥·¥å¤µ¤ì¤Þ¤»¤ó¡£" - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "°ÊÁ°¤Ëˬ¤Í¤¿¥ê¥ó¥¯¤Ï°ì¤Ä¤â¤¢¤ê¤Þ¤»¤ó!" diff --git a/po/lynx.pot b/po/lynx.pot index 42d7e300..89c52edb 100644 --- a/po/lynx.pot +++ b/po/lynx.pot @@ -2024,11 +2024,6 @@ msgstr "" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "" -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "" - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "" diff --git a/po/nl.po b/po/nl.po index b4c11003..c6c8f54a 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1990,11 +1990,6 @@ msgstr "Gebruik een bestandspad vanuit uw thuismap!" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Teveel links per pagina! Blader per halve-pagina of twee-regelig." -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "Maximum van Historie Lijst bereikt! Document niet toegevoegd." - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "Geen voorgaande bezochte links beschikbaar!" diff --git a/po/pt_BR.po b/po/pt_BR.po index b2ac2b24..3158bdb6 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1989,11 +1989,6 @@ msgstr "Use o caminho de seu diretório padrão!" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Limite de ligações atingido! Use uma página menor ou rolagem de tela dupla." -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "Máximo do histórico atingido. O documento não foi acrescentado." - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "Não há ligações visitadas antes desta disponíveis!" diff --git a/po/ru.po b/po/ru.po index 80292848..d51c1b9b 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1991,11 +1991,6 @@ msgstr "" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "" -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "äÏÓÔÉÇÎÕÔ ÍÁËÓÉÍÕÍ óÐÉÓËÁ éÓÔÏÒÉÉ! äÏËÕÍÅÎÔ ÎÅ ÐÏÍÅÝÅÎ." - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "òÁÎÅÅ ÐÏÓÅÝÅÎÎÙÈ ÓÓÙÌÏË ÎÅÔ!" diff --git a/po/rw.po b/po/rw.po index e0dd3604..fb8d72ba 100644 --- a/po/rw.po +++ b/po/rw.po @@ -2406,12 +2406,6 @@ msgstr "a Bidakora Ku Ntangiriro bushyinguro" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "amahuza Ipaji Ipaji Cyangwa Umurongo" -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -#, fuzzy -msgid "History List maximum reached! Document not pushed." -msgstr "Kinini OYA" - #: LYMessages.c:658 #, fuzzy msgid "No previously visited links available!" diff --git a/po/sl.po b/po/sl.po index 4213a62d..0884b7db 100644 --- a/po/sl.po +++ b/po/sl.po @@ -1,7 +1,7 @@ # Slovenian translation of Lynx WWW browser. # Copyright (C) 1999 Free Software Foundation, Inc. # Roman Maurer <roman.maurer@hermes.si>, 1999. -# $LynxId: sl.po,v 1.30 2007/08/02 21:31:42 tom Exp $ +# $LynxId: sl.po,v 1.31 2008/01/08 00:19:25 tom Exp $ # @Source: po/sl.po @ # msgid "" @@ -1991,11 +1991,6 @@ msgstr "Uporabite ime poti od va¹ega domaèega imenika!" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Prese¾eno najveèje ¹tevilo povezav na stran! Uporabite polovièno stran ali dvovrstièno pomikanje." -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "" - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "" diff --git a/po/sv.po b/po/sv.po index ad85b7c8..f4f4c0d5 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1989,11 +1989,6 @@ msgstr "Använd en sökväg från din hemkatalog!" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Max antal länkar per sida överskreds! Använd halvsides- eller tvåradsrullning." -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "Historiklistemaximum nått! Dokumentet lagrades inte." - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "Inga tidigare besökta länkar tillgängliga!" diff --git a/po/tr.po b/po/tr.po index d403fbbb..ccf7a6cb 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1990,11 +1990,6 @@ msgstr "Ana dizininiz dýþýnda bir dosyayolu kullanýn!" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Sayfa baþýna maksimum link aþýldý! Yarým sayfa ya da iki satýrlýk kaydýrma kullanýn." -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "Tarihçe Listesi'nin maksimumuna ulaþýldý! Belge zorlanmadý." - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "Önceden uðranmýþ link mevcut deðil!.." diff --git a/po/uk.po b/po/uk.po index 23bdf3f7..4803d155 100644 --- a/po/uk.po +++ b/po/uk.po @@ -3,7 +3,7 @@ # Volodymyr M. Lisivka <lvm@mystery.lviv.net>, 2003 # Dmytro O. Redchuk <dor@kiev-online.net>, 2001-2002 # Olexander Kunytsa <kunia@snark.ukma.kiev.ua>, 2000-2001 -# $LynxId: uk.po,v 1.23 2007/08/02 21:31:43 tom Exp $ +# $LynxId: uk.po,v 1.24 2008/01/08 00:19:25 tom Exp $ # msgid "" msgstr "" @@ -2051,11 +2051,6 @@ msgstr "" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "" -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "" - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "îÅÍÁ¤ ÐÏÓÉÌÁÎØ, Ñ˦ ×É ×¦ÄצÄÕ×ÁÌÉ ÒÁΦÛÅ." diff --git a/po/vi.po b/po/vi.po index afb76857..0787f5d5 100644 --- a/po/vi.po +++ b/po/vi.po @@ -1991,11 +1991,6 @@ msgstr "Hãy sá» dụng má»™t Ä‘Æ°á»ng dẫn tá»›i thÆ° mục cá nhân!" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "Vượt quá số liên kết cho phép má»—i trang! Hãy sá» dụng cuá»™n ná»a trang hay hai dòng." -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "Äạt tá»›i giá»›i hạn Danh sách Lịch Sá»! Tà i liệu không được thêm." - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "Không có liên kết vừa xem!" diff --git a/po/zh_CN.po b/po/zh_CN.po index 8c0d6b21..ac6cb6cf 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1990,11 +1990,6 @@ msgstr "" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "" -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "" - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index 17f6c5ac..a84283aa 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -1989,11 +1989,6 @@ msgstr "" msgid "Maximum links per page exceeded! Use half-page or two-line scrolling." msgstr "" -#. #define MAXHIST_REACHED -#: LYMessages.c:657 -msgid "History List maximum reached! Document not pushed." -msgstr "" - #: LYMessages.c:658 msgid "No previously visited links available!" msgstr "µLªk´£¨Ñ¤§«eÂsÄý¹LªºÃìµ²¡I" diff --git a/src/GridText.c b/src/GridText.c index 3c010735..0212d43a 100644 --- a/src/GridText.c +++ b/src/GridText.c @@ -1,5 +1,5 @@ /* - * $LynxId: GridText.c,v 1.142 2007/08/02 19:30:32 tom Exp $ + * $LynxId: GridText.c,v 1.143 2008/02/10 23:25:38 tom Exp $ * * Character grid hypertext object * =============================== @@ -14236,3 +14236,239 @@ int HTMainText_Get_UCLYhndl(void) HTAnchor_getUCLYhndl(HTMainText->node_anchor, UCT_STAGE_MIME) : -1); } + +#ifdef USE_CACHEJAR +static int LYHandleCache(const char *arg, + HTParentAnchor *anAnchor, + HTFormat format_out, + HTStream *sink) +{ + HTFormat format_in = WWW_HTML; + HTStream *target = NULL; + char c; + char *buf = NULL; + char *title = NULL; + char *address = NULL; + char *content_type = NULL; + char *content_language = NULL; + char *content_encoding = NULL; + char *content_location = NULL; + char *date = NULL; + char *owner = NULL; + char *subject = NULL; + char *expires = NULL; + char *ETag = NULL; + char *server = NULL; + char *FileCache = NULL; + char *last_modified = NULL; + char *cache_control = NULL; + +#ifdef USE_SOURCE_CACHE + char *source_cache_file = NULL; +#endif + int Size = 0; + int x = -1; + int cached = 0; + + /* + * Check if there is something to do. + */ + if ((cached = HTList_count(loaded_texts)) == 0) { + HTProgress(CACHE_JAR_IS_EMPTY); + LYSleepMsg(); + HTNoDataOK = 1; + return (HT_NO_DATA); + } + + /* + * If # of LYNXCACHE:/# is number ask user if he/she want to delete it. + */ + if (sscanf(arg, STR_LYNXCACHE "/%d", &x) == 1 && x > 0) { + CTRACE((tfp, "LYNXCACHE number is %d\n", x)); + _statusline(CACHE_D_OR_CANCEL); + c = LYgetch_single(); + if (c == 'D') { + HText *t = (HText *) HTList_objectAt(loaded_texts, x - 1); + + HTList_removeObjectAt(loaded_texts, x - 1); + HText_free(t); + } + return (HT_NO_DATA); + } + + /* + * If we get to here, it was a LYNXCACHE:/ URL for creating and displaying + * the Cache Jar Page. + * Set up an HTML stream and return an updated Cache Jar Page. + */ + target = HTStreamStack(format_in, + format_out, + sink, anAnchor); + if (!target || target == NULL) { + HTSprintf0(&buf, CANNOT_CONVERT_I_TO_O, + HTAtom_name(format_in), HTAtom_name(format_out)); + HTAlert(buf); + FREE(buf); + return (HT_NOT_LOADED); + } + + /* + * Load HTML strings into buf and pass buf to the target for parsing and + * rendering. + */ +#define PUTS(buf) (*target->isa->put_block)(target, buf, strlen(buf)) + + HTSprintf0(&buf, + "<html>\n<head>\n<title>%s</title>\n</head>\n<body>\n", + CACHE_JAR_TITLE); + PUTS(buf); + HTSprintf0(&buf, "<h1>%s (%s)%s<a href=\"%s%s\">%s</a></h1>\n", + LYNX_NAME, LYNX_VERSION, + HELP_ON_SEGMENT, + helpfilepath, CACHE_JAR_HELP, CACHE_JAR_TITLE); + PUTS(buf); + + HTSprintf0(&buf, "<pre>\n"); + PUTS(buf); + + /* + * Max number of cached documents is always same as HTCacheSize. + * We count them from oldest to newest. Currently cached document + * is *never* listed, resulting in maximal entries of Cache Jar + * to be HTCacheSize - 1 + */ + for (x = HTList_count(loaded_texts) - 1; x > 0; x--) { + /* + * The number of the document in the cache list, its title in a link, + * and its address and memory allocated for each cached document. + */ + HText *cachedoc = (HText *) HTList_objectAt(loaded_texts, x); + + if (cachedoc != 0) { + HTParentAnchor *docanchor = cachedoc->node_anchor; + + Size = docanchor->content_length; + if (docanchor != 0) { +#ifdef USE_SOURCE_CACHE + source_cache_file = docanchor->source_cache_file; +#endif + title = docanchor->title; + address = docanchor->address; + content_type = docanchor->content_type; + content_language = docanchor->content_language; + content_encoding = docanchor->content_encoding; + content_location = docanchor->content_location; + owner = docanchor->owner; + subject = docanchor->subject; + date = docanchor->date; + expires = docanchor->expires; + ETag = docanchor->ETag; + server = docanchor->server; + FileCache = docanchor->FileCache; + last_modified = docanchor->last_modified; + cache_control = docanchor->cache_control; + } + } + + HTSprintf0(&buf, "%s<em>%d</em>. <tab id=t%d>", + (x > 99 ? "" : x < 10 ? " " : " "), x, x); + PUTS(buf); + HTSprintf0(&buf, "<a href=\"%s%d\">", STR_LYNXCACHE, x); + PUTS(buf); + HTSprintf0(&buf, "%s</a>\n%s", title == NULL ? address : title, + (x > 99 ? " " : x < 10 ? " " : " ")); + PUTS(buf); + HTSprintf0(&buf, "URL: <a href=\"%s\">%s</a>\n%s", address, address, + (x > 99 ? " " : x < 10 ? " " : " ")); + PUTS(buf); + if (Size > 0) { + HTSprintf0(&buf, "Size: %d ", Size); + PUTS(buf); + } + if (cachedoc->Lines > 0) { + HTSprintf0(&buf, "Lines: %d ", cachedoc->Lines); + PUTS(buf); + } + if (FileCache != NULL) { + HTSprintf0(&buf, "File-Cache: %s ", FileCache); + PUTS(buf); + } + if (cache_control != NULL) { + HTSprintf0(&buf, "Cache-Control: %s ", cache_control); + PUTS(buf); + } + if (content_type != NULL) { + HTSprintf0(&buf, "Content-Type: %s ", content_type); + PUTS(buf); + } + if (content_language != NULL) { + HTSprintf0(&buf, "Content-Language: %s ", content_language); + PUTS(buf); + } + if (content_encoding != NULL) { + HTSprintf0(&buf, "Content-Encoding: %s ", content_encoding); + PUTS(buf); + } + if (content_location != NULL) { + HTSprintf0(&buf, "Content-Location: %s ", content_location); + PUTS(buf); + } + if (subject != NULL) { + HTSprintf0(&buf, "Subject: %s ", subject); + PUTS(buf); + } + if (owner != NULL) { + HTSprintf0(&buf, "Owner: %s ", owner); + PUTS(buf); + } + if (date != NULL) { + HTSprintf0(&buf, "Date: %s ", date); + PUTS(buf); + } + if (expires != NULL) { + HTSprintf0(&buf, "Expires: %s ", expires); + PUTS(buf); + } + if (last_modified != NULL) { + HTSprintf0(&buf, "Last-Modified: %s ", last_modified); + PUTS(buf); + } + if (ETag != NULL) { + HTSprintf0(&buf, "ETag: %s ", ETag); + PUTS(buf); + } + if (server != NULL) { + HTSprintf0(&buf, "Server: %s ", server); + PUTS(buf); + } +#ifdef USE_SOURCE_CACHE + if (source_cache_file != NULL) { + HTSprintf0(&buf, + "Source-Cache-File: <a href=\"file://%s\">%s</a>", + source_cache_file, source_cache_file); + PUTS(buf); + } +#endif + HTSprintf0(&buf, "<tab to=t%d>\n", x); + PUTS(buf); + } + HTSprintf0(&buf, "</pre>\n</body>\n</html>\n"); + PUTS(buf); + + /* + * Free the target to complete loading of the Cache Jar Page, and report a + * successful load. + */ + (*target->isa->_free) (target); + FREE(buf); + return (HT_LOADED); +} + +#ifdef GLOBALDEF_IS_MACRO +#define _LYCACHE_C_GLOBALDEF_1_INIT { "LYNXCACHE",LYHandleCache,0} +GLOBALDEF(HTProtocol, LYLynxCache, _LYCACHE_C_GLOBALDEF_1_INIT); +#else +GLOBALDEF HTProtocol LYLynxCache = +{"LYNXCACHE", LYHandleCache, 0}; +#endif /* GLOBALDEF_IS_MACRO */ +#endif /* USE_CACHEJAR */ diff --git a/src/HTAlert.c b/src/HTAlert.c index c43c22e9..498163e8 100644 --- a/src/HTAlert.c +++ b/src/HTAlert.c @@ -1,4 +1,7 @@ -/* Displaying messages and getting input for Lynx Browser +/* + * $LynxId: HTAlert.c,v 1.78 2008/02/10 21:39:42 tom Exp $ + * + * Displaying messages and getting input for Lynx Browser * ========================================================== * * REPLACE THIS MODULE with a GUI version in a GUI environment! @@ -247,9 +250,10 @@ void HTReadProgress(long bytes, long total) bytes = bytes_last; total = total_last; } + + /* 1 sec delay for transfer_rate calculation without g-t-o-d */ if ((bytes > 0) && - (now > first)) - /* 1 sec delay for transfer_rate calculation without g-t-o-d */ { + (now > first)) { if (transfer_rate <= 0) /* the very first time */ transfer_rate = (long) ((bytes) / (now - first)); /* bytes/sec */ total_last = total; @@ -286,16 +290,45 @@ void HTReadProgress(long bytes, long total) was_units = 0; sprint_bytes(bytesp, bytes, was_units); - if (total > 0) - HTSprintf0(&line, gettext("Read %s of %s of data"), bytesp, totalp); - else + switch ((TransferRate) LYTransferRate) { +#ifdef USE_PROGRESSBAR + case rateBAR: + /* + * If we know the total size of the file, we can compute + * a percentage, and show a corresponding progress bar. + */ HTSprintf0(&line, gettext("Read %s of data"), bytesp); - if (LYTransferRate != rateOFF - && transfer_rate > 0) { - sprint_bytes(transferp, transfer_rate, 0); - HTSprintf(&line, gettext(", %s/sec"), transferp); + if (total > 0) { + float percent = bytes / (float) total; + int meter = (LYcolLimit * percent) - 5; + + CTRACE((tfp, "rateBAR: bytes: %ld, total: %ld\n", bytes, total)); + CTRACE((tfp, "meter = %d\n", meter)); + + HTSprintf0(&line, "%d%% ", (int) (percent * 100)); + while (meter-- > 0) + StrAllocCat(line, "I"); + + CTRACE((tfp, "%s\n", line)); + CTRACE_FLUSH(tfp); + } + break; +#endif + default: + if (total > 0) + HTSprintf0(&line, gettext("Read %s of %s of data"), bytesp, totalp); + else + HTSprintf0(&line, gettext("Read %s of data"), bytesp); + + if (LYTransferRate != rateOFF + && transfer_rate > 0) { + sprint_bytes(transferp, transfer_rate, 0); + HTSprintf(&line, gettext(", %s/sec"), transferp); + } + break; } + #ifdef USE_READPROGRESS if (LYTransferRate == rateEtaBYTES || LYTransferRate == rateEtaKB) { @@ -312,7 +345,22 @@ void HTReadProgress(long bytes, long total) } #endif - StrAllocCat(line, "."); + switch ((TransferRate) LYTransferRate) { +#ifdef USE_PROGRESSBAR + case rateBAR: + /* + * If we were not able to show a progress bar, just show + * a "." for progress. + */ + if (total <= 0) + StrAllocCat(line, "."); + break; +#endif + default: + StrAllocCat(line, "."); + break; + } + if (total < -1) StrAllocCat(line, gettext(" (Press 'z' to abort)")); @@ -320,7 +368,7 @@ void HTReadProgress(long bytes, long total) statusline(line); CTRACE((tfp, "%s\n", line)); } - } + } #ifdef LY_FIND_LEAKS FREE(line); #endif diff --git a/src/LYGetFile.c b/src/LYGetFile.c index a73ddb2a..53b48170 100644 --- a/src/LYGetFile.c +++ b/src/LYGetFile.c @@ -1,4 +1,4 @@ -/* $LynxId: LYGetFile.c,v 1.77 2007/05/20 23:28:43 Thorsten.Glaser Exp $ */ +/* $LynxId: LYGetFile.c,v 1.78 2008/01/08 00:19:25 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> #include <HTAnchor.h> /* Anchor class */ @@ -192,6 +192,9 @@ int getfile(DocInfo *doc, int *target) url_type == LYNXKEYMAP_URL_TYPE || url_type == LYNXIMGMAP_URL_TYPE || url_type == LYNXCOOKIE_URL_TYPE || +#ifdef USE_CACHEJAR + url_type == LYNXCACHE_URL_TYPE || +#endif url_type == LYNXMESSAGES_URL_TYPE || (url_type == LYNXOPTIONS_URL_TYPE && WWWDoc.post_data) || @@ -225,6 +228,9 @@ int getfile(DocInfo *doc, int *target) url_type == LYNXKEYMAP_URL_TYPE || url_type == LYNXIMGMAP_URL_TYPE || url_type == LYNXCOOKIE_URL_TYPE || +#ifdef USE_CACHEJAR + url_type == LYNXCACHE_URL_TYPE || +#endif url_type == LYNXPRINT_URL_TYPE || url_type == LYNXOPTIONS_URL_TYPE || url_type == LYNXCFG_URL_TYPE || @@ -560,6 +566,9 @@ int getfile(DocInfo *doc, int *target) url_type != LYNXIMGMAP_URL_TYPE && url_type != LYNXCOOKIE_URL_TYPE && url_type != LYNXMESSAGES_URL_TYPE && +#ifdef USE_CACHEJAR + url_type != LYNXCACHE_URL_TYPE && +#endif url_type != LYNXCGI_URL_TYPE && !(url_type == NEWS_URL_TYPE && strncmp(doc->address, "news://", 7)) && @@ -840,6 +849,9 @@ int getfile(DocInfo *doc, int *target) url_type == LYNXCOMPILE_OPTS_URL_TYPE || url_type == LYNXHIST_URL_TYPE || url_type == LYNXCOOKIE_URL_TYPE || +#ifdef USE_CACHEJAR + url_type == LYNXCACHE_URL_TYPE || +#endif url_type == LYNXMESSAGES_URL_TYPE || (LYValidate && url_type != HTTP_URL_TYPE && diff --git a/src/LYGlobalDefs.h b/src/LYGlobalDefs.h index d73fe1e2..3f8f5d5e 100644 --- a/src/LYGlobalDefs.h +++ b/src/LYGlobalDefs.h @@ -1,4 +1,4 @@ -/* $LynxId: LYGlobalDefs.h,v 1.106 2008/01/03 00:41:02 Joey.Schulze Exp $ */ +/* $LynxId: LYGlobalDefs.h,v 1.107 2008/01/10 23:26:25 tom Exp $ */ /* global variable definitions */ #ifndef LYGLOBALDEFS_H @@ -22,6 +22,7 @@ #define ALT_EDIT_HELP "keystrokes/alt_edit_help.html" #define BASHLIKE_EDIT_HELP "keystrokes/bashlike_edit_help.html" #define COOKIE_JAR_HELP "Lynx_users_guide.html#Cookies" +#define CACHE_JAR_HELP "Lynx_users_guide.html#Cache" #define CURRENT_KEYMAP_HELP "keystrokes/keystroke_help.html" #define DIRED_MENU_HELP "keystrokes/dired_help.html" #define DOWNLOAD_OPTIONS_HELP "Lynx_users_guide.html#RemoteSource" @@ -179,6 +180,9 @@ extern "C" { ,rateEtaBYTES ,rateEtaKB #endif +#ifdef USE_PROGRESSBAR + ,rateBAR +#endif } TransferRate; #ifdef USE_READPROGRESS @@ -192,6 +196,9 @@ extern "C" { extern BOOLEAN LYCursesON; /* start_curses()->TRUE, stop_curses()->FALSE */ extern BOOLEAN LYJumpFileURL; /* URL from the jump file shortcuts? */ extern BOOLEAN LYNewsPosting; /* News posting supported if TRUE */ +#ifdef USE_SESSIONS + extern BOOLEAN LYAutoSession; /* Auto restore/save session? */ +#endif extern BOOLEAN LYShowCursor; /* Show the cursor or hide it? */ extern BOOLEAN LYShowTransferRate; extern BOOLEAN LYUnderlineLinks; /* Show the links underlined vs bold */ @@ -239,6 +246,12 @@ extern "C" { extern char *LYRequestTitle; /* newdoc.title in calls to getfile() */ extern char *LYTransferName; /* abbreviation for Kilobytes */ extern char *LynxHome; +#ifdef USE_SESSIONS + extern char *LYSessionFile; /* file for auto-session */ + extern char *session_file; /* file for -session= */ + extern char *sessionin_file; /* file for -sessionin= */ + extern char *sessionout_file; /* file for -sessionout= */ +#endif extern char *LynxSigFile; /* Signature file, in or off home */ extern char *helpfile; extern char *helpfilepath; @@ -276,6 +289,10 @@ extern "C" { extern int max_cookies_buffer; extern int max_cookies_domain; extern int max_cookies_global; +#ifdef USE_SESSIONS + extern short session_limit; /* maximal entries saved/restored + in session file */ +#endif extern int user_mode; /* novice or advanced */ extern int www_search_result; diff --git a/src/LYHistory.c b/src/LYHistory.c index 66ec15ca..d56c71e5 100644 --- a/src/LYHistory.c +++ b/src/LYHistory.c @@ -1,3 +1,4 @@ +/* $LynxId: LYHistory.c,v 1.71 2008/02/10 21:48:35 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> #include <GridText.h> @@ -29,8 +30,9 @@ #include <LYLeaks.h> #include <HTCJK.h> -static HTList *Visited_Links = NULL; /* List of safe popped docs. */ +HTList *Visited_Links = NULL; /* List of safe popped docs. */ int Visited_Links_As = VISITED_LINKS_AS_LATEST | VISITED_LINKS_REVERSE; + static VisitedLink *PrevVisitedLink = NULL; /* NULL on auxillary */ static VisitedLink *PrevActiveVisitedLink = NULL; /* Last non-auxillary */ static VisitedLink Latest_first; @@ -383,8 +385,10 @@ int LYpush(DocInfo *doc, BOOLEAN force_push) /* * If file is identical to one before it, don't push it. + * But do not duplicate it if there is only one on the stack, + * note that HDOC() starts from 0, so nhist should be > 0. */ - if (nhist > 1 && are_identical(&(history[nhist - 1]), doc)) { + if (nhist >= 1 && are_identical(&(history[nhist - 1]), doc)) { if (HDOC(nhist - 1).internal_link == doc->internal_link) { /* But it is nice to have the last position remembered! - kw */ @@ -945,8 +949,11 @@ int LYShowVisitedLinks(char **newfile) /* * Keep cycled buffer for statusline messages. + * But allow user to change how big it will be from userdefs.h */ +#ifndef STATUSBUFSIZE #define STATUSBUFSIZE 40 +#endif static char *buffstack[STATUSBUFSIZE]; static int topOfStack = 0; diff --git a/src/LYHistory.h b/src/LYHistory.h index 249304f5..37315ca5 100644 --- a/src/LYHistory.h +++ b/src/LYHistory.h @@ -26,6 +26,7 @@ extern "C" { extern void LYstore_message(const char *message); extern void LYstore_message2(const char *message, const char *argument); + extern HTList *Visited_Links; extern int nhist_extra; #ifdef __cplusplus diff --git a/src/LYKeymap.c b/src/LYKeymap.c index c948e859..1b7f7256 100644 --- a/src/LYKeymap.c +++ b/src/LYKeymap.c @@ -1,4 +1,4 @@ -/* $LynxId: LYKeymap.c,v 1.64 2007/05/13 15:34:50 Thorsten.Glaser Exp $ */ +/* $LynxId: LYKeymap.c,v 1.65 2008/01/08 00:19:25 tom Exp $ */ #include <HTUtils.h> #include <LYUtils.h> #include <LYGlobalDefs.h> @@ -79,11 +79,16 @@ LYK_REFRESH, LYK_ACTIVATE, LYK_DOWN_TWO, 0, LYK_UP_TWO, LYK_CHG_CENTER, LYK_RELOAD, LYK_TO_CLIPBOARD, /* ^P */ /* XON */ /* ^R */ /* ^S */ -LYK_TRACE_TOGGLE, 0, LYK_SWITCH_DTD, LYK_REFRESH, +LYK_TRACE_TOGGLE, LYK_NEXT_DOC, LYK_SWITCH_DTD, LYK_REFRESH, /* ^T */ /* ^U */ /* ^V */ /* ^W */ +#ifdef USE_CACHEJAR +LYK_CACHE_JAR, 0, 0, 0, +/* ^X */ /* ^Y */ /* ^Z */ /* ESC */ +#else 0, 0, 0, 0, /* ^X */ /* ^Y */ /* ^Z */ /* ESC */ +#endif 0, 0, 0, 0, /* ^\ */ /* ^] */ /* ^^ */ /* ^_ */ @@ -382,7 +387,7 @@ LYKeymap_t key_override[KEYMAP_SIZE] = { 0, 0, 0, 0, /* ^P */ /* XON */ /* ^R */ /* XOFF */ - 0, LYK_PREV_DOC, 0, 0, + 0, LYK_NEXT_DOC, 0, 0, /* ^T */ /* ^U */ /* ^V */ /* ^W */ 0, 0, 0, 0, @@ -972,6 +977,11 @@ static Kcmd revmap[] = { LYK_NESTED_TABLES, "NESTED_TABLES", "toggle nested-table parsing on/off" ), #endif +#ifdef USE_CACHEJAR + DATA( + LYK_CACHE_JAR, "CACHE_JAR", + "examine list of cached documents" ), +#endif DATA( LYK_UNKNOWN, NULL, "" ) diff --git a/src/LYKeymap.h b/src/LYKeymap.h index a6549615..aa49c17b 100644 --- a/src/LYKeymap.h +++ b/src/LYKeymap.h @@ -264,6 +264,12 @@ extern "C" { #define LYK_NESTED_TABLES LYK_UNKNOWN #endif +#ifdef USE_CACHEJAR + ,LYK_CACHE_JAR +#else +#define LYK_CACHE_JAR LYK_UNKNOWN +#endif + } LYKeymapCode; /* diff --git a/src/LYMain.c b/src/LYMain.c index 1f0502ec..c5dd20c7 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1,4 +1,4 @@ -/* $LynxId: LYMain.c,v 1.177 2008/01/06 18:55:37 tom Exp $ */ +/* $LynxId: LYMain.c,v 1.178 2008/01/08 00:48:59 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> #include <HTParse.h> @@ -27,6 +27,11 @@ #include <HTForms.h> #include <LYList.h> #include <LYJump.h> + +#ifdef USE_SESSIONS +#include <LYSession.h> +#endif + #include <LYMainLoop.h> #include <LYBookmark.h> #include <LYCookie.h> @@ -440,6 +445,19 @@ char *personal_type_map = NULL; /* .mailcap */ char *pref_charset = NULL; /* preferred character set */ char *proxyauth_info[2] = {NULL, NULL}; /* Id:Password for protected proxy servers */ + +#ifdef USE_SESSIONS +BOOLEAN LYAutoSession = FALSE; /* enable/disable auto saving/restoring of + + session */ +char *LYSessionFile = NULL; /* the session file from lynx.cfg */ +char *session_file = NULL; /* the current session file */ +char *sessionin_file = NULL; /* only resume session from this file */ +char *sessionout_file = NULL; /* only save session to this file */ +short session_limit = 250; /* maximal number of entries saved for + + session file, rest will be ignored */ +#endif /* USE_SESSIONS */ char *startfile = NULL; /* the first file */ char *startrealm = NULL; /* the startfile realm */ char *system_mail = NULL; /* The path for sending mail */ @@ -2165,7 +2183,13 @@ int main(int argc, #endif ena_csi((BOOLEAN) (LYlowest_eightbit[current_char_set] > 155)); +#ifdef USE_SESSIONS + RestoreSession(); + status = mainloop(); + SaveSession(); +#else status = mainloop(); +#endif LYCloseCloset(RECALL_URL); LYCloseCloset(RECALL_MAIL); #if defined(PDCURSES) && defined(PDC_BUILD) && PDC_BUILD >= 2401 @@ -2185,13 +2209,17 @@ int main(int argc, /* * Called by HTAccessInit to register any protocols supported by lynx. * Protocols added by lynx: - * LYNXKEYMAP, lynxcgi, LYNXIMGMAP, LYNXCOOKIE, LYNXMESSAGES + * LYNXKEYMAP, lynxcgi, LYNXIMGMAP, LYNXCOOKIE, LYNXCACHE, LYNXMESSAGES */ #ifdef GLOBALREF_IS_MACRO extern GLOBALREF (HTProtocol, LYLynxKeymap); extern GLOBALREF (HTProtocol, LYLynxCGI); extern GLOBALREF (HTProtocol, LYLynxIMGmap); extern GLOBALREF (HTProtocol, LYLynxCookies); + +#ifdef USE_CACHEJAR +extern GLOBALREF (HTProtocol, LYLynxCache); +#endif extern GLOBALREF (HTProtocol, LYLynxStatusMessages); #else @@ -2199,6 +2227,10 @@ GLOBALREF HTProtocol LYLynxKeymap; GLOBALREF HTProtocol LYLynxCGI; GLOBALREF HTProtocol LYLynxIMGmap; GLOBALREF HTProtocol LYLynxCookies; + +#ifdef USE_CACHEJAR +GLOBALREF HTProtocol LYLynxCache; +#endif GLOBALREF HTProtocol LYLynxStatusMessages; #endif /* GLOBALREF_IS_MACRO */ @@ -2208,6 +2240,9 @@ void LYRegisterLynxProtocols(void) HTRegisterProtocol(&LYLynxCGI); HTRegisterProtocol(&LYLynxIMGmap); HTRegisterProtocol(&LYLynxCookies); +#ifdef USE_CACHEJAR + HTRegisterProtocol(&LYLynxCache); +#endif HTRegisterProtocol(&LYLynxStatusMessages); } @@ -3766,6 +3801,20 @@ with the PREV_DOC command or from the History List" "selective", 4|FUNCTION_ARG, selective_fun, "require .www_browsable files to browse directories" ), +#ifdef USE_SESSIONS + PARSE_STR( + "session", 2|NEED_LYSTRING_ARG, session_file, + "=FILENAME\nresumes from specified file on startup and saves session to that file on exit" + ), + PARSE_STR( + "sessionin", 2|NEED_LYSTRING_ARG, sessionin_file, + "=FILENAME\nresumes session from specified file" + ), + PARSE_STR( + "sessionout", 2|NEED_LYSTRING_ARG, sessionout_file, + "=FILENAME\nsaves session to specified file" + ), +#endif /* USE_SESSIONS */ PARSE_SET( "short_url", 4|SET_ARG, long_url_ok, "enables examination of beginning and end of long URL in\nstatus line" diff --git a/src/LYMainLoop.c b/src/LYMainLoop.c index f3327629..24c3ad80 100644 --- a/src/LYMainLoop.c +++ b/src/LYMainLoop.c @@ -1,4 +1,4 @@ -/* $LynxId: LYMainLoop.c,v 1.148 2007/07/02 00:09:22 tom Exp $ */ +/* $LynxId: LYMainLoop.c,v 1.149 2008/02/10 23:02:08 tom Exp $ */ #include <HTUtils.h> #include <HTAccess.h> #include <HTParse.h> @@ -40,6 +40,10 @@ #include <LYMainLoop.h> #include <LYPrettySrc.h> +#ifdef USE_SESSIONS +#include <LYSession.h> +#endif + #ifdef KANJI_CODE_OVERRIDE #include <HTCJK.h> #endif @@ -641,6 +645,9 @@ static void do_check_goto_URL(char *user_input_buffer, { STR_LYNXCFG, &no_goto_configinfo }, { STR_LYNXCFLAGS, &no_goto_configinfo }, { STR_LYNXCOOKIE, &always }, +#ifdef USE_CACHEJAR + { STR_LYNXCACHE, &always }, +#endif { STR_LYNXDIRED, &always }, { STR_LYNXDOWNLOAD, &always }, { STR_LYNXOPTIONS, &always }, @@ -1118,6 +1125,9 @@ static int handle_LYK_ACTIVATE(int *c, * FM */ if (isLYNXCOOKIE(links[curdoc.link].l_form->submit_action) || +#ifdef USE_CACHEJAR + isLYNXCACHE(links[curdoc.link].l_form->submit_action) || +#endif #ifdef DIRED_SUPPORT #ifdef OK_PERMIT (isLYNXDIRED(links[curdoc.link].l_form->submit_action) && @@ -1288,7 +1298,12 @@ static int handle_LYK_ACTIVATE(int *c, if (no_file_url && isFILE_URL(links[curdoc.link].lname)) { if (!isFILE_URL(curdoc.address) && !((isLYNXKEYMAP(curdoc.address) || +#ifndef USE_CACHEJAR isLYNXCOOKIE(curdoc.address)) && +#else + isLYNXCOOKIE(curdoc.address) || + isLYNXCACHE(curdoc.address)) && +#endif !strncmp(links[curdoc.link].lname, helpfilepath, strlen(helpfilepath)))) { @@ -1308,6 +1323,11 @@ static int handle_LYK_ACTIVATE(int *c, if ((isLYNXCOOKIE(links[curdoc.link].lname) && (strcmp(NonNull(curdoc.title), COOKIE_JAR_TITLE) || !isLYNXCOOKIE(curdoc.address))) || +#ifdef USE_CACHEJAR + (isLYNXCACHE(links[curdoc.link].lname) && + (strcmp(NonNull(curdoc.title), CACHE_JAR_TITLE) || + !isLYNXCACHE(curdoc.address))) || +#endif #ifdef DIRED_SUPPORT (isLYNXDIRED(links[curdoc.link].lname) && !LYIsUIPage(curdoc.address, UIP_DIRED_MENU) && @@ -1474,7 +1494,11 @@ static int handle_LYK_ACTIVATE(int *c, strip_trailing_slash(newdoc.address); } #endif /* DIRED_SUPPORT && !__DJGPP__ */ +#ifndef USE_CACHEJAR if (isLYNXCOOKIE(curdoc.address)) { +#else + if (isLYNXCOOKIE(curdoc.address) || isLYNXCACHE(curdoc.address)) { +#endif HTuncache_current_document(); } } @@ -1540,6 +1564,9 @@ static void handle_LYK_ADD_BOOKMARK(BOOLEAN *refresh_screen, #endif /* DIRED_SUPPORT */ !LYIsUIPage(curdoc.address, UIP_DOWNLOAD_OPTIONS) && !isLYNXCOOKIE(curdoc.address) && +#ifdef USE_CACHEJAR + !isLYNXCACHE(curdoc.address) && +#endif !LYIsUIPage(curdoc.address, UIP_OPTIONS_MENU) && ((nlinks <= 0) || (links[curdoc.link].lname != NULL && @@ -1548,6 +1575,9 @@ static void handle_LYK_ADD_BOOKMARK(BOOLEAN *refresh_screen, !isLYNXDIRED(links[curdoc.link].lname) && !isLYNXDOWNLOAD(links[curdoc.link].lname) && !isLYNXCOOKIE(links[curdoc.link].lname) && +#ifdef USE_CACHEJAR + !isLYNXCACHE(links[curdoc.link].lname) && +#endif !isLYNXPRINT(links[curdoc.link].lname)))) { if (nlinks > 0) { if (curdoc.post_data == NULL && @@ -1810,6 +1840,34 @@ static void handle_LYK_COMMENT(BOOLEAN *refresh_screen, } } +#ifdef USE_CACHEJAR +static BOOLEAN handle_LYK_CACHE_JAR(int *cmd) +{ + /* + * Don't do this if already viewing cache jar. + */ + if (!isLYNXCACHE(curdoc.address)) { + set_address(&newdoc, STR_LYNXCACHE "/"); + LYFreePostData(&newdoc); + FREE(newdoc.bookmark); + newdoc.isHEAD = FALSE; + newdoc.safe = FALSE; + newdoc.internal_link = FALSE; + LYforce_no_cache = TRUE; + if (LYValidate || check_realm) { + LYPermitURL = TRUE; + } + } else { + /* + * If already in the cache jar, get out. + */ + *cmd = LYK_PREV_DOC; + return TRUE; + } + return FALSE; +} +#endif /* USE_CACHEJAR */ + static BOOLEAN handle_LYK_COOKIE_JAR(int *cmd) { /* @@ -2055,7 +2113,6 @@ static int handle_LYK_DOWNLOAD(int *cmd, *old_c = real_c; HTUserMsg(NO_DOWNLOAD_COOKIES); } - } else if (LYIsUIPage(curdoc.address, UIP_PRINT_OPTIONS)) { if (*old_c != real_c) { *old_c = real_c; @@ -2136,6 +2193,9 @@ static int handle_LYK_DOWNLOAD(int *cmd, } } else if (isLYNXCOOKIE(links[curdoc.link].lname) || +#ifdef USE_CACHEJAR + isLYNXCACHE(links[curdoc.link].lname) || +#endif isLYNXDIRED(links[curdoc.link].lname) || isLYNXDOWNLOAD(links[curdoc.link].lname) || isLYNXPRINT(links[curdoc.link].lname) || @@ -5260,7 +5320,9 @@ int mainloop(void) curdoc.style = NULL; newdoc.style = NULL; #endif +#ifndef USE_SESSIONS nhist = 0; +#endif user_input_buffer[(sizeof(user_input_buffer) - 1)] = '\0'; *prev_target = '\0'; *user_input_buffer = '\0'; @@ -5591,6 +5653,9 @@ int mainloop(void) HTMainText && nlinks > 0 && curdoc.link < nlinks && !isLYNXHIST(NonNull(newdoc.address)) && +#ifdef USE_CACHEJAR + !isLYNXCACHE(NonNull(newdoc.address)) && +#endif !isLYNXCOOKIE(NonNull(newdoc.address))) { char *mail_owner = NULL; @@ -7091,6 +7156,13 @@ int mainloop(void) goto new_cmd; break; +#ifdef USE_CACHEJAR + case LYK_CACHE_JAR: /* show the cache jar */ + if (handle_LYK_CACHE_JAR(&cmd)) + goto new_cmd; + break; +#endif + case LYK_HISTORY: /* show the history page */ if (handle_LYK_HISTORY(ForcePush)) break; diff --git a/src/LYOptions.c b/src/LYOptions.c index c9e57226..bca4c93b 100644 --- a/src/LYOptions.c +++ b/src/LYOptions.c @@ -1,4 +1,4 @@ -/* $LynxId: LYOptions.c,v 1.121 2007/07/02 00:09:49 tom Exp $ */ +/* $LynxId: LYOptions.c,v 1.122 2008/01/08 00:48:58 tom Exp $ */ #include <HTUtils.h> #include <HTFTP.h> #include <HTTP.h> /* 'reloading' flag */ @@ -2302,6 +2302,11 @@ static OptValues mbm_values[] = static const char *single_bookmark_string = RC_BOOKMARK_FILE; +#ifdef USE_SESSIONS +static const char *auto_session_string = RC_AUTO_SESSION; +static const char *single_session_string = RC_SESSION_FILE; +#endif + /* * Character Set Options */ @@ -2371,6 +2376,9 @@ static OptValues rate_values[] = {rateEtaBYTES, N_("Show %s/sec, ETA"), "rate_eta_bytes"}, {rateEtaKB, N_("Show %s/sec, ETA"), "rate_eta_kb"}, #endif +#ifdef USE_PROGRESSBAR + {rateBAR, N_("Show progressbar"), "rate_bar"}, +#endif {0, 0, 0} }; #endif /* USE_READPROGRESS */ @@ -2939,6 +2947,21 @@ int postoptions(DocInfo *newdoc) StrAllocCopy(bookmark_page, data[i].value); } } +#ifdef USE_SESSIONS + /* Auto Session: ON/OFF */ + if (!strcmp(data[i].tag, auto_session_string) + && GetOptValues(bool_values, data[i].value, &code)) { + LYAutoSession = (BOOL) code; + } + + /* Default Session filename: INPUT */ + if (!strcmp(data[i].tag, single_session_string)) { + if (strcmp(data[i].value, "")) { + FREE(LYSessionFile); + StrAllocCopy(LYSessionFile, data[i].value); + } + } +#endif /* Assume Character Set: SELECT */ if (!strcmp(data[i].tag, assume_char_set_string)) { @@ -3876,6 +3899,19 @@ static int gen_options(char **newfile) NonNull(bookmark_page), text_len, ""); } +#ifdef USE_SESSIONS + /* Auto Session: ON/OFF */ + PutLabel(fp0, gettext("Auto Session"), auto_session_string); + BeginSelect(fp0, auto_session_string); + PutOptValues(fp0, LYAutoSession, bool_values); + EndSelect(fp0); + + /* Session File Menu: INPUT */ + PutLabel(fp0, gettext("Session file"), single_session_string); + PutTextInput(fp0, single_session_string, + NonNull(LYSessionFile), text_len, ""); +#endif + /* Visited Pages: SELECT */ PutLabel(fp0, gettext("Visited Pages"), visited_links_string); LYMenuVisitedLinks(fp0, disable_all); diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c index f75b9770..f489d88f 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1,4 +1,4 @@ -/* $LynxId: LYReadCFG.c,v 1.125 2008/01/03 00:50:26 Joey.Schulze Exp $ */ +/* $LynxId: LYReadCFG.c,v 1.126 2008/02/10 22:05:02 tom Exp $ */ #ifndef NO_RULES #include <HTRules.h> #else @@ -1212,6 +1212,18 @@ static int read_htmlsrc_tagname_xform(char *str) } #endif +#ifdef USE_SESSIONS +static int session_limit_fun(char *value) +{ + session_limit = (short) atoi(value); + if (session_limit < 1) + session_limit = 1; + else if (session_limit > MAX_SESSIONS) + session_limit = MAX_SESSIONS; + return 0; +} +#endif /* USE_SESSIONS */ + #if defined(PDCURSES) && defined(PDC_BUILD) && PDC_BUILD >= 2401 static int screen_size_fun(char *value) { @@ -1493,6 +1505,11 @@ static Config_Type Config_Table [] = #endif PARSE_SET(RC_SEEK_FRAG_AREA_IN_CUR, LYSeekFragAREAinCur), PARSE_SET(RC_SEEK_FRAG_MAP_IN_CUR, LYSeekFragMAPinCur), +#ifdef USE_SESSIONS + PARSE_SET(RC_AUTO_SESSION, LYAutoSession), + PARSE_STR(RC_SESSION_FILE, LYSessionFile), + PARSE_FUN(RC_SESSION_LIMIT, session_limit_fun), +#endif PARSE_SET(RC_SET_COOKIES, LYSetCookies), PARSE_SET(RC_SHOW_CURSOR, LYShowCursor), PARSE_STR(RC_SHOW_KB_NAME, LYTransferName), diff --git a/src/LYSession.c b/src/LYSession.c new file mode 100644 index 00000000..d578c7c4 --- /dev/null +++ b/src/LYSession.c @@ -0,0 +1,270 @@ +/* $LynxId: LYSession.c,v 1.3 2008/01/12 01:32:08 tom Exp $ */ + +#include <LYSession.h> + +#include <LYUtils.h> +#include <LYStrings.h> +#include <LYHistory.h> +#include <LYGlobalDefs.h> +#include <LYMainLoop.h> +#include <GridText.h> + +#ifdef USE_SESSIONS + +/* Example of how a session file may look: + */ + +/* # lynx session + * / files + * / hereby + * / reduce + * g file://localhost/COPYRIGHT + * g http://lynx.isc.org + * h 1 -1 file://localhost/COPYRIGHT Entry into main screen + * h 1 0 LYNXCACHE:/ Cache Jar + * h 1 16 file://localhost/usr/local/share/lynx_help/Lynx_users_guide.html#Cache Lynx Users Guide v2.8.6 + * h 1 -1 file://localhost/COPYRIGHT Entry into main screen + * h 1 2 file://localhost/tmp/lynxmSefvcbXes/L12110-6407TMP.html#current Visited Links Page + * h 1 -1 file://localhost/COPYRIGHT Entry into main screen + * h 1 -1 LYNXMESSAGES:/ Your recent statusline messages + * V 0 file://localhost/COPYRIGHT Entry into main screen + * V 3 file://localhost/usr/local/share/lynx_help/Lynx_users_guide.html#Bookmarks Lynx Users Guide v2.8.6 + */ + +static char *get_filename(char *given_name) +{ + char *actual_filename = given_name; + + /* + * If the specific "-sessionin" or "-sessionout" value is not given, + * try the "-session" value (if the AUTO_SESSION configuration is set). + * Finally try the SESSION_FILE configuration value. + */ + if (isEmpty(actual_filename)) { + actual_filename = session_file; + if (isEmpty(actual_filename)) { + if (LYAutoSession) { + actual_filename = LYSessionFile; + } + } + } + + return actual_filename; +} + +/* Restore session from file, pretty slow, but it should be fine + * for everyday, normal use. + */ +BOOLEAN RestoreSession(void) +{ + int code; + char *my_filename = get_filename(sessionin_file); + FILE *fp; + char *buffer = 0; + DocInfo doc; + VisitedLink *vl; + int i = 0; + short errors = 10; /* how much syntax errors are allowed in + + session file before abort. */ + char *value1, *value2, *line, *linktext, *level; + + /* + * This should be done only once, here: iff USE_SESSIONS is defined or: + * in mainloop(), otherwise history entries are lost + */ + nhist = 0; + + if (my_filename == NULL) { + /* nothing to do, so exit */ + return (TRUE); + } + + CTRACE((tfp, "RestoreSession %s\n", my_filename)); + SetDefaultMode(O_TEXT); + if ((fp = fopen(my_filename, TXT_R)) != NULL) { + code = TRUE; + + /* + * This should be safe, entries are added to lynx until memory i + * exhausteds + */ + while (LYSafeGets(&buffer, fp) != 0) { + LYTrimNewline(buffer); + if (*buffer == '/') { +#ifdef SEARCH_OUT_SESSION + if ((value1 = strchr(buffer, ' ')) == 0) { + continue; + } else { + value1++; + HTAddSearchQuery(value1); + } +#endif /* SEARCH_OUT_SESSION */ + } else if (*buffer == 'g') { +#ifdef GOTOURL_OUT_SESSION + if ((value1 = strchr(buffer, ' ')) == 0) + continue; + else { + value1++; + HTAddGotoURL(value1); + } +#endif /* GOTOURL_OUT_SESSION */ + } else if (*buffer == 'h') { +#ifdef HISTORY_OUT_SESSION + if ((line = strchr(buffer, ' ')) == 0) + continue; + else { + line++; + if ((linktext = strchr(line, ' ')) == 0) + continue; + else + *linktext++ = 0; + if ((value1 = strchr(linktext, ' ')) == 0) + continue; + else + *value1++ = 0; + if ((value2 = strchr(value1, '\t')) != 0) { + *value2++ = 0; + doc.line = atoi(line); + doc.link = atoi(linktext); + StrAllocCopy(doc.address, value1); + StrAllocCopy(doc.title, value2); + LYpush(&doc, TRUE); + } + } +#endif /* HISTORY_OUT_SESSION */ + } else if (*buffer == 'V') { +#ifdef VLINK_OUT_SESSION + if ((level = strchr(buffer, ' ')) == 0) + continue; + else { + level++; + if ((value1 = strchr(level, ' ')) == 0) + continue; + else + *value1++ = 0; + if ((value2 = strchr(value1, '\t')) != 0) { + *value2++ = 0; + StrAllocCopy(doc.address, value1); + StrAllocCopy(doc.title, value2); + LYAddVisitedLink(&doc); + vl = (VisitedLink *) + HTList_objectAt(Visited_Links, i); + if (vl != NULL) { + vl->level = atoi(level); + i++; + } + } + } +#endif /* VLINK_OUT_SESSION */ + } else if (*buffer == '#') { + /* This is comment; ignore it */ + continue; + } else if (errors-- < 0) { + FREE(buffer); + break; + } else + continue; + } + + LYCloseOutput(fp); + } + SetDefaultMode(O_BINARY); + return (TRUE); +} + +/* Save session to file, overwriting one. + * Fast as much as lynx allow. + * If it is still slow for you improve following functions: + * HTListObjectAt() and HTList_count(). + */ +BOOLEAN SaveSession(void) +{ + int code = FALSE; + char *my_filename = get_filename(sessionout_file); + FILE *fp; + VisitedLink *vl; + int i, j, k; + + if (my_filename == NULL) { + /* nothing to do, so exit */ + return (TRUE); + } + + CTRACE((tfp, "SaveSession %s\n", my_filename)); + + SetDefaultMode(O_TEXT); + if ((fp = fopen(my_filename, TXT_W)) != NULL) { + code = TRUE; + + fprintf(fp, "# lynx session\n"); /* @@@ simple for now */ + + /* Note use of session_limit, the most recent entries in list, + from end of list, are saved */ + +#ifdef SEARCH_IN_SESSION + k = HTList_count(search_queries); + if (k > session_limit) + j = k - session_limit; + else + j = 0; + for (i = j; i < k; i++) { + fprintf(fp, "/ "); + fputs((char *) HTList_objectAt(search_queries, i), fp); + fprintf(fp, "\n"); + } +#endif /* SEARCH_IN_SESSION */ + +#ifdef GOTOURL_IN_SESSION + k = HTList_count(Goto_URLs); + if (k > session_limit) + j = k - session_limit; + else + j = 0; + for (i = j; i < k; i++) { + fprintf(fp, "g "); + fputs((char *) HTList_objectAt(Goto_URLs, i), fp); + fprintf(fp, "\n"); + } +#endif /* GOTOURL_IN_SESSION */ + +#ifdef HISTORY_IN_SESSION + k = nhist + nhist_extra; + if (k > session_limit) + j = k - session_limit; + else + j = 0; + + for (i = j; i < k; i++) { + fprintf(fp, "h %d %d ", HDOC(i).line, HDOC(i).link); + fputs(HDOC(i).address, fp); + fprintf(fp, "\t"); + fputs(HDOC(i).title, fp); + fprintf(fp, "\n"); + } +#endif /* HISTORY_IN_SESSION */ + +#ifdef VLINK_IN_SESSION + k = HTList_count(Visited_Links); + if (k > session_limit) + j = k - session_limit; + else + j = 0; + + for (i = j; i < k; i++) { + vl = (VisitedLink *) HTList_objectAt(Visited_Links, i); + fprintf(fp, "V %d ", vl->level); + fputs(vl->address, fp); + fprintf(fp, "\t"); + fputs(vl->title, fp); + fprintf(fp, "\n"); + } + LYCloseOutput(fp); +#endif /* VLINK_IN_SESSION */ + + } + SetDefaultMode(O_BINARY); + return (code); +} + +#endif /* USE_SESSIONS */ diff --git a/src/LYSession.h b/src/LYSession.h new file mode 100644 index 00000000..f6c26a01 --- /dev/null +++ b/src/LYSession.h @@ -0,0 +1,16 @@ +/* $LynxId: LYSession.h,v 1.2 2008/01/10 23:50:45 tom Exp $ */ +#ifndef LYSESSION_H +#define LYSESSION_H + +#include <HTUtils.h> + +#ifdef __cplusplus +extern "C" { +#endif + extern BOOLEAN RestoreSession(void); + extern BOOLEAN SaveSession(void); + +#ifdef __cplusplus +} +#endif +#endif /* LYSESSION_H */ diff --git a/src/LYStrings.c b/src/LYStrings.c index a9493a36..050856d1 100644 --- a/src/LYStrings.c +++ b/src/LYStrings.c @@ -1,4 +1,4 @@ -/* $LynxId: LYStrings.c,v 1.128 2007/08/02 19:24:50 tom Exp $ */ +/* $LynxId: LYStrings.c,v 1.129 2008/01/08 00:19:25 tom Exp $ */ #include <HTUtils.h> #include <HTCJK.h> #include <UCAux.h> @@ -1487,6 +1487,9 @@ static int LYmouse_menu(int x, int y, int atlink, int code) {"End of document", LYK_END, ENT_ONLY_DOC}, {"Bookmarks", LYK_VIEW_BOOKMARK, ENT_ONLY_DOC}, {"Cookie jar", LYK_COOKIE_JAR, ENT_ONLY_DOC}, +#ifdef USE_CACHEJAR + {"Cache jar", LYK_CACHE_JAR, ENT_ONLY_DOC}, +#endif {"Search index", LYK_INDEX_SEARCH, ENT_ONLY_DOC}, {"Set Options", LYK_OPTIONS, ENT_ONLY_DOC}, {"Activate this link", LYK_SUBMIT, ENT_ONLY_LINK}, @@ -1553,6 +1556,9 @@ static int LYmouse_menu(int x, int y, int atlink, int code) case LYK_END: case LYK_VIEW_BOOKMARK: case LYK_COOKIE_JAR: +#ifdef USE_CACHEJAR + case LYK_CACHE_JAR: +#endif case LYK_INDEX_SEARCH: case LYK_OPTIONS: mouse_link = -3; /* so LYgetch_for() passes it on - kw */ @@ -4086,8 +4092,9 @@ int LYhandlePopupList(int cur_choice, /* * Clear the command line and write the popup statusline. - FM */ - LYmove((LYlines - 2), 0); - LYclrtoeol(); + /* nothing usefull, these two lines bellow should be removed */ +/* LYmove((LYlines - 2), 0); + LYclrtoeol(); */ if (disabled) { popup_status_msg = CHOICE_LIST_UNM_MSG; } else if (!for_mouse) { diff --git a/src/LYUtils.c b/src/LYUtils.c index df8a516a..1c7ceed3 100644 --- a/src/LYUtils.c +++ b/src/LYUtils.c @@ -1,4 +1,4 @@ -/* $LynxId: LYUtils.c,v 1.165 2008/01/06 18:31:26 Thorsten.Glaser Exp $ */ +/* $LynxId: LYUtils.c,v 1.166 2008/01/08 00:48:59 tom Exp $ */ #include <HTUtils.h> #include <HTTCP.h> #include <HTParse.h> @@ -2316,6 +2316,14 @@ UrlTypes is_url(char *filename) */ result = LYNXHIST_URL_TYPE; +#ifdef USE_CACHEJAR + } else if (compare_type(cp, STR_LYNXCACHE, LEN_LYNXCACHE)) { + /* + * Special Internal Lynx type. + */ + result = LYNXCACHE_URL_TYPE; +#endif + } else if (compare_type(cp, STR_LYNXKEYMAP, LEN_LYNXKEYMAP)) { /* * Special Internal Lynx type. diff --git a/src/LYUtils.h b/src/LYUtils.h index 9d44c9d0..67b4460b 100644 --- a/src/LYUtils.h +++ b/src/LYUtils.h @@ -1,4 +1,4 @@ -/* $LynxId: LYUtils.h,v 1.76 2007/07/02 23:43:21 tom Exp $ */ +/* $LynxId: LYUtils.h,v 1.77 2008/02/10 21:45:40 tom Exp $ */ #ifndef LYUTILS_H #define LYUTILS_H @@ -328,26 +328,27 @@ extern "C" { DATA_URL_TYPE, + LYNXCGI_URL_TYPE, LYNXEXEC_URL_TYPE, LYNXPROG_URL_TYPE, - LYNXCGI_URL_TYPE, NEWSPOST_URL_TYPE, NEWSREPLY_URL_TYPE, SNEWSPOST_URL_TYPE, SNEWSREPLY_URL_TYPE, - LYNXPRINT_URL_TYPE, - LYNXHIST_URL_TYPE, - LYNXDOWNLOAD_URL_TYPE, - LYNXKEYMAP_URL_TYPE, - LYNXIMGMAP_URL_TYPE, - LYNXCOOKIE_URL_TYPE, - LYNXDIRED_URL_TYPE, - LYNXOPTIONS_URL_TYPE, + LYNXCACHE_URL_TYPE, LYNXCFG_URL_TYPE, LYNXCOMPILE_OPTS_URL_TYPE, + LYNXCOOKIE_URL_TYPE, + LYNXDIRED_URL_TYPE, + LYNXDOWNLOAD_URL_TYPE, + LYNXHIST_URL_TYPE, + LYNXIMGMAP_URL_TYPE, + LYNXKEYMAP_URL_TYPE, LYNXMESSAGES_URL_TYPE, + LYNXOPTIONS_URL_TYPE, + LYNXPRINT_URL_TYPE, PROXY_URL_TYPE @@ -423,6 +424,10 @@ extern "C" { #define isWAIS_URL(addr) !strncasecomp(addr, STR_WAIS_URL, LEN_WAIS_URL) /* internal URLs */ +#define STR_LYNXCACHE "LYNXCACHE:" +#define LEN_LYNXCACHE 10 +#define isLYNXCACHE(addr) !strncasecomp(addr, STR_LYNXCACHE, LEN_LYNXCACHE) + #define STR_LYNXCFG "LYNXCFG:" #define LEN_LYNXCFG 8 #define isLYNXCFG(addr) !strncasecomp(addr, STR_LYNXCFG, LEN_LYNXCFG) diff --git a/src/LYrcFile.c b/src/LYrcFile.c index 06a5e913..d761ec02 100644 --- a/src/LYrcFile.c +++ b/src/LYrcFile.c @@ -1,4 +1,4 @@ -/* $LynxId: LYrcFile.c,v 1.71 2008/01/06 18:51:40 tom Exp $ */ +/* $LynxId: LYrcFile.c,v 1.72 2008/01/08 00:19:25 tom Exp $ */ #include <HTUtils.h> #include <HTFTP.h> #include <LYUtils.h> @@ -123,6 +123,10 @@ Config_Enum tbl_transfer_rate[] = { { "KB,ETA", rateEtaKB }, { "BYTES,ETA", rateEtaBYTES }, #endif +#ifdef USE_PROGRESSBAR + { "METER", rateBAR }, + { "FALSE", rateBAR }, +#endif { NULL, -1 }, }; diff --git a/src/LYrcFile.h b/src/LYrcFile.h index 061f1aba..6834941e 100644 --- a/src/LYrcFile.h +++ b/src/LYrcFile.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYrcFile.h,v 1.23 2008/01/03 00:42:21 Joey.Schulze Exp $ + * $LynxId: LYrcFile.h,v 1.24 2008/02/10 22:45:46 tom Exp $ */ #ifndef LYRCFILE_H #define LYRCFILE_H @@ -19,6 +19,7 @@ #define RC_ASSUME_CHARSET "assume_charset" #define RC_ASSUME_LOCAL_CHARSET "assume_local_charset" #define RC_ASSUME_UNREC_CHARSET "assume_unrec_charset" +#define RC_AUTO_SESSION "auto_session" #define RC_AUTO_UNCACHE_DIRLISTS "auto_uncache_dirlists" #define RC_BIBP_BIBHOST "bibp_bibhost" #define RC_BIBP_GLOBALSERVER "bibp_globalserver" @@ -129,9 +130,9 @@ #define RC_MAIL_SYSTEM_ERROR_LOGGING "mail_system_error_logging" #define RC_MAKE_LINKS_FOR_ALL_IMAGES "make_links_for_all_images" #define RC_MAKE_PSEUDO_ALTS_FOR_INLINES "make_pseudo_alts_for_inlines" -#define RC_MAX_COOKIES_BUFFER "max_cookies_buffer" -#define RC_MAX_COOKIES_DOMAIN "max_cookies_domain" -#define RC_MAX_COOKIES_GLOBAL "max_cookies_global" +#define RC_MAX_COOKIES_BUFFER "max_cookies_buffer" +#define RC_MAX_COOKIES_DOMAIN "max_cookies_domain" +#define RC_MAX_COOKIES_GLOBAL "max_cookies_global" #define RC_MESSAGESECS "messagesecs" #define RC_MINIMAL_COMMENTS "minimal_comments" #define RC_MKDIR_PATH "mkdir_path" @@ -169,9 +170,9 @@ #define RC_PERSONAL_MAILCAP "personal_mailcap" #define RC_PERSONAL_MAIL_ADDRESS "personal_mail_address" #define RC_PREFERRED_CHARSET "preferred_charset" -#define RC_PREFERRED_MEDIA_TYPES "preferred_media_types" #define RC_PREFERRED_ENCODING "preferred_encoding" #define RC_PREFERRED_LANGUAGE "preferred_language" +#define RC_PREFERRED_MEDIA_TYPES "preferred_media_types" #define RC_PREPEND_BASE_TO_SOURCE "prepend_base_to_source" #define RC_PREPEND_CHARSET_TO_SOURCE "prepend_charset_to_source" #define RC_PRETTYSRC "prettysrc" @@ -197,6 +198,8 @@ #define RC_SEEK_FRAG_AREA_IN_CUR "seek_frag_area_in_cur" #define RC_SEEK_FRAG_MAP_IN_CUR "seek_frag_map_in_cur" #define RC_SELECT_POPUPS "select_popups" +#define RC_SESSION_FILE "session_file" +#define RC_SESSION_LIMIT "session_limit" #define RC_SET_COOKIES "set_cookies" #define RC_SHOW_COLOR "show_color" #define RC_SHOW_CURSOR "show_cursor" @@ -209,6 +212,7 @@ #define RC_SOFT_DQUOTES "soft_dquotes" #define RC_SOURCE_CACHE "source_cache" #define RC_SOURCE_CACHE_FOR_ABORTED "source_cache_for_aborted" +#define RC_SSL_CERT_FILE "ssl_cert_file" #define RC_STARTFILE "startfile" #define RC_STRIP_DOTDOT_URLS "strip_dotdot_urls" #define RC_SUBSTITUTE_UNDERSCORES "substitute_underscores" @@ -251,7 +255,6 @@ #define RC_XLOADIMAGE_COMMAND "xloadimage_command" #define RC_ZCAT_PATH "zcat_path" #define RC_ZIP_PATH "zip_path" -#define RC_SSL_CERT_FILE "ssl_cert_file" extern Config_Enum tbl_force_prompt[]; extern Config_Enum tbl_keypad_mode[]; diff --git a/src/chrtrans/makeuctb.c b/src/chrtrans/makeuctb.c index 24372894..604ff24d 100644 --- a/src/chrtrans/makeuctb.c +++ b/src/chrtrans/makeuctb.c @@ -1,5 +1,5 @@ /* - * $LynxId: makeuctb.c,v 1.36 2008/01/06 18:23:33 tom Exp $ + * $LynxId: makeuctb.c,v 1.37 2008/01/09 23:29:20 tom Exp $ * * makeuctb.c, derived from conmakehash.c - kw * @@ -327,7 +327,7 @@ int main(int argc, char **argv) } else if (ctbl == stdin) { chdr = stdout; hdrname = "stdout"; - } else if ((outname = malloc(strlen(tblname) + 3)) != 0) { + } else if ((outname = (char *) malloc(strlen(tblname) + 3)) != 0) { strcpy(outname, tblname); hdrname = outname; if ((p = strrchr(outname, '.')) == 0) diff --git a/src/makefile.dos b/src/makefile.dos index 14ded8d3..5aeee682 100644 --- a/src/makefile.dos +++ b/src/makefile.dos @@ -1,8 +1,9 @@ +# $LynxId: makefile.dos,v 1.30 2008/01/08 00:54:14 tom Exp $ OBJS= UCdomap.o UCAux.o UCAuto.o \ LYClean.o LYShowInfo.o LYEdit.o LYStrings.o \ LYMail.o HTAlert.o GridText.o LYGetFile.o \ LYMain.o LYMainLoop.o LYCurses.o LYBookmark.o LYUtils.o \ -LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o \ +LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o LYSession.o \ LYForms.o LYPrint.o LYrcFile.o LYDownload.o LYNews.o LYKeymap.o \ HTML.o HTFWriter.o HTInit.o DefaultStyle.o LYLocal.o LYUpload.o \ LYLeaks.o LYexit.o LYJump.o LYList.o LYCgi.o LYTraversal.o \ diff --git a/src/makefile.dsl b/src/makefile.dsl index 1af08539..beb0ccf6 100644 --- a/src/makefile.dsl +++ b/src/makefile.dsl @@ -1,8 +1,9 @@ +# $LynxId: makefile.dsl,v 1.17 2008/01/08 00:54:07 tom Exp $ OBJS= UCdomap.o UCAux.o UCAuto.o \ LYClean.o LYShowInfo.o LYEdit.o LYStrings.o \ LYMail.o HTAlert.o GridText.o LYGetFile.o \ LYMain.o LYMainLoop.o LYCurses.o LYBookmark.o LYUtils.o \ -LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o \ +LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o LYSession.o \ LYForms.o LYPrint.o LYrcFile.o LYDownload.o LYNews.o LYKeymap.o \ HTML.o HTFWriter.o HTInit.o DefaultStyle.o LYLocal.o LYUpload.o \ LYLeaks.o LYexit.o LYJump.o LYList.o LYCgi.o LYTraversal.o \ diff --git a/src/makefile.wsl b/src/makefile.wsl index ad594411..342d6854 100644 --- a/src/makefile.wsl +++ b/src/makefile.wsl @@ -1,8 +1,9 @@ +# $LynxId: makefile.wsl,v 1.13 2008/01/08 00:53:56 tom Exp $ OBJS= UCdomap.o UCAux.o UCAuto.o \ LYClean.o LYShowInfo.o LYEdit.o LYStrings.o \ LYMail.o HTAlert.o GridText.o LYGetFile.o \ LYMain.o LYMainLoop.o LYCurses.o LYBookmark.o LYUtils.o \ -LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o \ +LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o LYSession.o \ LYForms.o LYPrint.o LYrcFile.o LYDownload.o LYNews.o LYKeymap.o \ HTML.o HTFWriter.o HTInit.o DefaultStyle.o LYLocal.o LYUpload.o \ LYLeaks.o LYexit.o LYJump.o LYList.o LYCgi.o LYTraversal.o \ diff --git a/userdefs.h b/userdefs.h index 4c9ba1d3..67e85042 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1,5 +1,5 @@ /* - * $LynxId: userdefs.h,v 1.232 2008/01/06 19:01:29 tom Exp $ + * $LynxId: userdefs.h,v 1.233 2008/02/10 23:30:04 tom Exp $ * * Lynx - Hypertext navigation system * @@ -1359,6 +1359,52 @@ #define DEFAULT_VISITED_LINKS (VISITED_LINKS_AS_LATEST | VISITED_LINKS_REVERSE) /**************************************************************** + * If USE_CACHEJAR is set to TRUE the user will be able to view, + * access and delete cached documents in current lynx session. + */ +#ifndef USE_CACHEJAR +/* #define USE_CACHEJAR TRUE */ +#endif + +/**************************************************************** + * If USE_SESSIONS is set to TRUE the user will be able to save, + * resume and in general manipulate with lynx sessions. + */ +#ifndef USE_SESSIONS +/* #define USE_SESSIONS TRUE */ +#endif + +#define MAX_SESSIONS 10000 + +/* + * If USE_SESSIONS is TRUE you may tune it fine how it will work: + */ +#define GOTOURL_IN_SESSION /* Allow to save goto url */ +#define GOTOURL_OUT_SESSION /* Allow to restore goto url */ +#define HISTORY_IN_SESSION /* Allow to save history */ +#define HISTORY_OUT_SESSION /* Allow to restore history */ +#define SEARCH_IN_SESSION /* Allow to save search string */ +#define SEARCH_OUT_SESSION /* Allow to restore search string */ +#define VLINK_IN_SESSION /* Allow to save visited link */ +#define VLINK_OUT_SESSION /* Allow to restore visited link */ + +/**************************************************************** + * The STATUSBUFSIZE defines how many entries will be stored in + * cyclic buffer of statusline messages. This is specially useful + * for users who use lynx on a terminal with more than 40 lines. + */ +/* #define STATUSBUFSIZE 90 */ + +/**************************************************************** + * If USE_PROGRESSBAR is TRUE the user will be able to set + * download progress as odometer(thermometer) display, ie: + * + * 80% IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII + * + */ +/* #define USE_PROGRESSBAR TRUE */ + +/**************************************************************** * Section 3. Things that you should not change until you * have a good knowledge of the program */ |