Re: [Python-Dev] autoconf update to 2.65 and cleanup

2010-04-23 Thread Brett Cannon
On Fri, Apr 23, 2010 at 09:21, Barry Warsaw wrote: > On Apr 23, 2010, at 05:44 PM, Victor Stinner wrote: > > >I'm not sure that it's a good idea to change the build process after the > >first beta. It would depend on the issue comments ;-) > > OTOH, this doesn't seem like a new feature, so I thin

Re: [Python-Dev] autoconf update to 2.65 and cleanup

2010-04-23 Thread Barry Warsaw
On Apr 23, 2010, at 05:44 PM, Victor Stinner wrote: >I'm not sure that it's a good idea to change the build process after the >first beta. It would depend on the issue comments ;-) OTOH, this doesn't seem like a new feature, so I think it should be okay. Doubly so if it fixes a bug. -Barry si

Re: [Python-Dev] autoconf update to 2.65 and cleanup

2010-04-23 Thread Victor Stinner
Le vendredi 23 avril 2010 17:26:59, Matthias Klose a écrit : > configure is still generated by 2.61; would it be possible to update to > 2.65? Yes, everything is possible. Open a new issue and write a patch ;-) > even if 2.7 already is in beta? I'm not sure that it's a good idea to change the b

[Python-Dev] autoconf update to 2.65 and cleanup

2010-04-23 Thread Matthias Klose
configure is still generated by 2.61; would it be possible to update to 2.65? The cr_lf issue mentioned in [1] seems to be resolved, ac_cr is now defined as ac_cr=`echo X | tr X '\015'` Proposing to - fix some quoting in help strings and code snippets (#8509) - update to autoconf 2.65 (#85