[issue8509] fix autoconf quoting in help strings and code snippets

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Patch has been applied; closing. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8509] fix autoconf quoting in help strings and code snippets

2010-04-24 Thread Matthias Klose
Matthias Klose added the comment: applied the changes for 2.7 and 3.2. there is a diff for the regenerated configure like -rm -f -r conftest* +rm -f conftest* I explicitely used a vanilla autoconf-2.61 download for regenerating the configure script. Why the diff? -- __

[issue8509] fix autoconf quoting in help strings and code snippets

2010-04-23 Thread Matthias Klose
New submission from Matthias Klose : the attached patch adds quoting to help strings and code snippets, following the autoconf quotation rule of thumb "One pair of quotes per pair of parentheses". checked that the generated files are identical. -- components: Build files: configure.in