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.

[email protected] 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: [email protected]
>         ReportedBy: [email protected]
> 
> 
> 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
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to