Detect alternatives to w3m

Bill Medland billmedland at mercuryspeed.com
Thu Oct 9 16:30:18 CDT 2003


On October 8, 2003 12:16 pm, Dimitrie O. Paun wrote:
> On Wed, 8 Oct 2003, Alexandre Julliard wrote:
> > Actually it seems there is now (finally) a docbook2txt tool, we should
> > probably use that instead.
>
> Indeed.
>
> ChangeLog
>     Dimitrie O. Paun <dpaun at rogers.com>
>     Use docbook2txt to generate the text output instead of adhoc hacks.
>
>
> Index: configure.ac
> ===================================================================
> RCS file: /var/cvs/wine/configure.ac,v
> retrieving revision 1.184
> diff -u -r1.184 configure.ac
> --- configure.ac	7 Oct 2003 22:49:22 -0000	1.184
> +++ configure.ac	8 Oct 2003 18:57:53 -0000
> @@ -121,6 +121,10 @@
>  AC_CHECK_PROGS(DB2PS, docbook2ps db2ps, false)
>  AC_SUBST(DB2PS)
>
> +dnl Check for db2txt
> +AC_CHECK_PROGS(DB2TXT, docbook2txt db2txt, false)
> +AC_SUBST(DB2TXT)
> +
>  dnl **** Check for some libraries ****
>
>  dnl Check for -lm

Having just fallen over this might I suggest that the configure check also 
checks for lynx; if lynx is not installed then even though docbook2txt is 
present it fails.

Or is there a version of docbook2txt that doesn't depend upon lynx?

-- 
Bill Medland
mailto:billmedland at mercuryspeed.com
http://webhome.idirect.com/~kbmed




More information about the wine-devel mailing list