diff options
| author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-12 17:21:58 +0000 | 
|---|---|---|
| committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-12 17:21:58 +0000 | 
| commit | ed95410ad29e9e3113df2586f5a0213ffcb9a3c4 (patch) | |
| tree | 358da8ec35fcfa3a6806b13ec63a2992670482ae | |
| parent | [w3m-dev 03818] fix autoconf (diff) | |
| download | w3m-ed95410ad29e9e3113df2586f5a0213ffcb9a3c4.tar.gz w3m-ed95410ad29e9e3113df2586f5a0213ffcb9a3c4.zip | |
fix indent
Diffstat (limited to '')
| -rw-r--r-- | acinclude.m4 | 5 | ||||
| -rw-r--r-- | aclocal.m4 | 5 | ||||
| -rwxr-xr-x | configure | 361 | 
3 files changed, 187 insertions, 184 deletions
| diff --git a/acinclude.m4 b/acinclude.m4 index 176abcf..3c09e08 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -139,7 +139,8 @@ AC_SUBST(DISPLAY_CODE)  AC_SUBST(SYSTEM_CODE)  AC_MSG_CHECKING(if japanese support is enabled)  AC_ARG_ENABLE(japanese, - [  --enable-japanese=CODE	support Japanese character sets, CODE=(S|E|j|N|n|m)],, + [  --enable-japanese=CODE	support Japanese character sets +				CODE=(S|E|j|N|n|m)],,   [enable_japanese="no"])  AC_MSG_RESULT($enable_japanese)  if test x"$enable_japanese" = xno; then @@ -328,7 +329,7 @@ AC_DEFUN([AC_W3M_EXTLIBS],  AC_DEFUN([AC_W3M_TERMLIB],  [AC_MSG_CHECKING(terminal library)  AC_ARG_WITH(termlib, - [  --with-termlib[=LIBS]	terminal library + [  --with-termlib[=LIBS]		terminal library  				LIBS is space separated list of:  				  terminfo mytinfo termcap ncurses curses],,   [with_termlib="yes"]) @@ -151,7 +151,8 @@ AC_SUBST(DISPLAY_CODE)  AC_SUBST(SYSTEM_CODE)  AC_MSG_CHECKING(if japanese support is enabled)  AC_ARG_ENABLE(japanese, - [  --enable-japanese=CODE	support Japanese character sets, CODE=(S|E|j|N|n|m)],, + [  --enable-japanese=CODE	support Japanese character sets +				CODE=(S|E|j|N|n|m)],,   [enable_japanese="no"])  AC_MSG_RESULT($enable_japanese)  if test x"$enable_japanese" = xno; then @@ -340,7 +341,7 @@ AC_DEFUN([AC_W3M_EXTLIBS],  AC_DEFUN([AC_W3M_TERMLIB],  [AC_MSG_CHECKING(terminal library)  AC_ARG_WITH(termlib, - [  --with-termlib[=LIBS]	terminal library + [  --with-termlib[=LIBS]		terminal library  				LIBS is space separated list of:  				  terminfo mytinfo termcap ncurses curses],,   [with_termlib="yes"]) @@ -12,7 +12,8 @@ ac_help=  ac_default_prefix=/usr/local  # Any additions from configure.in:  ac_help="$ac_help -  --enable-japanese=CODE	support Japanese character sets, CODE=(S|E|j|N|n|m)" +  --enable-japanese=CODE	support Japanese character sets +				CODE=(S|E|j|N|n|m)"  ac_help="$ac_help     --enable-kanjisymbols	use kanji symbols (enable japanese only)"  ac_help="$ac_help @@ -60,7 +61,7 @@ ac_help="$ac_help  ac_help="$ac_help     --enable-xface		enable xface support"  ac_help="$ac_help -  --with-termlib[=LIBS]	terminal library +  --with-termlib[=LIBS]		terminal library  				LIBS is space separated list of:  				  terminfo mytinfo termcap ncurses curses"  ac_help="$ac_help @@ -588,7 +589,7 @@ 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:592: checking for $ac_word" >&5 +echo "configure:593: checking for $ac_word" >&5  if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -620,7 +621,7 @@ done  # Extract the first word of "gcc", so it can be a program name with args.  set dummy gcc; ac_word=$2  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:624: checking for $ac_word" >&5 +echo "configure:625: checking for $ac_word" >&5  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -650,7 +651,7 @@ if test -z "$CC"; then    # Extract the first word of "cc", so it can be a program name with args.  set dummy cc; ac_word=$2  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:654: checking for $ac_word" >&5 +echo "configure:655: checking for $ac_word" >&5  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -701,7 +702,7 @@ fi        # Extract the first word of "cl", so it can be a program name with args.  set dummy cl; ac_word=$2  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:705: checking for $ac_word" >&5 +echo "configure:706: checking for $ac_word" >&5  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -733,7 +734,7 @@ fi  fi  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:737: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:738: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5  ac_ext=c  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -744,12 +745,12 @@ cross_compiling=$ac_cv_prog_cc_cross  cat > conftest.$ac_ext << EOF -#line 748 "configure" +#line 749 "configure"  #include "confdefs.h"  main(){return(0);}  EOF -if { (eval echo configure:753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    ac_cv_prog_cc_works=yes    # If we can't run a trivial program, we are probably using a cross compiler.    if (./conftest; exit) 2>/dev/null; then @@ -775,12 +776,12 @@ if test $ac_cv_prog_cc_works = no; then    { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }  fi  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:779: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:780: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6  cross_compiling=$ac_cv_prog_cc_cross  echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:784: checking whether we are using GNU C" >&5 +echo "configure:785: checking whether we are using GNU C" >&5  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -789,7 +790,7 @@ else    yes;  #endif  EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:793: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:794: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then    ac_cv_prog_gcc=yes  else    ac_cv_prog_gcc=no @@ -808,7 +809,7 @@ ac_test_CFLAGS="${CFLAGS+set}"  ac_save_CFLAGS="$CFLAGS"  CFLAGS=  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:812: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:813: checking whether ${CC-cc} accepts -g" >&5  if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -840,7 +841,7 @@ else  fi  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:844: checking how to run the C preprocessor" >&5 +echo "configure:845: checking how to run the C preprocessor" >&5  # On Suns, sometimes $CPP names a directory.  if test -n "$CPP" && test -d "$CPP"; then    CPP= @@ -855,13 +856,13 @@ else    # On the NeXT, cc -E runs the code through the compiler's parser,    # not just through cpp.    cat > conftest.$ac_ext <<EOF -#line 859 "configure" +#line 860 "configure"  #include "confdefs.h"  #include <assert.h>  Syntax Error  EOF  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:865: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:866: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  if test -z "$ac_err"; then    : @@ -872,13 +873,13 @@ else    rm -rf conftest*    CPP="${CC-cc} -E -traditional-cpp"    cat > conftest.$ac_ext <<EOF -#line 876 "configure" +#line 877 "configure"  #include "confdefs.h"  #include <assert.h>  Syntax Error  EOF  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:882: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:883: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  if test -z "$ac_err"; then    : @@ -889,13 +890,13 @@ else    rm -rf conftest*    CPP="${CC-cc} -nologo -E"    cat > conftest.$ac_ext <<EOF -#line 893 "configure" +#line 894 "configure"  #include "confdefs.h"  #include <assert.h>  Syntax Error  EOF  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:899: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  if test -z "$ac_err"; then    : @@ -950,7 +951,7 @@ ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # ./install, which can be erroneously created by make from ./install.sh.  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:954: checking for a BSD compatible install" >&5 +echo "configure:955: checking for a BSD compatible install" >&5  if test -z "$INSTALL"; then  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6 @@ -1003,7 +1004,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 -echo "configure:1007: checking whether ln -s works" >&5 +echo "configure:1008: checking whether ln -s works" >&5  if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -1024,7 +1025,7 @@ else  fi  echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:1028: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "configure:1029: checking whether ${MAKE-make} sets \${MAKE}" >&5  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`  if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6 @@ -1053,7 +1054,7 @@ fi  # Extract the first word of "ranlib", so it can be a program name with args.  set dummy ranlib; ac_word=$2  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1057: checking for $ac_word" >&5 +echo "configure:1058: checking for $ac_word" >&5  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -1085,7 +1086,7 @@ 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1089: checking for $ac_word" >&5 +echo "configure:1090: checking for $ac_word" >&5  if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -1149,7 +1150,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }  fi  echo $ac_n "checking host system type""... $ac_c" 1>&6 -echo "configure:1153: checking host system type" >&5 +echo "configure:1154: checking host system type" >&5  host_alias=$host  case "$host_alias" in @@ -1170,7 +1171,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`  echo "$ac_t""$host" 1>&6  echo $ac_n "checking target system type""... $ac_c" 1>&6 -echo "configure:1174: checking target system type" >&5 +echo "configure:1175: checking target system type" >&5  target_alias=$target  case "$target_alias" in @@ -1188,7 +1189,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`  echo "$ac_t""$target" 1>&6  echo $ac_n "checking build system type""... $ac_c" 1>&6 -echo "configure:1192: checking build system type" >&5 +echo "configure:1193: checking build system type" >&5  build_alias=$build  case "$build_alias" in @@ -1212,12 +1213,12 @@ test "$host_alias" != "$target_alias" &&  echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 -echo "configure:1216: checking for Cygwin environment" >&5 +echo "configure:1217: checking for Cygwin environment" >&5  if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 1221 "configure" +#line 1222 "configure"  #include "confdefs.h"  int main() { @@ -1228,7 +1229,7 @@ int main() {  return __CYGWIN__;  ; return 0; }  EOF -if { (eval echo configure:1232: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1233: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then    rm -rf conftest*    ac_cv_cygwin=yes  else @@ -1245,19 +1246,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6  CYGWIN=  test "$ac_cv_cygwin" = yes && CYGWIN=yes  echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 -echo "configure:1249: checking for mingw32 environment" >&5 +echo "configure:1250: checking for mingw32 environment" >&5  if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 1254 "configure" +#line 1255 "configure"  #include "confdefs.h"  int main() {  return __MINGW32__;  ; return 0; }  EOF -if { (eval echo configure:1261: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then    rm -rf conftest*    ac_cv_mingw32=yes  else @@ -1276,7 +1277,7 @@ test "$ac_cv_mingw32" = yes && MINGW32=yes  echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 -echo "configure:1280: checking for executable suffix" >&5 +echo "configure:1281: checking for executable suffix" >&5  if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -1286,7 +1287,7 @@ else    rm -f conftest*    echo 'int main () { return 0; }' > conftest.$ac_ext    ac_cv_exeext= -  if { (eval echo configure:1290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +  if { (eval echo configure:1291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then      for file in conftest.*; do        case $file in        *.$ac_ext | *.c | *.o | *.obj) ;; @@ -1323,7 +1324,7 @@ EOF  echo $ac_n "checking if japanese support is enabled""... $ac_c" 1>&6 -echo "configure:1327: checking if japanese support is enabled" >&5 +echo "configure:1328: checking if japanese support is enabled" >&5  # Check whether --enable-japanese or --disable-japanese was given.  if test "${enable_japanese+set}" = set; then    enableval="$enable_japanese" @@ -1382,7 +1383,7 @@ EOF  if test x"$enable_japanese" != xno; then   echo $ac_n "checking if kanji symbols is used""... $ac_c" 1>&6 -echo "configure:1386: checking if kanji symbols is used" >&5 +echo "configure:1387: checking if kanji symbols is used" >&5   # Check whether --enable-kanjisymbols or --disable-kanjisymbols was given.  if test "${enable_kanjisymbols+set}" = set; then    enableval="$enable_kanjisymbols" @@ -1400,7 +1401,7 @@ fi  echo $ac_n "checking if color escape sequence for kterm/pxvt is enabled""... $ac_c" 1>&6 -echo "configure:1404: checking if color escape sequence for kterm/pxvt is enabled" >&5 +echo "configure:1405: checking if color escape sequence for kterm/pxvt is enabled" >&5  # Check whether --enable-color or --disable-color was given.  if test "${enable_color+set}" = set; then    enableval="$enable_color" @@ -1416,7 +1417,7 @@ EOF  echo "$ac_t""$enable_color" 1>&6  echo $ac_n "checking if ansi color escape sequence support is enabled""... $ac_c" 1>&6 -echo "configure:1420: checking if ansi color escape sequence support is enabled" >&5 +echo "configure:1421: checking if ansi color escape sequence support is enabled" >&5  # Check whether --enable-ansi_color or --disable-ansi_color was given.  if test "${enable_ansi_color+set}" = set; then    enableval="$enable_ansi_color" @@ -1432,7 +1433,7 @@ EOF   echo "$ac_t""$enable_ansi_color" 1>&6  echo $ac_n "checking if background color support is enabled""... $ac_c" 1>&6 -echo "configure:1436: checking if background color support is enabled" >&5 +echo "configure:1437: checking if background color support is enabled" >&5  # Check whether --enable-bgcolor or --disable-bgcolor was given.  if test "${enable_bgcolor+set}" = set; then    enableval="$enable_bgcolor" @@ -1451,7 +1452,7 @@ echo "$ac_t""$enable_bgcolor" 1>&6   migemo_command="migemo -t egrep /usr/local/share/migemo/migemo-dict"   echo $ac_n "checking if migemo is supported with""... $ac_c" 1>&6 -echo "configure:1455: checking if migemo is supported with" >&5 +echo "configure:1456: checking if migemo is supported with" >&5   # Check whether --with-migemo or --without-migemo was given.  if test "${with_migemo+set}" = set; then    withval="$with_migemo" @@ -1472,7 +1473,7 @@ EOF  echo $ac_n "checking if mouse operation enabled""... $ac_c" 1>&6 -echo "configure:1476: checking if mouse operation enabled" >&5 +echo "configure:1477: checking if mouse operation enabled" >&5  # Check whether --enable-mouse or --disable-mouse was given.  if test "${enable_mouse+set}" = set; then    enableval="$enable_mouse" @@ -1489,7 +1490,7 @@ echo "$ac_t""$enable_mouse" 1>&6  echo $ac_n "checking if popup menu is enabled""... $ac_c" 1>&6 -echo "configure:1493: checking if popup menu is enabled" >&5 +echo "configure:1494: checking if popup menu is enabled" >&5  # Check whether --enable-menu or --disable-menu was given.  if test "${enable_menu+set}" = set; then    enableval="$enable_menu" @@ -1505,7 +1506,7 @@ EOF   echo "$ac_t""$enable_menu" 1>&6  echo $ac_n "checking if cookie is enabled""... $ac_c" 1>&6 -echo "configure:1509: checking if cookie is enabled" >&5 +echo "configure:1510: checking if cookie is enabled" >&5  # Check whether --enable-cookie or --disable-cookie was given.  if test "${enable_cookie+set}" = set; then    enableval="$enable_cookie" @@ -1521,7 +1522,7 @@ EOF  echo "$ac_t""$enable_cookie" 1>&6  echo $ac_n "checking if dictionary lookup is enabled""... $ac_c" 1>&6 -echo "configure:1525: checking if dictionary lookup is enabled" >&5 +echo "configure:1526: checking if dictionary lookup is enabled" >&5  # Check whether --enable-dict or --disable-dict was given.  if test "${enable_dict+set}" = set; then    enableval="$enable_dict" @@ -1537,7 +1538,7 @@ EOF   echo "$ac_t""$enable_dict" 1>&6  echo $ac_n "checking if URL history is enabled""... $ac_c" 1>&6 -echo "configure:1541: checking if URL history is enabled" >&5 +echo "configure:1542: checking if URL history is enabled" >&5  # Check whether --enable-history or --disable-history was given.  if test "${enable_history+set}" = set; then    enableval="$enable_history" @@ -1553,7 +1554,7 @@ EOF   echo "$ac_t""$enable_history" 1>&6   echo $ac_n "checking if digest auth is enabled""... $ac_c" 1>&6 -echo "configure:1557: checking if digest auth is enabled" >&5 +echo "configure:1558: checking if digest auth is enabled" >&5   # Check whether --enable-digest_auth or --disable-digest_auth was given.  if test "${enable_digest_auth+set}" = set; then    enableval="$enable_digest_auth" @@ -1569,7 +1570,7 @@ EOF   echo "$ac_t""$enable_digest_auth" 1>&6   echo $ac_n "checking if nntp is enabled""... $ac_c" 1>&6 -echo "configure:1573: checking if nntp is enabled" >&5 +echo "configure:1574: checking if nntp is enabled" >&5   # Check whether --enable-nntp or --disable-nntp was given.  if test "${enable_nntp+set}" = set; then    enableval="$enable_nntp" @@ -1585,7 +1586,7 @@ EOF   echo "$ac_t""$enable_nntp" 1>&6   echo $ac_n "checking if gopher is enabled""... $ac_c" 1>&6 -echo "configure:1589: checking if gopher is enabled" >&5 +echo "configure:1590: checking if gopher is enabled" >&5   # Check whether --enable-gopher or --disable-gopher was given.  if test "${enable_gopher+set}" = set; then    enableval="$enable_gopher" @@ -1602,7 +1603,7 @@ EOF   echo $ac_n "checking default keymap""... $ac_c" 1>&6 -echo "configure:1606: checking default keymap" >&5 +echo "configure:1607: checking default keymap" >&5   # Check whether --enable-keymap or --disable-keymap was given.  if test "${enable_keymap+set}" = set; then    enableval="$enable_keymap" @@ -1635,7 +1636,7 @@ EOF  w3m_editor="/usr/bin/vi"  echo $ac_n "checking which editor is used by default""... $ac_c" 1>&6 -echo "configure:1639: checking which editor is used by default" >&5 +echo "configure:1640: checking which editor is used by default" >&5  # Check whether --with-editor or --without-editor was given.  if test "${with_editor+set}" = set; then    withval="$with_editor" @@ -1650,7 +1651,7 @@ EOF  w3m_mailer="/usr/bin/mail"  echo $ac_n "checking which mailer is used by default""... $ac_c" 1>&6 -echo "configure:1654: checking which mailer is used by default" >&5 +echo "configure:1655: checking which mailer is used by default" >&5  # Check whether --with-mailer or --without-mailer was given.  if test "${with_mailer+set}" = set; then    withval="$with_mailer" @@ -1665,7 +1666,7 @@ EOF  w3m_browser="/usr/bin/mozilla"  echo $ac_n "checking which external browser is used by default""... $ac_c" 1>&6 -echo "configure:1669: checking which external browser is used by default" >&5 +echo "configure:1670: checking which external browser is used by default" >&5  # Check whether --with-browser or --without-browser was given.  if test "${with_browser+set}" = set; then    withval="$with_browser" @@ -1679,7 +1680,7 @@ EOF   echo $ac_n "checking if help cgi is enabled""... $ac_c" 1>&6 -echo "configure:1683: checking if help cgi is enabled" >&5 +echo "configure:1684: checking if help cgi is enabled" >&5   # Check whether --enable-help_cgi or --disable-help_cgi was given.  if test "${enable_help_cgi+set}" = set; then    enableval="$enable_help_cgi" @@ -1695,7 +1696,7 @@ EOF   echo "$ac_t""$enable_help_cgi" 1>&6   echo $ac_n "checking if external URI loader is enabled""... $ac_c" 1>&6 -echo "configure:1699: checking if external URI loader is enabled" >&5 +echo "configure:1700: checking if external URI loader is enabled" >&5   # Check whether --enable-external_uri_loader or --disable-external_uri_loader was given.  if test "${enable_external_uri_loader+set}" = set; then    enableval="$enable_external_uri_loader" @@ -1711,7 +1712,7 @@ EOF   echo "$ac_t""$enable_external_uri_loader" 1>&6   echo $ac_n "checking if w3mmail is used""... $ac_c" 1>&6 -echo "configure:1715: checking if w3mmail is used" >&5 +echo "configure:1716: checking if w3mmail is used" >&5   # Check whether --enable-w3mmailer or --disable-w3mmailer was given.  if test "${enable_w3mmailer+set}" = set; then    enableval="$enable_w3mmailer" @@ -1731,7 +1732,7 @@ for lib in bsd BSD 44bsd socket nsl dld  do   lib=$lib   echo $ac_n "checking for -l$lib""... $ac_c" 1>&6 -echo "configure:1735: checking for -l$lib" >&5 +echo "configure:1736: checking for -l$lib" >&5   extlib="not found"   for dir in /lib /usr/lib /usr/local/lib /usr/ucblib /usr/ccslib /usr/ccs/lib   do @@ -1745,12 +1746,12 @@ echo "configure:1735: checking for -l$lib" >&5  done  echo $ac_n "checking for sqrt""... $ac_c" 1>&6 -echo "configure:1749: checking for sqrt" >&5 +echo "configure:1750: checking for sqrt" >&5  if eval "test \"`echo '$''{'ac_cv_func_sqrt'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 1754 "configure" +#line 1755 "configure"  #include "confdefs.h"  /* System header to define __stub macros and hopefully few prototypes,      which can conflict with char sqrt(); below.  */ @@ -1773,7 +1774,7 @@ sqrt();  ; return 0; }  EOF -if { (eval echo configure:1777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_func_sqrt=yes"  else @@ -1791,7 +1792,7 @@ if eval "test \"`echo '$ac_cv_func_'sqrt`\" = yes"; then  else    echo "$ac_t""no" 1>&6  echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 -echo "configure:1795: checking for sqrt in -lm" >&5 +echo "configure:1796: checking for sqrt in -lm" >&5  ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'`  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6 @@ -1799,7 +1800,7 @@ else    ac_save_LIBS="$LIBS"  LIBS="-lm  $LIBS"  cat > conftest.$ac_ext <<EOF -#line 1803 "configure" +#line 1804 "configure"  #include "confdefs.h"  /* Override any gcc2 internal prototype to avoid an error.  */  /* We use char because int might match the return type of a gcc2 @@ -1810,7 +1811,7 @@ int main() {  sqrt()  ; return 0; }  EOF -if { (eval echo configure:1814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_lib_$ac_lib_var=yes"  else @@ -1842,7 +1843,7 @@ fi  if test x"$enable_mouse" = xyes; then   echo $ac_n "checking for Gpm_Open in -lgpm""... $ac_c" 1>&6 -echo "configure:1846: checking for Gpm_Open in -lgpm" >&5 +echo "configure:1847: checking for Gpm_Open in -lgpm" >&5  ac_lib_var=`echo gpm'_'Gpm_Open | sed 'y%./+-%__p_%'`  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6 @@ -1850,7 +1851,7 @@ else    ac_save_LIBS="$LIBS"  LIBS="-lgpm  $LIBS"  cat > conftest.$ac_ext <<EOF -#line 1854 "configure" +#line 1855 "configure"  #include "confdefs.h"  /* Override any gcc2 internal prototype to avoid an error.  */  /* We use char because int might match the return type of a gcc2 @@ -1861,7 +1862,7 @@ int main() {  Gpm_Open()  ; return 0; }  EOF -if { (eval echo configure:1865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_lib_$ac_lib_var=yes"  else @@ -1887,13 +1888,13 @@ fi   cat > conftest.$ac_ext <<EOF -#line 1891 "configure" +#line 1892 "configure"  #include "confdefs.h"  #include <machine/console.h>     MOUSE_GETINFO  EOF  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1897: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1898: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  if test -z "$ac_err"; then    rm -rf conftest* @@ -1910,7 +1911,7 @@ rm -f conftest*  fi   echo $ac_n "checking if alarm is enabled""... $ac_c" 1>&6 -echo "configure:1914: checking if alarm is enabled" >&5 +echo "configure:1915: checking if alarm is enabled" >&5   # Check whether --enable-alarm or --disable-alarm was given.  if test "${enable_alarm+set}" = set; then    enableval="$enable_alarm" @@ -1922,7 +1923,7 @@ fi   echo "$ac_t""$enable_alarm" 1>&6   if test x"$enable_alarm" = xyes; then     cat > conftest.$ac_ext <<EOF -#line 1926 "configure" +#line 1927 "configure"  #include "confdefs.h"  #include <unistd.h>  #include <signal.h> @@ -1931,7 +1932,7 @@ int sa = SIGALRM;       void (*a) = alarm;  ; return 0; }  EOF -if { (eval echo configure:1935: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1936: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then    rm -rf conftest*    cat >> confdefs.h <<\EOF  #define USE_ALARM 1 @@ -1964,7 +1965,7 @@ EOF   echo $ac_n "checking if image is enabled""... $ac_c" 1>&6 -echo "configure:1968: checking if image is enabled" >&5 +echo "configure:1969: checking if image is enabled" >&5   # Check whether --enable-image or --disable-image was given.  if test "${enable_image+set}" = set; then    enableval="$enable_image" @@ -2020,7 +2021,7 @@ EOF    version="`$GDKPIXBUF_CONFIG --version 2>/dev/null`"   if test x"$version" != x; then     echo $ac_n "checking GdkPixbuf version""... $ac_c" 1>&6 -echo "configure:2024: checking GdkPixbuf version" >&5 +echo "configure:2025: checking GdkPixbuf version" >&5     echo "$ac_t""$version" 1>&6     set -- `echo "$version" | sed 's/[^0-9]/ /g'`     if test "$1" -ne "0" -o "$2" -lt "16" -o "$3" -lt "0"; then @@ -2029,7 +2030,7 @@ echo "configure:2024: checking GdkPixbuf version" >&5    version="`$IMLIB_CONFIG --version 2>/dev/null`"   if test x"$version" != x; then     echo $ac_n "checking Imlib version""... $ac_c" 1>&6 -echo "configure:2033: checking Imlib version" >&5 +echo "configure:2034: checking Imlib version" >&5     echo "$ac_t""$version" 1>&6     set -- `echo "$version" | sed 's/[^0-9]/ /g'`     if test "$1" -ne "1" -o "$2" -lt "9" -o "$3" -lt "8"; then @@ -2045,7 +2046,7 @@ echo "configure:2033: checking Imlib version" >&5    version="`$IMLIB2_CONFIG --version 2>/dev/null`"   if test x"$version" != x; then     echo $ac_n "checking Imlib2 version""... $ac_c" 1>&6 -echo "configure:2049: checking Imlib2 version" >&5 +echo "configure:2050: checking Imlib2 version" >&5     echo "$ac_t""$version" 1>&6     set -- `echo "$version" | sed 's/[^0-9]/ /g'`     if test "$1" -ne "1" -o "$2" -lt "0" -o "$3" -lt "5"; then @@ -2067,7 +2068,7 @@ echo "configure:2049: checking Imlib2 version" >&5    version="`$IMLIB_CONFIG --version 2>/dev/null`"   if test x"$version" != x; then     echo $ac_n "checking Imlib version""... $ac_c" 1>&6 -echo "configure:2071: checking Imlib version" >&5 +echo "configure:2072: checking Imlib version" >&5     echo "$ac_t""$version" 1>&6     set -- `echo "$version" | sed 's/[^0-9]/ /g'`     if test "$1" -ne "1" -o "$2" -lt "9" -o "$3" -lt "8"; then @@ -2083,7 +2084,7 @@ echo "configure:2071: checking Imlib version" >&5    version="`$IMLIB2_CONFIG --version 2>/dev/null`"   if test x"$version" != x; then     echo $ac_n "checking Imlib2 version""... $ac_c" 1>&6 -echo "configure:2087: checking Imlib2 version" >&5 +echo "configure:2088: checking Imlib2 version" >&5     echo "$ac_t""$version" 1>&6     set -- `echo "$version" | sed 's/[^0-9]/ /g'`     if test "$1" -ne "1" -o "$2" -lt "0" -o "$3" -lt "5"; then @@ -2192,7 +2193,7 @@ if test x"$enable_image" != xno; then   AUXBIN_TARGETS="$AUXBIN_TARGETS w3mimgdisplay\$(EXT)"   echo $ac_n "checking if xface is enabled""... $ac_c" 1>&6 -echo "configure:2196: checking if xface is enabled" >&5 +echo "configure:2197: checking if xface is enabled" >&5   # Check whether --enable-xface or --disable-xface was given.  if test "${enable_xface+set}" = set; then    enableval="$enable_xface" @@ -2209,7 +2210,7 @@ EOF   # Extract the first word of "uncompface", so it can be a program name with args.  set dummy uncompface; ac_word=$2  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2213: checking for $ac_word" >&5 +echo "configure:2214: checking for $ac_word" >&5  if eval "test \"`echo '$''{'ac_cv_prog_uncompface'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -2240,7 +2241,7 @@ fi  fi  echo $ac_n "checking terminal library""... $ac_c" 1>&6 -echo "configure:2244: checking terminal library" >&5 +echo "configure:2245: checking terminal library" >&5  # Check whether --with-termlib or --without-termlib was given.  if test "${with_termlib+set}" = set; then    withval="$with_termlib" @@ -2253,7 +2254,7 @@ fi   test x"$with_termlib" = xyes && with_termlib="terminfo mytinfo termlib termcap ncurses curses"   for lib in $with_termlib; do     echo $ac_n "checking for tgetent in -l$lib""... $ac_c" 1>&6 -echo "configure:2257: checking for tgetent in -l$lib" >&5 +echo "configure:2258: checking for tgetent in -l$lib" >&5  ac_lib_var=`echo $lib'_'tgetent | sed 'y%./+-%__p_%'`  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6 @@ -2261,7 +2262,7 @@ else    ac_save_LIBS="$LIBS"  LIBS="-l$lib  $LIBS"  cat > conftest.$ac_ext <<EOF -#line 2265 "configure" +#line 2266 "configure"  #include "confdefs.h"  /* Override any gcc2 internal prototype to avoid an error.  */  /* We use char because int might match the return type of a gcc2 @@ -2272,7 +2273,7 @@ int main() {  tgetent()  ; return 0; }  EOF -if { (eval echo configure:2276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_lib_$ac_lib_var=yes"  else @@ -2295,7 +2296,7 @@ fi   done  echo $ac_n "checking GC library exists""... $ac_c" 1>&6 -echo "configure:2299: checking GC library exists" >&5 +echo "configure:2300: checking GC library exists" >&5  # Check whether --with-gc or --without-gc was given.  if test "${with_gc+set}" = set; then    withval="$with_gc" @@ -2309,17 +2310,17 @@ fi   unset ac_cv_header_gc_h   ac_safe=`echo "gc.h" | sed 'y%./+-%__p_%'`  echo $ac_n "checking for gc.h""... $ac_c" 1>&6 -echo "configure:2313: checking for gc.h" >&5 +echo "configure:2314: checking for gc.h" >&5  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 2318 "configure" +#line 2319 "configure"  #include "confdefs.h"  #include <gc.h>  EOF  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2323: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2324: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  if test -z "$ac_err"; then    rm -rf conftest* @@ -2342,7 +2343,7 @@ fi   if test x"$ac_cv_header_gc_h" = xno; then     echo $ac_n "checking GC header location""... $ac_c" 1>&6 -echo "configure:2346: checking GC header location" >&5 +echo "configure:2347: checking GC header location" >&5     echo "$ac_t""$with_gc" 1>&6     gcincludedir=no     for dir in $with_gc; do @@ -2350,21 +2351,21 @@ echo "configure:2346: checking GC header location" >&5         cppflags="$CPPFLAGS"         CPPFLAGS="$CPPFLAGS -I$dir/$inc"         echo $ac_n "checking $dir/$inc""... $ac_c" 1>&6 -echo "configure:2354: checking $dir/$inc" >&5 +echo "configure:2355: checking $dir/$inc" >&5         unset ac_cv_header_gc_h         ac_safe=`echo "gc.h" | sed 'y%./+-%__p_%'`  echo $ac_n "checking for gc.h""... $ac_c" 1>&6 -echo "configure:2358: checking for gc.h" >&5 +echo "configure:2359: checking for gc.h" >&5  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 2363 "configure" +#line 2364 "configure"  #include "confdefs.h"  #include <gc.h>  EOF  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2368: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2369: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  if test -z "$ac_err"; then    rm -rf conftest* @@ -2397,7 +2398,7 @@ fi   fi   unset ac_cv_lib_gc_GC_version   echo $ac_n "checking for GC_version in -lgc""... $ac_c" 1>&6 -echo "configure:2401: checking for GC_version in -lgc" >&5 +echo "configure:2402: checking for GC_version in -lgc" >&5  ac_lib_var=`echo gc'_'GC_version | sed 'y%./+-%__p_%'`  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6 @@ -2405,7 +2406,7 @@ else    ac_save_LIBS="$LIBS"  LIBS="-lgc  $LIBS"  cat > conftest.$ac_ext <<EOF -#line 2409 "configure" +#line 2410 "configure"  #include "confdefs.h"  /* Override any gcc2 internal prototype to avoid an error.  */  /* We use char because int might match the return type of a gcc2 @@ -2416,7 +2417,7 @@ int main() {  GC_version()  ; return 0; }  EOF -if { (eval echo configure:2420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_lib_$ac_lib_var=yes"  else @@ -2438,17 +2439,17 @@ fi   if test x"$ac_cv_lib_gc_GC_version" = xno; then      echo $ac_n "checking GC library location""... $ac_c" 1>&6 -echo "configure:2442: checking GC library location" >&5 +echo "configure:2443: checking GC library location" >&5      echo "$ac_t""$with_gc" 1>&6      gclibdir=no      for dir in $with_gc; do        ldflags="$LDFLAGS"        LDFLAGS="$LDFLAGS -L$dir/lib"        echo $ac_n "checking $dir""... $ac_c" 1>&6 -echo "configure:2449: checking $dir" >&5 +echo "configure:2450: checking $dir" >&5        unset ac_cv_lib_gc_GC_version        echo $ac_n "checking for GC_version in -lgc""... $ac_c" 1>&6 -echo "configure:2452: checking for GC_version in -lgc" >&5 +echo "configure:2453: checking for GC_version in -lgc" >&5  ac_lib_var=`echo gc'_'GC_version | sed 'y%./+-%__p_%'`  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6 @@ -2456,7 +2457,7 @@ else    ac_save_LIBS="$LIBS"  LIBS="-lgc  $LIBS"  cat > conftest.$ac_ext <<EOF -#line 2460 "configure" +#line 2461 "configure"  #include "confdefs.h"  /* Override any gcc2 internal prototype to avoid an error.  */  /* We use char because int might match the return type of a gcc2 @@ -2467,7 +2468,7 @@ int main() {  GC_version()  ; return 0; }  EOF -if { (eval echo configure:2471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_lib_$ac_lib_var=yes"  else @@ -2496,7 +2497,7 @@ fi  echo $ac_n "checking if SSL is suported""... $ac_c" 1>&6 -echo "configure:2500: checking if SSL is suported" >&5 +echo "configure:2501: checking if SSL is suported" >&5  # Check whether --with-ssl or --without-ssl was given.  if test "${with_ssl+set}" = set; then    withval="$with_ssl" @@ -2512,7 +2513,7 @@ if test x"$with_ssl" != xno; then  EOF    echo $ac_n "checking for SSL library/header""... $ac_c" 1>&6 -echo "configure:2516: checking for SSL library/header" >&5 +echo "configure:2517: checking for SSL library/header" >&5    test x"$with_ssl" = xyes && with_ssl="/usr/openssl /usr/ssl /usr /usr/local/openssl /usr/local/ssl /usr/local"    echo "$ac_t""$with_ssl" 1>&6    for dir in $with_ssl @@ -2527,7 +2528,7 @@ echo "configure:2516: checking for SSL library/header" >&5       fi    done    echo $ac_n "checking for SSL_new in -lssl""... $ac_c" 1>&6 -echo "configure:2531: checking for SSL_new in -lssl" >&5 +echo "configure:2532: checking for SSL_new in -lssl" >&5  ac_lib_var=`echo ssl'_'SSL_new | sed 'y%./+-%__p_%'`  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6 @@ -2535,7 +2536,7 @@ else    ac_save_LIBS="$LIBS"  LIBS="-lssl -lcrypto $LIBS"  cat > conftest.$ac_ext <<EOF -#line 2539 "configure" +#line 2540 "configure"  #include "confdefs.h"  /* Override any gcc2 internal prototype to avoid an error.  */  /* We use char because int might match the return type of a gcc2 @@ -2546,7 +2547,7 @@ int main() {  SSL_new()  ; return 0; }  EOF -if { (eval echo configure:2550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_lib_$ac_lib_var=yes"  else @@ -2570,7 +2571,7 @@ fi    if test x"$w3m_ssl" = xfound; then      echo $ac_n "checking if SSL certificate verify is enabled""... $ac_c" 1>&6 -echo "configure:2574: checking if SSL certificate verify is enabled" >&5 +echo "configure:2575: checking if SSL certificate verify is enabled" >&5      # Check whether --enable-sslverify or --disable-sslverify was given.  if test "${enable_sslverify+set}" = set; then    enableval="$enable_sslverify" @@ -2587,7 +2588,7 @@ EOF    fi  fi  echo $ac_n "checking if IPv6 support is enabled""... $ac_c" 1>&6 -echo "configure:2591: checking if IPv6 support is enabled" >&5 +echo "configure:2592: checking if IPv6 support is enabled" >&5  # Check whether --enable-ipv6 or --disable-ipv6 was given.  if test "${enable_ipv6+set}" = set; then    enableval="$enable_ipv6" @@ -2600,15 +2601,15 @@ echo "$ac_t""$enable_ipv6" 1>&6  if test x"$enable_ipv6" = xyes; then   echo $ac_n "checking if IPv6 API available""... $ac_c" 1>&6 -echo "configure:2604: checking if IPv6 API available" >&5 +echo "configure:2605: checking if IPv6 API available" >&5   echo $ac_n "checking for getaddrinfo""... $ac_c" 1>&6 -echo "configure:2607: checking for getaddrinfo" >&5 +echo "configure:2608: checking for getaddrinfo" >&5  if eval "test \"`echo '$''{'ac_cv_func_getaddrinfo'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 2612 "configure" +#line 2613 "configure"  #include "confdefs.h"  /* System header to define __stub macros and hopefully few prototypes,      which can conflict with char getaddrinfo(); below.  */ @@ -2631,7 +2632,7 @@ getaddrinfo();  ; return 0; }  EOF -if { (eval echo configure:2635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_func_getaddrinfo=yes"  else @@ -2656,7 +2657,7 @@ fi   if test x"$enable_ipv6" = xno; then      echo $ac_n "checking for libinet6""... $ac_c" 1>&6 -echo "configure:2660: checking for libinet6" >&5 +echo "configure:2661: checking for libinet6" >&5      for dir in /usr/local/v6/lib /usr/local/lib /usr/lib      do  	if test -f $dir/libinet6.a; then @@ -2664,7 +2665,7 @@ echo "configure:2660: checking for libinet6" >&5  		LIBS="$LIBS -L$dir"  	  fi  	  echo $ac_n "checking for getaddrinfo in -linet6""... $ac_c" 1>&6 -echo "configure:2668: checking for getaddrinfo in -linet6" >&5 +echo "configure:2669: checking for getaddrinfo in -linet6" >&5  ac_lib_var=`echo inet6'_'getaddrinfo | sed 'y%./+-%__p_%'`  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6 @@ -2672,7 +2673,7 @@ else    ac_save_LIBS="$LIBS"  LIBS="-linet6  $LIBS"  cat > conftest.$ac_ext <<EOF -#line 2676 "configure" +#line 2677 "configure"  #include "confdefs.h"  /* Override any gcc2 internal prototype to avoid an error.  */  /* We use char because int might match the return type of a gcc2 @@ -2683,7 +2684,7 @@ int main() {  getaddrinfo()  ; return 0; }  EOF -if { (eval echo configure:2687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_lib_$ac_lib_var=yes"  else @@ -2714,7 +2715,7 @@ fi   fi  fi  echo $ac_n "checking for zError in -lz""... $ac_c" 1>&6 -echo "configure:2718: checking for zError in -lz" >&5 +echo "configure:2719: checking for zError in -lz" >&5  ac_lib_var=`echo z'_'zError | sed 'y%./+-%__p_%'`  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6 @@ -2722,7 +2723,7 @@ else    ac_save_LIBS="$LIBS"  LIBS="-lz  $LIBS"  cat > conftest.$ac_ext <<EOF -#line 2726 "configure" +#line 2727 "configure"  #include "confdefs.h"  /* Override any gcc2 internal prototype to avoid an error.  */  /* We use char because int might match the return type of a gcc2 @@ -2733,7 +2734,7 @@ int main() {  zError()  ; return 0; }  EOF -if { (eval echo configure:2737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_lib_$ac_lib_var=yes"  else @@ -2772,12 +2773,12 @@ for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h  do  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 -echo "configure:2776: checking for $ac_hdr that defines DIR" >&5 +echo "configure:2777: checking for $ac_hdr that defines DIR" >&5  if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 2781 "configure" +#line 2782 "configure"  #include "confdefs.h"  #include <sys/types.h>  #include <$ac_hdr> @@ -2785,7 +2786,7 @@ int main() {  DIR *dirp = 0;  ; return 0; }  EOF -if { (eval echo configure:2789: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2790: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then    rm -rf conftest*    eval "ac_cv_header_dirent_$ac_safe=yes"  else @@ -2810,7 +2811,7 @@ done  # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.  if test $ac_header_dirent = dirent.h; then  echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 -echo "configure:2814: checking for opendir in -ldir" >&5 +echo "configure:2815: checking for opendir in -ldir" >&5  ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6 @@ -2818,7 +2819,7 @@ else    ac_save_LIBS="$LIBS"  LIBS="-ldir  $LIBS"  cat > conftest.$ac_ext <<EOF -#line 2822 "configure" +#line 2823 "configure"  #include "confdefs.h"  /* Override any gcc2 internal prototype to avoid an error.  */  /* We use char because int might match the return type of a gcc2 @@ -2829,7 +2830,7 @@ int main() {  opendir()  ; return 0; }  EOF -if { (eval echo configure:2833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_lib_$ac_lib_var=yes"  else @@ -2851,7 +2852,7 @@ fi  else  echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 -echo "configure:2855: checking for opendir in -lx" >&5 +echo "configure:2856: checking for opendir in -lx" >&5  ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6 @@ -2859,7 +2860,7 @@ else    ac_save_LIBS="$LIBS"  LIBS="-lx  $LIBS"  cat > conftest.$ac_ext <<EOF -#line 2863 "configure" +#line 2864 "configure"  #include "confdefs.h"  /* Override any gcc2 internal prototype to avoid an error.  */  /* We use char because int might match the return type of a gcc2 @@ -2870,7 +2871,7 @@ int main() {  opendir()  ; return 0; }  EOF -if { (eval echo configure:2874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_lib_$ac_lib_var=yes"  else @@ -2893,12 +2894,12 @@ fi  fi  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:2897: checking for ANSI C header files" >&5 +echo "configure:2898: checking for ANSI C header files" >&5  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 2902 "configure" +#line 2903 "configure"  #include "confdefs.h"  #include <stdlib.h>  #include <stdarg.h> @@ -2906,7 +2907,7 @@ else  #include <float.h>  EOF  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2910: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2911: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  if test -z "$ac_err"; then    rm -rf conftest* @@ -2923,7 +2924,7 @@ rm -f conftest*  if test $ac_cv_header_stdc = yes; then    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.  cat > conftest.$ac_ext <<EOF -#line 2927 "configure" +#line 2928 "configure"  #include "confdefs.h"  #include <string.h>  EOF @@ -2941,7 +2942,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 <<EOF -#line 2945 "configure" +#line 2946 "configure"  #include "confdefs.h"  #include <stdlib.h>  EOF @@ -2962,7 +2963,7 @@ if test "$cross_compiling" = yes; then    :  else    cat > conftest.$ac_ext <<EOF -#line 2966 "configure" +#line 2967 "configure"  #include "confdefs.h"  #include <ctype.h>  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@ -2973,7 +2974,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);  exit (0); }  EOF -if { (eval echo configure:2977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:2978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null  then    :  else @@ -2997,12 +2998,12 @@ EOF  fi  echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 -echo "configure:3001: checking for sys/wait.h that is POSIX.1 compatible" >&5 +echo "configure:3002: checking for sys/wait.h that is POSIX.1 compatible" >&5  if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 3006 "configure" +#line 3007 "configure"  #include "confdefs.h"  #include <sys/types.h>  #include <sys/wait.h> @@ -3018,7 +3019,7 @@ wait (&s);  s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;  ; return 0; }  EOF -if { (eval echo configure:3022: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3023: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then    rm -rf conftest*    ac_cv_header_sys_wait_h=yes  else @@ -3040,17 +3041,17 @@ fi  ac_safe=`echo "termios.h" | sed 'y%./+-%__p_%'`  echo $ac_n "checking for termios.h""... $ac_c" 1>&6 -echo "configure:3044: checking for termios.h" >&5 +echo "configure:3045: checking for termios.h" >&5  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 3049 "configure" +#line 3050 "configure"  #include "confdefs.h"  #include <termios.h>  EOF  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3054: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3055: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  if test -z "$ac_err"; then    rm -rf conftest* @@ -3074,17 +3075,17 @@ else    echo "$ac_t""no" 1>&6  ac_safe=`echo "termio.h" | sed 'y%./+-%__p_%'`  echo $ac_n "checking for termio.h""... $ac_c" 1>&6 -echo "configure:3078: checking for termio.h" >&5 +echo "configure:3079: checking for termio.h" >&5  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 3083 "configure" +#line 3084 "configure"  #include "confdefs.h"  #include <termio.h>  EOF  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3088: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3089: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  if test -z "$ac_err"; then    rm -rf conftest* @@ -3108,17 +3109,17 @@ else    echo "$ac_t""no" 1>&6  ac_safe=`echo "sgtty.h" | sed 'y%./+-%__p_%'`  echo $ac_n "checking for sgtty.h""... $ac_c" 1>&6 -echo "configure:3112: checking for sgtty.h" >&5 +echo "configure:3113: checking for sgtty.h" >&5  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 3117 "configure" +#line 3118 "configure"  #include "confdefs.h"  #include <sgtty.h>  EOF  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3122: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3123: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  if test -z "$ac_err"; then    rm -rf conftest* @@ -3148,17 +3149,17 @@ fi  ac_safe=`echo "float.h" | sed 'y%./+-%__p_%'`  echo $ac_n "checking for float.h""... $ac_c" 1>&6 -echo "configure:3152: checking for float.h" >&5 +echo "configure:3153: checking for float.h" >&5  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 3157 "configure" +#line 3158 "configure"  #include "confdefs.h"  #include <float.h>  EOF  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3162: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3163: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  if test -z "$ac_err"; then    rm -rf conftest* @@ -3181,17 +3182,17 @@ fi  ac_safe=`echo "sys/select.h" | sed 'y%./+-%__p_%'`  echo $ac_n "checking for sys/select.h""... $ac_c" 1>&6 -echo "configure:3185: checking for sys/select.h" >&5 +echo "configure:3186: checking for sys/select.h" >&5  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 3190 "configure" +#line 3191 "configure"  #include "confdefs.h"  #include <sys/select.h>  EOF  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3195: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3196: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  if test -z "$ac_err"; then    rm -rf conftest* @@ -3214,7 +3215,7 @@ fi  echo $ac_n "checking size of long long""... $ac_c" 1>&6 -echo "configure:3218: checking size of long long" >&5 +echo "configure:3219: checking size of long long" >&5  if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -3222,7 +3223,7 @@ else    ac_cv_sizeof_long_long=0  else    cat > conftest.$ac_ext <<EOF -#line 3226 "configure" +#line 3227 "configure"  #include "confdefs.h"  #include <stdio.h>  #include <sys/types.h> @@ -3234,7 +3235,7 @@ main()    exit(0);  }  EOF -if { (eval echo configure:3238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null  then    ac_cv_sizeof_long_long=`cat conftestval`  else @@ -3257,12 +3258,12 @@ EOF  for ac_func in strcasecmp strcasestr strchr memcpy strerror bcopy setpgrp chdir getcwd getwd readlink setenv putenv strtoll stroq atoll atoq symlink readlink lstat srand48 srandom getpassphrase waitpid  do  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3261: checking for $ac_func" >&5 +echo "configure:3262: checking for $ac_func" >&5  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 3266 "configure" +#line 3267 "configure"  #include "confdefs.h"  /* System header to define __stub macros and hopefully few prototypes,      which can conflict with char $ac_func(); below.  */ @@ -3285,7 +3286,7 @@ $ac_func();  ; return 0; }  EOF -if { (eval echo configure:3289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_func_$ac_func=yes"  else @@ -3310,12 +3311,12 @@ fi  done  echo $ac_n "checking for strftime""... $ac_c" 1>&6 -echo "configure:3314: checking for strftime" >&5 +echo "configure:3315: checking for strftime" >&5  if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 3319 "configure" +#line 3320 "configure"  #include "confdefs.h"  /* System header to define __stub macros and hopefully few prototypes,      which can conflict with char strftime(); below.  */ @@ -3338,7 +3339,7 @@ strftime();  ; return 0; }  EOF -if { (eval echo configure:3342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_func_strftime=yes"  else @@ -3360,7 +3361,7 @@ else    echo "$ac_t""no" 1>&6  # strftime is in -lintl on SCO UNIX.  echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6 -echo "configure:3364: checking for strftime in -lintl" >&5 +echo "configure:3365: checking for strftime in -lintl" >&5  ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6 @@ -3368,7 +3369,7 @@ else    ac_save_LIBS="$LIBS"  LIBS="-lintl  $LIBS"  cat > conftest.$ac_ext <<EOF -#line 3372 "configure" +#line 3373 "configure"  #include "confdefs.h"  /* Override any gcc2 internal prototype to avoid an error.  */  /* We use char because int might match the return type of a gcc2 @@ -3379,7 +3380,7 @@ int main() {  strftime()  ; return 0; }  EOF -if { (eval echo configure:3383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then    rm -rf conftest*    eval "ac_cv_lib_$ac_lib_var=yes"  else @@ -3406,7 +3407,7 @@ fi  fi  echo $ac_n "checking for wait3 that fills in rusage""... $ac_c" 1>&6 -echo "configure:3410: checking for wait3 that fills in rusage" >&5 +echo "configure:3411: checking for wait3 that fills in rusage" >&5  if eval "test \"`echo '$''{'ac_cv_func_wait3_rusage'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -3414,7 +3415,7 @@ else    ac_cv_func_wait3_rusage=no  else    cat > conftest.$ac_ext <<EOF -#line 3418 "configure" +#line 3419 "configure"  #include "confdefs.h"  #include <sys/types.h>  #include <sys/time.h> @@ -3445,7 +3446,7 @@ main() {    }  }  EOF -if { (eval echo configure:3449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null  then    ac_cv_func_wait3_rusage=yes  else @@ -3468,7 +3469,7 @@ EOF  fi  echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6 -echo "configure:3472: checking whether setpgrp takes no argument" >&5 +echo "configure:3473: checking whether setpgrp takes no argument" >&5  if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else @@ -3476,7 +3477,7 @@ else    { echo "configure: error: cannot check setpgrp if cross compiling" 1>&2; exit 1; }  else    cat > conftest.$ac_ext <<EOF -#line 3480 "configure" +#line 3481 "configure"  #include "confdefs.h"  #ifdef HAVE_UNISTD_H @@ -3496,7 +3497,7 @@ main()  }  EOF -if { (eval echo configure:3500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null  then    ac_cv_func_setpgrp_void=no  else @@ -3521,16 +3522,16 @@ fi  echo $ac_n "checking for sys_errlist""... $ac_c" 1>&6 -echo "configure:3525: checking for sys_errlist" >&5 +echo "configure:3526: checking for sys_errlist" >&5  cat > conftest.$ac_ext <<EOF -#line 3527 "configure" +#line 3528 "configure"  #include "confdefs.h"  extern char *sys_errlist[];  int main() {  printf(sys_errlist[0]);  ; return 0; }  EOF -if { (eval echo configure:3534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3535: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then    rm -rf conftest*    have_sys_errlist="yes"; cat >> confdefs.h <<\EOF  #define HAVE_SYS_ERRLIST 1 @@ -3546,9 +3547,9 @@ rm -f conftest*  echo "$ac_t""$have_sys_errlist" 1>&6  echo $ac_n "checking for sigsetjmp""... $ac_c" 1>&6 -echo "configure:3550: checking for sigsetjmp" >&5 +echo "configure:3551: checking for sigsetjmp" >&5  cat > conftest.$ac_ext <<EOF -#line 3552 "configure" +#line 3553 "configure"  #include "confdefs.h"  #include <setjmp.h>  int main() { @@ -3556,7 +3557,7 @@ int main() {     if (sigsetjmp(env, 1) != 0) { exit(0); } siglongjmp(env, 1);  ; return 0; }  EOF -if { (eval echo configure:3560: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3561: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then    rm -rf conftest*    have_sigsetjmp="yes"; cat >> confdefs.h <<\EOF  #define HAVE_SIGSETJMP 1 @@ -3571,12 +3572,12 @@ fi  rm -f conftest*  echo "$ac_t""$have_sigsetjmp" 1>&6  echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 -echo "configure:3575: checking return type of signal handlers" >&5 +echo "configure:3576: checking return type of signal handlers" >&5  if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then    echo $ac_n "(cached) $ac_c" 1>&6  else    cat > conftest.$ac_ext <<EOF -#line 3580 "configure" +#line 3581 "configure"  #include "confdefs.h"  #include <sys/types.h>  #include <signal.h> @@ -3593,7 +3594,7 @@ int main() {  int i;  ; return 0; }  EOF -if { (eval echo configure:3597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3598: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then    rm -rf conftest*    ac_cv_type_signal=void  else | 
