Re: [GD-DEVEL] 2.0.35 has been released!
[email protected] ("Mike Frysinger")
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
On 6/24/07, Pierre <[email protected]> wrote: > On 6/22/07, Mike Frysinger <[email protected]> wrote: > > On Thursday 21 June 2007, Pierre wrote: > > > A little about the release of gd-2.0.35. You can find all details in > > > the folliwing pages: > > > > looks like the release tarball was not created properly ? the configure file > > has an older timestamp than configure.ac which forces autotools to be run: > > $ ./configure > > $ make > > <autotools detect the timestamp mismatch, rerun autotools, then rerun > > configure> > > Hm, too bad. I will add an entry to my release todo. Sorry for any > inconveniences, I did not notice this problem while testing the pkg. seems like the only thing that changed was you updated the version in configure.ac without re-running autotools ... so running `autoconf` and then touching everything should be sufficient i think (for distribution maintainers) for autotool based projects, ive taken to using `make distcheck` as that should catch a lot of common errors (including this one) -mike