mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Delete aclocal.m4, and require autoconf 2.59, fixing
#811160 in a different way.
This commit is contained in:
parent
35f34f8d60
commit
4ddc78a6a1
3 changed files with 162 additions and 123 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue