mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Only require autoconf 1.8
This commit is contained in:
parent
ac97fd7fc8
commit
e1f17b593d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
dnl Process this file with autoconf 1.8 or later to make a configure script.
|
||||
AC_REVISION($Revision$)dnl
|
||||
AC_PREREQ(1.11)dnl
|
||||
AC_PREREQ(1.8)dnl
|
||||
AC_INIT(Include/object.h)
|
||||
AC_CONFIG_HEADER(config.h)dnl
|
||||
# Don't suppress compiler output when --verbose is specified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue