diff options
author | 2007-08-30 20:10:57 +0000 | |
---|---|---|
committer | 2007-08-30 20:10:57 +0000 | |
commit | eba40650b5c38da50c6261b5f2722eec01061d5e (patch) | |
tree | ee31635a604ed8270f31b9751e23559976ea13f0 /configure.in | |
parent | Bug #1709599: Run test_1565150 only if the file system is NTFS. (diff) | |
download | cpython-eba40650b5c38da50c6261b5f2722eec01061d5e.tar.gz cpython-eba40650b5c38da50c6261b5f2722eec01061d5e.tar.bz2 cpython-eba40650b5c38da50c6261b5f2722eec01061d5e.zip |
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 e0e1632b849..ef9601d982e 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) |