[Python-checkins] r63678 - python/trunk/configure.in

benjamin.peterson python-checkins at python.org
Mon May 26 15:01:25 CEST 2008


Author: benjamin.peterson
Date: Mon May 26 15:01:25 2008
New Revision: 63678

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


Modified:
   python/trunk/configure.in

Modified: python/trunk/configure.in
==============================================================================
--- python/trunk/configure.in	(original)
+++ python/trunk/configure.in	Mon May 26 15:01:25 2008
@@ -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)


More information about the Python-checkins mailing list