===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
w3m-0.5.3/scripts/w3mman/Makefile.in-73-		$(INSTALL_MAN) $$file $(DESTDIR)$(MAN1_DE_DIR); \
w3m-0.5.3/scripts/w3mman/Makefile.in:74:		f=`echo "$$file" | sed -e 's/\.de\././'`; \
w3m-0.5.3/scripts/w3mman/Makefile.in-75-		mv $(DESTDIR)$(MAN1_DE_DIR)/$$file $(DESTDIR)$(MAN1_DE_DIR)/$$f; \
##############################################
w3m-0.5.3/scripts/w3mman/Makefile.in-92-	do \
w3m-0.5.3/scripts/w3mman/Makefile.in:93:		f=`echo "$$file" | sed -e 's/\.de\././'`; \
w3m-0.5.3/scripts/w3mman/Makefile.in-94-		rm -f $(MAN1_DE_DIR)/$$f; \
##############################################
w3m-0.5.3/scripts/w3mman/w3mman2html.cgi.in-167-  s@(\W)(\~?/[\w.][\w.\-/~]*)@$1 . &file_ref($2)@ge;
w3m-0.5.3/scripts/w3mman/w3mman2html.cgi.in:168:  s@(include(<\/?[bu]\>|\s)*\&lt;)([\w.\-/]+)@$1 . &include_ref($3)@ge;
w3m-0.5.3/scripts/w3mman/w3mman2html.cgi.in-169-  if ($prev && m@^\s*(\<[bu]\>)*(\w[\w.\-]*)(\</[bu]\>)*(\([\dm]\w*\))@) {
##############################################
w3m-0.5.3/scripts/dirlist.cgi.in-528-
w3m-0.5.3/scripts/dirlist.cgi.in:529:  open(CYGPATH, '-|') || exec('cygpath', '-w', $_);
w3m-0.5.3/scripts/dirlist.cgi.in-530-  $_ = <CYGPATH>;
##############################################
w3m-0.5.3/scripts/Makefile.in-65-	@for dirlang in $(DOCDIRS); do \
w3m-0.5.3/scripts/Makefile.in:66:	  dir=`expr "$$dirlang" : "\(.*\):.*"`; \
w3m-0.5.3/scripts/Makefile.in:67:	  lang=`expr "$$dirlang" : ".*:\(.*\)_.*"`; \
w3m-0.5.3/scripts/Makefile.in-68-	  echo '%funcdesc = (' > w3mhelp-funcdesc.$$lang.pl; \
##############################################
w3m-0.5.3/scripts/w3mhelp.cgi.in-315-
w3m-0.5.3/scripts/w3mhelp.cgi.in:316:  open(CYGPATH, '-|') || exec('cygpath', '-w', $_);
w3m-0.5.3/scripts/w3mhelp.cgi.in-317-  $_ = <CYGPATH>;
##############################################
w3m-0.5.3/doc-jp/README.cygwin-94-  *)
w3m-0.5.3/doc-jp/README.cygwin:95:    SCRIPT=`cygpath -w $1`
w3m-0.5.3/doc-jp/README.cygwin-96-    shift
##############################################
w3m-0.5.3/doc-jp/README.cygwin-116-EDITOR='/cygdrive/c/Program Files/sakura/sakura.exe'
w3m-0.5.3/doc-jp/README.cygwin:117:FILE=`cygpath -a -w $1`
w3m-0.5.3/doc-jp/README.cygwin-118-exec "$EDITOR" "$FILE"
##############################################
w3m-0.5.3/po/Rules-quot-15-.insert-header.po-update-en:
w3m-0.5.3/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
w3m-0.5.3/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
w3m-0.5.3/po/Rules-quot-18-	tmpdir=`pwd`; \
w3m-0.5.3/po/Rules-quot-19-	echo "$$lang:"; \
w3m-0.5.3/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
w3m-0.5.3/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
w3m-0.5.3/po/Rules-quot-22-	cd $(srcdir); \
w3m-0.5.3/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
w3m-0.5.3/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
w3m-0.5.3/po/Makefile.in.in-88-.po.gmo:
w3m-0.5.3/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
w3m-0.5.3/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
w3m-0.5.3/po/Makefile.in.in-150-	fi; \
w3m-0.5.3/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
w3m-0.5.3/po/Makefile.in.in-152-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
w3m-0.5.3/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
w3m-0.5.3/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
w3m-0.5.3/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
w3m-0.5.3/po/Makefile.in.in-197-	  cd $(srcdir) \
w3m-0.5.3/po/Makefile.in.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
w3m-0.5.3/po/Makefile.in.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
w3m-0.5.3/po/Makefile.in.in-228-	for cat in $$catalogs; do \
w3m-0.5.3/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
w3m-0.5.3/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
w3m-0.5.3/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
w3m-0.5.3/po/Makefile.in.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
w3m-0.5.3/po/Makefile.in.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
w3m-0.5.3/po/Makefile.in.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
w3m-0.5.3/po/Makefile.in.in-279-	for cat in $$catalogs; do \
w3m-0.5.3/po/Makefile.in.in:280:	  cat=`basename $$cat`; \
w3m-0.5.3/po/Makefile.in.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
w3m-0.5.3/po/Makefile.in.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
w3m-0.5.3/po/Makefile.in.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
w3m-0.5.3/po/Makefile.in.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
w3m-0.5.3/po/Makefile.in.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
w3m-0.5.3/po/Makefile.in.in-325-	for cat in $$catalogs; do \
w3m-0.5.3/po/Makefile.in.in:326:	  cat=`basename $$cat`; \
w3m-0.5.3/po/Makefile.in.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
w3m-0.5.3/po/Makefile.in.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
w3m-0.5.3/po/Makefile.in.in-390-.nop.po-create:
w3m-0.5.3/po/Makefile.in.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
w3m-0.5.3/po/Makefile.in.in-392-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
w3m-0.5.3/po/Makefile.in.in-397-.nop.po-update:
w3m-0.5.3/po/Makefile.in.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
w3m-0.5.3/po/Makefile.in.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
w3m-0.5.3/po/Makefile.in.in-404-	cd $(srcdir); \
w3m-0.5.3/po/Makefile.in.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
w3m-0.5.3/po/Makefile.in.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
w3m-0.5.3/doc/README.cygwin-81-  *)
w3m-0.5.3/doc/README.cygwin:82:    SCRIPT=`cygpath -w $1`
w3m-0.5.3/doc/README.cygwin-83-    shift
##############################################
w3m-0.5.3/doc/README.cygwin-102-EDITOR='/cygdrive/c/Program Files/sakura/sakura.exe'
w3m-0.5.3/doc/README.cygwin:103:FILE=`cygpath -a -w $1`
w3m-0.5.3/doc/README.cygwin-104-exec "$EDITOR" "$FILE"
##############################################
w3m-0.5.3/w3m-doc/configuration.html.in-46-<DT>-r
w3m-0.5.3/w3m-doc/configuration.html.in:47:    <DD>text/plain B$NJ8>O$rI=<($9$k>l9g!"=E$MBG$A$K$h$k6/D4J8;z$rI=<($7$J$$!#$3$N0z?t$r;XDj$7$J$$>l9g!"``A^H_''B$O A B$N<U>B%"%s%@!<%i%$%s</U>B$H$7$FI=<($5$l!"``A^HA'' B$O A B$N<B>B%\!<%k%I</B>B$H$7$FI=<($5$l$k!#
w3m-0.5.3/w3m-doc/configuration.html.in-48-<DT>-l B9T?t
##############################################
w3m-0.5.3/w3m-doc/detail.html.in-19-		<LI><A HREF="@DOC.install@">B%$%s%9%H!<%k$N>\:Y</A>
w3m-0.5.3/w3m-doc/detail.html.in:20:		<LI><A HREF="@DOC.operation@">w3m BA`:nK!</A> <!-- B%-!<A`:n@bL@ -->
w3m-0.5.3/w3m-doc/detail.html.in-21-		<LI><A HREF="@DOC.configuration@">B3F<o@_Dj</A>
##############################################
w3m-0.5.3/w3m-doc/index.html.in-53-				</UL>
w3m-0.5.3/w3m-doc/index.html.in:54:			<LI><A HREF="@DOC.operation@" NAME="operation">w3m BA`:nK!</A> <!-- B%-!<A`:n@bL@ -->
w3m-0.5.3/w3m-doc/index.html.in-55-				<UL>
##############################################
w3m-0.5.3/w3m-doc/mkdocs-5-    SRC=$1
w3m-0.5.3/w3m-doc/mkdocs:6:    HTML=`echo ${SRC} | ${SED} 's/\.in$//p'`
w3m-0.5.3/w3m-doc/mkdocs:7:    DOC=`echo ${HTML} | ${SED} 's/\.html$//p' | ${TR} '[a-z]' '[A-Z]'`
w3m-0.5.3/w3m-doc/mkdocs-8-    echo "converting ${SRC} to ${HTML_TOP_DIR}/${_JA_DIR}/${HTML} ... \c"
##############################################
w3m-0.5.3/w3m-doc/install.html.in-148-	<DD>B4{DjCM: <U>n</U><BR>
w3m-0.5.3/w3m-doc/install.html.in:149:		w3m B$r Lynx BIw$N%-!<%P%$%s%G%#%s%0$G;HMQ$9$k$+$I$&$+$r;XDj$7$^$9!#;HMQ$9$k>l9g$O``<B>y</B>''B$r!";HMQ$7$J$$>l9g$O``<B>n</B>''B$r;XDj$7$^$9!#
w3m-0.5.3/w3m-doc/install.html.in-150-	</DD>
##############################################
w3m-0.5.3/w3m-doc/install.html.in-152-	<DD>B4{DjCM: <U>y</U><BR>
w3m-0.5.3/w3m-doc/install.html.in:153:		B%F!<%V%k$NOH$K7S@~$rMQ$$$?$j!"%"%$%F%`$K4A;z%7%s%\%k$r;HMQ$9$k$+$I$&$+$r;XDj$7$^$9!#;HMQ$9$k>l9g$O``<B>y</B>''B$r!";HMQ$7$J$$>l9g$O``<B>n</B>''B$r;XDj$7$^$9!#
w3m-0.5.3/w3m-doc/install.html.in-154-	</DD>
##############################################
w3m-0.5.3/w3m-doc/install.html.in-156-	<DD>B4{DjCM: <U>n</U><BR>
w3m-0.5.3/w3m-doc/install.html.in:157:		B%"%N%K%^%9 ftp B$G login B$9$k:]$N%Q%9%o!<%I$r%m%0%$%sL>$H%I%a%$%sL>$+$i<+F0@8@.$9$k$+$I$&$+$r;XDj$7$^$9!#;HMQ$9$k>l9g$O``<B>y</B>''B$r!";HMQ$7$J$$>l9g$O``<B>n</B>''B$r;XDj$7$^$9!#
w3m-0.5.3/w3m-doc/install.html.in-158-	</DD>
##############################################
w3m-0.5.3/w3m-doc/install.html.in-160-	<DD>B4{DjCM: <U>n</U><BR>
w3m-0.5.3/w3m-doc/install.html.in:161:		w3m B$N usage BI=<(;~$K!":Y$+$J%*%W%7%g%s$K$D$$$F$b%j%9%HI=<($9$k$+$I$&$+$r;XDj$7$^$9!#;HMQ$9$k>l9g$O``<B>y</B>''B$r!";HMQ$7$J$$>l9g$O``<B>n</B>''B$r;XDj$7$^$9!#
w3m-0.5.3/w3m-doc/install.html.in-162-	</DD>
##############################################
w3m-0.5.3/w3m-doc/install.html.in-164-	<DD>B4{DjCM: <U>n</U><BR>
w3m-0.5.3/w3m-doc/install.html.in:165:		w3m B$G NNTP B$r%5%]!<%H$9$k$+$I$&$+$r;XDj$7$^$9!#;HMQ$9$k>l9g$O``<B>y</B>''B$r!";HMQ$7$J$$>l9g$O``<B>n</B>''B$r;XDj$7$^$9!#``<B>y</B>''B$r;XDj$7$?>l9g!"!H<U>news:B!A</U>B!I$N URI B$,;HMQ$G$-$k$h$&$K$J$k!#
w3m-0.5.3/w3m-doc/install.html.in-166-	</DD>
##############################################
w3m-0.5.3/w3m-doc/install.html.in-168-	<DD>B4{DjCM: <U>n</U><BR>
w3m-0.5.3/w3m-doc/install.html.in:169:		HTMLBJ8=q<U>B0J30</U>B$,!"ANSI B$N%+%i!<MQ%(%9%1!<%W!&%7!<%1%s%9$KBP1~$9$k$+$I$&$+$r;XDj$7$^$9!#;HMQ$9$k>l9g$O``<B>y</B>''B$r!";HMQ$7$J$$>l9g$O``<B>n</B>''B$r;XDj$7$^$9!#
w3m-0.5.3/w3m-doc/install.html.in-170-	</DD>
##############################################
w3m-0.5.3/w3m-doc/install.html.in-245-<DT>USE_MARK
w3m-0.5.3/w3m-doc/install.html.in:246:    <DD><B>B%^!<%/A`:n</B>B$rM-8z$K$7$^$9!#$$$o$f$k vi B$N%^!<%/A`:n$HF1Ey$N$b$N$G$9!#<BR>
w3m-0.5.3/w3m-doc/install.html.in-247-        B$3$l$r define B$9$k$H!"0J2<$N5!G=$r;H$($k$h$&$K$J$j$^$9!#
##############################################
w3m-0.5.3/w3m-doc/outline.html.in-59-B0z?t$K%m!<%+%k%U%!%$%kL>$r;XDj$9$l$P$=$N%U%!%$%k$rI=<($7!"URL B$r;XDj$9$l$P$=$N URL B$G<($5$l$k WWW B$NFbMF$rI=<($7$^$9!#<BR>
w3m-0.5.3/w3m-doc/outline.html.in:60:B2?$b;XDj$7$J$1$l$P!"I8=`F~NO$NFbMF$rI=<($7$^$9!#$?$@$7!"I8=`F~NO$, tty B$G$"$k>l9g$K$O!"usageB$r=PNO$7$F=*N;$7$^$9!#
w3m-0.5.3/w3m-doc/outline.html.in-61-<P>
##############################################
w3m-0.5.3/w3m-doc/outline.html.in-86-<P>
w3m-0.5.3/w3m-doc/outline.html.in:87:w3m B$r5/F0$7$?8e$O!"1BJ8;z$N%3%^%s%I$r%-!<%\!<%I$+$iF~NO$9$k;v$GA`:n$7$^$9!#4pK\E*$J;H$$J}$K$D$$$F$O!"w3m B$r5/F0$7$?8e$K``<B>H</B>''B$rF~NO$7$F!"<A HREF="#help">B%X%k%W</A>B$r;2>H$7$F$/$@$5$$!#<BR>
w3m-0.5.3/w3m-doc/outline.html.in-88-B$J$*!"%X%k%W%Z!<%8$N5-=R$G$O!"<B>C-x</B> B$O<U>B%3%s%H%m!<%k&nbsp;+&nbsp;x</U>B$rI=$7$^$9!#$^$?!"<B>SPC</B> B$O<U>B%9%Z!<%9%P!<</U>B!"<B>RET</B> B$O<U>B%j%?!<%s%-!<</U>B!"<B>ESC</B> B$O<U>B%(%9%1!<%W%-!<</U>B$G$9!#
w3m-0.5.3/w3m-doc/outline.html.in-89-<P>
w3m-0.5.3/w3m-doc/outline.html.in:90:w3m B$N%-!<A`:n$O!"w3m B$N make B;~$K7h$a$i$l$k%-!<A`:n$H8D?MMQ$KDj5A$9$k%-!<A`:n$,$"$j$^$9!#$^$?!"make B;~$K7h$a$i$l$k%-!<A`:n$K$O!"!Hw3m B%*%j%8%J%k$N%-!<A`:n!I$H!HLynx BIw$N%-!<A`:n!I$,$"$j$^$9!#%X%k%W$GI=<($9$kFbMF$O!"!Hw3m B%*%j%8%J%k!I!"!HLynx BIw!I$N$$$:$l$+$G$9!#
w3m-0.5.3/w3m-doc/outline.html.in-91-<P>
w3m-0.5.3/w3m-doc/outline.html.in-92-B$^$?!"%^%&%95!G=$r ON B$K$7$F w3m B$r make B$7$F$"$l$P!"%^%&%9$r;H$C$F w3m B$rA`:n$9$k$3$H$,$G$-$^$9!#%^%&%9$,;H$($k$N$O!"<B>xterm</B>/<B>kterm</B>/<B>rxvt</B> B$r;HMQ$7$F$$$k>l9g!"$^$?$O GPM B$,F0$$$F$$$k4D6-$r;H$C$F$$$k>l9g$G$9!#<BR>
w3m-0.5.3/w3m-doc/outline.html.in:93:B%^%&%9$N>\$7$$A`:n$K$D$$$F$O<A HREF="@DOC.operation@#mouse">B!X%^%&%9A`:n!Y</A>B$r$4Mw$/$@$5$$!#
w3m-0.5.3/w3m-doc/outline.html.in-94-<P>
##############################################
w3m-0.5.3/Bonus/2ch.cgi-34-system $cmd;
w3m-0.5.3/Bonus/2ch.cgi:35:$lines = (split(" ", `wc $tmp`))[0];
w3m-0.5.3/Bonus/2ch.cgi-36-$lines || exit;
##############################################
w3m-0.5.3/Bonus/oldconfigure.sh-45-# main
w3m-0.5.3/Bonus/oldconfigure.sh:46:topdir="`dirname $0`/.."
w3m-0.5.3/Bonus/oldconfigure.sh-47-
##############################################
w3m-0.5.3/Bonus/oldconfigure.sh-65-OPT=""
w3m-0.5.3/Bonus/oldconfigure.sh:66:libdir=`echo $libdir | sed 's@/w3m[^/]*/cgi-bin@@'`
w3m-0.5.3/Bonus/oldconfigure.sh:67:libexecdir=`echo $auxbindir | sed 's@/w3m[^/]*@@'`
w3m-0.5.3/Bonus/oldconfigure.sh:68:datadir=`echo $helpdir | sed 's@/w3m[^/]*@@'`
w3m-0.5.3/Bonus/oldconfigure.sh:69:sysconfdir=`echo $sysconfdir | sed 's@/w3m[^/]*@@'`
w3m-0.5.3/Bonus/oldconfigure.sh-70-opt_push "--bindir='$bindir'"
##############################################
w3m-0.5.3/Bonus/oldconfigure.sh-164-if test x"$dtermlib" != x; then
w3m-0.5.3/Bonus/oldconfigure.sh:165:  dtermlib=`echo "$dtermlib"|sed 's/^-l//'`
w3m-0.5.3/Bonus/oldconfigure.sh-166-  opt_with_set "$dtermlib" termlib
##############################################
w3m-0.5.3/Bonus/wrap3m-23-do
w3m-0.5.3/Bonus/wrap3m:24:  if [ `expr $u : '[a-z][a-z]*://'` -gt 0 ]; then
w3m-0.5.3/Bonus/wrap3m-25-    URLARG="$URLARG $u"
##############################################
w3m-0.5.3/config.rpath-33-host="$1"
w3m-0.5.3/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
w3m-0.5.3/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
w3m-0.5.3/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
w3m-0.5.3/config.rpath-37-
##############################################
w3m-0.5.3/config.rpath-47-done
w3m-0.5.3/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
w3m-0.5.3/config.rpath-49-
##############################################
w3m-0.5.3/config.rpath-97-        *)
w3m-0.5.3/config.rpath:98:          case `$CC -V 2>&1 | sed 5q` in
w3m-0.5.3/config.rpath-99-            *Sun\ C*)
##############################################
w3m-0.5.3/config.rpath-223-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
w3m-0.5.3/config.rpath:224:      case `$LD -v 2>&1` in
w3m-0.5.3/config.rpath-225-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
w3m-0.5.3/config.rpath-229-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
w3m-0.5.3/config.rpath:230:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
w3m-0.5.3/config.rpath-231-          else
##############################################
w3m-0.5.3/config.rpath-286-        case $host_os in aix4.[012]|aix4.[012].*)
w3m-0.5.3/config.rpath:287:          collect2name=`${CC} -print-prog-name=collect2`
w3m-0.5.3/config.rpath-288-          if test -f "$collect2name" && \
##############################################
w3m-0.5.3/config.rpath-425-        hardcode_direct=yes
w3m-0.5.3/config.rpath:426:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w3m-0.5.3/config.rpath-427-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
w3m-0.5.3/config.rpath-489-    sysv5* | sco3.2v5* | sco5v6*)
w3m-0.5.3/config.rpath:490:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
w3m-0.5.3/config.rpath-491-      hardcode_libdir_separator=':'
##############################################
w3m-0.5.3/config.rpath-633-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
w3m-0.5.3/config.rpath:634:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
w3m-0.5.3/config.rpath:635:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
w3m-0.5.3/config.rpath:636:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
w3m-0.5.3/config.rpath:637:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
w3m-0.5.3/config.rpath:638:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
w3m-0.5.3/config.rpath-639-
##############################################
w3m-0.5.3/install-sh-217-      fi
w3m-0.5.3/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
w3m-0.5.3/install-sh-219-    *)
##############################################
w3m-0.5.3/install-sh-269-      dstdir=$dst
w3m-0.5.3/install-sh:270:      dst=$dstdir/`basename "$src"`
w3m-0.5.3/install-sh-271-      dstdir_status=0
##############################################
w3m-0.5.3/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
w3m-0.5.3/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
w3m-0.5.3/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
w3m-0.5.3/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
w3m-0.5.3/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
w3m-0.5.3/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
w3m-0.5.3/install-sh-418-	    case $prefix in
w3m-0.5.3/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
w3m-0.5.3/install-sh-420-	      *) qprefix=$prefix;;
##############################################
w3m-0.5.3/install-sh-467-    if $copy_on_change &&
w3m-0.5.3/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
w3m-0.5.3/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
w3m-0.5.3/install-sh-470-
##############################################
w3m-0.5.3/mkinstalldirs-69-do
w3m-0.5.3/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
w3m-0.5.3/mkinstalldirs-71-  shift
##############################################
w3m-0.5.3/aclocal.m4-284-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
w3m-0.5.3/aclocal.m4:285:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
w3m-0.5.3/aclocal.m4-286-      fi
##############################################
w3m-0.5.3/aclocal.m4-626-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
w3m-0.5.3/aclocal.m4:627:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
w3m-0.5.3/aclocal.m4-628-    AC_MSG_RESULT([
##############################################
w3m-0.5.3/aclocal.m4-700-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
w3m-0.5.3/aclocal.m4:701:case `$LD -v 2>&1 </dev/null` in
w3m-0.5.3/aclocal.m4-702-*GNU* | *'with BFD'*)
##############################################
w3m-0.5.3/aclocal.m4-736-    # gcc leaves a trailing carriage return which upsets mingw
w3m-0.5.3/aclocal.m4:737:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w3m-0.5.3/aclocal.m4-738-  *)
w3m-0.5.3/aclocal.m4:739:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w3m-0.5.3/aclocal.m4-740-  esac
##############################################
w3m-0.5.3/aclocal.m4-745-      # Canonicalize the path of ld
w3m-0.5.3/aclocal.m4:746:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
w3m-0.5.3/aclocal.m4-747-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
w3m-0.5.3/aclocal.m4:748:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
w3m-0.5.3/aclocal.m4-749-      done
##############################################
w3m-0.5.3/aclocal.m4-775-      # Break only if it was the GNU/non-GNU ld that we prefer.
w3m-0.5.3/aclocal.m4:776:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
w3m-0.5.3/aclocal.m4-777-      *GNU* | *'with BFD'*)
##############################################
w3m-0.5.3/aclocal.m4-1041-        dnl or AC_LIB_HAVE_LINKFLAGS call.
w3m-0.5.3/aclocal.m4:1042:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
w3m-0.5.3/aclocal.m4-1043-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
w3m-0.5.3/aclocal.m4-1116-                -L*)
w3m-0.5.3/aclocal.m4:1117:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
w3m-0.5.3/aclocal.m4-1118-                  dnl First look for a shared library.
##############################################
w3m-0.5.3/aclocal.m4-1260-              */$acl_libdirstem | */$acl_libdirstem/)
w3m-0.5.3/aclocal.m4:1261:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
w3m-0.5.3/aclocal.m4-1262-                if test "$name" = '$1'; then
##############################################
w3m-0.5.3/aclocal.m4-1267-              */$acl_libdirstem2 | */$acl_libdirstem2/)
w3m-0.5.3/aclocal.m4:1268:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
w3m-0.5.3/aclocal.m4-1269-                if test "$name" = '$1'; then
##############################################
w3m-0.5.3/aclocal.m4-1323-                  -L*)
w3m-0.5.3/aclocal.m4:1324:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
w3m-0.5.3/aclocal.m4-1325-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
w3m-0.5.3/aclocal.m4-1375-                  -R*)
w3m-0.5.3/aclocal.m4:1376:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
w3m-0.5.3/aclocal.m4-1377-                    if test "$enable_rpath" != no; then
##############################################
w3m-0.5.3/aclocal.m4-1405-                    dnl Handle this in the next round.
w3m-0.5.3/aclocal.m4:1406:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
w3m-0.5.3/aclocal.m4-1407-                    ;;
##############################################
w3m-0.5.3/aclocal.m4-1411-                    dnl option.
w3m-0.5.3/aclocal.m4:1412:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
w3m-0.5.3/aclocal.m4-1413-                    ;;
##############################################
w3m-0.5.3/aclocal.m4-1524-            -L) next=yes ;;
w3m-0.5.3/aclocal.m4:1525:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
w3m-0.5.3/aclocal.m4-1526-                 dnl No need to hardcode the standard /usr/lib.
##############################################
w3m-0.5.3/aclocal.m4-1773-    *)
w3m-0.5.3/aclocal.m4:1774:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
w3m-0.5.3/aclocal.m4-1775-      if test -n "$searchpath"; then
##############################################
w3m-0.5.3/aclocal.m4-1783-                ;;
w3m-0.5.3/aclocal.m4:1784:              *) searchdir=`cd "$searchdir" && pwd`
w3m-0.5.3/aclocal.m4-1785-                 case "$searchdir" in
##############################################
w3m-0.5.3/aclocal.m4-1904-    PKG_CHECK_EXISTS([$3],
w3m-0.5.3/aclocal.m4:1905:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
w3m-0.5.3/aclocal.m4-1906-		     [pkg_failed=yes])
##############################################
w3m-0.5.3/aclocal.m4-1952-        if test $_pkg_short_errors_supported = yes; then
w3m-0.5.3/aclocal.m4:1953:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
w3m-0.5.3/aclocal.m4-1954-        else 
w3m-0.5.3/aclocal.m4:1955:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
w3m-0.5.3/aclocal.m4-1956-        fi
##############################################
w3m-0.5.3/aclocal.m4-2035-changequote(,)dnl
w3m-0.5.3/aclocal.m4:2036:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
w3m-0.5.3/aclocal.m4-2037-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
w3m-0.5.3/aclocal.m4-2042-changequote(,)dnl
w3m-0.5.3/aclocal.m4:2043:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
w3m-0.5.3/aclocal.m4-2044-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
w3m-0.5.3/aclocal.m4-2061-changequote(,)dnl
w3m-0.5.3/aclocal.m4:2062:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
w3m-0.5.3/aclocal.m4-2063-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
w3m-0.5.3/aclocal.m4-2086-      case "$ac_file" in
w3m-0.5.3/aclocal.m4:2087:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
w3m-0.5.3/aclocal.m4-2088-      esac
##############################################
w3m-0.5.3/aclocal.m4-2091-        # Adjust a relative srcdir.
w3m-0.5.3/aclocal.m4:2092:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
w3m-0.5.3/aclocal.m4:2093:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
w3m-0.5.3/aclocal.m4:2094:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
w3m-0.5.3/aclocal.m4-2095-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
w3m-0.5.3/aclocal.m4-2098-        case "$ac_given_srcdir" in
w3m-0.5.3/aclocal.m4:2099:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
w3m-0.5.3/aclocal.m4-2100-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
w3m-0.5.3/aclocal.m4-2118-            fi
w3m-0.5.3/aclocal.m4:2119:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
w3m-0.5.3/aclocal.m4-2120-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
w3m-0.5.3/aclocal.m4-2215-  # Adjust a relative srcdir.
w3m-0.5.3/aclocal.m4:2216:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
w3m-0.5.3/aclocal.m4:2217:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
w3m-0.5.3/aclocal.m4:2218:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
w3m-0.5.3/aclocal.m4-2219-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
w3m-0.5.3/aclocal.m4-2222-  case "$ac_given_srcdir" in
w3m-0.5.3/aclocal.m4:2223:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
w3m-0.5.3/aclocal.m4-2224-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
w3m-0.5.3/aclocal.m4-2283-  # Set POTFILES to the value of the Makefile variable POTFILES.
w3m-0.5.3/aclocal.m4:2284:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
w3m-0.5.3/aclocal.m4:2285:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
w3m-0.5.3/aclocal.m4-2286-  # Compute POTFILES_DEPS as
##############################################
w3m-0.5.3/aclocal.m4-2298-    # The LINGUAS file contains the set of available languages.
w3m-0.5.3/aclocal.m4:2299:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
w3m-0.5.3/aclocal.m4-2300-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
w3m-0.5.3/aclocal.m4-2302-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
w3m-0.5.3/aclocal.m4:2303:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
w3m-0.5.3/aclocal.m4:2304:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
w3m-0.5.3/aclocal.m4-2305-  fi
##############################################
w3m-0.5.3/aclocal.m4-2346-    QMFILES="$QMFILES $srcdirpre$lang.qm"
w3m-0.5.3/aclocal.m4:2347:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
w3m-0.5.3/aclocal.m4-2348-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
w3m-0.5.3/aclocal.m4:2349:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
w3m-0.5.3/aclocal.m4-2350-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
w3m-0.5.3/aclocal.m4-2387-      QTCATALOGS="$QTCATALOGS $lang.qm"
w3m-0.5.3/aclocal.m4:2388:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
w3m-0.5.3/aclocal.m4-2389-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
w3m-0.5.3/aclocal.m4:2390:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
w3m-0.5.3/aclocal.m4-2391-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
w3m-0.5.3/aclocal.m4-2398-    for lang in $ALL_LINGUAS; do
w3m-0.5.3/aclocal.m4:2399:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
w3m-0.5.3/aclocal.m4-2400-      cat >> "$ac_file.tmp" <<EOF
##############################################
w3m-0.5.3/aclocal.m4-2409-    for lang in $ALL_LINGUAS; do
w3m-0.5.3/aclocal.m4:2410:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
w3m-0.5.3/aclocal.m4-2411-      cat >> "$ac_file.tmp" <<EOF
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2156- [AC_SUBST(CURRENT_VERSION)
w3m-0.5.3/debian/patches/020_debian.patch:2157:  cvsver=`$AWK '\$[1] ~ /Id:/ { print \$[3]}' $srcdir/ChangeLog`
w3m-0.5.3/debian/patches/020_debian.patch-2158-- sed -e 's/define CURRENT_VERSION "\(.*\)+cvs/define CURRENT_VERSION "\1+cvs-'$cvsver'/' $srcdir/version.c.in > version.c
w3m-0.5.3/debian/patches/020_debian.patch:2159:+ ymdver=`sed -e 's/ .*//;s/-//g;q' $srcdir/ChangeLog`
w3m-0.5.3/debian/patches/020_debian.patch-2160-+ sed -e 's/define CURRENT_VERSION "\(.*\)YYYYMMDD/define CURRENT_VERSION "\1'$ymdver'/;s/define CURRENT_VERSION "\(.*\)+cvs/define CURRENT_VERSION "\1+cvs-'$cvsver'/' $srcdir/version.c.in > version.c
w3m-0.5.3/debian/patches/020_debian.patch:2161:  CURRENT_VERSION=`sed -n 's/.*define CURRENT_VERSION *"w3m\/\(.*\)".*$/\1/p' version.c`])
w3m-0.5.3/debian/patches/020_debian.patch-2162- #
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2221-      AC_DEFINE(USE_GTK2)
w3m-0.5.3/debian/patches/020_debian.patch:2222:-     IMGX11CFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gtk+-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch:2223:-     IMGX11LDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gtk+-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch:2224:+     IMGX11CFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch:2225:+     IMGX11LDFLAGS="-lX11 `${PKG_CONFIG} --libs gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch-2226-    elif test x"$have_gdkpixbuf" = xyes; then
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2231-      AC_DEFINE(USE_IMLIB2)
w3m-0.5.3/debian/patches/020_debian.patch:2232:      IMGX11CFLAGS="`${IMLIB2_CONFIG} --cflags`"
w3m-0.5.3/debian/patches/020_debian.patch:2233:-     IMGX11LDFLAGS="`${IMLIB2_CONFIG} --libs`"
w3m-0.5.3/debian/patches/020_debian.patch:2234:+     IMGX11LDFLAGS="-lX11 `${PKG_CONFIG} --libs imlib2`"
w3m-0.5.3/debian/patches/020_debian.patch-2235-    else
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2241-      AC_DEFINE(USE_GTK2)
w3m-0.5.3/debian/patches/020_debian.patch:2242:-     IMGFBCFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gtk+-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch:2243:-     IMGFBLDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0 gtk+-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch:2244:+     IMGFBCFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch:2245:+     IMGFBLDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch-2246-    elif test x"$have_gdkpixbuf" = xyes; then
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2251-      IMGOBJS="$IMGOBJS fb/fb_w3mimg.o fb/fb.o fb/fb_img.o"
w3m-0.5.3/debian/patches/020_debian.patch:2252:      IMGFBCFLAGS="`${IMLIB2_CONFIG} --cflags`"
w3m-0.5.3/debian/patches/020_debian.patch:2253:-     IMGFBLDFLAGS="`${IMLIB2_CONFIG} --libs`"
w3m-0.5.3/debian/patches/020_debian.patch:2254:+     IMGFBLDFLAGS="`${PKG_CONFIG} --libs imlib2`"
w3m-0.5.3/debian/patches/020_debian.patch-2255-    else
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2536- 
w3m-0.5.3/debian/patches/020_debian.patch:2537: me=`echo "$0" | sed -e 's,.*/,,'`
w3m-0.5.3/debian/patches/020_debian.patch-2538- 
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2576- : ${TMPDIR=/tmp} ;
w3m-0.5.3/debian/patches/020_debian.patch:2577:- { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
w3m-0.5.3/debian/patches/020_debian.patch:2578:+ { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
w3m-0.5.3/debian/patches/020_debian.patch-2579-  { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2622-+	EOF
w3m-0.5.3/debian/patches/020_debian.patch:2623:+	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
w3m-0.5.3/debian/patches/020_debian.patch-2624-+
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2663-+	    earmv*)
w3m-0.5.3/debian/patches/020_debian.patch:2664:+		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
w3m-0.5.3/debian/patches/020_debian.patch:2665:+		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
w3m-0.5.3/debian/patches/020_debian.patch-2666-+		machine="${arch}${endian}"-unknown
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2698-+		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
w3m-0.5.3/debian/patches/020_debian.patch:2699:+		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
w3m-0.5.3/debian/patches/020_debian.patch-2700- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2712- 	    *)
w3m-0.5.3/debian/patches/020_debian.patch:2713:-		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
w3m-0.5.3/debian/patches/020_debian.patch:2714:+		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
w3m-0.5.3/debian/patches/020_debian.patch-2715- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2815- 	*4.0)
w3m-0.5.3/debian/patches/020_debian.patch:2816: 		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
w3m-0.5.3/debian/patches/020_debian.patch-2817- 		;;
w3m-0.5.3/debian/patches/020_debian.patch-2818- 	*5.*)
w3m-0.5.3/debian/patches/020_debian.patch:2819:-	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
w3m-0.5.3/debian/patches/020_debian.patch:2820:+		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
w3m-0.5.3/debian/patches/020_debian.patch-2821- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2824-@@ -270,76 +291,73 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
w3m-0.5.3/debian/patches/020_debian.patch:2825: 	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
w3m-0.5.3/debian/patches/020_debian.patch-2826- 	case "$ALPHA_CPU_TYPE" in
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2877- 	# 1.2 uses "1.2" for uname -r.
w3m-0.5.3/debian/patches/020_debian.patch:2878:-	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
w3m-0.5.3/debian/patches/020_debian.patch-2879--	exit 0 ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2891--	exit 0 ;;
w3m-0.5.3/debian/patches/020_debian.patch:2892:+	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
w3m-0.5.3/debian/patches/020_debian.patch-2893-+	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2958-+    s390x:SunOS:*:*)
w3m-0.5.3/debian/patches/020_debian.patch:2959:+	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
w3m-0.5.3/debian/patches/020_debian.patch-2960-+	exit ;;
w3m-0.5.3/debian/patches/020_debian.patch-2961-     sun4H:SunOS:5.*:*)
w3m-0.5.3/debian/patches/020_debian.patch:2962:-	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w3m-0.5.3/debian/patches/020_debian.patch-2963--	exit 0 ;;
w3m-0.5.3/debian/patches/020_debian.patch:2964:+	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
w3m-0.5.3/debian/patches/020_debian.patch-2965-+	exit ;;
w3m-0.5.3/debian/patches/020_debian.patch-2966-     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
w3m-0.5.3/debian/patches/020_debian.patch:2967:-	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w3m-0.5.3/debian/patches/020_debian.patch-2968--	exit 0 ;;
w3m-0.5.3/debian/patches/020_debian.patch-2969--    i86pc:SunOS:5.*:*)
w3m-0.5.3/debian/patches/020_debian.patch:2970:-	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w3m-0.5.3/debian/patches/020_debian.patch-2971--	exit 0 ;;
w3m-0.5.3/debian/patches/020_debian.patch:2972:+	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
w3m-0.5.3/debian/patches/020_debian.patch-2973-+	exit ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2990-+	fi
w3m-0.5.3/debian/patches/020_debian.patch:2991:+	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
w3m-0.5.3/debian/patches/020_debian.patch-2992-+	exit ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-2996- 	# it's likely to be more like Solaris than SunOS4.
w3m-0.5.3/debian/patches/020_debian.patch:2997:-	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w3m-0.5.3/debian/patches/020_debian.patch-2998--	exit 0 ;;
w3m-0.5.3/debian/patches/020_debian.patch:2999:+	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
w3m-0.5.3/debian/patches/020_debian.patch-3000-+	exit ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3007- 	# Japanese Language versions have a version number like `4.1.3-JL'.
w3m-0.5.3/debian/patches/020_debian.patch:3008:-	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
w3m-0.5.3/debian/patches/020_debian.patch-3009--	exit 0 ;;
w3m-0.5.3/debian/patches/020_debian.patch:3010:+	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
w3m-0.5.3/debian/patches/020_debian.patch-3011-+	exit ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3017-     sun*:*:4.2BSD:*)
w3m-0.5.3/debian/patches/020_debian.patch:3018: 	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
w3m-0.5.3/debian/patches/020_debian.patch-3019--	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3130--	$CC_FOR_BUILD -o $dummy $dummy.c \
w3m-0.5.3/debian/patches/020_debian.patch:3131:-	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
w3m-0.5.3/debian/patches/020_debian.patch-3132--	  && exit 0
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3135-+	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
w3m-0.5.3/debian/patches/020_debian.patch:3136:+	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
w3m-0.5.3/debian/patches/020_debian.patch:3137:+	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
w3m-0.5.3/debian/patches/020_debian.patch-3138-+	    { echo "$SYSTEM_NAME"; exit; }
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3211-     *:IRIX*:*:*)
w3m-0.5.3/debian/patches/020_debian.patch:3212:-	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
w3m-0.5.3/debian/patches/020_debian.patch-3213--	exit 0 ;;
w3m-0.5.3/debian/patches/020_debian.patch:3214:+	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
w3m-0.5.3/debian/patches/020_debian.patch-3215-+	exit ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3250--		echo rs6000-ibm-aix3.2.5
w3m-0.5.3/debian/patches/020_debian.patch:3251:+		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
w3m-0.5.3/debian/patches/020_debian.patch-3252-+		then
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3265-+    *:AIX:*:[4567])
w3m-0.5.3/debian/patches/020_debian.patch:3266: 	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
w3m-0.5.3/debian/patches/020_debian.patch-3267--	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3316-     9000/[34678]??:HP-UX:*:*)
w3m-0.5.3/debian/patches/020_debian.patch:3317:-	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
w3m-0.5.3/debian/patches/020_debian.patch-3318--	case "${UNAME_MACHINE}" in
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3320--	    9000/[34]?? )         HP_ARCH=m68k ;;
w3m-0.5.3/debian/patches/020_debian.patch:3321:+	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
w3m-0.5.3/debian/patches/020_debian.patch-3322-+	case "$UNAME_MACHINE" in
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3416- EOF
w3m-0.5.3/debian/patches/020_debian.patch:3417:-		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
w3m-0.5.3/debian/patches/020_debian.patch:3418:+		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
w3m-0.5.3/debian/patches/020_debian.patch-3419- 		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3453-     ia64:HP-UX:*:*)
w3m-0.5.3/debian/patches/020_debian.patch:3454:-	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
w3m-0.5.3/debian/patches/020_debian.patch-3455--	echo ia64-hp-hpux${HPUX_REV}
w3m-0.5.3/debian/patches/020_debian.patch-3456--	exit 0 ;;
w3m-0.5.3/debian/patches/020_debian.patch:3457:+	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
w3m-0.5.3/debian/patches/020_debian.patch-3458-+	echo ia64-hp-hpux"$HPUX_REV"
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3472--	$CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
w3m-0.5.3/debian/patches/020_debian.patch:3473:+	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
w3m-0.5.3/debian/patches/020_debian.patch-3474-+		{ echo "$SYSTEM_NAME"; exit; }
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3572--        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
w3m-0.5.3/debian/patches/020_debian.patch:3573:-        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
w3m-0.5.3/debian/patches/020_debian.patch-3574--        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3577-+	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
w3m-0.5.3/debian/patches/020_debian.patch:3578:+	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
w3m-0.5.3/debian/patches/020_debian.patch-3579-+	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3582--        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
w3m-0.5.3/debian/patches/020_debian.patch:3583:-        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
w3m-0.5.3/debian/patches/020_debian.patch-3584--        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3586-+	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
w3m-0.5.3/debian/patches/020_debian.patch:3587:+	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
w3m-0.5.3/debian/patches/020_debian.patch-3588-+	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3615--EOF
w3m-0.5.3/debian/patches/020_debian.patch:3616:-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
w3m-0.5.3/debian/patches/020_debian.patch-3617--	# GNU/KFreeBSD systems have a "k" prefix to indicate we are using
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3619--	case ${LIBC} in gnu) kernel_only='k' ;; esac
w3m-0.5.3/debian/patches/020_debian.patch:3620:-	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
w3m-0.5.3/debian/patches/020_debian.patch-3621--	exit 0 ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3628-+	esac
w3m-0.5.3/debian/patches/020_debian.patch:3629:+	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
w3m-0.5.3/debian/patches/020_debian.patch-3630-+	exit ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3688-     prep*:SunOS:5.*:*)
w3m-0.5.3/debian/patches/020_debian.patch:3689:-	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w3m-0.5.3/debian/patches/020_debian.patch-3690--	exit 0 ;;
w3m-0.5.3/debian/patches/020_debian.patch:3691:+	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
w3m-0.5.3/debian/patches/020_debian.patch-3692-+	exit ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3694- 	# the GNU system
w3m-0.5.3/debian/patches/020_debian.patch:3695:-	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
w3m-0.5.3/debian/patches/020_debian.patch-3696--	exit 0 ;;
w3m-0.5.3/debian/patches/020_debian.patch:3697:+	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
w3m-0.5.3/debian/patches/020_debian.patch-3698-+	exit ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3700- 	# other systems with GNU libc and userland
w3m-0.5.3/debian/patches/020_debian.patch:3701:-	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
w3m-0.5.3/debian/patches/020_debian.patch-3702--	exit 0 ;;
w3m-0.5.3/debian/patches/020_debian.patch:3703:+	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
w3m-0.5.3/debian/patches/020_debian.patch-3704-+	exit ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3815- EOF
w3m-0.5.3/debian/patches/020_debian.patch:3816:-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
w3m-0.5.3/debian/patches/020_debian.patch-3817--	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
w3m-0.5.3/debian/patches/020_debian.patch:3818:+	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
w3m-0.5.3/debian/patches/020_debian.patch-3819-+	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3836--EOF
w3m-0.5.3/debian/patches/020_debian.patch:3837:-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
w3m-0.5.3/debian/patches/020_debian.patch-3838--	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-3985--EOF
w3m-0.5.3/debian/patches/020_debian.patch:3986:-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
w3m-0.5.3/debian/patches/020_debian.patch-3987--	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4052--    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
w3m-0.5.3/debian/patches/020_debian.patch:4053:-	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
w3m-0.5.3/debian/patches/020_debian.patch-4054-+	echo "$UNAME_MACHINE"-pc-msdosdjgpp
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4056-+    i*86:*:4.*:*)
w3m-0.5.3/debian/patches/020_debian.patch:4057:+	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
w3m-0.5.3/debian/patches/020_debian.patch-4058- 	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4334-+	fi
w3m-0.5.3/debian/patches/020_debian.patch:4335:+	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
w3m-0.5.3/debian/patches/020_debian.patch-4336-+	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4454-     *:DragonFly:*:*)
w3m-0.5.3/debian/patches/020_debian.patch:4455:-	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
w3m-0.5.3/debian/patches/020_debian.patch-4456--	exit 0 ;;
w3m-0.5.3/debian/patches/020_debian.patch:4457:+	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
w3m-0.5.3/debian/patches/020_debian.patch-4458-+	exit ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4469-+    i*86:skyos:*:*)
w3m-0.5.3/debian/patches/020_debian.patch:4470:+	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
w3m-0.5.3/debian/patches/020_debian.patch-4471-+	exit ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4823-@@ -55,12 +53,11 @@ timestamp='2004-03-12'
w3m-0.5.3/debian/patches/020_debian.patch:4824: me=`echo "$0" | sed -e 's,.*/,,'`
w3m-0.5.3/debian/patches/020_debian.patch-4825- 
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4877- # Here we must recognize all the valid KERNEL-OS combinations.
w3m-0.5.3/debian/patches/020_debian.patch:4878:-maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
w3m-0.5.3/debian/patches/020_debian.patch:4879:+maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
w3m-0.5.3/debian/patches/020_debian.patch-4880- case $maybe_os in
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4888-     os=-$maybe_os
w3m-0.5.3/debian/patches/020_debian.patch:4889:-    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
w3m-0.5.3/debian/patches/020_debian.patch:4890:+    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
w3m-0.5.3/debian/patches/020_debian.patch-4891-+    ;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4893-+    os=-linux-android
w3m-0.5.3/debian/patches/020_debian.patch:4894:+    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
w3m-0.5.3/debian/patches/020_debian.patch-4895-     ;;
w3m-0.5.3/debian/patches/020_debian.patch-4896-   *)
w3m-0.5.3/debian/patches/020_debian.patch:4897:-    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
w3m-0.5.3/debian/patches/020_debian.patch-4898--    if [ $basic_machine != $1 ]
w3m-0.5.3/debian/patches/020_debian.patch:4899:-    then os=`echo $1 | sed 's/.*-/-/'`
w3m-0.5.3/debian/patches/020_debian.patch:4900:+    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
w3m-0.5.3/debian/patches/020_debian.patch-4901-+    if [ "$basic_machine" != "$1" ]
w3m-0.5.3/debian/patches/020_debian.patch:4902:+    then os=`echo "$1" | sed 's/.*-/-/'`
w3m-0.5.3/debian/patches/020_debian.patch-4903-     else os=; fi
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4936-+		os=-sco5v6
w3m-0.5.3/debian/patches/020_debian.patch:4937:+		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-4938-+		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4940- 		os=-sco3.2v5
w3m-0.5.3/debian/patches/020_debian.patch:4941:-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch:4942:+		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-4943- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4945- 		os=-sco3.2v4
w3m-0.5.3/debian/patches/020_debian.patch:4946:-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch:4947:+		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-4948- 		;;
w3m-0.5.3/debian/patches/020_debian.patch-4949- 	-sco3.2.[4-9]*)
w3m-0.5.3/debian/patches/020_debian.patch:4950: 		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
w3m-0.5.3/debian/patches/020_debian.patch:4951:-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch:4952:+		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-4953- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4955- 		# Don't forget version if it is 3.2v4 or newer.
w3m-0.5.3/debian/patches/020_debian.patch:4956:-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch:4957:+		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-4958-+		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4960-+		# Don't forget version if it is 3.2v4 or newer.
w3m-0.5.3/debian/patches/020_debian.patch:4961:+		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-4962- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4964- 		os=-sco3.2v2
w3m-0.5.3/debian/patches/020_debian.patch:4965:-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch:4966:+		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-4967- 		;;
w3m-0.5.3/debian/patches/020_debian.patch-4968- 	-udk*)
w3m-0.5.3/debian/patches/020_debian.patch:4969:-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch:4970:+		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-4971- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4973- 		os=-isc2.2
w3m-0.5.3/debian/patches/020_debian.patch:4974:-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch:4975:+		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-4976- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4980- 	-isc*)
w3m-0.5.3/debian/patches/020_debian.patch:4981:-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch:4982:+		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-4983-+		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-4993- 	-ptx*)
w3m-0.5.3/debian/patches/020_debian.patch:4994:-		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
w3m-0.5.3/debian/patches/020_debian.patch-4995--		;;
w3m-0.5.3/debian/patches/020_debian.patch-4996--	-windowsnt*)
w3m-0.5.3/debian/patches/020_debian.patch:4997:-		os=`echo $os | sed -e 's/windowsnt/winnt/'`
w3m-0.5.3/debian/patches/020_debian.patch:4998:+		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
w3m-0.5.3/debian/patches/020_debian.patch-4999- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5140- 	*-*-*)
w3m-0.5.3/debian/patches/020_debian.patch:5141:-		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
w3m-0.5.3/debian/patches/020_debian.patch:5142:+		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
w3m-0.5.3/debian/patches/020_debian.patch-5143- 		exit 1
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5276- 	amd64-*)
w3m-0.5.3/debian/patches/020_debian.patch:5277:-		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch:5278:+		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5279- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5304-+	blackfin-*)
w3m-0.5.3/debian/patches/020_debian.patch:5305:+		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5306-+		os=-linux
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5312-+	c54x-*)
w3m-0.5.3/debian/patches/020_debian.patch:5313:+		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5314-+		;;
w3m-0.5.3/debian/patches/020_debian.patch-5315-+	c55x-*)
w3m-0.5.3/debian/patches/020_debian.patch:5316:+		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5317-+		;;
w3m-0.5.3/debian/patches/020_debian.patch-5318-+	c6x-*)
w3m-0.5.3/debian/patches/020_debian.patch:5319:+		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5320-+		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5380-+	e500v[12]-*)
w3m-0.5.3/debian/patches/020_debian.patch:5381:+		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5382-+		os=$os"spe"
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5402- 	i*86v32)
w3m-0.5.3/debian/patches/020_debian.patch:5403:-		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch:5404:+		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-5405- 		os=-sysv32
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5407- 	i*86v4*)
w3m-0.5.3/debian/patches/020_debian.patch:5408:-		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch:5409:+		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-5410- 		os=-sysv4
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5412- 	i*86v)
w3m-0.5.3/debian/patches/020_debian.patch:5413:-		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch:5414:+		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-5415- 		os=-sysv
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5417- 	i*86sol2)
w3m-0.5.3/debian/patches/020_debian.patch:5418:-		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch:5419:+		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/debian/patches/020_debian.patch-5420- 		os=-solaris2
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5437-+	leon-*|leon[3-9]-*)
w3m-0.5.3/debian/patches/020_debian.patch:5438:+		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
w3m-0.5.3/debian/patches/020_debian.patch-5439-+		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5444-+	m68knommu-*)
w3m-0.5.3/debian/patches/020_debian.patch:5445:+		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5446-+		os=-linux
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5476- 	mips3*-*)
w3m-0.5.3/debian/patches/020_debian.patch:5477:-		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
w3m-0.5.3/debian/patches/020_debian.patch:5478:+		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
w3m-0.5.3/debian/patches/020_debian.patch-5479- 		;;
w3m-0.5.3/debian/patches/020_debian.patch-5480- 	mips3*)
w3m-0.5.3/debian/patches/020_debian.patch:5481:-		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
w3m-0.5.3/debian/patches/020_debian.patch-5482--		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5485--		os=-mmixware
w3m-0.5.3/debian/patches/020_debian.patch:5486:+		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
w3m-0.5.3/debian/patches/020_debian.patch-5487- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5502-+	ms1-*)
w3m-0.5.3/debian/patches/020_debian.patch:5503:+		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
w3m-0.5.3/debian/patches/020_debian.patch-5504-+		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5570-+	parisc-*)
w3m-0.5.3/debian/patches/020_debian.patch:5571:+		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5572-+		os=-linux
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5584-+	pc98-*)
w3m-0.5.3/debian/patches/020_debian.patch:5585:+		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5586-+		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5593- 	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
w3m-0.5.3/debian/patches/020_debian.patch:5594:-		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch:5595:+		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5596- 		;;
w3m-0.5.3/debian/patches/020_debian.patch-5597- 	pentiumpro-* | p6-* | 6x86-* | athlon-*)
w3m-0.5.3/debian/patches/020_debian.patch:5598:-		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch:5599:+		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5600- 		;;
w3m-0.5.3/debian/patches/020_debian.patch-5601- 	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
w3m-0.5.3/debian/patches/020_debian.patch:5602:-		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch:5603:+		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5604- 		;;
w3m-0.5.3/debian/patches/020_debian.patch-5605- 	pentium4-*)
w3m-0.5.3/debian/patches/020_debian.patch:5606:-		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch:5607:+		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5608- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5616- 		;;
w3m-0.5.3/debian/patches/020_debian.patch:5617:-	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5618-+	ppc-* | ppcbe-*)
w3m-0.5.3/debian/patches/020_debian.patch:5619:+		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5620- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5625- 	ppcle-* | powerpclittle-*)
w3m-0.5.3/debian/patches/020_debian.patch:5626:-		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch:5627:+		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5628- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5630- 		;;
w3m-0.5.3/debian/patches/020_debian.patch:5631:-	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch:5632:+	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5633- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5638- 	ppc64le-* | powerpc64little-*)
w3m-0.5.3/debian/patches/020_debian.patch:5639:-		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch:5640:+		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5641- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5692-+	strongarm-* | thumb-*)
w3m-0.5.3/debian/patches/020_debian.patch:5693:+		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch-5694-+		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5733-+	xscale-* | xscalee[bl]-*)
w3m-0.5.3/debian/patches/020_debian.patch:5734:+		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
w3m-0.5.3/debian/patches/020_debian.patch-5735-+		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5786- 	*)
w3m-0.5.3/debian/patches/020_debian.patch:5787:-		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
w3m-0.5.3/debian/patches/020_debian.patch:5788:+		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
w3m-0.5.3/debian/patches/020_debian.patch-5789- 		exit 1
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5795- 	*-digital*)
w3m-0.5.3/debian/patches/020_debian.patch:5796:-		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
w3m-0.5.3/debian/patches/020_debian.patch:5797:+		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
w3m-0.5.3/debian/patches/020_debian.patch-5798- 		;;
w3m-0.5.3/debian/patches/020_debian.patch-5799- 	*-commodore*)
w3m-0.5.3/debian/patches/020_debian.patch:5800:-		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
w3m-0.5.3/debian/patches/020_debian.patch:5801:+		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
w3m-0.5.3/debian/patches/020_debian.patch-5802- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5817- 	-solaris1 | -solaris1.*)
w3m-0.5.3/debian/patches/020_debian.patch:5818: 		os=`echo $os | sed -e 's|solaris1|sunos4|'`
w3m-0.5.3/debian/patches/020_debian.patch-5819- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5829- 	-gnu/linux*)
w3m-0.5.3/debian/patches/020_debian.patch:5830: 		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
w3m-0.5.3/debian/patches/020_debian.patch-5831- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5884- 	-nto*)
w3m-0.5.3/debian/patches/020_debian.patch:5885: 		os=`echo $os | sed -e 's|nto|nto-qnx|'`
w3m-0.5.3/debian/patches/020_debian.patch-5886- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5893- 	-mac*)
w3m-0.5.3/debian/patches/020_debian.patch:5894:-		os=`echo $os | sed -e 's|mac|macos|'`
w3m-0.5.3/debian/patches/020_debian.patch:5895:+		os=`echo "$os" | sed -e 's|mac|macos|'`
w3m-0.5.3/debian/patches/020_debian.patch-5896- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5899-@@ -1198,26 +1421,20 @@ case $os in
w3m-0.5.3/debian/patches/020_debian.patch:5900: 		os=`echo $os | sed -e 's|linux|linux-gnu|'`
w3m-0.5.3/debian/patches/020_debian.patch-5901- 		;;
w3m-0.5.3/debian/patches/020_debian.patch-5902- 	-sunos5*)
w3m-0.5.3/debian/patches/020_debian.patch:5903:-		os=`echo $os | sed -e 's|sunos5|solaris2|'`
w3m-0.5.3/debian/patches/020_debian.patch:5904:+		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
w3m-0.5.3/debian/patches/020_debian.patch-5905- 		;;
w3m-0.5.3/debian/patches/020_debian.patch-5906- 	-sunos6*)
w3m-0.5.3/debian/patches/020_debian.patch:5907:-		os=`echo $os | sed -e 's|sunos6|solaris3|'`
w3m-0.5.3/debian/patches/020_debian.patch:5908:+		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
w3m-0.5.3/debian/patches/020_debian.patch-5909- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-5999- 		# Get rid of the `-' at the beginning of $os.
w3m-0.5.3/debian/patches/020_debian.patch:6000: 		os=`echo $os | sed 's/[^-]*-//'`
w3m-0.5.3/debian/patches/020_debian.patch:6001:-		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
w3m-0.5.3/debian/patches/020_debian.patch:6002:+		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
w3m-0.5.3/debian/patches/020_debian.patch-6003- 		exit 1
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-6114- 		esac
w3m-0.5.3/debian/patches/020_debian.patch:6115:-		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
w3m-0.5.3/debian/patches/020_debian.patch:6116:+		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
w3m-0.5.3/debian/patches/020_debian.patch-6117- 		;;
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-6180- 
w3m-0.5.3/debian/patches/020_debian.patch:6181:-     IMGX11CFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gtk+-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch:6182:-     IMGX11LDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gtk+-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch:6183:+     IMGX11CFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch:6184:+     IMGX11LDFLAGS="-lX11 `${PKG_CONFIG} --libs gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch-6185-    elif test x"$have_gdkpixbuf" = xyes; then
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-6190- 
w3m-0.5.3/debian/patches/020_debian.patch:6191:      IMGX11CFLAGS="`${IMLIB2_CONFIG} --cflags`"
w3m-0.5.3/debian/patches/020_debian.patch:6192:-     IMGX11LDFLAGS="`${IMLIB2_CONFIG} --libs`"
w3m-0.5.3/debian/patches/020_debian.patch:6193:+     IMGX11LDFLAGS="-lX11 `${PKG_CONFIG} --libs imlib2`"
w3m-0.5.3/debian/patches/020_debian.patch-6194-    else
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-6200- 
w3m-0.5.3/debian/patches/020_debian.patch:6201:-     IMGFBCFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gtk+-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch:6202:-     IMGFBLDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0 gtk+-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch:6203:+     IMGFBCFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch:6204:+     IMGFBLDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0`"
w3m-0.5.3/debian/patches/020_debian.patch-6205-    elif test x"$have_gdkpixbuf" = xyes; then
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-6210-      IMGOBJS="$IMGOBJS fb/fb_w3mimg.o fb/fb.o fb/fb_img.o"
w3m-0.5.3/debian/patches/020_debian.patch:6211:      IMGFBCFLAGS="`${IMLIB2_CONFIG} --cflags`"
w3m-0.5.3/debian/patches/020_debian.patch:6212:-     IMGFBLDFLAGS="`${IMLIB2_CONFIG} --libs`"
w3m-0.5.3/debian/patches/020_debian.patch:6213:+     IMGFBLDFLAGS="`${PKG_CONFIG} --libs imlib2`"
w3m-0.5.3/debian/patches/020_debian.patch-6214-    else
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-6232-  for lib in $with_termlib; do
w3m-0.5.3/debian/patches/020_debian.patch:6233:    as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_tgetent" | $as_tr_sh`
w3m-0.5.3/debian/patches/020_debian.patch-6234- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -l$lib" >&5
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-6241- do :
w3m-0.5.3/debian/patches/020_debian.patch:6242:   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
w3m-0.5.3/debian/patches/020_debian.patch-6243- ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-6264- 
w3m-0.5.3/debian/patches/020_debian.patch:6265:  cvsver=`$AWK '\$1 ~ /Id:/ { print \$3}' $srcdir/ChangeLog`
w3m-0.5.3/debian/patches/020_debian.patch-6266-- sed -e 's/define CURRENT_VERSION "\(.*\)+cvs/define CURRENT_VERSION "\1+cvs-'$cvsver'/' $srcdir/version.c.in > version.c
w3m-0.5.3/debian/patches/020_debian.patch:6267:+ ymdver=`sed -e 's/ .*//;s/-//g;q' $srcdir/ChangeLog`
w3m-0.5.3/debian/patches/020_debian.patch-6268-+ sed -e 's/define CURRENT_VERSION "\(.*\)YYYYMMDD/define CURRENT_VERSION "\1'$ymdver'/;s/define CURRENT_VERSION "\(.*\)+cvs/define CURRENT_VERSION "\1+cvs-'$cvsver'/' $srcdir/version.c.in > version.c
w3m-0.5.3/debian/patches/020_debian.patch:6269:  CURRENT_VERSION=`sed -n 's/.*define CURRENT_VERSION *"w3m\/\(.*\)".*$/\1/p' version.c`
w3m-0.5.3/debian/patches/020_debian.patch-6270--ac_config_files="$ac_config_files Makefile posubst po/Makefile.in scripts/Makefile scripts/dirlist.cgi scripts/w3mhelp.cgi scripts/w3mmail.cgi scripts/xface2xpm scripts/multipart/Makefile scripts/multipart/multipart.cgi scripts/w3mman/Makefile scripts/w3mman/w3mman scripts/w3mman/w3mman.1 scripts/w3mman/w3mman2html.cgi libwc/Makefile w3mimg/Makefile w3mimg/fb/Makefile w3mimg/x11/Makefile w3mimg/win/Makefile w3mhelp-w3m_en.html w3mhelp-w3m_ja.html w3mhelp-lynx_en.html w3mhelp-lynx_ja.html"
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-17648-+		struct hostent *sockent;
w3m-0.5.3/debian/patches/020_debian.patch:17649: 		if ((sockent = gethostbyaddr((char *)&sockname.sin_addr,
w3m-0.5.3/debian/patches/020_debian.patch-17650- 					     sizeof(sockname.sin_addr),
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-22292-@@ -89,7 +89,7 @@ CATALOGS = @CATALOGS@
w3m-0.5.3/debian/patches/020_debian.patch:22293: 	@lang=`echo $* | sed -e 's,.*/,,'`; \
w3m-0.5.3/debian/patches/020_debian.patch-22294- 	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-28002- 	@for dirlang in $(DOCDIRS); do \
w3m-0.5.3/debian/patches/020_debian.patch:28003: 	  dir=`expr "$$dirlang" : "\(.*\):.*"`; \
w3m-0.5.3/debian/patches/020_debian.patch-28004-@@ -87,7 +87,7 @@ install: $(LIB_TARGETS) $(HELP_TARGETS)
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-28429-+		$(INSTALL_MAN) $$file $(DESTDIR)$(MAN1_DE_DIR); \
w3m-0.5.3/debian/patches/020_debian.patch:28430:+		f=`echo "$$file" | sed -e 's/\.de\././'`; \
w3m-0.5.3/debian/patches/020_debian.patch-28431-+		mv $(DESTDIR)$(MAN1_DE_DIR)/$$file $(DESTDIR)$(MAN1_DE_DIR)/$$f; \
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-28441-+	do \
w3m-0.5.3/debian/patches/020_debian.patch:28442:+		f=`echo "$$file" | sed -e 's/\.de\././'`; \
w3m-0.5.3/debian/patches/020_debian.patch-28443-+		rm -f $(MAN1_DE_DIR)/$$f; \
##############################################
w3m-0.5.3/debian/patches/020_debian.patch-28729-   s@(\W)(\~?/[\w.][\w.\-/~]*)@$1 . &file_ref($2)@ge;
w3m-0.5.3/debian/patches/020_debian.patch:28730:   s@(include(<\/?[bu]\>|\s)*\&lt;)([\w.\-/]+)@$1 . &include_ref($3)@ge;
w3m-0.5.3/debian/patches/020_debian.patch-28731-   if ($prev && m@^\s*(\<[bu]\>)*(\w[\w.\-]*)(\</[bu]\>)*(\([\dm]\w*\))@) {
##############################################
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-88-.po.gmo:
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-150-	fi; \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-152-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-197-	  cd $(srcdir) \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-228-	for cat in $$catalogs; do \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-279-	for cat in $$catalogs; do \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:280:	  cat=`basename $$cat`; \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-325-	for cat in $$catalogs; do \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:326:	  cat=`basename $$cat`; \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-390-.nop.po-create:
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-392-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-397-.nop.po-update:
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-404-	cd $(srcdir); \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
w3m-0.5.3/.pc/020_debian.patch/po/Makefile.in.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
w3m-0.5.3/.pc/020_debian.patch/scripts/w3mman/w3mman2html.cgi.in-160-  s@(\W)(\~?/[\w.][\w.\-/~]*)@$1 . &file_ref($2)@ge;
w3m-0.5.3/.pc/020_debian.patch/scripts/w3mman/w3mman2html.cgi.in:161:  s@(include(<\/?[bu]\>|\s)*\&lt;)([\w.\-/]+)@$1 . &include_ref($3)@ge;
w3m-0.5.3/.pc/020_debian.patch/scripts/w3mman/w3mman2html.cgi.in-162-  if ($prev && m@^\s*(\<[bu]\>)*(\w[\w.\-]*)(\</[bu]\>)*(\([\dm]\w*\))@) {
##############################################
w3m-0.5.3/.pc/020_debian.patch/scripts/Makefile.in-65-	@for dirlang in $(DOCDIRS); do \
w3m-0.5.3/.pc/020_debian.patch/scripts/Makefile.in:66:	  dir=`expr "$$dirlang" : "\(.*\):.*"`; \
w3m-0.5.3/.pc/020_debian.patch/scripts/Makefile.in:67:	  lang=`expr "$$dirlang" : ".*:\(.*\)_.*"`; \
w3m-0.5.3/.pc/020_debian.patch/scripts/Makefile.in-68-	  echo '%funcdesc = (' > w3mhelp-funcdesc.$$lang.pl; \
##############################################
w3m-0.5.3/.pc/020_debian.patch/scripts/w3mhelp.cgi.in-316-
w3m-0.5.3/.pc/020_debian.patch/scripts/w3mhelp.cgi.in:317:  open(CYGPATH, '-|') || exec('cygpath', '-w', $_);
w3m-0.5.3/.pc/020_debian.patch/scripts/w3mhelp.cgi.in-318-  $_ = <CYGPATH>;
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-7-[AC_SUBST(CURRENT_VERSION)
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:8: cvsver=`$AWK '\$[1] ~ /Id:/ { print \$[3]}' $srcdir/ChangeLog`
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-9- sed -e 's/define CURRENT_VERSION "\(.*\)+cvs/define CURRENT_VERSION "\1+cvs-'$cvsver'/' $srcdir/version.c.in > version.c
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:10: CURRENT_VERSION=`sed -n 's/.*define CURRENT_VERSION *"w3m\/\(.*\)".*$/\1/p' version.c`])
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-11-#
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-219- AC_MSG_RESULT($display_charset)
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:220: display_charset=`awk '$[1] == "'$display_charset'" {print $[2]}' $srcdir/charset-list`
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-221- case "$display_charset" in
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-249-fi
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:250:W3M_LANGDEF=`echo $w3m_lang | tr 'a-z' 'A-Z'`
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-251-W3M_LANG=$W3M_LANGDEF
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-552-   AC_MSG_RESULT($version)
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:553:   set -- `echo "$version" | sed 's/[[^0-9]]/ /g'`
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-554-   if test "$[1]" -ne "$3" -o "$[2]" -lt "$4" || test "$[2]" -eq "$4" -a "$[3]" -lt "$5"; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-672-   AC_W3M_CHECK_VER([GdkPixbuf],
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:673:	[`$PKG_CONFIG --modversion gdk-pixbuf-2.0 2>/dev/null`],
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-674-	2, 0, 0,
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-680-    AC_W3M_CHECK_VER([GdkPixbuf],
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:681:	[`$GDKPIXBUF_CONFIG --version 2>/dev/null`],
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-682-	0, 16, 0,
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-688-   AC_W3M_CHECK_VER([Imlib],
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:689:	[`$IMLIB_CONFIG --version 2>/dev/null`],
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-690-	1, 9, 8,
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-695-   AC_W3M_CHECK_VER([Imlib2],
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:696:	[`$IMLIB2_CONFIG --version 2>/dev/null`],
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-697-	1, 0, 5,
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-707-     AC_DEFINE(USE_GTK2)
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:708:     IMGX11CFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gtk+-2.0`"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:709:     IMGX11LDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gtk+-2.0`"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-710-   elif test x"$have_gdkpixbuf" = xyes; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-714-     AC_DEFINE(USE_GDKPIXBUF)
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:715:     IMGX11CFLAGS="`${GDKPIXBUF_CONFIG} --cflags`"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:716:     IMGX11LDFLAGS="`${GDKPIXBUF_CONFIG} --libs` -lgdk_pixbuf_xlib"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-717-   elif test x"$have_imlib" = xyes; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-721-     AC_DEFINE(USE_IMLIB)
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:722:     IMGX11CFLAGS="`${IMLIB_CONFIG} --cflags`"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:723:     IMGX11LDFLAGS="`${IMLIB_CONFIG} --libs`"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-724-     IMGTARGETS="x11"    
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-729-     AC_DEFINE(USE_IMLIB2)
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:730:     IMGX11CFLAGS="`${IMLIB2_CONFIG} --cflags`"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:731:     IMGX11LDFLAGS="`${IMLIB2_CONFIG} --libs`"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-732-   else
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-742-     AC_DEFINE(USE_GTK2)
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:743:     IMGFBCFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gtk+-2.0`"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:744:     IMGFBLDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0 gtk+-2.0`"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-745-   elif test x"$have_gdkpixbuf" = xyes; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-749-     AC_DEFINE(USE_GDKPIXBUF)
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:750:     IMGFBCFLAGS="`${GDKPIXBUF_CONFIG} --cflags`"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:751:     IMGFBLDFLAGS="`${GDKPIXBUF_CONFIG} --libs`"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-752-   elif test x"$have_imlib2" = xyes; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-757-     IMGOBJS="$IMGOBJS fb/fb_w3mimg.o fb/fb.o fb/fb_img.o"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:758:     IMGFBCFLAGS="`${IMLIB2_CONFIG} --cflags`"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4:759:     IMGFBLDFLAGS="`${IMLIB2_CONFIG} --libs`"
w3m-0.5.3/.pc/020_debian.patch/acinclude.m4-760-   else
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-37-
w3m-0.5.3/.pc/020_debian.patch/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-39-
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-106-: ${TMPDIR=/tmp} ;
w3m-0.5.3/.pc/020_debian.patch/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
w3m-0.5.3/.pc/020_debian.patch/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-191-	    *)
w3m-0.5.3/.pc/020_debian.patch/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-193-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-259-	*4.0)
w3m-0.5.3/.pc/020_debian.patch/config.guess:260:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-261-		;;
w3m-0.5.3/.pc/020_debian.patch/config.guess-262-	*5.*)
w3m-0.5.3/.pc/020_debian.patch/config.guess:263:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-264-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-269-	# types through head -n 1, so we only detect the type of CPU 0.
w3m-0.5.3/.pc/020_debian.patch/config.guess:270:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
w3m-0.5.3/.pc/020_debian.patch/config.guess-271-	case "$ALPHA_CPU_TYPE" in
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-307-	# 1.2 uses "1.2" for uname -r.
w3m-0.5.3/.pc/020_debian.patch/config.guess:308:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-309-	exit 0 ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-361-    sun4H:SunOS:5.*:*)
w3m-0.5.3/.pc/020_debian.patch/config.guess:362:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-363-	exit 0 ;;
w3m-0.5.3/.pc/020_debian.patch/config.guess-364-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
w3m-0.5.3/.pc/020_debian.patch/config.guess:365:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-366-	exit 0 ;;
w3m-0.5.3/.pc/020_debian.patch/config.guess-367-    i86pc:SunOS:5.*:*)
w3m-0.5.3/.pc/020_debian.patch/config.guess:368:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-369-	exit 0 ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-373-	# it's likely to be more like Solaris than SunOS4.
w3m-0.5.3/.pc/020_debian.patch/config.guess:374:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-375-	exit 0 ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-382-	# Japanese Language versions have a version number like `4.1.3-JL'.
w3m-0.5.3/.pc/020_debian.patch/config.guess:383:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-384-	exit 0 ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-388-    sun*:*:4.2BSD:*)
w3m-0.5.3/.pc/020_debian.patch/config.guess:389:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
w3m-0.5.3/.pc/020_debian.patch/config.guess-390-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-470-	$CC_FOR_BUILD -o $dummy $dummy.c \
w3m-0.5.3/.pc/020_debian.patch/config.guess:471:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
w3m-0.5.3/.pc/020_debian.patch/config.guess-472-	  && exit 0
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-525-    *:IRIX*:*:*)
w3m-0.5.3/.pc/020_debian.patch/config.guess:526:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-527-	exit 0 ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-564-    *:AIX:*:[45])
w3m-0.5.3/.pc/020_debian.patch/config.guess:565:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-566-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-599-    9000/[34678]??:HP-UX:*:*)
w3m-0.5.3/.pc/020_debian.patch/config.guess:600:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-601-	case "${UNAME_MACHINE}" in
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-653-EOF
w3m-0.5.3/.pc/020_debian.patch/config.guess:654:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
w3m-0.5.3/.pc/020_debian.patch/config.guess-655-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-671-    ia64:HP-UX:*:*)
w3m-0.5.3/.pc/020_debian.patch/config.guess:672:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-673-	echo ia64-hp-hpux${HPUX_REV}
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-771-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
w3m-0.5.3/.pc/020_debian.patch/config.guess:772:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-773-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-776-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
w3m-0.5.3/.pc/020_debian.patch/config.guess:777:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-778-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-799-EOF
w3m-0.5.3/.pc/020_debian.patch/config.guess:800:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
w3m-0.5.3/.pc/020_debian.patch/config.guess-801-	# GNU/KFreeBSD systems have a "k" prefix to indicate we are using
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-803-	case ${LIBC} in gnu) kernel_only='k' ;; esac
w3m-0.5.3/.pc/020_debian.patch/config.guess:804:	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
w3m-0.5.3/.pc/020_debian.patch/config.guess-805-	exit 0 ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-833-    prep*:SunOS:5.*:*)
w3m-0.5.3/.pc/020_debian.patch/config.guess:834:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-835-	exit 0 ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-837-	# the GNU system
w3m-0.5.3/.pc/020_debian.patch/config.guess:838:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-839-	exit 0 ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-841-	# other systems with GNU libc and userland
w3m-0.5.3/.pc/020_debian.patch/config.guess:842:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
w3m-0.5.3/.pc/020_debian.patch/config.guess-843-	exit 0 ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-877-EOF
w3m-0.5.3/.pc/020_debian.patch/config.guess:878:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
w3m-0.5.3/.pc/020_debian.patch/config.guess-879-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-896-EOF
w3m-0.5.3/.pc/020_debian.patch/config.guess:897:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
w3m-0.5.3/.pc/020_debian.patch/config.guess-898-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-997-EOF
w3m-0.5.3/.pc/020_debian.patch/config.guess:998:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
w3m-0.5.3/.pc/020_debian.patch/config.guess-999-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
w3m-0.5.3/.pc/020_debian.patch/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.guess-1260-    *:DragonFly:*:*)
w3m-0.5.3/.pc/020_debian.patch/config.guess:1261:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
w3m-0.5.3/.pc/020_debian.patch/config.guess-1262-	exit 0 ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-54-
w3m-0.5.3/.pc/020_debian.patch/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-56-
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
w3m-0.5.3/.pc/020_debian.patch/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-120-case $maybe_os in
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-123-    os=-$maybe_os
w3m-0.5.3/.pc/020_debian.patch/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-125-    ;;
w3m-0.5.3/.pc/020_debian.patch/config.sub-126-  *)
w3m-0.5.3/.pc/020_debian.patch/config.sub:127:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-128-    if [ $basic_machine != $1 ]
w3m-0.5.3/.pc/020_debian.patch/config.sub:129:    then os=`echo $1 | sed 's/.*-/-/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-130-    else os=; fi
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-174-		os=-sco3.2v5
w3m-0.5.3/.pc/020_debian.patch/config.sub:175:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-176-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-178-		os=-sco3.2v4
w3m-0.5.3/.pc/020_debian.patch/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-180-		;;
w3m-0.5.3/.pc/020_debian.patch/config.sub-181-	-sco3.2.[4-9]*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:182:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-184-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-186-		# Don't forget version if it is 3.2v4 or newer.
w3m-0.5.3/.pc/020_debian.patch/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-188-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-190-		os=-sco3.2v2
w3m-0.5.3/.pc/020_debian.patch/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-192-		;;
w3m-0.5.3/.pc/020_debian.patch/config.sub-193-	-udk*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-195-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-197-		os=-isc2.2
w3m-0.5.3/.pc/020_debian.patch/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-199-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-203-	-isc*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-205-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-209-	-ptx*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-211-		;;
w3m-0.5.3/.pc/020_debian.patch/config.sub-212-	-windowsnt*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:213:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-214-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-289-	*-*-*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:290:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
w3m-0.5.3/.pc/020_debian.patch/config.sub-291-		exit 1
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-386-	amd64-*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:387:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-388-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-596-	i*86v32)
w3m-0.5.3/.pc/020_debian.patch/config.sub:597:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-598-		os=-sysv32
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-600-	i*86v4*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:601:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-602-		os=-sysv4
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-604-	i*86v)
w3m-0.5.3/.pc/020_debian.patch/config.sub:605:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-606-		os=-sysv
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-608-	i*86sol2)
w3m-0.5.3/.pc/020_debian.patch/config.sub:609:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-610-		os=-solaris2
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-656-	mips3*-*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:657:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-658-		;;
w3m-0.5.3/.pc/020_debian.patch/config.sub-659-	mips3*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:660:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
w3m-0.5.3/.pc/020_debian.patch/config.sub-661-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-802-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:803:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-804-		;;
w3m-0.5.3/.pc/020_debian.patch/config.sub-805-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:806:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-807-		;;
w3m-0.5.3/.pc/020_debian.patch/config.sub-808-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:809:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-810-		;;
w3m-0.5.3/.pc/020_debian.patch/config.sub-811-	pentium4-*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:812:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-813-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-820-		;;
w3m-0.5.3/.pc/020_debian.patch/config.sub:821:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-822-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-826-	ppcle-* | powerpclittle-*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:827:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-828-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-830-		;;
w3m-0.5.3/.pc/020_debian.patch/config.sub:831:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-832-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-836-	ppc64le-* | powerpc64little-*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:837:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-838-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-1105-	*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:1106:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
w3m-0.5.3/.pc/020_debian.patch/config.sub-1107-		exit 1
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-1113-	*-digital*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:1114:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-1115-		;;
w3m-0.5.3/.pc/020_debian.patch/config.sub-1116-	*-commodore*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:1117:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-1118-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-1131-	-solaris1 | -solaris1.*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:1132:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-1133-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-1143-	-gnu/linux*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:1144:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-1145-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-1184-	-nto*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:1185:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-1186-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-1191-	-mac*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:1192:		os=`echo $os | sed -e 's|mac|macos|'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-1193-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-1197-	-linux*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:1198:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-1199-		;;
w3m-0.5.3/.pc/020_debian.patch/config.sub-1200-	-sunos5*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:1201:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-1202-		;;
w3m-0.5.3/.pc/020_debian.patch/config.sub-1203-	-sunos6*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:1204:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-1205-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-1252-	-sinix5.*)
w3m-0.5.3/.pc/020_debian.patch/config.sub:1253:		os=`echo $os | sed -e 's|sinix|sysv|'`
w3m-0.5.3/.pc/020_debian.patch/config.sub-1254-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-1300-		# Get rid of the `-' at the beginning of $os.
w3m-0.5.3/.pc/020_debian.patch/config.sub:1301:		os=`echo $os | sed 's/[^-]*-//'`
w3m-0.5.3/.pc/020_debian.patch/config.sub:1302:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
w3m-0.5.3/.pc/020_debian.patch/config.sub-1303-		exit 1
##############################################
w3m-0.5.3/.pc/020_debian.patch/config.sub-1536-		esac
w3m-0.5.3/.pc/020_debian.patch/config.sub:1537:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
w3m-0.5.3/.pc/020_debian.patch/config.sub-1538-		;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \
w3m-0.5.3/.pc/020_debian.patch/configure:48:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w3m-0.5.3/.pc/020_debian.patch/configure-49-  as_echo='print -r --'
w3m-0.5.3/.pc/020_debian.patch/configure-50-  as_echo_n='print -rn --'
w3m-0.5.3/.pc/020_debian.patch/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w3m-0.5.3/.pc/020_debian.patch/configure-52-  as_echo='printf %s\n'
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-54-else
w3m-0.5.3/.pc/020_debian.patch/configure:55:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w3m-0.5.3/.pc/020_debian.patch/configure-56-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-64-	expr "X$arg" : "X\\(.*\\)$as_nl";
w3m-0.5.3/.pc/020_debian.patch/configure:65:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w3m-0.5.3/.pc/020_debian.patch/configure-66-      esac;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-174-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
w3m-0.5.3/.pc/020_debian.patch/configure:175:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
w3m-0.5.3/.pc/020_debian.patch/configure-176-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-291-      case $as_dir in #(
w3m-0.5.3/.pc/020_debian.patch/configure:292:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w3m-0.5.3/.pc/020_debian.patch/configure-293-      *) as_qdir=$as_dir;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-356-  {
w3m-0.5.3/.pc/020_debian.patch/configure:357:    as_val=`expr "$@" || test $? -eq 1`
w3m-0.5.3/.pc/020_debian.patch/configure-358-  }
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-363-# ----------------------------------------
w3m-0.5.3/.pc/020_debian.patch/configure:364:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
w3m-0.5.3/.pc/020_debian.patch/configure-365-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-426-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
w3m-0.5.3/.pc/020_debian.patch/configure:427:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
w3m-0.5.3/.pc/020_debian.patch/configure-428-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-517-	esac;
w3m-0.5.3/.pc/020_debian.patch/configure:518:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
w3m-0.5.3/.pc/020_debian.patch/configure-519-	???[sx]*):;;*)false;;esac;fi
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-890-  case $ac_option in
w3m-0.5.3/.pc/020_debian.patch/configure:891:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
w3m-0.5.3/.pc/020_debian.patch/configure-892-  *=)   ac_optarg= ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-934-  -disable-* | --disable-*)
w3m-0.5.3/.pc/020_debian.patch/configure:935:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
w3m-0.5.3/.pc/020_debian.patch/configure-936-    # Reject names that are not valid shell variable names.
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-939-    ac_useropt_orig=$ac_useropt
w3m-0.5.3/.pc/020_debian.patch/configure:940:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w3m-0.5.3/.pc/020_debian.patch/configure-941-    case $ac_user_opts in
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-960-  -enable-* | --enable-*)
w3m-0.5.3/.pc/020_debian.patch/configure:961:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
w3m-0.5.3/.pc/020_debian.patch/configure-962-    # Reject names that are not valid shell variable names.
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-965-    ac_useropt_orig=$ac_useropt
w3m-0.5.3/.pc/020_debian.patch/configure:966:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w3m-0.5.3/.pc/020_debian.patch/configure-967-    case $ac_user_opts in
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-1164-  -with-* | --with-*)
w3m-0.5.3/.pc/020_debian.patch/configure:1165:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
w3m-0.5.3/.pc/020_debian.patch/configure-1166-    # Reject names that are not valid shell variable names.
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-1169-    ac_useropt_orig=$ac_useropt
w3m-0.5.3/.pc/020_debian.patch/configure:1170:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w3m-0.5.3/.pc/020_debian.patch/configure-1171-    case $ac_user_opts in
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-1180-  -without-* | --without-*)
w3m-0.5.3/.pc/020_debian.patch/configure:1181:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
w3m-0.5.3/.pc/020_debian.patch/configure-1182-    # Reject names that are not valid shell variable names.
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-1185-    ac_useropt_orig=$ac_useropt
w3m-0.5.3/.pc/020_debian.patch/configure:1186:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w3m-0.5.3/.pc/020_debian.patch/configure-1187-    case $ac_user_opts in
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-1218-  *=*)
w3m-0.5.3/.pc/020_debian.patch/configure:1219:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
w3m-0.5.3/.pc/020_debian.patch/configure-1220-    # Reject names that are not valid shell variable names.
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-1239-if test -n "$ac_prev"; then
w3m-0.5.3/.pc/020_debian.patch/configure:1240:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
w3m-0.5.3/.pc/020_debian.patch/configure-1241-  as_fn_error $? "missing argument to $ac_option"
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-1261-    */ )
w3m-0.5.3/.pc/020_debian.patch/configure:1262:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
w3m-0.5.3/.pc/020_debian.patch/configure-1263-      eval $ac_var=\$ac_val;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-1298-ac_ls_di=`ls -di .` &&
w3m-0.5.3/.pc/020_debian.patch/configure:1299:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
w3m-0.5.3/.pc/020_debian.patch/configure-1300-  as_fn_error $? "working directory cannot be determined"
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-1354-case $srcdir in
w3m-0.5.3/.pc/020_debian.patch/configure:1355:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
w3m-0.5.3/.pc/020_debian.patch/configure-1356-esac
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-1397-By default, \`make install' will install all the files in
w3m-0.5.3/.pc/020_debian.patch/configure:1398:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
w3m-0.5.3/.pc/020_debian.patch/configure:1399:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
w3m-0.5.3/.pc/020_debian.patch/configure-1400-for instance \`--prefix=\$HOME'.
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-1533-*)
w3m-0.5.3/.pc/020_debian.patch/configure:1534:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w3m-0.5.3/.pc/020_debian.patch/configure-1535-  # A ".." for each directory in $ac_dir_suffix.
w3m-0.5.3/.pc/020_debian.patch/configure:1536:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w3m-0.5.3/.pc/020_debian.patch/configure-1537-  case $ac_top_builddir_sub in
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-2291-    *\'*)
w3m-0.5.3/.pc/020_debian.patch/configure:2292:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
w3m-0.5.3/.pc/020_debian.patch/configure-2293-    esac
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-2374-      case $ac_val in
w3m-0.5.3/.pc/020_debian.patch/configure:2375:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w3m-0.5.3/.pc/020_debian.patch/configure-2376-      esac
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-2389-	case $ac_val in
w3m-0.5.3/.pc/020_debian.patch/configure:2390:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w3m-0.5.3/.pc/020_debian.patch/configure-2391-	esac
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-2510-    set,)
w3m-0.5.3/.pc/020_debian.patch/configure:2511:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
w3m-0.5.3/.pc/020_debian.patch/configure:2512:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
w3m-0.5.3/.pc/020_debian.patch/configure-2513-      ac_cache_corrupted=: ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-2521-	# differences in whitespace do not lead to failure.
w3m-0.5.3/.pc/020_debian.patch/configure:2522:	ac_old_val_w=`echo x $ac_old_val`
w3m-0.5.3/.pc/020_debian.patch/configure:2523:	ac_new_val_w=`echo x $ac_new_val`
w3m-0.5.3/.pc/020_debian.patch/configure-2524-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-2541-    case $ac_new_val in
w3m-0.5.3/.pc/020_debian.patch/configure:2542:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
w3m-0.5.3/.pc/020_debian.patch/configure-2543-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-2744-$as_echo_n "checking whether the C++ compiler works... " >&6; }
w3m-0.5.3/.pc/020_debian.patch/configure:2745:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
w3m-0.5.3/.pc/020_debian.patch/configure-2746-
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-2788-	then :; else
w3m-0.5.3/.pc/020_debian.patch/configure:2789:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w3m-0.5.3/.pc/020_debian.patch/configure-2790-	fi
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-2848-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
w3m-0.5.3/.pc/020_debian.patch/configure:2849:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w3m-0.5.3/.pc/020_debian.patch/configure-2850-	  break;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-2957-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
w3m-0.5.3/.pc/020_debian.patch/configure:2958:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
w3m-0.5.3/.pc/020_debian.patch/configure-2959-       break;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-3952-set x ${MAKE-make}
w3m-0.5.3/.pc/020_debian.patch/configure:3953:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w3m-0.5.3/.pc/020_debian.patch/configure-3954-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-3962-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w3m-0.5.3/.pc/020_debian.patch/configure:3963:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w3m-0.5.3/.pc/020_debian.patch/configure-3964-  *@@@%%%=?*=@@@%%%*)
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4221-test "x$ac_build_alias" = x &&
w3m-0.5.3/.pc/020_debian.patch/configure:4222:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
w3m-0.5.3/.pc/020_debian.patch/configure-4223-test "x$ac_build_alias" = x &&
w3m-0.5.3/.pc/020_debian.patch/configure-4224-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
w3m-0.5.3/.pc/020_debian.patch/configure:4225:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
w3m-0.5.3/.pc/020_debian.patch/configure-4226-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4245-IFS=$ac_save_IFS
w3m-0.5.3/.pc/020_debian.patch/configure:4246:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
w3m-0.5.3/.pc/020_debian.patch/configure-4247-
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4256-else
w3m-0.5.3/.pc/020_debian.patch/configure:4257:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
w3m-0.5.3/.pc/020_debian.patch/configure-4258-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4278-IFS=$ac_save_IFS
w3m-0.5.3/.pc/020_debian.patch/configure:4279:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
w3m-0.5.3/.pc/020_debian.patch/configure-4280-
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4409-$as_echo "$display_charset" >&6; }
w3m-0.5.3/.pc/020_debian.patch/configure:4410: display_charset=`awk '$1 == "'$display_charset'" {print $2}' $srcdir/charset-list`
w3m-0.5.3/.pc/020_debian.patch/configure-4411- case "$display_charset" in
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4439-fi
w3m-0.5.3/.pc/020_debian.patch/configure:4440:W3M_LANGDEF=`echo $w3m_lang | tr 'a-z' 'A-Z'`
w3m-0.5.3/.pc/020_debian.patch/configure-4441-W3M_LANG=$W3M_LANGDEF
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4482-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
w3m-0.5.3/.pc/020_debian.patch/configure:4483:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
w3m-0.5.3/.pc/020_debian.patch/configure-4484-	     'mkdir (GNU coreutils) '* | \
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4648-
w3m-0.5.3/.pc/020_debian.patch/configure:4649:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
w3m-0.5.3/.pc/020_debian.patch/configure-4650-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4653-
w3m-0.5.3/.pc/020_debian.patch/configure:4654:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
w3m-0.5.3/.pc/020_debian.patch/configure-4655-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4731-
w3m-0.5.3/.pc/020_debian.patch/configure:4732:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
w3m-0.5.3/.pc/020_debian.patch/configure-4733-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4861-    # gcc leaves a trailing carriage return which upsets mingw
w3m-0.5.3/.pc/020_debian.patch/configure:4862:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w3m-0.5.3/.pc/020_debian.patch/configure-4863-  *)
w3m-0.5.3/.pc/020_debian.patch/configure:4864:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w3m-0.5.3/.pc/020_debian.patch/configure-4865-  esac
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4870-      # Canonicalize the path of ld
w3m-0.5.3/.pc/020_debian.patch/configure:4871:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
w3m-0.5.3/.pc/020_debian.patch/configure-4872-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
w3m-0.5.3/.pc/020_debian.patch/configure:4873:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
w3m-0.5.3/.pc/020_debian.patch/configure-4874-      done
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4904-      # Break only if it was the GNU/non-GNU ld that we prefer.
w3m-0.5.3/.pc/020_debian.patch/configure:4905:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
w3m-0.5.3/.pc/020_debian.patch/configure-4906-      *GNU* | *'with BFD'*)
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-4933-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
w3m-0.5.3/.pc/020_debian.patch/configure:4934:case `$LD -v 2>&1 </dev/null` in
w3m-0.5.3/.pc/020_debian.patch/configure-4935-*GNU* | *'with BFD'*)
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-5000-  # Check for GNU $ac_path_GREP
w3m-0.5.3/.pc/020_debian.patch/configure:5001:case `"$ac_path_GREP" --version 2>&1` in
w3m-0.5.3/.pc/020_debian.patch/configure-5002-*GNU*)
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-5066-  # Check for GNU $ac_path_EGREP
w3m-0.5.3/.pc/020_debian.patch/configure:5067:case `"$ac_path_EGREP" --version 2>&1` in
w3m-0.5.3/.pc/020_debian.patch/configure-5068-*GNU*)
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-5151-    *)
w3m-0.5.3/.pc/020_debian.patch/configure:5152:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
w3m-0.5.3/.pc/020_debian.patch/configure-5153-      if test -n "$searchpath"; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-5161-                ;;
w3m-0.5.3/.pc/020_debian.patch/configure:5162:              *) searchdir=`cd "$searchdir" && pwd`
w3m-0.5.3/.pc/020_debian.patch/configure-5163-                 case "$searchdir" in
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-5252-        names_already_handled="$names_already_handled $name"
w3m-0.5.3/.pc/020_debian.patch/configure:5253:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
w3m-0.5.3/.pc/020_debian.patch/configure-5254-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-5328-                -L*)
w3m-0.5.3/.pc/020_debian.patch/configure:5329:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
w3m-0.5.3/.pc/020_debian.patch/configure-5330-                                    if test -n "$acl_shlibext"; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-5445-              */$acl_libdirstem | */$acl_libdirstem/)
w3m-0.5.3/.pc/020_debian.patch/configure:5446:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
w3m-0.5.3/.pc/020_debian.patch/configure-5447-                if test "$name" = 'iconv'; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-5452-              */$acl_libdirstem2 | */$acl_libdirstem2/)
w3m-0.5.3/.pc/020_debian.patch/configure:5453:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
w3m-0.5.3/.pc/020_debian.patch/configure-5454-                if test "$name" = 'iconv'; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-5503-                  -L*)
w3m-0.5.3/.pc/020_debian.patch/configure:5504:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
w3m-0.5.3/.pc/020_debian.patch/configure-5505-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-5562-                  -R*)
w3m-0.5.3/.pc/020_debian.patch/configure:5563:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
w3m-0.5.3/.pc/020_debian.patch/configure-5564-                    if test "$enable_rpath" != no; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-5587-                  -l*)
w3m-0.5.3/.pc/020_debian.patch/configure:5588:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
w3m-0.5.3/.pc/020_debian.patch/configure-5589-                    ;;
w3m-0.5.3/.pc/020_debian.patch/configure-5590-                  *.la)
w3m-0.5.3/.pc/020_debian.patch/configure:5591:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
w3m-0.5.3/.pc/020_debian.patch/configure-5592-                    ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6103-        names_already_handled="$names_already_handled $name"
w3m-0.5.3/.pc/020_debian.patch/configure:6104:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
w3m-0.5.3/.pc/020_debian.patch/configure-6105-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6179-                -L*)
w3m-0.5.3/.pc/020_debian.patch/configure:6180:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
w3m-0.5.3/.pc/020_debian.patch/configure-6181-                                    if test -n "$acl_shlibext"; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6296-              */$acl_libdirstem | */$acl_libdirstem/)
w3m-0.5.3/.pc/020_debian.patch/configure:6297:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
w3m-0.5.3/.pc/020_debian.patch/configure-6298-                if test "$name" = 'intl'; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6303-              */$acl_libdirstem2 | */$acl_libdirstem2/)
w3m-0.5.3/.pc/020_debian.patch/configure:6304:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
w3m-0.5.3/.pc/020_debian.patch/configure-6305-                if test "$name" = 'intl'; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6354-                  -L*)
w3m-0.5.3/.pc/020_debian.patch/configure:6355:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
w3m-0.5.3/.pc/020_debian.patch/configure-6356-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6413-                  -R*)
w3m-0.5.3/.pc/020_debian.patch/configure:6414:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
w3m-0.5.3/.pc/020_debian.patch/configure-6415-                    if test "$enable_rpath" != no; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6438-                  -l*)
w3m-0.5.3/.pc/020_debian.patch/configure:6439:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
w3m-0.5.3/.pc/020_debian.patch/configure-6440-                    ;;
w3m-0.5.3/.pc/020_debian.patch/configure-6441-                  *.la)
w3m-0.5.3/.pc/020_debian.patch/configure:6442:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
w3m-0.5.3/.pc/020_debian.patch/configure-6443-                    ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6833-  if test x"$with_gtk2" = xyes; then
w3m-0.5.3/.pc/020_debian.patch/configure:6834:   version="`$PKG_CONFIG --modversion gdk-pixbuf-2.0 2>/dev/null`"
w3m-0.5.3/.pc/020_debian.patch/configure-6835- if test x"$version" != x; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6839-$as_echo "$version" >&6; }
w3m-0.5.3/.pc/020_debian.patch/configure:6840:   set -- `echo "$version" | sed 's/[^0-9]/ /g'`
w3m-0.5.3/.pc/020_debian.patch/configure-6841-   if test "$1" -ne "2" -o "$2" -lt "0" || test "$2" -eq "0" -a "$3" -lt "0"; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6855-   if test x"$have_gdkpixbuf" != xyes; then
w3m-0.5.3/.pc/020_debian.patch/configure:6856:    version="`$GDKPIXBUF_CONFIG --version 2>/dev/null`"
w3m-0.5.3/.pc/020_debian.patch/configure-6857- if test x"$version" != x; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6861-$as_echo "$version" >&6; }
w3m-0.5.3/.pc/020_debian.patch/configure:6862:   set -- `echo "$version" | sed 's/[^0-9]/ /g'`
w3m-0.5.3/.pc/020_debian.patch/configure-6863-   if test "$1" -ne "0" -o "$2" -lt "16" || test "$2" -eq "16" -a "$3" -lt "0"; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6877-  if test x"$with_imlib" = xyes; then
w3m-0.5.3/.pc/020_debian.patch/configure:6878:   version="`$IMLIB_CONFIG --version 2>/dev/null`"
w3m-0.5.3/.pc/020_debian.patch/configure-6879- if test x"$version" != x; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6883-$as_echo "$version" >&6; }
w3m-0.5.3/.pc/020_debian.patch/configure:6884:   set -- `echo "$version" | sed 's/[^0-9]/ /g'`
w3m-0.5.3/.pc/020_debian.patch/configure-6885-   if test "$1" -ne "1" -o "$2" -lt "9" || test "$2" -eq "9" -a "$3" -lt "8"; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6898-  if test x"$with_imlib2" = xyes; then
w3m-0.5.3/.pc/020_debian.patch/configure:6899:   version="`$IMLIB2_CONFIG --version 2>/dev/null`"
w3m-0.5.3/.pc/020_debian.patch/configure-6900- if test x"$version" != x; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6904-$as_echo "$version" >&6; }
w3m-0.5.3/.pc/020_debian.patch/configure:6905:   set -- `echo "$version" | sed 's/[^0-9]/ /g'`
w3m-0.5.3/.pc/020_debian.patch/configure-6906-   if test "$1" -ne "1" -o "$2" -lt "0" || test "$2" -eq "0" -a "$3" -lt "5"; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6928-
w3m-0.5.3/.pc/020_debian.patch/configure:6929:     IMGX11CFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gtk+-2.0`"
w3m-0.5.3/.pc/020_debian.patch/configure:6930:     IMGX11LDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gtk+-2.0`"
w3m-0.5.3/.pc/020_debian.patch/configure-6931-   elif test x"$have_gdkpixbuf" = xyes; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6937-
w3m-0.5.3/.pc/020_debian.patch/configure:6938:     IMGX11CFLAGS="`${GDKPIXBUF_CONFIG} --cflags`"
w3m-0.5.3/.pc/020_debian.patch/configure:6939:     IMGX11LDFLAGS="`${GDKPIXBUF_CONFIG} --libs` -lgdk_pixbuf_xlib"
w3m-0.5.3/.pc/020_debian.patch/configure-6940-   elif test x"$have_imlib" = xyes; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6946-
w3m-0.5.3/.pc/020_debian.patch/configure:6947:     IMGX11CFLAGS="`${IMLIB_CONFIG} --cflags`"
w3m-0.5.3/.pc/020_debian.patch/configure:6948:     IMGX11LDFLAGS="`${IMLIB_CONFIG} --libs`"
w3m-0.5.3/.pc/020_debian.patch/configure-6949-     IMGTARGETS="x11"
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6956-
w3m-0.5.3/.pc/020_debian.patch/configure:6957:     IMGX11CFLAGS="`${IMLIB2_CONFIG} --cflags`"
w3m-0.5.3/.pc/020_debian.patch/configure:6958:     IMGX11LDFLAGS="`${IMLIB2_CONFIG} --libs`"
w3m-0.5.3/.pc/020_debian.patch/configure-6959-   else
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6973-
w3m-0.5.3/.pc/020_debian.patch/configure:6974:     IMGFBCFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gtk+-2.0`"
w3m-0.5.3/.pc/020_debian.patch/configure:6975:     IMGFBLDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0 gtk+-2.0`"
w3m-0.5.3/.pc/020_debian.patch/configure-6976-   elif test x"$have_gdkpixbuf" = xyes; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6982-
w3m-0.5.3/.pc/020_debian.patch/configure:6983:     IMGFBCFLAGS="`${GDKPIXBUF_CONFIG} --cflags`"
w3m-0.5.3/.pc/020_debian.patch/configure:6984:     IMGFBLDFLAGS="`${GDKPIXBUF_CONFIG} --libs`"
w3m-0.5.3/.pc/020_debian.patch/configure-6985-   elif test x"$have_imlib2" = xyes; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-6992-     IMGOBJS="$IMGOBJS fb/fb_w3mimg.o fb/fb.o fb/fb_img.o"
w3m-0.5.3/.pc/020_debian.patch/configure:6993:     IMGFBCFLAGS="`${IMLIB2_CONFIG} --cflags`"
w3m-0.5.3/.pc/020_debian.patch/configure:6994:     IMGFBLDFLAGS="`${IMLIB2_CONFIG} --libs`"
w3m-0.5.3/.pc/020_debian.patch/configure-6995-   else
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-7672-  test $ac_status = 0; }; then
w3m-0.5.3/.pc/020_debian.patch/configure:7673:  pkg_cv_SSL_CFLAGS=`$PKG_CONFIG --cflags "openssl" 2>/dev/null`
w3m-0.5.3/.pc/020_debian.patch/configure-7674-else
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-7688-  test $ac_status = 0; }; then
w3m-0.5.3/.pc/020_debian.patch/configure:7689:  pkg_cv_SSL_LIBS=`$PKG_CONFIG --libs "openssl" 2>/dev/null`
w3m-0.5.3/.pc/020_debian.patch/configure-7690-else
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-7708-        if test $_pkg_short_errors_supported = yes; then
w3m-0.5.3/.pc/020_debian.patch/configure:7709:	        SSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "openssl" 2>&1`
w3m-0.5.3/.pc/020_debian.patch/configure-7710-        else
w3m-0.5.3/.pc/020_debian.patch/configure:7711:	        SSL_PKG_ERRORS=`$PKG_CONFIG --print-errors "openssl" 2>&1`
w3m-0.5.3/.pc/020_debian.patch/configure-7712-        fi
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-7981- for lib in $with_termlib; do
w3m-0.5.3/.pc/020_debian.patch/configure:7982:   as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_tgetent" | $as_tr_sh`
w3m-0.5.3/.pc/020_debian.patch/configure-7983-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -l$lib" >&5
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-8141-do :
w3m-0.5.3/.pc/020_debian.patch/configure:8142:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w3m-0.5.3/.pc/020_debian.patch/configure-8143-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-8146-  cat >>confdefs.h <<_ACEOF
w3m-0.5.3/.pc/020_debian.patch/configure:8147:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w3m-0.5.3/.pc/020_debian.patch/configure-8148-_ACEOF
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-8366-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
w3m-0.5.3/.pc/020_debian.patch/configure:8367:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
w3m-0.5.3/.pc/020_debian.patch/configure-8368-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-8398-  cat >>confdefs.h <<_ACEOF
w3m-0.5.3/.pc/020_debian.patch/configure:8399:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
w3m-0.5.3/.pc/020_debian.patch/configure-8400-_ACEOF
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-8770-do :
w3m-0.5.3/.pc/020_debian.patch/configure:8771:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
w3m-0.5.3/.pc/020_debian.patch/configure-8772-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-8774-  cat >>confdefs.h <<_ACEOF
w3m-0.5.3/.pc/020_debian.patch/configure:8775:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
w3m-0.5.3/.pc/020_debian.patch/configure-8776-_ACEOF
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9085-
w3m-0.5.3/.pc/020_debian.patch/configure:9086: cvsver=`$AWK '\$1 ~ /Id:/ { print \$3}' $srcdir/ChangeLog`
w3m-0.5.3/.pc/020_debian.patch/configure-9087- sed -e 's/define CURRENT_VERSION "\(.*\)+cvs/define CURRENT_VERSION "\1+cvs-'$cvsver'/' $srcdir/version.c.in > version.c
w3m-0.5.3/.pc/020_debian.patch/configure:9088: CURRENT_VERSION=`sed -n 's/.*define CURRENT_VERSION *"w3m\/\(.*\)".*$/\1/p' version.c`
w3m-0.5.3/.pc/020_debian.patch/configure-9089-ac_config_files="$ac_config_files Makefile posubst po/Makefile.in scripts/Makefile scripts/dirlist.cgi scripts/w3mhelp.cgi scripts/w3mmail.cgi scripts/xface2xpm scripts/multipart/Makefile scripts/multipart/multipart.cgi scripts/w3mman/Makefile scripts/w3mman/w3mman scripts/w3mman/w3mman.1 scripts/w3mman/w3mman2html.cgi libwc/Makefile w3mimg/Makefile w3mimg/fb/Makefile w3mimg/x11/Makefile w3mimg/win/Makefile w3mhelp-w3m_en.html w3mhelp-w3m_ja.html w3mhelp-lynx_en.html w3mhelp-lynx_ja.html"
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9177-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
w3m-0.5.3/.pc/020_debian.patch/configure:9178:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
w3m-0.5.3/.pc/020_debian.patch/configure-9179-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9244-if test -z "$BASH_VERSION$ZSH_VERSION" \
w3m-0.5.3/.pc/020_debian.patch/configure:9245:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w3m-0.5.3/.pc/020_debian.patch/configure-9246-  as_echo='print -r --'
w3m-0.5.3/.pc/020_debian.patch/configure-9247-  as_echo_n='print -rn --'
w3m-0.5.3/.pc/020_debian.patch/configure:9248:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w3m-0.5.3/.pc/020_debian.patch/configure-9249-  as_echo='printf %s\n'
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9251-else
w3m-0.5.3/.pc/020_debian.patch/configure:9252:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w3m-0.5.3/.pc/020_debian.patch/configure-9253-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9261-	expr "X$arg" : "X\\(.*\\)$as_nl";
w3m-0.5.3/.pc/020_debian.patch/configure:9262:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w3m-0.5.3/.pc/020_debian.patch/configure-9263-      esac;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9337-# ----------------------------------------
w3m-0.5.3/.pc/020_debian.patch/configure:9338:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
w3m-0.5.3/.pc/020_debian.patch/configure-9339-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9409-  {
w3m-0.5.3/.pc/020_debian.patch/configure:9410:    as_val=`expr "$@" || test $? -eq 1`
w3m-0.5.3/.pc/020_debian.patch/configure-9411-  }
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9513-      case $as_dir in #(
w3m-0.5.3/.pc/020_debian.patch/configure:9514:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w3m-0.5.3/.pc/020_debian.patch/configure-9515-      *) as_qdir=$as_dir;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9570-	esac;
w3m-0.5.3/.pc/020_debian.patch/configure:9571:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
w3m-0.5.3/.pc/020_debian.patch/configure-9572-	???[sx]*):;;*)false;;esac;fi
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9660-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
w3m-0.5.3/.pc/020_debian.patch/configure:9661:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
w3m-0.5.3/.pc/020_debian.patch/configure-9662-ac_cs_version="\\
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9685-  --*=?*)
w3m-0.5.3/.pc/020_debian.patch/configure:9686:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w3m-0.5.3/.pc/020_debian.patch/configure:9687:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
w3m-0.5.3/.pc/020_debian.patch/configure-9688-    ac_shift=:
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9690-  --*=)
w3m-0.5.3/.pc/020_debian.patch/configure:9691:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w3m-0.5.3/.pc/020_debian.patch/configure-9692-    ac_optarg=
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9714-    case $ac_optarg in
w3m-0.5.3/.pc/020_debian.patch/configure:9715:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w3m-0.5.3/.pc/020_debian.patch/configure-9716-    '') as_fn_error $? "missing file argument" ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9722-    case $ac_optarg in
w3m-0.5.3/.pc/020_debian.patch/configure:9723:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w3m-0.5.3/.pc/020_debian.patch/configure-9724-    esac
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9876-fi
w3m-0.5.3/.pc/020_debian.patch/configure:9877:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
w3m-0.5.3/.pc/020_debian.patch/configure-9878-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9893-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
w3m-0.5.3/.pc/020_debian.patch/configure:9894:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
w3m-0.5.3/.pc/020_debian.patch/configure-9895-ac_delim='%!_!# '
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-9899-
w3m-0.5.3/.pc/020_debian.patch/configure:9900:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
w3m-0.5.3/.pc/020_debian.patch/configure-9901-  if test $ac_delim_n = $ac_delim_num; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-10037-for ac_last_try in false false :; do
w3m-0.5.3/.pc/020_debian.patch/configure:10038:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
w3m-0.5.3/.pc/020_debian.patch/configure-10039-  if test -z "$ac_t"; then
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-10169-      esac
w3m-0.5.3/.pc/020_debian.patch/configure:10170:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
w3m-0.5.3/.pc/020_debian.patch/configure-10171-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-10228-*)
w3m-0.5.3/.pc/020_debian.patch/configure:10229:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w3m-0.5.3/.pc/020_debian.patch/configure-10230-  # A ".." for each directory in $ac_dir_suffix.
w3m-0.5.3/.pc/020_debian.patch/configure:10231:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w3m-0.5.3/.pc/020_debian.patch/configure-10232-  case $ac_top_builddir_sub in
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-10289-/@mandir@/p'
w3m-0.5.3/.pc/020_debian.patch/configure:10290:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
w3m-0.5.3/.pc/020_debian.patch/configure-10291-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-10306-
w3m-0.5.3/.pc/020_debian.patch/configure:10307:# Neutralize VPATH when `$srcdir' = `.'.
w3m-0.5.3/.pc/020_debian.patch/configure-10308-# Shell code in configure.ac might set extrasub.
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-10334-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
w3m-0.5.3/.pc/020_debian.patch/configure:10335:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
w3m-0.5.3/.pc/020_debian.patch/configure:10336:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
w3m-0.5.3/.pc/020_debian.patch/configure-10337-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-10384-      case "$ac_file" in
w3m-0.5.3/.pc/020_debian.patch/configure:10385:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
w3m-0.5.3/.pc/020_debian.patch/configure-10386-      esac
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-10389-        # Adjust a relative srcdir.
w3m-0.5.3/.pc/020_debian.patch/configure:10390:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
w3m-0.5.3/.pc/020_debian.patch/configure:10391:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
w3m-0.5.3/.pc/020_debian.patch/configure:10392:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
w3m-0.5.3/.pc/020_debian.patch/configure-10393-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-10396-        case "$ac_given_srcdir" in
w3m-0.5.3/.pc/020_debian.patch/configure:10397:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
w3m-0.5.3/.pc/020_debian.patch/configure-10398-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
w3m-0.5.3/.pc/020_debian.patch/configure-10416-            fi
w3m-0.5.3/.pc/020_debian.patch/configure:10417:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
w3m-0.5.3/.pc/020_debian.patch/configure-10418-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
w3m-0.5.3/.pc/020_debian.patch/ftp.c-158-
w3m-0.5.3/.pc/020_debian.patch/ftp.c:159:		if ((sockent = gethostbyaddr((char *)&sockname.sin_addr,
w3m-0.5.3/.pc/020_debian.patch/ftp.c-160-					     sizeof(sockname.sin_addr),
##############################################
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-148-	<DD>B4{DjCM: <U>n</U><BR>
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in:149:		w3m B$r Lynx BIw$N%-!<%P%$%s%G%#%s%0$G;HMQ$9$k$+$I$&$+$r;XDj$7$^$9!#;HMQ$9$k>l9g$O``<B>y</B>''B$r!";HMQ$7$J$$>l9g$O``<B>n</B>''B$r;XDj$7$^$9!#
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-150-	</DD>
##############################################
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-152-	<DD>B4{DjCM: <U>y</U><BR>
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in:153:		B%F!<%V%k$NOH$K7S@~$rMQ$$$?$j!"%"%$%F%`$K4A;z%7%s%\%k$r;HMQ$9$k$+$I$&$+$r;XDj$7$^$9!#;HMQ$9$k>l9g$O``<B>y</B>''B$r!";HMQ$7$J$$>l9g$O``<B>n</B>''B$r;XDj$7$^$9!#
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-154-	</DD>
##############################################
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-156-	<DD>B4{DjCM: <U>n</U><BR>
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in:157:		B%"%N%K%^%9 ftp B$G login B$9$k:]$N%Q%9%o!<%I$r%m%0%$%sL>$H%I%a%$%sL>$+$i<+F0@8@.$9$k$+$I$&$+$r;XDj$7$^$9!#;HMQ$9$k>l9g$O``<B>y</B>''B$r!";HMQ$7$J$$>l9g$O``<B>n</B>''B$r;XDj$7$^$9!#
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-158-	</DD>
##############################################
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-160-	<DD>B4{DjCM: <U>n</U><BR>
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in:161:		w3m B$N usage BI=<(;~$K!":Y$+$J%*%W%7%g%s$K$D$$$F$b%j%9%HI=<($9$k$+$I$&$+$r;XDj$7$^$9!#;HMQ$9$k>l9g$O``<B>y</B>''B$r!";HMQ$7$J$$>l9g$O``<B>n</B>''B$r;XDj$7$^$9!#
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-162-	</DD>
##############################################
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-164-	<DD>B4{DjCM: <U>n</U><BR>
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in:165:		w3m B$G NNTP B$r%5%]!<%H$9$k$+$I$&$+$r;XDj$7$^$9!#;HMQ$9$k>l9g$O``<B>y</B>''B$r!";HMQ$7$J$$>l9g$O``<B>n</B>''B$r;XDj$7$^$9!#``<B>y</B>''B$r;XDj$7$?>l9g!"!H<U>news:B!A</U>B!I$N URI B$,;HMQ$G$-$k$h$&$K$J$k!#
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-166-	</DD>
##############################################
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-168-	<DD>B4{DjCM: <U>n</U><BR>
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in:169:		HTMLBJ8=q<U>B0J30</U>B$,!"ANSI B$N%+%i!<MQ%(%9%1!<%W!&%7!<%1%s%9$KBP1~$9$k$+$I$&$+$r;XDj$7$^$9!#;HMQ$9$k>l9g$O``<B>y</B>''B$r!";HMQ$7$J$$>l9g$O``<B>n</B>''B$r;XDj$7$^$9!#
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-170-	</DD>
##############################################
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-245-<DT>USE_MARK
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in:246:    <DD><B>B%^!<%/A`:n</B>B$rM-8z$K$7$^$9!#$$$o$f$k vi B$N%^!<%/A`:n$HF1Ey$N$b$N$G$9!#<BR>
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/install.html.in-247-        B$3$l$r define B$9$k$H!"0J2<$N5!G=$r;H$($k$h$&$K$J$j$^$9!#
##############################################
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/outline.html.in-59-B0z?t$K%m!<%+%k%U%!%$%kL>$r;XDj$9$l$P$=$N%U%!%$%k$rI=<($7!"URL B$r;XDj$9$l$P$=$N URL B$G<($5$l$k WWW B$NFbMF$rI=<($7$^$9!#<BR>
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/outline.html.in:60:B2?$b;XDj$7$J$1$l$P!"I8=`F~NO$NFbMF$rI=<($7$^$9!#$?$@$7!"I8=`F~NO$, tty B$G$"$k>l9g$K$O!"usageB$r=PNO$7$F=*N;$7$^$9!#
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/outline.html.in-61-<P>
##############################################
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/outline.html.in-86-<P>
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/outline.html.in:87:w3m B$r5/F0$7$?8e$O!"1BJ8;z$N%3%^%s%I$r%-!<%\!<%I$+$iF~NO$9$k;v$GA`:n$7$^$9!#4pK\E*$J;H$$J}$K$D$$$F$O!"w3m B$r5/F0$7$?8e$K``<B>H</B>''B$rF~NO$7$F!"<A HREF="#help">B%X%k%W</A>B$r;2>H$7$F$/$@$5$$!#<BR>
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/outline.html.in-88-B$J$*!"%X%k%W%Z!<%8$N5-=R$G$O!"<B>C-x</B> B$O<U>B%3%s%H%m!<%k&nbsp;+&nbsp;x</U>B$rI=$7$^$9!#$^$?!"<B>SPC</B> B$O<U>B%9%Z!<%9%P!<</U>B!"<B>RET</B> B$O<U>B%j%?!<%s%-!<</U>B!"<B>ESC</B> B$O<U>B%(%9%1!<%W%-!<</U>B$G$9!#
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/outline.html.in-89-<P>
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/outline.html.in:90:w3m B$N%-!<A`:n$O!"w3m B$N make B;~$K7h$a$i$l$k%-!<A`:n$H8D?MMQ$KDj5A$9$k%-!<A`:n$,$"$j$^$9!#$^$?!"make B;~$K7h$a$i$l$k%-!<A`:n$K$O!"!Hw3m B%*%j%8%J%k$N%-!<A`:n!I$H!HLynx BIw$N%-!<A`:n!I$,$"$j$^$9!#%X%k%W$GI=<($9$kFbMF$O!"!Hw3m B%*%j%8%J%k!I!"!HLynx BIw!I$N$$$:$l$+$G$9!#
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/outline.html.in-91-<P>
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/outline.html.in-92-B$^$?!"%^%&%95!G=$r ON B$K$7$F w3m B$r make B$7$F$"$l$P!"%^%&%9$r;H$C$F w3m B$rA`:n$9$k$3$H$,$G$-$^$9!#%^%&%9$,;H$($k$N$O!"<B>xterm</B>/<B>kterm</B>/<B>rxvt</B> B$r;HMQ$7$F$$$k>l9g!"$^$?$O GPM B$,F0$$$F$$$k4D6-$r;H$C$F$$$k>l9g$G$9!#<BR>
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/outline.html.in:93:B%^%&%9$N>\$7$$A`:n$K$D$$$F$O<A HREF="@DOC.operation@#mouse">B!X%^%&%9A`:n!Y</A>B$r$4Mw$/$@$5$$!#
w3m-0.5.3/.pc/020_debian.patch/w3m-doc/outline.html.in-94-<P>
##############################################
w3m-0.5.3/acinclude.m4-7-[AC_SUBST(CURRENT_VERSION)
w3m-0.5.3/acinclude.m4:8: cvsver=`$AWK '\$[1] ~ /Id:/ { print \$[3]}' $srcdir/ChangeLog`
w3m-0.5.3/acinclude.m4:9: ymdver=`sed -e 's/ .*//;s/-//g;q' $srcdir/ChangeLog`
w3m-0.5.3/acinclude.m4-10- sed -e 's/define CURRENT_VERSION "\(.*\)YYYYMMDD/define CURRENT_VERSION "\1'$ymdver'/;s/define CURRENT_VERSION "\(.*\)+cvs/define CURRENT_VERSION "\1+cvs-'$cvsver'/' $srcdir/version.c.in > version.c
w3m-0.5.3/acinclude.m4:11: CURRENT_VERSION=`sed -n 's/.*define CURRENT_VERSION *"w3m\/\(.*\)".*$/\1/p' version.c`])
w3m-0.5.3/acinclude.m4-12-#
##############################################
w3m-0.5.3/acinclude.m4-220- AC_MSG_RESULT($display_charset)
w3m-0.5.3/acinclude.m4:221: display_charset=`awk '$[1] == "'$display_charset'" {print $[2]}' $srcdir/charset-list`
w3m-0.5.3/acinclude.m4-222- case "$display_charset" in
##############################################
w3m-0.5.3/acinclude.m4-250-fi
w3m-0.5.3/acinclude.m4:251:W3M_LANGDEF=`echo $w3m_lang | tr 'a-z' 'A-Z'`
w3m-0.5.3/acinclude.m4-252-W3M_LANG=$W3M_LANGDEF
##############################################
w3m-0.5.3/acinclude.m4-553-   AC_MSG_RESULT($version)
w3m-0.5.3/acinclude.m4:554:   set -- `echo "$version" | sed 's/[[^0-9]]/ /g'`
w3m-0.5.3/acinclude.m4-555-   if test "$[1]" -ne "$3" -o "$[2]" -lt "$4" || test "$[2]" -eq "$4" -a "$[3]" -lt "$5"; then
##############################################
w3m-0.5.3/acinclude.m4-674-   AC_W3M_CHECK_VER([GdkPixbuf],
w3m-0.5.3/acinclude.m4:675:	[`$PKG_CONFIG --modversion gdk-pixbuf-2.0 2>/dev/null`],
w3m-0.5.3/acinclude.m4-676-	2, 0, 0,
##############################################
w3m-0.5.3/acinclude.m4-682-    AC_W3M_CHECK_VER([GdkPixbuf],
w3m-0.5.3/acinclude.m4:683:	[`$GDKPIXBUF_CONFIG --version 2>/dev/null`],
w3m-0.5.3/acinclude.m4-684-	0, 16, 0,
##############################################
w3m-0.5.3/acinclude.m4-690-   AC_W3M_CHECK_VER([Imlib],
w3m-0.5.3/acinclude.m4:691:	[`$IMLIB_CONFIG --version 2>/dev/null`],
w3m-0.5.3/acinclude.m4-692-	1, 9, 8,
##############################################
w3m-0.5.3/acinclude.m4-697-   AC_W3M_CHECK_VER([Imlib2],
w3m-0.5.3/acinclude.m4:698:	[`$IMLIB2_CONFIG --version 2>/dev/null`],
w3m-0.5.3/acinclude.m4-699-	1, 0, 5,
##############################################
w3m-0.5.3/acinclude.m4-709-     AC_DEFINE(USE_GTK2)
w3m-0.5.3/acinclude.m4:710:     IMGX11CFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0`"
w3m-0.5.3/acinclude.m4:711:     IMGX11LDFLAGS="-lX11 `${PKG_CONFIG} --libs gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0`"
w3m-0.5.3/acinclude.m4-712-   elif test x"$have_gdkpixbuf" = xyes; then
##############################################
w3m-0.5.3/acinclude.m4-716-     AC_DEFINE(USE_GDKPIXBUF)
w3m-0.5.3/acinclude.m4:717:     IMGX11CFLAGS="`${GDKPIXBUF_CONFIG} --cflags`"
w3m-0.5.3/acinclude.m4:718:     IMGX11LDFLAGS="`${GDKPIXBUF_CONFIG} --libs` -lgdk_pixbuf_xlib"
w3m-0.5.3/acinclude.m4-719-   elif test x"$have_imlib" = xyes; then
##############################################
w3m-0.5.3/acinclude.m4-723-     AC_DEFINE(USE_IMLIB)
w3m-0.5.3/acinclude.m4:724:     IMGX11CFLAGS="`${IMLIB_CONFIG} --cflags`"
w3m-0.5.3/acinclude.m4:725:     IMGX11LDFLAGS="`${IMLIB_CONFIG} --libs`"
w3m-0.5.3/acinclude.m4-726-     IMGTARGETS="x11"    
##############################################
w3m-0.5.3/acinclude.m4-731-     AC_DEFINE(USE_IMLIB2)
w3m-0.5.3/acinclude.m4:732:     IMGX11CFLAGS="`${IMLIB2_CONFIG} --cflags`"
w3m-0.5.3/acinclude.m4:733:     IMGX11LDFLAGS="-lX11 `${PKG_CONFIG} --libs imlib2`"
w3m-0.5.3/acinclude.m4-734-   else
##############################################
w3m-0.5.3/acinclude.m4-744-     AC_DEFINE(USE_GTK2)
w3m-0.5.3/acinclude.m4:745:     IMGFBCFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0`"
w3m-0.5.3/acinclude.m4:746:     IMGFBLDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0`"
w3m-0.5.3/acinclude.m4-747-   elif test x"$have_gdkpixbuf" = xyes; then
##############################################
w3m-0.5.3/acinclude.m4-751-     AC_DEFINE(USE_GDKPIXBUF)
w3m-0.5.3/acinclude.m4:752:     IMGFBCFLAGS="`${GDKPIXBUF_CONFIG} --cflags`"
w3m-0.5.3/acinclude.m4:753:     IMGFBLDFLAGS="`${GDKPIXBUF_CONFIG} --libs`"
w3m-0.5.3/acinclude.m4-754-   elif test x"$have_imlib2" = xyes; then
##############################################
w3m-0.5.3/acinclude.m4-759-     IMGOBJS="$IMGOBJS fb/fb_w3mimg.o fb/fb.o fb/fb_img.o"
w3m-0.5.3/acinclude.m4:760:     IMGFBCFLAGS="`${IMLIB2_CONFIG} --cflags`"
w3m-0.5.3/acinclude.m4:761:     IMGFBLDFLAGS="`${PKG_CONFIG} --libs imlib2`"
w3m-0.5.3/acinclude.m4-762-   else
##############################################
w3m-0.5.3/config.guess-34-
w3m-0.5.3/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
w3m-0.5.3/config.guess-36-
##############################################
w3m-0.5.3/config.guess-102-: ${TMPDIR=/tmp} ;
w3m-0.5.3/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
w3m-0.5.3/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
w3m-0.5.3/config.guess-151-	EOF
w3m-0.5.3/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
w3m-0.5.3/config.guess-153-
##############################################
w3m-0.5.3/config.guess-188-	    earmv*)
w3m-0.5.3/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
w3m-0.5.3/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
w3m-0.5.3/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
w3m-0.5.3/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
w3m-0.5.3/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
w3m-0.5.3/config.guess-222-		;;
##############################################
w3m-0.5.3/config.guess-233-	    *)
w3m-0.5.3/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
w3m-0.5.3/config.guess-235-		;;
##############################################
w3m-0.5.3/config.guess-280-	*4.0)
w3m-0.5.3/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
w3m-0.5.3/config.guess-282-		;;
w3m-0.5.3/config.guess-283-	*5.*)
w3m-0.5.3/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
w3m-0.5.3/config.guess-285-		;;
##############################################
w3m-0.5.3/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
w3m-0.5.3/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
w3m-0.5.3/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
w3m-0.5.3/config.guess-328-	# 1.2 uses "1.2" for uname -r.
w3m-0.5.3/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
w3m-0.5.3/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
w3m-0.5.3/config.guess-379-    s390x:SunOS:*:*)
w3m-0.5.3/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
w3m-0.5.3/config.guess-381-	exit ;;
w3m-0.5.3/config.guess-382-    sun4H:SunOS:5.*:*)
w3m-0.5.3/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
w3m-0.5.3/config.guess-384-	exit ;;
w3m-0.5.3/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
w3m-0.5.3/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
w3m-0.5.3/config.guess-387-	exit ;;
##############################################
w3m-0.5.3/config.guess-404-	fi
w3m-0.5.3/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
w3m-0.5.3/config.guess-406-	exit ;;
##############################################
w3m-0.5.3/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
w3m-0.5.3/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
w3m-0.5.3/config.guess-412-	exit ;;
##############################################
w3m-0.5.3/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
w3m-0.5.3/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
w3m-0.5.3/config.guess-421-	exit ;;
##############################################
w3m-0.5.3/config.guess-425-    sun*:*:4.2BSD:*)
w3m-0.5.3/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
w3m-0.5.3/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
w3m-0.5.3/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
w3m-0.5.3/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
w3m-0.5.3/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
w3m-0.5.3/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
w3m-0.5.3/config.guess-563-    *:IRIX*:*:*)
w3m-0.5.3/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
w3m-0.5.3/config.guess-565-	exit ;;
##############################################
w3m-0.5.3/config.guess-593-EOF
w3m-0.5.3/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
w3m-0.5.3/config.guess-595-		then
##############################################
w3m-0.5.3/config.guess-606-    *:AIX:*:[4567])
w3m-0.5.3/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
w3m-0.5.3/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
w3m-0.5.3/config.guess-642-    9000/[34678]??:HP-UX:*:*)
w3m-0.5.3/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
w3m-0.5.3/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
w3m-0.5.3/config.guess-696-EOF
w3m-0.5.3/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
w3m-0.5.3/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
w3m-0.5.3/config.guess-724-    ia64:HP-UX:*:*)
w3m-0.5.3/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
w3m-0.5.3/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
w3m-0.5.3/config.guess-754-EOF
w3m-0.5.3/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
w3m-0.5.3/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
w3m-0.5.3/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
w3m-0.5.3/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
w3m-0.5.3/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w3m-0.5.3/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
w3m-0.5.3/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
w3m-0.5.3/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w3m-0.5.3/config.guess-850-	esac
w3m-0.5.3/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
w3m-0.5.3/config.guess-852-	exit ;;
##############################################
w3m-0.5.3/config.guess-886-    prep*:SunOS:5.*:*)
w3m-0.5.3/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
w3m-0.5.3/config.guess-888-	exit ;;
##############################################
w3m-0.5.3/config.guess-890-	# the GNU system
w3m-0.5.3/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
w3m-0.5.3/config.guess-892-	exit ;;
##############################################
w3m-0.5.3/config.guess-894-	# other systems with GNU libc and userland
w3m-0.5.3/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
w3m-0.5.3/config.guess-896-	exit ;;
##############################################
w3m-0.5.3/config.guess-988-EOF
w3m-0.5.3/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
w3m-0.5.3/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
w3m-0.5.3/config.guess-1092-    i*86:*:4.*:*)
w3m-0.5.3/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
w3m-0.5.3/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
w3m-0.5.3/config.guess-1295-	fi
w3m-0.5.3/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
w3m-0.5.3/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
w3m-0.5.3/config.guess-1393-    *:DragonFly:*:*)
w3m-0.5.3/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
w3m-0.5.3/config.guess-1395-	exit ;;
##############################################
w3m-0.5.3/config.guess-1406-    i*86:skyos:*:*)
w3m-0.5.3/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
w3m-0.5.3/config.guess-1408-	exit ;;
##############################################
w3m-0.5.3/config.sub-52-
w3m-0.5.3/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
w3m-0.5.3/config.sub-54-
##############################################
w3m-0.5.3/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
w3m-0.5.3/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
w3m-0.5.3/config.sub-116-case $maybe_os in
##############################################
w3m-0.5.3/config.sub-122-    os=-$maybe_os
w3m-0.5.3/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
w3m-0.5.3/config.sub-124-    ;;
##############################################
w3m-0.5.3/config.sub-126-    os=-linux-android
w3m-0.5.3/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
w3m-0.5.3/config.sub-128-    ;;
w3m-0.5.3/config.sub-129-  *)
w3m-0.5.3/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
w3m-0.5.3/config.sub-131-    if [ "$basic_machine" != "$1" ]
w3m-0.5.3/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
w3m-0.5.3/config.sub-133-    else os=; fi
##############################################
w3m-0.5.3/config.sub-180-		os=-sco5v6
w3m-0.5.3/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/config.sub-182-		;;
##############################################
w3m-0.5.3/config.sub-184-		os=-sco3.2v5
w3m-0.5.3/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/config.sub-186-		;;
##############################################
w3m-0.5.3/config.sub-188-		os=-sco3.2v4
w3m-0.5.3/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/config.sub-190-		;;
w3m-0.5.3/config.sub-191-	-sco3.2.[4-9]*)
w3m-0.5.3/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
w3m-0.5.3/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/config.sub-194-		;;
##############################################
w3m-0.5.3/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
w3m-0.5.3/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/config.sub-198-		;;
##############################################
w3m-0.5.3/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
w3m-0.5.3/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/config.sub-202-		;;
##############################################
w3m-0.5.3/config.sub-204-		os=-sco3.2v2
w3m-0.5.3/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/config.sub-206-		;;
w3m-0.5.3/config.sub-207-	-udk*)
w3m-0.5.3/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/config.sub-209-		;;
##############################################
w3m-0.5.3/config.sub-211-		os=-isc2.2
w3m-0.5.3/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/config.sub-213-		;;
##############################################
w3m-0.5.3/config.sub-217-	-isc*)
w3m-0.5.3/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
w3m-0.5.3/config.sub-219-		;;
##############################################
w3m-0.5.3/config.sub-229-	-ptx*)
w3m-0.5.3/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
w3m-0.5.3/config.sub-231-		;;
##############################################
w3m-0.5.3/config.sub-364-	*-*-*)
w3m-0.5.3/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
w3m-0.5.3/config.sub-366-		exit 1
##############################################
w3m-0.5.3/config.sub-493-	amd64-*)
w3m-0.5.3/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-495-		;;
##############################################
w3m-0.5.3/config.sub-538-	blackfin-*)
w3m-0.5.3/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-540-		os=-linux
##############################################
w3m-0.5.3/config.sub-546-	c54x-*)
w3m-0.5.3/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-548-		;;
w3m-0.5.3/config.sub-549-	c55x-*)
w3m-0.5.3/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-551-		;;
w3m-0.5.3/config.sub-552-	c6x-*)
w3m-0.5.3/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-554-		;;
##############################################
w3m-0.5.3/config.sub-650-	e500v[12]-*)
w3m-0.5.3/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-652-		os=$os"spe"
##############################################
w3m-0.5.3/config.sub-754-	i*86v32)
w3m-0.5.3/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/config.sub-756-		os=-sysv32
##############################################
w3m-0.5.3/config.sub-758-	i*86v4*)
w3m-0.5.3/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/config.sub-760-		os=-sysv4
##############################################
w3m-0.5.3/config.sub-762-	i*86v)
w3m-0.5.3/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/config.sub-764-		os=-sysv
##############################################
w3m-0.5.3/config.sub-766-	i*86sol2)
w3m-0.5.3/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
w3m-0.5.3/config.sub-768-		os=-solaris2
##############################################
w3m-0.5.3/config.sub-792-	leon-*|leon[3-9]-*)
w3m-0.5.3/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
w3m-0.5.3/config.sub-794-		;;
##############################################
w3m-0.5.3/config.sub-799-	m68knommu-*)
w3m-0.5.3/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-801-		os=-linux
##############################################
w3m-0.5.3/config.sub-833-	mips3*-*)
w3m-0.5.3/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
w3m-0.5.3/config.sub-835-		;;
w3m-0.5.3/config.sub-836-	mips3*)
w3m-0.5.3/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
w3m-0.5.3/config.sub-838-		;;
##############################################
w3m-0.5.3/config.sub-855-	ms1-*)
w3m-0.5.3/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
w3m-0.5.3/config.sub-857-		;;
##############################################
w3m-0.5.3/config.sub-980-	parisc-*)
w3m-0.5.3/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-982-		os=-linux
##############################################
w3m-0.5.3/config.sub-996-	pc98-*)
w3m-0.5.3/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-998-		;;
##############################################
w3m-0.5.3/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
w3m-0.5.3/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-1013-		;;
w3m-0.5.3/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
w3m-0.5.3/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-1016-		;;
w3m-0.5.3/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
w3m-0.5.3/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-1019-		;;
w3m-0.5.3/config.sub-1020-	pentium4-*)
w3m-0.5.3/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-1022-		;;
##############################################
w3m-0.5.3/config.sub-1030-	ppc-* | ppcbe-*)
w3m-0.5.3/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-1032-		;;
##############################################
w3m-0.5.3/config.sub-1036-	ppcle-* | powerpclittle-*)
w3m-0.5.3/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-1038-		;;
##############################################
w3m-0.5.3/config.sub-1040-		;;
w3m-0.5.3/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-1042-		;;
##############################################
w3m-0.5.3/config.sub-1046-	ppc64le-* | powerpc64little-*)
w3m-0.5.3/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-1048-		;;
##############################################
w3m-0.5.3/config.sub-1122-	strongarm-* | thumb-*)
w3m-0.5.3/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
w3m-0.5.3/config.sub-1124-		;;
##############################################
w3m-0.5.3/config.sub-1255-	xscale-* | xscalee[bl]-*)
w3m-0.5.3/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
w3m-0.5.3/config.sub-1257-		;;
##############################################
w3m-0.5.3/config.sub-1317-	*)
w3m-0.5.3/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
w3m-0.5.3/config.sub-1319-		exit 1
##############################################
w3m-0.5.3/config.sub-1325-	*-digital*)
w3m-0.5.3/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
w3m-0.5.3/config.sub-1327-		;;
w3m-0.5.3/config.sub-1328-	*-commodore*)
w3m-0.5.3/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
w3m-0.5.3/config.sub-1330-		;;
##############################################
w3m-0.5.3/config.sub-1346-	-solaris1 | -solaris1.*)
w3m-0.5.3/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
w3m-0.5.3/config.sub-1348-		;;
##############################################
w3m-0.5.3/config.sub-1355-	-gnu/linux*)
w3m-0.5.3/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
w3m-0.5.3/config.sub-1357-		;;
##############################################
w3m-0.5.3/config.sub-1407-	-nto*)
w3m-0.5.3/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
w3m-0.5.3/config.sub-1409-		;;
##############################################
w3m-0.5.3/config.sub-1414-	-mac*)
w3m-0.5.3/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
w3m-0.5.3/config.sub-1416-		;;
##############################################
w3m-0.5.3/config.sub-1420-	-linux*)
w3m-0.5.3/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
w3m-0.5.3/config.sub-1422-		;;
w3m-0.5.3/config.sub-1423-	-sunos5*)
w3m-0.5.3/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
w3m-0.5.3/config.sub-1425-		;;
w3m-0.5.3/config.sub-1426-	-sunos6*)
w3m-0.5.3/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
w3m-0.5.3/config.sub-1428-		;;
##############################################
w3m-0.5.3/config.sub-1469-	-sinix5.*)
w3m-0.5.3/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
w3m-0.5.3/config.sub-1471-		;;
##############################################
w3m-0.5.3/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
w3m-0.5.3/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
w3m-0.5.3/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
w3m-0.5.3/config.sub-1531-		exit 1
##############################################
w3m-0.5.3/config.sub-1788-		esac
w3m-0.5.3/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
w3m-0.5.3/config.sub-1790-		;;
##############################################
w3m-0.5.3/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \
w3m-0.5.3/configure:48:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w3m-0.5.3/configure-49-  as_echo='print -r --'
w3m-0.5.3/configure-50-  as_echo_n='print -rn --'
w3m-0.5.3/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w3m-0.5.3/configure-52-  as_echo='printf %s\n'
##############################################
w3m-0.5.3/configure-54-else
w3m-0.5.3/configure:55:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w3m-0.5.3/configure-56-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w3m-0.5.3/configure-64-	expr "X$arg" : "X\\(.*\\)$as_nl";
w3m-0.5.3/configure:65:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w3m-0.5.3/configure-66-      esac;
##############################################
w3m-0.5.3/configure-174-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
w3m-0.5.3/configure:175:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
w3m-0.5.3/configure-176-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
w3m-0.5.3/configure-291-      case $as_dir in #(
w3m-0.5.3/configure:292:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w3m-0.5.3/configure-293-      *) as_qdir=$as_dir;;
##############################################
w3m-0.5.3/configure-356-  {
w3m-0.5.3/configure:357:    as_val=`expr "$@" || test $? -eq 1`
w3m-0.5.3/configure-358-  }
##############################################
w3m-0.5.3/configure-363-# ----------------------------------------
w3m-0.5.3/configure:364:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
w3m-0.5.3/configure-365-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
w3m-0.5.3/configure-426-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
w3m-0.5.3/configure:427:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
w3m-0.5.3/configure-428-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
w3m-0.5.3/configure-517-	esac;
w3m-0.5.3/configure:518:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
w3m-0.5.3/configure-519-	???[sx]*):;;*)false;;esac;fi
##############################################
w3m-0.5.3/configure-890-  case $ac_option in
w3m-0.5.3/configure:891:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
w3m-0.5.3/configure-892-  *=)   ac_optarg= ;;
##############################################
w3m-0.5.3/configure-934-  -disable-* | --disable-*)
w3m-0.5.3/configure:935:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
w3m-0.5.3/configure-936-    # Reject names that are not valid shell variable names.
##############################################
w3m-0.5.3/configure-939-    ac_useropt_orig=$ac_useropt
w3m-0.5.3/configure:940:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w3m-0.5.3/configure-941-    case $ac_user_opts in
##############################################
w3m-0.5.3/configure-960-  -enable-* | --enable-*)
w3m-0.5.3/configure:961:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
w3m-0.5.3/configure-962-    # Reject names that are not valid shell variable names.
##############################################
w3m-0.5.3/configure-965-    ac_useropt_orig=$ac_useropt
w3m-0.5.3/configure:966:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w3m-0.5.3/configure-967-    case $ac_user_opts in
##############################################
w3m-0.5.3/configure-1164-  -with-* | --with-*)
w3m-0.5.3/configure:1165:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
w3m-0.5.3/configure-1166-    # Reject names that are not valid shell variable names.
##############################################
w3m-0.5.3/configure-1169-    ac_useropt_orig=$ac_useropt
w3m-0.5.3/configure:1170:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w3m-0.5.3/configure-1171-    case $ac_user_opts in
##############################################
w3m-0.5.3/configure-1180-  -without-* | --without-*)
w3m-0.5.3/configure:1181:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
w3m-0.5.3/configure-1182-    # Reject names that are not valid shell variable names.
##############################################
w3m-0.5.3/configure-1185-    ac_useropt_orig=$ac_useropt
w3m-0.5.3/configure:1186:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w3m-0.5.3/configure-1187-    case $ac_user_opts in
##############################################
w3m-0.5.3/configure-1218-  *=*)
w3m-0.5.3/configure:1219:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
w3m-0.5.3/configure-1220-    # Reject names that are not valid shell variable names.
##############################################
w3m-0.5.3/configure-1239-if test -n "$ac_prev"; then
w3m-0.5.3/configure:1240:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
w3m-0.5.3/configure-1241-  as_fn_error $? "missing argument to $ac_option"
##############################################
w3m-0.5.3/configure-1261-    */ )
w3m-0.5.3/configure:1262:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
w3m-0.5.3/configure-1263-      eval $ac_var=\$ac_val;;
##############################################
w3m-0.5.3/configure-1298-ac_ls_di=`ls -di .` &&
w3m-0.5.3/configure:1299:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
w3m-0.5.3/configure-1300-  as_fn_error $? "working directory cannot be determined"
##############################################
w3m-0.5.3/configure-1354-case $srcdir in
w3m-0.5.3/configure:1355:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
w3m-0.5.3/configure-1356-esac
##############################################
w3m-0.5.3/configure-1397-By default, \`make install' will install all the files in
w3m-0.5.3/configure:1398:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
w3m-0.5.3/configure:1399:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
w3m-0.5.3/configure-1400-for instance \`--prefix=\$HOME'.
##############################################
w3m-0.5.3/configure-1533-*)
w3m-0.5.3/configure:1534:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w3m-0.5.3/configure-1535-  # A ".." for each directory in $ac_dir_suffix.
w3m-0.5.3/configure:1536:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w3m-0.5.3/configure-1537-  case $ac_top_builddir_sub in
##############################################
w3m-0.5.3/configure-2291-    *\'*)
w3m-0.5.3/configure:2292:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
w3m-0.5.3/configure-2293-    esac
##############################################
w3m-0.5.3/configure-2374-      case $ac_val in
w3m-0.5.3/configure:2375:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w3m-0.5.3/configure-2376-      esac
##############################################
w3m-0.5.3/configure-2389-	case $ac_val in
w3m-0.5.3/configure:2390:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w3m-0.5.3/configure-2391-	esac
##############################################
w3m-0.5.3/configure-2510-    set,)
w3m-0.5.3/configure:2511:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
w3m-0.5.3/configure:2512:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
w3m-0.5.3/configure-2513-      ac_cache_corrupted=: ;;
##############################################
w3m-0.5.3/configure-2521-	# differences in whitespace do not lead to failure.
w3m-0.5.3/configure:2522:	ac_old_val_w=`echo x $ac_old_val`
w3m-0.5.3/configure:2523:	ac_new_val_w=`echo x $ac_new_val`
w3m-0.5.3/configure-2524-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
w3m-0.5.3/configure-2541-    case $ac_new_val in
w3m-0.5.3/configure:2542:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
w3m-0.5.3/configure-2543-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
w3m-0.5.3/configure-2744-$as_echo_n "checking whether the C++ compiler works... " >&6; }
w3m-0.5.3/configure:2745:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
w3m-0.5.3/configure-2746-
##############################################
w3m-0.5.3/configure-2788-	then :; else
w3m-0.5.3/configure:2789:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w3m-0.5.3/configure-2790-	fi
##############################################
w3m-0.5.3/configure-2848-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
w3m-0.5.3/configure:2849:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w3m-0.5.3/configure-2850-	  break;;
##############################################
w3m-0.5.3/configure-2957-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
w3m-0.5.3/configure:2958:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
w3m-0.5.3/configure-2959-       break;;
##############################################
w3m-0.5.3/configure-3952-set x ${MAKE-make}
w3m-0.5.3/configure:3953:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w3m-0.5.3/configure-3954-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
##############################################
w3m-0.5.3/configure-3962-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w3m-0.5.3/configure:3963:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w3m-0.5.3/configure-3964-  *@@@%%%=?*=@@@%%%*)
##############################################
w3m-0.5.3/configure-4221-test "x$ac_build_alias" = x &&
w3m-0.5.3/configure:4222:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
w3m-0.5.3/configure-4223-test "x$ac_build_alias" = x &&
w3m-0.5.3/configure-4224-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
w3m-0.5.3/configure:4225:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
w3m-0.5.3/configure-4226-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
w3m-0.5.3/configure-4245-IFS=$ac_save_IFS
w3m-0.5.3/configure:4246:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
w3m-0.5.3/configure-4247-
##############################################
w3m-0.5.3/configure-4256-else
w3m-0.5.3/configure:4257:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
w3m-0.5.3/configure-4258-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
w3m-0.5.3/configure-4278-IFS=$ac_save_IFS
w3m-0.5.3/configure:4279:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
w3m-0.5.3/configure-4280-
##############################################
w3m-0.5.3/configure-4409-$as_echo "$display_charset" >&6; }
w3m-0.5.3/configure:4410: display_charset=`awk '$1 == "'$display_charset'" {print $2}' $srcdir/charset-list`
w3m-0.5.3/configure-4411- case "$display_charset" in
##############################################
w3m-0.5.3/configure-4439-fi
w3m-0.5.3/configure:4440:W3M_LANGDEF=`echo $w3m_lang | tr 'a-z' 'A-Z'`
w3m-0.5.3/configure-4441-W3M_LANG=$W3M_LANGDEF
##############################################
w3m-0.5.3/configure-4482-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
w3m-0.5.3/configure:4483:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
w3m-0.5.3/configure-4484-	     'mkdir (GNU coreutils) '* | \
##############################################
w3m-0.5.3/configure-4648-
w3m-0.5.3/configure:4649:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
w3m-0.5.3/configure-4650-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
w3m-0.5.3/configure-4653-
w3m-0.5.3/configure:4654:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
w3m-0.5.3/configure-4655-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
w3m-0.5.3/configure-4731-
w3m-0.5.3/configure:4732:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
w3m-0.5.3/configure-4733-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
w3m-0.5.3/configure-4861-    # gcc leaves a trailing carriage return which upsets mingw
w3m-0.5.3/configure:4862:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w3m-0.5.3/configure-4863-  *)
w3m-0.5.3/configure:4864:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w3m-0.5.3/configure-4865-  esac
##############################################
w3m-0.5.3/configure-4870-      # Canonicalize the path of ld
w3m-0.5.3/configure:4871:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
w3m-0.5.3/configure-4872-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
w3m-0.5.3/configure:4873:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
w3m-0.5.3/configure-4874-      done
##############################################
w3m-0.5.3/configure-4904-      # Break only if it was the GNU/non-GNU ld that we prefer.
w3m-0.5.3/configure:4905:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
w3m-0.5.3/configure-4906-      *GNU* | *'with BFD'*)
##############################################
w3m-0.5.3/configure-4933-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
w3m-0.5.3/configure:4934:case `$LD -v 2>&1 </dev/null` in
w3m-0.5.3/configure-4935-*GNU* | *'with BFD'*)
##############################################
w3m-0.5.3/configure-5000-  # Check for GNU $ac_path_GREP
w3m-0.5.3/configure:5001:case `"$ac_path_GREP" --version 2>&1` in
w3m-0.5.3/configure-5002-*GNU*)
##############################################
w3m-0.5.3/configure-5066-  # Check for GNU $ac_path_EGREP
w3m-0.5.3/configure:5067:case `"$ac_path_EGREP" --version 2>&1` in
w3m-0.5.3/configure-5068-*GNU*)
##############################################
w3m-0.5.3/configure-5151-    *)
w3m-0.5.3/configure:5152:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
w3m-0.5.3/configure-5153-      if test -n "$searchpath"; then
##############################################
w3m-0.5.3/configure-5161-                ;;
w3m-0.5.3/configure:5162:              *) searchdir=`cd "$searchdir" && pwd`
w3m-0.5.3/configure-5163-                 case "$searchdir" in
##############################################
w3m-0.5.3/configure-5252-        names_already_handled="$names_already_handled $name"
w3m-0.5.3/configure:5253:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
w3m-0.5.3/configure-5254-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
w3m-0.5.3/configure-5328-                -L*)
w3m-0.5.3/configure:5329:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
w3m-0.5.3/configure-5330-                                    if test -n "$acl_shlibext"; then
##############################################
w3m-0.5.3/configure-5445-              */$acl_libdirstem | */$acl_libdirstem/)
w3m-0.5.3/configure:5446:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
w3m-0.5.3/configure-5447-                if test "$name" = 'iconv'; then
##############################################
w3m-0.5.3/configure-5452-              */$acl_libdirstem2 | */$acl_libdirstem2/)
w3m-0.5.3/configure:5453:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
w3m-0.5.3/configure-5454-                if test "$name" = 'iconv'; then
##############################################
w3m-0.5.3/configure-5503-                  -L*)
w3m-0.5.3/configure:5504:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
w3m-0.5.3/configure-5505-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
w3m-0.5.3/configure-5562-                  -R*)
w3m-0.5.3/configure:5563:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
w3m-0.5.3/configure-5564-                    if test "$enable_rpath" != no; then
##############################################
w3m-0.5.3/configure-5587-                  -l*)
w3m-0.5.3/configure:5588:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
w3m-0.5.3/configure-5589-                    ;;
w3m-0.5.3/configure-5590-                  *.la)
w3m-0.5.3/configure:5591:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
w3m-0.5.3/configure-5592-                    ;;
##############################################
w3m-0.5.3/configure-6103-        names_already_handled="$names_already_handled $name"
w3m-0.5.3/configure:6104:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
w3m-0.5.3/configure-6105-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
w3m-0.5.3/configure-6179-                -L*)
w3m-0.5.3/configure:6180:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
w3m-0.5.3/configure-6181-                                    if test -n "$acl_shlibext"; then
##############################################
w3m-0.5.3/configure-6296-              */$acl_libdirstem | */$acl_libdirstem/)
w3m-0.5.3/configure:6297:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
w3m-0.5.3/configure-6298-                if test "$name" = 'intl'; then
##############################################
w3m-0.5.3/configure-6303-              */$acl_libdirstem2 | */$acl_libdirstem2/)
w3m-0.5.3/configure:6304:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
w3m-0.5.3/configure-6305-                if test "$name" = 'intl'; then
##############################################
w3m-0.5.3/configure-6354-                  -L*)
w3m-0.5.3/configure:6355:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
w3m-0.5.3/configure-6356-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
w3m-0.5.3/configure-6413-                  -R*)
w3m-0.5.3/configure:6414:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
w3m-0.5.3/configure-6415-                    if test "$enable_rpath" != no; then
##############################################
w3m-0.5.3/configure-6438-                  -l*)
w3m-0.5.3/configure:6439:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
w3m-0.5.3/configure-6440-                    ;;
w3m-0.5.3/configure-6441-                  *.la)
w3m-0.5.3/configure:6442:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
w3m-0.5.3/configure-6443-                    ;;
##############################################
w3m-0.5.3/configure-6834-  if test x"$with_gtk2" = xyes; then
w3m-0.5.3/configure:6835:   version="`$PKG_CONFIG --modversion gdk-pixbuf-2.0 2>/dev/null`"
w3m-0.5.3/configure-6836- if test x"$version" != x; then
##############################################
w3m-0.5.3/configure-6840-$as_echo "$version" >&6; }
w3m-0.5.3/configure:6841:   set -- `echo "$version" | sed 's/[^0-9]/ /g'`
w3m-0.5.3/configure-6842-   if test "$1" -ne "2" -o "$2" -lt "0" || test "$2" -eq "0" -a "$3" -lt "0"; then
##############################################
w3m-0.5.3/configure-6856-   if test x"$have_gdkpixbuf" != xyes; then
w3m-0.5.3/configure:6857:    version="`$GDKPIXBUF_CONFIG --version 2>/dev/null`"
w3m-0.5.3/configure-6858- if test x"$version" != x; then
##############################################
w3m-0.5.3/configure-6862-$as_echo "$version" >&6; }
w3m-0.5.3/configure:6863:   set -- `echo "$version" | sed 's/[^0-9]/ /g'`
w3m-0.5.3/configure-6864-   if test "$1" -ne "0" -o "$2" -lt "16" || test "$2" -eq "16" -a "$3" -lt "0"; then
##############################################
w3m-0.5.3/configure-6878-  if test x"$with_imlib" = xyes; then
w3m-0.5.3/configure:6879:   version="`$IMLIB_CONFIG --version 2>/dev/null`"
w3m-0.5.3/configure-6880- if test x"$version" != x; then
##############################################
w3m-0.5.3/configure-6884-$as_echo "$version" >&6; }
w3m-0.5.3/configure:6885:   set -- `echo "$version" | sed 's/[^0-9]/ /g'`
w3m-0.5.3/configure-6886-   if test "$1" -ne "1" -o "$2" -lt "9" || test "$2" -eq "9" -a "$3" -lt "8"; then
##############################################
w3m-0.5.3/configure-6899-  if test x"$with_imlib2" = xyes; then
w3m-0.5.3/configure:6900:   version="`$IMLIB2_CONFIG --version 2>/dev/null`"
w3m-0.5.3/configure-6901- if test x"$version" != x; then
##############################################
w3m-0.5.3/configure-6905-$as_echo "$version" >&6; }
w3m-0.5.3/configure:6906:   set -- `echo "$version" | sed 's/[^0-9]/ /g'`
w3m-0.5.3/configure-6907-   if test "$1" -ne "1" -o "$2" -lt "0" || test "$2" -eq "0" -a "$3" -lt "5"; then
##############################################
w3m-0.5.3/configure-6929-
w3m-0.5.3/configure:6930:     IMGX11CFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0`"
w3m-0.5.3/configure:6931:     IMGX11LDFLAGS="-lX11 `${PKG_CONFIG} --libs gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0`"
w3m-0.5.3/configure-6932-   elif test x"$have_gdkpixbuf" = xyes; then
##############################################
w3m-0.5.3/configure-6938-
w3m-0.5.3/configure:6939:     IMGX11CFLAGS="`${GDKPIXBUF_CONFIG} --cflags`"
w3m-0.5.3/configure:6940:     IMGX11LDFLAGS="`${GDKPIXBUF_CONFIG} --libs` -lgdk_pixbuf_xlib"
w3m-0.5.3/configure-6941-   elif test x"$have_imlib" = xyes; then
##############################################
w3m-0.5.3/configure-6947-
w3m-0.5.3/configure:6948:     IMGX11CFLAGS="`${IMLIB_CONFIG} --cflags`"
w3m-0.5.3/configure:6949:     IMGX11LDFLAGS="`${IMLIB_CONFIG} --libs`"
w3m-0.5.3/configure-6950-     IMGTARGETS="x11"
##############################################
w3m-0.5.3/configure-6957-
w3m-0.5.3/configure:6958:     IMGX11CFLAGS="`${IMLIB2_CONFIG} --cflags`"
w3m-0.5.3/configure:6959:     IMGX11LDFLAGS="-lX11 `${PKG_CONFIG} --libs imlib2`"
w3m-0.5.3/configure-6960-   else
##############################################
w3m-0.5.3/configure-6974-
w3m-0.5.3/configure:6975:     IMGFBCFLAGS="`${PKG_CONFIG} --cflags gdk-pixbuf-2.0`"
w3m-0.5.3/configure:6976:     IMGFBLDFLAGS="`${PKG_CONFIG} --libs gdk-pixbuf-2.0`"
w3m-0.5.3/configure-6977-   elif test x"$have_gdkpixbuf" = xyes; then
##############################################
w3m-0.5.3/configure-6983-
w3m-0.5.3/configure:6984:     IMGFBCFLAGS="`${GDKPIXBUF_CONFIG} --cflags`"
w3m-0.5.3/configure:6985:     IMGFBLDFLAGS="`${GDKPIXBUF_CONFIG} --libs`"
w3m-0.5.3/configure-6986-   elif test x"$have_imlib2" = xyes; then
##############################################
w3m-0.5.3/configure-6993-     IMGOBJS="$IMGOBJS fb/fb_w3mimg.o fb/fb.o fb/fb_img.o"
w3m-0.5.3/configure:6994:     IMGFBCFLAGS="`${IMLIB2_CONFIG} --cflags`"
w3m-0.5.3/configure:6995:     IMGFBLDFLAGS="`${PKG_CONFIG} --libs imlib2`"
w3m-0.5.3/configure-6996-   else
##############################################
w3m-0.5.3/configure-7673-  test $ac_status = 0; }; then
w3m-0.5.3/configure:7674:  pkg_cv_SSL_CFLAGS=`$PKG_CONFIG --cflags "openssl" 2>/dev/null`
w3m-0.5.3/configure-7675-else
##############################################
w3m-0.5.3/configure-7689-  test $ac_status = 0; }; then
w3m-0.5.3/configure:7690:  pkg_cv_SSL_LIBS=`$PKG_CONFIG --libs "openssl" 2>/dev/null`
w3m-0.5.3/configure-7691-else
##############################################
w3m-0.5.3/configure-7709-        if test $_pkg_short_errors_supported = yes; then
w3m-0.5.3/configure:7710:	        SSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "openssl" 2>&1`
w3m-0.5.3/configure-7711-        else
w3m-0.5.3/configure:7712:	        SSL_PKG_ERRORS=`$PKG_CONFIG --print-errors "openssl" 2>&1`
w3m-0.5.3/configure-7713-        fi
##############################################
w3m-0.5.3/configure-7982- for lib in $with_termlib; do
w3m-0.5.3/configure:7983:   as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_tgetent" | $as_tr_sh`
w3m-0.5.3/configure-7984-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -l$lib" >&5
##############################################
w3m-0.5.3/configure-8142-do :
w3m-0.5.3/configure:8143:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w3m-0.5.3/configure-8144-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
w3m-0.5.3/configure-8147-  cat >>confdefs.h <<_ACEOF
w3m-0.5.3/configure:8148:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w3m-0.5.3/configure-8149-_ACEOF
##############################################
w3m-0.5.3/configure-8367-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
w3m-0.5.3/configure:8368:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
w3m-0.5.3/configure-8369-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
w3m-0.5.3/configure-8399-  cat >>confdefs.h <<_ACEOF
w3m-0.5.3/configure:8400:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
w3m-0.5.3/configure-8401-_ACEOF
##############################################
w3m-0.5.3/configure-8771-do :
w3m-0.5.3/configure:8772:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
w3m-0.5.3/configure-8773-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
w3m-0.5.3/configure-8775-  cat >>confdefs.h <<_ACEOF
w3m-0.5.3/configure:8776:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
w3m-0.5.3/configure-8777-_ACEOF
##############################################
w3m-0.5.3/configure-9086-
w3m-0.5.3/configure:9087: cvsver=`$AWK '\$1 ~ /Id:/ { print \$3}' $srcdir/ChangeLog`
w3m-0.5.3/configure:9088: ymdver=`sed -e 's/ .*//;s/-//g;q' $srcdir/ChangeLog`
w3m-0.5.3/configure-9089- sed -e 's/define CURRENT_VERSION "\(.*\)YYYYMMDD/define CURRENT_VERSION "\1'$ymdver'/;s/define CURRENT_VERSION "\(.*\)+cvs/define CURRENT_VERSION "\1+cvs-'$cvsver'/' $srcdir/version.c.in > version.c
w3m-0.5.3/configure:9090: CURRENT_VERSION=`sed -n 's/.*define CURRENT_VERSION *"w3m\/\(.*\)".*$/\1/p' version.c`
w3m-0.5.3/configure-9091-ac_config_files="$ac_config_files Makefile posubst po/Makefile.in scripts/Makefile scripts/dirlist.cgi scripts/w3mhelp.cgi scripts/w3mmail.cgi scripts/xface2xpm scripts/multipart/Makefile scripts/multipart/multipart.cgi scripts/w3mman/Makefile scripts/w3mman/w3mman scripts/w3mman/w3mman.1 scripts/w3mman/w3mman.de.1 scripts/w3mman/w3mman2html.cgi libwc/Makefile w3mimg/Makefile w3mimg/fb/Makefile w3mimg/x11/Makefile w3mimg/win/Makefile w3mhelp-w3m_en.html w3mhelp-w3m_ja.html w3mhelp-lynx_en.html w3mhelp-lynx_ja.html"
##############################################
w3m-0.5.3/configure-9179-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
w3m-0.5.3/configure:9180:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
w3m-0.5.3/configure-9181-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
w3m-0.5.3/configure-9246-if test -z "$BASH_VERSION$ZSH_VERSION" \
w3m-0.5.3/configure:9247:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w3m-0.5.3/configure-9248-  as_echo='print -r --'
w3m-0.5.3/configure-9249-  as_echo_n='print -rn --'
w3m-0.5.3/configure:9250:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w3m-0.5.3/configure-9251-  as_echo='printf %s\n'
##############################################
w3m-0.5.3/configure-9253-else
w3m-0.5.3/configure:9254:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w3m-0.5.3/configure-9255-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w3m-0.5.3/configure-9263-	expr "X$arg" : "X\\(.*\\)$as_nl";
w3m-0.5.3/configure:9264:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w3m-0.5.3/configure-9265-      esac;
##############################################
w3m-0.5.3/configure-9339-# ----------------------------------------
w3m-0.5.3/configure:9340:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
w3m-0.5.3/configure-9341-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
w3m-0.5.3/configure-9411-  {
w3m-0.5.3/configure:9412:    as_val=`expr "$@" || test $? -eq 1`
w3m-0.5.3/configure-9413-  }
##############################################
w3m-0.5.3/configure-9515-      case $as_dir in #(
w3m-0.5.3/configure:9516:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w3m-0.5.3/configure-9517-      *) as_qdir=$as_dir;;
##############################################
w3m-0.5.3/configure-9572-	esac;
w3m-0.5.3/configure:9573:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
w3m-0.5.3/configure-9574-	???[sx]*):;;*)false;;esac;fi
##############################################
w3m-0.5.3/configure-9662-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
w3m-0.5.3/configure:9663:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
w3m-0.5.3/configure-9664-ac_cs_version="\\
##############################################
w3m-0.5.3/configure-9687-  --*=?*)
w3m-0.5.3/configure:9688:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w3m-0.5.3/configure:9689:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
w3m-0.5.3/configure-9690-    ac_shift=:
##############################################
w3m-0.5.3/configure-9692-  --*=)
w3m-0.5.3/configure:9693:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w3m-0.5.3/configure-9694-    ac_optarg=
##############################################
w3m-0.5.3/configure-9716-    case $ac_optarg in
w3m-0.5.3/configure:9717:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w3m-0.5.3/configure-9718-    '') as_fn_error $? "missing file argument" ;;
##############################################
w3m-0.5.3/configure-9724-    case $ac_optarg in
w3m-0.5.3/configure:9725:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w3m-0.5.3/configure-9726-    esac
##############################################
w3m-0.5.3/configure-9879-fi
w3m-0.5.3/configure:9880:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
w3m-0.5.3/configure-9881-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
w3m-0.5.3/configure-9896-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
w3m-0.5.3/configure:9897:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
w3m-0.5.3/configure-9898-ac_delim='%!_!# '
##############################################
w3m-0.5.3/configure-9902-
w3m-0.5.3/configure:9903:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
w3m-0.5.3/configure-9904-  if test $ac_delim_n = $ac_delim_num; then
##############################################
w3m-0.5.3/configure-10040-for ac_last_try in false false :; do
w3m-0.5.3/configure:10041:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
w3m-0.5.3/configure-10042-  if test -z "$ac_t"; then
##############################################
w3m-0.5.3/configure-10172-      esac
w3m-0.5.3/configure:10173:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
w3m-0.5.3/configure-10174-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
w3m-0.5.3/configure-10231-*)
w3m-0.5.3/configure:10232:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w3m-0.5.3/configure-10233-  # A ".." for each directory in $ac_dir_suffix.
w3m-0.5.3/configure:10234:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w3m-0.5.3/configure-10235-  case $ac_top_builddir_sub in
##############################################
w3m-0.5.3/configure-10292-/@mandir@/p'
w3m-0.5.3/configure:10293:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
w3m-0.5.3/configure-10294-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
w3m-0.5.3/configure-10309-
w3m-0.5.3/configure:10310:# Neutralize VPATH when `$srcdir' = `.'.
w3m-0.5.3/configure-10311-# Shell code in configure.ac might set extrasub.
##############################################
w3m-0.5.3/configure-10337-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
w3m-0.5.3/configure:10338:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
w3m-0.5.3/configure:10339:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
w3m-0.5.3/configure-10340-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
w3m-0.5.3/configure-10387-      case "$ac_file" in
w3m-0.5.3/configure:10388:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
w3m-0.5.3/configure-10389-      esac
##############################################
w3m-0.5.3/configure-10392-        # Adjust a relative srcdir.
w3m-0.5.3/configure:10393:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
w3m-0.5.3/configure:10394:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
w3m-0.5.3/configure:10395:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
w3m-0.5.3/configure-10396-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
w3m-0.5.3/configure-10399-        case "$ac_given_srcdir" in
w3m-0.5.3/configure:10400:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
w3m-0.5.3/configure-10401-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
w3m-0.5.3/configure-10419-            fi
w3m-0.5.3/configure:10420:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
w3m-0.5.3/configure-10421-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
w3m-0.5.3/ftp.c-159-		struct hostent *sockent;
w3m-0.5.3/ftp.c:160:		if ((sockent = gethostbyaddr((char *)&sockname.sin_addr,
w3m-0.5.3/ftp.c-161-					     sizeof(sockname.sin_addr),