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 mark.dickinson
Recipients db3l, jnoller, mark.dickinson
Date 2009-11-20.17:05:16
SpamBayes Score 8.7682136e-05
Marked as misclassified No
Message-id <1258736718.08.0.0727054095757.issue7272@psf.upfronthosting.co.za>
In-reply-to
Content
About the rm -f -r conftest stuff:

My guess is that the last person to update configure used Apple's 
version of autoconf:  Apple seems to have silently 'fixed' autoconf 
version 2.61 to remove some (fairly benign) warnings that appear when 
running the configure script.  Which is fine, but it would be nice if 
the version string for their autoconf gave some indication that it had 
been fixed.

In any case, rm -f is what comes from standard autoconf 2.61, so I think 
that's what should be there.
History
Date User Action Args
2009-11-20 17:05:18mark.dickinsonsetrecipients: + mark.dickinson, db3l, jnoller
2009-11-20 17:05:18mark.dickinsonsetmessageid: <1258736718.08.0.0727054095757.issue7272@psf.upfronthosting.co.za>
2009-11-20 17:05:16mark.dickinsonlinkissue7272 messages
2009-11-20 17:05:16mark.dickinsoncreate