diff options
| -rw-r--r-- | ChangeLog | 171 | ||||
| -rw-r--r-- | Makefile.in | 13 | ||||
| -rw-r--r-- | NEWS | 12 | ||||
| -rw-r--r-- | aclocal.m4 | 35 | ||||
| -rwxr-xr-x | config.guess | 628 | ||||
| -rw-r--r-- | config.h.in | 14 | ||||
| -rwxr-xr-x | config.sub | 149 | ||||
| -rwxr-xr-x | configure | 8377 | ||||
| -rw-r--r-- | configure.ac | 15 | ||||
| -rw-r--r-- | configure.in | 178 | ||||
| -rw-r--r-- | cookie.c | 9 | ||||
| -rw-r--r-- | debian/changelog | 23 | ||||
| -rw-r--r-- | debian/control | 13 | ||||
| -rw-r--r-- | debian/copyright | 10 | ||||
| -rw-r--r-- | debian/menu | 7 | ||||
| -rw-r--r-- | debian/patches/03-w3m.1-debian-fix | 12 | ||||
| -rw-r--r-- | debian/patches/04-ja-w3m.1-debian-fix | 42 | ||||
| -rw-r--r-- | debian/patches/series | 2 | ||||
| -rw-r--r-- | debian/postinst | 2 | ||||
| -rwxr-xr-x | debian/rules | 22 | ||||
| -rw-r--r-- | debian/w3m-img.postinst | 9 | ||||
| -rw-r--r-- | debian/w3m-img.prerm | 8 | ||||
| -rw-r--r-- | debian/watch | 4 | ||||
| -rw-r--r-- | display.c | 5 | ||||
| -rw-r--r-- | doc-jp/README | 18 | ||||
| -rw-r--r-- | doc/README | 18 | ||||
| -rw-r--r-- | etc.c | 26 | ||||
| -rw-r--r-- | file.c | 300 | ||||
| -rw-r--r-- | fm.h | 35 | ||||
| -rw-r--r-- | ftp.c | 19 | ||||
| -rw-r--r-- | html.c | 69 | ||||
| -rw-r--r-- | html.h | 65 | ||||
| -rw-r--r-- | indep.c | 10 | ||||
| -rw-r--r-- | istream.c | 13 | ||||
| -rw-r--r-- | libwc/charset.c | 3 | ||||
| -rw-r--r-- | libwc/map/ucs_wide.map | 11 | ||||
| -rw-r--r-- | libwc/ucs.c | 3 | ||||
| -rw-r--r-- | libwc/ucs.h | 1 | ||||
| -rw-r--r-- | linein.c | 6 | ||||
| -rw-r--r-- | local.c | 15 | ||||
| -rw-r--r-- | mailcap.c | 2 | ||||
| -rw-r--r-- | main.c | 71 | ||||
| -rw-r--r-- | menu.c | 4 | ||||
| -rw-r--r-- | mktable.c | 3 | ||||
| -rw-r--r-- | po/Makefile.in.in | 1 | ||||
| -rw-r--r-- | po/Makevars | 2 | ||||
| -rw-r--r-- | po/ja.po | 220 | ||||
| -rw-r--r-- | po/stamp-po | 1 | ||||
| -rw-r--r-- | po/w3m.pot | 214 | ||||
| -rw-r--r-- | rc.c | 30 | ||||
| -rw-r--r-- | scripts/Makefile.in | 1 | ||||
| -rw-r--r-- | scripts/multipart/Makefile.in | 1 | ||||
| -rw-r--r-- | scripts/w3mhelp.cgi.in | 3 | ||||
| -rw-r--r-- | scripts/w3mman/Makefile.in | 1 | ||||
| -rw-r--r-- | table.c | 116 | ||||
| -rw-r--r-- | tagtable.tab | 8 | ||||
| -rw-r--r-- | terms.c | 85 | ||||
| -rw-r--r-- | url.c | 23 | ||||
| -rw-r--r-- | version.c.in | 4 | ||||
| -rw-r--r-- | w3mbookmark.c | 3 | ||||
| -rw-r--r-- | w3mhelperpanel.c | 3 | 
61 files changed, 6086 insertions, 5082 deletions
@@ -1,3 +1,172 @@ +2007-05-31  Dai Sato <satodai@w3m.jp> + +	* w3m 0.5.2 +	* version.c.in: update +	* doc/README: version 0.5.2, release date, maintainer +	* doc-jp/README: ditto +	* po/w3m.pot, ja.po: ditto +	* NEWS: update +	* configure.ac: version 0.5.2 +	* configure: regenerated + +2007-05-31  Tsutomu OKADA + +	* [20070530101431@w3mbbs] Re: road to 0.5.2 +	* ftp.c: fix typo. +	* main.c, mktable.c, w3mbookmark.c, w3mhelperpanel.c: add GC_INIT(). + +2007-05-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + +	* [w3m-dev 04266] Bug fix when tab browsing +	* fm.h, main.c: fix for tab browsing. + +2007-05-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + +	* [w3m-dev 04265] compile error when #undef USE_BG_COLOR +	* terms.c: add #ifdef __CYGWIN__. + +2007-05-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + +	* [w3m-dev 04264] Re: road to 0.5.2 +	* po/makefile.in.in, scripts/*/Makefile.in: add datarootdir. + +2007-05-29  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + +	* [w3m-dev 04262] FreeBSD sysmouse (Re: road to 0.5.2) +	* configure.ac: unbreak sysmouse support, pointed out by  +	  Travis Poppe <tlp@lickwid.net>. +	* configure: regenerated. + +2007-05-29  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + +	* [w3m-dev 04260] Warning (Re: road to 0.5.2) +	* main.c, display.c: delete unused macros, change void to static void. + +2007-05-29  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + +	* [w3m-dev 04259] long long (Re: road to 0.5.2) +	* Makefile.in, aclocal.m4: move 'gc' from $LIBS to $LIBGC. +	* configure: regenerated. + +2007-05-29  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + +	* [w3m-dev 04256] Re: road to 0.5.2 +	* scripts/Makefile.in, scripts/w3mhelp.cgi.in: add datarootdir. + +2007-05-28  Hideyuki SHIRAI <shirai@meadowy.org> + +	* [w3m-dev 04251] Re: road to 0.5.2 +	* po/w3m.pot: pot-update. + +2007-05-27  Hiroyuki Ito <ZXB01226@nifty.com> + +	* [w3m-dev 04252] Re: road to 0.5.2 +	* Makefile.in: add datarootdir for Autoconf 2.60 and later. + +2007-05-23  NOKUBI Takatsugu <knok@daionet.gr.jp> + +	* [w3m-dev 04155] w3m mingw patch +	* config.h, configure.ac, etc.c, file.c, ftp.c, indep.c, istream.c,  +	  local.c, main.c, rc.c, terms.c, url.c: fix for minpw, except for +	    deleting nsl and dl from configure.ac. +	* configure: regenerated. + +2007-05-23  Hiroyuki Ito <ZXB01226@nifty.com> + +	* [w3m-dev 04233], [w3m-dev 04236] Re: <del>, <s>, <ins>, and so on +	* file.c, fm.h, po/ja.po, po/w3m.pot, rc.c, table.c: +	    expand display_ins_del to select a type of fontify. + +2007-05-23  Hiroyuki Ito <ZXB01226@nifty.com> + +	* [w3m-dev 04242] Re: Compile error when --without-ssl +	* aclocal.m4, configure.ac: add checking ssl before digest_auth. +	* configure: regenerated. + +2007-05-23  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + +	* [w3m-dev 04240] nl_langinfo() requires setlocale() +	* fm.h, main.c, menu.c, rc.c: add "#ifdef"s. +	* libwc/charset.c: add setlocale() for nl_langinfo(). + +2007-05-23  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + +	* [w3m-dev 03923] <pre> in <table> +	* file.c, table.c: avoid extra blanks in pre in table. + +2007-05-23  tamo + +	* [20070121110209@w3mbbs] unnecessary decoding in linein.c +	* linein.c: decoding URLs in correct condition. + +2007-05-23  Tsutomu OKADA + +	* [20061228000713@w3mbbs] avoid warning for file.c +	* html.h: change char to unsigned char for HTML_DL_COMPACT(133). + +2007-05-23  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + +	* [w3m-dev 04213] update Unicode characters' width +	* libwc/ucs.c, libwc/ucs.h, libwc/map/ucs_wide.map:  +	  catch-up to EastAsianWidth-5.0.0.txt. + +2007-04-19  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + +	* [w3m-dev 04212] quote URL of local dir +	* local.c: quote URLs with non-ASCII local directory names. + +2007-04-19  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + +	* [w3m-dev 04211] input type=image +	* file.c, html.[ch]: avoid conflicts between input_alt and img_alt. +	  fix calculation of labeled line numbers when fold_line=1. + +2007-04-19  Hiroyuki Ito  <ZXB01226@nifty.com> + +	* [w3m-dev 04197] Re: italic text +	* fm.h: display <em> and <i> elements with underline. + +2006-12-27  Fumitoshi UKAI  <ukai@debian.or.jp> + +	* [SECURITY] fix format string vulnerability +	* file.c (inputAnswer) fix format string bug + +2006-12-07  Hiroyuki Ito  <ZXB01226@nifty.com> + +	* [w3m-dev 04185] Re: italic text +	* file.c, fm.h, html.c, html.h, tagtable.tab: +	  display <em> and <i> elements with bold letters. + +2006-12-07  Hideyuki SHIRAI  <shirai@meadowy.org> + +	* [w3m-dev 04184] automatic uncompression in downloading +	* rc.c: Add `AutoUncompress'. +	  (params3): Ditto. +	* fm.h: Add `AutoUncompress'. +	* file.c (loadGeneralFile): Check `AutoUncompress' when uncompress +	  data. +	  (HTMLlineproc2body): Ditto. +	* po/w3m.pot: Add new message for `AutoUncompress'. +	* po/ja.po: ditto. + +2006-12-10  Hiroyuki Ito <ZXB01226@nifty.com> + +	* [w3m-dev 04159] Re: Is this mailing list still alive? +	* cookie.c: accept invalid "set-cookies" headers +	  when "domainName == .hostName". + +2006-12-10  noz + +	* [20051124052846@w3mbbs] LiveHTTPHeaders +	* file.c, fm.h, main.c, url.c: add -reqlog option which makes +	  ~/.w3m/request.log like LiveHTTPHeaders of FireFox. + +2006-08-07  Fumitoshi UKAI  <ukai@debian.or.jp> + +	* mailcap.c (acceptableMimeTypes): change default accept: line +	    w3m should prefer text/html to other text/*. +	    reported as Debian Bug#374296 +  2006-06-12  Dai Sato  <satodai@w3m.jp>  	* another fix for [w3m-dev-en 01067] Some more patches @@ -8748,4 +8917,4 @@ a	* [w3m-dev 03276] compile error on EWS4800  	* release-0-2-1  	* import w3m-0.2.1 -$Id: ChangeLog,v 1.968 2006/06/12 11:51:59 inu Exp $ +$Id: ChangeLog,v 1.998 2007/05/31 12:17:05 inu Exp $ diff --git a/Makefile.in b/Makefile.in index 2110530..ab81d30 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,6 +9,7 @@ VERSION = @VERSION@  DOMAIN = $(PACKAGE)  prefix = @prefix@  exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@  bindir = @bindir@  datadir = @datadir@  localedir = $(datadir)/locale @@ -44,7 +45,8 @@ DEFS = @DEFS@ -DAUXBIN_DIR=\"$(AUXBIN_DIR)\" \  	-DRC_DIR=\"$(RC_DIR)\" \          -DLOCALEDIR=\"$(localedir)\"  LDFLAGS = @LDFLAGS@ -LIBS = -L. -lindep @LIBINTL@ @LIBS@ +LIBS = @LIBS@ +EXT_LIBS = -L. -lindep @LIBINTL@ @LIBGC@  W3M_LIBS = @W3M_LIBS@  WCTARGET = @WCTARGET@  NLSTARGET = @NLSTARGET@ @@ -123,7 +125,7 @@ SUBDIRS = $(SCRIPTSUBDIRS) w3mimg libwc po  all: $(TARGETS) all-scripts $(NLSTARGET)  $(TARGET): $(ALLOBJS) $(ALIB) $(WCTARGET) -	$(CC) $(CFLAGS) -o $(TARGET) $(ALLOBJS) $(LDFLAGS) $(LIBS) $(W3M_LIBS) +	$(CC) $(CFLAGS) -o $(TARGET) $(ALLOBJS) $(LDFLAGS) $(LIBS) $(EXT_LIBS) $(W3M_LIBS)  $(ALIB): $(ALIBOBJS)  	$(AR) rv $(ALIB) $(ALIBOBJS) @@ -169,13 +171,14 @@ functable.c: funcname.tab mktable$(EXT)  	-rm -f functable.tab  mktable$(EXT): mktable.o dummy.o $(ALIB) -	$(CC) $(CFLAGS) -o mktable mktable.o dummy.o $(LDFLAGS) $(LIBS) +	$(CC) $(CFLAGS) -o mktable mktable.o dummy.o $(LDFLAGS) $(LIBS) $(EXT_LIBS)  $(BOOKMARKER): w3mbookmark.o dummy.o $(ALIB) -	$(CC) $(CFLAGS) -o $(BOOKMARKER) w3mbookmark.o dummy.o $(LDFLAGS) $(LIBS) +	$(CC) $(CFLAGS) -o $(BOOKMARKER) w3mbookmark.o dummy.o $(LDFLAGS) $(LIBS) $(EXT_LIBS)  $(HELPER): w3mhelperpanel.o dummy.o $(ALIB) -	$(CC) $(CFLAGS) -o $(HELPER) w3mhelperpanel.o dummy.o $(LDFLAGS) $(LIBS)	 +	$(CC) $(CFLAGS) -o $(HELPER) w3mhelperpanel.o dummy.o $(LDFLAGS) $(LIBS) $(EXT_LIBS) +  $(INFLATE): inflate.o $(ALIB)  	$(CC) $(CFLAGS) -o $(INFLATE) inflate.o $(LDFLAGS) $(LIBS) -lz @@ -1,3 +1,15 @@ +w3m 0.5.2 - 2007-05-31 + +* security fix + - fix format string vulnerability. +* new features + - support gtk2 with w3m-img. + - new option for LiveHTTPHeaders-like logs. + - new option to fontify <del>, <s>, <ins>, and so on. +* other bug fixes + - avoid errors in "configure" and "make". + - '\n' handling in attributes' values of HTML tags. +  w3m 0.5.1 - 2004-04-29  * fix minor bugs @@ -295,18 +295,6 @@ AC_DEFUN([AC_W3M_KEYMAP],   AC_DEFINE_UNQUOTED(KEYBIND, $enable_keymap)])  #  # ---------------------------------------------------------------- -# AC_W3M_DIGEST_AUTH -# ---------------------------------------------------------------- -AC_DEFUN([AC_W3M_DIGEST_AUTH], -[AC_SUBST(USE_DIGEST_AUTH) - AC_MSG_CHECKING(if digest auth is enabled) - AC_ARG_ENABLE(digest_auth, - [  --disable-digest-auth		disable digest auth],, - [enable_digest_auth="yes"]) - test x"$enable_digest_auth" = xyes && AC_DEFINE(USE_DIGEST_AUTH) - AC_MSG_RESULT($enable_digest_auth)]) -# -# ----------------------------------------------------------------  # AC_W3M_MIGEMO  # ----------------------------------------------------------------  AC_DEFUN([AC_W3M_MIGEMO], @@ -438,6 +426,7 @@ AC_ARG_WITH(termlib,  # ----------------------------------------------------------------  AC_DEFUN([AC_W3M_GC],  [AC_MSG_CHECKING(GC library exists) +AC_SUBST(LIBGC)  AC_ARG_WITH(gc,   [  --with-gc[=PREFIX]	  	libgc PREFIX],   [test x"$with_gc" = xno && AC_MSG_ERROR([You can not build w3m without gc])], @@ -468,7 +457,7 @@ AC_ARG_WITH(gc,     fi   fi   unset ac_cv_lib_gc_GC_init - AC_CHECK_LIB(gc, GC_init, [LIBS="$LIBS -lgc"]) + AC_CHECK_LIB(gc, GC_init, [LIBGC="-lgc"])   if test x"$ac_cv_lib_gc_GC_init" = xno; then      AC_MSG_CHECKING(GC library location)      AC_MSG_RESULT($with_gc) @@ -478,7 +467,7 @@ AC_ARG_WITH(gc,        LDFLAGS="$LDFLAGS -L$dir/lib"        AC_MSG_CHECKING($dir)        unset ac_cv_lib_gc_GC_init -      AC_CHECK_LIB(gc, GC_init, [gclibdir="$dir/lib"; LIBS="$LIBS -L$dir/lib -lgc"; break]) +      AC_CHECK_LIB(gc, GC_init, [gclibdir="$dir/lib"; LIBGC="-L$dir/lib -lgc"; break])        LDFLAGS="$ldflags"      done      if test x"$gclibdir" = xno; then @@ -487,9 +476,9 @@ AC_ARG_WITH(gc,   fi])  #  # ---------------------------------------------------------------- -# AC_W3M_SSL +# AC_W3M_SSL_DIGEST_AUTH  # ---------------------------------------------------------------- -AC_DEFUN([AC_W3M_SSL], +AC_DEFUN([AC_W3M_SSL_DIGEST_AUTH],  [AC_SUBST(USE_SSL)  AC_SUBST(USE_SSL_VERIFY)  AC_MSG_CHECKING(if SSL is suported) @@ -531,7 +520,19 @@ if test x"$with_ssl" != xno; then      test x"$enable_sslverify" = xyes && AC_DEFINE(USE_SSL_VERIFY)      AC_MSG_RESULT($enable_sslverify)    fi -fi]) +fi +AC_SUBST(USE_DIGEST_AUTH) +AC_MSG_CHECKING(if digest auth is enabled) +AC_ARG_ENABLE(digest_auth, + [  --disable-digest-auth		disable digest auth],, + [enable_digest_auth="yes"]) +if test x"$enable_digest_auth" = xyes -a x"$w3m_ssl" = xfound; then +  AC_DEFINE(USE_DIGEST_AUTH) +else +  enable_digest_auth="no" +fi +AC_MSG_RESULT($enable_digest_auth) +])  #  # ----------------------------------------------------------------  # AC_W3M_ALARM diff --git a/config.guess b/config.guess index c38553d..51fab47 100755 --- a/config.guess +++ b/config.guess @@ -1,9 +1,9 @@  #! /bin/sh  # Attempt to guess a canonical system name.  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +#   2000, 2001, 2002, 2003 Free Software Foundation, Inc. -timestamp='2006-02-23' +timestamp='2004-03-12'  # This file is free software; you can redistribute it and/or modify it  # under the terms of the GNU General Public License as published by @@ -17,15 +17,13 @@ timestamp='2006-02-23'  #  # You should have received a copy of the GNU General Public License  # along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA -# 02110-1301, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  #  # As a special exception to the GNU General Public License, if you  # distribute this file as part of a program that contains a  # configuration script generated by Autoconf, you may include it under  # the same distribution terms that you use for the rest of that program. -  # Originally written by Per Bothner <per@bothner.com>.  # Please send patches to <config-patches@gnu.org>.  Submit a context  # diff and a properly formatted ChangeLog entry. @@ -55,7 +53,7 @@ version="\  GNU config.guess ($timestamp)  Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001  Free Software Foundation, Inc.  This is free software; see the source for copying conditions.  There is NO @@ -68,11 +66,11 @@ Try \`$me --help' for more information."  while test $# -gt 0 ; do    case $1 in      --time-stamp | --time* | -t ) -       echo "$timestamp" ; exit ;; +       echo "$timestamp" ; exit 0 ;;      --version | -v ) -       echo "$version" ; exit ;; +       echo "$version" ; exit 0 ;;      --help | --h* | -h ) -       echo "$usage"; exit ;; +       echo "$usage"; exit 0 ;;      -- )     # Stop option processing         shift; break ;;      - )	# Use stdin as input. @@ -106,7 +104,7 @@ set_cc_for_build='  trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;  trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;  : ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||   { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||   { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||   { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; @@ -125,7 +123,7 @@ case $CC_FOR_BUILD,$HOST_CC,$CC in  	;;   ,,*)   CC_FOR_BUILD=$CC ;;   ,*,*)  CC_FOR_BUILD=$HOST_CC ;; -esac ; set_cc_for_build= ;' +esac ;'  # This is needed to find uname on a Pyramid OSx when run in the BSD universe.  # (ghazi@noc.rutgers.edu 1994-08-24) @@ -198,23 +196,64 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in  	# contains redundant information, the shorter form:  	# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.  	echo "${machine}-${os}${release}" -	exit ;; +	exit 0 ;; +    amd64:OpenBSD:*:*) +	echo x86_64-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    amiga:OpenBSD:*:*) +	echo m68k-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    arc:OpenBSD:*:*) +	echo mipsel-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    cats:OpenBSD:*:*) +	echo arm-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    hp300:OpenBSD:*:*) +	echo m68k-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    mac68k:OpenBSD:*:*) +	echo m68k-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    macppc:OpenBSD:*:*) +	echo powerpc-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    mvme68k:OpenBSD:*:*) +	echo m68k-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    mvme88k:OpenBSD:*:*) +	echo m88k-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    mvmeppc:OpenBSD:*:*) +	echo powerpc-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    pegasos:OpenBSD:*:*) +	echo powerpc-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    pmax:OpenBSD:*:*) +	echo mipsel-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    sgi:OpenBSD:*:*) +	echo mipseb-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    sun3:OpenBSD:*:*) +	echo m68k-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;; +    wgrisc:OpenBSD:*:*) +	echo mipsel-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;;      *:OpenBSD:*:*) -	UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` -	echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} -	exit ;; +	echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} +	exit 0 ;;      *:ekkoBSD:*:*)  	echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} -	exit ;; -    *:SolidBSD:*:*) -	echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      macppc:MirBSD:*:*)  	echo powerppc-unknown-mirbsd${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      *:MirBSD:*:*)  	echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      alpha:OSF1:*:*)  	case $UNAME_RELEASE in  	*4.0) @@ -267,43 +306,40 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in  	# A Xn.n version is an unreleased experimental baselevel.  	# 1.2 uses "1.2" for uname -r.  	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` -	exit ;; +	exit 0 ;; +    Alpha*:OpenVMS:*:*) +	echo alpha-hp-vms +	exit 0 ;;      Alpha\ *:Windows_NT*:*)  	# How do we know it's Interix rather than the generic POSIX subsystem?  	# Should we change UNAME_MACHINE based on the output of uname instead  	# of the specific Alpha model?  	echo alpha-pc-interix -	exit ;; +	exit 0 ;;      21064:Windows_NT:50:3)  	echo alpha-dec-winnt3.5 -	exit ;; +	exit 0 ;;      Amiga*:UNIX_System_V:4.0:*)  	echo m68k-unknown-sysv4 -	exit ;; +	exit 0;;      *:[Aa]miga[Oo][Ss]:*:*)  	echo ${UNAME_MACHINE}-unknown-amigaos -	exit ;; +	exit 0 ;;      *:[Mm]orph[Oo][Ss]:*:*)  	echo ${UNAME_MACHINE}-unknown-morphos -	exit ;; +	exit 0 ;;      *:OS/390:*:*)  	echo i370-ibm-openedition -	exit ;; -    *:z/VM:*:*) -	echo s390-ibm-zvmoe -	exit ;; +	exit 0 ;;      *:OS400:*:*)          echo powerpc-ibm-os400 -	exit ;; +	exit 0 ;;      arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)  	echo arm-acorn-riscix${UNAME_RELEASE} -	exit ;; -    arm:riscos:*:*|arm:RISCOS:*:*) -	echo arm-unknown-riscos -	exit ;; +	exit 0;;      SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)  	echo hppa1.1-hitachi-hiuxmpp -	exit ;; +	exit 0;;      Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)  	# akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.  	if test "`(/bin/universe) 2>/dev/null`" = att ; then @@ -311,32 +347,32 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in  	else  		echo pyramid-pyramid-bsd  	fi -	exit ;; +	exit 0 ;;      NILE*:*:*:dcosx)  	echo pyramid-pyramid-svr4 -	exit ;; +	exit 0 ;;      DRS?6000:unix:4.0:6*)  	echo sparc-icl-nx6 -	exit ;; -    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) +	exit 0 ;; +    DRS?6000:UNIX_SV:4.2*:7*)  	case `/usr/bin/uname -p` in -	    sparc) echo sparc-icl-nx7; exit ;; +	    sparc) echo sparc-icl-nx7 && exit 0 ;;  	esac ;;      sun4H:SunOS:5.*:*)  	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -	exit ;; +	exit 0 ;;      sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)  	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -	exit ;; +	exit 0 ;;      i86pc:SunOS:5.*:*)  	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -	exit ;; +	exit 0 ;;      sun4*:SunOS:6*:*)  	# According to config.sub, this is the proper way to canonicalize  	# SunOS6.  Hard to guess exactly what SunOS6 will be like, but  	# it's likely to be more like Solaris than SunOS4.  	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -	exit ;; +	exit 0 ;;      sun4*:SunOS:*:*)  	case "`/usr/bin/arch -k`" in  	    Series*|S4*) @@ -345,10 +381,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in  	esac  	# Japanese Language versions have a version number like `4.1.3-JL'.  	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` -	exit ;; +	exit 0 ;;      sun3*:SunOS:*:*)  	echo m68k-sun-sunos${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      sun*:*:4.2BSD:*)  	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`  	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 @@ -360,10 +396,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in  		echo sparc-sun-sunos${UNAME_RELEASE}  		;;  	esac -	exit ;; +	exit 0 ;;      aushp:SunOS:*:*)  	echo sparc-auspex-sunos${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      # The situation for MiNT is a little confusing.  The machine name      # can be virtually everything (everything which is not      # "atarist" or "atariste" at least should have a processor @@ -374,40 +410,40 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in      # be no problem.      atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)          echo m68k-atari-mint${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)  	echo m68k-atari-mint${UNAME_RELEASE} -        exit ;; +        exit 0 ;;      *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)          echo m68k-atari-mint${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)          echo m68k-milan-mint${UNAME_RELEASE} -        exit ;; +        exit 0 ;;      hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)          echo m68k-hades-mint${UNAME_RELEASE} -        exit ;; +        exit 0 ;;      *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)          echo m68k-unknown-mint${UNAME_RELEASE} -        exit ;; +        exit 0 ;;      m68k:machten:*:*)  	echo m68k-apple-machten${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      powerpc:machten:*:*)  	echo powerpc-apple-machten${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      RISC*:Mach:*:*)  	echo mips-dec-mach_bsd4.3 -	exit ;; +	exit 0 ;;      RISC*:ULTRIX:*:*)  	echo mips-dec-ultrix${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      VAX*:ULTRIX*:*:*)  	echo vax-dec-ultrix${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      2020:CLIX:*:* | 2430:CLIX:*:*)  	echo clipper-intergraph-clix${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      mips:*:*:UMIPS | mips:*:*:RISCos)  	eval $set_cc_for_build  	sed 's/^	//' << EOF >$dummy.c @@ -431,33 +467,32 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in  	  exit (-1);  	}  EOF -	$CC_FOR_BUILD -o $dummy $dummy.c && -	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && -	  SYSTEM_NAME=`$dummy $dummyarg` && -	    { echo "$SYSTEM_NAME"; exit; } +	$CC_FOR_BUILD -o $dummy $dummy.c \ +	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ +	  && exit 0  	echo mips-mips-riscos${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      Motorola:PowerMAX_OS:*:*)  	echo powerpc-motorola-powermax -	exit ;; +	exit 0 ;;      Motorola:*:4.3:PL8-*)  	echo powerpc-harris-powermax -	exit ;; +	exit 0 ;;      Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)  	echo powerpc-harris-powermax -	exit ;; +	exit 0 ;;      Night_Hawk:Power_UNIX:*:*)  	echo powerpc-harris-powerunix -	exit ;; +	exit 0 ;;      m88k:CX/UX:7*:*)  	echo m88k-harris-cxux7 -	exit ;; +	exit 0 ;;      m88k:*:4*:R4*)  	echo m88k-motorola-sysv4 -	exit ;; +	exit 0 ;;      m88k:*:3*:R3*)  	echo m88k-motorola-sysv3 -	exit ;; +	exit 0 ;;      AViiON:dgux:*:*)          # DG/UX returns AViiON for all architectures          UNAME_PROCESSOR=`/usr/bin/uname -p` @@ -473,29 +508,29 @@ EOF  	else  	    echo i586-dg-dgux${UNAME_RELEASE}  	fi - 	exit ;; + 	exit 0 ;;      M88*:DolphinOS:*:*)	# DolphinOS (SVR3)  	echo m88k-dolphin-sysv3 -	exit ;; +	exit 0 ;;      M88*:*:R3*:*)  	# Delta 88k system running SVR3  	echo m88k-motorola-sysv3 -	exit ;; +	exit 0 ;;      XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)  	echo m88k-tektronix-sysv3 -	exit ;; +	exit 0 ;;      Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)  	echo m68k-tektronix-bsd -	exit ;; +	exit 0 ;;      *:IRIX*:*:*)  	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` -	exit ;; +	exit 0 ;;      ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. -	echo romp-ibm-aix     # uname -m gives an 8 hex-code CPU id -	exit ;;               # Note that: echo "'`uname -s`'" gives 'AIX ' +	echo romp-ibm-aix      # uname -m gives an 8 hex-code CPU id +	exit 0 ;;              # Note that: echo "'`uname -s`'" gives 'AIX '      i*86:AIX:*:*)  	echo i386-ibm-aix -	exit ;; +	exit 0 ;;      ia64:AIX:*:*)  	if [ -x /usr/bin/oslevel ] ; then  		IBM_REV=`/usr/bin/oslevel` @@ -503,7 +538,7 @@ EOF  		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}  	fi  	echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} -	exit ;; +	exit 0 ;;      *:AIX:2:3)  	if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then  		eval $set_cc_for_build @@ -518,18 +553,14 @@ EOF  			exit(0);  			}  EOF -		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` -		then -			echo "$SYSTEM_NAME" -		else -			echo rs6000-ibm-aix3.2.5 -		fi +		$CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 +		echo rs6000-ibm-aix3.2.5  	elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then  		echo rs6000-ibm-aix3.2.4  	else  		echo rs6000-ibm-aix3.2  	fi -	exit ;; +	exit 0 ;;      *:AIX:*:[45])  	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`  	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then @@ -543,28 +574,28 @@ EOF  		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}  	fi  	echo ${IBM_ARCH}-ibm-aix${IBM_REV} -	exit ;; +	exit 0 ;;      *:AIX:*:*)  	echo rs6000-ibm-aix -	exit ;; +	exit 0 ;;      ibmrt:4.4BSD:*|romp-ibm:BSD:*)  	echo romp-ibm-bsd4.4 -	exit ;; +	exit 0 ;;      ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC BSD and  	echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to -	exit ;;                             # report: romp-ibm BSD 4.3 +	exit 0 ;;                           # report: romp-ibm BSD 4.3      *:BOSX:*:*)  	echo rs6000-bull-bosx -	exit ;; +	exit 0 ;;      DPX/2?00:B.O.S.:*:*)  	echo m68k-bull-sysv3 -	exit ;; +	exit 0 ;;      9000/[34]??:4.3bsd:1.*:*)  	echo m68k-hp-bsd -	exit ;; +	exit 0 ;;      hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)  	echo m68k-hp-bsd4.4 -	exit ;; +	exit 0 ;;      9000/[34678]??:HP-UX:*:*)  	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`  	case "${UNAME_MACHINE}" in @@ -626,19 +657,9 @@ EOF  	esac  	if [ ${HP_ARCH} = "hppa2.0w" ]  	then -	    eval $set_cc_for_build - -	    # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating -	    # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler -	    # generating 64-bit code.  GNU and HP use different nomenclature: -	    # -	    # $ CC_FOR_BUILD=cc ./config.guess -	    # => hppa2.0w-hp-hpux11.23 -	    # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess -	    # => hppa64-hp-hpux11.23 - -	    if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | -		grep __LP64__ >/dev/null +	    # avoid double evaluation of $set_cc_for_build +	    test -n "$CC_FOR_BUILD" || eval $set_cc_for_build +	    if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null  	    then  		HP_ARCH="hppa2.0w"  	    else @@ -646,11 +667,11 @@ EOF  	    fi  	fi  	echo ${HP_ARCH}-hp-hpux${HPUX_REV} -	exit ;; +	exit 0 ;;      ia64:HP-UX:*:*)  	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`  	echo ia64-hp-hpux${HPUX_REV} -	exit ;; +	exit 0 ;;      3050*:HI-UX:*:*)  	eval $set_cc_for_build  	sed 's/^	//' << EOF >$dummy.c @@ -678,177 +699,166 @@ EOF  	  exit (0);  	}  EOF -	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && -		{ echo "$SYSTEM_NAME"; exit; } +	$CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0  	echo unknown-hitachi-hiuxwe2 -	exit ;; +	exit 0 ;;      9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )  	echo hppa1.1-hp-bsd -	exit ;; +	exit 0 ;;      9000/8??:4.3bsd:*:*)  	echo hppa1.0-hp-bsd -	exit ;; +	exit 0 ;;      *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)  	echo hppa1.0-hp-mpeix -	exit ;; +	exit 0 ;;      hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )  	echo hppa1.1-hp-osf -	exit ;; +	exit 0 ;;      hp8??:OSF1:*:*)  	echo hppa1.0-hp-osf -	exit ;; +	exit 0 ;;      i*86:OSF1:*:*)  	if [ -x /usr/sbin/sysversion ] ; then  	    echo ${UNAME_MACHINE}-unknown-osf1mk  	else  	    echo ${UNAME_MACHINE}-unknown-osf1  	fi -	exit ;; +	exit 0 ;;      parisc*:Lites*:*:*)  	echo hppa1.1-hp-lites -	exit ;; +	exit 0 ;;      C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)  	echo c1-convex-bsd -        exit ;; +        exit 0 ;;      C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)  	if getsysinfo -f scalar_acc  	then echo c32-convex-bsd  	else echo c2-convex-bsd  	fi -        exit ;; +        exit 0 ;;      C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)  	echo c34-convex-bsd -        exit ;; +        exit 0 ;;      C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)  	echo c38-convex-bsd -        exit ;; +        exit 0 ;;      C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)  	echo c4-convex-bsd -        exit ;; +        exit 0 ;;      CRAY*Y-MP:*:*:*)  	echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -	exit ;; +	exit 0 ;;      CRAY*[A-Z]90:*:*:*)  	echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \  	| sed -e 's/CRAY.*\([A-Z]90\)/\1/' \  	      -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \  	      -e 's/\.[^.]*$/.X/' -	exit ;; +	exit 0 ;;      CRAY*TS:*:*:*)  	echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -	exit ;; +	exit 0 ;;      CRAY*T3E:*:*:*)  	echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -	exit ;; +	exit 0 ;;      CRAY*SV1:*:*:*)  	echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -	exit ;; +	exit 0 ;;      *:UNICOS/mp:*:*) -	echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -	exit ;; +	echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' +	exit 0 ;;      F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)  	FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`          FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`          FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`          echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" -        exit ;; +        exit 0 ;;      5000:UNIX_System_V:4.*:*)          FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`          FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`          echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" -	exit ;; +	exit 0 ;;      i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)  	echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      sparc*:BSD/OS:*:*)  	echo sparc-unknown-bsdi${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      *:BSD/OS:*:*)  	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      *:FreeBSD:*:*) -	case ${UNAME_MACHINE} in -	    pc98) -		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; -	    *) -		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; -	esac -	exit ;; +	# Determine whether the default compiler uses glibc. +	eval $set_cc_for_build +	sed 's/^	//' << EOF >$dummy.c +	#include <features.h> +	#if __GLIBC__ >= 2 +	LIBC=gnu +	#else +	LIBC= +	#endif +EOF +	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` +	# GNU/KFreeBSD systems have a "k" prefix to indicate we are using +	# FreeBSD's kernel, but not the complete OS. +	case ${LIBC} in gnu) kernel_only='k' ;; esac +	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} +	exit 0 ;;      i*:CYGWIN*:*)  	echo ${UNAME_MACHINE}-pc-cygwin -	exit ;; +	exit 0 ;;      i*:MINGW*:*)  	echo ${UNAME_MACHINE}-pc-mingw32 -	exit ;; -    i*:MSYS_NT-*:*:*) -	echo ${UNAME_MACHINE}-pc-mingw32 -	exit ;; -    i*:windows32*:*) -    	# uname -m includes "-pc" on this system. -    	echo ${UNAME_MACHINE}-mingw32 -	exit ;; +	exit 0 ;;      i*:PW*:*)  	echo ${UNAME_MACHINE}-pc-pw32 -	exit ;; -    x86:Interix*:[345]*) -	echo i586-pc-interix${UNAME_RELEASE} -	exit ;; -    EM64T:Interix*:[345]*) -	echo x86_64-unknown-interix${UNAME_RELEASE} -	exit ;; +	exit 0 ;; +    x86:Interix*:[34]*) +	echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' +	exit 0 ;;      [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)  	echo i${UNAME_MACHINE}-pc-mks -	exit ;; +	exit 0 ;;      i*:Windows_NT*:* | Pentium*:Windows_NT*:*)  	# How do we know it's Interix rather than the generic POSIX subsystem?  	# It also conflicts with pre-2.0 versions of AT&T UWIN. Should we  	# UNAME_MACHINE based on the output of uname instead of i386?  	echo i586-pc-interix -	exit ;; +	exit 0 ;;      i*:UWIN*:*)  	echo ${UNAME_MACHINE}-pc-uwin -	exit ;; -    amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) -	echo x86_64-unknown-cygwin -	exit ;; +	exit 0 ;;      p*:CYGWIN*:*)  	echo powerpcle-unknown-cygwin -	exit ;; +	exit 0 ;;      prep*:SunOS:5.*:*)  	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -	exit ;; +	exit 0 ;;      *:GNU:*:*)  	# the GNU system  	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` -	exit ;; +	exit 0 ;;      *:GNU/*:*:*)  	# other systems with GNU libc and userland  	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu -	exit ;; +	exit 0 ;;      i*86:Minix:*:*)  	echo ${UNAME_MACHINE}-pc-minix -	exit ;; +	exit 0 ;;      arm*:Linux:*:*)  	echo ${UNAME_MACHINE}-unknown-linux-gnu -	exit ;; +	exit 0 ;;      cris:Linux:*:*)  	echo cris-axis-linux-gnu -	exit ;; -    crisv32:Linux:*:*) -	echo crisv32-axis-linux-gnu -	exit ;; -    frv:Linux:*:*) -    	echo frv-unknown-linux-gnu -	exit ;; +	exit 0 ;;      ia64:Linux:*:*)  	echo ${UNAME_MACHINE}-unknown-linux-gnu -	exit ;; +	exit 0 ;;      m32r*:Linux:*:*)  	echo ${UNAME_MACHINE}-unknown-linux-gnu -	exit ;; +	exit 0 ;;      m68*:Linux:*:*)  	echo ${UNAME_MACHINE}-unknown-linux-gnu -	exit ;; +	exit 0 ;;      mips:Linux:*:*)  	eval $set_cc_for_build  	sed 's/^	//' << EOF >$dummy.c @@ -865,12 +875,8 @@ EOF  	#endif  	#endif  EOF -	eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' -	    /^CPU/{ -		s: ::g -		p -	    }'`" -	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } +	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` +	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0  	;;      mips64:Linux:*:*)  	eval $set_cc_for_build @@ -888,22 +894,15 @@ EOF  	#endif  	#endif  EOF -	eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' -	    /^CPU/{ -		s: ::g -		p -	    }'`" -	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } +	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` +	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0  	;; -    or32:Linux:*:*) -	echo or32-unknown-linux-gnu -	exit ;;      ppc:Linux:*:*)  	echo powerpc-unknown-linux-gnu -	exit ;; +	exit 0 ;;      ppc64:Linux:*:*)  	echo powerpc64-unknown-linux-gnu -	exit ;; +	exit 0 ;;      alpha:Linux:*:*)  	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in  	  EV5)   UNAME_MACHINE=alphaev5 ;; @@ -917,7 +916,7 @@ EOF  	objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null  	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi  	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} -	exit ;; +	exit 0 ;;      parisc:Linux:*:* | hppa:Linux:*:*)  	# Look for CPU level  	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in @@ -925,28 +924,25 @@ EOF  	  PA8*) echo hppa2.0-unknown-linux-gnu ;;  	  *)    echo hppa-unknown-linux-gnu ;;  	esac -	exit ;; +	exit 0 ;;      parisc64:Linux:*:* | hppa64:Linux:*:*)  	echo hppa64-unknown-linux-gnu -	exit ;; +	exit 0 ;;      s390:Linux:*:* | s390x:Linux:*:*)  	echo ${UNAME_MACHINE}-ibm-linux -	exit ;; +	exit 0 ;;      sh64*:Linux:*:*)      	echo ${UNAME_MACHINE}-unknown-linux-gnu -	exit ;; +	exit 0 ;;      sh*:Linux:*:*)  	echo ${UNAME_MACHINE}-unknown-linux-gnu -	exit ;; +	exit 0 ;;      sparc:Linux:*:* | sparc64:Linux:*:*)  	echo ${UNAME_MACHINE}-unknown-linux-gnu -	exit ;; -    vax:Linux:*:*) -	echo ${UNAME_MACHINE}-dec-linux-gnu -	exit ;; +	exit 0 ;;      x86_64:Linux:*:*)  	echo x86_64-unknown-linux-gnu -	exit ;; +	exit 0 ;;      i*86:Linux:*:*)  	# The BFD linker knows what the default object file format is, so  	# first see if it will tell us. cd to the root directory to prevent @@ -964,15 +960,15 @@ EOF  		;;  	  a.out-i386-linux)  		echo "${UNAME_MACHINE}-pc-linux-gnuaout" -		exit ;; +		exit 0 ;;  	  coff-i386)  		echo "${UNAME_MACHINE}-pc-linux-gnucoff" -		exit ;; +		exit 0 ;;  	  "")  		# Either a pre-BFD a.out linker (linux-gnuoldld) or  		# one that does not give us useful --help.  		echo "${UNAME_MACHINE}-pc-linux-gnuoldld" -		exit ;; +		exit 0 ;;  	esac  	# Determine whether the default compiler is a.out or elf  	eval $set_cc_for_build @@ -989,7 +985,7 @@ EOF  	LIBC=gnulibc1  	# endif  	#else -	#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun) +	#ifdef __INTEL_COMPILER  	LIBC=gnu  	#else  	LIBC=gnuaout @@ -999,23 +995,16 @@ EOF  	LIBC=dietlibc  	#endif  EOF -	eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' -	    /^LIBC/{ -		s: ::g -		p -	    }'`" -	test x"${LIBC}" != x && { -		echo "${UNAME_MACHINE}-pc-linux-${LIBC}" -		exit -	} -	test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } +	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` +	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 +	test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0  	;;      i*86:DYNIX/ptx:4*:*)  	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.  	# earlier versions are messed up and put the nodename in both  	# sysname and nodename.  	echo i386-sequent-sysv4 -	exit ;; +	exit 0 ;;      i*86:UNIX_SV:4.2MP:2.*)          # Unixware is an offshoot of SVR4, but it has its own version          # number series starting with 2... @@ -1023,27 +1012,27 @@ EOF  	# I just have to hope.  -- rms.          # Use sysv4.2uw... so that sysv4* matches it.  	echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} -	exit ;; +	exit 0 ;;      i*86:OS/2:*:*)  	# If we were able to find `uname', then EMX Unix compatibility  	# is probably installed.  	echo ${UNAME_MACHINE}-pc-os2-emx -	exit ;; +	exit 0 ;;      i*86:XTS-300:*:STOP)  	echo ${UNAME_MACHINE}-unknown-stop -	exit ;; +	exit 0 ;;      i*86:atheos:*:*)  	echo ${UNAME_MACHINE}-unknown-atheos -	exit ;; -    i*86:syllable:*:*) +	exit 0 ;; +	i*86:syllable:*:*)  	echo ${UNAME_MACHINE}-pc-syllable -	exit ;; +	exit 0 ;;      i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)  	echo i386-unknown-lynxos${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      i*86:*DOS:*:*)  	echo ${UNAME_MACHINE}-pc-msdosdjgpp -	exit ;; +	exit 0 ;;      i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)  	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`  	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then @@ -1051,16 +1040,15 @@ EOF  	else  		echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}  	fi -	exit ;; -    i*86:*:5:[678]*) -    	# UnixWare 7.x, OpenUNIX and OpenServer 6. +	exit 0 ;; +    i*86:*:5:[78]*)  	case `/bin/uname -X | grep "^Machine"` in  	    *486*)	     UNAME_MACHINE=i486 ;;  	    *Pentium)	     UNAME_MACHINE=i586 ;;  	    *Pent*|*Celeron) UNAME_MACHINE=i686 ;;  	esac  	echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} -	exit ;; +	exit 0 ;;      i*86:*:3.2:*)  	if test -f /usr/options/cb.name; then  		UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` @@ -1078,73 +1066,73 @@ EOF  	else  		echo ${UNAME_MACHINE}-pc-sysv32  	fi -	exit ;; +	exit 0 ;;      pc:*:*:*)  	# Left here for compatibility:          # uname -m prints for DJGPP always 'pc', but it prints nothing about          # the processor, so we play safe by assuming i386.  	echo i386-pc-msdosdjgpp -        exit ;; +        exit 0 ;;      Intel:Mach:3*:*)  	echo i386-pc-mach3 -	exit ;; +	exit 0 ;;      paragon:*:*:*)  	echo i860-intel-osf1 -	exit ;; +	exit 0 ;;      i860:*:4.*:*) # i860-SVR4  	if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then  	  echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4  	else # Add other i860-SVR4 vendors below as they are discovered.  	  echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4  	fi -	exit ;; +	exit 0 ;;      mini*:CTIX:SYS*5:*)  	# "miniframe"  	echo m68010-convergent-sysv -	exit ;; +	exit 0 ;;      mc68k:UNIX:SYSTEM5:3.51m)  	echo m68k-convergent-sysv -	exit ;; +	exit 0 ;;      M680?0:D-NIX:5.3:*)  	echo m68k-diab-dnix -	exit ;; -    M68*:*:R3V[5678]*:*) -	test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; -    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) +	exit 0 ;; +    M68*:*:R3V[567]*:*) +	test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; +    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0)  	OS_REL=''  	test -r /etc/.relid \  	&& OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`  	/bin/uname -p 2>/dev/null | grep 86 >/dev/null \ -	  && { echo i486-ncr-sysv4.3${OS_REL}; exit; } +	  && echo i486-ncr-sysv4.3${OS_REL} && exit 0  	/bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ -	  && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; +	  && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;;      3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)          /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ -          && { echo i486-ncr-sysv4; exit; } ;; +          && echo i486-ncr-sysv4 && exit 0 ;;      m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)  	echo m68k-unknown-lynxos${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      mc68030:UNIX_System_V:4.*:*)  	echo m68k-atari-sysv4 -	exit ;; +	exit 0 ;;      TSUNAMI:LynxOS:2.*:*)  	echo sparc-unknown-lynxos${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      rs6000:LynxOS:2.*:*)  	echo rs6000-unknown-lynxos${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)  	echo powerpc-unknown-lynxos${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      SM[BE]S:UNIX_SV:*:*)  	echo mips-dde-sysv${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      RM*:ReliantUNIX-*:*:*)  	echo mips-sni-sysv4 -	exit ;; +	exit 0 ;;      RM*:SINIX-*:*:*)  	echo mips-sni-sysv4 -	exit ;; +	exit 0 ;;      *:SINIX-*:*:*)  	if uname -p 2>/dev/null >/dev/null ; then  		UNAME_MACHINE=`(uname -p) 2>/dev/null` @@ -1152,72 +1140,68 @@ EOF  	else  		echo ns32k-sni-sysv  	fi -	exit ;; +	exit 0 ;;      PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort                        # says <Richard.M.Bartel@ccMail.Census.GOV>          echo i586-unisys-sysv4 -        exit ;; +        exit 0 ;;      *:UNIX_System_V:4*:FTX*)  	# From Gerald Hewes <hewes@openmarket.com>.  	# How about differentiating between stratus architectures? -djm  	echo hppa1.1-stratus-sysv4 -	exit ;; +	exit 0 ;;      *:*:*:FTX*)  	# From seanf@swdc.stratus.com.  	echo i860-stratus-sysv4 -	exit ;; -    i*86:VOS:*:*) -	# From Paul.Green@stratus.com. -	echo ${UNAME_MACHINE}-stratus-vos -	exit ;; +	exit 0 ;;      *:VOS:*:*)  	# From Paul.Green@stratus.com.  	echo hppa1.1-stratus-vos -	exit ;; +	exit 0 ;;      mc68*:A/UX:*:*)  	echo m68k-apple-aux${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      news*:NEWS-OS:6*:*)  	echo mips-sony-newsos6 -	exit ;; +	exit 0 ;;      R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)  	if [ -d /usr/nec ]; then  	        echo mips-nec-sysv${UNAME_RELEASE}  	else  	        echo mips-unknown-sysv${UNAME_RELEASE}  	fi -        exit ;; +        exit 0 ;;      BeBox:BeOS:*:*)	# BeOS running on hardware made by Be, PPC only.  	echo powerpc-be-beos -	exit ;; +	exit 0 ;;      BeMac:BeOS:*:*)	# BeOS running on Mac or Mac clone, PPC only.  	echo powerpc-apple-beos -	exit ;; +	exit 0 ;;      BePC:BeOS:*:*)	# BeOS running on Intel PC compatible.  	echo i586-pc-beos -	exit ;; +	exit 0 ;;      SX-4:SUPER-UX:*:*)  	echo sx4-nec-superux${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      SX-5:SUPER-UX:*:*)  	echo sx5-nec-superux${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      SX-6:SUPER-UX:*:*)  	echo sx6-nec-superux${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      Power*:Rhapsody:*:*)  	echo powerpc-apple-rhapsody${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      *:Rhapsody:*:*)  	echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      *:Darwin:*:*) -	UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown -	case $UNAME_PROCESSOR in -	    unknown) UNAME_PROCESSOR=powerpc ;; +	case `uname -p` in +	    *86) UNAME_PROCESSOR=i686 ;; +	    powerpc) UNAME_PROCESSOR=powerpc ;;  	esac  	echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      *:procnto*:*:* | *:QNX:[0123456789]*:*)  	UNAME_PROCESSOR=`uname -p`  	if test "$UNAME_PROCESSOR" = "x86"; then @@ -1225,25 +1209,22 @@ EOF  		UNAME_MACHINE=pc  	fi  	echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      *:QNX:*:4*)  	echo i386-pc-qnx -	exit ;; -    NSE-?:NONSTOP_KERNEL:*:*) -	echo nse-tandem-nsk${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      NSR-?:NONSTOP_KERNEL:*:*)  	echo nsr-tandem-nsk${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      *:NonStop-UX:*:*)  	echo mips-compaq-nonstopux -	exit ;; +	exit 0 ;;      BS2000:POSIX*:*:*)  	echo bs2000-siemens-sysv -	exit ;; +	exit 0 ;;      DS/*:UNIX_System_V:*:*)  	echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      *:Plan9:*:*)  	# "uname -m" is not consistent, so use $cputype instead. 386  	# is converted to i386 for consistency with other x86 @@ -1254,47 +1235,31 @@ EOF  	    UNAME_MACHINE="$cputype"  	fi  	echo ${UNAME_MACHINE}-unknown-plan9 -	exit ;; +	exit 0 ;;      *:TOPS-10:*:*)  	echo pdp10-unknown-tops10 -	exit ;; +	exit 0 ;;      *:TENEX:*:*)  	echo pdp10-unknown-tenex -	exit ;; +	exit 0 ;;      KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)  	echo pdp10-dec-tops20 -	exit ;; +	exit 0 ;;      XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)  	echo pdp10-xkl-tops20 -	exit ;; +	exit 0 ;;      *:TOPS-20:*:*)  	echo pdp10-unknown-tops20 -	exit ;; +	exit 0 ;;      *:ITS:*:*)  	echo pdp10-unknown-its -	exit ;; +	exit 0 ;;      SEI:*:*:SEIUX)          echo mips-sei-seiux${UNAME_RELEASE} -	exit ;; +	exit 0 ;;      *:DragonFly:*:*)  	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` -	exit ;; -    *:*VMS:*:*) -    	UNAME_MACHINE=`(uname -p) 2>/dev/null` -	case "${UNAME_MACHINE}" in -	    A*) echo alpha-dec-vms ; exit ;; -	    I*) echo ia64-dec-vms ; exit ;; -	    V*) echo vax-dec-vms ; exit ;; -	esac ;; -    *:XENIX:*:SysV) -	echo i386-pc-xenix -	exit ;; -    i*86:skyos:*:*) -	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' -	exit ;; -    i*86:rdos:*:*) -	echo ${UNAME_MACHINE}-pc-rdos -	exit ;; +	exit 0 ;;  esac  #echo '(No uname command or uname output not recognized.)' 1>&2 @@ -1326,7 +1291,7 @@ main ()  #endif  #if defined (__arm) && defined (__acorn) && defined (__unix) -  printf ("arm-acorn-riscix\n"); exit (0); +  printf ("arm-acorn-riscix"); exit (0);  #endif  #if defined (hp300) && !defined (hpux) @@ -1415,12 +1380,11 @@ main ()  }  EOF -$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && -	{ echo "$SYSTEM_NAME"; exit; } +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0  # Apollos put the system type in the environment. -test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; }  # Convex versions that predate uname can use getsysinfo(1) @@ -1429,22 +1393,22 @@ then      case `getsysinfo -f cpu_type` in      c1*)  	echo c1-convex-bsd -	exit ;; +	exit 0 ;;      c2*)  	if getsysinfo -f scalar_acc  	then echo c32-convex-bsd  	else echo c2-convex-bsd  	fi -	exit ;; +	exit 0 ;;      c34*)  	echo c34-convex-bsd -	exit ;; +	exit 0 ;;      c38*)  	echo c38-convex-bsd -	exit ;; +	exit 0 ;;      c4*)  	echo c4-convex-bsd -	exit ;; +	exit 0 ;;      esac  fi @@ -1455,9 +1419,7 @@ This script, last modified $timestamp, has failed to recognize  the operating system you are using. It is advised that you  download the most up to date version of the config scripts from -  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess -and -  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub +    ftp://ftp.gnu.org/pub/gnu/config/  If the version you run ($0) is already up to date, please  send the following data and any information you think might be diff --git a/config.h.in b/config.h.in index 09283fa..313616c 100644 --- a/config.h.in +++ b/config.h.in @@ -166,9 +166,15 @@ typedef RETSIGTYPE MySignalHandler;  #define SIGNAL_RETURN @SIGNAL_RETURN@  #ifdef HAVE_SIGSETJMP +#ifdef __MINGW32_VERSION +# define SETJMP(env) setjmp(env) +# define LONGJMP(env,val) longjmp(env, val) +# define JMP_BUF jmp_buf +#else  # define SETJMP(env) sigsetjmp(env,1)  # define LONGJMP(env,val) siglongjmp(env,val)  # define JMP_BUF sigjmp_buf +#endif /* __MINGW32_VERSION */  #else  # define SETJMP(env) setjmp(env)  # define LONGJMP(env,val) longjmp(env) @@ -233,4 +239,12 @@ typedef RETSIGTYPE MySignalHandler;  #define BUNZIP2_NAME "bunzip2"  #define INFLATE_NAME "inflate" +#ifdef __MINGW32_VERSION +#define SIGKILL SIGTERM +#define S_IXGRP 0 +#define S_IXOTH 0 +#define S_IRWXG 0 +#define S_IRWXO 0 +#endif /* __MINGW32_VERSION */ +  #endif /* CONFIG_H_SEEN */ @@ -1,9 +1,9 @@  #! /bin/sh  # Configuration validation subroutine script.  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +#   2000, 2001, 2002, 2003 Free Software Foundation, Inc. -timestamp='2006-02-23' +timestamp='2004-03-12'  # This file is (in principle) common to ALL GNU software.  # The presence of a machine in this file suggests that SOME GNU software @@ -21,15 +21,14 @@ timestamp='2006-02-23'  #  # You should have received a copy of the GNU General Public License  # along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA -# 02110-1301, USA. -# +# Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +  # As a special exception to the GNU General Public License, if you  # distribute this file as part of a program that contains a  # configuration script generated by Autoconf, you may include it under  # the same distribution terms that you use for the rest of that program. -  # Please send patches to <config-patches@gnu.org>.  Submit a context  # diff and a properly formatted ChangeLog entry.  # @@ -71,7 +70,7 @@ Report bugs and patches to <config-patches@gnu.org>."  version="\  GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001  Free Software Foundation, Inc.  This is free software; see the source for copying conditions.  There is NO @@ -84,11 +83,11 @@ Try \`$me --help' for more information."  while test $# -gt 0 ; do    case $1 in      --time-stamp | --time* | -t ) -       echo "$timestamp" ; exit ;; +       echo "$timestamp" ; exit 0 ;;      --version | -v ) -       echo "$version" ; exit ;; +       echo "$version" ; exit 0 ;;      --help | --h* | -h ) -       echo "$usage"; exit ;; +       echo "$usage"; exit 0 ;;      -- )     # Stop option processing         shift; break ;;      - )	# Use stdin as input. @@ -100,7 +99,7 @@ while test $# -gt 0 ; do      *local*)         # First pass through any local machine types.         echo $1 -       exit ;; +       exit 0;;      * )         break ;; @@ -119,9 +118,8 @@ esac  # Here we must recognize all the valid KERNEL-OS combinations.  maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`  case $maybe_os in -  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ -  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ -  storm-chaos* | os2-emx* | rtmk-nova*) +  nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ +  kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)      os=-$maybe_os      basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`      ;; @@ -147,7 +145,7 @@ case $os in  	-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\  	-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \  	-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -	-apple | -axis | -knuth | -cray) +	-apple | -axis)  		os=  		basic_machine=$1  		;; @@ -172,10 +170,6 @@ case $os in  	-hiux*)  		os=-hiuxwe2  		;; -	-sco6) -		os=-sco5v6 -		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` -		;;  	-sco5)  		os=-sco3.2v5  		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -192,10 +186,6 @@ case $os in  		# Don't forget version if it is 3.2v4 or newer.  		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`  		;; -	-sco5v6*) -		# Don't forget version if it is 3.2v4 or newer. -		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` -		;;  	-sco*)  		os=-sco3.2v2  		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -241,14 +231,13 @@ case $basic_machine in  	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \  	| am33_2.0 \  	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ -	| bfin \  	| c4x | clipper \  	| d10v | d30v | dlx | dsp16xx \  	| fr30 | frv \  	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \  	| i370 | i860 | i960 | ia64 \  	| ip2k | iq2000 \ -	| m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore \ +	| m32r | m32rle | m68000 | m68k | m88k | mcore \  	| mips | mipsbe | mipseb | mipsel | mipsle \  	| mips16 \  	| mips64 | mips64el \ @@ -257,7 +246,6 @@ case $basic_machine in  	| mips64vr4100 | mips64vr4100el \  	| mips64vr4300 | mips64vr4300el \  	| mips64vr5000 | mips64vr5000el \ -	| mips64vr5900 | mips64vr5900el \  	| mipsisa32 | mipsisa32el \  	| mipsisa32r2 | mipsisa32r2el \  	| mipsisa64 | mipsisa64el \ @@ -266,29 +254,23 @@ case $basic_machine in  	| mipsisa64sr71k | mipsisa64sr71kel \  	| mipstx39 | mipstx39el \  	| mn10200 | mn10300 \ -	| mt \  	| msp430 \ -	| nios | nios2 \  	| ns16k | ns32k \ -	| or32 \ +	| openrisc | or32 \  	| pdp10 | pdp11 | pj | pjl \  	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \  	| pyramid \ -	| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ +	| sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \  	| sh64 | sh64le \ -	| sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ -	| sparcv8 | sparcv9 | sparcv9b \ +	| sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \  	| strongarm \  	| tahoe | thumb | tic4x | tic80 | tron \  	| v850 | v850e \  	| we32k \ -	| x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ +	| x86 | xscale | xstormy16 | xtensa \  	| z8k)  		basic_machine=$basic_machine-unknown  		;; -	m32c) -		basic_machine=$basic_machine-unknown -		;;  	m6811 | m68hc11 | m6812 | m68hc12)  		# Motorola 68HC11/12.  		basic_machine=$basic_machine-unknown @@ -296,9 +278,6 @@ case $basic_machine in  		;;  	m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)  		;; -	ms1) -		basic_machine=mt-unknown -		;;  	# We use `pc' rather than `unknown'  	# because (1) that's what they normally are, and @@ -319,9 +298,9 @@ case $basic_machine in  	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \  	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \  	| avr-* \ -	| bfin-* | bs2000-* \ +	| bs2000-* \  	| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ -	| clipper-* | craynv-* | cydra-* \ +	| clipper-* | cydra-* \  	| d10v-* | d30v-* | dlx-* \  	| elxsi-* \  	| f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ @@ -331,7 +310,7 @@ case $basic_machine in  	| ip2k-* | iq2000-* \  	| m32r-* | m32rle-* \  	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ -	| m88110-* | m88k-* | maxq-* | mcore-* \ +	| m88110-* | m88k-* | mcore-* \  	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \  	| mips16-* \  	| mips64-* | mips64el-* \ @@ -340,7 +319,6 @@ case $basic_machine in  	| mips64vr4100-* | mips64vr4100el-* \  	| mips64vr4300-* | mips64vr4300el-* \  	| mips64vr5000-* | mips64vr5000el-* \ -	| mips64vr5900-* | mips64vr5900el-* \  	| mipsisa32-* | mipsisa32el-* \  	| mipsisa32r2-* | mipsisa32r2el-* \  	| mipsisa64-* | mipsisa64el-* \ @@ -348,33 +326,27 @@ case $basic_machine in  	| mipsisa64sb1-* | mipsisa64sb1el-* \  	| mipsisa64sr71k-* | mipsisa64sr71kel-* \  	| mipstx39-* | mipstx39el-* \ -	| mmix-* \ -	| mt-* \  	| msp430-* \ -	| nios-* | nios2-* \ -	| none-* | np1-* | ns16k-* | ns32k-* \ +	| none-* | np1-* | nv1-* | ns16k-* | ns32k-* \  	| orion-* \  	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \  	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \  	| pyramid-* \  	| romp-* | rs6000-* \ -	| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ +	| sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \  	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ -	| sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ -	| sparclite-* \ +	| sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \  	| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \  	| tahoe-* | thumb-* \  	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \  	| tron-* \  	| v850-* | v850e-* | vax-* \  	| we32k-* \ -	| x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ -	| xstormy16-* | xtensa-* \ +	| x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ +	| xtensa-* \  	| ymp-* \  	| z8k-*)  		;; -	m32c-*) -		;;  	# Recognize the various machine names and aliases which stand  	# for a CPU type and a company and sometimes even an OS.  	386bsd) @@ -473,10 +445,6 @@ case $basic_machine in  		basic_machine=j90-cray  		os=-unicos  		;; -	craynv) -		basic_machine=craynv-cray -		os=-unicosmp -		;;  	cr16c)  		basic_machine=cr16c-unknown  		os=-elf @@ -484,9 +452,6 @@ case $basic_machine in  	crds | unos)  		basic_machine=m68k-crds  		;; -	crisv32 | crisv32-* | etraxfs*) -		basic_machine=crisv32-axis -		;;  	cris | cris-* | etrax*)  		basic_machine=cris-axis  		;; @@ -516,10 +481,6 @@ case $basic_machine in  		basic_machine=m88k-motorola  		os=-sysv3  		;; -	djgpp) -		basic_machine=i586-pc -		os=-msdosdjgpp -		;;  	dpx20 | dpx20-*)  		basic_machine=rs6000-bull  		os=-bosx @@ -698,6 +659,10 @@ case $basic_machine in  	mips3*)  		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown  		;; +	mmix*) +		basic_machine=mmix-knuth +		os=-mmixware +		;;  	monitor)  		basic_machine=m68k-rom68k  		os=-coff @@ -710,9 +675,6 @@ case $basic_machine in  		basic_machine=i386-pc  		os=-msdos  		;; -	ms1-*) -		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` -		;;  	mvs)  		basic_machine=i370-ibm  		os=-mvs @@ -781,6 +743,10 @@ case $basic_machine in  	np1)  		basic_machine=np1-gould  		;; +	nv1) +		basic_machine=nv1-cray +		os=-unicosmp +		;;  	nsr-tandem)  		basic_machine=nsr-tandem  		;; @@ -788,8 +754,9 @@ case $basic_machine in  		basic_machine=hppa1.1-oki  		os=-proelf  		;; -	openrisc | openrisc-*) +	or32 | or32-*)  		basic_machine=or32-unknown +		os=-coff  		;;  	os400)  		basic_machine=powerpc-ibm @@ -820,12 +787,6 @@ case $basic_machine in  	pc532 | pc532-*)  		basic_machine=ns32k-pc532  		;; -	pc98) -		basic_machine=i386-pc -		;; -	pc98-*) -		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` -		;;  	pentium | p5 | k5 | k6 | nexgen | viac3)  		basic_machine=i586-pc  		;; @@ -882,10 +843,6 @@ case $basic_machine in  		basic_machine=i586-unknown  		os=-pw32  		;; -	rdos) -		basic_machine=i386-pc -		os=-rdos -		;;  	rom68k)  		basic_machine=m68k-rom68k  		os=-coff @@ -1072,10 +1029,6 @@ case $basic_machine in  		basic_machine=hppa1.1-winbond  		os=-proelf  		;; -	xbox) -		basic_machine=i686-pc -		os=-mingw32 -		;;  	xps | xps100)  		basic_machine=xps100-honeywell  		;; @@ -1106,9 +1059,6 @@ case $basic_machine in  	romp)  		basic_machine=romp-ibm  		;; -	mmix) -		basic_machine=mmix-knuth -		;;  	rs6000)  		basic_machine=rs6000-ibm  		;; @@ -1125,9 +1075,12 @@ case $basic_machine in  	we32k)  		basic_machine=we32k-att  		;; -	sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) +	sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)  		basic_machine=sh-unknown  		;; +	sh64) +		basic_machine=sh64-unknown +		;;  	sparc | sparcv8 | sparcv9 | sparcv9b)  		basic_machine=sparc-sun  		;; @@ -1201,23 +1154,20 @@ case $os in  	      | -aos* \  	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \  	      | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ -	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ -	      | -openbsd* | -solidbsd* \ +	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \  	      | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \  	      | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \  	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \  	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \  	      | -chorusos* | -chorusrdb* \  	      | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ -	      | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ -	      | -uxpv* | -beos* | -mpeix* | -udk* \ +	      | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \  	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \  	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \  	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \  	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \  	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ -	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ -	      | -skyos* | -haiku* | -rdos*) +	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)  	# Remember, each alternative MUST END IN *, to match a version number.  		;;  	-qnx*) @@ -1235,7 +1185,7 @@ case $os in  		os=`echo $os | sed -e 's|nto|nto-qnx|'`  		;;  	-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ -	      | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ +	      | -windows* | -osx | -abug | -netware* | -os9* | -beos* \  	      | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)  		;;  	-mac*) @@ -1344,9 +1294,6 @@ case $os in  	-kaos*)  		os=-kaos  		;; -	-zvmoe) -		os=-zvmoe -		;;  	-none)  		;;  	*) @@ -1424,15 +1371,9 @@ case $basic_machine in  	*-be)  		os=-beos  		;; -	*-haiku) -		os=-haiku -		;;  	*-ibm)  		os=-aix  		;; -    	*-knuth) -		os=-mmixware -		;;  	*-wec)  		os=-proelf  		;; @@ -1598,7 +1539,7 @@ case $basic_machine in  esac  echo $basic_machine$os -exit +exit 0  # Local variables:  # eval: (add-hook 'write-file-hooks 'time-stamp) @@ -1,27 +1,56 @@  #! /bin/sh  # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for w3m 0.5.1. +# Generated by GNU Autoconf 2.61 for w3m 0.5.2.  # -# Report bugs to <ukai@debian.or.jp>. +# Report bugs to <satodai@w3m.jp>.  # -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.  # This configure script is free software; the Free Software Foundation  # gives unlimited permission to copy, distribute and modify it.  ## --------------------- ##  ## M4sh Initialization.  ##  ## --------------------- ## -# Be Bourne compatible +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then    emulate sh    NULLCMD=:    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which    # is contrary to our usage.  Disable this feature.    alias -g '${1+"$@"}'='"$@"' -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then -  set -o posix +  setopt NO_GLOB_SUBST +else +  case `(set -o) 2>/dev/null` in +  *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then +  echo "#! /bin/sh" >conf$$.sh +  echo  "exit 0"   >>conf$$.sh +  chmod +x conf$$.sh +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then +    PATH_SEPARATOR=';' +  else +    PATH_SEPARATOR=: +  fi +  rm -f conf$$.sh  fi -DUALCASE=1; export DUALCASE # for MKS sh  # Support unset when possible.  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then @@ -31,8 +60,43 @@ else  fi +# IFS +# We need space, tab and new line, in precisely that order.  Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" ""	$as_nl" + +# Find who we are.  Look in the path if we contain no directory separator. +case $0 in +  *[\\/]* ) as_myself=$0 ;; +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do +  IFS=$as_save_IFS +  test -z "$as_dir" && as_dir=. +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + +     ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then +  as_myself=$0 +fi +if test ! -f "$as_myself"; then +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 +  { (exit 1); exit 1; } +fi +  # Work around bugs in pre-3.0 UWIN ksh. -$as_unset ENV MAIL MAILPATH +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done  PS1='$ '  PS2='> '  PS4='+ ' @@ -46,18 +110,19 @@ do    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then      eval $as_var=C; export $as_var    else -    $as_unset $as_var +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var    fi  done  # Required to use basename. -if expr a : '\(a\)' >/dev/null 2>&1; then +if expr a : '\(a\)' >/dev/null 2>&1 && +   test "X`expr 00001 : '.*\(...\)'`" = X001; then    as_expr=expr  else    as_expr=false  fi -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then    as_basename=basename  else    as_basename=false @@ -65,157 +130,388 @@ fi  # Name of the executable. -as_me=`$as_basename "$0" || +as_me=`$as_basename -- "$0" ||  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  	 X"$0" : 'X\(//\)$' \| \ -	 X"$0" : 'X\(/\)$' \| \ -	 .     : '\(.\)' 2>/dev/null || +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||  echo X/"$0" | -    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } -  	  /^X\/\(\/\/\)$/{ s//\1/; q; } -  	  /^X\/\(\/\).*/{ s//\1/; q; } -  	  s/.*/./; q'` +    sed '/^.*\/\([^/][^/]*\)\/*$/{ +	    s//\1/ +	    q +	  } +	  /^X\/\(\/\/\)$/{ +	    s//\1/ +	    q +	  } +	  /^X\/\(\/\).*/{ +	    s//\1/ +	    q +	  } +	  s/.*/./; q'` +# CDPATH. +$as_unset CDPATH -# PATH needs CR, and LINENO needs CR and PATH. -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then -  echo "#! /bin/sh" >conf$$.sh -  echo  "exit 0"   >>conf$$.sh -  chmod +x conf$$.sh -  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then -    PATH_SEPARATOR=';' -  else -    PATH_SEPARATOR=: -  fi -  rm -f conf$$.sh +if test "x$CONFIG_SHELL" = x; then +  if (eval ":") 2>/dev/null; then +  as_have_required=yes +else +  as_have_required=no  fi +  if test $as_have_required = yes && 	 (eval ": +(as_func_return () { +  (exit \$1) +} +as_func_success () { +  as_func_return 0 +} +as_func_failure () { +  as_func_return 1 +} +as_func_ret_success () { +  return 0 +} +as_func_ret_failure () { +  return 1 +} -  as_lineno_1=$LINENO -  as_lineno_2=$LINENO -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` -  test "x$as_lineno_1" != "x$as_lineno_2" && -  test "x$as_lineno_3"  = "x$as_lineno_2"  || { -  # Find who we are.  Look in the path if we contain no path at all -  # relative or not. -  case $0 in -    *[\\/]* ) as_myself=$0 ;; -    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do -  IFS=$as_save_IFS -  test -z "$as_dir" && as_dir=. -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break -done +exitcode=0 +if as_func_success; then +  : +else +  exitcode=1 +  echo as_func_success failed. +fi -       ;; -  esac -  # We did not find ourselves, most probably we were run as `sh COMMAND' -  # in which case we are not to be found in the path. -  if test "x$as_myself" = x; then -    as_myself=$0 -  fi -  if test ! -f "$as_myself"; then -    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 -   { (exit 1); exit 1; }; } -  fi -  case $CONFIG_SHELL in -  '') +if as_func_failure; then +  exitcode=1 +  echo as_func_failure succeeded. +fi + +if as_func_ret_success; then +  : +else +  exitcode=1 +  echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then +  exitcode=1 +  echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then +  : +else +  exitcode=1 +  echo positional parameters were not saved. +fi + +test \$exitcode = 0) || { (exit 1); exit 1; } + +( +  as_lineno_1=\$LINENO +  as_lineno_2=\$LINENO +  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && +  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } +") 2> /dev/null; then +  : +else +  as_candidate_shells=      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH  do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=. -  for as_base in sh bash ksh sh5; do -	 case $as_dir in +  case $as_dir in  	 /*) -	   if ("$as_dir/$as_base" -c ' +	   for as_base in sh bash ksh sh5; do +	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base" +	   done;; +       esac +done +IFS=$as_save_IFS + + +      for as_shell in $as_candidate_shells $SHELL; do +	 # Try only shells that exist, to save several forks. +	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && +		{ ("$as_shell") 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then +  emulate sh +  NULLCMD=: +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which +  # is contrary to our usage.  Disable this feature. +  alias -g '${1+"$@"}'='"$@"' +  setopt NO_GLOB_SUBST +else +  case `(set -o) 2>/dev/null` in +  *posix*) set -o posix ;; +esac + +fi + + +: +_ASEOF +}; then +  CONFIG_SHELL=$as_shell +	       as_have_required=yes +	       if { "$as_shell" 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then +  emulate sh +  NULLCMD=: +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which +  # is contrary to our usage.  Disable this feature. +  alias -g '${1+"$@"}'='"$@"' +  setopt NO_GLOB_SUBST +else +  case `(set -o) 2>/dev/null` in +  *posix*) set -o posix ;; +esac + +fi + + +: +(as_func_return () { +  (exit $1) +} +as_func_success () { +  as_func_return 0 +} +as_func_failure () { +  as_func_return 1 +} +as_func_ret_success () { +  return 0 +} +as_func_ret_failure () { +  return 1 +} + +exitcode=0 +if as_func_success; then +  : +else +  exitcode=1 +  echo as_func_success failed. +fi + +if as_func_failure; then +  exitcode=1 +  echo as_func_failure succeeded. +fi + +if as_func_ret_success; then +  : +else +  exitcode=1 +  echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then +  exitcode=1 +  echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = "$1" ); then +  : +else +  exitcode=1 +  echo positional parameters were not saved. +fi + +test $exitcode = 0) || { (exit 1); exit 1; } + +(    as_lineno_1=$LINENO    as_lineno_2=$LINENO -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`    test "x$as_lineno_1" != "x$as_lineno_2" && -  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then -	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } -	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } -	     CONFIG_SHELL=$as_dir/$as_base -	     export CONFIG_SHELL -	     exec "$CONFIG_SHELL" "$0" ${1+"$@"} -	   fi;; -	 esac -       done -done -;; -  esac +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } + +_ASEOF +}; then +  break +fi + +fi + +      done + +      if test "x$CONFIG_SHELL" != x; then +  for as_var in BASH_ENV ENV +        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +        done +        export CONFIG_SHELL +        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + +    if test $as_have_required = no; then +  echo This script requires a shell more modern than all the +      echo shells that I found on your system.  Please install a +      echo modern shell, or manually run the script under such a +      echo shell if you do have one. +      { (exit 1); exit 1; } +fi + + +fi + +fi + + + +(eval "as_func_return () { +  (exit \$1) +} +as_func_success () { +  as_func_return 0 +} +as_func_failure () { +  as_func_return 1 +} +as_func_ret_success () { +  return 0 +} +as_func_ret_failure () { +  return 1 +} + +exitcode=0 +if as_func_success; then +  : +else +  exitcode=1 +  echo as_func_success failed. +fi + +if as_func_failure; then +  exitcode=1 +  echo as_func_failure succeeded. +fi + +if as_func_ret_success; then +  : +else +  exitcode=1 +  echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then +  exitcode=1 +  echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then +  : +else +  exitcode=1 +  echo positional parameters were not saved. +fi + +test \$exitcode = 0") || { +  echo No shell found that supports shell functions. +  echo Please tell autoconf@gnu.org about your system, +  echo including any error possibly output before this +  echo message +} + + + +  as_lineno_1=$LINENO +  as_lineno_2=$LINENO +  test "x$as_lineno_1" != "x$as_lineno_2" && +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {    # Create $as_me.lineno as a copy of $as_myself, but with $LINENO    # uniformly replaced by the line number.  The first 'sed' inserts a -  # line-number line before each line; the second 'sed' does the real -  # work.  The second script uses 'N' to pair each line-number line -  # with the numbered line, and appends trailing '-' during -  # substitution so that $LINENO is not a special case at line end. +  # line-number line after each line using $LINENO; the second 'sed' +  # does the real work.  The second script uses 'N' to pair each +  # line-number line with the line containing $LINENO, and appends +  # trailing '-' during substitution so that $LINENO is not a special +  # case at line end.    # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the -  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-) -  sed '=' <$as_myself | +  # scripts with optimization help from Paolo Bonzini.  Blame Lee +  # E. McMahon (1931-1989) for sed's syntax.  :-) +  sed -n ' +    p +    /[$]LINENO/= +  ' <$as_myself |      sed ' +      s/[$]LINENO.*/&-/ +      t lineno +      b +      :lineno        N -      s,$,-, -      : loop -      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, +      :loop +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/        t loop -      s,-$,, -      s,^['$as_cr_digits']*\n,, +      s/-\n.*//      ' >$as_me.lineno && -  chmod +x $as_me.lineno || +  chmod +x "$as_me.lineno" ||      { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2     { (exit 1); exit 1; }; }    # 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 sensible to this). -  . ./$as_me.lineno +  # original and so on.  Autoconf is especially sensitive to this). +  . "./$as_me.lineno"    # Exit status is that of the last command.    exit  } -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in -  *c*,-n*) ECHO_N= ECHO_C=' -' ECHO_T='	' ;; -  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;; -  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;; +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then +  as_dirname=dirname +else +  as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) +  case `echo 'x\c'` in +  *c*) ECHO_T='	';;	# ECHO_T is single tab character. +  *)   ECHO_C='\c';; +  esac;; +*) +  ECHO_N='-n';;  esac -if expr a : '\(a\)' >/dev/null 2>&1; then +if expr a : '\(a\)' >/dev/null 2>&1 && +   test "X`expr 00001 : '.*\(...\)'`" = X001; then    as_expr=expr  else    as_expr=false  fi  rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then +  rm -f conf$$.dir/conf$$.file +else +  rm -f conf$$.dir +  mkdir conf$$.dir +fi  echo >conf$$.file  if ln -s conf$$.file conf$$ 2>/dev/null; then -  # We could just check for DJGPP; but this test a) works b) is more generic -  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). -  if test -f conf$$.exe; then -    # Don't use ln at all; we don't have any links +  as_ln_s='ln -s' +  # ... 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'. +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||      as_ln_s='cp -p' -  else -    as_ln_s='ln -s' -  fi  elif ln conf$$.file conf$$ 2>/dev/null; then    as_ln_s=ln  else    as_ln_s='cp -p'  fi -rm -f conf$$ conf$$.exe conf$$.file +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null  if mkdir -p . 2>/dev/null; then    as_mkdir_p=: @@ -224,7 +520,28 @@ else    as_mkdir_p=false  fi -as_executable_p="test -f" +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  # 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'" @@ -233,85 +550,237 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" -# IFS -# We need space, tab and new line, in precisely that order. -as_nl=' -' -IFS=" 	$as_nl" - -# CDPATH. -$as_unset CDPATH +exec 7<&0 </dev/null 6>&1  # Name of the host.  # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,  # so uname gets run too.  ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` -exec 6>&1 -  #  # Initializations.  #  ac_default_prefix=/usr/local +ac_clean_files=  ac_config_libobj_dir=. +LIBOBJS=  cross_compiling=no  subdirs=  MFLAGS=  MAKEFLAGS=  SHELL=${CONFIG_SHELL-/bin/sh} -# Maximum number of lines to put in a shell here document. -# This variable seems obsolete.  It should probably be removed, and -# only ac_max_sed_lines should be used. -: ${ac_max_here_lines=38} -  # Identity of this package.  PACKAGE_NAME='w3m'  PACKAGE_TARNAME='w3m' -PACKAGE_VERSION='0.5.1' -PACKAGE_STRING='w3m 0.5.1' -PACKAGE_BUGREPORT='ukai@debian.or.jp' +PACKAGE_VERSION='0.5.2' +PACKAGE_STRING='w3m 0.5.2' +PACKAGE_BUGREPORT='satodai@w3m.jp'  # Factoring default headers for most tests.  ac_includes_default="\  #include <stdio.h> -#if HAVE_SYS_TYPES_H +#ifdef HAVE_SYS_TYPES_H  # include <sys/types.h>  #endif -#if HAVE_SYS_STAT_H +#ifdef HAVE_SYS_STAT_H  # include <sys/stat.h>  #endif -#if STDC_HEADERS +#ifdef STDC_HEADERS  # include <stdlib.h>  # include <stddef.h>  #else -# if HAVE_STDLIB_H +# ifdef HAVE_STDLIB_H  #  include <stdlib.h>  # endif  #endif -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H  #  include <memory.h>  # endif  # include <string.h>  #endif -#if HAVE_STRINGS_H +#ifdef HAVE_STRINGS_H  # include <strings.h>  #endif -#if HAVE_INTTYPES_H +#ifdef HAVE_INTTYPES_H  # include <inttypes.h> -#else -# if HAVE_STDINT_H -#  include <stdint.h> -# endif  #endif -#if HAVE_UNISTD_H +#ifdef HAVE_STDINT_H +# include <stdint.h> +#endif +#ifdef HAVE_UNISTD_H  # include <unistd.h>  #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE VERSION W3M W3M_LANG AWK CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB PERL NKF MAN build build_cpu build_vendor build_os host host_cpu host_vendor host_os W3M_TARGET W3M_LIBS USE_M17N USE_UNICODE WCTARGET WCCFLAGS DISPLAY_CHARSET SYSTEM_CHARSET DOCUMENT_CHARSET POSUBST POLANG MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB INTLTARGET NLSTARGET USE_COLOR USE_ANSI_COLOR USE_BG_COLOR USE_IMAGE USE_W3MIMG_X11 USE_W3MIMG_FB W3MIMGDISPLAY_SETUID INSTALL_W3MIMGDISPLAY USE_GDKPIXBUF USE_GTK2 USE_IMLIB USE_IMLIB2 IMGTARGETS IMGOBJS IMGX11CFLAGS IMGX11LDFLAGS IMGFBCFLAGS IMGFBLDFLAGS USE_XFACE uncompface KEYMAP_FILE HELP_FILE KEYBIND USE_MENU USE_MOUSE USE_HISTORY USE_ALARM USE_COOKIE USE_DIGEST_AUTH USE_NNTP USE_GOPHER USE_DICT USE_HELP_CGI USE_EXTERNAL_URI_LOADER USE_W3MMAILER USE_MIGEMO DEF_MIGEMO_COMMAND DEF_EDITOR DEF_MAILER DEF_EXT_BROWSER INET6 HAVE_OLD_SS_FAMILY USE_SSL USE_SSL_VERIFY PKG_CONFIG SSL_CFLAGS SSL_LIBS USE_W3M USE_SYSMOUSE AUXBIN_TARGETS EGREP USE_BINMODE_STREAM HAVE_SYS_ERRLIST HAVE_SIGSETJMP RETSIGTYPE SIGNAL_RETURN HELP_DIR RC_DIR DOCDIRS CURRENT_VERSION LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL +PATH_SEPARATOR +PACKAGE_NAME +PACKAGE_TARNAME +PACKAGE_VERSION +PACKAGE_STRING +PACKAGE_BUGREPORT +exec_prefix +prefix +program_transform_name +bindir +sbindir +libexecdir +datarootdir +datadir +sysconfdir +sharedstatedir +localstatedir +includedir +oldincludedir +docdir +infodir +htmldir +dvidir +pdfdir +psdir +libdir +localedir +mandir +DEFS +ECHO_C +ECHO_N +ECHO_T +LIBS +build_alias +host_alias +target_alias +PACKAGE +VERSION +W3M +W3M_LANG +AWK +CC +CFLAGS +LDFLAGS +CPPFLAGS +ac_ct_CC +EXEEXT +OBJEXT +CPP +INSTALL_PROGRAM +INSTALL_SCRIPT +INSTALL_DATA +LN_S +SET_MAKE +RANLIB +PERL +NKF +MAN +build +build_cpu +build_vendor +build_os +host +host_cpu +host_vendor +host_os +W3M_TARGET +W3M_LIBS +USE_M17N +USE_UNICODE +WCTARGET +WCCFLAGS +DISPLAY_CHARSET +SYSTEM_CHARSET +DOCUMENT_CHARSET +POSUBST +POLANG +MKINSTALLDIRS +USE_NLS +MSGFMT +GMSGFMT +XGETTEXT +MSGMERGE +LIBICONV +LTLIBICONV +INTLLIBS +LIBINTL +LTLIBINTL +POSUB +INTLTARGET +NLSTARGET +USE_COLOR +USE_ANSI_COLOR +USE_BG_COLOR +USE_IMAGE +USE_W3MIMG_X11 +USE_W3MIMG_FB +W3MIMGDISPLAY_SETUID +INSTALL_W3MIMGDISPLAY +USE_GDKPIXBUF +USE_GTK2 +USE_IMLIB +USE_IMLIB2 +IMGTARGETS +IMGOBJS +IMGX11CFLAGS +IMGX11LDFLAGS +IMGFBCFLAGS +IMGFBLDFLAGS +USE_XFACE +uncompface +KEYMAP_FILE +HELP_FILE +KEYBIND +USE_MENU +USE_MOUSE +USE_HISTORY +USE_ALARM +USE_COOKIE +USE_NNTP +USE_GOPHER +USE_DICT +USE_HELP_CGI +USE_EXTERNAL_URI_LOADER +USE_W3MMAILER +USE_MIGEMO +DEF_MIGEMO_COMMAND +DEF_EDITOR +DEF_MAILER +DEF_EXT_BROWSER +INET6 +HAVE_OLD_SS_FAMILY +USE_SSL +USE_SSL_VERIFY +PKG_CONFIG +SSL_CFLAGS +SSL_LIBS +USE_DIGEST_AUTH +USE_W3M +USE_SYSMOUSE +AUXBIN_TARGETS +LIBGC +GREP +EGREP +USE_BINMODE_STREAM +HAVE_SYS_ERRLIST +HAVE_SIGSETJMP +RETSIGTYPE +SIGNAL_RETURN +HELP_DIR +RC_DIR +DOCDIRS +CURRENT_VERSION +LIBOBJS +LTLIBOBJS'  ac_subst_files='' +      ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CPP' +  # Initialize some variables set by options.  ac_init_help= @@ -338,34 +807,48 @@ x_libraries=NONE  # and all the variables that are supposed to be based on exec_prefix  # by default will actually change.  # Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.)  bindir='${exec_prefix}/bin'  sbindir='${exec_prefix}/sbin'  libexecdir='${exec_prefix}/libexec' -datadir='${prefix}/share' +datarootdir='${prefix}/share' +datadir='${datarootdir}'  sysconfdir='${prefix}/etc'  sharedstatedir='${prefix}/com'  localstatedir='${prefix}/var' -libdir='${exec_prefix}/lib'  includedir='${prefix}/include'  oldincludedir='/usr/include' -infodir='${prefix}/info' -mandir='${prefix}/man' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man'  ac_prev= +ac_dashdash=  for ac_option  do    # If the previous option needs an argument, assign it.    if test -n "$ac_prev"; then -    eval "$ac_prev=\$ac_option" +    eval $ac_prev=\$ac_option      ac_prev=      continue    fi -  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` +  case $ac_option in +  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; +  *)	ac_optarg=yes ;; +  esac    # Accept the important Cygnus configure options, so we can diagnose typos. -  case $ac_option in +  case $ac_dashdash$ac_option in +  --) +    ac_dashdash=yes ;;    -bindir | --bindir | --bindi | --bind | --bin | --bi)      ac_prev=bindir ;; @@ -387,33 +870,45 @@ do    --config-cache | -C)      cache_file=config.cache ;; -  -datadir | --datadir | --datadi | --datad | --data | --dat | --da) +  -datadir | --datadir | --datadi | --datad)      ac_prev=datadir ;; -  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ -  | --da=*) +  -datadir=* | --datadir=* | --datadi=* | --datad=*)      datadir=$ac_optarg ;; +  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ +  | --dataroo | --dataro | --datar) +    ac_prev=datarootdir ;; +  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ +  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) +    datarootdir=$ac_optarg ;; +    -disable-* | --disable-*)      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`      # Reject names that are not valid shell variable names. -    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&        { echo "$as_me: error: invalid feature name: $ac_feature" >&2     { (exit 1); exit 1; }; } -    ac_feature=`echo $ac_feature | sed 's/-/_/g'` -    eval "enable_$ac_feature=no" ;; +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` +    eval enable_$ac_feature=no ;; + +  -docdir | --docdir | --docdi | --doc | --do) +    ac_prev=docdir ;; +  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) +    docdir=$ac_optarg ;; + +  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) +    ac_prev=dvidir ;; +  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) +    dvidir=$ac_optarg ;;    -enable-* | --enable-*)      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`      # Reject names that are not valid shell variable names. -    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&        { echo "$as_me: error: invalid feature name: $ac_feature" >&2     { (exit 1); exit 1; }; } -    ac_feature=`echo $ac_feature | sed 's/-/_/g'` -    case $ac_option in -      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; -      *) ac_optarg=yes ;; -    esac -    eval "enable_$ac_feature='$ac_optarg'" ;; +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` +    eval enable_$ac_feature=\$ac_optarg ;;    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ @@ -440,6 +935,12 @@ do    -host=* | --host=* | --hos=* | --ho=*)      host_alias=$ac_optarg ;; +  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) +    ac_prev=htmldir ;; +  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ +  | --ht=*) +    htmldir=$ac_optarg ;; +    -includedir | --includedir | --includedi | --included | --include \    | --includ | --inclu | --incl | --inc)      ac_prev=includedir ;; @@ -464,13 +965,16 @@ do    | --libexe=* | --libex=* | --libe=*)      libexecdir=$ac_optarg ;; +  -localedir | --localedir | --localedi | --localed | --locale) +    ac_prev=localedir ;; +  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) +    localedir=$ac_optarg ;; +    -localstatedir | --localstatedir | --localstatedi | --localstated \ -  | --localstate | --localstat | --localsta | --localst \ -  | --locals | --local | --loca | --loc | --lo) +  | --localstate | --localstat | --localsta | --localst | --locals)      ac_prev=localstatedir ;;    -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ -  | --localstate=* | --localstat=* | --localsta=* | --localst=* \ -  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) +  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)      localstatedir=$ac_optarg ;;    -mandir | --mandir | --mandi | --mand | --man | --ma | --m) @@ -535,6 +1039,16 @@ do    | --progr-tra=* | --program-tr=* | --program-t=*)      program_transform_name=$ac_optarg ;; +  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) +    ac_prev=pdfdir ;; +  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) +    pdfdir=$ac_optarg ;; + +  -psdir | --psdir | --psdi | --psd | --ps) +    ac_prev=psdir ;; +  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) +    psdir=$ac_optarg ;; +    -q | -quiet | --quiet | --quie | --qui | --qu | --q \    | -silent | --silent | --silen | --sile | --sil)      silent=yes ;; @@ -587,24 +1101,20 @@ do    -with-* | --with-*)      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`      # Reject names that are not valid shell variable names. -    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&        { echo "$as_me: error: invalid package name: $ac_package" >&2     { (exit 1); exit 1; }; } -    ac_package=`echo $ac_package| sed 's/-/_/g'` -    case $ac_option in -      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; -      *) ac_optarg=yes ;; -    esac -    eval "with_$ac_package='$ac_optarg'" ;; +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` +    eval with_$ac_package=\$ac_optarg ;;    -without-* | --without-*)      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`      # Reject names that are not valid shell variable names. -    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&        { echo "$as_me: error: invalid package name: $ac_package" >&2     { (exit 1); exit 1; }; } -    ac_package=`echo $ac_package | sed 's/-/_/g'` -    eval "with_$ac_package=no" ;; +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` +    eval with_$ac_package=no ;;    --x)      # Obsolete; use --with-x. @@ -635,8 +1145,7 @@ Try \`$0 --help' for more information." >&2      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&        { echo "$as_me: error: invalid variable name: $ac_envvar" >&2     { (exit 1); exit 1; }; } -    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` -    eval "$ac_envvar='$ac_optarg'" +    eval $ac_envvar=\$ac_optarg      export $ac_envvar ;;    *) @@ -656,27 +1165,19 @@ if test -n "$ac_prev"; then     { (exit 1); exit 1; }; }  fi -# Be sure to have absolute paths. -for ac_var in exec_prefix prefix -do -  eval ac_val=$`echo $ac_var` -  case $ac_val in -    [\\/$]* | ?:[\\/]* | NONE | '' ) ;; -    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 -   { (exit 1); exit 1; }; };; -  esac -done - -# Be sure to have absolute paths. -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ -	      localstatedir libdir includedir oldincludedir infodir mandir +# Be sure to have absolute directory names. +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  do -  eval ac_val=$`echo $ac_var` +  eval ac_val=\$$ac_var    case $ac_val in -    [\\/$]* | ?:[\\/]* ) ;; -    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 -   { (exit 1); exit 1; }; };; +    [\\/$]* | ?:[\\/]* )  continue;; +    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;    esac +  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 +   { (exit 1); exit 1; }; }  done  # There might be people who depend on the old broken behavior: `$host' @@ -703,74 +1204,76 @@ test -n "$host_alias" && ac_tool_prefix=$host_alias-  test "$silent" = yes && exec 6>/dev/null +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || +  { echo "$as_me: error: Working directory cannot be determined" >&2 +   { (exit 1); exit 1; }; } +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || +  { echo "$as_me: error: pwd does not report name of working directory" >&2 +   { (exit 1); exit 1; }; } + +  # Find the source files, if location was not specified.  if test -z "$srcdir"; then    ac_srcdir_defaulted=yes -  # Try the directory containing this script, then its parent. -  ac_confdir=`(dirname "$0") 2>/dev/null || +  # Try the directory containing this script, then the parent directory. +  ac_confdir=`$as_dirname -- "$0" ||  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  	 X"$0" : 'X\(//\)[^/]' \| \  	 X"$0" : 'X\(//\)$' \| \ -	 X"$0" : 'X\(/\)' \| \ -	 .     : '\(.\)' 2>/dev/null || +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||  echo X"$0" | -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; } -  	  /^X\(\/\/\)$/{ s//\1/; q; } -  	  /^X\(\/\).*/{ s//\1/; q; } -  	  s/.*/./; q'` +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ +	    s//\1/ +	    q +	  } +	  /^X\(\/\/\)[^/].*/{ +	    s//\1/ +	    q +	  } +	  /^X\(\/\/\)$/{ +	    s//\1/ +	    q +	  } +	  /^X\(\/\).*/{ +	    s//\1/ +	    q +	  } +	  s/.*/./; q'`    srcdir=$ac_confdir -  if test ! -r $srcdir/$ac_unique_file; then +  if test ! -r "$srcdir/$ac_unique_file"; then      srcdir=..    fi  else    ac_srcdir_defaulted=no  fi -if test ! -r $srcdir/$ac_unique_file; then -  if test "$ac_srcdir_defaulted" = yes; then -    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 -   { (exit 1); exit 1; }; } -  else -    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 +if test ! -r "$srcdir/$ac_unique_file"; then +  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." +  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2     { (exit 1); exit 1; }; } -  fi  fi -(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || -  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( +	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2     { (exit 1); exit 1; }; } -srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` -ac_env_build_alias_set=${build_alias+set} -ac_env_build_alias_value=$build_alias -ac_cv_env_build_alias_set=${build_alias+set} -ac_cv_env_build_alias_value=$build_alias -ac_env_host_alias_set=${host_alias+set} -ac_env_host_alias_value=$host_alias -ac_cv_env_host_alias_set=${host_alias+set} -ac_cv_env_host_alias_value=$host_alias -ac_env_target_alias_set=${target_alias+set} -ac_env_target_alias_value=$target_alias -ac_cv_env_target_alias_set=${target_alias+set} -ac_cv_env_target_alias_value=$target_alias -ac_env_CC_set=${CC+set} -ac_env_CC_value=$CC -ac_cv_env_CC_set=${CC+set} -ac_cv_env_CC_value=$CC -ac_env_CFLAGS_set=${CFLAGS+set} -ac_env_CFLAGS_value=$CFLAGS -ac_cv_env_CFLAGS_set=${CFLAGS+set} -ac_cv_env_CFLAGS_value=$CFLAGS -ac_env_LDFLAGS_set=${LDFLAGS+set} -ac_env_LDFLAGS_value=$LDFLAGS -ac_cv_env_LDFLAGS_set=${LDFLAGS+set} -ac_cv_env_LDFLAGS_value=$LDFLAGS -ac_env_CPPFLAGS_set=${CPPFLAGS+set} -ac_env_CPPFLAGS_value=$CPPFLAGS -ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} -ac_cv_env_CPPFLAGS_value=$CPPFLAGS -ac_env_CPP_set=${CPP+set} -ac_env_CPP_value=$CPP -ac_cv_env_CPP_set=${CPP+set} -ac_cv_env_CPP_value=$CPP +	pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then +  srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do +  eval ac_env_${ac_var}_set=\${${ac_var}+set} +  eval ac_env_${ac_var}_value=\$${ac_var} +  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} +  eval ac_cv_env_${ac_var}_value=\$${ac_var} +done  #  # Report the --help message. @@ -779,7 +1282,7 @@ if test "$ac_init_help" = "long"; then    # Omit some internal or obsolete options to make the list less imposing.    # This message is too long to be a string in the A/UX 3.1 sh.    cat <<_ACEOF -\`configure' configures w3m 0.5.1 to adapt to many kinds of systems. +\`configure' configures w3m 0.5.2 to adapt to many kinds of systems.  Usage: $0 [OPTION]... [VAR=VALUE]... @@ -799,9 +1302,6 @@ Configuration:    -n, --no-create         do not create output files        --srcdir=DIR        find the sources in DIR [configure dir or \`..'] -_ACEOF - -  cat <<_ACEOF  Installation directories:    --prefix=PREFIX         install architecture-independent files in PREFIX  			  [$ac_default_prefix] @@ -819,15 +1319,22 @@ Fine tuning of the installation directories:    --bindir=DIR           user executables [EPREFIX/bin]    --sbindir=DIR          system admin executables [EPREFIX/sbin]    --libexecdir=DIR       program executables [EPREFIX/libexec] -  --datadir=DIR          read-only architecture-independent data [PREFIX/share]    --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]    --libdir=DIR           object code libraries [EPREFIX/lib]    --includedir=DIR       C header files [PREFIX/include]    --oldincludedir=DIR    C header files for non-gcc [/usr/include] -  --infodir=DIR          info documentation [PREFIX/info] -  --mandir=DIR           man documentation [PREFIX/man] +  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share] +  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR] +  --infodir=DIR          info documentation [DATAROOTDIR/info] +  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale] +  --mandir=DIR           man documentation [DATAROOTDIR/man] +  --docdir=DIR           documentation root [DATAROOTDIR/doc/w3m] +  --htmldir=DIR          html documentation [DOCDIR] +  --dvidir=DIR           dvi documentation [DOCDIR] +  --pdfdir=DIR           pdf documentation [DOCDIR] +  --psdir=DIR            ps documentation [DOCDIR]  _ACEOF    cat <<\_ACEOF @@ -840,7 +1347,7 @@ fi  if test -n "$ac_init_help"; then    case $ac_init_help in -     short | recursive ) echo "Configuration of w3m 0.5.1:";; +     short | recursive ) echo "Configuration of w3m 0.5.2:";;     esac    cat <<\_ACEOF @@ -867,7 +1374,6 @@ Optional Features:    --disable-history		disable URL history    --disable-alarm		disable alarm    --disable-cookie		disable cookie -  --disable-digest-auth		disable digest auth    --disable-nntp		disable NNTP    --enable-gopher		enable GOPHER    --disable-dict		disable dictionary lookup (see README.dict) @@ -876,6 +1382,7 @@ Optional Features:     --disable-w3mmailer		disable w3mmailer    --disable-ipv6		disable IPv6     --disable-sslverify		verify SSL certificate +  --disable-digest-auth		disable digest auth  Optional Packages:    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes] @@ -904,129 +1411,96 @@ Some influential environment variables:    CFLAGS      C compiler flags    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a                nonstandard directory <lib dir> -  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have -              headers in a nonstandard directory <include dir> +  LIBS        libraries to pass to the linker, e.g. -l<library> +  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if +              you have headers in a nonstandard directory <include dir>    CPP         C preprocessor  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 <ukai@debian.or.jp>. +Report bugs to <satodai@w3m.jp>.  _ACEOF +ac_status=$?  fi  if test "$ac_init_help" = "recursive"; then    # If there are subdirs, report their specific --help. -  ac_popdir=`pwd`    for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue -    test -d $ac_dir || continue +    test -d "$ac_dir" || continue      ac_builddir=. -if test "$ac_dir" != .; then +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*)    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` -  # A "../" for each directory in $ac_dir_suffix. -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` -else -  ac_dir_suffix= ac_top_builddir= -fi +  # A ".." for each directory in $ac_dir_suffix. +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` +  case $ac_top_builddir_sub in +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;; +  esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix  case $srcdir in -  .)  # No --srcdir option.  We are building in place. +  .)  # We are building in place.      ac_srcdir=. -    if test -z "$ac_top_builddir"; then -       ac_top_srcdir=. -    else -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` -    fi ;; -  [\\/]* | ?:[\\/]* )  # Absolute path. +    ac_top_srcdir=$ac_top_builddir_sub +    ac_abs_top_srcdir=$ac_pwd ;; +  [\\/]* | ?:[\\/]* )  # Absolute name.      ac_srcdir=$srcdir$ac_dir_suffix; -    ac_top_srcdir=$srcdir ;; -  *) # Relative path. -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix -    ac_top_srcdir=$ac_top_builddir$srcdir ;; -esac - -# Do not use `cd foo && pwd` to compute absolute paths, because -# the directories may not exist. -case `pwd` in -.) ac_abs_builddir="$ac_dir";; -*) -  case "$ac_dir" in -  .) ac_abs_builddir=`pwd`;; -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; -  *) ac_abs_builddir=`pwd`/"$ac_dir";; -  esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_builddir=${ac_top_builddir}.;; -*) -  case ${ac_top_builddir}. in -  .) ac_abs_top_builddir=$ac_abs_builddir;; -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; -  esac;; -esac -case $ac_abs_builddir in -.) ac_abs_srcdir=$ac_srcdir;; -*) -  case $ac_srcdir in -  .) ac_abs_srcdir=$ac_abs_builddir;; -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; -  esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_srcdir=$ac_top_srcdir;; -*) -  case $ac_top_srcdir in -  .) ac_abs_top_srcdir=$ac_abs_builddir;; -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; -  esac;; +    ac_top_srcdir=$srcdir +    ac_abs_top_srcdir=$srcdir ;; +  *) # Relative name. +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix +    ac_top_srcdir=$ac_top_build_prefix$srcdir +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;  esac - -    cd $ac_dir -    # Check for guested configure; otherwise get Cygnus style configure. -    if test -f $ac_srcdir/configure.gnu; then -      echo -      $SHELL $ac_srcdir/configure.gnu  --help=recursive -    elif test -f $ac_srcdir/configure; then -      echo -      $SHELL $ac_srcdir/configure  --help=recursive -    elif test -f $ac_srcdir/configure.ac || -	   test -f $ac_srcdir/configure.in; then -      echo -      $ac_configure --help +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + +    cd "$ac_dir" || { ac_status=$?; continue; } +    # Check for guested configure. +    if test -f "$ac_srcdir/configure.gnu"; then +      echo && +      $SHELL "$ac_srcdir/configure.gnu" --help=recursive +    elif test -f "$ac_srcdir/configure"; then +      echo && +      $SHELL "$ac_srcdir/configure" --help=recursive      else        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 -    fi -    cd "$ac_popdir" +    fi || ac_status=$? +    cd "$ac_pwd" || { ac_status=$?; break; }    done  fi -test -n "$ac_init_help" && exit 0 +test -n "$ac_init_help" && exit $ac_status  if $ac_init_version; then    cat <<\_ACEOF -w3m configure 0.5.1 -generated by GNU Autoconf 2.59 +w3m configure 0.5.2 +generated by GNU Autoconf 2.61 -Copyright (C) 2003 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.  This configure script is free software; the Free Software Foundation  gives unlimited permission to copy, distribute and modify it.  _ACEOF -  exit 0 +  exit  fi -exec 5>config.log -cat >&5 <<_ACEOF +cat >config.log <<_ACEOF  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.1, which was -generated by GNU Autoconf 2.59.  Invocation command line was +It was created by w3m $as_me 0.5.2, which was +generated by GNU Autoconf 2.61.  Invocation command line was    $ $0 $@  _ACEOF +exec 5>>config.log  {  cat <<_ASUNAME  ## --------- ## @@ -1045,7 +1519,7 @@ uname -v = `(uname -v) 2>/dev/null || echo unknown`  /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`  /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`  /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` -hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown` +/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`  /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`  /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`  /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown` @@ -1059,6 +1533,7 @@ do    test -z "$as_dir" && as_dir=.    echo "PATH: $as_dir"  done +IFS=$as_save_IFS  } >&5 @@ -1080,7 +1555,6 @@ _ACEOF  ac_configure_args=  ac_configure_args0=  ac_configure_args1= -ac_sep=  ac_must_keep_next=false  for ac_pass in 1 2  do @@ -1091,7 +1565,7 @@ do      -q | -quiet | --quiet | --quie | --qui | --qu | --q \      | -silent | --silent | --silen | --sile | --sil)        continue ;; -    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) +    *\'*)        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;      esac      case $ac_pass in @@ -1113,9 +1587,7 @@ do  	  -* ) ac_must_keep_next=true ;;  	esac        fi -      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" -      # Get rid of the leading space. -      ac_sep=" " +      ac_configure_args="$ac_configure_args '$ac_arg'"        ;;      esac    done @@ -1126,8 +1598,8 @@ $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_  # When interrupted or exit'd, cleanup temporary files, and complete  # config.log.  We remove comments because anyway the quotes in there  # would cause problems or look ugly. -# WARNING: Be sure not to use single quotes in there, as some shells, -# such as our DU 5.0 friend, will then `close' the trap. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.  trap 'exit_status=$?    # Save into config.log some information that might help in debugging.    { @@ -1140,20 +1612,34 @@ trap 'exit_status=$?  _ASBOX      echo      # The following way of writing the cache mishandles newlines in values, -{ +( +  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do +    eval ac_val=\$$ac_var +    case $ac_val in #( +    *${as_nl}*) +      case $ac_var in #( +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; +      esac +      case $ac_var in #( +      _ | IFS | as_nl) ;; #( +      *) $as_unset $ac_var ;; +      esac ;; +    esac +  done    (set) 2>&1 | -    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in -    *ac_space=\ *) +    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( +    *${as_nl}ac_space=\ *)        sed -n \ -	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g; -	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" -      ;; +	"s/'\''/'\''\\\\'\'''\''/g; +	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" +      ;; #(      *) -      sed -n \ -	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"        ;; -    esac; -} +    esac | +    sort +)      echo      cat <<\_ASBOX @@ -1164,22 +1650,28 @@ _ASBOX      echo      for ac_var in $ac_subst_vars      do -      eval ac_val=$`echo $ac_var` -      echo "$ac_var='"'"'$ac_val'"'"'" +      eval ac_val=\$$ac_var +      case $ac_val in +      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; +      esac +      echo "$ac_var='\''$ac_val'\''"      done | sort      echo      if test -n "$ac_subst_files"; then        cat <<\_ASBOX -## ------------- ## -## Output files. ## -## ------------- ## +## ------------------- ## +## File substitutions. ## +## ------------------- ##  _ASBOX        echo        for ac_var in $ac_subst_files        do -	eval ac_val=$`echo $ac_var` -	echo "$ac_var='"'"'$ac_val'"'"'" +	eval ac_val=\$$ac_var +	case $ac_val in +	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; +	esac +	echo "$ac_var='\''$ac_val'\''"        done | sort        echo      fi @@ -1191,26 +1683,24 @@ _ASBOX  ## ----------- ##  _ASBOX        echo -      sed "/^$/d" confdefs.h | sort +      cat confdefs.h        echo      fi      test "$ac_signal" != 0 &&        echo "$as_me: caught signal $ac_signal"      echo "$as_me: exit $exit_status"    } >&5 -  rm -f core *.core && -  rm -rf conftest* confdefs* conf$$* $ac_clean_files && +  rm -f core *.core core.conftest.* && +    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&      exit $exit_status -     ' 0 +' 0  for ac_signal in 1 2 13 15; do    trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal  done  ac_signal=0  # confdefs.h avoids OS command line length limits that DEFS can exceed. -rm -rf conftest* confdefs.h -# AIX cpp loses on an empty file, so make sure it contains at least a newline. -echo >confdefs.h +rm -f -r conftest* confdefs.h  # Predefined preprocessor variables. @@ -1241,14 +1731,17 @@ _ACEOF  # Let the site file select an alternate cache file if it wants to.  # Prefer explicitly selected file to automatically selected ones. -if test -z "$CONFIG_SITE"; then -  if test "x$prefix" != xNONE; then -    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" -  else -    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" -  fi +if test -n "$CONFIG_SITE"; then +  set x "$CONFIG_SITE" +elif test "x$prefix" != xNONE; then +  set x "$prefix/share/config.site" "$prefix/etc/config.site" +else +  set x "$ac_default_prefix/share/config.site" \ +	"$ac_default_prefix/etc/config.site"  fi -for ac_site_file in $CONFIG_SITE; do +shift +for ac_site_file +do    if test -r "$ac_site_file"; then      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5  echo "$as_me: loading site script $ac_site_file" >&6;} @@ -1264,8 +1757,8 @@ if test -r "$cache_file"; then      { echo "$as_me:$LINENO: loading cache $cache_file" >&5  echo "$as_me: loading cache $cache_file" >&6;}      case $cache_file in -      [\\/]* | ?:[\\/]* ) . $cache_file;; -      *)                      . ./$cache_file;; +      [\\/]* | ?:[\\/]* ) . "$cache_file";; +      *)                      . "./$cache_file";;      esac    fi  else @@ -1277,12 +1770,11 @@ fi  # Check that the precious variables saved in the cache have kept the same  # value.  ac_cache_corrupted=false -for ac_var in `(set) 2>&1 | -	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do +for ac_var in $ac_precious_vars; do    eval ac_old_set=\$ac_cv_env_${ac_var}_set    eval ac_new_set=\$ac_env_${ac_var}_set -  eval ac_old_val="\$ac_cv_env_${ac_var}_value" -  eval ac_new_val="\$ac_env_${ac_var}_value" +  eval ac_old_val=\$ac_cv_env_${ac_var}_value +  eval ac_new_val=\$ac_env_${ac_var}_value    case $ac_old_set,$ac_new_set in      set,)        { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 @@ -1307,8 +1799,7 @@ echo "$as_me:   current value: $ac_new_val" >&2;}    # Pass precious variables to config.status.    if test "$ac_new_set" = set; then      case $ac_new_val in -    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) -      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; +    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;      *) ac_arg=$ac_var=$ac_new_val ;;      esac      case " $ac_configure_args " in @@ -1325,12 +1816,6 @@ echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start ov     { (exit 1); exit 1; }; }  fi -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - @@ -1355,10 +1840,15 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu  PACKAGE=w3m -VERSION=0.5.1 +VERSION=0.5.2  cat >>confdefs.h <<_ACEOF  #define PACKAGE "$PACKAGE"  _ACEOF @@ -1379,14 +1869,14 @@ _ACEOF  W3M_LANG=${LC_ALL:-$LANG} -          ac_config_headers="$ac_config_headers config.h" +ac_config_headers="$ac_config_headers config.h"  for ac_prog in gawk mawk nawk awk  do    # Extract the first word of "$ac_prog", so it can be a program name with args.  set dummy $ac_prog; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_prog_AWK+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -1399,25 +1889,27 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_prog_AWK="$ac_prog"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS  fi  fi  AWK=$ac_cv_prog_AWK  if test -n "$AWK"; then -  echo "$as_me:$LINENO: result: $AWK" >&5 -echo "${ECHO_T}$AWK" >&6 +  { echo "$as_me:$LINENO: result: $AWK" >&5 +echo "${ECHO_T}$AWK" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi +    test -n "$AWK" && break  done @@ -1429,8 +1921,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu  if test -n "$ac_tool_prefix"; then    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.  set dummy ${ac_tool_prefix}gcc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_prog_CC+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -1443,32 +1935,34 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_prog_CC="${ac_tool_prefix}gcc"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS  fi  fi  CC=$ac_cv_prog_CC  if test -n "$CC"; then -  echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 +  { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi +  fi  if test -z "$ac_cv_prog_CC"; then    ac_ct_CC=$CC    # Extract the first word of "gcc", so it can be a program name with args.  set dummy gcc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -1481,36 +1975,51 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_prog_ac_ct_CC="gcc"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS  fi  fi  ac_ct_CC=$ac_cv_prog_ac_ct_CC  if test -n "$ac_ct_CC"; then -  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 +  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi -  CC=$ac_ct_CC +  if test "x$ac_ct_CC" = x; then +    CC="" +  else +    case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet.  If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet.  If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac +    CC=$ac_ct_CC +  fi  else    CC="$ac_cv_prog_CC"  fi  if test -z "$CC"; then -  if test -n "$ac_tool_prefix"; then -  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +          if test -n "$ac_tool_prefix"; then +    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.  set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_prog_CC+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -1523,74 +2032,34 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_prog_CC="${ac_tool_prefix}cc"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS  fi  fi  CC=$ac_cv_prog_CC  if test -n "$CC"; then -  echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -fi -if test -z "$ac_cv_prog_CC"; then -  ac_ct_CC=$CC -  # Extract the first word of "cc", so it can be a program name with args. -set dummy cc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then -  echo $ECHO_N "(cached) $ECHO_C" >&6 -else -  if test -n "$ac_ct_CC"; then -  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do -  IFS=$as_save_IFS -  test -z "$as_dir" && as_dir=. -  for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -    ac_cv_prog_ac_ct_CC="cc" -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -    break 2 -  fi -done -done - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then -  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 +  { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi -  CC=$ac_ct_CC -else -  CC="$ac_cv_prog_CC" -fi +  fi  fi  if test -z "$CC"; then    # Extract the first word of "cc", so it can be a program name with args.  set dummy cc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_prog_CC+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -1604,7 +2073,7 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 @@ -1615,6 +2084,7 @@ do    fi  done  done +IFS=$as_save_IFS  if test $ac_prog_rejected = yes; then    # We found a bogon in the path, so make sure we never use it. @@ -1632,22 +2102,23 @@ fi  fi  CC=$ac_cv_prog_CC  if test -n "$CC"; then -  echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 +  { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi +  fi  if test -z "$CC"; then    if test -n "$ac_tool_prefix"; then -  for ac_prog in cl +  for ac_prog in cl.exe    do      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.  set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_prog_CC+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -1660,36 +2131,38 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS  fi  fi  CC=$ac_cv_prog_CC  if test -n "$CC"; then -  echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 +  { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi +      test -n "$CC" && break    done  fi  if test -z "$CC"; then    ac_ct_CC=$CC -  for ac_prog in cl +  for ac_prog in cl.exe  do    # Extract the first word of "$ac_prog", so it can be a program name with args.  set dummy $ac_prog; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -1702,29 +2175,45 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_prog_ac_ct_CC="$ac_prog"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS  fi  fi  ac_ct_CC=$ac_cv_prog_ac_ct_CC  if test -n "$ac_ct_CC"; then -  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 +  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi +    test -n "$ac_ct_CC" && break  done -  CC=$ac_ct_CC +  if test "x$ac_ct_CC" = x; then +    CC="" +  else +    case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet.  If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet.  If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac +    CC=$ac_ct_CC +  fi  fi  fi @@ -1737,21 +2226,35 @@ See \`config.log' for more details." >&2;}     { (exit 1); exit 1; }; }  # Provide some information about the compiler. -echo "$as_me:$LINENO:" \ -     "checking for C compiler version" >&5 +echo "$as_me:$LINENO: checking for C compiler version" >&5  ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 -  (eval $ac_compiler --version </dev/null >&5) 2>&5 +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compiler --version >&5") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 -  (eval $ac_compiler -v </dev/null >&5) 2>&5 +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compiler -v >&5") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 -  (eval $ac_compiler -V </dev/null >&5) 2>&5 +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compiler -V >&5") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } @@ -1776,47 +2279,77 @@ ac_clean_files="$ac_clean_files a.out a.exe b.out"  # Try to create an executable without -o first, disregard a.out.  # It will help us diagnose broken compilers, and finding out an intuition  # of exeext. -echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 -  (eval $ac_link_default) 2>&5 +# +# List of possible output files, starting from the most likely. +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) +# only as a last resort.  b.out is created by i960 compilers. +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' +# +# The IRIX 6 linker writes into existing files which may not be +# executable, retaining their permissions.  Remove them first so a +# subsequent execution test works. +ac_rmfiles= +for ac_file in $ac_files +do +  case $ac_file in +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; +    * ) ac_rmfiles="$ac_rmfiles $ac_file";; +  esac +done +rm -f $ac_rmfiles + +if { (ac_try="$ac_link_default" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link_default") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); }; then -  # Find the output, starting from the most likely.  This scheme is -# not robust to junk in `.', hence go to wildcards (a.*) only as a last -# resort. - -# Be careful to initialize this variable, since it used to be cached. -# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. -ac_cv_exeext= -# b.out is created by i960 compilers. -for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out +  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile.  We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files ''  do    test -f "$ac_file" || continue    case $ac_file in -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) -	;; -    conftest.$ac_ext ) -	# This is the source file. +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )  	;;      [ab].out )  	# We found the default executable, but exeext='' is most  	# certainly right.  	break;;      *.* ) -	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` -	# FIXME: I believe we export ac_cv_exeext for Libtool, -	# but it would be cool to find out if it's true.  Does anybody -	# maintain Libtool? --akim. -	export ac_cv_exeext +        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; +	then :; else +	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` +	fi +	# We set ac_cv_exeext here because the later test for it is not +	# safe: cross compilers may not add the suffix if given an `-o' +	# argument, so we may need to know it at that point already. +	# Even if this section looks crufty: it has the advantage of +	# actually working.  	break;;      * )  	break;;    esac  done +test "$ac_cv_exeext" = no && ac_cv_exeext= +  else +  ac_file='' +fi + +{ echo "$as_me:$LINENO: result: $ac_file" >&5 +echo "${ECHO_T}$ac_file" >&6; } +if test -z "$ac_file"; then    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 @@ -1828,19 +2361,21 @@ See \`config.log' for more details." >&2;}  fi  ac_exeext=$ac_cv_exeext -echo "$as_me:$LINENO: result: $ac_file" >&5 -echo "${ECHO_T}$ac_file" >&6 -# Check the compiler produces executables we can run.  If not, either +# Check that the compiler produces executables we can run.  If not, either  # the compiler is broken, or we cross compile. -echo "$as_me:$LINENO: checking whether the C compiler works" >&5 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0  # If not cross compiling, check that we can run a simple program.  if test "$cross_compiling" != yes; then    if { ac_try='./$ac_file' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 +  { (case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_try") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); }; }; then @@ -1859,22 +2394,27 @@ See \`config.log' for more details." >&2;}      fi    fi  fi -echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 +{ echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }  rm -f a.out a.exe conftest$ac_cv_exeext b.out  ac_clean_files=$ac_clean_files_save -# Check the compiler produces executables we can run.  If not, either +# Check that the compiler produces executables we can run.  If not, either  # the compiler is broken, or we cross compile. -echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 -echo "$as_me:$LINENO: result: $cross_compiling" >&5 -echo "${ECHO_T}$cross_compiling" >&6 - -echo "$as_me:$LINENO: checking for suffix of executables" >&5 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>&5 +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 +echo "${ECHO_T}$cross_compiling" >&6; } + +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); }; then @@ -1885,9 +2425,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  for ac_file in conftest.exe conftest conftest.*; do    test -f "$ac_file" || continue    case $ac_file in -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` -	  export ac_cv_exeext  	  break;;      * ) break;;    esac @@ -1901,14 +2440,14 @@ See \`config.log' for more details." >&2;}  fi  rm -f conftest$ac_cv_exeext -echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 -echo "${ECHO_T}$ac_cv_exeext" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +echo "${ECHO_T}$ac_cv_exeext" >&6; }  rm -f conftest.$ac_ext  EXEEXT=$ac_cv_exeext  ac_exeext=$EXEEXT -echo "$as_me:$LINENO: checking for suffix of object files" >&5 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }  if test "${ac_cv_objext+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -1928,14 +2467,20 @@ main ()  }  _ACEOF  rm -f conftest.o conftest.obj -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>&5 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); }; then -  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do +  for ac_file in conftest.o conftest.obj conftest.*; do +  test -f "$ac_file" || continue;    case $ac_file in -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`         break;;    esac @@ -1953,12 +2498,12 @@ fi  rm -f conftest.$ac_cv_objext conftest.$ac_ext  fi -echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 -echo "${ECHO_T}$ac_cv_objext" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +echo "${ECHO_T}$ac_cv_objext" >&6; }  OBJEXT=$ac_cv_objext  ac_objext=$OBJEXT -echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }  if test "${ac_cv_c_compiler_gnu+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -1981,49 +2526,49 @@ main ()  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_compiler_gnu=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_compiler_gnu=no +	ac_compiler_gnu=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  ac_cv_c_compiler_gnu=$ac_compiler_gnu  fi -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }  GCC=`test $ac_compiler_gnu = yes && echo yes`  ac_test_CFLAGS=${CFLAGS+set}  ac_save_CFLAGS=$CFLAGS -CFLAGS="-g" -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }  if test "${ac_cv_prog_cc_g+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else -  cat >conftest.$ac_ext <<_ACEOF +  ac_save_c_werror_flag=$ac_c_werror_flag +   ac_c_werror_flag=yes +   ac_cv_prog_cc_g=no +   CFLAGS="-g" +   cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF  cat confdefs.h >>conftest.$ac_ext @@ -2039,37 +2584,118 @@ main ()  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then +  ac_cv_prog_cc_g=yes +else +  echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +	CFLAGS="" +      cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h.  */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h.  */ + +int +main () +{ + +  ; +  return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$? +  grep -v '^ *+' conftest.er1 >conftest.err +  rm -f conftest.er1 +  cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then +  : +else +  echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +	ac_c_werror_flag=$ac_save_c_werror_flag +	 CFLAGS="-g" +	 cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h.  */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h.  */ + +int +main () +{ + +  ; +  return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$? +  grep -v '^ *+' conftest.er1 >conftest.err +  rm -f conftest.er1 +  cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_cv_prog_cc_g=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_prog_cc_g=no + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +   ac_c_werror_flag=$ac_save_c_werror_flag  fi -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }  if test "$ac_test_CFLAGS" = set; then    CFLAGS=$ac_save_CFLAGS  elif test $ac_cv_prog_cc_g = yes; then @@ -2085,12 +2711,12 @@ else      CFLAGS=    fi  fi -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 -if test "${ac_cv_prog_cc_stdc+set}" = set; then +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_c89+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else -  ac_cv_prog_cc_stdc=no +  ac_cv_prog_cc_c89=no  ac_save_CC=$CC  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */ @@ -2124,12 +2750,17 @@ static char *f (char * (*g) (char **, int), char **p, ...)  /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has     function prototypes and stuff, but not '\xHH' hex character constants.     These don't provoke an error unfortunately, instead are silently treated -   as 'x'.  The following induces an error, until -std1 is added to get +   as 'x'.  The following induces an error, until -std is added to get     proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an     array size at least.  It's necessary to write '\x00'==0 to get something -   that's true only with -std1.  */ +   that's true only with -std.  */  int osf4_cc_array ['\x00' == 0 ? 1 : -1]; +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters +   inside strings and character constants.  */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; +  int test (int i, double x);  struct s1 {int (*f) (int a);};  struct s2 {int (*f) (double a);}; @@ -2144,201 +2775,57 @@ return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];    return 0;  }  _ACEOF -# Don't try gcc -ansi; that turns off useful extensions and -# breaks some systems' header files. -# AIX			-qlanglvl=ansi -# Ultrix and OSF/1	-std1 -# HP-UX 10.20 and later	-Ae -# HP-UX older versions	-Aa -D_HPUX_SOURCE -# SVR4			-Xc -D__EXTENSIONS__ -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ +	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"  do    CC="$ac_save_CC $ac_arg"    rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then -  ac_cv_prog_cc_stdc=$ac_arg -break +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then +  ac_cv_prog_cc_c89=$ac_arg  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 +  fi -rm -f conftest.err conftest.$ac_objext + +rm -f core conftest.err conftest.$ac_objext +  test "x$ac_cv_prog_cc_c89" != "xno" && break  done -rm -f conftest.$ac_ext conftest.$ac_objext +rm -f conftest.$ac_ext  CC=$ac_save_CC  fi - -case "x$ac_cv_prog_cc_stdc" in -  x|xno) -    echo "$as_me:$LINENO: result: none needed" >&5 -echo "${ECHO_T}none needed" >&6 ;; +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in +  x) +    { echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6; } ;; +  xno) +    { echo "$as_me:$LINENO: result: unsupported" >&5 +echo "${ECHO_T}unsupported" >&6; } ;;    *) -    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 -    CC="$CC $ac_cv_prog_cc_stdc" ;; +    CC="$CC $ac_cv_prog_cc_c89" +    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;  esac -# Some people use a C++ compiler to compile C.  Since we use `exit', -# in C++ we need to declare it.  In case someone uses the same compiler -# for both compiling C and C++ we need to have the C++ compiler decide -# the declaration of exit, since it's the most demanding environment. -cat >conftest.$ac_ext <<_ACEOF -#ifndef __cplusplus -  choke me -#endif -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 -  ac_status=$? -  grep -v '^ *+' conftest.er1 >conftest.err -  rm -f conftest.er1 -  cat conftest.err >&5 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then -  for ac_declaration in \ -   '' \ -   'extern "C" void std::exit (int) throw (); using std::exit;' \ -   'extern "C" void std::exit (int); using std::exit;' \ -   'extern "C" void exit (int) throw ();' \ -   'extern "C" void exit (int);' \ -   'void exit (int);' -do -  cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h.  */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h.  */ -$ac_declaration -#include <stdlib.h> -int -main () -{ -exit (42); -  ; -  return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 -  ac_status=$? -  grep -v '^ *+' conftest.er1 >conftest.err -  rm -f conftest.er1 -  cat conftest.err >&5 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then -  : -else -  echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -continue -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -  cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h.  */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h.  */ -$ac_declaration -int -main () -{ -exit (42); -  ; -  return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 -  ac_status=$? -  grep -v '^ *+' conftest.er1 >conftest.err -  rm -f conftest.er1 -  cat conftest.err >&5 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then -  break -else -  echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -done -rm -f conftest* -if test -n "$ac_declaration"; then -  echo '#ifdef __cplusplus' >>confdefs.h -  echo $ac_declaration      >>confdefs.h -  echo '#endif'             >>confdefs.h -fi -else -  echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext  ac_ext=c  ac_cpp='$CPP $CPPFLAGS'  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -2350,8 +2837,8 @@ ac_cpp='$CPP $CPPFLAGS'  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }  # On Suns, sometimes $CPP names a directory.  if test -n "$CPP" && test -d "$CPP"; then    CPP= @@ -2385,24 +2872,22 @@ cat >>conftest.$ac_ext <<_ACEOF  #endif  		     Syntax error  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    :  else    echo "$as_me: failed program was:" >&5 @@ -2411,9 +2896,10 @@ sed 's/^/| /' conftest.$ac_ext >&5    # Broken: fails on valid input.  continue  fi +  rm -f conftest.err conftest.$ac_ext -  # OK, works on sane cases.  Now check whether non-existent headers +  # OK, works on sane cases.  Now check whether nonexistent headers    # can be detected and how.    cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */ @@ -2423,24 +2909,22 @@ cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <ac_nonexistent.h>  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    # Broken: success on invalid input.  continue  else @@ -2451,6 +2935,7 @@ sed 's/^/| /' conftest.$ac_ext >&5  ac_preproc_ok=:  break  fi +  rm -f conftest.err conftest.$ac_ext  done @@ -2468,8 +2953,8 @@ fi  else    ac_cv_prog_CPP=$CPP  fi -echo "$as_me:$LINENO: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6 +{ echo "$as_me:$LINENO: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6; }  ac_preproc_ok=false  for ac_c_preproc_warn_flag in '' yes  do @@ -2492,24 +2977,22 @@ cat >>conftest.$ac_ext <<_ACEOF  #endif  		     Syntax error  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    :  else    echo "$as_me: failed program was:" >&5 @@ -2518,9 +3001,10 @@ sed 's/^/| /' conftest.$ac_ext >&5    # Broken: fails on valid input.  continue  fi +  rm -f conftest.err conftest.$ac_ext -  # OK, works on sane cases.  Now check whether non-existent headers +  # OK, works on sane cases.  Now check whether nonexistent headers    # can be detected and how.    cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */ @@ -2530,24 +3014,22 @@ cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <ac_nonexistent.h>  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    # Broken: success on invalid input.  continue  else @@ -2558,6 +3040,7 @@ sed 's/^/| /' conftest.$ac_ext >&5  ac_preproc_ok=:  break  fi +  rm -f conftest.err conftest.$ac_ext  done @@ -2580,29 +3063,35 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $  ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_aux_dir= -for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do -  if test -f $ac_dir/install-sh; then +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do +  if test -f "$ac_dir/install-sh"; then      ac_aux_dir=$ac_dir      ac_install_sh="$ac_aux_dir/install-sh -c"      break -  elif test -f $ac_dir/install.sh; then +  elif test -f "$ac_dir/install.sh"; then      ac_aux_dir=$ac_dir      ac_install_sh="$ac_aux_dir/install.sh -c"      break -  elif test -f $ac_dir/shtool; then +  elif test -f "$ac_dir/shtool"; then      ac_aux_dir=$ac_dir      ac_install_sh="$ac_aux_dir/shtool install -c"      break    fi  done  if test -z "$ac_aux_dir"; then -  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 -echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} +  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}     { (exit 1); exit 1; }; }  fi -ac_config_guess="$SHELL $ac_aux_dir/config.guess" -ac_config_sub="$SHELL $ac_aux_dir/config.sub" -ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var. +  # Find a good install program.  We prefer a C program (faster),  # so one script is as good as another.  But avoid the broken or @@ -2617,8 +3106,8 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # OS/2's system install, which has a completely different semantic  # ./install, which can be erroneously created by make from ./install.sh. -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }  if test -z "$INSTALL"; then  if test "${ac_cv_path_install+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2640,7 +3129,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 $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then +	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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. @@ -2659,21 +3148,22 @@ case $as_dir/ in      ;;  esac  done +IFS=$as_save_IFS  fi    if test "${ac_cv_path_install+set}" = set; then      INSTALL=$ac_cv_path_install    else -    # As a last resort, use the slow shell script.  We don't cache a -    # path for INSTALL within a source directory, because that will +    # As a last resort, use the slow shell script.  Don't cache a +    # value for INSTALL within a source directory, because that will      # break other packages using the cache if that directory is -    # removed, or if the path is relative. +    # removed, or if the value is a relative name.      INSTALL=$ac_install_sh    fi  fi -echo "$as_me:$LINENO: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$INSTALL" >&6; }  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.  # It thinks the first close brace ends the variable substitution. @@ -2683,51 +3173,52 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -echo "$as_me:$LINENO: checking whether ln -s works" >&5 -echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether ln -s works" >&5 +echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }  LN_S=$as_ln_s  if test "$LN_S" = "ln -s"; then -  echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 +  { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }  else -  echo "$as_me:$LINENO: result: no, using $LN_S" >&5 -echo "${ECHO_T}no, using $LN_S" >&6 +  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 +echo "${ECHO_T}no, using $LN_S" >&6; }  fi -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    cat >conftest.make <<\_ACEOF +SHELL = /bin/sh  all: -	@echo 'ac_maketemp="$(MAKE)"' +	@echo '@@@%%%=$(MAKE)=@@@%%%'  _ACEOF  # GNU make sometimes prints "make[1]: Entering...", which would confuse us. -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` -if test -n "$ac_maketemp"; then -  eval ac_cv_prog_make_${ac_make}_set=yes -else -  eval ac_cv_prog_make_${ac_make}_set=no -fi +case `${MAKE-make} -f conftest.make 2>/dev/null` in +  *@@@%%%=?*=@@@%%%*) +    eval ac_cv_prog_make_${ac_make}_set=yes;; +  *) +    eval ac_cv_prog_make_${ac_make}_set=no;; +esac  rm -f conftest.make  fi -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then -  echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then +  { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }    SET_MAKE=  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }    SET_MAKE="MAKE=${MAKE-make}"  fi  if test -n "$ac_tool_prefix"; then    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.  set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_prog_RANLIB+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -2740,32 +3231,34 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS  fi  fi  RANLIB=$ac_cv_prog_RANLIB  if test -n "$RANLIB"; then -  echo "$as_me:$LINENO: result: $RANLIB" >&5 -echo "${ECHO_T}$RANLIB" >&6 +  { echo "$as_me:$LINENO: result: $RANLIB" >&5 +echo "${ECHO_T}$RANLIB" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi +  fi  if test -z "$ac_cv_prog_RANLIB"; then    ac_ct_RANLIB=$RANLIB    # Extract the first word of "ranlib", so it can be a program name with args.  set dummy ranlib; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -2778,27 +3271,41 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_prog_ac_ct_RANLIB="ranlib"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS -  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"  fi  fi  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB  if test -n "$ac_ct_RANLIB"; then -  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 -echo "${ECHO_T}$ac_ct_RANLIB" >&6 +  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi -  RANLIB=$ac_ct_RANLIB +  if test "x$ac_ct_RANLIB" = x; then +    RANLIB=":" +  else +    case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet.  If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet.  If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac +    RANLIB=$ac_ct_RANLIB +  fi  else    RANLIB="$ac_cv_prog_RANLIB"  fi @@ -2807,8 +3314,8 @@ for ac_prog in perl  do    # Extract the first word of "$ac_prog", so it can be a program name with args.  set dummy $ac_prog; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_path_PERL+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -2823,27 +3330,28 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS    ;;  esac  fi  PERL=$ac_cv_path_PERL -  if test -n "$PERL"; then -  echo "$as_me:$LINENO: result: $PERL" >&5 -echo "${ECHO_T}$PERL" >&6 +  { echo "$as_me:$LINENO: result: $PERL" >&5 +echo "${ECHO_T}$PERL" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi +    test -n "$PERL" && break  done  test -n "$PERL" || PERL="/usr/local/bin/perl" @@ -2852,8 +3360,8 @@ for ac_prog in nkf  do    # Extract the first word of "$ac_prog", so it can be a program name with args.  set dummy $ac_prog; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_path_NKF+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -2868,27 +3376,28 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_path_NKF="$as_dir/$ac_word$ac_exec_ext"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS    ;;  esac  fi  NKF=$ac_cv_path_NKF -  if test -n "$NKF"; then -  echo "$as_me:$LINENO: result: $NKF" >&5 -echo "${ECHO_T}$NKF" >&6 +  { echo "$as_me:$LINENO: result: $NKF" >&5 +echo "${ECHO_T}$NKF" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi +    test -n "$NKF" && break  done  test -n "$NKF" || NKF="/usr/local/bin/nkf" @@ -2897,8 +3406,8 @@ for ac_prog in man  do    # Extract the first word of "$ac_prog", so it can be a program name with args.  set dummy $ac_prog; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_path_MAN+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -2913,83 +3422,113 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_path_MAN="$as_dir/$ac_word$ac_exec_ext"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS    ;;  esac  fi  MAN=$ac_cv_path_MAN -  if test -n "$MAN"; then -  echo "$as_me:$LINENO: result: $MAN" >&5 -echo "${ECHO_T}$MAN" >&6 +  { echo "$as_me:$LINENO: result: $MAN" >&5 +echo "${ECHO_T}$MAN" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi +    test -n "$MAN" && break  done  test -n "$MAN" || MAN="/usr/bin/man"  # Make sure we can run config.sub. -$ac_config_sub sun4 >/dev/null 2>&1 || -  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 -echo "$as_me: error: cannot run $ac_config_sub" >&2;} +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || +  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}     { (exit 1); exit 1; }; } -echo "$as_me:$LINENO: checking build system type" >&5 -echo $ECHO_N "checking build system type... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking build system type" >&5 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; }  if test "${ac_cv_build+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else -  ac_cv_build_alias=$build_alias -test -z "$ac_cv_build_alias" && -  ac_cv_build_alias=`$ac_config_guess` -test -z "$ac_cv_build_alias" && +  ac_build_alias=$build_alias +test "x$ac_build_alias" = x && +  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +test "x$ac_build_alias" = x &&    { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5  echo "$as_me: error: cannot guess build type; you must specify one" >&2;}     { (exit 1); exit 1; }; } -ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || -  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 -echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || +  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}     { (exit 1); exit 1; }; }  fi -echo "$as_me:$LINENO: result: $ac_cv_build" >&5 -echo "${ECHO_T}$ac_cv_build" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 +echo "${ECHO_T}$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 +echo "$as_me: error: invalid value of canonical build" >&2;} +   { (exit 1); exit 1; }; };; +esac  build=$ac_cv_build -build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` -build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` -build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` - - -echo "$as_me:$LINENO: checking host system type" >&5 -echo $ECHO_N "checking host system type... $ECHO_C" >&6 +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ echo "$as_me:$LINENO: checking host system type" >&5 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; }  if test "${ac_cv_host+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else -  ac_cv_host_alias=$host_alias -test -z "$ac_cv_host_alias" && -  ac_cv_host_alias=$ac_cv_build_alias -ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || -  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 -echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} +  if test "x$host_alias" = x; then +  ac_cv_host=$ac_cv_build +else +  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || +    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}     { (exit 1); exit 1; }; } +fi  fi -echo "$as_me:$LINENO: result: $ac_cv_host" >&5 -echo "${ECHO_T}$ac_cv_host" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 +echo "${ECHO_T}$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 +echo "$as_me: error: invalid value of canonical host" >&2;} +   { (exit 1); exit 1; }; };; +esac  host=$ac_cv_host -host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` -host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` -host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac @@ -3016,17 +3555,17 @@ _ACEOF  WCTARGET=""; WCCFLAGS=""; wcinclude=""; wclib="" -echo "$as_me:$LINENO: checking if m17n support is enabled" >&5 -echo $ECHO_N "checking if m17n support is enabled... $ECHO_C" >&6 -# Check whether --enable-m17n or --disable-m17n was given. +{ echo "$as_me:$LINENO: checking if m17n support is enabled" >&5 +echo $ECHO_N "checking if m17n support is enabled... $ECHO_C" >&6; } +# Check whether --enable-m17n was given.  if test "${enable_m17n+set}" = set; then -  enableval="$enable_m17n" - +  enableval=$enable_m17n;  else    enable_m17n="yes" -fi; -echo "$as_me:$LINENO: result: $enable_m17n" >&5 -echo "${ECHO_T}$enable_m17n" >&6 +fi + +{ echo "$as_me:$LINENO: result: $enable_m17n" >&5 +echo "${ECHO_T}$enable_m17n" >&6; }  if test x"$enable_m17n" = xno; then    w3m_lang="en"    WCTARGET="" @@ -3045,17 +3584,17 @@ _ACEOF   WCCFLAGS='-I$(srcdir) -I$(srcdir)/..'   wcinclude='-I$(srcdir)/libwc'   wclib="-L./libwc -lwc" - echo "$as_me:$LINENO: checking if unicode support is enabled" >&5 -echo $ECHO_N "checking if unicode support is enabled... $ECHO_C" >&6 - # Check whether --enable-unicode or --disable-unicode was given. + { echo "$as_me:$LINENO: checking if unicode support is enabled" >&5 +echo $ECHO_N "checking if unicode support is enabled... $ECHO_C" >&6; } + # Check whether --enable-unicode was given.  if test "${enable_unicode+set}" = set; then -  enableval="$enable_unicode" - +  enableval=$enable_unicode;  else    enable_unicode="yes" -fi; - echo "$as_me:$LINENO: result: $enable_unicode" >&5 -echo "${ECHO_T}$enable_unicode" >&6 +fi + + { echo "$as_me:$LINENO: result: $enable_unicode" >&5 +echo "${ECHO_T}$enable_unicode" >&6; }   if test x"$enable_m17n" = xyes; then    charset=US-ASCII   else @@ -3071,37 +3610,37 @@ echo "${ECHO_T}$enable_unicode" >&6  _ACEOF   fi - echo "$as_me:$LINENO: checking if message l10n" >&5 -echo $ECHO_N "checking if message l10n... $ECHO_C" >&6 - # Check whether --enable-messagel10n or --disable-messagel10n was given. + { echo "$as_me:$LINENO: checking if message l10n" >&5 +echo $ECHO_N "checking if message l10n... $ECHO_C" >&6; } + # Check whether --enable-messagel10n was given.  if test "${enable_messagel10n+set}" = set; then -  enableval="$enable_messagel10n" - +  enableval=$enable_messagel10n;  else    enable_messagel10n="no" -fi; +fi +   if test x$enable_messagel10n = xyes; then    enable_messagel10n="ja";   fi - echo "$as_me:$LINENO: result: $enable_messagel10n" >&5 -echo "${ECHO_T}$enable_messagel10n" >&6 + { echo "$as_me:$LINENO: result: $enable_messagel10n" >&5 +echo "${ECHO_T}$enable_messagel10n" >&6; }   if test x$enable_messagel10n = xno; then      :   else      POSUBST="\$(top_srcdir)/posubst"      POLANG="$enable_messagel10n"   fi - echo "$as_me:$LINENO: checking if japanese support is enabled" >&5 -echo $ECHO_N "checking if japanese support is enabled... $ECHO_C" >&6 - # Check whether --enable-japanese or --disable-japanese was given. + { echo "$as_me:$LINENO: checking if japanese support is enabled" >&5 +echo $ECHO_N "checking if japanese support is enabled... $ECHO_C" >&6; } + # Check whether --enable-japanese was given.  if test "${enable_japanese+set}" = set; then -  enableval="$enable_japanese" - +  enableval=$enable_japanese;  else    enable_japanese="no" -fi; - echo "$as_me:$LINENO: result: $enable_japanese" >&5 -echo "${ECHO_T}$enable_japanese" >&6 +fi + + { echo "$as_me:$LINENO: result: $enable_japanese" >&5 +echo "${ECHO_T}$enable_japanese" >&6; }   if test x"$enable_japanese" = xno; then     w3m_lang="en"   else @@ -3114,16 +3653,16 @@ echo "${ECHO_T}$enable_japanese" >&6     esac   fi   display_charset=$charset - echo "$as_me:$LINENO: checking which charset is used for display" >&5 -echo $ECHO_N "checking which charset is used for display... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking which charset is used for display" >&5 +echo $ECHO_N "checking which charset is used for display... $ECHO_C" >&6; } -# Check whether --with-charset or --without-charset was given. +# Check whether --with-charset was given.  if test "${with_charset+set}" = set; then -  withval="$with_charset" -  test x"with_charset" = xyes || display_charset="$with_charset" -fi; - echo "$as_me:$LINENO: result: $display_charset" >&5 -echo "${ECHO_T}$display_charset" >&6 +  withval=$with_charset; test x"with_charset" = xyes || display_charset="$with_charset" +fi + + { echo "$as_me:$LINENO: result: $display_charset" >&5 +echo "${ECHO_T}$display_charset" >&6; }   display_charset=`awk '$1 == "'$display_charset'" {print $2}' $srcdir/charset-list`   case "$display_charset" in     WC_CES_ISO_2022_JP*) @@ -3197,17 +3736,17 @@ if test x$enable_messagel10n = xno; then -  echo "$as_me:$LINENO: checking whether NLS is requested" >&5 -echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 -    # Check whether --enable-nls or --disable-nls was given. +  { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 +echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } +    # Check whether --enable-nls was given.  if test "${enable_nls+set}" = set; then -  enableval="$enable_nls" -  USE_NLS=$enableval +  enableval=$enable_nls; USE_NLS=$enableval  else    USE_NLS=yes -fi; -  echo "$as_me:$LINENO: result: $USE_NLS" >&5 -echo "${ECHO_T}$USE_NLS" >&6 +fi + +  { echo "$as_me:$LINENO: result: $USE_NLS" >&5 +echo "${ECHO_T}$USE_NLS" >&6; } @@ -3244,8 +3783,8 @@ rm -f conf$$.file  # Extract the first word of "msgfmt", so it can be a program name with args.  set dummy msgfmt; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_path_MSGFMT+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -3275,17 +3814,17 @@ esac  fi  MSGFMT="$ac_cv_path_MSGFMT"  if test "$MSGFMT" != ":"; then -  echo "$as_me:$LINENO: result: $MSGFMT" >&5 -echo "${ECHO_T}$MSGFMT" >&6 +  { echo "$as_me:$LINENO: result: $MSGFMT" >&5 +echo "${ECHO_T}$MSGFMT" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi    # Extract the first word of "gmsgfmt", so it can be a program name with args.  set dummy gmsgfmt; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_path_GMSGFMT+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -3300,30 +3839,31 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS    test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"    ;;  esac  fi  GMSGFMT=$ac_cv_path_GMSGFMT -  if test -n "$GMSGFMT"; then -  echo "$as_me:$LINENO: result: $GMSGFMT" >&5 -echo "${ECHO_T}$GMSGFMT" >&6 +  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +echo "${ECHO_T}$GMSGFMT" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi +  # Prepare PATH_SEPARATOR.  # The user is always right.  if test "${PATH_SEPARATOR+set}" != set; then @@ -3354,8 +3894,8 @@ rm -f conf$$.file  # Extract the first word of "xgettext", so it can be a program name with args.  set dummy xgettext; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_path_XGETTEXT+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -3385,11 +3925,11 @@ esac  fi  XGETTEXT="$ac_cv_path_XGETTEXT"  if test "$XGETTEXT" != ":"; then -  echo "$as_me:$LINENO: result: $XGETTEXT" >&5 -echo "${ECHO_T}$XGETTEXT" >&6 +  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +echo "${ECHO_T}$XGETTEXT" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi      rm -f messages.po @@ -3425,8 +3965,8 @@ rm -f conf$$.file  # Extract the first word of "msgmerge", so it can be a program name with args.  set dummy msgmerge; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_path_MSGMERGE+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -3455,11 +3995,11 @@ esac  fi  MSGMERGE="$ac_cv_path_MSGMERGE"  if test "$MSGMERGE" != ":"; then -  echo "$as_me:$LINENO: result: $MSGMERGE" >&5 -echo "${ECHO_T}$MSGMERGE" >&6 +  { echo "$as_me:$LINENO: result: $MSGMERGE" >&5 +echo "${ECHO_T}$MSGMERGE" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi @@ -3469,8 +4009,8 @@ fi        : ;      else        GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` -      echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 -echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6 +      { echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 +echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }        GMSGFMT=":"      fi    fi @@ -3480,14 +4020,14 @@ echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6         (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then        : ;      else -      echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 -echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6 +      { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 +echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; }        XGETTEXT=":"      fi          rm -f messages.po    fi -            ac_config_commands="$ac_config_commands default-1" +  ac_config_commands="$ac_config_commands default-1" @@ -3507,13 +4047,13 @@ echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6    prefix="$acl_save_prefix" -# Check whether --with-gnu-ld or --without-gnu-ld was given. +# Check whether --with-gnu-ld was given.  if test "${with_gnu_ld+set}" = set; then -  withval="$with_gnu_ld" -  test "$withval" = no || with_gnu_ld=yes +  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes  else    with_gnu_ld=no -fi; +fi +  # Prepare PATH_SEPARATOR.  # The user is always right.  if test "${PATH_SEPARATOR+set}" != set; then @@ -3530,8 +4070,8 @@ fi  ac_prog=ld  if test "$GCC" = yes; then    # Check if gcc -print-prog-name=ld gives a path. -  echo "$as_me:$LINENO: checking for ld used by GCC" >&5 -echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for ld used by GCC" >&5 +echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; }    case $host in    *-*-mingw*)      # gcc leaves a trailing carriage return which upsets mingw @@ -3560,11 +4100,11 @@ echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6      ;;    esac  elif test "$with_gnu_ld" = yes; then -  echo "$as_me:$LINENO: checking for GNU ld" >&5 -echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for GNU ld" >&5 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }  else -  echo "$as_me:$LINENO: checking for non-GNU ld" >&5 -echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }  fi  if test "${acl_cv_path_LD+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3594,17 +4134,17 @@ fi  LD="$acl_cv_path_LD"  if test -n "$LD"; then -  echo "$as_me:$LINENO: result: $LD" >&5 -echo "${ECHO_T}$LD" >&6 +  { echo "$as_me:$LINENO: result: $LD" >&5 +echo "${ECHO_T}$LD" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi  test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5  echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}     { (exit 1); exit 1; }; } -echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 -echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }  if test "${acl_cv_prog_gnu_ld+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -3616,14 +4156,14 @@ case `$LD -v 2>&1 </dev/null` in    acl_cv_prog_gnu_ld=no ;;  esac  fi -echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5 -echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6 +{ echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5 +echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; }  with_gnu_ld=$acl_cv_prog_gnu_ld -                                                echo "$as_me:$LINENO: checking for shared library run path origin" >&5 -echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6 +                                                { echo "$as_me:$LINENO: checking for shared library run path origin" >&5 +echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6; }  if test "${acl_cv_rpath+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -3635,8 +4175,8 @@ else      acl_cv_rpath=done  fi -echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5 -echo "${ECHO_T}$acl_cv_rpath" >&6 +{ echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5 +echo "${ECHO_T}$acl_cv_rpath" >&6; }    wl="$acl_cv_wl"    libext="$acl_cv_libext"    shlibext="$acl_cv_shlibext" @@ -3644,13 +4184,13 @@ echo "${ECHO_T}$acl_cv_rpath" >&6    hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"    hardcode_direct="$acl_cv_hardcode_direct"    hardcode_minus_L="$acl_cv_hardcode_minus_L" -    # Check whether --enable-rpath or --disable-rpath was given. +    # Check whether --enable-rpath was given.  if test "${enable_rpath+set}" = set; then -  enableval="$enable_rpath" -  : +  enableval=$enable_rpath; :  else    enable_rpath=yes -fi; +fi + @@ -3672,10 +4212,9 @@ fi;    prefix="$acl_save_prefix" -# Check whether --with-libiconv-prefix or --without-libiconv-prefix was given. +# Check whether --with-libiconv-prefix was given.  if test "${with_libiconv_prefix+set}" = set; then -  withval="$with_libiconv_prefix" - +  withval=$with_libiconv_prefix;      if test "X$withval" = "Xno"; then        use_additional=no      else @@ -3698,7 +4237,8 @@ if test "${with_libiconv_prefix+set}" = set; then        fi      fi -fi; +fi +        LIBICONV=    LTLIBICONV=    INCICONV= @@ -4052,17 +4592,17 @@ fi; -  echo "$as_me:$LINENO: checking whether NLS is requested" >&5 -echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 -    # Check whether --enable-nls or --disable-nls was given. +  { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 +echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } +    # Check whether --enable-nls was given.  if test "${enable_nls+set}" = set; then -  enableval="$enable_nls" -  USE_NLS=$enableval +  enableval=$enable_nls; USE_NLS=$enableval  else    USE_NLS=yes -fi; -  echo "$as_me:$LINENO: result: $USE_NLS" >&5 -echo "${ECHO_T}$USE_NLS" >&6 +fi + +  { echo "$as_me:$LINENO: result: $USE_NLS" >&5 +echo "${ECHO_T}$USE_NLS" >&6; } @@ -4079,8 +4619,8 @@ echo "${ECHO_T}$USE_NLS" >&6 -        echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 -echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6 +        { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 +echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; }  if test "${gt_cv_func_gnugettext1_libc+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -4103,38 +4643,36 @@ return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    gt_cv_func_gnugettext1_libc=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -gt_cv_func_gnugettext1_libc=no +	gt_cv_func_gnugettext1_libc=no  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  fi -echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5 -echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6 +{ echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5 +echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6; }          if test "$gt_cv_func_gnugettext1_libc" != "yes"; then @@ -4167,8 +4705,8 @@ echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6    done -  echo "$as_me:$LINENO: checking for iconv" >&5 -echo $ECHO_N "checking for iconv... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for iconv" >&5 +echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }  if test "${am_cv_func_iconv+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -4194,33 +4732,32 @@ iconv_t cd = iconv_open("","");  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    am_cv_func_iconv=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 +  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext      if test "$am_cv_func_iconv" != yes; then        am_save_LIBS="$LIBS" @@ -4244,41 +4781,40 @@ iconv_t cd = iconv_open("","");  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    am_cv_lib_iconv=yes          am_cv_func_iconv=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 +  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext        LIBS="$am_save_LIBS"      fi  fi -echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 -echo "${ECHO_T}$am_cv_func_iconv" >&6 +{ echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 +echo "${ECHO_T}$am_cv_func_iconv" >&6; }    if test "$am_cv_func_iconv" = yes; then  cat >>confdefs.h <<\_ACEOF @@ -4287,10 +4823,10 @@ _ACEOF    fi    if test "$am_cv_lib_iconv" = yes; then -    echo "$as_me:$LINENO: checking how to link with libiconv" >&5 -echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6 -    echo "$as_me:$LINENO: result: $LIBICONV" >&5 -echo "${ECHO_T}$LIBICONV" >&6 +    { echo "$as_me:$LINENO: checking how to link with libiconv" >&5 +echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; } +    { echo "$as_me:$LINENO: result: $LIBICONV" >&5 +echo "${ECHO_T}$LIBICONV" >&6; }    else              CPPFLAGS="$am_save_CPPFLAGS"      LIBICONV= @@ -4316,10 +4852,9 @@ echo "${ECHO_T}$LIBICONV" >&6    prefix="$acl_save_prefix" -# Check whether --with-libintl-prefix or --without-libintl-prefix was given. +# Check whether --with-libintl-prefix was given.  if test "${with_libintl_prefix+set}" = set; then -  withval="$with_libintl_prefix" - +  withval=$with_libintl_prefix;      if test "X$withval" = "Xno"; then        use_additional=no      else @@ -4342,7 +4877,8 @@ if test "${with_libintl_prefix+set}" = set; then        fi      fi -fi; +fi +        LIBINTL=    LTLIBINTL=    INCINTL= @@ -4678,8 +5214,8 @@ fi;      done    fi -          echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 -echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6 +          { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 +echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; }  if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -4710,34 +5246,32 @@ return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    gt_cv_func_gnugettext1_libintl=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -gt_cv_func_gnugettext1_libintl=no +	gt_cv_func_gnugettext1_libintl=no  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext                          if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then                LIBS="$LIBS $LIBICONV" @@ -4764,26 +5298,23 @@ return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    LIBINTL="$LIBINTL $LIBICONV"                  LTLIBINTL="$LTLIBINTL $LTLIBICONV"                  gt_cv_func_gnugettext1_libintl=yes @@ -4792,15 +5323,17 @@ else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 +  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext              fi              CPPFLAGS="$gt_save_CPPFLAGS"              LIBS="$gt_save_LIBS"  fi -echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5 -echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6 +{ echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5 +echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; }          fi                                          if test "$gt_cv_func_gnugettext1_libc" = "yes" \ @@ -4828,13 +5361,13 @@ _ACEOF      fi    fi -  echo "$as_me:$LINENO: checking whether to use NLS" >&5 -echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6 -  echo "$as_me:$LINENO: result: $USE_NLS" >&5 -echo "${ECHO_T}$USE_NLS" >&6 +  { echo "$as_me:$LINENO: checking whether to use NLS" >&5 +echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; } +  { echo "$as_me:$LINENO: result: $USE_NLS" >&5 +echo "${ECHO_T}$USE_NLS" >&6; }    if test "$USE_NLS" = "yes"; then -    echo "$as_me:$LINENO: checking where the gettext function comes from" >&5 -echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6 +    { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5 +echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; }      if test "$gt_use_preinstalled_gnugettext" = "yes"; then        if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then          gt_source="external libintl" @@ -4844,18 +5377,18 @@ echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6      else        gt_source="included intl directory"      fi -    echo "$as_me:$LINENO: result: $gt_source" >&5 -echo "${ECHO_T}$gt_source" >&6 +    { echo "$as_me:$LINENO: result: $gt_source" >&5 +echo "${ECHO_T}$gt_source" >&6; }    fi    if test "$USE_NLS" = "yes"; then      if test "$gt_use_preinstalled_gnugettext" = "yes"; then        if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then -        echo "$as_me:$LINENO: checking how to link with libintl" >&5 -echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6 -        echo "$as_me:$LINENO: result: $LIBINTL" >&5 -echo "${ECHO_T}$LIBINTL" >&6 +        { echo "$as_me:$LINENO: checking how to link with libintl" >&5 +echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; } +        { echo "$as_me:$LINENO: result: $LIBINTL" >&5 +echo "${ECHO_T}$LIBINTL" >&6; }    for element in $INCINTL; do      haveit= @@ -4915,53 +5448,53 @@ fi -echo "$as_me:$LINENO: checking if color escape sequence for kterm/pxvt is enabled" >&5 -echo $ECHO_N "checking if color escape sequence for kterm/pxvt is enabled... $ECHO_C" >&6 -# Check whether --enable-color or --disable-color was given. +{ echo "$as_me:$LINENO: checking if color escape sequence for kterm/pxvt is enabled" >&5 +echo $ECHO_N "checking if color escape sequence for kterm/pxvt is enabled... $ECHO_C" >&6; } +# Check whether --enable-color was given.  if test "${enable_color+set}" = set; then -  enableval="$enable_color" - +  enableval=$enable_color;  else    enable_color="yes" -fi; +fi +  test x"$enable_color" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_COLOR 1  _ACEOF -echo "$as_me:$LINENO: result: $enable_color" >&5 -echo "${ECHO_T}$enable_color" >&6 +{ echo "$as_me:$LINENO: result: $enable_color" >&5 +echo "${ECHO_T}$enable_color" >&6; } -echo "$as_me:$LINENO: checking if ansi color escape sequence support is enabled" >&5 -echo $ECHO_N "checking if ansi color escape sequence support is enabled... $ECHO_C" >&6 -# Check whether --enable-ansi_color or --disable-ansi_color was given. +{ echo "$as_me:$LINENO: checking if ansi color escape sequence support is enabled" >&5 +echo $ECHO_N "checking if ansi color escape sequence support is enabled... $ECHO_C" >&6; } +# Check whether --enable-ansi_color was given.  if test "${enable_ansi_color+set}" = set; then -  enableval="$enable_ansi_color" - +  enableval=$enable_ansi_color;  else    enable_ansi_color="$enable_color" -fi; +fi +   test x"$enable_ansi_color" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_ANSI_COLOR 1  _ACEOF - echo "$as_me:$LINENO: result: $enable_ansi_color" >&5 -echo "${ECHO_T}$enable_ansi_color" >&6 + { echo "$as_me:$LINENO: result: $enable_ansi_color" >&5 +echo "${ECHO_T}$enable_ansi_color" >&6; } -echo "$as_me:$LINENO: checking if background color support is enabled" >&5 -echo $ECHO_N "checking if background color support is enabled... $ECHO_C" >&6 -# Check whether --enable-bgcolor or --disable-bgcolor was given. +{ echo "$as_me:$LINENO: checking if background color support is enabled" >&5 +echo $ECHO_N "checking if background color support is enabled... $ECHO_C" >&6; } +# Check whether --enable-bgcolor was given.  if test "${enable_bgcolor+set}" = set; then -  enableval="$enable_bgcolor" - +  enableval=$enable_bgcolor;  else    enable_bgcolor="$enable_color" -fi; +fi +   test x"$enable_bgcolor" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_BG_COLOR 1  _ACEOF -echo "$as_me:$LINENO: result: $enable_bgcolor" >&5 -echo "${ECHO_T}$enable_bgcolor" >&6 +{ echo "$as_me:$LINENO: result: $enable_bgcolor" >&5 +echo "${ECHO_T}$enable_bgcolor" >&6; } @@ -4983,17 +5516,17 @@ _ACEOF - echo "$as_me:$LINENO: checking if image is enabled" >&5 -echo $ECHO_N "checking if image is enabled... $ECHO_C" >&6 - # Check whether --enable-image or --disable-image was given. + { echo "$as_me:$LINENO: checking if image is enabled" >&5 +echo $ECHO_N "checking if image is enabled... $ECHO_C" >&6; } + # Check whether --enable-image was given.  if test "${enable_image+set}" = set; then -  enableval="$enable_image" - +  enableval=$enable_image;  else    enable_image="yes" -fi; - echo "$as_me:$LINENO: result: $enable_image" >&5 -echo "${ECHO_T}$enable_image" >&6 +fi + + { echo "$as_me:$LINENO: result: $enable_image" >&5 +echo "${ECHO_T}$enable_image" >&6; }   if test x"$enable_image" != xno; then    IMGOBJS=w3mimg.o    if test x"$enable_image" = xyes; then @@ -5028,21 +5561,21 @@ _ACEOF  #define USE_IMAGE 1  _ACEOF -  echo "$as_me:$LINENO: checking image library" >&5 -echo $ECHO_N "checking image library... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking image library" >&5 +echo $ECHO_N "checking image library... $ECHO_C" >&6; } -# Check whether --with-imagelib or --without-imagelib was given. +# Check whether --with-imagelib was given.  if test "${with_imagelib+set}" = set; then -  withval="$with_imagelib" - +  withval=$with_imagelib;  else    with_imagelib="yes" -fi; +fi +    if test x"$with_imagelib" = xyes; then      with_imagelib="gtk2 gdk-pixbuf imlib imlib2"    fi -  echo "$as_me:$LINENO: result: $with_imagelib" >&5 -echo "${ECHO_T}$with_imagelib" >&6 +  { echo "$as_me:$LINENO: result: $with_imagelib" >&5 +echo "${ECHO_T}$with_imagelib" >&6; }    with_imlib=no    with_imlib2=no    with_gdkpixbuf=no @@ -5078,10 +5611,10 @@ echo "${ECHO_T}$with_imagelib" >&6    if test x"$with_gtk2" = xyes; then     version="`$PKG_CONFIG --modversion gdk-pixbuf-2.0 2>/dev/null`"   if test x"$version" != x; then -   echo "$as_me:$LINENO: checking GdkPixbuf version" >&5 -echo $ECHO_N "checking GdkPixbuf version... $ECHO_C" >&6 -   echo "$as_me:$LINENO: result: $version" >&5 -echo "${ECHO_T}$version" >&6 +   { echo "$as_me:$LINENO: checking GdkPixbuf version" >&5 +echo $ECHO_N "checking GdkPixbuf version... $ECHO_C" >&6; } +   { echo "$as_me:$LINENO: result: $version" >&5 +echo "${ECHO_T}$version" >&6; }     set -- `echo "$version" | sed 's/[^0-9]/ /g'`     if test "$1" -ne "2" -o "$2" -lt "0" || test "$2" -eq "0" -a "$3" -lt "0"; then       { echo "$as_me:$LINENO: WARNING: GdkPixbuf is too old. Install GdkPixbuf (version >= 2.0.0)" >&5 @@ -5100,10 +5633,10 @@ echo "$as_me: WARNING: GdkPixbuf is not installed.  Install GdkPixbuf (version >     if test x"$have_gdkpixbuf" != xyes; then      version="`$GDKPIXBUF_CONFIG --version 2>/dev/null`"   if test x"$version" != x; then -   echo "$as_me:$LINENO: checking GdkPixbuf version" >&5 -echo $ECHO_N "checking GdkPixbuf version... $ECHO_C" >&6 -   echo "$as_me:$LINENO: result: $version" >&5 -echo "${ECHO_T}$version" >&6 +   { echo "$as_me:$LINENO: checking GdkPixbuf version" >&5 +echo $ECHO_N "checking GdkPixbuf version... $ECHO_C" >&6; } +   { echo "$as_me:$LINENO: result: $version" >&5 +echo "${ECHO_T}$version" >&6; }     set -- `echo "$version" | sed 's/[^0-9]/ /g'`     if test "$1" -ne "0" -o "$2" -lt "16" || test "$2" -eq "16" -a "$3" -lt "0"; then       { echo "$as_me:$LINENO: WARNING: GdkPixbuf is too old. Install GdkPixbuf (version >= 0.16.0)" >&5 @@ -5122,10 +5655,10 @@ echo "$as_me: WARNING: GdkPixbuf is not installed.  Install GdkPixbuf (version >    if test x"$with_imlib" = xyes; then     version="`$IMLIB_CONFIG --version 2>/dev/null`"   if test x"$version" != x; then -   echo "$as_me:$LINENO: checking Imlib version" >&5 -echo $ECHO_N "checking Imlib version... $ECHO_C" >&6 -   echo "$as_me:$LINENO: result: $version" >&5 -echo "${ECHO_T}$version" >&6 +   { echo "$as_me:$LINENO: checking Imlib version" >&5 +echo $ECHO_N "checking Imlib version... $ECHO_C" >&6; } +   { echo "$as_me:$LINENO: result: $version" >&5 +echo "${ECHO_T}$version" >&6; }     set -- `echo "$version" | sed 's/[^0-9]/ /g'`     if test "$1" -ne "1" -o "$2" -lt "9" || test "$2" -eq "9" -a "$3" -lt "8"; then       { echo "$as_me:$LINENO: WARNING: Imlib is too old. Install Imlib (version >= 1.9.8)" >&5 @@ -5143,10 +5676,10 @@ echo "$as_me: WARNING: Imlib is not installed.  Install Imlib (version >= 1.9.8)    if test x"$with_imlib2" = xyes; then     version="`$IMLIB2_CONFIG --version 2>/dev/null`"   if test x"$version" != x; then -   echo "$as_me:$LINENO: checking Imlib2 version" >&5 -echo $ECHO_N "checking Imlib2 version... $ECHO_C" >&6 -   echo "$as_me:$LINENO: result: $version" >&5 -echo "${ECHO_T}$version" >&6 +   { echo "$as_me:$LINENO: checking Imlib2 version" >&5 +echo $ECHO_N "checking Imlib2 version... $ECHO_C" >&6; } +   { echo "$as_me:$LINENO: result: $version" >&5 +echo "${ECHO_T}$version" >&6; }     set -- `echo "$version" | sed 's/[^0-9]/ /g'`     if test "$1" -ne "1" -o "$2" -lt "0" || test "$2" -eq "0" -a "$3" -lt "5"; then       { echo "$as_me:$LINENO: WARNING: Imlib2 is too old. Install Imlib2 (version >= 1.0.5)" >&5 @@ -5302,25 +5835,25 @@ _ACEOF  if test x"$enable_image" != xno; then   AUXBIN_TARGETS="$AUXBIN_TARGETS w3mimgdisplay\$(EXT)" - echo "$as_me:$LINENO: checking if xface is enabled" >&5 -echo $ECHO_N "checking if xface is enabled... $ECHO_C" >&6 - # Check whether --enable-xface or --disable-xface was given. + { echo "$as_me:$LINENO: checking if xface is enabled" >&5 +echo $ECHO_N "checking if xface is enabled... $ECHO_C" >&6; } + # Check whether --enable-xface was given.  if test "${enable_xface+set}" = set; then -  enableval="$enable_xface" - +  enableval=$enable_xface;  else    enable_xface="$enable_image" -fi; +fi +   test x"$enable_xface" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_XFACE 1  _ACEOF - echo "$as_me:$LINENO: result: $enable_xface" >&5 -echo "${ECHO_T}$enable_xface" >&6 + { echo "$as_me:$LINENO: result: $enable_xface" >&5 +echo "${ECHO_T}$enable_xface" >&6; }   # Extract the first word of "uncompface", so it can be a program name with args.  set dummy uncompface; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_prog_uncompface+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -5333,43 +5866,45 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_prog_uncompface=""yes""      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS    test -z "$ac_cv_prog_uncompface" && ac_cv_prog_uncompface=""no""  fi  fi  uncompface=$ac_cv_prog_uncompface  if test -n "$uncompface"; then -  echo "$as_me:$LINENO: result: $uncompface" >&5 -echo "${ECHO_T}$uncompface" >&6 +  { echo "$as_me:$LINENO: result: $uncompface" >&5 +echo "${ECHO_T}$uncompface" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi +   test "$uncompface" = "no" && { echo "$as_me:$LINENO: WARNING: uncompface is not installed." >&5  echo "$as_me: WARNING: uncompface is not installed." >&2;}  fi - echo "$as_me:$LINENO: checking default keymap" >&5 -echo $ECHO_N "checking default keymap... $ECHO_C" >&6 - # Check whether --enable-keymap or --disable-keymap was given. + { echo "$as_me:$LINENO: checking default keymap" >&5 +echo $ECHO_N "checking default keymap... $ECHO_C" >&6; } + # Check whether --enable-keymap was given.  if test "${enable_keymap+set}" = set; then -  enableval="$enable_keymap" - +  enableval=$enable_keymap;  else    enable_keymap="w3m" -fi; - echo "$as_me:$LINENO: result: $enable_keymap" >&5 -echo "${ECHO_T}$enable_keymap" >&6 +fi + + { echo "$as_me:$LINENO: result: $enable_keymap" >&5 +echo "${ECHO_T}$enable_keymap" >&6; }   case x"$enable_keymap" in   xw3m)    KEYMAP_FILE="keybind";; @@ -5392,65 +5927,65 @@ _ACEOF  _ACEOF -echo "$as_me:$LINENO: checking if popup menu is enabled" >&5 -echo $ECHO_N "checking if popup menu is enabled... $ECHO_C" >&6 -# Check whether --enable-menu or --disable-menu was given. +{ echo "$as_me:$LINENO: checking if popup menu is enabled" >&5 +echo $ECHO_N "checking if popup menu is enabled... $ECHO_C" >&6; } +# Check whether --enable-menu was given.  if test "${enable_menu+set}" = set; then -  enableval="$enable_menu" - +  enableval=$enable_menu;  else    enable_menu="yes" -fi; +fi +   test x"$enable_menu" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_MENU 1  _ACEOF - echo "$as_me:$LINENO: result: $enable_menu" >&5 -echo "${ECHO_T}$enable_menu" >&6 + { echo "$as_me:$LINENO: result: $enable_menu" >&5 +echo "${ECHO_T}$enable_menu" >&6; } -echo "$as_me:$LINENO: checking if mouse operation enabled" >&5 -echo $ECHO_N "checking if mouse operation enabled... $ECHO_C" >&6 -# Check whether --enable-mouse or --disable-mouse was given. +{ echo "$as_me:$LINENO: checking if mouse operation enabled" >&5 +echo $ECHO_N "checking if mouse operation enabled... $ECHO_C" >&6; } +# Check whether --enable-mouse was given.  if test "${enable_mouse+set}" = set; then -  enableval="$enable_mouse" - +  enableval=$enable_mouse;  else    enable_mouse="yes" -fi; +fi +  test x"$enable_mouse" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_MOUSE 1  _ACEOF -echo "$as_me:$LINENO: result: $enable_mouse" >&5 -echo "${ECHO_T}$enable_mouse" >&6 +{ echo "$as_me:$LINENO: result: $enable_mouse" >&5 +echo "${ECHO_T}$enable_mouse" >&6; } -echo "$as_me:$LINENO: checking if URL history is enabled" >&5 -echo $ECHO_N "checking if URL history is enabled... $ECHO_C" >&6 -# Check whether --enable-history or --disable-history was given. +{ echo "$as_me:$LINENO: checking if URL history is enabled" >&5 +echo $ECHO_N "checking if URL history is enabled... $ECHO_C" >&6; } +# Check whether --enable-history was given.  if test "${enable_history+set}" = set; then -  enableval="$enable_history" - +  enableval=$enable_history;  else    enable_history="yes" -fi; +fi +   test x"$enable_history" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_HISTORY 1  _ACEOF - echo "$as_me:$LINENO: result: $enable_history" >&5 -echo "${ECHO_T}$enable_history" >&6 + { echo "$as_me:$LINENO: result: $enable_history" >&5 +echo "${ECHO_T}$enable_history" >&6; } - echo "$as_me:$LINENO: checking if alarm is enabled" >&5 -echo $ECHO_N "checking if alarm is enabled... $ECHO_C" >&6 - # Check whether --enable-alarm or --disable-alarm was given. + { echo "$as_me:$LINENO: checking if alarm is enabled" >&5 +echo $ECHO_N "checking if alarm is enabled... $ECHO_C" >&6; } + # Check whether --enable-alarm was given.  if test "${enable_alarm+set}" = set; then -  enableval="$enable_alarm" - +  enableval=$enable_alarm;  else    enable_alarm="yes" -fi; - echo "$as_me:$LINENO: result: $enable_alarm" >&5 -echo "${ECHO_T}$enable_alarm" >&6 +fi + + { echo "$as_me:$LINENO: result: $enable_alarm" >&5 +echo "${ECHO_T}$enable_alarm" >&6; }   if test x"$enable_alarm" = xyes; then     cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */ @@ -5470,26 +6005,22 @@ int sa = SIGALRM;  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    cat >>confdefs.h <<\_ACEOF  #define USE_ALARM 1  _ACEOF @@ -5498,207 +6029,193 @@ else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 +  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext   fi -echo "$as_me:$LINENO: checking if cookie is enabled" >&5 -echo $ECHO_N "checking if cookie is enabled... $ECHO_C" >&6 -# Check whether --enable-cookie or --disable-cookie was given. +{ echo "$as_me:$LINENO: checking if cookie is enabled" >&5 +echo $ECHO_N "checking if cookie is enabled... $ECHO_C" >&6; } +# Check whether --enable-cookie was given.  if test "${enable_cookie+set}" = set; then -  enableval="$enable_cookie" - +  enableval=$enable_cookie;  else    enable_cookie="yes" -fi; +fi +  test x"$enable_cookie" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_COOKIE 1  _ACEOF -echo "$as_me:$LINENO: result: $enable_cookie" >&5 -echo "${ECHO_T}$enable_cookie" >&6 - - echo "$as_me:$LINENO: checking if digest auth is enabled" >&5 -echo $ECHO_N "checking if digest auth is enabled... $ECHO_C" >&6 - # Check whether --enable-digest_auth or --disable-digest_auth was given. -if test "${enable_digest_auth+set}" = set; then -  enableval="$enable_digest_auth" - -else -  enable_digest_auth="yes" -fi; - test x"$enable_digest_auth" = xyes && cat >>confdefs.h <<\_ACEOF -#define USE_DIGEST_AUTH 1 -_ACEOF - - echo "$as_me:$LINENO: result: $enable_digest_auth" >&5 -echo "${ECHO_T}$enable_digest_auth" >&6 +{ echo "$as_me:$LINENO: result: $enable_cookie" >&5 +echo "${ECHO_T}$enable_cookie" >&6; } - echo "$as_me:$LINENO: checking if nntp is enabled" >&5 -echo $ECHO_N "checking if nntp is enabled... $ECHO_C" >&6 - # Check whether --enable-nntp or --disable-nntp was given. + { echo "$as_me:$LINENO: checking if nntp is enabled" >&5 +echo $ECHO_N "checking if nntp is enabled... $ECHO_C" >&6; } + # Check whether --enable-nntp was given.  if test "${enable_nntp+set}" = set; then -  enableval="$enable_nntp" - +  enableval=$enable_nntp;  else    enable_nntp="yes" -fi; +fi +   test x"$enable_nntp" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_NNTP 1  _ACEOF - echo "$as_me:$LINENO: result: $enable_nntp" >&5 -echo "${ECHO_T}$enable_nntp" >&6 + { echo "$as_me:$LINENO: result: $enable_nntp" >&5 +echo "${ECHO_T}$enable_nntp" >&6; } - echo "$as_me:$LINENO: checking if gopher is enabled" >&5 -echo $ECHO_N "checking if gopher is enabled... $ECHO_C" >&6 - # Check whether --enable-gopher or --disable-gopher was given. + { echo "$as_me:$LINENO: checking if gopher is enabled" >&5 +echo $ECHO_N "checking if gopher is enabled... $ECHO_C" >&6; } + # Check whether --enable-gopher was given.  if test "${enable_gopher+set}" = set; then -  enableval="$enable_gopher" - +  enableval=$enable_gopher;  else    enable_gopher="no" -fi; +fi +   test x"$enable_gopher" = xyes &&  cat >>confdefs.h <<\_ACEOF  #define USE_GOPHER 1  _ACEOF - echo "$as_me:$LINENO: result: $enable_gopher" >&5 -echo "${ECHO_T}$enable_gopher" >&6 + { echo "$as_me:$LINENO: result: $enable_gopher" >&5 +echo "${ECHO_T}$enable_gopher" >&6; } -echo "$as_me:$LINENO: checking if dictionary lookup is enabled" >&5 -echo $ECHO_N "checking if dictionary lookup is enabled... $ECHO_C" >&6 -# Check whether --enable-dict or --disable-dict was given. +{ echo "$as_me:$LINENO: checking if dictionary lookup is enabled" >&5 +echo $ECHO_N "checking if dictionary lookup is enabled... $ECHO_C" >&6; } +# Check whether --enable-dict was given.  if test "${enable_dict+set}" = set; then -  enableval="$enable_dict" - +  enableval=$enable_dict;  else    enable_dict="yes" -fi; +fi +   test x"$enable_dict" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_DICT 1  _ACEOF - echo "$as_me:$LINENO: result: $enable_dict" >&5 -echo "${ECHO_T}$enable_dict" >&6 + { echo "$as_me:$LINENO: result: $enable_dict" >&5 +echo "${ECHO_T}$enable_dict" >&6; } - echo "$as_me:$LINENO: checking if help cgi is enabled" >&5 -echo $ECHO_N "checking if help cgi is enabled... $ECHO_C" >&6 - # Check whether --enable-help_cgi or --disable-help_cgi was given. + { echo "$as_me:$LINENO: checking if help cgi is enabled" >&5 +echo $ECHO_N "checking if help cgi is enabled... $ECHO_C" >&6; } + # Check whether --enable-help_cgi was given.  if test "${enable_help_cgi+set}" = set; then -  enableval="$enable_help_cgi" - +  enableval=$enable_help_cgi;  else    enable_help_cgi="yes" -fi; +fi +   test x"$enable_help_cgi" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_HELP_CGI 1  _ACEOF - echo "$as_me:$LINENO: result: $enable_help_cgi" >&5 -echo "${ECHO_T}$enable_help_cgi" >&6 + { echo "$as_me:$LINENO: result: $enable_help_cgi" >&5 +echo "${ECHO_T}$enable_help_cgi" >&6; } - echo "$as_me:$LINENO: checking if external URI loader is enabled" >&5 -echo $ECHO_N "checking if external URI loader is enabled... $ECHO_C" >&6 - # Check whether --enable-external_uri_loader or --disable-external_uri_loader was given. + { echo "$as_me:$LINENO: checking if external URI loader is enabled" >&5 +echo $ECHO_N "checking if external URI loader is enabled... $ECHO_C" >&6; } + # Check whether --enable-external_uri_loader was given.  if test "${enable_external_uri_loader+set}" = set; then -  enableval="$enable_external_uri_loader" - +  enableval=$enable_external_uri_loader;  else    enable_external_uri_loader="yes" -fi; +fi +   test x"$enable_external_uri_loader" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_EXTERNAL_URI_LOADER 1  _ACEOF - echo "$as_me:$LINENO: result: $enable_external_uri_loader" >&5 -echo "${ECHO_T}$enable_external_uri_loader" >&6 + { echo "$as_me:$LINENO: result: $enable_external_uri_loader" >&5 +echo "${ECHO_T}$enable_external_uri_loader" >&6; } - echo "$as_me:$LINENO: checking if w3mmail is used" >&5 -echo $ECHO_N "checking if w3mmail is used... $ECHO_C" >&6 - # Check whether --enable-w3mmailer or --disable-w3mmailer was given. + { echo "$as_me:$LINENO: checking if w3mmail is used" >&5 +echo $ECHO_N "checking if w3mmail is used... $ECHO_C" >&6; } + # Check whether --enable-w3mmailer was given.  if test "${enable_w3mmailer+set}" = set; then -  enableval="$enable_w3mmailer" - +  enableval=$enable_w3mmailer;  else    enable_w3mmailer="$enable_external_uri_loader" -fi; +fi +   test x"$enable_external_uri_loader" = xno && enable_w3mmailer=no   test x"$enable_w3mmailer" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_W3MMAILER 1  _ACEOF - echo "$as_me:$LINENO: result: $enable_w3mmailer" >&5 -echo "${ECHO_T}$enable_w3mmailer" >&6 + { echo "$as_me:$LINENO: result: $enable_w3mmailer" >&5 +echo "${ECHO_T}$enable_w3mmailer" >&6; }   migemo_command="migemo -t egrep /usr/local/share/migemo/migemo-dict" - echo "$as_me:$LINENO: checking if migemo is supported with" >&5 -echo $ECHO_N "checking if migemo is supported with... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking if migemo is supported with" >&5 +echo $ECHO_N "checking if migemo is supported with... $ECHO_C" >&6; } -# Check whether --with-migemo or --without-migemo was given. +# Check whether --with-migemo was given.  if test "${with_migemo+set}" = set; then -  withval="$with_migemo" -  test x"$with_migemo" = xyes || migemo_command="$with_migemo" -fi; +  withval=$with_migemo; test x"$with_migemo" = xyes || migemo_command="$with_migemo" +fi +   if test "${with_migemo+set}" = set -a "$with_migemo" != "no"; then     cat >>confdefs.h <<\_ACEOF  #define USE_MIGEMO 1  _ACEOF   fi - echo "$as_me:$LINENO: result: $migemo_command" >&5 -echo "${ECHO_T}$migemo_command" >&6 + { echo "$as_me:$LINENO: result: $migemo_command" >&5 +echo "${ECHO_T}$migemo_command" >&6; }   cat >>confdefs.h <<_ACEOF  #define DEF_MIGEMO_COMMAND "$migemo_command"  _ACEOF  w3m_editor="/usr/bin/vi" -echo "$as_me:$LINENO: checking which editor is used by default" >&5 -echo $ECHO_N "checking which editor is used by default... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking which editor is used by default" >&5 +echo $ECHO_N "checking which editor is used by default... $ECHO_C" >&6; } -# Check whether --with-editor or --without-editor was given. +# Check whether --with-editor was given.  if test "${with_editor+set}" = set; then -  withval="$with_editor" -  w3m_editor="$with_editor" -fi; -echo "$as_me:$LINENO: result: $w3m_editor" >&5 -echo "${ECHO_T}$w3m_editor" >&6 +  withval=$with_editor; w3m_editor="$with_editor" +fi + +{ echo "$as_me:$LINENO: result: $w3m_editor" >&5 +echo "${ECHO_T}$w3m_editor" >&6; }  cat >>confdefs.h <<_ACEOF  #define DEF_EDITOR "$w3m_editor"  _ACEOF  w3m_mailer="/usr/bin/mail" -echo "$as_me:$LINENO: checking which mailer is used by default" >&5 -echo $ECHO_N "checking which mailer is used by default... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking which mailer is used by default" >&5 +echo $ECHO_N "checking which mailer is used by default... $ECHO_C" >&6; } -# Check whether --with-mailer or --without-mailer was given. +# Check whether --with-mailer was given.  if test "${with_mailer+set}" = set; then -  withval="$with_mailer" -  w3m_mailer="$with_mailer" -fi; -echo "$as_me:$LINENO: result: $w3m_mailer" >&5 -echo "${ECHO_T}$w3m_mailer" >&6 +  withval=$with_mailer; w3m_mailer="$with_mailer" +fi + +{ echo "$as_me:$LINENO: result: $w3m_mailer" >&5 +echo "${ECHO_T}$w3m_mailer" >&6; }  cat >>confdefs.h <<_ACEOF  #define DEF_MAILER "$w3m_mailer"  _ACEOF  w3m_browser="/usr/bin/mozilla" -echo "$as_me:$LINENO: checking which external browser is used by default" >&5 -echo $ECHO_N "checking which external browser is used by default... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking which external browser is used by default" >&5 +echo $ECHO_N "checking which external browser is used by default... $ECHO_C" >&6; } -# Check whether --with-browser or --without-browser was given. +# Check whether --with-browser was given.  if test "${with_browser+set}" = set; then -  withval="$with_browser" -  w3m_browser="$with_browser" -fi; -echo "$as_me:$LINENO: result: $w3m_browser" >&5 -echo "${ECHO_T}$w3m_browser" >&6 +  withval=$with_browser; w3m_browser="$with_browser" +fi + +{ echo "$as_me:$LINENO: result: $w3m_browser" >&5 +echo "${ECHO_T}$w3m_browser" >&6; }  cat >>confdefs.h <<_ACEOF  #define DEF_EXT_BROWSER "$w3m_browser"  _ACEOF @@ -5707,8 +6224,8 @@ _ACEOF  for lib in bsd BSD 44bsd socket nsl dld dl  do   lib=$lib - echo "$as_me:$LINENO: checking for -l$lib" >&5 -echo $ECHO_N "checking for -l$lib... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for -l$lib" >&5 +echo $ECHO_N "checking for -l$lib... $ECHO_C" >&6; }   extlib="not found"   for dir in /lib /usr/lib /usr/local/lib /usr/ucblib /usr/ccslib /usr/ccs/lib   do @@ -5718,28 +6235,28 @@ echo $ECHO_N "checking for -l$lib... $ECHO_C" >&6      break     fi   done - echo "$as_me:$LINENO: result: $extlib" >&5 -echo "${ECHO_T}$extlib" >&6 + { echo "$as_me:$LINENO: result: $extlib" >&5 +echo "${ECHO_T}$extlib" >&6; }  done -echo "$as_me:$LINENO: checking if IPv6 support is enabled" >&5 -echo $ECHO_N "checking if IPv6 support is enabled... $ECHO_C" >&6 -# Check whether --enable-ipv6 or --disable-ipv6 was given. +{ echo "$as_me:$LINENO: checking if IPv6 support is enabled" >&5 +echo $ECHO_N "checking if IPv6 support is enabled... $ECHO_C" >&6; } +# Check whether --enable-ipv6 was given.  if test "${enable_ipv6+set}" = set; then -  enableval="$enable_ipv6" - +  enableval=$enable_ipv6;  else    enable_ipv6="yes" -fi; -echo "$as_me:$LINENO: result: $enable_ipv6" >&5 -echo "${ECHO_T}$enable_ipv6" >&6 +fi + +{ echo "$as_me:$LINENO: result: $enable_ipv6" >&5 +echo "${ECHO_T}$enable_ipv6" >&6; }  if test x"$enable_ipv6" = xyes; then - echo "$as_me:$LINENO: checking if IPv6 API available" >&5 -echo $ECHO_N "checking if IPv6 API available... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking if IPv6 API available" >&5 +echo $ECHO_N "checking if IPv6 API available... $ECHO_C" >&6; } - echo "$as_me:$LINENO: checking for getaddrinfo" >&5 -echo $ECHO_N "checking for getaddrinfo... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for getaddrinfo" >&5 +echo $ECHO_N "checking for getaddrinfo... $ECHO_C" >&6; }  if test "${ac_cv_func_getaddrinfo+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -5766,67 +6283,59 @@ cat >>conftest.$ac_ext <<_ACEOF  #undef getaddrinfo -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char getaddrinfo ();  /* The GNU C library defines this for functions which it implements      to always fail with ENOSYS.  Some functions are actually named      something starting with __ and the normal name is an alias.  */ -#if defined (__stub_getaddrinfo) || defined (__stub___getaddrinfo) +#if defined __stub_getaddrinfo || defined __stub___getaddrinfo  choke me -#else -char (*f) () = getaddrinfo; -#endif -#ifdef __cplusplus -}  #endif  int  main ()  { -return f != getaddrinfo; +return getaddrinfo ();    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    ac_cv_func_getaddrinfo=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_func_getaddrinfo=no +	ac_cv_func_getaddrinfo=no  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  fi -echo "$as_me:$LINENO: result: $ac_cv_func_getaddrinfo" >&5 -echo "${ECHO_T}$ac_cv_func_getaddrinfo" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_func_getaddrinfo" >&5 +echo "${ECHO_T}$ac_cv_func_getaddrinfo" >&6; }  if test $ac_cv_func_getaddrinfo = yes; then    enable_ipv6="yes"  else @@ -5834,16 +6343,16 @@ else  fi   if test x"$enable_ipv6" = xno; then -    echo "$as_me:$LINENO: checking for libinet6" >&5 -echo $ECHO_N "checking for libinet6... $ECHO_C" >&6 +    { echo "$as_me:$LINENO: checking for libinet6" >&5 +echo $ECHO_N "checking for libinet6... $ECHO_C" >&6; }      for dir in /usr/local/v6/lib /usr/local/lib /usr/lib      do  	if test -f $dir/libinet6.a; then  	  if test $dir != "/usr/lib"; then  		W3M_LIBS="$W3M_LIBS -L$dir"  	  fi -	  echo "$as_me:$LINENO: checking for getaddrinfo in -linet6" >&5 -echo $ECHO_N "checking for getaddrinfo in -linet6... $ECHO_C" >&6 +	  { echo "$as_me:$LINENO: checking for getaddrinfo in -linet6" >&5 +echo $ECHO_N "checking for getaddrinfo in -linet6... $ECHO_C" >&6; }  if test "${ac_cv_lib_inet6_getaddrinfo+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -5856,55 +6365,53 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char getaddrinfo ();  int  main ()  { -getaddrinfo (); +return getaddrinfo ();    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    ac_cv_lib_inet6_getaddrinfo=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_inet6_getaddrinfo=no +	ac_cv_lib_inet6_getaddrinfo=no  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  LIBS=$ac_check_lib_save_LIBS  fi -echo "$as_me:$LINENO: result: $ac_cv_lib_inet6_getaddrinfo" >&5 -echo "${ECHO_T}$ac_cv_lib_inet6_getaddrinfo" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_inet6_getaddrinfo" >&5 +echo "${ECHO_T}$ac_cv_lib_inet6_getaddrinfo" >&6; }  if test $ac_cv_lib_inet6_getaddrinfo = yes; then    enable_ipv6="yes"  	         use_libinet6="found"; W3M_LIBS="$W3M_LIBS -linet6"; break @@ -5914,13 +6421,13 @@ fi  	fi      done -    echo "$as_me:$LINENO: result: $use_libinet6" >&5 -echo "${ECHO_T}$use_libinet6" >&6 +    { echo "$as_me:$LINENO: result: $use_libinet6" >&5 +echo "${ECHO_T}$use_libinet6" >&6; }   fi   if test x"$enable_ipv6" = xyes; then -    echo "$as_me:$LINENO: checking if struct sockaddr_storage has an ss_family member" >&5 -echo $ECHO_N "checking if struct sockaddr_storage has an ss_family member... $ECHO_C" >&6 +    { echo "$as_me:$LINENO: checking if struct sockaddr_storage has an ss_family member" >&5 +echo $ECHO_N "checking if struct sockaddr_storage has an ss_family member... $ECHO_C" >&6; }      cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -5943,33 +6450,29 @@ main ()  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then -  echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then +  { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -cat >conftest.$ac_ext <<_ACEOF +	cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF  cat confdefs.h >>conftest.$ac_ext @@ -5991,28 +6494,24 @@ main ()  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  	 cat >>confdefs.h <<\_ACEOF  #define HAVE_OLD_SS_FAMILY 1  _ACEOF @@ -6021,16 +6520,18 @@ else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +	{ echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  	 { echo "$as_me:$LINENO: WARNING: IPv6 support is disabled" >&5  echo "$as_me: WARNING: IPv6 support is disabled" >&2;}  	 enable_ipv6="no"  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext   fi   if test x"$enable_ipv6" = xyes; then      cat >>confdefs.h <<\_ACEOF @@ -6041,18 +6542,18 @@ _ACEOF  fi -echo "$as_me:$LINENO: checking if SSL is suported" >&5 -echo $ECHO_N "checking if SSL is suported... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking if SSL is suported" >&5 +echo $ECHO_N "checking if SSL is suported... $ECHO_C" >&6; } -# Check whether --with-ssl or --without-ssl was given. +# Check whether --with-ssl was given.  if test "${with_ssl+set}" = set; then -  withval="$with_ssl" - +  withval=$with_ssl;  else    with_ssl="yes" -fi; -echo "$as_me:$LINENO: result: $with_ssl" >&5 -echo "${ECHO_T}$with_ssl" >&6 +fi + +{ echo "$as_me:$LINENO: result: $with_ssl" >&5 +echo "${ECHO_T}$with_ssl" >&6; }  if test x"$with_ssl" != xno; then    succeeded=no @@ -6060,8 +6561,8 @@ if test x"$with_ssl" != xno; then    if test -z "$PKG_CONFIG"; then      # Extract the first word of "pkg-config", so it can be a program name with args.  set dummy pkg-config; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }  if test "${ac_cv_path_PKG_CONFIG+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -6076,28 +6577,29 @@ do    IFS=$as_save_IFS    test -z "$as_dir" && as_dir=.    for ac_exec_ext in '' $ac_executable_extensions; do -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      break 2    fi  done  done +IFS=$as_save_IFS    test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"    ;;  esac  fi  PKG_CONFIG=$ac_cv_path_PKG_CONFIG -  if test -n "$PKG_CONFIG"; then -  echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 -echo "${ECHO_T}$PKG_CONFIG" >&6 +  { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +echo "${ECHO_T}$PKG_CONFIG" >&6; }  else -  echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 +  { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; }  fi +    fi    if test "$PKG_CONFIG" = "no" ; then @@ -6108,25 +6610,25 @@ fi    else       PKG_CONFIG_MIN_VERSION=0.9.0       if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then -        echo "$as_me:$LINENO: checking for openssl" >&5 -echo $ECHO_N "checking for openssl... $ECHO_C" >&6 +        { echo "$as_me:$LINENO: checking for openssl" >&5 +echo $ECHO_N "checking for openssl... $ECHO_C" >&6; }          if $PKG_CONFIG --exists "openssl" ; then -            echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 +            { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; }              succeeded=yes -            echo "$as_me:$LINENO: checking SSL_CFLAGS" >&5 -echo $ECHO_N "checking SSL_CFLAGS... $ECHO_C" >&6 +            { echo "$as_me:$LINENO: checking SSL_CFLAGS" >&5 +echo $ECHO_N "checking SSL_CFLAGS... $ECHO_C" >&6; }              SSL_CFLAGS=`$PKG_CONFIG --cflags "openssl"` -            echo "$as_me:$LINENO: result: $SSL_CFLAGS" >&5 -echo "${ECHO_T}$SSL_CFLAGS" >&6 +            { echo "$as_me:$LINENO: result: $SSL_CFLAGS" >&5 +echo "${ECHO_T}$SSL_CFLAGS" >&6; } -            echo "$as_me:$LINENO: checking SSL_LIBS" >&5 -echo $ECHO_N "checking SSL_LIBS... $ECHO_C" >&6 +            { echo "$as_me:$LINENO: checking SSL_LIBS" >&5 +echo $ECHO_N "checking SSL_LIBS... $ECHO_C" >&6; }              SSL_LIBS=`$PKG_CONFIG --libs "openssl"` -            echo "$as_me:$LINENO: result: $SSL_LIBS" >&5 -echo "${ECHO_T}$SSL_LIBS" >&6 +            { echo "$as_me:$LINENO: result: $SSL_LIBS" >&5 +echo "${ECHO_T}$SSL_LIBS" >&6; }          else              SSL_CFLAGS=""              SSL_LIBS="" @@ -6148,11 +6650,11 @@ echo "${ECHO_T}$SSL_LIBS" >&6       :    else -    echo "$as_me:$LINENO: checking for SSL library/header" >&5 -echo $ECHO_N "checking for SSL library/header... $ECHO_C" >&6 +    { echo "$as_me:$LINENO: checking for SSL library/header" >&5 +echo $ECHO_N "checking for SSL library/header... $ECHO_C" >&6; }      test x"$with_ssl" = xyes && with_ssl="/usr/openssl /usr/ssl /usr /usr/local/openssl /usr/local/ssl /usr/local" -    echo "$as_me:$LINENO: result: $with_ssl" >&5 -echo "${ECHO_T}$with_ssl" >&6 +    { echo "$as_me:$LINENO: result: $with_ssl" >&5 +echo "${ECHO_T}$with_ssl" >&6; }      for dir in $with_ssl      do         if test -f "$dir/include/openssl/ssl.h"; then @@ -6170,8 +6672,8 @@ echo "${ECHO_T}$with_ssl" >&6    fi -  echo "$as_me:$LINENO: checking for SSL_new in -lssl" >&5 -echo $ECHO_N "checking for SSL_new in -lssl... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for SSL_new in -lssl" >&5 +echo $ECHO_N "checking for SSL_new in -lssl... $ECHO_C" >&6; }  if test "${ac_cv_lib_ssl_SSL_new+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -6184,55 +6686,53 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char SSL_new ();  int  main ()  { -SSL_new (); +return SSL_new ();    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    ac_cv_lib_ssl_SSL_new=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_ssl_SSL_new=no +	ac_cv_lib_ssl_SSL_new=no  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  LIBS=$ac_check_lib_save_LIBS  fi -echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_new" >&5 -echo "${ECHO_T}$ac_cv_lib_ssl_SSL_new" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_new" >&5 +echo "${ECHO_T}$ac_cv_lib_ssl_SSL_new" >&6; }  if test $ac_cv_lib_ssl_SSL_new = yes; then    w3m_ssl="found"; CFLAGS="$CFLAGS $SSL_CFLAGS" W3M_LIBS="$W3M_LIBS $SSL_LIBS -lssl -lcrypto"  else @@ -6245,26 +6745,47 @@ fi  #define USE_SSL 1  _ACEOF -    echo "$as_me:$LINENO: checking if SSL certificate verify is enabled" >&5 -echo $ECHO_N "checking if SSL certificate verify is enabled... $ECHO_C" >&6 -    # Check whether --enable-sslverify or --disable-sslverify was given. +    { echo "$as_me:$LINENO: checking if SSL certificate verify is enabled" >&5 +echo $ECHO_N "checking if SSL certificate verify is enabled... $ECHO_C" >&6; } +    # Check whether --enable-sslverify was given.  if test "${enable_sslverify+set}" = set; then -  enableval="$enable_sslverify" - +  enableval=$enable_sslverify;  else    enable_sslverify="yes" -fi; +fi +      test x"$enable_sslverify" = xyes && cat >>confdefs.h <<\_ACEOF  #define USE_SSL_VERIFY 1  _ACEOF -    echo "$as_me:$LINENO: result: $enable_sslverify" >&5 -echo "${ECHO_T}$enable_sslverify" >&6 +    { echo "$as_me:$LINENO: result: $enable_sslverify" >&5 +echo "${ECHO_T}$enable_sslverify" >&6; }    fi  fi -echo "$as_me:$LINENO: checking for sqrt" >&5 -echo $ECHO_N "checking for sqrt... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking if digest auth is enabled" >&5 +echo $ECHO_N "checking if digest auth is enabled... $ECHO_C" >&6; } +# Check whether --enable-digest_auth was given. +if test "${enable_digest_auth+set}" = set; then +  enableval=$enable_digest_auth; +else +  enable_digest_auth="yes" +fi + +if test x"$enable_digest_auth" = xyes -a x"$w3m_ssl" = xfound; then +  cat >>confdefs.h <<\_ACEOF +#define USE_DIGEST_AUTH 1 +_ACEOF + +else +  enable_digest_auth="no" +fi +{ echo "$as_me:$LINENO: result: $enable_digest_auth" >&5 +echo "${ECHO_T}$enable_digest_auth" >&6; } + + +{ echo "$as_me:$LINENO: checking for sqrt" >&5 +echo $ECHO_N "checking for sqrt... $ECHO_C" >&6; }  if test "${ac_cv_func_sqrt+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -6291,73 +6812,65 @@ cat >>conftest.$ac_ext <<_ACEOF  #undef sqrt -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char sqrt ();  /* The GNU C library defines this for functions which it implements      to always fail with ENOSYS.  Some functions are actually named      something starting with __ and the normal name is an alias.  */ -#if defined (__stub_sqrt) || defined (__stub___sqrt) +#if defined __stub_sqrt || defined __stub___sqrt  choke me -#else -char (*f) () = sqrt; -#endif -#ifdef __cplusplus -}  #endif  int  main ()  { -return f != sqrt; +return sqrt ();    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    ac_cv_func_sqrt=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_func_sqrt=no +	ac_cv_func_sqrt=no  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  fi -echo "$as_me:$LINENO: result: $ac_cv_func_sqrt" >&5 -echo "${ECHO_T}$ac_cv_func_sqrt" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_func_sqrt" >&5 +echo "${ECHO_T}$ac_cv_func_sqrt" >&6; }  if test $ac_cv_func_sqrt = yes; then    :  else -echo "$as_me:$LINENO: checking for sqrt in -lm" >&5 -echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for sqrt in -lm" >&5 +echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6; }  if test "${ac_cv_lib_m_sqrt+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -6370,55 +6883,53 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char sqrt ();  int  main ()  { -sqrt (); +return sqrt ();    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    ac_cv_lib_m_sqrt=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_m_sqrt=no +	ac_cv_lib_m_sqrt=no  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  LIBS=$ac_check_lib_save_LIBS  fi -echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 -echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 +echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6; }  if test $ac_cv_lib_m_sqrt = yes; then    cat >>confdefs.h <<_ACEOF  #define HAVE_LIBM 1 @@ -6432,8 +6943,8 @@ fi  if test x"$enable_mouse" = xyes; then - echo "$as_me:$LINENO: checking for Gpm_Open in -lgpm" >&5 -echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for Gpm_Open in -lgpm" >&5 +echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6; }  if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -6446,55 +6957,53 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char Gpm_Open ();  int  main ()  { -Gpm_Open (); +return Gpm_Open ();    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    ac_cv_lib_gpm_Gpm_Open=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_gpm_Gpm_Open=no +	ac_cv_lib_gpm_Gpm_Open=no  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  LIBS=$ac_check_lib_save_LIBS  fi -echo "$as_me:$LINENO: result: $ac_cv_lib_gpm_Gpm_Open" >&5 -echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_gpm_Gpm_Open" >&5 +echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6; }  if test $ac_cv_lib_gpm_Gpm_Open = yes; then    cat >>confdefs.h <<\_ACEOF  #define USE_GPM 1 @@ -6511,27 +7020,58 @@ _ACEOF  cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -#include <machine/console.h> +#include <sys/consio.h>     MOUSE_GETINFO  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then +  cat >>confdefs.h <<\_ACEOF +#define USE_SYSMOUSE 1 +_ACEOF +  else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +  cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h.  */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h.  */ +#include <machine/console.h> +      MOUSE_GETINFO +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 +  ac_status=$? +  grep -v '^ *+' conftest.er1 >conftest.err +  rm -f conftest.er1 +  cat conftest.err >&5 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5 +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    cat >>confdefs.h <<\_ACEOF  #define USE_SYSMOUSE 1  _ACEOF @@ -6542,27 +7082,31 @@ sed 's/^/| /' conftest.$ac_ext >&5  fi +  rm -f conftest.err conftest.$ac_ext  fi -echo "$as_me:$LINENO: checking terminal library" >&5 -echo $ECHO_N "checking terminal library... $ECHO_C" >&6 +rm -f conftest.err conftest.$ac_ext +fi -# Check whether --with-termlib or --without-termlib was given. -if test "${with_termlib+set}" = set; then -  withval="$with_termlib" +{ echo "$as_me:$LINENO: checking terminal library" >&5 +echo $ECHO_N "checking terminal library... $ECHO_C" >&6; } +# Check whether --with-termlib was given. +if test "${with_termlib+set}" = set; then +  withval=$with_termlib;  else    with_termlib="yes" -fi; - echo "$as_me:$LINENO: result: $with_termlib" >&5 -echo "${ECHO_T}$with_termlib" >&6 +fi + + { echo "$as_me:$LINENO: result: $with_termlib" >&5 +echo "${ECHO_T}$with_termlib" >&6; }   test x"$with_termlib" = xyes && with_termlib="terminfo mytinfo termlib termcap ncurses curses"   for lib in $with_termlib; do     as_ac_Lib=`echo "ac_cv_lib_$lib''_tgetent" | $as_tr_sh` -echo "$as_me:$LINENO: checking for tgetent in -l$lib" >&5 -echo $ECHO_N "checking for tgetent in -l$lib... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Lib+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for tgetent in -l$lib" >&5 +echo $ECHO_N "checking for tgetent in -l$lib... $ECHO_C" >&6; } +if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    ac_check_lib_save_LIBS=$LIBS @@ -6574,78 +7118,224 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char tgetent ();  int  main ()  { -tgetent (); +return tgetent ();    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    eval "$as_ac_Lib=yes"  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_Lib=no" +	eval "$as_ac_Lib=no"  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  LIBS=$ac_check_lib_save_LIBS  fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Lib'}'` +	       { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; }  if test `eval echo '${'$as_ac_Lib'}'` = yes; then    W3M_LIBS="$W3M_LIBS -l$lib"; break  fi   done -echo "$as_me:$LINENO: checking for egrep" >&5 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6 -if test "${ac_cv_prog_egrep+set}" = set; then +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } +if test "${ac_cv_path_GREP+set}" = set; then +  echo $ECHO_N "(cached) $ECHO_C" >&6 +else +  # Extract the first word of "grep ggrep" to use in msg output +if test -z "$GREP"; then +set dummy grep ggrep; ac_prog_name=$2 +if test "${ac_cv_path_GREP+set}" = set; then +  echo $ECHO_N "(cached) $ECHO_C" >&6 +else +  ac_path_GREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do +  IFS=$as_save_IFS +  test -z "$as_dir" && as_dir=. +  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 +    # 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 +*GNU*) +  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) +  ac_count=0 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" +  while : +  do +    cat "conftest.in" "conftest.in" >"conftest.tmp" +    mv "conftest.tmp" "conftest.in" +    cp "conftest.in" "conftest.nl" +    echo 'GREP' >> "conftest.nl" +    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break +    ac_count=`expr $ac_count + 1` +    if test $ac_count -gt ${ac_path_GREP_max-0}; then +      # Best one so far, save it but keep looking for a better one +      ac_cv_path_GREP="$ac_path_GREP" +      ac_path_GREP_max=$ac_count +    fi +    # 10*(2^10) chars as input seems more than enough +    test $ac_count -gt 10 && break +  done +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + +    $ac_path_GREP_found && break 3 +  done +done + +done +IFS=$as_save_IFS + + +fi + +GREP="$ac_cv_path_GREP" +if test -z "$GREP"; then +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} +   { (exit 1); exit 1; }; } +fi + +else +  ac_cv_path_GREP=$GREP +fi + + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +if test "${ac_cv_path_EGREP+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else -  if echo a | (grep -E '(a|b)') >/dev/null 2>&1 -    then ac_cv_prog_egrep='grep -E' -    else ac_cv_prog_egrep='egrep' +  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 +   then ac_cv_path_EGREP="$GREP -E" +   else +     # Extract the first word of "egrep" to use in msg output +if test -z "$EGREP"; then +set dummy egrep; ac_prog_name=$2 +if test "${ac_cv_path_EGREP+set}" = set; then +  echo $ECHO_N "(cached) $ECHO_C" >&6 +else +  ac_path_EGREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do +  IFS=$as_save_IFS +  test -z "$as_dir" && as_dir=. +  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 +    # 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 +*GNU*) +  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) +  ac_count=0 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" +  while : +  do +    cat "conftest.in" "conftest.in" >"conftest.tmp" +    mv "conftest.tmp" "conftest.in" +    cp "conftest.in" "conftest.nl" +    echo 'EGREP' >> "conftest.nl" +    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break +    ac_count=`expr $ac_count + 1` +    if test $ac_count -gt ${ac_path_EGREP_max-0}; then +      # Best one so far, save it but keep looking for a better one +      ac_cv_path_EGREP="$ac_path_EGREP" +      ac_path_EGREP_max=$ac_count      fi +    # 10*(2^10) chars as input seems more than enough +    test $ac_count -gt 10 && break +  done +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + +    $ac_path_EGREP_found && break 3 +  done +done + +done +IFS=$as_save_IFS + + +fi + +EGREP="$ac_cv_path_EGREP" +if test -z "$EGREP"; then +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} +   { (exit 1); exit 1; }; } +fi + +else +  ac_cv_path_EGREP=$EGREP  fi -echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 -echo "${ECHO_T}$ac_cv_prog_egrep" >&6 - EGREP=$ac_cv_prog_egrep -echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 +   fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }  if test "${ac_cv_header_stdc+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -6669,34 +7359,31 @@ main ()  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_cv_header_stdc=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_header_stdc=no +	ac_cv_header_stdc=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  if test $ac_cv_header_stdc = yes; then    # SunOS 4.x string.h does not declare mem*, contrary to ANSI. @@ -6752,6 +7439,7 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <ctype.h> +#include <stdlib.h>  #if ((' ' & 0x0FF) == 0x020)  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) @@ -6771,18 +7459,27 @@ main ()    for (i = 0; i < 256; i++)      if (XOR (islower (i), ISLOWER (i))  	|| toupper (i) != TOUPPER (i)) -      exit(2); -  exit (0); +      return 2; +  return 0;  }  _ACEOF  rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 +  { (case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_try") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); }; }; then @@ -6795,12 +7492,14 @@ sed 's/^/| /' conftest.$ac_ext >&5  ( exit $ac_status )  ac_cv_header_stdc=no  fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  fi + +  fi  fi -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -echo "${ECHO_T}$ac_cv_header_stdc" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }  if test $ac_cv_header_stdc = yes; then  cat >>confdefs.h <<\_ACEOF @@ -6823,9 +7522,9 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \  		  inttypes.h stdint.h unistd.h  do  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    cat >conftest.$ac_ext <<_ACEOF @@ -6839,37 +7538,35 @@ $ac_includes_default  #include <$ac_header>  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    eval "$as_ac_Header=yes"  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_Header=no" +	eval "$as_ac_Header=no"  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` +	       { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; }  if test `eval echo '${'$as_ac_Header'}'` = yes; then    cat >>confdefs.h <<_ACEOF  #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 @@ -6880,34 +7577,35 @@ fi  done -echo "$as_me:$LINENO: checking GC library exists" >&5 -echo $ECHO_N "checking GC library exists... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking GC library exists" >&5 +echo $ECHO_N "checking GC library exists... $ECHO_C" >&6; } + -# Check whether --with-gc or --without-gc was given. +# Check whether --with-gc was given.  if test "${with_gc+set}" = set; then -  withval="$with_gc" -  test x"$with_gc" = xno && { { echo "$as_me:$LINENO: error: You can not build w3m without gc" >&5 +  withval=$with_gc; test x"$with_gc" = xno && { { echo "$as_me:$LINENO: error: You can not build w3m without gc" >&5  echo "$as_me: error: You can not build w3m without gc" >&2;}     { (exit 1); exit 1; }; }  else    with_gc="yes" -fi; - echo "$as_me:$LINENO: result: $with_gc" >&5 -echo "${ECHO_T}$with_gc" >&6 +fi + + { echo "$as_me:$LINENO: result: $with_gc" >&5 +echo "${ECHO_T}$with_gc" >&6; }   test x"$with_gc" = xyes && with_gc="/usr /usr/local ${HOME}"   unset ac_cv_header_gc_h   if test "${ac_cv_header_gc_h+set}" = set; then -  echo "$as_me:$LINENO: checking for gc.h" >&5 -echo $ECHO_N "checking for gc.h... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for gc.h" >&5 +echo $ECHO_N "checking for gc.h... $ECHO_C" >&6; }  if test "${ac_cv_header_gc_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  fi -echo "$as_me:$LINENO: result: $ac_cv_header_gc_h" >&5 -echo "${ECHO_T}$ac_cv_header_gc_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_gc_h" >&5 +echo "${ECHO_T}$ac_cv_header_gc_h" >&6; }  else    # Is the header compilable? -echo "$as_me:$LINENO: checking gc.h usability" >&5 -echo $ECHO_N "checking gc.h usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking gc.h usability" >&5 +echo $ECHO_N "checking gc.h usability... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -6918,40 +7616,37 @@ $ac_includes_default  #include <gc.h>  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_header_compiler=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no +	ac_header_compiler=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; }  # Is the header present? -echo "$as_me:$LINENO: checking gc.h presence" >&5 -echo $ECHO_N "checking gc.h presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking gc.h presence" >&5 +echo $ECHO_N "checking gc.h presence... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -6960,24 +7655,22 @@ cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <gc.h>  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    ac_header_preproc=yes  else    echo "$as_me: failed program was:" >&5 @@ -6985,9 +7678,10 @@ sed 's/^/| /' conftest.$ac_ext >&5    ac_header_preproc=no  fi +  rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; }  # So?  What about this header?  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -7011,54 +7705,52 @@ echo "$as_me: WARNING: gc.h:     section \"Present But Cannot Be Compiled\"" >&2  echo "$as_me: WARNING: gc.h: proceeding with the preprocessor's result" >&2;}      { echo "$as_me:$LINENO: WARNING: gc.h: in the future, the compiler will take precedence" >&5  echo "$as_me: WARNING: gc.h: in the future, the compiler will take precedence" >&2;} -    ( -      cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +    ( cat <<\_ASBOX +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ##  _ASBOX -    ) | -      sed "s/^/$as_me: WARNING:     /" >&2 +     ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac -echo "$as_me:$LINENO: checking for gc.h" >&5 -echo $ECHO_N "checking for gc.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for gc.h" >&5 +echo $ECHO_N "checking for gc.h... $ECHO_C" >&6; }  if test "${ac_cv_header_gc_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    ac_cv_header_gc_h=$ac_header_preproc  fi -echo "$as_me:$LINENO: result: $ac_cv_header_gc_h" >&5 -echo "${ECHO_T}$ac_cv_header_gc_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_gc_h" >&5 +echo "${ECHO_T}$ac_cv_header_gc_h" >&6; }  fi   if test x"$ac_cv_header_gc_h" = xno; then -   echo "$as_me:$LINENO: checking GC header location" >&5 -echo $ECHO_N "checking GC header location... $ECHO_C" >&6 -   echo "$as_me:$LINENO: result: $with_gc" >&5 -echo "${ECHO_T}$with_gc" >&6 +   { echo "$as_me:$LINENO: checking GC header location" >&5 +echo $ECHO_N "checking GC header location... $ECHO_C" >&6; } +   { echo "$as_me:$LINENO: result: $with_gc" >&5 +echo "${ECHO_T}$with_gc" >&6; }     gcincludedir=no     for dir in $with_gc; do       for inc in include include/gc; do         cppflags="$CPPFLAGS"         CPPFLAGS="$CPPFLAGS -I$dir/$inc" -       echo "$as_me:$LINENO: checking $dir/$inc" >&5 -echo $ECHO_N "checking $dir/$inc... $ECHO_C" >&6 +       { echo "$as_me:$LINENO: checking $dir/$inc" >&5 +echo $ECHO_N "checking $dir/$inc... $ECHO_C" >&6; }         unset ac_cv_header_gc_h         if test "${ac_cv_header_gc_h+set}" = set; then -  echo "$as_me:$LINENO: checking for gc.h" >&5 -echo $ECHO_N "checking for gc.h... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for gc.h" >&5 +echo $ECHO_N "checking for gc.h... $ECHO_C" >&6; }  if test "${ac_cv_header_gc_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  fi -echo "$as_me:$LINENO: result: $ac_cv_header_gc_h" >&5 -echo "${ECHO_T}$ac_cv_header_gc_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_gc_h" >&5 +echo "${ECHO_T}$ac_cv_header_gc_h" >&6; }  else    # Is the header compilable? -echo "$as_me:$LINENO: checking gc.h usability" >&5 -echo $ECHO_N "checking gc.h usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking gc.h usability" >&5 +echo $ECHO_N "checking gc.h usability... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -7069,40 +7761,37 @@ $ac_includes_default  #include <gc.h>  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_header_compiler=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no +	ac_header_compiler=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; }  # Is the header present? -echo "$as_me:$LINENO: checking gc.h presence" >&5 -echo $ECHO_N "checking gc.h presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking gc.h presence" >&5 +echo $ECHO_N "checking gc.h presence... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -7111,24 +7800,22 @@ cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <gc.h>  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    ac_header_preproc=yes  else    echo "$as_me: failed program was:" >&5 @@ -7136,9 +7823,10 @@ sed 's/^/| /' conftest.$ac_ext >&5    ac_header_preproc=no  fi +  rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; }  # So?  What about this header?  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -7162,25 +7850,23 @@ echo "$as_me: WARNING: gc.h:     section \"Present But Cannot Be Compiled\"" >&2  echo "$as_me: WARNING: gc.h: proceeding with the preprocessor's result" >&2;}      { echo "$as_me:$LINENO: WARNING: gc.h: in the future, the compiler will take precedence" >&5  echo "$as_me: WARNING: gc.h: in the future, the compiler will take precedence" >&2;} -    ( -      cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +    ( cat <<\_ASBOX +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ##  _ASBOX -    ) | -      sed "s/^/$as_me: WARNING:     /" >&2 +     ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac -echo "$as_me:$LINENO: checking for gc.h" >&5 -echo $ECHO_N "checking for gc.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for gc.h" >&5 +echo $ECHO_N "checking for gc.h... $ECHO_C" >&6; }  if test "${ac_cv_header_gc_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    ac_cv_header_gc_h=$ac_header_preproc  fi -echo "$as_me:$LINENO: result: $ac_cv_header_gc_h" >&5 -echo "${ECHO_T}$ac_cv_header_gc_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_gc_h" >&5 +echo "${ECHO_T}$ac_cv_header_gc_h" >&6; }  fi  if test $ac_cv_header_gc_h = yes; then @@ -7201,8 +7887,8 @@ echo "$as_me: error: gc.h not found" >&2;}     fi   fi   unset ac_cv_lib_gc_GC_init - echo "$as_me:$LINENO: checking for GC_init in -lgc" >&5 -echo $ECHO_N "checking for GC_init in -lgc... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for GC_init in -lgc" >&5 +echo $ECHO_N "checking for GC_init in -lgc... $ECHO_C" >&6; }  if test "${ac_cv_lib_gc_GC_init+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -7215,73 +7901,71 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char GC_init ();  int  main ()  { -GC_init (); +return GC_init ();    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    ac_cv_lib_gc_GC_init=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_gc_GC_init=no +	ac_cv_lib_gc_GC_init=no  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  LIBS=$ac_check_lib_save_LIBS  fi -echo "$as_me:$LINENO: result: $ac_cv_lib_gc_GC_init" >&5 -echo "${ECHO_T}$ac_cv_lib_gc_GC_init" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_gc_GC_init" >&5 +echo "${ECHO_T}$ac_cv_lib_gc_GC_init" >&6; }  if test $ac_cv_lib_gc_GC_init = yes; then -  LIBS="$LIBS -lgc" +  LIBGC="-lgc"  fi   if test x"$ac_cv_lib_gc_GC_init" = xno; then -    echo "$as_me:$LINENO: checking GC library location" >&5 -echo $ECHO_N "checking GC library location... $ECHO_C" >&6 -    echo "$as_me:$LINENO: result: $with_gc" >&5 -echo "${ECHO_T}$with_gc" >&6 +    { echo "$as_me:$LINENO: checking GC library location" >&5 +echo $ECHO_N "checking GC library location... $ECHO_C" >&6; } +    { echo "$as_me:$LINENO: result: $with_gc" >&5 +echo "${ECHO_T}$with_gc" >&6; }      gclibdir=no      for dir in $with_gc; do        ldflags="$LDFLAGS"        LDFLAGS="$LDFLAGS -L$dir/lib" -      echo "$as_me:$LINENO: checking $dir" >&5 -echo $ECHO_N "checking $dir... $ECHO_C" >&6 +      { echo "$as_me:$LINENO: checking $dir" >&5 +echo $ECHO_N "checking $dir... $ECHO_C" >&6; }        unset ac_cv_lib_gc_GC_init -      echo "$as_me:$LINENO: checking for GC_init in -lgc" >&5 -echo $ECHO_N "checking for GC_init in -lgc... $ECHO_C" >&6 +      { echo "$as_me:$LINENO: checking for GC_init in -lgc" >&5 +echo $ECHO_N "checking for GC_init in -lgc... $ECHO_C" >&6; }  if test "${ac_cv_lib_gc_GC_init+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -7294,57 +7978,55 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char GC_init ();  int  main ()  { -GC_init (); +return GC_init ();    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    ac_cv_lib_gc_GC_init=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_gc_GC_init=no +	ac_cv_lib_gc_GC_init=no  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  LIBS=$ac_check_lib_save_LIBS  fi -echo "$as_me:$LINENO: result: $ac_cv_lib_gc_GC_init" >&5 -echo "${ECHO_T}$ac_cv_lib_gc_GC_init" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_gc_GC_init" >&5 +echo "${ECHO_T}$ac_cv_lib_gc_GC_init" >&6; }  if test $ac_cv_lib_gc_GC_init = yes; then -  gclibdir="$dir/lib"; LIBS="$LIBS -L$dir/lib -lgc"; break +  gclibdir="$dir/lib"; LIBGC="-L$dir/lib -lgc"; break  fi        LDFLAGS="$ldflags" @@ -7355,8 +8037,8 @@ echo "$as_me: error: libgc not found" >&2;}     { (exit 1); exit 1; }; }      fi   fi -echo "$as_me:$LINENO: checking for zError in -lz" >&5 -echo $ECHO_N "checking for zError in -lz... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for zError in -lz" >&5 +echo $ECHO_N "checking for zError in -lz... $ECHO_C" >&6; }  if test "${ac_cv_lib_z_zError+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -7369,55 +8051,53 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char zError ();  int  main ()  { -zError (); +return zError ();    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    ac_cv_lib_z_zError=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_z_zError=no +	ac_cv_lib_z_zError=no  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  LIBS=$ac_check_lib_save_LIBS  fi -echo "$as_me:$LINENO: result: $ac_cv_lib_z_zError" >&5 -echo "${ECHO_T}$ac_cv_lib_z_zError" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_z_zError" >&5 +echo "${ECHO_T}$ac_cv_lib_z_zError" >&6; }  if test $ac_cv_lib_z_zError = yes; then    AUXBIN_TARGETS="$AUXBIN_TARGETS inflate\$(EXT)"  fi @@ -7430,7 +8110,7 @@ _ACEOF  case "$host_os" in -  *cygwin*|*os2-emx*) +  *cygwin*|*os2-emx*|*mingw*)      cat >>confdefs.h <<\_ACEOF  #define USE_BINMODE_STREAM 1  _ACEOF @@ -7446,9 +8126,9 @@ esac  ac_header_dirent=no  for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do    as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 -echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 +echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    cat >conftest.$ac_ext <<_ACEOF @@ -7470,37 +8150,35 @@ return 0;  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    eval "$as_ac_Header=yes"  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_Header=no" +	eval "$as_ac_Header=no"  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` +	       { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; }  if test `eval echo '${'$as_ac_Header'}'` = yes; then    cat >>confdefs.h <<_ACEOF  #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 @@ -7512,13 +8190,12 @@ fi  done  # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.  if test $ac_header_dirent = dirent.h; then -  echo "$as_me:$LINENO: checking for library containing opendir" >&5 -echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for library containing opendir" >&5 +echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }  if test "${ac_cv_search_opendir+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    ac_func_search_save_LIBS=$LIBS -ac_cv_search_opendir=no  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -7526,124 +8203,83 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char opendir ();  int  main ()  { -opendir (); +return opendir ();    ;    return 0;  }  _ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +for ac_lib in '' dir; do +  if test -z "$ac_lib"; then +    ac_res="none required" +  else +    ac_res=-l$ac_lib +    LIBS="-l$ac_lib  $ac_func_search_save_LIBS" +  fi +  rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then -  ac_cv_search_opendir="none required" +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then +  ac_cv_search_opendir=$ac_res  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -fi -rm -f conftest.err conftest.$ac_objext \ -      conftest$ac_exeext conftest.$ac_ext -if test "$ac_cv_search_opendir" = no; then -  for ac_lib in dir; do -    LIBS="-l$ac_lib  $ac_func_search_save_LIBS" -    cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h.  */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h.  */ -/* Override any gcc2 internal prototype to avoid an error.  */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */ -char opendir (); -int -main () -{ -opendir (); -  ; -  return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 -  ac_status=$? -  grep -v '^ *+' conftest.er1 >conftest.err -  rm -f conftest.er1 -  cat conftest.err >&5 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then -  ac_cv_search_opendir="-l$ac_lib" -break -else -  echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 +fi +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ +      conftest$ac_exeext +  if test "${ac_cv_search_opendir+set}" = set; then +  break  fi -rm -f conftest.err conftest.$ac_objext \ -      conftest$ac_exeext conftest.$ac_ext -  done +done +if test "${ac_cv_search_opendir+set}" = set; then +  : +else +  ac_cv_search_opendir=no  fi +rm conftest.$ac_ext  LIBS=$ac_func_search_save_LIBS  fi -echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 -echo "${ECHO_T}$ac_cv_search_opendir" >&6 -if test "$ac_cv_search_opendir" != no; then -  test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS" +{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 +echo "${ECHO_T}$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no; then +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"  fi  else -  echo "$as_me:$LINENO: checking for library containing opendir" >&5 -echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for library containing opendir" >&5 +echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }  if test "${ac_cv_search_opendir+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    ac_func_search_save_LIBS=$LIBS -ac_cv_search_opendir=no  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -7651,120 +8287,80 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char opendir ();  int  main ()  { -opendir (); +return opendir ();    ;    return 0;  }  _ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +for ac_lib in '' x; do +  if test -z "$ac_lib"; then +    ac_res="none required" +  else +    ac_res=-l$ac_lib +    LIBS="-l$ac_lib  $ac_func_search_save_LIBS" +  fi +  rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then -  ac_cv_search_opendir="none required" +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then +  ac_cv_search_opendir=$ac_res  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -fi -rm -f conftest.err conftest.$ac_objext \ -      conftest$ac_exeext conftest.$ac_ext -if test "$ac_cv_search_opendir" = no; then -  for ac_lib in x; do -    LIBS="-l$ac_lib  $ac_func_search_save_LIBS" -    cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h.  */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h.  */ -/* Override any gcc2 internal prototype to avoid an error.  */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */ -char opendir (); -int -main () -{ -opendir (); -  ; -  return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 -  ac_status=$? -  grep -v '^ *+' conftest.er1 >conftest.err -  rm -f conftest.er1 -  cat conftest.err >&5 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then -  ac_cv_search_opendir="-l$ac_lib" -break -else -  echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 +fi +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ +      conftest$ac_exeext +  if test "${ac_cv_search_opendir+set}" = set; then +  break  fi -rm -f conftest.err conftest.$ac_objext \ -      conftest$ac_exeext conftest.$ac_ext -  done +done +if test "${ac_cv_search_opendir+set}" = set; then +  : +else +  ac_cv_search_opendir=no  fi +rm conftest.$ac_ext  LIBS=$ac_func_search_save_LIBS  fi -echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 -echo "${ECHO_T}$ac_cv_search_opendir" >&6 -if test "$ac_cv_search_opendir" != no; then -  test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS" +{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 +echo "${ECHO_T}$ac_cv_search_opendir" >&6; } +ac_res=$ac_cv_search_opendir +if test "$ac_res" != no; then +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"  fi  fi -echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }  if test "${ac_cv_header_stdc+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -7788,34 +8384,31 @@ main ()  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_cv_header_stdc=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_header_stdc=no +	ac_cv_header_stdc=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  if test $ac_cv_header_stdc = yes; then    # SunOS 4.x string.h does not declare mem*, contrary to ANSI. @@ -7871,6 +8464,7 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <ctype.h> +#include <stdlib.h>  #if ((' ' & 0x0FF) == 0x020)  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) @@ -7890,18 +8484,27 @@ main ()    for (i = 0; i < 256; i++)      if (XOR (islower (i), ISLOWER (i))  	|| toupper (i) != TOUPPER (i)) -      exit(2); -  exit (0); +      return 2; +  return 0;  }  _ACEOF  rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 +  { (case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_try") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); }; }; then @@ -7914,12 +8517,14 @@ sed 's/^/| /' conftest.$ac_ext >&5  ( exit $ac_status )  ac_cv_header_stdc=no  fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  fi + +  fi  fi -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -echo "${ECHO_T}$ac_cv_header_stdc" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }  if test $ac_cv_header_stdc = yes; then  cat >>confdefs.h <<\_ACEOF @@ -7928,8 +8533,8 @@ _ACEOF  fi -echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5 -echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5 +echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }  if test "${ac_cv_header_sys_wait_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -7942,7 +8547,7 @@ cat >>conftest.$ac_ext <<_ACEOF  #include <sys/types.h>  #include <sys/wait.h>  #ifndef WEXITSTATUS -# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) +# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)  #endif  #ifndef WIFEXITED  # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) @@ -7959,37 +8564,34 @@ main ()  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_cv_header_sys_wait_h=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_header_sys_wait_h=no +	ac_cv_header_sys_wait_h=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  fi -echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 -echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 +echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }  if test $ac_cv_header_sys_wait_h = yes; then  cat >>confdefs.h <<\_ACEOF @@ -7999,17 +8601,17 @@ _ACEOF  fi  if test "${ac_cv_header_termios_h+set}" = set; then -  echo "$as_me:$LINENO: checking for termios.h" >&5 -echo $ECHO_N "checking for termios.h... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for termios.h" >&5 +echo $ECHO_N "checking for termios.h... $ECHO_C" >&6; }  if test "${ac_cv_header_termios_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  fi -echo "$as_me:$LINENO: result: $ac_cv_header_termios_h" >&5 -echo "${ECHO_T}$ac_cv_header_termios_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_termios_h" >&5 +echo "${ECHO_T}$ac_cv_header_termios_h" >&6; }  else    # Is the header compilable? -echo "$as_me:$LINENO: checking termios.h usability" >&5 -echo $ECHO_N "checking termios.h usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking termios.h usability" >&5 +echo $ECHO_N "checking termios.h usability... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8020,40 +8622,37 @@ $ac_includes_default  #include <termios.h>  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_header_compiler=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no +	ac_header_compiler=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; }  # Is the header present? -echo "$as_me:$LINENO: checking termios.h presence" >&5 -echo $ECHO_N "checking termios.h presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking termios.h presence" >&5 +echo $ECHO_N "checking termios.h presence... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8062,24 +8661,22 @@ cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <termios.h>  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    ac_header_preproc=yes  else    echo "$as_me: failed program was:" >&5 @@ -8087,9 +8684,10 @@ sed 's/^/| /' conftest.$ac_ext >&5    ac_header_preproc=no  fi +  rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; }  # So?  What about this header?  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -8113,25 +8711,23 @@ echo "$as_me: WARNING: termios.h:     section \"Present But Cannot Be Compiled\"  echo "$as_me: WARNING: termios.h: proceeding with the preprocessor's result" >&2;}      { echo "$as_me:$LINENO: WARNING: termios.h: in the future, the compiler will take precedence" >&5  echo "$as_me: WARNING: termios.h: in the future, the compiler will take precedence" >&2;} -    ( -      cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +    ( cat <<\_ASBOX +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ##  _ASBOX -    ) | -      sed "s/^/$as_me: WARNING:     /" >&2 +     ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac -echo "$as_me:$LINENO: checking for termios.h" >&5 -echo $ECHO_N "checking for termios.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for termios.h" >&5 +echo $ECHO_N "checking for termios.h... $ECHO_C" >&6; }  if test "${ac_cv_header_termios_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    ac_cv_header_termios_h=$ac_header_preproc  fi -echo "$as_me:$LINENO: result: $ac_cv_header_termios_h" >&5 -echo "${ECHO_T}$ac_cv_header_termios_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_termios_h" >&5 +echo "${ECHO_T}$ac_cv_header_termios_h" >&6; }  fi  if test $ac_cv_header_termios_h = yes; then @@ -8141,17 +8737,17 @@ _ACEOF  else    if test "${ac_cv_header_termio_h+set}" = set; then -  echo "$as_me:$LINENO: checking for termio.h" >&5 -echo $ECHO_N "checking for termio.h... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for termio.h" >&5 +echo $ECHO_N "checking for termio.h... $ECHO_C" >&6; }  if test "${ac_cv_header_termio_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  fi -echo "$as_me:$LINENO: result: $ac_cv_header_termio_h" >&5 -echo "${ECHO_T}$ac_cv_header_termio_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_termio_h" >&5 +echo "${ECHO_T}$ac_cv_header_termio_h" >&6; }  else    # Is the header compilable? -echo "$as_me:$LINENO: checking termio.h usability" >&5 -echo $ECHO_N "checking termio.h usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking termio.h usability" >&5 +echo $ECHO_N "checking termio.h usability... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8162,40 +8758,37 @@ $ac_includes_default  #include <termio.h>  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_header_compiler=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no +	ac_header_compiler=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; }  # Is the header present? -echo "$as_me:$LINENO: checking termio.h presence" >&5 -echo $ECHO_N "checking termio.h presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking termio.h presence" >&5 +echo $ECHO_N "checking termio.h presence... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8204,24 +8797,22 @@ cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <termio.h>  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    ac_header_preproc=yes  else    echo "$as_me: failed program was:" >&5 @@ -8229,9 +8820,10 @@ sed 's/^/| /' conftest.$ac_ext >&5    ac_header_preproc=no  fi +  rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; }  # So?  What about this header?  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -8255,25 +8847,23 @@ echo "$as_me: WARNING: termio.h:     section \"Present But Cannot Be Compiled\""  echo "$as_me: WARNING: termio.h: proceeding with the preprocessor's result" >&2;}      { echo "$as_me:$LINENO: WARNING: termio.h: in the future, the compiler will take precedence" >&5  echo "$as_me: WARNING: termio.h: in the future, the compiler will take precedence" >&2;} -    ( -      cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +    ( cat <<\_ASBOX +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ##  _ASBOX -    ) | -      sed "s/^/$as_me: WARNING:     /" >&2 +     ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac -echo "$as_me:$LINENO: checking for termio.h" >&5 -echo $ECHO_N "checking for termio.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for termio.h" >&5 +echo $ECHO_N "checking for termio.h... $ECHO_C" >&6; }  if test "${ac_cv_header_termio_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    ac_cv_header_termio_h=$ac_header_preproc  fi -echo "$as_me:$LINENO: result: $ac_cv_header_termio_h" >&5 -echo "${ECHO_T}$ac_cv_header_termio_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_termio_h" >&5 +echo "${ECHO_T}$ac_cv_header_termio_h" >&6; }  fi  if test $ac_cv_header_termio_h = yes; then @@ -8283,17 +8873,17 @@ _ACEOF  else    if test "${ac_cv_header_sgtty_h+set}" = set; then -  echo "$as_me:$LINENO: checking for sgtty.h" >&5 -echo $ECHO_N "checking for sgtty.h... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for sgtty.h" >&5 +echo $ECHO_N "checking for sgtty.h... $ECHO_C" >&6; }  if test "${ac_cv_header_sgtty_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  fi -echo "$as_me:$LINENO: result: $ac_cv_header_sgtty_h" >&5 -echo "${ECHO_T}$ac_cv_header_sgtty_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_sgtty_h" >&5 +echo "${ECHO_T}$ac_cv_header_sgtty_h" >&6; }  else    # Is the header compilable? -echo "$as_me:$LINENO: checking sgtty.h usability" >&5 -echo $ECHO_N "checking sgtty.h usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking sgtty.h usability" >&5 +echo $ECHO_N "checking sgtty.h usability... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8304,40 +8894,37 @@ $ac_includes_default  #include <sgtty.h>  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_header_compiler=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no +	ac_header_compiler=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; }  # Is the header present? -echo "$as_me:$LINENO: checking sgtty.h presence" >&5 -echo $ECHO_N "checking sgtty.h presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking sgtty.h presence" >&5 +echo $ECHO_N "checking sgtty.h presence... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8346,24 +8933,22 @@ cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <sgtty.h>  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    ac_header_preproc=yes  else    echo "$as_me: failed program was:" >&5 @@ -8371,9 +8956,10 @@ sed 's/^/| /' conftest.$ac_ext >&5    ac_header_preproc=no  fi +  rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; }  # So?  What about this header?  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -8397,25 +8983,23 @@ echo "$as_me: WARNING: sgtty.h:     section \"Present But Cannot Be Compiled\""  echo "$as_me: WARNING: sgtty.h: proceeding with the preprocessor's result" >&2;}      { echo "$as_me:$LINENO: WARNING: sgtty.h: in the future, the compiler will take precedence" >&5  echo "$as_me: WARNING: sgtty.h: in the future, the compiler will take precedence" >&2;} -    ( -      cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +    ( cat <<\_ASBOX +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ##  _ASBOX -    ) | -      sed "s/^/$as_me: WARNING:     /" >&2 +     ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac -echo "$as_me:$LINENO: checking for sgtty.h" >&5 -echo $ECHO_N "checking for sgtty.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for sgtty.h" >&5 +echo $ECHO_N "checking for sgtty.h... $ECHO_C" >&6; }  if test "${ac_cv_header_sgtty_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    ac_cv_header_sgtty_h=$ac_header_preproc  fi -echo "$as_me:$LINENO: result: $ac_cv_header_sgtty_h" >&5 -echo "${ECHO_T}$ac_cv_header_sgtty_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_sgtty_h" >&5 +echo "${ECHO_T}$ac_cv_header_sgtty_h" >&6; }  fi  if test $ac_cv_header_sgtty_h = yes; then @@ -8433,17 +9017,17 @@ fi  if test "${ac_cv_header_float_h+set}" = set; then -  echo "$as_me:$LINENO: checking for float.h" >&5 -echo $ECHO_N "checking for float.h... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for float.h" >&5 +echo $ECHO_N "checking for float.h... $ECHO_C" >&6; }  if test "${ac_cv_header_float_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  fi -echo "$as_me:$LINENO: result: $ac_cv_header_float_h" >&5 -echo "${ECHO_T}$ac_cv_header_float_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_float_h" >&5 +echo "${ECHO_T}$ac_cv_header_float_h" >&6; }  else    # Is the header compilable? -echo "$as_me:$LINENO: checking float.h usability" >&5 -echo $ECHO_N "checking float.h usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking float.h usability" >&5 +echo $ECHO_N "checking float.h usability... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8454,40 +9038,37 @@ $ac_includes_default  #include <float.h>  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_header_compiler=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no +	ac_header_compiler=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; }  # Is the header present? -echo "$as_me:$LINENO: checking float.h presence" >&5 -echo $ECHO_N "checking float.h presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking float.h presence" >&5 +echo $ECHO_N "checking float.h presence... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8496,24 +9077,22 @@ cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <float.h>  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    ac_header_preproc=yes  else    echo "$as_me: failed program was:" >&5 @@ -8521,9 +9100,10 @@ sed 's/^/| /' conftest.$ac_ext >&5    ac_header_preproc=no  fi +  rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; }  # So?  What about this header?  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -8547,25 +9127,23 @@ echo "$as_me: WARNING: float.h:     section \"Present But Cannot Be Compiled\""  echo "$as_me: WARNING: float.h: proceeding with the preprocessor's result" >&2;}      { echo "$as_me:$LINENO: WARNING: float.h: in the future, the compiler will take precedence" >&5  echo "$as_me: WARNING: float.h: in the future, the compiler will take precedence" >&2;} -    ( -      cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +    ( cat <<\_ASBOX +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ##  _ASBOX -    ) | -      sed "s/^/$as_me: WARNING:     /" >&2 +     ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac -echo "$as_me:$LINENO: checking for float.h" >&5 -echo $ECHO_N "checking for float.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for float.h" >&5 +echo $ECHO_N "checking for float.h... $ECHO_C" >&6; }  if test "${ac_cv_header_float_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    ac_cv_header_float_h=$ac_header_preproc  fi -echo "$as_me:$LINENO: result: $ac_cv_header_float_h" >&5 -echo "${ECHO_T}$ac_cv_header_float_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_float_h" >&5 +echo "${ECHO_T}$ac_cv_header_float_h" >&6; }  fi  if test $ac_cv_header_float_h = yes; then @@ -8577,17 +9155,17 @@ fi  if test "${ac_cv_header_sys_select_h+set}" = set; then -  echo "$as_me:$LINENO: checking for sys/select.h" >&5 -echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for sys/select.h" >&5 +echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; }  if test "${ac_cv_header_sys_select_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  fi -echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 -echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 +echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; }  else    # Is the header compilable? -echo "$as_me:$LINENO: checking sys/select.h usability" >&5 -echo $ECHO_N "checking sys/select.h usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking sys/select.h usability" >&5 +echo $ECHO_N "checking sys/select.h usability... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8598,40 +9176,37 @@ $ac_includes_default  #include <sys/select.h>  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_header_compiler=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no +	ac_header_compiler=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; }  # Is the header present? -echo "$as_me:$LINENO: checking sys/select.h presence" >&5 -echo $ECHO_N "checking sys/select.h presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking sys/select.h presence" >&5 +echo $ECHO_N "checking sys/select.h presence... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8640,24 +9215,22 @@ cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <sys/select.h>  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    ac_header_preproc=yes  else    echo "$as_me: failed program was:" >&5 @@ -8665,9 +9238,10 @@ sed 's/^/| /' conftest.$ac_ext >&5    ac_header_preproc=no  fi +  rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; }  # So?  What about this header?  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -8691,25 +9265,23 @@ echo "$as_me: WARNING: sys/select.h:     section \"Present But Cannot Be Compile  echo "$as_me: WARNING: sys/select.h: proceeding with the preprocessor's result" >&2;}      { echo "$as_me:$LINENO: WARNING: sys/select.h: in the future, the compiler will take precedence" >&5  echo "$as_me: WARNING: sys/select.h: in the future, the compiler will take precedence" >&2;} -    ( -      cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +    ( cat <<\_ASBOX +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ##  _ASBOX -    ) | -      sed "s/^/$as_me: WARNING:     /" >&2 +     ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac -echo "$as_me:$LINENO: checking for sys/select.h" >&5 -echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for sys/select.h" >&5 +echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; }  if test "${ac_cv_header_sys_select_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    ac_cv_header_sys_select_h=$ac_header_preproc  fi -echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 -echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 +echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; }  fi  if test $ac_cv_header_sys_select_h = yes; then @@ -8721,17 +9293,17 @@ fi  if test "${ac_cv_header_locale_h+set}" = set; then -  echo "$as_me:$LINENO: checking for locale.h" >&5 -echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for locale.h" >&5 +echo $ECHO_N "checking for locale.h... $ECHO_C" >&6; }  if test "${ac_cv_header_locale_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  fi -echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5 -echo "${ECHO_T}$ac_cv_header_locale_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5 +echo "${ECHO_T}$ac_cv_header_locale_h" >&6; }  else    # Is the header compilable? -echo "$as_me:$LINENO: checking locale.h usability" >&5 -echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking locale.h usability" >&5 +echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8742,40 +9314,37 @@ $ac_includes_default  #include <locale.h>  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_header_compiler=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no +	ac_header_compiler=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; }  # Is the header present? -echo "$as_me:$LINENO: checking locale.h presence" >&5 -echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking locale.h presence" >&5 +echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8784,24 +9353,22 @@ cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <locale.h>  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    ac_header_preproc=yes  else    echo "$as_me: failed program was:" >&5 @@ -8809,9 +9376,10 @@ sed 's/^/| /' conftest.$ac_ext >&5    ac_header_preproc=no  fi +  rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; }  # So?  What about this header?  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -8835,25 +9403,23 @@ echo "$as_me: WARNING: locale.h:     section \"Present But Cannot Be Compiled\""  echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}      { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5  echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;} -    ( -      cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +    ( cat <<\_ASBOX +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ##  _ASBOX -    ) | -      sed "s/^/$as_me: WARNING:     /" >&2 +     ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac -echo "$as_me:$LINENO: checking for locale.h" >&5 -echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for locale.h" >&5 +echo $ECHO_N "checking for locale.h... $ECHO_C" >&6; }  if test "${ac_cv_header_locale_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    ac_cv_header_locale_h=$ac_header_preproc  fi -echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5 -echo "${ECHO_T}$ac_cv_header_locale_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5 +echo "${ECHO_T}$ac_cv_header_locale_h" >&6; }  fi  if test $ac_cv_header_locale_h = yes; then @@ -8865,17 +9431,17 @@ fi  if test "${ac_cv_header_stdint_h+set}" = set; then -  echo "$as_me:$LINENO: checking for stdint.h" >&5 -echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for stdint.h" >&5 +echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; }  if test "${ac_cv_header_stdint_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  fi -echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 -echo "${ECHO_T}$ac_cv_header_stdint_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 +echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; }  else    # Is the header compilable? -echo "$as_me:$LINENO: checking stdint.h usability" >&5 -echo $ECHO_N "checking stdint.h usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking stdint.h usability" >&5 +echo $ECHO_N "checking stdint.h usability... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8886,40 +9452,37 @@ $ac_includes_default  #include <stdint.h>  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_header_compiler=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no +	ac_header_compiler=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; }  # Is the header present? -echo "$as_me:$LINENO: checking stdint.h presence" >&5 -echo $ECHO_N "checking stdint.h presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking stdint.h presence" >&5 +echo $ECHO_N "checking stdint.h presence... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -8928,24 +9491,22 @@ cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <stdint.h>  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    ac_header_preproc=yes  else    echo "$as_me: failed program was:" >&5 @@ -8953,9 +9514,10 @@ sed 's/^/| /' conftest.$ac_ext >&5    ac_header_preproc=no  fi +  rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; }  # So?  What about this header?  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -8979,25 +9541,23 @@ echo "$as_me: WARNING: stdint.h:     section \"Present But Cannot Be Compiled\""  echo "$as_me: WARNING: stdint.h: proceeding with the preprocessor's result" >&2;}      { echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5  echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;} -    ( -      cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +    ( cat <<\_ASBOX +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ##  _ASBOX -    ) | -      sed "s/^/$as_me: WARNING:     /" >&2 +     ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac -echo "$as_me:$LINENO: checking for stdint.h" >&5 -echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for stdint.h" >&5 +echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; }  if test "${ac_cv_header_stdint_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    ac_cv_header_stdint_h=$ac_header_preproc  fi -echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 -echo "${ECHO_T}$ac_cv_header_stdint_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 +echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; }  fi  if test $ac_cv_header_stdint_h = yes; then @@ -9009,17 +9569,17 @@ fi  if test "${ac_cv_header_inttypes_h+set}" = set; then -  echo "$as_me:$LINENO: checking for inttypes.h" >&5 -echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for inttypes.h" >&5 +echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; }  if test "${ac_cv_header_inttypes_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  fi -echo "$as_me:$LINENO: result: $ac_cv_header_inttypes_h" >&5 -echo "${ECHO_T}$ac_cv_header_inttypes_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_inttypes_h" >&5 +echo "${ECHO_T}$ac_cv_header_inttypes_h" >&6; }  else    # Is the header compilable? -echo "$as_me:$LINENO: checking inttypes.h usability" >&5 -echo $ECHO_N "checking inttypes.h usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking inttypes.h usability" >&5 +echo $ECHO_N "checking inttypes.h usability... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -9030,40 +9590,37 @@ $ac_includes_default  #include <inttypes.h>  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_header_compiler=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no +	ac_header_compiler=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; }  # Is the header present? -echo "$as_me:$LINENO: checking inttypes.h presence" >&5 -echo $ECHO_N "checking inttypes.h presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking inttypes.h presence" >&5 +echo $ECHO_N "checking inttypes.h presence... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -9072,24 +9629,22 @@ cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <inttypes.h>  _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } >/dev/null; then -  if test -s conftest.err; then -    ac_cpp_err=$ac_c_preproc_warn_flag -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -  else -    ac_cpp_err= -  fi -else -  ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then +  (exit $ac_status); } >/dev/null && { +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +	 test ! -s conftest.err +       }; then    ac_header_preproc=yes  else    echo "$as_me: failed program was:" >&5 @@ -9097,9 +9652,10 @@ sed 's/^/| /' conftest.$ac_ext >&5    ac_header_preproc=no  fi +  rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; }  # So?  What about this header?  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -9123,25 +9679,23 @@ echo "$as_me: WARNING: inttypes.h:     section \"Present But Cannot Be Compiled\  echo "$as_me: WARNING: inttypes.h: proceeding with the preprocessor's result" >&2;}      { echo "$as_me:$LINENO: WARNING: inttypes.h: in the future, the compiler will take precedence" >&5  echo "$as_me: WARNING: inttypes.h: in the future, the compiler will take precedence" >&2;} -    ( -      cat <<\_ASBOX -## -------------------------------- ## -## Report this to ukai@debian.or.jp ## -## -------------------------------- ## +    ( cat <<\_ASBOX +## ----------------------------- ## +## Report this to satodai@w3m.jp ## +## ----------------------------- ##  _ASBOX -    ) | -      sed "s/^/$as_me: WARNING:     /" >&2 +     ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac -echo "$as_me:$LINENO: checking for inttypes.h" >&5 -echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for inttypes.h" >&5 +echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; }  if test "${ac_cv_header_inttypes_h+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    ac_cv_header_inttypes_h=$ac_header_preproc  fi -echo "$as_me:$LINENO: result: $ac_cv_header_inttypes_h" >&5 -echo "${ECHO_T}$ac_cv_header_inttypes_h" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_header_inttypes_h" >&5 +echo "${ECHO_T}$ac_cv_header_inttypes_h" >&6; }  fi  if test $ac_cv_header_inttypes_h = yes; then @@ -9153,8 +9707,8 @@ fi -echo "$as_me:$LINENO: checking for long long" >&5 -echo $ECHO_N "checking for long long... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for long long" >&5 +echo $ECHO_N "checking for long long... $ECHO_C" >&6; }  if test "${ac_cv_type_long_long+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -9165,60 +9719,57 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  $ac_includes_default +typedef long long ac__type_new_;  int  main ()  { -if ((long long *) 0) +if ((ac__type_new_ *) 0)    return 0; -if (sizeof (long long)) +if (sizeof (ac__type_new_))    return 0;    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_cv_type_long_long=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_type_long_long=no +	ac_cv_type_long_long=no  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  fi -echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 -echo "${ECHO_T}$ac_cv_type_long_long" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 +echo "${ECHO_T}$ac_cv_type_long_long" >&6; } -echo "$as_me:$LINENO: checking size of long long" >&5 -echo $ECHO_N "checking size of long long... $ECHO_C" >&6 +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ echo "$as_me:$LINENO: checking size of long long" >&5 +echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }  if test "${ac_cv_sizeof_long_long+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else -  if test "$ac_cv_type_long_long" = yes; then -  # The cast to unsigned long works around a bug in the HP C Compiler -  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects -  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -  # This bug is HP SR number 8606223364.    if test "$cross_compiling" = yes; then    # Depending upon the size, compute the lo and hi bounds.  cat >conftest.$ac_ext <<_ACEOF @@ -9228,10 +9779,11 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  $ac_includes_default +   typedef long long ac__type_sizeof_;  int  main ()  { -static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];  test_array [0] = 0    ; @@ -9239,26 +9791,22 @@ test_array [0] = 0  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_lo=0 ac_mid=0    while :; do      cat >conftest.$ac_ext <<_ACEOF @@ -9268,10 +9816,11 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  $ac_includes_default +   typedef long long ac__type_sizeof_;  int  main ()  { -static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];  test_array [0] = 0    ; @@ -9279,55 +9828,53 @@ test_array [0] = 0  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_hi=$ac_mid; break  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_lo=`expr $ac_mid + 1` -		    if test $ac_lo -le $ac_mid; then -		      ac_lo= ac_hi= -		      break -		    fi -		    ac_mid=`expr 2 '*' $ac_mid + 1` +	ac_lo=`expr $ac_mid + 1` +			if test $ac_lo -le $ac_mid; then +			  ac_lo= ac_hi= +			  break +			fi +			ac_mid=`expr 2 '*' $ac_mid + 1`  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext    done  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -cat >conftest.$ac_ext <<_ACEOF +	cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF  cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  $ac_includes_default +   typedef long long ac__type_sizeof_;  int  main ()  { -static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];  test_array [0] = 0    ; @@ -9335,26 +9882,22 @@ test_array [0] = 0  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_hi=-1 ac_mid=-1    while :; do      cat >conftest.$ac_ext <<_ACEOF @@ -9364,10 +9907,11 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  $ac_includes_default +   typedef long long ac__type_sizeof_;  int  main ()  { -static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];  test_array [0] = 0    ; @@ -9375,49 +9919,48 @@ test_array [0] = 0  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_lo=$ac_mid; break  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_hi=`expr '(' $ac_mid ')' - 1` -		       if test $ac_mid -le $ac_hi; then -			 ac_lo= ac_hi= -			 break -		       fi -		       ac_mid=`expr 2 '*' $ac_mid` +	ac_hi=`expr '(' $ac_mid ')' - 1` +			if test $ac_mid -le $ac_hi; then +			  ac_lo= ac_hi= +			  break +			fi +			ac_mid=`expr 2 '*' $ac_mid`  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext    done  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_lo= ac_hi= +	ac_lo= ac_hi=  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  # Binary search between lo and hi bounds.  while test "x$ac_lo" != "x$ac_hi"; do    ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` @@ -9428,10 +9971,11 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  $ac_includes_default +   typedef long long ac__type_sizeof_;  int  main ()  { -static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];  test_array [0] = 0    ; @@ -9439,49 +9983,45 @@ test_array [0] = 0  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    ac_hi=$ac_mid  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_lo=`expr '(' $ac_mid ')' + 1` +	ac_lo=`expr '(' $ac_mid ')' + 1`  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  done  case $ac_lo in  ?*) ac_cv_sizeof_long_long=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 +'') if test "$ac_cv_type_long_long" = yes; then +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)  See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long long), 77 +echo "$as_me: error: cannot compute sizeof (long long)  See \`config.log' for more details." >&2;} -   { (exit 1); exit 1; }; } ;; +   { (exit 77); exit 77; }; } +   else +     ac_cv_sizeof_long_long=0 +   fi ;;  esac  else -  if test "$cross_compiling" = yes; then -  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 -echo "$as_me: error: internal error: not reached in cross-compile" >&2;} -   { (exit 1); exit 1; }; } -else    cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -9489,8 +10029,9 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  $ac_includes_default -long longval () { return (long) (sizeof (long long)); } -unsigned long ulongval () { return (long) (sizeof (long long)); } +   typedef long long ac__type_sizeof_; +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }  #include <stdio.h>  #include <stdlib.h>  int @@ -9499,35 +10040,44 @@ main ()    FILE *f = fopen ("conftest.val", "w");    if (! f) -    exit (1); -  if (((long) (sizeof (long long))) < 0) +    return 1; +  if (((long int) (sizeof (ac__type_sizeof_))) < 0)      { -      long i = longval (); -      if (i != ((long) (sizeof (long long)))) -	exit (1); +      long int i = longval (); +      if (i != ((long int) (sizeof (ac__type_sizeof_)))) +	return 1;        fprintf (f, "%ld\n", i);      }    else      { -      unsigned long i = ulongval (); -      if (i != ((long) (sizeof (long long)))) -	exit (1); +      unsigned long int i = ulongval (); +      if (i != ((long int) (sizeof (ac__type_sizeof_)))) +	return 1;        fprintf (f, "%lu\n", i);      } -  exit (ferror (f) || fclose (f) != 0); +  return ferror (f) || fclose (f) != 0;    ;    return 0;  }  _ACEOF  rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 +  { (case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_try") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); }; }; then @@ -9538,22 +10088,25 @@ echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5  ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 +if test "$ac_cv_type_long_long" = yes; then +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)  See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long long), 77 +echo "$as_me: error: cannot compute sizeof (long long)  See \`config.log' for more details." >&2;} -   { (exit 1); exit 1; }; } -fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +   { (exit 77); exit 77; }; } +   else +     ac_cv_sizeof_long_long=0 +   fi  fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  fi  rm -f conftest.val -else -  ac_cv_sizeof_long_long=0 -fi  fi -echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 -echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 +echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } + + +  cat >>confdefs.h <<_ACEOF  #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long  _ACEOF @@ -9588,9 +10141,9 @@ _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  do  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    cat >conftest.$ac_ext <<_ACEOF @@ -9616,67 +10169,60 @@ cat >>conftest.$ac_ext <<_ACEOF  #undef $ac_func -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char $ac_func ();  /* The GNU C library defines this for functions which it implements      to always fail with ENOSYS.  Some functions are actually named      something starting with __ and the normal name is an alias.  */ -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) +#if defined __stub_$ac_func || defined __stub___$ac_func  choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -}  #endif  int  main ()  { -return f != $ac_func; +return $ac_func ();    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    eval "$as_ac_var=yes"  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_var=no" +	eval "$as_ac_var=no"  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +ac_res=`eval echo '${'$as_ac_var'}'` +	       { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; }  if test `eval echo '${'$as_ac_var'}'` = yes; then    cat >>confdefs.h <<_ACEOF  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 @@ -9689,9 +10235,9 @@ done  for ac_func in strftime  do  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else    cat >conftest.$ac_ext <<_ACEOF @@ -9717,67 +10263,60 @@ cat >>conftest.$ac_ext <<_ACEOF  #undef $ac_func -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char $ac_func ();  /* The GNU C library defines this for functions which it implements      to always fail with ENOSYS.  Some functions are actually named      something starting with __ and the normal name is an alias.  */ -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) +#if defined __stub_$ac_func || defined __stub___$ac_func  choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -}  #endif  int  main ()  { -return f != $ac_func; +return $ac_func ();    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    eval "$as_ac_var=yes"  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_var=no" +	eval "$as_ac_var=no"  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +ac_res=`eval echo '${'$as_ac_var'}'` +	       { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; }  if test `eval echo '${'$as_ac_var'}'` = yes; then    cat >>confdefs.h <<_ACEOF  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 @@ -9785,8 +10324,8 @@ _ACEOF  else    # strftime is in -lintl on SCO UNIX. -echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 -echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 +echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; }  if test "${ac_cv_lib_intl_strftime+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -9799,55 +10338,53 @@ cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -/* Override any gcc2 internal prototype to avoid an error.  */ +/* 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 -/* We use char because int might match the return type of a gcc2 -   builtin and then its argument prototype would still apply.  */  char strftime ();  int  main ()  { -strftime (); +return strftime ();    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    ac_cv_lib_intl_strftime=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_intl_strftime=no +	ac_cv_lib_intl_strftime=no  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  LIBS=$ac_check_lib_save_LIBS  fi -echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 -echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 +echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }  if test $ac_cv_lib_intl_strftime = yes; then    cat >>confdefs.h <<\_ACEOF  #define HAVE_STRFTIME 1 @@ -9859,8 +10396,8 @@ fi  fi  done -echo "$as_me:$LINENO: checking for wait3 that fills in rusage" >&5 -echo $ECHO_N "checking for wait3 that fills in rusage... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for wait3 that fills in rusage" >&5 +echo $ECHO_N "checking for wait3 that fills in rusage... $ECHO_C" >&6; }  if test "${ac_cv_func_wait3_rusage+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -9873,10 +10410,10 @@ _ACEOF  cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -#include <sys/types.h> +$ac_includes_default  #include <sys/time.h>  #include <sys/resource.h> -#include <stdio.h> +#include <sys/wait.h>  /* HP-UX has wait3 but does not fill in rusage at all.  */  int  main () @@ -9904,19 +10441,28 @@ main ()        wait3(&i, 0, &r);        /* Avoid "text file busy" from rm on fast HP-UX machines.  */        sleep(2); -      exit (r.ru_nvcsw == 0 && r.ru_majflt == 0 && r.ru_minflt == 0 -	    && r.ru_stime.tv_sec == 0 && r.ru_stime.tv_usec == 0); +      return (r.ru_nvcsw == 0 && r.ru_majflt == 0 && r.ru_minflt == 0 +	      && r.ru_stime.tv_sec == 0 && r.ru_stime.tv_usec == 0);      }  }  _ACEOF  rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 +  { (case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_try") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); }; }; then @@ -9929,11 +10475,13 @@ sed 's/^/| /' conftest.$ac_ext >&5  ( exit $ac_status )  ac_cv_func_wait3_rusage=no  fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  fi + +  fi -echo "$as_me:$LINENO: result: $ac_cv_func_wait3_rusage" >&5 -echo "${ECHO_T}$ac_cv_func_wait3_rusage" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_func_wait3_rusage" >&5 +echo "${ECHO_T}$ac_cv_func_wait3_rusage" >&6; }  if test $ac_cv_func_wait3_rusage = yes; then  cat >>confdefs.h <<\_ACEOF @@ -9942,8 +10490,8 @@ _ACEOF  fi -echo "$as_me:$LINENO: checking whether setpgrp takes no argument" >&5 -echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether setpgrp takes no argument" >&5 +echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6; }  if test "${ac_cv_func_setpgrp_void+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -9958,29 +10506,35 @@ _ACEOF  cat confdefs.h >>conftest.$ac_ext  cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */ -#if HAVE_UNISTD_H -# include <unistd.h> -#endif - +$ac_includes_default  int  main ()  {  /* If this system has a BSD-style setpgrp which takes arguments,    setpgrp(1, 1) will fail with ESRCH and return -1, in that case    exit successfully. */ -  exit (setpgrp (1,1) == -1 ? 0 : 1); +  return setpgrp (1,1) != -1;    ;    return 0;  }  _ACEOF  rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); } && { ac_try='./conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 +  { (case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_try") 2>&5    ac_status=$?    echo "$as_me:$LINENO: \$? = $ac_status" >&5    (exit $ac_status); }; }; then @@ -9993,11 +10547,13 @@ sed 's/^/| /' conftest.$ac_ext >&5  ( exit $ac_status )  ac_cv_func_setpgrp_void=yes  fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  fi + +  fi -echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5 -echo "${ECHO_T}$ac_cv_func_setpgrp_void" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5 +echo "${ECHO_T}$ac_cv_func_setpgrp_void" >&6; }  if test $ac_cv_func_setpgrp_void = yes; then  cat >>confdefs.h <<\_ACEOF @@ -10006,9 +10562,13 @@ _ACEOF  fi +case "$host_os" in +  *cygwin*) +    ;; +  *) -  echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 -echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 +  { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 +echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; }  if test "${am_cv_langinfo_codeset+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -10028,39 +10588,37 @@ char* cs = nl_langinfo(CODESET);  }  _ACEOF  rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -  (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_link") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest$ac_exeext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest$ac_exeext && +       $as_test_x conftest$ac_exeext; then    am_cv_langinfo_codeset=yes  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -am_cv_langinfo_codeset=no +	am_cv_langinfo_codeset=no  fi -rm -f conftest.err conftest.$ac_objext \ + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \        conftest$ac_exeext conftest.$ac_ext  fi -echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5 -echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 +{ echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5 +echo "${ECHO_T}$am_cv_langinfo_codeset" >&6; }    if test $am_cv_langinfo_codeset = yes; then  cat >>confdefs.h <<\_ACEOF @@ -10069,9 +10627,11 @@ _ACEOF    fi +    ;; +esac -echo "$as_me:$LINENO: checking for sys_errlist" >&5 -echo $ECHO_N "checking for sys_errlist... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for sys_errlist" >&5 +echo $ECHO_N "checking for sys_errlist... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -10088,26 +10648,22 @@ printf(sys_errlist[0]);  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    have_sys_errlist="yes"; cat >>confdefs.h <<\_ACEOF  #define HAVE_SYS_ERRLIST 1  _ACEOF @@ -10116,14 +10672,15 @@ else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -have_sys_errlist="no" +	have_sys_errlist="no"  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $have_sys_errlist" >&5 -echo "${ECHO_T}$have_sys_errlist" >&6 -echo "$as_me:$LINENO: checking for sigsetjmp" >&5 -echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $have_sys_errlist" >&5 +echo "${ECHO_T}$have_sys_errlist" >&6; } + +{ echo "$as_me:$LINENO: checking for sigsetjmp" >&5 +echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6; }  cat >conftest.$ac_ext <<_ACEOF  /* confdefs.h.  */  _ACEOF @@ -10141,26 +10698,22 @@ main ()  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then    have_sigsetjmp="yes"; cat >>confdefs.h <<\_ACEOF  #define HAVE_SIGSETJMP 1  _ACEOF @@ -10169,13 +10722,14 @@ else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -have_sigsetjmp="no" +	have_sigsetjmp="no"  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $have_sigsetjmp" >&5 -echo "${ECHO_T}$have_sigsetjmp" >&6 -echo "$as_me:$LINENO: checking return type of signal handlers" >&5 -echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $have_sigsetjmp" >&5 +echo "${ECHO_T}$have_sigsetjmp" >&6; } +{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5 +echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }  if test "${ac_cv_type_signal+set}" = set; then    echo $ECHO_N "(cached) $ECHO_C" >&6  else @@ -10187,55 +10741,44 @@ cat >>conftest.$ac_ext <<_ACEOF  /* end confdefs.h.  */  #include <sys/types.h>  #include <signal.h> -#ifdef signal -# undef signal -#endif -#ifdef __cplusplus -extern "C" void (*signal (int, void (*)(int)))(int); -#else -void (*signal ()) (); -#endif  int  main ()  { -int i; +return *(signal (0, 0)) (0) == 1;    ;    return 0;  }  _ACEOF  rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -  (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +  *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +  (eval "$ac_compile") 2>conftest.er1    ac_status=$?    grep -v '^ *+' conftest.er1 >conftest.err    rm -f conftest.er1    cat conftest.err >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); } && -	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; } && -	 { ac_try='test -s conftest.$ac_objext' -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -  (eval $ac_try) 2>&5 -  ac_status=$? -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 -  (exit $ac_status); }; }; then -  ac_cv_type_signal=void +  (exit $ac_status); } && { +	 test -z "$ac_c_werror_flag" || +	 test ! -s conftest.err +       } && test -s conftest.$ac_objext; then +  ac_cv_type_signal=int  else    echo "$as_me: failed program was:" >&5  sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_type_signal=int +	ac_cv_type_signal=void  fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  fi -echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 -echo "${ECHO_T}$ac_cv_type_signal" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 +echo "${ECHO_T}$ac_cv_type_signal" >&6; }  cat >>confdefs.h <<_ACEOF  #define RETSIGTYPE $ac_cv_type_signal @@ -10279,7 +10822,8 @@ _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   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 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/w3mman2html.cgi libwc/Makefile w3mimg/Makefile w3mimg/fb/Makefile w3mimg/x11/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  # tests run on this system so they can be shared between configure @@ -10298,39 +10842,58 @@ _ACEOF  # The following way of writing the cache mishandles newlines in values,  # but we know of no workaround that is simple, portable, and efficient. -# So, don't put newlines in cache variables' values. +# So, we kill variables containing newlines.  # Ultrix sh set writes to stderr and can't be redirected directly,  # and sets the high bit in the cache file unless we assign to the vars. -{ +( +  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do +    eval ac_val=\$$ac_var +    case $ac_val in #( +    *${as_nl}*) +      case $ac_var in #( +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; +      esac +      case $ac_var in #( +      _ | IFS | as_nl) ;; #( +      *) $as_unset $ac_var ;; +      esac ;; +    esac +  done +    (set) 2>&1 | -    case `(ac_space=' '; set | grep ac_space) 2>&1` in -    *ac_space=\ *) +    case $as_nl`(ac_space=' '; set) 2>&1` in #( +    *${as_nl}ac_space=\ *)        # `set' does not quote correctly, so add quotes (double-quote        # substitution turns \\\\ into \\, and sed turns \\ into \).        sed -n \  	"s/'/'\\\\''/g;  	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" -      ;; +      ;; #(      *)        # `set' quotes correctly as required by POSIX, so do not add quotes. -      sed -n \ -	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"        ;; -    esac; -} | +    esac | +    sort +) |    sed ' +     /^ac_cv_env_/b end       t clear -     : clear +     :clear       s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/       t end -     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\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" && echo "updating cache $cache_file" +     s/^\([^=]*\)=\(.*\)$/\1=${\1=\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" && +      { echo "$as_me:$LINENO: updating cache $cache_file" >&5 +echo "$as_me: updating cache $cache_file" >&6;}      cat confcache >$cache_file    else -    echo "not updating unwritable cache $cache_file" +    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +echo "$as_me: not updating unwritable cache $cache_file" >&6;}    fi  fi  rm -f confcache @@ -10339,32 +10902,18 @@ test "x$prefix" = xNONE && prefix=$ac_default_prefix  # Let make expand exec_prefix.  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -# VPATH may cause trouble with some makes, so we remove $(srcdir), -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and -# trailing colons and then remove the whole line if VPATH becomes empty -# (actually we leave an empty line to preserve line numbers). -if test "x$srcdir" = x.; then -  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{ -s/:*\$(srcdir):*/:/; -s/:*\${srcdir}:*/:/; -s/:*@srcdir@:*/:/; -s/^\([^=]*=[	 ]*\):*/\1/; -s/:*$//; -s/^[^=]*=[	 ]*$//; -}' -fi -  DEFS=-DHAVE_CONFIG_H  ac_libobjs=  ac_ltlibobjs=  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue    # 1. Remove the extension, and $U if already installed. -  ac_i=`echo "$ac_i" | -	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` -  # 2. Add them. -  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" -  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' +  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' +  ac_i=`echo "$ac_i" | sed "$ac_script"` +  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR +  #    will be set to the directory where LIBOBJS objects are built. +  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" +  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'  done  LIBOBJS=$ac_libobjs @@ -10395,17 +10944,45 @@ cat >>$CONFIG_STATUS <<\_ACEOF  ## M4sh Initialization.  ##  ## --------------------- ## -# Be Bourne compatible +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then    emulate sh    NULLCMD=:    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which    # is contrary to our usage.  Disable this feature.    alias -g '${1+"$@"}'='"$@"' -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then -  set -o posix +  setopt NO_GLOB_SUBST +else +  case `(set -o) 2>/dev/null` in +  *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then +  echo "#! /bin/sh" >conf$$.sh +  echo  "exit 0"   >>conf$$.sh +  chmod +x conf$$.sh +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then +    PATH_SEPARATOR=';' +  else +    PATH_SEPARATOR=: +  fi +  rm -f conf$$.sh  fi -DUALCASE=1; export DUALCASE # for MKS sh  # Support unset when possible.  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then @@ -10415,8 +10992,43 @@ else  fi +# IFS +# We need space, tab and new line, in precisely that order.  Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" ""	$as_nl" + +# Find who we are.  Look in the path if we contain no directory separator. +case $0 in +  *[\\/]* ) as_myself=$0 ;; +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do +  IFS=$as_save_IFS +  test -z "$as_dir" && as_dir=. +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + +     ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then +  as_myself=$0 +fi +if test ! -f "$as_myself"; then +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 +  { (exit 1); exit 1; } +fi +  # Work around bugs in pre-3.0 UWIN ksh. -$as_unset ENV MAIL MAILPATH +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done  PS1='$ '  PS2='> '  PS4='+ ' @@ -10430,18 +11042,19 @@ do    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then      eval $as_var=C; export $as_var    else -    $as_unset $as_var +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var    fi  done  # Required to use basename. -if expr a : '\(a\)' >/dev/null 2>&1; then +if expr a : '\(a\)' >/dev/null 2>&1 && +   test "X`expr 00001 : '.*\(...\)'`" = X001; then    as_expr=expr  else    as_expr=false  fi -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then    as_basename=basename  else    as_basename=false @@ -10449,159 +11062,120 @@ fi  # Name of the executable. -as_me=`$as_basename "$0" || +as_me=`$as_basename -- "$0" ||  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  	 X"$0" : 'X\(//\)$' \| \ -	 X"$0" : 'X\(/\)$' \| \ -	 .     : '\(.\)' 2>/dev/null || +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||  echo X/"$0" | -    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } -  	  /^X\/\(\/\/\)$/{ s//\1/; q; } -  	  /^X\/\(\/\).*/{ s//\1/; q; } -  	  s/.*/./; q'` - - -# PATH needs CR, and LINENO needs CR and PATH. -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits +    sed '/^.*\/\([^/][^/]*\)\/*$/{ +	    s//\1/ +	    q +	  } +	  /^X\/\(\/\/\)$/{ +	    s//\1/ +	    q +	  } +	  /^X\/\(\/\).*/{ +	    s//\1/ +	    q +	  } +	  s/.*/./; q'` -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then -  echo "#! /bin/sh" >conf$$.sh -  echo  "exit 0"   >>conf$$.sh -  chmod +x conf$$.sh -  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then -    PATH_SEPARATOR=';' -  else -    PATH_SEPARATOR=: -  fi -  rm -f conf$$.sh -fi +# CDPATH. +$as_unset CDPATH -  as_lineno_1=$LINENO -  as_lineno_2=$LINENO -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` -  test "x$as_lineno_1" != "x$as_lineno_2" && -  test "x$as_lineno_3"  = "x$as_lineno_2"  || { -  # Find who we are.  Look in the path if we contain no path at all -  # relative or not. -  case $0 in -    *[\\/]* ) as_myself=$0 ;; -    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do -  IFS=$as_save_IFS -  test -z "$as_dir" && as_dir=. -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break -done -       ;; -  esac -  # We did not find ourselves, most probably we were run as `sh COMMAND' -  # in which case we are not to be found in the path. -  if test "x$as_myself" = x; then -    as_myself=$0 -  fi -  if test ! -f "$as_myself"; then -    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 -echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} -   { (exit 1); exit 1; }; } -  fi -  case $CONFIG_SHELL in -  '') -    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH -do -  IFS=$as_save_IFS -  test -z "$as_dir" && as_dir=. -  for as_base in sh bash ksh sh5; do -	 case $as_dir in -	 /*) -	   if ("$as_dir/$as_base" -c '    as_lineno_1=$LINENO    as_lineno_2=$LINENO -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`    test "x$as_lineno_1" != "x$as_lineno_2" && -  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then -	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } -	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } -	     CONFIG_SHELL=$as_dir/$as_base -	     export CONFIG_SHELL -	     exec "$CONFIG_SHELL" "$0" ${1+"$@"} -	   fi;; -	 esac -       done -done -;; -  esac +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {    # Create $as_me.lineno as a copy of $as_myself, but with $LINENO    # uniformly replaced by the line number.  The first 'sed' inserts a -  # line-number line before each line; the second 'sed' does the real -  # work.  The second script uses 'N' to pair each line-number line -  # with the numbered line, and appends trailing '-' during -  # substitution so that $LINENO is not a special case at line end. +  # line-number line after each line using $LINENO; the second 'sed' +  # does the real work.  The second script uses 'N' to pair each +  # line-number line with the line containing $LINENO, and appends +  # trailing '-' during substitution so that $LINENO is not a special +  # case at line end.    # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the -  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-) -  sed '=' <$as_myself | +  # scripts with optimization help from Paolo Bonzini.  Blame Lee +  # E. McMahon (1931-1989) for sed's syntax.  :-) +  sed -n ' +    p +    /[$]LINENO/= +  ' <$as_myself |      sed ' +      s/[$]LINENO.*/&-/ +      t lineno +      b +      :lineno        N -      s,$,-, -      : loop -      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, +      :loop +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/        t loop -      s,-$,, -      s,^['$as_cr_digits']*\n,, +      s/-\n.*//      ' >$as_me.lineno && -  chmod +x $as_me.lineno || -    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 -echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} +  chmod +x "$as_me.lineno" || +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2     { (exit 1); exit 1; }; }    # 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 sensible to this). -  . ./$as_me.lineno +  # original and so on.  Autoconf is especially sensitive to this). +  . "./$as_me.lineno"    # Exit status is that of the last command.    exit  } -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in -  *c*,-n*) ECHO_N= ECHO_C=' -' ECHO_T='	' ;; -  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;; -  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;; +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then +  as_dirname=dirname +else +  as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) +  case `echo 'x\c'` in +  *c*) ECHO_T='	';;	# ECHO_T is single tab character. +  *)   ECHO_C='\c';; +  esac;; +*) +  ECHO_N='-n';;  esac -if expr a : '\(a\)' >/dev/null 2>&1; then +if expr a : '\(a\)' >/dev/null 2>&1 && +   test "X`expr 00001 : '.*\(...\)'`" = X001; then    as_expr=expr  else    as_expr=false  fi  rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then +  rm -f conf$$.dir/conf$$.file +else +  rm -f conf$$.dir +  mkdir conf$$.dir +fi  echo >conf$$.file  if ln -s conf$$.file conf$$ 2>/dev/null; then -  # We could just check for DJGPP; but this test a) works b) is more generic -  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). -  if test -f conf$$.exe; then -    # Don't use ln at all; we don't have any links +  as_ln_s='ln -s' +  # ... 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'. +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||      as_ln_s='cp -p' -  else -    as_ln_s='ln -s' -  fi  elif ln conf$$.file conf$$ 2>/dev/null; then    as_ln_s=ln  else    as_ln_s='cp -p'  fi -rm -f conf$$ conf$$.exe conf$$.file +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null  if mkdir -p . 2>/dev/null; then    as_mkdir_p=: @@ -10610,7 +11184,28 @@ else    as_mkdir_p=false  fi -as_executable_p="test -f" +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  # 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'" @@ -10619,31 +11214,14 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" -# IFS -# We need space, tab and new line, in precisely that order. -as_nl=' -' -IFS=" 	$as_nl" - -# CDPATH. -$as_unset CDPATH -  exec 6>&1 -# Open the log real soon, to keep \$[0] and so on meaningful, and to +# Save the log message, to keep $[0] and so on meaningful, and to  # report actual input values of CONFIG_FILES etc. instead of their -# values after options handling.  Logging --version etc. is OK. -exec 5>>config.log -{ -  echo -  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX -## Running $as_me. ## -_ASBOX -} >&5 -cat >&5 <<_CSEOF - -This file was extended by w3m $as_me 0.5.1, which was -generated by GNU Autoconf 2.59.  Invocation command line was +# values after options handling. +ac_log=" +This file was extended by w3m $as_me 0.5.2, which was +generated by GNU Autoconf 2.61.  Invocation command line was    CONFIG_FILES    = $CONFIG_FILES    CONFIG_HEADERS  = $CONFIG_HEADERS @@ -10651,30 +11229,20 @@ generated by GNU Autoconf 2.59.  Invocation command line was    CONFIG_COMMANDS = $CONFIG_COMMANDS    $ $0 $@ -_CSEOF -echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 -echo >&5 +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" +  _ACEOF +cat >>$CONFIG_STATUS <<_ACEOF  # Files that config.status was made for. -if test -n "$ac_config_files"; then -  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS -fi - -if test -n "$ac_config_headers"; then -  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS -fi - -if test -n "$ac_config_links"; then -  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS -fi +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" -if test -n "$ac_config_commands"; then -  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS -fi +_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF -  ac_cs_usage="\  \`$as_me' instantiates files from templates according to the  current configuration. @@ -10682,7 +11250,7 @@ current configuration.  Usage: $0 [OPTIONS] [FILE]...    -h, --help       print this help, then exit -  -V, --version    print version number, then exit +  -V, --version    print version number and configuration settings, then exit    -q, --quiet      do not print progress messages    -d, --debug      don't remove temporary files        --recheck    update $as_me by reconfiguring in the same conditions @@ -10701,19 +11269,21 @@ Configuration commands:  $config_commands  Report bugs to <bug-autoconf@gnu.org>." -_ACEOF +_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF  ac_cs_version="\\ -w3m config.status 0.5.1 -configured by $0, generated by GNU Autoconf 2.59, -  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" +w3m config.status 0.5.2 +configured by $0, generated by GNU Autoconf 2.61, +  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -Copyright (C) 2003 Free Software Foundation, Inc. +Copyright (C) 2006 Free Software Foundation, Inc.  This config.status script is free software; the Free Software Foundation  gives unlimited permission to copy, distribute and modify it." -srcdir=$srcdir -INSTALL="$INSTALL" + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL'  _ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF @@ -10724,39 +11294,24 @@ while test $# != 0  do    case $1 in    --*=*) -    ac_option=`expr "x$1" : 'x\([^=]*\)='` -    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` +    ac_option=`expr "X$1" : 'X\([^=]*\)='` +    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`      ac_shift=:      ;; -  -*) +  *)      ac_option=$1      ac_optarg=$2      ac_shift=shift      ;; -  *) # This is not an option, so the user has probably given explicit -     # arguments. -     ac_option=$1 -     ac_need_defaults=false;;    esac    case $ac_option in    # Handling of the options. -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)      ac_cs_recheck=: ;; -  --version | --vers* | -V ) -    echo "$ac_cs_version"; exit 0 ;; -  --he | --h) -    # Conflict between --help and --header -    { { echo "$as_me:$LINENO: error: ambiguous option: $1 -Try \`$0 --help' for more information." >&5 -echo "$as_me: error: ambiguous option: $1 -Try \`$0 --help' for more information." >&2;} -   { (exit 1); exit 1; }; };; -  --help | --hel | -h ) -    echo "$ac_cs_usage"; exit 0 ;; -  --debug | --d* | -d ) +  --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) +    echo "$ac_cs_version"; exit ;; +  --debug | --debu | --deb | --de | --d | -d )      debug=: ;;    --file | --fil | --fi | --f )      $ac_shift @@ -10766,18 +11321,24 @@ Try \`$0 --help' for more information." >&2;}      $ac_shift      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"      ac_need_defaults=false;; +  --he | --h) +    # Conflict between --help and --header +    { echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2 +   { (exit 1); exit 1; }; };; +  --help | --hel | -h ) +    echo "$ac_cs_usage"; exit ;;    -q | -quiet | --quiet | --quie | --qui | --qu | --q \    | -silent | --silent | --silen | --sile | --sil | --si | --s)      ac_cs_silent=: ;;    # This is an error. -  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 -Try \`$0 --help' for more information." >&5 -echo "$as_me: error: unrecognized option: $1 -Try \`$0 --help' for more information." >&2;} +  -*) { echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2     { (exit 1); exit 1; }; } ;; -  *) ac_config_targets="$ac_config_targets $1" ;; +  *) ac_config_targets="$ac_config_targets $1" +     ac_need_defaults=false ;;    esac    shift @@ -10793,17 +11354,28 @@ fi  _ACEOF  cat >>$CONFIG_STATUS <<_ACEOF  if \$ac_cs_recheck; then -  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 -  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion +  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 +  CONFIG_SHELL=$SHELL +  export CONFIG_SHELL +  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion  fi  _ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +exec 5>>config.log +{ +  echo +  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX +  echo "$ac_log" +} >&5 +_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF  # -# INIT-COMMANDS section. +# INIT-COMMANDS  # -  # Capture the value of obsolete ALL_LINGUAS because we need it to compute      # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it      # from automake. @@ -10814,43 +11386,44 @@ cat >>$CONFIG_STATUS <<_ACEOF  _ACEOF - -  cat >>$CONFIG_STATUS <<\_ACEOF + +# Handling of arguments.  for ac_config_target in $ac_config_targets  do -  case "$ac_config_target" in -  # Handling of arguments. -  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; -  "posubst" ) CONFIG_FILES="$CONFIG_FILES posubst" ;; -  "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; -  "scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;; -  "scripts/dirlist.cgi" ) CONFIG_FILES="$CONFIG_FILES scripts/dirlist.cgi" ;; -  "scripts/w3mhelp.cgi" ) CONFIG_FILES="$CONFIG_FILES scripts/w3mhelp.cgi" ;; -  "scripts/w3mmail.cgi" ) CONFIG_FILES="$CONFIG_FILES scripts/w3mmail.cgi" ;; -  "scripts/xface2xpm" ) CONFIG_FILES="$CONFIG_FILES scripts/xface2xpm" ;; -  "scripts/multipart/Makefile" ) CONFIG_FILES="$CONFIG_FILES scripts/multipart/Makefile" ;; -  "scripts/multipart/multipart.cgi" ) CONFIG_FILES="$CONFIG_FILES scripts/multipart/multipart.cgi" ;; -  "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/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" ;; -  "w3mimg/fb/Makefile" ) CONFIG_FILES="$CONFIG_FILES w3mimg/fb/Makefile" ;; -  "w3mimg/x11/Makefile" ) CONFIG_FILES="$CONFIG_FILES w3mimg/x11/Makefile" ;; -  "w3mhelp-w3m_en.html" ) CONFIG_FILES="$CONFIG_FILES w3mhelp-w3m_en.html" ;; -  "w3mhelp-w3m_ja.html" ) CONFIG_FILES="$CONFIG_FILES w3mhelp-w3m_ja.html" ;; -  "w3mhelp-lynx_en.html" ) CONFIG_FILES="$CONFIG_FILES w3mhelp-lynx_en.html" ;; -  "w3mhelp-lynx_ja.html" ) CONFIG_FILES="$CONFIG_FILES w3mhelp-lynx_ja.html" ;; -  "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; -  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; +  case $ac_config_target in +    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; +    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; +    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; +    "posubst") CONFIG_FILES="$CONFIG_FILES posubst" ;; +    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; +    "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;; +    "scripts/dirlist.cgi") CONFIG_FILES="$CONFIG_FILES scripts/dirlist.cgi" ;; +    "scripts/w3mhelp.cgi") CONFIG_FILES="$CONFIG_FILES scripts/w3mhelp.cgi" ;; +    "scripts/w3mmail.cgi") CONFIG_FILES="$CONFIG_FILES scripts/w3mmail.cgi" ;; +    "scripts/xface2xpm") CONFIG_FILES="$CONFIG_FILES scripts/xface2xpm" ;; +    "scripts/multipart/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/multipart/Makefile" ;; +    "scripts/multipart/multipart.cgi") CONFIG_FILES="$CONFIG_FILES scripts/multipart/multipart.cgi" ;; +    "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/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" ;; +    "w3mimg/fb/Makefile") CONFIG_FILES="$CONFIG_FILES w3mimg/fb/Makefile" ;; +    "w3mimg/x11/Makefile") CONFIG_FILES="$CONFIG_FILES w3mimg/x11/Makefile" ;; +    "w3mhelp-w3m_en.html") CONFIG_FILES="$CONFIG_FILES w3mhelp-w3m_en.html" ;; +    "w3mhelp-w3m_ja.html") CONFIG_FILES="$CONFIG_FILES w3mhelp-w3m_ja.html" ;; +    "w3mhelp-lynx_en.html") CONFIG_FILES="$CONFIG_FILES w3mhelp-lynx_en.html" ;; +    "w3mhelp-lynx_ja.html") CONFIG_FILES="$CONFIG_FILES w3mhelp-lynx_ja.html" ;; +    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}     { (exit 1); exit 1; }; };;    esac  done +  # If the user did not use the arguments to specify the items to instantiate,  # then the envvar interface is used.  Set only those that are not.  # We use the long form for the default assignment because of an extremely @@ -10862,403 +11435,511 @@ if $ac_need_defaults; then  fi  # Have a temporary directory for convenience.  Make it in the build tree -# simply because there is no reason to put it here, and in addition, +# simply because there is no reason against having it here, and in addition,  # creating and moving files from /tmp can sometimes cause problems. -# Create a temporary directory, and hook for its removal unless debugging. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'.  $debug ||  { -  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 +  tmp= +  trap 'exit_status=$? +  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0    trap '{ (exit 1); exit 1; }' 1 2 13 15  } -  # Create a (secure) tmp directory for tmp files.  { -  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && +  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&    test -n "$tmp" && test -d "$tmp"  }  ||  { -  tmp=./confstat$$-$RANDOM -  (umask 077 && mkdir $tmp) +  tmp=./conf$$-$RANDOM +  (umask 077 && mkdir "$tmp")  } ||  {     echo "$me: cannot create a temporary directory in ." >&2     { (exit 1); exit 1; }  } -_ACEOF - -cat >>$CONFIG_STATUS <<_ACEOF -  # -# CONFIG_FILES section. +# Set up the sed scripts for CONFIG_FILES section.  #  # No need to generate the scripts if there are no CONFIG_FILES.  # This happens for instance when ./config.status config.h -if test -n "\$CONFIG_FILES"; then -  # Protect against being on the right side of a sed subst in config.status. -  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; -   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF -s,@SHELL@,$SHELL,;t t -s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t -s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t -s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t -s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t -s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t -s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t -s,@exec_prefix@,$exec_prefix,;t t -s,@prefix@,$prefix,;t t -s,@program_transform_name@,$program_transform_name,;t t -s,@bindir@,$bindir,;t t -s,@sbindir@,$sbindir,;t t -s,@libexecdir@,$libexecdir,;t t -s,@datadir@,$datadir,;t t -s,@sysconfdir@,$sysconfdir,;t t -s,@sharedstatedir@,$sharedstatedir,;t t -s,@localstatedir@,$localstatedir,;t t -s,@libdir@,$libdir,;t t -s,@includedir@,$includedir,;t t -s,@oldincludedir@,$oldincludedir,;t t -s,@infodir@,$infodir,;t t -s,@mandir@,$mandir,;t t -s,@build_alias@,$build_alias,;t t -s,@host_alias@,$host_alias,;t t -s,@target_alias@,$target_alias,;t t -s,@DEFS@,$DEFS,;t t -s,@ECHO_C@,$ECHO_C,;t t -s,@ECHO_N@,$ECHO_N,;t t -s,@ECHO_T@,$ECHO_T,;t t -s,@LIBS@,$LIBS,;t t -s,@PACKAGE@,$PACKAGE,;t t -s,@VERSION@,$VERSION,;t t -s,@W3M@,$W3M,;t t -s,@W3M_LANG@,$W3M_LANG,;t t -s,@AWK@,$AWK,;t t -s,@CC@,$CC,;t t -s,@CFLAGS@,$CFLAGS,;t t -s,@LDFLAGS@,$LDFLAGS,;t t -s,@CPPFLAGS@,$CPPFLAGS,;t t -s,@ac_ct_CC@,$ac_ct_CC,;t t -s,@EXEEXT@,$EXEEXT,;t t -s,@OBJEXT@,$OBJEXT,;t t -s,@CPP@,$CPP,;t t -s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t -s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t -s,@INSTALL_DATA@,$INSTALL_DATA,;t t -s,@LN_S@,$LN_S,;t t -s,@SET_MAKE@,$SET_MAKE,;t t -s,@RANLIB@,$RANLIB,;t t -s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t -s,@PERL@,$PERL,;t t -s,@NKF@,$NKF,;t t -s,@MAN@,$MAN,;t t -s,@build@,$build,;t t -s,@build_cpu@,$build_cpu,;t t -s,@build_vendor@,$build_vendor,;t t -s,@build_os@,$build_os,;t t -s,@host@,$host,;t t -s,@host_cpu@,$host_cpu,;t t -s,@host_vendor@,$host_vendor,;t t -s,@host_os@,$host_os,;t t -s,@W3M_TARGET@,$W3M_TARGET,;t t -s,@W3M_LIBS@,$W3M_LIBS,;t t -s,@USE_M17N@,$USE_M17N,;t t -s,@USE_UNICODE@,$USE_UNICODE,;t t -s,@WCTARGET@,$WCTARGET,;t t -s,@WCCFLAGS@,$WCCFLAGS,;t t -s,@DISPLAY_CHARSET@,$DISPLAY_CHARSET,;t t -s,@SYSTEM_CHARSET@,$SYSTEM_CHARSET,;t t -s,@DOCUMENT_CHARSET@,$DOCUMENT_CHARSET,;t t -s,@POSUBST@,$POSUBST,;t t -s,@POLANG@,$POLANG,;t t -s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t -s,@USE_NLS@,$USE_NLS,;t t -s,@MSGFMT@,$MSGFMT,;t t -s,@GMSGFMT@,$GMSGFMT,;t t -s,@XGETTEXT@,$XGETTEXT,;t t -s,@MSGMERGE@,$MSGMERGE,;t t -s,@LIBICONV@,$LIBICONV,;t t -s,@LTLIBICONV@,$LTLIBICONV,;t t -s,@INTLLIBS@,$INTLLIBS,;t t -s,@LIBINTL@,$LIBINTL,;t t -s,@LTLIBINTL@,$LTLIBINTL,;t t -s,@POSUB@,$POSUB,;t t -s,@INTLTARGET@,$INTLTARGET,;t t -s,@NLSTARGET@,$NLSTARGET,;t t -s,@USE_COLOR@,$USE_COLOR,;t t -s,@USE_ANSI_COLOR@,$USE_ANSI_COLOR,;t t -s,@USE_BG_COLOR@,$USE_BG_COLOR,;t t -s,@USE_IMAGE@,$USE_IMAGE,;t t -s,@USE_W3MIMG_X11@,$USE_W3MIMG_X11,;t t -s,@USE_W3MIMG_FB@,$USE_W3MIMG_FB,;t t -s,@W3MIMGDISPLAY_SETUID@,$W3MIMGDISPLAY_SETUID,;t t -s,@INSTALL_W3MIMGDISPLAY@,$INSTALL_W3MIMGDISPLAY,;t t -s,@USE_GDKPIXBUF@,$USE_GDKPIXBUF,;t t -s,@USE_GTK2@,$USE_GTK2,;t t -s,@USE_IMLIB@,$USE_IMLIB,;t t -s,@USE_IMLIB2@,$USE_IMLIB2,;t t -s,@IMGTARGETS@,$IMGTARGETS,;t t -s,@IMGOBJS@,$IMGOBJS,;t t -s,@IMGX11CFLAGS@,$IMGX11CFLAGS,;t t -s,@IMGX11LDFLAGS@,$IMGX11LDFLAGS,;t t -s,@IMGFBCFLAGS@,$IMGFBCFLAGS,;t t -s,@IMGFBLDFLAGS@,$IMGFBLDFLAGS,;t t -s,@USE_XFACE@,$USE_XFACE,;t t -s,@uncompface@,$uncompface,;t t -s,@KEYMAP_FILE@,$KEYMAP_FILE,;t t -s,@HELP_FILE@,$HELP_FILE,;t t -s,@KEYBIND@,$KEYBIND,;t t -s,@USE_MENU@,$USE_MENU,;t t -s,@USE_MOUSE@,$USE_MOUSE,;t t -s,@USE_HISTORY@,$USE_HISTORY,;t t -s,@USE_ALARM@,$USE_ALARM,;t t -s,@USE_COOKIE@,$USE_COOKIE,;t t -s,@USE_DIGEST_AUTH@,$USE_DIGEST_AUTH,;t t -s,@USE_NNTP@,$USE_NNTP,;t t -s,@USE_GOPHER@,$USE_GOPHER,;t t -s,@USE_DICT@,$USE_DICT,;t t -s,@USE_HELP_CGI@,$USE_HELP_CGI,;t t -s,@USE_EXTERNAL_URI_LOADER@,$USE_EXTERNAL_URI_LOADER,;t t -s,@USE_W3MMAILER@,$USE_W3MMAILER,;t t -s,@USE_MIGEMO@,$USE_MIGEMO,;t t -s,@DEF_MIGEMO_COMMAND@,$DEF_MIGEMO_COMMAND,;t t -s,@DEF_EDITOR@,$DEF_EDITOR,;t t -s,@DEF_MAILER@,$DEF_MAILER,;t t -s,@DEF_EXT_BROWSER@,$DEF_EXT_BROWSER,;t t -s,@INET6@,$INET6,;t t -s,@HAVE_OLD_SS_FAMILY@,$HAVE_OLD_SS_FAMILY,;t t -s,@USE_SSL@,$USE_SSL,;t t -s,@USE_SSL_VERIFY@,$USE_SSL_VERIFY,;t t -s,@PKG_CONFIG@,$PKG_CONFIG,;t t -s,@SSL_CFLAGS@,$SSL_CFLAGS,;t t -s,@SSL_LIBS@,$SSL_LIBS,;t t -s,@USE_W3M@,$USE_W3M,;t t -s,@USE_SYSMOUSE@,$USE_SYSMOUSE,;t t -s,@AUXBIN_TARGETS@,$AUXBIN_TARGETS,;t t -s,@EGREP@,$EGREP,;t t -s,@USE_BINMODE_STREAM@,$USE_BINMODE_STREAM,;t t -s,@HAVE_SYS_ERRLIST@,$HAVE_SYS_ERRLIST,;t t -s,@HAVE_SIGSETJMP@,$HAVE_SIGSETJMP,;t t -s,@RETSIGTYPE@,$RETSIGTYPE,;t t -s,@SIGNAL_RETURN@,$SIGNAL_RETURN,;t t -s,@HELP_DIR@,$HELP_DIR,;t t -s,@RC_DIR@,$RC_DIR,;t t -s,@DOCDIRS@,$DOCDIRS,;t t -s,@CURRENT_VERSION@,$CURRENT_VERSION,;t t -s,@LIBOBJS@,$LIBOBJS,;t t -s,@LTLIBOBJS@,$LTLIBOBJS,;t t -CEOF - -_ACEOF - -  cat >>$CONFIG_STATUS <<\_ACEOF -  # Split the substitutions into bite-sized pieces for seds with -  # small command number limits, like on Digital OSF/1 and HP-UX. -  ac_max_sed_lines=48 -  ac_sed_frag=1 # Number of current file. -  ac_beg=1 # First line for current file. -  ac_end=$ac_max_sed_lines # Line after last line for current file. -  ac_more_lines=: -  ac_sed_cmds= -  while $ac_more_lines; do -    if test $ac_beg -gt 1; then -      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag -    else -      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag -    fi -    if test ! -s $tmp/subs.frag; then -      ac_more_lines=false -    else -      # The purpose of the label and of the branching condition is to -      # speed up the sed processing (if there are no `@' at all, there -      # is no need to browse any of the substitutions). -      # These are the two extra sed commands mentioned above. -      (echo ':t -  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed -      if test -z "$ac_sed_cmds"; then -	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" -      else -	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" -      fi -      ac_sed_frag=`expr $ac_sed_frag + 1` -      ac_beg=$ac_end -      ac_end=`expr $ac_end + $ac_max_sed_lines` -    fi -  done -  if test -z "$ac_sed_cmds"; then -    ac_sed_cmds=cat +if test -n "$CONFIG_FILES"; then + +_ACEOF + + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do +  cat >conf$$subs.sed <<_ACEOF +SHELL!$SHELL$ac_delim +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim +PACKAGE_NAME!$PACKAGE_NAME$ac_delim +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim +PACKAGE_STRING!$PACKAGE_STRING$ac_delim +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim +exec_prefix!$exec_prefix$ac_delim +prefix!$prefix$ac_delim +program_transform_name!$program_transform_name$ac_delim +bindir!$bindir$ac_delim +sbindir!$sbindir$ac_delim +libexecdir!$libexecdir$ac_delim +datarootdir!$datarootdir$ac_delim +datadir!$datadir$ac_delim +sysconfdir!$sysconfdir$ac_delim +sharedstatedir!$sharedstatedir$ac_delim +localstatedir!$localstatedir$ac_delim +includedir!$includedir$ac_delim +oldincludedir!$oldincludedir$ac_delim +docdir!$docdir$ac_delim +infodir!$infodir$ac_delim +htmldir!$htmldir$ac_delim +dvidir!$dvidir$ac_delim +pdfdir!$pdfdir$ac_delim +psdir!$psdir$ac_delim +libdir!$libdir$ac_delim +localedir!$localedir$ac_delim +mandir!$mandir$ac_delim +DEFS!$DEFS$ac_delim +ECHO_C!$ECHO_C$ac_delim +ECHO_N!$ECHO_N$ac_delim +ECHO_T!$ECHO_T$ac_delim +LIBS!$LIBS$ac_delim +build_alias!$build_alias$ac_delim +host_alias!$host_alias$ac_delim +target_alias!$target_alias$ac_delim +PACKAGE!$PACKAGE$ac_delim +VERSION!$VERSION$ac_delim +W3M!$W3M$ac_delim +W3M_LANG!$W3M_LANG$ac_delim +AWK!$AWK$ac_delim +CC!$CC$ac_delim +CFLAGS!$CFLAGS$ac_delim +LDFLAGS!$LDFLAGS$ac_delim +CPPFLAGS!$CPPFLAGS$ac_delim +ac_ct_CC!$ac_ct_CC$ac_delim +EXEEXT!$EXEEXT$ac_delim +OBJEXT!$OBJEXT$ac_delim +CPP!$CPP$ac_delim +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim +INSTALL_DATA!$INSTALL_DATA$ac_delim +LN_S!$LN_S$ac_delim +SET_MAKE!$SET_MAKE$ac_delim +RANLIB!$RANLIB$ac_delim +PERL!$PERL$ac_delim +NKF!$NKF$ac_delim +MAN!$MAN$ac_delim +build!$build$ac_delim +build_cpu!$build_cpu$ac_delim +build_vendor!$build_vendor$ac_delim +build_os!$build_os$ac_delim +host!$host$ac_delim +host_cpu!$host_cpu$ac_delim +host_vendor!$host_vendor$ac_delim +host_os!$host_os$ac_delim +W3M_TARGET!$W3M_TARGET$ac_delim +W3M_LIBS!$W3M_LIBS$ac_delim +USE_M17N!$USE_M17N$ac_delim +USE_UNICODE!$USE_UNICODE$ac_delim +WCTARGET!$WCTARGET$ac_delim +WCCFLAGS!$WCCFLAGS$ac_delim +DISPLAY_CHARSET!$DISPLAY_CHARSET$ac_delim +SYSTEM_CHARSET!$SYSTEM_CHARSET$ac_delim +DOCUMENT_CHARSET!$DOCUMENT_CHARSET$ac_delim +POSUBST!$POSUBST$ac_delim +POLANG!$POLANG$ac_delim +MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim +USE_NLS!$USE_NLS$ac_delim +MSGFMT!$MSGFMT$ac_delim +GMSGFMT!$GMSGFMT$ac_delim +XGETTEXT!$XGETTEXT$ac_delim +MSGMERGE!$MSGMERGE$ac_delim +LIBICONV!$LIBICONV$ac_delim +LTLIBICONV!$LTLIBICONV$ac_delim +INTLLIBS!$INTLLIBS$ac_delim +LIBINTL!$LIBINTL$ac_delim +LTLIBINTL!$LTLIBINTL$ac_delim +POSUB!$POSUB$ac_delim +INTLTARGET!$INTLTARGET$ac_delim +NLSTARGET!$NLSTARGET$ac_delim +USE_COLOR!$USE_COLOR$ac_delim +USE_ANSI_COLOR!$USE_ANSI_COLOR$ac_delim +USE_BG_COLOR!$USE_BG_COLOR$ac_delim +USE_IMAGE!$USE_IMAGE$ac_delim +USE_W3MIMG_X11!$USE_W3MIMG_X11$ac_delim +_ACEOF + +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then +    break +  elif $ac_last_try; then +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} +   { (exit 1); exit 1; }; } +  else +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "    fi -fi # test -n "$CONFIG_FILES" +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` +  ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS <conf$$subs.sed +rm -f conf$$subs.sed +cat >>$CONFIG_STATUS <<_ACEOF +CEOF$ac_eof +_ACEOF + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do +  cat >conf$$subs.sed <<_ACEOF +USE_W3MIMG_FB!$USE_W3MIMG_FB$ac_delim +W3MIMGDISPLAY_SETUID!$W3MIMGDISPLAY_SETUID$ac_delim +INSTALL_W3MIMGDISPLAY!$INSTALL_W3MIMGDISPLAY$ac_delim +USE_GDKPIXBUF!$USE_GDKPIXBUF$ac_delim +USE_GTK2!$USE_GTK2$ac_delim +USE_IMLIB!$USE_IMLIB$ac_delim +USE_IMLIB2!$USE_IMLIB2$ac_delim +IMGTARGETS!$IMGTARGETS$ac_delim +IMGOBJS!$IMGOBJS$ac_delim +IMGX11CFLAGS!$IMGX11CFLAGS$ac_delim +IMGX11LDFLAGS!$IMGX11LDFLAGS$ac_delim +IMGFBCFLAGS!$IMGFBCFLAGS$ac_delim +IMGFBLDFLAGS!$IMGFBLDFLAGS$ac_delim +USE_XFACE!$USE_XFACE$ac_delim +uncompface!$uncompface$ac_delim +KEYMAP_FILE!$KEYMAP_FILE$ac_delim +HELP_FILE!$HELP_FILE$ac_delim +KEYBIND!$KEYBIND$ac_delim +USE_MENU!$USE_MENU$ac_delim +USE_MOUSE!$USE_MOUSE$ac_delim +USE_HISTORY!$USE_HISTORY$ac_delim +USE_ALARM!$USE_ALARM$ac_delim +USE_COOKIE!$USE_COOKIE$ac_delim +USE_NNTP!$USE_NNTP$ac_delim +USE_GOPHER!$USE_GOPHER$ac_delim +USE_DICT!$USE_DICT$ac_delim +USE_HELP_CGI!$USE_HELP_CGI$ac_delim +USE_EXTERNAL_URI_LOADER!$USE_EXTERNAL_URI_LOADER$ac_delim +USE_W3MMAILER!$USE_W3MMAILER$ac_delim +USE_MIGEMO!$USE_MIGEMO$ac_delim +DEF_MIGEMO_COMMAND!$DEF_MIGEMO_COMMAND$ac_delim +DEF_EDITOR!$DEF_EDITOR$ac_delim +DEF_MAILER!$DEF_MAILER$ac_delim +DEF_EXT_BROWSER!$DEF_EXT_BROWSER$ac_delim +INET6!$INET6$ac_delim +HAVE_OLD_SS_FAMILY!$HAVE_OLD_SS_FAMILY$ac_delim +USE_SSL!$USE_SSL$ac_delim +USE_SSL_VERIFY!$USE_SSL_VERIFY$ac_delim +PKG_CONFIG!$PKG_CONFIG$ac_delim +SSL_CFLAGS!$SSL_CFLAGS$ac_delim +SSL_LIBS!$SSL_LIBS$ac_delim +USE_DIGEST_AUTH!$USE_DIGEST_AUTH$ac_delim +USE_W3M!$USE_W3M$ac_delim +USE_SYSMOUSE!$USE_SYSMOUSE$ac_delim +AUXBIN_TARGETS!$AUXBIN_TARGETS$ac_delim +LIBGC!$LIBGC$ac_delim +GREP!$GREP$ac_delim +EGREP!$EGREP$ac_delim +USE_BINMODE_STREAM!$USE_BINMODE_STREAM$ac_delim +HAVE_SYS_ERRLIST!$HAVE_SYS_ERRLIST$ac_delim +HAVE_SIGSETJMP!$HAVE_SIGSETJMP$ac_delim +RETSIGTYPE!$RETSIGTYPE$ac_delim +SIGNAL_RETURN!$SIGNAL_RETURN$ac_delim +HELP_DIR!$HELP_DIR$ac_delim +RC_DIR!$RC_DIR$ac_delim +DOCDIRS!$DOCDIRS$ac_delim +CURRENT_VERSION!$CURRENT_VERSION$ac_delim +LIBOBJS!$LIBOBJS$ac_delim +LTLIBOBJS!$LTLIBOBJS$ac_delim +_ACEOF + +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 59; then +    break +  elif $ac_last_try; then +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} +   { (exit 1); exit 1; }; } +  else +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! " +  fi +done +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` +  ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS <conf$$subs.sed +rm -f conf$$subs.sed +cat >>$CONFIG_STATUS <<_ACEOF +:end +s/|#_!!_#|//g +CEOF$ac_eof  _ACEOF + + +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then +  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{ +s/:*\$(srcdir):*/:/ +s/:*\${srcdir}:*/:/ +s/:*@srcdir@:*/:/ +s/^\([^=]*=[	 ]*\):*/\1/ +s/:*$// +s/^[^=]*=[	 ]*$// +}' +fi +  cat >>$CONFIG_STATUS <<\_ACEOF -for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue -  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". -  case $ac_file in -  - | *:- | *:-:* ) # input from stdin -	cat >$tmp/stdin -	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` -	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; -  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` -	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; -  * )   ac_file_in=$ac_file.in ;; +fi # test -n "$CONFIG_FILES" + + +for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS +do +  case $ac_tag in +  :[FHLC]) ac_mode=$ac_tag; continue;; +  esac +  case $ac_mode$ac_tag in +  :[FHL]*:*);; +  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +echo "$as_me: error: Invalid tag $ac_tag." >&2;} +   { (exit 1); exit 1; }; };; +  :[FH]-) ac_tag=-:-;; +  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; +  esac +  ac_save_IFS=$IFS +  IFS=: +  set x $ac_tag +  IFS=$ac_save_IFS +  shift +  ac_file=$1 +  shift + +  case $ac_mode in +  :L) ac_source=$1;; +  :[FH]) +    ac_file_inputs= +    for ac_f +    do +      case $ac_f in +      -) ac_f="$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 `:'. +	 test -f "$ac_f" || +	   case $ac_f in +	   [\\/$]*) false;; +	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; +	   esac || +	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +echo "$as_me: error: cannot find input file: $ac_f" >&2;} +   { (exit 1); exit 1; }; };; +      esac +      ac_file_inputs="$ac_file_inputs $ac_f" +    done + +    # Let's still pretend it is `configure' which instantiates (i.e., don't +    # use $as_me), people would be surprised to read: +    #    /* config.h.  Generated by config.status.  */ +    configure_input="Generated from "`IFS=: +	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." +    if test x"$ac_file" != x-; then +      configure_input="$ac_file.  $configure_input" +      { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} +    fi + +    case $ac_tag in +    *:-:* | *:-) cat >"$tmp/stdin";; +    esac +    ;;    esac -  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. -  ac_dir=`(dirname "$ac_file") 2>/dev/null || +  ac_dir=`$as_dirname -- "$ac_file" ||  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  	 X"$ac_file" : 'X\(//\)[^/]' \| \  	 X"$ac_file" : 'X\(//\)$' \| \ -	 X"$ac_file" : 'X\(/\)' \| \ -	 .     : '\(.\)' 2>/dev/null || +	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||  echo X"$ac_file" | -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; } -  	  /^X\(\/\/\)$/{ s//\1/; q; } -  	  /^X\(\/\).*/{ s//\1/; q; } -  	  s/.*/./; q'` -  { if $as_mkdir_p; then -    mkdir -p "$ac_dir" -  else -    as_dir="$ac_dir" +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ +	    s//\1/ +	    q +	  } +	  /^X\(\/\/\)[^/].*/{ +	    s//\1/ +	    q +	  } +	  /^X\(\/\/\)$/{ +	    s//\1/ +	    q +	  } +	  /^X\(\/\).*/{ +	    s//\1/ +	    q +	  } +	  s/.*/./; q'` +  { as_dir="$ac_dir" +  case $as_dir in #( +  -*) as_dir=./$as_dir;; +  esac +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {      as_dirs= -    while test ! -d "$as_dir"; do -      as_dirs="$as_dir $as_dirs" -      as_dir=`(dirname "$as_dir") 2>/dev/null || +    while :; do +      case $as_dir in #( +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( +      *) as_qdir=$as_dir;; +      esac +      as_dirs="'$as_qdir' $as_dirs" +      as_dir=`$as_dirname -- "$as_dir" ||  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  	 X"$as_dir" : 'X\(//\)[^/]' \| \  	 X"$as_dir" : 'X\(//\)$' \| \ -	 X"$as_dir" : 'X\(/\)' \| \ -	 .     : '\(.\)' 2>/dev/null || +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||  echo X"$as_dir" | -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; } -  	  /^X\(\/\/\)$/{ s//\1/; q; } -  	  /^X\(\/\).*/{ s//\1/; q; } -  	  s/.*/./; q'` +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ +	    s//\1/ +	    q +	  } +	  /^X\(\/\/\)[^/].*/{ +	    s//\1/ +	    q +	  } +	  /^X\(\/\/\)$/{ +	    s//\1/ +	    q +	  } +	  /^X\(\/\).*/{ +	    s//\1/ +	    q +	  } +	  s/.*/./; q'` +      test -d "$as_dir" && break      done -    test ! -n "$as_dirs" || mkdir $as_dirs -  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} +    test -z "$as_dirs" || eval "mkdir $as_dirs" +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;}     { (exit 1); exit 1; }; }; } -    ac_builddir=. -if test "$ac_dir" != .; then +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*)    ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` -  # A "../" for each directory in $ac_dir_suffix. -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` -else -  ac_dir_suffix= ac_top_builddir= -fi +  # A ".." for each directory in $ac_dir_suffix. +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` +  case $ac_top_builddir_sub in +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;; +  esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix  case $srcdir in -  .)  # No --srcdir option.  We are building in place. +  .)  # We are building in place.      ac_srcdir=. -    if test -z "$ac_top_builddir"; then -       ac_top_srcdir=. -    else -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` -    fi ;; -  [\\/]* | ?:[\\/]* )  # Absolute path. +    ac_top_srcdir=$ac_top_builddir_sub +    ac_abs_top_srcdir=$ac_pwd ;; +  [\\/]* | ?:[\\/]* )  # Absolute name.      ac_srcdir=$srcdir$ac_dir_suffix; -    ac_top_srcdir=$srcdir ;; -  *) # Relative path. -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix -    ac_top_srcdir=$ac_top_builddir$srcdir ;; +    ac_top_srcdir=$srcdir +    ac_abs_top_srcdir=$srcdir ;; +  *) # Relative name. +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix +    ac_top_srcdir=$ac_top_build_prefix$srcdir +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;  esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix -# Do not use `cd foo && pwd` to compute absolute paths, because -# the directories may not exist. -case `pwd` in -.) ac_abs_builddir="$ac_dir";; -*) -  case "$ac_dir" in -  .) ac_abs_builddir=`pwd`;; -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; -  *) ac_abs_builddir=`pwd`/"$ac_dir";; -  esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_builddir=${ac_top_builddir}.;; -*) -  case ${ac_top_builddir}. in -  .) ac_abs_top_builddir=$ac_abs_builddir;; -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; -  esac;; -esac -case $ac_abs_builddir in -.) ac_abs_srcdir=$ac_srcdir;; -*) -  case $ac_srcdir in -  .) ac_abs_srcdir=$ac_abs_builddir;; -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; -  esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_srcdir=$ac_top_srcdir;; -*) -  case $ac_top_srcdir in -  .) ac_abs_top_srcdir=$ac_abs_builddir;; -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; -  esac;; -esac +  case $ac_mode in +  :F) +  # +  # CONFIG_FILE +  #    case $INSTALL in    [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; -  *) ac_INSTALL=$ac_top_builddir$INSTALL ;; +  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;    esac +_ACEOF -  # Let's still pretend it is `configure' which instantiates (i.e., don't -  # use $as_me), people would be surprised to read: -  #    /* config.h.  Generated by config.status.  */ -  if test x"$ac_file" = x-; then -    configure_input= -  else -    configure_input="$ac_file.  " -  fi -  configure_input=$configure_input"Generated from `echo $ac_file_in | -				     sed 's,.*/,,'` by configure." - -  # First look for the input files in the build tree, otherwise in the -  # src tree. -  ac_file_inputs=`IFS=: -    for f in $ac_file_in; do -      case $f in -      -) echo $tmp/stdin ;; -      [\\/$]*) -	 # Absolute (can't be DOS-style, as IFS=:) -	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} -   { (exit 1); exit 1; }; } -	 echo "$f";; -      *) # Relative -	 if test -f "$f"; then -	   # Build tree -	   echo "$f" -	 elif test -f "$srcdir/$f"; then -	   # Source tree -	   echo "$srcdir/$f" -	 else -	   # /dev/null tree -	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} -   { (exit 1); exit 1; }; } -	 fi;; -      esac -    done` || { (exit 1); exit 1; } +cat >>$CONFIG_STATUS <<\_ACEOF +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= -  if test x"$ac_file" != x-; then -    { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} -    rm -f "$ac_file" -  fi +case `sed -n '/datarootdir/ { +  p +  q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p +' $ac_file_inputs` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) +  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +  ac_datarootdir_hack=' +  s&@datadir@&$datadir&g +  s&@docdir@&$docdir&g +  s&@infodir@&$infodir&g +  s&@localedir@&$localedir&g +  s&@mandir@&$mandir&g +    s&\\\${datarootdir}&$datarootdir&g' ;; +esac  _ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature?  cat >>$CONFIG_STATUS <<_ACEOF    sed "$ac_vpsub  $extrasub @@ -11266,365 +11947,140 @@ _ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF  :t  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s,@configure_input@,$configure_input,;t t -s,@srcdir@,$ac_srcdir,;t t -s,@abs_srcdir@,$ac_abs_srcdir,;t t -s,@top_srcdir@,$ac_top_srcdir,;t t -s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t -s,@builddir@,$ac_builddir,;t t -s,@abs_builddir@,$ac_abs_builddir,;t t -s,@top_builddir@,$ac_top_builddir,;t t -s,@abs_top_builddir@,$ac_abs_top_builddir,;t t -s,@INSTALL@,$ac_INSTALL,;t t -" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out -  rm -f $tmp/stdin -  if test x"$ac_file" != x-; then -    mv $tmp/out $ac_file -  else -    cat $tmp/out -    rm -f $tmp/out -  fi - -done -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF - -# -# CONFIG_HEADER section. -# - -# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where -# NAME is the cpp macro being defined and VALUE is the value it is being given. -# -# ac_d sets the value in "#define NAME VALUE" lines. -ac_dA='s,^\([	 ]*\)#\([	 ]*define[	 ][	 ]*\)' -ac_dB='[	 ].*$,\1#\2' -ac_dC=' ' -ac_dD=',;t' -# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". -ac_uA='s,^\([	 ]*\)#\([	 ]*\)undef\([	 ][	 ]*\)' -ac_uB='$,\1#\2define\3' -ac_uC=' ' -ac_uD=',;t' - -for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue -  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". +s&@configure_input@&$configure_input&;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +$ac_datarootdir_hack +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out + +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"; } && +  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined.  Please make sure it is defined." >&5 +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"    case $ac_file in -  - | *:- | *:-:* ) # input from stdin -	cat >$tmp/stdin -	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` -	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; -  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` -	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; -  * )   ac_file_in=$ac_file.in ;; +  -) cat "$tmp/out"; rm -f "$tmp/out";; +  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;    esac - -  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} - -  # First look for the input files in the build tree, otherwise in the -  # src tree. -  ac_file_inputs=`IFS=: -    for f in $ac_file_in; do -      case $f in -      -) echo $tmp/stdin ;; -      [\\/$]*) -	 # Absolute (can't be DOS-style, as IFS=:) -	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} -   { (exit 1); exit 1; }; } -	 # Do quote $f, to prevent DOS paths from being IFS'd. -	 echo "$f";; -      *) # Relative -	 if test -f "$f"; then -	   # Build tree -	   echo "$f" -	 elif test -f "$srcdir/$f"; then -	   # Source tree -	   echo "$srcdir/$f" -	 else -	   # /dev/null tree -	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} -   { (exit 1); exit 1; }; } -	 fi;; -      esac -    done` || { (exit 1); exit 1; } -  # Remove the trailing spaces. -  sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in - -_ACEOF - -# Transform confdefs.h into two sed scripts, `conftest.defines' and -# `conftest.undefs', that substitutes the proper values into -# config.h.in to produce config.h.  The first handles `#define' -# templates, and the second `#undef' templates. -# And first: Protect against being on the right side of a sed subst in -# config.status.  Protect against being in an unquoted here document -# in config.status. -rm -f conftest.defines conftest.undefs -# Using a here document instead of a string reduces the quoting nightmare. -# Putting comments in sed scripts is not portable. -# -# `end' is used to avoid that the second main sed command (meant for -# 0-ary CPP macros) applies to n-ary macro definitions. -# See the Autoconf documentation for `clear'. -cat >confdef2sed.sed <<\_ACEOF -s/[\\&,]/\\&/g -s,[\\$`],\\&,g -t clear -: clear -s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*\)\(([^)]*)\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp -t end -s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp -: end -_ACEOF -# If some macros were called several times there might be several times -# the same #defines, which is useless.  Nevertheless, we may not want to -# sort them, since we want the *last* AC-DEFINE to be honored. -uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines -sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs -rm -f confdef2sed.sed - -# This sed command replaces #undef with comments.  This is necessary, for + ;; +  :H) +  # +  # CONFIG_HEADER +  # +_ACEOF + +# Transform confdefs.h into a sed script `conftest.defines', that +# substitutes the proper values into config.h.in to produce config.h. +rm -f conftest.defines conftest.tail +# First, append a space to every undef/define line, to ease matching. +echo 's/$/ /' >conftest.defines +# Then, protect against being on the right side of a sed subst, or in +# an unquoted here document, in config.status.  If some macros were +# called several times there might be several #defines for the same +# symbol, which is useless.  But do not sort them, since the last +# AC_DEFINE must be honored. +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where +# NAME is the cpp macro being defined, VALUE is the value it is being given. +# PARAMS is the parameter list in the macro definition--in most cases, it's +# just an empty string. +ac_dA='s,^\\([	 #]*\\)[^	 ]*\\([	 ]*' +ac_dB='\\)[	 (].*,\\1define\\2' +ac_dC=' ' +ac_dD=' ,' + +uniq confdefs.h | +  sed -n ' +	t rset +	:rset +	s/^[	 ]*#[	 ]*define[	 ][	 ]*// +	t ok +	d +	:ok +	s/[\\&,]/\\&/g +	s/^\('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p +	s/^\('"$ac_word_re"'\)[	 ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p +  ' >>conftest.defines + +# Remove the space that was appended to ease matching. +# Then replace #undef with comments.  This is necessary, for  # example, in the case of _POSIX_SOURCE, which is predefined and required  # on some systems where configure will not decide to define it. -cat >>conftest.undefs <<\_ACEOF -s,^[	 ]*#[	 ]*undef[	 ][	 ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, -_ACEOF - -# Break up conftest.defines because some shells have a limit on the size -# of here documents, and old seds have small limits too (100 cmds). -echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS -echo '  if grep "^[	 ]*#[	 ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS -echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS -echo '  :' >>$CONFIG_STATUS -rm -f conftest.tail -while grep . conftest.defines >/dev/null +# (The regexp can be short, since the line contains either #define or #undef.) +echo 's/ $// +s,^[	 #]*u.*,/* & */,' >>conftest.defines + +# Break up conftest.defines: +ac_max_sed_lines=50 + +# First sed command is:	 sed -f defines.sed $ac_file_inputs >"$tmp/out1" +# Second one is:	 sed -f defines.sed "$tmp/out1" >"$tmp/out2" +# Third one will be:	 sed -f defines.sed "$tmp/out2" >"$tmp/out1" +# et cetera. +ac_in='$ac_file_inputs' +ac_out='"$tmp/out1"' +ac_nxt='"$tmp/out2"' + +while :  do -  # Write a limited-size here document to $tmp/defines.sed. -  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS -  # Speed up: don't consider the non `#define' lines. -  echo '/^[	 ]*#[	 ]*define/!b' >>$CONFIG_STATUS -  # Work around the forget-to-reset-the-flag bug. -  echo 't clr' >>$CONFIG_STATUS -  echo ': clr' >>$CONFIG_STATUS -  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS +  # Write a here document: +    cat >>$CONFIG_STATUS <<_ACEOF +    # First, check the format of the line: +    cat >"\$tmp/defines.sed" <<\\CEOF +/^[	 ]*#[	 ]*undef[	 ][	 ]*$ac_word_re[	 ]*\$/b def +/^[	 ]*#[	 ]*define[	 ][	 ]*$ac_word_re[(	 ]/b def +b +:def +_ACEOF +  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS    echo 'CEOF -  sed -f $tmp/defines.sed $tmp/in >$tmp/out -  rm -f $tmp/in -  mv $tmp/out $tmp/in -' >>$CONFIG_STATUS -  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail +    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS +  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in +  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail +  grep . conftest.tail >/dev/null || break    rm -f conftest.defines    mv conftest.tail conftest.defines  done -rm -f conftest.defines -echo '  fi # grep' >>$CONFIG_STATUS -echo >>$CONFIG_STATUS - -# Break up conftest.undefs because some shells have a limit on the size -# of here documents, and old seds have small limits too (100 cmds). -echo '  # Handle all the #undef templates' >>$CONFIG_STATUS -rm -f conftest.tail -while grep . conftest.undefs >/dev/null -do -  # Write a limited-size here document to $tmp/undefs.sed. -  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS -  # Speed up: don't consider the non `#undef' -  echo '/^[	 ]*#[	 ]*undef/!b' >>$CONFIG_STATUS -  # Work around the forget-to-reset-the-flag bug. -  echo 't clr' >>$CONFIG_STATUS -  echo ': clr' >>$CONFIG_STATUS -  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS -  echo 'CEOF -  sed -f $tmp/undefs.sed $tmp/in >$tmp/out -  rm -f $tmp/in -  mv $tmp/out $tmp/in -' >>$CONFIG_STATUS -  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail -  rm -f conftest.undefs -  mv conftest.tail conftest.undefs -done -rm -f conftest.undefs +rm -f conftest.defines conftest.tail +echo "ac_result=$ac_in" >>$CONFIG_STATUS  cat >>$CONFIG_STATUS <<\_ACEOF -  # Let's still pretend it is `configure' which instantiates (i.e., don't -  # use $as_me), people would be surprised to read: -  #    /* config.h.  Generated by config.status.  */ -  if test x"$ac_file" = x-; then -    echo "/* Generated by configure.  */" >$tmp/config.h -  else -    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h -  fi -  cat $tmp/in >>$tmp/config.h -  rm -f $tmp/in    if test x"$ac_file" != x-; then -    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then +    echo "/* $configure_input  */" >"$tmp/config.h" +    cat "$ac_result" >>"$tmp/config.h" +    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then        { echo "$as_me:$LINENO: $ac_file is unchanged" >&5  echo "$as_me: $ac_file is unchanged" >&6;}      else -      ac_dir=`(dirname "$ac_file") 2>/dev/null || -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -	 X"$ac_file" : 'X\(//\)[^/]' \| \ -	 X"$ac_file" : 'X\(//\)$' \| \ -	 X"$ac_file" : 'X\(/\)' \| \ -	 .     : '\(.\)' 2>/dev/null || -echo X"$ac_file" | -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; } -  	  /^X\(\/\/\)$/{ s//\1/; q; } -  	  /^X\(\/\).*/{ s//\1/; q; } -  	  s/.*/./; q'` -      { if $as_mkdir_p; then -    mkdir -p "$ac_dir" -  else -    as_dir="$ac_dir" -    as_dirs= -    while test ! -d "$as_dir"; do -      as_dirs="$as_dir $as_dirs" -      as_dir=`(dirname "$as_dir") 2>/dev/null || -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -	 X"$as_dir" : 'X\(//\)[^/]' \| \ -	 X"$as_dir" : 'X\(//\)$' \| \ -	 X"$as_dir" : 'X\(/\)' \| \ -	 .     : '\(.\)' 2>/dev/null || -echo X"$as_dir" | -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; } -  	  /^X\(\/\/\)$/{ s//\1/; q; } -  	  /^X\(\/\).*/{ s//\1/; q; } -  	  s/.*/./; q'` -    done -    test ! -n "$as_dirs" || mkdir $as_dirs -  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} -   { (exit 1); exit 1; }; }; } -        rm -f $ac_file -      mv $tmp/config.h $ac_file +      mv "$tmp/config.h" $ac_file      fi    else -    cat $tmp/config.h -    rm -f $tmp/config.h +    echo "/* $configure_input  */" +    cat "$ac_result"    fi -done -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF - -# -# CONFIG_COMMANDS section. -# -for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue -  ac_dest=`echo "$ac_file" | sed 's,:.*,,'` -  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` -  ac_dir=`(dirname "$ac_dest") 2>/dev/null || -$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -	 X"$ac_dest" : 'X\(//\)[^/]' \| \ -	 X"$ac_dest" : 'X\(//\)$' \| \ -	 X"$ac_dest" : 'X\(/\)' \| \ -	 .     : '\(.\)' 2>/dev/null || -echo X"$ac_dest" | -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; } -  	  /^X\(\/\/\)$/{ s//\1/; q; } -  	  /^X\(\/\).*/{ s//\1/; q; } -  	  s/.*/./; q'` -  { if $as_mkdir_p; then -    mkdir -p "$ac_dir" -  else -    as_dir="$ac_dir" -    as_dirs= -    while test ! -d "$as_dir"; do -      as_dirs="$as_dir $as_dirs" -      as_dir=`(dirname "$as_dir") 2>/dev/null || -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -	 X"$as_dir" : 'X\(//\)[^/]' \| \ -	 X"$as_dir" : 'X\(//\)$' \| \ -	 X"$as_dir" : 'X\(/\)' \| \ -	 .     : '\(.\)' 2>/dev/null || -echo X"$as_dir" | -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; } -  	  /^X\(\/\/\)$/{ s//\1/; q; } -  	  /^X\(\/\).*/{ s//\1/; q; } -  	  s/.*/./; q'` -    done -    test ! -n "$as_dirs" || mkdir $as_dirs -  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} -   { (exit 1); exit 1; }; }; } - -  ac_builddir=. - -if test "$ac_dir" != .; then -  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` -  # A "../" for each directory in $ac_dir_suffix. -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` -else -  ac_dir_suffix= ac_top_builddir= -fi - -case $srcdir in -  .)  # No --srcdir option.  We are building in place. -    ac_srcdir=. -    if test -z "$ac_top_builddir"; then -       ac_top_srcdir=. -    else -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` -    fi ;; -  [\\/]* | ?:[\\/]* )  # Absolute path. -    ac_srcdir=$srcdir$ac_dir_suffix; -    ac_top_srcdir=$srcdir ;; -  *) # Relative path. -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix -    ac_top_srcdir=$ac_top_builddir$srcdir ;; -esac +  rm -f "$tmp/out12" + ;; -# Do not use `cd foo && pwd` to compute absolute paths, because -# the directories may not exist. -case `pwd` in -.) ac_abs_builddir="$ac_dir";; -*) -  case "$ac_dir" in -  .) ac_abs_builddir=`pwd`;; -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; -  *) ac_abs_builddir=`pwd`/"$ac_dir";; -  esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_builddir=${ac_top_builddir}.;; -*) -  case ${ac_top_builddir}. in -  .) ac_abs_top_builddir=$ac_abs_builddir;; -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; -  esac;; -esac -case $ac_abs_builddir in -.) ac_abs_srcdir=$ac_srcdir;; -*) -  case $ac_srcdir in -  .) ac_abs_srcdir=$ac_abs_builddir;; -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; -  esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_srcdir=$ac_top_srcdir;; -*) -  case $ac_top_srcdir in -  .) ac_abs_top_srcdir=$ac_abs_builddir;; -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; -  esac;; -esac +  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5 +echo "$as_me: executing $ac_file commands" >&6;} + ;; +  esac -  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 -echo "$as_me: executing $ac_dest commands" >&6;} -  case $ac_dest in -    default-1 ) +  case $ac_file$ac_mode in +    "default-1":C)      for ac_file in $CONFIG_FILES; do        # Support "outfile[:infile[:infile...]]"        case "$ac_file" in @@ -11733,11 +12189,10 @@ echo "$as_me: executing $ac_dest commands" >&6;}          ;;        esac      done ;; +    esac -done -_ACEOF +done # for ac_tag -cat >>$CONFIG_STATUS <<\_ACEOF  { (exit 0); exit 0; }  _ACEOF diff --git a/configure.ac b/configure.ac index 586989e..83ddc34 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@  dnl w3m autoconf  dnl Process this file with autoconf to produce a configure script. -AC_INIT(w3m, 0.5.1, ukai@debian.or.jp) +AC_INIT(w3m, 0.5.2, satodai@w3m.jp)  PACKAGE=w3m -VERSION=0.5.1 +VERSION=0.5.2  AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")  AC_DEFINE_UNQUOTED(VERSION, "$VERSION")  AC_SUBST(PACKAGE) @@ -69,7 +69,6 @@ AC_W3M_HISTORY  AC_W3M_ALARM  AC_W3M_COOKIE -AC_W3M_DIGEST_AUTH  AC_W3M_NNTP  AC_W3M_GOPHER @@ -89,7 +88,7 @@ do  done  AC_W3M_IPv6 -AC_W3M_SSL +AC_W3M_SSL_DIGEST_AUTH  dnl Checks for libraries.  AC_CHECK_FUNC(sqrt,,[AC_CHECK_LIB(m, sqrt)]) @@ -98,8 +97,10 @@ if test x"$enable_mouse" = xyes; then   AC_CHECK_LIB(gpm, Gpm_Open, [AC_DEFINE(USE_GPM)     		W3M_LIBS="$W3M_LIBS -lgpm"])   AC_SUBST(USE_SYSMOUSE) - AC_TRY_CPP([#include <machine/console.h> -   MOUSE_GETINFO], [AC_DEFINE(USE_SYSMOUSE)]) + AC_TRY_CPP([#include <sys/consio.h> +   MOUSE_GETINFO], [AC_DEFINE(USE_SYSMOUSE)], +   [AC_TRY_CPP([#include <machine/console.h> +      MOUSE_GETINFO], [AC_DEFINE(USE_SYSMOUSE)])])  fi  AC_SUBST(AUXBIN_TARGETS)  AC_W3M_TERMLIB @@ -110,7 +111,7 @@ AC_DEFINE(AUXBIN_TARGETS, "$AUXBIN_TARGETS")  AC_SUBST(USE_BINMODE_STREAM)  case "$host_os" in -  *cygwin*|*os2-emx*) +  *cygwin*|*os2-emx*|*mingw*)      AC_DEFINE(USE_BINMODE_STREAM)      ;;  esac diff --git a/configure.in b/configure.in deleted file mode 100644 index 1001fbc..0000000 --- a/configure.in +++ /dev/null @@ -1,178 +0,0 @@ -dnl w3m autoconf -dnl Process this file with autoconf to produce a configure script. -AC_INIT(w3m, 0.5.1, ukai@debian.or.jp) -PACKAGE=w3m -VERSION=0.5.1 -AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") -AC_DEFINE_UNQUOTED(VERSION, "$VERSION") -AC_SUBST(PACKAGE) -AC_SUBST(VERSION) - -AC_SUBST(W3M) -W3M=w3m -AC_DEFINE(W3M, w3m) - -AC_SUBST(W3M_LANG) -W3M_LANG=${LC_ALL:-$LANG} -dnl AM_INIT_AUTOMAKE(w3m, 0.4) -AC_CONFIG_HEADER(config.h) -dnl Checks for programs. -dnl AC_PROG_CXX -AC_PROG_AWK -AC_PROG_CC -AC_PROG_CPP -AC_PROG_INSTALL -AC_PROG_LN_S -AC_PROG_MAKE_SET -AC_PROG_RANLIB -AC_PATH_PROGS(PERL, perl, /usr/local/bin/perl) -AC_PATH_PROGS(NKF, nkf, /usr/local/bin/nkf) -AC_PATH_PROGS(MAN, man, /usr/bin/man) -AC_CANONICAL_HOST - -AC_EXEEXT -AC_SUBST(EXEEXT) - -AUXBIN_TARGETS= - -AC_SUBST(W3M_TARGET) -AC_SUBST(W3M_LIBS) -W3M_TARGET=$target -AC_DEFINE_UNQUOTED(W3M_TARGET, $W3M_TARGET) - -AC_W3M_M17N -if test x$enable_messagel10n = xno; then - AM_GNU_GETTEXT([external]) -fi - -NLSTARGET="" -if test x"$USE_NLS" = xyes; then -  NLSTARGET="po" -fi -AC_SUBST(INTLTARGET) -AC_SUBST(NLSTARGET) - -AC_W3M_COLOR -AC_W3M_ANSI_COLOR -AC_W3M_BG_COLOR - -AC_W3M_IMAGE -if test x"$enable_image" != xno; then - AUXBIN_TARGETS="$AUXBIN_TARGETS w3mimgdisplay\$(EXT)" - AC_W3M_XFACE -fi - -AC_W3M_KEYMAP -AC_W3M_MENU -AC_W3M_MOUSE -AC_W3M_HISTORY -AC_W3M_ALARM - -AC_W3M_COOKIE -AC_W3M_DIGEST_AUTH -AC_W3M_NNTP -AC_W3M_GOPHER - -AC_W3M_DICT -AC_W3M_HELP_CGI -AC_W3M_EXTERNAL_URI_LOADER -AC_W3M_W3MMAILER -AC_W3M_MIGEMO -AC_W3M_EDITOR -AC_W3M_MAILER -AC_W3M_EXT_BROWSER - -dnl Checks for ext libs -for lib in bsd BSD 44bsd socket nsl dld dl -do - AC_W3M_EXTLIBS($lib) -done - -AC_W3M_IPv6 -AC_W3M_SSL - -dnl Checks for libraries. -AC_CHECK_FUNC(sqrt,,[AC_CHECK_LIB(m, sqrt)]) -if test x"$enable_mouse" = xyes; then - AC_SUBST(USE_W3M) - AC_CHECK_LIB(gpm, Gpm_Open, [AC_DEFINE(USE_GPM) -   		W3M_LIBS="$W3M_LIBS -lgpm"]) - AC_SUBST(USE_SYSMOUSE) - AC_TRY_CPP([#include <machine/console.h> -   MOUSE_GETINFO], [AC_DEFINE(USE_SYSMOUSE)]) -fi -AC_SUBST(AUXBIN_TARGETS) -AC_W3M_TERMLIB -AC_W3M_GC -AC_CHECK_LIB(z, zError, [AUXBIN_TARGETS="$AUXBIN_TARGETS inflate\$(EXT)"]) - -AC_DEFINE(AUXBIN_TARGETS, "$AUXBIN_TARGETS") - -AC_SUBST(USE_BINMODE_STREAM) -case "$host_os" in -  *cygwin*) -    AC_DEFINE(USE_BINMODE_STREAM) -    ;; -esac - -AC_HEADER_DIRENT -AC_HEADER_STDC -AC_HEADER_SYS_WAIT -dnl AC_CHECK_HEADERS(fcntl.h malloc.h sgtty.h strings.h sys/ioctl.h sys/time.h termio.h unistd.h setjmp.h) -AC_CHECK_HEADER(termios.h, [AC_DEFINE(HAVE_TERMIOS_H)], -	 [AC_CHECK_HEADER(termio.h, [AC_DEFINE(HAVE_TERMIO_H)], -	  [AC_CHECK_HEADER(sgtty.h, [AC_DEFINE(HAVE_SGTTY_H)])])]) -AC_CHECK_HEADER([float.h], [AC_DEFINE(HAVE_FLOAT_H)]) -AC_CHECK_HEADER([sys/select.h], [AC_DEFINE(HAVE_SYS_SELECT_H)]) -AC_CHECK_HEADER([locale.h], [AC_DEFINE(HAVE_LOCALE_H)]) -AC_CHECK_HEADER([stdint.h], [AC_DEFINE(HAVE_STDINT_H)]) -AC_CHECK_HEADER([inttypes.h], [AC_DEFINE(HAVE_INTTYPES_H)]) - -dnl Checks for typedefs, structures, and compiler characteristics. -dnl AC_C_CONST -dnl AC_C_INLINE -dnl AC_TYPE_PID_T -dnl AC_TYPE_SIZE_T -dnl AC_HEADER_TIME -dnl AC_STRUCT_TM -AC_CHECK_SIZEOF(long long, 0) - -dnl Checks for library functions. -dnl AC_FUNC_ALLOCA -dnl AC_PROG_GCC_TRADITIONAL -dnl AC_FUNC_MEMCMP -dnl AC_FUNC_MMAP -dnl AC_FUNC_SETVBUF_REVERSED -dnl AC_FUNC_VPRINTF -AC_CHECK_FUNCS(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) -AC_FUNC_STRFTIME -AC_FUNC_WAIT3 -AC_FUNC_SETPGRP -AC_W3M_SYS_ERRLIST -AC_W3M_SIGSETJMP -AC_W3M_SIGNAL - -AC_SUBST(HELP_DIR) -HELP_DIR="$datadir/$PACKAGE" -AC_DEFINE(HELP_DIR, "$HELP_DIR") -AC_SUBST(RC_DIR) -RC_DIR="~/.$PACKAGE" -AC_DEFINE(RC_DIR, "$RC_DIR") -AC_SUBST(DOCDIRS) -DOCDIRS="doc:en_English doc-jp:ja_Japanese" -AC_DEFINE_UNQUOTED(DOCDIRS, "$DOCDIRS") - -AC_W3M_VERSION -AC_OUTPUT([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 \ -w3mhelp-w3m_en.html w3mhelp-w3m_ja.html \ -w3mhelp-lynx_en.html w3mhelp-lynx_ja.html]) - -chmod +x posubst @@ -1,4 +1,4 @@ -/* $Id: cookie.c,v 1.9 2003/09/26 17:59:51 ukai Exp $ */ +/* $Id: cookie.c,v 1.10 2006/12/10 10:53:22 inu Exp $ */  /*   * References for version 0 cookie:                                   @@ -65,6 +65,13 @@ domain_match(char *host, char *domain)  	    if (domain[1] == '\0' || contain_no_dots(host, domain_p))  		return domain_p;  	} +	/* +	 * special case for domainName = .hostName +	 * see nsCookieService.cpp in Firefox. +	 */ +	else if (domain[0] == '.' && strcasecmp(host, &domain[1]) == 0) { +	    return host; +	}  	/* [RFC 2109] s. 2, cases 2, 3 */  	else {  	    offset = (domain[0] != '.') ? 0 : strlen(host) - strlen(domain); diff --git a/debian/changelog b/debian/changelog index 3ca24a2..36a35ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +w3m (0.5.2-1) unstable; urgency=low + +  * New upstream release. (Closes: #433122) +  * Acknowledge NMU. (Closes: #404564) +  * debian/menu: Comply with menu transition. (Closes: #483817, thanks to +    Hideki Yamane) +  * debian/watch: New file. (Closes: #462162) +  * Handling debian/patches with quilt. +    - Typo fixes for w3m.1. (Closes: #423829, #266854) +  * Use dpkg-statoverride to set the file mode of /usr/lib/w3m/w3mimgdisplay. +  * debian/postinst: Remove redundant signal handling. +  * debian/copyright: Updated. +  * debian/control: +    - Use ${binary:Version} instead of ${Source-Version}. +    - Set Standards-Version to 3.7.3. +    - Add the Homepage field. +    - Typo fix in Description. +    - Add Tatsuya Kinoshita to Uploaders. + + -- Tatsuya Kinoshita <tats@debian.org>  Sun, 01 Jun 2008 11:31:04 +0900 +  w3m (0.5.1-5.1) unstable; urgency=high    * NMU by the Security Team: @@ -1381,5 +1402,3 @@ w3m (0.0.19990309-1) unstable; urgency=low    * Initial Release.   -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue,  9 Mar 1999 19:08:08 +0900 - - diff --git a/debian/control b/debian/control index 1755648..9f5ff9c 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,10 @@ Source: w3m  Section: text  Priority: standard  Maintainer: Fumitoshi UKAI <ukai@debian.or.jp> -Build-Depends: libgc-dev, libncurses5-dev, libgpmg1-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], zlib1g-dev, libssl-dev, debhelper (>= 4.0.0), gawk | awk, libgdk-pixbuf-dev (>= 0.22.0-5), autotools-dev -Standards-Version: 3.6.1 +Uploaders: Tatsuya Kinoshita <tats@debian.org> +Build-Depends: libgc-dev, libncurses5-dev, libgpmg1-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], zlib1g-dev, libssl-dev, debhelper (>= 4.0.0), gawk | awk, libgdk-pixbuf-dev (>= 0.22.0-5), autotools-dev, quilt (>= 0.40) +Standards-Version: 3.7.3 +Homepage: http://sourceforge.net/projects/w3m  Package: w3m  Architecture: any @@ -22,15 +24,12 @@ Description: WWW browsable pager with excellent tables/frames support    * Internet message preview mode, you can browse HTML mail.    * You can follow links in plain text if it includes URL forms.    * With w3m-img, you can view image inline. - . - For more information,  - see http://sourceforge.net/projects/w3m  Package: w3m-img  Architecture: any  Priority: optional -Depends: w3m (= ${Source-Version}), ${shlibs:Depends} +Depends: w3m (= ${binary:Version}), ${shlibs:Depends}  Description: inline image extension support utilities for w3m   w3m-img provides some utilities to support inline images for w3m - on terminal emulator in X Window System environments and linux + on terminal emulator in X Window System environments and Linux   framebuffer. diff --git a/debian/copyright b/debian/copyright index 75ffc7f..dc568b4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,15 +1,15 @@ -This package was debianized by Fumitoshi UKAI ukai@debian.or.jp on -Tue,  9 Mar 1999 19:08:08 +0900. +This package was debianized by +  1999-2006 Fumitoshi UKAI <ukai@debian.or.jp> +  2008 Tatsuya Kinoshita <tats@debian.org> -It was downloaded from http://sourceforge.net/projects/w3m +The upstream source can be downloaded from +  http://sourceforge.net/projects/w3m  Upstream Authors:    Akinori ITO <aito@ei5sun.yz.yamagata-u.ac.jp>   Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>   Fumitoshi UKAI <ukai@debian.or.jp>  -Copyright: -  (C) Copyright 1994-1999 by Akinori Ito. All rights reserved.   Permission is hereby granted to use or copy this program   for any purpose,  provided the above notices are retained on all copies diff --git a/debian/menu b/debian/menu index 708b736..fd40575 100644 --- a/debian/menu +++ b/debian/menu @@ -1,2 +1,5 @@ -?package(w3m):needs="text" section="Apps/Net"\ -  title="w3m" command="/usr/bin/w3m /usr/share/doc/w3m/MANUAL.html" hints="Web browsers" +?package(w3m):needs="text" \ +  section="Applications/Network/Web Browsing" \ +  title="w3m" \ +  command="/usr/bin/w3m /usr/share/doc/w3m/MANUAL.html" \ +  hints="Web browsers" diff --git a/debian/patches/03-w3m.1-debian-fix b/debian/patches/03-w3m.1-debian-fix index faf54c5..f8d9116 100644 --- a/debian/patches/03-w3m.1-debian-fix +++ b/debian/patches/03-w3m.1-debian-fix @@ -40,3 +40,15 @@ diff -Nru w3m-0.4rc1.orig/doc-jp/w3m.1 w3m-0.4rc1/doc-jp/w3m.1   連続する空行を1行にまとめて表示する.   .TP   .B \-X +diff -urN w3m-0.5.2.orig/doc/w3m.1 w3m-0.5.2/doc/w3m.1 +--- w3m-0.5.2.orig/doc/w3m.1	2002-11-12 21:36:30.000000000 +0900 ++++ w3m-0.5.2/doc/w3m.1	2008-06-01 08:25:04.000000000 +0900 +@@ -133,7 +133,7 @@ + don't use termcap init/deinit + .TP + .B -title [=TERM] +-set buffer name to termianl title string.  ++set buffer name to terminal title string.  + If TERM is specified, use the TERM style title configuration. + .TP + .B -o opt=value diff --git a/debian/patches/04-ja-w3m.1-debian-fix b/debian/patches/04-ja-w3m.1-debian-fix new file mode 100644 index 0000000..7dc6ffd --- /dev/null +++ b/debian/patches/04-ja-w3m.1-debian-fix @@ -0,0 +1,42 @@ +diff -urN w3m-0.5.2.orig/doc-jp/w3m.1 w3m-0.5.2/doc-jp/w3m.1 +--- w3m-0.5.2.orig/doc-jp/w3m.1	2002-11-12 21:36:30.000000000 +0900 ++++ w3m-0.5.2/doc-jp/w3m.1	2008-06-01 11:07:34.000000000 +0900 +@@ -264,7 +264,7 @@ + .B "ESC g" + 画面下で行番号を入力し,そこで指定した行に移動します. + ここで +-.$ ++.B $ + を入力すると,最終行に移動します. + .TP + .B Z +@@ -337,7 +337,7 @@ + 現在のリンク先を,外部ブラウザを使って表示します. + .B "2ESC M", "3ESC M" + で2番目と3番目のブラウザを使います. +-.El ++.\" + .SS ファイルとURL関係の操作 + .TP + .B U +@@ -377,9 +377,9 @@ + .TP + .B "ESC s" + HTMLのソースをファイルに保存します. +-.v ++.B v + でソースを表示して +-.S ++.B S + で保存するのとほぼ同じですが, + .B "ESC s" + で保存したファイルは漢字コードがオリジナルのままであるのに対して, +@@ -403,7 +403,7 @@ + .TP + .B RET + 現在選択しているバッファを表示します. +-.El ++.\" + .SS ブックマーク操作 + .TP + .B "ESC b" diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..24b6fd5 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +03-w3m.1-debian-fix +04-ja-w3m.1-debian-fix diff --git a/debian/postinst b/debian/postinst index 1ba8910..4268351 100644 --- a/debian/postinst +++ b/debian/postinst @@ -15,7 +15,7 @@ case "$1" in         if test -e /etc/w3m/w3mconfig; then  	   mv -f /etc/w3m/w3mconfig /etc/w3m/w3mconfig.dpkg-tmp  	   tmp=$(tempfile -p w3m.subst.) -	   trap "rm -f $tmp" 0 1 2 15 +	   trap "rm -f $tmp" 0  	   while read opt val  	   do  	      val0=$(sed -ne 's/^'$opt'[[:space:]]*//p' /etc/w3m/w3mconfig.dpkg-tmp) diff --git a/debian/rules b/debian/rules index 179c5c7..72c0a5d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,9 @@  #!/usr/bin/make -f -# Made with the aid of dh_make, by Craig Small -# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. -# Some lines taken from debmake, by Cristoph Lameter. -# Uncomment this to turn on verbose mode.  #export DH_VERBOSE=1 +include /usr/share/quilt/quilt.make +  ifeq ($(DEB_BUILD_GNU_SYSTEM),linux-gnu)    DEVS=x11,fb+s  else @@ -24,9 +22,8 @@ confargs := --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \  builddir := .  build: build-stamp -build-stamp:  +build-stamp: debian/stamp-patched  	dh_testdir -	# Add here commands to compile the package.  	-cp /usr/share/misc/config.guess .  	-cp /usr/share/misc/config.sub .  	cd $(builddir) && ./configure $(confargs) @@ -34,12 +31,11 @@ build-stamp:  	cd $(builddir)/po && LC_ALL=C $(MAKE) update-gmo  	touch build-stamp -clean: +clean: unpatch  	dh_testdir  	dh_testroot -	-test -f $(builddir)/Makefile && cd $(builddir) && $(MAKE) distclean -	-rm -f $(builddir)/po/*.gmo -	-rm -f  +	if test -f $(builddir)/Makefile; then cd $(builddir) && $(MAKE) distclean; fi +	rm -f $(builddir)/po/*.gmo  	rm -f extract-stamp patch-stamp configure-stamp build-stamp install-stamp  	dh_clean @@ -65,13 +61,10 @@ install-stamp: build-stamp  	dh_movefiles --sourcedir=debian/w3m  	touch install-stamp -# Build architecture-independent files here.  binary-indep: build-stamp install-stamp  # We have nothing to do by default. -# Build architecture-dependent files here.  binary-arch: build-stamp install-stamp -#	dh_testversion  	dh_testdir -a  	dh_testroot -a  	dh_installdocs -a @@ -85,7 +78,6 @@ binary-arch: build-stamp install-stamp  	dh_installmenu  	dh_installmime  	dh_installemacsen -#	dh_installinit  	dh_installcron  	dh_installman $(builddir)/doc/w3m.1  	dh_installman debian/w3mman.1 @@ -95,8 +87,6 @@ binary-arch: build-stamp install-stamp  	dh_strip -a  	dh_compress -a  	dh_fixperms -a -	chgrp video debian/w3m-img/usr/lib/w3m/w3mimgdisplay -	chmod g+s debian/w3m-img/usr/lib/w3m/w3mimgdisplay  	dh_installdeb -a  	dh_shlibdeps -a  	dh_gencontrol -a diff --git a/debian/w3m-img.postinst b/debian/w3m-img.postinst new file mode 100644 index 0000000..6f3908b --- /dev/null +++ b/debian/w3m-img.postinst @@ -0,0 +1,9 @@ +#! /bin/sh +set -e + +if dpkg-statoverride --list /usr/lib/w3m/w3mimgdisplay >/dev/null ; then +  dpkg-statoverride --remove /usr/lib/w3m/w3mimgdisplay +fi +dpkg-statoverride --update --add root video 2755 /usr/lib/w3m/w3mimgdisplay + +#DEBHELPER# diff --git a/debian/w3m-img.prerm b/debian/w3m-img.prerm new file mode 100644 index 0000000..121892d --- /dev/null +++ b/debian/w3m-img.prerm @@ -0,0 +1,8 @@ +#! /bin/sh +set -e + +if dpkg-statoverride --list /usr/lib/w3m/w3mimgdisplay >/dev/null ; then +  dpkg-statoverride --remove /usr/lib/w3m/w3mimgdisplay +fi + +#DEBHELPER# diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..08e3a6c --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts="downloadurlmangle=s/downloads\.sourceforge\.net/jaist.dl.sourceforge.net\/sourceforge/" \ + http://sourceforge.net/projects/w3m/files/ \ + http://downloads.sourceforge.net/w3m/w3m-([0-9]+\..+)\.tar\.gz\?.* debian uupdate @@ -1,10 +1,7 @@ -/* $Id: display.c,v 1.69 2004/07/15 16:32:38 ukai Exp $ */ +/* $Id: display.c,v 1.70 2007/05/29 12:07:02 inu Exp $ */  #include <signal.h>  #include "fm.h" -#define MAX(a, b)  ((a) > (b) ? (a) : (b)) -#define MIN(a, b)  ((a) < (b) ? (a) : (b)) -  /* *INDENT-OFF* */  #ifdef USE_COLOR diff --git a/doc-jp/README b/doc-jp/README index d0bd9e6..7e3c0f5 100644 --- a/doc-jp/README +++ b/doc-jp/README @@ -1,4 +1,4 @@ -	w3m: WWW wo Miru Tool  version 0.5.1	April 29, 2004 +	w3m: WWW wo Miru Tool  version 0.5.2	May 31, 2007  		(C) Copyright by Akinori ITO  				 Hironori SAKAMOTO  				 Fumitoshi UKAI @@ -41,7 +41,7 @@        Windows 9x/NT with Cygwin b20.1, 1.1.x, 1.3.x        MS-DOS with DJGPP and WATT32 packet driver        MacOS X Server -      MacOS X 10.1, 10.2 +      MacOS X 10.1, 10.2, 10.3, 10.4  2. インストール @@ -102,7 +102,7 @@ Windows  w3m の著作権は,伊藤彰則に属しています.  (C) Copyright 1994-2002 by Akinori Ito -(C) Copyright 2002-2004 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai +(C) Copyright 2002-2007 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai  4. 配布条件 @@ -113,16 +113,16 @@ w3m の著作権は,伊藤彰則に属しています.  5. 作者 -	山形大学工学部電子情報工学科  	伊藤 彰則 +	東北大学大学院工学研究科  	aito@fw.ipsj.or.jp  現在のメンテナ -	鵜飼文敏 -	Debian Project -	ukai@debian.or.jp +	佐藤 大 +	東北大学病院 +	satodai@w3m.jp  ご意見,ご感想をMLまでお寄せください. -	w3m-dev@mi.med.tohoku.ac.jp (日本語) -	w3m-dev-en@mi.med.tohoku.ac.jp (英語) +	w3m-dev@sic.med.tohoku.ac.jp (日本語) +	w3m-dev-en@sic.med.tohoku.ac.jp (英語)  	http://w3m.sourceforge.net/ @@ -1,4 +1,4 @@ -	w3m: WWW wo Miru Tool  version 0.5.1	April 29, 2004 +	w3m: WWW wo Miru Tool  version 0.5.2	May 31, 2007  		(C) Copyright Akinori ITO  			      Hironori SAKAMOTO  			      Fumitoshi UKAI @@ -37,7 +37,7 @@ w3m is known to work on these platforms.        Windows 9x/NT with Cygwin b20.1, 1.1.x, 1.3.x        MS-DOS with DJGPP and WATT32 packet driver        MacOS X Server -      MacOS X 10.1, 10.2 +      MacOS X 10.1, 10.2, 10.3, 10.4  2. Installation @@ -90,7 +90,7 @@ Windows  3. Copyright    (C) Copyright 1994-2002 by Akinori Ito -  (C) Copyright 2002-2004 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai +  (C) Copyright 2002-2007 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai  4. License @@ -107,15 +107,15 @@ Windows  Initial author:  	Akinori Ito -	Faculty of Engineering, Yamagata University +	Faculty of Engineering, Tohoku University  	aito@fw.ipsj.or.jp  Current Maintainer -	Fumitoshi UKAI -	Debian Project -	ukai@debian.or.jp +	Dai Sato +	Tohoku University Hospital +	satodai@w3m.jp  Feel free to send your opinion to the w3m mailing-lists. -	w3m-dev@mi.med.tohoku.ac.jp (Japanese) -	w3m-dev-en@mi.med.tohoku.ac.jp (English) +	w3m-dev@sic.med.tohoku.ac.jp (Japanese) +	w3m-dev-en@sic.med.tohoku.ac.jp (English)  	http://w3m.sourceforge.net/ @@ -1,6 +1,8 @@ -/* $Id: etc.c,v 1.80 2006/04/07 13:21:11 inu Exp $ */ +/* $Id: etc.c,v 1.81 2007/05/23 15:06:05 inu Exp $ */  #include "fm.h" +#ifndef __MINGW32_VERSION  #include <pwd.h> +#endif  #include "myctype.h"  #include "html.h"  #include "local.h" @@ -1310,9 +1312,13 @@ romanAlphabet(int n)  static void  reset_signals(void)  { +#ifdef SIGHUP      mySignal(SIGHUP, SIG_DFL);	/* terminate process */ +#endif      mySignal(SIGINT, SIG_DFL);	/* terminate process */ +#ifdef SIGQUIT      mySignal(SIGQUIT, SIG_DFL);	/* terminate process */ +#endif      mySignal(SIGTERM, SIG_DFL);	/* terminate process */      mySignal(SIGILL, SIG_DFL);	/* create core image */      mySignal(SIGIOT, SIG_DFL);	/* create core image */ @@ -1355,8 +1361,10 @@ setup_child(int child, int i, int f)  {      reset_signals();      mySignal(SIGINT, SIG_IGN); +#ifndef __MINGW32_VERSION      if (!child)  	SETPGRP(); +#endif /* __MINGW32_VERSION */      close_tty();      close_all_fds_except(i, f);      QuietMessage = TRUE; @@ -1364,6 +1372,7 @@ setup_child(int child, int i, int f)      TrapSignal = FALSE;  } +#ifndef __MINGW32_VERSION  pid_t  open_pipe_rw(FILE ** fr, FILE ** fw)  { @@ -1421,6 +1430,7 @@ open_pipe_rw(FILE ** fr, FILE ** fw)    err0:      return (pid_t) - 1;  } +#endif /* __MINGW32_VERSION */  void  myExec(char *command) @@ -1433,6 +1443,7 @@ myExec(char *command)  void  mySystem(char *command, int background)  { +#ifndef __MINGW32_VERSION      if (background) {  #ifndef __EMX__  	flush_tty(); @@ -1447,6 +1458,7 @@ mySystem(char *command, int background)  #endif      }      else +#endif /* __MINGW32_VERSION */  	system(command);  } @@ -1516,6 +1528,13 @@ myEditor(char *cmd, char *file, int line)      return tmp;  } +#ifdef __MINGW32_VERSION +char * +expandName(char *name) +{ +    return getenv("HOME"); +} +#else  char *  expandName(char *name)  { @@ -1559,6 +1578,7 @@ expandName(char *name)    rest:      return name;  } +#endif  char *  file_to_url(char *file) @@ -1898,7 +1918,11 @@ mymktime(char *timestr)  #ifdef INET6  #include <sys/socket.h>  #endif				/* INET6 */ +#ifndef __MINGW32_VERSION  #include <netdb.h> +#else +#include <winsock.h> +#endif  char *  FQDN(char *host)  { @@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.246 2006/06/12 11:51:59 inu Exp $ */ +/* $Id: file.c,v 1.254 2007/05/23 15:06:05 inu Exp $ */  #include "fm.h"  #include <sys/types.h>  #include "myctype.h" @@ -614,14 +614,12 @@ readHeader(URLFile *uf, Buffer *newBuf, int thru, ParsedURL *pu)  	if (uf->scheme == SCM_NEWS && tmp->ptr[0] == '.')  	    Strshrinkfirst(tmp, 1);  #endif -#ifdef HTTP_DEBUG -	{ +	if(w3m_reqlog){  	    FILE *ff; -	    ff = fopen("zzrequest", "a"); +	    ff = fopen(w3m_reqlog, "a");  	    Strfputs(tmp, ff);  	    fclose(ff);  	} -#endif				/* HTTP_DEBUG */  	if (src)  	    Strfputs(tmp, src);  	cleanup_line(tmp, HEADER_MODE); @@ -1604,9 +1602,17 @@ getAuthCookie(struct http_auth *hauth, char *auth_header,  				getpassphrase(proxy ? "Proxy Password: " :  					      "Password: "));  #else +#ifndef __MINGW32_VERSION  	    *pwd = Strnew_charp((char *)  				getpass(proxy ? "Proxy Password: " :  					"Password: ")); +#else +	    term_raw(); +	    *pwd = Strnew_charp((char *) +				inputLine(proxy ? "Proxy Password: " : +					  "Password: ", NULL, IN_PASSWORD)); +	    term_cbreak(); +#endif /* __MINGW32_VERSION */  #endif  	}      } @@ -2126,7 +2132,8 @@ loadGeneralFile(char *path, ParsedURL *volatile current, char *referer,  	return NO_BUFFER;      } -    if ((f.content_encoding != CMP_NOCOMPRESS) && !(w3m_dump & DUMP_EXTRA)) { +    if ((f.content_encoding != CMP_NOCOMPRESS) && AutoUncompress +	&& !(w3m_dump & DUMP_EXTRA)) {  	uncompress_stream(&f, &pu.real_file);      }      else if (f.compression != CMP_NOCOMPRESS) { @@ -2251,7 +2258,7 @@ loadGeneralFile(char *path, ParsedURL *volatile current, char *referer,  	    }  	    else {		/* plain text */  		int l = atoi(pu.label); -		gotoLine(b, l); +		gotoRealLine(b, l);  		b->pos = 0;  		arrangeCursor(b);  	    } @@ -2443,7 +2450,10 @@ set_breakpoint(struct readbuffer *obuf, int tag_length)  	  sizeof(obuf->anchor));      obuf->bp.img_alt = obuf->img_alt;      obuf->bp.in_bold = obuf->in_bold; +    obuf->bp.in_italic = obuf->in_italic;      obuf->bp.in_under = obuf->in_under; +    obuf->bp.in_strike = obuf->in_strike; +    obuf->bp.in_ins = obuf->in_ins;      obuf->bp.nobr_level = obuf->nobr_level;      obuf->bp.prev_ctype = obuf->prev_ctype;      obuf->bp.init_flag = 0; @@ -2457,7 +2467,10 @@ back_to_breakpoint(struct readbuffer *obuf)  	  sizeof(obuf->anchor));      obuf->img_alt = obuf->bp.img_alt;      obuf->in_bold = obuf->bp.in_bold; +    obuf->in_italic = obuf->bp.in_italic;      obuf->in_under = obuf->bp.in_under; +    obuf->in_strike = obuf->bp.in_strike; +    obuf->in_ins = obuf->bp.in_ins;      obuf->prev_ctype = obuf->bp.prev_ctype;      obuf->pos = obuf->bp.pos;      obuf->top_margin = obuf->bp.top_margin; @@ -2479,6 +2492,8 @@ append_tags(struct readbuffer *obuf)  	case HTML_IMG_ALT:  	case HTML_B:  	case HTML_U: +	case HTML_I: +	case HTML_S:  	    push_link(obuf->tag_stack[i]->cmd, obuf->line->length, obuf->pos);  	    break;  	} @@ -2693,7 +2708,8 @@ flushline(struct html_feed_environ *h_env, struct readbuffer *obuf, int indent,      FILE *f = h_env->f;      Str line = obuf->line, pass = NULL;      char *hidden_anchor = NULL, *hidden_img = NULL, *hidden_bold = NULL, -	*hidden_under = NULL, *hidden = NULL; +	*hidden_under = NULL, *hidden_italic = NULL, *hidden_strike = NULL, +	*hidden_ins = NULL, *hidden = NULL;  #ifdef DEBUG      if (w3m_debug) { @@ -2731,12 +2747,30 @@ flushline(struct html_feed_environ *h_env, struct readbuffer *obuf, int indent,  		hidden = hidden_bold;  	}      } +    if (obuf->in_italic) { +	if ((hidden_italic = has_hidden_link(obuf, HTML_I)) != NULL) { +	    if (!hidden || hidden_italic < hidden) +		hidden = hidden_italic; +	} +    }      if (obuf->in_under) {  	if ((hidden_under = has_hidden_link(obuf, HTML_U)) != NULL) {  	    if (!hidden || hidden_under < hidden)  		hidden = hidden_under;  	}      } +    if (obuf->in_strike) { +	if ((hidden_strike = has_hidden_link(obuf, HTML_S)) != NULL) { +	    if (!hidden || hidden_strike < hidden) +		hidden = hidden_strike; +	} +    } +    if (obuf->in_ins) { +	if ((hidden_ins = has_hidden_link(obuf, HTML_INS)) != NULL) { +	    if (!hidden || hidden_ins < hidden) +		hidden = hidden_ins; +	} +    }      if (hidden) {  	pass = Strnew_charp(hidden);  	Strshrink(line, line->ptr + line->length - hidden); @@ -2760,8 +2794,14 @@ flushline(struct html_feed_environ *h_env, struct readbuffer *obuf, int indent,  	Strcat_charp(line, "</img_alt>");      if (obuf->in_bold && !hidden_bold)  	Strcat_charp(line, "</b>"); +    if (obuf->in_italic && !hidden_italic) +	Strcat_charp(line, "</i>");      if (obuf->in_under && !hidden_under)  	Strcat_charp(line, "</u>"); +    if (obuf->in_strike && !hidden_strike) +	Strcat_charp(line, "</s>"); +    if (obuf->in_ins && !hidden_ins) +	Strcat_charp(line, "</ins>");      if (obuf->top_margin > 0) {  	int i; @@ -2964,8 +3004,14 @@ flushline(struct html_feed_environ *h_env, struct readbuffer *obuf, int indent,      }      if (!hidden_bold && obuf->in_bold)  	push_tag(obuf, "<B>", HTML_B); +    if (!hidden_italic && obuf->in_italic) +	push_tag(obuf, "<I>", HTML_I);      if (!hidden_under && obuf->in_under)  	push_tag(obuf, "<U>", HTML_U); +    if (!hidden_strike && obuf->in_strike) +	push_tag(obuf, "<S>", HTML_S); +    if (!hidden_ins && obuf->in_ins) +	push_tag(obuf, "<INS>", HTML_INS);  }  void @@ -3076,8 +3122,14 @@ save_fonteffect(struct html_feed_environ *h_env, struct readbuffer *obuf)      obuf->fontstat_sp++;      if (obuf->in_bold)  	push_tag(obuf, "</b>", HTML_N_B); +    if (obuf->in_italic) +	push_tag(obuf, "</i>", HTML_N_I);      if (obuf->in_under)  	push_tag(obuf, "</u>", HTML_N_U); +    if (obuf->in_strike) +	push_tag(obuf, "</s>", HTML_N_S); +    if (obuf->in_ins) +	push_tag(obuf, "</ins>", HTML_N_INS);      bzero(obuf->fontstat, FONTSTAT_SIZE);  } @@ -3091,8 +3143,14 @@ restore_fonteffect(struct html_feed_environ *h_env, struct readbuffer *obuf)  	      FONTSTAT_SIZE);      if (obuf->in_bold)  	push_tag(obuf, "<b>", HTML_B); +    if (obuf->in_italic) +	push_tag(obuf, "<i>", HTML_I);      if (obuf->in_under)  	push_tag(obuf, "<u>", HTML_U); +    if (obuf->in_strike) +	push_tag(obuf, "<s>", HTML_S); +    if (obuf->in_ins) +	push_tag(obuf, "<ins>", HTML_INS);  }  static Str @@ -3145,7 +3203,7 @@ process_img(struct parsed_tag *tag, int width)  #else      int w, i, nw, n;  #endif -    int pre_int = FALSE; +    int pre_int = FALSE, ext_pre_int = FALSE;      Str tmp = Strnew();      if (!parsedtag_get_value(tag, ATTR_SRC, &p)) @@ -3201,6 +3259,8 @@ process_img(struct parsed_tag *tag, int width)  	parsedtag_get_value(tag, ATTR_HEIGHT, &i);      r = NULL;      parsedtag_get_value(tag, ATTR_USEMAP, &r); +    if (parsedtag_exists(tag, ATTR_PRE_INT)) +	ext_pre_int = TRUE;      tmp = Strnew_size(128);  #ifdef USE_IMAGE @@ -3429,7 +3489,7 @@ process_img(struct parsed_tag *tag, int width)      }  #endif      Strcat_charp(tmp, "</img_alt>"); -    if (pre_int) +    if (pre_int && !ext_pre_int)  	Strcat_charp(tmp, "</pre_int>");      if (r) {  	Strcat_charp(tmp, "</input_alt>"); @@ -3568,7 +3628,7 @@ process_input(struct parsed_tag *tag)  		    Strcat(tmp, Sprintf(" width=\"%d\"", iw));  		if (parsedtag_get_value(tag, ATTR_HEIGHT, &ih))  		    Strcat(tmp, Sprintf(" height=\"%d\"", ih)); -		Strcat_charp(tmp, ">"); +		Strcat_charp(tmp, " pre_int>");  		Strcat_charp(tmp, "</input_alt></pre_int>");  		return tmp;  	    } @@ -4246,6 +4306,20 @@ HTMLtagproc1(struct parsed_tag *tag, struct html_feed_environ *h_env)  		return 0;  	}  	return 1; +    case HTML_I: +	obuf->in_italic++; +	if (obuf->in_italic > 1) +	    return 1; +	return 0; +    case HTML_N_I: +	if (obuf->in_italic == 1 && close_effect0(obuf, HTML_I)) +	    obuf->in_italic = 0; +	if (obuf->in_italic > 0) { +	    obuf->in_italic--; +	    if (obuf->in_italic == 0) +		return 0; +	} +	return 1;      case HTML_U:  	obuf->in_under++;  	if (obuf->in_under > 1) @@ -4261,9 +4335,15 @@ HTMLtagproc1(struct parsed_tag *tag, struct html_feed_environ *h_env)  	}  	return 1;      case HTML_EM: -	HTMLlineproc1("<b>", h_env); +	HTMLlineproc1("<i>", h_env);  	return 1;      case HTML_N_EM: +	HTMLlineproc1("</i>", h_env); +	return 1; +    case HTML_STRONG: +	HTMLlineproc1("<b>", h_env); +	return 1; +    case HTML_N_STRONG:  	HTMLlineproc1("</b>", h_env);  	return 1;      case HTML_Q: @@ -4568,6 +4648,7 @@ HTMLtagproc1(struct parsed_tag *tag, struct html_feed_environ *h_env)  	    do_blankline(h_env, obuf, envs[h_env->envc].indent, 0,  			 h_env->limit);  	    obuf->flag |= RB_IGNORE_P; +	    h_env->blank_lines++;  	}  	obuf->flag &= ~RB_PRE;  	close_anchor(h_env, obuf); @@ -4946,36 +5027,114 @@ HTMLtagproc1(struct parsed_tag *tag, struct html_feed_environ *h_env)      case HTML_AREA:  	return 0;      case HTML_DEL: -	if (displayInsDel) -	    HTMLlineproc1("<U>[DEL:</U>", h_env); -	else +	switch (displayInsDel) { +	case DISPLAY_INS_DEL_SIMPLE:  	    obuf->flag |= RB_DEL; +	    break; +	case DISPLAY_INS_DEL_NORMAL: +	    HTMLlineproc1("<U>[DEL:</U>", h_env); +	    break; +	case DISPLAY_INS_DEL_FONTIFY: +	    obuf->in_strike++; +	    if (obuf->in_strike == 1) { +		push_tag(obuf, "<s>", HTML_S); +	    } +	    break; +	}  	return 1;      case HTML_N_DEL: -	if (displayInsDel) -	    HTMLlineproc1("<U>:DEL]</U>", h_env); -	else +	switch (displayInsDel) { +	case DISPLAY_INS_DEL_SIMPLE:  	    obuf->flag &= ~RB_DEL; +	    break; +	case DISPLAY_INS_DEL_NORMAL: +	    HTMLlineproc1("<U>:DEL]</U>", h_env); +	case DISPLAY_INS_DEL_FONTIFY: +	    if (obuf->in_strike == 0) +		return 1; +	    if (obuf->in_strike == 1 && close_effect0(obuf, HTML_S)) +		obuf->in_strike = 0; +	    if (obuf->in_strike > 0) { +		obuf->in_strike--; +		if (obuf->in_strike == 0) { +		    push_tag(obuf, "</s>", HTML_N_S); +		} +	    } +	    break; +	}  	return 1;      case HTML_S: -	if (displayInsDel) -	    HTMLlineproc1("<U>[S:</U>", h_env); -	else +	switch (displayInsDel) { +	case DISPLAY_INS_DEL_SIMPLE:  	    obuf->flag |= RB_S; +	    break; +	case DISPLAY_INS_DEL_NORMAL: +	    HTMLlineproc1("<U>[S:</U>", h_env); +	    break; +	case DISPLAY_INS_DEL_FONTIFY: +	    obuf->in_strike++; +	    if (obuf->in_strike == 1) { +		push_tag(obuf, "<s>", HTML_S); +	    } +	    break; +	}  	return 1;      case HTML_N_S: -	if (displayInsDel) -	    HTMLlineproc1("<U>:S]</U>", h_env); -	else +	switch (displayInsDel) { +	case DISPLAY_INS_DEL_SIMPLE:  	    obuf->flag &= ~RB_S; +	    break; +	case DISPLAY_INS_DEL_NORMAL: +	    HTMLlineproc1("<U>:S]</U>", h_env); +	    break; +	case DISPLAY_INS_DEL_FONTIFY: +	    if (obuf->in_strike == 0) +		return 1; +	    if (obuf->in_strike == 1 && close_effect0(obuf, HTML_S)) +		obuf->in_strike = 0; +	    if (obuf->in_strike > 0) { +		obuf->in_strike--; +		if (obuf->in_strike == 0) { +		    push_tag(obuf, "</s>", HTML_N_S); +		} +	    } +	}  	return 1;      case HTML_INS: -	if (displayInsDel) +	switch (displayInsDel) { +	case DISPLAY_INS_DEL_SIMPLE: +	    break; +	case DISPLAY_INS_DEL_NORMAL:  	    HTMLlineproc1("<U>[INS:</U>", h_env); +	    break; +	case DISPLAY_INS_DEL_FONTIFY: +	    obuf->in_ins++; +	    if (obuf->in_ins == 1) { +		push_tag(obuf, "<ins>", HTML_INS); +	    } +	    break; +	}  	return 1;      case HTML_N_INS: -	if (displayInsDel) +	switch (displayInsDel) { +	case DISPLAY_INS_DEL_SIMPLE: +	    break; +	case DISPLAY_INS_DEL_NORMAL:  	    HTMLlineproc1("<U>:INS]</U>", h_env); +	    break; +	case DISPLAY_INS_DEL_FONTIFY: +	    if (obuf->in_ins == 0) +		return 1; +	    if (obuf->in_ins == 1 && close_effect0(obuf, HTML_INS)) +		obuf->in_ins = 0; +	    if (obuf->in_ins > 0) { +		obuf->in_ins--; +		if (obuf->in_ins == 0) { +		    push_tag(obuf, "</ins>", HTML_N_INS); +		} +	    } +	    break; +	}  	return 1;      case HTML_SUP:  	if (!(obuf->flag & (RB_DEL | RB_S))) @@ -5070,6 +5229,25 @@ textlist_feed()      return NULL;  } +ex_efct(int ex) +{ +    int effect = 0; + +    if (! ex) +	return 0; + +    if (ex & PE_EX_ITALIC) +	effect |= PE_EX_ITALIC_E; + +    if (ex & PE_EX_INSERT) +	effect |= PE_EX_INSERT_E; + +    if (ex & PE_EX_STRIKE) +	effect |= PE_EX_STRIKE_E; + +    return effect; +} +  static void  HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)  { @@ -5078,7 +5256,7 @@ HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)      static int out_size = 0;      Anchor *a_href = NULL, *a_img = NULL, *a_form = NULL;      char *p, *q, *r, *s, *t, *str; -    Lineprop mode, effect; +    Lineprop mode, effect, ex_effect;      int pos;      int nlines;  #ifdef DEBUG @@ -5125,6 +5303,7 @@ HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)  #endif      effect = 0; +    ex_effect = 0;      nlines = 0;      while ((line = feed()) != NULL) {  #ifdef DEBUG @@ -5149,7 +5328,7 @@ HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)  	while (str < endp) {  	    PSIZE;  	    mode = get_mctype(str); -	    if (effect & PC_SYMBOL && *str != '<') { +	    if ((effect | ex_efct(ex_effect)) & PC_SYMBOL && *str != '<') {  #ifdef USE_M17N  		char **buf = set_symbol(symbol_width0);  		int len; @@ -5157,16 +5336,16 @@ HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)  		p = buf[(int)symbol];  		len = get_mclen(p);  		mode = get_mctype(p); -		PPUSH(mode | effect, *(p++)); +		PPUSH(mode | effect | ex_efct(ex_effect), *(p++));  		if (--len) {  		    mode = (mode & ~PC_WCHAR1) | PC_WCHAR2;  		    while (len--) {  			PSIZE; -			PPUSH(mode | effect, *(p++)); +			PPUSH(mode | effect | ex_efct(ex_effect), *(p++));  		    }  		}  #else -		PPUSH(PC_ASCII | effect, SYMBOL_BASE + symbol); +		PPUSH(PC_ASCII | effect | ex_efct(ex_effect), SYMBOL_BASE + symbol);  #endif  		str += symbol_width;  	    } @@ -5175,12 +5354,12 @@ HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)  #else  	    else if (mode == PC_CTRL || IS_INTSPACE(*str)) {  #endif -		PPUSH(PC_ASCII | effect, ' '); +		PPUSH(PC_ASCII | effect | ex_efct(ex_effect), ' ');  		str++;  	    }  #ifdef USE_M17N  	    else if (mode & PC_UNKNOWN) { -		PPUSH(PC_ASCII | effect, ' '); +		PPUSH(PC_ASCII | effect | ex_efct(ex_effect), ' ');  		str += get_mclen(str);  	    }  #endif @@ -5188,13 +5367,13 @@ HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)  #ifdef USE_M17N  		int len = get_mclen(str);  #endif -		PPUSH(mode | effect, *(str++)); +		PPUSH(mode | effect | ex_efct(ex_effect), *(str++));  #ifdef USE_M17N  		if (--len) {  		    mode = (mode & ~PC_WCHAR1) | PC_WCHAR2;  		    while (len--) {  			PSIZE; -			PPUSH(mode | effect, *(str++)); +			PPUSH(mode | effect | ex_efct(ex_effect), *(str++));  		    }  		}  #endif @@ -5212,12 +5391,12 @@ HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)  #else  		    if (mode == PC_CTRL || IS_INTSPACE(*str)) {  #endif -			PPUSH(PC_ASCII | effect, ' '); +			PPUSH(PC_ASCII | effect | ex_efct(ex_effect), ' ');  			p++;  		    }  #ifdef USE_M17N  		    else if (mode & PC_UNKNOWN) { -			PPUSH(PC_ASCII | effect, ' '); +			PPUSH(PC_ASCII | effect | ex_efct(ex_effect), ' ');  			p += get_mclen(p);  		    }  #endif @@ -5225,13 +5404,13 @@ HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)  #ifdef USE_M17N  			int len = get_mclen(p);  #endif -			PPUSH(mode | effect, *(p++)); +			PPUSH(mode | effect | ex_efct(ex_effect), *(p++));  #ifdef USE_M17N  			if (--len) {  			    mode = (mode & ~PC_WCHAR1) | PC_WCHAR2;  			    while (len--) {  				PSIZE; -				PPUSH(mode | effect, *(p++)); +				PPUSH(mode | effect | ex_efct(ex_effect), *(p++));  			    }  			}  #endif @@ -5250,12 +5429,30 @@ HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)  		case HTML_N_B:  		    effect &= ~PE_BOLD;  		    break; +		case HTML_I: +		    ex_effect |= PE_EX_ITALIC; +		    break; +		case HTML_N_I: +		    ex_effect &= ~PE_EX_ITALIC; +		    break; +		case HTML_INS: +		    ex_effect |= PE_EX_INSERT; +		    break; +		case HTML_N_INS: +		    ex_effect &= ~PE_EX_INSERT; +		    break;  		case HTML_U:  		    effect |= PE_UNDER;  		    break;  		case HTML_N_U:  		    effect &= ~PE_UNDER;  		    break; +		case HTML_S: +		    ex_effect |= PE_EX_STRIKE; +		    break; +		case HTML_N_S: +		    ex_effect &= ~PE_EX_STRIKE; +		    break;  		case HTML_A:  		    if (renderFrameSet &&  			parsedtag_get_value(tag, ATTR_FRAMENAME, &p)) { @@ -6506,7 +6703,10 @@ init_henv(struct html_feed_environ *h_env, struct readbuffer *obuf,      bzero((void *)&obuf->anchor, sizeof(obuf->anchor));      obuf->img_alt = 0;      obuf->in_bold = 0; +    obuf->in_italic = 0;      obuf->in_under = 0; +    obuf->in_strike = 0; +    obuf->in_ins = 0;      obuf->prev_ctype = PC_ASCII;      obuf->tag_sp = 0;      obuf->fontstat_sp = 0; @@ -6541,10 +6741,22 @@ completeHTMLstream(struct html_feed_environ *h_env, struct readbuffer *obuf)  	push_tag(obuf, "</b>", HTML_N_B);  	obuf->in_bold = 0;      } +    if (obuf->in_italic) { +	push_tag(obuf, "</i>", HTML_N_I); +	obuf->in_italic = 0; +    }      if (obuf->in_under) {  	push_tag(obuf, "</u>", HTML_N_U);  	obuf->in_under = 0;      } +    if (obuf->in_strike) { +	push_tag(obuf, "</s>", HTML_N_S); +	obuf->in_strike = 0; +    } +    if (obuf->in_ins) { +	push_tag(obuf, "</ins>", HTML_N_INS); +	obuf->in_ins = 0; +    }      if (obuf->flag & RB_INTXTA)  	HTMLlineproc1("</textarea>", h_env);      /* for unbalanced select tag */ @@ -7697,6 +7909,7 @@ _MoveFile(char *path1, char *path2)  int  _doFileCopy(char *tmpf, char *defstr, int download)  { +#ifndef __MINGW32_VERSION      Str msg;      Str filen;      char *p, *q = NULL; @@ -7803,6 +8016,7 @@ _doFileCopy(char *tmpf, char *defstr, int download)  	if (PreserveTimestamp && !is_pipe && !stat(tmpf, &st))  	    setModtime(p, st.st_mtime);      } +#endif /* __MINGW32_VERSION */      return 0;  } @@ -7817,6 +8031,7 @@ doFileMove(char *tmpf, char *defstr)  int  doFileSave(URLFile uf, char *defstr)  { +#ifndef __MINGW32_VERSION      Str msg;      Str filen;      char *p, *q; @@ -7863,7 +8078,7 @@ doFileSave(URLFile uf, char *defstr)  	flush_tty();  	pid = fork();  	if (!pid) { -	    if (uf.content_encoding != CMP_NOCOMPRESS) { +	    if ((uf.content_encoding != CMP_NOCOMPRESS) && AutoUncompress) {  		uncompress_stream(&uf, &tmpf);  		if (tmpf)  		    unlink(tmpf); @@ -7900,7 +8115,7 @@ doFileSave(URLFile uf, char *defstr)  	    printf("Can't save. Load file and %s are identical.", p);  	    return -1;  	} -	if (uf.content_encoding != CMP_NOCOMPRESS) { +	if (uf.content_encoding != CMP_NOCOMPRESS && AutoUncompress) {  	    uncompress_stream(&uf, &tmpf);  	    if (tmpf)  		unlink(tmpf); @@ -7913,6 +8128,7 @@ doFileSave(URLFile uf, char *defstr)  	if (PreserveTimestamp && uf.modtime != -1)  	    setModtime(p, uf.modtime);      } +#endif /* __MINGW32_VERSION */      return 0;  } @@ -7983,6 +8199,7 @@ inputAnswer(char *prompt)  static void  uncompress_stream(URLFile *uf, char **src)  { +#ifndef __MINGW32_VERSION      pid_t pid1;      FILE *f1;      char *expand_cmd = GUNZIP_CMDNAME; @@ -8066,6 +8283,7 @@ uncompress_stream(URLFile *uf, char **src)      }      UFhalfclose(uf);      uf->stream = newFileStream(f1, (void (*)())fclose); +#endif /* __MINGW32_VERSION */  }  static FILE * @@ -1,4 +1,4 @@ -/* $Id: fm.h,v 1.131 2006/04/08 11:33:16 inu Exp $ */ +/* $Id: fm.h,v 1.138 2007/05/30 04:47:24 inu Exp $ */  /*    * w3m: WWW wo Miru utility   *  @@ -53,7 +53,7 @@ typedef int wc_ces;	/* XXX: not used */  #define setlocale(category, locale)	/* empty */  #endif -#if ENABLE_NLS +#ifdef ENABLE_NLS  #include <libintl.h>  #define _(String) gettext (String)  #define N_(String) (String) @@ -166,6 +166,15 @@ void bzero(void *, int);  #define PE_ACTIVE	0x80  #define PE_VISITED	0x4000 +/* Extra effect */ +#define PE_EX_ITALIC	0x01 +#define PE_EX_INSERT	0x02 +#define PE_EX_STRIKE	0x04 + +#define PE_EX_ITALIC_E	PE_UNDER +#define PE_EX_INSERT_E	PE_UNDER +#define PE_EX_STRIKE_E	PE_STAND +  #define CharType(c)	((c)&P_CHARTYPE)  #define CharEffect(c)	((c)&(P_EFFECT|PC_SYMBOL))  #define SetCharType(v,c)	((v)=(((v)&~P_CHARTYPE)|(c))) @@ -514,6 +523,13 @@ typedef struct _DownloadList {  } DownloadList;  #define DOWNLOAD_LIST_TITLE "Download List Panel" +#define COPY_BUFROOT(dstbuf, srcbuf) {\ + (dstbuf)->rootX = (srcbuf)->rootX; \ + (dstbuf)->rootY = (srcbuf)->rootY; \ + (dstbuf)->COLS = (srcbuf)->COLS; \ + (dstbuf)->LINES = (srcbuf)->LINES; \ +} +  #define COPY_BUFPOSITION(dstbuf, srcbuf) {\   (dstbuf)->topLine = (srcbuf)->topLine; \   (dstbuf)->currentLine = (srcbuf)->currentLine; \ @@ -536,7 +552,7 @@ typedef struct _DownloadList {  #define FONT_STACK_SIZE 5 -#define FONTSTAT_SIZE 4 +#define FONTSTAT_SIZE 7  #define _INIT_BUFFER_WIDTH (COLS - (showLineNum ? 6 : 1))  #define INIT_BUFFER_WIDTH ((_INIT_BUFFER_WIDTH > 0) ? _INIT_BUFFER_WIDTH : 0) @@ -584,7 +600,10 @@ struct readbuffer {  #define in_bold fontstat[0]  #define in_under fontstat[1] -#define in_stand fontstat[2] +#define in_italic fontstat[2] +#define in_strike fontstat[3] +#define in_ins fontstat[4] +#define in_stand fontstat[5]  #define RB_PRE		0x01  #define RB_SCRIPT	0x02 @@ -777,6 +796,7 @@ global char RenderFrame init(FALSE);  global char TargetSelf init(FALSE);  global char PermitSaveToPipe init(FALSE);  global char DecodeCTE init(FALSE); +global char AutoUncompress init(FALSE);  global char PreserveTimestamp init(TRUE);  global char ArgvIsURL init(FALSE);  global char MetaRefresh init(FALSE); @@ -870,7 +890,7 @@ global DownloadList *LastDL init(NULL);  global int CurrentKey;  global char *CurrentKeyData;  global char *CurrentCmdData; - +global char *w3m_reqlog;  extern char *w3m_version;  #define DUMP_BUFFER   0x01 @@ -965,7 +985,10 @@ global int UseDictCommand init(FALSE);  global char *DictCommand init("file:///$LIB/w3mdict" CGI_EXTENSION);  #endif				/* USE_DICT */  global int ignore_null_img_alt init(TRUE); -global int displayInsDel init(TRUE); +#define DISPLAY_INS_DEL_SIMPLE	0 +#define DISPLAY_INS_DEL_NORMAL	1 +#define DISPLAY_INS_DEL_FONTIFY	2 +global int displayInsDel init(DISPLAY_INS_DEL_NORMAL);  global int FoldTextarea init(FALSE);  global int FoldLine init(FALSE);  #define DEFAULT_URL_EMPTY	0 @@ -1,6 +1,8 @@ -/* $Id: ftp.c,v 1.37 2006/04/07 13:21:11 inu Exp $ */ +/* $Id: ftp.c,v 1.39 2007/05/31 01:19:50 inu Exp $ */  #include <stdio.h> +#ifndef __MINGW32_VERSION  #include <pwd.h> +#endif /* __MINGW32_VERSION */  #include <Str.h>  #include <signal.h>  #include <setjmp.h> @@ -14,10 +16,14 @@  #include <malloc.h>  #endif				/* DEBUG */ +#ifndef __MINGW32_VERSION  #include <sys/socket.h>  #include <netinet/in.h>  #include <netdb.h>  #include <arpa/inet.h> +#else +#include <winsock.h> +#endif /* __MINGW32_VERSION */  typedef struct _FTP {      char *host; @@ -371,7 +377,14 @@ openFTPStream(ParsedURL *pu, URLFile *uf)  		term_cbreak();  	    }  	    else { +#ifndef __MINGW32_VERSION  		pwd = Strnew_charp((char *)getpass("Password: ")); +#else +		term_raw(); +		pwd = Strnew_charp(inputLine("Password: ", NULL, IN_PASSWORD)); +		pwd = Str_conv_to_system(pwd); +		term_cbreak(); +#endif /* __MINGW32_VERSION */  	    }  	    add_auth_cookie_flag = TRUE;  	} @@ -380,8 +393,12 @@ openFTPStream(ParsedURL *pu, URLFile *uf)      else if (ftppasswd != NULL && *ftppasswd != '\0')  	pass = ftppasswd;      else { +#ifndef __MINGW32_VERSION  	struct passwd *mypw = getpwuid(getuid());  	tmp = Strnew_charp(mypw ? mypw->pw_name : "anonymous"); +#else +	tmp = Strnew_charp("anonymous"); +#endif /* __MINGW32_VERSION */  	Strcat_char(tmp, '@');  	pass = tmp->ptr;      } @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.28 2003/09/26 20:48:21 ukai Exp $ */ +/* $Id: html.c,v 1.30 2007/04/19 12:00:38 inu Exp $ */  #include "html.h"  /* Define HTML Tag Infomation Table */ @@ -29,9 +29,9 @@ unsigned char ALST_PRE[] = { ATTR_FOR_TABLE, ATTR_CORE };  #define MAXA_PRE	MAXA_CORE + 1  unsigned char ALST_IMG[] =      { ATTR_SRC, ATTR_ALT, ATTR_WIDTH, ATTR_HEIGHT, ATTR_ALIGN, ATTR_USEMAP, -    ATTR_ISMAP, ATTR_TITLE, ATTR_CORE +    ATTR_ISMAP, ATTR_TITLE, ATTR_PRE_INT, ATTR_CORE  }; -#define MAXA_IMG	MAXA_CORE + 8 +#define MAXA_IMG	MAXA_CORE + 9  unsigned char ALST_TABLE[] =      { ATTR_BORDER, ATTR_WIDTH, ATTR_HBORDER, ATTR_CELLSPACING,      ATTR_CELLPADDING, ATTR_VSPACE, ATTR_CORE @@ -231,34 +231,44 @@ TagInfo TagMAP[MAX_HTMLTAG] = {      {"/s", NULL, 0, TFLG_END},	/*  106 HTML_N_S      */      {"q", NULL, 0, 0},		/*  107 HTML_Q */      {"/q", NULL, 0, TFLG_END},	/*  108 HTML_N_Q */ -    {NULL, NULL, 0, 0},		/* 109 Undefined       */ +    {"i", NULL, 0, 0},		/*  109 HTML_I */ +    {"/i", NULL, 0, TFLG_END},	/*  110 HTML_N_I */ +    {"strong", NULL, 0, 0},		/* 111 HTML_STRONG */ +    {"/strong", NULL, 0, TFLG_END},	/* 112 HTML_N_STRONG */ +    {NULL, NULL, 0, 0},		/* 113 Undefined       */ +    {NULL, NULL, 0, 0},		/* 114 Undefined       */ +    {NULL, NULL, 0, 0},		/* 115 Undefined       */ +    {NULL, NULL, 0, 0},		/* 116 Undefined       */ +    {NULL, NULL, 0, 0},		/* 117 Undefined       */ +    {NULL, NULL, 0, 0},		/* 118 Undefined       */ +    {NULL, NULL, 0, 0},		/* 119 Undefined       */      /* pseudo tag */ -    {"select_int", ALST_SELECT_INT, MAXA_SELECT_INT, TFLG_INT},	/* 110 HTML_SELECT_INT   */ -    {"/select_int", NULL, 0, TFLG_INT | TFLG_END},	/* 111 HTML_N_SELECT_INT */ -    {"option_int", ALST_OPTION, MAXA_OPTION, TFLG_INT},	/* 112 HTML_OPTION_INT   */ -    {"textarea_int", ALST_TEXTAREA_INT, MAXA_TEXTAREA_INT, TFLG_INT},	/* 113 HTML_TEXTAREA_INT   */ -    {"/textarea_int", NULL, 0, TFLG_INT | TFLG_END},	/* 114 HTML_N_TEXTAREA_INT */ -    {"table_alt", ALST_TABLE_ALT, MAXA_TABLE_ALT, TFLG_INT},	/* 115 HTML_TABLE_ALT   */ -    {"symbol", ALST_SYMBOL, MAXA_SYMBOL, TFLG_INT},	/* 116 HTML_SYMBOL */ -    {"/symbol", NULL, 0, TFLG_INT | TFLG_END},	/* 117 HTML_N_SYMBOL      */ -    {"pre_int", NULL, 0, TFLG_INT},	/* 118 HTML_PRE_INT     */ -    {"/pre_int", NULL, 0, TFLG_INT | TFLG_END},	/* 119 HTML_N_PRE_INT   */ -    {"title_alt", ALST_TITLE_ALT, MAXA_TITLE_ALT, TFLG_INT},	/* 120 HTML_TITLE_ALT   */ -    {"form_int", ALST_FORM_INT, MAXA_FORM_INT, TFLG_INT},	/* 121 HTML_FORM_INT    */ -    {"/form_int", NULL, 0, TFLG_INT | TFLG_END},	/* 122 HTML_N_FORM_INT  */ -    {"dl_compact", NULL, 0, TFLG_INT},	/* 123 HTML_DL_COMPACT  */ -    {"input_alt", ALST_INPUT_ALT, MAXA_INPUT_ALT, TFLG_INT},	/* 124 HTML_INPUT_ALT   */ -    {"/input_alt", NULL, 0, TFLG_INT | TFLG_END},	/* 125 HTML_N_INPUT_ALT */ -    {"img_alt", ALST_IMG_ALT, MAXA_IMG_ALT, TFLG_INT},	/* 126 HTML_IMG_ALT     */ -    {"/img_alt", NULL, 0, TFLG_INT | TFLG_END},	/* 127 HTML_N_IMG_ALT   */ -    {" ", ALST_NOP, MAXA_NOP, TFLG_INT},	/* 128 HTML_NOP         */ -    {"pre_plain", NULL, 0, TFLG_INT},	/* 129 HTML_PRE_PLAIN         */ -    {"/pre_plain", NULL, 0, TFLG_INT | TFLG_END},	/* 130 HTML_N_PRE_PLAIN         */ -    {"internal", NULL, 0, TFLG_INT},	/* 131 HTML_INTERNAL   */ -    {"/internal", NULL, 0, TFLG_INT | TFLG_END},	/* 132 HTML_N_INTERNAL   */ -    {"div_int", ALST_P, MAXA_P, TFLG_INT},	/*  133 HTML_DIV_INT    */ -    {"/div_int", NULL, 0, TFLG_INT | TFLG_END},	/*  134 HTML_N_DIV_INT  */ +    {"select_int", ALST_SELECT_INT, MAXA_SELECT_INT, TFLG_INT},	/* 120 HTML_SELECT_INT   */ +    {"/select_int", NULL, 0, TFLG_INT | TFLG_END},	/* 121 HTML_N_SELECT_INT */ +    {"option_int", ALST_OPTION, MAXA_OPTION, TFLG_INT},	/* 122 HTML_OPTION_INT   */ +    {"textarea_int", ALST_TEXTAREA_INT, MAXA_TEXTAREA_INT, TFLG_INT},	/* 123 HTML_TEXTAREA_INT   */ +    {"/textarea_int", NULL, 0, TFLG_INT | TFLG_END},	/* 124 HTML_N_TEXTAREA_INT */ +    {"table_alt", ALST_TABLE_ALT, MAXA_TABLE_ALT, TFLG_INT},	/* 125 HTML_TABLE_ALT   */ +    {"symbol", ALST_SYMBOL, MAXA_SYMBOL, TFLG_INT},	/* 126 HTML_SYMBOL */ +    {"/symbol", NULL, 0, TFLG_INT | TFLG_END},	/* 127 HTML_N_SYMBOL      */ +    {"pre_int", NULL, 0, TFLG_INT},	/* 128 HTML_PRE_INT     */ +    {"/pre_int", NULL, 0, TFLG_INT | TFLG_END},	/* 129 HTML_N_PRE_INT   */ +    {"title_alt", ALST_TITLE_ALT, MAXA_TITLE_ALT, TFLG_INT},	/* 130 HTML_TITLE_ALT   */ +    {"form_int", ALST_FORM_INT, MAXA_FORM_INT, TFLG_INT},	/* 131 HTML_FORM_INT    */ +    {"/form_int", NULL, 0, TFLG_INT | TFLG_END},	/* 132 HTML_N_FORM_INT  */ +    {"dl_compact", NULL, 0, TFLG_INT},	/* 133 HTML_DL_COMPACT  */ +    {"input_alt", ALST_INPUT_ALT, MAXA_INPUT_ALT, TFLG_INT},	/* 134 HTML_INPUT_ALT   */ +    {"/input_alt", NULL, 0, TFLG_INT | TFLG_END},	/* 135 HTML_N_INPUT_ALT */ +    {"img_alt", ALST_IMG_ALT, MAXA_IMG_ALT, TFLG_INT},	/* 136 HTML_IMG_ALT     */ +    {"/img_alt", NULL, 0, TFLG_INT | TFLG_END},	/* 137 HTML_N_IMG_ALT   */ +    {" ", ALST_NOP, MAXA_NOP, TFLG_INT},	/* 138 HTML_NOP         */ +    {"pre_plain", NULL, 0, TFLG_INT},	/* 139 HTML_PRE_PLAIN         */ +    {"/pre_plain", NULL, 0, TFLG_INT | TFLG_END},	/* 140 HTML_N_PRE_PLAIN         */ +    {"internal", NULL, 0, TFLG_INT},	/* 141 HTML_INTERNAL   */ +    {"/internal", NULL, 0, TFLG_INT | TFLG_END},	/* 142 HTML_N_INTERNAL   */ +    {"div_int", ALST_P, MAXA_P, TFLG_INT},	/*  143 HTML_DIV_INT    */ +    {"/div_int", NULL, 0, TFLG_INT | TFLG_END},	/*  144 HTML_N_DIV_INT  */  };  TagAttrInfo AttrMAP[MAX_TAGATTR] = { @@ -338,4 +348,5 @@ TagAttrInfo AttrMAP[MAX_TAGATTR] = {      {"referer", VTYPE_STR, AFLG_INT},	/* 71 ATTR_REFERER        */      {"selectnumber", VTYPE_NUMBER, AFLG_INT},	/* 72 ATTR_SELECTNUMBER   */      {"textareanumber", VTYPE_NUMBER, AFLG_INT},	/* 73 ATTR_TEXTAREANUMBER */ +    {"pre_int", VTYPE_NONE, AFLG_INT},	/* 74 ATTR_PRE_INT      */  }; @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.26 2006/05/29 12:54:26 inu Exp $ */ +/* $Id: html.h,v 1.29 2007/05/23 12:01:43 inu Exp $ */  #ifndef _HTML_H  #define _HTML_H  #ifdef USE_SSL @@ -198,35 +198,39 @@ typedef struct {  #define HTML_N_S        106  #define HTML_Q		107  #define HTML_N_Q	108 +#define HTML_I		109 +#define HTML_N_I	110 +#define HTML_STRONG	111 +#define HTML_N_STRONG	112     /* pseudo tag */ -#define HTML_SELECT_INT     110 -#define HTML_N_SELECT_INT   111 -#define HTML_OPTION_INT     112 -#define HTML_TEXTAREA_INT   113 -#define HTML_N_TEXTAREA_INT 114 -#define HTML_TABLE_ALT      115 -#define HTML_SYMBOL         116 -#define HTML_N_SYMBOL       117 -#define HTML_PRE_INT        118 -#define HTML_N_PRE_INT      119 -#define HTML_TITLE_ALT      120 -#define HTML_FORM_INT       121 -#define HTML_N_FORM_INT     122 -#define HTML_DL_COMPACT     123 -#define HTML_INPUT_ALT      124 -#define HTML_N_INPUT_ALT    125 -#define HTML_IMG_ALT        126 -#define HTML_N_IMG_ALT      127 -#define HTML_NOP	    128 -#define HTML_PRE_PLAIN	    129 -#define HTML_N_PRE_PLAIN    130 -#define HTML_INTERNAL       131 -#define HTML_N_INTERNAL     132 -#define HTML_DIV_INT        133 -#define HTML_N_DIV_INT      134 - -#define MAX_HTMLTAG	    135 +#define HTML_SELECT_INT     120 +#define HTML_N_SELECT_INT   121 +#define HTML_OPTION_INT     122 +#define HTML_TEXTAREA_INT   123 +#define HTML_N_TEXTAREA_INT 124 +#define HTML_TABLE_ALT      125 +#define HTML_SYMBOL         126 +#define HTML_N_SYMBOL       127 +#define HTML_PRE_INT        128 +#define HTML_N_PRE_INT      129 +#define HTML_TITLE_ALT      130 +#define HTML_FORM_INT       131 +#define HTML_N_FORM_INT     132 +#define HTML_DL_COMPACT     133 +#define HTML_INPUT_ALT      134 +#define HTML_N_INPUT_ALT    135 +#define HTML_IMG_ALT        136 +#define HTML_N_IMG_ALT      137 +#define HTML_NOP	    138 +#define HTML_PRE_PLAIN	    139 +#define HTML_N_PRE_PLAIN    140 +#define HTML_INTERNAL       141 +#define HTML_N_INTERNAL     142 +#define HTML_DIV_INT        143 +#define HTML_N_DIV_INT      144 + +#define MAX_HTMLTAG	    145  /* Tag attribute */ @@ -297,8 +301,9 @@ typedef struct {  #define ATTR_REFERER		71  #define ATTR_SELECTNUMBER	72  #define ATTR_TEXTAREANUMBER	73 +#define ATTR_PRE_INT		74 -#define MAX_TAGATTR		74 +#define MAX_TAGATTR		75  /* HTML Tag Information Table */ @@ -344,7 +349,7 @@ extern TagInfo TagMAP[];  extern TagAttrInfo AttrMAP[];  struct environment { -    char env; +    unsigned char env;      int type;      int count;      char indent; @@ -1,7 +1,9 @@ -/* $Id: indep.c,v 1.37 2006/04/07 13:21:11 inu Exp $ */ +/* $Id: indep.c,v 1.38 2007/05/23 15:06:05 inu Exp $ */  #include "fm.h"  #include <stdio.h> +#ifndef __MINGW32_VERSION  #include <pwd.h> +#endif /* __MINGW32_VERSION */  #include <sys/param.h>  #include <sys/types.h>  #include <stdlib.h> @@ -225,6 +227,7 @@ expandPath(char *name)      p = name;      if (*p == '~') {  	p++; +#ifndef __MINGW32_VERSION  	if (IS_ALPHA(*p)) {  	    char *q = strchr(p, '/');  	    if (q) {		/* ~user/dir... */ @@ -238,8 +241,9 @@ expandPath(char *name)  	    if (!passent)  		goto rest;  	    extpath = Strnew_charp(passent->pw_dir); -	} -	else if (*p == '/' || *p == '\0') {	/* ~/dir... or ~ */ +	} else +#endif /* __MINGW32_VERSION */ +	  if (*p == '/' || *p == '\0') {	/* ~/dir... or ~ */  	    extpath = Strnew_charp(getenv("HOME"));  	}  	else @@ -1,4 +1,4 @@ -/* $Id: istream.c,v 1.25 2006/04/07 13:21:11 inu Exp $ */ +/* $Id: istream.c,v 1.26 2007/05/23 15:06:05 inu Exp $ */  #include "fm.h"  #include "myctype.h"  #include "istream.h" @@ -6,6 +6,9 @@  #ifdef USE_SSL  #include <openssl/x509v3.h>  #endif +#ifdef __MINGW32_VERSION +#include <winsock.h> +#endif  #define	uchar		unsigned char @@ -617,13 +620,21 @@ ssl_get_certificate(SSL * ssl, char *hostname)  static void  basic_close(int *handle)  { +#ifdef __MINGW32_VERSION +    closesocket(*(int *)handle); +#else      close(*(int *)handle); +#endif  }  static int  basic_read(int *handle, char *buf, int len)  { +#ifdef __MINGW32_VERSION +    return recv(*(int *)handle, buf, len, 0); +#else      return read(*(int *)handle, buf, len); +#endif  }  static void diff --git a/libwc/charset.c b/libwc/charset.c index e64b6f6..d86a129 100644 --- a/libwc/charset.c +++ b/libwc/charset.c @@ -376,7 +376,8 @@ wc_locale_to_ces(char *locale)  #ifdef HAVE_LANGINFO_CODESET      {  	char *cs = nl_langinfo(CODESET); -	return wc_charset_to_ces(cs); +	if (cs && strcmp(cs, "US-ASCII")) +	    return wc_charset_to_ces(cs);      }  #endif      for (n = 0; *p && *p != '.' && n < 5; p++) { diff --git a/libwc/map/ucs_wide.map b/libwc/map/ucs_wide.map index 714e4c5..9d79f54 100644 --- a/libwc/map/ucs_wide.map +++ b/libwc/map/ucs_wide.map @@ -1,14 +1,15 @@ -#define N_ucs_wide_map 10 +#define N_ucs_wide_map 11  static wc_map ucs_wide_map[ N_ucs_wide_map ] = {    { 0x1100, 0x115F }, -  { 0x2E80, 0x3009 }, -  { 0x300C, 0x3019 }, -  { 0x301C, 0x303E }, -  { 0x3040, 0xA4CF }, +  { 0x2329, 0x232A }, +  { 0x2E80, 0x303E }, +  { 0x3040, 0x4DBF }, +  { 0x4E00, 0xA4CF },    { 0xAC00, 0xD7A3 },    { 0xF900, 0xFAFF }, +  { 0xFE10, 0xFE19 },    { 0xFE30, 0xFE6F },    { 0xFF00, 0xFF5F },    { 0xFFE0, 0xFFE6 }, diff --git a/libwc/ucs.c b/libwc/ucs.c index b9dfec3..2534b5a 100644 --- a/libwc/ucs.c +++ b/libwc/ucs.c @@ -522,7 +522,8 @@ wc_is_ucs_wide(wc_uint32 ucs)  	return (wc_map_range_search((wc_uint16)ucs,  		ucs_wide_map, N_ucs_wide_map) != NULL);      else -	return ((ucs & ~0xFFFF) == WC_C_UCS4_PLANE2); +	return ((ucs & ~0xFFFF) == WC_C_UCS4_PLANE2 || +		(ucs & ~0xFFFF) == WC_C_UCS4_PLANE3);  }  wc_bool diff --git a/libwc/ucs.h b/libwc/ucs.h index 21c7070..5003bac 100644 --- a/libwc/ucs.h +++ b/libwc/ucs.h @@ -22,6 +22,7 @@  #define WC_C_CANCEL_TAG		0xE007F  #define WC_C_UCS4_PLANE1	0x10000  #define WC_C_UCS4_PLANE2	0x20000 +#define WC_C_UCS4_PLANE3	0x30000  #define wc_ucs_tag_to_ucs(c)		((c) & WC_C_UNICODE_MASK)  #define wc_ucs_tag_to_tag(c)		((c) >> 24) @@ -1,4 +1,4 @@ -/* $Id: linein.c,v 1.34 2003/09/26 17:59:51 ukai Exp $ */ +/* $Id: linein.c,v 1.35 2007/05/23 12:14:24 inu Exp $ */  #include "fm.h"  #include "local.h"  #include "myctype.h" @@ -1025,7 +1025,7 @@ _prev(void)  	    return;  	strCurrentBuf = strBuf;      } -    if (DecodeURL) +    if (DecodeURL && (cm_mode & CPL_URL) )  	p = url_unquote_conv(p, 0);      strBuf = Strnew_charp(p);      CLen = CPos = setStrType(strBuf, strProp); @@ -1044,7 +1044,7 @@ _next(void)  	return;      p = nextHist(hist);      if (p) { -	if (DecodeURL) +	if (DecodeURL && (cm_mode & CPL_URL) )  	    p = url_unquote_conv(p, 0);  	strBuf = Strnew_charp(p);      } @@ -1,4 +1,4 @@ -/* $Id: local.c,v 1.33 2006/04/07 13:21:11 inu Exp $ */ +/* $Id: local.c,v 1.35 2007/05/23 15:06:05 inu Exp $ */  #include "fm.h"  #include <string.h>  #include <stdio.h> @@ -16,6 +16,10 @@  #include "local.h"  #include "hash.h" +#ifdef __MINGW32_VERSION +#include <winsock.h> +#endif +  #define CGIFN_NORMAL     0  #define CGIFN_LIBDIR     1  #define CGIFN_CGIBIN     2 @@ -85,7 +89,8 @@ loadLocalDir(char *dname)  	Strcat_char(dirname, '/');      qdir = html_quote(Str_conv_from_system(dirname)->ptr);      /* FIXME: gettextize? */ -    tmp = Strnew_m_charp("<HTML>\n<HEAD>\n<BASE HREF=\"file://", qdir, +    tmp = Strnew_m_charp("<HTML>\n<HEAD>\n<BASE HREF=\"file://", +			html_quote(file_quote(dirname->ptr)),  			 "\">\n<TITLE>Directory list of ", qdir,  			 "</TITLE>\n</HEAD>\n<BODY>\n<H1>Directory list of ",  			 qdir, "</H1>\n", NULL); @@ -193,8 +198,10 @@ check_local_cgi(char *file, int status)  	return -1;      if (S_ISDIR(st.st_mode))  	return -1; +#ifndef __MINGW32_VERSION      if ((st.st_uid == geteuid() && (st.st_mode & S_IXUSR)) || (st.st_gid == getegid() && (st.st_mode & S_IXGRP)) || (st.st_mode & S_IXOTH))	/* executable */  	return 0; +#endif      return -1;  } @@ -353,6 +360,9 @@ localcgi_post(char *uri, char *qstr, FormList *request, char *referer)      pid_t pid;      char *file = uri, *name = uri, *path_info = NULL, *tmpf = NULL; +#ifdef __MINGW32_VERSION +    return NULL; +#else      status = cgi_filename(uri, &file, &name, &path_info);      if (check_local_cgi(file, status) < 0)  	return NULL; @@ -412,4 +422,5 @@ localcgi_post(char *uri, char *qstr, FormList *request, char *referer)  	    file, mybasename(file), strerror(errno));      exit(1);      return NULL; +#endif  } @@ -1,4 +1,4 @@ -/* $Id: mailcap.c,v 1.12 2003/01/17 17:06:04 ukai Exp $ */ +/* $Id: mailcap.c,v 1.13 2006/08/07 03:10:26 ukai Exp $ */  #include "fm.h"  #include "myctype.h"  #include <stdio.h> @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.252 2006/05/29 12:42:22 inu Exp $ */ +/* $Id: main.c,v 1.258 2007/05/31 01:19:50 inu Exp $ */  #define MAINPROGRAM  #include "fm.h"  #include <signal.h> @@ -24,6 +24,12 @@ extern int do_getch();  #endif				/* defined(USE_GPM) || defined(USE_SYSMOUSE) */  #endif +#ifdef __MINGW32_VERSION +#include <winsock.h> + +WSADATA WSAData; +#endif +  #define DSTR_LEN	256  Hist *LoadHist; @@ -64,7 +70,11 @@ static char *MarkString = NULL;  static char *SearchString = NULL;  int (*searchRoutine) (Buffer *, char *); +#ifndef __MINGW32_VERSION  JMP_BUF IntReturn; +#else +_JBTYPE IntReturn[_JBLEN]; +#endif /* __MINGW32_VERSION */  static void delBuffer(Buffer *buf);  static void cmd_loadfile(char *path); @@ -249,6 +259,7 @@ fusage(FILE * f, int err)      fprintf(f, "    -config file     specify config file\n");      fprintf(f, "    -help            print this usage message\n");      fprintf(f, "    -version         print w3m version\n"); +    fprintf(f, "    -reqlog          write request logfile\n");      fprintf(f, "    -debug           DO NOT USE\n");      if (show_params_p)  	show_params(f); @@ -381,9 +392,11 @@ main(int argc, char **argv, char **envp)      wc_ces CodePage;  #endif  #endif -    GC_init(); -#if ENABLE_NLS +    GC_INIT(); +#if defined(ENABLE_NLS) || (defined(USE_M17N) && defined(HAVE_LANGINFO_CODESET))      setlocale(LC_ALL, ""); +#endif +#ifdef ENABLE_NLS      bindtextdomain(PACKAGE, LOCALEDIR);      textdomain(PACKAGE);  #endif @@ -725,8 +738,12 @@ main(int argc, char **argv, char **envp)  	    else if (!strcmp("-dummy", argv[i])) {  		/* do nothing */  	    } -	    else if (!strcmp("-debug", argv[i])) +	    else if (!strcmp("-debug", argv[i])) {  		w3m_debug = TRUE; +	    } +	    else if (!strcmp("-reqlog",argv[i])) { +		w3m_reqlog=rcFile("request.log"); +	    }  	    else {  		usage();  	    } @@ -746,6 +763,23 @@ main(int argc, char **argv, char **envp)      sock_init();  #endif +#ifdef __MINGW32_VERSION +    { +      int err; +      WORD wVerReq; + +      wVerReq = MAKEWORD(1, 1); + +      err = WSAStartup(wVerReq, &WSAData); +      if (err != 0) +        { +	  fprintf(stderr, "Can't find winsock\n"); +	  return 1; +        } +      _fmode = _O_BINARY; +    } +#endif +      FirstTab = NULL;      LastTab = NULL;      nTab = 0; @@ -1460,9 +1494,6 @@ SigPipe(SIGNAL_ARG)   * Command functions: These functions are called with a keystroke.   */ -#define MAX(a, b)  ((a) > (b) ? (a) : (b)) -#define MIN(a, b)  ((a) < (b) ? (a) : (b)) -  static void  nscroll(int n, int mode)  { @@ -4686,8 +4717,10 @@ DEFUN(reload, RELOAD, "Reload buffer")  	buf->linkBuffer[LB_N_FRAME] = fbuf;  	pushBuffer(buf);  	Currentbuf = buf; -	if (Currentbuf->firstLine) +	if (Currentbuf->firstLine) { +	    COPY_BUFROOT(Currentbuf, &sbuf);  	    restorePosition(Currentbuf, &sbuf); +	}  	displayBuffer(Currentbuf, B_FORCE_REDRAW);  	return;      } @@ -4752,8 +4785,10 @@ DEFUN(reload, RELOAD, "Reload buffer")      }      Currentbuf->search_header = sbuf.search_header;      Currentbuf->form_submit = sbuf.form_submit; -    if (Currentbuf->firstLine) +    if (Currentbuf->firstLine) { +	COPY_BUFROOT(Currentbuf, &sbuf);  	restorePosition(Currentbuf, &sbuf); +    }      displayBuffer(Currentbuf, B_FORCE_REDRAW);  } @@ -5184,6 +5219,9 @@ do_mouse_action(int btn, int x, int y)  	    cursorXY(Currentbuf, cx, cy);  	}      } +    else { +	return; +    }      if (!(map && map->func))  	map = &mouse_action.default_map[btn];      if (map && map->func) { @@ -5721,6 +5759,9 @@ w3m_exit(int i)  #ifdef USE_NNTP      disconnectNews();  #endif +#ifdef __MINGW32_VERSION +    WSACleanup(); +#endif      exit(i);  } @@ -6139,7 +6180,7 @@ DEFUN(prevT, PREV_TAB, "Move to previous tab")      displayBuffer(Currentbuf, B_REDRAW_IMAGE);  } -void +static void  followTab(TabBuffer * tab)  {      Buffer *buf; @@ -6241,7 +6282,7 @@ DEFUN(tabrURL, TAB_GOTO_RELATIVE, "Open relative URL on new tab")  	    "Goto relative URL on new tab: ", TRUE);  } -void +static void  moveTab(TabBuffer * t, TabBuffer * t2, int right)  {      if (t2 == NO_TABBUFFER) @@ -6445,7 +6486,9 @@ download_action(struct parsed_tagarg *arg)      for (; arg; arg = arg->next) {  	if (!strncmp(arg->arg, "stop", 4)) {  	    pid = (pid_t) atoi(&arg->arg[4]); +#ifndef __MINGW32_VERSION  	    kill(pid, SIGKILL); +#endif  	}  	else if (!strncmp(arg->arg, "ok", 2))  	    pid = (pid_t) atoi(&arg->arg[2]); @@ -6479,7 +6522,9 @@ stopDownload(void)      for (d = FirstDL; d != NULL; d = d->next) {  	if (d->ok)  	    continue; +#ifndef __MINGW32_VERSION  	kill(d->pid, SIGKILL); +#endif  	unlink(d->lock);      }  } @@ -6517,8 +6562,10 @@ DEFUN(ldDL, DOWNLOAD_LIST, "Display download list panel")  	return;      }      buf->bufferprop |= (BP_INTERNAL | BP_NO_URL); -    if (replace) +    if (replace) { +	COPY_BUFROOT(buf, Currentbuf);  	restorePosition(buf, Currentbuf); +    }      if (!replace && open_tab_dl_list) {  	_newT();  	new_tab = TRUE; @@ -1,4 +1,4 @@ -/* $Id: menu.c,v 1.45 2006/04/07 13:21:12 inu Exp $ */ +/* $Id: menu.c,v 1.46 2007/05/23 12:34:20 inu Exp $ */  /*    * w3m menu.c   */ @@ -1711,7 +1711,7 @@ initMenu(void)  #ifdef USE_M17N      if (!MainMenuEncode) {  	MenuItem *item; -#if ENABLE_NLS +#ifdef ENABLE_NLS  	/* FIXME: charset that gettext(3) returns */  	MainMenuCharset = SystemCharset;  #endif @@ -1,4 +1,4 @@ -/* $Id: mktable.c,v 1.14 2003/09/22 21:02:20 ukai Exp $ */ +/* $Id: mktable.c,v 1.15 2007/05/31 01:19:50 inu Exp $ */  #include <stdio.h>  #include <stdlib.h>  #include "myctype.h" @@ -36,6 +36,7 @@ main(int argc, char *argv[], char **envp)      char *p;      Hash_hss_i *rhash; +    GC_INIT();      if (argc != 3) {  	fprintf(stderr, "usage: %s hashsize file.tab > file.c\n", argv[0]);  	exit(1); diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 27b721a..bd848de 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -20,6 +20,7 @@ VPATH = @srcdir@  prefix = @prefix@  exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@  datadir = @datadir@  localedir = $(datadir)/locale  gettextsrcdir = $(datadir)/gettext/po diff --git a/po/Makevars b/po/Makevars index 5440cb2..2f57810 100644 --- a/po/Makevars +++ b/po/Makevars @@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Fumitoshi UKAI  # It can be your email address, or a mailing list address where translators  # can write to without being subscribed, or the URL of a web page through  # which the translators can contact you. -MSGID_BUGS_ADDRESS = ukai@debian.or.jp +MSGID_BUGS_ADDRESS = satodai@w3m.jp  # This is the list of locale categories, beyond LC_MESSAGES, for which the  # message catalogs shall be used.  It is usually empty. @@ -6,10 +6,10 @@  #  msgid ""  msgstr "" -"Project-Id-Version: w3m 0.5.1\n" -"Report-Msgid-Bugs-To: ukai@debian.or.jp\n" -"POT-Creation-Date: 2004-07-14 15:51+0900\n" -"PO-Revision-Date: 2003-09-26 03:35+0900\n" +"Project-Id-Version: w3m 0.5.2\n" +"Report-Msgid-Bugs-To: satodai@w3m.jp\n" +"POT-Creation-Date: 2007-05-07 10:49+0900\n" +"PO-Revision-Date: 2007-05-07 10:52+0900\n"  "Last-Translator: Fumitoshi UKAI <ukai@debian.or.jp>\n"  "Language-Team: Japanese\n"  "MIME-Version: 1.0\n" @@ -202,8 +202,8 @@ msgid "Fold lines in TEXTAREA"  msgstr "TEXTAREA の行を折り返して表示"  #: rc.c:90 -msgid "Display DEL, S and STRIKE element" -msgstr "DEL, S, STRIKE 要素の内容を表示する" +msgid "Display INS, DEL, S and STRIKE element" +msgstr "INS, DEL, S, STRIKE 要素の表示"  #: rc.c:91  msgid "Display with color" @@ -429,375 +429,395 @@ msgstr "折り返し検索"  msgid "Display unseen objects (e.g. bgimage tag)"  msgstr "背景画像等へのリンクを作る" -#: rc.c:156 +#: rc.c:155 +msgid "Uncompress compressed data automatically when downloading" +msgstr "ダウンロード時に自動的に圧縮されたデータを解凍する" + +#: rc.c:157  msgid "Run external viewer in a separate session"  msgstr "外部ビューアを別セッションで動かす" -#: rc.c:158 +#: rc.c:159  msgid "Run external viewer in the background"  msgstr "外部ビューアをバックグラウンドで動かす" -#: rc.c:160 +#: rc.c:161  msgid "Use external program for directory listing"  msgstr "ディレクトリリストに外部コマンドを使う" -#: rc.c:161 +#: rc.c:162  msgid "URL of directory listing command"  msgstr "ディレクトリリスト用コマンド" -#: rc.c:163 +#: rc.c:164  msgid "Enable dictionary lookup through CGI"  msgstr "辞書引きをCGI経由でおこなう" -#: rc.c:164 +#: rc.c:165  msgid "URL of dictionary lookup command"  msgstr "辞書引きコマンドのURL" -#: rc.c:166 +#: rc.c:167  msgid "Display link name for images lacking ALT"  msgstr "空のIMG ALT属性の時にリンク名を表示する" -#: rc.c:167 +#: rc.c:168  msgid "Index file for directories"  msgstr "各ディレクトリのインデックスファイル" -#: rc.c:168 +#: rc.c:169  msgid "Prepend http:// to URL automatically"  msgstr "URLに自動的に http:// を補う" -#: rc.c:169 +#: rc.c:170  msgid "Default value for open-URL command"  msgstr "URLを開く時のデフォルト文字列" -#: rc.c:170 +#: rc.c:171  msgid "Decode Content-Transfer-Encoding when saving"  msgstr "保存時に Content-Transfer-Encoding をデコードする" -#: rc.c:171 +#: rc.c:172  msgid "Preserve timestamp when saving"  msgstr "保存時にタイムスタンプを保持する" -#: rc.c:173 +#: rc.c:174  msgid "Enable mouse"  msgstr "マウスを使う" -#: rc.c:174 +#: rc.c:175  msgid "Scroll in reverse direction of mouse drag"  msgstr "マウスのドラッグ動作を逆にする" -#: rc.c:175 +#: rc.c:176  msgid "Behavior of wheel scroll speed"  msgstr "ホイールでのスクロール速度の扱い" -#: rc.c:176 +#: rc.c:177  msgid "(A only)Scroll by # (%) of screen"  msgstr "(Aのみ)画面の何%スクロールするか" -#: rc.c:177 +#: rc.c:178  msgid "(B only)Scroll by # lines"  msgstr "(Bのみ)スクロールする行数" -#: rc.c:179 +#: rc.c:180  msgid "Free memory of undisplayed buffers"  msgstr "表示されていないバッファのメモリを解放する" -#: rc.c:180 +#: rc.c:181  msgid "Suppress `Referer:' header"  msgstr "Referer: を送らないようにする" -#: rc.c:181 +#: rc.c:182  msgid "Search case-insensitively"  msgstr "サーチ時に大文字小文字の区別をしない" -#: rc.c:182 +#: rc.c:183  msgid "Use LESSOPEN"  msgstr "LESSOPENを使用" -#: rc.c:185 +#: rc.c:186  msgid "Perform SSL server verification"  msgstr "SSLのサーバ認証を行う" -#: rc.c:186 +#: rc.c:187  msgid "PEM encoded certificate file of client"  msgstr "SSLのクライアント用PEM形式証明書ファイル" -#: rc.c:187 +#: rc.c:188  msgid "PEM encoded private key file of client"  msgstr "SSLのクライアント用PEM形式秘密鍵ファイル" -#: rc.c:188 +#: rc.c:189  msgid "Path to directory for PEM encoded certificates of CAs"  msgstr "SSLの認証局のPEM形式証明書群のあるディレクトリへのパス" -#: rc.c:189 +#: rc.c:190  msgid "File consisting of PEM encoded certificates of CAs"  msgstr "SSLの認証局のPEM形式証明書群のファイル" -#: rc.c:191 +#: rc.c:192  msgid "List of forbidden SSL methods (2: SSLv2, 3: SSLv3, t:TLSv1)"  msgstr "使わないSSLメソッドのリスト(2: SSLv2, 3: SSLv3, t:TLSv1)" -#: rc.c:194 +#: rc.c:195  msgid "Enable cookie processing"  msgstr "クッキーを使用する" -#: rc.c:195 +#: rc.c:196 +msgid "Print a message when receiving a cookie" +msgstr "クッキーを受け付けたときにメッセージを表示する" + +#: rc.c:197  msgid "Accept cookies"  msgstr "クッキーを受け付ける" -#: rc.c:196 +#: rc.c:198  msgid "Action to be taken on invalid cookie"  msgstr "問題のあるクッキーでも受け付ける" -#: rc.c:197 +#: rc.c:199  msgid "Domains to reject cookies from"  msgstr "クッキーを受け付けないドメイン" -#: rc.c:198 +#: rc.c:200  msgid "Domains to accept cookies from"  msgstr "クッキーを受け付けるドメイン" -#: rc.c:200 +#: rc.c:202  msgid "Number of redirections to follow"  msgstr "従うリダイレクトの回数" -#: rc.c:201 +#: rc.c:203  msgid "Enable processing of meta-refresh tag"  msgstr "meta refresh に対応する" -#: rc.c:204 +#: rc.c:206  msgid "Enable Migemo (Roma-ji search)"  msgstr "Migemo(ローマ字検索)を使用する" -#: rc.c:205 +#: rc.c:207  msgid "Migemo command"  msgstr "Migemoコマンド" -#: rc.c:209 +#: rc.c:211  msgid "Display charset"  msgstr "表示用文字コード" -#: rc.c:210 +#: rc.c:212  msgid "Default document charset"  msgstr "文書の標準の文字コード" -#: rc.c:211 +#: rc.c:213  msgid "Automatic charset detect when loading"  msgstr "文書の読み込み時に文字コードの自動判定を行う" -#: rc.c:212 +#: rc.c:214  msgid "System charset"  msgstr "システムの文字コード" -#: rc.c:213 +#: rc.c:215  msgid "System charset follows locale(LC_CTYPE)"  msgstr "Locale(LC_CTYPE) に従ってシステムの文字コードを設定" -#: rc.c:214 +#: rc.c:216  msgid "Output halfdump with display charset"  msgstr "表示用文字コードで halfdump の出力を行う" -#: rc.c:215 +#: rc.c:217  msgid "Use multi column characters"  msgstr "複数カラムの文字を使う" -#: rc.c:216 +#: rc.c:218  msgid "Use combining characters"  msgstr "結合文字を使う" -#: rc.c:217 +#: rc.c:219  msgid "Use Unicode language tags"  msgstr "Unicode の言語タグを使う" -#: rc.c:218 +#: rc.c:220  msgid "Charset conversion using Unicode map"  msgstr "Unicodeを介したコード変換" -#: rc.c:219 +#: rc.c:221  msgid "Charset conversion when loading"  msgstr "文書の読み込み時に文字コードを変換する" -#: rc.c:220 +#: rc.c:222  msgid "Adjust search string for document charset"  msgstr "検索文字列を文書の文字コードに変換する" -#: rc.c:221 +#: rc.c:223  msgid "Fix character width when conversion"  msgstr "文字幅の変わる変換をしない" -#: rc.c:222 +#: rc.c:224  msgid "Use GB 12345 Unicode map instead of GB 2312's"  msgstr "GB 12345 の Unicode マップを GB 2312 用に使う" -#: rc.c:223 +#: rc.c:225  msgid "Use JIS X 0201 Roman for ISO-2022-JP"  msgstr "ISO-2022-JP で JIS X 0201-Roman を使う" -#: rc.c:224 +#: rc.c:226  msgid "Use JIS C 6226:1978 for ISO-2022-JP"  msgstr "ISO-2022-JP で JIS C 6226:1978(旧JIS) を使う" -#: rc.c:225 +#: rc.c:227  msgid "Use JIS X 0201 Katakana"  msgstr "JIS X 0201-Katakana を使う" -#: rc.c:226 +#: rc.c:228  msgid "Use JIS X 0212:1990 (Supplemental Kanji)"  msgstr "JIS X 0212:1990(補助漢字) を使う" -#: rc.c:227 +#: rc.c:229  msgid "Use JIS X 0213:2000 (2000JIS)"  msgstr "JIS X 0213:2000(2000JIS) を使う" -#: rc.c:228 +#: rc.c:230  msgid "Strict ISO-2022-JP/KR/CN"  msgstr "厳格な ISO-2022-JP/KR/CN を使う" -#: rc.c:229 +#: rc.c:231  msgid "Treat 4 bytes char. of GB18030 as Unicode"  msgstr "GB18030 の 4バイト文字を Unicode として扱う" -#: rc.c:232 +#: rc.c:234  msgid "keymap file"  msgstr "keymapファイル" -#: rc.c:249 +#: rc.c:251  msgid "black"  msgstr "黒" -#: rc.c:250 +#: rc.c:252  msgid "red"  msgstr "赤" -#: rc.c:251 +#: rc.c:253  msgid "green"  msgstr "緑" -#: rc.c:252 +#: rc.c:254  msgid "yellow"  msgstr "黄" -#: rc.c:253 +#: rc.c:255  msgid "blue"  msgstr "青" -#: rc.c:254 +#: rc.c:256  msgid "magenta"  msgstr "紫" -#: rc.c:255 +#: rc.c:257  msgid "cyan"  msgstr "空色" -#: rc.c:256 +#: rc.c:258  msgid "white"  msgstr "白" -#: rc.c:257 +#: rc.c:259  msgid "terminal"  msgstr "端末" -#: rc.c:276 +#: rc.c:278  msgid "none"  msgstr "無し" -#: rc.c:277 +#: rc.c:279  msgid "current URL"  msgstr "現在のURL" -#: rc.c:278 +#: rc.c:280  msgid "link URL"  msgstr "リンク先のURL" -#: rc.c:284 +#: rc.c:285 +msgid "simple" +msgstr "シンプル" + +#: rc.c:286 +msgid "use tag" +msgstr "タグで表示" + +#: rc.c:287 +msgid "fontify" +msgstr "文字装飾" + +#: rc.c:293  msgid "A:relative to screen height"  msgstr "A:画面サイズに比例" -#: rc.c:285 +#: rc.c:294  msgid "B:fixed speed"  msgstr "B:一定の行数" -#: rc.c:292 +#: rc.c:301  msgid "unspecified"  msgstr "指定しない" -#: rc.c:293 +#: rc.c:302  msgid "inet inet6"  msgstr "IPv4優先" -#: rc.c:294 +#: rc.c:303  msgid "inet6 inet"  msgstr "IPv6優先" -#: rc.c:295 +#: rc.c:304  msgid "inet only"  msgstr "IPv4のみ" -#: rc.c:296 +#: rc.c:305  msgid "inet6 only"  msgstr "IPv6のみ" -#: rc.c:303 +#: rc.c:312  msgid "discard"  msgstr "破棄する" -#: rc.c:305 +#: rc.c:314  msgid "accept"  msgstr "受け入れる" -#: rc.c:307 +#: rc.c:316  msgid "ask"  msgstr "確認する" -#: rc.c:317 +#: rc.c:326  msgid "OFF"  msgstr "無効" -#: rc.c:318 +#: rc.c:327  msgid "Only ISO 2022"  msgstr "ISO 2022 のみ" -#: rc.c:319 +#: rc.c:328  msgid "ON"  msgstr "有効" -#: rc.c:666 +#: rc.c:679  msgid "Display Settings"  msgstr "表示関係" -#: rc.c:668 +#: rc.c:681  msgid "Color Settings"  msgstr "表示色" -#: rc.c:670 +#: rc.c:683  msgid "Miscellaneous Settings"  msgstr "雑多な設定" -#: rc.c:671 +#: rc.c:684  msgid "Directory Settings"  msgstr "ディレクトリ設定" -#: rc.c:672 +#: rc.c:685  msgid "External Program Settings"  msgstr "外部プログラム" -#: rc.c:673 +#: rc.c:686  msgid "Network Settings"  msgstr "ネットワークの設定" -#: rc.c:674 +#: rc.c:687  msgid "Proxy Settings"  msgstr "プロキシの設定" -#: rc.c:676 +#: rc.c:689  msgid "SSL Settings"  msgstr "SSLの設定" -#: rc.c:679 +#: rc.c:692  msgid "Cookie Settings"  msgstr "クッキーの設定" -#: rc.c:682 +#: rc.c:695  msgid "Charset Settings"  msgstr "文字コードの設定" @@ -806,6 +826,6 @@ msgstr "文字コードの設定"  #. * header. For example, ja.po should translate it as  #. * "ja;q=1.0, en;q=0.5" like that.  #. -#: rc.c:1150 +#: rc.c:1163  msgid "en;q=1.0"  msgstr "ja;q=1.0, en;q=0.5" diff --git a/po/stamp-po b/po/stamp-po deleted file mode 100644 index 9788f70..0000000 --- a/po/stamp-po +++ /dev/null @@ -1 +0,0 @@ -timestamp @@ -7,8 +7,8 @@  msgid ""  msgstr ""  "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: ukai@debian.or.jp\n" -"POT-Creation-Date: 2004-07-14 15:51+0900\n" +"Report-Msgid-Bugs-To: satodai@w3m.jp\n" +"POT-Creation-Date: 2007-05-28 19:49+0900\n"  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"  "Language-Team: LANGUAGE <LL@li.org>\n" @@ -201,7 +201,7 @@ msgid "Fold lines in TEXTAREA"  msgstr ""  #: rc.c:90 -msgid "Display DEL, S and STRIKE element" +msgid "Display INS, DEL, S and STRIKE element"  msgstr ""  #: rc.c:91 @@ -428,375 +428,395 @@ msgstr ""  msgid "Display unseen objects (e.g. bgimage tag)"  msgstr "" -#: rc.c:156 +#: rc.c:155 +msgid "Uncompress compressed data automatically when downloading" +msgstr "" + +#: rc.c:157  msgid "Run external viewer in a separate session"  msgstr "" -#: rc.c:158 +#: rc.c:159  msgid "Run external viewer in the background"  msgstr "" -#: rc.c:160 +#: rc.c:161  msgid "Use external program for directory listing"  msgstr "" -#: rc.c:161 +#: rc.c:162  msgid "URL of directory listing command"  msgstr "" -#: rc.c:163 +#: rc.c:164  msgid "Enable dictionary lookup through CGI"  msgstr "" -#: rc.c:164 +#: rc.c:165  msgid "URL of dictionary lookup command"  msgstr "" -#: rc.c:166 +#: rc.c:167  msgid "Display link name for images lacking ALT"  msgstr "" -#: rc.c:167 +#: rc.c:168  msgid "Index file for directories"  msgstr "" -#: rc.c:168 +#: rc.c:169  msgid "Prepend http:// to URL automatically"  msgstr "" -#: rc.c:169 +#: rc.c:170  msgid "Default value for open-URL command"  msgstr "" -#: rc.c:170 +#: rc.c:171  msgid "Decode Content-Transfer-Encoding when saving"  msgstr "" -#: rc.c:171 +#: rc.c:172  msgid "Preserve timestamp when saving"  msgstr "" -#: rc.c:173 +#: rc.c:174  msgid "Enable mouse"  msgstr "" -#: rc.c:174 +#: rc.c:175  msgid "Scroll in reverse direction of mouse drag"  msgstr "" -#: rc.c:175 +#: rc.c:176  msgid "Behavior of wheel scroll speed"  msgstr "" -#: rc.c:176 +#: rc.c:177  msgid "(A only)Scroll by # (%) of screen"  msgstr "" -#: rc.c:177 +#: rc.c:178  msgid "(B only)Scroll by # lines"  msgstr "" -#: rc.c:179 +#: rc.c:180  msgid "Free memory of undisplayed buffers"  msgstr "" -#: rc.c:180 +#: rc.c:181  msgid "Suppress `Referer:' header"  msgstr "" -#: rc.c:181 +#: rc.c:182  msgid "Search case-insensitively"  msgstr "" -#: rc.c:182 +#: rc.c:183  msgid "Use LESSOPEN"  msgstr "" -#: rc.c:185 +#: rc.c:186  msgid "Perform SSL server verification"  msgstr "" -#: rc.c:186 +#: rc.c:187  msgid "PEM encoded certificate file of client"  msgstr "" -#: rc.c:187 +#: rc.c:188  msgid "PEM encoded private key file of client"  msgstr "" -#: rc.c:188 +#: rc.c:189  msgid "Path to directory for PEM encoded certificates of CAs"  msgstr "" -#: rc.c:189 +#: rc.c:190  msgid "File consisting of PEM encoded certificates of CAs"  msgstr "" -#: rc.c:191 +#: rc.c:192  msgid "List of forbidden SSL methods (2: SSLv2, 3: SSLv3, t:TLSv1)"  msgstr "" -#: rc.c:194 +#: rc.c:195  msgid "Enable cookie processing"  msgstr "" -#: rc.c:195 +#: rc.c:196 +msgid "Print a message when receiving a cookie" +msgstr "" + +#: rc.c:197  msgid "Accept cookies"  msgstr "" -#: rc.c:196 +#: rc.c:198  msgid "Action to be taken on invalid cookie"  msgstr "" -#: rc.c:197 +#: rc.c:199  msgid "Domains to reject cookies from"  msgstr "" -#: rc.c:198 +#: rc.c:200  msgid "Domains to accept cookies from"  msgstr "" -#: rc.c:200 +#: rc.c:202  msgid "Number of redirections to follow"  msgstr "" -#: rc.c:201 +#: rc.c:203  msgid "Enable processing of meta-refresh tag"  msgstr "" -#: rc.c:204 +#: rc.c:206  msgid "Enable Migemo (Roma-ji search)"  msgstr "" -#: rc.c:205 +#: rc.c:207  msgid "Migemo command"  msgstr "" -#: rc.c:209 +#: rc.c:211  msgid "Display charset"  msgstr "" -#: rc.c:210 +#: rc.c:212  msgid "Default document charset"  msgstr "" -#: rc.c:211 +#: rc.c:213  msgid "Automatic charset detect when loading"  msgstr "" -#: rc.c:212 +#: rc.c:214  msgid "System charset"  msgstr "" -#: rc.c:213 +#: rc.c:215  msgid "System charset follows locale(LC_CTYPE)"  msgstr "" -#: rc.c:214 +#: rc.c:216  msgid "Output halfdump with display charset"  msgstr "" -#: rc.c:215 +#: rc.c:217  msgid "Use multi column characters"  msgstr "" -#: rc.c:216 +#: rc.c:218  msgid "Use combining characters"  msgstr "" -#: rc.c:217 +#: rc.c:219  msgid "Use Unicode language tags"  msgstr "" -#: rc.c:218 +#: rc.c:220  msgid "Charset conversion using Unicode map"  msgstr "" -#: rc.c:219 +#: rc.c:221  msgid "Charset conversion when loading"  msgstr "" -#: rc.c:220 +#: rc.c:222  msgid "Adjust search string for document charset"  msgstr "" -#: rc.c:221 +#: rc.c:223  msgid "Fix character width when conversion"  msgstr "" -#: rc.c:222 +#: rc.c:224  msgid "Use GB 12345 Unicode map instead of GB 2312's"  msgstr "" -#: rc.c:223 +#: rc.c:225  msgid "Use JIS X 0201 Roman for ISO-2022-JP"  msgstr "" -#: rc.c:224 +#: rc.c:226  msgid "Use JIS C 6226:1978 for ISO-2022-JP"  msgstr "" -#: rc.c:225 +#: rc.c:227  msgid "Use JIS X 0201 Katakana"  msgstr "" -#: rc.c:226 +#: rc.c:228  msgid "Use JIS X 0212:1990 (Supplemental Kanji)"  msgstr "" -#: rc.c:227 +#: rc.c:229  msgid "Use JIS X 0213:2000 (2000JIS)"  msgstr "" -#: rc.c:228 +#: rc.c:230  msgid "Strict ISO-2022-JP/KR/CN"  msgstr "" -#: rc.c:229 +#: rc.c:231  msgid "Treat 4 bytes char. of GB18030 as Unicode"  msgstr "" -#: rc.c:232 +#: rc.c:234  msgid "keymap file"  msgstr "" -#: rc.c:249 +#: rc.c:251  msgid "black"  msgstr "" -#: rc.c:250 +#: rc.c:252  msgid "red"  msgstr "" -#: rc.c:251 +#: rc.c:253  msgid "green"  msgstr "" -#: rc.c:252 +#: rc.c:254  msgid "yellow"  msgstr "" -#: rc.c:253 +#: rc.c:255  msgid "blue"  msgstr "" -#: rc.c:254 +#: rc.c:256  msgid "magenta"  msgstr "" -#: rc.c:255 +#: rc.c:257  msgid "cyan"  msgstr "" -#: rc.c:256 +#: rc.c:258  msgid "white"  msgstr "" -#: rc.c:257 +#: rc.c:259  msgid "terminal"  msgstr "" -#: rc.c:276 +#: rc.c:278  msgid "none"  msgstr "" -#: rc.c:277 +#: rc.c:279  msgid "current URL"  msgstr "" -#: rc.c:278 +#: rc.c:280  msgid "link URL"  msgstr "" -#: rc.c:284 +#: rc.c:285 +msgid "simple" +msgstr "" + +#: rc.c:286 +msgid "use tag" +msgstr "" + +#: rc.c:287 +msgid "fontify" +msgstr "" + +#: rc.c:293  msgid "A:relative to screen height"  msgstr "" -#: rc.c:285 +#: rc.c:294  msgid "B:fixed speed"  msgstr "" -#: rc.c:292 +#: rc.c:301  msgid "unspecified"  msgstr "" -#: rc.c:293 +#: rc.c:302  msgid "inet inet6"  msgstr "" -#: rc.c:294 +#: rc.c:303  msgid "inet6 inet"  msgstr "" -#: rc.c:295 +#: rc.c:304  msgid "inet only"  msgstr "" -#: rc.c:296 +#: rc.c:305  msgid "inet6 only"  msgstr "" -#: rc.c:303 +#: rc.c:312  msgid "discard"  msgstr "" -#: rc.c:305 +#: rc.c:314  msgid "accept"  msgstr "" -#: rc.c:307 +#: rc.c:316  msgid "ask"  msgstr "" -#: rc.c:317 +#: rc.c:326  msgid "OFF"  msgstr "" -#: rc.c:318 +#: rc.c:327  msgid "Only ISO 2022"  msgstr "" -#: rc.c:319 +#: rc.c:328  msgid "ON"  msgstr "" -#: rc.c:666 +#: rc.c:679  msgid "Display Settings"  msgstr "" -#: rc.c:668 +#: rc.c:681  msgid "Color Settings"  msgstr "" -#: rc.c:670 +#: rc.c:683  msgid "Miscellaneous Settings"  msgstr "" -#: rc.c:671 +#: rc.c:684  msgid "Directory Settings"  msgstr "" -#: rc.c:672 +#: rc.c:685  msgid "External Program Settings"  msgstr "" -#: rc.c:673 +#: rc.c:686  msgid "Network Settings"  msgstr "" -#: rc.c:674 +#: rc.c:687  msgid "Proxy Settings"  msgstr "" -#: rc.c:676 +#: rc.c:689  msgid "SSL Settings"  msgstr "" -#: rc.c:679 +#: rc.c:692  msgid "Cookie Settings"  msgstr "" -#: rc.c:682 +#: rc.c:695  msgid "Charset Settings"  msgstr "" @@ -805,6 +825,6 @@ msgstr ""  #. * header. For example, ja.po should translate it as  #. * "ja;q=1.0, en;q=0.5" like that.  #. -#: rc.c:1150 +#: rc.c:1169  msgid "en;q=1.0"  msgstr "" @@ -1,4 +1,4 @@ -/* $Id: rc.c,v 1.102 2006/04/07 15:48:56 inu Exp $ */ +/* $Id: rc.c,v 1.106 2007/05/23 15:06:06 inu Exp $ */  /*    * Initialization file etc.   */ @@ -87,7 +87,7 @@ static int OptionEncode = FALSE;  #define CMT_ALT_ENTITY   N_("Use ASCII equivalents to display entities")  #define CMT_GRAPHIC_CHAR N_("Use graphic char for border of table and menu")  #define CMT_FOLD_TEXTAREA N_("Fold lines in TEXTAREA") -#define CMT_DISP_INS_DEL N_("Display DEL, S and STRIKE element") +#define CMT_DISP_INS_DEL N_("Display INS, DEL, S and STRIKE element")  #define CMT_COLOR        N_("Display with color")  #define CMT_B_COLOR      N_("Color of normal character")  #define CMT_A_COLOR      N_("Color of anchor") @@ -152,6 +152,7 @@ static int OptionEncode = FALSE;  #define CMT_MARK_ALL_PAGES N_("Treat URL-like strings as links in all pages")  #define CMT_WRAP         N_("Wrap search")  #define CMT_VIEW_UNSEENOBJECTS N_("Display unseen objects (e.g. bgimage tag)") +#define CMT_AUTO_UNCOMPRESS	N_("Uncompress compressed data automatically when downloading")  #ifdef __EMX__  #define CMT_BGEXTVIEW	 N_("Run external viewer in a separate session")  #else @@ -280,6 +281,13 @@ static struct sel_c defaulturls[] = {      {0, NULL, NULL}  }; +static struct sel_c displayinsdel[] = { +    {N_S(DISPLAY_INS_DEL_SIMPLE), N_("simple")}, +    {N_S(DISPLAY_INS_DEL_NORMAL), N_("use tag")}, +    {N_S(DISPLAY_INS_DEL_FONTIFY), N_("fontify")}, +    {0, NULL, NULL} +}; +  #ifdef USE_MOUSE  static struct sel_c wheelmode[] = {      {TRUE, "1", N_("A:relative to screen height")}, @@ -360,8 +368,8 @@ struct param_ptr params1[] = {       CMT_GRAPHIC_CHAR, NULL},      {"fold_textarea", P_CHARINT, PI_ONOFF, (void *)&FoldTextarea,       CMT_FOLD_TEXTAREA, NULL}, -    {"display_ins_del", P_INT, PI_ONOFF, (void *)&displayInsDel, -     CMT_DISP_INS_DEL, NULL}, +    {"display_ins_del", P_INT, PI_SEL_C, (void *)&displayInsDel, +     CMT_DISP_INS_DEL, displayinsdel},      {"ignore_null_img_alt", P_INT, PI_ONOFF, (void *)&ignore_null_img_alt,       CMT_IGNORE_NULL_IMG_ALT, NULL},      {"view_unseenobject", P_INT, PI_ONOFF, (void *)&view_unseenobject, @@ -469,6 +477,8 @@ struct param_ptr params3[] = {       NULL},      {"decode_cte", P_CHARINT, PI_ONOFF, (void *)&DecodeCTE, CMT_DECODE_CTE,       NULL}, +    {"auto_uncompress", P_CHARINT, PI_ONOFF, (void *)&AutoUncompress, +     CMT_AUTO_UNCOMPRESS, NULL},      {"preserve_timestamp", P_CHARINT, PI_ONOFF, (void *)&PreserveTimestamp,       CMT_PRESERVE_TIMESTAMP, NULL},      {"keymap_file", P_STRING, PI_TEXT, (void *)&keymap_file, CMT_KEYMAP_FILE, @@ -787,9 +797,11 @@ show_params(FILE * fp)      char *t = NULL;      char *cmt; -#if ENABLE_NLS +#ifdef USE_M17N +#ifdef ENABLE_NLS      OptionCharset = SystemCharset;	/* FIXME */  #endif +#endif      fputs("\nconfiguration parameters\n", fp);      for (j = 0; sections[j].name != NULL; j++) { @@ -1114,7 +1126,11 @@ do_mkdir(const char *dir, long mode)      return mkdir(abs, mode);  }  #else				/* not __EMX__ */ +#ifdef __MINGW32_VERSION +#define do_mkdir(dir,mode) mkdir(dir) +#else  #define do_mkdir(dir,mode) mkdir(dir,mode) +#endif				/* not __MINW32_VERSION */  #endif				/* not __EMX__ */  void @@ -1307,10 +1323,10 @@ load_option_panel(void)      if (optionpanel_str == NULL)  	optionpanel_str = Sprintf(optionpanel_src1, w3m_version,  			      html_quote(localCookie()->ptr), _(CMT_HELPER)); -#if ENABLE_NLS +#ifdef USE_M17N +#ifdef ENABLE_NLS      OptionCharset = SystemCharset;	/* FIXME */  #endif -#ifdef USE_M17N      if (!OptionEncode) {  	optionpanel_str =  	    wc_Str_conv(optionpanel_str, OptionCharset, InnerCharset); diff --git a/scripts/Makefile.in b/scripts/Makefile.in index c90ab2e..7efcb24 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -8,6 +8,7 @@ top_srcdir=@top_srcdir@  VPATH= $(srcdir):.  prefix = @prefix@  exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@  bindir = @bindir@  datadir = @datadir@  libdir = @libdir@ diff --git a/scripts/multipart/Makefile.in b/scripts/multipart/Makefile.in index ad472ee..20af165 100644 --- a/scripts/multipart/Makefile.in +++ b/scripts/multipart/Makefile.in @@ -8,6 +8,7 @@ top_srcdir=@top_srcdir@  VPATH= $(srcdir):.  prefix = @prefix@  exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@  bindir = @bindir@  datadir = @datadir@  libdir = @libdir@ diff --git a/scripts/w3mhelp.cgi.in b/scripts/w3mhelp.cgi.in index 135b835..b2fca8f 100644 --- a/scripts/w3mhelp.cgi.in +++ b/scripts/w3mhelp.cgi.in @@ -1,11 +1,12 @@  #!@PERL@ -# $Id: w3mhelp.cgi.in,v 1.28 2004/03/22 17:03:13 ukai Exp $ +# $Id: w3mhelp.cgi.in,v 1.29 2007/05/29 11:50:24 inu Exp $  if ( $^O =~ /^(ms)?(dos|win(32|nt)?)/i ) {    $CYGPATH = 1;  }  $prefix = "@prefix@"; +$datarootdir = "@datarootdir@";  $helpdir = "@HELP_DIR@";  if ($CYGPATH) {    $helpdir = &cygwin_pathconv($helpdir); diff --git a/scripts/w3mman/Makefile.in b/scripts/w3mman/Makefile.in index ab941c5..6c567c7 100644 --- a/scripts/w3mman/Makefile.in +++ b/scripts/w3mman/Makefile.in @@ -8,6 +8,7 @@ top_srcdir=@top_srcdir@  VPATH= $(srcdir):.  prefix = @prefix@  exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@  bindir = @bindir@  datadir = @datadir@  libdir = @libdir@ @@ -1,4 +1,4 @@ -/* $Id: table.c,v 1.53 2006/04/08 11:52:02 inu Exp $ */ +/* $Id: table.c,v 1.55 2007/05/23 13:07:44 inu Exp $ */  /*    * HTML table   */ @@ -537,48 +537,18 @@ visible_length_plain(char *str)      return len > max_len ? len : max_len;  } -int -maximum_visible_length(char *str) +static int +maximum_visible_length(char *str, int offset)  { -    int maxlen, len; - -    visible_length_offset = 0; -    maxlen = visible_length(str); - -    if (!strchr(str, '\t')) -	return maxlen; - -    for (visible_length_offset = 1; visible_length_offset < Tabstop; -	 visible_length_offset++) { -	len = visible_length(str); -	if (maxlen < len) { -	    maxlen = len; -	    break; -	} -    } -    return maxlen; +    visible_length_offset = offset; +    return visible_length(str);  } -int -maximum_visible_length_plain(char *str) +static int +maximum_visible_length_plain(char *str, int offset)  { -    int maxlen, len; - -    visible_length_offset = 0; -    maxlen = visible_length_plain(str); - -    if (!strchr(str, '\t')) -	return maxlen; - -    for (visible_length_offset = 1; visible_length_offset < Tabstop; -	 visible_length_offset++) { -	len = visible_length_plain(str); -	if (maxlen < len) { -	    maxlen = len; -	    break; -	} -    } -    return maxlen; +    visible_length_offset = offset; +    return visible_length_plain(str);  }  void @@ -2955,33 +2925,69 @@ feed_table_tag(struct table *tbl, char *line, struct table_mode *mode,  	    suspend_or_pushdata(tbl, line);  	break;      case HTML_DEL: -	if (displayInsDel) -	    feed_table_inline_tag(tbl, line, mode, 5);	/* [DEL: */ -	else +	switch (displayInsDel) { +	case DISPLAY_INS_DEL_SIMPLE:  	    mode->pre_mode |= TBLM_DEL; +	    break; +	case DISPLAY_INS_DEL_NORMAL: +	    feed_table_inline_tag(tbl, line, mode, 5);	/* [DEL: */ +	    break; +	case DISPLAY_INS_DEL_FONTIFY: +	    feed_table_inline_tag(tbl, line, mode, -1); +	    break; +	}  	break;      case HTML_N_DEL: -	if (displayInsDel) -	    feed_table_inline_tag(tbl, line, mode, 5);	/* :DEL] */ -	else +	switch (displayInsDel) { +	case DISPLAY_INS_DEL_SIMPLE:  	    mode->pre_mode &= ~TBLM_DEL; +	    break; +	case DISPLAY_INS_DEL_NORMAL: +	    feed_table_inline_tag(tbl, line, mode, 5);	/* :DEL] */ +	    break; +	case DISPLAY_INS_DEL_FONTIFY: +	    feed_table_inline_tag(tbl, line, mode, -1); +	    break; +	}  	break;      case HTML_S: -	if (displayInsDel) -	    feed_table_inline_tag(tbl, line, mode, 3);	/* [S: */ -	else +	switch (displayInsDel) { +	case DISPLAY_INS_DEL_SIMPLE:  	    mode->pre_mode |= TBLM_S; +	    break; +	case DISPLAY_INS_DEL_NORMAL: +	    feed_table_inline_tag(tbl, line, mode, 3);	/* [S: */ +	    break; +	case DISPLAY_INS_DEL_FONTIFY: +	    feed_table_inline_tag(tbl, line, mode, -1); +	    break; +	}  	break;      case HTML_N_S: -	if (displayInsDel) -	    feed_table_inline_tag(tbl, line, mode, 3);	/* :S] */ -	else +	switch (displayInsDel) { +	case DISPLAY_INS_DEL_SIMPLE:  	    mode->pre_mode &= ~TBLM_S; +	    break; +	case DISPLAY_INS_DEL_NORMAL: +	    feed_table_inline_tag(tbl, line, mode, 3);	/* :S] */ +	    break; +	case DISPLAY_INS_DEL_FONTIFY: +	    feed_table_inline_tag(tbl, line, mode, -1); +	    break; +	}  	break;      case HTML_INS:      case HTML_N_INS: -	if (displayInsDel) +	switch (displayInsDel) { +	case DISPLAY_INS_DEL_SIMPLE: +	    break; +	case DISPLAY_INS_DEL_NORMAL:  	    feed_table_inline_tag(tbl, line, mode, 5);	/* [INS:, :INS] */ +	    break; +	case DISPLAY_INS_DEL_FONTIFY: +	    feed_table_inline_tag(tbl, line, mode, -1); +	    break; +	}  	break;      case HTML_SUP:      case HTML_SUB: @@ -3205,7 +3211,7 @@ feed_table(struct table *tbl, char *line, struct table_mode *mode,  	check_rowcol(tbl, mode);  	if (mode->nobr_offset < 0)  	    mode->nobr_offset = tbl->tabcontentssize; -	addcontentssize(tbl, maximum_visible_length(line)); +	addcontentssize(tbl, maximum_visible_length(line, tbl->tabcontentssize));  	setwidth(tbl, mode);  	pushdata(tbl, tbl->row, tbl->col, line);      } @@ -3234,9 +3240,9 @@ feed_table(struct table *tbl, char *line, struct table_mode *mode,  		line = "";  	    }  	    if (mode->pre_mode & TBLM_PLAIN) -		i = maximum_visible_length_plain(p); +		i = maximum_visible_length_plain(p, tbl->tabcontentssize);  	    else -		i = maximum_visible_length(p); +		i = maximum_visible_length(p, tbl->tabcontentssize);  	    addcontentssize(tbl, i);  	    setwidth(tbl, mode);  	    if (nl) diff --git a/tagtable.tab b/tagtable.tab index 172c39a..d3ecfaf 100644 --- a/tagtable.tab +++ b/tagtable.tab @@ -21,8 +21,8 @@ p		HTML_P  br		HTML_BR  b		HTML_B  /b		HTML_N_B -i		HTML_NOP -/i		HTML_NOP +i		HTML_I +/i		HTML_N_I  tt		HTML_NOP  /tt		HTML_NOP  ul		HTML_UL @@ -60,8 +60,8 @@ kbd		HTML_NOP  /kbd		HTML_NOP  samp		HTML_NOP  /samp		HTML_NOP -strong		HTML_EM -/strong		HTML_N_EM +strong		HTML_STRONG +/strong		HTML_N_STRONG  var		HTML_NOP  /var		HTML_NOP  address		HTML_BR @@ -1,4 +1,4 @@ -/* $Id: terms.c,v 1.55 2006/04/07 13:21:12 inu Exp $ */ +/* $Id: terms.c,v 1.57 2007/05/30 04:44:00 inu Exp $ */  /*    * An original curses library for EUC-kanji by Akinori ITO,     December 1989   * revised by Akinori ITO, January 1995 @@ -15,7 +15,11 @@  #ifdef HAVE_SYS_SELECT_H  #include <sys/select.h>  #endif +#ifndef __MINGW32_VERSION  #include <sys/ioctl.h> +#else +#include <winsock.h> +#endif /* __MINGW32_VERSION */  #ifdef USE_MOUSE  #ifdef USE_GPM  #include <gpm.h> @@ -287,6 +291,42 @@ typedef struct sgttyb TerminalMode;  #define MODEFLAG(d)     ((d).sg_flags)  #endif				/* HAVE_SGTTY_H */ +#ifdef __MINGW32_VERSION +/* dummy struct */ +typedef unsigned char   cc_t; +typedef unsigned int    speed_t; +typedef unsigned int    tcflag_t; + +#define NCCS 32 +struct termios +  { +    tcflag_t c_iflag;           /* input mode flags */ +    tcflag_t c_oflag;           /* output mode flags */ +    tcflag_t c_cflag;           /* control mode flags */ +    tcflag_t c_lflag;           /* local mode flags */ +    cc_t c_line;                        /* line discipline */ +    cc_t c_cc[NCCS];            /* control characters */ +    speed_t c_ispeed;           /* input speed */ +    speed_t c_ospeed;           /* output speed */ +  }; +typedef struct termios TerminalMode; +#define TerminalSet(fd,x)       (0) +#define TerminalGet(fd,x)       (0) +#define MODEFLAG(d)     (0) + +/* dummy defines */ +#define SIGHUP (0) +#define SIGQUIT (0) +#define ECHO (0) +#define ISIG (0) +#define VEOF (0) +#define ICANON (0) +#define IXON (0) +#define IXOFF (0) + +char *ttyname(int); +#endif /* __MINGW32_VERSION */ +  #define MAX_LINE        200  #define MAX_COLUMN      400 @@ -511,6 +551,7 @@ set_tty(void)  void  ttymode_set(int mode, int imode)  { +#ifndef __MINGW32_VERSION      TerminalMode ioval;      TerminalGet(tty, &ioval); @@ -525,11 +566,13 @@ ttymode_set(int mode, int imode)  	printf("Error occured while set %x: errno=%d\n", mode, errno);  	reset_exit(SIGNAL_ARGLIST);      } +#endif  }  void  ttymode_reset(int mode, int imode)  { +#ifndef __MINGW32_VERSION      TerminalMode ioval;      TerminalGet(tty, &ioval); @@ -544,6 +587,7 @@ ttymode_reset(int mode, int imode)  	printf("Error occured while reset %x: errno=%d\n", mode, errno);  	reset_exit(SIGNAL_ARGLIST);      } +#endif /* __MINGW32_VERSION */  }  #ifndef HAVE_SGTTY_H @@ -1292,7 +1336,9 @@ refresh(void)  		 * (COLS-1,LINES-1).  		 */  #if !defined(USE_BG_COLOR) || defined(__CYGWIN__) +#ifdef __CYGWIN__  		if (isWinConsole) +#endif  		    if (line == LINES - 1 && col == COLS - 1)  			break;  #endif				/* !defined(USE_BG_COLOR) || defined(__CYGWIN__) */ @@ -2172,3 +2218,40 @@ touch_cursor()  #endif  }  #endif + +#ifdef __MINGW32_VERSION + +int tgetent(char *bp, char *name) +{ +  return 0; +} + +int tgetnum(char *id) +{ +  return -1; +} + +int tgetflag(char *id) +{ +  return 0; +} + +char *tgetstr(char *id, char **area) +{ +  id = ""; +} + +char *tgoto(char *cap, int col, int row) +{ +} + +int tputs(char *str, int affcnt, int (*putc)(char)) +{ +} + +char *ttyname(int tty) +{ +  return "CON"; +} + +#endif /* __MINGW32_VERSION */ @@ -1,10 +1,14 @@ -/* $Id: url.c,v 1.93 2006/05/29 12:54:26 inu Exp $ */ +/* $Id: url.c,v 1.95 2007/05/23 15:06:06 inu Exp $ */  #include "fm.h" +#ifndef __MINGW32_VERSION  #include <sys/types.h>  #include <sys/socket.h>  #include <netinet/in.h>  #include <arpa/inet.h>  #include <netdb.h> +#else +#include <winsock.h> +#endif /* __MINGW32_VERSION */  #include <signal.h>  #include <setjmp.h> @@ -31,6 +35,11 @@  #define	write(a,b,c)	write_s(a,b,c)  #endif				/* __WATT32__ */ +#ifdef __MINGW32_VERSION +#define	write(a,b,c)	send(a,b,c, 0) +#define close(fd)	closesocket(fd) +#endif +  #ifdef INET6  /* see rc.c, "dns_order" and dnsorders[] */  int ai_family_order_table[7][3] = { @@ -1694,9 +1703,8 @@ openURL(char *url, ParsedURL *pu, ParsedURL *current,  		SSL_write(sslh, tmp->ptr, tmp->length);  	    else  		write(sock, tmp->ptr, tmp->length); -#ifdef HTTP_DEBUG -	    { -		FILE *ff = fopen("zzrequest", "a"); +	    if(w3m_reqlog){ +		FILE *ff = fopen(w3m_reqlog, "a");  		if (sslh)  		    fputs("HTTPS: request via SSL\n", ff);  		else @@ -1704,7 +1712,6 @@ openURL(char *url, ParsedURL *pu, ParsedURL *current,  		fwrite(tmp->ptr, sizeof(char), tmp->length, ff);  		fclose(ff);  	    } -#endif				/* HTTP_DEBUG */  	    if (hr->command == HR_COMMAND_POST &&  		request->enctype == FORM_ENCTYPE_MULTIPART) {  		if (sslh) @@ -1718,13 +1725,11 @@ openURL(char *url, ParsedURL *pu, ParsedURL *current,  #endif				/* USE_SSL */  	{  	    write(sock, tmp->ptr, tmp->length); -#ifdef HTTP_DEBUG -	    { -		FILE *ff = fopen("zzrequest", "a"); +	    if(w3m_reqlog){ +		FILE *ff = fopen(w3m_reqlog, "a");  		fwrite(tmp->ptr, sizeof(char), tmp->length, ff);  		fclose(ff);  	    } -#endif				/* HTTP_DEBUG */  	    if (hr->command == HR_COMMAND_POST &&  		request->enctype == FORM_ENCTYPE_MULTIPART)  		write_from_file(sock, request->body); diff --git a/version.c.in b/version.c.in index a25d596..76501b3 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.45 2004/05/02 16:40:46 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.5.1+cvs" +/* $Id: version.c.in,v 1.46 2007/05/31 12:17:05 inu Exp $ */ +#define CURRENT_VERSION "w3m/0.5.2"  #ifndef FM_H  char *w3m_version = CURRENT_VERSION; diff --git a/w3mbookmark.c b/w3mbookmark.c index b1c63bf..4355536 100644 --- a/w3mbookmark.c +++ b/w3mbookmark.c @@ -1,4 +1,4 @@ -/* $Id: w3mbookmark.c,v 1.11 2004/07/15 16:44:37 ukai Exp $ */ +/* $Id: w3mbookmark.c,v 1.12 2007/05/31 01:19:50 inu Exp $ */  #include <stdlib.h>  #include <stdio.h>  #include "config.h" @@ -191,6 +191,7 @@ main(int argc, char *argv[], char **envp)      char *charset;      char *sent_cookie; +    GC_INIT();      p = getenv("REQUEST_METHOD");      if (p == NULL || strcasecmp(p, "post"))  	goto request_err; diff --git a/w3mhelperpanel.c b/w3mhelperpanel.c index 30a85db..110794b 100644 --- a/w3mhelperpanel.c +++ b/w3mhelperpanel.c @@ -1,4 +1,4 @@ -/* $Id: w3mhelperpanel.c,v 1.13 2003/09/23 18:42:25 ukai Exp $ */ +/* $Id: w3mhelperpanel.c,v 1.14 2007/05/31 01:19:50 inu Exp $ */  #include <errno.h>  #include <stdlib.h>  #include <stdio.h> @@ -174,6 +174,7 @@ main(int argc, char *argv[], char **envp)      char *mode;      char *sent_cookie; +    GC_INIT();      p = getenv("REQUEST_METHOD");      if (p == NULL || strcasecmp(p, "post"))  	goto request_err;  | 
