<<< Date Index >>>     <<< Thread Index >>>

Re: [Announce] mutt-1.5.12 is available



Thomas Roessler typed (on Fri, Jul 14, 2006 at 02:23:00PM -0400):
| 
| mutt-1.5.12 is now hitting the FTP servers.

To successfully compile this release using gcc on SCO OpenServer 6.0.0,
I needed to make two changes.

Line 979 of config.guess went from

        i*86:*:5:[78]*)

to

        i*86:*:5:[678]*)

This change is not mutt-specific, it needs to happen for any open-source
project, since OSR 6.0.0 produces:

        uname -m = i386
        uname -r = 5
        uname -s = SCO_SV
        uname -v = 6.0.0




Line 187 of doc/Makefile.in went from

       ( sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION` (`cut -d\\" -f2 
$(top_srcdir)/reldate.h`)/" $(srcdir)/manual.xml.head ;\

to

       ( sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION` (`cut -d\\\" -f2 
$(top_srcdir)/reldate.h`)/" $(srcdir)/manual.xml.head ;\
        


-- 
JP
        ==> http://www.frappr.com/cusm <==