Re: dillo-3.0-rc2 is out
Jorge Arellano Cid <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 30, 2011 at 12:01:41AM +0200, Axel Beckert wrote:
> Hi,
>
> On Mon, Aug 29, 2011 at 05:07:39PM -0300, Jorge Arellano Cid wrote:
> > Today the rc2 was packaged. Please get it here:
> >
> > http://dillo.org/download/dillo-3.0-pre.tar.bz2 // tarball
>
> Hrm, the tar ball doesn't contain the autogen.sh script I used for the
> Debian packaging. (I build the last two package against the hg
> checkout. Not sure if was in earlier dillo packages, i.e. 0.8.6 or so)
> Is that file not included on purpose?
Yes, autogen.sh uses auto* tools to rebuild the configure
script, but the configure script is included in the tarball.
It is not in the repository because different auto*tools in
different platforms generate slightly different configure scripts
leading to almost one configure update per commit...
> At least in the README, the instructions still say:
>
> tar jxvf dillo-3.0.tar.bz2
> cd dillo-3.0
> ./autogen.sh; ./configure; make
> sudo make install-strip
>
> OTOH the INSTALL document skips that step, but AFAICS it never has
> been changed since the import into the Mercurial repository while the
> README has changed a lot in the "Minor changes for dillo-3.0-rc2"
> commit.
>
> Looks inconsistent to me. Not sure which variant is the intended one.
Right.
Fixed in the repo to read:
tar jxvf dillo-3.0.tar.bz2
cd dillo-3.0
./configure; make
sudo make install-strip
--
Cheers
Jorge.-