[issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate configure

2012-03-18 Thread Ross Lagerwall
Changes by Ross Lagerwall rosslagerw...@gmail.com: -- assignee: - rosslagerwall nosy: +rosslagerwall resolution: - fixed stage: - committed/rejected status: open - closed type: - enhancement ___ Python tracker rep...@bugs.python.org

[issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate configure

2012-03-11 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 5432be4d4e1a by Ross Lagerwall in branch 'default': Issue 7997: Explain how to regenerate configure using Autoconf. http://hg.python.org/devguide/rev/5432be4d4e1a -- nosy: +python-dev

[issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate configure

2011-02-10 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- assignee: brett.cannon - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7997 ___ ___ Python-bugs-list

[issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate configure

2011-02-10 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Python's configure.in script typically requires a specific version of autoconf. At the moment, this reads: version_required(2.61) This is a bit outdated. Right now we only have: AC_PREREQ(2.65) which IIUC means 2.65 or higher. Do not

[issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate configure

2010-04-23 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- priority: - normal ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7997 ___ ___ Python-bugs-list

[issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate configure

2010-03-12 Thread Dave Malcolm
Dave Malcolm dmalc...@redhat.com added the comment: Nitpick: Various occurrences of 2.6.1 in the above should probably be 2.61. Good catch - I think my brain or fingers are too used to Python's versioning scheme, rather than autoconf's. Here's a revised set of commands, hopefully fixing

[issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate configure

2010-03-12 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- assignee: georg.brandl - brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7997 ___ ___

[issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate configure

2010-02-23 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: BTW, should the changes to the generated configure be excluded from such patches, or should they be included? (to what extent do they contain meaningful information during review?) Not sure. I think it's fine to leave the configure

[issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate configure

2010-02-22 Thread Dave Malcolm
New submission from Dave Malcolm dmalc...@redhat.com: http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate configure Here's an attempt at answering that question; I hope the following is appropriate and factually correct: How to regenerate the configure script (e.g. to add

[issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate configure

2010-02-22 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: This looks good! Is it worth mentioning that autoreconf updates pyconfig.h.in as well as configure? There's also an OS X oddity to be aware of, though I'm not sure whether it's worth mentioning in the FAQ. On OS X 10.6, the system

[issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate configure

2010-02-22 Thread Eric Smith
Eric Smith e...@trueblade.com added the comment: Isn't it true that after regenerating configure that you need to check it back in? Or is that so obvious to everyone except me that it's not worth mentioning? -- nosy: +eric.smith ___ Python tracker

[issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate configure

2010-02-22 Thread Dave Malcolm
Dave Malcolm dmalc...@redhat.com added the comment: Eric Smith: Isn't it true that after regenerating configure that you need to check it back in? Or is that so obvious to everyone except me that it's not worth mentioning? FWIW the above point wasn't obvious to me; if that's the case, then