[issue8510] update to autoconf2.65

Matthias Klose report at bugs.python.org
Sun Apr 25 23:01:13 CEST 2010


Matthias Klose <doko at debian.org> added the comment:

r80478 converts all obsolete AC_TRY_* macros to AC_*_IFELSE, the outcome is ... nothing (but whitespace changes):

$ svn diff --diff-cmd diff -x -uEwB configure
Index: configure
===================================================================
--- configure	(Revision 80475)
+++ configure	(Arbeitskopie)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 80474 .
+# From configure.in Revision: 80475 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.65 for python 3.2.
 #

running configure with the old and the new version shows no diffs (besides config.log).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8510>
_______________________________________


More information about the Python-bugs-list mailing list