- Issue #8510: Update to autoconf2.65.
This commit is contained in:
parent
d875d3c36e
commit
a0bea5d5a2
|
@ -215,6 +215,8 @@ Build
|
|||
- 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.
|
||||
|
||||
- Issue #8510: Update to autoconf2.65.
|
||||
|
||||
Misc
|
||||
----
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
dnl ***********************************************
|
||||
dnl * Please run autoreconf to test your changes! *
|
||||
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)
|
||||
m4_define(PYTHON_VERSION, 2.7)
|
||||
|
@ -13,7 +12,7 @@ m4_define([version_required],
|
|||
[],
|
||||
[m4_fatal([Autoconf version $1 is required for Python], 63)])
|
||||
])
|
||||
version_required(2.61)
|
||||
version_required(2.65)
|
||||
|
||||
AC_REVISION($Revision$)
|
||||
AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
|
||||
|
|
Loading…
Reference in New Issue