Bump autoconf minimum version to 2.61.

This commit is contained in:
Martin v. Löwis 2007-08-30 20:10:57 +00:00
parent 7dcb83cdc5
commit eba40650b5
2 changed files with 8408 additions and 8218 deletions

15938
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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)