From: Benjamin Peterson Date: Mon, 26 May 2008 13:01:25 +0000 (+0000) Subject: put a big note on configure.in asking people to run autoconf X-Git-Tag: v2.6b1~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7c778477e358f66f6645efc648873315c917d3e;p=python put a big note on configure.in asking people to run autoconf --- diff --git a/configure.in b/configure.in index 9aad09510a..880195c943 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)