diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 1423 | 
1 files changed, 1068 insertions, 355 deletions
| @@ -1,13 +1,9 @@  #! /bin/sh  # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for w3m 0.5.3. +# Generated by GNU Autoconf 2.69 for w3m 0.5.3.  # -# Report bugs to <satodai@w3m.jp>.  # -# -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software -# Foundation, Inc. +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.  #  #  # This configure script is free software; the Free Software Foundation @@ -91,6 +87,7 @@ fi  IFS=" ""	$as_nl"  # Find who we are.  Look in the path if we contain no directory separator. +as_myself=  case $0 in #((    *[\\/]* ) as_myself=$0 ;;    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -135,6 +132,31 @@ export LANGUAGE  # CDPATH.  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH +# Use a proper internal environment variable to ensure we don't fall +  # into an infinite loop, continuously re-executing ourselves. +  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then +    _as_can_reexec=no; export _as_can_reexec; +    # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( +  *v*x* | *x*v* ) as_opts=-vx ;; +  *v* ) as_opts=-v ;; +  *x* ) as_opts=-x ;; +  * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 +  fi +  # We don't want this to propagate to other subprocesses. +          { _as_can_reexec=; unset _as_can_reexec;}  if test "x$CONFIG_SHELL" = x; then    as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :    emulate sh @@ -168,7 +190,8 @@ if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :  else    exitcode=1; echo positional parameters were not saved.  fi -test x\$exitcode = x0 || exit 1" +test x\$exitcode = x0 || exit 1 +test -x / || exit 1"    as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO    as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO    eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && @@ -213,14 +236,25 @@ IFS=$as_save_IFS        if test "x$CONFIG_SHELL" != x; then : -  # We cannot yet assume a decent shell, so we have to provide a -	# neutralization value for shells without unset; and this also -	# works around shells that cannot unset nonexistent variables. -	BASH_ENV=/dev/null -	ENV=/dev/null -	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV -	export CONFIG_SHELL -	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +  export CONFIG_SHELL +             # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( +  *v*x* | *x*v* ) as_opts=-vx ;; +  *v* ) as_opts=-v ;; +  *x* ) as_opts=-x ;; +  * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255  fi      if test x$as_have_required = xno; then : @@ -230,11 +264,10 @@ fi      $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"      $as_echo "$0: be upgraded to zsh 4.3.4 or later."    else -    $as_echo "$0: Please tell bug-autoconf@gnu.org and satodai@w3m.jp -$0: about your system, including any error possibly output -$0: before this message. Then install a modern shell, or -$0: manually run the script under such a shell if you do -$0: have one." +    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one."    fi    exit 1  fi @@ -323,6 +356,14 @@ $as_echo X"$as_dir" |  } # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ +  test -f "$1" && test -x "$1" +} # as_fn_executable_p  # as_fn_append VAR VALUE  # ----------------------  # Append the text in VALUE to the end of the definition contained in VAR. Take @@ -444,6 +485,10 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits    chmod +x "$as_me.lineno" ||      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } +  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have +  # already done that, so ensure we don't try to do so again and fall +  # in an infinite loop.  This has already happened in practice. +  _as_can_reexec=no; export _as_can_reexec    # Don't try to exec as it changes $[0], causing all sort of problems    # (the dirname of $[0] is not the place where we might find the    # original and so on.  Autoconf is especially sensitive to this). @@ -478,16 +523,16 @@ if (echo >conf$$.file) 2>/dev/null; then      # ... but there are two gotchas:      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. -    # In both cases, we have to default to `cp -p'. +    # In both cases, we have to default to `cp -pR'.      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || -      as_ln_s='cp -p' +      as_ln_s='cp -pR'    elif ln conf$$.file conf$$ 2>/dev/null; then      as_ln_s=ln    else -    as_ln_s='cp -p' +    as_ln_s='cp -pR'    fi  else -  as_ln_s='cp -p' +  as_ln_s='cp -pR'  fi  rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file  rmdir conf$$.dir 2>/dev/null @@ -499,28 +544,8 @@ else    as_mkdir_p=false  fi -if test -x / >/dev/null 2>&1; then -  as_test_x='test -x' -else -  if ls -dL / >/dev/null 2>&1; then -    as_ls_L_option=L -  else -    as_ls_L_option= -  fi -  as_test_x=' -    eval sh -c '\'' -      if test -d "$1"; then -	test -d "$1/."; -      else -	case $1 in #( -	-*)set "./$1";; -	esac; -	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( -	???[sx]*):;;*)false;;esac;fi -    '\'' sh -  ' -fi -as_executable_p=$as_test_x +as_test_x='test -x' +as_executable_p=as_fn_executable_p  # Sed expression to map a string onto a valid CPP name.  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -554,7 +579,7 @@ PACKAGE_NAME='w3m'  PACKAGE_TARNAME='w3m'  PACKAGE_VERSION='0.5.3'  PACKAGE_STRING='w3m 0.5.3' -PACKAGE_BUGREPORT='satodai@w3m.jp' +PACKAGE_BUGREPORT=''  PACKAGE_URL=''  gt_needs= @@ -603,7 +628,6 @@ HELP_DIR  SIGNAL_RETURN  RETSIGTYPE  HAVE_SIGSETJMP -HAVE_SYS_ERRLIST  USE_BINMODE_STREAM  LIBGC  AUXBIN_TARGETS @@ -704,6 +728,11 @@ build_os  build_vendor  build_cpu  build +X_EXTRA_LIBS +X_LIBS +X_PRE_LIBS +X_CFLAGS +XMKMF  MAN  NKF  PERL @@ -748,6 +777,7 @@ infodir  docdir  oldincludedir  includedir +runstatedir  localstatedir  sharedstatedir  sysconfdir @@ -770,6 +800,7 @@ SHELL'  ac_subst_files=''  ac_user_opts='  enable_option_checking +with_x  enable_m17n  enable_unicode  enable_messagel10n @@ -821,6 +852,7 @@ CCC  CC  CFLAGS  CPP +XMKMF  PKG_CONFIG  PKG_CONFIG_PATH  PKG_CONFIG_LIBDIR @@ -864,6 +896,7 @@ datadir='${datarootdir}'  sysconfdir='${prefix}/etc'  sharedstatedir='${prefix}/com'  localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run'  includedir='${prefix}/include'  oldincludedir='/usr/include'  docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' @@ -1116,6 +1149,15 @@ do    | -silent | --silent | --silen | --sile | --sil)      silent=yes ;; +  -runstatedir | --runstatedir | --runstatedi | --runstated \ +  | --runstate | --runstat | --runsta | --runst | --runs \ +  | --run | --ru | --r) +    ac_prev=runstatedir ;; +  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ +  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ +  | --run=* | --ru=* | --r=*) +    runstatedir=$ac_optarg ;; +    -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)      ac_prev=sbindir ;;    -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ @@ -1230,7 +1272,7 @@ Try \`$0 --help' for more information"      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 -    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} +    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"      ;;    esac @@ -1253,7 +1295,7 @@ fi  for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \  		datadir sysconfdir sharedstatedir localstatedir includedir \  		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ -		libdir localedir mandir +		libdir localedir mandir runstatedir  do    eval ac_val=\$$ac_var    # Remove trailing slashes. @@ -1281,8 +1323,6 @@ target=$target_alias  if test "x$host_alias" != x; then    if test "x$build_alias" = x; then      cross_compiling=maybe -    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. -    If a cross compiler is detected then cross compile mode will be used" >&2    elif test "x$build_alias" != "x$host_alias"; then      cross_compiling=yes    fi @@ -1408,6 +1448,7 @@ Fine tuning of the installation directories:    --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]    --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]    --localstatedir=DIR     modifiable single-machine data [PREFIX/var] +  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]    --libdir=DIR            object code libraries [EPREFIX/lib]    --includedir=DIR        C header files [PREFIX/include]    --oldincludedir=DIR     C header files for non-gcc [/usr/include] @@ -1425,6 +1466,10 @@ _ACEOF    cat <<\_ACEOF +X features: +  --x-includes=DIR    X include files are in DIR +  --x-libraries=DIR   X library files are in DIR +  System types:    --build=BUILD     configure for building on BUILD [guessed]    --host=HOST       cross-compile to build programs to run on HOST [BUILD] @@ -1462,7 +1507,7 @@ Optional Features:    --disable-alarm		disable alarm    --disable-cookie		disable cookie    --disable-nntp		disable NNTP -  --enable-gopher		enable GOPHER +  --disable-gopher		disable GOPHER    --disable-dict		disable dictionary lookup (see README.dict)    --disable-help-cgi		disable help cgi    --disable-external-uri-loader	disable external URI loader @@ -1474,6 +1519,7 @@ Optional Features:  Optional Packages:    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no) +  --with-x                use the X Window System    --with-charset=CHARSET    --with-gnu-ld           assume the C compiler uses GNU ld default=no    --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib @@ -1486,11 +1532,11 @@ Optional Packages:    --with-migemo=MIGEMO_COMMAND	migemo command    --with-editor=EDITOR		default editor (/usr/bin/vi)    --with-mailer=MAILER		default mailer (/usr/bin/mail) -  --with-browser=BROWSER	default browser (/usr/bin/mozilla) +  --with-browser=BROWSER	default browser (/usr/bin/firefox)    --with-ssl=PREFIX		support https protocol    --with-termlib=LIBS		terminal library  				LIBS is space separated list of: -				  terminfo mytinfo termcap ncurses curses +				  terminfo mytinfo termcap tinfo ncurses curses    --with-gc=PREFIX	  	libgc PREFIX  Some influential environment variables: @@ -1504,6 +1550,7 @@ Some influential environment variables:    CC          C compiler command    CFLAGS      C compiler flags    CPP         C preprocessor +  XMKMF       Path to xmkmf, Makefile generator for X Window System    PKG_CONFIG  path to pkg-config utility    PKG_CONFIG_PATH                directories to add to pkg-config's search path @@ -1515,7 +1562,7 @@ Some influential environment variables:  Use these variables to override the choices made by `configure' or to help  it to find libraries and programs with nonstandard names/locations. -Report bugs to <satodai@w3m.jp>. +Report bugs to the package provider.  _ACEOF  ac_status=$?  fi @@ -1579,9 +1626,9 @@ test -n "$ac_init_help" && exit $ac_status  if $ac_init_version; then    cat <<\_ACEOF  w3m configure 0.5.3 -generated by GNU Autoconf 2.67 +generated by GNU Autoconf 2.69 -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc.  This configure script is free software; the Free Software Foundation  gives unlimited permission to copy, distribute and modify it.  _ACEOF @@ -1625,7 +1672,7 @@ sed 's/^/| /' conftest.$ac_ext >&5  	ac_retval=1  fi -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    as_fn_set_status $ac_retval  } # ac_fn_cxx_try_compile @@ -1663,7 +1710,7 @@ sed 's/^/| /' conftest.$ac_ext >&5  	ac_retval=1  fi -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    as_fn_set_status $ac_retval  } # ac_fn_c_try_compile @@ -1700,7 +1747,7 @@ sed 's/^/| /' conftest.$ac_ext >&5      ac_retval=1  fi -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    as_fn_set_status $ac_retval  } # ac_fn_c_try_cpp @@ -1732,7 +1779,7 @@ $as_echo "$ac_try_echo"; } >&5  	 test ! -s conftest.err         } && test -s conftest$ac_exeext && {  	 test "$cross_compiling" = yes || -	 $as_test_x conftest$ac_exeext +	 test -x conftest$ac_exeext         }; then :    ac_retval=0  else @@ -1746,53 +1793,11 @@ fi    # interfere with the next link command; also delete a directory that is    # left behind by Apple's compiler.  We do this before executing the actions.    rm -rf conftest.dSYM conftest_ipa8_conftest.oo -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    as_fn_set_status $ac_retval  } # ac_fn_c_try_link -# ac_fn_c_try_run LINENO -# ---------------------- -# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes -# that executables *can* be run. -ac_fn_c_try_run () -{ -  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -  if { { ac_try="$ac_link" -case "(($ac_try" in -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -  *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 -  (eval "$ac_link") 2>&5 -  ac_status=$? -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' -  { { case "(($ac_try" in -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -  *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 -  (eval "$ac_try") 2>&5 -  ac_status=$? -  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -  test $ac_status = 0; }; }; then : -  ac_retval=0 -else -  $as_echo "$as_me: program exited with status $ac_status" >&5 -       $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -       ac_retval=$ac_status -fi -  rm -rf conftest.dSYM conftest_ipa8_conftest.oo -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} -  as_fn_set_status $ac_retval - -} # ac_fn_c_try_run -  # ac_fn_c_check_func LINENO FUNC VAR  # ----------------------------------  # Tests whether FUNC exists, setting the cache variable VAR accordingly @@ -1801,7 +1806,7 @@ ac_fn_c_check_func ()    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5  $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" = set; then : +if eval \${$3+:} false; then :    $as_echo_n "(cached) " >&6  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -1856,10 +1861,52 @@ fi  eval ac_res=\$$3  	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5  $as_echo "$ac_res" >&6; } -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno  } # ac_fn_c_check_func +# ac_fn_c_try_run LINENO +# ---------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes +# that executables *can* be run. +ac_fn_c_try_run () +{ +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +  if { { ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 +  (eval "$ac_link") 2>&5 +  ac_status=$? +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' +  { { case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 +  (eval "$ac_try") 2>&5 +  ac_status=$? +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +  test $ac_status = 0; }; }; then : +  ac_retval=0 +else +  $as_echo "$as_me: program exited with status $ac_status" >&5 +       $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +       ac_retval=$ac_status +fi +  rm -rf conftest.dSYM conftest_ipa8_conftest.oo +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno +  as_fn_set_status $ac_retval + +} # ac_fn_c_try_run +  # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES  # -------------------------------------------------------  # Tests whether HEADER exists, giving a warning if it cannot be compiled using @@ -1868,10 +1915,10 @@ $as_echo "$ac_res" >&6; }  ac_fn_c_check_header_mongrel ()  {    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack -  if eval "test \"\${$3+set}\"" = set; then : +  if eval \${$3+:} false; then :    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5  $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" = set; then : +if eval \${$3+:} false; then :    $as_echo_n "(cached) " >&6  fi  eval ac_res=\$$3 @@ -1930,15 +1977,11 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}  $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5  $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} -( $as_echo "## ----------------------------- ## -## Report this to satodai@w3m.jp ## -## ----------------------------- ##" -     ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5  $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" = set; then : +if eval \${$3+:} false; then :    $as_echo_n "(cached) " >&6  else    eval "$3=\$ac_header_compiler" @@ -1947,7 +1990,7 @@ eval ac_res=\$$3  	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5  $as_echo "$ac_res" >&6; }  fi -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno  } # ac_fn_c_check_header_mongrel @@ -1960,7 +2003,7 @@ ac_fn_c_check_header_compile ()    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5  $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" = set; then : +if eval \${$3+:} false; then :    $as_echo_n "(cached) " >&6  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -1978,7 +2021,7 @@ fi  eval ac_res=\$$3  	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5  $as_echo "$ac_res" >&6; } -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno  } # ac_fn_c_check_header_compile @@ -1991,7 +2034,7 @@ ac_fn_c_check_type ()    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5  $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" = set; then : +if eval \${$3+:} false; then :    $as_echo_n "(cached) " >&6  else    eval "$3=no" @@ -2032,7 +2075,7 @@ fi  eval ac_res=\$$3  	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5  $as_echo "$ac_res" >&6; } -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno  } # ac_fn_c_check_type @@ -2053,7 +2096,8 @@ int  main ()  {  static int test_array [1 - 2 * !(($2) >= 0)]; -test_array [0] = 0 +test_array [0] = 0; +return test_array [0];    ;    return 0; @@ -2069,7 +2113,8 @@ int  main ()  {  static int test_array [1 - 2 * !(($2) <= $ac_mid)]; -test_array [0] = 0 +test_array [0] = 0; +return test_array [0];    ;    return 0; @@ -2095,7 +2140,8 @@ int  main ()  {  static int test_array [1 - 2 * !(($2) < 0)]; -test_array [0] = 0 +test_array [0] = 0; +return test_array [0];    ;    return 0; @@ -2111,7 +2157,8 @@ int  main ()  {  static int test_array [1 - 2 * !(($2) >= $ac_mid)]; -test_array [0] = 0 +test_array [0] = 0; +return test_array [0];    ;    return 0; @@ -2145,7 +2192,8 @@ int  main ()  {  static int test_array [1 - 2 * !(($2) <= $ac_mid)]; -test_array [0] = 0 +test_array [0] = 0; +return test_array [0];    ;    return 0; @@ -2209,7 +2257,7 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \  rm -f conftest.val    fi -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno    as_fn_set_status $ac_retval  } # ac_fn_c_compute_int @@ -2218,7 +2266,7 @@ This file contains any messages produced by compilers while  running configure, to aid debugging if configure makes a mistake.  It was created by w3m $as_me 0.5.3, which was -generated by GNU Autoconf 2.67.  Invocation command line was +generated by GNU Autoconf 2.69.  Invocation command line was    $ $0 $@ @@ -2476,7 +2524,7 @@ $as_echo "$as_me: loading site script $ac_site_file" >&6;}        || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  as_fn_error $? "failed to load site script $ac_site_file -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; }    fi  done @@ -2604,7 +2652,7 @@ if test -z "$CXX"; then  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CXX+set}" = set; then : +if ${ac_cv_prog_CXX+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -n "$CXX"; then @@ -2616,7 +2664,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -2648,7 +2696,7 @@ do  set dummy $ac_prog; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : +if ${ac_cv_prog_ac_ct_CXX+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -n "$ac_ct_CXX"; then @@ -2660,7 +2708,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_prog_ac_ct_CXX="$ac_prog"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -2812,7 +2860,7 @@ sed 's/^/| /' conftest.$ac_ext >&5  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  as_fn_error 77 "C++ compiler cannot create executables -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; }  else    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5  $as_echo "yes" >&6; } @@ -2855,7 +2903,7 @@ else    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  as_fn_error $? "cannot compute suffix of executables: cannot compile and link -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; }  fi  rm -f conftest conftest$ac_cv_exeext  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 @@ -2914,7 +2962,7 @@ $as_echo "$ac_try_echo"; } >&5  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  as_fn_error $? "cannot run C++ compiled programs.  If you meant to cross compile, use \`--host'. -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; }      fi    fi  fi @@ -2925,7 +2973,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out  ac_clean_files=$ac_clean_files_save  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5  $as_echo_n "checking for suffix of object files... " >&6; } -if test "${ac_cv_objext+set}" = set; then : +if ${ac_cv_objext+:} false; then :    $as_echo_n "(cached) " >&6  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -2966,7 +3014,7 @@ sed 's/^/| /' conftest.$ac_ext >&5  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  as_fn_error $? "cannot compute suffix of object files: cannot compile -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; }  fi  rm -f conftest.$ac_cv_objext conftest.$ac_ext  fi @@ -2976,7 +3024,7 @@ OBJEXT=$ac_cv_objext  ac_objext=$OBJEXT  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5  $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } -if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : +if ${ac_cv_cxx_compiler_gnu+:} false; then :    $as_echo_n "(cached) " >&6  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -3013,7 +3061,7 @@ ac_test_CXXFLAGS=${CXXFLAGS+set}  ac_save_CXXFLAGS=$CXXFLAGS  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5  $as_echo_n "checking whether $CXX accepts -g... " >&6; } -if test "${ac_cv_prog_cxx_g+set}" = set; then : +if ${ac_cv_prog_cxx_g+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_save_cxx_werror_flag=$ac_cxx_werror_flag @@ -3101,7 +3149,7 @@ do  set dummy $ac_prog; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_AWK+set}" = set; then : +if ${ac_cv_prog_AWK+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -n "$AWK"; then @@ -3113,7 +3161,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_prog_AWK="$ac_prog"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -3147,7 +3195,7 @@ if test -n "$ac_tool_prefix"; then  set dummy ${ac_tool_prefix}gcc; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : +if ${ac_cv_prog_CC+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -n "$CC"; then @@ -3159,7 +3207,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_prog_CC="${ac_tool_prefix}gcc"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -3187,7 +3235,7 @@ if test -z "$ac_cv_prog_CC"; then  set dummy gcc; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : +if ${ac_cv_prog_ac_ct_CC+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -n "$ac_ct_CC"; then @@ -3199,7 +3247,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_prog_ac_ct_CC="gcc"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -3240,7 +3288,7 @@ if test -z "$CC"; then  set dummy ${ac_tool_prefix}cc; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : +if ${ac_cv_prog_CC+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -n "$CC"; then @@ -3252,7 +3300,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_prog_CC="${ac_tool_prefix}cc"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -3280,7 +3328,7 @@ if test -z "$CC"; then  set dummy cc; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : +if ${ac_cv_prog_CC+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -n "$CC"; then @@ -3293,7 +3341,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then         ac_prog_rejected=yes         continue @@ -3339,7 +3387,7 @@ if test -z "$CC"; then  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : +if ${ac_cv_prog_CC+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -n "$CC"; then @@ -3351,7 +3399,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -3383,7 +3431,7 @@ do  set dummy $ac_prog; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : +if ${ac_cv_prog_ac_ct_CC+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -n "$ac_ct_CC"; then @@ -3395,7 +3443,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_prog_ac_ct_CC="$ac_prog"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -3438,7 +3486,7 @@ fi  test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  as_fn_error $? "no acceptable C compiler found in \$PATH -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; }  # Provide some information about the compiler.  $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 @@ -3467,7 +3515,7 @@ done  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5  $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } -if test "${ac_cv_c_compiler_gnu+set}" = set; then : +if ${ac_cv_c_compiler_gnu+:} false; then :    $as_echo_n "(cached) " >&6  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -3504,7 +3552,7 @@ ac_test_CFLAGS=${CFLAGS+set}  ac_save_CFLAGS=$CFLAGS  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5  $as_echo_n "checking whether $CC accepts -g... " >&6; } -if test "${ac_cv_prog_cc_g+set}" = set; then : +if ${ac_cv_prog_cc_g+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_save_c_werror_flag=$ac_c_werror_flag @@ -3582,7 +3630,7 @@ else  fi  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5  $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -if test "${ac_cv_prog_cc_c89+set}" = set; then : +if ${ac_cv_prog_cc_c89+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_cv_prog_cc_c89=no @@ -3591,8 +3639,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext  /* end confdefs.h.  */  #include <stdarg.h>  #include <stdio.h> -#include <sys/types.h> -#include <sys/stat.h> +struct stat;  /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */  struct buf { int x; };  FILE * (*rcsopen) (struct buf *, struct stat *, int); @@ -3689,7 +3736,7 @@ if test -n "$CPP" && test -d "$CPP"; then    CPP=  fi  if test -z "$CPP"; then -  if test "${ac_cv_prog_CPP+set}" = set; then : +  if ${ac_cv_prog_CPP+:} false; then :    $as_echo_n "(cached) " >&6  else        # Double quotes because CPP needs to be expanded @@ -3805,7 +3852,7 @@ else    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  as_fn_error $? "C preprocessor \"$CPP\" fails sanity check -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; }  fi  ac_ext=c @@ -3860,7 +3907,7 @@ ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5  $as_echo_n "checking for a BSD-compatible install... " >&6; }  if test -z "$INSTALL"; then -if test "${ac_cv_path_install+set}" = set; then : +if ${ac_cv_path_install+:} false; then :    $as_echo_n "(cached) " >&6  else    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3880,7 +3927,7 @@ case $as_dir/ in #((      # by default.      for ac_prog in ginstall scoinst install; do        for ac_exec_ext in '' $ac_executable_extensions; do -	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then +	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then  	  if test $ac_prog = install &&  	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then  	    # AIX install.  It has an incompatible calling convention. @@ -3951,7 +3998,7 @@ fi  $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }  set x ${MAKE-make}  ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :    $as_echo_n "(cached) " >&6  else    cat >conftest.make <<\_ACEOF @@ -3983,7 +4030,7 @@ if test -n "$ac_tool_prefix"; then  set dummy ${ac_tool_prefix}ranlib; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_RANLIB+set}" = set; then : +if ${ac_cv_prog_RANLIB+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -n "$RANLIB"; then @@ -3995,7 +4042,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -4023,7 +4070,7 @@ if test -z "$ac_cv_prog_RANLIB"; then  set dummy ranlib; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -n "$ac_ct_RANLIB"; then @@ -4035,7 +4082,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_prog_ac_ct_RANLIB="ranlib"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -4076,7 +4123,7 @@ do  set dummy $ac_prog; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_PERL+set}" = set; then : +if ${ac_cv_path_PERL+:} false; then :    $as_echo_n "(cached) " >&6  else    case $PERL in @@ -4090,7 +4137,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -4122,7 +4169,7 @@ do  set dummy $ac_prog; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_NKF+set}" = set; then : +if ${ac_cv_path_NKF+:} false; then :    $as_echo_n "(cached) " >&6  else    case $NKF in @@ -4136,7 +4183,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_path_NKF="$as_dir/$ac_word$ac_exec_ext"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -4168,7 +4215,7 @@ do  set dummy $ac_prog; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_MAN+set}" = set; then : +if ${ac_cv_path_MAN+:} false; then :    $as_echo_n "(cached) " >&6  else    case $MAN in @@ -4182,7 +4229,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_path_MAN="$as_dir/$ac_word$ac_exec_ext"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -4208,13 +4255,698 @@ fi  done  test -n "$MAN" || MAN="/usr/bin/man" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5 +$as_echo_n "checking for X... " >&6; } + + +# Check whether --with-x was given. +if test "${with_x+set}" = set; then : +  withval=$with_x; +fi + +# $have_x is `yes', `no', `disabled', or empty when we do not yet know. +if test "x$with_x" = xno; then +  # The user explicitly disabled X. +  have_x=disabled +else +  case $x_includes,$x_libraries in #( +    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( +    *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  # One or both of the vars are not set, and there is no cached value. +ac_x_includes=no ac_x_libraries=no +rm -f -r conftest.dir +if mkdir conftest.dir; then +  cd conftest.dir +  cat >Imakefile <<'_ACEOF' +incroot: +	@echo incroot='${INCROOT}' +usrlibdir: +	@echo usrlibdir='${USRLIBDIR}' +libdir: +	@echo libdir='${LIBDIR}' +_ACEOF +  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then +    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +    for ac_var in incroot usrlibdir libdir; do +      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" +    done +    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. +    for ac_extension in a so sl dylib la dll; do +      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && +	 test -f "$ac_im_libdir/libX11.$ac_extension"; then +	ac_im_usrlibdir=$ac_im_libdir; break +      fi +    done +    # Screen out bogus values from the imake configuration.  They are +    # bogus both because they are the default anyway, and because +    # using them would break gcc on systems where it needs fixed includes. +    case $ac_im_incroot in +	/usr/include) ac_x_includes= ;; +	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; +    esac +    case $ac_im_usrlibdir in +	/usr/lib | /usr/lib64 | /lib | /lib64) ;; +	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; +    esac +  fi +  cd .. +  rm -f -r conftest.dir +fi + +# Standard set of common directories for X headers. +# Check X11 before X11Rn because it is often a symlink to the current release. +ac_x_header_dirs=' +/usr/X11/include +/usr/X11R7/include +/usr/X11R6/include +/usr/X11R5/include +/usr/X11R4/include + +/usr/include/X11 +/usr/include/X11R7 +/usr/include/X11R6 +/usr/include/X11R5 +/usr/include/X11R4 + +/usr/local/X11/include +/usr/local/X11R7/include +/usr/local/X11R6/include +/usr/local/X11R5/include +/usr/local/X11R4/include + +/usr/local/include/X11 +/usr/local/include/X11R7 +/usr/local/include/X11R6 +/usr/local/include/X11R5 +/usr/local/include/X11R4 + +/usr/X386/include +/usr/x386/include +/usr/XFree86/include/X11 + +/usr/include +/usr/local/include +/usr/unsupported/include +/usr/athena/include +/usr/local/x11r5/include +/usr/lpp/Xamples/include + +/usr/openwin/include +/usr/openwin/share/include' + +if test "$ac_x_includes" = no; then +  # Guess where to find include files, by looking for Xlib.h. +  # First, try using that file with no special directory specified. +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ +#include <X11/Xlib.h> +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : +  # We can compile using X headers with no special include directory. +ac_x_includes= +else +  for ac_dir in $ac_x_header_dirs; do +  if test -r "$ac_dir/X11/Xlib.h"; then +    ac_x_includes=$ac_dir +    break +  fi +done +fi +rm -f conftest.err conftest.i conftest.$ac_ext +fi # $ac_x_includes = no + +if test "$ac_x_libraries" = no; then +  # Check for the libraries. +  # See if we find them without any special options. +  # Don't add to $LIBS permanently. +  ac_save_LIBS=$LIBS +  LIBS="-lX11 $LIBS" +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ +#include <X11/Xlib.h> +int +main () +{ +XrmInitialize () +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : +  LIBS=$ac_save_LIBS +# We can link X programs with no special library path. +ac_x_libraries= +else +  LIBS=$ac_save_LIBS +for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` +do +  # Don't even attempt the hair of trying to link an X program! +  for ac_extension in a so sl dylib la dll; do +    if test -r "$ac_dir/libX11.$ac_extension"; then +      ac_x_libraries=$ac_dir +      break 2 +    fi +  done +done +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +fi # $ac_x_libraries = no + +case $ac_x_includes,$ac_x_libraries in #( +  no,* | *,no | *\'*) +    # Didn't find X, or a directory has "'" in its name. +    ac_cv_have_x="have_x=no";; #( +  *) +    # Record where we found X for the cache. +    ac_cv_have_x="have_x=yes\ +	ac_x_includes='$ac_x_includes'\ +	ac_x_libraries='$ac_x_libraries'" +esac +fi +;; #( +    *) have_x=yes;; +  esac +  eval "$ac_cv_have_x" +fi # $with_x != no + +if test "$have_x" != yes; then +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5 +$as_echo "$have_x" >&6; } +  no_x=yes +else +  # If each of the values was on the command line, it overrides each guess. +  test "x$x_includes" = xNONE && x_includes=$ac_x_includes +  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries +  # 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'" +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5 +$as_echo "libraries $x_libraries, headers $x_includes" >&6; } +fi + +if test "$no_x" = yes; then +  # Not all programs may use this symbol, but it does not hurt to define it. + +$as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h + +  X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= +else +  if test -n "$x_includes"; then +    X_CFLAGS="$X_CFLAGS -I$x_includes" +  fi + +  # It would also be nice to do this for all -L options, not just this one. +  if test -n "$x_libraries"; then +    X_LIBS="$X_LIBS -L$x_libraries" +    # For Solaris; some versions of Sun CC require a space after -R and +    # others require no space.  Words are not sufficient . . . . +    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5 +$as_echo_n "checking whether -R must be followed by a space... " >&6; } +    ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" +    ac_xsave_c_werror_flag=$ac_c_werror_flag +    ac_c_werror_flag=yes +    cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ + +int +main () +{ + +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +       X_LIBS="$X_LIBS -R$x_libraries" +else +  LIBS="$ac_xsave_LIBS -R $x_libraries" +       cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ + +int +main () +{ + +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +	  X_LIBS="$X_LIBS -R $x_libraries" +else +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5 +$as_echo "neither works" >&6; } +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +    ac_c_werror_flag=$ac_xsave_c_werror_flag +    LIBS=$ac_xsave_LIBS +  fi + +  # Check for system-dependent libraries X programs must link with. +  # Do this before checking for the system-independent R6 libraries +  # (-lICE), since we may need -lsocket or whatever for X linking. + +  if test "$ISC" = yes; then +    X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" +  else +    # Martyn Johnson says this is needed for Ultrix, if the X +    # libraries were built with DECnet support.  And Karl Berry says +    # the Alpha needs dnet_stub (dnet does not exist). +    ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" +    cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ + +/* Override any GCC internal prototype to avoid an error. +   Use char because int might match the return type of a GCC +   builtin and then its argument prototype would still apply.  */ +#ifdef __cplusplus +extern "C" +#endif +char XOpenDisplay (); +int +main () +{ +return XOpenDisplay (); +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + +else +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 +$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } +if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  ac_check_lib_save_LIBS=$LIBS +LIBS="-ldnet  $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ + +/* Override any GCC internal prototype to avoid an error. +   Use char because int might match the return type of a GCC +   builtin and then its argument prototype would still apply.  */ +#ifdef __cplusplus +extern "C" +#endif +char dnet_ntoa (); +int +main () +{ +return dnet_ntoa (); +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : +  ac_cv_lib_dnet_dnet_ntoa=yes +else +  ac_cv_lib_dnet_dnet_ntoa=no +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 +$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } +if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : +  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" +fi + +    if test $ac_cv_lib_dnet_dnet_ntoa = no; then +      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 +$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } +if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  ac_check_lib_save_LIBS=$LIBS +LIBS="-ldnet_stub  $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ + +/* Override any GCC internal prototype to avoid an error. +   Use char because int might match the return type of a GCC +   builtin and then its argument prototype would still apply.  */ +#ifdef __cplusplus +extern "C" +#endif +char dnet_ntoa (); +int +main () +{ +return dnet_ntoa (); +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : +  ac_cv_lib_dnet_stub_dnet_ntoa=yes +else +  ac_cv_lib_dnet_stub_dnet_ntoa=no +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 +$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } +if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : +  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" +fi + +    fi +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +    LIBS="$ac_xsave_LIBS" + +    # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, +    # to get the SysV transport functions. +    # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4) +    # needs -lnsl. +    # The nsl library prevents programs from opening the X display +    # 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. +    ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" +if test "x$ac_cv_func_gethostbyname" = xyes; then : + +fi + +    if test $ac_cv_func_gethostbyname = no; then +      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 +$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } +if ${ac_cv_lib_nsl_gethostbyname+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  ac_check_lib_save_LIBS=$LIBS +LIBS="-lnsl  $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ + +/* Override any GCC internal prototype to avoid an error. +   Use char because int might match the return type of a GCC +   builtin and then its argument prototype would still apply.  */ +#ifdef __cplusplus +extern "C" +#endif +char gethostbyname (); +int +main () +{ +return gethostbyname (); +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : +  ac_cv_lib_nsl_gethostbyname=yes +else +  ac_cv_lib_nsl_gethostbyname=no +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 +$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } +if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : +  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" +fi + +      if test $ac_cv_lib_nsl_gethostbyname = no; then +	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 +$as_echo_n "checking for gethostbyname in -lbsd... " >&6; } +if ${ac_cv_lib_bsd_gethostbyname+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  ac_check_lib_save_LIBS=$LIBS +LIBS="-lbsd  $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ + +/* Override any GCC internal prototype to avoid an error. +   Use char because int might match the return type of a GCC +   builtin and then its argument prototype would still apply.  */ +#ifdef __cplusplus +extern "C" +#endif +char gethostbyname (); +int +main () +{ +return gethostbyname (); +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : +  ac_cv_lib_bsd_gethostbyname=yes +else +  ac_cv_lib_bsd_gethostbyname=no +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5 +$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } +if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : +  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" +fi + +      fi +    fi + +    # lieder@skyler.mavd.honeywell.com says without -lsocket, +    # socket/setsockopt and other routines are undefined under SCO ODT +    # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary +    # on later versions), says Simon Leinen: it contains gethostby* +    # variants that don't use the name server (or something).  -lsocket +    # must be given before -lnsl if both are needed.  We assume that +    # if connect needs -lnsl, so does gethostbyname. +    ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect" +if test "x$ac_cv_func_connect" = xyes; then : + +fi + +    if test $ac_cv_func_connect = no; then +      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 +$as_echo_n "checking for connect in -lsocket... " >&6; } +if ${ac_cv_lib_socket_connect+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  ac_check_lib_save_LIBS=$LIBS +LIBS="-lsocket $X_EXTRA_LIBS $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ + +/* Override any GCC internal prototype to avoid an error. +   Use char because int might match the return type of a GCC +   builtin and then its argument prototype would still apply.  */ +#ifdef __cplusplus +extern "C" +#endif +char connect (); +int +main () +{ +return connect (); +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : +  ac_cv_lib_socket_connect=yes +else +  ac_cv_lib_socket_connect=no +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 +$as_echo "$ac_cv_lib_socket_connect" >&6; } +if test "x$ac_cv_lib_socket_connect" = xyes; then : +  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" +fi + +    fi + +    # Guillermo Gomez says -lposix is necessary on A/UX. +    ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove" +if test "x$ac_cv_func_remove" = xyes; then : + +fi + +    if test $ac_cv_func_remove = no; then +      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 +$as_echo_n "checking for remove in -lposix... " >&6; } +if ${ac_cv_lib_posix_remove+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  ac_check_lib_save_LIBS=$LIBS +LIBS="-lposix  $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ + +/* Override any GCC internal prototype to avoid an error. +   Use char because int might match the return type of a GCC +   builtin and then its argument prototype would still apply.  */ +#ifdef __cplusplus +extern "C" +#endif +char remove (); +int +main () +{ +return remove (); +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : +  ac_cv_lib_posix_remove=yes +else +  ac_cv_lib_posix_remove=no +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5 +$as_echo "$ac_cv_lib_posix_remove" >&6; } +if test "x$ac_cv_lib_posix_remove" = xyes; then : +  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" +fi + +    fi + +    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. +    ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat" +if test "x$ac_cv_func_shmat" = xyes; then : + +fi + +    if test $ac_cv_func_shmat = no; then +      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 +$as_echo_n "checking for shmat in -lipc... " >&6; } +if ${ac_cv_lib_ipc_shmat+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  ac_check_lib_save_LIBS=$LIBS +LIBS="-lipc  $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ + +/* Override any GCC internal prototype to avoid an error. +   Use char because int might match the return type of a GCC +   builtin and then its argument prototype would still apply.  */ +#ifdef __cplusplus +extern "C" +#endif +char shmat (); +int +main () +{ +return shmat (); +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : +  ac_cv_lib_ipc_shmat=yes +else +  ac_cv_lib_ipc_shmat=no +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5 +$as_echo "$ac_cv_lib_ipc_shmat" >&6; } +if test "x$ac_cv_lib_ipc_shmat" = xyes; then : +  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" +fi + +    fi +  fi + +  # Check for libraries that X11R6 Xt/Xaw programs need. +  ac_save_LDFLAGS=$LDFLAGS +  test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" +  # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to +  # check for ICE first), but we must link in the order -lSM -lICE or +  # we get undefined symbols.  So assume we have SM if we have ICE. +  # 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 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 +$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } +if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  ac_check_lib_save_LIBS=$LIBS +LIBS="-lICE $X_EXTRA_LIBS $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ + +/* Override any GCC internal prototype to avoid an error. +   Use char because int might match the return type of a GCC +   builtin and then its argument prototype would still apply.  */ +#ifdef __cplusplus +extern "C" +#endif +char IceConnectionNumber (); +int +main () +{ +return IceConnectionNumber (); +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : +  ac_cv_lib_ICE_IceConnectionNumber=yes +else +  ac_cv_lib_ICE_IceConnectionNumber=no +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 +$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } +if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : +  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" +fi + +  LDFLAGS=$ac_save_LDFLAGS + +fi +  # Make sure we can run config.sub.  $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||    as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5  $as_echo_n "checking build system type... " >&6; } -if test "${ac_cv_build+set}" = set; then : +if ${ac_cv_build+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_build_alias=$build_alias @@ -4230,7 +4962,7 @@ fi  $as_echo "$ac_cv_build" >&6; }  case $ac_cv_build in  *-*-*) ;; -*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;  esac  build=$ac_cv_build  ac_save_IFS=$IFS; IFS='-' @@ -4248,7 +4980,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac  { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5  $as_echo_n "checking host system type... " >&6; } -if test "${ac_cv_host+set}" = set; then : +if ${ac_cv_host+:} false; then :    $as_echo_n "(cached) " >&6  else    if test "x$host_alias" = x; then @@ -4263,7 +4995,7 @@ fi  $as_echo "$ac_cv_host" >&6; }  case $ac_cv_host in  *-*-*) ;; -*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;  esac  host=$ac_cv_host  ac_save_IFS=$IFS; IFS='-' @@ -4469,7 +5201,7 @@ if test x$enable_messagel10n = xno; then   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5  $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }  if test -z "$MKDIR_P"; then -  if test "${ac_cv_path_mkdir+set}" = set; then : +  if ${ac_cv_path_mkdir+:} false; then :    $as_echo_n "(cached) " >&6  else    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -4479,7 +5211,7 @@ do    test -z "$as_dir" && as_dir=.      for ac_prog in mkdir gmkdir; do  	 for ac_exec_ext in '' $ac_executable_extensions; do -	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue +	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue  	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(  	     'mkdir (GNU coreutils) '* | \  	     'mkdir (coreutils) '* | \ @@ -4567,7 +5299,7 @@ rm -f conf$$.file  set dummy msgfmt; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_MSGFMT+set}" = set; then : +if ${ac_cv_path_MSGFMT+:} false; then :    $as_echo_n "(cached) " >&6  else    case "$MSGFMT" in @@ -4608,7 +5340,7 @@ fi  set dummy gmsgfmt; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_GMSGFMT+set}" = set; then : +if ${ac_cv_path_GMSGFMT+:} false; then :    $as_echo_n "(cached) " >&6  else    case $GMSGFMT in @@ -4622,7 +5354,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -4690,7 +5422,7 @@ rm -f conf$$.file  set dummy xgettext; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_XGETTEXT+set}" = set; then : +if ${ac_cv_path_XGETTEXT+:} false; then :    $as_echo_n "(cached) " >&6  else    case "$XGETTEXT" in @@ -4768,7 +5500,7 @@ rm -f conf$$.file  set dummy msgmerge; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_MSGMERGE+set}" = set; then : +if ${ac_cv_path_MSGMERGE+:} false; then :    $as_echo_n "(cached) " >&6  else    case "$MSGMERGE" in @@ -4890,7 +5622,7 @@ else    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5  $as_echo_n "checking for non-GNU ld... " >&6; }  fi -if test "${acl_cv_path_LD+set}" = set; then : +if ${acl_cv_path_LD+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -z "$LD"; then @@ -4927,7 +5659,7 @@ fi  test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5  $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } -if test "${acl_cv_prog_gnu_ld+set}" = set; then : +if ${acl_cv_prog_gnu_ld+:} false; then :    $as_echo_n "(cached) " >&6  else    # I'd rather use --version here, but apparently some GNU ld's only accept -v. @@ -4947,7 +5679,7 @@ with_gnu_ld=$acl_cv_prog_gnu_ld                                                  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5  $as_echo_n "checking for shared library run path origin... " >&6; } -if test "${acl_cv_rpath+set}" = set; then : +if ${acl_cv_rpath+:} false; then :    $as_echo_n "(cached) " >&6  else @@ -4977,11 +5709,9 @@ else  fi - -  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5  $as_echo_n "checking for grep that handles long lines and -e... " >&6; } -if test "${ac_cv_path_GREP+set}" = set; then : +if ${ac_cv_path_GREP+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -z "$GREP"; then @@ -4995,7 +5725,7 @@ do      for ac_prog in grep ggrep; do      for ac_exec_ext in '' $ac_executable_extensions; do        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" -      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue +      as_fn_executable_p "$ac_path_GREP" || continue  # Check for GNU ac_path_GREP and select it if it is found.    # Check for GNU $ac_path_GREP  case `"$ac_path_GREP" --version 2>&1` in @@ -5044,7 +5774,7 @@ $as_echo "$ac_cv_path_GREP" >&6; }  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5  $as_echo_n "checking for egrep... " >&6; } -if test "${ac_cv_path_EGREP+set}" = set; then : +if ${ac_cv_path_EGREP+:} false; then :    $as_echo_n "(cached) " >&6  else    if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 @@ -5061,7 +5791,7 @@ do      for ac_prog in egrep; do      for ac_exec_ext in '' $ac_executable_extensions; do        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" -      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue +      as_fn_executable_p "$ac_path_EGREP" || continue  # Check for GNU ac_path_EGREP and select it if it is found.    # Check for GNU $ac_path_EGREP  case `"$ac_path_EGREP" --version 2>&1` in @@ -5117,7 +5847,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; }      solaris*)                                      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5  $as_echo_n "checking for 64-bit host... " >&6; } -if test "${gl_cv_solaris_64bit+set}" = set; then : +if ${gl_cv_solaris_64bit+:} false; then :    $as_echo_n "(cached) " >&6  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -5664,7 +6394,7 @@ fi      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5  $as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; } -if test "${gt_cv_func_CFPreferencesCopyAppValue+set}" = set; then : +if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :    $as_echo_n "(cached) " >&6  else    gt_save_LIBS="$LIBS" @@ -5698,7 +6428,7 @@ $as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h    fi      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5  $as_echo_n "checking for CFLocaleCopyCurrent... " >&6; } -if test "${gt_cv_func_CFLocaleCopyCurrent+set}" = set; then : +if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then :    $as_echo_n "(cached) " >&6  else    gt_save_LIBS="$LIBS" @@ -5774,7 +6504,7 @@ typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5  $as_echo_n "checking for GNU gettext in libc... " >&6; } -if eval "test \"\${$gt_func_gnugettext_libc+set}\"" = set; then : +if eval \${$gt_func_gnugettext_libc+:} false; then :    $as_echo_n "(cached) " >&6  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -5837,7 +6567,7 @@ $as_echo "$ac_res" >&6; }    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5  $as_echo_n "checking for iconv... " >&6; } -if test "${am_cv_func_iconv+set}" = set; then : +if ${am_cv_func_iconv+:} false; then :    $as_echo_n "(cached) " >&6  else @@ -5894,7 +6624,7 @@ $as_echo "$am_cv_func_iconv" >&6; }    if test "$am_cv_func_iconv" = yes; then      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5  $as_echo_n "checking for working iconv... " >&6; } -if test "${am_cv_func_iconv_works+set}" = set; then : +if ${am_cv_func_iconv_works+:} false; then :    $as_echo_n "(cached) " >&6  else @@ -6490,7 +7220,7 @@ fi            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5  $as_echo_n "checking for GNU gettext in libintl... " >&6; } -if eval "test \"\${$gt_func_gnugettext_libintl+set}\"" = set; then : +if eval \${$gt_func_gnugettext_libintl+:} false; then :    $as_echo_n "(cached) " >&6  else    gt_save_CPPFLAGS="$CPPFLAGS" @@ -6755,7 +7485,7 @@ $as_echo "$enable_image" >&6; }    if test x"$enable_image" = xyes; then      enable_image=x11      case "`uname -s`" in -    Linux|linux|LINUX) +    Linux|linux|LINUX|FreeBSD|freebsd|FREEBSD)  	if test -c /dev/fb0; then  	  enable_image=x11,fb          fi;; @@ -6811,6 +7541,9 @@ $as_echo "$with_imagelib" >&6; }       fi;;     imlib2)       with_imlib2="yes" +     if test x"$PKG_CONFIG" = x; then +       PKG_CONFIG=pkg-config +     fi       if test x"$IMLIB2_CONFIG" = x; then         IMLIB2_CONFIG=imlib2-config       fi;; @@ -6823,8 +7556,6 @@ $as_echo "$with_imagelib" >&6; }       with_gtk2="yes"       if test x"$PKG_CONFIG" = x; then         PKG_CONFIG=pkg-config -     else -       PKG_CONFIG=:       fi;;     esac    done @@ -6926,8 +7657,8 @@ $as_echo "$as_me: WARNING: Imlib2 is not installed.  Install Imlib2 (version >=       $as_echo "#define USE_GTK2 1" >>confdefs.h -     IMGX11CFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gtk+-2.0`" -     IMGX11LDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gtk+-2.0`" +     IMGX11CFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0`" +     IMGX11LDFLAGS="-lX11 `${PKG_CONFIG} --libs gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0`"     elif test x"$have_gdkpixbuf" = xyes; then       $as_echo "#define USE_W3MIMG_X11 1" >>confdefs.h @@ -6955,7 +7686,7 @@ $as_echo "$as_me: WARNING: Imlib2 is not installed.  Install Imlib2 (version >=       $as_echo "#define USE_IMLIB2 1" >>confdefs.h       IMGX11CFLAGS="`${IMLIB2_CONFIG} --cflags`" -     IMGX11LDFLAGS="`${IMLIB2_CONFIG} --libs`" +     IMGX11LDFLAGS="-lX11 `${PKG_CONFIG} --libs imlib2`"     else       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to build w3mimgdisplay with X11 support" >&5  $as_echo "$as_me: WARNING: unable to build w3mimgdisplay with X11 support" >&2;} @@ -6971,8 +7702,8 @@ $as_echo "$as_me: WARNING: unable to build w3mimgdisplay with X11 support" >&2;}       $as_echo "#define USE_GTK2 1" >>confdefs.h -     IMGFBCFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gtk+-2.0`" -     IMGFBLDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0 gtk+-2.0`" +     IMGFBCFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0`" +     IMGFBLDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0`"     elif test x"$have_gdkpixbuf" = xyes; then       $as_echo "#define USE_W3MIMG_FB 1" >>confdefs.h @@ -6991,7 +7722,7 @@ $as_echo "$as_me: WARNING: unable to build w3mimgdisplay with X11 support" >&2;}       IMGOBJS="$IMGOBJS fb/fb_w3mimg.o fb/fb.o fb/fb_img.o"       IMGFBCFLAGS="`${IMLIB2_CONFIG} --cflags`" -     IMGFBLDFLAGS="`${IMLIB2_CONFIG} --libs`" +     IMGFBLDFLAGS="`${PKG_CONFIG} --libs imlib2`"     else       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to build w3mimgdisplay with FB support" >&5  $as_echo "$as_me: WARNING: unable to build w3mimgdisplay with FB support" >&2;} @@ -7045,7 +7776,7 @@ $as_echo "$enable_xface" >&6; }  set dummy uncompface; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_uncompface+set}" = set; then : +if ${ac_cv_prog_uncompface+:} false; then :    $as_echo_n "(cached) " >&6  else    if test -n "$uncompface"; then @@ -7057,7 +7788,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_prog_uncompface=""yes""      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -7102,7 +7833,7 @@ $as_echo "$enable_keymap" >&6; }   xlynx)    KEYMAP_FILE="keybind_lynx";;   *) -  as_fn_error $? "keymap should be either w3m or lynx." "$LINENO" 5 ;; +  as_fn_error $? "keymap should be either w3m or lynx." "$LINENO" 5;;   esac   HELP_FILE=w3mhelp-${enable_keymap}_$w3m_lang.html @@ -7225,7 +7956,7 @@ $as_echo_n "checking if gopher is enabled... " >&6; }  if test "${enable_gopher+set}" = set; then :    enableval=$enable_gopher;  else -  enable_gopher="no" +  enable_gopher="yes"  fi   test x"$enable_gopher" = xyes &&  $as_echo "#define USE_GOPHER 1" >>confdefs.h @@ -7344,7 +8075,7 @@ cat >>confdefs.h <<_ACEOF  _ACEOF -w3m_browser="/usr/bin/mozilla" +w3m_browser="/usr/bin/firefox"  { $as_echo "$as_me:${as_lineno-$LINENO}: checking which external browser is used by default" >&5  $as_echo_n "checking which external browser is used by default... " >&6; } @@ -7395,7 +8126,7 @@ if test x"$enable_ipv6" = xyes; then  $as_echo_n "checking if IPv6 API available... " >&6; }   ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo" -if test "x$ac_cv_func_getaddrinfo" = x""yes; then : +if test "x$ac_cv_func_getaddrinfo" = xyes; then :    enable_ipv6="yes"  else    enable_ipv6="no" @@ -7412,7 +8143,7 @@ $as_echo_n "checking for libinet6... " >&6; }  	  fi  	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getaddrinfo in -linet6" >&5  $as_echo_n "checking for getaddrinfo in -linet6... " >&6; } -if test "${ac_cv_lib_inet6_getaddrinfo+set}" = set; then : +if ${ac_cv_lib_inet6_getaddrinfo+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_check_lib_save_LIBS=$LIBS @@ -7446,7 +8177,7 @@ LIBS=$ac_check_lib_save_LIBS  fi  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inet6_getaddrinfo" >&5  $as_echo "$ac_cv_lib_inet6_getaddrinfo" >&6; } -if test "x$ac_cv_lib_inet6_getaddrinfo" = x""yes; then : +if test "x$ac_cv_lib_inet6_getaddrinfo" = xyes; then :    enable_ipv6="yes"  	         use_libinet6="found"; W3M_LIBS="$W3M_LIBS -linet6"; break  else @@ -7534,7 +8265,7 @@ if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : +if ${ac_cv_path_PKG_CONFIG+:} false; then :    $as_echo_n "(cached) " >&6  else    case $PKG_CONFIG in @@ -7548,7 +8279,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -7577,7 +8308,7 @@ if test -z "$ac_cv_path_PKG_CONFIG"; then  set dummy pkg-config; ac_word=$2  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5  $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : +if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :    $as_echo_n "(cached) " >&6  else    case $ac_pt_PKG_CONFIG in @@ -7591,7 +8322,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.      for ac_exec_ext in '' $ac_executable_extensions; do -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then      ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2 @@ -7767,7 +8498,7 @@ $as_echo "yes" >&6; }  fi    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_new in -lssl" >&5  $as_echo_n "checking for SSL_new in -lssl... " >&6; } -if test "${ac_cv_lib_ssl_SSL_new+set}" = set; then : +if ${ac_cv_lib_ssl_SSL_new+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_check_lib_save_LIBS=$LIBS @@ -7801,7 +8532,7 @@ LIBS=$ac_check_lib_save_LIBS  fi  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_new" >&5  $as_echo "$ac_cv_lib_ssl_SSL_new" >&6; } -if test "x$ac_cv_lib_ssl_SSL_new" = x""yes; then : +if test "x$ac_cv_lib_ssl_SSL_new" = xyes; then :    w3m_ssl="found"; CFLAGS="$CFLAGS $SSL_CFLAGS" W3M_LIBS="$W3M_LIBS $SSL_LIBS -lssl -lcrypto"  else    w3m_ssl="not found" @@ -7847,12 +8578,12 @@ $as_echo "$enable_digest_auth" >&6; }  ac_fn_c_check_func "$LINENO" "sqrt" "ac_cv_func_sqrt" -if test "x$ac_cv_func_sqrt" = x""yes; then : +if test "x$ac_cv_func_sqrt" = xyes; then :  else    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5  $as_echo_n "checking for sqrt in -lm... " >&6; } -if test "${ac_cv_lib_m_sqrt+set}" = set; then : +if ${ac_cv_lib_m_sqrt+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_check_lib_save_LIBS=$LIBS @@ -7886,7 +8617,7 @@ LIBS=$ac_check_lib_save_LIBS  fi  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5  $as_echo "$ac_cv_lib_m_sqrt" >&6; } -if test "x$ac_cv_lib_m_sqrt" = x""yes; then : +if test "x$ac_cv_lib_m_sqrt" = xyes; then :    cat >>confdefs.h <<_ACEOF  #define HAVE_LIBM 1  _ACEOF @@ -7901,7 +8632,7 @@ if test x"$enable_mouse" = xyes; then   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5  $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } -if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then : +if ${ac_cv_lib_gpm_Gpm_Open+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_check_lib_save_LIBS=$LIBS @@ -7935,7 +8666,7 @@ LIBS=$ac_check_lib_save_LIBS  fi  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5  $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } -if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then : +if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then :    $as_echo "#define USE_GPM 1" >>confdefs.h     		W3M_LIBS="$W3M_LIBS -lgpm" @@ -7977,12 +8708,12 @@ fi   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_termlib" >&5  $as_echo "$with_termlib" >&6; } - test x"$with_termlib" = xyes && with_termlib="terminfo mytinfo termlib termcap ncurses curses" + test x"$with_termlib" = xyes && with_termlib="terminfo mytinfo termlib termcap tinfo ncurses curses"   for lib in $with_termlib; do     as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_tgetent" | $as_tr_sh`  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -l$lib" >&5  $as_echo_n "checking for tgetent in -l$lib... " >&6; } -if eval "test \"\${$as_ac_Lib+set}\"" = set; then : +if eval \${$as_ac_Lib+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_check_lib_save_LIBS=$LIBS @@ -8025,7 +8756,7 @@ fi  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5  $as_echo_n "checking for ANSI C header files... " >&6; } -if test "${ac_cv_header_stdc+set}" = set; then : +if ${ac_cv_header_stdc+:} false; then :    $as_echo_n "(cached) " >&6  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -8168,7 +8899,7 @@ $as_echo "$with_gc" >&6; }   test x"$with_gc" = xyes && with_gc="/usr /usr/local ${HOME}"   unset ac_cv_header_gc_h   ac_fn_c_check_header_mongrel "$LINENO" "gc.h" "ac_cv_header_gc_h" "$ac_includes_default" -if test "x$ac_cv_header_gc_h" = x""yes; then : +if test "x$ac_cv_header_gc_h" = xyes; then :  fi @@ -8187,7 +8918,7 @@ $as_echo "$with_gc" >&6; }  $as_echo_n "checking $dir/$inc... " >&6; }         unset ac_cv_header_gc_h         ac_fn_c_check_header_mongrel "$LINENO" "gc.h" "ac_cv_header_gc_h" "$ac_includes_default" -if test "x$ac_cv_header_gc_h" = x""yes; then : +if test "x$ac_cv_header_gc_h" = xyes; then :    gcincludedir="$dir/$inc"; CFLAGS="$CFLAGS -I$dir/$inc"; break  fi @@ -8205,7 +8936,7 @@ fi   unset ac_cv_lib_gc_GC_init   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GC_init in -lgc" >&5  $as_echo_n "checking for GC_init in -lgc... " >&6; } -if test "${ac_cv_lib_gc_GC_init+set}" = set; then : +if ${ac_cv_lib_gc_GC_init+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_check_lib_save_LIBS=$LIBS @@ -8239,7 +8970,7 @@ LIBS=$ac_check_lib_save_LIBS  fi  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gc_GC_init" >&5  $as_echo "$ac_cv_lib_gc_GC_init" >&6; } -if test "x$ac_cv_lib_gc_GC_init" = x""yes; then : +if test "x$ac_cv_lib_gc_GC_init" = xyes; then :    LIBGC="-lgc"  fi @@ -8257,7 +8988,7 @@ $as_echo_n "checking $dir... " >&6; }        unset ac_cv_lib_gc_GC_init        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GC_init in -lgc" >&5  $as_echo_n "checking for GC_init in -lgc... " >&6; } -if test "${ac_cv_lib_gc_GC_init+set}" = set; then : +if ${ac_cv_lib_gc_GC_init+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_check_lib_save_LIBS=$LIBS @@ -8291,7 +9022,7 @@ LIBS=$ac_check_lib_save_LIBS  fi  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gc_GC_init" >&5  $as_echo "$ac_cv_lib_gc_GC_init" >&6; } -if test "x$ac_cv_lib_gc_GC_init" = x""yes; then : +if test "x$ac_cv_lib_gc_GC_init" = xyes; then :    gclibdir="$dir/lib"; LIBGC="-L$dir/lib -lgc"; break  fi @@ -8303,7 +9034,7 @@ fi   fi  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zError in -lz" >&5  $as_echo_n "checking for zError in -lz... " >&6; } -if test "${ac_cv_lib_z_zError+set}" = set; then : +if ${ac_cv_lib_z_zError+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_check_lib_save_LIBS=$LIBS @@ -8337,7 +9068,7 @@ LIBS=$ac_check_lib_save_LIBS  fi  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_zError" >&5  $as_echo "$ac_cv_lib_z_zError" >&6; } -if test "x$ac_cv_lib_z_zError" = x""yes; then : +if test "x$ac_cv_lib_z_zError" = xyes; then :    AUXBIN_TARGETS="$AUXBIN_TARGETS inflate\$(EXT)"  fi @@ -8345,7 +9076,7 @@ fi  ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>  	  #include <sys/socket.h>  " -if test "x$ac_cv_type_socklen_t" = x""yes; then : +if test "x$ac_cv_type_socklen_t" = xyes; then :    $as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h  fi @@ -8367,7 +9098,7 @@ for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do    as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5  $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } -if eval "test \"\${$as_ac_Header+set}\"" = set; then : +if eval \${$as_ac_Header+:} false; then :    $as_echo_n "(cached) " >&6  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -8407,7 +9138,7 @@ done  if test $ac_header_dirent = dirent.h; then    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5  $as_echo_n "checking for library containing opendir... " >&6; } -if test "${ac_cv_search_opendir+set}" = set; then : +if ${ac_cv_search_opendir+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_func_search_save_LIBS=$LIBS @@ -8441,11 +9172,11 @@ for ac_lib in '' dir; do  fi  rm -f core conftest.err conftest.$ac_objext \      conftest$ac_exeext -  if test "${ac_cv_search_opendir+set}" = set; then : +  if ${ac_cv_search_opendir+:} false; then :    break  fi  done -if test "${ac_cv_search_opendir+set}" = set; then : +if ${ac_cv_search_opendir+:} false; then :  else    ac_cv_search_opendir=no @@ -8464,7 +9195,7 @@ fi  else    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5  $as_echo_n "checking for library containing opendir... " >&6; } -if test "${ac_cv_search_opendir+set}" = set; then : +if ${ac_cv_search_opendir+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_func_search_save_LIBS=$LIBS @@ -8498,11 +9229,11 @@ for ac_lib in '' x; do  fi  rm -f core conftest.err conftest.$ac_objext \      conftest$ac_exeext -  if test "${ac_cv_search_opendir+set}" = set; then : +  if ${ac_cv_search_opendir+:} false; then :    break  fi  done -if test "${ac_cv_search_opendir+set}" = set; then : +if ${ac_cv_search_opendir+:} false; then :  else    ac_cv_search_opendir=no @@ -8522,7 +9253,7 @@ fi  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5  $as_echo_n "checking for ANSI C header files... " >&6; } -if test "${ac_cv_header_stdc+set}" = set; then : +if ${ac_cv_header_stdc+:} false; then :    $as_echo_n "(cached) " >&6  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -8634,7 +9365,7 @@ fi  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5  $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } -if test "${ac_cv_header_sys_wait_h+set}" = set; then : +if ${ac_cv_header_sys_wait_h+:} false; then :    $as_echo_n "(cached) " >&6  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -8674,17 +9405,17 @@ $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h  fi  ac_fn_c_check_header_mongrel "$LINENO" "termios.h" "ac_cv_header_termios_h" "$ac_includes_default" -if test "x$ac_cv_header_termios_h" = x""yes; then : +if test "x$ac_cv_header_termios_h" = xyes; then :    $as_echo "#define HAVE_TERMIOS_H 1" >>confdefs.h  else    ac_fn_c_check_header_mongrel "$LINENO" "termio.h" "ac_cv_header_termio_h" "$ac_includes_default" -if test "x$ac_cv_header_termio_h" = x""yes; then : +if test "x$ac_cv_header_termio_h" = xyes; then :    $as_echo "#define HAVE_TERMIO_H 1" >>confdefs.h  else    ac_fn_c_check_header_mongrel "$LINENO" "sgtty.h" "ac_cv_header_sgtty_h" "$ac_includes_default" -if test "x$ac_cv_header_sgtty_h" = x""yes; then : +if test "x$ac_cv_header_sgtty_h" = xyes; then :    $as_echo "#define HAVE_SGTTY_H 1" >>confdefs.h  fi @@ -8697,35 +9428,35 @@ fi  ac_fn_c_check_header_mongrel "$LINENO" "float.h" "ac_cv_header_float_h" "$ac_includes_default" -if test "x$ac_cv_header_float_h" = x""yes; then : +if test "x$ac_cv_header_float_h" = xyes; then :    $as_echo "#define HAVE_FLOAT_H 1" >>confdefs.h  fi  ac_fn_c_check_header_mongrel "$LINENO" "sys/select.h" "ac_cv_header_sys_select_h" "$ac_includes_default" -if test "x$ac_cv_header_sys_select_h" = x""yes; then : +if test "x$ac_cv_header_sys_select_h" = xyes; then :    $as_echo "#define HAVE_SYS_SELECT_H 1" >>confdefs.h  fi  ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" -if test "x$ac_cv_header_locale_h" = x""yes; then : +if test "x$ac_cv_header_locale_h" = xyes; then :    $as_echo "#define HAVE_LOCALE_H 1" >>confdefs.h  fi  ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" -if test "x$ac_cv_header_stdint_h" = x""yes; then : +if test "x$ac_cv_header_stdint_h" = xyes; then :    $as_echo "#define HAVE_STDINT_H 1" >>confdefs.h  fi  ac_fn_c_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" -if test "x$ac_cv_header_inttypes_h" = x""yes; then : +if test "x$ac_cv_header_inttypes_h" = xyes; then :    $as_echo "#define HAVE_INTTYPES_H 1" >>confdefs.h  fi @@ -8738,7 +9469,7 @@ fi  # This bug is HP SR number 8606223364.  { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5  $as_echo_n "checking size of long long... " >&6; } -if test "${ac_cv_sizeof_long_long+set}" = set; then : +if ${ac_cv_sizeof_long_long+:} false; then :    $as_echo_n "(cached) " >&6  else    if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then : @@ -8748,7 +9479,7 @@ else       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}  as_fn_error 77 "cannot compute sizeof (long long) -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; }     else       ac_cv_sizeof_long_long=0     fi @@ -8766,7 +9497,7 @@ _ACEOF -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 setlocale +for ac_func in strcasecmp strcasestr strchr memcpy strerror bcopy setpgrp chdir mkdtemp getcwd getwd readlink setenv putenv strtoll stroq atoll atoq symlink readlink lstat srand48 srandom getpassphrase waitpid setlocale  do :    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`  ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" @@ -8781,7 +9512,7 @@ done  for ac_func in strftime  do :    ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" -if test "x$ac_cv_func_strftime" = x""yes; then : +if test "x$ac_cv_func_strftime" = xyes; then :    cat >>confdefs.h <<_ACEOF  #define HAVE_STRFTIME 1  _ACEOF @@ -8790,7 +9521,7 @@ else    # strftime is in -lintl on SCO UNIX.  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5  $as_echo_n "checking for strftime in -lintl... " >&6; } -if test "${ac_cv_lib_intl_strftime+set}" = set; then : +if ${ac_cv_lib_intl_strftime+:} false; then :    $as_echo_n "(cached) " >&6  else    ac_check_lib_save_LIBS=$LIBS @@ -8824,7 +9555,7 @@ LIBS=$ac_check_lib_save_LIBS  fi  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5  $as_echo "$ac_cv_lib_intl_strftime" >&6; } -if test "x$ac_cv_lib_intl_strftime" = x""yes; then : +if test "x$ac_cv_lib_intl_strftime" = xyes; then :    $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h  LIBS="-lintl $LIBS" @@ -8835,7 +9566,7 @@ done  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wait3 that fills in rusage" >&5  $as_echo_n "checking for wait3 that fills in rusage... " >&6; } -if test "${ac_cv_func_wait3_rusage+set}" = set; then : +if ${ac_cv_func_wait3_rusage+:} false; then :    $as_echo_n "(cached) " >&6  else    if test "$cross_compiling" = yes; then : @@ -8899,7 +9630,7 @@ fi  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5  $as_echo_n "checking whether setpgrp takes no argument... " >&6; } -if test "${ac_cv_func_setpgrp_void+set}" = set; then : +if ${ac_cv_func_setpgrp_void+:} false; then :    $as_echo_n "(cached) " >&6  else    if test "$cross_compiling" = yes; then : @@ -8944,7 +9675,7 @@ case "$host_os" in    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5  $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } -if test "${am_cv_langinfo_codeset+set}" = set; then : +if ${am_cv_langinfo_codeset+:} false; then :    $as_echo_n "(cached) " >&6  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -8978,29 +9709,6 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h      ;;  esac -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys_errlist" >&5 -$as_echo_n "checking for sys_errlist... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h.  */ -extern char *sys_errlist[]; -int -main () -{ -printf(sys_errlist[0]); -  ; -  return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : -  have_sys_errlist="yes"; $as_echo "#define HAVE_SYS_ERRLIST 1" >>confdefs.h - -else -  have_sys_errlist="no" -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_sys_errlist" >&5 -$as_echo "$have_sys_errlist" >&6; } -  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5  $as_echo_n "checking for sigsetjmp... " >&6; }  cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -9026,7 +9734,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  $as_echo "$have_sigsetjmp" >&6; }  { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5  $as_echo_n "checking return type of signal handlers... " >&6; } -if test "${ac_cv_type_signal+set}" = set; then : +if ${ac_cv_type_signal+:} false; then :    $as_echo_n "(cached) " >&6  else    cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -9076,7 +9784,7 @@ RC_DIR="~/.$PACKAGE"  $as_echo "#define RC_DIR \"\$RC_DIR\"" >>confdefs.h -DOCDIRS="doc:en_English doc-jp:ja_Japanese" +DOCDIRS="doc:en_English doc-jp:ja_Japanese doc-de:de_German"  cat >>confdefs.h <<_ACEOF  #define DOCDIRS "$DOCDIRS"  _ACEOF @@ -9084,9 +9792,10 @@ _ACEOF   cvsver=`$AWK '\$1 ~ /Id:/ { print \$3}' $srcdir/ChangeLog` - sed -e 's/define CURRENT_VERSION "\(.*\)+cvs/define CURRENT_VERSION "\1+cvs-'$cvsver'/' $srcdir/version.c.in > version.c + ymdver=`sed -e 's/ .*//;s/-//g;q' $srcdir/ChangeLog` + sed -e 's/define CURRENT_VERSION "\(.*\)YYYYMMDD/define CURRENT_VERSION "\1'$ymdver'/;s/define CURRENT_VERSION "\(.*\)+cvs/define CURRENT_VERSION "\1+cvs-'$cvsver'/' $srcdir/version.c.in > version.c   CURRENT_VERSION=`sed -n 's/.*define CURRENT_VERSION *"w3m\/\(.*\)".*$/\1/p' version.c` -ac_config_files="$ac_config_files Makefile posubst po/Makefile.in scripts/Makefile scripts/dirlist.cgi scripts/w3mhelp.cgi scripts/w3mmail.cgi scripts/xface2xpm scripts/multipart/Makefile scripts/multipart/multipart.cgi scripts/w3mman/Makefile scripts/w3mman/w3mman scripts/w3mman/w3mman.1 scripts/w3mman/w3mman2html.cgi libwc/Makefile w3mimg/Makefile w3mimg/fb/Makefile w3mimg/x11/Makefile w3mimg/win/Makefile w3mhelp-w3m_en.html w3mhelp-w3m_ja.html w3mhelp-lynx_en.html w3mhelp-lynx_ja.html" +ac_config_files="$ac_config_files Makefile posubst po/Makefile.in scripts/Makefile scripts/dirlist.cgi scripts/w3mhelp.cgi scripts/w3mmail.cgi scripts/xface2xpm scripts/multipart/Makefile scripts/multipart/multipart.cgi scripts/w3mman/Makefile scripts/w3mman/w3mman scripts/w3mman/w3mman.1 scripts/w3mman/w3mman.de.1 scripts/w3mman/w3mman2html.cgi libwc/Makefile w3mimg/Makefile w3mimg/fb/Makefile w3mimg/x11/Makefile w3mimg/win/Makefile w3mhelp-w3m_en.html w3mhelp-w3m_ja.html w3mhelp-lynx_en.html w3mhelp-lynx_ja.html"  cat >confcache <<\_ACEOF  # This file is a shell script that caches the results of configure @@ -9152,10 +9861,21 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;       :end' >>confcache  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else    if test -w "$cache_file"; then -    test "x$cache_file" != "x/dev/null" && +    if test "x$cache_file" != "x/dev/null"; then        { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5  $as_echo "$as_me: updating cache $cache_file" >&6;} -    cat confcache >$cache_file +      if test ! -f "$cache_file" || test -h "$cache_file"; then +	cat confcache >"$cache_file" +      else +        case $cache_file in #( +        */* | ?:*) +	  mv -f confcache "$cache_file"$$ && +	  mv -f "$cache_file"$$ "$cache_file" ;; #( +        *) +	  mv -f confcache "$cache_file" ;; +	esac +      fi +    fi    else      { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} @@ -9187,7 +9907,7 @@ LTLIBOBJS=$ac_ltlibobjs -: ${CONFIG_STATUS=./config.status} +: "${CONFIG_STATUS=./config.status}"  ac_write_fail=0  ac_clean_files_save=$ac_clean_files  ac_clean_files="$ac_clean_files $CONFIG_STATUS" @@ -9288,6 +10008,7 @@ fi  IFS=" ""	$as_nl"  # Find who we are.  Look in the path if we contain no directory separator. +as_myself=  case $0 in #((    *[\\/]* ) as_myself=$0 ;;    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -9483,16 +10204,16 @@ if (echo >conf$$.file) 2>/dev/null; then      # ... but there are two gotchas:      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. -    # In both cases, we have to default to `cp -p'. +    # In both cases, we have to default to `cp -pR'.      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || -      as_ln_s='cp -p' +      as_ln_s='cp -pR'    elif ln conf$$.file conf$$ 2>/dev/null; then      as_ln_s=ln    else -    as_ln_s='cp -p' +    as_ln_s='cp -pR'    fi  else -  as_ln_s='cp -p' +  as_ln_s='cp -pR'  fi  rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file  rmdir conf$$.dir 2>/dev/null @@ -9552,28 +10273,16 @@ else    as_mkdir_p=false  fi -if test -x / >/dev/null 2>&1; then -  as_test_x='test -x' -else -  if ls -dL / >/dev/null 2>&1; then -    as_ls_L_option=L -  else -    as_ls_L_option= -  fi -  as_test_x=' -    eval sh -c '\'' -      if test -d "$1"; then -	test -d "$1/."; -      else -	case $1 in #( -	-*)set "./$1";; -	esac; -	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( -	???[sx]*):;;*)false;;esac;fi -    '\'' sh -  ' -fi -as_executable_p=$as_test_x + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ +  test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p  # Sed expression to map a string onto a valid CPP name.  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -9595,7 +10304,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  # values after options handling.  ac_log="  This file was extended by w3m $as_me 0.5.3, which was -generated by GNU Autoconf 2.67.  Invocation command line was +generated by GNU Autoconf 2.69.  Invocation command line was    CONFIG_FILES    = $CONFIG_FILES    CONFIG_HEADERS  = $CONFIG_HEADERS @@ -9654,17 +10363,17 @@ $config_headers  Configuration commands:  $config_commands -Report bugs to <satodai@w3m.jp>." +Report bugs to the package provider."  _ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"  ac_cs_version="\\  w3m config.status 0.5.3 -configured by $0, generated by GNU Autoconf 2.67, +configured by $0, generated by GNU Autoconf 2.69,    with options \\"\$ac_cs_config\\" -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc.  This config.status script is free software; the Free Software Foundation  gives unlimited permission to copy, distribute and modify it." @@ -9755,7 +10464,7 @@ fi  _ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  if \$ac_cs_recheck; then -  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion +  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion    shift    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6    CONFIG_SHELL='$SHELL' @@ -9810,6 +10519,7 @@ do      "scripts/w3mman/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/Makefile" ;;      "scripts/w3mman/w3mman") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman" ;;      "scripts/w3mman/w3mman.1") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman.1" ;; +    "scripts/w3mman/w3mman.de.1") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman.de.1" ;;      "scripts/w3mman/w3mman2html.cgi") CONFIG_FILES="$CONFIG_FILES scripts/w3mman/w3mman2html.cgi" ;;      "libwc/Makefile") CONFIG_FILES="$CONFIG_FILES libwc/Makefile" ;;      "w3mimg/Makefile") CONFIG_FILES="$CONFIG_FILES w3mimg/Makefile" ;; @@ -9821,7 +10531,7 @@ do      "w3mhelp-lynx_en.html") CONFIG_FILES="$CONFIG_FILES w3mhelp-lynx_en.html" ;;      "w3mhelp-lynx_ja.html") CONFIG_FILES="$CONFIG_FILES w3mhelp-lynx_ja.html" ;; -  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; +  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;    esac  done @@ -9844,9 +10554,10 @@ fi  # after its creation but before its name has been assigned to `$tmp'.  $debug ||  { -  tmp= +  tmp= ac_tmp=    trap 'exit_status=$? -  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +  : "${ac_tmp:=$tmp}" +  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status  ' 0    trap 'as_fn_exit 1' 1 2 13 15  } @@ -9854,12 +10565,13 @@ $debug ||  {    tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && -  test -n "$tmp" && test -d "$tmp" +  test -d "$tmp"  }  ||  {    tmp=./conf$$-$RANDOM    (umask 077 && mkdir "$tmp")  } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp  # Set up the scripts for CONFIG_FILES section.  # No need to generate them if there are no CONFIG_FILES. @@ -9881,7 +10593,7 @@ else    ac_cs_awk_cr=$ac_cr  fi -echo 'BEGIN {' >"$tmp/subs1.awk" && +echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&  _ACEOF @@ -9909,7 +10621,7 @@ done  rm -f conf$$subs.sh  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&  _ACEOF  sed -n '  h @@ -9957,7 +10669,7 @@ t delim  rm -f conf$$subs.awk  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  _ACAWK -cat >>"\$tmp/subs1.awk" <<_ACAWK && +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&    for (key in S) S_is_set[key] = 1    FS = "" @@ -9989,7 +10701,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then    sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"  else    cat -fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \    || as_fn_error $? "could not setup config files machinery" "$LINENO" 5  _ACEOF @@ -10023,7 +10735,7 @@ fi # test -n "$CONFIG_FILES"  # No need to generate them if there are no CONFIG_HEADERS.  # This happens for instance with `./config.status Makefile'.  if test -n "$CONFIG_HEADERS"; then -cat >"$tmp/defines.awk" <<\_ACAWK || +cat >"$ac_tmp/defines.awk" <<\_ACAWK ||  BEGIN {  _ACEOF @@ -10035,8 +10747,8 @@ _ACEOF  # handling of long lines.  ac_delim='%!_!# '  for ac_last_try in false false :; do -  ac_t=`sed -n "/$ac_delim/p" confdefs.h` -  if test -z "$ac_t"; then +  ac_tt=`sed -n "/$ac_delim/p" confdefs.h` +  if test -z "$ac_tt"; then      break    elif $ac_last_try; then      as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 @@ -10137,7 +10849,7 @@ do    esac    case $ac_mode$ac_tag in    :[FHL]*:*);; -  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; +  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;    :[FH]-) ac_tag=-:-;;    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;    esac @@ -10156,7 +10868,7 @@ do      for ac_f      do        case $ac_f in -      -) ac_f="$tmp/stdin";; +      -) ac_f="$ac_tmp/stdin";;        *) # Look for the file first in the build tree, then in the source tree  	 # (if the path is not absolute).  The absolute path cannot be DOS-style,  	 # because $ac_f cannot contain `:'. @@ -10165,7 +10877,7 @@ do  	   [\\/$]*) false;;  	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;  	   esac || -	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; +	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;        esac        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac        as_fn_append ac_file_inputs " '$ac_f'" @@ -10191,8 +10903,8 @@ $as_echo "$as_me: creating $ac_file" >&6;}      esac      case $ac_tag in -    *:-:* | *:-) cat >"$tmp/stdin" \ -      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;; +    *:-:* | *:-) cat >"$ac_tmp/stdin" \ +      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;      esac      ;;    esac @@ -10328,21 +11040,22 @@ s&@INSTALL@&$ac_INSTALL&;t t  s&@MKDIR_P@&$ac_MKDIR_P&;t t  $ac_datarootdir_hack  " -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ -  || as_fn_error $? "could not create $ac_file" "$LINENO" 5 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ +  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && -  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && -  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && +  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && +  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \ +      "$ac_tmp/out"`; test -z "$ac_out"; } &&    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'  which seems to be undefined.  Please make sure it is defined" >&5  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'  which seems to be undefined.  Please make sure it is defined" >&2;} -  rm -f "$tmp/stdin" +  rm -f "$ac_tmp/stdin"    case $ac_file in -  -) cat "$tmp/out" && rm -f "$tmp/out";; -  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; +  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; +  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;    esac \    || as_fn_error $? "could not create $ac_file" "$LINENO" 5   ;; @@ -10353,20 +11066,20 @@ which seems to be undefined.  Please make sure it is defined" >&2;}    if test x"$ac_file" != x-; then      {        $as_echo "/* $configure_input  */" \ -      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" -    } >"$tmp/config.h" \ +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" +    } >"$ac_tmp/config.h" \        || as_fn_error $? "could not create $ac_file" "$LINENO" 5 -    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then +    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then        { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5  $as_echo "$as_me: $ac_file is unchanged" >&6;}      else        rm -f "$ac_file" -      mv "$tmp/config.h" "$ac_file" \ +      mv "$ac_tmp/config.h" "$ac_file" \  	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5      fi    else      $as_echo "/* $configure_input  */" \ -      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \        || as_fn_error $? "could not create -" "$LINENO" 5    fi   ;; | 
