diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-05-08 10:00:28 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-05-08 10:00:28 (GMT) |
commit | a0bea5d5a23efb627ce8a95f09e01ef562263b19 (patch) | |
tree | 33f00d984630ef005ca0e5db195caf2081c66144 /configure.in | |
parent | d875d3c36eb56f9d8d61f2643cbab9d667506955 (diff) | |
download | cpython-a0bea5d5a23efb627ce8a95f09e01ef562263b19.zip cpython-a0bea5d5a23efb627ce8a95f09e01ef562263b19.tar.gz cpython-a0bea5d5a23efb627ce8a95f09e01ef562263b19.tar.bz2 |
- Issue #8510: Update to autoconf2.65.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 2149683..1d6cbc4 100644 --- a/configure.in +++ b/configure.in @@ -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/) |