summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-05-08 10:00:28 +0000
committerMatthias Klose <doko@ubuntu.com>2010-05-08 10:00:28 +0000
commit65eed22e812da20d98071ab8187228dbbdb3cfa8 (patch)
tree4a1a8193cbcddf3559af1d39a98a78e3d92c17f8 /configure.in
parent1bad3b29c0c868585dd2b61020ddddcafa82ed76 (diff)
downloadcpython-65eed22e812da20d98071ab8187228dbbdb3cfa8.tar.gz
- Issue #8510: Update to autoconf2.65.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 21496838c3..1d6cbc4a92 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/)