[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Typo in section 10.5 of automake 1.10 info manual
From: |
Ralf Wildenhues |
Subject: |
Re: Typo in section 10.5 of automake 1.10 info manual |
Date: |
Mon, 23 Apr 2007 18:36:57 +0200 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
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 <address@hidden> (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 (address@hidden, address@hidden, address@hidden)
-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}.