Commit a0bea5d5 authored by Matthias Klose's avatar Matthias Klose

- Issue #8510: Update to autoconf2.65.

parent d875d3c3
......@@ -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
----
......
This diff is collapsed.
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/)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment