This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmalcolm
Recipients amaury.forgeotdarc, dmalcolm, gregory.p.smith, loewis, solinym
Date 2009-09-16.22:23:04
SpamBayes Score 3.7890518e-07
Marked as misclassified No
Message-id <1253139786.19.0.639650071605.issue6508@psf.upfronthosting.co.za>
In-reply-to
Content
> I cannot test this in my current environment because I'm stuck with Red
> Hat and it does not have a recent enough automake to re-create configure
> from configure.in.

FWIW, it may be an _autoconf_ version issue; I'm able to recreate a
"configure" from Python's "configure.in" on my RHEL5 box by downloading
autoconf-2.61 from http://ftp.gnu.org/gnu/autoconf/
installing it to /usr/local (with ./configure ; make; sudo make install)
then invoking /usr/local/bin/autoconf in the root of an SVN checkout of
python.   Hope this is helpful.
History
Date User Action Args
2009-09-16 22:23:07dmalcolmsetrecipients: + dmalcolm, loewis, gregory.p.smith, amaury.forgeotdarc, solinym
2009-09-16 22:23:06dmalcolmsetmessageid: <1253139786.19.0.639650071605.issue6508@psf.upfronthosting.co.za>
2009-09-16 22:23:04dmalcolmlinkissue6508 messages
2009-09-16 22:23:04dmalcolmcreate