From d7c778477e358f66f6645efc648873315c917d3e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 26 May 2008 13:01:25 +0000 Subject: [PATCH] put a big note on configure.in asking people to run autoconf --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)