diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-08-30 20:10:57 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-08-30 20:10:57 +0000 |
commit | 83ba0ed436c2f64ab4fd6bcbb294408e8b00cf4b (patch) | |
tree | b367ff870c0590f37b3b7c64729f91415d0c7280 /configure.in | |
parent | e029773bc3976ec7bea542f5c5be8a46170904e8 (diff) | |
download | cpython-83ba0ed436c2f64ab4fd6bcbb294408e8b00cf4b.tar.gz |
Bump autoconf minimum version to 2.61.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e0e1632b84..ef9601d982 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Process this file with autoconf 2.0 or later to make a configure script. m4_define(PYTHON_VERSION, 2.6) AC_REVISION($Revision$) -AC_PREREQ(2.59) +AC_PREREQ(2.61) AC_INIT(python, PYTHON_VERSION, http://www.python.org/python-bugs) AC_CONFIG_SRCDIR([Include/object.h]) AC_CONFIG_HEADER(pyconfig.h) |