diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-26 13:01:25 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-26 13:01:25 +0000 |
commit | d7c778477e358f66f6645efc648873315c917d3e (patch) | |
tree | b230308ebf9dc174f4c7f3d1fc5810117c04694d /configure.in | |
parent | Renamed bytesobject.c to bytearrayobject.c (diff) | |
download | cpython-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.in | 5 |
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) |