Re: [Announce] 1.5.5 is out.
Thomas Roessler writes:
> Hello,
>
> mutt 1.5.5 is out and available from <ftp.mutt.org/mutt/devel>.
>
> (Please note that ftp.mutt.org points to several machines; please
> allow some hours time for the upload to propagate to all mirrors.)
>
> This is the latest (and long overdue) snapshot from the development
> branch.
Borken ...
Running prepare, automake fails with
Makefile.am:34: required file `./regex.c' not found
Makefile.am:34: required file `./snprintf.c' not found
Indeed, these two files are missing from the distribution, and I believe
this is caused by Brendan Cully's autoconf 2.5x compatibility patch from
June 16, which I recommended to be added to cvs (*) ...
Anyway, this can be fixed by adding regex.c and snprintf.c to EXTRA_DIST.
(*) autoconf 2.5x produces a configure script that runs ok, but does
not work correctly.