Hello Reuben, * Reuben Thomas wrote on Fri, Apr 20, 2007 at 12:37:17AM CEST: > "Search a Python interpreter on the system" should be "Search for a Python > interpreter on the system".
Thanks. Applied to HEAD and branch-1-10. Cheers, Ralf 2007-04-23 Reuben Thomas <[EMAIL PROTECTED]> (tiny change) * doc/automake.texi (Python): Fix typo. Index: doc/automake.texi =================================================================== RCS file: /cvs/automake/automake/doc/automake.texi,v retrieving revision 1.165 diff -u -r1.165 automake.texi --- doc/automake.texi 29 Mar 2007 23:02:02 -0000 1.165 +++ doc/automake.texi 23 Apr 2007 16:31:56 -0000 @@ -7269,7 +7269,7 @@ @defmac AM_PATH_PYTHON ([EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]) -Search a Python interpreter on the system. This macro takes three +Search for a Python interpreter on the system. This macro takes three optional arguments. The first argument, if present, is the minimum version of Python required for this package: @code{AM_PATH_PYTHON} will skip any Python interpreter that is older than @var{VERSION}.