mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
- Issue #8510: Update to autoconf2.65.
This commit is contained in:
parent
d875d3c36e
commit
a0bea5d5a2
3 changed files with 5137 additions and 19222 deletions
|
@ -215,6 +215,8 @@ Build
|
||||||
- Issue #7724: Building now full honors an MacOSX SDK when specified, which
|
- Issue #7724: Building now full honors an MacOSX SDK when specified, which
|
||||||
makes it possible do a working build with the OSX 10.4 SDK on MacOSX 10.6.
|
makes it possible do a working build with the OSX 10.4 SDK on MacOSX 10.6.
|
||||||
|
|
||||||
|
- Issue #8510: Update to autoconf2.65.
|
||||||
|
|
||||||
Misc
|
Misc
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
dnl ***********************************************
|
dnl ***********************************************
|
||||||
dnl * Please run autoreconf to test your changes! *
|
dnl * Please run autoreconf to test your changes! *
|
||||||
dnl ***********************************************
|
dnl ***********************************************
|
||||||
dnl NOTE: autoconf 2.64 doesn't seem to work (use 2.61).
|
|
||||||
|
|
||||||
# Set VERSION so we only need to edit in one place (i.e., here)
|
# Set VERSION so we only need to edit in one place (i.e., here)
|
||||||
m4_define(PYTHON_VERSION, 2.7)
|
m4_define(PYTHON_VERSION, 2.7)
|
||||||
|
@ -13,7 +12,7 @@ m4_define([version_required],
|
||||||
[],
|
[],
|
||||||
[m4_fatal([Autoconf version $1 is required for Python], 63)])
|
[m4_fatal([Autoconf version $1 is required for Python], 63)])
|
||||||
])
|
])
|
||||||
version_required(2.61)
|
version_required(2.65)
|
||||||
|
|
||||||
AC_REVISION($Revision$)
|
AC_REVISION($Revision$)
|
||||||
AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
|
AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue