aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-05-26 13:01:25 +0000
committerBenjamin Peterson <benjamin@python.org>2008-05-26 13:01:25 +0000
commitd7c778477e358f66f6645efc648873315c917d3e (patch)
treeb230308ebf9dc174f4c7f3d1fc5810117c04694d /configure.in
parentRenamed bytesobject.c to bytearrayobject.c (diff)
downloadcpython-d7c778477e358f66f6645efc648873315c917d3e.tar.gz
cpython-d7c778477e358f66f6645efc648873315c917d3e.tar.bz2
cpython-d7c778477e358f66f6645efc648873315c917d3e.zip
put a big note on configure.in asking people to run autoconf
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9aad09510a4..880195c9432 100644
--- a/configure.in
+++ b/configure.in
@@ -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)
m4_define(PYTHON_VERSION, 2.6)