put a big note on configure.in asking people to run autoconf

This commit is contained in:
Benjamin Peterson 2008-05-26 13:01:25 +00:00
parent 44720838eb
commit d7c778477e
1 changed files with 4 additions and 1 deletions

View File

@ -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)