[Python-Dev] Python 2.3 release schedule update
Phillip J. Eby
pje@telecommunity.com
Thu, 10 Jul 2003 13:08:15 -0400
At 01:05 PM 7/10/03 -0400, Barry Warsaw wrote:
>On Thu, 2003-07-10 at 12:39, Phillip J. Eby wrote:
> > At 11:29 AM 7/10/03 -0400, Barry Warsaw wrote:
> > >You need to (or at least this is what I did):
> > >
> > >- check out the head
> > >- make distclean
> > >- apply the patch
> > >- autoreconf
> > >- ./configure --with-pydebug
> > >- make test
> > >
> > >The patch only modifies configure.in which is why you need to regenerate
> > >the configure file with autoreconf.
> >
> > Does that mean I need to have GNU autoconf? If so, what version?
>
>Yes, I think so. RH9 has autoconf 2.57.
I've got 2.57, so I'm checking out the head now. Looks like the checkout
is going to take longer than the other steps will... :(