[Python-Dev] Python 2.3 release schedule update (original) (raw)

Barry Warsaw barry@python.org
10 Jul 2003 13:05:13 -0400


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. But I think older versions will work.

-Barry