diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-01-29 09:53:44 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-01-29 09:53:44 (GMT) |
commit | 4ddc78a6a134e99564b35cd3260301d4f4b2fe18 (patch) | |
tree | 05388a881fab4572dd6897f07fae8a1de7d1a73d /configure.in | |
parent | 35f34f8d6051fa0fcd2c17f6214bd6ddea841596 (diff) | |
download | cpython-4ddc78a6a134e99564b35cd3260301d4f4b2fe18.zip cpython-4ddc78a6a134e99564b35cd3260301d4f4b2fe18.tar.gz cpython-4ddc78a6a134e99564b35cd3260301d4f4b2fe18.tar.bz2 |
Delete aclocal.m4, and require autoconf 2.59, fixing
#811160 in a different way.
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 17483b7..1950072 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.5) AC_REVISION($Revision$) -AC_PREREQ(2.53) +AC_PREREQ(2.59) AC_INIT(python, PYTHON_VERSION, http://www.python.org/python-bugs) AC_CONFIG_SRCDIR([Include/object.h]) AC_CONFIG_HEADER(pyconfig.h) |