]> granicus.if.org Git - python/commitdiff
put a big note on configure.in asking people to run autoconf
authorBenjamin Peterson <benjamin@python.org>
Mon, 26 May 2008 13:01:25 +0000 (13:01 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 26 May 2008 13:01:25 +0000 (13:01 +0000)
configure.in

index 9aad09510a477e82e883a5c7a15da6cfbf95d3f2..880195c94326fdd3a5a58ed083d632cf536d1f83 100644 (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)