diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4726 |
1 files changed, 2582 insertions, 2144 deletions
diff --git a/configure b/configure index da345e92..75daddfb 100755 --- a/configure +++ b/configure @@ -11069,8 +11069,50 @@ echo "$as_me: WARNING: Unable to find library for inet_addr function" >&2;} fi fi +# Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +echo "$as_me:11074: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + ac_save_IFS=$IFS; IFS=$ac_path_separator +ac_dummy="$PATH" +for ac_dir in $ac_dummy; do + IFS=$ac_save_IFS + test -z "$ac_dir" && ac_dir=. + if $as_executable_p "$ac_dir/$ac_word"; then + ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" + echo "$as_me:11091: found $ac_dir/$ac_word" >&5 + break +fi +done + + test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="none" + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG + +if test -n "$PKG_CONFIG"; then + echo "$as_me:11103: result: $PKG_CONFIG" >&5 +echo "${ECHO_T}$PKG_CONFIG" >&6 +else + echo "$as_me:11106: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + if test "x$cf_cv_use_libssl" != xno ; then + cf_cv_have_ssl=no + + # command-line option, etc., override default behavior + case "$cf_cv_use_libssl" in #(vi no) #(vi ;; @@ -11105,7 +11147,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 11108 "configure" +#line 11150 "configure" #include "confdefs.h" #include <stdio.h> int @@ -11117,16 +11159,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11120: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11162: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11123: \$? = $ac_status" >&5 + echo "$as_me:11165: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11126: \"$ac_try\"") >&5 + { (eval echo "$as_me:11168: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11129: \$? = $ac_status" >&5 + echo "$as_me:11171: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -11143,7 +11185,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:11146: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:11188: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -11184,7 +11226,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 11187 "configure" +#line 11229 "configure" #include "confdefs.h" #include <stdio.h> int @@ -11196,16 +11238,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11199: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11241: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11202: \$? = $ac_status" >&5 + echo "$as_me:11244: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11205: \"$ac_try\"") >&5 + { (eval echo "$as_me:11247: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11208: \$? = $ac_status" >&5 + echo "$as_me:11250: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -11222,7 +11264,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:11225: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:11267: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -11238,7 +11280,7 @@ echo "${as_me-configure}:11225: testing adding $cf_add_incdir to include-path .. fi else -{ { echo "$as_me:11241: error: cannot find ssl library under $cf_cv_use_libssl" >&5 +{ { echo "$as_me:11283: 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 @@ -11263,7 +11305,7 @@ if test -n "$cf_searchpath/lib" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:11266: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:11308: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -11292,7 +11334,7 @@ if test -n "$cf_searchpath" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:11295: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:11337: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -11301,7 +11343,7 @@ echo "${as_me-configure}:11295: testing adding $cf_add_libdir to library-path .. fi else -{ { echo "$as_me:11304: error: cannot find ssl library under $cf_cv_use_libssl" >&5 +{ { echo "$as_me:11346: 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 @@ -11310,15 +11352,133 @@ done ;; esac + if test "x$PKG_CONFIG" != xnone; then + case $cf_cv_use_libssl in #(vi + no) #(vi + ;; + yes) + if "$PKG_CONFIG" --exists openssl ; then + cf_cv_have_ssl=yes + + cf_cflags_ssl=`$PKG_CONFIG --cflags openssl` + cf_libs_ssl=`$PKG_CONFIG --libs openssl` + + if test -n "$cf_cflags_ssl" ; then + case "$cf_cflags_ssl" in #(vi + *-I*) #(vi + cf_cv_header_path_ssl=`echo "$cf_cflags_ssl" | sed -e 's/^.*-I//' -e 's/ .*//'` + ;; + *) + cf_cv_header_path_ssl=/usr/include + ;; + esac + if test -d $cf_cv_header_path_ssl/openssl ; then + cf_cv_header_path_ssl=$cf_cv_header_path_ssl/openssl + fi + +cf_fix_cppflags=no +cf_new_cflags= +cf_new_cppflags= +cf_new_extra_cppflags= + +for cf_add_cflags in $cf_cflags_ssl +do +case $cf_fix_cppflags in +no) + case $cf_add_cflags in #(vi + -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi + case $cf_add_cflags in + -D*) + cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'` + + test "${cf_add_cflags}" != "${cf_tst_cflags}" \ + && test -z "${cf_tst_cflags}" \ + && cf_fix_cppflags=yes + + if test $cf_fix_cppflags = yes ; then + cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags" + continue + elif test "${cf_tst_cflags}" = "\"'" ; then + cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags" + continue + fi + ;; + esac + case "$CPPFLAGS" in + *$cf_add_cflags) #(vi + ;; + *) #(vi + cf_new_cppflags="$cf_new_cppflags $cf_add_cflags" + ;; + esac + ;; + *) + cf_new_cflags="$cf_new_cflags $cf_add_cflags" + ;; + esac + ;; +yes) + cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags" + + cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'` + + test "${cf_add_cflags}" != "${cf_tst_cflags}" \ + && test -z "${cf_tst_cflags}" \ + && cf_fix_cppflags=no + ;; +esac +done + +if test -n "$cf_new_cflags" ; then + + CFLAGS="$CFLAGS $cf_new_cflags" +fi + +if test -n "$cf_new_cppflags" ; then + + CPPFLAGS="$cf_new_cppflags $CPPFLAGS" +fi + +if test -n "$cf_new_extra_cppflags" ; then + + EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS" +fi + + fi + + if test -n "$cf_libs_ssl" ; then + case "x$cf_libs_ssl" in #(vi + *-L*) #(vi + cf_cv_library_path_ssl=`echo "$cf_libs_ssl" | sed -e 's/^.*-L//' -e 's/ .*//'` + ;; + *) + cf_cv_library_path_ssl=/usr/lib + ;; + esac + test -n "$verbose" && echo " adding $cf_libs_ssl to LIBS" 1>&6 + +echo "${as_me-configure}:11460: testing adding $cf_libs_ssl to LIBS ..." 1>&5 + + LIBS="$cf_libs_ssl $LIBS" + fi + fi + ;; + esac + fi + + if test "$cf_cv_have_ssl" != yes; then + case $cf_cv_use_libssl in #(vi + no) + # If the linkage is not already in the $CPPFLAGS/$LDFLAGS configuration, these # will be set on completion of the AC_TRY_LINK below. cf_cv_header_path_ssl= cf_cv_library_path_ssl= -echo "${as_me-configure}:11318: testing Starting FIND_LINKAGE(ssl,openssl) ..." 1>&5 +echo "${as_me-configure}:11478: testing Starting FIND_LINKAGE(ssl,openssl) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 11321 "configure" +#line 11481 "configure" #include "confdefs.h" #include <stdio.h> @@ -11347,16 +11507,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11350: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11510: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11353: \$? = $ac_status" >&5 + echo "$as_me:11513: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11356: \"$ac_try\"") >&5 + { (eval echo "$as_me:11516: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11359: \$? = $ac_status" >&5 + echo "$as_me:11519: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_ssl=yes else @@ -11365,7 +11525,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_ssl=no -echo "${as_me-configure}:11368: testing Searching for headers in FIND_LINKAGE(ssl,openssl) ..." 1>&5 +echo "${as_me-configure}:11528: testing Searching for headers in FIND_LINKAGE(ssl,openssl) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -11473,11 +11633,11 @@ cf_search="$cf_header_path_list $cf_search" 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}:11476: testing ... testing $cf_cv_header_path_ssl ..." 1>&5 +echo "${as_me-configure}:11636: 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 11480 "configure" +#line 11640 "configure" #include "confdefs.h" #include <stdio.h> @@ -11506,21 +11666,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11509: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11669: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11512: \$? = $ac_status" >&5 + echo "$as_me:11672: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11515: \"$ac_try\"") >&5 + { (eval echo "$as_me:11675: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11518: \$? = $ac_status" >&5 + echo "$as_me:11678: \$? = $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}:11523: testing ... found ssl headers in $cf_cv_header_path_ssl ..." 1>&5 +echo "${as_me-configure}:11683: testing ... found ssl headers in $cf_cv_header_path_ssl ..." 1>&5 cf_cv_find_linkage_ssl=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -11538,7 +11698,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_ssl" = maybe ; then -echo "${as_me-configure}:11541: testing Searching for ssl library in FIND_LINKAGE(ssl,openssl) ..." 1>&5 +echo "${as_me-configure}:11701: testing Searching for ssl library in FIND_LINKAGE(ssl,openssl) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -11546,7 +11706,7 @@ echo "${as_me-configure}:11541: testing Searching for ssl library in FIND_LINKAG CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lssl -lcrypto $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 11549 "configure" +#line 11709 "configure" #include "confdefs.h" #include <stdio.h> @@ -11575,21 +11735,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11578: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11738: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11581: \$? = $ac_status" >&5 + echo "$as_me:11741: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11584: \"$ac_try\"") >&5 + { (eval echo "$as_me:11744: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11587: \$? = $ac_status" >&5 + echo "$as_me:11747: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found ssl library in system" 1>&6 -echo "${as_me-configure}:11592: testing ... found ssl library in system ..." 1>&5 +echo "${as_me-configure}:11752: testing ... found ssl library in system ..." 1>&5 cf_cv_find_linkage_ssl=yes else @@ -11691,13 +11851,13 @@ cf_search="$cf_library_path_list $cf_search" 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}:11694: testing ... testing $cf_cv_library_path_ssl ..." 1>&5 +echo "${as_me-configure}:11854: 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 11700 "configure" +#line 11860 "configure" #include "confdefs.h" #include <stdio.h> @@ -11726,21 +11886,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11729: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11889: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11732: \$? = $ac_status" >&5 + echo "$as_me:11892: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11735: \"$ac_try\"") >&5 + { (eval echo "$as_me:11895: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11738: \$? = $ac_status" >&5 + echo "$as_me:11898: \$? = $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}:11743: testing ... found ssl library in $cf_cv_library_path_ssl ..." 1>&5 +echo "${as_me-configure}:11903: testing ... found ssl library in $cf_cv_library_path_ssl ..." 1>&5 cf_cv_find_linkage_ssl=yes cf_cv_library_file_ssl="-lssl" @@ -11775,25 +11935,29 @@ else cf_cv_have_ssl=no fi - if test "$cf_cv_have_ssl" = yes ; then - if test -n "$cf_cv_header_path_ssl" ; then - cat >>confdefs.h <<\EOF + ;; + esac + fi + + if test "$cf_cv_have_ssl" = yes ; then + if test -n "$cf_cv_header_path_ssl" ; then + cat >>confdefs.h <<\EOF #define USE_SSL 1 EOF - case $cf_cv_header_path_ssl in - */openssl) - cat >>confdefs.h <<\EOF + case $cf_cv_header_path_ssl in + */openssl) + cat >>confdefs.h <<\EOF #define USE_OPENSSL_INCL 1 EOF - ;; - esac + ;; + esac - case $cf_cv_header_path_ssl in - /usr/include/openssl) - ;; - *) + case $cf_cv_header_path_ssl in + /usr/include/openssl) + ;; + *) if test -n "$cf_cv_header_path_ssl" ; then for cf_add_incdir in $cf_cv_header_path_ssl @@ -11819,7 +11983,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 11822 "configure" +#line 11986 "configure" #include "confdefs.h" #include <stdio.h> int @@ -11831,16 +11995,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11834: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11998: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11837: \$? = $ac_status" >&5 + echo "$as_me:12001: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11840: \"$ac_try\"") >&5 + { (eval echo "$as_me:12004: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11843: \$? = $ac_status" >&5 + echo "$as_me:12007: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -11857,7 +12021,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:11860: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:12024: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -11872,11 +12036,11 @@ echo "${as_me-configure}:11860: testing adding $cf_add_incdir to include-path .. done fi - ;; - esac + ;; + esac - fi - if test -n "$cf_cv_library_path_ssl" ; then + 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 @@ -11897,7 +12061,7 @@ if test -n "$cf_cv_library_path_ssl" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:11900: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:12064: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -11905,13 +12069,13 @@ echo "${as_me-configure}:11900: testing adding $cf_add_libdir to library-path .. done fi - fi - LIBS="-lssl -lcrypto $LIBS" + fi + LIBS="-lssl -lcrypto $LIBS" -echo "$as_me:11911: checking for X509 support" >&5 +echo "$as_me:12075: checking for X509 support" >&5 echo $ECHO_N "checking for X509 support... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 11914 "configure" +#line 12078 "configure" #include "confdefs.h" #include <stdio.h> @@ -11935,16 +12099,16 @@ X509_verify_cert_error_string(X509_STORE_CTX_get_error(NULL)) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11938: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12102: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11941: \$? = $ac_status" >&5 + echo "$as_me:12105: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11944: \"$ac_try\"") >&5 + { (eval echo "$as_me:12108: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11947: \$? = $ac_status" >&5 + echo "$as_me:12111: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_x509_support=yes else @@ -11953,7 +12117,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:11956: result: $cf_x509_support" >&5 +echo "$as_me:12120: result: $cf_x509_support" >&5 echo "${ECHO_T}$cf_x509_support" >&6 if test "$cf_x509_support" = yes ; then @@ -11963,11 +12127,13 @@ EOF fi - fi + fi elif test "x$cf_cv_use_libgnutls" != xno ; then if test "x$cf_cv_gnutls_compat" = xno ; then + cf_cv_have_gnutls=no + case "$cf_cv_use_libgnutls" in #(vi no) #(vi ;; @@ -12002,7 +12168,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 12005 "configure" +#line 12171 "configure" #include "confdefs.h" #include <stdio.h> int @@ -12014,16 +12180,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12017: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12183: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12020: \$? = $ac_status" >&5 + echo "$as_me:12186: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12023: \"$ac_try\"") >&5 + { (eval echo "$as_me:12189: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12026: \$? = $ac_status" >&5 + echo "$as_me:12192: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -12040,7 +12206,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:12043: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:12209: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -12081,7 +12247,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 12084 "configure" +#line 12250 "configure" #include "confdefs.h" #include <stdio.h> int @@ -12093,16 +12259,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12096: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12262: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12099: \$? = $ac_status" >&5 + echo "$as_me:12265: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12102: \"$ac_try\"") >&5 + { (eval echo "$as_me:12268: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12105: \$? = $ac_status" >&5 + echo "$as_me:12271: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -12119,7 +12285,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:12122: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:12288: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -12135,7 +12301,7 @@ echo "${as_me-configure}:12122: testing adding $cf_add_incdir to include-path .. fi else -{ { echo "$as_me:12138: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5 +{ { echo "$as_me:12304: 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 @@ -12160,7 +12326,7 @@ if test -n "$cf_searchpath/lib" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:12163: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:12329: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -12189,7 +12355,7 @@ if test -n "$cf_searchpath" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:12192: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:12358: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -12198,7 +12364,7 @@ echo "${as_me-configure}:12192: testing adding $cf_add_libdir to library-path .. fi else -{ { echo "$as_me:12201: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5 +{ { echo "$as_me:12367: 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 @@ -12207,21 +12373,152 @@ done ;; esac - cat >>confdefs.h <<\EOF + cf_pkg_gnutls=none + if test "x$PKG_CONFIG" != xnone; then + cf_pkg_gnutls=gnutls + case $cf_cv_use_libgnutls in #(vi + no) #(vi + ;; + yes) + test -n "$verbose" && echo " checking pkg-config for $cf_pkg_gnutls" 1>&6 + +echo "${as_me-configure}:12385: testing checking pkg-config for $cf_pkg_gnutls ..." 1>&5 + + if "$PKG_CONFIG" --exists $cf_pkg_gnutls ; then + test -n "$verbose" && echo " ... found $cf_pkg_gnutls in pkg-config" 1>&6 + +echo "${as_me-configure}:12390: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5 + + cf_cv_have_gnutls=yes + + cf_cflags_ssl=`$PKG_CONFIG --cflags $cf_pkg_gnutls` + cf_libs_ssl=`$PKG_CONFIG --libs $cf_pkg_gnutls` + + if test -n "$cf_cflags_ssl" ; then + case "$cf_cflags_ssl" in #(vi + *-I*) #(vi + cf_cv_header_path_ssl=`echo "$cf_cflags_ssl" | sed -e 's/^.*-I//' -e 's/ .*//'` + ;; + *) + cf_cv_header_path_ssl=/usr/include + ;; + esac + if test -d $cf_cv_header_path_ssl/gnutls ; then + cf_cv_header_path_ssl=$cf_cv_header_path_ssl/gnutls + fi + +cf_fix_cppflags=no +cf_new_cflags= +cf_new_cppflags= +cf_new_extra_cppflags= + +for cf_add_cflags in $cf_cflags_ssl +do +case $cf_fix_cppflags in +no) + case $cf_add_cflags in #(vi + -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi + case $cf_add_cflags in + -D*) + cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'` + + test "${cf_add_cflags}" != "${cf_tst_cflags}" \ + && test -z "${cf_tst_cflags}" \ + && cf_fix_cppflags=yes + + if test $cf_fix_cppflags = yes ; then + cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags" + continue + elif test "${cf_tst_cflags}" = "\"'" ; then + cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags" + continue + fi + ;; + esac + case "$CPPFLAGS" in + *$cf_add_cflags) #(vi + ;; + *) #(vi + cf_new_cppflags="$cf_new_cppflags $cf_add_cflags" + ;; + esac + ;; + *) + cf_new_cflags="$cf_new_cflags $cf_add_cflags" + ;; + esac + ;; +yes) + cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags" + + cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'` + + test "${cf_add_cflags}" != "${cf_tst_cflags}" \ + && test -z "${cf_tst_cflags}" \ + && cf_fix_cppflags=no + ;; +esac +done + +if test -n "$cf_new_cflags" ; then + + CFLAGS="$CFLAGS $cf_new_cflags" +fi + +if test -n "$cf_new_cppflags" ; then + + CPPFLAGS="$cf_new_cppflags $CPPFLAGS" +fi + +if test -n "$cf_new_extra_cppflags" ; then + + EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS" +fi + + fi + + if test -n "$cf_libs_ssl" ; then + case "x$cf_libs_ssl" in #(vi + *-L*) #(vi + cf_cv_library_path_ssl=`echo "$cf_libs_ssl" | sed -e 's/^.*-L//' -e 's/ .*//'` + ;; + *) + cf_cv_library_path_ssl=/usr/lib + ;; + esac + test -n "$verbose" && echo " adding $cf_libs_ssl to LIBS" 1>&6 + +echo "${as_me-configure}:12491: testing adding $cf_libs_ssl to LIBS ..." 1>&5 + + LIBS="$cf_libs_ssl $LIBS" + fi + else + test -n "$verbose" && echo " ... did not find $cf_pkg_gnutls in pkg-config" 1>&6 + +echo "${as_me-configure}:12498: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5 + + cf_pkg_gnutls=none + fi + ;; + esac + fi + + if test "$cf_cv_have_gnutls" = no ; then + cat >>confdefs.h <<\EOF #define USE_GNUTLS_FUNCS 1 EOF - cf_gnutls_CPPFLAGS=$CPPFLAGS + cf_gnutls_CPPFLAGS=$CPPFLAGS # If the linkage is not already in the $CPPFLAGS/$LDFLAGS configuration, these # will be set on completion of the AC_TRY_LINK below. cf_cv_header_path_gnutls= cf_cv_library_path_gnutls= -echo "${as_me-configure}:12221: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me-configure}:12518: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 12224 "configure" +#line 12521 "configure" #include "confdefs.h" #include <stdio.h> @@ -12250,16 +12547,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12253: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12550: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12256: \$? = $ac_status" >&5 + echo "$as_me:12553: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12259: \"$ac_try\"") >&5 + { (eval echo "$as_me:12556: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12262: \$? = $ac_status" >&5 + echo "$as_me:12559: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_gnutls=yes else @@ -12268,7 +12565,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_gnutls=no -echo "${as_me-configure}:12271: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me-configure}:12568: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -12376,11 +12673,11 @@ cf_search="$cf_header_path_list $cf_search" 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}:12379: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5 +echo "${as_me-configure}:12676: 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 12383 "configure" +#line 12680 "configure" #include "confdefs.h" #include <stdio.h> @@ -12409,21 +12706,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12412: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12709: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12415: \$? = $ac_status" >&5 + echo "$as_me:12712: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12418: \"$ac_try\"") >&5 + { (eval echo "$as_me:12715: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12421: \$? = $ac_status" >&5 + echo "$as_me:12718: \$? = $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}:12426: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5 +echo "${as_me-configure}:12723: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5 cf_cv_find_linkage_gnutls=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -12441,7 +12738,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_gnutls" = maybe ; then -echo "${as_me-configure}:12444: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me-configure}:12741: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -12537,13 +12834,13 @@ cf_search="$cf_library_path_list $cf_search" 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}:12540: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5 +echo "${as_me-configure}:12837: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5 CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lgnutls -lgnutls -lcrypt $cf_save_LIBS" LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_gnutls" cat >conftest.$ac_ext <<_ACEOF -#line 12546 "configure" +#line 12843 "configure" #include "confdefs.h" #include <stdio.h> @@ -12572,21 +12869,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12575: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12872: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12578: \$? = $ac_status" >&5 + echo "$as_me:12875: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12581: \"$ac_try\"") >&5 + { (eval echo "$as_me:12878: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12584: \$? = $ac_status" >&5 + echo "$as_me:12881: \$? = $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}:12589: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5 +echo "${as_me-configure}:12886: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5 cf_cv_find_linkage_gnutls=yes cf_cv_library_file_gnutls="-lgnutls" @@ -12621,18 +12918,19 @@ else cf_cv_have_gnutls=no fi - CPPFLAGS=$cf_gnutls_CPPFLAGS + CPPFLAGS=$cf_gnutls_CPPFLAGS + fi - if test "$cf_cv_have_gnutls" = yes ; then - if test -n "$cf_cv_header_path_gnutls" ; then - cat >>confdefs.h <<\EOF + if test "$cf_cv_have_gnutls" = yes ; then + if test -n "$cf_cv_header_path_gnutls" ; then + cat >>confdefs.h <<\EOF #define USE_SSL 1 EOF - case $cf_cv_header_path_gnutls in - /usr/include/gnutls) - ;; - *) + case $cf_cv_header_path_gnutls in + /usr/include/gnutls) + ;; + *) if test -n "$cf_cv_header_path_gnutls" ; then for cf_add_incdir in $cf_cv_header_path_gnutls @@ -12658,7 +12956,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 12661 "configure" +#line 12959 "configure" #include "confdefs.h" #include <stdio.h> int @@ -12670,16 +12968,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12673: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12971: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12676: \$? = $ac_status" >&5 + echo "$as_me:12974: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12679: \"$ac_try\"") >&5 + { (eval echo "$as_me:12977: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12682: \$? = $ac_status" >&5 + echo "$as_me:12980: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -12696,7 +12994,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:12699: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:12997: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -12711,10 +13009,10 @@ echo "${as_me-configure}:12699: testing adding $cf_add_incdir to include-path .. done fi - ;; - esac - fi - if test -n "$cf_cv_library_path_gnutls" ; then + ;; + esac + fi + if test -n "$cf_cv_library_path_gnutls" ; then if test -n "$cf_cv_library_path_gnutls" ; then for cf_add_libdir in $cf_cv_library_path_gnutls @@ -12735,7 +13033,7 @@ if test -n "$cf_cv_library_path_gnutls" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:12738: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:13036: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -12743,16 +13041,15 @@ echo "${as_me-configure}:12738: testing adding $cf_add_libdir to library-path .. done fi - fi - LIBS="-lgnutls -lcrypt $LIBS" - fi + fi + LIBS="-lgnutls -lcrypt $LIBS" - EXTRA_OBJS="$EXTRA_OBJS tidy_tls\$o" + EXTRA_OBJS="$EXTRA_OBJS tidy_tls\$o" -echo "$as_me:12752: checking for X509 support" >&5 +echo "$as_me:13049: checking for X509 support" >&5 echo $ECHO_N "checking for X509 support... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 12755 "configure" +#line 13052 "configure" #include "confdefs.h" #include <stdio.h> @@ -12776,16 +13073,16 @@ X509_verify_cert_error_string(X509_STORE_CTX_get_error(NULL)) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12779: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13076: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12782: \$? = $ac_status" >&5 + echo "$as_me:13079: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12785: \"$ac_try\"") >&5 + { (eval echo "$as_me:13082: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12788: \$? = $ac_status" >&5 + echo "$as_me:13085: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_x509_support=yes else @@ -12794,7 +13091,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:12797: result: $cf_x509_support" >&5 +echo "$as_me:13094: result: $cf_x509_support" >&5 echo "${ECHO_T}$cf_x509_support" >&6 if test "$cf_x509_support" = yes ; then @@ -12804,8 +13101,12 @@ EOF fi + fi + else + cf_cv_have_gnutls=no + case "$cf_cv_use_libgnutls" in #(vi no) #(vi ;; @@ -12840,7 +13141,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 12843 "configure" +#line 13144 "configure" #include "confdefs.h" #include <stdio.h> int @@ -12852,16 +13153,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12855: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:13156: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12858: \$? = $ac_status" >&5 + echo "$as_me:13159: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12861: \"$ac_try\"") >&5 + { (eval echo "$as_me:13162: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12864: \$? = $ac_status" >&5 + echo "$as_me:13165: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -12878,7 +13179,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:12881: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:13182: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -12919,7 +13220,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 12922 "configure" +#line 13223 "configure" #include "confdefs.h" #include <stdio.h> int @@ -12931,16 +13232,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12934: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:13235: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12937: \$? = $ac_status" >&5 + echo "$as_me:13238: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12940: \"$ac_try\"") >&5 + { (eval echo "$as_me:13241: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12943: \$? = $ac_status" >&5 + echo "$as_me:13244: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -12957,7 +13258,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:12960: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:13261: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -12973,7 +13274,7 @@ echo "${as_me-configure}:12960: testing adding $cf_add_incdir to include-path .. fi else -{ { echo "$as_me:12976: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5 +{ { echo "$as_me:13277: 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 @@ -12998,7 +13299,7 @@ if test -n "$cf_searchpath/lib" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:13001: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:13302: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -13027,7 +13328,7 @@ if test -n "$cf_searchpath" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:13030: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:13331: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -13036,7 +13337,7 @@ echo "${as_me-configure}:13030: testing adding $cf_add_libdir to library-path .. fi else -{ { echo "$as_me:13039: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5 +{ { echo "$as_me:13340: 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 @@ -13045,21 +13346,152 @@ done ;; esac - cat >>confdefs.h <<\EOF + cf_pkg_gnutls=none + if test "x$PKG_CONFIG" != xnone; then + cf_pkg_gnutls=gnutls-openssl + case $cf_cv_use_libgnutls in #(vi + no) #(vi + ;; + yes) + test -n "$verbose" && echo " checking pkg-config for $cf_pkg_gnutls" 1>&6 + +echo "${as_me-configure}:13358: testing checking pkg-config for $cf_pkg_gnutls ..." 1>&5 + + if "$PKG_CONFIG" --exists $cf_pkg_gnutls ; then + test -n "$verbose" && echo " ... found $cf_pkg_gnutls in pkg-config" 1>&6 + +echo "${as_me-configure}:13363: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5 + + cf_cv_have_gnutls=yes + + cf_cflags_ssl=`$PKG_CONFIG --cflags $cf_pkg_gnutls` + cf_libs_ssl=`$PKG_CONFIG --libs $cf_pkg_gnutls` + + if test -n "$cf_cflags_ssl" ; then + case "$cf_cflags_ssl" in #(vi + *-I*) #(vi + cf_cv_header_path_ssl=`echo "$cf_cflags_ssl" | sed -e 's/^.*-I//' -e 's/ .*//'` + ;; + *) + cf_cv_header_path_ssl=/usr/include + ;; + esac + if test -d $cf_cv_header_path_ssl/gnutls ; then + cf_cv_header_path_ssl=$cf_cv_header_path_ssl/gnutls + fi + +cf_fix_cppflags=no +cf_new_cflags= +cf_new_cppflags= +cf_new_extra_cppflags= + +for cf_add_cflags in $cf_cflags_ssl +do +case $cf_fix_cppflags in +no) + case $cf_add_cflags in #(vi + -undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) #(vi + case $cf_add_cflags in + -D*) + cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'` + + test "${cf_add_cflags}" != "${cf_tst_cflags}" \ + && test -z "${cf_tst_cflags}" \ + && cf_fix_cppflags=yes + + if test $cf_fix_cppflags = yes ; then + cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags" + continue + elif test "${cf_tst_cflags}" = "\"'" ; then + cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags" + continue + fi + ;; + esac + case "$CPPFLAGS" in + *$cf_add_cflags) #(vi + ;; + *) #(vi + cf_new_cppflags="$cf_new_cppflags $cf_add_cflags" + ;; + esac + ;; + *) + cf_new_cflags="$cf_new_cflags $cf_add_cflags" + ;; + esac + ;; +yes) + cf_new_extra_cppflags="$cf_new_extra_cppflags $cf_add_cflags" + + cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'` + + test "${cf_add_cflags}" != "${cf_tst_cflags}" \ + && test -z "${cf_tst_cflags}" \ + && cf_fix_cppflags=no + ;; +esac +done + +if test -n "$cf_new_cflags" ; then + + CFLAGS="$CFLAGS $cf_new_cflags" +fi + +if test -n "$cf_new_cppflags" ; then + + CPPFLAGS="$cf_new_cppflags $CPPFLAGS" +fi + +if test -n "$cf_new_extra_cppflags" ; then + + EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS" +fi + + fi + + if test -n "$cf_libs_ssl" ; then + case "x$cf_libs_ssl" in #(vi + *-L*) #(vi + cf_cv_library_path_ssl=`echo "$cf_libs_ssl" | sed -e 's/^.*-L//' -e 's/ .*//'` + ;; + *) + cf_cv_library_path_ssl=/usr/lib + ;; + esac + test -n "$verbose" && echo " adding $cf_libs_ssl to LIBS" 1>&6 + +echo "${as_me-configure}:13464: testing adding $cf_libs_ssl to LIBS ..." 1>&5 + + LIBS="$cf_libs_ssl $LIBS" + fi + else + test -n "$verbose" && echo " ... did not find $cf_pkg_gnutls in pkg-config" 1>&6 + +echo "${as_me-configure}:13471: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5 + + cf_pkg_gnutls=none + fi + ;; + esac + fi + + if test "$cf_cv_have_gnutls" = no ; then + cat >>confdefs.h <<\EOF #define USE_GNUTLS_INCL 1 EOF - cf_gnutls_CPPFLAGS=$CPPFLAGS + cf_gnutls_CPPFLAGS=$CPPFLAGS # If the linkage is not already in the $CPPFLAGS/$LDFLAGS configuration, these # will be set on completion of the AC_TRY_LINK below. cf_cv_header_path_gnutls= cf_cv_library_path_gnutls= -echo "${as_me-configure}:13059: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me-configure}:13491: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 13062 "configure" +#line 13494 "configure" #include "confdefs.h" #include <stdio.h> @@ -13088,16 +13520,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13091: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13523: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13094: \$? = $ac_status" >&5 + echo "$as_me:13526: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13097: \"$ac_try\"") >&5 + { (eval echo "$as_me:13529: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13100: \$? = $ac_status" >&5 + echo "$as_me:13532: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_gnutls=yes else @@ -13106,7 +13538,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_gnutls=no -echo "${as_me-configure}:13109: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me-configure}:13541: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -13214,11 +13646,11 @@ cf_search="$cf_header_path_list $cf_search" 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}:13217: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5 +echo "${as_me-configure}:13649: 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 13221 "configure" +#line 13653 "configure" #include "confdefs.h" #include <stdio.h> @@ -13247,21 +13679,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:13250: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:13682: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:13253: \$? = $ac_status" >&5 + echo "$as_me:13685: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:13256: \"$ac_try\"") >&5 + { (eval echo "$as_me:13688: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13259: \$? = $ac_status" >&5 + echo "$as_me:13691: \$? = $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}:13264: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5 +echo "${as_me-configure}:13696: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5 cf_cv_find_linkage_gnutls=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -13279,7 +13711,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_gnutls" = maybe ; then -echo "${as_me-configure}:13282: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5 +echo "${as_me-configure}:13714: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -13375,13 +13807,13 @@ cf_search="$cf_library_path_list $cf_search" 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}:13378: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5 +echo "${as_me-configure}:13810: 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 13384 "configure" +#line 13816 "configure" #include "confdefs.h" #include <stdio.h> @@ -13410,21 +13842,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13413: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13845: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13416: \$? = $ac_status" >&5 + echo "$as_me:13848: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13419: \"$ac_try\"") >&5 + { (eval echo "$as_me:13851: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13422: \$? = $ac_status" >&5 + echo "$as_me:13854: \$? = $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}:13427: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5 +echo "${as_me-configure}:13859: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5 cf_cv_find_linkage_gnutls=yes cf_cv_library_file_gnutls="-lgnutls" @@ -13459,18 +13891,19 @@ else cf_cv_have_gnutls=no fi - CPPFLAGS=$cf_gnutls_CPPFLAGS + CPPFLAGS=$cf_gnutls_CPPFLAGS + fi - if test "$cf_cv_have_gnutls" = yes ; then - if test -n "$cf_cv_header_path_gnutls" ; then - cat >>confdefs.h <<\EOF + if test "$cf_cv_have_gnutls" = yes ; then + if test -n "$cf_cv_header_path_gnutls" ; then + cat >>confdefs.h <<\EOF #define USE_SSL 1 EOF - case $cf_cv_header_path_gnutls in - /usr/include/gnutls) - ;; - *) + case $cf_cv_header_path_gnutls in + /usr/include/gnutls) + ;; + *) if test -n "$cf_cv_header_path_gnutls" ; then for cf_add_incdir in $cf_cv_header_path_gnutls @@ -13496,7 +13929,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 13499 "configure" +#line 13932 "configure" #include "confdefs.h" #include <stdio.h> int @@ -13508,16 +13941,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:13511: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:13944: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:13514: \$? = $ac_status" >&5 + echo "$as_me:13947: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:13517: \"$ac_try\"") >&5 + { (eval echo "$as_me:13950: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13520: \$? = $ac_status" >&5 + echo "$as_me:13953: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -13534,7 +13967,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:13537: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:13970: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -13549,10 +13982,10 @@ echo "${as_me-configure}:13537: testing adding $cf_add_incdir to include-path .. done fi - ;; - esac - fi - if test -n "$cf_cv_library_path_gnutls" ; then + ;; + esac + fi + if test -n "$cf_cv_library_path_gnutls" ; then if test -n "$cf_cv_library_path_gnutls" ; then for cf_add_libdir in $cf_cv_library_path_gnutls @@ -13573,7 +14006,7 @@ if test -n "$cf_cv_library_path_gnutls" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:13576: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:14009: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -13581,11 +14014,11 @@ echo "${as_me-configure}:13576: testing adding $cf_add_libdir to library-path .. done fi - fi - LIBS="-lgnutls -lcrypt $LIBS" - fi + fi + LIBS="-lgnutls -lcrypt $LIBS" - echo "$as_me:13588: checking for SSL_connect in -lgnutls-openssl" >&5 + if test "$cf_pkg_gnutls" = none ; then + echo "$as_me:14021: 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 @@ -13593,7 +14026,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgnutls-openssl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13596 "configure" +#line 14029 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -13612,16 +14045,16 @@ SSL_connect (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13615: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14048: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13618: \$? = $ac_status" >&5 + echo "$as_me:14051: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13621: \"$ac_try\"") >&5 + { (eval echo "$as_me:14054: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13624: \$? = $ac_status" >&5 + echo "$as_me:14057: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gnutls_openssl_SSL_connect=yes else @@ -13632,12 +14065,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:13635: result: $ac_cv_lib_gnutls_openssl_SSL_connect" >&5 +echo "$as_me:14068: 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:13640: checking for SSL_connect in -lgnutls-extra" >&5 + echo "$as_me:14073: 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 @@ -13645,7 +14078,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgnutls-extra $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13648 "configure" +#line 14081 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -13664,16 +14097,16 @@ SSL_connect (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13667: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14100: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13670: \$? = $ac_status" >&5 + echo "$as_me:14103: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13673: \"$ac_try\"") >&5 + { (eval echo "$as_me:14106: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13676: \$? = $ac_status" >&5 + echo "$as_me:14109: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gnutls_extra_SSL_connect=yes else @@ -13684,22 +14117,24 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:13687: result: $ac_cv_lib_gnutls_extra_SSL_connect" >&5 +echo "$as_me:14120: 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:13692: error: cannot find gnutls openssl functions" >&5 + { { echo "$as_me:14125: 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:13699: checking for X509 support" >&5 + fi + +echo "$as_me:14134: checking for X509 support" >&5 echo $ECHO_N "checking for X509 support... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 13702 "configure" +#line 14137 "configure" #include "confdefs.h" #include <stdio.h> @@ -13723,16 +14158,16 @@ X509_verify_cert_error_string(X509_STORE_CTX_get_error(NULL)) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13726: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14161: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13729: \$? = $ac_status" >&5 + echo "$as_me:14164: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13732: \"$ac_try\"") >&5 + { (eval echo "$as_me:14167: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13735: \$? = $ac_status" >&5 + echo "$as_me:14170: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_x509_support=yes else @@ -13741,7 +14176,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:13744: result: $cf_x509_support" >&5 +echo "$as_me:14179: result: $cf_x509_support" >&5 echo "${ECHO_T}$cf_x509_support" >&6 if test "$cf_x509_support" = yes ; then @@ -13751,6 +14186,8 @@ EOF fi + fi + fi elif test "x$cf_cv_use_libnss_compat" != xno ; then @@ -13771,7 +14208,7 @@ no) #(vi ;; yes) #(vi -echo "$as_me:13774: checking for SSL_get_version in -lnss_compat_ossl" >&5 +echo "$as_me:14211: checking for SSL_get_version in -lnss_compat_ossl" >&5 echo $ECHO_N "checking for SSL_get_version in -lnss_compat_ossl... $ECHO_C" >&6 if test "${ac_cv_lib_nss_compat_ossl_SSL_get_version+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13779,7 +14216,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnss_compat_ossl -lnss_compat_ossl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13782 "configure" +#line 14219 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -13798,16 +14235,16 @@ SSL_get_version (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13801: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14238: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13804: \$? = $ac_status" >&5 + echo "$as_me:14241: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13807: \"$ac_try\"") >&5 + { (eval echo "$as_me:14244: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13810: \$? = $ac_status" >&5 + echo "$as_me:14247: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nss_compat_ossl_SSL_get_version=yes else @@ -13818,7 +14255,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:13821: result: $ac_cv_lib_nss_compat_ossl_SSL_get_version" >&5 +echo "$as_me:14258: result: $ac_cv_lib_nss_compat_ossl_SSL_get_version" >&5 echo "${ECHO_T}$ac_cv_lib_nss_compat_ossl_SSL_get_version" >&6 if test $ac_cv_lib_nss_compat_ossl_SSL_get_version = yes; then cat >>confdefs.h <<EOF @@ -13833,11 +14270,11 @@ else if test -d $cf_ssl_root ; then test -n "$verbose" && echo " assume it is in $cf_ssl_root" 1>&6 -echo "${as_me-configure}:13836: testing assume it is in $cf_ssl_root ..." 1>&5 +echo "${as_me-configure}:14273: testing assume it is in $cf_ssl_root ..." 1>&5 cf_ssl_library="-L$cf_ssl_root/lib $cf_ssl_library" else - { { echo "$as_me:13840: error: cannot find NSS compilant libraries" >&5 + { { echo "$as_me:14277: error: cannot find NSS compilant libraries" >&5 echo "$as_me: error: cannot find NSS compilant libraries" >&2;} { (exit 1); exit 1; }; } fi @@ -13852,13 +14289,13 @@ fi elif test -d $cf_cv_use_libnss_compat/../include ; then cf_ssl_root=$cf_cv_use_libnss_compat/.. else - { { echo "$as_me:13855: error: cannot find NSS compilant library under $cf_cv_use_libnss_compat" >&5 + { { echo "$as_me:14292: error: cannot find NSS compilant library under $cf_cv_use_libnss_compat" >&5 echo "$as_me: error: cannot find NSS compilant library under $cf_cv_use_libnss_compat" >&2;} { (exit 1); exit 1; }; } fi cf_ssl_library="-L$cf_ssl_root/lib $cf_ssl_library" else - { echo "$as_me:13861: WARNING: expected a directory: $cf_cv_use_libnss_compat" >&5 + { echo "$as_me:14298: WARNING: expected a directory: $cf_cv_use_libnss_compat" >&5 echo "$as_me: WARNING: expected a directory: $cf_cv_use_libnss_compat" >&2;} fi ;; @@ -13942,10 +14379,10 @@ if test -n "$cf_new_extra_cppflags" ; then fi if test "$cf_ssl_subincs" = yes ; then -echo "$as_me:13945: checking for NSS compilant include directory" >&5 +echo "$as_me:14382: checking for NSS compilant include directory" >&5 echo $ECHO_N "checking for NSS compilant include directory... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 13948 "configure" +#line 14385 "configure" #include "confdefs.h" #include <stdio.h> @@ -13959,16 +14396,16 @@ SSL_shutdown((SSL *)0) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:13962: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14399: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:13965: \$? = $ac_status" >&5 + echo "$as_me:14402: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:13968: \"$ac_try\"") >&5 + { (eval echo "$as_me:14405: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13971: \$? = $ac_status" >&5 + echo "$as_me:14408: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_ssl_incl=yes else @@ -13977,7 +14414,7 @@ cat conftest.$ac_ext >&5 cf_ssl_incl=no fi rm -f conftest.$ac_objext conftest.$ac_ext -echo "$as_me:13980: result: $cf_ssl_incl" >&5 +echo "$as_me:14417: result: $cf_ssl_incl" >&5 echo "${ECHO_T}$cf_ssl_incl" >&6 test "$cf_ssl_incl" = yes && cat >>confdefs.h <<\EOF #define USE_NSS_COMPAT_INCL 1 @@ -13985,10 +14422,10 @@ EOF fi -echo "$as_me:13988: checking if we can link to NSS compilant library" >&5 +echo "$as_me:14425: checking if we can link to NSS compilant library" >&5 echo $ECHO_N "checking if we can link to NSS compilant library... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 13991 "configure" +#line 14428 "configure" #include "confdefs.h" #include <stdio.h> @@ -14007,16 +14444,16 @@ SSL_shutdown((SSL *)0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14010: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14447: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14013: \$? = $ac_status" >&5 + echo "$as_me:14450: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14016: \"$ac_try\"") >&5 + { (eval echo "$as_me:14453: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14019: \$? = $ac_status" >&5 + echo "$as_me:14456: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_ssl_library=yes else @@ -14025,7 +14462,7 @@ cat conftest.$ac_ext >&5 cf_ssl_library=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$as_me:14028: result: $cf_ssl_library" >&5 +echo "$as_me:14465: result: $cf_ssl_library" >&5 echo "${ECHO_T}$cf_ssl_library" >&6 if test "$cf_ssl_library" = yes ; then cat >>confdefs.h <<\EOF @@ -14037,7 +14474,7 @@ EOF EOF else - { { echo "$as_me:14040: error: Cannot link with NSS compilant libraries" >&5 + { { echo "$as_me:14477: error: Cannot link with NSS compilant libraries" >&5 echo "$as_me: error: Cannot link with NSS compilant libraries" >&2;} { (exit 1); exit 1; }; } fi @@ -14045,7 +14482,7 @@ fi fi ### check for ipv6 support -echo "$as_me:14048: checking whether to enable ipv6" >&5 +echo "$as_me:14485: 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. @@ -14061,11 +14498,11 @@ EOF else enableval=no fi; -echo "$as_me:14064: result: $enableval" >&5 +echo "$as_me:14501: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 if test "$enableval" = "yes"; then -echo "$as_me:14068: checking ipv6 stack type" >&5 +echo "$as_me:14505: 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 @@ -14086,7 +14523,7 @@ do ;; inria) #(vi cat >conftest.$ac_ext <<_ACEOF -#line 14089 "configure" +#line 14526 "configure" #include "confdefs.h" #include <netinet/in.h> @@ -14103,7 +14540,7 @@ rm -f conftest* ;; kame) #(vi cat >conftest.$ac_ext <<_ACEOF -#line 14106 "configure" +#line 14543 "configure" #include "confdefs.h" #include <netinet/in.h> @@ -14120,7 +14557,7 @@ rm -f conftest* ;; linux-glibc) #(vi cat >conftest.$ac_ext <<_ACEOF -#line 14123 "configure" +#line 14560 "configure" #include "confdefs.h" #include <features.h> @@ -14146,7 +14583,7 @@ rm -f conftest* ;; toshiba) #(vi cat >conftest.$ac_ext <<_ACEOF -#line 14149 "configure" +#line 14586 "configure" #include "confdefs.h" #include <sys/param.h> @@ -14163,7 +14600,7 @@ rm -f conftest* ;; v6d) #(vi cat >conftest.$ac_ext <<_ACEOF -#line 14166 "configure" +#line 14603 "configure" #include "confdefs.h" #include </usr/local/v6/include/sys/v6config.h> @@ -14180,7 +14617,7 @@ rm -f conftest* ;; zeta) cat >conftest.$ac_ext <<_ACEOF -#line 14183 "configure" +#line 14620 "configure" #include "confdefs.h" #include <sys/param.h> @@ -14202,13 +14639,13 @@ rm -f conftest* done fi -echo "$as_me:14205: result: $cf_cv_ipv6type" >&5 +echo "$as_me:14642: result: $cf_cv_ipv6type" >&5 echo "${ECHO_T}$cf_cv_ipv6type" >&6 cf_ipv6lib=none cf_ipv6dir=none -echo "$as_me:14211: checking for IPv6 library if required" >&5 +echo "$as_me:14648: 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 @@ -14238,13 +14675,13 @@ zeta) cf_ipv6dir=v6 ;; esac -echo "$as_me:14241: result: $cf_ipv6lib" >&5 +echo "$as_me:14678: result: $cf_ipv6lib" >&5 echo "${ECHO_T}$cf_ipv6lib" >&6 if test "$cf_ipv6lib" != "none"; then cat >conftest.$ac_ext <<_ACEOF -#line 14247 "configure" +#line 14684 "configure" #include "confdefs.h" #include <sys/types.h> @@ -14260,16 +14697,16 @@ getaddrinfo(0, 0, 0, 0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14263: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14700: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14266: \$? = $ac_status" >&5 + echo "$as_me:14703: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14269: \"$ac_try\"") >&5 + { (eval echo "$as_me:14706: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14272: \$? = $ac_status" >&5 + echo "$as_me:14709: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -14404,7 +14841,7 @@ if test -n "$cf_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 14407 "configure" +#line 14844 "configure" #include "confdefs.h" #include <stdio.h> int @@ -14416,16 +14853,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14419: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:14856: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14422: \$? = $ac_status" >&5 + echo "$as_me:14859: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14425: \"$ac_try\"") >&5 + { (eval echo "$as_me:14862: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14428: \$? = $ac_status" >&5 + echo "$as_me:14865: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -14442,7 +14879,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:14445: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:14882: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -14468,13 +14905,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:14471: checking for getaddrinfo" >&5 + echo "$as_me:14908: 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 14477 "configure" +#line 14914 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getaddrinfo (); below. */ @@ -14505,16 +14942,16 @@ f = getaddrinfo; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14508: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14945: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14511: \$? = $ac_status" >&5 + echo "$as_me:14948: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14514: \"$ac_try\"") >&5 + { (eval echo "$as_me:14951: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14517: \$? = $ac_status" >&5 + echo "$as_me:14954: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_getaddrinfo=yes else @@ -14524,18 +14961,18 @@ ac_cv_func_getaddrinfo=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:14527: result: $ac_cv_func_getaddrinfo" >&5 +echo "$as_me:14964: 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:14534: checking for getaddrinfo in -l$cf_ipv6lib" >&5 + echo "$as_me:14971: 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 14538 "configure" +#line 14975 "configure" #include "confdefs.h" #include <sys/types.h> @@ -14551,25 +14988,25 @@ getaddrinfo(0, 0, 0, 0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14554: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14991: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14557: \$? = $ac_status" >&5 + echo "$as_me:14994: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14560: \"$ac_try\"") >&5 + { (eval echo "$as_me:14997: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14563: \$? = $ac_status" >&5 + echo "$as_me:15000: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:14565: result: yes" >&5 + echo "$as_me:15002: 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:14572: result: no" >&5 +echo "$as_me:15009: result: no" >&5 echo "${ECHO_T}no" >&6 cf_library_path_list="" @@ -14658,11 +15095,11 @@ cf_search="$cf_library_path_list $cf_search" for cf_libdir in $cf_search do - echo "$as_me:14661: checking for -l$cf_ipv6lib in $cf_libdir" >&5 + echo "$as_me:15098: 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 14665 "configure" +#line 15102 "configure" #include "confdefs.h" #include <sys/types.h> @@ -14678,25 +15115,25 @@ getaddrinfo(0, 0, 0, 0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14681: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15118: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14684: \$? = $ac_status" >&5 + echo "$as_me:15121: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14687: \"$ac_try\"") >&5 + { (eval echo "$as_me:15124: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14690: \$? = $ac_status" >&5 + echo "$as_me:15127: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:14692: result: yes" >&5 + echo "$as_me:15129: 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:14699: result: no" >&5 +echo "$as_me:15136: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -14711,7 +15148,7 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'$cf_ipv6lib if test $cf_found_library = no ; then - { { echo "$as_me:14714: error: No $cf_ipv6lib library found, cannot continue. You must fetch lib$cf_ipv6lib.a + { { echo "$as_me:15151: 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;} @@ -14719,7 +15156,7 @@ from an appropriate IPv6 kit and compile beforehand." >&2;} fi fi -echo "$as_me:14722: checking working getaddrinfo" >&5 +echo "$as_me:15159: 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 @@ -14729,7 +15166,7 @@ if test "$cross_compiling" = yes; then cf_cv_getaddrinfo=unknown else cat >conftest.$ac_ext <<_ACEOF -#line 14732 "configure" +#line 15169 "configure" #include "confdefs.h" #include <sys/types.h> @@ -14809,15 +15246,15 @@ int main() _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:14812: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15249: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14815: \$? = $ac_status" >&5 + echo "$as_me:15252: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:14817: \"$ac_try\"") >&5 + { (eval echo "$as_me:15254: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14820: \$? = $ac_status" >&5 + echo "$as_me:15257: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_getaddrinfo=yes else @@ -14830,7 +15267,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:14833: result: $cf_cv_getaddrinfo" >&5 +echo "$as_me:15270: result: $cf_cv_getaddrinfo" >&5 echo "${ECHO_T}$cf_cv_getaddrinfo" >&6 if test "$cf_cv_getaddrinfo" = yes ; then cat >>confdefs.h <<\EOF @@ -14845,12 +15282,12 @@ fi if test "$cf_cv_getaddrinfo" != "yes"; then if test "$cf_cv_ipv6type" != "linux"; then - { echo "$as_me:14848: WARNING: You must get working getaddrinfo() function, + { echo "$as_me:15285: 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:14853: WARNING: The getaddrinfo() implementation on your system seems be buggy. + { echo "$as_me:15290: 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. @@ -14861,7 +15298,7 @@ fi fi -echo "$as_me:14864: checking for screen type" >&5 +echo "$as_me:15301: 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 @@ -14875,7 +15312,7 @@ case $withval in curses|ncurses|ncursesw|pdcurses|slang) cf_cv_screen=$withval ;; -*) { { echo "$as_me:14878: error: Unexpected value" >&5 +*) { { echo "$as_me:15315: error: Unexpected value" >&5 echo "$as_me: error: Unexpected value" >&2;} { (exit 1); exit 1; }; } ;; @@ -14884,7 +15321,7 @@ else cf_cv_screen=curses fi; fi -echo "$as_me:14887: result: $cf_cv_screen" >&5 +echo "$as_me:15324: result: $cf_cv_screen" >&5 echo "${ECHO_T}$cf_cv_screen" >&6 case $cf_cv_screen in @@ -14919,7 +15356,7 @@ case ".$withval" in #(vi withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; *) - { { echo "$as_me:14922: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:15359: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -14938,7 +15375,7 @@ dft_color_style=yes case $cf_cv_screen in curses) -echo "$as_me:14941: checking for extra include directories" >&5 +echo "$as_me:15378: 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 @@ -14958,11 +15395,11 @@ sunos3*|sunos4*) esac fi -echo "$as_me:14961: result: $cf_cv_curses_incdir" >&5 +echo "$as_me:15398: 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:14965: checking if we have identified curses headers" >&5 +echo "$as_me:15402: 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 @@ -14976,7 +15413,7 @@ for cf_header in \ ncurses/ncurses.h do cat >conftest.$ac_ext <<_ACEOF -#line 14979 "configure" +#line 15416 "configure" #include "confdefs.h" #include <${cf_header}> int @@ -14988,16 +15425,16 @@ initscr(); tgoto("?", 0,0) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:14991: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:15428: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14994: \$? = $ac_status" >&5 + echo "$as_me:15431: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:14997: \"$ac_try\"") >&5 + { (eval echo "$as_me:15434: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15000: \$? = $ac_status" >&5 + echo "$as_me:15437: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_header=$cf_header; break else @@ -15008,11 +15445,11 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:15011: result: $cf_cv_ncurses_header" >&5 +echo "$as_me:15448: 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:15015: error: No curses header-files found" >&5 + { { echo "$as_me:15452: error: No curses header-files found" >&5 echo "$as_me: error: No curses header-files found" >&2;} { (exit 1); exit 1; }; } fi @@ -15022,23 +15459,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:15025: checking for $ac_header" >&5 +echo "$as_me:15462: 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 15031 "configure" +#line 15468 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:15035: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:15472: \"$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:15041: \$? = $ac_status" >&5 + echo "$as_me:15478: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -15057,7 +15494,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:15060: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:15497: 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 @@ -15067,7 +15504,7 @@ EOF fi done -echo "$as_me:15070: checking for terminfo header" >&5 +echo "$as_me:15507: 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 @@ -15085,7 +15522,7 @@ esac for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" do cat >conftest.$ac_ext <<_ACEOF -#line 15088 "configure" +#line 15525 "configure" #include "confdefs.h" #include <stdio.h> #include <${cf_cv_ncurses_header-curses.h}> @@ -15100,16 +15537,16 @@ int x = auto_left_margin } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:15103: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:15540: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:15106: \$? = $ac_status" >&5 + echo "$as_me:15543: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:15109: \"$ac_try\"") >&5 + { (eval echo "$as_me:15546: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15112: \$? = $ac_status" >&5 + echo "$as_me:15549: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_term_header="$cf_test" @@ -15125,7 +15562,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:15128: result: $cf_cv_term_header" >&5 +echo "$as_me:15565: result: $cf_cv_term_header" >&5 echo "${ECHO_T}$cf_cv_term_header" >&6 # Set definitions to allow ifdef'ing to accommodate subdirectories @@ -15154,7 +15591,7 @@ EOF ;; esac -echo "$as_me:15157: checking for ncurses version" >&5 +echo "$as_me:15594: 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 @@ -15180,10 +15617,10 @@ Autoconf "old" #endif EOF cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out" - { (eval echo "$as_me:15183: \"$cf_try\"") >&5 + { (eval echo "$as_me:15620: \"$cf_try\"") >&5 (eval $cf_try) 2>&5 ac_status=$? - echo "$as_me:15186: \$? = $ac_status" >&5 + echo "$as_me:15623: \$? = $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%".*%%'` @@ -15193,7 +15630,7 @@ EOF else cat >conftest.$ac_ext <<_ACEOF -#line 15196 "configure" +#line 15633 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -15218,15 +15655,15 @@ int main() } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:15221: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15658: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15224: \$? = $ac_status" >&5 + echo "$as_me:15661: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:15226: \"$ac_try\"") >&5 + { (eval echo "$as_me:15663: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15229: \$? = $ac_status" >&5 + echo "$as_me:15666: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_version=`cat $cf_tempfile` @@ -15240,16 +15677,16 @@ fi rm -f $cf_tempfile fi -echo "$as_me:15243: result: $cf_cv_ncurses_version" >&5 +echo "$as_me:15680: 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:15249: checking if we have identified curses libraries" >&5 +echo "$as_me:15686: 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 15252 "configure" +#line 15689 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -15261,16 +15698,16 @@ initscr(); tgoto("?", 0,0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15264: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15701: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15267: \$? = $ac_status" >&5 + echo "$as_me:15704: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15270: \"$ac_try\"") >&5 + { (eval echo "$as_me:15707: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15273: \$? = $ac_status" >&5 + echo "$as_me:15710: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -15279,13 +15716,13 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$as_me:15282: result: $cf_result" >&5 +echo "$as_me:15719: 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:15288: checking for tgoto in -lmytinfo" >&5 + echo "$as_me:15725: 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 @@ -15293,7 +15730,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lmytinfo $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15296 "configure" +#line 15733 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -15312,16 +15749,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15315: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15752: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15318: \$? = $ac_status" >&5 + echo "$as_me:15755: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15321: \"$ac_try\"") >&5 + { (eval echo "$as_me:15758: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15324: \$? = $ac_status" >&5 + echo "$as_me:15761: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_mytinfo_tgoto=yes else @@ -15332,7 +15769,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:15335: result: $ac_cv_lib_mytinfo_tgoto" >&5 +echo "$as_me:15772: 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" @@ -15340,7 +15777,7 @@ fi ;; hpux10.*) #(vi - echo "$as_me:15343: checking for initscr in -lcur_colr" >&5 + echo "$as_me:15780: 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 @@ -15348,7 +15785,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lcur_colr $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15351 "configure" +#line 15788 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -15367,16 +15804,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15370: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15807: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15373: \$? = $ac_status" >&5 + echo "$as_me:15810: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15376: \"$ac_try\"") >&5 + { (eval echo "$as_me:15813: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15379: \$? = $ac_status" >&5 + echo "$as_me:15816: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_cur_colr_initscr=yes else @@ -15387,7 +15824,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:15390: result: $ac_cv_lib_cur_colr_initscr" >&5 +echo "$as_me:15827: 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 @@ -15396,7 +15833,7 @@ if test $ac_cv_lib_cur_colr_initscr = yes; then else - echo "$as_me:15399: checking for initscr in -lHcurses" >&5 + echo "$as_me:15836: 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 @@ -15404,7 +15841,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lHcurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15407 "configure" +#line 15844 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -15423,16 +15860,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15426: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15863: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15429: \$? = $ac_status" >&5 + echo "$as_me:15866: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15432: \"$ac_try\"") >&5 + { (eval echo "$as_me:15869: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15435: \$? = $ac_status" >&5 + echo "$as_me:15872: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Hcurses_initscr=yes else @@ -15443,7 +15880,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:15446: result: $ac_cv_lib_Hcurses_initscr" >&5 +echo "$as_me:15883: 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 @@ -15478,7 +15915,7 @@ if test -n "/lib" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:15481: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:15918: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -15509,7 +15946,7 @@ if test -n "/usr/5lib" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:15512: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:15949: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -15537,13 +15974,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:15540: checking for tgoto" >&5 + echo "$as_me:15977: 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 15546 "configure" +#line 15983 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char tgoto (); below. */ @@ -15574,16 +16011,16 @@ f = tgoto; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15577: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16014: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15580: \$? = $ac_status" >&5 + echo "$as_me:16017: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15583: \"$ac_try\"") >&5 + { (eval echo "$as_me:16020: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15586: \$? = $ac_status" >&5 + echo "$as_me:16023: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_tgoto=yes else @@ -15593,7 +16030,7 @@ ac_cv_func_tgoto=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:15596: result: $ac_cv_func_tgoto" >&5 +echo "$as_me:16033: 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 @@ -15602,7 +16039,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:15605: checking for tgoto in -l$cf_term_lib" >&5 +echo "$as_me:16042: 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 @@ -15610,7 +16047,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-l$cf_term_lib $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15613 "configure" +#line 16050 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -15629,16 +16066,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15632: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16069: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15635: \$? = $ac_status" >&5 + echo "$as_me:16072: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15638: \"$ac_try\"") >&5 + { (eval echo "$as_me:16075: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15641: \$? = $ac_status" >&5 + echo "$as_me:16078: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Lib=yes" else @@ -15649,7 +16086,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:15652: result: `eval echo '${'$as_ac_Lib'}'`" >&5 +echo "$as_me:16089: 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 @@ -15664,7 +16101,7 @@ fi for cf_curs_lib in $cf_check_list xcurses jcurses pdcurses unknown do as_ac_Lib=`echo "ac_cv_lib_$cf_curs_lib''_initscr" | $as_tr_sh` -echo "$as_me:15667: checking for initscr in -l$cf_curs_lib" >&5 +echo "$as_me:16104: 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 @@ -15672,7 +16109,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-l$cf_curs_lib $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15675 "configure" +#line 16112 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -15691,16 +16128,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15694: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16131: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15697: \$? = $ac_status" >&5 + echo "$as_me:16134: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15700: \"$ac_try\"") >&5 + { (eval echo "$as_me:16137: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15703: \$? = $ac_status" >&5 + echo "$as_me:16140: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Lib=yes" else @@ -15711,23 +16148,23 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:15714: result: `eval echo '${'$as_ac_Lib'}'`" >&5 +echo "$as_me:16151: 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:15721: error: no curses library found" >&5 + test $cf_curs_lib = unknown && { { echo "$as_me:16158: 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:15727: checking if we can link with $cf_curs_lib library" >&5 + echo "$as_me:16164: 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 15730 "configure" +#line 16167 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -15739,16 +16176,16 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15742: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16179: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15745: \$? = $ac_status" >&5 + echo "$as_me:16182: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15748: \"$ac_try\"") >&5 + { (eval echo "$as_me:16185: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15751: \$? = $ac_status" >&5 + echo "$as_me:16188: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -15757,18 +16194,18 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - echo "$as_me:15760: result: $cf_result" >&5 + echo "$as_me:16197: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 - test $cf_result = no && { { echo "$as_me:15762: error: Cannot link curses library" >&5 + test $cf_result = no && { { echo "$as_me:16199: 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:15768: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5 + echo "$as_me:16205: 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 15771 "configure" +#line 16208 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -15780,16 +16217,16 @@ initscr(); tgoto((char *)0, 0, 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15783: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16220: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15786: \$? = $ac_status" >&5 + echo "$as_me:16223: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15789: \"$ac_try\"") >&5 + { (eval echo "$as_me:16226: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15792: \$? = $ac_status" >&5 + echo "$as_me:16229: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=no else @@ -15798,7 +16235,7 @@ cat conftest.$ac_ext >&5 LIBS="-l$cf_curs_lib -l$cf_term_lib $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15801 "configure" +#line 16238 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -15810,16 +16247,16 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15813: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16250: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15816: \$? = $ac_status" >&5 + echo "$as_me:16253: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15819: \"$ac_try\"") >&5 + { (eval echo "$as_me:16256: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15822: \$? = $ac_status" >&5 + echo "$as_me:16259: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -15831,13 +16268,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:15834: result: $cf_result" >&5 + echo "$as_me:16271: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 fi fi fi -echo "$as_me:15840: checking for curses performance tradeoff" >&5 +echo "$as_me:16277: 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 @@ -15845,7 +16282,7 @@ else cf_cv_curs_performance=no cat >conftest.$ac_ext <<_ACEOF -#line 15848 "configure" +#line 16285 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -15864,20 +16301,20 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:15867: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16304: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:15870: \$? = $ac_status" >&5 + echo "$as_me:16307: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:15873: \"$ac_try\"") >&5 + { (eval echo "$as_me:16310: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15876: \$? = $ac_status" >&5 + echo "$as_me:16313: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 15880 "configure" +#line 16317 "configure" #include "confdefs.h" #define CURS_PERFORMANCE @@ -15897,16 +16334,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:15900: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16337: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:15903: \$? = $ac_status" >&5 + echo "$as_me:16340: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:15906: \"$ac_try\"") >&5 + { (eval echo "$as_me:16343: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15909: \$? = $ac_status" >&5 + echo "$as_me:16346: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_curs_performance=yes else @@ -15921,20 +16358,20 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:15924: result: $cf_cv_curs_performance" >&5 +echo "$as_me:16361: 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:15930: checking for curses touchline function" >&5 +echo "$as_me:16367: 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 15937 "configure" +#line 16374 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -15947,23 +16384,23 @@ touchline(stdscr, 1,2,3); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15950: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16387: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15953: \$? = $ac_status" >&5 + echo "$as_me:16390: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15956: \"$ac_try\"") >&5 + { (eval echo "$as_me:16393: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15959: \$? = $ac_status" >&5 + echo "$as_me:16396: \$? = $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 15966 "configure" +#line 16403 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -15976,16 +16413,16 @@ touchline(stdscr, 1,2); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15979: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16416: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15982: \$? = $ac_status" >&5 + echo "$as_me:16419: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15985: \"$ac_try\"") >&5 + { (eval echo "$as_me:16422: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15988: \$? = $ac_status" >&5 + echo "$as_me:16425: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_curs_touchline=sysv else @@ -15997,7 +16434,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:16000: result: $cf_cv_curs_touchline" >&5 +echo "$as_me:16437: result: $cf_cv_curs_touchline" >&5 echo "${ECHO_T}$cf_cv_curs_touchline" >&6 case "$cf_cv_curs_touchline" in #(vi bsd) #(vi @@ -16024,7 +16461,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:16027: checking for $ac_word" >&5 +echo "$as_me:16464: 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 @@ -16041,7 +16478,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:16044: found $ac_dir/$ac_word" >&5 + echo "$as_me:16481: found $ac_dir/$ac_word" >&5 break fi done @@ -16052,10 +16489,10 @@ fi NCURSES_CONFIG=$ac_cv_path_NCURSES_CONFIG if test -n "$NCURSES_CONFIG"; then - echo "$as_me:16055: result: $NCURSES_CONFIG" >&5 + echo "$as_me:16492: result: $NCURSES_CONFIG" >&5 echo "${ECHO_T}$NCURSES_CONFIG" >&6 else - echo "$as_me:16058: result: no" >&5 + echo "$as_me:16495: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -16113,7 +16550,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 16116 "configure" +#line 16553 "configure" #include "confdefs.h" #include <stdio.h> int @@ -16125,16 +16562,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16128: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16565: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16131: \$? = $ac_status" >&5 + echo "$as_me:16568: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16134: \"$ac_try\"") >&5 + { (eval echo "$as_me:16571: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16137: \$? = $ac_status" >&5 + echo "$as_me:16574: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -16151,7 +16588,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:16154: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:16591: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -16168,7 +16605,7 @@ fi } -echo "$as_me:16171: checking for $cf_ncuhdr_root header in include-path" >&5 +echo "$as_me:16608: 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 @@ -16180,7 +16617,7 @@ else do cat >conftest.$ac_ext <<_ACEOF -#line 16183 "configure" +#line 16620 "configure" #include "confdefs.h" #include <$cf_header> @@ -16204,16 +16641,16 @@ printf("old\n"); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16207: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16644: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16210: \$? = $ac_status" >&5 + echo "$as_me:16647: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16213: \"$ac_try\"") >&5 + { (eval echo "$as_me:16650: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16216: \$? = $ac_status" >&5 + echo "$as_me:16653: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_h=$cf_header @@ -16228,14 +16665,14 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:16231: result: $cf_cv_ncurses_h" >&5 +echo "$as_me:16668: 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:16238: checking for $cf_ncuhdr_root include-path" >&5 +echo "$as_me:16675: 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 @@ -16370,7 +16807,7 @@ if test -n "$cf_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 16373 "configure" +#line 16810 "configure" #include "confdefs.h" #include <stdio.h> int @@ -16382,16 +16819,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16385: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16822: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16388: \$? = $ac_status" >&5 + echo "$as_me:16825: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16391: \"$ac_try\"") >&5 + { (eval echo "$as_me:16828: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16394: \$? = $ac_status" >&5 + echo "$as_me:16831: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -16408,7 +16845,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:16411: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:16848: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -16429,7 +16866,7 @@ fi do cat >conftest.$ac_ext <<_ACEOF -#line 16432 "configure" +#line 16869 "configure" #include "confdefs.h" #include <$cf_header> @@ -16453,16 +16890,16 @@ printf("old\n"); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16456: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16893: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16459: \$? = $ac_status" >&5 + echo "$as_me:16896: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16462: \"$ac_try\"") >&5 + { (eval echo "$as_me:16899: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16465: \$? = $ac_status" >&5 + echo "$as_me:16902: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_h2=$cf_header @@ -16483,12 +16920,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:16486: error: not found" >&5 + test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:16923: error: not found" >&5 echo "$as_me: error: not found" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:16491: result: $cf_cv_ncurses_h2" >&5 +echo "$as_me:16928: 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%/[^/]*$%%'` @@ -16521,7 +16958,7 @@ if test -n "$cf_1st_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 16524 "configure" +#line 16961 "configure" #include "confdefs.h" #include <stdio.h> int @@ -16533,16 +16970,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16536: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16973: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16539: \$? = $ac_status" >&5 + echo "$as_me:16976: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16542: \"$ac_try\"") >&5 + { (eval echo "$as_me:16979: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16545: \$? = $ac_status" >&5 + echo "$as_me:16982: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -16559,7 +16996,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:16562: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:16999: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -16602,7 +17039,7 @@ EOF ;; esac -echo "$as_me:16605: checking for terminfo header" >&5 +echo "$as_me:17042: 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 @@ -16620,7 +17057,7 @@ esac for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" do cat >conftest.$ac_ext <<_ACEOF -#line 16623 "configure" +#line 17060 "configure" #include "confdefs.h" #include <stdio.h> #include <${cf_cv_ncurses_header-curses.h}> @@ -16635,16 +17072,16 @@ int x = auto_left_margin } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16638: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17075: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16641: \$? = $ac_status" >&5 + echo "$as_me:17078: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16644: \"$ac_try\"") >&5 + { (eval echo "$as_me:17081: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16647: \$? = $ac_status" >&5 + echo "$as_me:17084: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_term_header="$cf_test" @@ -16660,7 +17097,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:16663: result: $cf_cv_term_header" >&5 +echo "$as_me:17100: result: $cf_cv_term_header" >&5 echo "${ECHO_T}$cf_cv_term_header" >&6 # Set definitions to allow ifdef'ing to accommodate subdirectories @@ -16694,7 +17131,7 @@ cat >>confdefs.h <<\EOF #define NCURSES 1 EOF -echo "$as_me:16697: checking for ncurses version" >&5 +echo "$as_me:17134: 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 @@ -16720,10 +17157,10 @@ Autoconf "old" #endif EOF cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out" - { (eval echo "$as_me:16723: \"$cf_try\"") >&5 + { (eval echo "$as_me:17160: \"$cf_try\"") >&5 (eval $cf_try) 2>&5 ac_status=$? - echo "$as_me:16726: \$? = $ac_status" >&5 + echo "$as_me:17163: \$? = $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%".*%%'` @@ -16733,7 +17170,7 @@ EOF else cat >conftest.$ac_ext <<_ACEOF -#line 16736 "configure" +#line 17173 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -16758,15 +17195,15 @@ int main() } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:16761: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17198: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16764: \$? = $ac_status" >&5 + echo "$as_me:17201: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:16766: \"$ac_try\"") >&5 + { (eval echo "$as_me:17203: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16769: \$? = $ac_status" >&5 + echo "$as_me:17206: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_version=`cat $cf_tempfile` @@ -16780,7 +17217,7 @@ fi rm -f $cf_tempfile fi -echo "$as_me:16783: result: $cf_cv_ncurses_version" >&5 +echo "$as_me:17220: 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 @@ -16792,7 +17229,7 @@ cf_nculib_root=ncurses # to link gpm. cf_ncurses_LIBS="" cf_ncurses_SAVE="$LIBS" -echo "$as_me:16795: checking for Gpm_Open in -lgpm" >&5 +echo "$as_me:17232: 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 @@ -16800,7 +17237,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgpm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 16803 "configure" +#line 17240 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -16819,16 +17256,16 @@ Gpm_Open (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16822: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17259: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16825: \$? = $ac_status" >&5 + echo "$as_me:17262: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16828: \"$ac_try\"") >&5 + { (eval echo "$as_me:17265: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16831: \$? = $ac_status" >&5 + echo "$as_me:17268: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gpm_Gpm_Open=yes else @@ -16839,10 +17276,10 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:16842: result: $ac_cv_lib_gpm_Gpm_Open" >&5 +echo "$as_me:17279: 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:16845: checking for initscr in -lgpm" >&5 + echo "$as_me:17282: 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 @@ -16850,7 +17287,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgpm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 16853 "configure" +#line 17290 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -16869,16 +17306,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16872: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17309: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16875: \$? = $ac_status" >&5 + echo "$as_me:17312: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16878: \"$ac_try\"") >&5 + { (eval echo "$as_me:17315: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16881: \$? = $ac_status" >&5 + echo "$as_me:17318: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gpm_initscr=yes else @@ -16889,7 +17326,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:16892: result: $ac_cv_lib_gpm_initscr" >&5 +echo "$as_me:17329: 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" @@ -16904,7 +17341,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:16907: checking for tgoto in -lmytinfo" >&5 + echo "$as_me:17344: 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 @@ -16912,7 +17349,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lmytinfo $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 16915 "configure" +#line 17352 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -16931,16 +17368,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:16934: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17371: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16937: \$? = $ac_status" >&5 + echo "$as_me:17374: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:16940: \"$ac_try\"") >&5 + { (eval echo "$as_me:17377: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16943: \$? = $ac_status" >&5 + echo "$as_me:17380: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_mytinfo_tgoto=yes else @@ -16951,7 +17388,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:16954: result: $ac_cv_lib_mytinfo_tgoto" >&5 +echo "$as_me:17391: 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" @@ -16985,7 +17422,7 @@ if test -n "$cf_cv_curses_dir/lib" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:16988: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:17425: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -16998,13 +17435,13 @@ else eval 'cf_cv_have_lib_'$cf_nculib_root'=no' cf_libdir="" - echo "$as_me:17001: checking for initscr" >&5 + echo "$as_me:17438: 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 17007 "configure" +#line 17444 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char initscr (); below. */ @@ -17035,16 +17472,16 @@ f = initscr; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17038: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17475: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17041: \$? = $ac_status" >&5 + echo "$as_me:17478: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17044: \"$ac_try\"") >&5 + { (eval echo "$as_me:17481: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17047: \$? = $ac_status" >&5 + echo "$as_me:17484: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_initscr=yes else @@ -17054,18 +17491,18 @@ ac_cv_func_initscr=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:17057: result: $ac_cv_func_initscr" >&5 +echo "$as_me:17494: 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:17064: checking for initscr in -l$cf_nculib_root" >&5 + echo "$as_me:17501: 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 17068 "configure" +#line 17505 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -17077,25 +17514,25 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17080: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17517: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17083: \$? = $ac_status" >&5 + echo "$as_me:17520: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17086: \"$ac_try\"") >&5 + { (eval echo "$as_me:17523: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17089: \$? = $ac_status" >&5 + echo "$as_me:17526: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:17091: result: yes" >&5 + echo "$as_me:17528: 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:17098: result: no" >&5 +echo "$as_me:17535: result: no" >&5 echo "${ECHO_T}no" >&6 cf_library_path_list="" @@ -17184,11 +17621,11 @@ cf_search="$cf_library_path_list $cf_search" for cf_libdir in $cf_search do - echo "$as_me:17187: checking for -l$cf_nculib_root in $cf_libdir" >&5 + echo "$as_me:17624: 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 17191 "configure" +#line 17628 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -17200,25 +17637,25 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17203: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17640: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17206: \$? = $ac_status" >&5 + echo "$as_me:17643: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17209: \"$ac_try\"") >&5 + { (eval echo "$as_me:17646: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17212: \$? = $ac_status" >&5 + echo "$as_me:17649: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:17214: result: yes" >&5 + echo "$as_me:17651: 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:17221: result: no" >&5 +echo "$as_me:17658: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -17233,7 +17670,7 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'$cf_nculib_root if test $cf_found_library = no ; then - { { echo "$as_me:17236: error: Cannot link $cf_nculib_root library" >&5 + { { echo "$as_me:17673: error: Cannot link $cf_nculib_root library" >&5 echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;} { (exit 1); exit 1; }; } fi @@ -17241,7 +17678,7 @@ fi fi if test -n "$cf_ncurses_LIBS" ; then - echo "$as_me:17244: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5 + echo "$as_me:17681: 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 @@ -17251,7 +17688,7 @@ echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS.. fi done cat >conftest.$ac_ext <<_ACEOF -#line 17254 "configure" +#line 17691 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -17263,23 +17700,23 @@ initscr(); mousemask(0,0); tgoto((char *)0, 0, 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17266: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17703: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17269: \$? = $ac_status" >&5 + echo "$as_me:17706: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17272: \"$ac_try\"") >&5 + { (eval echo "$as_me:17709: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17275: \$? = $ac_status" >&5 + echo "$as_me:17712: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:17277: result: yes" >&5 + echo "$as_me:17714: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:17282: result: no" >&5 +echo "$as_me:17719: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_ncurses_SAVE" fi @@ -17297,7 +17734,7 @@ fi ;; ncursesw) -echo "$as_me:17300: checking for multibyte character support" >&5 +echo "$as_me:17737: 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 @@ -17305,7 +17742,7 @@ else cf_save_LIBS="$LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 17308 "configure" +#line 17745 "configure" #include "confdefs.h" #include <stdlib.h> @@ -17318,16 +17755,16 @@ putwc(0,0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17321: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17758: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17324: \$? = $ac_status" >&5 + echo "$as_me:17761: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17327: \"$ac_try\"") >&5 + { (eval echo "$as_me:17764: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17330: \$? = $ac_status" >&5 + echo "$as_me:17767: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_utf8_lib=yes else @@ -17339,10 +17776,10 @@ cat conftest.$ac_ext >&5 cf_cv_header_path_utf8= cf_cv_library_path_utf8= -echo "${as_me-configure}:17342: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 +echo "${as_me-configure}:17779: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 17345 "configure" +#line 17782 "configure" #include "confdefs.h" #include <libutf8.h> @@ -17355,16 +17792,16 @@ putwc(0,0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17358: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17795: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17361: \$? = $ac_status" >&5 + echo "$as_me:17798: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17364: \"$ac_try\"") >&5 + { (eval echo "$as_me:17801: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17367: \$? = $ac_status" >&5 + echo "$as_me:17804: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_utf8=yes else @@ -17373,7 +17810,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_utf8=no -echo "${as_me-configure}:17376: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 +echo "${as_me-configure}:17813: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -17481,11 +17918,11 @@ cf_search="$cf_header_path_list $cf_search" if test -d $cf_cv_header_path_utf8 ; then test -n "$verbose" && echo " ... testing $cf_cv_header_path_utf8" 1>&6 -echo "${as_me-configure}:17484: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 +echo "${as_me-configure}:17921: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_utf8" cat >conftest.$ac_ext <<_ACEOF -#line 17488 "configure" +#line 17925 "configure" #include "confdefs.h" #include <libutf8.h> @@ -17498,21 +17935,21 @@ putwc(0,0); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17501: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17938: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17504: \$? = $ac_status" >&5 + echo "$as_me:17941: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17507: \"$ac_try\"") >&5 + { (eval echo "$as_me:17944: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17510: \$? = $ac_status" >&5 + echo "$as_me:17947: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found utf8 headers in $cf_cv_header_path_utf8" 1>&6 -echo "${as_me-configure}:17515: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 +echo "${as_me-configure}:17952: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 cf_cv_find_linkage_utf8=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -17530,7 +17967,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_utf8" = maybe ; then -echo "${as_me-configure}:17533: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 +echo "${as_me-configure}:17970: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -17626,13 +18063,13 @@ cf_search="$cf_library_path_list $cf_search" if test -d $cf_cv_library_path_utf8 ; then test -n "$verbose" && echo " ... testing $cf_cv_library_path_utf8" 1>&6 -echo "${as_me-configure}:17629: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 +echo "${as_me-configure}:18066: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lutf8 $cf_save_LIBS" LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_utf8" cat >conftest.$ac_ext <<_ACEOF -#line 17635 "configure" +#line 18072 "configure" #include "confdefs.h" #include <libutf8.h> @@ -17645,21 +18082,21 @@ putwc(0,0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17648: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18085: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17651: \$? = $ac_status" >&5 + echo "$as_me:18088: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17654: \"$ac_try\"") >&5 + { (eval echo "$as_me:18091: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17657: \$? = $ac_status" >&5 + echo "$as_me:18094: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found utf8 library in $cf_cv_library_path_utf8" 1>&6 -echo "${as_me-configure}:17662: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 +echo "${as_me-configure}:18099: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 cf_cv_find_linkage_utf8=yes cf_cv_library_file_utf8="-lutf8" @@ -17697,7 +18134,7 @@ fi fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:17700: result: $cf_cv_utf8_lib" >&5 +echo "$as_me:18137: 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 @@ -17731,7 +18168,7 @@ if test -n "$cf_cv_header_path_utf8" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 17734 "configure" +#line 18171 "configure" #include "confdefs.h" #include <stdio.h> int @@ -17743,16 +18180,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17746: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18183: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17749: \$? = $ac_status" >&5 + echo "$as_me:18186: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17752: \"$ac_try\"") >&5 + { (eval echo "$as_me:18189: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17755: \$? = $ac_status" >&5 + echo "$as_me:18192: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -17769,7 +18206,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:17772: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:18209: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -17803,7 +18240,7 @@ if test -n "$cf_cv_library_path_utf8" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:17806: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:18243: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -17821,7 +18258,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:17824: checking for $ac_word" >&5 +echo "$as_me:18261: 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 @@ -17838,7 +18275,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:17841: found $ac_dir/$ac_word" >&5 + echo "$as_me:18278: found $ac_dir/$ac_word" >&5 break fi done @@ -17849,10 +18286,10 @@ fi NCURSES_CONFIG=$ac_cv_path_NCURSES_CONFIG if test -n "$NCURSES_CONFIG"; then - echo "$as_me:17852: result: $NCURSES_CONFIG" >&5 + echo "$as_me:18289: result: $NCURSES_CONFIG" >&5 echo "${ECHO_T}$NCURSES_CONFIG" >&6 else - echo "$as_me:17855: result: no" >&5 + echo "$as_me:18292: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -17910,7 +18347,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 17913 "configure" +#line 18350 "configure" #include "confdefs.h" #include <stdio.h> int @@ -17922,16 +18359,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17925: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18362: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17928: \$? = $ac_status" >&5 + echo "$as_me:18365: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17931: \"$ac_try\"") >&5 + { (eval echo "$as_me:18368: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17934: \$? = $ac_status" >&5 + echo "$as_me:18371: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -17948,7 +18385,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:17951: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:18388: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -17965,7 +18402,7 @@ fi } -echo "$as_me:17968: checking for $cf_ncuhdr_root header in include-path" >&5 +echo "$as_me:18405: 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 @@ -17977,7 +18414,7 @@ else do cat >conftest.$ac_ext <<_ACEOF -#line 17980 "configure" +#line 18417 "configure" #include "confdefs.h" #define _XOPEN_SOURCE_EXTENDED @@ -18009,16 +18446,16 @@ printf("old\n"); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18012: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18449: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18015: \$? = $ac_status" >&5 + echo "$as_me:18452: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18018: \"$ac_try\"") >&5 + { (eval echo "$as_me:18455: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18021: \$? = $ac_status" >&5 + echo "$as_me:18458: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_h=$cf_header @@ -18033,14 +18470,14 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:18036: result: $cf_cv_ncurses_h" >&5 +echo "$as_me:18473: 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:18043: checking for $cf_ncuhdr_root include-path" >&5 +echo "$as_me:18480: 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 @@ -18175,7 +18612,7 @@ if test -n "$cf_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 18178 "configure" +#line 18615 "configure" #include "confdefs.h" #include <stdio.h> int @@ -18187,16 +18624,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18190: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18627: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18193: \$? = $ac_status" >&5 + echo "$as_me:18630: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18196: \"$ac_try\"") >&5 + { (eval echo "$as_me:18633: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18199: \$? = $ac_status" >&5 + echo "$as_me:18636: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -18213,7 +18650,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:18216: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:18653: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -18234,7 +18671,7 @@ fi do cat >conftest.$ac_ext <<_ACEOF -#line 18237 "configure" +#line 18674 "configure" #include "confdefs.h" #include <$cf_header> @@ -18258,16 +18695,16 @@ printf("old\n"); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18261: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18698: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18264: \$? = $ac_status" >&5 + echo "$as_me:18701: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18267: \"$ac_try\"") >&5 + { (eval echo "$as_me:18704: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18270: \$? = $ac_status" >&5 + echo "$as_me:18707: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_h2=$cf_header @@ -18288,12 +18725,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:18291: error: not found" >&5 + test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:18728: error: not found" >&5 echo "$as_me: error: not found" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:18296: result: $cf_cv_ncurses_h2" >&5 +echo "$as_me:18733: 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%/[^/]*$%%'` @@ -18326,7 +18763,7 @@ if test -n "$cf_1st_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 18329 "configure" +#line 18766 "configure" #include "confdefs.h" #include <stdio.h> int @@ -18338,16 +18775,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18341: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18778: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18344: \$? = $ac_status" >&5 + echo "$as_me:18781: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18347: \"$ac_try\"") >&5 + { (eval echo "$as_me:18784: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18350: \$? = $ac_status" >&5 + echo "$as_me:18787: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -18364,7 +18801,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:18367: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:18804: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -18407,7 +18844,7 @@ EOF ;; esac -echo "$as_me:18410: checking for terminfo header" >&5 +echo "$as_me:18847: 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 @@ -18425,7 +18862,7 @@ esac for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h" do cat >conftest.$ac_ext <<_ACEOF -#line 18428 "configure" +#line 18865 "configure" #include "confdefs.h" #include <stdio.h> #include <${cf_cv_ncurses_header-curses.h}> @@ -18440,16 +18877,16 @@ int x = auto_left_margin } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18443: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18880: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18446: \$? = $ac_status" >&5 + echo "$as_me:18883: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18449: \"$ac_try\"") >&5 + { (eval echo "$as_me:18886: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18452: \$? = $ac_status" >&5 + echo "$as_me:18889: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_term_header="$cf_test" @@ -18465,7 +18902,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:18468: result: $cf_cv_term_header" >&5 +echo "$as_me:18905: result: $cf_cv_term_header" >&5 echo "${ECHO_T}$cf_cv_term_header" >&6 # Set definitions to allow ifdef'ing to accommodate subdirectories @@ -18499,7 +18936,7 @@ cat >>confdefs.h <<\EOF #define NCURSES 1 EOF -echo "$as_me:18502: checking for ncurses version" >&5 +echo "$as_me:18939: 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 @@ -18525,10 +18962,10 @@ Autoconf "old" #endif EOF cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out" - { (eval echo "$as_me:18528: \"$cf_try\"") >&5 + { (eval echo "$as_me:18965: \"$cf_try\"") >&5 (eval $cf_try) 2>&5 ac_status=$? - echo "$as_me:18531: \$? = $ac_status" >&5 + echo "$as_me:18968: \$? = $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%".*%%'` @@ -18538,7 +18975,7 @@ EOF else cat >conftest.$ac_ext <<_ACEOF -#line 18541 "configure" +#line 18978 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -18563,15 +19000,15 @@ int main() } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:18566: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19003: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18569: \$? = $ac_status" >&5 + echo "$as_me:19006: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:18571: \"$ac_try\"") >&5 + { (eval echo "$as_me:19008: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18574: \$? = $ac_status" >&5 + echo "$as_me:19011: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_version=`cat $cf_tempfile` @@ -18585,7 +19022,7 @@ fi rm -f $cf_tempfile fi -echo "$as_me:18588: result: $cf_cv_ncurses_version" >&5 +echo "$as_me:19025: 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 @@ -18597,7 +19034,7 @@ cf_nculib_root=ncursesw # to link gpm. cf_ncurses_LIBS="" cf_ncurses_SAVE="$LIBS" -echo "$as_me:18600: checking for Gpm_Open in -lgpm" >&5 +echo "$as_me:19037: 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 @@ -18605,7 +19042,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgpm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 18608 "configure" +#line 19045 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -18624,16 +19061,16 @@ Gpm_Open (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18627: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19064: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18630: \$? = $ac_status" >&5 + echo "$as_me:19067: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18633: \"$ac_try\"") >&5 + { (eval echo "$as_me:19070: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18636: \$? = $ac_status" >&5 + echo "$as_me:19073: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gpm_Gpm_Open=yes else @@ -18644,10 +19081,10 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:18647: result: $ac_cv_lib_gpm_Gpm_Open" >&5 +echo "$as_me:19084: 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:18650: checking for initscr in -lgpm" >&5 + echo "$as_me:19087: 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 @@ -18655,7 +19092,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgpm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 18658 "configure" +#line 19095 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -18674,16 +19111,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18677: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19114: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18680: \$? = $ac_status" >&5 + echo "$as_me:19117: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18683: \"$ac_try\"") >&5 + { (eval echo "$as_me:19120: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18686: \$? = $ac_status" >&5 + echo "$as_me:19123: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gpm_initscr=yes else @@ -18694,7 +19131,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:18697: result: $ac_cv_lib_gpm_initscr" >&5 +echo "$as_me:19134: 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" @@ -18709,7 +19146,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:18712: checking for tgoto in -lmytinfo" >&5 + echo "$as_me:19149: 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 @@ -18717,7 +19154,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lmytinfo $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 18720 "configure" +#line 19157 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -18736,16 +19173,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18739: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19176: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18742: \$? = $ac_status" >&5 + echo "$as_me:19179: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18745: \"$ac_try\"") >&5 + { (eval echo "$as_me:19182: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18748: \$? = $ac_status" >&5 + echo "$as_me:19185: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_mytinfo_tgoto=yes else @@ -18756,7 +19193,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:18759: result: $ac_cv_lib_mytinfo_tgoto" >&5 +echo "$as_me:19196: 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" @@ -18790,7 +19227,7 @@ if test -n "$cf_cv_curses_dir/lib" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:18793: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:19230: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -18803,13 +19240,13 @@ else eval 'cf_cv_have_lib_'$cf_nculib_root'=no' cf_libdir="" - echo "$as_me:18806: checking for initscr" >&5 + echo "$as_me:19243: 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 18812 "configure" +#line 19249 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char initscr (); below. */ @@ -18840,16 +19277,16 @@ f = initscr; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18843: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19280: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18846: \$? = $ac_status" >&5 + echo "$as_me:19283: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18849: \"$ac_try\"") >&5 + { (eval echo "$as_me:19286: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18852: \$? = $ac_status" >&5 + echo "$as_me:19289: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_initscr=yes else @@ -18859,18 +19296,18 @@ ac_cv_func_initscr=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:18862: result: $ac_cv_func_initscr" >&5 +echo "$as_me:19299: 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:18869: checking for initscr in -l$cf_nculib_root" >&5 + echo "$as_me:19306: 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 18873 "configure" +#line 19310 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -18882,25 +19319,25 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18885: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19322: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18888: \$? = $ac_status" >&5 + echo "$as_me:19325: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18891: \"$ac_try\"") >&5 + { (eval echo "$as_me:19328: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18894: \$? = $ac_status" >&5 + echo "$as_me:19331: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:18896: result: yes" >&5 + echo "$as_me:19333: 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:18903: result: no" >&5 +echo "$as_me:19340: result: no" >&5 echo "${ECHO_T}no" >&6 cf_library_path_list="" @@ -18989,11 +19426,11 @@ cf_search="$cf_library_path_list $cf_search" for cf_libdir in $cf_search do - echo "$as_me:18992: checking for -l$cf_nculib_root in $cf_libdir" >&5 + echo "$as_me:19429: 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 18996 "configure" +#line 19433 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -19005,25 +19442,25 @@ initscr() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19008: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19445: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19011: \$? = $ac_status" >&5 + echo "$as_me:19448: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19014: \"$ac_try\"") >&5 + { (eval echo "$as_me:19451: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19017: \$? = $ac_status" >&5 + echo "$as_me:19454: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:19019: result: yes" >&5 + echo "$as_me:19456: 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:19026: result: no" >&5 +echo "$as_me:19463: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -19038,7 +19475,7 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'$cf_nculib_root if test $cf_found_library = no ; then - { { echo "$as_me:19041: error: Cannot link $cf_nculib_root library" >&5 + { { echo "$as_me:19478: error: Cannot link $cf_nculib_root library" >&5 echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;} { (exit 1); exit 1; }; } fi @@ -19046,7 +19483,7 @@ fi fi if test -n "$cf_ncurses_LIBS" ; then - echo "$as_me:19049: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5 + echo "$as_me:19486: 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 @@ -19056,7 +19493,7 @@ echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS.. fi done cat >conftest.$ac_ext <<_ACEOF -#line 19059 "configure" +#line 19496 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -19068,23 +19505,23 @@ initscr(); mousemask(0,0); tgoto((char *)0, 0, 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19071: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19508: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19074: \$? = $ac_status" >&5 + echo "$as_me:19511: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19077: \"$ac_try\"") >&5 + { (eval echo "$as_me:19514: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19080: \$? = $ac_status" >&5 + echo "$as_me:19517: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:19082: result: yes" >&5 + echo "$as_me:19519: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:19087: result: no" >&5 +echo "$as_me:19524: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_ncurses_SAVE" fi @@ -19107,14 +19544,14 @@ pdcurses) ;; slang) -echo "$as_me:19110: checking for slang header file" >&5 +echo "$as_me:19547: 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 19117 "configure" +#line 19554 "configure" #include "confdefs.h" #include <slang.h> int @@ -19126,16 +19563,16 @@ printf("%s\n", SLANG_VERSION) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19129: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19566: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19132: \$? = $ac_status" >&5 + echo "$as_me:19569: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19135: \"$ac_try\"") >&5 + { (eval echo "$as_me:19572: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19138: \$? = $ac_status" >&5 + echo "$as_me:19575: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_slang_header=predefined else @@ -19253,14 +19690,14 @@ cf_search="$cf_header_path_list $cf_search" done test -n "$cf_cv_slang_header" && break done - test -z "$cf_cv_slang_header" && { { echo "$as_me:19256: error: not found" >&5 + test -z "$cf_cv_slang_header" && { { echo "$as_me:19693: 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:19263: result: $cf_cv_slang_header" >&5 +echo "$as_me:19700: result: $cf_cv_slang_header" >&5 echo "${ECHO_T}$cf_cv_slang_header" >&6 cat >>confdefs.h <<\EOF #define USE_SLANG 1 @@ -19297,7 +19734,7 @@ if test -n "$cf_incdir" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 19300 "configure" +#line 19737 "configure" #include "confdefs.h" #include <stdio.h> int @@ -19309,16 +19746,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19312: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19749: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19315: \$? = $ac_status" >&5 + echo "$as_me:19752: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19318: \"$ac_try\"") >&5 + { (eval echo "$as_me:19755: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19321: \$? = $ac_status" >&5 + echo "$as_me:19758: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -19335,7 +19772,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:19338: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:19775: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -19355,14 +19792,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:19358: checking if we must define UTF8" >&5 +echo "$as_me:19795: 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 19365 "configure" +#line 19802 "configure" #include "confdefs.h" #include <slang.h> @@ -19375,16 +19812,16 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19378: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19815: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19381: \$? = $ac_status" >&5 + echo "$as_me:19818: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19384: \"$ac_try\"") >&5 + { (eval echo "$as_me:19821: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19387: \$? = $ac_status" >&5 + echo "$as_me:19824: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_slang_utf8=no else @@ -19392,7 +19829,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 19395 "configure" +#line 19832 "configure" #include "confdefs.h" #define UTF8 @@ -19406,16 +19843,16 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:19409: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:19846: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:19412: \$? = $ac_status" >&5 + echo "$as_me:19849: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:19415: \"$ac_try\"") >&5 + { (eval echo "$as_me:19852: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19418: \$? = $ac_status" >&5 + echo "$as_me:19855: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_slang_utf8=yes else @@ -19428,7 +19865,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:19431: result: $cf_cv_slang_utf8" >&5 +echo "$as_me:19868: result: $cf_cv_slang_utf8" >&5 echo "${ECHO_T}$cf_cv_slang_utf8" >&6 if test "$cf_cv_slang_utf8" = yes ; then @@ -19446,7 +19883,7 @@ else cf_cv_termlib=none cat >conftest.$ac_ext <<_ACEOF -#line 19449 "configure" +#line 19886 "configure" #include "confdefs.h" int @@ -19458,19 +19895,19 @@ char *x=(char*)tgoto("",0,0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19461: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19898: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19464: \$? = $ac_status" >&5 + echo "$as_me:19901: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19467: \"$ac_try\"") >&5 + { (eval echo "$as_me:19904: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19470: \$? = $ac_status" >&5 + echo "$as_me:19907: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 19473 "configure" +#line 19910 "configure" #include "confdefs.h" int @@ -19482,16 +19919,16 @@ int x=tigetstr("") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19485: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19922: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19488: \$? = $ac_status" >&5 + echo "$as_me:19925: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19491: \"$ac_try\"") >&5 + { (eval echo "$as_me:19928: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19494: \$? = $ac_status" >&5 + echo "$as_me:19931: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_termlib=terminfo else @@ -19502,7 +19939,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}:19505: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5 +echo "${as_me-configure}:19942: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5 else echo "$as_me: failed program was:" >&5 @@ -19517,10 +19954,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:19520: checking for $cf_func in -l$cf_lib" >&5 + echo "$as_me:19957: 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 19523 "configure" +#line 19960 "configure" #include "confdefs.h" int @@ -19532,16 +19969,16 @@ int x=$cf_func("") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19535: \"$ac_link\"") >&5 +if { (eval echo "$as_me:19972: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19538: \$? = $ac_status" >&5 + echo "$as_me:19975: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19541: \"$ac_try\"") >&5 + { (eval echo "$as_me:19978: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19544: \$? = $ac_status" >&5 + echo "$as_me:19981: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -19550,7 +19987,7 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - echo "$as_me:19553: result: $cf_result" >&5 + echo "$as_me:19990: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then if test "$cf_func" = tigetstr ; then @@ -19567,7 +20004,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:19570: checking for initscr in -lcurses" >&5 + echo "$as_me:20007: 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 @@ -19575,7 +20012,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lcurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 19578 "configure" +#line 20015 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -19594,16 +20031,16 @@ initscr (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19597: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20034: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19600: \$? = $ac_status" >&5 + echo "$as_me:20037: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19603: \"$ac_try\"") >&5 + { (eval echo "$as_me:20040: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19606: \$? = $ac_status" >&5 + echo "$as_me:20043: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_curses_initscr=yes else @@ -19614,13 +20051,13 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:19617: result: $ac_cv_lib_curses_initscr" >&5 +echo "$as_me:20054: 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:19623: checking for tgoto in -ltermcap" >&5 + echo "$as_me:20060: 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 @@ -19628,7 +20065,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ltermcap $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 19631 "configure" +#line 20068 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -19647,16 +20084,16 @@ tgoto (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19650: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20087: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19653: \$? = $ac_status" >&5 + echo "$as_me:20090: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19656: \"$ac_try\"") >&5 + { (eval echo "$as_me:20093: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19659: \$? = $ac_status" >&5 + echo "$as_me:20096: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_termcap_tgoto=yes else @@ -19667,7 +20104,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:19670: result: $ac_cv_lib_termcap_tgoto" >&5 +echo "$as_me:20107: 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 @@ -19678,20 +20115,20 @@ fi fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test "$cf_cv_termlib" = none; then - { echo "$as_me:19681: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&5 + { echo "$as_me:20118: 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:19688: checking for acos" >&5 +echo "$as_me:20125: 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 19694 "configure" +#line 20131 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char acos (); below. */ @@ -19722,16 +20159,16 @@ f = acos; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19725: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20162: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19728: \$? = $ac_status" >&5 + echo "$as_me:20165: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19731: \"$ac_try\"") >&5 + { (eval echo "$as_me:20168: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19734: \$? = $ac_status" >&5 + echo "$as_me:20171: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_acos=yes else @@ -19741,13 +20178,13 @@ ac_cv_func_acos=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:19744: result: $ac_cv_func_acos" >&5 +echo "$as_me:20181: 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:19750: checking for acos in -lm" >&5 +echo "$as_me:20187: 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 @@ -19755,7 +20192,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 19758 "configure" +#line 20195 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -19774,16 +20211,16 @@ acos (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19777: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20214: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19780: \$? = $ac_status" >&5 + echo "$as_me:20217: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19783: \"$ac_try\"") >&5 + { (eval echo "$as_me:20220: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19786: \$? = $ac_status" >&5 + echo "$as_me:20223: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_m_acos=yes else @@ -19794,7 +20231,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:19797: result: $ac_cv_lib_m_acos" >&5 +echo "$as_me:20234: 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 @@ -19820,13 +20257,13 @@ os2*) eval 'cf_cv_have_lib_'video'=no' cf_libdir="" - echo "$as_me:19823: checking for v_init" >&5 + echo "$as_me:20260: 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 19829 "configure" +#line 20266 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char v_init (); below. */ @@ -19857,16 +20294,16 @@ f = v_init; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19860: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20297: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19863: \$? = $ac_status" >&5 + echo "$as_me:20300: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19866: \"$ac_try\"") >&5 + { (eval echo "$as_me:20303: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19869: \$? = $ac_status" >&5 + echo "$as_me:20306: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_v_init=yes else @@ -19876,18 +20313,18 @@ ac_cv_func_v_init=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:19879: result: $ac_cv_func_v_init" >&5 +echo "$as_me:20316: 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:19886: checking for v_init in -lvideo" >&5 + echo "$as_me:20323: 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 19890 "configure" +#line 20327 "configure" #include "confdefs.h" #include <sys/video.h> int @@ -19899,25 +20336,25 @@ v_init() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:19902: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20339: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:19905: \$? = $ac_status" >&5 + echo "$as_me:20342: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:19908: \"$ac_try\"") >&5 + { (eval echo "$as_me:20345: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:19911: \$? = $ac_status" >&5 + echo "$as_me:20348: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:19913: result: yes" >&5 + echo "$as_me:20350: 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:19920: result: no" >&5 +echo "$as_me:20357: result: no" >&5 echo "${ECHO_T}no" >&6 cf_library_path_list="" @@ -20006,11 +20443,11 @@ cf_search="$cf_library_path_list $cf_search" for cf_libdir in $cf_search do - echo "$as_me:20009: checking for -lvideo in $cf_libdir" >&5 + echo "$as_me:20446: 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 20013 "configure" +#line 20450 "configure" #include "confdefs.h" #include <sys/video.h> int @@ -20022,25 +20459,25 @@ v_init() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20025: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20462: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20028: \$? = $ac_status" >&5 + echo "$as_me:20465: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20031: \"$ac_try\"") >&5 + { (eval echo "$as_me:20468: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20034: \$? = $ac_status" >&5 + echo "$as_me:20471: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:20036: result: yes" >&5 + echo "$as_me:20473: 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:20043: result: no" >&5 +echo "$as_me:20480: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -20055,7 +20492,7 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'video if test $cf_found_library = no ; then - { { echo "$as_me:20058: error: Cannot link video library" >&5 + { { echo "$as_me:20495: error: Cannot link video library" >&5 echo "$as_me: error: Cannot link video library" >&2;} { (exit 1); exit 1; }; } fi @@ -20065,13 +20502,13 @@ esac eval 'cf_cv_have_lib_'slang'=no' cf_libdir="" - echo "$as_me:20068: checking for SLtt_get_screen_size" >&5 + echo "$as_me:20505: 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 20074 "configure" +#line 20511 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char SLtt_get_screen_size (); below. */ @@ -20102,16 +20539,16 @@ f = SLtt_get_screen_size; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20105: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20542: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20108: \$? = $ac_status" >&5 + echo "$as_me:20545: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20111: \"$ac_try\"") >&5 + { (eval echo "$as_me:20548: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20114: \$? = $ac_status" >&5 + echo "$as_me:20551: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_SLtt_get_screen_size=yes else @@ -20121,18 +20558,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:20124: result: $ac_cv_func_SLtt_get_screen_size" >&5 +echo "$as_me:20561: 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:20131: checking for SLtt_get_screen_size in -lslang" >&5 + echo "$as_me:20568: 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 20135 "configure" +#line 20572 "configure" #include "confdefs.h" #include <slang.h> int @@ -20144,25 +20581,25 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20147: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20584: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20150: \$? = $ac_status" >&5 + echo "$as_me:20587: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20153: \"$ac_try\"") >&5 + { (eval echo "$as_me:20590: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20156: \$? = $ac_status" >&5 + echo "$as_me:20593: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:20158: result: yes" >&5 + echo "$as_me:20595: 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:20165: result: no" >&5 +echo "$as_me:20602: result: no" >&5 echo "${ECHO_T}no" >&6 cf_library_path_list="" @@ -20251,11 +20688,11 @@ cf_search="$cf_library_path_list $cf_search" for cf_libdir in $cf_search do - echo "$as_me:20254: checking for -lslang in $cf_libdir" >&5 + echo "$as_me:20691: 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 20258 "configure" +#line 20695 "configure" #include "confdefs.h" #include <slang.h> int @@ -20267,25 +20704,25 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20270: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20707: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20273: \$? = $ac_status" >&5 + echo "$as_me:20710: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20276: \"$ac_try\"") >&5 + { (eval echo "$as_me:20713: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20279: \$? = $ac_status" >&5 + echo "$as_me:20716: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:20281: result: yes" >&5 + echo "$as_me:20718: 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:20288: result: no" >&5 +echo "$as_me:20725: result: no" >&5 echo "${ECHO_T}no" >&6 LIBS="$cf_save_LIBS" fi @@ -20300,13 +20737,13 @@ fi eval 'cf_found_library=$cf_cv_have_lib_'slang if test $cf_found_library = no ; then - { { echo "$as_me:20303: error: Cannot link slang library" >&5 + { { echo "$as_me:20740: 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:20309: checking if we can link slang without termcap" >&5 +echo "$as_me:20746: 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%^.%%'` @@ -20315,7 +20752,7 @@ else fi LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'` cat >conftest.$ac_ext <<_ACEOF -#line 20318 "configure" +#line 20755 "configure" #include "confdefs.h" #include <slang.h> int @@ -20327,16 +20764,16 @@ SLtt_get_screen_size() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20330: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20767: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20333: \$? = $ac_status" >&5 + echo "$as_me:20770: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20336: \"$ac_try\"") >&5 + { (eval echo "$as_me:20773: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20339: \$? = $ac_status" >&5 + echo "$as_me:20776: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -20345,18 +20782,18 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$as_me:20348: result: $cf_result" >&5 +echo "$as_me:20785: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 test $cf_result = no && LIBS="$cf_slang_LIBS3" -echo "$as_me:20352: checking if we must tell slang this is UNIX" >&5 +echo "$as_me:20789: 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 20359 "configure" +#line 20796 "configure" #include "confdefs.h" #include <slang.h> int @@ -20375,16 +20812,16 @@ SLang_TT_Baud_Rate = 1 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20378: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20815: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20381: \$? = $ac_status" >&5 + echo "$as_me:20818: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20384: \"$ac_try\"") >&5 + { (eval echo "$as_me:20821: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20387: \$? = $ac_status" >&5 + echo "$as_me:20824: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_slang_unix=yes else @@ -20395,7 +20832,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:20398: result: $cf_cv_slang_unix" >&5 +echo "$as_me:20835: 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 @@ -20405,7 +20842,7 @@ EOF ;; esac -echo "$as_me:20408: checking if you want the wide-curses features" >&5 +echo "$as_me:20845: 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. @@ -20422,10 +20859,10 @@ else use_wide_curses=$cf_wide_curses fi; -echo "$as_me:20425: result: $use_wide_curses" >&5 +echo "$as_me:20862: result: $use_wide_curses" >&5 echo "${ECHO_T}$use_wide_curses" >&6 -echo "$as_me:20428: checking if color-style code should be used" >&5 +echo "$as_me:20865: 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. @@ -20445,7 +20882,7 @@ fi; case $use_color_style in no) - echo "$as_me:20448: result: no" >&5 + echo "$as_me:20885: result: no" >&5 echo "${ECHO_T}no" >&6 INSTALL_LSS= ;; @@ -20454,10 +20891,10 @@ echo "${ECHO_T}no" >&6 #define USE_COLOR_STYLE 1 EOF - echo "$as_me:20457: result: yes" >&5 + echo "$as_me:20894: result: yes" >&5 echo "${ECHO_T}yes" >&6 - echo "$as_me:20460: checking for location of style-sheet file" >&5 + echo "$as_me:20897: 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. @@ -20493,7 +20930,7 @@ case ".$withval" in #(vi withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; *) - { { echo "$as_me:20496: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:20933: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -20502,7 +20939,7 @@ esac fi LYNX_LSS_FILE="$withval" - echo "$as_me:20505: result: $LYNX_LSS_FILE" >&5 + echo "$as_me:20942: result: $LYNX_LSS_FILE" >&5 echo "${ECHO_T}$LYNX_LSS_FILE" >&6 test "$LYNX_LSS_FILE" = no && LYNX_LSS_FILE= @@ -20514,7 +20951,7 @@ EOF ;; esac -echo "$as_me:20517: checking for the default configuration-file" >&5 +echo "$as_me:20954: 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. @@ -20550,7 +20987,7 @@ case ".$withval" in #(vi withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; *) - { { echo "$as_me:20553: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:20990: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -20559,7 +20996,7 @@ esac fi LYNX_CFG_FILE="$withval" -echo "$as_me:20562: result: $LYNX_CFG_FILE" >&5 +echo "$as_me:20999: result: $LYNX_CFG_FILE" >&5 echo "${ECHO_T}$LYNX_CFG_FILE" >&6 test "$LYNX_CFG_FILE" = no && LYNX_CFG_FILE= @@ -20567,7 +21004,7 @@ cat >>confdefs.h <<EOF #define LYNX_CFG_FILE "$LYNX_CFG_FILE" EOF -echo "$as_me:20570: checking if htmlized lynx.cfg should be built" >&5 +echo "$as_me:21007: 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. @@ -20584,7 +21021,7 @@ else use_htmlized_cfg=no fi; -echo "$as_me:20587: result: $use_htmlized_cfg" >&5 +echo "$as_me:21024: result: $use_htmlized_cfg" >&5 echo "${ECHO_T}$use_htmlized_cfg" >&6 LYNXCFG_MAKE='' @@ -20592,7 +21029,7 @@ if test $use_htmlized_cfg = no ; then LYNXCFG_MAKE='#' fi -echo "$as_me:20595: checking if local doc directory should be linked to help page" >&5 +echo "$as_me:21032: 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. @@ -20609,7 +21046,7 @@ else use_local_docs=no fi; -echo "$as_me:20612: result: $use_local_docs" >&5 +echo "$as_me:21049: result: $use_local_docs" >&5 echo "${ECHO_T}$use_local_docs" >&6 LYNXDOC_MAKE='' @@ -20617,7 +21054,7 @@ if test $use_local_docs = no ; then LYNXDOC_MAKE='#' fi -echo "$as_me:20620: checking for MIME library directory" >&5 +echo "$as_me:21057: 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. @@ -20653,7 +21090,7 @@ case ".$withval" in #(vi withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` ;; *) - { { echo "$as_me:20656: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:21093: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -20662,14 +21099,14 @@ esac fi MIME_LIBDIR="$withval" -echo "$as_me:20665: result: $MIME_LIBDIR" >&5 +echo "$as_me:21102: 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:20672: checking if locale-charset selection logic should be used" >&5 +echo "$as_me:21109: 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. @@ -20686,7 +21123,7 @@ else use_locale_charset=yes fi; -echo "$as_me:20689: result: $use_locale_charset" >&5 +echo "$as_me:21126: 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 @@ -20694,7 +21131,7 @@ EOF CHARSET_DEFS= -echo "$as_me:20697: checking if you want only a few charsets" >&5 +echo "$as_me:21134: 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. @@ -20706,7 +21143,7 @@ else fi; if test -n "$cf_charsets" ; then - echo "$as_me:20709: result: yes" >&5 + echo "$as_me:21146: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define ALL_CHARSETS 0 @@ -20719,7 +21156,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}:20722: testing using minimal list of charsets: $cf_min_charsets ..." 1>&5 +echo "${as_me-configure}:21159: 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'` @@ -20746,28 +21183,28 @@ echo "${as_me-configure}:20722: testing using minimal list of charsets: $cf_min_ then test -n "$verbose" && echo " found $cf_charset" 1>&6 -echo "${as_me-configure}:20749: testing found $cf_charset ..." 1>&5 +echo "${as_me-configure}:21186: 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}:20755: testing not found $cf_charset ..." 1>&5 +echo "${as_me-configure}:21192: testing not found $cf_charset ..." 1>&5 fi done else - echo "$as_me:20760: result: no" >&5 + echo "$as_me:21197: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:20764: checking for ANSI C header files" >&5 +echo "$as_me:21201: 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 20770 "configure" +#line 21207 "configure" #include "confdefs.h" #include <stdlib.h> #include <stdarg.h> @@ -20775,13 +21212,13 @@ else #include <float.h> _ACEOF -if { (eval echo "$as_me:20778: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:21215: \"$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:20784: \$? = $ac_status" >&5 + echo "$as_me:21221: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -20803,7 +21240,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 20806 "configure" +#line 21243 "configure" #include "confdefs.h" #include <string.h> @@ -20821,7 +21258,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 20824 "configure" +#line 21261 "configure" #include "confdefs.h" #include <stdlib.h> @@ -20842,7 +21279,7 @@ if test $ac_cv_header_stdc = yes; then : else cat >conftest.$ac_ext <<_ACEOF -#line 20845 "configure" +#line 21282 "configure" #include "confdefs.h" #include <ctype.h> #if ((' ' & 0x0FF) == 0x020) @@ -20868,15 +21305,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:20871: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21308: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20874: \$? = $ac_status" >&5 + echo "$as_me:21311: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:20876: \"$ac_try\"") >&5 + { (eval echo "$as_me:21313: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20879: \$? = $ac_status" >&5 + echo "$as_me:21316: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -20889,7 +21326,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -echo "$as_me:20892: result: $ac_cv_header_stdc" >&5 +echo "$as_me:21329: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then @@ -20899,13 +21336,13 @@ EOF fi -echo "$as_me:20902: checking whether time.h and sys/time.h may both be included" >&5 +echo "$as_me:21339: 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 20908 "configure" +#line 21345 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/time.h> @@ -20921,16 +21358,16 @@ return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20924: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21361: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20927: \$? = $ac_status" >&5 + echo "$as_me:21364: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20930: \"$ac_try\"") >&5 + { (eval echo "$as_me:21367: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20933: \$? = $ac_status" >&5 + echo "$as_me:21370: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_header_time=yes else @@ -20940,7 +21377,7 @@ ac_cv_header_time=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:20943: result: $ac_cv_header_time" >&5 +echo "$as_me:21380: result: $ac_cv_header_time" >&5 echo "${ECHO_T}$ac_cv_header_time" >&6 if test $ac_cv_header_time = yes; then @@ -20953,13 +21390,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:20956: checking for $ac_hdr that defines DIR" >&5 +echo "$as_me:21393: 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 20962 "configure" +#line 21399 "configure" #include "confdefs.h" #include <sys/types.h> #include <$ac_hdr> @@ -20974,16 +21411,16 @@ return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20977: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21414: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20980: \$? = $ac_status" >&5 + echo "$as_me:21417: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20983: \"$ac_try\"") >&5 + { (eval echo "$as_me:21420: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20986: \$? = $ac_status" >&5 + echo "$as_me:21423: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Header=yes" else @@ -20993,7 +21430,7 @@ eval "$as_ac_Header=no" fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:20996: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:21433: 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 @@ -21006,7 +21443,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:21009: checking for opendir in -ldir" >&5 + echo "$as_me:21446: 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 @@ -21014,7 +21451,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldir $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 21017 "configure" +#line 21454 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -21033,16 +21470,16 @@ opendir (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21036: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21473: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21039: \$? = $ac_status" >&5 + echo "$as_me:21476: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21042: \"$ac_try\"") >&5 + { (eval echo "$as_me:21479: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21045: \$? = $ac_status" >&5 + echo "$as_me:21482: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dir_opendir=yes else @@ -21053,14 +21490,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:21056: result: $ac_cv_lib_dir_opendir" >&5 +echo "$as_me:21493: 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:21063: checking for opendir in -lx" >&5 + echo "$as_me:21500: 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 @@ -21068,7 +21505,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lx $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 21071 "configure" +#line 21508 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -21087,16 +21524,16 @@ opendir (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21090: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21527: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21093: \$? = $ac_status" >&5 + echo "$as_me:21530: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21096: \"$ac_try\"") >&5 + { (eval echo "$as_me:21533: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21099: \$? = $ac_status" >&5 + echo "$as_me:21536: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_x_opendir=yes else @@ -21107,7 +21544,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:21110: result: $ac_cv_lib_x_opendir" >&5 +echo "$as_me:21547: 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" @@ -21135,23 +21572,23 @@ for ac_header in \ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:21138: checking for $ac_header" >&5 +echo "$as_me:21575: 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 21144 "configure" +#line 21581 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:21148: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:21585: \"$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:21154: \$? = $ac_status" >&5 + echo "$as_me:21591: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -21170,7 +21607,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:21173: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:21610: 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 @@ -21180,14 +21617,14 @@ EOF fi done -echo "$as_me:21183: checking termio.h and termios.h" >&5 +echo "$as_me:21620: 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 21190 "configure" +#line 21627 "configure" #include "confdefs.h" #if HAVE_TERMIO_H @@ -21205,16 +21642,16 @@ putchar (0x0a) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21208: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21645: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21211: \$? = $ac_status" >&5 + echo "$as_me:21648: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21214: \"$ac_try\"") >&5 + { (eval echo "$as_me:21651: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21217: \$? = $ac_status" >&5 + echo "$as_me:21654: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_termio_and_termios=yes else @@ -21225,20 +21662,20 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:21228: result: $cf_cv_termio_and_termios" >&5 +echo "$as_me:21665: 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:21234: checking for sigaction and structs" >&5 +echo "$as_me:21671: 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 21241 "configure" +#line 21678 "configure" #include "confdefs.h" #include <sys/types.h> @@ -21258,16 +21695,16 @@ struct sigaction act; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21261: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21698: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21264: \$? = $ac_status" >&5 + echo "$as_me:21701: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21267: \"$ac_try\"") >&5 + { (eval echo "$as_me:21704: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21270: \$? = $ac_status" >&5 + echo "$as_me:21707: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_func_sigaction=yes else @@ -21278,7 +21715,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:21281: result: $cf_cv_func_sigaction" >&5 +echo "$as_me:21718: 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 @@ -21287,23 +21724,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:21290: checking for $ac_header" >&5 +echo "$as_me:21727: 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 21296 "configure" +#line 21733 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:21300: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:21737: \"$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:21306: \$? = $ac_status" >&5 + echo "$as_me:21743: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -21322,7 +21759,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:21325: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:21762: 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 @@ -21343,23 +21780,23 @@ else for ac_header in wait.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:21346: checking for $ac_header" >&5 +echo "$as_me:21783: 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 21352 "configure" +#line 21789 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:21356: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:21793: \"$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:21362: \$? = $ac_status" >&5 + echo "$as_me:21799: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -21378,7 +21815,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:21381: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:21818: 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 @@ -21391,23 +21828,23 @@ done for ac_header in waitstatus.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:21394: checking for $ac_header" >&5 +echo "$as_me:21831: 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 21400 "configure" +#line 21837 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:21404: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:21841: \"$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:21410: \$? = $ac_status" >&5 + echo "$as_me:21847: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -21426,7 +21863,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:21429: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:21866: 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 @@ -21448,14 +21885,14 @@ cf_wait_headers="$cf_wait_headers fi fi -echo "$as_me:21451: checking for union wait" >&5 +echo "$as_me:21888: 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 21458 "configure" +#line 21895 "configure" #include "confdefs.h" $cf_wait_headers int @@ -21471,16 +21908,16 @@ int x; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21474: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21911: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21477: \$? = $ac_status" >&5 + echo "$as_me:21914: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21480: \"$ac_try\"") >&5 + { (eval echo "$as_me:21917: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21483: \$? = $ac_status" >&5 + echo "$as_me:21920: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_type_unionwait=no echo compiles ok w/o union wait 1>&5 @@ -21490,7 +21927,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 21493 "configure" +#line 21930 "configure" #include "confdefs.h" $cf_wait_headers int @@ -21510,16 +21947,16 @@ union wait x; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21513: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21950: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21516: \$? = $ac_status" >&5 + echo "$as_me:21953: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21519: \"$ac_try\"") >&5 + { (eval echo "$as_me:21956: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21522: \$? = $ac_status" >&5 + echo "$as_me:21959: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_type_unionwait=yes echo compiles ok with union wait and possibly macros too 1>&5 @@ -21534,7 +21971,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:21537: result: $cf_cv_type_unionwait" >&5 +echo "$as_me:21974: 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 @@ -21542,14 +21979,14 @@ EOF if test $cf_cv_type_unionwait = yes; then - echo "$as_me:21545: checking if union wait can be used as wait-arg" >&5 + echo "$as_me:21982: 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 21552 "configure" +#line 21989 "configure" #include "confdefs.h" $cf_wait_headers int @@ -21561,16 +21998,16 @@ union wait x; wait(&x) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21564: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22001: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21567: \$? = $ac_status" >&5 + echo "$as_me:22004: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21570: \"$ac_try\"") >&5 + { (eval echo "$as_me:22007: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21573: \$? = $ac_status" >&5 + echo "$as_me:22010: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_arg_union_wait=yes else @@ -21582,20 +22019,20 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi - echo "$as_me:21585: result: $cf_cv_arg_union_wait" >&5 + echo "$as_me:22022: 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:21591: checking if union wait can be used as waitpid-arg" >&5 + echo "$as_me:22028: 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 21598 "configure" +#line 22035 "configure" #include "confdefs.h" $cf_wait_headers int @@ -21607,16 +22044,16 @@ union wait x; waitpid(0, &x, 0) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21610: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22047: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21613: \$? = $ac_status" >&5 + echo "$as_me:22050: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21616: \"$ac_try\"") >&5 + { (eval echo "$as_me:22053: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21619: \$? = $ac_status" >&5 + echo "$as_me:22056: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_arg_union_waitpid=yes else @@ -21628,7 +22065,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi - echo "$as_me:21631: result: $cf_cv_arg_union_waitpid" >&5 + echo "$as_me:22068: 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 @@ -21639,23 +22076,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:21642: checking for $ac_header" >&5 +echo "$as_me:22079: 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 21648 "configure" +#line 22085 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:21652: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:22089: \"$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:21658: \$? = $ac_status" >&5 + echo "$as_me:22095: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -21674,7 +22111,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:21677: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:22114: 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 @@ -21684,14 +22121,14 @@ EOF fi done -echo "$as_me:21687: checking for standard varargs" >&5 +echo "$as_me:22124: 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 21694 "configure" +#line 22131 "configure" #include "confdefs.h" #if HAVE_STDARG_H @@ -21711,16 +22148,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:21714: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22151: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21717: \$? = $ac_status" >&5 + echo "$as_me:22154: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21720: \"$ac_try\"") >&5 + { (eval echo "$as_me:22157: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21723: \$? = $ac_status" >&5 + echo "$as_me:22160: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ansi_varargs=yes else @@ -21732,19 +22169,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:21735: result: $cf_cv_ansi_varargs" >&5 +echo "$as_me:22172: 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:21741: checking for uid_t in sys/types.h" >&5 +echo "$as_me:22178: 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 21747 "configure" +#line 22184 "configure" #include "confdefs.h" #include <sys/types.h> @@ -21758,7 +22195,7 @@ fi rm -f conftest* fi -echo "$as_me:21761: result: $ac_cv_type_uid_t" >&5 +echo "$as_me:22198: 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 @@ -21772,7 +22209,7 @@ EOF fi -echo "$as_me:21775: checking type of array argument to getgroups" >&5 +echo "$as_me:22212: 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 @@ -21781,7 +22218,7 @@ else ac_cv_type_getgroups=cross else cat >conftest.$ac_ext <<_ACEOF -#line 21784 "configure" +#line 22221 "configure" #include "confdefs.h" /* Thanks to Mike Rendell for this test. */ #include <sys/types.h> @@ -21807,15 +22244,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:21810: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22247: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21813: \$? = $ac_status" >&5 + echo "$as_me:22250: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:21815: \"$ac_try\"") >&5 + { (eval echo "$as_me:22252: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21818: \$? = $ac_status" >&5 + echo "$as_me:22255: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_getgroups=gid_t else @@ -21828,7 +22265,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 21831 "configure" +#line 22268 "configure" #include "confdefs.h" #include <unistd.h> @@ -21843,20 +22280,20 @@ rm -f conftest* fi fi -echo "$as_me:21846: result: $ac_cv_type_getgroups" >&5 +echo "$as_me:22283: 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:21853: checking for off_t" >&5 +echo "$as_me:22290: 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 21859 "configure" +#line 22296 "configure" #include "confdefs.h" $ac_includes_default int @@ -21871,16 +22308,16 @@ if (sizeof (off_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21874: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22311: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21877: \$? = $ac_status" >&5 + echo "$as_me:22314: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21880: \"$ac_try\"") >&5 + { (eval echo "$as_me:22317: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21883: \$? = $ac_status" >&5 + echo "$as_me:22320: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_off_t=yes else @@ -21890,7 +22327,7 @@ ac_cv_type_off_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:21893: result: $ac_cv_type_off_t" >&5 +echo "$as_me:22330: 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 : @@ -21902,13 +22339,13 @@ EOF fi -echo "$as_me:21905: checking for pid_t" >&5 +echo "$as_me:22342: 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 21911 "configure" +#line 22348 "configure" #include "confdefs.h" $ac_includes_default int @@ -21923,16 +22360,16 @@ if (sizeof (pid_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21926: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22363: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21929: \$? = $ac_status" >&5 + echo "$as_me:22366: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21932: \"$ac_try\"") >&5 + { (eval echo "$as_me:22369: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21935: \$? = $ac_status" >&5 + echo "$as_me:22372: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_pid_t=yes else @@ -21942,7 +22379,7 @@ ac_cv_type_pid_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:21945: result: $ac_cv_type_pid_t" >&5 +echo "$as_me:22382: 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 : @@ -21954,13 +22391,13 @@ EOF fi -echo "$as_me:21957: checking for uid_t in sys/types.h" >&5 +echo "$as_me:22394: 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 21963 "configure" +#line 22400 "configure" #include "confdefs.h" #include <sys/types.h> @@ -21974,7 +22411,7 @@ fi rm -f conftest* fi -echo "$as_me:21977: result: $ac_cv_type_uid_t" >&5 +echo "$as_me:22414: 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 @@ -21988,13 +22425,13 @@ EOF fi -echo "$as_me:21991: checking for mode_t" >&5 +echo "$as_me:22428: 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 21997 "configure" +#line 22434 "configure" #include "confdefs.h" $ac_includes_default int @@ -22009,16 +22446,16 @@ if (sizeof (mode_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22012: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22449: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22015: \$? = $ac_status" >&5 + echo "$as_me:22452: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22018: \"$ac_try\"") >&5 + { (eval echo "$as_me:22455: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22021: \$? = $ac_status" >&5 + echo "$as_me:22458: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_mode_t=yes else @@ -22028,7 +22465,7 @@ ac_cv_type_mode_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:22031: result: $ac_cv_type_mode_t" >&5 +echo "$as_me:22468: 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 : @@ -22040,13 +22477,13 @@ EOF fi - echo "$as_me:22043: checking for socklen_t" >&5 + echo "$as_me:22480: 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 22049 "configure" +#line 22486 "configure" #include "confdefs.h" #include <sys/socket.h> @@ -22062,16 +22499,16 @@ if (sizeof (socklen_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22065: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22502: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22068: \$? = $ac_status" >&5 + echo "$as_me:22505: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22071: \"$ac_try\"") >&5 + { (eval echo "$as_me:22508: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22074: \$? = $ac_status" >&5 + echo "$as_me:22511: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_socklen_t=yes else @@ -22081,7 +22518,7 @@ ac_cv_type_socklen_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:22084: result: $ac_cv_type_socklen_t" >&5 +echo "$as_me:22521: 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 @@ -22096,14 +22533,14 @@ EOF fi -echo "$as_me:22099: checking for tm.tm_gmtoff" >&5 +echo "$as_me:22536: checking for tm.tm_gmtoff" >&5 echo $ECHO_N "checking for tm.tm_gmtoff... $ECHO_C" >&6 if test "${cf_cv_tm_gmtoff+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 22106 "configure" +#line 22543 "configure" #include "confdefs.h" #ifdef TIME_WITH_SYS_TIME @@ -22128,16 +22565,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22131: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22568: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22134: \$? = $ac_status" >&5 + echo "$as_me:22571: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22137: \"$ac_try\"") >&5 + { (eval echo "$as_me:22574: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22140: \$? = $ac_status" >&5 + echo "$as_me:22577: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_tm_gmtoff=yes else @@ -22148,19 +22585,19 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:22151: result: $cf_cv_tm_gmtoff" >&5 +echo "$as_me:22588: result: $cf_cv_tm_gmtoff" >&5 echo "${ECHO_T}$cf_cv_tm_gmtoff" >&6 test $cf_cv_tm_gmtoff = no && cat >>confdefs.h <<\EOF #define DONT_HAVE_TM_GMTOFF 1 EOF -echo "$as_me:22157: checking for long" >&5 +echo "$as_me:22594: checking for long" >&5 echo $ECHO_N "checking for long... $ECHO_C" >&6 if test "${ac_cv_type_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 22163 "configure" +#line 22600 "configure" #include "confdefs.h" $ac_includes_default int @@ -22175,16 +22612,16 @@ if (sizeof (long)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22178: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22615: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22181: \$? = $ac_status" >&5 + echo "$as_me:22618: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22184: \"$ac_try\"") >&5 + { (eval echo "$as_me:22621: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22187: \$? = $ac_status" >&5 + echo "$as_me:22624: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_long=yes else @@ -22194,10 +22631,10 @@ ac_cv_type_long=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:22197: result: $ac_cv_type_long" >&5 +echo "$as_me:22634: result: $ac_cv_type_long" >&5 echo "${ECHO_T}$ac_cv_type_long" >&6 -echo "$as_me:22200: checking size of long" >&5 +echo "$as_me:22637: checking size of long" >&5 echo $ECHO_N "checking size of long... $ECHO_C" >&6 if test "${ac_cv_sizeof_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22206,7 +22643,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 22209 "configure" +#line 22646 "configure" #include "confdefs.h" $ac_includes_default int @@ -22218,21 +22655,21 @@ int _array_ [1 - 2 * !((sizeof (long)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22221: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22658: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22224: \$? = $ac_status" >&5 + echo "$as_me:22661: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22227: \"$ac_try\"") >&5 + { (eval echo "$as_me:22664: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22230: \$? = $ac_status" >&5 + echo "$as_me:22667: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 22235 "configure" +#line 22672 "configure" #include "confdefs.h" $ac_includes_default int @@ -22244,16 +22681,16 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22247: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22684: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22250: \$? = $ac_status" >&5 + echo "$as_me:22687: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22253: \"$ac_try\"") >&5 + { (eval echo "$as_me:22690: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22256: \$? = $ac_status" >&5 + echo "$as_me:22693: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -22269,7 +22706,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 22272 "configure" +#line 22709 "configure" #include "confdefs.h" $ac_includes_default int @@ -22281,16 +22718,16 @@ int _array_ [1 - 2 * !((sizeof (long)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22284: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22721: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22287: \$? = $ac_status" >&5 + echo "$as_me:22724: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22290: \"$ac_try\"") >&5 + { (eval echo "$as_me:22727: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22293: \$? = $ac_status" >&5 + echo "$as_me:22730: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -22306,7 +22743,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 22309 "configure" +#line 22746 "configure" #include "confdefs.h" $ac_includes_default int @@ -22318,16 +22755,16 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22321: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22758: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22324: \$? = $ac_status" >&5 + echo "$as_me:22761: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22327: \"$ac_try\"") >&5 + { (eval echo "$as_me:22764: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22330: \$? = $ac_status" >&5 + echo "$as_me:22767: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -22340,12 +22777,12 @@ done ac_cv_sizeof_long=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:22343: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:22780: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 22348 "configure" +#line 22785 "configure" #include "confdefs.h" $ac_includes_default int @@ -22361,15 +22798,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:22364: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22801: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22367: \$? = $ac_status" >&5 + echo "$as_me:22804: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:22369: \"$ac_try\"") >&5 + { (eval echo "$as_me:22806: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22372: \$? = $ac_status" >&5 + echo "$as_me:22809: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_long=`cat conftest.val` else @@ -22385,19 +22822,19 @@ else ac_cv_sizeof_long=0 fi fi -echo "$as_me:22388: result: $ac_cv_sizeof_long" >&5 +echo "$as_me:22825: result: $ac_cv_sizeof_long" >&5 echo "${ECHO_T}$ac_cv_sizeof_long" >&6 cat >>confdefs.h <<EOF #define SIZEOF_LONG $ac_cv_sizeof_long EOF -echo "$as_me:22394: checking for off_t" >&5 +echo "$as_me:22831: 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 22400 "configure" +#line 22837 "configure" #include "confdefs.h" $ac_includes_default int @@ -22412,16 +22849,16 @@ if (sizeof (off_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22415: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22852: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22418: \$? = $ac_status" >&5 + echo "$as_me:22855: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22421: \"$ac_try\"") >&5 + { (eval echo "$as_me:22858: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22424: \$? = $ac_status" >&5 + echo "$as_me:22861: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_off_t=yes else @@ -22431,10 +22868,10 @@ ac_cv_type_off_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:22434: result: $ac_cv_type_off_t" >&5 +echo "$as_me:22871: result: $ac_cv_type_off_t" >&5 echo "${ECHO_T}$ac_cv_type_off_t" >&6 -echo "$as_me:22437: checking size of off_t" >&5 +echo "$as_me:22874: checking size of off_t" >&5 echo $ECHO_N "checking size of off_t... $ECHO_C" >&6 if test "${ac_cv_sizeof_off_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22443,7 +22880,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 22446 "configure" +#line 22883 "configure" #include "confdefs.h" $ac_includes_default int @@ -22455,21 +22892,21 @@ int _array_ [1 - 2 * !((sizeof (off_t)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22458: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22895: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22461: \$? = $ac_status" >&5 + echo "$as_me:22898: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22464: \"$ac_try\"") >&5 + { (eval echo "$as_me:22901: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22467: \$? = $ac_status" >&5 + echo "$as_me:22904: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 22472 "configure" +#line 22909 "configure" #include "confdefs.h" $ac_includes_default int @@ -22481,16 +22918,16 @@ int _array_ [1 - 2 * !((sizeof (off_t)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22484: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22921: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22487: \$? = $ac_status" >&5 + echo "$as_me:22924: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22490: \"$ac_try\"") >&5 + { (eval echo "$as_me:22927: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22493: \$? = $ac_status" >&5 + echo "$as_me:22930: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -22506,7 +22943,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 22509 "configure" +#line 22946 "configure" #include "confdefs.h" $ac_includes_default int @@ -22518,16 +22955,16 @@ int _array_ [1 - 2 * !((sizeof (off_t)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22521: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22958: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22524: \$? = $ac_status" >&5 + echo "$as_me:22961: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22527: \"$ac_try\"") >&5 + { (eval echo "$as_me:22964: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22530: \$? = $ac_status" >&5 + echo "$as_me:22967: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -22543,7 +22980,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 22546 "configure" +#line 22983 "configure" #include "confdefs.h" $ac_includes_default int @@ -22555,16 +22992,16 @@ int _array_ [1 - 2 * !((sizeof (off_t)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22558: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22995: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22561: \$? = $ac_status" >&5 + echo "$as_me:22998: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22564: \"$ac_try\"") >&5 + { (eval echo "$as_me:23001: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22567: \$? = $ac_status" >&5 + echo "$as_me:23004: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -22577,12 +23014,12 @@ done ac_cv_sizeof_off_t=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:22580: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:23017: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 22585 "configure" +#line 23022 "configure" #include "confdefs.h" $ac_includes_default int @@ -22598,15 +23035,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:22601: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23038: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22604: \$? = $ac_status" >&5 + echo "$as_me:23041: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:22606: \"$ac_try\"") >&5 + { (eval echo "$as_me:23043: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22609: \$? = $ac_status" >&5 + echo "$as_me:23046: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_off_t=`cat conftest.val` else @@ -22622,19 +23059,19 @@ else ac_cv_sizeof_off_t=0 fi fi -echo "$as_me:22625: result: $ac_cv_sizeof_off_t" >&5 +echo "$as_me:23062: result: $ac_cv_sizeof_off_t" >&5 echo "${ECHO_T}$ac_cv_sizeof_off_t" >&6 cat >>confdefs.h <<EOF #define SIZEOF_OFF_T $ac_cv_sizeof_off_t EOF -echo "$as_me:22631: checking for time_t" >&5 +echo "$as_me:23068: checking for time_t" >&5 echo $ECHO_N "checking for time_t... $ECHO_C" >&6 if test "${ac_cv_type_time_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 22637 "configure" +#line 23074 "configure" #include "confdefs.h" $ac_includes_default int @@ -22649,16 +23086,16 @@ if (sizeof (time_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22652: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23089: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22655: \$? = $ac_status" >&5 + echo "$as_me:23092: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22658: \"$ac_try\"") >&5 + { (eval echo "$as_me:23095: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22661: \$? = $ac_status" >&5 + echo "$as_me:23098: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_time_t=yes else @@ -22668,10 +23105,10 @@ ac_cv_type_time_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:22671: result: $ac_cv_type_time_t" >&5 +echo "$as_me:23108: result: $ac_cv_type_time_t" >&5 echo "${ECHO_T}$ac_cv_type_time_t" >&6 -echo "$as_me:22674: checking size of time_t" >&5 +echo "$as_me:23111: checking size of time_t" >&5 echo $ECHO_N "checking size of time_t... $ECHO_C" >&6 if test "${ac_cv_sizeof_time_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22680,7 +23117,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 22683 "configure" +#line 23120 "configure" #include "confdefs.h" $ac_includes_default int @@ -22692,21 +23129,21 @@ int _array_ [1 - 2 * !((sizeof (time_t)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22695: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23132: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22698: \$? = $ac_status" >&5 + echo "$as_me:23135: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22701: \"$ac_try\"") >&5 + { (eval echo "$as_me:23138: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22704: \$? = $ac_status" >&5 + echo "$as_me:23141: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 22709 "configure" +#line 23146 "configure" #include "confdefs.h" $ac_includes_default int @@ -22718,16 +23155,16 @@ int _array_ [1 - 2 * !((sizeof (time_t)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22721: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23158: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22724: \$? = $ac_status" >&5 + echo "$as_me:23161: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22727: \"$ac_try\"") >&5 + { (eval echo "$as_me:23164: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22730: \$? = $ac_status" >&5 + echo "$as_me:23167: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -22743,7 +23180,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 22746 "configure" +#line 23183 "configure" #include "confdefs.h" $ac_includes_default int @@ -22755,16 +23192,16 @@ int _array_ [1 - 2 * !((sizeof (time_t)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22758: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23195: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22761: \$? = $ac_status" >&5 + echo "$as_me:23198: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22764: \"$ac_try\"") >&5 + { (eval echo "$as_me:23201: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22767: \$? = $ac_status" >&5 + echo "$as_me:23204: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -22780,7 +23217,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 22783 "configure" +#line 23220 "configure" #include "confdefs.h" $ac_includes_default int @@ -22792,16 +23229,16 @@ int _array_ [1 - 2 * !((sizeof (time_t)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:22795: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23232: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22798: \$? = $ac_status" >&5 + echo "$as_me:23235: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:22801: \"$ac_try\"") >&5 + { (eval echo "$as_me:23238: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22804: \$? = $ac_status" >&5 + echo "$as_me:23241: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -22814,12 +23251,12 @@ done ac_cv_sizeof_time_t=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:22817: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:23254: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 22822 "configure" +#line 23259 "configure" #include "confdefs.h" $ac_includes_default int @@ -22835,15 +23272,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:22838: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23275: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22841: \$? = $ac_status" >&5 + echo "$as_me:23278: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:22843: \"$ac_try\"") >&5 + { (eval echo "$as_me:23280: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22846: \$? = $ac_status" >&5 + echo "$as_me:23283: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_time_t=`cat conftest.val` else @@ -22859,7 +23296,7 @@ else ac_cv_sizeof_time_t=0 fi fi -echo "$as_me:22862: result: $ac_cv_sizeof_time_t" >&5 +echo "$as_me:23299: result: $ac_cv_sizeof_time_t" >&5 echo "${ECHO_T}$ac_cv_sizeof_time_t" >&6 cat >>confdefs.h <<EOF #define SIZEOF_TIME_T $ac_cv_sizeof_time_t @@ -22867,13 +23304,13 @@ EOF # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -echo "$as_me:22870: checking for working alloca.h" >&5 +echo "$as_me:23307: 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 22876 "configure" +#line 23313 "configure" #include "confdefs.h" #include <alloca.h> int @@ -22885,16 +23322,16 @@ char *p = (char *) alloca (2 * sizeof (int)); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:22888: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23325: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22891: \$? = $ac_status" >&5 + echo "$as_me:23328: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:22894: \"$ac_try\"") >&5 + { (eval echo "$as_me:23331: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22897: \$? = $ac_status" >&5 + echo "$as_me:23334: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_working_alloca_h=yes else @@ -22904,7 +23341,7 @@ ac_cv_working_alloca_h=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:22907: result: $ac_cv_working_alloca_h" >&5 +echo "$as_me:23344: 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 @@ -22914,13 +23351,13 @@ EOF fi -echo "$as_me:22917: checking for alloca" >&5 +echo "$as_me:23354: 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 22923 "configure" +#line 23360 "configure" #include "confdefs.h" #ifdef __GNUC__ # define alloca __builtin_alloca @@ -22952,16 +23389,16 @@ char *p = (char *) alloca (1); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:22955: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23392: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22958: \$? = $ac_status" >&5 + echo "$as_me:23395: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:22961: \"$ac_try\"") >&5 + { (eval echo "$as_me:23398: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22964: \$? = $ac_status" >&5 + echo "$as_me:23401: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_alloca_works=yes else @@ -22971,7 +23408,7 @@ ac_cv_func_alloca_works=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:22974: result: $ac_cv_func_alloca_works" >&5 +echo "$as_me:23411: 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 @@ -22992,13 +23429,13 @@ cat >>confdefs.h <<\EOF #define C_ALLOCA 1 EOF -echo "$as_me:22995: checking whether \`alloca.c' needs Cray hooks" >&5 +echo "$as_me:23432: 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 23001 "configure" +#line 23438 "configure" #include "confdefs.h" #if defined(CRAY) && ! defined(CRAY2) webecray @@ -23016,18 +23453,18 @@ fi rm -f conftest* fi -echo "$as_me:23019: result: $ac_cv_os_cray" >&5 +echo "$as_me:23456: 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:23024: checking for $ac_func" >&5 +echo "$as_me:23461: 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 23030 "configure" +#line 23467 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -23058,16 +23495,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23061: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23498: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23064: \$? = $ac_status" >&5 + echo "$as_me:23501: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23067: \"$ac_try\"") >&5 + { (eval echo "$as_me:23504: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23070: \$? = $ac_status" >&5 + echo "$as_me:23507: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -23077,7 +23514,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:23080: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:23517: 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 @@ -23091,7 +23528,7 @@ fi done fi -echo "$as_me:23094: checking stack direction for C alloca" >&5 +echo "$as_me:23531: 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 @@ -23100,7 +23537,7 @@ else ac_cv_c_stack_direction=0 else cat >conftest.$ac_ext <<_ACEOF -#line 23103 "configure" +#line 23540 "configure" #include "confdefs.h" int find_stack_direction () @@ -23123,15 +23560,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:23126: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23563: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23129: \$? = $ac_status" >&5 + echo "$as_me:23566: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:23131: \"$ac_try\"") >&5 + { (eval echo "$as_me:23568: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23134: \$? = $ac_status" >&5 + echo "$as_me:23571: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 else @@ -23143,7 +23580,7 @@ fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:23146: result: $ac_cv_c_stack_direction" >&5 +echo "$as_me:23583: result: $ac_cv_c_stack_direction" >&5 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 cat >>confdefs.h <<EOF @@ -23155,23 +23592,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:23158: checking for $ac_header" >&5 +echo "$as_me:23595: 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 23164 "configure" +#line 23601 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:23168: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:23605: \"$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:23174: \$? = $ac_status" >&5 + echo "$as_me:23611: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -23190,7 +23627,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:23193: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:23630: 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 @@ -23203,13 +23640,13 @@ done for ac_func in fork vfork do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:23206: checking for $ac_func" >&5 +echo "$as_me:23643: 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 23212 "configure" +#line 23649 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -23240,16 +23677,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23243: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23680: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23246: \$? = $ac_status" >&5 + echo "$as_me:23683: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23249: \"$ac_try\"") >&5 + { (eval echo "$as_me:23686: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23252: \$? = $ac_status" >&5 + echo "$as_me:23689: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -23259,7 +23696,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:23262: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:23699: 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 @@ -23271,7 +23708,7 @@ done ac_cv_func_fork_works=$ac_cv_func_fork if test "x$ac_cv_func_fork" = xyes; then - echo "$as_me:23274: checking for working fork" >&5 + echo "$as_me:23711: 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 @@ -23294,15 +23731,15 @@ else } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:23297: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23734: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23300: \$? = $ac_status" >&5 + echo "$as_me:23737: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:23302: \"$ac_try\"") >&5 + { (eval echo "$as_me:23739: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23305: \$? = $ac_status" >&5 + echo "$as_me:23742: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_fork_works=yes else @@ -23314,7 +23751,7 @@ fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:23317: result: $ac_cv_func_fork_works" >&5 +echo "$as_me:23754: result: $ac_cv_func_fork_works" >&5 echo "${ECHO_T}$ac_cv_func_fork_works" >&6 fi @@ -23328,12 +23765,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then ac_cv_func_fork_works=yes ;; esac - { echo "$as_me:23331: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 + { echo "$as_me:23768: 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:23336: checking for working vfork" >&5 + echo "$as_me:23773: 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 @@ -23342,7 +23779,7 @@ else ac_cv_func_vfork_works=cross else cat >conftest.$ac_ext <<_ACEOF -#line 23345 "configure" +#line 23782 "configure" #include "confdefs.h" /* Thanks to Paul Eggert for this test. */ #include <stdio.h> @@ -23439,15 +23876,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:23442: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23879: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23445: \$? = $ac_status" >&5 + echo "$as_me:23882: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:23447: \"$ac_try\"") >&5 + { (eval echo "$as_me:23884: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23450: \$? = $ac_status" >&5 + echo "$as_me:23887: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_vfork_works=yes else @@ -23459,13 +23896,13 @@ fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:23462: result: $ac_cv_func_vfork_works" >&5 +echo "$as_me:23899: 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:23468: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 + { echo "$as_me:23905: 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 @@ -23490,14 +23927,14 @@ EOF fi -echo "$as_me:23493: checking if we should use fcntl or ioctl" >&5 +echo "$as_me:23930: 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 23500 "configure" +#line 23937 "configure" #include "confdefs.h" #include <sys/types.h> @@ -23514,16 +23951,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23517: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23954: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23520: \$? = $ac_status" >&5 + echo "$as_me:23957: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23523: \"$ac_try\"") >&5 + { (eval echo "$as_me:23960: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23526: \$? = $ac_status" >&5 + echo "$as_me:23963: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_fionbio=ioctl else @@ -23531,7 +23968,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 23534 "configure" +#line 23971 "configure" #include "confdefs.h" #include <sys/types.h> @@ -23553,16 +23990,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23556: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23993: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23559: \$? = $ac_status" >&5 + echo "$as_me:23996: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23562: \"$ac_try\"") >&5 + { (eval echo "$as_me:23999: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23565: \$? = $ac_status" >&5 + echo "$as_me:24002: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_fionbio=fcntl else @@ -23575,20 +24012,20 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:23578: result: $cf_cv_fionbio" >&5 +echo "$as_me:24015: 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:23584: checking for broken/missing definition of remove" >&5 +echo "$as_me:24021: 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 23591 "configure" +#line 24028 "configure" #include "confdefs.h" #include <stdio.h> int @@ -23600,23 +24037,23 @@ remove("dummy") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23603: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24040: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23606: \$? = $ac_status" >&5 + echo "$as_me:24043: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23609: \"$ac_try\"") >&5 + { (eval echo "$as_me:24046: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23612: \$? = $ac_status" >&5 + echo "$as_me:24049: \$? = $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 23619 "configure" +#line 24056 "configure" #include "confdefs.h" #include <stdio.h> int __unlink(name) { return unlink(name); } @@ -23629,16 +24066,16 @@ remove("dummy") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23632: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24069: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23635: \$? = $ac_status" >&5 + echo "$as_me:24072: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23638: \"$ac_try\"") >&5 + { (eval echo "$as_me:24075: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23641: \$? = $ac_status" >&5 + echo "$as_me:24078: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_baddef_remove=yes else @@ -23653,20 +24090,20 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:23656: result: $cf_cv_baddef_remove" >&5 +echo "$as_me:24093: 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:23662: checking for lstat" >&5 +echo "$as_me:24099: 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 23669 "configure" +#line 24106 "configure" #include "confdefs.h" #include <sys/types.h> @@ -23680,16 +24117,16 @@ lstat(".", (struct stat *)0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23683: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24120: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23686: \$? = $ac_status" >&5 + echo "$as_me:24123: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23689: \"$ac_try\"") >&5 + { (eval echo "$as_me:24126: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23692: \$? = $ac_status" >&5 + echo "$as_me:24129: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_lstat=yes else @@ -23701,7 +24138,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:23704: result: $ac_cv_func_lstat " >&5 +echo "$as_me:24141: 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 @@ -23735,13 +24172,13 @@ for ac_func in \ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:23738: checking for $ac_func" >&5 +echo "$as_me:24175: 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 23744 "configure" +#line 24181 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -23772,16 +24209,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23775: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24212: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23778: \$? = $ac_status" >&5 + echo "$as_me:24215: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23781: \"$ac_try\"") >&5 + { (eval echo "$as_me:24218: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23784: \$? = $ac_status" >&5 + echo "$as_me:24221: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -23791,7 +24228,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:23794: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:24231: 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 @@ -23807,13 +24244,13 @@ for ac_func in \ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:23810: checking for $ac_func" >&5 +echo "$as_me:24247: 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 23816 "configure" +#line 24253 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -23844,16 +24281,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:23847: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24284: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23850: \$? = $ac_status" >&5 + echo "$as_me:24287: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23853: \"$ac_try\"") >&5 + { (eval echo "$as_me:24290: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23856: \$? = $ac_status" >&5 + echo "$as_me:24293: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -23863,7 +24300,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:23866: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:24303: 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 @@ -23875,7 +24312,7 @@ else fi done -echo "$as_me:23878: checking for random-integer functions" >&5 +echo "$as_me:24315: 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 @@ -23895,7 +24332,7 @@ do esac cat >conftest.$ac_ext <<_ACEOF -#line 23898 "configure" +#line 24335 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -23914,16 +24351,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:23917: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24354: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23920: \$? = $ac_status" >&5 + echo "$as_me:24357: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:23923: \"$ac_try\"") >&5 + { (eval echo "$as_me:24360: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23926: \$? = $ac_status" >&5 + echo "$as_me:24363: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_srand_func=$cf_func break @@ -23935,10 +24372,10 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext done fi -echo "$as_me:23938: result: $cf_cv_srand_func" >&5 +echo "$as_me:24375: 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:23941: checking for range of random-integers" >&5 + echo "$as_me:24378: 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 @@ -23959,7 +24396,7 @@ else ;; esac cat >conftest.$ac_ext <<_ACEOF -#line 23962 "configure" +#line 24399 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -23978,16 +24415,16 @@ long x = $cf_cv_rand_max } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:23981: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24418: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23984: \$? = $ac_status" >&5 + echo "$as_me:24421: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:23987: \"$ac_try\"") >&5 + { (eval echo "$as_me:24424: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23990: \$? = $ac_status" >&5 + echo "$as_me:24427: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -23998,7 +24435,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:24001: result: $cf_cv_rand_max" >&5 +echo "$as_me:24438: result: $cf_cv_rand_max" >&5 echo "${ECHO_T}$cf_cv_rand_max" >&6 cf_srand_func=`echo $cf_func | sed -e 's%/.*%%'` @@ -24029,13 +24466,13 @@ fi for ac_func in strstr do -echo "$as_me:24032: checking for $ac_func declaration" >&5 +echo "$as_me:24469: 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 24038 "configure" +#line 24475 "configure" #include "confdefs.h" #include <string.h> int @@ -24049,20 +24486,20 @@ extern int ${ac_func}(); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24052: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24489: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24055: \$? = $ac_status" >&5 + echo "$as_me:24492: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24058: \"$ac_try\"") >&5 + { (eval echo "$as_me:24495: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24061: \$? = $ac_status" >&5 + echo "$as_me:24498: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 24065 "configure" +#line 24502 "configure" #include "confdefs.h" #include <string.h> int @@ -24076,16 +24513,16 @@ int (*p)() = ${ac_func}; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24079: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24516: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24082: \$? = $ac_status" >&5 + echo "$as_me:24519: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24085: \"$ac_try\"") >&5 + { (eval echo "$as_me:24522: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24088: \$? = $ac_status" >&5 + echo "$as_me:24525: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "ac_cv_func_decl_$ac_func=yes" @@ -24106,11 +24543,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:24109: result: yes" >&5 + echo "$as_me:24546: result: yes" >&5 echo "${ECHO_T}yes" >&6 : else - echo "$as_me:24113: result: no" >&5 + echo "$as_me:24550: result: no" >&5 echo "${ECHO_T}no" >&6 ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` @@ -24125,13 +24562,13 @@ done for ac_func in getgrgid getgrnam do -echo "$as_me:24128: checking for $ac_func declaration" >&5 +echo "$as_me:24565: 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 24134 "configure" +#line 24571 "configure" #include "confdefs.h" #include <stdio.h> @@ -24147,20 +24584,20 @@ extern int ${ac_func}(); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24150: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24587: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24153: \$? = $ac_status" >&5 + echo "$as_me:24590: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24156: \"$ac_try\"") >&5 + { (eval echo "$as_me:24593: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24159: \$? = $ac_status" >&5 + echo "$as_me:24596: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >conftest.$ac_ext <<_ACEOF -#line 24163 "configure" +#line 24600 "configure" #include "confdefs.h" #include <stdio.h> @@ -24176,16 +24613,16 @@ int (*p)() = ${ac_func}; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24179: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24616: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24182: \$? = $ac_status" >&5 + echo "$as_me:24619: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24185: \"$ac_try\"") >&5 + { (eval echo "$as_me:24622: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24188: \$? = $ac_status" >&5 + echo "$as_me:24625: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "ac_cv_func_decl_$ac_func=yes" @@ -24206,11 +24643,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:24209: result: yes" >&5 + echo "$as_me:24646: result: yes" >&5 echo "${ECHO_T}yes" >&6 : else - echo "$as_me:24213: result: no" >&5 + echo "$as_me:24650: result: no" >&5 echo "${ECHO_T}no" >&6 ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` @@ -24222,14 +24659,14 @@ EOF fi done -echo "$as_me:24225: checking if TRUE/FALSE are defined" >&5 +echo "$as_me:24662: 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 24232 "configure" +#line 24669 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -24243,16 +24680,16 @@ int x = TRUE, y = FALSE } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24246: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24683: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24249: \$? = $ac_status" >&5 + echo "$as_me:24686: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24252: \"$ac_try\"") >&5 + { (eval echo "$as_me:24689: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24255: \$? = $ac_status" >&5 + echo "$as_me:24692: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_bool_defs=yes else @@ -24263,7 +24700,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:24266: result: $cf_cv_bool_defs" >&5 +echo "$as_me:24703: 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 @@ -24276,14 +24713,14 @@ EOF fi -echo "$as_me:24279: checking if external errno is declared" >&5 +echo "$as_me:24716: 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 24286 "configure" +#line 24723 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -24301,16 +24738,16 @@ int x = (int) errno } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24304: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24741: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24307: \$? = $ac_status" >&5 + echo "$as_me:24744: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24310: \"$ac_try\"") >&5 + { (eval echo "$as_me:24747: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24313: \$? = $ac_status" >&5 + echo "$as_me:24750: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_dcl_errno=yes else @@ -24321,7 +24758,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:24324: result: $cf_cv_dcl_errno" >&5 +echo "$as_me:24761: result: $cf_cv_dcl_errno" >&5 echo "${ECHO_T}$cf_cv_dcl_errno" >&6 if test "$cf_cv_dcl_errno" = no ; then @@ -24336,14 +24773,14 @@ fi # It's possible (for near-UNIX clones) that the data doesn't exist -echo "$as_me:24339: checking if external errno exists" >&5 +echo "$as_me:24776: 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 24346 "configure" +#line 24783 "configure" #include "confdefs.h" #undef errno @@ -24358,16 +24795,16 @@ errno = 2 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24361: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24798: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24364: \$? = $ac_status" >&5 + echo "$as_me:24801: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24367: \"$ac_try\"") >&5 + { (eval echo "$as_me:24804: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24370: \$? = $ac_status" >&5 + echo "$as_me:24807: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_errno=yes else @@ -24378,7 +24815,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:24381: result: $cf_cv_have_errno" >&5 +echo "$as_me:24818: result: $cf_cv_have_errno" >&5 echo "${ECHO_T}$cf_cv_have_errno" >&6 if test "$cf_cv_have_errno" = yes ; then @@ -24391,7 +24828,7 @@ EOF fi -echo "$as_me:24394: checking if we can set errno" >&5 +echo "$as_me:24831: 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 @@ -24399,7 +24836,7 @@ else if test "$cross_compiling" = yes; then cat >conftest.$ac_ext <<_ACEOF -#line 24402 "configure" +#line 24839 "configure" #include "confdefs.h" #include <errno.h> int @@ -24411,16 +24848,16 @@ errno = 255 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24414: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24851: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24417: \$? = $ac_status" >&5 + echo "$as_me:24854: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24420: \"$ac_try\"") >&5 + { (eval echo "$as_me:24857: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24423: \$? = $ac_status" >&5 + echo "$as_me:24860: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_set_errno=maybe else @@ -24431,7 +24868,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext else cat >conftest.$ac_ext <<_ACEOF -#line 24434 "configure" +#line 24871 "configure" #include "confdefs.h" #include <errno.h> @@ -24442,15 +24879,15 @@ int main() } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:24445: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24882: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24448: \$? = $ac_status" >&5 + echo "$as_me:24885: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:24450: \"$ac_try\"") >&5 + { (eval echo "$as_me:24887: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24453: \$? = $ac_status" >&5 + echo "$as_me:24890: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_set_errno=yes else @@ -24463,20 +24900,20 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:24466: result: $cf_cv_set_errno" >&5 +echo "$as_me:24903: 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:24472: checking for setlocale()" >&5 +echo "$as_me:24909: 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 24479 "configure" +#line 24916 "configure" #include "confdefs.h" #include <locale.h> int @@ -24488,16 +24925,16 @@ setlocale(LC_ALL, "") } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24491: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24928: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24494: \$? = $ac_status" >&5 + echo "$as_me:24931: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24497: \"$ac_try\"") >&5 + { (eval echo "$as_me:24934: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24500: \$? = $ac_status" >&5 + echo "$as_me:24937: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_locale=yes else @@ -24509,21 +24946,21 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:24512: result: $cf_cv_locale" >&5 +echo "$as_me:24949: 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:24519: checking if NGROUPS is defined" >&5 +echo "$as_me:24956: 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 24526 "configure" +#line 24963 "configure" #include "confdefs.h" #if HAVE_SYS_PARAM_H @@ -24542,23 +24979,23 @@ int x = NGROUPS } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24545: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24982: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24548: \$? = $ac_status" >&5 + echo "$as_me:24985: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24551: \"$ac_try\"") >&5 + { (eval echo "$as_me:24988: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24554: \$? = $ac_status" >&5 + echo "$as_me:24991: \$? = $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 24561 "configure" +#line 24998 "configure" #include "confdefs.h" #if HAVE_SYS_PARAM_H @@ -24577,16 +25014,16 @@ int x = NGROUPS_MAX } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24580: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25017: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24583: \$? = $ac_status" >&5 + echo "$as_me:25020: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24586: \"$ac_try\"") >&5 + { (eval echo "$as_me:25023: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24589: \$? = $ac_status" >&5 + echo "$as_me:25026: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ngroups=NGROUPS_MAX else @@ -24598,7 +25035,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest.$ac_ext -echo "$as_me:24601: result: $cf_cv_ngroups" >&5 +echo "$as_me:25038: result: $cf_cv_ngroups" >&5 echo "${ECHO_T}$cf_cv_ngroups" >&6 fi @@ -24615,14 +25052,14 @@ EOF fi -echo "$as_me:24618: checking if external sys_nerr is declared" >&5 +echo "$as_me:25055: 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 24625 "configure" +#line 25062 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -24640,16 +25077,16 @@ int x = (int) sys_nerr } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24643: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25080: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24646: \$? = $ac_status" >&5 + echo "$as_me:25083: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24649: \"$ac_try\"") >&5 + { (eval echo "$as_me:25086: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24652: \$? = $ac_status" >&5 + echo "$as_me:25089: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_dcl_sys_nerr=yes else @@ -24660,7 +25097,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:24663: result: $cf_cv_dcl_sys_nerr" >&5 +echo "$as_me:25100: 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 @@ -24675,14 +25112,14 @@ fi # It's possible (for near-UNIX clones) that the data doesn't exist -echo "$as_me:24678: checking if external sys_nerr exists" >&5 +echo "$as_me:25115: 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 24685 "configure" +#line 25122 "configure" #include "confdefs.h" #undef sys_nerr @@ -24697,16 +25134,16 @@ sys_nerr = 2 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24700: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25137: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24703: \$? = $ac_status" >&5 + echo "$as_me:25140: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24706: \"$ac_try\"") >&5 + { (eval echo "$as_me:25143: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24709: \$? = $ac_status" >&5 + echo "$as_me:25146: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_sys_nerr=yes else @@ -24717,7 +25154,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:24720: result: $cf_cv_have_sys_nerr" >&5 +echo "$as_me:25157: 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 @@ -24730,14 +25167,14 @@ EOF fi -echo "$as_me:24733: checking if external sys_errlist is declared" >&5 +echo "$as_me:25170: 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 24740 "configure" +#line 25177 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H @@ -24755,16 +25192,16 @@ int x = (int) sys_errlist } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24758: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25195: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24761: \$? = $ac_status" >&5 + echo "$as_me:25198: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24764: \"$ac_try\"") >&5 + { (eval echo "$as_me:25201: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24767: \$? = $ac_status" >&5 + echo "$as_me:25204: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_dcl_sys_errlist=yes else @@ -24775,7 +25212,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:24778: result: $cf_cv_dcl_sys_errlist" >&5 +echo "$as_me:25215: 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 @@ -24790,14 +25227,14 @@ fi # It's possible (for near-UNIX clones) that the data doesn't exist -echo "$as_me:24793: checking if external sys_errlist exists" >&5 +echo "$as_me:25230: 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 24800 "configure" +#line 25237 "configure" #include "confdefs.h" #undef sys_errlist @@ -24812,16 +25249,16 @@ sys_errlist = 2 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:24815: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25252: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24818: \$? = $ac_status" >&5 + echo "$as_me:25255: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:24821: \"$ac_try\"") >&5 + { (eval echo "$as_me:25258: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24824: \$? = $ac_status" >&5 + echo "$as_me:25261: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_sys_errlist=yes else @@ -24832,7 +25269,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:24835: result: $cf_cv_have_sys_errlist" >&5 +echo "$as_me:25272: 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 @@ -24848,23 +25285,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:24851: checking for $ac_header" >&5 +echo "$as_me:25288: 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 24857 "configure" +#line 25294 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:24861: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:25298: \"$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:24867: \$? = $ac_status" >&5 + echo "$as_me:25304: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -24883,7 +25320,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:24886: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:25323: 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 @@ -24893,14 +25330,14 @@ EOF fi done -echo "$as_me:24896: checking for lastlog path" >&5 +echo "$as_me:25333: 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 24903 "configure" +#line 25340 "configure" #include "confdefs.h" #include <sys/types.h> @@ -24920,16 +25357,16 @@ char *path = _PATH_LASTLOG } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24923: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25360: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24926: \$? = $ac_status" >&5 + echo "$as_me:25363: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24929: \"$ac_try\"") >&5 + { (eval echo "$as_me:25366: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24932: \$? = $ac_status" >&5 + echo "$as_me:25369: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_path_lastlog="_PATH_LASTLOG" else @@ -24944,13 +25381,13 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:24947: result: $cf_cv_path_lastlog" >&5 +echo "$as_me:25384: 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:24953: checking for utmp implementation" >&5 +echo "$as_me:25390: 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 @@ -24967,7 +25404,7 @@ cf_utmp_includes=" #endif " cat >conftest.$ac_ext <<_ACEOF -#line 24970 "configure" +#line 25407 "configure" #include "confdefs.h" $cf_utmp_includes int @@ -24981,16 +25418,16 @@ struct $cf_header x; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:24984: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25421: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24987: \$? = $ac_status" >&5 + echo "$as_me:25424: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:24990: \"$ac_try\"") >&5 + { (eval echo "$as_me:25427: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24993: \$? = $ac_status" >&5 + echo "$as_me:25430: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp=$cf_header break @@ -24999,7 +25436,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 25002 "configure" +#line 25439 "configure" #include "confdefs.h" $cf_utmp_includes int @@ -25013,16 +25450,16 @@ struct $cf_header x; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25016: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25453: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25019: \$? = $ac_status" >&5 + echo "$as_me:25456: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25022: \"$ac_try\"") >&5 + { (eval echo "$as_me:25459: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25025: \$? = $ac_status" >&5 + echo "$as_me:25462: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp=$cf_header break @@ -25037,7 +25474,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:25040: result: $cf_cv_have_utmp" >&5 +echo "$as_me:25477: result: $cf_cv_have_utmp" >&5 echo "${ECHO_T}$cf_cv_have_utmp" >&6 if test $cf_cv_have_utmp != no ; then @@ -25050,14 +25487,14 @@ EOF EOF if test $cf_cv_have_utmp != no ; then -echo "$as_me:25053: checking if ${cf_cv_have_utmp}.ut_host is declared" >&5 +echo "$as_me:25490: 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 25060 "configure" +#line 25497 "configure" #include "confdefs.h" #include <sys/types.h> @@ -25071,16 +25508,16 @@ struct $cf_cv_have_utmp x; char *y = &x.ut_host[0] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25074: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25511: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25077: \$? = $ac_status" >&5 + echo "$as_me:25514: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25080: \"$ac_try\"") >&5 + { (eval echo "$as_me:25517: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25083: \$? = $ac_status" >&5 + echo "$as_me:25520: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_host=yes else @@ -25092,7 +25529,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:25095: result: $cf_cv_have_utmp_ut_host" >&5 +echo "$as_me:25532: 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 @@ -25101,14 +25538,14 @@ EOF fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:25104: checking if ${cf_cv_have_utmp}.ut_syslen is declared" >&5 +echo "$as_me:25541: checking if ${cf_cv_have_utmp}.ut_syslen is declared" >&5 echo $ECHO_N "checking if ${cf_cv_have_utmp}.ut_syslen is declared... $ECHO_C" >&6 if test "${cf_cv_have_utmp_ut_syslen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 25111 "configure" +#line 25548 "configure" #include "confdefs.h" #include <sys/types.h> @@ -25122,16 +25559,16 @@ struct $cf_cv_have_utmp x; int y = x.ut_syslen } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25125: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25562: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25128: \$? = $ac_status" >&5 + echo "$as_me:25565: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25131: \"$ac_try\"") >&5 + { (eval echo "$as_me:25568: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25134: \$? = $ac_status" >&5 + echo "$as_me:25571: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_syslen=yes else @@ -25143,7 +25580,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:25146: result: $cf_cv_have_utmp_ut_syslen" >&5 +echo "$as_me:25583: result: $cf_cv_have_utmp_ut_syslen" >&5 echo "${ECHO_T}$cf_cv_have_utmp_ut_syslen" >&6 test $cf_cv_have_utmp_ut_syslen != no && cat >>confdefs.h <<\EOF #define HAVE_UTMP_UT_SYSLEN 1 @@ -25152,7 +25589,7 @@ EOF fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:25155: checking if ${cf_cv_have_utmp}.ut_name is declared" >&5 +echo "$as_me:25592: 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 @@ -25169,7 +25606,7 @@ cf_utmp_includes=" " for cf_header in ut_name ut_user ; do cat >conftest.$ac_ext <<_ACEOF -#line 25172 "configure" +#line 25609 "configure" #include "confdefs.h" $cf_utmp_includes int @@ -25183,16 +25620,16 @@ struct $cf_cv_have_utmp x; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25186: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25623: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25189: \$? = $ac_status" >&5 + echo "$as_me:25626: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25192: \"$ac_try\"") >&5 + { (eval echo "$as_me:25629: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25195: \$? = $ac_status" >&5 + echo "$as_me:25632: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_name=$cf_header break @@ -25204,12 +25641,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:25207: result: $cf_cv_have_utmp_ut_name" >&5 +echo "$as_me:25644: 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:25212: error: Cannot find declaration for ut.ut_name" >&5 + { { echo "$as_me:25649: 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; }; } ;; @@ -25223,7 +25660,7 @@ esac fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:25226: checking for exit-status in $cf_cv_have_utmp" >&5 +echo "$as_me:25663: 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 @@ -25236,7 +25673,7 @@ for cf_result in \ ut_exit.ut_exit do cat >conftest.$ac_ext <<_ACEOF -#line 25239 "configure" +#line 25676 "configure" #include "confdefs.h" #include <sys/types.h> @@ -25250,16 +25687,16 @@ struct $cf_cv_have_utmp x; long y = x.$cf_result = 0 } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25253: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25690: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25256: \$? = $ac_status" >&5 + echo "$as_me:25693: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25259: \"$ac_try\"") >&5 + { (eval echo "$as_me:25696: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25262: \$? = $ac_status" >&5 + echo "$as_me:25699: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_xstatus=$cf_result break @@ -25272,7 +25709,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:25275: result: $cf_cv_have_utmp_ut_xstatus" >&5 +echo "$as_me:25712: 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 @@ -25287,14 +25724,14 @@ fi fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:25290: checking if ${cf_cv_have_utmp}.ut_xtime is declared" >&5 +echo "$as_me:25727: 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 25297 "configure" +#line 25734 "configure" #include "confdefs.h" #include <sys/types.h> @@ -25308,23 +25745,23 @@ struct $cf_cv_have_utmp x; long y = x.ut_xtime = 0 } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25311: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25748: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25314: \$? = $ac_status" >&5 + echo "$as_me:25751: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25317: \"$ac_try\"") >&5 + { (eval echo "$as_me:25754: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25320: \$? = $ac_status" >&5 + echo "$as_me:25757: \$? = $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 25327 "configure" +#line 25764 "configure" #include "confdefs.h" #include <sys/types.h> @@ -25338,16 +25775,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:25341: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25778: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25344: \$? = $ac_status" >&5 + echo "$as_me:25781: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25347: \"$ac_try\"") >&5 + { (eval echo "$as_me:25784: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25350: \$? = $ac_status" >&5 + echo "$as_me:25787: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_xtime=define else @@ -25361,7 +25798,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:25364: result: $cf_cv_have_utmp_ut_xtime" >&5 +echo "$as_me:25801: 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 @@ -25378,14 +25815,14 @@ fi fi if test $cf_cv_have_utmp != no ; then -echo "$as_me:25381: checking if ${cf_cv_have_utmp}.ut_session is declared" >&5 +echo "$as_me:25818: 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 25388 "configure" +#line 25825 "configure" #include "confdefs.h" #include <sys/types.h> @@ -25399,16 +25836,16 @@ struct $cf_cv_have_utmp x; long y = x.ut_session } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25402: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25839: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25405: \$? = $ac_status" >&5 + echo "$as_me:25842: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25408: \"$ac_try\"") >&5 + { (eval echo "$as_me:25845: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25411: \$? = $ac_status" >&5 + echo "$as_me:25848: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_utmp_ut_session=yes else @@ -25419,7 +25856,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:25422: result: $cf_cv_have_utmp_ut_session" >&5 +echo "$as_me:25859: 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 @@ -25429,7 +25866,7 @@ EOF fi fi -echo "$as_me:25432: checking if $cf_cv_have_utmp is SYSV flavor" >&5 +echo "$as_me:25869: 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 @@ -25437,7 +25874,7 @@ else test "$cf_cv_have_utmp" = "utmp" && cf_prefix="ut" || cf_prefix="utx" cat >conftest.$ac_ext <<_ACEOF -#line 25440 "configure" +#line 25877 "configure" #include "confdefs.h" #include <sys/types.h> @@ -25456,16 +25893,16 @@ struct $cf_cv_have_utmp x; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:25459: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25896: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25462: \$? = $ac_status" >&5 + echo "$as_me:25899: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:25465: \"$ac_try\"") >&5 + { (eval echo "$as_me:25902: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25468: \$? = $ac_status" >&5 + echo "$as_me:25905: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_sysv_utmp=yes else @@ -25476,7 +25913,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:25479: result: $cf_cv_sysv_utmp" >&5 +echo "$as_me:25916: 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 @@ -25484,14 +25921,14 @@ EOF fi -echo "$as_me:25487: checking if external h_errno exists" >&5 +echo "$as_me:25924: 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 25494 "configure" +#line 25931 "configure" #include "confdefs.h" #undef h_errno @@ -25506,16 +25943,16 @@ h_errno = 2 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:25509: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25946: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25512: \$? = $ac_status" >&5 + echo "$as_me:25949: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:25515: \"$ac_try\"") >&5 + { (eval echo "$as_me:25952: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25518: \$? = $ac_status" >&5 + echo "$as_me:25955: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_h_errno=yes else @@ -25526,7 +25963,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:25529: result: $cf_cv_have_h_errno" >&5 +echo "$as_me:25966: 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 @@ -25539,7 +25976,7 @@ EOF fi -echo "$as_me:25542: checking if bibp: URLs should be supported" >&5 +echo "$as_me:25979: 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. @@ -25556,13 +25993,13 @@ else use_bibp_urls=yes fi; -echo "$as_me:25559: result: $use_bibp_urls" >&5 +echo "$as_me:25996: 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:25565: checking if configuration info should be browsable" >&5 +echo "$as_me:26002: 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. @@ -25579,13 +26016,13 @@ else use_config_info=yes fi; -echo "$as_me:25582: result: $use_config_info" >&5 +echo "$as_me:26019: 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:25588: checking if new-style forms-based options screen should be used" >&5 +echo "$as_me:26025: 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. @@ -25602,13 +26039,13 @@ else use_forms_options=yes fi; -echo "$as_me:25605: result: $use_forms_options" >&5 +echo "$as_me:26042: 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:25611: checking if old-style options menu should be used" >&5 +echo "$as_me:26048: 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. @@ -25625,13 +26062,13 @@ else use_menu_options=yes fi; -echo "$as_me:25628: result: $use_menu_options" >&5 +echo "$as_me:26065: 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:25634: checking if experimental address-list page should be used" >&5 +echo "$as_me:26071: 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. @@ -25648,13 +26085,13 @@ else use_addrlist_page=no fi; -echo "$as_me:25651: result: $use_addrlist_page" >&5 +echo "$as_me:26088: 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:25657: checking if experimental charset-selection logic should be used" >&5 +echo "$as_me:26094: 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. @@ -25671,13 +26108,13 @@ else use_charset_choice=no fi; -echo "$as_me:25674: result: $use_charset_choice" >&5 +echo "$as_me:26111: 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:25680: checking if experimental CJK logic should be used" >&5 +echo "$as_me:26117: 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. @@ -25694,13 +26131,13 @@ else use_cjk=no fi; -echo "$as_me:25697: result: $use_cjk" >&5 +echo "$as_me:26134: 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:25703: checking if experimental Japanese UTF-8 logic should be used" >&5 +echo "$as_me:26140: 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. @@ -25717,7 +26154,7 @@ else use_ja_utf8=no fi; -echo "$as_me:25720: result: $use_ja_utf8" >&5 +echo "$as_me:26157: result: $use_ja_utf8" >&5 echo "${ECHO_T}$use_ja_utf8" >&6 if test $use_ja_utf8 != no ; then cat >>confdefs.h <<\EOF @@ -25762,7 +26199,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 25765 "configure" +#line 26202 "configure" #include "confdefs.h" #include <stdio.h> int @@ -25774,16 +26211,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25777: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26214: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25780: \$? = $ac_status" >&5 + echo "$as_me:26217: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25783: \"$ac_try\"") >&5 + { (eval echo "$as_me:26220: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25786: \$? = $ac_status" >&5 + echo "$as_me:26223: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -25800,7 +26237,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:25803: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:26240: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -25841,7 +26278,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 25844 "configure" +#line 26281 "configure" #include "confdefs.h" #include <stdio.h> int @@ -25853,16 +26290,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:25856: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26293: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25859: \$? = $ac_status" >&5 + echo "$as_me:26296: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:25862: \"$ac_try\"") >&5 + { (eval echo "$as_me:26299: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25865: \$? = $ac_status" >&5 + echo "$as_me:26302: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -25879,7 +26316,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:25882: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:26319: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -25895,7 +26332,7 @@ echo "${as_me-configure}:25882: testing adding $cf_add_incdir to include-path .. fi else -{ { echo "$as_me:25898: error: cannot find libiconv under $withval" >&5 +{ { echo "$as_me:26335: error: cannot find libiconv under $withval" >&5 echo "$as_me: error: cannot find libiconv under $withval" >&2;} { (exit 1); exit 1; }; } fi @@ -25920,7 +26357,7 @@ if test -n "$cf_searchpath/lib" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:25923: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:26360: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -25949,7 +26386,7 @@ if test -n "$cf_searchpath" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:25952: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:26389: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -25958,7 +26395,7 @@ echo "${as_me-configure}:25952: testing adding $cf_add_libdir to library-path .. fi else -{ { echo "$as_me:25961: error: cannot find libiconv under $withval" >&5 +{ { echo "$as_me:26398: error: cannot find libiconv under $withval" >&5 echo "$as_me: error: cannot find libiconv under $withval" >&2;} { (exit 1); exit 1; }; } fi @@ -25969,7 +26406,7 @@ done fi; - echo "$as_me:25972: checking for iconv" >&5 + echo "$as_me:26409: 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 @@ -25980,10 +26417,10 @@ else cf_cv_header_path_iconv= cf_cv_library_path_iconv= -echo "${as_me-configure}:25983: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me-configure}:26420: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 25986 "configure" +#line 26423 "configure" #include "confdefs.h" #include <stdlib.h> @@ -26002,16 +26439,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:26005: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26442: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26008: \$? = $ac_status" >&5 + echo "$as_me:26445: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:26011: \"$ac_try\"") >&5 + { (eval echo "$as_me:26448: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26014: \$? = $ac_status" >&5 + echo "$as_me:26451: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_iconv=yes else @@ -26020,7 +26457,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_iconv=no -echo "${as_me-configure}:26023: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me-configure}:26460: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -26128,11 +26565,11 @@ cf_search="$cf_header_path_list $cf_search" 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}:26131: testing ... testing $cf_cv_header_path_iconv ..." 1>&5 +echo "${as_me-configure}:26568: 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 26135 "configure" +#line 26572 "configure" #include "confdefs.h" #include <stdlib.h> @@ -26151,21 +26588,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:26154: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26591: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26157: \$? = $ac_status" >&5 + echo "$as_me:26594: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:26160: \"$ac_try\"") >&5 + { (eval echo "$as_me:26597: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26163: \$? = $ac_status" >&5 + echo "$as_me:26600: \$? = $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}:26168: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5 +echo "${as_me-configure}:26605: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5 cf_cv_find_linkage_iconv=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -26183,7 +26620,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_iconv" = maybe ; then -echo "${as_me-configure}:26186: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5 +echo "${as_me-configure}:26623: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -26279,13 +26716,13 @@ cf_search="$cf_library_path_list $cf_search" 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}:26282: testing ... testing $cf_cv_library_path_iconv ..." 1>&5 +echo "${as_me-configure}:26719: 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 26288 "configure" +#line 26725 "configure" #include "confdefs.h" #include <stdlib.h> @@ -26304,21 +26741,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:26307: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26744: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26310: \$? = $ac_status" >&5 + echo "$as_me:26747: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:26313: \"$ac_try\"") >&5 + { (eval echo "$as_me:26750: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26316: \$? = $ac_status" >&5 + echo "$as_me:26753: \$? = $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}:26321: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5 +echo "${as_me-configure}:26758: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5 cf_cv_find_linkage_iconv=yes cf_cv_library_file_iconv="-liconv" @@ -26354,7 +26791,7 @@ am_cv_func_iconv="no, consider installing GNU libiconv" fi fi -echo "$as_me:26357: result: $am_cv_func_iconv" >&5 +echo "$as_me:26794: result: $am_cv_func_iconv" >&5 echo "${ECHO_T}$am_cv_func_iconv" >&6 if test "$am_cv_func_iconv" = yes; then @@ -26363,14 +26800,14 @@ cat >>confdefs.h <<\EOF #define HAVE_ICONV 1 EOF - echo "$as_me:26366: checking if the declaration of iconv() needs const." >&5 + echo "$as_me:26803: 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 26373 "configure" +#line 26810 "configure" #include "confdefs.h" #include <stdlib.h> @@ -26395,16 +26832,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:26398: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26835: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26401: \$? = $ac_status" >&5 + echo "$as_me:26838: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:26404: \"$ac_try\"") >&5 + { (eval echo "$as_me:26841: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26407: \$? = $ac_status" >&5 + echo "$as_me:26844: \$? = $ac_status" >&5 (exit $ac_status); }; }; then am_cv_proto_iconv_const=no else @@ -26414,7 +26851,7 @@ am_cv_proto_iconv_const=yes fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:26417: result: $am_cv_proto_iconv_const" >&5 +echo "$as_me:26854: 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 @@ -26456,7 +26893,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 26459 "configure" +#line 26896 "configure" #include "confdefs.h" #include <stdio.h> int @@ -26468,16 +26905,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:26471: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26908: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26474: \$? = $ac_status" >&5 + echo "$as_me:26911: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:26477: \"$ac_try\"") >&5 + { (eval echo "$as_me:26914: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26480: \$? = $ac_status" >&5 + echo "$as_me:26917: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -26494,7 +26931,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:26497: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:26934: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -26531,7 +26968,7 @@ if test -n "$cf_cv_library_path_iconv" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:26534: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:26971: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -26555,7 +26992,7 @@ curses|slang|ncurses*) esac if test "$use_dft_colors" != no ; then -echo "$as_me:26558: checking if you want to use default-colors" >&5 +echo "$as_me:26995: 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. @@ -26572,7 +27009,7 @@ else use_dft_colors=no fi; -echo "$as_me:26575: result: $use_dft_colors" >&5 +echo "$as_me:27012: 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 @@ -26580,7 +27017,7 @@ EOF fi -echo "$as_me:26583: checking if experimental keyboard-layout logic should be used" >&5 +echo "$as_me:27020: 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. @@ -26597,13 +27034,13 @@ else use_kbd_layout=no fi; -echo "$as_me:26600: result: $use_kbd_layout" >&5 +echo "$as_me:27037: 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:26606: checking if experimental nested-table logic should be used" >&5 +echo "$as_me:27043: 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. @@ -26620,13 +27057,13 @@ else use_nested_tables=no fi; -echo "$as_me:26623: result: $use_nested_tables" >&5 +echo "$as_me:27060: 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:26629: checking if progress-bar code should be used" >&5 +echo "$as_me:27066: 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. @@ -26643,13 +27080,13 @@ else use_progressbar=no fi; -echo "$as_me:26646: result: $use_progressbar" >&5 +echo "$as_me:27083: 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:26652: checking if scrollbar code should be used" >&5 +echo "$as_me:27089: 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. @@ -26666,10 +27103,10 @@ else use_scrollbar=no fi; -echo "$as_me:26669: result: $use_scrollbar" >&5 +echo "$as_me:27106: result: $use_scrollbar" >&5 echo "${ECHO_T}$use_scrollbar" >&6 -echo "$as_me:26672: checking if sessions code should be used" >&5 +echo "$as_me:27109: checking if sessions code should be used" >&5 echo $ECHO_N "checking if sessions code should be used... $ECHO_C" >&6 # Check whether --enable-sessions or --disable-sessions was given. @@ -26686,7 +27123,7 @@ else use_sessions=no fi; -echo "$as_me:26689: result: $use_sessions" >&5 +echo "$as_me:27126: result: $use_sessions" >&5 echo "${ECHO_T}$use_sessions" >&6 if test $use_sessions != no ; then cat >>confdefs.h <<\EOF @@ -26696,7 +27133,7 @@ EOF EXTRA_OBJS="$EXTRA_OBJS LYSession\$o" fi -echo "$as_me:26699: checking if session-caching code should be used" >&5 +echo "$as_me:27136: 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. @@ -26713,7 +27150,7 @@ else use_session_cache=no fi; -echo "$as_me:26716: result: $use_session_cache" >&5 +echo "$as_me:27153: result: $use_session_cache" >&5 echo "${ECHO_T}$use_session_cache" >&6 if test $use_session_cache != no ; then cat >>confdefs.h <<\EOF @@ -26722,7 +27159,7 @@ EOF fi -echo "$as_me:26725: checking if alternative line-edit bindings should be used" >&5 +echo "$as_me:27162: 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. @@ -26739,13 +27176,13 @@ else use_alt_bindings=yes fi; -echo "$as_me:26742: result: $use_alt_bindings" >&5 +echo "$as_me:27179: 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:26748: checking if you want to use extended HTML DTD logic" >&5 +echo "$as_me:27185: 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. @@ -26762,13 +27199,13 @@ else use_ext_htmldtd=yes fi; -echo "$as_me:26765: result: $use_ext_htmldtd" >&5 +echo "$as_me:27202: 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:26771: checking if file-upload logic should be used" >&5 +echo "$as_me:27208: 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. @@ -26785,13 +27222,13 @@ else use_file_upload=yes fi; -echo "$as_me:26788: result: $use_file_upload" >&5 +echo "$as_me:27225: 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:26794: checking if element-justification logic should be used" >&5 +echo "$as_me:27231: 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. @@ -26808,13 +27245,13 @@ else use_justify_elts=yes fi; -echo "$as_me:26811: result: $use_justify_elts" >&5 +echo "$as_me:27248: 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:26817: checking if partial-display should be used" >&5 +echo "$as_me:27254: 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. @@ -26831,13 +27268,13 @@ else use_partial_display=yes fi; -echo "$as_me:26834: result: $use_partial_display" >&5 +echo "$as_me:27271: 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:26840: checking if persistent-cookie logic should be used" >&5 +echo "$as_me:27277: 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. @@ -26854,13 +27291,13 @@ else use_filed_cookies=yes fi; -echo "$as_me:26857: result: $use_filed_cookies" >&5 +echo "$as_me:27294: 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:26863: checking if html source should be colorized" >&5 +echo "$as_me:27300: 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. @@ -26877,13 +27314,13 @@ else use_prettysrc=yes fi; -echo "$as_me:26880: result: $use_prettysrc" >&5 +echo "$as_me:27317: 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:26886: checking if read-progress message should show ETA" >&5 +echo "$as_me:27323: 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. @@ -26900,13 +27337,13 @@ else use_read_eta=yes fi; -echo "$as_me:26903: result: $use_read_eta" >&5 +echo "$as_me:27340: 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:26909: checking if source caching should be used" >&5 +echo "$as_me:27346: 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. @@ -26923,13 +27360,13 @@ else use_source_cache=yes fi; -echo "$as_me:26926: result: $use_source_cache" >&5 +echo "$as_me:27363: 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:26932: checking if you want to use external commands" >&5 +echo "$as_me:27369: 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. @@ -26946,7 +27383,7 @@ else use_externs=no fi; -echo "$as_me:26949: result: $use_externs" >&5 +echo "$as_me:27386: result: $use_externs" >&5 echo "${ECHO_T}$use_externs" >&6 if test $use_externs != "no" ; then cat >>confdefs.h <<\EOF @@ -26956,7 +27393,7 @@ EOF EXTRA_OBJS="$EXTRA_OBJS LYExtern\$o" fi -echo "$as_me:26959: checking if you want to use setfont support" >&5 +echo "$as_me:27396: 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. @@ -26973,7 +27410,7 @@ else use_setfont=no fi; -echo "$as_me:26976: result: $use_setfont" >&5 +echo "$as_me:27413: result: $use_setfont" >&5 echo "${ECHO_T}$use_setfont" >&6 if test $use_setfont = yes ; then case $host_os in @@ -26984,7 +27421,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:26987: checking for $ac_word" >&5 +echo "$as_me:27424: 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 @@ -27001,7 +27438,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:27004: found $ac_dir/$ac_word" >&5 + echo "$as_me:27441: found $ac_dir/$ac_word" >&5 break fi done @@ -27012,10 +27449,10 @@ fi SETFONT=$ac_cv_path_SETFONT if test -n "$SETFONT"; then - echo "$as_me:27015: result: $SETFONT" >&5 + echo "$as_me:27452: result: $SETFONT" >&5 echo "${ECHO_T}$SETFONT" >&6 else - echo "$as_me:27018: result: no" >&5 + echo "$as_me:27455: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -27083,7 +27520,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:27086: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:27523: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define SETFONT_PATH "$cf_path_prog" @@ -27100,19 +27537,19 @@ fi SETFONT=built-in test -n "$verbose" && echo " Assume $host_os has font-switching" 1>&6 -echo "${as_me-configure}:27103: testing Assume $host_os has font-switching ..." 1>&5 +echo "${as_me-configure}:27540: 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}:27110: testing Assume $host_os has no font-switching ..." 1>&5 +echo "${as_me-configure}:27547: testing Assume $host_os has no font-switching ..." 1>&5 ;; esac if test -z "$SETFONT" ; then - { echo "$as_me:27115: WARNING: Cannot find a font-setting program" >&5 + { echo "$as_me:27552: 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 @@ -27122,7 +27559,7 @@ EOF fi fi -echo "$as_me:27125: checking if you want cgi-link support" >&5 +echo "$as_me:27562: 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. @@ -27138,10 +27575,10 @@ EOF else enableval=no fi; -echo "$as_me:27141: result: $enableval" >&5 +echo "$as_me:27578: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 -echo "$as_me:27144: checking if you want change-exec support" >&5 +echo "$as_me:27581: 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. @@ -27158,13 +27595,13 @@ else use_change_exec=no fi; -echo "$as_me:27161: result: $use_change_exec" >&5 +echo "$as_me:27598: 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:27167: checking if you want exec-links support" >&5 +echo "$as_me:27604: 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. @@ -27181,13 +27618,13 @@ else use_exec_links=$enableval fi; -echo "$as_me:27184: result: $use_exec_links" >&5 +echo "$as_me:27621: 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:27190: checking if you want exec-scripts support" >&5 +echo "$as_me:27627: 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. @@ -27204,13 +27641,13 @@ else use_exec_scripts=$enableval fi; -echo "$as_me:27207: result: $use_exec_scripts" >&5 +echo "$as_me:27644: 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:27213: checking if you want internal-links feature" >&5 +echo "$as_me:27650: 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. @@ -27227,13 +27664,13 @@ else use_internal_links=no fi; -echo "$as_me:27230: result: $use_internal_links" >&5 +echo "$as_me:27667: 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:27236: checking if you want to fork NSL requests" >&5 +echo "$as_me:27673: 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. @@ -27250,13 +27687,13 @@ else use_nsl_fork=no fi; -echo "$as_me:27253: result: $use_nsl_fork" >&5 +echo "$as_me:27690: 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:27259: checking if you want to log URL requests via syslog" >&5 +echo "$as_me:27696: 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. @@ -27273,13 +27710,13 @@ else use_syslog=no fi; -echo "$as_me:27276: result: $use_syslog" >&5 +echo "$as_me:27713: 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:27282: checking if you want to underline links" >&5 +echo "$as_me:27719: 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. @@ -27296,7 +27733,7 @@ else use_underline=no fi; -echo "$as_me:27299: result: $use_underline" >&5 +echo "$as_me:27736: result: $use_underline" >&5 echo "${ECHO_T}$use_underline" >&6 test $use_underline = yes && cat >>confdefs.h <<\EOF #define UNDERLINE_LINKS 1 @@ -27306,7 +27743,7 @@ test $use_underline = no && cat >>confdefs.h <<\EOF #define UNDERLINE_LINKS 0 EOF -echo "$as_me:27309: checking if help files should be gzip'ed" >&5 +echo "$as_me:27746: 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. @@ -27323,10 +27760,10 @@ else use_gzip_help=no fi; -echo "$as_me:27326: result: $use_gzip_help" >&5 +echo "$as_me:27763: result: $use_gzip_help" >&5 echo "${ECHO_T}$use_gzip_help" >&6 -echo "$as_me:27329: checking if you want to use libbz2 for decompression of some bzip2 files" >&5 +echo "$as_me:27766: 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. @@ -27336,7 +27773,7 @@ if test "${with_bzlib+set}" = set; then else use_bzlib=no fi; -echo "$as_me:27339: result: $use_bzlib" >&5 +echo "$as_me:27776: result: $use_bzlib" >&5 echo "${ECHO_T}$use_bzlib" >&6 if test ".$use_bzlib" != ".no" ; then @@ -27375,7 +27812,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 27378 "configure" +#line 27815 "configure" #include "confdefs.h" #include <stdio.h> int @@ -27387,16 +27824,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27390: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27827: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27393: \$? = $ac_status" >&5 + echo "$as_me:27830: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27396: \"$ac_try\"") >&5 + { (eval echo "$as_me:27833: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27399: \$? = $ac_status" >&5 + echo "$as_me:27836: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -27413,7 +27850,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:27416: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:27853: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -27454,7 +27891,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 27457 "configure" +#line 27894 "configure" #include "confdefs.h" #include <stdio.h> int @@ -27466,16 +27903,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27469: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27906: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27472: \$? = $ac_status" >&5 + echo "$as_me:27909: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27475: \"$ac_try\"") >&5 + { (eval echo "$as_me:27912: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27478: \$? = $ac_status" >&5 + echo "$as_me:27915: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -27492,7 +27929,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:27495: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:27932: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -27508,7 +27945,7 @@ echo "${as_me-configure}:27495: testing adding $cf_add_incdir to include-path .. fi else -{ { echo "$as_me:27511: error: cannot find under $use_bzlib" >&5 +{ { echo "$as_me:27948: error: cannot find under $use_bzlib" >&5 echo "$as_me: error: cannot find under $use_bzlib" >&2;} { (exit 1); exit 1; }; } fi @@ -27533,7 +27970,7 @@ if test -n "$cf_searchpath/lib" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:27536: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:27973: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -27562,7 +27999,7 @@ if test -n "$cf_searchpath" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:27565: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:28002: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -27571,7 +28008,7 @@ echo "${as_me-configure}:27565: testing adding $cf_add_libdir to library-path .. fi else -{ { echo "$as_me:27574: error: cannot find under $use_bzlib" >&5 +{ { echo "$as_me:28011: error: cannot find under $use_bzlib" >&5 echo "$as_me: error: cannot find under $use_bzlib" >&2;} { (exit 1); exit 1; }; } fi @@ -27585,10 +28022,10 @@ done cf_cv_header_path_bz2= cf_cv_library_path_bz2= -echo "${as_me-configure}:27588: testing Starting FIND_LINKAGE(bz2,bzlib) ..." 1>&5 +echo "${as_me-configure}:28025: testing Starting FIND_LINKAGE(bz2,bzlib) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 27591 "configure" +#line 28028 "configure" #include "confdefs.h" #include <stdio.h> @@ -27605,16 +28042,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:27608: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28045: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27611: \$? = $ac_status" >&5 + echo "$as_me:28048: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:27614: \"$ac_try\"") >&5 + { (eval echo "$as_me:28051: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27617: \$? = $ac_status" >&5 + echo "$as_me:28054: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_bz2=yes else @@ -27623,7 +28060,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_bz2=no -echo "${as_me-configure}:27626: testing Searching for headers in FIND_LINKAGE(bz2,bzlib) ..." 1>&5 +echo "${as_me-configure}:28063: testing Searching for headers in FIND_LINKAGE(bz2,bzlib) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -27731,11 +28168,11 @@ cf_search="$cf_header_path_list $cf_search" 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}:27734: testing ... testing $cf_cv_header_path_bz2 ..." 1>&5 +echo "${as_me-configure}:28171: 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 27738 "configure" +#line 28175 "configure" #include "confdefs.h" #include <stdio.h> @@ -27752,21 +28189,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:27755: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28192: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27758: \$? = $ac_status" >&5 + echo "$as_me:28195: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:27761: \"$ac_try\"") >&5 + { (eval echo "$as_me:28198: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27764: \$? = $ac_status" >&5 + echo "$as_me:28201: \$? = $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}:27769: testing ... found bz2 headers in $cf_cv_header_path_bz2 ..." 1>&5 +echo "${as_me-configure}:28206: testing ... found bz2 headers in $cf_cv_header_path_bz2 ..." 1>&5 cf_cv_find_linkage_bz2=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -27784,7 +28221,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_bz2" = maybe ; then -echo "${as_me-configure}:27787: testing Searching for bz2 library in FIND_LINKAGE(bz2,bzlib) ..." 1>&5 +echo "${as_me-configure}:28224: testing Searching for bz2 library in FIND_LINKAGE(bz2,bzlib) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -27792,7 +28229,7 @@ echo "${as_me-configure}:27787: testing Searching for bz2 library in FIND_LINKAG CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lbz2 $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 27795 "configure" +#line 28232 "configure" #include "confdefs.h" #include <stdio.h> @@ -27809,21 +28246,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:27812: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28249: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27815: \$? = $ac_status" >&5 + echo "$as_me:28252: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:27818: \"$ac_try\"") >&5 + { (eval echo "$as_me:28255: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27821: \$? = $ac_status" >&5 + echo "$as_me:28258: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found bz2 library in system" 1>&6 -echo "${as_me-configure}:27826: testing ... found bz2 library in system ..." 1>&5 +echo "${as_me-configure}:28263: testing ... found bz2 library in system ..." 1>&5 cf_cv_find_linkage_bz2=yes else @@ -27925,13 +28362,13 @@ cf_search="$cf_library_path_list $cf_search" 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}:27928: testing ... testing $cf_cv_library_path_bz2 ..." 1>&5 +echo "${as_me-configure}:28365: 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 27934 "configure" +#line 28371 "configure" #include "confdefs.h" #include <stdio.h> @@ -27948,21 +28385,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:27951: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28388: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27954: \$? = $ac_status" >&5 + echo "$as_me:28391: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:27957: \"$ac_try\"") >&5 + { (eval echo "$as_me:28394: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27960: \$? = $ac_status" >&5 + echo "$as_me:28397: \$? = $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}:27965: testing ... found bz2 library in $cf_cv_library_path_bz2 ..." 1>&5 +echo "${as_me-configure}:28402: testing ... found bz2 library in $cf_cv_library_path_bz2 ..." 1>&5 cf_cv_find_linkage_bz2=yes cf_cv_library_file_bz2="-lbz2" @@ -28017,7 +28454,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 28020 "configure" +#line 28457 "configure" #include "confdefs.h" #include <stdio.h> int @@ -28029,16 +28466,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28032: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28469: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28035: \$? = $ac_status" >&5 + echo "$as_me:28472: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28038: \"$ac_try\"") >&5 + { (eval echo "$as_me:28475: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28041: \$? = $ac_status" >&5 + echo "$as_me:28478: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -28055,7 +28492,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:28058: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:28495: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -28089,7 +28526,7 @@ if test -n "$cf_cv_library_path_bz2" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:28092: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:28529: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -28100,7 +28537,7 @@ fi LIBS="-lbz2 $LIBS" else -{ echo "$as_me:28103: WARNING: Cannot find bz2 library" >&5 +{ echo "$as_me:28540: WARNING: Cannot find bz2 library" >&5 echo "$as_me: WARNING: Cannot find bz2 library" >&2;} fi @@ -28110,7 +28547,7 @@ EOF fi -echo "$as_me:28113: checking if you want to use zlib for decompression of some gzip files" >&5 +echo "$as_me:28550: 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. @@ -28120,7 +28557,7 @@ if test "${with_zlib+set}" = set; then else use_zlib=no fi; -echo "$as_me:28123: result: $use_zlib" >&5 +echo "$as_me:28560: result: $use_zlib" >&5 echo "${ECHO_T}$use_zlib" >&6 if test ".$use_zlib" != ".no" ; then @@ -28159,7 +28596,7 @@ if test -n "$cf_searchpath/include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 28162 "configure" +#line 28599 "configure" #include "confdefs.h" #include <stdio.h> int @@ -28171,16 +28608,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28174: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28611: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28177: \$? = $ac_status" >&5 + echo "$as_me:28614: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28180: \"$ac_try\"") >&5 + { (eval echo "$as_me:28617: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28183: \$? = $ac_status" >&5 + echo "$as_me:28620: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -28197,7 +28634,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:28200: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:28637: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -28238,7 +28675,7 @@ if test -n "$cf_searchpath/../include" ; then cf_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" cat >conftest.$ac_ext <<_ACEOF -#line 28241 "configure" +#line 28678 "configure" #include "confdefs.h" #include <stdio.h> int @@ -28250,16 +28687,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28253: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28690: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28256: \$? = $ac_status" >&5 + echo "$as_me:28693: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28259: \"$ac_try\"") >&5 + { (eval echo "$as_me:28696: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28262: \$? = $ac_status" >&5 + echo "$as_me:28699: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -28276,7 +28713,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:28279: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:28716: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -28292,7 +28729,7 @@ echo "${as_me-configure}:28279: testing adding $cf_add_incdir to include-path .. fi else -{ { echo "$as_me:28295: error: cannot find under $use_zlib" >&5 +{ { echo "$as_me:28732: error: cannot find under $use_zlib" >&5 echo "$as_me: error: cannot find under $use_zlib" >&2;} { (exit 1); exit 1; }; } fi @@ -28317,7 +28754,7 @@ if test -n "$cf_searchpath/lib" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:28320: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:28757: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -28346,7 +28783,7 @@ if test -n "$cf_searchpath" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:28349: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:28786: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -28355,7 +28792,7 @@ echo "${as_me-configure}:28349: testing adding $cf_add_libdir to library-path .. fi else -{ { echo "$as_me:28358: error: cannot find under $use_zlib" >&5 +{ { echo "$as_me:28795: error: cannot find under $use_zlib" >&5 echo "$as_me: error: cannot find under $use_zlib" >&2;} { (exit 1); exit 1; }; } fi @@ -28369,10 +28806,10 @@ done cf_cv_header_path_z= cf_cv_library_path_z= -echo "${as_me-configure}:28372: testing Starting FIND_LINKAGE(z,zlib) ..." 1>&5 +echo "${as_me-configure}:28809: testing Starting FIND_LINKAGE(z,zlib) ..." 1>&5 cat >conftest.$ac_ext <<_ACEOF -#line 28375 "configure" +#line 28812 "configure" #include "confdefs.h" #include <zlib.h> @@ -28388,16 +28825,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28391: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28828: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28394: \$? = $ac_status" >&5 + echo "$as_me:28831: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28397: \"$ac_try\"") >&5 + { (eval echo "$as_me:28834: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28400: \$? = $ac_status" >&5 + echo "$as_me:28837: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_find_linkage_z=yes else @@ -28406,7 +28843,7 @@ cat conftest.$ac_ext >&5 cf_cv_find_linkage_z=no -echo "${as_me-configure}:28409: testing Searching for headers in FIND_LINKAGE(z,zlib) ..." 1>&5 +echo "${as_me-configure}:28846: testing Searching for headers in FIND_LINKAGE(z,zlib) ..." 1>&5 cf_save_CPPFLAGS="$CPPFLAGS" cf_test_CPPFLAGS="$CPPFLAGS" @@ -28514,11 +28951,11 @@ cf_search="$cf_header_path_list $cf_search" 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}:28517: testing ... testing $cf_cv_header_path_z ..." 1>&5 +echo "${as_me-configure}:28954: 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 28521 "configure" +#line 28958 "configure" #include "confdefs.h" #include <zlib.h> @@ -28534,21 +28971,21 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28537: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28974: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28540: \$? = $ac_status" >&5 + echo "$as_me:28977: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28543: \"$ac_try\"") >&5 + { (eval echo "$as_me:28980: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28546: \$? = $ac_status" >&5 + echo "$as_me:28983: \$? = $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}:28551: testing ... found z headers in $cf_cv_header_path_z ..." 1>&5 +echo "${as_me-configure}:28988: testing ... found z headers in $cf_cv_header_path_z ..." 1>&5 cf_cv_find_linkage_z=maybe cf_test_CPPFLAGS="$CPPFLAGS" @@ -28566,7 +29003,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_cv_find_linkage_z" = maybe ; then -echo "${as_me-configure}:28569: testing Searching for z library in FIND_LINKAGE(z,zlib) ..." 1>&5 +echo "${as_me-configure}:29006: testing Searching for z library in FIND_LINKAGE(z,zlib) ..." 1>&5 cf_save_LIBS="$LIBS" cf_save_LDFLAGS="$LDFLAGS" @@ -28574,7 +29011,7 @@ echo "${as_me-configure}:28569: testing Searching for z library in FIND_LINKAGE( CPPFLAGS="$cf_test_CPPFLAGS" LIBS="-lz $cf_save_LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 28577 "configure" +#line 29014 "configure" #include "confdefs.h" #include <zlib.h> @@ -28590,21 +29027,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28593: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29030: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28596: \$? = $ac_status" >&5 + echo "$as_me:29033: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28599: \"$ac_try\"") >&5 + { (eval echo "$as_me:29036: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28602: \$? = $ac_status" >&5 + echo "$as_me:29039: \$? = $ac_status" >&5 (exit $ac_status); }; }; then test -n "$verbose" && echo " ... found z library in system" 1>&6 -echo "${as_me-configure}:28607: testing ... found z library in system ..." 1>&5 +echo "${as_me-configure}:29044: testing ... found z library in system ..." 1>&5 cf_cv_find_linkage_z=yes else @@ -28706,13 +29143,13 @@ cf_search="$cf_library_path_list $cf_search" 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}:28709: testing ... testing $cf_cv_library_path_z ..." 1>&5 +echo "${as_me-configure}:29146: 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 28715 "configure" +#line 29152 "configure" #include "confdefs.h" #include <zlib.h> @@ -28728,21 +29165,21 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:28731: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29168: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28734: \$? = $ac_status" >&5 + echo "$as_me:29171: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:28737: \"$ac_try\"") >&5 + { (eval echo "$as_me:29174: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28740: \$? = $ac_status" >&5 + echo "$as_me:29177: \$? = $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}:28745: testing ... found z library in $cf_cv_library_path_z ..." 1>&5 +echo "${as_me-configure}:29182: testing ... found z library in $cf_cv_library_path_z ..." 1>&5 cf_cv_find_linkage_z=yes cf_cv_library_file_z="-lz" @@ -28797,7 +29234,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 28800 "configure" +#line 29237 "configure" #include "confdefs.h" #include <stdio.h> int @@ -28809,16 +29246,16 @@ printf("Hello") } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:28812: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:29249: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28815: \$? = $ac_status" >&5 + echo "$as_me:29252: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:28818: \"$ac_try\"") >&5 + { (eval echo "$as_me:29255: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28821: \$? = $ac_status" >&5 + echo "$as_me:29258: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -28835,7 +29272,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me-configure}:28838: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me-configure}:29275: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" @@ -28869,7 +29306,7 @@ if test -n "$cf_cv_library_path_z" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me-configure}:28872: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me-configure}:29309: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -28880,7 +29317,7 @@ fi LIBS="-lz $LIBS" else -{ echo "$as_me:28883: WARNING: Cannot find z library" >&5 +{ echo "$as_me:29320: WARNING: Cannot find z library" >&5 echo "$as_me: WARNING: Cannot find z library" >&2;} fi @@ -28890,7 +29327,7 @@ EOF fi -echo "$as_me:28893: checking if you want to exclude FINGER code" >&5 +echo "$as_me:29330: 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. @@ -28907,13 +29344,13 @@ else use_finger=no fi; -echo "$as_me:28910: result: $use_finger" >&5 +echo "$as_me:29347: 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:28916: checking if you want to exclude GOPHER code" >&5 +echo "$as_me:29353: 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. @@ -28930,13 +29367,13 @@ else use_gopher=no fi; -echo "$as_me:28933: result: $use_gopher" >&5 +echo "$as_me:29370: 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:28939: checking if you want to exclude NEWS code" >&5 +echo "$as_me:29376: 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. @@ -28953,13 +29390,13 @@ else use_news=no fi; -echo "$as_me:28956: result: $use_news" >&5 +echo "$as_me:29393: 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:28962: checking if you want to exclude FTP code" >&5 +echo "$as_me:29399: 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. @@ -28976,7 +29413,7 @@ else use_ftp=no fi; -echo "$as_me:28979: result: $use_ftp" >&5 +echo "$as_me:29416: result: $use_ftp" >&5 echo "${ECHO_T}$use_ftp" >&6 test $use_ftp != "no" && cat >>confdefs.h <<\EOF #define DISABLE_FTP 1 @@ -28984,7 +29421,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:28987: checking if directory-editor code should be used" >&5 +echo "$as_me:29424: 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. @@ -29001,7 +29438,7 @@ else use_dired=yes fi; -echo "$as_me:29004: result: $use_dired" >&5 +echo "$as_me:29441: result: $use_dired" >&5 echo "${ECHO_T}$use_dired" >&6 if test ".$use_dired" != ".no" ; then @@ -29010,7 +29447,7 @@ if test ".$use_dired" != ".no" ; then #define DIRED_SUPPORT 1 EOF - echo "$as_me:29013: checking if you wish to allow extracting from archives via DirEd" >&5 + echo "$as_me:29450: 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. @@ -29026,10 +29463,10 @@ EOF else enableval=yes fi; - echo "$as_me:29029: result: $enableval" >&5 + echo "$as_me:29466: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:29032: checking if DirEd mode should override keys" >&5 + echo "$as_me:29469: 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. @@ -29051,10 +29488,10 @@ else EOF fi; - echo "$as_me:29054: result: $enableval" >&5 + echo "$as_me:29491: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:29057: checking if you wish to allow permissions commands via DirEd" >&5 + echo "$as_me:29494: 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. @@ -29076,10 +29513,10 @@ else EOF fi; - echo "$as_me:29079: result: $enableval" >&5 + echo "$as_me:29516: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:29082: checking if you wish to allow executable-permission commands via DirEd" >&5 + echo "$as_me:29519: 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. @@ -29095,10 +29532,10 @@ EOF else enableval=yes fi; - echo "$as_me:29098: result: $enableval" >&5 + echo "$as_me:29535: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:29101: checking if you wish to allow \"tar\" commands from DirEd" >&5 + echo "$as_me:29538: 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. @@ -29120,10 +29557,10 @@ else EOF fi; - echo "$as_me:29123: result: $enableval" >&5 + echo "$as_me:29560: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:29126: checking if you wish to allow \"uudecode\" commands from DirEd" >&5 + echo "$as_me:29563: 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. @@ -29145,10 +29582,10 @@ else EOF fi; - echo "$as_me:29148: result: $enableval" >&5 + echo "$as_me:29585: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:29151: checking if you wish to allow \"zip\" and \"unzip\" commands from DirEd" >&5 + echo "$as_me:29588: 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. @@ -29170,10 +29607,10 @@ else EOF fi; - echo "$as_me:29173: result: $enableval" >&5 + echo "$as_me:29610: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 - echo "$as_me:29176: checking if you wish to allow \"gzip\" and \"gunzip\" commands from DirEd" >&5 + echo "$as_me:29613: 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. @@ -29195,11 +29632,11 @@ else EOF fi; - echo "$as_me:29198: result: $enableval" >&5 + echo "$as_me:29635: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 fi -echo "$as_me:29202: checking if you want long-directory listings" >&5 +echo "$as_me:29639: 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. @@ -29221,10 +29658,10 @@ else EOF fi; -echo "$as_me:29224: result: $enableval" >&5 +echo "$as_me:29661: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 -echo "$as_me:29227: checking if parent-directory references are permitted" >&5 +echo "$as_me:29664: 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. @@ -29240,7 +29677,7 @@ EOF else enableval=yes fi; -echo "$as_me:29243: result: $enableval" >&5 +echo "$as_me:29680: result: $enableval" >&5 echo "${ECHO_T}$enableval" >&6 test -z "$TELNET" && TELNET=telnet @@ -29248,7 +29685,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:29251: checking for $ac_word" >&5 +echo "$as_me:29688: 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 @@ -29265,7 +29702,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:29268: found $ac_dir/$ac_word" >&5 + echo "$as_me:29705: found $ac_dir/$ac_word" >&5 break fi done @@ -29276,10 +29713,10 @@ fi TELNET=$ac_cv_path_TELNET if test -n "$TELNET"; then - echo "$as_me:29279: result: $TELNET" >&5 + echo "$as_me:29716: result: $TELNET" >&5 echo "${ECHO_T}$TELNET" >&6 else - echo "$as_me:29282: result: no" >&5 + echo "$as_me:29719: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -29347,7 +29784,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:29350: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:29787: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define TELNET_PATH "$cf_path_prog" @@ -29364,7 +29801,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:29367: checking for $ac_word" >&5 +echo "$as_me:29804: 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 @@ -29381,7 +29818,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:29384: found $ac_dir/$ac_word" >&5 + echo "$as_me:29821: found $ac_dir/$ac_word" >&5 break fi done @@ -29392,10 +29829,10 @@ fi TN3270=$ac_cv_path_TN3270 if test -n "$TN3270"; then - echo "$as_me:29395: result: $TN3270" >&5 + echo "$as_me:29832: result: $TN3270" >&5 echo "${ECHO_T}$TN3270" >&6 else - echo "$as_me:29398: result: no" >&5 + echo "$as_me:29835: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -29463,7 +29900,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:29466: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:29903: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define TN3270_PATH "$cf_path_prog" @@ -29480,7 +29917,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:29483: checking for $ac_word" >&5 +echo "$as_me:29920: 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 @@ -29497,7 +29934,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:29500: found $ac_dir/$ac_word" >&5 + echo "$as_me:29937: found $ac_dir/$ac_word" >&5 break fi done @@ -29508,10 +29945,10 @@ fi RLOGIN=$ac_cv_path_RLOGIN if test -n "$RLOGIN"; then - echo "$as_me:29511: result: $RLOGIN" >&5 + echo "$as_me:29948: result: $RLOGIN" >&5 echo "${ECHO_T}$RLOGIN" >&6 else - echo "$as_me:29514: result: no" >&5 + echo "$as_me:29951: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -29579,7 +30016,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:29582: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:30019: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define RLOGIN_PATH "$cf_path_prog" @@ -29596,7 +30033,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:29599: checking for $ac_word" >&5 +echo "$as_me:30036: 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 @@ -29613,7 +30050,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:29616: found $ac_dir/$ac_word" >&5 + echo "$as_me:30053: found $ac_dir/$ac_word" >&5 break fi done @@ -29624,10 +30061,10 @@ fi MV=$ac_cv_path_MV if test -n "$MV"; then - echo "$as_me:29627: result: $MV" >&5 + echo "$as_me:30064: result: $MV" >&5 echo "${ECHO_T}$MV" >&6 else - echo "$as_me:29630: result: no" >&5 + echo "$as_me:30067: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -29695,7 +30132,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:29698: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:30135: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define MV_PATH "$cf_path_prog" @@ -29712,7 +30149,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:29715: checking for $ac_word" >&5 +echo "$as_me:30152: 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 @@ -29729,7 +30166,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:29732: found $ac_dir/$ac_word" >&5 + echo "$as_me:30169: found $ac_dir/$ac_word" >&5 break fi done @@ -29740,10 +30177,10 @@ fi GZIP=$ac_cv_path_GZIP if test -n "$GZIP"; then - echo "$as_me:29743: result: $GZIP" >&5 + echo "$as_me:30180: result: $GZIP" >&5 echo "${ECHO_T}$GZIP" >&6 else - echo "$as_me:29746: result: no" >&5 + echo "$as_me:30183: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -29811,7 +30248,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:29814: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:30251: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define GZIP_PATH "$cf_path_prog" @@ -29828,7 +30265,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:29831: checking for $ac_word" >&5 +echo "$as_me:30268: 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 @@ -29845,7 +30282,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:29848: found $ac_dir/$ac_word" >&5 + echo "$as_me:30285: found $ac_dir/$ac_word" >&5 break fi done @@ -29856,10 +30293,10 @@ fi UNCOMPRESS=$ac_cv_path_UNCOMPRESS if test -n "$UNCOMPRESS"; then - echo "$as_me:29859: result: $UNCOMPRESS" >&5 + echo "$as_me:30296: result: $UNCOMPRESS" >&5 echo "${ECHO_T}$UNCOMPRESS" >&6 else - echo "$as_me:29862: result: no" >&5 + echo "$as_me:30299: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -29927,7 +30364,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:29930: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:30367: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define UNCOMPRESS_PATH "$cf_path_prog" @@ -29944,7 +30381,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:29947: checking for $ac_word" >&5 +echo "$as_me:30384: 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 @@ -29961,7 +30398,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:29964: found $ac_dir/$ac_word" >&5 + echo "$as_me:30401: found $ac_dir/$ac_word" >&5 break fi done @@ -29972,10 +30409,10 @@ fi UNZIP=$ac_cv_path_UNZIP if test -n "$UNZIP"; then - echo "$as_me:29975: result: $UNZIP" >&5 + echo "$as_me:30412: result: $UNZIP" >&5 echo "${ECHO_T}$UNZIP" >&6 else - echo "$as_me:29978: result: no" >&5 + echo "$as_me:30415: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -30043,7 +30480,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:30046: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:30483: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define UNZIP_PATH "$cf_path_prog" @@ -30060,7 +30497,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:30063: checking for $ac_word" >&5 +echo "$as_me:30500: 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 @@ -30077,7 +30514,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:30080: found $ac_dir/$ac_word" >&5 + echo "$as_me:30517: found $ac_dir/$ac_word" >&5 break fi done @@ -30088,10 +30525,10 @@ fi BZIP2=$ac_cv_path_BZIP2 if test -n "$BZIP2"; then - echo "$as_me:30091: result: $BZIP2" >&5 + echo "$as_me:30528: result: $BZIP2" >&5 echo "${ECHO_T}$BZIP2" >&6 else - echo "$as_me:30094: result: no" >&5 + echo "$as_me:30531: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -30159,7 +30596,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:30162: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:30599: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define BZIP2_PATH "$cf_path_prog" @@ -30176,7 +30613,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:30179: checking for $ac_word" >&5 +echo "$as_me:30616: 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 @@ -30193,7 +30630,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:30196: found $ac_dir/$ac_word" >&5 + echo "$as_me:30633: found $ac_dir/$ac_word" >&5 break fi done @@ -30204,10 +30641,10 @@ fi TAR=$ac_cv_path_TAR if test -n "$TAR"; then - echo "$as_me:30207: result: $TAR" >&5 + echo "$as_me:30644: result: $TAR" >&5 echo "${ECHO_T}$TAR" >&6 else - echo "$as_me:30210: result: no" >&5 + echo "$as_me:30647: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -30275,7 +30712,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:30278: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:30715: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define TAR_PATH "$cf_path_prog" @@ -30332,7 +30769,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:30335: checking for $ac_word" >&5 +echo "$as_me:30772: 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 @@ -30349,7 +30786,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:30352: found $ac_dir/$ac_word" >&5 + echo "$as_me:30789: found $ac_dir/$ac_word" >&5 break fi done @@ -30360,10 +30797,10 @@ fi COMPRESS=$ac_cv_path_COMPRESS if test -n "$COMPRESS"; then - echo "$as_me:30363: result: $COMPRESS" >&5 + echo "$as_me:30800: result: $COMPRESS" >&5 echo "${ECHO_T}$COMPRESS" >&6 else - echo "$as_me:30366: result: no" >&5 + echo "$as_me:30803: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -30431,7 +30868,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:30434: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:30871: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define COMPRESS_PATH "$cf_path_prog" @@ -30448,7 +30885,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:30451: checking for $ac_word" >&5 +echo "$as_me:30888: 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 @@ -30465,7 +30902,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:30468: found $ac_dir/$ac_word" >&5 + echo "$as_me:30905: found $ac_dir/$ac_word" >&5 break fi done @@ -30476,10 +30913,10 @@ fi RM=$ac_cv_path_RM if test -n "$RM"; then - echo "$as_me:30479: result: $RM" >&5 + echo "$as_me:30916: result: $RM" >&5 echo "${ECHO_T}$RM" >&6 else - echo "$as_me:30482: result: no" >&5 + echo "$as_me:30919: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -30547,7 +30984,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:30550: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:30987: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define RM_PATH "$cf_path_prog" @@ -30564,7 +31001,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:30567: checking for $ac_word" >&5 +echo "$as_me:31004: 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 @@ -30581,7 +31018,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:30584: found $ac_dir/$ac_word" >&5 + echo "$as_me:31021: found $ac_dir/$ac_word" >&5 break fi done @@ -30592,10 +31029,10 @@ fi UUDECODE=$ac_cv_path_UUDECODE if test -n "$UUDECODE"; then - echo "$as_me:30595: result: $UUDECODE" >&5 + echo "$as_me:31032: result: $UUDECODE" >&5 echo "${ECHO_T}$UUDECODE" >&6 else - echo "$as_me:30598: result: no" >&5 + echo "$as_me:31035: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -30663,7 +31100,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:30666: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:31103: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define UUDECODE_PATH "$cf_path_prog" @@ -30680,7 +31117,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:30683: checking for $ac_word" >&5 +echo "$as_me:31120: 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 @@ -30697,7 +31134,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:30700: found $ac_dir/$ac_word" >&5 + echo "$as_me:31137: found $ac_dir/$ac_word" >&5 break fi done @@ -30708,10 +31145,10 @@ fi ZCAT=$ac_cv_path_ZCAT if test -n "$ZCAT"; then - echo "$as_me:30711: result: $ZCAT" >&5 + echo "$as_me:31148: result: $ZCAT" >&5 echo "${ECHO_T}$ZCAT" >&6 else - echo "$as_me:30714: result: no" >&5 + echo "$as_me:31151: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -30779,7 +31216,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:30782: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:31219: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define ZCAT_PATH "$cf_path_prog" @@ -30796,7 +31233,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:30799: checking for $ac_word" >&5 +echo "$as_me:31236: 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 @@ -30813,7 +31250,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:30816: found $ac_dir/$ac_word" >&5 + echo "$as_me:31253: found $ac_dir/$ac_word" >&5 break fi done @@ -30824,10 +31261,10 @@ fi ZIP=$ac_cv_path_ZIP if test -n "$ZIP"; then - echo "$as_me:30827: result: $ZIP" >&5 + echo "$as_me:31264: result: $ZIP" >&5 echo "${ECHO_T}$ZIP" >&6 else - echo "$as_me:30830: result: no" >&5 + echo "$as_me:31267: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -30895,7 +31332,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:30898: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:31335: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define ZIP_PATH "$cf_path_prog" @@ -30922,7 +31359,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:30925: checking for $ac_word" >&5 +echo "$as_me:31362: 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 @@ -30939,7 +31376,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:30942: found $ac_dir/$ac_word" >&5 + echo "$as_me:31379: found $ac_dir/$ac_word" >&5 break fi done @@ -30950,10 +31387,10 @@ fi INSTALL=$ac_cv_path_INSTALL if test -n "$INSTALL"; then - echo "$as_me:30953: result: $INSTALL" >&5 + echo "$as_me:31390: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6 else - echo "$as_me:30956: result: no" >&5 + echo "$as_me:31393: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -31021,7 +31458,7 @@ IFS="$cf_save_ifs" if test -n "$cf_path_prog" ; then -echo "${as_me-configure}:31024: testing defining path for ${cf_path_prog} ..." 1>&5 +echo "${as_me-configure}:31461: testing defining path for ${cf_path_prog} ..." 1>&5 cat >>confdefs.h <<EOF #define INSTALL_PATH "$cf_path_prog" @@ -31047,7 +31484,7 @@ fi if test $cf_cv_screen = pdcurses ; then - echo "$as_me:31050: checking for X" >&5 + echo "$as_me:31487: checking for X" >&5 echo $ECHO_N "checking for X... $ECHO_C" >&6 # Check whether --with-x or --without-x was given. @@ -31144,17 +31581,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 31147 "configure" +#line 31584 "configure" #include "confdefs.h" #include <X11/Intrinsic.h> _ACEOF -if { (eval echo "$as_me:31151: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:31588: \"$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:31157: \$? = $ac_status" >&5 + echo "$as_me:31594: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -31187,7 +31624,7 @@ if test "$ac_x_libraries" = no; then ac_save_LIBS=$LIBS LIBS="-lXt $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 31190 "configure" +#line 31627 "configure" #include "confdefs.h" #include <X11/Intrinsic.h> int @@ -31199,16 +31636,16 @@ XtMalloc (0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31202: \"$ac_link\"") >&5 +if { (eval echo "$as_me:31639: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31205: \$? = $ac_status" >&5 + echo "$as_me:31642: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31208: \"$ac_try\"") >&5 + { (eval echo "$as_me:31645: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31211: \$? = $ac_status" >&5 + echo "$as_me:31648: \$? = $ac_status" >&5 (exit $ac_status); }; }; then LIBS=$ac_save_LIBS # We can link X programs with no special library path. @@ -31246,7 +31683,7 @@ fi fi # $with_x != no if test "$have_x" != yes; then - echo "$as_me:31249: result: $have_x" >&5 + echo "$as_me:31686: result: $have_x" >&5 echo "${ECHO_T}$have_x" >&6 no_x=yes else @@ -31256,7 +31693,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:31259: result: libraries $x_libraries, headers $x_includes" >&5 + echo "$as_me:31696: result: libraries $x_libraries, headers $x_includes" >&5 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 fi @@ -31280,11 +31717,11 @@ else # others require no space. Words are not sufficient . . . . case `(uname -sr) 2>/dev/null` in "SunOS 5"*) - echo "$as_me:31283: checking whether -R must be followed by a space" >&5 + echo "$as_me:31720: 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 31287 "configure" +#line 31724 "configure" #include "confdefs.h" int @@ -31296,16 +31733,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31299: \"$ac_link\"") >&5 +if { (eval echo "$as_me:31736: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31302: \$? = $ac_status" >&5 + echo "$as_me:31739: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31305: \"$ac_try\"") >&5 + { (eval echo "$as_me:31742: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31308: \$? = $ac_status" >&5 + echo "$as_me:31745: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_R_nospace=yes else @@ -31315,13 +31752,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:31318: result: no" >&5 + echo "$as_me:31755: 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 31324 "configure" +#line 31761 "configure" #include "confdefs.h" int @@ -31333,16 +31770,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31336: \"$ac_link\"") >&5 +if { (eval echo "$as_me:31773: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31339: \$? = $ac_status" >&5 + echo "$as_me:31776: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31342: \"$ac_try\"") >&5 + { (eval echo "$as_me:31779: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31345: \$? = $ac_status" >&5 + echo "$as_me:31782: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_R_space=yes else @@ -31352,11 +31789,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:31355: result: yes" >&5 + echo "$as_me:31792: result: yes" >&5 echo "${ECHO_T}yes" >&6 X_LIBS="$X_LIBS -R $x_libraries" else - echo "$as_me:31359: result: neither works" >&5 + echo "$as_me:31796: result: neither works" >&5 echo "${ECHO_T}neither works" >&6 fi fi @@ -31376,7 +31813,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 31379 "configure" +#line 31816 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -31395,22 +31832,22 @@ XOpenDisplay (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31398: \"$ac_link\"") >&5 +if { (eval echo "$as_me:31835: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31401: \$? = $ac_status" >&5 + echo "$as_me:31838: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31404: \"$ac_try\"") >&5 + { (eval echo "$as_me:31841: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31407: \$? = $ac_status" >&5 + echo "$as_me:31844: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:31413: checking for dnet_ntoa in -ldnet" >&5 +echo "$as_me:31850: 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 @@ -31418,7 +31855,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 31421 "configure" +#line 31858 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -31437,16 +31874,16 @@ dnet_ntoa (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31440: \"$ac_link\"") >&5 +if { (eval echo "$as_me:31877: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31443: \$? = $ac_status" >&5 + echo "$as_me:31880: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31446: \"$ac_try\"") >&5 + { (eval echo "$as_me:31883: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31449: \$? = $ac_status" >&5 + echo "$as_me:31886: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dnet_dnet_ntoa=yes else @@ -31457,14 +31894,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:31460: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 +echo "$as_me:31897: 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:31467: checking for dnet_ntoa in -ldnet_stub" >&5 + echo "$as_me:31904: 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 @@ -31472,7 +31909,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet_stub $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 31475 "configure" +#line 31912 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -31491,16 +31928,16 @@ dnet_ntoa (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31494: \"$ac_link\"") >&5 +if { (eval echo "$as_me:31931: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31497: \$? = $ac_status" >&5 + echo "$as_me:31934: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31500: \"$ac_try\"") >&5 + { (eval echo "$as_me:31937: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31503: \$? = $ac_status" >&5 + echo "$as_me:31940: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dnet_stub_dnet_ntoa=yes else @@ -31511,7 +31948,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:31514: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 +echo "$as_me:31951: 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" @@ -31530,13 +31967,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:31533: checking for gethostbyname" >&5 + echo "$as_me:31970: 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 31539 "configure" +#line 31976 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyname (); below. */ @@ -31567,16 +32004,16 @@ f = gethostbyname; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31570: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32007: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31573: \$? = $ac_status" >&5 + echo "$as_me:32010: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31576: \"$ac_try\"") >&5 + { (eval echo "$as_me:32013: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31579: \$? = $ac_status" >&5 + echo "$as_me:32016: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_gethostbyname=yes else @@ -31586,11 +32023,11 @@ ac_cv_func_gethostbyname=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:31589: result: $ac_cv_func_gethostbyname" >&5 +echo "$as_me:32026: 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:31593: checking for gethostbyname in -lnsl" >&5 + echo "$as_me:32030: 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 @@ -31598,7 +32035,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 31601 "configure" +#line 32038 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -31617,16 +32054,16 @@ gethostbyname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31620: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32057: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31623: \$? = $ac_status" >&5 + echo "$as_me:32060: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31626: \"$ac_try\"") >&5 + { (eval echo "$as_me:32063: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31629: \$? = $ac_status" >&5 + echo "$as_me:32066: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_gethostbyname=yes else @@ -31637,14 +32074,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:31640: result: $ac_cv_lib_nsl_gethostbyname" >&5 +echo "$as_me:32077: 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:31647: checking for gethostbyname in -lbsd" >&5 + echo "$as_me:32084: 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 @@ -31652,7 +32089,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 31655 "configure" +#line 32092 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -31671,16 +32108,16 @@ gethostbyname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31674: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32111: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31677: \$? = $ac_status" >&5 + echo "$as_me:32114: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31680: \"$ac_try\"") >&5 + { (eval echo "$as_me:32117: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31683: \$? = $ac_status" >&5 + echo "$as_me:32120: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_bsd_gethostbyname=yes else @@ -31691,7 +32128,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:31694: result: $ac_cv_lib_bsd_gethostbyname" >&5 +echo "$as_me:32131: 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" @@ -31707,13 +32144,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:31710: checking for connect" >&5 + echo "$as_me:32147: 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 31716 "configure" +#line 32153 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char connect (); below. */ @@ -31744,16 +32181,16 @@ f = connect; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31747: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32184: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31750: \$? = $ac_status" >&5 + echo "$as_me:32187: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31753: \"$ac_try\"") >&5 + { (eval echo "$as_me:32190: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31756: \$? = $ac_status" >&5 + echo "$as_me:32193: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_connect=yes else @@ -31763,11 +32200,11 @@ ac_cv_func_connect=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:31766: result: $ac_cv_func_connect" >&5 +echo "$as_me:32203: 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:31770: checking for connect in -lsocket" >&5 + echo "$as_me:32207: 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 @@ -31775,7 +32212,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 31778 "configure" +#line 32215 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -31794,16 +32231,16 @@ connect (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31797: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32234: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31800: \$? = $ac_status" >&5 + echo "$as_me:32237: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31803: \"$ac_try\"") >&5 + { (eval echo "$as_me:32240: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31806: \$? = $ac_status" >&5 + echo "$as_me:32243: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_connect=yes else @@ -31814,7 +32251,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:31817: result: $ac_cv_lib_socket_connect" >&5 +echo "$as_me:32254: 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" @@ -31823,13 +32260,13 @@ fi fi # Guillermo Gomez says -lposix is necessary on A/UX. - echo "$as_me:31826: checking for remove" >&5 + echo "$as_me:32263: 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 31832 "configure" +#line 32269 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char remove (); below. */ @@ -31860,16 +32297,16 @@ f = remove; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31863: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32300: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31866: \$? = $ac_status" >&5 + echo "$as_me:32303: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31869: \"$ac_try\"") >&5 + { (eval echo "$as_me:32306: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31872: \$? = $ac_status" >&5 + echo "$as_me:32309: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_remove=yes else @@ -31879,11 +32316,11 @@ ac_cv_func_remove=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:31882: result: $ac_cv_func_remove" >&5 +echo "$as_me:32319: 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:31886: checking for remove in -lposix" >&5 + echo "$as_me:32323: 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 @@ -31891,7 +32328,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lposix $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 31894 "configure" +#line 32331 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -31910,16 +32347,16 @@ remove (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31913: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32350: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31916: \$? = $ac_status" >&5 + echo "$as_me:32353: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31919: \"$ac_try\"") >&5 + { (eval echo "$as_me:32356: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31922: \$? = $ac_status" >&5 + echo "$as_me:32359: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_posix_remove=yes else @@ -31930,7 +32367,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:31933: result: $ac_cv_lib_posix_remove" >&5 +echo "$as_me:32370: 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" @@ -31939,13 +32376,13 @@ fi fi # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. - echo "$as_me:31942: checking for shmat" >&5 + echo "$as_me:32379: 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 31948 "configure" +#line 32385 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shmat (); below. */ @@ -31976,16 +32413,16 @@ f = shmat; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:31979: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32416: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:31982: \$? = $ac_status" >&5 + echo "$as_me:32419: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:31985: \"$ac_try\"") >&5 + { (eval echo "$as_me:32422: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:31988: \$? = $ac_status" >&5 + echo "$as_me:32425: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_shmat=yes else @@ -31995,11 +32432,11 @@ ac_cv_func_shmat=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:31998: result: $ac_cv_func_shmat" >&5 +echo "$as_me:32435: 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:32002: checking for shmat in -lipc" >&5 + echo "$as_me:32439: 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 @@ -32007,7 +32444,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lipc $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 32010 "configure" +#line 32447 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -32026,16 +32463,16 @@ shmat (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32029: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32466: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32032: \$? = $ac_status" >&5 + echo "$as_me:32469: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32035: \"$ac_try\"") >&5 + { (eval echo "$as_me:32472: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32038: \$? = $ac_status" >&5 + echo "$as_me:32475: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ipc_shmat=yes else @@ -32046,7 +32483,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:32049: result: $ac_cv_lib_ipc_shmat" >&5 +echo "$as_me:32486: 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" @@ -32064,7 +32501,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:32067: checking for IceConnectionNumber in -lICE" >&5 + echo "$as_me:32504: 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 @@ -32072,7 +32509,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 32075 "configure" +#line 32512 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -32091,16 +32528,16 @@ IceConnectionNumber (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32094: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32531: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32097: \$? = $ac_status" >&5 + echo "$as_me:32534: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32100: \"$ac_try\"") >&5 + { (eval echo "$as_me:32537: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32103: \$? = $ac_status" >&5 + echo "$as_me:32540: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ICE_IceConnectionNumber=yes else @@ -32111,7 +32548,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:32114: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 +echo "$as_me:32551: 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" @@ -32129,7 +32566,7 @@ LDFLAGS="$X_LIBS $LDFLAGS" test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6 -echo "${as_me-configure}:32132: testing checking additions to CFLAGS ..." 1>&5 +echo "${as_me-configure}:32569: testing checking additions to CFLAGS ..." 1>&5 cf_check_cflags="$CFLAGS" cf_check_cppflags="$CPPFLAGS" @@ -32190,7 +32627,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}:32193: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 +echo "${as_me-configure}:32630: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 CFLAGS="$CFLAGS $cf_new_cflags" fi @@ -32198,7 +32635,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}:32201: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 +echo "${as_me-configure}:32638: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 CPPFLAGS="$cf_new_cppflags $CPPFLAGS" fi @@ -32206,14 +32643,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}:32209: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 +echo "${as_me-configure}:32646: 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 32216 "configure" +#line 32653 "configure" #include "confdefs.h" #include <stdio.h> int @@ -32225,16 +32662,16 @@ printf("Hello world"); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32228: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32665: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32231: \$? = $ac_status" >&5 + echo "$as_me:32668: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32234: \"$ac_try\"") >&5 + { (eval echo "$as_me:32671: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32237: \$? = $ac_status" >&5 + echo "$as_me:32674: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -32242,12 +32679,12 @@ else cat conftest.$ac_ext >&5 test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6 -echo "${as_me-configure}:32245: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 +echo "${as_me-configure}:32682: 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}:32250: testing but keeping change to \$CPPFLAGS ..." 1>&5 +echo "${as_me-configure}:32687: testing but keeping change to \$CPPFLAGS ..." 1>&5 fi CFLAGS="$cf_check_flags" @@ -32255,13 +32692,13 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:32258: checking for XOpenDisplay" >&5 +echo "$as_me:32695: 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 32264 "configure" +#line 32701 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XOpenDisplay (); below. */ @@ -32292,16 +32729,16 @@ f = XOpenDisplay; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32295: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32732: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32298: \$? = $ac_status" >&5 + echo "$as_me:32735: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32301: \"$ac_try\"") >&5 + { (eval echo "$as_me:32738: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32304: \$? = $ac_status" >&5 + echo "$as_me:32741: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_XOpenDisplay=yes else @@ -32311,13 +32748,13 @@ ac_cv_func_XOpenDisplay=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:32314: result: $ac_cv_func_XOpenDisplay" >&5 +echo "$as_me:32751: 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:32320: checking for XOpenDisplay in -lX11" >&5 +echo "$as_me:32757: 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 @@ -32325,7 +32762,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lX11 $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 32328 "configure" +#line 32765 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -32344,16 +32781,16 @@ XOpenDisplay (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32347: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32784: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32350: \$? = $ac_status" >&5 + echo "$as_me:32787: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32353: \"$ac_try\"") >&5 + { (eval echo "$as_me:32790: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32356: \$? = $ac_status" >&5 + echo "$as_me:32793: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_X11_XOpenDisplay=yes else @@ -32364,7 +32801,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:32367: result: $ac_cv_lib_X11_XOpenDisplay" >&5 +echo "$as_me:32804: 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" @@ -32372,13 +32809,13 @@ fi fi -echo "$as_me:32375: checking for XtAppInitialize" >&5 +echo "$as_me:32812: 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 32381 "configure" +#line 32818 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XtAppInitialize (); below. */ @@ -32409,16 +32846,16 @@ f = XtAppInitialize; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32412: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32849: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32415: \$? = $ac_status" >&5 + echo "$as_me:32852: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32418: \"$ac_try\"") >&5 + { (eval echo "$as_me:32855: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32421: \$? = $ac_status" >&5 + echo "$as_me:32858: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_XtAppInitialize=yes else @@ -32428,13 +32865,13 @@ ac_cv_func_XtAppInitialize=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:32431: result: $ac_cv_func_XtAppInitialize" >&5 +echo "$as_me:32868: 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:32437: checking for XtAppInitialize in -lXt" >&5 +echo "$as_me:32874: 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 @@ -32442,7 +32879,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lXt $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 32445 "configure" +#line 32882 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -32461,16 +32898,16 @@ XtAppInitialize (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32464: \"$ac_link\"") >&5 +if { (eval echo "$as_me:32901: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32467: \$? = $ac_status" >&5 + echo "$as_me:32904: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32470: \"$ac_try\"") >&5 + { (eval echo "$as_me:32907: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32473: \$? = $ac_status" >&5 + echo "$as_me:32910: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xt_XtAppInitialize=yes else @@ -32481,7 +32918,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:32484: result: $ac_cv_lib_Xt_XtAppInitialize" >&5 +echo "$as_me:32921: 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 @@ -32495,7 +32932,7 @@ fi fi if test $cf_have_X_LIBS = no ; then - { echo "$as_me:32498: WARNING: Unable to successfully link X Toolkit library (-lXt) with + { echo "$as_me:32935: 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 @@ -32505,7 +32942,7 @@ fi cf_x_athena=${cf_x_athena-Xaw} -echo "$as_me:32508: checking if you want to link with Xaw 3d library" >&5 +echo "$as_me:32945: 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= @@ -32516,14 +32953,14 @@ if test "${with_Xaw3d+set}" = set; then fi; if test "$withval" = yes ; then cf_x_athena=Xaw3d - echo "$as_me:32519: result: yes" >&5 + echo "$as_me:32956: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:32522: result: no" >&5 + echo "$as_me:32959: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:32526: checking if you want to link with neXT Athena library" >&5 +echo "$as_me:32963: 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= @@ -32534,14 +32971,14 @@ if test "${with_neXtaw+set}" = set; then fi; if test "$withval" = yes ; then cf_x_athena=neXtaw - echo "$as_me:32537: result: yes" >&5 + echo "$as_me:32974: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:32540: result: no" >&5 + echo "$as_me:32977: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:32544: checking if you want to link with Athena-Plus library" >&5 +echo "$as_me:32981: 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= @@ -32552,14 +32989,14 @@ if test "${with_XawPlus+set}" = set; then fi; if test "$withval" = yes ; then cf_x_athena=XawPlus - echo "$as_me:32555: result: yes" >&5 + echo "$as_me:32992: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:32558: result: no" >&5 + echo "$as_me:32995: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:32562: checking for XextCreateExtension in -lXext" >&5 +echo "$as_me:32999: 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 @@ -32567,7 +33004,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lXext $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 32570 "configure" +#line 33007 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -32586,16 +33023,16 @@ XextCreateExtension (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32589: \"$ac_link\"") >&5 +if { (eval echo "$as_me:33026: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32592: \$? = $ac_status" >&5 + echo "$as_me:33029: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32595: \"$ac_try\"") >&5 + { (eval echo "$as_me:33032: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32598: \$? = $ac_status" >&5 + echo "$as_me:33035: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xext_XextCreateExtension=yes else @@ -32606,7 +33043,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:32609: result: $ac_cv_lib_Xext_XextCreateExtension" >&5 +echo "$as_me:33046: 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" @@ -32628,14 +33065,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:32631: checking for $cf_test in $cf_path" >&5 + echo "$as_me:33068: 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:32634: checking for $cf_test" >&5 + echo "$as_me:33071: checking for $cf_test" >&5 echo $ECHO_N "checking for $cf_test... $ECHO_C" >&6 fi cat >conftest.$ac_ext <<_ACEOF -#line 32638 "configure" +#line 33075 "configure" #include "confdefs.h" #include <X11/Intrinsic.h> @@ -32649,16 +33086,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:32652: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:33089: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:32655: \$? = $ac_status" >&5 + echo "$as_me:33092: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:32658: \"$ac_try\"") >&5 + { (eval echo "$as_me:33095: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32661: \$? = $ac_status" >&5 + echo "$as_me:33098: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -32667,7 +33104,7 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest.$ac_ext - echo "$as_me:32670: result: $cf_result" >&5 + echo "$as_me:33107: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then cf_x_athena_include=$cf_path @@ -32679,7 +33116,7 @@ echo "${ECHO_T}$cf_result" >&6 done if test -z "$cf_x_athena_include" ; then - { echo "$as_me:32682: WARNING: Unable to successfully find Athena header files with test program" >&5 + { echo "$as_me:33119: 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" @@ -32704,15 +33141,15 @@ do cf_test=XawSimpleMenuAddGlobalActions if test $cf_path != default ; then LIBS="-L$cf_path/lib $cf_lib $LIBS" - echo "$as_me:32707: checking for $cf_lib in $cf_path" >&5 + echo "$as_me:33144: 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:32711: checking for $cf_test in $cf_lib" >&5 + echo "$as_me:33148: 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 32715 "configure" +#line 33152 "configure" #include "confdefs.h" int @@ -32724,16 +33161,16 @@ $cf_test() } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32727: \"$ac_link\"") >&5 +if { (eval echo "$as_me:33164: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32730: \$? = $ac_status" >&5 + echo "$as_me:33167: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32733: \"$ac_try\"") >&5 + { (eval echo "$as_me:33170: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32736: \$? = $ac_status" >&5 + echo "$as_me:33173: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -32742,7 +33179,7 @@ cat conftest.$ac_ext >&5 cf_result=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - echo "$as_me:32745: result: $cf_result" >&5 + echo "$as_me:33182: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = yes ; then cf_x_athena_lib="$cf_lib" @@ -32754,7 +33191,7 @@ echo "${ECHO_T}$cf_result" >&6 done if test -z "$cf_x_athena_lib" ; then - { { echo "$as_me:32757: error: Unable to successfully link Athena library (-l$cf_x_athena_root) with test program" >&5 + { { echo "$as_me:33194: 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 @@ -32769,7 +33206,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:32772: checking for $ac_word" >&5 +echo "$as_me:33209: 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 @@ -32786,7 +33223,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:32789: found $ac_dir/$ac_word" >&5 + echo "$as_me:33226: found $ac_dir/$ac_word" >&5 break fi done @@ -32797,10 +33234,10 @@ fi XCURSES_CONFIG=$ac_cv_path_XCURSES_CONFIG if test -n "$XCURSES_CONFIG"; then - echo "$as_me:32800: result: $XCURSES_CONFIG" >&5 + echo "$as_me:33237: result: $XCURSES_CONFIG" >&5 echo "${ECHO_T}$XCURSES_CONFIG" >&6 else - echo "$as_me:32803: result: no" >&5 + echo "$as_me:33240: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -32821,7 +33258,7 @@ LDFLAGS="$LDFLAGS $X_LIBS" test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6 -echo "${as_me-configure}:32824: testing checking additions to CFLAGS ..." 1>&5 +echo "${as_me-configure}:33261: testing checking additions to CFLAGS ..." 1>&5 cf_check_cflags="$CFLAGS" cf_check_cppflags="$CPPFLAGS" @@ -32882,7 +33319,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}:32885: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 +echo "${as_me-configure}:33322: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 CFLAGS="$CFLAGS $cf_new_cflags" fi @@ -32890,7 +33327,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}:32893: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 +echo "${as_me-configure}:33330: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 CPPFLAGS="$cf_new_cppflags $CPPFLAGS" fi @@ -32898,14 +33335,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}:32901: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 +echo "${as_me-configure}:33338: 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 32908 "configure" +#line 33345 "configure" #include "confdefs.h" #include <stdio.h> int @@ -32917,16 +33354,16 @@ printf("Hello world"); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32920: \"$ac_link\"") >&5 +if { (eval echo "$as_me:33357: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32923: \$? = $ac_status" >&5 + echo "$as_me:33360: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32926: \"$ac_try\"") >&5 + { (eval echo "$as_me:33363: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32929: \$? = $ac_status" >&5 + echo "$as_me:33366: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -32934,12 +33371,12 @@ else cat conftest.$ac_ext >&5 test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6 -echo "${as_me-configure}:32937: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5 +echo "${as_me-configure}:33374: 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}:32942: testing but keeping change to \$CPPFLAGS ..." 1>&5 +echo "${as_me-configure}:33379: testing but keeping change to \$CPPFLAGS ..." 1>&5 fi CFLAGS="$cf_check_flags" @@ -32947,7 +33384,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:32950: checking for XOpenDisplay in -lX11" >&5 +echo "$as_me:33387: 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 @@ -32955,7 +33392,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lX11 $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 32958 "configure" +#line 33395 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -32974,16 +33411,16 @@ XOpenDisplay (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:32977: \"$ac_link\"") >&5 +if { (eval echo "$as_me:33414: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:32980: \$? = $ac_status" >&5 + echo "$as_me:33417: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:32983: \"$ac_try\"") >&5 + { (eval echo "$as_me:33420: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:32986: \$? = $ac_status" >&5 + echo "$as_me:33423: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_X11_XOpenDisplay=yes else @@ -32994,13 +33431,13 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:32997: result: $ac_cv_lib_X11_XOpenDisplay" >&5 +echo "$as_me:33434: 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:33003: checking for XCurses library" >&5 +echo "$as_me:33440: 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 @@ -33008,7 +33445,7 @@ else LIBS="-lXCurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 33011 "configure" +#line 33448 "configure" #include "confdefs.h" #include <xcurses.h> @@ -33023,16 +33460,16 @@ XCursesExit(); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:33026: \"$ac_link\"") >&5 +if { (eval echo "$as_me:33463: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:33029: \$? = $ac_status" >&5 + echo "$as_me:33466: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:33032: \"$ac_try\"") >&5 + { (eval echo "$as_me:33469: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33035: \$? = $ac_status" >&5 + echo "$as_me:33472: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_lib_XCurses=yes else @@ -33043,7 +33480,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:33046: result: $cf_cv_lib_XCurses" >&5 +echo "$as_me:33483: result: $cf_cv_lib_XCurses" >&5 echo "${ECHO_T}$cf_cv_lib_XCurses" >&6 fi @@ -33062,14 +33499,14 @@ EOF EOF else - { { echo "$as_me:33065: error: Cannot link with XCurses" >&5 + { { echo "$as_me:33502: error: Cannot link with XCurses" >&5 echo "$as_me: error: Cannot link with XCurses" >&2;} { (exit 1); exit 1; }; } fi else -echo "$as_me:33072: checking if we can include termio.h with curses" >&5 +echo "$as_me:33509: 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 @@ -33079,7 +33516,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 33082 "configure" +#line 33519 "configure" #include "confdefs.h" #include <LYCurses.h> @@ -33093,16 +33530,16 @@ putchar(0x0a) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:33096: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:33533: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:33099: \$? = $ac_status" >&5 + echo "$as_me:33536: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:33102: \"$ac_try\"") >&5 + { (eval echo "$as_me:33539: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33105: \$? = $ac_status" >&5 + echo "$as_me:33542: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_termio_and_curses=yes else @@ -33115,7 +33552,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext rm -f lynx_cfg.h fi -echo "$as_me:33118: result: $cf_cv_termio_and_curses" >&5 +echo "$as_me:33555: 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 @@ -33130,23 +33567,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:33133: checking for $ac_header" >&5 +echo "$as_me:33570: 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 33139 "configure" +#line 33576 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:33143: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:33580: \"$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:33149: \$? = $ac_status" >&5 + echo "$as_me:33586: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -33165,7 +33602,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:33168: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:33605: 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 @@ -33175,7 +33612,7 @@ EOF fi done -echo "$as_me:33178: checking if curses supports alternate-character set" >&5 +echo "$as_me:33615: 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 @@ -33184,7 +33621,7 @@ else for mapname in acs_map _acs_map do cat >conftest.$ac_ext <<_ACEOF -#line 33187 "configure" +#line 33624 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -33198,16 +33635,16 @@ chtype x = $mapname['l']; $mapname['m'] = 0 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:33201: \"$ac_link\"") >&5 +if { (eval echo "$as_me:33638: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:33204: \$? = $ac_status" >&5 + echo "$as_me:33641: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:33207: \"$ac_try\"") >&5 + { (eval echo "$as_me:33644: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33210: \$? = $ac_status" >&5 + echo "$as_me:33647: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_alt_char_set=$mapname break @@ -33221,20 +33658,20 @@ done fi -echo "$as_me:33224: result: $cf_cv_alt_char_set" >&5 +echo "$as_me:33661: 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:33230: checking if curses supports fancy attributes" >&5 +echo "$as_me:33667: 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 33237 "configure" +#line 33674 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -33252,16 +33689,16 @@ attrset(A_UNDERLINE|A_BOLD|A_REVERSE); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:33255: \"$ac_link\"") >&5 +if { (eval echo "$as_me:33692: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:33258: \$? = $ac_status" >&5 + echo "$as_me:33695: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:33261: \"$ac_try\"") >&5 + { (eval echo "$as_me:33698: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33264: \$? = $ac_status" >&5 + echo "$as_me:33701: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_fancy_curses=yes else @@ -33273,13 +33710,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:33276: result: $cf_cv_fancy_curses" >&5 +echo "$as_me:33713: 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:33282: checking for function curses_version" >&5 +echo "$as_me:33719: 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 @@ -33289,7 +33726,7 @@ if test "$cross_compiling" = yes; then cf_cv_func_curses_version=unknown else cat >conftest.$ac_ext <<_ACEOF -#line 33292 "configure" +#line 33729 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -33302,15 +33739,15 @@ int main() _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:33305: \"$ac_link\"") >&5 +if { (eval echo "$as_me:33742: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:33308: \$? = $ac_status" >&5 + echo "$as_me:33745: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:33310: \"$ac_try\"") >&5 + { (eval echo "$as_me:33747: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33313: \$? = $ac_status" >&5 + echo "$as_me:33750: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_func_curses_version=yes @@ -33325,21 +33762,21 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f core fi -echo "$as_me:33328: result: $cf_cv_func_curses_version" >&5 +echo "$as_me:33765: 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:33335: checking for obsolete/broken version of ncurses" >&5 +echo "$as_me:33772: 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 33342 "configure" +#line 33779 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -33358,16 +33795,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:33361: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:33798: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:33364: \$? = $ac_status" >&5 + echo "$as_me:33801: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:33367: \"$ac_try\"") >&5 + { (eval echo "$as_me:33804: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33370: \$? = $ac_status" >&5 + echo "$as_me:33807: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_ncurses_broken=no else @@ -33379,10 +33816,10 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:33382: result: $cf_cv_ncurses_broken" >&5 +echo "$as_me:33819: 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:33385: WARNING: hmm... you should get an up-to-date version of ncurses" >&5 + { echo "$as_me:33822: 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 @@ -33391,14 +33828,14 @@ EOF fi fi -echo "$as_me:33394: checking if curses supports color attributes" >&5 +echo "$as_me:33831: 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 33401 "configure" +#line 33838 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -33418,16 +33855,16 @@ chtype x = COLOR_BLUE; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:33421: \"$ac_link\"") >&5 +if { (eval echo "$as_me:33858: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:33424: \$? = $ac_status" >&5 + echo "$as_me:33861: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:33427: \"$ac_try\"") >&5 + { (eval echo "$as_me:33864: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33430: \$? = $ac_status" >&5 + echo "$as_me:33867: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_color_curses=yes else @@ -33439,7 +33876,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:33442: result: $cf_cv_color_curses" >&5 +echo "$as_me:33879: 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 @@ -33459,23 +33896,23 @@ unistd.h \ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:33462: checking for $ac_header" >&5 +echo "$as_me:33899: 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 33468 "configure" +#line 33905 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:33472: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:33909: \"$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:33478: \$? = $ac_status" >&5 + echo "$as_me:33915: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -33494,7 +33931,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:33497: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:33934: 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 @@ -33509,23 +33946,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:33512: checking for $ac_header" >&5 +echo "$as_me:33949: 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 33518 "configure" +#line 33955 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:33522: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:33959: \"$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:33528: \$? = $ac_status" >&5 + echo "$as_me:33965: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -33544,7 +33981,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:33547: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:33984: 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 @@ -33562,10 +33999,10 @@ if test "$ac_cv_header_termios_h" = yes ; then *) termios_bad=maybe ;; esac if test "$termios_bad" = maybe ; then - echo "$as_me:33565: checking whether termios.h needs _POSIX_SOURCE" >&5 + echo "$as_me:34002: 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 33568 "configure" +#line 34005 "configure" #include "confdefs.h" #include <termios.h> int @@ -33577,16 +34014,16 @@ struct termios foo; int x = foo.c_iflag } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:33580: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:34017: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:33583: \$? = $ac_status" >&5 + echo "$as_me:34020: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:33586: \"$ac_try\"") >&5 + { (eval echo "$as_me:34023: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33589: \$? = $ac_status" >&5 + echo "$as_me:34026: \$? = $ac_status" >&5 (exit $ac_status); }; }; then termios_bad=no else @@ -33594,7 +34031,7 @@ else cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 33597 "configure" +#line 34034 "configure" #include "confdefs.h" #define _POSIX_SOURCE @@ -33608,16 +34045,16 @@ struct termios foo; int x = foo.c_iflag } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:33611: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:34048: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:33614: \$? = $ac_status" >&5 + echo "$as_me:34051: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:33617: \"$ac_try\"") >&5 + { (eval echo "$as_me:34054: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33620: \$? = $ac_status" >&5 + echo "$as_me:34057: \$? = $ac_status" >&5 (exit $ac_status); }; }; then termios_bad=unknown else @@ -33632,12 +34069,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest.$ac_ext - echo "$as_me:33635: result: $termios_bad" >&5 + echo "$as_me:34072: result: $termios_bad" >&5 echo "${ECHO_T}$termios_bad" >&6 fi fi -echo "$as_me:33640: checking declaration of size-change" >&5 +echo "$as_me:34077: 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 @@ -33652,7 +34089,7 @@ do CPPFLAGS="$cf_save_CPPFLAGS" test -n "$cf_opts" && CPPFLAGS="$CPPFLAGS -D$cf_opts" cat >conftest.$ac_ext <<_ACEOF -#line 33655 "configure" +#line 34092 "configure" #include "confdefs.h" #include <sys/types.h> #ifdef HAVE_TERMIOS_H @@ -33696,16 +34133,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:33699: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:34136: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:33702: \$? = $ac_status" >&5 + echo "$as_me:34139: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:33705: \"$ac_try\"") >&5 + { (eval echo "$as_me:34142: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33708: \$? = $ac_status" >&5 + echo "$as_me:34145: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_sizechange=yes else @@ -33724,7 +34161,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:33727: result: $cf_cv_sizechange" >&5 +echo "$as_me:34164: result: $cf_cv_sizechange" >&5 echo "${ECHO_T}$cf_cv_sizechange" >&6 if test "$cf_cv_sizechange" != no ; then cat >>confdefs.h <<\EOF @@ -33741,14 +34178,14 @@ EOF esac fi -echo "$as_me:33744: checking if ttytype is declared in curses library" >&5 +echo "$as_me:34181: 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 33751 "configure" +#line 34188 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> int @@ -33760,16 +34197,16 @@ char *x = &ttytype[1]; *x = 1 } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:33763: \"$ac_link\"") >&5 +if { (eval echo "$as_me:34200: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:33766: \$? = $ac_status" >&5 + echo "$as_me:34203: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:33769: \"$ac_try\"") >&5 + { (eval echo "$as_me:34206: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33772: \$? = $ac_status" >&5 + echo "$as_me:34209: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_have_ttytype=yes else @@ -33781,7 +34218,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:33784: result: $cf_cv_have_ttytype" >&5 +echo "$as_me:34221: 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 @@ -33789,14 +34226,14 @@ EOF if test "$use_wide_curses" = yes ; then -echo "$as_me:33792: checking if curses supports wide characters" >&5 +echo "$as_me:34229: 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 33799 "configure" +#line 34236 "configure" #include "confdefs.h" #include <stdlib.h> @@ -33815,16 +34252,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:33818: \"$ac_link\"") >&5 +if { (eval echo "$as_me:34255: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:33821: \$? = $ac_status" >&5 + echo "$as_me:34258: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:33824: \"$ac_try\"") >&5 + { (eval echo "$as_me:34261: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33827: \$? = $ac_status" >&5 + echo "$as_me:34264: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_widec_curses=yes else @@ -33835,7 +34272,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:33838: result: $cf_cv_widec_curses" >&5 +echo "$as_me:34275: result: $cf_cv_widec_curses" >&5 echo "${ECHO_T}$cf_cv_widec_curses" >&6 if test "$cf_cv_widec_curses" = yes ; then @@ -33844,14 +34281,14 @@ if test "$cf_cv_widec_curses" = yes ; then EOF # This is needed on Tru64 5.0 to declare mbstate_t - echo "$as_me:33847: checking if we must include wchar.h to declare mbstate_t" >&5 + echo "$as_me:34284: 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 33854 "configure" +#line 34291 "configure" #include "confdefs.h" #include <stdlib.h> @@ -33865,23 +34302,23 @@ mbstate_t state } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:33868: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:34305: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:33871: \$? = $ac_status" >&5 + echo "$as_me:34308: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:33874: \"$ac_try\"") >&5 + { (eval echo "$as_me:34311: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33877: \$? = $ac_status" >&5 + echo "$as_me:34314: \$? = $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 33884 "configure" +#line 34321 "configure" #include "confdefs.h" #include <stdlib.h> @@ -33896,16 +34333,16 @@ mbstate_t state } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:33899: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:34336: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:33902: \$? = $ac_status" >&5 + echo "$as_me:34339: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:33905: \"$ac_try\"") >&5 + { (eval echo "$as_me:34342: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33908: \$? = $ac_status" >&5 + echo "$as_me:34345: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_widec_mbstate=yes else @@ -33917,7 +34354,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:33920: result: $cf_cv_widec_mbstate" >&5 +echo "$as_me:34357: result: $cf_cv_widec_mbstate" >&5 echo "${ECHO_T}$cf_cv_widec_mbstate" >&6 if test "$cf_cv_widec_mbstate" = yes ; then @@ -33938,14 +34375,14 @@ fi fi -echo "$as_me:33941: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 +echo "$as_me:34378: 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 33948 "configure" +#line 34385 "configure" #include "confdefs.h" #include <stdlib.h> @@ -33962,23 +34399,23 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:33965: \"$ac_link\"") >&5 +if { (eval echo "$as_me:34402: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:33968: \$? = $ac_status" >&5 + echo "$as_me:34405: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:33971: \"$ac_try\"") >&5 + { (eval echo "$as_me:34408: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:33974: \$? = $ac_status" >&5 + echo "$as_me:34411: \$? = $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 33981 "configure" +#line 34418 "configure" #include "confdefs.h" #define _XOPEN_SOURCE_EXTENDED @@ -33996,16 +34433,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:33999: \"$ac_link\"") >&5 +if { (eval echo "$as_me:34436: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:34002: \$? = $ac_status" >&5 + echo "$as_me:34439: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:34005: \"$ac_try\"") >&5 + { (eval echo "$as_me:34442: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:34008: \$? = $ac_status" >&5 + echo "$as_me:34445: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_need_xopen_extension=yes else @@ -34017,11 +34454,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:34020: result: $cf_cv_need_xopen_extension" >&5 +echo "$as_me:34457: 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:34024: checking for term.h" >&5 +echo "$as_me:34461: 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 @@ -34034,7 +34471,7 @@ for cf_header in \ term.h do cat >conftest.$ac_ext <<_ACEOF -#line 34037 "configure" +#line 34474 "configure" #include "confdefs.h" #include <${cf_cv_ncurses_header-curses.h}> @@ -34048,16 +34485,16 @@ WINDOW *x } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:34051: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:34488: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:34054: \$? = $ac_status" >&5 + echo "$as_me:34491: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:34057: \"$ac_try\"") >&5 + { (eval echo "$as_me:34494: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:34060: \$? = $ac_status" >&5 + echo "$as_me:34497: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_cv_term_header=$cf_header break @@ -34070,7 +34507,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:34073: result: $cf_cv_term_header" >&5 +echo "$as_me:34510: result: $cf_cv_term_header" >&5 echo "${ECHO_T}$cf_cv_term_header" >&6 case $cf_cv_term_header in #(vi @@ -34121,10 +34558,10 @@ do cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` - echo "$as_me:34124: checking for ${cf_func}" >&5 + echo "$as_me:34561: checking for ${cf_func}" >&5 echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&6 -echo "${as_me-configure}:34127: testing ${cf_func} ..." 1>&5 +echo "${as_me-configure}:34564: testing ${cf_func} ..." 1>&5 if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -34133,7 +34570,7 @@ else eval cf_result='$ac_cv_func_'$cf_func if test ".$cf_result" != ".no"; then cat >conftest.$ac_ext <<_ACEOF -#line 34136 "configure" +#line 34573 "configure" #include "confdefs.h" #ifdef HAVE_XCURSES @@ -34167,16 +34604,16 @@ ${cf_cv_main_return-return}(foo == 0); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:34170: \"$ac_link\"") >&5 +if { (eval echo "$as_me:34607: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:34173: \$? = $ac_status" >&5 + echo "$as_me:34610: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:34176: \"$ac_try\"") >&5 + { (eval echo "$as_me:34613: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:34179: \$? = $ac_status" >&5 + echo "$as_me:34616: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cf_result=yes else @@ -34192,7 +34629,7 @@ fi # use the computed/retrieved cache-value: eval 'cf_result=$cf_cv_func_'$cf_func - echo "$as_me:34195: result: $cf_result" >&5 + echo "$as_me:34632: result: $cf_result" >&5 echo "${ECHO_T}$cf_result" >&6 if test $cf_result != no; then cat >>confdefs.h <<EOF @@ -34208,13 +34645,13 @@ for ac_func in \ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:34211: checking for $ac_func" >&5 +echo "$as_me:34648: 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 34217 "configure" +#line 34654 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -34245,16 +34682,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:34248: \"$ac_link\"") >&5 +if { (eval echo "$as_me:34685: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:34251: \$? = $ac_status" >&5 + echo "$as_me:34688: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:34254: \"$ac_try\"") >&5 + { (eval echo "$as_me:34691: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:34257: \$? = $ac_status" >&5 + echo "$as_me:34694: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -34264,7 +34701,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:34267: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:34704: 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 @@ -34278,12 +34715,12 @@ fi if test $use_color_style != no ; then if test .$cf_cv_color_curses != .yes ; then - { { echo "$as_me:34281: error: Configuration does not support color-styles" >&5 + { { echo "$as_me:34718: 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:34286: error: Configuration does not support color-styles" >&5 + { { echo "$as_me:34723: error: Configuration does not support color-styles" >&5 echo "$as_me: error: Configuration does not support color-styles" >&2;} { (exit 1); exit 1; }; } fi @@ -34291,7 +34728,7 @@ fi if test $use_scrollbar != no ; then if test .$cf_cv_fancy_curses != .yes ; then - { echo "$as_me:34294: WARNING: Configuration does not support ACS_xxx definitions" >&5 + { echo "$as_me:34731: 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 @@ -34396,7 +34833,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:34399: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:34836: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $SHELL @@ -34572,7 +35009,7 @@ cat >>$CONFIG_STATUS <<\EOF echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header - { { echo "$as_me:34575: error: ambiguous option: $1 + { { echo "$as_me:35012: 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;} @@ -34591,7 +35028,7 @@ Try \`$0 --help' for more information." >&2;} ac_need_defaults=false;; # This is an error. - -*) { { echo "$as_me:34594: error: unrecognized option: $1 + -*) { { echo "$as_me:35031: 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;} @@ -34644,7 +35081,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:34647: error: invalid argument: $ac_config_target" >&5 + *) { { echo "$as_me:35084: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac @@ -34808,6 +35245,7 @@ s,@GT_YES@,$GT_YES,;t t s,@GT_NO@,$GT_NO,;t t s,@INTLDIR_CPPFLAGS@,$INTLDIR_CPPFLAGS,;t t s,@NLS_DATADIR@,$NLS_DATADIR,;t t +s,@PKG_CONFIG@,$PKG_CONFIG,;t t s,@NCURSES_CONFIG@,$NCURSES_CONFIG,;t t s,@LYNX_LSS_FILE@,$LYNX_LSS_FILE,;t t s,@INSTALL_LSS@,$INSTALL_LSS,;t t @@ -34961,7 +35399,7 @@ done; } esac if test x"$ac_file" != x-; then - { echo "$as_me:34964: creating $ac_file" >&5 + { echo "$as_me:35402: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi @@ -34979,7 +35417,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:34982: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:35420: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -34992,7 +35430,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:34995: error: cannot find input file: $f" >&5 + { { echo "$as_me:35433: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -35058,7 +35496,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:35061: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:35499: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the @@ -35069,7 +35507,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:35072: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:35510: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -35082,7 +35520,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:35085: error: cannot find input file: $f" >&5 + { { echo "$as_me:35523: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -35200,7 +35638,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:35203: $ac_file is unchanged" >&5 + { echo "$as_me:35641: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |