[Python-Dev] Bumping autoconf from 2.68 to 2.69
Roumen Petrov
bugtrack at roumenpetrov.info
Tue Oct 16 20:50:27 CEST 2012
Trent Nelson wrote:
[SNIP]
> diff -r 51ce9830d85a configure.ac
> --- a/configure.ac Sat Oct 13 11:58:23 2012 -0400
> +++ b/configure.ac Tue Oct 16 09:12:56 2012 +0000
> @@ -9,6 +9,9 @@
>
> AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
>
> +BUILDDIR="`pwd`"
^^^^^
http://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/Preset-Output-Variables.html
[SNIP]
> However, the 2.69 version of autoconf generates this monster of a
> configure diff:
It is python project rule to keep generated files into repository.
Roumen
More information about the Python-Dev
mailing list