mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove unused m4 define.
This commit is contained in:
parent
67ebabd152
commit
15995f7dc7
1 changed files with 0 additions and 7 deletions
|
@ -5,13 +5,6 @@ dnl ***********************************************
|
||||||
# Set VERSION so we only need to edit in one place (i.e., here)
|
# Set VERSION so we only need to edit in one place (i.e., here)
|
||||||
m4_define(PYTHON_VERSION, 3.3)
|
m4_define(PYTHON_VERSION, 3.3)
|
||||||
|
|
||||||
dnl Some m4 magic to ensure that the configure script is generated
|
|
||||||
dnl by the correct autoconf version.
|
|
||||||
m4_define([version_required],
|
|
||||||
[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]), [$1]), 0,
|
|
||||||
[],
|
|
||||||
[m4_fatal([Autoconf version $1 is required for Python], 63)])
|
|
||||||
])
|
|
||||||
AC_PREREQ(2.65)
|
AC_PREREQ(2.65)
|
||||||
|
|
||||||
AC_REVISION($Revision$)
|
AC_REVISION($Revision$)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue