Index: configure.in =================================================================== --- configure.in (Revision 80407) +++ configure.in (Arbeitskopie) @@ -1,10 +1,9 @@ dnl *********************************************** dnl * Please run autoreconf to test your changes! * dnl *********************************************** -dnl NOTE: autoconf 2.64 doesn't seem to work (use 2.61). # Set VERSION so we only need to edit in one place (i.e., here) -m4_define(PYTHON_VERSION, 2.7) +m4_define(PYTHON_VERSION,2.7) dnl Some m4 magic to ensure that the configure script is generated dnl by the correct autoconf version. @@ -13,7 +12,7 @@ [], [m4_fatal([Autoconf version $1 is required for Python], 63)]) ]) -version_required(2.61) +dnl version_required(2.65) AC_REVISION($Revision$) AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)