ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-bugs] [Bug 3133] New: configure.in should check f

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Wed, 17 Dec 2008 11:59:12 -0800
This is getting out of hand. After my initial faq.py checkin on Friday, several
people have had to check in fixes and we now have an extra dependency on not one
program but a choice of three.

I've added html2text from http://www.aaronsw.com/2002/html2text/ to the tools
directory. Hopefully we can use it to generate the FAQ and docbook targets
without unnecessary complexity.

bugzilla-daemon@xxxxxxxxxxxxx wrote:
> https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3133
> 
>            Summary: configure.in should check for lynx, links and elinks
>            Product: Wireshark
>            Version: SVN
>           Platform: All
>         OS/Version: All
>             Status: NEW
>           Severity: Normal
>           Priority: Medium
>          Component: Wireshark
>         AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
>         ReportedBy: dreibh@xxxxxxxxxxxxxx
> 
> 
> Build Information:
> Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
> -v", or "tshark -v".
> --
> The Makefiles generated by configure expect that either lynx, links or elinks
> is installed. If none of these programs is available, the make process fails:
> 
> ...
> ./faq.py >faq.txt.tmp && \
>         (( which elinks > /dev/null && elinks -dump -dump-width 72
> -no-numbering -no-references < faq.txt.tmp > faq.txt )|| \
>          ( which links  > /dev/null && links -width 72 -html-numbered-links 0
> -dump               faq.txt.tmp > faq.txt )|| \
>          ( which lynx   > /dev/null && lynx -dump -width=72 -nolist -stdin
> -force-html          < faq.txt.tmp > faq.txt )  ) && \
>         rm -f faq.txt.tmp
> gmake[2]: *** [faq.txt] Error 1
> 
> 
> configure.in should check for the existence of these programs and abort if none
> of them is available.
> 
> 


-- 
Join us for Sharkfest’09  |  Stanford University, June 15 – 18
http://www.cacetech.com/sharkfest.09/

EARLY REGISTRATION DISCOUNTS through JANUARY 31, 2009