Delete aclocal.m4, and require autoconf 2.59, fixing

#811160 in a different way.
This commit is contained in:
Martin v. Löwis 2006-01-29 09:53:44 +00:00
parent 35f34f8d60
commit 4ddc78a6a1
3 changed files with 162 additions and 123 deletions

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