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

Phillip J. Eby pje@telecommunity.com
Thu, 10 Jul 2003 12:39:43 -0400


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?