>>>>> "Bob" == Bob Friesenhahn <[EMAIL PROTECTED]> writes:
Bob> This may be because the mail archive is in HTML format, and Bob> saving to text makes it subject to the formatting whims of my Bob> browser. I also saved directly to HTML but that actually did Bob> worse. FWIW: I find the appended script useful for applying patches from web archives. `fixpatch' and `clcleanup' are optional; you can find them in Alexandre Oliva's cvsutils. Tom #! /bin/sh # Usage: wpatch URL # Download URL and prep for patching. url=$1 wget -O- $url | recode HTML..UTF-8 | fixpatch | clcleanup _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
