mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
put a big note on configure.in asking people to run autoconf
This commit is contained in:
parent
44720838eb
commit
d7c778477e
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
dnl Process this file with autoconf 2.0 or later to make a configure script.
|
dnl ***********************************************
|
||||||
|
dnl * Please run autoreconf to test your changes! *
|
||||||
|
dnl ***********************************************
|
||||||
|
dnl NOTE: autoconf 2.64 doesn't seem to work (use 1.63).
|
||||||
|
|
||||||
# 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, 2.6)
|
m4_define(PYTHON_VERSION, 2.6)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue